|
|
|
1 | 2024-11-22T19:40:25.838Z | job assigned to worker 01JDAP62N843V3N08NM35DNWWY [factory aws, i-0a2333679ca4d327e] (queued for 57 s) |
|
2 | 2024-11-22T19:40:33.772Z | starting task 0: "setup" |
3 | 2024-11-22T19:40:33.779Z | ++ uname -s |
4 | 2024-11-22T19:40:33.783Z | + kern=SunOS |
5 | 2024-11-22T19:40:33.783Z | + case "$kern" in |
6 | 2024-11-22T19:40:33.783Z | + groupadd -g 12345 build |
7 | 2024-11-22T19:40:33.787Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T19:40:35.790Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T19:40:35.847Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T19:40:35.849Z | + home_fs=zfs |
11 | 2024-11-22T19:40:35.849Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T19:40:35.849Z | + mkdir -p /home/build |
13 | 2024-11-22T19:40:35.851Z | + chown build:build /home/build /work |
14 | 2024-11-22T19:40:37.853Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T19:40:37.855Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-11-22T19:40:37.860Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T19:40:37.865Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T19:40:37.865Z | ' 1.81.0 |
19 | 2024-11-22T19:40:37.865Z | * toolchain channel = "1.81.0" |
20 | 2024-11-22T19:40:37.865Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-22T19:40:37.865Z | ' default |
22 | 2024-11-22T19:40:37.865Z | * toolchain profile = "default" |
23 | 2024-11-22T19:40:37.868Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T19:40:37.868Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T19:40:37.989Z | info: downloading installer |
26 | 2024-11-22T19:40:39.141Z | info: profile set to 'default' |
27 | 2024-11-22T19:40:39.141Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T19:40:39.143Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T19:40:39.293Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T19:40:39.293Z | info: downloading component 'cargo' |
31 | 2024-11-22T19:40:40.143Z | info: downloading component 'clippy' |
32 | 2024-11-22T19:40:40.462Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T19:40:41.647Z | info: downloading component 'rust-std' |
34 | 2024-11-22T19:40:43.494Z | info: downloading component 'rustc' |
35 | 2024-11-22T19:40:50.104Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T19:40:50.377Z | info: installing component 'cargo' |
37 | 2024-11-22T19:40:51.167Z | info: installing component 'clippy' |
38 | 2024-11-22T19:40:51.525Z | info: installing component 'rust-docs' |
39 | 2024-11-22T19:40:53.158Z | info: installing component 'rust-std' |
40 | 2024-11-22T19:40:54.870Z | info: installing component 'rustc' |
41 | 2024-11-22T19:41:00.433Z | info: installing component 'rustfmt' |
42 | 2024-11-22T19:41:00.753Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T19:41:00.753Z | |
44 | 2024-11-22T19:41:01.118Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T19:41:01.118Z | |
46 | 2024-11-22T19:41:01.120Z | |
47 | 2024-11-22T19:41:01.120Z | Rust is installed now. Great! |
48 | 2024-11-22T19:41:01.120Z | |
49 | 2024-11-22T19:41:01.120Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T19:41:01.120Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T19:41:01.120Z | |
52 | 2024-11-22T19:41:01.120Z | To configure your current shell, you need to source |
53 | 2024-11-22T19:41:01.120Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T19:41:01.120Z | |
55 | 2024-11-22T19:41:01.120Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T19:41:01.121Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T19:41:01.121Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T19:41:01.188Z | + rustc --version |
59 | 2024-11-22T19:41:01.251Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T19:41:01.254Z | process exited: duration 23390 ms, exit code 0 |
|
61 | 2024-11-22T19:41:01.259Z | starting task 2: "authentication" |
62 | 2024-11-22T19:41:01.279Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-22T19:41:01.283Z | starting task 3: "clone repository" |
64 | 2024-11-22T19:41:01.288Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T19:41:01.290Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T19:41:01.334Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T19:41:06.893Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T19:41:06.896Z | + git fetch origin 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
69 | 2024-11-22T19:41:07.263Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T19:41:07.263Z | * branch 8a2b4201c72581e4f16a94a4c759f1c910304cbf -> FETCH_HEAD |
71 | 2024-11-22T19:41:07.273Z | + [[ -n iliana/releng-faster ]] |
72 | 2024-11-22T19:41:07.275Z | ++ git branch --show-current |
73 | 2024-11-22T19:41:07.277Z | + current=main |
74 | 2024-11-22T19:41:07.278Z | + [[ main != iliana/releng-faster ]] |
75 | 2024-11-22T19:41:07.278Z | + git branch -f iliana/releng-faster 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
76 | 2024-11-22T19:41:07.281Z | + git checkout -f iliana/releng-faster |
77 | 2024-11-22T19:41:07.465Z | Switched to branch 'iliana/releng-faster' |
78 | 2024-11-22T19:41:07.467Z | + git reset --hard 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
79 | 2024-11-22T19:41:07.643Z | HEAD is now at 8a2b4201c answer my own question with a comment |
80 | 2024-11-22T19:41:07.646Z | process exited: duration 6360 ms, exit code 0 |
|
81 | 2024-11-22T19:41:07.651Z | starting task 4: "build" |
82 | 2024-11-22T19:41:07.656Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T19:41:07.657Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T19:41:07.658Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T19:41:07.658Z | + cargo --version |
86 | 2024-11-22T19:41:07.714Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T19:41:07.716Z | + rustc --version |
88 | 2024-11-22T19:41:07.779Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T19:41:07.781Z | + source ./env.sh |
90 | 2024-11-22T19:41:07.781Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-22T19:41:07.781Z | ++ set -o xtrace |
92 | 2024-11-22T19:41:07.784Z | ++++ dirname ./env.sh |
93 | 2024-11-22T19:41:07.786Z | +++ readlink -f . |
94 | 2024-11-22T19:41:07.789Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.791Z | ++ 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 | 2024-11-22T19:41:07.792Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-22T19:41:07.792Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-22T19:41:07.792Z | + 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 | 2024-11-22T19:41:07.792Z | + 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 | 2024-11-22T19:41:07.792Z | + banner prerequisites |
108 | 2024-11-22T19:41:07.794Z | |
109 | 2024-11-22T19:41:07.794Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-22T19:41:07.794Z | # # # # # # # # # # # # # # # |
111 | 2024-11-22T19:41:07.794Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-22T19:41:07.794Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-22T19:41:07.794Z | # # # # # # # # # # # # # # # |
114 | 2024-11-22T19:41:07.794Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-22T19:41:07.794Z | |
116 | 2024-11-22T19:41:07.794Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-22T19:41:16.016Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-22T19:41:19.618Z | Startup: Caching catalogs ... Done |
119 | 2024-11-22T19:41:28.289Z | Planning: Solver setup ... Done (7.934s) |
120 | 2024-11-22T19:41:28.399Z | Planning: Running solver ... Done (0.110s) |
121 | 2024-11-22T19:41:28.489Z | Planning: Finding local manifests ... Done (0.003s) |
122 | 2024-11-22T19:41:28.505Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-22T19:41:29.220Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-22T19:41:29.317Z | Planning: Package planning ... Done (0.097s) |
125 | 2024-11-22T19:41:29.373Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-22T19:41:29.561Z | Planning: Checking for conflicting actions ... Done (0.187s) |
127 | 2024-11-22T19:41:31.024Z | Planning: Consolidating action changes ... Done (1.461s) |
128 | 2024-11-22T19:41:31.392Z | Planning: Evaluating mediators ... Done (0.369s) |
129 | 2024-11-22T19:41:31.468Z | Planning: Planning completed in 11.76 seconds |
130 | 2024-11-22T19:41:31.483Z | Packages to install: 4 |
131 | 2024-11-22T19:41:31.483Z | Packages to update: 1 |
132 | 2024-11-22T19:41:31.485Z | Mediators to change: 2 |
133 | 2024-11-22T19:41:31.485Z | Services to change: 1 |
134 | 2024-11-22T19:41:31.485Z | Estimated space available: 155.64 GB |
135 | 2024-11-22T19:41:31.486Z | Estimated space to be consumed: 1.60 GB |
136 | 2024-11-22T19:41:31.486Z | Create boot environment: No |
137 | 2024-11-22T19:41:31.486Z | Create backup boot environment: Yes |
138 | 2024-11-22T19:41:31.486Z | Rebuild boot archive: No |
139 | 2024-11-22T19:41:31.486Z | |
140 | 2024-11-22T19:41:31.486Z | Changed mediators: |
141 | 2024-11-22T19:41:31.486Z | mediator clang: |
142 | 2024-11-22T19:41:31.486Z | version: None -> 15 (system default) |
143 | 2024-11-22T19:41:31.486Z | |
144 | 2024-11-22T19:41:31.486Z | mediator llvm: |
145 | 2024-11-22T19:41:31.486Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-22T19:41:31.486Z | |
147 | 2024-11-22T19:41:31.486Z | Changed packages: |
148 | 2024-11-22T19:41:31.486Z | helios-dev |
149 | 2024-11-22T19:41:31.486Z | developer/build-essential |
150 | 2024-11-22T19:41:31.486Z | None -> 11-2.0 |
151 | 2024-11-22T19:41:31.486Z | library/libxmlsec1 |
152 | 2024-11-22T19:41:31.486Z | None -> 1.2.35-2.0 |
153 | 2024-11-22T19:41:31.486Z | ooce/developer/clang-15 |
154 | 2024-11-22T19:41:31.486Z | None -> 15.0.7-2.0 |
155 | 2024-11-22T19:41:31.486Z | ooce/developer/llvm-15 |
156 | 2024-11-22T19:41:31.486Z | None -> 15.0.7-2.0 |
157 | 2024-11-22T19:41:31.486Z | package/pkg |
158 | 2024-11-22T19:41:31.486Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-22T19:41:31.486Z | |
160 | 2024-11-22T19:41:31.486Z | Services: |
161 | 2024-11-22T19:41:31.486Z | restart_fmri: |
162 | 2024-11-22T19:41:31.486Z | svc:/system/update-man-index:default |
163 | 2024-11-22T19:41:31.486Z | |
164 | 2024-11-22T19:41:31.486Z | Editable files to change: |
165 | 2024-11-22T19:41:31.486Z | Update: |
166 | 2024-11-22T19:41:31.486Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-22T19:41:31.661Z | |
168 | 2024-11-22T19:41:31.661Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-22T19:41:36.662Z | Download: 1315/4281 items 106.3/220.6MB 48% complete (21.5M/s) |
170 | 2024-11-22T19:41:41.663Z | Download: 3190/4281 items 149.9/220.6MB 67% complete (15.0M/s) |
171 | 2024-11-22T19:41:46.829Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (13.7M/s) |
172 | 2024-11-22T19:41:46.931Z | Download: Completed 220.60 MB in 15.27 seconds (14.4M/s) |
173 | 2024-11-22T19:41:49.054Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-11-22T19:41:49.071Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-11-22T19:41:54.069Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-11-22T19:41:54.364Z | Actions: Completed 5063 actions in 5.31 seconds. |
177 | 2024-11-22T19:41:54.579Z | Done (0.207s) |
178 | 2024-11-22T19:41:54.582Z | Done (0.000s) |
179 | 2024-11-22T19:41:55.114Z | Done (0.534s) |
180 | 2024-11-22T19:41:59.480Z | Done (4.155s) |
181 | 2024-11-22T19:41:59.564Z | Done (0.018s) |
182 | 2024-11-22T19:41:59.567Z | Done (0.000s) |
183 | 2024-11-22T19:41:59.692Z | Done (0.000s) |
184 | 2024-11-22T19:42:00.360Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-22T19:42:00.520Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-11-22T19:42:00.523Z | Planning: Consolidating action changes ... Done |
187 | 2024-11-22T19:42:00.791Z | Planning: Evaluating mediators ... Done |
188 | 2024-11-22T19:42:00.793Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-11-22T19:42:00.829Z | Mediators to change: 2 |
190 | 2024-11-22T19:42:00.832Z | Create boot environment: No |
191 | 2024-11-22T19:42:00.832Z | Create backup boot environment: No |
192 | 2024-11-22T19:42:00.886Z | Done |
193 | 2024-11-22T19:42:00.886Z | Done |
194 | 2024-11-22T19:42:01.218Z | Done |
195 | 2024-11-22T19:42:04.795Z | Done |
196 | 2024-11-22T19:42:04.886Z | Done |
197 | 2024-11-22T19:42:04.889Z | Done |
198 | 2024-11-22T19:42:04.998Z | Done |
199 | 2024-11-22T19:42:05.603Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-11-22T19:42:05.605Z | Planning: Merging actions ... Done |
201 | 2024-11-22T19:42:05.794Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-11-22T19:42:05.796Z | Planning: Consolidating action changes ... Done |
203 | 2024-11-22T19:42:06.054Z | Planning: Evaluating mediators ... Done |
204 | 2024-11-22T19:42:06.142Z | Planning: Planning completed in 0.75 seconds |
205 | 2024-11-22T19:42:06.148Z | Packages to change: 1 |
206 | 2024-11-22T19:42:06.148Z | Mediators to change: 1 |
207 | 2024-11-22T19:42:06.150Z | Services to change: 1 |
208 | 2024-11-22T19:42:06.150Z | Create boot environment: No |
209 | 2024-11-22T19:42:06.150Z | Create backup boot environment: Yes |
210 | 2024-11-22T19:42:08.314Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-11-22T19:42:08.316Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-11-22T19:42:08.316Z | Done |
213 | 2024-11-22T19:42:08.316Z | Done |
214 | 2024-11-22T19:42:08.424Z | Done |
215 | 2024-11-22T19:42:12.012Z | Done |
216 | 2024-11-22T19:42:12.107Z | Done |
217 | 2024-11-22T19:42:12.109Z | Done |
218 | 2024-11-22T19:42:12.227Z | Done |
219 | 2024-11-22T19:42:12.647Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-11-22T19:42:12.647Z | clang system 15 system |
221 | 2024-11-22T19:42:12.647Z | csh system system illumos |
222 | 2024-11-22T19:42:12.647Z | ctags system system illumos |
223 | 2024-11-22T19:42:12.647Z | gcc vendor 12 vendor |
224 | 2024-11-22T19:42:12.647Z | gcc system 10 system |
225 | 2024-11-22T19:42:12.647Z | gcc system 7 system |
226 | 2024-11-22T19:42:12.647Z | go system 1.20 system |
227 | 2024-11-22T19:42:12.647Z | go system 1.19 system |
228 | 2024-11-22T19:42:12.647Z | llvm system 15 system |
229 | 2024-11-22T19:42:12.647Z | llvm system 14 system |
230 | 2024-11-22T19:42:12.647Z | mariadb system 10.6 system |
231 | 2024-11-22T19:42:12.647Z | mta vendor vendor dma |
232 | 2024-11-22T19:42:12.647Z | openjdk system 17 system |
233 | 2024-11-22T19:42:12.647Z | openjdk system 11 system |
234 | 2024-11-22T19:42:12.647Z | openjdk system 1.8 system |
235 | 2024-11-22T19:42:12.647Z | openssl vendor 3 vendor |
236 | 2024-11-22T19:42:12.647Z | perl system 5.36 system |
237 | 2024-11-22T19:42:12.647Z | postgresql system 15 system |
238 | 2024-11-22T19:42:12.647Z | postgresql system 13 system |
239 | 2024-11-22T19:42:12.647Z | python vendor 3 vendor |
240 | 2024-11-22T19:42:12.647Z | python system 2 system |
241 | 2024-11-22T19:42:12.647Z | python3 system 3.11 system |
242 | 2024-11-22T19:42:12.647Z | ruby system 3.0 system |
243 | 2024-11-22T19:42:12.647Z | words vendor vendor american-english |
244 | 2024-11-22T19:42:12.647Z | words system system australian-english |
245 | 2024-11-22T19:42:12.647Z | words system system british-english |
246 | 2024-11-22T19:42:12.648Z | words system system canadian-english |
247 | 2024-11-22T19:42:12.648Z | words system system french |
248 | 2024-11-22T19:42:12.648Z | words system system italian |
249 | 2024-11-22T19:42:12.648Z | words system system ngerman |
250 | 2024-11-22T19:42:12.648Z | words system system ogerman |
251 | 2024-11-22T19:42:12.648Z | words system system spanish |
252 | 2024-11-22T19:42:12.968Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-11-22T19:42:12.968Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-11-22T19:42:15.523Z | FMRI IFO |
255 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-11-22T19:42:15.523Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-11-22T19:42:16.246Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-11-22T19:42:16.660Z | Updating crates.io index |
272 | 2024-11-22T19:42:16.723Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-11-22T19:42:17.486Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-11-22T19:42:17.746Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-11-22T19:42:17.960Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-11-22T19:42:18.247Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-11-22T19:42:19.130Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-11-22T19:42:21.486Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-11-22T19:42:22.557Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-11-22T19:42:23.299Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-11-22T19:42:23.578Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-11-22T19:42:23.910Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-11-22T19:42:24.583Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-11-22T19:42:24.869Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-11-22T19:42:25.153Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-11-22T19:42:25.476Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-11-22T19:42:25.729Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-11-22T19:42:25.979Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-11-22T19:42:26.261Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-11-22T19:42:26.576Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-11-22T19:42:26.987Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-11-22T19:42:27.227Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-11-22T19:42:27.755Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-11-22T19:42:28.061Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
295 | 2024-11-22T19:42:28.706Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-22T19:42:29.117Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-22T19:42:29.551Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-11-22T19:42:29.822Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-11-22T19:42:30.092Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-11-22T19:42:30.370Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-11-22T19:42:31.568Z | Downloading crates ... |
302 | 2024-11-22T19:42:31.653Z | Downloaded camino v1.1.9 |
303 | 2024-11-22T19:42:31.659Z | Downloaded serde_spanned v0.6.8 |
304 | 2024-11-22T19:42:31.662Z | Downloaded thiserror-impl v1.0.69 |
305 | 2024-11-22T19:42:31.662Z | Downloaded tabled_derive v0.7.0 |
306 | 2024-11-22T19:42:31.664Z | Downloaded log v0.4.22 |
307 | 2024-11-22T19:42:31.666Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-11-22T19:42:31.668Z | Downloaded clap_lex v0.7.2 |
309 | 2024-11-22T19:42:31.668Z | Downloaded clap v4.5.21 |
310 | 2024-11-22T19:42:31.684Z | Downloaded anstream v0.6.15 |
311 | 2024-11-22T19:42:31.727Z | Downloaded cpufeatures v0.2.14 |
312 | 2024-11-22T19:42:31.731Z | Downloaded digest v0.10.7 |
313 | 2024-11-22T19:42:31.733Z | Downloaded autocfg v1.4.0 |
314 | 2024-11-22T19:42:31.749Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-11-22T19:42:31.754Z | Downloaded hashbrown v0.15.0 |
316 | 2024-11-22T19:42:31.759Z | Downloaded cargo_toml v0.20.5 |
317 | 2024-11-22T19:42:31.762Z | Downloaded goblin v0.8.2 |
318 | 2024-11-22T19:42:31.768Z | Downloaded clap_builder v4.5.21 |
319 | 2024-11-22T19:42:31.774Z | Downloaded heck v0.5.0 |
320 | 2024-11-22T19:42:31.777Z | Downloaded fastrand v2.1.1 |
321 | 2024-11-22T19:42:31.777Z | Downloaded camino-tempfile v1.1.1 |
322 | 2024-11-22T19:42:31.779Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-11-22T19:42:31.781Z | Downloaded bitflags v2.6.0 |
324 | 2024-11-22T19:42:31.785Z | Downloaded errno v0.3.9 |
325 | 2024-11-22T19:42:31.787Z | Downloaded equivalent v1.0.1 |
326 | 2024-11-22T19:42:31.787Z | Downloaded block-buffer v0.10.4 |
327 | 2024-11-22T19:42:31.793Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-11-22T19:42:31.800Z | Downloaded usdt-macro v0.5.0 |
329 | 2024-11-22T19:42:31.803Z | Downloaded swrite v0.1.0 |
330 | 2024-11-22T19:42:31.803Z | Downloaded dof v0.3.0 |
331 | 2024-11-22T19:42:31.805Z | Downloaded byteorder v1.5.0 |
332 | 2024-11-22T19:42:31.805Z | Downloaded bytecount v0.6.8 |
333 | 2024-11-22T19:42:31.807Z | Downloaded crypto-common v0.1.6 |
334 | 2024-11-22T19:42:31.807Z | Downloaded colorchoice v1.0.2 |
335 | 2024-11-22T19:42:31.810Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-11-22T19:42:31.810Z | Downloaded itoa v1.0.11 |
337 | 2024-11-22T19:42:31.812Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-11-22T19:42:31.812Z | Downloaded plain v0.2.3 |
339 | 2024-11-22T19:42:31.812Z | Downloaded cfg-if v1.0.0 |
340 | 2024-11-22T19:42:31.814Z | Downloaded anstyle-query v1.1.1 |
341 | 2024-11-22T19:42:31.817Z | Downloaded is_terminal_polyfill v1.70.1 |
342 | 2024-11-22T19:42:31.817Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-11-22T19:42:31.819Z | Downloaded generic-array v0.14.7 |
344 | 2024-11-22T19:42:31.824Z | Downloaded fnv v1.0.7 |
345 | 2024-11-22T19:42:31.827Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2024-11-22T19:42:31.831Z | Downloaded smawk v0.3.2 |
347 | 2024-11-22T19:42:31.833Z | Downloaded thiserror v1.0.69 |
348 | 2024-11-22T19:42:31.837Z | Downloaded thread-id v4.2.2 |
349 | 2024-11-22T19:42:31.839Z | Downloaded anstyle v1.0.10 |
350 | 2024-11-22T19:42:31.842Z | Downloaded utf8parse v0.2.2 |
351 | 2024-11-22T19:42:31.842Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-11-22T19:42:31.842Z | Downloaded usdt v0.5.0 |
353 | 2024-11-22T19:42:31.845Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-11-22T19:42:31.845Z | Downloaded terminal_size v0.4.0 |
355 | 2024-11-22T19:42:31.845Z | Downloaded macaddr v1.0.1 |
356 | 2024-11-22T19:42:31.847Z | Downloaded fs-err v2.11.0 |
357 | 2024-11-22T19:42:31.849Z | Downloaded semver v1.0.23 |
358 | 2024-11-22T19:42:31.849Z | Downloaded scroll v0.12.0 |
359 | 2024-11-22T19:42:31.851Z | Downloaded once_cell v1.20.2 |
360 | 2024-11-22T19:42:31.853Z | Downloaded proc-macro-error v1.0.4 |
361 | 2024-11-22T19:42:31.855Z | Downloaded version_check v0.9.5 |
362 | 2024-11-22T19:42:31.859Z | Downloaded quote v1.0.37 |
363 | 2024-11-22T19:42:31.861Z | Downloaded pest_generator v2.7.14 |
364 | 2024-11-22T19:42:31.862Z | Downloaded heck v0.4.1 |
365 | 2024-11-22T19:42:31.862Z | Downloaded cargo_metadata v0.18.1 |
366 | 2024-11-22T19:42:31.864Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-11-22T19:42:31.866Z | Downloaded clap_derive v4.5.18 |
368 | 2024-11-22T19:42:31.868Z | Downloaded tempfile v3.13.0 |
369 | 2024-11-22T19:42:31.871Z | Downloaded strsim v0.11.1 |
370 | 2024-11-22T19:42:31.873Z | Downloaded sha2 v0.10.8 |
371 | 2024-11-22T19:42:31.875Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-22T19:42:31.877Z | Downloaded memmap v0.7.0 |
373 | 2024-11-22T19:42:31.877Z | Downloaded anyhow v1.0.93 |
374 | 2024-11-22T19:42:31.880Z | Downloaded pest_meta v2.7.14 |
375 | 2024-11-22T19:42:31.882Z | Downloaded cargo-platform v0.1.8 |
376 | 2024-11-22T19:42:31.884Z | Downloaded textwrap v0.16.1 |
377 | 2024-11-22T19:42:31.886Z | Downloaded ryu v1.0.18 |
378 | 2024-11-22T19:42:31.889Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-11-22T19:42:31.897Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-11-22T19:42:31.899Z | Downloaded ucd-trie v0.1.7 |
381 | 2024-11-22T19:42:31.901Z | Downloaded typenum v1.17.0 |
382 | 2024-11-22T19:42:31.904Z | Downloaded papergrid v0.11.0 |
383 | 2024-11-22T19:42:31.907Z | Downloaded serde_derive v1.0.215 |
384 | 2024-11-22T19:42:31.910Z | Downloaded toml v0.8.19 |
385 | 2024-11-22T19:42:31.915Z | Downloaded serde v1.0.215 |
386 | 2024-11-22T19:42:31.923Z | Downloaded memchr v2.7.4 |
387 | 2024-11-22T19:42:31.929Z | Downloaded indexmap v2.6.0 |
388 | 2024-11-22T19:42:31.938Z | Downloaded toml_edit v0.22.22 |
389 | 2024-11-22T19:42:31.958Z | Downloaded pest v2.7.14 |
390 | 2024-11-22T19:42:31.966Z | Downloaded winnow v0.6.20 |
391 | 2024-11-22T19:42:31.974Z | Downloaded zerocopy v0.7.35 |
392 | 2024-11-22T19:42:31.988Z | Downloaded serde_json v1.0.132 |
393 | 2024-11-22T19:42:31.997Z | Downloaded tabled v0.15.0 |
394 | 2024-11-22T19:42:32.012Z | Downloaded syn v1.0.109 |
395 | 2024-11-22T19:42:32.021Z | Downloaded unicode-width v0.1.14 |
396 | 2024-11-22T19:42:32.026Z | Downloaded syn v2.0.87 |
397 | 2024-11-22T19:42:32.036Z | Downloaded rustix v0.38.37 |
398 | 2024-11-22T19:42:32.079Z | Downloaded libc v0.2.162 |
399 | 2024-11-22T19:42:32.394Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-11-22T19:42:32.394Z | Compiling unicode-ident v1.0.13 |
401 | 2024-11-22T19:42:32.397Z | Compiling serde v1.0.215 |
402 | 2024-11-22T19:42:32.397Z | Compiling version_check v0.9.5 |
403 | 2024-11-22T19:42:32.397Z | Compiling memchr v2.7.4 |
404 | 2024-11-22T19:42:32.431Z | Compiling thiserror v1.0.69 |
405 | 2024-11-22T19:42:32.434Z | Compiling libc v0.2.162 |
406 | 2024-11-22T19:42:32.435Z | Compiling ryu v1.0.18 |
407 | 2024-11-22T19:42:32.729Z | Compiling ucd-trie v0.1.7 |
408 | 2024-11-22T19:42:32.821Z | Compiling itoa v1.0.11 |
409 | 2024-11-22T19:42:33.025Z | Compiling once_cell v1.20.2 |
410 | 2024-11-22T19:42:33.442Z | Compiling byteorder v1.5.0 |
411 | 2024-11-22T19:42:33.465Z | Compiling serde_json v1.0.132 |
412 | 2024-11-22T19:42:33.504Z | Compiling rustix v0.38.37 |
413 | 2024-11-22T19:42:33.815Z | Compiling bitflags v2.6.0 |
414 | 2024-11-22T19:42:33.923Z | Compiling usdt-impl v0.5.0 |
415 | 2024-11-22T19:42:34.240Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-22T19:42:34.265Z | Compiling syn v1.0.109 |
417 | 2024-11-22T19:42:34.334Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-11-22T19:42:34.415Z | Compiling quote v1.0.37 |
419 | 2024-11-22T19:42:34.442Z | Compiling camino v1.1.9 |
420 | 2024-11-22T19:42:34.580Z | Compiling equivalent v1.0.1 |
421 | 2024-11-22T19:42:34.605Z | Compiling utf8parse v0.2.2 |
422 | 2024-11-22T19:42:34.702Z | Compiling errno v0.3.9 |
423 | 2024-11-22T19:42:34.773Z | Compiling syn v2.0.87 |
424 | 2024-11-22T19:42:34.938Z | Compiling plain v0.2.3 |
425 | 2024-11-22T19:42:35.014Z | Compiling log v0.4.22 |
426 | 2024-11-22T19:42:35.072Z | Compiling hashbrown v0.15.0 |
427 | 2024-11-22T19:42:35.184Z | Compiling thread-id v4.2.2 |
428 | 2024-11-22T19:42:35.247Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-22T19:42:35.466Z | Compiling anstyle-query v1.1.1 |
430 | 2024-11-22T19:42:35.579Z | Compiling colorchoice v1.0.2 |
431 | 2024-11-22T19:42:35.618Z | Compiling winnow v0.6.20 |
432 | 2024-11-22T19:42:35.724Z | Compiling unicode-width v0.1.14 |
433 | 2024-11-22T19:42:35.751Z | Compiling autocfg v1.4.0 |
434 | 2024-11-22T19:42:36.195Z | Compiling indexmap v2.6.0 |
435 | 2024-11-22T19:42:36.238Z | Compiling pretty-hex v0.4.1 |
436 | 2024-11-22T19:42:36.263Z | Compiling is_terminal_polyfill v1.70.1 |
437 | 2024-11-22T19:42:36.404Z | Compiling semver v1.0.23 |
438 | 2024-11-22T19:42:36.474Z | Compiling anstyle v1.0.10 |
439 | 2024-11-22T19:42:36.935Z | Compiling anstream v0.6.15 |
440 | 2024-11-22T19:42:36.986Z | Compiling fs-err v2.11.0 |
441 | 2024-11-22T19:42:37.036Z | Compiling terminal_size v0.4.0 |
442 | 2024-11-22T19:42:37.491Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-22T19:42:37.600Z | Compiling heck v0.4.1 |
444 | 2024-11-22T19:42:37.691Z | Compiling fnv v1.0.7 |
445 | 2024-11-22T19:42:37.833Z | Compiling heck v0.5.0 |
446 | 2024-11-22T19:42:37.903Z | Compiling fastrand v2.1.1 |
447 | 2024-11-22T19:42:38.019Z | Compiling anyhow v1.0.93 |
448 | 2024-11-22T19:42:38.109Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-22T19:42:38.214Z | Compiling strsim v0.11.1 |
450 | 2024-11-22T19:42:38.365Z | Compiling bytecount v0.6.8 |
451 | 2024-11-22T19:42:38.460Z | Compiling tempfile v3.13.0 |
452 | 2024-11-22T19:42:38.577Z | Compiling clap_builder v4.5.21 |
453 | 2024-11-22T19:42:38.604Z | Compiling papergrid v0.11.0 |
454 | 2024-11-22T19:42:39.143Z | Compiling memmap v0.7.0 |
455 | 2024-11-22T19:42:39.175Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-11-22T19:42:39.313Z | Compiling smawk v0.3.2 |
457 | 2024-11-22T19:42:39.587Z | Compiling swrite v0.1.0 |
458 | 2024-11-22T19:42:39.665Z | Compiling textwrap v0.16.1 |
459 | 2024-11-22T19:42:40.723Z | Compiling tabled_derive v0.7.0 |
460 | 2024-11-22T19:42:42.320Z | Compiling tabled v0.15.0 |
461 | 2024-11-22T19:42:43.690Z | Compiling serde_derive v1.0.215 |
462 | 2024-11-22T19:42:43.693Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-11-22T19:42:43.693Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-11-22T19:42:43.713Z | Compiling scroll_derive v0.12.0 |
465 | 2024-11-22T19:42:44.095Z | Compiling clap_derive v4.5.18 |
466 | 2024-11-22T19:42:45.122Z | Compiling scroll v0.12.0 |
467 | 2024-11-22T19:42:45.670Z | Compiling goblin v0.8.2 |
468 | 2024-11-22T19:42:45.695Z | Compiling zerocopy v0.7.35 |
469 | 2024-11-22T19:42:46.442Z | Compiling pest v2.7.14 |
470 | 2024-11-22T19:42:48.090Z | Compiling clap v4.5.21 |
471 | 2024-11-22T19:42:48.680Z | Compiling pest_meta v2.7.14 |
472 | 2024-11-22T19:42:49.491Z | Compiling pest_generator v2.7.14 |
473 | 2024-11-22T19:42:51.129Z | Compiling pest_derive v2.7.14 |
474 | 2024-11-22T19:42:51.812Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-11-22T19:42:54.091Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-11-22T19:42:54.250Z | Compiling serde_spanned v0.6.8 |
477 | 2024-11-22T19:42:54.253Z | Compiling toml_datetime v0.6.8 |
478 | 2024-11-22T19:42:54.559Z | Compiling cargo-platform v0.1.8 |
479 | 2024-11-22T19:42:54.636Z | Compiling toml_edit v0.22.22 |
480 | 2024-11-22T19:42:54.692Z | Compiling macaddr v1.0.1 |
481 | 2024-11-22T19:42:54.962Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-11-22T19:42:55.555Z | Compiling dof v0.3.0 |
483 | 2024-11-22T19:42:55.874Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-11-22T19:42:57.248Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-22T19:42:57.252Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-11-22T19:42:57.364Z | Compiling toml v0.8.19 |
487 | 2024-11-22T19:42:58.192Z | Compiling cargo_toml v0.20.5 |
488 | 2024-11-22T19:42:58.563Z | Compiling usdt v0.5.0 |
489 | 2024-11-22T19:43:01.728Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-11-22T19:43:05.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s |
491 | 2024-11-22T19:43:06.089Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-11-22T19:43:06.610Z | Downloading crates ... |
493 | 2024-11-22T19:43:06.762Z | Downloaded ahash v0.8.11 |
494 | 2024-11-22T19:43:06.765Z | Downloaded console v0.15.8 |
495 | 2024-11-22T19:43:06.768Z | Downloaded adler2 v2.0.0 |
496 | 2024-11-22T19:43:06.785Z | Downloaded addr2line v0.24.2 |
497 | 2024-11-22T19:43:06.829Z | Downloaded darling v0.20.10 |
498 | 2024-11-22T19:43:06.835Z | Downloaded aead v0.5.2 |
499 | 2024-11-22T19:43:06.838Z | Downloaded hex v0.4.3 |
500 | 2024-11-22T19:43:06.840Z | Downloaded hickory-client v0.24.1 |
501 | 2024-11-22T19:43:06.842Z | Downloaded aes v0.8.4 |
502 | 2024-11-22T19:43:06.845Z | Downloaded allocator-api2 v0.2.18 |
503 | 2024-11-22T19:43:06.849Z | Downloaded array-init v0.0.4 |
504 | 2024-11-22T19:43:06.851Z | Downloaded arc-swap v1.7.1 |
505 | 2024-11-22T19:43:06.853Z | Downloaded hickory-resolver v0.24.1 |
506 | 2024-11-22T19:43:06.858Z | Downloaded hex-literal v0.4.1 |
507 | 2024-11-22T19:43:06.860Z | Downloaded arrayvec v0.7.6 |
508 | 2024-11-22T19:43:06.863Z | Downloaded aes-gcm v0.10.3 |
509 | 2024-11-22T19:43:06.865Z | Downloaded headers-core v0.3.0 |
510 | 2024-11-22T19:43:06.867Z | Downloaded heapless v0.8.0 |
511 | 2024-11-22T19:43:06.870Z | Downloaded hickory-server v0.24.1 |
512 | 2024-11-22T19:43:06.876Z | Downloaded heapless v0.7.17 |
513 | 2024-11-22T19:43:06.882Z | Downloaded argon2 v0.5.3 |
514 | 2024-11-22T19:43:06.885Z | Downloaded backoff v0.4.0 |
515 | 2024-11-22T19:43:06.888Z | Downloaded atomicwrites v0.4.4 |
516 | 2024-11-22T19:43:06.888Z | Downloaded arrayref v0.3.9 |
517 | 2024-11-22T19:43:06.890Z | Downloaded hostname v0.3.1 |
518 | 2024-11-22T19:43:06.890Z | Downloaded async-stream-impl v0.3.6 |
519 | 2024-11-22T19:43:06.890Z | Downloaded async-bb8-diesel v0.2.1 |
520 | 2024-11-22T19:43:06.892Z | Downloaded atty v0.2.14 |
521 | 2024-11-22T19:43:06.895Z | Downloaded cfg_aliases v0.2.1 |
522 | 2024-11-22T19:43:06.897Z | Downloaded aho-corasick v1.1.3 |
523 | 2024-11-22T19:43:06.902Z | Downloaded hubpack_derive v0.1.1 |
524 | 2024-11-22T19:43:06.905Z | Downloaded instant v0.1.13 |
525 | 2024-11-22T19:43:06.905Z | Downloaded atomic-waker v1.1.2 |
526 | 2024-11-22T19:43:06.907Z | Downloaded assert_matches v1.5.0 |
527 | 2024-11-22T19:43:06.909Z | Downloaded http-range v0.1.5 |
528 | 2024-11-22T19:43:06.909Z | Downloaded buf-list v1.0.3 |
529 | 2024-11-22T19:43:06.911Z | Downloaded icu_provider_macros v1.5.0 |
530 | 2024-11-22T19:43:06.913Z | Downloaded cfg_aliases v0.1.1 |
531 | 2024-11-22T19:43:06.913Z | Downloaded block-padding v0.3.3 |
532 | 2024-11-22T19:43:06.916Z | Downloaded ciborium-io v0.2.2 |
533 | 2024-11-22T19:43:06.916Z | Downloaded ident_case v1.0.1 |
534 | 2024-11-22T19:43:06.918Z | Downloaded home v0.5.9 |
535 | 2024-11-22T19:43:06.920Z | Downloaded bit-vec v0.6.3 |
536 | 2024-11-22T19:43:06.920Z | Downloaded bcrypt-pbkdf v0.10.0 |
537 | 2024-11-22T19:43:06.922Z | Downloaded bb8 v0.8.5 |
538 | 2024-11-22T19:43:06.922Z | Downloaded http-body v1.0.1 |
539 | 2024-11-22T19:43:06.924Z | Downloaded bitflags v1.3.2 |
540 | 2024-11-22T19:43:06.934Z | Downloaded internet-checksum v0.2.1 |
541 | 2024-11-22T19:43:06.934Z | Downloaded blowfish v0.9.1 |
542 | 2024-11-22T19:43:06.934Z | Downloaded bitfield-struct v0.6.2 |
543 | 2024-11-22T19:43:06.934Z | Downloaded async-trait v0.1.83 |
544 | 2024-11-22T19:43:06.934Z | Downloaded is_ci v1.2.0 |
545 | 2024-11-22T19:43:06.939Z | Downloaded cstr-argument v0.1.2 |
546 | 2024-11-22T19:43:06.939Z | Downloaded crunchy v0.2.2 |
547 | 2024-11-22T19:43:06.939Z | Downloaded crucible-workspace-hack v0.1.0 |
548 | 2024-11-22T19:43:06.939Z | Downloaded convert_case v0.4.0 |
549 | 2024-11-22T19:43:06.939Z | Downloaded bit-set v0.5.3 |
550 | 2024-11-22T19:43:06.941Z | Downloaded rpassword v7.3.1 |
551 | 2024-11-22T19:43:06.941Z | Downloaded progenitor-client v0.8.0 |
552 | 2024-11-22T19:43:06.943Z | Downloaded matches v0.1.10 |
553 | 2024-11-22T19:43:06.943Z | Downloaded curve25519-dalek-derive v0.1.1 |
554 | 2024-11-22T19:43:06.945Z | Downloaded base16ct v0.2.0 |
555 | 2024-11-22T19:43:06.956Z | Downloaded async-stream v0.3.6 |
556 | 2024-11-22T19:43:06.956Z | Downloaded sigpipe v0.1.3 |
557 | 2024-11-22T19:43:06.956Z | Downloaded humantime v2.1.0 |
558 | 2024-11-22T19:43:06.956Z | Downloaded http-body-util v0.1.2 |
559 | 2024-11-22T19:43:06.956Z | Downloaded inout v0.1.3 |
560 | 2024-11-22T19:43:06.957Z | Downloaded colored v2.1.0 |
561 | 2024-11-22T19:43:06.962Z | Downloaded indoc v1.0.9 |
562 | 2024-11-22T19:43:06.962Z | Downloaded ciborium-ll v0.2.2 |
563 | 2024-11-22T19:43:06.962Z | Downloaded bcs v0.1.6 |
564 | 2024-11-22T19:43:06.963Z | Downloaded indent_write v2.2.0 |
565 | 2024-11-22T19:43:06.965Z | Downloaded constant_time_eq v0.3.1 |
566 | 2024-11-22T19:43:06.965Z | Downloaded cmake v0.1.51 |
567 | 2024-11-22T19:43:06.968Z | Downloaded maybe-uninit v2.0.0 |
568 | 2024-11-22T19:43:06.968Z | Downloaded managed v0.8.0 |
569 | 2024-11-22T19:43:06.969Z | Downloaded crc v3.2.1 |
570 | 2024-11-22T19:43:06.972Z | Downloaded const_format_proc_macros v0.2.33 |
571 | 2024-11-22T19:43:06.974Z | Downloaded cexpr v0.6.0 |
572 | 2024-11-22T19:43:06.976Z | Downloaded chrono-tz-build v0.4.0 |
573 | 2024-11-22T19:43:06.979Z | Downloaded bitfield v0.14.0 |
574 | 2024-11-22T19:43:06.979Z | Downloaded castaway v0.2.3 |
575 | 2024-11-22T19:43:06.981Z | Downloaded crc-catalog v2.4.0 |
576 | 2024-11-22T19:43:06.983Z | Downloaded base64ct v1.6.0 |
577 | 2024-11-22T19:43:06.986Z | Downloaded instability v0.3.2 |
578 | 2024-11-22T19:43:06.986Z | Downloaded ctr v0.9.2 |
579 | 2024-11-22T19:43:06.988Z | Downloaded lazycell v1.3.0 |
580 | 2024-11-22T19:43:06.990Z | Downloaded is-terminal v0.4.13 |
581 | 2024-11-22T19:43:06.990Z | Downloaded ipnetwork v0.20.0 |
582 | 2024-11-22T19:43:06.992Z | Downloaded crossbeam-deque v0.8.5 |
583 | 2024-11-22T19:43:06.995Z | Downloaded quinn-udp v0.5.5 |
584 | 2024-11-22T19:43:06.997Z | Downloaded same-file v1.0.6 |
585 | 2024-11-22T19:43:06.999Z | Downloaded md5 v0.7.0 |
586 | 2024-11-22T19:43:07.000Z | Downloaded lru v0.12.5 |
587 | 2024-11-22T19:43:07.002Z | Downloaded tower-service v0.3.3 |
588 | 2024-11-22T19:43:07.002Z | Downloaded tinyvec_macros v0.1.1 |
589 | 2024-11-22T19:43:07.002Z | Downloaded kstat-rs v0.2.4 |
590 | 2024-11-22T19:43:07.004Z | Downloaded linked-hash-map v0.5.6 |
591 | 2024-11-22T19:43:07.004Z | Downloaded libefi-sys v0.1.0 |
592 | 2024-11-22T19:43:07.006Z | Downloaded mime v0.3.17 |
593 | 2024-11-22T19:43:07.008Z | Downloaded smf v0.2.3 |
594 | 2024-11-22T19:43:07.010Z | Downloaded signature v2.2.0 |
595 | 2024-11-22T19:43:07.011Z | Downloaded salsa20 v0.10.2 |
596 | 2024-11-22T19:43:07.013Z | Downloaded chacha20 v0.9.1 |
597 | 2024-11-22T19:43:07.015Z | Downloaded iana-time-zone v0.1.61 |
598 | 2024-11-22T19:43:07.017Z | Downloaded memoffset v0.9.1 |
599 | 2024-11-22T19:43:07.019Z | Downloaded lockfree-object-pool v0.1.6 |
600 | 2024-11-22T19:43:07.021Z | Downloaded icu_locid_transform v1.5.0 |
601 | 2024-11-22T19:43:07.023Z | Downloaded cookie_store v0.21.0 |
602 | 2024-11-22T19:43:07.026Z | Downloaded base64 v0.13.1 |
603 | 2024-11-22T19:43:07.029Z | Downloaded icu_locid v1.5.0 |
604 | 2024-11-22T19:43:07.034Z | Downloaded derive_builder_macro v0.20.2 |
605 | 2024-11-22T19:43:07.037Z | Downloaded match_cfg v0.1.0 |
606 | 2024-11-22T19:43:07.037Z | Downloaded linear-map v1.2.0 |
607 | 2024-11-22T19:43:07.039Z | Downloaded float-ord v0.3.2 |
608 | 2024-11-22T19:43:07.039Z | Downloaded structmeta-derive v0.3.0 |
609 | 2024-11-22T19:43:07.040Z | Downloaded dhcproto-macros v0.1.0 |
610 | 2024-11-22T19:43:07.041Z | Downloaded libsw v3.3.1 |
611 | 2024-11-22T19:43:07.043Z | Downloaded ref-cast-impl v1.0.23 |
612 | 2024-11-22T19:43:07.044Z | Downloaded crc32fast v1.4.2 |
613 | 2024-11-22T19:43:07.046Z | Downloaded scheduled-thread-pool v0.2.7 |
614 | 2024-11-22T19:43:07.049Z | Downloaded slog-scope v4.4.0 |
615 | 2024-11-22T19:43:07.051Z | Downloaded subtle v2.6.1 |
616 | 2024-11-22T19:43:07.051Z | Downloaded simd-adler32 v0.3.7 |
617 | 2024-11-22T19:43:07.053Z | Downloaded rustc-demangle v0.1.24 |
618 | 2024-11-22T19:43:07.055Z | Downloaded hyper-staticfile v0.10.1 |
619 | 2024-11-22T19:43:07.057Z | Downloaded nodrop v0.1.14 |
620 | 2024-11-22T19:43:07.057Z | Downloaded libloading v0.8.5 |
621 | 2024-11-22T19:43:07.060Z | Downloaded oso-derive v0.27.3 |
622 | 2024-11-22T19:43:07.062Z | Downloaded const-oid v0.9.6 |
623 | 2024-11-22T19:43:07.064Z | Downloaded rustls-pemfile v1.0.4 |
624 | 2024-11-22T19:43:07.066Z | Downloaded mime_guess v2.0.5 |
625 | 2024-11-22T19:43:07.069Z | Downloaded unicase v2.7.0 |
626 | 2024-11-22T19:43:07.071Z | Downloaded normalize-line-endings v0.3.0 |
627 | 2024-11-22T19:43:07.071Z | Downloaded gethostname v0.5.0 |
628 | 2024-11-22T19:43:07.073Z | Downloaded fxhash v0.2.1 |
629 | 2024-11-22T19:43:07.073Z | Downloaded serde_with_macros v3.11.0 |
630 | 2024-11-22T19:43:07.075Z | Downloaded lock_api v0.4.12 |
631 | 2024-11-22T19:43:07.078Z | Downloaded indexmap v1.9.3 |
632 | 2024-11-22T19:43:07.080Z | Downloaded tls_codec_derive v0.4.1 |
633 | 2024-11-22T19:43:07.082Z | Downloaded cookie v0.18.1 |
634 | 2024-11-22T19:43:07.085Z | Downloaded icu_provider v1.5.0 |
635 | 2024-11-22T19:43:07.088Z | Downloaded zone v0.1.8 |
636 | 2024-11-22T19:43:07.090Z | Downloaded ssh-encoding v0.2.0 |
637 | 2024-11-22T19:43:07.092Z | Downloaded http v1.1.0 |
638 | 2024-11-22T19:43:07.095Z | Downloaded precomputed-hash v0.1.1 |
639 | 2024-11-22T19:43:07.098Z | Downloaded xz2 v0.1.7 |
640 | 2024-11-22T19:43:07.100Z | Downloaded either v1.13.0 |
641 | 2024-11-22T19:43:07.100Z | Downloaded xattr v1.3.1 |
642 | 2024-11-22T19:43:07.102Z | Downloaded memmap2 v0.9.5 |
643 | 2024-11-22T19:43:07.104Z | Downloaded crossbeam-utils v0.8.20 |
644 | 2024-11-22T19:43:07.107Z | Downloaded float-cmp v0.9.0 |
645 | 2024-11-22T19:43:07.108Z | Downloaded clang-sys v1.8.1 |
646 | 2024-11-22T19:43:07.110Z | Downloaded embedded-io v0.6.1 |
647 | 2024-11-22T19:43:07.112Z | Downloaded foldhash v0.1.3 |
648 | 2024-11-22T19:43:07.114Z | Downloaded crc-any v2.5.0 |
649 | 2024-11-22T19:43:07.116Z | Downloaded nanorand v0.7.0 |
650 | 2024-11-22T19:43:07.118Z | Downloaded term v0.7.0 |
651 | 2024-11-22T19:43:07.121Z | Downloaded icu_normalizer v1.5.0 |
652 | 2024-11-22T19:43:07.127Z | Downloaded ipnet v2.10.1 |
653 | 2024-11-22T19:43:07.127Z | Downloaded russh-keys v0.45.0 |
654 | 2024-11-22T19:43:07.131Z | Downloaded base64 v0.22.1 |
655 | 2024-11-22T19:43:07.133Z | Downloaded ghash v0.5.1 |
656 | 2024-11-22T19:43:07.135Z | Downloaded zone v0.3.0 |
657 | 2024-11-22T19:43:07.138Z | Downloaded icu_locid_transform_data v1.5.0 |
658 | 2024-11-22T19:43:07.140Z | Downloaded tracing-attributes v0.1.27 |
659 | 2024-11-22T19:43:07.142Z | Downloaded blake2 v0.10.6 |
660 | 2024-11-22T19:43:07.144Z | Downloaded vsss-rs v3.3.4 |
661 | 2024-11-22T19:43:07.149Z | Downloaded icu_normalizer_data v1.5.0 |
662 | 2024-11-22T19:43:07.166Z | Downloaded zone_cfg_derive v0.1.2 |
663 | 2024-11-22T19:43:07.168Z | Downloaded write16 v1.0.0 |
664 | 2024-11-22T19:43:07.171Z | Downloaded quick-error v1.2.3 |
665 | 2024-11-22T19:43:07.171Z | Downloaded predicates v3.1.2 |
666 | 2024-11-22T19:43:07.176Z | Downloaded slog-bunyan v2.5.0 |
667 | 2024-11-22T19:43:07.178Z | Downloaded rusty-fork v0.3.0 |
668 | 2024-11-22T19:43:07.180Z | Downloaded serde_urlencoded v0.7.1 |
669 | 2024-11-22T19:43:07.182Z | Downloaded prettyplease v0.2.25 |
670 | 2024-11-22T19:43:07.185Z | Downloaded tokio-macros v2.4.0 |
671 | 2024-11-22T19:43:07.187Z | Downloaded tinystr v0.7.6 |
672 | 2024-11-22T19:43:07.190Z | Downloaded percent-encoding v2.3.1 |
673 | 2024-11-22T19:43:07.190Z | Downloaded owo-colors v4.1.0 |
674 | 2024-11-22T19:43:07.192Z | Downloaded native-tls v0.2.12 |
675 | 2024-11-22T19:43:07.195Z | Downloaded tinyvec v1.8.0 |
676 | 2024-11-22T19:43:07.198Z | Downloaded tiny-keccak v2.0.2 |
677 | 2024-11-22T19:43:07.200Z | Downloaded structmeta v0.2.0 |
678 | 2024-11-22T19:43:07.203Z | Downloaded strip-ansi-escapes v0.2.0 |
679 | 2024-11-22T19:43:07.205Z | Downloaded newtype_derive v0.1.6 |
680 | 2024-11-22T19:43:07.207Z | Downloaded untrusted v0.7.1 |
681 | 2024-11-22T19:43:07.209Z | Downloaded password-hash v0.5.0 |
682 | 2024-11-22T19:43:07.209Z | Downloaded vergen v8.3.2 |
683 | 2024-11-22T19:43:07.211Z | Downloaded phf_shared v0.10.0 |
684 | 2024-11-22T19:43:07.213Z | Downloaded paste v1.0.15 |
685 | 2024-11-22T19:43:07.216Z | Downloaded icu_collections v1.5.0 |
686 | 2024-11-22T19:43:07.221Z | Downloaded indicatif v0.17.9 |
687 | 2024-11-22T19:43:07.226Z | Downloaded take_mut v0.2.2 |
688 | 2024-11-22T19:43:07.228Z | Downloaded defmt-macros v0.3.9 |
689 | 2024-11-22T19:43:07.230Z | Downloaded writeable v0.5.5 |
690 | 2024-11-22T19:43:07.232Z | Downloaded utf-8 v0.7.6 |
691 | 2024-11-22T19:43:07.234Z | Downloaded newtype-uuid v1.1.3 |
692 | 2024-11-22T19:43:07.237Z | Downloaded futures-core v0.3.31 |
693 | 2024-11-22T19:43:07.237Z | Downloaded fragile v2.0.0 |
694 | 2024-11-22T19:43:07.239Z | Downloaded filetime v0.2.25 |
695 | 2024-11-22T19:43:07.241Z | Downloaded serde_yaml v0.9.34+deprecated |
696 | 2024-11-22T19:43:07.245Z | Downloaded env_filter v0.1.2 |
697 | 2024-11-22T19:43:07.247Z | Downloaded group v0.13.0 |
698 | 2024-11-22T19:43:07.249Z | Downloaded ed25519 v2.2.3 |
699 | 2024-11-22T19:43:07.251Z | Downloaded display-error-chain v0.2.2 |
700 | 2024-11-22T19:43:07.254Z | Downloaded dirs-sys-next v0.1.2 |
701 | 2024-11-22T19:43:07.254Z | Downloaded dirs-next v2.0.0 |
702 | 2024-11-22T19:43:07.256Z | Downloaded smallvec v1.13.2 |
703 | 2024-11-22T19:43:07.258Z | Downloaded polyval v0.6.2 |
704 | 2024-11-22T19:43:07.261Z | Downloaded pkg-config v0.3.31 |
705 | 2024-11-22T19:43:07.263Z | Downloaded pem v3.0.4 |
706 | 2024-11-22T19:43:07.265Z | Downloaded typify v0.2.0 |
707 | 2024-11-22T19:43:07.267Z | Downloaded const_format v0.2.33 |
708 | 2024-11-22T19:43:07.272Z | Downloaded sec1 v0.7.3 |
709 | 2024-11-22T19:43:07.275Z | Downloaded opaque-debug v0.3.1 |
710 | 2024-11-22T19:43:07.277Z | Downloaded nibble_vec v0.1.0 |
711 | 2024-11-22T19:43:07.279Z | Downloaded zip v0.6.6 |
712 | 2024-11-22T19:43:07.282Z | Downloaded elliptic-curve v0.13.8 |
713 | 2024-11-22T19:43:07.287Z | Downloaded num-conv v0.1.0 |
714 | 2024-11-22T19:43:07.289Z | Downloaded futures-sink v0.3.31 |
715 | 2024-11-22T19:43:07.289Z | Downloaded endian-type v0.1.2 |
716 | 2024-11-22T19:43:07.292Z | Downloaded slog-stdlog v4.1.1 |
717 | 2024-11-22T19:43:07.292Z | Downloaded phf_shared v0.11.2 |
718 | 2024-11-22T19:43:07.294Z | Downloaded downcast v0.11.0 |
719 | 2024-11-22T19:43:07.296Z | Downloaded crypto-bigint v0.5.5 |
720 | 2024-11-22T19:43:07.303Z | Downloaded foreign-types v0.3.2 |
721 | 2024-11-22T19:43:07.305Z | Downloaded serde_plain v1.0.2 |
722 | 2024-11-22T19:43:07.305Z | Downloaded serde_path_to_error v0.1.16 |
723 | 2024-11-22T19:43:07.309Z | Downloaded r2d2 v0.8.10 |
724 | 2024-11-22T19:43:07.311Z | Downloaded oso v0.27.3 |
725 | 2024-11-22T19:43:07.313Z | Downloaded structmeta-derive v0.2.0 |
726 | 2024-11-22T19:43:07.315Z | Downloaded globset v0.4.15 |
727 | 2024-11-22T19:43:07.315Z | Downloaded poly1305 v0.8.0 |
728 | 2024-11-22T19:43:07.318Z | Downloaded fixedbitset v0.4.2 |
729 | 2024-11-22T19:43:07.321Z | Downloaded pretty-hex v0.2.1 |
730 | 2024-11-22T19:43:07.322Z | Downloaded parse-size v1.1.0 |
731 | 2024-11-22T19:43:07.322Z | Downloaded rustls-pemfile v2.2.0 |
732 | 2024-11-22T19:43:07.325Z | Downloaded glob v0.3.1 |
733 | 2024-11-22T19:43:07.327Z | Downloaded derive_builder v0.20.2 |
734 | 2024-11-22T19:43:07.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
735 | 2024-11-22T19:43:07.334Z | Downloaded sqlparser_derive v0.2.2 |
736 | 2024-11-22T19:43:07.336Z | Downloaded utf8_iter v1.0.4 |
737 | 2024-11-22T19:43:07.336Z | Downloaded test-strategy v0.3.1 |
738 | 2024-11-22T19:43:07.339Z | Downloaded similar v2.6.0 |
739 | 2024-11-22T19:43:07.344Z | Downloaded mockall v0.13.0 |
740 | 2024-11-22T19:43:07.347Z | Downloaded snafu-derive v0.8.5 |
741 | 2024-11-22T19:43:07.349Z | Downloaded num-derive v0.4.2 |
742 | 2024-11-22T19:43:07.351Z | Downloaded mockall_derive v0.13.0 |
743 | 2024-11-22T19:43:07.353Z | Downloaded minimal-lexical v0.2.1 |
744 | 2024-11-22T19:43:07.358Z | Downloaded crossbeam-channel v0.5.13 |
745 | 2024-11-22T19:43:07.362Z | Downloaded futures-task v0.3.31 |
746 | 2024-11-22T19:43:07.364Z | Downloaded predicates-tree v1.0.11 |
747 | 2024-11-22T19:43:07.367Z | Downloaded predicates-core v1.0.8 |
748 | 2024-11-22T19:43:07.369Z | Downloaded wait-timeout v0.2.0 |
749 | 2024-11-22T19:43:07.369Z | Downloaded powerfmt v0.2.0 |
750 | 2024-11-22T19:43:07.371Z | Downloaded parse-display v0.10.0 |
751 | 2024-11-22T19:43:07.373Z | Downloaded futures-macro v0.3.31 |
752 | 2024-11-22T19:43:07.375Z | Downloaded zerofrom v0.1.4 |
753 | 2024-11-22T19:43:07.375Z | Downloaded signal-hook-registry v1.4.2 |
754 | 2024-11-22T19:43:07.378Z | Downloaded enum-as-inner v0.5.1 |
755 | 2024-11-22T19:43:07.380Z | Downloaded derive-where v1.2.7 |
756 | 2024-11-22T19:43:07.382Z | Downloaded flagset v0.4.6 |
757 | 2024-11-22T19:43:07.385Z | Downloaded new_debug_unreachable v1.0.6 |
758 | 2024-11-22T19:43:07.387Z | Downloaded parse-display-derive v0.10.0 |
759 | 2024-11-22T19:43:07.387Z | Downloaded unicode-bidi v0.3.17 |
760 | 2024-11-22T19:43:07.390Z | Downloaded scopeguard v1.2.0 |
761 | 2024-11-22T19:43:07.392Z | Downloaded path-slash v0.1.5 |
762 | 2024-11-22T19:43:07.394Z | Downloaded rustc_version v0.1.7 |
763 | 2024-11-22T19:43:07.396Z | Downloaded stable_deref_trait v1.2.0 |
764 | 2024-11-22T19:43:07.396Z | Downloaded vte v0.11.1 |
765 | 2024-11-22T19:43:07.398Z | Downloaded uzers v0.12.1 |
766 | 2024-11-22T19:43:07.401Z | Downloaded slog v2.7.0 |
767 | 2024-11-22T19:43:07.403Z | Downloaded time-core v0.1.2 |
768 | 2024-11-22T19:43:07.405Z | Downloaded num-complex v0.4.6 |
769 | 2024-11-22T19:43:07.408Z | Downloaded socket2 v0.5.7 |
770 | 2024-11-22T19:43:07.408Z | Downloaded qorb v0.2.0 |
771 | 2024-11-22T19:43:07.412Z | Downloaded ssh-cipher v0.2.0 |
772 | 2024-11-22T19:43:07.415Z | Downloaded spki v0.7.3 |
773 | 2024-11-22T19:43:07.417Z | Downloaded parking_lot v0.12.3 |
774 | 2024-11-22T19:43:07.419Z | Downloaded serde_repr v0.1.19 |
775 | 2024-11-22T19:43:07.422Z | Downloaded hickory-proto v0.24.1 |
776 | 2024-11-22T19:43:07.438Z | Downloaded toolchain_find v0.4.0 |
777 | 2024-11-22T19:43:07.440Z | Downloaded darling_macro v0.20.10 |
778 | 2024-11-22T19:43:07.440Z | Downloaded futures-executor v0.3.31 |
779 | 2024-11-22T19:43:07.443Z | Downloaded dunce v1.0.5 |
780 | 2024-11-22T19:43:07.443Z | Downloaded dsl_auto_type v0.1.2 |
781 | 2024-11-22T19:43:07.445Z | Downloaded parking_lot_core v0.8.6 |
782 | 2024-11-22T19:43:07.447Z | Downloaded hash32 v0.3.1 |
783 | 2024-11-22T19:43:07.449Z | Downloaded debug-ignore v1.0.5 |
784 | 2024-11-22T19:43:07.451Z | Downloaded data-encoding v2.6.0 |
785 | 2024-11-22T19:43:07.453Z | Downloaded rayon-core v1.12.1 |
786 | 2024-11-22T19:43:07.455Z | Downloaded peg-runtime v0.8.3 |
787 | 2024-11-22T19:43:07.458Z | Downloaded multer v3.1.0 |
788 | 2024-11-22T19:43:07.460Z | Downloaded newline-converter v0.3.0 |
789 | 2024-11-22T19:43:07.460Z | Downloaded sqlformat v0.2.6 |
790 | 2024-11-22T19:43:07.462Z | Downloaded num_enum_derive v0.5.11 |
791 | 2024-11-22T19:43:07.464Z | Downloaded num_enum v0.5.11 |
792 | 2024-11-22T19:43:07.469Z | Downloaded sha1 v0.10.6 |
793 | 2024-11-22T19:43:07.471Z | Downloaded secrecy v0.8.0 |
794 | 2024-11-22T19:43:07.473Z | Downloaded pbkdf2 v0.11.0 |
795 | 2024-11-22T19:43:07.475Z | Downloaded multimap v0.10.0 |
796 | 2024-11-22T19:43:07.477Z | Downloaded tokio-rustls v0.25.0 |
797 | 2024-11-22T19:43:07.479Z | Downloaded flate2 v1.0.34 |
798 | 2024-11-22T19:43:07.483Z | Downloaded itertools v0.10.5 |
799 | 2024-11-22T19:43:07.489Z | Downloaded toml v0.7.8 |
800 | 2024-11-22T19:43:07.493Z | Downloaded pbkdf2 v0.12.2 |
801 | 2024-11-22T19:43:07.495Z | Downloaded rand_seeder v0.3.0 |
802 | 2024-11-22T19:43:07.498Z | Downloaded tokio-rustls v0.26.0 |
803 | 2024-11-22T19:43:07.501Z | Downloaded tungstenite v0.24.0 |
804 | 2024-11-22T19:43:07.503Z | Downloaded tokio-native-tls v0.3.1 |
805 | 2024-11-22T19:43:07.505Z | Downloaded tokio-tungstenite v0.24.0 |
806 | 2024-11-22T19:43:07.507Z | Downloaded funty v2.0.0 |
807 | 2024-11-22T19:43:07.510Z | Downloaded tokio-tungstenite v0.23.1 |
808 | 2024-11-22T19:43:07.512Z | Downloaded diesel_table_macro_syntax v0.2.0 |
809 | 2024-11-22T19:43:07.514Z | Downloaded url v2.5.3 |
810 | 2024-11-22T19:43:07.516Z | Downloaded mirai-annotations v1.12.0 |
811 | 2024-11-22T19:43:07.519Z | Downloaded tokio-tungstenite v0.21.0 |
812 | 2024-11-22T19:43:07.521Z | Downloaded topological-sort v0.2.2 |
813 | 2024-11-22T19:43:07.523Z | Downloaded postgres-protocol v0.6.7 |
814 | 2024-11-22T19:43:07.525Z | Downloaded subprocess v0.2.9 |
815 | 2024-11-22T19:43:07.528Z | Downloaded password-hash v0.4.2 |
816 | 2024-11-22T19:43:07.530Z | Downloaded phf v0.11.2 |
817 | 2024-11-22T19:43:07.532Z | Downloaded rfc6979 v0.4.0 |
818 | 2024-11-22T19:43:07.532Z | Downloaded time v0.3.36 |
819 | 2024-11-22T19:43:07.539Z | Downloaded try-lock v0.2.5 |
820 | 2024-11-22T19:43:07.541Z | Downloaded termtree v0.4.1 |
821 | 2024-11-22T19:43:07.541Z | Downloaded nom v7.1.3 |
822 | 2024-11-22T19:43:07.548Z | Downloaded zerofrom-derive v0.1.4 |
823 | 2024-11-22T19:43:07.550Z | Downloaded scrypt v0.11.0 |
824 | 2024-11-22T19:43:07.552Z | Downloaded wyz v0.5.1 |
825 | 2024-11-22T19:43:07.552Z | Downloaded tap v1.0.1 |
826 | 2024-11-22T19:43:07.555Z | Downloaded whoami v1.5.2 |
827 | 2024-11-22T19:43:07.557Z | Downloaded openssl-probe v0.1.5 |
828 | 2024-11-22T19:43:07.558Z | Downloaded foreign-types-shared v0.3.1 |
829 | 2024-11-22T19:43:07.560Z | Downloaded slab v0.4.9 |
830 | 2024-11-22T19:43:07.560Z | Downloaded fd-lock v4.0.2 |
831 | 2024-11-22T19:43:07.563Z | Downloaded hkdf v0.12.4 |
832 | 2024-11-22T19:43:07.566Z | Downloaded unicode-truncate v1.1.0 |
833 | 2024-11-22T19:43:07.569Z | Downloaded sync_wrapper v1.0.1 |
834 | 2024-11-22T19:43:07.571Z | Downloaded num v0.4.3 |
835 | 2024-11-22T19:43:07.571Z | Downloaded foreign-types-macros v0.2.3 |
836 | 2024-11-22T19:43:07.571Z | Downloaded foreign-types v0.5.0 |
837 | 2024-11-22T19:43:07.574Z | Downloaded fs_extra v1.3.0 |
838 | 2024-11-22T19:43:07.575Z | Downloaded phf_generator v0.11.2 |
839 | 2024-11-22T19:43:07.578Z | Downloaded phf_codegen v0.11.2 |
840 | 2024-11-22T19:43:07.578Z | Downloaded postgres-types v0.2.8 |
841 | 2024-11-22T19:43:07.580Z | Downloaded schemars v0.8.21 |
842 | 2024-11-22T19:43:07.594Z | Downloaded supports-color v3.0.1 |
843 | 2024-11-22T19:43:07.596Z | Downloaded rustfmt-wrapper v0.2.1 |
844 | 2024-11-22T19:43:07.598Z | Downloaded defmt-parser v0.3.4 |
845 | 2024-11-22T19:43:07.598Z | Downloaded ecdsa v0.16.9 |
846 | 2024-11-22T19:43:07.600Z | Downloaded blake3 v1.5.4 |
847 | 2024-11-22T19:43:07.608Z | Downloaded zerocopy v0.6.6 |
848 | 2024-11-22T19:43:07.611Z | Downloaded thread_local v1.1.8 |
849 | 2024-11-22T19:43:07.614Z | Downloaded itertools v0.13.0 |
850 | 2024-11-22T19:43:07.620Z | Downloaded number_prefix v0.4.0 |
851 | 2024-11-22T19:43:07.622Z | Downloaded strum v0.26.3 |
852 | 2024-11-22T19:43:07.625Z | Downloaded unicode-normalization v0.1.24 |
853 | 2024-11-22T19:43:07.627Z | Downloaded thiserror-no-std v2.0.2 |
854 | 2024-11-22T19:43:07.632Z | Downloaded progenitor v0.8.0 |
855 | 2024-11-22T19:43:07.634Z | Downloaded nu-ansi-term v0.50.1 |
856 | 2024-11-22T19:43:07.636Z | Downloaded tui-tree-widget v0.22.0 |
857 | 2024-11-22T19:43:07.638Z | Downloaded static_assertions v1.1.0 |
858 | 2024-11-22T19:43:07.640Z | Downloaded peg v0.8.4 |
859 | 2024-11-22T19:43:07.643Z | Downloaded synstructure v0.13.1 |
860 | 2024-11-22T19:43:07.645Z | Downloaded progenitor-macro v0.8.0 |
861 | 2024-11-22T19:43:07.647Z | Downloaded miniz_oxide v0.8.0 |
862 | 2024-11-22T19:43:07.649Z | Downloaded serde-big-array v0.5.1 |
863 | 2024-11-22T19:43:07.651Z | Downloaded sync-ptr v0.1.1 |
864 | 2024-11-22T19:43:07.652Z | Downloaded aws-lc-rs v1.10.0 |
865 | 2024-11-22T19:43:07.661Z | Downloaded foreign-types-shared v0.1.1 |
866 | 2024-11-22T19:43:07.663Z | Downloaded universal-hash v0.5.1 |
867 | 2024-11-22T19:43:07.663Z | Downloaded russh-cryptovec v0.7.3 |
868 | 2024-11-22T19:43:07.666Z | Downloaded unicode-xid v0.2.6 |
869 | 2024-11-22T19:43:07.666Z | Downloaded signal-hook v0.3.17 |
870 | 2024-11-22T19:43:07.668Z | Downloaded form_urlencoded v1.2.1 |
871 | 2024-11-22T19:43:07.670Z | Downloaded tabwriter v1.4.0 |
872 | 2024-11-22T19:43:07.673Z | Downloaded num-iter v0.1.45 |
873 | 2024-11-22T19:43:07.673Z | Downloaded unicode-segmentation v1.12.0 |
874 | 2024-11-22T19:43:07.676Z | Downloaded rustyline v14.0.0 |
875 | 2024-11-22T19:43:07.681Z | Downloaded want v0.3.1 |
876 | 2024-11-22T19:43:07.683Z | Downloaded hyper v1.5.0 |
877 | 2024-11-22T19:43:07.690Z | Downloaded rustc-hash v2.0.0 |
878 | 2024-11-22T19:43:07.692Z | Downloaded slog-envlogger v2.2.0 |
879 | 2024-11-22T19:43:07.692Z | Downloaded rustc_version v0.4.1 |
880 | 2024-11-22T19:43:07.694Z | Downloaded num_threads v0.1.7 |
881 | 2024-11-22T19:43:07.697Z | Downloaded psl-types v2.0.11 |
882 | 2024-11-22T19:43:07.697Z | Downloaded strum_macros v0.24.3 |
883 | 2024-11-22T19:43:07.699Z | Downloaded typify-macro v0.2.0 |
884 | 2024-11-22T19:43:07.699Z | Downloaded zone_cfg_derive v0.3.0 |
885 | 2024-11-22T19:43:07.701Z | Downloaded spin v0.5.2 |
886 | 2024-11-22T19:43:07.701Z | Downloaded pin-utils v0.1.0 |
887 | 2024-11-22T19:43:07.703Z | Downloaded fallible-streaming-iterator v0.1.9 |
888 | 2024-11-22T19:43:07.703Z | Downloaded dyn-clone v1.0.17 |
889 | 2024-11-22T19:43:07.705Z | Downloaded fallible-iterator v0.2.0 |
890 | 2024-11-22T19:43:07.707Z | Downloaded strum_macros v0.25.3 |
891 | 2024-11-22T19:43:07.710Z | Downloaded string_cache v0.8.7 |
892 | 2024-11-22T19:43:07.710Z | Downloaded rustc-hash v1.1.0 |
893 | 2024-11-22T19:43:07.713Z | Downloaded slog-json v2.6.1 |
894 | 2024-11-22T19:43:07.713Z | Downloaded diesel-dtrace v0.3.0 |
895 | 2024-11-22T19:43:07.715Z | Downloaded openssl-macros v0.1.1 |
896 | 2024-11-22T19:43:07.717Z | Downloaded zeroize_derive v1.4.2 |
897 | 2024-11-22T19:43:07.717Z | Downloaded ron v0.8.1 |
898 | 2024-11-22T19:43:07.722Z | Downloaded slog-dtrace v0.3.0 |
899 | 2024-11-22T19:43:07.724Z | Downloaded deranged v0.3.11 |
900 | 2024-11-22T19:43:07.726Z | Downloaded serde_with v3.11.0 |
901 | 2024-11-22T19:43:07.734Z | Downloaded num-rational v0.4.2 |
902 | 2024-11-22T19:43:07.736Z | Downloaded sct v0.7.1 |
903 | 2024-11-22T19:43:07.739Z | Downloaded which v4.4.2 |
904 | 2024-11-22T19:43:07.741Z | Downloaded bitvec v1.0.1 |
905 | 2024-11-22T19:43:07.757Z | Downloaded num-integer v0.1.46 |
906 | 2024-11-22T19:43:07.759Z | Downloaded hash32 v0.2.1 |
907 | 2024-11-22T19:43:07.761Z | Downloaded proc-macro-crate v1.3.1 |
908 | 2024-11-22T19:43:07.761Z | Downloaded derive_builder_core v0.20.2 |
909 | 2024-11-22T19:43:07.763Z | Downloaded pin-project-internal v1.1.6 |
910 | 2024-11-22T19:43:07.766Z | Downloaded semver v0.1.20 |
911 | 2024-11-22T19:43:07.769Z | Downloaded serde-hex v0.1.0 |
912 | 2024-11-22T19:43:07.769Z | Downloaded radium v0.7.0 |
913 | 2024-11-22T19:43:07.771Z | Downloaded primeorder v0.13.6 |
914 | 2024-11-22T19:43:07.771Z | Downloaded postcard v1.0.10 |
915 | 2024-11-22T19:43:07.774Z | Downloaded futures-io v0.3.31 |
916 | 2024-11-22T19:43:07.776Z | Downloaded rsa v0.9.6 |
917 | 2024-11-22T19:43:07.779Z | Downloaded der_derive v0.7.3 |
918 | 2024-11-22T19:43:07.782Z | Downloaded strum_macros v0.26.4 |
919 | 2024-11-22T19:43:07.784Z | Downloaded darling_core v0.20.10 |
920 | 2024-11-22T19:43:07.789Z | Downloaded pkcs8 v0.10.2 |
921 | 2024-11-22T19:43:07.791Z | Downloaded bindgen v0.69.5 |
922 | 2024-11-22T19:43:07.799Z | Downloaded slog-async v2.8.0 |
923 | 2024-11-22T19:43:07.801Z | Downloaded pin-project-lite v0.2.14 |
924 | 2024-11-22T19:43:07.806Z | Downloaded serde_derive_internals v0.29.1 |
925 | 2024-11-22T19:43:07.808Z | Downloaded mio v1.0.2 |
926 | 2024-11-22T19:43:07.814Z | Downloaded parse-zoneinfo v0.3.1 |
927 | 2024-11-22T19:43:07.817Z | Downloaded num-bigint-dig v0.8.4 |
928 | 2024-11-22T19:43:07.822Z | Downloaded num-traits v0.2.19 |
929 | 2024-11-22T19:43:07.825Z | Downloaded toml_edit v0.19.15 |
930 | 2024-11-22T19:43:07.844Z | Downloaded pkcs5 v0.7.1 |
931 | 2024-11-22T19:43:07.847Z | Downloaded futures v0.3.31 |
932 | 2024-11-22T19:43:07.851Z | Downloaded headers v0.4.0 |
933 | 2024-11-22T19:43:07.857Z | Downloaded futures-channel v0.3.31 |
934 | 2024-11-22T19:43:07.859Z | Downloaded half v2.4.1 |
935 | 2024-11-22T19:43:07.862Z | Downloaded quick-xml v0.33.0 |
936 | 2024-11-22T19:43:07.869Z | Downloaded unsafe-libyaml v0.2.11 |
937 | 2024-11-22T19:43:07.872Z | Downloaded rand v0.8.5 |
938 | 2024-11-22T19:43:07.876Z | Downloaded diesel_derives v2.2.3 |
939 | 2024-11-22T19:43:07.880Z | Downloaded steno v0.4.1 |
940 | 2024-11-22T19:43:07.885Z | Downloaded futures-util v0.3.31 |
941 | 2024-11-22T19:43:07.897Z | Downloaded rusqlite v0.32.1 |
942 | 2024-11-22T19:43:07.904Z | Downloaded icu_properties_data v1.5.0 |
943 | 2024-11-22T19:43:07.916Z | Downloaded zerocopy-derive v0.8.10 |
944 | 2024-11-22T19:43:07.921Z | Downloaded lalrpop v0.19.12 |
945 | 2024-11-22T19:43:07.934Z | Downloaded unicode_categories v0.1.1 |
946 | 2024-11-22T19:43:07.936Z | Downloaded rustls-webpki v0.101.7 |
947 | 2024-11-22T19:43:07.951Z | Downloaded sqlparser v0.45.0 |
948 | 2024-11-22T19:43:07.957Z | Downloaded typed-path v0.9.3 |
949 | 2024-11-22T19:43:07.963Z | Downloaded der v0.7.9 |
950 | 2024-11-22T19:43:07.968Z | Downloaded object v0.30.4 |
951 | 2024-11-22T19:43:07.979Z | Downloaded x509-cert v0.2.5 |
952 | 2024-11-22T19:43:07.985Z | Downloaded russh v0.45.0 |
953 | 2024-11-22T19:43:07.991Z | Downloaded git2 v0.19.0 |
954 | 2024-11-22T19:43:08.001Z | Downloaded smoltcp v0.9.1 |
955 | 2024-11-22T19:43:08.012Z | Downloaded hashbrown v0.14.5 |
956 | 2024-11-22T19:43:08.018Z | Downloaded idna v0.3.0 |
957 | 2024-11-22T19:43:08.025Z | Downloaded reqwest v0.12.9 |
958 | 2024-11-22T19:43:08.034Z | Downloaded vcpkg v0.2.15 |
959 | 2024-11-22T19:43:08.072Z | Downloaded num-bigint v0.4.6 |
960 | 2024-11-22T19:43:08.077Z | Downloaded polar-core v0.27.3 |
961 | 2024-11-22T19:43:08.086Z | Downloaded rayon v1.10.0 |
962 | 2024-11-22T19:43:08.095Z | Downloaded hashbrown v0.13.2 |
963 | 2024-11-22T19:43:08.100Z | Downloaded p384 v0.13.0 |
964 | 2024-11-22T19:43:08.106Z | Downloaded rustls v0.21.12 |
965 | 2024-11-22T19:43:08.118Z | Downloaded zerovec v0.10.4 |
966 | 2024-11-22T19:43:08.124Z | Downloaded proptest v1.5.0 |
967 | 2024-11-22T19:43:08.134Z | Downloaded unicode-width v0.2.0 |
968 | 2024-11-22T19:43:08.140Z | Downloaded regress v0.9.1 |
969 | 2024-11-22T19:43:08.150Z | Downloaded h2 v0.4.6 |
970 | 2024-11-22T19:43:08.157Z | Downloaded chrono-tz v0.10.0 |
971 | 2024-11-22T19:43:08.165Z | Downloaded zerocopy v0.8.10 |
972 | 2024-11-22T19:43:08.190Z | Downloaded dropshot v0.12.0 |
973 | 2024-11-22T19:43:08.210Z | Downloaded object v0.36.5 |
974 | 2024-11-22T19:43:08.221Z | Downloaded webpki-roots v0.26.6 |
975 | 2024-11-22T19:43:08.224Z | Downloaded dropshot v0.13.0 |
976 | 2024-11-22T19:43:08.246Z | Downloaded trust-dns-proto v0.22.0 |
977 | 2024-11-22T19:43:08.257Z | Downloaded regex v1.11.1 |
978 | 2024-11-22T19:43:08.270Z | Downloaded openssl v0.10.66 |
979 | 2024-11-22T19:43:08.279Z | Downloaded radix_trie v0.2.1 |
980 | 2024-11-22T19:43:08.285Z | Downloaded regex-syntax v0.8.5 |
981 | 2024-11-22T19:43:08.295Z | Downloaded nix v0.28.0 |
982 | 2024-11-22T19:43:08.306Z | Downloaded rustls v0.22.4 |
983 | 2024-11-22T19:43:08.320Z | Downloaded ratatui v0.28.1 |
984 | 2024-11-22T19:43:08.340Z | Downloaded diesel v2.2.4 |
985 | 2024-11-22T19:43:08.358Z | Downloaded openapiv3 v2.0.0 |
986 | 2024-11-22T19:43:08.370Z | Downloaded regex-syntax v0.6.29 |
987 | 2024-11-22T19:43:08.378Z | Downloaded rustls v0.23.14 |
988 | 2024-11-22T19:43:08.391Z | Downloaded zerocopy-derive v0.6.6 |
989 | 2024-11-22T19:43:08.400Z | Downloaded regress v0.10.1 |
990 | 2024-11-22T19:43:08.410Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
991 | 2024-11-22T19:43:08.422Z | Downloaded nix v0.27.1 |
992 | 2024-11-22T19:43:08.433Z | Downloaded bstr v1.10.0 |
993 | 2024-11-22T19:43:08.443Z | Downloaded smoltcp v0.11.0 |
994 | 2024-11-22T19:43:08.456Z | Downloaded sled v0.34.7 |
995 | 2024-11-22T19:43:08.466Z | Downloaded typify-impl v0.2.0 |
996 | 2024-11-22T19:43:08.481Z | Downloaded petgraph v0.6.5 |
997 | 2024-11-22T19:43:08.499Z | Downloaded nix v0.29.0 |
998 | 2024-11-22T19:43:08.510Z | Downloaded regex-automata v0.4.8 |
999 | 2024-11-22T19:43:08.527Z | Downloaded gimli v0.31.1 |
1000 | 2024-11-22T19:43:08.535Z | Downloaded curve25519-dalek v4.1.3 |
1001 | 2024-11-22T19:43:08.544Z | Downloaded idna v0.5.0 |
1002 | 2024-11-22T19:43:08.551Z | Downloaded idna v0.4.0 |
1003 | 2024-11-22T19:43:08.558Z | Downloaded idna v0.2.3 |
1004 | 2024-11-22T19:43:08.564Z | Downloaded rustls-webpki v0.102.8 |
1005 | 2024-11-22T19:43:08.583Z | Downloaded lzma-sys v0.1.20 |
1006 | 2024-11-22T19:43:08.611Z | Downloaded tokio v1.40.0 |
1007 | 2024-11-22T19:43:08.647Z | Downloaded csv v1.3.0 |
1008 | 2024-11-22T19:43:08.667Z | Downloaded expectorate v1.1.0 |
1009 | 2024-11-22T19:43:08.669Z | Downloaded quinn-proto v0.11.8 |
1010 | 2024-11-22T19:43:08.675Z | Downloaded libz-sys v1.1.20 |
1011 | 2024-11-22T19:43:08.696Z | Downloaded sha3 v0.10.8 |
1012 | 2024-11-22T19:43:08.701Z | Downloaded portable-atomic v1.9.0 |
1013 | 2024-11-22T19:43:08.707Z | Downloaded petname v2.0.2 |
1014 | 2024-11-22T19:43:08.712Z | Downloaded p521 v0.13.3 |
1015 | 2024-11-22T19:43:08.716Z | Downloaded chrono v0.4.38 |
1016 | 2024-11-22T19:43:08.723Z | Downloaded ed25519-dalek v2.1.1 |
1017 | 2024-11-22T19:43:08.726Z | Downloaded hashbrown v0.12.3 |
1018 | 2024-11-22T19:43:08.730Z | Downloaded yoke v0.7.4 |
1019 | 2024-11-22T19:43:08.732Z | Downloaded tracing-core v0.1.32 |
1020 | 2024-11-22T19:43:08.734Z | Downloaded tokio-postgres v0.7.12 |
1021 | 2024-11-22T19:43:08.739Z | Downloaded env_logger v0.11.5 |
1022 | 2024-11-22T19:43:08.742Z | Downloaded env_logger v0.10.2 |
1023 | 2024-11-22T19:43:08.744Z | Downloaded zeroize v1.8.1 |
1024 | 2024-11-22T19:43:08.747Z | Downloaded pkcs1 v0.7.5 |
1025 | 2024-11-22T19:43:08.749Z | Downloaded progenitor-impl v0.8.0 |
1026 | 2024-11-22T19:43:08.751Z | Downloaded utf16_iter v1.0.5 |
1027 | 2024-11-22T19:43:08.751Z | Downloaded fallible-iterator v0.3.0 |
1028 | 2024-11-22T19:43:08.754Z | Downloaded tokio-util v0.7.12 |
1029 | 2024-11-22T19:43:08.758Z | Downloaded winnow v0.5.40 |
1030 | 2024-11-22T19:43:08.767Z | Downloaded rustls-pki-types v1.9.0 |
1031 | 2024-11-22T19:43:08.771Z | Downloaded diff v0.1.13 |
1032 | 2024-11-22T19:43:08.774Z | Downloaded zopfli v0.8.1 |
1033 | 2024-11-22T19:43:08.776Z | Downloaded reedline v0.35.0 |
1034 | 2024-11-22T19:43:08.784Z | Downloaded spin v0.9.8 |
1035 | 2024-11-22T19:43:08.786Z | Downloaded pin-project v1.1.6 |
1036 | 2024-11-22T19:43:08.797Z | Downloaded peg-macros v0.8.4 |
1037 | 2024-11-22T19:43:08.800Z | Downloaded p256 v0.13.2 |
1038 | 2024-11-22T19:43:08.803Z | Downloaded yoke-derive v0.7.4 |
1039 | 2024-11-22T19:43:08.805Z | Downloaded olpc-cjson v0.1.4 |
1040 | 2024-11-22T19:43:08.805Z | Downloaded tough v0.19.0 |
1041 | 2024-11-22T19:43:08.812Z | Downloaded hashlink v0.9.1 |
1042 | 2024-11-22T19:43:08.815Z | Downloaded fatfs v0.3.6 |
1043 | 2024-11-22T19:43:08.818Z | Downloaded salty v0.3.0 |
1044 | 2024-11-22T19:43:08.825Z | Downloaded itertools v0.12.1 |
1045 | 2024-11-22T19:43:08.832Z | Downloaded pem-rfc7468 v0.7.0 |
1046 | 2024-11-22T19:43:08.834Z | Downloaded defmt v0.3.8 |
1047 | 2024-11-22T19:43:08.837Z | Downloaded tokio-stream v0.1.16 |
1048 | 2024-11-22T19:43:08.841Z | Downloaded unarray v0.1.4 |
1049 | 2024-11-22T19:43:08.844Z | Downloaded termios v0.3.3 |
1050 | 2024-11-22T19:43:08.846Z | Downloaded termcolor v1.4.1 |
1051 | 2024-11-22T19:43:08.846Z | Downloaded ref-cast v1.0.23 |
1052 | 2024-11-22T19:43:08.848Z | Downloaded dropshot_endpoint v0.13.0 |
1053 | 2024-11-22T19:43:08.852Z | Downloaded dropshot_endpoint v0.12.0 |
1054 | 2024-11-22T19:43:08.855Z | Downloaded ssh-key v0.6.6 |
1055 | 2024-11-22T19:43:08.862Z | Downloaded libm v0.2.8 |
1056 | 2024-11-22T19:43:08.870Z | Downloaded crossterm v0.28.1 |
1057 | 2024-11-22T19:43:08.876Z | Downloaded ena v0.14.3 |
1058 | 2024-11-22T19:43:08.878Z | Downloaded yasna v0.5.2 |
1059 | 2024-11-22T19:43:08.881Z | Downloaded libxml v0.3.3 |
1060 | 2024-11-22T19:43:08.886Z | Downloaded tokio-rustls v0.24.1 |
1061 | 2024-11-22T19:43:08.889Z | Downloaded signal-hook-mio v0.2.4 |
1062 | 2024-11-22T19:43:08.891Z | Downloaded shlex v1.3.0 |
1063 | 2024-11-22T19:43:08.891Z | Downloaded shell-words v1.1.0 |
1064 | 2024-11-22T19:43:08.894Z | Downloaded rand_xorshift v0.3.0 |
1065 | 2024-11-22T19:43:08.894Z | Downloaded rand_core v0.6.4 |
1066 | 2024-11-22T19:43:08.894Z | Downloaded uuid v1.11.0 |
1067 | 2024-11-22T19:43:08.897Z | Downloaded tungstenite v0.23.0 |
1068 | 2024-11-22T19:43:08.900Z | Downloaded quinn v0.11.5 |
1069 | 2024-11-22T19:43:08.903Z | Downloaded idna v1.0.3 |
1070 | 2024-11-22T19:43:08.908Z | Downloaded snafu v0.8.5 |
1071 | 2024-11-22T19:43:08.914Z | Downloaded zip v2.1.3 |
1072 | 2024-11-22T19:43:08.918Z | Downloaded encoding_rs v0.8.34 |
1073 | 2024-11-22T19:43:08.940Z | Downloaded displaydoc v0.2.5 |
1074 | 2024-11-22T19:43:08.942Z | Downloaded walkdir v2.5.0 |
1075 | 2024-11-22T19:43:08.945Z | Downloaded ron v0.7.1 |
1076 | 2024-11-22T19:43:08.949Z | Downloaded omicron-zone-package v0.11.1 |
1077 | 2024-11-22T19:43:08.951Z | Downloaded tungstenite v0.21.0 |
1078 | 2024-11-22T19:43:08.956Z | Downloaded siphasher v0.3.11 |
1079 | 2024-11-22T19:43:08.958Z | Downloaded signal-hook-tokio v0.3.1 |
1080 | 2024-11-22T19:43:08.958Z | Downloaded parking_lot_core v0.9.10 |
1081 | 2024-11-22T19:43:08.960Z | Downloaded parking_lot v0.11.2 |
1082 | 2024-11-22T19:43:08.962Z | Downloaded schemars_derive v0.8.21 |
1083 | 2024-11-22T19:43:08.968Z | Downloaded resolv-conf v0.7.0 |
1084 | 2024-11-22T19:43:08.968Z | Downloaded twox-hash v1.6.3 |
1085 | 2024-11-22T19:43:08.968Z | Downloaded value-bag v1.9.0 |
1086 | 2024-11-22T19:43:08.976Z | Downloaded rcgen v0.12.1 |
1087 | 2024-11-22T19:43:08.976Z | Downloaded flume v0.11.1 |
1088 | 2024-11-22T19:43:08.976Z | Downloaded tracing v0.1.40 |
1089 | 2024-11-22T19:43:08.980Z | Downloaded openssl-sys v0.9.103 |
1090 | 2024-11-22T19:43:08.985Z | Downloaded publicsuffix v2.2.3 |
1091 | 2024-11-22T19:43:08.988Z | Downloaded difflib v0.4.0 |
1092 | 2024-11-22T19:43:08.990Z | Downloaded waitgroup v0.1.2 |
1093 | 2024-11-22T19:43:08.990Z | Downloaded vte_generate_state_changes v0.1.2 |
1094 | 2024-11-22T19:43:08.990Z | Downloaded untrusted v0.9.0 |
1095 | 2024-11-22T19:43:08.992Z | Downloaded packed_struct_codegen v0.10.1 |
1096 | 2024-11-22T19:43:08.994Z | Downloaded packed_struct v0.10.1 |
1097 | 2024-11-22T19:43:08.996Z | Downloaded derive_more v0.99.18 |
1098 | 2024-11-22T19:43:08.999Z | Downloaded time-macros v0.2.18 |
1099 | 2024-11-22T19:43:09.002Z | Downloaded structmeta v0.3.0 |
1100 | 2024-11-22T19:43:09.004Z | Downloaded smallvec v0.6.14 |
1101 | 2024-11-22T19:43:09.006Z | Downloaded slog-term v2.9.1 |
1102 | 2024-11-22T19:43:09.008Z | Downloaded zerovec-derive v0.10.3 |
1103 | 2024-11-22T19:43:09.008Z | Downloaded ff v0.13.0 |
1104 | 2024-11-22T19:43:09.010Z | Downloaded enum-as-inner v0.6.1 |
1105 | 2024-11-22T19:43:09.012Z | Downloaded tar v0.4.42 |
1106 | 2024-11-22T19:43:09.014Z | Downloaded rtoolbox v0.0.2 |
1107 | 2024-11-22T19:43:09.016Z | Downloaded dhcproto v0.12.0 |
1108 | 2024-11-22T19:43:09.019Z | Downloaded hyper-util v0.1.10 |
1109 | 2024-11-22T19:43:09.022Z | Downloaded chacha20poly1305 v0.10.1 |
1110 | 2024-11-22T19:43:09.024Z | Downloaded cc v1.1.30 |
1111 | 2024-11-22T19:43:09.027Z | Downloaded base64 v0.21.7 |
1112 | 2024-11-22T19:43:09.030Z | Downloaded unicode-properties v0.1.3 |
1113 | 2024-11-22T19:43:09.032Z | Downloaded samael v0.0.17 |
1114 | 2024-11-22T19:43:09.038Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1115 | 2024-11-22T19:43:09.096Z | Downloaded stringprep v0.1.5 |
1116 | 2024-11-22T19:43:09.098Z | Downloaded icu_properties v1.5.1 |
1117 | 2024-11-22T19:43:09.100Z | Downloaded getrandom v0.2.15 |
1118 | 2024-11-22T19:43:09.102Z | Downloaded rustversion v1.0.17 |
1119 | 2024-11-22T19:43:09.105Z | Downloaded ppv-lite86 v0.2.20 |
1120 | 2024-11-22T19:43:09.107Z | Downloaded embedded-io v0.4.0 |
1121 | 2024-11-22T19:43:09.109Z | Downloaded des v0.8.1 |
1122 | 2024-11-22T19:43:09.109Z | Downloaded crossbeam-epoch v0.9.18 |
1123 | 2024-11-22T19:43:09.112Z | Downloaded bumpalo v3.16.0 |
1124 | 2024-11-22T19:43:09.114Z | Downloaded backtrace v0.3.74 |
1125 | 2024-11-22T19:43:09.119Z | Downloaded ciborium v0.2.2 |
1126 | 2024-11-22T19:43:09.121Z | Downloaded bytes v1.8.0 |
1127 | 2024-11-22T19:43:09.125Z | Downloaded compact_str v0.8.0 |
1128 | 2024-11-22T19:43:09.129Z | Downloaded hmac v0.12.1 |
1129 | 2024-11-22T19:43:09.131Z | Downloaded tls_codec v0.4.1 |
1130 | 2024-11-22T19:43:09.133Z | Downloaded md-5 v0.10.6 |
1131 | 2024-11-22T19:43:09.135Z | Downloaded hyper-rustls v0.27.3 |
1132 | 2024-11-22T19:43:09.138Z | Downloaded cancel-safe-futures v0.1.5 |
1133 | 2024-11-22T19:43:09.140Z | Downloaded litemap v0.7.3 |
1134 | 2024-11-22T19:43:09.142Z | Downloaded jobserver v0.1.32 |
1135 | 2024-11-22T19:43:09.144Z | Downloaded csv-core v0.1.11 |
1136 | 2024-11-22T19:43:09.146Z | Downloaded rand_chacha v0.3.1 |
1137 | 2024-11-22T19:43:09.146Z | Downloaded cobs v0.2.3 |
1138 | 2024-11-22T19:43:09.149Z | Downloaded bzip2 v0.4.4 |
1139 | 2024-11-22T19:43:09.151Z | Downloaded maplit v1.0.2 |
1140 | 2024-11-22T19:43:09.151Z | Downloaded lru-cache v0.1.2 |
1141 | 2024-11-22T19:43:09.153Z | Downloaded keccak v0.1.5 |
1142 | 2024-11-22T19:43:09.153Z | Downloaded lalrpop-util v0.19.12 |
1143 | 2024-11-22T19:43:09.153Z | Downloaded lazy_static v1.5.0 |
1144 | 2024-11-22T19:43:09.156Z | Downloaded cbc v0.1.2 |
1145 | 2024-11-22T19:43:09.158Z | Downloaded impl-trait-for-tuples v0.2.2 |
1146 | 2024-11-22T19:43:09.160Z | Downloaded httparse v1.9.5 |
1147 | 2024-11-22T19:43:09.163Z | Downloaded cassowary v0.3.0 |
1148 | 2024-11-22T19:43:09.163Z | Downloaded idna_adapter v1.2.0 |
1149 | 2024-11-22T19:43:09.165Z | Downloaded hyper-tls v0.6.0 |
1150 | 2024-11-22T19:43:09.165Z | Downloaded hubpack v0.1.2 |
1151 | 2024-11-22T19:43:09.167Z | Downloaded httpdate v1.0.3 |
1152 | 2024-11-22T19:43:09.167Z | Downloaded hostname v0.4.0 |
1153 | 2024-11-22T19:43:09.170Z | Downloaded highway v1.2.0 |
1154 | 2024-11-22T19:43:09.172Z | Downloaded cipher v0.4.4 |
1155 | 2024-11-22T19:43:09.174Z | Downloaded async-recursion v1.1.1 |
1156 | 2024-11-22T19:43:09.176Z | Downloaded ascii-canvas v3.0.0 |
1157 | 2024-11-22T19:43:09.178Z | Downloaded heck v0.3.3 |
1158 | 2024-11-22T19:43:09.469Z | Downloaded aws-lc-sys v0.22.0 |
1159 | 2024-11-22T19:43:09.807Z | Downloaded ring v0.17.8 |
1160 | 2024-11-22T19:43:09.972Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2024-11-22T19:43:10.050Z | Downloaded ring v0.16.20 |
1162 | 2024-11-22T19:43:10.226Z | Compiling serde v1.0.215 |
1163 | 2024-11-22T19:43:10.228Z | Compiling lock_api v0.4.12 |
1164 | 2024-11-22T19:43:10.228Z | Compiling scopeguard v1.2.0 |
1165 | 2024-11-22T19:43:10.228Z | Compiling value-bag v1.9.0 |
1166 | 2024-11-22T19:43:10.228Z | Compiling typenum v1.17.0 |
1167 | 2024-11-22T19:43:10.228Z | Compiling generic-array v0.14.7 |
1168 | 2024-11-22T19:43:10.401Z | Compiling syn v2.0.87 |
1169 | 2024-11-22T19:43:10.412Z | Compiling getrandom v0.2.15 |
1170 | 2024-11-22T19:43:10.546Z | Compiling subtle v2.6.1 |
1171 | 2024-11-22T19:43:10.725Z | Compiling rand_core v0.6.4 |
1172 | 2024-11-22T19:43:10.894Z | Compiling log v0.4.22 |
1173 | 2024-11-22T19:43:10.897Z | Compiling shlex v1.3.0 |
1174 | 2024-11-22T19:43:10.939Z | Compiling jobserver v0.1.32 |
1175 | 2024-11-22T19:43:11.028Z | Compiling const-oid v0.9.6 |
1176 | 2024-11-22T19:43:11.220Z | Compiling smallvec v1.13.2 |
1177 | 2024-11-22T19:43:11.243Z | Compiling spin v0.9.8 |
1178 | 2024-11-22T19:43:11.297Z | Compiling cc v1.1.30 |
1179 | 2024-11-22T19:43:11.602Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-11-22T19:43:11.619Z | Compiling rustix v0.38.37 |
1181 | 2024-11-22T19:43:11.722Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-11-22T19:43:11.786Z | Compiling futures-core v0.3.31 |
1183 | 2024-11-22T19:43:11.873Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2024-11-22T19:43:12.015Z | Compiling mio v1.0.2 |
1185 | 2024-11-22T19:43:12.582Z | Compiling aho-corasick v1.1.3 |
1186 | 2024-11-22T19:43:12.911Z | Compiling parking_lot v0.12.3 |
1187 | 2024-11-22T19:43:13.000Z | Compiling cpufeatures v0.2.14 |
1188 | 2024-11-22T19:43:13.108Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-11-22T19:43:13.111Z | Compiling either v1.13.0 |
1190 | 2024-11-22T19:43:13.145Z | Compiling lazy_static v1.5.0 |
1191 | 2024-11-22T19:43:13.273Z | Compiling futures-sink v0.3.31 |
1192 | 2024-11-22T19:43:13.391Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-11-22T19:43:13.439Z | Compiling glob v0.3.1 |
1194 | 2024-11-22T19:43:13.498Z | Compiling socket2 v0.5.7 |
1195 | 2024-11-22T19:43:13.543Z | Compiling slab v0.4.9 |
1196 | 2024-11-22T19:43:13.854Z | Compiling prettyplease v0.2.25 |
1197 | 2024-11-22T19:43:14.025Z | Compiling minimal-lexical v0.2.1 |
1198 | 2024-11-22T19:43:14.460Z | Compiling clang-sys v1.8.1 |
1199 | 2024-11-22T19:43:14.500Z | Compiling nom v7.1.3 |
1200 | 2024-11-22T19:43:14.536Z | Compiling libloading v0.8.5 |
1201 | 2024-11-22T19:43:14.569Z | Compiling bindgen v0.69.5 |
1202 | 2024-11-22T19:43:14.960Z | Compiling serde_json v1.0.132 |
1203 | 2024-11-22T19:43:15.199Z | Compiling home v0.5.9 |
1204 | 2024-11-22T19:43:15.379Z | Compiling itertools v0.12.1 |
1205 | 2024-11-22T19:43:15.480Z | Compiling futures-channel v0.3.31 |
1206 | 2024-11-22T19:43:15.902Z | Compiling lazycell v1.3.0 |
1207 | 2024-11-22T19:43:15.905Z | Compiling pin-utils v0.1.0 |
1208 | 2024-11-22T19:43:16.013Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-11-22T19:43:16.062Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-11-22T19:43:16.206Z | Compiling foldhash v0.1.3 |
1211 | 2024-11-22T19:43:16.533Z | Compiling futures-task v0.3.31 |
1212 | 2024-11-22T19:43:16.782Z | Compiling futures-io v0.3.31 |
1213 | 2024-11-22T19:43:16.845Z | Compiling regex-automata v0.4.8 |
1214 | 2024-11-22T19:43:17.111Z | Compiling hashbrown v0.15.0 |
1215 | 2024-11-22T19:43:18.177Z | Compiling synstructure v0.13.1 |
1216 | 2024-11-22T19:43:18.441Z | Compiling cexpr v0.6.0 |
1217 | 2024-11-22T19:43:18.464Z | Compiling cmake v0.1.51 |
1218 | 2024-11-22T19:43:19.527Z | Compiling pkg-config v0.3.31 |
1219 | 2024-11-22T19:43:19.896Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-22T19:43:19.997Z | Compiling libm v0.2.8 |
1221 | 2024-11-22T19:43:20.025Z | Compiling fs_extra v1.3.0 |
1222 | 2024-11-22T19:43:20.206Z | Compiling dunce v1.0.5 |
1223 | 2024-11-22T19:43:20.340Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-22T19:43:20.359Z | Compiling num-traits v0.2.19 |
1225 | 2024-11-22T19:43:20.865Z | Compiling ring v0.17.8 |
1226 | 2024-11-22T19:43:21.065Z | Compiling litemap v0.7.3 |
1227 | 2024-11-22T19:43:21.433Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-11-22T19:43:21.477Z | Compiling writeable v0.5.5 |
1229 | 2024-11-22T19:43:21.897Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-11-22T19:43:21.945Z | Compiling base64ct v1.6.0 |
1231 | 2024-11-22T19:43:22.007Z | Compiling paste v1.0.15 |
1232 | 2024-11-22T19:43:22.504Z | Compiling regex v1.11.1 |
1233 | 2024-11-22T19:43:22.605Z | Compiling pem-rfc7468 v0.7.0 |
1234 | 2024-11-22T19:43:23.002Z | Compiling aws-lc-rs v1.10.0 |
1235 | 2024-11-22T19:43:23.326Z | Compiling httparse v1.9.5 |
1236 | 2024-11-22T19:43:23.428Z | Compiling flagset v0.4.6 |
1237 | 2024-11-22T19:43:23.636Z | Compiling tracing-core v0.1.32 |
1238 | 2024-11-22T19:43:24.125Z | Compiling icu_locid_transform_data v1.5.0 |
1239 | 2024-11-22T19:43:24.232Z | Compiling crossbeam-utils v0.8.20 |
1240 | 2024-11-22T19:43:24.715Z | Compiling rustls-pki-types v1.9.0 |
1241 | 2024-11-22T19:43:24.826Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-11-22T19:43:25.025Z | Compiling icu_properties_data v1.5.0 |
1243 | 2024-11-22T19:43:25.213Z | Compiling serde_derive v1.0.215 |
1244 | 2024-11-22T19:43:25.215Z | Compiling zeroize_derive v1.4.2 |
1245 | 2024-11-22T19:43:25.273Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-11-22T19:43:25.564Z | Compiling tokio-macros v2.4.0 |
1247 | 2024-11-22T19:43:25.762Z | Compiling zerofrom-derive v0.1.4 |
1248 | 2024-11-22T19:43:26.759Z | Compiling zeroize v1.8.1 |
1249 | 2024-11-22T19:43:27.170Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-11-22T19:43:27.231Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-11-22T19:43:27.566Z | Compiling zerocopy v0.7.35 |
1252 | 2024-11-22T19:43:27.658Z | Compiling zerovec-derive v0.10.3 |
1253 | 2024-11-22T19:43:28.630Z | Compiling crypto-common v0.1.6 |
1254 | 2024-11-22T19:43:28.881Z | Compiling block-buffer v0.10.4 |
1255 | 2024-11-22T19:43:29.154Z | Compiling digest v0.10.7 |
1256 | 2024-11-22T19:43:29.244Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-22T19:43:29.655Z | Compiling hmac v0.12.1 |
1258 | 2024-11-22T19:43:29.752Z | Compiling block-padding v0.3.3 |
1259 | 2024-11-22T19:43:29.907Z | Compiling displaydoc v0.2.5 |
1260 | 2024-11-22T19:43:29.954Z | Compiling zerofrom v0.1.4 |
1261 | 2024-11-22T19:43:29.999Z | Compiling inout v0.1.3 |
1262 | 2024-11-22T19:43:30.172Z | Compiling sha2 v0.10.8 |
1263 | 2024-11-22T19:43:30.286Z | Compiling cipher v0.4.4 |
1264 | 2024-11-22T19:43:30.373Z | Compiling ppv-lite86 v0.2.20 |
1265 | 2024-11-22T19:43:30.395Z | Compiling yoke v0.7.4 |
1266 | 2024-11-22T19:43:30.615Z | Compiling thiserror v1.0.69 |
1267 | 2024-11-22T19:43:30.757Z | Compiling zerovec v0.10.4 |
1268 | 2024-11-22T19:43:30.777Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-11-22T19:43:30.812Z | Compiling der_derive v0.7.3 |
1270 | 2024-11-22T19:43:31.154Z | Compiling futures-util v0.3.31 |
1271 | 2024-11-22T19:43:31.193Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-11-22T19:43:31.609Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-11-22T19:43:32.007Z | Compiling rand v0.8.5 |
1274 | 2024-11-22T19:43:33.081Z | Compiling tinystr v0.7.6 |
1275 | 2024-11-22T19:43:33.419Z | Compiling der v0.7.9 |
1276 | 2024-11-22T19:43:33.528Z | Compiling icu_locid v1.5.0 |
1277 | 2024-11-22T19:43:33.548Z | Compiling icu_collections v1.5.0 |
1278 | 2024-11-22T19:43:33.762Z | Compiling salsa20 v0.10.2 |
1279 | 2024-11-22T19:43:34.002Z | Compiling pest v2.7.14 |
1280 | 2024-11-22T19:43:34.168Z | Compiling pbkdf2 v0.12.2 |
1281 | 2024-11-22T19:43:34.350Z | Compiling untrusted v0.9.0 |
1282 | 2024-11-22T19:43:34.536Z | Compiling vcpkg v0.2.15 |
1283 | 2024-11-22T19:43:35.013Z | Compiling icu_provider v1.5.0 |
1284 | 2024-11-22T19:43:35.546Z | Compiling tracing v0.1.40 |
1285 | 2024-11-22T19:43:35.933Z | Compiling icu_locid_transform v1.5.0 |
1286 | 2024-11-22T19:43:36.053Z | Compiling spki v0.7.3 |
1287 | 2024-11-22T19:43:36.099Z | Compiling powerfmt v0.2.0 |
1288 | 2024-11-22T19:43:36.438Z | Compiling untrusted v0.7.1 |
1289 | 2024-11-22T19:43:36.522Z | Compiling time-core v0.1.2 |
1290 | 2024-11-22T19:43:36.624Z | Compiling num-conv v0.1.0 |
1291 | 2024-11-22T19:43:36.703Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-11-22T19:43:36.739Z | Compiling openssl-sys v0.9.103 |
1293 | 2024-11-22T19:43:36.761Z | Compiling pest_meta v2.7.14 |
1294 | 2024-11-22T19:43:36.892Z | Compiling deranged v0.3.11 |
1295 | 2024-11-22T19:43:36.914Z | Compiling time-macros v0.2.18 |
1296 | 2024-11-22T19:43:37.406Z | Compiling icu_properties v1.5.1 |
1297 | 2024-11-22T19:43:37.859Z | Compiling scrypt v0.11.0 |
1298 | 2024-11-22T19:43:38.412Z | Compiling aes v0.8.4 |
1299 | 2024-11-22T19:43:38.645Z | Compiling cbc v0.1.2 |
1300 | 2024-11-22T19:43:38.888Z | Compiling scroll_derive v0.12.0 |
1301 | 2024-11-22T19:43:39.501Z | Compiling bitflags v2.6.0 |
1302 | 2024-11-22T19:43:39.950Z | Compiling bytes v1.8.0 |
1303 | 2024-11-22T19:43:40.350Z | Compiling indexmap v2.6.0 |
1304 | 2024-11-22T19:43:40.848Z | Compiling tokio v1.40.0 |
1305 | 2024-11-22T19:43:41.240Z | Compiling http v1.1.0 |
1306 | 2024-11-22T19:43:41.285Z | Compiling semver v1.0.23 |
1307 | 2024-11-22T19:43:41.868Z | Compiling rustc_version v0.4.1 |
1308 | 2024-11-22T19:43:41.954Z | Compiling icu_normalizer_data v1.5.0 |
1309 | 2024-11-22T19:43:42.041Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-11-22T19:43:42.063Z | Compiling utf16_iter v1.0.5 |
1311 | 2024-11-22T19:43:42.283Z | Compiling write16 v1.0.0 |
1312 | 2024-11-22T19:43:42.305Z | Compiling num_threads v0.1.7 |
1313 | 2024-11-22T19:43:42.325Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-11-22T19:43:42.413Z | Compiling time v0.3.36 |
1315 | 2024-11-22T19:43:42.434Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-11-22T19:43:42.509Z | Compiling scroll v0.12.0 |
1317 | 2024-11-22T19:43:42.701Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-11-22T19:43:43.076Z | Compiling http-body v1.0.1 |
1319 | 2024-11-22T19:43:43.314Z | Compiling pest_generator v2.7.14 |
1320 | 2024-11-22T19:43:43.705Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-11-22T19:43:43.817Z | Compiling slog v2.7.0 |
1322 | 2024-11-22T19:43:43.907Z | Compiling try-lock v0.2.5 |
1323 | 2024-11-22T19:43:44.016Z | Compiling goblin v0.8.2 |
1324 | 2024-11-22T19:43:44.060Z | Compiling want v0.3.1 |
1325 | 2024-11-22T19:43:44.317Z | Compiling which v4.4.2 |
1326 | 2024-11-22T19:43:44.416Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-11-22T19:43:44.449Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-11-22T19:43:44.906Z | Compiling httpdate v1.0.3 |
1329 | 2024-11-22T19:43:45.146Z | Compiling idna v1.0.3 |
1330 | 2024-11-22T19:43:45.316Z | Compiling pest_derive v2.7.14 |
1331 | 2024-11-22T19:43:45.532Z | Compiling uuid v1.11.0 |
1332 | 2024-11-22T19:43:46.106Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-11-22T19:43:46.227Z | Compiling serde_spanned v0.6.8 |
1334 | 2024-11-22T19:43:46.471Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-11-22T19:43:46.973Z | Compiling toml_datetime v0.6.8 |
1336 | 2024-11-22T19:43:46.995Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-11-22T19:43:47.104Z | Compiling iana-time-zone v0.1.61 |
1338 | 2024-11-22T19:43:47.106Z | Compiling openssl v0.10.66 |
1339 | 2024-11-22T19:43:47.533Z | Compiling tower-service v0.3.3 |
1340 | 2024-11-22T19:43:47.535Z | Compiling base64 v0.22.1 |
1341 | 2024-11-22T19:43:47.603Z | Compiling adler2 v2.0.0 |
1342 | 2024-11-22T19:43:47.657Z | Compiling match_cfg v0.1.0 |
1343 | 2024-11-22T19:43:47.758Z | Compiling rustversion v1.0.17 |
1344 | 2024-11-22T19:43:47.795Z | Compiling miniz_oxide v0.8.0 |
1345 | 2024-11-22T19:43:47.814Z | Compiling hostname v0.3.1 |
1346 | 2024-11-22T19:43:48.098Z | Compiling chrono v0.4.38 |
1347 | 2024-11-22T19:43:48.280Z | Compiling foreign-types v0.3.2 |
1348 | 2024-11-22T19:43:48.344Z | Compiling url v2.5.3 |
1349 | 2024-11-22T19:43:48.541Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-11-22T19:43:49.295Z | Compiling tokio-util v0.7.12 |
1351 | 2024-11-22T19:43:49.326Z | Compiling async-trait v0.1.83 |
1352 | 2024-11-22T19:43:49.798Z | Compiling dof v0.3.0 |
1353 | 2024-11-22T19:43:50.352Z | Compiling h2 v0.4.6 |
1354 | 2024-11-22T19:43:50.744Z | Compiling usdt-impl v0.5.0 |
1355 | 2024-11-22T19:43:51.808Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2024-11-22T19:43:52.011Z | Compiling rustls v0.23.14 |
1357 | 2024-11-22T19:43:52.082Z | Compiling syn v1.0.109 |
1358 | 2024-11-22T19:43:52.276Z | Compiling native-tls v0.2.12 |
1359 | 2024-11-22T19:43:52.303Z | Compiling data-encoding v2.6.0 |
1360 | 2024-11-22T19:43:52.500Z | Compiling rustls v0.22.4 |
1361 | 2024-11-22T19:43:52.609Z | Compiling siphasher v0.3.11 |
1362 | 2024-11-22T19:43:52.816Z | Compiling dirs-next v2.0.0 |
1363 | 2024-11-22T19:43:53.026Z | Compiling http-body-util v0.1.2 |
1364 | 2024-11-22T19:43:53.570Z | Compiling heapless v0.7.17 |
1365 | 2024-11-22T19:43:54.003Z | Compiling crossbeam-epoch v0.9.18 |
1366 | 2024-11-22T19:43:54.348Z | Compiling signature v2.2.0 |
1367 | 2024-11-22T19:43:54.421Z | Compiling sha1 v0.10.6 |
1368 | 2024-11-22T19:43:54.630Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1369 | 2024-11-22T19:43:54.774Z | Compiling serde_derive_internals v0.29.1 |
1370 | 2024-11-22T19:43:54.777Z | Compiling thread_local v1.1.8 |
1371 | 2024-11-22T19:43:54.852Z | Compiling cookie v0.18.1 |
1372 | 2024-11-22T19:43:55.100Z | Compiling multer v3.1.0 |
1373 | 2024-11-22T19:43:55.122Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-22T19:43:55.320Z | Compiling mime v0.3.17 |
1375 | 2024-11-22T19:43:55.386Z | Compiling ipnet v2.10.1 |
1376 | 2024-11-22T19:43:55.940Z | Compiling schemars v0.8.21 |
1377 | 2024-11-22T19:43:56.269Z | Compiling unicode-properties v0.1.3 |
1378 | 2024-11-22T19:43:56.377Z | Compiling rayon-core v1.12.1 |
1379 | 2024-11-22T19:43:56.627Z | Compiling openssl-probe v0.1.5 |
1380 | 2024-11-22T19:43:56.649Z | Compiling signal-hook v0.3.17 |
1381 | 2024-11-22T19:43:56.673Z | Compiling gimli v0.31.1 |
1382 | 2024-11-22T19:43:56.910Z | Compiling slog-async v2.8.0 |
1383 | 2024-11-22T19:43:56.962Z | Compiling toml_edit v0.22.22 |
1384 | 2024-11-22T19:43:57.423Z | Compiling hyper v1.5.0 |
1385 | 2024-11-22T19:43:57.634Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-11-22T19:44:00.220Z | Compiling hyper-util v0.1.10 |
1387 | 2024-11-22T19:44:01.063Z | Compiling stringprep v0.1.5 |
1388 | 2024-11-22T19:44:01.260Z | Compiling addr2line v0.24.2 |
1389 | 2024-11-22T19:44:01.662Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2024-11-22T19:44:01.957Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-11-22T19:44:01.983Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-11-22T19:44:02.070Z | Compiling term v0.7.0 |
1393 | 2024-11-22T19:44:02.958Z | Compiling slog-json v2.6.1 |
1394 | 2024-11-22T19:44:03.333Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-11-22T19:44:03.337Z | Compiling curve25519-dalek v4.1.3 |
1396 | 2024-11-22T19:44:03.431Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-11-22T19:44:03.581Z | Compiling futures-executor v0.3.31 |
1398 | 2024-11-22T19:44:03.584Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-11-22T19:44:03.847Z | Compiling md-5 v0.10.6 |
1400 | 2024-11-22T19:44:03.989Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-11-22T19:44:04.121Z | Compiling async-stream-impl v0.3.6 |
1402 | 2024-11-22T19:44:04.185Z | Compiling num-integer v0.1.46 |
1403 | 2024-11-22T19:44:04.337Z | Compiling idna v0.4.0 |
1404 | 2024-11-22T19:44:04.500Z | Compiling idna v0.3.0 |
1405 | 2024-11-22T19:44:04.700Z | Compiling hash32 v0.2.1 |
1406 | 2024-11-22T19:44:04.930Z | Compiling ff v0.13.0 |
1407 | 2024-11-22T19:44:05.079Z | Compiling is-terminal v0.4.13 |
1408 | 2024-11-22T19:44:05.154Z | Compiling object v0.36.5 |
1409 | 2024-11-22T19:44:05.208Z | Compiling dropshot v0.12.0 |
1410 | 2024-11-22T19:44:05.421Z | Compiling rustc-demangle v0.1.24 |
1411 | 2024-11-22T19:44:05.479Z | Compiling num-bigint-dig v0.8.4 |
1412 | 2024-11-22T19:44:05.501Z | Compiling anyhow v1.0.93 |
1413 | 2024-11-22T19:44:05.772Z | Compiling dyn-clone v1.0.17 |
1414 | 2024-11-22T19:44:05.991Z | Compiling take_mut v0.2.2 |
1415 | 2024-11-22T19:44:05.993Z | Compiling quick-error v1.2.3 |
1416 | 2024-11-22T19:44:06.110Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-11-22T19:44:06.143Z | Compiling utf-8 v0.7.6 |
1418 | 2024-11-22T19:44:06.163Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-11-22T19:44:06.185Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-11-22T19:44:06.366Z | Compiling psl-types v2.0.11 |
1421 | 2024-11-22T19:44:06.483Z | Compiling smoltcp v0.9.1 |
1422 | 2024-11-22T19:44:06.544Z | Compiling base16ct v0.2.0 |
1423 | 2024-11-22T19:44:06.566Z | Compiling publicsuffix v2.2.3 |
1424 | 2024-11-22T19:44:06.813Z | Compiling postgres-protocol v0.6.7 |
1425 | 2024-11-22T19:44:06.832Z | Compiling sec1 v0.7.3 |
1426 | 2024-11-22T19:44:06.861Z | Compiling lru-cache v0.1.2 |
1427 | 2024-11-22T19:44:07.061Z | Compiling tungstenite v0.24.0 |
1428 | 2024-11-22T19:44:07.253Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-11-22T19:44:08.144Z | Compiling async-stream v0.3.6 |
1430 | 2024-11-22T19:44:08.164Z | Compiling hickory-proto v0.24.1 |
1431 | 2024-11-22T19:44:08.469Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-22T19:44:08.724Z | Compiling group v0.13.0 |
1433 | 2024-11-22T19:44:09.049Z | Compiling usdt v0.5.0 |
1434 | 2024-11-22T19:44:09.594Z | Compiling num-iter v0.1.45 |
1435 | 2024-11-22T19:44:09.771Z | Compiling futures v0.3.31 |
1436 | 2024-11-22T19:44:09.837Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-11-22T19:44:11.573Z | Compiling camino v1.1.9 |
1438 | 2024-11-22T19:44:11.740Z | Compiling toml v0.8.19 |
1439 | 2024-11-22T19:44:11.819Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-11-22T19:44:12.088Z | Compiling phf_shared v0.11.2 |
1441 | 2024-11-22T19:44:12.215Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2024-11-22T19:44:12.493Z | Compiling backtrace v0.3.74 |
1443 | 2024-11-22T19:44:12.534Z | Compiling terminal_size v0.4.0 |
1444 | 2024-11-22T19:44:12.744Z | Compiling waitgroup v0.1.2 |
1445 | 2024-11-22T19:44:12.969Z | Compiling openapiv3 v2.0.0 |
1446 | 2024-11-22T19:44:13.236Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2024-11-22T19:44:13.578Z | Compiling hkdf v0.12.4 |
1448 | 2024-11-22T19:44:13.842Z | Compiling crypto-bigint v0.5.5 |
1449 | 2024-11-22T19:44:14.085Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-11-22T19:44:14.304Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-11-22T19:44:15.923Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-11-22T19:44:16.173Z | Compiling idna v0.5.0 |
1453 | 2024-11-22T19:44:16.365Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-11-22T19:44:16.957Z | Compiling hostname v0.4.0 |
1455 | 2024-11-22T19:44:17.240Z | Compiling fs-err v2.11.0 |
1456 | 2024-11-22T19:44:17.261Z | Compiling ahash v0.8.11 |
1457 | 2024-11-22T19:44:17.459Z | Compiling crc32fast v1.4.2 |
1458 | 2024-11-22T19:44:17.527Z | Compiling debug-ignore v1.0.5 |
1459 | 2024-11-22T19:44:17.595Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-22T19:44:17.685Z | Compiling winnow v0.5.40 |
1461 | 2024-11-22T19:44:17.706Z | Compiling managed v0.8.0 |
1462 | 2024-11-22T19:44:17.804Z | Compiling clap_builder v4.5.21 |
1463 | 2024-11-22T19:44:17.849Z | Compiling flate2 v1.0.34 |
1464 | 2024-11-22T19:44:18.184Z | Compiling zerocopy v0.6.6 |
1465 | 2024-11-22T19:44:18.538Z | Compiling strum_macros v0.25.3 |
1466 | 2024-11-22T19:44:18.791Z | Compiling console v0.15.8 |
1467 | 2024-11-22T19:44:19.370Z | Compiling hubpack v0.1.2 |
1468 | 2024-11-22T19:44:19.845Z | Compiling cookie_store v0.21.0 |
1469 | 2024-11-22T19:44:20.041Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-11-22T19:44:20.403Z | Compiling hickory-resolver v0.24.1 |
1471 | 2024-11-22T19:44:21.457Z | Compiling toml_edit v0.19.15 |
1472 | 2024-11-22T19:44:21.502Z | Compiling phf v0.11.2 |
1473 | 2024-11-22T19:44:21.802Z | Compiling hyper-tls v0.6.0 |
1474 | 2024-11-22T19:44:21.823Z | Compiling signal-hook-mio v0.2.4 |
1475 | 2024-11-22T19:44:21.990Z | Compiling rayon v1.10.0 |
1476 | 2024-11-22T19:44:22.237Z | Compiling bzip2 v0.4.4 |
1477 | 2024-11-22T19:44:22.800Z | Compiling tokio-tungstenite v0.24.0 |
1478 | 2024-11-22T19:44:23.343Z | Compiling postgres-types v0.2.8 |
1479 | 2024-11-22T19:44:26.275Z | Compiling ed25519 v2.2.3 |
1480 | 2024-11-22T19:44:26.864Z | Compiling phf_shared v0.10.0 |
1481 | 2024-11-22T19:44:27.273Z | Compiling tokio-stream v0.1.16 |
1482 | 2024-11-22T19:44:27.293Z | Compiling pkcs1 v0.7.5 |
1483 | 2024-11-22T19:44:27.317Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-11-22T19:44:27.557Z | Compiling clap_derive v4.5.18 |
1485 | 2024-11-22T19:44:28.173Z | Compiling rfc6979 v0.4.0 |
1486 | 2024-11-22T19:44:28.198Z | Compiling serde_repr v0.1.19 |
1487 | 2024-11-22T19:44:28.292Z | Compiling derive-where v1.2.7 |
1488 | 2024-11-22T19:44:28.357Z | Compiling float-cmp v0.9.0 |
1489 | 2024-11-22T19:44:28.378Z | Compiling bstr v1.10.0 |
1490 | 2024-11-22T19:44:28.582Z | Compiling sync_wrapper v1.0.1 |
1491 | 2024-11-22T19:44:28.744Z | Compiling static_assertions v1.1.0 |
1492 | 2024-11-22T19:44:28.859Z | Compiling number_prefix v0.4.0 |
1493 | 2024-11-22T19:44:29.097Z | Compiling fixedbitset v0.4.2 |
1494 | 2024-11-22T19:44:29.395Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-11-22T19:44:29.563Z | Compiling bit-vec v0.6.3 |
1496 | 2024-11-22T19:44:29.585Z | Compiling predicates-core v1.0.8 |
1497 | 2024-11-22T19:44:29.951Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2024-11-22T19:44:30.040Z | Compiling difflib v0.4.0 |
1499 | 2024-11-22T19:44:30.061Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-11-22T19:44:30.154Z | Compiling precomputed-hash v0.1.1 |
1501 | 2024-11-22T19:44:30.190Z | Compiling unicode-width v0.2.0 |
1502 | 2024-11-22T19:44:30.279Z | Compiling whoami v1.5.2 |
1503 | 2024-11-22T19:44:30.298Z | Compiling string_cache v0.8.7 |
1504 | 2024-11-22T19:44:30.718Z | Compiling indicatif v0.17.9 |
1505 | 2024-11-22T19:44:30.777Z | Compiling tokio-postgres v0.7.12 |
1506 | 2024-11-22T19:44:30.926Z | Compiling predicates v3.1.2 |
1507 | 2024-11-22T19:44:31.719Z | Compiling similar v2.6.0 |
1508 | 2024-11-22T19:44:31.865Z | Compiling bit-set v0.5.3 |
1509 | 2024-11-22T19:44:32.167Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1510 | 2024-11-22T19:44:32.551Z | Compiling clap v4.5.21 |
1511 | 2024-11-22T19:44:32.674Z | Compiling petgraph v0.6.5 |
1512 | 2024-11-22T19:44:32.725Z | Compiling ecdsa v0.16.9 |
1513 | 2024-11-22T19:44:32.964Z | Compiling rsa v0.9.6 |
1514 | 2024-11-22T19:44:33.598Z | Compiling ed25519-dalek v2.1.1 |
1515 | 2024-11-22T19:44:34.177Z | Compiling toml v0.7.8 |
1516 | 2024-11-22T19:44:34.925Z | Compiling zip v0.6.6 |
1517 | 2024-11-22T19:44:35.950Z | Compiling crossterm v0.28.1 |
1518 | 2024-11-22T19:44:36.788Z | Compiling hex v0.4.3 |
1519 | 2024-11-22T19:44:37.116Z | Compiling x509-cert v0.2.5 |
1520 | 2024-11-22T19:44:37.264Z | Compiling itertools v0.10.5 |
1521 | 2024-11-22T19:44:37.397Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-11-22T19:44:37.427Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-11-22T19:44:37.758Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-11-22T19:44:37.930Z | Compiling strum_macros v0.26.4 |
1525 | 2024-11-22T19:44:38.080Z | Compiling xattr v1.3.1 |
1526 | 2024-11-22T19:44:38.343Z | Compiling filetime v0.2.25 |
1527 | 2024-11-22T19:44:38.669Z | Compiling tar v0.4.42 |
1528 | 2024-11-22T19:44:42.920Z | Compiling strum v0.26.3 |
1529 | 2024-11-22T19:44:45.736Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-11-22T19:45:13.589Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-11-22T19:45:16.875Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-11-22T19:45:18.624Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-11-22T19:45:18.977Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-11-22T19:45:19.337Z | Compiling reqwest v0.12.9 |
1535 | 2024-11-22T19:45:20.497Z | Compiling qorb v0.2.0 |
1536 | 2024-11-22T19:45:25.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-11-22T19:45:25.440Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-11-22T19:45:31.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1539 | 2024-11-22T19:45:31.337Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-11-22T19:45:31.389Z | Nov 22 19:45:30.727 INFO Starting download, target: Cockroach |
1541 | 2024-11-22T19:45:31.389Z | Nov 22 19:45:30.727 INFO Starting download, target: Console |
1542 | 2024-11-22T19:45:31.389Z | Nov 22 19:45:30.727 INFO Starting download, target: Clickhouse |
1543 | 2024-11-22T19:45:31.390Z | Nov 22 19:45:30.727 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.727 INFO Starting download, target: DendriteStub |
1545 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.727 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.727 INFO Starting download, target: TransceiverControl |
1547 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1548 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1551 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-11-22T19:45:31.394Z | Nov 22 19:45:30.728 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-11-22T19:45:31.629Z | Nov 22 19:45:30.966 INFO Download complete, target: DendriteOpenapi |
1555 | 2024-11-22T19:45:31.894Z | Nov 22 19:45:31.220 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-11-22T19:45:32.081Z | Nov 22 19:45:31.418 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-11-22T19:45:32.168Z | Nov 22 19:45:31.506 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1558 | 2024-11-22T19:45:32.434Z | Nov 22 19:45:31.771 INFO Download complete, target: Console |
1559 | 2024-11-22T19:45:32.549Z | Nov 22 19:45:31.876 INFO Download complete, target: TransceiverControl |
1560 | 2024-11-22T19:45:32.613Z | Nov 22 19:45:31.949 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2024-11-22T19:45:33.234Z | Nov 22 19:45:32.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1562 | 2024-11-22T19:45:33.234Z | Nov 22 19:45:32.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1563 | 2024-11-22T19:45:33.847Z | Nov 22 19:45:33.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1564 | 2024-11-22T19:45:34.982Z | Nov 22 19:45:34.320 INFO Download complete, target: DendriteStub |
1565 | 2024-11-22T19:45:35.404Z | Nov 22 19:45:34.741 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-11-22T19:45:40.284Z | Nov 22 19:45:39.621 INFO Checking that binary works, target: Cockroach |
1567 | 2024-11-22T19:45:40.432Z | Nov 22 19:45:39.769 INFO Download complete, target: Cockroach |
1568 | 2024-11-22T19:45:45.431Z | Nov 22 19:45:44.765 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-11-22T19:45:45.890Z | Nov 22 19:45:45.225 INFO Download complete, target: Clickhouse |
1570 | 2024-11-22T19:45:45.910Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-11-22T19:45:45.913Z | |
1572 | 2024-11-22T19:45:45.913Z | real 4:38.071630123 |
1573 | 2024-11-22T19:45:45.913Z | user 16:21.647936190 |
1574 | 2024-11-22T19:45:45.913Z | sys 3:13.920190182 |
1575 | 2024-11-22T19:45:45.913Z | trap 0.562858777 |
1576 | 2024-11-22T19:45:45.913Z | tflt 1.733046040 |
1577 | 2024-11-22T19:45:45.913Z | dflt 2.276972202 |
1578 | 2024-11-22T19:45:45.913Z | kflt 0.124290319 |
1579 | 2024-11-22T19:45:45.913Z | lock 29:00.871913001 |
1580 | 2024-11-22T19:45:45.914Z | slp 1:00:45.333254078 |
1581 | 2024-11-22T19:45:45.914Z | lat 58.370531718 |
1582 | 2024-11-22T19:45:45.914Z | stop 2:24.215211714 |
1583 | 2024-11-22T19:45:45.914Z | + banner hack-check |
1584 | 2024-11-22T19:45:45.914Z | |
1585 | 2024-11-22T19:45:45.914Z | # # ## #### # # #### # # ###### #### # # |
1586 | 2024-11-22T19:45:45.914Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-11-22T19:45:45.914Z | ###### # # # #### ##### # ###### ##### # #### |
1588 | 2024-11-22T19:45:45.914Z | # # ###### # # # # # # # # # # |
1589 | 2024-11-22T19:45:45.914Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-11-22T19:45:45.914Z | # # # # #### # # #### # # ###### #### # # |
1591 | 2024-11-22T19:45:45.914Z | |
1592 | 2024-11-22T19:45:45.914Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-11-22T19:45:45.914Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-11-22T19:45:45.914Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1595 | 2024-11-22T19:45:46.437Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-11-22T19:45:50.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
1597 | 2024-11-22T19:45:50.222Z | Running `target/debug/xtask check-features --ci` |
1598 | 2024-11-22T19:45:50.241Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1599 | 2024-11-22T19:45:50.241Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1600 | 2024-11-22T19:45:50.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1601 | 2024-11-22T19:45:50.715Z | Running `target/debug/xtask download cargo-hack` |
1602 | 2024-11-22T19:45:51.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-11-22T19:45:51.863Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2024-11-22T19:45:56.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s |
1605 | 2024-11-22T19:45:57.038Z | Running `target/debug/xtask-downloader cargo-hack` |
1606 | 2024-11-22T19:45:57.073Z | Nov 22 19:45:56.406 INFO Starting download, target: CargoHack |
1607 | 2024-11-22T19:45:57.075Z | Nov 22 19:45:56.407 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1608 | 2024-11-22T19:45:57.749Z | Nov 22 19:45:57.083 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1609 | 2024-11-22T19:45:57.838Z | Nov 22 19:45:57.172 INFO Download complete, target: CargoHack |
1610 | 2024-11-22T19:45:57.842Z | 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" |
1611 | 2024-11-22T19:45:57.857Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1612 | 2024-11-22T19:45:58.022Z | info: running `cargo check --bins` on api_identity (1/173) |
1613 | 2024-11-22T19:45:58.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-11-22T19:45:58.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-11-22T19:45:58.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-11-22T19:45:58.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1617 | 2024-11-22T19:45:58.654Z | |
1618 | 2024-11-22T19:45:58.655Z | info: running `cargo check --bins` on bootstore (2/173) |
1619 | 2024-11-22T19:45:59.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-11-22T19:45:59.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-11-22T19:45:59.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-11-22T19:45:59.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1623 | 2024-11-22T19:45:59.293Z | |
1624 | 2024-11-22T19:45:59.293Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1625 | 2024-11-22T19:45:59.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-11-22T19:45:59.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-11-22T19:45:59.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-11-22T19:45:59.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1629 | 2024-11-22T19:45:59.915Z | |
1630 | 2024-11-22T19:45:59.915Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1631 | 2024-11-22T19:46:00.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-11-22T19:46:00.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-11-22T19:46:00.471Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-11-22T19:46:00.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1635 | 2024-11-22T19:46:00.543Z | |
1636 | 2024-11-22T19:46:00.543Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1637 | 2024-11-22T19:46:00.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-11-22T19:46:00.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-11-22T19:46:00.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-11-22T19:46:00.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1641 | 2024-11-22T19:46:00.961Z | |
1642 | 2024-11-22T19:46:00.961Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1643 | 2024-11-22T19:46:01.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-11-22T19:46:01.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-11-22T19:46:01.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-11-22T19:46:01.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1647 | 2024-11-22T19:46:01.379Z | |
1648 | 2024-11-22T19:46:01.379Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1649 | 2024-11-22T19:46:01.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-11-22T19:46:01.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-11-22T19:46:01.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-11-22T19:46:01.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1653 | 2024-11-22T19:46:01.803Z | |
1654 | 2024-11-22T19:46:01.803Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1655 | 2024-11-22T19:46:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-11-22T19:46:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-11-22T19:46:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-11-22T19:46:02.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-11-22T19:46:02.227Z | |
1660 | 2024-11-22T19:46:02.227Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1661 | 2024-11-22T19:46:02.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-11-22T19:46:02.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-11-22T19:46:02.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-11-22T19:46:02.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-11-22T19:46:02.656Z | |
1666 | 2024-11-22T19:46:02.656Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1667 | 2024-11-22T19:46:03.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-11-22T19:46:03.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-11-22T19:46:03.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-11-22T19:46:03.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1671 | 2024-11-22T19:46:03.075Z | |
1672 | 2024-11-22T19:46:03.076Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1673 | 2024-11-22T19:46:03.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-11-22T19:46:03.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-11-22T19:46:03.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-11-22T19:46:03.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1677 | 2024-11-22T19:46:03.497Z | |
1678 | 2024-11-22T19:46:03.497Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1679 | 2024-11-22T19:46:03.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-11-22T19:46:03.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-11-22T19:46:03.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-11-22T19:46:03.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1683 | 2024-11-22T19:46:03.930Z | |
1684 | 2024-11-22T19:46:03.930Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1685 | 2024-11-22T19:46:04.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-11-22T19:46:04.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-11-22T19:46:04.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-11-22T19:46:04.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1689 | 2024-11-22T19:46:04.352Z | |
1690 | 2024-11-22T19:46:04.352Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1691 | 2024-11-22T19:46:04.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-11-22T19:46:04.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-11-22T19:46:04.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-11-22T19:46:04.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1695 | 2024-11-22T19:46:04.775Z | |
1696 | 2024-11-22T19:46:04.775Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1697 | 2024-11-22T19:46:05.155Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-11-22T19:46:05.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-11-22T19:46:05.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-11-22T19:46:05.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1701 | 2024-11-22T19:46:05.197Z | |
1702 | 2024-11-22T19:46:05.197Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1703 | 2024-11-22T19:46:05.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-11-22T19:46:05.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-11-22T19:46:05.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-11-22T19:46:05.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1707 | 2024-11-22T19:46:05.612Z | |
1708 | 2024-11-22T19:46:05.612Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1709 | 2024-11-22T19:46:05.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-11-22T19:46:05.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-11-22T19:46:05.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-11-22T19:46:06.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1713 | 2024-11-22T19:46:06.038Z | |
1714 | 2024-11-22T19:46:06.038Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1715 | 2024-11-22T19:46:06.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-11-22T19:46:06.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-11-22T19:46:06.431Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-11-22T19:46:06.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1719 | 2024-11-22T19:46:06.472Z | |
1720 | 2024-11-22T19:46:06.472Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1721 | 2024-11-22T19:46:06.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-11-22T19:46:06.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-11-22T19:46:06.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-11-22T19:46:06.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1725 | 2024-11-22T19:46:06.894Z | |
1726 | 2024-11-22T19:46:06.894Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1727 | 2024-11-22T19:46:07.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-11-22T19:46:07.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-11-22T19:46:07.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-11-22T19:46:07.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1731 | 2024-11-22T19:46:07.312Z | |
1732 | 2024-11-22T19:46:07.313Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1733 | 2024-11-22T19:46:07.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-11-22T19:46:07.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-11-22T19:46:07.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-11-22T19:46:07.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-11-22T19:46:07.745Z | |
1738 | 2024-11-22T19:46:07.745Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1739 | 2024-11-22T19:46:08.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-11-22T19:46:08.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-11-22T19:46:08.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-11-22T19:46:08.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1743 | 2024-11-22T19:46:08.167Z | |
1744 | 2024-11-22T19:46:08.167Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1745 | 2024-11-22T19:46:08.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-11-22T19:46:08.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-11-22T19:46:08.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-11-22T19:46:08.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1749 | 2024-11-22T19:46:08.597Z | |
1750 | 2024-11-22T19:46:08.597Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1751 | 2024-11-22T19:46:08.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-11-22T19:46:08.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-11-22T19:46:08.982Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-11-22T19:46:08.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-11-22T19:46:09.021Z | |
1756 | 2024-11-22T19:46:09.021Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1757 | 2024-11-22T19:46:09.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-11-22T19:46:09.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-11-22T19:46:09.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-11-22T19:46:09.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1761 | 2024-11-22T19:46:09.660Z | |
1762 | 2024-11-22T19:46:09.660Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1763 | 2024-11-22T19:46:10.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-11-22T19:46:10.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-11-22T19:46:10.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-11-22T19:46:10.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1767 | 2024-11-22T19:46:10.298Z | |
1768 | 2024-11-22T19:46:10.298Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1769 | 2024-11-22T19:46:10.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-11-22T19:46:10.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-11-22T19:46:10.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-11-22T19:46:10.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1773 | 2024-11-22T19:46:10.925Z | |
1774 | 2024-11-22T19:46:10.925Z | info: running `cargo check --bins` on oxlog (28/173) |
1775 | 2024-11-22T19:46:11.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-11-22T19:46:11.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-11-22T19:46:11.533Z | Checking cfg-if v1.0.0 |
1778 | 2024-11-22T19:46:11.536Z | Checking libc v0.2.162 |
1779 | 2024-11-22T19:46:11.640Z | Checking serde v1.0.215 |
1780 | 2024-11-22T19:46:11.642Z | Checking zeroize v1.8.1 |
1781 | 2024-11-22T19:46:11.654Z | Checking memchr v2.7.4 |
1782 | 2024-11-22T19:46:11.656Z | Checking typenum v1.17.0 |
1783 | 2024-11-22T19:46:11.664Z | Checking scopeguard v1.2.0 |
1784 | 2024-11-22T19:46:11.675Z | Checking subtle v2.6.1 |
1785 | 2024-11-22T19:46:11.701Z | Checking value-bag v1.9.0 |
1786 | 2024-11-22T19:46:11.803Z | Checking lock_api v0.4.12 |
1787 | 2024-11-22T19:46:11.886Z | Checking smallvec v1.13.2 |
1788 | 2024-11-22T19:46:11.930Z | Checking const-oid v0.9.6 |
1789 | 2024-11-22T19:46:12.102Z | Checking log v0.4.22 |
1790 | 2024-11-22T19:46:12.200Z | Checking itoa v1.0.11 |
1791 | 2024-11-22T19:46:12.239Z | Checking pin-project-lite v0.2.14 |
1792 | 2024-11-22T19:46:12.357Z | Checking byteorder v1.5.0 |
1793 | 2024-11-22T19:46:12.411Z | Checking futures-core v0.3.31 |
1794 | 2024-11-22T19:46:12.495Z | Checking once_cell v1.20.2 |
1795 | 2024-11-22T19:46:12.583Z | Checking cpufeatures v0.2.14 |
1796 | 2024-11-22T19:46:12.620Z | Checking stable_deref_trait v1.2.0 |
1797 | 2024-11-22T19:46:12.675Z | Checking futures-sink v0.3.31 |
1798 | 2024-11-22T19:46:12.722Z | Checking spin v0.9.8 |
1799 | 2024-11-22T19:46:12.756Z | Checking getrandom v0.2.15 |
1800 | 2024-11-22T19:46:12.756Z | Checking signal-hook-registry v1.4.2 |
1801 | 2024-11-22T19:46:12.787Z | Checking parking_lot_core v0.9.10 |
1802 | 2024-11-22T19:46:12.809Z | Checking mio v1.0.2 |
1803 | 2024-11-22T19:46:12.955Z | Checking generic-array v0.14.7 |
1804 | 2024-11-22T19:46:12.976Z | Checking rand_core v0.6.4 |
1805 | 2024-11-22T19:46:12.990Z | Checking socket2 v0.5.7 |
1806 | 2024-11-22T19:46:13.064Z | Checking zerocopy v0.7.35 |
1807 | 2024-11-22T19:46:13.090Z | Checking parking_lot v0.12.3 |
1808 | 2024-11-22T19:46:13.265Z | Checking zerofrom v0.1.4 |
1809 | 2024-11-22T19:46:13.387Z | Checking slab v0.4.9 |
1810 | 2024-11-22T19:46:13.426Z | Checking futures-channel v0.3.31 |
1811 | 2024-11-22T19:46:13.463Z | Checking yoke v0.7.4 |
1812 | 2024-11-22T19:46:13.481Z | Checking pin-utils v0.1.0 |
1813 | 2024-11-22T19:46:13.563Z | Checking foldhash v0.1.3 |
1814 | 2024-11-22T19:46:13.645Z | Checking futures-task v0.3.31 |
1815 | 2024-11-22T19:46:13.761Z | Checking futures-io v0.3.31 |
1816 | 2024-11-22T19:46:13.776Z | Checking allocator-api2 v0.2.18 |
1817 | 2024-11-22T19:46:13.795Z | Checking equivalent v1.0.1 |
1818 | 2024-11-22T19:46:13.807Z | Checking zerovec v0.10.4 |
1819 | 2024-11-22T19:46:13.878Z | Checking ryu v1.0.18 |
1820 | 2024-11-22T19:46:13.894Z | Checking tinyvec_macros v0.1.1 |
1821 | 2024-11-22T19:46:13.935Z | Checking futures-util v0.3.31 |
1822 | 2024-11-22T19:46:13.971Z | Checking tinyvec v1.8.0 |
1823 | 2024-11-22T19:46:14.108Z | Checking fnv v1.0.7 |
1824 | 2024-11-22T19:46:14.161Z | Checking crypto-common v0.1.6 |
1825 | 2024-11-22T19:46:14.229Z | Checking block-buffer v0.10.4 |
1826 | 2024-11-22T19:46:14.329Z | Checking block-padding v0.3.3 |
1827 | 2024-11-22T19:46:14.382Z | Checking hashbrown v0.15.0 |
1828 | 2024-11-22T19:46:14.441Z | Checking digest v0.10.7 |
1829 | 2024-11-22T19:46:14.524Z | Checking libm v0.2.8 |
1830 | 2024-11-22T19:46:14.541Z | Checking inout v0.1.3 |
1831 | 2024-11-22T19:46:14.746Z | Checking cipher v0.4.4 |
1832 | 2024-11-22T19:46:14.812Z | Checking hmac v0.12.1 |
1833 | 2024-11-22T19:46:15.003Z | Checking sha2 v0.10.8 |
1834 | 2024-11-22T19:46:15.135Z | Checking litemap v0.7.3 |
1835 | 2024-11-22T19:46:15.299Z | Checking unicode-normalization v0.1.24 |
1836 | 2024-11-22T19:46:15.440Z | Checking tinystr v0.7.6 |
1837 | 2024-11-22T19:46:15.444Z | Checking writeable v0.5.5 |
1838 | 2024-11-22T19:46:15.478Z | Checking unicode-bidi v0.3.17 |
1839 | 2024-11-22T19:46:15.494Z | Checking base64ct v1.6.0 |
1840 | 2024-11-22T19:46:15.561Z | Checking num-traits v0.2.19 |
1841 | 2024-11-22T19:46:15.764Z | Checking ppv-lite86 v0.2.20 |
1842 | 2024-11-22T19:46:15.806Z | Checking icu_locid v1.5.0 |
1843 | 2024-11-22T19:46:15.914Z | Checking pem-rfc7468 v0.7.0 |
1844 | 2024-11-22T19:46:16.087Z | Checking flagset v0.4.6 |
1845 | 2024-11-22T19:46:16.160Z | Checking tracing-core v0.1.32 |
1846 | 2024-11-22T19:46:16.201Z | Checking thiserror v1.0.69 |
1847 | 2024-11-22T19:46:16.266Z | Checking der v0.7.9 |
1848 | 2024-11-22T19:46:16.324Z | Checking rustls-pki-types v1.9.0 |
1849 | 2024-11-22T19:46:16.557Z | Checking rand_chacha v0.3.1 |
1850 | 2024-11-22T19:46:16.578Z | Checking bytes v1.8.0 |
1851 | 2024-11-22T19:46:16.802Z | Checking indexmap v2.6.0 |
1852 | 2024-11-22T19:46:16.841Z | Checking serde_json v1.0.132 |
1853 | 2024-11-22T19:46:16.874Z | Checking icu_provider v1.5.0 |
1854 | 2024-11-22T19:46:16.940Z | Checking bitflags v2.6.0 |
1855 | 2024-11-22T19:46:17.217Z | Checking icu_locid_transform_data v1.5.0 |
1856 | 2024-11-22T19:46:17.246Z | Checking percent-encoding v2.3.1 |
1857 | 2024-11-22T19:46:17.304Z | Checking rand v0.8.5 |
1858 | 2024-11-22T19:46:17.381Z | Checking tokio v1.40.0 |
1859 | 2024-11-22T19:46:17.444Z | Checking http v1.1.0 |
1860 | 2024-11-22T19:46:17.512Z | Checking icu_locid_transform v1.5.0 |
1861 | 2024-11-22T19:46:18.083Z | Checking tracing v0.1.40 |
1862 | 2024-11-22T19:46:18.085Z | Checking spki v0.7.3 |
1863 | 2024-11-22T19:46:18.380Z | Checking icu_collections v1.5.0 |
1864 | 2024-11-22T19:46:18.429Z | Checking salsa20 v0.10.2 |
1865 | 2024-11-22T19:46:18.527Z | Checking pbkdf2 v0.12.2 |
1866 | 2024-11-22T19:46:18.588Z | Checking aws-lc-sys v0.22.0 |
1867 | 2024-11-22T19:46:18.588Z | Checking httparse v1.9.5 |
1868 | 2024-11-22T19:46:18.622Z | Checking icu_properties_data v1.5.0 |
1869 | 2024-11-22T19:46:18.684Z | Checking mirai-annotations v1.12.0 |
1870 | 2024-11-22T19:46:18.791Z | Checking untrusted v0.7.1 |
1871 | 2024-11-22T19:46:18.840Z | Checking untrusted v0.9.0 |
1872 | 2024-11-22T19:46:18.842Z | Checking powerfmt v0.2.0 |
1873 | 2024-11-22T19:46:18.941Z | Checking scrypt v0.11.0 |
1874 | 2024-11-22T19:46:18.991Z | Checking ring v0.17.8 |
1875 | 2024-11-22T19:46:19.022Z | Checking icu_properties v1.5.1 |
1876 | 2024-11-22T19:46:19.024Z | Checking cbc v0.1.2 |
1877 | 2024-11-22T19:46:19.049Z | Checking aes v0.8.4 |
1878 | 2024-11-22T19:46:19.107Z | Checking deranged v0.3.11 |
1879 | 2024-11-22T19:46:19.150Z | Checking crossbeam-utils v0.8.20 |
1880 | 2024-11-22T19:46:19.222Z | Checking atomic-waker v1.1.2 |
1881 | 2024-11-22T19:46:19.350Z | Checking utf16_iter v1.0.5 |
1882 | 2024-11-22T19:46:19.511Z | Checking utf8_iter v1.0.4 |
1883 | 2024-11-22T19:46:19.715Z | Checking num_threads v0.1.7 |
1884 | 2024-11-22T19:46:19.827Z | Checking write16 v1.0.0 |
1885 | 2024-11-22T19:46:19.842Z | Checking time-core v0.1.2 |
1886 | 2024-11-22T19:46:19.918Z | Checking num-conv v0.1.0 |
1887 | 2024-11-22T19:46:19.937Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-11-22T19:46:19.995Z | Checking pkcs5 v0.7.1 |
1889 | 2024-11-22T19:46:20.032Z | Checking http-body v1.0.1 |
1890 | 2024-11-22T19:46:20.173Z | Checking form_urlencoded v1.2.1 |
1891 | 2024-11-22T19:46:20.236Z | Checking try-lock v0.2.5 |
1892 | 2024-11-22T19:46:20.365Z | Checking want v0.3.1 |
1893 | 2024-11-22T19:46:20.381Z | Checking httpdate v1.0.3 |
1894 | 2024-11-22T19:46:20.536Z | Checking pkcs8 v0.10.2 |
1895 | 2024-11-22T19:46:20.551Z | Checking unicode-ident v1.0.13 |
1896 | 2024-11-22T19:46:20.614Z | Checking serde_spanned v0.6.8 |
1897 | 2024-11-22T19:46:20.696Z | Checking proc-macro2 v1.0.89 |
1898 | 2024-11-22T19:46:20.775Z | Checking toml_datetime v0.6.8 |
1899 | 2024-11-22T19:46:20.789Z | Checking uuid v1.11.0 |
1900 | 2024-11-22T19:46:20.829Z | Checking slog v2.7.0 |
1901 | 2024-11-22T19:46:20.885Z | Checking time v0.3.36 |
1902 | 2024-11-22T19:46:21.046Z | Checking scroll v0.12.0 |
1903 | 2024-11-22T19:46:21.189Z | Checking aws-lc-rs v1.10.0 |
1904 | 2024-11-22T19:46:21.300Z | Checking adler2 v2.0.0 |
1905 | 2024-11-22T19:46:21.350Z | Checking base64 v0.22.1 |
1906 | 2024-11-22T19:46:21.385Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-11-22T19:46:21.452Z | Checking tower-service v0.3.3 |
1908 | 2024-11-22T19:46:21.490Z | Checking foreign-types-shared v0.1.1 |
1909 | 2024-11-22T19:46:21.531Z | Checking match_cfg v0.1.0 |
1910 | 2024-11-22T19:46:21.563Z | Checking plain v0.2.3 |
1911 | 2024-11-22T19:46:21.589Z | Checking ucd-trie v0.1.7 |
1912 | 2024-11-22T19:46:21.618Z | Checking hostname v0.3.1 |
1913 | 2024-11-22T19:46:21.698Z | Checking goblin v0.8.2 |
1914 | 2024-11-22T19:46:21.746Z | Checking foreign-types v0.3.2 |
1915 | 2024-11-22T19:46:21.789Z | Checking pest v2.7.14 |
1916 | 2024-11-22T19:46:21.816Z | Checking chrono v0.4.38 |
1917 | 2024-11-22T19:46:21.832Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-11-22T19:46:22.380Z | Checking icu_normalizer v1.5.0 |
1919 | 2024-11-22T19:46:22.591Z | Checking quote v1.0.37 |
1920 | 2024-11-22T19:46:22.915Z | Checking openssl-sys v0.9.103 |
1921 | 2024-11-22T19:46:23.022Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-11-22T19:46:23.187Z | Checking idna_adapter v1.2.0 |
1923 | 2024-11-22T19:46:23.350Z | Checking errno v0.3.9 |
1924 | 2024-11-22T19:46:23.377Z | Checking idna v1.0.3 |
1925 | 2024-11-22T19:46:23.564Z | Checking dirs-sys-next v0.1.2 |
1926 | 2024-11-22T19:46:23.722Z | Checking aho-corasick v1.1.3 |
1927 | 2024-11-22T19:46:23.836Z | Checking regex-syntax v0.8.5 |
1928 | 2024-11-22T19:46:24.120Z | Checking siphasher v0.3.11 |
1929 | 2024-11-22T19:46:24.120Z | Checking url v2.5.3 |
1930 | 2024-11-22T19:46:24.355Z | Checking data-encoding v2.6.0 |
1931 | 2024-11-22T19:46:24.355Z | Checking pretty-hex v0.4.1 |
1932 | 2024-11-22T19:46:24.556Z | Checking dtrace-parser v0.2.0 |
1933 | 2024-11-22T19:46:24.556Z | Checking openssl v0.10.66 |
1934 | 2024-11-22T19:46:24.748Z | Checking dirs-next v2.0.0 |
1935 | 2024-11-22T19:46:24.806Z | Checking tokio-util v0.7.12 |
1936 | 2024-11-22T19:46:24.806Z | Checking rustix v0.38.37 |
1937 | 2024-11-22T19:46:24.856Z | Checking syn v2.0.87 |
1938 | 2024-11-22T19:46:24.915Z | Checking http-body-util v0.1.2 |
1939 | 2024-11-22T19:46:25.277Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2024-11-22T19:46:25.357Z | Checking sha1 v0.10.6 |
1941 | 2024-11-22T19:46:25.634Z | Checking signature v2.2.0 |
1942 | 2024-11-22T19:46:25.639Z | Checking h2 v0.4.6 |
1943 | 2024-11-22T19:46:25.700Z | Checking lazy_static v1.5.0 |
1944 | 2024-11-22T19:46:25.803Z | Checking thread_local v1.1.8 |
1945 | 2024-11-22T19:46:25.819Z | Checking thread-id v4.2.2 |
1946 | 2024-11-22T19:46:25.922Z | Checking encoding_rs v0.8.34 |
1947 | 2024-11-22T19:46:26.071Z | Checking either v1.13.0 |
1948 | 2024-11-22T19:46:26.445Z | Checking utf8parse v0.2.2 |
1949 | 2024-11-22T19:46:26.595Z | Checking openssl-probe v0.1.5 |
1950 | 2024-11-22T19:46:26.610Z | Checking dof v0.3.0 |
1951 | 2024-11-22T19:46:26.741Z | Checking gimli v0.31.1 |
1952 | 2024-11-22T19:46:27.085Z | Checking regex-automata v0.4.8 |
1953 | 2024-11-22T19:46:27.177Z | Checking unicode-properties v0.1.3 |
1954 | 2024-11-22T19:46:27.543Z | Checking ipnet v2.10.1 |
1955 | 2024-11-22T19:46:28.024Z | Checking winnow v0.6.20 |
1956 | 2024-11-22T19:46:28.198Z | Checking mime v0.3.17 |
1957 | 2024-11-22T19:46:28.262Z | Checking anstyle v1.0.10 |
1958 | 2024-11-22T19:46:28.528Z | Checking stringprep v0.1.5 |
1959 | 2024-11-22T19:46:28.624Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-11-22T19:46:28.795Z | Checking crossbeam-deque v0.8.5 |
1961 | 2024-11-22T19:46:28.879Z | Checking term v0.7.0 |
1962 | 2024-11-22T19:46:29.094Z | Checking rustls v0.23.14 |
1963 | 2024-11-22T19:46:29.283Z | Checking rustls v0.22.4 |
1964 | 2024-11-22T19:46:29.773Z | Checking native-tls v0.2.12 |
1965 | 2024-11-22T19:46:30.083Z | Checking slog-json v2.6.1 |
1966 | 2024-11-22T19:46:30.340Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-11-22T19:46:30.768Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-11-22T19:46:30.910Z | Checking addr2line v0.24.2 |
1969 | 2024-11-22T19:46:31.018Z | Checking toml_edit v0.22.22 |
1970 | 2024-11-22T19:46:31.136Z | Checking usdt-impl v0.5.0 |
1971 | 2024-11-22T19:46:31.403Z | Checking futures-executor v0.3.31 |
1972 | 2024-11-22T19:46:31.496Z | Checking num-integer v0.1.46 |
1973 | 2024-11-22T19:46:31.592Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-11-22T19:46:31.628Z | Checking idna v0.4.0 |
1975 | 2024-11-22T19:46:31.662Z | Checking idna v0.3.0 |
1976 | 2024-11-22T19:46:31.684Z | Checking hyper v1.5.0 |
1977 | 2024-11-22T19:46:31.794Z | Checking md-5 v0.10.6 |
1978 | 2024-11-22T19:46:31.972Z | Checking ff v0.13.0 |
1979 | 2024-11-22T19:46:31.996Z | Checking is-terminal v0.4.13 |
1980 | 2024-11-22T19:46:32.114Z | Checking memmap v0.7.0 |
1981 | 2024-11-22T19:46:32.176Z | Checking hash32 v0.2.1 |
1982 | 2024-11-22T19:46:32.313Z | Checking object v0.36.5 |
1983 | 2024-11-22T19:46:32.448Z | Checking dyn-clone v1.0.17 |
1984 | 2024-11-22T19:46:32.464Z | Checking utf-8 v0.7.6 |
1985 | 2024-11-22T19:46:32.482Z | Checking anstyle-query v1.1.1 |
1986 | 2024-11-22T19:46:32.581Z | Checking base16ct v0.2.0 |
1987 | 2024-11-22T19:46:32.599Z | Checking linked-hash-map v0.5.6 |
1988 | 2024-11-22T19:46:32.646Z | Checking psl-types v2.0.11 |
1989 | 2024-11-22T19:46:32.761Z | Checking quick-error v1.2.3 |
1990 | 2024-11-22T19:46:32.816Z | Checking colorchoice v1.0.2 |
1991 | 2024-11-22T19:46:32.842Z | Checking fallible-iterator v0.2.0 |
1992 | 2024-11-22T19:46:32.893Z | Checking is_terminal_polyfill v1.70.1 |
1993 | 2024-11-22T19:46:32.911Z | Checking take_mut v0.2.2 |
1994 | 2024-11-22T19:46:32.942Z | Checking rustc-demangle v0.1.24 |
1995 | 2024-11-22T19:46:33.000Z | Checking anstream v0.6.15 |
1996 | 2024-11-22T19:46:33.054Z | Checking slog-async v2.8.0 |
1997 | 2024-11-22T19:46:33.339Z | Checking lru-cache v0.1.2 |
1998 | 2024-11-22T19:46:33.341Z | Checking resolv-conf v0.7.0 |
1999 | 2024-11-22T19:46:33.381Z | Checking tokio-rustls v0.25.0 |
2000 | 2024-11-22T19:46:33.471Z | Checking postgres-protocol v0.6.7 |
2001 | 2024-11-22T19:46:33.523Z | Checking publicsuffix v2.2.3 |
2002 | 2024-11-22T19:46:33.617Z | Checking toml v0.8.19 |
2003 | 2024-11-22T19:46:33.684Z | Checking sec1 v0.7.3 |
2004 | 2024-11-22T19:46:33.700Z | Checking hyper-util v0.1.10 |
2005 | 2024-11-22T19:46:33.749Z | Checking tungstenite v0.24.0 |
2006 | 2024-11-22T19:46:33.764Z | Checking schemars v0.8.21 |
2007 | 2024-11-22T19:46:34.046Z | Checking heapless v0.7.17 |
2008 | 2024-11-22T19:46:34.134Z | Checking hickory-proto v0.24.1 |
2009 | 2024-11-22T19:46:34.372Z | Checking usdt v0.5.0 |
2010 | 2024-11-22T19:46:34.608Z | Checking tokio-rustls v0.26.0 |
2011 | 2024-11-22T19:46:34.624Z | Checking group v0.13.0 |
2012 | 2024-11-22T19:46:34.652Z | Checking slog-term v2.9.1 |
2013 | 2024-11-22T19:46:34.865Z | Checking num-iter v0.1.45 |
2014 | 2024-11-22T19:46:35.004Z | Checking futures v0.3.31 |
2015 | 2024-11-22T19:46:35.025Z | Checking slog-bunyan v2.5.0 |
2016 | 2024-11-22T19:46:35.045Z | Checking tokio-native-tls v0.3.1 |
2017 | 2024-11-22T19:46:35.108Z | Checking rayon-core v1.12.1 |
2018 | 2024-11-22T19:46:35.151Z | Checking multer v3.1.0 |
2019 | 2024-11-22T19:46:35.175Z | Checking terminal_size v0.4.0 |
2020 | 2024-11-22T19:46:35.296Z | Checking phf_shared v0.11.2 |
2021 | 2024-11-22T19:46:35.337Z | Checking cookie v0.18.1 |
2022 | 2024-11-22T19:46:35.371Z | Checking async-stream v0.3.6 |
2023 | 2024-11-22T19:46:35.533Z | Checking bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-11-22T19:46:35.551Z | Checking camino v1.1.9 |
2025 | 2024-11-22T19:46:35.559Z | Checking signal-hook v0.3.17 |
2026 | 2024-11-22T19:46:35.656Z | Checking waitgroup v0.1.2 |
2027 | 2024-11-22T19:46:35.672Z | Checking openapiv3 v2.0.0 |
2028 | 2024-11-22T19:46:35.761Z | Checking webpki-roots v0.26.6 |
2029 | 2024-11-22T19:46:35.783Z | Checking serde_path_to_error v0.1.16 |
2030 | 2024-11-22T19:46:35.799Z | Checking idna v0.5.0 |
2031 | 2024-11-22T19:46:35.882Z | Checking hkdf v0.12.4 |
2032 | 2024-11-22T19:46:35.964Z | Checking crypto-bigint v0.5.5 |
2033 | 2024-11-22T19:46:36.081Z | Checking hostname v0.4.0 |
2034 | 2024-11-22T19:46:36.107Z | Checking crc32fast v1.4.2 |
2035 | 2024-11-22T19:46:36.200Z | Checking managed v0.8.0 |
2036 | 2024-11-22T19:46:36.322Z | Checking strsim v0.11.1 |
2037 | 2024-11-22T19:46:36.383Z | Checking unicode-width v0.1.14 |
2038 | 2024-11-22T19:46:36.571Z | Checking winnow v0.5.40 |
2039 | 2024-11-22T19:46:36.585Z | Checking clap_lex v0.7.2 |
2040 | 2024-11-22T19:46:36.649Z | Checking bitflags v1.3.2 |
2041 | 2024-11-22T19:46:36.748Z | Checking debug-ignore v1.0.5 |
2042 | 2024-11-22T19:46:36.823Z | Checking clap_builder v4.5.21 |
2043 | 2024-11-22T19:46:36.869Z | Checking console v0.15.8 |
2044 | 2024-11-22T19:46:36.884Z | Checking smoltcp v0.9.1 |
2045 | 2024-11-22T19:46:37.424Z | Checking cookie_store v0.21.0 |
2046 | 2024-11-22T19:46:38.139Z | Checking flate2 v1.0.34 |
2047 | 2024-11-22T19:46:38.376Z | Checking hyper-rustls v0.27.3 |
2048 | 2024-11-22T19:46:38.734Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-11-22T19:46:38.772Z | Checking rayon v1.10.0 |
2050 | 2024-11-22T19:46:38.853Z | Checking elliptic-curve v0.13.8 |
2051 | 2024-11-22T19:46:38.870Z | Checking hyper-tls v0.6.0 |
2052 | 2024-11-22T19:46:38.872Z | Checking backtrace v0.3.74 |
2053 | 2024-11-22T19:46:38.953Z | Checking hickory-resolver v0.24.1 |
2054 | 2024-11-22T19:46:39.022Z | Checking dropshot v0.12.0 |
2055 | 2024-11-22T19:46:39.122Z | Checking bzip2 v0.4.4 |
2056 | 2024-11-22T19:46:39.404Z | Checking phf v0.11.2 |
2057 | 2024-11-22T19:46:39.420Z | Checking anyhow v1.0.93 |
2058 | 2024-11-22T19:46:39.489Z | Checking num-bigint-dig v0.8.4 |
2059 | 2024-11-22T19:46:39.575Z | Checking toml_edit v0.19.15 |
2060 | 2024-11-22T19:46:39.646Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-11-22T19:46:39.780Z | Checking postgres-types v0.2.8 |
2062 | 2024-11-22T19:46:39.796Z | Checking regex v1.11.1 |
2063 | 2024-11-22T19:46:40.098Z | Checking bstr v1.10.0 |
2064 | 2024-11-22T19:46:40.412Z | Checking ed25519 v2.2.3 |
2065 | 2024-11-22T19:46:40.480Z | Checking tokio-stream v0.1.16 |
2066 | 2024-11-22T19:46:40.549Z | Checking phf_shared v0.10.0 |
2067 | 2024-11-22T19:46:40.713Z | Checking zerocopy v0.6.6 |
2068 | 2024-11-22T19:46:40.831Z | Checking curve25519-dalek v4.1.3 |
2069 | 2024-11-22T19:46:41.043Z | Checking pkcs1 v0.7.5 |
2070 | 2024-11-22T19:46:41.338Z | Checking hubpack v0.1.2 |
2071 | 2024-11-22T19:46:41.432Z | Checking portable-atomic v1.9.0 |
2072 | 2024-11-22T19:46:41.477Z | Checking float-cmp v0.9.0 |
2073 | 2024-11-22T19:46:41.636Z | Checking serde-big-array v0.5.1 |
2074 | 2024-11-22T19:46:41.652Z | Checking rfc6979 v0.4.0 |
2075 | 2024-11-22T19:46:41.665Z | Checking sync_wrapper v1.0.1 |
2076 | 2024-11-22T19:46:41.797Z | Checking precomputed-hash v0.1.1 |
2077 | 2024-11-22T19:46:41.826Z | Checking new_debug_unreachable v1.0.6 |
2078 | 2024-11-22T19:46:41.843Z | Checking whoami v1.5.2 |
2079 | 2024-11-22T19:46:41.909Z | Checking difflib v0.4.0 |
2080 | 2024-11-22T19:46:41.912Z | Checking bit-vec v0.6.3 |
2081 | 2024-11-22T19:46:41.975Z | Checking unicode-width v0.2.0 |
2082 | 2024-11-22T19:46:42.136Z | Checking normalize-line-endings v0.3.0 |
2083 | 2024-11-22T19:46:42.197Z | Checking predicates-core v1.0.8 |
2084 | 2024-11-22T19:46:42.241Z | Checking unicode-segmentation v1.12.0 |
2085 | 2024-11-22T19:46:42.254Z | Checking fixedbitset v0.4.2 |
2086 | 2024-11-22T19:46:42.371Z | Checking number_prefix v0.4.0 |
2087 | 2024-11-22T19:46:42.440Z | Checking static_assertions v1.1.0 |
2088 | 2024-11-22T19:46:42.457Z | Checking minimal-lexical v0.2.1 |
2089 | 2024-11-22T19:46:42.506Z | Checking petgraph v0.6.5 |
2090 | 2024-11-22T19:46:42.530Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2091 | 2024-11-22T19:46:42.544Z | Checking predicates v3.1.2 |
2092 | 2024-11-22T19:46:42.546Z | Checking indicatif v0.17.9 |
2093 | 2024-11-22T19:46:42.606Z | Checking qorb v0.2.0 |
2094 | 2024-11-22T19:46:42.726Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-11-22T19:46:42.821Z | Checking nom v7.1.3 |
2096 | 2024-11-22T19:46:42.925Z | Checking similar v2.6.0 |
2097 | 2024-11-22T19:46:43.135Z | Checking bit-set v0.5.3 |
2098 | 2024-11-22T19:46:43.194Z | Checking tokio-postgres v0.7.12 |
2099 | 2024-11-22T19:46:43.287Z | Checking toml v0.7.8 |
2100 | 2024-11-22T19:46:43.375Z | Checking string_cache v0.8.7 |
2101 | 2024-11-22T19:46:43.680Z | Checking ecdsa v0.16.9 |
2102 | 2024-11-22T19:46:43.786Z | Checking reqwest v0.12.9 |
2103 | 2024-11-22T19:46:44.030Z | Checking rsa v0.9.6 |
2104 | 2024-11-22T19:46:44.402Z | Checking clap v4.5.21 |
2105 | 2024-11-22T19:46:44.526Z | Checking zip v0.6.6 |
2106 | 2024-11-22T19:46:45.054Z | Checking crossterm v0.28.1 |
2107 | 2024-11-22T19:46:45.119Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2108 | 2024-11-22T19:46:45.146Z | Checking itertools v0.10.5 |
2109 | 2024-11-22T19:46:45.202Z | Checking itertools v0.12.1 |
2110 | 2024-11-22T19:46:45.588Z | Checking fs-err v2.11.0 |
2111 | 2024-11-22T19:46:45.670Z | Checking ahash v0.8.11 |
2112 | 2024-11-22T19:46:45.711Z | Checking x509-cert v0.2.5 |
2113 | 2024-11-22T19:46:46.166Z | Checking semver v1.0.23 |
2114 | 2024-11-22T19:46:46.256Z | Checking hex v0.4.3 |
2115 | 2024-11-22T19:46:46.341Z | Checking lalrpop-util v0.19.12 |
2116 | 2024-11-22T19:46:46.586Z | Checking peg-runtime v0.8.3 |
2117 | 2024-11-22T19:46:46.626Z | Checking sigpipe v0.1.3 |
2118 | 2024-11-22T19:46:47.484Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2119 | 2024-11-22T19:46:47.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.85s |
2120 | 2024-11-22T19:46:47.945Z | |
2121 | 2024-11-22T19:46:47.945Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2122 | 2024-11-22T19:46:48.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-11-22T19:46:48.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-11-22T19:46:48.605Z | Compiling hashbrown v0.14.5 |
2125 | 2024-11-22T19:46:48.726Z | Checking heck v0.5.0 |
2126 | 2024-11-22T19:46:48.738Z | Compiling unsafe-libyaml v0.2.11 |
2127 | 2024-11-22T19:46:48.751Z | Compiling ident_case v1.0.1 |
2128 | 2024-11-22T19:46:48.763Z | Checking progenitor-client v0.8.0 |
2129 | 2024-11-22T19:46:48.775Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2130 | 2024-11-22T19:46:48.790Z | Compiling proc-macro-crate v1.3.1 |
2131 | 2024-11-22T19:46:48.887Z | Compiling darling_core v0.20.10 |
2132 | 2024-11-22T19:46:48.915Z | Checking ipnetwork v0.20.0 |
2133 | 2024-11-22T19:46:49.114Z | Compiling structmeta-derive v0.3.0 |
2134 | 2024-11-22T19:46:49.135Z | Compiling newtype-uuid v1.1.3 |
2135 | 2024-11-22T19:46:49.263Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2136 | 2024-11-22T19:46:49.410Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2137 | 2024-11-22T19:46:49.538Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-11-22T19:46:49.752Z | Compiling foreign-types-macros v0.2.3 |
2139 | 2024-11-22T19:46:49.863Z | Compiling num_enum_derive v0.5.11 |
2140 | 2024-11-22T19:46:49.878Z | Checking regress v0.10.1 |
2141 | 2024-11-22T19:46:50.289Z | Compiling serde_yaml v0.9.34+deprecated |
2142 | 2024-11-22T19:46:50.646Z | Compiling dropshot v0.13.0 |
2143 | 2024-11-22T19:46:50.942Z | Checking arc-swap v1.7.1 |
2144 | 2024-11-22T19:46:50.972Z | Checking foreign-types-shared v0.3.1 |
2145 | 2024-11-22T19:46:51.081Z | Checking foreign-types v0.5.0 |
2146 | 2024-11-22T19:46:51.293Z | Compiling proc-macro-error v1.0.4 |
2147 | 2024-11-22T19:46:51.353Z | Checking slog-scope v4.4.0 |
2148 | 2024-11-22T19:46:52.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2149 | 2024-11-22T19:46:52.043Z | Compiling structmeta v0.3.0 |
2150 | 2024-11-22T19:46:52.100Z | Checking tungstenite v0.21.0 |
2151 | 2024-11-22T19:46:52.126Z | Compiling heck v0.3.3 |
2152 | 2024-11-22T19:46:52.461Z | Compiling parse-display-derive v0.10.0 |
2153 | 2024-11-22T19:46:52.463Z | Checking num_enum v0.5.11 |
2154 | 2024-11-22T19:46:52.584Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2155 | 2024-11-22T19:46:52.628Z | Compiling dropshot_endpoint v0.13.0 |
2156 | 2024-11-22T19:46:53.009Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2157 | 2024-11-22T19:46:53.436Z | Checking cstr-argument v0.1.2 |
2158 | 2024-11-22T19:46:53.438Z | Checking typify-impl v0.2.0 |
2159 | 2024-11-22T19:46:53.615Z | Checking instant v0.1.13 |
2160 | 2024-11-22T19:46:53.773Z | Checking pretty-hex v0.2.1 |
2161 | 2024-11-22T19:46:53.937Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2162 | 2024-11-22T19:46:54.207Z | Checking base64 v0.21.7 |
2163 | 2024-11-22T19:46:54.542Z | Checking fastrand v2.1.1 |
2164 | 2024-11-22T19:46:54.728Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2165 | 2024-11-22T19:46:54.872Z | Checking tempfile v3.13.0 |
2166 | 2024-11-22T19:46:55.003Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-11-22T19:46:55.062Z | Checking backoff v0.4.0 |
2168 | 2024-11-22T19:46:55.133Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2169 | 2024-11-22T19:46:55.249Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2170 | 2024-11-22T19:46:55.367Z | Checking tokio-tungstenite v0.21.0 |
2171 | 2024-11-22T19:46:55.398Z | Checking strum v0.26.3 |
2172 | 2024-11-22T19:46:55.445Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-11-22T19:46:55.550Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-11-22T19:46:55.837Z | Compiling darling_macro v0.20.10 |
2175 | 2024-11-22T19:46:55.858Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-11-22T19:46:55.975Z | Checking slog-stdlog v4.1.1 |
2177 | 2024-11-22T19:46:56.131Z | Checking regress v0.9.1 |
2178 | 2024-11-22T19:46:56.240Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-11-22T19:46:56.281Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-11-22T19:46:56.385Z | Checking colored v2.1.0 |
2181 | 2024-11-22T19:46:56.565Z | Checking macaddr v1.0.1 |
2182 | 2024-11-22T19:46:56.684Z | Checking base64 v0.13.1 |
2183 | 2024-11-22T19:46:56.728Z | Compiling darling v0.20.10 |
2184 | 2024-11-22T19:46:56.855Z | Compiling serde_with_macros v3.11.0 |
2185 | 2024-11-22T19:46:56.915Z | Checking zone v0.1.8 |
2186 | 2024-11-22T19:46:57.042Z | Checking ron v0.7.1 |
2187 | 2024-11-22T19:46:57.073Z | Checking parse-display v0.10.0 |
2188 | 2024-11-22T19:46:57.291Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-11-22T19:46:57.606Z | Checking xz2 v0.1.7 |
2190 | 2024-11-22T19:46:57.726Z | Checking slog-envlogger v2.2.0 |
2191 | 2024-11-22T19:46:57.886Z | Checking tabwriter v1.4.0 |
2192 | 2024-11-22T19:46:57.943Z | Checking xattr v1.3.1 |
2193 | 2024-11-22T19:46:58.116Z | Checking pem v3.0.4 |
2194 | 2024-11-22T19:46:58.131Z | Checking yasna v0.5.2 |
2195 | 2024-11-22T19:46:58.146Z | Checking headers-core v0.3.0 |
2196 | 2024-11-22T19:46:58.286Z | Checking smf v0.2.3 |
2197 | 2024-11-22T19:46:58.359Z | Checking filetime v0.2.25 |
2198 | 2024-11-22T19:46:58.605Z | Checking same-file v1.0.6 |
2199 | 2024-11-22T19:46:58.781Z | Checking walkdir v2.5.0 |
2200 | 2024-11-22T19:46:58.796Z | Checking tar v0.4.42 |
2201 | 2024-11-22T19:46:58.921Z | Checking headers v0.4.0 |
2202 | 2024-11-22T19:46:59.025Z | Checking rcgen v0.12.1 |
2203 | 2024-11-22T19:46:59.062Z | Checking atomicwrites v0.4.4 |
2204 | 2024-11-22T19:46:59.263Z | Checking camino-tempfile v1.1.1 |
2205 | 2024-11-22T19:46:59.548Z | Checking subprocess v0.2.9 |
2206 | 2024-11-22T19:46:59.688Z | Checking serde_with v3.11.0 |
2207 | 2024-11-22T19:47:03.696Z | Compiling typify-macro v0.2.0 |
2208 | 2024-11-22T19:47:05.515Z | Compiling typify v0.2.0 |
2209 | 2024-11-22T19:47:05.582Z | Compiling progenitor-impl v0.8.0 |
2210 | 2024-11-22T19:47:08.724Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-11-22T19:47:13.924Z | Checking progenitor v0.8.0 |
2212 | 2024-11-22T19:47:14.072Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2213 | 2024-11-22T19:47:14.075Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2024-11-22T19:47:16.685Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2215 | 2024-11-22T19:47:17.068Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-11-22T19:47:23.424Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2217 | 2024-11-22T19:47:24.967Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-11-22T19:47:26.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s |
2219 | 2024-11-22T19:47:26.351Z | |
2220 | 2024-11-22T19:47:26.351Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2221 | 2024-11-22T19:47:26.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-11-22T19:47:26.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-11-22T19:47:26.997Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-11-22T19:47:28.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
2225 | 2024-11-22T19:47:28.547Z | |
2226 | 2024-11-22T19:47:28.547Z | info: running `cargo check --bins` on nexus-config (31/173) |
2227 | 2024-11-22T19:47:29.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-11-22T19:47:29.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-11-22T19:47:29.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-11-22T19:47:29.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2231 | 2024-11-22T19:47:29.162Z | |
2232 | 2024-11-22T19:47:29.162Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2233 | 2024-11-22T19:47:29.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-11-22T19:47:29.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-11-22T19:47:29.691Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-11-22T19:47:29.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2237 | 2024-11-22T19:47:29.760Z | |
2238 | 2024-11-22T19:47:29.760Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2239 | 2024-11-22T19:47:30.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-11-22T19:47:30.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-11-22T19:47:30.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-11-22T19:47:30.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2243 | 2024-11-22T19:47:30.374Z | |
2244 | 2024-11-22T19:47:30.374Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2245 | 2024-11-22T19:47:30.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-11-22T19:47:30.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-11-22T19:47:31.044Z | Compiling zerocopy v0.8.10 |
2248 | 2024-11-22T19:47:31.044Z | Compiling progenitor-client v0.8.0 |
2249 | 2024-11-22T19:47:31.044Z | Compiling itertools v0.13.0 |
2250 | 2024-11-22T19:47:31.047Z | Compiling zerocopy-derive v0.8.10 |
2251 | 2024-11-22T19:47:31.047Z | Compiling heapless v0.8.0 |
2252 | 2024-11-22T19:47:31.047Z | Compiling newtype-uuid v1.1.3 |
2253 | 2024-11-22T19:47:31.047Z | Compiling ipnetwork v0.20.0 |
2254 | 2024-11-22T19:47:31.047Z | Checking hash32 v0.3.1 |
2255 | 2024-11-22T19:47:31.329Z | Compiling instant v0.1.13 |
2256 | 2024-11-22T19:47:31.469Z | Compiling smoltcp v0.11.0 |
2257 | 2024-11-22T19:47:31.490Z | Compiling backoff v0.4.0 |
2258 | 2024-11-22T19:47:31.612Z | Compiling progenitor v0.8.0 |
2259 | 2024-11-22T19:47:31.831Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2260 | 2024-11-22T19:47:31.846Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2261 | 2024-11-22T19:47:32.055Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2262 | 2024-11-22T19:47:32.077Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2263 | 2024-11-22T19:47:32.212Z | Compiling dropshot v0.13.0 |
2264 | 2024-11-22T19:47:32.245Z | Compiling serde_with v3.11.0 |
2265 | 2024-11-22T19:47:32.391Z | Compiling parse-display v0.10.0 |
2266 | 2024-11-22T19:47:32.580Z | Checking num-rational v0.4.2 |
2267 | 2024-11-22T19:47:32.921Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-11-22T19:47:33.104Z | Compiling regress v0.9.1 |
2269 | 2024-11-22T19:47:33.245Z | Compiling phf_generator v0.11.2 |
2270 | 2024-11-22T19:47:33.447Z | Checking num-complex v0.4.6 |
2271 | 2024-11-22T19:47:34.298Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2272 | 2024-11-22T19:47:34.867Z | Compiling macaddr v1.0.1 |
2273 | 2024-11-22T19:47:35.283Z | Checking cobs v0.2.3 |
2274 | 2024-11-22T19:47:35.457Z | Compiling num v0.4.3 |
2275 | 2024-11-22T19:47:35.470Z | Checking postcard v1.0.10 |
2276 | 2024-11-22T19:47:35.662Z | Compiling phf_codegen v0.11.2 |
2277 | 2024-11-22T19:47:36.018Z | Compiling parse-zoneinfo v0.3.1 |
2278 | 2024-11-22T19:47:36.245Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2279 | 2024-11-22T19:47:36.532Z | Compiling float-ord v0.3.2 |
2280 | 2024-11-22T19:47:36.839Z | Compiling convert_case v0.4.0 |
2281 | 2024-11-22T19:47:37.363Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2024-11-22T19:47:37.832Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2283 | 2024-11-22T19:47:37.985Z | Compiling derive_more v0.99.18 |
2284 | 2024-11-22T19:47:38.005Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-11-22T19:47:38.239Z | Compiling chrono-tz-build v0.4.0 |
2286 | 2024-11-22T19:47:39.054Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2287 | 2024-11-22T19:47:39.777Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2288 | 2024-11-22T19:47:39.954Z | Compiling crucible-workspace-hack v0.1.0 |
2289 | 2024-11-22T19:47:39.968Z | Compiling chrono-tz v0.10.0 |
2290 | 2024-11-22T19:47:40.070Z | Checking newline-converter v0.3.0 |
2291 | 2024-11-22T19:47:40.219Z | Checking prettyplease v0.2.25 |
2292 | 2024-11-22T19:47:40.238Z | Compiling slog-dtrace v0.3.0 |
2293 | 2024-11-22T19:47:40.527Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2294 | 2024-11-22T19:47:41.358Z | Checking expectorate v1.1.0 |
2295 | 2024-11-22T19:47:41.447Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2296 | 2024-11-22T19:47:41.496Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2297 | 2024-11-22T19:47:41.510Z | Compiling zone_cfg_derive v0.3.0 |
2298 | 2024-11-22T19:47:41.745Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2299 | 2024-11-22T19:47:41.780Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2300 | 2024-11-22T19:47:42.285Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-11-22T19:47:42.489Z | Compiling const_format_proc_macros v0.2.33 |
2302 | 2024-11-22T19:47:42.796Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2303 | 2024-11-22T19:47:42.903Z | Compiling num-derive v0.4.2 |
2304 | 2024-11-22T19:47:43.016Z | Checking highway v1.2.0 |
2305 | 2024-11-22T19:47:43.600Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-11-22T19:47:43.796Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2307 | 2024-11-22T19:47:44.009Z | Checking zone v0.3.0 |
2308 | 2024-11-22T19:47:44.624Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2309 | 2024-11-22T19:47:44.757Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2310 | 2024-11-22T19:47:44.789Z | Checking const_format v0.2.33 |
2311 | 2024-11-22T19:47:45.201Z | Checking gethostname v0.5.0 |
2312 | 2024-11-22T19:47:45.264Z | Checking bcs v0.1.6 |
2313 | 2024-11-22T19:47:45.307Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2314 | 2024-11-22T19:47:45.322Z | Compiling async-recursion v1.1.1 |
2315 | 2024-11-22T19:47:45.642Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2316 | 2024-11-22T19:47:45.645Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-11-22T19:47:46.030Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2318 | 2024-11-22T19:47:47.343Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2319 | 2024-11-22T19:47:47.406Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2320 | 2024-11-22T19:47:53.354Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2321 | 2024-11-22T19:47:56.612Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2322 | 2024-11-22T19:47:59.182Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2323 | 2024-11-22T19:48:00.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.95s |
2324 | 2024-11-22T19:48:00.516Z | |
2325 | 2024-11-22T19:48:00.517Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2326 | 2024-11-22T19:48:01.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2327 | 2024-11-22T19:48:01.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2328 | 2024-11-22T19:48:01.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2329 | 2024-11-22T19:48:01.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2330 | 2024-11-22T19:48:01.139Z | |
2331 | 2024-11-22T19:48:01.139Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2332 | 2024-11-22T19:48:01.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-11-22T19:48:01.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-11-22T19:48:01.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-11-22T19:48:01.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2336 | 2024-11-22T19:48:01.763Z | |
2337 | 2024-11-22T19:48:01.764Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2338 | 2024-11-22T19:48:02.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-11-22T19:48:02.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-11-22T19:48:02.412Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2341 | 2024-11-22T19:48:03.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2342 | 2024-11-22T19:48:03.204Z | |
2343 | 2024-11-22T19:48:03.204Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2344 | 2024-11-22T19:48:03.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-11-22T19:48:03.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-11-22T19:48:03.862Z | Compiling cfg_aliases v0.1.1 |
2347 | 2024-11-22T19:48:03.864Z | Compiling vte_generate_state_changes v0.1.2 |
2348 | 2024-11-22T19:48:03.864Z | Checking fd-lock v4.0.2 |
2349 | 2024-11-22T19:48:03.864Z | Checking nibble_vec v0.1.0 |
2350 | 2024-11-22T19:48:03.965Z | Checking bytecount v0.6.8 |
2351 | 2024-11-22T19:48:03.967Z | Checking endian-type v0.1.2 |
2352 | 2024-11-22T19:48:03.974Z | Compiling tabled_derive v0.7.0 |
2353 | 2024-11-22T19:48:04.029Z | Compiling peg-macros v0.8.4 |
2354 | 2024-11-22T19:48:04.044Z | Compiling nix v0.28.0 |
2355 | 2024-11-22T19:48:04.076Z | Checking papergrid v0.11.0 |
2356 | 2024-11-22T19:48:04.131Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2357 | 2024-11-22T19:48:04.175Z | Compiling sqlparser_derive v0.2.2 |
2358 | 2024-11-22T19:48:04.203Z | Checking radix_trie v0.2.1 |
2359 | 2024-11-22T19:48:04.583Z | Checking vte v0.11.1 |
2360 | 2024-11-22T19:48:04.608Z | Checking home v0.5.9 |
2361 | 2024-11-22T19:48:04.750Z | Checking nu-ansi-term v0.50.1 |
2362 | 2024-11-22T19:48:05.139Z | Checking unicode_categories v0.1.1 |
2363 | 2024-11-22T19:48:05.266Z | Checking sqlparser v0.45.0 |
2364 | 2024-11-22T19:48:05.309Z | Checking display-error-chain v0.2.2 |
2365 | 2024-11-22T19:48:05.432Z | Checking sqlformat v0.2.6 |
2366 | 2024-11-22T19:48:05.872Z | Checking strip-ansi-escapes v0.2.0 |
2367 | 2024-11-22T19:48:06.029Z | Checking reedline v0.35.0 |
2368 | 2024-11-22T19:48:06.288Z | Checking tabled v0.15.0 |
2369 | 2024-11-22T19:48:06.898Z | Checking peg v0.8.4 |
2370 | 2024-11-22T19:48:07.193Z | Checking rustyline v14.0.0 |
2371 | 2024-11-22T19:48:15.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s |
2372 | 2024-11-22T19:48:15.925Z | |
2373 | 2024-11-22T19:48:15.925Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2374 | 2024-11-22T19:48:16.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2024-11-22T19:48:16.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2024-11-22T19:48:16.579Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2377 | 2024-11-22T19:48:21.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2378 | 2024-11-22T19:48:21.652Z | |
2379 | 2024-11-22T19:48:21.652Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2380 | 2024-11-22T19:48:22.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-11-22T19:48:22.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-11-22T19:48:22.310Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2024-11-22T19:48:25.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s |
2384 | 2024-11-22T19:48:26.133Z | |
2385 | 2024-11-22T19:48:26.133Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2386 | 2024-11-22T19:48:26.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-11-22T19:48:26.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-11-22T19:48:26.798Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2389 | 2024-11-22T19:48:31.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2390 | 2024-11-22T19:48:31.624Z | |
2391 | 2024-11-22T19:48:31.624Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2392 | 2024-11-22T19:48:32.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-11-22T19:48:32.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-11-22T19:48:32.279Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-11-22T19:48:36.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2396 | 2024-11-22T19:48:37.154Z | |
2397 | 2024-11-22T19:48:37.154Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2398 | 2024-11-22T19:48:37.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-11-22T19:48:37.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-11-22T19:48:37.819Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-11-22T19:48:41.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2402 | 2024-11-22T19:48:41.856Z | |
2403 | 2024-11-22T19:48:41.856Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2404 | 2024-11-22T19:48:42.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-11-22T19:48:42.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-11-22T19:48:42.514Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-11-22T19:48:46.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2408 | 2024-11-22T19:48:46.568Z | |
2409 | 2024-11-22T19:48:46.568Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2410 | 2024-11-22T19:48:47.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-11-22T19:48:47.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-11-22T19:48:47.225Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-11-22T19:48:52.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2414 | 2024-11-22T19:48:52.325Z | |
2415 | 2024-11-22T19:48:52.325Z | info: running `cargo check --bins` on oximeter (46/173) |
2416 | 2024-11-22T19:48:52.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-11-22T19:48:52.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-11-22T19:48:52.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2419 | 2024-11-22T19:48:52.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2420 | 2024-11-22T19:48:52.945Z | |
2421 | 2024-11-22T19:48:52.945Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2422 | 2024-11-22T19:48:53.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-11-22T19:48:53.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-11-22T19:48:53.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-11-22T19:48:53.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2426 | 2024-11-22T19:48:53.548Z | |
2427 | 2024-11-22T19:48:53.548Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2428 | 2024-11-22T19:48:54.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-11-22T19:48:54.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-11-22T19:48:54.173Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2431 | 2024-11-22T19:48:54.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2432 | 2024-11-22T19:48:54.779Z | |
2433 | 2024-11-22T19:48:54.779Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2434 | 2024-11-22T19:48:55.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-11-22T19:48:55.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-11-22T19:48:55.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2024-11-22T19:48:55.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2438 | 2024-11-22T19:48:55.397Z | |
2439 | 2024-11-22T19:48:55.397Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2440 | 2024-11-22T19:48:55.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-11-22T19:48:55.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-11-22T19:48:55.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-11-22T19:48:55.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2444 | 2024-11-22T19:48:56.016Z | |
2445 | 2024-11-22T19:48:56.016Z | info: running `cargo check --bins` on oxql-types (51/173) |
2446 | 2024-11-22T19:48:56.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-11-22T19:48:56.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-11-22T19:48:56.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-11-22T19:48:56.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2450 | 2024-11-22T19:48:56.635Z | |
2451 | 2024-11-22T19:48:56.635Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2452 | 2024-11-22T19:48:57.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-11-22T19:48:57.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-11-22T19:48:57.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-11-22T19:48:57.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2456 | 2024-11-22T19:48:57.281Z | |
2457 | 2024-11-22T19:48:57.282Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2458 | 2024-11-22T19:48:57.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-11-22T19:48:57.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-11-22T19:48:57.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-11-22T19:48:57.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2462 | 2024-11-22T19:48:57.912Z | |
2463 | 2024-11-22T19:48:57.912Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2464 | 2024-11-22T19:48:58.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-11-22T19:48:58.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-11-22T19:48:58.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-11-22T19:48:58.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2468 | 2024-11-22T19:48:58.550Z | |
2469 | 2024-11-22T19:48:58.550Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2470 | 2024-11-22T19:48:59.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-11-22T19:48:59.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-11-22T19:48:59.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-11-22T19:48:59.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2474 | 2024-11-22T19:48:59.181Z | |
2475 | 2024-11-22T19:48:59.182Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2476 | 2024-11-22T19:48:59.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-11-22T19:48:59.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-11-22T19:48:59.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-11-22T19:48:59.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2480 | 2024-11-22T19:48:59.814Z | |
2481 | 2024-11-22T19:48:59.814Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2482 | 2024-11-22T19:49:00.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-11-22T19:49:00.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-11-22T19:49:00.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-11-22T19:49:00.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2486 | 2024-11-22T19:49:00.434Z | |
2487 | 2024-11-22T19:49:00.434Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2488 | 2024-11-22T19:49:00.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-11-22T19:49:00.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-11-22T19:49:00.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-11-22T19:49:00.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2492 | 2024-11-22T19:49:01.042Z | |
2493 | 2024-11-22T19:49:01.042Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2494 | 2024-11-22T19:49:01.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-11-22T19:49:01.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-11-22T19:49:01.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-11-22T19:49:01.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2498 | 2024-11-22T19:49:01.681Z | |
2499 | 2024-11-22T19:49:01.681Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2500 | 2024-11-22T19:49:02.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-11-22T19:49:02.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-11-22T19:49:02.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-11-22T19:49:02.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2504 | 2024-11-22T19:49:02.298Z | |
2505 | 2024-11-22T19:49:02.298Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2506 | 2024-11-22T19:49:02.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-11-22T19:49:02.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-11-22T19:49:02.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-11-22T19:49:02.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2510 | 2024-11-22T19:49:02.916Z | |
2511 | 2024-11-22T19:49:02.916Z | info: running `cargo check --bins` on dpd-client (62/173) |
2512 | 2024-11-22T19:49:03.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-11-22T19:49:03.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-11-22T19:49:03.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-11-22T19:49:03.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2516 | 2024-11-22T19:49:03.532Z | |
2517 | 2024-11-22T19:49:03.532Z | info: running `cargo check --bins` on gateway-client (63/173) |
2518 | 2024-11-22T19:49:04.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-11-22T19:49:04.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-11-22T19:49:04.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-11-22T19:49:04.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2522 | 2024-11-22T19:49:04.140Z | |
2523 | 2024-11-22T19:49:04.141Z | info: running `cargo check --bins` on installinator-client (64/173) |
2524 | 2024-11-22T19:49:04.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-11-22T19:49:04.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-11-22T19:49:04.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-11-22T19:49:04.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2528 | 2024-11-22T19:49:04.780Z | |
2529 | 2024-11-22T19:49:04.780Z | info: running `cargo check --bins` on installinator-common (65/173) |
2530 | 2024-11-22T19:49:05.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-11-22T19:49:05.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-11-22T19:49:05.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-11-22T19:49:05.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2534 | 2024-11-22T19:49:05.411Z | |
2535 | 2024-11-22T19:49:05.411Z | info: running `cargo check --bins` on update-engine (66/173) |
2536 | 2024-11-22T19:49:05.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-11-22T19:49:05.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-11-22T19:49:05.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-11-22T19:49:05.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2540 | 2024-11-22T19:49:06.015Z | |
2541 | 2024-11-22T19:49:06.015Z | info: running `cargo check --bins` on nexus-client (67/173) |
2542 | 2024-11-22T19:49:06.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-11-22T19:49:06.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-11-22T19:49:06.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-11-22T19:49:06.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2546 | 2024-11-22T19:49:06.656Z | |
2547 | 2024-11-22T19:49:06.656Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2548 | 2024-11-22T19:49:07.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-11-22T19:49:07.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-11-22T19:49:07.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-11-22T19:49:07.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2552 | 2024-11-22T19:49:07.288Z | |
2553 | 2024-11-22T19:49:07.288Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2554 | 2024-11-22T19:49:07.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-11-22T19:49:07.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-11-22T19:49:07.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-11-22T19:49:07.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2558 | 2024-11-22T19:49:07.896Z | |
2559 | 2024-11-22T19:49:07.897Z | info: running `cargo check --bins` on nexus-types (70/173) |
2560 | 2024-11-22T19:49:08.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-11-22T19:49:08.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-11-22T19:49:08.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-11-22T19:49:08.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2564 | 2024-11-22T19:49:08.542Z | |
2565 | 2024-11-22T19:49:08.542Z | info: running `cargo check --bins` on oxide-client (71/173) |
2566 | 2024-11-22T19:49:09.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-11-22T19:49:09.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-11-22T19:49:09.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-11-22T19:49:09.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2570 | 2024-11-22T19:49:09.149Z | |
2571 | 2024-11-22T19:49:09.149Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2572 | 2024-11-22T19:49:09.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-11-22T19:49:09.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-11-22T19:49:09.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-11-22T19:49:09.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2576 | 2024-11-22T19:49:09.771Z | |
2577 | 2024-11-22T19:49:09.771Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2578 | 2024-11-22T19:49:10.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-11-22T19:49:10.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-11-22T19:49:10.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-11-22T19:49:10.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2582 | 2024-11-22T19:49:10.379Z | |
2583 | 2024-11-22T19:49:10.379Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2584 | 2024-11-22T19:49:10.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-11-22T19:49:10.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-11-22T19:49:10.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-11-22T19:49:10.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2588 | 2024-11-22T19:49:11.009Z | |
2589 | 2024-11-22T19:49:11.009Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2590 | 2024-11-22T19:49:11.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-11-22T19:49:11.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-11-22T19:49:11.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-11-22T19:49:11.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2594 | 2024-11-22T19:49:11.664Z | |
2595 | 2024-11-22T19:49:11.664Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2596 | 2024-11-22T19:49:12.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-11-22T19:49:12.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-11-22T19:49:12.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-11-22T19:49:12.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2600 | 2024-11-22T19:49:12.306Z | |
2601 | 2024-11-22T19:49:12.307Z | info: running `cargo check --bins` on wicket-common (77/173) |
2602 | 2024-11-22T19:49:12.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-11-22T19:49:12.869Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-11-22T19:49:12.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-11-22T19:49:12.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2606 | 2024-11-22T19:49:12.946Z | |
2607 | 2024-11-22T19:49:12.946Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2608 | 2024-11-22T19:49:13.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-11-22T19:49:13.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-11-22T19:49:13.603Z | Checking csv-core v0.1.11 |
2611 | 2024-11-22T19:49:13.603Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2612 | 2024-11-22T19:49:13.605Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2613 | 2024-11-22T19:49:13.906Z | Checking csv v1.3.0 |
2614 | 2024-11-22T19:49:13.921Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2615 | 2024-11-22T19:49:14.465Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2616 | 2024-11-22T19:49:14.800Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2617 | 2024-11-22T19:49:16.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s |
2618 | 2024-11-22T19:49:16.224Z | |
2619 | 2024-11-22T19:49:16.224Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2620 | 2024-11-22T19:49:16.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2621 | 2024-11-22T19:49:16.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2622 | 2024-11-22T19:49:16.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2623 | 2024-11-22T19:49:16.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2624 | 2024-11-22T19:49:16.852Z | |
2625 | 2024-11-22T19:49:16.852Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2626 | 2024-11-22T19:49:17.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-11-22T19:49:17.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-11-22T19:49:17.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-11-22T19:49:17.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2630 | 2024-11-22T19:49:17.472Z | |
2631 | 2024-11-22T19:49:17.472Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2632 | 2024-11-22T19:49:18.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-11-22T19:49:18.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-11-22T19:49:18.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-11-22T19:49:18.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2636 | 2024-11-22T19:49:18.199Z | |
2637 | 2024-11-22T19:49:18.199Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2638 | 2024-11-22T19:49:18.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-11-22T19:49:18.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-11-22T19:49:18.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-11-22T19:49:18.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2642 | 2024-11-22T19:49:18.924Z | |
2643 | 2024-11-22T19:49:18.924Z | info: running `cargo check --bins` on dns-server (83/173) |
2644 | 2024-11-22T19:49:19.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-11-22T19:49:19.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-11-22T19:49:19.559Z | Compiling parking_lot_core v0.8.6 |
2647 | 2024-11-22T19:49:19.559Z | Checking fxhash v0.2.1 |
2648 | 2024-11-22T19:49:19.562Z | Checking hickory-server v0.24.1 |
2649 | 2024-11-22T19:49:19.562Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2650 | 2024-11-22T19:49:19.565Z | Checking hickory-client v0.24.1 |
2651 | 2024-11-22T19:49:20.219Z | Checking parking_lot v0.11.2 |
2652 | 2024-11-22T19:49:20.374Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2653 | 2024-11-22T19:49:20.376Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2654 | 2024-11-22T19:49:20.440Z | Checking sled v0.34.7 |
2655 | 2024-11-22T19:49:22.198Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2656 | 2024-11-22T19:49:23.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
2657 | 2024-11-22T19:49:23.574Z | |
2658 | 2024-11-22T19:49:23.574Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2659 | 2024-11-22T19:49:24.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2024-11-22T19:49:24.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2024-11-22T19:49:24.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2662 | 2024-11-22T19:49:24.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2663 | 2024-11-22T19:49:24.192Z | |
2664 | 2024-11-22T19:49:24.192Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2665 | 2024-11-22T19:49:24.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-11-22T19:49:24.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-11-22T19:49:24.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-11-22T19:49:24.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2669 | 2024-11-22T19:49:24.862Z | |
2670 | 2024-11-22T19:49:24.862Z | info: running `cargo check --bins` on gateway-types (86/173) |
2671 | 2024-11-22T19:49:25.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-11-22T19:49:25.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-11-22T19:49:25.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-11-22T19:49:25.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2675 | 2024-11-22T19:49:25.481Z | |
2676 | 2024-11-22T19:49:25.483Z | info: running `cargo check --bins` on ipcc (87/173) |
2677 | 2024-11-22T19:49:26.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-11-22T19:49:26.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-11-22T19:49:26.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-11-22T19:49:26.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2681 | 2024-11-22T19:49:26.102Z | |
2682 | 2024-11-22T19:49:26.102Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2683 | 2024-11-22T19:49:26.680Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-11-22T19:49:26.682Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-11-22T19:49:26.797Z | Compiling semver v0.1.20 |
2686 | 2024-11-22T19:49:26.797Z | Compiling radium v0.7.0 |
2687 | 2024-11-22T19:49:26.911Z | Compiling maybe-uninit v2.0.0 |
2688 | 2024-11-22T19:49:26.914Z | Checking tap v1.0.1 |
2689 | 2024-11-22T19:49:26.926Z | Checking password-hash v0.5.0 |
2690 | 2024-11-22T19:49:26.928Z | Checking blake2 v0.10.6 |
2691 | 2024-11-22T19:49:26.928Z | Compiling cancel-safe-futures v0.1.5 |
2692 | 2024-11-22T19:49:26.928Z | Compiling owo-colors v4.1.0 |
2693 | 2024-11-22T19:49:27.040Z | Checking wyz v0.5.1 |
2694 | 2024-11-22T19:49:27.187Z | Compiling rustc_version v0.1.7 |
2695 | 2024-11-22T19:49:27.327Z | Checking crc-catalog v2.4.0 |
2696 | 2024-11-22T19:49:27.343Z | Checking funty v2.0.0 |
2697 | 2024-11-22T19:49:27.393Z | Compiling packed_struct v0.10.1 |
2698 | 2024-11-22T19:49:27.424Z | Checking argon2 v0.5.3 |
2699 | 2024-11-22T19:49:27.456Z | Checking crc v3.2.1 |
2700 | 2024-11-22T19:49:27.540Z | Compiling packed_struct_codegen v0.10.1 |
2701 | 2024-11-22T19:49:27.558Z | Compiling indexmap v1.9.3 |
2702 | 2024-11-22T19:49:27.667Z | Compiling newtype_derive v0.1.6 |
2703 | 2024-11-22T19:49:27.744Z | Checking half v2.4.1 |
2704 | 2024-11-22T19:49:27.828Z | Checking nodrop v0.1.14 |
2705 | 2024-11-22T19:49:27.873Z | Checking ciborium-io v0.2.2 |
2706 | 2024-11-22T19:49:27.891Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2707 | 2024-11-22T19:49:27.952Z | Checking array-init v0.0.4 |
2708 | 2024-11-22T19:49:28.033Z | Checking smallvec v0.6.14 |
2709 | 2024-11-22T19:49:28.085Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2710 | 2024-11-22T19:49:28.114Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2711 | 2024-11-22T19:49:28.194Z | Checking ciborium-ll v0.2.2 |
2712 | 2024-11-22T19:49:28.220Z | Checking bitvec v1.0.1 |
2713 | 2024-11-22T19:49:28.426Z | Checking libsw v3.3.1 |
2714 | 2024-11-22T19:49:28.491Z | Compiling memoffset v0.9.1 |
2715 | 2024-11-22T19:49:28.704Z | Checking swrite v0.1.0 |
2716 | 2024-11-22T19:49:28.798Z | Checking bitfield v0.14.0 |
2717 | 2024-11-22T19:49:28.814Z | Checking hashbrown v0.12.3 |
2718 | 2024-11-22T19:49:28.818Z | Checking termcolor v1.4.1 |
2719 | 2024-11-22T19:49:28.876Z | Checking indent_write v2.2.0 |
2720 | 2024-11-22T19:49:28.971Z | Checking linear-map v1.2.0 |
2721 | 2024-11-22T19:49:29.070Z | Checking serde-hex v0.1.0 |
2722 | 2024-11-22T19:49:29.073Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2723 | 2024-11-22T19:49:29.250Z | Checking env_logger v0.10.2 |
2724 | 2024-11-22T19:49:29.307Z | Checking ron v0.8.1 |
2725 | 2024-11-22T19:49:29.794Z | Checking ciborium v0.2.2 |
2726 | 2024-11-22T19:49:29.989Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2727 | 2024-11-22T19:49:30.521Z | Checking steno v0.4.1 |
2728 | 2024-11-22T19:49:30.536Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2729 | 2024-11-22T19:49:30.556Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2730 | 2024-11-22T19:49:30.682Z | Checking hashbrown v0.13.2 |
2731 | 2024-11-22T19:49:30.723Z | Checking crc-any v2.5.0 |
2732 | 2024-11-22T19:49:30.781Z | Checking humantime v2.1.0 |
2733 | 2024-11-22T19:49:31.067Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2734 | 2024-11-22T19:49:31.092Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2735 | 2024-11-22T19:49:31.419Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2736 | 2024-11-22T19:49:31.707Z | Checking path-slash v0.1.5 |
2737 | 2024-11-22T19:49:31.758Z | Checking object v0.30.4 |
2738 | 2024-11-22T19:49:31.792Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2739 | 2024-11-22T19:49:31.846Z | Checking nix v0.27.1 |
2740 | 2024-11-22T19:49:32.744Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2741 | 2024-11-22T19:49:32.899Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2742 | 2024-11-22T19:49:33.053Z | Checking tungstenite v0.23.0 |
2743 | 2024-11-22T19:49:33.104Z | Checking kstat-rs v0.2.4 |
2744 | 2024-11-22T19:49:33.140Z | Checking signal-hook-tokio v0.3.1 |
2745 | 2024-11-22T19:49:33.448Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2746 | 2024-11-22T19:49:33.836Z | Checking tokio-tungstenite v0.23.1 |
2747 | 2024-11-22T19:49:34.441Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2748 | 2024-11-22T19:49:34.638Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2749 | 2024-11-22T19:49:34.874Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2750 | 2024-11-22T19:49:41.464Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2751 | 2024-11-22T19:49:42.788Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2752 | 2024-11-22T19:49:45.266Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2753 | 2024-11-22T19:49:50.784Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2754 | 2024-11-22T19:49:51.471Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2755 | 2024-11-22T19:49:54.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.09s |
2756 | 2024-11-22T19:49:54.379Z | |
2757 | 2024-11-22T19:49:54.379Z | info: running `cargo check --bins` on gateway-api (89/173) |
2758 | 2024-11-22T19:49:54.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-11-22T19:49:54.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-11-22T19:49:54.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-11-22T19:49:54.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2762 | 2024-11-22T19:49:55.004Z | |
2763 | 2024-11-22T19:49:55.004Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2764 | 2024-11-22T19:49:55.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-11-22T19:49:55.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-11-22T19:49:55.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-11-22T19:49:55.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2768 | 2024-11-22T19:49:55.604Z | |
2769 | 2024-11-22T19:49:55.604Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2770 | 2024-11-22T19:49:56.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-11-22T19:49:56.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-11-22T19:49:56.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-11-22T19:49:56.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2774 | 2024-11-22T19:49:56.232Z | |
2775 | 2024-11-22T19:49:56.232Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2776 | 2024-11-22T19:49:56.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-11-22T19:49:56.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-11-22T19:49:56.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-11-22T19:49:56.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2780 | 2024-11-22T19:49:56.852Z | |
2781 | 2024-11-22T19:49:56.852Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2782 | 2024-11-22T19:49:57.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-11-22T19:49:57.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-11-22T19:49:57.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-11-22T19:49:57.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2786 | 2024-11-22T19:49:57.472Z | |
2787 | 2024-11-22T19:49:57.472Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2788 | 2024-11-22T19:49:58.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-11-22T19:49:58.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-11-22T19:49:58.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-11-22T19:49:58.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2792 | 2024-11-22T19:49:58.094Z | |
2793 | 2024-11-22T19:49:58.094Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2794 | 2024-11-22T19:49:58.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-11-22T19:49:58.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-11-22T19:49:58.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-11-22T19:49:58.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2798 | 2024-11-22T19:49:58.721Z | |
2799 | 2024-11-22T19:49:58.721Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2800 | 2024-11-22T19:49:59.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-11-22T19:49:59.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-11-22T19:49:59.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-11-22T19:49:59.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2804 | 2024-11-22T19:49:59.340Z | |
2805 | 2024-11-22T19:49:59.340Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2806 | 2024-11-22T19:49:59.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-11-22T19:49:59.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-11-22T19:49:59.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-11-22T19:49:59.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2810 | 2024-11-22T19:49:59.983Z | |
2811 | 2024-11-22T19:49:59.983Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2812 | 2024-11-22T19:50:00.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-11-22T19:50:00.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-11-22T19:50:00.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-11-22T19:50:00.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2816 | 2024-11-22T19:50:00.601Z | |
2817 | 2024-11-22T19:50:00.601Z | info: running `cargo check --bins` on sp-sim (99/173) |
2818 | 2024-11-22T19:50:01.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-11-22T19:50:01.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-11-22T19:50:01.229Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2821 | 2024-11-22T19:50:03.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s |
2822 | 2024-11-22T19:50:03.261Z | |
2823 | 2024-11-22T19:50:03.261Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2824 | 2024-11-22T19:50:03.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-11-22T19:50:03.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-11-22T19:50:03.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2024-11-22T19:50:03.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2828 | 2024-11-22T19:50:03.922Z | |
2829 | 2024-11-22T19:50:03.922Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2830 | 2024-11-22T19:50:04.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-11-22T19:50:04.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-11-22T19:50:04.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-11-22T19:50:04.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2834 | 2024-11-22T19:50:04.600Z | |
2835 | 2024-11-22T19:50:04.600Z | info: running `cargo check --bins` on db-macros (102/173) |
2836 | 2024-11-22T19:50:05.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-11-22T19:50:05.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-11-22T19:50:05.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-11-22T19:50:05.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2840 | 2024-11-22T19:50:05.203Z | |
2841 | 2024-11-22T19:50:05.203Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2842 | 2024-11-22T19:50:05.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-11-22T19:50:05.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-11-22T19:50:05.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-11-22T19:50:05.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2846 | 2024-11-22T19:50:05.805Z | |
2847 | 2024-11-22T19:50:05.805Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2848 | 2024-11-22T19:50:06.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-11-22T19:50:06.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-11-22T19:50:06.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-11-22T19:50:06.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2852 | 2024-11-22T19:50:06.461Z | |
2853 | 2024-11-22T19:50:06.461Z | info: running `cargo check --bins` on authz-macros (105/173) |
2854 | 2024-11-22T19:50:06.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-11-22T19:50:06.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-11-22T19:50:06.992Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-11-22T19:50:06.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2858 | 2024-11-22T19:50:07.063Z | |
2859 | 2024-11-22T19:50:07.063Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2860 | 2024-11-22T19:50:07.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-11-22T19:50:07.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-11-22T19:50:07.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-11-22T19:50:07.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2864 | 2024-11-22T19:50:07.709Z | |
2865 | 2024-11-22T19:50:07.709Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2866 | 2024-11-22T19:50:08.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-11-22T19:50:08.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-11-22T19:50:08.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-11-22T19:50:08.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2870 | 2024-11-22T19:50:08.370Z | |
2871 | 2024-11-22T19:50:08.370Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2872 | 2024-11-22T19:50:08.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-11-22T19:50:08.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-11-22T19:50:08.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-11-22T19:50:08.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2876 | 2024-11-22T19:50:09.004Z | |
2877 | 2024-11-22T19:50:09.004Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2878 | 2024-11-22T19:50:09.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-11-22T19:50:09.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-11-22T19:50:09.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-11-22T19:50:09.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2882 | 2024-11-22T19:50:09.652Z | |
2883 | 2024-11-22T19:50:09.652Z | info: running `cargo check --bins` on typed-rng (110/173) |
2884 | 2024-11-22T19:50:10.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-11-22T19:50:10.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-11-22T19:50:10.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-11-22T19:50:10.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2888 | 2024-11-22T19:50:10.263Z | |
2889 | 2024-11-22T19:50:10.263Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2890 | 2024-11-22T19:50:10.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-11-22T19:50:10.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-11-22T19:50:10.995Z | Checking keccak v0.1.5 |
2893 | 2024-11-22T19:50:11.105Z | Checking secrecy v0.8.0 |
2894 | 2024-11-22T19:50:11.108Z | Compiling unicase v2.7.0 |
2895 | 2024-11-22T19:50:11.108Z | Compiling same-file v1.0.6 |
2896 | 2024-11-22T19:50:11.115Z | Compiling tempfile v3.13.0 |
2897 | 2024-11-22T19:50:11.149Z | Compiling thiserror-impl-no-std v2.0.2 |
2898 | 2024-11-22T19:50:11.154Z | Checking universal-hash v0.5.1 |
2899 | 2024-11-22T19:50:11.154Z | Compiling ring v0.16.20 |
2900 | 2024-11-22T19:50:11.303Z | Compiling walkdir v2.5.0 |
2901 | 2024-11-22T19:50:11.352Z | Compiling blake3 v1.5.4 |
2902 | 2024-11-22T19:50:11.382Z | Checking sha3 v0.10.8 |
2903 | 2024-11-22T19:50:11.411Z | Checking opaque-debug v0.3.1 |
2904 | 2024-11-22T19:50:11.499Z | Checking poly1305 v0.8.0 |
2905 | 2024-11-22T19:50:11.549Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2906 | 2024-11-22T19:50:11.770Z | Checking chacha20 v0.9.1 |
2907 | 2024-11-22T19:50:11.837Z | Checking aead v0.5.2 |
2908 | 2024-11-22T19:50:11.947Z | Compiling memmap2 v0.9.5 |
2909 | 2024-11-22T19:50:11.986Z | Compiling arrayvec v0.7.6 |
2910 | 2024-11-22T19:50:12.050Z | Compiling spin v0.5.2 |
2911 | 2024-11-22T19:50:12.066Z | Compiling constant_time_eq v0.3.1 |
2912 | 2024-11-22T19:50:12.114Z | Compiling arrayref v0.3.9 |
2913 | 2024-11-22T19:50:12.216Z | Compiling salty v0.3.0 |
2914 | 2024-11-22T19:50:12.247Z | Compiling libefi-sys v0.1.0 |
2915 | 2024-11-22T19:50:12.263Z | Checking chacha20poly1305 v0.10.1 |
2916 | 2024-11-22T19:50:12.380Z | Compiling toolchain_find v0.4.0 |
2917 | 2024-11-22T19:50:12.439Z | Compiling camino-tempfile v1.1.1 |
2918 | 2024-11-22T19:50:12.507Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2919 | 2024-11-22T19:50:12.628Z | Compiling bitfield-struct v0.6.2 |
2920 | 2024-11-22T19:50:12.801Z | Compiling topological-sort v0.2.2 |
2921 | 2024-11-22T19:50:12.900Z | Compiling mime_guess v2.0.5 |
2922 | 2024-11-22T19:50:13.017Z | Compiling rustfmt-wrapper v0.2.1 |
2923 | 2024-11-22T19:50:13.465Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2924 | 2024-11-22T19:50:13.586Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2925 | 2024-11-22T19:50:13.607Z | Checking primeorder v0.13.6 |
2926 | 2024-11-22T19:50:13.884Z | Checking env_filter v0.1.2 |
2927 | 2024-11-22T19:50:13.887Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2928 | 2024-11-22T19:50:14.050Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2929 | 2024-11-22T19:50:14.074Z | Checking p384 v0.13.0 |
2930 | 2024-11-22T19:50:14.112Z | Checking env_logger v0.11.5 |
2931 | 2024-11-22T19:50:14.219Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2932 | 2024-11-22T19:50:14.238Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2933 | 2024-11-22T19:50:14.268Z | Checking thiserror-no-std v2.0.2 |
2934 | 2024-11-22T19:50:14.374Z | Checking vsss-rs v3.3.4 |
2935 | 2024-11-22T19:50:14.461Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2936 | 2024-11-22T19:50:14.616Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2937 | 2024-11-22T19:50:14.690Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2938 | 2024-11-22T19:50:14.864Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2939 | 2024-11-22T19:50:14.994Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2940 | 2024-11-22T19:50:15.066Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2941 | 2024-11-22T19:50:15.137Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2942 | 2024-11-22T19:50:15.415Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2943 | 2024-11-22T19:50:15.472Z | Checking nanorand v0.7.0 |
2944 | 2024-11-22T19:50:15.515Z | Checking atty v0.2.14 |
2945 | 2024-11-22T19:50:15.582Z | Checking glob v0.3.1 |
2946 | 2024-11-22T19:50:15.632Z | Checking http-range v0.1.5 |
2947 | 2024-11-22T19:50:15.821Z | Checking hyper-staticfile v0.10.1 |
2948 | 2024-11-22T19:50:15.852Z | Checking flume v0.11.1 |
2949 | 2024-11-22T19:50:15.905Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2950 | 2024-11-22T19:50:16.319Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2951 | 2024-11-22T19:50:16.566Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2952 | 2024-11-22T19:50:16.616Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2953 | 2024-11-22T19:50:16.987Z | Compiling omicron-zone-package v0.11.1 |
2954 | 2024-11-22T19:50:17.368Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2955 | 2024-11-22T19:50:17.741Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2956 | 2024-11-22T19:50:18.410Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2957 | 2024-11-22T19:50:18.550Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2958 | 2024-11-22T19:50:18.670Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2959 | 2024-11-22T19:50:18.947Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2960 | 2024-11-22T19:50:20.190Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2961 | 2024-11-22T19:50:20.903Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2962 | 2024-11-22T19:50:22.902Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2963 | 2024-11-22T19:50:22.905Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2964 | 2024-11-22T19:50:32.583Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2965 | 2024-11-22T19:50:45.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.00s |
2966 | 2024-11-22T19:50:45.453Z | |
2967 | 2024-11-22T19:50:45.454Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2968 | 2024-11-22T19:50:46.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2024-11-22T19:50:46.064Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2024-11-22T19:50:46.187Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2971 | 2024-11-22T19:50:58.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
2972 | 2024-11-22T19:50:59.127Z | |
2973 | 2024-11-22T19:50:59.128Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2974 | 2024-11-22T19:50:59.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2024-11-22T19:50:59.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2024-11-22T19:50:59.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2977 | 2024-11-22T19:51:12.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
2978 | 2024-11-22T19:51:12.852Z | |
2979 | 2024-11-22T19:51:12.852Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2980 | 2024-11-22T19:51:13.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-11-22T19:51:13.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-11-22T19:51:13.589Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-11-22T19:51:26.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s |
2984 | 2024-11-22T19:51:26.659Z | |
2985 | 2024-11-22T19:51:26.659Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2986 | 2024-11-22T19:51:27.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-11-22T19:51:27.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-11-22T19:51:27.380Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-11-22T19:51:40.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s |
2990 | 2024-11-22T19:51:40.559Z | |
2991 | 2024-11-22T19:51:40.559Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
2992 | 2024-11-22T19:51:41.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-11-22T19:51:41.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-11-22T19:51:41.293Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-11-22T19:51:54.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
2996 | 2024-11-22T19:51:54.664Z | |
2997 | 2024-11-22T19:51:54.664Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
2998 | 2024-11-22T19:51:55.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-11-22T19:51:55.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-11-22T19:51:55.399Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-11-22T19:52:08.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.67s |
3002 | 2024-11-22T19:52:08.532Z | |
3003 | 2024-11-22T19:52:08.532Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3004 | 2024-11-22T19:52:09.133Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-11-22T19:52:09.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-11-22T19:52:09.258Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-11-22T19:52:22.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
3008 | 2024-11-22T19:52:22.264Z | |
3009 | 2024-11-22T19:52:22.264Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3010 | 2024-11-22T19:52:22.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-11-22T19:52:22.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-11-22T19:52:22.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2024-11-22T19:52:22.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3014 | 2024-11-22T19:52:22.913Z | |
3015 | 2024-11-22T19:52:22.913Z | info: running `cargo check --bins` on key-manager (120/173) |
3016 | 2024-11-22T19:52:23.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-11-22T19:52:23.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-11-22T19:52:23.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2024-11-22T19:52:23.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3020 | 2024-11-22T19:52:23.544Z | |
3021 | 2024-11-22T19:52:23.544Z | info: running `cargo check --bins` on repo-depot-api (121/173) |
3022 | 2024-11-22T19:52:24.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-11-22T19:52:24.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-11-22T19:52:24.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-11-22T19:52:24.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3026 | 2024-11-22T19:52:24.173Z | |
3027 | 2024-11-22T19:52:24.173Z | info: running `cargo check --bins` on sled-agent-api (122/173) |
3028 | 2024-11-22T19:52:24.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-11-22T19:52:24.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-11-22T19:52:24.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-11-22T19:52:24.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3032 | 2024-11-22T19:52:24.818Z | |
3033 | 2024-11-22T19:52:24.818Z | info: running `cargo check --bins` on sled-hardware (123/173) |
3034 | 2024-11-22T19:52:25.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-11-22T19:52:25.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-11-22T19:52:25.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-11-22T19:52:25.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3038 | 2024-11-22T19:52:25.450Z | |
3039 | 2024-11-22T19:52:25.450Z | info: running `cargo check --bins --no-default-features` on sled-storage (124/173) |
3040 | 2024-11-22T19:52:26.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-11-22T19:52:26.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-11-22T19:52:26.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-11-22T19:52:26.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3044 | 2024-11-22T19:52:26.086Z | |
3045 | 2024-11-22T19:52:26.086Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (125/173) |
3046 | 2024-11-22T19:52:26.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-11-22T19:52:26.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-11-22T19:52:26.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-11-22T19:52:26.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3050 | 2024-11-22T19:52:26.724Z | |
3051 | 2024-11-22T19:52:26.724Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (126/173) |
3052 | 2024-11-22T19:52:27.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-11-22T19:52:27.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-11-22T19:52:27.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-11-22T19:52:27.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3056 | 2024-11-22T19:52:27.384Z | |
3057 | 2024-11-22T19:52:27.384Z | info: running `cargo check --bins` on nexus-test-interface (127/173) |
3058 | 2024-11-22T19:52:27.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-11-22T19:52:27.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-11-22T19:52:27.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-11-22T19:52:27.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3062 | 2024-11-22T19:52:28.035Z | |
3063 | 2024-11-22T19:52:28.035Z | info: running `cargo check --bins` on oximeter-collector (128/173) |
3064 | 2024-11-22T19:52:28.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-11-22T19:52:28.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-11-22T19:52:28.727Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3067 | 2024-11-22T19:52:28.727Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3068 | 2024-11-22T19:52:29.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3069 | 2024-11-22T19:52:31.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s |
3070 | 2024-11-22T19:52:31.541Z | |
3071 | 2024-11-22T19:52:31.541Z | info: running `cargo check --bins` on oximeter-api (129/173) |
3072 | 2024-11-22T19:52:32.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2024-11-22T19:52:32.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2024-11-22T19:52:32.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2024-11-22T19:52:32.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3076 | 2024-11-22T19:52:32.165Z | |
3077 | 2024-11-22T19:52:32.165Z | info: running `cargo check --bins` on cert-dev (130/173) |
3078 | 2024-11-22T19:52:32.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2024-11-22T19:52:32.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2024-11-22T19:52:32.783Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3081 | 2024-11-22T19:52:33.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3082 | 2024-11-22T19:52:33.212Z | |
3083 | 2024-11-22T19:52:33.212Z | info: running `cargo check --bins` on clickhouse-cluster-dev (131/173) |
3084 | 2024-11-22T19:52:33.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2024-11-22T19:52:33.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2024-11-22T19:52:33.894Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3087 | 2024-11-22T19:52:33.894Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3088 | 2024-11-22T19:52:34.469Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3089 | 2024-11-22T19:52:34.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3090 | 2024-11-22T19:52:35.011Z | |
3091 | 2024-11-22T19:52:35.011Z | info: running `cargo check --bins` on ch-dev (132/173) |
3092 | 2024-11-22T19:52:35.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3093 | 2024-11-22T19:52:35.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3094 | 2024-11-22T19:52:35.664Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3095 | 2024-11-22T19:52:36.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3096 | 2024-11-22T19:52:36.531Z | |
3097 | 2024-11-22T19:52:36.531Z | info: running `cargo check --bins` on crdb-seed (133/173) |
3098 | 2024-11-22T19:52:37.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2024-11-22T19:52:37.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2024-11-22T19:52:37.175Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3101 | 2024-11-22T19:52:37.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s |
3102 | 2024-11-22T19:52:37.713Z | |
3103 | 2024-11-22T19:52:37.713Z | info: running `cargo check --bins` on db-dev (134/173) |
3104 | 2024-11-22T19:52:38.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2024-11-22T19:52:38.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2024-11-22T19:52:38.362Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3107 | 2024-11-22T19:52:39.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3108 | 2024-11-22T19:52:39.261Z | |
3109 | 2024-11-22T19:52:39.261Z | info: running `cargo check --bins` on omicron-dev-lib (135/173) |
3110 | 2024-11-22T19:52:39.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-11-22T19:52:39.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-11-22T19:52:39.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2024-11-22T19:52:39.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3114 | 2024-11-22T19:52:39.897Z | |
3115 | 2024-11-22T19:52:39.897Z | info: running `cargo check --bins` on xtask-downloader (136/173) |
3116 | 2024-11-22T19:52:40.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-11-22T19:52:40.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-11-22T19:52:40.500Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3119 | 2024-11-22T19:52:41.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3120 | 2024-11-22T19:52:41.542Z | |
3121 | 2024-11-22T19:52:41.542Z | info: running `cargo check --bins` on omicron-ls-apis (137/173) |
3122 | 2024-11-22T19:52:42.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-11-22T19:52:42.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-11-22T19:52:42.148Z | Checking cargo-platform v0.1.8 |
3125 | 2024-11-22T19:52:42.413Z | Checking cargo_metadata v0.18.1 |
3126 | 2024-11-22T19:52:43.361Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3127 | 2024-11-22T19:52:44.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3128 | 2024-11-22T19:52:44.252Z | |
3129 | 2024-11-22T19:52:44.252Z | info: running `cargo check --bins` on mgs-dev (138/173) |
3130 | 2024-11-22T19:52:44.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3131 | 2024-11-22T19:52:44.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3132 | 2024-11-22T19:52:44.959Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3133 | 2024-11-22T19:52:45.661Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3134 | 2024-11-22T19:52:46.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3135 | 2024-11-22T19:52:46.388Z | |
3136 | 2024-11-22T19:52:46.388Z | info: running `cargo check --bins` on omicron-omdb (139/173) |
3137 | 2024-11-22T19:52:47.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-11-22T19:52:47.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-11-22T19:52:47.151Z | Compiling crunchy v0.2.2 |
3140 | 2024-11-22T19:52:47.154Z | Compiling tiny-keccak v2.0.2 |
3141 | 2024-11-22T19:52:47.154Z | Compiling dsl_auto_type v0.1.2 |
3142 | 2024-11-22T19:52:47.154Z | Checking scheduled-thread-pool v0.2.7 |
3143 | 2024-11-22T19:52:47.154Z | Compiling diesel_table_macro_syntax v0.2.0 |
3144 | 2024-11-22T19:52:47.154Z | Compiling ascii-canvas v3.0.0 |
3145 | 2024-11-22T19:52:47.265Z | Compiling ena v0.14.3 |
3146 | 2024-11-22T19:52:47.268Z | Compiling diff v0.1.13 |
3147 | 2024-11-22T19:52:47.520Z | Checking r2d2 v0.8.10 |
3148 | 2024-11-22T19:52:47.565Z | Compiling regex-syntax v0.6.29 |
3149 | 2024-11-22T19:52:47.683Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3150 | 2024-11-22T19:52:47.721Z | Compiling ref-cast v1.0.23 |
3151 | 2024-11-22T19:52:47.808Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3152 | 2024-11-22T19:52:47.834Z | Compiling derive_builder_core v0.20.2 |
3153 | 2024-11-22T19:52:47.904Z | Compiling libxml v0.3.3 |
3154 | 2024-11-22T19:52:47.948Z | Compiling ref-cast-impl v1.0.23 |
3155 | 2024-11-22T19:52:48.077Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3156 | 2024-11-22T19:52:48.300Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3157 | 2024-11-22T19:52:48.323Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3158 | 2024-11-22T19:52:48.505Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3159 | 2024-11-22T19:52:48.610Z | Compiling strum_macros v0.24.3 |
3160 | 2024-11-22T19:52:48.628Z | Compiling samael v0.0.17 |
3161 | 2024-11-22T19:52:48.846Z | Compiling diesel_derives v2.2.3 |
3162 | 2024-11-22T19:52:48.910Z | Compiling indoc v1.0.9 |
3163 | 2024-11-22T19:52:49.847Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3164 | 2024-11-22T19:52:50.133Z | Compiling impl-trait-for-tuples v0.2.2 |
3165 | 2024-11-22T19:52:50.254Z | Compiling derive_builder_macro v0.20.2 |
3166 | 2024-11-22T19:52:51.041Z | Compiling lalrpop v0.19.12 |
3167 | 2024-11-22T19:52:51.102Z | Checking derive_builder v0.20.2 |
3168 | 2024-11-22T19:52:51.248Z | Compiling oso-derive v0.27.3 |
3169 | 2024-11-22T19:52:51.760Z | Checking quick-xml v0.33.0 |
3170 | 2024-11-22T19:52:52.167Z | Compiling diesel-dtrace v0.3.0 |
3171 | 2024-11-22T19:52:52.292Z | Checking maplit v1.0.2 |
3172 | 2024-11-22T19:52:52.437Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3173 | 2024-11-22T19:52:52.526Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3174 | 2024-11-22T19:52:52.697Z | Checking bb8 v0.8.5 |
3175 | 2024-11-22T19:52:52.821Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3176 | 2024-11-22T19:52:53.107Z | Checking castaway v0.2.3 |
3177 | 2024-11-22T19:52:53.186Z | Checking rand_seeder v0.3.0 |
3178 | 2024-11-22T19:52:53.281Z | Checking compact_str v0.8.0 |
3179 | 2024-11-22T19:52:53.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3180 | 2024-11-22T19:52:53.666Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3181 | 2024-11-22T19:52:53.692Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3182 | 2024-11-22T19:52:54.140Z | Checking unicode-truncate v1.1.0 |
3183 | 2024-11-22T19:52:54.202Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3184 | 2024-11-22T19:52:54.370Z | Checking lru v0.12.5 |
3185 | 2024-11-22T19:52:54.482Z | Compiling instability v0.3.2 |
3186 | 2024-11-22T19:52:54.653Z | Checking smawk v0.3.2 |
3187 | 2024-11-22T19:52:54.862Z | Checking unicode-linebreak v0.1.5 |
3188 | 2024-11-22T19:52:55.098Z | Checking cassowary v0.3.0 |
3189 | 2024-11-22T19:52:55.270Z | Checking is_ci v1.2.0 |
3190 | 2024-11-22T19:52:55.419Z | Checking supports-color v3.0.1 |
3191 | 2024-11-22T19:52:55.504Z | Checking textwrap v0.16.1 |
3192 | 2024-11-22T19:52:55.522Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3193 | 2024-11-22T19:52:55.525Z | Checking ratatui v0.28.1 |
3194 | 2024-11-22T19:52:55.619Z | Checking multimap v0.10.0 |
3195 | 2024-11-22T19:52:58.562Z | Checking diesel v2.2.4 |
3196 | 2024-11-22T19:53:23.813Z | Compiling polar-core v0.27.3 |
3197 | 2024-11-22T19:53:27.226Z | Checking async-bb8-diesel v0.2.1 |
3198 | 2024-11-22T19:53:31.104Z | Checking oso v0.27.3 |
3199 | 2024-11-22T19:54:39.881Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3200 | 2024-11-22T19:54:45.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3201 | 2024-11-22T19:54:45.938Z | |
3202 | 2024-11-22T19:54:45.938Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (140/173) |
3203 | 2024-11-22T19:54:46.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2024-11-22T19:54:46.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2024-11-22T19:54:46.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3206 | 2024-11-22T19:54:46.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3207 | 2024-11-22T19:54:46.600Z | |
3208 | 2024-11-22T19:54:46.600Z | info: running `cargo check --bins` on nexus-saga-recovery (141/173) |
3209 | 2024-11-22T19:54:47.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2024-11-22T19:54:47.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2024-11-22T19:54:47.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3212 | 2024-11-22T19:54:47.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3213 | 2024-11-22T19:54:47.266Z | |
3214 | 2024-11-22T19:54:47.266Z | info: running `cargo check --bins` on nexus-test-utils-macros (142/173) |
3215 | 2024-11-22T19:54:47.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2024-11-22T19:54:47.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2024-11-22T19:54:47.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3218 | 2024-11-22T19:54:47.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3219 | 2024-11-22T19:54:47.870Z | |
3220 | 2024-11-22T19:54:47.870Z | info: running `cargo check --bins` on omicron-nexus (143/173) |
3221 | 2024-11-22T19:54:48.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-11-22T19:54:48.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-11-22T19:54:48.657Z | Compiling libz-sys v1.1.20 |
3224 | 2024-11-22T19:54:48.772Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3225 | 2024-11-22T19:54:48.785Z | Compiling vergen v8.3.2 |
3226 | 2024-11-22T19:54:48.787Z | Compiling cargo-platform v0.1.8 |
3227 | 2024-11-22T19:54:48.787Z | Compiling pin-project-internal v1.1.6 |
3228 | 2024-11-22T19:54:48.825Z | Compiling libsqlite3-sys v0.30.1 |
3229 | 2024-11-22T19:54:48.825Z | Compiling snafu-derive v0.8.5 |
3230 | 2024-11-22T19:54:48.827Z | Checking bumpalo v3.16.0 |
3231 | 2024-11-22T19:54:49.056Z | Checking lockfree-object-pool v0.1.6 |
3232 | 2024-11-22T19:54:49.162Z | Compiling cargo_metadata v0.18.1 |
3233 | 2024-11-22T19:54:49.282Z | Compiling zip v2.1.3 |
3234 | 2024-11-22T19:54:49.304Z | Checking simd-adler32 v0.3.7 |
3235 | 2024-11-22T19:54:49.350Z | Compiling rustls v0.21.12 |
3236 | 2024-11-22T19:54:49.580Z | Compiling cfg_aliases v0.2.1 |
3237 | 2024-11-22T19:54:49.629Z | Compiling buf-list v1.0.3 |
3238 | 2024-11-22T19:54:49.631Z | Checking zopfli v0.8.1 |
3239 | 2024-11-22T19:54:49.688Z | Compiling nix v0.29.0 |
3240 | 2024-11-22T19:54:49.841Z | Checking globset v0.4.15 |
3241 | 2024-11-22T19:54:50.318Z | Checking olpc-cjson v0.1.4 |
3242 | 2024-11-22T19:54:50.337Z | Checking sct v0.7.1 |
3243 | 2024-11-22T19:54:50.339Z | Checking rustls-webpki v0.101.7 |
3244 | 2024-11-22T19:54:50.540Z | Checking serde_plain v1.0.2 |
3245 | 2024-11-22T19:54:50.560Z | Checking typed-path v0.9.3 |
3246 | 2024-11-22T19:54:51.531Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3247 | 2024-11-22T19:54:51.738Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3248 | 2024-11-22T19:54:51.802Z | Checking hashlink v0.9.1 |
3249 | 2024-11-22T19:54:51.823Z | Checking pin-project v1.1.6 |
3250 | 2024-11-22T19:54:51.953Z | Checking fallible-iterator v0.3.0 |
3251 | 2024-11-22T19:54:52.004Z | Checking fallible-streaming-iterator v0.1.9 |
3252 | 2024-11-22T19:54:52.242Z | Checking parse-size v1.1.0 |
3253 | 2024-11-22T19:54:52.470Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3254 | 2024-11-22T19:54:52.475Z | Checking rustls-pemfile v1.0.4 |
3255 | 2024-11-22T19:54:52.541Z | Checking rusqlite v0.32.1 |
3256 | 2024-11-22T19:54:52.700Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3257 | 2024-11-22T19:54:52.896Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3258 | 2024-11-22T19:54:53.114Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3259 | 2024-11-22T19:54:53.237Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3260 | 2024-11-22T19:54:53.364Z | Checking twox-hash v1.6.3 |
3261 | 2024-11-22T19:54:53.447Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3262 | 2024-11-22T19:54:53.875Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3263 | 2024-11-22T19:54:54.059Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3264 | 2024-11-22T19:54:54.236Z | Checking snafu v0.8.5 |
3265 | 2024-11-22T19:54:54.262Z | Checking tokio-rustls v0.24.1 |
3266 | 2024-11-22T19:54:54.458Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3267 | 2024-11-22T19:54:54.622Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3268 | 2024-11-22T19:54:54.642Z | Checking fatfs v0.3.6 |
3269 | 2024-11-22T19:54:54.683Z | Checking tough v0.19.0 |
3270 | 2024-11-22T19:54:55.403Z | Checking assert_matches v1.5.0 |
3271 | 2024-11-22T19:54:58.857Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3272 | 2024-11-22T19:55:00.216Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3273 | 2024-11-22T19:55:01.616Z | Compiling git2 v0.19.0 |
3274 | 2024-11-22T19:55:06.328Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3275 | 2024-11-22T19:55:59.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3276 | 2024-11-22T19:55:59.628Z | |
3277 | 2024-11-22T19:55:59.628Z | info: running `cargo check --bins` on nexus-external-api (144/173) |
3278 | 2024-11-22T19:56:00.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3279 | 2024-11-22T19:56:00.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3280 | 2024-11-22T19:56:00.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3281 | 2024-11-22T19:56:00.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3282 | 2024-11-22T19:56:00.311Z | |
3283 | 2024-11-22T19:56:00.312Z | info: running `cargo check --bins` on openapi-manager-types (145/173) |
3284 | 2024-11-22T19:56:00.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3285 | 2024-11-22T19:56:00.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3286 | 2024-11-22T19:56:00.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3287 | 2024-11-22T19:56:00.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3288 | 2024-11-22T19:56:00.919Z | |
3289 | 2024-11-22T19:56:00.919Z | info: running `cargo check --bins` on nexus-internal-api (146/173) |
3290 | 2024-11-22T19:56:01.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3291 | 2024-11-22T19:56:01.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3292 | 2024-11-22T19:56:01.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3293 | 2024-11-22T19:56:01.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3294 | 2024-11-22T19:56:01.566Z | |
3295 | 2024-11-22T19:56:01.566Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (147/173) |
3296 | 2024-11-22T19:56:02.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3297 | 2024-11-22T19:56:02.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3298 | 2024-11-22T19:56:02.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3299 | 2024-11-22T19:56:02.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3300 | 2024-11-22T19:56:02.240Z | |
3301 | 2024-11-22T19:56:02.241Z | info: running `cargo check --bins` on nexus-networking (148/173) |
3302 | 2024-11-22T19:56:02.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3303 | 2024-11-22T19:56:02.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3304 | 2024-11-22T19:56:02.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3305 | 2024-11-22T19:56:02.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3306 | 2024-11-22T19:56:02.905Z | |
3307 | 2024-11-22T19:56:02.905Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (149/173) |
3308 | 2024-11-22T19:56:03.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3309 | 2024-11-22T19:56:03.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3310 | 2024-11-22T19:56:03.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3311 | 2024-11-22T19:56:03.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3312 | 2024-11-22T19:56:03.585Z | |
3313 | 2024-11-22T19:56:03.585Z | info: running `cargo check --bins` on update-common (150/173) |
3314 | 2024-11-22T19:56:04.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-11-22T19:56:04.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-11-22T19:56:04.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3317 | 2024-11-22T19:56:04.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3318 | 2024-11-22T19:56:04.240Z | |
3319 | 2024-11-22T19:56:04.240Z | info: running `cargo check --bins` on tufaceous-lib (151/173) |
3320 | 2024-11-22T19:56:04.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-11-22T19:56:04.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-11-22T19:56:04.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-11-22T19:56:04.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3324 | 2024-11-22T19:56:04.887Z | |
3325 | 2024-11-22T19:56:04.887Z | info: running `cargo check --bins` on tufaceous (152/173) |
3326 | 2024-11-22T19:56:05.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-11-22T19:56:05.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-11-22T19:56:05.544Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3329 | 2024-11-22T19:56:06.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3330 | 2024-11-22T19:56:06.682Z | |
3331 | 2024-11-22T19:56:06.682Z | info: running `cargo check --bins` on omicron-dev (153/173) |
3332 | 2024-11-22T19:56:07.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-11-22T19:56:07.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-11-22T19:56:07.516Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3335 | 2024-11-22T19:56:07.642Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3336 | 2024-11-22T19:56:07.643Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3337 | 2024-11-22T19:56:07.645Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3338 | 2024-11-22T19:56:32.724Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3339 | 2024-11-22T19:56:32.726Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3340 | 2024-11-22T19:56:32.726Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3341 | 2024-11-22T19:56:32.726Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3342 | 2024-11-22T19:56:32.726Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3343 | 2024-11-22T19:56:33.513Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3344 | 2024-11-22T19:56:34.753Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3345 | 2024-11-22T19:57:11.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3346 | 2024-11-22T19:57:12.116Z | |
3347 | 2024-11-22T19:57:12.116Z | info: running `cargo check --bins` on openapi-manager (154/173) |
3348 | 2024-11-22T19:57:12.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3349 | 2024-11-22T19:57:12.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3350 | 2024-11-22T19:57:12.813Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3351 | 2024-11-22T19:57:12.813Z | Checking heck v0.4.1 |
3352 | 2024-11-22T19:57:12.815Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3353 | 2024-11-22T19:57:13.057Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3354 | 2024-11-22T19:57:14.443Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3355 | 2024-11-22T19:57:15.319Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3356 | 2024-11-22T19:57:16.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3357 | 2024-11-22T19:57:16.585Z | |
3358 | 2024-11-22T19:57:16.585Z | info: running `cargo check --bins` on installinator-api (155/173) |
3359 | 2024-11-22T19:57:17.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-11-22T19:57:17.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-11-22T19:57:17.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3362 | 2024-11-22T19:57:17.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3363 | 2024-11-22T19:57:17.227Z | |
3364 | 2024-11-22T19:57:17.227Z | info: running `cargo check --bins` on wicketd-api (156/173) |
3365 | 2024-11-22T19:57:17.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3366 | 2024-11-22T19:57:17.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3367 | 2024-11-22T19:57:17.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3368 | 2024-11-22T19:57:17.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3369 | 2024-11-22T19:57:17.878Z | |
3370 | 2024-11-22T19:57:17.878Z | info: running `cargo check --bins` on reconfigurator-cli (157/173) |
3371 | 2024-11-22T19:57:18.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-11-22T19:57:18.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-11-22T19:57:18.564Z | Compiling petname v2.0.2 |
3374 | 2024-11-22T19:57:18.567Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3375 | 2024-11-22T19:57:18.567Z | Checking sync-ptr v0.1.1 |
3376 | 2024-11-22T19:57:19.998Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3377 | 2024-11-22T19:57:21.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
3378 | 2024-11-22T19:57:21.702Z | |
3379 | 2024-11-22T19:57:21.702Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (158/173) |
3380 | 2024-11-22T19:57:22.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3381 | 2024-11-22T19:57:22.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3382 | 2024-11-22T19:57:22.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3383 | 2024-11-22T19:57:22.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3384 | 2024-11-22T19:57:22.352Z | |
3385 | 2024-11-22T19:57:22.352Z | info: running `cargo check --bins` on omicron-releng (159/173) |
3386 | 2024-11-22T19:57:22.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3387 | 2024-11-22T19:57:22.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3388 | 2024-11-22T19:57:23.011Z | Checking memmap2 v0.9.5 |
3389 | 2024-11-22T19:57:23.012Z | Checking arrayvec v0.7.6 |
3390 | 2024-11-22T19:57:23.012Z | Checking arrayref v0.3.9 |
3391 | 2024-11-22T19:57:23.014Z | Checking spin v0.5.2 |
3392 | 2024-11-22T19:57:23.014Z | Checking constant_time_eq v0.3.1 |
3393 | 2024-11-22T19:57:23.014Z | Checking topological-sort v0.2.2 |
3394 | 2024-11-22T19:57:23.014Z | Checking shell-words v1.1.0 |
3395 | 2024-11-22T19:57:23.286Z | Checking ring v0.16.20 |
3396 | 2024-11-22T19:57:23.419Z | Checking blake3 v1.5.4 |
3397 | 2024-11-22T19:57:24.400Z | Checking omicron-zone-package v0.11.1 |
3398 | 2024-11-22T19:57:25.508Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3399 | 2024-11-22T19:57:26.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s |
3400 | 2024-11-22T19:57:26.574Z | |
3401 | 2024-11-22T19:57:26.574Z | info: running `cargo check --bins` on xtask (160/173) |
3402 | 2024-11-22T19:57:26.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2024-11-22T19:57:26.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2024-11-22T19:57:27.003Z | Checking bitflags v2.6.0 |
3405 | 2024-11-22T19:57:27.005Z | Checking serde v1.0.215 |
3406 | 2024-11-22T19:57:27.005Z | Checking thiserror v1.0.69 |
3407 | 2024-11-22T19:57:27.095Z | Checking scroll v0.12.0 |
3408 | 2024-11-22T19:57:27.098Z | Checking hashbrown v0.15.0 |
3409 | 2024-11-22T19:57:27.111Z | Checking log v0.4.22 |
3410 | 2024-11-22T19:57:27.114Z | Checking zerocopy v0.7.35 |
3411 | 2024-11-22T19:57:27.135Z | Checking syn v2.0.87 |
3412 | 2024-11-22T19:57:27.194Z | Checking pest v2.7.14 |
3413 | 2024-11-22T19:57:27.306Z | Checking rustix v0.38.37 |
3414 | 2024-11-22T19:57:27.384Z | Checking once_cell v1.20.2 |
3415 | 2024-11-22T19:57:27.529Z | Checking goblin v0.8.2 |
3416 | 2024-11-22T19:57:27.666Z | Checking fs-err v2.11.0 |
3417 | 2024-11-22T19:57:27.989Z | Checking tabled v0.15.0 |
3418 | 2024-11-22T19:57:28.148Z | Checking indexmap v2.6.0 |
3419 | 2024-11-22T19:57:28.509Z | Checking anyhow v1.0.93 |
3420 | 2024-11-22T19:57:29.257Z | Checking terminal_size v0.4.0 |
3421 | 2024-11-22T19:57:29.260Z | Checking tempfile v3.13.0 |
3422 | 2024-11-22T19:57:29.430Z | Checking clap_builder v4.5.21 |
3423 | 2024-11-22T19:57:29.541Z | Checking dtrace-parser v0.2.0 |
3424 | 2024-11-22T19:57:31.375Z | Checking serde_json v1.0.132 |
3425 | 2024-11-22T19:57:31.375Z | Checking toml_datetime v0.6.8 |
3426 | 2024-11-22T19:57:31.377Z | Checking serde_spanned v0.6.8 |
3427 | 2024-11-22T19:57:31.377Z | Checking camino v1.1.9 |
3428 | 2024-11-22T19:57:31.377Z | Checking semver v1.0.23 |
3429 | 2024-11-22T19:57:31.433Z | Checking cargo-platform v0.1.8 |
3430 | 2024-11-22T19:57:31.580Z | Checking macaddr v1.0.1 |
3431 | 2024-11-22T19:57:31.684Z | Checking toml_edit v0.22.22 |
3432 | 2024-11-22T19:57:31.783Z | Checking clap v4.5.21 |
3433 | 2024-11-22T19:57:31.897Z | Checking camino-tempfile v1.1.1 |
3434 | 2024-11-22T19:57:32.594Z | Checking dof v0.3.0 |
3435 | 2024-11-22T19:57:32.594Z | Checking cargo_metadata v0.18.1 |
3436 | 2024-11-22T19:57:33.004Z | Checking usdt-impl v0.5.0 |
3437 | 2024-11-22T19:57:33.358Z | Checking usdt v0.5.0 |
3438 | 2024-11-22T19:57:33.443Z | Checking toml v0.8.19 |
3439 | 2024-11-22T19:57:33.919Z | Checking cargo_toml v0.20.5 |
3440 | 2024-11-22T19:57:35.084Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3441 | 2024-11-22T19:57:35.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s |
3442 | 2024-11-22T19:57:35.797Z | |
3443 | 2024-11-22T19:57:35.797Z | info: running `cargo check --bins` on end-to-end-tests (161/173) |
3444 | 2024-11-22T19:57:36.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3445 | 2024-11-22T19:57:36.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3446 | 2024-11-22T19:57:36.545Z | Checking polyval v0.6.2 |
3447 | 2024-11-22T19:57:36.659Z | Checking ctr v0.9.2 |
3448 | 2024-11-22T19:57:36.668Z | Checking ssh-encoding v0.2.0 |
3449 | 2024-11-22T19:57:36.671Z | Checking blowfish v0.9.1 |
3450 | 2024-11-22T19:57:36.693Z | Checking password-hash v0.4.2 |
3451 | 2024-11-22T19:57:36.696Z | Checking matches v0.1.10 |
3452 | 2024-11-22T19:57:36.724Z | Checking p521 v0.13.3 |
3453 | 2024-11-22T19:57:36.724Z | Checking p256 v0.13.2 |
3454 | 2024-11-22T19:57:36.803Z | Checking idna v0.2.3 |
3455 | 2024-11-22T19:57:36.861Z | Checking bcrypt-pbkdf v0.10.0 |
3456 | 2024-11-22T19:57:36.879Z | Checking ghash v0.5.1 |
3457 | 2024-11-22T19:57:36.901Z | Compiling enum-as-inner v0.5.1 |
3458 | 2024-11-22T19:57:36.989Z | Checking russh-cryptovec v0.7.3 |
3459 | 2024-11-22T19:57:37.039Z | Checking aes-gcm v0.10.3 |
3460 | 2024-11-22T19:57:37.104Z | Checking pbkdf2 v0.11.0 |
3461 | 2024-11-22T19:57:37.106Z | Checking md5 v0.7.0 |
3462 | 2024-11-22T19:57:37.173Z | Checking num-bigint v0.4.6 |
3463 | 2024-11-22T19:57:37.196Z | Checking des v0.8.1 |
3464 | 2024-11-22T19:57:37.268Z | Checking ssh-cipher v0.2.0 |
3465 | 2024-11-22T19:57:37.374Z | Compiling dhcproto-macros v0.1.0 |
3466 | 2024-11-22T19:57:37.376Z | Checking hex-literal v0.4.1 |
3467 | 2024-11-22T19:57:37.452Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3468 | 2024-11-22T19:57:37.517Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3469 | 2024-11-22T19:57:37.556Z | Checking ssh-key v0.6.6 |
3470 | 2024-11-22T19:57:37.643Z | Checking internet-checksum v0.2.1 |
3471 | 2024-11-22T19:57:37.916Z | Checking trust-dns-proto v0.22.0 |
3472 | 2024-11-22T19:57:38.951Z | Checking russh-keys v0.45.0 |
3473 | 2024-11-22T19:57:39.850Z | Checking russh v0.45.0 |
3474 | 2024-11-22T19:57:40.495Z | Checking dhcproto v0.12.0 |
3475 | 2024-11-22T19:57:57.457Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3476 | 2024-11-22T19:57:58.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.07s |
3477 | 2024-11-22T19:57:59.072Z | |
3478 | 2024-11-22T19:57:59.072Z | info: running `cargo check --bins` on gateway-cli (162/173) |
3479 | 2024-11-22T19:57:59.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2024-11-22T19:57:59.621Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2024-11-22T19:57:59.703Z | Checking termios v0.3.3 |
3482 | 2024-11-22T19:57:59.915Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3483 | 2024-11-22T19:58:00.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3484 | 2024-11-22T19:58:00.847Z | |
3485 | 2024-11-22T19:58:00.847Z | info: running `cargo check --bins --no-default-features` on installinator (163/173) |
3486 | 2024-11-22T19:58:01.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3487 | 2024-11-22T19:58:01.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3488 | 2024-11-22T19:58:01.540Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3489 | 2024-11-22T19:58:03.521Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3490 | 2024-11-22T19:58:05.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
3491 | 2024-11-22T19:58:05.577Z | |
3492 | 2024-11-22T19:58:05.577Z | info: running `cargo check --bins` on internal-dns-cli (164/173) |
3493 | 2024-11-22T19:58:06.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3494 | 2024-11-22T19:58:06.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3495 | 2024-11-22T19:58:06.213Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3496 | 2024-11-22T19:58:06.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3497 | 2024-11-22T19:58:06.870Z | |
3498 | 2024-11-22T19:58:06.870Z | info: running `cargo check --bins` on omicron-live-tests (165/173) |
3499 | 2024-11-22T19:58:07.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-11-22T19:58:07.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-11-22T19:58:07.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2024-11-22T19:58:07.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3503 | 2024-11-22T19:58:07.476Z | |
3504 | 2024-11-22T19:58:07.476Z | info: running `cargo check --bins` on live-tests-macros (166/173) |
3505 | 2024-11-22T19:58:08.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2024-11-22T19:58:08.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2024-11-22T19:58:08.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2024-11-22T19:58:08.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3509 | 2024-11-22T19:58:08.082Z | |
3510 | 2024-11-22T19:58:08.082Z | info: running `cargo check --bins` on omicron-package (167/173) |
3511 | 2024-11-22T19:58:08.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2024-11-22T19:58:08.654Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2024-11-22T19:58:08.747Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3514 | 2024-11-22T19:58:10.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3515 | 2024-11-22T19:58:10.221Z | |
3516 | 2024-11-22T19:58:10.221Z | info: running `cargo check --bins` on range-requests (168/173) |
3517 | 2024-11-22T19:58:10.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2024-11-22T19:58:10.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2024-11-22T19:58:10.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3520 | 2024-11-22T19:58:10.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3521 | 2024-11-22T19:58:10.834Z | |
3522 | 2024-11-22T19:58:10.834Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3523 | 2024-11-22T19:58:11.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3524 | 2024-11-22T19:58:11.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3525 | 2024-11-22T19:58:11.524Z | Checking rtoolbox v0.0.2 |
3526 | 2024-11-22T19:58:11.526Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3527 | 2024-11-22T19:58:11.526Z | Checking tui-tree-widget v0.22.0 |
3528 | 2024-11-22T19:58:11.750Z | Checking rpassword v7.3.1 |
3529 | 2024-11-22T19:58:15.760Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3530 | 2024-11-22T19:58:18.742Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3531 | 2024-11-22T19:58:19.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
3532 | 2024-11-22T19:58:20.138Z | |
3533 | 2024-11-22T19:58:20.138Z | info: running `cargo check --bins` on wicket (170/173) |
3534 | 2024-11-22T19:58:20.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3535 | 2024-11-22T19:58:20.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3536 | 2024-11-22T19:58:20.824Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3537 | 2024-11-22T19:58:21.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3538 | 2024-11-22T19:58:21.460Z | |
3539 | 2024-11-22T19:58:21.460Z | info: running `cargo check --bins` on wicketd (171/173) |
3540 | 2024-11-22T19:58:22.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3541 | 2024-11-22T19:58:22.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3542 | 2024-11-22T19:58:22.169Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3543 | 2024-11-22T19:58:26.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3544 | 2024-11-22T19:58:26.267Z | |
3545 | 2024-11-22T19:58:26.267Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3546 | 2024-11-22T19:58:26.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3547 | 2024-11-22T19:58:26.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3548 | 2024-11-22T19:58:26.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3549 | 2024-11-22T19:58:26.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3550 | 2024-11-22T19:58:26.877Z | |
3551 | 2024-11-22T19:58:26.877Z | info: running `cargo check --bins` on zone-setup (173/173) |
3552 | 2024-11-22T19:58:27.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3553 | 2024-11-22T19:58:27.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3554 | 2024-11-22T19:58:27.606Z | Checking uzers v0.12.1 |
3555 | 2024-11-22T19:58:27.942Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3556 | 2024-11-22T19:58:29.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s |
3557 | 2024-11-22T19:58:29.278Z | |
3558 | 2024-11-22T19:58:29.278Z | real 12:43.243694537 |
3559 | 2024-11-22T19:58:29.278Z | user 23:46.829522190 |
3560 | 2024-11-22T19:58:29.278Z | sys 5:22.154434986 |
3561 | 2024-11-22T19:58:29.281Z | trap 0.457665874 |
3562 | 2024-11-22T19:58:29.281Z | tflt 2.259884204 |
3563 | 2024-11-22T19:58:29.281Z | dflt 3.264347791 |
3564 | 2024-11-22T19:58:29.281Z | kflt 0.000608379 |
3565 | 2024-11-22T19:58:29.281Z | lock 45:28.419389176 |
3566 | 2024-11-22T19:58:29.281Z | slp 2:04:39.289107146 |
3567 | 2024-11-22T19:58:29.281Z | lat 1:01.655746839 |
3568 | 2024-11-22T19:58:29.281Z | stop 3:14.633786583 |
3569 | 2024-11-22T19:58:29.281Z | process exited: duration 1041465 ms, exit code 0 |
|
3570 | 2024-11-22T19:58:29.287Z | found 0 output files |