|
|
|
1 | 2024-12-06T20:26:02.998Z | job assigned to worker 01JEETBXB0XV4HNEREMP1DZFNZ [factory aws, i-0d0b9738f56558044] (queued for 49 s) |
|
2 | 2024-12-06T20:26:10.637Z | starting task 0: "setup" |
3 | 2024-12-06T20:26:10.656Z | ++ uname -s |
4 | 2024-12-06T20:26:10.656Z | + kern=SunOS |
5 | 2024-12-06T20:26:10.657Z | + case "$kern" in |
6 | 2024-12-06T20:26:10.657Z | + groupadd -g 12345 build |
7 | 2024-12-06T20:26:10.657Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T20:26:12.656Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T20:26:12.781Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T20:26:12.784Z | + home_fs=zfs |
11 | 2024-12-06T20:26:12.784Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T20:26:12.784Z | + mkdir -p /home/build |
13 | 2024-12-06T20:26:12.787Z | + chown build:build /home/build /work |
14 | 2024-12-06T20:26:14.787Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T20:26:14.790Z | process exited: duration 4154 ms, exit code 0 |
|
16 | 2024-12-06T20:26:14.795Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T20:26:14.800Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T20:26:14.800Z | ' 1.81.0 |
19 | 2024-12-06T20:26:14.800Z | * toolchain channel = "1.81.0" |
20 | 2024-12-06T20:26:14.800Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-06T20:26:14.800Z | ' default |
22 | 2024-12-06T20:26:14.800Z | * toolchain profile = "default" |
23 | 2024-12-06T20:26:14.804Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T20:26:14.804Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T20:26:14.957Z | info: downloading installer |
26 | 2024-12-06T20:26:16.469Z | info: profile set to 'default' |
27 | 2024-12-06T20:26:16.469Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T20:26:16.471Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T20:26:16.623Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T20:26:16.625Z | info: downloading component 'cargo' |
31 | 2024-12-06T20:26:17.474Z | info: downloading component 'clippy' |
32 | 2024-12-06T20:26:17.793Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T20:26:18.971Z | info: downloading component 'rust-std' |
34 | 2024-12-06T20:26:20.808Z | info: downloading component 'rustc' |
35 | 2024-12-06T20:26:27.405Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T20:26:27.653Z | info: installing component 'cargo' |
37 | 2024-12-06T20:26:28.452Z | info: installing component 'clippy' |
38 | 2024-12-06T20:26:28.810Z | info: installing component 'rust-docs' |
39 | 2024-12-06T20:26:30.396Z | info: installing component 'rust-std' |
40 | 2024-12-06T20:26:32.103Z | info: installing component 'rustc' |
41 | 2024-12-06T20:26:37.693Z | info: installing component 'rustfmt' |
42 | 2024-12-06T20:26:38.012Z | |
43 | 2024-12-06T20:26:38.012Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-06T20:26:38.376Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T20:26:38.376Z | |
46 | 2024-12-06T20:26:38.383Z | |
47 | 2024-12-06T20:26:38.383Z | Rust is installed now. Great! |
48 | 2024-12-06T20:26:38.383Z | |
49 | 2024-12-06T20:26:38.383Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T20:26:38.383Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T20:26:38.383Z | |
52 | 2024-12-06T20:26:38.383Z | To configure your current shell, you need to source |
53 | 2024-12-06T20:26:38.383Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T20:26:38.383Z | |
55 | 2024-12-06T20:26:38.383Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T20:26:38.383Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T20:26:38.383Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T20:26:38.451Z | + rustc --version |
59 | 2024-12-06T20:26:38.515Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T20:26:38.518Z | process exited: duration 23719 ms, exit code 0 |
|
61 | 2024-12-06T20:26:38.523Z | starting task 2: "authentication" |
62 | 2024-12-06T20:26:38.544Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-06T20:26:38.548Z | starting task 3: "clone repository" |
64 | 2024-12-06T20:26:38.553Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T20:26:38.555Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T20:26:38.591Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T20:26:45.396Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T20:26:45.396Z | + git fetch origin 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
69 | 2024-12-06T20:26:45.718Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T20:26:45.718Z | * branch 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 -> FETCH_HEAD |
71 | 2024-12-06T20:26:45.728Z | + [[ -n bump-console-927c8b63 ]] |
72 | 2024-12-06T20:26:45.730Z | ++ git branch --show-current |
73 | 2024-12-06T20:26:45.733Z | + current=main |
74 | 2024-12-06T20:26:45.733Z | + [[ main != bump-console-927c8b63 ]] |
75 | 2024-12-06T20:26:45.733Z | + git branch -f bump-console-927c8b63 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
76 | 2024-12-06T20:26:45.736Z | + git checkout -f bump-console-927c8b63 |
77 | 2024-12-06T20:26:45.909Z | Switched to branch 'bump-console-927c8b63' |
78 | 2024-12-06T20:26:45.912Z | + git reset --hard 4ce33292e435d40b04d190e8e8c6731c3eb3b6d7 |
79 | 2024-12-06T20:26:46.077Z | HEAD is now at 4ce33292e Bump web console (minor) |
80 | 2024-12-06T20:26:46.079Z | process exited: duration 7529 ms, exit code 0 |
|
81 | 2024-12-06T20:26:46.086Z | starting task 4: "build" |
82 | 2024-12-06T20:26:46.089Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-06T20:26:46.089Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-06T20:26:46.089Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-06T20:26:46.089Z | + cargo --version |
86 | 2024-12-06T20:26:46.146Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-06T20:26:46.149Z | + rustc --version |
88 | 2024-12-06T20:26:46.209Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-06T20:26:46.212Z | + source ./env.sh |
90 | 2024-12-06T20:26:46.212Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-06T20:26:46.212Z | ++ set -o xtrace |
92 | 2024-12-06T20:26:46.215Z | ++++ dirname ./env.sh |
93 | 2024-12-06T20:26:46.218Z | +++ readlink -f . |
94 | 2024-12-06T20:26:46.221Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ 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-06T20:26:46.221Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-06T20:26:46.221Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-06T20:26:46.221Z | + 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-06T20:26:46.221Z | + 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-06T20:26:46.221Z | + banner prerequisites |
108 | 2024-12-06T20:26:46.225Z | |
109 | 2024-12-06T20:26:46.225Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-06T20:26:46.225Z | # # # # # # # # # # # # # # # |
111 | 2024-12-06T20:26:46.225Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-06T20:26:46.225Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-06T20:26:46.225Z | # # # # # # # # # # # # # # # |
114 | 2024-12-06T20:26:46.225Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-06T20:26:46.225Z | |
116 | 2024-12-06T20:26:46.225Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-06T20:26:53.160Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-06T20:26:56.953Z | Startup: Caching catalogs ... Done |
119 | 2024-12-06T20:27:07.231Z | Planning: Solver setup ... Done (9.404s) |
120 | 2024-12-06T20:27:07.359Z | Planning: Running solver ... Done (0.128s) |
121 | 2024-12-06T20:27:07.462Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-12-06T20:27:07.474Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-06T20:27:08.105Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-06T20:27:08.203Z | Planning: Package planning ... Done (0.097s) |
125 | 2024-12-06T20:27:08.260Z | Planning: Merging actions ... Done (0.057s) |
126 | 2024-12-06T20:27:08.450Z | Planning: Checking for conflicting actions ... Done (0.190s) |
127 | 2024-12-06T20:27:10.377Z | Planning: Consolidating action changes ... Done (1.926s) |
128 | 2024-12-06T20:27:10.784Z | Planning: Evaluating mediators ... Done (0.407s) |
129 | 2024-12-06T20:27:10.861Z | Planning: Planning completed in 13.82 seconds |
130 | 2024-12-06T20:27:10.876Z | Packages to install: 4 |
131 | 2024-12-06T20:27:10.876Z | Packages to update: 1 |
132 | 2024-12-06T20:27:10.879Z | Mediators to change: 2 |
133 | 2024-12-06T20:27:10.879Z | Services to change: 1 |
134 | 2024-12-06T20:27:10.879Z | Estimated space available: 155.64 GB |
135 | 2024-12-06T20:27:10.879Z | Estimated space to be consumed: 1.61 GB |
136 | 2024-12-06T20:27:10.879Z | Create boot environment: No |
137 | 2024-12-06T20:27:10.879Z | Create backup boot environment: Yes |
138 | 2024-12-06T20:27:10.879Z | Rebuild boot archive: No |
139 | 2024-12-06T20:27:10.879Z | |
140 | 2024-12-06T20:27:10.879Z | Changed mediators: |
141 | 2024-12-06T20:27:10.879Z | mediator clang: |
142 | 2024-12-06T20:27:10.879Z | version: None -> 15 (system default) |
143 | 2024-12-06T20:27:10.879Z | |
144 | 2024-12-06T20:27:10.879Z | mediator llvm: |
145 | 2024-12-06T20:27:10.879Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-06T20:27:10.879Z | |
147 | 2024-12-06T20:27:10.879Z | Changed packages: |
148 | 2024-12-06T20:27:10.879Z | helios-dev |
149 | 2024-12-06T20:27:10.879Z | developer/build-essential |
150 | 2024-12-06T20:27:10.879Z | None -> 11-2.0 |
151 | 2024-12-06T20:27:10.879Z | library/libxmlsec1 |
152 | 2024-12-06T20:27:10.879Z | None -> 1.2.35-2.0 |
153 | 2024-12-06T20:27:10.879Z | ooce/developer/clang-15 |
154 | 2024-12-06T20:27:10.879Z | None -> 15.0.7-2.0 |
155 | 2024-12-06T20:27:10.879Z | ooce/developer/llvm-15 |
156 | 2024-12-06T20:27:10.879Z | None -> 15.0.7-2.0 |
157 | 2024-12-06T20:27:10.879Z | package/pkg |
158 | 2024-12-06T20:27:10.879Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-06T20:27:10.880Z | |
160 | 2024-12-06T20:27:10.880Z | Services: |
161 | 2024-12-06T20:27:10.880Z | restart_fmri: |
162 | 2024-12-06T20:27:10.880Z | svc:/system/update-man-index:default |
163 | 2024-12-06T20:27:10.880Z | |
164 | 2024-12-06T20:27:10.880Z | Editable files to change: |
165 | 2024-12-06T20:27:10.880Z | Update: |
166 | 2024-12-06T20:27:10.880Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-06T20:27:10.954Z | |
168 | 2024-12-06T20:27:10.954Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-06T20:27:15.956Z | Download: 1256/4281 items 91.2/220.6MB 41% complete (18.2M/s) |
170 | 2024-12-06T20:27:20.958Z | Download: 2555/4281 items 120.2/220.6MB 54% complete (12.1M/s) |
171 | 2024-12-06T20:27:25.967Z | Download: 3384/4281 items 212.9/220.6MB 96% complete (12.7M/s) |
172 | 2024-12-06T20:27:30.271Z | Download: Completed 220.60 MB in 19.31 seconds (11.4M/s) |
173 | 2024-12-06T20:27:32.326Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-06T20:27:32.346Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-06T20:27:36.999Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-12-06T20:27:37.312Z | Actions: Completed 5063 actions in 4.98 seconds. |
177 | 2024-12-06T20:27:37.538Z | Done (0.218s) |
178 | 2024-12-06T20:27:37.549Z | Done (0.000s) |
179 | 2024-12-06T20:27:38.108Z | Done (0.568s) |
180 | 2024-12-06T20:27:42.421Z | Done (4.094s) |
181 | 2024-12-06T20:27:42.508Z | Done (0.016s) |
182 | 2024-12-06T20:27:42.511Z | Done (0.000s) |
183 | 2024-12-06T20:27:42.694Z | Done (0.000s) |
184 | 2024-12-06T20:27:43.381Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-12-06T20:27:43.537Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-06T20:27:43.540Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-06T20:27:43.802Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-06T20:27:43.804Z | Planning: Planning completed in 0.42 seconds |
189 | 2024-12-06T20:27:43.841Z | Mediators to change: 2 |
190 | 2024-12-06T20:27:43.841Z | Create boot environment: No |
191 | 2024-12-06T20:27:43.843Z | Create backup boot environment: No |
192 | 2024-12-06T20:27:43.925Z | Done |
193 | 2024-12-06T20:27:43.925Z | Done |
194 | 2024-12-06T20:27:44.305Z | Done |
195 | 2024-12-06T20:27:47.866Z | Done |
196 | 2024-12-06T20:27:47.955Z | Done |
197 | 2024-12-06T20:27:47.958Z | Done |
198 | 2024-12-06T20:27:48.085Z | Done |
199 | 2024-12-06T20:27:48.687Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-06T20:27:48.689Z | Planning: Merging actions ... Done |
201 | 2024-12-06T20:27:48.877Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-06T20:27:48.879Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-06T20:27:49.139Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-06T20:27:49.193Z | Planning: Planning completed in 0.74 seconds |
205 | 2024-12-06T20:27:49.234Z | Packages to change: 1 |
206 | 2024-12-06T20:27:49.236Z | Mediators to change: 1 |
207 | 2024-12-06T20:27:49.236Z | Services to change: 1 |
208 | 2024-12-06T20:27:49.236Z | Create boot environment: No |
209 | 2024-12-06T20:27:49.236Z | Create backup boot environment: Yes |
210 | 2024-12-06T20:27:51.482Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-12-06T20:27:51.484Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-12-06T20:27:51.484Z | Done |
213 | 2024-12-06T20:27:51.484Z | Done |
214 | 2024-12-06T20:27:51.597Z | Done |
215 | 2024-12-06T20:27:55.265Z | Done |
216 | 2024-12-06T20:27:55.355Z | Done |
217 | 2024-12-06T20:27:55.358Z | Done |
218 | 2024-12-06T20:27:55.502Z | Done |
219 | 2024-12-06T20:27:55.928Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-12-06T20:27:55.929Z | clang system 15 system |
221 | 2024-12-06T20:27:55.929Z | csh system system illumos |
222 | 2024-12-06T20:27:55.929Z | ctags system system illumos |
223 | 2024-12-06T20:27:55.929Z | gcc vendor 12 vendor |
224 | 2024-12-06T20:27:55.929Z | gcc system 10 system |
225 | 2024-12-06T20:27:55.929Z | gcc system 7 system |
226 | 2024-12-06T20:27:55.929Z | go system 1.20 system |
227 | 2024-12-06T20:27:55.929Z | go system 1.19 system |
228 | 2024-12-06T20:27:55.929Z | llvm system 15 system |
229 | 2024-12-06T20:27:55.929Z | llvm system 14 system |
230 | 2024-12-06T20:27:55.929Z | mariadb system 10.6 system |
231 | 2024-12-06T20:27:55.929Z | mta vendor vendor dma |
232 | 2024-12-06T20:27:55.929Z | openjdk system 17 system |
233 | 2024-12-06T20:27:55.929Z | openjdk system 11 system |
234 | 2024-12-06T20:27:55.929Z | openjdk system 1.8 system |
235 | 2024-12-06T20:27:55.929Z | openssl vendor 3 vendor |
236 | 2024-12-06T20:27:55.929Z | perl system 5.36 system |
237 | 2024-12-06T20:27:55.929Z | postgresql system 15 system |
238 | 2024-12-06T20:27:55.929Z | postgresql system 13 system |
239 | 2024-12-06T20:27:55.929Z | python vendor 3 vendor |
240 | 2024-12-06T20:27:55.929Z | python system 2 system |
241 | 2024-12-06T20:27:55.929Z | python3 system 3.11 system |
242 | 2024-12-06T20:27:55.929Z | ruby system 3.0 system |
243 | 2024-12-06T20:27:55.929Z | words vendor vendor american-english |
244 | 2024-12-06T20:27:55.929Z | words system system australian-english |
245 | 2024-12-06T20:27:55.929Z | words system system british-english |
246 | 2024-12-06T20:27:55.929Z | words system system canadian-english |
247 | 2024-12-06T20:27:55.929Z | words system system french |
248 | 2024-12-06T20:27:55.929Z | words system system italian |
249 | 2024-12-06T20:27:55.929Z | words system system ngerman |
250 | 2024-12-06T20:27:55.929Z | words system system ogerman |
251 | 2024-12-06T20:27:55.929Z | words system system spanish |
252 | 2024-12-06T20:27:56.252Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-12-06T20:27:56.252Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-12-06T20:27:58.992Z | FMRI IFO |
255 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-12-06T20:27:58.993Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-12-06T20:27:58.994Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-12-06T20:27:59.670Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-12-06T20:27:59.965Z | Updating crates.io index |
272 | 2024-12-06T20:28:00.035Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-12-06T20:28:00.540Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-12-06T20:28:00.865Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-12-06T20:28:01.165Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-12-06T20:28:01.407Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-12-06T20:28:02.287Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-12-06T20:28:05.080Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-12-06T20:28:07.053Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-12-06T20:28:07.810Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-12-06T20:28:08.130Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-12-06T20:28:08.482Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-12-06T20:28:09.030Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-12-06T20:28:09.422Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-12-06T20:28:09.701Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-12-06T20:28:10.036Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-12-06T20:28:11.034Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-12-06T20:28:11.305Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-12-06T20:28:11.614Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-12-06T20:28:12.006Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-12-06T20:28:12.457Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-12-06T20:28:12.713Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-12-06T20:28:13.178Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-12-06T20:28:13.512Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-12-06T20:28:13.985Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-12-06T20:28:14.478Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-12-06T20:28:14.756Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-12-06T20:28:14.985Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-12-06T20:28:15.242Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-12-06T20:28:16.586Z | Downloading crates ... |
301 | 2024-12-06T20:28:16.645Z | Downloaded anstream v0.6.15 |
302 | 2024-12-06T20:28:16.649Z | Downloaded autocfg v1.4.0 |
303 | 2024-12-06T20:28:16.665Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-12-06T20:28:16.668Z | Downloaded memmap v0.7.0 |
305 | 2024-12-06T20:28:16.670Z | Downloaded proc-macro-error-attr v1.0.4 |
306 | 2024-12-06T20:28:16.671Z | Downloaded digest v0.10.7 |
307 | 2024-12-06T20:28:16.673Z | Downloaded heck v0.5.0 |
308 | 2024-12-06T20:28:16.673Z | Downloaded terminal_size v0.4.0 |
309 | 2024-12-06T20:28:16.676Z | Downloaded hashbrown v0.15.0 |
310 | 2024-12-06T20:28:16.679Z | Downloaded fnv v1.0.7 |
311 | 2024-12-06T20:28:16.681Z | Downloaded colorchoice v1.0.2 |
312 | 2024-12-06T20:28:16.689Z | Downloaded serde v1.0.215 |
313 | 2024-12-06T20:28:16.709Z | Downloaded pest v2.7.14 |
314 | 2024-12-06T20:28:16.719Z | Downloaded clap_builder v4.5.21 |
315 | 2024-12-06T20:28:16.726Z | Downloaded tabled v0.15.0 |
316 | 2024-12-06T20:28:16.741Z | Downloaded syn v1.0.109 |
317 | 2024-12-06T20:28:16.750Z | Downloaded cargo_toml v0.20.5 |
318 | 2024-12-06T20:28:16.753Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-12-06T20:28:16.753Z | Downloaded camino-tempfile v1.1.1 |
320 | 2024-12-06T20:28:16.756Z | Downloaded camino v1.1.9 |
321 | 2024-12-06T20:28:16.759Z | Downloaded rustix v0.38.37 |
322 | 2024-12-06T20:28:16.779Z | Downloaded plain v0.2.3 |
323 | 2024-12-06T20:28:16.782Z | Downloaded heck v0.4.1 |
324 | 2024-12-06T20:28:16.782Z | Downloaded generic-array v0.14.7 |
325 | 2024-12-06T20:28:16.782Z | Downloaded fastrand v2.1.1 |
326 | 2024-12-06T20:28:16.784Z | Downloaded errno v0.3.9 |
327 | 2024-12-06T20:28:16.784Z | Downloaded equivalent v1.0.1 |
328 | 2024-12-06T20:28:16.787Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-12-06T20:28:16.787Z | Downloaded cpufeatures v0.2.14 |
330 | 2024-12-06T20:28:16.787Z | Downloaded clap v4.5.21 |
331 | 2024-12-06T20:28:16.795Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-12-06T20:28:16.798Z | Downloaded pretty-hex v0.4.1 |
333 | 2024-12-06T20:28:16.798Z | Downloaded once_cell v1.20.2 |
334 | 2024-12-06T20:28:16.800Z | Downloaded is_terminal_polyfill v1.70.1 |
335 | 2024-12-06T20:28:16.802Z | Downloaded clap_lex v0.7.2 |
336 | 2024-12-06T20:28:16.802Z | Downloaded log v0.4.22 |
337 | 2024-12-06T20:28:16.805Z | Downloaded clap_derive v4.5.18 |
338 | 2024-12-06T20:28:16.807Z | Downloaded cfg-if v1.0.0 |
339 | 2024-12-06T20:28:16.807Z | Downloaded crypto-common v0.1.6 |
340 | 2024-12-06T20:28:16.807Z | Downloaded bytecount v0.6.8 |
341 | 2024-12-06T20:28:16.809Z | Downloaded usdt-macro v0.5.0 |
342 | 2024-12-06T20:28:16.812Z | Downloaded macaddr v1.0.1 |
343 | 2024-12-06T20:28:16.812Z | Downloaded swrite v0.1.0 |
344 | 2024-12-06T20:28:16.813Z | Downloaded pest_generator v2.7.14 |
345 | 2024-12-06T20:28:16.814Z | Downloaded itoa v1.0.11 |
346 | 2024-12-06T20:28:16.816Z | Downloaded anyhow v1.0.93 |
347 | 2024-12-06T20:28:16.819Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-12-06T20:28:16.821Z | Downloaded anstyle-query v1.1.1 |
349 | 2024-12-06T20:28:16.821Z | Downloaded anstyle v1.0.10 |
350 | 2024-12-06T20:28:16.823Z | Downloaded cargo-platform v0.1.8 |
351 | 2024-12-06T20:28:16.823Z | Downloaded usdt-attr-macro v0.5.0 |
352 | 2024-12-06T20:28:16.826Z | Downloaded thiserror v1.0.69 |
353 | 2024-12-06T20:28:16.828Z | Downloaded strsim v0.11.1 |
354 | 2024-12-06T20:28:16.830Z | Downloaded smawk v0.3.2 |
355 | 2024-12-06T20:28:16.832Z | Downloaded utf8parse v0.2.2 |
356 | 2024-12-06T20:28:16.832Z | Downloaded fs-err v2.11.0 |
357 | 2024-12-06T20:28:16.835Z | Downloaded usdt v0.5.0 |
358 | 2024-12-06T20:28:16.835Z | Downloaded thiserror-impl v1.0.69 |
359 | 2024-12-06T20:28:16.837Z | Downloaded serde_spanned v0.6.8 |
360 | 2024-12-06T20:28:16.837Z | Downloaded dof v0.3.0 |
361 | 2024-12-06T20:28:16.839Z | Downloaded thread-id v4.2.2 |
362 | 2024-12-06T20:28:16.839Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-12-06T20:28:16.841Z | Downloaded byteorder v1.5.0 |
364 | 2024-12-06T20:28:16.841Z | Downloaded bitflags v2.6.0 |
365 | 2024-12-06T20:28:16.844Z | Downloaded anstyle-parse v0.2.5 |
366 | 2024-12-06T20:28:16.847Z | Downloaded proc-macro-error v1.0.4 |
367 | 2024-12-06T20:28:16.849Z | Downloaded pest_derive v2.7.14 |
368 | 2024-12-06T20:28:16.851Z | Downloaded serde_tokenstream v0.2.2 |
369 | 2024-12-06T20:28:16.854Z | Downloaded version_check v0.9.5 |
370 | 2024-12-06T20:28:16.856Z | Downloaded tabled_derive v0.7.0 |
371 | 2024-12-06T20:28:16.856Z | Downloaded sha2 v0.10.8 |
372 | 2024-12-06T20:28:16.859Z | Downloaded semver v1.0.23 |
373 | 2024-12-06T20:28:16.859Z | Downloaded scroll v0.12.0 |
374 | 2024-12-06T20:28:16.862Z | Downloaded zerocopy-derive v0.7.35 |
375 | 2024-12-06T20:28:16.864Z | Downloaded block-buffer v0.10.4 |
376 | 2024-12-06T20:28:16.866Z | Downloaded proc-macro2 v1.0.89 |
377 | 2024-12-06T20:28:16.868Z | Downloaded ryu v1.0.18 |
378 | 2024-12-06T20:28:16.870Z | Downloaded quote v1.0.37 |
379 | 2024-12-06T20:28:16.873Z | Downloaded pest_meta v2.7.14 |
380 | 2024-12-06T20:28:16.875Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-12-06T20:28:16.877Z | Downloaded ucd-trie v0.1.7 |
382 | 2024-12-06T20:28:16.879Z | Downloaded typenum v1.17.0 |
383 | 2024-12-06T20:28:16.881Z | Downloaded serde_derive v1.0.215 |
384 | 2024-12-06T20:28:16.884Z | Downloaded tempfile v3.13.0 |
385 | 2024-12-06T20:28:16.887Z | Downloaded papergrid v0.11.0 |
386 | 2024-12-06T20:28:16.890Z | Downloaded indexmap v2.6.0 |
387 | 2024-12-06T20:28:16.894Z | Downloaded toml v0.8.19 |
388 | 2024-12-06T20:28:16.898Z | Downloaded textwrap v0.16.1 |
389 | 2024-12-06T20:28:16.900Z | Downloaded memchr v2.7.4 |
390 | 2024-12-06T20:28:16.905Z | Downloaded toml_edit v0.22.22 |
391 | 2024-12-06T20:28:16.926Z | Downloaded goblin v0.8.2 |
392 | 2024-12-06T20:28:16.938Z | Downloaded zerocopy v0.7.35 |
393 | 2024-12-06T20:28:16.953Z | Downloaded winnow v0.6.20 |
394 | 2024-12-06T20:28:16.961Z | Downloaded serde_json v1.0.132 |
395 | 2024-12-06T20:28:16.974Z | Downloaded syn v2.0.87 |
396 | 2024-12-06T20:28:16.985Z | Downloaded unicode-width v0.1.14 |
397 | 2024-12-06T20:28:17.011Z | Downloaded libc v0.2.162 |
398 | 2024-12-06T20:28:17.316Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-12-06T20:28:17.316Z | Compiling unicode-ident v1.0.13 |
400 | 2024-12-06T20:28:17.317Z | Compiling version_check v0.9.5 |
401 | 2024-12-06T20:28:17.321Z | Compiling serde v1.0.215 |
402 | 2024-12-06T20:28:17.321Z | Compiling thiserror v1.0.69 |
403 | 2024-12-06T20:28:17.321Z | Compiling memchr v2.7.4 |
404 | 2024-12-06T20:28:17.321Z | Compiling libc v0.2.162 |
405 | 2024-12-06T20:28:17.349Z | Compiling ryu v1.0.18 |
406 | 2024-12-06T20:28:17.548Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-06T20:28:17.798Z | Compiling itoa v1.0.11 |
408 | 2024-12-06T20:28:18.028Z | Compiling once_cell v1.20.2 |
409 | 2024-12-06T20:28:18.138Z | Compiling byteorder v1.5.0 |
410 | 2024-12-06T20:28:18.399Z | Compiling rustix v0.38.37 |
411 | 2024-12-06T20:28:18.440Z | Compiling serde_json v1.0.132 |
412 | 2024-12-06T20:28:18.564Z | Compiling bitflags v2.6.0 |
413 | 2024-12-06T20:28:18.776Z | Compiling usdt-impl v0.5.0 |
414 | 2024-12-06T20:28:18.996Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-06T20:28:19.018Z | Compiling syn v1.0.109 |
416 | 2024-12-06T20:28:19.114Z | Compiling quote v1.0.37 |
417 | 2024-12-06T20:28:19.286Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-06T20:28:19.308Z | Compiling plain v0.2.3 |
419 | 2024-12-06T20:28:19.332Z | Compiling log v0.4.22 |
420 | 2024-12-06T20:28:19.465Z | Compiling hashbrown v0.15.0 |
421 | 2024-12-06T20:28:19.558Z | Compiling syn v2.0.87 |
422 | 2024-12-06T20:28:19.609Z | Compiling errno v0.3.9 |
423 | 2024-12-06T20:28:19.751Z | Compiling thread-id v4.2.2 |
424 | 2024-12-06T20:28:19.861Z | Compiling camino v1.1.9 |
425 | 2024-12-06T20:28:19.865Z | Compiling equivalent v1.0.1 |
426 | 2024-12-06T20:28:19.865Z | Compiling utf8parse v0.2.2 |
427 | 2024-12-06T20:28:20.034Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-12-06T20:28:20.364Z | Compiling is_terminal_polyfill v1.70.1 |
429 | 2024-12-06T20:28:20.545Z | Compiling colorchoice v1.0.2 |
430 | 2024-12-06T20:28:20.588Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-06T20:28:20.613Z | Compiling pretty-hex v0.4.1 |
432 | 2024-12-06T20:28:20.720Z | Compiling indexmap v2.6.0 |
433 | 2024-12-06T20:28:20.747Z | Compiling semver v1.0.23 |
434 | 2024-12-06T20:28:20.750Z | Compiling anstyle v1.0.10 |
435 | 2024-12-06T20:28:20.827Z | Compiling winnow v0.6.20 |
436 | 2024-12-06T20:28:20.927Z | Compiling unicode-width v0.1.14 |
437 | 2024-12-06T20:28:21.263Z | Compiling autocfg v1.4.0 |
438 | 2024-12-06T20:28:21.393Z | Compiling anstream v0.6.15 |
439 | 2024-12-06T20:28:21.746Z | Compiling fastrand v2.1.1 |
440 | 2024-12-06T20:28:22.139Z | Compiling terminal_size v0.4.0 |
441 | 2024-12-06T20:28:22.187Z | Compiling heck v0.4.1 |
442 | 2024-12-06T20:28:22.343Z | Compiling clap_lex v0.7.2 |
443 | 2024-12-06T20:28:22.368Z | Compiling heck v0.5.0 |
444 | 2024-12-06T20:28:22.421Z | Compiling fs-err v2.11.0 |
445 | 2024-12-06T20:28:22.674Z | Compiling anyhow v1.0.93 |
446 | 2024-12-06T20:28:22.700Z | Compiling fnv v1.0.7 |
447 | 2024-12-06T20:28:22.869Z | Compiling strsim v0.11.1 |
448 | 2024-12-06T20:28:22.901Z | Compiling bytecount v0.6.8 |
449 | 2024-12-06T20:28:23.118Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-06T20:28:23.225Z | Compiling clap_builder v4.5.21 |
451 | 2024-12-06T20:28:23.354Z | Compiling tempfile v3.13.0 |
452 | 2024-12-06T20:28:23.545Z | Compiling papergrid v0.11.0 |
453 | 2024-12-06T20:28:23.771Z | Compiling memmap v0.7.0 |
454 | 2024-12-06T20:28:23.811Z | Compiling smawk v0.3.2 |
455 | 2024-12-06T20:28:24.041Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-12-06T20:28:24.566Z | Compiling textwrap v0.16.1 |
457 | 2024-12-06T20:28:24.678Z | Compiling swrite v0.1.0 |
458 | 2024-12-06T20:28:25.710Z | Compiling tabled_derive v0.7.0 |
459 | 2024-12-06T20:28:27.353Z | Compiling tabled v0.15.0 |
460 | 2024-12-06T20:28:28.791Z | Compiling serde_derive v1.0.215 |
461 | 2024-12-06T20:28:28.791Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-12-06T20:28:28.793Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-12-06T20:28:28.793Z | Compiling scroll_derive v0.12.0 |
464 | 2024-12-06T20:28:28.867Z | Compiling clap_derive v4.5.18 |
465 | 2024-12-06T20:28:30.113Z | Compiling scroll v0.12.0 |
466 | 2024-12-06T20:28:30.631Z | Compiling goblin v0.8.2 |
467 | 2024-12-06T20:28:30.659Z | Compiling zerocopy v0.7.35 |
468 | 2024-12-06T20:28:31.405Z | Compiling pest v2.7.14 |
469 | 2024-12-06T20:28:32.711Z | Compiling clap v4.5.21 |
470 | 2024-12-06T20:28:33.553Z | Compiling pest_meta v2.7.14 |
471 | 2024-12-06T20:28:34.391Z | Compiling pest_generator v2.7.14 |
472 | 2024-12-06T20:28:36.228Z | Compiling pest_derive v2.7.14 |
473 | 2024-12-06T20:28:36.907Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-12-06T20:28:38.869Z | Compiling serde_spanned v0.6.8 |
475 | 2024-12-06T20:28:38.869Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-06T20:28:38.872Z | Compiling cargo-platform v0.1.8 |
477 | 2024-12-06T20:28:39.242Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-06T20:28:39.415Z | Compiling toml_edit v0.22.22 |
479 | 2024-12-06T20:28:39.489Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-12-06T20:28:39.515Z | Compiling macaddr v1.0.1 |
481 | 2024-12-06T20:28:40.351Z | Compiling dof v0.3.0 |
482 | 2024-12-06T20:28:40.351Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-12-06T20:28:42.189Z | Compiling toml v0.8.19 |
484 | 2024-12-06T20:28:42.414Z | Compiling usdt-attr-macro v0.5.0 |
485 | 2024-12-06T20:28:42.414Z | Compiling usdt-macro v0.5.0 |
486 | 2024-12-06T20:28:43.028Z | Compiling cargo_toml v0.20.5 |
487 | 2024-12-06T20:28:43.770Z | Compiling usdt v0.5.0 |
488 | 2024-12-06T20:28:46.542Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-12-06T20:28:50.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.18s |
490 | 2024-12-06T20:28:50.892Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-12-06T20:28:51.407Z | Downloading crates ... |
492 | 2024-12-06T20:28:51.667Z | Downloaded hex v0.4.3 |
493 | 2024-12-06T20:28:51.670Z | Downloaded headers-core v0.3.0 |
494 | 2024-12-06T20:28:51.674Z | Downloaded aes v0.8.4 |
495 | 2024-12-06T20:28:51.678Z | Downloaded darling v0.20.10 |
496 | 2024-12-06T20:28:51.683Z | Downloaded async-trait v0.1.83 |
497 | 2024-12-06T20:28:51.687Z | Downloaded array-init v0.0.4 |
498 | 2024-12-06T20:28:51.690Z | Downloaded assert_matches v1.5.0 |
499 | 2024-12-06T20:28:51.690Z | Downloaded heck v0.3.3 |
500 | 2024-12-06T20:28:51.692Z | Downloaded heapless v0.7.17 |
501 | 2024-12-06T20:28:51.695Z | Downloaded heapless v0.8.0 |
502 | 2024-12-06T20:28:51.699Z | Downloaded highway v1.2.0 |
503 | 2024-12-06T20:28:51.702Z | Downloaded aead v0.5.2 |
504 | 2024-12-06T20:28:51.704Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-12-06T20:28:51.707Z | Downloaded ascii-canvas v3.0.0 |
506 | 2024-12-06T20:28:51.707Z | Downloaded base16ct v0.2.0 |
507 | 2024-12-06T20:28:51.709Z | Downloaded async-recursion v1.1.1 |
508 | 2024-12-06T20:28:51.712Z | Downloaded hickory-resolver v0.24.1 |
509 | 2024-12-06T20:28:51.717Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-12-06T20:28:51.719Z | Downloaded atty v0.2.14 |
511 | 2024-12-06T20:28:51.719Z | Downloaded allocator-api2 v0.2.18 |
512 | 2024-12-06T20:28:51.723Z | Downloaded argon2 v0.5.3 |
513 | 2024-12-06T20:28:51.726Z | Downloaded http-range v0.1.5 |
514 | 2024-12-06T20:28:51.728Z | Downloaded http-body v1.0.1 |
515 | 2024-12-06T20:28:51.728Z | Downloaded arrayvec v0.7.6 |
516 | 2024-12-06T20:28:51.731Z | Downloaded ahash v0.8.11 |
517 | 2024-12-06T20:28:51.734Z | Downloaded ident_case v1.0.1 |
518 | 2024-12-06T20:28:51.736Z | Downloaded hickory-client v0.24.1 |
519 | 2024-12-06T20:28:51.739Z | Downloaded hmac v0.12.1 |
520 | 2024-12-06T20:28:51.741Z | Downloaded httpdate v1.0.3 |
521 | 2024-12-06T20:28:51.744Z | Downloaded hostname v0.4.0 |
522 | 2024-12-06T20:28:51.746Z | Downloaded hostname v0.3.1 |
523 | 2024-12-06T20:28:51.747Z | Downloaded icu_provider_macros v1.5.0 |
524 | 2024-12-06T20:28:51.749Z | Downloaded cfg_aliases v0.1.1 |
525 | 2024-12-06T20:28:51.749Z | Downloaded block-padding v0.3.3 |
526 | 2024-12-06T20:28:51.749Z | Downloaded home v0.5.9 |
527 | 2024-12-06T20:28:51.752Z | Downloaded cfg_aliases v0.2.1 |
528 | 2024-12-06T20:28:51.752Z | Downloaded arrayref v0.3.9 |
529 | 2024-12-06T20:28:51.754Z | Downloaded atomicwrites v0.4.4 |
530 | 2024-12-06T20:28:51.757Z | Downloaded http-body-util v0.1.2 |
531 | 2024-12-06T20:28:51.759Z | Downloaded ciborium-io v0.2.2 |
532 | 2024-12-06T20:28:51.759Z | Downloaded async-stream-impl v0.3.6 |
533 | 2024-12-06T20:28:51.759Z | Downloaded async-stream v0.3.6 |
534 | 2024-12-06T20:28:51.762Z | Downloaded hyper-tls v0.6.0 |
535 | 2024-12-06T20:28:51.764Z | Downloaded crucible-workspace-hack v0.1.0 |
536 | 2024-12-06T20:28:51.764Z | Downloaded hubpack v0.1.2 |
537 | 2024-12-06T20:28:51.767Z | Downloaded indent_write v2.2.0 |
538 | 2024-12-06T20:28:51.767Z | Downloaded backoff v0.4.0 |
539 | 2024-12-06T20:28:51.769Z | Downloaded adler2 v2.0.0 |
540 | 2024-12-06T20:28:51.771Z | Downloaded async-bb8-diesel v0.2.1 |
541 | 2024-12-06T20:28:51.774Z | Downloaded instant v0.1.13 |
542 | 2024-12-06T20:28:51.777Z | Downloaded arc-swap v1.7.1 |
543 | 2024-12-06T20:28:51.779Z | Downloaded is_ci v1.2.0 |
544 | 2024-12-06T20:28:51.781Z | Downloaded cstr-argument v0.1.2 |
545 | 2024-12-06T20:28:51.781Z | Downloaded humantime v2.1.0 |
546 | 2024-12-06T20:28:51.784Z | Downloaded crunchy v0.2.2 |
547 | 2024-12-06T20:28:51.784Z | Downloaded castaway v0.2.3 |
548 | 2024-12-06T20:28:51.787Z | Downloaded kstat-rs v0.2.4 |
549 | 2024-12-06T20:28:51.789Z | Downloaded bit-vec v0.6.3 |
550 | 2024-12-06T20:28:51.789Z | Downloaded bb8 v0.8.5 |
551 | 2024-12-06T20:28:51.792Z | Downloaded bit-set v0.5.3 |
552 | 2024-12-06T20:28:51.792Z | Downloaded bitflags v1.3.2 |
553 | 2024-12-06T20:28:51.794Z | Downloaded cexpr v0.6.0 |
554 | 2024-12-06T20:28:51.797Z | Downloaded blowfish v0.9.1 |
555 | 2024-12-06T20:28:51.799Z | Downloaded addr2line v0.24.2 |
556 | 2024-12-06T20:28:51.803Z | Downloaded md5 v0.7.0 |
557 | 2024-12-06T20:28:51.806Z | Downloaded matches v0.1.10 |
558 | 2024-12-06T20:28:51.806Z | Downloaded match_cfg v0.1.0 |
559 | 2024-12-06T20:28:51.806Z | Downloaded iana-time-zone v0.1.61 |
560 | 2024-12-06T20:28:51.808Z | Downloaded icu_locid_transform v1.5.0 |
561 | 2024-12-06T20:28:51.811Z | Downloaded httparse v1.9.5 |
562 | 2024-12-06T20:28:51.813Z | Downloaded chacha20 v0.9.1 |
563 | 2024-12-06T20:28:51.816Z | Downloaded hex-literal v0.4.1 |
564 | 2024-12-06T20:28:51.818Z | Downloaded cbc v0.1.2 |
565 | 2024-12-06T20:28:51.820Z | Downloaded bitfield v0.14.0 |
566 | 2024-12-06T20:28:51.820Z | Downloaded ciborium-ll v0.2.2 |
567 | 2024-12-06T20:28:51.822Z | Downloaded hyper-rustls v0.27.3 |
568 | 2024-12-06T20:28:51.825Z | Downloaded progenitor-client v0.8.0 |
569 | 2024-12-06T20:28:51.827Z | Downloaded convert_case v0.4.0 |
570 | 2024-12-06T20:28:51.827Z | Downloaded crc-catalog v2.4.0 |
571 | 2024-12-06T20:28:51.830Z | Downloaded russh-cryptovec v0.7.3 |
572 | 2024-12-06T20:28:51.830Z | Downloaded buf-list v1.0.3 |
573 | 2024-12-06T20:28:51.833Z | Downloaded indoc v1.0.9 |
574 | 2024-12-06T20:28:51.836Z | Downloaded impl-trait-for-tuples v0.2.2 |
575 | 2024-12-06T20:28:51.839Z | Downloaded lazy_static v1.5.0 |
576 | 2024-12-06T20:28:51.841Z | Downloaded sigpipe v0.1.3 |
577 | 2024-12-06T20:28:51.843Z | Downloaded ipnetwork v0.20.0 |
578 | 2024-12-06T20:28:51.846Z | Downloaded colored v2.1.0 |
579 | 2024-12-06T20:28:51.848Z | Downloaded cobs v0.2.3 |
580 | 2024-12-06T20:28:51.850Z | Downloaded internet-checksum v0.2.1 |
581 | 2024-12-06T20:28:51.850Z | Downloaded inout v0.1.3 |
582 | 2024-12-06T20:28:51.853Z | Downloaded instability v0.3.2 |
583 | 2024-12-06T20:28:51.853Z | Downloaded crc v3.2.1 |
584 | 2024-12-06T20:28:51.855Z | Downloaded libefi-sys v0.1.0 |
585 | 2024-12-06T20:28:51.858Z | Downloaded lazycell v1.3.0 |
586 | 2024-12-06T20:28:51.858Z | Downloaded bzip2 v0.4.4 |
587 | 2024-12-06T20:28:51.860Z | Downloaded lru-cache v0.1.2 |
588 | 2024-12-06T20:28:51.863Z | Downloaded lru v0.12.5 |
589 | 2024-12-06T20:28:51.863Z | Downloaded base64ct v1.6.0 |
590 | 2024-12-06T20:28:51.865Z | Downloaded take_mut v0.2.2 |
591 | 2024-12-06T20:28:51.867Z | Downloaded memoffset v0.9.1 |
592 | 2024-12-06T20:28:51.869Z | Downloaded termtree v0.4.1 |
593 | 2024-12-06T20:28:51.870Z | Downloaded bitfield-struct v0.6.2 |
594 | 2024-12-06T20:28:51.872Z | Downloaded managed v0.8.0 |
595 | 2024-12-06T20:28:51.872Z | Downloaded lockfree-object-pool v0.1.6 |
596 | 2024-12-06T20:28:51.875Z | Downloaded mime v0.3.17 |
597 | 2024-12-06T20:28:51.877Z | Downloaded maplit v1.0.2 |
598 | 2024-12-06T20:28:51.880Z | Downloaded waitgroup v0.1.2 |
599 | 2024-12-06T20:28:51.880Z | Downloaded hyper-staticfile v0.10.1 |
600 | 2024-12-06T20:28:51.883Z | Downloaded md-5 v0.10.6 |
601 | 2024-12-06T20:28:51.883Z | Downloaded maybe-uninit v2.0.0 |
602 | 2024-12-06T20:28:51.885Z | Downloaded ciborium v0.2.2 |
603 | 2024-12-06T20:28:51.887Z | Downloaded linked-hash-map v0.5.6 |
604 | 2024-12-06T20:28:51.889Z | Downloaded rand_core v0.6.4 |
605 | 2024-12-06T20:28:51.891Z | Downloaded bcrypt-pbkdf v0.10.0 |
606 | 2024-12-06T20:28:51.891Z | Downloaded ctr v0.9.2 |
607 | 2024-12-06T20:28:51.894Z | Downloaded const_format_proc_macros v0.2.33 |
608 | 2024-12-06T20:28:51.896Z | Downloaded chrono-tz-build v0.4.0 |
609 | 2024-12-06T20:28:51.899Z | Downloaded cmake v0.1.51 |
610 | 2024-12-06T20:28:51.901Z | Downloaded crc32fast v1.4.2 |
611 | 2024-12-06T20:28:51.901Z | Downloaded rfc6979 v0.4.0 |
612 | 2024-12-06T20:28:51.904Z | Downloaded resolv-conf v0.7.0 |
613 | 2024-12-06T20:28:51.906Z | Downloaded yoke-derive v0.7.4 |
614 | 2024-12-06T20:28:51.906Z | Downloaded is-terminal v0.4.13 |
615 | 2024-12-06T20:28:51.909Z | Downloaded ipnet v2.10.1 |
616 | 2024-12-06T20:28:51.912Z | Downloaded diesel_table_macro_syntax v0.2.0 |
617 | 2024-12-06T20:28:51.912Z | Downloaded derive_builder_macro v0.20.2 |
618 | 2024-12-06T20:28:51.912Z | Downloaded keccak v0.1.5 |
619 | 2024-12-06T20:28:51.914Z | Downloaded icu_normalizer_data v1.5.0 |
620 | 2024-12-06T20:28:51.916Z | Downloaded scopeguard v1.2.0 |
621 | 2024-12-06T20:28:51.918Z | Downloaded constant_time_eq v0.3.1 |
622 | 2024-12-06T20:28:51.921Z | Downloaded scrypt v0.11.0 |
623 | 2024-12-06T20:28:51.921Z | Downloaded slog-dtrace v0.3.0 |
624 | 2024-12-06T20:28:51.923Z | Downloaded console v0.15.8 |
625 | 2024-12-06T20:28:51.925Z | Downloaded base64 v0.22.1 |
626 | 2024-12-06T20:28:51.930Z | Downloaded cancel-safe-futures v0.1.5 |
627 | 2024-12-06T20:28:51.933Z | Downloaded lock_api v0.4.12 |
628 | 2024-12-06T20:28:51.935Z | Downloaded slog-bunyan v2.5.0 |
629 | 2024-12-06T20:28:51.938Z | Downloaded foreign-types-shared v0.1.1 |
630 | 2024-12-06T20:28:51.938Z | Downloaded foreign-types-macros v0.2.3 |
631 | 2024-12-06T20:28:51.940Z | Downloaded filetime v0.2.25 |
632 | 2024-12-06T20:28:51.943Z | Downloaded spki v0.7.3 |
633 | 2024-12-06T20:28:51.943Z | Downloaded thiserror-impl v2.0.3 |
634 | 2024-12-06T20:28:51.947Z | Downloaded csv-core v0.1.11 |
635 | 2024-12-06T20:28:51.961Z | Downloaded signature v2.2.0 |
636 | 2024-12-06T20:28:51.961Z | Downloaded mime_guess v2.0.5 |
637 | 2024-12-06T20:28:51.962Z | Downloaded newline-converter v0.3.0 |
638 | 2024-12-06T20:28:51.968Z | Downloaded newtype_derive v0.1.6 |
639 | 2024-12-06T20:28:51.969Z | Downloaded hickory-server v0.24.1 |
640 | 2024-12-06T20:28:51.973Z | Downloaded writeable v0.5.5 |
641 | 2024-12-06T20:28:51.973Z | Downloaded unicode-truncate v1.1.0 |
642 | 2024-12-06T20:28:51.976Z | Downloaded blake2 v0.10.6 |
643 | 2024-12-06T20:28:51.981Z | Downloaded const-oid v0.9.6 |
644 | 2024-12-06T20:28:51.987Z | Downloaded indexmap v1.9.3 |
645 | 2024-12-06T20:28:51.987Z | Downloaded fixedbitset v0.4.2 |
646 | 2024-12-06T20:28:51.991Z | Downloaded fallible-iterator v0.2.0 |
647 | 2024-12-06T20:28:51.991Z | Downloaded defmt-macros v0.3.9 |
648 | 2024-12-06T20:28:51.991Z | Downloaded strum_macros v0.26.4 |
649 | 2024-12-06T20:28:51.995Z | Downloaded strum_macros v0.25.3 |
650 | 2024-12-06T20:28:51.995Z | Downloaded sqlformat v0.2.6 |
651 | 2024-12-06T20:28:51.999Z | Downloaded crossbeam-utils v0.8.20 |
652 | 2024-12-06T20:28:52.003Z | Downloaded libloading v0.8.5 |
653 | 2024-12-06T20:28:52.006Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-12-06T20:28:52.006Z | Downloaded thiserror v2.0.3 |
655 | 2024-12-06T20:28:52.010Z | Downloaded hash32 v0.2.1 |
656 | 2024-12-06T20:28:52.014Z | Downloaded embedded-io v0.6.1 |
657 | 2024-12-06T20:28:52.017Z | Downloaded embedded-io v0.4.0 |
658 | 2024-12-06T20:28:52.017Z | Downloaded glob v0.3.1 |
659 | 2024-12-06T20:28:52.020Z | Downloaded spin v0.9.8 |
660 | 2024-12-06T20:28:52.020Z | Downloaded icu_properties v1.5.1 |
661 | 2024-12-06T20:28:52.024Z | Downloaded http v1.1.0 |
662 | 2024-12-06T20:28:52.029Z | Downloaded crc-any v2.5.0 |
663 | 2024-12-06T20:28:52.033Z | Downloaded tower-service v0.3.3 |
664 | 2024-12-06T20:28:52.033Z | Downloaded futures-executor v0.3.31 |
665 | 2024-12-06T20:28:52.033Z | Downloaded base64 v0.21.7 |
666 | 2024-12-06T20:28:52.037Z | Downloaded newtype-uuid v1.1.3 |
667 | 2024-12-06T20:28:52.042Z | Downloaded futures-core v0.3.31 |
668 | 2024-12-06T20:28:52.042Z | Downloaded phf_codegen v0.11.2 |
669 | 2024-12-06T20:28:52.042Z | Downloaded olpc-cjson v0.1.4 |
670 | 2024-12-06T20:28:52.045Z | Downloaded tokio-rustls v0.24.1 |
671 | 2024-12-06T20:28:52.048Z | Downloaded defmt v0.3.8 |
672 | 2024-12-06T20:28:52.053Z | Downloaded tracing-attributes v0.1.27 |
673 | 2024-12-06T20:28:52.053Z | Downloaded indicatif v0.17.9 |
674 | 2024-12-06T20:28:52.056Z | Downloaded sct v0.7.1 |
675 | 2024-12-06T20:28:52.059Z | Downloaded zone_cfg_derive v0.1.2 |
676 | 2024-12-06T20:28:52.061Z | Downloaded cookie v0.18.1 |
677 | 2024-12-06T20:28:52.064Z | Downloaded pem v3.0.4 |
678 | 2024-12-06T20:28:52.066Z | Downloaded yoke v0.7.4 |
679 | 2024-12-06T20:28:52.068Z | Downloaded predicates v3.1.2 |
680 | 2024-12-06T20:28:52.071Z | Downloaded rand_seeder v0.3.0 |
681 | 2024-12-06T20:28:52.074Z | Downloaded packed_struct_codegen v0.10.1 |
682 | 2024-12-06T20:28:52.074Z | Downloaded packed_struct v0.10.1 |
683 | 2024-12-06T20:28:52.076Z | Downloaded aes-gcm v0.10.3 |
684 | 2024-12-06T20:28:52.079Z | Downloaded tokio-rustls v0.25.0 |
685 | 2024-12-06T20:28:52.081Z | Downloaded predicates-core v1.0.8 |
686 | 2024-12-06T20:28:52.084Z | Downloaded num-conv v0.1.0 |
687 | 2024-12-06T20:28:52.084Z | Downloaded normalize-line-endings v0.3.0 |
688 | 2024-12-06T20:28:52.087Z | Downloaded pkg-config v0.3.31 |
689 | 2024-12-06T20:28:52.089Z | Downloaded secrecy v0.8.0 |
690 | 2024-12-06T20:28:52.089Z | Downloaded rpassword v7.3.1 |
691 | 2024-12-06T20:28:52.094Z | Downloaded chacha20poly1305 v0.10.1 |
692 | 2024-12-06T20:28:52.094Z | Downloaded test-strategy v0.3.1 |
693 | 2024-12-06T20:28:52.096Z | Downloaded parse-size v1.1.0 |
694 | 2024-12-06T20:28:52.100Z | Downloaded snafu-derive v0.8.5 |
695 | 2024-12-06T20:28:52.100Z | Downloaded shlex v1.3.0 |
696 | 2024-12-06T20:28:52.103Z | Downloaded shell-words v1.1.0 |
697 | 2024-12-06T20:28:52.103Z | Downloaded predicates-tree v1.0.11 |
698 | 2024-12-06T20:28:52.103Z | Downloaded semver v0.1.20 |
699 | 2024-12-06T20:28:52.106Z | Downloaded signal-hook-registry v1.4.2 |
700 | 2024-12-06T20:28:52.106Z | Downloaded tap v1.0.1 |
701 | 2024-12-06T20:28:52.109Z | Downloaded time-macros v0.2.18 |
702 | 2024-12-06T20:28:52.109Z | Downloaded untrusted v0.9.0 |
703 | 2024-12-06T20:28:52.114Z | Downloaded tls_codec v0.4.1 |
704 | 2024-12-06T20:28:52.114Z | Downloaded precomputed-hash v0.1.1 |
705 | 2024-12-06T20:28:52.116Z | Downloaded path-slash v0.1.5 |
706 | 2024-12-06T20:28:52.116Z | Downloaded num-rational v0.4.2 |
707 | 2024-12-06T20:28:52.118Z | Downloaded num-complex v0.4.6 |
708 | 2024-12-06T20:28:52.120Z | Downloaded phf_generator v0.11.2 |
709 | 2024-12-06T20:28:52.120Z | Downloaded hashlink v0.9.1 |
710 | 2024-12-06T20:28:52.122Z | Downloaded prettyplease v0.2.25 |
711 | 2024-12-06T20:28:52.126Z | Downloaded zone v0.1.8 |
712 | 2024-12-06T20:28:52.128Z | Downloaded tabwriter v1.4.0 |
713 | 2024-12-06T20:28:52.131Z | Downloaded zerocopy v0.6.6 |
714 | 2024-12-06T20:28:52.133Z | Downloaded signal-hook-mio v0.2.4 |
715 | 2024-12-06T20:28:52.133Z | Downloaded strip-ansi-escapes v0.2.0 |
716 | 2024-12-06T20:28:52.136Z | Downloaded signal-hook-tokio v0.3.1 |
717 | 2024-12-06T20:28:52.136Z | Downloaded const_format v0.2.33 |
718 | 2024-12-06T20:28:52.141Z | Downloaded zone v0.3.0 |
719 | 2024-12-06T20:28:52.143Z | Downloaded compact_str v0.8.0 |
720 | 2024-12-06T20:28:52.146Z | Downloaded fallible-streaming-iterator v0.1.9 |
721 | 2024-12-06T20:28:52.148Z | Downloaded either v1.13.0 |
722 | 2024-12-06T20:28:52.150Z | Downloaded diesel-dtrace v0.3.0 |
723 | 2024-12-06T20:28:52.158Z | Downloaded parking_lot v0.11.2 |
724 | 2024-12-06T20:28:52.158Z | Downloaded ref-cast-impl v1.0.23 |
725 | 2024-12-06T20:28:52.158Z | Downloaded fragile v2.0.0 |
726 | 2024-12-06T20:28:52.158Z | Downloaded serde_yaml v0.9.34+deprecated |
727 | 2024-12-06T20:28:52.161Z | Downloaded fd-lock v4.0.2 |
728 | 2024-12-06T20:28:52.164Z | Downloaded sync-ptr v0.1.1 |
729 | 2024-12-06T20:28:52.164Z | Downloaded bumpalo v3.16.0 |
730 | 2024-12-06T20:28:52.167Z | Downloaded nanorand v0.7.0 |
731 | 2024-12-06T20:28:52.170Z | Downloaded num-derive v0.4.2 |
732 | 2024-12-06T20:28:52.172Z | Downloaded crossbeam-epoch v0.9.18 |
733 | 2024-12-06T20:28:52.175Z | Downloaded pbkdf2 v0.12.2 |
734 | 2024-12-06T20:28:52.177Z | Downloaded num_enum v0.5.11 |
735 | 2024-12-06T20:28:52.182Z | Downloaded unicode-xid v0.2.6 |
736 | 2024-12-06T20:28:52.184Z | Downloaded pbkdf2 v0.11.0 |
737 | 2024-12-06T20:28:52.187Z | Downloaded ppv-lite86 v0.2.20 |
738 | 2024-12-06T20:28:52.189Z | Downloaded tokio-tungstenite v0.21.0 |
739 | 2024-12-06T20:28:52.192Z | Downloaded dhcproto-macros v0.1.0 |
740 | 2024-12-06T20:28:52.192Z | Downloaded zerofrom v0.1.4 |
741 | 2024-12-06T20:28:52.194Z | Downloaded num-iter v0.1.45 |
742 | 2024-12-06T20:28:52.194Z | Downloaded typify v0.2.0 |
743 | 2024-12-06T20:28:52.197Z | Downloaded rand_xorshift v0.3.0 |
744 | 2024-12-06T20:28:52.199Z | Downloaded serde_plain v1.0.2 |
745 | 2024-12-06T20:28:52.202Z | Downloaded vsss-rs v3.3.4 |
746 | 2024-12-06T20:28:52.204Z | Downloaded r2d2 v0.8.10 |
747 | 2024-12-06T20:28:52.206Z | Downloaded uzers v0.12.1 |
748 | 2024-12-06T20:28:52.209Z | Downloaded samael v0.0.17 |
749 | 2024-12-06T20:28:52.214Z | Downloaded foreign-types-shared v0.3.1 |
750 | 2024-12-06T20:28:52.216Z | Downloaded float-ord v0.3.2 |
751 | 2024-12-06T20:28:52.217Z | Downloaded funty v2.0.0 |
752 | 2024-12-06T20:28:52.219Z | Downloaded slog-scope v4.4.0 |
753 | 2024-12-06T20:28:52.221Z | Downloaded static_assertions v1.1.0 |
754 | 2024-12-06T20:28:52.222Z | Downloaded slog-stdlog v4.1.1 |
755 | 2024-12-06T20:28:52.224Z | Downloaded globset v0.4.15 |
756 | 2024-12-06T20:28:52.226Z | Downloaded crossbeam-channel v0.5.13 |
757 | 2024-12-06T20:28:52.229Z | Downloaded crypto-bigint v0.5.5 |
758 | 2024-12-06T20:28:52.237Z | Downloaded supports-color v3.0.1 |
759 | 2024-12-06T20:28:52.239Z | Downloaded subtle v2.6.1 |
760 | 2024-12-06T20:28:52.241Z | Downloaded which v4.4.2 |
761 | 2024-12-06T20:28:52.243Z | Downloaded tinystr v0.7.6 |
762 | 2024-12-06T20:28:52.246Z | Downloaded tiny-keccak v2.0.2 |
763 | 2024-12-06T20:28:52.248Z | Downloaded qorb v0.2.1 |
764 | 2024-12-06T20:28:52.251Z | Downloaded pin-project-internal v1.1.6 |
765 | 2024-12-06T20:28:52.254Z | Downloaded pin-project-lite v0.2.14 |
766 | 2024-12-06T20:28:52.259Z | Downloaded signal-hook v0.3.17 |
767 | 2024-12-06T20:28:52.262Z | Downloaded socket2 v0.5.7 |
768 | 2024-12-06T20:28:52.265Z | Downloaded headers v0.4.0 |
769 | 2024-12-06T20:28:52.271Z | Downloaded write16 v1.0.0 |
770 | 2024-12-06T20:28:52.274Z | Downloaded dyn-clone v1.0.17 |
771 | 2024-12-06T20:28:52.276Z | Downloaded rustls-pemfile v2.2.0 |
772 | 2024-12-06T20:28:52.278Z | Downloaded zeroize v1.8.1 |
773 | 2024-12-06T20:28:52.278Z | Downloaded zerofrom-derive v0.1.4 |
774 | 2024-12-06T20:28:52.280Z | Downloaded vergen v8.3.2 |
775 | 2024-12-06T20:28:52.283Z | Downloaded diesel_derives v2.2.3 |
776 | 2024-12-06T20:28:52.287Z | Downloaded tokio-postgres v0.7.12 |
777 | 2024-12-06T20:28:52.293Z | Downloaded mockall v0.13.0 |
778 | 2024-12-06T20:28:52.295Z | Downloaded group v0.13.0 |
779 | 2024-12-06T20:28:52.297Z | Downloaded slog-term v2.9.1 |
780 | 2024-12-06T20:28:52.300Z | Downloaded foreign-types v0.3.2 |
781 | 2024-12-06T20:28:52.302Z | Downloaded fatfs v0.3.6 |
782 | 2024-12-06T20:28:52.305Z | Downloaded num v0.4.3 |
783 | 2024-12-06T20:28:52.305Z | Downloaded backtrace v0.3.74 |
784 | 2024-12-06T20:28:52.310Z | Downloaded peg-runtime v0.8.3 |
785 | 2024-12-06T20:28:52.313Z | Downloaded proc-macro-crate v1.3.1 |
786 | 2024-12-06T20:28:52.313Z | Downloaded fs_extra v1.3.0 |
787 | 2024-12-06T20:28:52.316Z | Downloaded progenitor v0.8.0 |
788 | 2024-12-06T20:28:52.318Z | Downloaded russh-keys v0.45.0 |
789 | 2024-12-06T20:28:52.321Z | Downloaded miniz_oxide v0.8.0 |
790 | 2024-12-06T20:28:52.323Z | Downloaded serde-big-array v0.5.1 |
791 | 2024-12-06T20:28:52.325Z | Downloaded snafu v0.8.5 |
792 | 2024-12-06T20:28:52.331Z | Downloaded slog-async v2.8.0 |
793 | 2024-12-06T20:28:52.333Z | Downloaded pin-project v1.1.6 |
794 | 2024-12-06T20:28:52.345Z | Downloaded untrusted v0.7.1 |
795 | 2024-12-06T20:28:52.347Z | Downloaded sync_wrapper v1.0.1 |
796 | 2024-12-06T20:28:52.349Z | Downloaded unicase v2.7.0 |
797 | 2024-12-06T20:28:52.349Z | Downloaded topological-sort v0.2.2 |
798 | 2024-12-06T20:28:52.352Z | Downloaded des v0.8.1 |
799 | 2024-12-06T20:28:52.354Z | Downloaded termcolor v1.4.1 |
800 | 2024-12-06T20:28:52.354Z | Downloaded structmeta-derive v0.2.0 |
801 | 2024-12-06T20:28:52.356Z | Downloaded structmeta v0.3.0 |
802 | 2024-12-06T20:28:52.359Z | Downloaded slab v0.4.9 |
803 | 2024-12-06T20:28:52.359Z | Downloaded serde-hex v0.1.0 |
804 | 2024-12-06T20:28:52.362Z | Downloaded strum v0.26.3 |
805 | 2024-12-06T20:28:52.362Z | Downloaded num-traits v0.2.19 |
806 | 2024-12-06T20:28:52.364Z | Downloaded wyz v0.5.1 |
807 | 2024-12-06T20:28:52.367Z | Downloaded zip v2.1.3 |
808 | 2024-12-06T20:28:52.370Z | Downloaded dsl_auto_type v0.1.2 |
809 | 2024-12-06T20:28:52.373Z | Downloaded env_logger v0.11.5 |
810 | 2024-12-06T20:28:52.376Z | Downloaded ghash v0.5.1 |
811 | 2024-12-06T20:28:52.378Z | Downloaded libm v0.2.8 |
812 | 2024-12-06T20:28:52.385Z | Downloaded futures-task v0.3.31 |
813 | 2024-12-06T20:28:52.387Z | Downloaded poly1305 v0.8.0 |
814 | 2024-12-06T20:28:52.389Z | Downloaded num_enum_derive v0.5.11 |
815 | 2024-12-06T20:28:52.391Z | Downloaded opaque-debug v0.3.1 |
816 | 2024-12-06T20:28:52.394Z | Downloaded peg-macros v0.8.4 |
817 | 2024-12-06T20:28:52.396Z | Downloaded elliptic-curve v0.13.8 |
818 | 2024-12-06T20:28:52.398Z | Downloaded rustc-hash v2.0.0 |
819 | 2024-12-06T20:28:52.401Z | Downloaded rustc-hash v1.1.0 |
820 | 2024-12-06T20:28:52.403Z | Downloaded progenitor-macro v0.8.0 |
821 | 2024-12-06T20:28:52.403Z | Downloaded pin-utils v0.1.0 |
822 | 2024-12-06T20:28:52.406Z | Downloaded uuid v1.11.0 |
823 | 2024-12-06T20:28:52.408Z | Downloaded hkdf v0.12.4 |
824 | 2024-12-06T20:28:52.410Z | Downloaded libxml v0.3.3 |
825 | 2024-12-06T20:28:52.416Z | Downloaded spin v0.5.2 |
826 | 2024-12-06T20:28:52.419Z | Downloaded tokio-rustls v0.26.0 |
827 | 2024-12-06T20:28:52.421Z | Downloaded rsa v0.9.6 |
828 | 2024-12-06T20:28:52.426Z | Downloaded rustc_version v0.1.7 |
829 | 2024-12-06T20:28:52.428Z | Downloaded sec1 v0.7.3 |
830 | 2024-12-06T20:28:52.431Z | Downloaded unarray v0.1.4 |
831 | 2024-12-06T20:28:52.431Z | Downloaded twox-hash v1.6.3 |
832 | 2024-12-06T20:28:52.433Z | Downloaded xattr v1.3.1 |
833 | 2024-12-06T20:28:52.436Z | Downloaded futures v0.3.31 |
834 | 2024-12-06T20:28:52.440Z | Downloaded zerocopy-derive v0.8.10 |
835 | 2024-12-06T20:28:52.446Z | Downloaded zeroize_derive v1.4.2 |
836 | 2024-12-06T20:28:52.449Z | Downloaded strum_macros v0.24.3 |
837 | 2024-12-06T20:28:52.451Z | Downloaded deranged v0.3.11 |
838 | 2024-12-06T20:28:52.453Z | Downloaded openssl-macros v0.1.1 |
839 | 2024-12-06T20:28:52.453Z | Downloaded mockall_derive v0.13.0 |
840 | 2024-12-06T20:28:52.456Z | Downloaded ena v0.14.3 |
841 | 2024-12-06T20:28:52.458Z | Downloaded ed25519 v2.2.3 |
842 | 2024-12-06T20:28:52.461Z | Downloaded foreign-types v0.5.0 |
843 | 2024-12-06T20:28:52.461Z | Downloaded fxhash v0.2.1 |
844 | 2024-12-06T20:28:52.464Z | Downloaded parking_lot_core v0.8.6 |
845 | 2024-12-06T20:28:52.466Z | Downloaded nu-ansi-term v0.50.1 |
846 | 2024-12-06T20:28:52.468Z | Downloaded futures-sink v0.3.31 |
847 | 2024-12-06T20:28:52.468Z | Downloaded itertools v0.12.1 |
848 | 2024-12-06T20:28:52.475Z | Downloaded synstructure v0.13.1 |
849 | 2024-12-06T20:28:52.477Z | Downloaded tinyvec_macros v0.1.1 |
850 | 2024-12-06T20:28:52.477Z | Downloaded structmeta-derive v0.3.0 |
851 | 2024-12-06T20:28:52.480Z | Downloaded russh v0.45.0 |
852 | 2024-12-06T20:28:52.485Z | Downloaded rustfmt-wrapper v0.2.1 |
853 | 2024-12-06T20:28:52.487Z | Downloaded ssh-cipher v0.2.0 |
854 | 2024-12-06T20:28:52.490Z | Downloaded parking_lot v0.12.3 |
855 | 2024-12-06T20:28:52.493Z | Downloaded slog v2.7.0 |
856 | 2024-12-06T20:28:52.495Z | Downloaded hyper v1.5.0 |
857 | 2024-12-06T20:28:52.503Z | Downloaded tinyvec v1.8.0 |
858 | 2024-12-06T20:28:52.505Z | Downloaded vte_generate_state_changes v0.1.2 |
859 | 2024-12-06T20:28:52.508Z | Downloaded rustls-pki-types v1.9.0 |
860 | 2024-12-06T20:28:52.511Z | Downloaded publicsuffix v2.2.3 |
861 | 2024-12-06T20:28:52.513Z | Downloaded utf8_iter v1.0.4 |
862 | 2024-12-06T20:28:52.515Z | Downloaded tokio-native-tls v0.3.1 |
863 | 2024-12-06T20:28:52.517Z | Downloaded unsafe-libyaml v0.2.11 |
864 | 2024-12-06T20:28:52.520Z | Downloaded darling_macro v0.20.10 |
865 | 2024-12-06T20:28:52.522Z | Downloaded diff v0.1.13 |
866 | 2024-12-06T20:28:52.524Z | Downloaded ed25519-dalek v2.1.1 |
867 | 2024-12-06T20:28:52.528Z | Downloaded oso-derive v0.27.3 |
868 | 2024-12-06T20:28:52.531Z | Downloaded displaydoc v0.2.5 |
869 | 2024-12-06T20:28:52.533Z | Downloaded toolchain_find v0.4.0 |
870 | 2024-12-06T20:28:52.536Z | Downloaded structmeta v0.2.0 |
871 | 2024-12-06T20:28:52.536Z | Downloaded ref-cast v1.0.23 |
872 | 2024-12-06T20:28:52.538Z | Downloaded hash32 v0.3.1 |
873 | 2024-12-06T20:28:52.540Z | Downloaded fallible-iterator v0.3.0 |
874 | 2024-12-06T20:28:52.542Z | Downloaded defmt-parser v0.3.4 |
875 | 2024-12-06T20:28:52.542Z | Downloaded aho-corasick v1.1.3 |
876 | 2024-12-06T20:28:52.549Z | Downloaded postgres-protocol v0.6.7 |
877 | 2024-12-06T20:28:52.551Z | Downloaded powerfmt v0.2.0 |
878 | 2024-12-06T20:28:52.553Z | Downloaded rayon-core v1.12.1 |
879 | 2024-12-06T20:28:52.556Z | Downloaded quick-error v1.2.3 |
880 | 2024-12-06T20:28:52.558Z | Downloaded primeorder v0.13.6 |
881 | 2024-12-06T20:28:52.560Z | Downloaded openssl-probe v0.1.5 |
882 | 2024-12-06T20:28:52.562Z | Downloaded number_prefix v0.4.0 |
883 | 2024-12-06T20:28:52.563Z | Downloaded parse-display-derive v0.10.0 |
884 | 2024-12-06T20:28:52.565Z | Downloaded ssh-encoding v0.2.0 |
885 | 2024-12-06T20:28:52.567Z | Downloaded pkcs1 v0.7.5 |
886 | 2024-12-06T20:28:52.569Z | Downloaded phf v0.11.2 |
887 | 2024-12-06T20:28:52.569Z | Downloaded term v0.7.0 |
888 | 2024-12-06T20:28:52.573Z | Downloaded progenitor-impl v0.8.0 |
889 | 2024-12-06T20:28:52.575Z | Downloaded crossterm v0.28.1 |
890 | 2024-12-06T20:28:52.582Z | Downloaded mirai-annotations v1.12.0 |
891 | 2024-12-06T20:28:52.585Z | Downloaded multimap v0.10.0 |
892 | 2024-12-06T20:28:52.585Z | Downloaded tokio-tungstenite v0.23.1 |
893 | 2024-12-06T20:28:52.587Z | Downloaded p256 v0.13.2 |
894 | 2024-12-06T20:28:52.591Z | Downloaded der v0.7.9 |
895 | 2024-12-06T20:28:52.596Z | Downloaded vte v0.11.1 |
896 | 2024-12-06T20:28:52.599Z | Downloaded tui-tree-widget v0.22.0 |
897 | 2024-12-06T20:28:52.602Z | Downloaded derive_more v0.99.18 |
898 | 2024-12-06T20:28:52.605Z | Downloaded yasna v0.5.2 |
899 | 2024-12-06T20:28:52.608Z | Downloaded itertools v0.13.0 |
900 | 2024-12-06T20:28:52.616Z | Downloaded time-core v0.1.2 |
901 | 2024-12-06T20:28:52.618Z | Downloaded slog-envlogger v2.2.0 |
902 | 2024-12-06T20:28:52.618Z | Downloaded ff v0.13.0 |
903 | 2024-12-06T20:28:52.621Z | Downloaded data-encoding v2.6.0 |
904 | 2024-12-06T20:28:52.623Z | Downloaded tungstenite v0.23.0 |
905 | 2024-12-06T20:28:52.625Z | Downloaded sqlparser_derive v0.2.2 |
906 | 2024-12-06T20:28:52.627Z | Downloaded termios v0.3.3 |
907 | 2024-12-06T20:28:52.630Z | Downloaded tracing-core v0.1.32 |
908 | 2024-12-06T20:28:52.633Z | Downloaded difflib v0.4.0 |
909 | 2024-12-06T20:28:52.633Z | Downloaded der_derive v0.7.3 |
910 | 2024-12-06T20:28:52.635Z | Downloaded psl-types v2.0.11 |
911 | 2024-12-06T20:28:52.635Z | Downloaded nibble_vec v0.1.0 |
912 | 2024-12-06T20:28:52.637Z | Downloaded siphasher v0.3.11 |
913 | 2024-12-06T20:28:52.640Z | Downloaded idna v1.0.3 |
914 | 2024-12-06T20:28:52.642Z | Downloaded try-lock v0.2.5 |
915 | 2024-12-06T20:28:52.644Z | Downloaded steno v0.4.1 |
916 | 2024-12-06T20:28:52.647Z | Downloaded float-cmp v0.9.0 |
917 | 2024-12-06T20:28:52.650Z | Downloaded tls_codec_derive v0.4.1 |
918 | 2024-12-06T20:28:52.652Z | Downloaded phf_shared v0.11.2 |
919 | 2024-12-06T20:28:52.652Z | Downloaded smallvec v0.6.14 |
920 | 2024-12-06T20:28:52.655Z | Downloaded polyval v0.6.2 |
921 | 2024-12-06T20:28:52.658Z | Downloaded tokio-macros v2.4.0 |
922 | 2024-12-06T20:28:52.658Z | Downloaded ron v0.7.1 |
923 | 2024-12-06T20:28:52.662Z | Downloaded futures-io v0.3.31 |
924 | 2024-12-06T20:28:52.664Z | Downloaded phf_shared v0.10.0 |
925 | 2024-12-06T20:28:52.664Z | Downloaded postcard v1.0.10 |
926 | 2024-12-06T20:28:52.667Z | Downloaded num_threads v0.1.7 |
927 | 2024-12-06T20:28:52.670Z | Downloaded downcast v0.11.0 |
928 | 2024-12-06T20:28:52.670Z | Downloaded new_debug_unreachable v1.0.6 |
929 | 2024-12-06T20:28:52.672Z | Downloaded ron v0.8.1 |
930 | 2024-12-06T20:28:52.676Z | Downloaded multer v3.1.0 |
931 | 2024-12-06T20:28:52.679Z | Downloaded dirs-next v2.0.0 |
932 | 2024-12-06T20:28:52.681Z | Downloaded dirs-sys-next v0.1.2 |
933 | 2024-12-06T20:28:52.681Z | Downloaded flagset v0.4.6 |
934 | 2024-12-06T20:28:52.684Z | Downloaded walkdir v2.5.0 |
935 | 2024-12-06T20:28:52.686Z | Downloaded p521 v0.13.3 |
936 | 2024-12-06T20:28:52.689Z | Downloaded zone_cfg_derive v0.3.0 |
937 | 2024-12-06T20:28:52.691Z | Downloaded want v0.3.1 |
938 | 2024-12-06T20:28:52.691Z | Downloaded tungstenite v0.21.0 |
939 | 2024-12-06T20:28:52.694Z | Downloaded thread_local v1.1.8 |
940 | 2024-12-06T20:28:52.698Z | Downloaded pem-rfc7468 v0.7.0 |
941 | 2024-12-06T20:28:52.701Z | Downloaded peg v0.8.4 |
942 | 2024-12-06T20:28:52.704Z | Downloaded zerovec-derive v0.10.3 |
943 | 2024-12-06T20:28:52.705Z | Downloaded percent-encoding v2.3.1 |
944 | 2024-12-06T20:28:52.708Z | Downloaded schemars_derive v0.8.21 |
945 | 2024-12-06T20:28:52.708Z | Downloaded password-hash v0.4.2 |
946 | 2024-12-06T20:28:52.710Z | Downloaded debug-ignore v1.0.5 |
947 | 2024-12-06T20:28:52.710Z | Downloaded thiserror-no-std v2.0.2 |
948 | 2024-12-06T20:28:52.714Z | Downloaded derive-where v1.2.7 |
949 | 2024-12-06T20:28:52.717Z | Downloaded tokio-tungstenite v0.24.0 |
950 | 2024-12-06T20:28:52.722Z | Downloaded flume v0.11.1 |
951 | 2024-12-06T20:28:52.724Z | Downloaded string_cache v0.8.7 |
952 | 2024-12-06T20:28:52.726Z | Downloaded aws-lc-rs v1.10.0 |
953 | 2024-12-06T20:28:52.735Z | Downloaded scheduled-thread-pool v0.2.7 |
954 | 2024-12-06T20:28:52.737Z | Downloaded foldhash v0.1.3 |
955 | 2024-12-06T20:28:52.737Z | Downloaded postgres-types v0.2.8 |
956 | 2024-12-06T20:28:52.740Z | Downloaded rusty-fork v0.3.0 |
957 | 2024-12-06T20:28:52.742Z | Downloaded pkcs5 v0.7.1 |
958 | 2024-12-06T20:28:52.745Z | Downloaded tracing v0.1.40 |
959 | 2024-12-06T20:28:52.750Z | Downloaded blake3 v1.5.4 |
960 | 2024-12-06T20:28:52.758Z | Downloaded smf v0.2.3 |
961 | 2024-12-06T20:28:52.761Z | Downloaded slog-json v2.6.1 |
962 | 2024-12-06T20:28:52.763Z | Downloaded dunce v1.0.5 |
963 | 2024-12-06T20:28:52.763Z | Downloaded derive_builder v0.20.2 |
964 | 2024-12-06T20:28:52.768Z | Downloaded unicode-bidi v0.3.17 |
965 | 2024-12-06T20:28:52.771Z | Downloaded url v2.5.3 |
966 | 2024-12-06T20:28:52.774Z | Downloaded sha1 v0.10.6 |
967 | 2024-12-06T20:28:52.776Z | Downloaded tar v0.4.42 |
968 | 2024-12-06T20:28:52.779Z | Downloaded sqlparser v0.45.0 |
969 | 2024-12-06T20:28:52.784Z | Downloaded serde_urlencoded v0.7.1 |
970 | 2024-12-06T20:28:52.786Z | Downloaded same-file v1.0.6 |
971 | 2024-12-06T20:28:52.789Z | Downloaded utf16_iter v1.0.5 |
972 | 2024-12-06T20:28:52.789Z | Downloaded env_logger v0.10.2 |
973 | 2024-12-06T20:28:52.792Z | Downloaded dropshot_endpoint v0.12.0 |
974 | 2024-12-06T20:28:52.794Z | Downloaded universal-hash v0.5.1 |
975 | 2024-12-06T20:28:52.797Z | Downloaded futures-macro v0.3.31 |
976 | 2024-12-06T20:28:52.797Z | Downloaded password-hash v0.5.0 |
977 | 2024-12-06T20:28:52.799Z | Downloaded num-bigint v0.4.6 |
978 | 2024-12-06T20:28:52.804Z | Downloaded whoami v1.5.2 |
979 | 2024-12-06T20:28:52.806Z | Downloaded half v2.4.1 |
980 | 2024-12-06T20:28:52.809Z | Downloaded gethostname v0.5.0 |
981 | 2024-12-06T20:28:52.811Z | Downloaded toml v0.7.8 |
982 | 2024-12-06T20:28:52.814Z | Downloaded env_filter v0.1.2 |
983 | 2024-12-06T20:28:52.816Z | Downloaded display-error-chain v0.2.2 |
984 | 2024-12-06T20:28:52.818Z | Downloaded rustversion v1.0.17 |
985 | 2024-12-06T20:28:52.820Z | Downloaded smallvec v1.13.2 |
986 | 2024-12-06T20:28:52.823Z | Downloaded serde_repr v0.1.19 |
987 | 2024-12-06T20:28:52.823Z | Downloaded stringprep v0.1.5 |
988 | 2024-12-06T20:28:52.825Z | Downloaded getrandom v0.2.15 |
989 | 2024-12-06T20:28:52.828Z | Downloaded ecdsa v0.16.9 |
990 | 2024-12-06T20:28:52.830Z | Downloaded similar v2.6.0 |
991 | 2024-12-06T20:28:52.835Z | Downloaded bindgen v0.69.5 |
992 | 2024-12-06T20:28:52.842Z | Downloaded unicode-properties v0.1.3 |
993 | 2024-12-06T20:28:52.845Z | Downloaded zip v0.6.6 |
994 | 2024-12-06T20:28:52.849Z | Downloaded oso v0.27.3 |
995 | 2024-12-06T20:28:52.852Z | Downloaded xz2 v0.1.7 |
996 | 2024-12-06T20:28:52.854Z | Downloaded x509-cert v0.2.5 |
997 | 2024-12-06T20:28:52.860Z | Downloaded hashbrown v0.13.2 |
998 | 2024-12-06T20:28:52.865Z | Downloaded rcgen v0.12.1 |
999 | 2024-12-06T20:28:52.867Z | Downloaded quinn v0.11.5 |
1000 | 2024-12-06T20:28:52.871Z | Downloaded rusqlite v0.32.1 |
1001 | 2024-12-06T20:28:52.878Z | Downloaded rustyline v14.0.0 |
1002 | 2024-12-06T20:28:52.884Z | Downloaded tokio-util v0.7.12 |
1003 | 2024-12-06T20:28:52.891Z | Downloaded quinn-proto v0.11.8 |
1004 | 2024-12-06T20:28:52.898Z | Downloaded schemars v0.8.21 |
1005 | 2024-12-06T20:28:52.910Z | Downloaded parse-zoneinfo v0.3.1 |
1006 | 2024-12-06T20:28:52.913Z | Downloaded bitvec v1.0.1 |
1007 | 2024-12-06T20:28:52.928Z | Downloaded expectorate v1.1.0 |
1008 | 2024-12-06T20:28:52.931Z | Downloaded icu_properties_data v1.5.0 |
1009 | 2024-12-06T20:28:52.941Z | Downloaded openssl-sys v0.9.103 |
1010 | 2024-12-06T20:28:52.946Z | Downloaded rustls-webpki v0.101.7 |
1011 | 2024-12-06T20:28:52.961Z | Downloaded darling_core v0.20.10 |
1012 | 2024-12-06T20:28:52.966Z | Downloaded num-bigint-dig v0.8.4 |
1013 | 2024-12-06T20:28:52.970Z | Downloaded unicode-normalization v0.1.24 |
1014 | 2024-12-06T20:28:52.974Z | Downloaded nom v7.1.3 |
1015 | 2024-12-06T20:28:52.979Z | Downloaded chrono v0.4.38 |
1016 | 2024-12-06T20:28:52.987Z | Downloaded winnow v0.5.40 |
1017 | 2024-12-06T20:28:52.996Z | Downloaded unicode_categories v0.1.1 |
1018 | 2024-12-06T20:28:52.999Z | Downloaded toml_edit v0.19.15 |
1019 | 2024-12-06T20:28:53.015Z | Downloaded ssh-key v0.6.6 |
1020 | 2024-12-06T20:28:53.022Z | Downloaded idna v0.3.0 |
1021 | 2024-12-06T20:28:53.030Z | Downloaded idna v0.2.3 |
1022 | 2024-12-06T20:28:53.036Z | Downloaded lalrpop v0.19.12 |
1023 | 2024-12-06T20:28:53.048Z | Downloaded rayon v1.10.0 |
1024 | 2024-12-06T20:28:53.057Z | Downloaded mio v1.0.2 |
1025 | 2024-12-06T20:28:53.063Z | Downloaded unicode-segmentation v1.12.0 |
1026 | 2024-12-06T20:28:53.066Z | Downloaded flate2 v1.0.34 |
1027 | 2024-12-06T20:28:53.072Z | Downloaded futures-util v0.3.31 |
1028 | 2024-12-06T20:28:53.084Z | Downloaded p384 v0.13.0 |
1029 | 2024-12-06T20:28:53.091Z | Downloaded vcpkg v0.2.15 |
1030 | 2024-12-06T20:28:53.129Z | Downloaded hashbrown v0.12.3 |
1031 | 2024-12-06T20:28:53.133Z | Downloaded unicode-width v0.2.0 |
1032 | 2024-12-06T20:28:53.139Z | Downloaded reedline v0.35.0 |
1033 | 2024-12-06T20:28:53.146Z | Downloaded regex v1.11.1 |
1034 | 2024-12-06T20:28:53.159Z | Downloaded zerovec v0.10.4 |
1035 | 2024-12-06T20:28:53.165Z | Downloaded rustls-webpki v0.102.8 |
1036 | 2024-12-06T20:28:53.183Z | Downloaded salty v0.3.0 |
1037 | 2024-12-06T20:28:53.190Z | Downloaded curve25519-dalek v4.1.3 |
1038 | 2024-12-06T20:28:53.198Z | Downloaded radix_trie v0.2.1 |
1039 | 2024-12-06T20:28:53.204Z | Downloaded portable-atomic v1.9.0 |
1040 | 2024-12-06T20:28:53.211Z | Downloaded rustls v0.23.14 |
1041 | 2024-12-06T20:28:53.223Z | Downloaded quick-xml v0.33.0 |
1042 | 2024-12-06T20:28:53.229Z | Downloaded reqwest v0.12.9 |
1043 | 2024-12-06T20:28:53.237Z | Downloaded proptest v1.5.0 |
1044 | 2024-12-06T20:28:53.246Z | Downloaded serde_with v3.11.0 |
1045 | 2024-12-06T20:28:53.255Z | Downloaded object v0.36.5 |
1046 | 2024-12-06T20:28:53.267Z | Downloaded dropshot v0.12.0 |
1047 | 2024-12-06T20:28:53.288Z | Downloaded petname v2.0.2 |
1048 | 2024-12-06T20:28:53.294Z | Downloaded openssl v0.10.66 |
1049 | 2024-12-06T20:28:53.303Z | Downloaded smoltcp v0.11.0 |
1050 | 2024-12-06T20:28:53.316Z | Downloaded trust-dns-proto v0.22.0 |
1051 | 2024-12-06T20:28:53.329Z | Downloaded regex-syntax v0.6.29 |
1052 | 2024-12-06T20:28:53.336Z | Downloaded chrono-tz v0.10.0 |
1053 | 2024-12-06T20:28:53.344Z | Downloaded object v0.30.4 |
1054 | 2024-12-06T20:28:53.354Z | Downloaded nix v0.27.1 |
1055 | 2024-12-06T20:28:53.365Z | Downloaded regress v0.9.1 |
1056 | 2024-12-06T20:28:53.374Z | Downloaded smoltcp v0.9.1 |
1057 | 2024-12-06T20:28:53.384Z | Downloaded bstr v1.10.0 |
1058 | 2024-12-06T20:28:53.395Z | Downloaded nix v0.29.0 |
1059 | 2024-12-06T20:28:53.408Z | Downloaded dropshot v0.13.0 |
1060 | 2024-12-06T20:28:53.428Z | Downloaded webpki-roots v0.26.6 |
1061 | 2024-12-06T20:28:53.432Z | Downloaded polar-core v0.27.3 |
1062 | 2024-12-06T20:28:53.441Z | Downloaded diesel v2.2.4 |
1063 | 2024-12-06T20:28:53.459Z | Downloaded typify-impl v0.2.0 |
1064 | 2024-12-06T20:28:53.475Z | Downloaded nix v0.28.0 |
1065 | 2024-12-06T20:28:53.486Z | Downloaded ratatui v0.28.1 |
1066 | 2024-12-06T20:28:53.505Z | Downloaded regress v0.10.1 |
1067 | 2024-12-06T20:28:53.514Z | Downloaded regex-syntax v0.8.5 |
1068 | 2024-12-06T20:28:53.523Z | Downloaded openapiv3 v2.0.0 |
1069 | 2024-12-06T20:28:53.535Z | Downloaded gimli v0.31.1 |
1070 | 2024-12-06T20:28:53.544Z | Downloaded rustls v0.22.4 |
1071 | 2024-12-06T20:28:53.558Z | Downloaded zerocopy v0.8.10 |
1072 | 2024-12-06T20:28:53.582Z | Downloaded git2 v0.19.0 |
1073 | 2024-12-06T20:28:53.590Z | Downloaded lzma-sys v0.1.20 |
1074 | 2024-12-06T20:28:53.619Z | Downloaded zerocopy-derive v0.6.6 |
1075 | 2024-12-06T20:28:53.629Z | Downloaded sled v0.34.7 |
1076 | 2024-12-06T20:28:53.641Z | Downloaded rustls v0.21.12 |
1077 | 2024-12-06T20:28:53.650Z | Downloaded petgraph v0.6.5 |
1078 | 2024-12-06T20:28:53.667Z | Downloaded hashbrown v0.14.5 |
1079 | 2024-12-06T20:28:53.674Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1080 | 2024-12-06T20:28:53.685Z | Downloaded regex-automata v0.4.8 |
1081 | 2024-12-06T20:28:53.702Z | Downloaded libz-sys v1.1.20 |
1082 | 2024-12-06T20:28:53.722Z | Downloaded h2 v0.4.6 |
1083 | 2024-12-06T20:28:53.728Z | Downloaded tokio v1.40.0 |
1084 | 2024-12-06T20:28:53.765Z | Downloaded idna v0.4.0 |
1085 | 2024-12-06T20:28:53.771Z | Downloaded hickory-proto v0.24.1 |
1086 | 2024-12-06T20:28:53.785Z | Downloaded time v0.3.36 |
1087 | 2024-12-06T20:28:53.792Z | Downloaded idna v0.5.0 |
1088 | 2024-12-06T20:28:53.799Z | Downloaded tough v0.19.0 |
1089 | 2024-12-06T20:28:53.807Z | Downloaded stable_deref_trait v1.2.0 |
1090 | 2024-12-06T20:28:53.809Z | Downloaded paste v1.0.15 |
1091 | 2024-12-06T20:28:53.812Z | Downloaded thiserror-impl-no-std v2.0.2 |
1092 | 2024-12-06T20:28:53.812Z | Downloaded serde_path_to_error v0.1.16 |
1093 | 2024-12-06T20:28:53.815Z | Downloaded typed-path v0.9.3 |
1094 | 2024-12-06T20:28:53.819Z | Downloaded dhcproto v0.12.0 |
1095 | 2024-12-06T20:28:53.822Z | Downloaded serde_derive_internals v0.29.1 |
1096 | 2024-12-06T20:28:53.825Z | Downloaded quinn-udp v0.5.5 |
1097 | 2024-12-06T20:28:53.825Z | Downloaded nodrop v0.1.14 |
1098 | 2024-12-06T20:28:53.828Z | Downloaded parse-display v0.10.0 |
1099 | 2024-12-06T20:28:53.828Z | Downloaded owo-colors v4.1.0 |
1100 | 2024-12-06T20:28:53.830Z | Downloaded parking_lot_core v0.9.10 |
1101 | 2024-12-06T20:28:53.832Z | Downloaded itertools v0.10.5 |
1102 | 2024-12-06T20:28:53.838Z | Downloaded enum-as-inner v0.6.1 |
1103 | 2024-12-06T20:28:53.840Z | Downloaded enum-as-inner v0.5.1 |
1104 | 2024-12-06T20:28:53.842Z | Downloaded dropshot_endpoint v0.13.0 |
1105 | 2024-12-06T20:28:53.844Z | Downloaded tokio-stream v0.1.16 |
1106 | 2024-12-06T20:28:53.848Z | Downloaded salsa20 v0.10.2 |
1107 | 2024-12-06T20:28:53.850Z | Downloaded rustc_version v0.4.1 |
1108 | 2024-12-06T20:28:53.852Z | Downloaded native-tls v0.2.12 |
1109 | 2024-12-06T20:28:53.852Z | Downloaded subprocess v0.2.9 |
1110 | 2024-12-06T20:28:53.855Z | Downloaded rand v0.8.5 |
1111 | 2024-12-06T20:28:53.858Z | Downloaded minimal-lexical v0.2.1 |
1112 | 2024-12-06T20:28:53.862Z | Downloaded simd-adler32 v0.3.7 |
1113 | 2024-12-06T20:28:53.865Z | Downloaded rustls-pemfile v1.0.4 |
1114 | 2024-12-06T20:28:53.868Z | Downloaded endian-type v0.1.2 |
1115 | 2024-12-06T20:28:53.868Z | Downloaded derive_builder_core v0.20.2 |
1116 | 2024-12-06T20:28:53.870Z | Downloaded value-bag v1.9.0 |
1117 | 2024-12-06T20:28:53.873Z | Downloaded csv v1.3.0 |
1118 | 2024-12-06T20:28:53.891Z | Downloaded zopfli v0.8.1 |
1119 | 2024-12-06T20:28:53.894Z | Downloaded radium v0.7.0 |
1120 | 2024-12-06T20:28:53.896Z | Downloaded omicron-zone-package v0.11.1 |
1121 | 2024-12-06T20:28:53.898Z | Downloaded num-integer v0.1.46 |
1122 | 2024-12-06T20:28:53.901Z | Downloaded rustc-demangle v0.1.24 |
1123 | 2024-12-06T20:28:53.901Z | Downloaded pkcs8 v0.10.2 |
1124 | 2024-12-06T20:28:53.904Z | Downloaded tungstenite v0.24.0 |
1125 | 2024-12-06T20:28:53.906Z | Downloaded form_urlencoded v1.2.1 |
1126 | 2024-12-06T20:28:53.909Z | Downloaded cc v1.1.30 |
1127 | 2024-12-06T20:28:53.911Z | Downloaded rtoolbox v0.0.2 |
1128 | 2024-12-06T20:28:53.912Z | Downloaded futures-channel v0.3.31 |
1129 | 2024-12-06T20:28:53.917Z | Downloaded serde_with_macros v3.11.0 |
1130 | 2024-12-06T20:28:53.917Z | Downloaded sha3 v0.10.8 |
1131 | 2024-12-06T20:28:53.921Z | Downloaded icu_collections v1.5.0 |
1132 | 2024-12-06T20:28:53.925Z | Downloaded bytes v1.8.0 |
1133 | 2024-12-06T20:28:53.929Z | Downloaded icu_provider v1.5.0 |
1134 | 2024-12-06T20:28:53.932Z | Downloaded clang-sys v1.8.1 |
1135 | 2024-12-06T20:28:53.934Z | Downloaded bcs v0.1.6 |
1136 | 2024-12-06T20:28:53.937Z | Downloaded utf-8 v0.7.6 |
1137 | 2024-12-06T20:28:53.939Z | Downloaded icu_normalizer v1.5.0 |
1138 | 2024-12-06T20:28:53.942Z | Downloaded typify-macro v0.2.0 |
1139 | 2024-12-06T20:28:53.942Z | Downloaded rand_chacha v0.3.1 |
1140 | 2024-12-06T20:28:53.944Z | Downloaded icu_locid_transform_data v1.5.0 |
1141 | 2024-12-06T20:28:53.945Z | Downloaded icu_locid v1.5.0 |
1142 | 2024-12-06T20:28:53.948Z | Downloaded hyper-util v0.1.10 |
1143 | 2024-12-06T20:28:53.952Z | Downloaded memmap2 v0.9.5 |
1144 | 2024-12-06T20:28:53.954Z | Downloaded curve25519-dalek-derive v0.1.1 |
1145 | 2024-12-06T20:28:53.957Z | Downloaded litemap v0.7.3 |
1146 | 2024-12-06T20:28:53.959Z | Downloaded libsw v3.3.1 |
1147 | 2024-12-06T20:28:53.959Z | Downloaded base64 v0.13.1 |
1148 | 2024-12-06T20:28:53.962Z | Downloaded jobserver v0.1.32 |
1149 | 2024-12-06T20:28:53.964Z | Downloaded wait-timeout v0.2.0 |
1150 | 2024-12-06T20:28:53.966Z | Downloaded cookie_store v0.21.0 |
1151 | 2024-12-06T20:28:53.968Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1152 | 2024-12-06T20:28:54.024Z | Downloaded linear-map v1.2.0 |
1153 | 2024-12-06T20:28:54.026Z | Downloaded crossbeam-deque v0.8.5 |
1154 | 2024-12-06T20:28:54.028Z | Downloaded lalrpop-util v0.19.12 |
1155 | 2024-12-06T20:28:54.029Z | Downloaded cassowary v0.3.0 |
1156 | 2024-12-06T20:28:54.031Z | Downloaded cipher v0.4.4 |
1157 | 2024-12-06T20:28:54.031Z | Downloaded idna_adapter v1.2.0 |
1158 | 2024-12-06T20:28:54.103Z | Downloaded encoding_rs v0.8.34 |
1159 | 2024-12-06T20:28:54.293Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-12-06T20:28:54.867Z | Downloaded ring v0.17.8 |
1161 | 2024-12-06T20:28:55.048Z | Downloaded ring v0.16.20 |
1162 | 2024-12-06T20:28:55.331Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-12-06T20:28:55.671Z | Compiling serde v1.0.215 |
1164 | 2024-12-06T20:28:55.673Z | Compiling lock_api v0.4.12 |
1165 | 2024-12-06T20:28:55.673Z | Compiling scopeguard v1.2.0 |
1166 | 2024-12-06T20:28:55.673Z | Compiling value-bag v1.9.0 |
1167 | 2024-12-06T20:28:55.673Z | Compiling typenum v1.17.0 |
1168 | 2024-12-06T20:28:55.673Z | Compiling generic-array v0.14.7 |
1169 | 2024-12-06T20:28:55.850Z | Compiling syn v2.0.87 |
1170 | 2024-12-06T20:28:55.864Z | Compiling getrandom v0.2.15 |
1171 | 2024-12-06T20:28:55.987Z | Compiling shlex v1.3.0 |
1172 | 2024-12-06T20:28:56.169Z | Compiling rand_core v0.6.4 |
1173 | 2024-12-06T20:28:56.296Z | Compiling log v0.4.22 |
1174 | 2024-12-06T20:28:56.406Z | Compiling subtle v2.6.1 |
1175 | 2024-12-06T20:28:56.437Z | Compiling jobserver v0.1.32 |
1176 | 2024-12-06T20:28:56.460Z | Compiling const-oid v0.9.6 |
1177 | 2024-12-06T20:28:56.731Z | Compiling smallvec v1.13.2 |
1178 | 2024-12-06T20:28:56.734Z | Compiling spin v0.9.8 |
1179 | 2024-12-06T20:28:56.770Z | Compiling pin-project-lite v0.2.14 |
1180 | 2024-12-06T20:28:56.897Z | Compiling cc v1.1.30 |
1181 | 2024-12-06T20:28:57.136Z | Compiling rustix v0.38.37 |
1182 | 2024-12-06T20:28:57.166Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-12-06T20:28:57.232Z | Compiling futures-core v0.3.31 |
1184 | 2024-12-06T20:28:57.388Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-12-06T20:28:57.491Z | Compiling mio v1.0.2 |
1186 | 2024-12-06T20:28:58.085Z | Compiling parking_lot v0.12.3 |
1187 | 2024-12-06T20:28:58.246Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-12-06T20:28:58.305Z | Compiling cpufeatures v0.2.14 |
1189 | 2024-12-06T20:28:58.410Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-12-06T20:28:58.550Z | Compiling either v1.13.0 |
1191 | 2024-12-06T20:28:58.612Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-06T20:28:58.727Z | Compiling glob v0.3.1 |
1193 | 2024-12-06T20:28:58.823Z | Compiling futures-sink v0.3.31 |
1194 | 2024-12-06T20:28:58.988Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-12-06T20:28:59.008Z | Compiling socket2 v0.5.7 |
1196 | 2024-12-06T20:28:59.045Z | Compiling slab v0.4.9 |
1197 | 2024-12-06T20:28:59.105Z | Compiling prettyplease v0.2.25 |
1198 | 2024-12-06T20:28:59.442Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-12-06T20:28:59.742Z | Compiling clang-sys v1.8.1 |
1200 | 2024-12-06T20:28:59.769Z | Compiling libloading v0.8.5 |
1201 | 2024-12-06T20:28:59.970Z | Compiling nom v7.1.3 |
1202 | 2024-12-06T20:29:00.019Z | Compiling serde_json v1.0.132 |
1203 | 2024-12-06T20:29:00.169Z | Compiling home v0.5.9 |
1204 | 2024-12-06T20:29:00.315Z | Compiling bindgen v0.69.5 |
1205 | 2024-12-06T20:29:00.522Z | Compiling itertools v0.12.1 |
1206 | 2024-12-06T20:29:01.198Z | Compiling futures-channel v0.3.31 |
1207 | 2024-12-06T20:29:01.217Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-12-06T20:29:01.369Z | Compiling pin-utils v0.1.0 |
1209 | 2024-12-06T20:29:01.463Z | Compiling lazycell v1.3.0 |
1210 | 2024-12-06T20:29:01.617Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-06T20:29:01.620Z | Compiling futures-io v0.3.31 |
1212 | 2024-12-06T20:29:01.948Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-12-06T20:29:01.951Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-06T20:29:02.287Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-06T20:29:02.788Z | Compiling hashbrown v0.15.0 |
1216 | 2024-12-06T20:29:03.658Z | Compiling synstructure v0.13.1 |
1217 | 2024-12-06T20:29:03.867Z | Compiling cexpr v0.6.0 |
1218 | 2024-12-06T20:29:04.138Z | Compiling cmake v0.1.51 |
1219 | 2024-12-06T20:29:05.211Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-12-06T20:29:05.244Z | Compiling pkg-config v0.3.31 |
1221 | 2024-12-06T20:29:05.300Z | Compiling libm v0.2.8 |
1222 | 2024-12-06T20:29:05.388Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-06T20:29:05.609Z | Compiling dunce v1.0.5 |
1224 | 2024-12-06T20:29:05.734Z | Compiling tinyvec v1.8.0 |
1225 | 2024-12-06T20:29:05.749Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-06T20:29:06.250Z | Compiling ring v0.17.8 |
1227 | 2024-12-06T20:29:06.850Z | Compiling paste v1.0.15 |
1228 | 2024-12-06T20:29:06.914Z | Compiling writeable v0.5.5 |
1229 | 2024-12-06T20:29:07.232Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-12-06T20:29:07.329Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-06T20:29:07.360Z | Compiling litemap v0.7.3 |
1232 | 2024-12-06T20:29:07.379Z | Compiling unicode-bidi v0.3.17 |
1233 | 2024-12-06T20:29:07.818Z | Compiling regex v1.11.1 |
1234 | 2024-12-06T20:29:07.901Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-12-06T20:29:08.604Z | Compiling flagset v0.4.6 |
1236 | 2024-12-06T20:29:08.703Z | Compiling aws-lc-rs v1.10.0 |
1237 | 2024-12-06T20:29:08.812Z | Compiling httparse v1.9.5 |
1238 | 2024-12-06T20:29:09.141Z | Compiling tracing-core v0.1.32 |
1239 | 2024-12-06T20:29:09.592Z | Compiling rustls-pki-types v1.9.0 |
1240 | 2024-12-06T20:29:09.992Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-06T20:29:10.276Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-06T20:29:10.360Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-06T20:29:10.556Z | Compiling num-conv v0.1.0 |
1244 | 2024-12-06T20:29:10.680Z | Compiling time-core v0.1.2 |
1245 | 2024-12-06T20:29:10.716Z | Compiling serde_derive v1.0.215 |
1246 | 2024-12-06T20:29:10.841Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-12-06T20:29:10.860Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-12-06T20:29:10.958Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-12-06T20:29:11.110Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-12-06T20:29:12.388Z | Compiling zeroize v1.8.1 |
1251 | 2024-12-06T20:29:12.487Z | Compiling yoke-derive v0.7.4 |
1252 | 2024-12-06T20:29:12.509Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-12-06T20:29:13.094Z | Compiling zerocopy v0.7.35 |
1254 | 2024-12-06T20:29:13.322Z | Compiling futures-macro v0.3.31 |
1255 | 2024-12-06T20:29:14.172Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-06T20:29:14.414Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-06T20:29:14.683Z | Compiling digest v0.10.7 |
1258 | 2024-12-06T20:29:14.737Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-12-06T20:29:15.153Z | Compiling hmac v0.12.1 |
1260 | 2024-12-06T20:29:15.249Z | Compiling block-padding v0.3.3 |
1261 | 2024-12-06T20:29:15.273Z | Compiling zerofrom v0.1.4 |
1262 | 2024-12-06T20:29:15.326Z | Compiling futures-util v0.3.31 |
1263 | 2024-12-06T20:29:15.397Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-06T20:29:15.508Z | Compiling yoke v0.7.4 |
1265 | 2024-12-06T20:29:15.536Z | Compiling inout v0.1.3 |
1266 | 2024-12-06T20:29:15.556Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-06T20:29:15.833Z | Compiling cipher v0.4.4 |
1268 | 2024-12-06T20:29:15.882Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-06T20:29:16.033Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-06T20:29:16.184Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-06T20:29:16.379Z | Compiling der_derive v0.7.3 |
1272 | 2024-12-06T20:29:16.745Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-12-06T20:29:17.179Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-12-06T20:29:17.384Z | Compiling rand v0.8.5 |
1275 | 2024-12-06T20:29:17.488Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-06T20:29:18.909Z | Compiling der v0.7.9 |
1277 | 2024-12-06T20:29:19.197Z | Compiling salsa20 v0.10.2 |
1278 | 2024-12-06T20:29:19.199Z | Compiling pest v2.7.14 |
1279 | 2024-12-06T20:29:19.452Z | Compiling tinystr v0.7.6 |
1280 | 2024-12-06T20:29:19.503Z | Compiling icu_collections v1.5.0 |
1281 | 2024-12-06T20:29:19.772Z | Compiling pbkdf2 v0.12.2 |
1282 | 2024-12-06T20:29:19.883Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-06T20:29:19.964Z | Compiling icu_properties_data v1.5.0 |
1284 | 2024-12-06T20:29:20.216Z | Compiling mirai-annotations v1.12.0 |
1285 | 2024-12-06T20:29:20.462Z | Compiling powerfmt v0.2.0 |
1286 | 2024-12-06T20:29:20.879Z | Compiling untrusted v0.7.1 |
1287 | 2024-12-06T20:29:20.946Z | Compiling tracing v0.1.40 |
1288 | 2024-12-06T20:29:21.029Z | Compiling spki v0.7.3 |
1289 | 2024-12-06T20:29:21.053Z | Compiling untrusted v0.9.0 |
1290 | 2024-12-06T20:29:21.227Z | Compiling icu_provider v1.5.0 |
1291 | 2024-12-06T20:29:21.393Z | Compiling vcpkg v0.2.15 |
1292 | 2024-12-06T20:29:21.544Z | Compiling deranged v0.3.11 |
1293 | 2024-12-06T20:29:22.258Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-06T20:29:22.314Z | Compiling pest_meta v2.7.14 |
1295 | 2024-12-06T20:29:22.379Z | Compiling scrypt v0.11.0 |
1296 | 2024-12-06T20:29:22.960Z | Compiling cbc v0.1.2 |
1297 | 2024-12-06T20:29:23.204Z | Compiling aes v0.8.4 |
1298 | 2024-12-06T20:29:23.462Z | Compiling icu_properties v1.5.1 |
1299 | 2024-12-06T20:29:23.637Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-06T20:29:23.672Z | Compiling time-macros v0.2.18 |
1301 | 2024-12-06T20:29:24.742Z | Compiling scroll_derive v0.12.0 |
1302 | 2024-12-06T20:29:24.943Z | Compiling utf16_iter v1.0.5 |
1303 | 2024-12-06T20:29:25.152Z | Compiling bitflags v2.6.0 |
1304 | 2024-12-06T20:29:25.262Z | Compiling bytes v1.8.0 |
1305 | 2024-12-06T20:29:26.065Z | Compiling indexmap v2.6.0 |
1306 | 2024-12-06T20:29:26.202Z | Compiling tokio v1.40.0 |
1307 | 2024-12-06T20:29:26.644Z | Compiling http v1.1.0 |
1308 | 2024-12-06T20:29:27.032Z | Compiling semver v1.0.23 |
1309 | 2024-12-06T20:29:27.435Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-12-06T20:29:27.492Z | Compiling rustc_version v0.4.1 |
1311 | 2024-12-06T20:29:27.542Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-06T20:29:27.732Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-06T20:29:27.805Z | Compiling num_threads v0.1.7 |
1314 | 2024-12-06T20:29:27.936Z | Compiling write16 v1.0.0 |
1315 | 2024-12-06T20:29:27.954Z | Compiling time v0.3.36 |
1316 | 2024-12-06T20:29:28.072Z | Compiling icu_normalizer v1.5.0 |
1317 | 2024-12-06T20:29:28.271Z | Compiling http-body v1.0.1 |
1318 | 2024-12-06T20:29:28.496Z | Compiling scroll v0.12.0 |
1319 | 2024-12-06T20:29:28.624Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-12-06T20:29:28.645Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-06T20:29:29.045Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-06T20:29:29.143Z | Compiling try-lock v0.2.5 |
1323 | 2024-12-06T20:29:29.295Z | Compiling slog v2.7.0 |
1324 | 2024-12-06T20:29:29.378Z | Compiling want v0.3.1 |
1325 | 2024-12-06T20:29:29.667Z | Compiling which v4.4.2 |
1326 | 2024-12-06T20:29:29.858Z | Compiling pkcs8 v0.10.2 |
1327 | 2024-12-06T20:29:29.878Z | Compiling goblin v0.8.2 |
1328 | 2024-12-06T20:29:30.306Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-12-06T20:29:30.524Z | Compiling httpdate v1.0.3 |
1330 | 2024-12-06T20:29:30.614Z | Compiling idna v1.0.3 |
1331 | 2024-12-06T20:29:30.687Z | Compiling pest_derive v2.7.14 |
1332 | 2024-12-06T20:29:31.014Z | Compiling uuid v1.11.0 |
1333 | 2024-12-06T20:29:31.496Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-06T20:29:31.825Z | Compiling toml_datetime v0.6.8 |
1335 | 2024-12-06T20:29:32.347Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-06T20:29:32.460Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-06T20:29:32.479Z | Compiling match_cfg v0.1.0 |
1338 | 2024-12-06T20:29:32.575Z | Compiling tower-service v0.3.3 |
1339 | 2024-12-06T20:29:32.681Z | Compiling rustversion v1.0.17 |
1340 | 2024-12-06T20:29:32.709Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-12-06T20:29:32.968Z | Compiling adler2 v2.0.0 |
1342 | 2024-12-06T20:29:33.180Z | Compiling openssl v0.10.66 |
1343 | 2024-12-06T20:29:33.183Z | Compiling foreign-types-shared v0.1.1 |
1344 | 2024-12-06T20:29:33.257Z | Compiling base64 v0.22.1 |
1345 | 2024-12-06T20:29:33.293Z | Compiling foreign-types v0.3.2 |
1346 | 2024-12-06T20:29:33.392Z | Compiling miniz_oxide v0.8.0 |
1347 | 2024-12-06T20:29:33.475Z | Compiling chrono v0.4.38 |
1348 | 2024-12-06T20:29:33.616Z | Compiling hostname v0.3.1 |
1349 | 2024-12-06T20:29:33.676Z | Compiling url v2.5.3 |
1350 | 2024-12-06T20:29:34.025Z | Compiling openssl-macros v0.1.1 |
1351 | 2024-12-06T20:29:34.807Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-06T20:29:34.913Z | Compiling async-trait v0.1.83 |
1353 | 2024-12-06T20:29:35.263Z | Compiling dirs-sys-next v0.1.2 |
1354 | 2024-12-06T20:29:35.709Z | Compiling dof v0.3.0 |
1355 | 2024-12-06T20:29:35.953Z | Compiling h2 v0.4.6 |
1356 | 2024-12-06T20:29:36.272Z | Compiling syn v1.0.109 |
1357 | 2024-12-06T20:29:36.891Z | Compiling usdt-impl v0.5.0 |
1358 | 2024-12-06T20:29:37.185Z | Compiling native-tls v0.2.12 |
1359 | 2024-12-06T20:29:37.492Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-06T20:29:37.731Z | Compiling rustls v0.22.4 |
1361 | 2024-12-06T20:29:37.900Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-06T20:29:37.981Z | Compiling rustls v0.23.14 |
1363 | 2024-12-06T20:29:38.319Z | Compiling dirs-next v2.0.0 |
1364 | 2024-12-06T20:29:38.522Z | Compiling http-body-util v0.1.2 |
1365 | 2024-12-06T20:29:39.056Z | Compiling heapless v0.7.17 |
1366 | 2024-12-06T20:29:39.482Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-06T20:29:39.829Z | Compiling signature v2.2.0 |
1368 | 2024-12-06T20:29:39.948Z | Compiling sha1 v0.10.6 |
1369 | 2024-12-06T20:29:40.114Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-12-06T20:29:40.223Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-12-06T20:29:40.243Z | Compiling thread_local v1.1.8 |
1372 | 2024-12-06T20:29:40.338Z | Compiling encoding_rs v0.8.34 |
1373 | 2024-12-06T20:29:40.623Z | Compiling multer v3.1.0 |
1374 | 2024-12-06T20:29:40.821Z | Compiling cookie v0.18.1 |
1375 | 2024-12-06T20:29:40.908Z | Compiling signal-hook v0.3.17 |
1376 | 2024-12-06T20:29:41.089Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-12-06T20:29:41.175Z | Compiling mime v0.3.17 |
1378 | 2024-12-06T20:29:41.491Z | Compiling ipnet v2.10.1 |
1379 | 2024-12-06T20:29:41.799Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-06T20:29:41.823Z | Compiling rayon-core v1.12.1 |
1381 | 2024-12-06T20:29:42.094Z | Compiling gimli v0.31.1 |
1382 | 2024-12-06T20:29:42.304Z | Compiling schemars v0.8.21 |
1383 | 2024-12-06T20:29:42.639Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-12-06T20:29:42.835Z | Compiling hyper v1.5.0 |
1385 | 2024-12-06T20:29:43.014Z | Compiling schemars_derive v0.8.21 |
1386 | 2024-12-06T20:29:43.096Z | Compiling toml_edit v0.22.22 |
1387 | 2024-12-06T20:29:45.486Z | Compiling hyper-util v0.1.10 |
1388 | 2024-12-06T20:29:46.436Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-06T20:29:46.541Z | Compiling addr2line v0.24.2 |
1390 | 2024-12-06T20:29:47.238Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-12-06T20:29:47.263Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-06T20:29:47.322Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-12-06T20:29:47.654Z | Compiling term v0.7.0 |
1394 | 2024-12-06T20:29:48.565Z | Compiling slog-json v2.6.1 |
1395 | 2024-12-06T20:29:48.661Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-12-06T20:29:48.693Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-06T20:29:48.868Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-12-06T20:29:48.917Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-12-06T20:29:49.080Z | Compiling futures-executor v0.3.31 |
1400 | 2024-12-06T20:29:49.172Z | Compiling md-5 v0.10.6 |
1401 | 2024-12-06T20:29:49.305Z | Compiling async-stream-impl v0.3.6 |
1402 | 2024-12-06T20:29:49.439Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-12-06T20:29:49.638Z | Compiling num-integer v0.1.46 |
1404 | 2024-12-06T20:29:49.773Z | Compiling idna v0.3.0 |
1405 | 2024-12-06T20:29:49.991Z | Compiling idna v0.4.0 |
1406 | 2024-12-06T20:29:50.021Z | Compiling hash32 v0.2.1 |
1407 | 2024-12-06T20:29:50.388Z | Compiling ff v0.13.0 |
1408 | 2024-12-06T20:29:50.454Z | Compiling is-terminal v0.4.13 |
1409 | 2024-12-06T20:29:50.611Z | Compiling dropshot v0.12.0 |
1410 | 2024-12-06T20:29:50.675Z | Compiling object v0.36.5 |
1411 | 2024-12-06T20:29:50.692Z | Compiling quick-error v1.2.3 |
1412 | 2024-12-06T20:29:50.836Z | Compiling anyhow v1.0.93 |
1413 | 2024-12-06T20:29:50.892Z | Compiling portable-atomic v1.9.0 |
1414 | 2024-12-06T20:29:51.487Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-12-06T20:29:51.491Z | Compiling smoltcp v0.9.1 |
1416 | 2024-12-06T20:29:51.537Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-12-06T20:29:51.692Z | Compiling linked-hash-map v0.5.6 |
1418 | 2024-12-06T20:29:51.711Z | Compiling base16ct v0.2.0 |
1419 | 2024-12-06T20:29:51.945Z | Compiling take_mut v0.2.2 |
1420 | 2024-12-06T20:29:52.056Z | Compiling psl-types v2.0.11 |
1421 | 2024-12-06T20:29:52.078Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-12-06T20:29:52.118Z | Compiling utf-8 v0.7.6 |
1423 | 2024-12-06T20:29:52.224Z | Compiling fallible-iterator v0.2.0 |
1424 | 2024-12-06T20:29:52.287Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-12-06T20:29:52.400Z | Compiling tungstenite v0.24.0 |
1426 | 2024-12-06T20:29:52.492Z | Compiling lru-cache v0.1.2 |
1427 | 2024-12-06T20:29:52.617Z | Compiling sec1 v0.7.3 |
1428 | 2024-12-06T20:29:52.934Z | Compiling postgres-protocol v0.6.7 |
1429 | 2024-12-06T20:29:53.620Z | Compiling hickory-proto v0.24.1 |
1430 | 2024-12-06T20:29:53.704Z | Compiling resolv-conf v0.7.0 |
1431 | 2024-12-06T20:29:54.287Z | Compiling async-stream v0.3.6 |
1432 | 2024-12-06T20:29:54.512Z | Compiling group v0.13.0 |
1433 | 2024-12-06T20:29:54.601Z | Compiling usdt v0.5.0 |
1434 | 2024-12-06T20:29:54.698Z | Compiling slog-term v2.9.1 |
1435 | 2024-12-06T20:29:55.104Z | Compiling num-iter v0.1.45 |
1436 | 2024-12-06T20:29:55.405Z | Compiling futures v0.3.31 |
1437 | 2024-12-06T20:29:55.555Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-12-06T20:29:57.159Z | Compiling toml v0.8.19 |
1439 | 2024-12-06T20:29:57.217Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2024-12-06T20:29:57.497Z | Compiling camino v1.1.9 |
1441 | 2024-12-06T20:29:57.522Z | Compiling phf_shared v0.11.2 |
1442 | 2024-12-06T20:29:57.717Z | Compiling dropshot_endpoint v0.12.0 |
1443 | 2024-12-06T20:29:57.927Z | Compiling terminal_size v0.4.0 |
1444 | 2024-12-06T20:29:58.148Z | Compiling backtrace v0.3.74 |
1445 | 2024-12-06T20:29:58.474Z | Compiling waitgroup v0.1.2 |
1446 | 2024-12-06T20:29:58.690Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-12-06T20:29:58.820Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-12-06T20:29:58.923Z | Compiling hkdf v0.12.4 |
1449 | 2024-12-06T20:29:59.190Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-12-06T20:29:59.669Z | Compiling curve25519-dalek-derive v0.1.1 |
1451 | 2024-12-06T20:30:01.270Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-06T20:30:01.872Z | Compiling webpki-roots v0.26.6 |
1453 | 2024-12-06T20:30:01.935Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-06T20:30:02.097Z | Compiling idna v0.5.0 |
1455 | 2024-12-06T20:30:02.427Z | Compiling hostname v0.4.0 |
1456 | 2024-12-06T20:30:02.668Z | Compiling ahash v0.8.11 |
1457 | 2024-12-06T20:30:02.824Z | Compiling fs-err v2.11.0 |
1458 | 2024-12-06T20:30:02.998Z | Compiling crc32fast v1.4.2 |
1459 | 2024-12-06T20:30:03.102Z | Compiling bitflags v1.3.2 |
1460 | 2024-12-06T20:30:03.213Z | Compiling managed v0.8.0 |
1461 | 2024-12-06T20:30:03.231Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-06T20:30:03.301Z | Compiling winnow v0.5.40 |
1463 | 2024-12-06T20:30:03.377Z | Compiling clap_builder v4.5.21 |
1464 | 2024-12-06T20:30:03.471Z | Compiling zerocopy v0.6.6 |
1465 | 2024-12-06T20:30:03.727Z | Compiling flate2 v1.0.34 |
1466 | 2024-12-06T20:30:04.201Z | Compiling console v0.15.8 |
1467 | 2024-12-06T20:30:04.289Z | Compiling strum_macros v0.25.3 |
1468 | 2024-12-06T20:30:04.941Z | Compiling cookie_store v0.21.0 |
1469 | 2024-12-06T20:30:05.415Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-06T20:30:05.805Z | Compiling elliptic-curve v0.13.8 |
1471 | 2024-12-06T20:30:05.910Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-12-06T20:30:06.650Z | Compiling phf v0.11.2 |
1473 | 2024-12-06T20:30:06.945Z | Compiling toml_edit v0.19.15 |
1474 | 2024-12-06T20:30:07.185Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-06T20:30:07.473Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-06T20:30:07.610Z | Compiling rayon v1.10.0 |
1477 | 2024-12-06T20:30:07.647Z | Compiling bzip2 v0.4.4 |
1478 | 2024-12-06T20:30:08.567Z | Compiling postgres-types v0.2.8 |
1479 | 2024-12-06T20:30:10.113Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-12-06T20:30:12.014Z | Compiling ed25519 v2.2.3 |
1481 | 2024-12-06T20:30:12.489Z | Compiling phf_shared v0.10.0 |
1482 | 2024-12-06T20:30:12.693Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-12-06T20:30:12.895Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-12-06T20:30:12.916Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-12-06T20:30:13.151Z | Compiling clap_derive v4.5.18 |
1486 | 2024-12-06T20:30:13.787Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-12-06T20:30:13.883Z | Compiling serde_repr v0.1.19 |
1488 | 2024-12-06T20:30:13.915Z | Compiling derive-where v1.2.7 |
1489 | 2024-12-06T20:30:13.973Z | Compiling float-cmp v0.9.0 |
1490 | 2024-12-06T20:30:14.072Z | Compiling bstr v1.10.0 |
1491 | 2024-12-06T20:30:14.197Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-12-06T20:30:14.360Z | Compiling unicode-width v0.2.0 |
1493 | 2024-12-06T20:30:14.870Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-12-06T20:30:14.945Z | Compiling bit-vec v0.6.3 |
1495 | 2024-12-06T20:30:14.995Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-06T20:30:15.080Z | Compiling static_assertions v1.1.0 |
1497 | 2024-12-06T20:30:15.186Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-12-06T20:30:15.358Z | Compiling whoami v1.5.2 |
1499 | 2024-12-06T20:30:15.432Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2024-12-06T20:30:15.581Z | Compiling number_prefix v0.4.0 |
1501 | 2024-12-06T20:30:15.709Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-06T20:30:15.816Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-12-06T20:30:15.919Z | Compiling difflib v0.4.0 |
1504 | 2024-12-06T20:30:15.970Z | Compiling string_cache v0.8.7 |
1505 | 2024-12-06T20:30:16.026Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-06T20:30:16.449Z | Compiling similar v2.6.0 |
1507 | 2024-12-06T20:30:16.616Z | Compiling predicates v3.1.2 |
1508 | 2024-12-06T20:30:17.573Z | Compiling tokio-postgres v0.7.12 |
1509 | 2024-12-06T20:30:17.608Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-06T20:30:18.148Z | Compiling clap v4.5.21 |
1511 | 2024-12-06T20:30:18.250Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-06T20:30:18.276Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-06T20:30:18.395Z | Compiling ecdsa v0.16.9 |
1514 | 2024-12-06T20:30:18.533Z | Compiling rsa v0.9.6 |
1515 | 2024-12-06T20:30:18.860Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-12-06T20:30:19.282Z | Compiling toml v0.7.8 |
1517 | 2024-12-06T20:30:20.141Z | Compiling zip v0.6.6 |
1518 | 2024-12-06T20:30:21.071Z | Compiling crossterm v0.28.1 |
1519 | 2024-12-06T20:30:22.262Z | Compiling hex v0.4.3 |
1520 | 2024-12-06T20:30:22.473Z | Compiling x509-cert v0.2.5 |
1521 | 2024-12-06T20:30:22.747Z | Compiling itertools v0.10.5 |
1522 | 2024-12-06T20:30:22.891Z | Compiling unicode-xid v0.2.6 |
1523 | 2024-12-06T20:30:23.071Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-12-06T20:30:23.433Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-06T20:30:23.476Z | Compiling strum_macros v0.26.4 |
1526 | 2024-12-06T20:30:24.150Z | Compiling xattr v1.3.1 |
1527 | 2024-12-06T20:30:24.409Z | Compiling filetime v0.2.25 |
1528 | 2024-12-06T20:30:24.740Z | Compiling tar v0.4.42 |
1529 | 2024-12-06T20:30:28.333Z | Compiling strum v0.26.3 |
1530 | 2024-12-06T20:30:31.430Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-12-06T20:30:59.227Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-12-06T20:31:02.542Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-12-06T20:31:04.379Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-12-06T20:31:04.766Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-12-06T20:31:05.092Z | Compiling reqwest v0.12.9 |
1536 | 2024-12-06T20:31:05.964Z | Compiling qorb v0.2.1 |
1537 | 2024-12-06T20:31:10.917Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-12-06T20:31:11.145Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-12-06T20:31:16.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1540 | 2024-12-06T20:31:16.765Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-12-06T20:31:16.812Z | Dec 06 20:31:15.578 INFO Starting download, target: Cockroach |
1542 | 2024-12-06T20:31:16.812Z | Dec 06 20:31:15.578 INFO Starting download, target: Console |
1543 | 2024-12-06T20:31:16.812Z | Dec 06 20:31:15.578 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.578 INFO Starting download, target: Clickhouse |
1545 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.578 INFO Starting download, target: DendriteStub |
1546 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.578 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.578 INFO Starting download, target: TransceiverControl |
1548 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1554 | 2024-12-06T20:31:16.815Z | Dec 06 20:31:15.579 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-06T20:31:17.021Z | Dec 06 20:31:15.769 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-12-06T20:31:17.182Z | Dec 06 20:31:15.905 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-06T20:31:17.541Z | Dec 06 20:31:16.295 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-06T20:31:17.701Z | Dec 06 20:31:16.466 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1559 | 2024-12-06T20:31:17.754Z | Dec 06 20:31:16.519 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-06T20:31:17.874Z | Dec 06 20:31:16.639 INFO Download complete, target: Console |
1561 | 2024-12-06T20:31:17.904Z | Dec 06 20:31:16.669 INFO Download complete, target: TransceiverControl |
1562 | 2024-12-06T20:31:18.413Z | Dec 06 20:31:17.179 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-12-06T20:31:18.413Z | Dec 06 20:31:17.179 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-12-06T20:31:18.950Z | Dec 06 20:31:17.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-06T20:31:20.519Z | Dec 06 20:31:19.285 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-06T20:31:20.559Z | Dec 06 20:31:19.324 INFO Download complete, target: DendriteStub |
1567 | 2024-12-06T20:31:25.684Z | Dec 06 20:31:24.448 INFO Checking that binary works, target: Cockroach |
1568 | 2024-12-06T20:31:25.855Z | Dec 06 20:31:24.620 INFO Download complete, target: Cockroach |
1569 | 2024-12-06T20:31:30.877Z | Dec 06 20:31:29.641 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-12-06T20:31:30.988Z | Dec 06 20:31:29.751 INFO Download complete, target: Clickhouse |
1571 | 2024-12-06T20:31:31.007Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-12-06T20:31:31.010Z | |
1573 | 2024-12-06T20:31:31.010Z | real 4:44.735747107 |
1574 | 2024-12-06T20:31:31.010Z | user 16:26.384338385 |
1575 | 2024-12-06T20:31:31.010Z | sys 3:14.230887155 |
1576 | 2024-12-06T20:31:31.010Z | trap 0.556724671 |
1577 | 2024-12-06T20:31:31.010Z | tflt 1.545392147 |
1578 | 2024-12-06T20:31:31.010Z | dflt 2.099231347 |
1579 | 2024-12-06T20:31:31.010Z | kflt 0.022417593 |
1580 | 2024-12-06T20:31:31.010Z | lock 29:33.425210558 |
1581 | 2024-12-06T20:31:31.010Z | slp 1:01:00.336412373 |
1582 | 2024-12-06T20:31:31.010Z | lat 57.964484720 |
1583 | 2024-12-06T20:31:31.010Z | stop 2:18.674428551 |
1584 | 2024-12-06T20:31:31.010Z | + banner hack-check |
1585 | 2024-12-06T20:31:31.013Z | |
1586 | 2024-12-06T20:31:31.013Z | # # ## #### # # #### # # ###### #### # # |
1587 | 2024-12-06T20:31:31.013Z | # # # # # # # # # # # # # # # # # |
1588 | 2024-12-06T20:31:31.013Z | ###### # # # #### ##### # ###### ##### # #### |
1589 | 2024-12-06T20:31:31.013Z | # # ###### # # # # # # # # # # |
1590 | 2024-12-06T20:31:31.014Z | # # # # # # # # # # # # # # # # # |
1591 | 2024-12-06T20:31:31.014Z | # # # # #### # # #### # # ###### #### # # |
1592 | 2024-12-06T20:31:31.014Z | |
1593 | 2024-12-06T20:31:31.014Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-12-06T20:31:31.014Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-12-06T20:31:31.014Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1596 | 2024-12-06T20:31:31.534Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-12-06T20:31:35.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1598 | 2024-12-06T20:31:35.092Z | Running `target/debug/xtask check-features --ci` |
1599 | 2024-12-06T20:31:35.112Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1600 | 2024-12-06T20:31:35.112Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1601 | 2024-12-06T20:31:35.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1602 | 2024-12-06T20:31:35.597Z | Running `target/debug/xtask download cargo-hack` |
1603 | 2024-12-06T20:31:36.428Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1604 | 2024-12-06T20:31:36.784Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1605 | 2024-12-06T20:31:41.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
1606 | 2024-12-06T20:31:41.645Z | Running `target/debug/xtask-downloader cargo-hack` |
1607 | 2024-12-06T20:31:41.681Z | Dec 06 20:31:40.444 INFO Starting download, target: CargoHack |
1608 | 2024-12-06T20:31:41.684Z | Dec 06 20:31:40.444 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1609 | 2024-12-06T20:31:42.340Z | Dec 06 20:31:41.102 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1610 | 2024-12-06T20:31:42.425Z | Dec 06 20:31:41.187 INFO Download complete, target: CargoHack |
1611 | 2024-12-06T20:31:42.429Z | 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" |
1612 | 2024-12-06T20:31:42.444Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1613 | 2024-12-06T20:31:42.607Z | info: running `cargo check --bins` on api_identity (1/173) |
1614 | 2024-12-06T20:31:43.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1615 | 2024-12-06T20:31:43.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1616 | 2024-12-06T20:31:43.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1617 | 2024-12-06T20:31:43.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1618 | 2024-12-06T20:31:43.204Z | |
1619 | 2024-12-06T20:31:43.205Z | info: running `cargo check --bins` on bootstore (2/173) |
1620 | 2024-12-06T20:31:43.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1621 | 2024-12-06T20:31:43.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1622 | 2024-12-06T20:31:43.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1623 | 2024-12-06T20:31:43.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1624 | 2024-12-06T20:31:43.838Z | |
1625 | 2024-12-06T20:31:43.838Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
1626 | 2024-12-06T20:31:44.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1627 | 2024-12-06T20:31:44.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1628 | 2024-12-06T20:31:44.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1629 | 2024-12-06T20:31:44.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1630 | 2024-12-06T20:31:44.445Z | |
1631 | 2024-12-06T20:31:44.445Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
1632 | 2024-12-06T20:31:44.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1633 | 2024-12-06T20:31:44.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1634 | 2024-12-06T20:31:44.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1635 | 2024-12-06T20:31:44.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1636 | 2024-12-06T20:31:45.065Z | |
1637 | 2024-12-06T20:31:45.065Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
1638 | 2024-12-06T20:31:45.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1639 | 2024-12-06T20:31:45.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1640 | 2024-12-06T20:31:45.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1641 | 2024-12-06T20:31:45.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1642 | 2024-12-06T20:31:45.490Z | |
1643 | 2024-12-06T20:31:45.491Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
1644 | 2024-12-06T20:31:45.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1645 | 2024-12-06T20:31:45.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1646 | 2024-12-06T20:31:45.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1647 | 2024-12-06T20:31:45.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1648 | 2024-12-06T20:31:45.918Z | |
1649 | 2024-12-06T20:31:45.918Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
1650 | 2024-12-06T20:31:46.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1651 | 2024-12-06T20:31:46.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1652 | 2024-12-06T20:31:46.291Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1653 | 2024-12-06T20:31:46.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1654 | 2024-12-06T20:31:46.325Z | |
1655 | 2024-12-06T20:31:46.325Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
1656 | 2024-12-06T20:31:46.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1657 | 2024-12-06T20:31:46.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1658 | 2024-12-06T20:31:46.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1659 | 2024-12-06T20:31:46.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1660 | 2024-12-06T20:31:46.739Z | |
1661 | 2024-12-06T20:31:46.739Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
1662 | 2024-12-06T20:31:47.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1663 | 2024-12-06T20:31:47.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1664 | 2024-12-06T20:31:47.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1665 | 2024-12-06T20:31:47.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1666 | 2024-12-06T20:31:47.154Z | |
1667 | 2024-12-06T20:31:47.154Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
1668 | 2024-12-06T20:31:47.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1669 | 2024-12-06T20:31:47.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1670 | 2024-12-06T20:31:47.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1671 | 2024-12-06T20:31:47.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1672 | 2024-12-06T20:31:47.565Z | |
1673 | 2024-12-06T20:31:47.565Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
1674 | 2024-12-06T20:31:47.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1675 | 2024-12-06T20:31:47.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1676 | 2024-12-06T20:31:47.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1677 | 2024-12-06T20:31:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1678 | 2024-12-06T20:31:47.978Z | |
1679 | 2024-12-06T20:31:47.978Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
1680 | 2024-12-06T20:31:48.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1681 | 2024-12-06T20:31:48.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1682 | 2024-12-06T20:31:48.355Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1683 | 2024-12-06T20:31:48.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1684 | 2024-12-06T20:31:48.394Z | |
1685 | 2024-12-06T20:31:48.394Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
1686 | 2024-12-06T20:31:48.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1687 | 2024-12-06T20:31:48.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1688 | 2024-12-06T20:31:48.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1689 | 2024-12-06T20:31:48.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1690 | 2024-12-06T20:31:48.810Z | |
1691 | 2024-12-06T20:31:48.810Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
1692 | 2024-12-06T20:31:49.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1693 | 2024-12-06T20:31:49.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1694 | 2024-12-06T20:31:49.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1695 | 2024-12-06T20:31:49.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1696 | 2024-12-06T20:31:49.220Z | |
1697 | 2024-12-06T20:31:49.220Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
1698 | 2024-12-06T20:31:49.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1699 | 2024-12-06T20:31:49.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1700 | 2024-12-06T20:31:49.594Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1701 | 2024-12-06T20:31:49.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1702 | 2024-12-06T20:31:49.633Z | |
1703 | 2024-12-06T20:31:49.633Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
1704 | 2024-12-06T20:31:50.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1705 | 2024-12-06T20:31:50.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1706 | 2024-12-06T20:31:50.008Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1707 | 2024-12-06T20:31:50.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1708 | 2024-12-06T20:31:50.046Z | |
1709 | 2024-12-06T20:31:50.046Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
1710 | 2024-12-06T20:31:50.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1711 | 2024-12-06T20:31:50.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1712 | 2024-12-06T20:31:50.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1713 | 2024-12-06T20:31:50.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1714 | 2024-12-06T20:31:50.458Z | |
1715 | 2024-12-06T20:31:50.458Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
1716 | 2024-12-06T20:31:50.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1717 | 2024-12-06T20:31:50.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1718 | 2024-12-06T20:31:50.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1719 | 2024-12-06T20:31:50.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1720 | 2024-12-06T20:31:50.874Z | |
1721 | 2024-12-06T20:31:50.874Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
1722 | 2024-12-06T20:31:51.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1723 | 2024-12-06T20:31:51.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1724 | 2024-12-06T20:31:51.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1725 | 2024-12-06T20:31:51.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1726 | 2024-12-06T20:31:51.311Z | |
1727 | 2024-12-06T20:31:51.311Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
1728 | 2024-12-06T20:31:51.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1729 | 2024-12-06T20:31:51.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1730 | 2024-12-06T20:31:51.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1731 | 2024-12-06T20:31:51.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1732 | 2024-12-06T20:31:51.712Z | |
1733 | 2024-12-06T20:31:51.712Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
1734 | 2024-12-06T20:31:52.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1735 | 2024-12-06T20:31:52.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1736 | 2024-12-06T20:31:52.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1737 | 2024-12-06T20:31:52.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1738 | 2024-12-06T20:31:52.128Z | |
1739 | 2024-12-06T20:31:52.129Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
1740 | 2024-12-06T20:31:52.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1741 | 2024-12-06T20:31:52.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1742 | 2024-12-06T20:31:52.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1743 | 2024-12-06T20:31:52.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1744 | 2024-12-06T20:31:52.549Z | |
1745 | 2024-12-06T20:31:52.550Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
1746 | 2024-12-06T20:31:52.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1747 | 2024-12-06T20:31:52.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1748 | 2024-12-06T20:31:52.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1749 | 2024-12-06T20:31:52.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1750 | 2024-12-06T20:31:52.960Z | |
1751 | 2024-12-06T20:31:52.960Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
1752 | 2024-12-06T20:31:53.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1753 | 2024-12-06T20:31:53.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1754 | 2024-12-06T20:31:53.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1755 | 2024-12-06T20:31:53.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1756 | 2024-12-06T20:31:53.374Z | |
1757 | 2024-12-06T20:31:53.374Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
1758 | 2024-12-06T20:31:53.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1759 | 2024-12-06T20:31:53.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1760 | 2024-12-06T20:31:53.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1761 | 2024-12-06T20:31:53.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1762 | 2024-12-06T20:31:54.005Z | |
1763 | 2024-12-06T20:31:54.005Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
1764 | 2024-12-06T20:31:54.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1765 | 2024-12-06T20:31:54.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1766 | 2024-12-06T20:31:54.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1767 | 2024-12-06T20:31:54.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1768 | 2024-12-06T20:31:54.631Z | |
1769 | 2024-12-06T20:31:54.631Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
1770 | 2024-12-06T20:31:55.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1771 | 2024-12-06T20:31:55.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1772 | 2024-12-06T20:31:55.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1773 | 2024-12-06T20:31:55.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1774 | 2024-12-06T20:31:55.263Z | |
1775 | 2024-12-06T20:31:55.263Z | info: running `cargo check --bins` on oxlog (28/173) |
1776 | 2024-12-06T20:31:55.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1777 | 2024-12-06T20:31:55.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1778 | 2024-12-06T20:31:55.876Z | Checking cfg-if v1.0.0 |
1779 | 2024-12-06T20:31:55.879Z | Checking libc v0.2.162 |
1780 | 2024-12-06T20:31:55.982Z | Checking serde v1.0.215 |
1781 | 2024-12-06T20:31:55.985Z | Checking zeroize v1.8.1 |
1782 | 2024-12-06T20:31:55.998Z | Checking memchr v2.7.4 |
1783 | 2024-12-06T20:31:56.000Z | Checking typenum v1.17.0 |
1784 | 2024-12-06T20:31:56.007Z | Checking scopeguard v1.2.0 |
1785 | 2024-12-06T20:31:56.034Z | Checking subtle v2.6.1 |
1786 | 2024-12-06T20:31:56.048Z | Checking value-bag v1.9.0 |
1787 | 2024-12-06T20:31:56.145Z | Checking lock_api v0.4.12 |
1788 | 2024-12-06T20:31:56.226Z | Checking smallvec v1.13.2 |
1789 | 2024-12-06T20:31:56.294Z | Checking itoa v1.0.11 |
1790 | 2024-12-06T20:31:56.447Z | Checking log v0.4.22 |
1791 | 2024-12-06T20:31:56.496Z | Checking const-oid v0.9.6 |
1792 | 2024-12-06T20:31:56.555Z | Checking pin-project-lite v0.2.14 |
1793 | 2024-12-06T20:31:56.572Z | Checking byteorder v1.5.0 |
1794 | 2024-12-06T20:31:56.694Z | Checking futures-core v0.3.31 |
1795 | 2024-12-06T20:31:56.860Z | Checking once_cell v1.20.2 |
1796 | 2024-12-06T20:31:56.889Z | Checking cpufeatures v0.2.14 |
1797 | 2024-12-06T20:31:56.962Z | Checking futures-sink v0.3.31 |
1798 | 2024-12-06T20:31:56.978Z | Checking stable_deref_trait v1.2.0 |
1799 | 2024-12-06T20:31:57.017Z | Checking spin v0.9.8 |
1800 | 2024-12-06T20:31:57.070Z | Checking zerocopy v0.7.35 |
1801 | 2024-12-06T20:31:57.096Z | Checking slab v0.4.9 |
1802 | 2024-12-06T20:31:57.116Z | Checking getrandom v0.2.15 |
1803 | 2024-12-06T20:31:57.160Z | Checking parking_lot_core v0.9.10 |
1804 | 2024-12-06T20:31:57.299Z | Checking generic-array v0.14.7 |
1805 | 2024-12-06T20:31:57.320Z | Checking rand_core v0.6.4 |
1806 | 2024-12-06T20:31:57.352Z | Checking signal-hook-registry v1.4.2 |
1807 | 2024-12-06T20:31:57.355Z | Checking mio v1.0.2 |
1808 | 2024-12-06T20:31:57.476Z | Checking parking_lot v0.12.3 |
1809 | 2024-12-06T20:31:57.589Z | Checking socket2 v0.5.7 |
1810 | 2024-12-06T20:31:57.634Z | Checking zerofrom v0.1.4 |
1811 | 2024-12-06T20:31:57.823Z | Checking futures-channel v0.3.31 |
1812 | 2024-12-06T20:31:57.837Z | Checking yoke v0.7.4 |
1813 | 2024-12-06T20:31:57.964Z | Checking futures-task v0.3.31 |
1814 | 2024-12-06T20:31:58.074Z | Checking allocator-api2 v0.2.18 |
1815 | 2024-12-06T20:31:58.177Z | Checking foldhash v0.1.3 |
1816 | 2024-12-06T20:31:58.192Z | Checking futures-io v0.3.31 |
1817 | 2024-12-06T20:31:58.195Z | Checking equivalent v1.0.1 |
1818 | 2024-12-06T20:31:58.307Z | Checking pin-utils v0.1.0 |
1819 | 2024-12-06T20:31:58.334Z | Checking zerovec v0.10.4 |
1820 | 2024-12-06T20:31:58.362Z | Checking ryu v1.0.18 |
1821 | 2024-12-06T20:31:58.378Z | Checking tinyvec_macros v0.1.1 |
1822 | 2024-12-06T20:31:58.395Z | Checking futures-util v0.3.31 |
1823 | 2024-12-06T20:31:58.418Z | Checking crypto-common v0.1.6 |
1824 | 2024-12-06T20:31:58.457Z | Checking block-buffer v0.10.4 |
1825 | 2024-12-06T20:31:58.501Z | Checking block-padding v0.3.3 |
1826 | 2024-12-06T20:31:58.585Z | Checking tinyvec v1.8.0 |
1827 | 2024-12-06T20:31:58.603Z | Checking fnv v1.0.7 |
1828 | 2024-12-06T20:31:58.663Z | Checking digest v0.10.7 |
1829 | 2024-12-06T20:31:58.680Z | Checking hashbrown v0.15.0 |
1830 | 2024-12-06T20:31:58.701Z | Checking inout v0.1.3 |
1831 | 2024-12-06T20:31:58.717Z | Checking libm v0.2.8 |
1832 | 2024-12-06T20:31:58.931Z | Checking cipher v0.4.4 |
1833 | 2024-12-06T20:31:59.045Z | Checking hmac v0.12.1 |
1834 | 2024-12-06T20:31:59.254Z | Checking sha2 v0.10.8 |
1835 | 2024-12-06T20:31:59.328Z | Checking base64ct v1.6.0 |
1836 | 2024-12-06T20:31:59.659Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-12-06T20:31:59.764Z | Checking writeable v0.5.5 |
1838 | 2024-12-06T20:31:59.785Z | Checking litemap v0.7.3 |
1839 | 2024-12-06T20:31:59.816Z | Checking pem-rfc7468 v0.7.0 |
1840 | 2024-12-06T20:31:59.944Z | Checking unicode-normalization v0.1.24 |
1841 | 2024-12-06T20:31:59.959Z | Checking tinystr v0.7.6 |
1842 | 2024-12-06T20:32:00.079Z | Checking num-traits v0.2.19 |
1843 | 2024-12-06T20:32:00.095Z | Checking ppv-lite86 v0.2.20 |
1844 | 2024-12-06T20:32:00.112Z | Checking flagset v0.4.6 |
1845 | 2024-12-06T20:32:00.261Z | Checking tracing-core v0.1.32 |
1846 | 2024-12-06T20:32:00.299Z | Checking der v0.7.9 |
1847 | 2024-12-06T20:32:00.320Z | Checking icu_locid v1.5.0 |
1848 | 2024-12-06T20:32:00.890Z | Checking bytes v1.8.0 |
1849 | 2024-12-06T20:32:00.906Z | Checking indexmap v2.6.0 |
1850 | 2024-12-06T20:32:00.908Z | Checking serde_json v1.0.132 |
1851 | 2024-12-06T20:32:00.937Z | Checking rand_chacha v0.3.1 |
1852 | 2024-12-06T20:32:01.346Z | Checking bitflags v2.6.0 |
1853 | 2024-12-06T20:32:01.361Z | Checking icu_provider v1.5.0 |
1854 | 2024-12-06T20:32:01.650Z | Checking thiserror v1.0.69 |
1855 | 2024-12-06T20:32:01.716Z | Checking tokio v1.40.0 |
1856 | 2024-12-06T20:32:01.775Z | Checking http v1.1.0 |
1857 | 2024-12-06T20:32:01.790Z | Checking rustls-pki-types v1.9.0 |
1858 | 2024-12-06T20:32:01.985Z | Checking percent-encoding v2.3.1 |
1859 | 2024-12-06T20:32:02.182Z | Checking icu_locid_transform_data v1.5.0 |
1860 | 2024-12-06T20:32:02.200Z | Checking spki v0.7.3 |
1861 | 2024-12-06T20:32:02.212Z | Checking rand v0.8.5 |
1862 | 2024-12-06T20:32:02.279Z | Checking icu_locid_transform v1.5.0 |
1863 | 2024-12-06T20:32:02.341Z | Checking tracing v0.1.40 |
1864 | 2024-12-06T20:32:02.488Z | Checking icu_collections v1.5.0 |
1865 | 2024-12-06T20:32:02.678Z | Checking salsa20 v0.10.2 |
1866 | 2024-12-06T20:32:02.753Z | Checking pbkdf2 v0.12.2 |
1867 | 2024-12-06T20:32:02.882Z | Checking aws-lc-sys v0.22.0 |
1868 | 2024-12-06T20:32:02.910Z | Checking httparse v1.9.5 |
1869 | 2024-12-06T20:32:03.113Z | Checking powerfmt v0.2.0 |
1870 | 2024-12-06T20:32:03.177Z | Checking untrusted v0.7.1 |
1871 | 2024-12-06T20:32:03.292Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-12-06T20:32:03.444Z | Checking untrusted v0.9.0 |
1873 | 2024-12-06T20:32:03.447Z | Checking icu_properties_data v1.5.0 |
1874 | 2024-12-06T20:32:03.447Z | Checking deranged v0.3.11 |
1875 | 2024-12-06T20:32:03.447Z | Checking scrypt v0.11.0 |
1876 | 2024-12-06T20:32:03.465Z | Checking cbc v0.1.2 |
1877 | 2024-12-06T20:32:03.482Z | Checking ring v0.17.8 |
1878 | 2024-12-06T20:32:03.497Z | Checking aes v0.8.4 |
1879 | 2024-12-06T20:32:03.582Z | Checking icu_properties v1.5.1 |
1880 | 2024-12-06T20:32:03.656Z | Checking crossbeam-utils v0.8.20 |
1881 | 2024-12-06T20:32:03.671Z | Checking atomic-waker v1.1.2 |
1882 | 2024-12-06T20:32:03.799Z | Checking write16 v1.0.0 |
1883 | 2024-12-06T20:32:03.913Z | Checking icu_normalizer_data v1.5.0 |
1884 | 2024-12-06T20:32:04.013Z | Checking num_threads v0.1.7 |
1885 | 2024-12-06T20:32:04.124Z | Checking utf8_iter v1.0.4 |
1886 | 2024-12-06T20:32:04.335Z | Checking num-conv v0.1.0 |
1887 | 2024-12-06T20:32:04.351Z | Checking time-core v0.1.2 |
1888 | 2024-12-06T20:32:04.392Z | Checking utf16_iter v1.0.5 |
1889 | 2024-12-06T20:32:04.504Z | Checking pkcs5 v0.7.1 |
1890 | 2024-12-06T20:32:04.556Z | Checking http-body v1.0.1 |
1891 | 2024-12-06T20:32:04.572Z | Checking form_urlencoded v1.2.1 |
1892 | 2024-12-06T20:32:04.778Z | Checking try-lock v0.2.5 |
1893 | 2024-12-06T20:32:04.781Z | Checking unicode-ident v1.0.13 |
1894 | 2024-12-06T20:32:04.900Z | Checking want v0.3.1 |
1895 | 2024-12-06T20:32:04.943Z | Checking httpdate v1.0.3 |
1896 | 2024-12-06T20:32:05.028Z | Checking pkcs8 v0.10.2 |
1897 | 2024-12-06T20:32:05.063Z | Checking proc-macro2 v1.0.89 |
1898 | 2024-12-06T20:32:05.131Z | Checking time v0.3.36 |
1899 | 2024-12-06T20:32:05.176Z | Checking uuid v1.11.0 |
1900 | 2024-12-06T20:32:05.300Z | Checking toml_datetime v0.6.8 |
1901 | 2024-12-06T20:32:05.316Z | Checking serde_spanned v0.6.8 |
1902 | 2024-12-06T20:32:05.452Z | Checking aws-lc-rs v1.10.0 |
1903 | 2024-12-06T20:32:05.505Z | Checking slog v2.7.0 |
1904 | 2024-12-06T20:32:05.585Z | Checking scroll v0.12.0 |
1905 | 2024-12-06T20:32:05.736Z | Checking foreign-types-shared v0.1.1 |
1906 | 2024-12-06T20:32:05.822Z | Checking adler2 v2.0.0 |
1907 | 2024-12-06T20:32:05.924Z | Checking ucd-trie v0.1.7 |
1908 | 2024-12-06T20:32:05.968Z | Checking base64 v0.22.1 |
1909 | 2024-12-06T20:32:05.984Z | Checking match_cfg v0.1.0 |
1910 | 2024-12-06T20:32:06.029Z | Checking plain v0.2.3 |
1911 | 2024-12-06T20:32:06.045Z | Checking tower-service v0.3.3 |
1912 | 2024-12-06T20:32:06.060Z | Checking iana-time-zone v0.1.61 |
1913 | 2024-12-06T20:32:06.151Z | Checking hostname v0.3.1 |
1914 | 2024-12-06T20:32:06.167Z | Checking goblin v0.8.2 |
1915 | 2024-12-06T20:32:06.206Z | Checking chrono v0.4.38 |
1916 | 2024-12-06T20:32:06.279Z | Checking pest v2.7.14 |
1917 | 2024-12-06T20:32:06.448Z | Checking miniz_oxide v0.8.0 |
1918 | 2024-12-06T20:32:06.893Z | Checking icu_normalizer v1.5.0 |
1919 | 2024-12-06T20:32:07.183Z | Checking foreign-types v0.3.2 |
1920 | 2024-12-06T20:32:07.279Z | Checking quote v1.0.37 |
1921 | 2024-12-06T20:32:07.360Z | Checking rustls-webpki v0.102.8 |
1922 | 2024-12-06T20:32:07.620Z | Checking openssl-sys v0.9.103 |
1923 | 2024-12-06T20:32:07.630Z | Checking dirs-sys-next v0.1.2 |
1924 | 2024-12-06T20:32:07.708Z | Checking idna_adapter v1.2.0 |
1925 | 2024-12-06T20:32:07.805Z | Checking errno v0.3.9 |
1926 | 2024-12-06T20:32:07.926Z | Checking idna v1.0.3 |
1927 | 2024-12-06T20:32:07.965Z | Checking aho-corasick v1.1.3 |
1928 | 2024-12-06T20:32:08.219Z | Checking regex-syntax v0.8.5 |
1929 | 2024-12-06T20:32:08.316Z | Checking siphasher v0.3.11 |
1930 | 2024-12-06T20:32:08.375Z | Checking url v2.5.3 |
1931 | 2024-12-06T20:32:12.666Z | Checking data-encoding v2.6.0 |
1932 | 2024-12-06T20:32:12.704Z | Checking pretty-hex v0.4.1 |
1933 | 2024-12-06T20:32:12.704Z | Checking openssl v0.10.66 |
1934 | 2024-12-06T20:32:12.704Z | Checking dtrace-parser v0.2.0 |
1935 | 2024-12-06T20:32:12.704Z | Checking tokio-util v0.7.12 |
1936 | 2024-12-06T20:32:12.704Z | Checking rustix v0.38.37 |
1937 | 2024-12-06T20:32:12.704Z | Checking dirs-next v2.0.0 |
1938 | 2024-12-06T20:32:12.704Z | Checking syn v2.0.87 |
1939 | 2024-12-06T20:32:12.704Z | Checking http-body-util v0.1.2 |
1940 | 2024-12-06T20:32:12.704Z | Checking crossbeam-epoch v0.9.18 |
1941 | 2024-12-06T20:32:12.704Z | Checking sha1 v0.10.6 |
1942 | 2024-12-06T20:32:12.704Z | Checking h2 v0.4.6 |
1943 | 2024-12-06T20:32:12.704Z | Checking signature v2.2.0 |
1944 | 2024-12-06T20:32:12.704Z | Checking lazy_static v1.5.0 |
1945 | 2024-12-06T20:32:12.704Z | Checking thread_local v1.1.8 |
1946 | 2024-12-06T20:32:12.704Z | Checking thread-id v4.2.2 |
1947 | 2024-12-06T20:32:12.704Z | Checking encoding_rs v0.8.34 |
1948 | 2024-12-06T20:32:12.704Z | Checking ipnet v2.10.1 |
1949 | 2024-12-06T20:32:12.726Z | Checking unicode-properties v0.1.3 |
1950 | 2024-12-06T20:32:12.726Z | Checking dof v0.3.0 |
1951 | 2024-12-06T20:32:12.726Z | Checking openssl-probe v0.1.5 |
1952 | 2024-12-06T20:32:12.726Z | Checking utf8parse v0.2.2 |
1953 | 2024-12-06T20:32:12.726Z | Checking regex-automata v0.4.8 |
1954 | 2024-12-06T20:32:12.726Z | Checking gimli v0.31.1 |
1955 | 2024-12-06T20:32:12.727Z | Checking either v1.13.0 |
1956 | 2024-12-06T20:32:12.727Z | Checking mime v0.3.17 |
1957 | 2024-12-06T20:32:12.727Z | Checking winnow v0.6.20 |
1958 | 2024-12-06T20:32:12.727Z | Checking anstyle v1.0.10 |
1959 | 2024-12-06T20:32:12.817Z | Checking anstyle-parse v0.2.5 |
1960 | 2024-12-06T20:32:13.070Z | Checking stringprep v0.1.5 |
1961 | 2024-12-06T20:32:13.098Z | Checking crossbeam-deque v0.8.5 |
1962 | 2024-12-06T20:32:13.341Z | Checking term v0.7.0 |
1963 | 2024-12-06T20:32:13.415Z | Checking rustls v0.23.14 |
1964 | 2024-12-06T20:32:13.782Z | Checking rustls v0.22.4 |
1965 | 2024-12-06T20:32:14.256Z | Checking native-tls v0.2.12 |
1966 | 2024-12-06T20:32:14.584Z | Checking slog-json v2.6.1 |
1967 | 2024-12-06T20:32:14.849Z | Checking serde_urlencoded v0.7.1 |
1968 | 2024-12-06T20:32:15.258Z | Checking crossbeam-channel v0.5.13 |
1969 | 2024-12-06T20:32:15.510Z | Checking toml_edit v0.22.22 |
1970 | 2024-12-06T20:32:15.639Z | Checking addr2line v0.24.2 |
1971 | 2024-12-06T20:32:15.907Z | Checking usdt-impl v0.5.0 |
1972 | 2024-12-06T20:32:15.993Z | Checking futures-executor v0.3.31 |
1973 | 2024-12-06T20:32:16.106Z | Checking rustls-pemfile v2.2.0 |
1974 | 2024-12-06T20:32:16.181Z | Checking num-integer v0.1.46 |
1975 | 2024-12-06T20:32:16.221Z | Checking hyper v1.5.0 |
1976 | 2024-12-06T20:32:16.308Z | Checking idna v0.3.0 |
1977 | 2024-12-06T20:32:16.329Z | Checking idna v0.4.0 |
1978 | 2024-12-06T20:32:16.379Z | Checking md-5 v0.10.6 |
1979 | 2024-12-06T20:32:16.609Z | Checking ff v0.13.0 |
1980 | 2024-12-06T20:32:16.686Z | Checking is-terminal v0.4.13 |
1981 | 2024-12-06T20:32:16.800Z | Checking memmap v0.7.0 |
1982 | 2024-12-06T20:32:16.815Z | Checking hash32 v0.2.1 |
1983 | 2024-12-06T20:32:17.005Z | Checking object v0.36.5 |
1984 | 2024-12-06T20:32:17.101Z | Checking fallible-iterator v0.2.0 |
1985 | 2024-12-06T20:32:17.155Z | Checking quick-error v1.2.3 |
1986 | 2024-12-06T20:32:17.189Z | Checking anstyle-query v1.1.1 |
1987 | 2024-12-06T20:32:17.287Z | Checking dyn-clone v1.0.17 |
1988 | 2024-12-06T20:32:17.309Z | Checking colorchoice v1.0.2 |
1989 | 2024-12-06T20:32:17.424Z | Checking base16ct v0.2.0 |
1990 | 2024-12-06T20:32:17.440Z | Checking psl-types v2.0.11 |
1991 | 2024-12-06T20:32:17.516Z | Checking is_terminal_polyfill v1.70.1 |
1992 | 2024-12-06T20:32:17.601Z | Checking take_mut v0.2.2 |
1993 | 2024-12-06T20:32:17.618Z | Checking utf-8 v0.7.6 |
1994 | 2024-12-06T20:32:17.634Z | Checking linked-hash-map v0.5.6 |
1995 | 2024-12-06T20:32:17.701Z | Checking rustc-demangle v0.1.24 |
1996 | 2024-12-06T20:32:17.736Z | Checking slog-async v2.8.0 |
1997 | 2024-12-06T20:32:17.809Z | Checking tungstenite v0.24.0 |
1998 | 2024-12-06T20:32:17.933Z | Checking lru-cache v0.1.2 |
1999 | 2024-12-06T20:32:18.019Z | Checking postgres-protocol v0.6.7 |
2000 | 2024-12-06T20:32:18.066Z | Checking toml v0.8.19 |
2001 | 2024-12-06T20:32:18.098Z | Checking anstream v0.6.15 |
2002 | 2024-12-06T20:32:18.123Z | Checking publicsuffix v2.2.3 |
2003 | 2024-12-06T20:32:18.222Z | Checking hyper-util v0.1.10 |
2004 | 2024-12-06T20:32:18.352Z | Checking sec1 v0.7.3 |
2005 | 2024-12-06T20:32:18.456Z | Checking tokio-rustls v0.25.0 |
2006 | 2024-12-06T20:32:18.695Z | Checking schemars v0.8.21 |
2007 | 2024-12-06T20:32:18.695Z | Checking resolv-conf v0.7.0 |
2008 | 2024-12-06T20:32:18.732Z | Checking hickory-proto v0.24.1 |
2009 | 2024-12-06T20:32:18.794Z | Checking heapless v0.7.17 |
2010 | 2024-12-06T20:32:18.830Z | Checking usdt v0.5.0 |
2011 | 2024-12-06T20:32:18.860Z | Checking tokio-rustls v0.26.0 |
2012 | 2024-12-06T20:32:19.057Z | Checking group v0.13.0 |
2013 | 2024-12-06T20:32:19.101Z | Checking slog-term v2.9.1 |
2014 | 2024-12-06T20:32:19.253Z | Checking num-iter v0.1.45 |
2015 | 2024-12-06T20:32:19.316Z | Checking futures v0.3.31 |
2016 | 2024-12-06T20:32:19.422Z | Checking slog-bunyan v2.5.0 |
2017 | 2024-12-06T20:32:19.439Z | Checking tokio-native-tls v0.3.1 |
2018 | 2024-12-06T20:32:19.586Z | Checking rayon-core v1.12.1 |
2019 | 2024-12-06T20:32:19.613Z | Checking multer v3.1.0 |
2020 | 2024-12-06T20:32:19.673Z | Checking terminal_size v0.4.0 |
2021 | 2024-12-06T20:32:19.820Z | Checking phf_shared v0.11.2 |
2022 | 2024-12-06T20:32:19.838Z | Checking cookie v0.18.1 |
2023 | 2024-12-06T20:32:19.990Z | Checking async-stream v0.3.6 |
2024 | 2024-12-06T20:32:20.092Z | Checking bzip2-sys v0.1.11+1.0.8 |
2025 | 2024-12-06T20:32:20.167Z | Checking camino v1.1.9 |
2026 | 2024-12-06T20:32:20.213Z | Checking signal-hook v0.3.17 |
2027 | 2024-12-06T20:32:20.230Z | Checking waitgroup v0.1.2 |
2028 | 2024-12-06T20:32:20.261Z | Checking openapiv3 v2.0.0 |
2029 | 2024-12-06T20:32:20.300Z | Checking webpki-roots v0.26.6 |
2030 | 2024-12-06T20:32:20.335Z | Checking idna v0.5.0 |
2031 | 2024-12-06T20:32:20.362Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-12-06T20:32:20.519Z | Checking hkdf v0.12.4 |
2033 | 2024-12-06T20:32:20.556Z | Checking crypto-bigint v0.5.5 |
2034 | 2024-12-06T20:32:20.713Z | Checking hostname v0.4.0 |
2035 | 2024-12-06T20:32:20.739Z | Checking crc32fast v1.4.2 |
2036 | 2024-12-06T20:32:20.842Z | Checking winnow v0.5.40 |
2037 | 2024-12-06T20:32:20.961Z | Checking strsim v0.11.1 |
2038 | 2024-12-06T20:32:20.977Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-06T20:32:21.116Z | Checking clap_lex v0.7.2 |
2040 | 2024-12-06T20:32:21.221Z | Checking bitflags v1.3.2 |
2041 | 2024-12-06T20:32:21.252Z | Checking unicode-width v0.1.14 |
2042 | 2024-12-06T20:32:21.319Z | Checking managed v0.8.0 |
2043 | 2024-12-06T20:32:21.354Z | Checking clap_builder v4.5.21 |
2044 | 2024-12-06T20:32:21.684Z | Checking smoltcp v0.9.1 |
2045 | 2024-12-06T20:32:21.753Z | Checking console v0.15.8 |
2046 | 2024-12-06T20:32:22.324Z | Checking cookie_store v0.21.0 |
2047 | 2024-12-06T20:32:22.981Z | Checking flate2 v1.0.34 |
2048 | 2024-12-06T20:32:23.167Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-12-06T20:32:23.307Z | Checking hyper-rustls v0.27.3 |
2050 | 2024-12-06T20:32:23.343Z | Checking elliptic-curve v0.13.8 |
2051 | 2024-12-06T20:32:23.463Z | Checking backtrace v0.3.74 |
2052 | 2024-12-06T20:32:23.524Z | Checking hickory-resolver v0.24.1 |
2053 | 2024-12-06T20:32:23.613Z | Checking rayon v1.10.0 |
2054 | 2024-12-06T20:32:23.615Z | Checking hyper-tls v0.6.0 |
2055 | 2024-12-06T20:32:23.713Z | Checking dropshot v0.12.0 |
2056 | 2024-12-06T20:32:23.858Z | Checking toml_edit v0.19.15 |
2057 | 2024-12-06T20:32:23.890Z | Checking bzip2 v0.4.4 |
2058 | 2024-12-06T20:32:23.953Z | Checking phf v0.11.2 |
2059 | 2024-12-06T20:32:24.035Z | Checking anyhow v1.0.93 |
2060 | 2024-12-06T20:32:24.171Z | Checking num-bigint-dig v0.8.4 |
2061 | 2024-12-06T20:32:24.205Z | Checking postgres-types v0.2.8 |
2062 | 2024-12-06T20:32:24.402Z | Checking tokio-tungstenite v0.24.0 |
2063 | 2024-12-06T20:32:24.457Z | Checking bstr v1.10.0 |
2064 | 2024-12-06T20:32:24.890Z | Checking regex v1.11.1 |
2065 | 2024-12-06T20:32:24.943Z | Checking ed25519 v2.2.3 |
2066 | 2024-12-06T20:32:25.106Z | Checking tokio-stream v0.1.16 |
2067 | 2024-12-06T20:32:25.242Z | Checking phf_shared v0.10.0 |
2068 | 2024-12-06T20:32:25.414Z | Checking curve25519-dalek v4.1.3 |
2069 | 2024-12-06T20:32:25.524Z | Checking zerocopy v0.6.6 |
2070 | 2024-12-06T20:32:25.539Z | Checking pkcs1 v0.7.5 |
2071 | 2024-12-06T20:32:25.936Z | Checking hubpack v0.1.2 |
2072 | 2024-12-06T20:32:26.017Z | Checking portable-atomic v1.9.0 |
2073 | 2024-12-06T20:32:26.257Z | Checking float-cmp v0.9.0 |
2074 | 2024-12-06T20:32:26.289Z | Checking serde-big-array v0.5.1 |
2075 | 2024-12-06T20:32:26.292Z | Checking rfc6979 v0.4.0 |
2076 | 2024-12-06T20:32:26.320Z | Checking sync_wrapper v1.0.1 |
2077 | 2024-12-06T20:32:26.447Z | Checking fixedbitset v0.4.2 |
2078 | 2024-12-06T20:32:26.465Z | Checking bit-vec v0.6.3 |
2079 | 2024-12-06T20:32:26.481Z | Checking new_debug_unreachable v1.0.6 |
2080 | 2024-12-06T20:32:26.495Z | Checking difflib v0.4.0 |
2081 | 2024-12-06T20:32:26.560Z | Checking whoami v1.5.2 |
2082 | 2024-12-06T20:32:26.707Z | Checking normalize-line-endings v0.3.0 |
2083 | 2024-12-06T20:32:26.772Z | Checking static_assertions v1.1.0 |
2084 | 2024-12-06T20:32:26.806Z | Checking unicode-segmentation v1.12.0 |
2085 | 2024-12-06T20:32:26.825Z | Checking predicates-core v1.0.8 |
2086 | 2024-12-06T20:32:26.854Z | Checking unicode-width v0.2.0 |
2087 | 2024-12-06T20:32:26.869Z | Checking precomputed-hash v0.1.1 |
2088 | 2024-12-06T20:32:26.974Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-06T20:32:26.993Z | Checking minimal-lexical v0.2.1 |
2090 | 2024-12-06T20:32:27.062Z | Checking predicates v3.1.2 |
2091 | 2024-12-06T20:32:27.142Z | Checking string_cache v0.8.7 |
2092 | 2024-12-06T20:32:27.310Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2093 | 2024-12-06T20:32:27.325Z | Checking ed25519-dalek v2.1.1 |
2094 | 2024-12-06T20:32:27.366Z | Checking nom v7.1.3 |
2095 | 2024-12-06T20:32:27.420Z | Checking tokio-postgres v0.7.12 |
2096 | 2024-12-06T20:32:27.437Z | Checking qorb v0.2.1 |
2097 | 2024-12-06T20:32:27.479Z | Checking indicatif v0.17.9 |
2098 | 2024-12-06T20:32:27.496Z | Checking similar v2.6.0 |
2099 | 2024-12-06T20:32:27.696Z | Checking bit-set v0.5.3 |
2100 | 2024-12-06T20:32:27.699Z | Checking petgraph v0.6.5 |
2101 | 2024-12-06T20:32:27.939Z | Checking ecdsa v0.16.9 |
2102 | 2024-12-06T20:32:28.228Z | Checking reqwest v0.12.9 |
2103 | 2024-12-06T20:32:28.371Z | Checking toml v0.7.8 |
2104 | 2024-12-06T20:32:28.655Z | Checking rsa v0.9.6 |
2105 | 2024-12-06T20:32:29.107Z | Checking clap v4.5.21 |
2106 | 2024-12-06T20:32:29.228Z | Checking zip v0.6.6 |
2107 | 2024-12-06T20:32:29.737Z | Checking crossterm v0.28.1 |
2108 | 2024-12-06T20:32:29.909Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2109 | 2024-12-06T20:32:29.937Z | Checking itertools v0.10.5 |
2110 | 2024-12-06T20:32:29.989Z | Checking itertools v0.12.1 |
2111 | 2024-12-06T20:32:30.061Z | Checking ahash v0.8.11 |
2112 | 2024-12-06T20:32:30.256Z | Checking fs-err v2.11.0 |
2113 | 2024-12-06T20:32:30.532Z | Checking x509-cert v0.2.5 |
2114 | 2024-12-06T20:32:30.627Z | Checking hex v0.4.3 |
2115 | 2024-12-06T20:32:30.849Z | Checking semver v1.0.23 |
2116 | 2024-12-06T20:32:31.056Z | Checking lalrpop-util v0.19.12 |
2117 | 2024-12-06T20:32:31.141Z | Checking peg-runtime v0.8.3 |
2118 | 2024-12-06T20:32:31.256Z | Checking sigpipe v0.1.3 |
2119 | 2024-12-06T20:32:32.243Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2120 | 2024-12-06T20:32:32.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.27s |
2121 | 2024-12-06T20:32:32.699Z | |
2122 | 2024-12-06T20:32:32.699Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
2123 | 2024-12-06T20:32:33.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2124 | 2024-12-06T20:32:33.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2125 | 2024-12-06T20:32:33.351Z | Compiling hashbrown v0.14.5 |
2126 | 2024-12-06T20:32:33.469Z | Checking heck v0.5.0 |
2127 | 2024-12-06T20:32:33.481Z | Compiling unsafe-libyaml v0.2.11 |
2128 | 2024-12-06T20:32:33.493Z | Compiling ident_case v1.0.1 |
2129 | 2024-12-06T20:32:33.506Z | Checking progenitor-client v0.8.0 |
2130 | 2024-12-06T20:32:33.518Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2131 | 2024-12-06T20:32:33.533Z | Compiling proc-macro-crate v1.3.1 |
2132 | 2024-12-06T20:32:33.622Z | Compiling darling_core v0.20.10 |
2133 | 2024-12-06T20:32:33.654Z | Checking ipnetwork v0.20.0 |
2134 | 2024-12-06T20:32:33.854Z | Compiling structmeta-derive v0.3.0 |
2135 | 2024-12-06T20:32:33.870Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2136 | 2024-12-06T20:32:34.015Z | Compiling newtype-uuid v1.1.3 |
2137 | 2024-12-06T20:32:34.172Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2138 | 2024-12-06T20:32:34.324Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-06T20:32:34.536Z | Compiling foreign-types-macros v0.2.3 |
2140 | 2024-12-06T20:32:34.620Z | Checking regress v0.10.1 |
2141 | 2024-12-06T20:32:34.646Z | Compiling num_enum_derive v0.5.11 |
2142 | 2024-12-06T20:32:35.082Z | Compiling serde_yaml v0.9.34+deprecated |
2143 | 2024-12-06T20:32:35.357Z | Compiling dropshot v0.13.0 |
2144 | 2024-12-06T20:32:35.652Z | Checking foreign-types-shared v0.3.1 |
2145 | 2024-12-06T20:32:35.767Z | Checking arc-swap v1.7.1 |
2146 | 2024-12-06T20:32:35.805Z | Checking foreign-types v0.5.0 |
2147 | 2024-12-06T20:32:36.022Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-12-06T20:32:36.204Z | Checking slog-scope v4.4.0 |
2149 | 2024-12-06T20:32:36.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2150 | 2024-12-06T20:32:36.815Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-06T20:32:36.888Z | Checking tungstenite v0.21.0 |
2152 | 2024-12-06T20:32:36.908Z | Compiling heck v0.3.3 |
2153 | 2024-12-06T20:32:37.219Z | Checking num_enum v0.5.11 |
2154 | 2024-12-06T20:32:37.245Z | Compiling parse-display-derive v0.10.0 |
2155 | 2024-12-06T20:32:37.331Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2156 | 2024-12-06T20:32:37.371Z | Compiling dropshot_endpoint v0.13.0 |
2157 | 2024-12-06T20:32:37.855Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2158 | 2024-12-06T20:32:38.170Z | Checking cstr-argument v0.1.2 |
2159 | 2024-12-06T20:32:38.210Z | Checking typify-impl v0.2.0 |
2160 | 2024-12-06T20:32:38.346Z | Checking instant v0.1.13 |
2161 | 2024-12-06T20:32:38.584Z | Checking base64 v0.21.7 |
2162 | 2024-12-06T20:32:39.076Z | Checking fastrand v2.1.1 |
2163 | 2024-12-06T20:32:39.407Z | Checking pretty-hex v0.2.1 |
2164 | 2024-12-06T20:32:39.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2165 | 2024-12-06T20:32:39.572Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2166 | 2024-12-06T20:32:39.714Z | Checking tempfile v3.13.0 |
2167 | 2024-12-06T20:32:39.806Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-12-06T20:32:39.840Z | Checking backoff v0.4.0 |
2169 | 2024-12-06T20:32:39.951Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2170 | 2024-12-06T20:32:40.080Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2171 | 2024-12-06T20:32:40.149Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2024-12-06T20:32:40.227Z | Checking strum v0.26.3 |
2173 | 2024-12-06T20:32:40.273Z | Compiling zone_cfg_derive v0.1.2 |
2174 | 2024-12-06T20:32:40.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2175 | 2024-12-06T20:32:40.682Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-12-06T20:32:40.707Z | Compiling darling_macro v0.20.10 |
2177 | 2024-12-06T20:32:40.766Z | Checking slog-stdlog v4.1.1 |
2178 | 2024-12-06T20:32:40.933Z | Checking regress v0.9.1 |
2179 | 2024-12-06T20:32:41.084Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-06T20:32:41.170Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2181 | 2024-12-06T20:32:41.240Z | Checking colored v2.1.0 |
2182 | 2024-12-06T20:32:41.447Z | Checking macaddr v1.0.1 |
2183 | 2024-12-06T20:32:41.542Z | Checking base64 v0.13.1 |
2184 | 2024-12-06T20:32:41.620Z | Compiling darling v0.20.10 |
2185 | 2024-12-06T20:32:41.747Z | Compiling serde_with_macros v3.11.0 |
2186 | 2024-12-06T20:32:41.791Z | Checking zone v0.1.8 |
2187 | 2024-12-06T20:32:41.891Z | Checking parse-display v0.10.0 |
2188 | 2024-12-06T20:32:41.922Z | Checking ron v0.7.1 |
2189 | 2024-12-06T20:32:42.128Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2190 | 2024-12-06T20:32:42.406Z | Checking xz2 v0.1.7 |
2191 | 2024-12-06T20:32:42.614Z | Checking slog-envlogger v2.2.0 |
2192 | 2024-12-06T20:32:42.713Z | Checking tabwriter v1.4.0 |
2193 | 2024-12-06T20:32:42.834Z | Checking xattr v1.3.1 |
2194 | 2024-12-06T20:32:42.933Z | Checking pem v3.0.4 |
2195 | 2024-12-06T20:32:43.029Z | Checking yasna v0.5.2 |
2196 | 2024-12-06T20:32:43.087Z | Checking headers-core v0.3.0 |
2197 | 2024-12-06T20:32:43.187Z | Checking smf v0.2.3 |
2198 | 2024-12-06T20:32:43.230Z | Checking filetime v0.2.25 |
2199 | 2024-12-06T20:32:43.436Z | Checking same-file v1.0.6 |
2200 | 2024-12-06T20:32:43.609Z | Checking walkdir v2.5.0 |
2201 | 2024-12-06T20:32:43.632Z | Checking tar v0.4.42 |
2202 | 2024-12-06T20:32:43.725Z | Checking headers v0.4.0 |
2203 | 2024-12-06T20:32:43.879Z | Checking atomicwrites v0.4.4 |
2204 | 2024-12-06T20:32:43.917Z | Checking rcgen v0.12.1 |
2205 | 2024-12-06T20:32:44.065Z | Checking camino-tempfile v1.1.1 |
2206 | 2024-12-06T20:32:44.314Z | Checking subprocess v0.2.9 |
2207 | 2024-12-06T20:32:44.613Z | Checking serde_with v3.11.0 |
2208 | 2024-12-06T20:32:48.472Z | Compiling typify-macro v0.2.0 |
2209 | 2024-12-06T20:32:50.309Z | Compiling typify v0.2.0 |
2210 | 2024-12-06T20:32:50.384Z | Compiling progenitor-impl v0.8.0 |
2211 | 2024-12-06T20:32:53.512Z | Compiling progenitor-macro v0.8.0 |
2212 | 2024-12-06T20:32:58.767Z | Checking progenitor v0.8.0 |
2213 | 2024-12-06T20:32:58.918Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2214 | 2024-12-06T20:32:58.920Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2024-12-06T20:33:01.630Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2216 | 2024-12-06T20:33:01.904Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2024-12-06T20:33:08.124Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2218 | 2024-12-06T20:33:09.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2219 | 2024-12-06T20:33:10.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.21s |
2220 | 2024-12-06T20:33:11.093Z | |
2221 | 2024-12-06T20:33:11.093Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
2222 | 2024-12-06T20:33:11.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2223 | 2024-12-06T20:33:11.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2224 | 2024-12-06T20:33:11.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2225 | 2024-12-06T20:33:13.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2226 | 2024-12-06T20:33:13.297Z | |
2227 | 2024-12-06T20:33:13.297Z | info: running `cargo check --bins` on nexus-config (31/173) |
2228 | 2024-12-06T20:33:13.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2229 | 2024-12-06T20:33:13.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2230 | 2024-12-06T20:33:13.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2231 | 2024-12-06T20:33:13.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2232 | 2024-12-06T20:33:13.910Z | |
2233 | 2024-12-06T20:33:13.910Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
2234 | 2024-12-06T20:33:14.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2235 | 2024-12-06T20:33:14.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2236 | 2024-12-06T20:33:14.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2237 | 2024-12-06T20:33:14.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2238 | 2024-12-06T20:33:14.509Z | |
2239 | 2024-12-06T20:33:14.509Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
2240 | 2024-12-06T20:33:15.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2241 | 2024-12-06T20:33:15.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2242 | 2024-12-06T20:33:15.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2243 | 2024-12-06T20:33:15.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2244 | 2024-12-06T20:33:15.128Z | |
2245 | 2024-12-06T20:33:15.128Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
2246 | 2024-12-06T20:33:15.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2247 | 2024-12-06T20:33:15.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2248 | 2024-12-06T20:33:15.799Z | Compiling zerocopy v0.8.10 |
2249 | 2024-12-06T20:33:15.799Z | Compiling progenitor-client v0.8.0 |
2250 | 2024-12-06T20:33:15.801Z | Compiling itertools v0.13.0 |
2251 | 2024-12-06T20:33:15.801Z | Compiling zerocopy-derive v0.8.10 |
2252 | 2024-12-06T20:33:15.801Z | Compiling heapless v0.8.0 |
2253 | 2024-12-06T20:33:15.801Z | Compiling newtype-uuid v1.1.3 |
2254 | 2024-12-06T20:33:15.801Z | Compiling ipnetwork v0.20.0 |
2255 | 2024-12-06T20:33:15.801Z | Checking hash32 v0.3.1 |
2256 | 2024-12-06T20:33:16.068Z | Compiling instant v0.1.13 |
2257 | 2024-12-06T20:33:16.210Z | Compiling smoltcp v0.11.0 |
2258 | 2024-12-06T20:33:16.227Z | Compiling backoff v0.4.0 |
2259 | 2024-12-06T20:33:16.361Z | Compiling progenitor v0.8.0 |
2260 | 2024-12-06T20:33:16.567Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2261 | 2024-12-06T20:33:16.618Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2262 | 2024-12-06T20:33:16.829Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-12-06T20:33:16.863Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2264 | 2024-12-06T20:33:16.939Z | Compiling serde_with v3.11.0 |
2265 | 2024-12-06T20:33:17.036Z | Compiling dropshot v0.13.0 |
2266 | 2024-12-06T20:33:17.179Z | Compiling parse-display v0.10.0 |
2267 | 2024-12-06T20:33:17.394Z | Checking num-rational v0.4.2 |
2268 | 2024-12-06T20:33:17.789Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2269 | 2024-12-06T20:33:17.953Z | Compiling regress v0.9.1 |
2270 | 2024-12-06T20:33:18.053Z | Compiling phf_generator v0.11.2 |
2271 | 2024-12-06T20:33:18.237Z | Checking num-complex v0.4.6 |
2272 | 2024-12-06T20:33:19.078Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2273 | 2024-12-06T20:33:19.742Z | Compiling macaddr v1.0.1 |
2274 | 2024-12-06T20:33:20.165Z | Checking cobs v0.2.3 |
2275 | 2024-12-06T20:33:20.199Z | Compiling num v0.4.3 |
2276 | 2024-12-06T20:33:20.345Z | Checking postcard v1.0.10 |
2277 | 2024-12-06T20:33:20.438Z | Compiling phf_codegen v0.11.2 |
2278 | 2024-12-06T20:33:20.917Z | Compiling parse-zoneinfo v0.3.1 |
2279 | 2024-12-06T20:33:20.936Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2280 | 2024-12-06T20:33:21.221Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2281 | 2024-12-06T20:33:21.364Z | Compiling float-ord v0.3.2 |
2282 | 2024-12-06T20:33:21.526Z | Compiling convert_case v0.4.0 |
2283 | 2024-12-06T20:33:22.244Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2284 | 2024-12-06T20:33:22.625Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2285 | 2024-12-06T20:33:22.936Z | Compiling derive_more v0.99.18 |
2286 | 2024-12-06T20:33:23.098Z | Compiling chrono-tz-build v0.4.0 |
2287 | 2024-12-06T20:33:23.770Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2288 | 2024-12-06T20:33:24.566Z | Compiling thiserror v2.0.3 |
2289 | 2024-12-06T20:33:24.672Z | Compiling crucible-workspace-hack v0.1.0 |
2290 | 2024-12-06T20:33:24.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2291 | 2024-12-06T20:33:24.971Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-12-06T20:33:25.085Z | Checking newline-converter v0.3.0 |
2293 | 2024-12-06T20:33:25.244Z | Checking prettyplease v0.2.25 |
2294 | 2024-12-06T20:33:25.541Z | Compiling thiserror-impl v2.0.3 |
2295 | 2024-12-06T20:33:25.646Z | Compiling slog-dtrace v0.3.0 |
2296 | 2024-12-06T20:33:25.940Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2297 | 2024-12-06T20:33:26.376Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2298 | 2024-12-06T20:33:26.379Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2299 | 2024-12-06T20:33:26.658Z | Checking expectorate v1.1.0 |
2300 | 2024-12-06T20:33:26.814Z | Compiling zone_cfg_derive v0.3.0 |
2301 | 2024-12-06T20:33:27.143Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2302 | 2024-12-06T20:33:27.448Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2303 | 2024-12-06T20:33:27.483Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2304 | 2024-12-06T20:33:28.332Z | Compiling const_format_proc_macros v0.2.33 |
2305 | 2024-12-06T20:33:28.363Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2306 | 2024-12-06T20:33:28.626Z | Compiling num-derive v0.4.2 |
2307 | 2024-12-06T20:33:29.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2308 | 2024-12-06T20:33:29.455Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2309 | 2024-12-06T20:33:29.472Z | Checking highway v1.2.0 |
2310 | 2024-12-06T20:33:29.678Z | Checking zone v0.3.0 |
2311 | 2024-12-06T20:33:29.893Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2312 | 2024-12-06T20:33:30.459Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2313 | 2024-12-06T20:33:30.511Z | Checking const_format v0.2.33 |
2314 | 2024-12-06T20:33:30.955Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2024-12-06T20:33:30.987Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2316 | 2024-12-06T20:33:31.002Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2317 | 2024-12-06T20:33:31.018Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-06T20:33:31.093Z | Checking gethostname v0.5.0 |
2319 | 2024-12-06T20:33:31.223Z | Checking bcs v0.1.6 |
2320 | 2024-12-06T20:33:31.440Z | Compiling async-recursion v1.1.1 |
2321 | 2024-12-06T20:33:32.629Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2322 | 2024-12-06T20:33:33.033Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2323 | 2024-12-06T20:33:38.710Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2324 | 2024-12-06T20:33:42.017Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2325 | 2024-12-06T20:33:44.563Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2326 | 2024-12-06T20:33:45.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.66s |
2327 | 2024-12-06T20:33:45.978Z | |
2328 | 2024-12-06T20:33:45.978Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
2329 | 2024-12-06T20:33:46.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-12-06T20:33:46.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-12-06T20:33:46.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-12-06T20:33:46.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2333 | 2024-12-06T20:33:46.610Z | |
2334 | 2024-12-06T20:33:46.610Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
2335 | 2024-12-06T20:33:47.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-12-06T20:33:47.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-12-06T20:33:47.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-12-06T20:33:47.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2339 | 2024-12-06T20:33:47.242Z | |
2340 | 2024-12-06T20:33:47.242Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
2341 | 2024-12-06T20:33:47.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-12-06T20:33:47.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-12-06T20:33:47.899Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-12-06T20:33:48.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2345 | 2024-12-06T20:33:48.697Z | |
2346 | 2024-12-06T20:33:48.697Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
2347 | 2024-12-06T20:33:49.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-12-06T20:33:49.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-12-06T20:33:49.366Z | Compiling cfg_aliases v0.1.1 |
2350 | 2024-12-06T20:33:49.368Z | Compiling vte_generate_state_changes v0.1.2 |
2351 | 2024-12-06T20:33:49.368Z | Checking fd-lock v4.0.2 |
2352 | 2024-12-06T20:33:49.368Z | Checking nibble_vec v0.1.0 |
2353 | 2024-12-06T20:33:49.368Z | Checking bytecount v0.6.8 |
2354 | 2024-12-06T20:33:49.468Z | Checking endian-type v0.1.2 |
2355 | 2024-12-06T20:33:49.482Z | Compiling tabled_derive v0.7.0 |
2356 | 2024-12-06T20:33:49.498Z | Compiling peg-macros v0.8.4 |
2357 | 2024-12-06T20:33:49.541Z | Compiling nix v0.28.0 |
2358 | 2024-12-06T20:33:49.611Z | Checking papergrid v0.11.0 |
2359 | 2024-12-06T20:33:49.628Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2360 | 2024-12-06T20:33:49.642Z | Compiling sqlparser_derive v0.2.2 |
2361 | 2024-12-06T20:33:49.684Z | Checking radix_trie v0.2.1 |
2362 | 2024-12-06T20:33:50.063Z | Checking vte v0.11.1 |
2363 | 2024-12-06T20:33:50.085Z | Checking unicode_categories v0.1.1 |
2364 | 2024-12-06T20:33:50.391Z | Checking nu-ansi-term v0.50.1 |
2365 | 2024-12-06T20:33:50.711Z | Checking home v0.5.9 |
2366 | 2024-12-06T20:33:50.786Z | Checking sqlparser v0.45.0 |
2367 | 2024-12-06T20:33:50.817Z | Checking sqlformat v0.2.6 |
2368 | 2024-12-06T20:33:50.851Z | Checking display-error-chain v0.2.2 |
2369 | 2024-12-06T20:33:51.436Z | Checking strip-ansi-escapes v0.2.0 |
2370 | 2024-12-06T20:33:51.576Z | Checking reedline v0.35.0 |
2371 | 2024-12-06T20:33:51.907Z | Checking tabled v0.15.0 |
2372 | 2024-12-06T20:33:52.396Z | Checking peg v0.8.4 |
2373 | 2024-12-06T20:33:52.846Z | Checking rustyline v14.0.0 |
2374 | 2024-12-06T20:34:01.574Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s |
2375 | 2024-12-06T20:34:01.739Z | |
2376 | 2024-12-06T20:34:01.739Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
2377 | 2024-12-06T20:34:02.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-12-06T20:34:02.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-12-06T20:34:02.403Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-12-06T20:34:07.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2381 | 2024-12-06T20:34:07.520Z | |
2382 | 2024-12-06T20:34:07.520Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
2383 | 2024-12-06T20:34:08.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-12-06T20:34:08.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-12-06T20:34:08.173Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-12-06T20:34:11.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
2387 | 2024-12-06T20:34:12.065Z | |
2388 | 2024-12-06T20:34:12.065Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
2389 | 2024-12-06T20:34:12.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-12-06T20:34:12.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-12-06T20:34:12.717Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-12-06T20:34:17.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2393 | 2024-12-06T20:34:17.592Z | |
2394 | 2024-12-06T20:34:17.592Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
2395 | 2024-12-06T20:34:18.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-12-06T20:34:18.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-12-06T20:34:18.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-12-06T20:34:22.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
2399 | 2024-12-06T20:34:23.159Z | |
2400 | 2024-12-06T20:34:23.159Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
2401 | 2024-12-06T20:34:23.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-12-06T20:34:23.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-12-06T20:34:23.816Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-12-06T20:34:27.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
2405 | 2024-12-06T20:34:27.938Z | |
2406 | 2024-12-06T20:34:27.938Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
2407 | 2024-12-06T20:34:28.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-12-06T20:34:28.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-12-06T20:34:28.589Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-12-06T20:34:32.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.62s |
2411 | 2024-12-06T20:34:32.733Z | |
2412 | 2024-12-06T20:34:32.733Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
2413 | 2024-12-06T20:34:33.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-12-06T20:34:33.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-12-06T20:34:33.391Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-12-06T20:34:38.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s |
2417 | 2024-12-06T20:34:38.526Z | |
2418 | 2024-12-06T20:34:38.526Z | info: running `cargo check --bins` on oximeter (46/173) |
2419 | 2024-12-06T20:34:39.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-12-06T20:34:39.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-12-06T20:34:39.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-12-06T20:34:39.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2423 | 2024-12-06T20:34:39.142Z | |
2424 | 2024-12-06T20:34:39.142Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
2425 | 2024-12-06T20:34:39.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-12-06T20:34:39.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-12-06T20:34:39.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-12-06T20:34:39.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2429 | 2024-12-06T20:34:39.738Z | |
2430 | 2024-12-06T20:34:39.738Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
2431 | 2024-12-06T20:34:40.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-12-06T20:34:40.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-12-06T20:34:40.363Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2434 | 2024-12-06T20:34:40.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s |
2435 | 2024-12-06T20:34:40.971Z | |
2436 | 2024-12-06T20:34:40.971Z | info: running `cargo check --bins` on oximeter-types (49/173) |
2437 | 2024-12-06T20:34:41.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-12-06T20:34:41.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-12-06T20:34:41.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-12-06T20:34:41.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2441 | 2024-12-06T20:34:41.590Z | |
2442 | 2024-12-06T20:34:41.590Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
2443 | 2024-12-06T20:34:42.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-06T20:34:42.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-06T20:34:42.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-06T20:34:42.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2447 | 2024-12-06T20:34:42.214Z | |
2448 | 2024-12-06T20:34:42.215Z | info: running `cargo check --bins` on oxql-types (51/173) |
2449 | 2024-12-06T20:34:42.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-06T20:34:42.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-06T20:34:42.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-12-06T20:34:42.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2453 | 2024-12-06T20:34:42.836Z | |
2454 | 2024-12-06T20:34:42.836Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
2455 | 2024-12-06T20:34:43.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-06T20:34:43.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-06T20:34:43.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-06T20:34:43.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2459 | 2024-12-06T20:34:43.480Z | |
2460 | 2024-12-06T20:34:43.480Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
2461 | 2024-12-06T20:34:44.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-06T20:34:44.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-06T20:34:44.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-06T20:34:44.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2465 | 2024-12-06T20:34:44.102Z | |
2466 | 2024-12-06T20:34:44.102Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
2467 | 2024-12-06T20:34:44.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-06T20:34:44.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-06T20:34:44.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-06T20:34:44.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2471 | 2024-12-06T20:34:44.737Z | |
2472 | 2024-12-06T20:34:44.737Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
2473 | 2024-12-06T20:34:45.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-06T20:34:45.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-06T20:34:45.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-06T20:34:45.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2477 | 2024-12-06T20:34:45.366Z | |
2478 | 2024-12-06T20:34:45.366Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
2479 | 2024-12-06T20:34:45.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-06T20:34:45.913Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-06T20:34:45.913Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-06T20:34:45.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2483 | 2024-12-06T20:34:45.987Z | |
2484 | 2024-12-06T20:34:45.987Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
2485 | 2024-12-06T20:34:46.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-06T20:34:46.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-06T20:34:46.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-06T20:34:46.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2489 | 2024-12-06T20:34:46.608Z | |
2490 | 2024-12-06T20:34:46.608Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
2491 | 2024-12-06T20:34:47.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-06T20:34:47.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-06T20:34:47.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-06T20:34:47.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2495 | 2024-12-06T20:34:47.215Z | |
2496 | 2024-12-06T20:34:47.215Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
2497 | 2024-12-06T20:34:47.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-06T20:34:47.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-06T20:34:47.772Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-06T20:34:47.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2501 | 2024-12-06T20:34:47.849Z | |
2502 | 2024-12-06T20:34:47.849Z | info: running `cargo check --bins` on dns-service-client (60/173) |
2503 | 2024-12-06T20:34:48.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-06T20:34:48.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-06T20:34:48.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-06T20:34:48.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2507 | 2024-12-06T20:34:48.468Z | |
2508 | 2024-12-06T20:34:48.468Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
2509 | 2024-12-06T20:34:49.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-06T20:34:49.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-06T20:34:49.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-06T20:34:49.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2513 | 2024-12-06T20:34:49.085Z | |
2514 | 2024-12-06T20:34:49.085Z | info: running `cargo check --bins` on dpd-client (62/173) |
2515 | 2024-12-06T20:34:49.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-06T20:34:49.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-06T20:34:49.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-06T20:34:49.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2519 | 2024-12-06T20:34:49.703Z | |
2520 | 2024-12-06T20:34:49.703Z | info: running `cargo check --bins` on gateway-client (63/173) |
2521 | 2024-12-06T20:34:50.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-06T20:34:50.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-06T20:34:50.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-06T20:34:50.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2525 | 2024-12-06T20:34:50.305Z | |
2526 | 2024-12-06T20:34:50.305Z | info: running `cargo check --bins` on installinator-client (64/173) |
2527 | 2024-12-06T20:34:50.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-06T20:34:50.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-06T20:34:50.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-06T20:34:50.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2531 | 2024-12-06T20:34:50.943Z | |
2532 | 2024-12-06T20:34:50.943Z | info: running `cargo check --bins` on installinator-common (65/173) |
2533 | 2024-12-06T20:34:51.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-06T20:34:51.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-06T20:34:51.502Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-06T20:34:51.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2537 | 2024-12-06T20:34:51.581Z | |
2538 | 2024-12-06T20:34:51.581Z | info: running `cargo check --bins` on update-engine (66/173) |
2539 | 2024-12-06T20:34:52.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-06T20:34:52.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-06T20:34:52.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-06T20:34:52.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2543 | 2024-12-06T20:34:52.185Z | |
2544 | 2024-12-06T20:34:52.185Z | info: running `cargo check --bins` on nexus-client (67/173) |
2545 | 2024-12-06T20:34:52.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-06T20:34:52.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-06T20:34:52.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-06T20:34:52.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2549 | 2024-12-06T20:34:52.839Z | |
2550 | 2024-12-06T20:34:52.839Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
2551 | 2024-12-06T20:34:53.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-06T20:34:53.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-06T20:34:53.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-06T20:34:53.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2555 | 2024-12-06T20:34:53.488Z | |
2556 | 2024-12-06T20:34:53.489Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
2557 | 2024-12-06T20:34:54.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-06T20:34:54.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-06T20:34:54.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-06T20:34:54.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2561 | 2024-12-06T20:34:54.103Z | |
2562 | 2024-12-06T20:34:54.103Z | info: running `cargo check --bins` on nexus-types (70/173) |
2563 | 2024-12-06T20:34:54.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-06T20:34:54.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-06T20:34:54.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-06T20:34:54.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2567 | 2024-12-06T20:34:54.756Z | |
2568 | 2024-12-06T20:34:54.756Z | info: running `cargo check --bins` on oxide-client (71/173) |
2569 | 2024-12-06T20:34:55.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-06T20:34:55.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-06T20:34:55.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-06T20:34:55.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2573 | 2024-12-06T20:34:55.372Z | |
2574 | 2024-12-06T20:34:55.372Z | info: running `cargo check --bins` on oximeter-client (72/173) |
2575 | 2024-12-06T20:34:55.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-06T20:34:55.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-06T20:34:55.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-06T20:34:55.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2579 | 2024-12-06T20:34:55.994Z | |
2580 | 2024-12-06T20:34:55.994Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
2581 | 2024-12-06T20:34:56.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-06T20:34:56.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-06T20:34:56.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-06T20:34:56.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-12-06T20:34:56.608Z | |
2586 | 2024-12-06T20:34:56.608Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
2587 | 2024-12-06T20:34:57.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-06T20:34:57.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-06T20:34:57.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-06T20:34:57.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2591 | 2024-12-06T20:34:57.238Z | |
2592 | 2024-12-06T20:34:57.238Z | info: running `cargo check --bins` on wicketd-client (75/173) |
2593 | 2024-12-06T20:34:57.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-06T20:34:57.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-06T20:34:57.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-06T20:34:57.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2597 | 2024-12-06T20:34:57.893Z | |
2598 | 2024-12-06T20:34:57.893Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
2599 | 2024-12-06T20:34:58.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-06T20:34:58.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-06T20:34:58.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-06T20:34:58.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2603 | 2024-12-06T20:34:58.541Z | |
2604 | 2024-12-06T20:34:58.541Z | info: running `cargo check --bins` on wicket-common (77/173) |
2605 | 2024-12-06T20:34:59.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-06T20:34:59.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-06T20:34:59.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-12-06T20:34:59.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2609 | 2024-12-06T20:34:59.182Z | |
2610 | 2024-12-06T20:34:59.182Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
2611 | 2024-12-06T20:34:59.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-12-06T20:34:59.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-12-06T20:34:59.839Z | Checking csv-core v0.1.11 |
2614 | 2024-12-06T20:34:59.842Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2615 | 2024-12-06T20:34:59.842Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-12-06T20:35:00.147Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2617 | 2024-12-06T20:35:00.157Z | Checking csv v1.3.0 |
2618 | 2024-12-06T20:35:00.721Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2619 | 2024-12-06T20:35:01.049Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2024-12-06T20:35:02.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s |
2621 | 2024-12-06T20:35:02.483Z | |
2622 | 2024-12-06T20:35:02.483Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
2623 | 2024-12-06T20:35:03.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-12-06T20:35:03.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-12-06T20:35:03.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-12-06T20:35:03.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2627 | 2024-12-06T20:35:03.112Z | |
2628 | 2024-12-06T20:35:03.112Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
2629 | 2024-12-06T20:35:03.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-12-06T20:35:03.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-12-06T20:35:03.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-12-06T20:35:03.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2633 | 2024-12-06T20:35:03.739Z | |
2634 | 2024-12-06T20:35:03.739Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
2635 | 2024-12-06T20:35:04.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-12-06T20:35:04.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-12-06T20:35:04.385Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-12-06T20:35:04.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2639 | 2024-12-06T20:35:04.478Z | |
2640 | 2024-12-06T20:35:04.478Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
2641 | 2024-12-06T20:35:05.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-12-06T20:35:05.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-12-06T20:35:05.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-12-06T20:35:05.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2645 | 2024-12-06T20:35:05.195Z | |
2646 | 2024-12-06T20:35:05.195Z | info: running `cargo check --bins` on dns-server (83/173) |
2647 | 2024-12-06T20:35:05.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-12-06T20:35:05.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-12-06T20:35:05.836Z | Compiling parking_lot_core v0.8.6 |
2650 | 2024-12-06T20:35:05.836Z | Checking fxhash v0.2.1 |
2651 | 2024-12-06T20:35:05.839Z | Checking hickory-server v0.24.1 |
2652 | 2024-12-06T20:35:05.839Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2653 | 2024-12-06T20:35:05.938Z | Checking hickory-client v0.24.1 |
2654 | 2024-12-06T20:35:06.500Z | Checking parking_lot v0.11.2 |
2655 | 2024-12-06T20:35:06.652Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2656 | 2024-12-06T20:35:06.654Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2657 | 2024-12-06T20:35:06.747Z | Checking sled v0.34.7 |
2658 | 2024-12-06T20:35:08.508Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2659 | 2024-12-06T20:35:09.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.56s |
2660 | 2024-12-06T20:35:09.930Z | |
2661 | 2024-12-06T20:35:09.930Z | info: running `cargo check --bins` on dns-server-api (84/173) |
2662 | 2024-12-06T20:35:10.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-12-06T20:35:10.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-12-06T20:35:10.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-12-06T20:35:10.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2666 | 2024-12-06T20:35:10.564Z | |
2667 | 2024-12-06T20:35:10.564Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
2668 | 2024-12-06T20:35:11.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-12-06T20:35:11.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-12-06T20:35:11.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-12-06T20:35:11.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2672 | 2024-12-06T20:35:11.241Z | |
2673 | 2024-12-06T20:35:11.241Z | info: running `cargo check --bins` on gateway-types (86/173) |
2674 | 2024-12-06T20:35:11.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-12-06T20:35:11.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-12-06T20:35:11.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-12-06T20:35:11.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2678 | 2024-12-06T20:35:12.038Z | |
2679 | 2024-12-06T20:35:12.038Z | info: running `cargo check --bins` on ipcc (87/173) |
2680 | 2024-12-06T20:35:12.422Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-12-06T20:35:12.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-12-06T20:35:12.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-12-06T20:35:12.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2684 | 2024-12-06T20:35:12.502Z | |
2685 | 2024-12-06T20:35:12.502Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
2686 | 2024-12-06T20:35:13.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-12-06T20:35:13.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-12-06T20:35:13.201Z | Compiling radium v0.7.0 |
2689 | 2024-12-06T20:35:13.202Z | Compiling semver v0.1.20 |
2690 | 2024-12-06T20:35:13.307Z | Compiling maybe-uninit v2.0.0 |
2691 | 2024-12-06T20:35:13.316Z | Checking tap v1.0.1 |
2692 | 2024-12-06T20:35:13.334Z | Checking password-hash v0.5.0 |
2693 | 2024-12-06T20:35:13.337Z | Checking blake2 v0.10.6 |
2694 | 2024-12-06T20:35:13.337Z | Compiling packed_struct v0.10.1 |
2695 | 2024-12-06T20:35:13.337Z | Compiling cancel-safe-futures v0.1.5 |
2696 | 2024-12-06T20:35:13.455Z | Checking wyz v0.5.1 |
2697 | 2024-12-06T20:35:13.675Z | Compiling rustc_version v0.1.7 |
2698 | 2024-12-06T20:35:13.776Z | Compiling owo-colors v4.1.0 |
2699 | 2024-12-06T20:35:13.795Z | Checking funty v2.0.0 |
2700 | 2024-12-06T20:35:13.823Z | Checking crc-catalog v2.4.0 |
2701 | 2024-12-06T20:35:13.894Z | Checking argon2 v0.5.3 |
2702 | 2024-12-06T20:35:13.949Z | Compiling packed_struct_codegen v0.10.1 |
2703 | 2024-12-06T20:35:13.964Z | Checking crc v3.2.1 |
2704 | 2024-12-06T20:35:14.014Z | Compiling indexmap v1.9.3 |
2705 | 2024-12-06T20:35:14.063Z | Checking half v2.4.1 |
2706 | 2024-12-06T20:35:14.116Z | Checking nodrop v0.1.14 |
2707 | 2024-12-06T20:35:14.140Z | Compiling newtype_derive v0.1.6 |
2708 | 2024-12-06T20:35:14.229Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2709 | 2024-12-06T20:35:14.312Z | Checking ciborium-io v0.2.2 |
2710 | 2024-12-06T20:35:14.412Z | Checking array-init v0.0.4 |
2711 | 2024-12-06T20:35:14.512Z | Checking ciborium-ll v0.2.2 |
2712 | 2024-12-06T20:35:14.543Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2713 | 2024-12-06T20:35:14.565Z | Checking smallvec v0.6.14 |
2714 | 2024-12-06T20:35:14.601Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-12-06T20:35:14.716Z | Checking bitvec v1.0.1 |
2716 | 2024-12-06T20:35:14.837Z | Checking libsw v3.3.1 |
2717 | 2024-12-06T20:35:14.956Z | Compiling memoffset v0.9.1 |
2718 | 2024-12-06T20:35:15.119Z | Checking termcolor v1.4.1 |
2719 | 2024-12-06T20:35:15.223Z | Checking hashbrown v0.12.3 |
2720 | 2024-12-06T20:35:15.254Z | Checking swrite v0.1.0 |
2721 | 2024-12-06T20:35:15.344Z | Checking linear-map v1.2.0 |
2722 | 2024-12-06T20:35:15.371Z | Checking bitfield v0.14.0 |
2723 | 2024-12-06T20:35:15.406Z | Checking indent_write v2.2.0 |
2724 | 2024-12-06T20:35:15.560Z | Checking env_logger v0.10.2 |
2725 | 2024-12-06T20:35:15.610Z | Checking serde-hex v0.1.0 |
2726 | 2024-12-06T20:35:15.656Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2727 | 2024-12-06T20:35:15.812Z | Checking ron v0.8.1 |
2728 | 2024-12-06T20:35:15.973Z | Checking ciborium v0.2.2 |
2729 | 2024-12-06T20:35:16.300Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2730 | 2024-12-06T20:35:16.738Z | Checking steno v0.4.1 |
2731 | 2024-12-06T20:35:16.999Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2732 | 2024-12-06T20:35:17.056Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2024-12-06T20:35:17.165Z | Checking hashbrown v0.13.2 |
2734 | 2024-12-06T20:35:17.229Z | Checking humantime v2.1.0 |
2735 | 2024-12-06T20:35:17.229Z | Checking crc-any v2.5.0 |
2736 | 2024-12-06T20:35:17.516Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-06T20:35:17.622Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2738 | 2024-12-06T20:35:17.893Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2739 | 2024-12-06T20:35:18.184Z | Checking path-slash v0.1.5 |
2740 | 2024-12-06T20:35:18.217Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2741 | 2024-12-06T20:35:18.232Z | Checking object v0.30.4 |
2742 | 2024-12-06T20:35:18.398Z | Checking nix v0.27.1 |
2743 | 2024-12-06T20:35:18.972Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2744 | 2024-12-06T20:35:19.268Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2745 | 2024-12-06T20:35:19.522Z | Checking tungstenite v0.23.0 |
2746 | 2024-12-06T20:35:19.631Z | Checking kstat-rs v0.2.4 |
2747 | 2024-12-06T20:35:19.707Z | Checking signal-hook-tokio v0.3.1 |
2748 | 2024-12-06T20:35:19.975Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2024-12-06T20:35:20.213Z | Checking tokio-tungstenite v0.23.1 |
2750 | 2024-12-06T20:35:21.025Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2751 | 2024-12-06T20:35:21.167Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-06T20:35:21.311Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-12-06T20:35:28.098Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-12-06T20:35:29.396Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2755 | 2024-12-06T20:35:32.297Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2756 | 2024-12-06T20:35:37.849Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-12-06T20:35:38.539Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2758 | 2024-12-06T20:35:41.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.81s |
2759 | 2024-12-06T20:35:41.514Z | |
2760 | 2024-12-06T20:35:41.514Z | info: running `cargo check --bins` on gateway-api (89/173) |
2761 | 2024-12-06T20:35:42.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-12-06T20:35:42.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-12-06T20:35:42.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-12-06T20:35:42.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2765 | 2024-12-06T20:35:42.148Z | |
2766 | 2024-12-06T20:35:42.149Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
2767 | 2024-12-06T20:35:42.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-12-06T20:35:42.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-12-06T20:35:42.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-12-06T20:35:42.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2771 | 2024-12-06T20:35:42.751Z | |
2772 | 2024-12-06T20:35:42.751Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
2773 | 2024-12-06T20:35:43.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-12-06T20:35:43.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-12-06T20:35:43.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-12-06T20:35:43.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2777 | 2024-12-06T20:35:43.377Z | |
2778 | 2024-12-06T20:35:43.377Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
2779 | 2024-12-06T20:35:43.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-12-06T20:35:43.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-12-06T20:35:43.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-12-06T20:35:43.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2783 | 2024-12-06T20:35:43.999Z | |
2784 | 2024-12-06T20:35:43.999Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
2785 | 2024-12-06T20:35:44.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-12-06T20:35:44.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-12-06T20:35:44.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-12-06T20:35:44.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2789 | 2024-12-06T20:35:44.632Z | |
2790 | 2024-12-06T20:35:44.632Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
2791 | 2024-12-06T20:35:45.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-12-06T20:35:45.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-12-06T20:35:45.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-12-06T20:35:45.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2795 | 2024-12-06T20:35:45.247Z | |
2796 | 2024-12-06T20:35:45.247Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
2797 | 2024-12-06T20:35:45.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-12-06T20:35:45.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-12-06T20:35:45.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-12-06T20:35:45.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2024-12-06T20:35:45.874Z | |
2802 | 2024-12-06T20:35:45.874Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
2803 | 2024-12-06T20:35:46.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-12-06T20:35:46.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-12-06T20:35:46.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-12-06T20:35:46.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2807 | 2024-12-06T20:35:46.491Z | |
2808 | 2024-12-06T20:35:46.491Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
2809 | 2024-12-06T20:35:47.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-12-06T20:35:47.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-12-06T20:35:47.054Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-12-06T20:35:47.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2813 | 2024-12-06T20:35:47.131Z | |
2814 | 2024-12-06T20:35:47.131Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
2815 | 2024-12-06T20:35:47.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-12-06T20:35:47.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-12-06T20:35:47.676Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-12-06T20:35:47.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2819 | 2024-12-06T20:35:47.750Z | |
2820 | 2024-12-06T20:35:47.750Z | info: running `cargo check --bins` on sp-sim (99/173) |
2821 | 2024-12-06T20:35:48.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-12-06T20:35:48.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-12-06T20:35:48.379Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2024-12-06T20:35:50.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s |
2825 | 2024-12-06T20:35:50.387Z | |
2826 | 2024-12-06T20:35:50.387Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
2827 | 2024-12-06T20:35:50.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-12-06T20:35:50.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-12-06T20:35:50.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-12-06T20:35:50.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2831 | 2024-12-06T20:35:51.051Z | |
2832 | 2024-12-06T20:35:51.051Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
2833 | 2024-12-06T20:35:51.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-12-06T20:35:51.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-12-06T20:35:51.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-12-06T20:35:51.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2837 | 2024-12-06T20:35:51.724Z | |
2838 | 2024-12-06T20:35:51.724Z | info: running `cargo check --bins` on db-macros (102/173) |
2839 | 2024-12-06T20:35:52.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-12-06T20:35:52.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-12-06T20:35:52.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-12-06T20:35:52.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2843 | 2024-12-06T20:35:52.324Z | |
2844 | 2024-12-06T20:35:52.324Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
2845 | 2024-12-06T20:35:52.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-12-06T20:35:52.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-12-06T20:35:52.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-12-06T20:35:52.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2849 | 2024-12-06T20:35:52.924Z | |
2850 | 2024-12-06T20:35:52.924Z | info: running `cargo check --bins` on nexus-auth (104/173) |
2851 | 2024-12-06T20:35:53.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-12-06T20:35:53.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-12-06T20:35:53.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-12-06T20:35:53.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2855 | 2024-12-06T20:35:53.583Z | |
2856 | 2024-12-06T20:35:53.583Z | info: running `cargo check --bins` on authz-macros (105/173) |
2857 | 2024-12-06T20:35:54.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-12-06T20:35:54.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-12-06T20:35:54.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-12-06T20:35:54.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2861 | 2024-12-06T20:35:54.190Z | |
2862 | 2024-12-06T20:35:54.190Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
2863 | 2024-12-06T20:35:54.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-12-06T20:35:54.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-12-06T20:35:54.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-12-06T20:35:54.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2867 | 2024-12-06T20:35:54.842Z | |
2868 | 2024-12-06T20:35:54.842Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
2869 | 2024-12-06T20:35:55.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-12-06T20:35:55.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-12-06T20:35:55.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-12-06T20:35:55.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2873 | 2024-12-06T20:35:55.491Z | |
2874 | 2024-12-06T20:35:55.491Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
2875 | 2024-12-06T20:35:56.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-12-06T20:35:56.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-12-06T20:35:56.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-12-06T20:35:56.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2879 | 2024-12-06T20:35:56.109Z | |
2880 | 2024-12-06T20:35:56.109Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
2881 | 2024-12-06T20:35:56.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-12-06T20:35:56.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-12-06T20:35:56.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-12-06T20:35:56.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2885 | 2024-12-06T20:35:56.750Z | |
2886 | 2024-12-06T20:35:56.750Z | info: running `cargo check --bins` on typed-rng (110/173) |
2887 | 2024-12-06T20:35:57.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-12-06T20:35:57.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-12-06T20:35:57.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-12-06T20:35:57.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2891 | 2024-12-06T20:35:57.351Z | |
2892 | 2024-12-06T20:35:57.351Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
2893 | 2024-12-06T20:35:57.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-12-06T20:35:57.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-12-06T20:35:58.077Z | Checking keccak v0.1.5 |
2896 | 2024-12-06T20:35:58.187Z | Checking secrecy v0.8.0 |
2897 | 2024-12-06T20:35:58.189Z | Compiling unicase v2.7.0 |
2898 | 2024-12-06T20:35:58.196Z | Compiling same-file v1.0.6 |
2899 | 2024-12-06T20:35:58.206Z | Compiling tempfile v3.13.0 |
2900 | 2024-12-06T20:35:58.228Z | Compiling thiserror-impl-no-std v2.0.2 |
2901 | 2024-12-06T20:35:58.230Z | Checking universal-hash v0.5.1 |
2902 | 2024-12-06T20:35:58.230Z | Compiling blake3 v1.5.4 |
2903 | 2024-12-06T20:35:58.375Z | Compiling walkdir v2.5.0 |
2904 | 2024-12-06T20:35:58.450Z | Compiling ring v0.16.20 |
2905 | 2024-12-06T20:35:58.468Z | Checking sha3 v0.10.8 |
2906 | 2024-12-06T20:35:58.484Z | Checking opaque-debug v0.3.1 |
2907 | 2024-12-06T20:35:58.576Z | Checking poly1305 v0.8.0 |
2908 | 2024-12-06T20:35:58.630Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2024-12-06T20:35:58.889Z | Checking chacha20 v0.9.1 |
2910 | 2024-12-06T20:35:58.920Z | Checking aead v0.5.2 |
2911 | 2024-12-06T20:35:59.198Z | Compiling memmap2 v0.9.5 |
2912 | 2024-12-06T20:35:59.201Z | Compiling salty v0.3.0 |
2913 | 2024-12-06T20:35:59.201Z | Compiling arrayref v0.3.9 |
2914 | 2024-12-06T20:35:59.201Z | Compiling spin v0.5.2 |
2915 | 2024-12-06T20:35:59.219Z | Compiling arrayvec v0.7.6 |
2916 | 2024-12-06T20:35:59.236Z | Compiling libefi-sys v0.1.0 |
2917 | 2024-12-06T20:35:59.365Z | Compiling constant_time_eq v0.3.1 |
2918 | 2024-12-06T20:35:59.494Z | Checking chacha20poly1305 v0.10.1 |
2919 | 2024-12-06T20:35:59.527Z | Compiling toolchain_find v0.4.0 |
2920 | 2024-12-06T20:35:59.603Z | Compiling camino-tempfile v1.1.1 |
2921 | 2024-12-06T20:35:59.618Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2922 | 2024-12-06T20:35:59.656Z | Compiling bitfield-struct v0.6.2 |
2923 | 2024-12-06T20:35:59.963Z | Compiling topological-sort v0.2.2 |
2924 | 2024-12-06T20:36:00.055Z | Compiling mime_guess v2.0.5 |
2925 | 2024-12-06T20:36:00.103Z | Compiling rustfmt-wrapper v0.2.1 |
2926 | 2024-12-06T20:36:00.592Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2927 | 2024-12-06T20:36:00.696Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2928 | 2024-12-06T20:36:00.806Z | Checking primeorder v0.13.6 |
2929 | 2024-12-06T20:36:00.855Z | Checking env_filter v0.1.2 |
2930 | 2024-12-06T20:36:00.998Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-12-06T20:36:01.084Z | Checking env_logger v0.11.5 |
2932 | 2024-12-06T20:36:01.107Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2933 | 2024-12-06T20:36:01.266Z | Checking p384 v0.13.0 |
2934 | 2024-12-06T20:36:01.348Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2935 | 2024-12-06T20:36:01.371Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2936 | 2024-12-06T20:36:01.406Z | Checking thiserror-no-std v2.0.2 |
2937 | 2024-12-06T20:36:01.511Z | Checking vsss-rs v3.3.4 |
2938 | 2024-12-06T20:36:01.607Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2939 | 2024-12-06T20:36:01.645Z | Compiling zip v2.1.3 |
2940 | 2024-12-06T20:36:01.662Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2941 | 2024-12-06T20:36:01.937Z | Checking http-range v0.1.5 |
2942 | 2024-12-06T20:36:01.956Z | Checking simd-adler32 v0.3.7 |
2943 | 2024-12-06T20:36:01.999Z | Checking bumpalo v3.16.0 |
2944 | 2024-12-06T20:36:02.105Z | Checking lockfree-object-pool v0.1.6 |
2945 | 2024-12-06T20:36:02.123Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2946 | 2024-12-06T20:36:02.279Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2947 | 2024-12-06T20:36:02.350Z | Checking zopfli v0.8.1 |
2948 | 2024-12-06T20:36:02.350Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2949 | 2024-12-06T20:36:02.438Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2950 | 2024-12-06T20:36:02.638Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2951 | 2024-12-06T20:36:03.036Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2952 | 2024-12-06T20:36:03.052Z | Checking nanorand v0.7.0 |
2953 | 2024-12-06T20:36:03.054Z | Checking atty v0.2.14 |
2954 | 2024-12-06T20:36:03.184Z | Checking glob v0.3.1 |
2955 | 2024-12-06T20:36:03.202Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2956 | 2024-12-06T20:36:03.417Z | Checking flume v0.11.1 |
2957 | 2024-12-06T20:36:03.496Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2958 | 2024-12-06T20:36:03.732Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2959 | 2024-12-06T20:36:04.175Z | Compiling omicron-zone-package v0.11.1 |
2960 | 2024-12-06T20:36:04.899Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2961 | 2024-12-06T20:36:05.051Z | Checking hyper-staticfile v0.10.1 |
2962 | 2024-12-06T20:36:05.711Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2963 | 2024-12-06T20:36:05.730Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2964 | 2024-12-06T20:36:05.747Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2965 | 2024-12-06T20:36:05.855Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2024-12-06T20:36:06.108Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2967 | 2024-12-06T20:36:06.271Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2968 | 2024-12-06T20:36:06.802Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2969 | 2024-12-06T20:36:07.526Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2970 | 2024-12-06T20:36:08.570Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2971 | 2024-12-06T20:36:10.484Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2972 | 2024-12-06T20:36:10.484Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2973 | 2024-12-06T20:36:20.569Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2974 | 2024-12-06T20:36:33.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.46s |
2975 | 2024-12-06T20:36:34.008Z | |
2976 | 2024-12-06T20:36:34.008Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
2977 | 2024-12-06T20:36:34.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-12-06T20:36:34.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-12-06T20:36:34.735Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2980 | 2024-12-06T20:36:48.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s |
2981 | 2024-12-06T20:36:48.430Z | |
2982 | 2024-12-06T20:36:48.430Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
2983 | 2024-12-06T20:36:49.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-12-06T20:36:49.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-12-06T20:36:49.154Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-12-06T20:37:02.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
2987 | 2024-12-06T20:37:02.888Z | |
2988 | 2024-12-06T20:37:02.888Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
2989 | 2024-12-06T20:37:03.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-12-06T20:37:03.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-12-06T20:37:03.610Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-12-06T20:37:17.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.24s |
2993 | 2024-12-06T20:37:17.326Z | |
2994 | 2024-12-06T20:37:17.326Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
2995 | 2024-12-06T20:37:17.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2996 | 2024-12-06T20:37:17.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2997 | 2024-12-06T20:37:18.045Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2998 | 2024-12-06T20:37:31.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
2999 | 2024-12-06T20:37:31.643Z | |
3000 | 2024-12-06T20:37:31.643Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
3001 | 2024-12-06T20:37:32.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3002 | 2024-12-06T20:37:32.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3003 | 2024-12-06T20:37:32.364Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3004 | 2024-12-06T20:37:45.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
3005 | 2024-12-06T20:37:45.897Z | |
3006 | 2024-12-06T20:37:45.897Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
3007 | 2024-12-06T20:37:46.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3008 | 2024-12-06T20:37:46.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3009 | 2024-12-06T20:37:46.619Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3010 | 2024-12-06T20:38:00.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
3011 | 2024-12-06T20:38:00.254Z | |
3012 | 2024-12-06T20:38:00.254Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
3013 | 2024-12-06T20:38:00.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3014 | 2024-12-06T20:38:00.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3015 | 2024-12-06T20:38:00.982Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3016 | 2024-12-06T20:38:14.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3017 | 2024-12-06T20:38:14.683Z | |
3018 | 2024-12-06T20:38:14.683Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
3019 | 2024-12-06T20:38:15.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3020 | 2024-12-06T20:38:15.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3021 | 2024-12-06T20:38:15.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3022 | 2024-12-06T20:38:15.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3023 | 2024-12-06T20:38:15.334Z | |
3024 | 2024-12-06T20:38:15.335Z | info: running `cargo check --bins` on key-manager (120/173) |
3025 | 2024-12-06T20:38:15.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-12-06T20:38:15.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-12-06T20:38:15.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-12-06T20:38:15.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3029 | 2024-12-06T20:38:15.962Z | |
3030 | 2024-12-06T20:38:15.962Z | info: running `cargo check --bins` on range-requests (121/173) |
3031 | 2024-12-06T20:38:16.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-12-06T20:38:16.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-12-06T20:38:16.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-12-06T20:38:16.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3035 | 2024-12-06T20:38:16.570Z | |
3036 | 2024-12-06T20:38:16.570Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
3037 | 2024-12-06T20:38:17.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-12-06T20:38:17.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-12-06T20:38:17.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2024-12-06T20:38:17.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3041 | 2024-12-06T20:38:17.186Z | |
3042 | 2024-12-06T20:38:17.186Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
3043 | 2024-12-06T20:38:17.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-12-06T20:38:17.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-12-06T20:38:17.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2024-12-06T20:38:17.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3047 | 2024-12-06T20:38:17.838Z | |
3048 | 2024-12-06T20:38:17.838Z | info: running `cargo check --bins` on sled-hardware (124/173) |
3049 | 2024-12-06T20:38:18.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-12-06T20:38:18.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-12-06T20:38:18.391Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2024-12-06T20:38:18.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3053 | 2024-12-06T20:38:18.471Z | |
3054 | 2024-12-06T20:38:18.471Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
3055 | 2024-12-06T20:38:19.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2024-12-06T20:38:19.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2024-12-06T20:38:19.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2024-12-06T20:38:19.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3059 | 2024-12-06T20:38:19.106Z | |
3060 | 2024-12-06T20:38:19.106Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
3061 | 2024-12-06T20:38:19.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2024-12-06T20:38:19.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2024-12-06T20:38:19.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2024-12-06T20:38:19.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3065 | 2024-12-06T20:38:19.743Z | |
3066 | 2024-12-06T20:38:19.743Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
3067 | 2024-12-06T20:38:20.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2024-12-06T20:38:20.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2024-12-06T20:38:20.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2024-12-06T20:38:20.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3071 | 2024-12-06T20:38:20.385Z | |
3072 | 2024-12-06T20:38:20.385Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
3073 | 2024-12-06T20:38:20.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2024-12-06T20:38:20.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2024-12-06T20:38:20.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2024-12-06T20:38:20.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3077 | 2024-12-06T20:38:21.029Z | |
3078 | 2024-12-06T20:38:21.029Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
3079 | 2024-12-06T20:38:21.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2024-12-06T20:38:21.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2024-12-06T20:38:21.704Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3082 | 2024-12-06T20:38:21.704Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3083 | 2024-12-06T20:38:22.587Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3084 | 2024-12-06T20:38:24.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
3085 | 2024-12-06T20:38:24.745Z | |
3086 | 2024-12-06T20:38:24.745Z | info: running `cargo check --bins` on oximeter-api (130/173) |
3087 | 2024-12-06T20:38:25.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3088 | 2024-12-06T20:38:25.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3089 | 2024-12-06T20:38:25.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3090 | 2024-12-06T20:38:25.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3091 | 2024-12-06T20:38:25.360Z | |
3092 | 2024-12-06T20:38:25.360Z | info: running `cargo check --bins` on cert-dev (131/173) |
3093 | 2024-12-06T20:38:25.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3094 | 2024-12-06T20:38:25.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3095 | 2024-12-06T20:38:25.961Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3096 | 2024-12-06T20:38:26.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
3097 | 2024-12-06T20:38:26.393Z | |
3098 | 2024-12-06T20:38:26.393Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
3099 | 2024-12-06T20:38:26.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3100 | 2024-12-06T20:38:26.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3101 | 2024-12-06T20:38:27.061Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3102 | 2024-12-06T20:38:27.061Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3103 | 2024-12-06T20:38:27.661Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3104 | 2024-12-06T20:38:28.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
3105 | 2024-12-06T20:38:28.203Z | |
3106 | 2024-12-06T20:38:28.203Z | info: running `cargo check --bins` on ch-dev (133/173) |
3107 | 2024-12-06T20:38:28.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-12-06T20:38:28.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-12-06T20:38:28.854Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3110 | 2024-12-06T20:38:29.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3111 | 2024-12-06T20:38:29.722Z | |
3112 | 2024-12-06T20:38:29.722Z | info: running `cargo check --bins` on crdb-seed (134/173) |
3113 | 2024-12-06T20:38:30.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-12-06T20:38:30.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-12-06T20:38:30.369Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3116 | 2024-12-06T20:38:30.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3117 | 2024-12-06T20:38:30.912Z | |
3118 | 2024-12-06T20:38:30.912Z | info: running `cargo check --bins` on db-dev (135/173) |
3119 | 2024-12-06T20:38:31.467Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-12-06T20:38:31.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-12-06T20:38:31.560Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3122 | 2024-12-06T20:38:32.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
3123 | 2024-12-06T20:38:32.456Z | |
3124 | 2024-12-06T20:38:32.457Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
3125 | 2024-12-06T20:38:33.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-12-06T20:38:33.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-12-06T20:38:33.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2024-12-06T20:38:33.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3129 | 2024-12-06T20:38:33.120Z | |
3130 | 2024-12-06T20:38:33.121Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
3131 | 2024-12-06T20:38:33.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-12-06T20:38:33.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-12-06T20:38:33.688Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3134 | 2024-12-06T20:38:34.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3135 | 2024-12-06T20:38:34.733Z | |
3136 | 2024-12-06T20:38:34.733Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
3137 | 2024-12-06T20:38:35.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-12-06T20:38:35.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-12-06T20:38:35.344Z | Checking cargo-platform v0.1.8 |
3140 | 2024-12-06T20:38:35.611Z | Checking cargo_metadata v0.18.1 |
3141 | 2024-12-06T20:38:36.577Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3142 | 2024-12-06T20:38:37.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3143 | 2024-12-06T20:38:37.460Z | |
3144 | 2024-12-06T20:38:37.460Z | info: running `cargo check --bins` on mgs-dev (139/173) |
3145 | 2024-12-06T20:38:38.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2024-12-06T20:38:38.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2024-12-06T20:38:38.159Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3148 | 2024-12-06T20:38:38.875Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3149 | 2024-12-06T20:38:39.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
3150 | 2024-12-06T20:38:39.616Z | |
3151 | 2024-12-06T20:38:39.616Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
3152 | 2024-12-06T20:38:40.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-06T20:38:40.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-06T20:38:40.390Z | Compiling crunchy v0.2.2 |
3155 | 2024-12-06T20:38:40.392Z | Compiling tiny-keccak v2.0.2 |
3156 | 2024-12-06T20:38:40.392Z | Compiling dsl_auto_type v0.1.2 |
3157 | 2024-12-06T20:38:40.392Z | Checking scheduled-thread-pool v0.2.7 |
3158 | 2024-12-06T20:38:40.392Z | Compiling diesel_table_macro_syntax v0.2.0 |
3159 | 2024-12-06T20:38:40.523Z | Compiling ascii-canvas v3.0.0 |
3160 | 2024-12-06T20:38:40.532Z | Compiling ena v0.14.3 |
3161 | 2024-12-06T20:38:40.535Z | Compiling regex-syntax v0.6.29 |
3162 | 2024-12-06T20:38:40.705Z | Checking r2d2 v0.8.10 |
3163 | 2024-12-06T20:38:40.771Z | Compiling diff v0.1.13 |
3164 | 2024-12-06T20:38:40.954Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3165 | 2024-12-06T20:38:40.957Z | Compiling ref-cast v1.0.23 |
3166 | 2024-12-06T20:38:41.014Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3167 | 2024-12-06T20:38:41.062Z | Compiling derive_builder_core v0.20.2 |
3168 | 2024-12-06T20:38:41.199Z | Compiling libxml v0.3.3 |
3169 | 2024-12-06T20:38:41.311Z | Compiling ref-cast-impl v1.0.23 |
3170 | 2024-12-06T20:38:41.420Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3171 | 2024-12-06T20:38:41.579Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3172 | 2024-12-06T20:38:41.599Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3173 | 2024-12-06T20:38:41.813Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3174 | 2024-12-06T20:38:41.873Z | Compiling strum_macros v0.24.3 |
3175 | 2024-12-06T20:38:41.985Z | Compiling samael v0.0.17 |
3176 | 2024-12-06T20:38:42.128Z | Compiling diesel_derives v2.2.3 |
3177 | 2024-12-06T20:38:42.237Z | Compiling indoc v1.0.9 |
3178 | 2024-12-06T20:38:43.226Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3179 | 2024-12-06T20:38:43.495Z | Compiling derive_builder_macro v0.20.2 |
3180 | 2024-12-06T20:38:43.515Z | Compiling oso-derive v0.27.3 |
3181 | 2024-12-06T20:38:43.814Z | Compiling lalrpop v0.19.12 |
3182 | 2024-12-06T20:38:44.389Z | Checking derive_builder v0.20.2 |
3183 | 2024-12-06T20:38:44.552Z | Compiling impl-trait-for-tuples v0.2.2 |
3184 | 2024-12-06T20:38:44.593Z | Checking quick-xml v0.33.0 |
3185 | 2024-12-06T20:38:44.981Z | Compiling diesel-dtrace v0.3.0 |
3186 | 2024-12-06T20:38:45.269Z | Checking maplit v1.0.2 |
3187 | 2024-12-06T20:38:45.566Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3188 | 2024-12-06T20:38:45.568Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3189 | 2024-12-06T20:38:45.863Z | Checking bb8 v0.8.5 |
3190 | 2024-12-06T20:38:46.393Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3191 | 2024-12-06T20:38:46.592Z | Checking castaway v0.2.3 |
3192 | 2024-12-06T20:38:46.688Z | Checking rand_seeder v0.3.0 |
3193 | 2024-12-06T20:38:46.773Z | Checking compact_str v0.8.0 |
3194 | 2024-12-06T20:38:46.874Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3195 | 2024-12-06T20:38:46.921Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3196 | 2024-12-06T20:38:47.114Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3197 | 2024-12-06T20:38:47.255Z | Checking unicode-truncate v1.1.0 |
3198 | 2024-12-06T20:38:47.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3199 | 2024-12-06T20:38:47.674Z | Checking lru v0.12.5 |
3200 | 2024-12-06T20:38:47.767Z | Compiling instability v0.3.2 |
3201 | 2024-12-06T20:38:47.975Z | Checking smawk v0.3.2 |
3202 | 2024-12-06T20:38:48.193Z | Checking unicode-linebreak v0.1.5 |
3203 | 2024-12-06T20:38:48.578Z | Checking is_ci v1.2.0 |
3204 | 2024-12-06T20:38:48.615Z | Checking cassowary v0.3.0 |
3205 | 2024-12-06T20:38:48.732Z | Checking supports-color v3.0.1 |
3206 | 2024-12-06T20:38:48.864Z | Checking textwrap v0.16.1 |
3207 | 2024-12-06T20:38:48.962Z | Checking multimap v0.10.0 |
3208 | 2024-12-06T20:38:48.983Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3209 | 2024-12-06T20:38:49.010Z | Checking ratatui v0.28.1 |
3210 | 2024-12-06T20:38:51.979Z | Checking diesel v2.2.4 |
3211 | 2024-12-06T20:39:17.216Z | Compiling polar-core v0.27.3 |
3212 | 2024-12-06T20:39:21.282Z | Checking async-bb8-diesel v0.2.1 |
3213 | 2024-12-06T20:39:24.575Z | Checking oso v0.27.3 |
3214 | 2024-12-06T20:40:33.505Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3215 | 2024-12-06T20:40:39.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s |
3216 | 2024-12-06T20:40:39.708Z | |
3217 | 2024-12-06T20:40:39.708Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
3218 | 2024-12-06T20:40:40.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-12-06T20:40:40.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-12-06T20:40:40.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3221 | 2024-12-06T20:40:40.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3222 | 2024-12-06T20:40:40.376Z | |
3223 | 2024-12-06T20:40:40.376Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
3224 | 2024-12-06T20:40:40.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-12-06T20:40:40.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-12-06T20:40:40.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2024-12-06T20:40:40.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3228 | 2024-12-06T20:40:41.048Z | |
3229 | 2024-12-06T20:40:41.048Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
3230 | 2024-12-06T20:40:41.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-12-06T20:40:41.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-12-06T20:40:41.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3233 | 2024-12-06T20:40:41.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3234 | 2024-12-06T20:40:41.657Z | |
3235 | 2024-12-06T20:40:41.657Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
3236 | 2024-12-06T20:40:42.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3237 | 2024-12-06T20:40:42.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3238 | 2024-12-06T20:40:42.561Z | Compiling libz-sys v1.1.20 |
3239 | 2024-12-06T20:40:42.564Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3240 | 2024-12-06T20:40:42.569Z | Compiling vergen v8.3.2 |
3241 | 2024-12-06T20:40:42.572Z | Compiling cargo-platform v0.1.8 |
3242 | 2024-12-06T20:40:42.572Z | Compiling pin-project-internal v1.1.6 |
3243 | 2024-12-06T20:40:42.608Z | Compiling libsqlite3-sys v0.30.1 |
3244 | 2024-12-06T20:40:42.608Z | Compiling snafu-derive v0.8.5 |
3245 | 2024-12-06T20:40:42.611Z | Compiling buf-list v1.0.3 |
3246 | 2024-12-06T20:40:42.854Z | Compiling cfg_aliases v0.2.1 |
3247 | 2024-12-06T20:40:42.968Z | Compiling cargo_metadata v0.18.1 |
3248 | 2024-12-06T20:40:43.104Z | Compiling rustls v0.21.12 |
3249 | 2024-12-06T20:40:43.211Z | Compiling nix v0.29.0 |
3250 | 2024-12-06T20:40:43.380Z | Checking globset v0.4.15 |
3251 | 2024-12-06T20:40:43.411Z | Checking olpc-cjson v0.1.4 |
3252 | 2024-12-06T20:40:43.565Z | Checking rustls-webpki v0.101.7 |
3253 | 2024-12-06T20:40:43.655Z | Checking sct v0.7.1 |
3254 | 2024-12-06T20:40:43.854Z | Checking serde_plain v1.0.2 |
3255 | 2024-12-06T20:40:43.873Z | Checking typed-path v0.9.3 |
3256 | 2024-12-06T20:40:44.393Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3257 | 2024-12-06T20:40:44.545Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3258 | 2024-12-06T20:40:44.658Z | Checking hashlink v0.9.1 |
3259 | 2024-12-06T20:40:44.807Z | Checking fallible-iterator v0.3.0 |
3260 | 2024-12-06T20:40:45.246Z | Checking fallible-streaming-iterator v0.1.9 |
3261 | 2024-12-06T20:40:45.467Z | Checking parse-size v1.1.0 |
3262 | 2024-12-06T20:40:45.493Z | Checking rusqlite v0.32.1 |
3263 | 2024-12-06T20:40:45.636Z | Checking pin-project v1.1.6 |
3264 | 2024-12-06T20:40:45.770Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3265 | 2024-12-06T20:40:45.924Z | Checking rustls-pemfile v1.0.4 |
3266 | 2024-12-06T20:40:46.132Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3267 | 2024-12-06T20:40:46.216Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3268 | 2024-12-06T20:40:46.499Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3269 | 2024-12-06T20:40:46.569Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3270 | 2024-12-06T20:40:46.703Z | Checking twox-hash v1.6.3 |
3271 | 2024-12-06T20:40:46.801Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3272 | 2024-12-06T20:40:47.059Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3273 | 2024-12-06T20:40:47.165Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3274 | 2024-12-06T20:40:47.597Z | Checking tokio-rustls v0.24.1 |
3275 | 2024-12-06T20:40:47.716Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3276 | 2024-12-06T20:40:47.844Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3277 | 2024-12-06T20:40:47.944Z | Checking fatfs v0.3.6 |
3278 | 2024-12-06T20:40:48.069Z | Checking snafu v0.8.5 |
3279 | 2024-12-06T20:40:48.572Z | Checking tough v0.19.0 |
3280 | 2024-12-06T20:40:48.743Z | Checking assert_matches v1.5.0 |
3281 | 2024-12-06T20:40:52.710Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3282 | 2024-12-06T20:40:54.071Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3283 | 2024-12-06T20:40:54.759Z | Compiling git2 v0.19.0 |
3284 | 2024-12-06T20:40:59.434Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3285 | 2024-12-06T20:41:51.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
3286 | 2024-12-06T20:41:52.127Z | |
3287 | 2024-12-06T20:41:52.127Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
3288 | 2024-12-06T20:41:52.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2024-12-06T20:41:52.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2024-12-06T20:41:52.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2024-12-06T20:41:52.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3292 | 2024-12-06T20:41:52.810Z | |
3293 | 2024-12-06T20:41:52.810Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
3294 | 2024-12-06T20:41:53.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2024-12-06T20:41:53.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2024-12-06T20:41:53.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2024-12-06T20:41:53.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3298 | 2024-12-06T20:41:53.419Z | |
3299 | 2024-12-06T20:41:53.419Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
3300 | 2024-12-06T20:41:53.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-12-06T20:41:54.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-12-06T20:41:54.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2024-12-06T20:41:54.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3304 | 2024-12-06T20:41:54.081Z | |
3305 | 2024-12-06T20:41:54.081Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
3306 | 2024-12-06T20:41:54.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2024-12-06T20:41:54.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2024-12-06T20:41:54.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2024-12-06T20:41:54.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3310 | 2024-12-06T20:41:54.765Z | |
3311 | 2024-12-06T20:41:54.765Z | info: running `cargo check --bins` on nexus-networking (149/173) |
3312 | 2024-12-06T20:41:55.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2024-12-06T20:41:55.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2024-12-06T20:41:55.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2024-12-06T20:41:55.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3316 | 2024-12-06T20:41:55.409Z | |
3317 | 2024-12-06T20:41:55.409Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
3318 | 2024-12-06T20:41:55.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2024-12-06T20:41:55.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2024-12-06T20:41:55.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2024-12-06T20:41:55.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3322 | 2024-12-06T20:41:56.078Z | |
3323 | 2024-12-06T20:41:56.078Z | info: running `cargo check --bins` on update-common (151/173) |
3324 | 2024-12-06T20:41:56.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-12-06T20:41:56.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-12-06T20:41:56.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2024-12-06T20:41:56.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3328 | 2024-12-06T20:41:56.731Z | |
3329 | 2024-12-06T20:41:56.732Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
3330 | 2024-12-06T20:41:57.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-12-06T20:41:57.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-12-06T20:41:57.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2024-12-06T20:41:57.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3334 | 2024-12-06T20:41:57.383Z | |
3335 | 2024-12-06T20:41:57.383Z | info: running `cargo check --bins` on tufaceous (153/173) |
3336 | 2024-12-06T20:41:57.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-12-06T20:41:57.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-12-06T20:41:58.052Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3339 | 2024-12-06T20:41:59.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3340 | 2024-12-06T20:41:59.225Z | |
3341 | 2024-12-06T20:41:59.225Z | info: running `cargo check --bins` on omicron-dev (154/173) |
3342 | 2024-12-06T20:41:59.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-12-06T20:41:59.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-12-06T20:42:00.066Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3345 | 2024-12-06T20:42:00.191Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3346 | 2024-12-06T20:42:00.194Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3347 | 2024-12-06T20:42:00.194Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3348 | 2024-12-06T20:42:25.807Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3349 | 2024-12-06T20:42:25.817Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3350 | 2024-12-06T20:42:25.817Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3351 | 2024-12-06T20:42:25.817Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3352 | 2024-12-06T20:42:25.817Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3353 | 2024-12-06T20:42:26.627Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3354 | 2024-12-06T20:42:27.909Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3355 | 2024-12-06T20:43:05.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3356 | 2024-12-06T20:43:05.356Z | |
3357 | 2024-12-06T20:43:05.356Z | info: running `cargo check --bins` on openapi-manager (155/173) |
3358 | 2024-12-06T20:43:05.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-12-06T20:43:05.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-12-06T20:43:06.054Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3361 | 2024-12-06T20:43:06.057Z | Checking heck v0.4.1 |
3362 | 2024-12-06T20:43:06.057Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3363 | 2024-12-06T20:43:06.300Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3364 | 2024-12-06T20:43:07.645Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3365 | 2024-12-06T20:43:08.527Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3366 | 2024-12-06T20:43:09.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s |
3367 | 2024-12-06T20:43:09.822Z | |
3368 | 2024-12-06T20:43:09.822Z | info: running `cargo check --bins` on installinator-api (156/173) |
3369 | 2024-12-06T20:43:10.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2024-12-06T20:43:10.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2024-12-06T20:43:10.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2024-12-06T20:43:10.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3373 | 2024-12-06T20:43:10.466Z | |
3374 | 2024-12-06T20:43:10.466Z | info: running `cargo check --bins` on wicketd-api (157/173) |
3375 | 2024-12-06T20:43:11.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2024-12-06T20:43:11.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2024-12-06T20:43:11.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2024-12-06T20:43:11.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3379 | 2024-12-06T20:43:11.114Z | |
3380 | 2024-12-06T20:43:11.114Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
3381 | 2024-12-06T20:43:11.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-12-06T20:43:11.696Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-12-06T20:43:11.801Z | Compiling petname v2.0.2 |
3384 | 2024-12-06T20:43:11.804Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3385 | 2024-12-06T20:43:11.804Z | Checking sync-ptr v0.1.1 |
3386 | 2024-12-06T20:43:13.235Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3387 | 2024-12-06T20:43:14.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
3388 | 2024-12-06T20:43:14.960Z | |
3389 | 2024-12-06T20:43:14.960Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
3390 | 2024-12-06T20:43:15.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2024-12-06T20:43:15.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2024-12-06T20:43:15.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3393 | 2024-12-06T20:43:15.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3394 | 2024-12-06T20:43:15.612Z | |
3395 | 2024-12-06T20:43:15.612Z | info: running `cargo check --bins` on omicron-releng (160/173) |
3396 | 2024-12-06T20:43:16.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3397 | 2024-12-06T20:43:16.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3398 | 2024-12-06T20:43:16.268Z | Checking memmap2 v0.9.5 |
3399 | 2024-12-06T20:43:16.268Z | Checking spin v0.5.2 |
3400 | 2024-12-06T20:43:16.270Z | Checking arrayref v0.3.9 |
3401 | 2024-12-06T20:43:16.271Z | Checking constant_time_eq v0.3.1 |
3402 | 2024-12-06T20:43:16.271Z | Checking arrayvec v0.7.6 |
3403 | 2024-12-06T20:43:16.271Z | Checking topological-sort v0.2.2 |
3404 | 2024-12-06T20:43:16.372Z | Checking shell-words v1.1.0 |
3405 | 2024-12-06T20:43:16.521Z | Checking ring v0.16.20 |
3406 | 2024-12-06T20:43:16.668Z | Checking blake3 v1.5.4 |
3407 | 2024-12-06T20:43:17.640Z | Checking omicron-zone-package v0.11.1 |
3408 | 2024-12-06T20:43:18.760Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3409 | 2024-12-06T20:43:19.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
3410 | 2024-12-06T20:43:19.835Z | |
3411 | 2024-12-06T20:43:19.835Z | info: running `cargo check --bins` on xtask (161/173) |
3412 | 2024-12-06T20:43:20.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2024-12-06T20:43:20.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2024-12-06T20:43:20.433Z | Checking bitflags v2.6.0 |
3415 | 2024-12-06T20:43:20.437Z | Checking serde v1.0.215 |
3416 | 2024-12-06T20:43:20.437Z | Checking thiserror v1.0.69 |
3417 | 2024-12-06T20:43:20.437Z | Checking scroll v0.12.0 |
3418 | 2024-12-06T20:43:20.437Z | Checking hashbrown v0.15.0 |
3419 | 2024-12-06T20:43:20.437Z | Checking log v0.4.22 |
3420 | 2024-12-06T20:43:20.437Z | Checking zerocopy v0.7.35 |
3421 | 2024-12-06T20:43:20.437Z | Checking syn v2.0.87 |
3422 | 2024-12-06T20:43:20.440Z | Checking pest v2.7.14 |
3423 | 2024-12-06T20:43:20.586Z | Checking rustix v0.38.37 |
3424 | 2024-12-06T20:43:20.618Z | Checking once_cell v1.20.2 |
3425 | 2024-12-06T20:43:20.787Z | Checking goblin v0.8.2 |
3426 | 2024-12-06T20:43:20.923Z | Checking fs-err v2.11.0 |
3427 | 2024-12-06T20:43:21.248Z | Checking tabled v0.15.0 |
3428 | 2024-12-06T20:43:21.429Z | Checking indexmap v2.6.0 |
3429 | 2024-12-06T20:43:21.737Z | Checking anyhow v1.0.93 |
3430 | 2024-12-06T20:43:22.641Z | Checking terminal_size v0.4.0 |
3431 | 2024-12-06T20:43:22.641Z | Checking tempfile v3.13.0 |
3432 | 2024-12-06T20:43:22.813Z | Checking clap_builder v4.5.21 |
3433 | 2024-12-06T20:43:22.915Z | Checking dtrace-parser v0.2.0 |
3434 | 2024-12-06T20:43:24.636Z | Checking serde_json v1.0.132 |
3435 | 2024-12-06T20:43:24.636Z | Checking toml_datetime v0.6.8 |
3436 | 2024-12-06T20:43:24.639Z | Checking serde_spanned v0.6.8 |
3437 | 2024-12-06T20:43:24.639Z | Checking camino v1.1.9 |
3438 | 2024-12-06T20:43:24.639Z | Checking cargo-platform v0.1.8 |
3439 | 2024-12-06T20:43:24.639Z | Checking semver v1.0.23 |
3440 | 2024-12-06T20:43:24.824Z | Checking macaddr v1.0.1 |
3441 | 2024-12-06T20:43:24.949Z | Checking toml_edit v0.22.22 |
3442 | 2024-12-06T20:43:25.162Z | Checking camino-tempfile v1.1.1 |
3443 | 2024-12-06T20:43:25.266Z | Checking clap v4.5.21 |
3444 | 2024-12-06T20:43:25.849Z | Checking dof v0.3.0 |
3445 | 2024-12-06T20:43:25.849Z | Checking cargo_metadata v0.18.1 |
3446 | 2024-12-06T20:43:26.251Z | Checking usdt-impl v0.5.0 |
3447 | 2024-12-06T20:43:26.621Z | Checking usdt v0.5.0 |
3448 | 2024-12-06T20:43:26.684Z | Checking toml v0.8.19 |
3449 | 2024-12-06T20:43:27.153Z | Checking cargo_toml v0.20.5 |
3450 | 2024-12-06T20:43:28.329Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3451 | 2024-12-06T20:43:28.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s |
3452 | 2024-12-06T20:43:29.039Z | |
3453 | 2024-12-06T20:43:29.039Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
3454 | 2024-12-06T20:43:29.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2024-12-06T20:43:29.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2024-12-06T20:43:29.807Z | Checking polyval v0.6.2 |
3457 | 2024-12-06T20:43:29.918Z | Checking ctr v0.9.2 |
3458 | 2024-12-06T20:43:29.928Z | Checking ssh-encoding v0.2.0 |
3459 | 2024-12-06T20:43:29.931Z | Checking blowfish v0.9.1 |
3460 | 2024-12-06T20:43:29.947Z | Checking password-hash v0.4.2 |
3461 | 2024-12-06T20:43:29.949Z | Checking matches v0.1.10 |
3462 | 2024-12-06T20:43:29.978Z | Checking p521 v0.13.3 |
3463 | 2024-12-06T20:43:29.978Z | Checking p256 v0.13.2 |
3464 | 2024-12-06T20:43:30.053Z | Checking idna v0.2.3 |
3465 | 2024-12-06T20:43:30.130Z | Checking ghash v0.5.1 |
3466 | 2024-12-06T20:43:30.168Z | Checking bcrypt-pbkdf v0.10.0 |
3467 | 2024-12-06T20:43:30.170Z | Compiling enum-as-inner v0.5.1 |
3468 | 2024-12-06T20:43:30.243Z | Checking russh-cryptovec v0.7.3 |
3469 | 2024-12-06T20:43:30.306Z | Checking aes-gcm v0.10.3 |
3470 | 2024-12-06T20:43:30.385Z | Checking pbkdf2 v0.11.0 |
3471 | 2024-12-06T20:43:30.420Z | Checking md5 v0.7.0 |
3472 | 2024-12-06T20:43:30.447Z | Checking num-bigint v0.4.6 |
3473 | 2024-12-06T20:43:30.468Z | Checking des v0.8.1 |
3474 | 2024-12-06T20:43:30.557Z | Checking ssh-cipher v0.2.0 |
3475 | 2024-12-06T20:43:30.657Z | Compiling dhcproto-macros v0.1.0 |
3476 | 2024-12-06T20:43:30.691Z | Checking hex-literal v0.4.1 |
3477 | 2024-12-06T20:43:30.745Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3478 | 2024-12-06T20:43:30.824Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3479 | 2024-12-06T20:43:30.857Z | Checking ssh-key v0.6.6 |
3480 | 2024-12-06T20:43:30.875Z | Checking internet-checksum v0.2.1 |
3481 | 2024-12-06T20:43:31.202Z | Checking trust-dns-proto v0.22.0 |
3482 | 2024-12-06T20:43:32.128Z | Checking russh-keys v0.45.0 |
3483 | 2024-12-06T20:43:33.053Z | Checking russh v0.45.0 |
3484 | 2024-12-06T20:43:33.750Z | Checking dhcproto v0.12.0 |
3485 | 2024-12-06T20:43:50.637Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3486 | 2024-12-06T20:43:52.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.98s |
3487 | 2024-12-06T20:43:52.230Z | |
3488 | 2024-12-06T20:43:52.230Z | info: running `cargo check --bins` on gateway-cli (163/173) |
3489 | 2024-12-06T20:43:52.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3490 | 2024-12-06T20:43:52.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3491 | 2024-12-06T20:43:52.875Z | Checking termios v0.3.3 |
3492 | 2024-12-06T20:43:53.091Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3493 | 2024-12-06T20:43:53.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3494 | 2024-12-06T20:43:54.054Z | |
3495 | 2024-12-06T20:43:54.054Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
3496 | 2024-12-06T20:43:54.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-12-06T20:43:54.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-12-06T20:43:54.760Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3499 | 2024-12-06T20:43:56.770Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3500 | 2024-12-06T20:43:58.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3501 | 2024-12-06T20:43:58.846Z | |
3502 | 2024-12-06T20:43:58.846Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
3503 | 2024-12-06T20:43:59.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2024-12-06T20:43:59.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2024-12-06T20:43:59.491Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3506 | 2024-12-06T20:43:59.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3507 | 2024-12-06T20:44:00.152Z | |
3508 | 2024-12-06T20:44:00.152Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
3509 | 2024-12-06T20:44:00.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2024-12-06T20:44:00.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2024-12-06T20:44:00.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2024-12-06T20:44:00.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3513 | 2024-12-06T20:44:00.766Z | |
3514 | 2024-12-06T20:44:00.766Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
3515 | 2024-12-06T20:44:01.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2024-12-06T20:44:01.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2024-12-06T20:44:01.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2024-12-06T20:44:01.301Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3519 | 2024-12-06T20:44:01.369Z | |
3520 | 2024-12-06T20:44:01.369Z | info: running `cargo check --bins` on omicron-package (168/173) |
3521 | 2024-12-06T20:44:01.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-06T20:44:01.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-06T20:44:02.034Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3524 | 2024-12-06T20:44:03.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3525 | 2024-12-06T20:44:03.535Z | |
3526 | 2024-12-06T20:44:03.535Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
3527 | 2024-12-06T20:44:04.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2024-12-06T20:44:04.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2024-12-06T20:44:04.229Z | Checking rtoolbox v0.0.2 |
3530 | 2024-12-06T20:44:04.231Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3531 | 2024-12-06T20:44:04.231Z | Checking tui-tree-widget v0.22.0 |
3532 | 2024-12-06T20:44:04.457Z | Checking rpassword v7.3.1 |
3533 | 2024-12-06T20:44:08.472Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3534 | 2024-12-06T20:44:11.468Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3535 | 2024-12-06T20:44:12.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
3536 | 2024-12-06T20:44:12.884Z | |
3537 | 2024-12-06T20:44:12.884Z | info: running `cargo check --bins` on wicket (170/173) |
3538 | 2024-12-06T20:44:13.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2024-12-06T20:44:13.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2024-12-06T20:44:13.616Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3541 | 2024-12-06T20:44:14.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3542 | 2024-12-06T20:44:14.200Z | |
3543 | 2024-12-06T20:44:14.200Z | info: running `cargo check --bins` on wicketd (171/173) |
3544 | 2024-12-06T20:44:14.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2024-12-06T20:44:14.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2024-12-06T20:44:14.997Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3547 | 2024-12-06T20:44:18.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
3548 | 2024-12-06T20:44:19.035Z | |
3549 | 2024-12-06T20:44:19.035Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
3550 | 2024-12-06T20:44:19.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2024-12-06T20:44:19.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2024-12-06T20:44:19.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3553 | 2024-12-06T20:44:19.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3554 | 2024-12-06T20:44:19.641Z | |
3555 | 2024-12-06T20:44:19.641Z | info: running `cargo check --bins` on zone-setup (173/173) |
3556 | 2024-12-06T20:44:20.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2024-12-06T20:44:20.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2024-12-06T20:44:20.373Z | Checking uzers v0.12.1 |
3559 | 2024-12-06T20:44:20.709Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3560 | 2024-12-06T20:44:21.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3561 | 2024-12-06T20:44:22.062Z | |
3562 | 2024-12-06T20:44:22.062Z | real 12:50.921271838 |
3563 | 2024-12-06T20:44:22.062Z | user 24:06.483399766 |
3564 | 2024-12-06T20:44:22.062Z | sys 5:26.479427766 |
3565 | 2024-12-06T20:44:22.064Z | trap 0.466549978 |
3566 | 2024-12-06T20:44:22.065Z | tflt 2.269514242 |
3567 | 2024-12-06T20:44:22.065Z | dflt 3.407351723 |
3568 | 2024-12-06T20:44:22.065Z | kflt 0.000796192 |
3569 | 2024-12-06T20:44:22.065Z | lock 45:53.821751571 |
3570 | 2024-12-06T20:44:22.065Z | slp 2:05:34.576836634 |
3571 | 2024-12-06T20:44:22.065Z | lat 1:03.357838557 |
3572 | 2024-12-06T20:44:22.065Z | stop 3:23.111292729 |
3573 | 2024-12-06T20:44:22.065Z | process exited: duration 1055803 ms, exit code 0 |
|
3574 | 2024-12-06T20:44:22.072Z | found 0 output files |