|
|
|
1 | 2024-12-06T19:54:31.550Z | job assigned to worker 01JEERJT6T6QVXD0NCPBAAJX6T [factory gimlet-EVT22200007-propolis, EVT22200007/20027] (queued for 27 s) |
|
2 | 2024-12-06T19:54:39.869Z | starting task 0: "setup" |
3 | 2024-12-06T19:54:39.894Z | ++ uname -s |
4 | 2024-12-06T19:54:39.894Z | + kern=SunOS |
5 | 2024-12-06T19:54:39.894Z | + case "$kern" in |
6 | 2024-12-06T19:54:39.894Z | + groupadd -g 12345 build |
7 | 2024-12-06T19:54:39.894Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-06T19:54:41.890Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-06T19:54:41.934Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-06T19:54:41.957Z | + home_fs=zfs |
11 | 2024-12-06T19:54:41.958Z | + [[ zfs == autofs ]] |
12 | 2024-12-06T19:54:41.958Z | + mkdir -p /home/build |
13 | 2024-12-06T19:54:41.958Z | + chown build:build /home/build /work |
14 | 2024-12-06T19:54:43.943Z | + chmod 0700 /home/build /work |
15 | 2024-12-06T19:54:43.967Z | process exited: duration 4079 ms, exit code 0 |
|
16 | 2024-12-06T19:54:44.017Z | starting task 1: "rust-toolchain" |
17 | 2024-12-06T19:54:44.041Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-06T19:54:44.041Z | ' 1.81.0 |
19 | 2024-12-06T19:54:44.041Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-06T19:54:44.041Z | ' default |
21 | 2024-12-06T19:54:44.041Z | * toolchain channel = "1.81.0" |
22 | 2024-12-06T19:54:44.041Z | * toolchain profile = "default" |
23 | 2024-12-06T19:54:44.041Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-06T19:54:44.042Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-06T19:54:44.139Z | info: downloading installer |
26 | 2024-12-06T19:54:44.544Z | info: profile set to 'default' |
27 | 2024-12-06T19:54:44.544Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-06T19:54:44.545Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-06T19:54:44.646Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-06T19:54:44.646Z | info: downloading component 'cargo' |
31 | 2024-12-06T19:54:44.798Z | info: downloading component 'clippy' |
32 | 2024-12-06T19:54:44.846Z | info: downloading component 'rust-docs' |
33 | 2024-12-06T19:54:45.027Z | info: downloading component 'rust-std' |
34 | 2024-12-06T19:54:45.311Z | info: downloading component 'rustc' |
35 | 2024-12-06T19:54:46.349Z | info: downloading component 'rustfmt' |
36 | 2024-12-06T19:54:46.390Z | info: installing component 'cargo' |
37 | 2024-12-06T19:54:47.470Z | info: installing component 'clippy' |
38 | 2024-12-06T19:54:47.900Z | info: installing component 'rust-docs' |
39 | 2024-12-06T19:54:50.583Z | info: installing component 'rust-std' |
40 | 2024-12-06T19:54:52.616Z | info: installing component 'rustc' |
41 | 2024-12-06T19:54:59.445Z | info: installing component 'rustfmt' |
42 | 2024-12-06T19:54:59.834Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-06T19:54:59.834Z | |
44 | 2024-12-06T19:54:59.982Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-06T19:54:59.982Z | |
46 | 2024-12-06T19:54:59.982Z | |
47 | 2024-12-06T19:54:59.982Z | Rust is installed now. Great! |
48 | 2024-12-06T19:54:59.982Z | |
49 | 2024-12-06T19:54:59.982Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-06T19:54:59.982Z | environment variable. This has not been done automatically. |
51 | 2024-12-06T19:54:59.982Z | |
52 | 2024-12-06T19:54:59.982Z | To configure your current shell, you need to source |
53 | 2024-12-06T19:54:59.982Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-06T19:54:59.982Z | |
55 | 2024-12-06T19:54:59.982Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-06T19:54:59.982Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-06T19:54:59.982Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-06T19:55:00.073Z | + rustc --version |
59 | 2024-12-06T19:55:00.190Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-06T19:55:00.214Z | process exited: duration 16179 ms, exit code 0 |
|
61 | 2024-12-06T19:55:00.263Z | starting task 2: "authentication" |
62 | 2024-12-06T19:55:00.320Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-12-06T19:55:00.368Z | starting task 3: "clone repository" |
64 | 2024-12-06T19:55:00.393Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-06T19:55:00.393Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-06T19:55:00.418Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-06T19:55:07.312Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-06T19:55:07.312Z | + git fetch origin dd376b02d913e55e4cbc41ffd833280201241145 |
69 | 2024-12-06T19:55:07.697Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-06T19:55:07.697Z | * branch dd376b02d913e55e4cbc41ffd833280201241145 -> FETCH_HEAD |
71 | 2024-12-06T19:55:07.721Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-06T19:55:07.721Z | ++ git branch --show-current |
73 | 2024-12-06T19:55:07.721Z | + current=main |
74 | 2024-12-06T19:55:07.721Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-06T19:55:07.721Z | + git branch -f gjcolombo/ingest-propolis-ensure-api dd376b02d913e55e4cbc41ffd833280201241145 |
76 | 2024-12-06T19:55:07.745Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-06T19:55:07.787Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-06T19:55:07.812Z | + git reset --hard dd376b02d913e55e4cbc41ffd833280201241145 |
79 | 2024-12-06T19:55:07.854Z | HEAD is now at dd376b02d remove unneeded sled agent param |
80 | 2024-12-06T19:55:07.878Z | process exited: duration 7487 ms, exit code 0 |
|
81 | 2024-12-06T19:55:07.926Z | starting task 4: "build" |
82 | 2024-12-06T19:55:07.950Z | + source ./env.sh |
83 | 2024-12-06T19:55:07.950Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-06T19:55:07.950Z | ++ set -o xtrace |
85 | 2024-12-06T19:55:07.950Z | ++++ dirname ./env.sh |
86 | 2024-12-06T19:55:07.950Z | +++ readlink -f . |
87 | 2024-12-06T19:55:07.951Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ 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 | 2024-12-06T19:55:07.951Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-06T19:55:07.951Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-06T19:55:07.951Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-06T19:55:07.951Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-06T19:55:07.951Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-06T19:55:07.951Z | + cargo --version |
102 | 2024-12-06T19:55:08.045Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-06T19:55:08.070Z | + rustc --version |
104 | 2024-12-06T19:55:08.148Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-06T19:55:08.173Z | + banner prerequisites |
106 | 2024-12-06T19:55:08.173Z | |
107 | 2024-12-06T19:55:08.173Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-06T19:55:08.173Z | # # # # # # # # # # # # # # # |
109 | 2024-12-06T19:55:08.173Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-06T19:55:08.173Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-06T19:55:08.173Z | # # # # # # # # # # # # # # # |
112 | 2024-12-06T19:55:08.173Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-06T19:55:08.173Z | |
114 | 2024-12-06T19:55:08.173Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-06T19:55:17.644Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-06T19:55:22.120Z | Startup: Caching catalogs ... Done |
117 | 2024-12-06T19:55:34.492Z | Planning: Solver setup ... Done (11.354s) |
118 | 2024-12-06T19:55:34.643Z | Planning: Running solver ... Done (0.151s) |
119 | 2024-12-06T19:55:34.741Z | Planning: Finding local manifests ... Done (0.002s) |
120 | 2024-12-06T19:55:34.826Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-06T19:55:35.290Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-06T19:55:35.406Z | Planning: Package planning ... Done (0.116s) |
123 | 2024-12-06T19:55:35.471Z | Planning: Merging actions ... Done (0.065s) |
124 | 2024-12-06T19:55:35.698Z | Planning: Checking for conflicting actions ... Done (0.226s) |
125 | 2024-12-06T19:55:36.730Z | Planning: Consolidating action changes ... Done (1.032s) |
126 | 2024-12-06T19:55:37.131Z | Planning: Evaluating mediators ... Done (0.400s) |
127 | 2024-12-06T19:55:37.229Z | Planning: Planning completed in 15.02 seconds |
128 | 2024-12-06T19:55:37.253Z | Packages to install: 4 |
129 | 2024-12-06T19:55:37.253Z | Packages to update: 1 |
130 | 2024-12-06T19:55:37.253Z | Mediators to change: 2 |
131 | 2024-12-06T19:55:37.253Z | Services to change: 1 |
132 | 2024-12-06T19:55:37.253Z | Estimated space available: 155.18 GB |
133 | 2024-12-06T19:55:37.253Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-06T19:55:37.253Z | Create boot environment: No |
135 | 2024-12-06T19:55:37.253Z | Create backup boot environment: Yes |
136 | 2024-12-06T19:55:37.253Z | Rebuild boot archive: No |
137 | 2024-12-06T19:55:37.253Z | |
138 | 2024-12-06T19:55:37.253Z | Changed mediators: |
139 | 2024-12-06T19:55:37.253Z | mediator clang: |
140 | 2024-12-06T19:55:37.253Z | version: None -> 15 (system default) |
141 | 2024-12-06T19:55:37.254Z | |
142 | 2024-12-06T19:55:37.254Z | mediator llvm: |
143 | 2024-12-06T19:55:37.254Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-06T19:55:37.254Z | |
145 | 2024-12-06T19:55:37.254Z | Changed packages: |
146 | 2024-12-06T19:55:37.254Z | helios-dev |
147 | 2024-12-06T19:55:37.254Z | developer/build-essential |
148 | 2024-12-06T19:55:37.254Z | None -> 11-2.0 |
149 | 2024-12-06T19:55:37.254Z | library/libxmlsec1 |
150 | 2024-12-06T19:55:37.254Z | None -> 1.2.35-2.0 |
151 | 2024-12-06T19:55:37.254Z | ooce/developer/clang-15 |
152 | 2024-12-06T19:55:37.254Z | None -> 15.0.7-2.0 |
153 | 2024-12-06T19:55:37.254Z | ooce/developer/llvm-15 |
154 | 2024-12-06T19:55:37.254Z | None -> 15.0.7-2.0 |
155 | 2024-12-06T19:55:37.254Z | package/pkg |
156 | 2024-12-06T19:55:37.254Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-06T19:55:37.254Z | |
158 | 2024-12-06T19:55:37.254Z | Services: |
159 | 2024-12-06T19:55:37.254Z | restart_fmri: |
160 | 2024-12-06T19:55:37.254Z | svc:/system/update-man-index:default |
161 | 2024-12-06T19:55:37.254Z | |
162 | 2024-12-06T19:55:37.254Z | Editable files to change: |
163 | 2024-12-06T19:55:37.254Z | Update: |
164 | 2024-12-06T19:55:37.254Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-06T19:55:37.316Z | |
166 | 2024-12-06T19:55:37.316Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-06T19:55:42.316Z | Download: 614/4281 items 17.7/220.6MB 8% complete (3.6M/s) |
168 | 2024-12-06T19:55:47.328Z | Download: 1198/4281 items 80.7/220.6MB 36% complete (8.2M/s) |
169 | 2024-12-06T19:55:52.333Z | Download: 2080/4281 items 118.8/220.6MB 53% complete (10.1M/s) |
170 | 2024-12-06T19:55:57.412Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (9.9M/s) |
171 | 2024-12-06T19:56:02.414Z | Download: 2761/4281 items 120.9/220.6MB 54% complete (206k/s) |
172 | 2024-12-06T19:56:07.414Z | Download: 3249/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
173 | 2024-12-06T19:56:12.417Z | Download: 3497/4281 items 215.4/220.6MB 97% complete (9.5M/s) |
174 | 2024-12-06T19:56:14.208Z | Download: Completed 220.60 MB in 36.89 seconds (6.0M/s) |
175 | 2024-12-06T19:56:14.680Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-06T19:56:14.704Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-06T19:56:20.202Z | Actions: 3301/5063 actions (Installing new actions) |
178 | 2024-12-06T19:56:20.562Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-06T19:56:20.914Z | Actions: Completed 5063 actions in 6.23 seconds. |
180 | 2024-12-06T19:56:21.256Z | Done (0.333s) |
181 | 2024-12-06T19:56:21.281Z | Done (0.000s) |
182 | 2024-12-06T19:56:21.913Z | Done (0.656s) |
183 | 2024-12-06T19:56:26.726Z | Done (4.642s) |
184 | 2024-12-06T19:56:26.821Z | Done (0.019s) |
185 | 2024-12-06T19:56:26.845Z | Done (0.000s) |
186 | 2024-12-06T19:56:26.996Z | Done (0.000s) |
187 | 2024-12-06T19:56:27.757Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-06T19:56:28.015Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-06T19:56:28.039Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-06T19:56:28.340Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-06T19:56:28.364Z | Planning: Planning completed in 0.58 seconds |
192 | 2024-12-06T19:56:28.388Z | Mediators to change: 2 |
193 | 2024-12-06T19:56:28.388Z | Create boot environment: No |
194 | 2024-12-06T19:56:28.388Z | Create backup boot environment: No |
195 | 2024-12-06T19:56:28.450Z | Done |
196 | 2024-12-06T19:56:28.450Z | Done |
197 | 2024-12-06T19:56:28.992Z | Done |
198 | 2024-12-06T19:56:33.277Z | Done |
199 | 2024-12-06T19:56:33.373Z | Done |
200 | 2024-12-06T19:56:33.398Z | Done |
201 | 2024-12-06T19:56:33.461Z | Done |
202 | 2024-12-06T19:56:34.216Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-06T19:56:34.241Z | Planning: Merging actions ... Done |
204 | 2024-12-06T19:56:34.454Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-06T19:56:34.478Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-06T19:56:34.772Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-06T19:56:34.837Z | Planning: Planning completed in 0.95 seconds |
208 | 2024-12-06T19:56:34.892Z | Packages to change: 1 |
209 | 2024-12-06T19:56:34.892Z | Mediators to change: 1 |
210 | 2024-12-06T19:56:34.892Z | Services to change: 1 |
211 | 2024-12-06T19:56:34.892Z | Create boot environment: No |
212 | 2024-12-06T19:56:34.892Z | Create backup boot environment: Yes |
213 | 2024-12-06T19:56:36.514Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-06T19:56:36.538Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-06T19:56:36.538Z | Done |
216 | 2024-12-06T19:56:36.538Z | Done |
217 | 2024-12-06T19:56:36.648Z | Done |
218 | 2024-12-06T19:56:40.827Z | Done |
219 | 2024-12-06T19:56:40.919Z | Done |
220 | 2024-12-06T19:56:40.943Z | Done |
221 | 2024-12-06T19:56:41.007Z | Done |
222 | 2024-12-06T19:56:41.515Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-06T19:56:41.515Z | clang system 15 system |
224 | 2024-12-06T19:56:41.515Z | csh system system illumos |
225 | 2024-12-06T19:56:41.515Z | ctags system system illumos |
226 | 2024-12-06T19:56:41.515Z | gcc vendor 12 vendor |
227 | 2024-12-06T19:56:41.515Z | gcc system 10 system |
228 | 2024-12-06T19:56:41.515Z | gcc system 7 system |
229 | 2024-12-06T19:56:41.515Z | go system 1.20 system |
230 | 2024-12-06T19:56:41.515Z | go system 1.19 system |
231 | 2024-12-06T19:56:41.515Z | llvm system 15 system |
232 | 2024-12-06T19:56:41.515Z | llvm system 14 system |
233 | 2024-12-06T19:56:41.515Z | mariadb system 10.6 system |
234 | 2024-12-06T19:56:41.515Z | mta vendor vendor dma |
235 | 2024-12-06T19:56:41.515Z | openjdk system 17 system |
236 | 2024-12-06T19:56:41.515Z | openjdk system 11 system |
237 | 2024-12-06T19:56:41.515Z | openjdk system 1.8 system |
238 | 2024-12-06T19:56:41.515Z | openssl vendor 3 vendor |
239 | 2024-12-06T19:56:41.515Z | perl system 5.36 system |
240 | 2024-12-06T19:56:41.516Z | postgresql system 15 system |
241 | 2024-12-06T19:56:41.516Z | postgresql system 13 system |
242 | 2024-12-06T19:56:41.516Z | python vendor 3 vendor |
243 | 2024-12-06T19:56:41.516Z | python system 2 system |
244 | 2024-12-06T19:56:41.516Z | python3 system 3.11 system |
245 | 2024-12-06T19:56:41.516Z | ruby system 3.0 system |
246 | 2024-12-06T19:56:41.516Z | words vendor vendor american-english |
247 | 2024-12-06T19:56:41.516Z | words system system australian-english |
248 | 2024-12-06T19:56:41.516Z | words system system british-english |
249 | 2024-12-06T19:56:41.516Z | words system system canadian-english |
250 | 2024-12-06T19:56:41.516Z | words system system french |
251 | 2024-12-06T19:56:41.516Z | words system system italian |
252 | 2024-12-06T19:56:41.516Z | words system system ngerman |
253 | 2024-12-06T19:56:41.516Z | words system system ogerman |
254 | 2024-12-06T19:56:41.516Z | words system system spanish |
255 | 2024-12-06T19:56:41.909Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-06T19:56:41.909Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-06T19:56:45.091Z | FMRI IFO |
258 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-06T19:56:45.091Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-06T19:56:45.092Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-06T19:56:45.092Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-06T19:56:45.092Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-06T19:56:45.904Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-06T19:56:46.307Z | Updating crates.io index |
275 | 2024-12-06T19:56:46.331Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-06T19:56:47.036Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-06T19:56:47.360Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-06T19:56:47.696Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-06T19:56:48.056Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-06T19:56:49.065Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-06T19:56:51.779Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-06T19:56:52.982Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-06T19:56:53.815Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-06T19:56:54.183Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-06T19:56:54.525Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-06T19:56:55.208Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-06T19:56:55.572Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-06T19:56:56.047Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-06T19:56:56.374Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-06T19:56:56.706Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-06T19:56:57.048Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-06T19:56:57.415Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-06T19:56:57.787Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-06T19:56:58.291Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-06T19:56:58.614Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-06T19:56:59.183Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-06T19:56:59.612Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-06T19:57:00.343Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-06T19:57:00.887Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-06T19:57:01.277Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-06T19:57:01.661Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-06T19:57:02.006Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-06T19:57:03.515Z | Downloading crates ... |
304 | 2024-12-06T19:57:03.720Z | Downloaded bitflags v2.6.0 |
305 | 2024-12-06T19:57:03.748Z | Downloaded cargo_toml v0.20.5 |
306 | 2024-12-06T19:57:03.748Z | Downloaded is_terminal_polyfill v1.70.1 |
307 | 2024-12-06T19:57:03.748Z | Downloaded colorchoice v1.0.2 |
308 | 2024-12-06T19:57:03.749Z | Downloaded errno v0.3.9 |
309 | 2024-12-06T19:57:03.749Z | Downloaded zerocopy-derive v0.7.35 |
310 | 2024-12-06T19:57:03.749Z | Downloaded utf8parse v0.2.2 |
311 | 2024-12-06T19:57:03.749Z | Downloaded usdt-impl v0.5.0 |
312 | 2024-12-06T19:57:03.749Z | Downloaded serde_derive v1.0.215 |
313 | 2024-12-06T19:57:03.774Z | Downloaded thiserror-impl v1.0.69 |
314 | 2024-12-06T19:57:03.774Z | Downloaded version_check v0.9.5 |
315 | 2024-12-06T19:57:03.774Z | Downloaded unicode-linebreak v0.1.5 |
316 | 2024-12-06T19:57:03.774Z | Downloaded proc-macro2 v1.0.89 |
317 | 2024-12-06T19:57:03.774Z | Downloaded fs-err v2.11.0 |
318 | 2024-12-06T19:57:03.774Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-12-06T19:57:03.774Z | Downloaded tempfile v3.13.0 |
320 | 2024-12-06T19:57:03.774Z | Downloaded usdt v0.5.0 |
321 | 2024-12-06T19:57:03.774Z | Downloaded ucd-trie v0.1.7 |
322 | 2024-12-06T19:57:03.774Z | Downloaded toml_edit v0.22.22 |
323 | 2024-12-06T19:57:03.799Z | Downloaded textwrap v0.16.1 |
324 | 2024-12-06T19:57:03.823Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-12-06T19:57:03.823Z | Downloaded pest v2.7.14 |
326 | 2024-12-06T19:57:03.825Z | Downloaded winnow v0.6.20 |
327 | 2024-12-06T19:57:03.825Z | Downloaded syn v1.0.109 |
328 | 2024-12-06T19:57:03.849Z | Downloaded zerocopy v0.7.35 |
329 | 2024-12-06T19:57:03.849Z | Downloaded unicode-width v0.1.14 |
330 | 2024-12-06T19:57:03.873Z | Downloaded syn v2.0.87 |
331 | 2024-12-06T19:57:03.873Z | Downloaded rustix v0.38.37 |
332 | 2024-12-06T19:57:03.897Z | Downloaded serde_json v1.0.132 |
333 | 2024-12-06T19:57:03.921Z | Downloaded serde v1.0.215 |
334 | 2024-12-06T19:57:03.922Z | Downloaded tabled v0.15.0 |
335 | 2024-12-06T19:57:03.946Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-12-06T19:57:03.946Z | Downloaded memchr v2.7.4 |
337 | 2024-12-06T19:57:03.946Z | Downloaded unicode-ident v1.0.13 |
338 | 2024-12-06T19:57:03.946Z | Downloaded terminal_size v0.4.0 |
339 | 2024-12-06T19:57:03.946Z | Downloaded ryu v1.0.18 |
340 | 2024-12-06T19:57:03.946Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-12-06T19:57:03.946Z | Downloaded plain v0.2.3 |
342 | 2024-12-06T19:57:03.946Z | Downloaded papergrid v0.11.0 |
343 | 2024-12-06T19:57:03.971Z | Downloaded hashbrown v0.15.0 |
344 | 2024-12-06T19:57:03.971Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-06T19:57:03.971Z | Downloaded goblin v0.8.2 |
346 | 2024-12-06T19:57:03.971Z | Downloaded crypto-common v0.1.6 |
347 | 2024-12-06T19:57:03.971Z | Downloaded typenum v1.17.0 |
348 | 2024-12-06T19:57:03.971Z | Downloaded toml v0.8.19 |
349 | 2024-12-06T19:57:03.995Z | Downloaded smawk v0.3.2 |
350 | 2024-12-06T19:57:03.995Z | Downloaded libc v0.2.162 |
351 | 2024-12-06T19:57:04.020Z | Downloaded sha2 v0.10.8 |
352 | 2024-12-06T19:57:04.020Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-06T19:57:04.020Z | Downloaded once_cell v1.20.2 |
354 | 2024-12-06T19:57:04.020Z | Downloaded dtrace-parser v0.2.0 |
355 | 2024-12-06T19:57:04.020Z | Downloaded camino-tempfile v1.1.1 |
356 | 2024-12-06T19:57:04.020Z | Downloaded thiserror v1.0.69 |
357 | 2024-12-06T19:57:04.044Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2024-12-06T19:57:04.044Z | Downloaded semver v1.0.23 |
359 | 2024-12-06T19:57:04.044Z | Downloaded log v0.4.22 |
360 | 2024-12-06T19:57:04.044Z | Downloaded heck v0.5.0 |
361 | 2024-12-06T19:57:04.044Z | Downloaded clap_derive v4.5.18 |
362 | 2024-12-06T19:57:04.045Z | Downloaded quote v1.0.37 |
363 | 2024-12-06T19:57:04.045Z | Downloaded pretty-hex v0.4.1 |
364 | 2024-12-06T19:57:04.045Z | Downloaded pest_generator v2.7.14 |
365 | 2024-12-06T19:57:04.045Z | Downloaded pest_derive v2.7.14 |
366 | 2024-12-06T19:57:04.045Z | Downloaded generic-array v0.14.7 |
367 | 2024-12-06T19:57:04.045Z | Downloaded fastrand v2.1.1 |
368 | 2024-12-06T19:57:04.045Z | Downloaded digest v0.10.7 |
369 | 2024-12-06T19:57:04.045Z | Downloaded clap_lex v0.7.2 |
370 | 2024-12-06T19:57:04.045Z | Downloaded clap_builder v4.5.21 |
371 | 2024-12-06T19:57:04.069Z | Downloaded cargo-platform v0.1.8 |
372 | 2024-12-06T19:57:04.069Z | Downloaded camino v1.1.9 |
373 | 2024-12-06T19:57:04.069Z | Downloaded byteorder v1.5.0 |
374 | 2024-12-06T19:57:04.069Z | Downloaded bytecount v0.6.8 |
375 | 2024-12-06T19:57:04.069Z | Downloaded anstyle-query v1.1.1 |
376 | 2024-12-06T19:57:04.069Z | Downloaded anstyle-parse v0.2.5 |
377 | 2024-12-06T19:57:04.069Z | Downloaded anstyle v1.0.10 |
378 | 2024-12-06T19:57:04.069Z | Downloaded usdt-macro v0.5.0 |
379 | 2024-12-06T19:57:04.069Z | Downloaded toml_datetime v0.6.8 |
380 | 2024-12-06T19:57:04.069Z | Downloaded thread-id v4.2.2 |
381 | 2024-12-06T19:57:04.069Z | Downloaded swrite v0.1.0 |
382 | 2024-12-06T19:57:04.069Z | Downloaded scroll_derive v0.12.0 |
383 | 2024-12-06T19:57:04.069Z | Downloaded scroll v0.12.0 |
384 | 2024-12-06T19:57:04.094Z | Downloaded itoa v1.0.11 |
385 | 2024-12-06T19:57:04.094Z | Downloaded indexmap v2.6.0 |
386 | 2024-12-06T19:57:04.094Z | Downloaded heck v0.4.1 |
387 | 2024-12-06T19:57:04.094Z | Downloaded fnv v1.0.7 |
388 | 2024-12-06T19:57:04.094Z | Downloaded cpufeatures v0.2.14 |
389 | 2024-12-06T19:57:04.094Z | Downloaded cfg-if v1.0.0 |
390 | 2024-12-06T19:57:04.094Z | Downloaded block-buffer v0.10.4 |
391 | 2024-12-06T19:57:04.094Z | Downloaded strsim v0.11.1 |
392 | 2024-12-06T19:57:04.094Z | Downloaded memmap v0.7.0 |
393 | 2024-12-06T19:57:04.094Z | Downloaded macaddr v1.0.1 |
394 | 2024-12-06T19:57:04.094Z | Downloaded equivalent v1.0.1 |
395 | 2024-12-06T19:57:04.094Z | Downloaded dof v0.3.0 |
396 | 2024-12-06T19:57:04.094Z | Downloaded clap v4.5.21 |
397 | 2024-12-06T19:57:04.122Z | Downloaded cargo_metadata v0.18.1 |
398 | 2024-12-06T19:57:04.122Z | Downloaded anyhow v1.0.93 |
399 | 2024-12-06T19:57:04.122Z | Downloaded anstream v0.6.15 |
400 | 2024-12-06T19:57:04.122Z | Downloaded autocfg v1.4.0 |
401 | 2024-12-06T19:57:04.237Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-06T19:57:04.237Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-06T19:57:04.237Z | Compiling version_check v0.9.5 |
404 | 2024-12-06T19:57:04.237Z | Compiling serde v1.0.215 |
405 | 2024-12-06T19:57:04.261Z | Compiling memchr v2.7.4 |
406 | 2024-12-06T19:57:04.261Z | Compiling thiserror v1.0.69 |
407 | 2024-12-06T19:57:04.261Z | Compiling libc v0.2.162 |
408 | 2024-12-06T19:57:04.262Z | Compiling itoa v1.0.11 |
409 | 2024-12-06T19:57:04.524Z | Compiling ucd-trie v0.1.7 |
410 | 2024-12-06T19:57:04.580Z | Compiling ryu v1.0.18 |
411 | 2024-12-06T19:57:04.903Z | Compiling once_cell v1.20.2 |
412 | 2024-12-06T19:57:05.017Z | Compiling byteorder v1.5.0 |
413 | 2024-12-06T19:57:05.229Z | Compiling rustix v0.38.37 |
414 | 2024-12-06T19:57:05.262Z | Compiling serde_json v1.0.132 |
415 | 2024-12-06T19:57:05.420Z | Compiling bitflags v2.6.0 |
416 | 2024-12-06T19:57:05.560Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-06T19:57:05.707Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-06T19:57:05.801Z | Compiling syn v1.0.109 |
419 | 2024-12-06T19:57:05.864Z | Compiling quote v1.0.37 |
420 | 2024-12-06T19:57:05.928Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-12-06T19:57:06.165Z | Compiling hashbrown v0.15.0 |
422 | 2024-12-06T19:57:06.237Z | Compiling errno v0.3.9 |
423 | 2024-12-06T19:57:06.296Z | Compiling syn v2.0.87 |
424 | 2024-12-06T19:57:06.627Z | Compiling plain v0.2.3 |
425 | 2024-12-06T19:57:06.704Z | Compiling thread-id v4.2.2 |
426 | 2024-12-06T19:57:06.704Z | Compiling camino v1.1.9 |
427 | 2024-12-06T19:57:06.785Z | Compiling utf8parse v0.2.2 |
428 | 2024-12-06T19:57:06.827Z | Compiling equivalent v1.0.1 |
429 | 2024-12-06T19:57:06.856Z | Compiling log v0.4.22 |
430 | 2024-12-06T19:57:06.938Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-06T19:57:07.414Z | Compiling indexmap v2.6.0 |
432 | 2024-12-06T19:57:07.441Z | Compiling pretty-hex v0.4.1 |
433 | 2024-12-06T19:57:07.441Z | Compiling colorchoice v1.0.2 |
434 | 2024-12-06T19:57:07.610Z | Compiling autocfg v1.4.0 |
435 | 2024-12-06T19:57:07.639Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-06T19:57:07.668Z | Compiling semver v1.0.23 |
437 | 2024-12-06T19:57:07.693Z | Compiling winnow v0.6.20 |
438 | 2024-12-06T19:57:08.155Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-06T19:57:08.191Z | Compiling anstyle v1.0.10 |
440 | 2024-12-06T19:57:08.308Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-06T19:57:08.471Z | Compiling terminal_size v0.4.0 |
442 | 2024-12-06T19:57:08.653Z | Compiling anstream v0.6.15 |
443 | 2024-12-06T19:57:08.684Z | Compiling fs-err v2.11.0 |
444 | 2024-12-06T19:57:08.901Z | Compiling fnv v1.0.7 |
445 | 2024-12-06T19:57:08.926Z | Compiling bytecount v0.6.8 |
446 | 2024-12-06T19:57:09.015Z | Compiling cfg-if v1.0.0 |
447 | 2024-12-06T19:57:09.098Z | Compiling heck v0.4.1 |
448 | 2024-12-06T19:57:09.127Z | Compiling clap_lex v0.7.2 |
449 | 2024-12-06T19:57:09.160Z | Compiling fastrand v2.1.1 |
450 | 2024-12-06T19:57:09.334Z | Compiling heck v0.5.0 |
451 | 2024-12-06T19:57:09.535Z | Compiling anyhow v1.0.93 |
452 | 2024-12-06T19:57:09.598Z | Compiling strsim v0.11.1 |
453 | 2024-12-06T19:57:09.659Z | Compiling tempfile v3.13.0 |
454 | 2024-12-06T19:57:09.802Z | Compiling papergrid v0.11.0 |
455 | 2024-12-06T19:57:10.059Z | Compiling clap_builder v4.5.21 |
456 | 2024-12-06T19:57:10.406Z | Compiling memmap v0.7.0 |
457 | 2024-12-06T19:57:10.437Z | Compiling smawk v0.3.2 |
458 | 2024-12-06T19:57:10.523Z | Compiling unicode-linebreak v0.1.5 |
459 | 2024-12-06T19:57:10.850Z | Compiling swrite v0.1.0 |
460 | 2024-12-06T19:57:10.951Z | Compiling textwrap v0.16.1 |
461 | 2024-12-06T19:57:11.909Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-06T19:57:13.448Z | Compiling tabled v0.15.0 |
463 | 2024-12-06T19:57:14.693Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-06T19:57:14.693Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-06T19:57:14.717Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-06T19:57:14.717Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-06T19:57:14.717Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-06T19:57:15.832Z | Compiling scroll v0.12.0 |
469 | 2024-12-06T19:57:16.308Z | Compiling goblin v0.8.2 |
470 | 2024-12-06T19:57:16.588Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-06T19:57:17.306Z | Compiling pest v2.7.14 |
472 | 2024-12-06T19:57:17.992Z | Compiling clap v4.5.21 |
473 | 2024-12-06T19:57:19.356Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-06T19:57:20.364Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-06T19:57:22.413Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-06T19:57:23.044Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-06T19:57:24.587Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-06T19:57:24.587Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-06T19:57:24.612Z | Compiling cargo-platform v0.1.8 |
480 | 2024-12-06T19:57:25.001Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-12-06T19:57:25.030Z | Compiling toml_edit v0.22.22 |
482 | 2024-12-06T19:57:25.156Z | Compiling macaddr v1.0.1 |
483 | 2024-12-06T19:57:25.299Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-06T19:57:26.173Z | Compiling dof v0.3.0 |
485 | 2024-12-06T19:57:26.173Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-06T19:57:27.747Z | Compiling toml v0.8.19 |
487 | 2024-12-06T19:57:28.205Z | Compiling usdt-macro v0.5.0 |
488 | 2024-12-06T19:57:28.366Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-12-06T19:57:28.557Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-06T19:57:29.505Z | Compiling usdt v0.5.0 |
491 | 2024-12-06T19:57:32.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-06T19:57:38.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.61s |
493 | 2024-12-06T19:57:38.520Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-06T19:57:39.251Z | Downloading crates ... |
495 | 2024-12-06T19:57:39.398Z | Downloaded crc-any v2.5.0 |
496 | 2024-12-06T19:57:39.423Z | Downloaded allocator-api2 v0.2.18 |
497 | 2024-12-06T19:57:39.423Z | Downloaded icu_locid_transform_data v1.5.0 |
498 | 2024-12-06T19:57:39.423Z | Downloaded mime v0.3.17 |
499 | 2024-12-06T19:57:39.423Z | Downloaded headers-core v0.3.0 |
500 | 2024-12-06T19:57:39.423Z | Downloaded ahash v0.8.11 |
501 | 2024-12-06T19:57:39.448Z | Downloaded highway v1.2.0 |
502 | 2024-12-06T19:57:39.448Z | Downloaded resolv-conf v0.7.0 |
503 | 2024-12-06T19:57:39.448Z | Downloaded http-body-util v0.1.2 |
504 | 2024-12-06T19:57:39.448Z | Downloaded scrypt v0.11.0 |
505 | 2024-12-06T19:57:39.473Z | Downloaded icu_normalizer_data v1.5.0 |
506 | 2024-12-06T19:57:39.473Z | Downloaded icu_properties v1.5.1 |
507 | 2024-12-06T19:57:39.473Z | Downloaded time-core v0.1.2 |
508 | 2024-12-06T19:57:39.498Z | Downloaded match_cfg v0.1.0 |
509 | 2024-12-06T19:57:39.499Z | Downloaded ipnetwork v0.20.0 |
510 | 2024-12-06T19:57:39.499Z | Downloaded indent_write v2.2.0 |
511 | 2024-12-06T19:57:39.499Z | Downloaded lru-cache v0.1.2 |
512 | 2024-12-06T19:57:39.499Z | Downloaded lock_api v0.4.12 |
513 | 2024-12-06T19:57:39.499Z | Downloaded md5 v0.7.0 |
514 | 2024-12-06T19:57:39.499Z | Downloaded prettyplease v0.2.25 |
515 | 2024-12-06T19:57:39.523Z | Downloaded md-5 v0.10.6 |
516 | 2024-12-06T19:57:39.523Z | Downloaded progenitor-impl v0.8.0 |
517 | 2024-12-06T19:57:39.523Z | Downloaded mime_guess v2.0.5 |
518 | 2024-12-06T19:57:39.523Z | Downloaded signature v2.2.0 |
519 | 2024-12-06T19:57:39.523Z | Downloaded sigpipe v0.1.3 |
520 | 2024-12-06T19:57:39.548Z | Downloaded toolchain_find v0.4.0 |
521 | 2024-12-06T19:57:39.548Z | Downloaded diesel_table_macro_syntax v0.2.0 |
522 | 2024-12-06T19:57:39.548Z | Downloaded dhcproto-macros v0.1.0 |
523 | 2024-12-06T19:57:39.548Z | Downloaded foreign-types-shared v0.3.1 |
524 | 2024-12-06T19:57:39.548Z | Downloaded phf_shared v0.10.0 |
525 | 2024-12-06T19:57:39.548Z | Downloaded fxhash v0.2.1 |
526 | 2024-12-06T19:57:39.573Z | Downloaded sqlparser_derive v0.2.2 |
527 | 2024-12-06T19:57:39.574Z | Downloaded rustfmt-wrapper v0.2.1 |
528 | 2024-12-06T19:57:39.574Z | Downloaded tinyvec_macros v0.1.1 |
529 | 2024-12-06T19:57:39.574Z | Downloaded vte_generate_state_changes v0.1.2 |
530 | 2024-12-06T19:57:39.574Z | Downloaded rustc_version v0.4.1 |
531 | 2024-12-06T19:57:39.574Z | Downloaded rustc-hash v1.1.0 |
532 | 2024-12-06T19:57:39.574Z | Downloaded phf_shared v0.11.2 |
533 | 2024-12-06T19:57:39.574Z | Downloaded spki v0.7.3 |
534 | 2024-12-06T19:57:39.598Z | Downloaded downcast v0.11.0 |
535 | 2024-12-06T19:57:39.598Z | Downloaded tiny-keccak v2.0.2 |
536 | 2024-12-06T19:57:39.598Z | Downloaded float-ord v0.3.2 |
537 | 2024-12-06T19:57:39.598Z | Downloaded num-conv v0.1.0 |
538 | 2024-12-06T19:57:39.598Z | Downloaded foldhash v0.1.3 |
539 | 2024-12-06T19:57:39.598Z | Downloaded foreign-types v0.3.2 |
540 | 2024-12-06T19:57:39.598Z | Downloaded packed_struct v0.10.1 |
541 | 2024-12-06T19:57:39.598Z | Downloaded rand_xorshift v0.3.0 |
542 | 2024-12-06T19:57:39.624Z | Downloaded write16 v1.0.0 |
543 | 2024-12-06T19:57:39.624Z | Downloaded parse-size v1.1.0 |
544 | 2024-12-06T19:57:39.649Z | Downloaded xattr v1.3.1 |
545 | 2024-12-06T19:57:39.649Z | Downloaded salsa20 v0.10.2 |
546 | 2024-12-06T19:57:39.649Z | Downloaded endian-type v0.1.2 |
547 | 2024-12-06T19:57:39.649Z | Downloaded nodrop v0.1.14 |
548 | 2024-12-06T19:57:39.649Z | Downloaded parking_lot_core v0.9.10 |
549 | 2024-12-06T19:57:39.649Z | Downloaded unarray v0.1.4 |
550 | 2024-12-06T19:57:39.649Z | Downloaded flate2 v1.0.34 |
551 | 2024-12-06T19:57:39.674Z | Downloaded ppv-lite86 v0.2.20 |
552 | 2024-12-06T19:57:39.674Z | Downloaded sec1 v0.7.3 |
553 | 2024-12-06T19:57:39.674Z | Downloaded psl-types v2.0.11 |
554 | 2024-12-06T19:57:39.674Z | Downloaded slog-term v2.9.1 |
555 | 2024-12-06T19:57:39.698Z | Downloaded take_mut v0.2.2 |
556 | 2024-12-06T19:57:39.698Z | Downloaded supports-color v3.0.1 |
557 | 2024-12-06T19:57:39.699Z | Downloaded twox-hash v1.6.3 |
558 | 2024-12-06T19:57:39.699Z | Downloaded quinn-udp v0.5.5 |
559 | 2024-12-06T19:57:39.699Z | Downloaded darling_macro v0.20.10 |
560 | 2024-12-06T19:57:39.699Z | Downloaded tabwriter v1.4.0 |
561 | 2024-12-06T19:57:39.699Z | Downloaded openssl-probe v0.1.5 |
562 | 2024-12-06T19:57:39.699Z | Downloaded oso-derive v0.27.3 |
563 | 2024-12-06T19:57:39.724Z | Downloaded strum_macros v0.25.3 |
564 | 2024-12-06T19:57:39.724Z | Downloaded deranged v0.3.11 |
565 | 2024-12-06T19:57:39.724Z | Downloaded newtype_derive v0.1.6 |
566 | 2024-12-06T19:57:39.724Z | Downloaded number_prefix v0.4.0 |
567 | 2024-12-06T19:57:39.724Z | Downloaded strum_macros v0.26.4 |
568 | 2024-12-06T19:57:39.724Z | Downloaded dsl_auto_type v0.1.2 |
569 | 2024-12-06T19:57:39.724Z | Downloaded num v0.4.3 |
570 | 2024-12-06T19:57:39.748Z | Downloaded string_cache v0.8.7 |
571 | 2024-12-06T19:57:39.748Z | Downloaded progenitor-macro v0.8.0 |
572 | 2024-12-06T19:57:39.748Z | Downloaded data-encoding v2.6.0 |
573 | 2024-12-06T19:57:39.748Z | Downloaded multimap v0.10.0 |
574 | 2024-12-06T19:57:39.748Z | Downloaded num_threads v0.1.7 |
575 | 2024-12-06T19:57:39.749Z | Downloaded nu-ansi-term v0.50.1 |
576 | 2024-12-06T19:57:39.749Z | Downloaded russh-cryptovec v0.7.3 |
577 | 2024-12-06T19:57:39.749Z | Downloaded rand v0.8.5 |
578 | 2024-12-06T19:57:39.774Z | Downloaded tui-tree-widget v0.22.0 |
579 | 2024-12-06T19:57:39.774Z | Downloaded num_enum_derive v0.5.11 |
580 | 2024-12-06T19:57:39.775Z | Downloaded rtoolbox v0.0.2 |
581 | 2024-12-06T19:57:39.775Z | Downloaded tokio-stream v0.1.16 |
582 | 2024-12-06T19:57:39.775Z | Downloaded progenitor v0.8.0 |
583 | 2024-12-06T19:57:39.775Z | Downloaded proc-macro-crate v1.3.1 |
584 | 2024-12-06T19:57:39.775Z | Downloaded expectorate v1.1.0 |
585 | 2024-12-06T19:57:39.775Z | Downloaded serde_path_to_error v0.1.16 |
586 | 2024-12-06T19:57:39.799Z | Downloaded dropshot_endpoint v0.13.0 |
587 | 2024-12-06T19:57:39.799Z | Downloaded fd-lock v4.0.2 |
588 | 2024-12-06T19:57:39.799Z | Downloaded strum v0.26.3 |
589 | 2024-12-06T19:57:39.799Z | Downloaded strum_macros v0.24.3 |
590 | 2024-12-06T19:57:39.799Z | Downloaded rpassword v7.3.1 |
591 | 2024-12-06T19:57:39.799Z | Downloaded ed25519-dalek v2.1.1 |
592 | 2024-12-06T19:57:39.799Z | Downloaded p384 v0.13.0 |
593 | 2024-12-06T19:57:39.824Z | Downloaded rsa v0.9.6 |
594 | 2024-12-06T19:57:39.824Z | Downloaded darling_core v0.20.10 |
595 | 2024-12-06T19:57:39.848Z | Downloaded dropshot_endpoint v0.12.0 |
596 | 2024-12-06T19:57:39.848Z | Downloaded num-bigint-dig v0.8.4 |
597 | 2024-12-06T19:57:39.848Z | Downloaded rusqlite v0.32.1 |
598 | 2024-12-06T19:57:39.897Z | Downloaded tracing v0.1.40 |
599 | 2024-12-06T19:57:39.897Z | Downloaded steno v0.4.1 |
600 | 2024-12-06T19:57:39.921Z | Downloaded reedline v0.35.0 |
601 | 2024-12-06T19:57:39.921Z | Downloaded zerovec v0.10.4 |
602 | 2024-12-06T19:57:39.921Z | Downloaded russh v0.45.0 |
603 | 2024-12-06T19:57:39.921Z | Downloaded serde_with v3.11.0 |
604 | 2024-12-06T19:57:39.921Z | Downloaded regex-syntax v0.6.29 |
605 | 2024-12-06T19:57:39.921Z | Downloaded nix v0.28.0 |
606 | 2024-12-06T19:57:39.945Z | Downloaded object v0.36.5 |
607 | 2024-12-06T19:57:39.969Z | Downloaded webpki-roots v0.26.6 |
608 | 2024-12-06T19:57:39.969Z | Downloaded openssl v0.10.66 |
609 | 2024-12-06T19:57:39.969Z | Downloaded rustls v0.22.4 |
610 | 2024-12-06T19:57:39.993Z | Downloaded regex v1.11.1 |
611 | 2024-12-06T19:57:40.017Z | Downloaded typify-impl v0.2.0 |
612 | 2024-12-06T19:57:40.041Z | Downloaded csv v1.3.0 |
613 | 2024-12-06T19:57:40.065Z | Downloaded dropshot v0.13.0 |
614 | 2024-12-06T19:57:40.090Z | Downloaded petgraph v0.6.5 |
615 | 2024-12-06T19:57:40.114Z | Downloaded zerocopy-derive v0.6.6 |
616 | 2024-12-06T19:57:40.114Z | Downloaded gimli v0.31.1 |
617 | 2024-12-06T19:57:40.138Z | Downloaded sled v0.34.7 |
618 | 2024-12-06T19:57:40.138Z | Downloaded sha3 v0.10.8 |
619 | 2024-12-06T19:57:40.138Z | Downloaded rustls v0.23.14 |
620 | 2024-12-06T19:57:40.163Z | Downloaded dropshot v0.12.0 |
621 | 2024-12-06T19:57:40.187Z | Downloaded ratatui v0.28.1 |
622 | 2024-12-06T19:57:40.211Z | Downloaded regress v0.10.1 |
623 | 2024-12-06T19:57:40.211Z | Downloaded regex-automata v0.4.8 |
624 | 2024-12-06T19:57:40.235Z | Downloaded zerocopy v0.8.10 |
625 | 2024-12-06T19:57:40.261Z | Downloaded idna v0.4.0 |
626 | 2024-12-06T19:57:40.286Z | Downloaded trust-dns-proto v0.22.0 |
627 | 2024-12-06T19:57:40.286Z | Downloaded git2 v0.19.0 |
628 | 2024-12-06T19:57:40.310Z | Downloaded quinn-proto v0.11.8 |
629 | 2024-12-06T19:57:40.310Z | Downloaded openapiv3 v2.0.0 |
630 | 2024-12-06T19:57:40.334Z | Downloaded lzma-sys v0.1.20 |
631 | 2024-12-06T19:57:40.359Z | Downloaded nix v0.29.0 |
632 | 2024-12-06T19:57:40.383Z | Downloaded vcpkg v0.2.15 |
633 | 2024-12-06T19:57:40.420Z | Downloaded tokio v1.40.0 |
634 | 2024-12-06T19:57:40.467Z | Downloaded idna v0.3.0 |
635 | 2024-12-06T19:57:40.492Z | Downloaded idna v0.2.3 |
636 | 2024-12-06T19:57:40.492Z | Downloaded libz-sys v1.1.20 |
637 | 2024-12-06T19:57:40.516Z | Downloaded nix v0.27.1 |
638 | 2024-12-06T19:57:40.541Z | Downloaded smoltcp v0.11.0 |
639 | 2024-12-06T19:57:40.541Z | Downloaded sqlparser v0.45.0 |
640 | 2024-12-06T19:57:40.566Z | Downloaded lalrpop v0.19.12 |
641 | 2024-12-06T19:57:40.566Z | Downloaded idna v0.5.0 |
642 | 2024-12-06T19:57:40.590Z | Downloaded portable-atomic v1.9.0 |
643 | 2024-12-06T19:57:40.590Z | Downloaded h2 v0.4.6 |
644 | 2024-12-06T19:57:40.590Z | Downloaded quick-xml v0.33.0 |
645 | 2024-12-06T19:57:40.614Z | Downloaded object v0.30.4 |
646 | 2024-12-06T19:57:40.614Z | Downloaded rustls-webpki v0.101.7 |
647 | 2024-12-06T19:57:40.638Z | Downloaded radix_trie v0.2.1 |
648 | 2024-12-06T19:57:40.638Z | Downloaded reqwest v0.12.9 |
649 | 2024-12-06T19:57:40.638Z | Downloaded proptest v1.5.0 |
650 | 2024-12-06T19:57:40.662Z | Downloaded smoltcp v0.9.1 |
651 | 2024-12-06T19:57:40.686Z | Downloaded mio v1.0.2 |
652 | 2024-12-06T19:57:40.686Z | Downloaded native-tls v0.2.12 |
653 | 2024-12-06T19:57:40.686Z | Downloaded owo-colors v4.1.0 |
654 | 2024-12-06T19:57:40.686Z | Downloaded parse-zoneinfo v0.3.1 |
655 | 2024-12-06T19:57:40.686Z | Downloaded polar-core v0.27.3 |
656 | 2024-12-06T19:57:40.711Z | Downloaded ssh-key v0.6.6 |
657 | 2024-12-06T19:57:40.711Z | Downloaded zopfli v0.8.1 |
658 | 2024-12-06T19:57:40.711Z | Downloaded diesel v2.2.4 |
659 | 2024-12-06T19:57:40.735Z | Downloaded itertools v0.13.0 |
660 | 2024-12-06T19:57:40.735Z | Downloaded fatfs v0.3.6 |
661 | 2024-12-06T19:57:40.759Z | Downloaded zip v2.1.3 |
662 | 2024-12-06T19:57:40.759Z | Downloaded tokio-util v0.7.12 |
663 | 2024-12-06T19:57:40.759Z | Downloaded time v0.3.36 |
664 | 2024-12-06T19:57:40.759Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
665 | 2024-12-06T19:57:40.783Z | Downloaded num_enum v0.5.11 |
666 | 2024-12-06T19:57:40.784Z | Downloaded display-error-chain v0.2.2 |
667 | 2024-12-06T19:57:40.784Z | Downloaded dirs-sys-next v0.1.2 |
668 | 2024-12-06T19:57:40.784Z | Downloaded tungstenite v0.21.0 |
669 | 2024-12-06T19:57:40.808Z | Downloaded tracing-core v0.1.32 |
670 | 2024-12-06T19:57:40.808Z | Downloaded num-bigint v0.4.6 |
671 | 2024-12-06T19:57:40.808Z | Downloaded zerocopy v0.6.6 |
672 | 2024-12-06T19:57:40.808Z | Downloaded snafu v0.8.5 |
673 | 2024-12-06T19:57:40.808Z | Downloaded rustls v0.21.12 |
674 | 2024-12-06T19:57:40.832Z | Downloaded encoding_rs v0.8.34 |
675 | 2024-12-06T19:57:40.856Z | Downloaded unicode-width v0.2.0 |
676 | 2024-12-06T19:57:40.856Z | Downloaded ron v0.8.1 |
677 | 2024-12-06T19:57:40.880Z | Downloaded unicode-normalization v0.1.24 |
678 | 2024-12-06T19:57:40.880Z | Downloaded salty v0.3.0 |
679 | 2024-12-06T19:57:40.880Z | Downloaded itertools v0.12.1 |
680 | 2024-12-06T19:57:40.904Z | Downloaded der v0.7.9 |
681 | 2024-12-06T19:57:40.904Z | Downloaded typed-path v0.9.3 |
682 | 2024-12-06T19:57:40.904Z | Downloaded rustyline v14.0.0 |
683 | 2024-12-06T19:57:40.904Z | Downloaded openssl-sys v0.9.103 |
684 | 2024-12-06T19:57:40.929Z | Downloaded pin-project-lite v0.2.14 |
685 | 2024-12-06T19:57:40.929Z | Downloaded password-hash v0.5.0 |
686 | 2024-12-06T19:57:40.929Z | Downloaded tokio-postgres v0.7.12 |
687 | 2024-12-06T19:57:40.929Z | Downloaded rayon v1.10.0 |
688 | 2024-12-06T19:57:40.953Z | Downloaded oso v0.27.3 |
689 | 2024-12-06T19:57:40.953Z | Downloaded whoami v1.5.2 |
690 | 2024-12-06T19:57:40.953Z | Downloaded nom v7.1.3 |
691 | 2024-12-06T19:57:40.953Z | Downloaded socket2 v0.5.7 |
692 | 2024-12-06T19:57:40.953Z | Downloaded yasna v0.5.2 |
693 | 2024-12-06T19:57:40.953Z | Downloaded tracing-attributes v0.1.27 |
694 | 2024-12-06T19:57:40.978Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
695 | 2024-12-06T19:57:41.039Z | Downloaded stringprep v0.1.5 |
696 | 2024-12-06T19:57:41.066Z | Downloaded newtype-uuid v1.1.3 |
697 | 2024-12-06T19:57:41.066Z | Downloaded ff v0.13.0 |
698 | 2024-12-06T19:57:41.066Z | Downloaded newline-converter v0.3.0 |
699 | 2024-12-06T19:57:41.066Z | Downloaded new_debug_unreachable v1.0.6 |
700 | 2024-12-06T19:57:41.066Z | Downloaded nanorand v0.7.0 |
701 | 2024-12-06T19:57:41.066Z | Downloaded p256 v0.13.2 |
702 | 2024-12-06T19:57:41.066Z | Downloaded serde_derive_internals v0.29.1 |
703 | 2024-12-06T19:57:41.066Z | Downloaded ron v0.7.1 |
704 | 2024-12-06T19:57:41.066Z | Downloaded hashbrown v0.14.5 |
705 | 2024-12-06T19:57:41.090Z | Downloaded libxml v0.3.3 |
706 | 2024-12-06T19:57:41.091Z | Downloaded elliptic-curve v0.13.8 |
707 | 2024-12-06T19:57:41.091Z | Downloaded strip-ansi-escapes v0.2.0 |
708 | 2024-12-06T19:57:41.091Z | Downloaded tokio-tungstenite v0.21.0 |
709 | 2024-12-06T19:57:41.115Z | Downloaded tokio-rustls v0.26.0 |
710 | 2024-12-06T19:57:41.115Z | Downloaded tokio-rustls v0.25.0 |
711 | 2024-12-06T19:57:41.115Z | Downloaded tokio-rustls v0.24.1 |
712 | 2024-12-06T19:57:41.115Z | Downloaded omicron-zone-package v0.11.1 |
713 | 2024-12-06T19:57:41.115Z | Downloaded unicode_categories v0.1.1 |
714 | 2024-12-06T19:57:41.115Z | Downloaded qorb v0.2.1 |
715 | 2024-12-06T19:57:41.139Z | Downloaded try-lock v0.2.5 |
716 | 2024-12-06T19:57:41.139Z | Downloaded primeorder v0.13.6 |
717 | 2024-12-06T19:57:41.140Z | Downloaded predicates-tree v1.0.11 |
718 | 2024-12-06T19:57:41.140Z | Downloaded predicates-core v1.0.8 |
719 | 2024-12-06T19:57:41.140Z | Downloaded tungstenite v0.23.0 |
720 | 2024-12-06T19:57:41.140Z | Downloaded winnow v0.5.40 |
721 | 2024-12-06T19:57:41.165Z | Downloaded serde_urlencoded v0.7.1 |
722 | 2024-12-06T19:57:41.165Z | Downloaded serde_repr v0.1.19 |
723 | 2024-12-06T19:57:41.165Z | Downloaded serde_plain v1.0.2 |
724 | 2024-12-06T19:57:41.165Z | Downloaded tower-service v0.3.3 |
725 | 2024-12-06T19:57:41.165Z | Downloaded progenitor-client v0.8.0 |
726 | 2024-12-06T19:57:41.165Z | Downloaded num-traits v0.2.19 |
727 | 2024-12-06T19:57:41.189Z | Downloaded derive-where v1.2.7 |
728 | 2024-12-06T19:57:41.189Z | Downloaded tap v1.0.1 |
729 | 2024-12-06T19:57:41.189Z | Downloaded minimal-lexical v0.2.1 |
730 | 2024-12-06T19:57:41.189Z | Downloaded toml_edit v0.19.15 |
731 | 2024-12-06T19:57:41.213Z | Downloaded tungstenite v0.24.0 |
732 | 2024-12-06T19:57:41.214Z | Downloaded half v2.4.1 |
733 | 2024-12-06T19:57:41.214Z | Downloaded debug-ignore v1.0.5 |
734 | 2024-12-06T19:57:41.214Z | Downloaded petname v2.0.2 |
735 | 2024-12-06T19:57:41.238Z | Downloaded nibble_vec v0.1.0 |
736 | 2024-12-06T19:57:41.238Z | Downloaded zone_cfg_derive v0.1.2 |
737 | 2024-12-06T19:57:41.238Z | Downloaded which v4.4.2 |
738 | 2024-12-06T19:57:41.238Z | Downloaded unicode-bidi v0.3.17 |
739 | 2024-12-06T19:57:41.238Z | Downloaded snafu-derive v0.8.5 |
740 | 2024-12-06T19:57:41.238Z | Downloaded der_derive v0.7.3 |
741 | 2024-12-06T19:57:41.238Z | Downloaded defmt v0.3.8 |
742 | 2024-12-06T19:57:41.238Z | Downloaded subprocess v0.2.9 |
743 | 2024-12-06T19:57:41.238Z | Downloaded r2d2 v0.8.10 |
744 | 2024-12-06T19:57:41.238Z | Downloaded libm v0.2.8 |
745 | 2024-12-06T19:57:41.264Z | Downloaded serde-hex v0.1.0 |
746 | 2024-12-06T19:57:41.264Z | Downloaded semver v0.1.20 |
747 | 2024-12-06T19:57:41.264Z | Downloaded secrecy v0.8.0 |
748 | 2024-12-06T19:57:41.264Z | Downloaded olpc-cjson v0.1.4 |
749 | 2024-12-06T19:57:41.264Z | Downloaded tokio-native-tls v0.3.1 |
750 | 2024-12-06T19:57:41.264Z | Downloaded predicates v3.1.2 |
751 | 2024-12-06T19:57:41.264Z | Downloaded hashbrown v0.12.3 |
752 | 2024-12-06T19:57:41.264Z | Downloaded zip v0.6.6 |
753 | 2024-12-06T19:57:41.289Z | Downloaded env_logger v0.11.5 |
754 | 2024-12-06T19:57:41.289Z | Downloaded env_logger v0.10.2 |
755 | 2024-12-06T19:57:41.289Z | Downloaded russh-keys v0.45.0 |
756 | 2024-12-06T19:57:41.289Z | Downloaded regex-syntax v0.8.5 |
757 | 2024-12-06T19:57:41.289Z | Downloaded defmt-parser v0.3.4 |
758 | 2024-12-06T19:57:41.289Z | Downloaded defmt-macros v0.3.9 |
759 | 2024-12-06T19:57:41.313Z | Downloaded typify v0.2.0 |
760 | 2024-12-06T19:57:41.313Z | Downloaded password-hash v0.4.2 |
761 | 2024-12-06T19:57:41.313Z | Downloaded either v1.13.0 |
762 | 2024-12-06T19:57:41.313Z | Downloaded pretty-hex v0.2.1 |
763 | 2024-12-06T19:57:41.313Z | Downloaded zerocopy-derive v0.8.10 |
764 | 2024-12-06T19:57:41.313Z | Downloaded x509-cert v0.2.5 |
765 | 2024-12-06T19:57:41.337Z | Downloaded pin-utils v0.1.0 |
766 | 2024-12-06T19:57:41.338Z | Downloaded dyn-clone v1.0.17 |
767 | 2024-12-06T19:57:41.338Z | Downloaded multer v3.1.0 |
768 | 2024-12-06T19:57:41.338Z | Downloaded headers v0.4.0 |
769 | 2024-12-06T19:57:41.363Z | Downloaded hashbrown v0.13.2 |
770 | 2024-12-06T19:57:41.363Z | Downloaded openssl-macros v0.1.1 |
771 | 2024-12-06T19:57:41.363Z | Downloaded fallible-streaming-iterator v0.1.9 |
772 | 2024-12-06T19:57:41.363Z | Downloaded fallible-iterator v0.3.0 |
773 | 2024-12-06T19:57:41.363Z | Downloaded fallible-iterator v0.2.0 |
774 | 2024-12-06T19:57:41.387Z | Downloaded env_filter v0.1.2 |
775 | 2024-12-06T19:57:41.387Z | Downloaded dunce v1.0.5 |
776 | 2024-12-06T19:57:41.387Z | Downloaded enum-as-inner v0.6.1 |
777 | 2024-12-06T19:57:41.387Z | Downloaded enum-as-inner v0.5.1 |
778 | 2024-12-06T19:57:41.387Z | Downloaded zeroize v1.8.1 |
779 | 2024-12-06T19:57:41.387Z | Downloaded yoke v0.7.4 |
780 | 2024-12-06T19:57:41.387Z | Downloaded quinn v0.11.5 |
781 | 2024-12-06T19:57:41.387Z | Downloaded synstructure v0.13.1 |
782 | 2024-12-06T19:57:41.387Z | Downloaded subtle v2.6.1 |
783 | 2024-12-06T19:57:41.387Z | Downloaded walkdir v2.5.0 |
784 | 2024-12-06T19:57:41.387Z | Downloaded zone_cfg_derive v0.3.0 |
785 | 2024-12-06T19:57:41.387Z | Downloaded postgres-types v0.2.8 |
786 | 2024-12-06T19:57:41.412Z | Downloaded want v0.3.1 |
787 | 2024-12-06T19:57:41.412Z | Downloaded zeroize_derive v1.4.2 |
788 | 2024-12-06T19:57:41.412Z | Downloaded unicase v2.7.0 |
789 | 2024-12-06T19:57:41.412Z | Downloaded p521 v0.13.3 |
790 | 2024-12-06T19:57:41.412Z | Downloaded postcard v1.0.10 |
791 | 2024-12-06T19:57:41.412Z | Downloaded mockall_derive v0.13.0 |
792 | 2024-12-06T19:57:41.412Z | Downloaded static_assertions v1.1.0 |
793 | 2024-12-06T19:57:41.412Z | Downloaded tough v0.19.0 |
794 | 2024-12-06T19:57:41.436Z | Downloaded rustc-demangle v0.1.24 |
795 | 2024-12-06T19:57:41.436Z | Downloaded samael v0.0.17 |
796 | 2024-12-06T19:57:41.437Z | Downloaded sync_wrapper v1.0.1 |
797 | 2024-12-06T19:57:41.437Z | Downloaded sync-ptr v0.1.1 |
798 | 2024-12-06T19:57:41.437Z | Downloaded radium v0.7.0 |
799 | 2024-12-06T19:57:41.437Z | Downloaded serde-big-array v0.5.1 |
800 | 2024-12-06T19:57:41.437Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-12-06T19:57:41.437Z | Downloaded postgres-protocol v0.6.7 |
802 | 2024-12-06T19:57:41.437Z | Downloaded waitgroup v0.1.2 |
803 | 2024-12-06T19:57:41.437Z | Downloaded sct v0.7.1 |
804 | 2024-12-06T19:57:41.437Z | Downloaded scheduled-thread-pool v0.2.7 |
805 | 2024-12-06T19:57:41.461Z | Downloaded rusty-fork v0.3.0 |
806 | 2024-12-06T19:57:41.461Z | Downloaded pkcs1 v0.7.5 |
807 | 2024-12-06T19:57:41.461Z | Downloaded regress v0.9.1 |
808 | 2024-12-06T19:57:41.461Z | Downloaded tar v0.4.42 |
809 | 2024-12-06T19:57:41.461Z | Downloaded powerfmt v0.2.0 |
810 | 2024-12-06T19:57:41.461Z | Downloaded opaque-debug v0.3.1 |
811 | 2024-12-06T19:57:41.461Z | Downloaded normalize-line-endings v0.3.0 |
812 | 2024-12-06T19:57:41.461Z | Downloaded mockall v0.13.0 |
813 | 2024-12-06T19:57:41.485Z | Downloaded zerofrom-derive v0.1.4 |
814 | 2024-12-06T19:57:41.485Z | Downloaded smallvec v1.13.2 |
815 | 2024-12-06T19:57:41.485Z | Downloaded parking_lot v0.12.3 |
816 | 2024-12-06T19:57:41.486Z | Downloaded miniz_oxide v0.8.0 |
817 | 2024-12-06T19:57:41.486Z | Downloaded test-strategy v0.3.1 |
818 | 2024-12-06T19:57:41.486Z | Downloaded num-rational v0.4.2 |
819 | 2024-12-06T19:57:41.486Z | Downloaded pin-project v1.1.6 |
820 | 2024-12-06T19:57:41.510Z | Downloaded diesel_derives v2.2.3 |
821 | 2024-12-06T19:57:41.510Z | Downloaded smf v0.2.3 |
822 | 2024-12-06T19:57:41.510Z | Downloaded smallvec v0.6.14 |
823 | 2024-12-06T19:57:41.510Z | Downloaded slog-stdlog v4.1.1 |
824 | 2024-12-06T19:57:41.510Z | Downloaded slog-scope v4.4.0 |
825 | 2024-12-06T19:57:41.510Z | Downloaded parking_lot_core v0.8.6 |
826 | 2024-12-06T19:57:41.510Z | Downloaded futures-util v0.3.31 |
827 | 2024-12-06T19:57:41.535Z | Downloaded parking_lot v0.11.2 |
828 | 2024-12-06T19:57:41.535Z | Downloaded hashlink v0.9.1 |
829 | 2024-12-06T19:57:41.535Z | Downloaded rayon-core v1.12.1 |
830 | 2024-12-06T19:57:41.535Z | Downloaded same-file v1.0.6 |
831 | 2024-12-06T19:57:41.535Z | Downloaded ring v0.17.8 |
832 | 2024-12-06T19:57:41.610Z | Downloaded tokio-macros v2.4.0 |
833 | 2024-12-06T19:57:41.634Z | Downloaded structmeta-derive v0.3.0 |
834 | 2024-12-06T19:57:41.634Z | Downloaded structmeta-derive v0.2.0 |
835 | 2024-12-06T19:57:41.634Z | Downloaded slog-json v2.6.1 |
836 | 2024-12-06T19:57:41.634Z | Downloaded slog-envlogger v2.2.0 |
837 | 2024-12-06T19:57:41.634Z | Downloaded itertools v0.10.5 |
838 | 2024-12-06T19:57:41.635Z | Downloaded zerofrom v0.1.4 |
839 | 2024-12-06T19:57:41.635Z | Downloaded parse-display-derive v0.10.0 |
840 | 2024-12-06T19:57:41.635Z | Downloaded parse-display v0.10.0 |
841 | 2024-12-06T19:57:41.635Z | Downloaded hash32 v0.3.1 |
842 | 2024-12-06T19:57:41.659Z | Downloaded ed25519 v2.2.3 |
843 | 2024-12-06T19:57:41.659Z | Downloaded ecdsa v0.16.9 |
844 | 2024-12-06T19:57:41.659Z | Downloaded term v0.7.0 |
845 | 2024-12-06T19:57:41.659Z | Downloaded ref-cast v1.0.23 |
846 | 2024-12-06T19:57:41.659Z | Downloaded unicode-segmentation v1.12.0 |
847 | 2024-12-06T19:57:41.659Z | Downloaded hash32 v0.2.1 |
848 | 2024-12-06T19:57:41.659Z | Downloaded flagset v0.4.6 |
849 | 2024-12-06T19:57:41.659Z | Downloaded fixedbitset v0.4.2 |
850 | 2024-12-06T19:57:41.659Z | Downloaded filetime v0.2.25 |
851 | 2024-12-06T19:57:41.659Z | Downloaded xz2 v0.1.7 |
852 | 2024-12-06T19:57:41.659Z | Downloaded time-macros v0.2.18 |
853 | 2024-12-06T19:57:41.683Z | Downloaded ref-cast-impl v1.0.23 |
854 | 2024-12-06T19:57:41.684Z | Downloaded rcgen v0.12.1 |
855 | 2024-12-06T19:57:41.684Z | Downloaded wyz v0.5.1 |
856 | 2024-12-06T19:57:41.684Z | Downloaded thiserror v2.0.3 |
857 | 2024-12-06T19:57:41.684Z | Downloaded termios v0.3.3 |
858 | 2024-12-06T19:57:41.684Z | Downloaded pkcs5 v0.7.1 |
859 | 2024-12-06T19:57:41.684Z | Downloaded flume v0.11.1 |
860 | 2024-12-06T19:57:41.708Z | Downloaded sqlformat v0.2.6 |
861 | 2024-12-06T19:57:41.708Z | Downloaded mirai-annotations v1.12.0 |
862 | 2024-12-06T19:57:41.708Z | Downloaded yoke-derive v0.7.4 |
863 | 2024-12-06T19:57:41.708Z | Downloaded writeable v0.5.5 |
864 | 2024-12-06T19:57:41.708Z | Downloaded thiserror-impl v2.0.3 |
865 | 2024-12-06T19:57:41.708Z | Downloaded termcolor v1.4.1 |
866 | 2024-12-06T19:57:41.708Z | Downloaded structmeta v0.3.0 |
867 | 2024-12-06T19:57:41.708Z | Downloaded structmeta v0.2.0 |
868 | 2024-12-06T19:57:41.708Z | Downloaded slog-bunyan v2.5.0 |
869 | 2024-12-06T19:57:41.708Z | Downloaded serde_with_macros v3.11.0 |
870 | 2024-12-06T19:57:41.709Z | Downloaded packed_struct_codegen v0.10.1 |
871 | 2024-12-06T19:57:41.709Z | Downloaded libsqlite3-sys v0.30.1 |
872 | 2024-12-06T19:57:41.789Z | Downloaded num-iter v0.1.45 |
873 | 2024-12-06T19:57:41.813Z | Downloaded num-integer v0.1.46 |
874 | 2024-12-06T19:57:41.813Z | Downloaded rustls-pki-types v1.9.0 |
875 | 2024-12-06T19:57:41.813Z | Downloaded rustls-pemfile v2.2.0 |
876 | 2024-12-06T19:57:41.813Z | Downloaded pin-project-internal v1.1.6 |
877 | 2024-12-06T19:57:41.813Z | Downloaded diff v0.1.13 |
878 | 2024-12-06T19:57:41.813Z | Downloaded vte v0.11.1 |
879 | 2024-12-06T19:57:41.813Z | Downloaded vergen v8.3.2 |
880 | 2024-12-06T19:57:41.814Z | Downloaded toml v0.7.8 |
881 | 2024-12-06T19:57:41.838Z | Downloaded similar v2.6.0 |
882 | 2024-12-06T19:57:41.838Z | Downloaded bstr v1.10.0 |
883 | 2024-12-06T19:57:41.838Z | Downloaded termtree v0.4.1 |
884 | 2024-12-06T19:57:41.838Z | Downloaded ring v0.16.20 |
885 | 2024-12-06T19:57:41.926Z | Downloaded slog-dtrace v0.3.0 |
886 | 2024-12-06T19:57:41.950Z | Downloaded poly1305 v0.8.0 |
887 | 2024-12-06T19:57:41.950Z | Downloaded pkcs8 v0.10.2 |
888 | 2024-12-06T19:57:41.950Z | Downloaded num-complex v0.4.6 |
889 | 2024-12-06T19:57:41.950Z | Downloaded group v0.13.0 |
890 | 2024-12-06T19:57:41.950Z | Downloaded foreign-types v0.5.0 |
891 | 2024-12-06T19:57:41.950Z | Downloaded ena v0.14.3 |
892 | 2024-12-06T19:57:41.950Z | Downloaded embedded-io v0.6.1 |
893 | 2024-12-06T19:57:41.950Z | Downloaded embedded-io v0.4.0 |
894 | 2024-12-06T19:57:41.950Z | Downloaded chrono-tz v0.10.0 |
895 | 2024-12-06T19:57:41.974Z | Downloaded rand_seeder v0.3.0 |
896 | 2024-12-06T19:57:41.974Z | Downloaded rand_core v0.6.4 |
897 | 2024-12-06T19:57:41.974Z | Downloaded rand_chacha v0.3.1 |
898 | 2024-12-06T19:57:41.974Z | Downloaded polyval v0.6.2 |
899 | 2024-12-06T19:57:41.974Z | Downloaded pkg-config v0.3.31 |
900 | 2024-12-06T19:57:41.974Z | Downloaded zone v0.3.0 |
901 | 2024-12-06T19:57:41.974Z | Downloaded zone v0.1.8 |
902 | 2024-12-06T19:57:41.974Z | Downloaded num-derive v0.4.2 |
903 | 2024-12-06T19:57:41.974Z | Downloaded zerovec-derive v0.10.3 |
904 | 2024-12-06T19:57:41.975Z | Downloaded displaydoc v0.2.5 |
905 | 2024-12-06T19:57:41.975Z | Downloaded unicode-xid v0.2.6 |
906 | 2024-12-06T19:57:41.975Z | Downloaded unicode-properties v0.1.3 |
907 | 2024-12-06T19:57:41.975Z | Downloaded float-cmp v0.9.0 |
908 | 2024-12-06T19:57:41.975Z | Downloaded slog v2.7.0 |
909 | 2024-12-06T19:57:41.999Z | Downloaded globset v0.4.15 |
910 | 2024-12-06T19:57:41.999Z | Downloaded getrandom v0.2.15 |
911 | 2024-12-06T19:57:41.999Z | Downloaded wait-timeout v0.2.0 |
912 | 2024-12-06T19:57:41.999Z | Downloaded typify-macro v0.2.0 |
913 | 2024-12-06T19:57:41.999Z | Downloaded tls_codec_derive v0.4.1 |
914 | 2024-12-06T19:57:41.999Z | Downloaded tinyvec v1.8.0 |
915 | 2024-12-06T19:57:41.999Z | Downloaded futures v0.3.31 |
916 | 2024-12-06T19:57:41.999Z | Downloaded rustls-webpki v0.102.8 |
917 | 2024-12-06T19:57:42.024Z | Downloaded spin v0.9.8 |
918 | 2024-12-06T19:57:42.024Z | Downloaded value-bag v1.9.0 |
919 | 2024-12-06T19:57:42.024Z | Downloaded unicode-truncate v1.1.0 |
920 | 2024-12-06T19:57:42.048Z | Downloaded tls_codec v0.4.1 |
921 | 2024-12-06T19:57:42.048Z | Downloaded tinystr v0.7.6 |
922 | 2024-12-06T19:57:42.048Z | Downloaded stable_deref_trait v1.2.0 |
923 | 2024-12-06T19:57:42.048Z | Downloaded ssh-encoding v0.2.0 |
924 | 2024-12-06T19:57:42.048Z | Downloaded ssh-cipher v0.2.0 |
925 | 2024-12-06T19:57:42.048Z | Downloaded spin v0.5.2 |
926 | 2024-12-06T19:57:42.048Z | Downloaded rustc_version v0.1.7 |
927 | 2024-12-06T19:57:42.048Z | Downloaded derive_more v0.99.18 |
928 | 2024-12-06T19:57:42.048Z | Downloaded vsss-rs v3.3.4 |
929 | 2024-12-06T19:57:42.048Z | Downloaded unsafe-libyaml v0.2.11 |
930 | 2024-12-06T19:57:42.074Z | Downloaded rustls-pemfile v1.0.4 |
931 | 2024-12-06T19:57:42.074Z | Downloaded pem-rfc7468 v0.7.0 |
932 | 2024-12-06T19:57:42.074Z | Downloaded url v2.5.3 |
933 | 2024-12-06T19:57:42.074Z | Downloaded phf_generator v0.11.2 |
934 | 2024-12-06T19:57:42.074Z | Downloaded phf_codegen v0.11.2 |
935 | 2024-12-06T19:57:42.074Z | Downloaded percent-encoding v2.3.1 |
936 | 2024-12-06T19:57:42.074Z | Downloaded peg-macros v0.8.4 |
937 | 2024-12-06T19:57:42.074Z | Downloaded gethostname v0.5.0 |
938 | 2024-12-06T19:57:42.074Z | Downloaded futures-task v0.3.31 |
939 | 2024-12-06T19:57:42.074Z | Downloaded futures-channel v0.3.31 |
940 | 2024-12-06T19:57:42.074Z | Downloaded curve25519-dalek v4.1.3 |
941 | 2024-12-06T19:57:42.099Z | Downloaded rustc-hash v2.0.0 |
942 | 2024-12-06T19:57:42.099Z | Downloaded phf v0.11.2 |
943 | 2024-12-06T19:57:42.099Z | Downloaded pem v3.0.4 |
944 | 2024-12-06T19:57:42.099Z | Downloaded peg v0.8.4 |
945 | 2024-12-06T19:57:42.099Z | Downloaded pbkdf2 v0.12.2 |
946 | 2024-12-06T19:57:42.099Z | Downloaded pbkdf2 v0.11.0 |
947 | 2024-12-06T19:57:42.099Z | Downloaded futures-io v0.3.31 |
948 | 2024-12-06T19:57:42.099Z | Downloaded futures-core v0.3.31 |
949 | 2024-12-06T19:57:42.099Z | Downloaded fs_extra v1.3.0 |
950 | 2024-12-06T19:57:42.099Z | Downloaded dhcproto v0.12.0 |
951 | 2024-12-06T19:57:42.124Z | Downloaded slog-async v2.8.0 |
952 | 2024-12-06T19:57:42.124Z | Downloaded slab v0.4.9 |
953 | 2024-12-06T19:57:42.124Z | Downloaded paste v1.0.15 |
954 | 2024-12-06T19:57:42.124Z | Downloaded glob v0.3.1 |
955 | 2024-12-06T19:57:42.124Z | Downloaded ghash v0.5.1 |
956 | 2024-12-06T19:57:42.124Z | Downloaded peg-runtime v0.8.3 |
957 | 2024-12-06T19:57:42.124Z | Downloaded path-slash v0.1.5 |
958 | 2024-12-06T19:57:42.124Z | Downloaded futures-sink v0.3.31 |
959 | 2024-12-06T19:57:42.124Z | Downloaded futures-macro v0.3.31 |
960 | 2024-12-06T19:57:42.124Z | Downloaded fragile v2.0.0 |
961 | 2024-12-06T19:57:42.124Z | Downloaded dirs-next v2.0.0 |
962 | 2024-12-06T19:57:42.124Z | Downloaded difflib v0.4.0 |
963 | 2024-12-06T19:57:42.124Z | Downloaded derive_builder_core v0.20.2 |
964 | 2024-12-06T19:57:42.124Z | Downloaded derive_builder v0.20.2 |
965 | 2024-12-06T19:57:42.148Z | Downloaded futures-executor v0.3.31 |
966 | 2024-12-06T19:57:42.148Z | Downloaded funty v2.0.0 |
967 | 2024-12-06T19:57:42.148Z | Downloaded form_urlencoded v1.2.1 |
968 | 2024-12-06T19:57:42.148Z | Downloaded foreign-types-macros v0.2.3 |
969 | 2024-12-06T19:57:42.148Z | Downloaded diesel-dtrace v0.3.0 |
970 | 2024-12-06T19:57:42.149Z | Downloaded des v0.8.1 |
971 | 2024-12-06T19:57:42.149Z | Downloaded topological-sort v0.2.2 |
972 | 2024-12-06T19:57:42.149Z | Downloaded serde_yaml v0.9.34+deprecated |
973 | 2024-12-06T19:57:42.149Z | Downloaded constant_time_eq v0.3.1 |
974 | 2024-12-06T19:57:42.149Z | Downloaded foreign-types-shared v0.1.1 |
975 | 2024-12-06T19:57:42.149Z | Downloaded uuid v1.11.0 |
976 | 2024-12-06T19:57:42.149Z | Downloaded simd-adler32 v0.3.7 |
977 | 2024-12-06T19:57:42.149Z | Downloaded untrusted v0.7.1 |
978 | 2024-12-06T19:57:42.173Z | Downloaded universal-hash v0.5.1 |
979 | 2024-12-06T19:57:42.173Z | Downloaded siphasher v0.3.11 |
980 | 2024-12-06T19:57:42.173Z | Downloaded indexmap v1.9.3 |
981 | 2024-12-06T19:57:42.173Z | Downloaded derive_builder_macro v0.20.2 |
982 | 2024-12-06T19:57:42.173Z | Downloaded uzers v0.12.1 |
983 | 2024-12-06T19:57:42.173Z | Downloaded untrusted v0.9.0 |
984 | 2024-12-06T19:57:42.173Z | Downloaded tokio-tungstenite v0.24.0 |
985 | 2024-12-06T19:57:42.173Z | Downloaded tokio-tungstenite v0.23.1 |
986 | 2024-12-06T19:57:42.173Z | Downloaded scopeguard v1.2.0 |
987 | 2024-12-06T19:57:42.173Z | Downloaded schemars v0.8.21 |
988 | 2024-12-06T19:57:42.198Z | Downloaded rfc6979 v0.4.0 |
989 | 2024-12-06T19:57:42.198Z | Downloaded lazy_static v1.5.0 |
990 | 2024-12-06T19:57:42.198Z | Downloaded aws-lc-sys v0.22.0 |
991 | 2024-12-06T19:57:42.449Z | Downloaded chrono v0.4.38 |
992 | 2024-12-06T19:57:42.473Z | Downloaded utf8_iter v1.0.4 |
993 | 2024-12-06T19:57:42.473Z | Downloaded utf16_iter v1.0.5 |
994 | 2024-12-06T19:57:42.474Z | Downloaded utf-8 v0.7.6 |
995 | 2024-12-06T19:57:42.474Z | Downloaded thiserror-no-std v2.0.2 |
996 | 2024-12-06T19:57:42.474Z | Downloaded signal-hook v0.3.17 |
997 | 2024-12-06T19:57:42.474Z | Downloaded shlex v1.3.0 |
998 | 2024-12-06T19:57:42.474Z | Downloaded thread_local v1.1.8 |
999 | 2024-12-06T19:57:42.474Z | Downloaded thiserror-impl-no-std v2.0.2 |
1000 | 2024-12-06T19:57:42.499Z | Downloaded signal-hook-registry v1.4.2 |
1001 | 2024-12-06T19:57:42.499Z | Downloaded signal-hook-mio v0.2.4 |
1002 | 2024-12-06T19:57:42.499Z | Downloaded shell-words v1.1.0 |
1003 | 2024-12-06T19:57:42.499Z | Downloaded sha1 v0.10.6 |
1004 | 2024-12-06T19:57:42.499Z | Downloaded quick-error v1.2.3 |
1005 | 2024-12-06T19:57:42.499Z | Downloaded indicatif v0.17.9 |
1006 | 2024-12-06T19:57:42.499Z | Downloaded signal-hook-tokio v0.3.1 |
1007 | 2024-12-06T19:57:42.499Z | Downloaded schemars_derive v0.8.21 |
1008 | 2024-12-06T19:57:42.499Z | Downloaded rustversion v1.0.17 |
1009 | 2024-12-06T19:57:42.499Z | Downloaded publicsuffix v2.2.3 |
1010 | 2024-12-06T19:57:42.499Z | Downloaded memmap2 v0.9.5 |
1011 | 2024-12-06T19:57:42.499Z | Downloaded lalrpop-util v0.19.12 |
1012 | 2024-12-06T19:57:42.499Z | Downloaded kstat-rs v0.2.4 |
1013 | 2024-12-06T19:57:42.499Z | Downloaded impl-trait-for-tuples v0.2.2 |
1014 | 2024-12-06T19:57:42.523Z | Downloaded bindgen v0.69.5 |
1015 | 2024-12-06T19:57:42.523Z | Downloaded maybe-uninit v2.0.0 |
1016 | 2024-12-06T19:57:42.523Z | Downloaded managed v0.8.0 |
1017 | 2024-12-06T19:57:42.523Z | Downloaded libsw v3.3.1 |
1018 | 2024-12-06T19:57:42.523Z | Downloaded libloading v0.8.5 |
1019 | 2024-12-06T19:57:42.523Z | Downloaded memoffset v0.9.1 |
1020 | 2024-12-06T19:57:42.523Z | Downloaded crossterm v0.28.1 |
1021 | 2024-12-06T19:57:42.548Z | Downloaded maplit v1.0.2 |
1022 | 2024-12-06T19:57:42.548Z | Downloaded lru v0.12.5 |
1023 | 2024-12-06T19:57:42.548Z | Downloaded linked-hash-map v0.5.6 |
1024 | 2024-12-06T19:57:42.548Z | Downloaded libefi-sys v0.1.0 |
1025 | 2024-12-06T19:57:42.548Z | Downloaded matches v0.1.10 |
1026 | 2024-12-06T19:57:42.548Z | Downloaded litemap v0.7.3 |
1027 | 2024-12-06T19:57:42.548Z | Downloaded linear-map v1.2.0 |
1028 | 2024-12-06T19:57:42.548Z | Downloaded lazycell v1.3.0 |
1029 | 2024-12-06T19:57:42.548Z | Downloaded crypto-bigint v0.5.5 |
1030 | 2024-12-06T19:57:42.548Z | Downloaded crossbeam-channel v0.5.13 |
1031 | 2024-12-06T19:57:42.573Z | Downloaded blake3 v1.5.4 |
1032 | 2024-12-06T19:57:42.573Z | Downloaded idna v1.0.3 |
1033 | 2024-12-06T19:57:42.573Z | Downloaded cookie v0.18.1 |
1034 | 2024-12-06T19:57:42.573Z | Downloaded const_format v0.2.33 |
1035 | 2024-12-06T19:57:42.597Z | Downloaded compact_str v0.8.0 |
1036 | 2024-12-06T19:57:42.597Z | Downloaded clang-sys v1.8.1 |
1037 | 2024-12-06T19:57:42.597Z | Downloaded cc v1.1.30 |
1038 | 2024-12-06T19:57:42.597Z | Downloaded lockfree-object-pool v0.1.6 |
1039 | 2024-12-06T19:57:42.597Z | Downloaded jobserver v0.1.32 |
1040 | 2024-12-06T19:57:42.597Z | Downloaded is-terminal v0.4.13 |
1041 | 2024-12-06T19:57:42.597Z | Downloaded ipnet v2.10.1 |
1042 | 2024-12-06T19:57:42.597Z | Downloaded instability v0.3.2 |
1043 | 2024-12-06T19:57:42.597Z | Downloaded indoc v1.0.9 |
1044 | 2024-12-06T19:57:42.597Z | Downloaded crossbeam-epoch v0.9.18 |
1045 | 2024-12-06T19:57:42.623Z | Downloaded crc32fast v1.4.2 |
1046 | 2024-12-06T19:57:42.623Z | Downloaded crc v3.2.1 |
1047 | 2024-12-06T19:57:42.623Z | Downloaded idna_adapter v1.2.0 |
1048 | 2024-12-06T19:57:42.623Z | Downloaded ident_case v1.0.1 |
1049 | 2024-12-06T19:57:42.623Z | Downloaded hyper v1.5.0 |
1050 | 2024-12-06T19:57:42.623Z | Downloaded curve25519-dalek-derive v0.1.1 |
1051 | 2024-12-06T19:57:42.623Z | Downloaded crucible-workspace-hack v0.1.0 |
1052 | 2024-12-06T19:57:42.623Z | Downloaded chacha20poly1305 v0.10.1 |
1053 | 2024-12-06T19:57:42.623Z | Downloaded cancel-safe-futures v0.1.5 |
1054 | 2024-12-06T19:57:42.623Z | Downloaded blake2 v0.10.6 |
1055 | 2024-12-06T19:57:42.647Z | Downloaded aead v0.5.2 |
1056 | 2024-12-06T19:57:42.647Z | Downloaded is_ci v1.2.0 |
1057 | 2024-12-06T19:57:42.647Z | Downloaded instant v0.1.13 |
1058 | 2024-12-06T19:57:42.647Z | Downloaded icu_provider_macros v1.5.0 |
1059 | 2024-12-06T19:57:42.647Z | Downloaded hyper-util v0.1.10 |
1060 | 2024-12-06T19:57:42.647Z | Downloaded humantime v2.1.0 |
1061 | 2024-12-06T19:57:42.647Z | Downloaded crossbeam-utils v0.8.20 |
1062 | 2024-12-06T19:57:42.647Z | Downloaded crc-catalog v2.4.0 |
1063 | 2024-12-06T19:57:42.647Z | Downloaded console v0.15.8 |
1064 | 2024-12-06T19:57:42.647Z | Downloaded cipher v0.4.4 |
1065 | 2024-12-06T19:57:42.647Z | Downloaded ciborium-io v0.2.2 |
1066 | 2024-12-06T19:57:42.647Z | Downloaded chacha20 v0.9.1 |
1067 | 2024-12-06T19:57:42.672Z | Downloaded cfg_aliases v0.1.1 |
1068 | 2024-12-06T19:57:42.672Z | Downloaded cbc v0.1.2 |
1069 | 2024-12-06T19:57:42.672Z | Downloaded castaway v0.2.3 |
1070 | 2024-12-06T19:57:42.672Z | Downloaded cassowary v0.3.0 |
1071 | 2024-12-06T19:57:42.672Z | Downloaded buf-list v1.0.3 |
1072 | 2024-12-06T19:57:42.672Z | Downloaded bb8 v0.8.5 |
1073 | 2024-12-06T19:57:42.672Z | Downloaded base64 v0.13.1 |
1074 | 2024-12-06T19:57:42.672Z | Downloaded icu_provider v1.5.0 |
1075 | 2024-12-06T19:57:42.672Z | Downloaded icu_properties_data v1.5.0 |
1076 | 2024-12-06T19:57:42.697Z | Downloaded iana-time-zone v0.1.61 |
1077 | 2024-12-06T19:57:42.697Z | Downloaded hyper-staticfile v0.10.1 |
1078 | 2024-12-06T19:57:42.697Z | Downloaded http-range v0.1.5 |
1079 | 2024-12-06T19:57:42.697Z | Downloaded home v0.5.9 |
1080 | 2024-12-06T19:57:42.697Z | Downloaded cstr-argument v0.1.2 |
1081 | 2024-12-06T19:57:42.697Z | Downloaded crunchy v0.2.2 |
1082 | 2024-12-06T19:57:42.697Z | Downloaded convert_case v0.4.0 |
1083 | 2024-12-06T19:57:42.697Z | Downloaded const_format_proc_macros v0.2.33 |
1084 | 2024-12-06T19:57:42.697Z | Downloaded colored v2.1.0 |
1085 | 2024-12-06T19:57:42.697Z | Downloaded cobs v0.2.3 |
1086 | 2024-12-06T19:57:42.697Z | Downloaded cmake v0.1.51 |
1087 | 2024-12-06T19:57:42.697Z | Downloaded ciborium-ll v0.2.2 |
1088 | 2024-12-06T19:57:42.721Z | Downloaded ciborium v0.2.2 |
1089 | 2024-12-06T19:57:42.721Z | Downloaded cfg_aliases v0.2.1 |
1090 | 2024-12-06T19:57:42.721Z | Downloaded cexpr v0.6.0 |
1091 | 2024-12-06T19:57:42.721Z | Downloaded bzip2 v0.4.4 |
1092 | 2024-12-06T19:57:42.721Z | Downloaded bumpalo v3.16.0 |
1093 | 2024-12-06T19:57:42.721Z | Downloaded bitfield v0.14.0 |
1094 | 2024-12-06T19:57:42.721Z | Downloaded bit-vec v0.6.3 |
1095 | 2024-12-06T19:57:42.721Z | Downloaded bit-set v0.5.3 |
1096 | 2024-12-06T19:57:42.722Z | Downloaded bcs v0.1.6 |
1097 | 2024-12-06T19:57:42.722Z | Downloaded icu_locid_transform v1.5.0 |
1098 | 2024-12-06T19:57:42.722Z | Downloaded icu_locid v1.5.0 |
1099 | 2024-12-06T19:57:42.746Z | Downloaded hyper-rustls v0.27.3 |
1100 | 2024-12-06T19:57:42.746Z | Downloaded hubpack_derive v0.1.1 |
1101 | 2024-12-06T19:57:42.746Z | Downloaded ctr v0.9.2 |
1102 | 2024-12-06T19:57:42.746Z | Downloaded csv-core v0.1.11 |
1103 | 2024-12-06T19:57:42.746Z | Downloaded cookie_store v0.21.0 |
1104 | 2024-12-06T19:57:42.746Z | Downloaded const-oid v0.9.6 |
1105 | 2024-12-06T19:57:42.746Z | Downloaded chrono-tz-build v0.4.0 |
1106 | 2024-12-06T19:57:42.746Z | Downloaded bytes v1.8.0 |
1107 | 2024-12-06T19:57:42.746Z | Downloaded bitflags v1.3.2 |
1108 | 2024-12-06T19:57:42.746Z | Downloaded base64ct v1.6.0 |
1109 | 2024-12-06T19:57:42.771Z | Downloaded base16ct v0.2.0 |
1110 | 2024-12-06T19:57:42.771Z | Downloaded icu_collections v1.5.0 |
1111 | 2024-12-06T19:57:42.771Z | Downloaded hubpack v0.1.2 |
1112 | 2024-12-06T19:57:42.771Z | Downloaded http v1.1.0 |
1113 | 2024-12-06T19:57:42.771Z | Downloaded heck v0.3.3 |
1114 | 2024-12-06T19:57:42.771Z | Downloaded crossbeam-deque v0.8.5 |
1115 | 2024-12-06T19:57:42.771Z | Downloaded blowfish v0.9.1 |
1116 | 2024-12-06T19:57:42.795Z | Downloaded block-padding v0.3.3 |
1117 | 2024-12-06T19:57:42.795Z | Downloaded bitvec v1.0.1 |
1118 | 2024-12-06T19:57:42.795Z | Downloaded bitfield-struct v0.6.2 |
1119 | 2024-12-06T19:57:42.795Z | Downloaded bcrypt-pbkdf v0.10.0 |
1120 | 2024-12-06T19:57:42.819Z | Downloaded base64 v0.22.1 |
1121 | 2024-12-06T19:57:42.819Z | Downloaded base64 v0.21.7 |
1122 | 2024-12-06T19:57:42.819Z | Downloaded backoff v0.4.0 |
1123 | 2024-12-06T19:57:42.819Z | Downloaded async-recursion v1.1.1 |
1124 | 2024-12-06T19:57:42.819Z | Downloaded icu_normalizer v1.5.0 |
1125 | 2024-12-06T19:57:42.819Z | Downloaded hyper-tls v0.6.0 |
1126 | 2024-12-06T19:57:42.819Z | Downloaded httpdate v1.0.3 |
1127 | 2024-12-06T19:57:42.819Z | Downloaded hostname v0.4.0 |
1128 | 2024-12-06T19:57:42.844Z | Downloaded hickory-proto v0.24.1 |
1129 | 2024-12-06T19:57:42.844Z | Downloaded aws-lc-rs v1.10.0 |
1130 | 2024-12-06T19:57:42.868Z | Downloaded atomicwrites v0.4.4 |
1131 | 2024-12-06T19:57:42.868Z | Downloaded hmac v0.12.1 |
1132 | 2024-12-06T19:57:42.868Z | Downloaded async-stream v0.3.6 |
1133 | 2024-12-06T19:57:42.868Z | Downloaded arrayvec v0.7.6 |
1134 | 2024-12-06T19:57:42.868Z | Downloaded arc-swap v1.7.1 |
1135 | 2024-12-06T19:57:42.868Z | Downloaded hkdf v0.12.4 |
1136 | 2024-12-06T19:57:42.868Z | Downloaded hickory-server v0.24.1 |
1137 | 2024-12-06T19:57:42.893Z | Downloaded hickory-resolver v0.24.1 |
1138 | 2024-12-06T19:57:42.893Z | Downloaded hickory-client v0.24.1 |
1139 | 2024-12-06T19:57:42.893Z | Downloaded heapless v0.8.0 |
1140 | 2024-12-06T19:57:42.893Z | Downloaded heapless v0.7.17 |
1141 | 2024-12-06T19:57:42.893Z | Downloaded darling v0.20.10 |
1142 | 2024-12-06T19:57:42.918Z | Downloaded backtrace v0.3.74 |
1143 | 2024-12-06T19:57:42.918Z | Downloaded atty v0.2.14 |
1144 | 2024-12-06T19:57:42.918Z | Downloaded atomic-waker v1.1.2 |
1145 | 2024-12-06T19:57:42.918Z | Downloaded async-trait v0.1.83 |
1146 | 2024-12-06T19:57:42.919Z | Downloaded async-stream-impl v0.3.6 |
1147 | 2024-12-06T19:57:42.919Z | Downloaded async-bb8-diesel v0.2.1 |
1148 | 2024-12-06T19:57:42.919Z | Downloaded ascii-canvas v3.0.0 |
1149 | 2024-12-06T19:57:42.919Z | Downloaded arrayref v0.3.9 |
1150 | 2024-12-06T19:57:42.919Z | Downloaded array-init v0.0.4 |
1151 | 2024-12-06T19:57:42.919Z | Downloaded argon2 v0.5.3 |
1152 | 2024-12-06T19:57:42.943Z | Downloaded hex v0.4.3 |
1153 | 2024-12-06T19:57:42.943Z | Downloaded assert_matches v1.5.0 |
1154 | 2024-12-06T19:57:42.943Z | Downloaded aho-corasick v1.1.3 |
1155 | 2024-12-06T19:57:42.943Z | Downloaded aes-gcm v0.10.3 |
1156 | 2024-12-06T19:57:42.944Z | Downloaded keccak v0.1.5 |
1157 | 2024-12-06T19:57:42.944Z | Downloaded internet-checksum v0.2.1 |
1158 | 2024-12-06T19:57:42.944Z | Downloaded inout v0.1.3 |
1159 | 2024-12-06T19:57:42.944Z | Downloaded aes v0.8.4 |
1160 | 2024-12-06T19:57:42.944Z | Downloaded addr2line v0.24.2 |
1161 | 2024-12-06T19:57:42.968Z | Downloaded httparse v1.9.5 |
1162 | 2024-12-06T19:57:42.968Z | Downloaded http-body v1.0.1 |
1163 | 2024-12-06T19:57:42.968Z | Downloaded hostname v0.3.1 |
1164 | 2024-12-06T19:57:42.968Z | Downloaded hex-literal v0.4.1 |
1165 | 2024-12-06T19:57:42.968Z | Downloaded adler2 v2.0.0 |
1166 | 2024-12-06T19:57:43.094Z | Compiling serde v1.0.215 |
1167 | 2024-12-06T19:57:43.094Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-06T19:57:43.118Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-06T19:57:43.118Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-06T19:57:43.119Z | Compiling typenum v1.17.0 |
1171 | 2024-12-06T19:57:43.119Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-06T19:57:43.119Z | Compiling syn v2.0.87 |
1173 | 2024-12-06T19:57:43.119Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-06T19:57:43.289Z | Compiling subtle v2.6.1 |
1175 | 2024-12-06T19:57:43.523Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-06T19:57:43.618Z | Compiling log v0.4.22 |
1177 | 2024-12-06T19:57:43.666Z | Compiling shlex v1.3.0 |
1178 | 2024-12-06T19:57:43.713Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-06T19:57:43.737Z | Compiling const-oid v0.9.6 |
1180 | 2024-12-06T19:57:44.054Z | Compiling smallvec v1.13.2 |
1181 | 2024-12-06T19:57:44.115Z | Compiling cc v1.1.30 |
1182 | 2024-12-06T19:57:44.164Z | Compiling spin v0.9.8 |
1183 | 2024-12-06T19:57:44.465Z | Compiling pin-project-lite v0.2.14 |
1184 | 2024-12-06T19:57:44.499Z | Compiling rustix v0.38.37 |
1185 | 2024-12-06T19:57:44.573Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-06T19:57:44.617Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-06T19:57:44.672Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-06T19:57:44.889Z | Compiling mio v1.0.2 |
1189 | 2024-12-06T19:57:45.391Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-06T19:57:45.418Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-06T19:57:45.467Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-06T19:57:45.491Z | Compiling either v1.13.0 |
1193 | 2024-12-06T19:57:45.688Z | Compiling cpufeatures v0.2.14 |
1194 | 2024-12-06T19:57:45.787Z | Compiling lazy_static v1.5.0 |
1195 | 2024-12-06T19:57:45.878Z | Compiling glob v0.3.1 |
1196 | 2024-12-06T19:57:45.905Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-06T19:57:45.989Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-06T19:57:46.249Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-06T19:57:46.276Z | Compiling slab v0.4.9 |
1200 | 2024-12-06T19:57:46.545Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-06T19:57:46.708Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-06T19:57:46.996Z | Compiling clang-sys v1.8.1 |
1203 | 2024-12-06T19:57:47.091Z | Compiling nom v7.1.3 |
1204 | 2024-12-06T19:57:47.115Z | Compiling libloading v0.8.5 |
1205 | 2024-12-06T19:57:47.158Z | Compiling bindgen v0.69.5 |
1206 | 2024-12-06T19:57:47.505Z | Compiling serde_json v1.0.132 |
1207 | 2024-12-06T19:57:47.604Z | Compiling home v0.5.9 |
1208 | 2024-12-06T19:57:47.851Z | Compiling futures-channel v0.3.31 |
1209 | 2024-12-06T19:57:47.879Z | Compiling itertools v0.12.1 |
1210 | 2024-12-06T19:57:48.186Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-06T19:57:48.228Z | Compiling allocator-api2 v0.2.18 |
1212 | 2024-12-06T19:57:48.462Z | Compiling rustc-hash v1.1.0 |
1213 | 2024-12-06T19:57:48.592Z | Compiling futures-task v0.3.31 |
1214 | 2024-12-06T19:57:48.855Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-06T19:57:48.949Z | Compiling futures-io v0.3.31 |
1216 | 2024-12-06T19:57:49.238Z | Compiling pin-utils v0.1.0 |
1217 | 2024-12-06T19:57:49.331Z | Compiling lazycell v1.3.0 |
1218 | 2024-12-06T19:57:49.479Z | Compiling hashbrown v0.15.0 |
1219 | 2024-12-06T19:57:50.104Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-06T19:57:50.574Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-06T19:57:50.630Z | Compiling cmake v0.1.51 |
1222 | 2024-12-06T19:57:51.442Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-06T19:57:51.610Z | Compiling libm v0.2.8 |
1224 | 2024-12-06T19:57:51.636Z | Compiling dunce v1.0.5 |
1225 | 2024-12-06T19:57:51.763Z | Compiling fs_extra v1.3.0 |
1226 | 2024-12-06T19:57:51.902Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-06T19:57:51.996Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-06T19:57:52.205Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-06T19:57:52.672Z | Compiling ring v0.17.8 |
1230 | 2024-12-06T19:57:52.794Z | Compiling litemap v0.7.3 |
1231 | 2024-12-06T19:57:53.136Z | Compiling writeable v0.5.5 |
1232 | 2024-12-06T19:57:53.161Z | Compiling paste v1.0.15 |
1233 | 2024-12-06T19:57:53.276Z | Compiling unicode-normalization v0.1.24 |
1234 | 2024-12-06T19:57:53.446Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-06T19:57:53.638Z | Compiling regex v1.11.1 |
1236 | 2024-12-06T19:57:53.663Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-06T19:57:53.977Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-06T19:57:54.624Z | Compiling httparse v1.9.5 |
1239 | 2024-12-06T19:57:54.649Z | Compiling aws-lc-rs v1.10.0 |
1240 | 2024-12-06T19:57:54.940Z | Compiling flagset v0.4.6 |
1241 | 2024-12-06T19:57:55.139Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-06T19:57:55.397Z | Compiling rustls-pki-types v1.9.0 |
1243 | 2024-12-06T19:57:55.891Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2024-12-06T19:57:55.924Z | Compiling serde_derive v1.0.215 |
1245 | 2024-12-06T19:57:56.030Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-12-06T19:57:56.167Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-12-06T19:57:56.426Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-12-06T19:57:56.450Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-12-06T19:57:57.420Z | Compiling zeroize v1.8.1 |
1250 | 2024-12-06T19:57:57.814Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-12-06T19:57:58.133Z | Compiling zerocopy v0.7.35 |
1252 | 2024-12-06T19:57:58.334Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-12-06T19:57:58.875Z | Compiling futures-macro v0.3.31 |
1254 | 2024-12-06T19:57:59.028Z | Compiling crypto-common v0.1.6 |
1255 | 2024-12-06T19:57:59.250Z | Compiling block-buffer v0.10.4 |
1256 | 2024-12-06T19:57:59.528Z | Compiling digest v0.10.7 |
1257 | 2024-12-06T19:57:59.575Z | Compiling zerovec-derive v0.10.3 |
1258 | 2024-12-06T19:58:00.003Z | Compiling hmac v0.12.1 |
1259 | 2024-12-06T19:58:00.204Z | Compiling zerofrom v0.1.4 |
1260 | 2024-12-06T19:58:00.269Z | Compiling block-padding v0.3.3 |
1261 | 2024-12-06T19:58:00.293Z | Compiling displaydoc v0.2.5 |
1262 | 2024-12-06T19:58:00.424Z | Compiling sha2 v0.10.8 |
1263 | 2024-12-06T19:58:00.506Z | Compiling inout v0.1.3 |
1264 | 2024-12-06T19:58:00.610Z | Compiling yoke v0.7.4 |
1265 | 2024-12-06T19:58:00.634Z | Compiling futures-util v0.3.31 |
1266 | 2024-12-06T19:58:00.775Z | Compiling cipher v0.4.4 |
1267 | 2024-12-06T19:58:00.944Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-12-06T19:58:01.323Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-12-06T19:58:01.387Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-06T19:58:01.527Z | Compiling der_derive v0.7.3 |
1271 | 2024-12-06T19:58:01.735Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-06T19:58:01.818Z | Compiling tracing-attributes v0.1.27 |
1273 | 2024-12-06T19:58:01.963Z | Compiling zerovec v0.10.4 |
1274 | 2024-12-06T19:58:02.314Z | Compiling crossbeam-utils v0.8.20 |
1275 | 2024-12-06T19:58:02.845Z | Compiling percent-encoding v2.3.1 |
1276 | 2024-12-06T19:58:03.158Z | Compiling pest v2.7.14 |
1277 | 2024-12-06T19:58:03.233Z | Compiling rand v0.8.5 |
1278 | 2024-12-06T19:58:03.615Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-06T19:58:03.639Z | Compiling der v0.7.9 |
1280 | 2024-12-06T19:58:03.978Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-06T19:58:04.015Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-06T19:58:05.152Z | Compiling icu_provider v1.5.0 |
1283 | 2024-12-06T19:58:05.217Z | Compiling tracing v0.1.40 |
1284 | 2024-12-06T19:58:05.412Z | Compiling salsa20 v0.10.2 |
1285 | 2024-12-06T19:58:05.660Z | Compiling spki v0.7.3 |
1286 | 2024-12-06T19:58:05.765Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-12-06T19:58:05.954Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-06T19:58:06.100Z | Compiling time-core v0.1.2 |
1289 | 2024-12-06T19:58:06.252Z | Compiling icu_properties_data v1.5.0 |
1290 | 2024-12-06T19:58:06.300Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-06T19:58:06.332Z | Compiling untrusted v0.7.1 |
1292 | 2024-12-06T19:58:06.402Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-06T19:58:06.532Z | Compiling untrusted v0.9.0 |
1294 | 2024-12-06T19:58:06.556Z | Compiling num-conv v0.1.0 |
1295 | 2024-12-06T19:58:06.713Z | Compiling mirai-annotations v1.12.0 |
1296 | 2024-12-06T19:58:06.739Z | Compiling deranged v0.3.11 |
1297 | 2024-12-06T19:58:06.839Z | Compiling scrypt v0.11.0 |
1298 | 2024-12-06T19:58:06.863Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-06T19:58:06.917Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-06T19:58:07.396Z | Compiling icu_properties v1.5.1 |
1301 | 2024-12-06T19:58:08.346Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-06T19:58:08.371Z | Compiling bytes v1.8.0 |
1303 | 2024-12-06T19:58:08.494Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-06T19:58:09.564Z | Compiling tokio v1.40.0 |
1305 | 2024-12-06T19:58:09.588Z | Compiling http v1.1.0 |
1306 | 2024-12-06T19:58:09.802Z | Compiling semver v1.0.23 |
1307 | 2024-12-06T19:58:10.110Z | Compiling openssl-sys v0.9.103 |
1308 | 2024-12-06T19:58:10.484Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-06T19:58:11.206Z | Compiling aes v0.8.4 |
1310 | 2024-12-06T19:58:11.350Z | Compiling cbc v0.1.2 |
1311 | 2024-12-06T19:58:11.401Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-12-06T19:58:11.574Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-06T19:58:11.629Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-12-06T19:58:11.732Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-06T19:58:11.782Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-06T19:58:11.835Z | Compiling utf8_iter v1.0.4 |
1317 | 2024-12-06T19:58:11.859Z | Compiling write16 v1.0.0 |
1318 | 2024-12-06T19:58:11.965Z | Compiling time v0.3.36 |
1319 | 2024-12-06T19:58:12.082Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-06T19:58:12.106Z | Compiling pkcs5 v0.7.1 |
1321 | 2024-12-06T19:58:12.218Z | Compiling which v4.4.2 |
1322 | 2024-12-06T19:58:12.782Z | Compiling scroll v0.12.0 |
1323 | 2024-12-06T19:58:13.174Z | Compiling http-body v1.0.1 |
1324 | 2024-12-06T19:58:13.286Z | Compiling pest_generator v2.7.14 |
1325 | 2024-12-06T19:58:13.388Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-12-06T19:58:13.417Z | Compiling slog v2.7.0 |
1327 | 2024-12-06T19:58:13.446Z | Compiling try-lock v0.2.5 |
1328 | 2024-12-06T19:58:13.591Z | Compiling want v0.3.1 |
1329 | 2024-12-06T19:58:13.701Z | Compiling goblin v0.8.2 |
1330 | 2024-12-06T19:58:13.848Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-06T19:58:13.876Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-06T19:58:13.993Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-06T19:58:14.073Z | Compiling idna v1.0.3 |
1334 | 2024-12-06T19:58:14.544Z | Compiling serde_tokenstream v0.2.2 |
1335 | 2024-12-06T19:58:15.037Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-06T19:58:15.122Z | Compiling serde_spanned v0.6.8 |
1337 | 2024-12-06T19:58:15.206Z | Compiling uuid v1.11.0 |
1338 | 2024-12-06T19:58:15.340Z | Compiling toml_datetime v0.6.8 |
1339 | 2024-12-06T19:58:15.688Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-12-06T19:58:15.768Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-12-06T19:58:15.808Z | Compiling match_cfg v0.1.0 |
1342 | 2024-12-06T19:58:15.832Z | Compiling adler2 v2.0.0 |
1343 | 2024-12-06T19:58:15.915Z | Compiling iana-time-zone v0.1.61 |
1344 | 2024-12-06T19:58:16.096Z | Compiling base64 v0.22.1 |
1345 | 2024-12-06T19:58:16.430Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-06T19:58:16.484Z | Compiling openssl v0.10.66 |
1347 | 2024-12-06T19:58:16.594Z | Compiling tower-service v0.3.3 |
1348 | 2024-12-06T19:58:16.725Z | Compiling chrono v0.4.38 |
1349 | 2024-12-06T19:58:16.791Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-06T19:58:16.899Z | Compiling hostname v0.3.1 |
1351 | 2024-12-06T19:58:17.089Z | Compiling tokio-util v0.7.12 |
1352 | 2024-12-06T19:58:17.235Z | Compiling foreign-types v0.3.2 |
1353 | 2024-12-06T19:58:17.335Z | Compiling url v2.5.3 |
1354 | 2024-12-06T19:58:18.162Z | Compiling h2 v0.4.6 |
1355 | 2024-12-06T19:58:18.348Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-06T19:58:18.928Z | Compiling dof v0.3.0 |
1357 | 2024-12-06T19:58:19.002Z | Compiling async-trait v0.1.83 |
1358 | 2024-12-06T19:58:19.133Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-06T19:58:19.719Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-06T19:58:20.053Z | Compiling data-encoding v2.6.0 |
1361 | 2024-12-06T19:58:20.866Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-06T19:58:21.138Z | Compiling rustls v0.23.14 |
1363 | 2024-12-06T19:58:21.269Z | Compiling syn v1.0.109 |
1364 | 2024-12-06T19:58:21.391Z | Compiling native-tls v0.2.12 |
1365 | 2024-12-06T19:58:21.415Z | Compiling rustls v0.22.4 |
1366 | 2024-12-06T19:58:21.684Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-06T19:58:21.925Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-06T19:58:22.163Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-12-06T19:58:22.385Z | Compiling heapless v0.7.17 |
1370 | 2024-12-06T19:58:22.764Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-06T19:58:22.879Z | Compiling signature v2.2.0 |
1372 | 2024-12-06T19:58:23.021Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-06T19:58:23.135Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-06T19:58:23.169Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-06T19:58:23.193Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-12-06T19:58:23.395Z | Compiling multer v3.1.0 |
1377 | 2024-12-06T19:58:23.473Z | Compiling cookie v0.18.1 |
1378 | 2024-12-06T19:58:23.688Z | Compiling gimli v0.31.1 |
1379 | 2024-12-06T19:58:23.740Z | Compiling unicode-properties v0.1.3 |
1380 | 2024-12-06T19:58:23.764Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-06T19:58:24.043Z | Compiling mime v0.3.17 |
1382 | 2024-12-06T19:58:24.126Z | Compiling openssl-probe v0.1.5 |
1383 | 2024-12-06T19:58:24.474Z | Compiling hyper v1.5.0 |
1384 | 2024-12-06T19:58:24.655Z | Compiling ipnet v2.10.1 |
1385 | 2024-12-06T19:58:25.653Z | Compiling slog-async v2.8.0 |
1386 | 2024-12-06T19:58:25.763Z | Compiling schemars v0.8.21 |
1387 | 2024-12-06T19:58:26.131Z | Compiling rayon-core v1.12.1 |
1388 | 2024-12-06T19:58:26.274Z | Compiling schemars_derive v0.8.21 |
1389 | 2024-12-06T19:58:26.411Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-06T19:58:26.812Z | Compiling hyper-util v0.1.10 |
1391 | 2024-12-06T19:58:27.668Z | Compiling addr2line v0.24.2 |
1392 | 2024-12-06T19:58:28.132Z | Compiling toml_edit v0.22.22 |
1393 | 2024-12-06T19:58:28.352Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-06T19:58:28.377Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-12-06T19:58:29.369Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-06T19:58:29.690Z | Compiling term v0.7.0 |
1397 | 2024-12-06T19:58:29.731Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-06T19:58:29.782Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-06T19:58:29.893Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-12-06T19:58:29.974Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2024-12-06T19:58:30.091Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-06T19:58:30.269Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-06T19:58:30.502Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-06T19:58:30.758Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-06T19:58:30.790Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-06T19:58:30.879Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-06T19:58:31.028Z | Compiling idna v0.3.0 |
1408 | 2024-12-06T19:58:31.123Z | Compiling idna v0.4.0 |
1409 | 2024-12-06T19:58:31.147Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-06T19:58:31.484Z | Compiling ff v0.13.0 |
1411 | 2024-12-06T19:58:31.655Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-06T19:58:31.691Z | Compiling dropshot v0.12.0 |
1413 | 2024-12-06T19:58:31.789Z | Compiling object v0.36.5 |
1414 | 2024-12-06T19:58:31.954Z | Compiling linked-hash-map v0.5.6 |
1415 | 2024-12-06T19:58:32.064Z | Compiling quick-error v1.2.3 |
1416 | 2024-12-06T19:58:32.206Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-12-06T19:58:32.294Z | Compiling base16ct v0.2.0 |
1418 | 2024-12-06T19:58:32.415Z | Compiling utf-8 v0.7.6 |
1419 | 2024-12-06T19:58:32.440Z | Compiling psl-types v2.0.11 |
1420 | 2024-12-06T19:58:32.524Z | Compiling rustc-demangle v0.1.24 |
1421 | 2024-12-06T19:58:32.605Z | Compiling anyhow v1.0.93 |
1422 | 2024-12-06T19:58:32.634Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-06T19:58:32.728Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-12-06T19:58:32.976Z | Compiling take_mut v0.2.2 |
1425 | 2024-12-06T19:58:33.129Z | Compiling smoltcp v0.9.1 |
1426 | 2024-12-06T19:58:33.181Z | Compiling portable-atomic v1.9.0 |
1427 | 2024-12-06T19:58:33.269Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-12-06T19:58:33.842Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-12-06T19:58:34.096Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-06T19:58:34.227Z | Compiling sec1 v0.7.3 |
1431 | 2024-12-06T19:58:34.748Z | Compiling lru-cache v0.1.2 |
1432 | 2024-12-06T19:58:34.826Z | Compiling resolv-conf v0.7.0 |
1433 | 2024-12-06T19:58:34.939Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-06T19:58:35.304Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-06T19:58:35.547Z | Compiling slog-term v2.9.1 |
1436 | 2024-12-06T19:58:35.582Z | Compiling usdt v0.5.0 |
1437 | 2024-12-06T19:58:36.075Z | Compiling group v0.13.0 |
1438 | 2024-12-06T19:58:36.202Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-06T19:58:36.372Z | Compiling toml v0.8.19 |
1440 | 2024-12-06T19:58:36.787Z | Compiling futures v0.3.31 |
1441 | 2024-12-06T19:58:36.900Z | Compiling slog-bunyan v2.5.0 |
1442 | 2024-12-06T19:58:37.783Z | Compiling backtrace v0.3.74 |
1443 | 2024-12-06T19:58:37.917Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2024-12-06T19:58:38.482Z | Compiling camino v1.1.9 |
1445 | 2024-12-06T19:58:38.807Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-06T19:58:39.189Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-06T19:58:39.251Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-06T19:58:39.351Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-06T19:58:39.395Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-06T19:58:39.464Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-06T19:58:39.575Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-06T19:58:39.817Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-06T19:58:40.245Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-06T19:58:40.437Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2024-12-06T19:58:41.077Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2024-12-06T19:58:41.685Z | Compiling idna v0.5.0 |
1457 | 2024-12-06T19:58:41.944Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-06T19:58:42.699Z | Compiling hostname v0.4.0 |
1459 | 2024-12-06T19:58:42.934Z | Compiling ahash v0.8.11 |
1460 | 2024-12-06T19:58:42.959Z | Compiling fs-err v2.11.0 |
1461 | 2024-12-06T19:58:42.984Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-06T19:58:43.082Z | Compiling managed v0.8.0 |
1463 | 2024-12-06T19:58:43.120Z | Compiling winnow v0.5.40 |
1464 | 2024-12-06T19:58:43.248Z | Compiling debug-ignore v1.0.5 |
1465 | 2024-12-06T19:58:43.273Z | Compiling bitflags v1.3.2 |
1466 | 2024-12-06T19:58:43.318Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-06T19:58:43.406Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-06T19:58:43.637Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-06T19:58:44.341Z | Compiling console v0.15.8 |
1470 | 2024-12-06T19:58:44.504Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-06T19:58:44.841Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-06T19:58:45.215Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-06T19:58:45.240Z | Compiling cookie_store v0.21.0 |
1474 | 2024-12-06T19:58:45.676Z | Compiling hickory-resolver v0.24.1 |
1475 | 2024-12-06T19:58:45.970Z | Compiling phf v0.11.2 |
1476 | 2024-12-06T19:58:46.263Z | Compiling toml_edit v0.19.15 |
1477 | 2024-12-06T19:58:46.484Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-06T19:58:46.692Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-06T19:58:46.775Z | Compiling rayon v1.10.0 |
1480 | 2024-12-06T19:58:47.085Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-06T19:58:47.472Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-06T19:58:49.047Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-06T19:58:50.344Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-06T19:58:50.883Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-06T19:58:51.261Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-06T19:58:51.567Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-06T19:58:51.591Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-06T19:58:51.779Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-06T19:58:51.808Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-06T19:58:51.922Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-06T19:58:51.986Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-06T19:58:52.160Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-06T19:58:52.361Z | Compiling bstr v1.10.0 |
1494 | 2024-12-06T19:58:52.454Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-06T19:58:52.608Z | Compiling whoami v1.5.2 |
1496 | 2024-12-06T19:58:52.971Z | Compiling fixedbitset v0.4.2 |
1497 | 2024-12-06T19:58:53.068Z | Compiling number_prefix v0.4.0 |
1498 | 2024-12-06T19:58:53.180Z | Compiling bit-vec v0.6.3 |
1499 | 2024-12-06T19:58:53.285Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-06T19:58:53.391Z | Compiling unicode-width v0.2.0 |
1501 | 2024-12-06T19:58:53.416Z | Compiling unicode-segmentation v1.12.0 |
1502 | 2024-12-06T19:58:53.595Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-12-06T19:58:53.709Z | Compiling normalize-line-endings v0.3.0 |
1504 | 2024-12-06T19:58:53.845Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2024-12-06T19:58:53.869Z | Compiling difflib v0.4.0 |
1506 | 2024-12-06T19:58:53.905Z | Compiling predicates-core v1.0.8 |
1507 | 2024-12-06T19:58:53.954Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-06T19:58:54.176Z | Compiling similar v2.6.0 |
1509 | 2024-12-06T19:58:54.273Z | Compiling predicates v3.1.2 |
1510 | 2024-12-06T19:58:54.393Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-06T19:58:54.920Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-06T19:58:55.182Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-06T19:58:55.414Z | Compiling petgraph v0.6.5 |
1514 | 2024-12-06T19:58:55.745Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-06T19:58:55.892Z | Compiling clap v4.5.21 |
1516 | 2024-12-06T19:58:56.056Z | Compiling rsa v0.9.6 |
1517 | 2024-12-06T19:58:56.271Z | Compiling ecdsa v0.16.9 |
1518 | 2024-12-06T19:58:56.331Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-06T19:58:57.000Z | Compiling toml v0.7.8 |
1520 | 2024-12-06T19:58:57.435Z | Compiling zip v0.6.6 |
1521 | 2024-12-06T19:58:58.431Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-06T19:58:59.312Z | Compiling hex v0.4.3 |
1523 | 2024-12-06T19:58:59.414Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-06T19:58:59.437Z | Compiling itertools v0.10.5 |
1525 | 2024-12-06T19:58:59.853Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-12-06T19:59:00.175Z | Compiling unicode-xid v0.2.6 |
1527 | 2024-12-06T19:59:00.347Z | Compiling peg-runtime v0.8.3 |
1528 | 2024-12-06T19:59:00.504Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-06T19:59:00.820Z | Compiling xattr v1.3.1 |
1530 | 2024-12-06T19:59:00.948Z | Compiling filetime v0.2.25 |
1531 | 2024-12-06T19:59:01.262Z | Compiling tar v0.4.42 |
1532 | 2024-12-06T19:59:04.803Z | Compiling strum v0.26.3 |
1533 | 2024-12-06T19:59:07.157Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-06T19:59:37.627Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-06T19:59:41.565Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-06T19:59:43.337Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-06T19:59:43.669Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-06T19:59:44.093Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-06T19:59:45.314Z | Compiling qorb v0.2.1 |
1540 | 2024-12-06T19:59:50.641Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-06T19:59:50.972Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-06T19:59:58.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1543 | 2024-12-06T19:59:58.478Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: Clickhouse |
1545 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: Cockroach |
1546 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: Console |
1547 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: DendriteStub |
1549 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-06T19:59:58.543Z | Dec 06 19:59:58.270 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-06T19:59:58.574Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-06T19:59:58.574Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2024-12-06T19:59:58.574Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2024-12-06T19:59:58.574Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-06T19:59:58.575Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2024-12-06T19:59:58.575Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1557 | 2024-12-06T19:59:58.575Z | Dec 06 19:59:58.272 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2024-12-06T19:59:58.924Z | Dec 06 19:59:58.639 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-12-06T19:59:59.026Z | Dec 06 19:59:58.745 INFO Download complete, target: DendriteOpenapi |
1560 | 2024-12-06T19:59:59.310Z | Dec 06 19:59:59.012 INFO Download complete, target: Console |
1561 | 2024-12-06T19:59:59.537Z | Dec 06 19:59:59.258 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2024-12-06T20:00:00.291Z | Dec 06 20:00:00.019 INFO Download complete, target: TransceiverControl |
1563 | 2024-12-06T20:00:00.897Z | Dec 06 20:00:00.625 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1564 | 2024-12-06T20:00:00.927Z | Dec 06 20:00:00.655 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1565 | 2024-12-06T20:00:03.930Z | Dec 06 20:00:03.658 INFO Download complete, target: DendriteStub |
1566 | 2024-12-06T20:00:04.065Z | Dec 06 20:00:03.792 INFO Download complete, target: MaghemiteMgd |
1567 | 2024-12-06T20:00:04.148Z | Dec 06 20:00:03.876 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2024-12-06T20:00:04.148Z | Dec 06 20:00:03.876 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2024-12-06T20:00:12.326Z | Dec 06 20:00:12.055 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-06T20:00:12.534Z | Dec 06 20:00:12.262 INFO Download complete, target: Cockroach |
1571 | 2024-12-06T20:00:23.823Z | Dec 06 20:00:23.552 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1572 | 2024-12-06T20:00:37.069Z | Dec 06 20:00:36.798 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-06T20:00:37.274Z | Dec 06 20:00:37.002 INFO Download complete, target: Clickhouse |
1574 | 2024-12-06T20:00:37.300Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-06T20:00:37.324Z | |
1576 | 2024-12-06T20:00:37.324Z | real 5:29.147266312 |
1577 | 2024-12-06T20:00:37.324Z | user 14:53.281299421 |
1578 | 2024-12-06T20:00:37.324Z | sys 3:17.577615841 |
1579 | 2024-12-06T20:00:37.324Z | trap 0.492160212 |
1580 | 2024-12-06T20:00:37.324Z | tflt 0.803140201 |
1581 | 2024-12-06T20:00:37.324Z | dflt 2.466477956 |
1582 | 2024-12-06T20:00:37.324Z | kflt 0.008294638 |
1583 | 2024-12-06T20:00:37.324Z | lock 32:52.829944118 |
1584 | 2024-12-06T20:00:37.324Z | slp 56:26.722942372 |
1585 | 2024-12-06T20:00:37.324Z | lat 1:02.378171100 |
1586 | 2024-12-06T20:00:37.324Z | stop 2:21.050828233 |
1587 | 2024-12-06T20:00:37.324Z | + banner clippy |
1588 | 2024-12-06T20:00:37.325Z | |
1589 | 2024-12-06T20:00:37.325Z | #### # # ##### ##### # # |
1590 | 2024-12-06T20:00:37.325Z | # # # # # # # # # # |
1591 | 2024-12-06T20:00:37.325Z | # # # # # # # # |
1592 | 2024-12-06T20:00:37.325Z | # # # ##### ##### # |
1593 | 2024-12-06T20:00:37.325Z | # # # # # # # |
1594 | 2024-12-06T20:00:37.325Z | #### ###### # # # # |
1595 | 2024-12-06T20:00:37.325Z | |
1596 | 2024-12-06T20:00:37.325Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-06T20:00:37.325Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-06T20:00:37.325Z | + ptime -m cargo xtask clippy |
1599 | 2024-12-06T20:00:38.110Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-06T20:00:43.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s |
1601 | 2024-12-06T20:00:43.269Z | Running `target/debug/xtask clippy` |
1602 | 2024-12-06T20:00:43.297Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1603 | 2024-12-06T20:00:44.312Z | Downloading crates ... |
1604 | 2024-12-06T20:00:44.763Z | Downloaded anes v0.1.6 |
1605 | 2024-12-06T20:00:44.787Z | Downloaded async-global-executor v2.4.1 |
1606 | 2024-12-06T20:00:44.787Z | Downloaded criterion-plot v0.5.0 |
1607 | 2024-12-06T20:00:44.787Z | Downloaded indoc v2.0.5 |
1608 | 2024-12-06T20:00:44.811Z | Downloaded doc-comment v0.3.3 |
1609 | 2024-12-06T20:00:44.812Z | Downloaded hyper-rustls v0.26.0 |
1610 | 2024-12-06T20:00:44.812Z | Downloaded trybuild v1.0.101 |
1611 | 2024-12-06T20:00:44.812Z | Downloaded rust-argon2 v2.1.0 |
1612 | 2024-12-06T20:00:44.812Z | Downloaded pretty_assertions v1.4.1 |
1613 | 2024-12-06T20:00:44.836Z | Downloaded target-spec v3.2.2 |
1614 | 2024-12-06T20:00:44.836Z | Downloaded tinytemplate v1.2.1 |
1615 | 2024-12-06T20:00:44.836Z | Downloaded target-lexicon v0.12.16 |
1616 | 2024-12-06T20:00:44.836Z | Downloaded yansi v1.0.1 |
1617 | 2024-12-06T20:00:44.836Z | Downloaded threadpool v1.8.1 |
1618 | 2024-12-06T20:00:44.836Z | Downloaded target-triple v0.1.3 |
1619 | 2024-12-06T20:00:44.836Z | Downloaded similar-asserts v1.6.0 |
1620 | 2024-12-06T20:00:44.861Z | Downloaded rstest_macros v0.23.0 |
1621 | 2024-12-06T20:00:44.861Z | Downloaded polling v3.7.3 |
1622 | 2024-12-06T20:00:44.861Z | Downloaded plotters v0.3.7 |
1623 | 2024-12-06T20:00:44.861Z | Downloaded rustls-native-certs v0.7.3 |
1624 | 2024-12-06T20:00:44.861Z | Downloaded libtest-mimic v0.7.3 |
1625 | 2024-12-06T20:00:44.861Z | Downloaded num_cpus v1.16.0 |
1626 | 2024-12-06T20:00:44.913Z | Downloaded plotters-backend v0.3.7 |
1627 | 2024-12-06T20:00:44.913Z | Downloaded stringmetrics v2.2.2 |
1628 | 2024-12-06T20:00:44.913Z | Downloaded partial-io v0.5.4 |
1629 | 2024-12-06T20:00:44.913Z | Downloaded plotters-svg v0.3.7 |
1630 | 2024-12-06T20:00:44.913Z | Downloaded rstest v0.23.0 |
1631 | 2024-12-06T20:00:44.913Z | Downloaded relative-path v1.9.3 |
1632 | 2024-12-06T20:00:44.913Z | Downloaded rand_distr v0.4.3 |
1633 | 2024-12-06T20:00:44.913Z | Downloaded proc-macro-crate v3.2.0 |
1634 | 2024-12-06T20:00:44.913Z | Downloaded piper v0.2.4 |
1635 | 2024-12-06T20:00:44.913Z | Downloaded pathdiff v0.2.2 |
1636 | 2024-12-06T20:00:44.913Z | Downloaded oorandom v11.1.4 |
1637 | 2024-12-06T20:00:44.914Z | Downloaded nested v0.1.1 |
1638 | 2024-12-06T20:00:44.914Z | Downloaded kv-log-macro v1.0.7 |
1639 | 2024-12-06T20:00:44.914Z | Downloaded criterion v0.5.1 |
1640 | 2024-12-06T20:00:44.914Z | Downloaded serde_regex v1.1.0 |
1641 | 2024-12-06T20:00:44.914Z | Downloaded path-tree v0.8.1 |
1642 | 2024-12-06T20:00:44.914Z | Downloaded parking v2.2.1 |
1643 | 2024-12-06T20:00:44.914Z | Downloaded guppy-workspace-hack v0.1.0 |
1644 | 2024-12-06T20:00:44.914Z | Downloaded escape8259 v0.5.3 |
1645 | 2024-12-06T20:00:44.914Z | Downloaded httptest v0.16.1 |
1646 | 2024-12-06T20:00:44.914Z | Downloaded guppy v0.17.8 |
1647 | 2024-12-06T20:00:44.939Z | Downloaded futures-timer v3.0.3 |
1648 | 2024-12-06T20:00:44.939Z | Downloaded futures-lite v2.3.0 |
1649 | 2024-12-06T20:00:44.939Z | Downloaded fancy-regex v0.13.0 |
1650 | 2024-12-06T20:00:44.939Z | Downloaded event-listener-strategy v0.5.2 |
1651 | 2024-12-06T20:00:44.939Z | Downloaded event-listener v5.3.1 |
1652 | 2024-12-06T20:00:44.939Z | Downloaded cfg-expr v0.17.0 |
1653 | 2024-12-06T20:00:44.939Z | Downloaded blocking v1.6.1 |
1654 | 2024-12-06T20:00:44.939Z | Downloaded blake2b_simd v1.0.2 |
1655 | 2024-12-06T20:00:44.939Z | Downloaded async-task v4.7.1 |
1656 | 2024-12-06T20:00:44.939Z | Downloaded async-std v1.13.0 |
1657 | 2024-12-06T20:00:44.963Z | Downloaded async-signal v0.2.10 |
1658 | 2024-12-06T20:00:44.963Z | Downloaded async-process v2.3.0 |
1659 | 2024-12-06T20:00:44.963Z | Downloaded httpmock v0.8.0-alpha.1 |
1660 | 2024-12-06T20:00:44.987Z | Downloaded async-object-pool v0.1.5 |
1661 | 2024-12-06T20:00:44.987Z | Downloaded async-lock v3.4.0 |
1662 | 2024-12-06T20:00:44.988Z | Downloaded datatest-stable v0.2.9 |
1663 | 2024-12-06T20:00:44.988Z | Downloaded concurrent-queue v2.5.0 |
1664 | 2024-12-06T20:00:44.988Z | Downloaded event-listener v2.5.3 |
1665 | 2024-12-06T20:00:45.012Z | Downloaded assert-json-diff v2.0.2 |
1666 | 2024-12-06T20:00:45.012Z | Downloaded cast v0.3.0 |
1667 | 2024-12-06T20:00:45.012Z | Downloaded async-io v2.3.4 |
1668 | 2024-12-06T20:00:45.012Z | Downloaded async-channel v1.9.0 |
1669 | 2024-12-06T20:00:45.012Z | Downloaded assert_cmd v2.0.16 |
1670 | 2024-12-06T20:00:45.012Z | Downloaded approx v0.5.1 |
1671 | 2024-12-06T20:00:45.012Z | Downloaded async-executor v1.13.1 |
1672 | 2024-12-06T20:00:45.012Z | Downloaded async-channel v2.3.1 |
1673 | 2024-12-06T20:00:45.012Z | Downloaded async-attributes v1.1.2 |
1674 | 2024-12-06T20:00:45.854Z | Checking cfg-if v1.0.0 |
1675 | 2024-12-06T20:00:45.886Z | Checking libc v0.2.162 |
1676 | 2024-12-06T20:00:45.913Z | Checking serde v1.0.215 |
1677 | 2024-12-06T20:00:45.939Z | Checking memchr v2.7.4 |
1678 | 2024-12-06T20:00:45.965Z | Checking value-bag v1.9.0 |
1679 | 2024-12-06T20:00:45.996Z | Checking scopeguard v1.2.0 |
1680 | 2024-12-06T20:00:46.029Z | Checking zeroize v1.8.1 |
1681 | 2024-12-06T20:00:46.061Z | Checking smallvec v1.13.2 |
1682 | 2024-12-06T20:00:46.089Z | Checking itoa v1.0.11 |
1683 | 2024-12-06T20:00:46.144Z | Checking lock_api v0.4.12 |
1684 | 2024-12-06T20:00:46.277Z | Checking byteorder v1.5.0 |
1685 | 2024-12-06T20:00:46.302Z | Checking pin-project-lite v0.2.14 |
1686 | 2024-12-06T20:00:46.340Z | Checking log v0.4.22 |
1687 | 2024-12-06T20:00:46.385Z | Checking subtle v2.6.1 |
1688 | 2024-12-06T20:00:46.419Z | Checking once_cell v1.20.2 |
1689 | 2024-12-06T20:00:46.513Z | Checking typenum v1.17.0 |
1690 | 2024-12-06T20:00:46.635Z | Checking futures-core v0.3.31 |
1691 | 2024-12-06T20:00:46.661Z | Checking thiserror v1.0.69 |
1692 | 2024-12-06T20:00:46.693Z | Checking libm v0.2.8 |
1693 | 2024-12-06T20:00:46.718Z | Checking zerocopy v0.7.35 |
1694 | 2024-12-06T20:00:46.799Z | Checking ryu v1.0.18 |
1695 | 2024-12-06T20:00:46.831Z | Checking getrandom v0.2.15 |
1696 | 2024-12-06T20:00:46.831Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-12-06T20:00:46.831Z | Checking parking_lot_core v0.9.10 |
1698 | 2024-12-06T20:00:47.009Z | Checking mio v1.0.2 |
1699 | 2024-12-06T20:00:47.085Z | Checking spin v0.9.8 |
1700 | 2024-12-06T20:00:47.110Z | Checking rand_core v0.6.4 |
1701 | 2024-12-06T20:00:47.135Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-06T20:00:47.390Z | Checking socket2 v0.5.7 |
1703 | 2024-12-06T20:00:47.419Z | Checking const-oid v0.9.6 |
1704 | 2024-12-06T20:00:47.448Z | Checking num-traits v0.2.19 |
1705 | 2024-12-06T20:00:47.478Z | Checking futures-io v0.3.31 |
1706 | 2024-12-06T20:00:47.520Z | Checking generic-array v0.14.7 |
1707 | 2024-12-06T20:00:47.545Z | Checking slab v0.4.9 |
1708 | 2024-12-06T20:00:47.649Z | Checking allocator-api2 v0.2.18 |
1709 | 2024-12-06T20:00:47.796Z | Checking cpufeatures v0.2.14 |
1710 | 2024-12-06T20:00:47.836Z | Checking futures-sink v0.3.31 |
1711 | 2024-12-06T20:00:47.880Z | Checking pin-utils v0.1.0 |
1712 | 2024-12-06T20:00:47.908Z | Checking equivalent v1.0.1 |
1713 | 2024-12-06T20:00:47.979Z | Checking foldhash v0.1.3 |
1714 | 2024-12-06T20:00:48.004Z | Checking futures-channel v0.3.31 |
1715 | 2024-12-06T20:00:48.035Z | Checking futures-task v0.3.31 |
1716 | 2024-12-06T20:00:48.185Z | Checking hashbrown v0.15.0 |
1717 | 2024-12-06T20:00:48.214Z | Checking stable_deref_trait v1.2.0 |
1718 | 2024-12-06T20:00:48.261Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1719 | 2024-12-06T20:00:48.319Z | Checking fnv v1.0.7 |
1720 | 2024-12-06T20:00:48.343Z | Checking futures-util v0.3.31 |
1721 | 2024-12-06T20:00:48.448Z | Checking iana-time-zone v0.1.61 |
1722 | 2024-12-06T20:00:48.473Z | Checking crypto-common v0.1.6 |
1723 | 2024-12-06T20:00:48.521Z | Checking block-buffer v0.10.4 |
1724 | 2024-12-06T20:00:48.625Z | Checking ppv-lite86 v0.2.20 |
1725 | 2024-12-06T20:00:48.654Z | Checking tracing-core v0.1.32 |
1726 | 2024-12-06T20:00:48.732Z | Checking errno v0.3.9 |
1727 | 2024-12-06T20:00:48.798Z | Checking digest v0.10.7 |
1728 | 2024-12-06T20:00:48.836Z | Checking zerofrom v0.1.4 |
1729 | 2024-12-06T20:00:48.893Z | Checking dyn-clone v1.0.17 |
1730 | 2024-12-06T20:00:49.029Z | Checking block-padding v0.3.3 |
1731 | 2024-12-06T20:00:49.053Z | Checking yoke v0.7.4 |
1732 | 2024-12-06T20:00:49.138Z | Checking crossbeam-utils v0.8.20 |
1733 | 2024-12-06T20:00:49.168Z | Checking percent-encoding v2.3.1 |
1734 | 2024-12-06T20:00:49.226Z | Checking tracing v0.1.40 |
1735 | 2024-12-06T20:00:49.251Z | Checking inout v0.1.3 |
1736 | 2024-12-06T20:00:49.282Z | Checking rand_chacha v0.3.1 |
1737 | 2024-12-06T20:00:49.413Z | Checking zerovec v0.10.4 |
1738 | 2024-12-06T20:00:49.437Z | Checking writeable v0.5.5 |
1739 | 2024-12-06T20:00:49.550Z | Checking cipher v0.4.4 |
1740 | 2024-12-06T20:00:49.614Z | Checking litemap v0.7.3 |
1741 | 2024-12-06T20:00:49.663Z | Checking rand v0.8.5 |
1742 | 2024-12-06T20:00:49.741Z | Checking tinyvec_macros v0.1.1 |
1743 | 2024-12-06T20:00:49.799Z | Checking form_urlencoded v1.2.1 |
1744 | 2024-12-06T20:00:49.840Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-06T20:00:49.924Z | Checking httparse v1.9.5 |
1746 | 2024-12-06T20:00:49.949Z | Checking regex-syntax v0.8.5 |
1747 | 2024-12-06T20:00:50.002Z | Checking icu_locid_transform_data v1.5.0 |
1748 | 2024-12-06T20:00:50.060Z | Checking bytes v1.8.0 |
1749 | 2024-12-06T20:00:50.107Z | Checking bitflags v2.6.0 |
1750 | 2024-12-06T20:00:50.309Z | Checking serde_json v1.0.132 |
1751 | 2024-12-06T20:00:50.379Z | Checking indexmap v2.6.0 |
1752 | 2024-12-06T20:00:50.763Z | Checking tokio v1.40.0 |
1753 | 2024-12-06T20:00:50.794Z | Checking chrono v0.4.38 |
1754 | 2024-12-06T20:00:50.882Z | Checking rustix v0.38.37 |
1755 | 2024-12-06T20:00:50.996Z | Checking uuid v1.11.0 |
1756 | 2024-12-06T20:00:51.513Z | Checking http v1.1.0 |
1757 | 2024-12-06T20:00:51.568Z | Checking tinystr v0.7.6 |
1758 | 2024-12-06T20:00:51.830Z | Checking base64ct v1.6.0 |
1759 | 2024-12-06T20:00:51.938Z | Checking icu_locid v1.5.0 |
1760 | 2024-12-06T20:00:52.243Z | Checking atomic-waker v1.1.2 |
1761 | 2024-12-06T20:00:52.374Z | Checking unicode-normalization v0.1.24 |
1762 | 2024-12-06T20:00:52.582Z | Checking schemars v0.8.21 |
1763 | 2024-12-06T20:00:52.714Z | Checking icu_collections v1.5.0 |
1764 | 2024-12-06T20:00:52.745Z | Checking hmac v0.12.1 |
1765 | 2024-12-06T20:00:52.800Z | Checking untrusted v0.9.0 |
1766 | 2024-12-06T20:00:52.825Z | Checking icu_provider v1.5.0 |
1767 | 2024-12-06T20:00:52.946Z | Checking icu_properties_data v1.5.0 |
1768 | 2024-12-06T20:00:52.970Z | Checking ring v0.17.8 |
1769 | 2024-12-06T20:00:53.128Z | Checking sha2 v0.10.8 |
1770 | 2024-12-06T20:00:53.174Z | Checking aho-corasick v1.1.3 |
1771 | 2024-12-06T20:00:53.283Z | Checking icu_normalizer_data v1.5.0 |
1772 | 2024-12-06T20:00:53.375Z | Checking icu_locid_transform v1.5.0 |
1773 | 2024-12-06T20:00:53.399Z | Checking utf16_iter v1.0.5 |
1774 | 2024-12-06T20:00:53.544Z | Checking utf8_iter v1.0.4 |
1775 | 2024-12-06T20:00:53.597Z | Checking unicode-bidi v0.3.17 |
1776 | 2024-12-06T20:00:53.733Z | Checking unicode-ident v1.0.13 |
1777 | 2024-12-06T20:00:53.859Z | Checking write16 v1.0.0 |
1778 | 2024-12-06T20:00:53.891Z | Checking lazy_static v1.5.0 |
1779 | 2024-12-06T20:00:53.927Z | Checking adler2 v2.0.0 |
1780 | 2024-12-06T20:00:53.984Z | Checking powerfmt v0.2.0 |
1781 | 2024-12-06T20:00:54.014Z | Checking rustls-pki-types v1.9.0 |
1782 | 2024-12-06T20:00:54.080Z | Checking miniz_oxide v0.8.0 |
1783 | 2024-12-06T20:00:54.142Z | Checking time-core v0.1.2 |
1784 | 2024-12-06T20:00:54.247Z | Checking deranged v0.3.11 |
1785 | 2024-12-06T20:00:54.286Z | Checking icu_properties v1.5.1 |
1786 | 2024-12-06T20:00:54.311Z | Checking num-conv v0.1.0 |
1787 | 2024-12-06T20:00:54.522Z | Checking num_threads v0.1.7 |
1788 | 2024-12-06T20:00:54.548Z | Checking proc-macro2 v1.0.89 |
1789 | 2024-12-06T20:00:54.573Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-12-06T20:00:54.597Z | Checking regex-automata v0.4.8 |
1791 | 2024-12-06T20:00:54.641Z | Checking untrusted v0.7.1 |
1792 | 2024-12-06T20:00:54.734Z | Checking http-body v1.0.1 |
1793 | 2024-12-06T20:00:54.803Z | Checking aws-lc-sys v0.22.0 |
1794 | 2024-12-06T20:00:54.827Z | Checking base64 v0.22.1 |
1795 | 2024-12-06T20:00:54.925Z | Checking try-lock v0.2.5 |
1796 | 2024-12-06T20:00:55.047Z | Checking mirai-annotations v1.12.0 |
1797 | 2024-12-06T20:00:55.139Z | Checking quote v1.0.37 |
1798 | 2024-12-06T20:00:55.210Z | Checking httpdate v1.0.3 |
1799 | 2024-12-06T20:00:55.267Z | Checking want v0.3.1 |
1800 | 2024-12-06T20:00:55.432Z | Checking flagset v0.4.6 |
1801 | 2024-12-06T20:00:55.456Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-12-06T20:00:55.456Z | Checking syn v2.0.87 |
1803 | 2024-12-06T20:00:55.616Z | Checking der v0.7.9 |
1804 | 2024-12-06T20:00:55.640Z | Checking aes v0.8.4 |
1805 | 2024-12-06T20:00:55.721Z | Checking time v0.3.36 |
1806 | 2024-12-06T20:00:56.441Z | Checking cbc v0.1.2 |
1807 | 2024-12-06T20:00:56.634Z | Checking salsa20 v0.10.2 |
1808 | 2024-12-06T20:00:56.836Z | Checking ahash v0.8.11 |
1809 | 2024-12-06T20:00:56.880Z | Checking aws-lc-rs v1.10.0 |
1810 | 2024-12-06T20:00:57.021Z | Checking icu_normalizer v1.5.0 |
1811 | 2024-12-06T20:00:57.135Z | Checking tokio-util v0.7.12 |
1812 | 2024-12-06T20:00:57.199Z | Checking spki v0.7.3 |
1813 | 2024-12-06T20:00:57.310Z | Checking slog v2.7.0 |
1814 | 2024-12-06T20:00:57.451Z | Checking tower-service v0.3.3 |
1815 | 2024-12-06T20:00:57.580Z | Checking scrypt v0.11.0 |
1816 | 2024-12-06T20:00:57.685Z | Checking idna_adapter v1.2.0 |
1817 | 2024-12-06T20:00:57.730Z | Checking gimli v0.31.1 |
1818 | 2024-12-06T20:00:57.788Z | Checking mime v0.3.17 |
1819 | 2024-12-06T20:00:57.815Z | Checking pkcs5 v0.7.1 |
1820 | 2024-12-06T20:00:57.873Z | Checking idna v1.0.3 |
1821 | 2024-12-06T20:00:57.901Z | Checking h2 v0.4.6 |
1822 | 2024-12-06T20:00:58.065Z | Checking object v0.36.5 |
1823 | 2024-12-06T20:00:58.262Z | Checking utf8parse v0.2.2 |
1824 | 2024-12-06T20:00:58.309Z | Checking url v2.5.3 |
1825 | 2024-12-06T20:00:58.414Z | Checking rustc-demangle v0.1.24 |
1826 | 2024-12-06T20:00:58.438Z | Checking regex v1.11.1 |
1827 | 2024-12-06T20:00:58.464Z | Checking rustls-webpki v0.102.8 |
1828 | 2024-12-06T20:00:58.777Z | Checking pkcs8 v0.10.2 |
1829 | 2024-12-06T20:00:58.968Z | Checking http-body-util v0.1.2 |
1830 | 2024-12-06T20:00:59.038Z | Checking futures-executor v0.3.31 |
1831 | 2024-12-06T20:00:59.062Z | Checking serde_spanned v0.6.8 |
1832 | 2024-12-06T20:00:59.169Z | Checking toml_datetime v0.6.8 |
1833 | 2024-12-06T20:00:59.248Z | Checking data-encoding v2.6.0 |
1834 | 2024-12-06T20:00:59.272Z | Checking unicode-width v0.1.14 |
1835 | 2024-12-06T20:00:59.374Z | Checking ipnet v2.10.1 |
1836 | 2024-12-06T20:00:59.454Z | Checking futures v0.3.31 |
1837 | 2024-12-06T20:00:59.562Z | Checking rustls-pemfile v2.2.0 |
1838 | 2024-12-06T20:00:59.670Z | Checking foreign-types-shared v0.1.1 |
1839 | 2024-12-06T20:00:59.754Z | Checking anstyle v1.0.10 |
1840 | 2024-12-06T20:00:59.780Z | Checking openssl-probe v0.1.5 |
1841 | 2024-12-06T20:00:59.805Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-06T20:00:59.832Z | Checking serde_urlencoded v0.7.1 |
1843 | 2024-12-06T20:00:59.905Z | Checking semver v1.0.23 |
1844 | 2024-12-06T20:00:59.930Z | Checking sha1 v0.10.6 |
1845 | 2024-12-06T20:01:00.060Z | Checking openssl-sys v0.9.103 |
1846 | 2024-12-06T20:01:00.179Z | Checking encoding_rs v0.8.34 |
1847 | 2024-12-06T20:01:00.204Z | Checking rustls v0.23.14 |
1848 | 2024-12-06T20:01:00.266Z | Checking anstyle-parse v0.2.5 |
1849 | 2024-12-06T20:01:00.513Z | Checking camino v1.1.9 |
1850 | 2024-12-06T20:01:00.813Z | Checking is_terminal_polyfill v1.70.1 |
1851 | 2024-12-06T20:01:00.941Z | Checking colorchoice v1.0.2 |
1852 | 2024-12-06T20:01:00.990Z | Checking addr2line v0.24.2 |
1853 | 2024-12-06T20:01:01.036Z | Checking anstyle-query v1.1.1 |
1854 | 2024-12-06T20:01:01.076Z | Checking either v1.13.0 |
1855 | 2024-12-06T20:01:01.104Z | Checking openssl v0.10.66 |
1856 | 2024-12-06T20:01:01.176Z | Checking winnow v0.6.20 |
1857 | 2024-12-06T20:01:01.419Z | Checking anstream v0.6.15 |
1858 | 2024-12-06T20:01:01.472Z | Checking idna v0.3.0 |
1859 | 2024-12-06T20:01:01.753Z | Checking terminal_size v0.4.0 |
1860 | 2024-12-06T20:01:01.905Z | Checking openapiv3 v2.0.0 |
1861 | 2024-12-06T20:01:02.028Z | Checking signature v2.2.0 |
1862 | 2024-12-06T20:01:02.102Z | Checking strsim v0.11.1 |
1863 | 2024-12-06T20:01:02.211Z | Checking clap_lex v0.7.2 |
1864 | 2024-12-06T20:01:02.353Z | Checking psl-types v2.0.11 |
1865 | 2024-12-06T20:01:02.436Z | Checking clap_builder v4.5.21 |
1866 | 2024-12-06T20:01:02.528Z | Checking publicsuffix v2.2.3 |
1867 | 2024-12-06T20:01:02.742Z | Checking cookie v0.18.1 |
1868 | 2024-12-06T20:01:02.996Z | Checking hyper v1.5.0 |
1869 | 2024-12-06T20:01:03.151Z | Checking webpki-roots v0.26.6 |
1870 | 2024-12-06T20:01:03.312Z | Checking backtrace v0.3.74 |
1871 | 2024-12-06T20:01:03.342Z | Checking idna v0.5.0 |
1872 | 2024-12-06T20:01:03.619Z | Checking is-terminal v0.4.13 |
1873 | 2024-12-06T20:01:03.725Z | Checking scroll v0.12.0 |
1874 | 2024-12-06T20:01:03.798Z | Checking anyhow v1.0.93 |
1875 | 2024-12-06T20:01:03.978Z | Checking plain v0.2.3 |
1876 | 2024-12-06T20:01:04.111Z | Checking ucd-trie v0.1.7 |
1877 | 2024-12-06T20:01:04.140Z | Checking cookie_store v0.21.0 |
1878 | 2024-12-06T20:01:04.167Z | Checking goblin v0.8.2 |
1879 | 2024-12-06T20:01:04.313Z | Checking pest v2.7.14 |
1880 | 2024-12-06T20:01:04.696Z | Checking sync_wrapper v1.0.1 |
1881 | 2024-12-06T20:01:04.742Z | Checking base16ct v0.2.0 |
1882 | 2024-12-06T20:01:04.790Z | Checking hyper-util v0.1.10 |
1883 | 2024-12-06T20:01:04.828Z | Checking tokio-rustls v0.26.0 |
1884 | 2024-12-06T20:01:04.859Z | Checking pretty-hex v0.4.1 |
1885 | 2024-12-06T20:01:04.932Z | Checking sec1 v0.7.3 |
1886 | 2024-12-06T20:01:05.037Z | Checking num-integer v0.1.46 |
1887 | 2024-12-06T20:01:05.065Z | Checking clap v4.5.21 |
1888 | 2024-12-06T20:01:05.186Z | Checking ff v0.13.0 |
1889 | 2024-12-06T20:01:05.214Z | Checking thread-id v4.2.2 |
1890 | 2024-12-06T20:01:05.282Z | Checking toml_edit v0.22.22 |
1891 | 2024-12-06T20:01:05.328Z | Checking hkdf v0.12.4 |
1892 | 2024-12-06T20:01:05.381Z | Checking group v0.13.0 |
1893 | 2024-12-06T20:01:05.472Z | Checking crypto-bigint v0.5.5 |
1894 | 2024-12-06T20:01:05.523Z | Checking dirs-sys-next v0.1.2 |
1895 | 2024-12-06T20:01:05.587Z | Checking native-tls v0.2.12 |
1896 | 2024-12-06T20:01:05.614Z | Checking memmap v0.7.0 |
1897 | 2024-12-06T20:01:05.704Z | Checking crc32fast v1.4.2 |
1898 | 2024-12-06T20:01:05.808Z | Checking static_assertions v1.1.0 |
1899 | 2024-12-06T20:01:05.873Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-12-06T20:01:05.916Z | Checking utf-8 v0.7.6 |
1901 | 2024-12-06T20:01:05.942Z | Checking bitflags v1.3.2 |
1902 | 2024-12-06T20:01:06.037Z | Checking dirs-next v2.0.0 |
1903 | 2024-12-06T20:01:06.096Z | Checking crossbeam-channel v0.5.13 |
1904 | 2024-12-06T20:01:06.121Z | Checking thread_local v1.1.8 |
1905 | 2024-12-06T20:01:06.159Z | Checking unicode-segmentation v1.12.0 |
1906 | 2024-12-06T20:01:06.386Z | Checking term v0.7.0 |
1907 | 2024-12-06T20:01:06.428Z | Checking dtrace-parser v0.2.0 |
1908 | 2024-12-06T20:01:06.512Z | Checking hyper-rustls v0.27.3 |
1909 | 2024-12-06T20:01:06.711Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-06T20:01:06.736Z | Checking num-iter v0.1.45 |
1911 | 2024-12-06T20:01:06.774Z | Checking crossbeam-epoch v0.9.18 |
1912 | 2024-12-06T20:01:06.814Z | Checking take_mut v0.2.2 |
1913 | 2024-12-06T20:01:06.841Z | Checking match_cfg v0.1.0 |
1914 | 2024-12-06T20:01:06.896Z | Checking slog-term v2.9.1 |
1915 | 2024-12-06T20:01:06.940Z | Checking hostname v0.3.1 |
1916 | 2024-12-06T20:01:06.966Z | Checking slog-async v2.8.0 |
1917 | 2024-12-06T20:01:06.990Z | Checking reqwest v0.12.9 |
1918 | 2024-12-06T20:01:07.089Z | Checking bstr v1.10.0 |
1919 | 2024-12-06T20:01:07.171Z | Checking rfc6979 v0.4.0 |
1920 | 2024-12-06T20:01:07.233Z | Checking hex v0.4.3 |
1921 | 2024-12-06T20:01:07.333Z | Checking winnow v0.5.40 |
1922 | 2024-12-06T20:01:07.358Z | Checking managed v0.8.0 |
1923 | 2024-12-06T20:01:07.455Z | Checking toml v0.8.19 |
1924 | 2024-12-06T20:01:07.687Z | Checking crossbeam-deque v0.8.5 |
1925 | 2024-12-06T20:01:07.712Z | Checking num-bigint-dig v0.8.4 |
1926 | 2024-12-06T20:01:07.810Z | Checking elliptic-curve v0.13.8 |
1927 | 2024-12-06T20:01:07.878Z | Checking flate2 v1.0.34 |
1928 | 2024-12-06T20:01:07.958Z | Checking rustls v0.22.4 |
1929 | 2024-12-06T20:01:08.064Z | Checking pkcs1 v0.7.5 |
1930 | 2024-12-06T20:01:08.354Z | Checking dof v0.3.0 |
1931 | 2024-12-06T20:01:08.380Z | Checking ecdsa v0.16.9 |
1932 | 2024-12-06T20:01:08.424Z | Checking curve25519-dalek v4.1.3 |
1933 | 2024-12-06T20:01:08.448Z | Checking zerocopy v0.6.6 |
1934 | 2024-12-06T20:01:08.563Z | Checking siphasher v0.3.11 |
1935 | 2024-12-06T20:01:08.838Z | Checking rayon-core v1.12.1 |
1936 | 2024-12-06T20:01:08.893Z | Checking usdt-impl v0.5.0 |
1937 | 2024-12-06T20:01:09.015Z | Checking ed25519 v2.2.3 |
1938 | 2024-12-06T20:01:09.083Z | Checking slog-json v2.6.1 |
1939 | 2024-12-06T20:01:09.284Z | Checking signal-hook v0.3.17 |
1940 | 2024-12-06T20:01:09.321Z | Checking quick-error v1.2.3 |
1941 | 2024-12-06T20:01:09.370Z | Checking usdt v0.5.0 |
1942 | 2024-12-06T20:01:09.457Z | Checking debug-ignore v1.0.5 |
1943 | 2024-12-06T20:01:09.482Z | Checking slog-bunyan v2.5.0 |
1944 | 2024-12-06T20:01:09.511Z | Checking rsa v0.9.6 |
1945 | 2024-12-06T20:01:09.601Z | Checking multer v3.1.0 |
1946 | 2024-12-06T20:01:09.626Z | Checking itertools v0.10.5 |
1947 | 2024-12-06T20:01:09.650Z | Checking x509-cert v0.2.5 |
1948 | 2024-12-06T20:01:09.675Z | Checking idna v0.4.0 |
1949 | 2024-12-06T20:01:09.848Z | Checking toml_edit v0.19.15 |
1950 | 2024-12-06T20:01:09.966Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-06T20:01:09.990Z | Checking ed25519-dalek v2.1.1 |
1952 | 2024-12-06T20:01:10.098Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-12-06T20:01:10.345Z | Checking hubpack v0.1.2 |
1954 | 2024-12-06T20:01:10.370Z | Checking bzip2-sys v0.1.11+1.0.8 |
1955 | 2024-12-06T20:01:10.395Z | Checking async-stream v0.3.6 |
1956 | 2024-12-06T20:01:10.500Z | Checking hostname v0.4.0 |
1957 | 2024-12-06T20:01:10.573Z | Checking bit-vec v0.6.3 |
1958 | 2024-12-06T20:01:10.631Z | Checking bzip2 v0.4.4 |
1959 | 2024-12-06T20:01:10.657Z | Checking hickory-proto v0.24.1 |
1960 | 2024-12-06T20:01:10.686Z | Checking signal-hook-mio v0.2.4 |
1961 | 2024-12-06T20:01:10.817Z | Checking console v0.15.8 |
1962 | 2024-12-06T20:01:10.887Z | Checking bit-set v0.5.3 |
1963 | 2024-12-06T20:01:10.912Z | Checking hash32 v0.2.1 |
1964 | 2024-12-06T20:01:11.003Z | Checking linked-hash-map v0.5.6 |
1965 | 2024-12-06T20:01:11.044Z | Checking tokio-rustls v0.25.0 |
1966 | 2024-12-06T20:01:11.132Z | Checking unicode-properties v0.1.3 |
1967 | 2024-12-06T20:01:11.195Z | Checking predicates-core v1.0.8 |
1968 | 2024-12-06T20:01:11.309Z | Checking lru-cache v0.1.2 |
1969 | 2024-12-06T20:01:11.333Z | Checking heapless v0.7.17 |
1970 | 2024-12-06T20:01:11.371Z | Checking crossterm v0.28.1 |
1971 | 2024-12-06T20:01:11.398Z | Checking dropshot v0.12.0 |
1972 | 2024-12-06T20:01:11.441Z | Checking stringprep v0.1.5 |
1973 | 2024-12-06T20:01:11.487Z | Checking rayon v1.10.0 |
1974 | 2024-12-06T20:01:11.533Z | Checking phf_shared v0.11.2 |
1975 | 2024-12-06T20:01:11.685Z | Checking similar v2.6.0 |
1976 | 2024-12-06T20:01:11.795Z | Checking tokio-stream v0.1.16 |
1977 | 2024-12-06T20:01:11.962Z | Checking toml v0.7.8 |
1978 | 2024-12-06T20:01:12.249Z | Checking md-5 v0.10.6 |
1979 | 2024-12-06T20:01:12.440Z | Checking float-cmp v0.9.0 |
1980 | 2024-12-06T20:01:12.465Z | Checking difflib v0.4.0 |
1981 | 2024-12-06T20:01:12.554Z | Checking fixedbitset v0.4.2 |
1982 | 2024-12-06T20:01:12.607Z | Checking normalize-line-endings v0.3.0 |
1983 | 2024-12-06T20:01:12.633Z | Checking fallible-iterator v0.2.0 |
1984 | 2024-12-06T20:01:12.730Z | Checking smoltcp v0.9.1 |
1985 | 2024-12-06T20:01:12.756Z | Checking predicates v3.1.2 |
1986 | 2024-12-06T20:01:12.818Z | Checking petgraph v0.6.5 |
1987 | 2024-12-06T20:01:12.924Z | Checking phf v0.11.2 |
1988 | 2024-12-06T20:01:13.162Z | Checking zip v0.6.6 |
1989 | 2024-12-06T20:01:13.187Z | Checking postgres-protocol v0.6.7 |
1990 | 2024-12-06T20:01:13.333Z | Checking resolv-conf v0.7.0 |
1991 | 2024-12-06T20:01:13.639Z | Checking phf_shared v0.10.0 |
1992 | 2024-12-06T20:01:13.756Z | Checking tungstenite v0.24.0 |
1993 | 2024-12-06T20:01:13.780Z | Checking fs-err v2.11.0 |
1994 | 2024-12-06T20:01:13.895Z | Checking serde-big-array v0.5.1 |
1995 | 2024-12-06T20:01:13.985Z | Checking portable-atomic v1.9.0 |
1996 | 2024-12-06T20:01:14.106Z | Checking unicode-width v0.2.0 |
1997 | 2024-12-06T20:01:14.288Z | Checking lalrpop-util v0.19.12 |
1998 | 2024-12-06T20:01:14.466Z | Checking precomputed-hash v0.1.1 |
1999 | 2024-12-06T20:01:14.542Z | Checking number_prefix v0.4.0 |
2000 | 2024-12-06T20:01:14.568Z | Checking new_debug_unreachable v1.0.6 |
2001 | 2024-12-06T20:01:14.593Z | Checking minimal-lexical v0.2.1 |
2002 | 2024-12-06T20:01:14.617Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2024-12-06T20:01:14.671Z | Checking string_cache v0.8.7 |
2004 | 2024-12-06T20:01:14.727Z | Checking hickory-resolver v0.24.1 |
2005 | 2024-12-06T20:01:14.754Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-12-06T20:01:14.784Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-06T20:01:14.887Z | Checking indicatif v0.17.9 |
2008 | 2024-12-06T20:01:14.943Z | Checking itertools v0.12.1 |
2009 | 2024-12-06T20:01:14.967Z | Checking nom v7.1.3 |
2010 | 2024-12-06T20:01:15.053Z | Checking peg-runtime v0.8.3 |
2011 | 2024-12-06T20:01:15.267Z | Checking whoami v1.5.2 |
2012 | 2024-12-06T20:01:15.534Z | Compiling hashbrown v0.14.5 |
2013 | 2024-12-06T20:01:15.560Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-06T20:01:15.588Z | Compiling ident_case v1.0.1 |
2015 | 2024-12-06T20:01:15.614Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-06T20:01:15.785Z | Compiling darling_core v0.20.10 |
2017 | 2024-12-06T20:01:16.144Z | Checking qorb v0.2.1 |
2018 | 2024-12-06T20:01:16.681Z | Compiling regress v0.10.1 |
2019 | 2024-12-06T20:01:17.154Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-06T20:01:17.414Z | Checking heck v0.5.0 |
2021 | 2024-12-06T20:01:17.594Z | Checking progenitor-client v0.8.0 |
2022 | 2024-12-06T20:01:17.915Z | Checking fastrand v2.1.1 |
2023 | 2024-12-06T20:01:18.089Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-06T20:01:18.210Z | Checking ipnetwork v0.20.0 |
2025 | 2024-12-06T20:01:18.239Z | Compiling structmeta-derive v0.3.0 |
2026 | 2024-12-06T20:01:18.380Z | Checking strum v0.26.3 |
2027 | 2024-12-06T20:01:18.524Z | Compiling dropshot v0.13.0 |
2028 | 2024-12-06T20:01:18.551Z | Checking macaddr v1.0.1 |
2029 | 2024-12-06T20:01:18.850Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-12-06T20:01:18.875Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-12-06T20:01:19.493Z | Checking tempfile v3.13.0 |
2032 | 2024-12-06T20:01:19.519Z | Compiling typify-impl v0.2.0 |
2033 | 2024-12-06T20:01:19.839Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-06T20:01:20.153Z | Checking instant v0.1.13 |
2035 | 2024-12-06T20:01:20.265Z | Checking regress v0.9.1 |
2036 | 2024-12-06T20:01:20.661Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-12-06T20:01:20.708Z | Compiling structmeta v0.3.0 |
2038 | 2024-12-06T20:01:20.742Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2039 | 2024-12-06T20:01:21.011Z | Checking backoff v0.4.0 |
2040 | 2024-12-06T20:01:21.125Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-06T20:01:21.295Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-12-06T20:01:21.343Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-06T20:01:21.437Z | Checking wait-timeout v0.2.0 |
2044 | 2024-12-06T20:01:21.497Z | Checking rand_xorshift v0.3.0 |
2045 | 2024-12-06T20:01:21.630Z | Checking rusty-fork v0.3.0 |
2046 | 2024-12-06T20:01:21.654Z | Compiling darling_macro v0.20.10 |
2047 | 2024-12-06T20:01:21.679Z | Checking unarray v0.1.4 |
2048 | 2024-12-06T20:01:21.827Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-06T20:01:21.906Z | Checking proptest v1.5.0 |
2050 | 2024-12-06T20:01:22.442Z | Compiling darling v0.20.10 |
2051 | 2024-12-06T20:01:22.558Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-06T20:01:23.070Z | Checking camino-tempfile v1.1.1 |
2053 | 2024-12-06T20:01:23.130Z | Compiling proc-macro-error v1.0.4 |
2054 | 2024-12-06T20:01:23.328Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2024-12-06T20:01:23.762Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-12-06T20:01:24.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-06T20:01:24.221Z | Compiling structmeta v0.2.0 |
2058 | 2024-12-06T20:01:24.287Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-06T20:01:24.414Z | Compiling foreign-types-macros v0.2.3 |
2060 | 2024-12-06T20:01:24.692Z | Compiling test-strategy v0.3.1 |
2061 | 2024-12-06T20:01:24.918Z | Checking parse-display v0.10.0 |
2062 | 2024-12-06T20:01:24.979Z | Checking serde_with v3.11.0 |
2063 | 2024-12-06T20:01:25.144Z | Checking foreign-types-shared v0.3.1 |
2064 | 2024-12-06T20:01:25.468Z | Checking foreign-types v0.5.0 |
2065 | 2024-12-06T20:01:25.554Z | Checking tabwriter v1.4.0 |
2066 | 2024-12-06T20:01:25.584Z | Checking cstr-argument v0.1.2 |
2067 | 2024-12-06T20:01:25.755Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-06T20:01:25.779Z | Checking pretty-hex v0.2.1 |
2069 | 2024-12-06T20:01:25.857Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-12-06T20:01:25.974Z | Checking colored v2.1.0 |
2071 | 2024-12-06T20:01:26.057Z | Checking smf v0.2.3 |
2072 | 2024-12-06T20:01:26.152Z | Checking base64 v0.21.7 |
2073 | 2024-12-06T20:01:26.250Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-12-06T20:01:26.484Z | Compiling zerocopy v0.8.10 |
2075 | 2024-12-06T20:01:26.510Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-12-06T20:01:26.558Z | Checking num_enum v0.5.11 |
2077 | 2024-12-06T20:01:26.616Z | Compiling itertools v0.13.0 |
2078 | 2024-12-06T20:01:26.662Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-12-06T20:01:26.699Z | Compiling heapless v0.8.0 |
2080 | 2024-12-06T20:01:26.723Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2081 | 2024-12-06T20:01:26.969Z | Checking termtree v0.4.1 |
2082 | 2024-12-06T20:01:27.157Z | Checking predicates-tree v1.0.11 |
2083 | 2024-12-06T20:01:27.314Z | Checking hash32 v0.3.1 |
2084 | 2024-12-06T20:01:27.339Z | Compiling smoltcp v0.11.0 |
2085 | 2024-12-06T20:01:27.425Z | Checking cobs v0.2.3 |
2086 | 2024-12-06T20:01:27.606Z | Checking postcard v1.0.10 |
2087 | 2024-12-06T20:01:27.779Z | Checking sigpipe v0.1.3 |
2088 | 2024-12-06T20:01:27.888Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-06T20:01:27.996Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-06T20:01:28.028Z | Checking atomicwrites v0.4.4 |
2091 | 2024-12-06T20:01:28.089Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-06T20:01:28.165Z | Compiling thiserror v2.0.3 |
2093 | 2024-12-06T20:01:28.216Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-06T20:01:28.240Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-12-06T20:01:28.521Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-06T20:01:28.545Z | Compiling thiserror-impl v2.0.3 |
2097 | 2024-12-06T20:01:28.808Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-12-06T20:01:29.041Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-06T20:01:29.312Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2024-12-06T20:01:30.397Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2101 | 2024-12-06T20:01:30.658Z | Compiling num-derive v0.4.2 |
2102 | 2024-12-06T20:01:30.773Z | Checking fragile v2.0.0 |
2103 | 2024-12-06T20:01:30.997Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2024-12-06T20:01:31.071Z | Checking downcast v0.11.0 |
2105 | 2024-12-06T20:01:31.281Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2106 | 2024-12-06T20:01:31.344Z | Checking zone v0.3.0 |
2107 | 2024-12-06T20:01:31.538Z | Checking tungstenite v0.21.0 |
2108 | 2024-12-06T20:01:31.898Z | Compiling convert_case v0.4.0 |
2109 | 2024-12-06T20:01:31.962Z | Checking newline-converter v0.3.0 |
2110 | 2024-12-06T20:01:32.129Z | Checking expectorate v1.1.0 |
2111 | 2024-12-06T20:01:32.303Z | Checking same-file v1.0.6 |
2112 | 2024-12-06T20:01:32.383Z | Checking tokio-tungstenite v0.21.0 |
2113 | 2024-12-06T20:01:32.477Z | Checking walkdir v2.5.0 |
2114 | 2024-12-06T20:01:32.592Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2115 | 2024-12-06T20:01:32.722Z | Checking arc-swap v1.7.1 |
2116 | 2024-12-06T20:01:32.804Z | Compiling derive_more v0.99.18 |
2117 | 2024-12-06T20:01:32.832Z | Checking xattr v1.3.1 |
2118 | 2024-12-06T20:01:32.973Z | Checking filetime v0.2.25 |
2119 | 2024-12-06T20:01:33.016Z | Checking num-rational v0.4.2 |
2120 | 2024-12-06T20:01:33.090Z | Checking slog-scope v4.4.0 |
2121 | 2024-12-06T20:01:33.177Z | Checking tar v0.4.42 |
2122 | 2024-12-06T20:01:33.281Z | Checking slog-stdlog v4.1.1 |
2123 | 2024-12-06T20:01:33.440Z | Checking slog-envlogger v2.2.0 |
2124 | 2024-12-06T20:01:33.566Z | Checking num-complex v0.4.6 |
2125 | 2024-12-06T20:01:33.653Z | Checking float-ord v0.3.2 |
2126 | 2024-12-06T20:01:33.790Z | Checking swrite v0.1.0 |
2127 | 2024-12-06T20:01:33.907Z | Compiling owo-colors v4.1.0 |
2128 | 2024-12-06T20:01:33.933Z | Compiling cancel-safe-futures v0.1.5 |
2129 | 2024-12-06T20:01:34.373Z | Checking num v0.4.3 |
2130 | 2024-12-06T20:01:34.416Z | Checking libsw v3.3.1 |
2131 | 2024-12-06T20:01:34.489Z | Checking pem v3.0.4 |
2132 | 2024-12-06T20:01:34.593Z | Compiling typify-macro v0.2.0 |
2133 | 2024-12-06T20:01:34.673Z | Checking password-hash v0.5.0 |
2134 | 2024-12-06T20:01:34.698Z | Checking blake2 v0.10.6 |
2135 | 2024-12-06T20:01:34.748Z | Checking linear-map v1.2.0 |
2136 | 2024-12-06T20:01:35.059Z | Checking indent_write v2.2.0 |
2137 | 2024-12-06T20:01:35.088Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2024-12-06T20:01:35.125Z | Checking argon2 v0.5.3 |
2139 | 2024-12-06T20:01:35.304Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-06T20:01:35.435Z | Compiling lzma-sys v0.1.20 |
2141 | 2024-12-06T20:01:35.677Z | Checking mockall v0.13.0 |
2142 | 2024-12-06T20:01:35.745Z | Checking headers-core v0.3.0 |
2143 | 2024-12-06T20:01:35.775Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2024-12-06T20:01:35.799Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-06T20:01:35.898Z | Compiling heck v0.3.3 |
2146 | 2024-12-06T20:01:35.922Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2147 | 2024-12-06T20:01:35.969Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-06T20:01:36.148Z | Checking headers v0.4.0 |
2149 | 2024-12-06T20:01:36.231Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-06T20:01:36.308Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-12-06T20:01:36.334Z | Checking yasna v0.5.2 |
2152 | 2024-12-06T20:01:36.493Z | Checking highway v1.2.0 |
2153 | 2024-12-06T20:01:36.861Z | Checking base64 v0.13.1 |
2154 | 2024-12-06T20:01:37.098Z | Checking rcgen v0.12.1 |
2155 | 2024-12-06T20:01:37.123Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2024-12-06T20:01:37.225Z | Checking ron v0.7.1 |
2157 | 2024-12-06T20:01:37.545Z | Checking xz2 v0.1.7 |
2158 | 2024-12-06T20:01:37.571Z | Checking zone v0.1.8 |
2159 | 2024-12-06T20:01:37.824Z | Checking subprocess v0.2.9 |
2160 | 2024-12-06T20:01:37.850Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2161 | 2024-12-06T20:01:38.173Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-12-06T20:01:38.237Z | Checking humantime v2.1.0 |
2163 | 2024-12-06T20:01:38.271Z | Compiling typify v0.2.0 |
2164 | 2024-12-06T20:01:38.421Z | Compiling progenitor-impl v0.8.0 |
2165 | 2024-12-06T20:01:38.514Z | Compiling semver v0.1.20 |
2166 | 2024-12-06T20:01:38.939Z | Compiling rustc_version v0.1.7 |
2167 | 2024-12-06T20:01:39.045Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2168 | 2024-12-06T20:01:39.130Z | Checking half v2.4.1 |
2169 | 2024-12-06T20:01:39.331Z | Checking ciborium-io v0.2.2 |
2170 | 2024-12-06T20:01:39.447Z | Checking prettyplease v0.2.25 |
2171 | 2024-12-06T20:01:39.477Z | Compiling newtype_derive v0.1.6 |
2172 | 2024-12-06T20:01:39.629Z | Checking ciborium-ll v0.2.2 |
2173 | 2024-12-06T20:01:39.902Z | Checking ciborium v0.2.2 |
2174 | 2024-12-06T20:01:40.586Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-06T20:01:41.056Z | Checking steno v0.4.1 |
2176 | 2024-12-06T20:01:41.351Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-12-06T20:01:42.083Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2178 | 2024-12-06T20:01:42.350Z | Checking display-error-chain v0.2.2 |
2179 | 2024-12-06T20:01:42.396Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2180 | 2024-12-06T20:01:42.457Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-12-06T20:01:42.530Z | Checking gethostname v0.5.0 |
2182 | 2024-12-06T20:01:42.654Z | Checking nibble_vec v0.1.0 |
2183 | 2024-12-06T20:01:42.840Z | Compiling ring v0.16.20 |
2184 | 2024-12-06T20:01:42.899Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2185 | 2024-12-06T20:01:42.971Z | Compiling blake3 v1.5.4 |
2186 | 2024-12-06T20:01:43.154Z | Checking endian-type v0.1.2 |
2187 | 2024-12-06T20:01:43.346Z | Checking keccak v0.1.5 |
2188 | 2024-12-06T20:01:43.624Z | Checking sha3 v0.10.8 |
2189 | 2024-12-06T20:01:43.682Z | Checking radix_trie v0.2.1 |
2190 | 2024-12-06T20:01:43.985Z | Checking universal-hash v0.5.1 |
2191 | 2024-12-06T20:01:44.066Z | Checking secrecy v0.8.0 |
2192 | 2024-12-06T20:01:44.155Z | Checking opaque-debug v0.3.1 |
2193 | 2024-12-06T20:01:44.181Z | Checking aead v0.5.2 |
2194 | 2024-12-06T20:01:44.263Z | Checking poly1305 v0.8.0 |
2195 | 2024-12-06T20:01:44.287Z | Checking chacha20 v0.9.1 |
2196 | 2024-12-06T20:01:44.762Z | Compiling memmap2 v0.9.5 |
2197 | 2024-12-06T20:01:44.953Z | Compiling arrayref v0.3.9 |
2198 | 2024-12-06T20:01:45.071Z | Compiling constant_time_eq v0.3.1 |
2199 | 2024-12-06T20:01:45.177Z | Compiling spin v0.5.2 |
2200 | 2024-12-06T20:01:45.238Z | Compiling arrayvec v0.7.6 |
2201 | 2024-12-06T20:01:45.352Z | Compiling toolchain_find v0.4.0 |
2202 | 2024-12-06T20:01:45.393Z | Compiling progenitor-macro v0.8.0 |
2203 | 2024-12-06T20:01:45.418Z | Compiling thiserror-impl-no-std v2.0.2 |
2204 | 2024-12-06T20:01:45.510Z | Compiling topological-sort v0.2.2 |
2205 | 2024-12-06T20:01:45.709Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2206 | 2024-12-06T20:01:45.734Z | Compiling rustfmt-wrapper v0.2.1 |
2207 | 2024-12-06T20:01:46.001Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2208 | 2024-12-06T20:01:46.207Z | Checking chacha20poly1305 v0.10.1 |
2209 | 2024-12-06T20:01:46.243Z | Compiling async-recursion v1.1.1 |
2210 | 2024-12-06T20:01:46.316Z | Checking fxhash v0.2.1 |
2211 | 2024-12-06T20:01:46.391Z | Checking bumpalo v3.16.0 |
2212 | 2024-12-06T20:01:46.486Z | Compiling zip v2.1.3 |
2213 | 2024-12-06T20:01:46.698Z | Checking lockfree-object-pool v0.1.6 |
2214 | 2024-12-06T20:01:46.725Z | Checking simd-adler32 v0.3.7 |
2215 | 2024-12-06T20:01:46.784Z | Checking termcolor v1.4.1 |
2216 | 2024-12-06T20:01:46.929Z | Compiling radium v0.7.0 |
2217 | 2024-12-06T20:01:47.049Z | Checking zopfli v0.8.1 |
2218 | 2024-12-06T20:01:47.168Z | Checking maplit v1.0.2 |
2219 | 2024-12-06T20:01:47.281Z | Checking tap v1.0.1 |
2220 | 2024-12-06T20:01:47.356Z | Compiling maybe-uninit v2.0.0 |
2221 | 2024-12-06T20:01:47.444Z | Checking wyz v0.5.1 |
2222 | 2024-12-06T20:01:47.801Z | Checking crc-catalog v2.4.0 |
2223 | 2024-12-06T20:01:47.914Z | Compiling omicron-zone-package v0.11.1 |
2224 | 2024-12-06T20:01:47.945Z | Checking home v0.5.9 |
2225 | 2024-12-06T20:01:47.983Z | Compiling packed_struct v0.10.1 |
2226 | 2024-12-06T20:01:48.087Z | Checking thiserror-no-std v2.0.2 |
2227 | 2024-12-06T20:01:48.113Z | Checking funty v2.0.0 |
2228 | 2024-12-06T20:01:48.204Z | Checking vsss-rs v3.3.4 |
2229 | 2024-12-06T20:01:48.425Z | Checking crc v3.2.1 |
2230 | 2024-12-06T20:01:48.703Z | Compiling const_format_proc_macros v0.2.33 |
2231 | 2024-12-06T20:01:48.804Z | Checking kstat-rs v0.2.4 |
2232 | 2024-12-06T20:01:48.903Z | Checking bitvec v1.0.1 |
2233 | 2024-12-06T20:01:48.935Z | Compiling packed_struct_codegen v0.10.1 |
2234 | 2024-12-06T20:01:49.122Z | Compiling vte_generate_state_changes v0.1.2 |
2235 | 2024-12-06T20:01:49.343Z | Compiling indexmap v1.9.3 |
2236 | 2024-12-06T20:01:49.619Z | Checking nodrop v0.1.14 |
2237 | 2024-12-06T20:01:49.725Z | Compiling libefi-sys v0.1.0 |
2238 | 2024-12-06T20:01:49.749Z | Checking array-init v0.0.4 |
2239 | 2024-12-06T20:01:49.993Z | Checking vte v0.11.1 |
2240 | 2024-12-06T20:01:50.533Z | Checking const_format v0.2.33 |
2241 | 2024-12-06T20:01:50.646Z | Checking smallvec v0.6.14 |
2242 | 2024-12-06T20:01:50.914Z | Checking fd-lock v4.0.2 |
2243 | 2024-12-06T20:01:50.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2244 | 2024-12-06T20:01:51.016Z | Compiling bitfield-struct v0.6.2 |
2245 | 2024-12-06T20:01:51.110Z | Checking hashbrown v0.12.3 |
2246 | 2024-12-06T20:01:51.135Z | Checking bitfield v0.14.0 |
2247 | 2024-12-06T20:01:51.253Z | Checking strip-ansi-escapes v0.2.0 |
2248 | 2024-12-06T20:01:51.394Z | Checking serde-hex v0.1.0 |
2249 | 2024-12-06T20:01:51.439Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2250 | 2024-12-06T20:01:51.669Z | Checking env_logger v0.10.2 |
2251 | 2024-12-06T20:01:51.768Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2252 | 2024-12-06T20:01:52.058Z | Checking ron v0.8.1 |
2253 | 2024-12-06T20:01:52.082Z | Checking hashbrown v0.13.2 |
2254 | 2024-12-06T20:01:52.214Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-06T20:01:52.673Z | Checking crc-any v2.5.0 |
2256 | 2024-12-06T20:01:52.718Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-06T20:01:52.835Z | Checking nu-ansi-term v0.50.1 |
2258 | 2024-12-06T20:01:52.977Z | Checking object v0.30.4 |
2259 | 2024-12-06T20:01:53.010Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-06T20:01:53.179Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2261 | 2024-12-06T20:01:53.205Z | Checking reedline v0.35.0 |
2262 | 2024-12-06T20:01:53.430Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2263 | 2024-12-06T20:01:53.454Z | Compiling parking_lot_core v0.8.6 |
2264 | 2024-12-06T20:01:53.604Z | Checking path-slash v0.1.5 |
2265 | 2024-12-06T20:01:53.651Z | Compiling phf_generator v0.11.2 |
2266 | 2024-12-06T20:01:53.752Z | Checking bytecount v0.6.8 |
2267 | 2024-12-06T20:01:53.834Z | Checking glob v0.3.1 |
2268 | 2024-12-06T20:01:53.917Z | Checking papergrid v0.11.0 |
2269 | 2024-12-06T20:01:54.109Z | Compiling phf_codegen v0.11.2 |
2270 | 2024-12-06T20:01:54.200Z | Checking parking_lot v0.11.2 |
2271 | 2024-12-06T20:01:54.369Z | Compiling tabled_derive v0.7.0 |
2272 | 2024-12-06T20:01:54.522Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2273 | 2024-12-06T20:01:54.573Z | Compiling parse-zoneinfo v0.3.1 |
2274 | 2024-12-06T20:01:54.768Z | Compiling cfg_aliases v0.1.1 |
2275 | 2024-12-06T20:01:54.885Z | Compiling nix v0.28.0 |
2276 | 2024-12-06T20:01:55.241Z | Compiling chrono-tz-build v0.4.0 |
2277 | 2024-12-06T20:01:55.565Z | Checking sled v0.34.7 |
2278 | 2024-12-06T20:01:55.592Z | Checking hickory-client v0.24.1 |
2279 | 2024-12-06T20:01:56.214Z | Checking hickory-server v0.24.1 |
2280 | 2024-12-06T20:01:56.376Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2281 | 2024-12-06T20:01:56.457Z | Checking tabled v0.15.0 |
2282 | 2024-12-06T20:01:56.534Z | Compiling chrono-tz v0.10.0 |
2283 | 2024-12-06T20:01:57.095Z | Compiling buf-list v1.0.3 |
2284 | 2024-12-06T20:01:57.896Z | Checking progenitor v0.8.0 |
2285 | 2024-12-06T20:01:58.163Z | Compiling peg-macros v0.8.4 |
2286 | 2024-12-06T20:01:58.192Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2287 | 2024-12-06T20:01:58.233Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2288 | 2024-12-06T20:01:58.411Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2289 | 2024-12-06T20:01:59.151Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2290 | 2024-12-06T20:02:00.116Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2291 | 2024-12-06T20:02:01.250Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-12-06T20:02:02.081Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2293 | 2024-12-06T20:02:02.244Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2294 | 2024-12-06T20:02:02.492Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-06T20:02:02.535Z | Compiling sqlparser_derive v0.2.2 |
2296 | 2024-12-06T20:02:03.431Z | Checking unicode_categories v0.1.1 |
2297 | 2024-12-06T20:02:03.691Z | Checking sqlformat v0.2.6 |
2298 | 2024-12-06T20:02:03.795Z | Checking sqlparser v0.45.0 |
2299 | 2024-12-06T20:02:03.880Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2300 | 2024-12-06T20:02:04.229Z | Checking peg v0.8.4 |
2301 | 2024-12-06T20:02:04.359Z | Checking rustyline v14.0.0 |
2302 | 2024-12-06T20:02:05.533Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2303 | 2024-12-06T20:02:06.061Z | Checking bcs v0.1.6 |
2304 | 2024-12-06T20:02:06.098Z | Checking primeorder v0.13.6 |
2305 | 2024-12-06T20:02:06.484Z | Compiling unicase v2.7.0 |
2306 | 2024-12-06T20:02:06.519Z | Checking nanorand v0.7.0 |
2307 | 2024-12-06T20:02:06.838Z | Checking flume v0.11.1 |
2308 | 2024-12-06T20:02:06.926Z | Checking atty v0.2.14 |
2309 | 2024-12-06T20:02:07.049Z | Compiling salty v0.3.0 |
2310 | 2024-12-06T20:02:07.403Z | Checking p384 v0.13.0 |
2311 | 2024-12-06T20:02:07.462Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2312 | 2024-12-06T20:02:07.647Z | Compiling mime_guess v2.0.5 |
2313 | 2024-12-06T20:02:08.393Z | Checking env_filter v0.1.2 |
2314 | 2024-12-06T20:02:08.617Z | Checking http-range v0.1.5 |
2315 | 2024-12-06T20:02:08.755Z | Checking env_logger v0.11.5 |
2316 | 2024-12-06T20:02:08.779Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2317 | 2024-12-06T20:02:09.065Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2318 | 2024-12-06T20:02:09.367Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2024-12-06T20:02:09.432Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-12-06T20:02:09.669Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-12-06T20:02:09.762Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-06T20:02:09.916Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-06T20:02:10.225Z | Checking r2d2 v0.8.10 |
2324 | 2024-12-06T20:02:10.485Z | Checking hyper-staticfile v0.10.1 |
2325 | 2024-12-06T20:02:10.993Z | Compiling diesel_derives v2.2.3 |
2326 | 2024-12-06T20:02:11.017Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2327 | 2024-12-06T20:02:11.222Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d6dd7c72b515c9a06e848a12b0e3d028f0371ab3#d6dd7c72) |
2328 | 2024-12-06T20:02:11.455Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-06T20:02:11.571Z | Compiling tiny-keccak v2.0.2 |
2330 | 2024-12-06T20:02:11.964Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2331 | 2024-12-06T20:02:12.015Z | Compiling pin-project-internal v1.1.6 |
2332 | 2024-12-06T20:02:12.203Z | Compiling ref-cast v1.0.23 |
2333 | 2024-12-06T20:02:13.264Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2334 | 2024-12-06T20:02:13.477Z | Compiling ascii-canvas v3.0.0 |
2335 | 2024-12-06T20:02:13.525Z | Compiling ena v0.14.3 |
2336 | 2024-12-06T20:02:13.898Z | Compiling ref-cast-impl v1.0.23 |
2337 | 2024-12-06T20:02:13.961Z | Compiling regex-syntax v0.6.29 |
2338 | 2024-12-06T20:02:14.565Z | Compiling diff v0.1.13 |
2339 | 2024-12-06T20:02:14.650Z | Checking pin-project v1.1.6 |
2340 | 2024-12-06T20:02:14.807Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2024-12-06T20:02:15.061Z | Checking signal-hook-tokio v0.3.1 |
2342 | 2024-12-06T20:02:15.171Z | Compiling snafu-derive v0.8.5 |
2343 | 2024-12-06T20:02:15.229Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2344 | 2024-12-06T20:02:15.479Z | Compiling derive_builder_core v0.20.2 |
2345 | 2024-12-06T20:02:17.586Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2346 | 2024-12-06T20:02:18.056Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2347 | 2024-12-06T20:02:18.996Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2348 | 2024-12-06T20:02:19.884Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2349 | 2024-12-06T20:02:20.610Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2350 | 2024-12-06T20:02:21.000Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2351 | 2024-12-06T20:02:21.749Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2352 | 2024-12-06T20:02:22.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2353 | 2024-12-06T20:02:22.140Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2354 | 2024-12-06T20:02:22.333Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-06T20:02:22.507Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-06T20:02:22.820Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2357 | 2024-12-06T20:02:22.878Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2024-12-06T20:02:22.903Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2359 | 2024-12-06T20:02:23.453Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2360 | 2024-12-06T20:02:23.478Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-12-06T20:02:23.779Z | Checking diesel v2.2.4 |
2362 | 2024-12-06T20:02:23.984Z | Compiling lalrpop v0.19.12 |
2363 | 2024-12-06T20:02:24.062Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2364 | 2024-12-06T20:02:24.264Z | Checking snafu v0.8.5 |
2365 | 2024-12-06T20:02:24.465Z | Checking globset v0.4.15 |
2366 | 2024-12-06T20:02:24.712Z | Checking olpc-cjson v0.1.4 |
2367 | 2024-12-06T20:02:24.902Z | Checking serde_plain v1.0.2 |
2368 | 2024-12-06T20:02:24.926Z | Compiling libxml v0.3.3 |
2369 | 2024-12-06T20:02:25.256Z | Compiling memoffset v0.9.1 |
2370 | 2024-12-06T20:02:25.402Z | Checking typed-path v0.9.3 |
2371 | 2024-12-06T20:02:25.719Z | Compiling derive_builder_macro v0.20.2 |
2372 | 2024-12-06T20:02:26.477Z | Checking tungstenite v0.23.0 |
2373 | 2024-12-06T20:02:27.072Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2024-12-06T20:02:27.165Z | Checking tough v0.19.0 |
2375 | 2024-12-06T20:02:27.290Z | Compiling strum_macros v0.24.3 |
2376 | 2024-12-06T20:02:28.170Z | Compiling samael v0.0.17 |
2377 | 2024-12-06T20:02:28.383Z | Checking parse-size v1.1.0 |
2378 | 2024-12-06T20:02:28.554Z | Compiling indoc v1.0.9 |
2379 | 2024-12-06T20:02:29.083Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-06T20:02:29.420Z | Checking tokio-tungstenite v0.23.1 |
2381 | 2024-12-06T20:02:29.827Z | Checking derive_builder v0.20.2 |
2382 | 2024-12-06T20:02:30.424Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2383 | 2024-12-06T20:02:30.678Z | Checking quick-xml v0.33.0 |
2384 | 2024-12-06T20:02:31.266Z | Compiling oso-derive v0.27.3 |
2385 | 2024-12-06T20:02:31.436Z | Compiling impl-trait-for-tuples v0.2.2 |
2386 | 2024-12-06T20:02:31.500Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2387 | 2024-12-06T20:02:31.530Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2024-12-06T20:02:32.186Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2389 | 2024-12-06T20:02:32.330Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2024-12-06T20:02:32.535Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2024-12-06T20:02:32.926Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2024-12-06T20:02:33.435Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2393 | 2024-12-06T20:02:33.907Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-12-06T20:02:34.274Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2395 | 2024-12-06T20:02:34.431Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2396 | 2024-12-06T20:02:35.618Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2397 | 2024-12-06T20:02:35.832Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-12-06T20:02:36.683Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2399 | 2024-12-06T20:02:39.292Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2400 | 2024-12-06T20:02:40.415Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2401 | 2024-12-06T20:02:41.133Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2024-12-06T20:02:41.535Z | Checking nix v0.27.1 |
2403 | 2024-12-06T20:02:42.619Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2404 | 2024-12-06T20:02:42.891Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2405 | 2024-12-06T20:02:43.129Z | Compiling diesel-dtrace v0.3.0 |
2406 | 2024-12-06T20:02:43.468Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2407 | 2024-12-06T20:02:44.130Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2408 | 2024-12-06T20:02:44.387Z | Checking bb8 v0.8.5 |
2409 | 2024-12-06T20:02:44.532Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2410 | 2024-12-06T20:02:44.838Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2411 | 2024-12-06T20:02:44.888Z | Checking heck v0.4.1 |
2412 | 2024-12-06T20:02:45.080Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2413 | 2024-12-06T20:02:45.285Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-06T20:02:45.458Z | Checking assert_matches v1.5.0 |
2415 | 2024-12-06T20:02:45.504Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2024-12-06T20:02:45.539Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2417 | 2024-12-06T20:02:45.572Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-12-06T20:02:45.709Z | Compiling libz-sys v1.1.20 |
2419 | 2024-12-06T20:02:45.809Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2024-12-06T20:02:46.435Z | Checking is_ci v1.2.0 |
2421 | 2024-12-06T20:02:46.506Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2422 | 2024-12-06T20:02:46.578Z | Checking supports-color v3.0.1 |
2423 | 2024-12-06T20:02:46.933Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2424 | 2024-12-06T20:02:47.090Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2425 | 2024-12-06T20:02:47.468Z | Compiling vergen v8.3.2 |
2426 | 2024-12-06T20:02:47.629Z | Compiling cargo-platform v0.1.8 |
2427 | 2024-12-06T20:02:47.734Z | Checking smawk v0.3.2 |
2428 | 2024-12-06T20:02:47.942Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-06T20:02:48.188Z | Compiling cargo_metadata v0.18.1 |
2430 | 2024-12-06T20:02:48.313Z | Checking textwrap v0.16.1 |
2431 | 2024-12-06T20:02:48.472Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-12-06T20:02:48.735Z | Checking castaway v0.2.3 |
2433 | 2024-12-06T20:02:48.829Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2024-12-06T20:02:48.904Z | Compiling rustls v0.21.12 |
2435 | 2024-12-06T20:02:48.974Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-12-06T20:02:49.098Z | Compiling nix v0.29.0 |
2437 | 2024-12-06T20:02:49.347Z | Checking compact_str v0.8.0 |
2438 | 2024-12-06T20:02:49.939Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-06T20:02:50.132Z | Checking unicode-truncate v1.1.0 |
2440 | 2024-12-06T20:02:50.222Z | Checking sct v0.7.1 |
2441 | 2024-12-06T20:02:50.363Z | Checking rustls-webpki v0.101.7 |
2442 | 2024-12-06T20:02:50.431Z | Checking lru v0.12.5 |
2443 | 2024-12-06T20:02:50.603Z | Compiling instability v0.3.2 |
2444 | 2024-12-06T20:02:50.695Z | Checking cassowary v0.3.0 |
2445 | 2024-12-06T20:02:51.353Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2446 | 2024-12-06T20:02:51.533Z | Checking ratatui v0.28.1 |
2447 | 2024-12-06T20:02:51.619Z | Checking hashlink v0.9.1 |
2448 | 2024-12-06T20:02:51.644Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-12-06T20:02:51.956Z | Checking plotters-backend v0.3.7 |
2450 | 2024-12-06T20:02:52.182Z | Checking fallible-iterator v0.3.0 |
2451 | 2024-12-06T20:02:52.311Z | Checking parking v2.2.1 |
2452 | 2024-12-06T20:02:52.483Z | Checking fallible-streaming-iterator v0.1.9 |
2453 | 2024-12-06T20:02:52.711Z | Checking plotters-svg v0.3.7 |
2454 | 2024-12-06T20:02:52.778Z | Checking rusqlite v0.32.1 |
2455 | 2024-12-06T20:02:53.418Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2456 | 2024-12-06T20:02:53.842Z | Checking tokio-rustls v0.24.1 |
2457 | 2024-12-06T20:02:53.951Z | Checking async-bb8-diesel v0.2.1 |
2458 | 2024-12-06T20:02:54.199Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-12-06T20:02:54.225Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2460 | 2024-12-06T20:02:54.294Z | Checking rustls-pemfile v1.0.4 |
2461 | 2024-12-06T20:02:54.518Z | Checking twox-hash v1.6.3 |
2462 | 2024-12-06T20:02:54.542Z | Checking cast v0.3.0 |
2463 | 2024-12-06T20:02:54.601Z | Checking plotters v0.3.7 |
2464 | 2024-12-06T20:02:54.644Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2465 | 2024-12-06T20:02:54.834Z | Checking criterion-plot v0.5.0 |
2466 | 2024-12-06T20:02:54.942Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2467 | 2024-12-06T20:02:55.278Z | Checking fatfs v0.3.6 |
2468 | 2024-12-06T20:02:55.355Z | Checking tinytemplate v1.2.1 |
2469 | 2024-12-06T20:02:55.715Z | Checking csv-core v0.1.11 |
2470 | 2024-12-06T20:02:56.103Z | Checking anes v0.1.6 |
2471 | 2024-12-06T20:02:56.215Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-06T20:02:56.240Z | Checking shell-words v1.1.0 |
2473 | 2024-12-06T20:02:56.359Z | Checking oorandom v11.1.4 |
2474 | 2024-12-06T20:02:56.421Z | Checking csv v1.3.0 |
2475 | 2024-12-06T20:02:56.448Z | Checking event-listener v5.3.1 |
2476 | 2024-12-06T20:02:56.473Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2477 | 2024-12-06T20:02:56.515Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2478 | 2024-12-06T20:02:56.837Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2479 | 2024-12-06T20:02:57.178Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2480 | 2024-12-06T20:02:57.793Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2481 | 2024-12-06T20:02:57.980Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-06T20:02:59.289Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2483 | 2024-12-06T20:03:00.205Z | Checking criterion v0.5.1 |
2484 | 2024-12-06T20:03:01.300Z | Checking rtoolbox v0.0.2 |
2485 | 2024-12-06T20:03:01.491Z | Checking rpassword v7.3.1 |
2486 | 2024-12-06T20:03:01.642Z | Checking event-listener-strategy v0.5.2 |
2487 | 2024-12-06T20:03:01.857Z | Checking tui-tree-widget v0.22.0 |
2488 | 2024-12-06T20:03:02.154Z | Checking polyval v0.6.2 |
2489 | 2024-12-06T20:03:02.418Z | Checking ghash v0.5.1 |
2490 | 2024-12-06T20:03:02.589Z | Checking futures-lite v2.3.0 |
2491 | 2024-12-06T20:03:02.746Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2024-12-06T20:03:03.096Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-06T20:03:03.561Z | Checking ctr v0.9.2 |
2494 | 2024-12-06T20:03:03.759Z | Checking yansi v1.0.1 |
2495 | 2024-12-06T20:03:04.102Z | Checking aes-gcm v0.10.3 |
2496 | 2024-12-06T20:03:04.246Z | Checking pretty_assertions v1.4.1 |
2497 | 2024-12-06T20:03:04.336Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2024-12-06T20:03:04.391Z | Checking ssh-encoding v0.2.0 |
2499 | 2024-12-06T20:03:04.453Z | Checking blowfish v0.9.1 |
2500 | 2024-12-06T20:03:04.692Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2024-12-06T20:03:04.717Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-12-06T20:03:04.943Z | Checking async-lock v3.4.0 |
2503 | 2024-12-06T20:03:05.002Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2504 | 2024-12-06T20:03:05.744Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2505 | 2024-12-06T20:03:05.825Z | Checking polling v3.7.3 |
2506 | 2024-12-06T20:03:06.186Z | Checking password-hash v0.4.2 |
2507 | 2024-12-06T20:03:06.570Z | Checking matches v0.1.10 |
2508 | 2024-12-06T20:03:06.678Z | Checking idna v0.2.3 |
2509 | 2024-12-06T20:03:07.033Z | Checking pbkdf2 v0.11.0 |
2510 | 2024-12-06T20:03:07.298Z | Checking async-io v2.3.4 |
2511 | 2024-12-06T20:03:07.363Z | Checking ssh-key v0.6.6 |
2512 | 2024-12-06T20:03:08.040Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2513 | 2024-12-06T20:03:08.077Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2514 | 2024-12-06T20:03:08.860Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2515 | 2024-12-06T20:03:09.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2516 | 2024-12-06T20:03:09.564Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2517 | 2024-12-06T20:03:10.564Z | Checking p521 v0.13.3 |
2518 | 2024-12-06T20:03:10.639Z | Checking p256 v0.13.2 |
2519 | 2024-12-06T20:03:11.116Z | Compiling enum-as-inner v0.5.1 |
2520 | 2024-12-06T20:03:11.738Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-06T20:03:11.945Z | Compiling doc-comment v0.3.3 |
2522 | 2024-12-06T20:03:12.015Z | Compiling target-lexicon v0.12.16 |
2523 | 2024-12-06T20:03:12.493Z | Checking async-task v4.7.1 |
2524 | 2024-12-06T20:03:12.824Z | Checking md5 v0.7.0 |
2525 | 2024-12-06T20:03:13.093Z | Checking russh-keys v0.45.0 |
2526 | 2024-12-06T20:03:13.118Z | Checking trust-dns-proto v0.22.0 |
2527 | 2024-12-06T20:03:13.703Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2528 | 2024-12-06T20:03:14.324Z | Checking async-channel v2.3.1 |
2529 | 2024-12-06T20:03:14.634Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-12-06T20:03:14.710Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2024-12-06T20:03:15.503Z | Checking piper v0.2.4 |
2532 | 2024-12-06T20:03:15.746Z | Checking num-bigint v0.4.6 |
2533 | 2024-12-06T20:03:16.305Z | Checking des v0.8.1 |
2534 | 2024-12-06T20:03:16.473Z | Compiling guppy-workspace-hack v0.1.0 |
2535 | 2024-12-06T20:03:16.585Z | Compiling assert_cmd v2.0.16 |
2536 | 2024-12-06T20:03:16.777Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-06T20:03:17.015Z | Compiling dhcproto-macros v0.1.0 |
2538 | 2024-12-06T20:03:17.168Z | Checking blocking v1.6.1 |
2539 | 2024-12-06T20:03:17.924Z | Checking dhcproto v0.12.0 |
2540 | 2024-12-06T20:03:17.975Z | Checking russh v0.45.0 |
2541 | 2024-12-06T20:03:18.062Z | Checking async-executor v1.13.1 |
2542 | 2024-12-06T20:03:18.377Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-12-06T20:03:18.902Z | Checking async-signal v0.2.10 |
2544 | 2024-12-06T20:03:19.166Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2024-12-06T20:03:19.533Z | Checking event-listener v2.5.3 |
2546 | 2024-12-06T20:03:19.558Z | Checking internet-checksum v0.2.1 |
2547 | 2024-12-06T20:03:19.749Z | Compiling target-spec v3.2.2 |
2548 | 2024-12-06T20:03:20.242Z | Checking async-channel v1.9.0 |
2549 | 2024-12-06T20:03:21.010Z | Checking async-process v2.3.0 |
2550 | 2024-12-06T20:03:21.399Z | Checking async-global-executor v2.4.1 |
2551 | 2024-12-06T20:03:21.472Z | Checking cfg-expr v0.17.0 |
2552 | 2024-12-06T20:03:21.828Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-12-06T20:03:22.119Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2024-12-06T20:03:22.185Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2024-12-06T20:03:22.579Z | Checking httptest v0.16.1 |
2556 | 2024-12-06T20:03:23.117Z | Checking rustls-native-certs v0.7.3 |
2557 | 2024-12-06T20:03:23.246Z | Compiling petname v2.0.2 |
2558 | 2024-12-06T20:03:23.298Z | Checking num_cpus v1.16.0 |
2559 | 2024-12-06T20:03:23.435Z | Checking kv-log-macro v1.0.7 |
2560 | 2024-12-06T20:03:23.575Z | Compiling async-attributes v1.1.2 |
2561 | 2024-12-06T20:03:24.301Z | Checking async-std v1.13.0 |
2562 | 2024-12-06T20:03:26.009Z | Checking threadpool v1.8.1 |
2563 | 2024-12-06T20:03:26.204Z | Checking hyper-rustls v0.26.0 |
2564 | 2024-12-06T20:03:26.511Z | Checking pathdiff v0.2.2 |
2565 | 2024-12-06T20:03:26.603Z | Compiling rstest_macros v0.23.0 |
2566 | 2024-12-06T20:03:26.660Z | Checking nested v0.1.1 |
2567 | 2024-12-06T20:03:26.864Z | Checking escape8259 v0.5.3 |
2568 | 2024-12-06T20:03:27.059Z | Compiling target-triple v0.1.3 |
2569 | 2024-12-06T20:03:27.206Z | Checking libtest-mimic v0.7.3 |
2570 | 2024-12-06T20:03:27.464Z | Checking async-object-pool v0.1.5 |
2571 | 2024-12-06T20:03:27.560Z | Checking guppy v0.17.8 |
2572 | 2024-12-06T20:03:27.653Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2024-12-06T20:03:28.249Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2024-12-06T20:03:28.512Z | Checking similar-asserts v1.6.0 |
2575 | 2024-12-06T20:03:28.744Z | Checking fancy-regex v0.13.0 |
2576 | 2024-12-06T20:03:29.393Z | Checking serde_regex v1.1.0 |
2577 | 2024-12-06T20:03:29.417Z | Checking assert-json-diff v2.0.2 |
2578 | 2024-12-06T20:03:29.637Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2024-12-06T20:03:29.681Z | Checking path-tree v0.8.1 |
2580 | 2024-12-06T20:03:29.990Z | Checking sync-ptr v0.1.1 |
2581 | 2024-12-06T20:03:30.206Z | Checking stringmetrics v2.2.2 |
2582 | 2024-12-06T20:03:30.349Z | Compiling relative-path v1.9.3 |
2583 | 2024-12-06T20:03:30.451Z | Checking httpmock v0.8.0-alpha.1 |
2584 | 2024-12-06T20:03:30.923Z | Checking datatest-stable v0.2.9 |
2585 | 2024-12-06T20:03:31.361Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2024-12-06T20:03:32.689Z | Checking blake2b_simd v1.0.2 |
2587 | 2024-12-06T20:03:33.503Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2024-12-06T20:03:34.447Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-12-06T20:03:34.619Z | Compiling git2 v0.19.0 |
2590 | 2024-12-06T20:03:34.749Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-12-06T20:03:35.028Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-06T20:03:35.052Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2593 | 2024-12-06T20:03:35.340Z | Checking serde_tokenstream v0.2.2 |
2594 | 2024-12-06T20:03:35.509Z | Checking uzers v0.12.1 |
2595 | 2024-12-06T20:03:35.810Z | Checking rust-argon2 v2.1.0 |
2596 | 2024-12-06T20:03:35.883Z | Checking trybuild v1.0.101 |
2597 | 2024-12-06T20:03:36.187Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2024-12-06T20:03:36.500Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2599 | 2024-12-06T20:03:37.039Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2600 | 2024-12-06T20:03:37.321Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-12-06T20:03:37.813Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2602 | 2024-12-06T20:03:38.071Z | Checking rand_distr v0.4.3 |
2603 | 2024-12-06T20:03:38.265Z | Checking multimap v0.10.0 |
2604 | 2024-12-06T20:03:38.546Z | Checking approx v0.5.1 |
2605 | 2024-12-06T20:03:38.769Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2606 | 2024-12-06T20:03:39.773Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2607 | 2024-12-06T20:03:39.988Z | Checking rstest v0.23.0 |
2608 | 2024-12-06T20:03:40.194Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2609 | 2024-12-06T20:03:40.652Z | Checking partial-io v0.5.4 |
2610 | 2024-12-06T20:03:41.004Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2611 | 2024-12-06T20:03:41.071Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2612 | 2024-12-06T20:03:41.287Z | Checking cargo_toml v0.20.5 |
2613 | 2024-12-06T20:03:41.548Z | Checking termios v0.3.3 |
2614 | 2024-12-06T20:03:41.740Z | Compiling indoc v2.0.5 |
2615 | 2024-12-06T20:03:42.310Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2616 | 2024-12-06T20:03:42.828Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2617 | 2024-12-06T20:03:42.968Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2618 | 2024-12-06T20:03:45.033Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2024-12-06T20:04:00.397Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2620 | 2024-12-06T20:04:03.088Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2621 | 2024-12-06T20:04:05.591Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2622 | 2024-12-06T20:04:27.732Z | Compiling polar-core v0.27.3 |
2623 | 2024-12-06T20:04:34.610Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2624 | 2024-12-06T20:04:34.635Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2625 | 2024-12-06T20:04:37.194Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2626 | 2024-12-06T20:04:37.459Z | Checking oso v0.27.3 |
2627 | 2024-12-06T20:05:30.057Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2628 | 2024-12-06T20:05:30.057Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2629 | 2024-12-06T20:05:30.082Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2630 | 2024-12-06T20:07:16.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
2631 | 2024-12-06T20:07:16.990Z | |
2632 | 2024-12-06T20:07:16.990Z | real 6:39.687028482 |
2633 | 2024-12-06T20:07:16.991Z | user 31:54.828196317 |
2634 | 2024-12-06T20:07:16.991Z | sys 6:19.770678433 |
2635 | 2024-12-06T20:07:16.991Z | trap 0.881128240 |
2636 | 2024-12-06T20:07:16.991Z | tflt 1.047301787 |
2637 | 2024-12-06T20:07:17.016Z | dflt 0.740846393 |
2638 | 2024-12-06T20:07:17.016Z | kflt 0.010699880 |
2639 | 2024-12-06T20:07:17.016Z | lock 47:36.429660340 |
2640 | 2024-12-06T20:07:17.016Z | slp 1:50:48.618053998 |
2641 | 2024-12-06T20:07:17.016Z | lat 1:40.887417866 |
2642 | 2024-12-06T20:07:17.016Z | stop 6:01.930138854 |
2643 | 2024-12-06T20:07:17.016Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2644 | 2024-12-06T20:07:17.016Z | + ptime -m cargo doc --workspace --no-deps |
2645 | 2024-12-06T20:07:18.450Z | warning: output filename collision. |
2646 | 2024-12-06T20:07:18.450Z | 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)`. |
2647 | 2024-12-06T20:07:18.450Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2648 | 2024-12-06T20:07:18.450Z | The targets should have unique names. |
2649 | 2024-12-06T20:07:18.450Z | This is a known bug where multiple crates with the same name use |
2650 | 2024-12-06T20:07:18.450Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2651 | 2024-12-06T20:07:19.122Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2024-12-06T20:07:19.159Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-06T20:07:19.183Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-12-06T20:07:19.232Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2655 | 2024-12-06T20:07:19.257Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-12-06T20:07:19.289Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2657 | 2024-12-06T20:07:19.289Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2658 | 2024-12-06T20:07:19.488Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2024-12-06T20:07:19.532Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2660 | 2024-12-06T20:07:19.556Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2661 | 2024-12-06T20:07:19.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2662 | 2024-12-06T20:07:19.768Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2663 | 2024-12-06T20:07:19.835Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2664 | 2024-12-06T20:07:20.087Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2665 | 2024-12-06T20:07:20.225Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2666 | 2024-12-06T20:07:20.249Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2667 | 2024-12-06T20:07:22.500Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2668 | 2024-12-06T20:07:22.809Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2669 | 2024-12-06T20:07:23.041Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2670 | 2024-12-06T20:07:23.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2671 | 2024-12-06T20:07:23.328Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-12-06T20:07:23.599Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2673 | 2024-12-06T20:07:23.888Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-12-06T20:07:23.944Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2675 | 2024-12-06T20:07:24.097Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2676 | 2024-12-06T20:07:24.226Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2677 | 2024-12-06T20:07:24.586Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2678 | 2024-12-06T20:07:24.616Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2679 | 2024-12-06T20:07:24.785Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2680 | 2024-12-06T20:07:24.880Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2681 | 2024-12-06T20:07:25.051Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2682 | 2024-12-06T20:07:25.228Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2683 | 2024-12-06T20:07:25.253Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2684 | 2024-12-06T20:07:25.304Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2685 | 2024-12-06T20:07:25.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2686 | 2024-12-06T20:07:25.857Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2687 | 2024-12-06T20:07:25.885Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-12-06T20:07:26.082Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2689 | 2024-12-06T20:07:26.230Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-06T20:07:26.296Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-06T20:07:26.390Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2692 | 2024-12-06T20:07:27.061Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2693 | 2024-12-06T20:07:27.245Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-12-06T20:07:29.662Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2695 | 2024-12-06T20:07:31.413Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2696 | 2024-12-06T20:07:31.465Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-12-06T20:07:31.686Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2698 | 2024-12-06T20:07:32.243Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2699 | 2024-12-06T20:07:32.654Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2700 | 2024-12-06T20:07:32.678Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2701 | 2024-12-06T20:07:33.577Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2702 | 2024-12-06T20:07:33.646Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2703 | 2024-12-06T20:07:33.670Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2024-12-06T20:07:33.930Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2705 | 2024-12-06T20:07:38.475Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2706 | 2024-12-06T20:07:39.945Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2707 | 2024-12-06T20:07:39.970Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-06T20:07:40.613Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2709 | 2024-12-06T20:07:41.129Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2710 | 2024-12-06T20:07:41.153Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-06T20:07:41.541Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2712 | 2024-12-06T20:07:41.905Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-12-06T20:07:41.933Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-12-06T20:07:41.981Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-12-06T20:07:43.138Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2716 | 2024-12-06T20:07:43.265Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2717 | 2024-12-06T20:07:43.700Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2718 | 2024-12-06T20:07:43.944Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2719 | 2024-12-06T20:07:44.572Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2720 | 2024-12-06T20:07:44.606Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2721 | 2024-12-06T20:07:44.647Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2722 | 2024-12-06T20:07:44.832Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2723 | 2024-12-06T20:07:45.018Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2724 | 2024-12-06T20:07:45.364Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2725 | 2024-12-06T20:07:46.081Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2726 | 2024-12-06T20:07:46.409Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2024-12-06T20:07:46.435Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2728 | 2024-12-06T20:07:46.704Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2729 | 2024-12-06T20:07:47.278Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-06T20:07:47.389Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2731 | 2024-12-06T20:07:47.582Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2732 | 2024-12-06T20:07:48.354Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2733 | 2024-12-06T20:07:48.492Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2734 | 2024-12-06T20:07:48.621Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2735 | 2024-12-06T20:07:48.730Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2736 | 2024-12-06T20:07:48.970Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2737 | 2024-12-06T20:07:49.048Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2738 | 2024-12-06T20:07:49.622Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2739 | 2024-12-06T20:07:49.684Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2740 | 2024-12-06T20:07:50.096Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2741 | 2024-12-06T20:07:50.396Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2742 | 2024-12-06T20:07:50.512Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2743 | 2024-12-06T20:07:50.589Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2744 | 2024-12-06T20:07:50.742Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-06T20:07:51.681Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2746 | 2024-12-06T20:07:51.983Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-06T20:07:52.106Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-06T20:07:52.179Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2749 | 2024-12-06T20:07:52.255Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2750 | 2024-12-06T20:07:53.176Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2751 | 2024-12-06T20:07:53.231Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2752 | 2024-12-06T20:07:53.865Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2753 | 2024-12-06T20:07:54.344Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2754 | 2024-12-06T20:07:55.111Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2755 | 2024-12-06T20:07:55.150Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2756 | 2024-12-06T20:07:56.718Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-12-06T20:07:57.761Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-12-06T20:07:57.926Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-06T20:07:59.462Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2760 | 2024-12-06T20:08:01.198Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2761 | 2024-12-06T20:08:01.543Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-06T20:08:02.151Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-06T20:08:07.985Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-06T20:08:09.004Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2765 | 2024-12-06T20:08:09.381Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2766 | 2024-12-06T20:08:09.773Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2767 | 2024-12-06T20:08:15.946Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-06T20:08:16.206Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-06T20:08:51.407Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-06T20:08:52.249Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2771 | 2024-12-06T20:08:53.636Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2024-12-06T20:09:07.340Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2773 | 2024-12-06T20:09:27.485Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2774 | 2024-12-06T20:09:29.161Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2775 | 2024-12-06T20:09:31.890Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2776 | 2024-12-06T20:09:32.950Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2777 | 2024-12-06T20:09:36.018Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2778 | 2024-12-06T20:09:40.844Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-06T20:09:43.885Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2780 | 2024-12-06T20:09:46.701Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2781 | 2024-12-06T20:09:47.558Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2782 | 2024-12-06T20:09:52.869Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2783 | 2024-12-06T20:10:02.865Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2784 | 2024-12-06T20:10:03.136Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2785 | 2024-12-06T20:10:27.131Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2786 | 2024-12-06T20:10:32.297Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2787 | 2024-12-06T20:10:37.271Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-12-06T20:10:38.208Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2789 | 2024-12-06T20:10:42.756Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2790 | 2024-12-06T20:10:47.500Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2791 | 2024-12-06T20:10:59.035Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2792 | 2024-12-06T20:11:02.532Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2793 | 2024-12-06T20:11:08.738Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2794 | 2024-12-06T20:11:11.610Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-06T20:11:14.097Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-06T20:11:18.190Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2797 | 2024-12-06T20:11:21.856Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2798 | 2024-12-06T20:11:21.921Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2799 | 2024-12-06T20:11:26.888Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2800 | 2024-12-06T20:11:32.124Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2801 | 2024-12-06T20:11:33.903Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2802 | 2024-12-06T20:11:39.958Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2803 | 2024-12-06T20:11:40.314Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2804 | 2024-12-06T20:11:43.671Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2805 | 2024-12-06T20:11:46.403Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2806 | 2024-12-06T20:11:47.921Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2807 | 2024-12-06T20:11:51.220Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2808 | 2024-12-06T20:11:53.456Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2809 | 2024-12-06T20:11:59.077Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2810 | 2024-12-06T20:12:04.969Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2811 | 2024-12-06T20:12:05.432Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-12-06T20:12:06.122Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2813 | 2024-12-06T20:12:07.285Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2814 | 2024-12-06T20:12:15.486Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2815 | 2024-12-06T20:12:19.815Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2816 | 2024-12-06T20:12:21.692Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2817 | 2024-12-06T20:12:25.397Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2818 | 2024-12-06T20:12:25.668Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2819 | 2024-12-06T20:12:27.808Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2820 | 2024-12-06T20:12:30.989Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-06T20:12:31.721Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2822 | 2024-12-06T20:12:34.465Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2823 | 2024-12-06T20:12:34.656Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2824 | 2024-12-06T20:12:43.932Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2825 | 2024-12-06T20:12:44.778Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2826 | 2024-12-06T20:12:45.965Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2827 | 2024-12-06T20:12:47.638Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2828 | 2024-12-06T20:12:48.387Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2829 | 2024-12-06T20:12:51.193Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2830 | 2024-12-06T20:12:53.670Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2831 | 2024-12-06T20:12:57.435Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2832 | 2024-12-06T20:12:57.599Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2833 | 2024-12-06T20:13:01.743Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2834 | 2024-12-06T20:13:03.965Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2835 | 2024-12-06T20:13:06.931Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2836 | 2024-12-06T20:13:11.810Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-12-06T20:13:12.051Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2838 | 2024-12-06T20:13:12.333Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2839 | 2024-12-06T20:13:15.566Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2840 | 2024-12-06T20:13:16.056Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2024-12-06T20:13:16.954Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2842 | 2024-12-06T20:13:20.439Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2843 | 2024-12-06T20:13:26.338Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2844 | 2024-12-06T20:13:26.548Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2845 | 2024-12-06T20:13:29.396Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2846 | 2024-12-06T20:13:31.746Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2847 | 2024-12-06T20:13:35.024Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2848 | 2024-12-06T20:13:38.151Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2849 | 2024-12-06T20:13:40.230Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2850 | 2024-12-06T20:13:40.501Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2851 | 2024-12-06T20:13:41.026Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2852 | 2024-12-06T20:13:46.345Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2853 | 2024-12-06T20:13:47.377Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2854 | 2024-12-06T20:13:47.753Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2855 | 2024-12-06T20:13:49.133Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2856 | 2024-12-06T20:13:52.373Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-12-06T20:13:52.830Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2858 | 2024-12-06T20:13:56.380Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-12-06T20:14:00.454Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2860 | 2024-12-06T20:14:00.751Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2861 | 2024-12-06T20:14:01.399Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2862 | 2024-12-06T20:14:01.423Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2863 | 2024-12-06T20:14:05.158Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2864 | 2024-12-06T20:14:05.840Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2865 | 2024-12-06T20:14:06.622Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2866 | 2024-12-06T20:14:10.066Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2867 | 2024-12-06T20:14:12.502Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2868 | 2024-12-06T20:14:13.188Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2869 | 2024-12-06T20:14:13.289Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2870 | 2024-12-06T20:14:14.083Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2024-12-06T20:14:14.450Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2872 | 2024-12-06T20:14:14.782Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2873 | 2024-12-06T20:14:15.096Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2874 | 2024-12-06T20:14:16.977Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2875 | 2024-12-06T20:14:17.383Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2876 | 2024-12-06T20:14:17.423Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2877 | 2024-12-06T20:14:18.763Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2878 | 2024-12-06T20:14:20.956Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2879 | 2024-12-06T20:14:21.374Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2880 | 2024-12-06T20:14:58.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 41s |
2881 | 2024-12-06T20:14:59.115Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2882 | 2024-12-06T20:14:59.199Z | |
2883 | 2024-12-06T20:14:59.199Z | real 7:42.149906137 |
2884 | 2024-12-06T20:14:59.199Z | user 23:31.355491919 |
2885 | 2024-12-06T20:14:59.199Z | sys 33:06.214304992 |
2886 | 2024-12-06T20:14:59.223Z | trap 0.418193084 |
2887 | 2024-12-06T20:14:59.224Z | tflt 0.198018792 |
2888 | 2024-12-06T20:14:59.224Z | dflt 0.406980769 |
2889 | 2024-12-06T20:14:59.224Z | kflt 0.000172927 |
2890 | 2024-12-06T20:14:59.224Z | lock 1:15:16.756928037 |
2891 | 2024-12-06T20:14:59.224Z | slp 2:07:41.078430806 |
2892 | 2024-12-06T20:14:59.224Z | lat 1:16.096900493 |
2893 | 2024-12-06T20:14:59.224Z | stop 1:08.806525931 |
2894 | 2024-12-06T20:14:59.224Z | process exited: duration 1191296 ms, exit code 0 |
|
2895 | 2024-12-06T20:14:59.272Z | found 0 output files |