|
|
|
1 | 2025-01-14T19:55:08.678Z | job assigned to worker 01JHK63A8FYKQNJ1Q4F00NYJVA [factory aws, i-0e778bfc7a89ae552] (queued for 2 m 2 s) |
|
2 | 2025-01-14T19:55:16.859Z | starting task 0: "setup" |
3 | 2025-01-14T19:55:16.869Z | ++ uname -s |
4 | 2025-01-14T19:55:16.872Z | + kern=SunOS |
5 | 2025-01-14T19:55:16.872Z | + case "$kern" in |
6 | 2025-01-14T19:55:16.872Z | + groupadd -g 12345 build |
7 | 2025-01-14T19:55:16.874Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T19:55:18.882Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T19:55:18.990Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T19:55:18.994Z | + home_fs=zfs |
11 | 2025-01-14T19:55:18.994Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T19:55:18.994Z | + mkdir -p /home/build |
13 | 2025-01-14T19:55:18.994Z | + chown build:build /home/build /work |
14 | 2025-01-14T19:55:20.997Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T19:55:20.999Z | process exited: duration 4141 ms, exit code 0 |
|
16 | 2025-01-14T19:55:21.005Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T19:55:21.010Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T19:55:21.011Z | ' 1.81.0 |
19 | 2025-01-14T19:55:21.011Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-14T19:55:21.011Z | ' default |
21 | 2025-01-14T19:55:21.011Z | * toolchain channel = "1.81.0" |
22 | 2025-01-14T19:55:21.011Z | * toolchain profile = "default" |
23 | 2025-01-14T19:55:21.014Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T19:55:21.014Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-14T19:55:21.124Z | info: downloading installer |
26 | 2025-01-14T19:55:22.457Z | info: profile set to 'default' |
27 | 2025-01-14T19:55:22.457Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T19:55:22.461Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-14T19:55:22.613Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-14T19:55:22.613Z | info: downloading component 'cargo' |
31 | 2025-01-14T19:55:23.473Z | info: downloading component 'clippy' |
32 | 2025-01-14T19:55:23.791Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T19:55:24.987Z | info: downloading component 'rust-std' |
34 | 2025-01-14T19:55:26.852Z | info: downloading component 'rustc' |
35 | 2025-01-14T19:55:33.559Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T19:55:33.811Z | info: installing component 'cargo' |
37 | 2025-01-14T19:55:34.645Z | info: installing component 'clippy' |
38 | 2025-01-14T19:55:35.008Z | info: installing component 'rust-docs' |
39 | 2025-01-14T19:55:36.644Z | info: installing component 'rust-std' |
40 | 2025-01-14T19:55:38.375Z | info: installing component 'rustc' |
41 | 2025-01-14T19:55:44.085Z | info: installing component 'rustfmt' |
42 | 2025-01-14T19:55:44.405Z | |
43 | 2025-01-14T19:55:44.405Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2025-01-14T19:55:44.770Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-14T19:55:44.770Z | |
46 | 2025-01-14T19:55:44.773Z | |
47 | 2025-01-14T19:55:44.773Z | Rust is installed now. Great! |
48 | 2025-01-14T19:55:44.773Z | |
49 | 2025-01-14T19:55:44.773Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T19:55:44.773Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T19:55:44.773Z | |
52 | 2025-01-14T19:55:44.773Z | To configure your current shell, you need to source |
53 | 2025-01-14T19:55:44.773Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T19:55:44.773Z | |
55 | 2025-01-14T19:55:44.773Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T19:55:44.773Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T19:55:44.773Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T19:55:44.848Z | + rustc --version |
59 | 2025-01-14T19:55:44.914Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-14T19:55:44.916Z | process exited: duration 23908 ms, exit code 0 |
|
61 | 2025-01-14T19:55:44.924Z | starting task 2: "authentication" |
62 | 2025-01-14T19:55:44.945Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-14T19:55:44.950Z | starting task 3: "clone repository" |
64 | 2025-01-14T19:55:44.955Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-14T19:55:44.958Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-14T19:55:44.996Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-14T19:55:53.125Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-14T19:55:53.125Z | + git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
69 | 2025-01-14T19:55:53.418Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-14T19:55:53.418Z | * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD |
71 | 2025-01-14T19:55:53.429Z | + [[ -n iliana/tuf-artifact-key ]] |
72 | 2025-01-14T19:55:53.433Z | ++ git branch --show-current |
73 | 2025-01-14T19:55:53.435Z | + current=main |
74 | 2025-01-14T19:55:53.436Z | + [[ main != iliana/tuf-artifact-key ]] |
75 | 2025-01-14T19:55:53.436Z | + git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
76 | 2025-01-14T19:55:53.439Z | + git checkout -f iliana/tuf-artifact-key |
77 | 2025-01-14T19:55:53.619Z | Switched to branch 'iliana/tuf-artifact-key' |
78 | 2025-01-14T19:55:53.622Z | + git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
79 | 2025-01-14T19:55:53.799Z | HEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID |
80 | 2025-01-14T19:55:53.802Z | process exited: duration 8850 ms, exit code 0 |
|
81 | 2025-01-14T19:55:53.807Z | starting task 4: "build" |
82 | 2025-01-14T19:55:53.813Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-14T19:55:53.813Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-14T19:55:53.813Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-14T19:55:53.813Z | + cargo --version |
86 | 2025-01-14T19:55:53.872Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-14T19:55:53.875Z | + rustc --version |
88 | 2025-01-14T19:55:53.937Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-14T19:55:53.940Z | + source ./env.sh |
90 | 2025-01-14T19:55:53.940Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-14T19:55:53.940Z | ++ set -o xtrace |
92 | 2025-01-14T19:55:53.942Z | ++++ dirname ./env.sh |
93 | 2025-01-14T19:55:53.945Z | +++ readlink -f . |
94 | 2025-01-14T19:55:53.948Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-14T19:55:53.948Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-14T19:55:53.948Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-14T19:55:53.948Z | ++ 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 |
98 | 2025-01-14T19:55:53.948Z | ++ 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 |
99 | 2025-01-14T19:55:53.948Z | ++ 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 |
100 | 2025-01-14T19:55:53.948Z | ++ 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 |
101 | 2025-01-14T19:55:53.948Z | ++ 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 |
102 | 2025-01-14T19:55:53.948Z | ++ 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 |
103 | 2025-01-14T19:55:53.948Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-14T19:55:53.948Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-14T19:55:53.948Z | + 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 |
106 | 2025-01-14T19:55:53.948Z | + 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 |
107 | 2025-01-14T19:55:53.948Z | + banner prerequisites |
108 | 2025-01-14T19:55:53.950Z | |
109 | 2025-01-14T19:55:53.950Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-14T19:55:53.950Z | # # # # # # # # # # # # # # # |
111 | 2025-01-14T19:55:53.951Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-14T19:55:53.951Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-14T19:55:53.951Z | # # # # # # # # # # # # # # # |
114 | 2025-01-14T19:55:53.951Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-14T19:55:53.951Z | |
116 | 2025-01-14T19:55:53.951Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-14T19:55:55.589Z | pkg list: illegal option -- F |
118 | 2025-01-14T19:55:55.589Z | Usage: |
119 | 2025-01-14T19:55:55.592Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-14T19:55:55.592Z | [pkg_fmri_pattern ...] |
121 | 2025-01-14T19:55:56.457Z | pkg list: illegal option -- F |
122 | 2025-01-14T19:55:56.457Z | Usage: |
123 | 2025-01-14T19:55:56.459Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-14T19:55:56.459Z | [pkg_fmri_pattern ...] |
125 | 2025-01-14T19:56:02.756Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-14T19:56:06.858Z | Startup: Caching catalogs ... Done |
127 | 2025-01-14T19:56:18.331Z | Planning: Solver setup ... Done (10.661s) |
128 | 2025-01-14T19:56:18.473Z | Planning: Running solver ... Done (0.141s) |
129 | 2025-01-14T19:56:18.588Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2025-01-14T19:56:18.609Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-14T19:56:18.865Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-14T19:56:18.978Z | Planning: Package planning ... Done (0.112s) |
133 | 2025-01-14T19:56:19.036Z | Planning: Merging actions ... Done (0.058s) |
134 | 2025-01-14T19:56:19.232Z | Planning: Checking for conflicting actions ... Done (0.197s) |
135 | 2025-01-14T19:56:21.308Z | Planning: Consolidating action changes ... Done (2.075s) |
136 | 2025-01-14T19:56:21.754Z | Planning: Evaluating mediators ... Done (0.446s) |
137 | 2025-01-14T19:56:21.839Z | Planning: Planning completed in 14.88 seconds |
138 | 2025-01-14T19:56:21.855Z | Packages to install: 4 |
139 | 2025-01-14T19:56:21.855Z | Packages to update: 3 |
140 | 2025-01-14T19:56:21.855Z | Mediators to change: 2 |
141 | 2025-01-14T19:56:21.858Z | Services to change: 1 |
142 | 2025-01-14T19:56:21.858Z | Estimated space available: 155.63 GB |
143 | 2025-01-14T19:56:21.858Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-14T19:56:21.858Z | Create boot environment: No |
145 | 2025-01-14T19:56:21.858Z | Create backup boot environment: Yes |
146 | 2025-01-14T19:56:21.858Z | Rebuild boot archive: No |
147 | 2025-01-14T19:56:21.858Z | |
148 | 2025-01-14T19:56:21.858Z | Changed mediators: |
149 | 2025-01-14T19:56:21.858Z | mediator clang: |
150 | 2025-01-14T19:56:21.858Z | version: None -> 15 (system default) |
151 | 2025-01-14T19:56:21.858Z | |
152 | 2025-01-14T19:56:21.858Z | mediator llvm: |
153 | 2025-01-14T19:56:21.858Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-14T19:56:21.858Z | |
155 | 2025-01-14T19:56:21.858Z | Changed packages: |
156 | 2025-01-14T19:56:21.858Z | helios-dev |
157 | 2025-01-14T19:56:21.858Z | developer/build-essential |
158 | 2025-01-14T19:56:21.858Z | None -> 11-2.0 |
159 | 2025-01-14T19:56:21.858Z | library/libxmlsec1 |
160 | 2025-01-14T19:56:21.858Z | None -> 1.2.35-2.0 |
161 | 2025-01-14T19:56:21.858Z | ooce/developer/clang-15 |
162 | 2025-01-14T19:56:21.858Z | None -> 15.0.7-2.0 |
163 | 2025-01-14T19:56:21.858Z | ooce/developer/llvm-15 |
164 | 2025-01-14T19:56:21.858Z | None -> 15.0.7-2.0 |
165 | 2025-01-14T19:56:21.858Z | package/pkg |
166 | 2025-01-14T19:56:21.859Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-14T19:56:21.859Z | system/library/g++-runtime |
168 | 2025-01-14T19:56:21.859Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-14T19:56:21.859Z | system/library/gcc-runtime |
170 | 2025-01-14T19:56:21.859Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-14T19:56:21.859Z | |
172 | 2025-01-14T19:56:21.859Z | Services: |
173 | 2025-01-14T19:56:21.859Z | restart_fmri: |
174 | 2025-01-14T19:56:21.859Z | svc:/system/update-man-index:default |
175 | 2025-01-14T19:56:21.859Z | |
176 | 2025-01-14T19:56:21.859Z | Editable files to change: |
177 | 2025-01-14T19:56:21.859Z | Update: |
178 | 2025-01-14T19:56:21.859Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-14T19:56:21.938Z | |
180 | 2025-01-14T19:56:21.938Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-14T19:56:26.939Z | Download: 1079/4301 items 19.6/225.4MB 8% complete (4.0M/s) |
182 | 2025-01-14T19:56:31.941Z | Download: 1826/4301 items 118.5/225.4MB 52% complete (12.0M/s) |
183 | 2025-01-14T19:56:36.943Z | Download: 2602/4301 items 120.5/225.4MB 53% complete (10.1M/s) |
184 | 2025-01-14T19:56:41.944Z | Download: 3249/4301 items 203.1/225.4MB 90% complete (8.5M/s) |
185 | 2025-01-14T19:56:46.954Z | Download: 4289/4301 items 224.4/225.4MB 99% complete (10.3M/s) |
186 | 2025-01-14T19:56:46.997Z | Download: Completed 225.42 MB in 25.06 seconds (9.0M/s) |
187 | 2025-01-14T19:56:49.067Z | Actions: 1/5122 actions (Removing old actions) |
188 | 2025-01-14T19:56:49.088Z | Actions: 194/5122 actions (Installing new actions) |
189 | 2025-01-14T19:56:53.827Z | Actions: 4267/5122 actions (Updating modified actions) |
190 | 2025-01-14T19:56:54.183Z | Actions: Completed 5122 actions in 5.12 seconds. |
191 | 2025-01-14T19:56:54.593Z | Done (0.402s) |
192 | 2025-01-14T19:56:54.596Z | Done (0.001s) |
193 | 2025-01-14T19:56:55.189Z | Done (0.577s) |
194 | 2025-01-14T19:56:59.686Z | Done (4.281s) |
195 | 2025-01-14T19:56:59.773Z | Done (0.017s) |
196 | 2025-01-14T19:56:59.776Z | Done (0.000s) |
197 | 2025-01-14T19:56:59.959Z | Done (0.000s) |
198 | 2025-01-14T19:57:00.659Z | Planning: Evaluating mediator changes ... Done |
199 | 2025-01-14T19:57:00.819Z | Planning: Checking for conflicting actions ... Done |
200 | 2025-01-14T19:57:00.822Z | Planning: Consolidating action changes ... Done |
201 | 2025-01-14T19:57:01.089Z | Planning: Evaluating mediators ... Done |
202 | 2025-01-14T19:57:01.091Z | Planning: Planning completed in 0.43 seconds |
203 | 2025-01-14T19:57:01.129Z | Mediators to change: 2 |
204 | 2025-01-14T19:57:01.129Z | Create boot environment: No |
205 | 2025-01-14T19:57:01.132Z | Create backup boot environment: No |
206 | 2025-01-14T19:57:01.204Z | Done |
207 | 2025-01-14T19:57:01.204Z | Done |
208 | 2025-01-14T19:57:01.567Z | Done |
209 | 2025-01-14T19:57:05.336Z | Done |
210 | 2025-01-14T19:57:05.429Z | Done |
211 | 2025-01-14T19:57:05.431Z | Done |
212 | 2025-01-14T19:57:05.544Z | Done |
213 | 2025-01-14T19:57:06.153Z | Planning: Evaluating mediator changes ... Done |
214 | 2025-01-14T19:57:06.156Z | Planning: Merging actions ... Done |
215 | 2025-01-14T19:57:06.342Z | Planning: Checking for conflicting actions ... Done |
216 | 2025-01-14T19:57:06.347Z | Planning: Consolidating action changes ... Done |
217 | 2025-01-14T19:57:06.613Z | Planning: Evaluating mediators ... Done |
218 | 2025-01-14T19:57:06.669Z | Planning: Planning completed in 0.76 seconds |
219 | 2025-01-14T19:57:06.712Z | Packages to change: 1 |
220 | 2025-01-14T19:57:06.712Z | Mediators to change: 1 |
221 | 2025-01-14T19:57:06.714Z | Services to change: 1 |
222 | 2025-01-14T19:57:06.714Z | Create boot environment: No |
223 | 2025-01-14T19:57:06.714Z | Create backup boot environment: Yes |
224 | 2025-01-14T19:57:08.876Z | Actions: 1/6 actions (Updating modified actions) |
225 | 2025-01-14T19:57:08.879Z | Actions: Completed 6 actions in 0.00 seconds. |
226 | 2025-01-14T19:57:08.879Z | Done |
227 | 2025-01-14T19:57:08.879Z | Done |
228 | 2025-01-14T19:57:08.996Z | Done |
229 | 2025-01-14T19:57:12.785Z | Done |
230 | 2025-01-14T19:57:12.880Z | Done |
231 | 2025-01-14T19:57:12.883Z | Done |
232 | 2025-01-14T19:57:13.023Z | Done |
233 | 2025-01-14T19:57:13.465Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
234 | 2025-01-14T19:57:13.466Z | clang system 15 system |
235 | 2025-01-14T19:57:13.466Z | csh system system illumos |
236 | 2025-01-14T19:57:13.466Z | ctags system system illumos |
237 | 2025-01-14T19:57:13.466Z | gcc vendor 12 vendor |
238 | 2025-01-14T19:57:13.466Z | gcc system 10 system |
239 | 2025-01-14T19:57:13.466Z | gcc system 7 system |
240 | 2025-01-14T19:57:13.466Z | go system 1.20 system |
241 | 2025-01-14T19:57:13.466Z | go system 1.19 system |
242 | 2025-01-14T19:57:13.466Z | llvm system 15 system |
243 | 2025-01-14T19:57:13.466Z | llvm system 14 system |
244 | 2025-01-14T19:57:13.466Z | mariadb system 10.6 system |
245 | 2025-01-14T19:57:13.466Z | mta vendor vendor dma |
246 | 2025-01-14T19:57:13.466Z | openjdk system 17 system |
247 | 2025-01-14T19:57:13.466Z | openjdk system 11 system |
248 | 2025-01-14T19:57:13.466Z | openjdk system 1.8 system |
249 | 2025-01-14T19:57:13.466Z | openssl vendor 3 vendor |
250 | 2025-01-14T19:57:13.466Z | perl system 5.36 system |
251 | 2025-01-14T19:57:13.466Z | postgresql system 15 system |
252 | 2025-01-14T19:57:13.466Z | postgresql system 13 system |
253 | 2025-01-14T19:57:13.466Z | python vendor 3 vendor |
254 | 2025-01-14T19:57:13.466Z | python system 2 system |
255 | 2025-01-14T19:57:13.466Z | python3 system 3.11 system |
256 | 2025-01-14T19:57:13.466Z | ruby system 3.0 system |
257 | 2025-01-14T19:57:13.466Z | words vendor vendor american-english |
258 | 2025-01-14T19:57:13.466Z | words system system australian-english |
259 | 2025-01-14T19:57:13.466Z | words system system british-english |
260 | 2025-01-14T19:57:13.466Z | words system system canadian-english |
261 | 2025-01-14T19:57:13.466Z | words system system french |
262 | 2025-01-14T19:57:13.466Z | words system system italian |
263 | 2025-01-14T19:57:13.466Z | words system system ngerman |
264 | 2025-01-14T19:57:13.466Z | words system system ogerman |
265 | 2025-01-14T19:57:13.466Z | words system system spanish |
266 | 2025-01-14T19:57:13.810Z | PUBLISHER TYPE STATUS P LOCATION |
267 | 2025-01-14T19:57:13.810Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
268 | 2025-01-14T19:57:16.617Z | FMRI IFO |
269 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
270 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
271 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
272 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
273 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
274 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
276 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
277 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
278 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
279 | 2025-01-14T19:57:16.617Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
280 | 2025-01-14T19:57:16.618Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
281 | 2025-01-14T19:57:16.618Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
282 | 2025-01-14T19:57:16.618Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
283 | 2025-01-14T19:57:16.618Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
284 | 2025-01-14T19:57:17.396Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
285 | 2025-01-14T19:57:17.675Z | Updating crates.io index |
286 | 2025-01-14T19:57:17.724Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
287 | 2025-01-14T19:57:18.034Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
288 | 2025-01-14T19:57:18.479Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
289 | 2025-01-14T19:57:18.730Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
290 | 2025-01-14T19:57:19.021Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
291 | 2025-01-14T19:57:19.290Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
292 | 2025-01-14T19:57:20.269Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
293 | 2025-01-14T19:57:21.834Z | Updating git repository `https://github.com/oxidecomputer/opte` |
294 | 2025-01-14T19:57:22.535Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
295 | 2025-01-14T19:57:23.289Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2025-01-14T19:57:23.533Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
297 | 2025-01-14T19:57:23.809Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
298 | 2025-01-14T19:57:24.435Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
299 | 2025-01-14T19:57:24.886Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
300 | 2025-01-14T19:57:25.190Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
301 | 2025-01-14T19:57:25.536Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
302 | 2025-01-14T19:57:25.822Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
303 | 2025-01-14T19:57:26.090Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
304 | 2025-01-14T19:57:26.393Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
305 | 2025-01-14T19:57:26.741Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
306 | 2025-01-14T19:57:27.209Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
307 | 2025-01-14T19:57:27.476Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
308 | 2025-01-14T19:57:28.004Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
309 | 2025-01-14T19:57:28.382Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
310 | 2025-01-14T19:57:28.856Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
311 | 2025-01-14T19:57:29.230Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
312 | 2025-01-14T19:57:29.519Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
313 | 2025-01-14T19:57:29.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
314 | 2025-01-14T19:57:30.051Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
315 | 2025-01-14T19:57:31.306Z | Downloading crates ... |
316 | 2025-01-14T19:57:31.367Z | Downloaded anstyle-parse v0.2.5 |
317 | 2025-01-14T19:57:31.370Z | Downloaded clap v4.5.21 |
318 | 2025-01-14T19:57:31.379Z | Downloaded equivalent v1.0.1 |
319 | 2025-01-14T19:57:31.382Z | Downloaded dtrace-parser v0.2.0 |
320 | 2025-01-14T19:57:31.392Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2025-01-14T19:57:31.395Z | Downloaded swrite v0.1.0 |
322 | 2025-01-14T19:57:31.400Z | Downloaded autocfg v1.4.0 |
323 | 2025-01-14T19:57:31.408Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-14T19:57:31.413Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-01-14T19:57:31.416Z | Downloaded errno v0.3.9 |
326 | 2025-01-14T19:57:31.419Z | Downloaded tabled_derive v0.7.0 |
327 | 2025-01-14T19:57:31.421Z | Downloaded clap_lex v0.7.2 |
328 | 2025-01-14T19:57:31.426Z | Downloaded usdt v0.5.0 |
329 | 2025-01-14T19:57:31.429Z | Downloaded toml_datetime v0.6.8 |
330 | 2025-01-14T19:57:31.429Z | Downloaded crypto-common v0.1.6 |
331 | 2025-01-14T19:57:31.431Z | Downloaded strsim v0.11.1 |
332 | 2025-01-14T19:57:31.431Z | Downloaded anstyle v1.0.10 |
333 | 2025-01-14T19:57:31.434Z | Downloaded dof v0.3.0 |
334 | 2025-01-14T19:57:31.434Z | Downloaded anstyle-query v1.1.1 |
335 | 2025-01-14T19:57:31.436Z | Downloaded cpufeatures v0.2.14 |
336 | 2025-01-14T19:57:31.436Z | Downloaded byteorder v1.5.0 |
337 | 2025-01-14T19:57:31.438Z | Downloaded colorchoice v1.0.2 |
338 | 2025-01-14T19:57:31.441Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2025-01-14T19:57:31.441Z | Downloaded memmap v0.7.0 |
340 | 2025-01-14T19:57:31.443Z | Downloaded heck v0.5.0 |
341 | 2025-01-14T19:57:31.443Z | Downloaded clap_derive v4.5.18 |
342 | 2025-01-14T19:57:31.446Z | Downloaded itoa v1.0.11 |
343 | 2025-01-14T19:57:31.446Z | Downloaded heck v0.4.1 |
344 | 2025-01-14T19:57:31.449Z | Downloaded version_check v0.9.5 |
345 | 2025-01-14T19:57:31.449Z | Downloaded generic-array v0.14.7 |
346 | 2025-01-14T19:57:31.452Z | Downloaded block-buffer v0.10.4 |
347 | 2025-01-14T19:57:31.452Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-01-14T19:57:31.454Z | Downloaded cfg-if v1.0.0 |
349 | 2025-01-14T19:57:31.454Z | Downloaded pretty-hex v0.4.1 |
350 | 2025-01-14T19:57:31.454Z | Downloaded anstream v0.6.15 |
351 | 2025-01-14T19:57:31.457Z | Downloaded pest_generator v2.7.14 |
352 | 2025-01-14T19:57:31.459Z | Downloaded macaddr v1.0.1 |
353 | 2025-01-14T19:57:31.459Z | Downloaded fs-err v2.11.0 |
354 | 2025-01-14T19:57:31.462Z | Downloaded fnv v1.0.7 |
355 | 2025-01-14T19:57:31.462Z | Downloaded fastrand v2.1.1 |
356 | 2025-01-14T19:57:31.464Z | Downloaded cargo-platform v0.1.8 |
357 | 2025-01-14T19:57:31.467Z | Downloaded utf8parse v0.2.2 |
358 | 2025-01-14T19:57:31.467Z | Downloaded digest v0.10.7 |
359 | 2025-01-14T19:57:31.469Z | Downloaded is_terminal_polyfill v1.70.1 |
360 | 2025-01-14T19:57:31.474Z | Downloaded thread-id v4.2.2 |
361 | 2025-01-14T19:57:31.477Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-01-14T19:57:31.477Z | Downloaded plain v0.2.3 |
363 | 2025-01-14T19:57:31.479Z | Downloaded cargo_toml v0.20.5 |
364 | 2025-01-14T19:57:31.483Z | Downloaded tempfile v3.13.0 |
365 | 2025-01-14T19:57:31.486Z | Downloaded cargo_metadata v0.18.1 |
366 | 2025-01-14T19:57:31.488Z | Downloaded bytecount v0.6.8 |
367 | 2025-01-14T19:57:31.491Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-01-14T19:57:31.494Z | Downloaded thiserror-impl v1.0.69 |
369 | 2025-01-14T19:57:31.494Z | Downloaded camino v1.1.9 |
370 | 2025-01-14T19:57:31.496Z | Downloaded proc-macro-error v1.0.4 |
371 | 2025-01-14T19:57:31.500Z | Downloaded scroll v0.12.0 |
372 | 2025-01-14T19:57:31.506Z | Downloaded zerocopy-derive v0.7.35 |
373 | 2025-01-14T19:57:31.510Z | Downloaded usdt-impl v0.5.0 |
374 | 2025-01-14T19:57:31.514Z | Downloaded unicode-linebreak v0.1.5 |
375 | 2025-01-14T19:57:31.516Z | Downloaded sha2 v0.10.8 |
376 | 2025-01-14T19:57:31.519Z | Downloaded once_cell v1.20.2 |
377 | 2025-01-14T19:57:31.521Z | Downloaded thiserror v1.0.69 |
378 | 2025-01-14T19:57:31.524Z | Downloaded pest_derive v2.7.14 |
379 | 2025-01-14T19:57:31.527Z | Downloaded quote v1.0.37 |
380 | 2025-01-14T19:57:31.529Z | Downloaded pest_meta v2.7.14 |
381 | 2025-01-14T19:57:31.532Z | Downloaded semver v1.0.23 |
382 | 2025-01-14T19:57:31.534Z | Downloaded terminal_size v0.4.0 |
383 | 2025-01-14T19:57:31.537Z | Downloaded log v0.4.22 |
384 | 2025-01-14T19:57:31.539Z | Downloaded ucd-trie v0.1.7 |
385 | 2025-01-14T19:57:31.539Z | Downloaded smawk v0.3.2 |
386 | 2025-01-14T19:57:31.542Z | Downloaded papergrid v0.11.0 |
387 | 2025-01-14T19:57:31.545Z | Downloaded typenum v1.17.0 |
388 | 2025-01-14T19:57:31.547Z | Downloaded bitflags v2.6.0 |
389 | 2025-01-14T19:57:31.551Z | Downloaded unicode-ident v1.0.13 |
390 | 2025-01-14T19:57:31.554Z | Downloaded ryu v1.0.18 |
391 | 2025-01-14T19:57:31.556Z | Downloaded toml v0.8.19 |
392 | 2025-01-14T19:57:31.560Z | Downloaded serde_derive v1.0.215 |
393 | 2025-01-14T19:57:31.563Z | Downloaded textwrap v0.16.1 |
394 | 2025-01-14T19:57:31.566Z | Downloaded anyhow v1.0.93 |
395 | 2025-01-14T19:57:31.569Z | Downloaded serde v1.0.215 |
396 | 2025-01-14T19:57:31.573Z | Downloaded proc-macro2 v1.0.89 |
397 | 2025-01-14T19:57:31.584Z | Downloaded indexmap v2.6.0 |
398 | 2025-01-14T19:57:31.602Z | Downloaded memchr v2.7.4 |
399 | 2025-01-14T19:57:31.620Z | Downloaded toml_edit v0.22.22 |
400 | 2025-01-14T19:57:31.641Z | Downloaded pest v2.7.14 |
401 | 2025-01-14T19:57:31.664Z | Downloaded hashbrown v0.15.1 |
402 | 2025-01-14T19:57:31.668Z | Downloaded zerocopy v0.7.35 |
403 | 2025-01-14T19:57:31.683Z | Downloaded winnow v0.6.20 |
404 | 2025-01-14T19:57:31.706Z | Downloaded serde_json v1.0.133 |
405 | 2025-01-14T19:57:31.709Z | Downloaded tabled v0.15.0 |
406 | 2025-01-14T19:57:31.712Z | Downloaded goblin v0.8.2 |
407 | 2025-01-14T19:57:31.718Z | Downloaded syn v1.0.109 |
408 | 2025-01-14T19:57:31.728Z | Downloaded unicode-width v0.1.14 |
409 | 2025-01-14T19:57:31.733Z | Downloaded syn v2.0.87 |
410 | 2025-01-14T19:57:31.743Z | Downloaded clap_builder v4.5.21 |
411 | 2025-01-14T19:57:31.749Z | Downloaded rustix v0.38.37 |
412 | 2025-01-14T19:57:31.796Z | Downloaded libc v0.2.162 |
413 | 2025-01-14T19:57:32.108Z | Compiling proc-macro2 v1.0.89 |
414 | 2025-01-14T19:57:32.108Z | Compiling unicode-ident v1.0.13 |
415 | 2025-01-14T19:57:32.108Z | Compiling serde v1.0.215 |
416 | 2025-01-14T19:57:32.111Z | Compiling version_check v0.9.5 |
417 | 2025-01-14T19:57:32.111Z | Compiling memchr v2.7.4 |
418 | 2025-01-14T19:57:32.111Z | Compiling thiserror v1.0.69 |
419 | 2025-01-14T19:57:32.111Z | Compiling libc v0.2.162 |
420 | 2025-01-14T19:57:32.111Z | Compiling ucd-trie v0.1.7 |
421 | 2025-01-14T19:57:32.745Z | Compiling ryu v1.0.18 |
422 | 2025-01-14T19:57:32.822Z | Compiling itoa v1.0.11 |
423 | 2025-01-14T19:57:33.069Z | Compiling once_cell v1.20.2 |
424 | 2025-01-14T19:57:33.071Z | Compiling byteorder v1.5.0 |
425 | 2025-01-14T19:57:33.117Z | Compiling serde_json v1.0.133 |
426 | 2025-01-14T19:57:33.440Z | Compiling rustix v0.38.37 |
427 | 2025-01-14T19:57:33.580Z | Compiling bitflags v2.6.0 |
428 | 2025-01-14T19:57:33.626Z | Compiling proc-macro-error-attr v1.0.4 |
429 | 2025-01-14T19:57:33.917Z | Compiling usdt-impl v0.5.0 |
430 | 2025-01-14T19:57:33.944Z | Compiling syn v1.0.109 |
431 | 2025-01-14T19:57:33.971Z | Compiling quote v1.0.37 |
432 | 2025-01-14T19:57:34.080Z | Compiling proc-macro-error v1.0.4 |
433 | 2025-01-14T19:57:34.364Z | Compiling syn v2.0.87 |
434 | 2025-01-14T19:57:34.391Z | Compiling camino v1.1.9 |
435 | 2025-01-14T19:57:34.393Z | Compiling hashbrown v0.15.1 |
436 | 2025-01-14T19:57:34.556Z | Compiling errno v0.3.9 |
437 | 2025-01-14T19:57:34.816Z | Compiling thread-id v4.2.2 |
438 | 2025-01-14T19:57:34.819Z | Compiling utf8parse v0.2.2 |
439 | 2025-01-14T19:57:34.895Z | Compiling plain v0.2.3 |
440 | 2025-01-14T19:57:34.921Z | Compiling equivalent v1.0.1 |
441 | 2025-01-14T19:57:34.945Z | Compiling log v0.4.22 |
442 | 2025-01-14T19:57:35.012Z | Compiling anstyle-parse v0.2.5 |
443 | 2025-01-14T19:57:35.328Z | Compiling pretty-hex v0.4.1 |
444 | 2025-01-14T19:57:35.380Z | Compiling unicode-width v0.1.14 |
445 | 2025-01-14T19:57:35.572Z | Compiling indexmap v2.6.0 |
446 | 2025-01-14T19:57:35.606Z | Compiling colorchoice v1.0.2 |
447 | 2025-01-14T19:57:35.679Z | Compiling winnow v0.6.20 |
448 | 2025-01-14T19:57:35.776Z | Compiling is_terminal_polyfill v1.70.1 |
449 | 2025-01-14T19:57:35.874Z | Compiling anstyle v1.0.10 |
450 | 2025-01-14T19:57:35.920Z | Compiling anstyle-query v1.1.1 |
451 | 2025-01-14T19:57:35.923Z | Compiling autocfg v1.4.0 |
452 | 2025-01-14T19:57:36.090Z | Compiling semver v1.0.23 |
453 | 2025-01-14T19:57:36.366Z | Compiling anstream v0.6.15 |
454 | 2025-01-14T19:57:36.839Z | Compiling terminal_size v0.4.0 |
455 | 2025-01-14T19:57:37.050Z | Compiling heck v0.5.0 |
456 | 2025-01-14T19:57:37.107Z | Compiling bytecount v0.6.8 |
457 | 2025-01-14T19:57:37.131Z | Compiling fs-err v2.11.0 |
458 | 2025-01-14T19:57:37.156Z | Compiling anyhow v1.0.93 |
459 | 2025-01-14T19:57:37.330Z | Compiling cfg-if v1.0.0 |
460 | 2025-01-14T19:57:37.419Z | Compiling clap_lex v0.7.2 |
461 | 2025-01-14T19:57:37.575Z | Compiling fnv v1.0.7 |
462 | 2025-01-14T19:57:37.603Z | Compiling fastrand v2.1.1 |
463 | 2025-01-14T19:57:37.723Z | Compiling strsim v0.11.1 |
464 | 2025-01-14T19:57:37.810Z | Compiling heck v0.4.1 |
465 | 2025-01-14T19:57:38.218Z | Compiling clap_builder v4.5.21 |
466 | 2025-01-14T19:57:38.336Z | Compiling tempfile v3.13.0 |
467 | 2025-01-14T19:57:38.363Z | Compiling papergrid v0.11.0 |
468 | 2025-01-14T19:57:38.741Z | Compiling memmap v0.7.0 |
469 | 2025-01-14T19:57:38.778Z | Compiling smawk v0.3.2 |
470 | 2025-01-14T19:57:39.004Z | Compiling unicode-linebreak v0.1.5 |
471 | 2025-01-14T19:57:39.514Z | Compiling textwrap v0.16.1 |
472 | 2025-01-14T19:57:39.536Z | Compiling swrite v0.1.0 |
473 | 2025-01-14T19:57:40.643Z | Compiling tabled_derive v0.7.0 |
474 | 2025-01-14T19:57:42.288Z | Compiling tabled v0.15.0 |
475 | 2025-01-14T19:57:43.563Z | Compiling serde_derive v1.0.215 |
476 | 2025-01-14T19:57:43.564Z | Compiling thiserror-impl v1.0.69 |
477 | 2025-01-14T19:57:43.566Z | Compiling zerocopy-derive v0.7.35 |
478 | 2025-01-14T19:57:43.698Z | Compiling scroll_derive v0.12.0 |
479 | 2025-01-14T19:57:43.910Z | Compiling clap_derive v4.5.18 |
480 | 2025-01-14T19:57:44.965Z | Compiling scroll v0.12.0 |
481 | 2025-01-14T19:57:45.509Z | Compiling goblin v0.8.2 |
482 | 2025-01-14T19:57:45.536Z | Compiling zerocopy v0.7.35 |
483 | 2025-01-14T19:57:46.274Z | Compiling pest v2.7.14 |
484 | 2025-01-14T19:57:47.571Z | Compiling clap v4.5.21 |
485 | 2025-01-14T19:57:48.615Z | Compiling pest_meta v2.7.14 |
486 | 2025-01-14T19:57:49.456Z | Compiling pest_generator v2.7.14 |
487 | 2025-01-14T19:57:51.386Z | Compiling pest_derive v2.7.14 |
488 | 2025-01-14T19:57:51.965Z | Compiling dtrace-parser v0.2.0 |
489 | 2025-01-14T19:57:53.958Z | Compiling toml_datetime v0.6.8 |
490 | 2025-01-14T19:57:53.959Z | Compiling serde_spanned v0.6.8 |
491 | 2025-01-14T19:57:53.961Z | Compiling cargo-platform v0.1.8 |
492 | 2025-01-14T19:57:54.340Z | Compiling serde_tokenstream v0.2.2 |
493 | 2025-01-14T19:57:54.406Z | Compiling toml_edit v0.22.22 |
494 | 2025-01-14T19:57:54.525Z | Compiling macaddr v1.0.1 |
495 | 2025-01-14T19:57:54.590Z | Compiling camino-tempfile v1.1.1 |
496 | 2025-01-14T19:57:55.535Z | Compiling dof v0.3.0 |
497 | 2025-01-14T19:57:55.535Z | Compiling cargo_metadata v0.18.1 |
498 | 2025-01-14T19:57:57.157Z | Compiling toml v0.8.19 |
499 | 2025-01-14T19:57:57.514Z | Compiling usdt-attr-macro v0.5.0 |
500 | 2025-01-14T19:57:57.515Z | Compiling usdt-macro v0.5.0 |
501 | 2025-01-14T19:57:58.119Z | Compiling cargo_toml v0.20.5 |
502 | 2025-01-14T19:57:58.891Z | Compiling usdt v0.5.0 |
503 | 2025-01-14T19:58:01.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
504 | 2025-01-14T19:58:05.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s |
505 | 2025-01-14T19:58:06.274Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
506 | 2025-01-14T19:58:06.808Z | Downloading crates ... |
507 | 2025-01-14T19:58:06.919Z | Downloaded arrayref v0.3.9 |
508 | 2025-01-14T19:58:06.921Z | Downloaded argon2 v0.5.3 |
509 | 2025-01-14T19:58:06.931Z | Downloaded array-init v0.0.4 |
510 | 2025-01-14T19:58:06.943Z | Downloaded atomicwrites v0.4.4 |
511 | 2025-01-14T19:58:06.945Z | Downloaded async-stream-impl v0.3.6 |
512 | 2025-01-14T19:58:06.949Z | Downloaded http-body v1.0.1 |
513 | 2025-01-14T19:58:06.951Z | Downloaded cfg_aliases v0.1.1 |
514 | 2025-01-14T19:58:06.956Z | Downloaded highway v1.2.0 |
515 | 2025-01-14T19:58:06.959Z | Downloaded cfg_aliases v0.2.1 |
516 | 2025-01-14T19:58:06.962Z | Downloaded home v0.5.9 |
517 | 2025-01-14T19:58:06.966Z | Downloaded crucible-workspace-hack v0.1.0 |
518 | 2025-01-14T19:58:06.968Z | Downloaded atty v0.2.14 |
519 | 2025-01-14T19:58:06.969Z | Downloaded indexmap v1.9.3 |
520 | 2025-01-14T19:58:06.972Z | Downloaded crunchy v0.2.2 |
521 | 2025-01-14T19:58:06.975Z | Downloaded ciborium-io v0.2.2 |
522 | 2025-01-14T19:58:06.977Z | Downloaded http-range v0.1.5 |
523 | 2025-01-14T19:58:06.977Z | Downloaded castaway v0.2.3 |
524 | 2025-01-14T19:58:06.979Z | Downloaded match_cfg v0.1.0 |
525 | 2025-01-14T19:58:06.982Z | Downloaded chrono-tz-build v0.4.0 |
526 | 2025-01-14T19:58:06.982Z | Downloaded chacha20 v0.9.1 |
527 | 2025-01-14T19:58:06.984Z | Downloaded bb8 v0.8.5 |
528 | 2025-01-14T19:58:06.987Z | Downloaded headers-core v0.3.0 |
529 | 2025-01-14T19:58:06.987Z | Downloaded bitfield v0.14.0 |
530 | 2025-01-14T19:58:06.990Z | Downloaded constant_time_eq v0.3.1 |
531 | 2025-01-14T19:58:06.990Z | Downloaded base16ct v0.2.0 |
532 | 2025-01-14T19:58:06.992Z | Downloaded async-stream v0.3.6 |
533 | 2025-01-14T19:58:06.995Z | Downloaded aead v0.5.2 |
534 | 2025-01-14T19:58:06.997Z | Downloaded bit-set v0.5.3 |
535 | 2025-01-14T19:58:06.997Z | Downloaded icu_provider_macros v1.5.0 |
536 | 2025-01-14T19:58:06.999Z | Downloaded bcrypt-pbkdf v0.10.0 |
537 | 2025-01-14T19:58:06.999Z | Downloaded async-recursion v1.1.1 |
538 | 2025-01-14T19:58:07.003Z | Downloaded new_debug_unreachable v1.0.6 |
539 | 2025-01-14T19:58:07.006Z | Downloaded matches v0.1.10 |
540 | 2025-01-14T19:58:07.006Z | Downloaded hubpack_derive v0.1.1 |
541 | 2025-01-14T19:58:07.009Z | Downloaded cassowary v0.3.0 |
542 | 2025-01-14T19:58:07.009Z | Downloaded block-padding v0.3.3 |
543 | 2025-01-14T19:58:07.012Z | Downloaded curve25519-dalek-derive v0.1.1 |
544 | 2025-01-14T19:58:07.012Z | Downloaded ident_case v1.0.1 |
545 | 2025-01-14T19:58:07.012Z | Downloaded cbc v0.1.2 |
546 | 2025-01-14T19:58:07.015Z | Downloaded mirai-annotations v1.12.0 |
547 | 2025-01-14T19:58:07.017Z | Downloaded instant v0.1.13 |
548 | 2025-01-14T19:58:07.017Z | Downloaded crc-catalog v2.4.0 |
549 | 2025-01-14T19:58:07.020Z | Downloaded crc v3.2.1 |
550 | 2025-01-14T19:58:07.022Z | Downloaded md5 v0.7.0 |
551 | 2025-01-14T19:58:07.025Z | Downloaded ctr v0.9.2 |
552 | 2025-01-14T19:58:07.027Z | Downloaded ciborium-ll v0.2.2 |
553 | 2025-01-14T19:58:07.027Z | Downloaded cexpr v0.6.0 |
554 | 2025-01-14T19:58:07.031Z | Downloaded impl-trait-for-tuples v0.2.2 |
555 | 2025-01-14T19:58:07.033Z | Downloaded colored v2.1.0 |
556 | 2025-01-14T19:58:07.036Z | Downloaded maplit v1.0.2 |
557 | 2025-01-14T19:58:07.038Z | Downloaded linear-map v1.2.0 |
558 | 2025-01-14T19:58:07.040Z | Downloaded arrayvec v0.7.6 |
559 | 2025-01-14T19:58:07.043Z | Downloaded ipnetwork v0.20.0 |
560 | 2025-01-14T19:58:07.043Z | Downloaded cstr-argument v0.1.2 |
561 | 2025-01-14T19:58:07.045Z | Downloaded httpdate v1.0.3 |
562 | 2025-01-14T19:58:07.048Z | Downloaded serde-big-array v0.5.1 |
563 | 2025-01-14T19:58:07.048Z | Downloaded lazycell v1.3.0 |
564 | 2025-01-14T19:58:07.050Z | Downloaded md-5 v0.10.6 |
565 | 2025-01-14T19:58:07.053Z | Downloaded hex-literal v0.4.1 |
566 | 2025-01-14T19:58:07.053Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2025-01-14T19:58:07.056Z | Downloaded mime v0.3.17 |
568 | 2025-01-14T19:58:07.058Z | Downloaded internet-checksum v0.2.1 |
569 | 2025-01-14T19:58:07.058Z | Downloaded idna_adapter v1.2.0 |
570 | 2025-01-14T19:58:07.061Z | Downloaded inout v0.1.3 |
571 | 2025-01-14T19:58:07.061Z | Downloaded mockall v0.13.0 |
572 | 2025-01-14T19:58:07.063Z | Downloaded ciborium v0.2.2 |
573 | 2025-01-14T19:58:07.065Z | Downloaded backoff v0.4.0 |
574 | 2025-01-14T19:58:07.068Z | Downloaded nanorand v0.7.0 |
575 | 2025-01-14T19:58:07.071Z | Downloaded memoffset v0.9.1 |
576 | 2025-01-14T19:58:07.073Z | Downloaded console v0.15.8 |
577 | 2025-01-14T19:58:07.076Z | Downloaded maybe-uninit v2.0.0 |
578 | 2025-01-14T19:58:07.079Z | Downloaded lru v0.12.5 |
579 | 2025-01-14T19:58:07.081Z | Downloaded sigpipe v0.1.3 |
580 | 2025-01-14T19:58:07.081Z | Downloaded managed v0.8.0 |
581 | 2025-01-14T19:58:07.083Z | Downloaded sqlparser_derive v0.2.2 |
582 | 2025-01-14T19:58:07.086Z | Downloaded tinyvec_macros v0.1.1 |
583 | 2025-01-14T19:58:07.086Z | Downloaded cookie_store v0.21.0 |
584 | 2025-01-14T19:58:07.088Z | Downloaded bcs v0.1.6 |
585 | 2025-01-14T19:58:07.092Z | Downloaded sync_wrapper v1.0.1 |
586 | 2025-01-14T19:58:07.092Z | Downloaded sync-ptr v0.1.1 |
587 | 2025-01-14T19:58:07.095Z | Downloaded ssh-encoding v0.2.0 |
588 | 2025-01-14T19:58:07.095Z | Downloaded r2d2 v0.8.10 |
589 | 2025-01-14T19:58:07.097Z | Downloaded icu_locid_transform v1.5.0 |
590 | 2025-01-14T19:58:07.100Z | Downloaded linked-hash-map v0.5.6 |
591 | 2025-01-14T19:58:07.103Z | Downloaded indent_write v2.2.0 |
592 | 2025-01-14T19:58:07.103Z | Downloaded yoke-derive v0.7.4 |
593 | 2025-01-14T19:58:07.103Z | Downloaded rfc6979 v0.4.0 |
594 | 2025-01-14T19:58:07.106Z | Downloaded rusty-fork v0.3.0 |
595 | 2025-01-14T19:58:07.108Z | Downloaded rustc_version v0.4.1 |
596 | 2025-01-14T19:58:07.108Z | Downloaded blake2 v0.10.6 |
597 | 2025-01-14T19:58:07.111Z | Downloaded native-tls v0.2.12 |
598 | 2025-01-14T19:58:07.114Z | Downloaded lru-cache v0.1.2 |
599 | 2025-01-14T19:58:07.117Z | Downloaded csv-core v0.1.11 |
600 | 2025-01-14T19:58:07.120Z | Downloaded crossbeam-epoch v0.9.18 |
601 | 2025-01-14T19:58:07.122Z | Downloaded memmap2 v0.9.5 |
602 | 2025-01-14T19:58:07.122Z | Downloaded hyper-tls v0.6.0 |
603 | 2025-01-14T19:58:07.125Z | Downloaded litemap v0.7.3 |
604 | 2025-01-14T19:58:07.127Z | Downloaded crossbeam-deque v0.8.5 |
605 | 2025-01-14T19:58:07.129Z | Downloaded foreign-types v0.5.0 |
606 | 2025-01-14T19:58:07.132Z | Downloaded signature v2.2.0 |
607 | 2025-01-14T19:58:07.135Z | Downloaded ssh-cipher v0.2.0 |
608 | 2025-01-14T19:58:07.135Z | Downloaded slog-stdlog v4.1.1 |
609 | 2025-01-14T19:58:07.137Z | Downloaded difflib v0.4.0 |
610 | 2025-01-14T19:58:07.137Z | Downloaded multimap v0.10.0 |
611 | 2025-01-14T19:58:07.139Z | Downloaded rtoolbox v0.0.2 |
612 | 2025-01-14T19:58:07.142Z | Downloaded bytes v1.8.0 |
613 | 2025-01-14T19:58:07.145Z | Downloaded openssl-probe v0.1.5 |
614 | 2025-01-14T19:58:07.147Z | Downloaded newline-converter v0.3.0 |
615 | 2025-01-14T19:58:07.150Z | Downloaded peg-runtime v0.8.3 |
616 | 2025-01-14T19:58:07.150Z | Downloaded tinystr v0.7.6 |
617 | 2025-01-14T19:58:07.153Z | Downloaded path-slash v0.1.5 |
618 | 2025-01-14T19:58:07.153Z | Downloaded scopeguard v1.2.0 |
619 | 2025-01-14T19:58:07.155Z | Downloaded utf-8 v0.7.6 |
620 | 2025-01-14T19:58:07.158Z | Downloaded tls_codec v0.4.1 |
621 | 2025-01-14T19:58:07.158Z | Downloaded rustc-demangle v0.1.24 |
622 | 2025-01-14T19:58:07.161Z | Downloaded zone v0.1.8 |
623 | 2025-01-14T19:58:07.161Z | Downloaded mime_guess v2.0.5 |
624 | 2025-01-14T19:58:07.165Z | Downloaded serde_with_macros v3.11.0 |
625 | 2025-01-14T19:58:07.167Z | Downloaded base64 v0.13.1 |
626 | 2025-01-14T19:58:07.170Z | Downloaded icu_locid_transform_data v1.5.0 |
627 | 2025-01-14T19:58:07.172Z | Downloaded multer v3.1.0 |
628 | 2025-01-14T19:58:07.175Z | Downloaded miniz_oxide v0.8.0 |
629 | 2025-01-14T19:58:07.178Z | Downloaded hmac v0.12.1 |
630 | 2025-01-14T19:58:07.181Z | Downloaded mockall_derive v0.13.0 |
631 | 2025-01-14T19:58:07.183Z | Downloaded const-oid v0.9.6 |
632 | 2025-01-14T19:58:07.186Z | Downloaded pretty-hex v0.2.1 |
633 | 2025-01-14T19:58:07.189Z | Downloaded fallible-iterator v0.3.0 |
634 | 2025-01-14T19:58:07.189Z | Downloaded dsl_auto_type v0.1.2 |
635 | 2025-01-14T19:58:07.191Z | Downloaded base64 v0.21.7 |
636 | 2025-01-14T19:58:07.195Z | Downloaded rustls-pemfile v1.0.4 |
637 | 2025-01-14T19:58:07.198Z | Downloaded dirs-next v2.0.0 |
638 | 2025-01-14T19:58:07.200Z | Downloaded fixedbitset v0.4.2 |
639 | 2025-01-14T19:58:07.202Z | Downloaded defmt-parser v0.3.4 |
640 | 2025-01-14T19:58:07.203Z | Downloaded group v0.13.0 |
641 | 2025-01-14T19:58:07.205Z | Downloaded filetime v0.2.25 |
642 | 2025-01-14T19:58:07.208Z | Downloaded dhcproto-macros v0.1.0 |
643 | 2025-01-14T19:58:07.208Z | Downloaded zone_cfg_derive v0.3.0 |
644 | 2025-01-14T19:58:07.210Z | Downloaded zone_cfg_derive v0.1.2 |
645 | 2025-01-14T19:58:07.210Z | Downloaded dyn-clone v1.0.17 |
646 | 2025-01-14T19:58:07.213Z | Downloaded strum v0.26.3 |
647 | 2025-01-14T19:58:07.213Z | Downloaded rand_xorshift v0.3.0 |
648 | 2025-01-14T19:58:07.216Z | Downloaded dunce v1.0.5 |
649 | 2025-01-14T19:58:07.216Z | Downloaded zerofrom v0.1.4 |
650 | 2025-01-14T19:58:07.218Z | Downloaded rpassword v7.3.1 |
651 | 2025-01-14T19:58:07.218Z | Downloaded write16 v1.0.0 |
652 | 2025-01-14T19:58:07.221Z | Downloaded thiserror v2.0.3 |
653 | 2025-01-14T19:58:07.226Z | Downloaded num-integer v0.1.46 |
654 | 2025-01-14T19:58:07.228Z | Downloaded bumpalo v3.16.0 |
655 | 2025-01-14T19:58:07.232Z | Downloaded cc v1.1.30 |
656 | 2025-01-14T19:58:07.236Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2025-01-14T19:58:07.238Z | Downloaded icu_normalizer_data v1.5.0 |
658 | 2025-01-14T19:58:07.240Z | Downloaded foreign-types-shared v0.3.1 |
659 | 2025-01-14T19:58:07.241Z | Downloaded des v0.8.1 |
660 | 2025-01-14T19:58:07.243Z | Downloaded serde_path_to_error v0.1.16 |
661 | 2025-01-14T19:58:07.247Z | Downloaded indicatif v0.17.9 |
662 | 2025-01-14T19:58:07.250Z | Downloaded number_prefix v0.4.0 |
663 | 2025-01-14T19:58:07.252Z | Downloaded percent-encoding v2.3.1 |
664 | 2025-01-14T19:58:07.252Z | Downloaded pem-rfc7468 v0.7.0 |
665 | 2025-01-14T19:58:07.255Z | Downloaded scrypt v0.11.0 |
666 | 2025-01-14T19:58:07.258Z | Downloaded num_enum_derive v0.5.11 |
667 | 2025-01-14T19:58:07.258Z | Downloaded serde_repr v0.1.19 |
668 | 2025-01-14T19:58:07.260Z | Downloaded structmeta v0.3.0 |
669 | 2025-01-14T19:58:07.263Z | Downloaded structmeta v0.2.0 |
670 | 2025-01-14T19:58:07.263Z | Downloaded utf8_iter v1.0.4 |
671 | 2025-01-14T19:58:07.265Z | Downloaded globset v0.4.15 |
672 | 2025-01-14T19:58:07.268Z | Downloaded deranged v0.3.11 |
673 | 2025-01-14T19:58:07.270Z | Downloaded diesel-dtrace v0.4.2 |
674 | 2025-01-14T19:58:07.270Z | Downloaded num-iter v0.1.45 |
675 | 2025-01-14T19:58:07.273Z | Downloaded unicode-properties v0.1.3 |
676 | 2025-01-14T19:58:07.275Z | Downloaded precomputed-hash v0.1.1 |
677 | 2025-01-14T19:58:07.275Z | Downloaded postcard v1.0.10 |
678 | 2025-01-14T19:58:07.278Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2025-01-14T19:58:07.280Z | Downloaded vergen v8.3.2 |
680 | 2025-01-14T19:58:07.283Z | Downloaded twox-hash v1.6.3 |
681 | 2025-01-14T19:58:07.285Z | Downloaded zerofrom-derive v0.1.4 |
682 | 2025-01-14T19:58:07.288Z | Downloaded crypto-bigint v0.5.5 |
683 | 2025-01-14T19:58:07.294Z | Downloaded russh-cryptovec v0.7.3 |
684 | 2025-01-14T19:58:07.297Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2025-01-14T19:58:07.299Z | Downloaded fs_extra v1.3.0 |
686 | 2025-01-14T19:58:07.302Z | Downloaded time-core v0.1.2 |
687 | 2025-01-14T19:58:07.302Z | Downloaded crossbeam-channel v0.5.13 |
688 | 2025-01-14T19:58:07.307Z | Downloaded waitgroup v0.1.2 |
689 | 2025-01-14T19:58:07.309Z | Downloaded qorb v0.2.1 |
690 | 2025-01-14T19:58:07.313Z | Downloaded tracing-attributes v0.1.27 |
691 | 2025-01-14T19:58:07.316Z | Downloaded tokio-tungstenite v0.21.0 |
692 | 2025-01-14T19:58:07.318Z | Downloaded embedded-io v0.4.0 |
693 | 2025-01-14T19:58:07.321Z | Downloaded fd-lock v4.0.2 |
694 | 2025-01-14T19:58:07.323Z | Downloaded ron v0.7.1 |
695 | 2025-01-14T19:58:07.329Z | Downloaded radium v0.7.0 |
696 | 2025-01-14T19:58:07.332Z | Downloaded phf v0.11.2 |
697 | 2025-01-14T19:58:07.334Z | Downloaded half v2.4.1 |
698 | 2025-01-14T19:58:07.349Z | Downloaded oso-derive v0.27.3 |
699 | 2025-01-14T19:58:07.352Z | Downloaded foreign-types v0.3.2 |
700 | 2025-01-14T19:58:07.352Z | Downloaded sha1 v0.10.6 |
701 | 2025-01-14T19:58:07.352Z | Downloaded psl-types v2.0.11 |
702 | 2025-01-14T19:58:07.352Z | Downloaded ppv-lite86 v0.2.20 |
703 | 2025-01-14T19:58:07.354Z | Downloaded tls_codec_derive v0.4.1 |
704 | 2025-01-14T19:58:07.357Z | Downloaded typify v0.2.0 |
705 | 2025-01-14T19:58:07.359Z | Downloaded tungstenite v0.23.0 |
706 | 2025-01-14T19:58:07.363Z | Downloaded tui-tree-widget v0.22.0 |
707 | 2025-01-14T19:58:07.366Z | Downloaded minimal-lexical v0.2.1 |
708 | 2025-01-14T19:58:07.370Z | Downloaded display-error-chain v0.2.2 |
709 | 2025-01-14T19:58:07.373Z | Downloaded dhcproto v0.12.0 |
710 | 2025-01-14T19:58:07.376Z | Downloaded shlex v1.3.0 |
711 | 2025-01-14T19:58:07.379Z | Downloaded shell-words v1.1.0 |
712 | 2025-01-14T19:58:07.379Z | Downloaded ron v0.8.1 |
713 | 2025-01-14T19:58:07.384Z | Downloaded downcast v0.11.0 |
714 | 2025-01-14T19:58:07.387Z | Downloaded unicode-xid v0.2.6 |
715 | 2025-01-14T19:58:07.391Z | Downloaded synstructure v0.13.1 |
716 | 2025-01-14T19:58:07.391Z | Downloaded subtle v2.6.1 |
717 | 2025-01-14T19:58:07.393Z | Downloaded ghash v0.5.1 |
718 | 2025-01-14T19:58:07.393Z | Downloaded http v1.1.0 |
719 | 2025-01-14T19:58:07.396Z | Downloaded uuid v1.11.0 |
720 | 2025-01-14T19:58:07.402Z | Downloaded serde_yaml v0.9.34+deprecated |
721 | 2025-01-14T19:58:07.404Z | Downloaded fxhash v0.2.1 |
722 | 2025-01-14T19:58:07.407Z | Downloaded rand_seeder v0.3.0 |
723 | 2025-01-14T19:58:07.407Z | Downloaded aes v0.8.4 |
724 | 2025-01-14T19:58:07.411Z | Downloaded pkg-config v0.3.31 |
725 | 2025-01-14T19:58:07.415Z | Downloaded rand_core v0.6.4 |
726 | 2025-01-14T19:58:07.417Z | Downloaded rand_chacha v0.3.1 |
727 | 2025-01-14T19:58:07.417Z | Downloaded pin-utils v0.1.0 |
728 | 2025-01-14T19:58:07.420Z | Downloaded glob v0.3.1 |
729 | 2025-01-14T19:58:07.420Z | Downloaded tungstenite v0.24.0 |
730 | 2025-01-14T19:58:07.423Z | Downloaded foldhash v0.1.3 |
731 | 2025-01-14T19:58:07.426Z | Downloaded ed25519 v2.2.3 |
732 | 2025-01-14T19:58:07.428Z | Downloaded xz2 v0.1.7 |
733 | 2025-01-14T19:58:07.431Z | Downloaded env_logger v0.10.2 |
734 | 2025-01-14T19:58:07.434Z | Downloaded universal-hash v0.5.1 |
735 | 2025-01-14T19:58:07.436Z | Downloaded env_logger v0.11.5 |
736 | 2025-01-14T19:58:07.439Z | Downloaded strum_macros v0.26.4 |
737 | 2025-01-14T19:58:07.443Z | Downloaded sqlformat v0.2.6 |
738 | 2025-01-14T19:58:07.446Z | Downloaded sct v0.7.1 |
739 | 2025-01-14T19:58:07.452Z | Downloaded termtree v0.4.1 |
740 | 2025-01-14T19:58:07.452Z | Downloaded unicode-truncate v1.1.0 |
741 | 2025-01-14T19:58:07.458Z | Downloaded crossterm v0.28.1 |
742 | 2025-01-14T19:58:07.460Z | Downloaded tokio-macros v2.4.0 |
743 | 2025-01-14T19:58:07.460Z | Downloaded serde_urlencoded v0.7.1 |
744 | 2025-01-14T19:58:07.460Z | Downloaded darling_macro v0.20.10 |
745 | 2025-01-14T19:58:07.463Z | Downloaded prettyplease v0.2.25 |
746 | 2025-01-14T19:58:07.465Z | Downloaded futures-sink v0.3.31 |
747 | 2025-01-14T19:58:07.468Z | Downloaded futures-macro v0.3.31 |
748 | 2025-01-14T19:58:07.468Z | Downloaded futures-io v0.3.31 |
749 | 2025-01-14T19:58:07.470Z | Downloaded take_mut v0.2.2 |
750 | 2025-01-14T19:58:07.470Z | Downloaded derive_builder_macro v0.20.2 |
751 | 2025-01-14T19:58:07.473Z | Downloaded untrusted v0.9.0 |
752 | 2025-01-14T19:58:07.484Z | Downloaded untrusted v0.7.1 |
753 | 2025-01-14T19:58:07.484Z | Downloaded pkcs8 v0.10.2 |
754 | 2025-01-14T19:58:07.484Z | Downloaded num_enum v0.5.11 |
755 | 2025-01-14T19:58:07.487Z | Downloaded parse-display-derive v0.10.0 |
756 | 2025-01-14T19:58:07.487Z | Downloaded parse-display v0.10.0 |
757 | 2025-01-14T19:58:07.487Z | Downloaded dropshot_endpoint v0.12.0 |
758 | 2025-01-14T19:58:07.489Z | Downloaded russh-keys v0.45.0 |
759 | 2025-01-14T19:58:07.493Z | Downloaded tracing v0.1.40 |
760 | 2025-01-14T19:58:07.498Z | Downloaded normalize-line-endings v0.3.0 |
761 | 2025-01-14T19:58:07.502Z | Downloaded flagset v0.4.6 |
762 | 2025-01-14T19:58:07.504Z | Downloaded rustyline v14.0.0 |
763 | 2025-01-14T19:58:07.507Z | Downloaded static_assertions v1.1.0 |
764 | 2025-01-14T19:58:07.510Z | Downloaded strum_macros v0.25.3 |
765 | 2025-01-14T19:58:07.512Z | Downloaded samael v0.0.17 |
766 | 2025-01-14T19:58:07.518Z | Downloaded termcolor v1.4.1 |
767 | 2025-01-14T19:58:07.521Z | Downloaded tabwriter v1.4.0 |
768 | 2025-01-14T19:58:07.525Z | Downloaded tokio-rustls v0.24.1 |
769 | 2025-01-14T19:58:07.527Z | Downloaded env_filter v0.1.2 |
770 | 2025-01-14T19:58:07.527Z | Downloaded enum-as-inner v0.6.1 |
771 | 2025-01-14T19:58:07.531Z | Downloaded owo-colors v4.1.0 |
772 | 2025-01-14T19:58:07.534Z | Downloaded zeroize_derive v1.4.2 |
773 | 2025-01-14T19:58:07.534Z | Downloaded thiserror-impl v2.0.3 |
774 | 2025-01-14T19:58:07.536Z | Downloaded pkcs5 v0.7.1 |
775 | 2025-01-14T19:58:07.539Z | Downloaded paste v1.0.15 |
776 | 2025-01-14T19:58:07.542Z | Downloaded nibble_vec v0.1.0 |
777 | 2025-01-14T19:58:07.544Z | Downloaded heck v0.3.3 |
778 | 2025-01-14T19:58:07.547Z | Downloaded flume v0.11.1 |
779 | 2025-01-14T19:58:07.550Z | Downloaded hash32 v0.2.1 |
780 | 2025-01-14T19:58:07.553Z | Downloaded opaque-debug v0.3.1 |
781 | 2025-01-14T19:58:07.555Z | Downloaded peg-macros v0.8.4 |
782 | 2025-01-14T19:58:07.555Z | Downloaded getrandom v0.2.15 |
783 | 2025-01-14T19:58:07.559Z | Downloaded want v0.3.1 |
784 | 2025-01-14T19:58:07.563Z | Downloaded vte_generate_state_changes v0.1.2 |
785 | 2025-01-14T19:58:07.563Z | Downloaded signal-hook-mio v0.2.4 |
786 | 2025-01-14T19:58:07.563Z | Downloaded itertools v0.12.1 |
787 | 2025-01-14T19:58:07.570Z | Downloaded unicode-normalization v0.1.24 |
788 | 2025-01-14T19:58:07.574Z | Downloaded itertools v0.10.5 |
789 | 2025-01-14T19:58:07.581Z | Downloaded futures-core v0.3.31 |
790 | 2025-01-14T19:58:07.584Z | Downloaded endian-type v0.1.2 |
791 | 2025-01-14T19:58:07.584Z | Downloaded zeroize v1.8.1 |
792 | 2025-01-14T19:58:07.587Z | Downloaded which v4.4.2 |
793 | 2025-01-14T19:58:07.589Z | Downloaded wyz v0.5.1 |
794 | 2025-01-14T19:58:07.589Z | Downloaded termios v0.3.3 |
795 | 2025-01-14T19:58:07.592Z | Downloaded term v0.7.0 |
796 | 2025-01-14T19:58:07.596Z | Downloaded simd-adler32 v0.3.7 |
797 | 2025-01-14T19:58:07.598Z | Downloaded hashbrown v0.12.3 |
798 | 2025-01-14T19:58:07.602Z | Downloaded quick-error v1.2.3 |
799 | 2025-01-14T19:58:07.605Z | Downloaded hex v0.4.3 |
800 | 2025-01-14T19:58:07.607Z | Downloaded socket2 v0.5.7 |
801 | 2025-01-14T19:58:07.610Z | Downloaded blake3 v1.5.4 |
802 | 2025-01-14T19:58:07.617Z | Downloaded parse-size v1.1.0 |
803 | 2025-01-14T19:58:07.620Z | Downloaded hyper v1.5.0 |
804 | 2025-01-14T19:58:07.625Z | Downloaded futures-executor v0.3.31 |
805 | 2025-01-14T19:58:07.628Z | Downloaded wait-timeout v0.2.0 |
806 | 2025-01-14T19:58:07.631Z | Downloaded tokio-tungstenite v0.24.0 |
807 | 2025-01-14T19:58:07.633Z | Downloaded rustls-pemfile v2.2.0 |
808 | 2025-01-14T19:58:07.636Z | Downloaded toolchain_find v0.4.0 |
809 | 2025-01-14T19:58:07.636Z | Downloaded olpc-cjson v0.1.4 |
810 | 2025-01-14T19:58:07.638Z | Downloaded derive_builder_core v0.20.2 |
811 | 2025-01-14T19:58:07.641Z | Downloaded xattr v1.3.1 |
812 | 2025-01-14T19:58:07.643Z | Downloaded whoami v1.5.2 |
813 | 2025-01-14T19:58:07.645Z | Downloaded postgres-protocol v0.6.7 |
814 | 2025-01-14T19:58:07.648Z | Downloaded dirs-sys-next v0.1.2 |
815 | 2025-01-14T19:58:07.648Z | Downloaded diesel_table_macro_syntax v0.2.0 |
816 | 2025-01-14T19:58:07.650Z | Downloaded try-lock v0.2.5 |
817 | 2025-01-14T19:58:07.650Z | Downloaded tower-service v0.3.3 |
818 | 2025-01-14T19:58:07.653Z | Downloaded salsa20 v0.10.2 |
819 | 2025-01-14T19:58:07.653Z | Downloaded signal-hook-registry v1.4.2 |
820 | 2025-01-14T19:58:07.655Z | Downloaded siphasher v0.3.11 |
821 | 2025-01-14T19:58:07.655Z | Downloaded unicase v2.7.0 |
822 | 2025-01-14T19:58:07.658Z | Downloaded num-traits v0.2.19 |
823 | 2025-01-14T19:58:07.660Z | Downloaded slog-scope v4.4.0 |
824 | 2025-01-14T19:58:07.663Z | Downloaded sec1 v0.7.3 |
825 | 2025-01-14T19:58:07.666Z | Downloaded derive_builder v0.20.2 |
826 | 2025-01-14T19:58:07.669Z | Downloaded newtype-uuid v1.1.3 |
827 | 2025-01-14T19:58:07.672Z | Downloaded hickory-client v0.24.1 |
828 | 2025-01-14T19:58:07.674Z | Downloaded itertools v0.13.0 |
829 | 2025-01-14T19:58:07.682Z | Downloaded fallible-streaming-iterator v0.1.9 |
830 | 2025-01-14T19:58:07.685Z | Downloaded fallible-iterator v0.2.0 |
831 | 2025-01-14T19:58:07.685Z | Downloaded enum-as-inner v0.5.1 |
832 | 2025-01-14T19:58:07.688Z | Downloaded slab v0.4.9 |
833 | 2025-01-14T19:58:07.688Z | Downloaded progenitor-macro v0.8.0 |
834 | 2025-01-14T19:58:07.691Z | Downloaded rustls-pki-types v1.10.0 |
835 | 2025-01-14T19:58:07.694Z | Downloaded zerocopy-derive v0.8.10 |
836 | 2025-01-14T19:58:07.700Z | Downloaded phf_shared v0.10.0 |
837 | 2025-01-14T19:58:07.703Z | Downloaded aho-corasick v1.1.3 |
838 | 2025-01-14T19:58:07.707Z | Downloaded debug-ignore v1.0.5 |
839 | 2025-01-14T19:58:07.709Z | Downloaded polyval v0.6.2 |
840 | 2025-01-14T19:58:07.713Z | Downloaded defmt v0.3.8 |
841 | 2025-01-14T19:58:07.715Z | Downloaded hashlink v0.9.1 |
842 | 2025-01-14T19:58:07.719Z | Downloaded tokio-stream v0.1.16 |
843 | 2025-01-14T19:58:07.721Z | Downloaded unarray v0.1.4 |
844 | 2025-01-14T19:58:07.724Z | Downloaded rustversion v1.0.17 |
845 | 2025-01-14T19:58:07.726Z | Downloaded newtype_derive v0.1.6 |
846 | 2025-01-14T19:58:07.729Z | Downloaded displaydoc v0.2.5 |
847 | 2025-01-14T19:58:07.731Z | Downloaded topological-sort v0.2.2 |
848 | 2025-01-14T19:58:07.731Z | Downloaded tokio-rustls v0.26.0 |
849 | 2025-01-14T19:58:07.734Z | Downloaded typify-macro v0.2.0 |
850 | 2025-01-14T19:58:07.736Z | Downloaded scheduled-thread-pool v0.2.7 |
851 | 2025-01-14T19:58:07.736Z | Downloaded float-cmp v0.9.0 |
852 | 2025-01-14T19:58:07.739Z | Downloaded hashbrown v0.13.2 |
853 | 2025-01-14T19:58:07.742Z | Downloaded russh v0.45.0 |
854 | 2025-01-14T19:58:07.748Z | Downloaded openssl-macros v0.1.1 |
855 | 2025-01-14T19:58:07.751Z | Downloaded num-conv v0.1.0 |
856 | 2025-01-14T19:58:07.751Z | Downloaded thiserror-no-std v2.0.2 |
857 | 2025-01-14T19:58:07.755Z | Downloaded zerovec-derive v0.10.3 |
858 | 2025-01-14T19:58:07.757Z | Downloaded omicron-zone-package v0.12.0 |
859 | 2025-01-14T19:58:07.760Z | Downloaded slog v2.7.0 |
860 | 2025-01-14T19:58:07.763Z | Downloaded tokio-postgres v0.7.12 |
861 | 2025-01-14T19:58:07.769Z | Downloaded ena v0.14.3 |
862 | 2025-01-14T19:58:07.771Z | Downloaded powerfmt v0.2.0 |
863 | 2025-01-14T19:58:07.773Z | Downloaded hashbrown v0.14.5 |
864 | 2025-01-14T19:58:07.778Z | Downloaded slog-envlogger v2.2.0 |
865 | 2025-01-14T19:58:07.780Z | Downloaded stable_deref_trait v1.2.0 |
866 | 2025-01-14T19:58:07.780Z | Downloaded quinn v0.11.5 |
867 | 2025-01-14T19:58:07.784Z | Downloaded spki v0.7.3 |
868 | 2025-01-14T19:58:07.787Z | Downloaded smf v0.2.3 |
869 | 2025-01-14T19:58:07.789Z | Downloaded value-bag v1.9.0 |
870 | 2025-01-14T19:58:07.792Z | Downloaded publicsuffix v2.2.3 |
871 | 2025-01-14T19:58:07.795Z | Downloaded pin-project-internal v1.1.6 |
872 | 2025-01-14T19:58:07.797Z | Downloaded form_urlencoded v1.2.1 |
873 | 2025-01-14T19:58:07.797Z | Downloaded foreign-types-macros v0.2.3 |
874 | 2025-01-14T19:58:07.800Z | Downloaded predicates v3.1.2 |
875 | 2025-01-14T19:58:07.802Z | Downloaded rcgen v0.12.1 |
876 | 2025-01-14T19:58:07.805Z | Downloaded zip v2.1.3 |
877 | 2025-01-14T19:58:07.808Z | Downloaded snafu-derive v0.8.5 |
878 | 2025-01-14T19:58:07.810Z | Downloaded rustls-webpki v0.101.7 |
879 | 2025-01-14T19:58:07.825Z | Downloaded fragile v2.0.0 |
880 | 2025-01-14T19:58:07.828Z | Downloaded rayon v1.10.0 |
881 | 2025-01-14T19:58:07.837Z | Downloaded password-hash v0.5.0 |
882 | 2025-01-14T19:58:07.841Z | Downloaded password-hash v0.4.2 |
883 | 2025-01-14T19:58:07.841Z | Downloaded phf_shared v0.11.2 |
884 | 2025-01-14T19:58:07.845Z | Downloaded uzers v0.12.1 |
885 | 2025-01-14T19:58:07.845Z | Downloaded pin-project v1.1.6 |
886 | 2025-01-14T19:58:07.857Z | Downloaded num-complex v0.4.6 |
887 | 2025-01-14T19:58:07.859Z | Downloaded bindgen v0.69.5 |
888 | 2025-01-14T19:58:07.866Z | Downloaded expectorate v1.1.0 |
889 | 2025-01-14T19:58:07.869Z | Downloaded p521 v0.13.3 |
890 | 2025-01-14T19:58:07.873Z | Downloaded serde_with v3.11.0 |
891 | 2025-01-14T19:58:07.883Z | Downloaded progenitor-impl v0.8.0 |
892 | 2025-01-14T19:58:07.885Z | Downloaded x509-cert v0.2.5 |
893 | 2025-01-14T19:58:07.891Z | Downloaded tracing-core v0.1.32 |
894 | 2025-01-14T19:58:07.894Z | Downloaded oso v0.27.3 |
895 | 2025-01-14T19:58:07.898Z | Downloaded schemars v0.8.21 |
896 | 2025-01-14T19:58:07.911Z | Downloaded diesel_derives v2.2.3 |
897 | 2025-01-14T19:58:07.915Z | Downloaded rayon-core v1.12.1 |
898 | 2025-01-14T19:58:07.919Z | Downloaded der v0.7.9 |
899 | 2025-01-14T19:58:07.941Z | Downloaded snafu v0.8.5 |
900 | 2025-01-14T19:58:07.950Z | Downloaded unicode-segmentation v1.12.0 |
901 | 2025-01-14T19:58:07.954Z | Downloaded time v0.3.36 |
902 | 2025-01-14T19:58:07.966Z | Downloaded ed25519-dalek v2.1.1 |
903 | 2025-01-14T19:58:07.970Z | Downloaded toml_edit v0.19.15 |
904 | 2025-01-14T19:58:07.989Z | Downloaded num-bigint v0.4.6 |
905 | 2025-01-14T19:58:07.992Z | Downloaded icu_properties_data v1.5.0 |
906 | 2025-01-14T19:58:08.004Z | Downloaded quinn-proto v0.11.8 |
907 | 2025-01-14T19:58:08.012Z | Downloaded smoltcp v0.9.1 |
908 | 2025-01-14T19:58:08.024Z | Downloaded curve25519-dalek v4.1.3 |
909 | 2025-01-14T19:58:08.034Z | Downloaded flate2 v1.0.34 |
910 | 2025-01-14T19:58:08.039Z | Downloaded winnow v0.5.40 |
911 | 2025-01-14T19:58:08.048Z | Downloaded rand v0.8.5 |
912 | 2025-01-14T19:58:08.051Z | Downloaded idna v0.4.0 |
913 | 2025-01-14T19:58:08.058Z | Downloaded idna v0.5.0 |
914 | 2025-01-14T19:58:08.065Z | Downloaded idna v0.2.3 |
915 | 2025-01-14T19:58:08.071Z | Downloaded zerovec v0.10.4 |
916 | 2025-01-14T19:58:08.078Z | Downloaded salty v0.3.0 |
917 | 2025-01-14T19:58:08.086Z | Downloaded proptest v1.5.0 |
918 | 2025-01-14T19:58:08.094Z | Downloaded reqwest v0.12.9 |
919 | 2025-01-14T19:58:08.102Z | Downloaded p384 v0.13.0 |
920 | 2025-01-14T19:58:08.108Z | Downloaded num-bigint-dig v0.8.4 |
921 | 2025-01-14T19:58:08.113Z | Downloaded sqlparser v0.45.0 |
922 | 2025-01-14T19:58:08.120Z | Downloaded regex v1.11.1 |
923 | 2025-01-14T19:58:08.134Z | Downloaded object v0.30.4 |
924 | 2025-01-14T19:58:08.144Z | Downloaded polar-core v0.27.3 |
925 | 2025-01-14T19:58:08.153Z | Downloaded git2 v0.19.0 |
926 | 2025-01-14T19:58:08.163Z | Downloaded webpki-roots v0.26.6 |
927 | 2025-01-14T19:58:08.166Z | Downloaded petname v2.0.2 |
928 | 2025-01-14T19:58:08.171Z | Downloaded radix_trie v0.2.1 |
929 | 2025-01-14T19:58:08.177Z | Downloaded quick-xml v0.33.0 |
930 | 2025-01-14T19:58:08.184Z | Downloaded regex-syntax v0.6.29 |
931 | 2025-01-14T19:58:08.192Z | Downloaded openssl v0.10.66 |
932 | 2025-01-14T19:58:08.201Z | Downloaded dropshot v0.12.0 |
933 | 2025-01-14T19:58:08.222Z | Downloaded regress v0.10.1 |
934 | 2025-01-14T19:58:08.230Z | Downloaded gimli v0.31.1 |
935 | 2025-01-14T19:58:08.238Z | Downloaded regress v0.9.1 |
936 | 2025-01-14T19:58:08.247Z | Downloaded unicode-width v0.2.0 |
937 | 2025-01-14T19:58:08.254Z | Downloaded openapiv3 v2.0.0 |
938 | 2025-01-14T19:58:08.266Z | Downloaded nix v0.27.1 |
939 | 2025-01-14T19:58:08.276Z | Downloaded nix v0.29.0 |
940 | 2025-01-14T19:58:08.288Z | Downloaded rustls v0.21.12 |
941 | 2025-01-14T19:58:08.303Z | Downloaded nix v0.28.0 |
942 | 2025-01-14T19:58:08.318Z | Downloaded regex-syntax v0.8.5 |
943 | 2025-01-14T19:58:08.326Z | Downloaded trust-dns-proto v0.22.0 |
944 | 2025-01-14T19:58:08.338Z | Downloaded sled v0.34.7 |
945 | 2025-01-14T19:58:08.350Z | Downloaded rustls v0.23.19 |
946 | 2025-01-14T19:58:08.361Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2025-01-14T19:58:08.373Z | Downloaded ratatui v0.28.1 |
948 | 2025-01-14T19:58:08.393Z | Downloaded hickory-proto v0.24.1 |
949 | 2025-01-14T19:58:08.410Z | Downloaded rustls v0.22.4 |
950 | 2025-01-14T19:58:08.421Z | Downloaded regex-automata v0.4.8 |
951 | 2025-01-14T19:58:08.438Z | Downloaded diesel v2.2.6 |
952 | 2025-01-14T19:58:08.457Z | Downloaded dropshot v0.13.0 |
953 | 2025-01-14T19:58:08.479Z | Downloaded zerocopy-derive v0.6.6 |
954 | 2025-01-14T19:58:08.489Z | Downloaded object v0.36.5 |
955 | 2025-01-14T19:58:08.502Z | Downloaded typify-impl v0.2.0 |
956 | 2025-01-14T19:58:08.519Z | Downloaded zerocopy v0.8.10 |
957 | 2025-01-14T19:58:08.543Z | Downloaded bstr v1.10.0 |
958 | 2025-01-14T19:58:08.554Z | Downloaded tokio v1.40.0 |
959 | 2025-01-14T19:58:08.596Z | Downloaded chrono-tz v0.10.0 |
960 | 2025-01-14T19:58:08.604Z | Downloaded idna v0.3.0 |
961 | 2025-01-14T19:58:08.611Z | Downloaded smoltcp v0.11.0 |
962 | 2025-01-14T19:58:08.625Z | Downloaded csv v1.3.0 |
963 | 2025-01-14T19:58:08.648Z | Downloaded sha3 v0.10.8 |
964 | 2025-01-14T19:58:08.653Z | Downloaded petgraph v0.6.5 |
965 | 2025-01-14T19:58:08.670Z | Downloaded lzma-sys v0.1.20 |
966 | 2025-01-14T19:58:08.701Z | Downloaded rustls-webpki v0.102.8 |
967 | 2025-01-14T19:58:08.720Z | Downloaded reedline v0.35.0 |
968 | 2025-01-14T19:58:08.728Z | Downloaded libz-sys v1.1.20 |
969 | 2025-01-14T19:58:08.749Z | Downloaded rusqlite v0.32.1 |
970 | 2025-01-14T19:58:08.756Z | Downloaded lalrpop v0.19.12 |
971 | 2025-01-14T19:58:08.770Z | Downloaded unicode_categories v0.1.1 |
972 | 2025-01-14T19:58:08.772Z | Downloaded futures-util v0.3.31 |
973 | 2025-01-14T19:58:08.783Z | Downloaded h2 v0.4.6 |
974 | 2025-01-14T19:58:08.790Z | Downloaded tokio-util v0.7.12 |
975 | 2025-01-14T19:58:08.797Z | Downloaded vcpkg v0.2.15 |
976 | 2025-01-14T19:58:08.837Z | Downloaded parse-zoneinfo v0.3.1 |
977 | 2025-01-14T19:58:08.839Z | Downloaded headers v0.4.0 |
978 | 2025-01-14T19:58:08.844Z | Downloaded heapless v0.8.0 |
979 | 2025-01-14T19:58:08.849Z | Downloaded tough v0.19.0 |
980 | 2025-01-14T19:58:08.857Z | Downloaded heapless v0.7.17 |
981 | 2025-01-14T19:58:08.861Z | Downloaded similar v2.6.0 |
982 | 2025-01-14T19:58:08.867Z | Downloaded schemars_derive v0.8.21 |
983 | 2025-01-14T19:58:08.871Z | Downloaded diff v0.1.13 |
984 | 2025-01-14T19:58:08.873Z | Downloaded url v2.5.3 |
985 | 2025-01-14T19:58:08.876Z | Downloaded steno v0.4.1 |
986 | 2025-01-14T19:58:08.879Z | Downloaded portable-atomic v1.9.0 |
987 | 2025-01-14T19:58:08.886Z | Downloaded chrono v0.4.38 |
988 | 2025-01-14T19:58:08.894Z | Downloaded bitvec v1.0.1 |
989 | 2025-01-14T19:58:08.909Z | Downloaded float-ord v0.3.2 |
990 | 2025-01-14T19:58:08.912Z | Downloaded either v1.13.0 |
991 | 2025-01-14T19:58:08.912Z | Downloaded thiserror-impl-no-std v2.0.2 |
992 | 2025-01-14T19:58:08.914Z | Downloaded progenitor v0.8.0 |
993 | 2025-01-14T19:58:08.914Z | Downloaded predicates-core v1.0.8 |
994 | 2025-01-14T19:58:08.917Z | Downloaded walkdir v2.5.0 |
995 | 2025-01-14T19:58:08.917Z | Downloaded nom v7.1.3 |
996 | 2025-01-14T19:58:08.922Z | Downloaded aws-lc-rs v1.10.0 |
997 | 2025-01-14T19:58:08.932Z | Downloaded poly1305 v0.8.0 |
998 | 2025-01-14T19:58:08.935Z | Downloaded pin-project-lite v0.2.14 |
999 | 2025-01-14T19:58:08.939Z | Downloaded data-encoding v2.6.0 |
1000 | 2025-01-14T19:58:08.942Z | Downloaded toml v0.7.8 |
1001 | 2025-01-14T19:58:08.944Z | Downloaded progenitor-client v0.8.0 |
1002 | 2025-01-14T19:58:08.947Z | Downloaded typed-path v0.9.3 |
1003 | 2025-01-14T19:58:08.952Z | Downloaded encoding_rs v0.8.34 |
1004 | 2025-01-14T19:58:08.974Z | Downloaded idna v1.0.3 |
1005 | 2025-01-14T19:58:08.978Z | Downloaded tokio-rustls v0.25.0 |
1006 | 2025-01-14T19:58:08.981Z | Downloaded slog-dtrace v0.3.0 |
1007 | 2025-01-14T19:58:08.983Z | Downloaded test-strategy v0.3.1 |
1008 | 2025-01-14T19:58:08.985Z | Downloaded zip v0.6.6 |
1009 | 2025-01-14T19:58:08.989Z | Downloaded slog-bunyan v2.5.0 |
1010 | 2025-01-14T19:58:08.991Z | Downloaded tar v0.4.42 |
1011 | 2025-01-14T19:58:08.994Z | Downloaded p256 v0.13.2 |
1012 | 2025-01-14T19:58:08.996Z | Downloaded nu-ansi-term v0.50.1 |
1013 | 2025-01-14T19:58:08.999Z | Downloaded zopfli v0.8.1 |
1014 | 2025-01-14T19:58:09.001Z | Downloaded unsafe-libyaml v0.2.11 |
1015 | 2025-01-14T19:58:09.004Z | Downloaded peg v0.8.4 |
1016 | 2025-01-14T19:58:09.007Z | Downloaded pbkdf2 v0.12.2 |
1017 | 2025-01-14T19:58:09.010Z | Downloaded pbkdf2 v0.11.0 |
1018 | 2025-01-14T19:58:09.012Z | Downloaded resolv-conf v0.7.0 |
1019 | 2025-01-14T19:58:09.015Z | Downloaded postgres-types v0.2.8 |
1020 | 2025-01-14T19:58:09.017Z | Downloaded rustfmt-wrapper v0.2.1 |
1021 | 2025-01-14T19:58:09.017Z | Downloaded rustc_version v0.1.7 |
1022 | 2025-01-14T19:58:09.017Z | Downloaded spin v0.9.8 |
1023 | 2025-01-14T19:58:09.020Z | Downloaded semver v0.1.20 |
1024 | 2025-01-14T19:58:09.020Z | Downloaded ssh-key v0.6.6 |
1025 | 2025-01-14T19:58:09.026Z | Downloaded parking_lot_core v0.9.10 |
1026 | 2025-01-14T19:58:09.029Z | Downloaded subprocess v0.2.9 |
1027 | 2025-01-14T19:58:09.032Z | Downloaded signal-hook v0.3.17 |
1028 | 2025-01-14T19:58:09.035Z | Downloaded libxml v0.3.3 |
1029 | 2025-01-14T19:58:09.040Z | Downloaded libm v0.2.8 |
1030 | 2025-01-14T19:58:09.049Z | Downloaded derive-where v1.2.7 |
1031 | 2025-01-14T19:58:09.052Z | Downloaded gethostname v0.5.0 |
1032 | 2025-01-14T19:58:09.054Z | Downloaded thread_local v1.1.8 |
1033 | 2025-01-14T19:58:09.058Z | Downloaded parking_lot v0.11.2 |
1034 | 2025-01-14T19:58:09.058Z | Downloaded yasna v0.5.2 |
1035 | 2025-01-14T19:58:09.060Z | Downloaded zone v0.3.0 |
1036 | 2025-01-14T19:58:09.060Z | Downloaded pkcs1 v0.7.5 |
1037 | 2025-01-14T19:58:09.063Z | Downloaded phf_generator v0.11.2 |
1038 | 2025-01-14T19:58:09.065Z | Downloaded hickory-server v0.24.1 |
1039 | 2025-01-14T19:58:09.068Z | Downloaded hickory-resolver v0.24.1 |
1040 | 2025-01-14T19:58:09.072Z | Downloaded ff v0.13.0 |
1041 | 2025-01-14T19:58:09.075Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1042 | 2025-01-14T19:58:09.130Z | Downloaded tokio-native-tls v0.3.1 |
1043 | 2025-01-14T19:58:09.132Z | Downloaded fatfs v0.3.6 |
1044 | 2025-01-14T19:58:09.135Z | Downloaded rustc-hash v2.0.0 |
1045 | 2025-01-14T19:58:09.137Z | Downloaded rustc-hash v1.1.0 |
1046 | 2025-01-14T19:58:09.137Z | Downloaded elliptic-curve v0.13.8 |
1047 | 2025-01-14T19:58:09.139Z | Downloaded mio v1.0.2 |
1048 | 2025-01-14T19:58:09.145Z | Downloaded rsa v0.9.6 |
1049 | 2025-01-14T19:58:09.149Z | Downloaded tap v1.0.1 |
1050 | 2025-01-14T19:58:09.151Z | Downloaded slog-json v2.6.1 |
1051 | 2025-01-14T19:58:09.151Z | Downloaded secrecy v0.8.0 |
1052 | 2025-01-14T19:58:09.155Z | Downloaded same-file v1.0.6 |
1053 | 2025-01-14T19:58:09.155Z | Downloaded der_derive v0.7.3 |
1054 | 2025-01-14T19:58:09.157Z | Downloaded openssl-sys v0.9.103 |
1055 | 2025-01-14T19:58:09.160Z | Downloaded phf_codegen v0.11.2 |
1056 | 2025-01-14T19:58:09.162Z | Downloaded packed_struct_codegen v0.10.1 |
1057 | 2025-01-14T19:58:09.162Z | Downloaded packed_struct v0.10.1 |
1058 | 2025-01-14T19:58:09.165Z | Downloaded smallvec v1.13.2 |
1059 | 2025-01-14T19:58:09.167Z | Downloaded slog-term v2.9.1 |
1060 | 2025-01-14T19:58:09.167Z | Downloaded parking_lot v0.12.3 |
1061 | 2025-01-14T19:58:09.170Z | Downloaded futures v0.3.31 |
1062 | 2025-01-14T19:58:09.174Z | Downloaded darling_core v0.20.10 |
1063 | 2025-01-14T19:58:09.178Z | Downloaded zerocopy v0.6.6 |
1064 | 2025-01-14T19:58:09.180Z | Downloaded tungstenite v0.21.0 |
1065 | 2025-01-14T19:58:09.183Z | Downloaded icu_collections v1.5.0 |
1066 | 2025-01-14T19:58:09.189Z | Downloaded hkdf v0.12.4 |
1067 | 2025-01-14T19:58:09.191Z | Downloaded unicode-bidi v0.3.17 |
1068 | 2025-01-14T19:58:09.193Z | Downloaded embedded-io v0.6.1 |
1069 | 2025-01-14T19:58:09.196Z | Downloaded primeorder v0.13.6 |
1070 | 2025-01-14T19:58:09.196Z | Downloaded hyper-util v0.1.10 |
1071 | 2025-01-14T19:58:09.199Z | Downloaded nodrop v0.1.14 |
1072 | 2025-01-14T19:58:09.203Z | Downloaded hash32 v0.3.1 |
1073 | 2025-01-14T19:58:09.203Z | Downloaded tokio-tungstenite v0.23.1 |
1074 | 2025-01-14T19:58:09.205Z | Downloaded slog-async v2.8.0 |
1075 | 2025-01-14T19:58:09.206Z | Downloaded derive_more v0.99.18 |
1076 | 2025-01-14T19:58:09.209Z | Downloaded dropshot_endpoint v0.13.0 |
1077 | 2025-01-14T19:58:09.212Z | Downloaded futures-task v0.3.31 |
1078 | 2025-01-14T19:58:09.214Z | Downloaded parking_lot_core v0.8.6 |
1079 | 2025-01-14T19:58:09.217Z | Downloaded num-rational v0.4.2 |
1080 | 2025-01-14T19:58:09.217Z | Downloaded writeable v0.5.5 |
1081 | 2025-01-14T19:58:09.219Z | Downloaded const_format v0.2.33 |
1082 | 2025-01-14T19:58:09.222Z | Downloaded backtrace v0.3.74 |
1083 | 2025-01-14T19:58:09.227Z | Downloaded strum_macros v0.24.3 |
1084 | 2025-01-14T19:58:09.229Z | Downloaded structmeta-derive v0.3.0 |
1085 | 2025-01-14T19:58:09.231Z | Downloaded structmeta-derive v0.2.0 |
1086 | 2025-01-14T19:58:09.231Z | Downloaded smallvec v0.6.14 |
1087 | 2025-01-14T19:58:09.231Z | Downloaded chacha20poly1305 v0.10.1 |
1088 | 2025-01-14T19:58:09.234Z | Downloaded futures-channel v0.3.31 |
1089 | 2025-01-14T19:58:09.236Z | Downloaded ecdsa v0.16.9 |
1090 | 2025-01-14T19:58:09.239Z | Downloaded vsss-rs v3.3.4 |
1091 | 2025-01-14T19:58:09.241Z | Downloaded utf16_iter v1.0.5 |
1092 | 2025-01-14T19:58:09.241Z | Downloaded stringprep v0.1.5 |
1093 | 2025-01-14T19:58:09.241Z | Downloaded strip-ansi-escapes v0.2.0 |
1094 | 2025-01-14T19:58:09.244Z | Downloaded string_cache v0.8.7 |
1095 | 2025-01-14T19:58:09.244Z | Downloaded funty v2.0.0 |
1096 | 2025-01-14T19:58:09.247Z | Downloaded ref-cast-impl v1.0.23 |
1097 | 2025-01-14T19:58:09.247Z | Downloaded predicates-tree v1.0.11 |
1098 | 2025-01-14T19:58:09.247Z | Downloaded tinyvec v1.8.0 |
1099 | 2025-01-14T19:58:09.249Z | Downloaded num v0.4.3 |
1100 | 2025-01-14T19:58:09.251Z | Downloaded num_threads v0.1.7 |
1101 | 2025-01-14T19:58:09.251Z | Downloaded serde_plain v1.0.2 |
1102 | 2025-01-14T19:58:09.254Z | Downloaded pem v3.0.4 |
1103 | 2025-01-14T19:58:09.254Z | Downloaded icu_properties v1.5.1 |
1104 | 2025-01-14T19:58:09.257Z | Downloaded base64 v0.22.1 |
1105 | 2025-01-14T19:58:09.259Z | Downloaded num-derive v0.4.2 |
1106 | 2025-01-14T19:58:09.262Z | Downloaded yoke v0.7.4 |
1107 | 2025-01-14T19:58:09.264Z | Downloaded vte v0.11.1 |
1108 | 2025-01-14T19:58:09.264Z | Downloaded icu_provider v1.5.0 |
1109 | 2025-01-14T19:58:09.267Z | Downloaded defmt-macros v0.3.9 |
1110 | 2025-01-14T19:58:09.269Z | Downloaded tiny-keccak v2.0.2 |
1111 | 2025-01-14T19:58:09.272Z | Downloaded time-macros v0.2.18 |
1112 | 2025-01-14T19:58:09.275Z | Downloaded aes-gcm v0.10.3 |
1113 | 2025-01-14T19:58:09.277Z | Downloaded compact_str v0.8.0 |
1114 | 2025-01-14T19:58:09.280Z | Downloaded icu_normalizer v1.5.0 |
1115 | 2025-01-14T19:58:09.283Z | Downloaded icu_locid v1.5.0 |
1116 | 2025-01-14T19:58:09.287Z | Downloaded lock_api v0.4.12 |
1117 | 2025-01-14T19:58:09.291Z | Downloaded libloading v0.8.5 |
1118 | 2025-01-14T19:58:09.295Z | Downloaded supports-color v3.0.1 |
1119 | 2025-01-14T19:58:09.295Z | Downloaded quinn-udp v0.5.5 |
1120 | 2025-01-14T19:58:09.297Z | Downloaded arc-swap v1.7.1 |
1121 | 2025-01-14T19:58:09.302Z | Downloaded signal-hook-tokio v0.3.1 |
1122 | 2025-01-14T19:58:09.302Z | Downloaded serde-hex v0.1.0 |
1123 | 2025-01-14T19:58:09.304Z | Downloaded allocator-api2 v0.2.18 |
1124 | 2025-01-14T19:58:09.304Z | Downloaded crc-any v2.5.0 |
1125 | 2025-01-14T19:58:09.307Z | Downloaded jobserver v0.1.32 |
1126 | 2025-01-14T19:58:09.309Z | Downloaded cookie v0.18.1 |
1127 | 2025-01-14T19:58:09.312Z | Downloaded hyper-staticfile v0.10.1 |
1128 | 2025-01-14T19:58:09.312Z | Downloaded clang-sys v1.8.1 |
1129 | 2025-01-14T19:58:09.314Z | Downloaded ref-cast v1.0.23 |
1130 | 2025-01-14T19:58:09.316Z | Downloaded ipnet v2.10.1 |
1131 | 2025-01-14T19:58:09.319Z | Downloaded iana-time-zone v0.1.61 |
1132 | 2025-01-14T19:58:09.321Z | Downloaded hyper-rustls v0.27.3 |
1133 | 2025-01-14T19:58:09.322Z | Downloaded darling v0.20.10 |
1134 | 2025-01-14T19:58:09.325Z | Downloaded crossbeam-utils v0.8.20 |
1135 | 2025-01-14T19:58:09.328Z | Downloaded buf-list v1.0.3 |
1136 | 2025-01-14T19:58:09.332Z | Downloaded httparse v1.9.5 |
1137 | 2025-01-14T19:58:09.334Z | Downloaded crc32fast v1.4.2 |
1138 | 2025-01-14T19:58:09.334Z | Downloaded ahash v0.8.11 |
1139 | 2025-01-14T19:58:09.336Z | Downloaded addr2line v0.24.2 |
1140 | 2025-01-14T19:58:09.339Z | Downloaded lalrpop-util v0.19.12 |
1141 | 2025-01-14T19:58:09.339Z | Downloaded lockfree-object-pool v0.1.6 |
1142 | 2025-01-14T19:58:09.342Z | Downloaded instability v0.3.2 |
1143 | 2025-01-14T19:58:09.342Z | Downloaded indoc v1.0.9 |
1144 | 2025-01-14T19:58:09.344Z | Downloaded base64ct v1.6.0 |
1145 | 2025-01-14T19:58:09.347Z | Downloaded kstat-rs v0.2.4 |
1146 | 2025-01-14T19:58:09.347Z | Downloaded is-terminal v0.4.13 |
1147 | 2025-01-14T19:58:09.349Z | Downloaded cancel-safe-futures v0.1.5 |
1148 | 2025-01-14T19:58:09.352Z | Downloaded http-body-util v0.1.2 |
1149 | 2025-01-14T19:58:09.352Z | Downloaded hostname v0.4.0 |
1150 | 2025-01-14T19:58:09.354Z | Downloaded async-trait v0.1.83 |
1151 | 2025-01-14T19:58:09.357Z | Downloaded async-bb8-diesel v0.2.1 |
1152 | 2025-01-14T19:58:09.359Z | Downloaded libsw v3.3.1 |
1153 | 2025-01-14T19:58:09.359Z | Downloaded libefi-sys v0.1.0 |
1154 | 2025-01-14T19:58:09.362Z | Downloaded lazy_static v1.5.0 |
1155 | 2025-01-14T19:58:09.362Z | Downloaded hubpack v0.1.2 |
1156 | 2025-01-14T19:58:09.364Z | Downloaded bzip2 v0.4.4 |
1157 | 2025-01-14T19:58:09.364Z | Downloaded keccak v0.1.5 |
1158 | 2025-01-14T19:58:09.367Z | Downloaded hostname v0.3.1 |
1159 | 2025-01-14T19:58:09.370Z | Downloaded cmake v0.1.51 |
1160 | 2025-01-14T19:58:09.372Z | Downloaded cipher v0.4.4 |
1161 | 2025-01-14T19:58:09.372Z | Downloaded is_ci v1.2.0 |
1162 | 2025-01-14T19:58:09.372Z | Downloaded atomic-waker v1.1.2 |
1163 | 2025-01-14T19:58:09.375Z | Downloaded humantime v2.1.0 |
1164 | 2025-01-14T19:58:09.375Z | Downloaded bitflags v1.3.2 |
1165 | 2025-01-14T19:58:09.377Z | Downloaded blowfish v0.9.1 |
1166 | 2025-01-14T19:58:09.380Z | Downloaded convert_case v0.4.0 |
1167 | 2025-01-14T19:58:09.380Z | Downloaded cobs v0.2.3 |
1168 | 2025-01-14T19:58:09.380Z | Downloaded bitfield-struct v0.6.2 |
1169 | 2025-01-14T19:58:09.382Z | Downloaded bit-vec v0.6.3 |
1170 | 2025-01-14T19:58:09.383Z | Downloaded assert_matches v1.5.0 |
1171 | 2025-01-14T19:58:09.385Z | Downloaded adler2 v2.0.0 |
1172 | 2025-01-14T19:58:09.385Z | Downloaded ascii-canvas v3.0.0 |
1173 | 2025-01-14T19:58:09.481Z | Downloaded ring v0.17.8 |
1174 | 2025-01-14T19:58:09.597Z | Downloaded libsqlite3-sys v0.30.1 |
1175 | 2025-01-14T19:58:09.733Z | Downloaded aws-lc-sys v0.22.0 |
1176 | 2025-01-14T19:58:10.036Z | Compiling serde v1.0.215 |
1177 | 2025-01-14T19:58:10.039Z | Compiling lock_api v0.4.12 |
1178 | 2025-01-14T19:58:10.039Z | Compiling scopeguard v1.2.0 |
1179 | 2025-01-14T19:58:10.039Z | Compiling value-bag v1.9.0 |
1180 | 2025-01-14T19:58:10.039Z | Compiling typenum v1.17.0 |
1181 | 2025-01-14T19:58:10.039Z | Compiling generic-array v0.14.7 |
1182 | 2025-01-14T19:58:10.212Z | Compiling syn v2.0.87 |
1183 | 2025-01-14T19:58:10.215Z | Compiling getrandom v0.2.15 |
1184 | 2025-01-14T19:58:10.399Z | Compiling shlex v1.3.0 |
1185 | 2025-01-14T19:58:10.533Z | Compiling rand_core v0.6.4 |
1186 | 2025-01-14T19:58:10.714Z | Compiling log v0.4.22 |
1187 | 2025-01-14T19:58:10.762Z | Compiling subtle v2.6.1 |
1188 | 2025-01-14T19:58:10.813Z | Compiling jobserver v0.1.32 |
1189 | 2025-01-14T19:58:10.833Z | Compiling smallvec v1.13.2 |
1190 | 2025-01-14T19:58:11.057Z | Compiling const-oid v0.9.6 |
1191 | 2025-01-14T19:58:11.059Z | Compiling spin v0.9.8 |
1192 | 2025-01-14T19:58:11.096Z | Compiling pin-project-lite v0.2.14 |
1193 | 2025-01-14T19:58:11.219Z | Compiling cc v1.1.30 |
1194 | 2025-01-14T19:58:11.249Z | Compiling rustix v0.38.37 |
1195 | 2025-01-14T19:58:11.478Z | Compiling parking_lot_core v0.9.10 |
1196 | 2025-01-14T19:58:11.589Z | Compiling futures-core v0.3.31 |
1197 | 2025-01-14T19:58:11.800Z | Compiling signal-hook-registry v1.4.2 |
1198 | 2025-01-14T19:58:11.853Z | Compiling mio v1.0.2 |
1199 | 2025-01-14T19:58:12.150Z | Compiling aho-corasick v1.1.3 |
1200 | 2025-01-14T19:58:12.598Z | Compiling parking_lot v0.12.3 |
1201 | 2025-01-14T19:58:12.622Z | Compiling cpufeatures v0.2.14 |
1202 | 2025-01-14T19:58:12.724Z | Compiling either v1.13.0 |
1203 | 2025-01-14T19:58:12.797Z | Compiling regex-syntax v0.8.5 |
1204 | 2025-01-14T19:58:13.156Z | Compiling lazy_static v1.5.0 |
1205 | 2025-01-14T19:58:13.175Z | Compiling stable_deref_trait v1.2.0 |
1206 | 2025-01-14T19:58:13.237Z | Compiling glob v0.3.1 |
1207 | 2025-01-14T19:58:13.279Z | Compiling futures-sink v0.3.31 |
1208 | 2025-01-14T19:58:13.299Z | Compiling socket2 v0.5.7 |
1209 | 2025-01-14T19:58:13.443Z | Compiling slab v0.4.9 |
1210 | 2025-01-14T19:58:13.716Z | Compiling prettyplease v0.2.25 |
1211 | 2025-01-14T19:58:13.900Z | Compiling serde_json v1.0.133 |
1212 | 2025-01-14T19:58:14.070Z | Compiling minimal-lexical v0.2.1 |
1213 | 2025-01-14T19:58:14.297Z | Compiling clang-sys v1.8.1 |
1214 | 2025-01-14T19:58:14.339Z | Compiling libloading v0.8.5 |
1215 | 2025-01-14T19:58:14.569Z | Compiling nom v7.1.3 |
1216 | 2025-01-14T19:58:14.625Z | Compiling bindgen v0.69.5 |
1217 | 2025-01-14T19:58:14.781Z | Compiling home v0.5.9 |
1218 | 2025-01-14T19:58:15.059Z | Compiling futures-channel v0.3.31 |
1219 | 2025-01-14T19:58:15.443Z | Compiling itertools v0.12.1 |
1220 | 2025-01-14T19:58:15.497Z | Compiling futures-io v0.3.31 |
1221 | 2025-01-14T19:58:15.653Z | Compiling foldhash v0.1.3 |
1222 | 2025-01-14T19:58:15.819Z | Compiling rustc-hash v1.1.0 |
1223 | 2025-01-14T19:58:15.985Z | Compiling libm v0.2.8 |
1224 | 2025-01-14T19:58:16.006Z | Compiling futures-task v0.3.31 |
1225 | 2025-01-14T19:58:16.326Z | Compiling allocator-api2 v0.2.18 |
1226 | 2025-01-14T19:58:16.345Z | Compiling pin-utils v0.1.0 |
1227 | 2025-01-14T19:58:16.446Z | Compiling lazycell v1.3.0 |
1228 | 2025-01-14T19:58:16.654Z | Compiling cmake v0.1.51 |
1229 | 2025-01-14T19:58:17.104Z | Compiling regex-automata v0.4.8 |
1230 | 2025-01-14T19:58:17.737Z | Compiling hashbrown v0.15.1 |
1231 | 2025-01-14T19:58:17.990Z | Compiling cexpr v0.6.0 |
1232 | 2025-01-14T19:58:18.369Z | Compiling synstructure v0.13.1 |
1233 | 2025-01-14T19:58:19.132Z | Compiling num-traits v0.2.19 |
1234 | 2025-01-14T19:58:19.423Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2025-01-14T19:58:19.527Z | Compiling dunce v1.0.5 |
1236 | 2025-01-14T19:58:19.665Z | Compiling fs_extra v1.3.0 |
1237 | 2025-01-14T19:58:19.805Z | Compiling pkg-config v0.3.31 |
1238 | 2025-01-14T19:58:19.984Z | Compiling tinyvec v1.8.0 |
1239 | 2025-01-14T19:58:20.303Z | Compiling ring v0.17.8 |
1240 | 2025-01-14T19:58:21.440Z | Compiling base64ct v1.6.0 |
1241 | 2025-01-14T19:58:21.530Z | Compiling unicode-normalization v0.1.24 |
1242 | 2025-01-14T19:58:21.654Z | Compiling litemap v0.7.3 |
1243 | 2025-01-14T19:58:21.873Z | Compiling paste v1.0.15 |
1244 | 2025-01-14T19:58:22.037Z | Compiling writeable v0.5.5 |
1245 | 2025-01-14T19:58:22.040Z | Compiling unicode-bidi v0.3.17 |
1246 | 2025-01-14T19:58:22.442Z | Compiling pem-rfc7468 v0.7.0 |
1247 | 2025-01-14T19:58:22.640Z | Compiling httparse v1.9.5 |
1248 | 2025-01-14T19:58:23.197Z | Compiling regex v1.11.1 |
1249 | 2025-01-14T19:58:23.370Z | Compiling aws-lc-rs v1.10.0 |
1250 | 2025-01-14T19:58:23.423Z | Compiling flagset v0.4.6 |
1251 | 2025-01-14T19:58:23.614Z | Compiling tracing-core v0.1.32 |
1252 | 2025-01-14T19:58:23.827Z | Compiling rustls-pki-types v1.10.0 |
1253 | 2025-01-14T19:58:24.269Z | Compiling crossbeam-utils v0.8.20 |
1254 | 2025-01-14T19:58:24.751Z | Compiling percent-encoding v2.3.1 |
1255 | 2025-01-14T19:58:24.842Z | Compiling icu_locid_transform_data v1.5.0 |
1256 | 2025-01-14T19:58:24.983Z | Compiling mirai-annotations v1.12.0 |
1257 | 2025-01-14T19:58:24.999Z | Compiling untrusted v0.9.0 |
1258 | 2025-01-14T19:58:25.083Z | Compiling vcpkg v0.2.15 |
1259 | 2025-01-14T19:58:25.160Z | Compiling num-conv v0.1.0 |
1260 | 2025-01-14T19:58:25.160Z | Compiling untrusted v0.7.1 |
1261 | 2025-01-14T19:58:25.227Z | Compiling serde_derive v1.0.215 |
1262 | 2025-01-14T19:58:25.351Z | Compiling zeroize_derive v1.4.2 |
1263 | 2025-01-14T19:58:25.459Z | Compiling zerocopy-derive v0.7.35 |
1264 | 2025-01-14T19:58:25.672Z | Compiling tokio-macros v2.4.0 |
1265 | 2025-01-14T19:58:26.914Z | Compiling zeroize v1.8.1 |
1266 | 2025-01-14T19:58:27.241Z | Compiling zerofrom-derive v0.1.4 |
1267 | 2025-01-14T19:58:27.293Z | Compiling thiserror-impl v1.0.69 |
1268 | 2025-01-14T19:58:27.311Z | Compiling yoke-derive v0.7.4 |
1269 | 2025-01-14T19:58:27.701Z | Compiling zerocopy v0.7.35 |
1270 | 2025-01-14T19:58:28.196Z | Compiling zerovec-derive v0.10.3 |
1271 | 2025-01-14T19:58:28.636Z | Compiling crypto-common v0.1.6 |
1272 | 2025-01-14T19:58:28.888Z | Compiling block-buffer v0.10.4 |
1273 | 2025-01-14T19:58:29.163Z | Compiling digest v0.10.7 |
1274 | 2025-01-14T19:58:29.430Z | Compiling futures-macro v0.3.31 |
1275 | 2025-01-14T19:58:29.660Z | Compiling hmac v0.12.1 |
1276 | 2025-01-14T19:58:29.908Z | Compiling block-padding v0.3.3 |
1277 | 2025-01-14T19:58:30.136Z | Compiling displaydoc v0.2.5 |
1278 | 2025-01-14T19:58:30.155Z | Compiling inout v0.1.3 |
1279 | 2025-01-14T19:58:30.613Z | Compiling cipher v0.4.4 |
1280 | 2025-01-14T19:58:30.632Z | Compiling sha2 v0.10.8 |
1281 | 2025-01-14T19:58:30.968Z | Compiling thiserror v1.0.69 |
1282 | 2025-01-14T19:58:31.003Z | Compiling ppv-lite86 v0.2.20 |
1283 | 2025-01-14T19:58:31.003Z | Compiling icu_provider_macros v1.5.0 |
1284 | 2025-01-14T19:58:31.003Z | Compiling der_derive v0.7.3 |
1285 | 2025-01-14T19:58:31.413Z | Compiling futures-util v0.3.31 |
1286 | 2025-01-14T19:58:31.570Z | Compiling zerofrom v0.1.4 |
1287 | 2025-01-14T19:58:31.780Z | Compiling yoke v0.7.4 |
1288 | 2025-01-14T19:58:31.801Z | Compiling rand_chacha v0.3.1 |
1289 | 2025-01-14T19:58:31.840Z | Compiling tracing-attributes v0.1.27 |
1290 | 2025-01-14T19:58:32.154Z | Compiling zerovec v0.10.4 |
1291 | 2025-01-14T19:58:32.158Z | Compiling pest v2.7.14 |
1292 | 2025-01-14T19:58:33.609Z | Compiling der v0.7.9 |
1293 | 2025-01-14T19:58:34.125Z | Compiling tinystr v0.7.6 |
1294 | 2025-01-14T19:58:34.255Z | Compiling icu_collections v1.5.0 |
1295 | 2025-01-14T19:58:34.513Z | Compiling icu_locid v1.5.0 |
1296 | 2025-01-14T19:58:34.577Z | Compiling rand v0.8.5 |
1297 | 2025-01-14T19:58:35.294Z | Compiling salsa20 v0.10.2 |
1298 | 2025-01-14T19:58:35.509Z | Compiling pbkdf2 v0.12.2 |
1299 | 2025-01-14T19:58:35.702Z | Compiling time-core v0.1.2 |
1300 | 2025-01-14T19:58:35.737Z | Compiling icu_provider v1.5.0 |
1301 | 2025-01-14T19:58:35.781Z | Compiling tracing v0.1.40 |
1302 | 2025-01-14T19:58:35.893Z | Compiling spki v0.7.3 |
1303 | 2025-01-14T19:58:36.285Z | Compiling icu_properties_data v1.5.0 |
1304 | 2025-01-14T19:58:36.318Z | Compiling powerfmt v0.2.0 |
1305 | 2025-01-14T19:58:36.542Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-14T19:58:36.710Z | Compiling deranged v0.3.11 |
1307 | 2025-01-14T19:58:36.742Z | Compiling time-macros v0.2.18 |
1308 | 2025-01-14T19:58:36.856Z | Compiling scrypt v0.11.0 |
1309 | 2025-01-14T19:58:36.941Z | Compiling pest_meta v2.7.14 |
1310 | 2025-01-14T19:58:37.017Z | Compiling aes v0.8.4 |
1311 | 2025-01-14T19:58:37.434Z | Compiling cbc v0.1.2 |
1312 | 2025-01-14T19:58:37.737Z | Compiling icu_properties v1.5.1 |
1313 | 2025-01-14T19:58:38.674Z | Compiling openssl-sys v0.9.103 |
1314 | 2025-01-14T19:58:39.275Z | Compiling scroll_derive v0.12.0 |
1315 | 2025-01-14T19:58:39.791Z | Compiling bitflags v2.6.0 |
1316 | 2025-01-14T19:58:39.838Z | Compiling bytes v1.8.0 |
1317 | 2025-01-14T19:58:40.251Z | Compiling indexmap v2.6.0 |
1318 | 2025-01-14T19:58:40.767Z | Compiling tokio v1.40.0 |
1319 | 2025-01-14T19:58:41.149Z | Compiling http v1.1.0 |
1320 | 2025-01-14T19:58:41.556Z | Compiling semver v1.0.23 |
1321 | 2025-01-14T19:58:42.131Z | Compiling rustc_version v0.4.1 |
1322 | 2025-01-14T19:58:42.332Z | Compiling atomic-waker v1.1.2 |
1323 | 2025-01-14T19:58:42.523Z | Compiling write16 v1.0.0 |
1324 | 2025-01-14T19:58:42.666Z | Compiling num_threads v0.1.7 |
1325 | 2025-01-14T19:58:42.758Z | Compiling icu_normalizer_data v1.5.0 |
1326 | 2025-01-14T19:58:42.801Z | Compiling utf8_iter v1.0.4 |
1327 | 2025-01-14T19:58:42.870Z | Compiling utf16_iter v1.0.5 |
1328 | 2025-01-14T19:58:42.891Z | Compiling time v0.3.36 |
1329 | 2025-01-14T19:58:43.071Z | Compiling icu_normalizer v1.5.0 |
1330 | 2025-01-14T19:58:43.074Z | Compiling http-body v1.0.1 |
1331 | 2025-01-14T19:58:43.112Z | Compiling scroll v0.12.0 |
1332 | 2025-01-14T19:58:43.297Z | Compiling pest_generator v2.7.14 |
1333 | 2025-01-14T19:58:43.335Z | Compiling pkcs5 v0.7.1 |
1334 | 2025-01-14T19:58:43.698Z | Compiling form_urlencoded v1.2.1 |
1335 | 2025-01-14T19:58:43.732Z | Compiling try-lock v0.2.5 |
1336 | 2025-01-14T19:58:43.880Z | Compiling slog v2.7.0 |
1337 | 2025-01-14T19:58:44.009Z | Compiling which v4.4.2 |
1338 | 2025-01-14T19:58:44.644Z | Compiling idna_adapter v1.2.0 |
1339 | 2025-01-14T19:58:44.673Z | Compiling pkcs8 v0.10.2 |
1340 | 2025-01-14T19:58:44.876Z | Compiling want v0.3.1 |
1341 | 2025-01-14T19:58:45.121Z | Compiling goblin v0.8.2 |
1342 | 2025-01-14T19:58:45.168Z | Compiling uuid v1.11.0 |
1343 | 2025-01-14T19:58:45.342Z | Compiling pest_derive v2.7.14 |
1344 | 2025-01-14T19:58:45.385Z | Compiling iana-time-zone v0.1.61 |
1345 | 2025-01-14T19:58:45.502Z | Compiling httpdate v1.0.3 |
1346 | 2025-01-14T19:58:45.865Z | Compiling chrono v0.4.38 |
1347 | 2025-01-14T19:58:45.975Z | Compiling idna v1.0.3 |
1348 | 2025-01-14T19:58:46.137Z | Compiling dtrace-parser v0.2.0 |
1349 | 2025-01-14T19:58:47.486Z | Compiling toml_datetime v0.6.8 |
1350 | 2025-01-14T19:58:47.847Z | Compiling serde_spanned v0.6.8 |
1351 | 2025-01-14T19:58:48.046Z | Compiling serde_tokenstream v0.2.2 |
1352 | 2025-01-14T19:58:48.111Z | Compiling base64 v0.22.1 |
1353 | 2025-01-14T19:58:48.176Z | Compiling openssl v0.10.66 |
1354 | 2025-01-14T19:58:48.390Z | Compiling match_cfg v0.1.0 |
1355 | 2025-01-14T19:58:48.479Z | Compiling foreign-types-shared v0.1.1 |
1356 | 2025-01-14T19:58:48.591Z | Compiling adler2 v2.0.0 |
1357 | 2025-01-14T19:58:48.623Z | Compiling tower-service v0.3.3 |
1358 | 2025-01-14T19:58:48.667Z | Compiling rustversion v1.0.17 |
1359 | 2025-01-14T19:58:48.738Z | Compiling miniz_oxide v0.8.0 |
1360 | 2025-01-14T19:58:48.816Z | Compiling foreign-types v0.3.2 |
1361 | 2025-01-14T19:58:48.837Z | Compiling hostname v0.3.1 |
1362 | 2025-01-14T19:58:48.918Z | Compiling url v2.5.3 |
1363 | 2025-01-14T19:58:49.380Z | Compiling tokio-util v0.7.12 |
1364 | 2025-01-14T19:58:49.735Z | Compiling openssl-macros v0.1.1 |
1365 | 2025-01-14T19:58:50.303Z | Compiling async-trait v0.1.83 |
1366 | 2025-01-14T19:58:50.485Z | Compiling h2 v0.4.6 |
1367 | 2025-01-14T19:58:50.516Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2025-01-14T19:58:50.804Z | Compiling dirs-sys-next v0.1.2 |
1369 | 2025-01-14T19:58:50.954Z | Compiling dof v0.3.0 |
1370 | 2025-01-14T19:58:51.470Z | Compiling native-tls v0.2.12 |
1371 | 2025-01-14T19:58:51.800Z | Compiling usdt-impl v0.5.0 |
1372 | 2025-01-14T19:58:53.111Z | Compiling siphasher v0.3.11 |
1373 | 2025-01-14T19:58:53.185Z | Compiling schemars v0.8.21 |
1374 | 2025-01-14T19:58:53.383Z | Compiling rustls v0.23.19 |
1375 | 2025-01-14T19:58:53.447Z | Compiling rustls v0.22.4 |
1376 | 2025-01-14T19:58:53.519Z | Compiling syn v1.0.109 |
1377 | 2025-01-14T19:58:53.538Z | Compiling data-encoding v2.6.0 |
1378 | 2025-01-14T19:58:53.680Z | Compiling schemars_derive v0.8.21 |
1379 | 2025-01-14T19:58:53.779Z | Compiling dirs-next v2.0.0 |
1380 | 2025-01-14T19:58:55.642Z | Compiling http-body-util v0.1.2 |
1381 | 2025-01-14T19:58:55.745Z | Compiling heapless v0.7.17 |
1382 | 2025-01-14T19:58:55.949Z | Compiling crossbeam-epoch v0.9.18 |
1383 | 2025-01-14T19:58:56.191Z | Compiling sha1 v0.10.6 |
1384 | 2025-01-14T19:58:56.194Z | Compiling signature v2.2.0 |
1385 | 2025-01-14T19:58:56.519Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1386 | 2025-01-14T19:58:56.541Z | Compiling thread_local v1.1.8 |
1387 | 2025-01-14T19:58:56.606Z | Compiling encoding_rs v0.8.34 |
1388 | 2025-01-14T19:58:56.738Z | Compiling multer v3.1.0 |
1389 | 2025-01-14T19:58:56.984Z | Compiling cookie v0.18.1 |
1390 | 2025-01-14T19:58:57.004Z | Compiling unicode-properties v0.1.3 |
1391 | 2025-01-14T19:58:57.094Z | Compiling signal-hook v0.3.17 |
1392 | 2025-01-14T19:58:57.168Z | Compiling gimli v0.31.1 |
1393 | 2025-01-14T19:58:57.246Z | Compiling openssl-probe v0.1.5 |
1394 | 2025-01-14T19:58:57.347Z | Compiling dyn-clone v1.0.17 |
1395 | 2025-01-14T19:58:57.414Z | Compiling rayon-core v1.12.1 |
1396 | 2025-01-14T19:58:57.573Z | Compiling hyper v1.5.0 |
1397 | 2025-01-14T19:58:57.593Z | Compiling mime v0.3.17 |
1398 | 2025-01-14T19:58:57.691Z | Compiling ipnet v2.10.1 |
1399 | 2025-01-14T19:58:58.214Z | Compiling slog-async v2.8.0 |
1400 | 2025-01-14T19:58:59.054Z | Compiling stringprep v0.1.5 |
1401 | 2025-01-14T19:59:00.334Z | Compiling hyper-util v0.1.10 |
1402 | 2025-01-14T19:59:01.228Z | Compiling toml_edit v0.22.22 |
1403 | 2025-01-14T19:59:01.791Z | Compiling addr2line v0.24.2 |
1404 | 2025-01-14T19:59:02.504Z | Compiling crossbeam-deque v0.8.5 |
1405 | 2025-01-14T19:59:02.648Z | Compiling usdt-attr-macro v0.5.0 |
1406 | 2025-01-14T19:59:02.710Z | Compiling usdt-macro v0.5.0 |
1407 | 2025-01-14T19:59:02.831Z | Compiling term v0.7.0 |
1408 | 2025-01-14T19:59:03.483Z | Compiling slog-json v2.6.1 |
1409 | 2025-01-14T19:59:03.637Z | Compiling serde_urlencoded v0.7.1 |
1410 | 2025-01-14T19:59:03.847Z | Compiling curve25519-dalek v4.1.3 |
1411 | 2025-01-14T19:59:04.125Z | Compiling crossbeam-channel v0.5.13 |
1412 | 2025-01-14T19:59:04.210Z | Compiling futures-executor v0.3.31 |
1413 | 2025-01-14T19:59:04.271Z | Compiling md-5 v0.10.6 |
1414 | 2025-01-14T19:59:04.395Z | Compiling async-stream-impl v0.3.6 |
1415 | 2025-01-14T19:59:04.433Z | Compiling enum-as-inner v0.6.1 |
1416 | 2025-01-14T19:59:04.536Z | Compiling rustls-pemfile v2.2.0 |
1417 | 2025-01-14T19:59:04.798Z | Compiling num-integer v0.1.46 |
1418 | 2025-01-14T19:59:04.894Z | Compiling idna v0.4.0 |
1419 | 2025-01-14T19:59:05.241Z | Compiling idna v0.3.0 |
1420 | 2025-01-14T19:59:05.519Z | Compiling hash32 v0.2.1 |
1421 | 2025-01-14T19:59:05.537Z | Compiling ff v0.13.0 |
1422 | 2025-01-14T19:59:05.752Z | Compiling is-terminal v0.4.13 |
1423 | 2025-01-14T19:59:05.793Z | Compiling object v0.36.5 |
1424 | 2025-01-14T19:59:05.888Z | Compiling dropshot v0.12.0 |
1425 | 2025-01-14T19:59:05.908Z | Compiling fallible-iterator v0.2.0 |
1426 | 2025-01-14T19:59:06.176Z | Compiling anyhow v1.0.93 |
1427 | 2025-01-14T19:59:06.578Z | Compiling num-bigint-dig v0.8.4 |
1428 | 2025-01-14T19:59:06.628Z | Compiling base16ct v0.2.0 |
1429 | 2025-01-14T19:59:06.805Z | Compiling quick-error v1.2.3 |
1430 | 2025-01-14T19:59:06.869Z | Compiling portable-atomic v1.9.0 |
1431 | 2025-01-14T19:59:06.892Z | Compiling linked-hash-map v0.5.6 |
1432 | 2025-01-14T19:59:06.947Z | Compiling psl-types v2.0.11 |
1433 | 2025-01-14T19:59:06.969Z | Compiling smoltcp v0.9.1 |
1434 | 2025-01-14T19:59:07.150Z | Compiling utf-8 v0.7.6 |
1435 | 2025-01-14T19:59:07.251Z | Compiling take_mut v0.2.2 |
1436 | 2025-01-14T19:59:07.414Z | Compiling rustc-demangle v0.1.24 |
1437 | 2025-01-14T19:59:07.739Z | Compiling tungstenite v0.24.0 |
1438 | 2025-01-14T19:59:08.044Z | Compiling lru-cache v0.1.2 |
1439 | 2025-01-14T19:59:08.257Z | Compiling publicsuffix v2.2.3 |
1440 | 2025-01-14T19:59:08.436Z | Compiling resolv-conf v0.7.0 |
1441 | 2025-01-14T19:59:08.555Z | Compiling sec1 v0.7.3 |
1442 | 2025-01-14T19:59:09.131Z | Compiling postgres-protocol v0.6.7 |
1443 | 2025-01-14T19:59:09.233Z | Compiling slog-term v2.9.1 |
1444 | 2025-01-14T19:59:09.773Z | Compiling usdt v0.5.0 |
1445 | 2025-01-14T19:59:10.186Z | Compiling async-stream v0.3.6 |
1446 | 2025-01-14T19:59:10.281Z | Compiling hickory-proto v0.24.1 |
1447 | 2025-01-14T19:59:10.490Z | Compiling group v0.13.0 |
1448 | 2025-01-14T19:59:10.510Z | Compiling num-iter v0.1.45 |
1449 | 2025-01-14T19:59:10.513Z | Compiling futures v0.3.31 |
1450 | 2025-01-14T19:59:10.635Z | Compiling toml v0.8.19 |
1451 | 2025-01-14T19:59:10.657Z | Compiling slog-bunyan v2.5.0 |
1452 | 2025-01-14T19:59:10.879Z | Compiling camino v1.1.9 |
1453 | 2025-01-14T19:59:12.382Z | Compiling tokio-native-tls v0.3.1 |
1454 | 2025-01-14T19:59:12.637Z | Compiling phf_shared v0.11.2 |
1455 | 2025-01-14T19:59:12.674Z | Compiling dropshot_endpoint v0.12.0 |
1456 | 2025-01-14T19:59:13.016Z | Compiling terminal_size v0.4.0 |
1457 | 2025-01-14T19:59:13.043Z | Compiling waitgroup v0.1.2 |
1458 | 2025-01-14T19:59:13.064Z | Compiling openapiv3 v2.0.0 |
1459 | 2025-01-14T19:59:13.236Z | Compiling backtrace v0.3.74 |
1460 | 2025-01-14T19:59:13.282Z | Compiling serde_path_to_error v0.1.16 |
1461 | 2025-01-14T19:59:14.028Z | Compiling hkdf v0.12.4 |
1462 | 2025-01-14T19:59:14.140Z | Compiling crypto-bigint v0.5.5 |
1463 | 2025-01-14T19:59:14.287Z | Compiling zerocopy-derive v0.6.6 |
1464 | 2025-01-14T19:59:16.604Z | Compiling curve25519-dalek-derive v0.1.1 |
1465 | 2025-01-14T19:59:17.063Z | Compiling webpki-roots v0.26.6 |
1466 | 2025-01-14T19:59:17.159Z | Compiling hubpack_derive v0.1.1 |
1467 | 2025-01-14T19:59:17.293Z | Compiling idna v0.5.0 |
1468 | 2025-01-14T19:59:17.464Z | Compiling hostname v0.4.0 |
1469 | 2025-01-14T19:59:17.490Z | Compiling crc32fast v1.4.2 |
1470 | 2025-01-14T19:59:17.729Z | Compiling ahash v0.8.11 |
1471 | 2025-01-14T19:59:17.837Z | Compiling fs-err v2.11.0 |
1472 | 2025-01-14T19:59:18.508Z | Compiling debug-ignore v1.0.5 |
1473 | 2025-01-14T19:59:18.538Z | Compiling winnow v0.5.40 |
1474 | 2025-01-14T19:59:18.538Z | Compiling managed v0.8.0 |
1475 | 2025-01-14T19:59:18.538Z | Compiling bitflags v1.3.2 |
1476 | 2025-01-14T19:59:18.538Z | Compiling newtype-uuid v1.1.3 |
1477 | 2025-01-14T19:59:18.538Z | Compiling clap_builder v4.5.21 |
1478 | 2025-01-14T19:59:18.549Z | Compiling console v0.15.8 |
1479 | 2025-01-14T19:59:19.006Z | Compiling cookie_store v0.21.0 |
1480 | 2025-01-14T19:59:20.380Z | Compiling strum_macros v0.25.3 |
1481 | 2025-01-14T19:59:20.649Z | Compiling hubpack v0.1.2 |
1482 | 2025-01-14T19:59:20.833Z | Compiling flate2 v1.0.34 |
1483 | 2025-01-14T19:59:20.896Z | Compiling elliptic-curve v0.13.8 |
1484 | 2025-01-14T19:59:21.108Z | Compiling zerocopy v0.6.6 |
1485 | 2025-01-14T19:59:21.723Z | Compiling toml_edit v0.19.15 |
1486 | 2025-01-14T19:59:21.796Z | Compiling hickory-resolver v0.24.1 |
1487 | 2025-01-14T19:59:21.996Z | Compiling phf v0.11.2 |
1488 | 2025-01-14T19:59:22.304Z | Compiling hyper-tls v0.6.0 |
1489 | 2025-01-14T19:59:22.747Z | Compiling signal-hook-mio v0.2.4 |
1490 | 2025-01-14T19:59:22.841Z | Compiling rayon v1.10.0 |
1491 | 2025-01-14T19:59:22.912Z | Compiling bzip2 v0.4.4 |
1492 | 2025-01-14T19:59:24.698Z | Compiling postgres-types v0.2.8 |
1493 | 2025-01-14T19:59:26.232Z | Compiling tokio-tungstenite v0.24.0 |
1494 | 2025-01-14T19:59:27.817Z | Compiling ed25519 v2.2.3 |
1495 | 2025-01-14T19:59:27.861Z | Compiling phf_shared v0.10.0 |
1496 | 2025-01-14T19:59:28.198Z | Compiling tokio-stream v0.1.16 |
1497 | 2025-01-14T19:59:28.307Z | Compiling pkcs1 v0.7.5 |
1498 | 2025-01-14T19:59:28.539Z | Compiling serde-big-array v0.5.1 |
1499 | 2025-01-14T19:59:28.679Z | Compiling rfc6979 v0.4.0 |
1500 | 2025-01-14T19:59:28.781Z | Compiling derive-where v1.2.7 |
1501 | 2025-01-14T19:59:28.874Z | Compiling serde_repr v0.1.19 |
1502 | 2025-01-14T19:59:29.294Z | Compiling clap_derive v4.5.18 |
1503 | 2025-01-14T19:59:29.323Z | Compiling float-cmp v0.9.0 |
1504 | 2025-01-14T19:59:29.555Z | Compiling bstr v1.10.0 |
1505 | 2025-01-14T19:59:29.807Z | Compiling sync_wrapper v1.0.1 |
1506 | 2025-01-14T19:59:29.908Z | Compiling normalize-line-endings v0.3.0 |
1507 | 2025-01-14T19:59:29.948Z | Compiling new_debug_unreachable v1.0.6 |
1508 | 2025-01-14T19:59:30.030Z | Compiling static_assertions v1.1.0 |
1509 | 2025-01-14T19:59:30.053Z | Compiling number_prefix v0.4.0 |
1510 | 2025-01-14T19:59:30.072Z | Compiling fixedbitset v0.4.2 |
1511 | 2025-01-14T19:59:30.133Z | Compiling unicode-segmentation v1.12.0 |
1512 | 2025-01-14T19:59:30.295Z | Compiling predicates-core v1.0.8 |
1513 | 2025-01-14T19:59:30.577Z | Compiling difflib v0.4.0 |
1514 | 2025-01-14T19:59:30.655Z | Compiling bit-vec v0.6.3 |
1515 | 2025-01-14T19:59:31.062Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-14T19:59:31.140Z | Compiling whoami v1.5.2 |
1517 | 2025-01-14T19:59:31.187Z | Compiling unicode-width v0.2.0 |
1518 | 2025-01-14T19:59:31.415Z | Compiling string_cache v0.8.7 |
1519 | 2025-01-14T19:59:31.723Z | Compiling indicatif v0.17.9 |
1520 | 2025-01-14T19:59:31.779Z | Compiling tokio-postgres v0.7.12 |
1521 | 2025-01-14T19:59:31.903Z | Compiling bit-set v0.5.3 |
1522 | 2025-01-14T19:59:32.210Z | Compiling predicates v3.1.2 |
1523 | 2025-01-14T19:59:32.228Z | Compiling similar v2.6.0 |
1524 | 2025-01-14T19:59:32.393Z | Compiling petgraph v0.6.5 |
1525 | 2025-01-14T19:59:34.029Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1526 | 2025-01-14T19:59:34.065Z | Compiling ecdsa v0.16.9 |
1527 | 2025-01-14T19:59:34.532Z | Compiling clap v4.5.21 |
1528 | 2025-01-14T19:59:34.667Z | Compiling rsa v0.9.6 |
1529 | 2025-01-14T19:59:34.752Z | Compiling ed25519-dalek v2.1.1 |
1530 | 2025-01-14T19:59:34.983Z | Compiling toml v0.7.8 |
1531 | 2025-01-14T19:59:36.098Z | Compiling zip v0.6.6 |
1532 | 2025-01-14T19:59:36.703Z | Compiling crossterm v0.28.1 |
1533 | 2025-01-14T19:59:37.680Z | Compiling hex v0.4.3 |
1534 | 2025-01-14T19:59:37.859Z | Compiling x509-cert v0.2.5 |
1535 | 2025-01-14T19:59:37.959Z | Compiling itertools v0.10.5 |
1536 | 2025-01-14T19:59:38.315Z | Compiling lalrpop-util v0.19.12 |
1537 | 2025-01-14T19:59:38.349Z | Compiling peg-runtime v0.8.3 |
1538 | 2025-01-14T19:59:38.678Z | Compiling unicode-xid v0.2.6 |
1539 | 2025-01-14T19:59:38.870Z | Compiling strum_macros v0.26.4 |
1540 | 2025-01-14T19:59:39.029Z | Compiling xattr v1.3.1 |
1541 | 2025-01-14T19:59:39.306Z | Compiling filetime v0.2.25 |
1542 | 2025-01-14T19:59:39.632Z | Compiling tar v0.4.42 |
1543 | 2025-01-14T19:59:44.226Z | Compiling strum v0.26.3 |
1544 | 2025-01-14T19:59:46.906Z | Compiling aws-lc-sys v0.22.0 |
1545 | 2025-01-14T20:00:15.128Z | Compiling rustls-webpki v0.102.8 |
1546 | 2025-01-14T20:00:20.168Z | Compiling tokio-rustls v0.26.0 |
1547 | 2025-01-14T20:00:20.536Z | Compiling hyper-rustls v0.27.3 |
1548 | 2025-01-14T20:00:20.826Z | Compiling reqwest v0.12.9 |
1549 | 2025-01-14T20:00:23.595Z | Compiling tokio-rustls v0.25.0 |
1550 | 2025-01-14T20:00:26.787Z | Compiling qorb v0.2.1 |
1551 | 2025-01-14T20:00:29.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1552 | 2025-01-14T20:00:30.221Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1553 | 2025-01-14T20:00:36.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1554 | 2025-01-14T20:00:36.311Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1555 | 2025-01-14T20:00:36.363Z | Jan 14 20:00:34.522 INFO Starting download, target: Clickhouse |
1556 | 2025-01-14T20:00:36.363Z | Jan 14 20:00:34.523 INFO Starting download, target: Console |
1557 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Starting download, target: Cockroach |
1558 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Starting download, target: DendriteOpenapi |
1559 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Starting download, target: DendriteStub |
1560 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Starting download, target: MaghemiteMgd |
1561 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Starting download, target: TransceiverControl |
1562 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1563 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.523 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1564 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.524 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1565 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.524 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1566 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.524 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1567 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.524 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1568 | 2025-01-14T20:00:36.366Z | Jan 14 20:00:34.524 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1569 | 2025-01-14T20:00:36.572Z | Jan 14 20:00:34.732 INFO Download complete, target: DendriteOpenapi |
1570 | 2025-01-14T20:00:36.732Z | Jan 14 20:00:34.879 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1571 | 2025-01-14T20:00:36.831Z | Jan 14 20:00:34.990 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1572 | 2025-01-14T20:00:37.140Z | Jan 14 20:00:35.298 INFO Download complete, target: Console |
1573 | 2025-01-14T20:00:37.339Z | Jan 14 20:00:35.493 INFO Download complete, target: TransceiverControl |
1574 | 2025-01-14T20:00:37.528Z | Jan 14 20:00:35.688 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1575 | 2025-01-14T20:00:37.549Z | Jan 14 20:00:35.709 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1576 | 2025-01-14T20:00:38.224Z | Jan 14 20:00:36.384 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1577 | 2025-01-14T20:00:38.224Z | Jan 14 20:00:36.384 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1578 | 2025-01-14T20:00:38.680Z | Jan 14 20:00:36.840 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1579 | 2025-01-14T20:00:40.621Z | Jan 14 20:00:38.780 INFO Download complete, target: MaghemiteMgd |
1580 | 2025-01-14T20:00:40.624Z | Jan 14 20:00:38.784 INFO Download complete, target: DendriteStub |
1581 | 2025-01-14T20:00:45.820Z | Jan 14 20:00:43.979 INFO Checking that binary works, target: Cockroach |
1582 | 2025-01-14T20:00:45.977Z | Jan 14 20:00:44.137 INFO Download complete, target: Cockroach |
1583 | 2025-01-14T20:00:51.400Z | Jan 14 20:00:49.556 INFO Checking that binary works, target: Clickhouse |
1584 | 2025-01-14T20:00:51.560Z | Jan 14 20:00:49.716 INFO Download complete, target: Clickhouse |
1585 | 2025-01-14T20:00:51.578Z | All builder prerequisites installed successfully, and PATH looks valid |
1586 | 2025-01-14T20:00:51.580Z | |
1587 | 2025-01-14T20:00:51.580Z | real 4:57.594530256 |
1588 | 2025-01-14T20:00:51.581Z | user 16:38.340265711 |
1589 | 2025-01-14T20:00:51.581Z | sys 3:15.847832714 |
1590 | 2025-01-14T20:00:51.581Z | trap 0.567323719 |
1591 | 2025-01-14T20:00:51.581Z | tflt 1.453925402 |
1592 | 2025-01-14T20:00:51.581Z | dflt 2.234506902 |
1593 | 2025-01-14T20:00:51.581Z | kflt 0.025666210 |
1594 | 2025-01-14T20:00:51.581Z | lock 29:47.062598034 |
1595 | 2025-01-14T20:00:51.581Z | slp 1:01:50.445655781 |
1596 | 2025-01-14T20:00:51.581Z | lat 58.518501585 |
1597 | 2025-01-14T20:00:51.581Z | stop 2:23.960820753 |
1598 | 2025-01-14T20:00:51.581Z | + banner hack-check |
1599 | 2025-01-14T20:00:51.584Z | |
1600 | 2025-01-14T20:00:51.584Z | # # ## #### # # #### # # ###### #### # # |
1601 | 2025-01-14T20:00:51.584Z | # # # # # # # # # # # # # # # # # |
1602 | 2025-01-14T20:00:51.584Z | ###### # # # #### ##### # ###### ##### # #### |
1603 | 2025-01-14T20:00:51.584Z | # # ###### # # # # # # # # # # |
1604 | 2025-01-14T20:00:51.584Z | # # # # # # # # # # # # # # # # # |
1605 | 2025-01-14T20:00:51.584Z | # # # # #### # # #### # # ###### #### # # |
1606 | 2025-01-14T20:00:51.584Z | |
1607 | 2025-01-14T20:00:51.584Z | + export CARGO_INCREMENTAL=0 |
1608 | 2025-01-14T20:00:51.584Z | + CARGO_INCREMENTAL=0 |
1609 | 2025-01-14T20:00:51.584Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1610 | 2025-01-14T20:00:52.125Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1611 | 2025-01-14T20:00:56.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
1612 | 2025-01-14T20:00:56.078Z | Running `target/debug/xtask check-features --ci` |
1613 | 2025-01-14T20:00:56.099Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1614 | 2025-01-14T20:00:56.101Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1615 | 2025-01-14T20:00:56.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1616 | 2025-01-14T20:00:56.570Z | Running `target/debug/xtask download cargo-hack` |
1617 | 2025-01-14T20:00:57.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1618 | 2025-01-14T20:00:57.771Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1619 | 2025-01-14T20:01:02.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s |
1620 | 2025-01-14T20:01:03.011Z | Running `target/debug/xtask-downloader cargo-hack` |
1621 | 2025-01-14T20:01:03.049Z | Jan 14 20:01:01.206 INFO Starting download, target: CargoHack |
1622 | 2025-01-14T20:01:03.052Z | Jan 14 20:01:01.207 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1623 | 2025-01-14T20:01:03.734Z | Jan 14 20:01:01.892 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1624 | 2025-01-14T20:01:03.825Z | Jan 14 20:01:01.982 INFO Download complete, target: CargoHack |
1625 | 2025-01-14T20:01:03.828Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1626 | 2025-01-14T20:01:03.844Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1627 | 2025-01-14T20:01:04.019Z | info: running `cargo check --bins` on api_identity (1/176) |
1628 | 2025-01-14T20:01:04.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1629 | 2025-01-14T20:01:04.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1630 | 2025-01-14T20:01:04.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1631 | 2025-01-14T20:01:04.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1632 | 2025-01-14T20:01:04.643Z | |
1633 | 2025-01-14T20:01:04.643Z | info: running `cargo check --bins` on bootstore (2/176) |
1634 | 2025-01-14T20:01:05.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1635 | 2025-01-14T20:01:05.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1636 | 2025-01-14T20:01:05.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1637 | 2025-01-14T20:01:05.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1638 | 2025-01-14T20:01:05.299Z | |
1639 | 2025-01-14T20:01:05.299Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1640 | 2025-01-14T20:01:05.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1641 | 2025-01-14T20:01:05.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1642 | 2025-01-14T20:01:05.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1643 | 2025-01-14T20:01:05.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1644 | 2025-01-14T20:01:05.924Z | |
1645 | 2025-01-14T20:01:05.924Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1646 | 2025-01-14T20:01:06.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1647 | 2025-01-14T20:01:06.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1648 | 2025-01-14T20:01:06.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1649 | 2025-01-14T20:01:06.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1650 | 2025-01-14T20:01:06.595Z | |
1651 | 2025-01-14T20:01:06.595Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1652 | 2025-01-14T20:01:06.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1653 | 2025-01-14T20:01:07.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1654 | 2025-01-14T20:01:07.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1655 | 2025-01-14T20:01:07.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1656 | 2025-01-14T20:01:07.053Z | |
1657 | 2025-01-14T20:01:07.054Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1658 | 2025-01-14T20:01:07.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1659 | 2025-01-14T20:01:07.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1660 | 2025-01-14T20:01:07.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1661 | 2025-01-14T20:01:07.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1662 | 2025-01-14T20:01:07.445Z | |
1663 | 2025-01-14T20:01:07.445Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1664 | 2025-01-14T20:01:07.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1665 | 2025-01-14T20:01:07.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1666 | 2025-01-14T20:01:07.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1667 | 2025-01-14T20:01:07.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1668 | 2025-01-14T20:01:07.885Z | |
1669 | 2025-01-14T20:01:07.885Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1670 | 2025-01-14T20:01:08.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1671 | 2025-01-14T20:01:08.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1672 | 2025-01-14T20:01:08.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1673 | 2025-01-14T20:01:08.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1674 | 2025-01-14T20:01:08.329Z | |
1675 | 2025-01-14T20:01:08.329Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1676 | 2025-01-14T20:01:08.729Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1677 | 2025-01-14T20:01:08.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1678 | 2025-01-14T20:01:08.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1679 | 2025-01-14T20:01:08.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1680 | 2025-01-14T20:01:08.776Z | |
1681 | 2025-01-14T20:01:08.776Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1682 | 2025-01-14T20:01:09.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1683 | 2025-01-14T20:01:09.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1684 | 2025-01-14T20:01:09.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1685 | 2025-01-14T20:01:09.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1686 | 2025-01-14T20:01:09.214Z | |
1687 | 2025-01-14T20:01:09.214Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1688 | 2025-01-14T20:01:09.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1689 | 2025-01-14T20:01:09.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1690 | 2025-01-14T20:01:09.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1691 | 2025-01-14T20:01:09.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1692 | 2025-01-14T20:01:09.663Z | |
1693 | 2025-01-14T20:01:09.663Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1694 | 2025-01-14T20:01:10.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1695 | 2025-01-14T20:01:10.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1696 | 2025-01-14T20:01:10.059Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1697 | 2025-01-14T20:01:10.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1698 | 2025-01-14T20:01:10.103Z | |
1699 | 2025-01-14T20:01:10.103Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1700 | 2025-01-14T20:01:10.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1701 | 2025-01-14T20:01:10.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1702 | 2025-01-14T20:01:10.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1703 | 2025-01-14T20:01:10.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1704 | 2025-01-14T20:01:10.544Z | |
1705 | 2025-01-14T20:01:10.544Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1706 | 2025-01-14T20:01:10.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1707 | 2025-01-14T20:01:10.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1708 | 2025-01-14T20:01:10.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1709 | 2025-01-14T20:01:10.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1710 | 2025-01-14T20:01:10.975Z | |
1711 | 2025-01-14T20:01:10.975Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1712 | 2025-01-14T20:01:11.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1713 | 2025-01-14T20:01:11.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1714 | 2025-01-14T20:01:11.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1715 | 2025-01-14T20:01:11.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1716 | 2025-01-14T20:01:11.405Z | |
1717 | 2025-01-14T20:01:11.405Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1718 | 2025-01-14T20:01:11.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1719 | 2025-01-14T20:01:11.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1720 | 2025-01-14T20:01:11.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1721 | 2025-01-14T20:01:11.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1722 | 2025-01-14T20:01:11.838Z | |
1723 | 2025-01-14T20:01:11.838Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1724 | 2025-01-14T20:01:12.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1725 | 2025-01-14T20:01:12.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1726 | 2025-01-14T20:01:12.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1727 | 2025-01-14T20:01:12.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1728 | 2025-01-14T20:01:12.280Z | |
1729 | 2025-01-14T20:01:12.280Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1730 | 2025-01-14T20:01:12.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1731 | 2025-01-14T20:01:12.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1732 | 2025-01-14T20:01:12.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1733 | 2025-01-14T20:01:12.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1734 | 2025-01-14T20:01:12.725Z | |
1735 | 2025-01-14T20:01:12.726Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1736 | 2025-01-14T20:01:13.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1737 | 2025-01-14T20:01:13.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1738 | 2025-01-14T20:01:13.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1739 | 2025-01-14T20:01:13.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1740 | 2025-01-14T20:01:13.158Z | |
1741 | 2025-01-14T20:01:13.158Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1742 | 2025-01-14T20:01:13.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1743 | 2025-01-14T20:01:13.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1744 | 2025-01-14T20:01:13.565Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1745 | 2025-01-14T20:01:13.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1746 | 2025-01-14T20:01:13.606Z | |
1747 | 2025-01-14T20:01:13.606Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1748 | 2025-01-14T20:01:14.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1749 | 2025-01-14T20:01:14.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1750 | 2025-01-14T20:01:14.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1751 | 2025-01-14T20:01:14.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1752 | 2025-01-14T20:01:14.048Z | |
1753 | 2025-01-14T20:01:14.048Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1754 | 2025-01-14T20:01:14.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1755 | 2025-01-14T20:01:14.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1756 | 2025-01-14T20:01:14.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1757 | 2025-01-14T20:01:14.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1758 | 2025-01-14T20:01:14.495Z | |
1759 | 2025-01-14T20:01:14.495Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1760 | 2025-01-14T20:01:14.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1761 | 2025-01-14T20:01:14.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1762 | 2025-01-14T20:01:14.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1763 | 2025-01-14T20:01:14.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1764 | 2025-01-14T20:01:14.932Z | |
1765 | 2025-01-14T20:01:14.932Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1766 | 2025-01-14T20:01:15.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1767 | 2025-01-14T20:01:15.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1768 | 2025-01-14T20:01:15.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1769 | 2025-01-14T20:01:15.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1770 | 2025-01-14T20:01:15.360Z | |
1771 | 2025-01-14T20:01:15.360Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1772 | 2025-01-14T20:01:15.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1773 | 2025-01-14T20:01:15.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1774 | 2025-01-14T20:01:15.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1775 | 2025-01-14T20:01:15.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1776 | 2025-01-14T20:01:16.008Z | |
1777 | 2025-01-14T20:01:16.008Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1778 | 2025-01-14T20:01:16.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1779 | 2025-01-14T20:01:16.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1780 | 2025-01-14T20:01:16.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1781 | 2025-01-14T20:01:16.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1782 | 2025-01-14T20:01:16.664Z | |
1783 | 2025-01-14T20:01:16.664Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1784 | 2025-01-14T20:01:17.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1785 | 2025-01-14T20:01:17.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1786 | 2025-01-14T20:01:17.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1787 | 2025-01-14T20:01:17.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1788 | 2025-01-14T20:01:17.325Z | |
1789 | 2025-01-14T20:01:17.325Z | info: running `cargo check --bins` on oxlog (28/176) |
1790 | 2025-01-14T20:01:17.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1791 | 2025-01-14T20:01:17.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1792 | 2025-01-14T20:01:17.956Z | Checking cfg-if v1.0.0 |
1793 | 2025-01-14T20:01:17.959Z | Checking libc v0.2.162 |
1794 | 2025-01-14T20:01:18.068Z | Checking serde v1.0.215 |
1795 | 2025-01-14T20:01:18.070Z | Checking zeroize v1.8.1 |
1796 | 2025-01-14T20:01:18.085Z | Checking memchr v2.7.4 |
1797 | 2025-01-14T20:01:18.088Z | Checking typenum v1.17.0 |
1798 | 2025-01-14T20:01:18.088Z | Checking scopeguard v1.2.0 |
1799 | 2025-01-14T20:01:18.121Z | Checking subtle v2.6.1 |
1800 | 2025-01-14T20:01:18.135Z | Checking value-bag v1.9.0 |
1801 | 2025-01-14T20:01:18.245Z | Checking lock_api v0.4.12 |
1802 | 2025-01-14T20:01:18.310Z | Checking itoa v1.0.11 |
1803 | 2025-01-14T20:01:18.379Z | Checking const-oid v0.9.6 |
1804 | 2025-01-14T20:01:18.517Z | Checking smallvec v1.13.2 |
1805 | 2025-01-14T20:01:18.526Z | Checking log v0.4.22 |
1806 | 2025-01-14T20:01:18.679Z | Checking pin-project-lite v0.2.14 |
1807 | 2025-01-14T20:01:18.805Z | Checking byteorder v1.5.0 |
1808 | 2025-01-14T20:01:18.897Z | Checking futures-core v0.3.31 |
1809 | 2025-01-14T20:01:18.964Z | Checking once_cell v1.20.2 |
1810 | 2025-01-14T20:01:19.042Z | Checking cpufeatures v0.2.14 |
1811 | 2025-01-14T20:01:19.082Z | Checking stable_deref_trait v1.2.0 |
1812 | 2025-01-14T20:01:19.138Z | Checking futures-sink v0.3.31 |
1813 | 2025-01-14T20:01:19.181Z | Checking spin v0.9.8 |
1814 | 2025-01-14T20:01:19.208Z | Checking zerocopy v0.7.35 |
1815 | 2025-01-14T20:01:19.250Z | Checking getrandom v0.2.15 |
1816 | 2025-01-14T20:01:19.265Z | Checking parking_lot_core v0.9.10 |
1817 | 2025-01-14T20:01:19.278Z | Checking signal-hook-registry v1.4.2 |
1818 | 2025-01-14T20:01:19.395Z | Checking generic-array v0.14.7 |
1819 | 2025-01-14T20:01:19.471Z | Checking rand_core v0.6.4 |
1820 | 2025-01-14T20:01:19.511Z | Checking mio v1.0.2 |
1821 | 2025-01-14T20:01:19.528Z | Checking socket2 v0.5.7 |
1822 | 2025-01-14T20:01:19.594Z | Checking parking_lot v0.12.3 |
1823 | 2025-01-14T20:01:19.765Z | Checking zerofrom v0.1.4 |
1824 | 2025-01-14T20:01:19.943Z | Checking slab v0.4.9 |
1825 | 2025-01-14T20:01:19.984Z | Checking yoke v0.7.4 |
1826 | 2025-01-14T20:01:20.013Z | Checking futures-channel v0.3.31 |
1827 | 2025-01-14T20:01:20.149Z | Checking allocator-api2 v0.2.18 |
1828 | 2025-01-14T20:01:20.215Z | Checking futures-io v0.3.31 |
1829 | 2025-01-14T20:01:20.268Z | Checking futures-task v0.3.31 |
1830 | 2025-01-14T20:01:20.307Z | Checking pin-utils v0.1.0 |
1831 | 2025-01-14T20:01:20.372Z | Checking equivalent v1.0.1 |
1832 | 2025-01-14T20:01:20.385Z | Checking foldhash v0.1.3 |
1833 | 2025-01-14T20:01:20.402Z | Checking zerovec v0.10.4 |
1834 | 2025-01-14T20:01:20.469Z | Checking tinyvec_macros v0.1.1 |
1835 | 2025-01-14T20:01:20.488Z | Checking futures-util v0.3.31 |
1836 | 2025-01-14T20:01:20.553Z | Checking ryu v1.0.18 |
1837 | 2025-01-14T20:01:20.570Z | Checking crypto-common v0.1.6 |
1838 | 2025-01-14T20:01:20.584Z | Checking block-buffer v0.10.4 |
1839 | 2025-01-14T20:01:20.669Z | Checking block-padding v0.3.3 |
1840 | 2025-01-14T20:01:20.744Z | Checking tinyvec v1.8.0 |
1841 | 2025-01-14T20:01:20.773Z | Checking fnv v1.0.7 |
1842 | 2025-01-14T20:01:20.797Z | Checking digest v0.10.7 |
1843 | 2025-01-14T20:01:20.813Z | Checking hashbrown v0.15.1 |
1844 | 2025-01-14T20:01:20.878Z | Checking inout v0.1.3 |
1845 | 2025-01-14T20:01:20.894Z | Checking libm v0.2.8 |
1846 | 2025-01-14T20:01:21.110Z | Checking cipher v0.4.4 |
1847 | 2025-01-14T20:01:21.166Z | Checking hmac v0.12.1 |
1848 | 2025-01-14T20:01:21.388Z | Checking sha2 v0.10.8 |
1849 | 2025-01-14T20:01:21.510Z | Checking unicode-bidi v0.3.17 |
1850 | 2025-01-14T20:01:21.766Z | Checking base64ct v1.6.0 |
1851 | 2025-01-14T20:01:21.971Z | Checking litemap v0.7.3 |
1852 | 2025-01-14T20:01:21.973Z | Checking writeable v0.5.5 |
1853 | 2025-01-14T20:01:22.038Z | Checking unicode-normalization v0.1.24 |
1854 | 2025-01-14T20:01:22.042Z | Checking tinystr v0.7.6 |
1855 | 2025-01-14T20:01:22.141Z | Checking num-traits v0.2.19 |
1856 | 2025-01-14T20:01:23.191Z | Checking pem-rfc7468 v0.7.0 |
1857 | 2025-01-14T20:01:23.194Z | Checking ppv-lite86 v0.2.20 |
1858 | 2025-01-14T20:01:23.194Z | Checking flagset v0.4.6 |
1859 | 2025-01-14T20:01:23.194Z | Checking icu_locid v1.5.0 |
1860 | 2025-01-14T20:01:23.194Z | Checking tracing-core v0.1.32 |
1861 | 2025-01-14T20:01:23.194Z | Checking der v0.7.9 |
1862 | 2025-01-14T20:01:23.194Z | Checking thiserror v1.0.69 |
1863 | 2025-01-14T20:01:23.194Z | Checking rand_chacha v0.3.1 |
1864 | 2025-01-14T20:01:23.194Z | Checking percent-encoding v2.3.1 |
1865 | 2025-01-14T20:01:23.194Z | Checking bytes v1.8.0 |
1866 | 2025-01-14T20:01:23.194Z | Checking indexmap v2.6.0 |
1867 | 2025-01-14T20:01:23.314Z | Checking serde_json v1.0.133 |
1868 | 2025-01-14T20:01:23.485Z | Checking bitflags v2.6.0 |
1869 | 2025-01-14T20:01:23.502Z | Checking icu_provider v1.5.0 |
1870 | 2025-01-14T20:01:23.773Z | Checking icu_locid_transform_data v1.5.0 |
1871 | 2025-01-14T20:01:23.803Z | Checking rustls-pki-types v1.10.0 |
1872 | 2025-01-14T20:01:23.876Z | Checking rand v0.8.5 |
1873 | 2025-01-14T20:01:23.943Z | Checking tokio v1.40.0 |
1874 | 2025-01-14T20:01:24.202Z | Checking http v1.1.0 |
1875 | 2025-01-14T20:01:24.368Z | Checking icu_locid_transform v1.5.0 |
1876 | 2025-01-14T20:01:24.372Z | Checking spki v0.7.3 |
1877 | 2025-01-14T20:01:24.488Z | Checking tracing v0.1.40 |
1878 | 2025-01-14T20:01:24.668Z | Checking icu_collections v1.5.0 |
1879 | 2025-01-14T20:01:24.820Z | Checking salsa20 v0.10.2 |
1880 | 2025-01-14T20:01:25.035Z | Checking pbkdf2 v0.12.2 |
1881 | 2025-01-14T20:01:25.064Z | Checking aws-lc-sys v0.22.0 |
1882 | 2025-01-14T20:01:25.204Z | Checking httparse v1.9.5 |
1883 | 2025-01-14T20:01:25.223Z | Checking icu_properties_data v1.5.0 |
1884 | 2025-01-14T20:01:25.322Z | Checking untrusted v0.9.0 |
1885 | 2025-01-14T20:01:25.356Z | Checking powerfmt v0.2.0 |
1886 | 2025-01-14T20:01:25.448Z | Checking mirai-annotations v1.12.0 |
1887 | 2025-01-14T20:01:25.472Z | Checking untrusted v0.7.1 |
1888 | 2025-01-14T20:01:25.556Z | Checking ring v0.17.8 |
1889 | 2025-01-14T20:01:25.614Z | Checking deranged v0.3.11 |
1890 | 2025-01-14T20:01:25.629Z | Checking icu_properties v1.5.1 |
1891 | 2025-01-14T20:01:25.632Z | Checking scrypt v0.11.0 |
1892 | 2025-01-14T20:01:25.644Z | Checking aes v0.8.4 |
1893 | 2025-01-14T20:01:25.701Z | Checking cbc v0.1.2 |
1894 | 2025-01-14T20:01:25.850Z | Checking crossbeam-utils v0.8.20 |
1895 | 2025-01-14T20:01:25.896Z | Checking utf8_iter v1.0.4 |
1896 | 2025-01-14T20:01:26.101Z | Checking atomic-waker v1.1.2 |
1897 | 2025-01-14T20:01:26.234Z | Checking time-core v0.1.2 |
1898 | 2025-01-14T20:01:26.388Z | Checking write16 v1.0.0 |
1899 | 2025-01-14T20:01:26.517Z | Checking icu_normalizer_data v1.5.0 |
1900 | 2025-01-14T20:01:26.535Z | Checking num_threads v0.1.7 |
1901 | 2025-01-14T20:01:26.554Z | Checking utf16_iter v1.0.5 |
1902 | 2025-01-14T20:01:26.618Z | Checking num-conv v0.1.0 |
1903 | 2025-01-14T20:01:26.644Z | Checking pkcs5 v0.7.1 |
1904 | 2025-01-14T20:01:26.716Z | Checking http-body v1.0.1 |
1905 | 2025-01-14T20:01:26.875Z | Checking form_urlencoded v1.2.1 |
1906 | 2025-01-14T20:01:26.937Z | Checking try-lock v0.2.5 |
1907 | 2025-01-14T20:01:27.070Z | Checking want v0.3.1 |
1908 | 2025-01-14T20:01:27.072Z | Checking uuid v1.11.0 |
1909 | 2025-01-14T20:01:27.161Z | Checking pkcs8 v0.10.2 |
1910 | 2025-01-14T20:01:27.265Z | Checking unicode-ident v1.0.13 |
1911 | 2025-01-14T20:01:27.409Z | Checking httpdate v1.0.3 |
1912 | 2025-01-14T20:01:27.430Z | Checking proc-macro2 v1.0.89 |
1913 | 2025-01-14T20:01:27.444Z | Checking time v0.3.36 |
1914 | 2025-01-14T20:01:27.485Z | Checking toml_datetime v0.6.8 |
1915 | 2025-01-14T20:01:27.655Z | Checking serde_spanned v0.6.8 |
1916 | 2025-01-14T20:01:27.711Z | Checking slog v2.7.0 |
1917 | 2025-01-14T20:01:27.732Z | Checking aws-lc-rs v1.10.0 |
1918 | 2025-01-14T20:01:27.763Z | Checking scroll v0.12.0 |
1919 | 2025-01-14T20:01:27.833Z | Checking base64 v0.22.1 |
1920 | 2025-01-14T20:01:28.145Z | Checking ucd-trie v0.1.7 |
1921 | 2025-01-14T20:01:28.209Z | Checking foreign-types-shared v0.1.1 |
1922 | 2025-01-14T20:01:28.226Z | Checking adler2 v2.0.0 |
1923 | 2025-01-14T20:01:28.319Z | Checking iana-time-zone v0.1.61 |
1924 | 2025-01-14T20:01:28.336Z | Checking tower-service v0.3.3 |
1925 | 2025-01-14T20:01:28.351Z | Checking plain v0.2.3 |
1926 | 2025-01-14T20:01:28.382Z | Checking match_cfg v0.1.0 |
1927 | 2025-01-14T20:01:28.444Z | Checking miniz_oxide v0.8.0 |
1928 | 2025-01-14T20:01:28.463Z | Checking chrono v0.4.38 |
1929 | 2025-01-14T20:01:28.478Z | Checking hostname v0.3.1 |
1930 | 2025-01-14T20:01:28.498Z | Checking goblin v0.8.2 |
1931 | 2025-01-14T20:01:28.598Z | Checking pest v2.7.14 |
1932 | 2025-01-14T20:01:29.015Z | Checking icu_normalizer v1.5.0 |
1933 | 2025-01-14T20:01:29.159Z | Checking foreign-types v0.3.2 |
1934 | 2025-01-14T20:01:29.248Z | Checking quote v1.0.37 |
1935 | 2025-01-14T20:01:29.546Z | Checking rustls-webpki v0.102.8 |
1936 | 2025-01-14T20:01:29.592Z | Checking openssl-sys v0.9.103 |
1937 | 2025-01-14T20:01:29.837Z | Checking idna_adapter v1.2.0 |
1938 | 2025-01-14T20:01:29.968Z | Checking errno v0.3.9 |
1939 | 2025-01-14T20:01:30.045Z | Checking idna v1.0.3 |
1940 | 2025-01-14T20:01:30.177Z | Checking dirs-sys-next v0.1.2 |
1941 | 2025-01-14T20:01:30.361Z | Checking aho-corasick v1.1.3 |
1942 | 2025-01-14T20:01:30.379Z | Checking data-encoding v2.6.0 |
1943 | 2025-01-14T20:01:30.543Z | Checking url v2.5.3 |
1944 | 2025-01-14T20:01:30.595Z | Checking siphasher v0.3.11 |
1945 | 2025-01-14T20:01:30.848Z | Checking pretty-hex v0.4.1 |
1946 | 2025-01-14T20:01:30.905Z | Compiling newtype-uuid v1.1.3 |
1947 | 2025-01-14T20:01:31.032Z | Checking regex-syntax v0.8.5 |
1948 | 2025-01-14T20:01:31.045Z | Checking openssl v0.10.66 |
1949 | 2025-01-14T20:01:31.096Z | Checking dtrace-parser v0.2.0 |
1950 | 2025-01-14T20:01:31.187Z | Checking dirs-next v2.0.0 |
1951 | 2025-01-14T20:01:31.318Z | Checking rustix v0.38.37 |
1952 | 2025-01-14T20:01:31.390Z | Checking syn v2.0.87 |
1953 | 2025-01-14T20:01:31.532Z | Checking http-body-util v0.1.2 |
1954 | 2025-01-14T20:01:31.550Z | Checking tokio-util v0.7.12 |
1955 | 2025-01-14T20:01:31.991Z | Checking crossbeam-epoch v0.9.18 |
1956 | 2025-01-14T20:01:32.008Z | Checking signature v2.2.0 |
1957 | 2025-01-14T20:01:32.231Z | Checking sha1 v0.10.6 |
1958 | 2025-01-14T20:01:32.451Z | Checking lazy_static v1.5.0 |
1959 | 2025-01-14T20:01:32.467Z | Checking h2 v0.4.6 |
1960 | 2025-01-14T20:01:32.512Z | Checking thread_local v1.1.8 |
1961 | 2025-01-14T20:01:32.570Z | Checking thread-id v4.2.2 |
1962 | 2025-01-14T20:01:32.677Z | Checking encoding_rs v0.8.34 |
1963 | 2025-01-14T20:01:32.823Z | Checking anstyle v1.0.10 |
1964 | 2025-01-14T20:01:33.157Z | Checking either v1.13.0 |
1965 | 2025-01-14T20:01:33.433Z | Checking dof v0.3.0 |
1966 | 2025-01-14T20:01:33.521Z | Checking openssl-probe v0.1.5 |
1967 | 2025-01-14T20:01:33.671Z | Checking mime v0.3.17 |
1968 | 2025-01-14T20:01:33.993Z | Checking unicode-properties v0.1.3 |
1969 | 2025-01-14T20:01:34.100Z | Checking utf8parse v0.2.2 |
1970 | 2025-01-14T20:01:34.263Z | Checking gimli v0.31.1 |
1971 | 2025-01-14T20:01:34.369Z | Checking regex-automata v0.4.8 |
1972 | 2025-01-14T20:01:34.383Z | Checking winnow v0.6.20 |
1973 | 2025-01-14T20:01:34.912Z | Checking ipnet v2.10.1 |
1974 | 2025-01-14T20:01:35.027Z | Checking stringprep v0.1.5 |
1975 | 2025-01-14T20:01:35.319Z | Checking anstyle-parse v0.2.5 |
1976 | 2025-01-14T20:01:35.382Z | Checking crossbeam-deque v0.8.5 |
1977 | 2025-01-14T20:01:35.588Z | Checking term v0.7.0 |
1978 | 2025-01-14T20:01:35.713Z | Checking rustls v0.23.19 |
1979 | 2025-01-14T20:01:36.035Z | Checking rustls v0.22.4 |
1980 | 2025-01-14T20:01:36.510Z | Checking native-tls v0.2.12 |
1981 | 2025-01-14T20:01:36.852Z | Checking slog-json v2.6.1 |
1982 | 2025-01-14T20:01:37.124Z | Checking serde_urlencoded v0.7.1 |
1983 | 2025-01-14T20:01:37.317Z | Checking toml_edit v0.22.22 |
1984 | 2025-01-14T20:01:37.567Z | Checking crossbeam-channel v0.5.13 |
1985 | 2025-01-14T20:01:37.880Z | Checking usdt-impl v0.5.0 |
1986 | 2025-01-14T20:01:38.308Z | Checking addr2line v0.24.2 |
1987 | 2025-01-14T20:01:38.324Z | Checking futures-executor v0.3.31 |
1988 | 2025-01-14T20:01:38.430Z | Checking rustls-pemfile v2.2.0 |
1989 | 2025-01-14T20:01:38.541Z | Checking num-integer v0.1.46 |
1990 | 2025-01-14T20:01:38.637Z | Checking idna v0.3.0 |
1991 | 2025-01-14T20:01:38.725Z | Checking hyper v1.5.0 |
1992 | 2025-01-14T20:01:38.830Z | Checking idna v0.4.0 |
1993 | 2025-01-14T20:01:39.012Z | Checking md-5 v0.10.6 |
1994 | 2025-01-14T20:01:39.076Z | Checking ff v0.13.0 |
1995 | 2025-01-14T20:01:39.230Z | Checking is-terminal v0.4.13 |
1996 | 2025-01-14T20:01:39.285Z | Checking memmap v0.7.0 |
1997 | 2025-01-14T20:01:39.354Z | Checking hash32 v0.2.1 |
1998 | 2025-01-14T20:01:39.464Z | Checking object v0.36.5 |
1999 | 2025-01-14T20:01:39.490Z | Checking take_mut v0.2.2 |
2000 | 2025-01-14T20:01:39.637Z | Checking dyn-clone v1.0.17 |
2001 | 2025-01-14T20:01:39.659Z | Checking psl-types v2.0.11 |
2002 | 2025-01-14T20:01:39.673Z | Checking base16ct v0.2.0 |
2003 | 2025-01-14T20:01:39.730Z | Checking colorchoice v1.0.2 |
2004 | 2025-01-14T20:01:40.949Z | Checking rustc-demangle v0.1.24 |
2005 | 2025-01-14T20:01:40.955Z | Checking linked-hash-map v0.5.6 |
2006 | 2025-01-14T20:01:40.955Z | Checking quick-error v1.2.3 |
2007 | 2025-01-14T20:01:40.955Z | Checking anstyle-query v1.1.1 |
2008 | 2025-01-14T20:01:40.955Z | Checking utf-8 v0.7.6 |
2009 | 2025-01-14T20:01:40.955Z | Checking fallible-iterator v0.2.0 |
2010 | 2025-01-14T20:01:40.955Z | Checking is_terminal_polyfill v1.70.1 |
2011 | 2025-01-14T20:01:40.955Z | Checking lru-cache v0.1.2 |
2012 | 2025-01-14T20:01:40.955Z | Checking anstream v0.6.15 |
2013 | 2025-01-14T20:01:40.955Z | Checking tungstenite v0.24.0 |
2014 | 2025-01-14T20:01:40.955Z | Checking resolv-conf v0.7.0 |
2015 | 2025-01-14T20:01:40.955Z | Checking toml v0.8.19 |
2016 | 2025-01-14T20:01:40.955Z | Checking sec1 v0.7.3 |
2017 | 2025-01-14T20:01:40.955Z | Checking publicsuffix v2.2.3 |
2018 | 2025-01-14T20:01:40.955Z | Checking postgres-protocol v0.6.7 |
2019 | 2025-01-14T20:01:40.956Z | Checking schemars v0.8.21 |
2020 | 2025-01-14T20:01:40.956Z | Checking hyper-util v0.1.10 |
2021 | 2025-01-14T20:01:40.956Z | Checking tokio-rustls v0.25.0 |
2022 | 2025-01-14T20:01:41.054Z | Checking hickory-proto v0.24.1 |
2023 | 2025-01-14T20:01:41.071Z | Checking heapless v0.7.17 |
2024 | 2025-01-14T20:01:41.206Z | Checking tokio-rustls v0.26.0 |
2025 | 2025-01-14T20:01:41.227Z | Checking slog-async v2.8.0 |
2026 | 2025-01-14T20:01:41.277Z | Checking usdt v0.5.0 |
2027 | 2025-01-14T20:01:41.505Z | Checking slog-term v2.9.1 |
2028 | 2025-01-14T20:01:41.553Z | Checking group v0.13.0 |
2029 | 2025-01-14T20:01:41.592Z | Checking num-iter v0.1.45 |
2030 | 2025-01-14T20:01:41.772Z | Checking futures v0.3.31 |
2031 | 2025-01-14T20:01:41.818Z | Checking slog-bunyan v2.5.0 |
2032 | 2025-01-14T20:01:41.881Z | Checking tokio-native-tls v0.3.1 |
2033 | 2025-01-14T20:01:41.978Z | Checking rayon-core v1.12.1 |
2034 | 2025-01-14T20:01:41.992Z | Checking multer v3.1.0 |
2035 | 2025-01-14T20:01:42.062Z | Checking terminal_size v0.4.0 |
2036 | 2025-01-14T20:01:42.227Z | Checking phf_shared v0.11.2 |
2037 | 2025-01-14T20:01:42.403Z | Checking cookie v0.18.1 |
2038 | 2025-01-14T20:01:42.416Z | Checking async-stream v0.3.6 |
2039 | 2025-01-14T20:01:42.519Z | Checking bzip2-sys v0.1.11+1.0.8 |
2040 | 2025-01-14T20:01:42.523Z | Checking signal-hook v0.3.17 |
2041 | 2025-01-14T20:01:42.606Z | Checking camino v1.1.9 |
2042 | 2025-01-14T20:01:42.638Z | Checking waitgroup v0.1.2 |
2043 | 2025-01-14T20:01:42.658Z | Checking openapiv3 v2.0.0 |
2044 | 2025-01-14T20:01:42.781Z | Checking webpki-roots v0.26.6 |
2045 | 2025-01-14T20:01:42.851Z | Checking serde_path_to_error v0.1.16 |
2046 | 2025-01-14T20:01:42.853Z | Checking idna v0.5.0 |
2047 | 2025-01-14T20:01:42.853Z | Checking hkdf v0.12.4 |
2048 | 2025-01-14T20:01:42.987Z | Checking crypto-bigint v0.5.5 |
2049 | 2025-01-14T20:01:43.171Z | Checking hostname v0.4.0 |
2050 | 2025-01-14T20:01:43.309Z | Checking crc32fast v1.4.2 |
2051 | 2025-01-14T20:01:43.477Z | Checking strsim v0.11.1 |
2052 | 2025-01-14T20:01:43.550Z | Checking clap_lex v0.7.2 |
2053 | 2025-01-14T20:01:43.704Z | Checking debug-ignore v1.0.5 |
2054 | 2025-01-14T20:01:43.738Z | Checking unicode-width v0.1.14 |
2055 | 2025-01-14T20:01:43.775Z | Checking managed v0.8.0 |
2056 | 2025-01-14T20:01:43.807Z | Checking bitflags v1.3.2 |
2057 | 2025-01-14T20:01:43.834Z | Checking winnow v0.5.40 |
2058 | 2025-01-14T20:01:43.899Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2059 | 2025-01-14T20:01:44.161Z | Checking clap_builder v4.5.21 |
2060 | 2025-01-14T20:01:44.179Z | Checking smoltcp v0.9.1 |
2061 | 2025-01-14T20:01:44.221Z | Checking console v0.15.8 |
2062 | 2025-01-14T20:01:44.832Z | Checking cookie_store v0.21.0 |
2063 | 2025-01-14T20:01:45.489Z | Checking flate2 v1.0.34 |
2064 | 2025-01-14T20:01:45.595Z | Checking elliptic-curve v0.13.8 |
2065 | 2025-01-14T20:01:45.716Z | Checking hyper-rustls v0.27.3 |
2066 | 2025-01-14T20:01:45.825Z | Checking hickory-resolver v0.24.1 |
2067 | 2025-01-14T20:01:45.945Z | Checking backtrace v0.3.74 |
2068 | 2025-01-14T20:01:46.060Z | Checking hyper-tls v0.6.0 |
2069 | 2025-01-14T20:01:46.089Z | Checking signal-hook-mio v0.2.4 |
2070 | 2025-01-14T20:01:46.127Z | Checking dropshot v0.12.0 |
2071 | 2025-01-14T20:01:46.232Z | Checking bzip2 v0.4.4 |
2072 | 2025-01-14T20:01:46.252Z | Checking rayon v1.10.0 |
2073 | 2025-01-14T20:01:46.334Z | Checking phf v0.11.2 |
2074 | 2025-01-14T20:01:46.523Z | Checking anyhow v1.0.93 |
2075 | 2025-01-14T20:01:46.539Z | Checking num-bigint-dig v0.8.4 |
2076 | 2025-01-14T20:01:46.602Z | Checking postgres-types v0.2.8 |
2077 | 2025-01-14T20:01:46.897Z | Checking toml_edit v0.19.15 |
2078 | 2025-01-14T20:01:46.907Z | Checking tokio-tungstenite v0.24.0 |
2079 | 2025-01-14T20:01:47.316Z | Checking regex v1.11.1 |
2080 | 2025-01-14T20:01:47.334Z | Checking bstr v1.10.0 |
2081 | 2025-01-14T20:01:47.389Z | Checking tokio-stream v0.1.16 |
2082 | 2025-01-14T20:01:47.452Z | Checking ed25519 v2.2.3 |
2083 | 2025-01-14T20:01:47.766Z | Checking phf_shared v0.10.0 |
2084 | 2025-01-14T20:01:47.983Z | Checking zerocopy v0.6.6 |
2085 | 2025-01-14T20:01:48.048Z | Checking curve25519-dalek v4.1.3 |
2086 | 2025-01-14T20:01:48.265Z | Checking hubpack v0.1.2 |
2087 | 2025-01-14T20:01:48.292Z | Checking pkcs1 v0.7.5 |
2088 | 2025-01-14T20:01:48.621Z | Checking portable-atomic v1.9.0 |
2089 | 2025-01-14T20:01:48.714Z | Checking float-cmp v0.9.0 |
2090 | 2025-01-14T20:01:48.737Z | Checking serde-big-array v0.5.1 |
2091 | 2025-01-14T20:01:48.751Z | Checking rfc6979 v0.4.0 |
2092 | 2025-01-14T20:01:48.895Z | Checking sync_wrapper v1.0.1 |
2093 | 2025-01-14T20:01:48.936Z | Checking predicates-core v1.0.8 |
2094 | 2025-01-14T20:01:48.961Z | Checking new_debug_unreachable v1.0.6 |
2095 | 2025-01-14T20:01:49.028Z | Checking difflib v0.4.0 |
2096 | 2025-01-14T20:01:49.045Z | Checking fixedbitset v0.4.2 |
2097 | 2025-01-14T20:01:49.122Z | Checking minimal-lexical v0.2.1 |
2098 | 2025-01-14T20:01:49.310Z | Checking number_prefix v0.4.0 |
2099 | 2025-01-14T20:01:49.354Z | Checking static_assertions v1.1.0 |
2100 | 2025-01-14T20:01:49.456Z | Checking unicode-segmentation v1.12.0 |
2101 | 2025-01-14T20:01:49.486Z | Checking bit-vec v0.6.3 |
2102 | 2025-01-14T20:01:49.503Z | Checking normalize-line-endings v0.3.0 |
2103 | 2025-01-14T20:01:49.530Z | Checking unicode-width v0.2.0 |
2104 | 2025-01-14T20:01:49.610Z | Checking precomputed-hash v0.1.1 |
2105 | 2025-01-14T20:01:49.626Z | Checking whoami v1.5.2 |
2106 | 2025-01-14T20:01:49.716Z | Checking string_cache v0.8.7 |
2107 | 2025-01-14T20:01:49.790Z | Checking bit-set v0.5.3 |
2108 | 2025-01-14T20:01:49.815Z | Checking qorb v0.2.1 |
2109 | 2025-01-14T20:01:49.907Z | Checking tokio-postgres v0.7.12 |
2110 | 2025-01-14T20:01:49.965Z | Checking ed25519-dalek v2.1.1 |
2111 | 2025-01-14T20:01:49.981Z | Checking predicates v3.1.2 |
2112 | 2025-01-14T20:01:49.995Z | Checking nom v7.1.3 |
2113 | 2025-01-14T20:01:50.037Z | Checking toml v0.7.8 |
2114 | 2025-01-14T20:01:50.088Z | Checking indicatif v0.17.9 |
2115 | 2025-01-14T20:01:50.143Z | Checking similar v2.6.0 |
2116 | 2025-01-14T20:01:50.365Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2117 | 2025-01-14T20:01:50.622Z | Checking petgraph v0.6.5 |
2118 | 2025-01-14T20:01:50.746Z | Checking reqwest v0.12.9 |
2119 | 2025-01-14T20:01:50.837Z | Checking ecdsa v0.16.9 |
2120 | 2025-01-14T20:01:51.054Z | Checking rsa v0.9.6 |
2121 | 2025-01-14T20:01:51.560Z | Checking clap v4.5.21 |
2122 | 2025-01-14T20:01:51.688Z | Checking zip v0.6.6 |
2123 | 2025-01-14T20:01:52.076Z | Checking crossterm v0.28.1 |
2124 | 2025-01-14T20:01:52.364Z | Checking itertools v0.10.5 |
2125 | 2025-01-14T20:01:52.415Z | Checking itertools v0.12.1 |
2126 | 2025-01-14T20:01:52.653Z | Checking fs-err v2.11.0 |
2127 | 2025-01-14T20:01:52.968Z | Checking ahash v0.8.11 |
2128 | 2025-01-14T20:01:53.249Z | Checking x509-cert v0.2.5 |
2129 | 2025-01-14T20:01:53.279Z | Checking hex v0.4.3 |
2130 | 2025-01-14T20:01:53.526Z | Checking semver v1.0.23 |
2131 | 2025-01-14T20:01:53.815Z | Checking peg-runtime v0.8.3 |
2132 | 2025-01-14T20:01:53.920Z | Checking lalrpop-util v0.19.12 |
2133 | 2025-01-14T20:01:53.941Z | Checking sigpipe v0.1.3 |
2134 | 2025-01-14T20:01:55.269Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2135 | 2025-01-14T20:01:55.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.25s |
2136 | 2025-01-14T20:01:55.745Z | |
2137 | 2025-01-14T20:01:55.746Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2138 | 2025-01-14T20:01:56.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2139 | 2025-01-14T20:01:56.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2140 | 2025-01-14T20:01:56.424Z | Compiling hashbrown v0.14.5 |
2141 | 2025-01-14T20:01:56.546Z | Checking heck v0.5.0 |
2142 | 2025-01-14T20:01:56.560Z | Compiling unsafe-libyaml v0.2.11 |
2143 | 2025-01-14T20:01:56.570Z | Checking ipnetwork v0.20.0 |
2144 | 2025-01-14T20:01:56.576Z | Compiling ident_case v1.0.1 |
2145 | 2025-01-14T20:01:56.599Z | Checking progenitor-client v0.8.0 |
2146 | 2025-01-14T20:01:56.608Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2147 | 2025-01-14T20:01:56.714Z | Compiling darling_core v0.20.10 |
2148 | 2025-01-14T20:01:56.750Z | Checking newtype-uuid v1.1.3 |
2149 | 2025-01-14T20:01:56.908Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2150 | 2025-01-14T20:01:56.952Z | Compiling proc-macro-crate v1.3.1 |
2151 | 2025-01-14T20:01:56.957Z | Compiling structmeta-derive v0.3.0 |
2152 | 2025-01-14T20:01:57.002Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2153 | 2025-01-14T20:01:57.225Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2154 | 2025-01-14T20:01:57.283Z | Compiling lzma-sys v0.1.20 |
2155 | 2025-01-14T20:01:57.711Z | Checking regress v0.10.1 |
2156 | 2025-01-14T20:01:58.053Z | Compiling serde_yaml v0.9.34+deprecated |
2157 | 2025-01-14T20:01:58.134Z | Compiling num_enum_derive v0.5.11 |
2158 | 2025-01-14T20:01:58.472Z | Compiling foreign-types-macros v0.2.3 |
2159 | 2025-01-14T20:01:58.529Z | Compiling dropshot v0.13.0 |
2160 | 2025-01-14T20:01:58.808Z | Checking foreign-types-shared v0.3.1 |
2161 | 2025-01-14T20:01:58.930Z | Checking arc-swap v1.7.1 |
2162 | 2025-01-14T20:01:59.383Z | Checking slog-scope v4.4.0 |
2163 | 2025-01-14T20:01:59.650Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2164 | 2025-01-14T20:01:59.790Z | Checking foreign-types v0.5.0 |
2165 | 2025-01-14T20:02:00.002Z | Compiling structmeta v0.3.0 |
2166 | 2025-01-14T20:02:00.091Z | Compiling proc-macro-error v1.0.4 |
2167 | 2025-01-14T20:02:00.410Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2025-01-14T20:02:00.412Z | Compiling parse-display-derive v0.10.0 |
2169 | 2025-01-14T20:02:00.541Z | Checking tungstenite v0.21.0 |
2170 | 2025-01-14T20:02:00.731Z | Checking num_enum v0.5.11 |
2171 | 2025-01-14T20:02:00.746Z | Compiling heck v0.3.3 |
2172 | 2025-01-14T20:02:00.888Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2173 | 2025-01-14T20:02:01.202Z | Compiling dropshot_endpoint v0.13.0 |
2174 | 2025-01-14T20:02:01.244Z | Checking typify-impl v0.2.0 |
2175 | 2025-01-14T20:02:01.491Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2025-01-14T20:02:02.323Z | Checking cstr-argument v0.1.2 |
2177 | 2025-01-14T20:02:02.440Z | Checking instant v0.1.13 |
2178 | 2025-01-14T20:02:02.463Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2179 | 2025-01-14T20:02:02.589Z | Checking fastrand v2.1.1 |
2180 | 2025-01-14T20:02:02.772Z | Checking base64 v0.21.7 |
2181 | 2025-01-14T20:02:02.955Z | Checking pretty-hex v0.2.1 |
2182 | 2025-01-14T20:02:03.043Z | Checking tempfile v3.13.0 |
2183 | 2025-01-14T20:02:03.120Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2184 | 2025-01-14T20:02:03.311Z | Checking backoff v0.4.0 |
2185 | 2025-01-14T20:02:03.342Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2186 | 2025-01-14T20:02:03.381Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-01-14T20:02:03.524Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2188 | 2025-01-14T20:02:03.635Z | Checking tokio-tungstenite v0.21.0 |
2189 | 2025-01-14T20:02:03.663Z | Compiling zone_cfg_derive v0.1.2 |
2190 | 2025-01-14T20:02:03.693Z | Checking strum v0.26.3 |
2191 | 2025-01-14T20:02:03.795Z | Compiling darling_macro v0.20.10 |
2192 | 2025-01-14T20:02:03.837Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2193 | 2025-01-14T20:02:03.855Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2194 | 2025-01-14T20:02:04.204Z | Checking slog-stdlog v4.1.1 |
2195 | 2025-01-14T20:02:04.365Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2196 | 2025-01-14T20:02:04.451Z | Checking regress v0.9.1 |
2197 | 2025-01-14T20:02:04.525Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2198 | 2025-01-14T20:02:04.629Z | Checking colored v2.1.0 |
2199 | 2025-01-14T20:02:04.749Z | Compiling darling v0.20.10 |
2200 | 2025-01-14T20:02:04.773Z | Checking macaddr v1.0.1 |
2201 | 2025-01-14T20:02:04.867Z | Checking base64 v0.13.1 |
2202 | 2025-01-14T20:02:04.896Z | Compiling serde_with_macros v3.11.0 |
2203 | 2025-01-14T20:02:05.143Z | Checking parse-display v0.10.0 |
2204 | 2025-01-14T20:02:05.196Z | Checking zone v0.1.8 |
2205 | 2025-01-14T20:02:05.271Z | Checking ron v0.7.1 |
2206 | 2025-01-14T20:02:05.377Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2025-01-14T20:02:05.834Z | Checking slog-envlogger v2.2.0 |
2208 | 2025-01-14T20:02:05.867Z | Checking xz2 v0.1.7 |
2209 | 2025-01-14T20:02:06.075Z | Checking tabwriter v1.4.0 |
2210 | 2025-01-14T20:02:06.187Z | Checking xattr v1.3.1 |
2211 | 2025-01-14T20:02:06.297Z | Checking pem v3.0.4 |
2212 | 2025-01-14T20:02:06.367Z | Checking yasna v0.5.2 |
2213 | 2025-01-14T20:02:06.413Z | Checking headers-core v0.3.0 |
2214 | 2025-01-14T20:02:06.569Z | Checking smf v0.2.3 |
2215 | 2025-01-14T20:02:06.595Z | Checking filetime v0.2.25 |
2216 | 2025-01-14T20:02:06.791Z | Checking same-file v1.0.6 |
2217 | 2025-01-14T20:02:06.974Z | Checking walkdir v2.5.0 |
2218 | 2025-01-14T20:02:06.988Z | Checking tar v0.4.42 |
2219 | 2025-01-14T20:02:07.029Z | Checking headers v0.4.0 |
2220 | 2025-01-14T20:02:07.212Z | Checking rcgen v0.12.1 |
2221 | 2025-01-14T20:02:07.259Z | Checking camino-tempfile v1.1.1 |
2222 | 2025-01-14T20:02:07.580Z | Checking atomicwrites v0.4.4 |
2223 | 2025-01-14T20:02:07.769Z | Checking serde_with v3.11.0 |
2224 | 2025-01-14T20:02:07.779Z | Checking subprocess v0.2.9 |
2225 | 2025-01-14T20:02:11.991Z | Compiling typify-macro v0.2.0 |
2226 | 2025-01-14T20:02:13.942Z | Compiling typify v0.2.0 |
2227 | 2025-01-14T20:02:14.012Z | Compiling progenitor-impl v0.8.0 |
2228 | 2025-01-14T20:02:17.277Z | Compiling progenitor-macro v0.8.0 |
2229 | 2025-01-14T20:02:22.123Z | Checking progenitor v0.8.0 |
2230 | 2025-01-14T20:02:22.288Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2231 | 2025-01-14T20:02:22.292Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2232 | 2025-01-14T20:02:25.099Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2233 | 2025-01-14T20:02:25.386Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2234 | 2025-01-14T20:02:32.171Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2025-01-14T20:02:33.879Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2025-01-14T20:02:35.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.46s |
2237 | 2025-01-14T20:02:35.391Z | |
2238 | 2025-01-14T20:02:35.391Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2239 | 2025-01-14T20:02:35.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2025-01-14T20:02:35.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2025-01-14T20:02:36.055Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2025-01-14T20:02:37.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
2243 | 2025-01-14T20:02:37.684Z | |
2244 | 2025-01-14T20:02:37.685Z | info: running `cargo check --bins` on nexus-config (31/176) |
2245 | 2025-01-14T20:02:38.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2025-01-14T20:02:38.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2025-01-14T20:02:38.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2025-01-14T20:02:38.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2249 | 2025-01-14T20:02:38.326Z | |
2250 | 2025-01-14T20:02:38.326Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2251 | 2025-01-14T20:02:38.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2025-01-14T20:02:38.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2025-01-14T20:02:38.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2025-01-14T20:02:38.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2255 | 2025-01-14T20:02:38.941Z | |
2256 | 2025-01-14T20:02:38.942Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2257 | 2025-01-14T20:02:39.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2025-01-14T20:02:39.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2025-01-14T20:02:39.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2025-01-14T20:02:39.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2261 | 2025-01-14T20:02:39.575Z | |
2262 | 2025-01-14T20:02:39.575Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2263 | 2025-01-14T20:02:40.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2025-01-14T20:02:40.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2025-01-14T20:02:40.268Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2266 | 2025-01-14T20:02:40.378Z | Compiling ipnetwork v0.20.0 |
2267 | 2025-01-14T20:02:40.378Z | Compiling zerocopy v0.8.10 |
2268 | 2025-01-14T20:02:40.381Z | Compiling progenitor-client v0.8.0 |
2269 | 2025-01-14T20:02:40.381Z | Compiling itertools v0.13.0 |
2270 | 2025-01-14T20:02:40.381Z | Compiling zerocopy-derive v0.8.10 |
2271 | 2025-01-14T20:02:40.381Z | Compiling heapless v0.8.0 |
2272 | 2025-01-14T20:02:40.381Z | Checking hash32 v0.3.1 |
2273 | 2025-01-14T20:02:40.555Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2274 | 2025-01-14T20:02:40.708Z | Compiling instant v0.1.13 |
2275 | 2025-01-14T20:02:40.862Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2276 | 2025-01-14T20:02:40.885Z | Compiling progenitor v0.8.0 |
2277 | 2025-01-14T20:02:41.130Z | Compiling smoltcp v0.11.0 |
2278 | 2025-01-14T20:02:41.238Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2279 | 2025-01-14T20:02:41.262Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2280 | 2025-01-14T20:02:41.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2281 | 2025-01-14T20:02:41.635Z | Compiling backoff v0.4.0 |
2282 | 2025-01-14T20:02:41.889Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2283 | 2025-01-14T20:02:41.978Z | Compiling dropshot v0.13.0 |
2284 | 2025-01-14T20:02:42.244Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2285 | 2025-01-14T20:02:42.265Z | Compiling serde_with v3.11.0 |
2286 | 2025-01-14T20:02:42.366Z | Compiling parse-display v0.10.0 |
2287 | 2025-01-14T20:02:42.433Z | Checking num-rational v0.4.2 |
2288 | 2025-01-14T20:02:43.117Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2289 | 2025-01-14T20:02:43.279Z | Compiling regress v0.9.1 |
2290 | 2025-01-14T20:02:43.564Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2291 | 2025-01-14T20:02:45.056Z | Compiling phf_generator v0.11.2 |
2292 | 2025-01-14T20:02:45.245Z | Checking num-complex v0.4.6 |
2293 | 2025-01-14T20:02:46.441Z | Compiling macaddr v1.0.1 |
2294 | 2025-01-14T20:02:46.667Z | Checking cobs v0.2.3 |
2295 | 2025-01-14T20:02:46.859Z | Checking postcard v1.0.10 |
2296 | 2025-01-14T20:02:46.876Z | Checking num v0.4.3 |
2297 | 2025-01-14T20:02:46.984Z | Compiling phf_codegen v0.11.2 |
2298 | 2025-01-14T20:02:47.475Z | Compiling parse-zoneinfo v0.3.1 |
2299 | 2025-01-14T20:02:48.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2300 | 2025-01-14T20:02:48.947Z | Checking float-ord v0.3.2 |
2301 | 2025-01-14T20:02:49.107Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2302 | 2025-01-14T20:02:49.451Z | Compiling convert_case v0.4.0 |
2303 | 2025-01-14T20:02:49.620Z | Compiling chrono-tz-build v0.4.0 |
2304 | 2025-01-14T20:02:49.637Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2305 | 2025-01-14T20:02:50.399Z | Compiling thiserror v2.0.3 |
2306 | 2025-01-14T20:02:50.441Z | Compiling derive_more v0.99.18 |
2307 | 2025-01-14T20:02:50.561Z | Compiling crucible-workspace-hack v0.1.0 |
2308 | 2025-01-14T20:02:50.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2309 | 2025-01-14T20:02:50.846Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2310 | 2025-01-14T20:02:51.088Z | Compiling chrono-tz v0.10.0 |
2311 | 2025-01-14T20:02:51.162Z | Checking newline-converter v0.3.0 |
2312 | 2025-01-14T20:02:51.350Z | Checking prettyplease v0.2.25 |
2313 | 2025-01-14T20:02:51.587Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2314 | 2025-01-14T20:02:51.760Z | Compiling thiserror-impl v2.0.3 |
2315 | 2025-01-14T20:02:51.773Z | Compiling slog-dtrace v0.3.0 |
2316 | 2025-01-14T20:02:52.056Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2317 | 2025-01-14T20:02:52.467Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2318 | 2025-01-14T20:02:53.595Z | Checking expectorate v1.1.0 |
2319 | 2025-01-14T20:02:53.755Z | Compiling zone_cfg_derive v0.3.0 |
2320 | 2025-01-14T20:02:53.968Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2025-01-14T20:02:54.150Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2322 | 2025-01-14T20:02:54.455Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2323 | 2025-01-14T20:02:54.832Z | Compiling const_format_proc_macros v0.2.33 |
2324 | 2025-01-14T20:02:55.259Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2025-01-14T20:02:55.315Z | Compiling num-derive v0.4.2 |
2326 | 2025-01-14T20:02:55.445Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2327 | 2025-01-14T20:02:55.799Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2328 | 2025-01-14T20:02:56.082Z | Checking highway v1.2.0 |
2329 | 2025-01-14T20:02:56.145Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2330 | 2025-01-14T20:02:56.445Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2025-01-14T20:02:56.506Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2332 | 2025-01-14T20:02:56.688Z | Checking zone v0.3.0 |
2333 | 2025-01-14T20:02:56.991Z | Checking const_format v0.2.33 |
2334 | 2025-01-14T20:02:57.259Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2335 | 2025-01-14T20:02:57.286Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2336 | 2025-01-14T20:02:57.532Z | Checking gethostname v0.5.0 |
2337 | 2025-01-14T20:02:57.593Z | Checking bcs v0.1.6 |
2338 | 2025-01-14T20:02:57.656Z | Compiling async-recursion v1.1.1 |
2339 | 2025-01-14T20:02:57.684Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2340 | 2025-01-14T20:02:58.520Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2341 | 2025-01-14T20:02:58.521Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2342 | 2025-01-14T20:03:00.860Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2343 | 2025-01-14T20:03:05.031Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2344 | 2025-01-14T20:03:08.450Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2345 | 2025-01-14T20:03:11.093Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2346 | 2025-01-14T20:03:12.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.80s |
2347 | 2025-01-14T20:03:12.571Z | |
2348 | 2025-01-14T20:03:12.571Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2349 | 2025-01-14T20:03:13.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2025-01-14T20:03:13.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2025-01-14T20:03:13.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2025-01-14T20:03:13.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2353 | 2025-01-14T20:03:13.241Z | |
2354 | 2025-01-14T20:03:13.241Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2355 | 2025-01-14T20:03:13.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2025-01-14T20:03:13.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2025-01-14T20:03:13.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2025-01-14T20:03:13.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2359 | 2025-01-14T20:03:13.903Z | |
2360 | 2025-01-14T20:03:13.903Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2361 | 2025-01-14T20:03:14.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2025-01-14T20:03:14.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2025-01-14T20:03:14.589Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2364 | 2025-01-14T20:03:15.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
2365 | 2025-01-14T20:03:15.420Z | |
2366 | 2025-01-14T20:03:15.420Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2367 | 2025-01-14T20:03:16.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2025-01-14T20:03:16.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2025-01-14T20:03:16.101Z | Compiling cfg_aliases v0.1.1 |
2370 | 2025-01-14T20:03:16.104Z | Compiling vte_generate_state_changes v0.1.2 |
2371 | 2025-01-14T20:03:16.104Z | Checking fd-lock v4.0.2 |
2372 | 2025-01-14T20:03:16.104Z | Checking nibble_vec v0.1.0 |
2373 | 2025-01-14T20:03:16.204Z | Checking bytecount v0.6.8 |
2374 | 2025-01-14T20:03:16.206Z | Checking endian-type v0.1.2 |
2375 | 2025-01-14T20:03:16.223Z | Compiling tabled_derive v0.7.0 |
2376 | 2025-01-14T20:03:16.246Z | Compiling peg-macros v0.8.4 |
2377 | 2025-01-14T20:03:16.288Z | Compiling nix v0.28.0 |
2378 | 2025-01-14T20:03:16.342Z | Checking papergrid v0.11.0 |
2379 | 2025-01-14T20:03:16.364Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2025-01-14T20:03:16.420Z | Compiling sqlparser_derive v0.2.2 |
2381 | 2025-01-14T20:03:16.423Z | Checking radix_trie v0.2.1 |
2382 | 2025-01-14T20:03:16.833Z | Checking vte v0.11.1 |
2383 | 2025-01-14T20:03:16.849Z | Checking unicode_categories v0.1.1 |
2384 | 2025-01-14T20:03:17.149Z | Checking home v0.5.9 |
2385 | 2025-01-14T20:03:17.310Z | Checking nu-ansi-term v0.50.1 |
2386 | 2025-01-14T20:03:17.523Z | Checking sqlformat v0.2.6 |
2387 | 2025-01-14T20:03:17.545Z | Checking sqlparser v0.45.0 |
2388 | 2025-01-14T20:03:17.696Z | Checking display-error-chain v0.2.2 |
2389 | 2025-01-14T20:03:18.165Z | Checking strip-ansi-escapes v0.2.0 |
2390 | 2025-01-14T20:03:18.313Z | Checking reedline v0.35.0 |
2391 | 2025-01-14T20:03:18.617Z | Checking tabled v0.15.0 |
2392 | 2025-01-14T20:03:19.190Z | Checking peg v0.8.4 |
2393 | 2025-01-14T20:03:19.695Z | Checking rustyline v14.0.0 |
2394 | 2025-01-14T20:03:28.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s |
2395 | 2025-01-14T20:03:28.576Z | |
2396 | 2025-01-14T20:03:28.576Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2397 | 2025-01-14T20:03:29.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2025-01-14T20:03:29.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2025-01-14T20:03:29.256Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2400 | 2025-01-14T20:03:34.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2401 | 2025-01-14T20:03:34.615Z | |
2402 | 2025-01-14T20:03:34.615Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2403 | 2025-01-14T20:03:35.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2025-01-14T20:03:35.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2025-01-14T20:03:35.292Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2406 | 2025-01-14T20:03:39.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
2407 | 2025-01-14T20:03:39.307Z | |
2408 | 2025-01-14T20:03:39.307Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2409 | 2025-01-14T20:03:39.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2025-01-14T20:03:39.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2025-01-14T20:03:39.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2412 | 2025-01-14T20:03:44.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2413 | 2025-01-14T20:03:45.005Z | |
2414 | 2025-01-14T20:03:45.006Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2415 | 2025-01-14T20:03:45.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-01-14T20:03:45.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-01-14T20:03:45.670Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2418 | 2025-01-14T20:03:50.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
2419 | 2025-01-14T20:03:50.702Z | |
2420 | 2025-01-14T20:03:50.702Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2421 | 2025-01-14T20:03:51.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-01-14T20:03:51.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-01-14T20:03:51.377Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2424 | 2025-01-14T20:03:55.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
2425 | 2025-01-14T20:03:55.625Z | |
2426 | 2025-01-14T20:03:55.625Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2427 | 2025-01-14T20:03:56.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-01-14T20:03:56.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-01-14T20:03:56.301Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2430 | 2025-01-14T20:04:00.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
2431 | 2025-01-14T20:04:00.615Z | |
2432 | 2025-01-14T20:04:00.615Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2433 | 2025-01-14T20:04:01.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-01-14T20:04:01.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-01-14T20:04:01.299Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2436 | 2025-01-14T20:04:06.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2437 | 2025-01-14T20:04:06.556Z | |
2438 | 2025-01-14T20:04:06.556Z | info: running `cargo check --bins` on oximeter (46/176) |
2439 | 2025-01-14T20:04:07.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2025-01-14T20:04:07.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2025-01-14T20:04:07.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2025-01-14T20:04:07.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2443 | 2025-01-14T20:04:07.192Z | |
2444 | 2025-01-14T20:04:07.192Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2445 | 2025-01-14T20:04:07.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2025-01-14T20:04:07.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2025-01-14T20:04:07.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2025-01-14T20:04:07.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2449 | 2025-01-14T20:04:07.815Z | |
2450 | 2025-01-14T20:04:07.815Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2451 | 2025-01-14T20:04:08.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2025-01-14T20:04:08.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2025-01-14T20:04:08.460Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2454 | 2025-01-14T20:04:10.693Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2455 | 2025-01-14T20:04:11.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
2456 | 2025-01-14T20:04:11.892Z | |
2457 | 2025-01-14T20:04:11.893Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2458 | 2025-01-14T20:04:12.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2025-01-14T20:04:12.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2025-01-14T20:04:12.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2025-01-14T20:04:12.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2462 | 2025-01-14T20:04:12.542Z | |
2463 | 2025-01-14T20:04:12.542Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2464 | 2025-01-14T20:04:13.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2025-01-14T20:04:13.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2025-01-14T20:04:13.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2025-01-14T20:04:13.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2468 | 2025-01-14T20:04:13.174Z | |
2469 | 2025-01-14T20:04:13.174Z | info: running `cargo check --bins` on oxql-types (51/176) |
2470 | 2025-01-14T20:04:13.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2025-01-14T20:04:13.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2025-01-14T20:04:13.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2025-01-14T20:04:13.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2474 | 2025-01-14T20:04:13.815Z | |
2475 | 2025-01-14T20:04:13.815Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2476 | 2025-01-14T20:04:14.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2025-01-14T20:04:14.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2025-01-14T20:04:14.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2025-01-14T20:04:14.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2480 | 2025-01-14T20:04:14.496Z | |
2481 | 2025-01-14T20:04:14.496Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2482 | 2025-01-14T20:04:15.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2025-01-14T20:04:15.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2025-01-14T20:04:15.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2025-01-14T20:04:15.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2486 | 2025-01-14T20:04:15.161Z | |
2487 | 2025-01-14T20:04:15.161Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2488 | 2025-01-14T20:04:15.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2025-01-14T20:04:15.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2025-01-14T20:04:15.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2025-01-14T20:04:15.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2492 | 2025-01-14T20:04:15.787Z | |
2493 | 2025-01-14T20:04:15.787Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2494 | 2025-01-14T20:04:16.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2025-01-14T20:04:16.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2025-01-14T20:04:16.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2025-01-14T20:04:16.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2498 | 2025-01-14T20:04:16.421Z | |
2499 | 2025-01-14T20:04:16.421Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2500 | 2025-01-14T20:04:16.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2025-01-14T20:04:16.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2025-01-14T20:04:16.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2025-01-14T20:04:16.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2504 | 2025-01-14T20:04:17.055Z | |
2505 | 2025-01-14T20:04:17.055Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2506 | 2025-01-14T20:04:17.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2025-01-14T20:04:17.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2025-01-14T20:04:17.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2025-01-14T20:04:17.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2510 | 2025-01-14T20:04:17.697Z | |
2511 | 2025-01-14T20:04:17.697Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2512 | 2025-01-14T20:04:18.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2025-01-14T20:04:18.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2025-01-14T20:04:18.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2025-01-14T20:04:18.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2516 | 2025-01-14T20:04:18.312Z | |
2517 | 2025-01-14T20:04:18.312Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2518 | 2025-01-14T20:04:18.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2025-01-14T20:04:18.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2025-01-14T20:04:18.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2025-01-14T20:04:18.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2522 | 2025-01-14T20:04:18.958Z | |
2523 | 2025-01-14T20:04:18.958Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2524 | 2025-01-14T20:04:19.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2025-01-14T20:04:19.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2025-01-14T20:04:19.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2025-01-14T20:04:19.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2528 | 2025-01-14T20:04:19.586Z | |
2529 | 2025-01-14T20:04:19.586Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2530 | 2025-01-14T20:04:20.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2025-01-14T20:04:20.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2025-01-14T20:04:20.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2025-01-14T20:04:20.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2534 | 2025-01-14T20:04:20.212Z | |
2535 | 2025-01-14T20:04:20.212Z | info: running `cargo check --bins` on dpd-client (62/176) |
2536 | 2025-01-14T20:04:20.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2025-01-14T20:04:20.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2025-01-14T20:04:20.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2025-01-14T20:04:20.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2540 | 2025-01-14T20:04:20.834Z | |
2541 | 2025-01-14T20:04:20.834Z | info: running `cargo check --bins` on gateway-client (63/176) |
2542 | 2025-01-14T20:04:21.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2025-01-14T20:04:21.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2025-01-14T20:04:21.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2025-01-14T20:04:21.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2546 | 2025-01-14T20:04:21.446Z | |
2547 | 2025-01-14T20:04:21.446Z | info: running `cargo check --bins` on installinator-client (64/176) |
2548 | 2025-01-14T20:04:22.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2025-01-14T20:04:22.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2025-01-14T20:04:22.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2025-01-14T20:04:22.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2552 | 2025-01-14T20:04:22.093Z | |
2553 | 2025-01-14T20:04:22.093Z | info: running `cargo check --bins` on installinator-common (65/176) |
2554 | 2025-01-14T20:04:22.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2025-01-14T20:04:22.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2025-01-14T20:04:22.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2025-01-14T20:04:22.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2558 | 2025-01-14T20:04:22.750Z | |
2559 | 2025-01-14T20:04:22.750Z | info: running `cargo check --bins` on update-engine (66/176) |
2560 | 2025-01-14T20:04:23.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2025-01-14T20:04:23.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2025-01-14T20:04:23.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2025-01-14T20:04:23.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2564 | 2025-01-14T20:04:23.376Z | |
2565 | 2025-01-14T20:04:23.376Z | info: running `cargo check --bins` on nexus-client (67/176) |
2566 | 2025-01-14T20:04:23.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2025-01-14T20:04:23.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2025-01-14T20:04:23.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2025-01-14T20:04:23.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2570 | 2025-01-14T20:04:24.043Z | |
2571 | 2025-01-14T20:04:24.043Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2572 | 2025-01-14T20:04:24.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2025-01-14T20:04:24.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2025-01-14T20:04:24.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2025-01-14T20:04:24.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2576 | 2025-01-14T20:04:24.696Z | |
2577 | 2025-01-14T20:04:24.696Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2578 | 2025-01-14T20:04:25.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2025-01-14T20:04:25.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2025-01-14T20:04:25.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2025-01-14T20:04:25.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2582 | 2025-01-14T20:04:25.310Z | |
2583 | 2025-01-14T20:04:25.310Z | info: running `cargo check --bins` on nexus-types (70/176) |
2584 | 2025-01-14T20:04:25.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2025-01-14T20:04:25.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2025-01-14T20:04:25.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2025-01-14T20:04:25.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2588 | 2025-01-14T20:04:25.972Z | |
2589 | 2025-01-14T20:04:25.972Z | info: running `cargo check --bins` on oxide-client (71/176) |
2590 | 2025-01-14T20:04:26.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2025-01-14T20:04:26.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2025-01-14T20:04:26.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2025-01-14T20:04:26.522Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2594 | 2025-01-14T20:04:26.593Z | |
2595 | 2025-01-14T20:04:26.593Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2596 | 2025-01-14T20:04:27.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2025-01-14T20:04:27.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2025-01-14T20:04:27.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2025-01-14T20:04:27.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2600 | 2025-01-14T20:04:27.231Z | |
2601 | 2025-01-14T20:04:27.231Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2602 | 2025-01-14T20:04:27.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2025-01-14T20:04:27.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2025-01-14T20:04:27.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2025-01-14T20:04:27.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2606 | 2025-01-14T20:04:27.849Z | |
2607 | 2025-01-14T20:04:27.849Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2608 | 2025-01-14T20:04:28.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2025-01-14T20:04:28.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2025-01-14T20:04:28.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2025-01-14T20:04:28.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2612 | 2025-01-14T20:04:28.510Z | |
2613 | 2025-01-14T20:04:28.510Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2614 | 2025-01-14T20:04:29.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2025-01-14T20:04:29.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2025-01-14T20:04:29.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2617 | 2025-01-14T20:04:29.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2618 | 2025-01-14T20:04:29.196Z | |
2619 | 2025-01-14T20:04:29.196Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2620 | 2025-01-14T20:04:29.782Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2025-01-14T20:04:29.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2025-01-14T20:04:29.785Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2025-01-14T20:04:29.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2624 | 2025-01-14T20:04:29.865Z | |
2625 | 2025-01-14T20:04:29.865Z | info: running `cargo check --bins` on wicket-common (77/176) |
2626 | 2025-01-14T20:04:30.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2025-01-14T20:04:30.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2025-01-14T20:04:30.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2025-01-14T20:04:30.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2630 | 2025-01-14T20:04:30.519Z | |
2631 | 2025-01-14T20:04:30.519Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2632 | 2025-01-14T20:04:31.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2025-01-14T20:04:31.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2025-01-14T20:04:31.190Z | Checking csv-core v0.1.11 |
2635 | 2025-01-14T20:04:31.190Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2636 | 2025-01-14T20:04:31.193Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2637 | 2025-01-14T20:04:31.293Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2638 | 2025-01-14T20:04:31.476Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2639 | 2025-01-14T20:04:31.518Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2640 | 2025-01-14T20:04:31.530Z | Checking csv v1.3.0 |
2641 | 2025-01-14T20:04:32.131Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2642 | 2025-01-14T20:04:32.522Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2643 | 2025-01-14T20:04:34.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s |
2644 | 2025-01-14T20:04:34.479Z | |
2645 | 2025-01-14T20:04:34.479Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2646 | 2025-01-14T20:04:35.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-14T20:04:35.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-14T20:04:35.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2649 | 2025-01-14T20:04:35.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2650 | 2025-01-14T20:04:35.116Z | |
2651 | 2025-01-14T20:04:35.116Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2652 | 2025-01-14T20:04:35.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2653 | 2025-01-14T20:04:35.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2654 | 2025-01-14T20:04:35.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2655 | 2025-01-14T20:04:35.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2656 | 2025-01-14T20:04:35.750Z | |
2657 | 2025-01-14T20:04:35.750Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2658 | 2025-01-14T20:04:36.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2025-01-14T20:04:36.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2025-01-14T20:04:36.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2025-01-14T20:04:36.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2662 | 2025-01-14T20:04:36.486Z | |
2663 | 2025-01-14T20:04:36.486Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2664 | 2025-01-14T20:04:37.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2025-01-14T20:04:37.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2025-01-14T20:04:37.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2025-01-14T20:04:37.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2668 | 2025-01-14T20:04:37.238Z | |
2669 | 2025-01-14T20:04:37.238Z | info: running `cargo check --bins` on dns-server (83/176) |
2670 | 2025-01-14T20:04:37.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2025-01-14T20:04:37.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2025-01-14T20:04:37.902Z | Compiling parking_lot_core v0.8.6 |
2673 | 2025-01-14T20:04:37.904Z | Checking fxhash v0.2.1 |
2674 | 2025-01-14T20:04:37.905Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2675 | 2025-01-14T20:04:37.905Z | Checking hickory-server v0.24.1 |
2676 | 2025-01-14T20:04:37.905Z | Checking hickory-client v0.24.1 |
2677 | 2025-01-14T20:04:38.629Z | Checking parking_lot v0.11.2 |
2678 | 2025-01-14T20:04:38.748Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2025-01-14T20:04:38.749Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2680 | 2025-01-14T20:04:38.877Z | Checking sled v0.34.7 |
2681 | 2025-01-14T20:04:40.727Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2682 | 2025-01-14T20:04:41.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
2683 | 2025-01-14T20:04:42.161Z | |
2684 | 2025-01-14T20:04:42.161Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2685 | 2025-01-14T20:04:42.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-01-14T20:04:42.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-01-14T20:04:42.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-01-14T20:04:42.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2689 | 2025-01-14T20:04:42.812Z | |
2690 | 2025-01-14T20:04:42.812Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2691 | 2025-01-14T20:04:43.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-01-14T20:04:43.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-01-14T20:04:43.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-01-14T20:04:43.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2695 | 2025-01-14T20:04:43.504Z | |
2696 | 2025-01-14T20:04:43.504Z | info: running `cargo check --bins` on gateway-types (86/176) |
2697 | 2025-01-14T20:04:44.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-01-14T20:04:44.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-01-14T20:04:44.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-01-14T20:04:44.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2701 | 2025-01-14T20:04:44.140Z | |
2702 | 2025-01-14T20:04:44.141Z | info: running `cargo check --bins` on ipcc (87/176) |
2703 | 2025-01-14T20:04:44.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-01-14T20:04:44.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-01-14T20:04:44.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-01-14T20:04:44.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2707 | 2025-01-14T20:04:44.776Z | |
2708 | 2025-01-14T20:04:44.776Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2709 | 2025-01-14T20:04:45.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-01-14T20:04:45.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-01-14T20:04:45.470Z | Compiling radium v0.7.0 |
2712 | 2025-01-14T20:04:45.470Z | Compiling semver v0.1.20 |
2713 | 2025-01-14T20:04:45.473Z | Checking tap v1.0.1 |
2714 | 2025-01-14T20:04:45.473Z | Compiling maybe-uninit v2.0.0 |
2715 | 2025-01-14T20:04:45.604Z | Checking password-hash v0.5.0 |
2716 | 2025-01-14T20:04:45.607Z | Checking blake2 v0.10.6 |
2717 | 2025-01-14T20:04:45.607Z | Checking crc-catalog v2.4.0 |
2718 | 2025-01-14T20:04:45.607Z | Compiling owo-colors v4.1.0 |
2719 | 2025-01-14T20:04:45.729Z | Checking wyz v0.5.1 |
2720 | 2025-01-14T20:04:45.764Z | Compiling packed_struct v0.10.1 |
2721 | 2025-01-14T20:04:45.906Z | Compiling cancel-safe-futures v0.1.5 |
2722 | 2025-01-14T20:04:45.996Z | Compiling rustc_version v0.1.7 |
2723 | 2025-01-14T20:04:46.077Z | Checking funty v2.0.0 |
2724 | 2025-01-14T20:04:46.120Z | Checking argon2 v0.5.3 |
2725 | 2025-01-14T20:04:46.224Z | Checking crc v3.2.1 |
2726 | 2025-01-14T20:04:46.251Z | Compiling packed_struct_codegen v0.10.1 |
2727 | 2025-01-14T20:04:46.254Z | Checking half v2.4.1 |
2728 | 2025-01-14T20:04:46.277Z | Compiling indexmap v1.9.3 |
2729 | 2025-01-14T20:04:46.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2730 | 2025-01-14T20:04:46.497Z | Compiling newtype_derive v0.1.6 |
2731 | 2025-01-14T20:04:46.568Z | Checking nodrop v0.1.14 |
2732 | 2025-01-14T20:04:46.648Z | Checking ciborium-io v0.2.2 |
2733 | 2025-01-14T20:04:46.692Z | Checking array-init v0.0.4 |
2734 | 2025-01-14T20:04:46.753Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2735 | 2025-01-14T20:04:46.769Z | Checking ciborium-ll v0.2.2 |
2736 | 2025-01-14T20:04:46.805Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-01-14T20:04:46.941Z | Checking smallvec v0.6.14 |
2738 | 2025-01-14T20:04:46.986Z | Checking bitvec v1.0.1 |
2739 | 2025-01-14T20:04:47.107Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2740 | 2025-01-14T20:04:47.150Z | Checking libsw v3.3.1 |
2741 | 2025-01-14T20:04:47.337Z | Compiling memoffset v0.9.1 |
2742 | 2025-01-14T20:04:47.429Z | Checking linear-map v1.2.0 |
2743 | 2025-01-14T20:04:47.503Z | Checking hashbrown v0.12.3 |
2744 | 2025-01-14T20:04:47.635Z | Checking indent_write v2.2.0 |
2745 | 2025-01-14T20:04:47.743Z | Checking termcolor v1.4.1 |
2746 | 2025-01-14T20:04:47.760Z | Checking swrite v0.1.0 |
2747 | 2025-01-14T20:04:47.824Z | Checking bitfield v0.14.0 |
2748 | 2025-01-14T20:04:47.878Z | Checking serde-hex v0.1.0 |
2749 | 2025-01-14T20:04:48.175Z | Checking env_logger v0.10.2 |
2750 | 2025-01-14T20:04:48.210Z | Checking ron v0.8.1 |
2751 | 2025-01-14T20:04:48.261Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2752 | 2025-01-14T20:04:48.601Z | Checking ciborium v0.2.2 |
2753 | 2025-01-14T20:04:49.008Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2754 | 2025-01-14T20:04:49.058Z | Checking steno v0.4.1 |
2755 | 2025-01-14T20:04:49.425Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2756 | 2025-01-14T20:04:49.472Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2757 | 2025-01-14T20:04:49.578Z | Checking hashbrown v0.13.2 |
2758 | 2025-01-14T20:04:49.701Z | Checking humantime v2.1.0 |
2759 | 2025-01-14T20:04:49.910Z | Checking crc-any v2.5.0 |
2760 | 2025-01-14T20:04:49.993Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2761 | 2025-01-14T20:04:50.270Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2762 | 2025-01-14T20:04:50.398Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2763 | 2025-01-14T20:04:51.071Z | Checking object v0.30.4 |
2764 | 2025-01-14T20:04:51.110Z | Checking path-slash v0.1.5 |
2765 | 2025-01-14T20:04:51.110Z | Checking nix v0.27.1 |
2766 | 2025-01-14T20:04:51.110Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2767 | 2025-01-14T20:04:51.368Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2768 | 2025-01-14T20:04:51.889Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2769 | 2025-01-14T20:04:51.999Z | Checking tungstenite v0.23.0 |
2770 | 2025-01-14T20:04:52.143Z | Checking kstat-rs v0.2.4 |
2771 | 2025-01-14T20:04:52.151Z | Checking signal-hook-tokio v0.3.1 |
2772 | 2025-01-14T20:04:52.489Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2773 | 2025-01-14T20:04:52.901Z | Checking tokio-tungstenite v0.23.1 |
2774 | 2025-01-14T20:04:53.285Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2775 | 2025-01-14T20:04:53.795Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2776 | 2025-01-14T20:04:53.965Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2777 | 2025-01-14T20:05:00.510Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2778 | 2025-01-14T20:05:01.851Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2779 | 2025-01-14T20:05:04.990Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2780 | 2025-01-14T20:05:13.707Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2781 | 2025-01-14T20:05:13.781Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2782 | 2025-01-14T20:05:14.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.68s |
2783 | 2025-01-14T20:05:14.671Z | |
2784 | 2025-01-14T20:05:14.671Z | info: running `cargo check --bins` on gateway-api (89/176) |
2785 | 2025-01-14T20:05:15.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2025-01-14T20:05:15.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2025-01-14T20:05:15.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2025-01-14T20:05:15.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2789 | 2025-01-14T20:05:15.300Z | |
2790 | 2025-01-14T20:05:15.300Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2791 | 2025-01-14T20:05:15.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2025-01-14T20:05:15.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2025-01-14T20:05:15.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2025-01-14T20:05:15.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2795 | 2025-01-14T20:05:15.907Z | |
2796 | 2025-01-14T20:05:15.907Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2797 | 2025-01-14T20:05:16.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2025-01-14T20:05:16.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2025-01-14T20:05:16.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2025-01-14T20:05:16.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2025-01-14T20:05:16.536Z | |
2802 | 2025-01-14T20:05:16.536Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2803 | 2025-01-14T20:05:17.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2025-01-14T20:05:17.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2025-01-14T20:05:17.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2025-01-14T20:05:17.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2807 | 2025-01-14T20:05:17.165Z | |
2808 | 2025-01-14T20:05:17.165Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2809 | 2025-01-14T20:05:17.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2025-01-14T20:05:17.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2025-01-14T20:05:17.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2025-01-14T20:05:17.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2813 | 2025-01-14T20:05:17.802Z | |
2814 | 2025-01-14T20:05:17.802Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2815 | 2025-01-14T20:05:18.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2025-01-14T20:05:18.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2025-01-14T20:05:18.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2025-01-14T20:05:18.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2819 | 2025-01-14T20:05:18.441Z | |
2820 | 2025-01-14T20:05:18.441Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2821 | 2025-01-14T20:05:19.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2025-01-14T20:05:19.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2025-01-14T20:05:19.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2824 | 2025-01-14T20:05:19.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2825 | 2025-01-14T20:05:19.088Z | |
2826 | 2025-01-14T20:05:19.088Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2827 | 2025-01-14T20:05:19.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2025-01-14T20:05:19.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2025-01-14T20:05:19.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2025-01-14T20:05:19.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2831 | 2025-01-14T20:05:19.734Z | |
2832 | 2025-01-14T20:05:19.734Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2833 | 2025-01-14T20:05:20.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2025-01-14T20:05:20.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2025-01-14T20:05:20.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2025-01-14T20:05:20.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2837 | 2025-01-14T20:05:20.401Z | |
2838 | 2025-01-14T20:05:20.401Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2839 | 2025-01-14T20:05:20.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2025-01-14T20:05:20.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2025-01-14T20:05:20.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2025-01-14T20:05:20.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2843 | 2025-01-14T20:05:21.040Z | |
2844 | 2025-01-14T20:05:21.040Z | info: running `cargo check --bins` on sp-sim (99/176) |
2845 | 2025-01-14T20:05:21.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2025-01-14T20:05:21.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2025-01-14T20:05:21.679Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2848 | 2025-01-14T20:05:22.169Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2849 | 2025-01-14T20:05:24.046Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2025-01-14T20:05:25.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2851 | 2025-01-14T20:05:26.002Z | |
2852 | 2025-01-14T20:05:26.002Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2853 | 2025-01-14T20:05:26.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2025-01-14T20:05:26.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2025-01-14T20:05:26.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2025-01-14T20:05:26.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2857 | 2025-01-14T20:05:26.690Z | |
2858 | 2025-01-14T20:05:26.690Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2859 | 2025-01-14T20:05:27.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2025-01-14T20:05:27.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2025-01-14T20:05:27.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2025-01-14T20:05:27.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2863 | 2025-01-14T20:05:27.398Z | |
2864 | 2025-01-14T20:05:27.398Z | info: running `cargo check --bins` on db-macros (102/176) |
2865 | 2025-01-14T20:05:27.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2025-01-14T20:05:27.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2025-01-14T20:05:27.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2025-01-14T20:05:27.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2869 | 2025-01-14T20:05:28.029Z | |
2870 | 2025-01-14T20:05:28.030Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2871 | 2025-01-14T20:05:28.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2025-01-14T20:05:28.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2025-01-14T20:05:28.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2025-01-14T20:05:28.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2875 | 2025-01-14T20:05:28.660Z | |
2876 | 2025-01-14T20:05:28.660Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2877 | 2025-01-14T20:05:29.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2025-01-14T20:05:29.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2025-01-14T20:05:29.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2025-01-14T20:05:29.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2881 | 2025-01-14T20:05:29.352Z | |
2882 | 2025-01-14T20:05:29.352Z | info: running `cargo check --bins` on authz-macros (105/176) |
2883 | 2025-01-14T20:05:29.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2025-01-14T20:05:29.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2025-01-14T20:05:29.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2025-01-14T20:05:29.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2887 | 2025-01-14T20:05:29.985Z | |
2888 | 2025-01-14T20:05:29.985Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2889 | 2025-01-14T20:05:30.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2025-01-14T20:05:30.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2025-01-14T20:05:30.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2025-01-14T20:05:30.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2893 | 2025-01-14T20:05:30.670Z | |
2894 | 2025-01-14T20:05:30.670Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2895 | 2025-01-14T20:05:31.269Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2025-01-14T20:05:31.272Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2025-01-14T20:05:31.272Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2898 | 2025-01-14T20:05:31.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2899 | 2025-01-14T20:05:31.353Z | |
2900 | 2025-01-14T20:05:31.353Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2901 | 2025-01-14T20:05:31.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2025-01-14T20:05:31.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2025-01-14T20:05:31.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2025-01-14T20:05:31.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2905 | 2025-01-14T20:05:32.002Z | |
2906 | 2025-01-14T20:05:32.002Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2907 | 2025-01-14T20:05:32.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2025-01-14T20:05:32.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2025-01-14T20:05:32.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2025-01-14T20:05:32.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2911 | 2025-01-14T20:05:32.683Z | |
2912 | 2025-01-14T20:05:32.683Z | info: running `cargo check --bins` on typed-rng (110/176) |
2913 | 2025-01-14T20:05:33.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-01-14T20:05:33.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-01-14T20:05:33.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-01-14T20:05:33.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2917 | 2025-01-14T20:05:33.338Z | |
2918 | 2025-01-14T20:05:33.338Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2919 | 2025-01-14T20:05:33.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-01-14T20:05:33.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-01-14T20:05:34.122Z | Checking keccak v0.1.5 |
2922 | 2025-01-14T20:05:34.235Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2923 | 2025-01-14T20:05:34.239Z | Checking secrecy v0.8.0 |
2924 | 2025-01-14T20:05:34.239Z | Compiling unicase v2.7.0 |
2925 | 2025-01-14T20:05:34.239Z | Compiling same-file v1.0.6 |
2926 | 2025-01-14T20:05:34.268Z | Compiling tempfile v3.13.0 |
2927 | 2025-01-14T20:05:34.295Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2928 | 2025-01-14T20:05:34.298Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2929 | 2025-01-14T20:05:34.433Z | Compiling walkdir v2.5.0 |
2930 | 2025-01-14T20:05:34.533Z | Checking sha3 v0.10.8 |
2931 | 2025-01-14T20:05:34.548Z | Compiling thiserror-impl-no-std v2.0.2 |
2932 | 2025-01-14T20:05:34.620Z | Checking universal-hash v0.5.1 |
2933 | 2025-01-14T20:05:34.696Z | Compiling blake3 v1.5.4 |
2934 | 2025-01-14T20:05:34.767Z | Checking opaque-debug v0.3.1 |
2935 | 2025-01-14T20:05:34.866Z | Checking poly1305 v0.8.0 |
2936 | 2025-01-14T20:05:34.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2937 | 2025-01-14T20:05:34.899Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2938 | 2025-01-14T20:05:34.942Z | Checking chacha20 v0.9.1 |
2939 | 2025-01-14T20:05:35.138Z | Checking aead v0.5.2 |
2940 | 2025-01-14T20:05:35.171Z | Compiling memmap2 v0.9.5 |
2941 | 2025-01-14T20:05:35.190Z | Compiling arrayvec v0.7.6 |
2942 | 2025-01-14T20:05:35.276Z | Compiling constant_time_eq v0.3.1 |
2943 | 2025-01-14T20:05:35.369Z | Compiling libefi-sys v0.1.0 |
2944 | 2025-01-14T20:05:35.378Z | Compiling salty v0.3.0 |
2945 | 2025-01-14T20:05:35.458Z | Compiling arrayref v0.3.9 |
2946 | 2025-01-14T20:05:35.572Z | Checking chacha20poly1305 v0.10.1 |
2947 | 2025-01-14T20:05:35.635Z | Compiling toolchain_find v0.4.0 |
2948 | 2025-01-14T20:05:35.676Z | Compiling camino-tempfile v1.1.1 |
2949 | 2025-01-14T20:05:35.748Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2950 | 2025-01-14T20:05:35.817Z | Compiling bitfield-struct v0.6.2 |
2951 | 2025-01-14T20:05:36.017Z | Compiling topological-sort v0.2.2 |
2952 | 2025-01-14T20:05:36.151Z | Compiling mime_guess v2.0.5 |
2953 | 2025-01-14T20:05:36.246Z | Compiling rustfmt-wrapper v0.2.1 |
2954 | 2025-01-14T20:05:36.722Z | Compiling omicron-zone-package v0.12.0 |
2955 | 2025-01-14T20:05:36.811Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2956 | 2025-01-14T20:05:36.833Z | Checking primeorder v0.13.6 |
2957 | 2025-01-14T20:05:37.115Z | Checking env_filter v0.1.2 |
2958 | 2025-01-14T20:05:37.259Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2959 | 2025-01-14T20:05:37.264Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2960 | 2025-01-14T20:05:37.353Z | Checking p384 v0.13.0 |
2961 | 2025-01-14T20:05:37.365Z | Checking env_logger v0.11.5 |
2962 | 2025-01-14T20:05:37.513Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2963 | 2025-01-14T20:05:37.609Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2964 | 2025-01-14T20:05:37.652Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2965 | 2025-01-14T20:05:37.724Z | Checking thiserror-no-std v2.0.2 |
2966 | 2025-01-14T20:05:37.840Z | Checking vsss-rs v3.3.4 |
2967 | 2025-01-14T20:05:37.857Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2968 | 2025-01-14T20:05:37.916Z | Checking http-range v0.1.5 |
2969 | 2025-01-14T20:05:37.973Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2970 | 2025-01-14T20:05:38.182Z | Checking lockfree-object-pool v0.1.6 |
2971 | 2025-01-14T20:05:38.300Z | Checking simd-adler32 v0.3.7 |
2972 | 2025-01-14T20:05:38.338Z | Checking bumpalo v3.16.0 |
2973 | 2025-01-14T20:05:38.457Z | Compiling zip v2.1.3 |
2974 | 2025-01-14T20:05:38.607Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2975 | 2025-01-14T20:05:38.647Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2976 | 2025-01-14T20:05:38.647Z | Checking zopfli v0.8.1 |
2977 | 2025-01-14T20:05:38.666Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2978 | 2025-01-14T20:05:38.753Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2979 | 2025-01-14T20:05:39.188Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2980 | 2025-01-14T20:05:39.293Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2981 | 2025-01-14T20:05:39.312Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2982 | 2025-01-14T20:05:39.548Z | Checking nanorand v0.7.0 |
2983 | 2025-01-14T20:05:39.652Z | Checking atty v0.2.14 |
2984 | 2025-01-14T20:05:39.790Z | Checking glob v0.3.1 |
2985 | 2025-01-14T20:05:39.852Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2986 | 2025-01-14T20:05:39.870Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2025-01-14T20:05:39.941Z | Checking flume v0.11.1 |
2988 | 2025-01-14T20:05:40.124Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2989 | 2025-01-14T20:05:40.448Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2990 | 2025-01-14T20:05:41.172Z | Checking hyper-staticfile v0.10.1 |
2991 | 2025-01-14T20:05:41.605Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2992 | 2025-01-14T20:05:41.638Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2993 | 2025-01-14T20:05:41.695Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2994 | 2025-01-14T20:05:41.879Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2995 | 2025-01-14T20:05:42.006Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2996 | 2025-01-14T20:05:42.248Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2997 | 2025-01-14T20:05:43.102Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2998 | 2025-01-14T20:05:43.181Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2999 | 2025-01-14T20:05:43.761Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3000 | 2025-01-14T20:05:43.861Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3001 | 2025-01-14T20:05:46.912Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3002 | 2025-01-14T20:05:46.932Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3003 | 2025-01-14T20:05:56.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2025-01-14T20:06:10.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s |
3005 | 2025-01-14T20:06:10.232Z | |
3006 | 2025-01-14T20:06:10.232Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3007 | 2025-01-14T20:06:10.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2025-01-14T20:06:10.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2025-01-14T20:06:10.991Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2025-01-14T20:06:25.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
3011 | 2025-01-14T20:06:25.295Z | |
3012 | 2025-01-14T20:06:25.296Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3013 | 2025-01-14T20:06:26.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2025-01-14T20:06:26.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2025-01-14T20:06:26.225Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2025-01-14T20:06:40.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
3017 | 2025-01-14T20:06:40.353Z | |
3018 | 2025-01-14T20:06:40.353Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3019 | 2025-01-14T20:06:40.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2025-01-14T20:06:40.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2025-01-14T20:06:41.098Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3022 | 2025-01-14T20:06:55.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.79s |
3023 | 2025-01-14T20:06:55.345Z | |
3024 | 2025-01-14T20:06:55.345Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3025 | 2025-01-14T20:06:55.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2025-01-14T20:06:55.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2025-01-14T20:06:56.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3028 | 2025-01-14T20:07:10.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.85s |
3029 | 2025-01-14T20:07:10.400Z | |
3030 | 2025-01-14T20:07:10.400Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3031 | 2025-01-14T20:07:11.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-01-14T20:07:11.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-01-14T20:07:11.135Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3034 | 2025-01-14T20:07:25.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.97s |
3035 | 2025-01-14T20:07:25.569Z | |
3036 | 2025-01-14T20:07:25.569Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3037 | 2025-01-14T20:07:26.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-01-14T20:07:26.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-01-14T20:07:26.304Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3040 | 2025-01-14T20:07:40.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.91s |
3041 | 2025-01-14T20:07:40.682Z | |
3042 | 2025-01-14T20:07:40.682Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3043 | 2025-01-14T20:07:41.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-01-14T20:07:41.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-01-14T20:07:41.418Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3046 | 2025-01-14T20:07:55.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s |
3047 | 2025-01-14T20:07:55.799Z | |
3048 | 2025-01-14T20:07:55.799Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3049 | 2025-01-14T20:07:56.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-01-14T20:07:56.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-01-14T20:07:56.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-01-14T20:07:56.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3053 | 2025-01-14T20:07:56.456Z | |
3054 | 2025-01-14T20:07:56.456Z | info: running `cargo check --bins` on key-manager (120/176) |
3055 | 2025-01-14T20:07:57.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-01-14T20:07:57.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-01-14T20:07:57.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-01-14T20:07:57.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3059 | 2025-01-14T20:07:57.085Z | |
3060 | 2025-01-14T20:07:57.085Z | info: running `cargo check --bins` on range-requests (121/176) |
3061 | 2025-01-14T20:07:57.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-01-14T20:07:57.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-01-14T20:07:57.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-01-14T20:07:57.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3065 | 2025-01-14T20:07:57.707Z | |
3066 | 2025-01-14T20:07:57.707Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3067 | 2025-01-14T20:07:58.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-01-14T20:07:58.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-01-14T20:07:58.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-01-14T20:07:58.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3071 | 2025-01-14T20:07:58.345Z | |
3072 | 2025-01-14T20:07:58.345Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3073 | 2025-01-14T20:07:58.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-01-14T20:07:58.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-01-14T20:07:58.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-01-14T20:07:58.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3077 | 2025-01-14T20:07:59.008Z | |
3078 | 2025-01-14T20:07:59.008Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3079 | 2025-01-14T20:07:59.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-01-14T20:07:59.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-01-14T20:07:59.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-01-14T20:07:59.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3083 | 2025-01-14T20:07:59.624Z | |
3084 | 2025-01-14T20:07:59.624Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3085 | 2025-01-14T20:08:00.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-01-14T20:08:00.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-01-14T20:08:00.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-01-14T20:08:00.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3089 | 2025-01-14T20:08:00.269Z | |
3090 | 2025-01-14T20:08:00.269Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3091 | 2025-01-14T20:08:00.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-01-14T20:08:01.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-01-14T20:08:01.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-01-14T20:08:01.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3095 | 2025-01-14T20:08:01.292Z | |
3096 | 2025-01-14T20:08:01.292Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3097 | 2025-01-14T20:08:01.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-01-14T20:08:01.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-01-14T20:08:01.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-01-14T20:08:01.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3101 | 2025-01-14T20:08:01.566Z | |
3102 | 2025-01-14T20:08:01.566Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3103 | 2025-01-14T20:08:02.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-01-14T20:08:02.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-01-14T20:08:02.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-01-14T20:08:02.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3107 | 2025-01-14T20:08:02.230Z | |
3108 | 2025-01-14T20:08:02.230Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3109 | 2025-01-14T20:08:02.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-01-14T20:08:02.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-01-14T20:08:02.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-01-14T20:08:02.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3113 | 2025-01-14T20:08:02.900Z | |
3114 | 2025-01-14T20:08:02.900Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3115 | 2025-01-14T20:08:03.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-01-14T20:08:03.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-01-14T20:08:03.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-01-14T20:08:03.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3119 | 2025-01-14T20:08:03.573Z | |
3120 | 2025-01-14T20:08:03.573Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3121 | 2025-01-14T20:08:04.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-01-14T20:08:04.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-01-14T20:08:04.280Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3124 | 2025-01-14T20:08:04.280Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3125 | 2025-01-14T20:08:05.185Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3126 | 2025-01-14T20:08:07.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3127 | 2025-01-14T20:08:07.420Z | |
3128 | 2025-01-14T20:08:07.420Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3129 | 2025-01-14T20:08:07.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3130 | 2025-01-14T20:08:07.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3131 | 2025-01-14T20:08:07.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3132 | 2025-01-14T20:08:07.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3133 | 2025-01-14T20:08:08.051Z | |
3134 | 2025-01-14T20:08:08.051Z | info: running `cargo check --bins` on cert-dev (133/176) |
3135 | 2025-01-14T20:08:08.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3136 | 2025-01-14T20:08:08.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3137 | 2025-01-14T20:08:08.662Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3138 | 2025-01-14T20:08:08.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3139 | 2025-01-14T20:08:09.098Z | |
3140 | 2025-01-14T20:08:09.098Z | info: running `cargo check --bins` on clickana (134/176) |
3141 | 2025-01-14T20:08:09.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3142 | 2025-01-14T20:08:09.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3143 | 2025-01-14T20:08:09.760Z | Checking castaway v0.2.3 |
3144 | 2025-01-14T20:08:09.763Z | Checking unicode-truncate v1.1.0 |
3145 | 2025-01-14T20:08:09.763Z | Checking lru v0.12.5 |
3146 | 2025-01-14T20:08:09.763Z | Compiling instability v0.3.2 |
3147 | 2025-01-14T20:08:09.763Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3148 | 2025-01-14T20:08:09.764Z | Checking cassowary v0.3.0 |
3149 | 2025-01-14T20:08:09.978Z | Checking compact_str v0.8.0 |
3150 | 2025-01-14T20:08:10.605Z | Checking ratatui v0.28.1 |
3151 | 2025-01-14T20:08:11.615Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3152 | 2025-01-14T20:08:12.682Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3153 | 2025-01-14T20:08:13.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
3154 | 2025-01-14T20:08:13.748Z | |
3155 | 2025-01-14T20:08:13.748Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3156 | 2025-01-14T20:08:14.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3157 | 2025-01-14T20:08:14.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3158 | 2025-01-14T20:08:14.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3159 | 2025-01-14T20:08:14.438Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3160 | 2025-01-14T20:08:15.504Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3161 | 2025-01-14T20:08:16.020Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3162 | 2025-01-14T20:08:16.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3163 | 2025-01-14T20:08:16.584Z | |
3164 | 2025-01-14T20:08:16.584Z | info: running `cargo check --bins` on ch-dev (136/176) |
3165 | 2025-01-14T20:08:17.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2025-01-14T20:08:17.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2025-01-14T20:08:17.246Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3168 | 2025-01-14T20:08:17.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
3169 | 2025-01-14T20:08:18.161Z | |
3170 | 2025-01-14T20:08:18.161Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3171 | 2025-01-14T20:08:18.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3172 | 2025-01-14T20:08:18.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3173 | 2025-01-14T20:08:18.837Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3174 | 2025-01-14T20:08:19.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3175 | 2025-01-14T20:08:19.389Z | |
3176 | 2025-01-14T20:08:19.389Z | info: running `cargo check --bins` on db-dev (138/176) |
3177 | 2025-01-14T20:08:19.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3178 | 2025-01-14T20:08:19.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3179 | 2025-01-14T20:08:20.064Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3180 | 2025-01-14T20:08:20.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3181 | 2025-01-14T20:08:20.966Z | |
3182 | 2025-01-14T20:08:20.966Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3183 | 2025-01-14T20:08:21.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3184 | 2025-01-14T20:08:21.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3185 | 2025-01-14T20:08:21.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3186 | 2025-01-14T20:08:21.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3187 | 2025-01-14T20:08:21.622Z | |
3188 | 2025-01-14T20:08:21.622Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3189 | 2025-01-14T20:08:22.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2025-01-14T20:08:22.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2025-01-14T20:08:22.246Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3192 | 2025-01-14T20:08:23.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s |
3193 | 2025-01-14T20:08:23.320Z | |
3194 | 2025-01-14T20:08:23.320Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3195 | 2025-01-14T20:08:23.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2025-01-14T20:08:23.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2025-01-14T20:08:23.950Z | Checking cargo-platform v0.1.8 |
3198 | 2025-01-14T20:08:24.224Z | Checking cargo_metadata v0.18.1 |
3199 | 2025-01-14T20:08:25.256Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3200 | 2025-01-14T20:08:26.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s |
3201 | 2025-01-14T20:08:26.214Z | |
3202 | 2025-01-14T20:08:26.214Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3203 | 2025-01-14T20:08:26.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-01-14T20:08:26.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-01-14T20:08:26.934Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3206 | 2025-01-14T20:08:28.478Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3207 | 2025-01-14T20:08:29.112Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3208 | 2025-01-14T20:08:29.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
3209 | 2025-01-14T20:08:29.886Z | |
3210 | 2025-01-14T20:08:29.886Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3211 | 2025-01-14T20:08:30.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-14T20:08:30.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-14T20:08:30.693Z | Compiling crunchy v0.2.2 |
3214 | 2025-01-14T20:08:30.697Z | Compiling tiny-keccak v2.0.2 |
3215 | 2025-01-14T20:08:30.697Z | Compiling dsl_auto_type v0.1.2 |
3216 | 2025-01-14T20:08:30.697Z | Checking scheduled-thread-pool v0.2.7 |
3217 | 2025-01-14T20:08:30.697Z | Compiling diesel_table_macro_syntax v0.2.0 |
3218 | 2025-01-14T20:08:30.808Z | Compiling ascii-canvas v3.0.0 |
3219 | 2025-01-14T20:08:30.824Z | Compiling ena v0.14.3 |
3220 | 2025-01-14T20:08:30.837Z | Compiling diff v0.1.13 |
3221 | 2025-01-14T20:08:31.085Z | Checking r2d2 v0.8.10 |
3222 | 2025-01-14T20:08:31.110Z | Compiling regex-syntax v0.6.29 |
3223 | 2025-01-14T20:08:31.257Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3224 | 2025-01-14T20:08:31.301Z | Compiling ref-cast v1.0.23 |
3225 | 2025-01-14T20:08:31.373Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3226 | 2025-01-14T20:08:31.390Z | Compiling derive_builder_core v0.20.2 |
3227 | 2025-01-14T20:08:31.486Z | Compiling libxml v0.3.3 |
3228 | 2025-01-14T20:08:31.543Z | Compiling ref-cast-impl v1.0.23 |
3229 | 2025-01-14T20:08:31.654Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3230 | 2025-01-14T20:08:31.904Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3231 | 2025-01-14T20:08:31.923Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3232 | 2025-01-14T20:08:32.119Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3233 | 2025-01-14T20:08:32.199Z | Compiling strum_macros v0.24.3 |
3234 | 2025-01-14T20:08:32.218Z | Compiling samael v0.0.17 |
3235 | 2025-01-14T20:08:32.440Z | Compiling diesel_derives v2.2.3 |
3236 | 2025-01-14T20:08:32.572Z | Compiling indoc v1.0.9 |
3237 | 2025-01-14T20:08:33.537Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3238 | 2025-01-14T20:08:33.832Z | Compiling impl-trait-for-tuples v0.2.2 |
3239 | 2025-01-14T20:08:33.851Z | Compiling derive_builder_macro v0.20.2 |
3240 | 2025-01-14T20:08:34.662Z | Compiling lalrpop v0.19.12 |
3241 | 2025-01-14T20:08:34.752Z | Checking derive_builder v0.20.2 |
3242 | 2025-01-14T20:08:34.904Z | Compiling oso-derive v0.27.3 |
3243 | 2025-01-14T20:08:35.383Z | Checking quick-xml v0.33.0 |
3244 | 2025-01-14T20:08:35.905Z | Compiling diesel-dtrace v0.4.2 |
3245 | 2025-01-14T20:08:35.955Z | Checking maplit v1.0.2 |
3246 | 2025-01-14T20:08:36.107Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3247 | 2025-01-14T20:08:36.294Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3248 | 2025-01-14T20:08:36.379Z | Checking bb8 v0.8.5 |
3249 | 2025-01-14T20:08:36.614Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3250 | 2025-01-14T20:08:36.885Z | Checking rand_seeder v0.3.0 |
3251 | 2025-01-14T20:08:36.940Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3252 | 2025-01-14T20:08:37.115Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3253 | 2025-01-14T20:08:37.152Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3254 | 2025-01-14T20:08:37.375Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3255 | 2025-01-14T20:08:37.657Z | Checking smawk v0.3.2 |
3256 | 2025-01-14T20:08:37.812Z | Checking is_ci v1.2.0 |
3257 | 2025-01-14T20:08:37.870Z | Checking unicode-linebreak v0.1.5 |
3258 | 2025-01-14T20:08:37.961Z | Checking supports-color v3.0.1 |
3259 | 2025-01-14T20:08:38.189Z | Checking multimap v0.10.0 |
3260 | 2025-01-14T20:08:38.297Z | Checking textwrap v0.16.1 |
3261 | 2025-01-14T20:08:39.129Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3262 | 2025-01-14T20:08:41.703Z | Checking diesel v2.2.6 |
3263 | 2025-01-14T20:09:08.336Z | Compiling polar-core v0.27.3 |
3264 | 2025-01-14T20:09:11.494Z | Checking async-bb8-diesel v0.2.1 |
3265 | 2025-01-14T20:09:15.954Z | Checking oso v0.27.3 |
3266 | 2025-01-14T20:10:24.944Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3267 | 2025-01-14T20:10:31.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
3268 | 2025-01-14T20:10:31.446Z | |
3269 | 2025-01-14T20:10:31.446Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3270 | 2025-01-14T20:10:32.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-01-14T20:10:32.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-01-14T20:10:32.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-01-14T20:10:32.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3274 | 2025-01-14T20:10:32.140Z | |
3275 | 2025-01-14T20:10:32.140Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3276 | 2025-01-14T20:10:32.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-01-14T20:10:32.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-01-14T20:10:32.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-01-14T20:10:32.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3280 | 2025-01-14T20:10:32.850Z | |
3281 | 2025-01-14T20:10:32.850Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3282 | 2025-01-14T20:10:33.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-01-14T20:10:33.412Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-01-14T20:10:33.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-01-14T20:10:33.415Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3286 | 2025-01-14T20:10:33.487Z | |
3287 | 2025-01-14T20:10:33.487Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3288 | 2025-01-14T20:10:34.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-01-14T20:10:34.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-01-14T20:10:34.321Z | Compiling libz-sys v1.1.20 |
3291 | 2025-01-14T20:10:34.437Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3292 | 2025-01-14T20:10:34.450Z | Compiling vergen v8.3.2 |
3293 | 2025-01-14T20:10:34.453Z | Compiling cargo-platform v0.1.8 |
3294 | 2025-01-14T20:10:34.453Z | Compiling pin-project-internal v1.1.6 |
3295 | 2025-01-14T20:10:34.490Z | Compiling libsqlite3-sys v0.30.1 |
3296 | 2025-01-14T20:10:34.493Z | Compiling snafu-derive v0.8.5 |
3297 | 2025-01-14T20:10:34.504Z | Compiling rustls v0.21.12 |
3298 | 2025-01-14T20:10:34.745Z | Compiling buf-list v1.0.3 |
3299 | 2025-01-14T20:10:34.792Z | Compiling cargo_metadata v0.18.1 |
3300 | 2025-01-14T20:10:34.979Z | Compiling cfg_aliases v0.2.1 |
3301 | 2025-01-14T20:10:35.078Z | Checking globset v0.4.15 |
3302 | 2025-01-14T20:10:35.098Z | Compiling nix v0.29.0 |
3303 | 2025-01-14T20:10:35.415Z | Checking olpc-cjson v0.1.4 |
3304 | 2025-01-14T20:10:35.449Z | Checking rustls-webpki v0.101.7 |
3305 | 2025-01-14T20:10:35.557Z | Checking sct v0.7.1 |
3306 | 2025-01-14T20:10:35.638Z | Checking serde_plain v1.0.2 |
3307 | 2025-01-14T20:10:35.772Z | Checking typed-path v0.9.3 |
3308 | 2025-01-14T20:10:36.204Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3309 | 2025-01-14T20:10:36.410Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3310 | 2025-01-14T20:10:36.493Z | Checking hashlink v0.9.1 |
3311 | 2025-01-14T20:10:36.664Z | Checking fallible-streaming-iterator v0.1.9 |
3312 | 2025-01-14T20:10:36.853Z | Checking fallible-iterator v0.3.0 |
3313 | 2025-01-14T20:10:37.143Z | Checking parse-size v1.1.0 |
3314 | 2025-01-14T20:10:37.467Z | Checking rusqlite v0.32.1 |
3315 | 2025-01-14T20:10:37.576Z | Checking pin-project v1.1.6 |
3316 | 2025-01-14T20:10:37.712Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3317 | 2025-01-14T20:10:37.763Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3318 | 2025-01-14T20:10:37.918Z | Checking rustls-pemfile v1.0.4 |
3319 | 2025-01-14T20:10:38.112Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3320 | 2025-01-14T20:10:38.542Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3321 | 2025-01-14T20:10:38.699Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3322 | 2025-01-14T20:10:38.746Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3323 | 2025-01-14T20:10:38.800Z | Checking twox-hash v1.6.3 |
3324 | 2025-01-14T20:10:38.871Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3325 | 2025-01-14T20:10:39.030Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3326 | 2025-01-14T20:10:39.270Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3327 | 2025-01-14T20:10:39.472Z | Checking tokio-rustls v0.24.1 |
3328 | 2025-01-14T20:10:39.820Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3329 | 2025-01-14T20:10:39.841Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3330 | 2025-01-14T20:10:39.843Z | Checking fatfs v0.3.6 |
3331 | 2025-01-14T20:10:39.994Z | Checking snafu v0.8.5 |
3332 | 2025-01-14T20:10:40.479Z | Checking tough v0.19.0 |
3333 | 2025-01-14T20:10:40.786Z | Checking assert_matches v1.5.0 |
3334 | 2025-01-14T20:10:44.739Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3335 | 2025-01-14T20:10:46.078Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3336 | 2025-01-14T20:10:47.086Z | Compiling git2 v0.19.0 |
3337 | 2025-01-14T20:10:51.947Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3338 | 2025-01-14T20:11:47.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3339 | 2025-01-14T20:11:47.317Z | |
3340 | 2025-01-14T20:11:47.317Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3341 | 2025-01-14T20:11:47.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-01-14T20:11:47.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-01-14T20:11:47.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3344 | 2025-01-14T20:11:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3345 | 2025-01-14T20:11:48.022Z | |
3346 | 2025-01-14T20:11:48.022Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3347 | 2025-01-14T20:11:48.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3348 | 2025-01-14T20:11:48.578Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3349 | 2025-01-14T20:11:48.578Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3350 | 2025-01-14T20:11:48.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3351 | 2025-01-14T20:11:48.649Z | |
3352 | 2025-01-14T20:11:48.650Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3353 | 2025-01-14T20:11:49.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3354 | 2025-01-14T20:11:49.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3355 | 2025-01-14T20:11:49.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3356 | 2025-01-14T20:11:49.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3357 | 2025-01-14T20:11:49.309Z | |
3358 | 2025-01-14T20:11:49.309Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3359 | 2025-01-14T20:11:49.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2025-01-14T20:11:49.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2025-01-14T20:11:49.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2025-01-14T20:11:49.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3363 | 2025-01-14T20:11:50.003Z | |
3364 | 2025-01-14T20:11:50.003Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3365 | 2025-01-14T20:11:50.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2025-01-14T20:11:50.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2025-01-14T20:11:50.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2025-01-14T20:11:50.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3369 | 2025-01-14T20:11:50.702Z | |
3370 | 2025-01-14T20:11:50.702Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3371 | 2025-01-14T20:11:51.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2025-01-14T20:11:51.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2025-01-14T20:11:51.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3374 | 2025-01-14T20:11:51.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3375 | 2025-01-14T20:11:51.378Z | |
3376 | 2025-01-14T20:11:51.378Z | info: running `cargo check --bins` on update-common (154/176) |
3377 | 2025-01-14T20:11:51.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3378 | 2025-01-14T20:11:51.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3379 | 2025-01-14T20:11:51.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3380 | 2025-01-14T20:11:51.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3381 | 2025-01-14T20:11:52.040Z | |
3382 | 2025-01-14T20:11:52.040Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3383 | 2025-01-14T20:11:52.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3384 | 2025-01-14T20:11:52.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3385 | 2025-01-14T20:11:52.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3386 | 2025-01-14T20:11:52.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3387 | 2025-01-14T20:11:52.725Z | |
3388 | 2025-01-14T20:11:52.725Z | info: running `cargo check --bins` on tufaceous (156/176) |
3389 | 2025-01-14T20:11:53.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-01-14T20:11:53.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-01-14T20:11:53.427Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3392 | 2025-01-14T20:11:54.720Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3393 | 2025-01-14T20:11:55.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
3394 | 2025-01-14T20:11:55.822Z | |
3395 | 2025-01-14T20:11:55.822Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3396 | 2025-01-14T20:11:56.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2025-01-14T20:11:56.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2025-01-14T20:11:56.681Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3399 | 2025-01-14T20:11:56.684Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3400 | 2025-01-14T20:11:56.820Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3401 | 2025-01-14T20:11:56.823Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3402 | 2025-01-14T20:11:57.866Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3403 | 2025-01-14T20:12:25.107Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3404 | 2025-01-14T20:12:25.109Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3405 | 2025-01-14T20:12:25.109Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3406 | 2025-01-14T20:12:25.109Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3407 | 2025-01-14T20:12:25.109Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3408 | 2025-01-14T20:12:25.968Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3409 | 2025-01-14T20:12:27.296Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3410 | 2025-01-14T20:13:07.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3411 | 2025-01-14T20:13:07.731Z | |
3412 | 2025-01-14T20:13:07.731Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3413 | 2025-01-14T20:13:08.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-01-14T20:13:08.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-01-14T20:13:08.466Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3416 | 2025-01-14T20:13:08.475Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3417 | 2025-01-14T20:13:08.475Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3418 | 2025-01-14T20:13:08.595Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3419 | 2025-01-14T20:13:08.597Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3420 | 2025-01-14T20:13:08.618Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3421 | 2025-01-14T20:13:08.621Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3422 | 2025-01-14T20:13:08.632Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3423 | 2025-01-14T20:13:08.760Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3424 | 2025-01-14T20:13:08.843Z | Checking heck v0.4.1 |
3425 | 2025-01-14T20:13:08.890Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3426 | 2025-01-14T20:13:09.067Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3427 | 2025-01-14T20:13:09.245Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3428 | 2025-01-14T20:13:09.298Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3429 | 2025-01-14T20:13:09.733Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3430 | 2025-01-14T20:13:10.011Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3431 | 2025-01-14T20:13:10.106Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3432 | 2025-01-14T20:13:11.584Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3433 | 2025-01-14T20:13:11.869Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3434 | 2025-01-14T20:13:12.579Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3435 | 2025-01-14T20:13:12.659Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3436 | 2025-01-14T20:13:14.515Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3437 | 2025-01-14T20:13:14.524Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3438 | 2025-01-14T20:13:15.948Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3439 | 2025-01-14T20:13:17.546Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3440 | 2025-01-14T20:13:23.901Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3441 | 2025-01-14T20:13:23.905Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3442 | 2025-01-14T20:13:25.195Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3443 | 2025-01-14T20:13:26.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.58s |
3444 | 2025-01-14T20:13:26.506Z | |
3445 | 2025-01-14T20:13:26.506Z | info: running `cargo check --bins` on installinator-api (159/176) |
3446 | 2025-01-14T20:13:27.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3447 | 2025-01-14T20:13:27.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3448 | 2025-01-14T20:13:27.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3449 | 2025-01-14T20:13:27.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3450 | 2025-01-14T20:13:27.173Z | |
3451 | 2025-01-14T20:13:27.173Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3452 | 2025-01-14T20:13:27.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3453 | 2025-01-14T20:13:27.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3454 | 2025-01-14T20:13:27.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3455 | 2025-01-14T20:13:27.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3456 | 2025-01-14T20:13:27.849Z | |
3457 | 2025-01-14T20:13:27.852Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3458 | 2025-01-14T20:13:28.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3459 | 2025-01-14T20:13:28.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3460 | 2025-01-14T20:13:28.560Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3461 | 2025-01-14T20:13:28.561Z | Compiling petname v2.0.2 |
3462 | 2025-01-14T20:13:28.562Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3463 | 2025-01-14T20:13:28.562Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3464 | 2025-01-14T20:13:28.572Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3465 | 2025-01-14T20:13:28.572Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3466 | 2025-01-14T20:13:28.572Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3467 | 2025-01-14T20:13:28.693Z | Checking sync-ptr v0.1.1 |
3468 | 2025-01-14T20:13:36.532Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3469 | 2025-01-14T20:13:37.090Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3470 | 2025-01-14T20:13:37.090Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3471 | 2025-01-14T20:13:37.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.98s |
3472 | 2025-01-14T20:13:38.025Z | |
3473 | 2025-01-14T20:13:38.025Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3474 | 2025-01-14T20:13:38.624Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3475 | 2025-01-14T20:13:38.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3476 | 2025-01-14T20:13:38.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3477 | 2025-01-14T20:13:38.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3478 | 2025-01-14T20:13:38.710Z | |
3479 | 2025-01-14T20:13:38.710Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3480 | 2025-01-14T20:13:39.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3481 | 2025-01-14T20:13:39.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3482 | 2025-01-14T20:13:39.397Z | Checking memmap2 v0.9.5 |
3483 | 2025-01-14T20:13:39.397Z | Checking arrayvec v0.7.6 |
3484 | 2025-01-14T20:13:39.397Z | Checking constant_time_eq v0.3.1 |
3485 | 2025-01-14T20:13:39.397Z | Checking arrayref v0.3.9 |
3486 | 2025-01-14T20:13:39.400Z | Checking topological-sort v0.2.2 |
3487 | 2025-01-14T20:13:39.501Z | Checking shell-words v1.1.0 |
3488 | 2025-01-14T20:13:39.807Z | Checking blake3 v1.5.4 |
3489 | 2025-01-14T20:13:40.161Z | Checking omicron-zone-package v0.12.0 |
3490 | 2025-01-14T20:13:41.417Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3491 | 2025-01-14T20:13:42.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
3492 | 2025-01-14T20:13:42.543Z | |
3493 | 2025-01-14T20:13:42.543Z | info: running `cargo check --bins` on xtask (164/176) |
3494 | 2025-01-14T20:13:42.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3495 | 2025-01-14T20:13:42.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3496 | 2025-01-14T20:13:43.004Z | Checking bitflags v2.6.0 |
3497 | 2025-01-14T20:13:43.007Z | Checking serde v1.0.215 |
3498 | 2025-01-14T20:13:43.007Z | Checking thiserror v1.0.69 |
3499 | 2025-01-14T20:13:43.101Z | Checking scroll v0.12.0 |
3500 | 2025-01-14T20:13:43.104Z | Checking log v0.4.22 |
3501 | 2025-01-14T20:13:43.104Z | Checking hashbrown v0.15.1 |
3502 | 2025-01-14T20:13:43.132Z | Checking zerocopy v0.7.35 |
3503 | 2025-01-14T20:13:43.147Z | Checking syn v2.0.87 |
3504 | 2025-01-14T20:13:43.185Z | Checking pest v2.7.14 |
3505 | 2025-01-14T20:13:43.335Z | Checking rustix v0.38.37 |
3506 | 2025-01-14T20:13:43.369Z | Checking once_cell v1.20.2 |
3507 | 2025-01-14T20:13:43.562Z | Checking goblin v0.8.2 |
3508 | 2025-01-14T20:13:43.680Z | Checking fs-err v2.11.0 |
3509 | 2025-01-14T20:13:44.000Z | Checking anyhow v1.0.93 |
3510 | 2025-01-14T20:13:44.190Z | Checking indexmap v2.6.0 |
3511 | 2025-01-14T20:13:44.365Z | Checking tabled v0.15.0 |
3512 | 2025-01-14T20:13:45.352Z | Checking terminal_size v0.4.0 |
3513 | 2025-01-14T20:13:45.352Z | Checking tempfile v3.13.0 |
3514 | 2025-01-14T20:13:45.528Z | Checking clap_builder v4.5.21 |
3515 | 2025-01-14T20:13:45.554Z | Checking dtrace-parser v0.2.0 |
3516 | 2025-01-14T20:13:47.183Z | Checking serde_json v1.0.133 |
3517 | 2025-01-14T20:13:47.183Z | Checking serde_spanned v0.6.8 |
3518 | 2025-01-14T20:13:47.186Z | Checking toml_datetime v0.6.8 |
3519 | 2025-01-14T20:13:47.186Z | Checking camino v1.1.9 |
3520 | 2025-01-14T20:13:47.186Z | Checking cargo-platform v0.1.8 |
3521 | 2025-01-14T20:13:47.426Z | Checking semver v1.0.23 |
3522 | 2025-01-14T20:13:47.478Z | Checking macaddr v1.0.1 |
3523 | 2025-01-14T20:13:47.492Z | Checking toml_edit v0.22.22 |
3524 | 2025-01-14T20:13:47.774Z | Checking camino-tempfile v1.1.1 |
3525 | 2025-01-14T20:13:47.944Z | Checking clap v4.5.21 |
3526 | 2025-01-14T20:13:48.486Z | Checking dof v0.3.0 |
3527 | 2025-01-14T20:13:48.486Z | Checking cargo_metadata v0.18.1 |
3528 | 2025-01-14T20:13:48.904Z | Checking usdt-impl v0.5.0 |
3529 | 2025-01-14T20:13:49.257Z | Checking usdt v0.5.0 |
3530 | 2025-01-14T20:13:49.390Z | Checking toml v0.8.19 |
3531 | 2025-01-14T20:13:49.871Z | Checking cargo_toml v0.20.5 |
3532 | 2025-01-14T20:13:51.137Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3533 | 2025-01-14T20:13:51.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.21s |
3534 | 2025-01-14T20:13:51.864Z | |
3535 | 2025-01-14T20:13:51.864Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3536 | 2025-01-14T20:13:52.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3537 | 2025-01-14T20:13:52.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3538 | 2025-01-14T20:13:52.662Z | Checking polyval v0.6.2 |
3539 | 2025-01-14T20:13:52.776Z | Checking ctr v0.9.2 |
3540 | 2025-01-14T20:13:52.789Z | Checking ssh-encoding v0.2.0 |
3541 | 2025-01-14T20:13:52.792Z | Checking blowfish v0.9.1 |
3542 | 2025-01-14T20:13:52.813Z | Checking password-hash v0.4.2 |
3543 | 2025-01-14T20:13:52.816Z | Checking matches v0.1.10 |
3544 | 2025-01-14T20:13:52.845Z | Checking p256 v0.13.2 |
3545 | 2025-01-14T20:13:52.845Z | Checking p521 v0.13.3 |
3546 | 2025-01-14T20:13:52.926Z | Checking idna v0.2.3 |
3547 | 2025-01-14T20:13:52.999Z | Checking ghash v0.5.1 |
3548 | 2025-01-14T20:13:53.017Z | Checking bcrypt-pbkdf v0.10.0 |
3549 | 2025-01-14T20:13:53.044Z | Compiling enum-as-inner v0.5.1 |
3550 | 2025-01-14T20:13:53.125Z | Checking russh-cryptovec v0.7.3 |
3551 | 2025-01-14T20:13:53.170Z | Checking aes-gcm v0.10.3 |
3552 | 2025-01-14T20:13:53.227Z | Checking pbkdf2 v0.11.0 |
3553 | 2025-01-14T20:13:53.270Z | Checking md5 v0.7.0 |
3554 | 2025-01-14T20:13:53.328Z | Checking num-bigint v0.4.6 |
3555 | 2025-01-14T20:13:53.347Z | Checking des v0.8.1 |
3556 | 2025-01-14T20:13:53.413Z | Checking ssh-cipher v0.2.0 |
3557 | 2025-01-14T20:13:53.492Z | Compiling dhcproto-macros v0.1.0 |
3558 | 2025-01-14T20:13:53.566Z | Checking hex-literal v0.4.1 |
3559 | 2025-01-14T20:13:53.627Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3560 | 2025-01-14T20:13:53.697Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3561 | 2025-01-14T20:13:53.715Z | Checking ssh-key v0.6.6 |
3562 | 2025-01-14T20:13:53.778Z | Checking internet-checksum v0.2.1 |
3563 | 2025-01-14T20:13:54.069Z | Checking trust-dns-proto v0.22.0 |
3564 | 2025-01-14T20:13:55.023Z | Checking russh-keys v0.45.0 |
3565 | 2025-01-14T20:13:55.967Z | Checking russh v0.45.0 |
3566 | 2025-01-14T20:13:56.619Z | Checking dhcproto v0.12.0 |
3567 | 2025-01-14T20:14:14.312Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3568 | 2025-01-14T20:14:15.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.88s |
3569 | 2025-01-14T20:14:15.957Z | |
3570 | 2025-01-14T20:14:15.957Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3571 | 2025-01-14T20:14:16.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-01-14T20:14:16.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-01-14T20:14:16.606Z | Checking termios v0.3.3 |
3574 | 2025-01-14T20:14:16.824Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3575 | 2025-01-14T20:14:17.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3576 | 2025-01-14T20:14:17.781Z | |
3577 | 2025-01-14T20:14:17.781Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3578 | 2025-01-14T20:14:18.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3579 | 2025-01-14T20:14:18.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3580 | 2025-01-14T20:14:18.499Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3581 | 2025-01-14T20:14:18.500Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3582 | 2025-01-14T20:14:18.503Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3583 | 2025-01-14T20:14:18.503Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3584 | 2025-01-14T20:14:19.589Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3585 | 2025-01-14T20:14:20.935Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3586 | 2025-01-14T20:14:22.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
3587 | 2025-01-14T20:14:23.070Z | |
3588 | 2025-01-14T20:14:23.070Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3589 | 2025-01-14T20:14:23.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-01-14T20:14:23.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-01-14T20:14:23.740Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3592 | 2025-01-14T20:14:24.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3593 | 2025-01-14T20:14:24.511Z | |
3594 | 2025-01-14T20:14:24.511Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3595 | 2025-01-14T20:14:24.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-01-14T20:14:24.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-01-14T20:14:24.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-01-14T20:14:24.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3599 | 2025-01-14T20:14:25.047Z | |
3600 | 2025-01-14T20:14:25.047Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3601 | 2025-01-14T20:14:25.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-01-14T20:14:25.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-01-14T20:14:25.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3604 | 2025-01-14T20:14:25.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3605 | 2025-01-14T20:14:25.673Z | |
3606 | 2025-01-14T20:14:25.673Z | info: running `cargo check --bins` on omicron-package (171/176) |
3607 | 2025-01-14T20:14:26.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-01-14T20:14:26.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-01-14T20:14:26.357Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3610 | 2025-01-14T20:14:27.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s |
3611 | 2025-01-14T20:14:27.964Z | |
3612 | 2025-01-14T20:14:27.964Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3613 | 2025-01-14T20:14:28.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3614 | 2025-01-14T20:14:28.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3615 | 2025-01-14T20:14:28.687Z | Checking rtoolbox v0.0.2 |
3616 | 2025-01-14T20:14:28.690Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3617 | 2025-01-14T20:14:28.690Z | Checking tui-tree-widget v0.22.0 |
3618 | 2025-01-14T20:14:28.920Z | Checking rpassword v7.3.1 |
3619 | 2025-01-14T20:14:33.139Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3620 | 2025-01-14T20:14:36.233Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3621 | 2025-01-14T20:14:37.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.53s |
3622 | 2025-01-14T20:14:37.684Z | |
3623 | 2025-01-14T20:14:37.684Z | info: running `cargo check --bins` on wicket (173/176) |
3624 | 2025-01-14T20:14:38.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3625 | 2025-01-14T20:14:38.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3626 | 2025-01-14T20:14:38.405Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3627 | 2025-01-14T20:14:38.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3628 | 2025-01-14T20:14:39.051Z | |
3629 | 2025-01-14T20:14:39.051Z | info: running `cargo check --bins` on wicketd (174/176) |
3630 | 2025-01-14T20:14:39.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3631 | 2025-01-14T20:14:39.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3632 | 2025-01-14T20:14:39.785Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3633 | 2025-01-14T20:14:39.785Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3634 | 2025-01-14T20:14:40.671Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3635 | 2025-01-14T20:14:44.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
3636 | 2025-01-14T20:14:44.855Z | |
3637 | 2025-01-14T20:14:44.855Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3638 | 2025-01-14T20:14:45.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3639 | 2025-01-14T20:14:45.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3640 | 2025-01-14T20:14:45.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3641 | 2025-01-14T20:14:45.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3642 | 2025-01-14T20:14:45.482Z | |
3643 | 2025-01-14T20:14:45.482Z | info: running `cargo check --bins` on zone-setup (176/176) |
3644 | 2025-01-14T20:14:46.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3645 | 2025-01-14T20:14:46.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3646 | 2025-01-14T20:14:46.233Z | Checking uzers v0.12.1 |
3647 | 2025-01-14T20:14:46.579Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3648 | 2025-01-14T20:14:47.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s |
3649 | 2025-01-14T20:14:47.991Z | |
3650 | 2025-01-14T20:14:47.991Z | real 13:56.317487662 |
3651 | 2025-01-14T20:14:47.991Z | user 25:54.469176062 |
3652 | 2025-01-14T20:14:47.991Z | sys 5:51.862040824 |
3653 | 2025-01-14T20:14:47.991Z | trap 0.494572185 |
3654 | 2025-01-14T20:14:47.991Z | tflt 2.518619003 |
3655 | 2025-01-14T20:14:47.991Z | dflt 3.004045670 |
3656 | 2025-01-14T20:14:47.991Z | kflt 0.001106780 |
3657 | 2025-01-14T20:14:47.991Z | lock 50:22.291037671 |
3658 | 2025-01-14T20:14:47.991Z | slp 2:16:03.050166750 |
3659 | 2025-01-14T20:14:47.995Z | lat 1:04.983671442 |
3660 | 2025-01-14T20:14:47.996Z | stop 3:35.652018815 |
3661 | 2025-01-14T20:14:47.996Z | process exited: duration 1134064 ms, exit code 0 |
|
3662 | 2025-01-14T20:14:48.002Z | found 0 output files |