|
|
|
1 | 2024-12-13T21:33:55.162Z | job assigned to worker 01JF0Z0XR0769MV86AGNBHAMNZ [factory aws, i-0488f4b587c1c5dd4] (queued for 16 m 52 s) |
|
2 | 2024-12-13T21:34:03.483Z | starting task 0: "setup" |
3 | 2024-12-13T21:34:03.491Z | ++ uname -s |
4 | 2024-12-13T21:34:03.494Z | + kern=SunOS |
5 | 2024-12-13T21:34:03.494Z | + case "$kern" in |
6 | 2024-12-13T21:34:03.494Z | + groupadd -g 12345 build |
7 | 2024-12-13T21:34:03.496Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T21:34:05.504Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T21:34:05.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T21:34:05.600Z | + home_fs=zfs |
11 | 2024-12-13T21:34:05.600Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T21:34:05.600Z | + mkdir -p /home/build |
13 | 2024-12-13T21:34:05.603Z | + chown build:build /home/build /work |
14 | 2024-12-13T21:34:07.605Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T21:34:07.608Z | process exited: duration 4126 ms, exit code 0 |
|
16 | 2024-12-13T21:34:07.614Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T21:34:07.619Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T21:34:07.619Z | ' 1.81.0 |
19 | 2024-12-13T21:34:07.619Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T21:34:07.619Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T21:34:07.619Z | ' default |
22 | 2024-12-13T21:34:07.622Z | * toolchain profile = "default" |
23 | 2024-12-13T21:34:07.622Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T21:34:07.622Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T21:34:07.742Z | info: downloading installer |
26 | 2024-12-13T21:34:09.166Z | info: profile set to 'default' |
27 | 2024-12-13T21:34:09.166Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T21:34:09.169Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T21:34:09.299Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T21:34:09.299Z | info: downloading component 'cargo' |
31 | 2024-12-13T21:34:10.005Z | info: downloading component 'clippy' |
32 | 2024-12-13T21:34:10.268Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T21:34:11.246Z | info: downloading component 'rust-std' |
34 | 2024-12-13T21:34:12.771Z | info: downloading component 'rustc' |
35 | 2024-12-13T21:34:18.285Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T21:34:18.491Z | info: installing component 'cargo' |
37 | 2024-12-13T21:34:19.278Z | info: installing component 'clippy' |
38 | 2024-12-13T21:34:19.637Z | info: installing component 'rust-docs' |
39 | 2024-12-13T21:34:21.274Z | info: installing component 'rust-std' |
40 | 2024-12-13T21:34:22.981Z | info: installing component 'rustc' |
41 | 2024-12-13T21:34:28.641Z | info: installing component 'rustfmt' |
42 | 2024-12-13T21:34:28.958Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T21:34:28.958Z | |
44 | 2024-12-13T21:34:29.333Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T21:34:29.333Z | |
46 | 2024-12-13T21:34:29.336Z | |
47 | 2024-12-13T21:34:29.336Z | Rust is installed now. Great! |
48 | 2024-12-13T21:34:29.336Z | |
49 | 2024-12-13T21:34:29.336Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T21:34:29.336Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T21:34:29.336Z | |
52 | 2024-12-13T21:34:29.336Z | To configure your current shell, you need to source |
53 | 2024-12-13T21:34:29.336Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T21:34:29.336Z | |
55 | 2024-12-13T21:34:29.336Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T21:34:29.336Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T21:34:29.336Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T21:34:29.405Z | + rustc --version |
59 | 2024-12-13T21:34:29.469Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T21:34:29.472Z | process exited: duration 21852 ms, exit code 0 |
|
61 | 2024-12-13T21:34:29.480Z | starting task 2: "authentication" |
62 | 2024-12-13T21:34:29.498Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-13T21:34:29.503Z | starting task 3: "clone repository" |
64 | 2024-12-13T21:34:29.508Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T21:34:29.512Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T21:34:29.805Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T21:34:37.099Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T21:34:37.099Z | + git fetch origin c76a4e0f23bd9a0fe27406f9aa42cd951182f503 |
69 | 2024-12-13T21:34:37.414Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T21:34:37.414Z | * branch c76a4e0f23bd9a0fe27406f9aa42cd951182f503 -> FETCH_HEAD |
71 | 2024-12-13T21:34:37.424Z | + [[ -n bump-console-c1ebd8d9 ]] |
72 | 2024-12-13T21:34:37.427Z | ++ git branch --show-current |
73 | 2024-12-13T21:34:37.430Z | + current=main |
74 | 2024-12-13T21:34:37.430Z | + [[ main != bump-console-c1ebd8d9 ]] |
75 | 2024-12-13T21:34:37.430Z | + git branch -f bump-console-c1ebd8d9 c76a4e0f23bd9a0fe27406f9aa42cd951182f503 |
76 | 2024-12-13T21:34:37.433Z | + git checkout -f bump-console-c1ebd8d9 |
77 | 2024-12-13T21:34:37.603Z | Switched to branch 'bump-console-c1ebd8d9' |
78 | 2024-12-13T21:34:37.606Z | + git reset --hard c76a4e0f23bd9a0fe27406f9aa42cd951182f503 |
79 | 2024-12-13T21:34:37.616Z | HEAD is now at c76a4e0f2 Bump web console (gateways UI, SSH key view, fixes) |
80 | 2024-12-13T21:34:37.619Z | process exited: duration 8111 ms, exit code 0 |
|
81 | 2024-12-13T21:34:37.626Z | starting task 4: "build" |
82 | 2024-12-13T21:34:37.632Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T21:34:37.632Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T21:34:37.632Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T21:34:37.636Z | + cargo --version |
86 | 2024-12-13T21:34:37.690Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T21:34:37.694Z | + rustc --version |
88 | 2024-12-13T21:34:37.751Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T21:34:37.756Z | + source ./env.sh |
90 | 2024-12-13T21:34:37.756Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-13T21:34:37.756Z | ++ set -o xtrace |
92 | 2024-12-13T21:34:37.779Z | ++++ dirname ./env.sh |
93 | 2024-12-13T21:34:37.779Z | +++ readlink -f . |
94 | 2024-12-13T21:34:37.894Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-13T21:34:37.897Z | ++ 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-13T21:34:37.897Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ 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-13T21:34:37.898Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-13T21:34:37.898Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-13T21:34:37.898Z | + 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-13T21:34:37.898Z | + 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-13T21:34:37.898Z | + banner prerequisites |
108 | 2024-12-13T21:34:38.050Z | |
109 | 2024-12-13T21:34:38.050Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-13T21:34:38.050Z | # # # # # # # # # # # # # # # |
111 | 2024-12-13T21:34:38.050Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-13T21:34:38.050Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-13T21:34:38.050Z | # # # # # # # # # # # # # # # |
114 | 2024-12-13T21:34:38.050Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-13T21:34:38.050Z | |
116 | 2024-12-13T21:34:38.053Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-13T21:34:55.563Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-13T21:34:59.993Z | Startup: Caching catalogs ... Done |
119 | 2024-12-13T21:35:09.916Z | Planning: Solver setup ... Done (9.280s) |
120 | 2024-12-13T21:35:10.040Z | Planning: Running solver ... Done (0.128s) |
121 | 2024-12-13T21:35:10.556Z | Planning: Finding local manifests ... Done (0.207s) |
122 | 2024-12-13T21:35:10.583Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-13T21:35:10.613Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-13T21:35:11.003Z | Planning: Package planning ... Done (0.423s) |
125 | 2024-12-13T21:35:11.057Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-13T21:35:12.288Z | Planning: Checking for conflicting actions ... Done (1.231s) |
127 | 2024-12-13T21:35:22.471Z | Planning: Consolidating action changes ... Done (10.179s) |
128 | 2024-12-13T21:35:22.878Z | Planning: Evaluating mediators ... Done (0.408s) |
129 | 2024-12-13T21:35:23.046Z | Planning: Planning completed in 23.19 seconds |
130 | 2024-12-13T21:35:23.867Z | Packages to install: 4 |
131 | 2024-12-13T21:35:23.867Z | Packages to update: 1 |
132 | 2024-12-13T21:35:23.869Z | Mediators to change: 2 |
133 | 2024-12-13T21:35:23.869Z | Services to change: 1 |
134 | 2024-12-13T21:35:23.869Z | Estimated space available: 155.63 GB |
135 | 2024-12-13T21:35:23.869Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-13T21:35:23.869Z | Create boot environment: No |
137 | 2024-12-13T21:35:23.869Z | Create backup boot environment: Yes |
138 | 2024-12-13T21:35:23.869Z | Rebuild boot archive: No |
139 | 2024-12-13T21:35:23.869Z | |
140 | 2024-12-13T21:35:23.869Z | Changed mediators: |
141 | 2024-12-13T21:35:23.869Z | mediator clang: |
142 | 2024-12-13T21:35:23.870Z | version: None -> 15 (system default) |
143 | 2024-12-13T21:35:23.870Z | |
144 | 2024-12-13T21:35:23.870Z | mediator llvm: |
145 | 2024-12-13T21:35:23.870Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-13T21:35:23.870Z | |
147 | 2024-12-13T21:35:23.870Z | Changed packages: |
148 | 2024-12-13T21:35:23.870Z | helios-dev |
149 | 2024-12-13T21:35:23.870Z | developer/build-essential |
150 | 2024-12-13T21:35:23.870Z | None -> 11-2.0 |
151 | 2024-12-13T21:35:23.870Z | library/libxmlsec1 |
152 | 2024-12-13T21:35:23.870Z | None -> 1.2.35-2.0 |
153 | 2024-12-13T21:35:23.870Z | ooce/developer/clang-15 |
154 | 2024-12-13T21:35:23.870Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T21:35:23.870Z | ooce/developer/llvm-15 |
156 | 2024-12-13T21:35:23.870Z | None -> 15.0.7-2.0 |
157 | 2024-12-13T21:35:23.870Z | package/pkg |
158 | 2024-12-13T21:35:23.870Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-13T21:35:23.870Z | |
160 | 2024-12-13T21:35:23.870Z | Services: |
161 | 2024-12-13T21:35:23.870Z | restart_fmri: |
162 | 2024-12-13T21:35:23.870Z | svc:/system/update-man-index:default |
163 | 2024-12-13T21:35:23.870Z | |
164 | 2024-12-13T21:35:23.870Z | Editable files to change: |
165 | 2024-12-13T21:35:23.870Z | Update: |
166 | 2024-12-13T21:35:23.870Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-13T21:35:24.261Z | |
168 | 2024-12-13T21:35:24.261Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-13T21:35:29.264Z | Download: 1490/4281 items 114.8/220.6MB 52% complete (23.2M/s) |
170 | 2024-12-13T21:35:34.270Z | Download: 3063/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
171 | 2024-12-13T21:35:39.377Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (16.8M/s) |
172 | 2024-12-13T21:35:44.374Z | Download: 4197/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
173 | 2024-12-13T21:35:47.718Z | Download: Completed 220.60 MB in 23.08 seconds (9.6M/s) |
174 | 2024-12-13T21:35:49.388Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-12-13T21:35:49.408Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-12-13T21:35:54.540Z | Actions: 4099/5063 actions (Installing new actions) |
177 | 2024-12-13T21:35:55.313Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-12-13T21:35:55.712Z | Actions: Completed 5063 actions in 6.31 seconds. |
179 | 2024-12-13T21:35:55.922Z | Done (0.214s) |
180 | 2024-12-13T21:35:55.924Z | Done (0.000s) |
181 | 2024-12-13T21:35:56.482Z | Done (0.558s) |
182 | 2024-12-13T21:36:03.768Z | Done (7.074s) |
183 | 2024-12-13T21:36:04.271Z | Done (0.434s) |
184 | 2024-12-13T21:36:04.275Z | Done (0.000s) |
185 | 2024-12-13T21:36:04.440Z | Done (0.000s) |
186 | 2024-12-13T21:36:05.120Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-12-13T21:36:05.280Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-12-13T21:36:05.283Z | Planning: Consolidating action changes ... Done |
189 | 2024-12-13T21:36:05.553Z | Planning: Evaluating mediators ... Done |
190 | 2024-12-13T21:36:05.564Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-12-13T21:36:05.586Z | Mediators to change: 2 |
192 | 2024-12-13T21:36:05.586Z | Create boot environment: No |
193 | 2024-12-13T21:36:05.603Z | Create backup boot environment: No |
194 | 2024-12-13T21:36:05.663Z | Done |
195 | 2024-12-13T21:36:05.664Z | Done |
196 | 2024-12-13T21:36:06.026Z | Done |
197 | 2024-12-13T21:36:09.634Z | Done |
198 | 2024-12-13T21:36:09.724Z | Done |
199 | 2024-12-13T21:36:09.727Z | Done |
200 | 2024-12-13T21:36:09.874Z | Done |
201 | 2024-12-13T21:36:10.476Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-12-13T21:36:10.478Z | Planning: Merging actions ... Done |
203 | 2024-12-13T21:36:10.711Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-12-13T21:36:10.715Z | Planning: Consolidating action changes ... Done |
205 | 2024-12-13T21:36:10.931Z | Planning: Evaluating mediators ... Done |
206 | 2024-12-13T21:36:10.986Z | Planning: Planning completed in 0.75 seconds |
207 | 2024-12-13T21:36:11.026Z | Packages to change: 1 |
208 | 2024-12-13T21:36:11.026Z | Mediators to change: 1 |
209 | 2024-12-13T21:36:11.029Z | Services to change: 1 |
210 | 2024-12-13T21:36:11.029Z | Create boot environment: No |
211 | 2024-12-13T21:36:11.029Z | Create backup boot environment: Yes |
212 | 2024-12-13T21:36:13.334Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-12-13T21:36:13.409Z | Actions: Completed 6 actions in 0.08 seconds. |
214 | 2024-12-13T21:36:13.415Z | Done |
215 | 2024-12-13T21:36:13.416Z | Done |
216 | 2024-12-13T21:36:13.524Z | Done |
217 | 2024-12-13T21:36:17.117Z | Done |
218 | 2024-12-13T21:36:17.182Z | Done |
219 | 2024-12-13T21:36:17.197Z | Done |
220 | 2024-12-13T21:36:17.330Z | Done |
221 | 2024-12-13T21:36:17.758Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-12-13T21:36:17.758Z | clang system 15 system |
223 | 2024-12-13T21:36:17.758Z | csh system system illumos |
224 | 2024-12-13T21:36:17.758Z | ctags system system illumos |
225 | 2024-12-13T21:36:17.758Z | gcc vendor 12 vendor |
226 | 2024-12-13T21:36:17.759Z | gcc system 10 system |
227 | 2024-12-13T21:36:17.759Z | gcc system 7 system |
228 | 2024-12-13T21:36:17.759Z | go system 1.20 system |
229 | 2024-12-13T21:36:17.759Z | go system 1.19 system |
230 | 2024-12-13T21:36:17.759Z | llvm system 15 system |
231 | 2024-12-13T21:36:17.759Z | llvm system 14 system |
232 | 2024-12-13T21:36:17.759Z | mariadb system 10.6 system |
233 | 2024-12-13T21:36:17.759Z | mta vendor vendor dma |
234 | 2024-12-13T21:36:17.759Z | openjdk system 17 system |
235 | 2024-12-13T21:36:17.759Z | openjdk system 11 system |
236 | 2024-12-13T21:36:17.759Z | openjdk system 1.8 system |
237 | 2024-12-13T21:36:17.759Z | openssl vendor 3 vendor |
238 | 2024-12-13T21:36:17.759Z | perl system 5.36 system |
239 | 2024-12-13T21:36:17.759Z | postgresql system 15 system |
240 | 2024-12-13T21:36:17.759Z | postgresql system 13 system |
241 | 2024-12-13T21:36:17.759Z | python vendor 3 vendor |
242 | 2024-12-13T21:36:17.759Z | python system 2 system |
243 | 2024-12-13T21:36:17.759Z | python3 system 3.11 system |
244 | 2024-12-13T21:36:17.759Z | ruby system 3.0 system |
245 | 2024-12-13T21:36:17.759Z | words vendor vendor american-english |
246 | 2024-12-13T21:36:17.759Z | words system system australian-english |
247 | 2024-12-13T21:36:17.759Z | words system system british-english |
248 | 2024-12-13T21:36:17.759Z | words system system canadian-english |
249 | 2024-12-13T21:36:17.759Z | words system system french |
250 | 2024-12-13T21:36:17.759Z | words system system italian |
251 | 2024-12-13T21:36:17.759Z | words system system ngerman |
252 | 2024-12-13T21:36:17.759Z | words system system ogerman |
253 | 2024-12-13T21:36:17.760Z | words system system spanish |
254 | 2024-12-13T21:36:22.095Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-12-13T21:36:22.095Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-12-13T21:36:22.163Z | FMRI IFO |
257 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-12-13T21:36:22.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-12-13T21:36:22.165Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-12-13T21:36:22.165Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-12-13T21:36:22.165Z | Updating crates.io index |
274 | 2024-12-13T21:36:22.165Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-12-13T21:36:22.334Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-12-13T21:36:22.595Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-12-13T21:36:22.874Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-12-13T21:36:23.097Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-12-13T21:36:24.038Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-12-13T21:36:25.598Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-12-13T21:36:26.740Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-12-13T21:36:27.553Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-12-13T21:36:27.824Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-12-13T21:36:28.107Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-12-13T21:36:28.679Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-12-13T21:36:29.037Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-12-13T21:36:29.314Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-12-13T21:36:29.607Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-12-13T21:36:29.872Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-12-13T21:36:30.124Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-12-13T21:36:30.524Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-12-13T21:36:30.826Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-12-13T21:36:31.118Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-12-13T21:36:31.422Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-12-13T21:36:31.930Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-12-13T21:36:32.210Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-12-13T21:36:32.626Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-12-13T21:36:33.056Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
299 | 2024-12-13T21:36:33.479Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-12-13T21:36:33.679Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-12-13T21:36:33.972Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-12-13T21:36:35.357Z | Downloading crates ... |
303 | 2024-12-13T21:36:35.449Z | Downloaded block-buffer v0.10.4 |
304 | 2024-12-13T21:36:35.454Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-12-13T21:36:35.454Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-12-13T21:36:35.456Z | Downloaded cargo_metadata v0.18.1 |
307 | 2024-12-13T21:36:35.456Z | Downloaded anstyle v1.0.10 |
308 | 2024-12-13T21:36:35.459Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-12-13T21:36:35.459Z | Downloaded anstream v0.6.15 |
310 | 2024-12-13T21:36:35.469Z | Downloaded scroll_derive v0.12.0 |
311 | 2024-12-13T21:36:35.472Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-12-13T21:36:35.472Z | Downloaded usdt-attr-macro v0.5.0 |
313 | 2024-12-13T21:36:35.472Z | Downloaded cfg-if v1.0.0 |
314 | 2024-12-13T21:36:35.475Z | Downloaded byteorder v1.5.0 |
315 | 2024-12-13T21:36:35.478Z | Downloaded bytecount v0.6.8 |
316 | 2024-12-13T21:36:35.480Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-12-13T21:36:35.485Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-12-13T21:36:35.489Z | Downloaded equivalent v1.0.1 |
319 | 2024-12-13T21:36:35.489Z | Downloaded swrite v0.1.0 |
320 | 2024-12-13T21:36:35.499Z | Downloaded thread-id v4.2.2 |
321 | 2024-12-13T21:36:35.501Z | Downloaded fastrand v2.1.1 |
322 | 2024-12-13T21:36:35.502Z | Downloaded heck v0.5.0 |
323 | 2024-12-13T21:36:35.505Z | Downloaded colorchoice v1.0.2 |
324 | 2024-12-13T21:36:35.508Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-12-13T21:36:35.508Z | Downloaded crypto-common v0.1.6 |
326 | 2024-12-13T21:36:35.511Z | Downloaded plain v0.2.3 |
327 | 2024-12-13T21:36:35.511Z | Downloaded unicode-linebreak v0.1.5 |
328 | 2024-12-13T21:36:35.511Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-12-13T21:36:35.514Z | Downloaded smawk v0.3.2 |
330 | 2024-12-13T21:36:35.514Z | Downloaded serde_spanned v0.6.8 |
331 | 2024-12-13T21:36:35.514Z | Downloaded clap_lex v0.7.2 |
332 | 2024-12-13T21:36:35.518Z | Downloaded utf8parse v0.2.2 |
333 | 2024-12-13T21:36:35.518Z | Downloaded camino-tempfile v1.1.1 |
334 | 2024-12-13T21:36:35.518Z | Downloaded macaddr v1.0.1 |
335 | 2024-12-13T21:36:35.521Z | Downloaded camino v1.1.9 |
336 | 2024-12-13T21:36:35.521Z | Downloaded pest_generator v2.7.14 |
337 | 2024-12-13T21:36:35.524Z | Downloaded thiserror-impl v1.0.69 |
338 | 2024-12-13T21:36:35.524Z | Downloaded terminal_size v0.4.0 |
339 | 2024-12-13T21:36:35.531Z | Downloaded usdt v0.5.0 |
340 | 2024-12-13T21:36:35.535Z | Downloaded generic-array v0.14.7 |
341 | 2024-12-13T21:36:35.535Z | Downloaded fs-err v2.11.0 |
342 | 2024-12-13T21:36:35.537Z | Downloaded fnv v1.0.7 |
343 | 2024-12-13T21:36:35.538Z | Downloaded dof v0.3.0 |
344 | 2024-12-13T21:36:35.538Z | Downloaded cpufeatures v0.2.14 |
345 | 2024-12-13T21:36:35.538Z | Downloaded is_terminal_polyfill v1.70.1 |
346 | 2024-12-13T21:36:35.542Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-12-13T21:36:35.542Z | Downloaded memmap v0.7.0 |
348 | 2024-12-13T21:36:35.544Z | Downloaded sha2 v0.10.8 |
349 | 2024-12-13T21:36:35.547Z | Downloaded errno v0.3.9 |
350 | 2024-12-13T21:36:35.547Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2024-12-13T21:36:35.550Z | Downloaded itoa v1.0.11 |
352 | 2024-12-13T21:36:35.553Z | Downloaded strsim v0.11.1 |
353 | 2024-12-13T21:36:35.554Z | Downloaded clap_derive v4.5.18 |
354 | 2024-12-13T21:36:35.557Z | Downloaded version_check v0.9.5 |
355 | 2024-12-13T21:36:35.557Z | Downloaded scroll v0.12.0 |
356 | 2024-12-13T21:36:35.560Z | Downloaded once_cell v1.20.2 |
357 | 2024-12-13T21:36:35.564Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-12-13T21:36:35.564Z | Downloaded autocfg v1.4.0 |
359 | 2024-12-13T21:36:35.567Z | Downloaded anyhow v1.0.93 |
360 | 2024-12-13T21:36:35.570Z | Downloaded thiserror v1.0.69 |
361 | 2024-12-13T21:36:35.572Z | Downloaded tempfile v3.13.0 |
362 | 2024-12-13T21:36:35.575Z | Downloaded heck v0.4.1 |
363 | 2024-12-13T21:36:35.579Z | Downloaded quote v1.0.37 |
364 | 2024-12-13T21:36:35.579Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2024-12-13T21:36:35.582Z | Downloaded serde_derive v1.0.215 |
366 | 2024-12-13T21:36:35.585Z | Downloaded unicode-ident v1.0.13 |
367 | 2024-12-13T21:36:35.608Z | Downloaded proc-macro2 v1.0.89 |
368 | 2024-12-13T21:36:35.609Z | Downloaded semver v1.0.23 |
369 | 2024-12-13T21:36:35.609Z | Downloaded typenum v1.17.0 |
370 | 2024-12-13T21:36:35.609Z | Downloaded ucd-trie v0.1.7 |
371 | 2024-12-13T21:36:35.609Z | Downloaded digest v0.10.7 |
372 | 2024-12-13T21:36:35.609Z | Downloaded clap v4.5.21 |
373 | 2024-12-13T21:36:35.609Z | Downloaded ryu v1.0.18 |
374 | 2024-12-13T21:36:35.609Z | Downloaded bitflags v2.6.0 |
375 | 2024-12-13T21:36:35.612Z | Downloaded toml v0.8.19 |
376 | 2024-12-13T21:36:35.613Z | Downloaded log v0.4.22 |
377 | 2024-12-13T21:36:35.616Z | Downloaded pest_meta v2.7.14 |
378 | 2024-12-13T21:36:35.616Z | Downloaded textwrap v0.16.1 |
379 | 2024-12-13T21:36:35.619Z | Downloaded proc-macro-error v1.0.4 |
380 | 2024-12-13T21:36:35.621Z | Downloaded pest_derive v2.7.14 |
381 | 2024-12-13T21:36:35.623Z | Downloaded cargo_toml v0.20.5 |
382 | 2024-12-13T21:36:35.635Z | Downloaded papergrid v0.11.0 |
383 | 2024-12-13T21:36:35.643Z | Downloaded serde v1.0.215 |
384 | 2024-12-13T21:36:35.650Z | Downloaded toml_edit v0.22.22 |
385 | 2024-12-13T21:36:35.669Z | Downloaded memchr v2.7.4 |
386 | 2024-12-13T21:36:35.674Z | Downloaded pest v2.7.14 |
387 | 2024-12-13T21:36:35.678Z | Downloaded indexmap v2.6.0 |
388 | 2024-12-13T21:36:35.690Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-13T21:36:35.703Z | Downloaded winnow v0.6.20 |
390 | 2024-12-13T21:36:35.713Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-13T21:36:35.725Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-13T21:36:35.733Z | Downloaded tabled v0.15.0 |
393 | 2024-12-13T21:36:35.746Z | Downloaded goblin v0.8.2 |
394 | 2024-12-13T21:36:35.751Z | Downloaded unicode-width v0.1.14 |
395 | 2024-12-13T21:36:35.756Z | Downloaded clap_builder v4.5.21 |
396 | 2024-12-13T21:36:35.762Z | Downloaded syn v1.0.109 |
397 | 2024-12-13T21:36:35.771Z | Downloaded syn v2.0.87 |
398 | 2024-12-13T21:36:35.781Z | Downloaded rustix v0.38.37 |
399 | 2024-12-13T21:36:35.816Z | Downloaded libc v0.2.162 |
400 | 2024-12-13T21:36:36.124Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-12-13T21:36:36.124Z | Compiling unicode-ident v1.0.13 |
402 | 2024-12-13T21:36:36.124Z | Compiling serde v1.0.215 |
403 | 2024-12-13T21:36:36.126Z | Compiling version_check v0.9.5 |
404 | 2024-12-13T21:36:36.126Z | Compiling memchr v2.7.4 |
405 | 2024-12-13T21:36:36.126Z | Compiling thiserror v1.0.69 |
406 | 2024-12-13T21:36:36.126Z | Compiling libc v0.2.162 |
407 | 2024-12-13T21:36:36.159Z | Compiling itoa v1.0.11 |
408 | 2024-12-13T21:36:36.459Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-13T21:36:36.918Z | Compiling ryu v1.0.18 |
410 | 2024-12-13T21:36:37.164Z | Compiling once_cell v1.20.2 |
411 | 2024-12-13T21:36:37.487Z | Compiling byteorder v1.5.0 |
412 | 2024-12-13T21:36:37.505Z | Compiling rustix v0.38.37 |
413 | 2024-12-13T21:36:38.004Z | Compiling serde_json v1.0.132 |
414 | 2024-12-13T21:36:38.137Z | Compiling bitflags v2.6.0 |
415 | 2024-12-13T21:36:38.248Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-12-13T21:36:38.308Z | Compiling usdt-impl v0.5.0 |
417 | 2024-12-13T21:36:38.352Z | Compiling syn v1.0.109 |
418 | 2024-12-13T21:36:38.554Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-12-13T21:36:38.578Z | Compiling camino v1.1.9 |
420 | 2024-12-13T21:36:38.624Z | Compiling plain v0.2.3 |
421 | 2024-12-13T21:36:38.786Z | Compiling equivalent v1.0.1 |
422 | 2024-12-13T21:36:38.810Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-13T21:36:38.836Z | Compiling log v0.4.22 |
424 | 2024-12-13T21:36:38.902Z | Compiling utf8parse v0.2.2 |
425 | 2024-12-13T21:36:39.074Z | Compiling quote v1.0.37 |
426 | 2024-12-13T21:36:39.182Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-12-13T21:36:39.239Z | Compiling thread-id v4.2.2 |
428 | 2024-12-13T21:36:39.359Z | Compiling errno v0.3.9 |
429 | 2024-12-13T21:36:39.404Z | Compiling colorchoice v1.0.2 |
430 | 2024-12-13T21:36:39.529Z | Compiling syn v2.0.87 |
431 | 2024-12-13T21:36:39.605Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-13T21:36:39.666Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-13T21:36:39.754Z | Compiling winnow v0.6.20 |
434 | 2024-12-13T21:36:39.799Z | Compiling anstyle v1.0.10 |
435 | 2024-12-13T21:36:39.825Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-13T21:36:40.095Z | Compiling indexmap v2.6.0 |
437 | 2024-12-13T21:36:40.229Z | Compiling semver v1.0.23 |
438 | 2024-12-13T21:36:40.342Z | Compiling anstyle-query v1.1.1 |
439 | 2024-12-13T21:36:40.507Z | Compiling autocfg v1.4.0 |
440 | 2024-12-13T21:36:40.854Z | Compiling anstream v0.6.15 |
441 | 2024-12-13T21:36:41.427Z | Compiling heck v0.4.1 |
442 | 2024-12-13T21:36:41.521Z | Compiling anyhow v1.0.93 |
443 | 2024-12-13T21:36:41.602Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-13T21:36:41.644Z | Compiling fs-err v2.11.0 |
445 | 2024-12-13T21:36:41.812Z | Compiling clap_lex v0.7.2 |
446 | 2024-12-13T21:36:41.910Z | Compiling cfg-if v1.0.0 |
447 | 2024-12-13T21:36:41.935Z | Compiling heck v0.5.0 |
448 | 2024-12-13T21:36:42.014Z | Compiling fastrand v2.1.1 |
449 | 2024-12-13T21:36:42.168Z | Compiling strsim v0.11.1 |
450 | 2024-12-13T21:36:42.336Z | Compiling fnv v1.0.7 |
451 | 2024-12-13T21:36:42.519Z | Compiling bytecount v0.6.8 |
452 | 2024-12-13T21:36:42.609Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-13T21:36:42.748Z | Compiling papergrid v0.11.0 |
454 | 2024-12-13T21:36:42.918Z | Compiling tempfile v3.13.0 |
455 | 2024-12-13T21:36:43.310Z | Compiling memmap v0.7.0 |
456 | 2024-12-13T21:36:43.467Z | Compiling smawk v0.3.2 |
457 | 2024-12-13T21:36:43.524Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-13T21:36:43.781Z | Compiling swrite v0.1.0 |
459 | 2024-12-13T21:36:43.917Z | Compiling textwrap v0.16.1 |
460 | 2024-12-13T21:36:45.149Z | Compiling tabled_derive v0.7.0 |
461 | 2024-12-13T21:36:46.629Z | Compiling tabled v0.15.0 |
462 | 2024-12-13T21:36:48.457Z | Compiling serde_derive v1.0.215 |
463 | 2024-12-13T21:36:48.460Z | Compiling thiserror-impl v1.0.69 |
464 | 2024-12-13T21:36:48.460Z | Compiling zerocopy-derive v0.7.35 |
465 | 2024-12-13T21:36:48.460Z | Compiling scroll_derive v0.12.0 |
466 | 2024-12-13T21:36:48.460Z | Compiling clap_derive v4.5.18 |
467 | 2024-12-13T21:36:49.819Z | Compiling scroll v0.12.0 |
468 | 2024-12-13T21:36:49.997Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-13T21:36:50.318Z | Compiling goblin v0.8.2 |
470 | 2024-12-13T21:36:51.112Z | Compiling pest v2.7.14 |
471 | 2024-12-13T21:36:52.411Z | Compiling clap v4.5.21 |
472 | 2024-12-13T21:36:53.204Z | Compiling pest_meta v2.7.14 |
473 | 2024-12-13T21:36:54.043Z | Compiling pest_generator v2.7.14 |
474 | 2024-12-13T21:36:55.758Z | Compiling pest_derive v2.7.14 |
475 | 2024-12-13T21:36:56.312Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-12-13T21:36:58.430Z | Compiling toml_datetime v0.6.8 |
477 | 2024-12-13T21:36:58.430Z | Compiling serde_spanned v0.6.8 |
478 | 2024-12-13T21:36:58.439Z | Compiling cargo-platform v0.1.8 |
479 | 2024-12-13T21:36:58.806Z | Compiling serde_tokenstream v0.2.2 |
480 | 2024-12-13T21:36:58.833Z | Compiling toml_edit v0.22.22 |
481 | 2024-12-13T21:36:59.020Z | Compiling macaddr v1.0.1 |
482 | 2024-12-13T21:36:59.142Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-12-13T21:36:59.935Z | Compiling dof v0.3.0 |
484 | 2024-12-13T21:36:59.935Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-12-13T21:37:01.633Z | Compiling toml v0.8.19 |
486 | 2024-12-13T21:37:01.827Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-13T21:37:01.849Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-13T21:37:02.518Z | Compiling cargo_toml v0.20.5 |
489 | 2024-12-13T21:37:03.273Z | Compiling usdt v0.5.0 |
490 | 2024-12-13T21:37:06.031Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-12-13T21:37:10.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s |
492 | 2024-12-13T21:37:10.388Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-12-13T21:37:10.912Z | Downloading crates ... |
494 | 2024-12-13T21:37:11.055Z | Downloaded http-range v0.1.5 |
495 | 2024-12-13T21:37:11.059Z | Downloaded addr2line v0.24.2 |
496 | 2024-12-13T21:37:11.062Z | Downloaded headers-core v0.3.0 |
497 | 2024-12-13T21:37:11.062Z | Downloaded home v0.5.9 |
498 | 2024-12-13T21:37:11.065Z | Downloaded adler2 v2.0.0 |
499 | 2024-12-13T21:37:11.069Z | Downloaded hex-literal v0.4.1 |
500 | 2024-12-13T21:37:11.073Z | Downloaded instant v0.1.13 |
501 | 2024-12-13T21:37:11.076Z | Downloaded hubpack_derive v0.1.1 |
502 | 2024-12-13T21:37:11.080Z | Downloaded icu_provider_macros v1.5.0 |
503 | 2024-12-13T21:37:11.082Z | Downloaded async-trait v0.1.83 |
504 | 2024-12-13T21:37:11.085Z | Downloaded md5 v0.7.0 |
505 | 2024-12-13T21:37:11.088Z | Downloaded async-stream v0.3.6 |
506 | 2024-12-13T21:37:11.092Z | Downloaded ident_case v1.0.1 |
507 | 2024-12-13T21:37:11.092Z | Downloaded assert_matches v1.5.0 |
508 | 2024-12-13T21:37:11.095Z | Downloaded http-body-util v0.1.2 |
509 | 2024-12-13T21:37:11.095Z | Downloaded hostname v0.3.1 |
510 | 2024-12-13T21:37:11.098Z | Downloaded async-stream-impl v0.3.6 |
511 | 2024-12-13T21:37:11.098Z | Downloaded hostname v0.4.0 |
512 | 2024-12-13T21:37:11.098Z | Downloaded heck v0.3.3 |
513 | 2024-12-13T21:37:11.101Z | Downloaded is_ci v1.2.0 |
514 | 2024-12-13T21:37:11.102Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-12-13T21:37:11.104Z | Downloaded matches v0.1.10 |
516 | 2024-12-13T21:37:11.104Z | Downloaded lockfree-object-pool v0.1.6 |
517 | 2024-12-13T21:37:11.107Z | Downloaded kstat-rs v0.2.4 |
518 | 2024-12-13T21:37:11.111Z | Downloaded is-terminal v0.4.13 |
519 | 2024-12-13T21:37:11.111Z | Downloaded array-init v0.0.4 |
520 | 2024-12-13T21:37:11.114Z | Downloaded internet-checksum v0.2.1 |
521 | 2024-12-13T21:37:11.114Z | Downloaded arrayref v0.3.9 |
522 | 2024-12-13T21:37:11.114Z | Downloaded instability v0.3.2 |
523 | 2024-12-13T21:37:11.114Z | Downloaded lazy_static v1.5.0 |
524 | 2024-12-13T21:37:11.117Z | Downloaded bb8 v0.8.5 |
525 | 2024-12-13T21:37:11.121Z | Downloaded lalrpop-util v0.19.12 |
526 | 2024-12-13T21:37:11.121Z | Downloaded indent_write v2.2.0 |
527 | 2024-12-13T21:37:11.124Z | Downloaded lru v0.12.5 |
528 | 2024-12-13T21:37:11.124Z | Downloaded bcrypt-pbkdf v0.10.0 |
529 | 2024-12-13T21:37:11.126Z | Downloaded mime v0.3.17 |
530 | 2024-12-13T21:37:11.126Z | Downloaded maybe-uninit v2.0.0 |
531 | 2024-12-13T21:37:11.129Z | Downloaded bitfield v0.14.0 |
532 | 2024-12-13T21:37:11.133Z | Downloaded ipnetwork v0.20.0 |
533 | 2024-12-13T21:37:11.136Z | Downloaded linked-hash-map v0.5.6 |
534 | 2024-12-13T21:37:11.136Z | Downloaded httpdate v1.0.3 |
535 | 2024-12-13T21:37:11.136Z | Downloaded bitfield-struct v0.6.2 |
536 | 2024-12-13T21:37:11.139Z | Downloaded arrayvec v0.7.6 |
537 | 2024-12-13T21:37:11.139Z | Downloaded hyper-tls v0.6.0 |
538 | 2024-12-13T21:37:11.142Z | Downloaded http-body v1.0.1 |
539 | 2024-12-13T21:37:11.145Z | Downloaded ciborium-io v0.2.2 |
540 | 2024-12-13T21:37:11.145Z | Downloaded bit-vec v0.6.3 |
541 | 2024-12-13T21:37:11.145Z | Downloaded match_cfg v0.1.0 |
542 | 2024-12-13T21:37:11.147Z | Downloaded cfg_aliases v0.2.1 |
543 | 2024-12-13T21:37:11.148Z | Downloaded cfg_aliases v0.1.1 |
544 | 2024-12-13T21:37:11.151Z | Downloaded bit-set v0.5.3 |
545 | 2024-12-13T21:37:11.151Z | Downloaded base16ct v0.2.0 |
546 | 2024-12-13T21:37:11.151Z | Downloaded impl-trait-for-tuples v0.2.2 |
547 | 2024-12-13T21:37:11.154Z | Downloaded linear-map v1.2.0 |
548 | 2024-12-13T21:37:11.157Z | Downloaded bcs v0.1.6 |
549 | 2024-12-13T21:37:11.160Z | Downloaded iana-time-zone v0.1.61 |
550 | 2024-12-13T21:37:11.163Z | Downloaded bitflags v1.3.2 |
551 | 2024-12-13T21:37:11.165Z | Downloaded inout v0.1.3 |
552 | 2024-12-13T21:37:11.168Z | Downloaded ipnet v2.10.1 |
553 | 2024-12-13T21:37:11.168Z | Downloaded icu_locid_transform v1.5.0 |
554 | 2024-12-13T21:37:11.171Z | Downloaded hyper-staticfile v0.10.1 |
555 | 2024-12-13T21:37:11.174Z | Downloaded heapless v0.8.0 |
556 | 2024-12-13T21:37:11.178Z | Downloaded primeorder v0.13.6 |
557 | 2024-12-13T21:37:11.181Z | Downloaded memmap2 v0.9.5 |
558 | 2024-12-13T21:37:11.184Z | Downloaded async-bb8-diesel v0.2.1 |
559 | 2024-12-13T21:37:11.187Z | Downloaded buf-list v1.0.3 |
560 | 2024-12-13T21:37:11.190Z | Downloaded httparse v1.9.5 |
561 | 2024-12-13T21:37:11.193Z | Downloaded libloading v0.8.5 |
562 | 2024-12-13T21:37:11.195Z | Downloaded darling v0.20.10 |
563 | 2024-12-13T21:37:11.198Z | Downloaded strum v0.26.3 |
564 | 2024-12-13T21:37:11.201Z | Downloaded toolchain_find v0.4.0 |
565 | 2024-12-13T21:37:11.201Z | Downloaded russh-cryptovec v0.7.3 |
566 | 2024-12-13T21:37:11.204Z | Downloaded psl-types v2.0.11 |
567 | 2024-12-13T21:37:11.204Z | Downloaded cobs v0.2.3 |
568 | 2024-12-13T21:37:11.207Z | Downloaded quinn-udp v0.5.5 |
569 | 2024-12-13T21:37:11.207Z | Downloaded hex v0.4.3 |
570 | 2024-12-13T21:37:11.210Z | Downloaded argon2 v0.5.3 |
571 | 2024-12-13T21:37:11.213Z | Downloaded ref-cast-impl v1.0.23 |
572 | 2024-12-13T21:37:11.213Z | Downloaded md-5 v0.10.6 |
573 | 2024-12-13T21:37:11.215Z | Downloaded lock_api v0.4.12 |
574 | 2024-12-13T21:37:11.218Z | Downloaded crossbeam-deque v0.8.5 |
575 | 2024-12-13T21:37:11.218Z | Downloaded crc-catalog v2.4.0 |
576 | 2024-12-13T21:37:11.221Z | Downloaded convert_case v0.4.0 |
577 | 2024-12-13T21:37:11.222Z | Downloaded jobserver v0.1.32 |
578 | 2024-12-13T21:37:11.225Z | Downloaded managed v0.8.0 |
579 | 2024-12-13T21:37:11.225Z | Downloaded icu_locid_transform_data v1.5.0 |
580 | 2024-12-13T21:37:11.228Z | Downloaded icu_normalizer_data v1.5.0 |
581 | 2024-12-13T21:37:11.231Z | Downloaded heapless v0.7.17 |
582 | 2024-12-13T21:37:11.261Z | Downloaded libsw v3.3.1 |
583 | 2024-12-13T21:37:11.261Z | Downloaded crc v3.2.1 |
584 | 2024-12-13T21:37:11.261Z | Downloaded dhcproto-macros v0.1.0 |
585 | 2024-12-13T21:37:11.261Z | Downloaded constant_time_eq v0.3.1 |
586 | 2024-12-13T21:37:11.261Z | Downloaded icu_locid v1.5.0 |
587 | 2024-12-13T21:37:11.262Z | Downloaded same-file v1.0.6 |
588 | 2024-12-13T21:37:11.262Z | Downloaded r2d2 v0.8.10 |
589 | 2024-12-13T21:37:11.262Z | Downloaded ctr v0.9.2 |
590 | 2024-12-13T21:37:11.262Z | Downloaded slog-async v2.8.0 |
591 | 2024-12-13T21:37:11.262Z | Downloaded spin v0.5.2 |
592 | 2024-12-13T21:37:11.262Z | Downloaded tiny-keccak v2.0.2 |
593 | 2024-12-13T21:37:11.262Z | Downloaded structmeta-derive v0.3.0 |
594 | 2024-12-13T21:37:11.262Z | Downloaded structmeta-derive v0.2.0 |
595 | 2024-12-13T21:37:11.266Z | Downloaded chacha20 v0.9.1 |
596 | 2024-12-13T21:37:11.266Z | Downloaded icu_provider v1.5.0 |
597 | 2024-12-13T21:37:11.269Z | Downloaded mime_guess v2.0.5 |
598 | 2024-12-13T21:37:11.269Z | Downloaded memoffset v0.9.1 |
599 | 2024-12-13T21:37:11.272Z | Downloaded structmeta v0.2.0 |
600 | 2024-12-13T21:37:11.275Z | Downloaded thiserror-impl v2.0.3 |
601 | 2024-12-13T21:37:11.276Z | Downloaded strip-ansi-escapes v0.2.0 |
602 | 2024-12-13T21:37:11.279Z | Downloaded indicatif v0.17.9 |
603 | 2024-12-13T21:37:11.281Z | Downloaded cookie_store v0.21.0 |
604 | 2024-12-13T21:37:11.284Z | Downloaded arc-swap v1.7.1 |
605 | 2024-12-13T21:37:11.287Z | Downloaded rustc-demangle v0.1.24 |
606 | 2024-12-13T21:37:11.290Z | Downloaded number_prefix v0.4.0 |
607 | 2024-12-13T21:37:11.293Z | Downloaded num-conv v0.1.0 |
608 | 2024-12-13T21:37:11.293Z | Downloaded const_format_proc_macros v0.2.33 |
609 | 2024-12-13T21:37:11.296Z | Downloaded oso-derive v0.27.3 |
610 | 2024-12-13T21:37:11.296Z | Downloaded xattr v1.3.1 |
611 | 2024-12-13T21:37:11.299Z | Downloaded tokio-native-tls v0.3.1 |
612 | 2024-12-13T21:37:11.302Z | Downloaded serde_derive_internals v0.29.1 |
613 | 2024-12-13T21:37:11.303Z | Downloaded crc32fast v1.4.2 |
614 | 2024-12-13T21:37:11.306Z | Downloaded ed25519 v2.2.3 |
615 | 2024-12-13T21:37:11.309Z | Downloaded openssl-probe v0.1.5 |
616 | 2024-12-13T21:37:11.309Z | Downloaded wyz v0.5.1 |
617 | 2024-12-13T21:37:11.312Z | Downloaded spin v0.9.8 |
618 | 2024-12-13T21:37:11.312Z | Downloaded typify v0.2.0 |
619 | 2024-12-13T21:37:11.317Z | Downloaded phf_shared v0.10.0 |
620 | 2024-12-13T21:37:11.320Z | Downloaded path-slash v0.1.5 |
621 | 2024-12-13T21:37:11.320Z | Downloaded foreign-types-macros v0.2.3 |
622 | 2024-12-13T21:37:11.320Z | Downloaded foreign-types v0.5.0 |
623 | 2024-12-13T21:37:11.323Z | Downloaded float-cmp v0.9.0 |
624 | 2024-12-13T21:37:11.323Z | Downloaded csv-core v0.1.11 |
625 | 2024-12-13T21:37:11.326Z | Downloaded time-macros v0.2.18 |
626 | 2024-12-13T21:37:11.329Z | Downloaded base64 v0.22.1 |
627 | 2024-12-13T21:37:11.332Z | Downloaded utf8_iter v1.0.4 |
628 | 2024-12-13T21:37:11.332Z | Downloaded shlex v1.3.0 |
629 | 2024-12-13T21:37:11.335Z | Downloaded sigpipe v0.1.3 |
630 | 2024-12-13T21:37:11.335Z | Downloaded cookie v0.18.1 |
631 | 2024-12-13T21:37:11.338Z | Downloaded hickory-server v0.24.1 |
632 | 2024-12-13T21:37:11.347Z | Downloaded time-core v0.1.2 |
633 | 2024-12-13T21:37:11.349Z | Downloaded http v1.1.0 |
634 | 2024-12-13T21:37:11.353Z | Downloaded hickory-resolver v0.24.1 |
635 | 2024-12-13T21:37:11.364Z | Downloaded zerofrom v0.1.4 |
636 | 2024-12-13T21:37:11.364Z | Downloaded pbkdf2 v0.12.2 |
637 | 2024-12-13T21:37:11.364Z | Downloaded yoke-derive v0.7.4 |
638 | 2024-12-13T21:37:11.364Z | Downloaded const-oid v0.9.6 |
639 | 2024-12-13T21:37:11.364Z | Downloaded blake2 v0.10.6 |
640 | 2024-12-13T21:37:11.367Z | Downloaded quick-error v1.2.3 |
641 | 2024-12-13T21:37:11.367Z | Downloaded der_derive v0.7.3 |
642 | 2024-12-13T21:37:11.372Z | Downloaded zone_cfg_derive v0.3.0 |
643 | 2024-12-13T21:37:11.372Z | Downloaded writeable v0.5.5 |
644 | 2024-12-13T21:37:11.375Z | Downloaded slog v2.7.0 |
645 | 2024-12-13T21:37:11.375Z | Downloaded darling_macro v0.20.10 |
646 | 2024-12-13T21:37:11.378Z | Downloaded serde_urlencoded v0.7.1 |
647 | 2024-12-13T21:37:11.378Z | Downloaded futures-macro v0.3.31 |
648 | 2024-12-13T21:37:11.382Z | Downloaded crossbeam-utils v0.8.20 |
649 | 2024-12-13T21:37:11.382Z | Downloaded hash32 v0.3.1 |
650 | 2024-12-13T21:37:11.387Z | Downloaded uzers v0.12.1 |
651 | 2024-12-13T21:37:11.388Z | Downloaded slog-stdlog v4.1.1 |
652 | 2024-12-13T21:37:11.391Z | Downloaded simd-adler32 v0.3.7 |
653 | 2024-12-13T21:37:11.391Z | Downloaded predicates-core v1.0.8 |
654 | 2024-12-13T21:37:11.394Z | Downloaded pbkdf2 v0.11.0 |
655 | 2024-12-13T21:37:11.394Z | Downloaded normalize-line-endings v0.3.0 |
656 | 2024-12-13T21:37:11.398Z | Downloaded bzip2 v0.4.4 |
657 | 2024-12-13T21:37:11.398Z | Downloaded chacha20poly1305 v0.10.1 |
658 | 2024-12-13T21:37:11.402Z | Downloaded bytes v1.8.0 |
659 | 2024-12-13T21:37:11.406Z | Downloaded thread_local v1.1.8 |
660 | 2024-12-13T21:37:11.406Z | Downloaded des v0.8.1 |
661 | 2024-12-13T21:37:11.409Z | Downloaded progenitor-client v0.8.0 |
662 | 2024-12-13T21:37:11.409Z | Downloaded tap v1.0.1 |
663 | 2024-12-13T21:37:11.412Z | Downloaded thiserror-no-std v2.0.2 |
664 | 2024-12-13T21:37:11.416Z | Downloaded peg-runtime v0.8.3 |
665 | 2024-12-13T21:37:11.416Z | Downloaded zerofrom-derive v0.1.4 |
666 | 2024-12-13T21:37:11.432Z | Downloaded utf16_iter v1.0.5 |
667 | 2024-12-13T21:37:11.432Z | Downloaded postgres-protocol v0.6.7 |
668 | 2024-12-13T21:37:11.432Z | Downloaded pkcs1 v0.7.5 |
669 | 2024-12-13T21:37:11.432Z | Downloaded tracing-attributes v0.1.27 |
670 | 2024-12-13T21:37:11.432Z | Downloaded dropshot_endpoint v0.13.0 |
671 | 2024-12-13T21:37:11.433Z | Downloaded spki v0.7.3 |
672 | 2024-12-13T21:37:11.436Z | Downloaded env_filter v0.1.2 |
673 | 2024-12-13T21:37:11.436Z | Downloaded enum-as-inner v0.6.1 |
674 | 2024-12-13T21:37:11.436Z | Downloaded scopeguard v1.2.0 |
675 | 2024-12-13T21:37:11.440Z | Downloaded take_mut v0.2.2 |
676 | 2024-12-13T21:37:11.440Z | Downloaded uuid v1.11.0 |
677 | 2024-12-13T21:37:11.443Z | Downloaded signal-hook-tokio v0.3.1 |
678 | 2024-12-13T21:37:11.448Z | Downloaded defmt-parser v0.3.4 |
679 | 2024-12-13T21:37:11.448Z | Downloaded num_enum v0.5.11 |
680 | 2024-12-13T21:37:11.451Z | Downloaded funty v2.0.0 |
681 | 2024-12-13T21:37:11.458Z | Downloaded flagset v0.4.6 |
682 | 2024-12-13T21:37:11.458Z | Downloaded fixedbitset v0.4.2 |
683 | 2024-12-13T21:37:11.458Z | Downloaded waitgroup v0.1.2 |
684 | 2024-12-13T21:37:11.458Z | Downloaded filetime v0.2.25 |
685 | 2024-12-13T21:37:11.469Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-12-13T21:37:11.472Z | Downloaded progenitor v0.8.0 |
687 | 2024-12-13T21:37:11.472Z | Downloaded phf_generator v0.11.2 |
688 | 2024-12-13T21:37:11.472Z | Downloaded tinyvec_macros v0.1.1 |
689 | 2024-12-13T21:37:11.475Z | Downloaded ppv-lite86 v0.2.20 |
690 | 2024-12-13T21:37:11.475Z | Downloaded tokio-tungstenite v0.24.0 |
691 | 2024-12-13T21:37:11.481Z | Downloaded packed_struct_codegen v0.10.1 |
692 | 2024-12-13T21:37:11.484Z | Downloaded packed_struct v0.10.1 |
693 | 2024-12-13T21:37:11.484Z | Downloaded group v0.13.0 |
694 | 2024-12-13T21:37:11.484Z | Downloaded unicode-properties v0.1.3 |
695 | 2024-12-13T21:37:11.490Z | Downloaded glob v0.3.1 |
696 | 2024-12-13T21:37:11.490Z | Downloaded phf_codegen v0.11.2 |
697 | 2024-12-13T21:37:11.490Z | Downloaded phf v0.11.2 |
698 | 2024-12-13T21:37:11.494Z | Downloaded slog-bunyan v2.5.0 |
699 | 2024-12-13T21:37:11.494Z | Downloaded siphasher v0.3.11 |
700 | 2024-12-13T21:37:11.494Z | Downloaded sqlformat v0.2.6 |
701 | 2024-12-13T21:37:11.501Z | Downloaded rand_seeder v0.3.0 |
702 | 2024-12-13T21:37:11.501Z | Downloaded tls_codec_derive v0.4.1 |
703 | 2024-12-13T21:37:11.501Z | Downloaded rand_core v0.6.4 |
704 | 2024-12-13T21:37:11.501Z | Downloaded rand_chacha v0.3.1 |
705 | 2024-12-13T21:37:11.504Z | Downloaded crypto-bigint v0.5.5 |
706 | 2024-12-13T21:37:11.510Z | Downloaded pretty-hex v0.2.1 |
707 | 2024-12-13T21:37:11.513Z | Downloaded newtype_derive v0.1.6 |
708 | 2024-12-13T21:37:11.516Z | Downloaded tabwriter v1.4.0 |
709 | 2024-12-13T21:37:11.516Z | Downloaded wait-timeout v0.2.0 |
710 | 2024-12-13T21:37:11.519Z | Downloaded unarray v0.1.4 |
711 | 2024-12-13T21:37:11.519Z | Downloaded signal-hook-registry v1.4.2 |
712 | 2024-12-13T21:37:11.522Z | Downloaded precomputed-hash v0.1.1 |
713 | 2024-12-13T21:37:11.522Z | Downloaded oso v0.27.3 |
714 | 2024-12-13T21:37:11.525Z | Downloaded zopfli v0.8.1 |
715 | 2024-12-13T21:37:11.528Z | Downloaded ff v0.13.0 |
716 | 2024-12-13T21:37:11.537Z | Downloaded tls_codec v0.4.1 |
717 | 2024-12-13T21:37:11.558Z | Downloaded universal-hash v0.5.1 |
718 | 2024-12-13T21:37:11.558Z | Downloaded globset v0.4.15 |
719 | 2024-12-13T21:37:11.558Z | Downloaded rsa v0.9.6 |
720 | 2024-12-13T21:37:11.558Z | Downloaded expectorate v1.1.0 |
721 | 2024-12-13T21:37:11.559Z | Downloaded ed25519-dalek v2.1.1 |
722 | 2024-12-13T21:37:11.561Z | Downloaded diesel-dtrace v0.4.2 |
723 | 2024-12-13T21:37:11.562Z | Downloaded crossbeam-channel v0.5.13 |
724 | 2024-12-13T21:37:11.562Z | Downloaded nodrop v0.1.14 |
725 | 2024-12-13T21:37:11.562Z | Downloaded data-encoding v2.6.0 |
726 | 2024-12-13T21:37:11.562Z | Downloaded libm v0.2.8 |
727 | 2024-12-13T21:37:11.568Z | Downloaded nibble_vec v0.1.0 |
728 | 2024-12-13T21:37:11.572Z | Downloaded new_debug_unreachable v1.0.6 |
729 | 2024-12-13T21:37:11.572Z | Downloaded endian-type v0.1.2 |
730 | 2024-12-13T21:37:11.575Z | Downloaded parse-display-derive v0.10.0 |
731 | 2024-12-13T21:37:11.575Z | Downloaded multimap v0.10.0 |
732 | 2024-12-13T21:37:11.578Z | Downloaded ghash v0.5.1 |
733 | 2024-12-13T21:37:11.578Z | Downloaded itertools v0.10.5 |
734 | 2024-12-13T21:37:11.584Z | Downloaded openssl-macros v0.1.1 |
735 | 2024-12-13T21:37:11.588Z | Downloaded slog-scope v4.4.0 |
736 | 2024-12-13T21:37:11.588Z | Downloaded rfc6979 v0.4.0 |
737 | 2024-12-13T21:37:11.591Z | Downloaded tinystr v0.7.6 |
738 | 2024-12-13T21:37:11.591Z | Downloaded derive_builder v0.20.2 |
739 | 2024-12-13T21:37:11.597Z | Downloaded termcolor v1.4.1 |
740 | 2024-12-13T21:37:11.600Z | Downloaded smallvec v0.6.14 |
741 | 2024-12-13T21:37:11.600Z | Downloaded publicsuffix v2.2.3 |
742 | 2024-12-13T21:37:11.603Z | Downloaded slog-json v2.6.1 |
743 | 2024-12-13T21:37:11.606Z | Downloaded slog-dtrace v0.3.0 |
744 | 2024-12-13T21:37:11.609Z | Downloaded subprocess v0.2.9 |
745 | 2024-12-13T21:37:11.613Z | Downloaded toml_edit v0.19.15 |
746 | 2024-12-13T21:37:11.628Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2024-12-13T21:37:11.632Z | Downloaded itertools v0.12.1 |
748 | 2024-12-13T21:37:11.638Z | Downloaded embedded-io v0.6.1 |
749 | 2024-12-13T21:37:11.642Z | Downloaded untrusted v0.9.0 |
750 | 2024-12-13T21:37:11.642Z | Downloaded untrusted v0.7.1 |
751 | 2024-12-13T21:37:11.642Z | Downloaded unicode-xid v0.2.6 |
752 | 2024-12-13T21:37:11.645Z | Downloaded tar v0.4.42 |
753 | 2024-12-13T21:37:11.649Z | Downloaded foreign-types v0.3.2 |
754 | 2024-12-13T21:37:11.649Z | Downloaded pkcs8 v0.10.2 |
755 | 2024-12-13T21:37:11.652Z | Downloaded signal-hook v0.3.17 |
756 | 2024-12-13T21:37:11.654Z | Downloaded tungstenite v0.24.0 |
757 | 2024-12-13T21:37:11.659Z | Downloaded subtle v2.6.1 |
758 | 2024-12-13T21:37:11.662Z | Downloaded ssh-cipher v0.2.0 |
759 | 2024-12-13T21:37:11.662Z | Downloaded embedded-io v0.4.0 |
760 | 2024-12-13T21:37:11.666Z | Downloaded tinyvec v1.8.0 |
761 | 2024-12-13T21:37:11.668Z | Downloaded rayon-core v1.12.1 |
762 | 2024-12-13T21:37:11.672Z | Downloaded url v2.5.3 |
763 | 2024-12-13T21:37:11.676Z | Downloaded similar v2.6.0 |
764 | 2024-12-13T21:37:11.682Z | Downloaded sync_wrapper v1.0.1 |
765 | 2024-12-13T21:37:11.684Z | Downloaded progenitor-macro v0.8.0 |
766 | 2024-12-13T21:37:11.684Z | Downloaded tokio-rustls v0.24.1 |
767 | 2024-12-13T21:37:11.688Z | Downloaded tokio-postgres v0.7.12 |
768 | 2024-12-13T21:37:11.693Z | Downloaded deranged v0.3.11 |
769 | 2024-12-13T21:37:11.696Z | Downloaded native-tls v0.2.12 |
770 | 2024-12-13T21:37:11.700Z | Downloaded peg-macros v0.8.4 |
771 | 2024-12-13T21:37:11.700Z | Downloaded futures-task v0.3.31 |
772 | 2024-12-13T21:37:11.702Z | Downloaded futures-sink v0.3.31 |
773 | 2024-12-13T21:37:11.702Z | Downloaded strum_macros v0.25.3 |
774 | 2024-12-13T21:37:11.705Z | Downloaded hyper v1.5.0 |
775 | 2024-12-13T21:37:11.712Z | Downloaded sqlparser_derive v0.2.2 |
776 | 2024-12-13T21:37:11.714Z | Downloaded topological-sort v0.2.2 |
777 | 2024-12-13T21:37:11.715Z | Downloaded vsss-rs v3.3.4 |
778 | 2024-12-13T21:37:11.718Z | Downloaded num_threads v0.1.7 |
779 | 2024-12-13T21:37:11.721Z | Downloaded smf v0.2.3 |
780 | 2024-12-13T21:37:11.721Z | Downloaded shell-words v1.1.0 |
781 | 2024-12-13T21:37:11.724Z | Downloaded ref-cast v1.0.23 |
782 | 2024-12-13T21:37:11.726Z | Downloaded ecdsa v0.16.9 |
783 | 2024-12-13T21:37:11.729Z | Downloaded tungstenite v0.23.0 |
784 | 2024-12-13T21:37:11.732Z | Downloaded unicode-normalization v0.1.24 |
785 | 2024-12-13T21:37:11.736Z | Downloaded radium v0.7.0 |
786 | 2024-12-13T21:37:11.741Z | Downloaded powerfmt v0.2.0 |
787 | 2024-12-13T21:37:11.741Z | Downloaded zone v0.1.8 |
788 | 2024-12-13T21:37:11.743Z | Downloaded zerovec-derive v0.10.3 |
789 | 2024-12-13T21:37:11.744Z | Downloaded typify-macro v0.2.0 |
790 | 2024-12-13T21:37:11.747Z | Downloaded vte v0.11.1 |
791 | 2024-12-13T21:37:11.747Z | Downloaded zone v0.3.0 |
792 | 2024-12-13T21:37:11.750Z | Downloaded displaydoc v0.2.5 |
793 | 2024-12-13T21:37:11.752Z | Downloaded pin-utils v0.1.0 |
794 | 2024-12-13T21:37:11.755Z | Downloaded fxhash v0.2.1 |
795 | 2024-12-13T21:37:11.755Z | Downloaded fragile v2.0.0 |
796 | 2024-12-13T21:37:11.759Z | Downloaded strum_macros v0.24.3 |
797 | 2024-12-13T21:37:11.759Z | Downloaded sync-ptr v0.1.1 |
798 | 2024-12-13T21:37:11.763Z | Downloaded parse-zoneinfo v0.3.1 |
799 | 2024-12-13T21:37:11.768Z | Downloaded tokio-util v0.7.12 |
800 | 2024-12-13T21:37:11.772Z | Downloaded newline-converter v0.3.0 |
801 | 2024-12-13T21:37:11.776Z | Downloaded rustls-pemfile v1.0.4 |
802 | 2024-12-13T21:37:11.779Z | Downloaded string_cache v0.8.7 |
803 | 2024-12-13T21:37:11.779Z | Downloaded static_assertions v1.1.0 |
804 | 2024-12-13T21:37:11.782Z | Downloaded foldhash v0.1.3 |
805 | 2024-12-13T21:37:11.782Z | Downloaded ssh-encoding v0.2.0 |
806 | 2024-12-13T21:37:11.785Z | Downloaded diesel_derives v2.2.3 |
807 | 2024-12-13T21:37:11.788Z | Downloaded olpc-cjson v0.1.4 |
808 | 2024-12-13T21:37:11.792Z | Downloaded resolv-conf v0.7.0 |
809 | 2024-12-13T21:37:11.792Z | Downloaded parking_lot v0.11.2 |
810 | 2024-12-13T21:37:11.796Z | Downloaded multer v3.1.0 |
811 | 2024-12-13T21:37:11.799Z | Downloaded mirai-annotations v1.12.0 |
812 | 2024-12-13T21:37:11.799Z | Downloaded foreign-types-shared v0.1.1 |
813 | 2024-12-13T21:37:11.799Z | Downloaded want v0.3.1 |
814 | 2024-12-13T21:37:11.803Z | Downloaded rustc_version v0.4.1 |
815 | 2024-12-13T21:37:11.803Z | Downloaded form_urlencoded v1.2.1 |
816 | 2024-12-13T21:37:11.803Z | Downloaded zeroize_derive v1.4.2 |
817 | 2024-12-13T21:37:11.806Z | Downloaded percent-encoding v2.3.1 |
818 | 2024-12-13T21:37:11.806Z | Downloaded omicron-zone-package v0.11.1 |
819 | 2024-12-13T21:37:11.809Z | Downloaded derive_builder_macro v0.20.2 |
820 | 2024-12-13T21:37:11.809Z | Downloaded unsafe-libyaml v0.2.11 |
821 | 2024-12-13T21:37:11.813Z | Downloaded password-hash v0.5.0 |
822 | 2024-12-13T21:37:11.816Z | Downloaded sha1 v0.10.6 |
823 | 2024-12-13T21:37:11.820Z | Downloaded progenitor-impl v0.8.0 |
824 | 2024-12-13T21:37:11.823Z | Downloaded fs_extra v1.3.0 |
825 | 2024-12-13T21:37:11.823Z | Downloaded gethostname v0.5.0 |
826 | 2024-12-13T21:37:11.826Z | Downloaded env_logger v0.11.5 |
827 | 2024-12-13T21:37:11.828Z | Downloaded vte_generate_state_changes v0.1.2 |
828 | 2024-12-13T21:37:11.828Z | Downloaded hkdf v0.12.4 |
829 | 2024-12-13T21:37:11.832Z | Downloaded tokio-tungstenite v0.23.1 |
830 | 2024-12-13T21:37:11.834Z | Downloaded write16 v1.0.0 |
831 | 2024-12-13T21:37:11.837Z | Downloaded newtype-uuid v1.1.3 |
832 | 2024-12-13T21:37:11.837Z | Downloaded snafu-derive v0.8.5 |
833 | 2024-12-13T21:37:11.840Z | Downloaded postcard v1.0.10 |
834 | 2024-12-13T21:37:11.843Z | Downloaded unicode-truncate v1.1.0 |
835 | 2024-12-13T21:37:11.843Z | Downloaded unicase v2.7.0 |
836 | 2024-12-13T21:37:11.847Z | Downloaded tokio-stream v0.1.16 |
837 | 2024-12-13T21:37:11.850Z | Downloaded p256 v0.13.2 |
838 | 2024-12-13T21:37:11.855Z | Downloaded parse-size v1.1.0 |
839 | 2024-12-13T21:37:11.857Z | Downloaded parse-display v0.10.0 |
840 | 2024-12-13T21:37:11.857Z | Downloaded salty v0.3.0 |
841 | 2024-12-13T21:37:11.863Z | Downloaded foreign-types-shared v0.3.1 |
842 | 2024-12-13T21:37:11.867Z | Downloaded float-ord v0.3.2 |
843 | 2024-12-13T21:37:11.867Z | Downloaded rpassword v7.3.1 |
844 | 2024-12-13T21:37:11.867Z | Downloaded getrandom v0.2.15 |
845 | 2024-12-13T21:37:11.870Z | Downloaded downcast v0.11.0 |
846 | 2024-12-13T21:37:11.873Z | Downloaded salsa20 v0.10.2 |
847 | 2024-12-13T21:37:11.873Z | Downloaded dropshot_endpoint v0.12.0 |
848 | 2024-12-13T21:37:11.877Z | Downloaded crossterm v0.28.1 |
849 | 2024-12-13T21:37:11.883Z | Downloaded thiserror v2.0.3 |
850 | 2024-12-13T21:37:11.888Z | Downloaded num-iter v0.1.45 |
851 | 2024-12-13T21:37:11.891Z | Downloaded num-integer v0.1.46 |
852 | 2024-12-13T21:37:11.894Z | Downloaded which v4.4.2 |
853 | 2024-12-13T21:37:11.894Z | Downloaded display-error-chain v0.2.2 |
854 | 2024-12-13T21:37:11.897Z | Downloaded num v0.4.3 |
855 | 2024-12-13T21:37:11.897Z | Downloaded walkdir v2.5.0 |
856 | 2024-12-13T21:37:11.900Z | Downloaded time v0.3.36 |
857 | 2024-12-13T21:37:11.906Z | Downloaded pin-project-internal v1.1.6 |
858 | 2024-12-13T21:37:11.908Z | Downloaded rcgen v0.12.1 |
859 | 2024-12-13T21:37:11.912Z | Downloaded tracing v0.1.40 |
860 | 2024-12-13T21:37:11.915Z | Downloaded termios v0.3.3 |
861 | 2024-12-13T21:37:11.918Z | Downloaded synstructure v0.13.1 |
862 | 2024-12-13T21:37:11.918Z | Downloaded rustls-webpki v0.101.7 |
863 | 2024-12-13T21:37:11.932Z | Downloaded pem v3.0.4 |
864 | 2024-12-13T21:37:11.937Z | Downloaded fallible-iterator v0.2.0 |
865 | 2024-12-13T21:37:11.937Z | Downloaded zeroize v1.8.1 |
866 | 2024-12-13T21:37:11.937Z | Downloaded termtree v0.4.1 |
867 | 2024-12-13T21:37:11.937Z | Downloaded yoke v0.7.4 |
868 | 2024-12-13T21:37:11.944Z | Downloaded rustversion v1.0.17 |
869 | 2024-12-13T21:37:11.944Z | Downloaded rustc-hash v1.1.0 |
870 | 2024-12-13T21:37:11.944Z | Downloaded schemars v0.8.21 |
871 | 2024-12-13T21:37:11.956Z | Downloaded serde-big-array v0.5.1 |
872 | 2024-12-13T21:37:11.962Z | Downloaded pem-rfc7468 v0.7.0 |
873 | 2024-12-13T21:37:11.962Z | Downloaded scheduled-thread-pool v0.2.7 |
874 | 2024-12-13T21:37:11.962Z | Downloaded dirs-next v2.0.0 |
875 | 2024-12-13T21:37:11.962Z | Downloaded rand v0.8.5 |
876 | 2024-12-13T21:37:11.968Z | Downloaded postgres-types v0.2.8 |
877 | 2024-12-13T21:37:11.973Z | Downloaded whoami v1.5.2 |
878 | 2024-12-13T21:37:11.973Z | Downloaded parking_lot_core v0.8.6 |
879 | 2024-12-13T21:37:11.976Z | Downloaded xz2 v0.1.7 |
880 | 2024-12-13T21:37:11.977Z | Downloaded aws-lc-rs v1.10.0 |
881 | 2024-12-13T21:37:11.983Z | Downloaded parking_lot_core v0.9.10 |
882 | 2024-12-13T21:37:11.986Z | Downloaded polyval v0.6.2 |
883 | 2024-12-13T21:37:11.989Z | Downloaded snafu v0.8.5 |
884 | 2024-12-13T21:37:11.994Z | Downloaded quinn v0.11.5 |
885 | 2024-12-13T21:37:11.997Z | Downloaded difflib v0.4.0 |
886 | 2024-12-13T21:37:12.000Z | Downloaded rustls-pemfile v2.2.0 |
887 | 2024-12-13T21:37:12.003Z | Downloaded lalrpop v0.19.12 |
888 | 2024-12-13T21:37:12.013Z | Downloaded phf_shared v0.11.2 |
889 | 2024-12-13T21:37:12.017Z | Downloaded diff v0.1.13 |
890 | 2024-12-13T21:37:12.020Z | Downloaded yasna v0.5.2 |
891 | 2024-12-13T21:37:12.024Z | Downloaded blake3 v1.5.4 |
892 | 2024-12-13T21:37:12.029Z | Downloaded twox-hash v1.6.3 |
893 | 2024-12-13T21:37:12.033Z | Downloaded thiserror-impl-no-std v2.0.2 |
894 | 2024-12-13T21:37:12.033Z | Downloaded stringprep v0.1.5 |
895 | 2024-12-13T21:37:12.037Z | Downloaded derive_more v0.99.18 |
896 | 2024-12-13T21:37:12.040Z | Downloaded mockall_derive v0.13.0 |
897 | 2024-12-13T21:37:12.043Z | Downloaded num-rational v0.4.2 |
898 | 2024-12-13T21:37:12.043Z | Downloaded ron v0.7.1 |
899 | 2024-12-13T21:37:12.048Z | Downloaded pin-project-lite v0.2.14 |
900 | 2024-12-13T21:37:12.052Z | Downloaded hashbrown v0.14.5 |
901 | 2024-12-13T21:37:12.059Z | Downloaded steno v0.4.1 |
902 | 2024-12-13T21:37:12.063Z | Downloaded derive-where v1.2.7 |
903 | 2024-12-13T21:37:12.066Z | Downloaded idna v0.3.0 |
904 | 2024-12-13T21:37:12.075Z | Downloaded flume v0.11.1 |
905 | 2024-12-13T21:37:12.079Z | Downloaded tokio-rustls v0.26.0 |
906 | 2024-12-13T21:37:12.082Z | Downloaded tokio-rustls v0.25.0 |
907 | 2024-12-13T21:37:12.085Z | Downloaded unicode-bidi v0.3.17 |
908 | 2024-12-13T21:37:12.088Z | Downloaded serde_path_to_error v0.1.16 |
909 | 2024-12-13T21:37:12.088Z | Downloaded num-bigint v0.4.6 |
910 | 2024-12-13T21:37:12.093Z | Downloaded serde_with v3.11.0 |
911 | 2024-12-13T21:37:12.102Z | Downloaded pin-project v1.1.6 |
912 | 2024-12-13T21:37:12.114Z | Downloaded test-strategy v0.3.1 |
913 | 2024-12-13T21:37:12.118Z | Downloaded winnow v0.5.40 |
914 | 2024-12-13T21:37:12.127Z | Downloaded env_logger v0.10.2 |
915 | 2024-12-13T21:37:12.130Z | Downloaded h2 v0.4.6 |
916 | 2024-12-13T21:37:12.138Z | Downloaded webpki-roots v0.26.6 |
917 | 2024-12-13T21:37:12.142Z | Downloaded idna v0.4.0 |
918 | 2024-12-13T21:37:12.149Z | Downloaded ssh-key v0.6.6 |
919 | 2024-12-13T21:37:12.157Z | Downloaded zerocopy-derive v0.8.10 |
920 | 2024-12-13T21:37:12.164Z | Downloaded mio v1.0.2 |
921 | 2024-12-13T21:37:12.171Z | Downloaded typed-path v0.9.3 |
922 | 2024-12-13T21:37:12.178Z | Downloaded rustyline v14.0.0 |
923 | 2024-12-13T21:37:12.184Z | Downloaded object v0.30.4 |
924 | 2024-12-13T21:37:12.194Z | Downloaded sqlparser v0.45.0 |
925 | 2024-12-13T21:37:12.211Z | Downloaded proptest v1.5.0 |
926 | 2024-12-13T21:37:12.228Z | Downloaded tough v0.19.0 |
927 | 2024-12-13T21:37:12.228Z | Downloaded bitvec v1.0.1 |
928 | 2024-12-13T21:37:12.251Z | Downloaded zerovec v0.10.4 |
929 | 2024-12-13T21:37:12.259Z | Downloaded portable-atomic v1.9.0 |
930 | 2024-12-13T21:37:12.262Z | Downloaded hickory-proto v0.24.1 |
931 | 2024-12-13T21:37:12.287Z | Downloaded p521 v0.13.3 |
932 | 2024-12-13T21:37:12.294Z | Downloaded git2 v0.19.0 |
933 | 2024-12-13T21:37:12.298Z | Downloaded petname v2.0.2 |
934 | 2024-12-13T21:37:12.302Z | Downloaded rustls-webpki v0.102.8 |
935 | 2024-12-13T21:37:12.321Z | Downloaded p384 v0.13.0 |
936 | 2024-12-13T21:37:12.327Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2024-12-13T21:37:12.340Z | Downloaded quinn-proto v0.11.8 |
938 | 2024-12-13T21:37:12.353Z | Downloaded regress v0.9.1 |
939 | 2024-12-13T21:37:12.357Z | Downloaded zerocopy v0.8.10 |
940 | 2024-12-13T21:37:12.377Z | Downloaded reqwest v0.12.9 |
941 | 2024-12-13T21:37:12.385Z | Downloaded rustls v0.23.19 |
942 | 2024-12-13T21:37:12.397Z | Downloaded curve25519-dalek v4.1.3 |
943 | 2024-12-13T21:37:12.405Z | Downloaded nix v0.29.0 |
944 | 2024-12-13T21:37:12.416Z | Downloaded vcpkg v0.2.15 |
945 | 2024-12-13T21:37:12.452Z | Downloaded rustls v0.21.12 |
946 | 2024-12-13T21:37:12.464Z | Downloaded radix_trie v0.2.1 |
947 | 2024-12-13T21:37:12.469Z | Downloaded dropshot v0.13.0 |
948 | 2024-12-13T21:37:12.491Z | Downloaded diesel v2.2.6 |
949 | 2024-12-13T21:37:12.509Z | Downloaded chrono-tz v0.10.0 |
950 | 2024-12-13T21:37:12.516Z | Downloaded openssl v0.10.66 |
951 | 2024-12-13T21:37:12.525Z | Downloaded bstr v1.10.0 |
952 | 2024-12-13T21:37:12.535Z | Downloaded unicode-width v0.2.0 |
953 | 2024-12-13T21:37:12.541Z | Downloaded ratatui v0.28.1 |
954 | 2024-12-13T21:37:12.564Z | Downloaded regex-syntax v0.6.29 |
955 | 2024-12-13T21:37:12.572Z | Downloaded typify-impl v0.2.0 |
956 | 2024-12-13T21:37:12.583Z | Downloaded dropshot v0.12.0 |
957 | 2024-12-13T21:37:12.603Z | Downloaded smoltcp v0.11.0 |
958 | 2024-12-13T21:37:12.615Z | Downloaded openapiv3 v2.0.0 |
959 | 2024-12-13T21:37:12.627Z | Downloaded object v0.36.5 |
960 | 2024-12-13T21:37:12.639Z | Downloaded polar-core v0.27.3 |
961 | 2024-12-13T21:37:12.648Z | Downloaded smoltcp v0.9.1 |
962 | 2024-12-13T21:37:12.658Z | Downloaded rustls v0.22.4 |
963 | 2024-12-13T21:37:12.672Z | Downloaded nix v0.28.0 |
964 | 2024-12-13T21:37:12.682Z | Downloaded sled v0.34.7 |
965 | 2024-12-13T21:37:12.692Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2024-12-13T21:37:12.701Z | Downloaded gimli v0.31.1 |
967 | 2024-12-13T21:37:12.711Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
968 | 2024-12-13T21:37:12.723Z | Downloaded lzma-sys v0.1.20 |
969 | 2024-12-13T21:37:12.753Z | Downloaded regex-syntax v0.8.5 |
970 | 2024-12-13T21:37:12.761Z | Downloaded regress v0.10.1 |
971 | 2024-12-13T21:37:12.770Z | Downloaded nix v0.27.1 |
972 | 2024-12-13T21:37:12.781Z | Downloaded petgraph v0.6.5 |
973 | 2024-12-13T21:37:12.796Z | Downloaded tokio v1.40.0 |
974 | 2024-12-13T21:37:12.832Z | Downloaded regex-automata v0.4.8 |
975 | 2024-12-13T21:37:12.849Z | Downloaded libz-sys v1.1.20 |
976 | 2024-12-13T21:37:12.869Z | Downloaded chrono v0.4.38 |
977 | 2024-12-13T21:37:12.876Z | Downloaded idna v0.2.3 |
978 | 2024-12-13T21:37:12.883Z | Downloaded headers v0.4.0 |
979 | 2024-12-13T21:37:12.889Z | Downloaded flate2 v1.0.34 |
980 | 2024-12-13T21:37:12.893Z | Downloaded reedline v0.35.0 |
981 | 2024-12-13T21:37:12.901Z | Downloaded rusqlite v0.32.1 |
982 | 2024-12-13T21:37:12.908Z | Downloaded csv v1.3.0 |
983 | 2024-12-13T21:37:12.929Z | Downloaded serde_yaml v0.9.34+deprecated |
984 | 2024-12-13T21:37:12.933Z | Downloaded regex v1.11.1 |
985 | 2024-12-13T21:37:12.946Z | Downloaded idna v0.5.0 |
986 | 2024-12-13T21:37:12.954Z | Downloaded ron v0.8.1 |
987 | 2024-12-13T21:37:12.959Z | Downloaded rayon v1.10.0 |
988 | 2024-12-13T21:37:12.972Z | Downloaded miniz_oxide v0.8.0 |
989 | 2024-12-13T21:37:12.973Z | Downloaded futures v0.3.31 |
990 | 2024-12-13T21:37:12.977Z | Downloaded bindgen v0.69.5 |
991 | 2024-12-13T21:37:12.985Z | Downloaded sha3 v0.10.8 |
992 | 2024-12-13T21:37:12.990Z | Downloaded russh v0.45.0 |
993 | 2024-12-13T21:37:12.995Z | Downloaded num-bigint-dig v0.8.4 |
994 | 2024-12-13T21:37:13.000Z | Downloaded futures-util v0.3.31 |
995 | 2024-12-13T21:37:13.013Z | Downloaded quick-xml v0.33.0 |
996 | 2024-12-13T21:37:13.019Z | Downloaded derive_builder_core v0.20.2 |
997 | 2024-12-13T21:37:13.022Z | Downloaded parking_lot v0.12.3 |
998 | 2024-12-13T21:37:13.025Z | Downloaded term v0.7.0 |
999 | 2024-12-13T21:37:13.028Z | Downloaded rtoolbox v0.0.2 |
1000 | 2024-12-13T21:37:13.028Z | Downloaded aho-corasick v1.1.3 |
1001 | 2024-12-13T21:37:13.034Z | Downloaded nom v7.1.3 |
1002 | 2024-12-13T21:37:13.039Z | Downloaded icu_properties_data v1.5.0 |
1003 | 2024-12-13T21:37:13.051Z | Downloaded num-complex v0.4.6 |
1004 | 2024-12-13T21:37:13.054Z | Downloaded futures-channel v0.3.31 |
1005 | 2024-12-13T21:37:13.057Z | Downloaded password-hash v0.4.2 |
1006 | 2024-12-13T21:37:13.057Z | Downloaded serde_with_macros v3.11.0 |
1007 | 2024-12-13T21:37:13.060Z | Downloaded zip v0.6.6 |
1008 | 2024-12-13T21:37:13.063Z | Downloaded tracing-core v0.1.32 |
1009 | 2024-12-13T21:37:13.066Z | Downloaded tokio-tungstenite v0.21.0 |
1010 | 2024-12-13T21:37:13.071Z | Downloaded vergen v8.3.2 |
1011 | 2024-12-13T21:37:13.074Z | Downloaded strum_macros v0.26.4 |
1012 | 2024-12-13T21:37:13.074Z | Downloaded value-bag v1.9.0 |
1013 | 2024-12-13T21:37:13.076Z | Downloaded nanorand v0.7.0 |
1014 | 2024-12-13T21:37:13.081Z | Downloaded paste v1.0.15 |
1015 | 2024-12-13T21:37:13.084Z | Downloaded mockall v0.13.0 |
1016 | 2024-12-13T21:37:13.084Z | Downloaded poly1305 v0.8.0 |
1017 | 2024-12-13T21:37:13.087Z | Downloaded smallvec v1.13.2 |
1018 | 2024-12-13T21:37:13.087Z | Downloaded tui-tree-widget v0.22.0 |
1019 | 2024-12-13T21:37:13.091Z | Downloaded semver v0.1.20 |
1020 | 2024-12-13T21:37:13.091Z | Downloaded scrypt v0.11.0 |
1021 | 2024-12-13T21:37:13.091Z | Downloaded zerocopy v0.6.6 |
1022 | 2024-12-13T21:37:13.094Z | Downloaded der v0.7.9 |
1023 | 2024-12-13T21:37:13.097Z | Downloaded zip v2.1.3 |
1024 | 2024-12-13T21:37:13.101Z | Downloaded sct v0.7.1 |
1025 | 2024-12-13T21:37:13.104Z | Downloaded aes-gcm v0.10.3 |
1026 | 2024-12-13T21:37:13.108Z | Downloaded unicode_categories v0.1.1 |
1027 | 2024-12-13T21:37:13.111Z | Downloaded qorb v0.2.1 |
1028 | 2024-12-13T21:37:13.115Z | Downloaded encoding_rs v0.8.34 |
1029 | 2024-12-13T21:37:13.136Z | Downloaded either v1.13.0 |
1030 | 2024-12-13T21:37:13.139Z | Downloaded dunce v1.0.5 |
1031 | 2024-12-13T21:37:13.139Z | Downloaded dsl_auto_type v0.1.2 |
1032 | 2024-12-13T21:37:13.142Z | Downloaded fatfs v0.3.6 |
1033 | 2024-12-13T21:37:13.146Z | Downloaded elliptic-curve v0.13.8 |
1034 | 2024-12-13T21:37:13.149Z | Downloaded openssl-sys v0.9.103 |
1035 | 2024-12-13T21:37:13.154Z | Downloaded itertools v0.13.0 |
1036 | 2024-12-13T21:37:13.160Z | Downloaded hashlink v0.9.1 |
1037 | 2024-12-13T21:37:13.164Z | Downloaded try-lock v0.2.5 |
1038 | 2024-12-13T21:37:13.164Z | Downloaded tower-service v0.3.3 |
1039 | 2024-12-13T21:37:13.164Z | Downloaded dirs-sys-next v0.1.2 |
1040 | 2024-12-13T21:37:13.164Z | Downloaded tokio-macros v2.4.0 |
1041 | 2024-12-13T21:37:13.166Z | Downloaded slog-envlogger v2.2.0 |
1042 | 2024-12-13T21:37:13.166Z | Downloaded peg v0.8.4 |
1043 | 2024-12-13T21:37:13.170Z | Downloaded nu-ansi-term v0.50.1 |
1044 | 2024-12-13T21:37:13.173Z | Downloaded tungstenite v0.21.0 |
1045 | 2024-12-13T21:37:13.175Z | Downloaded hashbrown v0.13.2 |
1046 | 2024-12-13T21:37:13.180Z | Downloaded hashbrown v0.12.3 |
1047 | 2024-12-13T21:37:13.185Z | Downloaded unicode-segmentation v1.12.0 |
1048 | 2024-12-13T21:37:13.189Z | Downloaded idna v1.0.3 |
1049 | 2024-12-13T21:37:13.193Z | Downloaded rustfmt-wrapper v0.2.1 |
1050 | 2024-12-13T21:37:13.196Z | Downloaded socket2 v0.5.7 |
1051 | 2024-12-13T21:37:13.199Z | Downloaded opaque-debug v0.3.1 |
1052 | 2024-12-13T21:37:13.199Z | Downloaded proc-macro-crate v1.3.1 |
1053 | 2024-12-13T21:37:13.199Z | Downloaded predicates-tree v1.0.11 |
1054 | 2024-12-13T21:37:13.203Z | Downloaded pkg-config v0.3.31 |
1055 | 2024-12-13T21:37:13.207Z | Downloaded rustls-pki-types v1.10.0 |
1056 | 2024-12-13T21:37:13.207Z | Downloaded fallible-streaming-iterator v0.1.9 |
1057 | 2024-12-13T21:37:13.207Z | Downloaded fallible-iterator v0.3.0 |
1058 | 2024-12-13T21:37:13.210Z | Downloaded dyn-clone v1.0.17 |
1059 | 2024-12-13T21:37:13.210Z | Downloaded num_enum_derive v0.5.11 |
1060 | 2024-12-13T21:37:13.213Z | Downloaded num-traits v0.2.19 |
1061 | 2024-12-13T21:37:13.217Z | Downloaded x509-cert v0.2.5 |
1062 | 2024-12-13T21:37:13.220Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1063 | 2024-12-13T21:37:13.281Z | Downloaded ena v0.14.3 |
1064 | 2024-12-13T21:37:13.284Z | Downloaded aes v0.8.4 |
1065 | 2024-12-13T21:37:13.287Z | Downloaded signal-hook-mio v0.2.4 |
1066 | 2024-12-13T21:37:13.289Z | Downloaded secrecy v0.8.0 |
1067 | 2024-12-13T21:37:13.292Z | Downloaded sec1 v0.7.3 |
1068 | 2024-12-13T21:37:13.292Z | Downloaded rusty-fork v0.3.0 |
1069 | 2024-12-13T21:37:13.292Z | Downloaded libxml v0.3.3 |
1070 | 2024-12-13T21:37:13.299Z | Downloaded const_format v0.2.33 |
1071 | 2024-12-13T21:37:13.303Z | Downloaded defmt v0.3.8 |
1072 | 2024-12-13T21:37:13.307Z | Downloaded half v2.4.1 |
1073 | 2024-12-13T21:37:13.310Z | Downloaded pkcs5 v0.7.1 |
1074 | 2024-12-13T21:37:13.314Z | Downloaded darling_core v0.20.10 |
1075 | 2024-12-13T21:37:13.319Z | Downloaded serde_repr v0.1.19 |
1076 | 2024-12-13T21:37:13.322Z | Downloaded dhcproto v0.12.0 |
1077 | 2024-12-13T21:37:13.325Z | Downloaded russh-keys v0.45.0 |
1078 | 2024-12-13T21:37:13.328Z | Downloaded cc v1.1.30 |
1079 | 2024-12-13T21:37:13.331Z | Downloaded bumpalo v3.16.0 |
1080 | 2024-12-13T21:37:13.334Z | Downloaded defmt-macros v0.3.9 |
1081 | 2024-12-13T21:37:13.337Z | Downloaded debug-ignore v1.0.5 |
1082 | 2024-12-13T21:37:13.340Z | Downloaded predicates v3.1.2 |
1083 | 2024-12-13T21:37:13.340Z | Downloaded minimal-lexical v0.2.1 |
1084 | 2024-12-13T21:37:13.345Z | Downloaded slog-term v2.9.1 |
1085 | 2024-12-13T21:37:13.348Z | Downloaded schemars_derive v0.8.21 |
1086 | 2024-12-13T21:37:13.351Z | Downloaded toml v0.7.8 |
1087 | 2024-12-13T21:37:13.354Z | Downloaded base64 v0.21.7 |
1088 | 2024-12-13T21:37:13.358Z | Downloaded samael v0.0.17 |
1089 | 2024-12-13T21:37:13.364Z | Downloaded compact_str v0.8.0 |
1090 | 2024-12-13T21:37:13.367Z | Downloaded utf-8 v0.7.6 |
1091 | 2024-12-13T21:37:13.370Z | Downloaded owo-colors v4.1.0 |
1092 | 2024-12-13T21:37:13.373Z | Downloaded crossbeam-epoch v0.9.18 |
1093 | 2024-12-13T21:37:13.375Z | Downloaded supports-color v3.0.1 |
1094 | 2024-12-13T21:37:13.375Z | Downloaded serde_plain v1.0.2 |
1095 | 2024-12-13T21:37:13.378Z | Downloaded rustc_version v0.1.7 |
1096 | 2024-12-13T21:37:13.378Z | Downloaded rustc-hash v2.0.0 |
1097 | 2024-12-13T21:37:13.379Z | Downloaded icu_collections v1.5.0 |
1098 | 2024-12-13T21:37:13.384Z | Downloaded hash32 v0.2.1 |
1099 | 2024-12-13T21:37:13.388Z | Downloaded futures-io v0.3.31 |
1100 | 2024-12-13T21:37:13.388Z | Downloaded futures-executor v0.3.31 |
1101 | 2024-12-13T21:37:13.388Z | Downloaded backtrace v0.3.74 |
1102 | 2024-12-13T21:37:13.393Z | Downloaded num-derive v0.4.2 |
1103 | 2024-12-13T21:37:13.396Z | Downloaded fd-lock v4.0.2 |
1104 | 2024-12-13T21:37:13.399Z | Downloaded enum-as-inner v0.5.1 |
1105 | 2024-12-13T21:37:13.399Z | Downloaded prettyplease v0.2.25 |
1106 | 2024-12-13T21:37:13.402Z | Downloaded crc-any v2.5.0 |
1107 | 2024-12-13T21:37:13.405Z | Downloaded clang-sys v1.8.1 |
1108 | 2024-12-13T21:37:13.409Z | Downloaded futures-core v0.3.31 |
1109 | 2024-12-13T21:37:13.410Z | Downloaded icu_properties v1.5.1 |
1110 | 2024-12-13T21:37:13.413Z | Downloaded hyper-util v0.1.10 |
1111 | 2024-12-13T21:37:13.415Z | Downloaded base64 v0.13.1 |
1112 | 2024-12-13T21:37:13.418Z | Downloaded allocator-api2 v0.2.18 |
1113 | 2024-12-13T21:37:13.421Z | Downloaded console v0.15.8 |
1114 | 2024-12-13T21:37:13.424Z | Downloaded cancel-safe-futures v0.1.5 |
1115 | 2024-12-13T21:37:13.427Z | Downloaded icu_normalizer v1.5.0 |
1116 | 2024-12-13T21:37:13.431Z | Downloaded stable_deref_trait v1.2.0 |
1117 | 2024-12-13T21:37:13.434Z | Downloaded signature v2.2.0 |
1118 | 2024-12-13T21:37:13.434Z | Downloaded serde-hex v0.1.0 |
1119 | 2024-12-13T21:37:13.437Z | Downloaded rand_xorshift v0.3.0 |
1120 | 2024-12-13T21:37:13.437Z | Downloaded ciborium v0.2.2 |
1121 | 2024-12-13T21:37:13.440Z | Downloaded cassowary v0.3.0 |
1122 | 2024-12-13T21:37:13.440Z | Downloaded slab v0.4.9 |
1123 | 2024-12-13T21:37:13.443Z | Downloaded curve25519-dalek-derive v0.1.1 |
1124 | 2024-12-13T21:37:13.443Z | Downloaded maplit v1.0.2 |
1125 | 2024-12-13T21:37:13.443Z | Downloaded lru-cache v0.1.2 |
1126 | 2024-12-13T21:37:13.446Z | Downloaded litemap v0.7.3 |
1127 | 2024-12-13T21:37:13.449Z | Downloaded hmac v0.12.1 |
1128 | 2024-12-13T21:37:13.449Z | Downloaded colored v2.1.0 |
1129 | 2024-12-13T21:37:13.453Z | Downloaded blowfish v0.9.1 |
1130 | 2024-12-13T21:37:13.453Z | Downloaded indexmap v1.9.3 |
1131 | 2024-12-13T21:37:13.457Z | Downloaded cipher v0.4.4 |
1132 | 2024-12-13T21:37:13.461Z | Downloaded base64ct v1.6.0 |
1133 | 2024-12-13T21:37:13.461Z | Downloaded backoff v0.4.0 |
1134 | 2024-12-13T21:37:13.463Z | Downloaded hickory-client v0.24.1 |
1135 | 2024-12-13T21:37:13.467Z | Downloaded libefi-sys v0.1.0 |
1136 | 2024-12-13T21:37:13.467Z | Downloaded hyper-rustls v0.27.3 |
1137 | 2024-12-13T21:37:13.470Z | Downloaded chrono-tz-build v0.4.0 |
1138 | 2024-12-13T21:37:13.470Z | Downloaded ahash v0.8.11 |
1139 | 2024-12-13T21:37:13.474Z | Downloaded highway v1.2.0 |
1140 | 2024-12-13T21:37:13.474Z | Downloaded structmeta v0.3.0 |
1141 | 2024-12-13T21:37:13.478Z | Downloaded cmake v0.1.51 |
1142 | 2024-12-13T21:37:13.478Z | Downloaded ciborium-ll v0.2.2 |
1143 | 2024-12-13T21:37:13.478Z | Downloaded castaway v0.2.3 |
1144 | 2024-12-13T21:37:13.478Z | Downloaded cbc v0.1.2 |
1145 | 2024-12-13T21:37:13.480Z | Downloaded cexpr v0.6.0 |
1146 | 2024-12-13T21:37:13.483Z | Downloaded cstr-argument v0.1.2 |
1147 | 2024-12-13T21:37:13.483Z | Downloaded crunchy v0.2.2 |
1148 | 2024-12-13T21:37:13.483Z | Downloaded crucible-workspace-hack v0.1.0 |
1149 | 2024-12-13T21:37:13.483Z | Downloaded block-padding v0.3.3 |
1150 | 2024-12-13T21:37:13.486Z | Downloaded aead v0.5.2 |
1151 | 2024-12-13T21:37:13.486Z | Downloaded lazycell v1.3.0 |
1152 | 2024-12-13T21:37:13.489Z | Downloaded ascii-canvas v3.0.0 |
1153 | 2024-12-13T21:37:13.489Z | Downloaded atomic-waker v1.1.2 |
1154 | 2024-12-13T21:37:13.489Z | Downloaded keccak v0.1.5 |
1155 | 2024-12-13T21:37:13.492Z | Downloaded indoc v1.0.9 |
1156 | 2024-12-13T21:37:13.492Z | Downloaded humantime v2.1.0 |
1157 | 2024-12-13T21:37:13.495Z | Downloaded atty v0.2.14 |
1158 | 2024-12-13T21:37:13.496Z | Downloaded async-recursion v1.1.1 |
1159 | 2024-12-13T21:37:13.499Z | Downloaded hubpack v0.1.2 |
1160 | 2024-12-13T21:37:13.499Z | Downloaded idna_adapter v1.2.0 |
1161 | 2024-12-13T21:37:13.692Z | Downloaded ring v0.17.8 |
1162 | 2024-12-13T21:37:13.843Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-13T21:37:13.923Z | Downloaded ring v0.16.20 |
1164 | 2024-12-13T21:37:14.013Z | Downloaded aws-lc-sys v0.22.0 |
1165 | 2024-12-13T21:37:14.321Z | Compiling serde v1.0.215 |
1166 | 2024-12-13T21:37:14.325Z | Compiling lock_api v0.4.12 |
1167 | 2024-12-13T21:37:14.325Z | Compiling scopeguard v1.2.0 |
1168 | 2024-12-13T21:37:14.325Z | Compiling value-bag v1.9.0 |
1169 | 2024-12-13T21:37:14.325Z | Compiling typenum v1.17.0 |
1170 | 2024-12-13T21:37:14.325Z | Compiling generic-array v0.14.7 |
1171 | 2024-12-13T21:37:14.528Z | Compiling syn v2.0.87 |
1172 | 2024-12-13T21:37:14.543Z | Compiling getrandom v0.2.15 |
1173 | 2024-12-13T21:37:14.611Z | Compiling shlex v1.3.0 |
1174 | 2024-12-13T21:37:14.820Z | Compiling rand_core v0.6.4 |
1175 | 2024-12-13T21:37:14.967Z | Compiling log v0.4.22 |
1176 | 2024-12-13T21:37:15.052Z | Compiling subtle v2.6.1 |
1177 | 2024-12-13T21:37:15.072Z | Compiling jobserver v0.1.32 |
1178 | 2024-12-13T21:37:15.097Z | Compiling smallvec v1.13.2 |
1179 | 2024-12-13T21:37:15.352Z | Compiling const-oid v0.9.6 |
1180 | 2024-12-13T21:37:15.372Z | Compiling spin v0.9.8 |
1181 | 2024-12-13T21:37:15.401Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-13T21:37:15.509Z | Compiling cc v1.1.30 |
1183 | 2024-12-13T21:37:15.528Z | Compiling rustix v0.38.37 |
1184 | 2024-12-13T21:37:15.780Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-12-13T21:37:15.835Z | Compiling futures-core v0.3.31 |
1186 | 2024-12-13T21:37:16.030Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-12-13T21:37:16.093Z | Compiling mio v1.0.2 |
1188 | 2024-12-13T21:37:16.409Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-12-13T21:37:16.852Z | Compiling parking_lot v0.12.3 |
1190 | 2024-12-13T21:37:16.893Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-12-13T21:37:17.152Z | Compiling cpufeatures v0.2.14 |
1192 | 2024-12-13T21:37:17.342Z | Compiling lazy_static v1.5.0 |
1193 | 2024-12-13T21:37:17.387Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-12-13T21:37:17.407Z | Compiling glob v0.3.1 |
1195 | 2024-12-13T21:37:17.458Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-13T21:37:17.502Z | Compiling either v1.13.0 |
1197 | 2024-12-13T21:37:17.608Z | Compiling socket2 v0.5.7 |
1198 | 2024-12-13T21:37:17.923Z | Compiling slab v0.4.9 |
1199 | 2024-12-13T21:37:17.953Z | Compiling prettyplease v0.2.25 |
1200 | 2024-12-13T21:37:18.301Z | Compiling minimal-lexical v0.2.1 |
1201 | 2024-12-13T21:37:18.494Z | Compiling clang-sys v1.8.1 |
1202 | 2024-12-13T21:37:18.630Z | Compiling libloading v0.8.5 |
1203 | 2024-12-13T21:37:18.685Z | Compiling bindgen v0.69.5 |
1204 | 2024-12-13T21:37:18.826Z | Compiling nom v7.1.3 |
1205 | 2024-12-13T21:37:19.057Z | Compiling home v0.5.9 |
1206 | 2024-12-13T21:37:19.233Z | Compiling serde_json v1.0.132 |
1207 | 2024-12-13T21:37:19.507Z | Compiling itertools v0.10.5 |
1208 | 2024-12-13T21:37:19.568Z | Compiling futures-channel v0.3.31 |
1209 | 2024-12-13T21:37:20.040Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-12-13T21:37:20.065Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-13T21:37:20.190Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-13T21:37:20.372Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-13T21:37:20.392Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-12-13T21:37:20.734Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-13T21:37:21.158Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-13T21:37:21.260Z | Compiling futures-task v0.3.31 |
1217 | 2024-12-13T21:37:21.560Z | Compiling hashbrown v0.15.1 |
1218 | 2024-12-13T21:37:22.118Z | Compiling cmake v0.1.51 |
1219 | 2024-12-13T21:37:22.848Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-13T21:37:22.856Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-13T21:37:23.167Z | Compiling fs_extra v1.3.0 |
1222 | 2024-12-13T21:37:23.772Z | Compiling dunce v1.0.5 |
1223 | 2024-12-13T21:37:23.847Z | Compiling pkg-config v0.3.31 |
1224 | 2024-12-13T21:37:23.902Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-13T21:37:23.996Z | Compiling libm v0.2.8 |
1226 | 2024-12-13T21:37:24.054Z | Compiling tinyvec v1.8.0 |
1227 | 2024-12-13T21:37:24.343Z | Compiling num-traits v0.2.19 |
1228 | 2024-12-13T21:37:24.849Z | Compiling ring v0.17.8 |
1229 | 2024-12-13T21:37:25.376Z | Compiling writeable v0.5.5 |
1230 | 2024-12-13T21:37:25.576Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-12-13T21:37:25.766Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-13T21:37:25.936Z | Compiling paste v1.0.15 |
1233 | 2024-12-13T21:37:25.983Z | Compiling base64ct v1.6.0 |
1234 | 2024-12-13T21:37:26.004Z | Compiling litemap v0.7.3 |
1235 | 2024-12-13T21:37:26.364Z | Compiling regex v1.11.1 |
1236 | 2024-12-13T21:37:26.522Z | Compiling pem-rfc7468 v0.7.0 |
1237 | 2024-12-13T21:37:27.200Z | Compiling httparse v1.9.5 |
1238 | 2024-12-13T21:37:27.216Z | Compiling flagset v0.4.6 |
1239 | 2024-12-13T21:37:27.406Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-12-13T21:37:27.850Z | Compiling tracing-core v0.1.32 |
1241 | 2024-12-13T21:37:27.974Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-13T21:37:28.066Z | Compiling percent-encoding v2.3.1 |
1243 | 2024-12-13T21:37:28.368Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2024-12-13T21:37:28.573Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-13T21:37:28.996Z | Compiling time-core v0.1.2 |
1246 | 2024-12-13T21:37:29.163Z | Compiling vcpkg v0.2.15 |
1247 | 2024-12-13T21:37:29.185Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-13T21:37:29.229Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-13T21:37:29.322Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-13T21:37:29.544Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-13T21:37:30.760Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-13T21:37:31.150Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2024-12-13T21:37:31.244Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-13T21:37:31.247Z | Compiling yoke-derive v0.7.4 |
1255 | 2024-12-13T21:37:31.518Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-13T21:37:32.488Z | Compiling crypto-common v0.1.6 |
1257 | 2024-12-13T21:37:32.733Z | Compiling block-buffer v0.10.4 |
1258 | 2024-12-13T21:37:32.985Z | Compiling digest v0.10.7 |
1259 | 2024-12-13T21:37:33.145Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-13T21:37:33.334Z | Compiling futures-macro v0.3.31 |
1261 | 2024-12-13T21:37:33.450Z | Compiling hmac v0.12.1 |
1262 | 2024-12-13T21:37:33.689Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-13T21:37:33.925Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-13T21:37:34.319Z | Compiling inout v0.1.3 |
1265 | 2024-12-13T21:37:34.577Z | Compiling cipher v0.4.4 |
1266 | 2024-12-13T21:37:34.617Z | Compiling thiserror v1.0.69 |
1267 | 2024-12-13T21:37:34.749Z | Compiling sha2 v0.10.8 |
1268 | 2024-12-13T21:37:35.082Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-13T21:37:35.145Z | Compiling zerofrom v0.1.4 |
1270 | 2024-12-13T21:37:35.248Z | Compiling futures-util v0.3.31 |
1271 | 2024-12-13T21:37:35.356Z | Compiling yoke v0.7.4 |
1272 | 2024-12-13T21:37:35.548Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-13T21:37:35.703Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-12-13T21:37:35.706Z | Compiling zerovec v0.10.4 |
1275 | 2024-12-13T21:37:35.835Z | Compiling rand_chacha v0.3.1 |
1276 | 2024-12-13T21:37:36.790Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-12-13T21:37:37.981Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-13T21:37:38.006Z | Compiling der v0.7.9 |
1279 | 2024-12-13T21:37:38.043Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-13T21:37:38.063Z | Compiling rand v0.8.5 |
1281 | 2024-12-13T21:37:38.441Z | Compiling icu_locid v1.5.0 |
1282 | 2024-12-13T21:37:39.468Z | Compiling salsa20 v0.10.2 |
1283 | 2024-12-13T21:37:39.681Z | Compiling icu_provider v1.5.0 |
1284 | 2024-12-13T21:37:40.145Z | Compiling spki v0.7.3 |
1285 | 2024-12-13T21:37:40.508Z | Compiling tracing v0.1.40 |
1286 | 2024-12-13T21:37:40.531Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-12-13T21:37:40.694Z | Compiling pest v2.7.14 |
1288 | 2024-12-13T21:37:40.694Z | Compiling pbkdf2 v0.12.2 |
1289 | 2024-12-13T21:37:40.773Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-13T21:37:40.868Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-13T21:37:40.947Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-12-13T21:37:40.999Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-13T21:37:41.194Z | Compiling untrusted v0.7.1 |
1294 | 2024-12-13T21:37:41.196Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-13T21:37:41.241Z | Compiling deranged v0.3.11 |
1296 | 2024-12-13T21:37:41.322Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-13T21:37:41.359Z | Compiling aes v0.8.4 |
1298 | 2024-12-13T21:37:41.482Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-13T21:37:41.894Z | Compiling icu_properties v1.5.1 |
1300 | 2024-12-13T21:37:42.661Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-13T21:37:43.132Z | Compiling bytes v1.8.0 |
1302 | 2024-12-13T21:37:43.800Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-13T21:37:44.125Z | Compiling tokio v1.40.0 |
1304 | 2024-12-13T21:37:44.432Z | Compiling http v1.1.0 |
1305 | 2024-12-13T21:37:44.842Z | Compiling semver v1.0.23 |
1306 | 2024-12-13T21:37:45.138Z | Compiling pest_meta v2.7.14 |
1307 | 2024-12-13T21:37:45.314Z | Compiling rustc_version v0.4.1 |
1308 | 2024-12-13T21:37:45.612Z | Compiling cbc v0.1.2 |
1309 | 2024-12-13T21:37:45.859Z | Compiling openssl-sys v0.9.103 |
1310 | 2024-12-13T21:37:46.107Z | Compiling scroll_derive v0.12.0 |
1311 | 2024-12-13T21:37:46.904Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-13T21:37:46.951Z | Compiling write16 v1.0.0 |
1313 | 2024-12-13T21:37:46.973Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-12-13T21:37:47.083Z | Compiling which v4.4.2 |
1315 | 2024-12-13T21:37:47.103Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-12-13T21:37:47.212Z | Compiling icu_normalizer_data v1.5.0 |
1317 | 2024-12-13T21:37:47.326Z | Compiling num_threads v0.1.7 |
1318 | 2024-12-13T21:37:47.347Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-13T21:37:47.629Z | Compiling scroll v0.12.0 |
1320 | 2024-12-13T21:37:47.742Z | Compiling time v0.3.36 |
1321 | 2024-12-13T21:37:48.047Z | Compiling pest_generator v2.7.14 |
1322 | 2024-12-13T21:37:48.191Z | Compiling http-body v1.0.1 |
1323 | 2024-12-13T21:37:48.438Z | Compiling pkcs5 v0.7.1 |
1324 | 2024-12-13T21:37:48.463Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-12-13T21:37:48.810Z | Compiling try-lock v0.2.5 |
1326 | 2024-12-13T21:37:48.960Z | Compiling slog v2.7.0 |
1327 | 2024-12-13T21:37:49.347Z | Compiling pkcs8 v0.10.2 |
1328 | 2024-12-13T21:37:49.556Z | Compiling want v0.3.1 |
1329 | 2024-12-13T21:37:49.649Z | Compiling goblin v0.8.2 |
1330 | 2024-12-13T21:37:49.840Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-13T21:37:50.050Z | Compiling httpdate v1.0.3 |
1332 | 2024-12-13T21:37:50.071Z | Compiling idna v1.0.3 |
1333 | 2024-12-13T21:37:50.114Z | Compiling pest_derive v2.7.14 |
1334 | 2024-12-13T21:37:50.537Z | Compiling uuid v1.11.0 |
1335 | 2024-12-13T21:37:50.886Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-13T21:37:50.912Z | Compiling dtrace-parser v0.2.0 |
1337 | 2024-12-13T21:37:51.496Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-13T21:37:51.884Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-13T21:37:51.935Z | Compiling tower-service v0.3.3 |
1340 | 2024-12-13T21:37:52.037Z | Compiling base64 v0.22.1 |
1341 | 2024-12-13T21:37:52.072Z | Compiling adler2 v2.0.0 |
1342 | 2024-12-13T21:37:52.112Z | Compiling openssl v0.10.66 |
1343 | 2024-12-13T21:37:52.290Z | Compiling rustversion v1.0.17 |
1344 | 2024-12-13T21:37:52.550Z | Compiling tokio-util v0.7.12 |
1345 | 2024-12-13T21:37:52.801Z | Compiling match_cfg v0.1.0 |
1346 | 2024-12-13T21:37:52.890Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-12-13T21:37:52.908Z | Compiling foreign-types-shared v0.1.1 |
1348 | 2024-12-13T21:37:53.028Z | Compiling foreign-types v0.3.2 |
1349 | 2024-12-13T21:37:53.063Z | Compiling chrono v0.4.38 |
1350 | 2024-12-13T21:37:53.124Z | Compiling hostname v0.3.1 |
1351 | 2024-12-13T21:37:53.173Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-12-13T21:37:53.370Z | Compiling url v2.5.3 |
1353 | 2024-12-13T21:37:54.010Z | Compiling h2 v0.4.6 |
1354 | 2024-12-13T21:37:54.695Z | Compiling async-trait v0.1.83 |
1355 | 2024-12-13T21:37:54.779Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-13T21:37:55.389Z | Compiling dof v0.3.0 |
1357 | 2024-12-13T21:37:55.565Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-13T21:37:56.229Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-13T21:37:56.942Z | Compiling native-tls v0.2.12 |
1360 | 2024-12-13T21:37:57.305Z | Compiling rustls v0.23.19 |
1361 | 2024-12-13T21:37:57.494Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-13T21:37:57.576Z | Compiling data-encoding v2.6.0 |
1363 | 2024-12-13T21:37:57.626Z | Compiling syn v1.0.109 |
1364 | 2024-12-13T21:37:57.823Z | Compiling rustls v0.22.4 |
1365 | 2024-12-13T21:37:57.920Z | Compiling dirs-next v2.0.0 |
1366 | 2024-12-13T21:37:58.344Z | Compiling http-body-util v0.1.2 |
1367 | 2024-12-13T21:37:58.893Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-12-13T21:37:59.544Z | Compiling heapless v0.7.17 |
1369 | 2024-12-13T21:37:59.650Z | Compiling sha1 v0.10.6 |
1370 | 2024-12-13T21:37:59.768Z | Compiling signature v2.2.0 |
1371 | 2024-12-13T21:37:59.935Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2024-12-13T21:37:59.965Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2024-12-13T21:37:59.987Z | Compiling thread_local v1.1.8 |
1374 | 2024-12-13T21:38:00.049Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-12-13T21:38:00.070Z | Compiling cookie v0.18.1 |
1376 | 2024-12-13T21:38:00.344Z | Compiling multer v3.1.0 |
1377 | 2024-12-13T21:38:00.437Z | Compiling rayon-core v1.12.1 |
1378 | 2024-12-13T21:38:00.512Z | Compiling gimli v0.31.1 |
1379 | 2024-12-13T21:38:00.646Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-12-13T21:38:00.692Z | Compiling schemars v0.8.21 |
1381 | 2024-12-13T21:38:01.044Z | Compiling hyper v1.5.0 |
1382 | 2024-12-13T21:38:01.065Z | Compiling ipnet v2.10.1 |
1383 | 2024-12-13T21:38:02.406Z | Compiling mime v0.3.17 |
1384 | 2024-12-13T21:38:02.736Z | Compiling slog-async v2.8.0 |
1385 | 2024-12-13T21:38:03.025Z | Compiling signal-hook v0.3.17 |
1386 | 2024-12-13T21:38:03.259Z | Compiling openssl-probe v0.1.5 |
1387 | 2024-12-13T21:38:03.391Z | Compiling toml_edit v0.22.22 |
1388 | 2024-12-13T21:38:03.614Z | Compiling hyper-util v0.1.10 |
1389 | 2024-12-13T21:38:04.575Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-13T21:38:05.192Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-13T21:38:05.243Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-13T21:38:05.970Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-13T21:38:06.478Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-13T21:38:06.805Z | Compiling crossbeam-deque v0.8.5 |
1395 | 2024-12-13T21:38:07.147Z | Compiling term v0.7.0 |
1396 | 2024-12-13T21:38:07.430Z | Compiling slog-json v2.6.1 |
1397 | 2024-12-13T21:38:07.492Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-12-13T21:38:07.829Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-12-13T21:38:07.869Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-13T21:38:08.011Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-13T21:38:08.111Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-13T21:38:08.491Z | Compiling md-5 v0.10.6 |
1403 | 2024-12-13T21:38:08.611Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-12-13T21:38:08.686Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-13T21:38:08.770Z | Compiling num-integer v0.1.46 |
1406 | 2024-12-13T21:38:08.949Z | Compiling idna v0.4.0 |
1407 | 2024-12-13T21:38:09.028Z | Compiling idna v0.3.0 |
1408 | 2024-12-13T21:38:09.199Z | Compiling hash32 v0.2.1 |
1409 | 2024-12-13T21:38:09.565Z | Compiling ff v0.13.0 |
1410 | 2024-12-13T21:38:09.583Z | Compiling is-terminal v0.4.13 |
1411 | 2024-12-13T21:38:09.709Z | Compiling object v0.36.5 |
1412 | 2024-12-13T21:38:09.807Z | Compiling dropshot v0.12.0 |
1413 | 2024-12-13T21:38:10.451Z | Compiling anyhow v1.0.93 |
1414 | 2024-12-13T21:38:10.469Z | Compiling base16ct v0.2.0 |
1415 | 2024-12-13T21:38:10.469Z | Compiling rustc-demangle v0.1.24 |
1416 | 2024-12-13T21:38:10.556Z | Compiling quick-error v1.2.3 |
1417 | 2024-12-13T21:38:10.615Z | Compiling portable-atomic v1.9.0 |
1418 | 2024-12-13T21:38:10.700Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2024-12-13T21:38:10.720Z | Compiling take_mut v0.2.2 |
1420 | 2024-12-13T21:38:10.886Z | Compiling linked-hash-map v0.5.6 |
1421 | 2024-12-13T21:38:10.997Z | Compiling utf-8 v0.7.6 |
1422 | 2024-12-13T21:38:11.264Z | Compiling smoltcp v0.9.1 |
1423 | 2024-12-13T21:38:11.337Z | Compiling psl-types v2.0.11 |
1424 | 2024-12-13T21:38:11.441Z | Compiling fallible-iterator v0.2.0 |
1425 | 2024-12-13T21:38:11.545Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-12-13T21:38:11.626Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-12-13T21:38:11.785Z | Compiling lru-cache v0.1.2 |
1428 | 2024-12-13T21:38:11.882Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-13T21:38:12.045Z | Compiling resolv-conf v0.7.0 |
1430 | 2024-12-13T21:38:12.133Z | Compiling postgres-protocol v0.6.7 |
1431 | 2024-12-13T21:38:13.271Z | Compiling sec1 v0.7.3 |
1432 | 2024-12-13T21:38:13.419Z | Compiling async-stream v0.3.6 |
1433 | 2024-12-13T21:38:13.533Z | Compiling hickory-proto v0.24.1 |
1434 | 2024-12-13T21:38:13.726Z | Compiling group v0.13.0 |
1435 | 2024-12-13T21:38:13.846Z | Compiling usdt v0.5.0 |
1436 | 2024-12-13T21:38:14.058Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-13T21:38:14.356Z | Compiling num-iter v0.1.45 |
1438 | 2024-12-13T21:38:14.676Z | Compiling futures v0.3.31 |
1439 | 2024-12-13T21:38:14.801Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-12-13T21:38:15.331Z | Compiling toml v0.8.19 |
1441 | 2024-12-13T21:38:16.529Z | Compiling camino v1.1.9 |
1442 | 2024-12-13T21:38:16.764Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-13T21:38:17.053Z | Compiling backtrace v0.3.74 |
1444 | 2024-12-13T21:38:17.055Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-13T21:38:17.483Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2024-12-13T21:38:17.504Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-13T21:38:17.737Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-13T21:38:17.875Z | Compiling openapiv3 v2.0.0 |
1449 | 2024-12-13T21:38:17.955Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2024-12-13T21:38:18.018Z | Compiling hkdf v0.12.4 |
1451 | 2024-12-13T21:38:18.286Z | Compiling crypto-bigint v0.5.5 |
1452 | 2024-12-13T21:38:18.782Z | Compiling zerocopy-derive v0.6.6 |
1453 | 2024-12-13T21:38:20.870Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2024-12-13T21:38:20.932Z | Compiling hubpack_derive v0.1.1 |
1455 | 2024-12-13T21:38:21.080Z | Compiling webpki-roots v0.26.6 |
1456 | 2024-12-13T21:38:21.307Z | Compiling idna v0.5.0 |
1457 | 2024-12-13T21:38:21.850Z | Compiling hostname v0.4.0 |
1458 | 2024-12-13T21:38:22.137Z | Compiling crc32fast v1.4.2 |
1459 | 2024-12-13T21:38:22.221Z | Compiling ahash v0.8.11 |
1460 | 2024-12-13T21:38:22.249Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-13T21:38:22.375Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-13T21:38:22.513Z | Compiling managed v0.8.0 |
1463 | 2024-12-13T21:38:22.526Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-13T21:38:22.556Z | Compiling winnow v0.5.40 |
1465 | 2024-12-13T21:38:22.701Z | Compiling console v0.15.8 |
1466 | 2024-12-13T21:38:22.722Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-13T21:38:23.019Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-13T21:38:24.276Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-13T21:38:24.599Z | Compiling cookie_store v0.21.0 |
1470 | 2024-12-13T21:38:25.084Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-13T21:38:25.251Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-13T21:38:25.538Z | Compiling zerocopy v0.6.6 |
1473 | 2024-12-13T21:38:26.076Z | Compiling toml_edit v0.19.15 |
1474 | 2024-12-13T21:38:26.242Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-13T21:38:26.415Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-13T21:38:26.585Z | Compiling phf v0.11.2 |
1477 | 2024-12-13T21:38:26.884Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-13T21:38:26.903Z | Compiling rayon v1.10.0 |
1479 | 2024-12-13T21:38:27.275Z | Compiling bzip2 v0.4.4 |
1480 | 2024-12-13T21:38:27.689Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-12-13T21:38:28.228Z | Compiling postgres-types v0.2.8 |
1482 | 2024-12-13T21:38:31.230Z | Compiling ed25519 v2.2.3 |
1483 | 2024-12-13T21:38:31.830Z | Compiling phf_shared v0.10.0 |
1484 | 2024-12-13T21:38:31.973Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-12-13T21:38:32.255Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-12-13T21:38:32.599Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-12-13T21:38:32.847Z | Compiling clap_derive v4.5.18 |
1488 | 2024-12-13T21:38:33.059Z | Compiling rfc6979 v0.4.0 |
1489 | 2024-12-13T21:38:33.080Z | Compiling serde_repr v0.1.19 |
1490 | 2024-12-13T21:38:33.102Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-13T21:38:33.256Z | Compiling float-cmp v0.9.0 |
1492 | 2024-12-13T21:38:33.289Z | Compiling bstr v1.10.0 |
1493 | 2024-12-13T21:38:33.497Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-12-13T21:38:33.662Z | Compiling bit-vec v0.6.3 |
1495 | 2024-12-13T21:38:34.155Z | Compiling whoami v1.5.2 |
1496 | 2024-12-13T21:38:34.258Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-13T21:38:34.302Z | Compiling predicates-core v1.0.8 |
1498 | 2024-12-13T21:38:34.493Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-13T21:38:34.601Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-13T21:38:34.678Z | Compiling fixedbitset v0.4.2 |
1501 | 2024-12-13T21:38:34.709Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-13T21:38:34.795Z | Compiling normalize-line-endings v0.3.0 |
1503 | 2024-12-13T21:38:34.935Z | Compiling precomputed-hash v0.1.1 |
1504 | 2024-12-13T21:38:35.063Z | Compiling difflib v0.4.0 |
1505 | 2024-12-13T21:38:35.085Z | Compiling unicode-width v0.2.0 |
1506 | 2024-12-13T21:38:35.147Z | Compiling string_cache v0.8.7 |
1507 | 2024-12-13T21:38:35.601Z | Compiling indicatif v0.17.9 |
1508 | 2024-12-13T21:38:35.631Z | Compiling predicates v3.1.2 |
1509 | 2024-12-13T21:38:35.639Z | Compiling similar v2.6.0 |
1510 | 2024-12-13T21:38:36.666Z | Compiling petgraph v0.6.5 |
1511 | 2024-12-13T21:38:36.731Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2024-12-13T21:38:37.391Z | Compiling tokio-postgres v0.7.12 |
1513 | 2024-12-13T21:38:37.960Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-13T21:38:37.981Z | Compiling clap v4.5.21 |
1515 | 2024-12-13T21:38:38.093Z | Compiling ecdsa v0.16.9 |
1516 | 2024-12-13T21:38:38.115Z | Compiling rsa v0.9.6 |
1517 | 2024-12-13T21:38:38.231Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-12-13T21:38:38.959Z | Compiling toml v0.7.8 |
1519 | 2024-12-13T21:38:39.549Z | Compiling zip v0.6.6 |
1520 | 2024-12-13T21:38:40.714Z | Compiling crossterm v0.28.1 |
1521 | 2024-12-13T21:38:41.652Z | Compiling hex v0.4.3 |
1522 | 2024-12-13T21:38:41.676Z | Compiling x509-cert v0.2.5 |
1523 | 2024-12-13T21:38:41.693Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-12-13T21:38:42.052Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-13T21:38:42.281Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-13T21:38:42.473Z | Compiling strum_macros v0.26.4 |
1527 | 2024-12-13T21:38:42.753Z | Compiling xattr v1.3.1 |
1528 | 2024-12-13T21:38:43.034Z | Compiling filetime v0.2.25 |
1529 | 2024-12-13T21:38:43.363Z | Compiling tar v0.4.42 |
1530 | 2024-12-13T21:38:47.707Z | Compiling strum v0.26.3 |
1531 | 2024-12-13T21:38:50.551Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-12-13T21:39:26.997Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-12-13T21:39:30.379Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-12-13T21:39:32.020Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-12-13T21:39:32.432Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-12-13T21:39:32.748Z | Compiling reqwest v0.12.9 |
1537 | 2024-12-13T21:39:34.002Z | Compiling qorb v0.2.1 |
1538 | 2024-12-13T21:39:38.659Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-12-13T21:39:38.895Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-12-13T21:39:44.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1541 | 2024-12-13T21:39:44.829Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-12-13T21:39:44.880Z | Dec 13 21:39:44.598 INFO Starting download, target: Clickhouse |
1543 | 2024-12-13T21:39:44.880Z | Dec 13 21:39:44.599 INFO Starting download, target: Cockroach |
1544 | 2024-12-13T21:39:44.880Z | Dec 13 21:39:44.599 INFO Starting download, target: Console |
1545 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Starting download, target: DendriteStub |
1547 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Starting download, target: TransceiverControl |
1549 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.599 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.600 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.600 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.600 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.600 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-13T21:39:44.882Z | Dec 13 21:39:44.600 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1556 | 2024-12-13T21:39:45.700Z | Dec 13 21:39:45.069 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1557 | 2024-12-13T21:39:45.747Z | Dec 13 21:39:45.342 INFO Download complete, target: Console |
1558 | 2024-12-13T21:39:45.764Z | Dec 13 21:39:45.453 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-13T21:39:45.903Z | Dec 13 21:39:45.617 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-13T21:39:46.517Z | Dec 13 21:39:46.220 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-13T21:39:46.576Z | Dec 13 21:39:46.295 INFO Download complete, target: TransceiverControl |
1562 | 2024-12-13T21:39:46.586Z | Dec 13 21:39:46.304 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-13T21:39:47.111Z | Dec 13 21:39:46.830 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-13T21:39:47.111Z | Dec 13 21:39:46.830 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-13T21:39:47.169Z | Dec 13 21:39:46.889 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-13T21:39:49.506Z | Dec 13 21:39:49.225 INFO Download complete, target: DendriteStub |
1567 | 2024-12-13T21:39:49.605Z | Dec 13 21:39:49.324 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-12-13T21:39:54.685Z | Dec 13 21:39:54.402 INFO Checking that binary works, target: Cockroach |
1569 | 2024-12-13T21:39:54.848Z | Dec 13 21:39:54.564 INFO Download complete, target: Cockroach |
1570 | 2024-12-13T21:39:59.976Z | Dec 13 21:39:59.692 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-12-13T21:40:00.857Z | Dec 13 21:40:00.573 INFO Download complete, target: Clickhouse |
1572 | 2024-12-13T21:40:01.012Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-12-13T21:40:01.014Z | |
1574 | 2024-12-13T21:40:01.014Z | real 5:22.872430580 |
1575 | 2024-12-13T21:40:01.014Z | user 16:17.509485007 |
1576 | 2024-12-13T21:40:01.014Z | sys 3:13.988163911 |
1577 | 2024-12-13T21:40:01.014Z | trap 0.539249084 |
1578 | 2024-12-13T21:40:01.014Z | tflt 9.070684621 |
1579 | 2024-12-13T21:40:01.014Z | dflt 7.894395950 |
1580 | 2024-12-13T21:40:01.014Z | kflt 0.497086677 |
1581 | 2024-12-13T21:40:01.014Z | lock 31:06.204752393 |
1582 | 2024-12-13T21:40:01.014Z | slp 1:03:08.098238137 |
1583 | 2024-12-13T21:40:01.014Z | lat 53.341550874 |
1584 | 2024-12-13T21:40:01.014Z | stop 2:13.195652682 |
1585 | 2024-12-13T21:40:01.014Z | + banner hack-check |
1586 | 2024-12-13T21:40:01.017Z | |
1587 | 2024-12-13T21:40:01.017Z | # # ## #### # # #### # # ###### #### # # |
1588 | 2024-12-13T21:40:01.017Z | # # # # # # # # # # # # # # # # # |
1589 | 2024-12-13T21:40:01.017Z | ###### # # # #### ##### # ###### ##### # #### |
1590 | 2024-12-13T21:40:01.017Z | # # ###### # # # # # # # # # # |
1591 | 2024-12-13T21:40:01.017Z | # # # # # # # # # # # # # # # # # |
1592 | 2024-12-13T21:40:01.017Z | # # # # #### # # #### # # ###### #### # # |
1593 | 2024-12-13T21:40:01.017Z | |
1594 | 2024-12-13T21:40:01.017Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-13T21:40:01.017Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-13T21:40:01.017Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1597 | 2024-12-13T21:40:01.539Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-12-13T21:40:05.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1599 | 2024-12-13T21:40:05.113Z | Running `target/debug/xtask check-features --ci` |
1600 | 2024-12-13T21:40:05.133Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1601 | 2024-12-13T21:40:05.136Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1602 | 2024-12-13T21:40:05.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1603 | 2024-12-13T21:40:05.596Z | Running `target/debug/xtask download cargo-hack` |
1604 | 2024-12-13T21:40:06.411Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1605 | 2024-12-13T21:40:06.769Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1606 | 2024-12-13T21:40:11.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s |
1607 | 2024-12-13T21:40:11.956Z | Running `target/debug/xtask-downloader cargo-hack` |
1608 | 2024-12-13T21:40:11.989Z | Dec 13 21:40:11.702 INFO Starting download, target: CargoHack |
1609 | 2024-12-13T21:40:11.992Z | Dec 13 21:40:11.703 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1610 | 2024-12-13T21:40:12.549Z | Dec 13 21:40:12.262 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1611 | 2024-12-13T21:40:12.639Z | Dec 13 21:40:12.352 INFO Download complete, target: CargoHack |
1612 | 2024-12-13T21:40:12.644Z | 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" |
1613 | 2024-12-13T21:40:12.660Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1614 | 2024-12-13T21:40:12.827Z | info: running `cargo check --bins` on api_identity (1/173) |
1615 | 2024-12-13T21:40:13.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1616 | 2024-12-13T21:40:13.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1617 | 2024-12-13T21:40:13.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1618 | 2024-12-13T21:40:13.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1619 | 2024-12-13T21:40:13.425Z | |
1620 | 2024-12-13T21:40:13.425Z | info: running `cargo check --bins` on bootstore (2/173) |
1621 | 2024-12-13T21:40:13.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1622 | 2024-12-13T21:40:13.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1623 | 2024-12-13T21:40:13.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1624 | 2024-12-13T21:40:13.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1625 | 2024-12-13T21:40:14.057Z | |
1626 | 2024-12-13T21:40:14.058Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1627 | 2024-12-13T21:40:14.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1628 | 2024-12-13T21:40:14.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1629 | 2024-12-13T21:40:14.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1630 | 2024-12-13T21:40:14.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1631 | 2024-12-13T21:40:14.678Z | |
1632 | 2024-12-13T21:40:14.678Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1633 | 2024-12-13T21:40:15.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1634 | 2024-12-13T21:40:15.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1635 | 2024-12-13T21:40:15.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1636 | 2024-12-13T21:40:15.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1637 | 2024-12-13T21:40:15.300Z | |
1638 | 2024-12-13T21:40:15.300Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1639 | 2024-12-13T21:40:15.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2024-12-13T21:40:15.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2024-12-13T21:40:15.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2024-12-13T21:40:15.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1643 | 2024-12-13T21:40:15.719Z | |
1644 | 2024-12-13T21:40:15.719Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1645 | 2024-12-13T21:40:16.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2024-12-13T21:40:16.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2024-12-13T21:40:16.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2024-12-13T21:40:16.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1649 | 2024-12-13T21:40:16.140Z | |
1650 | 2024-12-13T21:40:16.140Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1651 | 2024-12-13T21:40:16.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2024-12-13T21:40:16.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2024-12-13T21:40:16.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2024-12-13T21:40:16.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1655 | 2024-12-13T21:40:16.558Z | |
1656 | 2024-12-13T21:40:16.558Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1657 | 2024-12-13T21:40:16.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2024-12-13T21:40:16.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2024-12-13T21:40:16.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2024-12-13T21:40:16.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1661 | 2024-12-13T21:40:16.975Z | |
1662 | 2024-12-13T21:40:16.975Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1663 | 2024-12-13T21:40:17.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2024-12-13T21:40:17.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2024-12-13T21:40:17.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2024-12-13T21:40:17.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2024-12-13T21:40:17.408Z | |
1668 | 2024-12-13T21:40:17.408Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1669 | 2024-12-13T21:40:17.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2024-12-13T21:40:17.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2024-12-13T21:40:17.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2024-12-13T21:40:17.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1673 | 2024-12-13T21:40:17.825Z | |
1674 | 2024-12-13T21:40:17.825Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1675 | 2024-12-13T21:40:18.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2024-12-13T21:40:18.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2024-12-13T21:40:18.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2024-12-13T21:40:18.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1679 | 2024-12-13T21:40:18.244Z | |
1680 | 2024-12-13T21:40:18.244Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1681 | 2024-12-13T21:40:18.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2024-12-13T21:40:18.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2024-12-13T21:40:18.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2024-12-13T21:40:18.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1685 | 2024-12-13T21:40:18.662Z | |
1686 | 2024-12-13T21:40:18.662Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1687 | 2024-12-13T21:40:19.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2024-12-13T21:40:19.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2024-12-13T21:40:19.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2024-12-13T21:40:19.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1691 | 2024-12-13T21:40:19.080Z | |
1692 | 2024-12-13T21:40:19.080Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1693 | 2024-12-13T21:40:19.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2024-12-13T21:40:19.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2024-12-13T21:40:19.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2024-12-13T21:40:19.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1697 | 2024-12-13T21:40:19.490Z | |
1698 | 2024-12-13T21:40:19.490Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1699 | 2024-12-13T21:40:19.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2024-12-13T21:40:19.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2024-12-13T21:40:19.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2024-12-13T21:40:19.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1703 | 2024-12-13T21:40:19.905Z | |
1704 | 2024-12-13T21:40:19.905Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1705 | 2024-12-13T21:40:20.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2024-12-13T21:40:20.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2024-12-13T21:40:20.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2024-12-13T21:40:20.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2024-12-13T21:40:20.323Z | |
1710 | 2024-12-13T21:40:20.324Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1711 | 2024-12-13T21:40:20.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2024-12-13T21:40:20.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2024-12-13T21:40:20.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2024-12-13T21:40:20.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1715 | 2024-12-13T21:40:20.733Z | |
1716 | 2024-12-13T21:40:20.733Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1717 | 2024-12-13T21:40:21.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2024-12-13T21:40:21.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2024-12-13T21:40:21.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2024-12-13T21:40:21.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1721 | 2024-12-13T21:40:21.155Z | |
1722 | 2024-12-13T21:40:21.155Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1723 | 2024-12-13T21:40:21.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2024-12-13T21:40:21.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2024-12-13T21:40:21.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2024-12-13T21:40:21.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2024-12-13T21:40:21.580Z | |
1728 | 2024-12-13T21:40:21.580Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1729 | 2024-12-13T21:40:21.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2024-12-13T21:40:21.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2024-12-13T21:40:21.967Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2024-12-13T21:40:21.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1733 | 2024-12-13T21:40:22.008Z | |
1734 | 2024-12-13T21:40:22.008Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1735 | 2024-12-13T21:40:22.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2024-12-13T21:40:22.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2024-12-13T21:40:22.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2024-12-13T21:40:22.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2024-12-13T21:40:22.431Z | |
1740 | 2024-12-13T21:40:22.432Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1741 | 2024-12-13T21:40:22.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2024-12-13T21:40:22.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2024-12-13T21:40:22.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2024-12-13T21:40:22.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1745 | 2024-12-13T21:40:22.858Z | |
1746 | 2024-12-13T21:40:22.858Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1747 | 2024-12-13T21:40:23.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2024-12-13T21:40:23.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2024-12-13T21:40:23.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2024-12-13T21:40:23.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1751 | 2024-12-13T21:40:23.272Z | |
1752 | 2024-12-13T21:40:23.272Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1753 | 2024-12-13T21:40:23.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2024-12-13T21:40:23.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2024-12-13T21:40:23.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2024-12-13T21:40:23.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1757 | 2024-12-13T21:40:23.685Z | |
1758 | 2024-12-13T21:40:23.685Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1759 | 2024-12-13T21:40:24.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2024-12-13T21:40:24.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2024-12-13T21:40:24.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2024-12-13T21:40:24.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1763 | 2024-12-13T21:40:24.316Z | |
1764 | 2024-12-13T21:40:24.316Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1765 | 2024-12-13T21:40:24.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2024-12-13T21:40:24.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2024-12-13T21:40:24.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2024-12-13T21:40:24.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1769 | 2024-12-13T21:40:24.955Z | |
1770 | 2024-12-13T21:40:24.955Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1771 | 2024-12-13T21:40:25.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2024-12-13T21:40:25.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2024-12-13T21:40:25.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2024-12-13T21:40:25.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1775 | 2024-12-13T21:40:25.579Z | |
1776 | 2024-12-13T21:40:25.579Z | info: running `cargo check --bins` on oxlog (28/173) |
1777 | 2024-12-13T21:40:26.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2024-12-13T21:40:26.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2024-12-13T21:40:26.183Z | Checking cfg-if v1.0.0 |
1780 | 2024-12-13T21:40:26.186Z | Checking libc v0.2.162 |
1781 | 2024-12-13T21:40:26.292Z | Checking serde v1.0.215 |
1782 | 2024-12-13T21:40:26.297Z | Checking zeroize v1.8.1 |
1783 | 2024-12-13T21:40:26.313Z | Checking memchr v2.7.4 |
1784 | 2024-12-13T21:40:26.319Z | Checking typenum v1.17.0 |
1785 | 2024-12-13T21:40:26.325Z | Checking scopeguard v1.2.0 |
1786 | 2024-12-13T21:40:26.346Z | Checking subtle v2.6.1 |
1787 | 2024-12-13T21:40:26.359Z | Checking value-bag v1.9.0 |
1788 | 2024-12-13T21:40:26.544Z | Checking lock_api v0.4.12 |
1789 | 2024-12-13T21:40:26.555Z | Checking const-oid v0.9.6 |
1790 | 2024-12-13T21:40:26.600Z | Checking itoa v1.0.11 |
1791 | 2024-12-13T21:40:26.797Z | Checking log v0.4.22 |
1792 | 2024-12-13T21:40:26.857Z | Checking smallvec v1.13.2 |
1793 | 2024-12-13T21:40:26.906Z | Checking pin-project-lite v0.2.14 |
1794 | 2024-12-13T21:40:27.030Z | Checking byteorder v1.5.0 |
1795 | 2024-12-13T21:40:27.166Z | Checking futures-core v0.3.31 |
1796 | 2024-12-13T21:40:27.203Z | Checking once_cell v1.20.2 |
1797 | 2024-12-13T21:40:27.290Z | Checking cpufeatures v0.2.14 |
1798 | 2024-12-13T21:40:27.358Z | Checking futures-sink v0.3.31 |
1799 | 2024-12-13T21:40:27.382Z | Checking stable_deref_trait v1.2.0 |
1800 | 2024-12-13T21:40:27.399Z | Checking getrandom v0.2.15 |
1801 | 2024-12-13T21:40:27.428Z | Checking signal-hook-registry v1.4.2 |
1802 | 2024-12-13T21:40:27.458Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-12-13T21:40:27.485Z | Checking mio v1.0.2 |
1804 | 2024-12-13T21:40:27.494Z | Checking socket2 v0.5.7 |
1805 | 2024-12-13T21:40:27.601Z | Checking rand_core v0.6.4 |
1806 | 2024-12-13T21:40:27.651Z | Checking generic-array v0.14.7 |
1807 | 2024-12-13T21:40:27.665Z | Checking spin v0.9.8 |
1808 | 2024-12-13T21:40:27.793Z | Checking parking_lot v0.12.3 |
1809 | 2024-12-13T21:40:27.904Z | Checking zerocopy v0.7.35 |
1810 | 2024-12-13T21:40:27.978Z | Checking zerofrom v0.1.4 |
1811 | 2024-12-13T21:40:28.001Z | Checking slab v0.4.9 |
1812 | 2024-12-13T21:40:28.090Z | Checking futures-channel v0.3.31 |
1813 | 2024-12-13T21:40:28.128Z | Checking equivalent v1.0.1 |
1814 | 2024-12-13T21:40:28.200Z | Checking yoke v0.7.4 |
1815 | 2024-12-13T21:40:28.230Z | Checking pin-utils v0.1.0 |
1816 | 2024-12-13T21:40:28.257Z | Checking foldhash v0.1.3 |
1817 | 2024-12-13T21:40:28.322Z | Checking futures-io v0.3.31 |
1818 | 2024-12-13T21:40:28.390Z | Checking futures-task v0.3.31 |
1819 | 2024-12-13T21:40:28.448Z | Checking allocator-api2 v0.2.18 |
1820 | 2024-12-13T21:40:28.466Z | Checking ryu v1.0.18 |
1821 | 2024-12-13T21:40:28.501Z | Checking tinyvec_macros v0.1.1 |
1822 | 2024-12-13T21:40:28.530Z | Checking zerovec v0.10.4 |
1823 | 2024-12-13T21:40:28.587Z | Checking tinyvec v1.8.0 |
1824 | 2024-12-13T21:40:28.620Z | Checking futures-util v0.3.31 |
1825 | 2024-12-13T21:40:28.693Z | Checking fnv v1.0.7 |
1826 | 2024-12-13T21:40:28.804Z | Checking crypto-common v0.1.6 |
1827 | 2024-12-13T21:40:28.818Z | Checking block-buffer v0.10.4 |
1828 | 2024-12-13T21:40:28.986Z | Checking block-padding v0.3.3 |
1829 | 2024-12-13T21:40:29.033Z | Checking digest v0.10.7 |
1830 | 2024-12-13T21:40:29.076Z | Checking hashbrown v0.15.1 |
1831 | 2024-12-13T21:40:29.196Z | Checking inout v0.1.3 |
1832 | 2024-12-13T21:40:29.298Z | Checking libm v0.2.8 |
1833 | 2024-12-13T21:40:29.412Z | Checking hmac v0.12.1 |
1834 | 2024-12-13T21:40:29.428Z | Checking cipher v0.4.4 |
1835 | 2024-12-13T21:40:29.618Z | Checking sha2 v0.10.8 |
1836 | 2024-12-13T21:40:29.814Z | Checking base64ct v1.6.0 |
1837 | 2024-12-13T21:40:29.887Z | Checking unicode-normalization v0.1.24 |
1838 | 2024-12-13T21:40:30.175Z | Checking tinystr v0.7.6 |
1839 | 2024-12-13T21:40:30.178Z | Checking litemap v0.7.3 |
1840 | 2024-12-13T21:40:30.203Z | Checking unicode-bidi v0.3.17 |
1841 | 2024-12-13T21:40:30.233Z | Checking writeable v0.5.5 |
1842 | 2024-12-13T21:40:30.270Z | Checking pem-rfc7468 v0.7.0 |
1843 | 2024-12-13T21:40:30.519Z | Checking num-traits v0.2.19 |
1844 | 2024-12-13T21:40:30.535Z | Checking icu_locid v1.5.0 |
1845 | 2024-12-13T21:40:30.537Z | Checking ppv-lite86 v0.2.20 |
1846 | 2024-12-13T21:40:30.562Z | Checking flagset v0.4.6 |
1847 | 2024-12-13T21:40:30.744Z | Checking der v0.7.9 |
1848 | 2024-12-13T21:40:30.808Z | Checking tracing-core v0.1.32 |
1849 | 2024-12-13T21:40:30.830Z | Checking thiserror v1.0.69 |
1850 | 2024-12-13T21:40:30.967Z | Checking rustls-pki-types v1.10.0 |
1851 | 2024-12-13T21:40:31.255Z | Checking bytes v1.8.0 |
1852 | 2024-12-13T21:40:31.333Z | Checking indexmap v2.6.0 |
1853 | 2024-12-13T21:40:31.449Z | Checking serde_json v1.0.132 |
1854 | 2024-12-13T21:40:31.527Z | Checking rand_chacha v0.3.1 |
1855 | 2024-12-13T21:40:31.585Z | Checking icu_provider v1.5.0 |
1856 | 2024-12-13T21:40:31.936Z | Checking bitflags v2.6.0 |
1857 | 2024-12-13T21:40:32.024Z | Checking tokio v1.40.0 |
1858 | 2024-12-13T21:40:32.244Z | Checking http v1.1.0 |
1859 | 2024-12-13T21:40:32.261Z | Checking percent-encoding v2.3.1 |
1860 | 2024-12-13T21:40:32.264Z | Checking icu_locid_transform_data v1.5.0 |
1861 | 2024-12-13T21:40:32.368Z | Checking icu_locid_transform v1.5.0 |
1862 | 2024-12-13T21:40:32.465Z | Checking rand v0.8.5 |
1863 | 2024-12-13T21:40:32.589Z | Checking tracing v0.1.40 |
1864 | 2024-12-13T21:40:32.591Z | Checking spki v0.7.3 |
1865 | 2024-12-13T21:40:33.223Z | Checking icu_collections v1.5.0 |
1866 | 2024-12-13T21:40:33.245Z | Checking salsa20 v0.10.2 |
1867 | 2024-12-13T21:40:33.245Z | Checking pbkdf2 v0.12.2 |
1868 | 2024-12-13T21:40:33.283Z | Checking aws-lc-sys v0.22.0 |
1869 | 2024-12-13T21:40:33.299Z | Checking httparse v1.9.5 |
1870 | 2024-12-13T21:40:33.358Z | Checking icu_properties_data v1.5.0 |
1871 | 2024-12-13T21:40:33.539Z | Checking untrusted v0.7.1 |
1872 | 2024-12-13T21:40:33.567Z | Checking untrusted v0.9.0 |
1873 | 2024-12-13T21:40:33.602Z | Checking mirai-annotations v1.12.0 |
1874 | 2024-12-13T21:40:33.693Z | Checking powerfmt v0.2.0 |
1875 | 2024-12-13T21:40:33.709Z | Checking icu_properties v1.5.1 |
1876 | 2024-12-13T21:40:33.713Z | Checking ring v0.17.8 |
1877 | 2024-12-13T21:40:33.736Z | Checking scrypt v0.11.0 |
1878 | 2024-12-13T21:40:33.750Z | Checking cbc v0.1.2 |
1879 | 2024-12-13T21:40:33.765Z | Checking aes v0.8.4 |
1880 | 2024-12-13T21:40:33.944Z | Checking deranged v0.3.11 |
1881 | 2024-12-13T21:40:33.944Z | Checking crossbeam-utils v0.8.20 |
1882 | 2024-12-13T21:40:33.947Z | Checking time-core v0.1.2 |
1883 | 2024-12-13T21:40:34.124Z | Checking atomic-waker v1.1.2 |
1884 | 2024-12-13T21:40:34.251Z | Checking num-conv v0.1.0 |
1885 | 2024-12-13T21:40:34.516Z | Checking write16 v1.0.0 |
1886 | 2024-12-13T21:40:34.637Z | Checking utf8_iter v1.0.4 |
1887 | 2024-12-13T21:40:34.666Z | Checking icu_normalizer_data v1.5.0 |
1888 | 2024-12-13T21:40:34.679Z | Checking num_threads v0.1.7 |
1889 | 2024-12-13T21:40:34.762Z | Checking utf16_iter v1.0.5 |
1890 | 2024-12-13T21:40:34.794Z | Checking pkcs5 v0.7.1 |
1891 | 2024-12-13T21:40:34.829Z | Checking http-body v1.0.1 |
1892 | 2024-12-13T21:40:34.920Z | Checking form_urlencoded v1.2.1 |
1893 | 2024-12-13T21:40:35.019Z | Checking try-lock v0.2.5 |
1894 | 2024-12-13T21:40:35.118Z | Checking httpdate v1.0.3 |
1895 | 2024-12-13T21:40:35.154Z | Checking want v0.3.1 |
1896 | 2024-12-13T21:40:35.306Z | Checking pkcs8 v0.10.2 |
1897 | 2024-12-13T21:40:35.335Z | Checking unicode-ident v1.0.13 |
1898 | 2024-12-13T21:40:35.349Z | Checking serde_spanned v0.6.8 |
1899 | 2024-12-13T21:40:35.490Z | Checking proc-macro2 v1.0.89 |
1900 | 2024-12-13T21:40:35.507Z | Checking toml_datetime v0.6.8 |
1901 | 2024-12-13T21:40:35.530Z | Checking uuid v1.11.0 |
1902 | 2024-12-13T21:40:35.599Z | Checking slog v2.7.0 |
1903 | 2024-12-13T21:40:35.733Z | Checking time v0.3.36 |
1904 | 2024-12-13T21:40:35.776Z | Checking aws-lc-rs v1.10.0 |
1905 | 2024-12-13T21:40:35.792Z | Checking scroll v0.12.0 |
1906 | 2024-12-13T21:40:36.052Z | Checking iana-time-zone v0.1.61 |
1907 | 2024-12-13T21:40:36.125Z | Checking adler2 v2.0.0 |
1908 | 2024-12-13T21:40:36.175Z | Checking ucd-trie v0.1.7 |
1909 | 2024-12-13T21:40:36.193Z | Checking match_cfg v0.1.0 |
1910 | 2024-12-13T21:40:36.253Z | Checking plain v0.2.3 |
1911 | 2024-12-13T21:40:36.272Z | Checking tower-service v0.3.3 |
1912 | 2024-12-13T21:40:36.275Z | Checking foreign-types-shared v0.1.1 |
1913 | 2024-12-13T21:40:36.375Z | Checking base64 v0.22.1 |
1914 | 2024-12-13T21:40:36.392Z | Checking pest v2.7.14 |
1915 | 2024-12-13T21:40:36.395Z | Checking foreign-types v0.3.2 |
1916 | 2024-12-13T21:40:36.421Z | Checking goblin v0.8.2 |
1917 | 2024-12-13T21:40:36.494Z | Checking hostname v0.3.1 |
1918 | 2024-12-13T21:40:36.629Z | Checking miniz_oxide v0.8.0 |
1919 | 2024-12-13T21:40:36.842Z | Checking chrono v0.4.38 |
1920 | 2024-12-13T21:40:37.009Z | Checking icu_normalizer v1.5.0 |
1921 | 2024-12-13T21:40:37.332Z | Checking quote v1.0.37 |
1922 | 2024-12-13T21:40:37.606Z | Checking rustls-webpki v0.102.8 |
1923 | 2024-12-13T21:40:37.675Z | Checking openssl-sys v0.9.103 |
1924 | 2024-12-13T21:40:37.828Z | Checking idna_adapter v1.2.0 |
1925 | 2024-12-13T21:40:38.026Z | Checking idna v1.0.3 |
1926 | 2024-12-13T21:40:38.276Z | Checking errno v0.3.9 |
1927 | 2024-12-13T21:40:38.430Z | Checking dirs-sys-next v0.1.2 |
1928 | 2024-12-13T21:40:38.463Z | Checking aho-corasick v1.1.3 |
1929 | 2024-12-13T21:40:38.500Z | Checking url v2.5.3 |
1930 | 2024-12-13T21:40:38.602Z | Checking pretty-hex v0.4.1 |
1931 | 2024-12-13T21:40:38.770Z | Checking data-encoding v2.6.0 |
1932 | 2024-12-13T21:40:38.827Z | Checking regex-syntax v0.8.5 |
1933 | 2024-12-13T21:40:38.923Z | Checking siphasher v0.3.11 |
1934 | 2024-12-13T21:40:38.938Z | Checking dtrace-parser v0.2.0 |
1935 | 2024-12-13T21:40:39.224Z | Checking openssl v0.10.66 |
1936 | 2024-12-13T21:40:39.319Z | Checking dirs-next v2.0.0 |
1937 | 2024-12-13T21:40:39.380Z | Checking tokio-util v0.7.12 |
1938 | 2024-12-13T21:40:39.403Z | Checking rustix v0.38.37 |
1939 | 2024-12-13T21:40:39.440Z | Checking syn v2.0.87 |
1940 | 2024-12-13T21:40:39.457Z | Checking http-body-util v0.1.2 |
1941 | 2024-12-13T21:40:39.924Z | Checking crossbeam-epoch v0.9.18 |
1942 | 2024-12-13T21:40:40.083Z | Checking signature v2.2.0 |
1943 | 2024-12-13T21:40:40.273Z | Checking h2 v0.4.6 |
1944 | 2024-12-13T21:40:40.288Z | Checking sha1 v0.10.6 |
1945 | 2024-12-13T21:40:40.332Z | Checking lazy_static v1.5.0 |
1946 | 2024-12-13T21:40:40.443Z | Checking thread_local v1.1.8 |
1947 | 2024-12-13T21:40:40.547Z | Checking thread-id v4.2.2 |
1948 | 2024-12-13T21:40:40.658Z | Checking encoding_rs v0.8.34 |
1949 | 2024-12-13T21:40:40.719Z | Checking unicode-properties v0.1.3 |
1950 | 2024-12-13T21:40:41.104Z | Checking openssl-probe v0.1.5 |
1951 | 2024-12-13T21:40:41.242Z | Checking gimli v0.31.1 |
1952 | 2024-12-13T21:40:41.304Z | Checking dof v0.3.0 |
1953 | 2024-12-13T21:40:41.953Z | Checking ipnet v2.10.1 |
1954 | 2024-12-13T21:40:42.199Z | Checking regex-automata v0.4.8 |
1955 | 2024-12-13T21:40:42.448Z | Checking anstyle v1.0.10 |
1956 | 2024-12-13T21:40:42.809Z | Checking utf8parse v0.2.2 |
1957 | 2024-12-13T21:40:42.887Z | Checking winnow v0.6.20 |
1958 | 2024-12-13T21:40:42.969Z | Checking mime v0.3.17 |
1959 | 2024-12-13T21:40:42.973Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-12-13T21:40:43.246Z | Checking stringprep v0.1.5 |
1961 | 2024-12-13T21:40:43.276Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-12-13T21:40:43.530Z | Checking term v0.7.0 |
1963 | 2024-12-13T21:40:43.592Z | Checking rustls v0.22.4 |
1964 | 2024-12-13T21:40:43.940Z | Checking rustls v0.23.19 |
1965 | 2024-12-13T21:40:44.610Z | Checking native-tls v0.2.12 |
1966 | 2024-12-13T21:40:44.910Z | Checking slog-json v2.6.1 |
1967 | 2024-12-13T21:40:45.158Z | Checking serde_urlencoded v0.7.1 |
1968 | 2024-12-13T21:40:45.223Z | Checking addr2line v0.24.2 |
1969 | 2024-12-13T21:40:45.568Z | Checking crossbeam-channel v0.5.13 |
1970 | 2024-12-13T21:40:45.753Z | Checking futures-executor v0.3.31 |
1971 | 2024-12-13T21:40:45.837Z | Checking toml_edit v0.22.22 |
1972 | 2024-12-13T21:40:45.875Z | Checking usdt-impl v0.5.0 |
1973 | 2024-12-13T21:40:45.983Z | Checking num-integer v0.1.46 |
1974 | 2024-12-13T21:40:46.290Z | Checking rustls-pemfile v2.2.0 |
1975 | 2024-12-13T21:40:46.424Z | Checking idna v0.3.0 |
1976 | 2024-12-13T21:40:46.464Z | Checking idna v0.4.0 |
1977 | 2024-12-13T21:40:46.496Z | Checking md-5 v0.10.6 |
1978 | 2024-12-13T21:40:46.524Z | Checking hyper v1.5.0 |
1979 | 2024-12-13T21:40:46.702Z | Checking ff v0.13.0 |
1980 | 2024-12-13T21:40:46.785Z | Checking hash32 v0.2.1 |
1981 | 2024-12-13T21:40:46.916Z | Checking memmap v0.7.0 |
1982 | 2024-12-13T21:40:47.072Z | Checking is-terminal v0.4.13 |
1983 | 2024-12-13T21:40:47.118Z | Checking object v0.36.5 |
1984 | 2024-12-13T21:40:47.146Z | Checking either v1.13.0 |
1985 | 2024-12-13T21:40:47.198Z | Checking anstyle-query v1.1.1 |
1986 | 2024-12-13T21:40:47.265Z | Checking take_mut v0.2.2 |
1987 | 2024-12-13T21:40:47.304Z | Checking fallible-iterator v0.2.0 |
1988 | 2024-12-13T21:40:47.335Z | Checking quick-error v1.2.3 |
1989 | 2024-12-13T21:40:47.411Z | Checking psl-types v2.0.11 |
1990 | 2024-12-13T21:40:47.470Z | Checking utf-8 v0.7.6 |
1991 | 2024-12-13T21:40:47.524Z | Checking colorchoice v1.0.2 |
1992 | 2024-12-13T21:40:47.591Z | Checking rustc-demangle v0.1.24 |
1993 | 2024-12-13T21:40:47.657Z | Checking dyn-clone v1.0.17 |
1994 | 2024-12-13T21:40:47.660Z | Checking base16ct v0.2.0 |
1995 | 2024-12-13T21:40:47.800Z | Checking linked-hash-map v0.5.6 |
1996 | 2024-12-13T21:40:47.855Z | Checking is_terminal_polyfill v1.70.1 |
1997 | 2024-12-13T21:40:47.888Z | Checking postgres-protocol v0.6.7 |
1998 | 2024-12-13T21:40:47.978Z | Checking anstream v0.6.15 |
1999 | 2024-12-13T21:40:48.036Z | Checking sec1 v0.7.3 |
2000 | 2024-12-13T21:40:48.114Z | Checking lru-cache v0.1.2 |
2001 | 2024-12-13T21:40:48.293Z | Checking schemars v0.8.21 |
2002 | 2024-12-13T21:40:48.366Z | Checking tungstenite v0.24.0 |
2003 | 2024-12-13T21:40:48.405Z | Checking toml v0.8.19 |
2004 | 2024-12-13T21:40:48.421Z | Checking publicsuffix v2.2.3 |
2005 | 2024-12-13T21:40:48.524Z | Checking resolv-conf v0.7.0 |
2006 | 2024-12-13T21:40:48.612Z | Checking hyper-util v0.1.10 |
2007 | 2024-12-13T21:40:48.648Z | Checking slog-async v2.8.0 |
2008 | 2024-12-13T21:40:48.851Z | Checking hickory-proto v0.24.1 |
2009 | 2024-12-13T21:40:48.939Z | Checking slog-term v2.9.1 |
2010 | 2024-12-13T21:40:49.157Z | Checking tokio-rustls v0.25.0 |
2011 | 2024-12-13T21:40:49.232Z | Checking usdt v0.5.0 |
2012 | 2024-12-13T21:40:49.442Z | Checking heapless v0.7.17 |
2013 | 2024-12-13T21:40:49.467Z | Checking group v0.13.0 |
2014 | 2024-12-13T21:40:49.484Z | Checking tokio-rustls v0.26.0 |
2015 | 2024-12-13T21:40:49.524Z | Checking num-iter v0.1.45 |
2016 | 2024-12-13T21:40:49.699Z | Checking futures v0.3.31 |
2017 | 2024-12-13T21:40:49.727Z | Checking slog-bunyan v2.5.0 |
2018 | 2024-12-13T21:40:49.811Z | Checking tokio-native-tls v0.3.1 |
2019 | 2024-12-13T21:40:49.875Z | Checking rayon-core v1.12.1 |
2020 | 2024-12-13T21:40:49.897Z | Checking multer v3.1.0 |
2021 | 2024-12-13T21:40:49.914Z | Checking terminal_size v0.4.0 |
2022 | 2024-12-13T21:40:50.054Z | Checking phf_shared v0.11.2 |
2023 | 2024-12-13T21:40:50.078Z | Checking cookie v0.18.1 |
2024 | 2024-12-13T21:40:50.280Z | Checking async-stream v0.3.6 |
2025 | 2024-12-13T21:40:50.346Z | Checking bzip2-sys v0.1.11+1.0.8 |
2026 | 2024-12-13T21:40:50.424Z | Checking signal-hook v0.3.17 |
2027 | 2024-12-13T21:40:50.469Z | Checking camino v1.1.9 |
2028 | 2024-12-13T21:40:50.472Z | Checking waitgroup v0.1.2 |
2029 | 2024-12-13T21:40:50.526Z | Checking openapiv3 v2.0.0 |
2030 | 2024-12-13T21:40:50.542Z | Checking webpki-roots v0.26.6 |
2031 | 2024-12-13T21:40:50.555Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-12-13T21:40:50.594Z | Checking idna v0.5.0 |
2033 | 2024-12-13T21:40:50.737Z | Checking hkdf v0.12.4 |
2034 | 2024-12-13T21:40:50.756Z | Checking crypto-bigint v0.5.5 |
2035 | 2024-12-13T21:40:50.956Z | Checking hostname v0.4.0 |
2036 | 2024-12-13T21:40:51.042Z | Checking crc32fast v1.4.2 |
2037 | 2024-12-13T21:40:51.089Z | Checking winnow v0.5.40 |
2038 | 2024-12-13T21:40:51.156Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-13T21:40:51.260Z | Checking clap_lex v0.7.2 |
2040 | 2024-12-13T21:40:51.291Z | Checking strsim v0.11.1 |
2041 | 2024-12-13T21:40:51.446Z | Checking unicode-width v0.1.14 |
2042 | 2024-12-13T21:40:51.505Z | Checking managed v0.8.0 |
2043 | 2024-12-13T21:40:51.580Z | Checking bitflags v1.3.2 |
2044 | 2024-12-13T21:40:51.682Z | Checking clap_builder v4.5.21 |
2045 | 2024-12-13T21:40:51.888Z | Checking smoltcp v0.9.1 |
2046 | 2024-12-13T21:40:51.928Z | Checking console v0.15.8 |
2047 | 2024-12-13T21:40:52.504Z | Checking cookie_store v0.21.0 |
2048 | 2024-12-13T21:40:53.200Z | Checking flate2 v1.0.34 |
2049 | 2024-12-13T21:40:53.368Z | Checking signal-hook-mio v0.2.4 |
2050 | 2024-12-13T21:40:53.510Z | Checking hyper-rustls v0.27.3 |
2051 | 2024-12-13T21:40:53.526Z | Checking backtrace v0.3.74 |
2052 | 2024-12-13T21:40:53.617Z | Checking hickory-resolver v0.24.1 |
2053 | 2024-12-13T21:40:53.664Z | Checking elliptic-curve v0.13.8 |
2054 | 2024-12-13T21:40:53.838Z | Checking hyper-tls v0.6.0 |
2055 | 2024-12-13T21:40:53.843Z | Checking rayon v1.10.0 |
2056 | 2024-12-13T21:40:53.996Z | Checking dropshot v0.12.0 |
2057 | 2024-12-13T21:40:54.015Z | Checking toml_edit v0.19.15 |
2058 | 2024-12-13T21:40:54.065Z | Checking anyhow v1.0.93 |
2059 | 2024-12-13T21:40:54.114Z | Checking bzip2 v0.4.4 |
2060 | 2024-12-13T21:40:54.303Z | Checking phf v0.11.2 |
2061 | 2024-12-13T21:40:54.395Z | Checking num-bigint-dig v0.8.4 |
2062 | 2024-12-13T21:40:54.445Z | Checking tokio-tungstenite v0.24.0 |
2063 | 2024-12-13T21:40:54.575Z | Checking postgres-types v0.2.8 |
2064 | 2024-12-13T21:40:54.798Z | Checking bstr v1.10.0 |
2065 | 2024-12-13T21:40:54.922Z | Checking regex v1.11.1 |
2066 | 2024-12-13T21:40:55.144Z | Checking ed25519 v2.2.3 |
2067 | 2024-12-13T21:40:55.330Z | Checking tokio-stream v0.1.16 |
2068 | 2024-12-13T21:40:55.452Z | Checking phf_shared v0.10.0 |
2069 | 2024-12-13T21:40:55.560Z | Checking curve25519-dalek v4.1.3 |
2070 | 2024-12-13T21:40:55.719Z | Checking zerocopy v0.6.6 |
2071 | 2024-12-13T21:40:55.742Z | Checking pkcs1 v0.7.5 |
2072 | 2024-12-13T21:40:56.157Z | Checking hubpack v0.1.2 |
2073 | 2024-12-13T21:40:56.173Z | Checking portable-atomic v1.9.0 |
2074 | 2024-12-13T21:40:56.462Z | Checking float-cmp v0.9.0 |
2075 | 2024-12-13T21:40:56.465Z | Checking serde-big-array v0.5.1 |
2076 | 2024-12-13T21:40:56.465Z | Checking rfc6979 v0.4.0 |
2077 | 2024-12-13T21:40:56.528Z | Checking sync_wrapper v1.0.1 |
2078 | 2024-12-13T21:40:56.635Z | Checking precomputed-hash v0.1.1 |
2079 | 2024-12-13T21:40:56.653Z | Checking number_prefix v0.4.0 |
2080 | 2024-12-13T21:40:56.667Z | Checking bit-vec v0.6.3 |
2081 | 2024-12-13T21:40:56.708Z | Checking unicode-segmentation v1.12.0 |
2082 | 2024-12-13T21:40:56.740Z | Checking fixedbitset v0.4.2 |
2083 | 2024-12-13T21:40:56.837Z | Checking predicates-core v1.0.8 |
2084 | 2024-12-13T21:40:56.996Z | Checking new_debug_unreachable v1.0.6 |
2085 | 2024-12-13T21:40:57.011Z | Checking difflib v0.4.0 |
2086 | 2024-12-13T21:40:57.027Z | Checking normalize-line-endings v0.3.0 |
2087 | 2024-12-13T21:40:57.085Z | Checking whoami v1.5.2 |
2088 | 2024-12-13T21:40:57.139Z | Checking minimal-lexical v0.2.1 |
2089 | 2024-12-13T21:40:57.198Z | Checking unicode-width v0.2.0 |
2090 | 2024-12-13T21:40:57.336Z | Checking static_assertions v1.1.0 |
2091 | 2024-12-13T21:40:57.388Z | Checking tokio-postgres v0.7.12 |
2092 | 2024-12-13T21:40:57.403Z | Checking similar v2.6.0 |
2093 | 2024-12-13T21:40:57.426Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2094 | 2024-12-13T21:40:57.446Z | Checking ed25519-dalek v2.1.1 |
2095 | 2024-12-13T21:40:57.530Z | Checking nom v7.1.3 |
2096 | 2024-12-13T21:40:57.616Z | Checking predicates v3.1.2 |
2097 | 2024-12-13T21:40:57.657Z | Checking indicatif v0.17.9 |
2098 | 2024-12-13T21:40:57.673Z | Checking qorb v0.2.1 |
2099 | 2024-12-13T21:40:57.842Z | Checking string_cache v0.8.7 |
2100 | 2024-12-13T21:40:58.137Z | Checking bit-set v0.5.3 |
2101 | 2024-12-13T21:40:58.241Z | Checking petgraph v0.6.5 |
2102 | 2024-12-13T21:40:58.262Z | Checking reqwest v0.12.9 |
2103 | 2024-12-13T21:40:58.382Z | Checking ecdsa v0.16.9 |
2104 | 2024-12-13T21:40:58.432Z | Checking rsa v0.9.6 |
2105 | 2024-12-13T21:40:59.105Z | Checking toml v0.7.8 |
2106 | 2024-12-13T21:40:59.484Z | Checking clap v4.5.21 |
2107 | 2024-12-13T21:40:59.605Z | Checking zip v0.6.6 |
2108 | 2024-12-13T21:40:59.828Z | Checking crossterm v0.28.1 |
2109 | 2024-12-13T21:41:00.148Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2110 | 2024-12-13T21:41:00.174Z | Checking itertools v0.10.5 |
2111 | 2024-12-13T21:41:00.204Z | Checking fs-err v2.11.0 |
2112 | 2024-12-13T21:41:00.271Z | Checking ahash v0.8.11 |
2113 | 2024-12-13T21:41:00.387Z | Checking x509-cert v0.2.5 |
2114 | 2024-12-13T21:41:00.405Z | Checking semver v1.0.23 |
2115 | 2024-12-13T21:41:00.760Z | Checking hex v0.4.3 |
2116 | 2024-12-13T21:41:00.799Z | Checking lalrpop-util v0.19.12 |
2117 | 2024-12-13T21:41:00.814Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-13T21:41:01.033Z | Checking sigpipe v0.1.3 |
2119 | 2024-12-13T21:41:02.416Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-12-13T21:41:02.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.13s |
2121 | 2024-12-13T21:41:02.880Z | |
2122 | 2024-12-13T21:41:02.880Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2123 | 2024-12-13T21:41:03.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-12-13T21:41:03.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-12-13T21:41:03.534Z | Compiling hashbrown v0.14.5 |
2126 | 2024-12-13T21:41:03.654Z | Checking heck v0.5.0 |
2127 | 2024-12-13T21:41:03.666Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-12-13T21:41:03.679Z | Compiling ident_case v1.0.1 |
2129 | 2024-12-13T21:41:03.691Z | Checking progenitor-client v0.8.0 |
2130 | 2024-12-13T21:41:03.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2024-12-13T21:41:03.722Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2024-12-13T21:41:03.816Z | Compiling darling_core v0.20.10 |
2133 | 2024-12-13T21:41:03.845Z | Checking ipnetwork v0.20.0 |
2134 | 2024-12-13T21:41:04.058Z | Compiling structmeta-derive v0.3.0 |
2135 | 2024-12-13T21:41:04.075Z | Compiling newtype-uuid v1.1.3 |
2136 | 2024-12-13T21:41:04.204Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2137 | 2024-12-13T21:41:04.373Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-12-13T21:41:04.503Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-13T21:41:04.726Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2024-12-13T21:41:04.769Z | Checking regress v0.10.1 |
2141 | 2024-12-13T21:41:04.875Z | Compiling num_enum_derive v0.5.11 |
2142 | 2024-12-13T21:41:05.272Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-12-13T21:41:05.558Z | Compiling dropshot v0.13.0 |
2144 | 2024-12-13T21:41:05.843Z | Checking arc-swap v1.7.1 |
2145 | 2024-12-13T21:41:06.027Z | Checking foreign-types-shared v0.3.1 |
2146 | 2024-12-13T21:41:06.141Z | Checking foreign-types v0.5.0 |
2147 | 2024-12-13T21:41:06.268Z | Checking slog-scope v4.4.0 |
2148 | 2024-12-13T21:41:06.358Z | Compiling proc-macro-error v1.0.4 |
2149 | 2024-12-13T21:41:06.916Z | Compiling structmeta v0.3.0 |
2150 | 2024-12-13T21:41:07.019Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2151 | 2024-12-13T21:41:07.035Z | Checking tungstenite v0.21.0 |
2152 | 2024-12-13T21:41:07.170Z | Compiling heck v0.3.3 |
2153 | 2024-12-13T21:41:07.365Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-12-13T21:41:07.533Z | Checking num_enum v0.5.11 |
2155 | 2024-12-13T21:41:07.599Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-12-13T21:41:07.686Z | Compiling dropshot_endpoint v0.13.0 |
2157 | 2024-12-13T21:41:08.034Z | Checking cstr-argument v0.1.2 |
2158 | 2024-12-13T21:41:08.204Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2159 | 2024-12-13T21:41:08.300Z | Checking typify-impl v0.2.0 |
2160 | 2024-12-13T21:41:08.427Z | Checking instant v0.1.13 |
2161 | 2024-12-13T21:41:08.927Z | Checking base64 v0.21.7 |
2162 | 2024-12-13T21:41:09.425Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2163 | 2024-12-13T21:41:09.532Z | Checking pretty-hex v0.2.1 |
2164 | 2024-12-13T21:41:09.697Z | Checking fastrand v2.1.1 |
2165 | 2024-12-13T21:41:09.713Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2166 | 2024-12-13T21:41:09.875Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-12-13T21:41:09.991Z | Checking backoff v0.4.0 |
2168 | 2024-12-13T21:41:10.016Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2169 | 2024-12-13T21:41:10.018Z | Checking tempfile v3.13.0 |
2170 | 2024-12-13T21:41:10.164Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2171 | 2024-12-13T21:41:10.294Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2024-12-13T21:41:10.397Z | Checking strum v0.26.3 |
2173 | 2024-12-13T21:41:10.475Z | Compiling zone_cfg_derive v0.1.2 |
2174 | 2024-12-13T21:41:10.557Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-12-13T21:41:10.790Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-12-13T21:41:10.803Z | Checking slog-stdlog v4.1.1 |
2177 | 2024-12-13T21:41:10.845Z | Compiling darling_macro v0.20.10 |
2178 | 2024-12-13T21:41:11.012Z | Checking regress v0.9.1 |
2179 | 2024-12-13T21:41:11.134Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-13T21:41:11.285Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2024-12-13T21:41:12.307Z | Checking colored v2.1.0 |
2182 | 2024-12-13T21:41:12.311Z | Checking macaddr v1.0.1 |
2183 | 2024-12-13T21:41:12.311Z | Checking base64 v0.13.1 |
2184 | 2024-12-13T21:41:12.311Z | Compiling darling v0.20.10 |
2185 | 2024-12-13T21:41:12.311Z | Compiling serde_with_macros v3.11.0 |
2186 | 2024-12-13T21:41:12.311Z | Checking ron v0.7.1 |
2187 | 2024-12-13T21:41:12.311Z | Checking zone v0.1.8 |
2188 | 2024-12-13T21:41:12.311Z | Checking parse-display v0.10.0 |
2189 | 2024-12-13T21:41:12.311Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-12-13T21:41:12.747Z | Checking xz2 v0.1.7 |
2191 | 2024-12-13T21:41:12.800Z | Checking slog-envlogger v2.2.0 |
2192 | 2024-12-13T21:41:13.031Z | Checking tabwriter v1.4.0 |
2193 | 2024-12-13T21:41:13.046Z | Checking xattr v1.3.1 |
2194 | 2024-12-13T21:41:13.167Z | Checking pem v3.0.4 |
2195 | 2024-12-13T21:41:13.236Z | Checking yasna v0.5.2 |
2196 | 2024-12-13T21:41:13.268Z | Checking headers-core v0.3.0 |
2197 | 2024-12-13T21:41:13.416Z | Checking smf v0.2.3 |
2198 | 2024-12-13T21:41:13.432Z | Checking filetime v0.2.25 |
2199 | 2024-12-13T21:41:13.643Z | Checking same-file v1.0.6 |
2200 | 2024-12-13T21:41:13.821Z | Checking walkdir v2.5.0 |
2201 | 2024-12-13T21:41:13.883Z | Checking tar v0.4.42 |
2202 | 2024-12-13T21:41:13.900Z | Checking headers v0.4.0 |
2203 | 2024-12-13T21:41:14.081Z | Checking rcgen v0.12.1 |
2204 | 2024-12-13T21:41:14.096Z | Checking atomicwrites v0.4.4 |
2205 | 2024-12-13T21:41:14.297Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-12-13T21:41:14.585Z | Checking subprocess v0.2.9 |
2207 | 2024-12-13T21:41:14.804Z | Checking serde_with v3.11.0 |
2208 | 2024-12-13T21:41:18.654Z | Compiling typify-macro v0.2.0 |
2209 | 2024-12-13T21:41:20.651Z | Compiling typify v0.2.0 |
2210 | 2024-12-13T21:41:20.800Z | Compiling progenitor-impl v0.8.0 |
2211 | 2024-12-13T21:41:23.815Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-12-13T21:41:28.624Z | Checking progenitor v0.8.0 |
2213 | 2024-12-13T21:41:28.776Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2024-12-13T21:41:28.785Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2024-12-13T21:41:31.460Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2216 | 2024-12-13T21:41:31.797Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-12-13T21:41:38.057Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-12-13T21:41:39.632Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-12-13T21:41:40.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.00s |
2220 | 2024-12-13T21:41:41.063Z | |
2221 | 2024-12-13T21:41:41.063Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2222 | 2024-12-13T21:41:41.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-12-13T21:41:41.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-12-13T21:41:41.712Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-12-13T21:41:43.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s |
2226 | 2024-12-13T21:41:43.336Z | |
2227 | 2024-12-13T21:41:43.336Z | info: running `cargo check --bins` on nexus-config (31/173) |
2228 | 2024-12-13T21:41:43.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-12-13T21:41:43.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-12-13T21:41:43.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-12-13T21:41:43.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2232 | 2024-12-13T21:41:43.942Z | |
2233 | 2024-12-13T21:41:43.942Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2234 | 2024-12-13T21:41:44.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-13T21:41:44.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-13T21:41:44.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-12-13T21:41:44.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2238 | 2024-12-13T21:41:44.539Z | |
2239 | 2024-12-13T21:41:44.539Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2240 | 2024-12-13T21:41:45.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-13T21:41:45.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-13T21:41:45.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-13T21:41:45.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2244 | 2024-12-13T21:41:45.147Z | |
2245 | 2024-12-13T21:41:45.147Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2246 | 2024-12-13T21:41:45.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-13T21:41:45.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-13T21:41:45.819Z | Compiling zerocopy v0.8.10 |
2249 | 2024-12-13T21:41:45.819Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-12-13T21:41:45.845Z | Compiling itertools v0.13.0 |
2251 | 2024-12-13T21:41:45.845Z | Compiling zerocopy-derive v0.8.10 |
2252 | 2024-12-13T21:41:45.845Z | Compiling heapless v0.8.0 |
2253 | 2024-12-13T21:41:45.845Z | Compiling newtype-uuid v1.1.3 |
2254 | 2024-12-13T21:41:45.845Z | Compiling ipnetwork v0.20.0 |
2255 | 2024-12-13T21:41:45.845Z | Checking hash32 v0.3.1 |
2256 | 2024-12-13T21:41:46.078Z | Compiling instant v0.1.13 |
2257 | 2024-12-13T21:41:46.221Z | Compiling smoltcp v0.11.0 |
2258 | 2024-12-13T21:41:46.270Z | Compiling progenitor v0.8.0 |
2259 | 2024-12-13T21:41:46.382Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2260 | 2024-12-13T21:41:46.526Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2261 | 2024-12-13T21:41:46.824Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2262 | 2024-12-13T21:41:46.864Z | Compiling backoff v0.4.0 |
2263 | 2024-12-13T21:41:46.985Z | Compiling serde_with v3.11.0 |
2264 | 2024-12-13T21:41:47.157Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2265 | 2024-12-13T21:41:47.212Z | Compiling dropshot v0.13.0 |
2266 | 2024-12-13T21:41:47.235Z | Compiling parse-display v0.10.0 |
2267 | 2024-12-13T21:41:47.332Z | Checking num-rational v0.4.2 |
2268 | 2024-12-13T21:41:47.769Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-12-13T21:41:47.959Z | Compiling regress v0.9.1 |
2270 | 2024-12-13T21:41:47.999Z | Compiling phf_generator v0.11.2 |
2271 | 2024-12-13T21:41:48.191Z | Checking num-complex v0.4.6 |
2272 | 2024-12-13T21:41:49.148Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2273 | 2024-12-13T21:41:49.782Z | Compiling macaddr v1.0.1 |
2274 | 2024-12-13T21:41:50.254Z | Checking cobs v0.2.3 |
2275 | 2024-12-13T21:41:50.257Z | Compiling num v0.4.3 |
2276 | 2024-12-13T21:41:50.441Z | Checking postcard v1.0.10 |
2277 | 2024-12-13T21:41:50.505Z | Compiling phf_codegen v0.11.2 |
2278 | 2024-12-13T21:41:51.023Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-12-13T21:41:51.070Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2280 | 2024-12-13T21:41:51.355Z | Checking float-ord v0.3.2 |
2281 | 2024-12-13T21:41:51.665Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2282 | 2024-12-13T21:41:51.830Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2024-12-13T21:41:52.180Z | Compiling convert_case v0.4.0 |
2284 | 2024-12-13T21:41:53.032Z | Compiling chrono-tz-build v0.4.0 |
2285 | 2024-12-13T21:41:53.177Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-12-13T21:41:53.208Z | Compiling derive_more v0.99.18 |
2287 | 2024-12-13T21:41:53.841Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-13T21:41:54.531Z | Compiling thiserror v2.0.3 |
2289 | 2024-12-13T21:41:54.722Z | Compiling crucible-workspace-hack v0.1.0 |
2290 | 2024-12-13T21:41:54.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2291 | 2024-12-13T21:41:55.042Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-12-13T21:41:55.070Z | Checking newline-converter v0.3.0 |
2293 | 2024-12-13T21:41:55.224Z | Checking prettyplease v0.2.25 |
2294 | 2024-12-13T21:41:55.535Z | Compiling thiserror-impl v2.0.3 |
2295 | 2024-12-13T21:41:55.759Z | Compiling slog-dtrace v0.3.0 |
2296 | 2024-12-13T21:41:55.997Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2297 | 2024-12-13T21:41:56.254Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-12-13T21:41:56.363Z | Checking expectorate v1.1.0 |
2299 | 2024-12-13T21:41:56.489Z | Compiling zone_cfg_derive v0.3.0 |
2300 | 2024-12-13T21:41:56.545Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2301 | 2024-12-13T21:41:57.038Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-12-13T21:41:57.530Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2303 | 2024-12-13T21:41:57.639Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2304 | 2024-12-13T21:41:58.028Z | Compiling const_format_proc_macros v0.2.33 |
2305 | 2024-12-13T21:41:58.337Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2306 | 2024-12-13T21:41:58.803Z | Compiling num-derive v0.4.2 |
2307 | 2024-12-13T21:42:02.320Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2308 | 2024-12-13T21:42:02.414Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2309 | 2024-12-13T21:42:02.414Z | Checking highway v1.2.0 |
2310 | 2024-12-13T21:42:02.414Z | Checking zone v0.3.0 |
2311 | 2024-12-13T21:42:02.414Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2312 | 2024-12-13T21:42:02.414Z | Checking const_format v0.2.33 |
2313 | 2024-12-13T21:42:02.414Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2314 | 2024-12-13T21:42:02.414Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2024-12-13T21:42:02.414Z | Checking gethostname v0.5.0 |
2316 | 2024-12-13T21:42:02.414Z | Checking bcs v0.1.6 |
2317 | 2024-12-13T21:42:02.414Z | Compiling async-recursion v1.1.1 |
2318 | 2024-12-13T21:42:02.414Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2319 | 2024-12-13T21:42:02.414Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2320 | 2024-12-13T21:42:02.414Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2321 | 2024-12-13T21:42:02.445Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2024-12-13T21:42:03.237Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2323 | 2024-12-13T21:42:08.923Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2024-12-13T21:42:11.950Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2325 | 2024-12-13T21:42:14.630Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2326 | 2024-12-13T21:42:18.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.67s |
2327 | 2024-12-13T21:42:18.841Z | |
2328 | 2024-12-13T21:42:18.841Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2329 | 2024-12-13T21:42:18.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-12-13T21:42:18.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-12-13T21:42:18.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-12-13T21:42:18.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2333 | 2024-12-13T21:42:18.841Z | |
2334 | 2024-12-13T21:42:18.841Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2335 | 2024-12-13T21:42:18.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-12-13T21:42:18.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-12-13T21:42:18.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-12-13T21:42:18.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2339 | 2024-12-13T21:42:18.842Z | |
2340 | 2024-12-13T21:42:18.842Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2341 | 2024-12-13T21:42:18.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-13T21:42:18.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-13T21:42:18.842Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-12-13T21:42:18.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s |
2345 | 2024-12-13T21:42:18.842Z | |
2346 | 2024-12-13T21:42:18.842Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2347 | 2024-12-13T21:42:19.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-12-13T21:42:19.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-12-13T21:42:19.371Z | Compiling cfg_aliases v0.1.1 |
2350 | 2024-12-13T21:42:19.375Z | Compiling vte_generate_state_changes v0.1.2 |
2351 | 2024-12-13T21:42:19.375Z | Checking fd-lock v4.0.2 |
2352 | 2024-12-13T21:42:19.375Z | Checking nibble_vec v0.1.0 |
2353 | 2024-12-13T21:42:19.375Z | Checking endian-type v0.1.2 |
2354 | 2024-12-13T21:42:19.474Z | Checking bytecount v0.6.8 |
2355 | 2024-12-13T21:42:19.484Z | Compiling tabled_derive v0.7.0 |
2356 | 2024-12-13T21:42:19.505Z | Checking itertools v0.12.1 |
2357 | 2024-12-13T21:42:19.556Z | Compiling nix v0.28.0 |
2358 | 2024-12-13T21:42:19.630Z | Compiling peg-macros v0.8.4 |
2359 | 2024-12-13T21:42:19.645Z | Checking papergrid v0.11.0 |
2360 | 2024-12-13T21:42:19.681Z | Checking radix_trie v0.2.1 |
2361 | 2024-12-13T21:42:19.695Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2362 | 2024-12-13T21:42:20.061Z | Compiling sqlparser_derive v0.2.2 |
2363 | 2024-12-13T21:42:20.090Z | Checking vte v0.11.1 |
2364 | 2024-12-13T21:42:20.843Z | Checking nu-ansi-term v0.50.1 |
2365 | 2024-12-13T21:42:21.099Z | Checking unicode_categories v0.1.1 |
2366 | 2024-12-13T21:42:21.188Z | Checking home v0.5.9 |
2367 | 2024-12-13T21:42:21.246Z | Checking sqlparser v0.45.0 |
2368 | 2024-12-13T21:42:21.347Z | Checking display-error-chain v0.2.2 |
2369 | 2024-12-13T21:42:21.420Z | Checking sqlformat v0.2.6 |
2370 | 2024-12-13T21:42:21.451Z | Checking strip-ansi-escapes v0.2.0 |
2371 | 2024-12-13T21:42:22.012Z | Checking tabled v0.15.0 |
2372 | 2024-12-13T21:42:22.094Z | Checking reedline v0.35.0 |
2373 | 2024-12-13T21:42:22.676Z | Checking peg v0.8.4 |
2374 | 2024-12-13T21:42:22.826Z | Checking rustyline v14.0.0 |
2375 | 2024-12-13T21:42:31.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.97s |
2376 | 2024-12-13T21:42:31.878Z | |
2377 | 2024-12-13T21:42:31.878Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2378 | 2024-12-13T21:42:32.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2379 | 2024-12-13T21:42:32.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2380 | 2024-12-13T21:42:32.528Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2381 | 2024-12-13T21:42:37.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2382 | 2024-12-13T21:42:37.727Z | |
2383 | 2024-12-13T21:42:37.727Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2384 | 2024-12-13T21:42:38.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2385 | 2024-12-13T21:42:38.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2386 | 2024-12-13T21:42:38.390Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2387 | 2024-12-13T21:42:42.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2388 | 2024-12-13T21:42:42.289Z | |
2389 | 2024-12-13T21:42:42.289Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2390 | 2024-12-13T21:42:42.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2391 | 2024-12-13T21:42:42.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2392 | 2024-12-13T21:42:42.942Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2393 | 2024-12-13T21:42:47.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2394 | 2024-12-13T21:42:47.872Z | |
2395 | 2024-12-13T21:42:47.872Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2396 | 2024-12-13T21:42:48.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2397 | 2024-12-13T21:42:48.432Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2398 | 2024-12-13T21:42:48.528Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2399 | 2024-12-13T21:42:53.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2400 | 2024-12-13T21:42:53.498Z | |
2401 | 2024-12-13T21:42:53.498Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2402 | 2024-12-13T21:42:54.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2403 | 2024-12-13T21:42:54.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2404 | 2024-12-13T21:42:54.153Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2405 | 2024-12-13T21:42:58.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2406 | 2024-12-13T21:42:58.274Z | |
2407 | 2024-12-13T21:42:58.274Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2408 | 2024-12-13T21:42:58.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2409 | 2024-12-13T21:42:58.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2410 | 2024-12-13T21:42:58.927Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-12-13T21:43:02.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2412 | 2024-12-13T21:43:03.051Z | |
2413 | 2024-12-13T21:43:03.051Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2414 | 2024-12-13T21:43:03.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2415 | 2024-12-13T21:43:03.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2416 | 2024-12-13T21:43:03.708Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2417 | 2024-12-13T21:43:08.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2418 | 2024-12-13T21:43:08.899Z | |
2419 | 2024-12-13T21:43:08.899Z | info: running `cargo check --bins` on oximeter (46/173) |
2420 | 2024-12-13T21:43:09.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2421 | 2024-12-13T21:43:09.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2422 | 2024-12-13T21:43:09.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2423 | 2024-12-13T21:43:09.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2424 | 2024-12-13T21:43:09.515Z | |
2425 | 2024-12-13T21:43:09.515Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2426 | 2024-12-13T21:43:10.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2427 | 2024-12-13T21:43:10.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2428 | 2024-12-13T21:43:10.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2429 | 2024-12-13T21:43:10.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2430 | 2024-12-13T21:43:10.108Z | |
2431 | 2024-12-13T21:43:10.108Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2432 | 2024-12-13T21:43:10.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2433 | 2024-12-13T21:43:10.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2434 | 2024-12-13T21:43:10.739Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2435 | 2024-12-13T21:43:11.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2436 | 2024-12-13T21:43:11.350Z | |
2437 | 2024-12-13T21:43:11.350Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2438 | 2024-12-13T21:43:11.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2439 | 2024-12-13T21:43:11.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2440 | 2024-12-13T21:43:11.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2441 | 2024-12-13T21:43:11.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2442 | 2024-12-13T21:43:11.970Z | |
2443 | 2024-12-13T21:43:11.970Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2444 | 2024-12-13T21:43:12.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2445 | 2024-12-13T21:43:12.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2446 | 2024-12-13T21:43:12.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2447 | 2024-12-13T21:43:12.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2448 | 2024-12-13T21:43:12.601Z | |
2449 | 2024-12-13T21:43:12.601Z | info: running `cargo check --bins` on oxql-types (51/173) |
2450 | 2024-12-13T21:43:13.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-12-13T21:43:13.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-12-13T21:43:13.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2453 | 2024-12-13T21:43:13.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2454 | 2024-12-13T21:43:13.214Z | |
2455 | 2024-12-13T21:43:13.214Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2456 | 2024-12-13T21:43:13.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-12-13T21:43:13.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-12-13T21:43:13.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2459 | 2024-12-13T21:43:13.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2460 | 2024-12-13T21:43:13.856Z | |
2461 | 2024-12-13T21:43:13.856Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2462 | 2024-12-13T21:43:14.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-12-13T21:43:14.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-12-13T21:43:14.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2465 | 2024-12-13T21:43:14.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2466 | 2024-12-13T21:43:14.479Z | |
2467 | 2024-12-13T21:43:14.479Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2468 | 2024-12-13T21:43:15.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-12-13T21:43:15.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-12-13T21:43:15.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2471 | 2024-12-13T21:43:15.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2472 | 2024-12-13T21:43:15.108Z | |
2473 | 2024-12-13T21:43:15.108Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2474 | 2024-12-13T21:43:15.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-12-13T21:43:15.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-12-13T21:43:15.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2477 | 2024-12-13T21:43:15.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2478 | 2024-12-13T21:43:15.729Z | |
2479 | 2024-12-13T21:43:15.729Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2480 | 2024-12-13T21:43:16.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-12-13T21:43:16.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-12-13T21:43:16.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2483 | 2024-12-13T21:43:16.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2484 | 2024-12-13T21:43:16.349Z | |
2485 | 2024-12-13T21:43:16.349Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2486 | 2024-12-13T21:43:16.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-12-13T21:43:16.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-12-13T21:43:16.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2489 | 2024-12-13T21:43:16.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2490 | 2024-12-13T21:43:16.968Z | |
2491 | 2024-12-13T21:43:16.968Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2492 | 2024-12-13T21:43:17.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-12-13T21:43:17.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-12-13T21:43:17.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-12-13T21:43:17.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2496 | 2024-12-13T21:43:17.577Z | |
2497 | 2024-12-13T21:43:17.579Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2498 | 2024-12-13T21:43:18.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-12-13T21:43:18.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-12-13T21:43:18.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-12-13T21:43:18.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2502 | 2024-12-13T21:43:18.205Z | |
2503 | 2024-12-13T21:43:18.205Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2504 | 2024-12-13T21:43:18.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-12-13T21:43:18.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-12-13T21:43:18.764Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-12-13T21:43:18.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2508 | 2024-12-13T21:43:18.837Z | |
2509 | 2024-12-13T21:43:18.837Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2510 | 2024-12-13T21:43:19.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-12-13T21:43:19.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-12-13T21:43:19.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-12-13T21:43:19.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2514 | 2024-12-13T21:43:19.454Z | |
2515 | 2024-12-13T21:43:19.454Z | info: running `cargo check --bins` on dpd-client (62/173) |
2516 | 2024-12-13T21:43:20.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-12-13T21:43:20.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-12-13T21:43:20.006Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-12-13T21:43:20.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2520 | 2024-12-13T21:43:20.079Z | |
2521 | 2024-12-13T21:43:20.079Z | info: running `cargo check --bins` on gateway-client (63/173) |
2522 | 2024-12-13T21:43:20.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-12-13T21:43:20.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-12-13T21:43:20.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-12-13T21:43:20.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2526 | 2024-12-13T21:43:20.695Z | |
2527 | 2024-12-13T21:43:20.695Z | info: running `cargo check --bins` on installinator-client (64/173) |
2528 | 2024-12-13T21:43:21.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-12-13T21:43:21.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-12-13T21:43:21.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-12-13T21:43:21.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2532 | 2024-12-13T21:43:21.324Z | |
2533 | 2024-12-13T21:43:21.324Z | info: running `cargo check --bins` on installinator-common (65/173) |
2534 | 2024-12-13T21:43:21.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-12-13T21:43:21.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-12-13T21:43:21.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-12-13T21:43:21.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2538 | 2024-12-13T21:43:21.958Z | |
2539 | 2024-12-13T21:43:21.958Z | info: running `cargo check --bins` on update-engine (66/173) |
2540 | 2024-12-13T21:43:22.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-12-13T21:43:22.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-12-13T21:43:22.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-12-13T21:43:22.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2544 | 2024-12-13T21:43:22.561Z | |
2545 | 2024-12-13T21:43:22.561Z | info: running `cargo check --bins` on nexus-client (67/173) |
2546 | 2024-12-13T21:43:23.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-12-13T21:43:23.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-12-13T21:43:23.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-12-13T21:43:23.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2550 | 2024-12-13T21:43:23.211Z | |
2551 | 2024-12-13T21:43:23.211Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2552 | 2024-12-13T21:43:23.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-12-13T21:43:23.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-12-13T21:43:23.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-12-13T21:43:23.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2556 | 2024-12-13T21:43:23.842Z | |
2557 | 2024-12-13T21:43:23.842Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2558 | 2024-12-13T21:43:24.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-12-13T21:43:24.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-12-13T21:43:24.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-12-13T21:43:24.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2562 | 2024-12-13T21:43:24.430Z | |
2563 | 2024-12-13T21:43:24.430Z | info: running `cargo check --bins` on nexus-types (70/173) |
2564 | 2024-12-13T21:43:25.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-12-13T21:43:25.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-12-13T21:43:25.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-12-13T21:43:25.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2568 | 2024-12-13T21:43:25.079Z | |
2569 | 2024-12-13T21:43:25.079Z | info: running `cargo check --bins` on oxide-client (71/173) |
2570 | 2024-12-13T21:43:25.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-12-13T21:43:25.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-12-13T21:43:25.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-12-13T21:43:25.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2574 | 2024-12-13T21:43:25.690Z | |
2575 | 2024-12-13T21:43:25.690Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2576 | 2024-12-13T21:43:26.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-12-13T21:43:26.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-12-13T21:43:26.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-12-13T21:43:26.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2580 | 2024-12-13T21:43:26.313Z | |
2581 | 2024-12-13T21:43:26.313Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2582 | 2024-12-13T21:43:26.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-12-13T21:43:26.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-12-13T21:43:26.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-12-13T21:43:26.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2586 | 2024-12-13T21:43:26.924Z | |
2587 | 2024-12-13T21:43:26.924Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2588 | 2024-12-13T21:43:27.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-12-13T21:43:27.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-12-13T21:43:27.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-12-13T21:43:27.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2592 | 2024-12-13T21:43:27.569Z | |
2593 | 2024-12-13T21:43:27.569Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2594 | 2024-12-13T21:43:28.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-12-13T21:43:28.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-12-13T21:43:28.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-12-13T21:43:28.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2598 | 2024-12-13T21:43:28.226Z | |
2599 | 2024-12-13T21:43:28.226Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2600 | 2024-12-13T21:43:28.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-12-13T21:43:28.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-12-13T21:43:28.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-12-13T21:43:28.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2604 | 2024-12-13T21:43:28.877Z | |
2605 | 2024-12-13T21:43:28.877Z | info: running `cargo check --bins` on wicket-common (77/173) |
2606 | 2024-12-13T21:43:29.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-12-13T21:43:29.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-12-13T21:43:29.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-12-13T21:43:29.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2610 | 2024-12-13T21:43:29.520Z | |
2611 | 2024-12-13T21:43:29.521Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2612 | 2024-12-13T21:43:30.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-12-13T21:43:30.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-12-13T21:43:30.170Z | Checking csv-core v0.1.11 |
2615 | 2024-12-13T21:43:30.170Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2616 | 2024-12-13T21:43:30.173Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2617 | 2024-12-13T21:43:30.486Z | Checking csv v1.3.0 |
2618 | 2024-12-13T21:43:30.503Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2619 | 2024-12-13T21:43:31.064Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2620 | 2024-12-13T21:43:31.399Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2621 | 2024-12-13T21:43:32.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
2622 | 2024-12-13T21:43:32.828Z | |
2623 | 2024-12-13T21:43:32.828Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2624 | 2024-12-13T21:43:33.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-12-13T21:43:33.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-12-13T21:43:33.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-12-13T21:43:33.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2628 | 2024-12-13T21:43:33.446Z | |
2629 | 2024-12-13T21:43:33.446Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2630 | 2024-12-13T21:43:33.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-12-13T21:43:33.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-12-13T21:43:33.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2024-12-13T21:43:33.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2634 | 2024-12-13T21:43:34.063Z | |
2635 | 2024-12-13T21:43:34.063Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2636 | 2024-12-13T21:43:34.695Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2024-12-13T21:43:34.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2024-12-13T21:43:34.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2024-12-13T21:43:34.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2640 | 2024-12-13T21:43:34.788Z | |
2641 | 2024-12-13T21:43:34.788Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2642 | 2024-12-13T21:43:35.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2024-12-13T21:43:35.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2024-12-13T21:43:35.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2024-12-13T21:43:35.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2646 | 2024-12-13T21:43:35.509Z | |
2647 | 2024-12-13T21:43:35.509Z | info: running `cargo check --bins` on dns-server (83/173) |
2648 | 2024-12-13T21:43:36.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2024-12-13T21:43:36.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2024-12-13T21:43:36.153Z | Compiling parking_lot_core v0.8.6 |
2651 | 2024-12-13T21:43:36.156Z | Checking fxhash v0.2.1 |
2652 | 2024-12-13T21:43:36.156Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2653 | 2024-12-13T21:43:36.254Z | Checking hickory-server v0.24.1 |
2654 | 2024-12-13T21:43:36.264Z | Checking hickory-client v0.24.1 |
2655 | 2024-12-13T21:43:36.850Z | Checking parking_lot v0.11.2 |
2656 | 2024-12-13T21:43:36.987Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2657 | 2024-12-13T21:43:36.987Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2658 | 2024-12-13T21:43:37.079Z | Checking sled v0.34.7 |
2659 | 2024-12-13T21:43:38.846Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2660 | 2024-12-13T21:43:40.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s |
2661 | 2024-12-13T21:43:40.259Z | |
2662 | 2024-12-13T21:43:40.259Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2663 | 2024-12-13T21:43:40.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-12-13T21:43:40.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-12-13T21:43:40.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-12-13T21:43:40.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2667 | 2024-12-13T21:43:40.891Z | |
2668 | 2024-12-13T21:43:40.892Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2669 | 2024-12-13T21:43:41.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-12-13T21:43:41.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-12-13T21:43:41.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-12-13T21:43:41.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2673 | 2024-12-13T21:43:41.577Z | |
2674 | 2024-12-13T21:43:41.577Z | info: running `cargo check --bins` on gateway-types (86/173) |
2675 | 2024-12-13T21:43:42.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-12-13T21:43:42.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-12-13T21:43:42.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2678 | 2024-12-13T21:43:42.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2679 | 2024-12-13T21:43:42.211Z | |
2680 | 2024-12-13T21:43:42.211Z | info: running `cargo check --bins` on ipcc (87/173) |
2681 | 2024-12-13T21:43:42.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2682 | 2024-12-13T21:43:42.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2683 | 2024-12-13T21:43:42.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2684 | 2024-12-13T21:43:42.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2685 | 2024-12-13T21:43:42.835Z | |
2686 | 2024-12-13T21:43:42.835Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2687 | 2024-12-13T21:43:43.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-12-13T21:43:43.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-12-13T21:43:43.940Z | Compiling semver v0.1.20 |
2690 | 2024-12-13T21:43:43.941Z | Compiling radium v0.7.0 |
2691 | 2024-12-13T21:43:43.941Z | Compiling maybe-uninit v2.0.0 |
2692 | 2024-12-13T21:43:43.941Z | Checking tap v1.0.1 |
2693 | 2024-12-13T21:43:43.941Z | Checking password-hash v0.5.0 |
2694 | 2024-12-13T21:43:43.941Z | Checking blake2 v0.10.6 |
2695 | 2024-12-13T21:43:43.941Z | Checking crc-catalog v2.4.0 |
2696 | 2024-12-13T21:43:43.941Z | Compiling cancel-safe-futures v0.1.5 |
2697 | 2024-12-13T21:43:43.941Z | Checking wyz v0.5.1 |
2698 | 2024-12-13T21:43:43.941Z | Checking funty v2.0.0 |
2699 | 2024-12-13T21:43:44.013Z | Compiling rustc_version v0.1.7 |
2700 | 2024-12-13T21:43:44.092Z | Compiling packed_struct v0.10.1 |
2701 | 2024-12-13T21:43:44.110Z | Compiling owo-colors v4.1.0 |
2702 | 2024-12-13T21:43:44.173Z | Checking argon2 v0.5.3 |
2703 | 2024-12-13T21:43:44.276Z | Checking crc v3.2.1 |
2704 | 2024-12-13T21:43:44.349Z | Compiling packed_struct_codegen v0.10.1 |
2705 | 2024-12-13T21:43:44.400Z | Checking half v2.4.1 |
2706 | 2024-12-13T21:43:44.448Z | Compiling indexmap v1.9.3 |
2707 | 2024-12-13T21:43:44.525Z | Compiling newtype_derive v0.1.6 |
2708 | 2024-12-13T21:43:44.570Z | Checking nodrop v0.1.14 |
2709 | 2024-12-13T21:43:44.691Z | Checking ciborium-io v0.2.2 |
2710 | 2024-12-13T21:43:44.708Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2711 | 2024-12-13T21:43:44.764Z | Checking bitvec v1.0.1 |
2712 | 2024-12-13T21:43:44.786Z | Checking array-init v0.0.4 |
2713 | 2024-12-13T21:43:44.835Z | Checking ciborium-ll v0.2.2 |
2714 | 2024-12-13T21:43:44.848Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2715 | 2024-12-13T21:43:44.969Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2716 | 2024-12-13T21:43:45.015Z | Checking smallvec v0.6.14 |
2717 | 2024-12-13T21:43:45.148Z | Checking libsw v3.3.1 |
2718 | 2024-12-13T21:43:45.389Z | Compiling memoffset v0.9.1 |
2719 | 2024-12-13T21:43:45.420Z | Checking swrite v0.1.0 |
2720 | 2024-12-13T21:43:45.542Z | Checking indent_write v2.2.0 |
2721 | 2024-12-13T21:43:45.559Z | Checking bitfield v0.14.0 |
2722 | 2024-12-13T21:43:45.685Z | Checking termcolor v1.4.1 |
2723 | 2024-12-13T21:43:45.740Z | Checking linear-map v1.2.0 |
2724 | 2024-12-13T21:43:45.755Z | Checking hashbrown v0.12.3 |
2725 | 2024-12-13T21:43:45.770Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-12-13T21:43:45.808Z | Checking serde-hex v0.1.0 |
2727 | 2024-12-13T21:43:46.095Z | Checking env_logger v0.10.2 |
2728 | 2024-12-13T21:43:46.216Z | Checking ron v0.8.1 |
2729 | 2024-12-13T21:43:46.506Z | Checking ciborium v0.2.2 |
2730 | 2024-12-13T21:43:46.673Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2731 | 2024-12-13T21:43:47.370Z | Checking steno v0.4.1 |
2732 | 2024-12-13T21:43:47.454Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2733 | 2024-12-13T21:43:47.474Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2734 | 2024-12-13T21:43:47.496Z | Checking hashbrown v0.13.2 |
2735 | 2024-12-13T21:43:47.499Z | Checking crc-any v2.5.0 |
2736 | 2024-12-13T21:43:47.708Z | Checking humantime v2.1.0 |
2737 | 2024-12-13T21:43:47.906Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2738 | 2024-12-13T21:43:48.005Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2739 | 2024-12-13T21:43:48.278Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2740 | 2024-12-13T21:43:48.561Z | Checking path-slash v0.1.5 |
2741 | 2024-12-13T21:43:48.577Z | Checking object v0.30.4 |
2742 | 2024-12-13T21:43:48.593Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2743 | 2024-12-13T21:43:48.774Z | Checking nix v0.27.1 |
2744 | 2024-12-13T21:43:49.630Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2745 | 2024-12-13T21:43:49.645Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2746 | 2024-12-13T21:43:49.662Z | Checking tungstenite v0.23.0 |
2747 | 2024-12-13T21:43:49.890Z | Checking kstat-rs v0.2.4 |
2748 | 2024-12-13T21:43:50.034Z | Checking signal-hook-tokio v0.3.1 |
2749 | 2024-12-13T21:43:50.220Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2750 | 2024-12-13T21:43:50.563Z | Checking tokio-tungstenite v0.23.1 |
2751 | 2024-12-13T21:43:51.216Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-13T21:43:51.269Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2753 | 2024-12-13T21:43:51.624Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2754 | 2024-12-13T21:43:58.089Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2755 | 2024-12-13T21:43:59.397Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2756 | 2024-12-13T21:44:02.564Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2757 | 2024-12-13T21:44:08.209Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-13T21:44:08.900Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-13T21:44:11.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.88s |
2760 | 2024-12-13T21:44:11.949Z | |
2761 | 2024-12-13T21:44:11.949Z | info: running `cargo check --bins` on gateway-api (89/173) |
2762 | 2024-12-13T21:44:12.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2024-12-13T21:44:12.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2024-12-13T21:44:12.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2024-12-13T21:44:12.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2766 | 2024-12-13T21:44:12.532Z | |
2767 | 2024-12-13T21:44:12.532Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2768 | 2024-12-13T21:44:13.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2024-12-13T21:44:13.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2024-12-13T21:44:13.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2024-12-13T21:44:13.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2772 | 2024-12-13T21:44:13.139Z | |
2773 | 2024-12-13T21:44:13.139Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2774 | 2024-12-13T21:44:13.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2024-12-13T21:44:13.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2024-12-13T21:44:13.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2024-12-13T21:44:13.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2778 | 2024-12-13T21:44:13.765Z | |
2779 | 2024-12-13T21:44:13.765Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2780 | 2024-12-13T21:44:14.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2024-12-13T21:44:14.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2024-12-13T21:44:14.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2024-12-13T21:44:14.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2784 | 2024-12-13T21:44:14.392Z | |
2785 | 2024-12-13T21:44:14.392Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2786 | 2024-12-13T21:44:14.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2024-12-13T21:44:14.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2024-12-13T21:44:14.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2024-12-13T21:44:14.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2790 | 2024-12-13T21:44:15.071Z | |
2791 | 2024-12-13T21:44:15.071Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2792 | 2024-12-13T21:44:15.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2024-12-13T21:44:15.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2024-12-13T21:44:15.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2024-12-13T21:44:15.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2796 | 2024-12-13T21:44:15.650Z | |
2797 | 2024-12-13T21:44:15.650Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2798 | 2024-12-13T21:44:16.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2024-12-13T21:44:16.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2024-12-13T21:44:16.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2024-12-13T21:44:16.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2802 | 2024-12-13T21:44:16.274Z | |
2803 | 2024-12-13T21:44:16.274Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2804 | 2024-12-13T21:44:16.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2024-12-13T21:44:16.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2024-12-13T21:44:16.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2024-12-13T21:44:16.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2808 | 2024-12-13T21:44:16.896Z | |
2809 | 2024-12-13T21:44:16.896Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2810 | 2024-12-13T21:44:17.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2024-12-13T21:44:17.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2024-12-13T21:44:17.468Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2024-12-13T21:44:17.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2814 | 2024-12-13T21:44:17.545Z | |
2815 | 2024-12-13T21:44:17.545Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2816 | 2024-12-13T21:44:18.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2024-12-13T21:44:18.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2024-12-13T21:44:18.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2024-12-13T21:44:18.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2820 | 2024-12-13T21:44:18.195Z | |
2821 | 2024-12-13T21:44:18.195Z | info: running `cargo check --bins` on sp-sim (99/173) |
2822 | 2024-12-13T21:44:18.710Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-12-13T21:44:18.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-12-13T21:44:18.797Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2825 | 2024-12-13T21:44:24.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
2826 | 2024-12-13T21:44:24.671Z | |
2827 | 2024-12-13T21:44:24.671Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2828 | 2024-12-13T21:44:24.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-12-13T21:44:24.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-12-13T21:44:24.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2024-12-13T21:44:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2832 | 2024-12-13T21:44:24.671Z | |
2833 | 2024-12-13T21:44:24.671Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2834 | 2024-12-13T21:44:24.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-12-13T21:44:24.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-12-13T21:44:24.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2024-12-13T21:44:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2838 | 2024-12-13T21:44:24.671Z | |
2839 | 2024-12-13T21:44:24.671Z | info: running `cargo check --bins` on db-macros (102/173) |
2840 | 2024-12-13T21:44:24.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-12-13T21:44:24.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-12-13T21:44:24.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2024-12-13T21:44:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2844 | 2024-12-13T21:44:24.671Z | |
2845 | 2024-12-13T21:44:24.671Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2846 | 2024-12-13T21:44:24.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-12-13T21:44:24.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-12-13T21:44:24.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2024-12-13T21:44:24.672Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2850 | 2024-12-13T21:44:24.672Z | |
2851 | 2024-12-13T21:44:24.672Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2852 | 2024-12-13T21:44:24.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-12-13T21:44:24.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-12-13T21:44:24.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2024-12-13T21:44:24.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2856 | 2024-12-13T21:44:24.709Z | |
2857 | 2024-12-13T21:44:24.709Z | info: running `cargo check --bins` on authz-macros (105/173) |
2858 | 2024-12-13T21:44:24.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-12-13T21:44:24.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-12-13T21:44:24.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2861 | 2024-12-13T21:44:24.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2862 | 2024-12-13T21:44:24.741Z | |
2863 | 2024-12-13T21:44:24.741Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2864 | 2024-12-13T21:44:25.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-12-13T21:44:25.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-12-13T21:44:25.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-12-13T21:44:25.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2868 | 2024-12-13T21:44:25.358Z | |
2869 | 2024-12-13T21:44:25.358Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2870 | 2024-12-13T21:44:25.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-12-13T21:44:25.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-12-13T21:44:25.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-12-13T21:44:25.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2874 | 2024-12-13T21:44:26.017Z | |
2875 | 2024-12-13T21:44:26.017Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2876 | 2024-12-13T21:44:26.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-12-13T21:44:26.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-12-13T21:44:26.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-12-13T21:44:26.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2880 | 2024-12-13T21:44:26.656Z | |
2881 | 2024-12-13T21:44:26.656Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2882 | 2024-12-13T21:44:27.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-12-13T21:44:27.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-12-13T21:44:27.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-12-13T21:44:27.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2886 | 2024-12-13T21:44:27.309Z | |
2887 | 2024-12-13T21:44:27.309Z | info: running `cargo check --bins` on typed-rng (110/173) |
2888 | 2024-12-13T21:44:27.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-12-13T21:44:27.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-12-13T21:44:27.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-12-13T21:44:27.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2892 | 2024-12-13T21:44:27.915Z | |
2893 | 2024-12-13T21:44:27.915Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2894 | 2024-12-13T21:44:28.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-12-13T21:44:28.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-12-13T21:44:28.664Z | Checking keccak v0.1.5 |
2897 | 2024-12-13T21:44:28.775Z | Checking secrecy v0.8.0 |
2898 | 2024-12-13T21:44:28.778Z | Compiling unicase v2.7.0 |
2899 | 2024-12-13T21:44:28.778Z | Compiling same-file v1.0.6 |
2900 | 2024-12-13T21:44:28.799Z | Compiling tempfile v3.13.0 |
2901 | 2024-12-13T21:44:28.819Z | Compiling thiserror-impl-no-std v2.0.2 |
2902 | 2024-12-13T21:44:28.821Z | Checking universal-hash v0.5.1 |
2903 | 2024-12-13T21:44:28.821Z | Compiling blake3 v1.5.4 |
2904 | 2024-12-13T21:44:28.967Z | Compiling walkdir v2.5.0 |
2905 | 2024-12-13T21:44:29.010Z | Compiling ring v0.16.20 |
2906 | 2024-12-13T21:44:29.047Z | Checking sha3 v0.10.8 |
2907 | 2024-12-13T21:44:29.102Z | Checking opaque-debug v0.3.1 |
2908 | 2024-12-13T21:44:29.192Z | Checking poly1305 v0.8.0 |
2909 | 2024-12-13T21:44:29.262Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2910 | 2024-12-13T21:44:29.468Z | Checking chacha20 v0.9.1 |
2911 | 2024-12-13T21:44:29.548Z | Checking aead v0.5.2 |
2912 | 2024-12-13T21:44:29.670Z | Compiling memmap2 v0.9.5 |
2913 | 2024-12-13T21:44:29.691Z | Compiling arrayref v0.3.9 |
2914 | 2024-12-13T21:44:29.709Z | Compiling constant_time_eq v0.3.1 |
2915 | 2024-12-13T21:44:29.763Z | Compiling libefi-sys v0.1.0 |
2916 | 2024-12-13T21:44:29.792Z | Compiling spin v0.5.2 |
2917 | 2024-12-13T21:44:29.809Z | Compiling salty v0.3.0 |
2918 | 2024-12-13T21:44:29.871Z | Compiling arrayvec v0.7.6 |
2919 | 2024-12-13T21:44:30.017Z | Checking chacha20poly1305 v0.10.1 |
2920 | 2024-12-13T21:44:30.115Z | Compiling toolchain_find v0.4.0 |
2921 | 2024-12-13T21:44:30.135Z | Compiling camino-tempfile v1.1.1 |
2922 | 2024-12-13T21:44:30.209Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2923 | 2024-12-13T21:44:30.266Z | Compiling bitfield-struct v0.6.2 |
2924 | 2024-12-13T21:44:30.451Z | Compiling topological-sort v0.2.2 |
2925 | 2024-12-13T21:44:30.580Z | Compiling mime_guess v2.0.5 |
2926 | 2024-12-13T21:44:30.664Z | Compiling rustfmt-wrapper v0.2.1 |
2927 | 2024-12-13T21:44:31.484Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2928 | 2024-12-13T21:44:31.502Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2929 | 2024-12-13T21:44:31.502Z | Checking primeorder v0.13.6 |
2930 | 2024-12-13T21:44:31.502Z | Checking env_filter v0.1.2 |
2931 | 2024-12-13T21:44:31.519Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-12-13T21:44:31.703Z | Checking env_logger v0.11.5 |
2933 | 2024-12-13T21:44:31.720Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2934 | 2024-12-13T21:44:31.736Z | Checking p384 v0.13.0 |
2935 | 2024-12-13T21:44:31.863Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2936 | 2024-12-13T21:44:31.888Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2937 | 2024-12-13T21:44:31.972Z | Checking thiserror-no-std v2.0.2 |
2938 | 2024-12-13T21:44:32.079Z | Checking vsss-rs v3.3.4 |
2939 | 2024-12-13T21:44:32.111Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2940 | 2024-12-13T21:44:32.297Z | Checking lockfree-object-pool v0.1.6 |
2941 | 2024-12-13T21:44:32.315Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2942 | 2024-12-13T21:44:32.504Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2943 | 2024-12-13T21:44:32.541Z | Checking bumpalo v3.16.0 |
2944 | 2024-12-13T21:44:32.559Z | Checking http-range v0.1.5 |
2945 | 2024-12-13T21:44:32.752Z | Checking simd-adler32 v0.3.7 |
2946 | 2024-12-13T21:44:32.777Z | Compiling zip v2.1.3 |
2947 | 2024-12-13T21:44:32.826Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2948 | 2024-12-13T21:44:32.894Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-12-13T21:44:33.078Z | Checking zopfli v0.8.1 |
2950 | 2024-12-13T21:44:33.123Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2951 | 2024-12-13T21:44:33.191Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2952 | 2024-12-13T21:44:33.550Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2953 | 2024-12-13T21:44:33.759Z | Checking nanorand v0.7.0 |
2954 | 2024-12-13T21:44:33.780Z | Checking atty v0.2.14 |
2955 | 2024-12-13T21:44:33.796Z | Checking glob v0.3.1 |
2956 | 2024-12-13T21:44:33.900Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2957 | 2024-12-13T21:44:34.100Z | Checking flume v0.11.1 |
2958 | 2024-12-13T21:44:34.103Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2959 | 2024-12-13T21:44:34.313Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2960 | 2024-12-13T21:44:34.610Z | Compiling omicron-zone-package v0.11.1 |
2961 | 2024-12-13T21:44:34.758Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2962 | 2024-12-13T21:44:35.573Z | Checking hyper-staticfile v0.10.1 |
2963 | 2024-12-13T21:44:36.179Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2964 | 2024-12-13T21:44:36.307Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2965 | 2024-12-13T21:44:36.610Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2966 | 2024-12-13T21:44:36.610Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2967 | 2024-12-13T21:44:36.726Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2968 | 2024-12-13T21:44:36.758Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2969 | 2024-12-13T21:44:37.337Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-12-13T21:44:37.914Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-12-13T21:44:38.971Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2024-12-13T21:44:40.658Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2973 | 2024-12-13T21:44:40.661Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2974 | 2024-12-13T21:44:51.041Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-12-13T21:45:04.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.62s |
2976 | 2024-12-13T21:45:04.734Z | |
2977 | 2024-12-13T21:45:04.734Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2978 | 2024-12-13T21:45:05.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-12-13T21:45:05.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-12-13T21:45:05.464Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-12-13T21:45:19.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.19s |
2982 | 2024-12-13T21:45:19.182Z | |
2983 | 2024-12-13T21:45:19.182Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2984 | 2024-12-13T21:45:19.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-12-13T21:45:19.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-12-13T21:45:19.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-12-13T21:45:33.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
2988 | 2024-12-13T21:45:33.470Z | |
2989 | 2024-12-13T21:45:33.470Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2990 | 2024-12-13T21:45:34.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-12-13T21:45:34.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-12-13T21:45:34.207Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-12-13T21:45:47.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.33s |
2994 | 2024-12-13T21:45:47.995Z | |
2995 | 2024-12-13T21:45:47.995Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2996 | 2024-12-13T21:45:48.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-12-13T21:45:48.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-12-13T21:45:48.743Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-12-13T21:46:02.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
3000 | 2024-12-13T21:46:02.415Z | |
3001 | 2024-12-13T21:46:02.415Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3002 | 2024-12-13T21:46:03.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-12-13T21:46:03.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-12-13T21:46:03.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-13T21:46:16.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s |
3006 | 2024-12-13T21:46:16.794Z | |
3007 | 2024-12-13T21:46:16.794Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3008 | 2024-12-13T21:46:17.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-13T21:46:17.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-13T21:46:17.533Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-13T21:46:31.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3012 | 2024-12-13T21:46:31.337Z | |
3013 | 2024-12-13T21:46:31.337Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3014 | 2024-12-13T21:46:31.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-13T21:46:31.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-13T21:46:32.107Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-13T21:46:45.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3018 | 2024-12-13T21:46:45.877Z | |
3019 | 2024-12-13T21:46:45.877Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3020 | 2024-12-13T21:46:46.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-13T21:46:46.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-13T21:46:46.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-12-13T21:46:46.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3024 | 2024-12-13T21:46:46.516Z | |
3025 | 2024-12-13T21:46:46.516Z | info: running `cargo check --bins` on key-manager (120/173) |
3026 | 2024-12-13T21:46:47.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-13T21:46:47.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-13T21:46:47.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-12-13T21:46:47.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3030 | 2024-12-13T21:46:47.152Z | |
3031 | 2024-12-13T21:46:47.152Z | info: running `cargo check --bins` on range-requests (121/173) |
3032 | 2024-12-13T21:46:47.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-13T21:46:47.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-13T21:46:47.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-12-13T21:46:47.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3036 | 2024-12-13T21:46:47.758Z | |
3037 | 2024-12-13T21:46:47.759Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3038 | 2024-12-13T21:46:48.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-13T21:46:48.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-13T21:46:48.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-12-13T21:46:48.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3042 | 2024-12-13T21:46:48.388Z | |
3043 | 2024-12-13T21:46:48.388Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3044 | 2024-12-13T21:46:48.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-13T21:46:48.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-13T21:46:48.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-12-13T21:46:48.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3048 | 2024-12-13T21:46:49.049Z | |
3049 | 2024-12-13T21:46:49.049Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3050 | 2024-12-13T21:46:49.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-13T21:46:49.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-13T21:46:49.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-13T21:46:49.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3054 | 2024-12-13T21:46:49.694Z | |
3055 | 2024-12-13T21:46:49.694Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3056 | 2024-12-13T21:46:50.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-13T21:46:50.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-13T21:46:50.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-13T21:46:50.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3060 | 2024-12-13T21:46:50.340Z | |
3061 | 2024-12-13T21:46:50.340Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3062 | 2024-12-13T21:46:50.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-13T21:46:50.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-13T21:46:50.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-13T21:46:50.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3066 | 2024-12-13T21:46:50.990Z | |
3067 | 2024-12-13T21:46:50.991Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3068 | 2024-12-13T21:46:51.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-13T21:46:51.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-13T21:46:51.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-13T21:46:51.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3072 | 2024-12-13T21:46:51.638Z | |
3073 | 2024-12-13T21:46:51.638Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3074 | 2024-12-13T21:46:52.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-13T21:46:52.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-13T21:46:52.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-13T21:46:52.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3078 | 2024-12-13T21:46:52.276Z | |
3079 | 2024-12-13T21:46:52.276Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3080 | 2024-12-13T21:46:52.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-13T21:46:52.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-13T21:46:52.957Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3083 | 2024-12-13T21:46:52.957Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3084 | 2024-12-13T21:46:53.832Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3085 | 2024-12-13T21:46:55.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
3086 | 2024-12-13T21:46:56.001Z | |
3087 | 2024-12-13T21:46:56.001Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3088 | 2024-12-13T21:46:56.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-12-13T21:46:56.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-12-13T21:46:56.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3091 | 2024-12-13T21:46:56.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3092 | 2024-12-13T21:46:56.649Z | |
3093 | 2024-12-13T21:46:56.649Z | info: running `cargo check --bins` on cert-dev (131/173) |
3094 | 2024-12-13T21:46:57.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-13T21:46:57.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-13T21:46:57.233Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3097 | 2024-12-13T21:46:57.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
3098 | 2024-12-13T21:46:57.670Z | |
3099 | 2024-12-13T21:46:57.670Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3100 | 2024-12-13T21:46:58.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-13T21:46:58.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-13T21:46:58.339Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3103 | 2024-12-13T21:46:58.339Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3104 | 2024-12-13T21:46:58.924Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3105 | 2024-12-13T21:46:59.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3106 | 2024-12-13T21:46:59.458Z | |
3107 | 2024-12-13T21:46:59.458Z | info: running `cargo check --bins` on ch-dev (133/173) |
3108 | 2024-12-13T21:47:00.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2024-12-13T21:47:00.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2024-12-13T21:47:00.107Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3111 | 2024-12-13T21:47:00.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3112 | 2024-12-13T21:47:00.990Z | |
3113 | 2024-12-13T21:47:00.990Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3114 | 2024-12-13T21:47:01.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2024-12-13T21:47:01.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2024-12-13T21:47:01.644Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3117 | 2024-12-13T21:47:02.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3118 | 2024-12-13T21:47:02.184Z | |
3119 | 2024-12-13T21:47:02.184Z | info: running `cargo check --bins` on db-dev (135/173) |
3120 | 2024-12-13T21:47:02.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-13T21:47:02.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-13T21:47:02.838Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3123 | 2024-12-13T21:47:03.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
3124 | 2024-12-13T21:47:03.735Z | |
3125 | 2024-12-13T21:47:03.735Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3126 | 2024-12-13T21:47:04.296Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2024-12-13T21:47:04.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2024-12-13T21:47:04.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2024-12-13T21:47:04.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3130 | 2024-12-13T21:47:04.377Z | |
3131 | 2024-12-13T21:47:04.377Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3132 | 2024-12-13T21:47:04.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-12-13T21:47:04.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-12-13T21:47:04.984Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3135 | 2024-12-13T21:47:05.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
3136 | 2024-12-13T21:47:06.032Z | |
3137 | 2024-12-13T21:47:06.032Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3138 | 2024-12-13T21:47:06.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2024-12-13T21:47:06.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2024-12-13T21:47:06.635Z | Checking cargo-platform v0.1.8 |
3141 | 2024-12-13T21:47:06.903Z | Checking cargo_metadata v0.18.1 |
3142 | 2024-12-13T21:47:07.889Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3143 | 2024-12-13T21:47:08.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3144 | 2024-12-13T21:47:08.764Z | |
3145 | 2024-12-13T21:47:08.764Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3146 | 2024-12-13T21:47:09.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-13T21:47:09.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-13T21:47:09.469Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3149 | 2024-12-13T21:47:10.190Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3150 | 2024-12-13T21:47:10.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3151 | 2024-12-13T21:47:10.940Z | |
3152 | 2024-12-13T21:47:10.940Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3153 | 2024-12-13T21:47:11.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3154 | 2024-12-13T21:47:11.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3155 | 2024-12-13T21:47:11.718Z | Compiling crunchy v0.2.2 |
3156 | 2024-12-13T21:47:11.723Z | Compiling tiny-keccak v2.0.2 |
3157 | 2024-12-13T21:47:11.723Z | Compiling dsl_auto_type v0.1.2 |
3158 | 2024-12-13T21:47:11.723Z | Checking scheduled-thread-pool v0.2.7 |
3159 | 2024-12-13T21:47:11.723Z | Compiling diesel_table_macro_syntax v0.2.0 |
3160 | 2024-12-13T21:47:11.855Z | Compiling ascii-canvas v3.0.0 |
3161 | 2024-12-13T21:47:11.867Z | Compiling ena v0.14.3 |
3162 | 2024-12-13T21:47:11.882Z | Compiling diff v0.1.13 |
3163 | 2024-12-13T21:47:12.076Z | Checking r2d2 v0.8.10 |
3164 | 2024-12-13T21:47:12.122Z | Compiling regex-syntax v0.6.29 |
3165 | 2024-12-13T21:47:12.240Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3166 | 2024-12-13T21:47:12.300Z | Compiling ref-cast v1.0.23 |
3167 | 2024-12-13T21:47:12.389Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3168 | 2024-12-13T21:47:12.415Z | Compiling derive_builder_core v0.20.2 |
3169 | 2024-12-13T21:47:12.503Z | Compiling libxml v0.3.3 |
3170 | 2024-12-13T21:47:12.558Z | Compiling ref-cast-impl v1.0.23 |
3171 | 2024-12-13T21:47:12.657Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3172 | 2024-12-13T21:47:12.916Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3173 | 2024-12-13T21:47:12.942Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3174 | 2024-12-13T21:47:13.100Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3175 | 2024-12-13T21:47:13.197Z | Compiling strum_macros v0.24.3 |
3176 | 2024-12-13T21:47:13.220Z | Compiling samael v0.0.17 |
3177 | 2024-12-13T21:47:13.502Z | Compiling indoc v1.0.9 |
3178 | 2024-12-13T21:47:13.526Z | Compiling diesel_derives v2.2.3 |
3179 | 2024-12-13T21:47:14.502Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3180 | 2024-12-13T21:47:14.792Z | Compiling derive_builder_macro v0.20.2 |
3181 | 2024-12-13T21:47:14.811Z | Compiling impl-trait-for-tuples v0.2.2 |
3182 | 2024-12-13T21:47:15.680Z | Compiling lalrpop v0.19.12 |
3183 | 2024-12-13T21:47:15.683Z | Checking derive_builder v0.20.2 |
3184 | 2024-12-13T21:47:15.836Z | Compiling oso-derive v0.27.3 |
3185 | 2024-12-13T21:47:16.322Z | Checking quick-xml v0.33.0 |
3186 | 2024-12-13T21:47:16.783Z | Compiling diesel-dtrace v0.4.2 |
3187 | 2024-12-13T21:47:16.890Z | Checking maplit v1.0.2 |
3188 | 2024-12-13T21:47:17.048Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3189 | 2024-12-13T21:47:17.148Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3190 | 2024-12-13T21:47:17.377Z | Checking bb8 v0.8.5 |
3191 | 2024-12-13T21:47:17.501Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3192 | 2024-12-13T21:47:17.792Z | Checking castaway v0.2.3 |
3193 | 2024-12-13T21:47:17.847Z | Checking rand_seeder v0.3.0 |
3194 | 2024-12-13T21:47:17.953Z | Checking compact_str v0.8.0 |
3195 | 2024-12-13T21:47:18.085Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3196 | 2024-12-13T21:47:18.112Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3197 | 2024-12-13T21:47:18.290Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3198 | 2024-12-13T21:47:18.815Z | Checking unicode-truncate v1.1.0 |
3199 | 2024-12-13T21:47:18.850Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3200 | 2024-12-13T21:47:19.050Z | Checking lru v0.12.5 |
3201 | 2024-12-13T21:47:19.142Z | Compiling instability v0.3.2 |
3202 | 2024-12-13T21:47:19.364Z | Checking is_ci v1.2.0 |
3203 | 2024-12-13T21:47:19.516Z | Checking unicode-linebreak v0.1.5 |
3204 | 2024-12-13T21:47:19.886Z | Checking smawk v0.3.2 |
3205 | 2024-12-13T21:47:19.932Z | Checking cassowary v0.3.0 |
3206 | 2024-12-13T21:47:19.992Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3207 | 2024-12-13T21:47:20.095Z | Checking textwrap v0.16.1 |
3208 | 2024-12-13T21:47:20.198Z | Checking supports-color v3.0.1 |
3209 | 2024-12-13T21:47:20.371Z | Checking ratatui v0.28.1 |
3210 | 2024-12-13T21:47:20.440Z | Checking multimap v0.10.0 |
3211 | 2024-12-13T21:47:23.249Z | Checking diesel v2.2.6 |
3212 | 2024-12-13T21:47:49.177Z | Compiling polar-core v0.27.3 |
3213 | 2024-12-13T21:47:52.521Z | Checking async-bb8-diesel v0.2.1 |
3214 | 2024-12-13T21:47:56.632Z | Checking oso v0.27.3 |
3215 | 2024-12-13T21:49:05.817Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3216 | 2024-12-13T21:49:11.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
3217 | 2024-12-13T21:49:12.033Z | |
3218 | 2024-12-13T21:49:12.033Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3219 | 2024-12-13T21:49:12.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3220 | 2024-12-13T21:49:12.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3221 | 2024-12-13T21:49:12.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3222 | 2024-12-13T21:49:12.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3223 | 2024-12-13T21:49:12.701Z | |
3224 | 2024-12-13T21:49:12.701Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3225 | 2024-12-13T21:49:13.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2024-12-13T21:49:13.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2024-12-13T21:49:13.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3228 | 2024-12-13T21:49:13.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3229 | 2024-12-13T21:49:13.368Z | |
3230 | 2024-12-13T21:49:13.368Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3231 | 2024-12-13T21:49:13.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-12-13T21:49:13.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-12-13T21:49:13.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-12-13T21:49:13.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3235 | 2024-12-13T21:49:13.975Z | |
3236 | 2024-12-13T21:49:13.975Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3237 | 2024-12-13T21:49:14.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-12-13T21:49:14.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-12-13T21:49:14.780Z | Compiling libz-sys v1.1.20 |
3240 | 2024-12-13T21:49:14.782Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3241 | 2024-12-13T21:49:14.906Z | Compiling vergen v8.3.2 |
3242 | 2024-12-13T21:49:14.909Z | Compiling cargo-platform v0.1.8 |
3243 | 2024-12-13T21:49:14.909Z | Compiling pin-project-internal v1.1.6 |
3244 | 2024-12-13T21:49:14.941Z | Compiling libsqlite3-sys v0.30.1 |
3245 | 2024-12-13T21:49:14.941Z | Compiling snafu-derive v0.8.5 |
3246 | 2024-12-13T21:49:14.974Z | Compiling rustls v0.21.12 |
3247 | 2024-12-13T21:49:15.181Z | Compiling buf-list v1.0.3 |
3248 | 2024-12-13T21:49:15.236Z | Compiling cargo_metadata v0.18.1 |
3249 | 2024-12-13T21:49:15.437Z | Compiling cfg_aliases v0.2.1 |
3250 | 2024-12-13T21:49:15.564Z | Compiling nix v0.29.0 |
3251 | 2024-12-13T21:49:15.585Z | Checking globset v0.4.15 |
3252 | 2024-12-13T21:49:15.830Z | Checking olpc-cjson v0.1.4 |
3253 | 2024-12-13T21:49:15.860Z | Checking sct v0.7.1 |
3254 | 2024-12-13T21:49:16.054Z | Checking rustls-webpki v0.101.7 |
3255 | 2024-12-13T21:49:16.072Z | Checking serde_plain v1.0.2 |
3256 | 2024-12-13T21:49:16.075Z | Checking typed-path v0.9.3 |
3257 | 2024-12-13T21:49:17.109Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3258 | 2024-12-13T21:49:17.148Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3259 | 2024-12-13T21:49:17.148Z | Checking hashlink v0.9.1 |
3260 | 2024-12-13T21:49:17.172Z | Checking parse-size v1.1.0 |
3261 | 2024-12-13T21:49:17.404Z | Checking fallible-streaming-iterator v0.1.9 |
3262 | 2024-12-13T21:49:17.557Z | Checking fallible-iterator v0.3.0 |
3263 | 2024-12-13T21:49:17.938Z | Checking pin-project v1.1.6 |
3264 | 2024-12-13T21:49:18.010Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3265 | 2024-12-13T21:49:18.061Z | Checking rustls-pemfile v1.0.4 |
3266 | 2024-12-13T21:49:18.191Z | Checking rusqlite v0.32.1 |
3267 | 2024-12-13T21:49:18.196Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3268 | 2024-12-13T21:49:18.284Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3269 | 2024-12-13T21:49:18.536Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3270 | 2024-12-13T21:49:18.859Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3271 | 2024-12-13T21:49:18.950Z | Checking twox-hash v1.6.3 |
3272 | 2024-12-13T21:49:18.980Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3273 | 2024-12-13T21:49:19.457Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3274 | 2024-12-13T21:49:19.758Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3275 | 2024-12-13T21:49:19.959Z | Checking tokio-rustls v0.24.1 |
3276 | 2024-12-13T21:49:20.029Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3277 | 2024-12-13T21:49:20.323Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3278 | 2024-12-13T21:49:20.352Z | Checking fatfs v0.3.6 |
3279 | 2024-12-13T21:49:20.459Z | Checking snafu v0.8.5 |
3280 | 2024-12-13T21:49:20.783Z | Checking assert_matches v1.5.0 |
3281 | 2024-12-13T21:49:20.905Z | Checking tough v0.19.0 |
3282 | 2024-12-13T21:49:24.969Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3283 | 2024-12-13T21:49:26.310Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3284 | 2024-12-13T21:49:27.189Z | Compiling git2 v0.19.0 |
3285 | 2024-12-13T21:49:31.893Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3286 | 2024-12-13T21:50:24.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3287 | 2024-12-13T21:50:24.845Z | |
3288 | 2024-12-13T21:50:24.845Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3289 | 2024-12-13T21:50:25.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2024-12-13T21:50:25.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2024-12-13T21:50:25.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2024-12-13T21:50:25.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3293 | 2024-12-13T21:50:25.540Z | |
3294 | 2024-12-13T21:50:25.540Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3295 | 2024-12-13T21:50:26.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2024-12-13T21:50:26.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2024-12-13T21:50:26.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2024-12-13T21:50:26.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3299 | 2024-12-13T21:50:26.147Z | |
3300 | 2024-12-13T21:50:26.147Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3301 | 2024-12-13T21:50:26.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-12-13T21:50:26.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-12-13T21:50:26.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-12-13T21:50:26.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3305 | 2024-12-13T21:50:26.812Z | |
3306 | 2024-12-13T21:50:26.812Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3307 | 2024-12-13T21:50:27.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-12-13T21:50:27.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-12-13T21:50:27.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-12-13T21:50:27.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3311 | 2024-12-13T21:50:27.476Z | |
3312 | 2024-12-13T21:50:27.476Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3313 | 2024-12-13T21:50:28.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-12-13T21:50:28.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-12-13T21:50:28.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-12-13T21:50:28.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3317 | 2024-12-13T21:50:28.148Z | |
3318 | 2024-12-13T21:50:28.148Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3319 | 2024-12-13T21:50:28.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-13T21:50:28.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-13T21:50:28.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-13T21:50:28.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3323 | 2024-12-13T21:50:28.824Z | |
3324 | 2024-12-13T21:50:28.824Z | info: running `cargo check --bins` on update-common (151/173) |
3325 | 2024-12-13T21:50:29.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-13T21:50:29.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-13T21:50:29.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-13T21:50:29.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3329 | 2024-12-13T21:50:29.471Z | |
3330 | 2024-12-13T21:50:29.471Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3331 | 2024-12-13T21:50:30.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-13T21:50:30.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-13T21:50:30.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-13T21:50:30.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3335 | 2024-12-13T21:50:30.117Z | |
3336 | 2024-12-13T21:50:30.117Z | info: running `cargo check --bins` on tufaceous (153/173) |
3337 | 2024-12-13T21:50:30.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-13T21:50:30.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-13T21:50:30.794Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3340 | 2024-12-13T21:50:31.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3341 | 2024-12-13T21:50:31.944Z | |
3342 | 2024-12-13T21:50:31.944Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3343 | 2024-12-13T21:50:32.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-13T21:50:32.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-13T21:50:32.787Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3346 | 2024-12-13T21:50:32.913Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2024-12-13T21:50:32.916Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3348 | 2024-12-13T21:50:32.925Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3349 | 2024-12-13T21:50:58.739Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3350 | 2024-12-13T21:50:58.739Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3351 | 2024-12-13T21:50:58.741Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3352 | 2024-12-13T21:50:58.742Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3353 | 2024-12-13T21:50:58.742Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3354 | 2024-12-13T21:50:59.542Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3355 | 2024-12-13T21:51:00.844Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3356 | 2024-12-13T21:51:38.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3357 | 2024-12-13T21:51:38.308Z | |
3358 | 2024-12-13T21:51:38.309Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3359 | 2024-12-13T21:51:38.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3360 | 2024-12-13T21:51:38.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3361 | 2024-12-13T21:51:39.009Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3362 | 2024-12-13T21:51:39.009Z | Checking heck v0.4.1 |
3363 | 2024-12-13T21:51:39.009Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3364 | 2024-12-13T21:51:39.706Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3365 | 2024-12-13T21:51:40.596Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3366 | 2024-12-13T21:51:41.469Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3367 | 2024-12-13T21:51:42.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3368 | 2024-12-13T21:51:42.771Z | |
3369 | 2024-12-13T21:51:42.771Z | info: running `cargo check --bins` on installinator-api (156/173) |
3370 | 2024-12-13T21:51:43.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3371 | 2024-12-13T21:51:43.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3372 | 2024-12-13T21:51:43.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3373 | 2024-12-13T21:51:43.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3374 | 2024-12-13T21:51:43.421Z | |
3375 | 2024-12-13T21:51:43.421Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3376 | 2024-12-13T21:51:43.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3377 | 2024-12-13T21:51:43.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3378 | 2024-12-13T21:51:43.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3379 | 2024-12-13T21:51:44.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3380 | 2024-12-13T21:51:44.074Z | |
3381 | 2024-12-13T21:51:44.074Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3382 | 2024-12-13T21:51:44.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2024-12-13T21:51:44.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2024-12-13T21:51:44.764Z | Compiling petname v2.0.2 |
3385 | 2024-12-13T21:51:44.767Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3386 | 2024-12-13T21:51:44.767Z | Checking sync-ptr v0.1.1 |
3387 | 2024-12-13T21:51:46.179Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3388 | 2024-12-13T21:51:47.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s |
3389 | 2024-12-13T21:51:47.897Z | |
3390 | 2024-12-13T21:51:47.897Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3391 | 2024-12-13T21:51:48.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3392 | 2024-12-13T21:51:48.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3393 | 2024-12-13T21:51:48.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3394 | 2024-12-13T21:51:48.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3395 | 2024-12-13T21:51:48.558Z | |
3396 | 2024-12-13T21:51:48.558Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3397 | 2024-12-13T21:51:49.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3398 | 2024-12-13T21:51:49.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3399 | 2024-12-13T21:51:49.225Z | Checking memmap2 v0.9.5 |
3400 | 2024-12-13T21:51:49.225Z | Checking arrayvec v0.7.6 |
3401 | 2024-12-13T21:51:49.227Z | Checking spin v0.5.2 |
3402 | 2024-12-13T21:51:49.227Z | Checking constant_time_eq v0.3.1 |
3403 | 2024-12-13T21:51:49.227Z | Checking arrayref v0.3.9 |
3404 | 2024-12-13T21:51:49.228Z | Checking topological-sort v0.2.2 |
3405 | 2024-12-13T21:51:49.228Z | Checking shell-words v1.1.0 |
3406 | 2024-12-13T21:51:49.490Z | Checking ring v0.16.20 |
3407 | 2024-12-13T21:51:49.631Z | Checking blake3 v1.5.4 |
3408 | 2024-12-13T21:51:50.610Z | Checking omicron-zone-package v0.11.1 |
3409 | 2024-12-13T21:51:51.729Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3410 | 2024-12-13T21:51:52.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s |
3411 | 2024-12-13T21:51:52.799Z | |
3412 | 2024-12-13T21:51:52.799Z | info: running `cargo check --bins` on xtask (161/173) |
3413 | 2024-12-13T21:51:53.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2024-12-13T21:51:53.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2024-12-13T21:51:53.229Z | Checking bitflags v2.6.0 |
3416 | 2024-12-13T21:51:53.232Z | Checking serde v1.0.215 |
3417 | 2024-12-13T21:51:53.306Z | Checking thiserror v1.0.69 |
3418 | 2024-12-13T21:51:53.324Z | Checking scroll v0.12.0 |
3419 | 2024-12-13T21:51:53.333Z | Checking log v0.4.22 |
3420 | 2024-12-13T21:51:53.336Z | Checking hashbrown v0.15.1 |
3421 | 2024-12-13T21:51:53.336Z | Checking zerocopy v0.7.35 |
3422 | 2024-12-13T21:51:53.369Z | Checking syn v2.0.87 |
3423 | 2024-12-13T21:51:53.419Z | Checking pest v2.7.14 |
3424 | 2024-12-13T21:51:53.535Z | Checking rustix v0.38.37 |
3425 | 2024-12-13T21:51:53.590Z | Checking once_cell v1.20.2 |
3426 | 2024-12-13T21:51:53.794Z | Checking goblin v0.8.2 |
3427 | 2024-12-13T21:51:53.875Z | Checking fs-err v2.11.0 |
3428 | 2024-12-13T21:51:54.184Z | Checking anyhow v1.0.93 |
3429 | 2024-12-13T21:51:54.417Z | Checking indexmap v2.6.0 |
3430 | 2024-12-13T21:51:54.573Z | Checking tabled v0.15.0 |
3431 | 2024-12-13T21:51:55.461Z | Checking terminal_size v0.4.0 |
3432 | 2024-12-13T21:51:55.464Z | Checking tempfile v3.13.0 |
3433 | 2024-12-13T21:51:55.627Z | Checking dtrace-parser v0.2.0 |
3434 | 2024-12-13T21:51:55.642Z | Checking clap_builder v4.5.21 |
3435 | 2024-12-13T21:51:57.460Z | Checking serde_json v1.0.132 |
3436 | 2024-12-13T21:51:57.460Z | Checking serde_spanned v0.6.8 |
3437 | 2024-12-13T21:51:57.460Z | Checking toml_datetime v0.6.8 |
3438 | 2024-12-13T21:51:57.463Z | Checking camino v1.1.9 |
3439 | 2024-12-13T21:51:57.463Z | Checking cargo-platform v0.1.8 |
3440 | 2024-12-13T21:51:57.668Z | Checking semver v1.0.23 |
3441 | 2024-12-13T21:51:57.750Z | Checking macaddr v1.0.1 |
3442 | 2024-12-13T21:51:57.775Z | Checking toml_edit v0.22.22 |
3443 | 2024-12-13T21:51:58.062Z | Checking camino-tempfile v1.1.1 |
3444 | 2024-12-13T21:51:58.098Z | Checking clap v4.5.21 |
3445 | 2024-12-13T21:51:58.624Z | Checking dof v0.3.0 |
3446 | 2024-12-13T21:51:58.624Z | Checking cargo_metadata v0.18.1 |
3447 | 2024-12-13T21:51:59.023Z | Checking usdt-impl v0.5.0 |
3448 | 2024-12-13T21:51:59.384Z | Checking usdt v0.5.0 |
3449 | 2024-12-13T21:51:59.589Z | Checking toml v0.8.19 |
3450 | 2024-12-13T21:52:00.044Z | Checking cargo_toml v0.20.5 |
3451 | 2024-12-13T21:52:01.265Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3452 | 2024-12-13T21:52:01.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s |
3453 | 2024-12-13T21:52:01.987Z | |
3454 | 2024-12-13T21:52:01.987Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3455 | 2024-12-13T21:52:02.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-12-13T21:52:02.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-12-13T21:52:02.754Z | Checking polyval v0.6.2 |
3458 | 2024-12-13T21:52:02.867Z | Checking ctr v0.9.2 |
3459 | 2024-12-13T21:52:02.879Z | Checking ssh-encoding v0.2.0 |
3460 | 2024-12-13T21:52:02.883Z | Checking blowfish v0.9.1 |
3461 | 2024-12-13T21:52:02.904Z | Checking password-hash v0.4.2 |
3462 | 2024-12-13T21:52:02.907Z | Checking matches v0.1.10 |
3463 | 2024-12-13T21:52:02.937Z | Checking p256 v0.13.2 |
3464 | 2024-12-13T21:52:02.937Z | Checking p521 v0.13.3 |
3465 | 2024-12-13T21:52:03.015Z | Checking idna v0.2.3 |
3466 | 2024-12-13T21:52:03.081Z | Checking ghash v0.5.1 |
3467 | 2024-12-13T21:52:03.081Z | Checking bcrypt-pbkdf v0.10.0 |
3468 | 2024-12-13T21:52:03.140Z | Compiling enum-as-inner v0.5.1 |
3469 | 2024-12-13T21:52:03.204Z | Checking russh-cryptovec v0.7.3 |
3470 | 2024-12-13T21:52:03.250Z | Checking aes-gcm v0.10.3 |
3471 | 2024-12-13T21:52:03.284Z | Checking pbkdf2 v0.11.0 |
3472 | 2024-12-13T21:52:03.350Z | Checking md5 v0.7.0 |
3473 | 2024-12-13T21:52:03.411Z | Checking num-bigint v0.4.6 |
3474 | 2024-12-13T21:52:03.411Z | Checking des v0.8.1 |
3475 | 2024-12-13T21:52:03.472Z | Checking ssh-cipher v0.2.0 |
3476 | 2024-12-13T21:52:03.557Z | Checking hex-literal v0.4.1 |
3477 | 2024-12-13T21:52:03.620Z | Compiling dhcproto-macros v0.1.0 |
3478 | 2024-12-13T21:52:03.684Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3479 | 2024-12-13T21:52:03.687Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3480 | 2024-12-13T21:52:03.759Z | Checking ssh-key v0.6.6 |
3481 | 2024-12-13T21:52:03.845Z | Checking internet-checksum v0.2.1 |
3482 | 2024-12-13T21:52:04.179Z | Checking trust-dns-proto v0.22.0 |
3483 | 2024-12-13T21:52:05.061Z | Checking russh-keys v0.45.0 |
3484 | 2024-12-13T21:52:06.006Z | Checking russh v0.45.0 |
3485 | 2024-12-13T21:52:06.743Z | Checking dhcproto v0.12.0 |
3486 | 2024-12-13T21:52:23.750Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3487 | 2024-12-13T21:52:25.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.15s |
3488 | 2024-12-13T21:52:25.352Z | |
3489 | 2024-12-13T21:52:25.352Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3490 | 2024-12-13T21:52:25.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-12-13T21:52:25.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-12-13T21:52:25.990Z | Checking termios v0.3.3 |
3493 | 2024-12-13T21:52:26.204Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3494 | 2024-12-13T21:52:27.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3495 | 2024-12-13T21:52:27.238Z | |
3496 | 2024-12-13T21:52:27.238Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3497 | 2024-12-13T21:52:27.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2024-12-13T21:52:27.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2024-12-13T21:52:27.864Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3500 | 2024-12-13T21:52:29.890Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3501 | 2024-12-13T21:52:31.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
3502 | 2024-12-13T21:52:31.965Z | |
3503 | 2024-12-13T21:52:31.965Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3504 | 2024-12-13T21:52:32.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3505 | 2024-12-13T21:52:32.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3506 | 2024-12-13T21:52:32.595Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3507 | 2024-12-13T21:52:33.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3508 | 2024-12-13T21:52:33.248Z | |
3509 | 2024-12-13T21:52:33.248Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3510 | 2024-12-13T21:52:33.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3511 | 2024-12-13T21:52:33.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3512 | 2024-12-13T21:52:33.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3513 | 2024-12-13T21:52:33.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3514 | 2024-12-13T21:52:33.856Z | |
3515 | 2024-12-13T21:52:33.856Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3516 | 2024-12-13T21:52:34.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3517 | 2024-12-13T21:52:34.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3518 | 2024-12-13T21:52:34.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3519 | 2024-12-13T21:52:34.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3520 | 2024-12-13T21:52:34.462Z | |
3521 | 2024-12-13T21:52:34.462Z | info: running `cargo check --bins` on omicron-package (168/173) |
3522 | 2024-12-13T21:52:35.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3523 | 2024-12-13T21:52:35.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3524 | 2024-12-13T21:52:35.121Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3525 | 2024-12-13T21:52:36.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3526 | 2024-12-13T21:52:36.603Z | |
3527 | 2024-12-13T21:52:36.603Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3528 | 2024-12-13T21:52:37.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3529 | 2024-12-13T21:52:37.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3530 | 2024-12-13T21:52:37.319Z | Checking rtoolbox v0.0.2 |
3531 | 2024-12-13T21:52:37.321Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3532 | 2024-12-13T21:52:37.321Z | Checking tui-tree-widget v0.22.0 |
3533 | 2024-12-13T21:52:37.542Z | Checking rpassword v7.3.1 |
3534 | 2024-12-13T21:52:41.554Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3535 | 2024-12-13T21:52:44.563Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3536 | 2024-12-13T21:52:45.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s |
3537 | 2024-12-13T21:52:45.982Z | |
3538 | 2024-12-13T21:52:45.982Z | info: running `cargo check --bins` on wicket (170/173) |
3539 | 2024-12-13T21:52:46.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-13T21:52:46.574Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-13T21:52:46.675Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3542 | 2024-12-13T21:52:47.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3543 | 2024-12-13T21:52:47.311Z | |
3544 | 2024-12-13T21:52:47.311Z | info: running `cargo check --bins` on wicketd (171/173) |
3545 | 2024-12-13T21:52:47.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2024-12-13T21:52:47.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2024-12-13T21:52:48.019Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3548 | 2024-12-13T21:52:51.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
3549 | 2024-12-13T21:52:52.134Z | |
3550 | 2024-12-13T21:52:52.134Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3551 | 2024-12-13T21:52:52.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2024-12-13T21:52:52.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2024-12-13T21:52:52.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2024-12-13T21:52:52.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3555 | 2024-12-13T21:52:52.755Z | |
3556 | 2024-12-13T21:52:52.756Z | info: running `cargo check --bins` on zone-setup (173/173) |
3557 | 2024-12-13T21:52:53.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2024-12-13T21:52:53.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2024-12-13T21:52:53.492Z | Checking uzers v0.12.1 |
3560 | 2024-12-13T21:52:53.830Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3561 | 2024-12-13T21:52:54.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s |
3562 | 2024-12-13T21:52:55.194Z | |
3563 | 2024-12-13T21:52:55.197Z | real 12:53.972142574 |
3564 | 2024-12-13T21:52:55.197Z | user 24:06.131944331 |
3565 | 2024-12-13T21:52:55.197Z | sys 5:28.548304327 |
3566 | 2024-12-13T21:52:55.197Z | trap 0.462645047 |
3567 | 2024-12-13T21:52:55.197Z | tflt 2.288488855 |
3568 | 2024-12-13T21:52:55.197Z | dflt 3.319060590 |
3569 | 2024-12-13T21:52:55.197Z | kflt 0.001763407 |
3570 | 2024-12-13T21:52:55.197Z | lock 45:55.076600656 |
3571 | 2024-12-13T21:52:55.197Z | slp 2:05:53.073488817 |
3572 | 2024-12-13T21:52:55.197Z | lat 1:01.917164346 |
3573 | 2024-12-13T21:52:55.197Z | stop 3:20.207189024 |
3574 | 2024-12-13T21:52:55.197Z | process exited: duration 1097279 ms, exit code 0 |
|
3575 | 2024-12-13T21:52:55.205Z | found 0 output files |