|
|
|
1 | 2025-03-12T21:49:10.737Z | job assigned to worker 01JP6592YMKP5EDJK1V06ME0ZT [factory aws, i-0a21ab5596f89474b] (queued for 46 s) |
|
2 | 2025-03-12T21:49:18.941Z | starting task 0: "setup" |
3 | 2025-03-12T21:49:18.946Z | ++ uname -s |
4 | 2025-03-12T21:49:18.949Z | + kern=SunOS |
5 | 2025-03-12T21:49:18.950Z | + build_user=build |
6 | 2025-03-12T21:49:18.950Z | + build_uid=12345 |
7 | 2025-03-12T21:49:18.950Z | + work_dir=/work |
8 | 2025-03-12T21:49:18.950Z | + input_dir=/input |
9 | 2025-03-12T21:49:18.950Z | + [[ 0 == 12345 ]] |
10 | 2025-03-12T21:49:18.950Z | + case "$kern" in |
11 | 2025-03-12T21:49:18.950Z | + groupadd -g 12345 build |
12 | 2025-03-12T21:49:18.953Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-12T21:49:20.958Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-12T21:49:21.130Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-12T21:49:21.134Z | + home_fs=zfs |
16 | 2025-03-12T21:49:21.134Z | + [[ zfs == autofs ]] |
17 | 2025-03-12T21:49:21.134Z | + mkdir -p /home/build |
18 | 2025-03-12T21:49:21.137Z | + chown build:build /home/build /work |
19 | 2025-03-12T21:49:23.137Z | + chmod 0700 /home/build /work |
20 | 2025-03-12T21:49:23.141Z | process exited: duration 4200 ms, exit code 0 |
|
21 | 2025-03-12T21:49:23.149Z | starting task 1: "rust-toolchain" |
22 | 2025-03-12T21:49:23.154Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-12T21:49:23.154Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-12T21:49:23.154Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-12T21:49:23.154Z | * rust toolchain profile = "default" |
26 | 2025-03-12T21:49:23.154Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-12T21:49:23.154Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-12T21:49:23.158Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-12T21:49:23.158Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-12T21:49:23.261Z | info: downloading installer |
31 | 2025-03-12T21:49:24.469Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-12T21:49:24.469Z | warn: /opt/ooce/bin |
33 | 2025-03-12T21:49:24.469Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-12T21:49:24.469Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-12T21:49:24.469Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-12T21:49:24.469Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-12T21:49:24.470Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-12T21:49:24.470Z | error: cannot install while Rust is installed |
39 | 2025-03-12T21:49:24.470Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-12T21:49:24.485Z | info: profile set to 'default' |
41 | 2025-03-12T21:49:24.485Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-12T21:49:24.491Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-12T21:49:24.653Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-12T21:49:24.653Z | info: downloading component 'cargo' |
45 | 2025-03-12T21:49:25.416Z | info: downloading component 'clippy' |
46 | 2025-03-12T21:49:25.730Z | info: downloading component 'rust-docs' |
47 | 2025-03-12T21:49:26.885Z | info: downloading component 'rust-std' |
48 | 2025-03-12T21:49:28.925Z | info: downloading component 'rustc' |
49 | 2025-03-12T21:49:35.822Z | info: downloading component 'rustfmt' |
50 | 2025-03-12T21:49:36.108Z | info: installing component 'cargo' |
51 | 2025-03-12T21:49:36.937Z | info: installing component 'clippy' |
52 | 2025-03-12T21:49:37.320Z | info: installing component 'rust-docs' |
53 | 2025-03-12T21:49:39.061Z | info: installing component 'rust-std' |
54 | 2025-03-12T21:49:40.928Z | info: installing component 'rustc' |
55 | 2025-03-12T21:49:46.806Z | info: installing component 'rustfmt' |
56 | 2025-03-12T21:49:47.133Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-12T21:49:47.134Z | |
58 | 2025-03-12T21:49:47.497Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-12T21:49:47.497Z | |
60 | 2025-03-12T21:49:47.501Z | |
61 | 2025-03-12T21:49:47.501Z | Rust is installed now. Great! |
62 | 2025-03-12T21:49:47.501Z | |
63 | 2025-03-12T21:49:47.501Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-12T21:49:47.501Z | environment variable. This has not been done automatically. |
65 | 2025-03-12T21:49:47.501Z | |
66 | 2025-03-12T21:49:47.501Z | To configure your current shell, you need to source |
67 | 2025-03-12T21:49:47.501Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-12T21:49:47.501Z | |
69 | 2025-03-12T21:49:47.501Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-12T21:49:47.501Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-12T21:49:47.501Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-12T21:49:47.501Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-12T21:49:47.567Z | + rustup --version |
74 | 2025-03-12T21:49:47.578Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-12T21:49:47.578Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-12T21:49:47.606Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-12T21:49:47.609Z | + cargo --version |
78 | 2025-03-12T21:49:47.627Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-12T21:49:47.630Z | + rustc --version |
80 | 2025-03-12T21:49:47.655Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-12T21:49:47.658Z | process exited: duration 24504 ms, exit code 0 |
|
82 | 2025-03-12T21:49:47.664Z | starting task 2: "authentication" |
83 | 2025-03-12T21:49:47.687Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-12T21:49:47.696Z | starting task 3: "clone repository" |
85 | 2025-03-12T21:49:47.700Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-12T21:49:47.703Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-12T21:49:47.741Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-12T21:49:55.707Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-12T21:49:55.707Z | + git fetch origin 906d0e83e75936fa09151629f7063b71a8e0e563 |
90 | 2025-03-12T21:49:56.013Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-12T21:49:56.013Z | * branch 906d0e83e75936fa09151629f7063b71a8e0e563 -> FETCH_HEAD |
92 | 2025-03-12T21:49:56.023Z | + [[ -n '' ]] |
93 | 2025-03-12T21:49:56.023Z | + git reset --hard 906d0e83e75936fa09151629f7063b71a8e0e563 |
94 | 2025-03-12T21:49:56.107Z | HEAD is now at 906d0e83e add transit_ips to NIC create params |
95 | 2025-03-12T21:49:56.110Z | process exited: duration 8412 ms, exit code 0 |
|
96 | 2025-03-12T21:49:56.116Z | starting task 4: "build" |
97 | 2025-03-12T21:49:56.122Z | + source .github/buildomat/ci-env.sh |
98 | 2025-03-12T21:49:56.122Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-03-12T21:49:56.122Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-03-12T21:49:56.125Z | + cargo --version |
101 | 2025-03-12T21:49:56.176Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
102 | 2025-03-12T21:49:56.181Z | + rustc --version |
103 | 2025-03-12T21:49:56.245Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
104 | 2025-03-12T21:49:56.248Z | + source ./env.sh |
105 | 2025-03-12T21:49:56.248Z | ++ OLD_SHELL_OPTS=ehxB |
106 | 2025-03-12T21:49:56.248Z | ++ set -o xtrace |
107 | 2025-03-12T21:49:56.251Z | ++++ dirname ./env.sh |
108 | 2025-03-12T21:49:56.255Z | +++ readlink -f . |
109 | 2025-03-12T21:49:56.258Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
110 | 2025-03-12T21:49:56.258Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2025-03-12T21:49:56.258Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2025-03-12T21:49:56.259Z | ++ 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 |
113 | 2025-03-12T21:49:56.259Z | ++ 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 |
114 | 2025-03-12T21:49:56.259Z | ++ 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 |
115 | 2025-03-12T21:49:56.259Z | ++ 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 |
116 | 2025-03-12T21:49:56.259Z | ++ 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 |
117 | 2025-03-12T21:49:56.259Z | ++ 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 |
118 | 2025-03-12T21:49:56.259Z | ++ case $OLD_SHELL_OPTS in |
119 | 2025-03-12T21:49:56.260Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
120 | 2025-03-12T21:49:56.260Z | + 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 |
121 | 2025-03-12T21:49:56.260Z | + 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 |
122 | 2025-03-12T21:49:56.260Z | + banner prerequisites |
123 | 2025-03-12T21:49:56.260Z | |
124 | 2025-03-12T21:49:56.260Z | ##### ##### ###### ##### ###### #### # # # #### # |
125 | 2025-03-12T21:49:56.260Z | # # # # # # # # # # # # # # # |
126 | 2025-03-12T21:49:56.261Z | # # # # ##### # # ##### # # # # # #### # |
127 | 2025-03-12T21:49:56.261Z | ##### ##### # ##### # # # # # # # # # |
128 | 2025-03-12T21:49:56.261Z | # # # # # # # # # # # # # # # |
129 | 2025-03-12T21:49:56.262Z | # # # ###### # # ###### ### # #### # #### # |
130 | 2025-03-12T21:49:56.262Z | |
131 | 2025-03-12T21:49:56.262Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
132 | 2025-03-12T21:49:57.902Z | pkg list: illegal option -- F |
133 | 2025-03-12T21:49:57.902Z | Usage: |
134 | 2025-03-12T21:49:57.906Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
135 | 2025-03-12T21:49:57.906Z | [pkg_fmri_pattern ...] |
136 | 2025-03-12T21:49:58.769Z | pkg list: illegal option -- F |
137 | 2025-03-12T21:49:58.769Z | Usage: |
138 | 2025-03-12T21:49:58.773Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
139 | 2025-03-12T21:49:58.773Z | [pkg_fmri_pattern ...] |
140 | 2025-03-12T21:50:05.482Z | Startup: Refreshing catalog 'helios-dev' ... Done |
141 | 2025-03-12T21:50:09.973Z | Startup: Caching catalogs ... Done |
142 | 2025-03-12T21:50:24.213Z | Planning: Solver setup ... Done (13.148s) |
143 | 2025-03-12T21:50:24.377Z | Planning: Running solver ... Done (0.164s) |
144 | 2025-03-12T21:50:24.510Z | Planning: Finding local manifests ... Done (0.006s) |
145 | 2025-03-12T21:50:24.522Z | Planning: Fetching manifests: 0/7 0% complete |
146 | 2025-03-12T21:50:25.272Z | Planning: Fetching manifests: 7/7 100% complete |
147 | 2025-03-12T21:50:25.383Z | Planning: Package planning ... Done (0.112s) |
148 | 2025-03-12T21:50:25.439Z | Planning: Merging actions ... Done (0.056s) |
149 | 2025-03-12T21:50:25.639Z | Planning: Checking for conflicting actions ... Done (0.200s) |
150 | 2025-03-12T21:50:27.768Z | Planning: Consolidating action changes ... Done (2.129s) |
151 | 2025-03-12T21:50:28.206Z | Planning: Evaluating mediators ... Done (0.437s) |
152 | 2025-03-12T21:50:28.286Z | Planning: Planning completed in 18.21 seconds |
153 | 2025-03-12T21:50:28.303Z | Packages to install: 4 |
154 | 2025-03-12T21:50:28.303Z | Packages to update: 3 |
155 | 2025-03-12T21:50:28.306Z | Mediators to change: 2 |
156 | 2025-03-12T21:50:28.306Z | Services to change: 1 |
157 | 2025-03-12T21:50:28.306Z | Estimated space available: 155.59 GB |
158 | 2025-03-12T21:50:28.306Z | Estimated space to be consumed: 1.67 GB |
159 | 2025-03-12T21:50:28.306Z | Create boot environment: No |
160 | 2025-03-12T21:50:28.306Z | Create backup boot environment: Yes |
161 | 2025-03-12T21:50:28.306Z | Rebuild boot archive: No |
162 | 2025-03-12T21:50:28.306Z | |
163 | 2025-03-12T21:50:28.306Z | Changed mediators: |
164 | 2025-03-12T21:50:28.307Z | mediator clang: |
165 | 2025-03-12T21:50:28.307Z | version: None -> 15 (system default) |
166 | 2025-03-12T21:50:28.307Z | |
167 | 2025-03-12T21:50:28.307Z | mediator llvm: |
168 | 2025-03-12T21:50:28.308Z | version: 14 (system default) -> 15 (system default) |
169 | 2025-03-12T21:50:28.308Z | |
170 | 2025-03-12T21:50:28.308Z | Changed packages: |
171 | 2025-03-12T21:50:28.308Z | helios-dev |
172 | 2025-03-12T21:50:28.308Z | developer/build-essential |
173 | 2025-03-12T21:50:28.308Z | None -> 11-2.0 |
174 | 2025-03-12T21:50:28.308Z | library/libxmlsec1 |
175 | 2025-03-12T21:50:28.308Z | None -> 1.2.35-2.0 |
176 | 2025-03-12T21:50:28.308Z | ooce/developer/clang-15 |
177 | 2025-03-12T21:50:28.308Z | None -> 15.0.7-2.0 |
178 | 2025-03-12T21:50:28.308Z | ooce/developer/llvm-15 |
179 | 2025-03-12T21:50:28.308Z | None -> 15.0.7-2.0 |
180 | 2025-03-12T21:50:28.308Z | package/pkg |
181 | 2025-03-12T21:50:28.308Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
182 | 2025-03-12T21:50:28.308Z | system/library/g++-runtime |
183 | 2025-03-12T21:50:28.308Z | 13-2.0 -> 14-2.0 |
184 | 2025-03-12T21:50:28.308Z | system/library/gcc-runtime |
185 | 2025-03-12T21:50:28.308Z | 13-2.0 -> 14-2.0 |
186 | 2025-03-12T21:50:28.308Z | |
187 | 2025-03-12T21:50:28.308Z | Services: |
188 | 2025-03-12T21:50:28.308Z | restart_fmri: |
189 | 2025-03-12T21:50:28.308Z | svc:/system/update-man-index:default |
190 | 2025-03-12T21:50:28.308Z | |
191 | 2025-03-12T21:50:28.308Z | Editable files to change: |
192 | 2025-03-12T21:50:28.308Z | Update: |
193 | 2025-03-12T21:50:28.308Z | usr/share/lib/pkg/web/config.shtml |
194 | 2025-03-12T21:50:28.385Z | |
195 | 2025-03-12T21:50:28.385Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
196 | 2025-03-12T21:50:33.401Z | Download: 1199/4301 items 83.5/225.4MB 37% complete (17.0M/s) |
197 | 2025-03-12T21:50:38.406Z | Download: 2163/4301 items 119.0/225.4MB 52% complete (12.3M/s) |
198 | 2025-03-12T21:50:43.420Z | Download: 2639/4301 items 120.6/225.4MB 53% complete (3.7M/s) |
199 | 2025-03-12T21:50:48.983Z | Download: 3286/4301 items 211.7/225.4MB 93% complete (9.2M/s) |
200 | 2025-03-12T21:50:53.985Z | Download: 4126/4301 items 220.2/225.4MB 97% complete (9.9M/s) |
201 | 2025-03-12T21:50:55.835Z | Download: Completed 225.42 MB in 27.44 seconds (8.2M/s) |
202 | 2025-03-12T21:50:57.992Z | Actions: 1/5122 actions (Removing old actions) |
203 | 2025-03-12T21:50:58.063Z | Actions: 194/5122 actions (Installing new actions) |
204 | 2025-03-12T21:51:02.655Z | Actions: 4267/5122 actions (Updating modified actions) |
205 | 2025-03-12T21:51:03.039Z | Actions: Completed 5122 actions in 5.10 seconds. |
206 | 2025-03-12T21:51:03.249Z | Done (0.232s) |
207 | 2025-03-12T21:51:03.252Z | Done (0.002s) |
208 | 2025-03-12T21:51:03.887Z | Done (0.636s) |
209 | 2025-03-12T21:51:08.305Z | Done (4.184s) |
210 | 2025-03-12T21:51:08.396Z | Done (0.019s) |
211 | 2025-03-12T21:51:08.400Z | Done (0.000s) |
212 | 2025-03-12T21:51:08.570Z | Done (0.000s) |
213 | 2025-03-12T21:51:09.295Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-03-12T21:51:09.461Z | Planning: Checking for conflicting actions ... Done |
215 | 2025-03-12T21:51:09.467Z | Planning: Consolidating action changes ... Done |
216 | 2025-03-12T21:51:09.733Z | Planning: Evaluating mediators ... Done |
217 | 2025-03-12T21:51:09.744Z | Planning: Planning completed in 0.44 seconds |
218 | 2025-03-12T21:51:09.774Z | Mediators to change: 2 |
219 | 2025-03-12T21:51:09.774Z | Create boot environment: No |
220 | 2025-03-12T21:51:09.782Z | Create backup boot environment: No |
221 | 2025-03-12T21:51:09.856Z | Done |
222 | 2025-03-12T21:51:09.856Z | Done |
223 | 2025-03-12T21:51:10.280Z | Done |
224 | 2025-03-12T21:51:13.904Z | Done |
225 | 2025-03-12T21:51:13.995Z | Done |
226 | 2025-03-12T21:51:14.003Z | Done |
227 | 2025-03-12T21:51:14.183Z | Done |
228 | 2025-03-12T21:51:14.799Z | Planning: Evaluating mediator changes ... Done |
229 | 2025-03-12T21:51:14.803Z | Planning: Merging actions ... Done |
230 | 2025-03-12T21:51:14.993Z | Planning: Checking for conflicting actions ... Done |
231 | 2025-03-12T21:51:14.996Z | Planning: Consolidating action changes ... Done |
232 | 2025-03-12T21:51:15.263Z | Planning: Evaluating mediators ... Done |
233 | 2025-03-12T21:51:15.318Z | Planning: Planning completed in 0.76 seconds |
234 | 2025-03-12T21:51:15.361Z | Packages to change: 1 |
235 | 2025-03-12T21:51:15.371Z | Mediators to change: 1 |
236 | 2025-03-12T21:51:15.372Z | Services to change: 1 |
237 | 2025-03-12T21:51:15.373Z | Create boot environment: No |
238 | 2025-03-12T21:51:15.373Z | Create backup boot environment: Yes |
239 | 2025-03-12T21:51:17.688Z | Actions: 1/6 actions (Updating modified actions) |
240 | 2025-03-12T21:51:17.691Z | Actions: Completed 6 actions in 0.00 seconds. |
241 | 2025-03-12T21:51:17.691Z | Done |
242 | 2025-03-12T21:51:17.691Z | Done |
243 | 2025-03-12T21:51:17.818Z | Done |
244 | 2025-03-12T21:51:21.472Z | Done |
245 | 2025-03-12T21:51:21.565Z | Done |
246 | 2025-03-12T21:51:21.569Z | Done |
247 | 2025-03-12T21:51:21.709Z | Done |
248 | 2025-03-12T21:51:22.157Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
249 | 2025-03-12T21:51:22.157Z | clang system 15 system |
250 | 2025-03-12T21:51:22.157Z | csh system system illumos |
251 | 2025-03-12T21:51:22.157Z | ctags system system illumos |
252 | 2025-03-12T21:51:22.157Z | gcc vendor 12 vendor |
253 | 2025-03-12T21:51:22.157Z | gcc system 10 system |
254 | 2025-03-12T21:51:22.157Z | gcc system 7 system |
255 | 2025-03-12T21:51:22.157Z | go system 1.20 system |
256 | 2025-03-12T21:51:22.157Z | go system 1.19 system |
257 | 2025-03-12T21:51:22.157Z | llvm system 15 system |
258 | 2025-03-12T21:51:22.157Z | llvm system 14 system |
259 | 2025-03-12T21:51:22.157Z | mariadb system 10.6 system |
260 | 2025-03-12T21:51:22.157Z | mta vendor vendor dma |
261 | 2025-03-12T21:51:22.157Z | openjdk system 17 system |
262 | 2025-03-12T21:51:22.157Z | openjdk system 11 system |
263 | 2025-03-12T21:51:22.157Z | openjdk system 1.8 system |
264 | 2025-03-12T21:51:22.157Z | openssl vendor 3 vendor |
265 | 2025-03-12T21:51:22.157Z | perl system 5.36 system |
266 | 2025-03-12T21:51:22.157Z | postgresql system 15 system |
267 | 2025-03-12T21:51:22.157Z | postgresql system 13 system |
268 | 2025-03-12T21:51:22.158Z | python vendor 3 vendor |
269 | 2025-03-12T21:51:22.158Z | python system 2 system |
270 | 2025-03-12T21:51:22.158Z | python3 system 3.11 system |
271 | 2025-03-12T21:51:22.158Z | ruby system 3.0 system |
272 | 2025-03-12T21:51:22.158Z | words vendor vendor american-english |
273 | 2025-03-12T21:51:22.158Z | words system system australian-english |
274 | 2025-03-12T21:51:22.158Z | words system system british-english |
275 | 2025-03-12T21:51:22.158Z | words system system canadian-english |
276 | 2025-03-12T21:51:22.158Z | words system system french |
277 | 2025-03-12T21:51:22.158Z | words system system italian |
278 | 2025-03-12T21:51:22.158Z | words system system ngerman |
279 | 2025-03-12T21:51:22.158Z | words system system ogerman |
280 | 2025-03-12T21:51:22.158Z | words system system spanish |
281 | 2025-03-12T21:51:22.495Z | PUBLISHER TYPE STATUS P LOCATION |
282 | 2025-03-12T21:51:22.495Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
283 | 2025-03-12T21:51:25.630Z | FMRI IFO |
284 | 2025-03-12T21:51:25.630Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
285 | 2025-03-12T21:51:25.630Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
286 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
287 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
288 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
289 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
290 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
291 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
292 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
293 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
294 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
295 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
296 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
297 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
298 | 2025-03-12T21:51:25.631Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
299 | 2025-03-12T21:51:26.466Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
300 | 2025-03-12T21:51:26.763Z | Updating crates.io index |
301 | 2025-03-12T21:51:26.766Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
302 | 2025-03-12T21:51:27.338Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
303 | 2025-03-12T21:51:27.602Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
304 | 2025-03-12T21:51:27.890Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
305 | 2025-03-12T21:51:28.168Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
306 | 2025-03-12T21:51:29.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
307 | 2025-03-12T21:51:31.056Z | Updating git repository `https://github.com/oxidecomputer/opte` |
308 | 2025-03-12T21:51:31.732Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
309 | 2025-03-12T21:51:32.412Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
310 | 2025-03-12T21:51:32.684Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
311 | 2025-03-12T21:51:32.997Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
312 | 2025-03-12T21:51:33.569Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
313 | 2025-03-12T21:51:34.112Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
314 | 2025-03-12T21:51:34.447Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
315 | 2025-03-12T21:51:34.795Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
316 | 2025-03-12T21:51:35.041Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
317 | 2025-03-12T21:51:35.328Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
318 | 2025-03-12T21:51:35.572Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
319 | 2025-03-12T21:51:35.850Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
320 | 2025-03-12T21:51:36.146Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
321 | 2025-03-12T21:51:36.408Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
322 | 2025-03-12T21:51:37.037Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
323 | 2025-03-12T21:51:37.425Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
324 | 2025-03-12T21:51:37.777Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
325 | 2025-03-12T21:51:38.356Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
326 | 2025-03-12T21:51:38.669Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
327 | 2025-03-12T21:51:39.007Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
328 | 2025-03-12T21:51:39.384Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
329 | 2025-03-12T21:51:39.695Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
330 | 2025-03-12T21:51:39.997Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
331 | 2025-03-12T21:51:40.253Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
332 | 2025-03-12T21:51:41.693Z | Downloading crates ... |
333 | 2025-03-12T21:51:41.773Z | Downloaded anstyle v1.0.10 |
334 | 2025-03-12T21:51:41.779Z | Downloaded anstyle-query v1.1.1 |
335 | 2025-03-12T21:51:41.782Z | Downloaded anstream v0.6.15 |
336 | 2025-03-12T21:51:41.787Z | Downloaded equivalent v1.0.1 |
337 | 2025-03-12T21:51:41.793Z | Downloaded swrite v0.1.0 |
338 | 2025-03-12T21:51:41.799Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2025-03-12T21:51:41.809Z | Downloaded winnow v0.7.3 |
340 | 2025-03-12T21:51:41.818Z | Downloaded usdt-attr-macro v0.5.0 |
341 | 2025-03-12T21:51:41.822Z | Downloaded scroll_derive v0.12.0 |
342 | 2025-03-12T21:51:41.822Z | Downloaded pretty-hex v0.4.1 |
343 | 2025-03-12T21:51:41.822Z | Downloaded zerocopy v0.7.35 |
344 | 2025-03-12T21:51:41.835Z | Downloaded heck v0.5.0 |
345 | 2025-03-12T21:51:41.838Z | Downloaded colorchoice v1.0.2 |
346 | 2025-03-12T21:51:41.838Z | Downloaded cargo-platform v0.1.8 |
347 | 2025-03-12T21:51:41.838Z | Downloaded bitflags v1.3.2 |
348 | 2025-03-12T21:51:41.842Z | Downloaded heck v0.4.1 |
349 | 2025-03-12T21:51:41.842Z | Downloaded generic-array v0.14.7 |
350 | 2025-03-12T21:51:41.845Z | Downloaded serde_spanned v0.6.8 |
351 | 2025-03-12T21:51:41.845Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2025-03-12T21:51:41.845Z | Downloaded fs-err v2.11.0 |
353 | 2025-03-12T21:51:41.848Z | Downloaded camino-tempfile v1.1.1 |
354 | 2025-03-12T21:51:41.848Z | Downloaded fastrand v2.1.1 |
355 | 2025-03-12T21:51:41.851Z | Downloaded terminal_size v0.4.0 |
356 | 2025-03-12T21:51:41.851Z | Downloaded smawk v0.3.2 |
357 | 2025-03-12T21:51:41.854Z | Downloaded proc-macro-error-attr v1.0.4 |
358 | 2025-03-12T21:51:41.854Z | Downloaded pest_generator v2.7.14 |
359 | 2025-03-12T21:51:41.854Z | Downloaded memmap v0.7.0 |
360 | 2025-03-12T21:51:41.857Z | Downloaded errno v0.3.9 |
361 | 2025-03-12T21:51:41.858Z | Downloaded version_check v0.9.5 |
362 | 2025-03-12T21:51:41.858Z | Downloaded strsim v0.11.1 |
363 | 2025-03-12T21:51:41.861Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-03-12T21:51:41.861Z | Downloaded terminal_size v0.2.6 |
365 | 2025-03-12T21:51:41.864Z | Downloaded plain v0.2.3 |
366 | 2025-03-12T21:51:41.864Z | Downloaded itoa v1.0.11 |
367 | 2025-03-12T21:51:41.864Z | Downloaded dtrace-parser v0.2.0 |
368 | 2025-03-12T21:51:41.864Z | Downloaded usdt-macro v0.5.0 |
369 | 2025-03-12T21:51:41.867Z | Downloaded toml_datetime v0.6.8 |
370 | 2025-03-12T21:51:41.867Z | Downloaded thiserror-impl v2.0.11 |
371 | 2025-03-12T21:51:41.867Z | Downloaded thiserror v1.0.69 |
372 | 2025-03-12T21:51:41.871Z | Downloaded utf8parse v0.2.2 |
373 | 2025-03-12T21:51:41.874Z | Downloaded usdt v0.5.0 |
374 | 2025-03-12T21:51:41.874Z | Downloaded scroll v0.12.0 |
375 | 2025-03-12T21:51:41.874Z | Downloaded tabled_derive v0.7.0 |
376 | 2025-03-12T21:51:41.878Z | Downloaded macaddr v1.0.1 |
377 | 2025-03-12T21:51:41.878Z | Downloaded digest v0.10.7 |
378 | 2025-03-12T21:51:41.878Z | Downloaded clap_derive v4.5.28 |
379 | 2025-03-12T21:51:41.881Z | Downloaded io-lifetimes v1.0.11 |
380 | 2025-03-12T21:51:41.884Z | Downloaded camino v1.1.9 |
381 | 2025-03-12T21:51:41.884Z | Downloaded crypto-common v0.1.6 |
382 | 2025-03-12T21:51:41.884Z | Downloaded cpufeatures v0.2.14 |
383 | 2025-03-12T21:51:41.888Z | Downloaded unicode-linebreak v0.1.5 |
384 | 2025-03-12T21:51:41.888Z | Downloaded proc-macro-error v1.0.4 |
385 | 2025-03-12T21:51:41.891Z | Downloaded sha2 v0.10.8 |
386 | 2025-03-12T21:51:41.894Z | Downloaded cargo_toml v0.21.0 |
387 | 2025-03-12T21:51:41.894Z | Downloaded thread-id v4.2.2 |
388 | 2025-03-12T21:51:41.894Z | Downloaded semver v1.0.25 |
389 | 2025-03-12T21:51:41.897Z | Downloaded anstyle-parse v0.2.5 |
390 | 2025-03-12T21:51:41.900Z | Downloaded thiserror v2.0.11 |
391 | 2025-03-12T21:51:41.903Z | Downloaded tempfile v3.13.0 |
392 | 2025-03-12T21:51:41.906Z | Downloaded once_cell v1.20.3 |
393 | 2025-03-12T21:51:41.909Z | Downloaded quote v1.0.39 |
394 | 2025-03-12T21:51:41.910Z | Downloaded usdt-impl v0.5.0 |
395 | 2025-03-12T21:51:41.913Z | Downloaded bitflags v2.6.0 |
396 | 2025-03-12T21:51:41.916Z | Downloaded anyhow v1.0.97 |
397 | 2025-03-12T21:51:41.919Z | Downloaded pest_derive v2.7.14 |
398 | 2025-03-12T21:51:41.922Z | Downloaded clap v4.5.31 |
399 | 2025-03-12T21:51:41.927Z | Downloaded thiserror-impl v1.0.69 |
400 | 2025-03-12T21:51:41.931Z | Downloaded unicode-ident v1.0.14 |
401 | 2025-03-12T21:51:41.934Z | Downloaded toml v0.8.20 |
402 | 2025-03-12T21:51:41.937Z | Downloaded typenum v1.17.0 |
403 | 2025-03-12T21:51:41.937Z | Downloaded textwrap v0.16.1 |
404 | 2025-03-12T21:51:41.940Z | Downloaded serde_derive v1.0.218 |
405 | 2025-03-12T21:51:41.943Z | Downloaded ryu v1.0.18 |
406 | 2025-03-12T21:51:41.946Z | Downloaded pest_meta v2.7.14 |
407 | 2025-03-12T21:51:41.946Z | Downloaded papergrid v0.11.0 |
408 | 2025-03-12T21:51:41.950Z | Downloaded log v0.4.22 |
409 | 2025-03-12T21:51:41.953Z | Downloaded ucd-trie v0.1.7 |
410 | 2025-03-12T21:51:41.958Z | Downloaded indexmap v2.7.1 |
411 | 2025-03-12T21:51:41.962Z | Downloaded proc-macro2 v1.0.94 |
412 | 2025-03-12T21:51:41.962Z | Downloaded serde v1.0.218 |
413 | 2025-03-12T21:51:41.965Z | Downloaded cargo_metadata v0.19.2 |
414 | 2025-03-12T21:51:41.965Z | Downloaded clap_lex v0.7.4 |
415 | 2025-03-12T21:51:41.968Z | Downloaded byteorder v1.5.0 |
416 | 2025-03-12T21:51:41.968Z | Downloaded bytecount v0.6.8 |
417 | 2025-03-12T21:51:41.971Z | Downloaded autocfg v1.4.0 |
418 | 2025-03-12T21:51:41.971Z | Downloaded fnv v1.0.7 |
419 | 2025-03-12T21:51:41.974Z | Downloaded dof v0.3.0 |
420 | 2025-03-12T21:51:41.974Z | Downloaded cfg-if v1.0.0 |
421 | 2025-03-12T21:51:41.974Z | Downloaded block-buffer v0.10.4 |
422 | 2025-03-12T21:51:41.980Z | Downloaded toml_edit v0.22.24 |
423 | 2025-03-12T21:51:42.001Z | Downloaded memchr v2.7.4 |
424 | 2025-03-12T21:51:42.005Z | Downloaded hashbrown v0.15.1 |
425 | 2025-03-12T21:51:42.019Z | Downloaded pest v2.7.14 |
426 | 2025-03-12T21:51:42.024Z | Downloaded clap_builder v4.5.31 |
427 | 2025-03-12T21:51:42.031Z | Downloaded goblin v0.8.2 |
428 | 2025-03-12T21:51:42.037Z | Downloaded serde_json v1.0.139 |
429 | 2025-03-12T21:51:42.049Z | Downloaded tabled v0.15.0 |
430 | 2025-03-12T21:51:42.064Z | Downloaded syn v1.0.109 |
431 | 2025-03-12T21:51:42.076Z | Downloaded unicode-width v0.1.14 |
432 | 2025-03-12T21:51:42.083Z | Downloaded syn v2.0.98 |
433 | 2025-03-12T21:51:42.094Z | Downloaded rustix v0.38.37 |
434 | 2025-03-12T21:51:42.115Z | Downloaded rustix v0.37.28 |
435 | 2025-03-12T21:51:42.147Z | Downloaded libc v0.2.170 |
436 | 2025-03-12T21:51:42.285Z | Compiling proc-macro2 v1.0.94 |
437 | 2025-03-12T21:51:42.285Z | Compiling unicode-ident v1.0.14 |
438 | 2025-03-12T21:51:42.288Z | Compiling serde v1.0.218 |
439 | 2025-03-12T21:51:42.288Z | Compiling libc v0.2.170 |
440 | 2025-03-12T21:51:42.288Z | Compiling version_check v0.9.5 |
441 | 2025-03-12T21:51:42.289Z | Compiling memchr v2.7.4 |
442 | 2025-03-12T21:51:42.321Z | Compiling thiserror v1.0.69 |
443 | 2025-03-12T21:51:42.324Z | Compiling ryu v1.0.18 |
444 | 2025-03-12T21:51:42.560Z | Compiling itoa v1.0.11 |
445 | 2025-03-12T21:51:42.679Z | Compiling ucd-trie v0.1.7 |
446 | 2025-03-12T21:51:42.792Z | Compiling once_cell v1.20.3 |
447 | 2025-03-12T21:51:43.035Z | Compiling byteorder v1.5.0 |
448 | 2025-03-12T21:51:43.196Z | Compiling rustix v0.38.37 |
449 | 2025-03-12T21:51:43.339Z | Compiling serde_json v1.0.139 |
450 | 2025-03-12T21:51:43.552Z | Compiling bitflags v2.6.0 |
451 | 2025-03-12T21:51:43.681Z | Compiling usdt-impl v0.5.0 |
452 | 2025-03-12T21:51:43.811Z | Compiling proc-macro-error-attr v1.0.4 |
453 | 2025-03-12T21:51:43.837Z | Compiling syn v1.0.109 |
454 | 2025-03-12T21:51:43.931Z | Compiling io-lifetimes v1.0.11 |
455 | 2025-03-12T21:51:44.018Z | Compiling proc-macro-error v1.0.4 |
456 | 2025-03-12T21:51:44.047Z | Compiling quote v1.0.39 |
457 | 2025-03-12T21:51:44.341Z | Compiling errno v0.3.9 |
458 | 2025-03-12T21:51:44.364Z | Compiling plain v0.2.3 |
459 | 2025-03-12T21:51:44.434Z | Compiling syn v2.0.98 |
460 | 2025-03-12T21:51:44.536Z | Compiling thread-id v4.2.2 |
461 | 2025-03-12T21:51:44.558Z | Compiling equivalent v1.0.1 |
462 | 2025-03-12T21:51:44.581Z | Compiling hashbrown v0.15.1 |
463 | 2025-03-12T21:51:44.633Z | Compiling log v0.4.22 |
464 | 2025-03-12T21:51:44.658Z | Compiling camino v1.1.9 |
465 | 2025-03-12T21:51:44.685Z | Compiling rustix v0.37.28 |
466 | 2025-03-12T21:51:44.709Z | Compiling utf8parse v0.2.2 |
467 | 2025-03-12T21:51:44.874Z | Compiling anstyle-parse v0.2.5 |
468 | 2025-03-12T21:51:45.342Z | Compiling colorchoice v1.0.2 |
469 | 2025-03-12T21:51:45.535Z | Compiling indexmap v2.7.1 |
470 | 2025-03-12T21:51:45.560Z | Compiling is_terminal_polyfill v1.70.1 |
471 | 2025-03-12T21:51:45.620Z | Compiling winnow v0.7.3 |
472 | 2025-03-12T21:51:45.671Z | Compiling semver v1.0.25 |
473 | 2025-03-12T21:51:45.696Z | Compiling autocfg v1.4.0 |
474 | 2025-03-12T21:51:45.717Z | Compiling unicode-width v0.1.14 |
475 | 2025-03-12T21:51:46.129Z | Compiling anstyle v1.0.10 |
476 | 2025-03-12T21:51:46.216Z | Compiling anstyle-query v1.1.1 |
477 | 2025-03-12T21:51:46.386Z | Compiling pretty-hex v0.4.1 |
478 | 2025-03-12T21:51:46.579Z | Compiling thiserror v2.0.11 |
479 | 2025-03-12T21:51:46.653Z | Compiling bitflags v1.3.2 |
480 | 2025-03-12T21:51:46.700Z | Compiling fs-err v2.11.0 |
481 | 2025-03-12T21:51:46.805Z | Compiling anstream v0.6.15 |
482 | 2025-03-12T21:51:47.007Z | Compiling terminal_size v0.4.0 |
483 | 2025-03-12T21:51:47.325Z | Compiling heck v0.4.1 |
484 | 2025-03-12T21:51:47.461Z | Compiling anyhow v1.0.97 |
485 | 2025-03-12T21:51:47.652Z | Compiling heck v0.5.0 |
486 | 2025-03-12T21:51:47.753Z | Compiling clap_lex v0.7.4 |
487 | 2025-03-12T21:51:47.773Z | Compiling cfg-if v1.0.0 |
488 | 2025-03-12T21:51:47.886Z | Compiling fnv v1.0.7 |
489 | 2025-03-12T21:51:48.063Z | Compiling strsim v0.11.1 |
490 | 2025-03-12T21:51:48.093Z | Compiling bytecount v0.6.8 |
491 | 2025-03-12T21:51:48.118Z | Compiling fastrand v2.1.1 |
492 | 2025-03-12T21:51:48.312Z | Compiling papergrid v0.11.0 |
493 | 2025-03-12T21:51:48.582Z | Compiling tempfile v3.13.0 |
494 | 2025-03-12T21:51:48.634Z | Compiling clap_builder v4.5.31 |
495 | 2025-03-12T21:51:48.637Z | Compiling terminal_size v0.2.6 |
496 | 2025-03-12T21:51:48.845Z | Compiling memmap v0.7.0 |
497 | 2025-03-12T21:51:48.869Z | Compiling smawk v0.3.2 |
498 | 2025-03-12T21:51:48.996Z | Compiling unicode-linebreak v0.1.5 |
499 | 2025-03-12T21:51:49.338Z | Compiling swrite v0.1.0 |
500 | 2025-03-12T21:51:49.482Z | Compiling textwrap v0.16.1 |
501 | 2025-03-12T21:51:50.011Z | Compiling tabled_derive v0.7.0 |
502 | 2025-03-12T21:51:51.442Z | Compiling tabled v0.15.0 |
503 | 2025-03-12T21:51:51.522Z | Compiling serde_derive v1.0.218 |
504 | 2025-03-12T21:51:51.522Z | Compiling thiserror-impl v1.0.69 |
505 | 2025-03-12T21:51:51.526Z | Compiling zerocopy-derive v0.7.35 |
506 | 2025-03-12T21:51:51.526Z | Compiling scroll_derive v0.12.0 |
507 | 2025-03-12T21:51:51.526Z | Compiling thiserror-impl v2.0.11 |
508 | 2025-03-12T21:51:51.526Z | Compiling clap_derive v4.5.28 |
509 | 2025-03-12T21:51:53.118Z | Compiling scroll v0.12.0 |
510 | 2025-03-12T21:51:53.553Z | Compiling zerocopy v0.7.35 |
511 | 2025-03-12T21:51:53.652Z | Compiling goblin v0.8.2 |
512 | 2025-03-12T21:51:54.669Z | Compiling pest v2.7.14 |
513 | 2025-03-12T21:51:55.700Z | Compiling clap v4.5.31 |
514 | 2025-03-12T21:51:56.956Z | Compiling pest_meta v2.7.14 |
515 | 2025-03-12T21:51:57.859Z | Compiling pest_generator v2.7.14 |
516 | 2025-03-12T21:51:59.187Z | Compiling pest_derive v2.7.14 |
517 | 2025-03-12T21:51:59.793Z | Compiling dtrace-parser v0.2.0 |
518 | 2025-03-12T21:52:00.639Z | Compiling serde_spanned v0.6.8 |
519 | 2025-03-12T21:52:00.642Z | Compiling toml_datetime v0.6.8 |
520 | 2025-03-12T21:52:00.642Z | Compiling cargo-platform v0.1.8 |
521 | 2025-03-12T21:52:00.937Z | Compiling serde_tokenstream v0.2.2 |
522 | 2025-03-12T21:52:00.941Z | Compiling macaddr v1.0.1 |
523 | 2025-03-12T21:52:01.106Z | Compiling toml_edit v0.22.24 |
524 | 2025-03-12T21:52:01.261Z | Compiling camino-tempfile v1.1.1 |
525 | 2025-03-12T21:52:02.065Z | Compiling dof v0.3.0 |
526 | 2025-03-12T21:52:02.065Z | Compiling cargo_metadata v0.19.2 |
527 | 2025-03-12T21:52:03.573Z | Compiling usdt-macro v0.5.0 |
528 | 2025-03-12T21:52:03.573Z | Compiling usdt-attr-macro v0.5.0 |
529 | 2025-03-12T21:52:03.749Z | Compiling toml v0.8.20 |
530 | 2025-03-12T21:52:04.637Z | Compiling cargo_toml v0.21.0 |
531 | 2025-03-12T21:52:04.840Z | Compiling usdt v0.5.0 |
532 | 2025-03-12T21:52:07.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
533 | 2025-03-12T21:52:10.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.13s |
534 | 2025-03-12T21:52:10.586Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
535 | 2025-03-12T21:52:11.144Z | Downloading crates ... |
536 | 2025-03-12T21:52:11.262Z | Downloaded atty v0.2.14 |
537 | 2025-03-12T21:52:11.268Z | Downloaded async-trait v0.1.87 |
538 | 2025-03-12T21:52:11.271Z | Downloaded atomic-waker v1.1.2 |
539 | 2025-03-12T21:52:11.275Z | Downloaded addr2line v0.24.2 |
540 | 2025-03-12T21:52:11.278Z | Downloaded atomicwrites v0.4.4 |
541 | 2025-03-12T21:52:11.281Z | Downloaded async-stream-impl v0.3.6 |
542 | 2025-03-12T21:52:11.284Z | Downloaded hex v0.4.3 |
543 | 2025-03-12T21:52:11.300Z | Downloaded ident_case v1.0.1 |
544 | 2025-03-12T21:52:11.303Z | Downloaded icu_provider_macros v1.5.0 |
545 | 2025-03-12T21:52:11.307Z | Downloaded http-range v0.1.5 |
546 | 2025-03-12T21:52:11.310Z | Downloaded md5 v0.7.0 |
547 | 2025-03-12T21:52:11.313Z | Downloaded is_ci v1.2.0 |
548 | 2025-03-12T21:52:11.331Z | Downloaded humantime v2.1.0 |
549 | 2025-03-12T21:52:11.334Z | Downloaded hostname v0.3.1 |
550 | 2025-03-12T21:52:11.334Z | Downloaded home v0.5.9 |
551 | 2025-03-12T21:52:11.346Z | Downloaded bit-set v0.5.3 |
552 | 2025-03-12T21:52:11.349Z | Downloaded httpdate v1.0.3 |
553 | 2025-03-12T21:52:11.352Z | Downloaded hyper-tls v0.6.0 |
554 | 2025-03-12T21:52:11.355Z | Downloaded hubpack v0.1.2 |
555 | 2025-03-12T21:52:11.359Z | Downloaded instant v0.1.13 |
556 | 2025-03-12T21:52:11.363Z | Downloaded hubpack_derive v0.1.1 |
557 | 2025-03-12T21:52:11.363Z | Downloaded http-body-util v0.1.2 |
558 | 2025-03-12T21:52:11.363Z | Downloaded hostname v0.4.0 |
559 | 2025-03-12T21:52:11.366Z | Downloaded linear-map v1.2.0 |
560 | 2025-03-12T21:52:11.366Z | Downloaded blake2 v0.10.6 |
561 | 2025-03-12T21:52:11.369Z | Downloaded lazycell v1.3.0 |
562 | 2025-03-12T21:52:11.369Z | Downloaded buf-list v1.0.3 |
563 | 2025-03-12T21:52:11.372Z | Downloaded libsw v3.4.0 |
564 | 2025-03-12T21:52:11.375Z | Downloaded bitfield-struct v0.6.2 |
565 | 2025-03-12T21:52:11.375Z | Downloaded cancel-safe-futures v0.1.5 |
566 | 2025-03-12T21:52:11.378Z | Downloaded multimap v0.10.0 |
567 | 2025-03-12T21:52:11.378Z | Downloaded maplit v1.0.2 |
568 | 2025-03-12T21:52:11.382Z | Downloaded maybe-uninit v2.0.0 |
569 | 2025-03-12T21:52:11.382Z | Downloaded block-padding v0.3.3 |
570 | 2025-03-12T21:52:11.385Z | Downloaded bitfield v0.14.0 |
571 | 2025-03-12T21:52:11.385Z | Downloaded httparse v1.9.5 |
572 | 2025-03-12T21:52:11.388Z | Downloaded cbc v0.1.2 |
573 | 2025-03-12T21:52:11.388Z | Downloaded blowfish v0.9.1 |
574 | 2025-03-12T21:52:11.392Z | Downloaded mockall v0.13.1 |
575 | 2025-03-12T21:52:11.393Z | Downloaded backoff v0.4.0 |
576 | 2025-03-12T21:52:11.397Z | Downloaded hex-literal v0.4.1 |
577 | 2025-03-12T21:52:11.397Z | Downloaded bit-vec v0.6.3 |
578 | 2025-03-12T21:52:11.397Z | Downloaded impl-trait-for-tuples v0.2.2 |
579 | 2025-03-12T21:52:11.400Z | Downloaded match_cfg v0.1.0 |
580 | 2025-03-12T21:52:11.403Z | Downloaded hickory-client v0.24.4 |
581 | 2025-03-12T21:52:11.406Z | Downloaded mime v0.3.17 |
582 | 2025-03-12T21:52:11.406Z | Downloaded lockfree-object-pool v0.1.6 |
583 | 2025-03-12T21:52:11.409Z | Downloaded rtoolbox v0.0.2 |
584 | 2025-03-12T21:52:11.409Z | Downloaded idna_adapter v1.2.0 |
585 | 2025-03-12T21:52:11.412Z | Downloaded rand_chacha v0.9.0 |
586 | 2025-03-12T21:52:11.413Z | Downloaded ciborium-io v0.2.2 |
587 | 2025-03-12T21:52:11.417Z | Downloaded libsw-core v0.3.1 |
588 | 2025-03-12T21:52:11.417Z | Downloaded ipnet v2.11.0 |
589 | 2025-03-12T21:52:11.420Z | Downloaded indent_write v2.2.0 |
590 | 2025-03-12T21:52:11.420Z | Downloaded md-5 v0.10.6 |
591 | 2025-03-12T21:52:11.423Z | Downloaded bit-vec v0.8.0 |
592 | 2025-03-12T21:52:11.423Z | Downloaded jobserver v0.1.32 |
593 | 2025-03-12T21:52:11.428Z | Downloaded icu_locid_transform v1.5.0 |
594 | 2025-03-12T21:52:11.432Z | Downloaded highway v1.3.0 |
595 | 2025-03-12T21:52:11.432Z | Downloaded multer v3.1.0 |
596 | 2025-03-12T21:52:11.432Z | Downloaded lock_api v0.4.12 |
597 | 2025-03-12T21:52:11.435Z | Downloaded icu_normalizer v1.5.0 |
598 | 2025-03-12T21:52:11.439Z | Downloaded litemap v0.7.3 |
599 | 2025-03-12T21:52:11.442Z | Downloaded lalrpop-util v0.19.12 |
600 | 2025-03-12T21:52:11.442Z | Downloaded keccak v0.1.5 |
601 | 2025-03-12T21:52:11.442Z | Downloaded memmap2 v0.9.5 |
602 | 2025-03-12T21:52:11.445Z | Downloaded icu_locid_transform_data v1.5.0 |
603 | 2025-03-12T21:52:11.449Z | Downloaded memoffset v0.9.1 |
604 | 2025-03-12T21:52:11.449Z | Downloaded bb8 v0.8.5 |
605 | 2025-03-12T21:52:11.449Z | Downloaded libloading v0.8.5 |
606 | 2025-03-12T21:52:11.452Z | Downloaded cstr-argument v0.1.2 |
607 | 2025-03-12T21:52:11.452Z | Downloaded crunchy v0.2.2 |
608 | 2025-03-12T21:52:11.455Z | Downloaded crucible-workspace-hack v0.1.0 |
609 | 2025-03-12T21:52:11.455Z | Downloaded internet-checksum v0.2.1 |
610 | 2025-03-12T21:52:11.455Z | Downloaded hyper-staticfile v0.10.1 |
611 | 2025-03-12T21:52:11.458Z | Downloaded constant_time_eq v0.3.1 |
612 | 2025-03-12T21:52:11.458Z | Downloaded chacha20 v0.9.1 |
613 | 2025-03-12T21:52:11.462Z | Downloaded slog-bunyan v2.5.0 |
614 | 2025-03-12T21:52:11.462Z | Downloaded cobs v0.2.3 |
615 | 2025-03-12T21:52:11.465Z | Downloaded termtree v0.4.1 |
616 | 2025-03-12T21:52:11.465Z | Downloaded convert_case v0.4.0 |
617 | 2025-03-12T21:52:11.465Z | Downloaded cipher v0.4.4 |
618 | 2025-03-12T21:52:11.468Z | Downloaded chrono-tz-build v0.4.0 |
619 | 2025-03-12T21:52:11.468Z | Downloaded rustc-hash v2.1.1 |
620 | 2025-03-12T21:52:11.471Z | Downloaded iana-time-zone v0.1.61 |
621 | 2025-03-12T21:52:11.474Z | Downloaded indexmap v1.9.3 |
622 | 2025-03-12T21:52:11.477Z | Downloaded cargo_metadata v0.18.1 |
623 | 2025-03-12T21:52:11.477Z | Downloaded ipnetwork v0.21.1 |
624 | 2025-03-12T21:52:11.481Z | Downloaded icu_locid v1.5.0 |
625 | 2025-03-12T21:52:11.484Z | Downloaded crc-catalog v2.4.0 |
626 | 2025-03-12T21:52:11.487Z | Downloaded async-recursion v1.1.1 |
627 | 2025-03-12T21:52:11.490Z | Downloaded ciborium v0.2.2 |
628 | 2025-03-12T21:52:11.493Z | Downloaded rustc_version v0.1.7 |
629 | 2025-03-12T21:52:11.493Z | Downloaded tower-service v0.3.3 |
630 | 2025-03-12T21:52:11.493Z | Downloaded rustc-hash v1.1.0 |
631 | 2025-03-12T21:52:11.497Z | Downloaded array-init v0.0.4 |
632 | 2025-03-12T21:52:11.497Z | Downloaded hmac v0.12.1 |
633 | 2025-03-12T21:52:11.497Z | Downloaded cexpr v0.6.0 |
634 | 2025-03-12T21:52:11.500Z | Downloaded yoke-derive v0.7.4 |
635 | 2025-03-12T21:52:11.500Z | Downloaded bzip2 v0.4.4 |
636 | 2025-03-12T21:52:11.503Z | Downloaded arrayref v0.3.9 |
637 | 2025-03-12T21:52:11.503Z | Downloaded serde_with_macros v3.12.0 |
638 | 2025-03-12T21:52:11.506Z | Downloaded want v0.3.1 |
639 | 2025-03-12T21:52:11.509Z | Downloaded serde_urlencoded v0.7.1 |
640 | 2025-03-12T21:52:11.509Z | Downloaded base16ct v0.2.0 |
641 | 2025-03-12T21:52:11.512Z | Downloaded adler2 v2.0.0 |
642 | 2025-03-12T21:52:11.512Z | Downloaded async-stream v0.3.6 |
643 | 2025-03-12T21:52:11.515Z | Downloaded sec1 v0.7.3 |
644 | 2025-03-12T21:52:11.515Z | Downloaded scheduled-thread-pool v0.2.7 |
645 | 2025-03-12T21:52:11.519Z | Downloaded ctr v0.9.2 |
646 | 2025-03-12T21:52:11.519Z | Downloaded assert_matches v1.5.0 |
647 | 2025-03-12T21:52:11.523Z | Downloaded foreign-types-shared v0.1.1 |
648 | 2025-03-12T21:52:11.523Z | Downloaded foreign-types-macros v0.2.3 |
649 | 2025-03-12T21:52:11.523Z | Downloaded icu_provider v1.5.0 |
650 | 2025-03-12T21:52:11.526Z | Downloaded lru v0.12.5 |
651 | 2025-03-12T21:52:11.526Z | Downloaded crossbeam-deque v0.8.5 |
652 | 2025-03-12T21:52:11.529Z | Downloaded progenitor-client v0.8.0 |
653 | 2025-03-12T21:52:11.529Z | Downloaded managed v0.8.0 |
654 | 2025-03-12T21:52:11.533Z | Downloaded proc-macro-error-attr2 v2.0.0 |
655 | 2025-03-12T21:52:11.533Z | Downloaded console v0.15.10 |
656 | 2025-03-12T21:52:11.536Z | Downloaded slog-async v2.8.0 |
657 | 2025-03-12T21:52:11.539Z | Downloaded const_format_proc_macros v0.2.34 |
658 | 2025-03-12T21:52:11.539Z | Downloaded ascii-canvas v3.0.0 |
659 | 2025-03-12T21:52:11.542Z | Downloaded r2d2 v0.8.10 |
660 | 2025-03-12T21:52:11.542Z | Downloaded crc v3.2.1 |
661 | 2025-03-12T21:52:11.545Z | Downloaded embedded-io v0.6.1 |
662 | 2025-03-12T21:52:11.545Z | Downloaded static_assertions v1.1.0 |
663 | 2025-03-12T21:52:11.549Z | Downloaded castaway v0.2.3 |
664 | 2025-03-12T21:52:11.549Z | Downloaded indicatif v0.17.11 |
665 | 2025-03-12T21:52:11.552Z | Downloaded tokio-tungstenite v0.24.0 |
666 | 2025-03-12T21:52:11.555Z | Downloaded newtype-uuid v1.2.1 |
667 | 2025-03-12T21:52:11.559Z | Downloaded newline-converter v0.3.0 |
668 | 2025-03-12T21:52:11.559Z | Downloaded termtree v0.5.1 |
669 | 2025-03-12T21:52:11.559Z | Downloaded untrusted v0.9.0 |
670 | 2025-03-12T21:52:11.563Z | Downloaded synstructure v0.13.1 |
671 | 2025-03-12T21:52:11.563Z | Downloaded packed_struct_codegen v0.10.1 |
672 | 2025-03-12T21:52:11.566Z | Downloaded num v0.4.3 |
673 | 2025-03-12T21:52:11.566Z | Downloaded miniz_oxide v0.8.5 |
674 | 2025-03-12T21:52:11.569Z | Downloaded phf_shared v0.10.0 |
675 | 2025-03-12T21:52:11.569Z | Downloaded termcolor v1.4.1 |
676 | 2025-03-12T21:52:11.572Z | Downloaded precomputed-hash v0.1.1 |
677 | 2025-03-12T21:52:11.572Z | Downloaded tap v1.0.1 |
678 | 2025-03-12T21:52:11.572Z | Downloaded progenitor-client v0.9.1 |
679 | 2025-03-12T21:52:11.576Z | Downloaded tui-tree-widget v0.23.0 |
680 | 2025-03-12T21:52:11.576Z | Downloaded phf_generator v0.11.2 |
681 | 2025-03-12T21:52:11.579Z | Downloaded which v4.4.2 |
682 | 2025-03-12T21:52:11.579Z | Downloaded zone v0.3.0 |
683 | 2025-03-12T21:52:11.579Z | Downloaded zone v0.1.8 |
684 | 2025-03-12T21:52:11.582Z | Downloaded crc32fast v1.4.2 |
685 | 2025-03-12T21:52:11.582Z | Downloaded display-error-chain v0.2.2 |
686 | 2025-03-12T21:52:11.585Z | Downloaded base64ct v1.6.0 |
687 | 2025-03-12T21:52:11.588Z | Downloaded fallible-iterator v0.2.0 |
688 | 2025-03-12T21:52:11.588Z | Downloaded bcrypt-pbkdf v0.10.0 |
689 | 2025-03-12T21:52:11.592Z | Downloaded bcs v0.1.6 |
690 | 2025-03-12T21:52:11.592Z | Downloaded salsa20 v0.10.2 |
691 | 2025-03-12T21:52:11.595Z | Downloaded difflib v0.4.0 |
692 | 2025-03-12T21:52:11.595Z | Downloaded dirs-sys-next v0.1.2 |
693 | 2025-03-12T21:52:11.595Z | Downloaded hyper-rustls v0.27.3 |
694 | 2025-03-12T21:52:11.598Z | Downloaded dirs-next v2.0.0 |
695 | 2025-03-12T21:52:11.599Z | Downloaded csv-core v0.1.11 |
696 | 2025-03-12T21:52:11.602Z | Downloaded gethostname v0.5.0 |
697 | 2025-03-12T21:52:11.602Z | Downloaded defmt-parser v0.3.4 |
698 | 2025-03-12T21:52:11.602Z | Downloaded arrayvec v0.7.6 |
699 | 2025-03-12T21:52:11.605Z | Downloaded strum_macros v0.26.4 |
700 | 2025-03-12T21:52:11.613Z | Downloaded futures-core v0.3.31 |
701 | 2025-03-12T21:52:11.616Z | Downloaded icu_collections v1.5.0 |
702 | 2025-03-12T21:52:11.625Z | Downloaded time-core v0.1.2 |
703 | 2025-03-12T21:52:11.628Z | Downloaded ssh-encoding v0.2.0 |
704 | 2025-03-12T21:52:11.631Z | Downloaded nu-ansi-term v0.50.1 |
705 | 2025-03-12T21:52:11.634Z | Downloaded ppv-lite86 v0.2.20 |
706 | 2025-03-12T21:52:11.638Z | Downloaded powerfmt v0.2.0 |
707 | 2025-03-12T21:52:11.639Z | Downloaded phf_shared v0.11.2 |
708 | 2025-03-12T21:52:11.642Z | Downloaded try-lock v0.2.5 |
709 | 2025-03-12T21:52:11.642Z | Downloaded write16 v1.0.0 |
710 | 2025-03-12T21:52:11.642Z | Downloaded pbkdf2 v0.11.0 |
711 | 2025-03-12T21:52:11.656Z | Downloaded rand_chacha v0.3.1 |
712 | 2025-03-12T21:52:11.659Z | Downloaded async-bb8-diesel v0.2.1 |
713 | 2025-03-12T21:52:11.662Z | Downloaded env_logger v0.11.5 |
714 | 2025-03-12T21:52:11.662Z | Downloaded env_logger v0.10.2 |
715 | 2025-03-12T21:52:11.667Z | Downloaded oso-derive v0.27.3 |
716 | 2025-03-12T21:52:11.671Z | Downloaded litrs v0.4.1 |
717 | 2025-03-12T21:52:11.671Z | Downloaded crossbeam-utils v0.8.20 |
718 | 2025-03-12T21:52:11.674Z | Downloaded dunce v1.0.5 |
719 | 2025-03-12T21:52:11.674Z | Downloaded shlex v1.3.0 |
720 | 2025-03-12T21:52:11.677Z | Downloaded rfc6979 v0.4.0 |
721 | 2025-03-12T21:52:11.677Z | Downloaded semver v0.1.20 |
722 | 2025-03-12T21:52:11.677Z | Downloaded compact_str v0.8.0 |
723 | 2025-03-12T21:52:11.680Z | Downloaded rustfmt-wrapper v0.2.1 |
724 | 2025-03-12T21:52:11.683Z | Downloaded headers-core v0.3.0 |
725 | 2025-03-12T21:52:11.683Z | Downloaded term v0.7.0 |
726 | 2025-03-12T21:52:11.686Z | Downloaded opaque-debug v0.3.1 |
727 | 2025-03-12T21:52:11.690Z | Downloaded normalize-line-endings v0.3.0 |
728 | 2025-03-12T21:52:11.690Z | Downloaded slog-dtrace v0.3.0 |
729 | 2025-03-12T21:52:11.693Z | Downloaded bytes v1.10.1 |
730 | 2025-03-12T21:52:11.696Z | Downloaded stable_deref_trait v1.2.0 |
731 | 2025-03-12T21:52:11.696Z | Downloaded mio v1.0.2 |
732 | 2025-03-12T21:52:11.702Z | Downloaded peg-runtime v0.8.5 |
733 | 2025-03-12T21:52:11.705Z | Downloaded tungstenite v0.21.0 |
734 | 2025-03-12T21:52:11.708Z | Downloaded stringprep v0.1.5 |
735 | 2025-03-12T21:52:11.711Z | Downloaded minimal-lexical v0.2.1 |
736 | 2025-03-12T21:52:11.715Z | Downloaded sigpipe v0.1.3 |
737 | 2025-03-12T21:52:11.715Z | Downloaded ssh-cipher v0.2.0 |
738 | 2025-03-12T21:52:11.718Z | Downloaded num-complex v0.4.6 |
739 | 2025-03-12T21:52:11.718Z | Downloaded unicode-xid v0.2.6 |
740 | 2025-03-12T21:52:11.721Z | Downloaded slog v2.7.0 |
741 | 2025-03-12T21:52:11.725Z | Downloaded writeable v0.5.5 |
742 | 2025-03-12T21:52:11.725Z | Downloaded mockall_derive v0.13.1 |
743 | 2025-03-12T21:52:11.729Z | Downloaded rand_core v0.6.4 |
744 | 2025-03-12T21:52:11.729Z | Downloaded diff v0.1.13 |
745 | 2025-03-12T21:52:11.732Z | Downloaded glob v0.3.2 |
746 | 2025-03-12T21:52:11.735Z | Downloaded icu_normalizer_data v1.5.0 |
747 | 2025-03-12T21:52:11.738Z | Downloaded fragile v2.0.0 |
748 | 2025-03-12T21:52:11.738Z | Downloaded base64 v0.13.1 |
749 | 2025-03-12T21:52:11.741Z | Downloaded flagset v0.4.6 |
750 | 2025-03-12T21:52:11.744Z | Downloaded parse-display-derive v0.10.0 |
751 | 2025-03-12T21:52:11.747Z | Downloaded strum v0.26.3 |
752 | 2025-03-12T21:52:11.748Z | Downloaded simd-adler32 v0.3.7 |
753 | 2025-03-12T21:52:11.751Z | Downloaded headers v0.4.0 |
754 | 2025-03-12T21:52:11.754Z | Downloaded chacha20poly1305 v0.10.1 |
755 | 2025-03-12T21:52:11.757Z | Downloaded structmeta-derive v0.3.0 |
756 | 2025-03-12T21:52:11.760Z | Downloaded data-encoding v2.6.0 |
757 | 2025-03-12T21:52:11.760Z | Downloaded slog-term v2.9.1 |
758 | 2025-03-12T21:52:11.763Z | Downloaded zerofrom v0.1.4 |
759 | 2025-03-12T21:52:11.766Z | Downloaded form_urlencoded v1.2.1 |
760 | 2025-03-12T21:52:11.767Z | Downloaded num_enum v0.5.11 |
761 | 2025-03-12T21:52:11.771Z | Downloaded const_format v0.2.34 |
762 | 2025-03-12T21:52:11.776Z | Downloaded base64 v0.22.1 |
763 | 2025-03-12T21:52:11.780Z | Downloaded env_filter v0.1.2 |
764 | 2025-03-12T21:52:11.783Z | Downloaded group v0.13.0 |
765 | 2025-03-12T21:52:11.790Z | Downloaded psl-types v2.0.11 |
766 | 2025-03-12T21:52:11.790Z | Downloaded string_cache v0.8.7 |
767 | 2025-03-12T21:52:11.790Z | Downloaded hickory-server v0.24.4 |
768 | 2025-03-12T21:52:11.794Z | Downloaded endian-type v0.1.2 |
769 | 2025-03-12T21:52:11.794Z | Downloaded zerovec-derive v0.10.3 |
770 | 2025-03-12T21:52:11.798Z | Downloaded serde_path_to_error v0.1.16 |
771 | 2025-03-12T21:52:11.798Z | Downloaded vsss-rs v3.3.4 |
772 | 2025-03-12T21:52:11.801Z | Downloaded signature v2.2.0 |
773 | 2025-03-12T21:52:11.805Z | Downloaded unicode-bidi v0.3.17 |
774 | 2025-03-12T21:52:11.808Z | Downloaded strum_macros v0.25.3 |
775 | 2025-03-12T21:52:11.808Z | Downloaded arc-swap v1.7.1 |
776 | 2025-03-12T21:52:11.811Z | Downloaded base64 v0.21.7 |
777 | 2025-03-12T21:52:11.816Z | Downloaded tiny-keccak v2.0.2 |
778 | 2025-03-12T21:52:11.819Z | Downloaded time-macros v0.2.18 |
779 | 2025-03-12T21:52:11.824Z | Downloaded utf-8 v0.7.6 |
780 | 2025-03-12T21:52:11.824Z | Downloaded socket2 v0.5.8 |
781 | 2025-03-12T21:52:11.827Z | Downloaded russh-cryptovec v0.7.3 |
782 | 2025-03-12T21:52:11.827Z | Downloaded cc v1.2.15 |
783 | 2025-03-12T21:52:11.830Z | Downloaded signal-hook v0.3.17 |
784 | 2025-03-12T21:52:11.834Z | Downloaded peg-macros v0.8.5 |
785 | 2025-03-12T21:52:11.837Z | Downloaded radium v0.7.0 |
786 | 2025-03-12T21:52:11.837Z | Downloaded snafu v0.8.5 |
787 | 2025-03-12T21:52:11.842Z | Downloaded zeroize_derive v1.4.2 |
788 | 2025-03-12T21:52:11.845Z | Downloaded walkdir v2.5.0 |
789 | 2025-03-12T21:52:11.846Z | Downloaded crossbeam-channel v0.5.13 |
790 | 2025-03-12T21:52:11.849Z | Downloaded sqlparser_derive v0.2.2 |
791 | 2025-03-12T21:52:11.852Z | Downloaded pin-utils v0.1.0 |
792 | 2025-03-12T21:52:11.852Z | Downloaded globset v0.4.15 |
793 | 2025-03-12T21:52:11.855Z | Downloaded papergrid v0.14.0 |
794 | 2025-03-12T21:52:11.859Z | Downloaded oxnet v0.1.1 |
795 | 2025-03-12T21:52:11.863Z | Downloaded hash32 v0.2.1 |
796 | 2025-03-12T21:52:11.863Z | Downloaded futures-executor v0.3.31 |
797 | 2025-03-12T21:52:11.866Z | Downloaded pin-project-lite v0.2.14 |
798 | 2025-03-12T21:52:11.869Z | Downloaded fs_extra v1.3.0 |
799 | 2025-03-12T21:52:11.872Z | Downloaded percent-encoding v2.3.1 |
800 | 2025-03-12T21:52:11.872Z | Downloaded olpc-cjson v0.1.4 |
801 | 2025-03-12T21:52:11.875Z | Downloaded xattr v1.3.1 |
802 | 2025-03-12T21:52:11.875Z | Downloaded proc-macro-crate v1.3.1 |
803 | 2025-03-12T21:52:11.875Z | Downloaded num-integer v0.1.46 |
804 | 2025-03-12T21:52:11.878Z | Downloaded num-derive v0.4.2 |
805 | 2025-03-12T21:52:11.881Z | Downloaded typify v0.3.0 |
806 | 2025-03-12T21:52:11.884Z | Downloaded rand_seeder v0.3.0 |
807 | 2025-03-12T21:52:11.884Z | Downloaded steno v0.4.1 |
808 | 2025-03-12T21:52:11.888Z | Downloaded http v1.2.0 |
809 | 2025-03-12T21:52:11.892Z | Downloaded libm v0.2.8 |
810 | 2025-03-12T21:52:11.900Z | Downloaded fixedbitset v0.4.2 |
811 | 2025-03-12T21:52:11.903Z | Downloaded signal-hook-registry v1.4.2 |
812 | 2025-03-12T21:52:11.903Z | Downloaded postgres-types v0.2.9 |
813 | 2025-03-12T21:52:11.907Z | Downloaded fxhash v0.2.1 |
814 | 2025-03-12T21:52:11.910Z | Downloaded serde-hex v0.1.0 |
815 | 2025-03-12T21:52:11.910Z | Downloaded parse-size v1.1.0 |
816 | 2025-03-12T21:52:11.913Z | Downloaded schemars v0.8.22 |
817 | 2025-03-12T21:52:11.923Z | Downloaded num_enum_derive v0.5.11 |
818 | 2025-03-12T21:52:11.927Z | Downloaded ed25519 v2.2.3 |
819 | 2025-03-12T21:52:11.927Z | Downloaded daft v0.1.2 |
820 | 2025-03-12T21:52:11.930Z | Downloaded tls_codec v0.4.1 |
821 | 2025-03-12T21:52:11.934Z | Downloaded strip-ansi-escapes v0.2.0 |
822 | 2025-03-12T21:52:11.934Z | Downloaded slog-stdlog v4.1.1 |
823 | 2025-03-12T21:52:11.934Z | Downloaded oso v0.27.3 |
824 | 2025-03-12T21:52:11.938Z | Downloaded sync-ptr v0.1.1 |
825 | 2025-03-12T21:52:11.941Z | Downloaded deranged v0.3.11 |
826 | 2025-03-12T21:52:11.941Z | Downloaded rustls-pemfile v1.0.4 |
827 | 2025-03-12T21:52:11.944Z | Downloaded futures-channel v0.3.31 |
828 | 2025-03-12T21:52:11.944Z | Downloaded der_derive v0.7.3 |
829 | 2025-03-12T21:52:11.947Z | Downloaded hashbrown v0.13.2 |
830 | 2025-03-12T21:52:11.950Z | Downloaded utf16_iter v1.0.5 |
831 | 2025-03-12T21:52:11.954Z | Downloaded curve25519-dalek-derive v0.1.1 |
832 | 2025-03-12T21:52:11.954Z | Downloaded similar v2.7.0 |
833 | 2025-03-12T21:52:11.958Z | Downloaded diesel_table_macro_syntax v0.2.0 |
834 | 2025-03-12T21:52:11.962Z | Downloaded vte_generate_state_changes v0.1.2 |
835 | 2025-03-12T21:52:11.962Z | Downloaded topological-sort v0.2.2 |
836 | 2025-03-12T21:52:11.962Z | Downloaded rand v0.8.5 |
837 | 2025-03-12T21:52:11.965Z | Downloaded itertools v0.14.0 |
838 | 2025-03-12T21:52:11.973Z | Downloaded new_debug_unreachable v1.0.6 |
839 | 2025-03-12T21:52:11.976Z | Downloaded foreign-types v0.3.2 |
840 | 2025-03-12T21:52:11.976Z | Downloaded progenitor v0.9.1 |
841 | 2025-03-12T21:52:11.980Z | Downloaded progenitor v0.8.0 |
842 | 2025-03-12T21:52:11.980Z | Downloaded blake3 v1.5.4 |
843 | 2025-03-12T21:52:11.987Z | Downloaded signal-hook-mio v0.2.4 |
844 | 2025-03-12T21:52:11.991Z | Downloaded supports-color v3.0.2 |
845 | 2025-03-12T21:52:11.991Z | Downloaded same-file v1.0.6 |
846 | 2025-03-12T21:52:11.994Z | Downloaded rustversion v1.0.17 |
847 | 2025-03-12T21:52:11.997Z | Downloaded serde-big-array v0.5.1 |
848 | 2025-03-12T21:52:11.997Z | Downloaded slab v0.4.9 |
849 | 2025-03-12T21:52:12.002Z | Downloaded rusty-fork v0.3.0 |
850 | 2025-03-12T21:52:12.002Z | Downloaded sqlformat v0.2.6 |
851 | 2025-03-12T21:52:12.005Z | Downloaded thread_local v1.1.8 |
852 | 2025-03-12T21:52:12.005Z | Downloaded twox-hash v2.1.0 |
853 | 2025-03-12T21:52:12.008Z | Downloaded zerocopy v0.6.6 |
854 | 2025-03-12T21:52:12.011Z | Downloaded tungstenite v0.24.0 |
855 | 2025-03-12T21:52:12.014Z | Downloaded value-bag v1.9.0 |
856 | 2025-03-12T21:52:12.018Z | Downloaded thiserror-no-std v2.0.2 |
857 | 2025-03-12T21:52:12.021Z | Downloaded unsafe-libyaml v0.2.11 |
858 | 2025-03-12T21:52:12.025Z | Downloaded dyn-clone v1.0.19 |
859 | 2025-03-12T21:52:12.028Z | Downloaded diesel-dtrace v0.4.2 |
860 | 2025-03-12T21:52:12.029Z | Downloaded wait-timeout v0.2.0 |
861 | 2025-03-12T21:52:12.033Z | Downloaded tokio-util v0.7.13 |
862 | 2025-03-12T21:52:12.036Z | Downloaded number_prefix v0.4.0 |
863 | 2025-03-12T21:52:12.039Z | Downloaded futures-io v0.3.31 |
864 | 2025-03-12T21:52:12.040Z | Downloaded foreign-types-shared v0.3.1 |
865 | 2025-03-12T21:52:12.040Z | Downloaded native-tls v0.2.12 |
866 | 2025-03-12T21:52:12.043Z | Downloaded futures-sink v0.3.31 |
867 | 2025-03-12T21:52:12.043Z | Downloaded fixedbitset v0.5.7 |
868 | 2025-03-12T21:52:12.047Z | Downloaded tower-layer v0.3.3 |
869 | 2025-03-12T21:52:12.047Z | Downloaded parking_lot_core v0.9.10 |
870 | 2025-03-12T21:52:12.050Z | Downloaded tokio-stream v0.1.17 |
871 | 2025-03-12T21:52:12.053Z | Downloaded ref-cast-impl v1.0.23 |
872 | 2025-03-12T21:52:12.053Z | Downloaded pin-project-internal v1.1.6 |
873 | 2025-03-12T21:52:12.058Z | Downloaded tungstenite v0.23.0 |
874 | 2025-03-12T21:52:12.061Z | Downloaded p256 v0.13.2 |
875 | 2025-03-12T21:52:12.064Z | Downloaded downcast v0.11.0 |
876 | 2025-03-12T21:52:12.064Z | Downloaded pem v3.0.5 |
877 | 2025-03-12T21:52:12.068Z | Downloaded paste v1.0.15 |
878 | 2025-03-12T21:52:12.071Z | Downloaded tokio-macros v2.5.0 |
879 | 2025-03-12T21:52:12.071Z | Downloaded pretty-hex v0.2.1 |
880 | 2025-03-12T21:52:12.071Z | Downloaded num-bigint v0.4.6 |
881 | 2025-03-12T21:52:12.076Z | Downloaded uzers v0.12.1 |
882 | 2025-03-12T21:52:12.080Z | Downloaded tokio-native-tls v0.3.1 |
883 | 2025-03-12T21:52:12.083Z | Downloaded tabled_derive v0.10.0 |
884 | 2025-03-12T21:52:12.083Z | Downloaded utf8_iter v1.0.4 |
885 | 2025-03-12T21:52:12.086Z | Downloaded universal-hash v0.5.1 |
886 | 2025-03-12T21:52:12.086Z | Downloaded unicode-truncate v1.1.0 |
887 | 2025-03-12T21:52:12.090Z | Downloaded futures-macro v0.3.31 |
888 | 2025-03-12T21:52:12.090Z | Downloaded funty v2.0.0 |
889 | 2025-03-12T21:52:12.093Z | Downloaded itertools v0.12.1 |
890 | 2025-03-12T21:52:12.098Z | Downloaded nibble_vec v0.1.0 |
891 | 2025-03-12T21:52:12.101Z | Downloaded either v1.14.0 |
892 | 2025-03-12T21:52:12.101Z | Downloaded crossterm v0.28.1 |
893 | 2025-03-12T21:52:12.109Z | Downloaded pkg-config v0.3.31 |
894 | 2025-03-12T21:52:12.112Z | Downloaded num-conv v0.1.0 |
895 | 2025-03-12T21:52:12.115Z | Downloaded num-iter v0.1.45 |
896 | 2025-03-12T21:52:12.115Z | Downloaded take_mut v0.2.2 |
897 | 2025-03-12T21:52:12.115Z | Downloaded sync_wrapper v1.0.1 |
898 | 2025-03-12T21:52:12.118Z | Downloaded predicates-core v1.0.8 |
899 | 2025-03-12T21:52:12.118Z | Downloaded toolchain_find v0.4.0 |
900 | 2025-03-12T21:52:12.118Z | Downloaded tinyvec_macros v0.1.1 |
901 | 2025-03-12T21:52:12.122Z | Downloaded poly1305 v0.8.0 |
902 | 2025-03-12T21:52:12.125Z | Downloaded schemars_derive v0.8.22 |
903 | 2025-03-12T21:52:12.125Z | Downloaded predicates v3.1.3 |
904 | 2025-03-12T21:52:12.128Z | Downloaded pkcs1 v0.7.5 |
905 | 2025-03-12T21:52:12.131Z | Downloaded peg v0.8.5 |
906 | 2025-03-12T21:52:12.135Z | Downloaded darling_macro v0.20.10 |
907 | 2025-03-12T21:52:12.135Z | Downloaded smallvec v0.6.14 |
908 | 2025-03-12T21:52:12.135Z | Downloaded toml_edit v0.19.15 |
909 | 2025-03-12T21:52:12.152Z | Downloaded openssl-probe v0.1.5 |
910 | 2025-03-12T21:52:12.155Z | Downloaded foreign-types v0.5.0 |
911 | 2025-03-12T21:52:12.155Z | Downloaded serde_plain v1.0.2 |
912 | 2025-03-12T21:52:12.155Z | Downloaded quick-error v1.2.3 |
913 | 2025-03-12T21:52:12.159Z | Downloaded password-hash v0.4.2 |
914 | 2025-03-12T21:52:12.159Z | Downloaded newtype_derive v0.1.6 |
915 | 2025-03-12T21:52:12.162Z | Downloaded ghash v0.5.1 |
916 | 2025-03-12T21:52:12.162Z | Downloaded smf v0.2.3 |
917 | 2025-03-12T21:52:12.162Z | Downloaded openssl-macros v0.1.1 |
918 | 2025-03-12T21:52:12.165Z | Downloaded reedline v0.38.0 |
919 | 2025-03-12T21:52:12.170Z | Downloaded tokio-rustls v0.24.1 |
920 | 2025-03-12T21:52:12.173Z | Downloaded zopfli v0.8.1 |
921 | 2025-03-12T21:52:12.177Z | Downloaded tokio-postgres v0.7.13 |
922 | 2025-03-12T21:52:12.180Z | Downloaded waitgroup v0.1.2 |
923 | 2025-03-12T21:52:12.180Z | Downloaded unicode-normalization v0.1.24 |
924 | 2025-03-12T21:52:12.184Z | Downloaded aes-gcm v0.10.3 |
925 | 2025-03-12T21:52:12.187Z | Downloaded russh-keys v0.45.0 |
926 | 2025-03-12T21:52:12.191Z | Downloaded scopeguard v1.2.0 |
927 | 2025-03-12T21:52:12.194Z | Downloaded typify-macro v0.2.0 |
928 | 2025-03-12T21:52:12.194Z | Downloaded hashbrown v0.12.3 |
929 | 2025-03-12T21:52:12.198Z | Downloaded float-cmp v0.10.0 |
930 | 2025-03-12T21:52:12.201Z | Downloaded spki v0.7.3 |
931 | 2025-03-12T21:52:12.201Z | Downloaded ron v0.8.1 |
932 | 2025-03-12T21:52:12.206Z | Downloaded prettyplease v0.2.30 |
933 | 2025-03-12T21:52:12.209Z | Downloaded serde_repr v0.1.19 |
934 | 2025-03-12T21:52:12.213Z | Downloaded defmt v0.3.8 |
935 | 2025-03-12T21:52:12.216Z | Downloaded predicates-tree v1.0.11 |
936 | 2025-03-12T21:52:12.219Z | Downloaded wyz v0.5.1 |
937 | 2025-03-12T21:52:12.219Z | Downloaded vergen v8.3.2 |
938 | 2025-03-12T21:52:12.222Z | Downloaded flate2 v1.1.0 |
939 | 2025-03-12T21:52:12.226Z | Downloaded sha1 v0.10.6 |
940 | 2025-03-12T21:52:12.229Z | Downloaded bitvec v1.0.1 |
941 | 2025-03-12T21:52:12.244Z | Downloaded zone_cfg_derive v0.3.0 |
942 | 2025-03-12T21:52:12.247Z | Downloaded zone_cfg_derive v0.1.2 |
943 | 2025-03-12T21:52:12.247Z | Downloaded futures-task v0.3.31 |
944 | 2025-03-12T21:52:12.247Z | Downloaded derive_builder_macro v0.20.2 |
945 | 2025-03-12T21:52:12.250Z | Downloaded float-ord v0.3.2 |
946 | 2025-03-12T21:52:12.250Z | Downloaded ena v0.14.3 |
947 | 2025-03-12T21:52:12.250Z | Downloaded thiserror-impl-no-std v2.0.2 |
948 | 2025-03-12T21:52:12.253Z | Downloaded subtle v2.6.1 |
949 | 2025-03-12T21:52:12.253Z | Downloaded resolv-conf v0.7.0 |
950 | 2025-03-12T21:52:12.257Z | Downloaded tabwriter v1.4.0 |
951 | 2025-03-12T21:52:12.257Z | Downloaded typify-macro v0.3.0 |
952 | 2025-03-12T21:52:12.257Z | Downloaded tracing-attributes v0.1.27 |
953 | 2025-03-12T21:52:12.260Z | Downloaded rustc-demangle v0.1.24 |
954 | 2025-03-12T21:52:12.260Z | Downloaded ed25519-dalek v2.1.1 |
955 | 2025-03-12T21:52:12.263Z | Downloaded filetime v0.2.25 |
956 | 2025-03-12T21:52:12.267Z | Downloaded tinystr v0.7.6 |
957 | 2025-03-12T21:52:12.271Z | Downloaded slog-scope v4.4.0 |
958 | 2025-03-12T21:52:12.271Z | Downloaded foldhash v0.1.3 |
959 | 2025-03-12T21:52:12.271Z | Downloaded document-features v0.2.10 |
960 | 2025-03-12T21:52:12.274Z | Downloaded embedded-io v0.4.0 |
961 | 2025-03-12T21:52:12.274Z | Downloaded whoami v1.5.2 |
962 | 2025-03-12T21:52:12.277Z | Downloaded ref-cast v1.0.23 |
963 | 2025-03-12T21:52:12.280Z | Downloaded unarray v0.1.4 |
964 | 2025-03-12T21:52:12.280Z | Downloaded slog-json v2.6.1 |
965 | 2025-03-12T21:52:12.280Z | Downloaded progenitor-macro v0.8.0 |
966 | 2025-03-12T21:52:12.283Z | Downloaded progenitor-macro v0.9.1 |
967 | 2025-03-12T21:52:12.283Z | Downloaded rand_xorshift v0.3.0 |
968 | 2025-03-12T21:52:12.287Z | Downloaded rustls-pemfile v2.2.0 |
969 | 2025-03-12T21:52:12.287Z | Downloaded getrandom v0.3.1 |
970 | 2025-03-12T21:52:12.290Z | Downloaded parking_lot_core v0.8.6 |
971 | 2025-03-12T21:52:12.293Z | Downloaded slog-envlogger v2.2.0 |
972 | 2025-03-12T21:52:12.296Z | Downloaded defmt-macros v0.3.9 |
973 | 2025-03-12T21:52:12.296Z | Downloaded lalrpop v0.19.12 |
974 | 2025-03-12T21:52:12.308Z | Downloaded num_threads v0.1.7 |
975 | 2025-03-12T21:52:12.313Z | Downloaded xz2 v0.1.7 |
976 | 2025-03-12T21:52:12.313Z | Downloaded aho-corasick v1.1.3 |
977 | 2025-03-12T21:52:12.317Z | Downloaded heapless v0.8.0 |
978 | 2025-03-12T21:52:12.321Z | Downloaded uuid v1.15.1 |
979 | 2025-03-12T21:52:12.324Z | Downloaded zerovec v0.10.4 |
980 | 2025-03-12T21:52:12.331Z | Downloaded tinyvec v1.8.0 |
981 | 2025-03-12T21:52:12.335Z | Downloaded salty v0.3.0 |
982 | 2025-03-12T21:52:12.341Z | Downloaded darling_core v0.20.10 |
983 | 2025-03-12T21:52:12.346Z | Downloaded darling v0.20.10 |
984 | 2025-03-12T21:52:12.351Z | Downloaded unicode-properties v0.1.3 |
985 | 2025-03-12T21:52:12.354Z | Downloaded winnow v0.6.20 |
986 | 2025-03-12T21:52:12.362Z | Downloaded daft-derive v0.1.2 |
987 | 2025-03-12T21:52:12.366Z | Downloaded pkcs5 v0.7.1 |
988 | 2025-03-12T21:52:12.370Z | Downloaded elliptic-curve v0.13.8 |
989 | 2025-03-12T21:52:12.374Z | Downloaded tracing v0.1.40 |
990 | 2025-03-12T21:52:12.381Z | Downloaded subprocess v0.2.9 |
991 | 2025-03-12T21:52:12.384Z | Downloaded winnow v0.5.40 |
992 | 2025-03-12T21:52:12.391Z | Downloaded vte v0.11.1 |
993 | 2025-03-12T21:52:12.394Z | Downloaded quinn v0.11.5 |
994 | 2025-03-12T21:52:12.398Z | Downloaded pkcs8 v0.10.2 |
995 | 2025-03-12T21:52:12.401Z | Downloaded parking_lot v0.11.2 |
996 | 2025-03-12T21:52:12.405Z | Downloaded portable-atomic v1.9.0 |
997 | 2025-03-12T21:52:12.409Z | Downloaded der v0.7.9 |
998 | 2025-03-12T21:52:12.415Z | Downloaded tough v0.19.0 |
999 | 2025-03-12T21:52:12.423Z | Downloaded password-hash v0.5.0 |
1000 | 2025-03-12T21:52:12.427Z | Downloaded x509-cert v0.2.5 |
1001 | 2025-03-12T21:52:12.431Z | Downloaded rayon-core v1.12.1 |
1002 | 2025-03-12T21:52:12.436Z | Downloaded rsa v0.9.6 |
1003 | 2025-03-12T21:52:12.441Z | Downloaded icu_properties_data v1.5.0 |
1004 | 2025-03-12T21:52:12.453Z | Downloaded unicode-segmentation v1.12.0 |
1005 | 2025-03-12T21:52:12.456Z | Downloaded git2 v0.19.0 |
1006 | 2025-03-12T21:52:12.465Z | Downloaded h2 v0.4.6 |
1007 | 2025-03-12T21:52:12.473Z | Downloaded qorb v0.2.1 |
1008 | 2025-03-12T21:52:12.477Z | Downloaded publicsuffix v2.3.0 |
1009 | 2025-03-12T21:52:12.480Z | Downloaded quick-xml v0.37.2 |
1010 | 2025-03-12T21:52:12.487Z | Downloaded tower v0.5.2 |
1011 | 2025-03-12T21:52:12.496Z | Downloaded sqlparser v0.45.0 |
1012 | 2025-03-12T21:52:12.503Z | Downloaded vcpkg v0.2.15 |
1013 | 2025-03-12T21:52:12.543Z | Downloaded nom v7.1.3 |
1014 | 2025-03-12T21:52:12.548Z | Downloaded russh v0.45.0 |
1015 | 2025-03-12T21:52:12.554Z | Downloaded p521 v0.13.3 |
1016 | 2025-03-12T21:52:12.557Z | Downloaded quinn-proto v0.11.8 |
1017 | 2025-03-12T21:52:12.564Z | Downloaded parse-zoneinfo v0.3.1 |
1018 | 2025-03-12T21:52:12.567Z | Downloaded webpki-roots v0.26.6 |
1019 | 2025-03-12T21:52:12.571Z | Downloaded chrono v0.4.40 |
1020 | 2025-03-12T21:52:12.579Z | Downloaded proptest v1.6.0 |
1021 | 2025-03-12T21:52:12.589Z | Downloaded rustls-webpki v0.102.8 |
1022 | 2025-03-12T21:52:12.608Z | Downloaded bindgen v0.71.1 |
1023 | 2025-03-12T21:52:12.615Z | Downloaded bindgen v0.69.5 |
1024 | 2025-03-12T21:52:12.623Z | Downloaded radix_trie v0.2.1 |
1025 | 2025-03-12T21:52:12.629Z | Downloaded rustls-webpki v0.101.7 |
1026 | 2025-03-12T21:52:12.643Z | Downloaded bstr v1.10.0 |
1027 | 2025-03-12T21:52:12.655Z | Downloaded regex-syntax v0.8.5 |
1028 | 2025-03-12T21:52:12.664Z | Downloaded zerocopy v0.8.10 |
1029 | 2025-03-12T21:52:12.688Z | Downloaded tabled v0.18.0 |
1030 | 2025-03-12T21:52:12.705Z | Downloaded petname v2.0.2 |
1031 | 2025-03-12T21:52:12.711Z | Downloaded hickory-proto v0.24.4 |
1032 | 2025-03-12T21:52:12.728Z | Downloaded futures-util v0.3.31 |
1033 | 2025-03-12T21:52:12.739Z | Downloaded smoltcp v0.9.1 |
1034 | 2025-03-12T21:52:12.751Z | Downloaded reqwest v0.12.12 |
1035 | 2025-03-12T21:52:12.760Z | Downloaded rayon v1.10.0 |
1036 | 2025-03-12T21:52:12.770Z | Downloaded regex-syntax v0.6.29 |
1037 | 2025-03-12T21:52:12.777Z | Downloaded regex v1.11.1 |
1038 | 2025-03-12T21:52:12.791Z | Downloaded smoltcp v0.11.0 |
1039 | 2025-03-12T21:52:12.804Z | Downloaded nix v0.29.0 |
1040 | 2025-03-12T21:52:12.816Z | Downloaded chrono-tz v0.10.1 |
1041 | 2025-03-12T21:52:12.824Z | Downloaded rustls v0.22.4 |
1042 | 2025-03-12T21:52:12.838Z | Downloaded rustls v0.23.19 |
1043 | 2025-03-12T21:52:12.850Z | Downloaded object v0.30.4 |
1044 | 2025-03-12T21:52:12.861Z | Downloaded polar-core v0.27.3 |
1045 | 2025-03-12T21:52:12.869Z | Downloaded nix v0.28.0 |
1046 | 2025-03-12T21:52:12.881Z | Downloaded ratatui v0.29.0 |
1047 | 2025-03-12T21:52:12.902Z | Downloaded regress v0.10.3 |
1048 | 2025-03-12T21:52:12.914Z | Downloaded dropshot v0.12.0 |
1049 | 2025-03-12T21:52:12.931Z | Downloaded object v0.36.5 |
1050 | 2025-03-12T21:52:12.943Z | Downloaded dropshot v0.16.0 |
1051 | 2025-03-12T21:52:12.964Z | Downloaded sled v0.34.7 |
1052 | 2025-03-12T21:52:12.975Z | Downloaded diesel v2.2.8 |
1053 | 2025-03-12T21:52:12.993Z | Downloaded typify-impl v0.2.0 |
1054 | 2025-03-12T21:52:13.009Z | Downloaded curve25519-dalek v4.1.3 |
1055 | 2025-03-12T21:52:13.018Z | Downloaded openapiv3 v2.0.0 |
1056 | 2025-03-12T21:52:13.031Z | Downloaded lzma-sys v0.1.20 |
1057 | 2025-03-12T21:52:13.060Z | Downloaded typify-impl v0.3.0 |
1058 | 2025-03-12T21:52:13.075Z | Downloaded zerocopy-derive v0.6.6 |
1059 | 2025-03-12T21:52:13.085Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1060 | 2025-03-12T21:52:13.097Z | Downloaded gimli v0.31.1 |
1061 | 2025-03-12T21:52:13.108Z | Downloaded unicode-width v0.2.0 |
1062 | 2025-03-12T21:52:13.112Z | Downloaded libz-sys v1.1.20 |
1063 | 2025-03-12T21:52:13.134Z | Downloaded openssl v0.10.71 |
1064 | 2025-03-12T21:52:13.143Z | Downloaded regex-automata v0.4.8 |
1065 | 2025-03-12T21:52:13.160Z | Downloaded p384 v0.13.0 |
1066 | 2025-03-12T21:52:13.166Z | Downloaded rustls v0.21.12 |
1067 | 2025-03-12T21:52:13.177Z | Downloaded nix v0.27.1 |
1068 | 2025-03-12T21:52:13.188Z | Downloaded test-strategy v0.4.0 |
1069 | 2025-03-12T21:52:13.191Z | Downloaded petgraph v0.7.1 |
1070 | 2025-03-12T21:52:13.209Z | Downloaded flume v0.11.1 |
1071 | 2025-03-12T21:52:13.213Z | Downloaded openssl-sys v0.9.106 |
1072 | 2025-03-12T21:52:13.218Z | Downloaded petgraph v0.6.5 |
1073 | 2025-03-12T21:52:13.235Z | Downloaded diesel_derives v2.2.3 |
1074 | 2025-03-12T21:52:13.239Z | Downloaded typed-path v0.9.3 |
1075 | 2025-03-12T21:52:13.244Z | Downloaded tokio v1.43.0 |
1076 | 2025-03-12T21:52:13.281Z | Downloaded csv v1.3.1 |
1077 | 2025-03-12T21:52:13.413Z | Downloaded heapless v0.7.17 |
1078 | 2025-03-12T21:52:13.418Z | Downloaded time v0.3.36 |
1079 | 2025-03-12T21:52:13.418Z | Downloaded scrypt v0.11.0 |
1080 | 2025-03-12T21:52:13.418Z | Downloaded num-rational v0.4.2 |
1081 | 2025-03-12T21:52:13.418Z | Downloaded tokio-rustls v0.25.0 |
1082 | 2025-03-12T21:52:13.418Z | Downloaded parking_lot v0.12.3 |
1083 | 2025-03-12T21:52:13.418Z | Downloaded pretty_assertions v1.4.1 |
1084 | 2025-03-12T21:52:13.418Z | Downloaded ff v0.13.0 |
1085 | 2025-03-12T21:52:13.418Z | Downloaded secrecy v0.8.0 |
1086 | 2025-03-12T21:52:13.419Z | Downloaded nodrop v0.1.14 |
1087 | 2025-03-12T21:52:13.419Z | Downloaded sha3 v0.10.8 |
1088 | 2025-03-12T21:52:13.419Z | Downloaded tls_codec_derive v0.4.1 |
1089 | 2025-03-12T21:52:13.419Z | Downloaded smallvec v1.14.0 |
1090 | 2025-03-12T21:52:13.419Z | Downloaded num-bigint-dig v0.8.4 |
1091 | 2025-03-12T21:52:13.419Z | Downloaded spin v0.9.8 |
1092 | 2025-03-12T21:52:13.419Z | Downloaded yansi v1.0.1 |
1093 | 2025-03-12T21:52:13.419Z | Downloaded url v2.5.3 |
1094 | 2025-03-12T21:52:13.419Z | Downloaded serde_with v3.12.0 |
1095 | 2025-03-12T21:52:13.419Z | Downloaded samael v0.0.18 |
1096 | 2025-03-12T21:52:13.419Z | Downloaded tracing-core v0.1.32 |
1097 | 2025-03-12T21:52:13.419Z | Downloaded omicron-zone-package v0.12.0 |
1098 | 2025-03-12T21:52:13.419Z | Downloaded zerocopy-derive v0.8.10 |
1099 | 2025-03-12T21:52:13.419Z | Downloaded ssh-key v0.6.6 |
1100 | 2025-03-12T21:52:13.419Z | Downloaded displaydoc v0.2.5 |
1101 | 2025-03-12T21:52:13.419Z | Downloaded hkdf v0.12.4 |
1102 | 2025-03-12T21:52:13.419Z | Downloaded unicase v2.7.0 |
1103 | 2025-03-12T21:52:13.419Z | Downloaded ecdsa v0.16.9 |
1104 | 2025-03-12T21:52:13.419Z | Downloaded futures v0.3.31 |
1105 | 2025-03-12T21:52:13.419Z | Downloaded derive-where v1.2.7 |
1106 | 2025-03-12T21:52:13.419Z | Downloaded pem-rfc7468 v0.7.0 |
1107 | 2025-03-12T21:52:13.420Z | Downloaded rcgen v0.12.1 |
1108 | 2025-03-12T21:52:13.420Z | Downloaded derive_more v0.99.19 |
1109 | 2025-03-12T21:52:13.420Z | Downloaded ring v0.17.11 |
1110 | 2025-03-12T21:52:13.441Z | Downloaded encoding_rs v0.8.34 |
1111 | 2025-03-12T21:52:13.460Z | Downloaded rand v0.9.0 |
1112 | 2025-03-12T21:52:13.464Z | Downloaded unicode_categories v0.1.1 |
1113 | 2025-03-12T21:52:13.467Z | Downloaded rustc_version v0.4.1 |
1114 | 2025-03-12T21:52:13.467Z | Downloaded polyval v0.6.2 |
1115 | 2025-03-12T21:52:13.471Z | Downloaded primeorder v0.13.6 |
1116 | 2025-03-12T21:52:13.471Z | Downloaded half v2.4.1 |
1117 | 2025-03-12T21:52:13.474Z | Downloaded fatfs v0.3.6 |
1118 | 2025-03-12T21:52:13.477Z | Downloaded aes v0.8.4 |
1119 | 2025-03-12T21:52:13.480Z | Downloaded pbkdf2 v0.12.2 |
1120 | 2025-03-12T21:52:13.481Z | Downloaded hash32 v0.3.1 |
1121 | 2025-03-12T21:52:13.481Z | Downloaded signal-hook-tokio v0.3.1 |
1122 | 2025-03-12T21:52:13.484Z | Downloaded phf_codegen v0.11.2 |
1123 | 2025-03-12T21:52:13.484Z | Downloaded nanorand v0.7.0 |
1124 | 2025-03-12T21:52:13.484Z | Downloaded heck v0.3.3 |
1125 | 2025-03-12T21:52:13.487Z | Downloaded tokio-rustls v0.26.0 |
1126 | 2025-03-12T21:52:13.488Z | Downloaded rustyline v14.0.0 |
1127 | 2025-03-12T21:52:13.491Z | Downloaded structmeta v0.3.0 |
1128 | 2025-03-12T21:52:13.495Z | Downloaded tokio-tungstenite v0.23.1 |
1129 | 2025-03-12T21:52:13.495Z | Downloaded itertools v0.13.0 |
1130 | 2025-03-12T21:52:13.503Z | Downloaded owo-colors v4.2.0 |
1131 | 2025-03-12T21:52:13.506Z | Downloaded rand_core v0.9.2 |
1132 | 2025-03-12T21:52:13.506Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1133 | 2025-03-12T21:52:13.562Z | Downloaded proc-macro-error2 v2.0.1 |
1134 | 2025-03-12T21:52:13.565Z | Downloaded num-traits v0.2.19 |
1135 | 2025-03-12T21:52:13.569Z | Downloaded libxml v0.3.3 |
1136 | 2025-03-12T21:52:13.572Z | Downloaded dropshot_endpoint v0.12.0 |
1137 | 2025-03-12T21:52:13.575Z | Downloaded rustls-pki-types v1.10.0 |
1138 | 2025-03-12T21:52:13.579Z | Downloaded postgres-protocol v0.6.8 |
1139 | 2025-03-12T21:52:13.582Z | Downloaded phf v0.11.2 |
1140 | 2025-03-12T21:52:13.583Z | Downloaded tokio-tungstenite v0.21.0 |
1141 | 2025-03-12T21:52:13.587Z | Downloaded strum_macros v0.24.3 |
1142 | 2025-03-12T21:52:13.587Z | Downloaded dropshot_endpoint v0.16.0 |
1143 | 2025-03-12T21:52:13.590Z | Downloaded itertools v0.10.5 |
1144 | 2025-03-12T21:52:13.593Z | Downloaded idna v1.0.3 |
1145 | 2025-03-12T21:52:13.596Z | Downloaded backtrace v0.3.74 |
1146 | 2025-03-12T21:52:13.601Z | Downloaded toml v0.7.8 |
1147 | 2025-03-12T21:52:13.604Z | Downloaded pin-project v1.1.6 |
1148 | 2025-03-12T21:52:13.614Z | Downloaded expectorate v1.1.0 |
1149 | 2025-03-12T21:52:13.622Z | Downloaded zip v2.1.3 |
1150 | 2025-03-12T21:52:13.622Z | Downloaded enum-as-inner v0.6.1 |
1151 | 2025-03-12T21:52:13.622Z | Downloaded serde_derive_internals v0.29.1 |
1152 | 2025-03-12T21:52:13.626Z | Downloaded zeroize v1.8.1 |
1153 | 2025-03-12T21:52:13.626Z | Downloaded postcard v1.0.10 |
1154 | 2025-03-12T21:52:13.626Z | Downloaded hyper v1.6.0 |
1155 | 2025-03-12T21:52:13.632Z | Downloaded zerofrom-derive v0.1.4 |
1156 | 2025-03-12T21:52:13.637Z | Downloaded tar v0.4.44 |
1157 | 2025-03-12T21:52:13.637Z | Downloaded crypto-bigint v0.5.5 |
1158 | 2025-03-12T21:52:13.642Z | Downloaded siphasher v0.3.11 |
1159 | 2025-03-12T21:52:13.645Z | Downloaded ron v0.7.1 |
1160 | 2025-03-12T21:52:13.649Z | Downloaded getrandom v0.2.15 |
1161 | 2025-03-12T21:52:13.653Z | Downloaded fd-lock v4.0.2 |
1162 | 2025-03-12T21:52:13.653Z | Downloaded progenitor-impl v0.9.1 |
1163 | 2025-03-12T21:52:13.656Z | Downloaded progenitor-impl v0.8.0 |
1164 | 2025-03-12T21:52:13.656Z | Downloaded des v0.8.1 |
1165 | 2025-03-12T21:52:13.659Z | Downloaded zip v0.6.6 |
1166 | 2025-03-12T21:52:13.662Z | Downloaded rpassword v7.3.1 |
1167 | 2025-03-12T21:52:13.663Z | Downloaded quinn-udp v0.5.5 |
1168 | 2025-03-12T21:52:13.666Z | Downloaded typify v0.2.0 |
1169 | 2025-03-12T21:52:13.666Z | Downloaded parse-display v0.10.0 |
1170 | 2025-03-12T21:52:13.669Z | Downloaded dsl_auto_type v0.1.2 |
1171 | 2025-03-12T21:52:13.669Z | Downloaded debug-ignore v1.0.5 |
1172 | 2025-03-12T21:52:13.669Z | Downloaded allocator-api2 v0.2.18 |
1173 | 2025-03-12T21:52:13.672Z | Downloaded crossbeam-epoch v0.9.18 |
1174 | 2025-03-12T21:52:13.675Z | Downloaded derive_builder_core v0.20.2 |
1175 | 2025-03-12T21:52:13.679Z | Downloaded derive_builder v0.20.2 |
1176 | 2025-03-12T21:52:13.682Z | Downloaded yoke v0.7.4 |
1177 | 2025-03-12T21:52:13.685Z | Downloaded yasna v0.5.2 |
1178 | 2025-03-12T21:52:13.685Z | Downloaded serde_yaml v0.9.34+deprecated |
1179 | 2025-03-12T21:52:13.688Z | Downloaded crc-any v2.5.0 |
1180 | 2025-03-12T21:52:13.692Z | Downloaded path-slash v0.1.5 |
1181 | 2025-03-12T21:52:13.692Z | Downloaded hickory-resolver v0.24.4 |
1182 | 2025-03-12T21:52:13.696Z | Downloaded packed_struct v0.10.1 |
1183 | 2025-03-12T21:52:13.696Z | Downloaded icu_properties v1.5.1 |
1184 | 2025-03-12T21:52:13.699Z | Downloaded shell-words v1.1.0 |
1185 | 2025-03-12T21:52:13.699Z | Downloaded snafu-derive v0.8.5 |
1186 | 2025-03-12T21:52:13.702Z | Downloaded ahash v0.8.11 |
1187 | 2025-03-12T21:52:13.702Z | Downloaded cookie v0.18.1 |
1188 | 2025-03-12T21:52:13.706Z | Downloaded const-oid v0.9.6 |
1189 | 2025-03-12T21:52:13.709Z | Downloaded clang-sys v1.8.1 |
1190 | 2025-03-12T21:52:13.709Z | Downloaded mime_guess v2.0.5 |
1191 | 2025-03-12T21:52:13.713Z | Downloaded sct v0.7.1 |
1192 | 2025-03-12T21:52:13.713Z | Downloaded bumpalo v3.16.0 |
1193 | 2025-03-12T21:52:13.716Z | Downloaded hyper-util v0.1.10 |
1194 | 2025-03-12T21:52:13.719Z | Downloaded termios v0.3.3 |
1195 | 2025-03-12T21:52:13.722Z | Downloaded cookie_store v0.21.1 |
1196 | 2025-03-12T21:52:13.725Z | Downloaded argon2 v0.5.3 |
1197 | 2025-03-12T21:52:13.725Z | Downloaded colored v2.2.0 |
1198 | 2025-03-12T21:52:13.729Z | Downloaded aead v0.5.2 |
1199 | 2025-03-12T21:52:13.729Z | Downloaded untrusted v0.7.1 |
1200 | 2025-03-12T21:52:13.729Z | Downloaded cmake v0.1.51 |
1201 | 2025-03-12T21:52:13.732Z | Downloaded ciborium-ll v0.2.2 |
1202 | 2025-03-12T21:52:13.732Z | Downloaded http-body v1.0.1 |
1203 | 2025-03-12T21:52:13.732Z | Downloaded cassowary v0.3.0 |
1204 | 2025-03-12T21:52:13.735Z | Downloaded lazy_static v1.5.0 |
1205 | 2025-03-12T21:52:13.735Z | Downloaded is-terminal v0.4.13 |
1206 | 2025-03-12T21:52:13.738Z | Downloaded cfg_aliases v0.2.1 |
1207 | 2025-03-12T21:52:13.738Z | Downloaded cfg_aliases v0.1.1 |
1208 | 2025-03-12T21:52:13.738Z | Downloaded lru-cache v0.1.2 |
1209 | 2025-03-12T21:52:13.738Z | Downloaded libefi-sys v0.1.0 |
1210 | 2025-03-12T21:52:13.742Z | Downloaded linked-hash-map v0.5.6 |
1211 | 2025-03-12T21:52:13.742Z | Downloaded kstat-rs v0.2.4 |
1212 | 2025-03-12T21:52:13.742Z | Downloaded instability v0.3.2 |
1213 | 2025-03-12T21:52:13.745Z | Downloaded indoc v2.0.6 |
1214 | 2025-03-12T21:52:13.745Z | Downloaded bit-set v0.8.0 |
1215 | 2025-03-12T21:52:13.748Z | Downloaded aws-lc-rs v1.12.4 |
1216 | 2025-03-12T21:52:13.754Z | Downloaded inout v0.1.3 |
1217 | 2025-03-12T21:52:13.758Z | Downloaded indoc v1.0.9 |
1218 | 2025-03-12T21:52:14.134Z | Downloaded aws-lc-sys v0.26.0 |
1219 | 2025-03-12T21:52:14.450Z | Compiling serde v1.0.218 |
1220 | 2025-03-12T21:52:14.454Z | Compiling value-bag v1.9.0 |
1221 | 2025-03-12T21:52:14.454Z | Compiling lock_api v0.4.12 |
1222 | 2025-03-12T21:52:14.454Z | Compiling scopeguard v1.2.0 |
1223 | 2025-03-12T21:52:14.454Z | Compiling typenum v1.17.0 |
1224 | 2025-03-12T21:52:14.606Z | Compiling generic-array v0.14.7 |
1225 | 2025-03-12T21:52:14.647Z | Compiling syn v2.0.98 |
1226 | 2025-03-12T21:52:14.663Z | Compiling getrandom v0.2.15 |
1227 | 2025-03-12T21:52:14.821Z | Compiling shlex v1.3.0 |
1228 | 2025-03-12T21:52:14.984Z | Compiling log v0.4.22 |
1229 | 2025-03-12T21:52:15.080Z | Compiling rand_core v0.6.4 |
1230 | 2025-03-12T21:52:15.133Z | Compiling jobserver v0.1.32 |
1231 | 2025-03-12T21:52:15.171Z | Compiling subtle v2.6.1 |
1232 | 2025-03-12T21:52:15.193Z | Compiling smallvec v1.14.0 |
1233 | 2025-03-12T21:52:15.498Z | Compiling cc v1.2.15 |
1234 | 2025-03-12T21:52:15.518Z | Compiling const-oid v0.9.6 |
1235 | 2025-03-12T21:52:15.568Z | Compiling pin-project-lite v0.2.14 |
1236 | 2025-03-12T21:52:15.614Z | Compiling parking_lot_core v0.9.10 |
1237 | 2025-03-12T21:52:15.689Z | Compiling rustix v0.38.37 |
1238 | 2025-03-12T21:52:15.749Z | Compiling signal-hook-registry v1.4.2 |
1239 | 2025-03-12T21:52:15.908Z | Compiling futures-core v0.3.31 |
1240 | 2025-03-12T21:52:16.152Z | Compiling mio v1.0.2 |
1241 | 2025-03-12T21:52:16.391Z | Compiling spin v0.9.8 |
1242 | 2025-03-12T21:52:16.495Z | Compiling parking_lot v0.12.3 |
1243 | 2025-03-12T21:52:16.605Z | Compiling socket2 v0.5.8 |
1244 | 2025-03-12T21:52:16.922Z | Compiling aho-corasick v1.1.3 |
1245 | 2025-03-12T21:52:17.002Z | Compiling stable_deref_trait v1.2.0 |
1246 | 2025-03-12T21:52:17.123Z | Compiling futures-sink v0.3.31 |
1247 | 2025-03-12T21:52:17.279Z | Compiling cpufeatures v0.2.14 |
1248 | 2025-03-12T21:52:17.330Z | Compiling regex-syntax v0.8.5 |
1249 | 2025-03-12T21:52:17.401Z | Compiling either v1.14.0 |
1250 | 2025-03-12T21:52:17.501Z | Compiling slab v0.4.9 |
1251 | 2025-03-12T21:52:17.584Z | Compiling glob v0.3.2 |
1252 | 2025-03-12T21:52:17.671Z | Compiling prettyplease v0.2.30 |
1253 | 2025-03-12T21:52:17.795Z | Compiling lazy_static v1.5.0 |
1254 | 2025-03-12T21:52:17.946Z | Compiling serde_json v1.0.139 |
1255 | 2025-03-12T21:52:18.051Z | Compiling minimal-lexical v0.2.1 |
1256 | 2025-03-12T21:52:18.294Z | Compiling futures-channel v0.3.31 |
1257 | 2025-03-12T21:52:18.318Z | Compiling libloading v0.8.5 |
1258 | 2025-03-12T21:52:18.431Z | Compiling clang-sys v1.8.1 |
1259 | 2025-03-12T21:52:18.587Z | Compiling nom v7.1.3 |
1260 | 2025-03-12T21:52:18.698Z | Compiling allocator-api2 v0.2.18 |
1261 | 2025-03-12T21:52:18.719Z | Compiling bindgen v0.69.5 |
1262 | 2025-03-12T21:52:19.194Z | Compiling futures-io v0.3.31 |
1263 | 2025-03-12T21:52:19.478Z | Compiling pin-utils v0.1.0 |
1264 | 2025-03-12T21:52:19.497Z | Compiling foldhash v0.1.3 |
1265 | 2025-03-12T21:52:19.534Z | Compiling home v0.5.9 |
1266 | 2025-03-12T21:52:19.573Z | Compiling futures-task v0.3.31 |
1267 | 2025-03-12T21:52:19.746Z | Compiling hashbrown v0.15.1 |
1268 | 2025-03-12T21:52:19.792Z | Compiling itertools v0.12.1 |
1269 | 2025-03-12T21:52:19.878Z | Compiling rustc-hash v1.1.0 |
1270 | 2025-03-12T21:52:20.050Z | Compiling pkg-config v0.3.31 |
1271 | 2025-03-12T21:52:20.961Z | Compiling lazycell v1.3.0 |
1272 | 2025-03-12T21:52:21.138Z | Compiling regex-automata v0.4.8 |
1273 | 2025-03-12T21:52:21.332Z | Compiling libm v0.2.8 |
1274 | 2025-03-12T21:52:21.562Z | Compiling cmake v0.1.51 |
1275 | 2025-03-12T21:52:21.700Z | Compiling cexpr v0.6.0 |
1276 | 2025-03-12T21:52:21.986Z | Compiling num-traits v0.2.19 |
1277 | 2025-03-12T21:52:22.304Z | Compiling synstructure v0.13.1 |
1278 | 2025-03-12T21:52:22.656Z | Compiling fs_extra v1.3.0 |
1279 | 2025-03-12T21:52:23.192Z | Compiling dunce v1.0.5 |
1280 | 2025-03-12T21:52:23.406Z | Compiling litemap v0.7.3 |
1281 | 2025-03-12T21:52:23.536Z | Compiling getrandom v0.3.1 |
1282 | 2025-03-12T21:52:23.677Z | Compiling writeable v0.5.5 |
1283 | 2025-03-12T21:52:23.763Z | Compiling ring v0.17.11 |
1284 | 2025-03-12T21:52:24.206Z | Compiling base64ct v1.6.0 |
1285 | 2025-03-12T21:52:24.592Z | Compiling paste v1.0.15 |
1286 | 2025-03-12T21:52:24.768Z | Compiling pem-rfc7468 v0.7.0 |
1287 | 2025-03-12T21:52:25.185Z | Compiling aws-lc-rs v1.12.4 |
1288 | 2025-03-12T21:52:25.372Z | Compiling flagset v0.4.6 |
1289 | 2025-03-12T21:52:25.523Z | Compiling icu_locid_transform_data v1.5.0 |
1290 | 2025-03-12T21:52:25.570Z | Compiling httparse v1.9.5 |
1291 | 2025-03-12T21:52:25.628Z | Compiling tracing-core v0.1.32 |
1292 | 2025-03-12T21:52:25.940Z | Compiling regex v1.11.1 |
1293 | 2025-03-12T21:52:26.329Z | Compiling crossbeam-utils v0.8.20 |
1294 | 2025-03-12T21:52:26.618Z | Compiling percent-encoding v2.3.1 |
1295 | 2025-03-12T21:52:26.785Z | Compiling icu_properties_data v1.5.0 |
1296 | 2025-03-12T21:52:26.862Z | Compiling rustls-pki-types v1.10.0 |
1297 | 2025-03-12T21:52:26.973Z | Compiling time-core v0.1.2 |
1298 | 2025-03-12T21:52:27.022Z | Compiling write16 v1.0.0 |
1299 | 2025-03-12T21:52:27.151Z | Compiling num-conv v0.1.0 |
1300 | 2025-03-12T21:52:27.171Z | Compiling powerfmt v0.2.0 |
1301 | 2025-03-12T21:52:27.314Z | Compiling serde_derive v1.0.218 |
1302 | 2025-03-12T21:52:27.438Z | Compiling zeroize_derive v1.4.2 |
1303 | 2025-03-12T21:52:27.541Z | Compiling zerocopy-derive v0.7.35 |
1304 | 2025-03-12T21:52:27.545Z | Compiling tokio-macros v2.5.0 |
1305 | 2025-03-12T21:52:27.791Z | Compiling zerofrom-derive v0.1.4 |
1306 | 2025-03-12T21:52:28.781Z | Compiling zeroize v1.8.1 |
1307 | 2025-03-12T21:52:28.908Z | Compiling thiserror-impl v1.0.69 |
1308 | 2025-03-12T21:52:29.427Z | Compiling zerocopy v0.7.35 |
1309 | 2025-03-12T21:52:29.553Z | Compiling yoke-derive v0.7.4 |
1310 | 2025-03-12T21:52:29.932Z | Compiling futures-macro v0.3.31 |
1311 | 2025-03-12T21:52:29.994Z | Compiling zerovec-derive v0.10.3 |
1312 | 2025-03-12T21:52:30.349Z | Compiling crypto-common v0.1.6 |
1313 | 2025-03-12T21:52:30.608Z | Compiling block-buffer v0.10.4 |
1314 | 2025-03-12T21:52:30.750Z | Compiling displaydoc v0.2.5 |
1315 | 2025-03-12T21:52:30.867Z | Compiling digest v0.10.7 |
1316 | 2025-03-12T21:52:31.205Z | Compiling zerofrom v0.1.4 |
1317 | 2025-03-12T21:52:31.355Z | Compiling hmac v0.12.1 |
1318 | 2025-03-12T21:52:31.413Z | Compiling block-padding v0.3.3 |
1319 | 2025-03-12T21:52:31.609Z | Compiling ppv-lite86 v0.2.20 |
1320 | 2025-03-12T21:52:31.734Z | Compiling inout v0.1.3 |
1321 | 2025-03-12T21:52:31.738Z | Compiling futures-util v0.3.31 |
1322 | 2025-03-12T21:52:31.773Z | Compiling thiserror v1.0.69 |
1323 | 2025-03-12T21:52:31.928Z | Compiling sha2 v0.10.8 |
1324 | 2025-03-12T21:52:31.997Z | Compiling cipher v0.4.4 |
1325 | 2025-03-12T21:52:32.227Z | Compiling yoke v0.7.4 |
1326 | 2025-03-12T21:52:32.291Z | Compiling icu_provider_macros v1.5.0 |
1327 | 2025-03-12T21:52:32.387Z | Compiling der_derive v0.7.3 |
1328 | 2025-03-12T21:52:32.504Z | Compiling tracing-attributes v0.1.27 |
1329 | 2025-03-12T21:52:32.525Z | Compiling salsa20 v0.10.2 |
1330 | 2025-03-12T21:52:32.595Z | Compiling zerovec v0.10.4 |
1331 | 2025-03-12T21:52:32.771Z | Compiling pest v2.7.14 |
1332 | 2025-03-12T21:52:33.363Z | Compiling pbkdf2 v0.12.2 |
1333 | 2025-03-12T21:52:33.538Z | Compiling vcpkg v0.2.15 |
1334 | 2025-03-12T21:52:34.574Z | Compiling tinystr v0.7.6 |
1335 | 2025-03-12T21:52:34.630Z | Compiling der v0.7.9 |
1336 | 2025-03-12T21:52:34.955Z | Compiling icu_locid v1.5.0 |
1337 | 2025-03-12T21:52:35.194Z | Compiling icu_collections v1.5.0 |
1338 | 2025-03-12T21:52:35.504Z | Compiling utf16_iter v1.0.5 |
1339 | 2025-03-12T21:52:35.625Z | Compiling tracing v0.1.40 |
1340 | 2025-03-12T21:52:35.707Z | Compiling untrusted v0.9.0 |
1341 | 2025-03-12T21:52:35.711Z | Compiling icu_normalizer_data v1.5.0 |
1342 | 2025-03-12T21:52:35.842Z | Compiling utf8_iter v1.0.4 |
1343 | 2025-03-12T21:52:35.889Z | Compiling untrusted v0.7.1 |
1344 | 2025-03-12T21:52:36.082Z | Compiling icu_provider v1.5.0 |
1345 | 2025-03-12T21:52:36.121Z | Compiling pest_meta v2.7.14 |
1346 | 2025-03-12T21:52:36.402Z | Compiling openssl-sys v0.9.106 |
1347 | 2025-03-12T21:52:37.012Z | Compiling icu_locid_transform v1.5.0 |
1348 | 2025-03-12T21:52:37.095Z | Compiling spki v0.7.3 |
1349 | 2025-03-12T21:52:37.118Z | Compiling scrypt v0.11.0 |
1350 | 2025-03-12T21:52:37.450Z | Compiling cbc v0.1.2 |
1351 | 2025-03-12T21:52:37.472Z | Compiling aes v0.8.4 |
1352 | 2025-03-12T21:52:37.493Z | Compiling time-macros v0.2.18 |
1353 | 2025-03-12T21:52:37.591Z | Compiling deranged v0.3.11 |
1354 | 2025-03-12T21:52:37.678Z | Compiling scroll_derive v0.12.0 |
1355 | 2025-03-12T21:52:39.022Z | Compiling icu_properties v1.5.1 |
1356 | 2025-03-12T21:52:39.353Z | Compiling atomic-waker v1.1.2 |
1357 | 2025-03-12T21:52:39.537Z | Compiling tinyvec_macros v0.1.1 |
1358 | 2025-03-12T21:52:39.641Z | Compiling num_threads v0.1.7 |
1359 | 2025-03-12T21:52:39.785Z | Compiling tinyvec v1.8.0 |
1360 | 2025-03-12T21:52:40.167Z | Compiling bytes v1.10.1 |
1361 | 2025-03-12T21:52:40.198Z | Compiling bitflags v2.6.0 |
1362 | 2025-03-12T21:52:40.334Z | Compiling indexmap v2.7.1 |
1363 | 2025-03-12T21:52:40.356Z | Compiling semver v1.0.25 |
1364 | 2025-03-12T21:52:40.417Z | Compiling time v0.3.36 |
1365 | 2025-03-12T21:52:41.003Z | Compiling rustc_version v0.4.1 |
1366 | 2025-03-12T21:52:41.224Z | Compiling scroll v0.12.0 |
1367 | 2025-03-12T21:52:41.558Z | Compiling tokio v1.43.0 |
1368 | 2025-03-12T21:52:41.608Z | Compiling http v1.2.0 |
1369 | 2025-03-12T21:52:41.709Z | Compiling pkcs5 v0.7.1 |
1370 | 2025-03-12T21:52:41.847Z | Compiling pest_generator v2.7.14 |
1371 | 2025-03-12T21:52:42.759Z | Compiling icu_normalizer v1.5.0 |
1372 | 2025-03-12T21:52:42.978Z | Compiling rand_chacha v0.3.1 |
1373 | 2025-03-12T21:52:43.564Z | Compiling http-body v1.0.1 |
1374 | 2025-03-12T21:52:43.671Z | Compiling idna_adapter v1.2.0 |
1375 | 2025-03-12T21:52:43.791Z | Compiling form_urlencoded v1.2.1 |
1376 | 2025-03-12T21:52:43.818Z | Compiling zerocopy v0.8.10 |
1377 | 2025-03-12T21:52:43.886Z | Compiling try-lock v0.2.5 |
1378 | 2025-03-12T21:52:44.043Z | Compiling slog v2.7.0 |
1379 | 2025-03-12T21:52:44.105Z | Compiling want v0.3.1 |
1380 | 2025-03-12T21:52:44.385Z | Compiling which v4.4.2 |
1381 | 2025-03-12T21:52:44.420Z | Compiling goblin v0.8.2 |
1382 | 2025-03-12T21:52:44.636Z | Compiling idna v1.0.3 |
1383 | 2025-03-12T21:52:44.688Z | Compiling pest_derive v2.7.14 |
1384 | 2025-03-12T21:52:44.932Z | Compiling rand v0.8.5 |
1385 | 2025-03-12T21:52:45.266Z | Compiling pkcs8 v0.10.2 |
1386 | 2025-03-12T21:52:45.288Z | Compiling uuid v1.15.1 |
1387 | 2025-03-12T21:52:45.474Z | Compiling zerocopy-derive v0.8.10 |
1388 | 2025-03-12T21:52:45.904Z | Compiling tower-service v0.3.3 |
1389 | 2025-03-12T21:52:46.052Z | Compiling adler2 v2.0.0 |
1390 | 2025-03-12T21:52:46.148Z | Compiling httpdate v1.0.3 |
1391 | 2025-03-12T21:52:46.284Z | Compiling iana-time-zone v0.1.61 |
1392 | 2025-03-12T21:52:46.586Z | Compiling chrono v0.4.40 |
1393 | 2025-03-12T21:52:46.689Z | Compiling miniz_oxide v0.8.5 |
1394 | 2025-03-12T21:52:46.830Z | Compiling dtrace-parser v0.2.0 |
1395 | 2025-03-12T21:52:47.678Z | Compiling serde_tokenstream v0.2.2 |
1396 | 2025-03-12T21:52:48.194Z | Compiling serde_spanned v0.6.8 |
1397 | 2025-03-12T21:52:48.263Z | Compiling toml_datetime v0.6.8 |
1398 | 2025-03-12T21:52:48.427Z | Compiling match_cfg v0.1.0 |
1399 | 2025-03-12T21:52:48.530Z | Compiling base64 v0.22.1 |
1400 | 2025-03-12T21:52:48.612Z | Compiling foreign-types-shared v0.1.1 |
1401 | 2025-03-12T21:52:48.714Z | Compiling openssl v0.10.71 |
1402 | 2025-03-12T21:52:48.742Z | Compiling rustversion v1.0.17 |
1403 | 2025-03-12T21:52:49.184Z | Compiling foreign-types v0.3.2 |
1404 | 2025-03-12T21:52:49.200Z | Compiling hostname v0.3.1 |
1405 | 2025-03-12T21:52:49.278Z | Compiling url v2.5.3 |
1406 | 2025-03-12T21:52:49.492Z | Compiling tokio-util v0.7.13 |
1407 | 2025-03-12T21:52:49.933Z | Compiling openssl-macros v0.1.1 |
1408 | 2025-03-12T21:52:50.671Z | Compiling h2 v0.4.6 |
1409 | 2025-03-12T21:52:50.691Z | Compiling dof v0.3.0 |
1410 | 2025-03-12T21:52:50.760Z | Compiling async-trait v0.1.87 |
1411 | 2025-03-12T21:52:50.946Z | Compiling serde_derive_internals v0.29.1 |
1412 | 2025-03-12T21:52:51.168Z | Compiling rand_core v0.9.2 |
1413 | 2025-03-12T21:52:51.605Z | Compiling usdt-impl v0.5.0 |
1414 | 2025-03-12T21:52:52.451Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1415 | 2025-03-12T21:52:52.947Z | Compiling dirs-sys-next v0.1.2 |
1416 | 2025-03-12T21:52:52.998Z | Compiling syn v1.0.109 |
1417 | 2025-03-12T21:52:53.144Z | Compiling schemars v0.8.22 |
1418 | 2025-03-12T21:52:53.218Z | Compiling rustls v0.23.19 |
1419 | 2025-03-12T21:52:53.453Z | Compiling rustls v0.22.4 |
1420 | 2025-03-12T21:52:53.470Z | Compiling siphasher v0.3.11 |
1421 | 2025-03-12T21:52:53.504Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-12T21:52:53.532Z | Compiling data-encoding v2.6.0 |
1423 | 2025-03-12T21:52:53.662Z | Compiling schemars_derive v0.8.22 |
1424 | 2025-03-12T21:52:53.759Z | Compiling dirs-next v2.0.0 |
1425 | 2025-03-12T21:52:53.887Z | Compiling rand_chacha v0.9.0 |
1426 | 2025-03-12T21:52:55.432Z | Compiling http-body-util v0.1.2 |
1427 | 2025-03-12T21:52:55.477Z | Compiling heapless v0.7.17 |
1428 | 2025-03-12T21:52:55.552Z | Compiling unicode-normalization v0.1.24 |
1429 | 2025-03-12T21:52:55.815Z | Compiling crossbeam-epoch v0.9.18 |
1430 | 2025-03-12T21:52:55.917Z | Compiling sha1 v0.10.6 |
1431 | 2025-03-12T21:52:55.936Z | Compiling signature v2.2.0 |
1432 | 2025-03-12T21:52:56.248Z | Compiling thread_local v1.1.8 |
1433 | 2025-03-12T21:52:56.325Z | Compiling multer v3.1.0 |
1434 | 2025-03-12T21:52:56.469Z | Compiling crc32fast v1.4.2 |
1435 | 2025-03-12T21:52:56.561Z | Compiling encoding_rs v0.8.34 |
1436 | 2025-03-12T21:52:56.601Z | Compiling cookie v0.18.1 |
1437 | 2025-03-12T21:52:56.661Z | Compiling rayon-core v1.12.1 |
1438 | 2025-03-12T21:52:56.712Z | Compiling openssl-probe v0.1.5 |
1439 | 2025-03-12T21:52:56.849Z | Compiling unicode-bidi v0.3.17 |
1440 | 2025-03-12T21:52:56.934Z | Compiling unicode-properties v0.1.3 |
1441 | 2025-03-12T21:52:56.977Z | Compiling mime v0.3.17 |
1442 | 2025-03-12T21:52:57.034Z | Compiling gimli v0.31.1 |
1443 | 2025-03-12T21:52:57.366Z | Compiling signal-hook v0.3.17 |
1444 | 2025-03-12T21:52:57.504Z | Compiling hyper v1.6.0 |
1445 | 2025-03-12T21:52:57.674Z | Compiling dyn-clone v1.0.19 |
1446 | 2025-03-12T21:52:57.906Z | Compiling ipnet v2.11.0 |
1447 | 2025-03-12T21:52:58.008Z | Compiling slog-async v2.8.0 |
1448 | 2025-03-12T21:52:58.994Z | Compiling stringprep v0.1.5 |
1449 | 2025-03-12T21:52:59.986Z | Compiling hyper-util v0.1.10 |
1450 | 2025-03-12T21:53:00.741Z | Compiling toml_edit v0.22.24 |
1451 | 2025-03-12T21:53:00.882Z | Compiling crossbeam-deque v0.8.5 |
1452 | 2025-03-12T21:53:01.034Z | Compiling addr2line v0.24.2 |
1453 | 2025-03-12T21:53:01.482Z | Compiling rand v0.9.0 |
1454 | 2025-03-12T21:53:01.566Z | Compiling term v0.7.0 |
1455 | 2025-03-12T21:53:01.758Z | Compiling usdt-macro v0.5.0 |
1456 | 2025-03-12T21:53:01.961Z | Compiling usdt-attr-macro v0.5.0 |
1457 | 2025-03-12T21:53:02.880Z | Compiling slog-json v2.6.1 |
1458 | 2025-03-12T21:53:02.918Z | Compiling serde_urlencoded v0.7.1 |
1459 | 2025-03-12T21:53:03.098Z | Compiling curve25519-dalek v4.1.3 |
1460 | 2025-03-12T21:53:03.212Z | Compiling crossbeam-channel v0.5.13 |
1461 | 2025-03-12T21:53:03.248Z | Compiling futures-executor v0.3.31 |
1462 | 2025-03-12T21:53:03.409Z | Compiling enum-as-inner v0.6.1 |
1463 | 2025-03-12T21:53:03.570Z | Compiling md-5 v0.10.6 |
1464 | 2025-03-12T21:53:03.762Z | Compiling rustls-pemfile v2.2.0 |
1465 | 2025-03-12T21:53:03.797Z | Compiling async-stream-impl v0.3.6 |
1466 | 2025-03-12T21:53:03.851Z | Compiling num-integer v0.1.46 |
1467 | 2025-03-12T21:53:04.090Z | Compiling hash32 v0.2.1 |
1468 | 2025-03-12T21:53:04.170Z | Compiling ff v0.13.0 |
1469 | 2025-03-12T21:53:04.408Z | Compiling is-terminal v0.4.13 |
1470 | 2025-03-12T21:53:04.451Z | Compiling memoffset v0.9.1 |
1471 | 2025-03-12T21:53:04.455Z | Compiling object v0.36.5 |
1472 | 2025-03-12T21:53:04.541Z | Compiling dropshot v0.12.0 |
1473 | 2025-03-12T21:53:04.561Z | Compiling cfg_aliases v0.2.1 |
1474 | 2025-03-12T21:53:04.667Z | Compiling smoltcp v0.9.1 |
1475 | 2025-03-12T21:53:04.791Z | Compiling fallible-iterator v0.2.0 |
1476 | 2025-03-12T21:53:04.850Z | Compiling psl-types v2.0.11 |
1477 | 2025-03-12T21:53:05.045Z | Compiling quick-error v1.2.3 |
1478 | 2025-03-12T21:53:05.078Z | Compiling litrs v0.4.1 |
1479 | 2025-03-12T21:53:05.208Z | Compiling linked-hash-map v0.5.6 |
1480 | 2025-03-12T21:53:05.314Z | Compiling base16ct v0.2.0 |
1481 | 2025-03-12T21:53:05.453Z | Compiling take_mut v0.2.2 |
1482 | 2025-03-12T21:53:05.554Z | Compiling utf-8 v0.7.6 |
1483 | 2025-03-12T21:53:05.627Z | Compiling anyhow v1.0.97 |
1484 | 2025-03-12T21:53:05.647Z | Compiling portable-atomic v1.9.0 |
1485 | 2025-03-12T21:53:05.882Z | Compiling rustc-demangle v0.1.24 |
1486 | 2025-03-12T21:53:06.174Z | Compiling num-bigint-dig v0.8.4 |
1487 | 2025-03-12T21:53:06.503Z | Compiling document-features v0.2.10 |
1488 | 2025-03-12T21:53:06.602Z | Compiling tungstenite v0.24.0 |
1489 | 2025-03-12T21:53:06.793Z | Compiling sec1 v0.7.3 |
1490 | 2025-03-12T21:53:07.363Z | Compiling lru-cache v0.1.2 |
1491 | 2025-03-12T21:53:07.566Z | Compiling postgres-protocol v0.6.8 |
1492 | 2025-03-12T21:53:07.737Z | Compiling resolv-conf v0.7.0 |
1493 | 2025-03-12T21:53:07.762Z | Compiling async-stream v0.3.6 |
1494 | 2025-03-12T21:53:07.867Z | Compiling publicsuffix v2.3.0 |
1495 | 2025-03-12T21:53:08.180Z | Compiling nix v0.29.0 |
1496 | 2025-03-12T21:53:08.274Z | Compiling slog-term v2.9.1 |
1497 | 2025-03-12T21:53:08.440Z | Compiling usdt v0.5.0 |
1498 | 2025-03-12T21:53:08.611Z | Compiling hickory-proto v0.24.4 |
1499 | 2025-03-12T21:53:08.911Z | Compiling group v0.13.0 |
1500 | 2025-03-12T21:53:09.010Z | Compiling num-iter v0.1.45 |
1501 | 2025-03-12T21:53:09.207Z | Compiling toml v0.8.20 |
1502 | 2025-03-12T21:53:09.360Z | Compiling futures v0.3.31 |
1503 | 2025-03-12T21:53:09.387Z | Compiling slog-bunyan v2.5.0 |
1504 | 2025-03-12T21:53:09.479Z | Compiling bzip2 v0.4.4 |
1505 | 2025-03-12T21:53:10.642Z | Compiling tokio-native-tls v0.3.1 |
1506 | 2025-03-12T21:53:10.851Z | Compiling camino v1.1.9 |
1507 | 2025-03-12T21:53:10.932Z | Compiling backtrace v0.3.74 |
1508 | 2025-03-12T21:53:11.098Z | Compiling flate2 v1.1.0 |
1509 | 2025-03-12T21:53:11.500Z | Compiling phf_shared v0.11.2 |
1510 | 2025-03-12T21:53:11.535Z | Compiling dropshot_endpoint v0.12.0 |
1511 | 2025-03-12T21:53:11.727Z | Compiling terminal_size v0.4.0 |
1512 | 2025-03-12T21:53:11.886Z | Compiling openapiv3 v2.0.0 |
1513 | 2025-03-12T21:53:11.960Z | Compiling serde_path_to_error v0.1.16 |
1514 | 2025-03-12T21:53:11.963Z | Compiling waitgroup v0.1.2 |
1515 | 2025-03-12T21:53:12.211Z | Compiling hkdf v0.12.4 |
1516 | 2025-03-12T21:53:12.482Z | Compiling crypto-bigint v0.5.5 |
1517 | 2025-03-12T21:53:12.763Z | Compiling webpki-roots v0.26.6 |
1518 | 2025-03-12T21:53:12.988Z | Compiling curve25519-dalek-derive v0.1.1 |
1519 | 2025-03-12T21:53:13.376Z | Compiling hubpack_derive v0.1.1 |
1520 | 2025-03-12T21:53:13.799Z | Compiling zerocopy-derive v0.6.6 |
1521 | 2025-03-12T21:53:14.244Z | Compiling sync_wrapper v1.0.1 |
1522 | 2025-03-12T21:53:14.418Z | Compiling hostname v0.4.0 |
1523 | 2025-03-12T21:53:14.434Z | Compiling ahash v0.8.11 |
1524 | 2025-03-12T21:53:14.633Z | Compiling fs-err v2.11.0 |
1525 | 2025-03-12T21:53:14.802Z | Compiling managed v0.8.0 |
1526 | 2025-03-12T21:53:14.971Z | Compiling tower-layer v0.3.3 |
1527 | 2025-03-12T21:53:15.206Z | Compiling winnow v0.5.40 |
1528 | 2025-03-12T21:53:15.261Z | Compiling unicode-width v0.2.0 |
1529 | 2025-03-12T21:53:15.566Z | Compiling buf-list v1.0.3 |
1530 | 2025-03-12T21:53:15.703Z | Compiling simd-adler32 v0.3.7 |
1531 | 2025-03-12T21:53:15.775Z | Compiling newtype-uuid v1.2.1 |
1532 | 2025-03-12T21:53:15.795Z | Compiling lockfree-object-pool v0.1.6 |
1533 | 2025-03-12T21:53:16.043Z | Compiling bumpalo v3.16.0 |
1534 | 2025-03-12T21:53:16.079Z | Compiling debug-ignore v1.0.5 |
1535 | 2025-03-12T21:53:16.187Z | Compiling zip v2.1.3 |
1536 | 2025-03-12T21:53:16.245Z | Compiling strum_macros v0.25.3 |
1537 | 2025-03-12T21:53:16.371Z | Compiling zopfli v0.8.1 |
1538 | 2025-03-12T21:53:16.494Z | Compiling clap_builder v4.5.31 |
1539 | 2025-03-12T21:53:16.544Z | Compiling console v0.15.10 |
1540 | 2025-03-12T21:53:17.427Z | Compiling zerocopy v0.6.6 |
1541 | 2025-03-12T21:53:17.893Z | Compiling elliptic-curve v0.13.8 |
1542 | 2025-03-12T21:53:17.969Z | Compiling tower v0.5.2 |
1543 | 2025-03-12T21:53:18.376Z | Compiling toml_edit v0.19.15 |
1544 | 2025-03-12T21:53:18.701Z | Compiling hubpack v0.1.2 |
1545 | 2025-03-12T21:53:18.763Z | Compiling hickory-resolver v0.24.4 |
1546 | 2025-03-12T21:53:19.795Z | Compiling phf v0.11.2 |
1547 | 2025-03-12T21:53:19.904Z | Compiling signal-hook-mio v0.2.4 |
1548 | 2025-03-12T21:53:20.064Z | Compiling hyper-tls v0.6.0 |
1549 | 2025-03-12T21:53:20.085Z | Compiling rayon v1.10.0 |
1550 | 2025-03-12T21:53:20.153Z | Compiling cookie_store v0.21.1 |
1551 | 2025-03-12T21:53:21.613Z | Compiling postgres-types v0.2.9 |
1552 | 2025-03-12T21:53:23.053Z | Compiling tokio-tungstenite v0.24.0 |
1553 | 2025-03-12T21:53:24.249Z | Compiling ed25519 v2.2.3 |
1554 | 2025-03-12T21:53:24.278Z | Compiling phf_shared v0.10.0 |
1555 | 2025-03-12T21:53:24.344Z | Compiling tokio-stream v0.1.17 |
1556 | 2025-03-12T21:53:24.652Z | Compiling pkcs1 v0.7.5 |
1557 | 2025-03-12T21:53:24.874Z | Compiling serde-big-array v0.5.1 |
1558 | 2025-03-12T21:53:25.117Z | Compiling clap_derive v4.5.28 |
1559 | 2025-03-12T21:53:25.283Z | Compiling rfc6979 v0.4.0 |
1560 | 2025-03-12T21:53:25.287Z | Compiling derive-where v1.2.7 |
1561 | 2025-03-12T21:53:25.490Z | Compiling serde_repr v0.1.19 |
1562 | 2025-03-12T21:53:25.532Z | Compiling float-cmp v0.10.0 |
1563 | 2025-03-12T21:53:25.785Z | Compiling bstr v1.10.0 |
1564 | 2025-03-12T21:53:26.045Z | Compiling new_debug_unreachable v1.0.6 |
1565 | 2025-03-12T21:53:26.156Z | Compiling static_assertions v1.1.0 |
1566 | 2025-03-12T21:53:26.261Z | Compiling predicates-core v1.0.8 |
1567 | 2025-03-12T21:53:26.552Z | Compiling precomputed-hash v0.1.1 |
1568 | 2025-03-12T21:53:26.571Z | Compiling difflib v0.4.0 |
1569 | 2025-03-12T21:53:26.592Z | Compiling normalize-line-endings v0.3.0 |
1570 | 2025-03-12T21:53:26.704Z | Compiling number_prefix v0.4.0 |
1571 | 2025-03-12T21:53:26.768Z | Compiling whoami v1.5.2 |
1572 | 2025-03-12T21:53:26.945Z | Compiling unicode-segmentation v1.12.0 |
1573 | 2025-03-12T21:53:27.316Z | Compiling fixedbitset v0.4.2 |
1574 | 2025-03-12T21:53:27.371Z | Compiling tokio-postgres v0.7.13 |
1575 | 2025-03-12T21:53:27.752Z | Compiling similar v2.7.0 |
1576 | 2025-03-12T21:53:27.793Z | Compiling petgraph v0.6.5 |
1577 | 2025-03-12T21:53:27.902Z | Compiling predicates v3.1.3 |
1578 | 2025-03-12T21:53:28.465Z | Compiling indicatif v0.17.11 |
1579 | 2025-03-12T21:53:29.305Z | Compiling string_cache v0.8.7 |
1580 | 2025-03-12T21:53:29.670Z | Compiling clap v4.5.31 |
1581 | 2025-03-12T21:53:29.741Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1582 | 2025-03-12T21:53:29.757Z | Compiling ecdsa v0.16.9 |
1583 | 2025-03-12T21:53:29.790Z | Compiling rsa v0.9.6 |
1584 | 2025-03-12T21:53:30.457Z | Compiling ed25519-dalek v2.1.1 |
1585 | 2025-03-12T21:53:31.307Z | Compiling toml v0.7.8 |
1586 | 2025-03-12T21:53:31.712Z | Compiling crossterm v0.28.1 |
1587 | 2025-03-12T21:53:33.595Z | Compiling zip v0.6.6 |
1588 | 2025-03-12T21:53:33.941Z | Compiling hex v0.4.3 |
1589 | 2025-03-12T21:53:34.371Z | Compiling x509-cert v0.2.5 |
1590 | 2025-03-12T21:53:34.523Z | Compiling itertools v0.10.5 |
1591 | 2025-03-12T21:53:34.718Z | Compiling peg-runtime v0.8.5 |
1592 | 2025-03-12T21:53:34.875Z | Compiling lalrpop-util v0.19.12 |
1593 | 2025-03-12T21:53:34.895Z | Compiling unicode-xid v0.2.6 |
1594 | 2025-03-12T21:53:35.095Z | Compiling strum_macros v0.26.4 |
1595 | 2025-03-12T21:53:35.247Z | Compiling xattr v1.3.1 |
1596 | 2025-03-12T21:53:35.268Z | Compiling filetime v0.2.25 |
1597 | 2025-03-12T21:53:35.510Z | Compiling tar v0.4.44 |
1598 | 2025-03-12T21:53:39.616Z | Compiling strum v0.26.3 |
1599 | 2025-03-12T21:53:42.866Z | Compiling aws-lc-sys v0.26.0 |
1600 | 2025-03-12T21:54:12.288Z | Compiling rustls-webpki v0.102.8 |
1601 | 2025-03-12T21:54:15.425Z | Compiling tokio-rustls v0.25.0 |
1602 | 2025-03-12T21:54:17.146Z | Compiling tokio-rustls v0.26.0 |
1603 | 2025-03-12T21:54:17.481Z | Compiling hyper-rustls v0.27.3 |
1604 | 2025-03-12T21:54:17.755Z | Compiling reqwest v0.12.12 |
1605 | 2025-03-12T21:54:19.046Z | Compiling qorb v0.2.1 |
1606 | 2025-03-12T21:54:22.001Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2025-03-12T21:54:22.266Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2025-03-12T21:54:26.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1609 | 2025-03-12T21:54:26.837Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1610 | 2025-03-12T21:54:26.885Z | Mar 12 21:54:25.217 INFO Starting download, target: Clickhouse |
1611 | 2025-03-12T21:54:26.885Z | Mar 12 21:54:25.217 INFO Starting download, target: Cockroach |
1612 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.217 INFO Starting download, target: Console |
1613 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.217 INFO Starting download, target: DendriteOpenapi |
1614 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.217 INFO Starting download, target: DendriteStub |
1615 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.217 INFO Starting download, target: MaghemiteMgd |
1616 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.217 INFO Starting download, target: TransceiverControl |
1617 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1618 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1619 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1620 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1621 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1622 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1623 | 2025-03-12T21:54:26.889Z | Mar 12 21:54:25.218 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1624 | 2025-03-12T21:54:27.094Z | Mar 12 21:54:25.422 INFO Download complete, target: DendriteOpenapi |
1625 | 2025-03-12T21:54:27.334Z | Mar 12 21:54:25.659 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1626 | 2025-03-12T21:54:27.457Z | Mar 12 21:54:25.776 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1627 | 2025-03-12T21:54:27.754Z | Mar 12 21:54:26.084 INFO Download complete, target: TransceiverControl |
1628 | 2025-03-12T21:54:27.769Z | Mar 12 21:54:26.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1629 | 2025-03-12T21:54:27.855Z | Mar 12 21:54:26.186 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1630 | 2025-03-12T21:54:27.870Z | Mar 12 21:54:26.200 INFO Download complete, target: Console |
1631 | 2025-03-12T21:54:28.606Z | Mar 12 21:54:26.937 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1632 | 2025-03-12T21:54:28.606Z | Mar 12 21:54:26.937 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1633 | 2025-03-12T21:54:29.220Z | Mar 12 21:54:27.551 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1634 | 2025-03-12T21:54:30.307Z | Mar 12 21:54:28.638 INFO Download complete, target: DendriteStub |
1635 | 2025-03-12T21:54:30.310Z | Mar 12 21:54:28.639 INFO Download complete, target: MaghemiteMgd |
1636 | 2025-03-12T21:54:35.023Z | Mar 12 21:54:33.353 INFO Checking that binary works, target: Cockroach |
1637 | 2025-03-12T21:54:35.318Z | Mar 12 21:54:33.648 INFO Download complete, target: Cockroach |
1638 | 2025-03-12T21:54:39.859Z | Mar 12 21:54:38.185 INFO Checking that binary works, target: Clickhouse |
1639 | 2025-03-12T21:54:40.007Z | Mar 12 21:54:38.335 INFO Download complete, target: Clickhouse |
1640 | 2025-03-12T21:54:40.028Z | All builder prerequisites installed successfully, and PATH looks valid |
1641 | 2025-03-12T21:54:40.032Z | |
1642 | 2025-03-12T21:54:40.032Z | real 4:43.711192067 |
1643 | 2025-03-12T21:54:40.032Z | user 15:45.939747164 |
1644 | 2025-03-12T21:54:40.032Z | sys 2:08.926913262 |
1645 | 2025-03-12T21:54:40.032Z | trap 0.561658957 |
1646 | 2025-03-12T21:54:40.032Z | tflt 0.935674816 |
1647 | 2025-03-12T21:54:40.032Z | dflt 1.157691958 |
1648 | 2025-03-12T21:54:40.032Z | kflt 0.023137143 |
1649 | 2025-03-12T21:54:40.032Z | lock 24:35.726820657 |
1650 | 2025-03-12T21:54:40.032Z | slp 55:52.635425092 |
1651 | 2025-03-12T21:54:40.032Z | lat 1:03.860891283 |
1652 | 2025-03-12T21:54:40.032Z | stop 2:30.904810807 |
1653 | 2025-03-12T21:54:40.032Z | + banner hack-check |
1654 | 2025-03-12T21:54:40.032Z | |
1655 | 2025-03-12T21:54:40.032Z | # # ## #### # # #### # # ###### #### # # |
1656 | 2025-03-12T21:54:40.032Z | # # # # # # # # # # # # # # # # # |
1657 | 2025-03-12T21:54:40.032Z | ###### # # # #### ##### # ###### ##### # #### |
1658 | 2025-03-12T21:54:40.032Z | # # ###### # # # # # # # # # # |
1659 | 2025-03-12T21:54:40.032Z | # # # # # # # # # # # # # # # # # |
1660 | 2025-03-12T21:54:40.032Z | # # # # #### # # #### # # ###### #### # # |
1661 | 2025-03-12T21:54:40.032Z | |
1662 | 2025-03-12T21:54:40.032Z | + export CARGO_INCREMENTAL=0 |
1663 | 2025-03-12T21:54:40.032Z | + CARGO_INCREMENTAL=0 |
1664 | 2025-03-12T21:54:40.032Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1665 | 2025-03-12T21:54:40.609Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1666 | 2025-03-12T21:54:43.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
1667 | 2025-03-12T21:54:43.530Z | Running `target/debug/xtask check-features --ci` |
1668 | 2025-03-12T21:54:43.553Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1669 | 2025-03-12T21:54:43.553Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1670 | 2025-03-12T21:54:44.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1671 | 2025-03-12T21:54:44.049Z | Running `target/debug/xtask download cargo-hack` |
1672 | 2025-03-12T21:54:44.896Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2025-03-12T21:54:45.313Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1674 | 2025-03-12T21:54:48.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s |
1675 | 2025-03-12T21:54:49.106Z | Running `target/debug/xtask-downloader cargo-hack` |
1676 | 2025-03-12T21:54:49.143Z | Mar 12 21:54:47.470 INFO Starting download, target: CargoHack |
1677 | 2025-03-12T21:54:49.147Z | Mar 12 21:54:47.471 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1678 | 2025-03-12T21:54:49.796Z | Mar 12 21:54:48.123 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1679 | 2025-03-12T21:54:49.871Z | Mar 12 21:54:48.198 INFO Download complete, target: CargoHack |
1680 | 2025-03-12T21:54:49.875Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1681 | 2025-03-12T21:54:49.891Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1682 | 2025-03-12T21:54:50.065Z | info: running `cargo check --bins` on api_identity (1/197) |
1683 | 2025-03-12T21:54:50.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2025-03-12T21:54:50.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2025-03-12T21:54:50.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2025-03-12T21:54:50.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1687 | 2025-03-12T21:54:50.719Z | |
1688 | 2025-03-12T21:54:50.719Z | info: running `cargo check --bins` on bootstore (2/197) |
1689 | 2025-03-12T21:54:51.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2025-03-12T21:54:51.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2025-03-12T21:54:51.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2025-03-12T21:54:51.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1693 | 2025-03-12T21:54:51.384Z | |
1694 | 2025-03-12T21:54:51.384Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/197) |
1695 | 2025-03-12T21:54:51.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2025-03-12T21:54:51.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2025-03-12T21:54:51.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2025-03-12T21:54:51.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1699 | 2025-03-12T21:54:52.029Z | |
1700 | 2025-03-12T21:54:52.029Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/197) |
1701 | 2025-03-12T21:54:52.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2025-03-12T21:54:52.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2025-03-12T21:54:52.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2025-03-12T21:54:52.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1705 | 2025-03-12T21:54:52.672Z | |
1706 | 2025-03-12T21:54:52.672Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/197) |
1707 | 2025-03-12T21:54:53.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2025-03-12T21:54:53.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2025-03-12T21:54:53.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2025-03-12T21:54:53.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1711 | 2025-03-12T21:54:53.119Z | |
1712 | 2025-03-12T21:54:53.119Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/197) |
1713 | 2025-03-12T21:54:53.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2025-03-12T21:54:53.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2025-03-12T21:54:53.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2025-03-12T21:54:53.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1717 | 2025-03-12T21:54:53.567Z | |
1718 | 2025-03-12T21:54:53.567Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/197) |
1719 | 2025-03-12T21:54:53.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2025-03-12T21:54:53.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2025-03-12T21:54:53.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2025-03-12T21:54:53.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1723 | 2025-03-12T21:54:54.023Z | |
1724 | 2025-03-12T21:54:54.023Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/197) |
1725 | 2025-03-12T21:54:54.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2025-03-12T21:54:54.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2025-03-12T21:54:54.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2025-03-12T21:54:54.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1729 | 2025-03-12T21:54:54.474Z | |
1730 | 2025-03-12T21:54:54.474Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/197) |
1731 | 2025-03-12T21:54:54.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2025-03-12T21:54:54.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2025-03-12T21:54:54.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2025-03-12T21:54:54.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1735 | 2025-03-12T21:54:54.923Z | |
1736 | 2025-03-12T21:54:54.923Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/197) |
1737 | 2025-03-12T21:54:55.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2025-03-12T21:54:55.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2025-03-12T21:54:55.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2025-03-12T21:54:55.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1741 | 2025-03-12T21:54:55.375Z | |
1742 | 2025-03-12T21:54:55.375Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/197) |
1743 | 2025-03-12T21:54:55.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2025-03-12T21:54:55.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2025-03-12T21:54:55.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2025-03-12T21:54:55.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1747 | 2025-03-12T21:54:55.825Z | |
1748 | 2025-03-12T21:54:55.825Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/197) |
1749 | 2025-03-12T21:54:56.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2025-03-12T21:54:56.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2025-03-12T21:54:56.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2025-03-12T21:54:56.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1753 | 2025-03-12T21:54:56.279Z | |
1754 | 2025-03-12T21:54:56.279Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/197) |
1755 | 2025-03-12T21:54:56.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2025-03-12T21:54:56.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2025-03-12T21:54:56.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2025-03-12T21:54:56.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1759 | 2025-03-12T21:54:56.733Z | |
1760 | 2025-03-12T21:54:56.733Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/197) |
1761 | 2025-03-12T21:54:57.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2025-03-12T21:54:57.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2025-03-12T21:54:57.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2025-03-12T21:54:57.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1765 | 2025-03-12T21:54:57.192Z | |
1766 | 2025-03-12T21:54:57.192Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/197) |
1767 | 2025-03-12T21:54:57.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2025-03-12T21:54:57.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2025-03-12T21:54:57.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2025-03-12T21:54:57.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1771 | 2025-03-12T21:54:57.648Z | |
1772 | 2025-03-12T21:54:57.648Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/197) |
1773 | 2025-03-12T21:54:58.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2025-03-12T21:54:58.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2025-03-12T21:54:58.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2025-03-12T21:54:58.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1777 | 2025-03-12T21:54:58.112Z | |
1778 | 2025-03-12T21:54:58.112Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/197) |
1779 | 2025-03-12T21:54:58.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2025-03-12T21:54:58.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2025-03-12T21:54:58.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1782 | 2025-03-12T21:54:58.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1783 | 2025-03-12T21:54:58.571Z | |
1784 | 2025-03-12T21:54:58.572Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/197) |
1785 | 2025-03-12T21:54:58.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1786 | 2025-03-12T21:54:58.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1787 | 2025-03-12T21:54:58.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1788 | 2025-03-12T21:54:58.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1789 | 2025-03-12T21:54:59.035Z | |
1790 | 2025-03-12T21:54:59.035Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/197) |
1791 | 2025-03-12T21:54:59.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1792 | 2025-03-12T21:54:59.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1793 | 2025-03-12T21:54:59.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1794 | 2025-03-12T21:54:59.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1795 | 2025-03-12T21:54:59.503Z | |
1796 | 2025-03-12T21:54:59.503Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/197) |
1797 | 2025-03-12T21:54:59.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1798 | 2025-03-12T21:54:59.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1799 | 2025-03-12T21:54:59.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1800 | 2025-03-12T21:54:59.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1801 | 2025-03-12T21:54:59.967Z | |
1802 | 2025-03-12T21:54:59.967Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/197) |
1803 | 2025-03-12T21:55:00.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1804 | 2025-03-12T21:55:00.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1805 | 2025-03-12T21:55:00.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1806 | 2025-03-12T21:55:00.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1807 | 2025-03-12T21:55:00.418Z | |
1808 | 2025-03-12T21:55:00.419Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/197) |
1809 | 2025-03-12T21:55:00.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1810 | 2025-03-12T21:55:00.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1811 | 2025-03-12T21:55:00.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1812 | 2025-03-12T21:55:00.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1813 | 2025-03-12T21:55:00.881Z | |
1814 | 2025-03-12T21:55:00.881Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/197) |
1815 | 2025-03-12T21:55:01.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1816 | 2025-03-12T21:55:01.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1817 | 2025-03-12T21:55:01.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1818 | 2025-03-12T21:55:01.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1819 | 2025-03-12T21:55:01.346Z | |
1820 | 2025-03-12T21:55:01.346Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/197) |
1821 | 2025-03-12T21:55:01.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1822 | 2025-03-12T21:55:01.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1823 | 2025-03-12T21:55:01.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1824 | 2025-03-12T21:55:01.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1825 | 2025-03-12T21:55:01.811Z | |
1826 | 2025-03-12T21:55:01.811Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/197) |
1827 | 2025-03-12T21:55:02.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1828 | 2025-03-12T21:55:02.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1829 | 2025-03-12T21:55:02.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1830 | 2025-03-12T21:55:02.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1831 | 2025-03-12T21:55:02.294Z | |
1832 | 2025-03-12T21:55:02.294Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/197) |
1833 | 2025-03-12T21:55:02.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1834 | 2025-03-12T21:55:02.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1835 | 2025-03-12T21:55:02.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1836 | 2025-03-12T21:55:02.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1837 | 2025-03-12T21:55:02.734Z | |
1838 | 2025-03-12T21:55:02.734Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/197) |
1839 | 2025-03-12T21:55:03.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1840 | 2025-03-12T21:55:03.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1841 | 2025-03-12T21:55:03.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1842 | 2025-03-12T21:55:03.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1843 | 2025-03-12T21:55:03.182Z | |
1844 | 2025-03-12T21:55:03.182Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/197) |
1845 | 2025-03-12T21:55:03.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1846 | 2025-03-12T21:55:03.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1847 | 2025-03-12T21:55:03.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1848 | 2025-03-12T21:55:03.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1849 | 2025-03-12T21:55:03.631Z | |
1850 | 2025-03-12T21:55:03.631Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/197) |
1851 | 2025-03-12T21:55:04.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1852 | 2025-03-12T21:55:04.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1853 | 2025-03-12T21:55:04.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1854 | 2025-03-12T21:55:04.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1855 | 2025-03-12T21:55:04.083Z | |
1856 | 2025-03-12T21:55:04.084Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/197) |
1857 | 2025-03-12T21:55:04.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1858 | 2025-03-12T21:55:04.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1859 | 2025-03-12T21:55:04.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1860 | 2025-03-12T21:55:04.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1861 | 2025-03-12T21:55:04.543Z | |
1862 | 2025-03-12T21:55:04.543Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/197) |
1863 | 2025-03-12T21:55:04.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1864 | 2025-03-12T21:55:04.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1865 | 2025-03-12T21:55:04.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1866 | 2025-03-12T21:55:04.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1867 | 2025-03-12T21:55:05.004Z | |
1868 | 2025-03-12T21:55:05.004Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/197) |
1869 | 2025-03-12T21:55:05.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1870 | 2025-03-12T21:55:05.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1871 | 2025-03-12T21:55:05.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1872 | 2025-03-12T21:55:05.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1873 | 2025-03-12T21:55:05.470Z | |
1874 | 2025-03-12T21:55:05.470Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/197) |
1875 | 2025-03-12T21:55:05.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1876 | 2025-03-12T21:55:05.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1877 | 2025-03-12T21:55:05.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1878 | 2025-03-12T21:55:05.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1879 | 2025-03-12T21:55:05.932Z | |
1880 | 2025-03-12T21:55:05.932Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/197) |
1881 | 2025-03-12T21:55:06.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1882 | 2025-03-12T21:55:06.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1883 | 2025-03-12T21:55:06.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1884 | 2025-03-12T21:55:06.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1885 | 2025-03-12T21:55:06.374Z | |
1886 | 2025-03-12T21:55:06.374Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/197) |
1887 | 2025-03-12T21:55:06.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1888 | 2025-03-12T21:55:06.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1889 | 2025-03-12T21:55:06.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1890 | 2025-03-12T21:55:06.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1891 | 2025-03-12T21:55:06.828Z | |
1892 | 2025-03-12T21:55:06.828Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/197) |
1893 | 2025-03-12T21:55:07.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1894 | 2025-03-12T21:55:07.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1895 | 2025-03-12T21:55:07.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1896 | 2025-03-12T21:55:07.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1897 | 2025-03-12T21:55:07.282Z | |
1898 | 2025-03-12T21:55:07.282Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/197) |
1899 | 2025-03-12T21:55:07.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1900 | 2025-03-12T21:55:07.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1901 | 2025-03-12T21:55:07.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1902 | 2025-03-12T21:55:07.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1903 | 2025-03-12T21:55:07.754Z | |
1904 | 2025-03-12T21:55:07.754Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/197) |
1905 | 2025-03-12T21:55:08.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1906 | 2025-03-12T21:55:08.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1907 | 2025-03-12T21:55:08.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1908 | 2025-03-12T21:55:08.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1909 | 2025-03-12T21:55:08.211Z | |
1910 | 2025-03-12T21:55:08.211Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/197) |
1911 | 2025-03-12T21:55:08.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1912 | 2025-03-12T21:55:08.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1913 | 2025-03-12T21:55:08.624Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1914 | 2025-03-12T21:55:08.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1915 | 2025-03-12T21:55:08.667Z | |
1916 | 2025-03-12T21:55:08.667Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/197) |
1917 | 2025-03-12T21:55:09.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1918 | 2025-03-12T21:55:09.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1919 | 2025-03-12T21:55:09.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1920 | 2025-03-12T21:55:09.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1921 | 2025-03-12T21:55:09.131Z | |
1922 | 2025-03-12T21:55:09.131Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/197) |
1923 | 2025-03-12T21:55:09.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1924 | 2025-03-12T21:55:09.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1925 | 2025-03-12T21:55:09.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1926 | 2025-03-12T21:55:09.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1927 | 2025-03-12T21:55:09.588Z | |
1928 | 2025-03-12T21:55:09.589Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/197) |
1929 | 2025-03-12T21:55:10.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1930 | 2025-03-12T21:55:10.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1931 | 2025-03-12T21:55:10.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1932 | 2025-03-12T21:55:10.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1933 | 2025-03-12T21:55:10.049Z | |
1934 | 2025-03-12T21:55:10.049Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/197) |
1935 | 2025-03-12T21:55:10.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1936 | 2025-03-12T21:55:10.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1937 | 2025-03-12T21:55:10.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1938 | 2025-03-12T21:55:10.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1939 | 2025-03-12T21:55:10.509Z | |
1940 | 2025-03-12T21:55:10.510Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/197) |
1941 | 2025-03-12T21:55:10.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1942 | 2025-03-12T21:55:10.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1943 | 2025-03-12T21:55:10.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1944 | 2025-03-12T21:55:10.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1945 | 2025-03-12T21:55:10.972Z | |
1946 | 2025-03-12T21:55:10.972Z | info: running `cargo check --bins` on sled-hardware-types (45/197) |
1947 | 2025-03-12T21:55:11.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1948 | 2025-03-12T21:55:11.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1949 | 2025-03-12T21:55:11.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1950 | 2025-03-12T21:55:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1951 | 2025-03-12T21:55:11.639Z | |
1952 | 2025-03-12T21:55:11.639Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/197) |
1953 | 2025-03-12T21:55:12.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1954 | 2025-03-12T21:55:12.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1955 | 2025-03-12T21:55:12.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1956 | 2025-03-12T21:55:12.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1957 | 2025-03-12T21:55:12.306Z | |
1958 | 2025-03-12T21:55:12.307Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/197) |
1959 | 2025-03-12T21:55:12.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1960 | 2025-03-12T21:55:12.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1961 | 2025-03-12T21:55:12.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1962 | 2025-03-12T21:55:12.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1963 | 2025-03-12T21:55:12.973Z | |
1964 | 2025-03-12T21:55:12.973Z | info: running `cargo check --bins` on oxlog (48/197) |
1965 | 2025-03-12T21:55:13.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1966 | 2025-03-12T21:55:13.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1967 | 2025-03-12T21:55:13.623Z | Checking cfg-if v1.0.0 |
1968 | 2025-03-12T21:55:13.626Z | Checking libc v0.2.170 |
1969 | 2025-03-12T21:55:13.737Z | Checking serde v1.0.218 |
1970 | 2025-03-12T21:55:13.737Z | Checking zeroize v1.8.1 |
1971 | 2025-03-12T21:55:13.753Z | Checking memchr v2.7.4 |
1972 | 2025-03-12T21:55:13.765Z | Checking typenum v1.17.0 |
1973 | 2025-03-12T21:55:13.769Z | Checking value-bag v1.9.0 |
1974 | 2025-03-12T21:55:13.793Z | Checking subtle v2.6.1 |
1975 | 2025-03-12T21:55:13.806Z | Checking smallvec v1.14.0 |
1976 | 2025-03-12T21:55:13.976Z | Checking scopeguard v1.2.0 |
1977 | 2025-03-12T21:55:14.045Z | Checking const-oid v0.9.6 |
1978 | 2025-03-12T21:55:14.140Z | Checking lock_api v0.4.12 |
1979 | 2025-03-12T21:55:14.156Z | Checking itoa v1.0.11 |
1980 | 2025-03-12T21:55:14.172Z | Checking log v0.4.22 |
1981 | 2025-03-12T21:55:14.379Z | Checking pin-project-lite v0.2.14 |
1982 | 2025-03-12T21:55:14.534Z | Checking byteorder v1.5.0 |
1983 | 2025-03-12T21:55:14.551Z | Checking once_cell v1.20.3 |
1984 | 2025-03-12T21:55:14.571Z | Checking futures-core v0.3.31 |
1985 | 2025-03-12T21:55:14.642Z | Checking futures-sink v0.3.31 |
1986 | 2025-03-12T21:55:14.764Z | Checking getrandom v0.2.15 |
1987 | 2025-03-12T21:55:14.764Z | Checking signal-hook-registry v1.4.2 |
1988 | 2025-03-12T21:55:14.794Z | Checking parking_lot_core v0.9.10 |
1989 | 2025-03-12T21:55:14.812Z | Checking generic-array v0.14.7 |
1990 | 2025-03-12T21:55:14.827Z | Checking mio v1.0.2 |
1991 | 2025-03-12T21:55:14.918Z | Checking socket2 v0.5.8 |
1992 | 2025-03-12T21:55:14.995Z | Checking rand_core v0.6.4 |
1993 | 2025-03-12T21:55:15.027Z | Checking stable_deref_trait v1.2.0 |
1994 | 2025-03-12T21:55:15.122Z | Checking parking_lot v0.12.3 |
1995 | 2025-03-12T21:55:15.137Z | Checking cpufeatures v0.2.14 |
1996 | 2025-03-12T21:55:15.231Z | Checking zerocopy v0.7.35 |
1997 | 2025-03-12T21:55:15.281Z | Checking slab v0.4.9 |
1998 | 2025-03-12T21:55:15.403Z | Checking zerofrom v0.1.4 |
1999 | 2025-03-12T21:55:15.425Z | Checking futures-channel v0.3.31 |
2000 | 2025-03-12T21:55:15.479Z | Checking allocator-api2 v0.2.18 |
2001 | 2025-03-12T21:55:15.549Z | Checking equivalent v1.0.1 |
2002 | 2025-03-12T21:55:15.624Z | Checking yoke v0.7.4 |
2003 | 2025-03-12T21:55:15.672Z | Checking futures-task v0.3.31 |
2004 | 2025-03-12T21:55:15.770Z | Checking futures-io v0.3.31 |
2005 | 2025-03-12T21:55:15.882Z | Checking crypto-common v0.1.6 |
2006 | 2025-03-12T21:55:15.916Z | Checking block-buffer v0.10.4 |
2007 | 2025-03-12T21:55:15.948Z | Checking foldhash v0.1.3 |
2008 | 2025-03-12T21:55:15.965Z | Checking pin-utils v0.1.0 |
2009 | 2025-03-12T21:55:15.968Z | Checking zerovec v0.10.4 |
2010 | 2025-03-12T21:55:16.061Z | Checking futures-util v0.3.31 |
2011 | 2025-03-12T21:55:16.077Z | Checking block-padding v0.3.3 |
2012 | 2025-03-12T21:55:16.080Z | Checking ryu v1.0.18 |
2013 | 2025-03-12T21:55:16.133Z | Checking digest v0.10.7 |
2014 | 2025-03-12T21:55:16.150Z | Checking hashbrown v0.15.1 |
2015 | 2025-03-12T21:55:16.288Z | Checking inout v0.1.3 |
2016 | 2025-03-12T21:55:16.346Z | Checking writeable v0.5.5 |
2017 | 2025-03-12T21:55:16.454Z | Checking ppv-lite86 v0.2.20 |
2018 | 2025-03-12T21:55:16.504Z | Checking hmac v0.12.1 |
2019 | 2025-03-12T21:55:16.520Z | Checking fnv v1.0.7 |
2020 | 2025-03-12T21:55:16.652Z | Checking litemap v0.7.3 |
2021 | 2025-03-12T21:55:16.669Z | Checking cipher v0.4.4 |
2022 | 2025-03-12T21:55:16.719Z | Checking sha2 v0.10.8 |
2023 | 2025-03-12T21:55:16.994Z | Checking libm v0.2.8 |
2024 | 2025-03-12T21:55:17.083Z | Checking base64ct v1.6.0 |
2025 | 2025-03-12T21:55:17.155Z | Checking getrandom v0.3.1 |
2026 | 2025-03-12T21:55:17.199Z | Checking thiserror v1.0.69 |
2027 | 2025-03-12T21:55:17.279Z | Checking icu_locid_transform_data v1.5.0 |
2028 | 2025-03-12T21:55:17.340Z | Checking flagset v0.4.6 |
2029 | 2025-03-12T21:55:17.382Z | Checking tracing-core v0.1.32 |
2030 | 2025-03-12T21:55:17.399Z | Checking icu_properties_data v1.5.0 |
2031 | 2025-03-12T21:55:17.478Z | Checking tinystr v0.7.6 |
2032 | 2025-03-12T21:55:17.536Z | Checking icu_collections v1.5.0 |
2033 | 2025-03-12T21:55:17.540Z | Checking pem-rfc7468 v0.7.0 |
2034 | 2025-03-12T21:55:17.645Z | Checking percent-encoding v2.3.1 |
2035 | 2025-03-12T21:55:17.818Z | Checking icu_locid v1.5.0 |
2036 | 2025-03-12T21:55:17.834Z | Checking der v0.7.9 |
2037 | 2025-03-12T21:55:17.856Z | Checking num-traits v0.2.19 |
2038 | 2025-03-12T21:55:17.872Z | Checking rustls-pki-types v1.10.0 |
2039 | 2025-03-12T21:55:18.011Z | Checking tracing v0.1.40 |
2040 | 2025-03-12T21:55:18.151Z | Checking salsa20 v0.10.2 |
2041 | 2025-03-12T21:55:18.184Z | Checking bytes v1.10.1 |
2042 | 2025-03-12T21:55:18.367Z | Checking indexmap v2.7.1 |
2043 | 2025-03-12T21:55:18.385Z | Checking serde_json v1.0.139 |
2044 | 2025-03-12T21:55:18.417Z | Checking bitflags v2.6.0 |
2045 | 2025-03-12T21:55:18.740Z | Checking pbkdf2 v0.12.2 |
2046 | 2025-03-12T21:55:18.768Z | Checking icu_provider v1.5.0 |
2047 | 2025-03-12T21:55:18.908Z | Checking aws-lc-sys v0.26.0 |
2048 | 2025-03-12T21:55:19.194Z | Checking tokio v1.43.0 |
2049 | 2025-03-12T21:55:19.318Z | Checking http v1.2.0 |
2050 | 2025-03-12T21:55:19.385Z | Checking icu_locid_transform v1.5.0 |
2051 | 2025-03-12T21:55:19.504Z | Checking spki v0.7.3 |
2052 | 2025-03-12T21:55:19.584Z | Checking httparse v1.9.5 |
2053 | 2025-03-12T21:55:19.798Z | Checking powerfmt v0.2.0 |
2054 | 2025-03-12T21:55:20.018Z | Checking untrusted v0.9.0 |
2055 | 2025-03-12T21:55:20.022Z | Checking utf16_iter v1.0.5 |
2056 | 2025-03-12T21:55:20.079Z | Checking utf8_iter v1.0.4 |
2057 | 2025-03-12T21:55:20.186Z | Checking untrusted v0.7.1 |
2058 | 2025-03-12T21:55:20.203Z | Checking write16 v1.0.0 |
2059 | 2025-03-12T21:55:20.301Z | Checking icu_normalizer_data v1.5.0 |
2060 | 2025-03-12T21:55:20.359Z | Checking ring v0.17.11 |
2061 | 2025-03-12T21:55:20.376Z | Checking deranged v0.3.11 |
2062 | 2025-03-12T21:55:20.414Z | Checking scrypt v0.11.0 |
2063 | 2025-03-12T21:55:20.430Z | Checking icu_properties v1.5.1 |
2064 | 2025-03-12T21:55:20.537Z | Checking cbc v0.1.2 |
2065 | 2025-03-12T21:55:20.554Z | Checking aes v0.8.4 |
2066 | 2025-03-12T21:55:20.636Z | Checking crossbeam-utils v0.8.20 |
2067 | 2025-03-12T21:55:20.754Z | Checking spin v0.9.8 |
2068 | 2025-03-12T21:55:21.046Z | Checking aws-lc-rs v1.12.4 |
2069 | 2025-03-12T21:55:21.103Z | Checking tinyvec_macros v0.1.1 |
2070 | 2025-03-12T21:55:21.204Z | Checking atomic-waker v1.1.2 |
2071 | 2025-03-12T21:55:21.343Z | Checking num_threads v0.1.7 |
2072 | 2025-03-12T21:55:21.360Z | Checking time-core v0.1.2 |
2073 | 2025-03-12T21:55:21.419Z | Checking num-conv v0.1.0 |
2074 | 2025-03-12T21:55:21.467Z | Checking pkcs5 v0.7.1 |
2075 | 2025-03-12T21:55:21.520Z | Checking tinyvec v1.8.0 |
2076 | 2025-03-12T21:55:21.656Z | Checking time v0.3.36 |
2077 | 2025-03-12T21:55:21.657Z | Checking http-body v1.0.1 |
2078 | 2025-03-12T21:55:21.954Z | Checking form_urlencoded v1.2.1 |
2079 | 2025-03-12T21:55:21.977Z | Checking rand_chacha v0.3.1 |
2080 | 2025-03-12T21:55:22.086Z | Checking try-lock v0.2.5 |
2081 | 2025-03-12T21:55:22.239Z | Checking want v0.3.1 |
2082 | 2025-03-12T21:55:22.399Z | Checking rand v0.8.5 |
2083 | 2025-03-12T21:55:22.440Z | Checking pkcs8 v0.10.2 |
2084 | 2025-03-12T21:55:22.546Z | Checking uuid v1.15.1 |
2085 | 2025-03-12T21:55:22.756Z | Checking tower-service v0.3.3 |
2086 | 2025-03-12T21:55:22.804Z | Checking rustls-webpki v0.102.8 |
2087 | 2025-03-12T21:55:22.868Z | Checking httpdate v1.0.3 |
2088 | 2025-03-12T21:55:22.893Z | Checking adler2 v2.0.0 |
2089 | 2025-03-12T21:55:23.069Z | Checking unicode-ident v1.0.14 |
2090 | 2025-03-12T21:55:23.129Z | Checking miniz_oxide v0.8.5 |
2091 | 2025-03-12T21:55:23.154Z | Checking toml_datetime v0.6.8 |
2092 | 2025-03-12T21:55:23.250Z | Checking proc-macro2 v1.0.94 |
2093 | 2025-03-12T21:55:23.444Z | Checking serde_spanned v0.6.8 |
2094 | 2025-03-12T21:55:23.586Z | Checking icu_normalizer v1.5.0 |
2095 | 2025-03-12T21:55:23.601Z | Checking zerocopy v0.8.10 |
2096 | 2025-03-12T21:55:23.623Z | Checking slog v2.7.0 |
2097 | 2025-03-12T21:55:23.652Z | Checking scroll v0.12.0 |
2098 | 2025-03-12T21:55:23.833Z | Checking ucd-trie v0.1.7 |
2099 | 2025-03-12T21:55:23.916Z | Checking match_cfg v0.1.0 |
2100 | 2025-03-12T21:55:24.016Z | Checking plain v0.2.3 |
2101 | 2025-03-12T21:55:24.030Z | Checking foreign-types-shared v0.1.1 |
2102 | 2025-03-12T21:55:24.054Z | Checking base64 v0.22.1 |
2103 | 2025-03-12T21:55:24.072Z | Checking iana-time-zone v0.1.61 |
2104 | 2025-03-12T21:55:24.118Z | Checking pest v2.7.14 |
2105 | 2025-03-12T21:55:24.139Z | Checking foreign-types v0.3.2 |
2106 | 2025-03-12T21:55:24.172Z | Checking goblin v0.8.2 |
2107 | 2025-03-12T21:55:24.227Z | Checking chrono v0.4.40 |
2108 | 2025-03-12T21:55:24.243Z | Checking hostname v0.3.1 |
2109 | 2025-03-12T21:55:24.318Z | Checking idna_adapter v1.2.0 |
2110 | 2025-03-12T21:55:24.373Z | Checking quote v1.0.39 |
2111 | 2025-03-12T21:55:24.515Z | Checking openssl-sys v0.9.106 |
2112 | 2025-03-12T21:55:24.531Z | Checking idna v1.0.3 |
2113 | 2025-03-12T21:55:24.717Z | Checking errno v0.3.9 |
2114 | 2025-03-12T21:55:24.914Z | Checking dirs-sys-next v0.1.2 |
2115 | 2025-03-12T21:55:24.987Z | Checking url v2.5.3 |
2116 | 2025-03-12T21:55:25.101Z | Checking aho-corasick v1.1.3 |
2117 | 2025-03-12T21:55:25.718Z | Checking siphasher v0.3.11 |
2118 | 2025-03-12T21:55:25.830Z | Checking tokio-util v0.7.13 |
2119 | 2025-03-12T21:55:25.862Z | Compiling newtype-uuid v1.2.1 |
2120 | 2025-03-12T21:55:26.068Z | Checking data-encoding v2.6.0 |
2121 | 2025-03-12T21:55:26.107Z | Checking regex-syntax v0.8.5 |
2122 | 2025-03-12T21:55:26.172Z | Checking pretty-hex v0.4.1 |
2123 | 2025-03-12T21:55:26.302Z | Checking rand_core v0.9.2 |
2124 | 2025-03-12T21:55:26.389Z | Checking openssl v0.10.71 |
2125 | 2025-03-12T21:55:26.589Z | Checking dirs-next v2.0.0 |
2126 | 2025-03-12T21:55:26.607Z | Checking rustix v0.38.37 |
2127 | 2025-03-12T21:55:26.626Z | Checking h2 v0.4.6 |
2128 | 2025-03-12T21:55:26.641Z | Checking rand_chacha v0.9.0 |
2129 | 2025-03-12T21:55:26.672Z | Checking dtrace-parser v0.2.0 |
2130 | 2025-03-12T21:55:26.726Z | Checking syn v2.0.98 |
2131 | 2025-03-12T21:55:27.023Z | Checking unicode-normalization v0.1.24 |
2132 | 2025-03-12T21:55:27.140Z | Checking http-body-util v0.1.2 |
2133 | 2025-03-12T21:55:27.561Z | Checking crossbeam-epoch v0.9.18 |
2134 | 2025-03-12T21:55:27.957Z | Checking signature v2.2.0 |
2135 | 2025-03-12T21:55:27.974Z | Checking sha1 v0.10.6 |
2136 | 2025-03-12T21:55:28.152Z | Checking thread_local v1.1.8 |
2137 | 2025-03-12T21:55:28.248Z | Checking thread-id v4.2.2 |
2138 | 2025-03-12T21:55:28.368Z | Checking crc32fast v1.4.2 |
2139 | 2025-03-12T21:55:28.417Z | Checking encoding_rs v0.8.34 |
2140 | 2025-03-12T21:55:28.613Z | Checking openssl-probe v0.1.5 |
2141 | 2025-03-12T21:55:28.788Z | Checking unicode-properties v0.1.3 |
2142 | 2025-03-12T21:55:29.054Z | Checking dof v0.3.0 |
2143 | 2025-03-12T21:55:29.184Z | Checking gimli v0.31.1 |
2144 | 2025-03-12T21:55:29.279Z | Checking regex-automata v0.4.8 |
2145 | 2025-03-12T21:55:29.612Z | Checking ipnet v2.11.0 |
2146 | 2025-03-12T21:55:29.675Z | Checking unicode-bidi v0.3.17 |
2147 | 2025-03-12T21:55:30.090Z | Checking winnow v0.7.3 |
2148 | 2025-03-12T21:55:30.318Z | Checking mime v0.3.17 |
2149 | 2025-03-12T21:55:30.668Z | Checking either v1.14.0 |
2150 | 2025-03-12T21:55:30.792Z | Checking anstyle v1.0.10 |
2151 | 2025-03-12T21:55:31.052Z | Checking utf8parse v0.2.2 |
2152 | 2025-03-12T21:55:31.157Z | Checking stringprep v0.1.5 |
2153 | 2025-03-12T21:55:31.209Z | Checking anstyle-parse v0.2.5 |
2154 | 2025-03-12T21:55:31.299Z | Checking native-tls v0.2.12 |
2155 | 2025-03-12T21:55:31.420Z | Checking crossbeam-deque v0.8.5 |
2156 | 2025-03-12T21:55:31.481Z | Checking rand v0.9.0 |
2157 | 2025-03-12T21:55:31.621Z | Checking term v0.7.0 |
2158 | 2025-03-12T21:55:31.753Z | Checking slog-json v2.6.1 |
2159 | 2025-03-12T21:55:32.033Z | Checking rustls v0.23.19 |
2160 | 2025-03-12T21:55:32.074Z | Checking rustls v0.22.4 |
2161 | 2025-03-12T21:55:32.510Z | Checking serde_urlencoded v0.7.1 |
2162 | 2025-03-12T21:55:32.766Z | Checking hyper v1.6.0 |
2163 | 2025-03-12T21:55:32.788Z | Checking usdt-impl v0.5.0 |
2164 | 2025-03-12T21:55:32.891Z | Checking toml_edit v0.22.24 |
2165 | 2025-03-12T21:55:32.912Z | Checking crossbeam-channel v0.5.13 |
2166 | 2025-03-12T21:55:33.010Z | Checking addr2line v0.24.2 |
2167 | 2025-03-12T21:55:33.244Z | Checking futures-executor v0.3.31 |
2168 | 2025-03-12T21:55:33.333Z | Checking num-integer v0.1.46 |
2169 | 2025-03-12T21:55:33.488Z | Checking rustls-pemfile v2.2.0 |
2170 | 2025-03-12T21:55:33.554Z | Checking semver v1.0.25 |
2171 | 2025-03-12T21:55:33.595Z | Checking bzip2-sys v0.1.11+1.0.8 |
2172 | 2025-03-12T21:55:33.721Z | Checking md-5 v0.10.6 |
2173 | 2025-03-12T21:55:33.738Z | Checking ff v0.13.0 |
2174 | 2025-03-12T21:55:33.822Z | Checking hash32 v0.2.1 |
2175 | 2025-03-12T21:55:33.950Z | Checking is-terminal v0.4.13 |
2176 | 2025-03-12T21:55:33.966Z | Checking memmap v0.7.0 |
2177 | 2025-03-12T21:55:33.987Z | Checking object v0.36.5 |
2178 | 2025-03-12T21:55:34.086Z | Checking base16ct v0.2.0 |
2179 | 2025-03-12T21:55:34.127Z | Checking quick-error v1.2.3 |
2180 | 2025-03-12T21:55:34.179Z | Checking rustc-demangle v0.1.24 |
2181 | 2025-03-12T21:55:34.282Z | Checking psl-types v2.0.11 |
2182 | 2025-03-12T21:55:34.298Z | Checking is_terminal_polyfill v1.70.1 |
2183 | 2025-03-12T21:55:34.431Z | Checking fallible-iterator v0.2.0 |
2184 | 2025-03-12T21:55:34.472Z | Checking anstyle-query v1.1.1 |
2185 | 2025-03-12T21:55:34.604Z | Checking colorchoice v1.0.2 |
2186 | 2025-03-12T21:55:34.613Z | Checking linked-hash-map v0.5.6 |
2187 | 2025-03-12T21:55:34.662Z | Checking hyper-util v0.1.10 |
2188 | 2025-03-12T21:55:34.744Z | Checking take_mut v0.2.2 |
2189 | 2025-03-12T21:55:34.904Z | Checking dyn-clone v1.0.19 |
2190 | 2025-03-12T21:55:34.918Z | Checking utf-8 v0.7.6 |
2191 | 2025-03-12T21:55:34.991Z | Checking postgres-protocol v0.6.8 |
2192 | 2025-03-12T21:55:35.060Z | Checking schemars v0.8.22 |
2193 | 2025-03-12T21:55:35.124Z | Checking tungstenite v0.24.0 |
2194 | 2025-03-12T21:55:35.281Z | Checking tokio-rustls v0.25.0 |
2195 | 2025-03-12T21:55:35.529Z | Checking toml v0.8.20 |
2196 | 2025-03-12T21:55:35.611Z | Checking lru-cache v0.1.2 |
2197 | 2025-03-12T21:55:35.662Z | Checking slog-async v2.8.0 |
2198 | 2025-03-12T21:55:35.798Z | Checking anstream v0.6.15 |
2199 | 2025-03-12T21:55:35.948Z | Checking publicsuffix v2.3.0 |
2200 | 2025-03-12T21:55:36.020Z | Checking sec1 v0.7.3 |
2201 | 2025-03-12T21:55:36.173Z | Checking resolv-conf v0.7.0 |
2202 | 2025-03-12T21:55:36.210Z | Checking usdt v0.5.0 |
2203 | 2025-03-12T21:55:36.226Z | Checking heapless v0.7.17 |
2204 | 2025-03-12T21:55:36.417Z | Checking slog-term v2.9.1 |
2205 | 2025-03-12T21:55:36.473Z | Checking group v0.13.0 |
2206 | 2025-03-12T21:55:36.503Z | Checking num-iter v0.1.45 |
2207 | 2025-03-12T21:55:36.587Z | Checking bzip2 v0.4.4 |
2208 | 2025-03-12T21:55:36.611Z | Checking futures v0.3.31 |
2209 | 2025-03-12T21:55:36.685Z | Checking slog-bunyan v2.5.0 |
2210 | 2025-03-12T21:55:36.716Z | Checking rayon-core v1.12.1 |
2211 | 2025-03-12T21:55:36.732Z | Checking tokio-native-tls v0.3.1 |
2212 | 2025-03-12T21:55:36.860Z | Checking multer v3.1.0 |
2213 | 2025-03-12T21:55:36.878Z | Checking hickory-proto v0.24.4 |
2214 | 2025-03-12T21:55:36.903Z | Checking terminal_size v0.4.0 |
2215 | 2025-03-12T21:55:36.980Z | Checking flate2 v1.1.0 |
2216 | 2025-03-12T21:55:37.125Z | Checking phf_shared v0.11.2 |
2217 | 2025-03-12T21:55:37.208Z | Checking tokio-rustls v0.26.0 |
2218 | 2025-03-12T21:55:37.247Z | Checking cookie v0.18.1 |
2219 | 2025-03-12T21:55:37.350Z | Checking async-stream v0.3.6 |
2220 | 2025-03-12T21:55:37.368Z | Checking signal-hook v0.3.17 |
2221 | 2025-03-12T21:55:37.391Z | Checking camino v1.1.9 |
2222 | 2025-03-12T21:55:37.549Z | Checking waitgroup v0.1.2 |
2223 | 2025-03-12T21:55:37.584Z | Checking lazy_static v1.5.0 |
2224 | 2025-03-12T21:55:37.601Z | Checking openapiv3 v2.0.0 |
2225 | 2025-03-12T21:55:37.691Z | Checking webpki-roots v0.26.6 |
2226 | 2025-03-12T21:55:37.694Z | Checking serde_path_to_error v0.1.16 |
2227 | 2025-03-12T21:55:37.718Z | Checking hkdf v0.12.4 |
2228 | 2025-03-12T21:55:37.721Z | Checking crypto-bigint v0.5.5 |
2229 | 2025-03-12T21:55:37.881Z | Checking hostname v0.4.0 |
2230 | 2025-03-12T21:55:37.921Z | Checking sync_wrapper v1.0.1 |
2231 | 2025-03-12T21:55:37.938Z | Checking strsim v0.11.1 |
2232 | 2025-03-12T21:55:38.025Z | Checking winnow v0.5.40 |
2233 | 2025-03-12T21:55:38.078Z | Checking debug-ignore v1.0.5 |
2234 | 2025-03-12T21:55:38.213Z | Checking tower-layer v0.3.3 |
2235 | 2025-03-12T21:55:38.234Z | Checking lockfree-object-pool v0.1.6 |
2236 | 2025-03-12T21:55:38.282Z | Checking simd-adler32 v0.3.7 |
2237 | 2025-03-12T21:55:38.459Z | Checking managed v0.8.0 |
2238 | 2025-03-12T21:55:38.486Z | Checking bumpalo v3.16.0 |
2239 | 2025-03-12T21:55:38.642Z | Checking bitflags v1.3.2 |
2240 | 2025-03-12T21:55:38.751Z | Checking unicode-width v0.2.0 |
2241 | 2025-03-12T21:55:38.810Z | Checking clap_lex v0.7.4 |
2242 | 2025-03-12T21:55:38.813Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2243 | 2025-03-12T21:55:39.073Z | Checking clap_builder v4.5.31 |
2244 | 2025-03-12T21:55:39.120Z | Checking smoltcp v0.9.1 |
2245 | 2025-03-12T21:55:39.228Z | Checking console v0.15.10 |
2246 | 2025-03-12T21:55:39.807Z | Checking zopfli v0.8.1 |
2247 | 2025-03-12T21:55:39.978Z | Checking backtrace v0.3.74 |
2248 | 2025-03-12T21:55:40.371Z | Checking elliptic-curve v0.13.8 |
2249 | 2025-03-12T21:55:40.505Z | Checking tower v0.5.2 |
2250 | 2025-03-12T21:55:40.522Z | Checking hyper-rustls v0.27.3 |
2251 | 2025-03-12T21:55:40.545Z | Checking anyhow v1.0.97 |
2252 | 2025-03-12T21:55:40.829Z | Checking toml_edit v0.19.15 |
2253 | 2025-03-12T21:55:40.846Z | Checking dropshot v0.12.0 |
2254 | 2025-03-12T21:55:40.862Z | Checking num-bigint-dig v0.8.4 |
2255 | 2025-03-12T21:55:40.893Z | Checking cookie_store v0.21.1 |
2256 | 2025-03-12T21:55:40.966Z | Checking signal-hook-mio v0.2.4 |
2257 | 2025-03-12T21:55:41.119Z | Checking phf v0.11.2 |
2258 | 2025-03-12T21:55:41.198Z | Checking rayon v1.10.0 |
2259 | 2025-03-12T21:55:41.372Z | Checking hyper-tls v0.6.0 |
2260 | 2025-03-12T21:55:41.465Z | Checking hickory-resolver v0.24.4 |
2261 | 2025-03-12T21:55:41.604Z | Checking tokio-tungstenite v0.24.0 |
2262 | 2025-03-12T21:55:41.656Z | Checking postgres-types v0.2.9 |
2263 | 2025-03-12T21:55:42.046Z | Checking bstr v1.10.0 |
2264 | 2025-03-12T21:55:42.064Z | Checking regex v1.11.1 |
2265 | 2025-03-12T21:55:42.317Z | Checking ed25519 v2.2.3 |
2266 | 2025-03-12T21:55:42.631Z | Checking tokio-stream v0.1.17 |
2267 | 2025-03-12T21:55:42.669Z | Checking phf_shared v0.10.0 |
2268 | 2025-03-12T21:55:42.833Z | Checking curve25519-dalek v4.1.3 |
2269 | 2025-03-12T21:55:42.934Z | Checking zerocopy v0.6.6 |
2270 | 2025-03-12T21:55:42.938Z | Checking hubpack v0.1.2 |
2271 | 2025-03-12T21:55:43.024Z | Checking memoffset v0.9.1 |
2272 | 2025-03-12T21:55:43.147Z | Checking portable-atomic v1.9.0 |
2273 | 2025-03-12T21:55:43.237Z | Checking pkcs1 v0.7.5 |
2274 | 2025-03-12T21:55:43.254Z | Checking float-cmp v0.10.0 |
2275 | 2025-03-12T21:55:43.352Z | Checking serde-big-array v0.5.1 |
2276 | 2025-03-12T21:55:43.471Z | Checking rfc6979 v0.4.0 |
2277 | 2025-03-12T21:55:43.574Z | Checking whoami v1.5.2 |
2278 | 2025-03-12T21:55:43.590Z | Checking difflib v0.4.0 |
2279 | 2025-03-12T21:55:43.610Z | Checking minimal-lexical v0.2.1 |
2280 | 2025-03-12T21:55:43.645Z | Checking precomputed-hash v0.1.1 |
2281 | 2025-03-12T21:55:43.766Z | Checking number_prefix v0.4.0 |
2282 | 2025-03-12T21:55:43.863Z | Checking fixedbitset v0.4.2 |
2283 | 2025-03-12T21:55:43.924Z | Checking unicode-segmentation v1.12.0 |
2284 | 2025-03-12T21:55:43.971Z | Checking normalize-line-endings v0.3.0 |
2285 | 2025-03-12T21:55:44.015Z | Checking static_assertions v1.1.0 |
2286 | 2025-03-12T21:55:44.103Z | Checking new_debug_unreachable v1.0.6 |
2287 | 2025-03-12T21:55:44.120Z | Checking predicates-core v1.0.8 |
2288 | 2025-03-12T21:55:44.136Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2289 | 2025-03-12T21:55:44.150Z | Checking petgraph v0.6.5 |
2290 | 2025-03-12T21:55:44.196Z | Checking string_cache v0.8.7 |
2291 | 2025-03-12T21:55:44.298Z | Checking predicates v3.1.3 |
2292 | 2025-03-12T21:55:44.301Z | Checking qorb v0.2.1 |
2293 | 2025-03-12T21:55:44.488Z | Checking nom v7.1.3 |
2294 | 2025-03-12T21:55:44.602Z | Checking similar v2.7.0 |
2295 | 2025-03-12T21:55:44.606Z | Checking ed25519-dalek v2.1.1 |
2296 | 2025-03-12T21:55:44.637Z | Checking indicatif v0.17.11 |
2297 | 2025-03-12T21:55:44.938Z | Checking tokio-postgres v0.7.13 |
2298 | 2025-03-12T21:55:45.007Z | Checking ecdsa v0.16.9 |
2299 | 2025-03-12T21:55:45.338Z | Checking rsa v0.9.6 |
2300 | 2025-03-12T21:55:45.451Z | Checking toml v0.7.8 |
2301 | 2025-03-12T21:55:45.740Z | Checking nix v0.29.0 |
2302 | 2025-03-12T21:55:46.168Z | Checking clap v4.5.31 |
2303 | 2025-03-12T21:55:46.288Z | Checking reqwest v0.12.12 |
2304 | 2025-03-12T21:55:46.384Z | Checking crossterm v0.28.1 |
2305 | 2025-03-12T21:55:46.730Z | Checking zip v2.1.3 |
2306 | 2025-03-12T21:55:47.119Z | Checking zip v0.6.6 |
2307 | 2025-03-12T21:55:47.136Z | Checking itertools v0.12.1 |
2308 | 2025-03-12T21:55:47.140Z | Checking itertools v0.10.5 |
2309 | 2025-03-12T21:55:47.721Z | Checking fs-err v2.11.0 |
2310 | 2025-03-12T21:55:47.818Z | Checking ahash v0.8.11 |
2311 | 2025-03-12T21:55:47.868Z | Checking buf-list v1.0.3 |
2312 | 2025-03-12T21:55:48.142Z | Checking x509-cert v0.2.5 |
2313 | 2025-03-12T21:55:48.191Z | Checking hex v0.4.3 |
2314 | 2025-03-12T21:55:48.235Z | Checking peg-runtime v0.8.5 |
2315 | 2025-03-12T21:55:48.257Z | Checking lalrpop-util v0.19.12 |
2316 | 2025-03-12T21:55:48.308Z | Checking sigpipe v0.1.3 |
2317 | 2025-03-12T21:55:49.357Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2318 | 2025-03-12T21:55:49.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.69s |
2319 | 2025-03-12T21:55:49.845Z | |
2320 | 2025-03-12T21:55:49.845Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/197) |
2321 | 2025-03-12T21:55:50.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2322 | 2025-03-12T21:55:50.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2323 | 2025-03-12T21:55:50.546Z | Compiling regress v0.10.3 |
2324 | 2025-03-12T21:55:50.661Z | Checking heck v0.5.0 |
2325 | 2025-03-12T21:55:50.686Z | Checking fastrand v2.1.1 |
2326 | 2025-03-12T21:55:50.686Z | Compiling unsafe-libyaml v0.2.11 |
2327 | 2025-03-12T21:55:50.712Z | Checking ipnetwork v0.21.1 |
2328 | 2025-03-12T21:55:50.716Z | Compiling structmeta-derive v0.3.0 |
2329 | 2025-03-12T21:55:50.737Z | Compiling ident_case v1.0.1 |
2330 | 2025-03-12T21:55:50.830Z | Checking progenitor-client v0.8.0 |
2331 | 2025-03-12T21:55:50.913Z | Compiling darling_core v0.20.10 |
2332 | 2025-03-12T21:55:50.992Z | Checking tempfile v3.13.0 |
2333 | 2025-03-12T21:55:51.049Z | Checking oxnet v0.1.1 |
2334 | 2025-03-12T21:55:51.172Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2335 | 2025-03-12T21:55:51.378Z | Checking newtype-uuid v1.2.1 |
2336 | 2025-03-12T21:55:51.396Z | Compiling proc-macro-crate v1.3.1 |
2337 | 2025-03-12T21:55:51.550Z | Checking wait-timeout v0.2.0 |
2338 | 2025-03-12T21:55:51.618Z | Checking bit-vec v0.8.0 |
2339 | 2025-03-12T21:55:51.729Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2340 | 2025-03-12T21:55:51.997Z | Compiling serde_yaml v0.9.34+deprecated |
2341 | 2025-03-12T21:55:52.068Z | Checking bit-set v0.8.0 |
2342 | 2025-03-12T21:55:52.276Z | Compiling num_enum_derive v0.5.11 |
2343 | 2025-03-12T21:55:52.338Z | Checking rusty-fork v0.3.0 |
2344 | 2025-03-12T21:55:52.486Z | Compiling lzma-sys v0.1.20 |
2345 | 2025-03-12T21:55:52.639Z | Checking rand_xorshift v0.3.0 |
2346 | 2025-03-12T21:55:52.818Z | Compiling daft-derive v0.1.2 |
2347 | 2025-03-12T21:55:53.177Z | Compiling thiserror-impl v2.0.11 |
2348 | 2025-03-12T21:55:53.194Z | Compiling structmeta v0.3.0 |
2349 | 2025-03-12T21:55:53.589Z | Compiling parse-display-derive v0.10.0 |
2350 | 2025-03-12T21:55:54.132Z | Checking typify-impl v0.2.0 |
2351 | 2025-03-12T21:55:54.490Z | Compiling foreign-types-macros v0.2.3 |
2352 | 2025-03-12T21:55:55.186Z | Compiling dropshot v0.16.0 |
2353 | 2025-03-12T21:55:55.440Z | Checking foreign-types-shared v0.3.1 |
2354 | 2025-03-12T21:55:55.556Z | Checking arc-swap v1.7.1 |
2355 | 2025-03-12T21:55:55.573Z | Checking unarray v0.1.4 |
2356 | 2025-03-12T21:55:55.744Z | Checking proptest v1.6.0 |
2357 | 2025-03-12T21:55:55.770Z | Checking foreign-types v0.5.0 |
2358 | 2025-03-12T21:55:55.953Z | Checking num_enum v0.5.11 |
2359 | 2025-03-12T21:55:55.993Z | Checking slog-scope v4.4.0 |
2360 | 2025-03-12T21:55:56.130Z | Checking daft v0.1.2 |
2361 | 2025-03-12T21:55:56.198Z | Compiling test-strategy v0.4.0 |
2362 | 2025-03-12T21:55:56.387Z | Checking thiserror v2.0.11 |
2363 | 2025-03-12T21:55:56.548Z | Checking strum v0.26.3 |
2364 | 2025-03-12T21:55:56.588Z | Compiling proc-macro-error v1.0.4 |
2365 | 2025-03-12T21:55:56.699Z | Compiling darling_macro v0.20.10 |
2366 | 2025-03-12T21:55:56.717Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2367 | 2025-03-12T21:55:56.875Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2368 | 2025-03-12T21:55:56.954Z | Checking tungstenite v0.21.0 |
2369 | 2025-03-12T21:55:56.997Z | Compiling heck v0.3.3 |
2370 | 2025-03-12T21:55:57.164Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2371 | 2025-03-12T21:55:57.367Z | Compiling dropshot_endpoint v0.16.0 |
2372 | 2025-03-12T21:55:57.402Z | Checking parse-display v0.10.0 |
2373 | 2025-03-12T21:55:57.597Z | Compiling darling v0.20.10 |
2374 | 2025-03-12T21:55:57.638Z | Checking cstr-argument v0.1.2 |
2375 | 2025-03-12T21:55:57.721Z | Compiling serde_with_macros v3.12.0 |
2376 | 2025-03-12T21:55:57.822Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2377 | 2025-03-12T21:55:57.841Z | Checking instant v0.1.13 |
2378 | 2025-03-12T21:55:57.959Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2379 | 2025-03-12T21:55:57.979Z | Checking pretty-hex v0.2.1 |
2380 | 2025-03-12T21:55:58.162Z | Checking base64 v0.21.7 |
2381 | 2025-03-12T21:55:58.413Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2382 | 2025-03-12T21:55:58.574Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2383 | 2025-03-12T21:55:58.651Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2384 | 2025-03-12T21:55:58.692Z | Checking backoff v0.4.0 |
2385 | 2025-03-12T21:55:58.721Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2386 | 2025-03-12T21:55:58.803Z | Checking tokio-tungstenite v0.21.0 |
2387 | 2025-03-12T21:55:59.001Z | Compiling zone_cfg_derive v0.1.2 |
2388 | 2025-03-12T21:55:59.018Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2389 | 2025-03-12T21:55:59.444Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2390 | 2025-03-12T21:55:59.563Z | Checking slog-stdlog v4.1.1 |
2391 | 2025-03-12T21:55:59.754Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2392 | 2025-03-12T21:55:59.773Z | Checking progenitor-client v0.9.1 |
2393 | 2025-03-12T21:55:59.806Z | Checking colored v2.2.0 |
2394 | 2025-03-12T21:56:00.042Z | Checking macaddr v1.0.1 |
2395 | 2025-03-12T21:56:00.065Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2396 | 2025-03-12T21:56:00.166Z | Checking unicode-width v0.1.14 |
2397 | 2025-03-12T21:56:00.183Z | Checking winnow v0.6.20 |
2398 | 2025-03-12T21:56:00.210Z | Checking serde_with v3.12.0 |
2399 | 2025-03-12T21:56:00.388Z | Checking base64 v0.13.1 |
2400 | 2025-03-12T21:56:00.406Z | Checking zone v0.1.8 |
2401 | 2025-03-12T21:56:00.531Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2402 | 2025-03-12T21:56:00.696Z | Checking tabwriter v1.4.0 |
2403 | 2025-03-12T21:56:00.797Z | Checking ron v0.7.1 |
2404 | 2025-03-12T21:56:00.944Z | Checking slog-envlogger v2.2.0 |
2405 | 2025-03-12T21:56:01.027Z | Checking xz2 v0.1.7 |
2406 | 2025-03-12T21:56:01.091Z | Checking xattr v1.3.1 |
2407 | 2025-03-12T21:56:01.183Z | Checking pem v3.0.5 |
2408 | 2025-03-12T21:56:01.314Z | Checking yasna v0.5.2 |
2409 | 2025-03-12T21:56:01.317Z | Checking headers-core v0.3.0 |
2410 | 2025-03-12T21:56:01.460Z | Checking smf v0.2.3 |
2411 | 2025-03-12T21:56:01.494Z | Checking filetime v0.2.25 |
2412 | 2025-03-12T21:56:01.719Z | Checking same-file v1.0.6 |
2413 | 2025-03-12T21:56:01.916Z | Checking walkdir v2.5.0 |
2414 | 2025-03-12T21:56:01.934Z | Checking tar v0.4.44 |
2415 | 2025-03-12T21:56:01.950Z | Checking headers v0.4.0 |
2416 | 2025-03-12T21:56:02.195Z | Checking rcgen v0.12.1 |
2417 | 2025-03-12T21:56:02.218Z | Checking camino-tempfile v1.1.1 |
2418 | 2025-03-12T21:56:02.501Z | Checking atomicwrites v0.4.4 |
2419 | 2025-03-12T21:56:02.712Z | Checking subprocess v0.2.9 |
2420 | 2025-03-12T21:56:04.775Z | Compiling typify-macro v0.2.0 |
2421 | 2025-03-12T21:56:06.302Z | Compiling typify v0.2.0 |
2422 | 2025-03-12T21:56:06.372Z | Compiling progenitor-impl v0.8.0 |
2423 | 2025-03-12T21:56:08.848Z | Compiling progenitor-macro v0.8.0 |
2424 | 2025-03-12T21:56:12.407Z | Checking progenitor v0.8.0 |
2425 | 2025-03-12T21:56:12.538Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2426 | 2025-03-12T21:56:12.541Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2427 | 2025-03-12T21:56:15.030Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2428 | 2025-03-12T21:56:15.334Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2429 | 2025-03-12T21:56:21.243Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2430 | 2025-03-12T21:56:22.743Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2431 | 2025-03-12T21:56:23.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.11s |
2432 | 2025-03-12T21:56:24.151Z | |
2433 | 2025-03-12T21:56:24.151Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/197) |
2434 | 2025-03-12T21:56:24.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2025-03-12T21:56:24.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2025-03-12T21:56:24.841Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2437 | 2025-03-12T21:56:26.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
2438 | 2025-03-12T21:56:26.381Z | |
2439 | 2025-03-12T21:56:26.381Z | info: running `cargo check --bins` on nexus-config (51/197) |
2440 | 2025-03-12T21:56:26.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2025-03-12T21:56:26.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2025-03-12T21:56:26.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2025-03-12T21:56:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2444 | 2025-03-12T21:56:27.042Z | |
2445 | 2025-03-12T21:56:27.042Z | info: running `cargo check --bins` on omicron-rpaths (52/197) |
2446 | 2025-03-12T21:56:27.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-03-12T21:56:27.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-03-12T21:56:27.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2025-03-12T21:56:27.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2450 | 2025-03-12T21:56:27.681Z | |
2451 | 2025-03-12T21:56:27.681Z | info: running `cargo check --bins` on omicron-certificates (53/197) |
2452 | 2025-03-12T21:56:28.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2025-03-12T21:56:28.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2025-03-12T21:56:28.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2025-03-12T21:56:28.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2456 | 2025-03-12T21:56:28.336Z | |
2457 | 2025-03-12T21:56:28.336Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/197) |
2458 | 2025-03-12T21:56:28.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-03-12T21:56:28.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-03-12T21:56:29.048Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2461 | 2025-03-12T21:56:29.160Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2462 | 2025-03-12T21:56:29.163Z | Compiling tempfile v3.13.0 |
2463 | 2025-03-12T21:56:29.163Z | Compiling ipnetwork v0.21.1 |
2464 | 2025-03-12T21:56:29.171Z | Compiling wait-timeout v0.2.0 |
2465 | 2025-03-12T21:56:29.174Z | Compiling bit-vec v0.8.0 |
2466 | 2025-03-12T21:56:29.183Z | Compiling progenitor-client v0.8.0 |
2467 | 2025-03-12T21:56:29.186Z | Compiling itertools v0.13.0 |
2468 | 2025-03-12T21:56:29.254Z | Compiling rand_xorshift v0.3.0 |
2469 | 2025-03-12T21:56:29.572Z | Compiling rusty-fork v0.3.0 |
2470 | 2025-03-12T21:56:29.662Z | Compiling bit-set v0.8.0 |
2471 | 2025-03-12T21:56:29.682Z | Compiling oxnet v0.1.1 |
2472 | 2025-03-12T21:56:29.685Z | Compiling unarray v0.1.4 |
2473 | 2025-03-12T21:56:29.822Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2474 | 2025-03-12T21:56:29.856Z | Compiling heapless v0.8.0 |
2475 | 2025-03-12T21:56:29.898Z | Compiling progenitor v0.8.0 |
2476 | 2025-03-12T21:56:29.947Z | Compiling proptest v1.6.0 |
2477 | 2025-03-12T21:56:29.947Z | Compiling parse-display v0.10.0 |
2478 | 2025-03-12T21:56:30.103Z | Compiling daft v0.1.2 |
2479 | 2025-03-12T21:56:30.200Z | Compiling thiserror v2.0.11 |
2480 | 2025-03-12T21:56:30.365Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2481 | 2025-03-12T21:56:30.410Z | Checking hash32 v0.3.1 |
2482 | 2025-03-12T21:56:30.544Z | Compiling instant v0.1.13 |
2483 | 2025-03-12T21:56:30.547Z | Compiling smoltcp v0.11.0 |
2484 | 2025-03-12T21:56:30.585Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2485 | 2025-03-12T21:56:30.615Z | Compiling dropshot v0.16.0 |
2486 | 2025-03-12T21:56:30.696Z | Compiling backoff v0.4.0 |
2487 | 2025-03-12T21:56:31.063Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2488 | 2025-03-12T21:56:31.080Z | Compiling serde_with v3.12.0 |
2489 | 2025-03-12T21:56:31.225Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2490 | 2025-03-12T21:56:31.413Z | Checking num-rational v0.4.2 |
2491 | 2025-03-12T21:56:31.592Z | Compiling progenitor-client v0.9.1 |
2492 | 2025-03-12T21:56:32.034Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2493 | 2025-03-12T21:56:32.114Z | Compiling phf_generator v0.11.2 |
2494 | 2025-03-12T21:56:32.322Z | Checking num-complex v0.4.6 |
2495 | 2025-03-12T21:56:33.556Z | Compiling macaddr v1.0.1 |
2496 | 2025-03-12T21:56:33.986Z | Checking cobs v0.2.3 |
2497 | 2025-03-12T21:56:34.199Z | Compiling num v0.4.3 |
2498 | 2025-03-12T21:56:34.202Z | Checking postcard v1.0.10 |
2499 | 2025-03-12T21:56:34.434Z | Compiling phf_codegen v0.11.2 |
2500 | 2025-03-12T21:56:34.737Z | Compiling parse-zoneinfo v0.3.1 |
2501 | 2025-03-12T21:56:34.767Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2502 | 2025-03-12T21:56:35.096Z | Checking float-ord v0.3.2 |
2503 | 2025-03-12T21:56:35.263Z | Compiling convert_case v0.4.0 |
2504 | 2025-03-12T21:56:36.106Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
2505 | 2025-03-12T21:56:36.579Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2506 | 2025-03-12T21:56:36.748Z | Compiling derive_more v0.99.19 |
2507 | 2025-03-12T21:56:37.547Z | Compiling chrono-tz-build v0.4.0 |
2508 | 2025-03-12T21:56:38.437Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2509 | 2025-03-12T21:56:38.455Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2510 | 2025-03-12T21:56:38.700Z | Compiling crucible-workspace-hack v0.1.0 |
2511 | 2025-03-12T21:56:39.034Z | Compiling chrono-tz v0.10.1 |
2512 | 2025-03-12T21:56:39.166Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2513 | 2025-03-12T21:56:39.303Z | Checking newline-converter v0.3.0 |
2514 | 2025-03-12T21:56:39.333Z | Checking itertools v0.14.0 |
2515 | 2025-03-12T21:56:39.486Z | Checking prettyplease v0.2.30 |
2516 | 2025-03-12T21:56:39.663Z | Compiling slog-dtrace v0.3.0 |
2517 | 2025-03-12T21:56:39.944Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2518 | 2025-03-12T21:56:40.012Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2519 | 2025-03-12T21:56:40.681Z | Checking expectorate v1.1.0 |
2520 | 2025-03-12T21:56:40.868Z | Compiling zone_cfg_derive v0.3.0 |
2521 | 2025-03-12T21:56:41.117Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2522 | 2025-03-12T21:56:41.594Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2523 | 2025-03-12T21:56:41.868Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2524 | 2025-03-12T21:56:41.945Z | Compiling const_format_proc_macros v0.2.34 |
2525 | 2025-03-12T21:56:42.245Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2526 | 2025-03-12T21:56:42.479Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2527 | 2025-03-12T21:56:42.922Z | Compiling num-derive v0.4.2 |
2528 | 2025-03-12T21:56:43.280Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2529 | 2025-03-12T21:56:43.299Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2530 | 2025-03-12T21:56:43.303Z | Checking highway v1.3.0 |
2531 | 2025-03-12T21:56:43.683Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2532 | 2025-03-12T21:56:43.769Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2533 | 2025-03-12T21:56:43.817Z | Checking const_format v0.2.34 |
2534 | 2025-03-12T21:56:43.941Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2535 | 2025-03-12T21:56:44.194Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2536 | 2025-03-12T21:56:44.301Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2537 | 2025-03-12T21:56:44.319Z | Checking zone v0.3.0 |
2538 | 2025-03-12T21:56:44.529Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2539 | 2025-03-12T21:56:45.098Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2540 | 2025-03-12T21:56:45.175Z | Checking gethostname v0.5.0 |
2541 | 2025-03-12T21:56:45.340Z | Checking bcs v0.1.6 |
2542 | 2025-03-12T21:56:45.385Z | Checking nanorand v0.7.0 |
2543 | 2025-03-12T21:56:45.516Z | Compiling async-recursion v1.1.1 |
2544 | 2025-03-12T21:56:45.553Z | Checking termtree v0.5.1 |
2545 | 2025-03-12T21:56:45.753Z | Checking flume v0.11.1 |
2546 | 2025-03-12T21:56:46.489Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2547 | 2025-03-12T21:56:52.111Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2548 | 2025-03-12T21:56:55.274Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2549 | 2025-03-12T21:56:57.787Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2025-03-12T21:56:58.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.64s |
2551 | 2025-03-12T21:56:59.177Z | |
2552 | 2025-03-12T21:56:59.177Z | info: running `cargo check --bins` on clickhouse-admin-api (55/197) |
2553 | 2025-03-12T21:56:59.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-03-12T21:56:59.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-03-12T21:56:59.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2025-03-12T21:56:59.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2557 | 2025-03-12T21:56:59.843Z | |
2558 | 2025-03-12T21:56:59.843Z | info: running `cargo check --bins` on clickhouse-admin-types (56/197) |
2559 | 2025-03-12T21:57:00.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-03-12T21:57:00.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-03-12T21:57:00.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2025-03-12T21:57:00.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2563 | 2025-03-12T21:57:00.511Z | |
2564 | 2025-03-12T21:57:00.511Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/197) |
2565 | 2025-03-12T21:57:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-03-12T21:57:01.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-03-12T21:57:01.201Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2568 | 2025-03-12T21:57:01.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
2569 | 2025-03-12T21:57:02.019Z | |
2570 | 2025-03-12T21:57:02.019Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/197) |
2571 | 2025-03-12T21:57:02.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-03-12T21:57:02.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-03-12T21:57:02.724Z | Compiling cfg_aliases v0.1.1 |
2574 | 2025-03-12T21:57:02.728Z | Compiling vte_generate_state_changes v0.1.2 |
2575 | 2025-03-12T21:57:02.728Z | Checking fd-lock v4.0.2 |
2576 | 2025-03-12T21:57:02.728Z | Checking nibble_vec v0.1.0 |
2577 | 2025-03-12T21:57:02.834Z | Checking endian-type v0.1.2 |
2578 | 2025-03-12T21:57:02.837Z | Checking bytecount v0.6.8 |
2579 | 2025-03-12T21:57:02.846Z | Compiling tabled_derive v0.7.0 |
2580 | 2025-03-12T21:57:02.894Z | Compiling peg-macros v0.8.5 |
2581 | 2025-03-12T21:57:02.925Z | Compiling nix v0.28.0 |
2582 | 2025-03-12T21:57:03.022Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2583 | 2025-03-12T21:57:03.041Z | Checking radix_trie v0.2.1 |
2584 | 2025-03-12T21:57:03.048Z | Checking papergrid v0.11.0 |
2585 | 2025-03-12T21:57:03.074Z | Compiling sqlparser_derive v0.2.2 |
2586 | 2025-03-12T21:57:03.418Z | Checking vte v0.11.1 |
2587 | 2025-03-12T21:57:03.436Z | Checking nu-ansi-term v0.50.1 |
2588 | 2025-03-12T21:57:03.869Z | Checking home v0.5.9 |
2589 | 2025-03-12T21:57:04.025Z | Checking unicode_categories v0.1.1 |
2590 | 2025-03-12T21:57:04.071Z | Checking display-error-chain v0.2.2 |
2591 | 2025-03-12T21:57:04.102Z | Checking sqlparser v0.45.0 |
2592 | 2025-03-12T21:57:04.319Z | Checking sqlformat v0.2.6 |
2593 | 2025-03-12T21:57:04.801Z | Checking strip-ansi-escapes v0.2.0 |
2594 | 2025-03-12T21:57:04.908Z | Checking tabled v0.15.0 |
2595 | 2025-03-12T21:57:04.944Z | Checking reedline v0.38.0 |
2596 | 2025-03-12T21:57:05.281Z | Checking peg v0.8.5 |
2597 | 2025-03-12T21:57:05.825Z | Checking rustyline v14.0.0 |
2598 | 2025-03-12T21:57:14.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s |
2599 | 2025-03-12T21:57:14.992Z | |
2600 | 2025-03-12T21:57:14.992Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/197) |
2601 | 2025-03-12T21:57:15.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2025-03-12T21:57:15.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2025-03-12T21:57:15.714Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2604 | 2025-03-12T21:57:20.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
2605 | 2025-03-12T21:57:20.913Z | |
2606 | 2025-03-12T21:57:20.913Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/197) |
2607 | 2025-03-12T21:57:21.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-03-12T21:57:21.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-03-12T21:57:21.616Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2610 | 2025-03-12T21:57:25.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
2611 | 2025-03-12T21:57:25.302Z | |
2612 | 2025-03-12T21:57:25.303Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/197) |
2613 | 2025-03-12T21:57:25.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-03-12T21:57:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-03-12T21:57:26.013Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2616 | 2025-03-12T21:57:30.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
2617 | 2025-03-12T21:57:31.007Z | |
2618 | 2025-03-12T21:57:31.007Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/197) |
2619 | 2025-03-12T21:57:31.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-03-12T21:57:31.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-03-12T21:57:31.718Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2622 | 2025-03-12T21:57:36.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s |
2623 | 2025-03-12T21:57:36.776Z | |
2624 | 2025-03-12T21:57:36.776Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/197) |
2625 | 2025-03-12T21:57:37.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-03-12T21:57:37.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-03-12T21:57:37.492Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-03-12T21:57:41.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2629 | 2025-03-12T21:57:41.362Z | |
2630 | 2025-03-12T21:57:41.362Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/197) |
2631 | 2025-03-12T21:57:41.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-03-12T21:57:41.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-03-12T21:57:42.066Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2025-03-12T21:57:45.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2635 | 2025-03-12T21:57:45.984Z | |
2636 | 2025-03-12T21:57:45.984Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/197) |
2637 | 2025-03-12T21:57:46.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-03-12T21:57:46.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-03-12T21:57:46.674Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2025-03-12T21:57:51.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
2641 | 2025-03-12T21:57:52.000Z | |
2642 | 2025-03-12T21:57:52.000Z | info: running `cargo check --bins` on oximeter (66/197) |
2643 | 2025-03-12T21:57:52.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-03-12T21:57:52.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-03-12T21:57:52.577Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-03-12T21:57:52.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2647 | 2025-03-12T21:57:52.655Z | |
2648 | 2025-03-12T21:57:52.655Z | info: running `cargo check --bins` on oximeter-macro-impl (67/197) |
2649 | 2025-03-12T21:57:53.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-03-12T21:57:53.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-03-12T21:57:53.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-03-12T21:57:53.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2653 | 2025-03-12T21:57:53.292Z | |
2654 | 2025-03-12T21:57:53.292Z | info: running `cargo check --bins` on oximeter-schema (68/197) |
2655 | 2025-03-12T21:57:53.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-03-12T21:57:53.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-03-12T21:57:53.964Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2658 | 2025-03-12T21:57:55.960Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2659 | 2025-03-12T21:57:56.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.59s |
2660 | 2025-03-12T21:57:57.074Z | |
2661 | 2025-03-12T21:57:57.074Z | info: running `cargo check --bins` on oximeter-types (69/197) |
2662 | 2025-03-12T21:57:57.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-03-12T21:57:57.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-03-12T21:57:57.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-03-12T21:57:57.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2666 | 2025-03-12T21:57:57.740Z | |
2667 | 2025-03-12T21:57:57.740Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/197) |
2668 | 2025-03-12T21:57:58.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-03-12T21:57:58.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-03-12T21:57:58.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-03-12T21:57:58.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2672 | 2025-03-12T21:57:58.410Z | |
2673 | 2025-03-12T21:57:58.411Z | info: running `cargo check --bins` on oxql-types (71/197) |
2674 | 2025-03-12T21:57:58.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-03-12T21:57:58.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-03-12T21:57:58.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-03-12T21:57:58.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2678 | 2025-03-12T21:57:59.071Z | |
2679 | 2025-03-12T21:57:59.071Z | info: running `cargo check --bins` on oximeter-test-utils (72/197) |
2680 | 2025-03-12T21:57:59.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-03-12T21:57:59.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-03-12T21:57:59.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-03-12T21:57:59.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2684 | 2025-03-12T21:57:59.763Z | |
2685 | 2025-03-12T21:57:59.763Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/197) |
2686 | 2025-03-12T21:58:00.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-03-12T21:58:00.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-03-12T21:58:00.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-03-12T21:58:00.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2690 | 2025-03-12T21:58:00.436Z | |
2691 | 2025-03-12T21:58:00.436Z | info: running `cargo check --bins` on bootstrap-agent-client (74/197) |
2692 | 2025-03-12T21:58:01.029Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-03-12T21:58:01.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-03-12T21:58:01.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-03-12T21:58:01.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2696 | 2025-03-12T21:58:01.115Z | |
2697 | 2025-03-12T21:58:01.115Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/197) |
2698 | 2025-03-12T21:58:01.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-03-12T21:58:01.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-03-12T21:58:01.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-03-12T21:58:01.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2702 | 2025-03-12T21:58:01.793Z | |
2703 | 2025-03-12T21:58:01.794Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/197) |
2704 | 2025-03-12T21:58:02.381Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-03-12T21:58:02.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-03-12T21:58:02.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-03-12T21:58:02.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2708 | 2025-03-12T21:58:02.468Z | |
2709 | 2025-03-12T21:58:02.468Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/197) |
2710 | 2025-03-12T21:58:03.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-03-12T21:58:03.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-03-12T21:58:03.058Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-03-12T21:58:03.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2714 | 2025-03-12T21:58:03.138Z | |
2715 | 2025-03-12T21:58:03.138Z | info: running `cargo check --bins` on cockroach-admin-client (78/197) |
2716 | 2025-03-12T21:58:03.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-03-12T21:58:03.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-03-12T21:58:03.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-03-12T21:58:03.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2720 | 2025-03-12T21:58:03.789Z | |
2721 | 2025-03-12T21:58:03.790Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/197) |
2722 | 2025-03-12T21:58:04.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-03-12T21:58:04.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-03-12T21:58:04.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-03-12T21:58:04.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2726 | 2025-03-12T21:58:04.469Z | |
2727 | 2025-03-12T21:58:04.469Z | info: running `cargo check --bins` on dns-service-client (80/197) |
2728 | 2025-03-12T21:58:05.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-03-12T21:58:05.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-03-12T21:58:05.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-03-12T21:58:05.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2732 | 2025-03-12T21:58:05.137Z | |
2733 | 2025-03-12T21:58:05.137Z | info: running `cargo check --bins` on internal-dns-types (81/197) |
2734 | 2025-03-12T21:58:05.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-03-12T21:58:05.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-03-12T21:58:05.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-03-12T21:58:05.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2738 | 2025-03-12T21:58:05.804Z | |
2739 | 2025-03-12T21:58:05.804Z | info: running `cargo check --bins` on dpd-client (82/197) |
2740 | 2025-03-12T21:58:06.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-03-12T21:58:06.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-03-12T21:58:06.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-03-12T21:58:06.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2744 | 2025-03-12T21:58:06.458Z | |
2745 | 2025-03-12T21:58:06.458Z | info: running `cargo check --bins` on gateway-client (83/197) |
2746 | 2025-03-12T21:58:07.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-03-12T21:58:07.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-03-12T21:58:07.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-03-12T21:58:07.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2750 | 2025-03-12T21:58:07.104Z | |
2751 | 2025-03-12T21:58:07.104Z | info: running `cargo check --bins` on installinator-client (84/197) |
2752 | 2025-03-12T21:58:07.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-03-12T21:58:07.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-03-12T21:58:07.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-03-12T21:58:07.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2756 | 2025-03-12T21:58:07.790Z | |
2757 | 2025-03-12T21:58:07.790Z | info: running `cargo check --bins` on installinator-common (85/197) |
2758 | 2025-03-12T21:58:08.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-03-12T21:58:08.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-03-12T21:58:08.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-03-12T21:58:08.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2762 | 2025-03-12T21:58:08.476Z | |
2763 | 2025-03-12T21:58:08.476Z | info: running `cargo check --bins` on update-engine (86/197) |
2764 | 2025-03-12T21:58:09.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-03-12T21:58:09.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-03-12T21:58:09.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-03-12T21:58:09.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2768 | 2025-03-12T21:58:09.122Z | |
2769 | 2025-03-12T21:58:09.122Z | info: running `cargo check --bins` on nexus-client (87/197) |
2770 | 2025-03-12T21:58:09.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-03-12T21:58:09.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-03-12T21:58:09.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-03-12T21:58:09.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2774 | 2025-03-12T21:58:09.820Z | |
2775 | 2025-03-12T21:58:09.820Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/197) |
2776 | 2025-03-12T21:58:10.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-03-12T21:58:10.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-03-12T21:58:10.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-03-12T21:58:10.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2780 | 2025-03-12T21:58:10.498Z | |
2781 | 2025-03-12T21:58:10.498Z | info: running `cargo check --bins` on omicron-passwords (89/197) |
2782 | 2025-03-12T21:58:11.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-03-12T21:58:11.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-03-12T21:58:11.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-03-12T21:58:11.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2786 | 2025-03-12T21:58:11.144Z | |
2787 | 2025-03-12T21:58:11.144Z | info: running `cargo check --bins` on nexus-types (90/197) |
2788 | 2025-03-12T21:58:11.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-03-12T21:58:11.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-03-12T21:58:11.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-03-12T21:58:11.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2792 | 2025-03-12T21:58:11.836Z | |
2793 | 2025-03-12T21:58:11.836Z | info: running `cargo check --bins` on oxide-client (91/197) |
2794 | 2025-03-12T21:58:12.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-03-12T21:58:12.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-03-12T21:58:12.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-03-12T21:58:12.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2798 | 2025-03-12T21:58:12.486Z | |
2799 | 2025-03-12T21:58:12.486Z | info: running `cargo check --bins` on oximeter-client (92/197) |
2800 | 2025-03-12T21:58:13.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-03-12T21:58:13.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-03-12T21:58:13.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-03-12T21:58:13.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2804 | 2025-03-12T21:58:13.155Z | |
2805 | 2025-03-12T21:58:13.155Z | info: running `cargo check --bins` on repo-depot-client (93/197) |
2806 | 2025-03-12T21:58:13.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-03-12T21:58:13.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-03-12T21:58:13.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-03-12T21:58:13.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2810 | 2025-03-12T21:58:13.798Z | |
2811 | 2025-03-12T21:58:13.798Z | info: running `cargo check --bins` on sled-agent-client (94/197) |
2812 | 2025-03-12T21:58:14.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-03-12T21:58:14.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-03-12T21:58:14.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-03-12T21:58:14.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2816 | 2025-03-12T21:58:14.479Z | |
2817 | 2025-03-12T21:58:14.479Z | info: running `cargo check --bins` on wicketd-client (95/197) |
2818 | 2025-03-12T21:58:15.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-03-12T21:58:15.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-03-12T21:58:15.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-03-12T21:58:15.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2822 | 2025-03-12T21:58:15.189Z | |
2823 | 2025-03-12T21:58:15.189Z | info: running `cargo check --bins` on sled-agent-types (96/197) |
2824 | 2025-03-12T21:58:15.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-03-12T21:58:15.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-03-12T21:58:15.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-03-12T21:58:15.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2828 | 2025-03-12T21:58:15.892Z | |
2829 | 2025-03-12T21:58:15.892Z | info: running `cargo check --bins` on wicket-common (97/197) |
2830 | 2025-03-12T21:58:16.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-03-12T21:58:16.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-03-12T21:58:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-03-12T21:58:16.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2834 | 2025-03-12T21:58:16.589Z | |
2835 | 2025-03-12T21:58:16.592Z | info: running `cargo check --bins` on omicron-cockroach-admin (98/197) |
2836 | 2025-03-12T21:58:17.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-03-12T21:58:17.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-03-12T21:58:17.294Z | Checking csv-core v0.1.11 |
2839 | 2025-03-12T21:58:17.298Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2840 | 2025-03-12T21:58:17.298Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2841 | 2025-03-12T21:58:17.298Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2842 | 2025-03-12T21:58:17.597Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2843 | 2025-03-12T21:58:17.600Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2844 | 2025-03-12T21:58:17.625Z | Checking csv v1.3.1 |
2845 | 2025-03-12T21:58:18.189Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2846 | 2025-03-12T21:58:18.533Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2847 | 2025-03-12T21:58:20.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s |
2848 | 2025-03-12T21:58:20.347Z | |
2849 | 2025-03-12T21:58:20.347Z | info: running `cargo check --bins` on cockroach-admin-api (99/197) |
2850 | 2025-03-12T21:58:20.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2025-03-12T21:58:20.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2025-03-12T21:58:20.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2025-03-12T21:58:20.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2854 | 2025-03-12T21:58:21.025Z | |
2855 | 2025-03-12T21:58:21.025Z | info: running `cargo check --bins` on cockroach-admin-types (100/197) |
2856 | 2025-03-12T21:58:21.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2025-03-12T21:58:21.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2025-03-12T21:58:21.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2025-03-12T21:58:21.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2860 | 2025-03-12T21:58:21.696Z | |
2861 | 2025-03-12T21:58:21.696Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (101/197) |
2862 | 2025-03-12T21:58:22.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-03-12T21:58:22.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-03-12T21:58:22.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-03-12T21:58:22.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2866 | 2025-03-12T21:58:22.478Z | |
2867 | 2025-03-12T21:58:22.478Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (102/197) |
2868 | 2025-03-12T21:58:23.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-03-12T21:58:23.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-03-12T21:58:23.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-03-12T21:58:23.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2872 | 2025-03-12T21:58:23.250Z | |
2873 | 2025-03-12T21:58:23.250Z | info: running `cargo check --bins` on dns-server (103/197) |
2874 | 2025-03-12T21:58:23.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-03-12T21:58:23.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-03-12T21:58:23.932Z | Compiling typify-impl v0.3.0 |
2877 | 2025-03-12T21:58:24.044Z | Compiling parking_lot_core v0.8.6 |
2878 | 2025-03-12T21:58:24.049Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2879 | 2025-03-12T21:58:24.059Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2880 | 2025-03-12T21:58:24.065Z | Checking fxhash v0.2.1 |
2881 | 2025-03-12T21:58:24.069Z | Checking hickory-client v0.24.4 |
2882 | 2025-03-12T21:58:24.091Z | Checking hickory-server v0.24.4 |
2883 | 2025-03-12T21:58:24.750Z | Checking parking_lot v0.11.2 |
2884 | 2025-03-12T21:58:24.841Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2885 | 2025-03-12T21:58:24.990Z | Checking sled v0.34.7 |
2886 | 2025-03-12T21:58:29.508Z | Compiling typify-macro v0.3.0 |
2887 | 2025-03-12T21:58:31.023Z | Compiling typify v0.3.0 |
2888 | 2025-03-12T21:58:31.096Z | Compiling progenitor-impl v0.9.1 |
2889 | 2025-03-12T21:58:33.543Z | Compiling progenitor-macro v0.9.1 |
2890 | 2025-03-12T21:58:37.097Z | Checking progenitor v0.9.1 |
2891 | 2025-03-12T21:58:37.227Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2025-03-12T21:58:37.687Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2893 | 2025-03-12T21:58:38.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.69s |
2894 | 2025-03-12T21:58:39.129Z | |
2895 | 2025-03-12T21:58:39.129Z | info: running `cargo check --bins` on dns-server-api (104/197) |
2896 | 2025-03-12T21:58:39.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2025-03-12T21:58:39.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2025-03-12T21:58:39.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2025-03-12T21:58:39.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2900 | 2025-03-12T21:58:39.800Z | |
2901 | 2025-03-12T21:58:39.800Z | info: running `cargo check --bins` on openapi-manager-types (105/197) |
2902 | 2025-03-12T21:58:40.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2025-03-12T21:58:40.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2025-03-12T21:58:40.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2025-03-12T21:58:40.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2906 | 2025-03-12T21:58:40.453Z | |
2907 | 2025-03-12T21:58:40.453Z | info: running `cargo check --bins` on gateway-test-utils (106/197) |
2908 | 2025-03-12T21:58:41.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-03-12T21:58:41.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-03-12T21:58:41.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-03-12T21:58:41.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2912 | 2025-03-12T21:58:41.178Z | |
2913 | 2025-03-12T21:58:41.178Z | info: running `cargo check --bins` on gateway-types (107/197) |
2914 | 2025-03-12T21:58:41.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-03-12T21:58:41.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-03-12T21:58:41.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-03-12T21:58:41.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2918 | 2025-03-12T21:58:41.849Z | |
2919 | 2025-03-12T21:58:41.849Z | info: running `cargo check --bins` on ipcc (108/197) |
2920 | 2025-03-12T21:58:42.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-03-12T21:58:42.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-03-12T21:58:42.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-03-12T21:58:42.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2924 | 2025-03-12T21:58:42.525Z | |
2925 | 2025-03-12T21:58:42.525Z | info: running `cargo check --bins` on omicron-gateway (109/197) |
2926 | 2025-03-12T21:58:43.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-03-12T21:58:43.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-03-12T21:58:43.268Z | Compiling radium v0.7.0 |
2929 | 2025-03-12T21:58:43.268Z | Compiling semver v0.1.20 |
2930 | 2025-03-12T21:58:43.390Z | Checking tap v1.0.1 |
2931 | 2025-03-12T21:58:43.393Z | Compiling maybe-uninit v2.0.0 |
2932 | 2025-03-12T21:58:43.412Z | Checking password-hash v0.5.0 |
2933 | 2025-03-12T21:58:43.415Z | Checking blake2 v0.10.6 |
2934 | 2025-03-12T21:58:43.415Z | Compiling cancel-safe-futures v0.1.5 |
2935 | 2025-03-12T21:58:43.415Z | Checking crc-catalog v2.4.0 |
2936 | 2025-03-12T21:58:43.539Z | Checking wyz v0.5.1 |
2937 | 2025-03-12T21:58:43.607Z | Compiling owo-colors v4.2.0 |
2938 | 2025-03-12T21:58:43.795Z | Compiling rustc_version v0.1.7 |
2939 | 2025-03-12T21:58:43.826Z | Checking funty v2.0.0 |
2940 | 2025-03-12T21:58:43.846Z | Compiling packed_struct v0.10.1 |
2941 | 2025-03-12T21:58:43.910Z | Checking argon2 v0.5.3 |
2942 | 2025-03-12T21:58:43.996Z | Checking crc v3.2.1 |
2943 | 2025-03-12T21:58:44.083Z | Compiling packed_struct_codegen v0.10.1 |
2944 | 2025-03-12T21:58:44.175Z | Compiling newtype_derive v0.1.6 |
2945 | 2025-03-12T21:58:44.256Z | Checking libsw-core v0.3.1 |
2946 | 2025-03-12T21:58:44.275Z | Checking half v2.4.1 |
2947 | 2025-03-12T21:58:44.326Z | Compiling indexmap v1.9.3 |
2948 | 2025-03-12T21:58:44.436Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2949 | 2025-03-12T21:58:44.486Z | Checking ciborium-io v0.2.2 |
2950 | 2025-03-12T21:58:44.563Z | Checking fixedbitset v0.5.7 |
2951 | 2025-03-12T21:58:44.583Z | Checking nodrop v0.1.14 |
2952 | 2025-03-12T21:58:44.619Z | Checking bitvec v1.0.1 |
2953 | 2025-03-12T21:58:44.638Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2954 | 2025-03-12T21:58:44.705Z | Checking array-init v0.0.4 |
2955 | 2025-03-12T21:58:44.708Z | Checking ciborium-ll v0.2.2 |
2956 | 2025-03-12T21:58:44.767Z | Checking libsw v3.4.0 |
2957 | 2025-03-12T21:58:44.922Z | Checking petgraph v0.7.1 |
2958 | 2025-03-12T21:58:44.937Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2959 | 2025-03-12T21:58:45.013Z | Checking smallvec v0.6.14 |
2960 | 2025-03-12T21:58:45.375Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2961 | 2025-03-12T21:58:45.458Z | Checking indent_write v2.2.0 |
2962 | 2025-03-12T21:58:45.619Z | Checking swrite v0.1.0 |
2963 | 2025-03-12T21:58:45.640Z | Checking bitfield v0.14.0 |
2964 | 2025-03-12T21:58:45.687Z | Checking termcolor v1.4.1 |
2965 | 2025-03-12T21:58:45.765Z | Checking hashbrown v0.12.3 |
2966 | 2025-03-12T21:58:45.922Z | Checking linear-map v1.2.0 |
2967 | 2025-03-12T21:58:46.128Z | Checking ron v0.8.1 |
2968 | 2025-03-12T21:58:46.264Z | Checking env_logger v0.10.2 |
2969 | 2025-03-12T21:58:46.370Z | Checking serde-hex v0.1.0 |
2970 | 2025-03-12T21:58:46.393Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2971 | 2025-03-12T21:58:46.614Z | Checking ciborium v0.2.2 |
2972 | 2025-03-12T21:58:46.675Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2973 | 2025-03-12T21:58:47.346Z | Checking steno v0.4.1 |
2974 | 2025-03-12T21:58:47.560Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2975 | 2025-03-12T21:58:47.607Z | Checking hashbrown v0.13.2 |
2976 | 2025-03-12T21:58:47.833Z | Checking crc-any v2.5.0 |
2977 | 2025-03-12T21:58:47.887Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2978 | 2025-03-12T21:58:48.005Z | Checking humantime v2.1.0 |
2979 | 2025-03-12T21:58:48.221Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2980 | 2025-03-12T21:58:48.305Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2981 | 2025-03-12T21:58:48.508Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2982 | 2025-03-12T21:58:48.572Z | Checking object v0.30.4 |
2983 | 2025-03-12T21:58:48.845Z | Checking path-slash v0.1.5 |
2984 | 2025-03-12T21:58:48.887Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2985 | 2025-03-12T21:58:49.085Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2986 | 2025-03-12T21:58:49.462Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2987 | 2025-03-12T21:58:49.727Z | Checking nix v0.27.1 |
2988 | 2025-03-12T21:58:49.788Z | Checking tungstenite v0.23.0 |
2989 | 2025-03-12T21:58:50.173Z | Checking kstat-rs v0.2.4 |
2990 | 2025-03-12T21:58:50.539Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2991 | 2025-03-12T21:58:50.644Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2992 | 2025-03-12T21:58:50.663Z | Checking tokio-tungstenite v0.23.1 |
2993 | 2025-03-12T21:58:50.830Z | Checking signal-hook-tokio v0.3.1 |
2994 | 2025-03-12T21:58:51.070Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2995 | 2025-03-12T21:58:51.489Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2996 | 2025-03-12T21:58:58.215Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2997 | 2025-03-12T21:58:59.565Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2998 | 2025-03-12T21:59:02.189Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2999 | 2025-03-12T21:59:07.503Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3000 | 2025-03-12T21:59:08.172Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3001 | 2025-03-12T21:59:10.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.32s |
3002 | 2025-03-12T21:59:11.054Z | |
3003 | 2025-03-12T21:59:11.054Z | info: running `cargo check --bins` on gateway-api (110/197) |
3004 | 2025-03-12T21:59:11.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-03-12T21:59:11.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-03-12T21:59:11.636Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-03-12T21:59:11.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3008 | 2025-03-12T21:59:11.716Z | |
3009 | 2025-03-12T21:59:11.716Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/197) |
3010 | 2025-03-12T21:59:12.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-03-12T21:59:12.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-03-12T21:59:12.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-03-12T21:59:12.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3014 | 2025-03-12T21:59:12.358Z | |
3015 | 2025-03-12T21:59:12.359Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/197) |
3016 | 2025-03-12T21:59:12.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-03-12T21:59:12.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-03-12T21:59:12.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-03-12T21:59:12.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3020 | 2025-03-12T21:59:13.027Z | |
3021 | 2025-03-12T21:59:13.027Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/197) |
3022 | 2025-03-12T21:59:13.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-03-12T21:59:13.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-03-12T21:59:13.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-03-12T21:59:13.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3026 | 2025-03-12T21:59:13.705Z | |
3027 | 2025-03-12T21:59:13.705Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/197) |
3028 | 2025-03-12T21:59:14.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-03-12T21:59:14.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-03-12T21:59:14.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-03-12T21:59:14.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3032 | 2025-03-12T21:59:14.374Z | |
3033 | 2025-03-12T21:59:14.374Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/197) |
3034 | 2025-03-12T21:59:14.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-03-12T21:59:14.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-03-12T21:59:14.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-03-12T21:59:14.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3038 | 2025-03-12T21:59:15.048Z | |
3039 | 2025-03-12T21:59:15.048Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/197) |
3040 | 2025-03-12T21:59:15.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-03-12T21:59:15.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-03-12T21:59:15.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-03-12T21:59:15.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3044 | 2025-03-12T21:59:15.721Z | |
3045 | 2025-03-12T21:59:15.721Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/197) |
3046 | 2025-03-12T21:59:16.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-03-12T21:59:16.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-03-12T21:59:16.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-03-12T21:59:16.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3050 | 2025-03-12T21:59:16.395Z | |
3051 | 2025-03-12T21:59:16.395Z | info: running `cargo check --bins` on oximeter-producer (118/197) |
3052 | 2025-03-12T21:59:16.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-03-12T21:59:16.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-03-12T21:59:16.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-03-12T21:59:17.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3056 | 2025-03-12T21:59:17.084Z | |
3057 | 2025-03-12T21:59:17.084Z | info: running `cargo check --bins` on internal-dns-resolver (119/197) |
3058 | 2025-03-12T21:59:17.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-03-12T21:59:17.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-03-12T21:59:17.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-03-12T21:59:17.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3062 | 2025-03-12T21:59:17.742Z | |
3063 | 2025-03-12T21:59:17.742Z | info: running `cargo check --bins` on sp-sim (120/197) |
3064 | 2025-03-12T21:59:18.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-03-12T21:59:18.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-03-12T21:59:18.406Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3067 | 2025-03-12T21:59:18.854Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3068 | 2025-03-12T21:59:20.520Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3069 | 2025-03-12T21:59:22.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3070 | 2025-03-12T21:59:22.384Z | |
3071 | 2025-03-12T21:59:22.384Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/197) |
3072 | 2025-03-12T21:59:23.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-03-12T21:59:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-03-12T21:59:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-03-12T21:59:23.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3076 | 2025-03-12T21:59:23.101Z | |
3077 | 2025-03-12T21:59:23.101Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/197) |
3078 | 2025-03-12T21:59:23.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-03-12T21:59:23.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-03-12T21:59:23.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-03-12T21:59:23.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3082 | 2025-03-12T21:59:23.822Z | |
3083 | 2025-03-12T21:59:23.822Z | info: running `cargo check --bins` on db-macros (123/197) |
3084 | 2025-03-12T21:59:24.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-03-12T21:59:24.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-03-12T21:59:24.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-03-12T21:59:24.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3088 | 2025-03-12T21:59:24.469Z | |
3089 | 2025-03-12T21:59:24.469Z | info: running `cargo check --bins` on nexus-macros-common (124/197) |
3090 | 2025-03-12T21:59:25.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-03-12T21:59:25.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-03-12T21:59:25.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-03-12T21:59:25.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3094 | 2025-03-12T21:59:25.123Z | |
3095 | 2025-03-12T21:59:25.123Z | info: running `cargo check --bins` on nexus-auth (125/197) |
3096 | 2025-03-12T21:59:25.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-03-12T21:59:25.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-03-12T21:59:25.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2025-03-12T21:59:25.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3100 | 2025-03-12T21:59:25.837Z | |
3101 | 2025-03-12T21:59:25.837Z | info: running `cargo check --bins` on authz-macros (126/197) |
3102 | 2025-03-12T21:59:26.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2025-03-12T21:59:26.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2025-03-12T21:59:26.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2025-03-12T21:59:26.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3106 | 2025-03-12T21:59:26.483Z | |
3107 | 2025-03-12T21:59:26.483Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/197) |
3108 | 2025-03-12T21:59:27.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2025-03-12T21:59:27.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2025-03-12T21:59:27.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3111 | 2025-03-12T21:59:27.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3112 | 2025-03-12T21:59:27.183Z | |
3113 | 2025-03-12T21:59:27.183Z | info: running `cargo check --bins` on nexus-db-model (128/197) |
3114 | 2025-03-12T21:59:27.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2025-03-12T21:59:27.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2025-03-12T21:59:27.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2025-03-12T21:59:27.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3118 | 2025-03-12T21:59:27.883Z | |
3119 | 2025-03-12T21:59:27.883Z | info: running `cargo check --bins` on nexus-defaults (129/197) |
3120 | 2025-03-12T21:59:28.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2025-03-12T21:59:28.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2025-03-12T21:59:28.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3123 | 2025-03-12T21:59:28.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3124 | 2025-03-12T21:59:28.546Z | |
3125 | 2025-03-12T21:59:28.546Z | info: running `cargo check --bins` on nexus-inventory (130/197) |
3126 | 2025-03-12T21:59:29.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2025-03-12T21:59:29.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2025-03-12T21:59:29.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2025-03-12T21:59:29.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3130 | 2025-03-12T21:59:29.243Z | |
3131 | 2025-03-12T21:59:29.243Z | info: running `cargo check --bins` on typed-rng (131/197) |
3132 | 2025-03-12T21:59:29.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2025-03-12T21:59:29.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2025-03-12T21:59:29.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3135 | 2025-03-12T21:59:29.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3136 | 2025-03-12T21:59:29.885Z | |
3137 | 2025-03-12T21:59:29.885Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/197) |
3138 | 2025-03-12T21:59:30.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2025-03-12T21:59:30.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2025-03-12T21:59:30.664Z | Checking keccak v0.1.5 |
3141 | 2025-03-12T21:59:30.784Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3142 | 2025-03-12T21:59:30.788Z | Checking secrecy v0.8.0 |
3143 | 2025-03-12T21:59:30.788Z | Compiling unicase v2.7.0 |
3144 | 2025-03-12T21:59:30.788Z | Compiling same-file v1.0.6 |
3145 | 2025-03-12T21:59:30.833Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3146 | 2025-03-12T21:59:30.837Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3147 | 2025-03-12T21:59:30.837Z | Compiling thiserror-impl-no-std v2.0.2 |
3148 | 2025-03-12T21:59:30.964Z | Compiling walkdir v2.5.0 |
3149 | 2025-03-12T21:59:31.049Z | Checking universal-hash v0.5.1 |
3150 | 2025-03-12T21:59:31.072Z | Checking sha3 v0.10.8 |
3151 | 2025-03-12T21:59:31.154Z | Compiling blake3 v1.5.4 |
3152 | 2025-03-12T21:59:31.160Z | Checking opaque-debug v0.3.1 |
3153 | 2025-03-12T21:59:31.241Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3154 | 2025-03-12T21:59:31.264Z | Checking poly1305 v0.8.0 |
3155 | 2025-03-12T21:59:31.328Z | Checking chacha20 v0.9.1 |
3156 | 2025-03-12T21:59:31.372Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3157 | 2025-03-12T21:59:31.499Z | Checking aead v0.5.2 |
3158 | 2025-03-12T21:59:31.574Z | Compiling memmap2 v0.9.5 |
3159 | 2025-03-12T21:59:31.577Z | Compiling libefi-sys v0.1.0 |
3160 | 2025-03-12T21:59:31.700Z | Compiling arrayref v0.3.9 |
3161 | 2025-03-12T21:59:31.743Z | Compiling arrayvec v0.7.6 |
3162 | 2025-03-12T21:59:31.761Z | Compiling salty v0.3.0 |
3163 | 2025-03-12T21:59:31.815Z | Compiling constant_time_eq v0.3.1 |
3164 | 2025-03-12T21:59:31.935Z | Checking chacha20poly1305 v0.10.1 |
3165 | 2025-03-12T21:59:32.007Z | Compiling toolchain_find v0.4.0 |
3166 | 2025-03-12T21:59:32.121Z | Compiling camino-tempfile v1.1.1 |
3167 | 2025-03-12T21:59:32.141Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3168 | 2025-03-12T21:59:32.195Z | Compiling bitfield-struct v0.6.2 |
3169 | 2025-03-12T21:59:32.344Z | Compiling topological-sort v0.2.2 |
3170 | 2025-03-12T21:59:32.547Z | Compiling mime_guess v2.0.5 |
3171 | 2025-03-12T21:59:32.567Z | Compiling rustfmt-wrapper v0.2.1 |
3172 | 2025-03-12T21:59:33.022Z | Compiling omicron-zone-package v0.12.0 |
3173 | 2025-03-12T21:59:33.136Z | Compiling progenitor v0.9.1 |
3174 | 2025-03-12T21:59:33.188Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3175 | 2025-03-12T21:59:33.369Z | Checking primeorder v0.13.6 |
3176 | 2025-03-12T21:59:33.475Z | Checking thiserror-no-std v2.0.2 |
3177 | 2025-03-12T21:59:33.478Z | Checking env_filter v0.1.2 |
3178 | 2025-03-12T21:59:33.507Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3179 | 2025-03-12T21:59:33.530Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3180 | 2025-03-12T21:59:33.600Z | Checking vsss-rs v3.3.4 |
3181 | 2025-03-12T21:59:33.700Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3182 | 2025-03-12T21:59:33.733Z | Checking env_logger v0.11.5 |
3183 | 2025-03-12T21:59:33.825Z | Checking p384 v0.13.0 |
3184 | 2025-03-12T21:59:33.871Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3185 | 2025-03-12T21:59:33.944Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3186 | 2025-03-12T21:59:34.065Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3187 | 2025-03-12T21:59:34.117Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3188 | 2025-03-12T21:59:34.262Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3189 | 2025-03-12T21:59:34.306Z | Checking http-range v0.1.5 |
3190 | 2025-03-12T21:59:34.485Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3191 | 2025-03-12T21:59:34.513Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3192 | 2025-03-12T21:59:34.632Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3193 | 2025-03-12T21:59:34.936Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3194 | 2025-03-12T21:59:34.940Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3195 | 2025-03-12T21:59:35.144Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3196 | 2025-03-12T21:59:35.215Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3197 | 2025-03-12T21:59:35.255Z | Checking atty v0.2.14 |
3198 | 2025-03-12T21:59:35.451Z | Checking glob v0.3.2 |
3199 | 2025-03-12T21:59:35.766Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3200 | 2025-03-12T21:59:35.786Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3201 | 2025-03-12T21:59:35.878Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3202 | 2025-03-12T21:59:36.279Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3203 | 2025-03-12T21:59:36.500Z | Checking hyper-staticfile v0.10.1 |
3204 | 2025-03-12T21:59:36.888Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3205 | 2025-03-12T21:59:37.017Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3206 | 2025-03-12T21:59:37.038Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3207 | 2025-03-12T21:59:37.219Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3208 | 2025-03-12T21:59:37.399Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3209 | 2025-03-12T21:59:37.808Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3210 | 2025-03-12T21:59:37.847Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3211 | 2025-03-12T21:59:38.224Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3212 | 2025-03-12T21:59:38.365Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3213 | 2025-03-12T21:59:38.450Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3214 | 2025-03-12T21:59:39.117Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3215 | 2025-03-12T21:59:42.074Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3216 | 2025-03-12T21:59:42.077Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3217 | 2025-03-12T21:59:50.200Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3218 | 2025-03-12T22:00:03.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.31s |
3219 | 2025-03-12T22:00:03.402Z | |
3220 | 2025-03-12T22:00:03.402Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/197) |
3221 | 2025-03-12T22:00:04.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-03-12T22:00:04.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-03-12T22:00:04.176Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3224 | 2025-03-12T22:00:17.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.09s |
3225 | 2025-03-12T22:00:17.699Z | |
3226 | 2025-03-12T22:00:17.699Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/197) |
3227 | 2025-03-12T22:00:18.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-03-12T22:00:18.339Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-03-12T22:00:18.472Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3230 | 2025-03-12T22:00:31.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
3231 | 2025-03-12T22:00:31.840Z | |
3232 | 2025-03-12T22:00:31.840Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/197) |
3233 | 2025-03-12T22:00:32.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-03-12T22:00:32.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-03-12T22:00:32.625Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-03-12T22:00:45.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.93s |
3237 | 2025-03-12T22:00:45.979Z | |
3238 | 2025-03-12T22:00:45.980Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/197) |
3239 | 2025-03-12T22:00:46.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-03-12T22:00:46.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-03-12T22:00:46.762Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3242 | 2025-03-12T22:00:59.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s |
3243 | 2025-03-12T22:01:00.197Z | |
3244 | 2025-03-12T22:01:00.197Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/197) |
3245 | 2025-03-12T22:01:00.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-03-12T22:01:00.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-03-12T22:01:00.969Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2025-03-12T22:01:14.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3249 | 2025-03-12T22:01:14.263Z | |
3250 | 2025-03-12T22:01:14.263Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/197) |
3251 | 2025-03-12T22:01:14.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-03-12T22:01:14.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-03-12T22:01:15.041Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3254 | 2025-03-12T22:01:28.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3255 | 2025-03-12T22:01:28.378Z | |
3256 | 2025-03-12T22:01:28.378Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/197) |
3257 | 2025-03-12T22:01:29.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-03-12T22:01:29.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-03-12T22:01:29.162Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3260 | 2025-03-12T22:01:42.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.95s |
3261 | 2025-03-12T22:01:42.539Z | |
3262 | 2025-03-12T22:01:42.539Z | info: running `cargo check --bins` on bootstrap-agent-api (140/197) |
3263 | 2025-03-12T22:01:43.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-03-12T22:01:43.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-03-12T22:01:43.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2025-03-12T22:01:43.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3267 | 2025-03-12T22:01:43.245Z | |
3268 | 2025-03-12T22:01:43.245Z | info: running `cargo check --bins` on key-manager (141/197) |
3269 | 2025-03-12T22:01:43.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-03-12T22:01:43.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-03-12T22:01:43.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2025-03-12T22:01:43.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3273 | 2025-03-12T22:01:43.914Z | |
3274 | 2025-03-12T22:01:43.914Z | info: running `cargo check --bins` on range-requests (142/197) |
3275 | 2025-03-12T22:01:44.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-03-12T22:01:44.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-03-12T22:01:44.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2025-03-12T22:01:44.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3279 | 2025-03-12T22:01:44.566Z | |
3280 | 2025-03-12T22:01:44.566Z | info: running `cargo check --bins` on repo-depot-api (143/197) |
3281 | 2025-03-12T22:01:45.147Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-03-12T22:01:45.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-03-12T22:01:45.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-03-12T22:01:45.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3285 | 2025-03-12T22:01:45.231Z | |
3286 | 2025-03-12T22:01:45.231Z | info: running `cargo check --bins` on sled-agent-api (144/197) |
3287 | 2025-03-12T22:01:45.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-03-12T22:01:45.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-03-12T22:01:45.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-03-12T22:01:45.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3291 | 2025-03-12T22:01:45.936Z | |
3292 | 2025-03-12T22:01:45.937Z | info: running `cargo check --bins` on sled-diagnostics (145/197) |
3293 | 2025-03-12T22:01:46.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-03-12T22:01:46.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-03-12T22:01:46.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-03-12T22:01:46.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3297 | 2025-03-12T22:01:46.580Z | |
3298 | 2025-03-12T22:01:46.580Z | info: running `cargo check --bins` on sled-hardware (146/197) |
3299 | 2025-03-12T22:01:47.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-03-12T22:01:47.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-03-12T22:01:47.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2025-03-12T22:01:47.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3303 | 2025-03-12T22:01:47.265Z | |
3304 | 2025-03-12T22:01:47.265Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/197) |
3305 | 2025-03-12T22:01:47.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-03-12T22:01:47.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-03-12T22:01:47.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2025-03-12T22:01:47.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3309 | 2025-03-12T22:01:47.948Z | |
3310 | 2025-03-12T22:01:47.949Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/197) |
3311 | 2025-03-12T22:01:48.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-03-12T22:01:48.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-03-12T22:01:48.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2025-03-12T22:01:48.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3315 | 2025-03-12T22:01:48.636Z | |
3316 | 2025-03-12T22:01:48.636Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/197) |
3317 | 2025-03-12T22:01:49.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-03-12T22:01:49.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-03-12T22:01:49.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-03-12T22:01:49.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3321 | 2025-03-12T22:01:49.331Z | |
3322 | 2025-03-12T22:01:49.331Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/197) |
3323 | 2025-03-12T22:01:49.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-03-12T22:01:49.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-03-12T22:01:49.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-03-12T22:01:49.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3327 | 2025-03-12T22:01:50.030Z | |
3328 | 2025-03-12T22:01:50.030Z | info: running `cargo check --bins` on nexus-test-interface (151/197) |
3329 | 2025-03-12T22:01:50.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-03-12T22:01:50.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-03-12T22:01:50.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2025-03-12T22:01:50.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3333 | 2025-03-12T22:01:50.721Z | |
3334 | 2025-03-12T22:01:50.722Z | info: running `cargo check --bins` on oximeter-collector (152/197) |
3335 | 2025-03-12T22:01:51.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-03-12T22:01:51.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-03-12T22:01:51.447Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3338 | 2025-03-12T22:01:51.447Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3339 | 2025-03-12T22:01:52.319Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3340 | 2025-03-12T22:01:55.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
3341 | 2025-03-12T22:01:55.659Z | |
3342 | 2025-03-12T22:01:55.659Z | info: running `cargo check --bins` on oximeter-api (153/197) |
3343 | 2025-03-12T22:01:55.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-03-12T22:01:55.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-03-12T22:01:55.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-03-12T22:01:55.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3347 | 2025-03-12T22:01:55.659Z | |
3348 | 2025-03-12T22:01:55.659Z | info: running `cargo check --bins` on cert-dev (154/197) |
3349 | 2025-03-12T22:01:56.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-03-12T22:01:56.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-03-12T22:01:56.183Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3352 | 2025-03-12T22:01:56.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3353 | 2025-03-12T22:01:56.846Z | |
3354 | 2025-03-12T22:01:56.846Z | info: running `cargo check --bins` on clickana (155/197) |
3355 | 2025-03-12T22:01:56.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-03-12T22:01:56.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-03-12T22:01:57.027Z | Checking itertools v0.13.0 |
3358 | 2025-03-12T22:01:57.027Z | Checking castaway v0.2.3 |
3359 | 2025-03-12T22:01:57.031Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3360 | 2025-03-12T22:01:57.031Z | Checking lru v0.12.5 |
3361 | 2025-03-12T22:01:57.031Z | Compiling instability v0.3.2 |
3362 | 2025-03-12T22:01:57.031Z | Checking cassowary v0.3.0 |
3363 | 2025-03-12T22:01:57.179Z | Compiling indoc v2.0.6 |
3364 | 2025-03-12T22:01:57.260Z | Checking compact_str v0.8.0 |
3365 | 2025-03-12T22:01:58.876Z | Checking unicode-truncate v1.1.0 |
3366 | 2025-03-12T22:01:58.908Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3367 | 2025-03-12T22:01:59.130Z | Checking ratatui v0.29.0 |
3368 | 2025-03-12T22:02:00.966Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3369 | 2025-03-12T22:02:01.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
3370 | 2025-03-12T22:02:02.014Z | |
3371 | 2025-03-12T22:02:02.014Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/197) |
3372 | 2025-03-12T22:02:02.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2025-03-12T22:02:02.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2025-03-12T22:02:02.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3375 | 2025-03-12T22:02:02.740Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3376 | 2025-03-12T22:02:03.754Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3377 | 2025-03-12T22:02:04.213Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3378 | 2025-03-12T22:02:04.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
3379 | 2025-03-12T22:02:04.781Z | |
3380 | 2025-03-12T22:02:04.781Z | info: running `cargo check --bins` on ch-dev (157/197) |
3381 | 2025-03-12T22:02:05.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-03-12T22:02:05.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-03-12T22:02:05.482Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3384 | 2025-03-12T22:02:06.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3385 | 2025-03-12T22:02:06.416Z | |
3386 | 2025-03-12T22:02:06.416Z | info: running `cargo check --bins` on crdb-seed (158/197) |
3387 | 2025-03-12T22:02:07.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-03-12T22:02:07.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-03-12T22:02:07.109Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3390 | 2025-03-12T22:02:07.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3391 | 2025-03-12T22:02:07.652Z | |
3392 | 2025-03-12T22:02:07.652Z | info: running `cargo check --bins` on db-dev (159/197) |
3393 | 2025-03-12T22:02:08.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2025-03-12T22:02:08.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2025-03-12T22:02:08.352Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3396 | 2025-03-12T22:02:09.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3397 | 2025-03-12T22:02:09.300Z | |
3398 | 2025-03-12T22:02:09.300Z | info: running `cargo check --bins` on omicron-dev-lib (160/197) |
3399 | 2025-03-12T22:02:09.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-03-12T22:02:09.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-03-12T22:02:09.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2025-03-12T22:02:09.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3403 | 2025-03-12T22:02:09.982Z | |
3404 | 2025-03-12T22:02:09.982Z | info: running `cargo check --bins` on xtask-downloader (161/197) |
3405 | 2025-03-12T22:02:10.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-03-12T22:02:10.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-03-12T22:02:10.627Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3408 | 2025-03-12T22:02:11.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3409 | 2025-03-12T22:02:11.670Z | |
3410 | 2025-03-12T22:02:11.670Z | info: running `cargo check --bins` on omicron-ls-apis (162/197) |
3411 | 2025-03-12T22:02:12.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-03-12T22:02:12.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-03-12T22:02:12.295Z | Checking cargo-platform v0.1.8 |
3414 | 2025-03-12T22:02:12.575Z | Checking cargo_metadata v0.19.2 |
3415 | 2025-03-12T22:02:13.566Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3416 | 2025-03-12T22:02:14.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3417 | 2025-03-12T22:02:14.554Z | |
3418 | 2025-03-12T22:02:14.554Z | info: running `cargo check --bins` on mgs-dev (163/197) |
3419 | 2025-03-12T22:02:15.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-03-12T22:02:15.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-03-12T22:02:15.301Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3422 | 2025-03-12T22:02:16.740Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3423 | 2025-03-12T22:02:17.295Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3424 | 2025-03-12T22:02:17.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
3425 | 2025-03-12T22:02:18.021Z | |
3426 | 2025-03-12T22:02:18.021Z | info: running `cargo check --bins` on omicron-omdb (164/197) |
3427 | 2025-03-12T22:02:18.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3428 | 2025-03-12T22:02:18.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3429 | 2025-03-12T22:02:18.842Z | Compiling crunchy v0.2.2 |
3430 | 2025-03-12T22:02:18.842Z | Compiling tiny-keccak v2.0.2 |
3431 | 2025-03-12T22:02:18.842Z | Compiling dsl_auto_type v0.1.2 |
3432 | 2025-03-12T22:02:18.845Z | Checking scheduled-thread-pool v0.2.7 |
3433 | 2025-03-12T22:02:18.845Z | Compiling diesel_table_macro_syntax v0.2.0 |
3434 | 2025-03-12T22:02:18.845Z | Compiling bit-vec v0.6.3 |
3435 | 2025-03-12T22:02:19.018Z | Compiling ascii-canvas v3.0.0 |
3436 | 2025-03-12T22:02:19.035Z | Compiling ena v0.14.3 |
3437 | 2025-03-12T22:02:19.196Z | Checking r2d2 v0.8.10 |
3438 | 2025-03-12T22:02:19.277Z | Compiling bindgen v0.71.1 |
3439 | 2025-03-12T22:02:19.390Z | Compiling bit-set v0.5.3 |
3440 | 2025-03-12T22:02:19.414Z | Compiling regex-syntax v0.6.29 |
3441 | 2025-03-12T22:02:19.450Z | Compiling diff v0.1.13 |
3442 | 2025-03-12T22:02:19.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3443 | 2025-03-12T22:02:19.523Z | Compiling ref-cast v1.0.23 |
3444 | 2025-03-12T22:02:19.652Z | Compiling rustc-hash v2.1.1 |
3445 | 2025-03-12T22:02:19.740Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3446 | 2025-03-12T22:02:19.863Z | Compiling derive_builder_core v0.20.2 |
3447 | 2025-03-12T22:02:19.964Z | Compiling libxml v0.3.3 |
3448 | 2025-03-12T22:02:20.058Z | Compiling ref-cast-impl v1.0.23 |
3449 | 2025-03-12T22:02:20.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3450 | 2025-03-12T22:02:20.309Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3451 | 2025-03-12T22:02:20.329Z | Compiling diesel_derives v2.2.3 |
3452 | 2025-03-12T22:02:20.403Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3453 | 2025-03-12T22:02:20.634Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3454 | 2025-03-12T22:02:20.715Z | Compiling strum_macros v0.24.3 |
3455 | 2025-03-12T22:02:21.001Z | Compiling indoc v1.0.9 |
3456 | 2025-03-12T22:02:21.899Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3457 | 2025-03-12T22:02:21.983Z | Compiling derive_builder_macro v0.20.2 |
3458 | 2025-03-12T22:02:22.207Z | Compiling impl-trait-for-tuples v0.2.2 |
3459 | 2025-03-12T22:02:22.829Z | Compiling lalrpop v0.19.12 |
3460 | 2025-03-12T22:02:22.861Z | Checking derive_builder v0.20.2 |
3461 | 2025-03-12T22:02:23.035Z | Compiling oso-derive v0.27.3 |
3462 | 2025-03-12T22:02:23.242Z | Checking quick-xml v0.37.2 |
3463 | 2025-03-12T22:02:23.907Z | Compiling diesel-dtrace v0.4.2 |
3464 | 2025-03-12T22:02:24.000Z | Checking maplit v1.0.2 |
3465 | 2025-03-12T22:02:24.170Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3466 | 2025-03-12T22:02:24.333Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3467 | 2025-03-12T22:02:24.579Z | Checking bb8 v0.8.5 |
3468 | 2025-03-12T22:02:24.688Z | Checking io-lifetimes v1.0.11 |
3469 | 2025-03-12T22:02:24.906Z | Checking rustix v0.37.28 |
3470 | 2025-03-12T22:02:25.065Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3471 | 2025-03-12T22:02:25.244Z | Checking rand_seeder v0.3.0 |
3472 | 2025-03-12T22:02:25.472Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3473 | 2025-03-12T22:02:25.524Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3474 | 2025-03-12T22:02:25.734Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3475 | 2025-03-12T22:02:25.752Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3476 | 2025-03-12T22:02:26.023Z | Checking terminal_size v0.2.6 |
3477 | 2025-03-12T22:02:26.088Z | Checking is_ci v1.2.0 |
3478 | 2025-03-12T22:02:26.225Z | Checking unicode-linebreak v0.1.5 |
3479 | 2025-03-12T22:02:26.254Z | Checking smawk v0.3.2 |
3480 | 2025-03-12T22:02:26.488Z | Checking supports-color v3.0.2 |
3481 | 2025-03-12T22:02:26.655Z | Checking textwrap v0.16.1 |
3482 | 2025-03-12T22:02:26.742Z | Checking multimap v0.10.0 |
3483 | 2025-03-12T22:02:27.871Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3484 | 2025-03-12T22:02:29.063Z | Checking diesel v2.2.8 |
3485 | 2025-03-12T22:02:44.194Z | Compiling samael v0.0.18 |
3486 | 2025-03-12T22:03:01.589Z | Checking async-bb8-diesel v0.2.1 |
3487 | 2025-03-12T22:03:02.922Z | Compiling polar-core v0.27.3 |
3488 | 2025-03-12T22:03:10.124Z | Checking oso v0.27.3 |
3489 | 2025-03-12T22:04:10.470Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3490 | 2025-03-12T22:04:17.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3491 | 2025-03-12T22:04:17.267Z | |
3492 | 2025-03-12T22:04:17.268Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/197) |
3493 | 2025-03-12T22:04:17.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2025-03-12T22:04:17.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2025-03-12T22:04:17.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3496 | 2025-03-12T22:04:17.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3497 | 2025-03-12T22:04:17.995Z | |
3498 | 2025-03-12T22:04:17.995Z | info: running `cargo check --bins` on nexus-saga-recovery (166/197) |
3499 | 2025-03-12T22:04:18.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-03-12T22:04:18.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-03-12T22:04:18.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-03-12T22:04:18.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3503 | 2025-03-12T22:04:18.721Z | |
3504 | 2025-03-12T22:04:18.721Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/197) |
3505 | 2025-03-12T22:04:19.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-03-12T22:04:19.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-03-12T22:04:19.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-03-12T22:04:19.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3509 | 2025-03-12T22:04:19.377Z | |
3510 | 2025-03-12T22:04:19.377Z | info: running `cargo check --bins` on omicron-nexus (168/197) |
3511 | 2025-03-12T22:04:20.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-03-12T22:04:20.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-03-12T22:04:20.212Z | Compiling libz-sys v1.1.20 |
3514 | 2025-03-12T22:04:20.215Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3515 | 2025-03-12T22:04:20.347Z | Compiling vergen v8.3.2 |
3516 | 2025-03-12T22:04:20.350Z | Compiling cargo-platform v0.1.8 |
3517 | 2025-03-12T22:04:20.350Z | Compiling pin-project-internal v1.1.6 |
3518 | 2025-03-12T22:04:20.389Z | Compiling snafu-derive v0.8.5 |
3519 | 2025-03-12T22:04:20.392Z | Compiling rustls v0.21.12 |
3520 | 2025-03-12T22:04:20.437Z | Checking globset v0.4.15 |
3521 | 2025-03-12T22:04:20.666Z | Compiling cargo_metadata v0.18.1 |
3522 | 2025-03-12T22:04:20.717Z | Checking olpc-cjson v0.1.4 |
3523 | 2025-03-12T22:04:20.858Z | Checking sct v0.7.1 |
3524 | 2025-03-12T22:04:20.953Z | Checking rustls-webpki v0.101.7 |
3525 | 2025-03-12T22:04:20.971Z | Checking serde_plain v1.0.2 |
3526 | 2025-03-12T22:04:21.067Z | Checking typed-path v0.9.3 |
3527 | 2025-03-12T22:04:21.099Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3528 | 2025-03-12T22:04:21.410Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3529 | 2025-03-12T22:04:21.428Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3530 | 2025-03-12T22:04:21.700Z | Checking parse-size v1.1.0 |
3531 | 2025-03-12T22:04:21.814Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3532 | 2025-03-12T22:04:21.888Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3533 | 2025-03-12T22:04:22.750Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3534 | 2025-03-12T22:04:22.800Z | Checking rustls-pemfile v1.0.4 |
3535 | 2025-03-12T22:04:22.820Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3536 | 2025-03-12T22:04:22.957Z | Checking pin-project v1.1.6 |
3537 | 2025-03-12T22:04:23.012Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3538 | 2025-03-12T22:04:23.109Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3539 | 2025-03-12T22:04:23.294Z | Checking twox-hash v2.1.0 |
3540 | 2025-03-12T22:04:23.430Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3541 | 2025-03-12T22:04:23.456Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3542 | 2025-03-12T22:04:23.915Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3543 | 2025-03-12T22:04:24.591Z | Checking tokio-rustls v0.24.1 |
3544 | 2025-03-12T22:04:24.946Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3545 | 2025-03-12T22:04:25.026Z | Checking snafu v0.8.5 |
3546 | 2025-03-12T22:04:25.225Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3547 | 2025-03-12T22:04:25.444Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3548 | 2025-03-12T22:04:25.469Z | Checking tough v0.19.0 |
3549 | 2025-03-12T22:04:25.469Z | Checking fatfs v0.3.6 |
3550 | 2025-03-12T22:04:25.490Z | Checking assert_matches v1.5.0 |
3551 | 2025-03-12T22:04:29.312Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
3552 | 2025-03-12T22:04:30.389Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3553 | 2025-03-12T22:04:32.014Z | Compiling git2 v0.19.0 |
3554 | 2025-03-12T22:04:35.992Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3555 | 2025-03-12T22:05:34.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
3556 | 2025-03-12T22:05:34.958Z | |
3557 | 2025-03-12T22:05:34.958Z | info: running `cargo check --bins` on nexus-external-api (169/197) |
3558 | 2025-03-12T22:05:35.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3559 | 2025-03-12T22:05:35.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3560 | 2025-03-12T22:05:35.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3561 | 2025-03-12T22:05:35.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3562 | 2025-03-12T22:05:35.687Z | |
3563 | 2025-03-12T22:05:35.687Z | info: running `cargo check --bins` on nexus-internal-api (170/197) |
3564 | 2025-03-12T22:05:36.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-03-12T22:05:36.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-03-12T22:05:36.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3567 | 2025-03-12T22:05:36.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3568 | 2025-03-12T22:05:36.384Z | |
3569 | 2025-03-12T22:05:36.384Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (171/197) |
3570 | 2025-03-12T22:05:37.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2025-03-12T22:05:37.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2025-03-12T22:05:37.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3573 | 2025-03-12T22:05:37.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3574 | 2025-03-12T22:05:37.099Z | |
3575 | 2025-03-12T22:05:37.099Z | info: running `cargo check --bins` on nexus-networking (172/197) |
3576 | 2025-03-12T22:05:37.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-03-12T22:05:37.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-03-12T22:05:37.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3579 | 2025-03-12T22:05:37.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3580 | 2025-03-12T22:05:37.811Z | |
3581 | 2025-03-12T22:05:37.811Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (173/197) |
3582 | 2025-03-12T22:05:38.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-03-12T22:05:38.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-03-12T22:05:38.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2025-03-12T22:05:38.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3586 | 2025-03-12T22:05:38.515Z | |
3587 | 2025-03-12T22:05:38.515Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (174/197) |
3588 | 2025-03-12T22:05:39.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-03-12T22:05:39.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-03-12T22:05:39.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-03-12T22:05:39.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3592 | 2025-03-12T22:05:39.227Z | |
3593 | 2025-03-12T22:05:39.227Z | info: running `cargo check --bins` on update-common (175/197) |
3594 | 2025-03-12T22:05:39.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-03-12T22:05:39.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-03-12T22:05:39.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-03-12T22:05:39.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3598 | 2025-03-12T22:05:39.922Z | |
3599 | 2025-03-12T22:05:39.923Z | info: running `cargo check --bins` on omicron-dev (176/197) |
3600 | 2025-03-12T22:05:40.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-03-12T22:05:40.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-03-12T22:05:40.807Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3603 | 2025-03-12T22:05:40.810Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3604 | 2025-03-12T22:05:40.954Z | Checking yansi v1.0.1 |
3605 | 2025-03-12T22:05:40.958Z | Checking diff v0.1.13 |
3606 | 2025-03-12T22:05:40.958Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3607 | 2025-03-12T22:05:40.958Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3608 | 2025-03-12T22:05:41.408Z | Checking pretty_assertions v1.4.1 |
3609 | 2025-03-12T22:05:42.004Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3610 | 2025-03-12T22:06:09.919Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3611 | 2025-03-12T22:06:09.923Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3612 | 2025-03-12T22:06:09.923Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3613 | 2025-03-12T22:06:09.923Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3614 | 2025-03-12T22:06:09.923Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3615 | 2025-03-12T22:06:09.923Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3616 | 2025-03-12T22:06:10.809Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3617 | 2025-03-12T22:06:11.970Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3618 | 2025-03-12T22:06:53.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3619 | 2025-03-12T22:06:54.209Z | |
3620 | 2025-03-12T22:06:54.209Z | info: running `cargo check --bins` on openapi-manager (177/197) |
3621 | 2025-03-12T22:06:54.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-03-12T22:06:54.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-03-12T22:06:54.982Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3624 | 2025-03-12T22:06:54.982Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3625 | 2025-03-12T22:06:54.985Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3626 | 2025-03-12T22:06:55.121Z | Compiling proc-macro-error-attr2 v2.0.0 |
3627 | 2025-03-12T22:06:55.124Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3628 | 2025-03-12T22:06:55.136Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3629 | 2025-03-12T22:06:55.165Z | Checking papergrid v0.14.0 |
3630 | 2025-03-12T22:06:55.181Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3631 | 2025-03-12T22:06:55.362Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3632 | 2025-03-12T22:06:55.476Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3633 | 2025-03-12T22:06:55.742Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3634 | 2025-03-12T22:06:55.869Z | Compiling proc-macro-error2 v2.0.1 |
3635 | 2025-03-12T22:06:56.460Z | Compiling tabled_derive v0.10.0 |
3636 | 2025-03-12T22:06:56.634Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3637 | 2025-03-12T22:06:56.873Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3638 | 2025-03-12T22:06:56.892Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3639 | 2025-03-12T22:06:57.454Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3640 | 2025-03-12T22:06:57.896Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3641 | 2025-03-12T22:06:57.985Z | Checking heck v0.4.1 |
3642 | 2025-03-12T22:06:58.220Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3643 | 2025-03-12T22:06:58.397Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3644 | 2025-03-12T22:06:58.610Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3645 | 2025-03-12T22:06:58.960Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3646 | 2025-03-12T22:06:59.101Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3647 | 2025-03-12T22:06:59.130Z | Checking tabled v0.18.0 |
3648 | 2025-03-12T22:06:59.449Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3649 | 2025-03-12T22:06:59.557Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3650 | 2025-03-12T22:06:59.589Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3651 | 2025-03-12T22:07:01.272Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3652 | 2025-03-12T22:07:01.273Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3653 | 2025-03-12T22:07:04.230Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3654 | 2025-03-12T22:07:05.803Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3655 | 2025-03-12T22:07:10.534Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3656 | 2025-03-12T22:07:10.534Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3657 | 2025-03-12T22:07:11.806Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3658 | 2025-03-12T22:07:13.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.00s |
3659 | 2025-03-12T22:07:13.414Z | |
3660 | 2025-03-12T22:07:13.414Z | info: running `cargo check --bins` on installinator-api (178/197) |
3661 | 2025-03-12T22:07:14.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3662 | 2025-03-12T22:07:14.021Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3663 | 2025-03-12T22:07:14.021Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3664 | 2025-03-12T22:07:14.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3665 | 2025-03-12T22:07:14.109Z | |
3666 | 2025-03-12T22:07:14.109Z | info: running `cargo check --bins` on wicketd-api (179/197) |
3667 | 2025-03-12T22:07:14.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3668 | 2025-03-12T22:07:14.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3669 | 2025-03-12T22:07:14.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3670 | 2025-03-12T22:07:14.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3671 | 2025-03-12T22:07:14.814Z | |
3672 | 2025-03-12T22:07:14.814Z | info: running `cargo check --bins` on omicron-pins (180/197) |
3673 | 2025-03-12T22:07:15.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3674 | 2025-03-12T22:07:15.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3675 | 2025-03-12T22:07:15.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3676 | 2025-03-12T22:07:15.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3677 | 2025-03-12T22:07:15.458Z | |
3678 | 2025-03-12T22:07:15.458Z | info: running `cargo check --bins` on reconfigurator-cli (181/197) |
3679 | 2025-03-12T22:07:16.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-03-12T22:07:16.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-03-12T22:07:16.198Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3682 | 2025-03-12T22:07:16.201Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3683 | 2025-03-12T22:07:16.201Z | Compiling petname v2.0.2 |
3684 | 2025-03-12T22:07:16.201Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3685 | 2025-03-12T22:07:16.201Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3686 | 2025-03-12T22:07:16.201Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3687 | 2025-03-12T22:07:16.201Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3688 | 2025-03-12T22:07:16.332Z | Checking sync-ptr v0.1.1 |
3689 | 2025-03-12T22:07:21.295Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3690 | 2025-03-12T22:07:21.897Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3691 | 2025-03-12T22:07:23.122Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3692 | 2025-03-12T22:07:24.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3693 | 2025-03-12T22:07:24.876Z | |
3694 | 2025-03-12T22:07:24.876Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (182/197) |
3695 | 2025-03-12T22:07:25.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3696 | 2025-03-12T22:07:25.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3697 | 2025-03-12T22:07:25.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3698 | 2025-03-12T22:07:25.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3699 | 2025-03-12T22:07:25.580Z | |
3700 | 2025-03-12T22:07:25.581Z | info: running `cargo check --bins` on omicron-releng (183/197) |
3701 | 2025-03-12T22:07:26.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3702 | 2025-03-12T22:07:26.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3703 | 2025-03-12T22:07:26.253Z | Checking memmap2 v0.9.5 |
3704 | 2025-03-12T22:07:26.254Z | Checking arrayref v0.3.9 |
3705 | 2025-03-12T22:07:26.257Z | Checking constant_time_eq v0.3.1 |
3706 | 2025-03-12T22:07:26.257Z | Checking arrayvec v0.7.6 |
3707 | 2025-03-12T22:07:26.257Z | Checking topological-sort v0.2.2 |
3708 | 2025-03-12T22:07:26.257Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3709 | 2025-03-12T22:07:26.257Z | Checking shell-words v1.1.0 |
3710 | 2025-03-12T22:07:26.621Z | Checking blake3 v1.5.4 |
3711 | 2025-03-12T22:07:26.950Z | Checking omicron-zone-package v0.12.0 |
3712 | 2025-03-12T22:07:28.067Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3713 | 2025-03-12T22:07:28.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3714 | 2025-03-12T22:07:29.063Z | |
3715 | 2025-03-12T22:07:29.063Z | info: running `cargo check --bins` on xtask (184/197) |
3716 | 2025-03-12T22:07:29.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3717 | 2025-03-12T22:07:29.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3718 | 2025-03-12T22:07:29.519Z | Checking bitflags v2.6.0 |
3719 | 2025-03-12T22:07:29.523Z | Checking serde v1.0.218 |
3720 | 2025-03-12T22:07:29.523Z | Checking thiserror v1.0.69 |
3721 | 2025-03-12T22:07:29.618Z | Checking scroll v0.12.0 |
3722 | 2025-03-12T22:07:29.626Z | Checking hashbrown v0.15.1 |
3723 | 2025-03-12T22:07:29.630Z | Checking log v0.4.22 |
3724 | 2025-03-12T22:07:29.630Z | Checking zerocopy v0.7.35 |
3725 | 2025-03-12T22:07:29.661Z | Checking syn v2.0.98 |
3726 | 2025-03-12T22:07:29.734Z | Checking pest v2.7.14 |
3727 | 2025-03-12T22:07:29.856Z | Checking rustix v0.38.37 |
3728 | 2025-03-12T22:07:29.890Z | Checking once_cell v1.20.3 |
3729 | 2025-03-12T22:07:30.055Z | Checking goblin v0.8.2 |
3730 | 2025-03-12T22:07:30.187Z | Checking thiserror v2.0.11 |
3731 | 2025-03-12T22:07:30.339Z | Checking fs-err v2.11.0 |
3732 | 2025-03-12T22:07:30.562Z | Checking indexmap v2.7.1 |
3733 | 2025-03-12T22:07:30.674Z | Checking tabled v0.15.0 |
3734 | 2025-03-12T22:07:30.812Z | Checking anyhow v1.0.97 |
3735 | 2025-03-12T22:07:31.710Z | Checking terminal_size v0.4.0 |
3736 | 2025-03-12T22:07:31.710Z | Checking tempfile v3.13.0 |
3737 | 2025-03-12T22:07:31.892Z | Checking clap_builder v4.5.31 |
3738 | 2025-03-12T22:07:32.200Z | Checking dtrace-parser v0.2.0 |
3739 | 2025-03-12T22:07:33.473Z | Checking serde_json v1.0.139 |
3740 | 2025-03-12T22:07:33.476Z | Checking serde_spanned v0.6.8 |
3741 | 2025-03-12T22:07:33.476Z | Checking toml_datetime v0.6.8 |
3742 | 2025-03-12T22:07:33.476Z | Checking camino v1.1.9 |
3743 | 2025-03-12T22:07:33.476Z | Checking cargo-platform v0.1.8 |
3744 | 2025-03-12T22:07:33.603Z | Checking semver v1.0.25 |
3745 | 2025-03-12T22:07:33.701Z | Checking macaddr v1.0.1 |
3746 | 2025-03-12T22:07:33.800Z | Checking toml_edit v0.22.24 |
3747 | 2025-03-12T22:07:33.962Z | Checking camino-tempfile v1.1.1 |
3748 | 2025-03-12T22:07:34.425Z | Checking clap v4.5.31 |
3749 | 2025-03-12T22:07:34.663Z | Checking dof v0.3.0 |
3750 | 2025-03-12T22:07:34.666Z | Checking cargo_metadata v0.19.2 |
3751 | 2025-03-12T22:07:35.071Z | Checking usdt-impl v0.5.0 |
3752 | 2025-03-12T22:07:35.430Z | Checking usdt v0.5.0 |
3753 | 2025-03-12T22:07:35.609Z | Checking toml v0.8.20 |
3754 | 2025-03-12T22:07:36.044Z | Checking cargo_toml v0.21.0 |
3755 | 2025-03-12T22:07:37.227Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3756 | 2025-03-12T22:07:37.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s |
3757 | 2025-03-12T22:07:37.961Z | |
3758 | 2025-03-12T22:07:37.961Z | info: running `cargo check --bins` on end-to-end-tests (185/197) |
3759 | 2025-03-12T22:07:38.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3760 | 2025-03-12T22:07:38.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3761 | 2025-03-12T22:07:38.760Z | Checking polyval v0.6.2 |
3762 | 2025-03-12T22:07:38.880Z | Checking ctr v0.9.2 |
3763 | 2025-03-12T22:07:38.892Z | Checking ssh-encoding v0.2.0 |
3764 | 2025-03-12T22:07:38.896Z | Checking blowfish v0.9.1 |
3765 | 2025-03-12T22:07:38.916Z | Checking password-hash v0.4.2 |
3766 | 2025-03-12T22:07:38.930Z | Checking p256 v0.13.2 |
3767 | 2025-03-12T22:07:38.933Z | Checking p521 v0.13.3 |
3768 | 2025-03-12T22:07:38.965Z | Checking russh-cryptovec v0.7.3 |
3769 | 2025-03-12T22:07:39.128Z | Checking bcrypt-pbkdf v0.10.0 |
3770 | 2025-03-12T22:07:39.132Z | Checking ghash v0.5.1 |
3771 | 2025-03-12T22:07:39.165Z | Checking md5 v0.7.0 |
3772 | 2025-03-12T22:07:39.185Z | Checking num-bigint v0.4.6 |
3773 | 2025-03-12T22:07:39.204Z | Checking des v0.8.1 |
3774 | 2025-03-12T22:07:39.298Z | Checking pbkdf2 v0.11.0 |
3775 | 2025-03-12T22:07:39.327Z | Checking aes-gcm v0.10.3 |
3776 | 2025-03-12T22:07:39.380Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3777 | 2025-03-12T22:07:39.419Z | Checking hex-literal v0.4.1 |
3778 | 2025-03-12T22:07:39.440Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3779 | 2025-03-12T22:07:39.509Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3780 | 2025-03-12T22:07:39.563Z | Checking ssh-cipher v0.2.0 |
3781 | 2025-03-12T22:07:39.583Z | Checking internet-checksum v0.2.1 |
3782 | 2025-03-12T22:07:39.854Z | Checking ssh-key v0.6.6 |
3783 | 2025-03-12T22:07:40.080Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3784 | 2025-03-12T22:07:40.966Z | Checking russh-keys v0.45.0 |
3785 | 2025-03-12T22:07:41.817Z | Checking russh v0.45.0 |
3786 | 2025-03-12T22:08:00.500Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3787 | 2025-03-12T22:08:01.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s |
3788 | 2025-03-12T22:08:02.081Z | |
3789 | 2025-03-12T22:08:02.081Z | info: running `cargo check --bins` on gateway-cli (186/197) |
3790 | 2025-03-12T22:08:02.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3791 | 2025-03-12T22:08:02.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3792 | 2025-03-12T22:08:02.764Z | Checking termios v0.3.3 |
3793 | 2025-03-12T22:08:02.993Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3794 | 2025-03-12T22:08:03.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3795 | 2025-03-12T22:08:03.967Z | |
3796 | 2025-03-12T22:08:03.967Z | info: running `cargo check --bins --no-default-features` on installinator (187/197) |
3797 | 2025-03-12T22:08:04.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3798 | 2025-03-12T22:08:04.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3799 | 2025-03-12T22:08:04.704Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3800 | 2025-03-12T22:08:04.704Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3801 | 2025-03-12T22:08:04.707Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3802 | 2025-03-12T22:08:04.707Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3803 | 2025-03-12T22:08:05.709Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3804 | 2025-03-12T22:08:06.937Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3805 | 2025-03-12T22:08:08.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
3806 | 2025-03-12T22:08:08.944Z | |
3807 | 2025-03-12T22:08:08.944Z | info: running `cargo check --bins` on internal-dns-cli (188/197) |
3808 | 2025-03-12T22:08:09.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3809 | 2025-03-12T22:08:09.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3810 | 2025-03-12T22:08:09.614Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3811 | 2025-03-12T22:08:10.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3812 | 2025-03-12T22:08:10.271Z | |
3813 | 2025-03-12T22:08:10.271Z | info: running `cargo check --bins` on omicron-live-tests (189/197) |
3814 | 2025-03-12T22:08:10.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3815 | 2025-03-12T22:08:10.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3816 | 2025-03-12T22:08:10.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3817 | 2025-03-12T22:08:10.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3818 | 2025-03-12T22:08:10.916Z | |
3819 | 2025-03-12T22:08:10.916Z | info: running `cargo check --bins` on live-tests-macros (190/197) |
3820 | 2025-03-12T22:08:11.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3821 | 2025-03-12T22:08:11.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3822 | 2025-03-12T22:08:11.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3823 | 2025-03-12T22:08:11.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3824 | 2025-03-12T22:08:11.560Z | |
3825 | 2025-03-12T22:08:11.560Z | info: running `cargo check --bins` on nexus-mgs-updates (191/197) |
3826 | 2025-03-12T22:08:12.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3827 | 2025-03-12T22:08:12.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3828 | 2025-03-12T22:08:12.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3829 | 2025-03-12T22:08:12.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3830 | 2025-03-12T22:08:12.214Z | |
3831 | 2025-03-12T22:08:12.214Z | info: running `cargo check --bins` on omicron-package (192/197) |
3832 | 2025-03-12T22:08:12.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3833 | 2025-03-12T22:08:12.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3834 | 2025-03-12T22:08:12.920Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3835 | 2025-03-12T22:08:14.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
3836 | 2025-03-12T22:08:14.473Z | |
3837 | 2025-03-12T22:08:14.473Z | info: running `cargo check --bins` on wicket-dbg (193/197) |
3838 | 2025-03-12T22:08:15.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3839 | 2025-03-12T22:08:15.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3840 | 2025-03-12T22:08:15.228Z | Checking rtoolbox v0.0.2 |
3841 | 2025-03-12T22:08:15.231Z | Checking tui-tree-widget v0.23.0 |
3842 | 2025-03-12T22:08:15.231Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3843 | 2025-03-12T22:08:15.471Z | Checking rpassword v7.3.1 |
3844 | 2025-03-12T22:08:20.035Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3845 | 2025-03-12T22:08:22.905Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3846 | 2025-03-12T22:08:24.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s |
3847 | 2025-03-12T22:08:24.261Z | |
3848 | 2025-03-12T22:08:24.261Z | info: running `cargo check --bins` on wicket (194/197) |
3849 | 2025-03-12T22:08:24.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3850 | 2025-03-12T22:08:24.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3851 | 2025-03-12T22:08:25.007Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3852 | 2025-03-12T22:08:25.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3853 | 2025-03-12T22:08:25.630Z | |
3854 | 2025-03-12T22:08:25.630Z | info: running `cargo check --bins` on wicketd (195/197) |
3855 | 2025-03-12T22:08:26.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3856 | 2025-03-12T22:08:26.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3857 | 2025-03-12T22:08:26.386Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3858 | 2025-03-12T22:08:26.386Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3859 | 2025-03-12T22:08:27.224Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3860 | 2025-03-12T22:08:31.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
3861 | 2025-03-12T22:08:31.311Z | |
3862 | 2025-03-12T22:08:31.312Z | info: running `cargo check --bins` on omicron-workspace-hack (196/197) |
3863 | 2025-03-12T22:08:31.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-03-12T22:08:31.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-03-12T22:08:31.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3866 | 2025-03-12T22:08:31.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3867 | 2025-03-12T22:08:31.958Z | |
3868 | 2025-03-12T22:08:31.958Z | info: running `cargo check --bins` on zone-setup (197/197) |
3869 | 2025-03-12T22:08:32.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3870 | 2025-03-12T22:08:32.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3871 | 2025-03-12T22:08:32.671Z | Checking uzers v0.12.1 |
3872 | 2025-03-12T22:08:33.023Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3873 | 2025-03-12T22:08:33.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3874 | 2025-03-12T22:08:34.177Z | |
3875 | 2025-03-12T22:08:34.180Z | real 13:53.978390236 |
3876 | 2025-03-12T22:08:34.180Z | user 28:18.569716220 |
3877 | 2025-03-12T22:08:34.180Z | sys 4:22.236836483 |
3878 | 2025-03-12T22:08:34.180Z | trap 0.599061501 |
3879 | 2025-03-12T22:08:34.180Z | tflt 0.469220691 |
3880 | 2025-03-12T22:08:34.180Z | dflt 1.840333960 |
3881 | 2025-03-12T22:08:34.181Z | kflt 0.001031227 |
3882 | 2025-03-12T22:08:34.181Z | lock 48:46.171507186 |
3883 | 2025-03-12T22:08:34.181Z | slp 2:15:35.220248244 |
3884 | 2025-03-12T22:08:34.181Z | lat 1:10.459495140 |
3885 | 2025-03-12T22:08:34.181Z | stop 3:59.140233282 |
3886 | 2025-03-12T22:08:34.181Z | process exited: duration 1117840 ms, exit code 0 |
|
3887 | 2025-03-12T22:08:34.188Z | found 0 output files |