|
|
|
1 | 2024-12-03T22:26:48.253Z | job assigned to worker 01JE7A35YPFV85QDN9HRM4VHPD [factory gimlet-EVT22200007-propolis, EVT22200007/19828] (queued for 32 s) |
|
2 | 2024-12-03T22:26:55.922Z | starting task 0: "setup" |
3 | 2024-12-03T22:26:55.947Z | ++ uname -s |
4 | 2024-12-03T22:26:55.947Z | + kern=SunOS |
5 | 2024-12-03T22:26:55.947Z | + case "$kern" in |
6 | 2024-12-03T22:26:55.947Z | + groupadd -g 12345 build |
7 | 2024-12-03T22:26:55.947Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-03T22:26:57.947Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-03T22:26:57.984Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-03T22:26:58.007Z | + home_fs=zfs |
11 | 2024-12-03T22:26:58.008Z | + [[ zfs == autofs ]] |
12 | 2024-12-03T22:26:58.008Z | + mkdir -p /home/build |
13 | 2024-12-03T22:26:58.008Z | + chown build:build /home/build /work |
14 | 2024-12-03T22:26:59.994Z | + chmod 0700 /home/build /work |
15 | 2024-12-03T22:27:00.019Z | process exited: duration 4078 ms, exit code 0 |
|
16 | 2024-12-03T22:27:00.067Z | starting task 1: "rust-toolchain" |
17 | 2024-12-03T22:27:00.091Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-03T22:27:00.091Z | ' 1.81.0 |
19 | 2024-12-03T22:27:00.091Z | * toolchain channel = "1.81.0" |
20 | 2024-12-03T22:27:00.091Z | * toolchain profile = "default" |
21 | 2024-12-03T22:27:00.091Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-03T22:27:00.091Z | ' default |
23 | 2024-12-03T22:27:00.091Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-03T22:27:00.091Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-03T22:27:00.221Z | info: downloading installer |
26 | 2024-12-03T22:27:00.944Z | info: profile set to 'default' |
27 | 2024-12-03T22:27:00.944Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-03T22:27:00.944Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-03T22:27:01.011Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-03T22:27:01.011Z | info: downloading component 'cargo' |
31 | 2024-12-03T22:27:01.218Z | info: downloading component 'clippy' |
32 | 2024-12-03T22:27:01.302Z | info: downloading component 'rust-docs' |
33 | 2024-12-03T22:27:01.734Z | info: downloading component 'rust-std' |
34 | 2024-12-03T22:27:02.132Z | info: downloading component 'rustc' |
35 | 2024-12-03T22:27:03.613Z | info: downloading component 'rustfmt' |
36 | 2024-12-03T22:27:03.677Z | info: installing component 'cargo' |
37 | 2024-12-03T22:27:04.705Z | info: installing component 'clippy' |
38 | 2024-12-03T22:27:05.136Z | info: installing component 'rust-docs' |
39 | 2024-12-03T22:27:07.784Z | info: installing component 'rust-std' |
40 | 2024-12-03T22:27:09.781Z | info: installing component 'rustc' |
41 | 2024-12-03T22:27:16.531Z | info: installing component 'rustfmt' |
42 | 2024-12-03T22:27:16.914Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-03T22:27:16.938Z | |
44 | 2024-12-03T22:27:17.057Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-03T22:27:17.057Z | |
46 | 2024-12-03T22:27:17.057Z | |
47 | 2024-12-03T22:27:17.057Z | Rust is installed now. Great! |
48 | 2024-12-03T22:27:17.057Z | |
49 | 2024-12-03T22:27:17.057Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-03T22:27:17.057Z | environment variable. This has not been done automatically. |
51 | 2024-12-03T22:27:17.057Z | |
52 | 2024-12-03T22:27:17.057Z | To configure your current shell, you need to source |
53 | 2024-12-03T22:27:17.058Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-03T22:27:17.058Z | |
55 | 2024-12-03T22:27:17.058Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-03T22:27:17.058Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-03T22:27:17.058Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-03T22:27:17.147Z | + rustc --version |
59 | 2024-12-03T22:27:17.231Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-03T22:27:17.254Z | process exited: duration 17168 ms, exit code 0 |
|
61 | 2024-12-03T22:27:17.302Z | starting task 2: "authentication" |
62 | 2024-12-03T22:27:17.358Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-12-03T22:27:17.405Z | starting task 3: "clone repository" |
64 | 2024-12-03T22:27:17.429Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-03T22:27:17.429Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-03T22:27:17.453Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-03T22:27:23.666Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-03T22:27:23.666Z | + git fetch origin bd515ff97e47394962258d8347b7007043019576 |
69 | 2024-12-03T22:27:24.059Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-03T22:27:24.059Z | * branch bd515ff97e47394962258d8347b7007043019576 -> FETCH_HEAD |
71 | 2024-12-03T22:27:24.082Z | + [[ -n project-scoped-oxql ]] |
72 | 2024-12-03T22:27:24.082Z | ++ git branch --show-current |
73 | 2024-12-03T22:27:24.083Z | + current=main |
74 | 2024-12-03T22:27:24.083Z | + [[ main != project-scoped-oxql ]] |
75 | 2024-12-03T22:27:24.083Z | + git branch -f project-scoped-oxql bd515ff97e47394962258d8347b7007043019576 |
76 | 2024-12-03T22:27:24.083Z | + git checkout -f project-scoped-oxql |
77 | 2024-12-03T22:27:24.134Z | Switched to branch 'project-scoped-oxql' |
78 | 2024-12-03T22:27:24.158Z | + git reset --hard bd515ff97e47394962258d8347b7007043019576 |
79 | 2024-12-03T22:27:24.192Z | HEAD is now at bd515ff97 shorter names |
80 | 2024-12-03T22:27:24.216Z | process exited: duration 6788 ms, exit code 0 |
|
81 | 2024-12-03T22:27:24.266Z | starting task 4: "build" |
82 | 2024-12-03T22:27:24.291Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-03T22:27:24.291Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-03T22:27:24.291Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-03T22:27:24.291Z | + cargo --version |
86 | 2024-12-03T22:27:24.347Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-03T22:27:24.370Z | + rustc --version |
88 | 2024-12-03T22:27:24.423Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-03T22:27:24.448Z | + source ./env.sh |
90 | 2024-12-03T22:27:24.448Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-03T22:27:24.448Z | ++ set -o xtrace |
92 | 2024-12-03T22:27:24.448Z | ++++ dirname ./env.sh |
93 | 2024-12-03T22:27:24.449Z | +++ readlink -f . |
94 | 2024-12-03T22:27:24.449Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ 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-12-03T22:27:24.449Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-03T22:27:24.449Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-03T22:27:24.449Z | + 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-12-03T22:27:24.450Z | + 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-12-03T22:27:24.450Z | + banner prerequisites |
108 | 2024-12-03T22:27:24.450Z | |
109 | 2024-12-03T22:27:24.450Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-03T22:27:24.450Z | # # # # # # # # # # # # # # # |
111 | 2024-12-03T22:27:24.450Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-03T22:27:24.450Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-03T22:27:24.450Z | # # # # # # # # # # # # # # # |
114 | 2024-12-03T22:27:24.450Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-03T22:27:24.450Z | |
116 | 2024-12-03T22:27:24.450Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-03T22:27:33.777Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-03T22:27:38.158Z | Startup: Caching catalogs ... Done |
119 | 2024-12-03T22:27:50.010Z | Planning: Solver setup ... Done (10.819s) |
120 | 2024-12-03T22:27:50.151Z | Planning: Running solver ... Done (0.141s) |
121 | 2024-12-03T22:27:50.242Z | Planning: Finding local manifests ... Done (0.002s) |
122 | 2024-12-03T22:27:50.319Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-03T22:27:50.760Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-03T22:27:50.877Z | Planning: Package planning ... Done (0.118s) |
125 | 2024-12-03T22:27:50.945Z | Planning: Merging actions ... Done (0.065s) |
126 | 2024-12-03T22:27:51.157Z | Planning: Checking for conflicting actions ... Done (0.214s) |
127 | 2024-12-03T22:27:52.190Z | Planning: Consolidating action changes ... Done (1.033s) |
128 | 2024-12-03T22:27:52.593Z | Planning: Evaluating mediators ... Done (0.402s) |
129 | 2024-12-03T22:27:52.693Z | Planning: Planning completed in 14.45 seconds |
130 | 2024-12-03T22:27:52.717Z | Packages to install: 4 |
131 | 2024-12-03T22:27:52.717Z | Packages to update: 1 |
132 | 2024-12-03T22:27:52.717Z | Mediators to change: 2 |
133 | 2024-12-03T22:27:52.717Z | Services to change: 1 |
134 | 2024-12-03T22:27:52.717Z | Estimated space available: 155.18 GB |
135 | 2024-12-03T22:27:52.718Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-03T22:27:52.718Z | Create boot environment: No |
137 | 2024-12-03T22:27:52.718Z | Create backup boot environment: Yes |
138 | 2024-12-03T22:27:52.718Z | Rebuild boot archive: No |
139 | 2024-12-03T22:27:52.718Z | |
140 | 2024-12-03T22:27:52.718Z | Changed mediators: |
141 | 2024-12-03T22:27:52.718Z | mediator clang: |
142 | 2024-12-03T22:27:52.718Z | version: None -> 15 (system default) |
143 | 2024-12-03T22:27:52.718Z | |
144 | 2024-12-03T22:27:52.718Z | mediator llvm: |
145 | 2024-12-03T22:27:52.718Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-03T22:27:52.718Z | |
147 | 2024-12-03T22:27:52.718Z | Changed packages: |
148 | 2024-12-03T22:27:52.718Z | helios-dev |
149 | 2024-12-03T22:27:52.718Z | developer/build-essential |
150 | 2024-12-03T22:27:52.718Z | None -> 11-2.0 |
151 | 2024-12-03T22:27:52.718Z | library/libxmlsec1 |
152 | 2024-12-03T22:27:52.718Z | None -> 1.2.35-2.0 |
153 | 2024-12-03T22:27:52.718Z | ooce/developer/clang-15 |
154 | 2024-12-03T22:27:52.718Z | None -> 15.0.7-2.0 |
155 | 2024-12-03T22:27:52.718Z | ooce/developer/llvm-15 |
156 | 2024-12-03T22:27:52.718Z | None -> 15.0.7-2.0 |
157 | 2024-12-03T22:27:52.718Z | package/pkg |
158 | 2024-12-03T22:27:52.718Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-03T22:27:52.718Z | |
160 | 2024-12-03T22:27:52.718Z | Services: |
161 | 2024-12-03T22:27:52.718Z | restart_fmri: |
162 | 2024-12-03T22:27:52.718Z | svc:/system/update-man-index:default |
163 | 2024-12-03T22:27:52.718Z | |
164 | 2024-12-03T22:27:52.718Z | Editable files to change: |
165 | 2024-12-03T22:27:52.718Z | Update: |
166 | 2024-12-03T22:27:52.718Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-03T22:27:52.781Z | |
168 | 2024-12-03T22:27:52.781Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-03T22:27:57.782Z | Download: 1192/4281 items 45.7/220.6MB 20% complete (9.1M/s) |
170 | 2024-12-03T22:28:02.785Z | Download: 1656/4281 items 117.9/220.6MB 53% complete (12.0M/s) |
171 | 2024-12-03T22:28:07.792Z | Download: 2272/4281 items 119.7/220.6MB 54% complete (7.9M/s) |
172 | 2024-12-03T22:28:12.796Z | Download: 3237/4281 items 162.8/220.6MB 73% complete (4.4M/s) |
173 | 2024-12-03T22:28:17.804Z | Download: 3248/4281 items 190.8/220.6MB 86% complete (7.1M/s) |
174 | 2024-12-03T22:28:22.725Z | Download: Completed 220.60 MB in 29.94 seconds (7.4M/s) |
175 | 2024-12-03T22:28:24.173Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-03T22:28:24.198Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-03T22:28:29.602Z | Actions: 3069/5063 actions (Installing new actions) |
178 | 2024-12-03T22:28:29.988Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-03T22:28:30.347Z | Actions: Completed 5063 actions in 6.17 seconds. |
180 | 2024-12-03T22:28:30.684Z | Done (0.328s) |
181 | 2024-12-03T22:28:30.707Z | Done (0.000s) |
182 | 2024-12-03T22:28:31.356Z | Done (0.670s) |
183 | 2024-12-03T22:28:36.218Z | Done (4.694s) |
184 | 2024-12-03T22:28:36.310Z | Done (0.019s) |
185 | 2024-12-03T22:28:36.333Z | Done (0.000s) |
186 | 2024-12-03T22:28:36.472Z | Done (0.000s) |
187 | 2024-12-03T22:28:37.183Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-03T22:28:37.381Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-03T22:28:37.405Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-03T22:28:37.705Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-03T22:28:37.729Z | Planning: Planning completed in 0.52 seconds |
192 | 2024-12-03T22:28:37.753Z | Mediators to change: 2 |
193 | 2024-12-03T22:28:37.753Z | Create boot environment: No |
194 | 2024-12-03T22:28:37.753Z | Create backup boot environment: No |
195 | 2024-12-03T22:28:37.812Z | Done |
196 | 2024-12-03T22:28:37.812Z | Done |
197 | 2024-12-03T22:28:38.235Z | Done |
198 | 2024-12-03T22:28:42.435Z | Done |
199 | 2024-12-03T22:28:42.527Z | Done |
200 | 2024-12-03T22:28:42.527Z | Done |
201 | 2024-12-03T22:28:42.615Z | Done |
202 | 2024-12-03T22:28:43.362Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-03T22:28:43.386Z | Planning: Merging actions ... Done |
204 | 2024-12-03T22:28:43.599Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-03T22:28:43.622Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-03T22:28:43.941Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-03T22:28:44.013Z | Planning: Planning completed in 0.96 seconds |
208 | 2024-12-03T22:28:44.059Z | Packages to change: 1 |
209 | 2024-12-03T22:28:44.059Z | Mediators to change: 1 |
210 | 2024-12-03T22:28:44.059Z | Services to change: 1 |
211 | 2024-12-03T22:28:44.059Z | Create boot environment: No |
212 | 2024-12-03T22:28:44.059Z | Create backup boot environment: Yes |
213 | 2024-12-03T22:28:45.671Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-03T22:28:45.695Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-03T22:28:45.695Z | Done |
216 | 2024-12-03T22:28:45.695Z | Done |
217 | 2024-12-03T22:28:45.805Z | Done |
218 | 2024-12-03T22:28:50.155Z | Done |
219 | 2024-12-03T22:28:50.249Z | Done |
220 | 2024-12-03T22:28:50.273Z | Done |
221 | 2024-12-03T22:28:50.341Z | Done |
222 | 2024-12-03T22:28:50.854Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-03T22:28:50.854Z | clang system 15 system |
224 | 2024-12-03T22:28:50.854Z | csh system system illumos |
225 | 2024-12-03T22:28:50.854Z | ctags system system illumos |
226 | 2024-12-03T22:28:50.854Z | gcc vendor 12 vendor |
227 | 2024-12-03T22:28:50.854Z | gcc system 10 system |
228 | 2024-12-03T22:28:50.854Z | gcc system 7 system |
229 | 2024-12-03T22:28:50.854Z | go system 1.20 system |
230 | 2024-12-03T22:28:50.854Z | go system 1.19 system |
231 | 2024-12-03T22:28:50.854Z | llvm system 15 system |
232 | 2024-12-03T22:28:50.854Z | llvm system 14 system |
233 | 2024-12-03T22:28:50.854Z | mariadb system 10.6 system |
234 | 2024-12-03T22:28:50.854Z | mta vendor vendor dma |
235 | 2024-12-03T22:28:50.854Z | openjdk system 17 system |
236 | 2024-12-03T22:28:50.854Z | openjdk system 11 system |
237 | 2024-12-03T22:28:50.854Z | openjdk system 1.8 system |
238 | 2024-12-03T22:28:50.854Z | openssl vendor 3 vendor |
239 | 2024-12-03T22:28:50.854Z | perl system 5.36 system |
240 | 2024-12-03T22:28:50.854Z | postgresql system 15 system |
241 | 2024-12-03T22:28:50.854Z | postgresql system 13 system |
242 | 2024-12-03T22:28:50.854Z | python vendor 3 vendor |
243 | 2024-12-03T22:28:50.854Z | python system 2 system |
244 | 2024-12-03T22:28:50.854Z | python3 system 3.11 system |
245 | 2024-12-03T22:28:50.854Z | ruby system 3.0 system |
246 | 2024-12-03T22:28:50.854Z | words vendor vendor american-english |
247 | 2024-12-03T22:28:50.854Z | words system system australian-english |
248 | 2024-12-03T22:28:50.854Z | words system system british-english |
249 | 2024-12-03T22:28:50.854Z | words system system canadian-english |
250 | 2024-12-03T22:28:50.854Z | words system system french |
251 | 2024-12-03T22:28:50.854Z | words system system italian |
252 | 2024-12-03T22:28:50.854Z | words system system ngerman |
253 | 2024-12-03T22:28:50.854Z | words system system ogerman |
254 | 2024-12-03T22:28:50.854Z | words system system spanish |
255 | 2024-12-03T22:28:51.255Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-03T22:28:51.255Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-03T22:28:54.420Z | FMRI IFO |
258 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-03T22:28:54.420Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-03T22:28:54.421Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-03T22:28:54.421Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-03T22:28:54.421Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-03T22:28:54.421Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-03T22:28:55.207Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-03T22:28:55.580Z | Updating crates.io index |
275 | 2024-12-03T22:28:55.603Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-03T22:28:56.221Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-03T22:28:56.567Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-03T22:28:56.886Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-03T22:28:57.213Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-03T22:28:58.191Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-03T22:29:00.945Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-03T22:29:02.156Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-03T22:29:02.887Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-03T22:29:03.281Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-03T22:29:03.836Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-03T22:29:04.563Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-03T22:29:04.917Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-03T22:29:05.371Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-03T22:29:05.745Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-03T22:29:06.119Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-03T22:29:06.445Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-03T22:29:06.825Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-03T22:29:07.208Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-03T22:29:07.592Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-03T22:29:07.962Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-03T22:29:08.543Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-03T22:29:08.894Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-03T22:29:09.371Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-03T22:29:09.815Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-03T22:29:10.270Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-03T22:29:10.637Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-03T22:29:11.016Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-03T22:29:12.348Z | Downloading crates ... |
304 | 2024-12-03T22:29:12.408Z | Downloaded heck v0.5.0 |
305 | 2024-12-03T22:29:12.437Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-12-03T22:29:12.438Z | Downloaded plain v0.2.3 |
307 | 2024-12-03T22:29:12.438Z | Downloaded anstream v0.6.15 |
308 | 2024-12-03T22:29:12.465Z | Downloaded anstyle-query v1.1.1 |
309 | 2024-12-03T22:29:12.465Z | Downloaded bytecount v0.6.8 |
310 | 2024-12-03T22:29:12.465Z | Downloaded byteorder v1.5.0 |
311 | 2024-12-03T22:29:12.465Z | Downloaded autocfg v1.4.0 |
312 | 2024-12-03T22:29:12.465Z | Downloaded anstyle v1.0.10 |
313 | 2024-12-03T22:29:12.465Z | Downloaded anstyle-parse v0.2.5 |
314 | 2024-12-03T22:29:12.465Z | Downloaded itoa v1.0.11 |
315 | 2024-12-03T22:29:12.465Z | Downloaded fastrand v2.1.1 |
316 | 2024-12-03T22:29:12.466Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2024-12-03T22:29:12.492Z | Downloaded toml_datetime v0.6.8 |
318 | 2024-12-03T22:29:12.492Z | Downloaded version_check v0.9.5 |
319 | 2024-12-03T22:29:12.492Z | Downloaded utf8parse v0.2.2 |
320 | 2024-12-03T22:29:12.492Z | Downloaded unicode-linebreak v0.1.5 |
321 | 2024-12-03T22:29:12.492Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-12-03T22:29:12.524Z | Downloaded pest v2.7.14 |
323 | 2024-12-03T22:29:12.524Z | Downloaded papergrid v0.11.0 |
324 | 2024-12-03T22:29:12.524Z | Downloaded ryu v1.0.18 |
325 | 2024-12-03T22:29:12.524Z | Downloaded toml_edit v0.22.22 |
326 | 2024-12-03T22:29:12.555Z | Downloaded usdt-impl v0.5.0 |
327 | 2024-12-03T22:29:12.555Z | Downloaded zerocopy v0.7.35 |
328 | 2024-12-03T22:29:12.580Z | Downloaded winnow v0.6.20 |
329 | 2024-12-03T22:29:12.580Z | Downloaded rustix v0.38.37 |
330 | 2024-12-03T22:29:12.605Z | Downloaded serde_json v1.0.132 |
331 | 2024-12-03T22:29:12.605Z | Downloaded tabled v0.15.0 |
332 | 2024-12-03T22:29:12.630Z | Downloaded typenum v1.17.0 |
333 | 2024-12-03T22:29:12.630Z | Downloaded unicode-width v0.1.14 |
334 | 2024-12-03T22:29:12.630Z | Downloaded syn v2.0.87 |
335 | 2024-12-03T22:29:12.654Z | Downloaded syn v1.0.109 |
336 | 2024-12-03T22:29:12.654Z | Downloaded toml v0.8.19 |
337 | 2024-12-03T22:29:12.654Z | Downloaded thread-id v4.2.2 |
338 | 2024-12-03T22:29:12.654Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-12-03T22:29:12.678Z | Downloaded scroll v0.12.0 |
340 | 2024-12-03T22:29:12.678Z | Downloaded quote v1.0.37 |
341 | 2024-12-03T22:29:12.678Z | Downloaded proc-macro2 v1.0.89 |
342 | 2024-12-03T22:29:12.678Z | Downloaded unicode-ident v1.0.13 |
343 | 2024-12-03T22:29:12.678Z | Downloaded thiserror-impl v1.0.69 |
344 | 2024-12-03T22:29:12.678Z | Downloaded thiserror v1.0.69 |
345 | 2024-12-03T22:29:12.678Z | Downloaded textwrap v0.16.1 |
346 | 2024-12-03T22:29:12.678Z | Downloaded terminal_size v0.4.0 |
347 | 2024-12-03T22:29:12.678Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-12-03T22:29:12.678Z | Downloaded strsim v0.11.1 |
349 | 2024-12-03T22:29:12.705Z | Downloaded sha2 v0.10.8 |
350 | 2024-12-03T22:29:12.705Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2024-12-03T22:29:12.705Z | Downloaded pest_derive v2.7.14 |
352 | 2024-12-03T22:29:12.706Z | Downloaded once_cell v1.20.2 |
353 | 2024-12-03T22:29:12.706Z | Downloaded usdt-macro v0.5.0 |
354 | 2024-12-03T22:29:12.706Z | Downloaded usdt v0.5.0 |
355 | 2024-12-03T22:29:12.706Z | Downloaded ucd-trie v0.1.7 |
356 | 2024-12-03T22:29:12.706Z | Downloaded tempfile v3.13.0 |
357 | 2024-12-03T22:29:12.706Z | Downloaded libc v0.2.162 |
358 | 2024-12-03T22:29:12.749Z | Downloaded swrite v0.1.0 |
359 | 2024-12-03T22:29:12.749Z | Downloaded smawk v0.3.2 |
360 | 2024-12-03T22:29:12.749Z | Downloaded serde_spanned v0.6.8 |
361 | 2024-12-03T22:29:12.749Z | Downloaded serde_derive v1.0.215 |
362 | 2024-12-03T22:29:12.749Z | Downloaded serde v1.0.215 |
363 | 2024-12-03T22:29:12.749Z | Downloaded semver v1.0.23 |
364 | 2024-12-03T22:29:12.750Z | Downloaded scroll_derive v0.12.0 |
365 | 2024-12-03T22:29:12.750Z | Downloaded proc-macro-error v1.0.4 |
366 | 2024-12-03T22:29:12.750Z | Downloaded pretty-hex v0.4.1 |
367 | 2024-12-03T22:29:12.750Z | Downloaded pest_meta v2.7.14 |
368 | 2024-12-03T22:29:12.750Z | Downloaded pest_generator v2.7.14 |
369 | 2024-12-03T22:29:12.750Z | Downloaded memmap v0.7.0 |
370 | 2024-12-03T22:29:12.750Z | Downloaded memchr v2.7.4 |
371 | 2024-12-03T22:29:12.773Z | Downloaded macaddr v1.0.1 |
372 | 2024-12-03T22:29:12.773Z | Downloaded log v0.4.22 |
373 | 2024-12-03T22:29:12.773Z | Downloaded indexmap v2.6.0 |
374 | 2024-12-03T22:29:12.773Z | Downloaded goblin v0.8.2 |
375 | 2024-12-03T22:29:12.773Z | Downloaded clap_builder v4.5.21 |
376 | 2024-12-03T22:29:12.773Z | Downloaded clap v4.5.21 |
377 | 2024-12-03T22:29:12.798Z | Downloaded hashbrown v0.15.0 |
378 | 2024-12-03T22:29:12.799Z | Downloaded fs-err v2.11.0 |
379 | 2024-12-03T22:29:12.799Z | Downloaded fnv v1.0.7 |
380 | 2024-12-03T22:29:12.799Z | Downloaded digest v0.10.7 |
381 | 2024-12-03T22:29:12.799Z | Downloaded crypto-common v0.1.6 |
382 | 2024-12-03T22:29:12.799Z | Downloaded colorchoice v1.0.2 |
383 | 2024-12-03T22:29:12.799Z | Downloaded clap_lex v0.7.2 |
384 | 2024-12-03T22:29:12.799Z | Downloaded cargo_toml v0.20.5 |
385 | 2024-12-03T22:29:12.799Z | Downloaded cargo-platform v0.1.8 |
386 | 2024-12-03T22:29:12.823Z | Downloaded camino v1.1.9 |
387 | 2024-12-03T22:29:12.823Z | Downloaded bitflags v2.6.0 |
388 | 2024-12-03T22:29:12.823Z | Downloaded heck v0.4.1 |
389 | 2024-12-03T22:29:12.823Z | Downloaded generic-array v0.14.7 |
390 | 2024-12-03T22:29:12.823Z | Downloaded errno v0.3.9 |
391 | 2024-12-03T22:29:12.823Z | Downloaded dtrace-parser v0.2.0 |
392 | 2024-12-03T22:29:12.823Z | Downloaded dof v0.3.0 |
393 | 2024-12-03T22:29:12.823Z | Downloaded cpufeatures v0.2.14 |
394 | 2024-12-03T22:29:12.823Z | Downloaded equivalent v1.0.1 |
395 | 2024-12-03T22:29:12.824Z | Downloaded clap_derive v4.5.18 |
396 | 2024-12-03T22:29:12.824Z | Downloaded cfg-if v1.0.0 |
397 | 2024-12-03T22:29:12.824Z | Downloaded cargo_metadata v0.18.1 |
398 | 2024-12-03T22:29:12.824Z | Downloaded camino-tempfile v1.1.1 |
399 | 2024-12-03T22:29:12.824Z | Downloaded block-buffer v0.10.4 |
400 | 2024-12-03T22:29:12.824Z | Downloaded anyhow v1.0.93 |
401 | 2024-12-03T22:29:12.948Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-03T22:29:12.948Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-03T22:29:12.948Z | Compiling version_check v0.9.5 |
404 | 2024-12-03T22:29:12.972Z | Compiling serde v1.0.215 |
405 | 2024-12-03T22:29:12.972Z | Compiling thiserror v1.0.69 |
406 | 2024-12-03T22:29:12.972Z | Compiling memchr v2.7.4 |
407 | 2024-12-03T22:29:12.972Z | Compiling libc v0.2.162 |
408 | 2024-12-03T22:29:12.998Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-03T22:29:13.235Z | Compiling ryu v1.0.18 |
410 | 2024-12-03T22:29:13.558Z | Compiling itoa v1.0.11 |
411 | 2024-12-03T22:29:13.676Z | Compiling once_cell v1.20.2 |
412 | 2024-12-03T22:29:13.770Z | Compiling byteorder v1.5.0 |
413 | 2024-12-03T22:29:13.918Z | Compiling serde_json v1.0.132 |
414 | 2024-12-03T22:29:14.054Z | Compiling rustix v0.38.37 |
415 | 2024-12-03T22:29:14.181Z | Compiling bitflags v2.6.0 |
416 | 2024-12-03T22:29:14.311Z | Compiling usdt-impl v0.5.0 |
417 | 2024-12-03T22:29:14.510Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-12-03T22:29:14.574Z | Compiling syn v1.0.109 |
419 | 2024-12-03T22:29:14.621Z | Compiling quote v1.0.37 |
420 | 2024-12-03T22:29:14.798Z | Compiling errno v0.3.9 |
421 | 2024-12-03T22:29:14.826Z | Compiling proc-macro-error v1.0.4 |
422 | 2024-12-03T22:29:14.855Z | Compiling plain v0.2.3 |
423 | 2024-12-03T22:29:15.012Z | Compiling syn v2.0.87 |
424 | 2024-12-03T22:29:15.069Z | Compiling equivalent v1.0.1 |
425 | 2024-12-03T22:29:15.107Z | Compiling camino v1.1.9 |
426 | 2024-12-03T22:29:15.209Z | Compiling thread-id v4.2.2 |
427 | 2024-12-03T22:29:15.248Z | Compiling hashbrown v0.15.0 |
428 | 2024-12-03T22:29:15.264Z | Compiling log v0.4.22 |
429 | 2024-12-03T22:29:15.315Z | Compiling utf8parse v0.2.2 |
430 | 2024-12-03T22:29:15.508Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-03T22:29:15.850Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-03T22:29:15.899Z | Compiling semver v1.0.23 |
433 | 2024-12-03T22:29:16.084Z | Compiling anstyle-query v1.1.1 |
434 | 2024-12-03T22:29:16.153Z | Compiling colorchoice v1.0.2 |
435 | 2024-12-03T22:29:16.236Z | Compiling winnow v0.6.20 |
436 | 2024-12-03T22:29:16.319Z | Compiling autocfg v1.4.0 |
437 | 2024-12-03T22:29:16.345Z | Compiling anstyle v1.0.10 |
438 | 2024-12-03T22:29:16.412Z | Compiling unicode-width v0.1.14 |
439 | 2024-12-03T22:29:16.509Z | Compiling indexmap v2.6.0 |
440 | 2024-12-03T22:29:16.790Z | Compiling is_terminal_polyfill v1.70.1 |
441 | 2024-12-03T22:29:16.923Z | Compiling anstream v0.6.15 |
442 | 2024-12-03T22:29:17.031Z | Compiling terminal_size v0.4.0 |
443 | 2024-12-03T22:29:17.389Z | Compiling fs-err v2.11.0 |
444 | 2024-12-03T22:29:17.543Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-03T22:29:17.637Z | Compiling bytecount v0.6.8 |
446 | 2024-12-03T22:29:17.670Z | Compiling fnv v1.0.7 |
447 | 2024-12-03T22:29:17.697Z | Compiling anyhow v1.0.93 |
448 | 2024-12-03T22:29:17.765Z | Compiling strsim v0.11.1 |
449 | 2024-12-03T22:29:17.873Z | Compiling heck v0.4.1 |
450 | 2024-12-03T22:29:18.073Z | Compiling fastrand v2.1.1 |
451 | 2024-12-03T22:29:18.262Z | Compiling heck v0.5.0 |
452 | 2024-12-03T22:29:18.315Z | Compiling clap_lex v0.7.2 |
453 | 2024-12-03T22:29:18.450Z | Compiling tempfile v3.13.0 |
454 | 2024-12-03T22:29:18.547Z | Compiling clap_builder v4.5.21 |
455 | 2024-12-03T22:29:18.716Z | Compiling papergrid v0.11.0 |
456 | 2024-12-03T22:29:18.861Z | Compiling memmap v0.7.0 |
457 | 2024-12-03T22:29:18.890Z | Compiling smawk v0.3.2 |
458 | 2024-12-03T22:29:19.082Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-03T22:29:19.347Z | Compiling swrite v0.1.0 |
460 | 2024-12-03T22:29:19.485Z | Compiling textwrap v0.16.1 |
461 | 2024-12-03T22:29:20.305Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-03T22:29:21.880Z | Compiling tabled v0.15.0 |
463 | 2024-12-03T22:29:23.062Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-03T22:29:23.062Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-03T22:29:23.086Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-03T22:29:23.086Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-03T22:29:23.413Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-03T22:29:24.284Z | Compiling scroll v0.12.0 |
469 | 2024-12-03T22:29:24.748Z | Compiling goblin v0.8.2 |
470 | 2024-12-03T22:29:24.803Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-03T22:29:25.535Z | Compiling pest v2.7.14 |
472 | 2024-12-03T22:29:26.621Z | Compiling clap v4.5.21 |
473 | 2024-12-03T22:29:27.425Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-03T22:29:28.395Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-03T22:29:30.303Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-03T22:29:30.898Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-03T22:29:32.292Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-03T22:29:32.316Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-03T22:29:32.316Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-03T22:29:32.701Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-12-03T22:29:32.701Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-03T22:29:32.822Z | Compiling macaddr v1.0.1 |
483 | 2024-12-03T22:29:32.948Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-03T22:29:33.712Z | Compiling dof v0.3.0 |
485 | 2024-12-03T22:29:33.712Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-03T22:29:35.398Z | Compiling toml v0.8.19 |
487 | 2024-12-03T22:29:35.663Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-03T22:29:35.663Z | Compiling usdt-macro v0.5.0 |
489 | 2024-12-03T22:29:36.125Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-03T22:29:36.760Z | Compiling usdt v0.5.0 |
491 | 2024-12-03T22:29:40.234Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-03T22:29:45.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.41s |
493 | 2024-12-03T22:29:45.585Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-03T22:29:46.289Z | Downloading crates ... |
495 | 2024-12-03T22:29:46.425Z | Downloaded adler2 v2.0.0 |
496 | 2024-12-03T22:29:46.453Z | Downloaded addr2line v0.24.2 |
497 | 2024-12-03T22:29:46.453Z | Downloaded allocator-api2 v0.2.18 |
498 | 2024-12-03T22:29:46.453Z | Downloaded arrayref v0.3.9 |
499 | 2024-12-03T22:29:46.453Z | Downloaded ahash v0.8.11 |
500 | 2024-12-03T22:29:46.483Z | Downloaded httpdate v1.0.3 |
501 | 2024-12-03T22:29:46.483Z | Downloaded hickory-resolver v0.24.1 |
502 | 2024-12-03T22:29:46.483Z | Downloaded memoffset v0.9.1 |
503 | 2024-12-03T22:29:46.483Z | Downloaded icu_locid_transform_data v1.5.0 |
504 | 2024-12-03T22:29:46.483Z | Downloaded mime_guess v2.0.5 |
505 | 2024-12-03T22:29:46.483Z | Downloaded managed v0.8.0 |
506 | 2024-12-03T22:29:46.483Z | Downloaded cipher v0.4.4 |
507 | 2024-12-03T22:29:46.483Z | Downloaded ciborium-ll v0.2.2 |
508 | 2024-12-03T22:29:46.509Z | Downloaded icu_collections v1.5.0 |
509 | 2024-12-03T22:29:46.509Z | Downloaded hubpack v0.1.2 |
510 | 2024-12-03T22:29:46.535Z | Downloaded sync_wrapper v1.0.1 |
511 | 2024-12-03T22:29:46.535Z | Downloaded darling_macro v0.20.10 |
512 | 2024-12-03T22:29:46.535Z | Downloaded derive_builder_macro v0.20.2 |
513 | 2024-12-03T22:29:46.535Z | Downloaded downcast v0.11.0 |
514 | 2024-12-03T22:29:46.535Z | Downloaded dunce v1.0.5 |
515 | 2024-12-03T22:29:46.560Z | Downloaded fxhash v0.2.1 |
516 | 2024-12-03T22:29:46.560Z | Downloaded futures-io v0.3.31 |
517 | 2024-12-03T22:29:46.560Z | Downloaded ghash v0.5.1 |
518 | 2024-12-03T22:29:46.560Z | Downloaded group v0.13.0 |
519 | 2024-12-03T22:29:46.560Z | Downloaded xz2 v0.1.7 |
520 | 2024-12-03T22:29:46.586Z | Downloaded peg-runtime v0.8.3 |
521 | 2024-12-03T22:29:46.586Z | Downloaded paste v1.0.15 |
522 | 2024-12-03T22:29:46.586Z | Downloaded sha1 v0.10.6 |
523 | 2024-12-03T22:29:46.586Z | Downloaded try-lock v0.2.5 |
524 | 2024-12-03T22:29:46.586Z | Downloaded newtype_derive v0.1.6 |
525 | 2024-12-03T22:29:46.586Z | Downloaded zone_cfg_derive v0.3.0 |
526 | 2024-12-03T22:29:46.611Z | Downloaded serde_urlencoded v0.7.1 |
527 | 2024-12-03T22:29:46.611Z | Downloaded newtype-uuid v1.1.3 |
528 | 2024-12-03T22:29:46.611Z | Downloaded pin-utils v0.1.0 |
529 | 2024-12-03T22:29:46.611Z | Downloaded sqlparser_derive v0.2.2 |
530 | 2024-12-03T22:29:46.611Z | Downloaded phf_shared v0.11.2 |
531 | 2024-12-03T22:29:46.611Z | Downloaded pkg-config v0.3.31 |
532 | 2024-12-03T22:29:46.611Z | Downloaded zerofrom v0.1.4 |
533 | 2024-12-03T22:29:46.636Z | Downloaded funty v2.0.0 |
534 | 2024-12-03T22:29:46.636Z | Downloaded utf8_iter v1.0.4 |
535 | 2024-12-03T22:29:46.637Z | Downloaded foreign-types-shared v0.3.1 |
536 | 2024-12-03T22:29:46.637Z | Downloaded toolchain_find v0.4.0 |
537 | 2024-12-03T22:29:46.637Z | Downloaded oso-derive v0.27.3 |
538 | 2024-12-03T22:29:46.637Z | Downloaded normalize-line-endings v0.3.0 |
539 | 2024-12-03T22:29:46.637Z | Downloaded phf_codegen v0.11.2 |
540 | 2024-12-03T22:29:46.662Z | Downloaded percent-encoding v2.3.1 |
541 | 2024-12-03T22:29:46.662Z | Downloaded psl-types v2.0.11 |
542 | 2024-12-03T22:29:46.662Z | Downloaded tinyvec_macros v0.1.1 |
543 | 2024-12-03T22:29:46.662Z | Downloaded waitgroup v0.1.2 |
544 | 2024-12-03T22:29:46.662Z | Downloaded quick-error v1.2.3 |
545 | 2024-12-03T22:29:46.662Z | Downloaded strip-ansi-escapes v0.2.0 |
546 | 2024-12-03T22:29:46.662Z | Downloaded number_prefix v0.4.0 |
547 | 2024-12-03T22:29:46.662Z | Downloaded tls_codec v0.4.1 |
548 | 2024-12-03T22:29:46.688Z | Downloaded time-core v0.1.2 |
549 | 2024-12-03T22:29:46.688Z | Downloaded yoke-derive v0.7.4 |
550 | 2024-12-03T22:29:46.688Z | Downloaded foreign-types v0.3.2 |
551 | 2024-12-03T22:29:46.714Z | Downloaded ed25519 v2.2.3 |
552 | 2024-12-03T22:29:46.714Z | Downloaded want v0.3.1 |
553 | 2024-12-03T22:29:46.714Z | Downloaded termtree v0.4.1 |
554 | 2024-12-03T22:29:46.714Z | Downloaded float-ord v0.3.2 |
555 | 2024-12-03T22:29:46.714Z | Downloaded rand_xorshift v0.3.0 |
556 | 2024-12-03T22:29:46.714Z | Downloaded untrusted v0.7.1 |
557 | 2024-12-03T22:29:46.714Z | Downloaded hash32 v0.3.1 |
558 | 2024-12-03T22:29:46.714Z | Downloaded thiserror-impl v2.0.3 |
559 | 2024-12-03T22:29:46.714Z | Downloaded termios v0.3.3 |
560 | 2024-12-03T22:29:46.744Z | Downloaded precomputed-hash v0.1.1 |
561 | 2024-12-03T22:29:46.744Z | Downloaded tokio-stream v0.1.16 |
562 | 2024-12-03T22:29:46.744Z | Downloaded phf_generator v0.11.2 |
563 | 2024-12-03T22:29:46.744Z | Downloaded prettyplease v0.2.25 |
564 | 2024-12-03T22:29:46.744Z | Downloaded rustc_version v0.1.7 |
565 | 2024-12-03T22:29:46.744Z | Downloaded postgres-types v0.2.8 |
566 | 2024-12-03T22:29:46.744Z | Downloaded olpc-cjson v0.1.4 |
567 | 2024-12-03T22:29:46.744Z | Downloaded tokio-postgres v0.7.12 |
568 | 2024-12-03T22:29:46.772Z | Downloaded num-complex v0.4.6 |
569 | 2024-12-03T22:29:46.772Z | Downloaded nom v7.1.3 |
570 | 2024-12-03T22:29:46.772Z | Downloaded time v0.3.36 |
571 | 2024-12-03T22:29:46.800Z | Downloaded url v2.5.3 |
572 | 2024-12-03T22:29:46.800Z | Downloaded proptest v1.5.0 |
573 | 2024-12-03T22:29:46.800Z | Downloaded sqlparser v0.45.0 |
574 | 2024-12-03T22:29:46.824Z | Downloaded num-bigint v0.4.6 |
575 | 2024-12-03T22:29:46.824Z | Downloaded num-bigint-dig v0.8.4 |
576 | 2024-12-03T22:29:46.824Z | Downloaded winnow v0.5.40 |
577 | 2024-12-03T22:29:46.848Z | Downloaded rayon v1.10.0 |
578 | 2024-12-03T22:29:46.848Z | Downloaded rustls v0.21.12 |
579 | 2024-12-03T22:29:46.872Z | Downloaded vcpkg v0.2.15 |
580 | 2024-12-03T22:29:46.900Z | Downloaded object v0.30.4 |
581 | 2024-12-03T22:29:46.925Z | Downloaded nix v0.29.0 |
582 | 2024-12-03T22:29:46.950Z | Downloaded webpki-roots v0.26.6 |
583 | 2024-12-03T22:29:46.950Z | Downloaded smoltcp v0.9.1 |
584 | 2024-12-03T22:29:46.951Z | Downloaded diesel v2.2.4 |
585 | 2024-12-03T22:29:46.974Z | Downloaded smoltcp v0.11.0 |
586 | 2024-12-03T22:29:46.998Z | Downloaded object v0.36.5 |
587 | 2024-12-03T22:29:46.998Z | Downloaded sled v0.34.7 |
588 | 2024-12-03T22:29:47.023Z | Downloaded openapiv3 v2.0.0 |
589 | 2024-12-03T22:29:47.023Z | Downloaded idna v0.4.0 |
590 | 2024-12-03T22:29:47.047Z | Downloaded typify-impl v0.2.0 |
591 | 2024-12-03T22:29:47.071Z | Downloaded zerocopy-derive v0.6.6 |
592 | 2024-12-03T22:29:47.071Z | Downloaded regex-automata v0.4.8 |
593 | 2024-12-03T22:29:47.096Z | Downloaded csv v1.3.0 |
594 | 2024-12-03T22:29:47.120Z | Downloaded ratatui v0.28.1 |
595 | 2024-12-03T22:29:47.144Z | Downloaded nix v0.28.0 |
596 | 2024-12-03T22:29:47.168Z | Downloaded rustls v0.23.14 |
597 | 2024-12-03T22:29:47.168Z | Downloaded rustls v0.22.4 |
598 | 2024-12-03T22:29:47.193Z | Downloaded petgraph v0.6.5 |
599 | 2024-12-03T22:29:47.217Z | Downloaded regex-syntax v0.8.5 |
600 | 2024-12-03T22:29:47.217Z | Downloaded polar-core v0.27.3 |
601 | 2024-12-03T22:29:47.240Z | Downloaded nix v0.27.1 |
602 | 2024-12-03T22:29:47.240Z | Downloaded petname v2.0.2 |
603 | 2024-12-03T22:29:47.240Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
604 | 2024-12-03T22:29:47.264Z | Downloaded zerocopy v0.8.10 |
605 | 2024-12-03T22:29:47.288Z | Downloaded lzma-sys v0.1.20 |
606 | 2024-12-03T22:29:47.317Z | Downloaded quick-xml v0.33.0 |
607 | 2024-12-03T22:29:47.341Z | Downloaded libz-sys v1.1.20 |
608 | 2024-12-03T22:29:47.365Z | Downloaded sha3 v0.10.8 |
609 | 2024-12-03T22:29:47.365Z | Downloaded regex-syntax v0.6.29 |
610 | 2024-12-03T22:29:47.365Z | Downloaded unicode-width v0.2.0 |
611 | 2024-12-03T22:29:47.390Z | Downloaded tokio v1.40.0 |
612 | 2024-12-03T22:29:47.418Z | Downloaded idna v0.3.0 |
613 | 2024-12-03T22:29:47.443Z | Downloaded portable-atomic v1.9.0 |
614 | 2024-12-03T22:29:47.443Z | Downloaded unicode-normalization v0.1.24 |
615 | 2024-12-03T22:29:47.443Z | Downloaded openssl v0.10.66 |
616 | 2024-12-03T22:29:47.467Z | Downloaded hickory-proto v0.24.1 |
617 | 2024-12-03T22:29:47.491Z | Downloaded trust-dns-proto v0.22.0 |
618 | 2024-12-03T22:29:47.491Z | Downloaded icu_properties_data v1.5.0 |
619 | 2024-12-03T22:29:47.515Z | Downloaded regex v1.11.1 |
620 | 2024-12-03T22:29:47.515Z | Downloaded h2 v0.4.6 |
621 | 2024-12-03T22:29:47.540Z | Downloaded serde_with v3.11.0 |
622 | 2024-12-03T22:29:47.540Z | Downloaded hashbrown v0.14.5 |
623 | 2024-12-03T22:29:47.540Z | Downloaded tough v0.19.0 |
624 | 2024-12-03T22:29:47.565Z | Downloaded num v0.4.3 |
625 | 2024-12-03T22:29:47.565Z | Downloaded nu-ansi-term v0.50.1 |
626 | 2024-12-03T22:29:47.565Z | Downloaded ron v0.8.1 |
627 | 2024-12-03T22:29:47.565Z | Downloaded rcgen v0.12.1 |
628 | 2024-12-03T22:29:47.565Z | Downloaded rustls-webpki v0.101.7 |
629 | 2024-12-03T22:29:47.589Z | Downloaded zerovec v0.10.4 |
630 | 2024-12-03T22:29:47.589Z | Downloaded ssh-key v0.6.6 |
631 | 2024-12-03T22:29:47.614Z | Downloaded ron v0.7.1 |
632 | 2024-12-03T22:29:47.614Z | Downloaded vergen v8.3.2 |
633 | 2024-12-03T22:29:47.614Z | Downloaded rayon-core v1.12.1 |
634 | 2024-12-03T22:29:47.614Z | Downloaded flume v0.11.1 |
635 | 2024-12-03T22:29:47.615Z | Downloaded rand v0.8.5 |
636 | 2024-12-03T22:29:47.640Z | Downloaded elliptic-curve v0.13.8 |
637 | 2024-12-03T22:29:47.640Z | Downloaded tokio-native-tls v0.3.1 |
638 | 2024-12-03T22:29:47.640Z | Downloaded encoding_rs v0.8.34 |
639 | 2024-12-03T22:29:47.664Z | Downloaded rustc_version v0.4.1 |
640 | 2024-12-03T22:29:47.664Z | Downloaded postcard v1.0.10 |
641 | 2024-12-03T22:29:47.664Z | Downloaded test-strategy v0.3.1 |
642 | 2024-12-03T22:29:47.664Z | Downloaded fatfs v0.3.6 |
643 | 2024-12-03T22:29:47.664Z | Downloaded unicode-bidi v0.3.17 |
644 | 2024-12-03T22:29:47.687Z | Downloaded quinn v0.11.5 |
645 | 2024-12-03T22:29:47.687Z | Downloaded postgres-protocol v0.6.7 |
646 | 2024-12-03T22:29:47.687Z | Downloaded poly1305 v0.8.0 |
647 | 2024-12-03T22:29:47.687Z | Downloaded time-macros v0.2.18 |
648 | 2024-12-03T22:29:47.687Z | Downloaded zerocopy v0.6.6 |
649 | 2024-12-03T22:29:47.687Z | Downloaded ed25519-dalek v2.1.1 |
650 | 2024-12-03T22:29:47.687Z | Downloaded tokio-util v0.7.12 |
651 | 2024-12-03T22:29:47.712Z | Downloaded reqwest v0.12.9 |
652 | 2024-12-03T22:29:47.712Z | Downloaded hashbrown v0.13.2 |
653 | 2024-12-03T22:29:47.712Z | Downloaded p384 v0.13.0 |
654 | 2024-12-03T22:29:47.736Z | Downloaded ppv-lite86 v0.2.20 |
655 | 2024-12-03T22:29:47.736Z | Downloaded powerfmt v0.2.0 |
656 | 2024-12-03T22:29:47.736Z | Downloaded polyval v0.6.2 |
657 | 2024-12-03T22:29:47.736Z | Downloaded thiserror v2.0.3 |
658 | 2024-12-03T22:29:47.737Z | Downloaded tokio-tungstenite v0.21.0 |
659 | 2024-12-03T22:29:47.737Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
660 | 2024-12-03T22:29:47.800Z | Downloaded untrusted v0.9.0 |
661 | 2024-12-03T22:29:47.824Z | Downloaded unicode-properties v0.1.3 |
662 | 2024-12-03T22:29:47.824Z | Downloaded yoke v0.7.4 |
663 | 2024-12-03T22:29:47.824Z | Downloaded yasna v0.5.2 |
664 | 2024-12-03T22:29:47.824Z | Downloaded tokio-tungstenite v0.24.0 |
665 | 2024-12-03T22:29:47.824Z | Downloaded snafu v0.8.5 |
666 | 2024-12-03T22:29:47.824Z | Downloaded qorb v0.2.1 |
667 | 2024-12-03T22:29:47.824Z | Downloaded hashbrown v0.12.3 |
668 | 2024-12-03T22:29:47.848Z | Downloaded flate2 v1.0.34 |
669 | 2024-12-03T22:29:47.848Z | Downloaded zip v2.1.3 |
670 | 2024-12-03T22:29:47.848Z | Downloaded tokio-rustls v0.26.0 |
671 | 2024-12-03T22:29:47.848Z | Downloaded tokio-rustls v0.25.0 |
672 | 2024-12-03T22:29:47.848Z | Downloaded tokio-macros v2.4.0 |
673 | 2024-12-03T22:29:47.848Z | Downloaded tiny-keccak v2.0.2 |
674 | 2024-12-03T22:29:47.872Z | Downloaded tokio-rustls v0.24.1 |
675 | 2024-12-03T22:29:47.872Z | Downloaded whoami v1.5.2 |
676 | 2024-12-03T22:29:47.872Z | Downloaded tinyvec v1.8.0 |
677 | 2024-12-03T22:29:47.872Z | Downloaded rustls-webpki v0.102.8 |
678 | 2024-12-03T22:29:47.896Z | Downloaded thiserror-no-std v2.0.2 |
679 | 2024-12-03T22:29:47.896Z | Downloaded thiserror-impl-no-std v2.0.2 |
680 | 2024-12-03T22:29:47.896Z | Downloaded predicates v3.1.2 |
681 | 2024-12-03T22:29:47.897Z | Downloaded tokio-tungstenite v0.23.1 |
682 | 2024-12-03T22:29:47.897Z | Downloaded toml_edit v0.19.15 |
683 | 2024-12-03T22:29:47.921Z | Downloaded reedline v0.35.0 |
684 | 2024-12-03T22:29:47.945Z | Downloaded rustc-hash v2.0.0 |
685 | 2024-12-03T22:29:47.945Z | Downloaded fixedbitset v0.4.2 |
686 | 2024-12-03T22:29:47.945Z | Downloaded num-traits v0.2.19 |
687 | 2024-12-03T22:29:47.945Z | Downloaded dropshot v0.12.0 |
688 | 2024-12-03T22:29:47.969Z | Downloaded foldhash v0.1.3 |
689 | 2024-12-03T22:29:47.969Z | Downloaded ecdsa v0.16.9 |
690 | 2024-12-03T22:29:47.969Z | Downloaded vte v0.11.1 |
691 | 2024-12-03T22:29:47.969Z | Downloaded futures-executor v0.3.31 |
692 | 2024-12-03T22:29:47.969Z | Downloaded foreign-types v0.5.0 |
693 | 2024-12-03T22:29:47.969Z | Downloaded which v4.4.2 |
694 | 2024-12-03T22:29:47.969Z | Downloaded smf v0.2.3 |
695 | 2024-12-03T22:29:47.969Z | Downloaded smallvec v1.13.2 |
696 | 2024-12-03T22:29:47.993Z | Downloaded slog-term v2.9.1 |
697 | 2024-12-03T22:29:47.993Z | Downloaded steno v0.4.1 |
698 | 2024-12-03T22:29:47.993Z | Downloaded rand_seeder v0.3.0 |
699 | 2024-12-03T22:29:47.993Z | Downloaded predicates-tree v1.0.11 |
700 | 2024-12-03T22:29:47.993Z | Downloaded predicates-core v1.0.8 |
701 | 2024-12-03T22:29:47.993Z | Downloaded ff v0.13.0 |
702 | 2024-12-03T22:29:47.993Z | Downloaded fd-lock v4.0.2 |
703 | 2024-12-03T22:29:47.993Z | Downloaded env_logger v0.11.5 |
704 | 2024-12-03T22:29:47.994Z | Downloaded flagset v0.4.6 |
705 | 2024-12-03T22:29:47.994Z | Downloaded filetime v0.2.25 |
706 | 2024-12-03T22:29:47.994Z | Downloaded ena v0.14.3 |
707 | 2024-12-03T22:29:48.018Z | Downloaded gimli v0.31.1 |
708 | 2024-12-03T22:29:48.018Z | Downloaded thread_local v1.1.8 |
709 | 2024-12-03T22:29:48.018Z | Downloaded primeorder v0.13.6 |
710 | 2024-12-03T22:29:48.018Z | Downloaded vsss-rs v3.3.4 |
711 | 2024-12-03T22:29:48.018Z | Downloaded diesel_derives v2.2.3 |
712 | 2024-12-03T22:29:48.018Z | Downloaded typed-path v0.9.3 |
713 | 2024-12-03T22:29:48.044Z | Downloaded either v1.13.0 |
714 | 2024-12-03T22:29:48.044Z | Downloaded termcolor v1.4.1 |
715 | 2024-12-03T22:29:48.044Z | Downloaded num-derive v0.4.2 |
716 | 2024-12-03T22:29:48.044Z | Downloaded wait-timeout v0.2.0 |
717 | 2024-12-03T22:29:48.044Z | Downloaded idna v0.5.0 |
718 | 2024-12-03T22:29:48.044Z | Downloaded idna v0.2.3 |
719 | 2024-12-03T22:29:48.069Z | Downloaded slog-scope v4.4.0 |
720 | 2024-12-03T22:29:48.069Z | Downloaded slog-json v2.6.1 |
721 | 2024-12-03T22:29:48.069Z | Downloaded slog-envlogger v2.2.0 |
722 | 2024-12-03T22:29:48.069Z | Downloaded rustfmt-wrapper v0.2.1 |
723 | 2024-12-03T22:29:48.069Z | Downloaded num-rational v0.4.2 |
724 | 2024-12-03T22:29:48.069Z | Downloaded dropshot v0.13.0 |
725 | 2024-12-03T22:29:48.093Z | Downloaded unicase v2.7.0 |
726 | 2024-12-03T22:29:48.093Z | Downloaded smallvec v0.6.14 |
727 | 2024-12-03T22:29:48.093Z | Downloaded slog-stdlog v4.1.1 |
728 | 2024-12-03T22:29:48.094Z | Downloaded pretty-hex v0.2.1 |
729 | 2024-12-03T22:29:48.094Z | Downloaded rand_core v0.6.4 |
730 | 2024-12-03T22:29:48.094Z | Downloaded rand_chacha v0.3.1 |
731 | 2024-12-03T22:29:48.094Z | Downloaded embedded-io v0.6.1 |
732 | 2024-12-03T22:29:48.094Z | Downloaded embedded-io v0.4.0 |
733 | 2024-12-03T22:29:48.119Z | Downloaded env_logger v0.10.2 |
734 | 2024-12-03T22:29:48.119Z | Downloaded enum-as-inner v0.6.1 |
735 | 2024-12-03T22:29:48.119Z | Downloaded enum-as-inner v0.5.1 |
736 | 2024-12-03T22:29:48.119Z | Downloaded snafu-derive v0.8.5 |
737 | 2024-12-03T22:29:48.119Z | Downloaded hashlink v0.9.1 |
738 | 2024-12-03T22:29:48.119Z | Downloaded zip v0.6.6 |
739 | 2024-12-03T22:29:48.119Z | Downloaded signal-hook v0.3.17 |
740 | 2024-12-03T22:29:48.119Z | Downloaded futures v0.3.31 |
741 | 2024-12-03T22:29:48.144Z | Downloaded expectorate v1.1.0 |
742 | 2024-12-03T22:29:48.144Z | Downloaded salty v0.3.0 |
743 | 2024-12-03T22:29:48.144Z | Downloaded regress v0.9.1 |
744 | 2024-12-03T22:29:48.168Z | Downloaded itertools v0.12.1 |
745 | 2024-12-03T22:29:48.168Z | Downloaded idna v1.0.3 |
746 | 2024-12-03T22:29:48.168Z | Downloaded diesel_table_macro_syntax v0.2.0 |
747 | 2024-12-03T22:29:48.168Z | Downloaded num_enum_derive v0.5.11 |
748 | 2024-12-03T22:29:48.168Z | Downloaded num_enum v0.5.11 |
749 | 2024-12-03T22:29:48.168Z | Downloaded num-iter v0.1.45 |
750 | 2024-12-03T22:29:48.168Z | Downloaded num-integer v0.1.46 |
751 | 2024-12-03T22:29:48.192Z | Downloaded num-conv v0.1.0 |
752 | 2024-12-03T22:29:48.192Z | Downloaded env_filter v0.1.2 |
753 | 2024-12-03T22:29:48.192Z | Downloaded endian-type v0.1.2 |
754 | 2024-12-03T22:29:48.192Z | Downloaded walkdir v2.5.0 |
755 | 2024-12-03T22:29:48.192Z | Downloaded vte_generate_state_changes v0.1.2 |
756 | 2024-12-03T22:29:48.192Z | Downloaded tls_codec_derive v0.4.1 |
757 | 2024-12-03T22:29:48.192Z | Downloaded tinystr v0.7.6 |
758 | 2024-12-03T22:29:48.192Z | Downloaded progenitor-macro v0.8.0 |
759 | 2024-12-03T22:29:48.192Z | Downloaded progenitor v0.8.0 |
760 | 2024-12-03T22:29:48.192Z | Downloaded proc-macro-crate v1.3.1 |
761 | 2024-12-03T22:29:48.192Z | Downloaded openssl-sys v0.9.103 |
762 | 2024-12-03T22:29:48.192Z | Downloaded uuid v1.11.0 |
763 | 2024-12-03T22:29:48.217Z | Downloaded der v0.7.9 |
764 | 2024-12-03T22:29:48.218Z | Downloaded unicode-segmentation v1.12.0 |
765 | 2024-12-03T22:29:48.218Z | Downloaded rustls-pki-types v1.9.0 |
766 | 2024-12-03T22:29:48.218Z | Downloaded itertools v0.13.0 |
767 | 2024-12-03T22:29:48.218Z | Downloaded num_threads v0.1.7 |
768 | 2024-12-03T22:29:48.242Z | Downloaded structmeta v0.2.0 |
769 | 2024-12-03T22:29:48.242Z | Downloaded progenitor-client v0.8.0 |
770 | 2024-12-03T22:29:48.242Z | Downloaded toml v0.7.8 |
771 | 2024-12-03T22:29:48.242Z | Downloaded zerocopy-derive v0.8.10 |
772 | 2024-12-03T22:29:48.242Z | Downloaded bstr v1.10.0 |
773 | 2024-12-03T22:29:48.267Z | Downloaded nibble_vec v0.1.0 |
774 | 2024-12-03T22:29:48.267Z | Downloaded shell-words v1.1.0 |
775 | 2024-12-03T22:29:48.267Z | Downloaded oso v0.27.3 |
776 | 2024-12-03T22:29:48.267Z | Downloaded omicron-zone-package v0.11.1 |
777 | 2024-12-03T22:29:48.267Z | Downloaded rustyline v14.0.0 |
778 | 2024-12-03T22:29:48.267Z | Downloaded regress v0.10.1 |
779 | 2024-12-03T22:29:48.291Z | Downloaded nodrop v0.1.14 |
780 | 2024-12-03T22:29:48.291Z | Downloaded float-cmp v0.9.0 |
781 | 2024-12-03T22:29:48.291Z | Downloaded futures-channel v0.3.31 |
782 | 2024-12-03T22:29:48.291Z | Downloaded diesel-dtrace v0.3.0 |
783 | 2024-12-03T22:29:48.291Z | Downloaded rustls-pemfile v2.2.0 |
784 | 2024-12-03T22:29:48.291Z | Downloaded tungstenite v0.24.0 |
785 | 2024-12-03T22:29:48.292Z | Downloaded git2 v0.19.0 |
786 | 2024-12-03T22:29:48.315Z | Downloaded lalrpop v0.19.12 |
787 | 2024-12-03T22:29:48.315Z | Downloaded zone v0.1.8 |
788 | 2024-12-03T22:29:48.315Z | Downloaded unarray v0.1.4 |
789 | 2024-12-03T22:29:48.316Z | Downloaded tower-service v0.3.3 |
790 | 2024-12-03T22:29:48.316Z | Downloaded topological-sort v0.2.2 |
791 | 2024-12-03T22:29:48.316Z | Downloaded slog-dtrace v0.3.0 |
792 | 2024-12-03T22:29:48.316Z | Downloaded slog-bunyan v2.5.0 |
793 | 2024-12-03T22:29:48.316Z | Downloaded signal-hook-mio v0.2.4 |
794 | 2024-12-03T22:29:48.341Z | Downloaded shlex v1.3.0 |
795 | 2024-12-03T22:29:48.341Z | Downloaded pkcs5 v0.7.1 |
796 | 2024-12-03T22:29:48.341Z | Downloaded tungstenite v0.23.0 |
797 | 2024-12-03T22:29:48.341Z | Downloaded x509-cert v0.2.5 |
798 | 2024-12-03T22:29:48.341Z | Downloaded unicode_categories v0.1.1 |
799 | 2024-12-03T22:29:48.341Z | Downloaded signal-hook-registry v1.4.2 |
800 | 2024-12-03T22:29:48.365Z | Downloaded rustls-pemfile v1.0.4 |
801 | 2024-12-03T22:29:48.365Z | Downloaded fs_extra v1.3.0 |
802 | 2024-12-03T22:29:48.365Z | Downloaded ring v0.17.8 |
803 | 2024-12-03T22:29:48.430Z | Downloaded uzers v0.12.1 |
804 | 2024-12-03T22:29:48.453Z | Downloaded socket2 v0.5.7 |
805 | 2024-12-03T22:29:48.453Z | Downloaded heapless v0.8.0 |
806 | 2024-12-03T22:29:48.453Z | Downloaded serde_yaml v0.9.34+deprecated |
807 | 2024-12-03T22:29:48.454Z | Downloaded hkdf v0.12.4 |
808 | 2024-12-03T22:29:48.454Z | Downloaded chrono-tz v0.10.0 |
809 | 2024-12-03T22:29:48.478Z | Downloaded value-bag v1.9.0 |
810 | 2024-12-03T22:29:48.478Z | Downloaded heapless v0.7.17 |
811 | 2024-12-03T22:29:48.478Z | Downloaded dhcproto v0.12.0 |
812 | 2024-12-03T22:29:48.478Z | Downloaded derive-where v1.2.7 |
813 | 2024-12-03T22:29:48.478Z | Downloaded minimal-lexical v0.2.1 |
814 | 2024-12-03T22:29:48.478Z | Downloaded curve25519-dalek v4.1.3 |
815 | 2024-12-03T22:29:48.502Z | Downloaded phf v0.11.2 |
816 | 2024-12-03T22:29:48.502Z | Downloaded futures-core v0.3.31 |
817 | 2024-12-03T22:29:48.502Z | Downloaded static_assertions v1.1.0 |
818 | 2024-12-03T22:29:48.502Z | Downloaded headers v0.4.0 |
819 | 2024-12-03T22:29:48.502Z | Downloaded fragile v2.0.0 |
820 | 2024-12-03T22:29:48.502Z | Downloaded form_urlencoded v1.2.1 |
821 | 2024-12-03T22:29:48.503Z | Downloaded fallible-streaming-iterator v0.1.9 |
822 | 2024-12-03T22:29:48.503Z | Downloaded pkcs8 v0.10.2 |
823 | 2024-12-03T22:29:48.527Z | Downloaded tracing v0.1.40 |
824 | 2024-12-03T22:29:48.527Z | Downloaded p521 v0.13.3 |
825 | 2024-12-03T22:29:48.527Z | Downloaded half v2.4.1 |
826 | 2024-12-03T22:29:48.527Z | Downloaded openssl-probe v0.1.5 |
827 | 2024-12-03T22:29:48.528Z | Downloaded openssl-macros v0.1.1 |
828 | 2024-12-03T22:29:48.528Z | Downloaded opaque-debug v0.3.1 |
829 | 2024-12-03T22:29:48.528Z | Downloaded fallible-iterator v0.3.0 |
830 | 2024-12-03T22:29:48.528Z | Downloaded zerovec-derive v0.10.3 |
831 | 2024-12-03T22:29:48.528Z | Downloaded zeroize_derive v1.4.2 |
832 | 2024-12-03T22:29:48.528Z | Downloaded zeroize v1.8.1 |
833 | 2024-12-03T22:29:48.528Z | Downloaded zerofrom-derive v0.1.4 |
834 | 2024-12-03T22:29:48.552Z | Downloaded pin-project v1.1.6 |
835 | 2024-12-03T22:29:48.552Z | Downloaded mockall_derive v0.13.0 |
836 | 2024-12-03T22:29:48.552Z | Downloaded foreign-types-shared v0.1.1 |
837 | 2024-12-03T22:29:48.552Z | Downloaded foreign-types-macros v0.2.3 |
838 | 2024-12-03T22:29:48.552Z | Downloaded fallible-iterator v0.2.0 |
839 | 2024-12-03T22:29:48.553Z | Downloaded utf-8 v0.7.6 |
840 | 2024-12-03T22:29:48.553Z | Downloaded spin v0.9.8 |
841 | 2024-12-03T22:29:48.553Z | Downloaded pkcs1 v0.7.5 |
842 | 2024-12-03T22:29:48.576Z | Downloaded pin-project-internal v1.1.6 |
843 | 2024-12-03T22:29:48.577Z | Downloaded native-tls v0.2.12 |
844 | 2024-12-03T22:29:48.577Z | Downloaded des v0.8.1 |
845 | 2024-12-03T22:29:48.577Z | Downloaded der_derive v0.7.3 |
846 | 2024-12-03T22:29:48.577Z | Downloaded tracing-core v0.1.32 |
847 | 2024-12-03T22:29:48.577Z | Downloaded radix_trie v0.2.1 |
848 | 2024-12-03T22:29:48.577Z | Downloaded ring v0.16.20 |
849 | 2024-12-03T22:29:48.670Z | Downloaded libsqlite3-sys v0.30.1 |
850 | 2024-12-03T22:29:48.761Z | Downloaded utf16_iter v1.0.5 |
851 | 2024-12-03T22:29:48.785Z | Downloaded stringprep v0.1.5 |
852 | 2024-12-03T22:29:48.785Z | Downloaded string_cache v0.8.7 |
853 | 2024-12-03T22:29:48.785Z | Downloaded stable_deref_trait v1.2.0 |
854 | 2024-12-03T22:29:48.785Z | Downloaded ssh-encoding v0.2.0 |
855 | 2024-12-03T22:29:48.785Z | Downloaded ssh-cipher v0.2.0 |
856 | 2024-12-03T22:29:48.785Z | Downloaded sqlformat v0.2.6 |
857 | 2024-12-03T22:29:48.785Z | Downloaded derive_builder_core v0.20.2 |
858 | 2024-12-03T22:29:48.785Z | Downloaded derive_builder v0.20.2 |
859 | 2024-12-03T22:29:48.785Z | Downloaded samael v0.0.17 |
860 | 2024-12-03T22:29:48.809Z | Downloaded spki v0.7.3 |
861 | 2024-12-03T22:29:48.810Z | Downloaded pin-project-lite v0.2.14 |
862 | 2024-12-03T22:29:48.810Z | Downloaded nanorand v0.7.0 |
863 | 2024-12-03T22:29:48.810Z | Downloaded typify v0.2.0 |
864 | 2024-12-03T22:29:48.810Z | Downloaded tungstenite v0.21.0 |
865 | 2024-12-03T22:29:48.810Z | Downloaded spin v0.5.2 |
866 | 2024-12-03T22:29:48.810Z | Downloaded rfc6979 v0.4.0 |
867 | 2024-12-03T22:29:48.810Z | Downloaded resolv-conf v0.7.0 |
868 | 2024-12-03T22:29:48.810Z | Downloaded ref-cast-impl v1.0.23 |
869 | 2024-12-03T22:29:48.810Z | Downloaded ref-cast v1.0.23 |
870 | 2024-12-03T22:29:48.834Z | Downloaded multer v3.1.0 |
871 | 2024-12-03T22:29:48.834Z | Downloaded serde_with_macros v3.11.0 |
872 | 2024-12-03T22:29:48.834Z | Downloaded schemars v0.8.21 |
873 | 2024-12-03T22:29:48.834Z | Downloaded tar v0.4.42 |
874 | 2024-12-03T22:29:48.834Z | Downloaded slog v2.7.0 |
875 | 2024-12-03T22:29:48.859Z | Downloaded multimap v0.10.0 |
876 | 2024-12-03T22:29:48.859Z | Downloaded peg-macros v0.8.4 |
877 | 2024-12-03T22:29:48.859Z | Downloaded unsafe-libyaml v0.2.11 |
878 | 2024-12-03T22:29:48.859Z | Downloaded deranged v0.3.11 |
879 | 2024-12-03T22:29:48.859Z | Downloaded defmt-parser v0.3.4 |
880 | 2024-12-03T22:29:48.859Z | Downloaded debug-ignore v1.0.5 |
881 | 2024-12-03T22:29:48.859Z | Downloaded tracing-attributes v0.1.27 |
882 | 2024-12-03T22:29:48.859Z | Downloaded parse-zoneinfo v0.3.1 |
883 | 2024-12-03T22:29:48.859Z | Downloaded futures-util v0.3.31 |
884 | 2024-12-03T22:29:48.883Z | Downloaded quinn-proto v0.11.8 |
885 | 2024-12-03T22:29:48.883Z | Downloaded miniz_oxide v0.8.0 |
886 | 2024-12-03T22:29:48.883Z | Downloaded phf_shared v0.10.0 |
887 | 2024-12-03T22:29:48.883Z | Downloaded heck v0.3.3 |
888 | 2024-12-03T22:29:48.883Z | Downloaded defmt-macros v0.3.9 |
889 | 2024-12-03T22:29:48.883Z | Downloaded defmt v0.3.8 |
890 | 2024-12-03T22:29:48.909Z | Downloaded data-encoding v2.6.0 |
891 | 2024-12-03T22:29:48.909Z | Downloaded zone v0.3.0 |
892 | 2024-12-03T22:29:48.909Z | Downloaded typify-macro v0.2.0 |
893 | 2024-12-03T22:29:48.909Z | Downloaded twox-hash v1.6.3 |
894 | 2024-12-03T22:29:48.909Z | Downloaded tui-tree-widget v0.22.0 |
895 | 2024-12-03T22:29:48.909Z | Downloaded icu_properties v1.5.1 |
896 | 2024-12-03T22:29:48.909Z | Downloaded p256 v0.13.2 |
897 | 2024-12-03T22:29:48.909Z | Downloaded serde_repr v0.1.19 |
898 | 2024-12-03T22:29:48.909Z | Downloaded serde_plain v1.0.2 |
899 | 2024-12-03T22:29:48.909Z | Downloaded semver v0.1.20 |
900 | 2024-12-03T22:29:48.909Z | Downloaded derive_more v0.99.18 |
901 | 2024-12-03T22:29:48.933Z | Downloaded russh-keys v0.45.0 |
902 | 2024-12-03T22:29:48.933Z | Downloaded bindgen v0.69.5 |
903 | 2024-12-03T22:29:48.933Z | Downloaded zone_cfg_derive v0.1.2 |
904 | 2024-12-03T22:29:48.933Z | Downloaded sct v0.7.1 |
905 | 2024-12-03T22:29:48.933Z | Downloaded pem-rfc7468 v0.7.0 |
906 | 2024-12-03T22:29:48.933Z | Downloaded pem v3.0.4 |
907 | 2024-12-03T22:29:48.934Z | Downloaded peg v0.8.4 |
908 | 2024-12-03T22:29:48.958Z | Downloaded pbkdf2 v0.12.2 |
909 | 2024-12-03T22:29:48.958Z | Downloaded indicatif v0.17.9 |
910 | 2024-12-03T22:29:48.958Z | Downloaded newline-converter v0.3.0 |
911 | 2024-12-03T22:29:48.958Z | Downloaded new_debug_unreachable v1.0.6 |
912 | 2024-12-03T22:29:48.958Z | Downloaded dhcproto-macros v0.1.0 |
913 | 2024-12-03T22:29:48.958Z | Downloaded secrecy v0.8.0 |
914 | 2024-12-03T22:29:48.958Z | Downloaded scrypt v0.11.0 |
915 | 2024-12-03T22:29:48.959Z | Downloaded scopeguard v1.2.0 |
916 | 2024-12-03T22:29:48.959Z | Downloaded schemars_derive v0.8.21 |
917 | 2024-12-03T22:29:48.959Z | Downloaded same-file v1.0.6 |
918 | 2024-12-03T22:29:48.959Z | Downloaded rusty-fork v0.3.0 |
919 | 2024-12-03T22:29:48.959Z | Downloaded rustversion v1.0.17 |
920 | 2024-12-03T22:29:48.959Z | Downloaded hash32 v0.2.1 |
921 | 2024-12-03T22:29:48.959Z | Downloaded term v0.7.0 |
922 | 2024-12-03T22:29:48.983Z | Downloaded hyper v1.5.0 |
923 | 2024-12-03T22:29:48.983Z | Downloaded sec1 v0.7.3 |
924 | 2024-12-03T22:29:48.983Z | Downloaded scheduled-thread-pool v0.2.7 |
925 | 2024-12-03T22:29:48.983Z | Downloaded salsa20 v0.10.2 |
926 | 2024-12-03T22:29:48.983Z | Downloaded pbkdf2 v0.11.0 |
927 | 2024-12-03T22:29:48.984Z | Downloaded password-hash v0.5.0 |
928 | 2024-12-03T22:29:48.984Z | Downloaded password-hash v0.4.2 |
929 | 2024-12-03T22:29:48.984Z | Downloaded parking_lot_core v0.9.10 |
930 | 2024-12-03T22:29:48.984Z | Downloaded parking_lot v0.11.2 |
931 | 2024-12-03T22:29:49.008Z | Downloaded owo-colors v4.1.0 |
932 | 2024-12-03T22:29:49.008Z | Downloaded writeable v0.5.5 |
933 | 2024-12-03T22:29:49.008Z | Downloaded icu_normalizer_data v1.5.0 |
934 | 2024-12-03T22:29:49.008Z | Downloaded icu_locid v1.5.0 |
935 | 2024-12-03T22:29:49.008Z | Downloaded blake3 v1.5.4 |
936 | 2024-12-03T22:29:49.008Z | Downloaded path-slash v0.1.5 |
937 | 2024-12-03T22:29:49.009Z | Downloaded parse-display-derive v0.10.0 |
938 | 2024-12-03T22:29:49.033Z | Downloaded parse-display v0.10.0 |
939 | 2024-12-03T22:29:49.033Z | Downloaded parking_lot_core v0.8.6 |
940 | 2024-12-03T22:29:49.033Z | Downloaded parking_lot v0.12.3 |
941 | 2024-12-03T22:29:49.033Z | Downloaded packed_struct_codegen v0.10.1 |
942 | 2024-12-03T22:29:49.033Z | Downloaded serde_derive_internals v0.29.1 |
943 | 2024-12-03T22:29:49.033Z | Downloaded rustc-demangle v0.1.24 |
944 | 2024-12-03T22:29:49.033Z | Downloaded iana-time-zone v0.1.61 |
945 | 2024-12-03T22:29:49.033Z | Downloaded packed_struct v0.10.1 |
946 | 2024-12-03T22:29:49.033Z | Downloaded rusqlite v0.32.1 |
947 | 2024-12-03T22:29:49.033Z | Downloaded bitvec v1.0.1 |
948 | 2024-12-03T22:29:49.057Z | Downloaded parse-size v1.1.0 |
949 | 2024-12-03T22:29:49.057Z | Downloaded dyn-clone v1.0.17 |
950 | 2024-12-03T22:29:49.057Z | Downloaded take_mut v0.2.2 |
951 | 2024-12-03T22:29:49.057Z | Downloaded russh v0.45.0 |
952 | 2024-12-03T22:29:49.082Z | Downloaded memmap2 v0.9.5 |
953 | 2024-12-03T22:29:49.082Z | Downloaded ipnet v2.10.1 |
954 | 2024-12-03T22:29:49.082Z | Downloaded wyz v0.5.1 |
955 | 2024-12-03T22:29:49.082Z | Downloaded litemap v0.7.3 |
956 | 2024-12-03T22:29:49.082Z | Downloaded libxml v0.3.3 |
957 | 2024-12-03T22:29:49.082Z | Downloaded indexmap v1.9.3 |
958 | 2024-12-03T22:29:49.082Z | Downloaded crossterm v0.28.1 |
959 | 2024-12-03T22:29:49.106Z | Downloaded globset v0.4.15 |
960 | 2024-12-03T22:29:49.106Z | Downloaded glob v0.3.1 |
961 | 2024-12-03T22:29:49.106Z | Downloaded getrandom v0.2.15 |
962 | 2024-12-03T22:29:49.106Z | Downloaded xattr v1.3.1 |
963 | 2024-12-03T22:29:49.107Z | Downloaded universal-hash v0.5.1 |
964 | 2024-12-03T22:29:49.107Z | Downloaded unicode-truncate v1.1.0 |
965 | 2024-12-03T22:29:49.107Z | Downloaded tabwriter v1.4.0 |
966 | 2024-12-03T22:29:49.107Z | Downloaded synstructure v0.13.1 |
967 | 2024-12-03T22:29:49.107Z | Downloaded slog-async v2.8.0 |
968 | 2024-12-03T22:29:49.107Z | Downloaded slab v0.4.9 |
969 | 2024-12-03T22:29:49.107Z | Downloaded aws-lc-sys v0.22.0 |
970 | 2024-12-03T22:29:49.363Z | Downloaded serde_path_to_error v0.1.16 |
971 | 2024-12-03T22:29:49.387Z | Downloaded lru v0.12.5 |
972 | 2024-12-03T22:29:49.387Z | Downloaded libloading v0.8.5 |
973 | 2024-12-03T22:29:49.387Z | Downloaded impl-trait-for-tuples v0.2.2 |
974 | 2024-12-03T22:29:49.387Z | Downloaded gethostname v0.5.0 |
975 | 2024-12-03T22:29:49.388Z | Downloaded futures-task v0.3.31 |
976 | 2024-12-03T22:29:49.388Z | Downloaded futures-sink v0.3.31 |
977 | 2024-12-03T22:29:49.388Z | Downloaded futures-macro v0.3.31 |
978 | 2024-12-03T22:29:49.388Z | Downloaded dropshot_endpoint v0.13.0 |
979 | 2024-12-03T22:29:49.388Z | Downloaded dropshot_endpoint v0.12.0 |
980 | 2024-12-03T22:29:49.388Z | Downloaded diff v0.1.13 |
981 | 2024-12-03T22:29:49.388Z | Downloaded libefi-sys v0.1.0 |
982 | 2024-12-03T22:29:49.412Z | Downloaded indoc v1.0.9 |
983 | 2024-12-03T22:29:49.412Z | Downloaded icu_normalizer v1.5.0 |
984 | 2024-12-03T22:29:49.412Z | Downloaded unicode-xid v0.2.6 |
985 | 2024-12-03T22:29:49.412Z | Downloaded rsa v0.9.6 |
986 | 2024-12-03T22:29:49.412Z | Downloaded publicsuffix v2.2.3 |
987 | 2024-12-03T22:29:49.412Z | Downloaded mockall v0.13.0 |
988 | 2024-12-03T22:29:49.413Z | Downloaded http v1.1.0 |
989 | 2024-12-03T22:29:49.413Z | Downloaded hickory-server v0.24.1 |
990 | 2024-12-03T22:29:49.442Z | Downloaded crossbeam-channel v0.5.13 |
991 | 2024-12-03T22:29:49.442Z | Downloaded const_format v0.2.33 |
992 | 2024-12-03T22:29:49.442Z | Downloaded chrono v0.4.38 |
993 | 2024-12-03T22:29:49.442Z | Downloaded cc v1.1.30 |
994 | 2024-12-03T22:29:49.442Z | Downloaded displaydoc v0.2.5 |
995 | 2024-12-03T22:29:49.467Z | Downloaded display-error-chain v0.2.2 |
996 | 2024-12-03T22:29:49.467Z | Downloaded darling_core v0.20.10 |
997 | 2024-12-03T22:29:49.467Z | Downloaded zopfli v0.8.1 |
998 | 2024-12-03T22:29:49.467Z | Downloaded subprocess v0.2.9 |
999 | 2024-12-03T22:29:49.467Z | Downloaded md-5 v0.10.6 |
1000 | 2024-12-03T22:29:49.467Z | Downloaded libsw v3.3.1 |
1001 | 2024-12-03T22:29:49.467Z | Downloaded icu_locid_transform v1.5.0 |
1002 | 2024-12-03T22:29:49.467Z | Downloaded hyper-staticfile v0.10.1 |
1003 | 2024-12-03T22:29:49.467Z | Downloaded hyper-rustls v0.27.3 |
1004 | 2024-12-03T22:29:49.492Z | Downloaded crypto-bigint v0.5.5 |
1005 | 2024-12-03T22:29:49.492Z | Downloaded chacha20poly1305 v0.10.1 |
1006 | 2024-12-03T22:29:49.492Z | Downloaded dsl_auto_type v0.1.2 |
1007 | 2024-12-03T22:29:49.492Z | Downloaded dirs-sys-next v0.1.2 |
1008 | 2024-12-03T22:29:49.492Z | Downloaded dirs-next v2.0.0 |
1009 | 2024-12-03T22:29:49.492Z | Downloaded difflib v0.4.0 |
1010 | 2024-12-03T22:29:49.492Z | Downloaded siphasher v0.3.11 |
1011 | 2024-12-03T22:29:49.492Z | Downloaded similar v2.6.0 |
1012 | 2024-12-03T22:29:49.492Z | Downloaded rustc-hash v1.1.0 |
1013 | 2024-12-03T22:29:49.492Z | Downloaded mime v0.3.17 |
1014 | 2024-12-03T22:29:49.492Z | Downloaded maplit v1.0.2 |
1015 | 2024-12-03T22:29:49.525Z | Downloaded lockfree-object-pool v0.1.6 |
1016 | 2024-12-03T22:29:49.525Z | Downloaded linked-hash-map v0.5.6 |
1017 | 2024-12-03T22:29:49.525Z | Downloaded lazycell v1.3.0 |
1018 | 2024-12-03T22:29:49.525Z | Downloaded lalrpop-util v0.19.12 |
1019 | 2024-12-03T22:29:49.525Z | Downloaded internet-checksum v0.2.1 |
1020 | 2024-12-03T22:29:49.525Z | Downloaded indent_write v2.2.0 |
1021 | 2024-12-03T22:29:49.525Z | Downloaded cancel-safe-futures v0.1.5 |
1022 | 2024-12-03T22:29:49.525Z | Downloaded tap v1.0.1 |
1023 | 2024-12-03T22:29:49.525Z | Downloaded supports-color v3.0.1 |
1024 | 2024-12-03T22:29:49.525Z | Downloaded strum_macros v0.26.4 |
1025 | 2024-12-03T22:29:49.525Z | Downloaded russh-cryptovec v0.7.3 |
1026 | 2024-12-03T22:29:49.525Z | Downloaded mio v1.0.2 |
1027 | 2024-12-03T22:29:49.526Z | Downloaded keccak v0.1.5 |
1028 | 2024-12-03T22:29:49.526Z | Downloaded is-terminal v0.4.13 |
1029 | 2024-12-03T22:29:49.526Z | Downloaded instability v0.3.2 |
1030 | 2024-12-03T22:29:49.526Z | Downloaded inout v0.1.3 |
1031 | 2024-12-03T22:29:49.526Z | Downloaded const-oid v0.9.6 |
1032 | 2024-12-03T22:29:49.526Z | Downloaded compact_str v0.8.0 |
1033 | 2024-12-03T22:29:49.550Z | Downloaded bytes v1.8.0 |
1034 | 2024-12-03T22:29:49.550Z | Downloaded blake2 v0.10.6 |
1035 | 2024-12-03T22:29:49.550Z | Downloaded subtle v2.6.1 |
1036 | 2024-12-03T22:29:49.550Z | Downloaded strum_macros v0.25.3 |
1037 | 2024-12-03T22:29:49.550Z | Downloaded strum_macros v0.24.3 |
1038 | 2024-12-03T22:29:49.550Z | Downloaded structmeta-derive v0.3.0 |
1039 | 2024-12-03T22:29:49.550Z | Downloaded structmeta-derive v0.2.0 |
1040 | 2024-12-03T22:29:49.550Z | Downloaded structmeta v0.3.0 |
1041 | 2024-12-03T22:29:49.550Z | Downloaded simd-adler32 v0.3.7 |
1042 | 2024-12-03T22:29:49.550Z | Downloaded signature v2.2.0 |
1043 | 2024-12-03T22:29:49.550Z | Downloaded signal-hook-tokio v0.3.1 |
1044 | 2024-12-03T22:29:49.550Z | Downloaded serde-hex v0.1.0 |
1045 | 2024-12-03T22:29:49.550Z | Downloaded quinn-udp v0.5.5 |
1046 | 2024-12-03T22:29:49.574Z | Downloaded progenitor-impl v0.8.0 |
1047 | 2024-12-03T22:29:49.574Z | Downloaded maybe-uninit v2.0.0 |
1048 | 2024-12-03T22:29:49.574Z | Downloaded match_cfg v0.1.0 |
1049 | 2024-12-03T22:29:49.574Z | Downloaded libm v0.2.8 |
1050 | 2024-12-03T22:29:49.574Z | Downloaded kstat-rs v0.2.4 |
1051 | 2024-12-03T22:29:49.574Z | Downloaded ipnetwork v0.20.0 |
1052 | 2024-12-03T22:29:49.574Z | Downloaded crossbeam-epoch v0.9.18 |
1053 | 2024-12-03T22:29:49.574Z | Downloaded crc32fast v1.4.2 |
1054 | 2024-12-03T22:29:49.574Z | Downloaded crc-any v2.5.0 |
1055 | 2024-12-03T22:29:49.598Z | Downloaded cookie v0.18.1 |
1056 | 2024-12-03T22:29:49.598Z | Downloaded clang-sys v1.8.1 |
1057 | 2024-12-03T22:29:49.598Z | Downloaded bcs v0.1.6 |
1058 | 2024-12-03T22:29:49.598Z | Downloaded write16 v1.0.0 |
1059 | 2024-12-03T22:29:49.598Z | Downloaded serde-big-array v0.5.1 |
1060 | 2024-12-03T22:29:49.598Z | Downloaded rtoolbox v0.0.2 |
1061 | 2024-12-03T22:29:49.598Z | Downloaded rpassword v7.3.1 |
1062 | 2024-12-03T22:29:49.598Z | Downloaded radium v0.7.0 |
1063 | 2024-12-03T22:29:49.598Z | Downloaded r2d2 v0.8.10 |
1064 | 2024-12-03T22:29:49.599Z | Downloaded mirai-annotations v1.12.0 |
1065 | 2024-12-03T22:29:49.599Z | Downloaded matches v0.1.10 |
1066 | 2024-12-03T22:29:49.599Z | Downloaded instant v0.1.13 |
1067 | 2024-12-03T22:29:49.599Z | Downloaded ident_case v1.0.1 |
1068 | 2024-12-03T22:29:49.599Z | Downloaded icu_provider_macros v1.5.0 |
1069 | 2024-12-03T22:29:49.599Z | Downloaded hyper-tls v0.6.0 |
1070 | 2024-12-03T22:29:49.599Z | Downloaded ctr v0.9.2 |
1071 | 2024-12-03T22:29:49.599Z | Downloaded csv-core v0.1.11 |
1072 | 2024-12-03T22:29:49.623Z | Downloaded crc v3.2.1 |
1073 | 2024-12-03T22:29:49.623Z | Downloaded cookie_store v0.21.0 |
1074 | 2024-12-03T22:29:49.623Z | Downloaded convert_case v0.4.0 |
1075 | 2024-12-03T22:29:49.623Z | Downloaded constant_time_eq v0.3.1 |
1076 | 2024-12-03T22:29:49.623Z | Downloaded const_format_proc_macros v0.2.33 |
1077 | 2024-12-03T22:29:49.623Z | Downloaded console v0.15.8 |
1078 | 2024-12-03T22:29:49.623Z | Downloaded colored v2.1.0 |
1079 | 2024-12-03T22:29:49.623Z | Downloaded chacha20 v0.9.1 |
1080 | 2024-12-03T22:29:49.623Z | Downloaded buf-list v1.0.3 |
1081 | 2024-12-03T22:29:49.623Z | Downloaded bitfield v0.14.0 |
1082 | 2024-12-03T22:29:49.623Z | Downloaded sync-ptr v0.1.1 |
1083 | 2024-12-03T22:29:49.623Z | Downloaded strum v0.26.3 |
1084 | 2024-12-03T22:29:49.648Z | Downloaded sigpipe v0.1.3 |
1085 | 2024-12-03T22:29:49.648Z | Downloaded itertools v0.10.5 |
1086 | 2024-12-03T22:29:49.648Z | Downloaded is_ci v1.2.0 |
1087 | 2024-12-03T22:29:49.648Z | Downloaded httparse v1.9.5 |
1088 | 2024-12-03T22:29:49.648Z | Downloaded curve25519-dalek-derive v0.1.1 |
1089 | 2024-12-03T22:29:49.648Z | Downloaded crossbeam-deque v0.8.5 |
1090 | 2024-12-03T22:29:49.648Z | Downloaded crc-catalog v2.4.0 |
1091 | 2024-12-03T22:29:49.648Z | Downloaded cmake v0.1.51 |
1092 | 2024-12-03T22:29:49.648Z | Downloaded cexpr v0.6.0 |
1093 | 2024-12-03T22:29:49.648Z | Downloaded cbc v0.1.2 |
1094 | 2024-12-03T22:29:49.648Z | Downloaded cassowary v0.3.0 |
1095 | 2024-12-03T22:29:49.648Z | Downloaded blowfish v0.9.1 |
1096 | 2024-12-03T22:29:49.648Z | Downloaded bitflags v1.3.2 |
1097 | 2024-12-03T22:29:49.673Z | Downloaded bit-vec v0.6.3 |
1098 | 2024-12-03T22:29:49.673Z | Downloaded headers-core v0.3.0 |
1099 | 2024-12-03T22:29:49.673Z | Downloaded cstr-argument v0.1.2 |
1100 | 2024-12-03T22:29:49.673Z | Downloaded crunchy v0.2.2 |
1101 | 2024-12-03T22:29:49.673Z | Downloaded crucible-workspace-hack v0.1.0 |
1102 | 2024-12-03T22:29:49.673Z | Downloaded crossbeam-utils v0.8.20 |
1103 | 2024-12-03T22:29:49.673Z | Downloaded cobs v0.2.3 |
1104 | 2024-12-03T22:29:49.673Z | Downloaded ciborium-io v0.2.2 |
1105 | 2024-12-03T22:29:49.673Z | Downloaded ciborium v0.2.2 |
1106 | 2024-12-03T22:29:49.673Z | Downloaded chrono-tz-build v0.4.0 |
1107 | 2024-12-03T22:29:49.673Z | Downloaded cfg_aliases v0.2.1 |
1108 | 2024-12-03T22:29:49.673Z | Downloaded castaway v0.2.3 |
1109 | 2024-12-03T22:29:49.673Z | Downloaded bzip2 v0.4.4 |
1110 | 2024-12-03T22:29:49.673Z | Downloaded bitfield-struct v0.6.2 |
1111 | 2024-12-03T22:29:49.673Z | Downloaded bumpalo v3.16.0 |
1112 | 2024-12-03T22:29:49.673Z | Downloaded block-padding v0.3.3 |
1113 | 2024-12-03T22:29:49.698Z | Downloaded lru-cache v0.1.2 |
1114 | 2024-12-03T22:29:49.698Z | Downloaded humantime v2.1.0 |
1115 | 2024-12-03T22:29:49.698Z | Downloaded hubpack_derive v0.1.1 |
1116 | 2024-12-03T22:29:49.698Z | Downloaded http-range v0.1.5 |
1117 | 2024-12-03T22:29:49.698Z | Downloaded cfg_aliases v0.1.1 |
1118 | 2024-12-03T22:29:49.698Z | Downloaded lock_api v0.4.12 |
1119 | 2024-12-03T22:29:49.698Z | Downloaded linear-map v1.2.0 |
1120 | 2024-12-03T22:29:49.698Z | Downloaded icu_provider v1.5.0 |
1121 | 2024-12-03T22:29:49.698Z | Downloaded hyper-util v0.1.10 |
1122 | 2024-12-03T22:29:49.698Z | Downloaded hostname v0.3.1 |
1123 | 2024-12-03T22:29:49.698Z | Downloaded home v0.5.9 |
1124 | 2024-12-03T22:29:49.698Z | Downloaded http-body v1.0.1 |
1125 | 2024-12-03T22:29:49.698Z | Downloaded hmac v0.12.1 |
1126 | 2024-12-03T22:29:49.698Z | Downloaded hickory-client v0.24.1 |
1127 | 2024-12-03T22:29:49.722Z | Downloaded hex v0.4.3 |
1128 | 2024-12-03T22:29:49.722Z | Downloaded darling v0.20.10 |
1129 | 2024-12-03T22:29:49.722Z | Downloaded bcrypt-pbkdf v0.10.0 |
1130 | 2024-12-03T22:29:49.722Z | Downloaded bb8 v0.8.5 |
1131 | 2024-12-03T22:29:49.722Z | Downloaded base64 v0.22.1 |
1132 | 2024-12-03T22:29:49.722Z | Downloaded base16ct v0.2.0 |
1133 | 2024-12-03T22:29:49.722Z | Downloaded backtrace v0.3.74 |
1134 | 2024-12-03T22:29:49.722Z | Downloaded atty v0.2.14 |
1135 | 2024-12-03T22:29:49.722Z | Downloaded atomicwrites v0.4.4 |
1136 | 2024-12-03T22:29:49.722Z | Downloaded atomic-waker v1.1.2 |
1137 | 2024-12-03T22:29:49.746Z | Downloaded async-trait v0.1.83 |
1138 | 2024-12-03T22:29:49.746Z | Downloaded assert_matches v1.5.0 |
1139 | 2024-12-03T22:29:49.746Z | Downloaded ascii-canvas v3.0.0 |
1140 | 2024-12-03T22:29:49.746Z | Downloaded arrayvec v0.7.6 |
1141 | 2024-12-03T22:29:49.746Z | Downloaded md5 v0.7.0 |
1142 | 2024-12-03T22:29:49.746Z | Downloaded lazy_static v1.5.0 |
1143 | 2024-12-03T22:29:49.746Z | Downloaded jobserver v0.1.32 |
1144 | 2024-12-03T22:29:49.746Z | Downloaded idna_adapter v1.2.0 |
1145 | 2024-12-03T22:29:49.746Z | Downloaded base64ct v1.6.0 |
1146 | 2024-12-03T22:29:49.746Z | Downloaded base64 v0.21.7 |
1147 | 2024-12-03T22:29:49.746Z | Downloaded base64 v0.13.1 |
1148 | 2024-12-03T22:29:49.770Z | Downloaded backoff v0.4.0 |
1149 | 2024-12-03T22:29:49.770Z | Downloaded async-recursion v1.1.1 |
1150 | 2024-12-03T22:29:49.770Z | Downloaded hex-literal v0.4.1 |
1151 | 2024-12-03T22:29:49.770Z | Downloaded aws-lc-rs v1.10.0 |
1152 | 2024-12-03T22:29:49.770Z | Downloaded async-bb8-diesel v0.2.1 |
1153 | 2024-12-03T22:29:49.770Z | Downloaded http-body-util v0.1.2 |
1154 | 2024-12-03T22:29:49.770Z | Downloaded hostname v0.4.0 |
1155 | 2024-12-03T22:29:49.794Z | Downloaded highway v1.2.0 |
1156 | 2024-12-03T22:29:49.794Z | Downloaded bit-set v0.5.3 |
1157 | 2024-12-03T22:29:49.794Z | Downloaded async-stream-impl v0.3.6 |
1158 | 2024-12-03T22:29:49.794Z | Downloaded async-stream v0.3.6 |
1159 | 2024-12-03T22:29:49.794Z | Downloaded array-init v0.0.4 |
1160 | 2024-12-03T22:29:49.794Z | Downloaded aho-corasick v1.1.3 |
1161 | 2024-12-03T22:29:49.794Z | Downloaded aes-gcm v0.10.3 |
1162 | 2024-12-03T22:29:49.794Z | Downloaded argon2 v0.5.3 |
1163 | 2024-12-03T22:29:49.794Z | Downloaded arc-swap v1.7.1 |
1164 | 2024-12-03T22:29:49.818Z | Downloaded aes v0.8.4 |
1165 | 2024-12-03T22:29:49.818Z | Downloaded aead v0.5.2 |
1166 | 2024-12-03T22:29:49.924Z | Compiling serde v1.0.215 |
1167 | 2024-12-03T22:29:49.924Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-03T22:29:49.924Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-03T22:29:49.948Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-03T22:29:49.948Z | Compiling typenum v1.17.0 |
1171 | 2024-12-03T22:29:49.948Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-03T22:29:49.948Z | Compiling syn v2.0.87 |
1173 | 2024-12-03T22:29:49.949Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-03T22:29:50.204Z | Compiling rand_core v0.6.4 |
1175 | 2024-12-03T22:29:50.383Z | Compiling subtle v2.6.1 |
1176 | 2024-12-03T22:29:50.452Z | Compiling log v0.4.22 |
1177 | 2024-12-03T22:29:50.856Z | Compiling shlex v1.3.0 |
1178 | 2024-12-03T22:29:50.893Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-03T22:29:50.992Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-03T22:29:51.107Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-03T22:29:51.220Z | Compiling spin v0.9.8 |
1182 | 2024-12-03T22:29:51.271Z | Compiling cc v1.1.30 |
1183 | 2024-12-03T22:29:51.398Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-12-03T22:29:51.545Z | Compiling rustix v0.38.37 |
1185 | 2024-12-03T22:29:51.570Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-03T22:29:51.600Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-03T22:29:51.784Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-03T22:29:51.912Z | Compiling mio v1.0.2 |
1189 | 2024-12-03T22:29:52.453Z | Compiling parking_lot v0.12.3 |
1190 | 2024-12-03T22:29:52.567Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-03T22:29:52.656Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-12-03T22:29:52.748Z | Compiling either v1.13.0 |
1193 | 2024-12-03T22:29:52.772Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-03T22:29:52.795Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-03T22:29:52.900Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-03T22:29:52.990Z | Compiling glob v0.3.1 |
1197 | 2024-12-03T22:29:53.032Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-03T22:29:53.106Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-03T22:29:53.130Z | Compiling slab v0.4.9 |
1200 | 2024-12-03T22:29:53.233Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-03T22:29:53.516Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-03T22:29:53.782Z | Compiling libloading v0.8.5 |
1203 | 2024-12-03T22:29:53.821Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-03T22:29:53.907Z | Compiling nom v7.1.3 |
1205 | 2024-12-03T22:29:53.935Z | Compiling home v0.5.9 |
1206 | 2024-12-03T22:29:54.135Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-03T22:29:54.166Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-03T22:29:54.446Z | Compiling itertools v0.12.1 |
1209 | 2024-12-03T22:29:54.772Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-03T22:29:54.848Z | Compiling allocator-api2 v0.2.18 |
1211 | 2024-12-03T22:29:55.120Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-03T22:29:55.269Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-03T22:29:55.541Z | Compiling foldhash v0.1.3 |
1214 | 2024-12-03T22:29:55.604Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-03T22:29:55.800Z | Compiling rustc-hash v1.1.0 |
1216 | 2024-12-03T22:29:55.946Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-03T22:29:56.010Z | Compiling futures-task v0.3.31 |
1218 | 2024-12-03T22:29:56.282Z | Compiling hashbrown v0.15.0 |
1219 | 2024-12-03T22:29:56.847Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-03T22:29:57.119Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-03T22:29:57.483Z | Compiling cmake v0.1.51 |
1222 | 2024-12-03T22:29:58.304Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-03T22:29:58.348Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-03T22:29:58.400Z | Compiling libm v0.2.8 |
1225 | 2024-12-03T22:29:58.446Z | Compiling fs_extra v1.3.0 |
1226 | 2024-12-03T22:29:58.656Z | Compiling dunce v1.0.5 |
1227 | 2024-12-03T22:29:58.714Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-03T22:29:58.780Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-03T22:29:59.213Z | Compiling ring v0.17.8 |
1230 | 2024-12-03T22:29:59.539Z | Compiling unicode-bidi v0.3.17 |
1231 | 2024-12-03T22:29:59.646Z | Compiling paste v1.0.15 |
1232 | 2024-12-03T22:29:59.938Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-12-03T22:30:00.060Z | Compiling regex v1.11.1 |
1234 | 2024-12-03T22:30:00.084Z | Compiling writeable v0.5.5 |
1235 | 2024-12-03T22:30:00.159Z | Compiling litemap v0.7.3 |
1236 | 2024-12-03T22:30:00.519Z | Compiling base64ct v1.6.0 |
1237 | 2024-12-03T22:30:00.858Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-12-03T22:30:01.009Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2024-12-03T22:30:01.034Z | Compiling httparse v1.9.5 |
1240 | 2024-12-03T22:30:01.225Z | Compiling flagset v0.4.6 |
1241 | 2024-12-03T22:30:01.628Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-03T22:30:01.748Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-03T22:30:01.839Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-03T22:30:02.336Z | Compiling rustls-pki-types v1.9.0 |
1245 | 2024-12-03T22:30:02.395Z | Compiling percent-encoding v2.3.1 |
1246 | 2024-12-03T22:30:02.430Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-03T22:30:02.454Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-03T22:30:02.706Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-03T22:30:02.797Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-03T22:30:03.279Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-03T22:30:03.712Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-03T22:30:04.126Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-03T22:30:04.527Z | Compiling zerocopy v0.7.35 |
1254 | 2024-12-03T22:30:04.649Z | Compiling thiserror-impl v1.0.69 |
1255 | 2024-12-03T22:30:05.194Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-03T22:30:05.457Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-03T22:30:05.495Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-12-03T22:30:05.693Z | Compiling digest v0.10.7 |
1259 | 2024-12-03T22:30:05.828Z | Compiling futures-macro v0.3.31 |
1260 | 2024-12-03T22:30:06.024Z | Compiling block-padding v0.3.3 |
1261 | 2024-12-03T22:30:06.105Z | Compiling hmac v0.12.1 |
1262 | 2024-12-03T22:30:06.226Z | Compiling displaydoc v0.2.5 |
1263 | 2024-12-03T22:30:06.317Z | Compiling inout v0.1.3 |
1264 | 2024-12-03T22:30:06.553Z | Compiling cipher v0.4.4 |
1265 | 2024-12-03T22:30:06.676Z | Compiling sha2 v0.10.8 |
1266 | 2024-12-03T22:30:06.702Z | Compiling zerofrom v0.1.4 |
1267 | 2024-12-03T22:30:06.904Z | Compiling yoke v0.7.4 |
1268 | 2024-12-03T22:30:06.987Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-03T22:30:07.219Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-12-03T22:30:07.361Z | Compiling futures-util v0.3.31 |
1271 | 2024-12-03T22:30:07.406Z | Compiling thiserror v1.0.69 |
1272 | 2024-12-03T22:30:07.536Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-03T22:30:07.629Z | Compiling zerovec v0.10.4 |
1274 | 2024-12-03T22:30:07.655Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-12-03T22:30:07.680Z | Compiling tracing-attributes v0.1.27 |
1276 | 2024-12-03T22:30:08.153Z | Compiling rand v0.8.5 |
1277 | 2024-12-03T22:30:09.176Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-03T22:30:09.391Z | Compiling icu_collections v1.5.0 |
1279 | 2024-12-03T22:30:09.464Z | Compiling der v0.7.9 |
1280 | 2024-12-03T22:30:09.513Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-03T22:30:09.546Z | Compiling pest v2.7.14 |
1282 | 2024-12-03T22:30:09.917Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-03T22:30:10.106Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-12-03T22:30:10.629Z | Compiling icu_provider v1.5.0 |
1285 | 2024-12-03T22:30:10.707Z | Compiling tracing v0.1.40 |
1286 | 2024-12-03T22:30:10.949Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-03T22:30:11.081Z | Compiling mirai-annotations v1.12.0 |
1288 | 2024-12-03T22:30:11.132Z | Compiling time-core v0.1.2 |
1289 | 2024-12-03T22:30:11.253Z | Compiling spki v0.7.3 |
1290 | 2024-12-03T22:30:11.288Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-03T22:30:11.530Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-03T22:30:11.573Z | Compiling icu_properties_data v1.5.0 |
1293 | 2024-12-03T22:30:11.598Z | Compiling num-conv v0.1.0 |
1294 | 2024-12-03T22:30:11.783Z | Compiling powerfmt v0.2.0 |
1295 | 2024-12-03T22:30:11.839Z | Compiling untrusted v0.9.0 |
1296 | 2024-12-03T22:30:12.028Z | Compiling deranged v0.3.11 |
1297 | 2024-12-03T22:30:12.124Z | Compiling time-macros v0.2.18 |
1298 | 2024-12-03T22:30:12.312Z | Compiling icu_properties v1.5.1 |
1299 | 2024-12-03T22:30:12.398Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-03T22:30:13.325Z | Compiling openssl-sys v0.9.103 |
1301 | 2024-12-03T22:30:13.567Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-03T22:30:13.798Z | Compiling bytes v1.8.0 |
1303 | 2024-12-03T22:30:14.474Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-03T22:30:14.628Z | Compiling tokio v1.40.0 |
1305 | 2024-12-03T22:30:14.884Z | Compiling http v1.1.0 |
1306 | 2024-12-03T22:30:15.042Z | Compiling semver v1.0.23 |
1307 | 2024-12-03T22:30:15.706Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-03T22:30:15.730Z | Compiling scrypt v0.11.0 |
1309 | 2024-12-03T22:30:16.185Z | Compiling aes v0.8.4 |
1310 | 2024-12-03T22:30:16.276Z | Compiling cbc v0.1.2 |
1311 | 2024-12-03T22:30:16.354Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-03T22:30:16.475Z | Compiling write16 v1.0.0 |
1313 | 2024-12-03T22:30:16.517Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-12-03T22:30:16.597Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2024-12-03T22:30:16.691Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-12-03T22:30:16.726Z | Compiling num_threads v0.1.7 |
1317 | 2024-12-03T22:30:16.814Z | Compiling atomic-waker v1.1.2 |
1318 | 2024-12-03T22:30:16.843Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-03T22:30:16.872Z | Compiling time v0.3.36 |
1320 | 2024-12-03T22:30:16.930Z | Compiling http-body v1.0.1 |
1321 | 2024-12-03T22:30:16.983Z | Compiling pkcs5 v0.7.1 |
1322 | 2024-12-03T22:30:17.130Z | Compiling which v4.4.2 |
1323 | 2024-12-03T22:30:17.632Z | Compiling scroll v0.12.0 |
1324 | 2024-12-03T22:30:18.046Z | Compiling pest_generator v2.7.14 |
1325 | 2024-12-03T22:30:18.111Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-03T22:30:18.223Z | Compiling try-lock v0.2.5 |
1327 | 2024-12-03T22:30:18.246Z | Compiling slog v2.7.0 |
1328 | 2024-12-03T22:30:18.361Z | Compiling want v0.3.1 |
1329 | 2024-12-03T22:30:18.403Z | Compiling goblin v0.8.2 |
1330 | 2024-12-03T22:30:18.459Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-03T22:30:18.612Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-03T22:30:18.652Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-03T22:30:19.043Z | Compiling idna v1.0.3 |
1334 | 2024-12-03T22:30:19.200Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-12-03T22:30:19.429Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-03T22:30:19.574Z | Compiling pest_derive v2.7.14 |
1337 | 2024-12-03T22:30:19.629Z | Compiling uuid v1.11.0 |
1338 | 2024-12-03T22:30:19.920Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-03T22:30:20.112Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-12-03T22:30:20.214Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-12-03T22:30:20.242Z | Compiling dtrace-parser v0.2.0 |
1342 | 2024-12-03T22:30:20.563Z | Compiling tower-service v0.3.3 |
1343 | 2024-12-03T22:30:20.662Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-03T22:30:20.688Z | Compiling base64 v0.22.1 |
1345 | 2024-12-03T22:30:20.756Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-03T22:30:20.809Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-03T22:30:20.983Z | Compiling openssl v0.10.66 |
1348 | 2024-12-03T22:30:21.116Z | Compiling miniz_oxide v0.8.0 |
1349 | 2024-12-03T22:30:21.335Z | Compiling hostname v0.3.1 |
1350 | 2024-12-03T22:30:21.361Z | Compiling chrono v0.4.38 |
1351 | 2024-12-03T22:30:21.444Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-03T22:30:21.557Z | Compiling foreign-types v0.3.2 |
1353 | 2024-12-03T22:30:21.640Z | Compiling url v2.5.3 |
1354 | 2024-12-03T22:30:22.342Z | Compiling h2 v0.4.6 |
1355 | 2024-12-03T22:30:22.596Z | Compiling async-trait v0.1.83 |
1356 | 2024-12-03T22:30:23.178Z | Compiling dof v0.3.0 |
1357 | 2024-12-03T22:30:23.226Z | Compiling openssl-macros v0.1.1 |
1358 | 2024-12-03T22:30:23.823Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-03T22:30:24.366Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-03T22:30:24.703Z | Compiling syn v1.0.109 |
1361 | 2024-12-03T22:30:24.921Z | Compiling rustls v0.22.4 |
1362 | 2024-12-03T22:30:24.944Z | Compiling native-tls v0.2.12 |
1363 | 2024-12-03T22:30:25.073Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-03T22:30:25.123Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-03T22:30:25.203Z | Compiling rustls v0.23.14 |
1366 | 2024-12-03T22:30:25.396Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-03T22:30:25.568Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-03T22:30:25.970Z | Compiling heapless v0.7.17 |
1369 | 2024-12-03T22:30:26.296Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-03T22:30:26.613Z | Compiling signature v2.2.0 |
1371 | 2024-12-03T22:30:26.825Z | Compiling sha1 v0.10.6 |
1372 | 2024-12-03T22:30:26.911Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-03T22:30:27.017Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-03T22:30:27.146Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-03T22:30:27.238Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-12-03T22:30:27.403Z | Compiling multer v3.1.0 |
1377 | 2024-12-03T22:30:27.443Z | Compiling cookie v0.18.1 |
1378 | 2024-12-03T22:30:27.681Z | Compiling rayon-core v1.12.1 |
1379 | 2024-12-03T22:30:27.722Z | Compiling signal-hook v0.3.17 |
1380 | 2024-12-03T22:30:27.722Z | Compiling mime v0.3.17 |
1381 | 2024-12-03T22:30:27.940Z | Compiling hyper v1.5.0 |
1382 | 2024-12-03T22:30:27.999Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-03T22:30:28.269Z | Compiling unicode-properties v0.1.3 |
1384 | 2024-12-03T22:30:28.584Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-03T22:30:28.903Z | Compiling schemars v0.8.21 |
1386 | 2024-12-03T22:30:29.056Z | Compiling gimli v0.31.1 |
1387 | 2024-12-03T22:30:29.165Z | Compiling slog-async v2.8.0 |
1388 | 2024-12-03T22:30:29.362Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-03T22:30:29.656Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-03T22:30:30.702Z | Compiling hyper-util v0.1.10 |
1391 | 2024-12-03T22:30:31.006Z | Compiling toml_edit v0.22.22 |
1392 | 2024-12-03T22:30:31.428Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-03T22:30:32.022Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-03T22:30:32.555Z | Compiling addr2line v0.24.2 |
1395 | 2024-12-03T22:30:32.670Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-03T22:30:32.758Z | Compiling term v0.7.0 |
1397 | 2024-12-03T22:30:33.123Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-03T22:30:33.160Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-03T22:30:33.239Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-03T22:30:33.356Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-03T22:30:33.443Z | Compiling futures-executor v0.3.31 |
1402 | 2024-12-03T22:30:33.603Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-03T22:30:33.729Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-03T22:30:33.924Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-03T22:30:33.952Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-03T22:30:34.035Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-03T22:30:34.226Z | Compiling idna v0.4.0 |
1408 | 2024-12-03T22:30:34.261Z | Compiling idna v0.3.0 |
1409 | 2024-12-03T22:30:34.419Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-03T22:30:34.671Z | Compiling ff v0.13.0 |
1411 | 2024-12-03T22:30:34.740Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-03T22:30:34.855Z | Compiling object v0.36.5 |
1413 | 2024-12-03T22:30:34.879Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-03T22:30:35.058Z | Compiling anyhow v1.0.93 |
1415 | 2024-12-03T22:30:35.120Z | Compiling base16ct v0.2.0 |
1416 | 2024-12-03T22:30:35.452Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-12-03T22:30:35.611Z | Compiling smoltcp v0.9.1 |
1418 | 2024-12-03T22:30:35.634Z | Compiling linked-hash-map v0.5.6 |
1419 | 2024-12-03T22:30:35.634Z | Compiling dyn-clone v1.0.17 |
1420 | 2024-12-03T22:30:35.831Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-03T22:30:35.961Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-03T22:30:36.113Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-03T22:30:36.179Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-12-03T22:30:36.246Z | Compiling take_mut v0.2.2 |
1425 | 2024-12-03T22:30:36.272Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2024-12-03T22:30:36.389Z | Compiling psl-types v2.0.11 |
1427 | 2024-12-03T22:30:36.561Z | Compiling publicsuffix v2.2.3 |
1428 | 2024-12-03T22:30:36.781Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-03T22:30:36.806Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-12-03T22:30:36.916Z | Compiling tungstenite v0.24.0 |
1431 | 2024-12-03T22:30:37.472Z | Compiling lru-cache v0.1.2 |
1432 | 2024-12-03T22:30:37.735Z | Compiling sec1 v0.7.3 |
1433 | 2024-12-03T22:30:37.947Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-03T22:30:37.973Z | Compiling group v0.13.0 |
1435 | 2024-12-03T22:30:38.222Z | Compiling hickory-proto v0.24.1 |
1436 | 2024-12-03T22:30:38.246Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-03T22:30:38.274Z | Compiling usdt v0.5.0 |
1438 | 2024-12-03T22:30:38.830Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-03T22:30:39.087Z | Compiling futures v0.3.31 |
1440 | 2024-12-03T22:30:39.184Z | Compiling toml v0.8.19 |
1441 | 2024-12-03T22:30:39.268Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-03T22:30:40.588Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-03T22:30:40.629Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-03T22:30:40.976Z | Compiling camino v1.1.9 |
1445 | 2024-12-03T22:30:41.200Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-03T22:30:41.524Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-03T22:30:41.682Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-03T22:30:41.715Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-03T22:30:41.781Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-03T22:30:41.870Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-03T22:30:41.913Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-03T22:30:42.135Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-03T22:30:42.581Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-03T22:30:42.759Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-12-03T22:30:43.516Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2024-12-03T22:30:43.934Z | Compiling idna v0.5.0 |
1457 | 2024-12-03T22:30:44.430Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-03T22:30:45.084Z | Compiling hostname v0.4.0 |
1459 | 2024-12-03T22:30:45.143Z | Compiling fs-err v2.11.0 |
1460 | 2024-12-03T22:30:45.167Z | Compiling ahash v0.8.11 |
1461 | 2024-12-03T22:30:45.247Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-03T22:30:45.282Z | Compiling debug-ignore v1.0.5 |
1463 | 2024-12-03T22:30:45.372Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-03T22:30:45.402Z | Compiling managed v0.8.0 |
1465 | 2024-12-03T22:30:45.465Z | Compiling winnow v0.5.40 |
1466 | 2024-12-03T22:30:45.490Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-03T22:30:45.606Z | Compiling flate2 v1.0.34 |
1468 | 2024-12-03T22:30:45.629Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-03T22:30:46.391Z | Compiling console v0.15.8 |
1470 | 2024-12-03T22:30:46.758Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-03T22:30:46.970Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-03T22:30:47.338Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-03T22:30:47.415Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-03T22:30:47.679Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-03T22:30:48.024Z | Compiling phf v0.11.2 |
1476 | 2024-12-03T22:30:48.271Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-03T22:30:48.750Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-03T22:30:48.785Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-03T22:30:48.896Z | Compiling rayon v1.10.0 |
1480 | 2024-12-03T22:30:49.134Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-03T22:30:49.454Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-03T22:30:49.885Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-03T22:30:52.187Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-03T22:30:52.846Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-03T22:30:53.102Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-03T22:30:53.184Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-03T22:30:53.207Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-03T22:30:53.397Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-03T22:30:53.510Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-03T22:30:53.667Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-03T22:30:53.703Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-03T22:30:53.983Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-03T22:30:54.014Z | Compiling bstr v1.10.0 |
1494 | 2024-12-03T22:30:54.176Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-03T22:30:54.320Z | Compiling bit-vec v0.6.3 |
1496 | 2024-12-03T22:30:54.583Z | Compiling whoami v1.5.2 |
1497 | 2024-12-03T22:30:54.645Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-03T22:30:54.717Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-03T22:30:54.806Z | Compiling difflib v0.4.0 |
1500 | 2024-12-03T22:30:54.851Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-03T22:30:55.148Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-03T22:30:55.245Z | Compiling unicode-width v0.2.0 |
1503 | 2024-12-03T22:30:55.495Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-03T22:30:55.603Z | Compiling normalize-line-endings v0.3.0 |
1505 | 2024-12-03T22:30:55.714Z | Compiling static_assertions v1.1.0 |
1506 | 2024-12-03T22:30:55.738Z | Compiling predicates-core v1.0.8 |
1507 | 2024-12-03T22:30:55.822Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2024-12-03T22:30:55.897Z | Compiling predicates v3.1.2 |
1509 | 2024-12-03T22:30:56.042Z | Compiling similar v2.6.0 |
1510 | 2024-12-03T22:30:56.201Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-03T22:30:56.550Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-03T22:30:56.946Z | Compiling petgraph v0.6.5 |
1513 | 2024-12-03T22:30:57.256Z | Compiling clap v4.5.21 |
1514 | 2024-12-03T22:30:57.323Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-03T22:30:57.373Z | Compiling bit-set v0.5.3 |
1516 | 2024-12-03T22:30:57.609Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-03T22:30:58.014Z | Compiling rsa v0.9.6 |
1518 | 2024-12-03T22:30:58.038Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-03T22:30:58.293Z | Compiling toml v0.7.8 |
1520 | 2024-12-03T22:30:59.068Z | Compiling zip v0.6.6 |
1521 | 2024-12-03T22:30:59.635Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-03T22:31:00.604Z | Compiling hex v0.4.3 |
1523 | 2024-12-03T22:31:00.818Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-03T22:31:00.945Z | Compiling itertools v0.10.5 |
1525 | 2024-12-03T22:31:01.118Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-12-03T22:31:01.177Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-03T22:31:01.418Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-03T22:31:01.568Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-03T22:31:01.765Z | Compiling xattr v1.3.1 |
1530 | 2024-12-03T22:31:01.833Z | Compiling filetime v0.2.25 |
1531 | 2024-12-03T22:31:02.105Z | Compiling tar v0.4.42 |
1532 | 2024-12-03T22:31:05.405Z | Compiling strum v0.26.3 |
1533 | 2024-12-03T22:31:07.836Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-03T22:31:38.022Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-03T22:31:41.987Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-03T22:31:43.739Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-03T22:31:44.061Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-03T22:31:44.531Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-03T22:31:45.637Z | Compiling qorb v0.2.1 |
1540 | 2024-12-03T22:31:50.905Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-03T22:31:51.257Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-03T22:31:58.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
1543 | 2024-12-03T22:31:58.705Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-03T22:31:58.778Z | Dec 03 22:31:58.165 INFO Starting download, target: Clickhouse |
1545 | 2024-12-03T22:31:58.778Z | Dec 03 22:31:58.166 INFO Starting download, target: Cockroach |
1546 | 2024-12-03T22:31:58.778Z | Dec 03 22:31:58.166 INFO Starting download, target: Console |
1547 | 2024-12-03T22:31:58.779Z | Dec 03 22:31:58.166 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-03T22:31:58.803Z | Dec 03 22:31:58.166 INFO Starting download, target: DendriteStub |
1549 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.166 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.166 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.168 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-03T22:31:58.804Z | Dec 03 22:31:58.169 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-03T22:31:59.871Z | Dec 03 22:31:59.237 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-03T22:32:00.985Z | Dec 03 22:32:00.377 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-03T22:32:01.010Z | Dec 03 22:32:00.379 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-12-03T22:32:01.164Z | Dec 03 22:32:00.556 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-03T22:32:01.304Z | Dec 03 22:32:00.695 INFO Download complete, target: Console |
1563 | 2024-12-03T22:32:01.683Z | Dec 03 22:32:01.076 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-03T22:32:02.664Z | Dec 03 22:32:02.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-03T22:32:03.984Z | Dec 03 22:32:03.376 INFO Download complete, target: DendriteStub |
1566 | 2024-12-03T22:32:04.527Z | Dec 03 22:32:03.919 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2024-12-03T22:32:04.527Z | Dec 03 22:32:03.919 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2024-12-03T22:32:05.605Z | Dec 03 22:32:04.998 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-03T22:32:12.514Z | Dec 03 22:32:11.899 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-03T22:32:12.715Z | Dec 03 22:32:12.107 INFO Download complete, target: Cockroach |
1571 | 2024-12-03T22:32:16.852Z | Dec 03 22:32:16.245 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2024-12-03T22:32:30.062Z | Dec 03 22:32:29.454 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-03T22:32:30.268Z | Dec 03 22:32:29.661 INFO Download complete, target: Clickhouse |
1574 | 2024-12-03T22:32:30.299Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-03T22:32:30.325Z | |
1576 | 2024-12-03T22:32:30.325Z | real 5:05.858030388 |
1577 | 2024-12-03T22:32:30.325Z | user 14:06.066554651 |
1578 | 2024-12-03T22:32:30.325Z | sys 3:06.123180271 |
1579 | 2024-12-03T22:32:30.325Z | trap 0.400344232 |
1580 | 2024-12-03T22:32:30.325Z | tflt 0.759224655 |
1581 | 2024-12-03T22:32:30.325Z | dflt 2.428900809 |
1582 | 2024-12-03T22:32:30.325Z | kflt 0.008215304 |
1583 | 2024-12-03T22:32:30.325Z | lock 31:51.978477890 |
1584 | 2024-12-03T22:32:30.325Z | slp 52:47.993589821 |
1585 | 2024-12-03T22:32:30.326Z | lat 59.823733588 |
1586 | 2024-12-03T22:32:30.326Z | stop 2:11.011105540 |
1587 | 2024-12-03T22:32:30.326Z | + banner hack-check |
1588 | 2024-12-03T22:32:30.326Z | |
1589 | 2024-12-03T22:32:30.327Z | # # ## #### # # #### # # ###### #### # # |
1590 | 2024-12-03T22:32:30.327Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-03T22:32:30.327Z | ###### # # # #### ##### # ###### ##### # #### |
1592 | 2024-12-03T22:32:30.327Z | # # ###### # # # # # # # # # # |
1593 | 2024-12-03T22:32:30.328Z | # # # # # # # # # # # # # # # # # |
1594 | 2024-12-03T22:32:30.328Z | # # # # #### # # #### # # ###### #### # # |
1595 | 2024-12-03T22:32:30.328Z | |
1596 | 2024-12-03T22:32:30.328Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-03T22:32:30.328Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-03T22:32:30.328Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1599 | 2024-12-03T22:32:31.140Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-03T22:32:36.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
1601 | 2024-12-03T22:32:36.221Z | Running `target/debug/xtask check-features --ci` |
1602 | 2024-12-03T22:32:36.254Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1603 | 2024-12-03T22:32:36.254Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1604 | 2024-12-03T22:32:36.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1605 | 2024-12-03T22:32:36.997Z | Running `target/debug/xtask download cargo-hack` |
1606 | 2024-12-03T22:32:38.201Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1607 | 2024-12-03T22:32:38.513Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1608 | 2024-12-03T22:32:44.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s |
1609 | 2024-12-03T22:32:44.926Z | Running `target/debug/xtask-downloader cargo-hack` |
1610 | 2024-12-03T22:32:44.983Z | Dec 03 22:32:44.376 INFO Starting download, target: CargoHack |
1611 | 2024-12-03T22:32:45.009Z | Dec 03 22:32:44.377 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1612 | 2024-12-03T22:32:45.719Z | Dec 03 22:32:45.112 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1613 | 2024-12-03T22:32:45.818Z | Dec 03 22:32:45.211 INFO Download complete, target: CargoHack |
1614 | 2024-12-03T22:32:45.843Z | 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" |
1615 | 2024-12-03T22:32:45.867Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1616 | 2024-12-03T22:32:46.066Z | info: running `cargo check --bins` on api_identity (1/173) |
1617 | 2024-12-03T22:32:46.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-12-03T22:32:46.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-12-03T22:32:46.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-12-03T22:32:46.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
1621 | 2024-12-03T22:32:46.820Z | |
1622 | 2024-12-03T22:32:46.820Z | info: running `cargo check --bins` on bootstore (2/173) |
1623 | 2024-12-03T22:32:47.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-12-03T22:32:47.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-12-03T22:32:47.546Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-12-03T22:32:47.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1627 | 2024-12-03T22:32:47.638Z | |
1628 | 2024-12-03T22:32:47.638Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1629 | 2024-12-03T22:32:48.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-12-03T22:32:48.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-12-03T22:32:48.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-12-03T22:32:48.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1633 | 2024-12-03T22:32:48.438Z | |
1634 | 2024-12-03T22:32:48.438Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1635 | 2024-12-03T22:32:49.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-12-03T22:32:49.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-12-03T22:32:49.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-12-03T22:32:49.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1639 | 2024-12-03T22:32:49.217Z | |
1640 | 2024-12-03T22:32:49.217Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1641 | 2024-12-03T22:32:49.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-12-03T22:32:49.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-12-03T22:32:49.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-12-03T22:32:49.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1645 | 2024-12-03T22:32:49.736Z | |
1646 | 2024-12-03T22:32:49.736Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1647 | 2024-12-03T22:32:50.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-12-03T22:32:50.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-12-03T22:32:50.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-12-03T22:32:50.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1651 | 2024-12-03T22:32:50.255Z | |
1652 | 2024-12-03T22:32:50.255Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1653 | 2024-12-03T22:32:50.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-12-03T22:32:50.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-12-03T22:32:50.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-12-03T22:32:50.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1657 | 2024-12-03T22:32:50.795Z | |
1658 | 2024-12-03T22:32:50.796Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1659 | 2024-12-03T22:32:51.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-12-03T22:32:51.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-12-03T22:32:51.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-12-03T22:32:51.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1663 | 2024-12-03T22:32:51.332Z | |
1664 | 2024-12-03T22:32:51.332Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1665 | 2024-12-03T22:32:51.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-12-03T22:32:51.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-12-03T22:32:51.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-12-03T22:32:51.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1669 | 2024-12-03T22:32:51.869Z | |
1670 | 2024-12-03T22:32:51.870Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1671 | 2024-12-03T22:32:52.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-12-03T22:32:52.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-12-03T22:32:52.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-12-03T22:32:52.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1675 | 2024-12-03T22:32:52.408Z | |
1676 | 2024-12-03T22:32:52.408Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1677 | 2024-12-03T22:32:52.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-12-03T22:32:52.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-12-03T22:32:52.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-12-03T22:32:52.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1681 | 2024-12-03T22:32:52.929Z | |
1682 | 2024-12-03T22:32:52.929Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1683 | 2024-12-03T22:32:53.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-12-03T22:32:53.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-12-03T22:32:53.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-12-03T22:32:53.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1687 | 2024-12-03T22:32:53.478Z | |
1688 | 2024-12-03T22:32:53.478Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1689 | 2024-12-03T22:32:53.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-12-03T22:32:53.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-12-03T22:32:53.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-12-03T22:32:53.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1693 | 2024-12-03T22:32:54.015Z | |
1694 | 2024-12-03T22:32:54.015Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1695 | 2024-12-03T22:32:54.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-12-03T22:32:54.512Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-12-03T22:32:54.512Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-12-03T22:32:54.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1699 | 2024-12-03T22:32:54.540Z | |
1700 | 2024-12-03T22:32:54.540Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1701 | 2024-12-03T22:32:55.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-12-03T22:32:55.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-12-03T22:32:55.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-12-03T22:32:55.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1705 | 2024-12-03T22:32:55.066Z | |
1706 | 2024-12-03T22:32:55.066Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1707 | 2024-12-03T22:32:55.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-12-03T22:32:55.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-12-03T22:32:55.574Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-12-03T22:32:55.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1711 | 2024-12-03T22:32:55.603Z | |
1712 | 2024-12-03T22:32:55.603Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1713 | 2024-12-03T22:32:56.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-12-03T22:32:56.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-12-03T22:32:56.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-12-03T22:32:56.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1717 | 2024-12-03T22:32:56.114Z | |
1718 | 2024-12-03T22:32:56.114Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1719 | 2024-12-03T22:32:56.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-12-03T22:32:56.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-12-03T22:32:56.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-12-03T22:32:56.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1723 | 2024-12-03T22:32:56.637Z | |
1724 | 2024-12-03T22:32:56.637Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1725 | 2024-12-03T22:32:57.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-12-03T22:32:57.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-12-03T22:32:57.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-12-03T22:32:57.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1729 | 2024-12-03T22:32:57.154Z | |
1730 | 2024-12-03T22:32:57.154Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1731 | 2024-12-03T22:32:57.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-12-03T22:32:57.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-12-03T22:32:57.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-12-03T22:32:57.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1735 | 2024-12-03T22:32:57.671Z | |
1736 | 2024-12-03T22:32:57.671Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1737 | 2024-12-03T22:32:58.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-12-03T22:32:58.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-12-03T22:32:58.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-12-03T22:32:58.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1741 | 2024-12-03T22:32:58.184Z | |
1742 | 2024-12-03T22:32:58.184Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1743 | 2024-12-03T22:32:58.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-12-03T22:32:58.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-12-03T22:32:58.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-12-03T22:32:58.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1747 | 2024-12-03T22:32:58.706Z | |
1748 | 2024-12-03T22:32:58.706Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1749 | 2024-12-03T22:32:59.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-12-03T22:32:59.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-12-03T22:32:59.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-12-03T22:32:59.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1753 | 2024-12-03T22:32:59.224Z | |
1754 | 2024-12-03T22:32:59.224Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1755 | 2024-12-03T22:32:59.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-12-03T22:32:59.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-12-03T22:32:59.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-12-03T22:32:59.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1759 | 2024-12-03T22:32:59.740Z | |
1760 | 2024-12-03T22:32:59.740Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1761 | 2024-12-03T22:33:00.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-12-03T22:33:00.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-12-03T22:33:00.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-12-03T22:33:00.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1765 | 2024-12-03T22:33:00.562Z | |
1766 | 2024-12-03T22:33:00.562Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1767 | 2024-12-03T22:33:01.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-12-03T22:33:01.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-12-03T22:33:01.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1770 | 2024-12-03T22:33:01.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1771 | 2024-12-03T22:33:01.338Z | |
1772 | 2024-12-03T22:33:01.338Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1773 | 2024-12-03T22:33:02.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1774 | 2024-12-03T22:33:02.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1775 | 2024-12-03T22:33:02.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1776 | 2024-12-03T22:33:02.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
1777 | 2024-12-03T22:33:02.110Z | |
1778 | 2024-12-03T22:33:02.110Z | info: running `cargo check --bins` on oxlog (28/173) |
1779 | 2024-12-03T22:33:02.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1780 | 2024-12-03T22:33:02.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1781 | 2024-12-03T22:33:02.901Z | Checking cfg-if v1.0.0 |
1782 | 2024-12-03T22:33:02.924Z | Checking libc v0.2.162 |
1783 | 2024-12-03T22:33:02.948Z | Checking serde v1.0.215 |
1784 | 2024-12-03T22:33:02.948Z | Checking zeroize v1.8.1 |
1785 | 2024-12-03T22:33:02.974Z | Checking memchr v2.7.4 |
1786 | 2024-12-03T22:33:02.998Z | Checking typenum v1.17.0 |
1787 | 2024-12-03T22:33:03.022Z | Checking scopeguard v1.2.0 |
1788 | 2024-12-03T22:33:03.022Z | Checking subtle v2.6.1 |
1789 | 2024-12-03T22:33:03.045Z | Checking value-bag v1.9.0 |
1790 | 2024-12-03T22:33:03.135Z | Checking lock_api v0.4.12 |
1791 | 2024-12-03T22:33:03.175Z | Checking itoa v1.0.11 |
1792 | 2024-12-03T22:33:03.245Z | Checking smallvec v1.13.2 |
1793 | 2024-12-03T22:33:03.367Z | Checking const-oid v0.9.6 |
1794 | 2024-12-03T22:33:03.397Z | Checking log v0.4.22 |
1795 | 2024-12-03T22:33:03.490Z | Checking pin-project-lite v0.2.14 |
1796 | 2024-12-03T22:33:03.542Z | Checking byteorder v1.5.0 |
1797 | 2024-12-03T22:33:03.597Z | Checking futures-core v0.3.31 |
1798 | 2024-12-03T22:33:03.711Z | Checking once_cell v1.20.2 |
1799 | 2024-12-03T22:33:03.754Z | Checking cpufeatures v0.2.14 |
1800 | 2024-12-03T22:33:03.835Z | Checking futures-sink v0.3.31 |
1801 | 2024-12-03T22:33:03.859Z | Checking stable_deref_trait v1.2.0 |
1802 | 2024-12-03T22:33:03.882Z | Checking getrandom v0.2.15 |
1803 | 2024-12-03T22:33:03.906Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-03T22:33:03.946Z | Checking parking_lot_core v0.9.10 |
1805 | 2024-12-03T22:33:03.970Z | Checking mio v1.0.2 |
1806 | 2024-12-03T22:33:03.994Z | Checking socket2 v0.5.7 |
1807 | 2024-12-03T22:33:04.017Z | Checking generic-array v0.14.7 |
1808 | 2024-12-03T22:33:04.063Z | Checking rand_core v0.6.4 |
1809 | 2024-12-03T22:33:04.104Z | Checking spin v0.9.8 |
1810 | 2024-12-03T22:33:04.231Z | Checking parking_lot v0.12.3 |
1811 | 2024-12-03T22:33:04.321Z | Checking zerocopy v0.7.35 |
1812 | 2024-12-03T22:33:04.388Z | Checking zerofrom v0.1.4 |
1813 | 2024-12-03T22:33:04.411Z | Checking slab v0.4.9 |
1814 | 2024-12-03T22:33:04.479Z | Checking futures-channel v0.3.31 |
1815 | 2024-12-03T22:33:04.522Z | Checking futures-io v0.3.31 |
1816 | 2024-12-03T22:33:04.575Z | Checking yoke v0.7.4 |
1817 | 2024-12-03T22:33:04.630Z | Checking foldhash v0.1.3 |
1818 | 2024-12-03T22:33:04.688Z | Checking equivalent v1.0.1 |
1819 | 2024-12-03T22:33:04.712Z | Checking futures-task v0.3.31 |
1820 | 2024-12-03T22:33:04.783Z | Checking allocator-api2 v0.2.18 |
1821 | 2024-12-03T22:33:04.807Z | Checking pin-utils v0.1.0 |
1822 | 2024-12-03T22:33:04.830Z | Checking tinyvec_macros v0.1.1 |
1823 | 2024-12-03T22:33:04.864Z | Checking zerovec v0.10.4 |
1824 | 2024-12-03T22:33:04.888Z | Checking ryu v1.0.18 |
1825 | 2024-12-03T22:33:04.912Z | Checking tinyvec v1.8.0 |
1826 | 2024-12-03T22:33:04.936Z | Checking futures-util v0.3.31 |
1827 | 2024-12-03T22:33:04.936Z | Checking crypto-common v0.1.6 |
1828 | 2024-12-03T22:33:05.076Z | Checking block-buffer v0.10.4 |
1829 | 2024-12-03T22:33:05.099Z | Checking block-padding v0.3.3 |
1830 | 2024-12-03T22:33:05.262Z | Checking digest v0.10.7 |
1831 | 2024-12-03T22:33:05.286Z | Checking inout v0.1.3 |
1832 | 2024-12-03T22:33:05.328Z | Checking hashbrown v0.15.0 |
1833 | 2024-12-03T22:33:05.480Z | Checking fnv v1.0.7 |
1834 | 2024-12-03T22:33:05.505Z | Checking cipher v0.4.4 |
1835 | 2024-12-03T22:33:05.583Z | Checking hmac v0.12.1 |
1836 | 2024-12-03T22:33:05.607Z | Checking sha2 v0.10.8 |
1837 | 2024-12-03T22:33:05.761Z | Checking libm v0.2.8 |
1838 | 2024-12-03T22:33:05.835Z | Checking base64ct v1.6.0 |
1839 | 2024-12-03T22:33:05.967Z | Checking unicode-normalization v0.1.24 |
1840 | 2024-12-03T22:33:06.036Z | Checking writeable v0.5.5 |
1841 | 2024-12-03T22:33:06.206Z | Checking unicode-bidi v0.3.17 |
1842 | 2024-12-03T22:33:06.258Z | Checking tinystr v0.7.6 |
1843 | 2024-12-03T22:33:06.292Z | Checking litemap v0.7.3 |
1844 | 2024-12-03T22:33:06.316Z | Checking pem-rfc7468 v0.7.0 |
1845 | 2024-12-03T22:33:06.437Z | Checking num-traits v0.2.19 |
1846 | 2024-12-03T22:33:06.533Z | Checking ppv-lite86 v0.2.20 |
1847 | 2024-12-03T22:33:06.591Z | Checking icu_locid v1.5.0 |
1848 | 2024-12-03T22:33:06.615Z | Checking flagset v0.4.6 |
1849 | 2024-12-03T22:33:06.670Z | Checking tracing-core v0.1.32 |
1850 | 2024-12-03T22:33:06.728Z | Checking thiserror v1.0.69 |
1851 | 2024-12-03T22:33:06.785Z | Checking der v0.7.9 |
1852 | 2024-12-03T22:33:06.848Z | Checking icu_locid_transform_data v1.5.0 |
1853 | 2024-12-03T22:33:06.934Z | Checking percent-encoding v2.3.1 |
1854 | 2024-12-03T22:33:06.991Z | Checking bytes v1.8.0 |
1855 | 2024-12-03T22:33:07.117Z | Checking indexmap v2.6.0 |
1856 | 2024-12-03T22:33:07.161Z | Checking serde_json v1.0.132 |
1857 | 2024-12-03T22:33:07.218Z | Checking rand_chacha v0.3.1 |
1858 | 2024-12-03T22:33:07.406Z | Checking icu_provider v1.5.0 |
1859 | 2024-12-03T22:33:07.536Z | Checking bitflags v2.6.0 |
1860 | 2024-12-03T22:33:07.655Z | Checking tokio v1.40.0 |
1861 | 2024-12-03T22:33:07.746Z | Checking http v1.1.0 |
1862 | 2024-12-03T22:33:07.787Z | Checking rustls-pki-types v1.9.0 |
1863 | 2024-12-03T22:33:07.938Z | Checking icu_locid_transform v1.5.0 |
1864 | 2024-12-03T22:33:08.143Z | Checking rand v0.8.5 |
1865 | 2024-12-03T22:33:08.256Z | Checking tracing v0.1.40 |
1866 | 2024-12-03T22:33:08.292Z | Checking spki v0.7.3 |
1867 | 2024-12-03T22:33:08.525Z | Checking icu_collections v1.5.0 |
1868 | 2024-12-03T22:33:08.552Z | Checking salsa20 v0.10.2 |
1869 | 2024-12-03T22:33:08.585Z | Checking pbkdf2 v0.12.2 |
1870 | 2024-12-03T22:33:08.729Z | Checking aws-lc-sys v0.22.0 |
1871 | 2024-12-03T22:33:08.753Z | Checking httparse v1.9.5 |
1872 | 2024-12-03T22:33:08.777Z | Checking untrusted v0.7.1 |
1873 | 2024-12-03T22:33:08.911Z | Checking mirai-annotations v1.12.0 |
1874 | 2024-12-03T22:33:08.935Z | Checking untrusted v0.9.0 |
1875 | 2024-12-03T22:33:09.061Z | Checking icu_properties_data v1.5.0 |
1876 | 2024-12-03T22:33:09.085Z | Checking powerfmt v0.2.0 |
1877 | 2024-12-03T22:33:09.109Z | Checking ring v0.17.8 |
1878 | 2024-12-03T22:33:09.133Z | Checking scrypt v0.11.0 |
1879 | 2024-12-03T22:33:09.196Z | Checking aes v0.8.4 |
1880 | 2024-12-03T22:33:09.219Z | Checking cbc v0.1.2 |
1881 | 2024-12-03T22:33:09.264Z | Checking icu_properties v1.5.1 |
1882 | 2024-12-03T22:33:09.315Z | Checking crossbeam-utils v0.8.20 |
1883 | 2024-12-03T22:33:09.339Z | Checking deranged v0.3.11 |
1884 | 2024-12-03T22:33:09.377Z | Checking icu_normalizer_data v1.5.0 |
1885 | 2024-12-03T22:33:09.465Z | Checking time-core v0.1.2 |
1886 | 2024-12-03T22:33:09.590Z | Checking atomic-waker v1.1.2 |
1887 | 2024-12-03T22:33:09.697Z | Checking write16 v1.0.0 |
1888 | 2024-12-03T22:33:09.803Z | Checking utf16_iter v1.0.5 |
1889 | 2024-12-03T22:33:09.904Z | Checking num_threads v0.1.7 |
1890 | 2024-12-03T22:33:09.943Z | Checking utf8_iter v1.0.4 |
1891 | 2024-12-03T22:33:09.967Z | Checking num-conv v0.1.0 |
1892 | 2024-12-03T22:33:10.006Z | Checking pkcs5 v0.7.1 |
1893 | 2024-12-03T22:33:10.112Z | Checking http-body v1.0.1 |
1894 | 2024-12-03T22:33:10.158Z | Checking form_urlencoded v1.2.1 |
1895 | 2024-12-03T22:33:10.288Z | Checking try-lock v0.2.5 |
1896 | 2024-12-03T22:33:10.354Z | Checking unicode-ident v1.0.13 |
1897 | 2024-12-03T22:33:10.415Z | Checking want v0.3.1 |
1898 | 2024-12-03T22:33:10.444Z | Checking pkcs8 v0.10.2 |
1899 | 2024-12-03T22:33:10.498Z | Checking httpdate v1.0.3 |
1900 | 2024-12-03T22:33:10.575Z | Checking proc-macro2 v1.0.89 |
1901 | 2024-12-03T22:33:10.681Z | Checking serde_spanned v0.6.8 |
1902 | 2024-12-03T22:33:10.715Z | Checking uuid v1.11.0 |
1903 | 2024-12-03T22:33:10.739Z | Checking toml_datetime v0.6.8 |
1904 | 2024-12-03T22:33:10.822Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-12-03T22:33:10.847Z | Checking time v0.3.36 |
1906 | 2024-12-03T22:33:10.871Z | Checking slog v2.7.0 |
1907 | 2024-12-03T22:33:11.005Z | Checking scroll v0.12.0 |
1908 | 2024-12-03T22:33:11.240Z | Checking tower-service v0.3.3 |
1909 | 2024-12-03T22:33:11.286Z | Checking adler2 v2.0.0 |
1910 | 2024-12-03T22:33:11.328Z | Checking base64 v0.22.1 |
1911 | 2024-12-03T22:33:11.369Z | Checking match_cfg v0.1.0 |
1912 | 2024-12-03T22:33:11.443Z | Checking iana-time-zone v0.1.61 |
1913 | 2024-12-03T22:33:11.467Z | Checking ucd-trie v0.1.7 |
1914 | 2024-12-03T22:33:11.491Z | Checking foreign-types-shared v0.1.1 |
1915 | 2024-12-03T22:33:11.580Z | Checking plain v0.2.3 |
1916 | 2024-12-03T22:33:11.604Z | Checking chrono v0.4.38 |
1917 | 2024-12-03T22:33:11.651Z | Checking pest v2.7.14 |
1918 | 2024-12-03T22:33:11.727Z | Checking goblin v0.8.2 |
1919 | 2024-12-03T22:33:11.771Z | Checking foreign-types v0.3.2 |
1920 | 2024-12-03T22:33:11.861Z | Checking hostname v0.3.1 |
1921 | 2024-12-03T22:33:11.991Z | Checking miniz_oxide v0.8.0 |
1922 | 2024-12-03T22:33:12.059Z | Checking icu_normalizer v1.5.0 |
1923 | 2024-12-03T22:33:12.432Z | Checking rustls-webpki v0.102.8 |
1924 | 2024-12-03T22:33:12.598Z | Checking quote v1.0.37 |
1925 | 2024-12-03T22:33:12.736Z | Checking idna_adapter v1.2.0 |
1926 | 2024-12-03T22:33:12.889Z | Checking openssl-sys v0.9.103 |
1927 | 2024-12-03T22:33:12.912Z | Checking idna v1.0.3 |
1928 | 2024-12-03T22:33:12.996Z | Checking errno v0.3.9 |
1929 | 2024-12-03T22:33:13.099Z | Checking dirs-sys-next v0.1.2 |
1930 | 2024-12-03T22:33:13.149Z | Checking aho-corasick v1.1.3 |
1931 | 2024-12-03T22:33:13.258Z | Checking data-encoding v2.6.0 |
1932 | 2024-12-03T22:33:13.342Z | Checking url v2.5.3 |
1933 | 2024-12-03T22:33:13.365Z | Checking pretty-hex v0.4.1 |
1934 | 2024-12-03T22:33:13.509Z | Checking siphasher v0.3.11 |
1935 | 2024-12-03T22:33:13.758Z | Checking tokio-util v0.7.12 |
1936 | 2024-12-03T22:33:13.785Z | Checking regex-syntax v0.8.5 |
1937 | 2024-12-03T22:33:13.810Z | Checking dtrace-parser v0.2.0 |
1938 | 2024-12-03T22:33:13.836Z | Checking dirs-next v2.0.0 |
1939 | 2024-12-03T22:33:13.910Z | Checking openssl v0.10.66 |
1940 | 2024-12-03T22:33:13.935Z | Checking rustix v0.38.37 |
1941 | 2024-12-03T22:33:14.043Z | Checking syn v2.0.87 |
1942 | 2024-12-03T22:33:14.197Z | Checking http-body-util v0.1.2 |
1943 | 2024-12-03T22:33:14.527Z | Checking h2 v0.4.6 |
1944 | 2024-12-03T22:33:14.553Z | Checking crossbeam-epoch v0.9.18 |
1945 | 2024-12-03T22:33:14.576Z | Checking sha1 v0.10.6 |
1946 | 2024-12-03T22:33:14.788Z | Checking signature v2.2.0 |
1947 | 2024-12-03T22:33:14.908Z | Checking lazy_static v1.5.0 |
1948 | 2024-12-03T22:33:14.952Z | Checking thread_local v1.1.8 |
1949 | 2024-12-03T22:33:15.015Z | Checking thread-id v4.2.2 |
1950 | 2024-12-03T22:33:15.100Z | Checking encoding_rs v0.8.34 |
1951 | 2024-12-03T22:33:15.199Z | Checking gimli v0.31.1 |
1952 | 2024-12-03T22:33:15.783Z | Checking dof v0.3.0 |
1953 | 2024-12-03T22:33:16.280Z | Checking unicode-properties v0.1.3 |
1954 | 2024-12-03T22:33:16.438Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-03T22:33:16.549Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-03T22:33:16.673Z | Checking winnow v0.6.20 |
1957 | 2024-12-03T22:33:16.785Z | Checking mime v0.3.17 |
1958 | 2024-12-03T22:33:16.883Z | Checking utf8parse v0.2.2 |
1959 | 2024-12-03T22:33:17.005Z | Checking anstyle v1.0.10 |
1960 | 2024-12-03T22:33:17.051Z | Checking ipnet v2.10.1 |
1961 | 2024-12-03T22:33:17.286Z | Checking either v1.13.0 |
1962 | 2024-12-03T22:33:17.427Z | Checking anstyle-parse v0.2.5 |
1963 | 2024-12-03T22:33:17.596Z | Checking stringprep v0.1.5 |
1964 | 2024-12-03T22:33:17.645Z | Checking crossbeam-deque v0.8.5 |
1965 | 2024-12-03T22:33:17.808Z | Checking term v0.7.0 |
1966 | 2024-12-03T22:33:17.899Z | Checking rustls v0.22.4 |
1967 | 2024-12-03T22:33:18.168Z | Checking rustls v0.23.14 |
1968 | 2024-12-03T22:33:18.263Z | Checking native-tls v0.2.12 |
1969 | 2024-12-03T22:33:18.368Z | Checking addr2line v0.24.2 |
1970 | 2024-12-03T22:33:18.536Z | Checking slog-json v2.6.1 |
1971 | 2024-12-03T22:33:18.751Z | Checking serde_urlencoded v0.7.1 |
1972 | 2024-12-03T22:33:18.807Z | Checking crossbeam-channel v0.5.13 |
1973 | 2024-12-03T22:33:19.022Z | Checking toml_edit v0.22.22 |
1974 | 2024-12-03T22:33:19.113Z | Checking futures-executor v0.3.31 |
1975 | 2024-12-03T22:33:19.156Z | Checking usdt-impl v0.5.0 |
1976 | 2024-12-03T22:33:19.309Z | Checking rustls-pemfile v2.2.0 |
1977 | 2024-12-03T22:33:19.418Z | Checking num-integer v0.1.46 |
1978 | 2024-12-03T22:33:19.460Z | Checking hyper v1.5.0 |
1979 | 2024-12-03T22:33:19.496Z | Checking idna v0.4.0 |
1980 | 2024-12-03T22:33:19.608Z | Checking idna v0.3.0 |
1981 | 2024-12-03T22:33:19.836Z | Checking md-5 v0.10.6 |
1982 | 2024-12-03T22:33:20.019Z | Checking ff v0.13.0 |
1983 | 2024-12-03T22:33:20.099Z | Checking hash32 v0.2.1 |
1984 | 2024-12-03T22:33:20.167Z | Checking is-terminal v0.4.13 |
1985 | 2024-12-03T22:33:20.199Z | Checking memmap v0.7.0 |
1986 | 2024-12-03T22:33:20.223Z | Checking object v0.36.5 |
1987 | 2024-12-03T22:33:20.274Z | Checking fallible-iterator v0.2.0 |
1988 | 2024-12-03T22:33:20.393Z | Checking utf-8 v0.7.6 |
1989 | 2024-12-03T22:33:20.417Z | Checking take_mut v0.2.2 |
1990 | 2024-12-03T22:33:20.534Z | Checking dyn-clone v1.0.17 |
1991 | 2024-12-03T22:33:20.569Z | Checking base16ct v0.2.0 |
1992 | 2024-12-03T22:33:20.658Z | Checking linked-hash-map v0.5.6 |
1993 | 2024-12-03T22:33:20.741Z | Checking rustc-demangle v0.1.24 |
1994 | 2024-12-03T22:33:20.827Z | Checking colorchoice v1.0.2 |
1995 | 2024-12-03T22:33:20.885Z | Checking is_terminal_polyfill v1.70.1 |
1996 | 2024-12-03T22:33:20.949Z | Checking anstyle-query v1.1.1 |
1997 | 2024-12-03T22:33:20.972Z | Checking quick-error v1.2.3 |
1998 | 2024-12-03T22:33:20.996Z | Checking psl-types v2.0.11 |
1999 | 2024-12-03T22:33:21.060Z | Checking anstream v0.6.15 |
2000 | 2024-12-03T22:33:21.084Z | Checking resolv-conf v0.7.0 |
2001 | 2024-12-03T22:33:21.108Z | Checking lru-cache v0.1.2 |
2002 | 2024-12-03T22:33:21.160Z | Checking publicsuffix v2.2.3 |
2003 | 2024-12-03T22:33:21.214Z | Checking hyper-util v0.1.10 |
2004 | 2024-12-03T22:33:21.237Z | Checking toml v0.8.19 |
2005 | 2024-12-03T22:33:21.269Z | Checking tokio-rustls v0.25.0 |
2006 | 2024-12-03T22:33:21.367Z | Checking postgres-protocol v0.6.7 |
2007 | 2024-12-03T22:33:21.392Z | Checking sec1 v0.7.3 |
2008 | 2024-12-03T22:33:21.392Z | Checking schemars v0.8.21 |
2009 | 2024-12-03T22:33:21.590Z | Checking tungstenite v0.24.0 |
2010 | 2024-12-03T22:33:21.718Z | Checking slog-async v2.8.0 |
2011 | 2024-12-03T22:33:21.857Z | Checking usdt v0.5.0 |
2012 | 2024-12-03T22:33:21.898Z | Checking heapless v0.7.17 |
2013 | 2024-12-03T22:33:21.969Z | Checking slog-term v2.9.1 |
2014 | 2024-12-03T22:33:22.072Z | Checking group v0.13.0 |
2015 | 2024-12-03T22:33:22.279Z | Checking hickory-proto v0.24.1 |
2016 | 2024-12-03T22:33:22.355Z | Checking num-iter v0.1.45 |
2017 | 2024-12-03T22:33:22.379Z | Checking futures v0.3.31 |
2018 | 2024-12-03T22:33:22.477Z | Checking slog-bunyan v2.5.0 |
2019 | 2024-12-03T22:33:22.517Z | Checking tokio-native-tls v0.3.1 |
2020 | 2024-12-03T22:33:22.619Z | Checking rayon-core v1.12.1 |
2021 | 2024-12-03T22:33:22.687Z | Checking tokio-rustls v0.26.0 |
2022 | 2024-12-03T22:33:22.722Z | Checking multer v3.1.0 |
2023 | 2024-12-03T22:33:22.746Z | Checking terminal_size v0.4.0 |
2024 | 2024-12-03T22:33:22.807Z | Checking phf_shared v0.11.2 |
2025 | 2024-12-03T22:33:22.839Z | Checking cookie v0.18.1 |
2026 | 2024-12-03T22:33:22.889Z | Checking async-stream v0.3.6 |
2027 | 2024-12-03T22:33:23.039Z | Checking bzip2-sys v0.1.11+1.0.8 |
2028 | 2024-12-03T22:33:23.062Z | Checking camino v1.1.9 |
2029 | 2024-12-03T22:33:23.062Z | Checking signal-hook v0.3.17 |
2030 | 2024-12-03T22:33:23.091Z | Checking waitgroup v0.1.2 |
2031 | 2024-12-03T22:33:23.153Z | Checking openapiv3 v2.0.0 |
2032 | 2024-12-03T22:33:23.197Z | Checking webpki-roots v0.26.6 |
2033 | 2024-12-03T22:33:23.221Z | Checking serde_path_to_error v0.1.16 |
2034 | 2024-12-03T22:33:23.245Z | Checking idna v0.5.0 |
2035 | 2024-12-03T22:33:23.364Z | Checking hkdf v0.12.4 |
2036 | 2024-12-03T22:33:23.388Z | Checking crypto-bigint v0.5.5 |
2037 | 2024-12-03T22:33:23.521Z | Checking hostname v0.4.0 |
2038 | 2024-12-03T22:33:23.544Z | Checking crc32fast v1.4.2 |
2039 | 2024-12-03T22:33:23.632Z | Checking bitflags v1.3.2 |
2040 | 2024-12-03T22:33:23.718Z | Checking unicode-width v0.1.14 |
2041 | 2024-12-03T22:33:23.742Z | Checking winnow v0.5.40 |
2042 | 2024-12-03T22:33:23.765Z | Checking strsim v0.11.1 |
2043 | 2024-12-03T22:33:23.862Z | Checking clap_lex v0.7.2 |
2044 | 2024-12-03T22:33:23.989Z | Checking debug-ignore v1.0.5 |
2045 | 2024-12-03T22:33:24.075Z | Checking managed v0.8.0 |
2046 | 2024-12-03T22:33:24.099Z | Checking console v0.15.8 |
2047 | 2024-12-03T22:33:24.122Z | Checking clap_builder v4.5.21 |
2048 | 2024-12-03T22:33:24.387Z | Checking smoltcp v0.9.1 |
2049 | 2024-12-03T22:33:24.567Z | Checking cookie_store v0.21.0 |
2050 | 2024-12-03T22:33:25.112Z | Checking flate2 v1.0.34 |
2051 | 2024-12-03T22:33:25.486Z | Checking backtrace v0.3.74 |
2052 | 2024-12-03T22:33:25.586Z | Checking hyper-rustls v0.27.3 |
2053 | 2024-12-03T22:33:25.662Z | Checking signal-hook-mio v0.2.4 |
2054 | 2024-12-03T22:33:25.702Z | Checking elliptic-curve v0.13.8 |
2055 | 2024-12-03T22:33:25.786Z | Checking rayon v1.10.0 |
2056 | 2024-12-03T22:33:25.854Z | Checking dropshot v0.12.0 |
2057 | 2024-12-03T22:33:25.887Z | Checking bzip2 v0.4.4 |
2058 | 2024-12-03T22:33:25.981Z | Checking anyhow v1.0.93 |
2059 | 2024-12-03T22:33:26.135Z | Checking phf v0.11.2 |
2060 | 2024-12-03T22:33:26.161Z | Checking toml_edit v0.19.15 |
2061 | 2024-12-03T22:33:26.249Z | Checking hyper-tls v0.6.0 |
2062 | 2024-12-03T22:33:26.285Z | Checking hickory-resolver v0.24.1 |
2063 | 2024-12-03T22:33:26.320Z | Checking num-bigint-dig v0.8.4 |
2064 | 2024-12-03T22:33:26.381Z | Checking tokio-tungstenite v0.24.0 |
2065 | 2024-12-03T22:33:26.498Z | Checking postgres-types v0.2.8 |
2066 | 2024-12-03T22:33:26.617Z | Checking bstr v1.10.0 |
2067 | 2024-12-03T22:33:26.768Z | Checking regex v1.11.1 |
2068 | 2024-12-03T22:33:27.079Z | Checking ed25519 v2.2.3 |
2069 | 2024-12-03T22:33:27.262Z | Checking tokio-stream v0.1.16 |
2070 | 2024-12-03T22:33:27.331Z | Checking phf_shared v0.10.0 |
2071 | 2024-12-03T22:33:27.365Z | Checking curve25519-dalek v4.1.3 |
2072 | 2024-12-03T22:33:27.566Z | Checking zerocopy v0.6.6 |
2073 | 2024-12-03T22:33:27.590Z | Checking pkcs1 v0.7.5 |
2074 | 2024-12-03T22:33:27.914Z | Checking hubpack v0.1.2 |
2075 | 2024-12-03T22:33:27.961Z | Checking portable-atomic v1.9.0 |
2076 | 2024-12-03T22:33:28.062Z | Checking float-cmp v0.9.0 |
2077 | 2024-12-03T22:33:28.162Z | Checking serde-big-array v0.5.1 |
2078 | 2024-12-03T22:33:28.186Z | Checking rfc6979 v0.4.0 |
2079 | 2024-12-03T22:33:28.186Z | Checking sync_wrapper v1.0.1 |
2080 | 2024-12-03T22:33:28.222Z | Checking unicode-segmentation v1.12.0 |
2081 | 2024-12-03T22:33:28.334Z | Checking whoami v1.5.2 |
2082 | 2024-12-03T22:33:28.359Z | Checking difflib v0.4.0 |
2083 | 2024-12-03T22:33:28.359Z | Checking fixedbitset v0.4.2 |
2084 | 2024-12-03T22:33:28.597Z | Checking static_assertions v1.1.0 |
2085 | 2024-12-03T22:33:28.621Z | Checking normalize-line-endings v0.3.0 |
2086 | 2024-12-03T22:33:28.644Z | Checking unicode-width v0.2.0 |
2087 | 2024-12-03T22:33:28.690Z | Checking predicates-core v1.0.8 |
2088 | 2024-12-03T22:33:28.725Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-03T22:33:28.773Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-03T22:33:28.826Z | Checking bit-vec v0.6.3 |
2091 | 2024-12-03T22:33:28.857Z | Checking precomputed-hash v0.1.1 |
2092 | 2024-12-03T22:33:28.881Z | Checking new_debug_unreachable v1.0.6 |
2093 | 2024-12-03T22:33:28.905Z | Checking ed25519-dalek v2.1.1 |
2094 | 2024-12-03T22:33:28.928Z | Checking predicates v3.1.2 |
2095 | 2024-12-03T22:33:28.960Z | Checking qorb v0.2.1 |
2096 | 2024-12-03T22:33:28.983Z | Checking string_cache v0.8.7 |
2097 | 2024-12-03T22:33:29.025Z | Checking similar v2.6.0 |
2098 | 2024-12-03T22:33:29.049Z | Checking indicatif v0.17.9 |
2099 | 2024-12-03T22:33:29.108Z | Checking nom v7.1.3 |
2100 | 2024-12-03T22:33:29.132Z | Checking bit-set v0.5.3 |
2101 | 2024-12-03T22:33:29.218Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2102 | 2024-12-03T22:33:29.241Z | Checking petgraph v0.6.5 |
2103 | 2024-12-03T22:33:29.350Z | Checking tokio-postgres v0.7.12 |
2104 | 2024-12-03T22:33:29.451Z | Checking ecdsa v0.16.9 |
2105 | 2024-12-03T22:33:29.657Z | Checking reqwest v0.12.9 |
2106 | 2024-12-03T22:33:29.735Z | Checking toml v0.7.8 |
2107 | 2024-12-03T22:33:30.028Z | Checking rsa v0.9.6 |
2108 | 2024-12-03T22:33:30.349Z | Checking clap v4.5.21 |
2109 | 2024-12-03T22:33:30.446Z | Checking zip v0.6.6 |
2110 | 2024-12-03T22:33:30.862Z | Checking crossterm v0.28.1 |
2111 | 2024-12-03T22:33:30.986Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2112 | 2024-12-03T22:33:31.013Z | Checking itertools v0.12.1 |
2113 | 2024-12-03T22:33:31.037Z | Checking itertools v0.10.5 |
2114 | 2024-12-03T22:33:31.191Z | Checking fs-err v2.11.0 |
2115 | 2024-12-03T22:33:31.401Z | Checking ahash v0.8.11 |
2116 | 2024-12-03T22:33:31.669Z | Checking x509-cert v0.2.5 |
2117 | 2024-12-03T22:33:31.746Z | Checking semver v1.0.23 |
2118 | 2024-12-03T22:33:31.848Z | Checking hex v0.4.3 |
2119 | 2024-12-03T22:33:31.957Z | Checking peg-runtime v0.8.3 |
2120 | 2024-12-03T22:33:32.089Z | Checking lalrpop-util v0.19.12 |
2121 | 2024-12-03T22:33:32.153Z | Checking sigpipe v0.1.3 |
2122 | 2024-12-03T22:33:33.433Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2123 | 2024-12-03T22:33:33.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.72s |
2124 | 2024-12-03T22:33:33.985Z | |
2125 | 2024-12-03T22:33:33.985Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2126 | 2024-12-03T22:33:34.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2127 | 2024-12-03T22:33:34.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2128 | 2024-12-03T22:33:34.848Z | Compiling hashbrown v0.14.5 |
2129 | 2024-12-03T22:33:34.896Z | Checking heck v0.5.0 |
2130 | 2024-12-03T22:33:34.921Z | Compiling unsafe-libyaml v0.2.11 |
2131 | 2024-12-03T22:33:34.945Z | Compiling ident_case v1.0.1 |
2132 | 2024-12-03T22:33:34.945Z | Checking progenitor-client v0.8.0 |
2133 | 2024-12-03T22:33:34.969Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2134 | 2024-12-03T22:33:34.992Z | Compiling proc-macro-crate v1.3.1 |
2135 | 2024-12-03T22:33:35.062Z | Compiling darling_core v0.20.10 |
2136 | 2024-12-03T22:33:35.086Z | Checking ipnetwork v0.20.0 |
2137 | 2024-12-03T22:33:35.259Z | Compiling structmeta-derive v0.3.0 |
2138 | 2024-12-03T22:33:35.282Z | Compiling newtype-uuid v1.1.3 |
2139 | 2024-12-03T22:33:35.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2140 | 2024-12-03T22:33:35.552Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2141 | 2024-12-03T22:33:35.652Z | Compiling lzma-sys v0.1.20 |
2142 | 2024-12-03T22:33:35.840Z | Compiling foreign-types-macros v0.2.3 |
2143 | 2024-12-03T22:33:35.864Z | Checking regress v0.10.1 |
2144 | 2024-12-03T22:33:36.009Z | Compiling serde_yaml v0.9.34+deprecated |
2145 | 2024-12-03T22:33:36.270Z | Compiling num_enum_derive v0.5.11 |
2146 | 2024-12-03T22:33:36.435Z | Compiling dropshot v0.13.0 |
2147 | 2024-12-03T22:33:36.660Z | Checking foreign-types-shared v0.3.1 |
2148 | 2024-12-03T22:33:36.763Z | Checking arc-swap v1.7.1 |
2149 | 2024-12-03T22:33:36.876Z | Checking foreign-types v0.5.0 |
2150 | 2024-12-03T22:33:37.058Z | Compiling proc-macro-error v1.0.4 |
2151 | 2024-12-03T22:33:37.120Z | Checking slog-scope v4.4.0 |
2152 | 2024-12-03T22:33:37.614Z | Compiling structmeta v0.3.0 |
2153 | 2024-12-03T22:33:37.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2154 | 2024-12-03T22:33:37.756Z | Checking tungstenite v0.21.0 |
2155 | 2024-12-03T22:33:37.779Z | Compiling heck v0.3.3 |
2156 | 2024-12-03T22:33:37.989Z | Compiling parse-display-derive v0.10.0 |
2157 | 2024-12-03T22:33:38.120Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2158 | 2024-12-03T22:33:38.332Z | Checking num_enum v0.5.11 |
2159 | 2024-12-03T22:33:38.459Z | Compiling dropshot_endpoint v0.13.0 |
2160 | 2024-12-03T22:33:38.514Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2161 | 2024-12-03T22:33:38.587Z | Checking typify-impl v0.2.0 |
2162 | 2024-12-03T22:33:39.115Z | Checking cstr-argument v0.1.2 |
2163 | 2024-12-03T22:33:39.269Z | Checking instant v0.1.13 |
2164 | 2024-12-03T22:33:39.373Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-12-03T22:33:39.509Z | Checking fastrand v2.1.1 |
2166 | 2024-12-03T22:33:39.596Z | Checking base64 v0.21.7 |
2167 | 2024-12-03T22:33:39.801Z | Checking pretty-hex v0.2.1 |
2168 | 2024-12-03T22:33:39.825Z | Checking tempfile v3.13.0 |
2169 | 2024-12-03T22:33:39.946Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2170 | 2024-12-03T22:33:40.004Z | Checking backoff v0.4.0 |
2171 | 2024-12-03T22:33:40.125Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2172 | 2024-12-03T22:33:40.177Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-12-03T22:33:40.259Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2174 | 2024-12-03T22:33:40.377Z | Checking tokio-tungstenite v0.21.0 |
2175 | 2024-12-03T22:33:40.460Z | Checking strum v0.26.3 |
2176 | 2024-12-03T22:33:40.484Z | Compiling zone_cfg_derive v0.1.2 |
2177 | 2024-12-03T22:33:40.558Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-12-03T22:33:40.609Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2179 | 2024-12-03T22:33:40.793Z | Checking slog-stdlog v4.1.1 |
2180 | 2024-12-03T22:33:40.871Z | Compiling darling_macro v0.20.10 |
2181 | 2024-12-03T22:33:40.957Z | Checking regress v0.9.1 |
2182 | 2024-12-03T22:33:40.981Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2183 | 2024-12-03T22:33:41.106Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2184 | 2024-12-03T22:33:41.181Z | Checking colored v2.1.0 |
2185 | 2024-12-03T22:33:41.344Z | Checking macaddr v1.0.1 |
2186 | 2024-12-03T22:33:41.442Z | Checking base64 v0.13.1 |
2187 | 2024-12-03T22:33:41.648Z | Compiling darling v0.20.10 |
2188 | 2024-12-03T22:33:41.689Z | Checking zone v0.1.8 |
2189 | 2024-12-03T22:33:41.757Z | Compiling serde_with_macros v3.11.0 |
2190 | 2024-12-03T22:33:41.790Z | Checking ron v0.7.1 |
2191 | 2024-12-03T22:33:41.819Z | Checking parse-display v0.10.0 |
2192 | 2024-12-03T22:33:42.004Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2193 | 2024-12-03T22:33:42.253Z | Checking xz2 v0.1.7 |
2194 | 2024-12-03T22:33:42.397Z | Checking slog-envlogger v2.2.0 |
2195 | 2024-12-03T22:33:42.510Z | Checking tabwriter v1.4.0 |
2196 | 2024-12-03T22:33:42.593Z | Checking xattr v1.3.1 |
2197 | 2024-12-03T22:33:42.716Z | Checking pem v3.0.4 |
2198 | 2024-12-03T22:33:42.740Z | Checking yasna v0.5.2 |
2199 | 2024-12-03T22:33:42.769Z | Checking headers-core v0.3.0 |
2200 | 2024-12-03T22:33:42.896Z | Checking smf v0.2.3 |
2201 | 2024-12-03T22:33:42.941Z | Checking filetime v0.2.25 |
2202 | 2024-12-03T22:33:43.122Z | Checking same-file v1.0.6 |
2203 | 2024-12-03T22:33:43.254Z | Checking tar v0.4.42 |
2204 | 2024-12-03T22:33:43.278Z | Checking walkdir v2.5.0 |
2205 | 2024-12-03T22:33:43.302Z | Checking headers v0.4.0 |
2206 | 2024-12-03T22:33:43.456Z | Checking rcgen v0.12.1 |
2207 | 2024-12-03T22:33:43.508Z | Checking camino-tempfile v1.1.1 |
2208 | 2024-12-03T22:33:43.618Z | Checking atomicwrites v0.4.4 |
2209 | 2024-12-03T22:33:43.742Z | Checking subprocess v0.2.9 |
2210 | 2024-12-03T22:33:44.060Z | Checking serde_with v3.11.0 |
2211 | 2024-12-03T22:33:48.611Z | Compiling typify-macro v0.2.0 |
2212 | 2024-12-03T22:33:50.951Z | Compiling typify v0.2.0 |
2213 | 2024-12-03T22:33:51.040Z | Compiling progenitor-impl v0.8.0 |
2214 | 2024-12-03T22:33:55.298Z | Compiling progenitor-macro v0.8.0 |
2215 | 2024-12-03T22:34:01.435Z | Checking progenitor v0.8.0 |
2216 | 2024-12-03T22:34:01.627Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2217 | 2024-12-03T22:34:01.627Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2024-12-03T22:34:04.970Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2219 | 2024-12-03T22:34:05.367Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2220 | 2024-12-03T22:34:13.168Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2221 | 2024-12-03T22:34:15.176Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2222 | 2024-12-03T22:34:16.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.73s |
2223 | 2024-12-03T22:34:16.879Z | |
2224 | 2024-12-03T22:34:16.879Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2225 | 2024-12-03T22:34:17.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-12-03T22:34:17.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-12-03T22:34:17.710Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2228 | 2024-12-03T22:34:19.335Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
2229 | 2024-12-03T22:34:19.478Z | |
2230 | 2024-12-03T22:34:19.478Z | info: running `cargo check --bins` on nexus-config (31/173) |
2231 | 2024-12-03T22:34:20.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-12-03T22:34:20.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-12-03T22:34:20.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-12-03T22:34:20.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2235 | 2024-12-03T22:34:20.257Z | |
2236 | 2024-12-03T22:34:20.257Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2237 | 2024-12-03T22:34:20.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-12-03T22:34:20.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-12-03T22:34:20.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-12-03T22:34:20.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2241 | 2024-12-03T22:34:21.029Z | |
2242 | 2024-12-03T22:34:21.029Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2243 | 2024-12-03T22:34:21.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-12-03T22:34:21.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-12-03T22:34:21.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-12-03T22:34:21.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2247 | 2024-12-03T22:34:21.811Z | |
2248 | 2024-12-03T22:34:21.811Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2249 | 2024-12-03T22:34:22.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-12-03T22:34:22.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-12-03T22:34:22.679Z | Compiling zerocopy v0.8.10 |
2252 | 2024-12-03T22:34:22.680Z | Compiling progenitor-client v0.8.0 |
2253 | 2024-12-03T22:34:22.680Z | Compiling itertools v0.13.0 |
2254 | 2024-12-03T22:34:22.704Z | Compiling zerocopy-derive v0.8.10 |
2255 | 2024-12-03T22:34:22.704Z | Compiling heapless v0.8.0 |
2256 | 2024-12-03T22:34:22.704Z | Compiling newtype-uuid v1.1.3 |
2257 | 2024-12-03T22:34:22.704Z | Compiling ipnetwork v0.20.0 |
2258 | 2024-12-03T22:34:22.704Z | Checking hash32 v0.3.1 |
2259 | 2024-12-03T22:34:22.953Z | Compiling instant v0.1.13 |
2260 | 2024-12-03T22:34:22.977Z | Compiling smoltcp v0.11.0 |
2261 | 2024-12-03T22:34:23.091Z | Compiling progenitor v0.8.0 |
2262 | 2024-12-03T22:34:23.151Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2263 | 2024-12-03T22:34:23.318Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2264 | 2024-12-03T22:34:23.554Z | Compiling backoff v0.4.0 |
2265 | 2024-12-03T22:34:23.607Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2266 | 2024-12-03T22:34:23.631Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2267 | 2024-12-03T22:34:23.793Z | Compiling dropshot v0.13.0 |
2268 | 2024-12-03T22:34:23.825Z | Compiling serde_with v3.11.0 |
2269 | 2024-12-03T22:34:23.849Z | Compiling parse-display v0.10.0 |
2270 | 2024-12-03T22:34:23.942Z | Checking num-rational v0.4.2 |
2271 | 2024-12-03T22:34:24.330Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2272 | 2024-12-03T22:34:24.471Z | Compiling regress v0.9.1 |
2273 | 2024-12-03T22:34:24.495Z | Compiling phf_generator v0.11.2 |
2274 | 2024-12-03T22:34:24.651Z | Checking num-complex v0.4.6 |
2275 | 2024-12-03T22:34:25.441Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2276 | 2024-12-03T22:34:25.905Z | Compiling macaddr v1.0.1 |
2277 | 2024-12-03T22:34:26.225Z | Checking cobs v0.2.3 |
2278 | 2024-12-03T22:34:26.297Z | Compiling num v0.4.3 |
2279 | 2024-12-03T22:34:26.395Z | Checking postcard v1.0.10 |
2280 | 2024-12-03T22:34:26.516Z | Compiling phf_codegen v0.11.2 |
2281 | 2024-12-03T22:34:26.928Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2024-12-03T22:34:27.075Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2283 | 2024-12-03T22:34:27.370Z | Checking float-ord v0.3.2 |
2284 | 2024-12-03T22:34:27.504Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2285 | 2024-12-03T22:34:27.751Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2024-12-03T22:34:27.810Z | Compiling convert_case v0.4.0 |
2287 | 2024-12-03T22:34:28.607Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2288 | 2024-12-03T22:34:28.678Z | Compiling chrono-tz-build v0.4.0 |
2289 | 2024-12-03T22:34:28.731Z | Compiling derive_more v0.99.18 |
2290 | 2024-12-03T22:34:29.438Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2291 | 2024-12-03T22:34:29.913Z | Compiling thiserror v2.0.3 |
2292 | 2024-12-03T22:34:29.951Z | Compiling crucible-workspace-hack v0.1.0 |
2293 | 2024-12-03T22:34:30.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2294 | 2024-12-03T22:34:30.194Z | Compiling chrono-tz v0.10.0 |
2295 | 2024-12-03T22:34:30.464Z | Checking newline-converter v0.3.0 |
2296 | 2024-12-03T22:34:30.605Z | Checking prettyplease v0.2.25 |
2297 | 2024-12-03T22:34:30.763Z | Compiling thiserror-impl v2.0.3 |
2298 | 2024-12-03T22:34:30.788Z | Compiling slog-dtrace v0.3.0 |
2299 | 2024-12-03T22:34:31.022Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2300 | 2024-12-03T22:34:31.114Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2301 | 2024-12-03T22:34:31.523Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2302 | 2024-12-03T22:34:31.727Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2024-12-03T22:34:31.929Z | Checking expectorate v1.1.0 |
2304 | 2024-12-03T22:34:32.081Z | Compiling zone_cfg_derive v0.3.0 |
2305 | 2024-12-03T22:34:32.189Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2306 | 2024-12-03T22:34:32.355Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2024-12-03T22:34:33.079Z | Compiling const_format_proc_macros v0.2.33 |
2308 | 2024-12-03T22:34:33.244Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2309 | 2024-12-03T22:34:33.268Z | Compiling num-derive v0.4.2 |
2310 | 2024-12-03T22:34:33.506Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2311 | 2024-12-03T22:34:33.760Z | Checking highway v1.2.0 |
2312 | 2024-12-03T22:34:34.111Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2313 | 2024-12-03T22:34:34.194Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2314 | 2024-12-03T22:34:34.365Z | Checking zone v0.3.0 |
2315 | 2024-12-03T22:34:34.619Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2316 | 2024-12-03T22:34:34.643Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2317 | 2024-12-03T22:34:34.799Z | Checking const_format v0.2.33 |
2318 | 2024-12-03T22:34:34.986Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2319 | 2024-12-03T22:34:35.080Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-12-03T22:34:35.201Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-03T22:34:35.390Z | Checking gethostname v0.5.0 |
2322 | 2024-12-03T22:34:35.479Z | Checking bcs v0.1.6 |
2323 | 2024-12-03T22:34:35.503Z | Compiling async-recursion v1.1.1 |
2324 | 2024-12-03T22:34:36.155Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2325 | 2024-12-03T22:34:37.131Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2326 | 2024-12-03T22:34:42.883Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2327 | 2024-12-03T22:34:46.624Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2328 | 2024-12-03T22:34:49.934Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2329 | 2024-12-03T22:34:51.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.66s |
2330 | 2024-12-03T22:34:51.624Z | |
2331 | 2024-12-03T22:34:51.624Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2332 | 2024-12-03T22:34:52.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2333 | 2024-12-03T22:34:52.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2334 | 2024-12-03T22:34:52.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2335 | 2024-12-03T22:34:52.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2336 | 2024-12-03T22:34:52.452Z | |
2337 | 2024-12-03T22:34:52.452Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2338 | 2024-12-03T22:34:53.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2339 | 2024-12-03T22:34:53.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2340 | 2024-12-03T22:34:53.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2341 | 2024-12-03T22:34:53.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2342 | 2024-12-03T22:34:53.238Z | |
2343 | 2024-12-03T22:34:53.238Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2344 | 2024-12-03T22:34:53.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2345 | 2024-12-03T22:34:53.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2346 | 2024-12-03T22:34:54.061Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2024-12-03T22:34:54.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
2348 | 2024-12-03T22:34:54.909Z | |
2349 | 2024-12-03T22:34:54.909Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2350 | 2024-12-03T22:34:55.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2351 | 2024-12-03T22:34:55.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2352 | 2024-12-03T22:34:55.816Z | Compiling cfg_aliases v0.1.1 |
2353 | 2024-12-03T22:34:55.816Z | Compiling vte_generate_state_changes v0.1.2 |
2354 | 2024-12-03T22:34:55.816Z | Checking fd-lock v4.0.2 |
2355 | 2024-12-03T22:34:55.840Z | Checking nibble_vec v0.1.0 |
2356 | 2024-12-03T22:34:55.840Z | Checking bytecount v0.6.8 |
2357 | 2024-12-03T22:34:55.840Z | Checking endian-type v0.1.2 |
2358 | 2024-12-03T22:34:55.864Z | Compiling tabled_derive v0.7.0 |
2359 | 2024-12-03T22:34:55.922Z | Compiling peg-macros v0.8.4 |
2360 | 2024-12-03T22:34:55.948Z | Compiling nix v0.28.0 |
2361 | 2024-12-03T22:34:56.015Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2362 | 2024-12-03T22:34:56.040Z | Checking papergrid v0.11.0 |
2363 | 2024-12-03T22:34:56.065Z | Compiling sqlparser_derive v0.2.2 |
2364 | 2024-12-03T22:34:56.088Z | Checking radix_trie v0.2.1 |
2365 | 2024-12-03T22:34:56.384Z | Checking vte v0.11.1 |
2366 | 2024-12-03T22:34:56.436Z | Checking nu-ansi-term v0.50.1 |
2367 | 2024-12-03T22:34:56.777Z | Checking unicode_categories v0.1.1 |
2368 | 2024-12-03T22:34:56.947Z | Checking home v0.5.9 |
2369 | 2024-12-03T22:34:56.972Z | Checking sqlparser v0.45.0 |
2370 | 2024-12-03T22:34:57.029Z | Checking sqlformat v0.2.6 |
2371 | 2024-12-03T22:34:57.103Z | Checking display-error-chain v0.2.2 |
2372 | 2024-12-03T22:34:57.459Z | Checking strip-ansi-escapes v0.2.0 |
2373 | 2024-12-03T22:34:57.590Z | Checking reedline v0.35.0 |
2374 | 2024-12-03T22:34:57.806Z | Checking tabled v0.15.0 |
2375 | 2024-12-03T22:34:58.260Z | Checking peg v0.8.4 |
2376 | 2024-12-03T22:34:58.649Z | Checking rustyline v14.0.0 |
2377 | 2024-12-03T22:35:09.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
2378 | 2024-12-03T22:35:09.569Z | |
2379 | 2024-12-03T22:35:09.569Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2380 | 2024-12-03T22:35:10.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2024-12-03T22:35:10.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2024-12-03T22:35:10.444Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2383 | 2024-12-03T22:35:16.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.10s |
2384 | 2024-12-03T22:35:16.834Z | |
2385 | 2024-12-03T22:35:16.834Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2386 | 2024-12-03T22:35:17.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2387 | 2024-12-03T22:35:17.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2388 | 2024-12-03T22:35:17.707Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2389 | 2024-12-03T22:35:22.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
2390 | 2024-12-03T22:35:22.470Z | |
2391 | 2024-12-03T22:35:22.470Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2392 | 2024-12-03T22:35:23.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2393 | 2024-12-03T22:35:23.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2394 | 2024-12-03T22:35:23.332Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2395 | 2024-12-03T22:35:29.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s |
2396 | 2024-12-03T22:35:29.358Z | |
2397 | 2024-12-03T22:35:29.358Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2398 | 2024-12-03T22:35:30.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2399 | 2024-12-03T22:35:30.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2400 | 2024-12-03T22:35:30.249Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2401 | 2024-12-03T22:35:36.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.83s |
2402 | 2024-12-03T22:35:36.350Z | |
2403 | 2024-12-03T22:35:36.350Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2404 | 2024-12-03T22:35:37.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2405 | 2024-12-03T22:35:37.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2406 | 2024-12-03T22:35:37.240Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2407 | 2024-12-03T22:35:42.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2408 | 2024-12-03T22:35:42.274Z | |
2409 | 2024-12-03T22:35:42.274Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2410 | 2024-12-03T22:35:43.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2411 | 2024-12-03T22:35:43.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2412 | 2024-12-03T22:35:43.154Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2413 | 2024-12-03T22:35:48.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2414 | 2024-12-03T22:35:48.319Z | |
2415 | 2024-12-03T22:35:48.319Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2416 | 2024-12-03T22:35:49.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2417 | 2024-12-03T22:35:49.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2418 | 2024-12-03T22:35:49.239Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2419 | 2024-12-03T22:35:55.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s |
2420 | 2024-12-03T22:35:55.444Z | |
2421 | 2024-12-03T22:35:55.444Z | info: running `cargo check --bins` on oximeter (46/173) |
2422 | 2024-12-03T22:35:56.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2024-12-03T22:35:56.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2024-12-03T22:35:56.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2425 | 2024-12-03T22:35:56.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2426 | 2024-12-03T22:35:56.250Z | |
2427 | 2024-12-03T22:35:56.250Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2428 | 2024-12-03T22:35:56.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2024-12-03T22:35:56.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2024-12-03T22:35:56.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2024-12-03T22:35:56.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2432 | 2024-12-03T22:35:57.029Z | |
2433 | 2024-12-03T22:35:57.029Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2434 | 2024-12-03T22:35:57.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2024-12-03T22:35:57.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2024-12-03T22:35:57.846Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2437 | 2024-12-03T22:35:58.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2438 | 2024-12-03T22:35:58.444Z | |
2439 | 2024-12-03T22:35:58.444Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2440 | 2024-12-03T22:35:59.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2024-12-03T22:35:59.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2024-12-03T22:35:59.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2024-12-03T22:35:59.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2444 | 2024-12-03T22:35:59.265Z | |
2445 | 2024-12-03T22:35:59.265Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2446 | 2024-12-03T22:35:59.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2024-12-03T22:35:59.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2024-12-03T22:35:59.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2449 | 2024-12-03T22:35:59.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2450 | 2024-12-03T22:36:00.065Z | |
2451 | 2024-12-03T22:36:00.065Z | info: running `cargo check --bins` on oxql-types (51/173) |
2452 | 2024-12-03T22:36:00.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2453 | 2024-12-03T22:36:00.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2454 | 2024-12-03T22:36:00.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2455 | 2024-12-03T22:36:00.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2456 | 2024-12-03T22:36:00.872Z | |
2457 | 2024-12-03T22:36:00.872Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2458 | 2024-12-03T22:36:01.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2459 | 2024-12-03T22:36:01.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2460 | 2024-12-03T22:36:01.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2461 | 2024-12-03T22:36:01.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2462 | 2024-12-03T22:36:01.702Z | |
2463 | 2024-12-03T22:36:01.702Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2464 | 2024-12-03T22:36:02.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2465 | 2024-12-03T22:36:02.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2466 | 2024-12-03T22:36:02.432Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2467 | 2024-12-03T22:36:02.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2468 | 2024-12-03T22:36:02.508Z | |
2469 | 2024-12-03T22:36:02.508Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2470 | 2024-12-03T22:36:03.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2471 | 2024-12-03T22:36:03.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2472 | 2024-12-03T22:36:03.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2473 | 2024-12-03T22:36:03.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2474 | 2024-12-03T22:36:03.327Z | |
2475 | 2024-12-03T22:36:03.327Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2476 | 2024-12-03T22:36:04.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2477 | 2024-12-03T22:36:04.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2478 | 2024-12-03T22:36:04.055Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2479 | 2024-12-03T22:36:04.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2480 | 2024-12-03T22:36:04.127Z | |
2481 | 2024-12-03T22:36:04.127Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2482 | 2024-12-03T22:36:04.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2483 | 2024-12-03T22:36:04.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2484 | 2024-12-03T22:36:04.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2485 | 2024-12-03T22:36:04.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2486 | 2024-12-03T22:36:04.952Z | |
2487 | 2024-12-03T22:36:04.952Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2488 | 2024-12-03T22:36:05.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2489 | 2024-12-03T22:36:05.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2490 | 2024-12-03T22:36:05.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2491 | 2024-12-03T22:36:05.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2492 | 2024-12-03T22:36:05.781Z | |
2493 | 2024-12-03T22:36:05.781Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2494 | 2024-12-03T22:36:06.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2495 | 2024-12-03T22:36:06.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2496 | 2024-12-03T22:36:06.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2497 | 2024-12-03T22:36:06.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2498 | 2024-12-03T22:36:06.576Z | |
2499 | 2024-12-03T22:36:06.576Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2500 | 2024-12-03T22:36:07.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2501 | 2024-12-03T22:36:07.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2502 | 2024-12-03T22:36:07.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2503 | 2024-12-03T22:36:07.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2504 | 2024-12-03T22:36:07.406Z | |
2505 | 2024-12-03T22:36:07.406Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2506 | 2024-12-03T22:36:08.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2507 | 2024-12-03T22:36:08.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2508 | 2024-12-03T22:36:08.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2509 | 2024-12-03T22:36:08.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2510 | 2024-12-03T22:36:08.233Z | |
2511 | 2024-12-03T22:36:08.233Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2512 | 2024-12-03T22:36:08.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2513 | 2024-12-03T22:36:08.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2514 | 2024-12-03T22:36:08.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2515 | 2024-12-03T22:36:08.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2516 | 2024-12-03T22:36:09.053Z | |
2517 | 2024-12-03T22:36:09.053Z | info: running `cargo check --bins` on dpd-client (62/173) |
2518 | 2024-12-03T22:36:09.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2519 | 2024-12-03T22:36:09.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2520 | 2024-12-03T22:36:09.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2521 | 2024-12-03T22:36:09.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2522 | 2024-12-03T22:36:09.862Z | |
2523 | 2024-12-03T22:36:09.862Z | info: running `cargo check --bins` on gateway-client (63/173) |
2524 | 2024-12-03T22:36:10.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2525 | 2024-12-03T22:36:10.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2526 | 2024-12-03T22:36:10.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2527 | 2024-12-03T22:36:10.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2528 | 2024-12-03T22:36:10.673Z | |
2529 | 2024-12-03T22:36:10.673Z | info: running `cargo check --bins` on installinator-client (64/173) |
2530 | 2024-12-03T22:36:11.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2531 | 2024-12-03T22:36:11.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2532 | 2024-12-03T22:36:11.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2533 | 2024-12-03T22:36:11.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2534 | 2024-12-03T22:36:11.498Z | |
2535 | 2024-12-03T22:36:11.498Z | info: running `cargo check --bins` on installinator-common (65/173) |
2536 | 2024-12-03T22:36:12.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2537 | 2024-12-03T22:36:12.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2538 | 2024-12-03T22:36:12.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2539 | 2024-12-03T22:36:12.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2540 | 2024-12-03T22:36:12.321Z | |
2541 | 2024-12-03T22:36:12.321Z | info: running `cargo check --bins` on update-engine (66/173) |
2542 | 2024-12-03T22:36:13.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2543 | 2024-12-03T22:36:13.032Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2544 | 2024-12-03T22:36:13.032Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2545 | 2024-12-03T22:36:13.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2546 | 2024-12-03T22:36:13.120Z | |
2547 | 2024-12-03T22:36:13.120Z | info: running `cargo check --bins` on nexus-client (67/173) |
2548 | 2024-12-03T22:36:13.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2549 | 2024-12-03T22:36:13.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2550 | 2024-12-03T22:36:13.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2551 | 2024-12-03T22:36:13.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2552 | 2024-12-03T22:36:13.951Z | |
2553 | 2024-12-03T22:36:13.951Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2554 | 2024-12-03T22:36:14.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2555 | 2024-12-03T22:36:14.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2556 | 2024-12-03T22:36:14.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2557 | 2024-12-03T22:36:14.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2558 | 2024-12-03T22:36:14.784Z | |
2559 | 2024-12-03T22:36:14.784Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2560 | 2024-12-03T22:36:15.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2561 | 2024-12-03T22:36:15.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2562 | 2024-12-03T22:36:15.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2563 | 2024-12-03T22:36:15.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2564 | 2024-12-03T22:36:15.597Z | |
2565 | 2024-12-03T22:36:15.597Z | info: running `cargo check --bins` on nexus-types (70/173) |
2566 | 2024-12-03T22:36:16.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2567 | 2024-12-03T22:36:16.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2568 | 2024-12-03T22:36:16.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2569 | 2024-12-03T22:36:16.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2570 | 2024-12-03T22:36:16.470Z | |
2571 | 2024-12-03T22:36:16.470Z | info: running `cargo check --bins` on oxide-client (71/173) |
2572 | 2024-12-03T22:36:17.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2573 | 2024-12-03T22:36:17.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2574 | 2024-12-03T22:36:17.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2575 | 2024-12-03T22:36:17.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2576 | 2024-12-03T22:36:17.290Z | |
2577 | 2024-12-03T22:36:17.290Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2578 | 2024-12-03T22:36:18.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2579 | 2024-12-03T22:36:18.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2580 | 2024-12-03T22:36:18.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2581 | 2024-12-03T22:36:18.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2582 | 2024-12-03T22:36:18.126Z | |
2583 | 2024-12-03T22:36:18.127Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2584 | 2024-12-03T22:36:18.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2585 | 2024-12-03T22:36:18.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2586 | 2024-12-03T22:36:18.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2587 | 2024-12-03T22:36:18.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2588 | 2024-12-03T22:36:18.951Z | |
2589 | 2024-12-03T22:36:18.952Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2590 | 2024-12-03T22:36:19.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2591 | 2024-12-03T22:36:19.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2592 | 2024-12-03T22:36:19.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2593 | 2024-12-03T22:36:19.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2594 | 2024-12-03T22:36:19.809Z | |
2595 | 2024-12-03T22:36:19.809Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2596 | 2024-12-03T22:36:20.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2597 | 2024-12-03T22:36:20.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2598 | 2024-12-03T22:36:20.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2599 | 2024-12-03T22:36:20.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2600 | 2024-12-03T22:36:20.701Z | |
2601 | 2024-12-03T22:36:20.702Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2602 | 2024-12-03T22:36:21.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2603 | 2024-12-03T22:36:21.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2604 | 2024-12-03T22:36:21.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2605 | 2024-12-03T22:36:21.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2606 | 2024-12-03T22:36:21.592Z | |
2607 | 2024-12-03T22:36:21.592Z | info: running `cargo check --bins` on wicket-common (77/173) |
2608 | 2024-12-03T22:36:22.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2609 | 2024-12-03T22:36:22.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2610 | 2024-12-03T22:36:22.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2611 | 2024-12-03T22:36:22.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2612 | 2024-12-03T22:36:22.439Z | |
2613 | 2024-12-03T22:36:22.439Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2614 | 2024-12-03T22:36:23.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2615 | 2024-12-03T22:36:23.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2616 | 2024-12-03T22:36:23.307Z | Checking csv-core v0.1.11 |
2617 | 2024-12-03T22:36:23.307Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2618 | 2024-12-03T22:36:23.331Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2619 | 2024-12-03T22:36:23.603Z | Checking csv v1.3.0 |
2620 | 2024-12-03T22:36:23.627Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2621 | 2024-12-03T22:36:24.297Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2622 | 2024-12-03T22:36:24.727Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2623 | 2024-12-03T22:36:26.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.79s |
2624 | 2024-12-03T22:36:26.412Z | |
2625 | 2024-12-03T22:36:26.412Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2626 | 2024-12-03T22:36:27.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2627 | 2024-12-03T22:36:27.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2628 | 2024-12-03T22:36:27.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2629 | 2024-12-03T22:36:27.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2630 | 2024-12-03T22:36:27.270Z | |
2631 | 2024-12-03T22:36:27.270Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2632 | 2024-12-03T22:36:28.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2633 | 2024-12-03T22:36:28.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2634 | 2024-12-03T22:36:28.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2635 | 2024-12-03T22:36:28.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2636 | 2024-12-03T22:36:28.103Z | |
2637 | 2024-12-03T22:36:28.103Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2638 | 2024-12-03T22:36:28.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-12-03T22:36:28.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-12-03T22:36:28.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-12-03T22:36:28.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2642 | 2024-12-03T22:36:29.045Z | |
2643 | 2024-12-03T22:36:29.045Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2644 | 2024-12-03T22:36:29.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-12-03T22:36:29.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-12-03T22:36:29.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-12-03T22:36:29.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2648 | 2024-12-03T22:36:29.982Z | |
2649 | 2024-12-03T22:36:29.982Z | info: running `cargo check --bins` on dns-server (83/173) |
2650 | 2024-12-03T22:36:30.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-12-03T22:36:30.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-12-03T22:36:30.834Z | Compiling parking_lot_core v0.8.6 |
2653 | 2024-12-03T22:36:30.834Z | Checking fxhash v0.2.1 |
2654 | 2024-12-03T22:36:30.858Z | Checking hickory-server v0.24.1 |
2655 | 2024-12-03T22:36:30.858Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2656 | 2024-12-03T22:36:30.858Z | Checking hickory-client v0.24.1 |
2657 | 2024-12-03T22:36:31.531Z | Checking parking_lot v0.11.2 |
2658 | 2024-12-03T22:36:31.717Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2659 | 2024-12-03T22:36:31.717Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2660 | 2024-12-03T22:36:31.822Z | Checking sled v0.34.7 |
2661 | 2024-12-03T22:36:34.001Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2662 | 2024-12-03T22:36:35.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2663 | 2024-12-03T22:36:35.752Z | |
2664 | 2024-12-03T22:36:35.752Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2665 | 2024-12-03T22:36:36.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2666 | 2024-12-03T22:36:36.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2667 | 2024-12-03T22:36:36.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2668 | 2024-12-03T22:36:36.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2669 | 2024-12-03T22:36:36.582Z | |
2670 | 2024-12-03T22:36:36.582Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2671 | 2024-12-03T22:36:37.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2672 | 2024-12-03T22:36:37.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2673 | 2024-12-03T22:36:37.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2674 | 2024-12-03T22:36:37.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2675 | 2024-12-03T22:36:37.457Z | |
2676 | 2024-12-03T22:36:37.457Z | info: running `cargo check --bins` on gateway-types (86/173) |
2677 | 2024-12-03T22:36:38.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2678 | 2024-12-03T22:36:38.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2679 | 2024-12-03T22:36:38.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2680 | 2024-12-03T22:36:38.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2681 | 2024-12-03T22:36:38.264Z | |
2682 | 2024-12-03T22:36:38.264Z | info: running `cargo check --bins` on ipcc (87/173) |
2683 | 2024-12-03T22:36:38.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2684 | 2024-12-03T22:36:38.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2685 | 2024-12-03T22:36:38.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2686 | 2024-12-03T22:36:38.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2687 | 2024-12-03T22:36:39.069Z | |
2688 | 2024-12-03T22:36:39.069Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2689 | 2024-12-03T22:36:39.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2690 | 2024-12-03T22:36:39.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2691 | 2024-12-03T22:36:40.004Z | Compiling semver v0.1.20 |
2692 | 2024-12-03T22:36:40.004Z | Compiling radium v0.7.0 |
2693 | 2024-12-03T22:36:40.028Z | Compiling maybe-uninit v2.0.0 |
2694 | 2024-12-03T22:36:40.052Z | Checking tap v1.0.1 |
2695 | 2024-12-03T22:36:40.076Z | Checking password-hash v0.5.0 |
2696 | 2024-12-03T22:36:40.100Z | Checking blake2 v0.10.6 |
2697 | 2024-12-03T22:36:40.100Z | Compiling owo-colors v4.1.0 |
2698 | 2024-12-03T22:36:40.100Z | Checking crc-catalog v2.4.0 |
2699 | 2024-12-03T22:36:40.180Z | Checking wyz v0.5.1 |
2700 | 2024-12-03T22:36:40.253Z | Checking funty v2.0.0 |
2701 | 2024-12-03T22:36:40.339Z | Compiling rustc_version v0.1.7 |
2702 | 2024-12-03T22:36:40.503Z | Compiling packed_struct v0.10.1 |
2703 | 2024-12-03T22:36:40.540Z | Compiling cancel-safe-futures v0.1.5 |
2704 | 2024-12-03T22:36:40.564Z | Checking argon2 v0.5.3 |
2705 | 2024-12-03T22:36:40.648Z | Checking crc v3.2.1 |
2706 | 2024-12-03T22:36:40.693Z | Compiling packed_struct_codegen v0.10.1 |
2707 | 2024-12-03T22:36:40.791Z | Compiling newtype_derive v0.1.6 |
2708 | 2024-12-03T22:36:40.817Z | Checking half v2.4.1 |
2709 | 2024-12-03T22:36:40.865Z | Compiling indexmap v1.9.3 |
2710 | 2024-12-03T22:36:40.922Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-12-03T22:36:41.011Z | Checking nodrop v0.1.14 |
2712 | 2024-12-03T22:36:41.035Z | Checking bitvec v1.0.1 |
2713 | 2024-12-03T22:36:41.125Z | Checking ciborium-io v0.2.2 |
2714 | 2024-12-03T22:36:41.163Z | Checking array-init v0.0.4 |
2715 | 2024-12-03T22:36:41.187Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2716 | 2024-12-03T22:36:41.252Z | Checking ciborium-ll v0.2.2 |
2717 | 2024-12-03T22:36:41.278Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2718 | 2024-12-03T22:36:41.307Z | Checking smallvec v0.6.14 |
2719 | 2024-12-03T22:36:41.514Z | Checking libsw v3.3.1 |
2720 | 2024-12-03T22:36:41.620Z | Compiling memoffset v0.9.1 |
2721 | 2024-12-03T22:36:41.645Z | Checking swrite v0.1.0 |
2722 | 2024-12-03T22:36:41.739Z | Checking hashbrown v0.12.3 |
2723 | 2024-12-03T22:36:41.763Z | Checking termcolor v1.4.1 |
2724 | 2024-12-03T22:36:41.866Z | Checking linear-map v1.2.0 |
2725 | 2024-12-03T22:36:41.902Z | Checking indent_write v2.2.0 |
2726 | 2024-12-03T22:36:41.995Z | Checking bitfield v0.14.0 |
2727 | 2024-12-03T22:36:42.082Z | Checking ron v0.8.1 |
2728 | 2024-12-03T22:36:42.121Z | Checking env_logger v0.10.2 |
2729 | 2024-12-03T22:36:42.158Z | Checking serde-hex v0.1.0 |
2730 | 2024-12-03T22:36:42.220Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2731 | 2024-12-03T22:36:42.614Z | Checking ciborium v0.2.2 |
2732 | 2024-12-03T22:36:42.889Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2733 | 2024-12-03T22:36:42.924Z | Checking steno v0.4.1 |
2734 | 2024-12-03T22:36:43.207Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2735 | 2024-12-03T22:36:43.282Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2736 | 2024-12-03T22:36:43.426Z | Checking hashbrown v0.13.2 |
2737 | 2024-12-03T22:36:43.471Z | Checking humantime v2.1.0 |
2738 | 2024-12-03T22:36:43.514Z | Checking crc-any v2.5.0 |
2739 | 2024-12-03T22:36:43.727Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2740 | 2024-12-03T22:36:43.825Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2741 | 2024-12-03T22:36:44.150Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2742 | 2024-12-03T22:36:44.222Z | Checking path-slash v0.1.5 |
2743 | 2024-12-03T22:36:44.291Z | Checking object v0.30.4 |
2744 | 2024-12-03T22:36:44.353Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2745 | 2024-12-03T22:36:44.470Z | Checking nix v0.27.1 |
2746 | 2024-12-03T22:36:44.734Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2747 | 2024-12-03T22:36:45.306Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2748 | 2024-12-03T22:36:45.377Z | Checking tungstenite v0.23.0 |
2749 | 2024-12-03T22:36:45.464Z | Checking kstat-rs v0.2.4 |
2750 | 2024-12-03T22:36:45.553Z | Checking signal-hook-tokio v0.3.1 |
2751 | 2024-12-03T22:36:45.768Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2752 | 2024-12-03T22:36:46.147Z | Checking tokio-tungstenite v0.23.1 |
2753 | 2024-12-03T22:36:46.494Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-12-03T22:36:46.790Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2755 | 2024-12-03T22:36:46.949Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2756 | 2024-12-03T22:36:55.228Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2757 | 2024-12-03T22:36:56.757Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2758 | 2024-12-03T22:37:00.466Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2759 | 2024-12-03T22:37:07.676Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2760 | 2024-12-03T22:37:08.504Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2761 | 2024-12-03T22:37:12.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s |
2762 | 2024-12-03T22:37:12.191Z | |
2763 | 2024-12-03T22:37:12.191Z | info: running `cargo check --bins` on gateway-api (89/173) |
2764 | 2024-12-03T22:37:12.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-12-03T22:37:12.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-12-03T22:37:12.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2024-12-03T22:37:12.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2768 | 2024-12-03T22:37:12.980Z | |
2769 | 2024-12-03T22:37:12.980Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2770 | 2024-12-03T22:37:13.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-12-03T22:37:13.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-12-03T22:37:13.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2024-12-03T22:37:13.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2774 | 2024-12-03T22:37:13.745Z | |
2775 | 2024-12-03T22:37:13.745Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2776 | 2024-12-03T22:37:14.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-12-03T22:37:14.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-12-03T22:37:14.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-12-03T22:37:14.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2780 | 2024-12-03T22:37:14.530Z | |
2781 | 2024-12-03T22:37:14.530Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2782 | 2024-12-03T22:37:15.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-12-03T22:37:15.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-12-03T22:37:15.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-12-03T22:37:15.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2786 | 2024-12-03T22:37:15.321Z | |
2787 | 2024-12-03T22:37:15.321Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2788 | 2024-12-03T22:37:16.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-12-03T22:37:16.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-12-03T22:37:16.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-12-03T22:37:16.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2792 | 2024-12-03T22:37:16.109Z | |
2793 | 2024-12-03T22:37:16.109Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2794 | 2024-12-03T22:37:16.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-12-03T22:37:16.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-12-03T22:37:16.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2024-12-03T22:37:16.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2798 | 2024-12-03T22:37:16.902Z | |
2799 | 2024-12-03T22:37:16.902Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2800 | 2024-12-03T22:37:17.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-12-03T22:37:17.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-12-03T22:37:17.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2024-12-03T22:37:17.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2804 | 2024-12-03T22:37:17.704Z | |
2805 | 2024-12-03T22:37:17.704Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2806 | 2024-12-03T22:37:18.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2024-12-03T22:37:18.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2024-12-03T22:37:18.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2024-12-03T22:37:18.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2810 | 2024-12-03T22:37:18.495Z | |
2811 | 2024-12-03T22:37:18.495Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2812 | 2024-12-03T22:37:19.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2024-12-03T22:37:19.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2024-12-03T22:37:19.232Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2024-12-03T22:37:19.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2816 | 2024-12-03T22:37:19.309Z | |
2817 | 2024-12-03T22:37:19.309Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2818 | 2024-12-03T22:37:19.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2024-12-03T22:37:20.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2024-12-03T22:37:20.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2024-12-03T22:37:20.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2822 | 2024-12-03T22:37:20.089Z | |
2823 | 2024-12-03T22:37:20.089Z | info: running `cargo check --bins` on sp-sim (99/173) |
2824 | 2024-12-03T22:37:20.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2024-12-03T22:37:20.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2024-12-03T22:37:20.908Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2827 | 2024-12-03T22:37:23.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s |
2828 | 2024-12-03T22:37:23.224Z | |
2829 | 2024-12-03T22:37:23.224Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2830 | 2024-12-03T22:37:23.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2024-12-03T22:37:24.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2024-12-03T22:37:24.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2024-12-03T22:37:24.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2834 | 2024-12-03T22:37:24.087Z | |
2835 | 2024-12-03T22:37:24.087Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2836 | 2024-12-03T22:37:24.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2024-12-03T22:37:24.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2024-12-03T22:37:24.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2024-12-03T22:37:24.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2840 | 2024-12-03T22:37:24.948Z | |
2841 | 2024-12-03T22:37:24.948Z | info: running `cargo check --bins` on db-macros (102/173) |
2842 | 2024-12-03T22:37:25.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2024-12-03T22:37:25.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2024-12-03T22:37:25.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2024-12-03T22:37:25.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2846 | 2024-12-03T22:37:25.742Z | |
2847 | 2024-12-03T22:37:25.742Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2848 | 2024-12-03T22:37:26.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2024-12-03T22:37:26.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2024-12-03T22:37:26.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2024-12-03T22:37:26.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2852 | 2024-12-03T22:37:26.530Z | |
2853 | 2024-12-03T22:37:26.530Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2854 | 2024-12-03T22:37:27.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2024-12-03T22:37:27.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2024-12-03T22:37:27.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2024-12-03T22:37:27.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2858 | 2024-12-03T22:37:27.367Z | |
2859 | 2024-12-03T22:37:27.367Z | info: running `cargo check --bins` on authz-macros (105/173) |
2860 | 2024-12-03T22:37:28.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2024-12-03T22:37:28.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2024-12-03T22:37:28.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2024-12-03T22:37:28.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2864 | 2024-12-03T22:37:28.173Z | |
2865 | 2024-12-03T22:37:28.173Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2866 | 2024-12-03T22:37:28.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2024-12-03T22:37:28.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2024-12-03T22:37:28.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2869 | 2024-12-03T22:37:28.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2870 | 2024-12-03T22:37:29.005Z | |
2871 | 2024-12-03T22:37:29.005Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2872 | 2024-12-03T22:37:29.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-12-03T22:37:29.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-12-03T22:37:29.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-12-03T22:37:29.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2876 | 2024-12-03T22:37:29.845Z | |
2877 | 2024-12-03T22:37:29.845Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2878 | 2024-12-03T22:37:30.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-12-03T22:37:30.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-12-03T22:37:30.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-12-03T22:37:30.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2882 | 2024-12-03T22:37:30.643Z | |
2883 | 2024-12-03T22:37:30.643Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2884 | 2024-12-03T22:37:31.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-12-03T22:37:31.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-12-03T22:37:31.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-12-03T22:37:31.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2888 | 2024-12-03T22:37:31.477Z | |
2889 | 2024-12-03T22:37:31.477Z | info: running `cargo check --bins` on typed-rng (110/173) |
2890 | 2024-12-03T22:37:32.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-12-03T22:37:32.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-12-03T22:37:32.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-12-03T22:37:32.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2894 | 2024-12-03T22:37:32.250Z | |
2895 | 2024-12-03T22:37:32.250Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2896 | 2024-12-03T22:37:33.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-12-03T22:37:33.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-12-03T22:37:33.202Z | Checking keccak v0.1.5 |
2899 | 2024-12-03T22:37:33.234Z | Checking secrecy v0.8.0 |
2900 | 2024-12-03T22:37:33.234Z | Compiling unicase v2.7.0 |
2901 | 2024-12-03T22:37:33.234Z | Compiling same-file v1.0.6 |
2902 | 2024-12-03T22:37:33.268Z | Compiling tempfile v3.13.0 |
2903 | 2024-12-03T22:37:33.310Z | Compiling thiserror-impl-no-std v2.0.2 |
2904 | 2024-12-03T22:37:33.310Z | Checking universal-hash v0.5.1 |
2905 | 2024-12-03T22:37:33.334Z | Compiling ring v0.16.20 |
2906 | 2024-12-03T22:37:33.421Z | Compiling walkdir v2.5.0 |
2907 | 2024-12-03T22:37:33.478Z | Checking sha3 v0.10.8 |
2908 | 2024-12-03T22:37:33.502Z | Compiling blake3 v1.5.4 |
2909 | 2024-12-03T22:37:33.526Z | Checking opaque-debug v0.3.1 |
2910 | 2024-12-03T22:37:33.650Z | Checking poly1305 v0.8.0 |
2911 | 2024-12-03T22:37:33.721Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2912 | 2024-12-03T22:37:33.844Z | Checking chacha20 v0.9.1 |
2913 | 2024-12-03T22:37:33.956Z | Checking aead v0.5.2 |
2914 | 2024-12-03T22:37:34.060Z | Compiling memmap2 v0.9.5 |
2915 | 2024-12-03T22:37:34.060Z | Compiling salty v0.3.0 |
2916 | 2024-12-03T22:37:34.098Z | Compiling arrayvec v0.7.6 |
2917 | 2024-12-03T22:37:34.145Z | Compiling arrayref v0.3.9 |
2918 | 2024-12-03T22:37:34.169Z | Compiling constant_time_eq v0.3.1 |
2919 | 2024-12-03T22:37:34.246Z | Compiling libefi-sys v0.1.0 |
2920 | 2024-12-03T22:37:34.332Z | Compiling spin v0.5.2 |
2921 | 2024-12-03T22:37:34.455Z | Checking chacha20poly1305 v0.10.1 |
2922 | 2024-12-03T22:37:34.526Z | Compiling toolchain_find v0.4.0 |
2923 | 2024-12-03T22:37:34.550Z | Compiling camino-tempfile v1.1.1 |
2924 | 2024-12-03T22:37:34.574Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2925 | 2024-12-03T22:37:34.623Z | Compiling bitfield-struct v0.6.2 |
2926 | 2024-12-03T22:37:34.833Z | Compiling topological-sort v0.2.2 |
2927 | 2024-12-03T22:37:34.956Z | Compiling mime_guess v2.0.5 |
2928 | 2024-12-03T22:37:35.010Z | Compiling rustfmt-wrapper v0.2.1 |
2929 | 2024-12-03T22:37:35.403Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2930 | 2024-12-03T22:37:35.529Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2931 | 2024-12-03T22:37:35.643Z | Checking primeorder v0.13.6 |
2932 | 2024-12-03T22:37:35.722Z | Checking env_filter v0.1.2 |
2933 | 2024-12-03T22:37:35.788Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-03T22:37:35.824Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2935 | 2024-12-03T22:37:35.924Z | Checking env_logger v0.11.5 |
2936 | 2024-12-03T22:37:35.950Z | Checking thiserror-no-std v2.0.2 |
2937 | 2024-12-03T22:37:36.039Z | Checking p384 v0.13.0 |
2938 | 2024-12-03T22:37:36.063Z | Checking vsss-rs v3.3.4 |
2939 | 2024-12-03T22:37:36.116Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2940 | 2024-12-03T22:37:36.140Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2941 | 2024-12-03T22:37:36.327Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2024-12-03T22:37:36.351Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2943 | 2024-12-03T22:37:36.453Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2944 | 2024-12-03T22:37:36.638Z | Checking simd-adler32 v0.3.7 |
2945 | 2024-12-03T22:37:36.681Z | Checking bumpalo v3.16.0 |
2946 | 2024-12-03T22:37:36.704Z | Checking http-range v0.1.5 |
2947 | 2024-12-03T22:37:36.735Z | Compiling zip v2.1.3 |
2948 | 2024-12-03T22:37:36.866Z | Checking lockfree-object-pool v0.1.6 |
2949 | 2024-12-03T22:37:36.939Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2950 | 2024-12-03T22:37:36.968Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2951 | 2024-12-03T22:37:37.033Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2952 | 2024-12-03T22:37:37.090Z | Checking zopfli v0.8.1 |
2953 | 2024-12-03T22:37:37.206Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2954 | 2024-12-03T22:37:37.535Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2955 | 2024-12-03T22:37:37.583Z | Checking nanorand v0.7.0 |
2956 | 2024-12-03T22:37:37.650Z | Checking atty v0.2.14 |
2957 | 2024-12-03T22:37:37.673Z | Checking glob v0.3.1 |
2958 | 2024-12-03T22:37:37.762Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2959 | 2024-12-03T22:37:37.888Z | Checking flume v0.11.1 |
2960 | 2024-12-03T22:37:38.149Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2961 | 2024-12-03T22:37:38.310Z | Compiling omicron-zone-package v0.11.1 |
2962 | 2024-12-03T22:37:38.500Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2963 | 2024-12-03T22:37:38.842Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2964 | 2024-12-03T22:37:38.940Z | Checking hyper-staticfile v0.10.1 |
2965 | 2024-12-03T22:37:39.389Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2966 | 2024-12-03T22:37:39.623Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2967 | 2024-12-03T22:37:39.667Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2968 | 2024-12-03T22:37:39.745Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2969 | 2024-12-03T22:37:39.818Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2970 | 2024-12-03T22:37:40.789Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2971 | 2024-12-03T22:37:40.815Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2972 | 2024-12-03T22:37:41.177Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2973 | 2024-12-03T22:37:42.569Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2974 | 2024-12-03T22:37:44.311Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2975 | 2024-12-03T22:37:44.335Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2976 | 2024-12-03T22:37:56.660Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2977 | 2024-12-03T22:38:13.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.55s |
2978 | 2024-12-03T22:38:13.975Z | |
2979 | 2024-12-03T22:38:13.975Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2980 | 2024-12-03T22:38:14.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2024-12-03T22:38:14.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2024-12-03T22:38:14.937Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-12-03T22:38:32.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.39s |
2984 | 2024-12-03T22:38:32.547Z | |
2985 | 2024-12-03T22:38:32.547Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2986 | 2024-12-03T22:38:33.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-12-03T22:38:33.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-12-03T22:38:33.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2989 | 2024-12-03T22:38:50.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.16s |
2990 | 2024-12-03T22:38:50.894Z | |
2991 | 2024-12-03T22:38:50.894Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2992 | 2024-12-03T22:38:51.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2024-12-03T22:38:51.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2024-12-03T22:38:51.856Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-12-03T22:39:08.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.09s |
2996 | 2024-12-03T22:39:09.165Z | |
2997 | 2024-12-03T22:39:09.166Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2998 | 2024-12-03T22:39:09.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-12-03T22:39:09.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-12-03T22:39:10.115Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3001 | 2024-12-03T22:39:27.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s |
3002 | 2024-12-03T22:39:27.518Z | |
3003 | 2024-12-03T22:39:27.518Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3004 | 2024-12-03T22:39:28.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2024-12-03T22:39:28.334Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2024-12-03T22:39:28.480Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3007 | 2024-12-03T22:39:46.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.50s |
3008 | 2024-12-03T22:39:46.201Z | |
3009 | 2024-12-03T22:39:46.201Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3010 | 2024-12-03T22:39:46.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2024-12-03T22:39:46.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2024-12-03T22:39:47.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3013 | 2024-12-03T22:40:04.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.70s |
3014 | 2024-12-03T22:40:05.094Z | |
3015 | 2024-12-03T22:40:05.094Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3016 | 2024-12-03T22:40:05.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2024-12-03T22:40:05.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2024-12-03T22:40:06.049Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3019 | 2024-12-03T22:40:23.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.30s |
3020 | 2024-12-03T22:40:23.571Z | |
3021 | 2024-12-03T22:40:23.571Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3022 | 2024-12-03T22:40:24.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2024-12-03T22:40:24.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2024-12-03T22:40:24.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2024-12-03T22:40:24.340Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3026 | 2024-12-03T22:40:24.422Z | |
3027 | 2024-12-03T22:40:24.422Z | info: running `cargo check --bins` on key-manager (120/173) |
3028 | 2024-12-03T22:40:25.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2024-12-03T22:40:25.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2024-12-03T22:40:25.158Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2024-12-03T22:40:25.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3032 | 2024-12-03T22:40:25.233Z | |
3033 | 2024-12-03T22:40:25.233Z | info: running `cargo check --bins` on range-requests (121/173) |
3034 | 2024-12-03T22:40:25.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2024-12-03T22:40:25.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2024-12-03T22:40:25.950Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2024-12-03T22:40:25.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3038 | 2024-12-03T22:40:26.023Z | |
3039 | 2024-12-03T22:40:26.023Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3040 | 2024-12-03T22:40:26.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-12-03T22:40:26.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-12-03T22:40:26.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-12-03T22:40:26.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3044 | 2024-12-03T22:40:26.821Z | |
3045 | 2024-12-03T22:40:26.821Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3046 | 2024-12-03T22:40:27.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-12-03T22:40:27.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-12-03T22:40:27.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-12-03T22:40:27.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3050 | 2024-12-03T22:40:27.636Z | |
3051 | 2024-12-03T22:40:27.636Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3052 | 2024-12-03T22:40:28.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-12-03T22:40:28.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-12-03T22:40:28.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2024-12-03T22:40:28.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3056 | 2024-12-03T22:40:28.432Z | |
3057 | 2024-12-03T22:40:28.432Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3058 | 2024-12-03T22:40:29.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-12-03T22:40:29.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-12-03T22:40:29.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2024-12-03T22:40:29.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3062 | 2024-12-03T22:40:29.268Z | |
3063 | 2024-12-03T22:40:29.268Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3064 | 2024-12-03T22:40:30.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-12-03T22:40:30.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-12-03T22:40:30.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2024-12-03T22:40:30.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3068 | 2024-12-03T22:40:30.116Z | |
3069 | 2024-12-03T22:40:30.116Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3070 | 2024-12-03T22:40:30.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-12-03T22:40:30.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-12-03T22:40:30.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3073 | 2024-12-03T22:40:30.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3074 | 2024-12-03T22:40:30.974Z | |
3075 | 2024-12-03T22:40:30.974Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3076 | 2024-12-03T22:40:31.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-12-03T22:40:31.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-12-03T22:40:31.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-12-03T22:40:31.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3080 | 2024-12-03T22:40:31.801Z | |
3081 | 2024-12-03T22:40:31.801Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3082 | 2024-12-03T22:40:32.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-12-03T22:40:32.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-12-03T22:40:32.686Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3085 | 2024-12-03T22:40:32.686Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3086 | 2024-12-03T22:40:33.496Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3087 | 2024-12-03T22:40:35.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
3088 | 2024-12-03T22:40:36.113Z | |
3089 | 2024-12-03T22:40:36.113Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3090 | 2024-12-03T22:40:36.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2024-12-03T22:40:36.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2024-12-03T22:40:36.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2024-12-03T22:40:36.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3094 | 2024-12-03T22:40:36.955Z | |
3095 | 2024-12-03T22:40:36.955Z | info: running `cargo check --bins` on cert-dev (131/173) |
3096 | 2024-12-03T22:40:37.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-12-03T22:40:37.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-12-03T22:40:37.779Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3099 | 2024-12-03T22:40:38.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
3100 | 2024-12-03T22:40:38.190Z | |
3101 | 2024-12-03T22:40:38.190Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3102 | 2024-12-03T22:40:38.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2024-12-03T22:40:38.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2024-12-03T22:40:39.113Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3105 | 2024-12-03T22:40:39.113Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3106 | 2024-12-03T22:40:39.714Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3107 | 2024-12-03T22:40:40.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3108 | 2024-12-03T22:40:40.318Z | |
3109 | 2024-12-03T22:40:40.318Z | info: running `cargo check --bins` on ch-dev (133/173) |
3110 | 2024-12-03T22:40:41.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2024-12-03T22:40:41.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2024-12-03T22:40:41.174Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3113 | 2024-12-03T22:40:41.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3114 | 2024-12-03T22:40:42.120Z | |
3115 | 2024-12-03T22:40:42.120Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3116 | 2024-12-03T22:40:42.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2024-12-03T22:40:42.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2024-12-03T22:40:42.952Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3119 | 2024-12-03T22:40:43.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
3120 | 2024-12-03T22:40:43.480Z | |
3121 | 2024-12-03T22:40:43.480Z | info: running `cargo check --bins` on db-dev (135/173) |
3122 | 2024-12-03T22:40:44.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2024-12-03T22:40:44.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2024-12-03T22:40:44.328Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3125 | 2024-12-03T22:40:45.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3126 | 2024-12-03T22:40:45.290Z | |
3127 | 2024-12-03T22:40:45.290Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3128 | 2024-12-03T22:40:46.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-03T22:40:46.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-03T22:40:46.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3131 | 2024-12-03T22:40:46.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3132 | 2024-12-03T22:40:46.152Z | |
3133 | 2024-12-03T22:40:46.152Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3134 | 2024-12-03T22:40:46.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-12-03T22:40:46.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-12-03T22:40:46.954Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3137 | 2024-12-03T22:40:48.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3138 | 2024-12-03T22:40:48.164Z | |
3139 | 2024-12-03T22:40:48.164Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3140 | 2024-12-03T22:40:48.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-03T22:40:48.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-03T22:40:48.974Z | Checking cargo-platform v0.1.8 |
3143 | 2024-12-03T22:40:49.222Z | Checking cargo_metadata v0.18.1 |
3144 | 2024-12-03T22:40:50.464Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3145 | 2024-12-03T22:40:51.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s |
3146 | 2024-12-03T22:40:51.533Z | |
3147 | 2024-12-03T22:40:51.533Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3148 | 2024-12-03T22:40:52.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3149 | 2024-12-03T22:40:52.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3150 | 2024-12-03T22:40:52.481Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3151 | 2024-12-03T22:40:53.253Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3152 | 2024-12-03T22:40:53.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s |
3153 | 2024-12-03T22:40:54.118Z | |
3154 | 2024-12-03T22:40:54.118Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3155 | 2024-12-03T22:40:54.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-12-03T22:40:54.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-12-03T22:40:55.107Z | Compiling crunchy v0.2.2 |
3158 | 2024-12-03T22:40:55.107Z | Compiling tiny-keccak v2.0.2 |
3159 | 2024-12-03T22:40:55.107Z | Compiling dsl_auto_type v0.1.2 |
3160 | 2024-12-03T22:40:55.107Z | Checking scheduled-thread-pool v0.2.7 |
3161 | 2024-12-03T22:40:55.132Z | Compiling diesel_table_macro_syntax v0.2.0 |
3162 | 2024-12-03T22:40:55.132Z | Compiling ascii-canvas v3.0.0 |
3163 | 2024-12-03T22:40:55.156Z | Compiling ena v0.14.3 |
3164 | 2024-12-03T22:40:55.156Z | Compiling diff v0.1.13 |
3165 | 2024-12-03T22:40:55.441Z | Compiling regex-syntax v0.6.29 |
3166 | 2024-12-03T22:40:55.468Z | Checking r2d2 v0.8.10 |
3167 | 2024-12-03T22:40:55.551Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3168 | 2024-12-03T22:40:55.666Z | Compiling ref-cast v1.0.23 |
3169 | 2024-12-03T22:40:55.726Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3170 | 2024-12-03T22:40:55.751Z | Compiling derive_builder_core v0.20.2 |
3171 | 2024-12-03T22:40:55.776Z | Compiling libxml v0.3.3 |
3172 | 2024-12-03T22:40:55.801Z | Compiling ref-cast-impl v1.0.23 |
3173 | 2024-12-03T22:40:55.950Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3174 | 2024-12-03T22:40:56.150Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3175 | 2024-12-03T22:40:56.175Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3176 | 2024-12-03T22:40:56.246Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3177 | 2024-12-03T22:40:56.411Z | Compiling strum_macros v0.24.3 |
3178 | 2024-12-03T22:40:56.436Z | Compiling samael v0.0.17 |
3179 | 2024-12-03T22:40:56.618Z | Compiling diesel_derives v2.2.3 |
3180 | 2024-12-03T22:40:56.647Z | Compiling indoc v1.0.9 |
3181 | 2024-12-03T22:40:57.429Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3182 | 2024-12-03T22:40:57.665Z | Compiling impl-trait-for-tuples v0.2.2 |
3183 | 2024-12-03T22:40:57.777Z | Compiling derive_builder_macro v0.20.2 |
3184 | 2024-12-03T22:40:58.319Z | Compiling lalrpop v0.19.12 |
3185 | 2024-12-03T22:40:58.538Z | Checking derive_builder v0.20.2 |
3186 | 2024-12-03T22:40:58.677Z | Compiling oso-derive v0.27.3 |
3187 | 2024-12-03T22:40:58.812Z | Checking quick-xml v0.33.0 |
3188 | 2024-12-03T22:40:59.258Z | Compiling diesel-dtrace v0.3.0 |
3189 | 2024-12-03T22:40:59.501Z | Checking maplit v1.0.2 |
3190 | 2024-12-03T22:40:59.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3191 | 2024-12-03T22:40:59.641Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3192 | 2024-12-03T22:40:59.727Z | Checking bb8 v0.8.5 |
3193 | 2024-12-03T22:40:59.901Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3194 | 2024-12-03T22:41:00.121Z | Checking castaway v0.2.3 |
3195 | 2024-12-03T22:41:00.145Z | Checking rand_seeder v0.3.0 |
3196 | 2024-12-03T22:41:00.279Z | Checking compact_str v0.8.0 |
3197 | 2024-12-03T22:41:00.431Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3198 | 2024-12-03T22:41:00.455Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3199 | 2024-12-03T22:41:00.633Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3200 | 2024-12-03T22:41:01.024Z | Checking unicode-truncate v1.1.0 |
3201 | 2024-12-03T22:41:01.131Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3202 | 2024-12-03T22:41:01.253Z | Checking lru v0.12.5 |
3203 | 2024-12-03T22:41:01.368Z | Compiling instability v0.3.2 |
3204 | 2024-12-03T22:41:01.510Z | Checking cassowary v0.3.0 |
3205 | 2024-12-03T22:41:01.846Z | Checking smawk v0.3.2 |
3206 | 2024-12-03T22:41:01.871Z | Checking unicode-linebreak v0.1.5 |
3207 | 2024-12-03T22:41:02.043Z | Checking is_ci v1.2.0 |
3208 | 2024-12-03T22:41:02.133Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3209 | 2024-12-03T22:41:02.179Z | Checking supports-color v3.0.1 |
3210 | 2024-12-03T22:41:02.240Z | Checking ratatui v0.28.1 |
3211 | 2024-12-03T22:41:02.265Z | Checking textwrap v0.16.1 |
3212 | 2024-12-03T22:41:02.394Z | Checking multimap v0.10.0 |
3213 | 2024-12-03T22:41:05.071Z | Checking diesel v2.2.4 |
3214 | 2024-12-03T22:41:30.505Z | Compiling polar-core v0.27.3 |
3215 | 2024-12-03T22:41:32.076Z | Checking async-bb8-diesel v0.2.1 |
3216 | 2024-12-03T22:41:39.600Z | Checking oso v0.27.3 |
3217 | 2024-12-03T22:43:07.434Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3218 | 2024-12-03T22:43:15.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
3219 | 2024-12-03T22:43:15.421Z | |
3220 | 2024-12-03T22:43:15.421Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3221 | 2024-12-03T22:43:16.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2024-12-03T22:43:16.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2024-12-03T22:43:16.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3224 | 2024-12-03T22:43:16.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3225 | 2024-12-03T22:43:16.294Z | |
3226 | 2024-12-03T22:43:16.295Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3227 | 2024-12-03T22:43:17.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2024-12-03T22:43:17.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2024-12-03T22:43:17.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2024-12-03T22:43:17.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3231 | 2024-12-03T22:43:17.135Z | |
3232 | 2024-12-03T22:43:17.135Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3233 | 2024-12-03T22:43:17.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2024-12-03T22:43:17.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2024-12-03T22:43:17.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2024-12-03T22:43:17.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3237 | 2024-12-03T22:43:17.915Z | |
3238 | 2024-12-03T22:43:17.915Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3239 | 2024-12-03T22:43:18.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2024-12-03T22:43:18.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2024-12-03T22:43:18.969Z | Compiling libz-sys v1.1.20 |
3242 | 2024-12-03T22:43:18.995Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3243 | 2024-12-03T22:43:19.021Z | Compiling vergen v8.3.2 |
3244 | 2024-12-03T22:43:19.047Z | Compiling cargo-platform v0.1.8 |
3245 | 2024-12-03T22:43:19.047Z | Compiling pin-project-internal v1.1.6 |
3246 | 2024-12-03T22:43:19.078Z | Compiling libsqlite3-sys v0.30.1 |
3247 | 2024-12-03T22:43:19.078Z | Compiling snafu-derive v0.8.5 |
3248 | 2024-12-03T22:43:19.103Z | Compiling rustls v0.21.12 |
3249 | 2024-12-03T22:43:19.282Z | Compiling buf-list v1.0.3 |
3250 | 2024-12-03T22:43:19.308Z | Compiling cfg_aliases v0.2.1 |
3251 | 2024-12-03T22:43:19.414Z | Compiling cargo_metadata v0.18.1 |
3252 | 2024-12-03T22:43:19.582Z | Compiling nix v0.29.0 |
3253 | 2024-12-03T22:43:19.631Z | Checking globset v0.4.15 |
3254 | 2024-12-03T22:43:19.842Z | Checking sct v0.7.1 |
3255 | 2024-12-03T22:43:19.893Z | Checking olpc-cjson v0.1.4 |
3256 | 2024-12-03T22:43:20.025Z | Checking rustls-webpki v0.101.7 |
3257 | 2024-12-03T22:43:20.064Z | Checking serde_plain v1.0.2 |
3258 | 2024-12-03T22:43:20.089Z | Checking typed-path v0.9.3 |
3259 | 2024-12-03T22:43:20.609Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3260 | 2024-12-03T22:43:20.741Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3261 | 2024-12-03T22:43:20.840Z | Checking hashlink v0.9.1 |
3262 | 2024-12-03T22:43:20.974Z | Checking parse-size v1.1.0 |
3263 | 2024-12-03T22:43:21.134Z | Checking fallible-streaming-iterator v0.1.9 |
3264 | 2024-12-03T22:43:21.346Z | Checking fallible-iterator v0.3.0 |
3265 | 2024-12-03T22:43:21.557Z | Checking pin-project v1.1.6 |
3266 | 2024-12-03T22:43:21.670Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3267 | 2024-12-03T22:43:21.846Z | Checking rustls-pemfile v1.0.4 |
3268 | 2024-12-03T22:43:21.871Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3269 | 2024-12-03T22:43:21.896Z | Checking rusqlite v0.32.1 |
3270 | 2024-12-03T22:43:22.029Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3271 | 2024-12-03T22:43:22.255Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3272 | 2024-12-03T22:43:22.372Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3273 | 2024-12-03T22:43:22.501Z | Checking twox-hash v1.6.3 |
3274 | 2024-12-03T22:43:22.544Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3275 | 2024-12-03T22:43:22.937Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3276 | 2024-12-03T22:43:23.248Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3277 | 2024-12-03T22:43:23.327Z | Checking tokio-rustls v0.24.1 |
3278 | 2024-12-03T22:43:23.440Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3279 | 2024-12-03T22:43:23.645Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3280 | 2024-12-03T22:43:23.717Z | Checking snafu v0.8.5 |
3281 | 2024-12-03T22:43:23.742Z | Checking fatfs v0.3.6 |
3282 | 2024-12-03T22:43:24.100Z | Checking assert_matches v1.5.0 |
3283 | 2024-12-03T22:43:24.139Z | Checking tough v0.19.0 |
3284 | 2024-12-03T22:43:28.059Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3285 | 2024-12-03T22:43:29.517Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3286 | 2024-12-03T22:43:30.711Z | Compiling git2 v0.19.0 |
3287 | 2024-12-03T22:43:36.653Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
3288 | 2024-12-03T22:44:41.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s |
3289 | 2024-12-03T22:44:41.318Z | |
3290 | 2024-12-03T22:44:41.318Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3291 | 2024-12-03T22:44:42.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-12-03T22:44:42.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-12-03T22:44:42.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3294 | 2024-12-03T22:44:42.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3295 | 2024-12-03T22:44:42.189Z | |
3296 | 2024-12-03T22:44:42.189Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3297 | 2024-12-03T22:44:42.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-12-03T22:44:42.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-12-03T22:44:42.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3300 | 2024-12-03T22:44:42.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3301 | 2024-12-03T22:44:42.957Z | |
3302 | 2024-12-03T22:44:42.957Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3303 | 2024-12-03T22:44:43.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3304 | 2024-12-03T22:44:43.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3305 | 2024-12-03T22:44:43.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3306 | 2024-12-03T22:44:43.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3307 | 2024-12-03T22:44:43.781Z | |
3308 | 2024-12-03T22:44:43.781Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3309 | 2024-12-03T22:44:44.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3310 | 2024-12-03T22:44:44.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3311 | 2024-12-03T22:44:44.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3312 | 2024-12-03T22:44:44.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3313 | 2024-12-03T22:44:44.641Z | |
3314 | 2024-12-03T22:44:44.641Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3315 | 2024-12-03T22:44:45.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3316 | 2024-12-03T22:44:45.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3317 | 2024-12-03T22:44:45.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3318 | 2024-12-03T22:44:45.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3319 | 2024-12-03T22:44:45.500Z | |
3320 | 2024-12-03T22:44:45.500Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3321 | 2024-12-03T22:44:46.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3322 | 2024-12-03T22:44:46.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3323 | 2024-12-03T22:44:46.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3324 | 2024-12-03T22:44:46.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3325 | 2024-12-03T22:44:46.383Z | |
3326 | 2024-12-03T22:44:46.383Z | info: running `cargo check --bins` on update-common (151/173) |
3327 | 2024-12-03T22:44:47.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3328 | 2024-12-03T22:44:47.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3329 | 2024-12-03T22:44:47.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3330 | 2024-12-03T22:44:47.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3331 | 2024-12-03T22:44:47.200Z | |
3332 | 2024-12-03T22:44:47.200Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3333 | 2024-12-03T22:44:47.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3334 | 2024-12-03T22:44:47.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3335 | 2024-12-03T22:44:47.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3336 | 2024-12-03T22:44:47.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3337 | 2024-12-03T22:44:48.013Z | |
3338 | 2024-12-03T22:44:48.013Z | info: running `cargo check --bins` on tufaceous (153/173) |
3339 | 2024-12-03T22:44:48.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3340 | 2024-12-03T22:44:48.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3341 | 2024-12-03T22:44:48.882Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3342 | 2024-12-03T22:44:49.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3343 | 2024-12-03T22:44:50.147Z | |
3344 | 2024-12-03T22:44:50.147Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3345 | 2024-12-03T22:44:51.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3346 | 2024-12-03T22:44:51.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3347 | 2024-12-03T22:44:51.294Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3348 | 2024-12-03T22:44:51.334Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3349 | 2024-12-03T22:44:51.358Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3350 | 2024-12-03T22:44:51.358Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3351 | 2024-12-03T22:45:24.772Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3352 | 2024-12-03T22:45:24.772Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3353 | 2024-12-03T22:45:24.772Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3354 | 2024-12-03T22:45:24.796Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3355 | 2024-12-03T22:45:24.797Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3356 | 2024-12-03T22:45:25.793Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3357 | 2024-12-03T22:45:27.322Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3358 | 2024-12-03T22:46:16.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
3359 | 2024-12-03T22:46:16.929Z | |
3360 | 2024-12-03T22:46:16.929Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3361 | 2024-12-03T22:46:17.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-12-03T22:46:17.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-12-03T22:46:17.848Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3364 | 2024-12-03T22:46:17.848Z | Checking heck v0.4.1 |
3365 | 2024-12-03T22:46:17.848Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3366 | 2024-12-03T22:46:19.725Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3367 | 2024-12-03T22:46:19.787Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3368 | 2024-12-03T22:46:20.900Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3369 | 2024-12-03T22:46:22.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
3370 | 2024-12-03T22:46:22.391Z | |
3371 | 2024-12-03T22:46:22.391Z | info: running `cargo check --bins` on installinator-api (156/173) |
3372 | 2024-12-03T22:46:23.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3373 | 2024-12-03T22:46:23.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3374 | 2024-12-03T22:46:23.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3375 | 2024-12-03T22:46:23.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3376 | 2024-12-03T22:46:23.231Z | |
3377 | 2024-12-03T22:46:23.231Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3378 | 2024-12-03T22:46:23.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2024-12-03T22:46:23.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2024-12-03T22:46:23.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3381 | 2024-12-03T22:46:23.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3382 | 2024-12-03T22:46:24.069Z | |
3383 | 2024-12-03T22:46:24.069Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3384 | 2024-12-03T22:46:24.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3385 | 2024-12-03T22:46:24.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3386 | 2024-12-03T22:46:24.964Z | Compiling petname v2.0.2 |
3387 | 2024-12-03T22:46:24.988Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3388 | 2024-12-03T22:46:24.988Z | Checking sync-ptr v0.1.1 |
3389 | 2024-12-03T22:46:26.672Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3390 | 2024-12-03T22:46:28.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
3391 | 2024-12-03T22:46:28.774Z | |
3392 | 2024-12-03T22:46:28.775Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3393 | 2024-12-03T22:46:29.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-12-03T22:46:29.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-12-03T22:46:29.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3396 | 2024-12-03T22:46:29.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3397 | 2024-12-03T22:46:29.652Z | |
3398 | 2024-12-03T22:46:29.652Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3399 | 2024-12-03T22:46:30.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2024-12-03T22:46:30.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2024-12-03T22:46:30.499Z | Checking memmap2 v0.9.5 |
3402 | 2024-12-03T22:46:30.499Z | Checking constant_time_eq v0.3.1 |
3403 | 2024-12-03T22:46:30.499Z | Checking arrayvec v0.7.6 |
3404 | 2024-12-03T22:46:30.524Z | Checking arrayref v0.3.9 |
3405 | 2024-12-03T22:46:30.524Z | Checking spin v0.5.2 |
3406 | 2024-12-03T22:46:30.549Z | Checking topological-sort v0.2.2 |
3407 | 2024-12-03T22:46:30.549Z | Checking shell-words v1.1.0 |
3408 | 2024-12-03T22:46:30.765Z | Checking ring v0.16.20 |
3409 | 2024-12-03T22:46:30.906Z | Checking blake3 v1.5.4 |
3410 | 2024-12-03T22:46:32.179Z | Checking omicron-zone-package v0.11.1 |
3411 | 2024-12-03T22:46:33.607Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3412 | 2024-12-03T22:46:34.754Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.09s |
3413 | 2024-12-03T22:46:34.917Z | |
3414 | 2024-12-03T22:46:34.917Z | info: running `cargo check --bins` on xtask (161/173) |
3415 | 2024-12-03T22:46:35.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3416 | 2024-12-03T22:46:35.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3417 | 2024-12-03T22:46:35.469Z | Checking bitflags v2.6.0 |
3418 | 2024-12-03T22:46:35.469Z | Checking serde v1.0.215 |
3419 | 2024-12-03T22:46:35.470Z | Checking thiserror v1.0.69 |
3420 | 2024-12-03T22:46:35.470Z | Checking scroll v0.12.0 |
3421 | 2024-12-03T22:46:35.494Z | Checking log v0.4.22 |
3422 | 2024-12-03T22:46:35.531Z | Checking hashbrown v0.15.0 |
3423 | 2024-12-03T22:46:35.555Z | Checking zerocopy v0.7.35 |
3424 | 2024-12-03T22:46:35.579Z | Checking syn v2.0.87 |
3425 | 2024-12-03T22:46:35.617Z | Checking pest v2.7.14 |
3426 | 2024-12-03T22:46:35.732Z | Checking rustix v0.38.37 |
3427 | 2024-12-03T22:46:35.766Z | Checking once_cell v1.20.2 |
3428 | 2024-12-03T22:46:35.919Z | Checking goblin v0.8.2 |
3429 | 2024-12-03T22:46:36.023Z | Checking fs-err v2.11.0 |
3430 | 2024-12-03T22:46:36.294Z | Checking anyhow v1.0.93 |
3431 | 2024-12-03T22:46:36.459Z | Checking indexmap v2.6.0 |
3432 | 2024-12-03T22:46:36.611Z | Checking tabled v0.15.0 |
3433 | 2024-12-03T22:46:37.295Z | Checking terminal_size v0.4.0 |
3434 | 2024-12-03T22:46:37.295Z | Checking tempfile v3.13.0 |
3435 | 2024-12-03T22:46:37.440Z | Checking clap_builder v4.5.21 |
3436 | 2024-12-03T22:46:37.628Z | Checking dtrace-parser v0.2.0 |
3437 | 2024-12-03T22:46:39.500Z | Checking serde_json v1.0.132 |
3438 | 2024-12-03T22:46:39.500Z | Checking serde_spanned v0.6.8 |
3439 | 2024-12-03T22:46:39.500Z | Checking toml_datetime v0.6.8 |
3440 | 2024-12-03T22:46:39.500Z | Checking camino v1.1.9 |
3441 | 2024-12-03T22:46:39.524Z | Checking cargo-platform v0.1.8 |
3442 | 2024-12-03T22:46:39.634Z | Checking semver v1.0.23 |
3443 | 2024-12-03T22:46:39.677Z | Checking macaddr v1.0.1 |
3444 | 2024-12-03T22:46:39.786Z | Checking toml_edit v0.22.22 |
3445 | 2024-12-03T22:46:39.973Z | Checking clap v4.5.21 |
3446 | 2024-12-03T22:46:40.020Z | Checking camino-tempfile v1.1.1 |
3447 | 2024-12-03T22:46:40.809Z | Checking dof v0.3.0 |
3448 | 2024-12-03T22:46:40.809Z | Checking cargo_metadata v0.18.1 |
3449 | 2024-12-03T22:46:41.312Z | Checking usdt-impl v0.5.0 |
3450 | 2024-12-03T22:46:41.732Z | Checking usdt v0.5.0 |
3451 | 2024-12-03T22:46:41.944Z | Checking toml v0.8.19 |
3452 | 2024-12-03T22:46:42.541Z | Checking cargo_toml v0.20.5 |
3453 | 2024-12-03T22:46:44.072Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3454 | 2024-12-03T22:46:44.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.94s |
3455 | 2024-12-03T22:46:44.964Z | |
3456 | 2024-12-03T22:46:44.964Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3457 | 2024-12-03T22:46:45.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3458 | 2024-12-03T22:46:45.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3459 | 2024-12-03T22:46:45.964Z | Checking polyval v0.6.2 |
3460 | 2024-12-03T22:46:45.988Z | Checking ctr v0.9.2 |
3461 | 2024-12-03T22:46:46.015Z | Checking ssh-encoding v0.2.0 |
3462 | 2024-12-03T22:46:46.016Z | Checking blowfish v0.9.1 |
3463 | 2024-12-03T22:46:46.040Z | Checking password-hash v0.4.2 |
3464 | 2024-12-03T22:46:46.040Z | Checking matches v0.1.10 |
3465 | 2024-12-03T22:46:46.064Z | Checking p521 v0.13.3 |
3466 | 2024-12-03T22:46:46.064Z | Checking p256 v0.13.2 |
3467 | 2024-12-03T22:46:46.222Z | Checking ghash v0.5.1 |
3468 | 2024-12-03T22:46:46.247Z | Checking idna v0.2.3 |
3469 | 2024-12-03T22:46:46.247Z | Checking bcrypt-pbkdf v0.10.0 |
3470 | 2024-12-03T22:46:46.282Z | Compiling enum-as-inner v0.5.1 |
3471 | 2024-12-03T22:46:46.353Z | Checking russh-cryptovec v0.7.3 |
3472 | 2024-12-03T22:46:46.380Z | Checking aes-gcm v0.10.3 |
3473 | 2024-12-03T22:46:46.486Z | Checking pbkdf2 v0.11.0 |
3474 | 2024-12-03T22:46:46.510Z | Checking md5 v0.7.0 |
3475 | 2024-12-03T22:46:46.535Z | Checking num-bigint v0.4.6 |
3476 | 2024-12-03T22:46:46.560Z | Checking des v0.8.1 |
3477 | 2024-12-03T22:46:46.587Z | Checking ssh-cipher v0.2.0 |
3478 | 2024-12-03T22:46:46.740Z | Compiling dhcproto-macros v0.1.0 |
3479 | 2024-12-03T22:46:46.786Z | Checking hex-literal v0.4.1 |
3480 | 2024-12-03T22:46:46.811Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3481 | 2024-12-03T22:46:46.853Z | Checking ssh-key v0.6.6 |
3482 | 2024-12-03T22:46:46.891Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3483 | 2024-12-03T22:46:46.916Z | Checking internet-checksum v0.2.1 |
3484 | 2024-12-03T22:46:47.141Z | Checking trust-dns-proto v0.22.0 |
3485 | 2024-12-03T22:46:48.331Z | Checking russh-keys v0.45.0 |
3486 | 2024-12-03T22:46:49.476Z | Checking russh v0.45.0 |
3487 | 2024-12-03T22:46:50.117Z | Checking dhcproto v0.12.0 |
3488 | 2024-12-03T22:47:11.627Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3489 | 2024-12-03T22:47:13.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.47s |
3490 | 2024-12-03T22:47:13.658Z | |
3491 | 2024-12-03T22:47:13.658Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3492 | 2024-12-03T22:47:14.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3493 | 2024-12-03T22:47:14.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3494 | 2024-12-03T22:47:14.530Z | Checking termios v0.3.3 |
3495 | 2024-12-03T22:47:14.709Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3496 | 2024-12-03T22:47:15.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s |
3497 | 2024-12-03T22:47:15.924Z | |
3498 | 2024-12-03T22:47:15.924Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3499 | 2024-12-03T22:47:16.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2024-12-03T22:47:16.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2024-12-03T22:47:16.850Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3502 | 2024-12-03T22:47:19.327Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3503 | 2024-12-03T22:47:21.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
3504 | 2024-12-03T22:47:21.857Z | |
3505 | 2024-12-03T22:47:21.857Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3506 | 2024-12-03T22:47:22.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2024-12-03T22:47:22.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2024-12-03T22:47:22.701Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3509 | 2024-12-03T22:47:23.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3510 | 2024-12-03T22:47:23.366Z | |
3511 | 2024-12-03T22:47:23.366Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3512 | 2024-12-03T22:47:24.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2024-12-03T22:47:24.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2024-12-03T22:47:24.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2024-12-03T22:47:24.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3516 | 2024-12-03T22:47:24.157Z | |
3517 | 2024-12-03T22:47:24.157Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3518 | 2024-12-03T22:47:24.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2024-12-03T22:47:24.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2024-12-03T22:47:24.872Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3521 | 2024-12-03T22:47:24.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3522 | 2024-12-03T22:47:24.954Z | |
3523 | 2024-12-03T22:47:24.954Z | info: running `cargo check --bins` on omicron-package (168/173) |
3524 | 2024-12-03T22:47:25.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3525 | 2024-12-03T22:47:25.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3526 | 2024-12-03T22:47:25.819Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3527 | 2024-12-03T22:47:27.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
3528 | 2024-12-03T22:47:27.526Z | |
3529 | 2024-12-03T22:47:27.526Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3530 | 2024-12-03T22:47:28.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3531 | 2024-12-03T22:47:28.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3532 | 2024-12-03T22:47:28.426Z | Checking rtoolbox v0.0.2 |
3533 | 2024-12-03T22:47:28.426Z | Checking tui-tree-widget v0.22.0 |
3534 | 2024-12-03T22:47:28.426Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3535 | 2024-12-03T22:47:28.616Z | Checking rpassword v7.3.1 |
3536 | 2024-12-03T22:47:33.901Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3537 | 2024-12-03T22:47:37.900Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3538 | 2024-12-03T22:47:39.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s |
3539 | 2024-12-03T22:47:39.655Z | |
3540 | 2024-12-03T22:47:39.655Z | info: running `cargo check --bins` on wicket (170/173) |
3541 | 2024-12-03T22:47:40.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3542 | 2024-12-03T22:47:40.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3543 | 2024-12-03T22:47:40.564Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3544 | 2024-12-03T22:47:40.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
3545 | 2024-12-03T22:47:41.164Z | |
3546 | 2024-12-03T22:47:41.164Z | info: running `cargo check --bins` on wicketd (171/173) |
3547 | 2024-12-03T22:47:41.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2024-12-03T22:47:41.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2024-12-03T22:47:42.109Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3550 | 2024-12-03T22:47:47.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
3551 | 2024-12-03T22:47:47.205Z | |
3552 | 2024-12-03T22:47:47.205Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3553 | 2024-12-03T22:47:47.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2024-12-03T22:47:47.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2024-12-03T22:47:47.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3556 | 2024-12-03T22:47:47.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3557 | 2024-12-03T22:47:48.026Z | |
3558 | 2024-12-03T22:47:48.026Z | info: running `cargo check --bins` on zone-setup (173/173) |
3559 | 2024-12-03T22:47:48.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2024-12-03T22:47:48.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2024-12-03T22:47:49.075Z | Checking uzers v0.12.1 |
3562 | 2024-12-03T22:47:49.419Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3563 | 2024-12-03T22:47:50.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s |
3564 | 2024-12-03T22:47:51.070Z | |
3565 | 2024-12-03T22:47:51.070Z | real 15:20.754267093 |
3566 | 2024-12-03T22:47:51.070Z | user 24:22.237301730 |
3567 | 2024-12-03T22:47:51.070Z | sys 5:43.226236861 |
3568 | 2024-12-03T22:47:51.070Z | trap 0.487370352 |
3569 | 2024-12-03T22:47:51.070Z | tflt 1.334863000 |
3570 | 2024-12-03T22:47:51.070Z | dflt 3.205170049 |
3571 | 2024-12-03T22:47:51.070Z | kflt 0.000738454 |
3572 | 2024-12-03T22:47:51.070Z | lock 50:24.043097272 |
3573 | 2024-12-03T22:47:51.070Z | slp 2:15:28.231772916 |
3574 | 2024-12-03T22:47:51.095Z | lat 59.944271344 |
3575 | 2024-12-03T22:47:51.095Z | stop 3:06.902115196 |
3576 | 2024-12-03T22:47:51.095Z | process exited: duration 1226798 ms, exit code 0 |
|
3577 | 2024-12-03T22:47:51.144Z | found 0 output files |