|
|
|
1 | 2025-01-08T17:36:16.314Z | job assigned to worker 01JH3FRHN2390BB79BJ6GS77GN [factory aws, i-0dc5e2f7d5396d051] (queued for 58 s) |
|
2 | 2025-01-08T17:36:24.496Z | starting task 0: "setup" |
3 | 2025-01-08T17:36:24.506Z | ++ uname -s |
4 | 2025-01-08T17:36:24.509Z | + kern=SunOS |
5 | 2025-01-08T17:36:24.509Z | + case "$kern" in |
6 | 2025-01-08T17:36:24.509Z | + groupadd -g 12345 build |
7 | 2025-01-08T17:36:24.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T17:36:26.518Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T17:36:26.663Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T17:36:26.666Z | + home_fs=zfs |
11 | 2025-01-08T17:36:26.666Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T17:36:26.666Z | + mkdir -p /home/build |
13 | 2025-01-08T17:36:26.669Z | + chown build:build /home/build /work |
14 | 2025-01-08T17:36:28.670Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T17:36:28.674Z | process exited: duration 4176 ms, exit code 0 |
|
16 | 2025-01-08T17:36:28.679Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T17:36:28.686Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T17:36:28.686Z | ' 1.81.0 |
19 | 2025-01-08T17:36:28.688Z | * toolchain channel = "1.81.0" |
20 | 2025-01-08T17:36:28.688Z | * toolchain profile = "default" |
21 | 2025-01-08T17:36:28.688Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-08T17:36:28.688Z | ' default |
23 | 2025-01-08T17:36:28.688Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T17:36:28.688Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T17:36:28.785Z | info: downloading installer |
26 | 2025-01-08T17:36:30.063Z | info: profile set to 'default' |
27 | 2025-01-08T17:36:30.063Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T17:36:30.065Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T17:36:30.215Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T17:36:30.215Z | info: downloading component 'cargo' |
31 | 2025-01-08T17:36:31.047Z | info: downloading component 'clippy' |
32 | 2025-01-08T17:36:31.355Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T17:36:32.513Z | info: downloading component 'rust-std' |
34 | 2025-01-08T17:36:34.314Z | info: downloading component 'rustc' |
35 | 2025-01-08T17:36:40.775Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T17:36:41.019Z | info: installing component 'cargo' |
37 | 2025-01-08T17:36:41.826Z | info: installing component 'clippy' |
38 | 2025-01-08T17:36:42.190Z | info: installing component 'rust-docs' |
39 | 2025-01-08T17:36:43.818Z | info: installing component 'rust-std' |
40 | 2025-01-08T17:36:45.523Z | info: installing component 'rustc' |
41 | 2025-01-08T17:36:51.287Z | info: installing component 'rustfmt' |
42 | 2025-01-08T17:36:51.609Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T17:36:51.609Z | |
44 | 2025-01-08T17:36:51.969Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T17:36:51.969Z | |
46 | 2025-01-08T17:36:51.971Z | |
47 | 2025-01-08T17:36:51.972Z | Rust is installed now. Great! |
48 | 2025-01-08T17:36:51.972Z | |
49 | 2025-01-08T17:36:51.972Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T17:36:51.972Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T17:36:51.972Z | |
52 | 2025-01-08T17:36:51.972Z | To configure your current shell, you need to source |
53 | 2025-01-08T17:36:51.972Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T17:36:51.972Z | |
55 | 2025-01-08T17:36:51.972Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T17:36:51.972Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T17:36:51.972Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T17:36:52.037Z | + rustc --version |
59 | 2025-01-08T17:36:52.104Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T17:36:52.107Z | process exited: duration 23425 ms, exit code 0 |
|
61 | 2025-01-08T17:36:52.116Z | starting task 2: "authentication" |
62 | 2025-01-08T17:36:52.137Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T17:36:52.146Z | starting task 3: "clone repository" |
64 | 2025-01-08T17:36:52.149Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T17:36:52.152Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T17:36:52.462Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T17:37:00.793Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T17:37:00.793Z | + git fetch origin 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
69 | 2025-01-08T17:37:01.306Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T17:37:01.306Z | * branch 95cfd680cf02778daa4c1e551dfbc84fa5def630 -> FETCH_HEAD |
71 | 2025-01-08T17:37:01.317Z | + [[ -n blueprint-zones-map ]] |
72 | 2025-01-08T17:37:01.319Z | ++ git branch --show-current |
73 | 2025-01-08T17:37:01.322Z | + current=main |
74 | 2025-01-08T17:37:01.322Z | + [[ main != blueprint-zones-map ]] |
75 | 2025-01-08T17:37:01.322Z | + git branch -f blueprint-zones-map 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
76 | 2025-01-08T17:37:01.324Z | + git checkout -f blueprint-zones-map |
77 | 2025-01-08T17:37:01.499Z | Switched to branch 'blueprint-zones-map' |
78 | 2025-01-08T17:37:01.502Z | + git reset --hard 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
79 | 2025-01-08T17:37:01.530Z | HEAD is now at 95cfd680c review feedback |
80 | 2025-01-08T17:37:01.536Z | process exited: duration 9386 ms, exit code 0 |
|
81 | 2025-01-08T17:37:01.541Z | starting task 4: "build" |
82 | 2025-01-08T17:37:01.548Z | + source ./env.sh |
83 | 2025-01-08T17:37:01.548Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-08T17:37:01.548Z | ++ set -o xtrace |
85 | 2025-01-08T17:37:01.551Z | ++++ dirname ./env.sh |
86 | 2025-01-08T17:37:01.553Z | +++ readlink -f . |
87 | 2025-01-08T17:37:01.599Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-08T17:37:01.602Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-08T17:37:01.602Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-08T17:37:01.602Z | ++ 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 |
91 | 2025-01-08T17:37:01.602Z | ++ 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 |
92 | 2025-01-08T17:37:01.602Z | ++ 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 |
93 | 2025-01-08T17:37:01.602Z | ++ 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 |
94 | 2025-01-08T17:37:01.602Z | ++ 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 |
95 | 2025-01-08T17:37:01.602Z | ++ 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 |
96 | 2025-01-08T17:37:01.602Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-08T17:37:01.602Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-08T17:37:01.602Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-08T17:37:01.602Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-08T17:37:01.602Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-08T17:37:01.602Z | + cargo --version |
102 | 2025-01-08T17:37:01.656Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-08T17:37:01.659Z | + rustc --version |
104 | 2025-01-08T17:37:01.719Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-08T17:37:01.722Z | + banner prerequisites |
106 | 2025-01-08T17:37:01.771Z | |
107 | 2025-01-08T17:37:01.771Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-08T17:37:01.771Z | # # # # # # # # # # # # # # # |
109 | 2025-01-08T17:37:01.771Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-08T17:37:01.771Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-08T17:37:01.771Z | # # # # # # # # # # # # # # # |
112 | 2025-01-08T17:37:01.771Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-08T17:37:01.772Z | |
114 | 2025-01-08T17:37:01.774Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-08T17:37:17.987Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-01-08T17:37:22.116Z | Startup: Caching catalogs ... Done |
117 | 2025-01-08T17:37:33.363Z | Planning: Solver setup ... Done (10.261s) |
118 | 2025-01-08T17:37:33.502Z | Planning: Running solver ... Done (0.139s) |
119 | 2025-01-08T17:37:33.693Z | Planning: Finding local manifests ... Done (0.086s) |
120 | 2025-01-08T17:37:33.723Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2025-01-08T17:37:33.953Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2025-01-08T17:37:34.455Z | Planning: Package planning ... Done (0.501s) |
123 | 2025-01-08T17:37:34.514Z | Planning: Merging actions ... Done (0.058s) |
124 | 2025-01-08T17:37:35.901Z | Planning: Checking for conflicting actions ... Done (1.388s) |
125 | 2025-01-08T17:37:44.065Z | Planning: Consolidating action changes ... Done (8.163s) |
126 | 2025-01-08T17:37:44.515Z | Planning: Evaluating mediators ... Done (0.450s) |
127 | 2025-01-08T17:37:44.628Z | Planning: Planning completed in 22.41 seconds |
128 | 2025-01-08T17:37:45.469Z | Packages to install: 4 |
129 | 2025-01-08T17:37:45.469Z | Packages to update: 1 |
130 | 2025-01-08T17:37:45.469Z | Mediators to change: 2 |
131 | 2025-01-08T17:37:45.472Z | Services to change: 1 |
132 | 2025-01-08T17:37:45.472Z | Estimated space available: 155.63 GB |
133 | 2025-01-08T17:37:45.472Z | Estimated space to be consumed: 1.62 GB |
134 | 2025-01-08T17:37:45.472Z | Create boot environment: No |
135 | 2025-01-08T17:37:45.472Z | Create backup boot environment: Yes |
136 | 2025-01-08T17:37:45.472Z | Rebuild boot archive: No |
137 | 2025-01-08T17:37:45.472Z | |
138 | 2025-01-08T17:37:45.472Z | Changed mediators: |
139 | 2025-01-08T17:37:45.472Z | mediator clang: |
140 | 2025-01-08T17:37:45.472Z | version: None -> 15 (system default) |
141 | 2025-01-08T17:37:45.472Z | |
142 | 2025-01-08T17:37:45.473Z | mediator llvm: |
143 | 2025-01-08T17:37:45.473Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-01-08T17:37:45.473Z | |
145 | 2025-01-08T17:37:45.473Z | Changed packages: |
146 | 2025-01-08T17:37:45.473Z | helios-dev |
147 | 2025-01-08T17:37:45.473Z | developer/build-essential |
148 | 2025-01-08T17:37:45.473Z | None -> 11-2.0 |
149 | 2025-01-08T17:37:45.473Z | library/libxmlsec1 |
150 | 2025-01-08T17:37:45.473Z | None -> 1.2.35-2.0 |
151 | 2025-01-08T17:37:45.473Z | ooce/developer/clang-15 |
152 | 2025-01-08T17:37:45.473Z | None -> 15.0.7-2.0 |
153 | 2025-01-08T17:37:45.473Z | ooce/developer/llvm-15 |
154 | 2025-01-08T17:37:45.473Z | None -> 15.0.7-2.0 |
155 | 2025-01-08T17:37:45.473Z | package/pkg |
156 | 2025-01-08T17:37:45.473Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-01-08T17:37:45.473Z | |
158 | 2025-01-08T17:37:45.473Z | Services: |
159 | 2025-01-08T17:37:45.473Z | restart_fmri: |
160 | 2025-01-08T17:37:45.473Z | svc:/system/update-man-index:default |
161 | 2025-01-08T17:37:45.473Z | |
162 | 2025-01-08T17:37:45.473Z | Editable files to change: |
163 | 2025-01-08T17:37:45.473Z | Update: |
164 | 2025-01-08T17:37:45.473Z | usr/share/lib/pkg/web/config.shtml |
165 | 2025-01-08T17:37:46.023Z | |
166 | 2025-01-08T17:37:46.023Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2025-01-08T17:37:51.027Z | Download: 749/4281 items 18.3/220.6MB 8% complete (3.9M/s) |
168 | 2025-01-08T17:37:56.029Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
169 | 2025-01-08T17:38:01.029Z | Download: 2204/4281 items 118.3/220.6MB 53% complete (10.0M/s) |
170 | 2025-01-08T17:38:06.043Z | Download: 2781/4281 items 121.0/220.6MB 54% complete (3.8M/s) |
171 | 2025-01-08T17:38:11.149Z | Download: 3248/4281 items 188.5/220.6MB 85% complete (7.0M/s) |
172 | 2025-01-08T17:38:16.081Z | Download: 3693/4281 items 216.4/220.6MB 98% complete (9.5M/s) |
173 | 2025-01-08T17:38:20.855Z | Download: Completed 220.60 MB in 34.83 seconds (6.3M/s) |
174 | 2025-01-08T17:38:22.867Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2025-01-08T17:38:22.887Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2025-01-08T17:38:27.971Z | Actions: 4081/5063 actions (Installing new actions) |
177 | 2025-01-08T17:38:28.467Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2025-01-08T17:38:28.904Z | Actions: Completed 5063 actions in 6.04 seconds. |
179 | 2025-01-08T17:38:29.324Z | Done (0.412s) |
180 | 2025-01-08T17:38:29.326Z | Done (0.000s) |
181 | 2025-01-08T17:38:29.920Z | Done (0.595s) |
182 | 2025-01-08T17:38:37.346Z | Done (7.197s) |
183 | 2025-01-08T17:38:37.663Z | Done (0.244s) |
184 | 2025-01-08T17:38:37.666Z | Done (0.000s) |
185 | 2025-01-08T17:38:37.848Z | Done (0.000s) |
186 | 2025-01-08T17:38:38.574Z | Planning: Evaluating mediator changes ... Done |
187 | 2025-01-08T17:38:38.737Z | Planning: Checking for conflicting actions ... Done |
188 | 2025-01-08T17:38:38.739Z | Planning: Consolidating action changes ... Done |
189 | 2025-01-08T17:38:39.012Z | Planning: Evaluating mediators ... Done |
190 | 2025-01-08T17:38:39.015Z | Planning: Planning completed in 0.44 seconds |
191 | 2025-01-08T17:38:39.051Z | Mediators to change: 2 |
192 | 2025-01-08T17:38:39.051Z | Create boot environment: No |
193 | 2025-01-08T17:38:39.054Z | Create backup boot environment: No |
194 | 2025-01-08T17:38:39.124Z | Done |
195 | 2025-01-08T17:38:39.124Z | Done |
196 | 2025-01-08T17:38:39.488Z | Done |
197 | 2025-01-08T17:38:43.199Z | Done |
198 | 2025-01-08T17:38:43.290Z | Done |
199 | 2025-01-08T17:38:43.292Z | Done |
200 | 2025-01-08T17:38:43.457Z | Done |
201 | 2025-01-08T17:38:44.074Z | Planning: Evaluating mediator changes ... Done |
202 | 2025-01-08T17:38:44.077Z | Planning: Merging actions ... Done |
203 | 2025-01-08T17:38:44.264Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-08T17:38:44.267Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-08T17:38:44.537Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-08T17:38:44.593Z | Planning: Planning completed in 0.76 seconds |
207 | 2025-01-08T17:38:44.634Z | Packages to change: 1 |
208 | 2025-01-08T17:38:44.637Z | Mediators to change: 1 |
209 | 2025-01-08T17:38:44.637Z | Services to change: 1 |
210 | 2025-01-08T17:38:44.637Z | Create boot environment: No |
211 | 2025-01-08T17:38:44.637Z | Create backup boot environment: Yes |
212 | 2025-01-08T17:38:46.748Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2025-01-08T17:38:46.784Z | Actions: Completed 6 actions in 0.04 seconds. |
214 | 2025-01-08T17:38:46.786Z | Done |
215 | 2025-01-08T17:38:46.786Z | Done |
216 | 2025-01-08T17:38:46.905Z | Done |
217 | 2025-01-08T17:38:50.756Z | Done |
218 | 2025-01-08T17:38:50.856Z | Done |
219 | 2025-01-08T17:38:50.859Z | Done |
220 | 2025-01-08T17:38:51.031Z | Done |
221 | 2025-01-08T17:38:51.469Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2025-01-08T17:38:51.469Z | clang system 15 system |
223 | 2025-01-08T17:38:51.469Z | csh system system illumos |
224 | 2025-01-08T17:38:51.469Z | ctags system system illumos |
225 | 2025-01-08T17:38:51.469Z | gcc vendor 12 vendor |
226 | 2025-01-08T17:38:51.469Z | gcc system 10 system |
227 | 2025-01-08T17:38:51.469Z | gcc system 7 system |
228 | 2025-01-08T17:38:51.469Z | go system 1.20 system |
229 | 2025-01-08T17:38:51.469Z | go system 1.19 system |
230 | 2025-01-08T17:38:51.469Z | llvm system 15 system |
231 | 2025-01-08T17:38:51.469Z | llvm system 14 system |
232 | 2025-01-08T17:38:51.469Z | mariadb system 10.6 system |
233 | 2025-01-08T17:38:51.469Z | mta vendor vendor dma |
234 | 2025-01-08T17:38:51.469Z | openjdk system 17 system |
235 | 2025-01-08T17:38:51.469Z | openjdk system 11 system |
236 | 2025-01-08T17:38:51.469Z | openjdk system 1.8 system |
237 | 2025-01-08T17:38:51.469Z | openssl vendor 3 vendor |
238 | 2025-01-08T17:38:51.469Z | perl system 5.36 system |
239 | 2025-01-08T17:38:51.469Z | postgresql system 15 system |
240 | 2025-01-08T17:38:51.469Z | postgresql system 13 system |
241 | 2025-01-08T17:38:51.469Z | python vendor 3 vendor |
242 | 2025-01-08T17:38:51.469Z | python system 2 system |
243 | 2025-01-08T17:38:51.469Z | python3 system 3.11 system |
244 | 2025-01-08T17:38:51.470Z | ruby system 3.0 system |
245 | 2025-01-08T17:38:51.470Z | words vendor vendor american-english |
246 | 2025-01-08T17:38:51.470Z | words system system australian-english |
247 | 2025-01-08T17:38:51.470Z | words system system british-english |
248 | 2025-01-08T17:38:51.470Z | words system system canadian-english |
249 | 2025-01-08T17:38:51.470Z | words system system french |
250 | 2025-01-08T17:38:51.470Z | words system system italian |
251 | 2025-01-08T17:38:51.470Z | words system system ngerman |
252 | 2025-01-08T17:38:51.470Z | words system system ogerman |
253 | 2025-01-08T17:38:51.470Z | words system system spanish |
254 | 2025-01-08T17:38:51.807Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2025-01-08T17:38:51.807Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2025-01-08T17:38:54.601Z | FMRI IFO |
257 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2025-01-08T17:38:54.601Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2025-01-08T17:38:54.602Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2025-01-08T17:38:55.381Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2025-01-08T17:38:55.632Z | Updating crates.io index |
274 | 2025-01-08T17:38:55.668Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
275 | 2025-01-08T17:38:55.909Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2025-01-08T17:38:56.453Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2025-01-08T17:38:56.705Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2025-01-08T17:38:56.957Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2025-01-08T17:38:57.234Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2025-01-08T17:38:58.194Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2025-01-08T17:38:59.571Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2025-01-08T17:39:00.239Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2025-01-08T17:39:00.887Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2025-01-08T17:39:01.149Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2025-01-08T17:39:01.427Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2025-01-08T17:39:02.047Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2025-01-08T17:39:02.394Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2025-01-08T17:39:02.808Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2025-01-08T17:39:03.075Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2025-01-08T17:39:03.296Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2025-01-08T17:39:03.523Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2025-01-08T17:39:03.826Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2025-01-08T17:39:04.144Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2025-01-08T17:39:04.578Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2025-01-08T17:39:04.862Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2025-01-08T17:39:05.915Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2025-01-08T17:39:06.200Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2025-01-08T17:39:06.602Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2025-01-08T17:39:07.069Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2025-01-08T17:39:07.356Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2025-01-08T17:39:07.618Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2025-01-08T17:39:07.898Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2025-01-08T17:39:09.108Z | Downloading crates ... |
304 | 2025-01-08T17:39:09.167Z | Downloaded anstyle v1.0.10 |
305 | 2025-01-08T17:39:09.169Z | Downloaded heck v0.5.0 |
306 | 2025-01-08T17:39:09.176Z | Downloaded bitflags v2.6.0 |
307 | 2025-01-08T17:39:09.180Z | Downloaded fastrand v2.1.1 |
308 | 2025-01-08T17:39:09.183Z | Downloaded byteorder v1.5.0 |
309 | 2025-01-08T17:39:09.188Z | Downloaded equivalent v1.0.1 |
310 | 2025-01-08T17:39:09.191Z | Downloaded dtrace-parser v0.2.0 |
311 | 2025-01-08T17:39:09.201Z | Downloaded dof v0.3.0 |
312 | 2025-01-08T17:39:09.204Z | Downloaded usdt-macro v0.5.0 |
313 | 2025-01-08T17:39:09.210Z | Downloaded swrite v0.1.0 |
314 | 2025-01-08T17:39:09.219Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2025-01-08T17:39:09.221Z | Downloaded scroll_derive v0.12.0 |
316 | 2025-01-08T17:39:09.228Z | Downloaded pretty-hex v0.4.1 |
317 | 2025-01-08T17:39:09.231Z | Downloaded colorchoice v1.0.2 |
318 | 2025-01-08T17:39:09.233Z | Downloaded fnv v1.0.7 |
319 | 2025-01-08T17:39:09.233Z | Downloaded errno v0.3.9 |
320 | 2025-01-08T17:39:09.236Z | Downloaded toml_datetime v0.6.8 |
321 | 2025-01-08T17:39:09.239Z | Downloaded generic-array v0.14.7 |
322 | 2025-01-08T17:39:09.241Z | Downloaded heck v0.4.1 |
323 | 2025-01-08T17:39:09.241Z | Downloaded autocfg v1.4.0 |
324 | 2025-01-08T17:39:09.246Z | Downloaded fs-err v2.11.0 |
325 | 2025-01-08T17:39:09.248Z | Downloaded bytecount v0.6.8 |
326 | 2025-01-08T17:39:09.251Z | Downloaded terminal_size v0.4.0 |
327 | 2025-01-08T17:39:09.253Z | Downloaded crypto-common v0.1.6 |
328 | 2025-01-08T17:39:09.253Z | Downloaded anstyle-query v1.1.1 |
329 | 2025-01-08T17:39:09.253Z | Downloaded digest v0.10.7 |
330 | 2025-01-08T17:39:09.257Z | Downloaded block-buffer v0.10.4 |
331 | 2025-01-08T17:39:09.257Z | Downloaded usdt v0.5.0 |
332 | 2025-01-08T17:39:09.260Z | Downloaded smawk v0.3.2 |
333 | 2025-01-08T17:39:09.263Z | Downloaded utf8parse v0.2.2 |
334 | 2025-01-08T17:39:09.265Z | Downloaded clap_lex v0.7.2 |
335 | 2025-01-08T17:39:09.269Z | Downloaded thiserror-impl v1.0.69 |
336 | 2025-01-08T17:39:09.272Z | Downloaded memmap v0.7.0 |
337 | 2025-01-08T17:39:09.274Z | Downloaded strsim v0.11.1 |
338 | 2025-01-08T17:39:09.274Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2025-01-08T17:39:09.276Z | Downloaded unicode-linebreak v0.1.5 |
340 | 2025-01-08T17:39:09.276Z | Downloaded pest_generator v2.7.14 |
341 | 2025-01-08T17:39:09.279Z | Downloaded itoa v1.0.11 |
342 | 2025-01-08T17:39:09.279Z | Downloaded is_terminal_polyfill v1.70.1 |
343 | 2025-01-08T17:39:09.281Z | Downloaded cpufeatures v0.2.14 |
344 | 2025-01-08T17:39:09.281Z | Downloaded cfg-if v1.0.0 |
345 | 2025-01-08T17:39:09.284Z | Downloaded version_check v0.9.5 |
346 | 2025-01-08T17:39:09.284Z | Downloaded thread-id v4.2.2 |
347 | 2025-01-08T17:39:09.287Z | Downloaded serde_spanned v0.6.8 |
348 | 2025-01-08T17:39:09.287Z | Downloaded macaddr v1.0.1 |
349 | 2025-01-08T17:39:09.289Z | Downloaded cargo-platform v0.1.8 |
350 | 2025-01-08T17:39:09.289Z | Downloaded camino-tempfile v1.1.1 |
351 | 2025-01-08T17:39:09.292Z | Downloaded usdt-impl v0.5.0 |
352 | 2025-01-08T17:39:09.292Z | Downloaded plain v0.2.3 |
353 | 2025-01-08T17:39:09.294Z | Downloaded camino v1.1.9 |
354 | 2025-01-08T17:39:09.299Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2025-01-08T17:39:09.303Z | Downloaded tabled_derive v0.7.0 |
356 | 2025-01-08T17:39:09.305Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-01-08T17:39:09.305Z | Downloaded cargo_toml v0.20.5 |
358 | 2025-01-08T17:39:09.308Z | Downloaded anstyle-parse v0.2.5 |
359 | 2025-01-08T17:39:09.310Z | Downloaded sha2 v0.10.8 |
360 | 2025-01-08T17:39:09.310Z | Downloaded quote v1.0.37 |
361 | 2025-01-08T17:39:09.313Z | Downloaded pest_derive v2.7.14 |
362 | 2025-01-08T17:39:09.315Z | Downloaded cargo_metadata v0.18.1 |
363 | 2025-01-08T17:39:09.318Z | Downloaded proc-macro-error v1.0.4 |
364 | 2025-01-08T17:39:09.320Z | Downloaded tempfile v3.13.0 |
365 | 2025-01-08T17:39:09.322Z | Downloaded scroll v0.12.0 |
366 | 2025-01-08T17:39:09.325Z | Downloaded clap_derive v4.5.18 |
367 | 2025-01-08T17:39:09.325Z | Downloaded anstream v0.6.15 |
368 | 2025-01-08T17:39:09.337Z | Downloaded anyhow v1.0.93 |
369 | 2025-01-08T17:39:09.341Z | Downloaded thiserror v1.0.69 |
370 | 2025-01-08T17:39:09.346Z | Downloaded log v0.4.22 |
371 | 2025-01-08T17:39:09.348Z | Downloaded ucd-trie v0.1.7 |
372 | 2025-01-08T17:39:09.352Z | Downloaded textwrap v0.16.1 |
373 | 2025-01-08T17:39:09.354Z | Downloaded typenum v1.17.0 |
374 | 2025-01-08T17:39:09.357Z | Downloaded semver v1.0.23 |
375 | 2025-01-08T17:39:09.359Z | Downloaded clap v4.5.21 |
376 | 2025-01-08T17:39:09.368Z | Downloaded unicode-ident v1.0.13 |
377 | 2025-01-08T17:39:09.371Z | Downloaded toml v0.8.19 |
378 | 2025-01-08T17:39:09.373Z | Downloaded ryu v1.0.18 |
379 | 2025-01-08T17:39:09.376Z | Downloaded pest_meta v2.7.14 |
380 | 2025-01-08T17:39:09.378Z | Downloaded proc-macro2 v1.0.89 |
381 | 2025-01-08T17:39:09.381Z | Downloaded serde_derive v1.0.215 |
382 | 2025-01-08T17:39:09.383Z | Downloaded indexmap v2.6.0 |
383 | 2025-01-08T17:39:09.387Z | Downloaded papergrid v0.11.0 |
384 | 2025-01-08T17:39:09.392Z | Downloaded once_cell v1.20.2 |
385 | 2025-01-08T17:39:09.413Z | Downloaded serde v1.0.215 |
386 | 2025-01-08T17:39:09.422Z | Downloaded memchr v2.7.4 |
387 | 2025-01-08T17:39:09.427Z | Downloaded toml_edit v0.22.22 |
388 | 2025-01-08T17:39:09.449Z | Downloaded hashbrown v0.15.1 |
389 | 2025-01-08T17:39:09.458Z | Downloaded pest v2.7.14 |
390 | 2025-01-08T17:39:09.463Z | Downloaded clap_builder v4.5.21 |
391 | 2025-01-08T17:39:09.470Z | Downloaded serde_json v1.0.133 |
392 | 2025-01-08T17:39:09.477Z | Downloaded zerocopy v0.7.35 |
393 | 2025-01-08T17:39:09.492Z | Downloaded winnow v0.6.20 |
394 | 2025-01-08T17:39:09.502Z | Downloaded goblin v0.8.2 |
395 | 2025-01-08T17:39:09.507Z | Downloaded tabled v0.15.0 |
396 | 2025-01-08T17:39:09.522Z | Downloaded syn v1.0.109 |
397 | 2025-01-08T17:39:09.531Z | Downloaded unicode-width v0.1.14 |
398 | 2025-01-08T17:39:09.536Z | Downloaded syn v2.0.87 |
399 | 2025-01-08T17:39:09.554Z | Downloaded rustix v0.38.37 |
400 | 2025-01-08T17:39:09.585Z | Downloaded libc v0.2.162 |
401 | 2025-01-08T17:39:09.894Z | Compiling proc-macro2 v1.0.89 |
402 | 2025-01-08T17:39:09.894Z | Compiling unicode-ident v1.0.13 |
403 | 2025-01-08T17:39:09.894Z | Compiling serde v1.0.215 |
404 | 2025-01-08T17:39:09.898Z | Compiling version_check v0.9.5 |
405 | 2025-01-08T17:39:09.898Z | Compiling memchr v2.7.4 |
406 | 2025-01-08T17:39:09.898Z | Compiling thiserror v1.0.69 |
407 | 2025-01-08T17:39:09.898Z | Compiling libc v0.2.162 |
408 | 2025-01-08T17:39:09.898Z | Compiling ryu v1.0.18 |
409 | 2025-01-08T17:39:10.145Z | Compiling ucd-trie v0.1.7 |
410 | 2025-01-08T17:39:10.339Z | Compiling itoa v1.0.11 |
411 | 2025-01-08T17:39:10.557Z | Compiling once_cell v1.20.2 |
412 | 2025-01-08T17:39:10.731Z | Compiling byteorder v1.5.0 |
413 | 2025-01-08T17:39:10.916Z | Compiling rustix v0.38.37 |
414 | 2025-01-08T17:39:11.444Z | Compiling serde_json v1.0.133 |
415 | 2025-01-08T17:39:11.493Z | Compiling bitflags v2.6.0 |
416 | 2025-01-08T17:39:11.680Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2025-01-08T17:39:11.762Z | Compiling usdt-impl v0.5.0 |
418 | 2025-01-08T17:39:11.808Z | Compiling syn v1.0.109 |
419 | 2025-01-08T17:39:11.843Z | Compiling proc-macro-error v1.0.4 |
420 | 2025-01-08T17:39:11.900Z | Compiling utf8parse v0.2.2 |
421 | 2025-01-08T17:39:12.008Z | Compiling hashbrown v0.15.1 |
422 | 2025-01-08T17:39:12.052Z | Compiling log v0.4.22 |
423 | 2025-01-08T17:39:12.131Z | Compiling camino v1.1.9 |
424 | 2025-01-08T17:39:12.235Z | Compiling equivalent v1.0.1 |
425 | 2025-01-08T17:39:12.354Z | Compiling plain v0.2.3 |
426 | 2025-01-08T17:39:12.458Z | Compiling quote v1.0.37 |
427 | 2025-01-08T17:39:12.527Z | Compiling anstyle-parse v0.2.5 |
428 | 2025-01-08T17:39:12.653Z | Compiling thread-id v4.2.2 |
429 | 2025-01-08T17:39:12.744Z | Compiling errno v0.3.9 |
430 | 2025-01-08T17:39:12.861Z | Compiling syn v2.0.87 |
431 | 2025-01-08T17:39:13.012Z | Compiling winnow v0.6.20 |
432 | 2025-01-08T17:39:13.111Z | Compiling pretty-hex v0.4.1 |
433 | 2025-01-08T17:39:13.155Z | Compiling indexmap v2.6.0 |
434 | 2025-01-08T17:39:13.226Z | Compiling semver v1.0.23 |
435 | 2025-01-08T17:39:13.332Z | Compiling autocfg v1.4.0 |
436 | 2025-01-08T17:39:13.744Z | Compiling anstyle v1.0.10 |
437 | 2025-01-08T17:39:14.188Z | Compiling colorchoice v1.0.2 |
438 | 2025-01-08T17:39:14.362Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2025-01-08T17:39:14.462Z | Compiling anstyle-query v1.1.1 |
440 | 2025-01-08T17:39:14.500Z | Compiling unicode-width v0.1.14 |
441 | 2025-01-08T17:39:14.528Z | Compiling fs-err v2.11.0 |
442 | 2025-01-08T17:39:14.617Z | Compiling anstream v0.6.15 |
443 | 2025-01-08T17:39:14.812Z | Compiling bytecount v0.6.8 |
444 | 2025-01-08T17:39:14.915Z | Compiling fastrand v2.1.1 |
445 | 2025-01-08T17:39:15.056Z | Compiling heck v0.4.1 |
446 | 2025-01-08T17:39:15.378Z | Compiling terminal_size v0.4.0 |
447 | 2025-01-08T17:39:15.486Z | Compiling anyhow v1.0.93 |
448 | 2025-01-08T17:39:15.489Z | Compiling clap_lex v0.7.2 |
449 | 2025-01-08T17:39:15.559Z | Compiling fnv v1.0.7 |
450 | 2025-01-08T17:39:15.594Z | Compiling heck v0.5.0 |
451 | 2025-01-08T17:39:15.710Z | Compiling cfg-if v1.0.0 |
452 | 2025-01-08T17:39:15.886Z | Compiling strsim v0.11.1 |
453 | 2025-01-08T17:39:16.107Z | Compiling tempfile v3.13.0 |
454 | 2025-01-08T17:39:16.191Z | Compiling papergrid v0.11.0 |
455 | 2025-01-08T17:39:16.527Z | Compiling clap_builder v4.5.21 |
456 | 2025-01-08T17:39:16.747Z | Compiling memmap v0.7.0 |
457 | 2025-01-08T17:39:16.812Z | Compiling smawk v0.3.2 |
458 | 2025-01-08T17:39:16.890Z | Compiling unicode-linebreak v0.1.5 |
459 | 2025-01-08T17:39:17.126Z | Compiling swrite v0.1.0 |
460 | 2025-01-08T17:39:17.282Z | Compiling textwrap v0.16.1 |
461 | 2025-01-08T17:39:18.579Z | Compiling tabled_derive v0.7.0 |
462 | 2025-01-08T17:39:20.139Z | Compiling tabled v0.15.0 |
463 | 2025-01-08T17:39:21.943Z | Compiling serde_derive v1.0.215 |
464 | 2025-01-08T17:39:21.943Z | Compiling thiserror-impl v1.0.69 |
465 | 2025-01-08T17:39:21.946Z | Compiling zerocopy-derive v0.7.35 |
466 | 2025-01-08T17:39:21.946Z | Compiling scroll_derive v0.12.0 |
467 | 2025-01-08T17:39:22.073Z | Compiling clap_derive v4.5.18 |
468 | 2025-01-08T17:39:23.120Z | Compiling scroll v0.12.0 |
469 | 2025-01-08T17:39:23.637Z | Compiling goblin v0.8.2 |
470 | 2025-01-08T17:39:23.755Z | Compiling zerocopy v0.7.35 |
471 | 2025-01-08T17:39:24.606Z | Compiling pest v2.7.14 |
472 | 2025-01-08T17:39:26.088Z | Compiling clap v4.5.21 |
473 | 2025-01-08T17:39:26.881Z | Compiling pest_meta v2.7.14 |
474 | 2025-01-08T17:39:27.707Z | Compiling pest_generator v2.7.14 |
475 | 2025-01-08T17:39:29.513Z | Compiling pest_derive v2.7.14 |
476 | 2025-01-08T17:39:30.316Z | Compiling dtrace-parser v0.2.0 |
477 | 2025-01-08T17:39:32.120Z | Compiling serde_spanned v0.6.8 |
478 | 2025-01-08T17:39:32.123Z | Compiling toml_datetime v0.6.8 |
479 | 2025-01-08T17:39:32.123Z | Compiling cargo-platform v0.1.8 |
480 | 2025-01-08T17:39:32.502Z | Compiling serde_tokenstream v0.2.2 |
481 | 2025-01-08T17:39:32.596Z | Compiling toml_edit v0.22.22 |
482 | 2025-01-08T17:39:32.681Z | Compiling macaddr v1.0.1 |
483 | 2025-01-08T17:39:32.862Z | Compiling camino-tempfile v1.1.1 |
484 | 2025-01-08T17:39:33.729Z | Compiling dof v0.3.0 |
485 | 2025-01-08T17:39:33.729Z | Compiling cargo_metadata v0.18.1 |
486 | 2025-01-08T17:39:35.385Z | Compiling toml v0.8.19 |
487 | 2025-01-08T17:39:35.594Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2025-01-08T17:39:35.594Z | Compiling usdt-macro v0.5.0 |
489 | 2025-01-08T17:39:36.292Z | Compiling cargo_toml v0.20.5 |
490 | 2025-01-08T17:39:36.932Z | Compiling usdt v0.5.0 |
491 | 2025-01-08T17:39:39.962Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2025-01-08T17:39:44.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.04s |
493 | 2025-01-08T17:39:44.460Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2025-01-08T17:39:44.999Z | Downloading crates ... |
495 | 2025-01-08T17:39:45.133Z | Downloaded async-stream-impl v0.3.6 |
496 | 2025-01-08T17:39:45.136Z | Downloaded aead v0.5.2 |
497 | 2025-01-08T17:39:45.136Z | Downloaded adler2 v2.0.0 |
498 | 2025-01-08T17:39:45.141Z | Downloaded async-stream v0.3.6 |
499 | 2025-01-08T17:39:45.148Z | Downloaded ciborium-io v0.2.2 |
500 | 2025-01-08T17:39:45.151Z | Downloaded cfg_aliases v0.1.1 |
501 | 2025-01-08T17:39:45.151Z | Downloaded atomicwrites v0.4.4 |
502 | 2025-01-08T17:39:45.163Z | Downloaded array-init v0.0.4 |
503 | 2025-01-08T17:39:45.165Z | Downloaded async-recursion v1.1.1 |
504 | 2025-01-08T17:39:45.169Z | Downloaded crunchy v0.2.2 |
505 | 2025-01-08T17:39:45.171Z | Downloaded arrayref v0.3.9 |
506 | 2025-01-08T17:39:45.176Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2025-01-08T17:39:45.179Z | Downloaded darling v0.20.10 |
508 | 2025-01-08T17:39:45.181Z | Downloaded cfg_aliases v0.2.1 |
509 | 2025-01-08T17:39:45.186Z | Downloaded cstr-argument v0.1.2 |
510 | 2025-01-08T17:39:45.186Z | Downloaded atty v0.2.14 |
511 | 2025-01-08T17:39:45.188Z | Downloaded assert_matches v1.5.0 |
512 | 2025-01-08T17:39:45.191Z | Downloaded ascii-canvas v3.0.0 |
513 | 2025-01-08T17:39:45.301Z | Downloaded bitflags v1.3.2 |
514 | 2025-01-08T17:39:45.306Z | Downloaded bitfield-struct v0.6.2 |
515 | 2025-01-08T17:39:45.306Z | Downloaded crossbeam-deque v0.8.5 |
516 | 2025-01-08T17:39:45.306Z | Downloaded cobs v0.2.3 |
517 | 2025-01-08T17:39:45.306Z | Downloaded cexpr v0.6.0 |
518 | 2025-01-08T17:39:45.306Z | Downloaded ciborium-ll v0.2.2 |
519 | 2025-01-08T17:39:45.306Z | Downloaded bitfield v0.14.0 |
520 | 2025-01-08T17:39:45.306Z | Downloaded crc-catalog v2.4.0 |
521 | 2025-01-08T17:39:45.306Z | Downloaded bit-vec v0.6.3 |
522 | 2025-01-08T17:39:45.306Z | Downloaded arrayvec v0.7.6 |
523 | 2025-01-08T17:39:45.306Z | Downloaded hickory-proto v0.24.1 |
524 | 2025-01-08T17:39:45.306Z | Downloaded hickory-server v0.24.1 |
525 | 2025-01-08T17:39:45.307Z | Downloaded hostname v0.3.1 |
526 | 2025-01-08T17:39:45.307Z | Downloaded highway v1.2.0 |
527 | 2025-01-08T17:39:45.307Z | Downloaded constant_time_eq v0.3.1 |
528 | 2025-01-08T17:39:45.307Z | Downloaded cipher v0.4.4 |
529 | 2025-01-08T17:39:45.307Z | Downloaded chrono-tz-build v0.4.0 |
530 | 2025-01-08T17:39:45.307Z | Downloaded hkdf v0.12.4 |
531 | 2025-01-08T17:39:45.307Z | Downloaded progenitor-client v0.8.0 |
532 | 2025-01-08T17:39:45.307Z | Downloaded httpdate v1.0.3 |
533 | 2025-01-08T17:39:45.307Z | Downloaded home v0.5.9 |
534 | 2025-01-08T17:39:45.307Z | Downloaded hickory-client v0.24.1 |
535 | 2025-01-08T17:39:45.307Z | Downloaded http v1.1.0 |
536 | 2025-01-08T17:39:45.307Z | Downloaded iana-time-zone v0.1.61 |
537 | 2025-01-08T17:39:45.307Z | Downloaded hyper-tls v0.6.0 |
538 | 2025-01-08T17:39:45.307Z | Downloaded crc32fast v1.4.2 |
539 | 2025-01-08T17:39:45.307Z | Downloaded httparse v1.9.5 |
540 | 2025-01-08T17:39:45.307Z | Downloaded base64ct v1.6.0 |
541 | 2025-01-08T17:39:45.307Z | Downloaded hyper-util v0.1.10 |
542 | 2025-01-08T17:39:45.307Z | Downloaded hickory-resolver v0.24.1 |
543 | 2025-01-08T17:39:45.307Z | Downloaded russh-cryptovec v0.7.3 |
544 | 2025-01-08T17:39:45.307Z | Downloaded ident_case v1.0.1 |
545 | 2025-01-08T17:39:45.307Z | Downloaded http-range v0.1.5 |
546 | 2025-01-08T17:39:45.307Z | Downloaded cookie_store v0.21.0 |
547 | 2025-01-08T17:39:45.307Z | Downloaded http-body-util v0.1.2 |
548 | 2025-01-08T17:39:45.307Z | Downloaded icu_provider_macros v1.5.0 |
549 | 2025-01-08T17:39:45.307Z | Downloaded headers-core v0.3.0 |
550 | 2025-01-08T17:39:45.307Z | Downloaded curve25519-dalek-derive v0.1.1 |
551 | 2025-01-08T17:39:45.307Z | Downloaded ahash v0.8.11 |
552 | 2025-01-08T17:39:45.307Z | Downloaded csv-core v0.1.11 |
553 | 2025-01-08T17:39:45.315Z | Downloaded instant v0.1.13 |
554 | 2025-01-08T17:39:45.315Z | Downloaded buf-list v1.0.3 |
555 | 2025-01-08T17:39:45.315Z | Downloaded hubpack v0.1.2 |
556 | 2025-01-08T17:39:45.315Z | Downloaded console v0.15.8 |
557 | 2025-01-08T17:39:45.318Z | Downloaded is_ci v1.2.0 |
558 | 2025-01-08T17:39:45.321Z | Downloaded base16ct v0.2.0 |
559 | 2025-01-08T17:39:45.321Z | Downloaded hubpack_derive v0.1.1 |
560 | 2025-01-08T17:39:45.321Z | Downloaded http-body v1.0.1 |
561 | 2025-01-08T17:39:45.324Z | Downloaded hmac v0.12.1 |
562 | 2025-01-08T17:39:45.324Z | Downloaded hostname v0.4.0 |
563 | 2025-01-08T17:39:45.324Z | Downloaded humantime v2.1.0 |
564 | 2025-01-08T17:39:45.327Z | Downloaded cbc v0.1.2 |
565 | 2025-01-08T17:39:45.327Z | Downloaded hex v0.4.3 |
566 | 2025-01-08T17:39:45.330Z | Downloaded rand_seeder v0.3.0 |
567 | 2025-01-08T17:39:45.332Z | Downloaded addr2line v0.24.2 |
568 | 2025-01-08T17:39:45.334Z | Downloaded rand_core v0.6.4 |
569 | 2025-01-08T17:39:45.337Z | Downloaded md5 v0.7.0 |
570 | 2025-01-08T17:39:45.337Z | Downloaded clang-sys v1.8.1 |
571 | 2025-01-08T17:39:45.340Z | Downloaded maplit v1.0.2 |
572 | 2025-01-08T17:39:45.343Z | Downloaded ciborium v0.2.2 |
573 | 2025-01-08T17:39:45.345Z | Downloaded vte_generate_state_changes v0.1.2 |
574 | 2025-01-08T17:39:45.348Z | Downloaded arc-swap v1.7.1 |
575 | 2025-01-08T17:39:45.352Z | Downloaded hex-literal v0.4.1 |
576 | 2025-01-08T17:39:45.355Z | Downloaded heck v0.3.3 |
577 | 2025-01-08T17:39:45.355Z | Downloaded sync_wrapper v1.0.1 |
578 | 2025-01-08T17:39:45.358Z | Downloaded is-terminal v0.4.13 |
579 | 2025-01-08T17:39:45.358Z | Downloaded lazycell v1.3.0 |
580 | 2025-01-08T17:39:45.361Z | Downloaded lazy_static v1.5.0 |
581 | 2025-01-08T17:39:45.361Z | Downloaded keccak v0.1.5 |
582 | 2025-01-08T17:39:45.364Z | Downloaded const-oid v0.9.6 |
583 | 2025-01-08T17:39:45.367Z | Downloaded rustfmt-wrapper v0.2.1 |
584 | 2025-01-08T17:39:45.367Z | Downloaded internet-checksum v0.2.1 |
585 | 2025-01-08T17:39:45.369Z | Downloaded ipnetwork v0.20.0 |
586 | 2025-01-08T17:39:45.369Z | Downloaded instability v0.3.2 |
587 | 2025-01-08T17:39:45.372Z | Downloaded sha1 v0.10.6 |
588 | 2025-01-08T17:39:45.375Z | Downloaded colored v2.1.0 |
589 | 2025-01-08T17:39:45.383Z | Downloaded lru-cache v0.1.2 |
590 | 2025-01-08T17:39:45.383Z | Downloaded libefi-sys v0.1.0 |
591 | 2025-01-08T17:39:45.383Z | Downloaded icu_locid_transform v1.5.0 |
592 | 2025-01-08T17:39:45.383Z | Downloaded bcs v0.1.6 |
593 | 2025-01-08T17:39:45.386Z | Downloaded hyper-rustls v0.27.3 |
594 | 2025-01-08T17:39:45.389Z | Downloaded foreign-types-shared v0.1.1 |
595 | 2025-01-08T17:39:45.389Z | Downloaded foreign-types v0.3.2 |
596 | 2025-01-08T17:39:45.391Z | Downloaded siphasher v0.3.11 |
597 | 2025-01-08T17:39:45.393Z | Downloaded managed v0.8.0 |
598 | 2025-01-08T17:39:45.393Z | Downloaded lockfree-object-pool v0.1.6 |
599 | 2025-01-08T17:39:45.396Z | Downloaded linear-map v1.2.0 |
600 | 2025-01-08T17:39:45.398Z | Downloaded strip-ansi-escapes v0.2.0 |
601 | 2025-01-08T17:39:45.401Z | Downloaded memoffset v0.9.1 |
602 | 2025-01-08T17:39:45.404Z | Downloaded normalize-line-endings v0.3.0 |
603 | 2025-01-08T17:39:45.404Z | Downloaded md-5 v0.10.6 |
604 | 2025-01-08T17:39:45.407Z | Downloaded crc-any v2.5.0 |
605 | 2025-01-08T17:39:45.410Z | Downloaded termcolor v1.4.1 |
606 | 2025-01-08T17:39:45.410Z | Downloaded tabwriter v1.4.0 |
607 | 2025-01-08T17:39:45.412Z | Downloaded which v4.4.2 |
608 | 2025-01-08T17:39:45.415Z | Downloaded inout v0.1.3 |
609 | 2025-01-08T17:39:45.417Z | Downloaded unarray v0.1.4 |
610 | 2025-01-08T17:39:45.417Z | Downloaded thiserror-impl-no-std v2.0.2 |
611 | 2025-01-08T17:39:45.419Z | Downloaded thiserror-impl v2.0.3 |
612 | 2025-01-08T17:39:45.422Z | Downloaded termios v0.3.3 |
613 | 2025-01-08T17:39:45.422Z | Downloaded synstructure v0.13.1 |
614 | 2025-01-08T17:39:45.424Z | Downloaded jobserver v0.1.32 |
615 | 2025-01-08T17:39:45.426Z | Downloaded bytes v1.8.0 |
616 | 2025-01-08T17:39:45.431Z | Downloaded deranged v0.3.11 |
617 | 2025-01-08T17:39:45.433Z | Downloaded zerovec-derive v0.10.3 |
618 | 2025-01-08T17:39:45.437Z | Downloaded untrusted v0.7.1 |
619 | 2025-01-08T17:39:45.439Z | Downloaded embedded-io v0.6.1 |
620 | 2025-01-08T17:39:45.439Z | Downloaded embedded-io v0.4.0 |
621 | 2025-01-08T17:39:45.441Z | Downloaded dunce v1.0.5 |
622 | 2025-01-08T17:39:45.444Z | Downloaded progenitor-impl v0.8.0 |
623 | 2025-01-08T17:39:45.447Z | Downloaded icu_locid_transform_data v1.5.0 |
624 | 2025-01-08T17:39:45.449Z | Downloaded opaque-debug v0.3.1 |
625 | 2025-01-08T17:39:45.449Z | Downloaded icu_provider v1.5.0 |
626 | 2025-01-08T17:39:45.451Z | Downloaded packed_struct_codegen v0.10.1 |
627 | 2025-01-08T17:39:45.454Z | Downloaded foreign-types-macros v0.2.3 |
628 | 2025-01-08T17:39:45.457Z | Downloaded mime_guess v2.0.5 |
629 | 2025-01-08T17:39:45.457Z | Downloaded memmap2 v0.9.5 |
630 | 2025-01-08T17:39:45.461Z | Downloaded fallible-streaming-iterator v0.1.9 |
631 | 2025-01-08T17:39:45.461Z | Downloaded fallible-iterator v0.3.0 |
632 | 2025-01-08T17:39:45.463Z | Downloaded display-error-chain v0.2.2 |
633 | 2025-01-08T17:39:45.465Z | Downloaded nanorand v0.7.0 |
634 | 2025-01-08T17:39:45.467Z | Downloaded term v0.7.0 |
635 | 2025-01-08T17:39:45.472Z | Downloaded indexmap v1.9.3 |
636 | 2025-01-08T17:39:45.476Z | Downloaded ron v0.7.1 |
637 | 2025-01-08T17:39:45.481Z | Downloaded toolchain_find v0.4.0 |
638 | 2025-01-08T17:39:45.484Z | Downloaded serde-big-array v0.5.1 |
639 | 2025-01-08T17:39:45.486Z | Downloaded rfc6979 v0.4.0 |
640 | 2025-01-08T17:39:45.486Z | Downloaded multimap v0.10.0 |
641 | 2025-01-08T17:39:45.488Z | Downloaded der_derive v0.7.3 |
642 | 2025-01-08T17:39:45.490Z | Downloaded derive_builder v0.20.2 |
643 | 2025-01-08T17:39:45.495Z | Downloaded phf_codegen v0.11.2 |
644 | 2025-01-08T17:39:45.498Z | Downloaded time-core v0.1.2 |
645 | 2025-01-08T17:39:45.499Z | Downloaded num_enum v0.5.11 |
646 | 2025-01-08T17:39:45.505Z | Downloaded icu_normalizer v1.5.0 |
647 | 2025-01-08T17:39:45.508Z | Downloaded yoke-derive v0.7.4 |
648 | 2025-01-08T17:39:45.511Z | Downloaded heapless v0.7.17 |
649 | 2025-01-08T17:39:45.515Z | Downloaded pin-utils v0.1.0 |
650 | 2025-01-08T17:39:45.518Z | Downloaded quick-error v1.2.3 |
651 | 2025-01-08T17:39:45.520Z | Downloaded predicates-tree v1.0.11 |
652 | 2025-01-08T17:39:45.521Z | Downloaded packed_struct v0.10.1 |
653 | 2025-01-08T17:39:45.523Z | Downloaded similar v2.6.0 |
654 | 2025-01-08T17:39:45.539Z | Downloaded percent-encoding v2.3.1 |
655 | 2025-01-08T17:39:45.542Z | Downloaded heapless v0.8.0 |
656 | 2025-01-08T17:39:45.545Z | Downloaded num-conv v0.1.0 |
657 | 2025-01-08T17:39:45.547Z | Downloaded downcast v0.11.0 |
658 | 2025-01-08T17:39:45.547Z | Downloaded dhcproto-macros v0.1.0 |
659 | 2025-01-08T17:39:45.549Z | Downloaded rpassword v7.3.1 |
660 | 2025-01-08T17:39:45.552Z | Downloaded icu_collections v1.5.0 |
661 | 2025-01-08T17:39:45.556Z | Downloaded typify-macro v0.2.0 |
662 | 2025-01-08T17:39:45.558Z | Downloaded spki v0.7.3 |
663 | 2025-01-08T17:39:45.561Z | Downloaded time-macros v0.2.18 |
664 | 2025-01-08T17:39:45.563Z | Downloaded owo-colors v4.1.0 |
665 | 2025-01-08T17:39:45.566Z | Downloaded samael v0.0.17 |
666 | 2025-01-08T17:39:45.573Z | Downloaded progenitor v0.8.0 |
667 | 2025-01-08T17:39:45.577Z | Downloaded getrandom v0.2.15 |
668 | 2025-01-08T17:39:45.579Z | Downloaded sqlparser_derive v0.2.2 |
669 | 2025-01-08T17:39:45.579Z | Downloaded sigpipe v0.1.3 |
670 | 2025-01-08T17:39:45.581Z | Downloaded xz2 v0.1.7 |
671 | 2025-01-08T17:39:45.583Z | Downloaded utf16_iter v1.0.5 |
672 | 2025-01-08T17:39:45.586Z | Downloaded wyz v0.5.1 |
673 | 2025-01-08T17:39:45.586Z | Downloaded indicatif v0.17.9 |
674 | 2025-01-08T17:39:45.590Z | Downloaded dyn-clone v1.0.17 |
675 | 2025-01-08T17:39:45.593Z | Downloaded ff v0.13.0 |
676 | 2025-01-08T17:39:45.595Z | Downloaded futures-macro v0.3.31 |
677 | 2025-01-08T17:39:45.598Z | Downloaded futures-io v0.3.31 |
678 | 2025-01-08T17:39:45.598Z | Downloaded futures-executor v0.3.31 |
679 | 2025-01-08T17:39:45.600Z | Downloaded futures-core v0.3.31 |
680 | 2025-01-08T17:39:45.600Z | Downloaded fallible-iterator v0.2.0 |
681 | 2025-01-08T17:39:45.603Z | Downloaded num-derive v0.4.2 |
682 | 2025-01-08T17:39:45.605Z | Downloaded nibble_vec v0.1.0 |
683 | 2025-01-08T17:39:45.608Z | Downloaded futures-task v0.3.31 |
684 | 2025-01-08T17:39:45.608Z | Downloaded futures-sink v0.3.31 |
685 | 2025-01-08T17:39:45.610Z | Downloaded write16 v1.0.0 |
686 | 2025-01-08T17:39:45.612Z | Downloaded zerofrom v0.1.4 |
687 | 2025-01-08T17:39:45.612Z | Downloaded fd-lock v4.0.2 |
688 | 2025-01-08T17:39:45.615Z | Downloaded derive-where v1.2.7 |
689 | 2025-01-08T17:39:45.619Z | Downloaded endian-type v0.1.2 |
690 | 2025-01-08T17:39:45.621Z | Downloaded phf v0.11.2 |
691 | 2025-01-08T17:39:45.623Z | Downloaded tokio-rustls v0.26.0 |
692 | 2025-01-08T17:39:45.625Z | Downloaded tokio-rustls v0.25.0 |
693 | 2025-01-08T17:39:45.628Z | Downloaded static_assertions v1.1.0 |
694 | 2025-01-08T17:39:45.631Z | Downloaded scheduled-thread-pool v0.2.7 |
695 | 2025-01-08T17:39:45.631Z | Downloaded same-file v1.0.6 |
696 | 2025-01-08T17:39:45.633Z | Downloaded progenitor-macro v0.8.0 |
697 | 2025-01-08T17:39:45.633Z | Downloaded proc-macro-crate v1.3.1 |
698 | 2025-01-08T17:39:45.636Z | Downloaded primeorder v0.13.6 |
699 | 2025-01-08T17:39:45.638Z | Downloaded typify v0.2.0 |
700 | 2025-01-08T17:39:45.641Z | Downloaded signature v2.2.0 |
701 | 2025-01-08T17:39:45.643Z | Downloaded pin-project-lite v0.2.14 |
702 | 2025-01-08T17:39:45.648Z | Downloaded oso-derive v0.27.3 |
703 | 2025-01-08T17:39:45.651Z | Downloaded openssl-probe v0.1.5 |
704 | 2025-01-08T17:39:45.651Z | Downloaded openssl-macros v0.1.1 |
705 | 2025-01-08T17:39:45.654Z | Downloaded newline-converter v0.3.0 |
706 | 2025-01-08T17:39:45.654Z | Downloaded omicron-zone-package v0.12.0 |
707 | 2025-01-08T17:39:45.657Z | Downloaded unicase v2.7.0 |
708 | 2025-01-08T17:39:45.659Z | Downloaded twox-hash v1.6.3 |
709 | 2025-01-08T17:39:45.662Z | Downloaded futures-channel v0.3.31 |
710 | 2025-01-08T17:39:45.664Z | Downloaded parse-size v1.1.0 |
711 | 2025-01-08T17:39:45.666Z | Downloaded utf8_iter v1.0.4 |
712 | 2025-01-08T17:39:45.666Z | Downloaded elliptic-curve v0.13.8 |
713 | 2025-01-08T17:39:45.671Z | Downloaded num-complex v0.4.6 |
714 | 2025-01-08T17:39:45.674Z | Downloaded password-hash v0.5.0 |
715 | 2025-01-08T17:39:45.677Z | Downloaded enum-as-inner v0.5.1 |
716 | 2025-01-08T17:39:45.679Z | Downloaded password-hash v0.4.2 |
717 | 2025-01-08T17:39:45.681Z | Downloaded socket2 v0.5.7 |
718 | 2025-01-08T17:39:45.684Z | Downloaded signal-hook-tokio v0.3.1 |
719 | 2025-01-08T17:39:45.686Z | Downloaded tar v0.4.42 |
720 | 2025-01-08T17:39:45.689Z | Downloaded darling_macro v0.20.10 |
721 | 2025-01-08T17:39:45.692Z | Downloaded ecdsa v0.16.9 |
722 | 2025-01-08T17:39:45.692Z | Downloaded foldhash v0.1.3 |
723 | 2025-01-08T17:39:45.694Z | Downloaded vergen v8.3.2 |
724 | 2025-01-08T17:39:45.697Z | Downloaded num-iter v0.1.45 |
725 | 2025-01-08T17:39:45.699Z | Downloaded pem-rfc7468 v0.7.0 |
726 | 2025-01-08T17:39:45.701Z | Downloaded unsafe-libyaml v0.2.11 |
727 | 2025-01-08T17:39:45.705Z | Downloaded glob v0.3.1 |
728 | 2025-01-08T17:39:45.707Z | Downloaded postcard v1.0.10 |
729 | 2025-01-08T17:39:45.709Z | Downloaded newtype-uuid v1.1.3 |
730 | 2025-01-08T17:39:45.712Z | Downloaded mockall v0.13.0 |
731 | 2025-01-08T17:39:45.715Z | Downloaded tokio-stream v0.1.16 |
732 | 2025-01-08T17:39:45.718Z | Downloaded oso v0.27.3 |
733 | 2025-01-08T17:39:45.722Z | Downloaded yasna v0.5.2 |
734 | 2025-01-08T17:39:45.725Z | Downloaded newtype_derive v0.1.6 |
735 | 2025-01-08T17:39:45.727Z | Downloaded parse-display v0.10.0 |
736 | 2025-01-08T17:39:45.729Z | Downloaded minimal-lexical v0.2.1 |
737 | 2025-01-08T17:39:45.733Z | Downloaded precomputed-hash v0.1.1 |
738 | 2025-01-08T17:39:45.736Z | Downloaded parse-display-derive v0.10.0 |
739 | 2025-01-08T17:39:45.738Z | Downloaded displaydoc v0.2.5 |
740 | 2025-01-08T17:39:45.740Z | Downloaded new_debug_unreachable v1.0.6 |
741 | 2025-01-08T17:39:45.743Z | Downloaded slog-scope v4.4.0 |
742 | 2025-01-08T17:39:45.743Z | Downloaded rtoolbox v0.0.2 |
743 | 2025-01-08T17:39:45.747Z | Downloaded tracing-core v0.1.32 |
744 | 2025-01-08T17:39:45.749Z | Downloaded strum_macros v0.24.3 |
745 | 2025-01-08T17:39:45.752Z | Downloaded unicode-xid v0.2.6 |
746 | 2025-01-08T17:39:45.754Z | Downloaded tls_codec_derive v0.4.1 |
747 | 2025-01-08T17:39:45.754Z | Downloaded tls_codec v0.4.1 |
748 | 2025-01-08T17:39:45.757Z | Downloaded zip v2.1.3 |
749 | 2025-01-08T17:39:45.762Z | Downloaded unicode-segmentation v1.12.0 |
750 | 2025-01-08T17:39:45.766Z | Downloaded dsl_auto_type v0.1.2 |
751 | 2025-01-08T17:39:45.769Z | Downloaded data-encoding v2.6.0 |
752 | 2025-01-08T17:39:45.771Z | Downloaded try-lock v0.2.5 |
753 | 2025-01-08T17:39:45.771Z | Downloaded zone v0.3.0 |
754 | 2025-01-08T17:39:45.773Z | Downloaded num-integer v0.1.46 |
755 | 2025-01-08T17:39:45.776Z | Downloaded thread_local v1.1.8 |
756 | 2025-01-08T17:39:45.776Z | Downloaded snafu v0.8.5 |
757 | 2025-01-08T17:39:45.784Z | Downloaded phf_shared v0.10.0 |
758 | 2025-01-08T17:39:45.787Z | Downloaded peg-runtime v0.8.3 |
759 | 2025-01-08T17:39:45.787Z | Downloaded fs_extra v1.3.0 |
760 | 2025-01-08T17:39:45.791Z | Downloaded fragile v2.0.0 |
761 | 2025-01-08T17:39:45.793Z | Downloaded parking_lot_core v0.8.6 |
762 | 2025-01-08T17:39:45.793Z | Downloaded either v1.13.0 |
763 | 2025-01-08T17:39:45.796Z | Downloaded parking_lot_core v0.9.10 |
764 | 2025-01-08T17:39:45.798Z | Downloaded libm v0.2.8 |
765 | 2025-01-08T17:39:45.807Z | Downloaded phf_generator v0.11.2 |
766 | 2025-01-08T17:39:45.810Z | Downloaded sct v0.7.1 |
767 | 2025-01-08T17:39:45.813Z | Downloaded pretty-hex v0.2.1 |
768 | 2025-01-08T17:39:45.815Z | Downloaded tokio-tungstenite v0.21.0 |
769 | 2025-01-08T17:39:45.818Z | Downloaded slog-term v2.9.1 |
770 | 2025-01-08T17:39:45.820Z | Downloaded shlex v1.3.0 |
771 | 2025-01-08T17:39:45.822Z | Downloaded itertools v0.12.1 |
772 | 2025-01-08T17:39:45.830Z | Downloaded strum v0.26.3 |
773 | 2025-01-08T17:39:45.833Z | Downloaded tokio-tungstenite v0.23.1 |
774 | 2025-01-08T17:39:45.837Z | Downloaded hyper v1.5.0 |
775 | 2025-01-08T17:39:45.843Z | Downloaded number_prefix v0.4.0 |
776 | 2025-01-08T17:39:45.845Z | Downloaded num_enum_derive v0.5.11 |
777 | 2025-01-08T17:39:45.848Z | Downloaded zone_cfg_derive v0.1.2 |
778 | 2025-01-08T17:39:45.848Z | Downloaded mirai-annotations v1.12.0 |
779 | 2025-01-08T17:39:45.849Z | Downloaded zeroize_derive v1.4.2 |
780 | 2025-01-08T17:39:45.851Z | Downloaded env_filter v0.1.2 |
781 | 2025-01-08T17:39:45.854Z | Downloaded funty v2.0.0 |
782 | 2025-01-08T17:39:45.854Z | Downloaded serde_yaml v0.9.34+deprecated |
783 | 2025-01-08T17:39:45.858Z | Downloaded enum-as-inner v0.6.1 |
784 | 2025-01-08T17:39:45.860Z | Downloaded aes-gcm v0.10.3 |
785 | 2025-01-08T17:39:45.864Z | Downloaded crossterm v0.28.1 |
786 | 2025-01-08T17:39:45.872Z | Downloaded vte v0.11.1 |
787 | 2025-01-08T17:39:45.875Z | Downloaded ron v0.8.1 |
788 | 2025-01-08T17:39:45.881Z | Downloaded rustls-pemfile v1.0.4 |
789 | 2025-01-08T17:39:45.884Z | Downloaded slog-bunyan v2.5.0 |
790 | 2025-01-08T17:39:45.887Z | Downloaded flume v0.11.1 |
791 | 2025-01-08T17:39:45.890Z | Downloaded fxhash v0.2.1 |
792 | 2025-01-08T17:39:45.892Z | Downloaded qorb v0.2.1 |
793 | 2025-01-08T17:39:45.902Z | Downloaded strum_macros v0.25.3 |
794 | 2025-01-08T17:39:45.905Z | Downloaded diesel_table_macro_syntax v0.2.0 |
795 | 2025-01-08T17:39:45.908Z | Downloaded mio v1.0.2 |
796 | 2025-01-08T17:39:45.915Z | Downloaded flagset v0.4.6 |
797 | 2025-01-08T17:39:45.918Z | Downloaded env_logger v0.11.5 |
798 | 2025-01-08T17:39:45.924Z | Downloaded num-rational v0.4.2 |
799 | 2025-01-08T17:39:45.926Z | Downloaded env_logger v0.10.2 |
800 | 2025-01-08T17:39:45.932Z | Downloaded pkcs5 v0.7.1 |
801 | 2025-01-08T17:39:45.938Z | Downloaded zone_cfg_derive v0.3.0 |
802 | 2025-01-08T17:39:45.942Z | Downloaded rand_xorshift v0.3.0 |
803 | 2025-01-08T17:39:45.944Z | Downloaded foreign-types-shared v0.3.1 |
804 | 2025-01-08T17:39:45.944Z | Downloaded tower-service v0.3.3 |
805 | 2025-01-08T17:39:45.944Z | Downloaded rcgen v0.12.1 |
806 | 2025-01-08T17:39:45.947Z | Downloaded pkcs1 v0.7.5 |
807 | 2025-01-08T17:39:45.950Z | Downloaded serde_path_to_error v0.1.16 |
808 | 2025-01-08T17:39:45.952Z | Downloaded sec1 v0.7.3 |
809 | 2025-01-08T17:39:45.954Z | Downloaded scopeguard v1.2.0 |
810 | 2025-01-08T17:39:45.957Z | Downloaded expectorate v1.1.0 |
811 | 2025-01-08T17:39:45.959Z | Downloaded path-slash v0.1.5 |
812 | 2025-01-08T17:39:45.961Z | Downloaded derive_builder_macro v0.20.2 |
813 | 2025-01-08T17:39:45.961Z | Downloaded radium v0.7.0 |
814 | 2025-01-08T17:39:45.964Z | Downloaded polyval v0.6.2 |
815 | 2025-01-08T17:39:45.966Z | Downloaded want v0.3.1 |
816 | 2025-01-08T17:39:45.966Z | Downloaded topological-sort v0.2.2 |
817 | 2025-01-08T17:39:45.969Z | Downloaded gethostname v0.5.0 |
818 | 2025-01-08T17:39:45.969Z | Downloaded wait-timeout v0.2.0 |
819 | 2025-01-08T17:39:45.971Z | Downloaded slog v2.7.0 |
820 | 2025-01-08T17:39:45.974Z | Downloaded nodrop v0.1.14 |
821 | 2025-01-08T17:39:45.976Z | Downloaded group v0.13.0 |
822 | 2025-01-08T17:39:45.980Z | Downloaded diesel_derives v2.2.3 |
823 | 2025-01-08T17:39:45.982Z | Downloaded ppv-lite86 v0.2.20 |
824 | 2025-01-08T17:39:45.985Z | Downloaded uzers v0.12.1 |
825 | 2025-01-08T17:39:45.987Z | Downloaded postgres-protocol v0.6.7 |
826 | 2025-01-08T17:39:45.991Z | Downloaded uuid v1.11.0 |
827 | 2025-01-08T17:39:45.995Z | Downloaded slog-json v2.6.1 |
828 | 2025-01-08T17:39:45.998Z | Downloaded nom v7.1.3 |
829 | 2025-01-08T17:39:46.001Z | Downloaded slog-dtrace v0.3.0 |
830 | 2025-01-08T17:39:46.003Z | Downloaded zerovec v0.10.4 |
831 | 2025-01-08T17:39:46.009Z | Downloaded smf v0.2.3 |
832 | 2025-01-08T17:39:46.011Z | Downloaded form_urlencoded v1.2.1 |
833 | 2025-01-08T17:39:46.011Z | Downloaded time v0.3.36 |
834 | 2025-01-08T17:39:46.020Z | Downloaded float-ord v0.3.2 |
835 | 2025-01-08T17:39:46.022Z | Downloaded serde_derive_internals v0.29.1 |
836 | 2025-01-08T17:39:46.024Z | Downloaded rsa v0.9.6 |
837 | 2025-01-08T17:39:46.028Z | Downloaded paste v1.0.15 |
838 | 2025-01-08T17:39:46.031Z | Downloaded aws-lc-rs v1.10.0 |
839 | 2025-01-08T17:39:46.040Z | Downloaded defmt v0.3.8 |
840 | 2025-01-08T17:39:46.043Z | Downloaded pkg-config v0.3.31 |
841 | 2025-01-08T17:39:46.047Z | Downloaded float-cmp v0.9.0 |
842 | 2025-01-08T17:39:46.049Z | Downloaded tui-tree-widget v0.22.0 |
843 | 2025-01-08T17:39:46.049Z | Downloaded toml v0.7.8 |
844 | 2025-01-08T17:39:46.052Z | Downloaded num_threads v0.1.7 |
845 | 2025-01-08T17:39:46.054Z | Downloaded sync-ptr v0.1.1 |
846 | 2025-01-08T17:39:46.054Z | Downloaded waitgroup v0.1.2 |
847 | 2025-01-08T17:39:46.054Z | Downloaded native-tls v0.2.12 |
848 | 2025-01-08T17:39:46.056Z | Downloaded multer v3.1.0 |
849 | 2025-01-08T17:39:46.059Z | Downloaded diesel-dtrace v0.4.2 |
850 | 2025-01-08T17:39:46.062Z | Downloaded hash32 v0.3.1 |
851 | 2025-01-08T17:39:46.062Z | Downloaded pbkdf2 v0.11.0 |
852 | 2025-01-08T17:39:46.065Z | Downloaded p521 v0.13.3 |
853 | 2025-01-08T17:39:46.068Z | Downloaded parse-zoneinfo v0.3.1 |
854 | 2025-01-08T17:39:46.071Z | Downloaded blake3 v1.5.4 |
855 | 2025-01-08T17:39:46.079Z | Downloaded tinyvec_macros v0.1.1 |
856 | 2025-01-08T17:39:46.082Z | Downloaded smallvec v1.13.2 |
857 | 2025-01-08T17:39:46.084Z | Downloaded rayon-core v1.12.1 |
858 | 2025-01-08T17:39:46.087Z | Downloaded zerofrom-derive v0.1.4 |
859 | 2025-01-08T17:39:46.089Z | Downloaded ed25519-dalek v2.1.1 |
860 | 2025-01-08T17:39:46.092Z | Downloaded tinystr v0.7.6 |
861 | 2025-01-08T17:39:46.094Z | Downloaded miniz_oxide v0.8.0 |
862 | 2025-01-08T17:39:46.097Z | Downloaded num v0.4.3 |
863 | 2025-01-08T17:39:46.099Z | Downloaded structmeta-derive v0.2.0 |
864 | 2025-01-08T17:39:46.099Z | Downloaded string_cache v0.8.7 |
865 | 2025-01-08T17:39:46.102Z | Downloaded defmt-macros v0.3.9 |
866 | 2025-01-08T17:39:46.105Z | Downloaded unicode-properties v0.1.3 |
867 | 2025-01-08T17:39:46.107Z | Downloaded schemars v0.8.21 |
868 | 2025-01-08T17:39:46.118Z | Downloaded nu-ansi-term v0.50.1 |
869 | 2025-01-08T17:39:46.121Z | Downloaded filetime v0.2.25 |
870 | 2025-01-08T17:39:46.124Z | Downloaded olpc-cjson v0.1.4 |
871 | 2025-01-08T17:39:46.126Z | Downloaded supports-color v3.0.1 |
872 | 2025-01-08T17:39:46.126Z | Downloaded defmt-parser v0.3.4 |
873 | 2025-01-08T17:39:46.129Z | Downloaded quinn-udp v0.5.5 |
874 | 2025-01-08T17:39:46.129Z | Downloaded phf_shared v0.11.2 |
875 | 2025-01-08T17:39:46.131Z | Downloaded peg v0.8.4 |
876 | 2025-01-08T17:39:46.134Z | Downloaded portable-atomic v1.9.0 |
877 | 2025-01-08T17:39:46.140Z | Downloaded pbkdf2 v0.12.2 |
878 | 2025-01-08T17:39:46.144Z | Downloaded r2d2 v0.8.10 |
879 | 2025-01-08T17:39:46.146Z | Downloaded half v2.4.1 |
880 | 2025-01-08T17:39:46.146Z | Downloaded typed-path v0.9.3 |
881 | 2025-01-08T17:39:46.152Z | Downloaded rusty-fork v0.3.0 |
882 | 2025-01-08T17:39:46.155Z | Downloaded bitvec v1.0.1 |
883 | 2025-01-08T17:39:46.170Z | Downloaded structmeta v0.3.0 |
884 | 2025-01-08T17:39:46.172Z | Downloaded pkcs8 v0.10.2 |
885 | 2025-01-08T17:39:46.175Z | Downloaded russh-keys v0.45.0 |
886 | 2025-01-08T17:39:46.179Z | Downloaded walkdir v2.5.0 |
887 | 2025-01-08T17:39:46.182Z | Downloaded zopfli v0.8.1 |
888 | 2025-01-08T17:39:46.182Z | Downloaded postgres-types v0.2.8 |
889 | 2025-01-08T17:39:46.185Z | Downloaded hashlink v0.9.1 |
890 | 2025-01-08T17:39:46.187Z | Downloaded mockall_derive v0.13.0 |
891 | 2025-01-08T17:39:46.187Z | Downloaded headers v0.4.0 |
892 | 2025-01-08T17:39:46.192Z | Downloaded subprocess v0.2.9 |
893 | 2025-01-08T17:39:46.194Z | Downloaded quinn v0.11.5 |
894 | 2025-01-08T17:39:46.197Z | Downloaded sqlparser v0.45.0 |
895 | 2025-01-08T17:39:46.203Z | Downloaded derive_more v0.99.18 |
896 | 2025-01-08T17:39:46.208Z | Downloaded steno v0.4.1 |
897 | 2025-01-08T17:39:46.212Z | Downloaded russh v0.45.0 |
898 | 2025-01-08T17:39:46.219Z | Downloaded pin-project v1.1.6 |
899 | 2025-01-08T17:39:46.230Z | Downloaded tinyvec v1.8.0 |
900 | 2025-01-08T17:39:46.233Z | Downloaded poly1305 v0.8.0 |
901 | 2025-01-08T17:39:46.236Z | Downloaded tungstenite v0.24.0 |
902 | 2025-01-08T17:39:46.240Z | Downloaded tungstenite v0.21.0 |
903 | 2025-01-08T17:39:46.244Z | Downloaded tungstenite v0.23.0 |
904 | 2025-01-08T17:39:46.248Z | Downloaded bindgen v0.69.5 |
905 | 2025-01-08T17:39:46.256Z | Downloaded darling_core v0.20.10 |
906 | 2025-01-08T17:39:46.263Z | Downloaded hashbrown v0.14.5 |
907 | 2025-01-08T17:39:46.268Z | Downloaded icu_properties_data v1.5.0 |
908 | 2025-01-08T17:39:46.279Z | Downloaded diff v0.1.13 |
909 | 2025-01-08T17:39:46.283Z | Downloaded proptest v1.5.0 |
910 | 2025-01-08T17:39:46.292Z | Downloaded unicode-bidi v0.3.17 |
911 | 2025-01-08T17:39:46.295Z | Downloaded toml_edit v0.19.15 |
912 | 2025-01-08T17:39:46.313Z | Downloaded reedline v0.35.0 |
913 | 2025-01-08T17:39:46.321Z | Downloaded idna v0.3.0 |
914 | 2025-01-08T17:39:46.328Z | Downloaded der v0.7.9 |
915 | 2025-01-08T17:39:46.334Z | Downloaded tracing v0.1.40 |
916 | 2025-01-08T17:39:46.340Z | Downloaded quick-xml v0.33.0 |
917 | 2025-01-08T17:39:46.345Z | Downloaded flate2 v1.0.34 |
918 | 2025-01-08T17:39:46.350Z | Downloaded hashbrown v0.13.2 |
919 | 2025-01-08T17:39:46.354Z | Downloaded tokio-util v0.7.12 |
920 | 2025-01-08T17:39:46.363Z | Downloaded num-bigint v0.4.6 |
921 | 2025-01-08T17:39:46.367Z | Downloaded rustls-webpki v0.101.7 |
922 | 2025-01-08T17:39:46.381Z | Downloaded tough v0.19.0 |
923 | 2025-01-08T17:39:46.391Z | Downloaded idna v0.5.0 |
924 | 2025-01-08T17:39:46.396Z | Downloaded rustyline v14.0.0 |
925 | 2025-01-08T17:39:46.401Z | Downloaded rayon v1.10.0 |
926 | 2025-01-08T17:39:46.410Z | Downloaded smoltcp v0.9.1 |
927 | 2025-01-08T17:39:46.421Z | Downloaded zerocopy v0.8.10 |
928 | 2025-01-08T17:39:46.445Z | Downloaded git2 v0.19.0 |
929 | 2025-01-08T17:39:46.454Z | Downloaded petname v2.0.2 |
930 | 2025-01-08T17:39:46.460Z | Downloaded rustls v0.21.12 |
931 | 2025-01-08T17:39:46.471Z | Downloaded unicode-normalization v0.1.24 |
932 | 2025-01-08T17:39:46.475Z | Downloaded regress v0.9.1 |
933 | 2025-01-08T17:39:46.484Z | Downloaded h2 v0.4.6 |
934 | 2025-01-08T17:39:46.492Z | Downloaded curve25519-dalek v4.1.3 |
935 | 2025-01-08T17:39:46.501Z | Downloaded openssl v0.10.66 |
936 | 2025-01-08T17:39:46.511Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2025-01-08T17:39:46.527Z | Downloaded idna v0.4.0 |
938 | 2025-01-08T17:39:46.534Z | Downloaded hashbrown v0.12.3 |
939 | 2025-01-08T17:39:46.538Z | Downloaded p384 v0.13.0 |
940 | 2025-01-08T17:39:46.545Z | Downloaded rustls-webpki v0.102.8 |
941 | 2025-01-08T17:39:46.565Z | Downloaded object v0.30.4 |
942 | 2025-01-08T17:39:46.576Z | Downloaded dropshot v0.12.0 |
943 | 2025-01-08T17:39:46.599Z | Downloaded radix_trie v0.2.1 |
944 | 2025-01-08T17:39:46.605Z | Downloaded regex v1.11.1 |
945 | 2025-01-08T17:39:46.621Z | Downloaded nix v0.28.0 |
946 | 2025-01-08T17:39:46.633Z | Downloaded gimli v0.31.1 |
947 | 2025-01-08T17:39:46.643Z | Downloaded polar-core v0.27.3 |
948 | 2025-01-08T17:39:46.654Z | Downloaded object v0.36.5 |
949 | 2025-01-08T17:39:46.668Z | Downloaded nix v0.29.0 |
950 | 2025-01-08T17:39:46.681Z | Downloaded regress v0.10.1 |
951 | 2025-01-08T17:39:46.693Z | Downloaded rustls v0.22.4 |
952 | 2025-01-08T17:39:46.707Z | Downloaded rustls v0.23.19 |
953 | 2025-01-08T17:39:46.720Z | Downloaded regex-syntax v0.8.5 |
954 | 2025-01-08T17:39:46.729Z | Downloaded regex-syntax v0.6.29 |
955 | 2025-01-08T17:39:46.737Z | Downloaded smoltcp v0.11.0 |
956 | 2025-01-08T17:39:46.752Z | Downloaded sled v0.34.7 |
957 | 2025-01-08T17:39:46.763Z | Downloaded typify-impl v0.2.0 |
958 | 2025-01-08T17:39:46.779Z | Downloaded openapiv3 v2.0.0 |
959 | 2025-01-08T17:39:46.792Z | Downloaded dropshot v0.13.0 |
960 | 2025-01-08T17:39:46.815Z | Downloaded diesel v2.2.6 |
961 | 2025-01-08T17:39:46.833Z | Downloaded zerocopy-derive v0.6.6 |
962 | 2025-01-08T17:39:46.844Z | Downloaded chrono-tz v0.10.0 |
963 | 2025-01-08T17:39:46.851Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
964 | 2025-01-08T17:39:46.864Z | Downloaded ratatui v0.28.1 |
965 | 2025-01-08T17:39:46.885Z | Downloaded regex-automata v0.4.8 |
966 | 2025-01-08T17:39:46.902Z | Downloaded nix v0.27.1 |
967 | 2025-01-08T17:39:46.913Z | Downloaded lzma-sys v0.1.20 |
968 | 2025-01-08T17:39:46.943Z | Downloaded bstr v1.10.0 |
969 | 2025-01-08T17:39:46.953Z | Downloaded unicode-width v0.2.0 |
970 | 2025-01-08T17:39:46.959Z | Downloaded webpki-roots v0.26.6 |
971 | 2025-01-08T17:39:46.964Z | Downloaded vcpkg v0.2.15 |
972 | 2025-01-08T17:39:47.004Z | Downloaded rusqlite v0.32.1 |
973 | 2025-01-08T17:39:47.010Z | Downloaded petgraph v0.6.5 |
974 | 2025-01-08T17:39:47.028Z | Downloaded idna v0.2.3 |
975 | 2025-01-08T17:39:47.035Z | Downloaded reqwest v0.12.9 |
976 | 2025-01-08T17:39:47.043Z | Downloaded futures-util v0.3.31 |
977 | 2025-01-08T17:39:47.056Z | Downloaded libz-sys v1.1.20 |
978 | 2025-01-08T17:39:47.078Z | Downloaded serde_with v3.11.0 |
979 | 2025-01-08T17:39:47.086Z | Downloaded winnow v0.5.40 |
980 | 2025-01-08T17:39:47.095Z | Downloaded csv v1.3.0 |
981 | 2025-01-08T17:39:47.115Z | Downloaded tokio v1.40.0 |
982 | 2025-01-08T17:39:47.153Z | Downloaded sha3 v0.10.8 |
983 | 2025-01-08T17:39:47.158Z | Downloaded salty v0.3.0 |
984 | 2025-01-08T17:39:47.165Z | Downloaded rand v0.8.5 |
985 | 2025-01-08T17:39:47.168Z | Downloaded lalrpop v0.19.12 |
986 | 2025-01-08T17:39:47.180Z | Downloaded num-bigint-dig v0.8.4 |
987 | 2025-01-08T17:39:47.185Z | Downloaded chrono v0.4.38 |
988 | 2025-01-08T17:39:47.193Z | Downloaded ssh-key v0.6.6 |
989 | 2025-01-08T17:39:47.200Z | Downloaded quinn-proto v0.11.8 |
990 | 2025-01-08T17:39:47.206Z | Downloaded rustc-demangle v0.1.24 |
991 | 2025-01-08T17:39:47.209Z | Downloaded pin-project-internal v1.1.6 |
992 | 2025-01-08T17:39:47.211Z | Downloaded structmeta-derive v0.3.0 |
993 | 2025-01-08T17:39:47.213Z | Downloaded url v2.5.3 |
994 | 2025-01-08T17:39:47.216Z | Downloaded thiserror-no-std v2.0.2 |
995 | 2025-01-08T17:39:47.218Z | Downloaded tiny-keccak v2.0.2 |
996 | 2025-01-08T17:39:47.221Z | Downloaded structmeta v0.2.0 |
997 | 2025-01-08T17:39:47.223Z | Downloaded derive_builder_core v0.20.2 |
998 | 2025-01-08T17:39:47.225Z | Downloaded rustls-pki-types v1.10.0 |
999 | 2025-01-08T17:39:47.227Z | Downloaded debug-ignore v1.0.5 |
1000 | 2025-01-08T17:39:47.230Z | Downloaded unicode_categories v0.1.1 |
1001 | 2025-01-08T17:39:47.232Z | Downloaded x509-cert v0.2.5 |
1002 | 2025-01-08T17:39:47.237Z | Downloaded salsa20 v0.10.2 |
1003 | 2025-01-08T17:39:47.240Z | Downloaded num-traits v0.2.19 |
1004 | 2025-01-08T17:39:47.242Z | Downloaded dropshot_endpoint v0.12.0 |
1005 | 2025-01-08T17:39:47.245Z | Downloaded powerfmt v0.2.0 |
1006 | 2025-01-08T17:39:47.247Z | Downloaded globset v0.4.15 |
1007 | 2025-01-08T17:39:47.247Z | Downloaded signal-hook v0.3.17 |
1008 | 2025-01-08T17:39:47.250Z | Downloaded peg-macros v0.8.4 |
1009 | 2025-01-08T17:39:47.253Z | Downloaded futures v0.3.31 |
1010 | 2025-01-08T17:39:47.258Z | Downloaded dropshot_endpoint v0.13.0 |
1011 | 2025-01-08T17:39:47.262Z | Downloaded des v0.8.1 |
1012 | 2025-01-08T17:39:47.264Z | Downloaded vsss-rs v3.3.4 |
1013 | 2025-01-08T17:39:47.266Z | Downloaded dhcproto v0.12.0 |
1014 | 2025-01-08T17:39:47.269Z | Downloaded fixedbitset v0.4.2 |
1015 | 2025-01-08T17:39:47.272Z | Downloaded zone v0.1.8 |
1016 | 2025-01-08T17:39:47.272Z | Downloaded zeroize v1.8.1 |
1017 | 2025-01-08T17:39:47.274Z | Downloaded tokio-tungstenite v0.24.0 |
1018 | 2025-01-08T17:39:47.276Z | Downloaded value-bag v1.9.0 |
1019 | 2025-01-08T17:39:47.279Z | Downloaded tracing-attributes v0.1.27 |
1020 | 2025-01-08T17:39:47.281Z | Downloaded parking_lot v0.12.3 |
1021 | 2025-01-08T17:39:47.284Z | Downloaded aho-corasick v1.1.3 |
1022 | 2025-01-08T17:39:47.290Z | Downloaded untrusted v0.9.0 |
1023 | 2025-01-08T17:39:47.292Z | Downloaded tokio-postgres v0.7.12 |
1024 | 2025-01-08T17:39:47.298Z | Downloaded schemars_derive v0.8.21 |
1025 | 2025-01-08T17:39:47.300Z | Downloaded encoding_rs v0.8.34 |
1026 | 2025-01-08T17:39:47.322Z | Downloaded itertools v0.13.0 |
1027 | 2025-01-08T17:39:47.329Z | Downloaded openssl-sys v0.9.103 |
1028 | 2025-01-08T17:39:47.334Z | Downloaded ena v0.14.3 |
1029 | 2025-01-08T17:39:47.336Z | Downloaded dirs-next v2.0.0 |
1030 | 2025-01-08T17:39:47.338Z | Downloaded difflib v0.4.0 |
1031 | 2025-01-08T17:39:47.338Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1032 | 2025-01-08T17:39:47.396Z | Downloaded itertools v0.10.5 |
1033 | 2025-01-08T17:39:47.402Z | Downloaded utf-8 v0.7.6 |
1034 | 2025-01-08T17:39:47.408Z | Downloaded slog-async v2.8.0 |
1035 | 2025-01-08T17:39:47.408Z | Downloaded slab v0.4.9 |
1036 | 2025-01-08T17:39:47.408Z | Downloaded signal-hook-registry v1.4.2 |
1037 | 2025-01-08T17:39:47.408Z | Downloaded unicode-truncate v1.1.0 |
1038 | 2025-01-08T17:39:47.410Z | Downloaded zerocopy v0.6.6 |
1039 | 2025-01-08T17:39:47.413Z | Downloaded shell-words v1.1.0 |
1040 | 2025-01-08T17:39:47.413Z | Downloaded serde_plain v1.0.2 |
1041 | 2025-01-08T17:39:47.416Z | Downloaded predicates-core v1.0.8 |
1042 | 2025-01-08T17:39:47.416Z | Downloaded predicates v3.1.2 |
1043 | 2025-01-08T17:39:47.418Z | Downloaded serde_with_macros v3.11.0 |
1044 | 2025-01-08T17:39:47.421Z | Downloaded idna v1.0.3 |
1045 | 2025-01-08T17:39:47.424Z | Downloaded ref-cast-impl v1.0.23 |
1046 | 2025-01-08T17:39:47.426Z | Downloaded ref-cast v1.0.23 |
1047 | 2025-01-08T17:39:47.428Z | Downloaded publicsuffix v2.2.3 |
1048 | 2025-01-08T17:39:47.431Z | Downloaded libxml v0.3.3 |
1049 | 2025-01-08T17:39:47.436Z | Downloaded p256 v0.13.2 |
1050 | 2025-01-08T17:39:47.439Z | Downloaded smallvec v0.6.14 |
1051 | 2025-01-08T17:39:47.441Z | Downloaded serde_urlencoded v0.7.1 |
1052 | 2025-01-08T17:39:47.444Z | Downloaded tokio-rustls v0.24.1 |
1053 | 2025-01-08T17:39:47.446Z | Downloaded tokio-native-tls v0.3.1 |
1054 | 2025-01-08T17:39:47.446Z | Downloaded tokio-macros v2.4.0 |
1055 | 2025-01-08T17:39:47.454Z | Downloaded stable_deref_trait v1.2.0 |
1056 | 2025-01-08T17:39:47.454Z | Downloaded ssh-encoding v0.2.0 |
1057 | 2025-01-08T17:39:47.466Z | Downloaded ssh-cipher v0.2.0 |
1058 | 2025-01-08T17:39:47.466Z | Downloaded zip v0.6.6 |
1059 | 2025-01-08T17:39:47.466Z | Downloaded aes v0.8.4 |
1060 | 2025-01-08T17:39:47.466Z | Downloaded zerocopy-derive v0.8.10 |
1061 | 2025-01-08T17:39:47.469Z | Downloaded spin v0.9.8 |
1062 | 2025-01-08T17:39:47.469Z | Downloaded snafu-derive v0.8.5 |
1063 | 2025-01-08T17:39:47.472Z | Downloaded parking_lot v0.11.2 |
1064 | 2025-01-08T17:39:47.472Z | Downloaded pem v3.0.4 |
1065 | 2025-01-08T17:39:47.474Z | Downloaded backtrace v0.3.74 |
1066 | 2025-01-08T17:39:47.480Z | Downloaded ed25519 v2.2.3 |
1067 | 2025-01-08T17:39:47.482Z | Downloaded yoke v0.7.4 |
1068 | 2025-01-08T17:39:47.485Z | Downloaded xattr v1.3.1 |
1069 | 2025-01-08T17:39:47.487Z | Downloaded writeable v0.5.5 |
1070 | 2025-01-08T17:39:47.487Z | Downloaded crossbeam-channel v0.5.13 |
1071 | 2025-01-08T17:39:47.491Z | Downloaded cc v1.1.30 |
1072 | 2025-01-08T17:39:47.495Z | Downloaded bumpalo v3.16.0 |
1073 | 2025-01-08T17:39:47.498Z | Downloaded fatfs v0.3.6 |
1074 | 2025-01-08T17:39:47.501Z | Downloaded subtle v2.6.1 |
1075 | 2025-01-08T17:39:47.503Z | Downloaded slog-envlogger v2.2.0 |
1076 | 2025-01-08T17:39:47.505Z | Downloaded signal-hook-mio v0.2.4 |
1077 | 2025-01-08T17:39:47.505Z | Downloaded serde-hex v0.1.0 |
1078 | 2025-01-08T17:39:47.508Z | Downloaded secrecy v0.8.0 |
1079 | 2025-01-08T17:39:47.508Z | Downloaded rustc_version v0.4.1 |
1080 | 2025-01-08T17:39:47.510Z | Downloaded rustc_version v0.1.7 |
1081 | 2025-01-08T17:39:47.510Z | Downloaded rustc-hash v2.0.0 |
1082 | 2025-01-08T17:39:47.513Z | Downloaded rustc-hash v1.1.0 |
1083 | 2025-01-08T17:39:47.513Z | Downloaded resolv-conf v0.7.0 |
1084 | 2025-01-08T17:39:47.515Z | Downloaded psl-types v2.0.11 |
1085 | 2025-01-08T17:39:47.515Z | Downloaded test-strategy v0.3.1 |
1086 | 2025-01-08T17:39:47.519Z | Downloaded crypto-bigint v0.5.5 |
1087 | 2025-01-08T17:39:47.524Z | Downloaded ghash v0.5.1 |
1088 | 2025-01-08T17:39:47.527Z | Downloaded base64 v0.21.7 |
1089 | 2025-01-08T17:39:47.530Z | Downloaded litemap v0.7.3 |
1090 | 2025-01-08T17:39:47.532Z | Downloaded foreign-types v0.5.0 |
1091 | 2025-01-08T17:39:47.534Z | Downloaded thiserror v2.0.3 |
1092 | 2025-01-08T17:39:47.538Z | Downloaded icu_normalizer_data v1.5.0 |
1093 | 2025-01-08T17:39:47.540Z | Downloaded base64 v0.22.1 |
1094 | 2025-01-08T17:39:47.545Z | Downloaded hash32 v0.2.1 |
1095 | 2025-01-08T17:39:47.548Z | Downloaded whoami v1.5.2 |
1096 | 2025-01-08T17:39:47.548Z | Downloaded strum_macros v0.26.4 |
1097 | 2025-01-08T17:39:47.554Z | Downloaded rustls-pemfile v2.2.0 |
1098 | 2025-01-08T17:39:47.554Z | Downloaded dirs-sys-next v0.1.2 |
1099 | 2025-01-08T17:39:47.554Z | Downloaded sqlformat v0.2.6 |
1100 | 2025-01-08T17:39:47.555Z | Downloaded const_format v0.2.33 |
1101 | 2025-01-08T17:39:47.559Z | Downloaded icu_properties v1.5.1 |
1102 | 2025-01-08T17:39:47.562Z | Downloaded prettyplease v0.2.25 |
1103 | 2025-01-08T17:39:47.565Z | Downloaded compact_str v0.8.0 |
1104 | 2025-01-08T17:39:47.569Z | Downloaded lock_api v0.4.12 |
1105 | 2025-01-08T17:39:47.571Z | Downloaded kstat-rs v0.2.4 |
1106 | 2025-01-08T17:39:47.573Z | Downloaded universal-hash v0.5.1 |
1107 | 2025-01-08T17:39:47.573Z | Downloaded rustversion v1.0.17 |
1108 | 2025-01-08T17:39:47.575Z | Downloaded icu_locid v1.5.0 |
1109 | 2025-01-08T17:39:47.579Z | Downloaded base64 v0.13.1 |
1110 | 2025-01-08T17:39:47.582Z | Downloaded libloading v0.8.5 |
1111 | 2025-01-08T17:39:47.585Z | Downloaded ipnet v2.10.1 |
1112 | 2025-01-08T17:39:47.587Z | Downloaded indoc v1.0.9 |
1113 | 2025-01-08T17:39:47.589Z | Downloaded tap v1.0.1 |
1114 | 2025-01-08T17:39:47.592Z | Downloaded mime v0.3.17 |
1115 | 2025-01-08T17:39:47.592Z | Downloaded maybe-uninit v2.0.0 |
1116 | 2025-01-08T17:39:47.594Z | Downloaded libsw v3.3.1 |
1117 | 2025-01-08T17:39:47.594Z | Downloaded stringprep v0.1.5 |
1118 | 2025-01-08T17:39:47.597Z | Downloaded crossbeam-utils v0.8.20 |
1119 | 2025-01-08T17:39:47.599Z | Downloaded chacha20poly1305 v0.10.1 |
1120 | 2025-01-08T17:39:47.601Z | Downloaded blake2 v0.10.6 |
1121 | 2025-01-08T17:39:47.604Z | Downloaded slog-stdlog v4.1.1 |
1122 | 2025-01-08T17:39:47.606Z | Downloaded simd-adler32 v0.3.7 |
1123 | 2025-01-08T17:39:47.606Z | Downloaded lru v0.12.5 |
1124 | 2025-01-08T17:39:47.609Z | Downloaded linked-hash-map v0.5.6 |
1125 | 2025-01-08T17:39:47.609Z | Downloaded crossbeam-epoch v0.9.18 |
1126 | 2025-01-08T17:39:47.611Z | Downloaded cookie v0.18.1 |
1127 | 2025-01-08T17:39:47.614Z | Downloaded allocator-api2 v0.2.18 |
1128 | 2025-01-08T17:39:47.616Z | Downloaded serde_repr v0.1.19 |
1129 | 2025-01-08T17:39:47.619Z | Downloaded match_cfg v0.1.0 |
1130 | 2025-01-08T17:39:47.621Z | Downloaded lalrpop-util v0.19.12 |
1131 | 2025-01-08T17:39:47.621Z | Downloaded semver v0.1.20 |
1132 | 2025-01-08T17:39:47.625Z | Downloaded scrypt v0.11.0 |
1133 | 2025-01-08T17:39:47.627Z | Downloaded hyper-staticfile v0.10.1 |
1134 | 2025-01-08T17:39:47.627Z | Downloaded async-trait v0.1.83 |
1135 | 2025-01-08T17:39:47.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
1136 | 2025-01-08T17:39:47.633Z | Downloaded termtree v0.4.1 |
1137 | 2025-01-08T17:39:47.635Z | Downloaded take_mut v0.2.2 |
1138 | 2025-01-08T17:39:47.635Z | Downloaded idna_adapter v1.2.0 |
1139 | 2025-01-08T17:39:47.638Z | Downloaded cassowary v0.3.0 |
1140 | 2025-01-08T17:39:47.638Z | Downloaded matches v0.1.10 |
1141 | 2025-01-08T17:39:47.640Z | Downloaded rand_chacha v0.3.1 |
1142 | 2025-01-08T17:39:47.640Z | Downloaded indent_write v2.2.0 |
1143 | 2025-01-08T17:39:47.640Z | Downloaded cancel-safe-futures v0.1.5 |
1144 | 2025-01-08T17:39:47.643Z | Downloaded bzip2 v0.4.4 |
1145 | 2025-01-08T17:39:47.645Z | Downloaded backoff v0.4.0 |
1146 | 2025-01-08T17:39:47.648Z | Downloaded const_format_proc_macros v0.2.33 |
1147 | 2025-01-08T17:39:47.650Z | Downloaded bb8 v0.8.5 |
1148 | 2025-01-08T17:39:47.652Z | Downloaded ctr v0.9.2 |
1149 | 2025-01-08T17:39:47.654Z | Downloaded crc v3.2.1 |
1150 | 2025-01-08T17:39:47.657Z | Downloaded convert_case v0.4.0 |
1151 | 2025-01-08T17:39:47.657Z | Downloaded cmake v0.1.51 |
1152 | 2025-01-08T17:39:47.659Z | Downloaded chacha20 v0.9.1 |
1153 | 2025-01-08T17:39:47.661Z | Downloaded castaway v0.2.3 |
1154 | 2025-01-08T17:39:47.661Z | Downloaded blowfish v0.9.1 |
1155 | 2025-01-08T17:39:47.663Z | Downloaded block-padding v0.3.3 |
1156 | 2025-01-08T17:39:47.663Z | Downloaded bit-set v0.5.3 |
1157 | 2025-01-08T17:39:47.666Z | Downloaded bcrypt-pbkdf v0.10.0 |
1158 | 2025-01-08T17:39:47.666Z | Downloaded atomic-waker v1.1.2 |
1159 | 2025-01-08T17:39:47.668Z | Downloaded async-bb8-diesel v0.2.1 |
1160 | 2025-01-08T17:39:47.671Z | Downloaded argon2 v0.5.3 |
1161 | 2025-01-08T17:39:47.769Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2025-01-08T17:39:47.850Z | Downloaded ring v0.17.8 |
1163 | 2025-01-08T17:39:48.174Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2025-01-08T17:39:48.489Z | Compiling serde v1.0.215 |
1165 | 2025-01-08T17:39:48.492Z | Compiling lock_api v0.4.12 |
1166 | 2025-01-08T17:39:48.492Z | Compiling scopeguard v1.2.0 |
1167 | 2025-01-08T17:39:48.492Z | Compiling value-bag v1.9.0 |
1168 | 2025-01-08T17:39:48.492Z | Compiling typenum v1.17.0 |
1169 | 2025-01-08T17:39:48.492Z | Compiling generic-array v0.14.7 |
1170 | 2025-01-08T17:39:48.658Z | Compiling syn v2.0.87 |
1171 | 2025-01-08T17:39:48.671Z | Compiling getrandom v0.2.15 |
1172 | 2025-01-08T17:39:48.807Z | Compiling shlex v1.3.0 |
1173 | 2025-01-08T17:39:48.932Z | Compiling rand_core v0.6.4 |
1174 | 2025-01-08T17:39:49.161Z | Compiling log v0.4.22 |
1175 | 2025-01-08T17:39:49.212Z | Compiling subtle v2.6.1 |
1176 | 2025-01-08T17:39:49.233Z | Compiling jobserver v0.1.32 |
1177 | 2025-01-08T17:39:49.315Z | Compiling const-oid v0.9.6 |
1178 | 2025-01-08T17:39:49.474Z | Compiling smallvec v1.13.2 |
1179 | 2025-01-08T17:39:49.529Z | Compiling spin v0.9.8 |
1180 | 2025-01-08T17:39:49.559Z | Compiling pin-project-lite v0.2.14 |
1181 | 2025-01-08T17:39:49.682Z | Compiling cc v1.1.30 |
1182 | 2025-01-08T17:39:49.915Z | Compiling rustix v0.38.37 |
1183 | 2025-01-08T17:39:49.937Z | Compiling parking_lot_core v0.9.10 |
1184 | 2025-01-08T17:39:50.056Z | Compiling futures-core v0.3.31 |
1185 | 2025-01-08T17:39:50.166Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2025-01-08T17:39:50.312Z | Compiling mio v1.0.2 |
1187 | 2025-01-08T17:39:50.819Z | Compiling parking_lot v0.12.3 |
1188 | 2025-01-08T17:39:51.128Z | Compiling aho-corasick v1.1.3 |
1189 | 2025-01-08T17:39:51.233Z | Compiling regex-syntax v0.8.5 |
1190 | 2025-01-08T17:39:51.433Z | Compiling either v1.13.0 |
1191 | 2025-01-08T17:39:51.513Z | Compiling cpufeatures v0.2.14 |
1192 | 2025-01-08T17:39:51.622Z | Compiling lazy_static v1.5.0 |
1193 | 2025-01-08T17:39:51.652Z | Compiling glob v0.3.1 |
1194 | 2025-01-08T17:39:51.757Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2025-01-08T17:39:51.870Z | Compiling futures-sink v0.3.31 |
1196 | 2025-01-08T17:39:51.890Z | Compiling socket2 v0.5.7 |
1197 | 2025-01-08T17:39:51.944Z | Compiling slab v0.4.9 |
1198 | 2025-01-08T17:39:52.054Z | Compiling prettyplease v0.2.25 |
1199 | 2025-01-08T17:39:52.427Z | Compiling serde_json v1.0.133 |
1200 | 2025-01-08T17:39:52.449Z | Compiling minimal-lexical v0.2.1 |
1201 | 2025-01-08T17:39:52.713Z | Compiling clang-sys v1.8.1 |
1202 | 2025-01-08T17:39:52.932Z | Compiling nom v7.1.3 |
1203 | 2025-01-08T17:39:53.002Z | Compiling libloading v0.8.5 |
1204 | 2025-01-08T17:39:53.102Z | Compiling home v0.5.9 |
1205 | 2025-01-08T17:39:53.381Z | Compiling bindgen v0.69.5 |
1206 | 2025-01-08T17:39:53.457Z | Compiling futures-channel v0.3.31 |
1207 | 2025-01-08T17:39:53.909Z | Compiling itertools v0.12.1 |
1208 | 2025-01-08T17:39:54.225Z | Compiling rustc-hash v1.1.0 |
1209 | 2025-01-08T17:39:54.246Z | Compiling allocator-api2 v0.2.18 |
1210 | 2025-01-08T17:39:54.384Z | Compiling lazycell v1.3.0 |
1211 | 2025-01-08T17:39:54.548Z | Compiling libm v0.2.8 |
1212 | 2025-01-08T17:39:54.870Z | Compiling foldhash v0.1.3 |
1213 | 2025-01-08T17:39:55.121Z | Compiling regex-automata v0.4.8 |
1214 | 2025-01-08T17:39:55.192Z | Compiling pin-utils v0.1.0 |
1215 | 2025-01-08T17:39:55.293Z | Compiling futures-task v0.3.31 |
1216 | 2025-01-08T17:39:55.610Z | Compiling futures-io v0.3.31 |
1217 | 2025-01-08T17:39:55.946Z | Compiling hashbrown v0.15.1 |
1218 | 2025-01-08T17:39:56.765Z | Compiling synstructure v0.13.1 |
1219 | 2025-01-08T17:39:57.120Z | Compiling cexpr v0.6.0 |
1220 | 2025-01-08T17:39:57.393Z | Compiling cmake v0.1.51 |
1221 | 2025-01-08T17:39:58.241Z | Compiling num-traits v0.2.19 |
1222 | 2025-01-08T17:39:58.418Z | Compiling dunce v1.0.5 |
1223 | 2025-01-08T17:39:58.527Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2025-01-08T17:39:58.549Z | Compiling pkg-config v0.3.31 |
1225 | 2025-01-08T17:39:58.551Z | Compiling fs_extra v1.3.0 |
1226 | 2025-01-08T17:39:58.619Z | Compiling tinyvec v1.8.0 |
1227 | 2025-01-08T17:39:59.175Z | Compiling ring v0.17.8 |
1228 | 2025-01-08T17:40:00.097Z | Compiling unicode-normalization v0.1.24 |
1229 | 2025-01-08T17:40:00.261Z | Compiling base64ct v1.6.0 |
1230 | 2025-01-08T17:40:00.363Z | Compiling writeable v0.5.5 |
1231 | 2025-01-08T17:40:00.561Z | Compiling unicode-bidi v0.3.17 |
1232 | 2025-01-08T17:40:00.896Z | Compiling regex v1.11.1 |
1233 | 2025-01-08T17:40:00.966Z | Compiling paste v1.0.15 |
1234 | 2025-01-08T17:40:01.295Z | Compiling litemap v0.7.3 |
1235 | 2025-01-08T17:40:01.562Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2025-01-08T17:40:02.051Z | Compiling httparse v1.9.5 |
1237 | 2025-01-08T17:40:02.067Z | Compiling flagset v0.4.6 |
1238 | 2025-01-08T17:40:02.204Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2025-01-08T17:40:02.280Z | Compiling tracing-core v0.1.32 |
1240 | 2025-01-08T17:40:02.633Z | Compiling icu_locid_transform_data v1.5.0 |
1241 | 2025-01-08T17:40:02.738Z | Compiling rustls-pki-types v1.10.0 |
1242 | 2025-01-08T17:40:02.850Z | Compiling percent-encoding v2.3.1 |
1243 | 2025-01-08T17:40:03.227Z | Compiling crossbeam-utils v0.8.20 |
1244 | 2025-01-08T17:40:03.569Z | Compiling time-core v0.1.2 |
1245 | 2025-01-08T17:40:03.651Z | Compiling serde_derive v1.0.215 |
1246 | 2025-01-08T17:40:03.712Z | Compiling zeroize_derive v1.4.2 |
1247 | 2025-01-08T17:40:03.803Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2025-01-08T17:40:03.806Z | Compiling tokio-macros v2.4.0 |
1249 | 2025-01-08T17:40:04.080Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2025-01-08T17:40:05.241Z | Compiling zeroize v1.8.1 |
1251 | 2025-01-08T17:40:05.358Z | Compiling yoke-derive v0.7.4 |
1252 | 2025-01-08T17:40:05.777Z | Compiling thiserror-impl v1.0.69 |
1253 | 2025-01-08T17:40:06.107Z | Compiling zerocopy v0.7.35 |
1254 | 2025-01-08T17:40:07.055Z | Compiling crypto-common v0.1.6 |
1255 | 2025-01-08T17:40:07.269Z | Compiling block-buffer v0.10.4 |
1256 | 2025-01-08T17:40:07.541Z | Compiling digest v0.10.7 |
1257 | 2025-01-08T17:40:07.710Z | Compiling zerovec-derive v0.10.3 |
1258 | 2025-01-08T17:40:08.048Z | Compiling hmac v0.12.1 |
1259 | 2025-01-08T17:40:08.072Z | Compiling futures-macro v0.3.31 |
1260 | 2025-01-08T17:40:08.291Z | Compiling block-padding v0.3.3 |
1261 | 2025-01-08T17:40:08.293Z | Compiling zerofrom v0.1.4 |
1262 | 2025-01-08T17:40:08.446Z | Compiling displaydoc v0.2.5 |
1263 | 2025-01-08T17:40:08.522Z | Compiling yoke v0.7.4 |
1264 | 2025-01-08T17:40:08.542Z | Compiling inout v0.1.3 |
1265 | 2025-01-08T17:40:08.820Z | Compiling cipher v0.4.4 |
1266 | 2025-01-08T17:40:08.869Z | Compiling sha2 v0.10.8 |
1267 | 2025-01-08T17:40:09.183Z | Compiling thiserror v1.0.69 |
1268 | 2025-01-08T17:40:09.321Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2025-01-08T17:40:09.346Z | Compiling der_derive v0.7.3 |
1270 | 2025-01-08T17:40:09.951Z | Compiling futures-util v0.3.31 |
1271 | 2025-01-08T17:40:10.113Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2025-01-08T17:40:10.154Z | Compiling rand_chacha v0.3.1 |
1273 | 2025-01-08T17:40:10.438Z | Compiling zerovec v0.10.4 |
1274 | 2025-01-08T17:40:11.285Z | Compiling tracing-attributes v0.1.27 |
1275 | 2025-01-08T17:40:11.701Z | Compiling rand v0.8.5 |
1276 | 2025-01-08T17:40:11.788Z | Compiling der v0.7.9 |
1277 | 2025-01-08T17:40:12.377Z | Compiling tinystr v0.7.6 |
1278 | 2025-01-08T17:40:12.527Z | Compiling icu_collections v1.5.0 |
1279 | 2025-01-08T17:40:12.646Z | Compiling pest v2.7.14 |
1280 | 2025-01-08T17:40:12.831Z | Compiling icu_locid v1.5.0 |
1281 | 2025-01-08T17:40:13.874Z | Compiling salsa20 v0.10.2 |
1282 | 2025-01-08T17:40:14.065Z | Compiling icu_provider v1.5.0 |
1283 | 2025-01-08T17:40:14.118Z | Compiling spki v0.7.3 |
1284 | 2025-01-08T17:40:14.511Z | Compiling pbkdf2 v0.12.2 |
1285 | 2025-01-08T17:40:14.722Z | Compiling powerfmt v0.2.0 |
1286 | 2025-01-08T17:40:15.145Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2025-01-08T17:40:15.166Z | Compiling untrusted v0.7.1 |
1288 | 2025-01-08T17:40:15.219Z | Compiling untrusted v0.9.0 |
1289 | 2025-01-08T17:40:15.269Z | Compiling tracing v0.1.40 |
1290 | 2025-01-08T17:40:15.288Z | Compiling vcpkg v0.2.15 |
1291 | 2025-01-08T17:40:15.342Z | Compiling icu_properties_data v1.5.0 |
1292 | 2025-01-08T17:40:15.403Z | Compiling num-conv v0.1.0 |
1293 | 2025-01-08T17:40:15.596Z | Compiling mirai-annotations v1.12.0 |
1294 | 2025-01-08T17:40:15.706Z | Compiling time-macros v0.2.18 |
1295 | 2025-01-08T17:40:15.768Z | Compiling pest_meta v2.7.14 |
1296 | 2025-01-08T17:40:15.788Z | Compiling deranged v0.3.11 |
1297 | 2025-01-08T17:40:17.625Z | Compiling icu_properties v1.5.1 |
1298 | 2025-01-08T17:40:17.644Z | Compiling openssl-sys v0.9.103 |
1299 | 2025-01-08T17:40:17.743Z | Compiling bitflags v2.6.0 |
1300 | 2025-01-08T17:40:17.898Z | Compiling bytes v1.8.0 |
1301 | 2025-01-08T17:40:18.791Z | Compiling indexmap v2.6.0 |
1302 | 2025-01-08T17:40:19.136Z | Compiling tokio v1.40.0 |
1303 | 2025-01-08T17:40:19.225Z | Compiling http v1.1.0 |
1304 | 2025-01-08T17:40:19.535Z | Compiling semver v1.0.23 |
1305 | 2025-01-08T17:40:20.321Z | Compiling rustc_version v0.4.1 |
1306 | 2025-01-08T17:40:20.342Z | Compiling scrypt v0.11.0 |
1307 | 2025-01-08T17:40:20.981Z | Compiling aes v0.8.4 |
1308 | 2025-01-08T17:40:21.013Z | Compiling cbc v0.1.2 |
1309 | 2025-01-08T17:40:21.153Z | Compiling scroll_derive v0.12.0 |
1310 | 2025-01-08T17:40:21.267Z | Compiling write16 v1.0.0 |
1311 | 2025-01-08T17:40:21.408Z | Compiling utf16_iter v1.0.5 |
1312 | 2025-01-08T17:40:21.548Z | Compiling num_threads v0.1.7 |
1313 | 2025-01-08T17:40:21.616Z | Compiling utf8_iter v1.0.4 |
1314 | 2025-01-08T17:40:21.677Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2025-01-08T17:40:21.769Z | Compiling atomic-waker v1.1.2 |
1316 | 2025-01-08T17:40:21.789Z | Compiling time v0.3.36 |
1317 | 2025-01-08T17:40:21.873Z | Compiling icu_normalizer v1.5.0 |
1318 | 2025-01-08T17:40:21.952Z | Compiling pkcs5 v0.7.1 |
1319 | 2025-01-08T17:40:22.604Z | Compiling which v4.4.2 |
1320 | 2025-01-08T17:40:22.663Z | Compiling scroll v0.12.0 |
1321 | 2025-01-08T17:40:23.241Z | Compiling http-body v1.0.1 |
1322 | 2025-01-08T17:40:23.448Z | Compiling pest_generator v2.7.14 |
1323 | 2025-01-08T17:40:23.594Z | Compiling form_urlencoded v1.2.1 |
1324 | 2025-01-08T17:40:23.863Z | Compiling try-lock v0.2.5 |
1325 | 2025-01-08T17:40:23.917Z | Compiling slog v2.7.0 |
1326 | 2025-01-08T17:40:23.936Z | Compiling goblin v0.8.2 |
1327 | 2025-01-08T17:40:23.990Z | Compiling want v0.3.1 |
1328 | 2025-01-08T17:40:24.264Z | Compiling idna_adapter v1.2.0 |
1329 | 2025-01-08T17:40:24.489Z | Compiling pkcs8 v0.10.2 |
1330 | 2025-01-08T17:40:24.506Z | Compiling uuid v1.11.0 |
1331 | 2025-01-08T17:40:25.143Z | Compiling iana-time-zone v0.1.61 |
1332 | 2025-01-08T17:40:25.377Z | Compiling pest_derive v2.7.14 |
1333 | 2025-01-08T17:40:25.569Z | Compiling httpdate v1.0.3 |
1334 | 2025-01-08T17:40:25.804Z | Compiling chrono v0.4.38 |
1335 | 2025-01-08T17:40:26.171Z | Compiling dtrace-parser v0.2.0 |
1336 | 2025-01-08T17:40:26.754Z | Compiling idna v1.0.3 |
1337 | 2025-01-08T17:40:26.795Z | Compiling toml_datetime v0.6.8 |
1338 | 2025-01-08T17:40:27.172Z | Compiling tokio-util v0.7.12 |
1339 | 2025-01-08T17:40:28.250Z | Compiling h2 v0.4.6 |
1340 | 2025-01-08T17:40:28.492Z | Compiling serde_spanned v0.6.8 |
1341 | 2025-01-08T17:40:28.620Z | Compiling serde_tokenstream v0.2.2 |
1342 | 2025-01-08T17:40:28.720Z | Compiling rustversion v1.0.17 |
1343 | 2025-01-08T17:40:29.227Z | Compiling openssl v0.10.66 |
1344 | 2025-01-08T17:40:29.336Z | Compiling base64 v0.22.1 |
1345 | 2025-01-08T17:40:29.415Z | Compiling dof v0.3.0 |
1346 | 2025-01-08T17:40:29.624Z | Compiling match_cfg v0.1.0 |
1347 | 2025-01-08T17:40:29.725Z | Compiling adler2 v2.0.0 |
1348 | 2025-01-08T17:40:29.886Z | Compiling foreign-types-shared v0.1.1 |
1349 | 2025-01-08T17:40:30.001Z | Compiling tower-service v0.3.3 |
1350 | 2025-01-08T17:40:30.042Z | Compiling foreign-types v0.3.2 |
1351 | 2025-01-08T17:40:30.122Z | Compiling usdt-impl v0.5.0 |
1352 | 2025-01-08T17:40:30.143Z | Compiling miniz_oxide v0.8.0 |
1353 | 2025-01-08T17:40:31.460Z | Compiling hostname v0.3.1 |
1354 | 2025-01-08T17:40:31.702Z | Compiling url v2.5.3 |
1355 | 2025-01-08T17:40:31.778Z | Compiling async-trait v0.1.83 |
1356 | 2025-01-08T17:40:33.110Z | Compiling openssl-macros v0.1.1 |
1357 | 2025-01-08T17:40:33.657Z | Compiling serde_derive_internals v0.29.1 |
1358 | 2025-01-08T17:40:33.833Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2025-01-08T17:40:33.853Z | Compiling siphasher v0.3.11 |
1360 | 2025-01-08T17:40:34.072Z | Compiling data-encoding v2.6.0 |
1361 | 2025-01-08T17:40:34.190Z | Compiling rustls v0.22.4 |
1362 | 2025-01-08T17:40:34.373Z | Compiling syn v1.0.109 |
1363 | 2025-01-08T17:40:34.442Z | Compiling rustls v0.23.19 |
1364 | 2025-01-08T17:40:34.494Z | Compiling native-tls v0.2.12 |
1365 | 2025-01-08T17:40:34.679Z | Compiling schemars v0.8.21 |
1366 | 2025-01-08T17:40:34.815Z | Compiling hyper v1.5.0 |
1367 | 2025-01-08T17:40:35.083Z | Compiling dirs-next v2.0.0 |
1368 | 2025-01-08T17:40:36.329Z | Compiling schemars_derive v0.8.21 |
1369 | 2025-01-08T17:40:36.391Z | Compiling http-body-util v0.1.2 |
1370 | 2025-01-08T17:40:36.710Z | Compiling heapless v0.7.17 |
1371 | 2025-01-08T17:40:36.887Z | Compiling crossbeam-epoch v0.9.18 |
1372 | 2025-01-08T17:40:37.105Z | Compiling sha1 v0.10.6 |
1373 | 2025-01-08T17:40:37.489Z | Compiling hyper-util v0.1.10 |
1374 | 2025-01-08T17:40:37.603Z | Compiling signature v2.2.0 |
1375 | 2025-01-08T17:40:37.903Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1376 | 2025-01-08T17:40:38.323Z | Compiling thread_local v1.1.8 |
1377 | 2025-01-08T17:40:38.343Z | Compiling multer v3.1.0 |
1378 | 2025-01-08T17:40:38.610Z | Compiling encoding_rs v0.8.34 |
1379 | 2025-01-08T17:40:38.781Z | Compiling cookie v0.18.1 |
1380 | 2025-01-08T17:40:38.902Z | Compiling rayon-core v1.12.1 |
1381 | 2025-01-08T17:40:39.047Z | Compiling signal-hook v0.3.17 |
1382 | 2025-01-08T17:40:39.175Z | Compiling openssl-probe v0.1.5 |
1383 | 2025-01-08T17:40:39.291Z | Compiling slog-async v2.8.0 |
1384 | 2025-01-08T17:40:39.533Z | Compiling mime v0.3.17 |
1385 | 2025-01-08T17:40:39.572Z | Compiling ipnet v2.10.1 |
1386 | 2025-01-08T17:40:39.803Z | Compiling gimli v0.31.1 |
1387 | 2025-01-08T17:40:40.127Z | Compiling dyn-clone v1.0.17 |
1388 | 2025-01-08T17:40:40.338Z | Compiling unicode-properties v0.1.3 |
1389 | 2025-01-08T17:40:40.496Z | Compiling toml_edit v0.22.22 |
1390 | 2025-01-08T17:40:40.736Z | Compiling stringprep v0.1.5 |
1391 | 2025-01-08T17:40:42.741Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2025-01-08T17:40:43.096Z | Compiling term v0.7.0 |
1393 | 2025-01-08T17:40:43.861Z | Compiling addr2line v0.24.2 |
1394 | 2025-01-08T17:40:44.479Z | Compiling usdt-macro v0.5.0 |
1395 | 2025-01-08T17:40:44.557Z | Compiling usdt-attr-macro v0.5.0 |
1396 | 2025-01-08T17:40:44.578Z | Compiling slog-json v2.6.1 |
1397 | 2025-01-08T17:40:44.720Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2025-01-08T17:40:44.939Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2025-01-08T17:40:45.272Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2025-01-08T17:40:45.516Z | Compiling futures-executor v0.3.31 |
1401 | 2025-01-08T17:40:45.883Z | Compiling enum-as-inner v0.6.1 |
1402 | 2025-01-08T17:40:46.072Z | Compiling md-5 v0.10.6 |
1403 | 2025-01-08T17:40:46.183Z | Compiling async-stream-impl v0.3.6 |
1404 | 2025-01-08T17:40:46.285Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2025-01-08T17:40:46.335Z | Compiling num-integer v0.1.46 |
1406 | 2025-01-08T17:40:46.611Z | Compiling idna v0.3.0 |
1407 | 2025-01-08T17:40:47.016Z | Compiling idna v0.4.0 |
1408 | 2025-01-08T17:40:47.045Z | Compiling hash32 v0.2.1 |
1409 | 2025-01-08T17:40:47.410Z | Compiling ff v0.13.0 |
1410 | 2025-01-08T17:40:47.509Z | Compiling is-terminal v0.4.13 |
1411 | 2025-01-08T17:40:47.645Z | Compiling object v0.36.5 |
1412 | 2025-01-08T17:40:47.648Z | Compiling dropshot v0.12.0 |
1413 | 2025-01-08T17:40:47.946Z | Compiling linked-hash-map v0.5.6 |
1414 | 2025-01-08T17:40:48.223Z | Compiling anyhow v1.0.93 |
1415 | 2025-01-08T17:40:48.298Z | Compiling fallible-iterator v0.2.0 |
1416 | 2025-01-08T17:40:48.560Z | Compiling portable-atomic v1.9.0 |
1417 | 2025-01-08T17:40:48.617Z | Compiling rustc-demangle v0.1.24 |
1418 | 2025-01-08T17:40:48.801Z | Compiling smoltcp v0.9.1 |
1419 | 2025-01-08T17:40:48.954Z | Compiling take_mut v0.2.2 |
1420 | 2025-01-08T17:40:49.086Z | Compiling quick-error v1.2.3 |
1421 | 2025-01-08T17:40:49.243Z | Compiling utf-8 v0.7.6 |
1422 | 2025-01-08T17:40:49.492Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2025-01-08T17:40:49.563Z | Compiling base16ct v0.2.0 |
1424 | 2025-01-08T17:40:49.585Z | Compiling psl-types v2.0.11 |
1425 | 2025-01-08T17:40:49.742Z | Compiling publicsuffix v2.2.3 |
1426 | 2025-01-08T17:40:49.768Z | Compiling sec1 v0.7.3 |
1427 | 2025-01-08T17:40:49.839Z | Compiling tungstenite v0.24.0 |
1428 | 2025-01-08T17:40:49.894Z | Compiling resolv-conf v0.7.0 |
1429 | 2025-01-08T17:40:50.368Z | Compiling postgres-protocol v0.6.7 |
1430 | 2025-01-08T17:40:50.878Z | Compiling lru-cache v0.1.2 |
1431 | 2025-01-08T17:40:51.157Z | Compiling hickory-proto v0.24.1 |
1432 | 2025-01-08T17:40:51.251Z | Compiling slog-term v2.9.1 |
1433 | 2025-01-08T17:40:51.761Z | Compiling group v0.13.0 |
1434 | 2025-01-08T17:40:52.098Z | Compiling usdt v0.5.0 |
1435 | 2025-01-08T17:40:52.212Z | Compiling async-stream v0.3.6 |
1436 | 2025-01-08T17:40:52.498Z | Compiling num-iter v0.1.45 |
1437 | 2025-01-08T17:40:52.647Z | Compiling futures v0.3.31 |
1438 | 2025-01-08T17:40:52.746Z | Compiling slog-bunyan v2.5.0 |
1439 | 2025-01-08T17:40:52.951Z | Compiling toml v0.8.19 |
1440 | 2025-01-08T17:40:54.580Z | Compiling backtrace v0.3.74 |
1441 | 2025-01-08T17:40:55.272Z | Compiling camino v1.1.9 |
1442 | 2025-01-08T17:40:55.609Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2025-01-08T17:40:55.698Z | Compiling phf_shared v0.11.2 |
1444 | 2025-01-08T17:40:55.882Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2025-01-08T17:40:56.093Z | Compiling terminal_size v0.4.0 |
1446 | 2025-01-08T17:40:56.170Z | Compiling waitgroup v0.1.2 |
1447 | 2025-01-08T17:40:56.312Z | Compiling openapiv3 v2.0.0 |
1448 | 2025-01-08T17:40:56.395Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2025-01-08T17:40:56.627Z | Compiling hubpack_derive v0.1.1 |
1450 | 2025-01-08T17:40:57.227Z | Compiling hkdf v0.12.4 |
1451 | 2025-01-08T17:40:57.407Z | Compiling crypto-bigint v0.5.5 |
1452 | 2025-01-08T17:40:57.469Z | Compiling zerocopy-derive v0.6.6 |
1453 | 2025-01-08T17:40:58.161Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2025-01-08T17:40:59.519Z | Compiling webpki-roots v0.26.6 |
1455 | 2025-01-08T17:40:59.632Z | Compiling idna v0.5.0 |
1456 | 2025-01-08T17:40:59.724Z | Compiling hostname v0.4.0 |
1457 | 2025-01-08T17:40:59.982Z | Compiling ahash v0.8.11 |
1458 | 2025-01-08T17:41:00.324Z | Compiling fs-err v2.11.0 |
1459 | 2025-01-08T17:41:00.341Z | Compiling crc32fast v1.4.2 |
1460 | 2025-01-08T17:41:00.562Z | Compiling bitflags v1.3.2 |
1461 | 2025-01-08T17:41:00.602Z | Compiling managed v0.8.0 |
1462 | 2025-01-08T17:41:00.671Z | Compiling winnow v0.5.40 |
1463 | 2025-01-08T17:41:00.690Z | Compiling newtype-uuid v1.1.3 |
1464 | 2025-01-08T17:41:01.003Z | Compiling debug-ignore v1.0.5 |
1465 | 2025-01-08T17:41:01.045Z | Compiling strum_macros v0.25.3 |
1466 | 2025-01-08T17:41:01.152Z | Compiling clap_builder v4.5.21 |
1467 | 2025-01-08T17:41:01.297Z | Compiling console v0.15.8 |
1468 | 2025-01-08T17:41:02.968Z | Compiling flate2 v1.0.34 |
1469 | 2025-01-08T17:41:03.307Z | Compiling cookie_store v0.21.0 |
1470 | 2025-01-08T17:41:03.445Z | Compiling elliptic-curve v0.13.8 |
1471 | 2025-01-08T17:41:03.957Z | Compiling toml_edit v0.19.15 |
1472 | 2025-01-08T17:41:04.300Z | Compiling zerocopy v0.6.6 |
1473 | 2025-01-08T17:41:04.853Z | Compiling hubpack v0.1.2 |
1474 | 2025-01-08T17:41:04.915Z | Compiling hickory-resolver v0.24.1 |
1475 | 2025-01-08T17:41:05.076Z | Compiling phf v0.11.2 |
1476 | 2025-01-08T17:41:05.280Z | Compiling hyper-tls v0.6.0 |
1477 | 2025-01-08T17:41:05.669Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2025-01-08T17:41:05.807Z | Compiling rayon v1.10.0 |
1479 | 2025-01-08T17:41:06.278Z | Compiling bzip2 v0.4.4 |
1480 | 2025-01-08T17:41:10.135Z | Compiling postgres-types v0.2.8 |
1481 | 2025-01-08T17:41:10.378Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2025-01-08T17:41:11.509Z | Compiling ed25519 v2.2.3 |
1483 | 2025-01-08T17:41:11.563Z | Compiling phf_shared v0.10.0 |
1484 | 2025-01-08T17:41:11.656Z | Compiling tokio-stream v0.1.16 |
1485 | 2025-01-08T17:41:11.929Z | Compiling pkcs1 v0.7.5 |
1486 | 2025-01-08T17:41:12.025Z | Compiling serde-big-array v0.5.1 |
1487 | 2025-01-08T17:41:12.047Z | Compiling clap_derive v4.5.18 |
1488 | 2025-01-08T17:41:12.263Z | Compiling rfc6979 v0.4.0 |
1489 | 2025-01-08T17:41:12.448Z | Compiling derive-where v1.2.7 |
1490 | 2025-01-08T17:41:12.663Z | Compiling serde_repr v0.1.19 |
1491 | 2025-01-08T17:41:12.883Z | Compiling float-cmp v0.9.0 |
1492 | 2025-01-08T17:41:13.099Z | Compiling bstr v1.10.0 |
1493 | 2025-01-08T17:41:13.306Z | Compiling sync_wrapper v1.0.1 |
1494 | 2025-01-08T17:41:13.461Z | Compiling number_prefix v0.4.0 |
1495 | 2025-01-08T17:41:13.698Z | Compiling whoami v1.5.2 |
1496 | 2025-01-08T17:41:13.872Z | Compiling unicode-width v0.2.0 |
1497 | 2025-01-08T17:41:14.298Z | Compiling new_debug_unreachable v1.0.6 |
1498 | 2025-01-08T17:41:14.381Z | Compiling predicates-core v1.0.8 |
1499 | 2025-01-08T17:41:14.401Z | Compiling normalize-line-endings v0.3.0 |
1500 | 2025-01-08T17:41:14.541Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2025-01-08T17:41:14.746Z | Compiling bit-vec v0.6.3 |
1502 | 2025-01-08T17:41:14.774Z | Compiling fixedbitset v0.4.2 |
1503 | 2025-01-08T17:41:15.197Z | Compiling precomputed-hash v0.1.1 |
1504 | 2025-01-08T17:41:15.208Z | Compiling difflib v0.4.0 |
1505 | 2025-01-08T17:41:15.313Z | Compiling static_assertions v1.1.0 |
1506 | 2025-01-08T17:41:15.361Z | Compiling string_cache v0.8.7 |
1507 | 2025-01-08T17:41:15.413Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1508 | 2025-01-08T17:41:15.832Z | Compiling predicates v3.1.2 |
1509 | 2025-01-08T17:41:16.001Z | Compiling similar v2.6.0 |
1510 | 2025-01-08T17:41:16.743Z | Compiling clap v4.5.21 |
1511 | 2025-01-08T17:41:16.785Z | Compiling bit-set v0.5.3 |
1512 | 2025-01-08T17:41:16.859Z | Compiling petgraph v0.6.5 |
1513 | 2025-01-08T17:41:17.070Z | Compiling indicatif v0.17.9 |
1514 | 2025-01-08T17:41:17.528Z | Compiling tokio-postgres v0.7.12 |
1515 | 2025-01-08T17:41:18.289Z | Compiling ecdsa v0.16.9 |
1516 | 2025-01-08T17:41:19.123Z | Compiling rsa v0.9.6 |
1517 | 2025-01-08T17:41:19.208Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2025-01-08T17:41:20.188Z | Compiling toml v0.7.8 |
1519 | 2025-01-08T17:41:20.484Z | Compiling zip v0.6.6 |
1520 | 2025-01-08T17:41:20.733Z | Compiling crossterm v0.28.1 |
1521 | 2025-01-08T17:41:22.458Z | Compiling hex v0.4.3 |
1522 | 2025-01-08T17:41:22.498Z | Compiling x509-cert v0.2.5 |
1523 | 2025-01-08T17:41:22.765Z | Compiling itertools v0.10.5 |
1524 | 2025-01-08T17:41:23.014Z | Compiling lalrpop-util v0.19.12 |
1525 | 2025-01-08T17:41:23.018Z | Compiling unicode-xid v0.2.6 |
1526 | 2025-01-08T17:41:23.209Z | Compiling peg-runtime v0.8.3 |
1527 | 2025-01-08T17:41:23.347Z | Compiling strum_macros v0.26.4 |
1528 | 2025-01-08T17:41:23.899Z | Compiling xattr v1.3.1 |
1529 | 2025-01-08T17:41:24.164Z | Compiling filetime v0.2.25 |
1530 | 2025-01-08T17:41:24.458Z | Compiling tar v0.4.42 |
1531 | 2025-01-08T17:41:28.244Z | Compiling strum v0.26.3 |
1532 | 2025-01-08T17:41:30.124Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2025-01-08T17:42:02.508Z | Compiling rustls-webpki v0.102.8 |
1534 | 2025-01-08T17:42:05.953Z | Compiling tokio-rustls v0.25.0 |
1535 | 2025-01-08T17:42:07.841Z | Compiling tokio-rustls v0.26.0 |
1536 | 2025-01-08T17:42:08.219Z | Compiling hyper-rustls v0.27.3 |
1537 | 2025-01-08T17:42:08.498Z | Compiling reqwest v0.12.9 |
1538 | 2025-01-08T17:42:09.461Z | Compiling qorb v0.2.1 |
1539 | 2025-01-08T17:42:14.625Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2025-01-08T17:42:14.859Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2025-01-08T17:42:20.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1542 | 2025-01-08T17:42:21.057Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2025-01-08T17:42:21.108Z | Jan 08 17:42:19.755 INFO Starting download, target: Clickhouse |
1544 | 2025-01-08T17:42:21.108Z | Jan 08 17:42:19.755 INFO Starting download, target: Cockroach |
1545 | 2025-01-08T17:42:21.108Z | Jan 08 17:42:19.755 INFO Starting download, target: Console |
1546 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.755 INFO Starting download, target: DendriteOpenapi |
1547 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.755 INFO Starting download, target: DendriteStub |
1548 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.755 INFO Starting download, target: MaghemiteMgd |
1549 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.755 INFO Starting download, target: TransceiverControl |
1550 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.756 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.756 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1552 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.756 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1553 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.756 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.756 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1555 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.757 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2025-01-08T17:42:21.110Z | Jan 08 17:42:19.757 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2025-01-08T17:42:21.382Z | Jan 08 17:42:19.987 INFO Download complete, target: DendriteOpenapi |
1558 | 2025-01-08T17:42:21.488Z | Jan 08 17:42:20.114 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2025-01-08T17:42:21.666Z | Jan 08 17:42:20.301 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2025-01-08T17:42:21.994Z | Jan 08 17:42:20.640 INFO Download complete, target: Console |
1561 | 2025-01-08T17:42:22.027Z | Jan 08 17:42:20.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2025-01-08T17:42:22.149Z | Jan 08 17:42:20.796 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2025-01-08T17:42:22.175Z | Jan 08 17:42:20.822 INFO Download complete, target: TransceiverControl |
1564 | 2025-01-08T17:42:22.881Z | Jan 08 17:42:21.529 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2025-01-08T17:42:22.881Z | Jan 08 17:42:21.529 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2025-01-08T17:42:22.975Z | Jan 08 17:42:21.623 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2025-01-08T17:42:24.886Z | Jan 08 17:42:23.533 INFO Download complete, target: DendriteStub |
1568 | 2025-01-08T17:42:25.131Z | Jan 08 17:42:23.778 INFO Download complete, target: MaghemiteMgd |
1569 | 2025-01-08T17:42:30.461Z | Jan 08 17:42:29.108 INFO Checking that binary works, target: Cockroach |
1570 | 2025-01-08T17:42:30.641Z | Jan 08 17:42:29.288 INFO Download complete, target: Cockroach |
1571 | 2025-01-08T17:42:35.752Z | Jan 08 17:42:34.398 INFO Checking that binary works, target: Clickhouse |
1572 | 2025-01-08T17:42:36.242Z | Jan 08 17:42:34.889 INFO Download complete, target: Clickhouse |
1573 | 2025-01-08T17:42:36.375Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2025-01-08T17:42:36.378Z | |
1575 | 2025-01-08T17:42:36.378Z | real 5:34.568759326 |
1576 | 2025-01-08T17:42:36.378Z | user 16:19.121484763 |
1577 | 2025-01-08T17:42:36.378Z | sys 3:13.192346519 |
1578 | 2025-01-08T17:42:36.378Z | trap 0.476835133 |
1579 | 2025-01-08T17:42:36.378Z | tflt 5.837349830 |
1580 | 2025-01-08T17:42:36.378Z | dflt 5.615045955 |
1581 | 2025-01-08T17:42:36.378Z | kflt 0.396874291 |
1582 | 2025-01-08T17:42:36.378Z | lock 30:17.026933519 |
1583 | 2025-01-08T17:42:36.378Z | slp 1:04:28.962358840 |
1584 | 2025-01-08T17:42:36.378Z | lat 33.800256704 |
1585 | 2025-01-08T17:42:36.378Z | stop 1:58.942228239 |
1586 | 2025-01-08T17:42:36.378Z | + banner clippy |
1587 | 2025-01-08T17:42:36.380Z | |
1588 | 2025-01-08T17:42:36.380Z | #### # # ##### ##### # # |
1589 | 2025-01-08T17:42:36.380Z | # # # # # # # # # # |
1590 | 2025-01-08T17:42:36.381Z | # # # # # # # # |
1591 | 2025-01-08T17:42:36.381Z | # # # ##### ##### # |
1592 | 2025-01-08T17:42:36.381Z | # # # # # # # |
1593 | 2025-01-08T17:42:36.381Z | #### ###### # # # # |
1594 | 2025-01-08T17:42:36.381Z | |
1595 | 2025-01-08T17:42:36.381Z | + export CARGO_INCREMENTAL=0 |
1596 | 2025-01-08T17:42:36.381Z | + CARGO_INCREMENTAL=0 |
1597 | 2025-01-08T17:42:36.381Z | + ptime -m cargo xtask clippy |
1598 | 2025-01-08T17:42:36.922Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2025-01-08T17:42:40.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s |
1600 | 2025-01-08T17:42:40.845Z | Running `target/debug/xtask clippy` |
1601 | 2025-01-08T17:42:40.867Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2025-01-08T17:42:41.536Z | Downloading crates ... |
1603 | 2025-01-08T17:42:41.853Z | Downloaded assert-json-diff v2.0.2 |
1604 | 2025-01-08T17:42:41.856Z | Downloaded async-channel v2.3.1 |
1605 | 2025-01-08T17:42:41.862Z | Downloaded async-task v4.7.1 |
1606 | 2025-01-08T17:42:41.865Z | Downloaded async-lock v3.4.0 |
1607 | 2025-01-08T17:42:41.867Z | Downloaded async-attributes v1.1.2 |
1608 | 2025-01-08T17:42:41.870Z | Downloaded async-global-executor v2.4.1 |
1609 | 2025-01-08T17:42:41.878Z | Downloaded target-triple v0.1.3 |
1610 | 2025-01-08T17:42:41.881Z | Downloaded pathdiff v0.2.2 |
1611 | 2025-01-08T17:42:41.884Z | Downloaded doc-comment v0.3.3 |
1612 | 2025-01-08T17:42:41.884Z | Downloaded plotters-svg v0.3.7 |
1613 | 2025-01-08T17:42:41.884Z | Downloaded guppy-workspace-hack v0.1.0 |
1614 | 2025-01-08T17:42:41.892Z | Downloaded nested v0.1.1 |
1615 | 2025-01-08T17:42:41.898Z | Downloaded async-object-pool v0.1.5 |
1616 | 2025-01-08T17:42:41.901Z | Downloaded async-process v2.3.0 |
1617 | 2025-01-08T17:42:41.907Z | Downloaded escape8259 v0.5.3 |
1618 | 2025-01-08T17:42:41.910Z | Downloaded async-channel v1.9.0 |
1619 | 2025-01-08T17:42:41.912Z | Downloaded concurrent-queue v2.5.0 |
1620 | 2025-01-08T17:42:41.912Z | Downloaded anes v0.1.6 |
1621 | 2025-01-08T17:42:41.915Z | Downloaded parking v2.2.1 |
1622 | 2025-01-08T17:42:41.917Z | Downloaded approx v0.5.1 |
1623 | 2025-01-08T17:42:41.917Z | Downloaded proc-macro-crate v3.2.0 |
1624 | 2025-01-08T17:42:41.920Z | Downloaded cast v0.3.0 |
1625 | 2025-01-08T17:42:41.920Z | Downloaded threadpool v1.8.1 |
1626 | 2025-01-08T17:42:41.922Z | Downloaded relative-path v1.9.3 |
1627 | 2025-01-08T17:42:41.922Z | Downloaded criterion-plot v0.5.0 |
1628 | 2025-01-08T17:42:41.925Z | Downloaded event-listener v2.5.3 |
1629 | 2025-01-08T17:42:41.927Z | Downloaded stringmetrics v2.2.2 |
1630 | 2025-01-08T17:42:41.929Z | Downloaded oorandom v11.1.4 |
1631 | 2025-01-08T17:42:41.929Z | Downloaded piper v0.2.4 |
1632 | 2025-01-08T17:42:41.931Z | Downloaded target-spec v3.2.2 |
1633 | 2025-01-08T17:42:41.931Z | Downloaded plotters-backend v0.3.7 |
1634 | 2025-01-08T17:42:41.934Z | Downloaded serde_regex v1.1.0 |
1635 | 2025-01-08T17:42:41.937Z | Downloaded event-listener-strategy v0.5.2 |
1636 | 2025-01-08T17:42:41.943Z | Downloaded async-signal v0.2.10 |
1637 | 2025-01-08T17:42:41.946Z | Downloaded async-executor v1.13.1 |
1638 | 2025-01-08T17:42:41.948Z | Downloaded similar-asserts v1.6.0 |
1639 | 2025-01-08T17:42:41.951Z | Downloaded blocking v1.6.1 |
1640 | 2025-01-08T17:42:41.953Z | Downloaded kv-log-macro v1.0.7 |
1641 | 2025-01-08T17:42:41.971Z | Downloaded tinytemplate v1.2.1 |
1642 | 2025-01-08T17:42:41.982Z | Downloaded rustls-native-certs v0.7.3 |
1643 | 2025-01-08T17:42:41.982Z | Downloaded path-tree v0.8.1 |
1644 | 2025-01-08T17:42:41.982Z | Downloaded num_cpus v1.16.0 |
1645 | 2025-01-08T17:42:41.982Z | Downloaded indoc v2.0.5 |
1646 | 2025-01-08T17:42:41.982Z | Downloaded target-lexicon v0.12.16 |
1647 | 2025-01-08T17:42:41.986Z | Downloaded datatest-stable v0.2.9 |
1648 | 2025-01-08T17:42:41.986Z | Downloaded rust-argon2 v2.1.0 |
1649 | 2025-01-08T17:42:41.988Z | Downloaded partial-io v0.5.4 |
1650 | 2025-01-08T17:42:41.991Z | Downloaded libtest-mimic v0.7.3 |
1651 | 2025-01-08T17:42:41.993Z | Downloaded trybuild v1.0.101 |
1652 | 2025-01-08T17:42:41.995Z | Downloaded cfg-expr v0.17.0 |
1653 | 2025-01-08T17:42:41.998Z | Downloaded blake2b_simd v1.0.2 |
1654 | 2025-01-08T17:42:42.001Z | Downloaded rstest v0.23.0 |
1655 | 2025-01-08T17:42:42.004Z | Downloaded rstest_macros v0.23.0 |
1656 | 2025-01-08T17:42:42.007Z | Downloaded rand_distr v0.4.3 |
1657 | 2025-01-08T17:42:42.010Z | Downloaded yansi v1.0.1 |
1658 | 2025-01-08T17:42:42.012Z | Downloaded fancy-regex v0.13.0 |
1659 | 2025-01-08T17:42:42.015Z | Downloaded pretty_assertions v1.4.1 |
1660 | 2025-01-08T17:42:42.017Z | Downloaded polling v3.7.3 |
1661 | 2025-01-08T17:42:42.020Z | Downloaded criterion v0.5.1 |
1662 | 2025-01-08T17:42:42.026Z | Downloaded assert_cmd v2.0.16 |
1663 | 2025-01-08T17:42:42.029Z | Downloaded event-listener v5.3.1 |
1664 | 2025-01-08T17:42:42.031Z | Downloaded hyper-rustls v0.26.0 |
1665 | 2025-01-08T17:42:42.034Z | Downloaded httptest v0.16.1 |
1666 | 2025-01-08T17:42:42.036Z | Downloaded futures-timer v3.0.3 |
1667 | 2025-01-08T17:42:42.036Z | Downloaded plotters v0.3.7 |
1668 | 2025-01-08T17:42:42.044Z | Downloaded guppy v0.17.8 |
1669 | 2025-01-08T17:42:42.050Z | Downloaded async-io v2.3.4 |
1670 | 2025-01-08T17:42:42.052Z | Downloaded futures-lite v2.3.0 |
1671 | 2025-01-08T17:42:42.055Z | Downloaded async-std v1.13.0 |
1672 | 2025-01-08T17:42:42.146Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2025-01-08T17:42:42.924Z | Checking cfg-if v1.0.0 |
1674 | 2025-01-08T17:42:43.003Z | Checking libc v0.2.162 |
1675 | 2025-01-08T17:42:43.026Z | Checking serde v1.0.215 |
1676 | 2025-01-08T17:42:43.047Z | Checking memchr v2.7.4 |
1677 | 2025-01-08T17:42:43.070Z | Checking value-bag v1.9.0 |
1678 | 2025-01-08T17:42:43.095Z | Checking scopeguard v1.2.0 |
1679 | 2025-01-08T17:42:43.117Z | Checking zeroize v1.8.1 |
1680 | 2025-01-08T17:42:43.148Z | Checking smallvec v1.13.2 |
1681 | 2025-01-08T17:42:43.178Z | Checking itoa v1.0.11 |
1682 | 2025-01-08T17:42:43.229Z | Checking lock_api v0.4.12 |
1683 | 2025-01-08T17:42:43.403Z | Checking byteorder v1.5.0 |
1684 | 2025-01-08T17:42:43.431Z | Checking pin-project-lite v0.2.14 |
1685 | 2025-01-08T17:42:43.486Z | Checking log v0.4.22 |
1686 | 2025-01-08T17:42:43.513Z | Checking subtle v2.6.1 |
1687 | 2025-01-08T17:42:43.550Z | Checking once_cell v1.20.2 |
1688 | 2025-01-08T17:42:43.697Z | Checking typenum v1.17.0 |
1689 | 2025-01-08T17:42:43.780Z | Checking futures-core v0.3.31 |
1690 | 2025-01-08T17:42:43.848Z | Checking libm v0.2.8 |
1691 | 2025-01-08T17:42:43.876Z | Checking thiserror v1.0.69 |
1692 | 2025-01-08T17:42:43.907Z | Checking zerocopy v0.7.35 |
1693 | 2025-01-08T17:42:43.973Z | Checking ryu v1.0.18 |
1694 | 2025-01-08T17:42:44.009Z | Checking spin v0.9.8 |
1695 | 2025-01-08T17:42:44.034Z | Checking const-oid v0.9.6 |
1696 | 2025-01-08T17:42:44.114Z | Checking getrandom v0.2.15 |
1697 | 2025-01-08T17:42:44.233Z | Checking signal-hook-registry v1.4.2 |
1698 | 2025-01-08T17:42:44.350Z | Checking rand_core v0.6.4 |
1699 | 2025-01-08T17:42:44.380Z | Checking parking_lot_core v0.9.10 |
1700 | 2025-01-08T17:42:44.503Z | Checking mio v1.0.2 |
1701 | 2025-01-08T17:42:44.675Z | Checking socket2 v0.5.7 |
1702 | 2025-01-08T17:42:44.744Z | Checking parking_lot v0.12.3 |
1703 | 2025-01-08T17:42:44.770Z | Checking num-traits v0.2.19 |
1704 | 2025-01-08T17:42:45.041Z | Checking generic-array v0.14.7 |
1705 | 2025-01-08T17:42:45.130Z | Checking futures-io v0.3.31 |
1706 | 2025-01-08T17:42:45.167Z | Checking slab v0.4.9 |
1707 | 2025-01-08T17:42:45.215Z | Checking allocator-api2 v0.2.18 |
1708 | 2025-01-08T17:42:45.371Z | Checking cpufeatures v0.2.14 |
1709 | 2025-01-08T17:42:45.423Z | Checking futures-sink v0.3.31 |
1710 | 2025-01-08T17:42:45.492Z | Checking pin-utils v0.1.0 |
1711 | 2025-01-08T17:42:45.523Z | Checking equivalent v1.0.1 |
1712 | 2025-01-08T17:42:45.586Z | Checking foldhash v0.1.3 |
1713 | 2025-01-08T17:42:45.612Z | Checking futures-channel v0.3.31 |
1714 | 2025-01-08T17:42:45.648Z | Checking futures-task v0.3.31 |
1715 | 2025-01-08T17:42:45.831Z | Checking stable_deref_trait v1.2.0 |
1716 | 2025-01-08T17:42:45.891Z | Checking hashbrown v0.15.1 |
1717 | 2025-01-08T17:42:45.893Z | Checking iana-time-zone v0.1.61 |
1718 | 2025-01-08T17:42:45.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2025-01-08T17:42:45.944Z | Checking fnv v1.0.7 |
1720 | 2025-01-08T17:42:45.995Z | Checking futures-util v0.3.31 |
1721 | 2025-01-08T17:42:46.066Z | Checking ppv-lite86 v0.2.20 |
1722 | 2025-01-08T17:42:46.069Z | Checking tracing-core v0.1.32 |
1723 | 2025-01-08T17:42:46.281Z | Checking crypto-common v0.1.6 |
1724 | 2025-01-08T17:42:46.314Z | Checking block-buffer v0.10.4 |
1725 | 2025-01-08T17:42:46.459Z | Checking errno v0.3.9 |
1726 | 2025-01-08T17:42:46.485Z | Checking zerofrom v0.1.4 |
1727 | 2025-01-08T17:42:46.552Z | Checking digest v0.10.7 |
1728 | 2025-01-08T17:42:46.649Z | Checking dyn-clone v1.0.17 |
1729 | 2025-01-08T17:42:46.722Z | Checking yoke v0.7.4 |
1730 | 2025-01-08T17:42:46.749Z | Checking tracing v0.1.40 |
1731 | 2025-01-08T17:42:46.791Z | Checking block-padding v0.3.3 |
1732 | 2025-01-08T17:42:46.845Z | Checking rand_chacha v0.3.1 |
1733 | 2025-01-08T17:42:46.961Z | Checking crossbeam-utils v0.8.20 |
1734 | 2025-01-08T17:42:47.023Z | Checking inout v0.1.3 |
1735 | 2025-01-08T17:42:47.060Z | Checking percent-encoding v2.3.1 |
1736 | 2025-01-08T17:42:47.062Z | Checking zerovec v0.10.4 |
1737 | 2025-01-08T17:42:47.129Z | Checking litemap v0.7.3 |
1738 | 2025-01-08T17:42:47.232Z | Checking rand v0.8.5 |
1739 | 2025-01-08T17:42:47.260Z | Checking cipher v0.4.4 |
1740 | 2025-01-08T17:42:47.287Z | Checking writeable v0.5.5 |
1741 | 2025-01-08T17:42:47.482Z | Checking tinyvec_macros v0.1.1 |
1742 | 2025-01-08T17:42:47.585Z | Checking tinyvec v1.8.0 |
1743 | 2025-01-08T17:42:47.622Z | Checking form_urlencoded v1.2.1 |
1744 | 2025-01-08T17:42:47.661Z | Checking httparse v1.9.5 |
1745 | 2025-01-08T17:42:47.687Z | Checking base64ct v1.6.0 |
1746 | 2025-01-08T17:42:47.827Z | Checking icu_locid_transform_data v1.5.0 |
1747 | 2025-01-08T17:42:47.949Z | Checking regex-syntax v0.8.5 |
1748 | 2025-01-08T17:42:47.981Z | Checking bytes v1.8.0 |
1749 | 2025-01-08T17:42:48.105Z | Checking bitflags v2.6.0 |
1750 | 2025-01-08T17:42:48.178Z | Checking serde_json v1.0.133 |
1751 | 2025-01-08T17:42:48.441Z | Checking indexmap v2.6.0 |
1752 | 2025-01-08T17:42:48.612Z | Checking chrono v0.4.38 |
1753 | 2025-01-08T17:42:48.805Z | Checking tokio v1.40.0 |
1754 | 2025-01-08T17:42:48.830Z | Checking uuid v1.11.0 |
1755 | 2025-01-08T17:42:48.949Z | Checking rustix v0.38.37 |
1756 | 2025-01-08T17:42:49.466Z | Checking http v1.1.0 |
1757 | 2025-01-08T17:42:49.787Z | Checking tinystr v0.7.6 |
1758 | 2025-01-08T17:42:49.982Z | Checking atomic-waker v1.1.2 |
1759 | 2025-01-08T17:42:50.124Z | Checking unicode-normalization v0.1.24 |
1760 | 2025-01-08T17:42:50.195Z | Checking icu_locid v1.5.0 |
1761 | 2025-01-08T17:42:50.744Z | Checking schemars v0.8.21 |
1762 | 2025-01-08T17:42:50.868Z | Checking icu_collections v1.5.0 |
1763 | 2025-01-08T17:42:51.093Z | Checking hmac v0.12.1 |
1764 | 2025-01-08T17:42:51.224Z | Checking sha2 v0.10.8 |
1765 | 2025-01-08T17:42:51.253Z | Checking untrusted v0.9.0 |
1766 | 2025-01-08T17:42:51.256Z | Checking icu_provider v1.5.0 |
1767 | 2025-01-08T17:42:51.312Z | Checking icu_properties_data v1.5.0 |
1768 | 2025-01-08T17:42:51.419Z | Checking ring v0.17.8 |
1769 | 2025-01-08T17:42:51.555Z | Checking aho-corasick v1.1.3 |
1770 | 2025-01-08T17:42:51.582Z | Checking utf16_iter v1.0.5 |
1771 | 2025-01-08T17:42:51.767Z | Checking write16 v1.0.0 |
1772 | 2025-01-08T17:42:51.826Z | Checking unicode-bidi v0.3.17 |
1773 | 2025-01-08T17:42:51.903Z | Checking unicode-ident v1.0.13 |
1774 | 2025-01-08T17:42:51.952Z | Checking icu_locid_transform v1.5.0 |
1775 | 2025-01-08T17:42:52.089Z | Checking utf8_iter v1.0.4 |
1776 | 2025-01-08T17:42:52.308Z | Checking icu_normalizer_data v1.5.0 |
1777 | 2025-01-08T17:42:52.416Z | Checking lazy_static v1.5.0 |
1778 | 2025-01-08T17:42:52.449Z | Checking adler2 v2.0.0 |
1779 | 2025-01-08T17:42:52.477Z | Checking powerfmt v0.2.0 |
1780 | 2025-01-08T17:42:52.528Z | Checking num-conv v0.1.0 |
1781 | 2025-01-08T17:42:52.557Z | Checking rustls-pki-types v1.10.0 |
1782 | 2025-01-08T17:42:52.611Z | Checking miniz_oxide v0.8.0 |
1783 | 2025-01-08T17:42:52.772Z | Checking deranged v0.3.11 |
1784 | 2025-01-08T17:42:52.800Z | Checking num_threads v0.1.7 |
1785 | 2025-01-08T17:42:52.913Z | Checking icu_properties v1.5.1 |
1786 | 2025-01-08T17:42:52.940Z | Checking time-core v0.1.2 |
1787 | 2025-01-08T17:42:53.105Z | Checking proc-macro2 v1.0.89 |
1788 | 2025-01-08T17:42:53.164Z | Checking pem-rfc7468 v0.7.0 |
1789 | 2025-01-08T17:42:53.227Z | Checking regex-automata v0.4.8 |
1790 | 2025-01-08T17:42:53.302Z | Checking http-body v1.0.1 |
1791 | 2025-01-08T17:42:53.384Z | Checking aws-lc-sys v0.22.0 |
1792 | 2025-01-08T17:42:53.427Z | Checking untrusted v0.7.1 |
1793 | 2025-01-08T17:42:53.536Z | Checking base64 v0.22.1 |
1794 | 2025-01-08T17:42:53.692Z | Checking mirai-annotations v1.12.0 |
1795 | 2025-01-08T17:42:53.795Z | Checking try-lock v0.2.5 |
1796 | 2025-01-08T17:42:53.797Z | Checking quote v1.0.37 |
1797 | 2025-01-08T17:42:53.950Z | Checking httpdate v1.0.3 |
1798 | 2025-01-08T17:42:54.038Z | Checking want v0.3.1 |
1799 | 2025-01-08T17:42:54.149Z | Checking syn v2.0.87 |
1800 | 2025-01-08T17:42:54.195Z | Checking flagset v0.4.6 |
1801 | 2025-01-08T17:42:54.231Z | Checking pbkdf2 v0.12.2 |
1802 | 2025-01-08T17:42:54.406Z | Checking der v0.7.9 |
1803 | 2025-01-08T17:42:54.408Z | Checking aes v0.8.4 |
1804 | 2025-01-08T17:42:54.521Z | Checking time v0.3.36 |
1805 | 2025-01-08T17:42:55.344Z | Checking salsa20 v0.10.2 |
1806 | 2025-01-08T17:42:55.566Z | Checking cbc v0.1.2 |
1807 | 2025-01-08T17:42:55.798Z | Checking ahash v0.8.11 |
1808 | 2025-01-08T17:42:56.013Z | Checking aws-lc-rs v1.10.0 |
1809 | 2025-01-08T17:42:56.229Z | Checking icu_normalizer v1.5.0 |
1810 | 2025-01-08T17:42:56.283Z | Checking spki v0.7.3 |
1811 | 2025-01-08T17:42:56.344Z | Checking slog v2.7.0 |
1812 | 2025-01-08T17:42:56.479Z | Checking tokio-util v0.7.12 |
1813 | 2025-01-08T17:42:56.581Z | Checking tower-service v0.3.3 |
1814 | 2025-01-08T17:42:56.723Z | Checking scrypt v0.11.0 |
1815 | 2025-01-08T17:42:56.875Z | Checking gimli v0.31.1 |
1816 | 2025-01-08T17:42:56.962Z | Checking mime v0.3.17 |
1817 | 2025-01-08T17:42:57.020Z | Checking idna_adapter v1.2.0 |
1818 | 2025-01-08T17:42:57.095Z | Checking pkcs5 v0.7.1 |
1819 | 2025-01-08T17:42:57.222Z | Checking idna v1.0.3 |
1820 | 2025-01-08T17:42:57.292Z | Checking object v0.36.5 |
1821 | 2025-01-08T17:42:57.376Z | Checking h2 v0.4.6 |
1822 | 2025-01-08T17:42:57.628Z | Checking utf8parse v0.2.2 |
1823 | 2025-01-08T17:42:57.745Z | Checking url v2.5.3 |
1824 | 2025-01-08T17:42:57.785Z | Checking rustc-demangle v0.1.24 |
1825 | 2025-01-08T17:42:57.871Z | Checking rustls-webpki v0.102.8 |
1826 | 2025-01-08T17:42:57.926Z | Checking regex v1.11.1 |
1827 | 2025-01-08T17:42:58.215Z | Checking pkcs8 v0.10.2 |
1828 | 2025-01-08T17:42:58.554Z | Checking http-body-util v0.1.2 |
1829 | 2025-01-08T17:42:58.586Z | Checking futures-executor v0.3.31 |
1830 | 2025-01-08T17:42:58.612Z | Checking toml_datetime v0.6.8 |
1831 | 2025-01-08T17:42:58.725Z | Checking serde_spanned v0.6.8 |
1832 | 2025-01-08T17:42:58.828Z | Checking data-encoding v2.6.0 |
1833 | 2025-01-08T17:42:58.894Z | Checking unicode-width v0.1.14 |
1834 | 2025-01-08T17:42:58.934Z | Checking ipnet v2.10.1 |
1835 | 2025-01-08T17:42:59.034Z | Checking futures v0.3.31 |
1836 | 2025-01-08T17:42:59.148Z | Checking rustls-pemfile v2.2.0 |
1837 | 2025-01-08T17:42:59.370Z | Checking either v1.13.0 |
1838 | 2025-01-08T17:42:59.394Z | Checking foreign-types-shared v0.1.1 |
1839 | 2025-01-08T17:42:59.419Z | Checking anstyle v1.0.10 |
1840 | 2025-01-08T17:42:59.505Z | Checking openssl-probe v0.1.5 |
1841 | 2025-01-08T17:42:59.544Z | Checking foreign-types v0.3.2 |
1842 | 2025-01-08T17:42:59.643Z | Checking semver v1.0.23 |
1843 | 2025-01-08T17:42:59.669Z | Checking serde_urlencoded v0.7.1 |
1844 | 2025-01-08T17:42:59.751Z | Checking sha1 v0.10.6 |
1845 | 2025-01-08T17:42:59.797Z | Checking openssl-sys v0.9.103 |
1846 | 2025-01-08T17:43:00.049Z | Checking encoding_rs v0.8.34 |
1847 | 2025-01-08T17:43:00.055Z | Checking rustls v0.23.19 |
1848 | 2025-01-08T17:43:00.120Z | Checking anstyle-parse v0.2.5 |
1849 | 2025-01-08T17:43:00.427Z | Checking camino v1.1.9 |
1850 | 2025-01-08T17:43:00.634Z | Checking anstyle-query v1.1.1 |
1851 | 2025-01-08T17:43:00.780Z | Checking colorchoice v1.0.2 |
1852 | 2025-01-08T17:43:00.910Z | Checking addr2line v0.24.2 |
1853 | 2025-01-08T17:43:00.934Z | Checking winnow v0.6.20 |
1854 | 2025-01-08T17:43:01.032Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2025-01-08T17:43:01.100Z | Checking openssl v0.10.66 |
1856 | 2025-01-08T17:43:01.167Z | Checking anstream v0.6.15 |
1857 | 2025-01-08T17:43:01.439Z | Checking terminal_size v0.4.0 |
1858 | 2025-01-08T17:43:01.558Z | Checking idna v0.3.0 |
1859 | 2025-01-08T17:43:01.637Z | Checking openapiv3 v2.0.0 |
1860 | 2025-01-08T17:43:02.460Z | Checking signature v2.2.0 |
1861 | 2025-01-08T17:43:02.488Z | Checking strsim v0.11.1 |
1862 | 2025-01-08T17:43:02.664Z | Checking psl-types v2.0.11 |
1863 | 2025-01-08T17:43:02.787Z | Checking clap_lex v0.7.2 |
1864 | 2025-01-08T17:43:02.860Z | Checking publicsuffix v2.2.3 |
1865 | 2025-01-08T17:43:03.062Z | Checking clap_builder v4.5.21 |
1866 | 2025-01-08T17:43:03.109Z | Checking cookie v0.18.1 |
1867 | 2025-01-08T17:43:03.527Z | Checking hyper v1.5.0 |
1868 | 2025-01-08T17:43:03.602Z | Checking webpki-roots v0.26.6 |
1869 | 2025-01-08T17:43:03.708Z | Checking backtrace v0.3.74 |
1870 | 2025-01-08T17:43:03.819Z | Checking idna v0.5.0 |
1871 | 2025-01-08T17:43:04.025Z | Checking is-terminal v0.4.13 |
1872 | 2025-01-08T17:43:04.164Z | Checking scroll v0.12.0 |
1873 | 2025-01-08T17:43:04.261Z | Checking anyhow v1.0.93 |
1874 | 2025-01-08T17:43:04.661Z | Checking plain v0.2.3 |
1875 | 2025-01-08T17:43:04.689Z | Checking ucd-trie v0.1.7 |
1876 | 2025-01-08T17:43:04.726Z | Checking cookie_store v0.21.0 |
1877 | 2025-01-08T17:43:04.810Z | Checking goblin v0.8.2 |
1878 | 2025-01-08T17:43:04.907Z | Checking pest v2.7.14 |
1879 | 2025-01-08T17:43:05.172Z | Checking sync_wrapper v1.0.1 |
1880 | 2025-01-08T17:43:05.321Z | Checking base16ct v0.2.0 |
1881 | 2025-01-08T17:43:05.416Z | Checking pretty-hex v0.4.1 |
1882 | 2025-01-08T17:43:05.523Z | Checking sec1 v0.7.3 |
1883 | 2025-01-08T17:43:05.595Z | Checking num-integer v0.1.46 |
1884 | 2025-01-08T17:43:05.653Z | Checking tokio-rustls v0.26.0 |
1885 | 2025-01-08T17:43:05.656Z | Checking hyper-util v0.1.10 |
1886 | 2025-01-08T17:43:05.898Z | Checking ff v0.13.0 |
1887 | 2025-01-08T17:43:06.062Z | Checking thread-id v4.2.2 |
1888 | 2025-01-08T17:43:06.095Z | Checking toml_edit v0.22.22 |
1889 | 2025-01-08T17:43:06.098Z | Checking clap v4.5.21 |
1890 | 2025-01-08T17:43:06.139Z | Checking group v0.13.0 |
1891 | 2025-01-08T17:43:06.180Z | Checking hkdf v0.12.4 |
1892 | 2025-01-08T17:43:06.219Z | Checking crypto-bigint v0.5.5 |
1893 | 2025-01-08T17:43:06.397Z | Checking dirs-sys-next v0.1.2 |
1894 | 2025-01-08T17:43:06.400Z | Checking memmap v0.7.0 |
1895 | 2025-01-08T17:43:06.543Z | Checking native-tls v0.2.12 |
1896 | 2025-01-08T17:43:06.615Z | Checking crc32fast v1.4.2 |
1897 | 2025-01-08T17:43:06.667Z | Checking utf-8 v0.7.6 |
1898 | 2025-01-08T17:43:06.891Z | Checking bitflags v1.3.2 |
1899 | 2025-01-08T17:43:06.893Z | Checking tokio-native-tls v0.3.1 |
1900 | 2025-01-08T17:43:06.936Z | Checking static_assertions v1.1.0 |
1901 | 2025-01-08T17:43:07.004Z | Checking dirs-next v2.0.0 |
1902 | 2025-01-08T17:43:07.046Z | Checking crossbeam-channel v0.5.13 |
1903 | 2025-01-08T17:43:07.148Z | Checking thread_local v1.1.8 |
1904 | 2025-01-08T17:43:07.176Z | Checking unicode-segmentation v1.12.0 |
1905 | 2025-01-08T17:43:07.400Z | Checking dtrace-parser v0.2.0 |
1906 | 2025-01-08T17:43:07.428Z | Checking term v0.7.0 |
1907 | 2025-01-08T17:43:07.703Z | Checking hyper-rustls v0.27.3 |
1908 | 2025-01-08T17:43:07.807Z | Checking hyper-tls v0.6.0 |
1909 | 2025-01-08T17:43:07.860Z | Checking num-iter v0.1.45 |
1910 | 2025-01-08T17:43:07.863Z | Checking crossbeam-epoch v0.9.18 |
1911 | 2025-01-08T17:43:07.904Z | Checking match_cfg v0.1.0 |
1912 | 2025-01-08T17:43:08.015Z | Checking take_mut v0.2.2 |
1913 | 2025-01-08T17:43:08.068Z | Checking hostname v0.3.1 |
1914 | 2025-01-08T17:43:08.071Z | Checking slog-term v2.9.1 |
1915 | 2025-01-08T17:43:08.116Z | Checking reqwest v0.12.9 |
1916 | 2025-01-08T17:43:08.172Z | Checking slog-async v2.8.0 |
1917 | 2025-01-08T17:43:08.228Z | Checking itertools v0.10.5 |
1918 | 2025-01-08T17:43:08.305Z | Checking bstr v1.10.0 |
1919 | 2025-01-08T17:43:08.475Z | Checking rfc6979 v0.4.0 |
1920 | 2025-01-08T17:43:08.548Z | Checking hex v0.4.3 |
1921 | 2025-01-08T17:43:08.665Z | Checking managed v0.8.0 |
1922 | 2025-01-08T17:43:08.794Z | Checking toml v0.8.19 |
1923 | 2025-01-08T17:43:09.059Z | Checking winnow v0.5.40 |
1924 | 2025-01-08T17:43:09.062Z | Checking crossbeam-deque v0.8.5 |
1925 | 2025-01-08T17:43:09.124Z | Checking elliptic-curve v0.13.8 |
1926 | 2025-01-08T17:43:09.291Z | Checking num-bigint-dig v0.8.4 |
1927 | 2025-01-08T17:43:09.394Z | Checking flate2 v1.0.34 |
1928 | 2025-01-08T17:43:09.539Z | Checking rustls v0.22.4 |
1929 | 2025-01-08T17:43:09.761Z | Checking ecdsa v0.16.9 |
1930 | 2025-01-08T17:43:09.796Z | Checking dof v0.3.0 |
1931 | 2025-01-08T17:43:10.013Z | Checking pkcs1 v0.7.5 |
1932 | 2025-01-08T17:43:10.068Z | Checking curve25519-dalek v4.1.3 |
1933 | 2025-01-08T17:43:10.404Z | Checking usdt-impl v0.5.0 |
1934 | 2025-01-08T17:43:10.467Z | Checking zerocopy v0.6.6 |
1935 | 2025-01-08T17:43:10.533Z | Checking siphasher v0.3.11 |
1936 | 2025-01-08T17:43:10.563Z | Checking rayon-core v1.12.1 |
1937 | 2025-01-08T17:43:10.853Z | Checking ed25519 v2.2.3 |
1938 | 2025-01-08T17:43:10.996Z | Checking usdt v0.5.0 |
1939 | 2025-01-08T17:43:11.177Z | Checking slog-json v2.6.1 |
1940 | 2025-01-08T17:43:11.228Z | Checking signal-hook v0.3.17 |
1941 | 2025-01-08T17:43:11.266Z | Checking quick-error v1.2.3 |
1942 | 2025-01-08T17:43:11.294Z | Checking debug-ignore v1.0.5 |
1943 | 2025-01-08T17:43:11.415Z | Checking multer v3.1.0 |
1944 | 2025-01-08T17:43:11.442Z | Checking x509-cert v0.2.5 |
1945 | 2025-01-08T17:43:11.445Z | Checking rsa v0.9.6 |
1946 | 2025-01-08T17:43:11.445Z | Checking slog-bunyan v2.5.0 |
1947 | 2025-01-08T17:43:11.571Z | Checking idna v0.4.0 |
1948 | 2025-01-08T17:43:11.669Z | Checking waitgroup v0.1.2 |
1949 | 2025-01-08T17:43:11.812Z | Checking serde_path_to_error v0.1.16 |
1950 | 2025-01-08T17:43:11.840Z | Checking hubpack v0.1.2 |
1951 | 2025-01-08T17:43:11.966Z | Checking ed25519-dalek v2.1.1 |
1952 | 2025-01-08T17:43:12.159Z | Checking bzip2-sys v0.1.11+1.0.8 |
1953 | 2025-01-08T17:43:12.195Z | Checking toml_edit v0.19.15 |
1954 | 2025-01-08T17:43:12.302Z | Checking async-stream v0.3.6 |
1955 | 2025-01-08T17:43:12.395Z | Checking hostname v0.4.0 |
1956 | 2025-01-08T17:43:12.421Z | Checking bit-vec v0.6.3 |
1957 | 2025-01-08T17:43:12.449Z | Checking hickory-proto v0.24.1 |
1958 | 2025-01-08T17:43:12.480Z | Checking bzip2 v0.4.4 |
1959 | 2025-01-08T17:43:12.508Z | Checking signal-hook-mio v0.2.4 |
1960 | 2025-01-08T17:43:12.537Z | Checking console v0.15.8 |
1961 | 2025-01-08T17:43:12.651Z | Checking hash32 v0.2.1 |
1962 | 2025-01-08T17:43:12.759Z | Checking bit-set v0.5.3 |
1963 | 2025-01-08T17:43:12.784Z | Checking predicates-core v1.0.8 |
1964 | 2025-01-08T17:43:12.978Z | Checking linked-hash-map v0.5.6 |
1965 | 2025-01-08T17:43:12.981Z | Checking unicode-properties v0.1.3 |
1966 | 2025-01-08T17:43:13.027Z | Checking heapless v0.7.17 |
1967 | 2025-01-08T17:43:13.051Z | Checking crossterm v0.28.1 |
1968 | 2025-01-08T17:43:13.122Z | Checking rayon v1.10.0 |
1969 | 2025-01-08T17:43:13.268Z | Checking tokio-rustls v0.25.0 |
1970 | 2025-01-08T17:43:13.313Z | Checking lru-cache v0.1.2 |
1971 | 2025-01-08T17:43:13.364Z | Checking stringprep v0.1.5 |
1972 | 2025-01-08T17:43:13.504Z | Checking phf_shared v0.11.2 |
1973 | 2025-01-08T17:43:13.658Z | Checking similar v2.6.0 |
1974 | 2025-01-08T17:43:13.686Z | Checking dropshot v0.12.0 |
1975 | 2025-01-08T17:43:13.793Z | Checking tokio-stream v0.1.16 |
1976 | 2025-01-08T17:43:14.100Z | Checking newtype-uuid v1.1.3 |
1977 | 2025-01-08T17:43:14.380Z | Checking md-5 v0.10.6 |
1978 | 2025-01-08T17:43:14.558Z | Checking float-cmp v0.9.0 |
1979 | 2025-01-08T17:43:14.605Z | Checking difflib v0.4.0 |
1980 | 2025-01-08T17:43:14.706Z | Checking toml v0.7.8 |
1981 | 2025-01-08T17:43:14.709Z | Checking fixedbitset v0.4.2 |
1982 | 2025-01-08T17:43:14.756Z | Checking normalize-line-endings v0.3.0 |
1983 | 2025-01-08T17:43:14.827Z | Checking fallible-iterator v0.2.0 |
1984 | 2025-01-08T17:43:14.884Z | Checking smoltcp v0.9.1 |
1985 | 2025-01-08T17:43:14.944Z | Checking predicates v3.1.2 |
1986 | 2025-01-08T17:43:14.996Z | Checking petgraph v0.6.5 |
1987 | 2025-01-08T17:43:15.461Z | Checking postgres-protocol v0.6.7 |
1988 | 2025-01-08T17:43:15.464Z | Checking phf v0.11.2 |
1989 | 2025-01-08T17:43:15.655Z | Checking zip v0.6.6 |
1990 | 2025-01-08T17:43:15.749Z | Checking resolv-conf v0.7.0 |
1991 | 2025-01-08T17:43:16.124Z | Checking phf_shared v0.10.0 |
1992 | 2025-01-08T17:43:16.167Z | Checking tungstenite v0.24.0 |
1993 | 2025-01-08T17:43:16.361Z | Checking fs-err v2.11.0 |
1994 | 2025-01-08T17:43:16.427Z | Checking serde-big-array v0.5.1 |
1995 | 2025-01-08T17:43:16.429Z | Checking portable-atomic v1.9.0 |
1996 | 2025-01-08T17:43:16.668Z | Checking new_debug_unreachable v1.0.6 |
1997 | 2025-01-08T17:43:16.777Z | Checking number_prefix v0.4.0 |
1998 | 2025-01-08T17:43:16.926Z | Checking precomputed-hash v0.1.1 |
1999 | 2025-01-08T17:43:16.981Z | Checking lalrpop-util v0.19.12 |
2000 | 2025-01-08T17:43:17.029Z | Checking minimal-lexical v0.2.1 |
2001 | 2025-01-08T17:43:17.055Z | Checking unicode-width v0.2.0 |
2002 | 2025-01-08T17:43:17.096Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2025-01-08T17:43:17.240Z | Checking hickory-resolver v0.24.1 |
2004 | 2025-01-08T17:43:17.265Z | Checking string_cache v0.8.7 |
2005 | 2025-01-08T17:43:17.371Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2025-01-08T17:43:17.423Z | Checking nom v7.1.3 |
2007 | 2025-01-08T17:43:17.486Z | Checking postgres-types v0.2.8 |
2008 | 2025-01-08T17:43:17.535Z | Checking indicatif v0.17.9 |
2009 | 2025-01-08T17:43:17.562Z | Checking itertools v0.12.1 |
2010 | 2025-01-08T17:43:17.588Z | Checking whoami v1.5.2 |
2011 | 2025-01-08T17:43:17.911Z | Checking peg-runtime v0.8.3 |
2012 | 2025-01-08T17:43:18.193Z | Checking tokio-postgres v0.7.12 |
2013 | 2025-01-08T17:43:18.292Z | Compiling hashbrown v0.14.5 |
2014 | 2025-01-08T17:43:18.321Z | Compiling ident_case v1.0.1 |
2015 | 2025-01-08T17:43:18.372Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2025-01-08T17:43:18.508Z | Compiling darling_core v0.20.10 |
2017 | 2025-01-08T17:43:18.857Z | Checking qorb v0.2.1 |
2018 | 2025-01-08T17:43:19.795Z | Compiling regress v0.10.1 |
2019 | 2025-01-08T17:43:20.217Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2025-01-08T17:43:20.411Z | Checking heck v0.5.0 |
2021 | 2025-01-08T17:43:20.608Z | Checking progenitor-client v0.8.0 |
2022 | 2025-01-08T17:43:20.978Z | Checking fastrand v2.1.1 |
2023 | 2025-01-08T17:43:21.309Z | Checking ipnetwork v0.20.0 |
2024 | 2025-01-08T17:43:21.311Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2025 | 2025-01-08T17:43:21.510Z | Compiling structmeta-derive v0.3.0 |
2026 | 2025-01-08T17:43:21.701Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2027 | 2025-01-08T17:43:22.078Z | Checking strum v0.26.3 |
2028 | 2025-01-08T17:43:22.244Z | Compiling dropshot v0.13.0 |
2029 | 2025-01-08T17:43:22.624Z | Checking macaddr v1.0.1 |
2030 | 2025-01-08T17:43:22.626Z | Compiling dropshot_endpoint v0.13.0 |
2031 | 2025-01-08T17:43:22.952Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2025-01-08T17:43:22.983Z | Checking tempfile v3.13.0 |
2033 | 2025-01-08T17:43:23.380Z | Checking instant v0.1.13 |
2034 | 2025-01-08T17:43:23.516Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2025-01-08T17:43:23.775Z | Compiling typify-impl v0.2.0 |
2036 | 2025-01-08T17:43:24.136Z | Checking regress v0.9.1 |
2037 | 2025-01-08T17:43:24.461Z | Compiling structmeta v0.3.0 |
2038 | 2025-01-08T17:43:24.532Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2039 | 2025-01-08T17:43:24.935Z | Compiling parse-display-derive v0.10.0 |
2040 | 2025-01-08T17:43:24.968Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2041 | 2025-01-08T17:43:25.334Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2025-01-08T17:43:25.428Z | Checking backoff v0.4.0 |
2043 | 2025-01-08T17:43:25.495Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2044 | 2025-01-08T17:43:25.670Z | Checking wait-timeout v0.2.0 |
2045 | 2025-01-08T17:43:25.725Z | Compiling darling_macro v0.20.10 |
2046 | 2025-01-08T17:43:25.753Z | Checking rand_xorshift v0.3.0 |
2047 | 2025-01-08T17:43:25.869Z | Checking rusty-fork v0.3.0 |
2048 | 2025-01-08T17:43:25.948Z | Checking unarray v0.1.4 |
2049 | 2025-01-08T17:43:26.119Z | Compiling structmeta-derive v0.2.0 |
2050 | 2025-01-08T17:43:26.194Z | Checking proptest v1.5.0 |
2051 | 2025-01-08T17:43:26.683Z | Compiling darling v0.20.10 |
2052 | 2025-01-08T17:43:26.828Z | Compiling serde_with_macros v3.11.0 |
2053 | 2025-01-08T17:43:27.667Z | Checking camino-tempfile v1.1.1 |
2054 | 2025-01-08T17:43:27.773Z | Compiling proc-macro-error v1.0.4 |
2055 | 2025-01-08T17:43:27.968Z | Compiling proc-macro-crate v1.3.1 |
2056 | 2025-01-08T17:43:28.514Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2025-01-08T17:43:28.913Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2058 | 2025-01-08T17:43:29.159Z | Compiling num_enum_derive v0.5.11 |
2059 | 2025-01-08T17:43:29.161Z | Compiling structmeta v0.2.0 |
2060 | 2025-01-08T17:43:29.241Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2025-01-08T17:43:29.612Z | Compiling test-strategy v0.3.1 |
2062 | 2025-01-08T17:43:29.639Z | Checking parse-display v0.10.0 |
2063 | 2025-01-08T17:43:29.744Z | Checking serde_with v3.11.0 |
2064 | 2025-01-08T17:43:29.869Z | Checking foreign-types-shared v0.3.1 |
2065 | 2025-01-08T17:43:30.394Z | Checking tabwriter v1.4.0 |
2066 | 2025-01-08T17:43:30.628Z | Checking foreign-types v0.5.0 |
2067 | 2025-01-08T17:43:30.654Z | Checking cstr-argument v0.1.2 |
2068 | 2025-01-08T17:43:30.759Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2025-01-08T17:43:30.853Z | Checking pretty-hex v0.2.1 |
2070 | 2025-01-08T17:43:30.965Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2025-01-08T17:43:31.022Z | Checking colored v2.1.0 |
2072 | 2025-01-08T17:43:31.297Z | Checking smf v0.2.3 |
2073 | 2025-01-08T17:43:31.342Z | Checking itertools v0.13.0 |
2074 | 2025-01-08T17:43:31.511Z | Checking base64 v0.21.7 |
2075 | 2025-01-08T17:43:31.644Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2025-01-08T17:43:31.764Z | Compiling crucible-workspace-hack v0.1.0 |
2077 | 2025-01-08T17:43:31.815Z | Compiling zerocopy v0.8.10 |
2078 | 2025-01-08T17:43:31.842Z | Checking num_enum v0.5.11 |
2079 | 2025-01-08T17:43:31.973Z | Checking atomicwrites v0.4.4 |
2080 | 2025-01-08T17:43:32.007Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2025-01-08T17:43:32.183Z | Compiling zerocopy-derive v0.8.10 |
2082 | 2025-01-08T17:43:32.282Z | Compiling heapless v0.8.0 |
2083 | 2025-01-08T17:43:32.823Z | Checking termtree v0.4.1 |
2084 | 2025-01-08T17:43:33.035Z | Checking predicates-tree v1.0.11 |
2085 | 2025-01-08T17:43:33.173Z | Checking hash32 v0.3.1 |
2086 | 2025-01-08T17:43:33.198Z | Compiling smoltcp v0.11.0 |
2087 | 2025-01-08T17:43:33.324Z | Checking cobs v0.2.3 |
2088 | 2025-01-08T17:43:33.505Z | Checking postcard v1.0.10 |
2089 | 2025-01-08T17:43:33.776Z | Checking sigpipe v0.1.3 |
2090 | 2025-01-08T17:43:33.903Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2025-01-08T17:43:33.971Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2025-01-08T17:43:34.093Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-08T17:43:34.119Z | Compiling mockall_derive v0.13.0 |
2094 | 2025-01-08T17:43:34.144Z | Compiling thiserror v2.0.3 |
2095 | 2025-01-08T17:43:34.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2025-01-08T17:43:34.431Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2097 | 2025-01-08T17:43:34.588Z | Compiling thiserror-impl v2.0.3 |
2098 | 2025-01-08T17:43:34.743Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2099 | 2025-01-08T17:43:35.117Z | Compiling zone_cfg_derive v0.3.0 |
2100 | 2025-01-08T17:43:35.401Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2101 | 2025-01-08T17:43:36.753Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2102 | 2025-01-08T17:43:37.090Z | Compiling num-derive v0.4.2 |
2103 | 2025-01-08T17:43:37.151Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2025-01-08T17:43:37.396Z | Checking downcast v0.11.0 |
2105 | 2025-01-08T17:43:37.453Z | Checking fragile v2.0.0 |
2106 | 2025-01-08T17:43:37.644Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2107 | 2025-01-08T17:43:37.741Z | Checking zone v0.3.0 |
2108 | 2025-01-08T17:43:37.914Z | Compiling convert_case v0.4.0 |
2109 | 2025-01-08T17:43:38.397Z | Checking tungstenite v0.21.0 |
2110 | 2025-01-08T17:43:38.580Z | Checking newline-converter v0.3.0 |
2111 | 2025-01-08T17:43:38.605Z | Checking same-file v1.0.6 |
2112 | 2025-01-08T17:43:38.753Z | Checking expectorate v1.1.0 |
2113 | 2025-01-08T17:43:38.791Z | Checking walkdir v2.5.0 |
2114 | 2025-01-08T17:43:38.893Z | Compiling derive_more v0.99.18 |
2115 | 2025-01-08T17:43:38.932Z | Checking arc-swap v1.7.1 |
2116 | 2025-01-08T17:43:39.093Z | Checking xattr v1.3.1 |
2117 | 2025-01-08T17:43:39.308Z | Checking filetime v0.2.25 |
2118 | 2025-01-08T17:43:39.356Z | Checking slog-scope v4.4.0 |
2119 | 2025-01-08T17:43:39.380Z | Checking tokio-tungstenite v0.21.0 |
2120 | 2025-01-08T17:43:39.459Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2121 | 2025-01-08T17:43:39.527Z | Checking tar v0.4.42 |
2122 | 2025-01-08T17:43:39.556Z | Checking slog-stdlog v4.1.1 |
2123 | 2025-01-08T17:43:39.747Z | Checking slog-envlogger v2.2.0 |
2124 | 2025-01-08T17:43:39.914Z | Checking num-rational v0.4.2 |
2125 | 2025-01-08T17:43:39.941Z | Checking num-complex v0.4.6 |
2126 | 2025-01-08T17:43:39.969Z | Checking float-ord v0.3.2 |
2127 | 2025-01-08T17:43:40.139Z | Checking indent_write v2.2.0 |
2128 | 2025-01-08T17:43:40.385Z | Compiling cancel-safe-futures v0.1.5 |
2129 | 2025-01-08T17:43:40.410Z | Compiling owo-colors v4.1.0 |
2130 | 2025-01-08T17:43:40.636Z | Checking swrite v0.1.0 |
2131 | 2025-01-08T17:43:40.792Z | Checking libsw v3.3.1 |
2132 | 2025-01-08T17:43:40.890Z | Checking num v0.4.3 |
2133 | 2025-01-08T17:43:41.010Z | Checking password-hash v0.5.0 |
2134 | 2025-01-08T17:43:41.066Z | Checking blake2 v0.10.6 |
2135 | 2025-01-08T17:43:41.275Z | Checking linear-map v1.2.0 |
2136 | 2025-01-08T17:43:41.489Z | Checking pem v3.0.4 |
2137 | 2025-01-08T17:43:41.559Z | Checking argon2 v0.5.3 |
2138 | 2025-01-08T17:43:41.640Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2139 | 2025-01-08T17:43:42.027Z | Compiling lzma-sys v0.1.20 |
2140 | 2025-01-08T17:43:42.229Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2025-01-08T17:43:42.287Z | Checking headers-core v0.3.0 |
2142 | 2025-01-08T17:43:42.449Z | Compiling heck v0.3.3 |
2143 | 2025-01-08T17:43:42.567Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2025-01-08T17:43:42.615Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2145 | 2025-01-08T17:43:42.694Z | Compiling typify-macro v0.2.0 |
2146 | 2025-01-08T17:43:42.821Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2147 | 2025-01-08T17:43:42.849Z | Checking highway v1.2.0 |
2148 | 2025-01-08T17:43:42.873Z | Compiling zone_cfg_derive v0.1.2 |
2149 | 2025-01-08T17:43:43.115Z | Checking headers v0.4.0 |
2150 | 2025-01-08T17:43:43.207Z | Checking mockall v0.13.0 |
2151 | 2025-01-08T17:43:43.294Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2025-01-08T17:43:43.468Z | Checking yasna v0.5.2 |
2153 | 2025-01-08T17:43:43.597Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2154 | 2025-01-08T17:43:43.622Z | Checking base64 v0.13.1 |
2155 | 2025-01-08T17:43:44.046Z | Checking ron v0.7.1 |
2156 | 2025-01-08T17:43:44.271Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2157 | 2025-01-08T17:43:44.394Z | Checking rcgen v0.12.1 |
2158 | 2025-01-08T17:43:44.419Z | Checking zone v0.1.8 |
2159 | 2025-01-08T17:43:44.756Z | Checking xz2 v0.1.7 |
2160 | 2025-01-08T17:43:45.098Z | Checking subprocess v0.2.9 |
2161 | 2025-01-08T17:43:45.152Z | Checking humantime v2.1.0 |
2162 | 2025-01-08T17:43:45.259Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2163 | 2025-01-08T17:43:45.505Z | Compiling semver v0.1.20 |
2164 | 2025-01-08T17:43:45.707Z | Checking half v2.4.1 |
2165 | 2025-01-08T17:43:46.061Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2166 | 2025-01-08T17:43:46.192Z | Compiling rustc_version v0.1.7 |
2167 | 2025-01-08T17:43:46.217Z | Checking ciborium-io v0.2.2 |
2168 | 2025-01-08T17:43:46.349Z | Checking ciborium-ll v0.2.2 |
2169 | 2025-01-08T17:43:46.651Z | Checking ciborium v0.2.2 |
2170 | 2025-01-08T17:43:46.702Z | Compiling newtype_derive v0.1.6 |
2171 | 2025-01-08T17:43:46.728Z | Checking prettyplease v0.2.25 |
2172 | 2025-01-08T17:43:47.128Z | Compiling typify v0.2.0 |
2173 | 2025-01-08T17:43:47.232Z | Checking steno v0.4.1 |
2174 | 2025-01-08T17:43:47.294Z | Compiling progenitor-impl v0.8.0 |
2175 | 2025-01-08T17:43:47.415Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2025-01-08T17:43:49.268Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2177 | 2025-01-08T17:43:49.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2025-01-08T17:43:50.126Z | Compiling slog-dtrace v0.3.0 |
2179 | 2025-01-08T17:43:50.775Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2180 | 2025-01-08T17:43:51.077Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2181 | 2025-01-08T17:43:51.236Z | Checking display-error-chain v0.2.2 |
2182 | 2025-01-08T17:43:51.269Z | Checking gethostname v0.5.0 |
2183 | 2025-01-08T17:43:51.412Z | Checking nibble_vec v0.1.0 |
2184 | 2025-01-08T17:43:51.437Z | Compiling blake3 v1.5.4 |
2185 | 2025-01-08T17:43:51.458Z | Checking endian-type v0.1.2 |
2186 | 2025-01-08T17:43:51.613Z | Checking keccak v0.1.5 |
2187 | 2025-01-08T17:43:51.671Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2188 | 2025-01-08T17:43:51.691Z | Checking radix_trie v0.2.1 |
2189 | 2025-01-08T17:43:51.961Z | Checking universal-hash v0.5.1 |
2190 | 2025-01-08T17:43:51.987Z | Checking sha3 v0.10.8 |
2191 | 2025-01-08T17:43:52.114Z | Checking secrecy v0.8.0 |
2192 | 2025-01-08T17:43:52.172Z | Checking opaque-debug v0.3.1 |
2193 | 2025-01-08T17:43:52.274Z | Checking aead v0.5.2 |
2194 | 2025-01-08T17:43:52.337Z | Checking poly1305 v0.8.0 |
2195 | 2025-01-08T17:43:52.403Z | Checking chacha20 v0.9.1 |
2196 | 2025-01-08T17:43:52.807Z | Compiling memmap2 v0.9.5 |
2197 | 2025-01-08T17:43:52.849Z | Compiling constant_time_eq v0.3.1 |
2198 | 2025-01-08T17:43:53.044Z | Compiling arrayref v0.3.9 |
2199 | 2025-01-08T17:43:53.163Z | Compiling arrayvec v0.7.6 |
2200 | 2025-01-08T17:43:53.486Z | Compiling toolchain_find v0.4.0 |
2201 | 2025-01-08T17:43:53.678Z | Compiling thiserror-impl-no-std v2.0.2 |
2202 | 2025-01-08T17:43:53.780Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2203 | 2025-01-08T17:43:54.058Z | Compiling topological-sort v0.2.2 |
2204 | 2025-01-08T17:43:54.118Z | Compiling rustfmt-wrapper v0.2.1 |
2205 | 2025-01-08T17:43:54.218Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2206 | 2025-01-08T17:43:54.299Z | Compiling omicron-zone-package v0.12.0 |
2207 | 2025-01-08T17:43:54.569Z | Checking chacha20poly1305 v0.10.1 |
2208 | 2025-01-08T17:43:54.669Z | Compiling async-recursion v1.1.1 |
2209 | 2025-01-08T17:43:54.700Z | Checking fxhash v0.2.1 |
2210 | 2025-01-08T17:43:54.769Z | Checking bumpalo v3.16.0 |
2211 | 2025-01-08T17:43:54.850Z | Checking simd-adler32 v0.3.7 |
2212 | 2025-01-08T17:43:54.887Z | Compiling zip v2.1.3 |
2213 | 2025-01-08T17:43:55.115Z | Checking lockfree-object-pool v0.1.6 |
2214 | 2025-01-08T17:43:55.246Z | Checking termcolor v1.4.1 |
2215 | 2025-01-08T17:43:55.278Z | Checking maplit v1.0.2 |
2216 | 2025-01-08T17:43:55.396Z | Checking zopfli v0.8.1 |
2217 | 2025-01-08T17:43:55.419Z | Compiling radium v0.7.0 |
2218 | 2025-01-08T17:43:55.706Z | Compiling progenitor-macro v0.8.0 |
2219 | 2025-01-08T17:43:55.732Z | Compiling maybe-uninit v2.0.0 |
2220 | 2025-01-08T17:43:55.945Z | Checking tap v1.0.1 |
2221 | 2025-01-08T17:43:56.134Z | Checking wyz v0.5.1 |
2222 | 2025-01-08T17:43:56.388Z | Checking home v0.5.9 |
2223 | 2025-01-08T17:43:56.523Z | Checking crc-catalog v2.4.0 |
2224 | 2025-01-08T17:43:56.547Z | Compiling packed_struct v0.10.1 |
2225 | 2025-01-08T17:43:56.686Z | Checking funty v2.0.0 |
2226 | 2025-01-08T17:43:56.784Z | Checking crc v3.2.1 |
2227 | 2025-01-08T17:43:56.968Z | Checking thiserror-no-std v2.0.2 |
2228 | 2025-01-08T17:43:57.102Z | Checking vsss-rs v3.3.4 |
2229 | 2025-01-08T17:43:57.178Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2025-01-08T17:43:57.227Z | Checking kstat-rs v0.2.4 |
2231 | 2025-01-08T17:43:57.250Z | Compiling packed_struct_codegen v0.10.1 |
2232 | 2025-01-08T17:43:57.580Z | Compiling vte_generate_state_changes v0.1.2 |
2233 | 2025-01-08T17:43:57.628Z | Checking bitvec v1.0.1 |
2234 | 2025-01-08T17:43:57.653Z | Compiling indexmap v1.9.3 |
2235 | 2025-01-08T17:43:57.972Z | Compiling libefi-sys v0.1.0 |
2236 | 2025-01-08T17:43:58.240Z | Checking nodrop v0.1.14 |
2237 | 2025-01-08T17:43:58.298Z | Checking vte v0.11.1 |
2238 | 2025-01-08T17:43:58.372Z | Checking array-init v0.0.4 |
2239 | 2025-01-08T17:43:59.330Z | Checking const_format v0.2.33 |
2240 | 2025-01-08T17:43:59.502Z | Checking smallvec v0.6.14 |
2241 | 2025-01-08T17:43:59.664Z | Checking fd-lock v4.0.2 |
2242 | 2025-01-08T17:43:59.803Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2243 | 2025-01-08T17:43:59.882Z | Compiling bitfield-struct v0.6.2 |
2244 | 2025-01-08T17:43:59.933Z | Checking hashbrown v0.12.3 |
2245 | 2025-01-08T17:44:00.135Z | Checking bitfield v0.14.0 |
2246 | 2025-01-08T17:44:00.387Z | Checking serde-hex v0.1.0 |
2247 | 2025-01-08T17:44:00.454Z | Checking strip-ansi-escapes v0.2.0 |
2248 | 2025-01-08T17:44:00.626Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2249 | 2025-01-08T17:44:00.903Z | Checking env_logger v0.10.2 |
2250 | 2025-01-08T17:44:00.924Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2251 | 2025-01-08T17:44:01.239Z | Checking ron v0.8.1 |
2252 | 2025-01-08T17:44:01.333Z | Checking hashbrown v0.13.2 |
2253 | 2025-01-08T17:44:01.449Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2254 | 2025-01-08T17:44:01.475Z | Checking nu-ansi-term v0.50.1 |
2255 | 2025-01-08T17:44:01.793Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2025-01-08T17:44:01.904Z | Checking crc-any v2.5.0 |
2257 | 2025-01-08T17:44:01.927Z | Checking reedline v0.35.0 |
2258 | 2025-01-08T17:44:02.036Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2259 | 2025-01-08T17:44:02.440Z | Checking object v0.30.4 |
2260 | 2025-01-08T17:44:02.530Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2025-01-08T17:44:02.557Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2262 | 2025-01-08T17:44:02.582Z | Compiling parking_lot_core v0.8.6 |
2263 | 2025-01-08T17:44:02.790Z | Checking path-slash v0.1.5 |
2264 | 2025-01-08T17:44:02.844Z | Compiling phf_generator v0.11.2 |
2265 | 2025-01-08T17:44:02.941Z | Checking bytecount v0.6.8 |
2266 | 2025-01-08T17:44:03.059Z | Checking glob v0.3.1 |
2267 | 2025-01-08T17:44:03.088Z | Checking papergrid v0.11.0 |
2268 | 2025-01-08T17:44:03.392Z | Compiling phf_codegen v0.11.2 |
2269 | 2025-01-08T17:44:03.485Z | Checking parking_lot v0.11.2 |
2270 | 2025-01-08T17:44:03.637Z | Compiling tabled_derive v0.7.0 |
2271 | 2025-01-08T17:44:03.857Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2025-01-08T17:44:04.360Z | Compiling cfg_aliases v0.1.1 |
2273 | 2025-01-08T17:44:04.407Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2274 | 2025-01-08T17:44:04.478Z | Compiling nix v0.28.0 |
2275 | 2025-01-08T17:44:04.599Z | Compiling chrono-tz-build v0.4.0 |
2276 | 2025-01-08T17:44:04.679Z | Checking sled v0.34.7 |
2277 | 2025-01-08T17:44:05.299Z | Checking hickory-client v0.24.1 |
2278 | 2025-01-08T17:44:06.001Z | Checking hickory-server v0.24.1 |
2279 | 2025-01-08T17:44:06.055Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2025-01-08T17:44:06.184Z | Compiling chrono-tz v0.10.0 |
2281 | 2025-01-08T17:44:06.289Z | Checking tabled v0.15.0 |
2282 | 2025-01-08T17:44:06.859Z | Compiling buf-list v1.0.3 |
2283 | 2025-01-08T17:44:07.647Z | Compiling peg-macros v0.8.4 |
2284 | 2025-01-08T17:44:08.392Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2285 | 2025-01-08T17:44:08.668Z | Compiling sqlparser_derive v0.2.2 |
2286 | 2025-01-08T17:44:08.843Z | Checking unicode_categories v0.1.1 |
2287 | 2025-01-08T17:44:09.170Z | Checking sqlformat v0.2.6 |
2288 | 2025-01-08T17:44:09.796Z | Checking sqlparser v0.45.0 |
2289 | 2025-01-08T17:44:09.953Z | Checking bcs v0.1.6 |
2290 | 2025-01-08T17:44:10.130Z | Checking rustyline v14.0.0 |
2291 | 2025-01-08T17:44:10.482Z | Checking primeorder v0.13.6 |
2292 | 2025-01-08T17:44:11.000Z | Compiling unicase v2.7.0 |
2293 | 2025-01-08T17:44:11.177Z | Checking progenitor v0.8.0 |
2294 | 2025-01-08T17:44:11.459Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2295 | 2025-01-08T17:44:11.543Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2296 | 2025-01-08T17:44:11.578Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2025-01-08T17:44:13.711Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2298 | 2025-01-08T17:44:15.740Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2025-01-08T17:44:15.764Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2300 | 2025-01-08T17:44:16.456Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2301 | 2025-01-08T17:44:18.242Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2025-01-08T17:44:18.380Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2303 | 2025-01-08T17:44:18.985Z | Checking peg v0.8.4 |
2304 | 2025-01-08T17:44:19.321Z | Checking nanorand v0.7.0 |
2305 | 2025-01-08T17:44:19.505Z | Checking atty v0.2.14 |
2306 | 2025-01-08T17:44:19.649Z | Compiling salty v0.3.0 |
2307 | 2025-01-08T17:44:19.703Z | Checking flume v0.11.1 |
2308 | 2025-01-08T17:44:20.130Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2025-01-08T17:44:20.205Z | Checking p384 v0.13.0 |
2310 | 2025-01-08T17:44:20.384Z | Compiling mime_guess v2.0.5 |
2311 | 2025-01-08T17:44:20.462Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2312 | 2025-01-08T17:44:21.164Z | Checking env_filter v0.1.2 |
2313 | 2025-01-08T17:44:21.209Z | Checking http-range v0.1.5 |
2314 | 2025-01-08T17:44:21.405Z | Checking env_logger v0.11.5 |
2315 | 2025-01-08T17:44:21.427Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2316 | 2025-01-08T17:44:21.605Z | Compiling dsl_auto_type v0.1.2 |
2317 | 2025-01-08T17:44:21.654Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2025-01-08T17:44:21.766Z | Checking scheduled-thread-pool v0.2.7 |
2319 | 2025-01-08T17:44:21.788Z | Compiling diesel_table_macro_syntax v0.2.0 |
2320 | 2025-01-08T17:44:22.008Z | Compiling crunchy v0.2.2 |
2321 | 2025-01-08T17:44:22.261Z | Checking r2d2 v0.8.10 |
2322 | 2025-01-08T17:44:22.290Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2323 | 2025-01-08T17:44:22.546Z | Checking hyper-staticfile v0.10.1 |
2324 | 2025-01-08T17:44:22.591Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2325 | 2025-01-08T17:44:22.615Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2326 | 2025-01-08T17:44:23.080Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2327 | 2025-01-08T17:44:23.105Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2328 | 2025-01-08T17:44:23.286Z | Compiling diesel_derives v2.2.3 |
2329 | 2025-01-08T17:44:23.358Z | Compiling tiny-keccak v2.0.2 |
2330 | 2025-01-08T17:44:23.565Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2331 | 2025-01-08T17:44:23.698Z | Compiling pin-project-internal v1.1.6 |
2332 | 2025-01-08T17:44:23.720Z | Compiling ref-cast v1.0.23 |
2333 | 2025-01-08T17:44:24.353Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2334 | 2025-01-08T17:44:24.520Z | Compiling ascii-canvas v3.0.0 |
2335 | 2025-01-08T17:44:24.650Z | Compiling ena v0.14.3 |
2336 | 2025-01-08T17:44:25.041Z | Compiling ref-cast-impl v1.0.23 |
2337 | 2025-01-08T17:44:25.137Z | Compiling regex-syntax v0.6.29 |
2338 | 2025-01-08T17:44:26.241Z | Compiling diff v0.1.13 |
2339 | 2025-01-08T17:44:26.953Z | Checking pin-project v1.1.6 |
2340 | 2025-01-08T17:44:26.955Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2025-01-08T17:44:26.996Z | Checking signal-hook-tokio v0.3.1 |
2342 | 2025-01-08T17:44:27.100Z | Compiling snafu-derive v0.8.5 |
2343 | 2025-01-08T17:44:27.193Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2344 | 2025-01-08T17:44:27.488Z | Compiling derive_builder_core v0.20.2 |
2345 | 2025-01-08T17:44:30.026Z | Compiling lalrpop v0.19.12 |
2346 | 2025-01-08T17:44:31.093Z | Checking globset v0.4.15 |
2347 | 2025-01-08T17:44:31.172Z | Checking olpc-cjson v0.1.4 |
2348 | 2025-01-08T17:44:31.423Z | Checking serde_plain v1.0.2 |
2349 | 2025-01-08T17:44:31.622Z | Compiling libxml v0.3.3 |
2350 | 2025-01-08T17:44:31.695Z | Compiling memoffset v0.9.1 |
2351 | 2025-01-08T17:44:32.005Z | Checking typed-path v0.9.3 |
2352 | 2025-01-08T17:44:32.243Z | Compiling derive_builder_macro v0.20.2 |
2353 | 2025-01-08T17:44:32.733Z | Checking snafu v0.8.5 |
2354 | 2025-01-08T17:44:33.139Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2355 | 2025-01-08T17:44:33.280Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2356 | 2025-01-08T17:44:34.120Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2357 | 2025-01-08T17:44:36.305Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2358 | 2025-01-08T17:44:37.146Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2359 | 2025-01-08T17:44:38.127Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2360 | 2025-01-08T17:44:38.718Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2361 | 2025-01-08T17:44:39.058Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2362 | 2025-01-08T17:44:39.380Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2363 | 2025-01-08T17:44:39.934Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2025-01-08T17:44:40.640Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2365 | 2025-01-08T17:44:40.769Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2366 | 2025-01-08T17:44:40.911Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2367 | 2025-01-08T17:44:41.430Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2368 | 2025-01-08T17:44:41.533Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2369 | 2025-01-08T17:44:42.119Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2370 | 2025-01-08T17:44:42.561Z | Checking diesel v2.2.6 |
2371 | 2025-01-08T17:44:42.750Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2372 | 2025-01-08T17:44:44.175Z | Checking tough v0.19.0 |
2373 | 2025-01-08T17:44:45.451Z | Checking tungstenite v0.23.0 |
2374 | 2025-01-08T17:44:46.217Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2375 | 2025-01-08T17:44:46.376Z | Compiling strum_macros v0.24.3 |
2376 | 2025-01-08T17:44:47.226Z | Compiling samael v0.0.17 |
2377 | 2025-01-08T17:44:47.546Z | Checking parse-size v1.1.0 |
2378 | 2025-01-08T17:44:47.759Z | Compiling indoc v1.0.9 |
2379 | 2025-01-08T17:44:48.122Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2025-01-08T17:44:48.632Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2381 | 2025-01-08T17:44:48.758Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2025-01-08T17:44:49.158Z | Checking tokio-tungstenite v0.23.1 |
2383 | 2025-01-08T17:44:49.623Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2025-01-08T17:44:50.051Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2025-01-08T17:44:50.459Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2025-01-08T17:44:51.529Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2025-01-08T17:44:51.994Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2388 | 2025-01-08T17:44:52.153Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2389 | 2025-01-08T17:44:52.495Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2390 | 2025-01-08T17:44:53.282Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2391 | 2025-01-08T17:44:53.306Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2025-01-08T17:44:53.779Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2025-01-08T17:44:55.579Z | Checking derive_builder v0.20.2 |
2394 | 2025-01-08T17:44:55.892Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2395 | 2025-01-08T17:44:56.189Z | Checking quick-xml v0.33.0 |
2396 | 2025-01-08T17:44:57.727Z | Compiling oso-derive v0.27.3 |
2397 | 2025-01-08T17:44:58.331Z | Compiling impl-trait-for-tuples v0.2.2 |
2398 | 2025-01-08T17:44:58.844Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2399 | 2025-01-08T17:44:58.979Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2400 | 2025-01-08T17:44:59.161Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2401 | 2025-01-08T17:45:01.446Z | Checking nix v0.27.1 |
2402 | 2025-01-08T17:45:02.830Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2403 | 2025-01-08T17:45:04.440Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2404 | 2025-01-08T17:45:05.202Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2405 | 2025-01-08T17:45:05.487Z | Compiling diesel-dtrace v0.4.2 |
2406 | 2025-01-08T17:45:05.876Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2407 | 2025-01-08T17:45:06.253Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2408 | 2025-01-08T17:45:06.275Z | Checking bb8 v0.8.5 |
2409 | 2025-01-08T17:45:06.587Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2410 | 2025-01-08T17:45:06.752Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2025-01-08T17:45:06.837Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2025-01-08T17:45:07.873Z | Checking heck v0.4.1 |
2413 | 2025-01-08T17:45:07.983Z | Checking rand_seeder v0.3.0 |
2414 | 2025-01-08T17:45:08.104Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2025-01-08T17:45:08.265Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2025-01-08T17:45:08.377Z | Checking assert_matches v1.5.0 |
2417 | 2025-01-08T17:45:08.487Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2025-01-08T17:45:08.532Z | Compiling libz-sys v1.1.20 |
2419 | 2025-01-08T17:45:08.731Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2025-01-08T17:45:08.754Z | Checking castaway v0.2.3 |
2421 | 2025-01-08T17:45:08.928Z | Checking is_ci v1.2.0 |
2422 | 2025-01-08T17:45:09.083Z | Checking supports-color v3.0.1 |
2423 | 2025-01-08T17:45:09.270Z | Checking compact_str v0.8.0 |
2424 | 2025-01-08T17:45:09.296Z | Checking unicode-truncate v1.1.0 |
2425 | 2025-01-08T17:45:09.355Z | Checking lru v0.12.5 |
2426 | 2025-01-08T17:45:09.528Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2427 | 2025-01-08T17:45:09.664Z | Compiling instability v0.3.2 |
2428 | 2025-01-08T17:45:10.181Z | Checking cassowary v0.3.0 |
2429 | 2025-01-08T17:45:10.779Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2430 | 2025-01-08T17:45:10.803Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2025-01-08T17:45:10.825Z | Checking ratatui v0.28.1 |
2432 | 2025-01-08T17:45:10.955Z | Compiling vergen v8.3.2 |
2433 | 2025-01-08T17:45:11.256Z | Compiling cargo-platform v0.1.8 |
2434 | 2025-01-08T17:45:11.864Z | Checking smawk v0.3.2 |
2435 | 2025-01-08T17:45:12.085Z | Checking unicode-linebreak v0.1.5 |
2436 | 2025-01-08T17:45:12.356Z | Compiling cargo_metadata v0.18.1 |
2437 | 2025-01-08T17:45:12.417Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2025-01-08T17:45:12.503Z | Checking textwrap v0.16.1 |
2439 | 2025-01-08T17:45:12.896Z | Compiling libsqlite3-sys v0.30.1 |
2440 | 2025-01-08T17:45:13.019Z | Checking shell-words v1.1.0 |
2441 | 2025-01-08T17:45:13.174Z | Compiling rustls v0.21.12 |
2442 | 2025-01-08T17:45:13.399Z | Compiling cfg_aliases v0.2.1 |
2443 | 2025-01-08T17:45:13.538Z | Compiling nix v0.29.0 |
2444 | 2025-01-08T17:45:13.801Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2445 | 2025-01-08T17:45:14.106Z | Checking sct v0.7.1 |
2446 | 2025-01-08T17:45:14.324Z | Checking rustls-webpki v0.101.7 |
2447 | 2025-01-08T17:45:14.980Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2448 | 2025-01-08T17:45:15.211Z | Checking hashlink v0.9.1 |
2449 | 2025-01-08T17:45:15.285Z | Checking concurrent-queue v2.5.0 |
2450 | 2025-01-08T17:45:15.640Z | Checking fallible-iterator v0.3.0 |
2451 | 2025-01-08T17:45:15.820Z | Checking parking v2.2.1 |
2452 | 2025-01-08T17:45:16.011Z | Checking plotters-backend v0.3.7 |
2453 | 2025-01-08T17:45:16.013Z | Checking fallible-streaming-iterator v0.1.9 |
2454 | 2025-01-08T17:45:16.286Z | Checking rusqlite v0.32.1 |
2455 | 2025-01-08T17:45:16.364Z | Checking plotters-svg v0.3.7 |
2456 | 2025-01-08T17:45:16.596Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2457 | 2025-01-08T17:45:16.825Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2458 | 2025-01-08T17:45:17.450Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2459 | 2025-01-08T17:45:17.751Z | Checking rustls-pemfile v1.0.4 |
2460 | 2025-01-08T17:45:17.809Z | Checking twox-hash v1.6.3 |
2461 | 2025-01-08T17:45:17.964Z | Checking cast v0.3.0 |
2462 | 2025-01-08T17:45:18.149Z | Checking plotters v0.3.7 |
2463 | 2025-01-08T17:45:18.246Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2464 | 2025-01-08T17:45:18.284Z | Checking criterion-plot v0.5.0 |
2465 | 2025-01-08T17:45:18.368Z | Checking tokio-rustls v0.24.1 |
2466 | 2025-01-08T17:45:18.730Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2467 | 2025-01-08T17:45:18.752Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2468 | 2025-01-08T17:45:18.801Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2469 | 2025-01-08T17:45:19.891Z | Checking async-bb8-diesel v0.2.1 |
2470 | 2025-01-08T17:45:20.063Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2471 | 2025-01-08T17:45:20.414Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2472 | 2025-01-08T17:45:20.691Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2473 | 2025-01-08T17:45:20.816Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2474 | 2025-01-08T17:45:22.643Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2475 | 2025-01-08T17:45:23.187Z | Checking fatfs v0.3.6 |
2476 | 2025-01-08T17:45:23.356Z | Checking tinytemplate v1.2.1 |
2477 | 2025-01-08T17:45:23.740Z | Checking csv-core v0.1.11 |
2478 | 2025-01-08T17:45:24.102Z | Checking anes v0.1.6 |
2479 | 2025-01-08T17:45:24.265Z | Checking oorandom v11.1.4 |
2480 | 2025-01-08T17:45:24.366Z | Checking hex-literal v0.4.1 |
2481 | 2025-01-08T17:45:24.429Z | Checking csv v1.3.0 |
2482 | 2025-01-08T17:45:24.473Z | Checking criterion v0.5.1 |
2483 | 2025-01-08T17:45:24.513Z | Checking event-listener v5.3.1 |
2484 | 2025-01-08T17:45:24.954Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2485 | 2025-01-08T17:45:25.279Z | Checking rtoolbox v0.0.2 |
2486 | 2025-01-08T17:45:25.503Z | Checking rpassword v7.3.1 |
2487 | 2025-01-08T17:45:25.674Z | Checking event-listener-strategy v0.5.2 |
2488 | 2025-01-08T17:45:25.894Z | Checking tui-tree-widget v0.22.0 |
2489 | 2025-01-08T17:45:26.248Z | Checking polyval v0.6.2 |
2490 | 2025-01-08T17:45:26.511Z | Checking ghash v0.5.1 |
2491 | 2025-01-08T17:45:26.701Z | Checking futures-lite v2.3.0 |
2492 | 2025-01-08T17:45:27.355Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2493 | 2025-01-08T17:45:28.039Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2025-01-08T17:45:28.448Z | Checking ctr v0.9.2 |
2495 | 2025-01-08T17:45:28.610Z | Checking yansi v1.0.1 |
2496 | 2025-01-08T17:45:28.955Z | Checking aes-gcm v0.10.3 |
2497 | 2025-01-08T17:45:29.156Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2025-01-08T17:45:29.189Z | Checking pretty_assertions v1.4.1 |
2499 | 2025-01-08T17:45:29.211Z | Checking ssh-encoding v0.2.0 |
2500 | 2025-01-08T17:45:29.417Z | Checking blowfish v0.9.1 |
2501 | 2025-01-08T17:45:29.544Z | Checking ssh-cipher v0.2.0 |
2502 | 2025-01-08T17:45:29.654Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2025-01-08T17:45:29.840Z | Checking async-lock v3.4.0 |
2504 | 2025-01-08T17:45:29.925Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2025-01-08T17:45:30.751Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2025-01-08T17:45:30.920Z | Checking polling v3.7.3 |
2507 | 2025-01-08T17:45:31.269Z | Checking password-hash v0.4.2 |
2508 | 2025-01-08T17:45:31.706Z | Checking matches v0.1.10 |
2509 | 2025-01-08T17:45:31.811Z | Checking idna v0.2.3 |
2510 | 2025-01-08T17:45:32.119Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2025-01-08T17:45:32.257Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2025-01-08T17:45:32.598Z | Checking pbkdf2 v0.11.0 |
2513 | 2025-01-08T17:45:32.896Z | Checking async-io v2.3.4 |
2514 | 2025-01-08T17:45:33.546Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2515 | 2025-01-08T17:45:33.816Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2516 | 2025-01-08T17:45:35.333Z | Checking ssh-key v0.6.6 |
2517 | 2025-01-08T17:45:36.414Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2025-01-08T17:45:37.093Z | Checking p521 v0.13.3 |
2519 | 2025-01-08T17:45:37.207Z | Checking p256 v0.13.2 |
2520 | 2025-01-08T17:45:37.728Z | Compiling enum-as-inner v0.5.1 |
2521 | 2025-01-08T17:45:38.558Z | Checking russh-cryptovec v0.7.3 |
2522 | 2025-01-08T17:45:38.782Z | Compiling target-lexicon v0.12.16 |
2523 | 2025-01-08T17:45:38.805Z | Compiling doc-comment v0.3.3 |
2524 | 2025-01-08T17:45:38.930Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2525 | 2025-01-08T17:45:39.406Z | Checking async-task v4.7.1 |
2526 | 2025-01-08T17:45:39.783Z | Checking md5 v0.7.0 |
2527 | 2025-01-08T17:45:40.050Z | Checking trust-dns-proto v0.22.0 |
2528 | 2025-01-08T17:45:40.073Z | Checking async-channel v2.3.1 |
2529 | 2025-01-08T17:45:40.076Z | Checking russh-keys v0.45.0 |
2530 | 2025-01-08T17:45:40.405Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2531 | 2025-01-08T17:45:41.631Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2025-01-08T17:45:42.332Z | Checking piper v0.2.4 |
2533 | 2025-01-08T17:45:42.462Z | Checking num-bigint v0.4.6 |
2534 | 2025-01-08T17:45:42.581Z | Checking des v0.8.1 |
2535 | 2025-01-08T17:45:42.882Z | Checking futures-timer v3.0.3 |
2536 | 2025-01-08T17:45:43.201Z | Compiling assert_cmd v2.0.16 |
2537 | 2025-01-08T17:45:43.643Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2025-01-08T17:45:43.807Z | Compiling dhcproto-macros v0.1.0 |
2539 | 2025-01-08T17:45:43.978Z | Checking blocking v1.6.1 |
2540 | 2025-01-08T17:45:44.768Z | Checking dhcproto v0.12.0 |
2541 | 2025-01-08T17:45:44.890Z | Checking async-executor v1.13.1 |
2542 | 2025-01-08T17:45:45.039Z | Checking russh v0.45.0 |
2543 | 2025-01-08T17:45:45.266Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2544 | 2025-01-08T17:45:45.894Z | Checking async-signal v0.2.10 |
2545 | 2025-01-08T17:45:46.199Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2546 | 2025-01-08T17:45:46.618Z | Checking event-listener v2.5.3 |
2547 | 2025-01-08T17:45:46.732Z | Compiling target-spec v3.2.2 |
2548 | 2025-01-08T17:45:46.864Z | Checking internet-checksum v0.2.1 |
2549 | 2025-01-08T17:45:47.067Z | Checking async-channel v1.9.0 |
2550 | 2025-01-08T17:45:47.351Z | Checking async-process v2.3.0 |
2551 | 2025-01-08T17:45:47.739Z | Checking async-global-executor v2.4.1 |
2552 | 2025-01-08T17:45:47.917Z | Checking cfg-expr v0.17.0 |
2553 | 2025-01-08T17:45:48.597Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2025-01-08T17:45:48.816Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2555 | 2025-01-08T17:45:49.629Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2556 | 2025-01-08T17:45:50.102Z | Checking httptest v0.16.1 |
2557 | 2025-01-08T17:45:50.164Z | Checking rustls-native-certs v0.7.3 |
2558 | 2025-01-08T17:45:50.367Z | Compiling petname v2.0.2 |
2559 | 2025-01-08T17:45:50.918Z | Checking num_cpus v1.16.0 |
2560 | 2025-01-08T17:45:51.053Z | Checking kv-log-macro v1.0.7 |
2561 | 2025-01-08T17:45:51.209Z | Compiling async-attributes v1.1.2 |
2562 | 2025-01-08T17:45:52.046Z | Checking async-std v1.13.0 |
2563 | 2025-01-08T17:45:53.743Z | Checking threadpool v1.8.1 |
2564 | 2025-01-08T17:45:53.768Z | Checking hyper-rustls v0.26.0 |
2565 | 2025-01-08T17:45:54.140Z | Checking pathdiff v0.2.2 |
2566 | 2025-01-08T17:45:54.314Z | Compiling rstest_macros v0.23.0 |
2567 | 2025-01-08T17:45:54.349Z | Compiling target-triple v0.1.3 |
2568 | 2025-01-08T17:45:54.792Z | Checking escape8259 v0.5.3 |
2569 | 2025-01-08T17:45:54.843Z | Checking nested v0.1.1 |
2570 | 2025-01-08T17:45:54.985Z | Checking libtest-mimic v0.7.3 |
2571 | 2025-01-08T17:45:55.072Z | Checking guppy v0.17.8 |
2572 | 2025-01-08T17:45:55.705Z | Checking async-object-pool v0.1.5 |
2573 | 2025-01-08T17:45:55.905Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2574 | 2025-01-08T17:45:56.378Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2575 | 2025-01-08T17:45:56.684Z | Checking similar-asserts v1.6.0 |
2576 | 2025-01-08T17:45:56.940Z | Checking fancy-regex v0.13.0 |
2577 | 2025-01-08T17:45:57.128Z | Checking serde_regex v1.1.0 |
2578 | 2025-01-08T17:45:57.406Z | Checking assert-json-diff v2.0.2 |
2579 | 2025-01-08T17:45:57.668Z | Compiling proc-macro-crate v3.2.0 |
2580 | 2025-01-08T17:45:57.730Z | Checking path-tree v0.8.1 |
2581 | 2025-01-08T17:45:58.072Z | Checking stringmetrics v2.2.2 |
2582 | 2025-01-08T17:45:58.324Z | Compiling relative-path v1.9.3 |
2583 | 2025-01-08T17:45:59.065Z | Checking sync-ptr v0.1.1 |
2584 | 2025-01-08T17:45:59.183Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2025-01-08T17:45:59.299Z | Checking datatest-stable v0.2.9 |
2586 | 2025-01-08T17:45:59.750Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2587 | 2025-01-08T17:46:01.341Z | Checking blake2b_simd v1.0.2 |
2588 | 2025-01-08T17:46:02.205Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2589 | 2025-01-08T17:46:02.331Z | Compiling git2 v0.19.0 |
2590 | 2025-01-08T17:46:04.103Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2591 | 2025-01-08T17:46:04.425Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2592 | 2025-01-08T17:46:04.610Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2593 | 2025-01-08T17:46:04.725Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2594 | 2025-01-08T17:46:05.038Z | Checking serde_tokenstream v0.2.2 |
2595 | 2025-01-08T17:46:05.141Z | Checking uzers v0.12.1 |
2596 | 2025-01-08T17:46:05.607Z | Checking rust-argon2 v2.1.0 |
2597 | 2025-01-08T17:46:05.628Z | Checking trybuild v1.0.101 |
2598 | 2025-01-08T17:46:06.084Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2599 | 2025-01-08T17:46:07.046Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2025-01-08T17:46:07.490Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2025-01-08T17:46:10.399Z | Checking rstest v0.23.0 |
2602 | 2025-01-08T17:46:10.647Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2025-01-08T17:46:10.851Z | Checking rand_distr v0.4.3 |
2604 | 2025-01-08T17:46:10.946Z | Checking multimap v0.10.0 |
2605 | 2025-01-08T17:46:11.292Z | Checking approx v0.5.1 |
2606 | 2025-01-08T17:46:11.570Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2025-01-08T17:46:12.304Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2608 | 2025-01-08T17:46:12.442Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2609 | 2025-01-08T17:46:12.859Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2025-01-08T17:46:13.659Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2611 | 2025-01-08T17:46:13.820Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2612 | 2025-01-08T17:46:14.375Z | Checking partial-io v0.5.4 |
2613 | 2025-01-08T17:46:14.503Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2614 | 2025-01-08T17:46:14.738Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2615 | 2025-01-08T17:46:14.771Z | Checking cargo_toml v0.20.5 |
2616 | 2025-01-08T17:46:14.801Z | Checking termios v0.3.3 |
2617 | 2025-01-08T17:46:15.027Z | Compiling indoc v2.0.5 |
2618 | 2025-01-08T17:46:15.207Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2619 | 2025-01-08T17:46:16.792Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2620 | 2025-01-08T17:46:20.121Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2621 | 2025-01-08T17:46:36.151Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2622 | 2025-01-08T17:46:39.307Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2623 | 2025-01-08T17:46:40.717Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2624 | 2025-01-08T17:47:02.841Z | Compiling polar-core v0.27.3 |
2625 | 2025-01-08T17:47:14.154Z | Checking oso v0.27.3 |
2626 | 2025-01-08T17:47:18.225Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2627 | 2025-01-08T17:47:18.460Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2628 | 2025-01-08T17:47:19.784Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2629 | 2025-01-08T17:48:04.683Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2630 | 2025-01-08T17:48:04.691Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2631 | 2025-01-08T17:48:04.691Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2632 | 2025-01-08T17:49:31.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 50s |
2633 | 2025-01-08T17:49:32.361Z | |
2634 | 2025-01-08T17:49:32.361Z | real 6:55.940383347 |
2635 | 2025-01-08T17:49:32.361Z | user 36:48.577371815 |
2636 | 2025-01-08T17:49:32.361Z | sys 6:49.519331297 |
2637 | 2025-01-08T17:49:32.362Z | trap 0.999789340 |
2638 | 2025-01-08T17:49:32.362Z | tflt 2.316263586 |
2639 | 2025-01-08T17:49:32.362Z | dflt 0.717718530 |
2640 | 2025-01-08T17:49:32.362Z | kflt 0.001046235 |
2641 | 2025-01-08T17:49:32.362Z | lock 53:45.318606362 |
2642 | 2025-01-08T17:49:32.362Z | slp 2:07:14.588314590 |
2643 | 2025-01-08T17:49:32.362Z | lat 1:41.269054816 |
2644 | 2025-01-08T17:49:32.364Z | stop 6:30.096696921 |
2645 | 2025-01-08T17:49:32.364Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2646 | 2025-01-08T17:49:32.364Z | + ptime -m cargo doc --workspace --no-deps |
2647 | 2025-01-08T17:49:33.598Z | warning: output filename collision. |
2648 | 2025-01-08T17:49:33.598Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2649 | 2025-01-08T17:49:33.598Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2650 | 2025-01-08T17:49:33.598Z | The targets should have unique names. |
2651 | 2025-01-08T17:49:33.598Z | This is a known bug where multiple crates with the same name use |
2652 | 2025-01-08T17:49:33.598Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2653 | 2025-01-08T17:49:34.063Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2025-01-08T17:49:34.134Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2655 | 2025-01-08T17:49:34.152Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2656 | 2025-01-08T17:49:34.197Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2657 | 2025-01-08T17:49:34.222Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2658 | 2025-01-08T17:49:34.251Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2659 | 2025-01-08T17:49:34.251Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2660 | 2025-01-08T17:49:34.465Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2661 | 2025-01-08T17:49:34.493Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2662 | 2025-01-08T17:49:34.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2663 | 2025-01-08T17:49:34.620Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2664 | 2025-01-08T17:49:34.727Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2025-01-08T17:49:34.940Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2666 | 2025-01-08T17:49:35.265Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2025-01-08T17:49:35.287Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2025-01-08T17:49:37.751Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2669 | 2025-01-08T17:49:38.977Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2670 | 2025-01-08T17:49:39.321Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2671 | 2025-01-08T17:49:39.558Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2672 | 2025-01-08T17:49:39.834Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2673 | 2025-01-08T17:49:39.910Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2674 | 2025-01-08T17:49:40.002Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2675 | 2025-01-08T17:49:40.237Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2676 | 2025-01-08T17:49:40.367Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2677 | 2025-01-08T17:49:40.699Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2025-01-08T17:49:41.170Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2679 | 2025-01-08T17:49:41.496Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2680 | 2025-01-08T17:49:42.036Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2681 | 2025-01-08T17:49:42.067Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2682 | 2025-01-08T17:49:42.103Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2683 | 2025-01-08T17:49:42.250Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2684 | 2025-01-08T17:49:42.345Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2685 | 2025-01-08T17:49:42.443Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2686 | 2025-01-08T17:49:42.500Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2687 | 2025-01-08T17:49:42.565Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2688 | 2025-01-08T17:49:42.801Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2689 | 2025-01-08T17:49:43.113Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2690 | 2025-01-08T17:49:43.384Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2691 | 2025-01-08T17:49:43.405Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2692 | 2025-01-08T17:49:43.615Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2693 | 2025-01-08T17:49:43.704Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2694 | 2025-01-08T17:49:43.759Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2695 | 2025-01-08T17:49:44.513Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2696 | 2025-01-08T17:49:44.955Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2697 | 2025-01-08T17:49:46.777Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2698 | 2025-01-08T17:49:49.369Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2699 | 2025-01-08T17:49:50.264Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2700 | 2025-01-08T17:49:50.389Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2701 | 2025-01-08T17:49:50.433Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2702 | 2025-01-08T17:49:50.563Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2703 | 2025-01-08T17:49:51.565Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2704 | 2025-01-08T17:49:52.061Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2705 | 2025-01-08T17:49:52.083Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2706 | 2025-01-08T17:49:52.724Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2707 | 2025-01-08T17:49:52.986Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2708 | 2025-01-08T17:49:54.802Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2709 | 2025-01-08T17:49:59.074Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2710 | 2025-01-08T17:50:00.533Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2711 | 2025-01-08T17:50:01.074Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2712 | 2025-01-08T17:50:01.168Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2713 | 2025-01-08T17:50:01.685Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2714 | 2025-01-08T17:50:01.741Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2715 | 2025-01-08T17:50:01.917Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2716 | 2025-01-08T17:50:02.233Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2717 | 2025-01-08T17:50:02.454Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2025-01-08T17:50:03.678Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2719 | 2025-01-08T17:50:04.119Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2720 | 2025-01-08T17:50:04.397Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2721 | 2025-01-08T17:50:04.845Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2722 | 2025-01-08T17:50:05.352Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2723 | 2025-01-08T17:50:05.635Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2724 | 2025-01-08T17:50:05.729Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2725 | 2025-01-08T17:50:05.751Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2726 | 2025-01-08T17:50:06.155Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2727 | 2025-01-08T17:50:06.377Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2728 | 2025-01-08T17:50:06.597Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2729 | 2025-01-08T17:50:06.662Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2730 | 2025-01-08T17:50:07.440Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2731 | 2025-01-08T17:50:08.057Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2732 | 2025-01-08T17:50:08.211Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2733 | 2025-01-08T17:50:08.260Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2734 | 2025-01-08T17:50:08.811Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2735 | 2025-01-08T17:50:08.839Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2736 | 2025-01-08T17:50:09.676Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2737 | 2025-01-08T17:50:09.932Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2738 | 2025-01-08T17:50:10.128Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2739 | 2025-01-08T17:50:10.218Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2740 | 2025-01-08T17:50:10.506Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2741 | 2025-01-08T17:50:10.669Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2742 | 2025-01-08T17:50:10.783Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2743 | 2025-01-08T17:50:10.897Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2744 | 2025-01-08T17:50:11.122Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2745 | 2025-01-08T17:50:11.803Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2746 | 2025-01-08T17:50:11.961Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2747 | 2025-01-08T17:50:12.298Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2748 | 2025-01-08T17:50:12.741Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2749 | 2025-01-08T17:50:12.959Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2750 | 2025-01-08T17:50:13.063Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2751 | 2025-01-08T17:50:13.252Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2752 | 2025-01-08T17:50:14.532Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2753 | 2025-01-08T17:50:14.781Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2754 | 2025-01-08T17:50:14.985Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2755 | 2025-01-08T17:50:15.775Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2756 | 2025-01-08T17:50:15.892Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2757 | 2025-01-08T17:50:15.993Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2758 | 2025-01-08T17:50:17.707Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2759 | 2025-01-08T17:50:17.906Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2760 | 2025-01-08T17:50:20.490Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2025-01-08T17:50:21.154Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2025-01-08T17:50:21.708Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2763 | 2025-01-08T17:50:22.648Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2764 | 2025-01-08T17:50:23.595Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2765 | 2025-01-08T17:50:26.482Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2766 | 2025-01-08T17:50:27.580Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2767 | 2025-01-08T17:50:36.514Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2768 | 2025-01-08T17:50:37.901Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2769 | 2025-01-08T17:50:38.172Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2770 | 2025-01-08T17:50:38.611Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2771 | 2025-01-08T17:50:42.343Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2772 | 2025-01-08T17:50:43.629Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2773 | 2025-01-08T17:51:32.468Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2774 | 2025-01-08T17:51:36.876Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2775 | 2025-01-08T17:51:37.146Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2776 | 2025-01-08T17:51:48.583Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2777 | 2025-01-08T17:52:16.521Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2778 | 2025-01-08T17:52:16.734Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2025-01-08T17:52:18.996Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2780 | 2025-01-08T17:52:19.781Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2781 | 2025-01-08T17:52:20.357Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2782 | 2025-01-08T17:52:22.237Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2783 | 2025-01-08T17:52:24.513Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2784 | 2025-01-08T17:52:29.385Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2785 | 2025-01-08T17:52:32.592Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2786 | 2025-01-08T17:53:04.317Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2787 | 2025-01-08T17:53:20.044Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2788 | 2025-01-08T17:53:20.684Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2789 | 2025-01-08T17:53:21.386Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2790 | 2025-01-08T17:53:27.854Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2791 | 2025-01-08T17:53:32.612Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2792 | 2025-01-08T17:53:53.014Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2793 | 2025-01-08T17:53:59.692Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2794 | 2025-01-08T17:54:02.615Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2795 | 2025-01-08T17:54:04.820Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2796 | 2025-01-08T17:54:05.655Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2797 | 2025-01-08T17:54:09.468Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2798 | 2025-01-08T17:54:10.396Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2799 | 2025-01-08T17:54:23.479Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2800 | 2025-01-08T17:54:28.375Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2801 | 2025-01-08T17:54:33.080Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2802 | 2025-01-08T17:54:36.844Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2803 | 2025-01-08T17:54:39.139Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2804 | 2025-01-08T17:54:39.395Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2805 | 2025-01-08T17:54:44.169Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2025-01-08T17:54:47.826Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2807 | 2025-01-08T17:54:59.638Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2025-01-08T17:55:00.154Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2809 | 2025-01-08T17:55:03.878Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2810 | 2025-01-08T17:55:07.920Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2811 | 2025-01-08T17:55:09.554Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2812 | 2025-01-08T17:55:18.728Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2813 | 2025-01-08T17:55:24.918Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2814 | 2025-01-08T17:55:27.476Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2815 | 2025-01-08T17:55:28.959Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2816 | 2025-01-08T17:55:34.906Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2817 | 2025-01-08T17:55:34.990Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2818 | 2025-01-08T17:55:35.236Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2819 | 2025-01-08T17:55:39.990Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2820 | 2025-01-08T17:55:45.232Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2821 | 2025-01-08T17:55:46.645Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2822 | 2025-01-08T17:55:48.775Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2823 | 2025-01-08T17:55:54.374Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2824 | 2025-01-08T17:55:56.923Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2825 | 2025-01-08T17:56:02.428Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2826 | 2025-01-08T17:56:03.205Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2827 | 2025-01-08T17:56:04.868Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2828 | 2025-01-08T17:56:05.466Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2829 | 2025-01-08T17:56:07.004Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2830 | 2025-01-08T17:56:17.792Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2831 | 2025-01-08T17:56:21.145Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2832 | 2025-01-08T17:56:25.888Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2833 | 2025-01-08T17:56:26.816Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2834 | 2025-01-08T17:56:27.649Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2835 | 2025-01-08T17:56:28.730Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2836 | 2025-01-08T17:56:28.994Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2837 | 2025-01-08T17:56:33.960Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2838 | 2025-01-08T17:56:38.062Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2839 | 2025-01-08T17:56:40.183Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2840 | 2025-01-08T17:56:40.856Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2841 | 2025-01-08T17:56:48.848Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2842 | 2025-01-08T17:56:49.828Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2843 | 2025-01-08T17:56:50.225Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2844 | 2025-01-08T17:56:57.351Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2845 | 2025-01-08T17:56:59.585Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2846 | 2025-01-08T17:56:59.773Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2025-01-08T17:57:00.135Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2848 | 2025-01-08T17:57:05.536Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2849 | 2025-01-08T17:57:08.370Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2850 | 2025-01-08T17:57:09.782Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2851 | 2025-01-08T17:57:11.032Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2852 | 2025-01-08T17:57:13.130Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2853 | 2025-01-08T17:57:15.208Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2025-01-08T17:57:24.061Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2855 | 2025-01-08T17:57:26.113Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2025-01-08T17:57:28.186Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2857 | 2025-01-08T17:57:29.112Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2858 | 2025-01-08T17:57:33.469Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2025-01-08T17:57:34.553Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2025-01-08T17:57:35.095Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2861 | 2025-01-08T17:57:35.553Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2862 | 2025-01-08T17:57:43.390Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2863 | 2025-01-08T17:57:47.624Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2025-01-08T17:57:49.488Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2865 | 2025-01-08T17:57:54.517Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2866 | 2025-01-08T17:57:54.725Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2867 | 2025-01-08T17:57:55.331Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2868 | 2025-01-08T17:57:57.258Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2869 | 2025-01-08T17:57:58.256Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2870 | 2025-01-08T17:57:58.554Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2871 | 2025-01-08T17:58:00.394Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2872 | 2025-01-08T17:58:02.909Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2873 | 2025-01-08T17:58:03.243Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2874 | 2025-01-08T17:58:03.554Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2875 | 2025-01-08T17:58:05.197Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2876 | 2025-01-08T17:58:08.020Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2025-01-08T17:58:08.809Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2878 | 2025-01-08T17:58:09.160Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2879 | 2025-01-08T17:58:12.417Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2880 | 2025-01-08T17:58:13.411Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2881 | 2025-01-08T17:58:16.096Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2882 | 2025-01-08T17:58:17.070Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2883 | 2025-01-08T17:58:17.685Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2884 | 2025-01-08T17:58:18.640Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2885 | 2025-01-08T17:58:21.862Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2886 | 2025-01-08T17:58:21.943Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2887 | 2025-01-08T17:58:47.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 15s |
2888 | 2025-01-08T17:58:48.129Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2889 | 2025-01-08T17:58:48.200Z | |
2890 | 2025-01-08T17:58:48.203Z | real 9:15.738120507 |
2891 | 2025-01-08T17:58:48.203Z | user 27:36.921366049 |
2892 | 2025-01-08T17:58:48.203Z | sys 42:57.976554290 |
2893 | 2025-01-08T17:58:48.203Z | trap 0.442151361 |
2894 | 2025-01-08T17:58:48.203Z | tflt 0.130082843 |
2895 | 2025-01-08T17:58:48.203Z | dflt 0.203276670 |
2896 | 2025-01-08T17:58:48.203Z | kflt 0.000008019 |
2897 | 2025-01-08T17:58:48.203Z | lock 1:32:53.131987210 |
2898 | 2025-01-08T17:58:48.203Z | slp 2:38:34.585852693 |
2899 | 2025-01-08T17:58:48.203Z | lat 1:23.857217072 |
2900 | 2025-01-08T17:58:48.203Z | stop 1:14.220643463 |
2901 | 2025-01-08T17:58:48.203Z | process exited: duration 1306536 ms, exit code 0 |
|
2902 | 2025-01-08T17:58:48.209Z | found 0 output files |