01JF8GY8W7C4TD4Y1ZQ6S603C3: 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: 01JF8GYP82ZNB2RRGE96GV4K72

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-16T20:01:56.044Zjob assigned to worker 01JF8GYX00BYYZXN6KEV280NSX [factory aws, i-0ba47cf1e800ec0b5] (queued for 51 s)
 
22024-12-16T20:02:03.560Zstarting task 0: "setup"
32024-12-16T20:02:03.570Z++ uname -s
42024-12-16T20:02:03.573Z+ kern=SunOS
52024-12-16T20:02:03.573Z+ case "$kern" in
62024-12-16T20:02:03.573Z+ groupadd -g 12345 build
72024-12-16T20:02:03.575Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-16T20:02:05.582Z+ zfs create -o mountpoint=/work rpool/work
92024-12-16T20:02:05.760Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-16T20:02:05.763Z+ home_fs=zfs
112024-12-16T20:02:05.763Z+ [[ zfs == autofs ]]
122024-12-16T20:02:05.763Z+ mkdir -p /home/build
132024-12-16T20:02:05.763Z+ chown build:build /home/build /work
142024-12-16T20:02:07.767Z+ chmod 0700 /home/build /work
152024-12-16T20:02:07.770Zprocess exited: duration 4210 ms, exit code 0
 
162024-12-16T20:02:07.775Zstarting task 1: "rust-toolchain"
172024-12-16T20:02:07.781Z+ printf ' * toolchain channel = "%s"
182024-12-16T20:02:07.781Z' 1.81.0
192024-12-16T20:02:07.781Z * toolchain channel = "1.81.0"
202024-12-16T20:02:07.781Z * toolchain profile = "default"
212024-12-16T20:02:07.781Z+ printf ' * toolchain profile = "%s"
222024-12-16T20:02:07.781Z' default
232024-12-16T20:02:07.784Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-16T20:02:07.784Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-16T20:02:07.905Zinfo: downloading installer
262024-12-16T20:02:09.320Zinfo: profile set to 'default'
272024-12-16T20:02:09.320Zinfo: default host triple is x86_64-unknown-illumos
282024-12-16T20:02:09.323Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-16T20:02:09.461Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-16T20:02:09.461Zinfo: downloading component 'cargo'
312024-12-16T20:02:10.182Zinfo: downloading component 'clippy'
322024-12-16T20:02:10.451Zinfo: downloading component 'rust-docs'
332024-12-16T20:02:11.454Zinfo: downloading component 'rust-std'
342024-12-16T20:02:13.012Zinfo: downloading component 'rustc'
352024-12-16T20:02:18.592Zinfo: downloading component 'rustfmt'
362024-12-16T20:02:18.805Zinfo: installing component 'cargo'
372024-12-16T20:02:19.591Zinfo: installing component 'clippy'
382024-12-16T20:02:19.952Zinfo: installing component 'rust-docs'
392024-12-16T20:02:21.548Zinfo: installing component 'rust-std'
402024-12-16T20:02:23.264Zinfo: installing component 'rustc'
412024-12-16T20:02:28.864Zinfo: installing component 'rustfmt'
422024-12-16T20:02:29.211Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-16T20:02:29.211Z
442024-12-16T20:02:29.605Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-16T20:02:29.605Z
462024-12-16T20:02:29.608Z
472024-12-16T20:02:29.608ZRust is installed now. Great!
482024-12-16T20:02:29.608Z
492024-12-16T20:02:29.608ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-16T20:02:29.608Zenvironment variable. This has not been done automatically.
512024-12-16T20:02:29.608Z
522024-12-16T20:02:29.608ZTo configure your current shell, you need to source
532024-12-16T20:02:29.608Zthe corresponding env file under $HOME/.cargo.
542024-12-16T20:02:29.608Z
552024-12-16T20:02:29.608ZThis is usually done by running one of the following (note the leading DOT):
562024-12-16T20:02:29.608Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-16T20:02:29.608Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-16T20:02:29.682Z+ rustc --version
592024-12-16T20:02:29.748Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-16T20:02:29.751Zprocess exited: duration 21972 ms, exit code 0
 
612024-12-16T20:02:29.756Zstarting task 2: "authentication"
622024-12-16T20:02:29.778Zprocess exited: duration 21 ms, exit code 0
 
632024-12-16T20:02:29.784Zstarting task 3: "clone repository"
642024-12-16T20:02:29.789Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-16T20:02:29.791Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-16T20:02:29.996ZCloning into '/work/oxidecomputer/omicron'...
672024-12-16T20:02:36.175Z+ cd /work/oxidecomputer/omicron
682024-12-16T20:02:36.178Z+ git fetch origin 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
692024-12-16T20:02:36.542ZFrom https://github.com/oxidecomputer/omicron
702024-12-16T20:02:36.542Z * branch 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17 -> FETCH_HEAD
712024-12-16T20:02:36.553Z+ [[ -n john/sled-editor-allocators ]]
722024-12-16T20:02:36.555Z++ git branch --show-current
732024-12-16T20:02:36.557Z+ current=main
742024-12-16T20:02:36.557Z+ [[ main != john/sled-editor-allocators ]]
752024-12-16T20:02:36.557Z+ git branch -f john/sled-editor-allocators 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
762024-12-16T20:02:36.560Z+ git checkout -f john/sled-editor-allocators
772024-12-16T20:02:36.733ZSwitched to branch 'john/sled-editor-allocators'
782024-12-16T20:02:36.738Z+ git reset --hard 1cfaddce5efa4166487e4f5c3e1aae81aa3c8f17
792024-12-16T20:02:36.750ZHEAD is now at 1cfaddce5 doc comment on underlay_ip module
802024-12-16T20:02:36.753Zprocess exited: duration 6965 ms, exit code 0
 
812024-12-16T20:02:36.761Zstarting task 4: "build"
822024-12-16T20:02:36.764Z+ source .github/buildomat/ci-env.sh
832024-12-16T20:02:36.764Z++ export CARGO_TERM_COLOR=always
842024-12-16T20:02:36.764Z++ CARGO_TERM_COLOR=always
852024-12-16T20:02:36.767Z+ cargo --version
862024-12-16T20:02:36.821Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-16T20:02:36.824Z+ rustc --version
882024-12-16T20:02:36.884Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-16T20:02:36.887Z+ source ./env.sh
902024-12-16T20:02:36.887Z++ OLD_SHELL_OPTS=ehxB
912024-12-16T20:02:36.887Z++ set -o xtrace
922024-12-16T20:02:36.892Z++++ dirname ./env.sh
932024-12-16T20:02:36.896Z+++ readlink -f .
942024-12-16T20:02:36.905Z++ OMICRON_WS=/work/oxidecomputer/omicron
952024-12-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.910Z++ 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-16T20:02:36.911Z++ 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-16T20:02:36.911Z++ case $OLD_SHELL_OPTS in
1042024-12-16T20:02:36.911Z++ unset OLD_SHELL_OPTS OMICRON_WS
1052024-12-16T20:02:36.911Z+ 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-16T20:02:36.911Z+ 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-16T20:02:36.911Z+ banner prerequisites
1082024-12-16T20:02:36.924Z
1092024-12-16T20:02:36.924Z ##### ##### ###### ##### ###### #### # # # #### #
1102024-12-16T20:02:36.924Z # # # # # # # # # # # # # # #
1112024-12-16T20:02:36.924Z # # # # ##### # # ##### # # # # # #### #
1122024-12-16T20:02:36.924Z ##### ##### # ##### # # # # # # # # #
1132024-12-16T20:02:36.924Z # # # # # # # # # # # # # # #
1142024-12-16T20:02:36.924Z # # # ###### # # ###### ### # #### # #### #
1152024-12-16T20:02:36.926Z
1162024-12-16T20:02:36.929Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1172024-12-16T20:02:44.695Z Startup: Refreshing catalog 'helios-dev' ... Done
1182024-12-16T20:02:48.850Z Startup: Caching catalogs ... Done
1192024-12-16T20:02:58.984ZPlanning: Solver setup ... Done (9.256s)
1202024-12-16T20:02:59.113ZPlanning: Running solver ... Done (0.126s)
1212024-12-16T20:02:59.455ZPlanning: Finding local manifests ... Done (0.245s)
1222024-12-16T20:02:59.484ZPlanning: Fetching manifests: 0/5 0% complete
1232024-12-16T20:02:59.731ZPlanning: Fetching manifests: 5/5 100% complete
1242024-12-16T20:03:00.095ZPlanning: Package planning ... Done (0.364s)
1252024-12-16T20:03:00.151ZPlanning: Merging actions ... Done (0.056s)
1262024-12-16T20:03:01.314ZPlanning: Checking for conflicting actions ... Done (1.162s)
1272024-12-16T20:03:12.157ZPlanning: Consolidating action changes ... Done (10.841s)
1282024-12-16T20:03:12.563ZPlanning: Evaluating mediators ... Done (0.406s)
1292024-12-16T20:03:12.716ZPlanning: Planning completed in 23.77 seconds
1302024-12-16T20:03:12.730Z Packages to install: 4
1312024-12-16T20:03:12.730Z Packages to update: 1
1322024-12-16T20:03:12.733Z Mediators to change: 2
1332024-12-16T20:03:12.733Z Services to change: 1
1342024-12-16T20:03:12.733Z Estimated space available: 155.64 GB
1352024-12-16T20:03:12.733ZEstimated space to be consumed: 1.61 GB
1362024-12-16T20:03:12.733Z Create boot environment: No
1372024-12-16T20:03:12.733ZCreate backup boot environment: Yes
1382024-12-16T20:03:12.733Z Rebuild boot archive: No
1392024-12-16T20:03:12.733Z
1402024-12-16T20:03:12.733ZChanged mediators:
1412024-12-16T20:03:12.733Z mediator clang:
1422024-12-16T20:03:12.733Z version: None -> 15 (system default)
1432024-12-16T20:03:12.733Z
1442024-12-16T20:03:12.733Z mediator llvm:
1452024-12-16T20:03:12.733Z version: 14 (system default) -> 15 (system default)
1462024-12-16T20:03:12.733Z
1472024-12-16T20:03:12.733ZChanged packages:
1482024-12-16T20:03:12.733Zhelios-dev
1492024-12-16T20:03:12.734Z developer/build-essential
1502024-12-16T20:03:12.734Z None -> 11-2.0
1512024-12-16T20:03:12.734Z library/libxmlsec1
1522024-12-16T20:03:12.734Z None -> 1.2.35-2.0
1532024-12-16T20:03:12.734Z ooce/developer/clang-15
1542024-12-16T20:03:12.734Z None -> 15.0.7-2.0
1552024-12-16T20:03:12.734Z ooce/developer/llvm-15
1562024-12-16T20:03:12.734Z None -> 15.0.7-2.0
1572024-12-16T20:03:12.734Z package/pkg
1582024-12-16T20:03:12.734Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1592024-12-16T20:03:12.734Z
1602024-12-16T20:03:12.734ZServices:
1612024-12-16T20:03:12.734Z restart_fmri:
1622024-12-16T20:03:12.734Z svc:/system/update-man-index:default
1632024-12-16T20:03:12.734Z
1642024-12-16T20:03:12.734ZEditable files to change:
1652024-12-16T20:03:12.734Z Update:
1662024-12-16T20:03:12.734Z usr/share/lib/pkg/web/config.shtml
1672024-12-16T20:03:13.174Z
1682024-12-16T20:03:13.174ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1692024-12-16T20:03:19.301ZDownload: 211/4281 items 1.3/220.6MB 0% complete (631k/s)
1702024-12-16T20:03:24.304ZDownload: 1187/4281 items 62.8/220.6MB 28% complete (6.1M/s)
1712024-12-16T20:03:29.312ZDownload: 1945/4281 items 118.7/220.6MB 53% complete (11.8M/s)
1722024-12-16T20:03:34.321ZDownload: 2237/4281 items 119.3/220.6MB 54% complete (6.1M/s)
1732024-12-16T20:03:39.331ZDownload: 2832/4281 items 121.1/220.6MB 54% complete (252k/s)
1742024-12-16T20:03:44.494ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.4M/s)
1752024-12-16T20:03:59.691ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1762024-12-16T20:04:04.701ZDownload: 3595/4281 items 215.9/220.6MB 97% complete (2.7M/s)
1772024-12-16T20:04:09.960ZDownload: 4208/4281 items 220.6/220.6MB 99% complete (2.0M/s)
1782024-12-16T20:04:10.065ZDownload: Completed 220.60 MB in 56.88 seconds (3.9M/s)
1792024-12-16T20:04:12.219Z Actions: 1/5063 actions (Removing old actions)
1802024-12-16T20:04:12.235Z Actions: 194/5063 actions (Installing new actions)
1812024-12-16T20:04:17.288Z Actions: 4215/5063 actions (Installing new actions)
1822024-12-16T20:04:17.290Z Actions: 4226/5063 actions (Updating modified actions)
1832024-12-16T20:04:17.650Z Actions: Completed 5063 actions in 5.43 seconds.
1842024-12-16T20:04:17.874Z Done (0.215s)
1852024-12-16T20:04:17.876Z Done (0.000s)
1862024-12-16T20:04:18.420Z Done (0.545s)
1872024-12-16T20:04:23.855Z Done (5.217s)
1882024-12-16T20:04:24.094Z Done (0.169s)
1892024-12-16T20:04:24.097Z Done (0.000s)
1902024-12-16T20:04:24.257Z Done (0.000s)
1912024-12-16T20:04:24.940ZPlanning: Evaluating mediator changes ... Done
1922024-12-16T20:04:25.098ZPlanning: Checking for conflicting actions ... Done
1932024-12-16T20:04:25.101ZPlanning: Consolidating action changes ... Done
1942024-12-16T20:04:25.366ZPlanning: Evaluating mediators ... Done
1952024-12-16T20:04:25.368ZPlanning: Planning completed in 0.43 seconds
1962024-12-16T20:04:25.405Z Mediators to change: 2
1972024-12-16T20:04:25.405Z Create boot environment: No
1982024-12-16T20:04:25.407ZCreate backup boot environment: No
1992024-12-16T20:04:25.484Z Done
2002024-12-16T20:04:25.485Z Done
2012024-12-16T20:04:25.830Z Done
2022024-12-16T20:04:29.406Z Done
2032024-12-16T20:04:29.495Z Done
2042024-12-16T20:04:29.498Z Done
2052024-12-16T20:04:29.688Z Done
2062024-12-16T20:04:30.294ZPlanning: Evaluating mediator changes ... Done
2072024-12-16T20:04:30.297ZPlanning: Merging actions ... Done
2082024-12-16T20:04:30.482ZPlanning: Checking for conflicting actions ... Done
2092024-12-16T20:04:30.484ZPlanning: Consolidating action changes ... Done
2102024-12-16T20:04:30.745ZPlanning: Evaluating mediators ... Done
2112024-12-16T20:04:30.799ZPlanning: Planning completed in 0.75 seconds
2122024-12-16T20:04:30.839Z Packages to change: 1
2132024-12-16T20:04:30.839Z Mediators to change: 1
2142024-12-16T20:04:30.841Z Services to change: 1
2152024-12-16T20:04:30.841Z Create boot environment: No
2162024-12-16T20:04:30.841ZCreate backup boot environment: Yes
2172024-12-16T20:04:32.914Z Actions: 1/6 actions (Updating modified actions)
2182024-12-16T20:04:32.953Z Actions: Completed 6 actions in 0.04 seconds.
2192024-12-16T20:04:32.956Z Done
2202024-12-16T20:04:32.956Z Done
2212024-12-16T20:04:33.066Z Done
2222024-12-16T20:04:36.641Z Done
2232024-12-16T20:04:36.732Z Done
2242024-12-16T20:04:36.735Z Done
2252024-12-16T20:04:36.876Z Done
2262024-12-16T20:04:37.313ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2272024-12-16T20:04:37.313Zclang system 15 system
2282024-12-16T20:04:37.313Zcsh system system illumos
2292024-12-16T20:04:37.313Zctags system system illumos
2302024-12-16T20:04:37.313Zgcc vendor 12 vendor
2312024-12-16T20:04:37.313Zgcc system 10 system
2322024-12-16T20:04:37.313Zgcc system 7 system
2332024-12-16T20:04:37.313Zgo system 1.20 system
2342024-12-16T20:04:37.313Zgo system 1.19 system
2352024-12-16T20:04:37.313Zllvm system 15 system
2362024-12-16T20:04:37.313Zllvm system 14 system
2372024-12-16T20:04:37.313Zmariadb system 10.6 system
2382024-12-16T20:04:37.313Zmta vendor vendor dma
2392024-12-16T20:04:37.313Zopenjdk system 17 system
2402024-12-16T20:04:37.313Zopenjdk system 11 system
2412024-12-16T20:04:37.313Zopenjdk system 1.8 system
2422024-12-16T20:04:37.313Zopenssl vendor 3 vendor
2432024-12-16T20:04:37.313Zperl system 5.36 system
2442024-12-16T20:04:37.313Zpostgresql system 15 system
2452024-12-16T20:04:37.313Zpostgresql system 13 system
2462024-12-16T20:04:37.313Zpython vendor 3 vendor
2472024-12-16T20:04:37.313Zpython system 2 system
2482024-12-16T20:04:37.313Zpython3 system 3.11 system
2492024-12-16T20:04:37.313Zruby system 3.0 system
2502024-12-16T20:04:37.313Zwords vendor vendor american-english
2512024-12-16T20:04:37.313Zwords system system australian-english
2522024-12-16T20:04:37.313Zwords system system british-english
2532024-12-16T20:04:37.313Zwords system system canadian-english
2542024-12-16T20:04:37.313Zwords system system french
2552024-12-16T20:04:37.313Zwords system system italian
2562024-12-16T20:04:37.313Zwords system system ngerman
2572024-12-16T20:04:37.313Zwords system system ogerman
2582024-12-16T20:04:37.313Zwords system system spanish
2592024-12-16T20:04:37.641ZPUBLISHER TYPE STATUS P LOCATION
2602024-12-16T20:04:37.641Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612024-12-16T20:04:40.295ZFMRI IFO
2622024-12-16T20:04:40.295Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632024-12-16T20:04:40.295Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642024-12-16T20:04:40.295Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652024-12-16T20:04:40.295Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662024-12-16T20:04:40.295Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672024-12-16T20:04:40.295Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2682024-12-16T20:04:40.295Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2692024-12-16T20:04:40.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2702024-12-16T20:04:40.295Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2712024-12-16T20:04:40.295Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2722024-12-16T20:04:40.295Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2732024-12-16T20:04:40.295Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2742024-12-16T20:04:40.295Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2752024-12-16T20:04:40.295Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2762024-12-16T20:04:40.295Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772024-12-16T20:04:41.050Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782024-12-16T20:04:41.354Z Updating crates.io index
2792024-12-16T20:04:41.443Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2802024-12-16T20:04:41.958Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2812024-12-16T20:04:42.217Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2822024-12-16T20:04:42.513Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832024-12-16T20:04:42.757Z Updating git repository `https://github.com/oxidecomputer/propolis`
2842024-12-16T20:04:43.661Z Updating git repository `https://github.com/oxidecomputer/crucible`
2852024-12-16T20:04:45.176Z Updating git repository `https://github.com/oxidecomputer/opte`
2862024-12-16T20:04:45.816Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872024-12-16T20:04:46.485Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882024-12-16T20:04:46.750Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892024-12-16T20:04:47.072Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902024-12-16T20:04:47.644Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2912024-12-16T20:04:47.912Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2922024-12-16T20:04:48.185Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932024-12-16T20:04:48.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2942024-12-16T20:04:48.715Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2952024-12-16T20:04:48.941Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2962024-12-16T20:04:49.334Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972024-12-16T20:04:49.649Z Updating git repository `https://github.com/oxidecomputer/ispf`
2982024-12-16T20:04:50.049Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2992024-12-16T20:04:50.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3002024-12-16T20:04:50.865Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012024-12-16T20:04:51.117Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022024-12-16T20:04:51.548Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3032024-12-16T20:04:51.972Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3042024-12-16T20:04:52.286Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3052024-12-16T20:04:52.533Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3062024-12-16T20:04:52.921Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3072024-12-16T20:04:54.336Z Downloading crates ...
3082024-12-16T20:04:54.421Z Downloaded anstream v0.6.15
3092024-12-16T20:04:54.432Z Downloaded anstyle v1.0.10
3102024-12-16T20:04:54.436Z Downloaded anyhow v1.0.93
3112024-12-16T20:04:54.443Z Downloaded byteorder v1.5.0
3122024-12-16T20:04:54.443Z Downloaded anstyle-parse v0.2.5
3132024-12-16T20:04:54.446Z Downloaded block-buffer v0.10.4
3142024-12-16T20:04:54.446Z Downloaded bytecount v0.6.8
3152024-12-16T20:04:54.449Z Downloaded cargo-platform v0.1.8
3162024-12-16T20:04:54.449Z Downloaded cargo_toml v0.20.5
3172024-12-16T20:04:54.451Z Downloaded cargo_metadata v0.18.1
3182024-12-16T20:04:54.454Z Downloaded camino-tempfile v1.1.1
3192024-12-16T20:04:54.457Z Downloaded cfg-if v1.0.0
3202024-12-16T20:04:54.457Z Downloaded camino v1.1.9
3212024-12-16T20:04:54.457Z Downloaded bitflags v2.6.0
3222024-12-16T20:04:54.460Z Downloaded is_terminal_polyfill v1.70.1
3232024-12-16T20:04:54.464Z Downloaded indexmap v2.6.0
3242024-12-16T20:04:54.467Z Downloaded dtrace-parser v0.2.0
3252024-12-16T20:04:54.467Z Downloaded dof v0.3.0
3262024-12-16T20:04:54.467Z Downloaded equivalent v1.0.1
3272024-12-16T20:04:54.470Z Downloaded clap_derive v4.5.18
3282024-12-16T20:04:54.472Z Downloaded itoa v1.0.11
3292024-12-16T20:04:54.472Z Downloaded clap v4.5.21
3302024-12-16T20:04:54.479Z Downloaded heck v0.4.1
3312024-12-16T20:04:54.482Z Downloaded digest v0.10.7
3322024-12-16T20:04:54.484Z Downloaded hashbrown v0.15.1
3332024-12-16T20:04:54.487Z Downloaded heck v0.5.0
3342024-12-16T20:04:54.490Z Downloaded fastrand v2.1.1
3352024-12-16T20:04:54.492Z Downloaded generic-array v0.14.7
3362024-12-16T20:04:54.492Z Downloaded fs-err v2.11.0
3372024-12-16T20:04:54.494Z Downloaded errno v0.3.9
3382024-12-16T20:04:54.497Z Downloaded colorchoice v1.0.2
3392024-12-16T20:04:54.497Z Downloaded usdt-attr-macro v0.5.0
3402024-12-16T20:04:54.497Z Downloaded autocfg v1.4.0
3412024-12-16T20:04:54.499Z Downloaded anstyle-query v1.1.1
3422024-12-16T20:04:54.502Z Downloaded scroll_derive v0.12.0
3432024-12-16T20:04:54.502Z Downloaded pretty-hex v0.4.1
3442024-12-16T20:04:54.511Z Downloaded pest_generator v2.7.14
3452024-12-16T20:04:54.513Z Downloaded macaddr v1.0.1
3462024-12-16T20:04:54.516Z Downloaded fnv v1.0.7
3472024-12-16T20:04:54.516Z Downloaded crypto-common v0.1.6
3482024-12-16T20:04:54.518Z Downloaded cpufeatures v0.2.14
3492024-12-16T20:04:54.518Z Downloaded clap_lex v0.7.2
3502024-12-16T20:04:54.521Z Downloaded once_cell v1.20.2
3512024-12-16T20:04:54.523Z Downloaded swrite v0.1.0
3522024-12-16T20:04:54.523Z Downloaded usdt-macro v0.5.0
3532024-12-16T20:04:54.528Z Downloaded memmap v0.7.0
3542024-12-16T20:04:54.531Z Downloaded smawk v0.3.2
3552024-12-16T20:04:54.531Z Downloaded proc-macro-error-attr v1.0.4
3562024-12-16T20:04:54.534Z Downloaded plain v0.2.3
3572024-12-16T20:04:54.537Z Downloaded toml_datetime v0.6.8
3582024-12-16T20:04:54.540Z Downloaded serde_tokenstream v0.2.2
3592024-12-16T20:04:54.540Z Downloaded thiserror v1.0.69
3602024-12-16T20:04:54.545Z Downloaded utf8parse v0.2.2
3612024-12-16T20:04:54.548Z Downloaded usdt v0.5.0
3622024-12-16T20:04:54.548Z Downloaded terminal_size v0.4.0
3632024-12-16T20:04:54.549Z Downloaded tabled_derive v0.7.0
3642024-12-16T20:04:54.549Z Downloaded unicode-linebreak v0.1.5
3652024-12-16T20:04:54.551Z Downloaded semver v1.0.23
3662024-12-16T20:04:54.551Z Downloaded proc-macro-error v1.0.4
3672024-12-16T20:04:54.558Z Downloaded quote v1.0.37
3682024-12-16T20:04:54.561Z Downloaded thiserror-impl v1.0.69
3692024-12-16T20:04:54.564Z Downloaded version_check v0.9.5
3702024-12-16T20:04:54.567Z Downloaded scroll v0.12.0
3712024-12-16T20:04:54.567Z Downloaded sha2 v0.10.8
3722024-12-16T20:04:54.574Z Downloaded strsim v0.11.1
3732024-12-16T20:04:54.574Z Downloaded thread-id v4.2.2
3742024-12-16T20:04:54.575Z Downloaded serde_spanned v0.6.8
3752024-12-16T20:04:54.575Z Downloaded unicode-ident v1.0.13
3762024-12-16T20:04:54.575Z Downloaded serde_derive v1.0.215
3772024-12-16T20:04:54.579Z Downloaded log v0.4.22
3782024-12-16T20:04:54.581Z Downloaded zerocopy-derive v0.7.35
3792024-12-16T20:04:54.585Z Downloaded usdt-impl v0.5.0
3802024-12-16T20:04:54.593Z Downloaded toml v0.8.19
3812024-12-16T20:04:54.596Z Downloaded ucd-trie v0.1.7
3822024-12-16T20:04:54.599Z Downloaded pest_meta v2.7.14
3832024-12-16T20:04:54.599Z Downloaded pest_derive v2.7.14
3842024-12-16T20:04:54.601Z Downloaded textwrap v0.16.1
3852024-12-16T20:04:54.604Z Downloaded proc-macro2 v1.0.89
3862024-12-16T20:04:54.606Z Downloaded typenum v1.17.0
3872024-12-16T20:04:54.609Z Downloaded tempfile v3.13.0
3882024-12-16T20:04:54.612Z Downloaded ryu v1.0.18
3892024-12-16T20:04:54.614Z Downloaded memchr v2.7.4
3902024-12-16T20:04:54.618Z Downloaded papergrid v0.11.0
3912024-12-16T20:04:54.626Z Downloaded serde v1.0.215
3922024-12-16T20:04:54.638Z Downloaded toml_edit v0.22.22
3932024-12-16T20:04:54.659Z Downloaded clap_builder v4.5.21
3942024-12-16T20:04:54.684Z Downloaded serde_json v1.0.132
3952024-12-16T20:04:54.689Z Downloaded goblin v0.8.2
3962024-12-16T20:04:54.701Z Downloaded zerocopy v0.7.35
3972024-12-16T20:04:54.710Z Downloaded winnow v0.6.20
3982024-12-16T20:04:54.718Z Downloaded tabled v0.15.0
3992024-12-16T20:04:54.732Z Downloaded pest v2.7.14
4002024-12-16T20:04:54.740Z Downloaded syn v1.0.109
4012024-12-16T20:04:54.750Z Downloaded unicode-width v0.1.14
4022024-12-16T20:04:54.755Z Downloaded syn v2.0.87
4032024-12-16T20:04:54.766Z Downloaded rustix v0.38.37
4042024-12-16T20:04:54.803Z Downloaded libc v0.2.162
4052024-12-16T20:04:55.112Z Compiling proc-macro2 v1.0.89
4062024-12-16T20:04:55.112Z Compiling unicode-ident v1.0.13
4072024-12-16T20:04:55.112Z Compiling serde v1.0.215
4082024-12-16T20:04:55.115Z Compiling version_check v0.9.5
4092024-12-16T20:04:55.115Z Compiling thiserror v1.0.69
4102024-12-16T20:04:55.115Z Compiling memchr v2.7.4
4112024-12-16T20:04:55.148Z Compiling libc v0.2.162
4122024-12-16T20:04:55.150Z Compiling ryu v1.0.18
4132024-12-16T20:04:55.363Z Compiling itoa v1.0.11
4142024-12-16T20:04:55.593Z Compiling ucd-trie v0.1.7
4152024-12-16T20:04:55.597Z Compiling once_cell v1.20.2
4162024-12-16T20:04:55.968Z Compiling byteorder v1.5.0
4172024-12-16T20:04:56.126Z Compiling rustix v0.38.37
4182024-12-16T20:04:56.273Z Compiling serde_json v1.0.132
4192024-12-16T20:04:56.510Z Compiling bitflags v2.6.0
4202024-12-16T20:04:56.629Z Compiling usdt-impl v0.5.0
4212024-12-16T20:04:56.838Z Compiling proc-macro-error-attr v1.0.4
4222024-12-16T20:04:56.887Z Compiling syn v1.0.109
4232024-12-16T20:04:57.005Z Compiling proc-macro-error v1.0.4
4242024-12-16T20:04:57.031Z Compiling camino v1.1.9
4252024-12-16T20:04:57.153Z Compiling equivalent v1.0.1
4262024-12-16T20:04:57.213Z Compiling hashbrown v0.15.1
4272024-12-16T20:04:57.293Z Compiling utf8parse v0.2.2
4282024-12-16T20:04:57.316Z Compiling plain v0.2.3
4292024-12-16T20:04:57.461Z Compiling quote v1.0.37
4302024-12-16T20:04:57.487Z Compiling errno v0.3.9
4312024-12-16T20:04:57.586Z Compiling log v0.4.22
4322024-12-16T20:04:57.770Z Compiling anstyle-parse v0.2.5
4332024-12-16T20:04:57.968Z Compiling syn v2.0.87
4342024-12-16T20:04:58.010Z Compiling thread-id v4.2.2
4352024-12-16T20:04:58.145Z Compiling semver v1.0.23
4362024-12-16T20:04:58.194Z Compiling is_terminal_polyfill v1.70.1
4372024-12-16T20:04:58.327Z Compiling colorchoice v1.0.2
4382024-12-16T20:04:58.436Z Compiling indexmap v2.6.0
4392024-12-16T20:04:58.494Z Compiling autocfg v1.4.0
4402024-12-16T20:04:58.530Z Compiling anstyle-query v1.1.1
4412024-12-16T20:04:58.676Z Compiling pretty-hex v0.4.1
4422024-12-16T20:04:58.705Z Compiling winnow v0.6.20
4432024-12-16T20:04:58.905Z Compiling unicode-width v0.1.14
4442024-12-16T20:04:59.315Z Compiling anstyle v1.0.10
4452024-12-16T20:04:59.636Z Compiling fs-err v2.11.0
4462024-12-16T20:04:59.775Z Compiling terminal_size v0.4.0
4472024-12-16T20:04:59.780Z Compiling anstream v0.6.15
4482024-12-16T20:04:59.780Z Compiling bytecount v0.6.8
4492024-12-16T20:04:59.933Z Compiling anyhow v1.0.93
4502024-12-16T20:04:59.993Z Compiling fnv v1.0.7
4512024-12-16T20:04:59.998Z Compiling strsim v0.11.1
4522024-12-16T20:05:00.572Z Compiling clap_lex v0.7.2
4532024-12-16T20:05:00.600Z Compiling heck v0.5.0
4542024-12-16T20:05:00.627Z Compiling cfg-if v1.0.0
4552024-12-16T20:05:00.631Z Compiling fastrand v2.1.1
4562024-12-16T20:05:00.728Z Compiling heck v0.4.1
4572024-12-16T20:05:00.922Z Compiling clap_builder v4.5.21
4582024-12-16T20:05:01.139Z Compiling tempfile v3.13.0
4592024-12-16T20:05:01.243Z Compiling papergrid v0.11.0
4602024-12-16T20:05:01.738Z Compiling memmap v0.7.0
4612024-12-16T20:05:01.761Z Compiling unicode-linebreak v0.1.5
4622024-12-16T20:05:02.069Z Compiling smawk v0.3.2
4632024-12-16T20:05:02.286Z Compiling textwrap v0.16.1
4642024-12-16T20:05:02.570Z Compiling swrite v0.1.0
4652024-12-16T20:05:03.769Z Compiling tabled_derive v0.7.0
4662024-12-16T20:05:05.265Z Compiling tabled v0.15.0
4672024-12-16T20:05:06.902Z Compiling serde_derive v1.0.215
4682024-12-16T20:05:06.912Z Compiling thiserror-impl v1.0.69
4692024-12-16T20:05:06.912Z Compiling zerocopy-derive v0.7.35
4702024-12-16T20:05:06.912Z Compiling scroll_derive v0.12.0
4712024-12-16T20:05:06.912Z Compiling clap_derive v4.5.18
4722024-12-16T20:05:08.020Z Compiling scroll v0.12.0
4732024-12-16T20:05:08.538Z Compiling goblin v0.8.2
4742024-12-16T20:05:08.585Z Compiling zerocopy v0.7.35
4752024-12-16T20:05:09.853Z Compiling pest v2.7.14
4762024-12-16T20:05:10.723Z Compiling clap v4.5.21
4772024-12-16T20:05:11.937Z Compiling pest_meta v2.7.14
4782024-12-16T20:05:12.786Z Compiling pest_generator v2.7.14
4792024-12-16T20:05:14.820Z Compiling pest_derive v2.7.14
4802024-12-16T20:05:15.493Z Compiling dtrace-parser v0.2.0
4812024-12-16T20:05:17.005Z Compiling toml_datetime v0.6.8
4822024-12-16T20:05:17.005Z Compiling serde_spanned v0.6.8
4832024-12-16T20:05:17.009Z Compiling cargo-platform v0.1.8
4842024-12-16T20:05:17.391Z Compiling serde_tokenstream v0.2.2
4852024-12-16T20:05:17.581Z Compiling toml_edit v0.22.22
4862024-12-16T20:05:17.609Z Compiling macaddr v1.0.1
4872024-12-16T20:05:17.709Z Compiling camino-tempfile v1.1.1
4882024-12-16T20:05:18.494Z Compiling dof v0.3.0
4892024-12-16T20:05:18.494Z Compiling cargo_metadata v0.18.1
4902024-12-16T20:05:20.380Z Compiling toml v0.8.19
4912024-12-16T20:05:20.533Z Compiling usdt-macro v0.5.0
4922024-12-16T20:05:20.533Z Compiling usdt-attr-macro v0.5.0
4932024-12-16T20:05:21.213Z Compiling cargo_toml v0.20.5
4942024-12-16T20:05:21.900Z Compiling usdt v0.5.0
4952024-12-16T20:05:24.847Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4962024-12-16T20:05:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
4972024-12-16T20:05:29.248Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4982024-12-16T20:05:29.771Z Downloading crates ...
4992024-12-16T20:05:33.389Z Downloaded adler2 v2.0.0
5002024-12-16T20:05:33.398Z Downloaded addr2line v0.24.2
5012024-12-16T20:05:33.398Z Downloaded arrayref v0.3.9
5022024-12-16T20:05:33.398Z Downloaded async-stream-impl v0.3.6
5032024-12-16T20:05:33.398Z Downloaded cfg_aliases v0.1.1
5042024-12-16T20:05:33.398Z Downloaded atty v0.2.14
5052024-12-16T20:05:33.398Z Downloaded hex-literal v0.4.1
5062024-12-16T20:05:33.398Z Downloaded crucible-workspace-hack v0.1.0
5072024-12-16T20:05:33.398Z Downloaded http-range v0.1.5
5082024-12-16T20:05:33.398Z Downloaded hubpack_derive v0.1.1
5092024-12-16T20:05:33.398Z Downloaded crunchy v0.2.2
5102024-12-16T20:05:33.398Z Downloaded ident_case v1.0.1
5112024-12-16T20:05:33.398Z Downloaded ciborium-io v0.2.2
5122024-12-16T20:05:33.398Z Downloaded cstr-argument v0.1.2
5132024-12-16T20:05:33.399Z Downloaded match_cfg v0.1.0
5142024-12-16T20:05:33.399Z Downloaded icu_provider_macros v1.5.0
5152024-12-16T20:05:33.399Z Downloaded mirai-annotations v1.12.0
5162024-12-16T20:05:33.399Z Downloaded http-body v1.0.1
5172024-12-16T20:05:33.399Z Downloaded matches v0.1.10
5182024-12-16T20:05:33.399Z Downloaded buf-list v1.0.3
5192024-12-16T20:05:33.399Z Downloaded is_ci v1.2.0
5202024-12-16T20:05:33.399Z Downloaded instant v0.1.13
5212024-12-16T20:05:33.399Z Downloaded bcrypt-pbkdf v0.10.0
5222024-12-16T20:05:33.399Z Downloaded base16ct v0.2.0
5232024-12-16T20:05:33.399Z Downloaded md5 v0.7.0
5242024-12-16T20:05:33.399Z Downloaded chacha20 v0.9.1
5252024-12-16T20:05:33.399Z Downloaded array-init v0.0.4
5262024-12-16T20:05:33.399Z Downloaded cobs v0.2.3
5272024-12-16T20:05:33.399Z Downloaded cmake v0.1.51
5282024-12-16T20:05:33.399Z Downloaded idna_adapter v1.2.0
5292024-12-16T20:05:33.399Z Downloaded http-body-util v0.1.2
5302024-12-16T20:05:33.399Z Downloaded instability v0.3.2
5312024-12-16T20:05:33.399Z Downloaded httpdate v1.0.3
5322024-12-16T20:05:33.399Z Downloaded lazycell v1.3.0
5332024-12-16T20:05:33.399Z Downloaded hostname v0.4.0
5342024-12-16T20:05:33.399Z Downloaded bitfield v0.14.0
5352024-12-16T20:05:33.399Z Downloaded mime v0.3.17
5362024-12-16T20:05:33.399Z Downloaded constant_time_eq v0.3.1
5372024-12-16T20:05:33.399Z Downloaded hostname v0.3.1
5382024-12-16T20:05:33.399Z Downloaded memoffset v0.9.1
5392024-12-16T20:05:33.399Z Downloaded indoc v1.0.9
5402024-12-16T20:05:33.399Z Downloaded md-5 v0.10.6
5412024-12-16T20:05:33.399Z Downloaded maplit v1.0.2
5422024-12-16T20:05:33.399Z Downloaded curve25519-dalek-derive v0.1.1
5432024-12-16T20:05:33.399Z Downloaded linear-map v1.2.0
5442024-12-16T20:05:33.399Z Downloaded lru v0.12.5
5452024-12-16T20:05:33.399Z Downloaded lazy_static v1.5.0
5462024-12-16T20:05:33.399Z Downloaded cfg_aliases v0.2.1
5472024-12-16T20:05:33.399Z Downloaded maybe-uninit v2.0.0
5482024-12-16T20:05:33.399Z Downloaded managed v0.8.0
5492024-12-16T20:05:33.399Z Downloaded internet-checksum v0.2.1
5502024-12-16T20:05:33.400Z Downloaded is-terminal v0.4.13
5512024-12-16T20:05:33.400Z Downloaded crossbeam-deque v0.8.5
5522024-12-16T20:05:33.400Z Downloaded assert_matches v1.5.0
5532024-12-16T20:05:33.400Z Downloaded lockfree-object-pool v0.1.6
5542024-12-16T20:05:33.400Z Downloaded linked-hash-map v0.5.6
5552024-12-16T20:05:33.400Z Downloaded humantime v2.1.0
5562024-12-16T20:05:33.400Z Downloaded keccak v0.1.5
5572024-12-16T20:05:33.400Z Downloaded ascii-canvas v3.0.0
5582024-12-16T20:05:33.400Z Downloaded highway v1.2.0
5592024-12-16T20:05:33.400Z Downloaded lru-cache v0.1.2
5602024-12-16T20:05:33.400Z Downloaded blowfish v0.9.1
5612024-12-16T20:05:33.400Z Downloaded crc v3.2.1
5622024-12-16T20:05:33.400Z Downloaded crc-catalog v2.4.0
5632024-12-16T20:05:33.400Z Downloaded bzip2 v0.4.4
5642024-12-16T20:05:33.400Z Downloaded hickory-client v0.24.1
5652024-12-16T20:05:33.400Z Downloaded bcs v0.1.6
5662024-12-16T20:05:33.400Z Downloaded hyper-staticfile v0.10.1
5672024-12-16T20:05:33.400Z Downloaded async-trait v0.1.83
5682024-12-16T20:05:33.401Z Downloaded httparse v1.9.5
5692024-12-16T20:05:33.401Z Downloaded memmap2 v0.9.5
5702024-12-16T20:05:33.401Z Downloaded chrono-tz-build v0.4.0
5712024-12-16T20:05:33.401Z Downloaded base64 v0.13.1
5722024-12-16T20:05:33.401Z Downloaded sigpipe v0.1.3
5732024-12-16T20:05:33.401Z Downloaded mockall v0.13.0
5742024-12-16T20:05:33.401Z Downloaded lock_api v0.4.12
5752024-12-16T20:05:33.401Z Downloaded libloading v0.8.5
5762024-12-16T20:05:33.401Z Downloaded mime_guess v2.0.5
5772024-12-16T20:05:33.401Z Downloaded csv-core v0.1.11
5782024-12-16T20:05:33.401Z Downloaded crc32fast v1.4.2
5792024-12-16T20:05:33.401Z Downloaded castaway v0.2.3
5802024-12-16T20:05:33.401Z Downloaded base64ct v1.6.0
5812024-12-16T20:05:33.401Z Downloaded litemap v0.7.3
5822024-12-16T20:05:33.401Z Downloaded async-bb8-diesel v0.2.1
5832024-12-16T20:05:33.401Z Downloaded libefi-sys v0.1.0
5842024-12-16T20:05:33.401Z Downloaded hyper-tls v0.6.0
5852024-12-16T20:05:33.401Z Downloaded tower-service v0.3.3
5862024-12-16T20:05:33.401Z Downloaded ahash v0.8.11
5872024-12-16T20:05:33.401Z Downloaded serde_plain v1.0.2
5882024-12-16T20:05:33.401Z Downloaded jobserver v0.1.32
5892024-12-16T20:05:33.401Z Downloaded ref-cast-impl v1.0.23
5902024-12-16T20:05:33.401Z Downloaded hmac v0.12.1
5912024-12-16T20:05:33.401Z Downloaded indexmap v1.9.3
5922024-12-16T20:05:33.401Z Downloaded icu_normalizer_data v1.5.0
5932024-12-16T20:05:33.402Z Downloaded icu_provider v1.5.0
5942024-12-16T20:05:33.402Z Downloaded write16 v1.0.0
5952024-12-16T20:05:33.402Z Downloaded blake2 v0.10.6
5962024-12-16T20:05:33.402Z Downloaded diesel_table_macro_syntax v0.2.0
5972024-12-16T20:05:33.402Z Downloaded bit-set v0.5.3
5982024-12-16T20:05:33.402Z Downloaded aead v0.5.2
5992024-12-16T20:05:33.402Z Downloaded atomic-waker v1.1.2
6002024-12-16T20:05:33.425Z Downloaded mockall_derive v0.13.0
6012024-12-16T20:05:33.425Z Downloaded ipnet v2.10.1
6022024-12-16T20:05:33.425Z Downloaded dhcproto-macros v0.1.0
6032024-12-16T20:05:33.425Z Downloaded crossbeam-utils v0.8.20
6042024-12-16T20:05:33.425Z Downloaded rustversion v1.0.17
6052024-12-16T20:05:33.425Z Downloaded hkdf v0.12.4
6062024-12-16T20:05:33.425Z Downloaded crc-any v2.5.0
6072024-12-16T20:05:33.425Z Downloaded subtle v2.6.1
6082024-12-16T20:05:33.425Z Downloaded thread_local v1.1.8
6092024-12-16T20:05:33.425Z Downloaded phf_shared v0.10.0
6102024-12-16T20:05:33.425Z Downloaded thiserror-no-std v2.0.2
6112024-12-16T20:05:33.425Z Downloaded lalrpop-util v0.19.12
6122024-12-16T20:05:33.425Z Downloaded oso-derive v0.27.3
6132024-12-16T20:05:33.425Z Downloaded xz2 v0.1.7
6142024-12-16T20:05:33.425Z Downloaded defmt-parser v0.3.4
6152024-12-16T20:05:33.425Z Downloaded spki v0.7.3
6162024-12-16T20:05:33.425Z Downloaded fallible-iterator v0.3.0
6172024-12-16T20:05:33.425Z Downloaded fallible-iterator v0.2.0
6182024-12-16T20:05:33.425Z Downloaded thiserror-impl v2.0.3
6192024-12-16T20:05:33.425Z Downloaded strum_macros v0.25.3
6202024-12-16T20:05:33.425Z Downloaded topological-sort v0.2.2
6212024-12-16T20:05:33.425Z Downloaded universal-hash v0.5.1
6222024-12-16T20:05:33.425Z Downloaded icu_locid_transform v1.5.0
6232024-12-16T20:05:33.425Z Downloaded icu_locid v1.5.0
6242024-12-16T20:05:33.425Z Downloaded miniz_oxide v0.8.0
6252024-12-16T20:05:33.425Z Downloaded xattr v1.3.1
6262024-12-16T20:05:33.425Z Downloaded float-ord v0.3.2
6272024-12-16T20:05:33.425Z Downloaded float-cmp v0.9.0
6282024-12-16T20:05:33.425Z Downloaded futures-sink v0.3.31
6292024-12-16T20:05:33.425Z Downloaded rustc-demangle v0.1.24
6302024-12-16T20:05:33.425Z Downloaded heck v0.3.3
6312024-12-16T20:05:33.425Z Downloaded writeable v0.5.5
6322024-12-16T20:05:33.425Z Downloaded strum v0.26.3
6332024-12-16T20:05:33.425Z Downloaded icu_properties v1.5.1
6342024-12-16T20:05:33.425Z Downloaded wyz v0.5.1
6352024-12-16T20:05:33.425Z Downloaded iana-time-zone v0.1.61
6362024-12-16T20:05:33.426Z Downloaded futures-macro v0.3.31
6372024-12-16T20:05:33.426Z Downloaded shlex v1.3.0
6382024-12-16T20:05:33.426Z Downloaded embedded-io v0.4.0
6392024-12-16T20:05:33.426Z Downloaded strum_macros v0.26.4
6402024-12-16T20:05:33.426Z Downloaded tokio-tungstenite v0.23.1
6412024-12-16T20:05:33.426Z Downloaded progenitor-impl v0.8.0
6422024-12-16T20:05:33.426Z Downloaded try-lock v0.2.5
6432024-12-16T20:05:33.426Z Downloaded peg v0.8.4
6442024-12-16T20:05:33.427Z Downloaded olpc-cjson v0.1.4
6452024-12-16T20:05:33.427Z Downloaded slog-envlogger v2.2.0
6462024-12-16T20:05:33.427Z Downloaded yasna v0.5.2
6472024-12-16T20:05:33.427Z Downloaded psl-types v2.0.11
6482024-12-16T20:05:33.427Z Downloaded want v0.3.1
6492024-12-16T20:05:33.427Z Downloaded vte v0.11.1
6502024-12-16T20:05:33.427Z Downloaded thiserror-impl-no-std v2.0.2
6512024-12-16T20:05:33.427Z Downloaded indicatif v0.17.9
6522024-12-16T20:05:33.427Z Downloaded polyval v0.6.2
6532024-12-16T20:05:33.427Z Downloaded icu_collections v1.5.0
6542024-12-16T20:05:33.427Z Downloaded base64 v0.22.1
6552024-12-16T20:05:33.427Z Downloaded phf_generator v0.11.2
6562024-12-16T20:05:33.427Z Downloaded russh-keys v0.45.0
6572024-12-16T20:05:33.428Z Downloaded rpassword v7.3.1
6582024-12-16T20:05:33.428Z Downloaded path-slash v0.1.5
6592024-12-16T20:05:33.428Z Downloaded crossbeam-epoch v0.9.18
6602024-12-16T20:05:33.428Z Downloaded num_enum v0.5.11
6612024-12-16T20:05:33.428Z Downloaded foreign-types v0.5.0
6622024-12-16T20:05:33.428Z Downloaded serde_repr v0.1.19
6632024-12-16T20:05:33.428Z Downloaded hyper-util v0.1.10
6642024-12-16T20:05:33.428Z Downloaded num-conv v0.1.0
6652024-12-16T20:05:33.428Z Downloaded rustls-pemfile v1.0.4
6662024-12-16T20:05:33.428Z Downloaded typify v0.2.0
6672024-12-16T20:05:33.428Z Downloaded quick-error v1.2.3
6682024-12-16T20:05:33.428Z Downloaded uuid v1.11.0
6692024-12-16T20:05:33.428Z Downloaded slab v0.4.9
6702024-12-16T20:05:33.429Z Downloaded utf8_iter v1.0.4
6712024-12-16T20:05:33.429Z Downloaded tabwriter v1.4.0
6722024-12-16T20:05:33.429Z Downloaded synstructure v0.13.1
6732024-12-16T20:05:33.429Z Downloaded base64 v0.21.7
6742024-12-16T20:05:33.429Z Downloaded postcard v1.0.10
6752024-12-16T20:05:33.429Z Downloaded pbkdf2 v0.12.2
6762024-12-16T20:05:33.429Z Downloaded untrusted v0.7.1
6772024-12-16T20:05:33.430Z Downloaded http v1.1.0
6782024-12-16T20:05:33.430Z Downloaded poly1305 v0.8.0
6792024-12-16T20:05:33.430Z Downloaded serde_yaml v0.9.34+deprecated
6802024-12-16T20:05:33.430Z Downloaded samael v0.0.17
6812024-12-16T20:05:33.430Z Downloaded time-core v0.1.2
6822024-12-16T20:05:33.430Z Downloaded russh-cryptovec v0.7.3
6832024-12-16T20:05:33.430Z Downloaded ena v0.14.3
6842024-12-16T20:05:33.430Z Downloaded dunce v1.0.5
6852024-12-16T20:05:33.430Z Downloaded dirs-sys-next v0.1.2
6862024-12-16T20:05:33.430Z Downloaded debug-ignore v1.0.5
6872024-12-16T20:05:33.430Z Downloaded nodrop v0.1.14
6882024-12-16T20:05:33.430Z Downloaded crypto-bigint v0.5.5
6892024-12-16T20:05:33.430Z Downloaded parking_lot_core v0.9.10
6902024-12-16T20:05:33.430Z Downloaded sync-ptr v0.1.1
6912024-12-16T20:05:33.430Z Downloaded futures-core v0.3.31
6922024-12-16T20:05:33.430Z Downloaded embedded-io v0.6.1
6932024-12-16T20:05:33.430Z Downloaded pin-utils v0.1.0
6942024-12-16T20:05:33.430Z Downloaded pbkdf2 v0.11.0
6952024-12-16T20:05:33.430Z Downloaded num-derive v0.4.2
6962024-12-16T20:05:33.431Z Downloaded paste v1.0.15
6972024-12-16T20:05:33.431Z Downloaded rfc6979 v0.4.0
6982024-12-16T20:05:33.431Z Downloaded uzers v0.12.1
6992024-12-16T20:05:33.431Z Downloaded smallvec v1.13.2
7002024-12-16T20:05:33.439Z Downloaded downcast v0.11.0
7012024-12-16T20:05:33.439Z Downloaded hickory-resolver v0.24.1
7022024-12-16T20:05:33.440Z Downloaded tracing-attributes v0.1.27
7032024-12-16T20:05:33.440Z Downloaded flume v0.11.1
7042024-12-16T20:05:33.440Z Downloaded rustfmt-wrapper v0.2.1
7052024-12-16T20:05:33.440Z Downloaded rsa v0.9.6
7062024-12-16T20:05:33.440Z Downloaded derive_builder v0.20.2
7072024-12-16T20:05:33.440Z Downloaded stable_deref_trait v1.2.0
7082024-12-16T20:05:33.440Z Downloaded signal-hook-mio v0.2.4
7092024-12-16T20:05:33.440Z Downloaded hickory-server v0.24.1
7102024-12-16T20:05:33.440Z Downloaded num v0.4.3
7112024-12-16T20:05:33.440Z Downloaded allocator-api2 v0.2.18
7122024-12-16T20:05:33.440Z Downloaded zeroize v1.8.1
7132024-12-16T20:05:33.440Z Downloaded futures-channel v0.3.31
7142024-12-16T20:05:33.440Z Downloaded precomputed-hash v0.1.1
7152024-12-16T20:05:33.440Z Downloaded test-strategy v0.3.1
7162024-12-16T20:05:33.440Z Downloaded zone v0.3.0
7172024-12-16T20:05:33.440Z Downloaded utf-8 v0.7.6
7182024-12-16T20:05:33.440Z Downloaded untrusted v0.9.0
7192024-12-16T20:05:33.440Z Downloaded pkcs1 v0.7.5
7202024-12-16T20:05:33.440Z Downloaded pin-project-lite v0.2.14
7212024-12-16T20:05:33.440Z Downloaded tinyvec_macros v0.1.1
7222024-12-16T20:05:33.440Z Downloaded enum-as-inner v0.5.1
7232024-12-16T20:05:33.440Z Downloaded utf16_iter v1.0.5
7242024-12-16T20:05:33.440Z Downloaded primeorder v0.13.6
7252024-12-16T20:05:33.440Z Downloaded publicsuffix v2.2.3
7262024-12-16T20:05:33.440Z Downloaded termtree v0.4.1
7272024-12-16T20:05:33.440Z Downloaded foreign-types-shared v0.3.1
7282024-12-16T20:05:33.440Z Downloaded unicode_categories v0.1.1
7292024-12-16T20:05:33.440Z Downloaded form_urlencoded v1.2.1
7302024-12-16T20:05:33.440Z Downloaded derive_builder_macro v0.20.2
7312024-12-16T20:05:33.440Z Downloaded nanorand v0.7.0
7322024-12-16T20:05:33.440Z Downloaded ron v0.8.1
7332024-12-16T20:05:33.441Z Downloaded fragile v2.0.0
7342024-12-16T20:05:33.441Z Downloaded tokio-tungstenite v0.21.0
7352024-12-16T20:05:33.441Z Downloaded parse-display-derive v0.10.0
7362024-12-16T20:05:33.441Z Downloaded aes v0.8.4
7372024-12-16T20:05:33.441Z Downloaded snafu v0.8.5
7382024-12-16T20:05:33.441Z Downloaded peg-runtime v0.8.3
7392024-12-16T20:05:33.441Z Downloaded rustls-pki-types v1.10.0
7402024-12-16T20:05:33.441Z Downloaded r2d2 v0.8.10
7412024-12-16T20:05:33.441Z Downloaded progenitor-macro v0.8.0
7422024-12-16T20:05:33.441Z Downloaded derive_builder_core v0.20.2
7432024-12-16T20:05:33.441Z Downloaded pkcs5 v0.7.1
7442024-12-16T20:05:33.441Z Downloaded predicates-core v1.0.8
7452024-12-16T20:05:33.441Z Downloaded same-file v1.0.6
7462024-12-16T20:05:33.441Z Downloaded defmt v0.3.8
7472024-12-16T20:05:33.441Z Downloaded termios v0.3.3
7482024-12-16T20:05:33.441Z Downloaded twox-hash v1.6.3
7492024-12-16T20:05:33.441Z Downloaded semver v0.1.20
7502024-12-16T20:05:33.441Z Downloaded termcolor v1.4.1
7512024-12-16T20:05:33.441Z Downloaded idna v1.0.3
7522024-12-16T20:05:33.441Z Downloaded progenitor-client v0.8.0
7532024-12-16T20:05:33.441Z Downloaded deranged v0.3.11
7542024-12-16T20:05:33.441Z Downloaded unicode-truncate v1.1.0
7552024-12-16T20:05:33.441Z Downloaded schemars_derive v0.8.21
7562024-12-16T20:05:33.441Z Downloaded scheduled-thread-pool v0.2.7
7572024-12-16T20:05:33.441Z Downloaded ghash v0.5.1
7582024-12-16T20:05:33.441Z Downloaded gethostname v0.5.0
7592024-12-16T20:05:33.441Z Downloaded which v4.4.2
7602024-12-16T20:05:33.441Z Downloaded native-tls v0.2.12
7612024-12-16T20:05:33.441Z Downloaded globset v0.4.15
7622024-12-16T20:05:33.441Z Downloaded num-rational v0.4.2
7632024-12-16T20:05:33.441Z Downloaded waitgroup v0.1.2
7642024-12-16T20:05:33.441Z Downloaded parking_lot_core v0.8.6
7652024-12-16T20:05:33.441Z Downloaded nu-ansi-term v0.50.1
7662024-12-16T20:05:33.441Z Downloaded number_prefix v0.4.0
7672024-12-16T20:05:33.441Z Downloaded newtype_derive v0.1.6
7682024-12-16T20:05:33.441Z Downloaded ed25519 v2.2.3
7692024-12-16T20:05:33.441Z Downloaded vte_generate_state_changes v0.1.2
7702024-12-16T20:05:33.441Z Downloaded predicates v3.1.2
7712024-12-16T20:05:33.441Z Downloaded fd-lock v4.0.2
7722024-12-16T20:05:33.442Z Downloaded num-bigint v0.4.6
7732024-12-16T20:05:33.442Z Downloaded sqlparser_derive v0.2.2
7742024-12-16T20:05:33.442Z Downloaded serde-big-array v0.5.1
7752024-12-16T20:05:33.442Z Downloaded rusty-fork v0.3.0
7762024-12-16T20:05:33.442Z Downloaded pkg-config v0.3.31
7772024-12-16T20:05:33.442Z Downloaded slog v2.7.0
7782024-12-16T20:05:33.442Z Downloaded tiny-keccak v2.0.2
7792024-12-16T20:05:33.442Z Downloaded tracing v0.1.40
7802024-12-16T20:05:33.442Z Downloaded fxhash v0.2.1
7812024-12-16T20:05:33.442Z Downloaded slog-async v2.8.0
7822024-12-16T20:05:33.442Z Downloaded des v0.8.1
7832024-12-16T20:05:33.442Z Downloaded getrandom v0.2.15
7842024-12-16T20:05:33.442Z Downloaded zerocopy-derive v0.8.10
7852024-12-16T20:05:33.442Z Downloaded spin v0.5.2
7862024-12-16T20:05:33.442Z Downloaded ref-cast v1.0.23
7872024-12-16T20:05:33.442Z Downloaded openssl-macros v0.1.1
7882024-12-16T20:05:33.442Z Downloaded futures-task v0.3.31
7892024-12-16T20:05:33.442Z Downloaded tls_codec_derive v0.4.1
7902024-12-16T20:05:33.442Z Downloaded parking_lot v0.12.3
7912024-12-16T20:05:33.442Z Downloaded signal-hook-tokio v0.3.1
7922024-12-16T20:05:33.442Z Downloaded proc-macro-crate v1.3.1
7932024-12-16T20:05:33.442Z Downloaded wait-timeout v0.2.0
7942024-12-16T20:05:33.442Z Downloaded opaque-debug v0.3.1
7952024-12-16T20:05:33.442Z Downloaded dyn-clone v1.0.17
7962024-12-16T20:05:33.442Z Downloaded ssh-encoding v0.2.0
7972024-12-16T20:05:33.442Z Downloaded ppv-lite86 v0.2.20
7982024-12-16T20:05:33.442Z Downloaded powerfmt v0.2.0
7992024-12-16T20:05:33.442Z Downloaded zone_cfg_derive v0.1.2
8002024-12-16T20:05:33.447Z Downloaded num_enum_derive v0.5.11
8012024-12-16T20:05:33.447Z Downloaded serde-hex v0.1.0
8022024-12-16T20:05:33.447Z Downloaded rustc_version v0.4.1
8032024-12-16T20:05:33.447Z Downloaded itertools v0.13.0
8042024-12-16T20:05:33.447Z Downloaded foreign-types-shared v0.1.1
8052024-12-16T20:05:33.447Z Downloaded foreign-types v0.3.2
8062024-12-16T20:05:33.447Z Downloaded pretty-hex v0.2.1
8072024-12-16T20:05:33.447Z Downloaded zerofrom v0.1.4
8082024-12-16T20:05:33.447Z Downloaded take_mut v0.2.2
8092024-12-16T20:05:33.447Z Downloaded group v0.13.0
8102024-12-16T20:05:33.447Z Downloaded difflib v0.4.0
8112024-12-16T20:05:33.447Z Downloaded tokio-native-tls v0.3.1
8122024-12-16T20:05:33.447Z Downloaded p256 v0.13.2
8132024-12-16T20:05:33.447Z Downloaded tough v0.19.0
8142024-12-16T20:05:33.447Z Downloaded openssl-probe v0.1.5
8152024-12-16T20:05:33.447Z Downloaded tokio-macros v2.4.0
8162024-12-16T20:05:33.447Z Downloaded displaydoc v0.2.5
8172024-12-16T20:05:33.447Z Downloaded tls_codec v0.4.1
8182024-12-16T20:05:33.447Z Downloaded zone_cfg_derive v0.3.0
8192024-12-16T20:05:33.447Z Downloaded sqlformat v0.2.6
8202024-12-16T20:05:33.447Z Downloaded simd-adler32 v0.3.7
8212024-12-16T20:05:33.447Z Downloaded signature v2.2.0
8222024-12-16T20:05:33.447Z Downloaded signal-hook-registry v1.4.2
8232024-12-16T20:05:33.447Z Downloaded flagset v0.4.6
8242024-12-16T20:05:33.448Z Downloaded darling_macro v0.20.10
8252024-12-16T20:05:33.448Z Downloaded tokio-rustls v0.24.1
8262024-12-16T20:05:33.448Z Downloaded value-bag v1.9.0
8272024-12-16T20:05:33.449Z Downloaded zone v0.1.8
8282024-12-16T20:05:33.449Z Downloaded static_assertions v1.1.0
8292024-12-16T20:05:33.449Z Downloaded rustc_version v0.1.7
8302024-12-16T20:05:33.449Z Downloaded futures-executor v0.3.31
8312024-12-16T20:05:33.449Z Downloaded ecdsa v0.16.9
8322024-12-16T20:05:33.449Z Downloaded url v2.5.3
8332024-12-16T20:05:33.449Z Downloaded structmeta v0.3.0
8342024-12-16T20:05:33.449Z Downloaded structmeta v0.2.0
8352024-12-16T20:05:33.449Z Downloaded strip-ansi-escapes v0.2.0
8362024-12-16T20:05:33.449Z Downloaded stringprep v0.1.5
8372024-12-16T20:05:33.449Z Downloaded tokio-stream v0.1.16
8382024-12-16T20:05:33.449Z Downloaded smallvec v0.6.14
8392024-12-16T20:05:33.449Z Downloaded progenitor v0.8.0
8402024-12-16T20:05:33.449Z Downloaded funty v2.0.0
8412024-12-16T20:05:33.449Z Downloaded nibble_vec v0.1.0
8422024-12-16T20:05:33.449Z Downloaded predicates-tree v1.0.11
8432024-12-16T20:05:33.449Z Downloaded postgres-protocol v0.6.7
8442024-12-16T20:05:33.449Z Downloaded parse-size v1.1.0
8452024-12-16T20:05:33.449Z Downloaded num-traits v0.2.19
8462024-12-16T20:05:33.449Z Downloaded fatfs v0.3.6
8472024-12-16T20:05:33.450Z Downloaded spin v0.9.8
8482024-12-16T20:05:33.450Z Downloaded resolv-conf v0.7.0
8492024-12-16T20:05:33.450Z Downloaded rand_core v0.6.4
8502024-12-16T20:05:33.450Z Downloaded schemars v0.8.21
8512024-12-16T20:05:33.450Z Downloaded serde_path_to_error v0.1.16
8522024-12-16T20:05:33.450Z Downloaded hyper v1.5.0
8532024-12-16T20:05:33.450Z Downloaded yoke-derive v0.7.4
8542024-12-16T20:05:33.450Z Downloaded new_debug_unreachable v1.0.6
8552024-12-16T20:05:33.450Z Downloaded endian-type v0.1.2
8562024-12-16T20:05:33.450Z Downloaded defmt-macros v0.3.9
8572024-12-16T20:05:33.450Z Downloaded percent-encoding v2.3.1
8582024-12-16T20:05:33.450Z Downloaded foldhash v0.1.3
8592024-12-16T20:05:33.450Z Downloaded unicase v2.7.0
8602024-12-16T20:05:33.450Z Downloaded unarray v0.1.4
8612024-12-16T20:05:33.450Z Downloaded fixedbitset v0.4.2
8622024-12-16T20:05:33.450Z Downloaded pem v3.0.4
8632024-12-16T20:05:33.450Z Downloaded toml v0.7.8
8642024-12-16T20:05:33.450Z Downloaded filetime v0.2.25
8652024-12-16T20:05:33.450Z Downloaded blake3 v1.5.4
8662024-12-16T20:05:33.450Z Downloaded socket2 v0.5.7
8672024-12-16T20:05:33.450Z Downloaded aho-corasick v1.1.3
8682024-12-16T20:05:33.450Z Downloaded newline-converter v0.3.0
8692024-12-16T20:05:33.450Z Downloaded hash32 v0.3.1
8702024-12-16T20:05:33.450Z Downloaded rtoolbox v0.0.2
8712024-12-16T20:05:33.450Z Downloaded newtype-uuid v1.1.3
8722024-12-16T20:05:33.450Z Downloaded pkcs8 v0.10.2
8732024-12-16T20:05:33.450Z Downloaded sync_wrapper v1.0.1
8742024-12-16T20:05:33.450Z Downloaded zeroize_derive v1.4.2
8752024-12-16T20:05:33.450Z Downloaded slog-bunyan v2.5.0
8762024-12-16T20:05:33.450Z Downloaded rand_seeder v0.3.0
8772024-12-16T20:05:33.450Z Downloaded postgres-types v0.2.8
8782024-12-16T20:05:33.450Z Downloaded oso v0.27.3
8792024-12-16T20:05:33.450Z Downloaded tui-tree-widget v0.22.0
8802024-12-16T20:05:33.450Z Downloaded rcgen v0.12.1
8812024-12-16T20:05:33.450Z Downloaded yoke v0.7.4
8822024-12-16T20:05:33.451Z Downloaded rustc-hash v2.0.0
8832024-12-16T20:05:33.451Z Downloaded zerofrom-derive v0.1.4
8842024-12-16T20:05:33.451Z Downloaded structmeta-derive v0.3.0
8852024-12-16T20:05:33.451Z Downloaded slog-scope v4.4.0
8862024-12-16T20:05:33.451Z Downloaded rustc-hash v1.1.0
8872024-12-16T20:05:33.451Z Downloaded dsl_auto_type v0.1.2
8882024-12-16T20:05:33.451Z Downloaded dropshot_endpoint v0.13.0
8892024-12-16T20:05:33.451Z Downloaded zerovec-derive v0.10.3
8902024-12-16T20:05:33.451Z Downloaded dirs-next v2.0.0
8912024-12-16T20:05:33.451Z Downloaded serde_derive_internals v0.29.1
8922024-12-16T20:05:33.451Z Downloaded fs_extra v1.3.0
8932024-12-16T20:05:33.451Z Downloaded futures v0.3.31
8942024-12-16T20:05:33.451Z Downloaded vergen v8.3.2
8952024-12-16T20:05:33.451Z Downloaded diff v0.1.13
8962024-12-16T20:05:33.451Z Downloaded peg-macros v0.8.4
8972024-12-16T20:05:33.451Z Downloaded dhcproto v0.12.0
8982024-12-16T20:05:33.451Z Downloaded slog-json v2.6.1
8992024-12-16T20:05:33.451Z Downloaded hashlink v0.9.1
9002024-12-16T20:05:33.457Z Downloaded env_logger v0.11.5
9012024-12-16T20:05:33.457Z Downloaded password-hash v0.5.0
9022024-12-16T20:05:33.457Z Downloaded shell-words v1.1.0
9032024-12-16T20:05:33.457Z Downloaded tungstenite v0.24.0
9042024-12-16T20:05:33.457Z Downloaded strum_macros v0.24.3
9052024-12-16T20:05:33.457Z Downloaded tungstenite v0.23.0
9062024-12-16T20:05:33.458Z Downloaded packed_struct_codegen v0.10.1
9072024-12-16T20:05:33.458Z Downloaded pem-rfc7468 v0.7.0
9082024-12-16T20:05:33.458Z Downloaded ssh-key v0.6.6
9092024-12-16T20:05:33.458Z Downloaded phf v0.11.2
9102024-12-16T20:05:33.458Z Downloaded multimap v0.10.0
9112024-12-16T20:05:33.458Z Downloaded env_logger v0.10.2
9122024-12-16T20:05:33.458Z Downloaded unicode-segmentation v1.12.0
9132024-12-16T20:05:33.458Z Downloaded serde_with v3.11.0
9142024-12-16T20:05:33.458Z Downloaded der_derive v0.7.3
9152024-12-16T20:05:33.458Z Downloaded expectorate v1.1.0
9162024-12-16T20:05:33.458Z Downloaded tungstenite v0.21.0
9172024-12-16T20:05:33.458Z Downloaded h2 v0.4.6
9182024-12-16T20:05:33.458Z Downloaded tap v1.0.1
9192024-12-16T20:05:33.458Z Downloaded sha1 v0.10.6
9202024-12-16T20:05:33.458Z Downloaded zerocopy v0.6.6
9212024-12-16T20:05:33.458Z Downloaded prettyplease v0.2.25
9222024-12-16T20:05:33.458Z Downloaded dropshot_endpoint v0.12.0
9232024-12-16T20:05:33.458Z Downloaded toml_edit v0.19.15
9242024-12-16T20:05:33.458Z Downloaded serde_with_macros v3.11.0
9252024-12-16T20:05:33.458Z Downloaded similar v2.6.0
9262024-12-16T20:05:33.458Z Downloaded term v0.7.0
9272024-12-16T20:05:33.458Z Downloaded signal-hook v0.3.17
9282024-12-16T20:05:33.458Z Downloaded pin-project v1.1.6
9292024-12-16T20:05:33.458Z Downloaded tar v0.4.42
9302024-12-16T20:05:33.458Z Downloaded openssl-sys v0.9.103
9312024-12-16T20:05:33.458Z Downloaded steno v0.4.1
9322024-12-16T20:05:33.458Z Downloaded darling_core v0.20.10
9332024-12-16T20:05:33.458Z Downloaded bindgen v0.69.5
9342024-12-16T20:05:33.458Z Downloaded unicode-bidi v0.3.17
9352024-12-16T20:05:33.458Z Downloaded nom v7.1.3
9362024-12-16T20:05:33.458Z Downloaded rand v0.8.5
9372024-12-16T20:05:33.458Z Downloaded bitvec v1.0.1
9382024-12-16T20:05:33.458Z Downloaded rustyline v14.0.0
9392024-12-16T20:05:33.458Z Downloaded proptest v1.5.0
9402024-12-16T20:05:33.458Z Downloaded hashbrown v0.12.3
9412024-12-16T20:05:33.458Z Downloaded quick-xml v0.33.0
9422024-12-16T20:05:33.458Z Downloaded regex v1.11.1
9432024-12-16T20:05:33.459Z Downloaded tokio-util v0.7.12
9442024-12-16T20:05:33.459Z Downloaded reedline v0.35.0
9452024-12-16T20:05:33.459Z Downloaded der v0.7.9
9462024-12-16T20:05:33.459Z Downloaded salty v0.3.0
9472024-12-16T20:05:33.459Z Downloaded russh v0.45.0
9482024-12-16T20:05:33.459Z Downloaded rustls-webpki v0.101.7
9492024-12-16T20:05:33.459Z Downloaded hashbrown v0.14.5
9502024-12-16T20:05:33.459Z Downloaded hashbrown v0.13.2
9512024-12-16T20:05:33.459Z Downloaded idna v0.4.0
9522024-12-16T20:05:33.459Z Downloaded zerovec v0.10.4
9532024-12-16T20:05:33.459Z Downloaded unicode-normalization v0.1.24
9542024-12-16T20:05:33.459Z Downloaded futures-util v0.3.31
9552024-12-16T20:05:33.459Z Downloaded p521 v0.13.3
9562024-12-16T20:05:33.459Z Downloaded smoltcp v0.9.1
9572024-12-16T20:05:33.459Z Downloaded curve25519-dalek v4.1.3
9582024-12-16T20:05:33.459Z Downloaded reqwest v0.12.9
9592024-12-16T20:05:33.459Z Downloaded sqlparser v0.45.0
9602024-12-16T20:05:33.459Z Downloaded git2 v0.19.0
9612024-12-16T20:05:33.459Z Downloaded p384 v0.13.0
9622024-12-16T20:05:33.460Z Downloaded quinn-proto v0.11.8
9632024-12-16T20:05:33.460Z Downloaded rusqlite v0.32.1
9642024-12-16T20:05:33.460Z Downloaded hickory-proto v0.24.1
9652024-12-16T20:05:33.460Z Downloaded gimli v0.31.1
9662024-12-16T20:05:33.460Z Downloaded trust-dns-proto v0.22.0
9672024-12-16T20:05:33.460Z Downloaded vcpkg v0.2.15
9682024-12-16T20:05:33.460Z Downloaded petname v2.0.2
9692024-12-16T20:05:33.460Z Downloaded rustls v0.21.12
9702024-12-16T20:05:33.460Z Downloaded openssl v0.10.66
9712024-12-16T20:05:33.460Z Downloaded zerocopy v0.8.10
9722024-12-16T20:05:33.460Z Downloaded unicode-width v0.2.0
9732024-12-16T20:05:33.460Z Downloaded nix v0.27.1
9742024-12-16T20:05:33.460Z Downloaded radix_trie v0.2.1
9752024-12-16T20:05:33.460Z Downloaded nix v0.29.0
9762024-12-16T20:05:33.460Z Downloaded regress v0.10.1
9772024-12-16T20:05:33.460Z Downloaded object v0.36.5
9782024-12-16T20:05:33.460Z Downloaded regex-syntax v0.8.5
9792024-12-16T20:05:33.460Z Downloaded object v0.30.4
9802024-12-16T20:05:33.460Z Downloaded typify-impl v0.2.0
9812024-12-16T20:05:33.460Z Downloaded dropshot v0.13.0
9822024-12-16T20:05:33.460Z Downloaded sled v0.34.7
9832024-12-16T20:05:33.462Z Downloaded regress v0.9.1
9842024-12-16T20:05:33.462Z Downloaded diesel v2.2.6
9852024-12-16T20:05:33.462Z Downloaded openapiv3 v2.0.0
9862024-12-16T20:05:33.462Z Downloaded bzip2-sys v0.1.11+1.0.8
9872024-12-16T20:05:33.462Z Downloaded smoltcp v0.11.0
9882024-12-16T20:05:33.462Z Downloaded bstr v1.10.0
9892024-12-16T20:05:33.462Z Downloaded ratatui v0.28.1
9902024-12-16T20:05:33.462Z Downloaded zerocopy-derive v0.6.6
9912024-12-16T20:05:33.462Z Downloaded dropshot v0.12.0
9922024-12-16T20:05:33.462Z Downloaded regex-automata v0.4.8
9932024-12-16T20:05:33.462Z Downloaded rustls v0.23.19
9942024-12-16T20:05:33.462Z Downloaded rustls v0.22.4
9952024-12-16T20:05:33.462Z Downloaded chrono-tz v0.10.0
9962024-12-16T20:05:33.462Z Downloaded polar-core v0.27.3
9972024-12-16T20:05:33.462Z Downloaded nix v0.28.0
9982024-12-16T20:05:33.462Z Downloaded regex-syntax v0.6.29
9992024-12-16T20:05:33.462Z Downloaded lzma-sys v0.1.20
10002024-12-16T20:05:33.466Z Downloaded webpki-roots v0.26.6
10012024-12-16T20:05:33.466Z Downloaded rustls-webpki v0.102.8
10022024-12-16T20:05:33.466Z Downloaded parse-zoneinfo v0.3.1
10032024-12-16T20:05:33.466Z Downloaded idna v0.3.0
10042024-12-16T20:05:33.466Z Downloaded libz-sys v1.1.20
10052024-12-16T20:05:33.466Z Downloaded petgraph v0.6.5
10062024-12-16T20:05:33.466Z Downloaded csv v1.3.0
10072024-12-16T20:05:33.466Z Downloaded tokio v1.40.0
10082024-12-16T20:05:33.466Z Downloaded idna v0.2.3
10092024-12-16T20:05:33.466Z Downloaded sha3 v0.10.8
10102024-12-16T20:05:33.466Z Downloaded idna v0.5.0
10112024-12-16T20:05:33.466Z Downloaded chrono v0.4.38
10122024-12-16T20:05:33.466Z Downloaded tokio-postgres v0.7.12
10132024-12-16T20:05:33.466Z Downloaded portable-atomic v1.9.0
10142024-12-16T20:05:33.466Z Downloaded rayon v1.10.0
10152024-12-16T20:05:33.467Z Downloaded icu_properties_data v1.5.0
10162024-12-16T20:05:33.467Z Downloaded parking_lot v0.11.2
10172024-12-16T20:05:33.467Z Downloaded zopfli v0.8.1
10182024-12-16T20:05:33.467Z Downloaded ed25519-dalek v2.1.1
10192024-12-16T20:05:33.467Z Downloaded lalrpop v0.19.12
10202024-12-16T20:05:33.467Z Downloaded winnow v0.5.40
10212024-12-16T20:05:33.467Z Downloaded aws-lc-rs v1.10.0
10222024-12-16T20:05:33.467Z Downloaded pin-project-internal v1.1.6
10232024-12-16T20:05:33.467Z Downloaded rayon-core v1.12.1
10242024-12-16T20:05:33.467Z Downloaded tokio-tungstenite v0.24.0
10252024-12-16T20:05:33.467Z Downloaded num-bigint-dig v0.8.4
10262024-12-16T20:05:33.467Z Downloaded unsafe-libyaml v0.2.11
10272024-12-16T20:05:33.467Z Downloaded unicode-xid v0.2.6
10282024-12-16T20:05:33.467Z Downloaded quinn v0.11.5
10292024-12-16T20:05:33.467Z Downloaded zip v2.1.3
10302024-12-16T20:05:33.467Z Downloaded whoami v1.5.2
10312024-12-16T20:05:33.467Z Downloaded walkdir v2.5.0
10322024-12-16T20:05:33.467Z Downloaded rand_xorshift v0.3.0
10332024-12-16T20:05:33.467Z Downloaded time v0.3.36
10342024-12-16T20:05:33.467Z Downloaded aes-gcm v0.10.3
10352024-12-16T20:05:33.467Z Downloaded glob v0.3.1
10362024-12-16T20:05:33.467Z Downloaded fallible-streaming-iterator v0.1.9
10372024-12-16T20:05:33.467Z Downloaded flate2 v1.0.34
10382024-12-16T20:05:33.467Z Downloaded headers v0.4.0
10392024-12-16T20:05:33.467Z Downloaded num_threads v0.1.7
10402024-12-16T20:05:33.467Z Downloaded radium v0.7.0
10412024-12-16T20:05:33.467Z Downloaded derive-where v1.2.7
10422024-12-16T20:05:33.467Z Downloaded qorb v0.2.1
10432024-12-16T20:05:33.467Z Downloaded typed-path v0.9.3
10442024-12-16T20:05:33.467Z Downloaded itertools v0.12.1
10452024-12-16T20:05:33.467Z Downloaded unicode-properties v0.1.3
10462024-12-16T20:05:33.467Z Downloaded x509-cert v0.2.5
10472024-12-16T20:05:33.467Z Downloaded crossterm v0.28.1
10482024-12-16T20:05:33.467Z Downloaded zip v0.6.6
10492024-12-16T20:05:33.468Z Downloaded tracing-core v0.1.32
10502024-12-16T20:05:33.468Z Downloaded libxml v0.3.3
10512024-12-16T20:05:33.468Z Downloaded elliptic-curve v0.13.8
10522024-12-16T20:05:33.468Z Downloaded time-macros v0.2.18
10532024-12-16T20:05:33.468Z Downloaded thiserror v2.0.3
10542024-12-16T20:05:33.468Z Downloaded slog-term v2.9.1
10552024-12-16T20:05:33.468Z Downloaded sct v0.7.1
10562024-12-16T20:05:33.468Z Downloaded derive_more v0.99.18
10572024-12-16T20:05:33.468Z Downloaded libm v0.2.8
10582024-12-16T20:05:33.468Z Downloaded env_filter v0.1.2
10592024-12-16T20:05:33.468Z Downloaded enum-as-inner v0.6.1
10602024-12-16T20:05:33.468Z Downloaded encoding_rs v0.8.34
10612024-12-16T20:05:33.468Z Downloaded heapless v0.8.0
10622024-12-16T20:05:33.468Z Downloaded heapless v0.7.17
10632024-12-16T20:05:33.468Z Downloaded itertools v0.10.5
10642024-12-16T20:05:33.468Z Downloaded mio v1.0.2
10652024-12-16T20:05:33.468Z Downloaded diesel_derives v2.2.3
10662024-12-16T20:05:33.468Z Downloaded phf_shared v0.11.2
10672024-12-16T20:05:33.468Z Downloaded typify-macro v0.2.0
10682024-12-16T20:05:33.468Z Downloaded toolchain_find v0.4.0
10692024-12-16T20:05:33.468Z Downloaded supports-color v3.0.1
10702024-12-16T20:05:33.468Z Downloaded packed_struct v0.10.1
10712024-12-16T20:05:33.468Z Downloaded num-complex v0.4.6
10722024-12-16T20:05:33.468Z Downloaded tinyvec v1.8.0
10732024-12-16T20:05:33.468Z Downloaded normalize-line-endings v0.3.0
10742024-12-16T20:05:33.468Z Downloaded slog-stdlog v4.1.1
10752024-12-16T20:05:33.468Z Downloaded multer v3.1.0
10762024-12-16T20:05:33.468Z Downloaded half v2.4.1
10772024-12-16T20:05:33.468Z Downloaded sec1 v0.7.3
10782024-12-16T20:05:33.468Z Downloaded scrypt v0.11.0
10792024-12-16T20:05:33.468Z Downloaded salsa20 v0.10.2
10802024-12-16T20:05:33.468Z Downloaded ff v0.13.0
10812024-12-16T20:05:33.468Z Downloaded ron v0.7.1
10822024-12-16T20:05:33.468Z Downloaded owo-colors v4.1.0
10832024-12-16T20:05:33.468Z Downloaded omicron-zone-package v0.11.1
10842024-12-16T20:05:33.468Z Downloaded tokio-rustls v0.26.0
10852024-12-16T20:05:33.468Z Downloaded tokio-rustls v0.25.0
10862024-12-16T20:05:33.468Z Downloaded parse-display v0.10.0
10872024-12-16T20:05:33.469Z Downloaded libgit2-sys v0.17.0+1.8.1
10882024-12-16T20:05:33.469Z Downloaded num-iter v0.1.45
10892024-12-16T20:05:33.469Z Downloaded num-integer v0.1.46
10902024-12-16T20:05:33.469Z Downloaded tinystr v0.7.6
10912024-12-16T20:05:33.469Z Downloaded display-error-chain v0.2.2
10922024-12-16T20:05:33.469Z Downloaded rustls-pemfile v2.2.0
10932024-12-16T20:05:33.469Z Downloaded minimal-lexical v0.2.1
10942024-12-16T20:05:33.469Z Downloaded hex v0.4.3
10952024-12-16T20:05:33.469Z Downloaded hash32 v0.2.1
10962024-12-16T20:05:33.469Z Downloaded foreign-types-macros v0.2.3
10972024-12-16T20:05:33.469Z Downloaded snafu-derive v0.8.5
10982024-12-16T20:05:33.469Z Downloaded data-encoding v2.6.0
10992024-12-16T20:05:33.469Z Downloaded serde_urlencoded v0.7.1
11002024-12-16T20:05:33.472Z Downloaded crossbeam-channel v0.5.13
11012024-12-16T20:05:33.473Z Downloaded const_format v0.2.33
11022024-12-16T20:05:33.473Z Downloaded bumpalo v3.16.0
11032024-12-16T20:05:33.473Z Downloaded password-hash v0.4.2
11042024-12-16T20:05:33.473Z Downloaded smf v0.2.3
11052024-12-16T20:05:33.473Z Downloaded siphasher v0.3.11
11062024-12-16T20:05:33.473Z Downloaded cc v1.1.30
11072024-12-16T20:05:33.473Z Downloaded backtrace v0.3.74
11082024-12-16T20:05:33.473Z Downloaded subprocess v0.2.9
11092024-12-16T20:05:33.473Z Downloaded futures-io v0.3.31
11102024-12-16T20:05:33.473Z Downloaded phf_codegen v0.11.2
11112024-12-16T20:05:33.473Z Downloaded compact_str v0.8.0
11122024-12-16T20:05:33.473Z Downloaded bytes v1.8.0
11132024-12-16T20:05:33.473Z Downloaded vsss-rs v3.3.4
11142024-12-16T20:05:33.473Z Downloaded either v1.13.0
11152024-12-16T20:05:33.473Z Downloaded chacha20poly1305 v0.10.1
11162024-12-16T20:05:33.473Z Downloaded cookie v0.18.1
11172024-12-16T20:05:33.473Z Downloaded structmeta-derive v0.2.0
11182024-12-16T20:05:33.473Z Downloaded string_cache v0.8.7
11192024-12-16T20:05:33.473Z Downloaded ssh-cipher v0.2.0
11202024-12-16T20:05:33.473Z Downloaded diesel-dtrace v0.4.2
11212024-12-16T20:05:33.473Z Downloaded arc-swap v1.7.1
11222024-12-16T20:05:33.473Z Downloaded clang-sys v1.8.1
11232024-12-16T20:05:33.473Z Downloaded slog-dtrace v0.3.0
11242024-12-16T20:05:33.473Z Downloaded argon2 v0.5.3
11252024-12-16T20:05:33.473Z Downloaded icu_normalizer v1.5.0
11262024-12-16T20:05:33.473Z Downloaded cookie_store v0.21.0
11272024-12-16T20:05:33.474Z Downloaded const-oid v0.9.6
11282024-12-16T20:05:33.474Z Downloaded arrayvec v0.7.6
11292024-12-16T20:05:33.474Z Downloaded icu_locid_transform_data v1.5.0
11302024-12-16T20:05:33.474Z Downloaded ciborium v0.2.2
11312024-12-16T20:05:33.474Z Downloaded secrecy v0.8.0
11322024-12-16T20:05:33.474Z Downloaded scopeguard v1.2.0
11332024-12-16T20:05:33.474Z Downloaded rand_chacha v0.3.1
11342024-12-16T20:05:33.474Z Downloaded quinn-udp v0.5.5
11352024-12-16T20:05:33.474Z Downloaded darling v0.20.10
11362024-12-16T20:05:33.474Z Downloaded hyper-rustls v0.27.3
11372024-12-16T20:05:33.474Z Downloaded const_format_proc_macros v0.2.33
11382024-12-16T20:05:33.474Z Downloaded backoff v0.4.0
11392024-12-16T20:05:33.474Z Downloaded console v0.15.8
11402024-12-16T20:05:33.474Z Downloaded cancel-safe-futures v0.1.5
11412024-12-16T20:05:33.474Z Downloaded cassowary v0.3.0
11422024-12-16T20:05:33.474Z Downloaded cipher v0.4.4
11432024-12-16T20:05:33.474Z Downloaded indent_write v2.2.0
11442024-12-16T20:05:33.474Z Downloaded hubpack v0.1.2
11452024-12-16T20:05:33.474Z Downloaded libsw v3.3.1
11462024-12-16T20:05:33.474Z Downloaded bb8 v0.8.5
11472024-12-16T20:05:33.474Z Downloaded async-recursion v1.1.1
11482024-12-16T20:05:33.474Z Downloaded kstat-rs v0.2.4
11492024-12-16T20:05:33.475Z Downloaded impl-trait-for-tuples v0.2.2
11502024-12-16T20:05:33.475Z Downloaded ctr v0.9.2
11512024-12-16T20:05:33.475Z Downloaded convert_case v0.4.0
11522024-12-16T20:05:33.475Z Downloaded colored v2.1.0
11532024-12-16T20:05:33.475Z Downloaded cbc v0.1.2
11542024-12-16T20:05:33.475Z Downloaded block-padding v0.3.3
11552024-12-16T20:05:33.475Z Downloaded bitfield-struct v0.6.2
11562024-12-16T20:05:33.475Z Downloaded atomicwrites v0.4.4
11572024-12-16T20:05:33.475Z Downloaded ciborium-ll v0.2.2
11582024-12-16T20:05:33.475Z Downloaded ipnetwork v0.20.0
11592024-12-16T20:05:33.475Z Downloaded inout v0.1.3
11602024-12-16T20:05:33.475Z Downloaded bit-vec v0.6.3
11612024-12-16T20:05:33.475Z Downloaded async-stream v0.3.6
11622024-12-16T20:05:33.475Z Downloaded headers-core v0.3.0
11632024-12-16T20:05:33.475Z Downloaded cexpr v0.6.0
11642024-12-16T20:05:33.475Z Downloaded home v0.5.9
11652024-12-16T20:05:33.476Z Downloaded bitflags v1.3.2
11662024-12-16T20:05:33.476Z Downloaded ring v0.17.8
11672024-12-16T20:05:33.476Z Downloaded aws-lc-sys v0.22.0
11682024-12-16T20:05:33.476Z Downloaded libsqlite3-sys v0.30.1
11692024-12-16T20:05:33.476Z Downloaded ring v0.16.20
11702024-12-16T20:05:33.476Z Compiling serde v1.0.215
11712024-12-16T20:05:33.476Z Compiling lock_api v0.4.12
11722024-12-16T20:05:33.476Z Compiling scopeguard v1.2.0
11732024-12-16T20:05:33.476Z Compiling value-bag v1.9.0
11742024-12-16T20:05:33.476Z Compiling typenum v1.17.0
11752024-12-16T20:05:33.476Z Compiling generic-array v0.14.7
11762024-12-16T20:05:33.476Z Compiling syn v2.0.87
11772024-12-16T20:05:33.476Z Compiling getrandom v0.2.15
11782024-12-16T20:05:33.574Z Compiling shlex v1.3.0
11792024-12-16T20:05:33.743Z Compiling rand_core v0.6.4
11802024-12-16T20:05:33.879Z Compiling log v0.4.22
11812024-12-16T20:05:33.989Z Compiling subtle v2.6.1
11822024-12-16T20:05:34.008Z Compiling jobserver v0.1.32
11832024-12-16T20:05:34.041Z Compiling smallvec v1.13.2
11842024-12-16T20:05:34.296Z Compiling const-oid v0.9.6
11852024-12-16T20:05:34.331Z Compiling spin v0.9.8
11862024-12-16T20:05:34.361Z Compiling pin-project-lite v0.2.14
11872024-12-16T20:05:34.480Z Compiling cc v1.1.30
11882024-12-16T20:05:34.501Z Compiling rustix v0.38.37
11892024-12-16T20:05:34.756Z Compiling parking_lot_core v0.9.10
11902024-12-16T20:05:34.780Z Compiling futures-core v0.3.31
11912024-12-16T20:05:34.944Z Compiling signal-hook-registry v1.4.2
11922024-12-16T20:05:35.013Z Compiling mio v1.0.2
11932024-12-16T20:05:35.411Z Compiling aho-corasick v1.1.3
11942024-12-16T20:05:35.808Z Compiling parking_lot v0.12.3
11952024-12-16T20:05:35.899Z Compiling cpufeatures v0.2.14
11962024-12-16T20:05:36.004Z Compiling regex-syntax v0.8.5
11972024-12-16T20:05:36.145Z Compiling lazy_static v1.5.0
11982024-12-16T20:05:36.193Z Compiling either v1.13.0
11992024-12-16T20:05:36.227Z Compiling glob v0.3.1
12002024-12-16T20:05:36.259Z Compiling futures-sink v0.3.31
12012024-12-16T20:05:36.416Z Compiling stable_deref_trait v1.2.0
12022024-12-16T20:05:36.534Z Compiling socket2 v0.5.7
12032024-12-16T20:05:36.601Z Compiling slab v0.4.9
12042024-12-16T20:05:36.664Z Compiling prettyplease v0.2.25
12052024-12-16T20:05:37.065Z Compiling minimal-lexical v0.2.1
12062024-12-16T20:05:37.360Z Compiling clang-sys v1.8.1
12072024-12-16T20:05:37.397Z Compiling libloading v0.8.5
12082024-12-16T20:05:37.563Z Compiling nom v7.1.3
12092024-12-16T20:05:37.605Z Compiling bindgen v0.69.5
12102024-12-16T20:05:37.826Z Compiling home v0.5.9
12112024-12-16T20:05:38.109Z Compiling serde_json v1.0.132
12122024-12-16T20:05:38.423Z Compiling itertools v0.10.5
12132024-12-16T20:05:38.469Z Compiling futures-channel v0.3.31
12142024-12-16T20:05:38.784Z Compiling futures-task v0.3.31
12152024-12-16T20:05:38.909Z Compiling allocator-api2 v0.2.18
12162024-12-16T20:05:39.092Z Compiling pin-utils v0.1.0
12172024-12-16T20:05:39.199Z Compiling rustc-hash v1.1.0
12182024-12-16T20:05:39.351Z Compiling foldhash v0.1.3
12192024-12-16T20:05:39.658Z Compiling futures-io v0.3.31
12202024-12-16T20:05:39.719Z Compiling regex-automata v0.4.8
12212024-12-16T20:05:39.979Z Compiling lazycell v1.3.0
12222024-12-16T20:05:40.158Z Compiling hashbrown v0.15.1
12232024-12-16T20:05:41.179Z Compiling synstructure v0.13.1
12242024-12-16T20:05:41.371Z Compiling cexpr v0.6.0
12252024-12-16T20:05:41.512Z Compiling cmake v0.1.51
12262024-12-16T20:05:42.610Z Compiling pkg-config v0.3.31
12272024-12-16T20:05:42.952Z Compiling fs_extra v1.3.0
12282024-12-16T20:05:43.020Z Compiling tinyvec_macros v0.1.1
12292024-12-16T20:05:43.119Z Compiling libm v0.2.8
12302024-12-16T20:05:43.206Z Compiling dunce v1.0.5
12312024-12-16T20:05:43.340Z Compiling tinyvec v1.8.0
12322024-12-16T20:05:43.464Z Compiling num-traits v0.2.19
12332024-12-16T20:05:43.986Z Compiling ring v0.17.8
12342024-12-16T20:05:44.176Z Compiling paste v1.0.15
12352024-12-16T20:05:44.399Z Compiling litemap v0.7.3
12362024-12-16T20:05:44.685Z Compiling unicode-bidi v0.3.17
12372024-12-16T20:05:44.801Z Compiling unicode-normalization v0.1.24
12382024-12-16T20:05:44.867Z Compiling base64ct v1.6.0
12392024-12-16T20:05:44.886Z Compiling writeable v0.5.5
12402024-12-16T20:05:45.414Z Compiling regex v1.11.1
12412024-12-16T20:05:45.444Z Compiling pem-rfc7468 v0.7.0
12422024-12-16T20:05:46.092Z Compiling flagset v0.4.6
12432024-12-16T20:05:46.122Z Compiling aws-lc-rs v1.10.0
12442024-12-16T20:05:46.275Z Compiling httparse v1.9.5
12452024-12-16T20:05:46.555Z Compiling tracing-core v0.1.32
12462024-12-16T20:05:47.056Z Compiling rustls-pki-types v1.10.0
12472024-12-16T20:05:47.639Z Compiling percent-encoding v2.3.1
12482024-12-16T20:05:47.756Z Compiling crossbeam-utils v0.8.20
12492024-12-16T20:05:47.896Z Compiling icu_locid_transform_data v1.5.0
12502024-12-16T20:05:48.011Z Compiling num-conv v0.1.0
12512024-12-16T20:05:48.118Z Compiling untrusted v0.7.1
12522024-12-16T20:05:48.141Z Compiling serde_derive v1.0.215
12532024-12-16T20:05:48.291Z Compiling zeroize_derive v1.4.2
12542024-12-16T20:05:48.309Z Compiling zerocopy-derive v0.7.35
12552024-12-16T20:05:48.311Z Compiling tokio-macros v2.4.0
12562024-12-16T20:05:48.676Z Compiling zerofrom-derive v0.1.4
12572024-12-16T20:05:49.875Z Compiling zeroize v1.8.1
12582024-12-16T20:05:49.877Z Compiling yoke-derive v0.7.4
12592024-12-16T20:05:50.275Z Compiling thiserror-impl v1.0.69
12602024-12-16T20:05:50.510Z Compiling zerocopy v0.7.35
12612024-12-16T20:05:51.492Z Compiling crypto-common v0.1.6
12622024-12-16T20:05:51.746Z Compiling block-buffer v0.10.4
12632024-12-16T20:05:52.016Z Compiling digest v0.10.7
12642024-12-16T20:05:52.049Z Compiling futures-macro v0.3.31
12652024-12-16T20:05:52.502Z Compiling hmac v0.12.1
12662024-12-16T20:05:52.680Z Compiling zerovec-derive v0.10.3
12672024-12-16T20:05:52.747Z Compiling block-padding v0.3.3
12682024-12-16T20:05:52.886Z Compiling zerofrom v0.1.4
12692024-12-16T20:05:52.990Z Compiling displaydoc v0.2.5
12702024-12-16T20:05:53.011Z Compiling inout v0.1.3
12712024-12-16T20:05:53.119Z Compiling yoke v0.7.4
12722024-12-16T20:05:53.286Z Compiling cipher v0.4.4
12732024-12-16T20:05:53.497Z Compiling sha2 v0.10.8
12742024-12-16T20:05:53.688Z Compiling thiserror v1.0.69
12752024-12-16T20:05:53.789Z Compiling ppv-lite86 v0.2.20
12762024-12-16T20:05:53.828Z Compiling icu_provider_macros v1.5.0
12772024-12-16T20:05:53.977Z Compiling futures-util v0.3.31
12782024-12-16T20:05:54.593Z Compiling der_derive v0.7.3
12792024-12-16T20:05:54.622Z Compiling rand_chacha v0.3.1
12802024-12-16T20:05:54.915Z Compiling tracing-attributes v0.1.27
12812024-12-16T20:05:54.958Z Compiling pest v2.7.14
12822024-12-16T20:05:55.275Z Compiling zerovec v0.10.4
12832024-12-16T20:05:56.940Z Compiling rand v0.8.5
12842024-12-16T20:05:57.105Z Compiling salsa20 v0.10.2
12852024-12-16T20:05:57.208Z Compiling tinystr v0.7.6
12862024-12-16T20:05:57.330Z Compiling der v0.7.9
12872024-12-16T20:05:57.607Z Compiling icu_locid v1.5.0
12882024-12-16T20:05:57.669Z Compiling icu_collections v1.5.0
12892024-12-16T20:05:58.020Z Compiling pbkdf2 v0.12.2
12902024-12-16T20:05:58.233Z Compiling mirai-annotations v1.12.0
12912024-12-16T20:05:58.417Z Compiling vcpkg v0.2.15
12922024-12-16T20:05:58.840Z Compiling icu_provider v1.5.0
12932024-12-16T20:05:59.144Z Compiling tracing v0.1.40
12942024-12-16T20:05:59.183Z Compiling untrusted v0.9.0
12952024-12-16T20:05:59.372Z Compiling icu_properties_data v1.5.0
12962024-12-16T20:05:59.638Z Compiling icu_locid_transform v1.5.0
12972024-12-16T20:05:59.685Z Compiling spki v0.7.3
12982024-12-16T20:05:59.963Z Compiling powerfmt v0.2.0
12992024-12-16T20:06:00.039Z Compiling time-core v0.1.2
13002024-12-16T20:06:00.210Z Compiling time-macros v0.2.18
13012024-12-16T20:06:00.350Z Compiling deranged v0.3.11
13022024-12-16T20:06:00.614Z Compiling openssl-sys v0.9.103
13032024-12-16T20:06:00.746Z Compiling scrypt v0.11.0
13042024-12-16T20:06:01.315Z Compiling icu_properties v1.5.1
13052024-12-16T20:06:01.409Z Compiling pest_meta v2.7.14
13062024-12-16T20:06:01.696Z Compiling cbc v0.1.2
13072024-12-16T20:06:01.987Z Compiling aes v0.8.4
13082024-12-16T20:06:02.287Z Compiling bitflags v2.6.0
13092024-12-16T20:06:02.308Z Compiling bytes v1.8.0
13102024-12-16T20:06:03.593Z Compiling tokio v1.40.0
13112024-12-16T20:06:03.621Z Compiling indexmap v2.6.0
13122024-12-16T20:06:03.851Z Compiling http v1.1.0
13132024-12-16T20:06:04.885Z Compiling semver v1.0.23
13142024-12-16T20:06:05.145Z Compiling scroll_derive v0.12.0
13152024-12-16T20:06:05.661Z Compiling rustc_version v0.4.1
13162024-12-16T20:06:05.811Z Compiling utf8_iter v1.0.4
13172024-12-16T20:06:06.066Z Compiling atomic-waker v1.1.2
13182024-12-16T20:06:06.261Z Compiling num_threads v0.1.7
13192024-12-16T20:06:06.283Z Compiling icu_normalizer_data v1.5.0
13202024-12-16T20:06:06.315Z Compiling write16 v1.0.0
13212024-12-16T20:06:06.382Z Compiling utf16_iter v1.0.5
13222024-12-16T20:06:06.404Z Compiling time v0.3.36
13232024-12-16T20:06:06.427Z Compiling http-body v1.0.1
13242024-12-16T20:06:06.447Z Compiling pkcs5 v0.7.1
13252024-12-16T20:06:06.538Z Compiling icu_normalizer v1.5.0
13262024-12-16T20:06:06.578Z Compiling pest_generator v2.7.14
13272024-12-16T20:06:06.651Z Compiling which v4.4.2
13282024-12-16T20:06:06.707Z Compiling scroll v0.12.0
13292024-12-16T20:06:07.430Z Compiling form_urlencoded v1.2.1
13302024-12-16T20:06:07.696Z Compiling try-lock v0.2.5
13312024-12-16T20:06:07.779Z Compiling slog v2.7.0
13322024-12-16T20:06:07.848Z Compiling want v0.3.1
13332024-12-16T20:06:08.146Z Compiling goblin v0.8.2
13342024-12-16T20:06:08.186Z Compiling idna_adapter v1.2.0
13352024-12-16T20:06:08.380Z Compiling pkcs8 v0.10.2
13362024-12-16T20:06:08.423Z Compiling httpdate v1.0.3
13372024-12-16T20:06:08.627Z Compiling pest_derive v2.7.14
13382024-12-16T20:06:08.877Z Compiling idna v1.0.3
13392024-12-16T20:06:09.101Z Compiling serde_tokenstream v0.2.2
13402024-12-16T20:06:09.372Z Compiling toml_datetime v0.6.8
13412024-12-16T20:06:09.422Z Compiling dtrace-parser v0.2.0
13422024-12-16T20:06:09.734Z Compiling uuid v1.11.0
13432024-12-16T20:06:09.879Z Compiling serde_spanned v0.6.8
13442024-12-16T20:06:10.116Z Compiling base64 v0.22.1
13452024-12-16T20:06:10.738Z Compiling match_cfg v0.1.0
13462024-12-16T20:06:10.841Z Compiling tower-service v0.3.3
13472024-12-16T20:06:10.902Z Compiling iana-time-zone v0.1.61
13482024-12-16T20:06:10.972Z Compiling adler2 v2.0.0
13492024-12-16T20:06:11.147Z Compiling rustversion v1.0.17
13502024-12-16T20:06:11.187Z Compiling foreign-types-shared v0.1.1
13512024-12-16T20:06:11.297Z Compiling openssl v0.10.66
13522024-12-16T20:06:11.374Z Compiling foreign-types v0.3.2
13532024-12-16T20:06:11.480Z Compiling miniz_oxide v0.8.0
13542024-12-16T20:06:11.576Z Compiling chrono v0.4.38
13552024-12-16T20:06:11.636Z Compiling hostname v0.3.1
13562024-12-16T20:06:11.736Z Compiling url v2.5.3
13572024-12-16T20:06:11.950Z Compiling openssl-macros v0.1.1
13582024-12-16T20:06:12.763Z Compiling tokio-util v0.7.12
13592024-12-16T20:06:13.065Z Compiling async-trait v0.1.83
13602024-12-16T20:06:13.329Z Compiling dirs-sys-next v0.1.2
13612024-12-16T20:06:13.729Z Compiling syn v1.0.109
13622024-12-16T20:06:13.988Z Compiling h2 v0.4.6
13632024-12-16T20:06:14.245Z Compiling dof v0.3.0
13642024-12-16T20:06:14.358Z Compiling native-tls v0.2.12
13652024-12-16T20:06:14.692Z Compiling rustls v0.22.4
13662024-12-16T20:06:14.955Z Compiling siphasher v0.3.11
13672024-12-16T20:06:15.287Z Compiling usdt-impl v0.5.0
13682024-12-16T20:06:15.357Z Compiling rustls v0.23.19
13692024-12-16T20:06:15.631Z Compiling data-encoding v2.6.0
13702024-12-16T20:06:15.903Z Compiling dirs-next v2.0.0
13712024-12-16T20:06:16.827Z Compiling http-body-util v0.1.2
13722024-12-16T20:06:17.385Z Compiling heapless v0.7.17
13732024-12-16T20:06:17.833Z Compiling crossbeam-epoch v0.9.18
13742024-12-16T20:06:17.897Z Compiling signature v2.2.0
13752024-12-16T20:06:18.100Z Compiling sha1 v0.10.6
13762024-12-16T20:06:18.196Z Compiling bzip2-sys v0.1.11+1.0.8
13772024-12-16T20:06:18.525Z Compiling serde_derive_internals v0.29.1
13782024-12-16T20:06:18.602Z Compiling thread_local v1.1.8
13792024-12-16T20:06:18.620Z Compiling multer v3.1.0
13802024-12-16T20:06:18.675Z Compiling cookie v0.18.1
13812024-12-16T20:06:18.893Z Compiling encoding_rs v0.8.34
13822024-12-16T20:06:18.973Z Compiling signal-hook v0.3.17
13832024-12-16T20:06:19.157Z Compiling slog-async v2.8.0
13842024-12-16T20:06:19.222Z Compiling mime v0.3.17
13852024-12-16T20:06:19.357Z Compiling ipnet v2.10.1
13862024-12-16T20:06:19.654Z Compiling rayon-core v1.12.1
13872024-12-16T20:06:19.848Z Compiling schemars v0.8.21
13882024-12-16T20:06:19.918Z Compiling openssl-probe v0.1.5
13892024-12-16T20:06:20.173Z Compiling gimli v0.31.1
13902024-12-16T20:06:20.271Z Compiling unicode-properties v0.1.3
13912024-12-16T20:06:20.652Z Compiling stringprep v0.1.5
13922024-12-16T20:06:20.715Z Compiling toml_edit v0.22.22
13932024-12-16T20:06:21.284Z Compiling hyper v1.5.0
13942024-12-16T20:06:21.898Z Compiling schemars_derive v0.8.21
13952024-12-16T20:06:24.040Z Compiling hyper-util v0.1.10
13962024-12-16T20:06:24.756Z Compiling addr2line v0.24.2
13972024-12-16T20:06:25.365Z Compiling usdt-macro v0.5.0
13982024-12-16T20:06:25.410Z Compiling usdt-attr-macro v0.5.0
13992024-12-16T20:06:25.455Z Compiling crossbeam-deque v0.8.5
14002024-12-16T20:06:25.578Z Compiling term v0.7.0
14012024-12-16T20:06:26.745Z Compiling slog-json v2.6.1
14022024-12-16T20:06:26.835Z Compiling serde_urlencoded v0.7.1
14032024-12-16T20:06:26.993Z Compiling curve25519-dalek v4.1.3
14042024-12-16T20:06:27.055Z Compiling crossbeam-channel v0.5.13
14052024-12-16T20:06:27.162Z Compiling futures-executor v0.3.31
14062024-12-16T20:06:27.184Z Compiling md-5 v0.10.6
14072024-12-16T20:06:27.410Z Compiling async-stream-impl v0.3.6
14082024-12-16T20:06:27.472Z Compiling enum-as-inner v0.6.1
14092024-12-16T20:06:27.595Z Compiling rustls-pemfile v2.2.0
14102024-12-16T20:06:27.761Z Compiling num-integer v0.1.46
14112024-12-16T20:06:27.922Z Compiling idna v0.4.0
14122024-12-16T20:06:28.181Z Compiling idna v0.3.0
14132024-12-16T20:06:28.532Z Compiling hash32 v0.2.1
14142024-12-16T20:06:28.590Z Compiling ff v0.13.0
14152024-12-16T20:06:28.821Z Compiling is-terminal v0.4.13
14162024-12-16T20:06:28.824Z Compiling object v0.36.5
14172024-12-16T20:06:28.879Z Compiling dropshot v0.12.0
14182024-12-16T20:06:28.944Z Compiling smoltcp v0.9.1
14192024-12-16T20:06:29.079Z Compiling portable-atomic v1.9.0
14202024-12-16T20:06:29.155Z Compiling rustc-demangle v0.1.24
14212024-12-16T20:06:29.552Z Compiling base16ct v0.2.0
14222024-12-16T20:06:29.665Z Compiling num-bigint-dig v0.8.4
14232024-12-16T20:06:29.901Z Compiling take_mut v0.2.2
14242024-12-16T20:06:29.940Z Compiling utf-8 v0.7.6
14252024-12-16T20:06:29.962Z Compiling psl-types v2.0.11
14262024-12-16T20:06:30.057Z Compiling dyn-clone v1.0.17
14272024-12-16T20:06:30.124Z Compiling quick-error v1.2.3
14282024-12-16T20:06:30.144Z Compiling fallible-iterator v0.2.0
14292024-12-16T20:06:30.147Z Compiling anyhow v1.0.93
14302024-12-16T20:06:30.262Z Compiling linked-hash-map v0.5.6
14312024-12-16T20:06:30.263Z Compiling resolv-conf v0.7.0
14322024-12-16T20:06:30.655Z Compiling lru-cache v0.1.2
14332024-12-16T20:06:30.847Z Compiling postgres-protocol v0.6.7
14342024-12-16T20:06:30.938Z Compiling tungstenite v0.24.0
14352024-12-16T20:06:31.066Z Compiling publicsuffix v2.2.3
14362024-12-16T20:06:31.351Z Compiling sec1 v0.7.3
14372024-12-16T20:06:32.103Z Compiling slog-term v2.9.1
14382024-12-16T20:06:32.219Z Compiling usdt v0.5.0
14392024-12-16T20:06:32.400Z Compiling async-stream v0.3.6
14402024-12-16T20:06:32.763Z Compiling group v0.13.0
14412024-12-16T20:06:33.103Z Compiling hickory-proto v0.24.1
14422024-12-16T20:06:33.331Z Compiling num-iter v0.1.45
14432024-12-16T20:06:33.489Z Compiling futures v0.3.31
14442024-12-16T20:06:33.530Z Compiling slog-bunyan v2.5.0
14452024-12-16T20:06:34.872Z Compiling toml v0.8.19
14462024-12-16T20:06:35.013Z Compiling tokio-native-tls v0.3.1
14472024-12-16T20:06:35.140Z Compiling camino v1.1.9
14482024-12-16T20:06:35.299Z Compiling phf_shared v0.11.2
14492024-12-16T20:06:35.579Z Compiling dropshot_endpoint v0.12.0
14502024-12-16T20:06:35.708Z Compiling terminal_size v0.4.0
14512024-12-16T20:06:35.928Z Compiling waitgroup v0.1.2
14522024-12-16T20:06:36.104Z Compiling backtrace v0.3.74
14532024-12-16T20:06:36.150Z Compiling openapiv3 v2.0.0
14542024-12-16T20:06:36.641Z Compiling serde_path_to_error v0.1.16
14552024-12-16T20:06:36.847Z Compiling hkdf v0.12.4
14562024-12-16T20:06:37.122Z Compiling crypto-bigint v0.5.5
14572024-12-16T20:06:37.522Z Compiling curve25519-dalek-derive v0.1.1
14582024-12-16T20:06:39.134Z Compiling zerocopy-derive v0.6.6
14592024-12-16T20:06:39.928Z Compiling webpki-roots v0.26.6
14602024-12-16T20:06:40.141Z Compiling idna v0.5.0
14612024-12-16T20:06:40.193Z Compiling hubpack_derive v0.1.1
14622024-12-16T20:06:40.412Z Compiling hostname v0.4.0
14632024-12-16T20:06:40.533Z Compiling crc32fast v1.4.2
14642024-12-16T20:06:40.686Z Compiling ahash v0.8.11
14652024-12-16T20:06:40.879Z Compiling fs-err v2.11.0
14662024-12-16T20:06:41.027Z Compiling bitflags v1.3.2
14672024-12-16T20:06:41.073Z Compiling winnow v0.5.40
14682024-12-16T20:06:41.132Z Compiling debug-ignore v1.0.5
14692024-12-16T20:06:41.157Z Compiling managed v0.8.0
14702024-12-16T20:06:41.401Z Compiling zerocopy v0.6.6
14712024-12-16T20:06:41.433Z Compiling console v0.15.8
14722024-12-16T20:06:41.828Z Compiling clap_builder v4.5.21
14732024-12-16T20:06:42.274Z Compiling hubpack v0.1.2
14742024-12-16T20:06:42.753Z Compiling strum_macros v0.25.3
14752024-12-16T20:06:43.216Z Compiling cookie_store v0.21.0
14762024-12-16T20:06:43.237Z Compiling flate2 v1.0.34
14772024-12-16T20:06:43.760Z Compiling elliptic-curve v0.13.8
14782024-12-16T20:06:44.198Z Compiling hickory-resolver v0.24.1
14792024-12-16T20:06:44.807Z Compiling toml_edit v0.19.15
14802024-12-16T20:06:45.062Z Compiling phf v0.11.2
14812024-12-16T20:06:45.356Z Compiling hyper-tls v0.6.0
14822024-12-16T20:06:45.565Z Compiling rayon v1.10.0
14832024-12-16T20:06:45.784Z Compiling signal-hook-mio v0.2.4
14842024-12-16T20:06:45.950Z Compiling bzip2 v0.4.4
14852024-12-16T20:06:46.903Z Compiling tokio-tungstenite v0.24.0
14862024-12-16T20:06:47.467Z Compiling postgres-types v0.2.8
14872024-12-16T20:06:50.404Z Compiling ed25519 v2.2.3
14882024-12-16T20:06:50.461Z Compiling phf_shared v0.10.0
14892024-12-16T20:06:50.882Z Compiling tokio-stream v0.1.16
14902024-12-16T20:06:51.009Z Compiling pkcs1 v0.7.5
14912024-12-16T20:06:51.360Z Compiling serde-big-array v0.5.1
14922024-12-16T20:06:51.603Z Compiling rfc6979 v0.4.0
14932024-12-16T20:06:51.799Z Compiling derive-where v1.2.7
14942024-12-16T20:06:51.992Z Compiling clap_derive v4.5.18
14952024-12-16T20:06:52.062Z Compiling serde_repr v0.1.19
14962024-12-16T20:06:52.064Z Compiling float-cmp v0.9.0
14972024-12-16T20:06:52.296Z Compiling bstr v1.10.0
14982024-12-16T20:06:52.316Z Compiling sync_wrapper v1.0.1
14992024-12-16T20:06:52.466Z Compiling bit-vec v0.6.3
15002024-12-16T20:06:52.899Z Compiling normalize-line-endings v0.3.0
15012024-12-16T20:06:52.954Z Compiling static_assertions v1.1.0
15022024-12-16T20:06:53.030Z Compiling unicode-width v0.2.0
15032024-12-16T20:06:53.058Z Compiling unicode-segmentation v1.12.0
15042024-12-16T20:06:53.278Z Compiling number_prefix v0.4.0
15052024-12-16T20:06:53.514Z Compiling precomputed-hash v0.1.1
15062024-12-16T20:06:53.578Z Compiling whoami v1.5.2
15072024-12-16T20:06:53.637Z Compiling difflib v0.4.0
15082024-12-16T20:06:53.939Z Compiling new_debug_unreachable v1.0.6
15092024-12-16T20:06:54.040Z Compiling fixedbitset v0.4.2
15102024-12-16T20:06:54.079Z Compiling predicates-core v1.0.8
15112024-12-16T20:06:54.230Z Compiling string_cache v0.8.7
15122024-12-16T20:06:54.452Z Compiling petgraph v0.6.5
15132024-12-16T20:06:54.512Z Compiling predicates v3.1.2
15142024-12-16T20:06:54.700Z Compiling tokio-postgres v0.7.12
15152024-12-16T20:06:55.321Z Compiling similar v2.6.0
15162024-12-16T20:06:55.497Z Compiling indicatif v0.17.9
15172024-12-16T20:06:56.297Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15182024-12-16T20:06:57.004Z Compiling clap v4.5.21
15192024-12-16T20:06:57.137Z Compiling bit-set v0.5.3
15202024-12-16T20:06:57.441Z Compiling ecdsa v0.16.9
15212024-12-16T20:06:57.785Z Compiling rsa v0.9.6
15222024-12-16T20:06:57.825Z Compiling ed25519-dalek v2.1.1
15232024-12-16T20:06:58.295Z Compiling toml v0.7.8
15242024-12-16T20:06:58.577Z Compiling zip v0.6.6
15252024-12-16T20:06:59.174Z Compiling crossterm v0.28.1
15262024-12-16T20:07:00.590Z Compiling hex v0.4.3
15272024-12-16T20:07:00.724Z Compiling x509-cert v0.2.5
15282024-12-16T20:07:00.901Z Compiling unicode-xid v0.2.6
15292024-12-16T20:07:00.954Z Compiling peg-runtime v0.8.3
15302024-12-16T20:07:01.082Z Compiling lalrpop-util v0.19.12
15312024-12-16T20:07:01.216Z Compiling strum_macros v0.26.4
15322024-12-16T20:07:01.442Z Compiling xattr v1.3.1
15332024-12-16T20:07:01.646Z Compiling filetime v0.2.25
15342024-12-16T20:07:02.021Z Compiling tar v0.4.42
15352024-12-16T20:07:06.481Z Compiling strum v0.26.3
15362024-12-16T20:07:09.746Z Compiling aws-lc-sys v0.22.0
15372024-12-16T20:07:42.917Z Compiling rustls-webpki v0.102.8
15382024-12-16T20:07:46.336Z Compiling tokio-rustls v0.25.0
15392024-12-16T20:07:47.997Z Compiling tokio-rustls v0.26.0
15402024-12-16T20:07:48.433Z Compiling hyper-rustls v0.27.3
15412024-12-16T20:07:48.698Z Compiling reqwest v0.12.9
15422024-12-16T20:07:49.835Z Compiling qorb v0.2.1
15432024-12-16T20:07:54.665Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15442024-12-16T20:07:54.899Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15452024-12-16T20:08:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s
15462024-12-16T20:08:00.904Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15472024-12-16T20:08:00.956ZDec 16 20:08:00.429 INFO Starting download, target: Cockroach
15482024-12-16T20:08:00.956ZDec 16 20:08:00.429 INFO Starting download, target: Clickhouse
15492024-12-16T20:08:00.956ZDec 16 20:08:00.429 INFO Starting download, target: Console
15502024-12-16T20:08:00.959ZDec 16 20:08:00.429 INFO Starting download, target: DendriteOpenapi
15512024-12-16T20:08:00.959ZDec 16 20:08:00.429 INFO Starting download, target: DendriteStub
15522024-12-16T20:08:00.959ZDec 16 20:08:00.429 INFO Starting download, target: MaghemiteMgd
15532024-12-16T20:08:00.959ZDec 16 20:08:00.429 INFO Starting download, target: TransceiverControl
15542024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15552024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15562024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15572024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15582024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15592024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15602024-12-16T20:08:00.959ZDec 16 20:08:00.430 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15612024-12-16T20:08:01.133ZDec 16 20:08:00.605 INFO Download complete, target: DendriteOpenapi
15622024-12-16T20:08:01.255ZDec 16 20:08:00.718 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15632024-12-16T20:08:01.491ZDec 16 20:08:00.936 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15642024-12-16T20:08:01.805ZDec 16 20:08:01.256 INFO Download complete, target: Console
15652024-12-16T20:08:01.892ZDec 16 20:08:01.355 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15662024-12-16T20:08:01.933ZDec 16 20:08:01.391 INFO Download complete, target: TransceiverControl
15672024-12-16T20:08:02.116ZDec 16 20:08:01.588 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15682024-12-16T20:08:02.675ZDec 16 20:08:02.147 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15692024-12-16T20:08:02.675ZDec 16 20:08:02.147 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15702024-12-16T20:08:02.918ZDec 16 20:08:02.390 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15712024-12-16T20:08:04.847ZDec 16 20:08:04.319 INFO Download complete, target: DendriteStub
15722024-12-16T20:08:05.167ZDec 16 20:08:04.636 INFO Download complete, target: MaghemiteMgd
15732024-12-16T20:08:10.144ZDec 16 20:08:09.616 INFO Checking that binary works, target: Cockroach
15742024-12-16T20:08:10.301ZDec 16 20:08:09.772 INFO Download complete, target: Cockroach
15752024-12-16T20:08:15.518ZDec 16 20:08:14.986 INFO Checking that binary works, target: Clickhouse
15762024-12-16T20:08:16.188ZDec 16 20:08:15.658 INFO Download complete, target: Clickhouse
15772024-12-16T20:08:16.319ZAll builder prerequisites installed successfully, and PATH looks valid
15782024-12-16T20:08:16.322Z
15792024-12-16T20:08:16.322Zreal 5:39.343689963
15802024-12-16T20:08:16.322Zuser 16:26.885630576
15812024-12-16T20:08:16.322Zsys 3:15.344318476
15822024-12-16T20:08:16.322Ztrap 0.535355272
15832024-12-16T20:08:16.322Ztflt 5.391793859
15842024-12-16T20:08:16.322Zdflt 4.606833212
15852024-12-16T20:08:16.322Zkflt 0.027226768
15862024-12-16T20:08:16.322Zlock 30:31.880565800
15872024-12-16T20:08:16.322Zslp 1:03:16.780698753
15882024-12-16T20:08:16.322Zlat 55.174750899
15892024-12-16T20:08:16.322Zstop 2:21.074809247
15902024-12-16T20:08:16.323Z+ banner hack-check
15912024-12-16T20:08:16.325Z
15922024-12-16T20:08:16.325Z # # ## #### # # #### # # ###### #### # #
15932024-12-16T20:08:16.325Z # # # # # # # # # # # # # # # # #
15942024-12-16T20:08:16.325Z ###### # # # #### ##### # ###### ##### # ####
15952024-12-16T20:08:16.325Z # # ###### # # # # # # # # # #
15962024-12-16T20:08:16.325Z # # # # # # # # # # # # # # # # #
15972024-12-16T20:08:16.325Z # # # # #### # # #### # # ###### #### # #
15982024-12-16T20:08:16.325Z
15992024-12-16T20:08:16.325Z+ export CARGO_INCREMENTAL=0
16002024-12-16T20:08:16.326Z+ CARGO_INCREMENTAL=0
16012024-12-16T20:08:16.326Z+ ptime -m timeout 2h cargo xtask check-features --ci
16022024-12-16T20:08:16.857Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
16032024-12-16T20:08:20.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
16042024-12-16T20:08:20.694Z Running `target/debug/xtask check-features --ci`
16052024-12-16T20:08:20.715Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
16062024-12-16T20:08:20.718Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
16072024-12-16T20:08:21.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
16082024-12-16T20:08:21.175Z Running `target/debug/xtask download cargo-hack`
16092024-12-16T20:08:21.992Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16102024-12-16T20:08:22.350Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16112024-12-16T20:08:27.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
16122024-12-16T20:08:27.522Z Running `target/debug/xtask-downloader cargo-hack`
16132024-12-16T20:08:27.561ZDec 16 20:08:27.030 INFO Starting download, target: CargoHack
16142024-12-16T20:08:27.564ZDec 16 20:08:27.031 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
16152024-12-16T20:08:28.169ZDec 16 20:08:27.638 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
16162024-12-16T20:08:28.259ZDec 16 20:08:27.728 INFO Download complete, target: CargoHack
16172024-12-16T20:08:28.262Zrunning: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
16182024-12-16T20:08:28.278Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
16192024-12-16T20:08:28.445Zinfo: running `cargo check --bins` on api_identity (1/174)
16202024-12-16T20:08:28.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16212024-12-16T20:08:28.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16222024-12-16T20:08:28.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16232024-12-16T20:08:28.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
16242024-12-16T20:08:29.049Z
16252024-12-16T20:08:29.049Zinfo: running `cargo check --bins` on bootstore (2/174)
16262024-12-16T20:08:29.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16272024-12-16T20:08:29.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16282024-12-16T20:08:29.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16292024-12-16T20:08:29.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
16302024-12-16T20:08:29.712Z
16312024-12-16T20:08:29.712Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/174)
16322024-12-16T20:08:30.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16332024-12-16T20:08:30.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16342024-12-16T20:08:30.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16352024-12-16T20:08:30.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
16362024-12-16T20:08:30.341Z
16372024-12-16T20:08:30.341Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/174)
16382024-12-16T20:08:30.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16392024-12-16T20:08:30.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16402024-12-16T20:08:30.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16412024-12-16T20:08:30.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
16422024-12-16T20:08:30.958Z
16432024-12-16T20:08:30.958Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/174)
16442024-12-16T20:08:31.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16452024-12-16T20:08:31.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16462024-12-16T20:08:31.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16472024-12-16T20:08:31.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16482024-12-16T20:08:31.380Z
16492024-12-16T20:08:31.380Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/174)
16502024-12-16T20:08:31.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16512024-12-16T20:08:31.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16522024-12-16T20:08:31.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16532024-12-16T20:08:31.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16542024-12-16T20:08:31.803Z
16552024-12-16T20:08:31.803Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/174)
16562024-12-16T20:08:32.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16572024-12-16T20:08:32.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16582024-12-16T20:08:32.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16592024-12-16T20:08:32.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16602024-12-16T20:08:32.221Z
16612024-12-16T20:08:32.221Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/174)
16622024-12-16T20:08:32.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16632024-12-16T20:08:32.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16642024-12-16T20:08:32.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16652024-12-16T20:08:32.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16662024-12-16T20:08:32.651Z
16672024-12-16T20:08:32.651Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/174)
16682024-12-16T20:08:33.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16692024-12-16T20:08:33.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16702024-12-16T20:08:33.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16712024-12-16T20:08:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16722024-12-16T20:08:33.069Z
16732024-12-16T20:08:33.069Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/174)
16742024-12-16T20:08:33.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16752024-12-16T20:08:33.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16762024-12-16T20:08:33.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16772024-12-16T20:08:33.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16782024-12-16T20:08:33.490Z
16792024-12-16T20:08:33.490Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/174)
16802024-12-16T20:08:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16812024-12-16T20:08:33.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16822024-12-16T20:08:33.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16832024-12-16T20:08:33.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16842024-12-16T20:08:33.916Z
16852024-12-16T20:08:33.916Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/174)
16862024-12-16T20:08:34.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16872024-12-16T20:08:34.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16882024-12-16T20:08:34.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16892024-12-16T20:08:34.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16902024-12-16T20:08:34.341Z
16912024-12-16T20:08:34.341Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/174)
16922024-12-16T20:08:34.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16932024-12-16T20:08:34.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16942024-12-16T20:08:34.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16952024-12-16T20:08:34.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
16962024-12-16T20:08:34.770Z
16972024-12-16T20:08:34.770Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/174)
16982024-12-16T20:08:35.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16992024-12-16T20:08:35.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17002024-12-16T20:08:35.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17012024-12-16T20:08:35.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17022024-12-16T20:08:35.187Z
17032024-12-16T20:08:35.187Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/174)
17042024-12-16T20:08:35.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17052024-12-16T20:08:35.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17062024-12-16T20:08:35.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17072024-12-16T20:08:35.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17082024-12-16T20:08:35.602Z
17092024-12-16T20:08:35.602Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/174)
17102024-12-16T20:08:35.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17112024-12-16T20:08:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17122024-12-16T20:08:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17132024-12-16T20:08:35.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17142024-12-16T20:08:36.016Z
17152024-12-16T20:08:36.016Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/174)
17162024-12-16T20:08:36.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17172024-12-16T20:08:36.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17182024-12-16T20:08:36.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17192024-12-16T20:08:36.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17202024-12-16T20:08:36.434Z
17212024-12-16T20:08:36.434Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/174)
17222024-12-16T20:08:36.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17232024-12-16T20:08:36.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17242024-12-16T20:08:36.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17252024-12-16T20:08:36.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17262024-12-16T20:08:36.856Z
17272024-12-16T20:08:36.856Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/174)
17282024-12-16T20:08:37.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17292024-12-16T20:08:37.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17302024-12-16T20:08:37.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17312024-12-16T20:08:37.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17322024-12-16T20:08:37.276Z
17332024-12-16T20:08:37.276Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/174)
17342024-12-16T20:08:37.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17352024-12-16T20:08:37.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17362024-12-16T20:08:37.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17372024-12-16T20:08:37.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17382024-12-16T20:08:37.692Z
17392024-12-16T20:08:37.692Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/174)
17402024-12-16T20:08:38.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17412024-12-16T20:08:38.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17422024-12-16T20:08:38.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17432024-12-16T20:08:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17442024-12-16T20:08:38.107Z
17452024-12-16T20:08:38.107Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/174)
17462024-12-16T20:08:38.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17472024-12-16T20:08:38.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17482024-12-16T20:08:38.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17492024-12-16T20:08:38.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s
17502024-12-16T20:08:38.535Z
17512024-12-16T20:08:38.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/174)
17522024-12-16T20:08:38.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17532024-12-16T20:08:38.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17542024-12-16T20:08:38.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17552024-12-16T20:08:38.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17562024-12-16T20:08:38.958Z
17572024-12-16T20:08:38.958Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/174)
17582024-12-16T20:08:39.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17592024-12-16T20:08:39.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17602024-12-16T20:08:39.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17612024-12-16T20:08:39.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
17622024-12-16T20:08:39.375Z
17632024-12-16T20:08:39.375Zinfo: running `cargo check --bins` on sled-hardware-types (25/174)
17642024-12-16T20:08:39.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17652024-12-16T20:08:39.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17662024-12-16T20:08:39.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17672024-12-16T20:08:39.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17682024-12-16T20:08:40.005Z
17692024-12-16T20:08:40.005Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/174)
17702024-12-16T20:08:40.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17712024-12-16T20:08:40.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17722024-12-16T20:08:40.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17732024-12-16T20:08:40.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17742024-12-16T20:08:40.632Z
17752024-12-16T20:08:40.632Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/174)
17762024-12-16T20:08:41.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17772024-12-16T20:08:41.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17782024-12-16T20:08:41.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17792024-12-16T20:08:41.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17802024-12-16T20:08:41.265Z
17812024-12-16T20:08:41.265Zinfo: running `cargo check --bins` on oxlog (28/174)
17822024-12-16T20:08:41.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17832024-12-16T20:08:41.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17842024-12-16T20:08:41.873Z Checking cfg-if v1.0.0
17852024-12-16T20:08:41.876Z Checking libc v0.2.162
17862024-12-16T20:08:41.979Z Checking serde v1.0.215
17872024-12-16T20:08:41.982Z Checking zeroize v1.8.1
17882024-12-16T20:08:41.993Z Checking memchr v2.7.4
17892024-12-16T20:08:41.996Z Checking typenum v1.17.0
17902024-12-16T20:08:42.004Z Checking scopeguard v1.2.0
17912024-12-16T20:08:42.026Z Checking subtle v2.6.1
17922024-12-16T20:08:42.040Z Checking value-bag v1.9.0
17932024-12-16T20:08:42.143Z Checking lock_api v0.4.12
17942024-12-16T20:08:42.218Z Checking const-oid v0.9.6
17952024-12-16T20:08:42.272Z Checking smallvec v1.13.2
17962024-12-16T20:08:42.442Z Checking log v0.4.22
17972024-12-16T20:08:42.546Z Checking itoa v1.0.11
17982024-12-16T20:08:42.634Z Checking pin-project-lite v0.2.14
17992024-12-16T20:08:42.750Z Checking byteorder v1.5.0
18002024-12-16T20:08:42.753Z Checking futures-core v0.3.31
18012024-12-16T20:08:42.846Z Checking once_cell v1.20.2
18022024-12-16T20:08:42.960Z Checking cpufeatures v0.2.14
18032024-12-16T20:08:42.976Z Checking futures-sink v0.3.31
18042024-12-16T20:08:43.044Z Checking stable_deref_trait v1.2.0
18052024-12-16T20:08:43.088Z Checking getrandom v0.2.15
18062024-12-16T20:08:43.101Z Checking parking_lot_core v0.9.10
18072024-12-16T20:08:43.138Z Checking signal-hook-registry v1.4.2
18082024-12-16T20:08:43.153Z Checking mio v1.0.2
18092024-12-16T20:08:43.171Z Checking socket2 v0.5.7
18102024-12-16T20:08:43.304Z Checking rand_core v0.6.4
18112024-12-16T20:08:43.323Z Checking generic-array v0.14.7
18122024-12-16T20:08:43.395Z Checking spin v0.9.8
18132024-12-16T20:08:43.414Z Checking parking_lot v0.12.3
18142024-12-16T20:08:43.622Z Checking zerocopy v0.7.35
18152024-12-16T20:08:43.656Z Checking slab v0.4.9
18162024-12-16T20:08:43.729Z Checking zerofrom v0.1.4
18172024-12-16T20:08:43.746Z Checking futures-channel v0.3.31
18182024-12-16T20:08:43.749Z Checking futures-task v0.3.31
18192024-12-16T20:08:43.920Z Checking allocator-api2 v0.2.18
18202024-12-16T20:08:43.939Z Checking yoke v0.7.4
18212024-12-16T20:08:43.964Z Checking foldhash v0.1.3
18222024-12-16T20:08:44.001Z Checking futures-io v0.3.31
18232024-12-16T20:08:44.104Z Checking equivalent v1.0.1
18242024-12-16T20:08:44.168Z Checking pin-utils v0.1.0
18252024-12-16T20:08:44.186Z Checking ryu v1.0.18
18262024-12-16T20:08:44.200Z Checking tinyvec_macros v0.1.1
18272024-12-16T20:08:44.254Z Checking futures-util v0.3.31
18282024-12-16T20:08:44.266Z Checking zerovec v0.10.4
18292024-12-16T20:08:44.280Z Checking tinyvec v1.8.0
18302024-12-16T20:08:44.532Z Checking fnv v1.0.7
18312024-12-16T20:08:44.538Z Checking crypto-common v0.1.6
18322024-12-16T20:08:44.547Z Checking block-buffer v0.10.4
18332024-12-16T20:08:44.587Z Checking hashbrown v0.15.1
18342024-12-16T20:08:44.645Z Checking block-padding v0.3.3
18352024-12-16T20:08:44.757Z Checking digest v0.10.7
18362024-12-16T20:08:44.846Z Checking inout v0.1.3
18372024-12-16T20:08:45.060Z Checking cipher v0.4.4
18382024-12-16T20:08:45.075Z Checking libm v0.2.8
18392024-12-16T20:08:45.130Z Checking hmac v0.12.1
18402024-12-16T20:08:45.332Z Checking sha2 v0.10.8
18412024-12-16T20:08:45.461Z Checking litemap v0.7.3
18422024-12-16T20:08:45.586Z Checking unicode-normalization v0.1.24
18432024-12-16T20:08:45.786Z Checking unicode-bidi v0.3.17
18442024-12-16T20:08:45.801Z Checking writeable v0.5.5
18452024-12-16T20:08:45.880Z Checking base64ct v1.6.0
18462024-12-16T20:08:45.918Z Checking tinystr v0.7.6
18472024-12-16T20:08:45.979Z Checking num-traits v0.2.19
18482024-12-16T20:08:46.126Z Checking ppv-lite86 v0.2.20
18492024-12-16T20:08:46.293Z Checking pem-rfc7468 v0.7.0
18502024-12-16T20:08:46.323Z Checking icu_locid v1.5.0
18512024-12-16T20:08:46.406Z Checking flagset v0.4.6
18522024-12-16T20:08:46.512Z Checking tracing-core v0.1.32
18532024-12-16T20:08:46.547Z Checking thiserror v1.0.69
18542024-12-16T20:08:46.587Z Checking der v0.7.9
18552024-12-16T20:08:46.674Z Checking rustls-pki-types v1.10.0
18562024-12-16T20:08:46.914Z Checking rand_chacha v0.3.1
18572024-12-16T20:08:46.963Z Checking bytes v1.8.0
18582024-12-16T20:08:47.179Z Checking indexmap v2.6.0
18592024-12-16T20:08:47.253Z Checking serde_json v1.0.132
18602024-12-16T20:08:47.314Z Checking bitflags v2.6.0
18612024-12-16T20:08:47.355Z Checking icu_provider v1.5.0
18622024-12-16T20:08:47.599Z Checking percent-encoding v2.3.1
18632024-12-16T20:08:47.660Z Checking icu_locid_transform_data v1.5.0
18642024-12-16T20:08:47.759Z Checking rand v0.8.5
18652024-12-16T20:08:47.774Z Checking tokio v1.40.0
18662024-12-16T20:08:47.809Z Checking http v1.1.0
18672024-12-16T20:08:48.016Z Checking icu_locid_transform v1.5.0
18682024-12-16T20:08:48.429Z Checking tracing v0.1.40
18692024-12-16T20:08:48.431Z Checking spki v0.7.3
18702024-12-16T20:08:48.721Z Checking icu_collections v1.5.0
18712024-12-16T20:08:48.781Z Checking salsa20 v0.10.2
18722024-12-16T20:08:48.975Z Checking pbkdf2 v0.12.2
18732024-12-16T20:08:48.987Z Checking aws-lc-sys v0.22.0
18742024-12-16T20:08:49.011Z Checking httparse v1.9.5
18752024-12-16T20:08:49.042Z Checking icu_properties_data v1.5.0
18762024-12-16T20:08:49.124Z Checking mirai-annotations v1.12.0
18772024-12-16T20:08:49.141Z Checking powerfmt v0.2.0
18782024-12-16T20:08:49.279Z Checking untrusted v0.9.0
18792024-12-16T20:08:49.295Z Checking untrusted v0.7.1
18802024-12-16T20:08:49.366Z Checking scrypt v0.11.0
18812024-12-16T20:08:49.381Z Checking icu_properties v1.5.1
18822024-12-16T20:08:49.404Z Checking deranged v0.3.11
18832024-12-16T20:08:49.420Z Checking cbc v0.1.2
18842024-12-16T20:08:49.443Z Checking ring v0.17.8
18852024-12-16T20:08:49.458Z Checking aes v0.8.4
18862024-12-16T20:08:49.581Z Checking crossbeam-utils v0.8.20
18872024-12-16T20:08:49.614Z Checking time-core v0.1.2
18882024-12-16T20:08:49.766Z Checking num-conv v0.1.0
18892024-12-16T20:08:50.011Z Checking icu_normalizer_data v1.5.0
18902024-12-16T20:08:50.111Z Checking num_threads v0.1.7
18912024-12-16T20:08:50.220Z Checking utf16_iter v1.0.5
18922024-12-16T20:08:50.318Z Checking utf8_iter v1.0.4
18932024-12-16T20:08:50.369Z Checking atomic-waker v1.1.2
18942024-12-16T20:08:50.388Z Checking write16 v1.0.0
18952024-12-16T20:08:50.501Z Checking pkcs5 v0.7.1
18962024-12-16T20:08:50.520Z Checking http-body v1.0.1
18972024-12-16T20:08:50.532Z Checking form_urlencoded v1.2.1
18982024-12-16T20:08:50.705Z Checking try-lock v0.2.5
18992024-12-16T20:08:50.740Z Checking unicode-ident v1.0.13
19002024-12-16T20:08:50.840Z Checking want v0.3.1
19012024-12-16T20:08:50.906Z Checking httpdate v1.0.3
19022024-12-16T20:08:50.991Z Checking pkcs8 v0.10.2
19032024-12-16T20:08:51.010Z Checking proc-macro2 v1.0.89
19042024-12-16T20:08:51.123Z Checking toml_datetime v0.6.8
19052024-12-16T20:08:51.183Z Checking time v0.3.36
19062024-12-16T20:08:51.275Z Checking serde_spanned v0.6.8
19072024-12-16T20:08:51.304Z Checking uuid v1.11.0
19082024-12-16T20:08:51.389Z Checking slog v2.7.0
19092024-12-16T20:08:51.443Z Checking scroll v0.12.0
19102024-12-16T20:08:51.603Z Checking aws-lc-rs v1.10.0
19112024-12-16T20:08:51.631Z Checking ucd-trie v0.1.7
19122024-12-16T20:08:51.832Z Checking match_cfg v0.1.0
19132024-12-16T20:08:51.867Z Checking iana-time-zone v0.1.61
19142024-12-16T20:08:51.893Z Checking adler2 v2.0.0
19152024-12-16T20:08:51.916Z Checking foreign-types-shared v0.1.1
19162024-12-16T20:08:51.939Z Checking tower-service v0.3.3
19172024-12-16T20:08:52.013Z Checking base64 v0.22.1
19182024-12-16T20:08:52.026Z Checking plain v0.2.3
19192024-12-16T20:08:52.040Z Checking miniz_oxide v0.8.0
19202024-12-16T20:08:52.058Z Checking chrono v0.4.38
19212024-12-16T20:08:52.161Z Checking goblin v0.8.2
19222024-12-16T20:08:52.483Z Checking foreign-types v0.3.2
19232024-12-16T20:08:52.574Z Checking hostname v0.3.1
19242024-12-16T20:08:52.715Z Checking pest v2.7.14
19252024-12-16T20:08:52.732Z Checking icu_normalizer v1.5.0
19262024-12-16T20:08:52.746Z Checking quote v1.0.37
19272024-12-16T20:08:53.097Z Checking openssl-sys v0.9.103
19282024-12-16T20:08:53.437Z Checking rustls-webpki v0.102.8
19292024-12-16T20:08:53.473Z Checking idna_adapter v1.2.0
19302024-12-16T20:08:53.654Z Checking idna v1.0.3
19312024-12-16T20:08:53.697Z Checking dirs-sys-next v0.1.2
19322024-12-16T20:08:53.898Z Checking errno v0.3.9
19332024-12-16T20:08:54.075Z Checking aho-corasick v1.1.3
19342024-12-16T20:08:54.139Z Checking url v2.5.3
19352024-12-16T20:08:54.156Z Checking siphasher v0.3.11
19362024-12-16T20:08:54.224Z Checking regex-syntax v0.8.5
19372024-12-16T20:08:54.391Z Checking data-encoding v2.6.0
19382024-12-16T20:08:54.461Z Checking pretty-hex v0.4.1
19392024-12-16T20:08:54.648Z Checking openssl v0.10.66
19402024-12-16T20:08:55.010Z Checking rustix v0.38.37
19412024-12-16T20:08:55.093Z Checking dirs-next v2.0.0
19422024-12-16T20:08:55.178Z Checking tokio-util v0.7.12
19432024-12-16T20:08:55.221Z Checking syn v2.0.87
19442024-12-16T20:08:55.292Z Checking dtrace-parser v0.2.0
19452024-12-16T20:08:55.679Z Checking http-body-util v0.1.2
19462024-12-16T20:08:55.749Z Checking crossbeam-epoch v0.9.18
19472024-12-16T20:08:56.099Z Checking h2 v0.4.6
19482024-12-16T20:08:56.131Z Checking sha1 v0.10.6
19492024-12-16T20:08:56.184Z Checking signature v2.2.0
19502024-12-16T20:08:56.385Z Checking lazy_static v1.5.0
19512024-12-16T20:08:56.388Z Checking thread_local v1.1.8
19522024-12-16T20:08:56.514Z Checking thread-id v4.2.2
19532024-12-16T20:08:56.625Z Checking encoding_rs v0.8.34
19542024-12-16T20:08:56.647Z Checking openssl-probe v0.1.5
19552024-12-16T20:08:56.790Z Checking gimli v0.31.1
19562024-12-16T20:08:57.072Z Checking dof v0.3.0
19572024-12-16T20:08:57.525Z Checking regex-automata v0.4.8
19582024-12-16T20:08:57.663Z Checking mime v0.3.17
19592024-12-16T20:08:57.995Z Checking anstyle v1.0.10
19602024-12-16T20:08:58.358Z Checking unicode-properties v0.1.3
19612024-12-16T20:08:58.645Z Checking utf8parse v0.2.2
19622024-12-16T20:08:58.724Z Checking ipnet v2.10.1
19632024-12-16T20:08:58.783Z Checking winnow v0.6.20
19642024-12-16T20:08:58.902Z Checking anstyle-parse v0.2.5
19652024-12-16T20:08:59.174Z Checking stringprep v0.1.5
19662024-12-16T20:08:59.204Z Checking crossbeam-deque v0.8.5
19672024-12-16T20:08:59.462Z Checking term v0.7.0
19682024-12-16T20:08:59.547Z Checking rustls v0.22.4
19692024-12-16T20:08:59.906Z Checking rustls v0.23.19
19702024-12-16T20:09:00.253Z Checking native-tls v0.2.12
19712024-12-16T20:09:00.559Z Checking slog-json v2.6.1
19722024-12-16T20:09:00.761Z Checking addr2line v0.24.2
19732024-12-16T20:09:00.799Z Checking serde_urlencoded v0.7.1
19742024-12-16T20:09:01.232Z Checking crossbeam-channel v0.5.13
19752024-12-16T20:09:01.256Z Checking futures-executor v0.3.31
19762024-12-16T20:09:01.482Z Checking num-integer v0.1.46
19772024-12-16T20:09:01.649Z Checking usdt-impl v0.5.0
19782024-12-16T20:09:01.787Z Checking toml_edit v0.22.22
19792024-12-16T20:09:01.940Z Checking rustls-pemfile v2.2.0
19802024-12-16T20:09:01.958Z Checking idna v0.3.0
19812024-12-16T20:09:02.139Z Checking idna v0.4.0
19822024-12-16T20:09:02.184Z Checking md-5 v0.10.6
19832024-12-16T20:09:02.216Z Checking ff v0.13.0
19842024-12-16T20:09:02.353Z Checking hyper v1.5.0
19852024-12-16T20:09:02.387Z Checking hash32 v0.2.1
19862024-12-16T20:09:02.418Z Checking memmap v0.7.0
19872024-12-16T20:09:02.623Z Checking is-terminal v0.4.13
19882024-12-16T20:09:02.674Z Checking object v0.36.5
19892024-12-16T20:09:02.748Z Checking anstyle-query v1.1.1
19902024-12-16T20:09:02.772Z Checking either v1.13.0
19912024-12-16T20:09:02.866Z Checking fallible-iterator v0.2.0
19922024-12-16T20:09:02.961Z Checking colorchoice v1.0.2
19932024-12-16T20:09:03.094Z Checking base16ct v0.2.0
19942024-12-16T20:09:03.166Z Checking linked-hash-map v0.5.6
19952024-12-16T20:09:03.216Z Checking rustc-demangle v0.1.24
19962024-12-16T20:09:03.271Z Checking psl-types v2.0.11
19972024-12-16T20:09:03.449Z Checking utf-8 v0.7.6
19982024-12-16T20:09:03.465Z Checking is_terminal_polyfill v1.70.1
19992024-12-16T20:09:03.490Z Checking take_mut v0.2.2
20002024-12-16T20:09:03.568Z Checking quick-error v1.2.3
20012024-12-16T20:09:03.626Z Checking dyn-clone v1.0.17
20022024-12-16T20:09:03.643Z Checking tungstenite v0.24.0
20032024-12-16T20:09:03.645Z Checking slog-async v2.8.0
20042024-12-16T20:09:03.695Z Checking resolv-conf v0.7.0
20052024-12-16T20:09:03.758Z Checking schemars v0.8.21
20062024-12-16T20:09:03.930Z Checking anstream v0.6.15
20072024-12-16T20:09:04.041Z Checking lru-cache v0.1.2
20082024-12-16T20:09:04.231Z Checking postgres-protocol v0.6.7
20092024-12-16T20:09:04.305Z Checking publicsuffix v2.2.3
20102024-12-16T20:09:04.404Z Checking toml v0.8.19
20112024-12-16T20:09:04.466Z Checking hyper-util v0.1.10
20122024-12-16T20:09:04.558Z Checking sec1 v0.7.3
20132024-12-16T20:09:04.561Z Checking tokio-rustls v0.25.0
20142024-12-16T20:09:04.896Z Checking hickory-proto v0.24.1
20152024-12-16T20:09:04.931Z Checking slog-term v2.9.1
20162024-12-16T20:09:04.931Z Checking heapless v0.7.17
20172024-12-16T20:09:05.116Z Checking usdt v0.5.0
20182024-12-16T20:09:05.375Z Checking group v0.13.0
20192024-12-16T20:09:05.406Z Checking num-iter v0.1.45
20202024-12-16T20:09:05.421Z Checking futures v0.3.31
20212024-12-16T20:09:05.469Z Checking tokio-rustls v0.26.0
20222024-12-16T20:09:05.529Z Checking slog-bunyan v2.5.0
20232024-12-16T20:09:05.572Z Checking tokio-native-tls v0.3.1
20242024-12-16T20:09:05.622Z Checking rayon-core v1.12.1
20252024-12-16T20:09:05.684Z Checking multer v3.1.0
20262024-12-16T20:09:05.819Z Checking terminal_size v0.4.0
20272024-12-16T20:09:05.876Z Checking phf_shared v0.11.2
20282024-12-16T20:09:05.957Z Checking cookie v0.18.1
20292024-12-16T20:09:05.973Z Checking async-stream v0.3.6
20302024-12-16T20:09:06.072Z Checking bzip2-sys v0.1.11+1.0.8
20312024-12-16T20:09:06.157Z Checking signal-hook v0.3.17
20322024-12-16T20:09:06.159Z Checking waitgroup v0.1.2
20332024-12-16T20:09:06.193Z Checking camino v1.1.9
20342024-12-16T20:09:06.266Z Checking openapiv3 v2.0.0
20352024-12-16T20:09:06.296Z Checking webpki-roots v0.26.6
20362024-12-16T20:09:06.401Z Checking serde_path_to_error v0.1.16
20372024-12-16T20:09:06.470Z Checking idna v0.5.0
20382024-12-16T20:09:06.483Z Checking hkdf v0.12.4
20392024-12-16T20:09:06.498Z Checking crypto-bigint v0.5.5
20402024-12-16T20:09:06.679Z Checking hostname v0.4.0
20412024-12-16T20:09:06.753Z Checking crc32fast v1.4.2
20422024-12-16T20:09:06.813Z Checking bitflags v1.3.2
20432024-12-16T20:09:06.907Z Checking clap_lex v0.7.2
20442024-12-16T20:09:06.988Z Checking strsim v0.11.1
20452024-12-16T20:09:07.015Z Checking managed v0.8.0
20462024-12-16T20:09:07.150Z Checking unicode-width v0.1.14
20472024-12-16T20:09:07.279Z Checking winnow v0.5.40
20482024-12-16T20:09:07.336Z Checking debug-ignore v1.0.5
20492024-12-16T20:09:07.389Z Checking smoltcp v0.9.1
20502024-12-16T20:09:07.475Z Checking cookie_store v0.21.0
20512024-12-16T20:09:07.646Z Checking console v0.15.8
20522024-12-16T20:09:08.144Z Checking clap_builder v4.5.21
20532024-12-16T20:09:08.244Z Checking flate2 v1.0.34
20542024-12-16T20:09:08.880Z Checking hyper-rustls v0.27.3
20552024-12-16T20:09:08.920Z Checking hyper-tls v0.6.0
20562024-12-16T20:09:09.201Z Checking signal-hook-mio v0.2.4
20572024-12-16T20:09:09.204Z Checking rayon v1.10.0
20582024-12-16T20:09:09.232Z Checking backtrace v0.3.74
20592024-12-16T20:09:09.337Z Checking elliptic-curve v0.13.8
20602024-12-16T20:09:09.357Z Checking bzip2 v0.4.4
20612024-12-16T20:09:09.571Z Checking hickory-resolver v0.24.1
20622024-12-16T20:09:09.650Z Checking phf v0.11.2
20632024-12-16T20:09:09.711Z Checking dropshot v0.12.0
20642024-12-16T20:09:09.804Z Checking anyhow v1.0.93
20652024-12-16T20:09:09.914Z Checking num-bigint-dig v0.8.4
20662024-12-16T20:09:09.956Z Checking postgres-types v0.2.8
20672024-12-16T20:09:10.199Z Checking tokio-tungstenite v0.24.0
20682024-12-16T20:09:10.347Z Checking toml_edit v0.19.15
20692024-12-16T20:09:10.667Z Checking bstr v1.10.0
20702024-12-16T20:09:10.697Z Checking regex v1.11.1
20712024-12-16T20:09:11.164Z Checking ed25519 v2.2.3
20722024-12-16T20:09:11.291Z Checking tokio-stream v0.1.16
20732024-12-16T20:09:11.315Z Checking phf_shared v0.10.0
20742024-12-16T20:09:11.467Z Checking curve25519-dalek v4.1.3
20752024-12-16T20:09:11.572Z Checking zerocopy v0.6.6
20762024-12-16T20:09:11.596Z Checking pkcs1 v0.7.5
20772024-12-16T20:09:12.010Z Checking hubpack v0.1.2
20782024-12-16T20:09:12.092Z Checking portable-atomic v1.9.0
20792024-12-16T20:09:12.184Z Checking float-cmp v0.9.0
20802024-12-16T20:09:12.330Z Checking serde-big-array v0.5.1
20812024-12-16T20:09:12.346Z Checking rfc6979 v0.4.0
20822024-12-16T20:09:12.375Z Checking sync_wrapper v1.0.1
20832024-12-16T20:09:12.527Z Checking minimal-lexical v0.2.1
20842024-12-16T20:09:12.543Z Checking static_assertions v1.1.0
20852024-12-16T20:09:12.562Z Checking predicates-core v1.0.8
20862024-12-16T20:09:12.639Z Checking unicode-width v0.2.0
20872024-12-16T20:09:12.738Z Checking new_debug_unreachable v1.0.6
20882024-12-16T20:09:12.813Z Checking number_prefix v0.4.0
20892024-12-16T20:09:12.828Z Checking bit-vec v0.6.3
20902024-12-16T20:09:12.923Z Checking difflib v0.4.0
20912024-12-16T20:09:12.990Z Checking unicode-segmentation v1.12.0
20922024-12-16T20:09:13.082Z Checking fixedbitset v0.4.2
20932024-12-16T20:09:13.098Z Checking precomputed-hash v0.1.1
20942024-12-16T20:09:13.126Z Checking normalize-line-endings v0.3.0
20952024-12-16T20:09:13.154Z Checking whoami v1.5.2
20962024-12-16T20:09:13.201Z Checking string_cache v0.8.7
20972024-12-16T20:09:13.237Z Checking bit-set v0.5.3
20982024-12-16T20:09:13.239Z Checking predicates v3.1.2
20992024-12-16T20:09:13.325Z Checking petgraph v0.6.5
21002024-12-16T20:09:13.347Z Checking ed25519-dalek v2.1.1
21012024-12-16T20:09:13.362Z Checking qorb v0.2.1
21022024-12-16T20:09:13.448Z Checking tokio-postgres v0.7.12
21032024-12-16T20:09:13.463Z Checking indicatif v0.17.9
21042024-12-16T20:09:13.481Z Checking nom v7.1.3
21052024-12-16T20:09:13.644Z Checking similar v2.6.0
21062024-12-16T20:09:13.739Z Checking toml v0.7.8
21072024-12-16T20:09:13.889Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
21082024-12-16T20:09:14.233Z Checking ecdsa v0.16.9
21092024-12-16T20:09:14.468Z Checking reqwest v0.12.9
21102024-12-16T20:09:14.470Z Checking rsa v0.9.6
21112024-12-16T20:09:14.958Z Checking clap v4.5.21
21122024-12-16T20:09:15.080Z Checking zip v0.6.6
21132024-12-16T20:09:15.535Z Checking crossterm v0.28.1
21142024-12-16T20:09:15.760Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21152024-12-16T20:09:15.787Z Checking itertools v0.10.5
21162024-12-16T20:09:15.959Z Checking fs-err v2.11.0
21172024-12-16T20:09:16.298Z Checking ahash v0.8.11
21182024-12-16T20:09:16.409Z Checking x509-cert v0.2.5
21192024-12-16T20:09:16.504Z Checking semver v1.0.23
21202024-12-16T20:09:16.592Z Checking hex v0.4.3
21212024-12-16T20:09:16.645Z Checking lalrpop-util v0.19.12
21222024-12-16T20:09:16.873Z Checking peg-runtime v0.8.3
21232024-12-16T20:09:16.896Z Checking heck v0.4.1
21242024-12-16T20:09:16.931Z Checking sigpipe v0.1.3
21252024-12-16T20:09:18.508Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21262024-12-16T20:09:18.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.54s
21272024-12-16T20:09:18.977Z
21282024-12-16T20:09:18.977Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/174)
21292024-12-16T20:09:19.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302024-12-16T20:09:19.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312024-12-16T20:09:19.651Z Compiling hashbrown v0.14.5
21322024-12-16T20:09:19.770Z Checking heck v0.5.0
21332024-12-16T20:09:19.782Z Compiling unsafe-libyaml v0.2.11
21342024-12-16T20:09:19.794Z Compiling ident_case v1.0.1
21352024-12-16T20:09:19.808Z Checking progenitor-client v0.8.0
21362024-12-16T20:09:19.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21372024-12-16T20:09:19.836Z Compiling proc-macro-crate v1.3.1
21382024-12-16T20:09:19.917Z Checking ipnetwork v0.20.0
21392024-12-16T20:09:19.959Z Compiling darling_core v0.20.10
21402024-12-16T20:09:20.157Z Compiling structmeta-derive v0.3.0
21412024-12-16T20:09:20.163Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21422024-12-16T20:09:20.253Z Compiling newtype-uuid v1.1.3
21432024-12-16T20:09:20.472Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21442024-12-16T20:09:20.526Z Compiling lzma-sys v0.1.20
21452024-12-16T20:09:20.814Z Compiling foreign-types-macros v0.2.3
21462024-12-16T20:09:20.909Z Checking regress v0.10.1
21472024-12-16T20:09:20.974Z Compiling num_enum_derive v0.5.11
21482024-12-16T20:09:21.304Z Compiling serde_yaml v0.9.34+deprecated
21492024-12-16T20:09:21.745Z Compiling dropshot v0.13.0
21502024-12-16T20:09:22.043Z Checking foreign-types-shared v0.3.1
21512024-12-16T20:09:22.065Z Checking arc-swap v1.7.1
21522024-12-16T20:09:22.159Z Checking foreign-types v0.5.0
21532024-12-16T20:09:22.374Z Compiling proc-macro-error v1.0.4
21542024-12-16T20:09:22.491Z Checking slog-scope v4.4.0
21552024-12-16T20:09:23.086Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
21562024-12-16T20:09:23.187Z Compiling structmeta v0.3.0
21572024-12-16T20:09:23.205Z Checking tungstenite v0.21.0
21582024-12-16T20:09:23.225Z Compiling heck v0.3.3
21592024-12-16T20:09:23.477Z Checking num_enum v0.5.11
21602024-12-16T20:09:23.606Z Compiling parse-display-derive v0.10.0
21612024-12-16T20:09:23.634Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21622024-12-16T20:09:23.668Z Compiling dropshot_endpoint v0.13.0
21632024-12-16T20:09:24.154Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21642024-12-16T20:09:24.506Z Checking typify-impl v0.2.0
21652024-12-16T20:09:24.525Z Checking cstr-argument v0.1.2
21662024-12-16T20:09:24.710Z Checking instant v0.1.13
21672024-12-16T20:09:24.919Z Checking pretty-hex v0.2.1
21682024-12-16T20:09:25.088Z Checking fastrand v2.1.1
21692024-12-16T20:09:25.409Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
21702024-12-16T20:09:25.673Z Checking base64 v0.21.7
21712024-12-16T20:09:25.716Z Checking tempfile v3.13.0
21722024-12-16T20:09:26.094Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21732024-12-16T20:09:26.153Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21742024-12-16T20:09:26.223Z Checking backoff v0.4.0
21752024-12-16T20:09:26.287Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21762024-12-16T20:09:26.365Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21772024-12-16T20:09:26.518Z Checking tokio-tungstenite v0.21.0
21782024-12-16T20:09:26.534Z Compiling zone_cfg_derive v0.1.2
21792024-12-16T20:09:26.587Z Checking strum v0.26.3
21802024-12-16T20:09:26.739Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21812024-12-16T20:09:26.987Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21822024-12-16T20:09:27.022Z Checking slog-stdlog v4.1.1
21832024-12-16T20:09:27.039Z Compiling darling_macro v0.20.10
21842024-12-16T20:09:27.211Z Checking regress v0.9.1
21852024-12-16T20:09:27.350Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21862024-12-16T20:09:27.483Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21872024-12-16T20:09:27.504Z Checking colored v2.1.0
21882024-12-16T20:09:27.752Z Checking macaddr v1.0.1
21892024-12-16T20:09:27.802Z Checking base64 v0.13.1
21902024-12-16T20:09:27.982Z Compiling darling v0.20.10
21912024-12-16T20:09:28.009Z Checking zone v0.1.8
21922024-12-16T20:09:28.104Z Compiling serde_with_macros v3.11.0
21932024-12-16T20:09:28.165Z Checking ron v0.7.1
21942024-12-16T20:09:28.258Z Checking parse-display v0.10.0
21952024-12-16T20:09:28.476Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21962024-12-16T20:09:28.672Z Checking xz2 v0.1.7
21972024-12-16T20:09:28.947Z Checking slog-envlogger v2.2.0
21982024-12-16T20:09:28.963Z Checking tabwriter v1.4.0
21992024-12-16T20:09:29.173Z Checking xattr v1.3.1
22002024-12-16T20:09:29.186Z Checking pem v3.0.4
22012024-12-16T20:09:29.346Z Checking yasna v0.5.2
22022024-12-16T20:09:29.415Z Checking headers-core v0.3.0
22032024-12-16T20:09:29.490Z Checking smf v0.2.3
22042024-12-16T20:09:29.554Z Checking filetime v0.2.25
22052024-12-16T20:09:29.763Z Checking same-file v1.0.6
22062024-12-16T20:09:29.924Z Checking tar v0.4.42
22072024-12-16T20:09:29.946Z Checking walkdir v2.5.0
22082024-12-16T20:09:30.070Z Checking headers v0.4.0
22092024-12-16T20:09:30.227Z Checking atomicwrites v0.4.4
22102024-12-16T20:09:30.315Z Checking rcgen v0.12.1
22112024-12-16T20:09:30.407Z Checking camino-tempfile v1.1.1
22122024-12-16T20:09:30.683Z Checking subprocess v0.2.9
22132024-12-16T20:09:31.009Z Checking serde_with v3.11.0
22142024-12-16T20:09:34.944Z Compiling typify-macro v0.2.0
22152024-12-16T20:09:36.804Z Compiling typify v0.2.0
22162024-12-16T20:09:36.871Z Compiling progenitor-impl v0.8.0
22172024-12-16T20:09:40.146Z Compiling progenitor-macro v0.8.0
22182024-12-16T20:09:44.929Z Checking progenitor v0.8.0
22192024-12-16T20:09:45.081Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22202024-12-16T20:09:45.084Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
22212024-12-16T20:09:47.768Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
22222024-12-16T20:09:48.147Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22232024-12-16T20:09:54.602Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22242024-12-16T20:09:56.194Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22252024-12-16T20:09:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.48s
22262024-12-16T20:09:57.641Z
22272024-12-16T20:09:57.641Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/174)
22282024-12-16T20:09:58.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-12-16T20:09:58.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-12-16T20:09:58.297Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
22312024-12-16T20:09:59.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
22322024-12-16T20:09:59.912Z
22332024-12-16T20:09:59.912Zinfo: running `cargo check --bins` on nexus-config (31/174)
22342024-12-16T20:10:00.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-12-16T20:10:00.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-12-16T20:10:00.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-12-16T20:10:00.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22382024-12-16T20:10:00.535Z
22392024-12-16T20:10:00.535Zinfo: running `cargo check --bins` on omicron-rpaths (32/174)
22402024-12-16T20:10:01.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-12-16T20:10:01.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-12-16T20:10:01.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-12-16T20:10:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442024-12-16T20:10:01.133Z
22452024-12-16T20:10:01.133Zinfo: running `cargo check --bins` on omicron-certificates (33/174)
22462024-12-16T20:10:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-12-16T20:10:01.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-12-16T20:10:01.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-12-16T20:10:01.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22502024-12-16T20:10:01.752Z
22512024-12-16T20:10:01.752Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/174)
22522024-12-16T20:10:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-12-16T20:10:02.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-12-16T20:10:02.430Z Compiling zerocopy v0.8.10
22552024-12-16T20:10:02.430Z Compiling progenitor-client v0.8.0
22562024-12-16T20:10:02.430Z Compiling itertools v0.13.0
22572024-12-16T20:10:02.433Z Compiling zerocopy-derive v0.8.10
22582024-12-16T20:10:02.433Z Compiling heapless v0.8.0
22592024-12-16T20:10:02.433Z Compiling newtype-uuid v1.1.3
22602024-12-16T20:10:02.433Z Compiling ipnetwork v0.20.0
22612024-12-16T20:10:02.433Z Checking hash32 v0.3.1
22622024-12-16T20:10:02.757Z Compiling instant v0.1.13
22632024-12-16T20:10:02.858Z Compiling progenitor v0.8.0
22642024-12-16T20:10:02.898Z Compiling smoltcp v0.11.0
22652024-12-16T20:10:02.965Z Compiling backoff v0.4.0
22662024-12-16T20:10:03.111Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
22672024-12-16T20:10:03.318Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22682024-12-16T20:10:03.471Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692024-12-16T20:10:03.489Z Compiling dropshot v0.13.0
22702024-12-16T20:10:03.612Z Compiling serde_with v3.11.0
22712024-12-16T20:10:03.821Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22722024-12-16T20:10:03.990Z Compiling parse-display v0.10.0
22732024-12-16T20:10:04.083Z Checking num-rational v0.4.2
22742024-12-16T20:10:04.362Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22752024-12-16T20:10:04.754Z Compiling regress v0.9.1
22762024-12-16T20:10:04.771Z Compiling phf_generator v0.11.2
22772024-12-16T20:10:04.957Z Checking num-complex v0.4.6
22782024-12-16T20:10:05.721Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22792024-12-16T20:10:06.277Z Compiling macaddr v1.0.1
22802024-12-16T20:10:06.727Z Checking cobs v0.2.3
22812024-12-16T20:10:06.913Z Checking postcard v1.0.10
22822024-12-16T20:10:06.935Z Compiling num v0.4.3
22832024-12-16T20:10:07.153Z Compiling phf_codegen v0.11.2
22842024-12-16T20:10:07.500Z Compiling parse-zoneinfo v0.3.1
22852024-12-16T20:10:07.614Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22862024-12-16T20:10:07.889Z Compiling float-ord v0.3.2
22872024-12-16T20:10:08.208Z Compiling convert_case v0.4.0
22882024-12-16T20:10:08.741Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22892024-12-16T20:10:09.218Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22902024-12-16T20:10:09.391Z Compiling derive_more v0.99.18
22912024-12-16T20:10:09.555Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22922024-12-16T20:10:09.921Z Compiling chrono-tz-build v0.4.0
22932024-12-16T20:10:10.592Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22942024-12-16T20:10:11.408Z Compiling thiserror v2.0.3
22952024-12-16T20:10:11.426Z Compiling crucible-workspace-hack v0.1.0
22962024-12-16T20:10:11.520Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22972024-12-16T20:10:11.703Z Compiling chrono-tz v0.10.0
22982024-12-16T20:10:11.807Z Checking newline-converter v0.3.0
22992024-12-16T20:10:12.358Z Checking prettyplease v0.2.25
23002024-12-16T20:10:12.396Z Compiling thiserror-impl v2.0.3
23012024-12-16T20:10:13.030Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23022024-12-16T20:10:13.052Z Compiling slog-dtrace v0.3.0
23032024-12-16T20:10:13.154Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
23042024-12-16T20:10:13.449Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23052024-12-16T20:10:13.788Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
23062024-12-16T20:10:14.618Z Checking expectorate v1.1.0
23072024-12-16T20:10:14.641Z Compiling zone_cfg_derive v0.3.0
23082024-12-16T20:10:14.753Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23092024-12-16T20:10:14.789Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23102024-12-16T20:10:15.131Z Compiling const_format_proc_macros v0.2.33
23112024-12-16T20:10:15.386Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23122024-12-16T20:10:15.967Z Compiling num-derive v0.4.2
23132024-12-16T20:10:16.164Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23142024-12-16T20:10:16.192Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23152024-12-16T20:10:16.411Z Checking highway v1.2.0
23162024-12-16T20:10:16.489Z Checking zone v0.3.0
23172024-12-16T20:10:16.567Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
23182024-12-16T20:10:16.841Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23192024-12-16T20:10:17.231Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23202024-12-16T20:10:17.245Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23212024-12-16T20:10:17.261Z Checking const_format v0.2.33
23222024-12-16T20:10:17.592Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23232024-12-16T20:10:18.129Z Checking gethostname v0.5.0
23242024-12-16T20:10:18.263Z Checking bcs v0.1.6
23252024-12-16T20:10:18.294Z Compiling async-recursion v1.1.1
23262024-12-16T20:10:18.311Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
23272024-12-16T20:10:19.231Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
23282024-12-16T20:10:19.585Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
23292024-12-16T20:10:25.450Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23302024-12-16T20:10:28.788Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23312024-12-16T20:10:31.442Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
23322024-12-16T20:10:32.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.87s
23332024-12-16T20:10:32.813Z
23342024-12-16T20:10:32.813Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/174)
23352024-12-16T20:10:33.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23362024-12-16T20:10:33.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23372024-12-16T20:10:33.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23382024-12-16T20:10:33.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23392024-12-16T20:10:33.436Z
23402024-12-16T20:10:33.436Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/174)
23412024-12-16T20:10:33.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23422024-12-16T20:10:33.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23432024-12-16T20:10:33.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23442024-12-16T20:10:33.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
23452024-12-16T20:10:34.061Z
23462024-12-16T20:10:34.061Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (37/174)
23472024-12-16T20:10:34.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23482024-12-16T20:10:34.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23492024-12-16T20:10:34.709Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23502024-12-16T20:10:35.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
23512024-12-16T20:10:35.504Z
23522024-12-16T20:10:35.504Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/174)
23532024-12-16T20:10:36.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23542024-12-16T20:10:36.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23552024-12-16T20:10:36.162Z Compiling cfg_aliases v0.1.1
23562024-12-16T20:10:36.165Z Compiling vte_generate_state_changes v0.1.2
23572024-12-16T20:10:36.165Z Checking fd-lock v4.0.2
23582024-12-16T20:10:36.166Z Checking nibble_vec v0.1.0
23592024-12-16T20:10:36.266Z Checking endian-type v0.1.2
23602024-12-16T20:10:36.273Z Checking bytecount v0.6.8
23612024-12-16T20:10:36.306Z Compiling tabled_derive v0.7.0
23622024-12-16T20:10:36.308Z Checking itertools v0.12.1
23632024-12-16T20:10:36.344Z Compiling nix v0.28.0
23642024-12-16T20:10:36.431Z Checking papergrid v0.11.0
23652024-12-16T20:10:36.447Z Compiling peg-macros v0.8.4
23662024-12-16T20:10:36.464Z Checking radix_trie v0.2.1
23672024-12-16T20:10:36.774Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23682024-12-16T20:10:36.793Z Checking vte v0.11.1
23692024-12-16T20:10:36.837Z Compiling sqlparser_derive v0.2.2
23702024-12-16T20:10:37.904Z Checking unicode_categories v0.1.1
23712024-12-16T20:10:37.965Z Checking home v0.5.9
23722024-12-16T20:10:37.965Z Checking nu-ansi-term v0.50.1
23732024-12-16T20:10:38.142Z Checking sqlparser v0.45.0
23742024-12-16T20:10:38.189Z Checking sqlformat v0.2.6
23752024-12-16T20:10:38.217Z Checking strip-ansi-escapes v0.2.0
23762024-12-16T20:10:38.362Z Checking display-error-chain v0.2.2
23772024-12-16T20:10:38.764Z Checking tabled v0.15.0
23782024-12-16T20:10:38.812Z Checking reedline v0.35.0
23792024-12-16T20:10:39.516Z Checking peg v0.8.4
23802024-12-16T20:10:39.718Z Checking rustyline v14.0.0
23812024-12-16T20:10:48.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
23822024-12-16T20:10:48.735Z
23832024-12-16T20:10:48.735Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/174)
23842024-12-16T20:10:49.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23852024-12-16T20:10:49.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23862024-12-16T20:10:49.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23872024-12-16T20:10:54.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s
23882024-12-16T20:10:54.601Z
23892024-12-16T20:10:54.601Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/174)
23902024-12-16T20:10:55.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23912024-12-16T20:10:55.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23922024-12-16T20:10:55.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23932024-12-16T20:10:58.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
23942024-12-16T20:10:59.164Z
23952024-12-16T20:10:59.164Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/174)
23962024-12-16T20:10:59.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23972024-12-16T20:10:59.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23982024-12-16T20:10:59.829Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23992024-12-16T20:11:04.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
24002024-12-16T20:11:04.692Z
24012024-12-16T20:11:04.692Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/174)
24022024-12-16T20:11:05.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24032024-12-16T20:11:05.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24042024-12-16T20:11:05.350Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24052024-12-16T20:11:10.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
24062024-12-16T20:11:10.278Z
24072024-12-16T20:11:10.278Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/174)
24082024-12-16T20:11:10.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24092024-12-16T20:11:10.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24102024-12-16T20:11:10.941Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24112024-12-16T20:11:14.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
24122024-12-16T20:11:15.071Z
24132024-12-16T20:11:15.071Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/174)
24142024-12-16T20:11:15.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24152024-12-16T20:11:15.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24162024-12-16T20:11:15.732Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24172024-12-16T20:11:19.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
24182024-12-16T20:11:19.902Z
24192024-12-16T20:11:19.902Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/174)
24202024-12-16T20:11:20.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24212024-12-16T20:11:20.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24222024-12-16T20:11:20.561Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232024-12-16T20:11:25.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
24242024-12-16T20:11:25.729Z
24252024-12-16T20:11:25.729Zinfo: running `cargo check --bins` on oximeter (46/174)
24262024-12-16T20:11:26.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24272024-12-16T20:11:26.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24282024-12-16T20:11:26.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24292024-12-16T20:11:26.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24302024-12-16T20:11:26.354Z
24312024-12-16T20:11:26.354Zinfo: running `cargo check --bins` on oximeter-macro-impl (47/174)
24322024-12-16T20:11:26.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24332024-12-16T20:11:26.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24342024-12-16T20:11:26.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24352024-12-16T20:11:26.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24362024-12-16T20:11:26.959Z
24372024-12-16T20:11:26.959Zinfo: running `cargo check --bins` on oximeter-schema (48/174)
24382024-12-16T20:11:27.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24392024-12-16T20:11:27.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24402024-12-16T20:11:27.591Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24412024-12-16T20:11:28.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
24422024-12-16T20:11:28.198Z
24432024-12-16T20:11:28.198Zinfo: running `cargo check --bins` on oximeter-types (49/174)
24442024-12-16T20:11:28.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24452024-12-16T20:11:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24462024-12-16T20:11:28.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24472024-12-16T20:11:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24482024-12-16T20:11:28.816Z
24492024-12-16T20:11:28.816Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (50/174)
24502024-12-16T20:11:29.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24512024-12-16T20:11:29.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24522024-12-16T20:11:29.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24532024-12-16T20:11:29.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24542024-12-16T20:11:29.443Z
24552024-12-16T20:11:29.443Zinfo: running `cargo check --bins` on oxql-types (51/174)
24562024-12-16T20:11:29.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24572024-12-16T20:11:29.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24582024-12-16T20:11:29.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24592024-12-16T20:11:29.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24602024-12-16T20:11:30.068Z
24612024-12-16T20:11:30.068Zinfo: running `cargo check --bins` on oximeter-test-utils (52/174)
24622024-12-16T20:11:30.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24632024-12-16T20:11:30.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24642024-12-16T20:11:30.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24652024-12-16T20:11:30.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
24662024-12-16T20:11:30.728Z
24672024-12-16T20:11:30.728Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (53/174)
24682024-12-16T20:11:31.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24692024-12-16T20:11:31.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24702024-12-16T20:11:31.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24712024-12-16T20:11:31.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24722024-12-16T20:11:31.355Z
24732024-12-16T20:11:31.355Zinfo: running `cargo check --bins` on bootstrap-agent-client (54/174)
24742024-12-16T20:11:31.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24752024-12-16T20:11:31.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24762024-12-16T20:11:31.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24772024-12-16T20:11:31.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
24782024-12-16T20:11:31.994Z
24792024-12-16T20:11:31.994Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (55/174)
24802024-12-16T20:11:32.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24812024-12-16T20:11:32.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24822024-12-16T20:11:32.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24832024-12-16T20:11:32.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24842024-12-16T20:11:32.621Z
24852024-12-16T20:11:32.622Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (56/174)
24862024-12-16T20:11:33.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24872024-12-16T20:11:33.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24882024-12-16T20:11:33.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24892024-12-16T20:11:33.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24902024-12-16T20:11:33.242Z
24912024-12-16T20:11:33.242Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (57/174)
24922024-12-16T20:11:33.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24932024-12-16T20:11:33.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24942024-12-16T20:11:33.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24952024-12-16T20:11:33.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
24962024-12-16T20:11:33.867Z
24972024-12-16T20:11:33.867Zinfo: running `cargo check --bins` on cockroach-admin-client (58/174)
24982024-12-16T20:11:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24992024-12-16T20:11:34.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25002024-12-16T20:11:34.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25012024-12-16T20:11:34.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25022024-12-16T20:11:34.476Z
25032024-12-16T20:11:34.476Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (59/174)
25042024-12-16T20:11:35.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25052024-12-16T20:11:35.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25062024-12-16T20:11:35.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25072024-12-16T20:11:35.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25082024-12-16T20:11:35.116Z
25092024-12-16T20:11:35.116Zinfo: running `cargo check --bins` on dns-service-client (60/174)
25102024-12-16T20:11:35.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25112024-12-16T20:11:35.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25122024-12-16T20:11:35.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25132024-12-16T20:11:35.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25142024-12-16T20:11:35.735Z
25152024-12-16T20:11:35.735Zinfo: running `cargo check --bins` on internal-dns-types (61/174)
25162024-12-16T20:11:36.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25172024-12-16T20:11:36.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25182024-12-16T20:11:36.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25192024-12-16T20:11:36.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25202024-12-16T20:11:36.354Z
25212024-12-16T20:11:36.355Zinfo: running `cargo check --bins` on dpd-client (62/174)
25222024-12-16T20:11:36.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25232024-12-16T20:11:36.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25242024-12-16T20:11:36.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25252024-12-16T20:11:36.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25262024-12-16T20:11:36.976Z
25272024-12-16T20:11:36.976Zinfo: running `cargo check --bins` on gateway-client (63/174)
25282024-12-16T20:11:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25292024-12-16T20:11:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25302024-12-16T20:11:37.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25312024-12-16T20:11:37.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25322024-12-16T20:11:37.586Z
25332024-12-16T20:11:37.587Zinfo: running `cargo check --bins` on installinator-client (64/174)
25342024-12-16T20:11:38.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25352024-12-16T20:11:38.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25362024-12-16T20:11:38.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25372024-12-16T20:11:38.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
25382024-12-16T20:11:38.237Z
25392024-12-16T20:11:38.237Zinfo: running `cargo check --bins` on installinator-common (65/174)
25402024-12-16T20:11:38.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25412024-12-16T20:11:38.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25422024-12-16T20:11:38.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25432024-12-16T20:11:38.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25442024-12-16T20:11:38.879Z
25452024-12-16T20:11:38.879Zinfo: running `cargo check --bins` on update-engine (66/174)
25462024-12-16T20:11:39.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25472024-12-16T20:11:39.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25482024-12-16T20:11:39.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25492024-12-16T20:11:39.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25502024-12-16T20:11:39.489Z
25512024-12-16T20:11:39.489Zinfo: running `cargo check --bins` on nexus-client (67/174)
25522024-12-16T20:11:40.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25532024-12-16T20:11:40.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25542024-12-16T20:11:40.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25552024-12-16T20:11:40.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25562024-12-16T20:11:40.140Z
25572024-12-16T20:11:40.140Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (68/174)
25582024-12-16T20:11:40.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25592024-12-16T20:11:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25602024-12-16T20:11:40.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25612024-12-16T20:11:40.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25622024-12-16T20:11:40.779Z
25632024-12-16T20:11:40.779Zinfo: running `cargo check --bins` on omicron-passwords (69/174)
25642024-12-16T20:11:41.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25652024-12-16T20:11:41.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25662024-12-16T20:11:41.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25672024-12-16T20:11:41.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25682024-12-16T20:11:41.384Z
25692024-12-16T20:11:41.384Zinfo: running `cargo check --bins` on nexus-types (70/174)
25702024-12-16T20:11:41.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25712024-12-16T20:11:41.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25722024-12-16T20:11:41.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25732024-12-16T20:11:41.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25742024-12-16T20:11:42.033Z
25752024-12-16T20:11:42.033Zinfo: running `cargo check --bins` on oxide-client (71/174)
25762024-12-16T20:11:42.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25772024-12-16T20:11:42.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25782024-12-16T20:11:42.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25792024-12-16T20:11:42.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25802024-12-16T20:11:42.645Z
25812024-12-16T20:11:42.645Zinfo: running `cargo check --bins` on oximeter-client (72/174)
25822024-12-16T20:11:43.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25832024-12-16T20:11:43.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25842024-12-16T20:11:43.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25852024-12-16T20:11:43.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25862024-12-16T20:11:43.270Z
25872024-12-16T20:11:43.270Zinfo: running `cargo check --bins` on repo-depot-client (73/174)
25882024-12-16T20:11:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25892024-12-16T20:11:43.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25902024-12-16T20:11:43.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25912024-12-16T20:11:43.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25922024-12-16T20:11:43.885Z
25932024-12-16T20:11:43.885Zinfo: running `cargo check --bins` on sled-agent-client (74/174)
25942024-12-16T20:11:44.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25952024-12-16T20:11:44.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25962024-12-16T20:11:44.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25972024-12-16T20:11:44.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
25982024-12-16T20:11:44.526Z
25992024-12-16T20:11:44.526Zinfo: running `cargo check --bins` on wicketd-client (75/174)
26002024-12-16T20:11:45.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26012024-12-16T20:11:45.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26022024-12-16T20:11:45.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26032024-12-16T20:11:45.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
26042024-12-16T20:11:45.189Z
26052024-12-16T20:11:45.189Zinfo: running `cargo check --bins` on sled-agent-types (76/174)
26062024-12-16T20:11:45.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26072024-12-16T20:11:45.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26082024-12-16T20:11:45.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26092024-12-16T20:11:45.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
26102024-12-16T20:11:45.843Z
26112024-12-16T20:11:45.843Zinfo: running `cargo check --bins` on wicket-common (77/174)
26122024-12-16T20:11:46.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26132024-12-16T20:11:46.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26142024-12-16T20:11:46.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26152024-12-16T20:11:46.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26162024-12-16T20:11:46.493Z
26172024-12-16T20:11:46.493Zinfo: running `cargo check --bins` on omicron-cockroach-admin (78/174)
26182024-12-16T20:11:47.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192024-12-16T20:11:47.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202024-12-16T20:11:47.151Z Checking csv-core v0.1.11
26212024-12-16T20:11:47.151Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26222024-12-16T20:11:47.154Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26232024-12-16T20:11:47.458Z Checking csv v1.3.0
26242024-12-16T20:11:47.470Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26252024-12-16T20:11:48.037Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26262024-12-16T20:11:48.372Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26272024-12-16T20:11:49.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
26282024-12-16T20:11:49.827Z
26292024-12-16T20:11:49.827Zinfo: running `cargo check --bins` on cockroach-admin-api (79/174)
26302024-12-16T20:11:50.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312024-12-16T20:11:50.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322024-12-16T20:11:50.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332024-12-16T20:11:50.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26342024-12-16T20:11:50.458Z
26352024-12-16T20:11:50.458Zinfo: running `cargo check --bins` on cockroach-admin-types (80/174)
26362024-12-16T20:11:51.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372024-12-16T20:11:51.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382024-12-16T20:11:51.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392024-12-16T20:11:51.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26402024-12-16T20:11:51.090Z
26412024-12-16T20:11:51.091Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (81/174)
26422024-12-16T20:11:51.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432024-12-16T20:11:51.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442024-12-16T20:11:51.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452024-12-16T20:11:51.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
26462024-12-16T20:11:51.830Z
26472024-12-16T20:11:51.830Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/174)
26482024-12-16T20:11:52.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492024-12-16T20:11:52.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502024-12-16T20:11:52.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512024-12-16T20:11:52.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
26522024-12-16T20:11:52.595Z
26532024-12-16T20:11:52.595Zinfo: running `cargo check --bins` on dns-server (83/174)
26542024-12-16T20:11:53.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552024-12-16T20:11:53.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562024-12-16T20:11:53.283Z Compiling parking_lot_core v0.8.6
26572024-12-16T20:11:53.283Z Checking fxhash v0.2.1
26582024-12-16T20:11:53.283Z Checking hickory-server v0.24.1
26592024-12-16T20:11:53.283Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26602024-12-16T20:11:53.283Z Checking hickory-client v0.24.1
26612024-12-16T20:11:53.997Z Checking parking_lot v0.11.2
26622024-12-16T20:11:54.127Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26632024-12-16T20:11:54.128Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26642024-12-16T20:11:54.236Z Checking sled v0.34.7
26652024-12-16T20:11:56.098Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26662024-12-16T20:11:57.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
26672024-12-16T20:11:57.507Z
26682024-12-16T20:11:57.508Zinfo: running `cargo check --bins` on dns-server-api (84/174)
26692024-12-16T20:11:58.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702024-12-16T20:11:58.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712024-12-16T20:11:58.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722024-12-16T20:11:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26732024-12-16T20:11:58.139Z
26742024-12-16T20:11:58.139Zinfo: running `cargo check --bins` on gateway-test-utils (85/174)
26752024-12-16T20:11:58.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762024-12-16T20:11:58.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772024-12-16T20:11:58.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782024-12-16T20:11:58.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
26792024-12-16T20:11:58.821Z
26802024-12-16T20:11:58.821Zinfo: running `cargo check --bins` on gateway-types (86/174)
26812024-12-16T20:11:59.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822024-12-16T20:11:59.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832024-12-16T20:11:59.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842024-12-16T20:11:59.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26852024-12-16T20:11:59.453Z
26862024-12-16T20:11:59.453Zinfo: running `cargo check --bins` on ipcc (87/174)
26872024-12-16T20:12:00.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882024-12-16T20:12:00.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892024-12-16T20:12:00.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902024-12-16T20:12:00.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26912024-12-16T20:12:00.088Z
26922024-12-16T20:12:00.088Zinfo: running `cargo check --bins` on omicron-gateway (88/174)
26932024-12-16T20:12:00.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942024-12-16T20:12:00.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952024-12-16T20:12:00.794Z Compiling radium v0.7.0
26962024-12-16T20:12:00.794Z Compiling semver v0.1.20
26972024-12-16T20:12:00.907Z Checking tap v1.0.1
26982024-12-16T20:12:00.910Z Compiling maybe-uninit v2.0.0
26992024-12-16T20:12:00.927Z Checking password-hash v0.5.0
27002024-12-16T20:12:00.930Z Checking blake2 v0.10.6
27012024-12-16T20:12:00.930Z Compiling packed_struct v0.10.1
27022024-12-16T20:12:00.930Z Compiling cancel-safe-futures v0.1.5
27032024-12-16T20:12:01.035Z Checking wyz v0.5.1
27042024-12-16T20:12:01.290Z Compiling rustc_version v0.1.7
27052024-12-16T20:12:01.329Z Checking funty v2.0.0
27062024-12-16T20:12:01.387Z Checking crc-catalog v2.4.0
27072024-12-16T20:12:01.405Z Compiling owo-colors v4.1.0
27082024-12-16T20:12:01.506Z Checking argon2 v0.5.3
27092024-12-16T20:12:01.522Z Checking crc v3.2.1
27102024-12-16T20:12:01.560Z Compiling packed_struct_codegen v0.10.1
27112024-12-16T20:12:01.576Z Compiling indexmap v1.9.3
27122024-12-16T20:12:01.682Z Checking half v2.4.1
27132024-12-16T20:12:01.726Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27142024-12-16T20:12:01.762Z Compiling newtype_derive v0.1.6
27152024-12-16T20:12:01.854Z Checking nodrop v0.1.14
27162024-12-16T20:12:01.946Z Checking ciborium-io v0.2.2
27172024-12-16T20:12:01.979Z Checking array-init v0.0.4
27182024-12-16T20:12:02.079Z Checking smallvec v0.6.14
27192024-12-16T20:12:02.159Z Checking ciborium-ll v0.2.2
27202024-12-16T20:12:02.162Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27212024-12-16T20:12:02.221Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
27222024-12-16T20:12:02.243Z Checking bitvec v1.0.1
27232024-12-16T20:12:02.476Z Checking libsw v3.3.1
27242024-12-16T20:12:02.496Z Compiling memoffset v0.9.1
27252024-12-16T20:12:02.761Z Checking swrite v0.1.0
27262024-12-16T20:12:02.811Z Checking termcolor v1.4.1
27272024-12-16T20:12:02.885Z Checking hashbrown v0.12.3
27282024-12-16T20:12:02.904Z Checking linear-map v1.2.0
27292024-12-16T20:12:02.941Z Checking indent_write v2.2.0
27302024-12-16T20:12:02.967Z Checking bitfield v0.14.0
27312024-12-16T20:12:03.136Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
27322024-12-16T20:12:03.224Z Checking serde-hex v0.1.0
27332024-12-16T20:12:03.246Z Checking env_logger v0.10.2
27342024-12-16T20:12:03.261Z Checking ron v0.8.1
27352024-12-16T20:12:03.816Z Checking ciborium v0.2.2
27362024-12-16T20:12:03.888Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27372024-12-16T20:12:04.377Z Checking steno v0.4.1
27382024-12-16T20:12:04.710Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
27392024-12-16T20:12:04.714Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27402024-12-16T20:12:04.741Z Checking hashbrown v0.13.2
27412024-12-16T20:12:04.826Z Checking crc-any v2.5.0
27422024-12-16T20:12:04.971Z Checking humantime v2.1.0
27432024-12-16T20:12:05.227Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27442024-12-16T20:12:05.274Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27452024-12-16T20:12:05.607Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
27462024-12-16T20:12:05.820Z Checking object v0.30.4
27472024-12-16T20:12:05.900Z Checking path-slash v0.1.5
27482024-12-16T20:12:05.903Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27492024-12-16T20:12:06.118Z Checking nix v0.27.1
27502024-12-16T20:12:06.639Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27512024-12-16T20:12:06.867Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27522024-12-16T20:12:07.130Z Checking tungstenite v0.23.0
27532024-12-16T20:12:07.157Z Checking kstat-rs v0.2.4
27542024-12-16T20:12:07.374Z Checking signal-hook-tokio v0.3.1
27552024-12-16T20:12:07.482Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27562024-12-16T20:12:08.061Z Checking tokio-tungstenite v0.23.1
27572024-12-16T20:12:08.561Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27582024-12-16T20:12:08.641Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
27592024-12-16T20:12:09.080Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27602024-12-16T20:12:15.751Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
27612024-12-16T20:12:17.038Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
27622024-12-16T20:12:19.956Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27632024-12-16T20:12:25.688Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27642024-12-16T20:12:26.389Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
27652024-12-16T20:12:29.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.11s
27662024-12-16T20:12:29.393Z
27672024-12-16T20:12:29.393Zinfo: running `cargo check --bins` on gateway-api (89/174)
27682024-12-16T20:12:29.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692024-12-16T20:12:29.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702024-12-16T20:12:29.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712024-12-16T20:12:29.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27722024-12-16T20:12:30.025Z
27732024-12-16T20:12:30.025Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (90/174)
27742024-12-16T20:12:30.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752024-12-16T20:12:30.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762024-12-16T20:12:30.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772024-12-16T20:12:30.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27782024-12-16T20:12:30.637Z
27792024-12-16T20:12:30.638Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/174)
27802024-12-16T20:12:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812024-12-16T20:12:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822024-12-16T20:12:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832024-12-16T20:12:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27842024-12-16T20:12:31.268Z
27852024-12-16T20:12:31.268Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/174)
27862024-12-16T20:12:31.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872024-12-16T20:12:31.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882024-12-16T20:12:31.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892024-12-16T20:12:31.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
27902024-12-16T20:12:31.895Z
27912024-12-16T20:12:31.895Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/174)
27922024-12-16T20:12:32.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932024-12-16T20:12:32.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942024-12-16T20:12:32.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952024-12-16T20:12:32.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
27962024-12-16T20:12:32.544Z
27972024-12-16T20:12:32.544Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/174)
27982024-12-16T20:12:33.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992024-12-16T20:12:33.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002024-12-16T20:12:33.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012024-12-16T20:12:33.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28022024-12-16T20:12:33.180Z
28032024-12-16T20:12:33.180Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/174)
28042024-12-16T20:12:33.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052024-12-16T20:12:33.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062024-12-16T20:12:33.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072024-12-16T20:12:33.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28082024-12-16T20:12:33.803Z
28092024-12-16T20:12:33.803Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/174)
28102024-12-16T20:12:34.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112024-12-16T20:12:34.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122024-12-16T20:12:34.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132024-12-16T20:12:34.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28142024-12-16T20:12:34.422Z
28152024-12-16T20:12:34.423Zinfo: running `cargo check --bins` on oximeter-producer (97/174)
28162024-12-16T20:12:34.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-12-16T20:12:34.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-12-16T20:12:34.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-12-16T20:12:34.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28202024-12-16T20:12:35.069Z
28212024-12-16T20:12:35.069Zinfo: running `cargo check --bins` on internal-dns-resolver (98/174)
28222024-12-16T20:12:35.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-12-16T20:12:35.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-12-16T20:12:35.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-12-16T20:12:35.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28262024-12-16T20:12:35.709Z
28272024-12-16T20:12:35.709Zinfo: running `cargo check --bins` on sp-sim (99/174)
28282024-12-16T20:12:36.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-12-16T20:12:36.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-12-16T20:12:36.343Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28312024-12-16T20:12:38.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
28322024-12-16T20:12:38.388Z
28332024-12-16T20:12:38.388Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (100/174)
28342024-12-16T20:12:38.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-12-16T20:12:38.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-12-16T20:12:38.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372024-12-16T20:12:38.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28382024-12-16T20:12:39.059Z
28392024-12-16T20:12:39.059Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/174)
28402024-12-16T20:12:39.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412024-12-16T20:12:39.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422024-12-16T20:12:39.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432024-12-16T20:12:39.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
28442024-12-16T20:12:39.742Z
28452024-12-16T20:12:39.742Zinfo: running `cargo check --bins` on db-macros (102/174)
28462024-12-16T20:12:40.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472024-12-16T20:12:40.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482024-12-16T20:12:40.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492024-12-16T20:12:40.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28502024-12-16T20:12:40.484Z
28512024-12-16T20:12:40.484Zinfo: running `cargo check --bins` on nexus-macros-common (103/174)
28522024-12-16T20:12:40.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532024-12-16T20:12:40.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542024-12-16T20:12:40.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28552024-12-16T20:12:40.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28562024-12-16T20:12:40.978Z
28572024-12-16T20:12:40.978Zinfo: running `cargo check --bins` on nexus-auth (104/174)
28582024-12-16T20:12:41.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592024-12-16T20:12:41.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602024-12-16T20:12:41.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28612024-12-16T20:12:41.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28622024-12-16T20:12:41.652Z
28632024-12-16T20:12:41.652Zinfo: running `cargo check --bins` on authz-macros (105/174)
28642024-12-16T20:12:42.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652024-12-16T20:12:42.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662024-12-16T20:12:42.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28672024-12-16T20:12:42.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28682024-12-16T20:12:42.264Z
28692024-12-16T20:12:42.264Zinfo: running `cargo check --bins` on nexus-db-fixed-data (106/174)
28702024-12-16T20:12:42.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712024-12-16T20:12:42.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722024-12-16T20:12:42.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732024-12-16T20:12:42.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28742024-12-16T20:12:42.923Z
28752024-12-16T20:12:42.923Zinfo: running `cargo check --bins` on nexus-db-model (107/174)
28762024-12-16T20:12:43.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-12-16T20:12:43.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-12-16T20:12:43.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792024-12-16T20:12:43.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
28802024-12-16T20:12:43.585Z
28812024-12-16T20:12:43.585Zinfo: running `cargo check --bins` on nexus-defaults (108/174)
28822024-12-16T20:12:44.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-12-16T20:12:44.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-12-16T20:12:44.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852024-12-16T20:12:44.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28862024-12-16T20:12:44.206Z
28872024-12-16T20:12:44.206Zinfo: running `cargo check --bins` on nexus-inventory (109/174)
28882024-12-16T20:12:44.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-12-16T20:12:44.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-12-16T20:12:44.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912024-12-16T20:12:44.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
28922024-12-16T20:12:44.856Z
28932024-12-16T20:12:44.856Zinfo: running `cargo check --bins` on typed-rng (110/174)
28942024-12-16T20:12:45.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-12-16T20:12:45.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-12-16T20:12:45.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972024-12-16T20:12:45.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28982024-12-16T20:12:45.464Z
28992024-12-16T20:12:45.464Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/174)
29002024-12-16T20:12:46.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-12-16T20:12:46.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-12-16T20:12:46.204Z Checking keccak v0.1.5
29032024-12-16T20:12:46.313Z Checking secrecy v0.8.0
29042024-12-16T20:12:46.316Z Compiling unicase v2.7.0
29052024-12-16T20:12:46.316Z Compiling same-file v1.0.6
29062024-12-16T20:12:46.333Z Compiling tempfile v3.13.0
29072024-12-16T20:12:46.353Z Compiling thiserror-impl-no-std v2.0.2
29082024-12-16T20:12:46.355Z Checking universal-hash v0.5.1
29092024-12-16T20:12:46.355Z Compiling blake3 v1.5.4
29102024-12-16T20:12:46.489Z Compiling walkdir v2.5.0
29112024-12-16T20:12:46.547Z Compiling ring v0.16.20
29122024-12-16T20:12:46.599Z Checking sha3 v0.10.8
29132024-12-16T20:12:46.613Z Checking opaque-debug v0.3.1
29142024-12-16T20:12:46.701Z Checking poly1305 v0.8.0
29152024-12-16T20:12:46.761Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29162024-12-16T20:12:46.993Z Checking chacha20 v0.9.1
29172024-12-16T20:12:47.054Z Checking aead v0.5.2
29182024-12-16T20:12:47.191Z Compiling memmap2 v0.9.5
29192024-12-16T20:12:47.208Z Compiling salty v0.3.0
29202024-12-16T20:12:47.249Z Compiling libefi-sys v0.1.0
29212024-12-16T20:12:47.278Z Compiling arrayref v0.3.9
29222024-12-16T20:12:47.337Z Compiling arrayvec v0.7.6
29232024-12-16T20:12:47.376Z Compiling spin v0.5.2
29242024-12-16T20:12:47.505Z Compiling constant_time_eq v0.3.1
29252024-12-16T20:12:47.623Z Checking chacha20poly1305 v0.10.1
29262024-12-16T20:12:47.653Z Compiling toolchain_find v0.4.0
29272024-12-16T20:12:47.689Z Compiling camino-tempfile v1.1.1
29282024-12-16T20:12:47.719Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29292024-12-16T20:12:47.793Z Compiling bitfield-struct v0.6.2
29302024-12-16T20:12:48.120Z Compiling topological-sort v0.2.2
29312024-12-16T20:12:48.155Z Compiling mime_guess v2.0.5
29322024-12-16T20:12:48.253Z Compiling rustfmt-wrapper v0.2.1
29332024-12-16T20:12:48.738Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29342024-12-16T20:12:48.817Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29352024-12-16T20:12:48.893Z Checking primeorder v0.13.6
29362024-12-16T20:12:48.943Z Checking env_filter v0.1.2
29372024-12-16T20:12:49.104Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29382024-12-16T20:12:49.157Z Checking env_logger v0.11.5
29392024-12-16T20:12:49.232Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29402024-12-16T20:12:49.354Z Checking p384 v0.13.0
29412024-12-16T20:12:49.470Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29422024-12-16T20:12:49.490Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29432024-12-16T20:12:49.523Z Checking thiserror-no-std v2.0.2
29442024-12-16T20:12:49.632Z Checking vsss-rs v3.3.4
29452024-12-16T20:12:49.734Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29462024-12-16T20:12:49.815Z Checking http-range v0.1.5
29472024-12-16T20:12:49.833Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29482024-12-16T20:12:49.996Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29492024-12-16T20:12:50.116Z Checking simd-adler32 v0.3.7
29502024-12-16T20:12:50.134Z Checking lockfree-object-pool v0.1.6
29512024-12-16T20:12:50.283Z Compiling zip v2.1.3
29522024-12-16T20:12:50.309Z Checking bumpalo v3.16.0
29532024-12-16T20:12:50.379Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29542024-12-16T20:12:50.505Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29552024-12-16T20:12:50.593Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29562024-12-16T20:12:50.611Z Checking zopfli v0.8.1
29572024-12-16T20:12:50.799Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29582024-12-16T20:12:51.149Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
29592024-12-16T20:12:51.219Z Checking nanorand v0.7.0
29602024-12-16T20:12:51.327Z Checking atty v0.2.14
29612024-12-16T20:12:51.387Z Checking glob v0.3.1
29622024-12-16T20:12:51.459Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29632024-12-16T20:12:51.585Z Checking flume v0.11.1
29642024-12-16T20:12:51.724Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
29652024-12-16T20:12:51.910Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29662024-12-16T20:12:52.100Z Compiling omicron-zone-package v0.11.1
29672024-12-16T20:12:52.344Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29682024-12-16T20:12:53.121Z Checking hyper-staticfile v0.10.1
29692024-12-16T20:12:53.799Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29702024-12-16T20:12:53.950Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29712024-12-16T20:12:54.210Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29722024-12-16T20:12:54.230Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29732024-12-16T20:12:54.316Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29742024-12-16T20:12:54.484Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29752024-12-16T20:12:55.065Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29762024-12-16T20:12:55.247Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29772024-12-16T20:12:55.538Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29782024-12-16T20:12:56.652Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29792024-12-16T20:12:58.306Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29802024-12-16T20:12:58.306Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29812024-12-16T20:13:08.558Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29822024-12-16T20:13:22.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.60s
29832024-12-16T20:13:22.258Z
29842024-12-16T20:13:22.258Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/174)
29852024-12-16T20:13:22.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29862024-12-16T20:13:22.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29872024-12-16T20:13:22.988Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29882024-12-16T20:13:36.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
29892024-12-16T20:13:36.636Z
29902024-12-16T20:13:36.636Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/174)
29912024-12-16T20:13:37.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29922024-12-16T20:13:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29932024-12-16T20:13:37.361Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29942024-12-16T20:13:50.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s
29952024-12-16T20:13:51.161Z
29962024-12-16T20:13:51.161Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/174)
29972024-12-16T20:13:51.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29982024-12-16T20:13:51.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29992024-12-16T20:13:51.903Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30002024-12-16T20:14:05.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
30012024-12-16T20:14:05.765Z
30022024-12-16T20:14:05.765Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/174)
30032024-12-16T20:14:06.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30042024-12-16T20:14:06.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30052024-12-16T20:14:06.498Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30062024-12-16T20:14:19.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s
30072024-12-16T20:14:20.095Z
30082024-12-16T20:14:20.095Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/174)
30092024-12-16T20:14:20.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30102024-12-16T20:14:20.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30112024-12-16T20:14:20.827Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30122024-12-16T20:14:34.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s
30132024-12-16T20:14:34.500Z
30142024-12-16T20:14:34.500Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/174)
30152024-12-16T20:14:35.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30162024-12-16T20:14:35.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30172024-12-16T20:14:35.242Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30182024-12-16T20:14:48.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s
30192024-12-16T20:14:48.895Z
30202024-12-16T20:14:48.895Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/174)
30212024-12-16T20:14:49.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30222024-12-16T20:14:49.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30232024-12-16T20:14:49.633Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30242024-12-16T20:15:03.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
30252024-12-16T20:15:03.385Z
30262024-12-16T20:15:03.386Zinfo: running `cargo check --bins` on bootstrap-agent-api (119/174)
30272024-12-16T20:15:03.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-12-16T20:15:03.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-12-16T20:15:03.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302024-12-16T20:15:03.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30312024-12-16T20:15:04.052Z
30322024-12-16T20:15:04.052Zinfo: running `cargo check --bins` on key-manager (120/174)
30332024-12-16T20:15:04.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342024-12-16T20:15:04.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352024-12-16T20:15:04.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362024-12-16T20:15:04.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30372024-12-16T20:15:04.687Z
30382024-12-16T20:15:04.687Zinfo: running `cargo check --bins` on range-requests (121/174)
30392024-12-16T20:15:05.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402024-12-16T20:15:05.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412024-12-16T20:15:05.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422024-12-16T20:15:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30432024-12-16T20:15:05.300Z
30442024-12-16T20:15:05.300Zinfo: running `cargo check --bins` on repo-depot-api (122/174)
30452024-12-16T20:15:05.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462024-12-16T20:15:05.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472024-12-16T20:15:05.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482024-12-16T20:15:05.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30492024-12-16T20:15:05.951Z
30502024-12-16T20:15:05.951Zinfo: running `cargo check --bins` on sled-agent-api (123/174)
30512024-12-16T20:15:06.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522024-12-16T20:15:06.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532024-12-16T20:15:06.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542024-12-16T20:15:06.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
30552024-12-16T20:15:06.613Z
30562024-12-16T20:15:06.613Zinfo: running `cargo check --bins` on sled-diagnostics (124/174)
30572024-12-16T20:15:07.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582024-12-16T20:15:07.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592024-12-16T20:15:07.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602024-12-16T20:15:07.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30612024-12-16T20:15:07.221Z
30622024-12-16T20:15:07.221Zinfo: running `cargo check --bins` on sled-hardware (125/174)
30632024-12-16T20:15:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642024-12-16T20:15:07.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652024-12-16T20:15:07.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662024-12-16T20:15:07.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30672024-12-16T20:15:07.865Z
30682024-12-16T20:15:07.865Zinfo: running `cargo check --bins --no-default-features` on sled-storage (126/174)
30692024-12-16T20:15:08.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702024-12-16T20:15:08.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712024-12-16T20:15:08.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722024-12-16T20:15:08.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30732024-12-16T20:15:08.504Z
30742024-12-16T20:15:08.504Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/174)
30752024-12-16T20:15:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762024-12-16T20:15:09.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772024-12-16T20:15:09.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782024-12-16T20:15:09.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30792024-12-16T20:15:09.154Z
30802024-12-16T20:15:09.154Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (128/174)
30812024-12-16T20:15:09.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822024-12-16T20:15:09.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832024-12-16T20:15:09.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842024-12-16T20:15:09.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
30852024-12-16T20:15:09.807Z
30862024-12-16T20:15:09.808Zinfo: running `cargo check --bins` on nexus-test-interface (129/174)
30872024-12-16T20:15:10.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-12-16T20:15:10.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-12-16T20:15:10.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-12-16T20:15:10.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
30912024-12-16T20:15:10.459Z
30922024-12-16T20:15:10.459Zinfo: running `cargo check --bins` on oximeter-collector (130/174)
30932024-12-16T20:15:11.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-12-16T20:15:11.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-12-16T20:15:11.148Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30962024-12-16T20:15:11.148Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30972024-12-16T20:15:12.001Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30982024-12-16T20:15:14.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s
30992024-12-16T20:15:14.184Z
31002024-12-16T20:15:14.184Zinfo: running `cargo check --bins` on oximeter-api (131/174)
31012024-12-16T20:15:14.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022024-12-16T20:15:14.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032024-12-16T20:15:14.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042024-12-16T20:15:14.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052024-12-16T20:15:14.810Z
31062024-12-16T20:15:14.811Zinfo: running `cargo check --bins` on cert-dev (132/174)
31072024-12-16T20:15:15.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082024-12-16T20:15:15.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092024-12-16T20:15:15.436Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
31102024-12-16T20:15:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
31112024-12-16T20:15:15.852Z
31122024-12-16T20:15:15.852Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (133/174)
31132024-12-16T20:15:16.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142024-12-16T20:15:16.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152024-12-16T20:15:16.527Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
31162024-12-16T20:15:16.527Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
31172024-12-16T20:15:17.112Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
31182024-12-16T20:15:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
31192024-12-16T20:15:17.648Z
31202024-12-16T20:15:17.648Zinfo: running `cargo check --bins` on ch-dev (134/174)
31212024-12-16T20:15:18.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-12-16T20:15:18.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-12-16T20:15:18.309Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
31242024-12-16T20:15:19.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
31252024-12-16T20:15:19.190Z
31262024-12-16T20:15:19.190Zinfo: running `cargo check --bins` on crdb-seed (135/174)
31272024-12-16T20:15:19.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282024-12-16T20:15:19.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292024-12-16T20:15:19.852Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
31302024-12-16T20:15:20.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
31312024-12-16T20:15:20.396Z
31322024-12-16T20:15:20.396Zinfo: running `cargo check --bins` on db-dev (136/174)
31332024-12-16T20:15:20.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342024-12-16T20:15:20.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352024-12-16T20:15:21.056Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
31362024-12-16T20:15:21.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
31372024-12-16T20:15:21.950Z
31382024-12-16T20:15:21.950Zinfo: running `cargo check --bins` on omicron-dev-lib (137/174)
31392024-12-16T20:15:22.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402024-12-16T20:15:22.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412024-12-16T20:15:22.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422024-12-16T20:15:22.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31432024-12-16T20:15:22.592Z
31442024-12-16T20:15:22.593Zinfo: running `cargo check --bins` on xtask-downloader (138/174)
31452024-12-16T20:15:23.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462024-12-16T20:15:23.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472024-12-16T20:15:23.211Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
31482024-12-16T20:15:24.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
31492024-12-16T20:15:24.253Z
31502024-12-16T20:15:24.253Zinfo: running `cargo check --bins` on omicron-ls-apis (139/174)
31512024-12-16T20:15:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522024-12-16T20:15:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532024-12-16T20:15:24.868Z Checking cargo-platform v0.1.8
31542024-12-16T20:15:25.134Z Checking cargo_metadata v0.18.1
31552024-12-16T20:15:26.091Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
31562024-12-16T20:15:26.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
31572024-12-16T20:15:27.079Z
31582024-12-16T20:15:27.079Zinfo: running `cargo check --bins` on mgs-dev (140/174)
31592024-12-16T20:15:27.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602024-12-16T20:15:27.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612024-12-16T20:15:27.790Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31622024-12-16T20:15:28.505Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
31632024-12-16T20:15:29.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
31642024-12-16T20:15:29.244Z
31652024-12-16T20:15:29.244Zinfo: running `cargo check --bins` on omicron-omdb (141/174)
31662024-12-16T20:15:29.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672024-12-16T20:15:29.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682024-12-16T20:15:30.032Z Compiling crunchy v0.2.2
31692024-12-16T20:15:30.032Z Compiling tiny-keccak v2.0.2
31702024-12-16T20:15:30.038Z Compiling dsl_auto_type v0.1.2
31712024-12-16T20:15:30.038Z Checking scheduled-thread-pool v0.2.7
31722024-12-16T20:15:30.038Z Compiling diesel_table_macro_syntax v0.2.0
31732024-12-16T20:15:30.162Z Compiling ascii-canvas v3.0.0
31742024-12-16T20:15:30.168Z Compiling ena v0.14.3
31752024-12-16T20:15:30.168Z Compiling diff v0.1.13
31762024-12-16T20:15:30.368Z Checking r2d2 v0.8.10
31772024-12-16T20:15:30.431Z Compiling regex-syntax v0.6.29
31782024-12-16T20:15:30.555Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
31792024-12-16T20:15:30.609Z Compiling ref-cast v1.0.23
31802024-12-16T20:15:30.684Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
31812024-12-16T20:15:30.761Z Compiling derive_builder_core v0.20.2
31822024-12-16T20:15:30.785Z Compiling libxml v0.3.3
31832024-12-16T20:15:30.877Z Compiling ref-cast-impl v1.0.23
31842024-12-16T20:15:30.943Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
31852024-12-16T20:15:31.181Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
31862024-12-16T20:15:31.207Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31872024-12-16T20:15:31.421Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
31882024-12-16T20:15:31.454Z Compiling strum_macros v0.24.3
31892024-12-16T20:15:31.481Z Compiling samael v0.0.17
31902024-12-16T20:15:31.802Z Compiling diesel_derives v2.2.3
31912024-12-16T20:15:31.841Z Compiling indoc v1.0.9
31922024-12-16T20:15:32.828Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31932024-12-16T20:15:33.120Z Compiling oso-derive v0.27.3
31942024-12-16T20:15:33.185Z Compiling derive_builder_macro v0.20.2
31952024-12-16T20:15:33.989Z Compiling lalrpop v0.19.12
31962024-12-16T20:15:34.076Z Checking derive_builder v0.20.2
31972024-12-16T20:15:34.182Z Compiling impl-trait-for-tuples v0.2.2
31982024-12-16T20:15:34.222Z Checking quick-xml v0.33.0
31992024-12-16T20:15:34.686Z Compiling diesel-dtrace v0.4.2
32002024-12-16T20:15:34.992Z Checking maplit v1.0.2
32012024-12-16T20:15:35.201Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32022024-12-16T20:15:35.225Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32032024-12-16T20:15:35.506Z Checking bb8 v0.8.5
32042024-12-16T20:15:35.680Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32052024-12-16T20:15:35.958Z Checking castaway v0.2.3
32062024-12-16T20:15:35.961Z Checking rand_seeder v0.3.0
32072024-12-16T20:15:36.137Z Checking compact_str v0.8.0
32082024-12-16T20:15:36.225Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
32092024-12-16T20:15:36.359Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32102024-12-16T20:15:36.441Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32112024-12-16T20:15:36.886Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32122024-12-16T20:15:37.015Z Checking unicode-truncate v1.1.0
32132024-12-16T20:15:37.167Z Checking lru v0.12.5
32142024-12-16T20:15:37.254Z Compiling instability v0.3.2
32152024-12-16T20:15:37.474Z Checking cassowary v0.3.0
32162024-12-16T20:15:37.909Z Checking is_ci v1.2.0
32172024-12-16T20:15:38.026Z Checking unicode-linebreak v0.1.5
32182024-12-16T20:15:38.051Z Checking smawk v0.3.2
32192024-12-16T20:15:38.242Z Checking supports-color v3.0.1
32202024-12-16T20:15:38.245Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
32212024-12-16T20:15:38.364Z Checking ratatui v0.28.1
32222024-12-16T20:15:38.428Z Checking textwrap v0.16.1
32232024-12-16T20:15:38.477Z Checking multimap v0.10.0
32242024-12-16T20:15:41.731Z Checking diesel v2.2.6
32252024-12-16T20:16:07.777Z Compiling polar-core v0.27.3
32262024-12-16T20:16:11.333Z Checking async-bb8-diesel v0.2.1
32272024-12-16T20:16:15.256Z Checking oso v0.27.3
32282024-12-16T20:17:24.919Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32292024-12-16T20:17:31.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
32302024-12-16T20:17:31.216Z
32312024-12-16T20:17:31.216Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (142/174)
32322024-12-16T20:17:31.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-12-16T20:17:31.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-12-16T20:17:31.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352024-12-16T20:17:31.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32362024-12-16T20:17:31.893Z
32372024-12-16T20:17:31.893Zinfo: running `cargo check --bins` on nexus-saga-recovery (143/174)
32382024-12-16T20:17:32.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-12-16T20:17:32.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-12-16T20:17:32.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412024-12-16T20:17:32.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32422024-12-16T20:17:32.570Z
32432024-12-16T20:17:32.570Zinfo: running `cargo check --bins` on nexus-test-utils-macros (144/174)
32442024-12-16T20:17:33.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452024-12-16T20:17:33.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462024-12-16T20:17:33.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472024-12-16T20:17:33.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32482024-12-16T20:17:33.183Z
32492024-12-16T20:17:33.183Zinfo: running `cargo check --bins` on omicron-nexus (145/174)
32502024-12-16T20:17:33.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512024-12-16T20:17:33.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522024-12-16T20:17:33.977Z Compiling libz-sys v1.1.20
32532024-12-16T20:17:34.091Z Compiling libgit2-sys v0.17.0+1.8.1
32542024-12-16T20:17:34.101Z Compiling vergen v8.3.2
32552024-12-16T20:17:34.104Z Compiling cargo-platform v0.1.8
32562024-12-16T20:17:34.104Z Compiling pin-project-internal v1.1.6
32572024-12-16T20:17:34.134Z Compiling snafu-derive v0.8.5
32582024-12-16T20:17:34.136Z Compiling libsqlite3-sys v0.30.1
32592024-12-16T20:17:34.136Z Compiling rustls v0.21.12
32602024-12-16T20:17:34.383Z Compiling cfg_aliases v0.2.1
32612024-12-16T20:17:34.411Z Compiling cargo_metadata v0.18.1
32622024-12-16T20:17:34.498Z Compiling buf-list v1.0.3
32632024-12-16T20:17:34.671Z Compiling nix v0.29.0
32642024-12-16T20:17:34.727Z Checking globset v0.4.15
32652024-12-16T20:17:35.077Z Checking olpc-cjson v0.1.4
32662024-12-16T20:17:35.217Z Checking rustls-webpki v0.101.7
32672024-12-16T20:17:35.248Z Checking sct v0.7.1
32682024-12-16T20:17:35.294Z Checking serde_plain v1.0.2
32692024-12-16T20:17:35.450Z Checking typed-path v0.9.3
32702024-12-16T20:17:35.859Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32712024-12-16T20:17:36.031Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32722024-12-16T20:17:36.115Z Checking hashlink v0.9.1
32732024-12-16T20:17:36.264Z Checking fallible-streaming-iterator v0.1.9
32742024-12-16T20:17:36.507Z Checking fallible-iterator v0.3.0
32752024-12-16T20:17:36.733Z Checking parse-size v1.1.0
32762024-12-16T20:17:37.139Z Checking pin-project v1.1.6
32772024-12-16T20:17:37.158Z Checking rusqlite v0.32.1
32782024-12-16T20:17:37.272Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32792024-12-16T20:17:37.405Z Checking rustls-pemfile v1.0.4
32802024-12-16T20:17:37.484Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32812024-12-16T20:17:37.588Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32822024-12-16T20:17:37.874Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32832024-12-16T20:17:38.111Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
32842024-12-16T20:17:38.243Z Checking twox-hash v1.6.3
32852024-12-16T20:17:38.275Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32862024-12-16T20:17:38.748Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32872024-12-16T20:17:38.771Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32882024-12-16T20:17:39.113Z Checking tokio-rustls v0.24.1
32892024-12-16T20:17:39.305Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32902024-12-16T20:17:39.335Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32912024-12-16T20:17:39.504Z Checking fatfs v0.3.6
32922024-12-16T20:17:39.659Z Checking snafu v0.8.5
32932024-12-16T20:17:40.153Z Checking tough v0.19.0
32942024-12-16T20:17:40.219Z Checking assert_matches v1.5.0
32952024-12-16T20:17:44.218Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
32962024-12-16T20:17:45.627Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
32972024-12-16T20:17:46.540Z Compiling git2 v0.19.0
32982024-12-16T20:17:51.291Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
32992024-12-16T20:19:21.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 48s
33002024-12-16T20:19:22.164Z
33012024-12-16T20:19:22.164Zinfo: running `cargo check --bins` on nexus-external-api (146/174)
33022024-12-16T20:19:22.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33032024-12-16T20:19:22.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33042024-12-16T20:19:22.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33052024-12-16T20:19:22.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
33062024-12-16T20:19:22.859Z
33072024-12-16T20:19:22.859Zinfo: running `cargo check --bins` on openapi-manager-types (147/174)
33082024-12-16T20:19:23.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092024-12-16T20:19:23.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102024-12-16T20:19:23.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112024-12-16T20:19:23.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33122024-12-16T20:19:23.471Z
33132024-12-16T20:19:23.471Zinfo: running `cargo check --bins` on nexus-internal-api (148/174)
33142024-12-16T20:19:24.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152024-12-16T20:19:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162024-12-16T20:19:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172024-12-16T20:19:24.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33182024-12-16T20:19:24.128Z
33192024-12-16T20:19:24.128Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (149/174)
33202024-12-16T20:19:24.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212024-12-16T20:19:24.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222024-12-16T20:19:24.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232024-12-16T20:19:24.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33242024-12-16T20:19:24.804Z
33252024-12-16T20:19:24.804Zinfo: running `cargo check --bins` on nexus-networking (150/174)
33262024-12-16T20:19:25.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-12-16T20:19:25.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-12-16T20:19:25.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292024-12-16T20:19:25.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33302024-12-16T20:19:25.484Z
33312024-12-16T20:19:25.484Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (151/174)
33322024-12-16T20:19:26.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332024-12-16T20:19:26.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342024-12-16T20:19:26.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352024-12-16T20:19:26.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
33362024-12-16T20:19:26.166Z
33372024-12-16T20:19:26.166Zinfo: running `cargo check --bins` on update-common (152/174)
33382024-12-16T20:19:26.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392024-12-16T20:19:26.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402024-12-16T20:19:26.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412024-12-16T20:19:26.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33422024-12-16T20:19:26.819Z
33432024-12-16T20:19:26.819Zinfo: running `cargo check --bins` on tufaceous-lib (153/174)
33442024-12-16T20:19:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452024-12-16T20:19:27.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462024-12-16T20:19:27.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472024-12-16T20:19:27.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33482024-12-16T20:19:27.458Z
33492024-12-16T20:19:27.458Zinfo: running `cargo check --bins` on tufaceous (154/174)
33502024-12-16T20:19:28.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512024-12-16T20:19:28.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522024-12-16T20:19:28.131Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
33532024-12-16T20:19:29.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
33542024-12-16T20:19:29.283Z
33552024-12-16T20:19:29.283Zinfo: running `cargo check --bins` on omicron-dev (155/174)
33562024-12-16T20:19:29.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572024-12-16T20:19:29.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582024-12-16T20:19:30.128Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33592024-12-16T20:19:30.253Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33602024-12-16T20:19:30.253Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33612024-12-16T20:19:30.256Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
33622024-12-16T20:19:56.065Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33632024-12-16T20:19:56.065Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33642024-12-16T20:19:56.067Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33652024-12-16T20:19:56.067Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33662024-12-16T20:19:56.067Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
33672024-12-16T20:19:56.970Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33682024-12-16T20:19:58.230Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33692024-12-16T20:20:36.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
33702024-12-16T20:20:36.434Z
33712024-12-16T20:20:36.434Zinfo: running `cargo check --bins` on openapi-manager (156/174)
33722024-12-16T20:20:37.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732024-12-16T20:20:37.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742024-12-16T20:20:37.146Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33752024-12-16T20:20:37.149Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33762024-12-16T20:20:37.149Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
33772024-12-16T20:20:38.808Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33782024-12-16T20:20:39.678Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
33792024-12-16T20:20:40.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
33802024-12-16T20:20:40.962Z
33812024-12-16T20:20:40.962Zinfo: running `cargo check --bins` on installinator-api (157/174)
33822024-12-16T20:20:41.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832024-12-16T20:20:41.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842024-12-16T20:20:41.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852024-12-16T20:20:41.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33862024-12-16T20:20:41.610Z
33872024-12-16T20:20:41.610Zinfo: running `cargo check --bins` on wicketd-api (158/174)
33882024-12-16T20:20:42.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892024-12-16T20:20:42.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902024-12-16T20:20:42.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912024-12-16T20:20:42.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
33922024-12-16T20:20:42.268Z
33932024-12-16T20:20:42.268Zinfo: running `cargo check --bins` on reconfigurator-cli (159/174)
33942024-12-16T20:20:42.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952024-12-16T20:20:42.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962024-12-16T20:20:42.959Z Compiling petname v2.0.2
33972024-12-16T20:20:42.961Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
33982024-12-16T20:20:42.961Z Checking sync-ptr v0.1.1
33992024-12-16T20:20:44.395Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34002024-12-16T20:20:45.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
34012024-12-16T20:20:46.130Z
34022024-12-16T20:20:46.130Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (160/174)
34032024-12-16T20:20:46.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-12-16T20:20:46.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-12-16T20:20:46.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062024-12-16T20:20:46.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34072024-12-16T20:20:46.785Z
34082024-12-16T20:20:46.785Zinfo: running `cargo check --bins` on omicron-releng (161/174)
34092024-12-16T20:20:47.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102024-12-16T20:20:47.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112024-12-16T20:20:47.454Z Checking memmap2 v0.9.5
34122024-12-16T20:20:47.454Z Checking constant_time_eq v0.3.1
34132024-12-16T20:20:47.456Z Checking arrayvec v0.7.6
34142024-12-16T20:20:47.456Z Checking spin v0.5.2
34152024-12-16T20:20:47.456Z Checking arrayref v0.3.9
34162024-12-16T20:20:47.456Z Checking topological-sort v0.2.2
34172024-12-16T20:20:47.560Z Checking shell-words v1.1.0
34182024-12-16T20:20:47.722Z Checking ring v0.16.20
34192024-12-16T20:20:47.879Z Checking blake3 v1.5.4
34202024-12-16T20:20:48.860Z Checking omicron-zone-package v0.11.1
34212024-12-16T20:20:49.966Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
34222024-12-16T20:20:50.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
34232024-12-16T20:20:51.068Z
34242024-12-16T20:20:51.068Zinfo: running `cargo check --bins` on xtask (162/174)
34252024-12-16T20:20:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262024-12-16T20:20:51.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272024-12-16T20:20:51.497Z Checking bitflags v2.6.0
34282024-12-16T20:20:51.500Z Checking serde v1.0.215
34292024-12-16T20:20:51.500Z Checking thiserror v1.0.69
34302024-12-16T20:20:51.588Z Checking scroll v0.12.0
34312024-12-16T20:20:51.597Z Checking hashbrown v0.15.1
34322024-12-16T20:20:51.602Z Checking log v0.4.22
34332024-12-16T20:20:51.602Z Checking zerocopy v0.7.35
34342024-12-16T20:20:51.629Z Checking syn v2.0.87
34352024-12-16T20:20:51.814Z Checking rustix v0.38.37
34362024-12-16T20:20:51.856Z Checking once_cell v1.20.2
34372024-12-16T20:20:52.031Z Checking goblin v0.8.2
34382024-12-16T20:20:52.140Z Checking fs-err v2.11.0
34392024-12-16T20:20:52.452Z Checking tabled v0.15.0
34402024-12-16T20:20:52.646Z Checking indexmap v2.6.0
34412024-12-16T20:20:53.034Z Checking anyhow v1.0.93
34422024-12-16T20:20:53.621Z Checking terminal_size v0.4.0
34432024-12-16T20:20:53.625Z Checking tempfile v3.13.0
34442024-12-16T20:20:53.792Z Checking clap_builder v4.5.21
34452024-12-16T20:20:55.399Z Checking pest v2.7.14
34462024-12-16T20:20:55.461Z Checking serde_json v1.0.132
34472024-12-16T20:20:55.461Z Checking serde_spanned v0.6.8
34482024-12-16T20:20:55.465Z Checking toml_datetime v0.6.8
34492024-12-16T20:20:55.498Z Checking camino v1.1.9
34502024-12-16T20:20:55.664Z Checking semver v1.0.23
34512024-12-16T20:20:55.741Z Checking toml_edit v0.22.22
34522024-12-16T20:20:55.891Z Checking cargo-platform v0.1.8
34532024-12-16T20:20:55.969Z Checking clap v4.5.21
34542024-12-16T20:20:56.024Z Checking camino-tempfile v1.1.1
34552024-12-16T20:20:56.074Z Checking macaddr v1.0.1
34562024-12-16T20:20:56.733Z Checking dof v0.3.0
34572024-12-16T20:20:56.733Z Checking cargo_metadata v0.18.1
34582024-12-16T20:20:57.298Z Checking dtrace-parser v0.2.0
34592024-12-16T20:20:57.619Z Checking usdt-impl v0.5.0
34602024-12-16T20:20:57.704Z Checking toml v0.8.19
34612024-12-16T20:20:57.981Z Checking usdt v0.5.0
34622024-12-16T20:20:58.187Z Checking cargo_toml v0.20.5
34632024-12-16T20:20:59.390Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
34642024-12-16T20:20:59.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s
34652024-12-16T20:21:00.089Z
34662024-12-16T20:21:00.089Zinfo: running `cargo check --bins` on end-to-end-tests (163/174)
34672024-12-16T20:21:00.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682024-12-16T20:21:00.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692024-12-16T20:21:00.849Z Checking polyval v0.6.2
34702024-12-16T20:21:00.963Z Checking ctr v0.9.2
34712024-12-16T20:21:00.975Z Checking ssh-encoding v0.2.0
34722024-12-16T20:21:00.978Z Checking blowfish v0.9.1
34732024-12-16T20:21:00.997Z Checking password-hash v0.4.2
34742024-12-16T20:21:01.002Z Checking matches v0.1.10
34752024-12-16T20:21:01.025Z Checking p521 v0.13.3
34762024-12-16T20:21:01.028Z Checking p256 v0.13.2
34772024-12-16T20:21:01.083Z Checking idna v0.2.3
34782024-12-16T20:21:01.173Z Checking ghash v0.5.1
34792024-12-16T20:21:01.191Z Checking bcrypt-pbkdf v0.10.0
34802024-12-16T20:21:01.234Z Compiling enum-as-inner v0.5.1
34812024-12-16T20:21:01.280Z Checking russh-cryptovec v0.7.3
34822024-12-16T20:21:01.331Z Checking aes-gcm v0.10.3
34832024-12-16T20:21:01.414Z Checking pbkdf2 v0.11.0
34842024-12-16T20:21:01.434Z Checking md5 v0.7.0
34852024-12-16T20:21:01.485Z Checking num-bigint v0.4.6
34862024-12-16T20:21:01.505Z Checking des v0.8.1
34872024-12-16T20:21:01.566Z Checking ssh-cipher v0.2.0
34882024-12-16T20:21:01.700Z Compiling dhcproto-macros v0.1.0
34892024-12-16T20:21:01.719Z Checking hex-literal v0.4.1
34902024-12-16T20:21:01.778Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34912024-12-16T20:21:01.845Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34922024-12-16T20:21:01.847Z Checking ssh-key v0.6.6
34932024-12-16T20:21:01.899Z Checking internet-checksum v0.2.1
34942024-12-16T20:21:02.262Z Checking trust-dns-proto v0.22.0
34952024-12-16T20:21:03.234Z Checking russh-keys v0.45.0
34962024-12-16T20:21:04.146Z Checking russh v0.45.0
34972024-12-16T20:21:04.813Z Checking dhcproto v0.12.0
34982024-12-16T20:21:22.601Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34992024-12-16T20:21:24.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.91s
35002024-12-16T20:21:24.207Z
35012024-12-16T20:21:24.207Zinfo: running `cargo check --bins` on gateway-cli (164/174)
35022024-12-16T20:21:24.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032024-12-16T20:21:24.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042024-12-16T20:21:24.850Z Checking termios v0.3.3
35052024-12-16T20:21:25.068Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
35062024-12-16T20:21:25.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
35072024-12-16T20:21:26.022Z
35082024-12-16T20:21:26.022Zinfo: running `cargo check --bins --no-default-features` on installinator (165/174)
35092024-12-16T20:21:26.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102024-12-16T20:21:26.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112024-12-16T20:21:26.723Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35122024-12-16T20:21:28.759Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35132024-12-16T20:21:30.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s
35142024-12-16T20:21:30.807Z
35152024-12-16T20:21:30.807Zinfo: running `cargo check --bins` on internal-dns-cli (166/174)
35162024-12-16T20:21:31.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172024-12-16T20:21:31.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182024-12-16T20:21:31.449Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
35192024-12-16T20:21:31.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
35202024-12-16T20:21:32.101Z
35212024-12-16T20:21:32.101Zinfo: running `cargo check --bins` on omicron-live-tests (167/174)
35222024-12-16T20:21:32.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232024-12-16T20:21:32.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242024-12-16T20:21:32.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252024-12-16T20:21:32.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35262024-12-16T20:21:32.721Z
35272024-12-16T20:21:32.721Zinfo: running `cargo check --bins` on live-tests-macros (168/174)
35282024-12-16T20:21:33.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292024-12-16T20:21:33.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302024-12-16T20:21:33.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312024-12-16T20:21:33.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35322024-12-16T20:21:33.337Z
35332024-12-16T20:21:33.337Zinfo: running `cargo check --bins` on omicron-package (169/174)
35342024-12-16T20:21:33.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352024-12-16T20:21:33.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362024-12-16T20:21:34.011Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
35372024-12-16T20:21:35.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
35382024-12-16T20:21:35.488Z
35392024-12-16T20:21:35.488Zinfo: running `cargo check --bins` on wicket-dbg (170/174)
35402024-12-16T20:21:36.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412024-12-16T20:21:36.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422024-12-16T20:21:36.196Z Checking rtoolbox v0.0.2
35432024-12-16T20:21:36.196Z Checking tui-tree-widget v0.22.0
35442024-12-16T20:21:36.199Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35452024-12-16T20:21:36.424Z Checking rpassword v7.3.1
35462024-12-16T20:21:40.468Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35472024-12-16T20:21:43.483Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
35482024-12-16T20:21:44.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s
35492024-12-16T20:21:44.885Z
35502024-12-16T20:21:44.885Zinfo: running `cargo check --bins` on wicket (171/174)
35512024-12-16T20:21:45.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522024-12-16T20:21:45.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532024-12-16T20:21:45.585Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
35542024-12-16T20:21:46.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
35552024-12-16T20:21:46.210Z
35562024-12-16T20:21:46.210Zinfo: running `cargo check --bins` on wicketd (172/174)
35572024-12-16T20:21:46.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582024-12-16T20:21:46.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592024-12-16T20:21:46.932Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
35602024-12-16T20:21:50.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
35612024-12-16T20:21:51.132Z
35622024-12-16T20:21:51.132Zinfo: running `cargo check --bins` on omicron-workspace-hack (173/174)
35632024-12-16T20:21:51.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642024-12-16T20:21:51.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652024-12-16T20:21:51.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662024-12-16T20:21:51.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35672024-12-16T20:21:51.748Z
35682024-12-16T20:21:51.749Zinfo: running `cargo check --bins` on zone-setup (174/174)
35692024-12-16T20:21:52.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702024-12-16T20:21:52.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712024-12-16T20:21:52.481Z Checking uzers v0.12.1
35722024-12-16T20:21:52.821Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
35732024-12-16T20:21:53.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
35742024-12-16T20:21:54.187Z
35752024-12-16T20:21:54.187Zreal 13:37.743612945
35762024-12-16T20:21:54.187Zuser 24:19.561148732
35772024-12-16T20:21:54.187Zsys 5:29.419280194
35782024-12-16T20:21:54.187Ztrap 0.473213845
35792024-12-16T20:21:54.187Ztflt 2.412062933
35802024-12-16T20:21:54.187Zdflt 3.110027248
35812024-12-16T20:21:54.187Zkflt 0.000746887
35822024-12-16T20:21:54.190Zlock 48:20.638310080
35832024-12-16T20:21:54.190Zslp 2:11:18.221866741
35842024-12-16T20:21:54.190Zlat 1:02.430112190
35852024-12-16T20:21:54.190Zstop 3:18.346043344
35862024-12-16T20:21:54.190Zprocess exited: duration 1157262 ms, exit code 0
 
35872024-12-16T20:21:54.196Zfound 0 output files