|
|
|
1 | 2024-12-19T19:43:05.078Z | job assigned to worker 01JFG72E6K9G8WBYDVJ5Z2VS72 [factory aws, i-0e5d19be9c7597332] (queued for 59 s) |
|
2 | 2024-12-19T19:43:13.509Z | starting task 0: "setup" |
3 | 2024-12-19T19:43:13.519Z | ++ uname -s |
4 | 2024-12-19T19:43:13.521Z | + kern=SunOS |
5 | 2024-12-19T19:43:13.521Z | + case "$kern" in |
6 | 2024-12-19T19:43:13.521Z | + groupadd -g 12345 build |
7 | 2024-12-19T19:43:13.524Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T19:43:15.532Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T19:43:15.598Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T19:43:15.600Z | + home_fs=zfs |
11 | 2024-12-19T19:43:15.600Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T19:43:15.600Z | + mkdir -p /home/build |
13 | 2024-12-19T19:43:15.602Z | + chown build:build /home/build /work |
14 | 2024-12-19T19:43:17.605Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T19:43:17.608Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-12-19T19:43:17.615Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T19:43:17.620Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T19:43:17.620Z | ' 1.81.0 |
19 | 2024-12-19T19:43:17.620Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T19:43:17.620Z | ' default |
21 | 2024-12-19T19:43:17.620Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T19:43:17.620Z | * toolchain profile = "default" |
23 | 2024-12-19T19:43:17.622Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T19:43:17.622Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T19:43:17.742Z | info: downloading installer |
26 | 2024-12-19T19:43:19.169Z | info: profile set to 'default' |
27 | 2024-12-19T19:43:19.169Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T19:43:19.172Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T19:43:19.321Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T19:43:19.321Z | info: downloading component 'cargo' |
31 | 2024-12-19T19:43:20.138Z | info: downloading component 'clippy' |
32 | 2024-12-19T19:43:20.440Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T19:43:21.575Z | info: downloading component 'rust-std' |
34 | 2024-12-19T19:43:23.343Z | info: downloading component 'rustc' |
35 | 2024-12-19T19:43:29.845Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T19:43:30.092Z | info: installing component 'cargo' |
37 | 2024-12-19T19:43:30.889Z | info: installing component 'clippy' |
38 | 2024-12-19T19:43:31.247Z | info: installing component 'rust-docs' |
39 | 2024-12-19T19:43:32.889Z | info: installing component 'rust-std' |
40 | 2024-12-19T19:43:34.651Z | info: installing component 'rustc' |
41 | 2024-12-19T19:43:40.200Z | info: installing component 'rustfmt' |
42 | 2024-12-19T19:43:40.524Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T19:43:40.524Z | |
44 | 2024-12-19T19:43:40.888Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T19:43:40.888Z | |
46 | 2024-12-19T19:43:40.891Z | |
47 | 2024-12-19T19:43:40.891Z | Rust is installed now. Great! |
48 | 2024-12-19T19:43:40.891Z | |
49 | 2024-12-19T19:43:40.891Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T19:43:40.891Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T19:43:40.891Z | |
52 | 2024-12-19T19:43:40.891Z | To configure your current shell, you need to source |
53 | 2024-12-19T19:43:40.891Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T19:43:40.891Z | |
55 | 2024-12-19T19:43:40.891Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T19:43:40.891Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T19:43:40.891Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T19:43:40.962Z | + rustc --version |
59 | 2024-12-19T19:43:41.028Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T19:43:41.031Z | process exited: duration 23416 ms, exit code 0 |
|
61 | 2024-12-19T19:43:41.037Z | starting task 2: "authentication" |
62 | 2024-12-19T19:43:41.058Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T19:43:41.064Z | starting task 3: "clone repository" |
64 | 2024-12-19T19:43:41.069Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T19:43:41.072Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T19:43:41.382Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T19:43:47.746Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T19:43:47.749Z | + git fetch origin f26b052a568d04451449b93d5410f7c9b573cd23 |
69 | 2024-12-19T19:43:48.071Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T19:43:48.071Z | * branch f26b052a568d04451449b93d5410f7c9b573cd23 -> FETCH_HEAD |
71 | 2024-12-19T19:43:48.082Z | + [[ -n eliza/webhook-api ]] |
72 | 2024-12-19T19:43:48.084Z | ++ git branch --show-current |
73 | 2024-12-19T19:43:48.086Z | + current=main |
74 | 2024-12-19T19:43:48.087Z | + [[ main != eliza/webhook-api ]] |
75 | 2024-12-19T19:43:48.087Z | + git branch -f eliza/webhook-api f26b052a568d04451449b93d5410f7c9b573cd23 |
76 | 2024-12-19T19:43:48.090Z | + git checkout -f eliza/webhook-api |
77 | 2024-12-19T19:43:48.263Z | Switched to branch 'eliza/webhook-api' |
78 | 2024-12-19T19:43:48.266Z | + git reset --hard f26b052a568d04451449b93d5410f7c9b573cd23 |
79 | 2024-12-19T19:43:48.320Z | HEAD is now at f26b052a5 fix cargo workspace hack |
80 | 2024-12-19T19:43:48.322Z | process exited: duration 7256 ms, exit code 0 |
|
81 | 2024-12-19T19:43:48.327Z | starting task 4: "build" |
82 | 2024-12-19T19:43:48.333Z | + source ./env.sh |
83 | 2024-12-19T19:43:48.335Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-19T19:43:48.335Z | ++ set -o xtrace |
85 | 2024-12-19T19:43:48.337Z | ++++ dirname ./env.sh |
86 | 2024-12-19T19:43:48.337Z | +++ readlink -f . |
87 | 2024-12-19T19:43:48.356Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ 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-19T19:43:48.358Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-19T19:43:48.358Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-19T19:43:48.358Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-19T19:43:48.358Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-19T19:43:48.358Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-19T19:43:48.358Z | + cargo --version |
102 | 2024-12-19T19:43:48.413Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-19T19:43:48.416Z | + rustc --version |
104 | 2024-12-19T19:43:48.475Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-19T19:43:48.477Z | + banner prerequisites |
106 | 2024-12-19T19:43:48.509Z | |
107 | 2024-12-19T19:43:48.509Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-19T19:43:48.509Z | # # # # # # # # # # # # # # # |
109 | 2024-12-19T19:43:48.509Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-19T19:43:48.509Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-19T19:43:48.509Z | # # # # # # # # # # # # # # # |
112 | 2024-12-19T19:43:48.509Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-19T19:43:48.509Z | |
114 | 2024-12-19T19:43:48.518Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-19T19:44:04.654Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-19T19:44:08.841Z | Startup: Caching catalogs ... Done |
117 | 2024-12-19T19:44:19.317Z | Planning: Solver setup ... Done (9.616s) |
118 | 2024-12-19T19:44:19.447Z | Planning: Running solver ... Done (0.132s) |
119 | 2024-12-19T19:44:19.752Z | Planning: Finding local manifests ... Done (0.206s) |
120 | 2024-12-19T19:44:19.781Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-19T19:44:20.012Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-19T19:44:20.296Z | Planning: Package planning ... Done (0.284s) |
123 | 2024-12-19T19:44:20.353Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-19T19:44:21.538Z | Planning: Checking for conflicting actions ... Done (1.185s) |
125 | 2024-12-19T19:44:30.485Z | Planning: Consolidating action changes ... Done (8.931s) |
126 | 2024-12-19T19:44:30.871Z | Planning: Evaluating mediators ... Done (0.379s) |
127 | 2024-12-19T19:44:31.055Z | Planning: Planning completed in 22.12 seconds |
128 | 2024-12-19T19:44:32.417Z | Packages to install: 4 |
129 | 2024-12-19T19:44:32.417Z | Packages to update: 1 |
130 | 2024-12-19T19:44:32.417Z | Mediators to change: 2 |
131 | 2024-12-19T19:44:32.420Z | Services to change: 1 |
132 | 2024-12-19T19:44:32.420Z | Estimated space available: 155.63 GB |
133 | 2024-12-19T19:44:32.420Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-19T19:44:32.420Z | Create boot environment: No |
135 | 2024-12-19T19:44:32.420Z | Create backup boot environment: Yes |
136 | 2024-12-19T19:44:32.420Z | Rebuild boot archive: No |
137 | 2024-12-19T19:44:32.420Z | |
138 | 2024-12-19T19:44:32.420Z | Changed mediators: |
139 | 2024-12-19T19:44:32.420Z | mediator clang: |
140 | 2024-12-19T19:44:32.420Z | version: None -> 15 (system default) |
141 | 2024-12-19T19:44:32.420Z | |
142 | 2024-12-19T19:44:32.420Z | mediator llvm: |
143 | 2024-12-19T19:44:32.420Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-19T19:44:32.420Z | |
145 | 2024-12-19T19:44:32.420Z | Changed packages: |
146 | 2024-12-19T19:44:32.420Z | helios-dev |
147 | 2024-12-19T19:44:32.421Z | developer/build-essential |
148 | 2024-12-19T19:44:32.421Z | None -> 11-2.0 |
149 | 2024-12-19T19:44:32.421Z | library/libxmlsec1 |
150 | 2024-12-19T19:44:32.421Z | None -> 1.2.35-2.0 |
151 | 2024-12-19T19:44:32.421Z | ooce/developer/clang-15 |
152 | 2024-12-19T19:44:32.421Z | None -> 15.0.7-2.0 |
153 | 2024-12-19T19:44:32.421Z | ooce/developer/llvm-15 |
154 | 2024-12-19T19:44:32.421Z | None -> 15.0.7-2.0 |
155 | 2024-12-19T19:44:32.421Z | package/pkg |
156 | 2024-12-19T19:44:32.421Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-19T19:44:32.421Z | |
158 | 2024-12-19T19:44:32.421Z | Services: |
159 | 2024-12-19T19:44:32.421Z | restart_fmri: |
160 | 2024-12-19T19:44:32.421Z | svc:/system/update-man-index:default |
161 | 2024-12-19T19:44:32.421Z | |
162 | 2024-12-19T19:44:32.421Z | Editable files to change: |
163 | 2024-12-19T19:44:32.421Z | Update: |
164 | 2024-12-19T19:44:32.421Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-19T19:44:32.868Z | |
166 | 2024-12-19T19:44:32.868Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-19T19:44:39.043Z | Download: 212/4281 items 1.3/220.6MB 0% complete (1.9M/s) |
168 | 2024-12-19T19:44:43.979Z | Download: 1135/4281 items 61.4/220.6MB 27% complete (6.0M/s) |
169 | 2024-12-19T19:44:48.979Z | Download: 1628/4281 items 117.8/220.6MB 53% complete (11.7M/s) |
170 | 2024-12-19T19:44:53.982Z | Download: 2456/4281 items 119.9/220.6MB 54% complete (6.5M/s) |
171 | 2024-12-19T19:44:58.982Z | Download: 3248/4281 items 193.2/220.6MB 87% complete (7.5M/s) |
172 | 2024-12-19T19:45:03.983Z | Download: 3905/4281 items 218.4/220.6MB 99% complete (9.8M/s) |
173 | 2024-12-19T19:45:15.720Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.7M/s) |
174 | 2024-12-19T19:45:15.822Z | Download: Completed 220.60 MB in 42.95 seconds (5.1M/s) |
175 | 2024-12-19T19:45:18.027Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-12-19T19:45:18.038Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-12-19T19:45:23.055Z | Actions: 4077/5063 actions (Installing new actions) |
178 | 2024-12-19T19:45:24.361Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-19T19:45:24.797Z | Actions: Completed 5063 actions in 6.78 seconds. |
180 | 2024-12-19T19:45:25.186Z | Done (0.383s) |
181 | 2024-12-19T19:45:25.190Z | Done (0.000s) |
182 | 2024-12-19T19:45:25.757Z | Done (0.567s) |
183 | 2024-12-19T19:45:32.855Z | Done (6.866s) |
184 | 2024-12-19T19:45:33.345Z | Done (0.422s) |
185 | 2024-12-19T19:45:33.349Z | Done (0.000s) |
186 | 2024-12-19T19:45:33.508Z | Done (0.000s) |
187 | 2024-12-19T19:45:34.205Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-19T19:45:34.367Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-19T19:45:34.370Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-19T19:45:34.645Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-19T19:45:34.647Z | Planning: Planning completed in 0.44 seconds |
192 | 2024-12-19T19:45:34.684Z | Mediators to change: 2 |
193 | 2024-12-19T19:45:34.684Z | Create boot environment: No |
194 | 2024-12-19T19:45:34.687Z | Create backup boot environment: No |
195 | 2024-12-19T19:45:34.760Z | Done |
196 | 2024-12-19T19:45:34.760Z | Done |
197 | 2024-12-19T19:45:35.119Z | Done |
198 | 2024-12-19T19:45:38.893Z | Done |
199 | 2024-12-19T19:45:38.988Z | Done |
200 | 2024-12-19T19:45:38.991Z | Done |
201 | 2024-12-19T19:45:39.106Z | Done |
202 | 2024-12-19T19:45:39.714Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-19T19:45:39.717Z | Planning: Merging actions ... Done |
204 | 2024-12-19T19:45:39.906Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-19T19:45:39.908Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-19T19:45:40.172Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-19T19:45:40.227Z | Planning: Planning completed in 0.76 seconds |
208 | 2024-12-19T19:45:40.267Z | Packages to change: 1 |
209 | 2024-12-19T19:45:40.267Z | Mediators to change: 1 |
210 | 2024-12-19T19:45:40.270Z | Services to change: 1 |
211 | 2024-12-19T19:45:40.270Z | Create boot environment: No |
212 | 2024-12-19T19:45:40.270Z | Create backup boot environment: Yes |
213 | 2024-12-19T19:45:42.583Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-19T19:45:42.685Z | Actions: Completed 6 actions in 0.10 seconds. |
215 | 2024-12-19T19:45:42.687Z | Done |
216 | 2024-12-19T19:45:42.687Z | Done |
217 | 2024-12-19T19:45:42.800Z | Done |
218 | 2024-12-19T19:45:46.507Z | Done |
219 | 2024-12-19T19:45:46.603Z | Done |
220 | 2024-12-19T19:45:46.605Z | Done |
221 | 2024-12-19T19:45:46.718Z | Done |
222 | 2024-12-19T19:45:47.153Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-19T19:45:47.153Z | clang system 15 system |
224 | 2024-12-19T19:45:47.153Z | csh system system illumos |
225 | 2024-12-19T19:45:47.153Z | ctags system system illumos |
226 | 2024-12-19T19:45:47.153Z | gcc vendor 12 vendor |
227 | 2024-12-19T19:45:47.153Z | gcc system 10 system |
228 | 2024-12-19T19:45:47.153Z | gcc system 7 system |
229 | 2024-12-19T19:45:47.153Z | go system 1.20 system |
230 | 2024-12-19T19:45:47.153Z | go system 1.19 system |
231 | 2024-12-19T19:45:47.153Z | llvm system 15 system |
232 | 2024-12-19T19:45:47.153Z | llvm system 14 system |
233 | 2024-12-19T19:45:47.153Z | mariadb system 10.6 system |
234 | 2024-12-19T19:45:47.153Z | mta vendor vendor dma |
235 | 2024-12-19T19:45:47.153Z | openjdk system 17 system |
236 | 2024-12-19T19:45:47.153Z | openjdk system 11 system |
237 | 2024-12-19T19:45:47.153Z | openjdk system 1.8 system |
238 | 2024-12-19T19:45:47.153Z | openssl vendor 3 vendor |
239 | 2024-12-19T19:45:47.153Z | perl system 5.36 system |
240 | 2024-12-19T19:45:47.153Z | postgresql system 15 system |
241 | 2024-12-19T19:45:47.154Z | postgresql system 13 system |
242 | 2024-12-19T19:45:47.154Z | python vendor 3 vendor |
243 | 2024-12-19T19:45:47.154Z | python system 2 system |
244 | 2024-12-19T19:45:47.154Z | python3 system 3.11 system |
245 | 2024-12-19T19:45:47.154Z | ruby system 3.0 system |
246 | 2024-12-19T19:45:47.154Z | words vendor vendor american-english |
247 | 2024-12-19T19:45:47.154Z | words system system australian-english |
248 | 2024-12-19T19:45:47.154Z | words system system british-english |
249 | 2024-12-19T19:45:47.154Z | words system system canadian-english |
250 | 2024-12-19T19:45:47.154Z | words system system french |
251 | 2024-12-19T19:45:47.154Z | words system system italian |
252 | 2024-12-19T19:45:47.154Z | words system system ngerman |
253 | 2024-12-19T19:45:47.154Z | words system system ogerman |
254 | 2024-12-19T19:45:47.154Z | words system system spanish |
255 | 2024-12-19T19:45:47.484Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-19T19:45:47.484Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-19T19:45:50.205Z | FMRI IFO |
258 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-19T19:45:50.205Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-19T19:45:50.987Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-19T19:45:51.332Z | Updating crates.io index |
275 | 2024-12-19T19:45:51.334Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-19T19:45:51.981Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-19T19:45:52.315Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-19T19:45:52.582Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-19T19:45:52.848Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-19T19:45:53.685Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-19T19:45:55.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-19T19:45:55.950Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-19T19:45:56.611Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-19T19:45:56.862Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-19T19:45:57.132Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-19T19:45:57.826Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-19T19:45:58.084Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-19T19:45:58.516Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-19T19:45:58.794Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-19T19:45:59.077Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-19T19:45:59.331Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-19T19:45:59.607Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-19T19:45:59.878Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-19T19:46:00.267Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-19T19:46:00.507Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-19T19:46:00.982Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-19T19:46:01.294Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-19T19:46:01.779Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-19T19:46:02.143Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-19T19:46:02.417Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-19T19:46:02.714Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-19T19:46:02.979Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-19T19:46:04.280Z | Downloading crates ... |
304 | 2024-12-19T19:46:04.347Z | Downloaded cfg-if v1.0.0 |
305 | 2024-12-19T19:46:04.353Z | Downloaded cargo_toml v0.20.5 |
306 | 2024-12-19T19:46:04.356Z | Downloaded anstyle v1.0.10 |
307 | 2024-12-19T19:46:04.359Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-12-19T19:46:04.360Z | Downloaded anstream v0.6.15 |
309 | 2024-12-19T19:46:04.371Z | Downloaded fs-err v2.11.0 |
310 | 2024-12-19T19:46:04.386Z | Downloaded semver v1.0.23 |
311 | 2024-12-19T19:46:04.389Z | Downloaded pest_meta v2.7.14 |
312 | 2024-12-19T19:46:04.392Z | Downloaded fnv v1.0.7 |
313 | 2024-12-19T19:46:04.392Z | Downloaded crypto-common v0.1.6 |
314 | 2024-12-19T19:46:04.394Z | Downloaded colorchoice v1.0.2 |
315 | 2024-12-19T19:46:04.394Z | Downloaded clap_builder v4.5.21 |
316 | 2024-12-19T19:46:04.400Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-12-19T19:46:04.403Z | Downloaded pest v2.7.14 |
318 | 2024-12-19T19:46:04.406Z | Downloaded heck v0.5.0 |
319 | 2024-12-19T19:46:04.409Z | Downloaded clap_lex v0.7.2 |
320 | 2024-12-19T19:46:04.409Z | Downloaded papergrid v0.11.0 |
321 | 2024-12-19T19:46:04.414Z | Downloaded serde_spanned v0.6.8 |
322 | 2024-12-19T19:46:04.416Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-12-19T19:46:04.416Z | Downloaded clap_derive v4.5.18 |
324 | 2024-12-19T19:46:04.419Z | Downloaded equivalent v1.0.1 |
325 | 2024-12-19T19:46:04.421Z | Downloaded fastrand v2.1.1 |
326 | 2024-12-19T19:46:04.424Z | Downloaded cpufeatures v0.2.14 |
327 | 2024-12-19T19:46:04.434Z | Downloaded macaddr v1.0.1 |
328 | 2024-12-19T19:46:04.436Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-12-19T19:46:04.439Z | Downloaded plain v0.2.3 |
330 | 2024-12-19T19:46:04.439Z | Downloaded pest_generator v2.7.14 |
331 | 2024-12-19T19:46:04.442Z | Downloaded scroll_derive v0.12.0 |
332 | 2024-12-19T19:46:04.442Z | Downloaded dof v0.3.0 |
333 | 2024-12-19T19:46:04.442Z | Downloaded digest v0.10.7 |
334 | 2024-12-19T19:46:04.445Z | Downloaded generic-array v0.14.7 |
335 | 2024-12-19T19:46:04.445Z | Downloaded usdt-attr-macro v0.5.0 |
336 | 2024-12-19T19:46:04.447Z | Downloaded swrite v0.1.0 |
337 | 2024-12-19T19:46:04.447Z | Downloaded errno v0.3.9 |
338 | 2024-12-19T19:46:04.451Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-12-19T19:46:04.454Z | Downloaded smawk v0.3.2 |
340 | 2024-12-19T19:46:04.458Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-12-19T19:46:04.461Z | Downloaded heck v0.4.1 |
342 | 2024-12-19T19:46:04.463Z | Downloaded strsim v0.11.1 |
343 | 2024-12-19T19:46:04.464Z | Downloaded memmap v0.7.0 |
344 | 2024-12-19T19:46:04.468Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-12-19T19:46:04.472Z | Downloaded itoa v1.0.11 |
346 | 2024-12-19T19:46:04.474Z | Downloaded byteorder v1.5.0 |
347 | 2024-12-19T19:46:04.477Z | Downloaded anstyle-query v1.1.1 |
348 | 2024-12-19T19:46:04.477Z | Downloaded block-buffer v0.10.4 |
349 | 2024-12-19T19:46:04.480Z | Downloaded thread-id v4.2.2 |
350 | 2024-12-19T19:46:04.481Z | Downloaded bytecount v0.6.8 |
351 | 2024-12-19T19:46:04.481Z | Downloaded anstyle-parse v0.2.5 |
352 | 2024-12-19T19:46:04.483Z | Downloaded version_check v0.9.5 |
353 | 2024-12-19T19:46:04.483Z | Downloaded usdt v0.5.0 |
354 | 2024-12-19T19:46:04.486Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-12-19T19:46:04.486Z | Downloaded thiserror-impl v1.0.69 |
356 | 2024-12-19T19:46:04.488Z | Downloaded thiserror v1.0.69 |
357 | 2024-12-19T19:46:04.491Z | Downloaded terminal_size v0.4.0 |
358 | 2024-12-19T19:46:04.496Z | Downloaded quote v1.0.37 |
359 | 2024-12-19T19:46:04.496Z | Downloaded scroll v0.12.0 |
360 | 2024-12-19T19:46:04.496Z | Downloaded sha2 v0.10.8 |
361 | 2024-12-19T19:46:04.499Z | Downloaded once_cell v1.20.2 |
362 | 2024-12-19T19:46:04.501Z | Downloaded cargo-platform v0.1.8 |
363 | 2024-12-19T19:46:04.504Z | Downloaded is_terminal_polyfill v1.70.1 |
364 | 2024-12-19T19:46:04.504Z | Downloaded toml_datetime v0.6.8 |
365 | 2024-12-19T19:46:04.506Z | Downloaded tabled_derive v0.7.0 |
366 | 2024-12-19T19:46:04.510Z | Downloaded autocfg v1.4.0 |
367 | 2024-12-19T19:46:04.513Z | Downloaded zerocopy-derive v0.7.35 |
368 | 2024-12-19T19:46:04.516Z | Downloaded utf8parse v0.2.2 |
369 | 2024-12-19T19:46:04.519Z | Downloaded camino v1.1.9 |
370 | 2024-12-19T19:46:04.525Z | Downloaded camino-tempfile v1.1.1 |
371 | 2024-12-19T19:46:04.526Z | Downloaded proc-macro2 v1.0.89 |
372 | 2024-12-19T19:46:04.529Z | Downloaded pest_derive v2.7.14 |
373 | 2024-12-19T19:46:04.533Z | Downloaded tempfile v3.13.0 |
374 | 2024-12-19T19:46:04.535Z | Downloaded clap v4.5.21 |
375 | 2024-12-19T19:46:04.544Z | Downloaded usdt-impl v0.5.0 |
376 | 2024-12-19T19:46:04.546Z | Downloaded typenum v1.17.0 |
377 | 2024-12-19T19:46:04.549Z | Downloaded toml v0.8.19 |
378 | 2024-12-19T19:46:04.552Z | Downloaded anyhow v1.0.93 |
379 | 2024-12-19T19:46:04.555Z | Downloaded textwrap v0.16.1 |
380 | 2024-12-19T19:46:04.558Z | Downloaded bitflags v2.6.0 |
381 | 2024-12-19T19:46:04.561Z | Downloaded serde_derive v1.0.215 |
382 | 2024-12-19T19:46:04.565Z | Downloaded unicode-ident v1.0.13 |
383 | 2024-12-19T19:46:04.567Z | Downloaded ucd-trie v0.1.7 |
384 | 2024-12-19T19:46:04.569Z | Downloaded ryu v1.0.18 |
385 | 2024-12-19T19:46:04.571Z | Downloaded serde v1.0.215 |
386 | 2024-12-19T19:46:04.574Z | Downloaded log v0.4.22 |
387 | 2024-12-19T19:46:04.577Z | Downloaded memchr v2.7.4 |
388 | 2024-12-19T19:46:04.582Z | Downloaded indexmap v2.6.0 |
389 | 2024-12-19T19:46:04.594Z | Downloaded toml_edit v0.22.22 |
390 | 2024-12-19T19:46:04.623Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-19T19:46:04.638Z | Downloaded serde_json v1.0.132 |
392 | 2024-12-19T19:46:04.644Z | Downloaded goblin v0.8.2 |
393 | 2024-12-19T19:46:04.650Z | Downloaded winnow v0.6.20 |
394 | 2024-12-19T19:46:04.658Z | Downloaded hashbrown v0.15.1 |
395 | 2024-12-19T19:46:04.663Z | Downloaded tabled v0.15.0 |
396 | 2024-12-19T19:46:04.677Z | Downloaded rustix v0.38.37 |
397 | 2024-12-19T19:46:04.698Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-19T19:46:04.703Z | Downloaded syn v2.0.87 |
399 | 2024-12-19T19:46:04.713Z | Downloaded syn v1.0.109 |
400 | 2024-12-19T19:46:04.752Z | Downloaded libc v0.2.162 |
401 | 2024-12-19T19:46:05.062Z | Compiling proc-macro2 v1.0.89 |
402 | 2024-12-19T19:46:05.062Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-19T19:46:05.062Z | Compiling version_check v0.9.5 |
404 | 2024-12-19T19:46:05.065Z | Compiling serde v1.0.215 |
405 | 2024-12-19T19:46:05.065Z | Compiling memchr v2.7.4 |
406 | 2024-12-19T19:46:05.065Z | Compiling thiserror v1.0.69 |
407 | 2024-12-19T19:46:05.065Z | Compiling libc v0.2.162 |
408 | 2024-12-19T19:46:05.065Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-19T19:46:05.797Z | Compiling itoa v1.0.11 |
410 | 2024-12-19T19:46:05.833Z | Compiling ryu v1.0.18 |
411 | 2024-12-19T19:46:06.065Z | Compiling once_cell v1.20.2 |
412 | 2024-12-19T19:46:06.370Z | Compiling byteorder v1.5.0 |
413 | 2024-12-19T19:46:06.424Z | Compiling rustix v0.38.37 |
414 | 2024-12-19T19:46:07.044Z | Compiling serde_json v1.0.132 |
415 | 2024-12-19T19:46:07.246Z | Compiling bitflags v2.6.0 |
416 | 2024-12-19T19:46:07.270Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-19T19:46:07.390Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-19T19:46:07.445Z | Compiling syn v1.0.109 |
419 | 2024-12-19T19:46:07.593Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-19T19:46:07.732Z | Compiling plain v0.2.3 |
421 | 2024-12-19T19:46:07.759Z | Compiling utf8parse v0.2.2 |
422 | 2024-12-19T19:46:07.897Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-19T19:46:07.923Z | Compiling camino v1.1.9 |
424 | 2024-12-19T19:46:07.948Z | Compiling log v0.4.22 |
425 | 2024-12-19T19:46:07.951Z | Compiling equivalent v1.0.1 |
426 | 2024-12-19T19:46:08.183Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-12-19T19:46:08.234Z | Compiling quote v1.0.37 |
428 | 2024-12-19T19:46:08.327Z | Compiling thread-id v4.2.2 |
429 | 2024-12-19T19:46:08.452Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-19T19:46:08.507Z | Compiling anstyle v1.0.10 |
431 | 2024-12-19T19:46:08.582Z | Compiling errno v0.3.9 |
432 | 2024-12-19T19:46:08.657Z | Compiling syn v2.0.87 |
433 | 2024-12-19T19:46:08.954Z | Compiling is_terminal_polyfill v1.70.1 |
434 | 2024-12-19T19:46:08.956Z | Compiling semver v1.0.23 |
435 | 2024-12-19T19:46:08.956Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-19T19:46:09.112Z | Compiling indexmap v2.6.0 |
437 | 2024-12-19T19:46:09.159Z | Compiling autocfg v1.4.0 |
438 | 2024-12-19T19:46:09.469Z | Compiling colorchoice v1.0.2 |
439 | 2024-12-19T19:46:09.514Z | Compiling winnow v0.6.20 |
440 | 2024-12-19T19:46:09.622Z | Compiling anstyle-query v1.1.1 |
441 | 2024-12-19T19:46:09.783Z | Compiling anstream v0.6.15 |
442 | 2024-12-19T19:46:10.377Z | Compiling fs-err v2.11.0 |
443 | 2024-12-19T19:46:10.553Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-19T19:46:10.624Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-19T19:46:10.654Z | Compiling bytecount v0.6.8 |
446 | 2024-12-19T19:46:10.682Z | Compiling heck v0.4.1 |
447 | 2024-12-19T19:46:10.725Z | Compiling fastrand v2.1.1 |
448 | 2024-12-19T19:46:10.888Z | Compiling terminal_size v0.4.0 |
449 | 2024-12-19T19:46:11.113Z | Compiling strsim v0.11.1 |
450 | 2024-12-19T19:46:11.211Z | Compiling heck v0.5.0 |
451 | 2024-12-19T19:46:11.273Z | Compiling anyhow v1.0.93 |
452 | 2024-12-19T19:46:11.718Z | Compiling fnv v1.0.7 |
453 | 2024-12-19T19:46:11.787Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-19T19:46:11.863Z | Compiling papergrid v0.11.0 |
455 | 2024-12-19T19:46:12.071Z | Compiling tempfile v3.13.0 |
456 | 2024-12-19T19:46:12.330Z | Compiling memmap v0.7.0 |
457 | 2024-12-19T19:46:12.463Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-19T19:46:12.682Z | Compiling smawk v0.3.2 |
459 | 2024-12-19T19:46:12.907Z | Compiling textwrap v0.16.1 |
460 | 2024-12-19T19:46:13.442Z | Compiling swrite v0.1.0 |
461 | 2024-12-19T19:46:14.565Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-19T19:46:16.102Z | Compiling tabled v0.15.0 |
463 | 2024-12-19T19:46:17.561Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-19T19:46:17.562Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-19T19:46:17.564Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-19T19:46:17.565Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-19T19:46:17.565Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-19T19:46:19.275Z | Compiling scroll v0.12.0 |
469 | 2024-12-19T19:46:19.304Z | Compiling zerocopy v0.7.35 |
470 | 2024-12-19T19:46:19.838Z | Compiling goblin v0.8.2 |
471 | 2024-12-19T19:46:20.333Z | Compiling pest v2.7.14 |
472 | 2024-12-19T19:46:21.513Z | Compiling clap v4.5.21 |
473 | 2024-12-19T19:46:22.499Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-19T19:46:23.327Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-19T19:46:25.211Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-19T19:46:25.822Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-19T19:46:27.504Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-19T19:46:27.768Z | Compiling serde_spanned v0.6.8 |
479 | 2024-12-19T19:46:27.768Z | Compiling toml_datetime v0.6.8 |
480 | 2024-12-19T19:46:27.771Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-19T19:46:28.078Z | Compiling macaddr v1.0.1 |
482 | 2024-12-19T19:46:28.139Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-19T19:46:28.466Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-19T19:46:28.961Z | Compiling dof v0.3.0 |
485 | 2024-12-19T19:46:29.316Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-19T19:46:30.637Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-19T19:46:30.643Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-19T19:46:30.989Z | Compiling toml v0.8.19 |
489 | 2024-12-19T19:46:31.872Z | Compiling cargo_toml v0.20.5 |
490 | 2024-12-19T19:46:31.952Z | Compiling usdt v0.5.0 |
491 | 2024-12-19T19:46:35.345Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-19T19:46:39.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.79s |
493 | 2024-12-19T19:46:39.813Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-19T19:46:40.353Z | Downloading crates ... |
495 | 2024-12-19T19:46:40.467Z | Downloaded adler2 v2.0.0 |
496 | 2024-12-19T19:46:40.470Z | Downloaded aead v0.5.2 |
497 | 2024-12-19T19:46:40.473Z | Downloaded addr2line v0.24.2 |
498 | 2024-12-19T19:46:40.478Z | Downloaded cancel-safe-futures v0.1.5 |
499 | 2024-12-19T19:46:40.482Z | Downloaded ciborium-io v0.2.2 |
500 | 2024-12-19T19:46:40.485Z | Downloaded atty v0.2.14 |
501 | 2024-12-19T19:46:40.485Z | Downloaded atomicwrites v0.4.4 |
502 | 2024-12-19T19:46:40.487Z | Downloaded assert_matches v1.5.0 |
503 | 2024-12-19T19:46:40.490Z | Downloaded arrayref v0.3.9 |
504 | 2024-12-19T19:46:40.493Z | Downloaded http-body v1.0.1 |
505 | 2024-12-19T19:46:40.497Z | Downloaded cassowary v0.3.0 |
506 | 2024-12-19T19:46:40.501Z | Downloaded hostname v0.3.1 |
507 | 2024-12-19T19:46:40.503Z | Downloaded httpdate v1.0.3 |
508 | 2024-12-19T19:46:40.506Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-12-19T19:46:40.509Z | Downloaded hostname v0.4.0 |
510 | 2024-12-19T19:46:40.509Z | Downloaded cfg_aliases v0.2.1 |
511 | 2024-12-19T19:46:40.512Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-19T19:46:40.512Z | Downloaded cfg_aliases v0.1.1 |
513 | 2024-12-19T19:46:40.514Z | Downloaded instant v0.1.13 |
514 | 2024-12-19T19:46:40.517Z | Downloaded matches v0.1.10 |
515 | 2024-12-19T19:46:40.517Z | Downloaded crunchy v0.2.2 |
516 | 2024-12-19T19:46:40.517Z | Downloaded async-stream-impl v0.3.6 |
517 | 2024-12-19T19:46:40.521Z | Downloaded darling v0.20.10 |
518 | 2024-12-19T19:46:40.523Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2024-12-19T19:46:40.523Z | Downloaded crossbeam-deque v0.8.5 |
520 | 2024-12-19T19:46:40.526Z | Downloaded castaway v0.2.3 |
521 | 2024-12-19T19:46:40.529Z | Downloaded cmake v0.1.51 |
522 | 2024-12-19T19:46:40.529Z | Downloaded chacha20 v0.9.1 |
523 | 2024-12-19T19:46:40.531Z | Downloaded http-range v0.1.5 |
524 | 2024-12-19T19:46:40.531Z | Downloaded hubpack_derive v0.1.1 |
525 | 2024-12-19T19:46:40.534Z | Downloaded constant_time_eq v0.3.1 |
526 | 2024-12-19T19:46:40.535Z | Downloaded bit-vec v0.6.3 |
527 | 2024-12-19T19:46:40.537Z | Downloaded bb8 v0.8.5 |
528 | 2024-12-19T19:46:40.537Z | Downloaded buf-list v1.0.3 |
529 | 2024-12-19T19:46:40.539Z | Downloaded new_debug_unreachable v1.0.6 |
530 | 2024-12-19T19:46:40.542Z | Downloaded md5 v0.7.0 |
531 | 2024-12-19T19:46:40.544Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-12-19T19:46:40.545Z | Downloaded atomic-waker v1.1.2 |
533 | 2024-12-19T19:46:40.545Z | Downloaded async-recursion v1.1.1 |
534 | 2024-12-19T19:46:40.548Z | Downloaded is_ci v1.2.0 |
535 | 2024-12-19T19:46:40.550Z | Downloaded newtype_derive v0.1.6 |
536 | 2024-12-19T19:46:40.553Z | Downloaded newline-converter v0.3.0 |
537 | 2024-12-19T19:46:40.553Z | Downloaded cexpr v0.6.0 |
538 | 2024-12-19T19:46:40.556Z | Downloaded base16ct v0.2.0 |
539 | 2024-12-19T19:46:40.559Z | Downloaded crc v3.2.1 |
540 | 2024-12-19T19:46:40.559Z | Downloaded impl-trait-for-tuples v0.2.2 |
541 | 2024-12-19T19:46:40.561Z | Downloaded blowfish v0.9.1 |
542 | 2024-12-19T19:46:40.564Z | Downloaded memoffset v0.9.1 |
543 | 2024-12-19T19:46:40.566Z | Downloaded is-terminal v0.4.13 |
544 | 2024-12-19T19:46:40.566Z | Downloaded async-stream v0.3.6 |
545 | 2024-12-19T19:46:40.569Z | Downloaded mirai-annotations v1.12.0 |
546 | 2024-12-19T19:46:40.571Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-12-19T19:46:40.571Z | Downloaded mime v0.3.17 |
548 | 2024-12-19T19:46:40.574Z | Downloaded lazy_static v1.5.0 |
549 | 2024-12-19T19:46:40.576Z | Downloaded linear-map v1.2.0 |
550 | 2024-12-19T19:46:40.579Z | Downloaded ipnetwork v0.20.0 |
551 | 2024-12-19T19:46:40.581Z | Downloaded colored v2.1.0 |
552 | 2024-12-19T19:46:40.581Z | Downloaded ctr v0.9.2 |
553 | 2024-12-19T19:46:40.584Z | Downloaded multimap v0.10.0 |
554 | 2024-12-19T19:46:40.586Z | Downloaded nibble_vec v0.1.0 |
555 | 2024-12-19T19:46:40.589Z | Downloaded hubpack v0.1.2 |
556 | 2024-12-19T19:46:40.589Z | Downloaded ciborium v0.2.2 |
557 | 2024-12-19T19:46:40.591Z | Downloaded linked-hash-map v0.5.6 |
558 | 2024-12-19T19:46:40.594Z | Downloaded lalrpop-util v0.19.12 |
559 | 2024-12-19T19:46:40.596Z | Downloaded libefi-sys v0.1.0 |
560 | 2024-12-19T19:46:40.596Z | Downloaded indoc v1.0.9 |
561 | 2024-12-19T19:46:40.599Z | Downloaded crc32fast v1.4.2 |
562 | 2024-12-19T19:46:40.601Z | Downloaded managed v0.8.0 |
563 | 2024-12-19T19:46:40.603Z | Downloaded lockfree-object-pool v0.1.6 |
564 | 2024-12-19T19:46:40.606Z | Downloaded mime_guess v2.0.5 |
565 | 2024-12-19T19:46:40.609Z | Downloaded httparse v1.9.5 |
566 | 2024-12-19T19:46:40.611Z | Downloaded newtype-uuid v1.1.3 |
567 | 2024-12-19T19:46:40.614Z | Downloaded mockall v0.13.0 |
568 | 2024-12-19T19:46:40.616Z | Downloaded lru-cache v0.1.2 |
569 | 2024-12-19T19:46:40.616Z | Downloaded lru v0.12.5 |
570 | 2024-12-19T19:46:40.619Z | Downloaded sync_wrapper v1.0.1 |
571 | 2024-12-19T19:46:40.619Z | Downloaded async-trait v0.1.83 |
572 | 2024-12-19T19:46:40.623Z | Downloaded cookie_store v0.21.0 |
573 | 2024-12-19T19:46:40.625Z | Downloaded sync-ptr v0.1.1 |
574 | 2024-12-19T19:46:40.628Z | Downloaded maplit v1.0.2 |
575 | 2024-12-19T19:46:40.628Z | Downloaded tower-service v0.3.3 |
576 | 2024-12-19T19:46:40.632Z | Downloaded humantime v2.1.0 |
577 | 2024-12-19T19:46:40.636Z | Downloaded write16 v1.0.0 |
578 | 2024-12-19T19:46:40.636Z | Downloaded maybe-uninit v2.0.0 |
579 | 2024-12-19T19:46:40.636Z | Downloaded instability v0.3.2 |
580 | 2024-12-19T19:46:40.638Z | Downloaded rustversion v1.0.17 |
581 | 2024-12-19T19:46:40.640Z | Downloaded rand_xorshift v0.3.0 |
582 | 2024-12-19T19:46:40.640Z | Downloaded r2d2 v0.8.10 |
583 | 2024-12-19T19:46:40.642Z | Downloaded csv-core v0.1.11 |
584 | 2024-12-19T19:46:40.645Z | Downloaded memmap2 v0.9.5 |
585 | 2024-12-19T19:46:40.648Z | Downloaded zone_cfg_derive v0.3.0 |
586 | 2024-12-19T19:46:40.648Z | Downloaded hyper-rustls v0.27.3 |
587 | 2024-12-19T19:46:40.650Z | Downloaded backoff v0.4.0 |
588 | 2024-12-19T19:46:40.653Z | Downloaded native-tls v0.2.12 |
589 | 2024-12-19T19:46:40.656Z | Downloaded const-oid v0.9.6 |
590 | 2024-12-19T19:46:40.659Z | Downloaded scrypt v0.11.0 |
591 | 2024-12-19T19:46:40.662Z | Downloaded quinn-udp v0.5.5 |
592 | 2024-12-19T19:46:40.664Z | Downloaded ssh-cipher v0.2.0 |
593 | 2024-12-19T19:46:40.664Z | Downloaded highway v1.2.0 |
594 | 2024-12-19T19:46:40.667Z | Downloaded lock_api v0.4.12 |
595 | 2024-12-19T19:46:40.669Z | Downloaded blake2 v0.10.6 |
596 | 2024-12-19T19:46:40.672Z | Downloaded dhcproto-macros v0.1.0 |
597 | 2024-12-19T19:46:40.675Z | Downloaded nanorand v0.7.0 |
598 | 2024-12-19T19:46:40.677Z | Downloaded signal-hook-registry v1.4.2 |
599 | 2024-12-19T19:46:40.680Z | Downloaded crc-any v2.5.0 |
600 | 2024-12-19T19:46:40.683Z | Downloaded normalize-line-endings v0.3.0 |
601 | 2024-12-19T19:46:40.685Z | Downloaded thiserror-impl v2.0.3 |
602 | 2024-12-19T19:46:40.685Z | Downloaded pbkdf2 v0.12.2 |
603 | 2024-12-19T19:46:40.688Z | Downloaded topological-sort v0.2.2 |
604 | 2024-12-19T19:46:40.688Z | Downloaded tls_codec_derive v0.4.1 |
605 | 2024-12-19T19:46:40.690Z | Downloaded opaque-debug v0.3.1 |
606 | 2024-12-19T19:46:40.693Z | Downloaded crossbeam-epoch v0.9.18 |
607 | 2024-12-19T19:46:40.696Z | Downloaded strum_macros v0.24.3 |
608 | 2024-12-19T19:46:40.698Z | Downloaded utf8_iter v1.0.4 |
609 | 2024-12-19T19:46:40.700Z | Downloaded utf16_iter v1.0.5 |
610 | 2024-12-19T19:46:40.700Z | Downloaded tokio-macros v2.4.0 |
611 | 2024-12-19T19:46:40.703Z | Downloaded icu_normalizer_data v1.5.0 |
612 | 2024-12-19T19:46:40.705Z | Downloaded writeable v0.5.5 |
613 | 2024-12-19T19:46:40.707Z | Downloaded fixedbitset v0.4.2 |
614 | 2024-12-19T19:46:40.710Z | Downloaded dsl_auto_type v0.1.2 |
615 | 2024-12-19T19:46:40.712Z | Downloaded icu_locid v1.5.0 |
616 | 2024-12-19T19:46:40.716Z | Downloaded serde-big-array v0.5.1 |
617 | 2024-12-19T19:46:40.719Z | Downloaded russh-cryptovec v0.7.3 |
618 | 2024-12-19T19:46:40.722Z | Downloaded mockall_derive v0.13.0 |
619 | 2024-12-19T19:46:40.722Z | Downloaded miniz_oxide v0.8.0 |
620 | 2024-12-19T19:46:40.724Z | Downloaded libsw v3.3.1 |
621 | 2024-12-19T19:46:40.727Z | Downloaded nodrop v0.1.14 |
622 | 2024-12-19T19:46:40.730Z | Downloaded serde_with_macros v3.11.0 |
623 | 2024-12-19T19:46:40.734Z | Downloaded base64 v0.13.1 |
624 | 2024-12-19T19:46:40.737Z | Downloaded bytes v1.8.0 |
625 | 2024-12-19T19:46:40.741Z | Downloaded dyn-clone v1.0.17 |
626 | 2024-12-19T19:46:40.743Z | Downloaded futures-core v0.3.31 |
627 | 2024-12-19T19:46:40.745Z | Downloaded foreign-types v0.5.0 |
628 | 2024-12-19T19:46:40.749Z | Downloaded strum v0.26.3 |
629 | 2024-12-19T19:46:40.749Z | Downloaded sha1 v0.10.6 |
630 | 2024-12-19T19:46:40.751Z | Downloaded phf v0.11.2 |
631 | 2024-12-19T19:46:40.751Z | Downloaded dunce v1.0.5 |
632 | 2024-12-19T19:46:40.754Z | Downloaded serde_derive_internals v0.29.1 |
633 | 2024-12-19T19:46:40.756Z | Downloaded pbkdf2 v0.11.0 |
634 | 2024-12-19T19:46:40.759Z | Downloaded cc v1.1.30 |
635 | 2024-12-19T19:46:40.762Z | Downloaded rand_chacha v0.3.1 |
636 | 2024-12-19T19:46:40.764Z | Downloaded proc-macro-crate v1.3.1 |
637 | 2024-12-19T19:46:40.768Z | Downloaded primeorder v0.13.6 |
638 | 2024-12-19T19:46:40.768Z | Downloaded cookie v0.18.1 |
639 | 2024-12-19T19:46:40.771Z | Downloaded darling_macro v0.20.10 |
640 | 2024-12-19T19:46:40.771Z | Downloaded waitgroup v0.1.2 |
641 | 2024-12-19T19:46:40.774Z | Downloaded enum-as-inner v0.5.1 |
642 | 2024-12-19T19:46:40.774Z | Downloaded chacha20poly1305 v0.10.1 |
643 | 2024-12-19T19:46:40.777Z | Downloaded num_threads v0.1.7 |
644 | 2024-12-19T19:46:40.779Z | Downloaded russh-keys v0.45.0 |
645 | 2024-12-19T19:46:40.782Z | Downloaded slog-json v2.6.1 |
646 | 2024-12-19T19:46:40.784Z | Downloaded synstructure v0.13.1 |
647 | 2024-12-19T19:46:40.786Z | Downloaded slog-scope v4.4.0 |
648 | 2024-12-19T19:46:40.789Z | Downloaded icu_properties v1.5.1 |
649 | 2024-12-19T19:46:40.792Z | Downloaded slog-bunyan v2.5.0 |
650 | 2024-12-19T19:46:40.792Z | Downloaded slog-envlogger v2.2.0 |
651 | 2024-12-19T19:46:40.795Z | Downloaded const_format v0.2.33 |
652 | 2024-12-19T19:46:40.799Z | Downloaded num-conv v0.1.0 |
653 | 2024-12-19T19:46:40.801Z | Downloaded base64 v0.22.1 |
654 | 2024-12-19T19:46:40.805Z | Downloaded scheduled-thread-pool v0.2.7 |
655 | 2024-12-19T19:46:40.807Z | Downloaded same-file v1.0.6 |
656 | 2024-12-19T19:46:40.810Z | Downloaded phf_codegen v0.11.2 |
657 | 2024-12-19T19:46:40.812Z | Downloaded hashlink v0.9.1 |
658 | 2024-12-19T19:46:40.814Z | Downloaded number_prefix v0.4.0 |
659 | 2024-12-19T19:46:40.814Z | Downloaded postgres-protocol v0.6.7 |
660 | 2024-12-19T19:46:40.818Z | Downloaded crypto-bigint v0.5.5 |
661 | 2024-12-19T19:46:40.824Z | Downloaded tokio-native-tls v0.3.1 |
662 | 2024-12-19T19:46:40.827Z | Downloaded unicode-truncate v1.1.0 |
663 | 2024-12-19T19:46:40.829Z | Downloaded pkcs1 v0.7.5 |
664 | 2024-12-19T19:46:40.832Z | Downloaded endian-type v0.1.2 |
665 | 2024-12-19T19:46:40.834Z | Downloaded postgres-types v0.2.8 |
666 | 2024-12-19T19:46:40.836Z | Downloaded semver v0.1.20 |
667 | 2024-12-19T19:46:40.838Z | Downloaded uuid v1.11.0 |
668 | 2024-12-19T19:46:40.841Z | Downloaded hash32 v0.3.1 |
669 | 2024-12-19T19:46:40.843Z | Downloaded futures-executor v0.3.31 |
670 | 2024-12-19T19:46:40.846Z | Downloaded rayon-core v1.12.1 |
671 | 2024-12-19T19:46:40.849Z | Downloaded funty v2.0.0 |
672 | 2024-12-19T19:46:40.852Z | Downloaded indicatif v0.17.9 |
673 | 2024-12-19T19:46:40.855Z | Downloaded crossbeam-channel v0.5.13 |
674 | 2024-12-19T19:46:40.861Z | Downloaded sigpipe v0.1.3 |
675 | 2024-12-19T19:46:40.863Z | Downloaded xattr v1.3.1 |
676 | 2024-12-19T19:46:40.866Z | Downloaded utf-8 v0.7.6 |
677 | 2024-12-19T19:46:40.869Z | Downloaded wyz v0.5.1 |
678 | 2024-12-19T19:46:40.869Z | Downloaded debug-ignore v1.0.5 |
679 | 2024-12-19T19:46:40.871Z | Downloaded vte_generate_state_changes v0.1.2 |
680 | 2024-12-19T19:46:40.871Z | Downloaded ff v0.13.0 |
681 | 2024-12-19T19:46:40.873Z | Downloaded data-encoding v2.6.0 |
682 | 2024-12-19T19:46:40.879Z | Downloaded olpc-cjson v0.1.4 |
683 | 2024-12-19T19:46:40.889Z | Downloaded fxhash v0.2.1 |
684 | 2024-12-19T19:46:40.891Z | Downloaded progenitor v0.8.0 |
685 | 2024-12-19T19:46:40.891Z | Downloaded pin-utils v0.1.0 |
686 | 2024-12-19T19:46:40.891Z | Downloaded toolchain_find v0.4.0 |
687 | 2024-12-19T19:46:40.893Z | Downloaded quick-error v1.2.3 |
688 | 2024-12-19T19:46:40.897Z | Downloaded salsa20 v0.10.2 |
689 | 2024-12-19T19:46:40.897Z | Downloaded float-cmp v0.9.0 |
690 | 2024-12-19T19:46:40.899Z | Downloaded psl-types v2.0.11 |
691 | 2024-12-19T19:46:40.899Z | Downloaded term v0.7.0 |
692 | 2024-12-19T19:46:40.903Z | Downloaded signature v2.2.0 |
693 | 2024-12-19T19:46:40.906Z | Downloaded signal-hook-tokio v0.3.1 |
694 | 2024-12-19T19:46:40.908Z | Downloaded serde_urlencoded v0.7.1 |
695 | 2024-12-19T19:46:40.911Z | Downloaded num-complex v0.4.6 |
696 | 2024-12-19T19:46:40.911Z | Downloaded futures-io v0.3.31 |
697 | 2024-12-19T19:46:40.913Z | Downloaded fs_extra v1.3.0 |
698 | 2024-12-19T19:46:40.916Z | Downloaded hyper-util v0.1.10 |
699 | 2024-12-19T19:46:40.920Z | Downloaded snafu v0.8.5 |
700 | 2024-12-19T19:46:40.927Z | Downloaded pin-project-internal v1.1.6 |
701 | 2024-12-19T19:46:40.931Z | Downloaded universal-hash v0.5.1 |
702 | 2024-12-19T19:46:40.934Z | Downloaded siphasher v0.3.11 |
703 | 2024-12-19T19:46:40.934Z | Downloaded simd-adler32 v0.3.7 |
704 | 2024-12-19T19:46:40.936Z | Downloaded pin-project-lite v0.2.14 |
705 | 2024-12-19T19:46:40.941Z | Downloaded termtree v0.4.1 |
706 | 2024-12-19T19:46:40.944Z | Downloaded zone v0.3.0 |
707 | 2024-12-19T19:46:40.944Z | Downloaded structmeta v0.2.0 |
708 | 2024-12-19T19:46:40.947Z | Downloaded display-error-chain v0.2.2 |
709 | 2024-12-19T19:46:40.949Z | Downloaded dirs-next v2.0.0 |
710 | 2024-12-19T19:46:40.950Z | Downloaded tokio-stream v0.1.16 |
711 | 2024-12-19T19:46:40.954Z | Downloaded packed_struct v0.10.1 |
712 | 2024-12-19T19:46:40.956Z | Downloaded futures-task v0.3.31 |
713 | 2024-12-19T19:46:40.959Z | Downloaded futures-macro v0.3.31 |
714 | 2024-12-19T19:46:40.959Z | Downloaded tokio-rustls v0.26.0 |
715 | 2024-12-19T19:46:40.962Z | Downloaded progenitor-macro v0.8.0 |
716 | 2024-12-19T19:46:40.966Z | Downloaded peg-macros v0.8.4 |
717 | 2024-12-19T19:46:40.969Z | Downloaded rustc-hash v2.0.0 |
718 | 2024-12-19T19:46:40.969Z | Downloaded serde_yaml v0.9.34+deprecated |
719 | 2024-12-19T19:46:40.971Z | Downloaded openssl-sys v0.9.103 |
720 | 2024-12-19T19:46:40.977Z | Downloaded rsa v0.9.6 |
721 | 2024-12-19T19:46:40.983Z | Downloaded rustc_version v0.1.7 |
722 | 2024-12-19T19:46:40.986Z | Downloaded num-derive v0.4.2 |
723 | 2024-12-19T19:46:40.989Z | Downloaded rustc-hash v1.1.0 |
724 | 2024-12-19T19:46:40.989Z | Downloaded pin-project v1.1.6 |
725 | 2024-12-19T19:46:41.001Z | Downloaded pretty-hex v0.2.1 |
726 | 2024-12-19T19:46:41.003Z | Downloaded foreign-types-shared v0.3.1 |
727 | 2024-12-19T19:46:41.006Z | Downloaded unicode-bidi v0.3.17 |
728 | 2024-12-19T19:46:41.008Z | Downloaded tungstenite v0.24.0 |
729 | 2024-12-19T19:46:41.012Z | Downloaded progenitor-client v0.8.0 |
730 | 2024-12-19T19:46:41.016Z | Downloaded predicates-tree v1.0.11 |
731 | 2024-12-19T19:46:41.016Z | Downloaded slab v0.4.9 |
732 | 2024-12-19T19:46:41.019Z | Downloaded diesel-dtrace v0.4.0 |
733 | 2024-12-19T19:46:41.019Z | Downloaded unicode-xid v0.2.6 |
734 | 2024-12-19T19:46:41.021Z | Downloaded structmeta v0.3.0 |
735 | 2024-12-19T19:46:41.021Z | Downloaded thread_local v1.1.8 |
736 | 2024-12-19T19:46:41.024Z | Downloaded futures-sink v0.3.31 |
737 | 2024-12-19T19:46:41.024Z | Downloaded hashbrown v0.13.2 |
738 | 2024-12-19T19:46:41.029Z | Downloaded tracing-attributes v0.1.27 |
739 | 2024-12-19T19:46:41.032Z | Downloaded der v0.7.9 |
740 | 2024-12-19T19:46:41.038Z | Downloaded diesel_table_macro_syntax v0.2.0 |
741 | 2024-12-19T19:46:41.041Z | Downloaded try-lock v0.2.5 |
742 | 2024-12-19T19:46:41.041Z | Downloaded deranged v0.3.11 |
743 | 2024-12-19T19:46:41.044Z | Downloaded defmt-parser v0.3.4 |
744 | 2024-12-19T19:46:41.044Z | Downloaded zeroize v1.8.1 |
745 | 2024-12-19T19:46:41.047Z | Downloaded poly1305 v0.8.0 |
746 | 2024-12-19T19:46:41.050Z | Downloaded omicron-zone-package v0.11.1 |
747 | 2024-12-19T19:46:41.052Z | Downloaded zip v0.6.6 |
748 | 2024-12-19T19:46:41.057Z | Downloaded phf_generator v0.11.2 |
749 | 2024-12-19T19:46:41.060Z | Downloaded path-slash v0.1.5 |
750 | 2024-12-19T19:46:41.063Z | Downloaded fallible-streaming-iterator v0.1.9 |
751 | 2024-12-19T19:46:41.063Z | Downloaded termios v0.3.3 |
752 | 2024-12-19T19:46:41.063Z | Downloaded libxml v0.3.3 |
753 | 2024-12-19T19:46:41.070Z | Downloaded shell-words v1.1.0 |
754 | 2024-12-19T19:46:41.072Z | Downloaded stable_deref_trait v1.2.0 |
755 | 2024-12-19T19:46:41.075Z | Downloaded subprocess v0.2.9 |
756 | 2024-12-19T19:46:41.078Z | Downloaded tap v1.0.1 |
757 | 2024-12-19T19:46:41.078Z | Downloaded structmeta-derive v0.3.0 |
758 | 2024-12-19T19:46:41.080Z | Downloaded heapless v0.8.0 |
759 | 2024-12-19T19:46:41.083Z | Downloaded peg v0.8.4 |
760 | 2024-12-19T19:46:41.088Z | Downloaded tinyvec_macros v0.1.1 |
761 | 2024-12-19T19:46:41.090Z | Downloaded foreign-types-macros v0.2.3 |
762 | 2024-12-19T19:46:41.090Z | Downloaded thiserror v2.0.3 |
763 | 2024-12-19T19:46:41.096Z | Downloaded ena v0.14.3 |
764 | 2024-12-19T19:46:41.099Z | Downloaded twox-hash v1.6.3 |
765 | 2024-12-19T19:46:41.102Z | Downloaded derive_builder_macro v0.20.2 |
766 | 2024-12-19T19:46:41.104Z | Downloaded embedded-io v0.6.1 |
767 | 2024-12-19T19:46:41.104Z | Downloaded fallible-iterator v0.3.0 |
768 | 2024-12-19T19:46:41.107Z | Downloaded shlex v1.3.0 |
769 | 2024-12-19T19:46:41.107Z | Downloaded rand_seeder v0.3.0 |
770 | 2024-12-19T19:46:41.110Z | Downloaded group v0.13.0 |
771 | 2024-12-19T19:46:41.112Z | Downloaded heck v0.3.3 |
772 | 2024-12-19T19:46:41.112Z | Downloaded tui-tree-widget v0.22.0 |
773 | 2024-12-19T19:46:41.115Z | Downloaded hex-literal v0.4.1 |
774 | 2024-12-19T19:46:41.115Z | Downloaded hash32 v0.2.1 |
775 | 2024-12-19T19:46:41.118Z | Downloaded publicsuffix v2.2.3 |
776 | 2024-12-19T19:46:41.120Z | Downloaded unicode-segmentation v1.12.0 |
777 | 2024-12-19T19:46:41.125Z | Downloaded sqlparser_derive v0.2.2 |
778 | 2024-12-19T19:46:41.128Z | Downloaded itertools v0.12.1 |
779 | 2024-12-19T19:46:41.135Z | Downloaded unicase v2.7.0 |
780 | 2024-12-19T19:46:41.140Z | Downloaded parking_lot v0.11.2 |
781 | 2024-12-19T19:46:41.143Z | Downloaded nom v7.1.3 |
782 | 2024-12-19T19:46:41.147Z | Downloaded ref-cast v1.0.23 |
783 | 2024-12-19T19:46:41.154Z | Downloaded embedded-io v0.4.0 |
784 | 2024-12-19T19:46:41.154Z | Downloaded typify-macro v0.2.0 |
785 | 2024-12-19T19:46:41.154Z | Downloaded zerofrom v0.1.4 |
786 | 2024-12-19T19:46:41.154Z | Downloaded peg-runtime v0.8.3 |
787 | 2024-12-19T19:46:41.159Z | Downloaded parse-display-derive v0.10.0 |
788 | 2024-12-19T19:46:41.159Z | Downloaded unicode_categories v0.1.1 |
789 | 2024-12-19T19:46:41.159Z | Downloaded tinyvec v1.8.0 |
790 | 2024-12-19T19:46:41.162Z | Downloaded typify v0.2.0 |
791 | 2024-12-19T19:46:41.167Z | Downloaded rand_core v0.6.4 |
792 | 2024-12-19T19:46:41.170Z | Downloaded glob v0.3.1 |
793 | 2024-12-19T19:46:41.170Z | Downloaded zerocopy-derive v0.8.10 |
794 | 2024-12-19T19:46:41.177Z | Downloaded zone_cfg_derive v0.1.2 |
795 | 2024-12-19T19:46:41.179Z | Downloaded percent-encoding v2.3.1 |
796 | 2024-12-19T19:46:41.179Z | Downloaded smallvec v1.13.2 |
797 | 2024-12-19T19:46:41.182Z | Downloaded oso-derive v0.27.3 |
798 | 2024-12-19T19:46:41.185Z | Downloaded serde_plain v1.0.2 |
799 | 2024-12-19T19:46:41.185Z | Downloaded qorb v0.2.1 |
800 | 2024-12-19T19:46:41.191Z | Downloaded vergen v8.3.2 |
801 | 2024-12-19T19:46:41.194Z | Downloaded hashbrown v0.12.3 |
802 | 2024-12-19T19:46:41.201Z | Downloaded hashbrown v0.14.5 |
803 | 2024-12-19T19:46:41.205Z | Downloaded idna v1.0.3 |
804 | 2024-12-19T19:46:41.211Z | Downloaded want v0.3.1 |
805 | 2024-12-19T19:46:41.213Z | Downloaded tokio-rustls v0.25.0 |
806 | 2024-12-19T19:46:41.215Z | Downloaded tokio-rustls v0.24.1 |
807 | 2024-12-19T19:46:41.218Z | Downloaded hickory-client v0.24.1 |
808 | 2024-12-19T19:46:41.220Z | Downloaded zeroize_derive v1.4.2 |
809 | 2024-12-19T19:46:41.223Z | Downloaded zerofrom-derive v0.1.4 |
810 | 2024-12-19T19:46:41.223Z | Downloaded ref-cast-impl v1.0.23 |
811 | 2024-12-19T19:46:41.225Z | Downloaded powerfmt v0.2.0 |
812 | 2024-12-19T19:46:41.228Z | Downloaded parse-size v1.1.0 |
813 | 2024-12-19T19:46:41.228Z | Downloaded half v2.4.1 |
814 | 2024-12-19T19:46:41.231Z | Downloaded progenitor-impl v0.8.0 |
815 | 2024-12-19T19:46:41.235Z | Downloaded num-iter v0.1.45 |
816 | 2024-12-19T19:46:41.237Z | Downloaded num v0.4.3 |
817 | 2024-12-19T19:46:41.237Z | Downloaded strip-ansi-escapes v0.2.0 |
818 | 2024-12-19T19:46:41.237Z | Downloaded string_cache v0.8.7 |
819 | 2024-12-19T19:46:41.240Z | Downloaded pem-rfc7468 v0.7.0 |
820 | 2024-12-19T19:46:41.242Z | Downloaded take_mut v0.2.2 |
821 | 2024-12-19T19:46:41.242Z | Downloaded serde_path_to_error v0.1.16 |
822 | 2024-12-19T19:46:41.244Z | Downloaded time-core v0.1.2 |
823 | 2024-12-19T19:46:41.247Z | Downloaded untrusted v0.9.0 |
824 | 2024-12-19T19:46:41.247Z | Downloaded signal-hook v0.3.17 |
825 | 2024-12-19T19:46:41.250Z | Downloaded yoke-derive v0.7.4 |
826 | 2024-12-19T19:46:41.253Z | Downloaded precomputed-hash v0.1.1 |
827 | 2024-12-19T19:46:41.253Z | Downloaded phf_shared v0.10.0 |
828 | 2024-12-19T19:46:41.257Z | Downloaded num_enum_derive v0.5.11 |
829 | 2024-12-19T19:46:41.257Z | Downloaded serde_with v3.11.0 |
830 | 2024-12-19T19:46:41.264Z | Downloaded rtoolbox v0.0.2 |
831 | 2024-12-19T19:46:41.267Z | Downloaded tungstenite v0.21.0 |
832 | 2024-12-19T19:46:41.270Z | Downloaded tiny-keccak v2.0.2 |
833 | 2024-12-19T19:46:41.273Z | Downloaded hyper v1.5.0 |
834 | 2024-12-19T19:46:41.281Z | Downloaded fallible-iterator v0.2.0 |
835 | 2024-12-19T19:46:41.283Z | Downloaded parse-display v0.10.0 |
836 | 2024-12-19T19:46:41.286Z | Downloaded num-rational v0.4.2 |
837 | 2024-12-19T19:46:41.286Z | Downloaded env_filter v0.1.2 |
838 | 2024-12-19T19:46:41.289Z | Downloaded num-integer v0.1.46 |
839 | 2024-12-19T19:46:41.291Z | Downloaded slog v2.7.0 |
840 | 2024-12-19T19:46:41.294Z | Downloaded zip v2.1.3 |
841 | 2024-12-19T19:46:41.298Z | Downloaded schemars_derive v0.8.21 |
842 | 2024-12-19T19:46:41.301Z | Downloaded rpassword v7.3.1 |
843 | 2024-12-19T19:46:41.304Z | Downloaded which v4.4.2 |
844 | 2024-12-19T19:46:41.304Z | Downloaded difflib v0.4.0 |
845 | 2024-12-19T19:46:41.307Z | Downloaded rustls-webpki v0.101.7 |
846 | 2024-12-19T19:46:41.321Z | Downloaded wait-timeout v0.2.0 |
847 | 2024-12-19T19:46:41.323Z | Downloaded subtle v2.6.1 |
848 | 2024-12-19T19:46:41.323Z | Downloaded predicates v3.1.2 |
849 | 2024-12-19T19:46:41.326Z | Downloaded walkdir v2.5.0 |
850 | 2024-12-19T19:46:41.328Z | Downloaded spki v0.7.3 |
851 | 2024-12-19T19:46:41.331Z | Downloaded ppv-lite86 v0.2.20 |
852 | 2024-12-19T19:46:41.335Z | Downloaded tabwriter v1.4.0 |
853 | 2024-12-19T19:46:41.335Z | Downloaded value-bag v1.9.0 |
854 | 2024-12-19T19:46:41.337Z | Downloaded owo-colors v4.1.0 |
855 | 2024-12-19T19:46:41.340Z | Downloaded toml v0.7.8 |
856 | 2024-12-19T19:46:41.342Z | Downloaded tinystr v0.7.6 |
857 | 2024-12-19T19:46:41.345Z | Downloaded sct v0.7.1 |
858 | 2024-12-19T19:46:41.349Z | Downloaded yasna v0.5.2 |
859 | 2024-12-19T19:46:41.351Z | Downloaded getrandom v0.2.15 |
860 | 2024-12-19T19:46:41.354Z | Downloaded tokio-tungstenite v0.24.0 |
861 | 2024-12-19T19:46:41.357Z | Downloaded spin v0.5.2 |
862 | 2024-12-19T19:46:41.360Z | Downloaded bindgen v0.69.5 |
863 | 2024-12-19T19:46:41.366Z | Downloaded fragile v2.0.0 |
864 | 2024-12-19T19:46:41.369Z | Downloaded either v1.13.0 |
865 | 2024-12-19T19:46:41.371Z | Downloaded zerovec v0.10.4 |
866 | 2024-12-19T19:46:41.376Z | Downloaded env_logger v0.11.5 |
867 | 2024-12-19T19:46:41.379Z | Downloaded spin v0.9.8 |
868 | 2024-12-19T19:46:41.381Z | Downloaded ghash v0.5.1 |
869 | 2024-12-19T19:46:41.384Z | Downloaded form_urlencoded v1.2.1 |
870 | 2024-12-19T19:46:41.384Z | Downloaded pkcs8 v0.10.2 |
871 | 2024-12-19T19:46:41.387Z | Downloaded password-hash v0.5.0 |
872 | 2024-12-19T19:46:41.390Z | Downloaded derive-where v1.2.7 |
873 | 2024-12-19T19:46:41.394Z | Downloaded ed25519 v2.2.3 |
874 | 2024-12-19T19:46:41.396Z | Downloaded defmt-macros v0.3.9 |
875 | 2024-12-19T19:46:41.398Z | Downloaded schemars v0.8.21 |
876 | 2024-12-19T19:46:41.412Z | Downloaded sqlformat v0.2.6 |
877 | 2024-12-19T19:46:41.416Z | Downloaded bitvec v1.0.1 |
878 | 2024-12-19T19:46:41.430Z | Downloaded resolv-conf v0.7.0 |
879 | 2024-12-19T19:46:41.432Z | Downloaded ron v0.7.1 |
880 | 2024-12-19T19:46:41.436Z | Downloaded yoke v0.7.4 |
881 | 2024-12-19T19:46:41.439Z | Downloaded flume v0.11.1 |
882 | 2024-12-19T19:46:41.442Z | Downloaded gethostname v0.5.0 |
883 | 2024-12-19T19:46:41.445Z | Downloaded derive_builder v0.20.2 |
884 | 2024-12-19T19:46:41.448Z | Downloaded rcgen v0.12.1 |
885 | 2024-12-19T19:46:41.452Z | Downloaded password-hash v0.4.2 |
886 | 2024-12-19T19:46:41.454Z | Downloaded expectorate v1.1.0 |
887 | 2024-12-19T19:46:41.457Z | Downloaded p521 v0.13.3 |
888 | 2024-12-19T19:46:41.460Z | Downloaded ron v0.8.1 |
889 | 2024-12-19T19:46:41.466Z | Downloaded zerocopy v0.6.6 |
890 | 2024-12-19T19:46:41.469Z | Downloaded rustls-webpki v0.102.8 |
891 | 2024-12-19T19:46:41.490Z | Downloaded darling_core v0.20.10 |
892 | 2024-12-19T19:46:41.493Z | Downloaded unsafe-libyaml v0.2.11 |
893 | 2024-12-19T19:46:41.497Z | Downloaded socket2 v0.5.7 |
894 | 2024-12-19T19:46:41.500Z | Downloaded parse-zoneinfo v0.3.1 |
895 | 2024-12-19T19:46:41.502Z | Downloaded flate2 v1.0.34 |
896 | 2024-12-19T19:46:41.508Z | Downloaded rustls-pki-types v1.9.0 |
897 | 2024-12-19T19:46:41.512Z | Downloaded toml_edit v0.19.15 |
898 | 2024-12-19T19:46:41.531Z | Downloaded hickory-server v0.24.1 |
899 | 2024-12-19T19:46:41.535Z | Downloaded zerocopy v0.8.10 |
900 | 2024-12-19T19:46:41.560Z | Downloaded ed25519-dalek v2.1.1 |
901 | 2024-12-19T19:46:41.563Z | Downloaded icu_properties_data v1.5.0 |
902 | 2024-12-19T19:46:41.573Z | Downloaded elliptic-curve v0.13.8 |
903 | 2024-12-19T19:46:41.578Z | Downloaded tokio-util v0.7.12 |
904 | 2024-12-19T19:46:41.585Z | Downloaded time v0.3.36 |
905 | 2024-12-19T19:46:41.593Z | Downloaded hickory-resolver v0.24.1 |
906 | 2024-12-19T19:46:41.598Z | Downloaded num-bigint-dig v0.8.4 |
907 | 2024-12-19T19:46:41.603Z | Downloaded winnow v0.5.40 |
908 | 2024-12-19T19:46:41.612Z | Downloaded gimli v0.31.1 |
909 | 2024-12-19T19:46:41.621Z | Downloaded futures-util v0.3.31 |
910 | 2024-12-19T19:46:41.634Z | Downloaded sqlparser v0.45.0 |
911 | 2024-12-19T19:46:41.646Z | Downloaded idna v0.3.0 |
912 | 2024-12-19T19:46:41.653Z | Downloaded quick-xml v0.33.0 |
913 | 2024-12-19T19:46:41.665Z | Downloaded reedline v0.35.0 |
914 | 2024-12-19T19:46:41.677Z | Downloaded idna v0.5.0 |
915 | 2024-12-19T19:46:41.689Z | Downloaded smoltcp v0.9.1 |
916 | 2024-12-19T19:46:41.701Z | Downloaded dropshot v0.13.0 |
917 | 2024-12-19T19:46:41.722Z | Downloaded hkdf v0.12.4 |
918 | 2024-12-19T19:46:41.725Z | Downloaded radix_trie v0.2.1 |
919 | 2024-12-19T19:46:41.730Z | Downloaded portable-atomic v1.9.0 |
920 | 2024-12-19T19:46:41.738Z | Downloaded polar-core v0.27.3 |
921 | 2024-12-19T19:46:41.747Z | Downloaded regex v1.11.1 |
922 | 2024-12-19T19:46:41.761Z | Downloaded git2 v0.19.0 |
923 | 2024-12-19T19:46:41.770Z | Downloaded openssl v0.10.66 |
924 | 2024-12-19T19:46:41.779Z | Downloaded salty v0.3.0 |
925 | 2024-12-19T19:46:41.786Z | Downloaded nix v0.27.1 |
926 | 2024-12-19T19:46:41.798Z | Downloaded object v0.30.4 |
927 | 2024-12-19T19:46:41.808Z | Downloaded openapiv3 v2.0.0 |
928 | 2024-12-19T19:46:41.819Z | Downloaded unicode-width v0.2.0 |
929 | 2024-12-19T19:46:41.825Z | Downloaded reqwest v0.12.9 |
930 | 2024-12-19T19:46:41.834Z | Downloaded trust-dns-proto v0.22.0 |
931 | 2024-12-19T19:46:41.846Z | Downloaded nix v0.28.0 |
932 | 2024-12-19T19:46:41.858Z | Downloaded rustls v0.21.12 |
933 | 2024-12-19T19:46:41.869Z | Downloaded hickory-proto v0.24.1 |
934 | 2024-12-19T19:46:41.884Z | Downloaded zerocopy-derive v0.6.6 |
935 | 2024-12-19T19:46:41.894Z | Downloaded regex-syntax v0.6.29 |
936 | 2024-12-19T19:46:41.901Z | Downloaded rustls v0.22.4 |
937 | 2024-12-19T19:46:41.915Z | Downloaded webpki-roots v0.26.6 |
938 | 2024-12-19T19:46:41.919Z | Downloaded sled v0.34.7 |
939 | 2024-12-19T19:46:41.930Z | Downloaded regex-syntax v0.8.5 |
940 | 2024-12-19T19:46:41.938Z | Downloaded rustls v0.23.14 |
941 | 2024-12-19T19:46:41.950Z | Downloaded regress v0.9.1 |
942 | 2024-12-19T19:46:41.963Z | Downloaded regress v0.10.1 |
943 | 2024-12-19T19:46:41.968Z | Downloaded diesel v2.2.6 |
944 | 2024-12-19T19:46:41.986Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
945 | 2024-12-19T19:46:41.998Z | Downloaded regex-automata v0.4.8 |
946 | 2024-12-19T19:46:42.014Z | Downloaded typify-impl v0.2.0 |
947 | 2024-12-19T19:46:42.028Z | Downloaded object v0.36.5 |
948 | 2024-12-19T19:46:42.039Z | Downloaded petgraph v0.6.5 |
949 | 2024-12-19T19:46:42.056Z | Downloaded ratatui v0.28.1 |
950 | 2024-12-19T19:46:42.075Z | Downloaded tokio v1.40.0 |
951 | 2024-12-19T19:46:42.112Z | Downloaded p384 v0.13.0 |
952 | 2024-12-19T19:46:42.117Z | Downloaded dropshot v0.12.0 |
953 | 2024-12-19T19:46:42.138Z | Downloaded petname v2.0.2 |
954 | 2024-12-19T19:46:42.144Z | Downloaded vcpkg v0.2.15 |
955 | 2024-12-19T19:46:42.180Z | Downloaded bstr v1.10.0 |
956 | 2024-12-19T19:46:42.191Z | Downloaded chrono-tz v0.10.0 |
957 | 2024-12-19T19:46:42.198Z | Downloaded csv v1.3.0 |
958 | 2024-12-19T19:46:42.219Z | Downloaded nix v0.29.0 |
959 | 2024-12-19T19:46:42.231Z | Downloaded idna v0.4.0 |
960 | 2024-12-19T19:46:42.238Z | Downloaded smoltcp v0.11.0 |
961 | 2024-12-19T19:46:42.252Z | Downloaded lzma-sys v0.1.20 |
962 | 2024-12-19T19:46:42.283Z | Downloaded idna v0.2.3 |
963 | 2024-12-19T19:46:42.290Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2024-12-19T19:46:42.299Z | Downloaded lalrpop v0.19.12 |
965 | 2024-12-19T19:46:42.310Z | Downloaded proptest v1.5.0 |
966 | 2024-12-19T19:46:42.319Z | Downloaded rusqlite v0.32.1 |
967 | 2024-12-19T19:46:42.326Z | Downloaded quinn-proto v0.11.8 |
968 | 2024-12-19T19:46:42.333Z | Downloaded libz-sys v1.1.20 |
969 | 2024-12-19T19:46:42.355Z | Downloaded rustls-pemfile v2.2.0 |
970 | 2024-12-19T19:46:42.358Z | Downloaded sha3 v0.10.8 |
971 | 2024-12-19T19:46:42.362Z | Downloaded num-traits v0.2.19 |
972 | 2024-12-19T19:46:42.365Z | Downloaded russh v0.45.0 |
973 | 2024-12-19T19:46:42.371Z | Downloaded samael v0.0.17 |
974 | 2024-12-19T19:46:42.376Z | Downloaded env_logger v0.10.2 |
975 | 2024-12-19T19:46:42.379Z | Downloaded vte v0.11.1 |
976 | 2024-12-19T19:46:42.382Z | Downloaded p256 v0.13.2 |
977 | 2024-12-19T19:46:42.385Z | Downloaded steno v0.4.1 |
978 | 2024-12-19T19:46:42.389Z | Downloaded chrono v0.4.38 |
979 | 2024-12-19T19:46:42.397Z | Downloaded secrecy v0.8.0 |
980 | 2024-12-19T19:46:42.399Z | Downloaded oso v0.27.3 |
981 | 2024-12-19T19:46:42.403Z | Downloaded num-bigint v0.4.6 |
982 | 2024-12-19T19:46:42.408Z | Downloaded tar v0.4.42 |
983 | 2024-12-19T19:46:42.411Z | Downloaded rustyline v14.0.0 |
984 | 2024-12-19T19:46:42.416Z | Downloaded h2 v0.4.6 |
985 | 2024-12-19T19:46:42.423Z | Downloaded parking_lot_core v0.9.10 |
986 | 2024-12-19T19:46:42.426Z | Downloaded typed-path v0.9.3 |
987 | 2024-12-19T19:46:42.432Z | Downloaded rustls-pemfile v1.0.4 |
988 | 2024-12-19T19:46:42.434Z | Downloaded tokio-postgres v0.7.12 |
989 | 2024-12-19T19:46:42.439Z | Downloaded vsss-rs v3.3.4 |
990 | 2024-12-19T19:46:42.442Z | Downloaded pem v3.0.4 |
991 | 2024-12-19T19:46:42.444Z | Downloaded paste v1.0.15 |
992 | 2024-12-19T19:46:42.448Z | Downloaded derive_builder_core v0.20.2 |
993 | 2024-12-19T19:46:42.450Z | Downloaded serde-hex v0.1.0 |
994 | 2024-12-19T19:46:42.450Z | Downloaded encoding_rs v0.8.34 |
995 | 2024-12-19T19:46:42.472Z | Downloaded scopeguard v1.2.0 |
996 | 2024-12-19T19:46:42.475Z | Downloaded derive_more v0.99.18 |
997 | 2024-12-19T19:46:42.478Z | Downloaded itertools v0.13.0 |
998 | 2024-12-19T19:46:42.486Z | Downloaded structmeta-derive v0.2.0 |
999 | 2024-12-19T19:46:42.488Z | Downloaded diesel_derives v2.2.3 |
1000 | 2024-12-19T19:46:42.491Z | Downloaded rayon v1.10.0 |
1001 | 2024-12-19T19:46:42.500Z | Downloaded phf_shared v0.11.2 |
1002 | 2024-12-19T19:46:42.503Z | Downloaded home v0.5.9 |
1003 | 2024-12-19T19:46:42.503Z | Downloaded quinn v0.11.5 |
1004 | 2024-12-19T19:46:42.506Z | Downloaded aws-lc-rs v1.10.0 |
1005 | 2024-12-19T19:46:42.514Z | Downloaded blake3 v1.5.4 |
1006 | 2024-12-19T19:46:42.522Z | Downloaded aho-corasick v1.1.3 |
1007 | 2024-12-19T19:46:42.528Z | Downloaded num_enum v0.5.11 |
1008 | 2024-12-19T19:46:42.533Z | Downloaded strum_macros v0.25.3 |
1009 | 2024-12-19T19:46:42.536Z | Downloaded untrusted v0.7.1 |
1010 | 2024-12-19T19:46:42.538Z | Downloaded globset v0.4.15 |
1011 | 2024-12-19T19:46:42.538Z | Downloaded stringprep v0.1.5 |
1012 | 2024-12-19T19:46:42.541Z | Downloaded des v0.8.1 |
1013 | 2024-12-19T19:46:42.543Z | Downloaded x509-cert v0.2.5 |
1014 | 2024-12-19T19:46:42.548Z | Downloaded tracing-core v0.1.32 |
1015 | 2024-12-19T19:46:42.551Z | Downloaded postcard v1.0.10 |
1016 | 2024-12-19T19:46:42.554Z | Downloaded fatfs v0.3.6 |
1017 | 2024-12-19T19:46:42.557Z | Downloaded unicode-normalization v0.1.24 |
1018 | 2024-12-19T19:46:42.560Z | Downloaded libm v0.2.8 |
1019 | 2024-12-19T19:46:42.568Z | Downloaded rand v0.8.5 |
1020 | 2024-12-19T19:46:42.572Z | Downloaded tough v0.19.0 |
1021 | 2024-12-19T19:46:42.580Z | Downloaded aes-gcm v0.10.3 |
1022 | 2024-12-19T19:46:42.584Z | Downloaded unarray v0.1.4 |
1023 | 2024-12-19T19:46:42.587Z | Downloaded parking_lot_core v0.8.6 |
1024 | 2024-12-19T19:46:42.590Z | Downloaded parking_lot v0.12.3 |
1025 | 2024-12-19T19:46:42.592Z | Downloaded url v2.5.3 |
1026 | 2024-12-19T19:46:42.594Z | Downloaded itertools v0.10.5 |
1027 | 2024-12-19T19:46:42.600Z | Downloaded signal-hook-mio v0.2.4 |
1028 | 2024-12-19T19:46:42.602Z | Downloaded serde_repr v0.1.19 |
1029 | 2024-12-19T19:46:42.605Z | Downloaded rfc6979 v0.4.0 |
1030 | 2024-12-19T19:46:42.605Z | Downloaded pkg-config v0.3.31 |
1031 | 2024-12-19T19:46:42.607Z | Downloaded tracing v0.1.40 |
1032 | 2024-12-19T19:46:42.610Z | Downloaded snafu-derive v0.8.5 |
1033 | 2024-12-19T19:46:42.613Z | Downloaded ssh-key v0.6.6 |
1034 | 2024-12-19T19:46:42.619Z | Downloaded crossterm v0.28.1 |
1035 | 2024-12-19T19:46:42.625Z | Downloaded heapless v0.7.17 |
1036 | 2024-12-19T19:46:42.629Z | Downloaded smallvec v0.6.14 |
1037 | 2024-12-19T19:46:42.632Z | Downloaded sec1 v0.7.3 |
1038 | 2024-12-19T19:46:42.634Z | Downloaded predicates-core v1.0.8 |
1039 | 2024-12-19T19:46:42.634Z | Downloaded foldhash v0.1.3 |
1040 | 2024-12-19T19:46:42.634Z | Downloaded fd-lock v4.0.2 |
1041 | 2024-12-19T19:46:42.637Z | Downloaded enum-as-inner v0.6.1 |
1042 | 2024-12-19T19:46:42.640Z | Downloaded hmac v0.12.1 |
1043 | 2024-12-19T19:46:42.640Z | Downloaded tungstenite v0.23.0 |
1044 | 2024-12-19T19:46:42.643Z | Downloaded foreign-types-shared v0.1.1 |
1045 | 2024-12-19T19:46:42.646Z | Downloaded termcolor v1.4.1 |
1046 | 2024-12-19T19:46:42.646Z | Downloaded smf v0.2.3 |
1047 | 2024-12-19T19:46:42.648Z | Downloaded polyval v0.6.2 |
1048 | 2024-12-19T19:46:42.648Z | Downloaded packed_struct_codegen v0.10.1 |
1049 | 2024-12-19T19:46:42.651Z | Downloaded displaydoc v0.2.5 |
1050 | 2024-12-19T19:46:42.653Z | Downloaded strum_macros v0.26.4 |
1051 | 2024-12-19T19:46:42.655Z | Downloaded aes v0.8.4 |
1052 | 2024-12-19T19:46:42.658Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1053 | 2024-12-19T19:46:42.719Z | Downloaded mio v1.0.2 |
1054 | 2024-12-19T19:46:42.725Z | Downloaded http v1.1.0 |
1055 | 2024-12-19T19:46:42.733Z | Downloaded float-ord v0.3.2 |
1056 | 2024-12-19T19:46:42.744Z | Downloaded test-strategy v0.3.1 |
1057 | 2024-12-19T19:46:42.744Z | Downloaded diff v0.1.13 |
1058 | 2024-12-19T19:46:42.744Z | Downloaded headers v0.4.0 |
1059 | 2024-12-19T19:46:42.746Z | Downloaded zone v0.1.8 |
1060 | 2024-12-19T19:46:42.746Z | Downloaded zerovec-derive v0.10.3 |
1061 | 2024-12-19T19:46:42.749Z | Downloaded xz2 v0.1.7 |
1062 | 2024-12-19T19:46:42.749Z | Downloaded static_assertions v1.1.0 |
1063 | 2024-12-19T19:46:42.751Z | Downloaded defmt v0.3.8 |
1064 | 2024-12-19T19:46:42.755Z | Downloaded whoami v1.5.2 |
1065 | 2024-12-19T19:46:42.755Z | Downloaded prettyplease v0.2.25 |
1066 | 2024-12-19T19:46:42.759Z | Downloaded minimal-lexical v0.2.1 |
1067 | 2024-12-19T19:46:42.764Z | Downloaded tokio-tungstenite v0.23.1 |
1068 | 2024-12-19T19:46:42.766Z | Downloaded pkcs5 v0.7.1 |
1069 | 2024-12-19T19:46:42.769Z | Downloaded flagset v0.4.6 |
1070 | 2024-12-19T19:46:42.771Z | Downloaded filetime v0.2.25 |
1071 | 2024-12-19T19:46:42.773Z | Downloaded tokio-tungstenite v0.21.0 |
1072 | 2024-12-19T19:46:42.776Z | Downloaded rustc-demangle v0.1.24 |
1073 | 2024-12-19T19:46:42.778Z | Downloaded ecdsa v0.16.9 |
1074 | 2024-12-19T19:46:42.781Z | Downloaded dhcproto v0.12.0 |
1075 | 2024-12-19T19:46:42.783Z | Downloaded icu_collections v1.5.0 |
1076 | 2024-12-19T19:46:42.789Z | Downloaded futures v0.3.31 |
1077 | 2024-12-19T19:46:42.794Z | Downloaded thiserror-no-std v2.0.2 |
1078 | 2024-12-19T19:46:42.798Z | Downloaded thiserror-impl-no-std v2.0.2 |
1079 | 2024-12-19T19:46:42.801Z | Downloaded dropshot_endpoint v0.13.0 |
1080 | 2024-12-19T19:46:42.803Z | Downloaded dropshot_endpoint v0.12.0 |
1081 | 2024-12-19T19:46:42.806Z | Downloaded zopfli v0.8.1 |
1082 | 2024-12-19T19:46:42.808Z | Downloaded slog-stdlog v4.1.1 |
1083 | 2024-12-19T19:46:42.811Z | Downloaded nu-ansi-term v0.50.1 |
1084 | 2024-12-19T19:46:42.813Z | Downloaded base64 v0.21.7 |
1085 | 2024-12-19T19:46:42.816Z | Downloaded backtrace v0.3.74 |
1086 | 2024-12-19T19:46:42.820Z | Downloaded futures-channel v0.3.31 |
1087 | 2024-12-19T19:46:42.823Z | Downloaded unicode-properties v0.1.3 |
1088 | 2024-12-19T19:46:42.825Z | Downloaded slog-term v2.9.1 |
1089 | 2024-12-19T19:46:42.828Z | Downloaded similar v2.6.0 |
1090 | 2024-12-19T19:46:42.832Z | Downloaded der_derive v0.7.3 |
1091 | 2024-12-19T19:46:42.835Z | Downloaded downcast v0.11.0 |
1092 | 2024-12-19T19:46:42.837Z | Downloaded uzers v0.12.1 |
1093 | 2024-12-19T19:46:42.840Z | Downloaded icu_provider v1.5.0 |
1094 | 2024-12-19T19:46:42.843Z | Downloaded bumpalo v3.16.0 |
1095 | 2024-12-19T19:46:42.846Z | Downloaded arc-swap v1.7.1 |
1096 | 2024-12-19T19:46:42.848Z | Downloaded slog-dtrace v0.3.0 |
1097 | 2024-12-19T19:46:42.851Z | Downloaded rusty-fork v0.3.0 |
1098 | 2024-12-19T19:46:42.854Z | Downloaded radium v0.7.0 |
1099 | 2024-12-19T19:46:42.854Z | Downloaded md-5 v0.10.6 |
1100 | 2024-12-19T19:46:42.854Z | Downloaded indexmap v1.9.3 |
1101 | 2024-12-19T19:46:42.857Z | Downloaded icu_locid_transform_data v1.5.0 |
1102 | 2024-12-19T19:46:42.860Z | Downloaded dirs-sys-next v0.1.2 |
1103 | 2024-12-19T19:46:42.862Z | Downloaded icu_normalizer v1.5.0 |
1104 | 2024-12-19T19:46:42.864Z | Downloaded multer v3.1.0 |
1105 | 2024-12-19T19:46:42.866Z | Downloaded icu_locid_transform v1.5.0 |
1106 | 2024-12-19T19:46:42.869Z | Downloaded clang-sys v1.8.1 |
1107 | 2024-12-19T19:46:42.872Z | Downloaded ahash v0.8.11 |
1108 | 2024-12-19T19:46:42.875Z | Downloaded compact_str v0.8.0 |
1109 | 2024-12-19T19:46:42.877Z | Downloaded allocator-api2 v0.2.18 |
1110 | 2024-12-19T19:46:42.880Z | Downloaded tls_codec v0.4.1 |
1111 | 2024-12-19T19:46:42.882Z | Downloaded time-macros v0.2.18 |
1112 | 2024-12-19T19:46:42.885Z | Downloaded openssl-probe v0.1.5 |
1113 | 2024-12-19T19:46:42.885Z | Downloaded openssl-macros v0.1.1 |
1114 | 2024-12-19T19:46:42.887Z | Downloaded supports-color v3.0.1 |
1115 | 2024-12-19T19:46:42.887Z | Downloaded ssh-encoding v0.2.0 |
1116 | 2024-12-19T19:46:42.890Z | Downloaded foreign-types v0.3.2 |
1117 | 2024-12-19T19:46:42.890Z | Downloaded rustfmt-wrapper v0.2.1 |
1118 | 2024-12-19T19:46:42.892Z | Downloaded rustc_version v0.4.1 |
1119 | 2024-12-19T19:46:42.893Z | Downloaded crossbeam-utils v0.8.20 |
1120 | 2024-12-19T19:46:42.895Z | Downloaded litemap v0.7.3 |
1121 | 2024-12-19T19:46:42.897Z | Downloaded libloading v0.8.5 |
1122 | 2024-12-19T19:46:42.899Z | Downloaded jobserver v0.1.32 |
1123 | 2024-12-19T19:46:42.902Z | Downloaded iana-time-zone v0.1.61 |
1124 | 2024-12-19T19:46:42.904Z | Downloaded async-bb8-diesel v0.2.1 |
1125 | 2024-12-19T19:46:42.907Z | Downloaded slog-async v2.8.0 |
1126 | 2024-12-19T19:46:42.907Z | Downloaded ipnet v2.10.1 |
1127 | 2024-12-19T19:46:42.909Z | Downloaded hyper-staticfile v0.10.1 |
1128 | 2024-12-19T19:46:42.911Z | Downloaded argon2 v0.5.3 |
1129 | 2024-12-19T19:46:42.913Z | Downloaded cobs v0.2.3 |
1130 | 2024-12-19T19:46:42.913Z | Downloaded bzip2 v0.4.4 |
1131 | 2024-12-19T19:46:42.916Z | Downloaded hex v0.4.3 |
1132 | 2024-12-19T19:46:42.918Z | Downloaded lazycell v1.3.0 |
1133 | 2024-12-19T19:46:42.918Z | Downloaded console v0.15.8 |
1134 | 2024-12-19T19:46:42.924Z | Downloaded kstat-rs v0.2.4 |
1135 | 2024-12-19T19:46:42.924Z | Downloaded idna_adapter v1.2.0 |
1136 | 2024-12-19T19:46:42.924Z | Downloaded headers-core v0.3.0 |
1137 | 2024-12-19T19:46:42.924Z | Downloaded arrayvec v0.7.6 |
1138 | 2024-12-19T19:46:42.927Z | Downloaded bcs v0.1.6 |
1139 | 2024-12-19T19:46:42.927Z | Downloaded base64ct v1.6.0 |
1140 | 2024-12-19T19:46:42.930Z | Downloaded inout v0.1.3 |
1141 | 2024-12-19T19:46:42.930Z | Downloaded chrono-tz-build v0.4.0 |
1142 | 2024-12-19T19:46:42.933Z | Downloaded bitfield v0.14.0 |
1143 | 2024-12-19T19:46:42.933Z | Downloaded hyper-tls v0.6.0 |
1144 | 2024-12-19T19:46:42.935Z | Downloaded ciborium-ll v0.2.2 |
1145 | 2024-12-19T19:46:42.935Z | Downloaded internet-checksum v0.2.1 |
1146 | 2024-12-19T19:46:42.935Z | Downloaded crc-catalog v2.4.0 |
1147 | 2024-12-19T19:46:42.938Z | Downloaded cipher v0.4.4 |
1148 | 2024-12-19T19:46:42.941Z | Downloaded bit-set v0.5.3 |
1149 | 2024-12-19T19:46:42.941Z | Downloaded array-init v0.0.4 |
1150 | 2024-12-19T19:46:42.941Z | Downloaded indent_write v2.2.0 |
1151 | 2024-12-19T19:46:42.943Z | Downloaded keccak v0.1.5 |
1152 | 2024-12-19T19:46:42.943Z | Downloaded bitflags v1.3.2 |
1153 | 2024-12-19T19:46:42.946Z | Downloaded const_format_proc_macros v0.2.33 |
1154 | 2024-12-19T19:46:42.948Z | Downloaded match_cfg v0.1.0 |
1155 | 2024-12-19T19:46:42.951Z | Downloaded http-body-util v0.1.2 |
1156 | 2024-12-19T19:46:42.951Z | Downloaded convert_case v0.4.0 |
1157 | 2024-12-19T19:46:42.954Z | Downloaded bitfield-struct v0.6.2 |
1158 | 2024-12-19T19:46:42.954Z | Downloaded cbc v0.1.2 |
1159 | 2024-12-19T19:46:42.954Z | Downloaded block-padding v0.3.3 |
1160 | 2024-12-19T19:46:42.957Z | Downloaded bcrypt-pbkdf v0.10.0 |
1161 | 2024-12-19T19:46:42.960Z | Downloaded ascii-canvas v3.0.0 |
1162 | 2024-12-19T19:46:43.188Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-12-19T19:46:43.411Z | Downloaded ring v0.17.8 |
1164 | 2024-12-19T19:46:43.595Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2024-12-19T19:46:43.672Z | Downloaded ring v0.16.20 |
1166 | 2024-12-19T19:46:43.851Z | Compiling serde v1.0.215 |
1167 | 2024-12-19T19:46:43.854Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-19T19:46:43.854Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-19T19:46:43.854Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-19T19:46:43.854Z | Compiling typenum v1.17.0 |
1171 | 2024-12-19T19:46:43.854Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-19T19:46:44.016Z | Compiling syn v2.0.87 |
1173 | 2024-12-19T19:46:44.019Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-19T19:46:44.218Z | Compiling shlex v1.3.0 |
1175 | 2024-12-19T19:46:44.319Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-19T19:46:44.493Z | Compiling log v0.4.22 |
1177 | 2024-12-19T19:46:44.614Z | Compiling subtle v2.6.1 |
1178 | 2024-12-19T19:46:44.635Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-19T19:46:44.638Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-19T19:46:44.929Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-19T19:46:44.938Z | Compiling spin v0.9.8 |
1182 | 2024-12-19T19:46:44.959Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-19T19:46:45.072Z | Compiling cc v1.1.30 |
1184 | 2024-12-19T19:46:45.094Z | Compiling rustix v0.38.37 |
1185 | 2024-12-19T19:46:45.326Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-19T19:46:45.382Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-19T19:46:45.557Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-19T19:46:45.624Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-12-19T19:46:45.736Z | Compiling mio v1.0.2 |
1190 | 2024-12-19T19:46:46.013Z | Compiling aho-corasick v1.1.3 |
1191 | 2024-12-19T19:46:46.324Z | Compiling parking_lot v0.12.3 |
1192 | 2024-12-19T19:46:46.417Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-19T19:46:46.546Z | Compiling regex-syntax v0.8.5 |
1194 | 2024-12-19T19:46:46.925Z | Compiling either v1.13.0 |
1195 | 2024-12-19T19:46:46.993Z | Compiling lazy_static v1.5.0 |
1196 | 2024-12-19T19:46:47.129Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-19T19:46:47.179Z | Compiling glob v0.3.1 |
1198 | 2024-12-19T19:46:47.259Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-19T19:46:47.326Z | Compiling slab v0.4.9 |
1200 | 2024-12-19T19:46:47.344Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-19T19:46:47.700Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-19T19:46:48.068Z | Compiling libloading v0.8.5 |
1203 | 2024-12-19T19:46:48.128Z | Compiling clang-sys v1.8.1 |
1204 | 2024-12-19T19:46:48.210Z | Compiling nom v7.1.3 |
1205 | 2024-12-19T19:46:48.270Z | Compiling home v0.5.9 |
1206 | 2024-12-19T19:46:48.508Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-19T19:46:48.548Z | Compiling serde_json v1.0.132 |
1208 | 2024-12-19T19:46:48.914Z | Compiling itertools v0.12.1 |
1209 | 2024-12-19T19:46:49.363Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-19T19:46:49.588Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-19T19:46:49.744Z | Compiling futures-task v0.3.31 |
1212 | 2024-12-19T19:46:49.785Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-12-19T19:46:50.043Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-19T19:46:50.370Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-19T19:46:50.621Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-19T19:46:50.724Z | Compiling foldhash v0.1.3 |
1217 | 2024-12-19T19:46:51.038Z | Compiling lazycell v1.3.0 |
1218 | 2024-12-19T19:46:51.212Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-19T19:46:51.841Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-19T19:46:52.088Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-19T19:46:52.621Z | Compiling cmake v0.1.51 |
1222 | 2024-12-19T19:46:53.533Z | Compiling litemap v0.7.3 |
1223 | 2024-12-19T19:46:53.553Z | Compiling fs_extra v1.3.0 |
1224 | 2024-12-19T19:46:53.671Z | Compiling pkg-config v0.3.31 |
1225 | 2024-12-19T19:46:53.930Z | Compiling dunce v1.0.5 |
1226 | 2024-12-19T19:46:53.950Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-12-19T19:46:54.039Z | Compiling libm v0.2.8 |
1228 | 2024-12-19T19:46:54.061Z | Compiling writeable v0.5.5 |
1229 | 2024-12-19T19:46:54.127Z | Compiling tinyvec v1.8.0 |
1230 | 2024-12-19T19:46:54.400Z | Compiling num-traits v0.2.19 |
1231 | 2024-12-19T19:46:54.992Z | Compiling ring v0.17.8 |
1232 | 2024-12-19T19:46:55.258Z | Compiling paste v1.0.15 |
1233 | 2024-12-19T19:46:55.373Z | Compiling icu_locid_transform_data v1.5.0 |
1234 | 2024-12-19T19:46:55.465Z | Compiling base64ct v1.6.0 |
1235 | 2024-12-19T19:46:55.649Z | Compiling unicode-normalization v0.1.24 |
1236 | 2024-12-19T19:46:55.676Z | Compiling unicode-bidi v0.3.17 |
1237 | 2024-12-19T19:46:55.964Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-19T19:46:56.018Z | Compiling regex v1.11.1 |
1239 | 2024-12-19T19:46:56.780Z | Compiling icu_properties_data v1.5.0 |
1240 | 2024-12-19T19:46:57.022Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-19T19:46:57.124Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-12-19T19:46:57.145Z | Compiling flagset v0.4.6 |
1243 | 2024-12-19T19:46:57.353Z | Compiling httparse v1.9.5 |
1244 | 2024-12-19T19:46:57.480Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-19T19:46:58.281Z | Compiling utf16_iter v1.0.5 |
1246 | 2024-12-19T19:46:58.462Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-12-19T19:46:58.568Z | Compiling write16 v1.0.0 |
1248 | 2024-12-19T19:46:58.630Z | Compiling icu_normalizer_data v1.5.0 |
1249 | 2024-12-19T19:46:58.670Z | Compiling crossbeam-utils v0.8.20 |
1250 | 2024-12-19T19:46:58.752Z | Compiling utf8_iter v1.0.4 |
1251 | 2024-12-19T19:46:58.802Z | Compiling serde_derive v1.0.215 |
1252 | 2024-12-19T19:46:58.875Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-12-19T19:46:58.941Z | Compiling zerocopy-derive v0.7.35 |
1254 | 2024-12-19T19:46:59.198Z | Compiling zerofrom-derive v0.1.4 |
1255 | 2024-12-19T19:46:59.410Z | Compiling yoke-derive v0.7.4 |
1256 | 2024-12-19T19:47:00.344Z | Compiling zeroize v1.8.1 |
1257 | 2024-12-19T19:47:00.786Z | Compiling tokio-macros v2.4.0 |
1258 | 2024-12-19T19:47:01.232Z | Compiling zerocopy v0.7.35 |
1259 | 2024-12-19T19:47:02.126Z | Compiling crypto-common v0.1.6 |
1260 | 2024-12-19T19:47:02.354Z | Compiling block-buffer v0.10.4 |
1261 | 2024-12-19T19:47:02.375Z | Compiling zerovec-derive v0.10.3 |
1262 | 2024-12-19T19:47:02.418Z | Compiling displaydoc v0.2.5 |
1263 | 2024-12-19T19:47:02.619Z | Compiling digest v0.10.7 |
1264 | 2024-12-19T19:47:02.845Z | Compiling thiserror-impl v1.0.69 |
1265 | 2024-12-19T19:47:03.092Z | Compiling hmac v0.12.1 |
1266 | 2024-12-19T19:47:03.203Z | Compiling zerofrom v0.1.4 |
1267 | 2024-12-19T19:47:03.279Z | Compiling futures-macro v0.3.31 |
1268 | 2024-12-19T19:47:03.337Z | Compiling block-padding v0.3.3 |
1269 | 2024-12-19T19:47:03.434Z | Compiling yoke v0.7.4 |
1270 | 2024-12-19T19:47:03.593Z | Compiling inout v0.1.3 |
1271 | 2024-12-19T19:47:03.806Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-12-19T19:47:03.861Z | Compiling cipher v0.4.4 |
1273 | 2024-12-19T19:47:04.032Z | Compiling sha2 v0.10.8 |
1274 | 2024-12-19T19:47:04.398Z | Compiling ppv-lite86 v0.2.20 |
1275 | 2024-12-19T19:47:04.929Z | Compiling der_derive v0.7.3 |
1276 | 2024-12-19T19:47:05.034Z | Compiling zerovec v0.10.4 |
1277 | 2024-12-19T19:47:05.158Z | Compiling futures-util v0.3.31 |
1278 | 2024-12-19T19:47:05.241Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-12-19T19:47:06.156Z | Compiling thiserror v1.0.69 |
1280 | 2024-12-19T19:47:06.290Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-12-19T19:47:07.114Z | Compiling tinystr v0.7.6 |
1282 | 2024-12-19T19:47:07.238Z | Compiling icu_collections v1.5.0 |
1283 | 2024-12-19T19:47:07.414Z | Compiling der v0.7.9 |
1284 | 2024-12-19T19:47:07.563Z | Compiling icu_locid v1.5.0 |
1285 | 2024-12-19T19:47:07.695Z | Compiling pest v2.7.14 |
1286 | 2024-12-19T19:47:08.681Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-19T19:47:09.703Z | Compiling icu_locid_transform v1.5.0 |
1288 | 2024-12-19T19:47:09.955Z | Compiling spki v0.7.3 |
1289 | 2024-12-19T19:47:10.063Z | Compiling tracing v0.1.40 |
1290 | 2024-12-19T19:47:10.352Z | Compiling rand v0.8.5 |
1291 | 2024-12-19T19:47:10.522Z | Compiling salsa20 v0.10.2 |
1292 | 2024-12-19T19:47:10.552Z | Compiling pbkdf2 v0.12.2 |
1293 | 2024-12-19T19:47:10.715Z | Compiling vcpkg v0.2.15 |
1294 | 2024-12-19T19:47:10.754Z | Compiling untrusted v0.9.0 |
1295 | 2024-12-19T19:47:10.776Z | Compiling mirai-annotations v1.12.0 |
1296 | 2024-12-19T19:47:10.933Z | Compiling icu_properties v1.5.1 |
1297 | 2024-12-19T19:47:10.960Z | Compiling num-conv v0.1.0 |
1298 | 2024-12-19T19:47:11.176Z | Compiling time-core v0.1.2 |
1299 | 2024-12-19T19:47:11.245Z | Compiling untrusted v0.7.1 |
1300 | 2024-12-19T19:47:11.353Z | Compiling powerfmt v0.2.0 |
1301 | 2024-12-19T19:47:11.374Z | Compiling time-macros v0.2.18 |
1302 | 2024-12-19T19:47:11.780Z | Compiling deranged v0.3.11 |
1303 | 2024-12-19T19:47:12.446Z | Compiling bitflags v2.6.0 |
1304 | 2024-12-19T19:47:12.593Z | Compiling bytes v1.8.0 |
1305 | 2024-12-19T19:47:12.947Z | Compiling indexmap v2.6.0 |
1306 | 2024-12-19T19:47:13.733Z | Compiling tokio v1.40.0 |
1307 | 2024-12-19T19:47:13.878Z | Compiling http v1.1.0 |
1308 | 2024-12-19T19:47:14.493Z | Compiling semver v1.0.23 |
1309 | 2024-12-19T19:47:14.806Z | Compiling icu_normalizer v1.5.0 |
1310 | 2024-12-19T19:47:15.231Z | Compiling rustc_version v0.4.1 |
1311 | 2024-12-19T19:47:15.312Z | Compiling openssl-sys v0.9.103 |
1312 | 2024-12-19T19:47:15.814Z | Compiling idna_adapter v1.2.0 |
1313 | 2024-12-19T19:47:16.038Z | Compiling scrypt v0.11.0 |
1314 | 2024-12-19T19:47:16.176Z | Compiling pest_meta v2.7.14 |
1315 | 2024-12-19T19:47:16.400Z | Compiling cbc v0.1.2 |
1316 | 2024-12-19T19:47:16.433Z | Compiling aes v0.8.4 |
1317 | 2024-12-19T19:47:16.567Z | Compiling scroll_derive v0.12.0 |
1318 | 2024-12-19T19:47:16.642Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-12-19T19:47:17.032Z | Compiling which v4.4.2 |
1320 | 2024-12-19T19:47:17.136Z | Compiling atomic-waker v1.1.2 |
1321 | 2024-12-19T19:47:17.453Z | Compiling num_threads v0.1.7 |
1322 | 2024-12-19T19:47:17.606Z | Compiling time v0.3.36 |
1323 | 2024-12-19T19:47:17.712Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-19T19:47:18.189Z | Compiling scroll v0.12.0 |
1325 | 2024-12-19T19:47:18.317Z | Compiling pkcs5 v0.7.1 |
1326 | 2024-12-19T19:47:19.077Z | Compiling idna v1.0.3 |
1327 | 2024-12-19T19:47:19.232Z | Compiling http-body v1.0.1 |
1328 | 2024-12-19T19:47:19.475Z | Compiling try-lock v0.2.5 |
1329 | 2024-12-19T19:47:19.544Z | Compiling slog v2.7.0 |
1330 | 2024-12-19T19:47:19.566Z | Compiling goblin v0.8.2 |
1331 | 2024-12-19T19:47:19.620Z | Compiling want v0.3.1 |
1332 | 2024-12-19T19:47:19.919Z | Compiling url v2.5.3 |
1333 | 2024-12-19T19:47:20.162Z | Compiling pkcs8 v0.10.2 |
1334 | 2024-12-19T19:47:20.912Z | Compiling httpdate v1.0.3 |
1335 | 2024-12-19T19:47:21.393Z | Compiling pest_derive v2.7.14 |
1336 | 2024-12-19T19:47:21.413Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-19T19:47:21.784Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-12-19T19:47:21.956Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-19T19:47:21.988Z | Compiling uuid v1.11.0 |
1340 | 2024-12-19T19:47:22.204Z | Compiling tokio-util v0.7.12 |
1341 | 2024-12-19T19:47:22.224Z | Compiling dtrace-parser v0.2.0 |
1342 | 2024-12-19T19:47:22.388Z | Compiling openssl v0.10.66 |
1343 | 2024-12-19T19:47:22.735Z | Compiling match_cfg v0.1.0 |
1344 | 2024-12-19T19:47:22.817Z | Compiling iana-time-zone v0.1.61 |
1345 | 2024-12-19T19:47:22.839Z | Compiling foreign-types-shared v0.1.1 |
1346 | 2024-12-19T19:47:22.955Z | Compiling adler2 v2.0.0 |
1347 | 2024-12-19T19:47:23.171Z | Compiling base64 v0.22.1 |
1348 | 2024-12-19T19:47:23.286Z | Compiling h2 v0.4.6 |
1349 | 2024-12-19T19:47:23.430Z | Compiling tower-service v0.3.3 |
1350 | 2024-12-19T19:47:23.565Z | Compiling rustversion v1.0.17 |
1351 | 2024-12-19T19:47:23.645Z | Compiling miniz_oxide v0.8.0 |
1352 | 2024-12-19T19:47:23.963Z | Compiling chrono v0.4.38 |
1353 | 2024-12-19T19:47:24.358Z | Compiling foreign-types v0.3.2 |
1354 | 2024-12-19T19:47:24.444Z | Compiling hostname v0.3.1 |
1355 | 2024-12-19T19:47:24.697Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-19T19:47:25.169Z | Compiling async-trait v0.1.83 |
1357 | 2024-12-19T19:47:25.471Z | Compiling dof v0.3.0 |
1358 | 2024-12-19T19:47:25.936Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-19T19:47:26.605Z | Compiling usdt-impl v0.5.0 |
1360 | 2024-12-19T19:47:27.736Z | Compiling data-encoding v2.6.0 |
1361 | 2024-12-19T19:47:27.838Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-19T19:47:28.016Z | Compiling native-tls v0.2.12 |
1363 | 2024-12-19T19:47:28.196Z | Compiling syn v1.0.109 |
1364 | 2024-12-19T19:47:28.272Z | Compiling rustls v0.23.14 |
1365 | 2024-12-19T19:47:28.339Z | Compiling rustls v0.22.4 |
1366 | 2024-12-19T19:47:28.570Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-19T19:47:28.896Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-19T19:47:29.419Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-12-19T19:47:29.494Z | Compiling heapless v0.7.17 |
1370 | 2024-12-19T19:47:29.921Z | Compiling signature v2.2.0 |
1371 | 2024-12-19T19:47:30.059Z | Compiling sha1 v0.10.6 |
1372 | 2024-12-19T19:47:30.077Z | Compiling hyper v1.5.0 |
1373 | 2024-12-19T19:47:30.170Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-19T19:47:30.213Z | Compiling serde_derive_internals v0.29.1 |
1375 | 2024-12-19T19:47:30.234Z | Compiling thread_local v1.1.8 |
1376 | 2024-12-19T19:47:30.472Z | Compiling cookie v0.18.1 |
1377 | 2024-12-19T19:47:30.632Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-19T19:47:30.745Z | Compiling multer v3.1.0 |
1379 | 2024-12-19T19:47:30.783Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-19T19:47:31.037Z | Compiling unicode-properties v0.1.3 |
1381 | 2024-12-19T19:47:31.040Z | Compiling signal-hook v0.3.17 |
1382 | 2024-12-19T19:47:31.302Z | Compiling gimli v0.31.1 |
1383 | 2024-12-19T19:47:31.426Z | Compiling slog-async v2.8.0 |
1384 | 2024-12-19T19:47:32.171Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-12-19T19:47:32.330Z | Compiling ipnet v2.10.1 |
1386 | 2024-12-19T19:47:32.949Z | Compiling hyper-util v0.1.10 |
1387 | 2024-12-19T19:47:33.638Z | Compiling schemars v0.8.21 |
1388 | 2024-12-19T19:47:33.835Z | Compiling mime v0.3.17 |
1389 | 2024-12-19T19:47:34.012Z | Compiling schemars_derive v0.8.21 |
1390 | 2024-12-19T19:47:34.439Z | Compiling toml_edit v0.22.22 |
1391 | 2024-12-19T19:47:34.528Z | Compiling stringprep v0.1.5 |
1392 | 2024-12-19T19:47:35.861Z | Compiling addr2line v0.24.2 |
1393 | 2024-12-19T19:47:36.099Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-19T19:47:36.552Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-12-19T19:47:36.688Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-19T19:47:37.396Z | Compiling term v0.7.0 |
1397 | 2024-12-19T19:47:37.426Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-19T19:47:37.559Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-19T19:47:37.683Z | Compiling crossbeam-channel v0.5.13 |
1400 | 2024-12-19T19:47:37.825Z | Compiling curve25519-dalek v4.1.3 |
1401 | 2024-12-19T19:47:38.049Z | Compiling enum-as-inner v0.6.1 |
1402 | 2024-12-19T19:47:38.085Z | Compiling futures-executor v0.3.31 |
1403 | 2024-12-19T19:47:38.454Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-19T19:47:38.673Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-19T19:47:38.729Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-19T19:47:38.820Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-19T19:47:38.916Z | Compiling idna v0.4.0 |
1408 | 2024-12-19T19:47:39.002Z | Compiling idna v0.3.0 |
1409 | 2024-12-19T19:47:39.109Z | Compiling ff v0.13.0 |
1410 | 2024-12-19T19:47:39.345Z | Compiling hash32 v0.2.1 |
1411 | 2024-12-19T19:47:39.578Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-19T19:47:39.713Z | Compiling object v0.36.5 |
1413 | 2024-12-19T19:47:39.733Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-19T19:47:40.021Z | Compiling dyn-clone v1.0.17 |
1415 | 2024-12-19T19:47:40.121Z | Compiling take_mut v0.2.2 |
1416 | 2024-12-19T19:47:40.255Z | Compiling fallible-iterator v0.2.0 |
1417 | 2024-12-19T19:47:40.289Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-12-19T19:47:40.601Z | Compiling portable-atomic v1.9.0 |
1419 | 2024-12-19T19:47:40.721Z | Compiling smoltcp v0.9.1 |
1420 | 2024-12-19T19:47:40.984Z | Compiling linked-hash-map v0.5.6 |
1421 | 2024-12-19T19:47:41.312Z | Compiling quick-error v1.2.3 |
1422 | 2024-12-19T19:47:41.358Z | Compiling anyhow v1.0.93 |
1423 | 2024-12-19T19:47:41.449Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-19T19:47:41.469Z | Compiling psl-types v2.0.11 |
1425 | 2024-12-19T19:47:41.654Z | Compiling base16ct v0.2.0 |
1426 | 2024-12-19T19:47:41.727Z | Compiling num-bigint-dig v0.8.4 |
1427 | 2024-12-19T19:47:41.888Z | Compiling sec1 v0.7.3 |
1428 | 2024-12-19T19:47:42.011Z | Compiling publicsuffix v2.2.3 |
1429 | 2024-12-19T19:47:42.062Z | Compiling tungstenite v0.24.0 |
1430 | 2024-12-19T19:47:42.328Z | Compiling resolv-conf v0.7.0 |
1431 | 2024-12-19T19:47:42.368Z | Compiling lru-cache v0.1.2 |
1432 | 2024-12-19T19:47:42.481Z | Compiling postgres-protocol v0.6.7 |
1433 | 2024-12-19T19:47:43.140Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-19T19:47:43.527Z | Compiling hickory-proto v0.24.1 |
1435 | 2024-12-19T19:47:43.790Z | Compiling usdt v0.5.0 |
1436 | 2024-12-19T19:47:43.861Z | Compiling slog-term v2.9.1 |
1437 | 2024-12-19T19:47:44.418Z | Compiling group v0.13.0 |
1438 | 2024-12-19T19:47:44.747Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-19T19:47:45.062Z | Compiling futures v0.3.31 |
1440 | 2024-12-19T19:47:45.176Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-19T19:47:45.198Z | Compiling toml v0.8.19 |
1442 | 2024-12-19T19:47:47.002Z | Compiling camino v1.1.9 |
1443 | 2024-12-19T19:47:47.318Z | Compiling backtrace v0.3.74 |
1444 | 2024-12-19T19:47:47.843Z | Compiling tokio-native-tls v0.3.1 |
1445 | 2024-12-19T19:47:47.843Z | Compiling phf_shared v0.11.2 |
1446 | 2024-12-19T19:47:47.956Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-19T19:47:48.006Z | Compiling waitgroup v0.1.2 |
1448 | 2024-12-19T19:47:48.168Z | Compiling terminal_size v0.4.0 |
1449 | 2024-12-19T19:47:48.229Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-19T19:47:48.232Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-19T19:47:48.389Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-19T19:47:48.662Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-19T19:47:49.122Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-19T19:47:49.333Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-19T19:47:51.110Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-19T19:47:51.251Z | Compiling hubpack_derive v0.1.1 |
1457 | 2024-12-19T19:47:51.654Z | Compiling idna v0.5.0 |
1458 | 2024-12-19T19:47:52.200Z | Compiling hostname v0.4.0 |
1459 | 2024-12-19T19:47:52.503Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-19T19:47:52.673Z | Compiling ahash v0.8.11 |
1461 | 2024-12-19T19:47:52.775Z | Compiling fs-err v2.11.0 |
1462 | 2024-12-19T19:47:52.794Z | Compiling winnow v0.5.40 |
1463 | 2024-12-19T19:47:52.850Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-19T19:47:52.957Z | Compiling managed v0.8.0 |
1465 | 2024-12-19T19:47:52.997Z | Compiling debug-ignore v1.0.5 |
1466 | 2024-12-19T19:47:53.148Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-19T19:47:53.192Z | Compiling strum_macros v0.25.3 |
1468 | 2024-12-19T19:47:53.414Z | Compiling console v0.15.8 |
1469 | 2024-12-19T19:47:54.211Z | Compiling flate2 v1.0.34 |
1470 | 2024-12-19T19:47:55.011Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-19T19:47:55.225Z | Compiling hubpack v0.1.2 |
1472 | 2024-12-19T19:47:55.579Z | Compiling elliptic-curve v0.13.8 |
1473 | 2024-12-19T19:47:55.684Z | Compiling zerocopy v0.6.6 |
1474 | 2024-12-19T19:47:56.415Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-19T19:47:56.542Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-19T19:47:56.629Z | Compiling phf v0.11.2 |
1477 | 2024-12-19T19:47:56.751Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-19T19:47:57.180Z | Compiling signal-hook-mio v0.2.4 |
1479 | 2024-12-19T19:47:57.351Z | Compiling rayon v1.10.0 |
1480 | 2024-12-19T19:47:57.496Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-19T19:47:57.918Z | Compiling postgres-types v0.2.8 |
1482 | 2024-12-19T19:47:59.479Z | Compiling tokio-tungstenite v0.24.0 |
1483 | 2024-12-19T19:48:01.465Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-19T19:48:02.258Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-19T19:48:02.659Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-19T19:48:02.682Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-19T19:48:03.048Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-19T19:48:03.296Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-19T19:48:03.372Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-19T19:48:03.422Z | Compiling derive-where v1.2.7 |
1491 | 2024-12-19T19:48:03.558Z | Compiling serde_repr v0.1.19 |
1492 | 2024-12-19T19:48:03.708Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-19T19:48:03.730Z | Compiling bstr v1.10.0 |
1494 | 2024-12-19T19:48:03.949Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-19T19:48:04.105Z | Compiling fixedbitset v0.4.2 |
1496 | 2024-12-19T19:48:04.612Z | Compiling bit-vec v0.6.3 |
1497 | 2024-12-19T19:48:04.708Z | Compiling unicode-width v0.2.0 |
1498 | 2024-12-19T19:48:04.776Z | Compiling normalize-line-endings v0.3.0 |
1499 | 2024-12-19T19:48:04.908Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-12-19T19:48:05.031Z | Compiling static_assertions v1.1.0 |
1501 | 2024-12-19T19:48:05.096Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2024-12-19T19:48:05.140Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-19T19:48:05.193Z | Compiling whoami v1.5.2 |
1504 | 2024-12-19T19:48:05.232Z | Compiling predicates-core v1.0.8 |
1505 | 2024-12-19T19:48:05.358Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2024-12-19T19:48:05.604Z | Compiling difflib v0.4.0 |
1507 | 2024-12-19T19:48:05.622Z | Compiling tokio-postgres v0.7.12 |
1508 | 2024-12-19T19:48:05.832Z | Compiling indicatif v0.17.9 |
1509 | 2024-12-19T19:48:06.270Z | Compiling similar v2.6.0 |
1510 | 2024-12-19T19:48:07.058Z | Compiling predicates v3.1.2 |
1511 | 2024-12-19T19:48:07.268Z | Compiling string_cache v0.8.7 |
1512 | 2024-12-19T19:48:07.757Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-19T19:48:08.128Z | Compiling bit-set v0.5.3 |
1514 | 2024-12-19T19:48:08.433Z | Compiling petgraph v0.6.5 |
1515 | 2024-12-19T19:48:08.436Z | Compiling clap v4.5.21 |
1516 | 2024-12-19T19:48:08.577Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-19T19:48:08.749Z | Compiling rsa v0.9.6 |
1518 | 2024-12-19T19:48:08.864Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-19T19:48:09.438Z | Compiling toml v0.7.8 |
1520 | 2024-12-19T19:48:10.212Z | Compiling zip v0.6.6 |
1521 | 2024-12-19T19:48:11.233Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-19T19:48:12.158Z | Compiling hex v0.4.3 |
1523 | 2024-12-19T19:48:12.508Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-19T19:48:12.577Z | Compiling itertools v0.10.5 |
1525 | 2024-12-19T19:48:12.625Z | Compiling peg-runtime v0.8.3 |
1526 | 2024-12-19T19:48:12.780Z | Compiling lalrpop-util v0.19.12 |
1527 | 2024-12-19T19:48:13.141Z | Compiling unicode-xid v0.2.6 |
1528 | 2024-12-19T19:48:13.313Z | Compiling strum_macros v0.26.4 |
1529 | 2024-12-19T19:48:13.334Z | Compiling xattr v1.3.1 |
1530 | 2024-12-19T19:48:13.606Z | Compiling filetime v0.2.25 |
1531 | 2024-12-19T19:48:13.931Z | Compiling tar v0.4.42 |
1532 | 2024-12-19T19:48:18.623Z | Compiling strum v0.26.3 |
1533 | 2024-12-19T19:48:21.156Z | Compiling aws-lc-sys v0.22.0 |
1534 | 2024-12-19T19:48:57.937Z | Compiling rustls-webpki v0.102.8 |
1535 | 2024-12-19T19:49:01.322Z | Compiling tokio-rustls v0.25.0 |
1536 | 2024-12-19T19:49:02.892Z | Compiling tokio-rustls v0.26.0 |
1537 | 2024-12-19T19:49:03.298Z | Compiling hyper-rustls v0.27.3 |
1538 | 2024-12-19T19:49:03.665Z | Compiling reqwest v0.12.9 |
1539 | 2024-12-19T19:49:05.116Z | Compiling qorb v0.2.1 |
1540 | 2024-12-19T19:49:09.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1541 | 2024-12-19T19:49:10.168Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1542 | 2024-12-19T19:49:16.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1543 | 2024-12-19T19:49:16.187Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1544 | 2024-12-19T19:49:16.239Z | Dec 19 19:49:15.298 INFO Starting download, target: Cockroach |
1545 | 2024-12-19T19:49:16.239Z | Dec 19 19:49:15.298 INFO Starting download, target: Console |
1546 | 2024-12-19T19:49:16.239Z | Dec 19 19:49:15.298 INFO Starting download, target: Clickhouse |
1547 | 2024-12-19T19:49:16.239Z | Dec 19 19:49:15.298 INFO Starting download, target: DendriteOpenapi |
1548 | 2024-12-19T19:49:16.239Z | Dec 19 19:49:15.298 INFO Starting download, target: DendriteStub |
1549 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.298 INFO Starting download, target: MaghemiteMgd |
1550 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.298 INFO Starting download, target: TransceiverControl |
1551 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1553 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1555 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1556 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2024-12-19T19:49:16.243Z | Dec 19 19:49:15.299 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2024-12-19T19:49:16.493Z | Dec 19 19:49:15.522 INFO Download complete, target: DendriteOpenapi |
1559 | 2024-12-19T19:49:16.637Z | Dec 19 19:49:15.682 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1560 | 2024-12-19T19:49:16.704Z | Dec 19 19:49:15.756 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1561 | 2024-12-19T19:49:17.027Z | Dec 19 19:49:16.082 INFO Download complete, target: Console |
1562 | 2024-12-19T19:49:17.224Z | Dec 19 19:49:16.279 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-19T19:49:17.341Z | Dec 19 19:49:16.396 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-19T19:49:17.354Z | Dec 19 19:49:16.407 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2024-12-19T19:49:17.837Z | Dec 19 19:49:16.896 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1566 | 2024-12-19T19:49:17.837Z | Dec 19 19:49:16.896 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1567 | 2024-12-19T19:49:18.369Z | Dec 19 19:49:17.428 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1568 | 2024-12-19T19:49:20.040Z | Dec 19 19:49:19.099 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-19T19:49:20.058Z | Dec 19 19:49:19.117 INFO Download complete, target: DendriteStub |
1570 | 2024-12-19T19:49:25.108Z | Dec 19 19:49:24.163 INFO Checking that binary works, target: Cockroach |
1571 | 2024-12-19T19:49:25.413Z | Dec 19 19:49:24.472 INFO Download complete, target: Cockroach |
1572 | 2024-12-19T19:49:30.591Z | Dec 19 19:49:29.650 INFO Checking that binary works, target: Clickhouse |
1573 | 2024-12-19T19:49:31.588Z | Dec 19 19:49:30.647 INFO Download complete, target: Clickhouse |
1574 | 2024-12-19T19:49:31.730Z | All builder prerequisites installed successfully, and PATH looks valid |
1575 | 2024-12-19T19:49:31.734Z | |
1576 | 2024-12-19T19:49:31.734Z | real 5:43.204538062 |
1577 | 2024-12-19T19:49:31.734Z | user 16:30.305964308 |
1578 | 2024-12-19T19:49:31.734Z | sys 3:16.413756428 |
1579 | 2024-12-19T19:49:31.735Z | trap 0.544185407 |
1580 | 2024-12-19T19:49:31.735Z | tflt 8.862997506 |
1581 | 2024-12-19T19:49:31.735Z | dflt 8.030046531 |
1582 | 2024-12-19T19:49:31.735Z | kflt 0.499090168 |
1583 | 2024-12-19T19:49:31.735Z | lock 29:47.412937452 |
1584 | 2024-12-19T19:49:31.735Z | slp 1:04:36.184616793 |
1585 | 2024-12-19T19:49:31.735Z | lat 53.722157408 |
1586 | 2024-12-19T19:49:31.735Z | stop 2:19.876229696 |
1587 | 2024-12-19T19:49:31.735Z | + banner clippy |
1588 | 2024-12-19T19:49:31.738Z | |
1589 | 2024-12-19T19:49:31.738Z | #### # # ##### ##### # # |
1590 | 2024-12-19T19:49:31.738Z | # # # # # # # # # # |
1591 | 2024-12-19T19:49:31.738Z | # # # # # # # # |
1592 | 2024-12-19T19:49:31.738Z | # # # ##### ##### # |
1593 | 2024-12-19T19:49:31.738Z | # # # # # # # |
1594 | 2024-12-19T19:49:31.738Z | #### ###### # # # # |
1595 | 2024-12-19T19:49:31.738Z | |
1596 | 2024-12-19T19:49:31.738Z | + export CARGO_INCREMENTAL=0 |
1597 | 2024-12-19T19:49:31.738Z | + CARGO_INCREMENTAL=0 |
1598 | 2024-12-19T19:49:31.738Z | + ptime -m cargo xtask clippy |
1599 | 2024-12-19T19:49:32.259Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1600 | 2024-12-19T19:49:35.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1601 | 2024-12-19T19:49:35.867Z | Running `target/debug/xtask clippy` |
1602 | 2024-12-19T19:49:35.887Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1603 | 2024-12-19T19:49:36.544Z | Downloading crates ... |
1604 | 2024-12-19T19:49:36.859Z | Downloaded approx v0.5.1 |
1605 | 2024-12-19T19:49:36.866Z | Downloaded assert-json-diff v2.0.2 |
1606 | 2024-12-19T19:49:36.868Z | Downloaded guppy-workspace-hack v0.1.0 |
1607 | 2024-12-19T19:49:36.874Z | Downloaded nested v0.1.1 |
1608 | 2024-12-19T19:49:36.877Z | Downloaded async-object-pool v0.1.5 |
1609 | 2024-12-19T19:49:36.885Z | Downloaded plotters-svg v0.3.7 |
1610 | 2024-12-19T19:49:36.890Z | Downloaded escape8259 v0.5.3 |
1611 | 2024-12-19T19:49:36.893Z | Downloaded target-triple v0.1.3 |
1612 | 2024-12-19T19:49:36.893Z | Downloaded doc-comment v0.3.3 |
1613 | 2024-12-19T19:49:36.896Z | Downloaded pathdiff v0.2.2 |
1614 | 2024-12-19T19:49:36.898Z | Downloaded libtest-mimic v0.7.3 |
1615 | 2024-12-19T19:49:36.901Z | Downloaded async-lock v3.4.0 |
1616 | 2024-12-19T19:49:36.901Z | Downloaded async-attributes v1.1.2 |
1617 | 2024-12-19T19:49:36.903Z | Downloaded event-listener-strategy v0.5.2 |
1618 | 2024-12-19T19:49:36.905Z | Downloaded event-listener v2.5.3 |
1619 | 2024-12-19T19:49:36.905Z | Downloaded anes v0.1.6 |
1620 | 2024-12-19T19:49:36.908Z | Downloaded num_cpus v1.16.0 |
1621 | 2024-12-19T19:49:36.911Z | Downloaded serde_regex v1.1.0 |
1622 | 2024-12-19T19:49:36.914Z | Downloaded datatest-stable v0.2.9 |
1623 | 2024-12-19T19:49:36.916Z | Downloaded parking v2.2.1 |
1624 | 2024-12-19T19:49:36.916Z | Downloaded async-channel v1.9.0 |
1625 | 2024-12-19T19:49:36.916Z | Downloaded concurrent-queue v2.5.0 |
1626 | 2024-12-19T19:49:36.918Z | Downloaded similar-asserts v1.6.0 |
1627 | 2024-12-19T19:49:36.922Z | Downloaded threadpool v1.8.1 |
1628 | 2024-12-19T19:49:36.926Z | Downloaded proc-macro-crate v3.2.0 |
1629 | 2024-12-19T19:49:36.926Z | Downloaded piper v0.2.4 |
1630 | 2024-12-19T19:49:36.926Z | Downloaded target-spec v3.2.2 |
1631 | 2024-12-19T19:49:36.933Z | Downloaded indoc v2.0.5 |
1632 | 2024-12-19T19:49:36.933Z | Downloaded relative-path v1.9.3 |
1633 | 2024-12-19T19:49:36.938Z | Downloaded blocking v1.6.1 |
1634 | 2024-12-19T19:49:36.938Z | Downloaded async-signal v0.2.10 |
1635 | 2024-12-19T19:49:36.938Z | Downloaded cast v0.3.0 |
1636 | 2024-12-19T19:49:36.938Z | Downloaded path-tree v0.8.1 |
1637 | 2024-12-19T19:49:36.938Z | Downloaded oorandom v11.1.4 |
1638 | 2024-12-19T19:49:36.938Z | Downloaded kv-log-macro v1.0.7 |
1639 | 2024-12-19T19:49:36.943Z | Downloaded criterion-plot v0.5.0 |
1640 | 2024-12-19T19:49:36.943Z | Downloaded futures-timer v3.0.3 |
1641 | 2024-12-19T19:49:36.943Z | Downloaded async-global-executor v2.4.1 |
1642 | 2024-12-19T19:49:36.946Z | Downloaded hyper-rustls v0.26.0 |
1643 | 2024-12-19T19:49:36.946Z | Downloaded assert_cmd v2.0.16 |
1644 | 2024-12-19T19:49:36.948Z | Downloaded plotters-backend v0.3.7 |
1645 | 2024-12-19T19:49:36.948Z | Downloaded partial-io v0.5.4 |
1646 | 2024-12-19T19:49:36.951Z | Downloaded target-lexicon v0.12.16 |
1647 | 2024-12-19T19:49:36.953Z | Downloaded stringmetrics v2.2.2 |
1648 | 2024-12-19T19:49:36.955Z | Downloaded cfg-expr v0.17.0 |
1649 | 2024-12-19T19:49:36.957Z | Downloaded rustls-native-certs v0.7.3 |
1650 | 2024-12-19T19:49:36.960Z | Downloaded blake2b_simd v1.0.2 |
1651 | 2024-12-19T19:49:36.963Z | Downloaded event-listener v5.3.1 |
1652 | 2024-12-19T19:49:36.965Z | Downloaded async-task v4.7.1 |
1653 | 2024-12-19T19:49:36.968Z | Downloaded trybuild v1.0.101 |
1654 | 2024-12-19T19:49:36.970Z | Downloaded tinytemplate v1.2.1 |
1655 | 2024-12-19T19:49:36.989Z | Downloaded rstest_macros v0.23.0 |
1656 | 2024-12-19T19:49:36.991Z | Downloaded yansi v1.0.1 |
1657 | 2024-12-19T19:49:36.994Z | Downloaded pretty_assertions v1.4.1 |
1658 | 2024-12-19T19:49:36.996Z | Downloaded fancy-regex v0.13.0 |
1659 | 2024-12-19T19:49:36.999Z | Downloaded rstest v0.23.0 |
1660 | 2024-12-19T19:49:37.004Z | Downloaded rand_distr v0.4.3 |
1661 | 2024-12-19T19:49:37.007Z | Downloaded polling v3.7.3 |
1662 | 2024-12-19T19:49:37.010Z | Downloaded plotters v0.3.7 |
1663 | 2024-12-19T19:49:37.019Z | Downloaded guppy v0.17.8 |
1664 | 2024-12-19T19:49:37.025Z | Downloaded criterion v0.5.1 |
1665 | 2024-12-19T19:49:37.031Z | Downloaded async-io v2.3.4 |
1666 | 2024-12-19T19:49:37.034Z | Downloaded futures-lite v2.3.0 |
1667 | 2024-12-19T19:49:37.037Z | Downloaded async-std v1.13.0 |
1668 | 2024-12-19T19:49:37.053Z | Downloaded rust-argon2 v2.1.0 |
1669 | 2024-12-19T19:49:37.055Z | Downloaded httptest v0.16.1 |
1670 | 2024-12-19T19:49:37.058Z | Downloaded async-process v2.3.0 |
1671 | 2024-12-19T19:49:37.058Z | Downloaded async-executor v1.13.1 |
1672 | 2024-12-19T19:49:37.061Z | Downloaded async-channel v2.3.1 |
1673 | 2024-12-19T19:49:37.119Z | Downloaded httpmock v0.8.0-alpha.1 |
1674 | 2024-12-19T19:49:37.889Z | Checking cfg-if v1.0.0 |
1675 | 2024-12-19T19:49:37.966Z | Checking libc v0.2.162 |
1676 | 2024-12-19T19:49:37.986Z | Checking serde v1.0.215 |
1677 | 2024-12-19T19:49:38.009Z | Checking memchr v2.7.4 |
1678 | 2024-12-19T19:49:38.032Z | Checking value-bag v1.9.0 |
1679 | 2024-12-19T19:49:38.046Z | Checking smallvec v1.13.2 |
1680 | 2024-12-19T19:49:38.071Z | Checking scopeguard v1.2.0 |
1681 | 2024-12-19T19:49:38.097Z | Checking zeroize v1.8.1 |
1682 | 2024-12-19T19:49:38.129Z | Checking itoa v1.0.11 |
1683 | 2024-12-19T19:49:38.209Z | Checking lock_api v0.4.12 |
1684 | 2024-12-19T19:49:38.330Z | Checking byteorder v1.5.0 |
1685 | 2024-12-19T19:49:38.375Z | Checking pin-project-lite v0.2.14 |
1686 | 2024-12-19T19:49:38.404Z | Checking subtle v2.6.1 |
1687 | 2024-12-19T19:49:38.429Z | Checking log v0.4.22 |
1688 | 2024-12-19T19:49:38.495Z | Checking once_cell v1.20.2 |
1689 | 2024-12-19T19:49:38.626Z | Checking typenum v1.17.0 |
1690 | 2024-12-19T19:49:38.683Z | Checking futures-core v0.3.31 |
1691 | 2024-12-19T19:49:38.749Z | Checking libm v0.2.8 |
1692 | 2024-12-19T19:49:38.804Z | Checking thiserror v1.0.69 |
1693 | 2024-12-19T19:49:38.864Z | Checking zerocopy v0.7.35 |
1694 | 2024-12-19T19:49:38.891Z | Checking stable_deref_trait v1.2.0 |
1695 | 2024-12-19T19:49:38.923Z | Checking ryu v1.0.18 |
1696 | 2024-12-19T19:49:38.956Z | Checking spin v0.9.8 |
1697 | 2024-12-19T19:49:39.000Z | Checking zerofrom v0.1.4 |
1698 | 2024-12-19T19:49:39.065Z | Checking getrandom v0.2.15 |
1699 | 2024-12-19T19:49:39.148Z | Checking parking_lot_core v0.9.10 |
1700 | 2024-12-19T19:49:39.217Z | Checking signal-hook-registry v1.4.2 |
1701 | 2024-12-19T19:49:39.294Z | Checking rand_core v0.6.4 |
1702 | 2024-12-19T19:49:39.324Z | Checking mio v1.0.2 |
1703 | 2024-12-19T19:49:39.452Z | Checking socket2 v0.5.7 |
1704 | 2024-12-19T19:49:39.484Z | Checking parking_lot v0.12.3 |
1705 | 2024-12-19T19:49:39.588Z | Checking yoke v0.7.4 |
1706 | 2024-12-19T19:49:39.654Z | Checking num-traits v0.2.19 |
1707 | 2024-12-19T19:49:39.820Z | Checking const-oid v0.9.6 |
1708 | 2024-12-19T19:49:39.927Z | Checking zerovec v0.10.4 |
1709 | 2024-12-19T19:49:39.951Z | Checking generic-array v0.14.7 |
1710 | 2024-12-19T19:49:39.976Z | Checking litemap v0.7.3 |
1711 | 2024-12-19T19:49:39.976Z | Checking writeable v0.5.5 |
1712 | 2024-12-19T19:49:40.342Z | Checking futures-io v0.3.31 |
1713 | 2024-12-19T19:49:40.367Z | Checking slab v0.4.9 |
1714 | 2024-12-19T19:49:40.394Z | Checking icu_locid_transform_data v1.5.0 |
1715 | 2024-12-19T19:49:40.502Z | Checking percent-encoding v2.3.1 |
1716 | 2024-12-19T19:49:40.540Z | Checking allocator-api2 v0.2.18 |
1717 | 2024-12-19T19:49:40.659Z | Checking icu_properties_data v1.5.0 |
1718 | 2024-12-19T19:49:40.721Z | Checking cpufeatures v0.2.14 |
1719 | 2024-12-19T19:49:40.835Z | Checking utf8_iter v1.0.4 |
1720 | 2024-12-19T19:49:40.938Z | Checking write16 v1.0.0 |
1721 | 2024-12-19T19:49:41.045Z | Checking icu_normalizer_data v1.5.0 |
1722 | 2024-12-19T19:49:41.069Z | Checking utf16_iter v1.0.5 |
1723 | 2024-12-19T19:49:41.153Z | Checking form_urlencoded v1.2.1 |
1724 | 2024-12-19T19:49:41.197Z | Checking crypto-common v0.1.6 |
1725 | 2024-12-19T19:49:41.222Z | Checking block-buffer v0.10.4 |
1726 | 2024-12-19T19:49:41.246Z | Checking futures-sink v0.3.31 |
1727 | 2024-12-19T19:49:41.359Z | Checking pin-utils v0.1.0 |
1728 | 2024-12-19T19:49:41.390Z | Checking equivalent v1.0.1 |
1729 | 2024-12-19T19:49:41.393Z | Checking foldhash v0.1.3 |
1730 | 2024-12-19T19:49:41.440Z | Checking futures-channel v0.3.31 |
1731 | 2024-12-19T19:49:41.465Z | Checking futures-task v0.3.31 |
1732 | 2024-12-19T19:49:41.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1733 | 2024-12-19T19:49:41.500Z | Checking iana-time-zone v0.1.61 |
1734 | 2024-12-19T19:49:41.567Z | Checking tinystr v0.7.6 |
1735 | 2024-12-19T19:49:41.625Z | Checking icu_collections v1.5.0 |
1736 | 2024-12-19T19:49:41.654Z | Checking hashbrown v0.15.1 |
1737 | 2024-12-19T19:49:41.656Z | Checking digest v0.10.7 |
1738 | 2024-12-19T19:49:41.700Z | Checking fnv v1.0.7 |
1739 | 2024-12-19T19:49:41.765Z | Checking futures-util v0.3.31 |
1740 | 2024-12-19T19:49:41.832Z | Checking ppv-lite86 v0.2.20 |
1741 | 2024-12-19T19:49:41.862Z | Checking tracing-core v0.1.32 |
1742 | 2024-12-19T19:49:41.931Z | Checking icu_locid v1.5.0 |
1743 | 2024-12-19T19:49:42.046Z | Checking errno v0.3.9 |
1744 | 2024-12-19T19:49:42.236Z | Checking dyn-clone v1.0.17 |
1745 | 2024-12-19T19:49:42.281Z | Checking block-padding v0.3.3 |
1746 | 2024-12-19T19:49:42.382Z | Checking crossbeam-utils v0.8.20 |
1747 | 2024-12-19T19:49:42.493Z | Checking inout v0.1.3 |
1748 | 2024-12-19T19:49:42.522Z | Checking tracing v0.1.40 |
1749 | 2024-12-19T19:49:42.608Z | Checking rand_chacha v0.3.1 |
1750 | 2024-12-19T19:49:42.729Z | Checking cipher v0.4.4 |
1751 | 2024-12-19T19:49:42.801Z | Checking tinyvec_macros v0.1.1 |
1752 | 2024-12-19T19:49:42.856Z | Checking httparse v1.9.5 |
1753 | 2024-12-19T19:49:42.892Z | Checking tinyvec v1.8.0 |
1754 | 2024-12-19T19:49:42.967Z | Checking bytes v1.8.0 |
1755 | 2024-12-19T19:49:42.970Z | Checking bitflags v2.6.0 |
1756 | 2024-12-19T19:49:43.015Z | Checking serde_json v1.0.132 |
1757 | 2024-12-19T19:49:43.080Z | Checking icu_provider v1.5.0 |
1758 | 2024-12-19T19:49:43.145Z | Checking indexmap v2.6.0 |
1759 | 2024-12-19T19:49:43.258Z | Checking chrono v0.4.38 |
1760 | 2024-12-19T19:49:43.305Z | Checking rustix v0.38.37 |
1761 | 2024-12-19T19:49:43.747Z | Checking icu_locid_transform v1.5.0 |
1762 | 2024-12-19T19:49:43.817Z | Checking tokio v1.40.0 |
1763 | 2024-12-19T19:49:44.213Z | Checking rand v0.8.5 |
1764 | 2024-12-19T19:49:44.422Z | Checking uuid v1.11.0 |
1765 | 2024-12-19T19:49:44.774Z | Checking icu_properties v1.5.1 |
1766 | 2024-12-19T19:49:44.813Z | Checking http v1.1.0 |
1767 | 2024-12-19T19:49:45.024Z | Checking atomic-waker v1.1.2 |
1768 | 2024-12-19T19:49:45.178Z | Checking base64ct v1.6.0 |
1769 | 2024-12-19T19:49:45.378Z | Checking regex-syntax v0.8.5 |
1770 | 2024-12-19T19:49:45.601Z | Checking unicode-normalization v0.1.24 |
1771 | 2024-12-19T19:49:45.667Z | Checking hmac v0.12.1 |
1772 | 2024-12-19T19:49:45.909Z | Checking untrusted v0.9.0 |
1773 | 2024-12-19T19:49:46.066Z | Checking ring v0.17.8 |
1774 | 2024-12-19T19:49:46.150Z | Checking sha2 v0.10.8 |
1775 | 2024-12-19T19:49:46.526Z | Checking aho-corasick v1.1.3 |
1776 | 2024-12-19T19:49:46.761Z | Checking unicode-ident v1.0.13 |
1777 | 2024-12-19T19:49:46.925Z | Checking unicode-bidi v0.3.17 |
1778 | 2024-12-19T19:49:46.952Z | Checking lazy_static v1.5.0 |
1779 | 2024-12-19T19:49:46.976Z | Checking adler2 v2.0.0 |
1780 | 2024-12-19T19:49:47.078Z | Checking powerfmt v0.2.0 |
1781 | 2024-12-19T19:49:47.140Z | Checking miniz_oxide v0.8.0 |
1782 | 2024-12-19T19:49:47.361Z | Checking deranged v0.3.11 |
1783 | 2024-12-19T19:49:47.584Z | Checking time-core v0.1.2 |
1784 | 2024-12-19T19:49:47.759Z | Checking num-conv v0.1.0 |
1785 | 2024-12-19T19:49:47.880Z | Checking rustls-pki-types v1.9.0 |
1786 | 2024-12-19T19:49:47.941Z | Checking num_threads v0.1.7 |
1787 | 2024-12-19T19:49:48.008Z | Checking proc-macro2 v1.0.89 |
1788 | 2024-12-19T19:49:48.068Z | Checking pem-rfc7468 v0.7.0 |
1789 | 2024-12-19T19:49:48.150Z | Checking icu_normalizer v1.5.0 |
1790 | 2024-12-19T19:49:48.193Z | Checking untrusted v0.7.1 |
1791 | 2024-12-19T19:49:48.346Z | Checking http-body v1.0.1 |
1792 | 2024-12-19T19:49:48.372Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-12-19T19:49:48.429Z | Checking httpdate v1.0.3 |
1794 | 2024-12-19T19:49:48.541Z | Checking mirai-annotations v1.12.0 |
1795 | 2024-12-19T19:49:48.630Z | Checking regex-automata v0.4.8 |
1796 | 2024-12-19T19:49:48.672Z | Checking try-lock v0.2.5 |
1797 | 2024-12-19T19:49:48.705Z | Checking quote v1.0.37 |
1798 | 2024-12-19T19:49:48.729Z | Checking base64 v0.22.1 |
1799 | 2024-12-19T19:49:48.806Z | Checking want v0.3.1 |
1800 | 2024-12-19T19:49:48.943Z | Checking idna_adapter v1.2.0 |
1801 | 2024-12-19T19:49:48.993Z | Checking flagset v0.4.6 |
1802 | 2024-12-19T19:49:49.036Z | Checking syn v2.0.87 |
1803 | 2024-12-19T19:49:49.138Z | Checking time v0.3.36 |
1804 | 2024-12-19T19:49:49.165Z | Checking idna v1.0.3 |
1805 | 2024-12-19T19:49:49.192Z | Checking der v0.7.9 |
1806 | 2024-12-19T19:49:49.217Z | Checking pbkdf2 v0.12.2 |
1807 | 2024-12-19T19:49:49.391Z | Checking aes v0.8.4 |
1808 | 2024-12-19T19:49:49.658Z | Checking url v2.5.3 |
1809 | 2024-12-19T19:49:50.308Z | Checking salsa20 v0.10.2 |
1810 | 2024-12-19T19:49:50.525Z | Checking cbc v0.1.2 |
1811 | 2024-12-19T19:49:50.599Z | Checking schemars v0.8.21 |
1812 | 2024-12-19T19:49:50.730Z | Checking ahash v0.8.11 |
1813 | 2024-12-19T19:49:50.969Z | Checking aws-lc-rs v1.10.0 |
1814 | 2024-12-19T19:49:51.046Z | Checking spki v0.7.3 |
1815 | 2024-12-19T19:49:51.195Z | Checking tokio-util v0.7.12 |
1816 | 2024-12-19T19:49:51.296Z | Checking slog v2.7.0 |
1817 | 2024-12-19T19:49:51.353Z | Checking tower-service v0.3.3 |
1818 | 2024-12-19T19:49:51.486Z | Checking scrypt v0.11.0 |
1819 | 2024-12-19T19:49:51.703Z | Checking gimli v0.31.1 |
1820 | 2024-12-19T19:49:51.729Z | Checking mime v0.3.17 |
1821 | 2024-12-19T19:49:51.801Z | Checking pkcs5 v0.7.1 |
1822 | 2024-12-19T19:49:52.069Z | Checking object v0.36.5 |
1823 | 2024-12-19T19:49:52.110Z | Checking h2 v0.4.6 |
1824 | 2024-12-19T19:49:52.307Z | Checking rustc-demangle v0.1.24 |
1825 | 2024-12-19T19:49:52.334Z | Checking utf8parse v0.2.2 |
1826 | 2024-12-19T19:49:52.487Z | Checking pkcs8 v0.10.2 |
1827 | 2024-12-19T19:49:52.738Z | Checking http-body-util v0.1.2 |
1828 | 2024-12-19T19:49:52.764Z | Checking rustls-webpki v0.102.8 |
1829 | 2024-12-19T19:49:52.796Z | Checking futures-executor v0.3.31 |
1830 | 2024-12-19T19:49:53.025Z | Checking serde_spanned v0.6.8 |
1831 | 2024-12-19T19:49:53.182Z | Checking toml_datetime v0.6.8 |
1832 | 2024-12-19T19:49:53.236Z | Checking ipnet v2.10.1 |
1833 | 2024-12-19T19:49:53.328Z | Checking regex v1.11.1 |
1834 | 2024-12-19T19:49:53.468Z | Checking data-encoding v2.6.0 |
1835 | 2024-12-19T19:49:53.562Z | Checking unicode-width v0.1.14 |
1836 | 2024-12-19T19:49:53.906Z | Checking futures v0.3.31 |
1837 | 2024-12-19T19:49:53.918Z | Checking rustls-pemfile v2.2.0 |
1838 | 2024-12-19T19:49:53.976Z | Checking foreign-types-shared v0.1.1 |
1839 | 2024-12-19T19:49:54.013Z | Checking anstyle v1.0.10 |
1840 | 2024-12-19T19:49:54.040Z | Checking openssl-probe v0.1.5 |
1841 | 2024-12-19T19:49:54.080Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-19T19:49:54.164Z | Checking semver v1.0.23 |
1843 | 2024-12-19T19:49:54.189Z | Checking serde_urlencoded v0.7.1 |
1844 | 2024-12-19T19:49:54.191Z | Checking sha1 v0.10.6 |
1845 | 2024-12-19T19:49:54.379Z | Checking openssl-sys v0.9.103 |
1846 | 2024-12-19T19:49:54.454Z | Checking encoding_rs v0.8.34 |
1847 | 2024-12-19T19:49:54.574Z | Checking rustls v0.23.14 |
1848 | 2024-12-19T19:49:54.647Z | Checking anstyle-parse v0.2.5 |
1849 | 2024-12-19T19:49:54.913Z | Checking camino v1.1.9 |
1850 | 2024-12-19T19:49:55.483Z | Checking is_terminal_polyfill v1.70.1 |
1851 | 2024-12-19T19:49:55.507Z | Checking winnow v0.6.20 |
1852 | 2024-12-19T19:49:55.600Z | Checking either v1.13.0 |
1853 | 2024-12-19T19:49:55.695Z | Checking openssl v0.10.66 |
1854 | 2024-12-19T19:49:55.771Z | Checking addr2line v0.24.2 |
1855 | 2024-12-19T19:49:55.983Z | Checking anstyle-query v1.1.1 |
1856 | 2024-12-19T19:49:56.121Z | Checking colorchoice v1.0.2 |
1857 | 2024-12-19T19:49:56.265Z | Checking anstream v0.6.15 |
1858 | 2024-12-19T19:49:56.294Z | Checking idna v0.3.0 |
1859 | 2024-12-19T19:49:56.661Z | Checking terminal_size v0.4.0 |
1860 | 2024-12-19T19:49:56.814Z | Checking openapiv3 v2.0.0 |
1861 | 2024-12-19T19:49:56.843Z | Checking signature v2.2.0 |
1862 | 2024-12-19T19:49:57.059Z | Checking strsim v0.11.1 |
1863 | 2024-12-19T19:49:57.187Z | Checking psl-types v2.0.11 |
1864 | 2024-12-19T19:49:57.334Z | Checking clap_lex v0.7.2 |
1865 | 2024-12-19T19:49:57.383Z | Checking publicsuffix v2.2.3 |
1866 | 2024-12-19T19:49:57.609Z | Checking clap_builder v4.5.21 |
1867 | 2024-12-19T19:49:57.634Z | Checking cookie v0.18.1 |
1868 | 2024-12-19T19:49:58.124Z | Checking webpki-roots v0.26.6 |
1869 | 2024-12-19T19:49:58.210Z | Checking hyper v1.5.0 |
1870 | 2024-12-19T19:49:58.349Z | Checking idna v0.5.0 |
1871 | 2024-12-19T19:49:58.457Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-19T19:49:58.481Z | Checking backtrace v0.3.74 |
1873 | 2024-12-19T19:49:58.592Z | Checking scroll v0.12.0 |
1874 | 2024-12-19T19:49:59.018Z | Checking anyhow v1.0.93 |
1875 | 2024-12-19T19:49:59.101Z | Checking ucd-trie v0.1.7 |
1876 | 2024-12-19T19:49:59.203Z | Checking plain v0.2.3 |
1877 | 2024-12-19T19:49:59.312Z | Checking pest v2.7.14 |
1878 | 2024-12-19T19:49:59.368Z | Checking goblin v0.8.2 |
1879 | 2024-12-19T19:49:59.396Z | Checking cookie_store v0.21.0 |
1880 | 2024-12-19T19:50:00.131Z | Checking sync_wrapper v1.0.1 |
1881 | 2024-12-19T19:50:00.167Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-12-19T19:50:00.204Z | Checking hyper-util v0.1.10 |
1883 | 2024-12-19T19:50:00.284Z | Checking pretty-hex v0.4.1 |
1884 | 2024-12-19T19:50:00.373Z | Checking base16ct v0.2.0 |
1885 | 2024-12-19T19:50:00.465Z | Checking num-integer v0.1.46 |
1886 | 2024-12-19T19:50:00.570Z | Checking ff v0.13.0 |
1887 | 2024-12-19T19:50:00.573Z | Checking sec1 v0.7.3 |
1888 | 2024-12-19T19:50:00.678Z | Checking clap v4.5.21 |
1889 | 2024-12-19T19:50:00.784Z | Checking thread-id v4.2.2 |
1890 | 2024-12-19T19:50:00.811Z | Checking group v0.13.0 |
1891 | 2024-12-19T19:50:00.906Z | Checking toml_edit v0.22.22 |
1892 | 2024-12-19T19:50:00.956Z | Checking hkdf v0.12.4 |
1893 | 2024-12-19T19:50:00.985Z | Checking crypto-bigint v0.5.5 |
1894 | 2024-12-19T19:50:01.075Z | Checking memmap v0.7.0 |
1895 | 2024-12-19T19:50:01.153Z | Checking native-tls v0.2.12 |
1896 | 2024-12-19T19:50:01.180Z | Checking dirs-sys-next v0.1.2 |
1897 | 2024-12-19T19:50:01.301Z | Checking crc32fast v1.4.2 |
1898 | 2024-12-19T19:50:01.365Z | Checking utf-8 v0.7.6 |
1899 | 2024-12-19T19:50:01.483Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-12-19T19:50:01.524Z | Checking static_assertions v1.1.0 |
1901 | 2024-12-19T19:50:01.580Z | Checking bitflags v1.3.2 |
1902 | 2024-12-19T19:50:01.629Z | Checking dirs-next v2.0.0 |
1903 | 2024-12-19T19:50:01.683Z | Checking crossbeam-channel v0.5.13 |
1904 | 2024-12-19T19:50:01.759Z | Checking thread_local v1.1.8 |
1905 | 2024-12-19T19:50:01.761Z | Checking dtrace-parser v0.2.0 |
1906 | 2024-12-19T19:50:01.807Z | Checking unicode-segmentation v1.12.0 |
1907 | 2024-12-19T19:50:02.080Z | Checking term v0.7.0 |
1908 | 2024-12-19T19:50:02.142Z | Checking hyper-tls v0.6.0 |
1909 | 2024-12-19T19:50:02.235Z | Checking hyper-rustls v0.27.3 |
1910 | 2024-12-19T19:50:02.396Z | Checking num-iter v0.1.45 |
1911 | 2024-12-19T19:50:02.445Z | Checking crossbeam-epoch v0.9.18 |
1912 | 2024-12-19T19:50:02.505Z | Checking take_mut v0.2.2 |
1913 | 2024-12-19T19:50:02.507Z | Checking match_cfg v0.1.0 |
1914 | 2024-12-19T19:50:02.579Z | Checking slog-term v2.9.1 |
1915 | 2024-12-19T19:50:02.583Z | Checking reqwest v0.12.9 |
1916 | 2024-12-19T19:50:02.627Z | Checking hostname v0.3.1 |
1917 | 2024-12-19T19:50:02.661Z | Checking slog-async v2.8.0 |
1918 | 2024-12-19T19:50:02.774Z | Checking bstr v1.10.0 |
1919 | 2024-12-19T19:50:02.876Z | Checking rfc6979 v0.4.0 |
1920 | 2024-12-19T19:50:02.972Z | Checking hex v0.4.3 |
1921 | 2024-12-19T19:50:03.047Z | Checking winnow v0.5.40 |
1922 | 2024-12-19T19:50:03.072Z | Checking managed v0.8.0 |
1923 | 2024-12-19T19:50:03.466Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-12-19T19:50:03.493Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-12-19T19:50:03.496Z | Checking toml v0.8.19 |
1926 | 2024-12-19T19:50:03.733Z | Checking flate2 v1.0.34 |
1927 | 2024-12-19T19:50:03.778Z | Checking rustls v0.22.4 |
1928 | 2024-12-19T19:50:03.878Z | Checking elliptic-curve v0.13.8 |
1929 | 2024-12-19T19:50:04.252Z | Checking dof v0.3.0 |
1930 | 2024-12-19T19:50:04.288Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-19T19:50:04.412Z | Checking curve25519-dalek v4.1.3 |
1932 | 2024-12-19T19:50:04.490Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-19T19:50:04.539Z | Checking ecdsa v0.16.9 |
1934 | 2024-12-19T19:50:04.665Z | Checking siphasher v0.3.11 |
1935 | 2024-12-19T19:50:04.884Z | Checking usdt-impl v0.5.0 |
1936 | 2024-12-19T19:50:04.987Z | Checking rayon-core v1.12.1 |
1937 | 2024-12-19T19:50:05.308Z | Checking ed25519 v2.2.3 |
1938 | 2024-12-19T19:50:05.310Z | Checking slog-json v2.6.1 |
1939 | 2024-12-19T19:50:05.464Z | Checking usdt v0.5.0 |
1940 | 2024-12-19T19:50:05.591Z | Checking signal-hook v0.3.17 |
1941 | 2024-12-19T19:50:05.618Z | Checking quick-error v1.2.3 |
1942 | 2024-12-19T19:50:05.674Z | Checking rsa v0.9.6 |
1943 | 2024-12-19T19:50:05.702Z | Checking debug-ignore v1.0.5 |
1944 | 2024-12-19T19:50:05.734Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-12-19T19:50:05.763Z | Checking multer v3.1.0 |
1946 | 2024-12-19T19:50:05.843Z | Checking itertools v0.10.5 |
1947 | 2024-12-19T19:50:05.896Z | Checking x509-cert v0.2.5 |
1948 | 2024-12-19T19:50:05.922Z | Checking idna v0.4.0 |
1949 | 2024-12-19T19:50:06.082Z | Checking toml_edit v0.19.15 |
1950 | 2024-12-19T19:50:06.152Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-19T19:50:06.293Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-12-19T19:50:06.319Z | Checking ed25519-dalek v2.1.1 |
1953 | 2024-12-19T19:50:06.738Z | Checking hubpack v0.1.2 |
1954 | 2024-12-19T19:50:06.764Z | Checking bzip2-sys v0.1.11+1.0.8 |
1955 | 2024-12-19T19:50:06.791Z | Checking async-stream v0.3.6 |
1956 | 2024-12-19T19:50:06.892Z | Checking hostname v0.4.0 |
1957 | 2024-12-19T19:50:06.928Z | Checking bit-vec v0.6.3 |
1958 | 2024-12-19T19:50:06.990Z | Checking bzip2 v0.4.4 |
1959 | 2024-12-19T19:50:07.028Z | Checking hickory-proto v0.24.1 |
1960 | 2024-12-19T19:50:07.050Z | Checking signal-hook-mio v0.2.4 |
1961 | 2024-12-19T19:50:07.200Z | Checking console v0.15.8 |
1962 | 2024-12-19T19:50:07.270Z | Checking bit-set v0.5.3 |
1963 | 2024-12-19T19:50:07.297Z | Checking hash32 v0.2.1 |
1964 | 2024-12-19T19:50:07.476Z | Checking tokio-rustls v0.25.0 |
1965 | 2024-12-19T19:50:07.505Z | Checking unicode-properties v0.1.3 |
1966 | 2024-12-19T19:50:07.536Z | Checking predicates-core v1.0.8 |
1967 | 2024-12-19T19:50:07.604Z | Checking linked-hash-map v0.5.6 |
1968 | 2024-12-19T19:50:07.726Z | Checking heapless v0.7.17 |
1969 | 2024-12-19T19:50:07.789Z | Checking crossterm v0.28.1 |
1970 | 2024-12-19T19:50:07.853Z | Checking dropshot v0.12.0 |
1971 | 2024-12-19T19:50:07.880Z | Checking stringprep v0.1.5 |
1972 | 2024-12-19T19:50:07.920Z | Checking lru-cache v0.1.2 |
1973 | 2024-12-19T19:50:08.071Z | Checking rayon v1.10.0 |
1974 | 2024-12-19T19:50:08.107Z | Checking phf_shared v0.11.2 |
1975 | 2024-12-19T19:50:08.139Z | Checking similar v2.6.0 |
1976 | 2024-12-19T19:50:08.413Z | Checking tokio-stream v0.1.16 |
1977 | 2024-12-19T19:50:08.521Z | Checking toml v0.7.8 |
1978 | 2024-12-19T19:50:08.750Z | Checking md-5 v0.10.6 |
1979 | 2024-12-19T19:50:08.986Z | Checking float-cmp v0.9.0 |
1980 | 2024-12-19T19:50:09.021Z | Checking normalize-line-endings v0.3.0 |
1981 | 2024-12-19T19:50:09.215Z | Checking fallible-iterator v0.2.0 |
1982 | 2024-12-19T19:50:09.218Z | Checking fixedbitset v0.4.2 |
1983 | 2024-12-19T19:50:09.274Z | Checking difflib v0.4.0 |
1984 | 2024-12-19T19:50:09.306Z | Checking smoltcp v0.9.1 |
1985 | 2024-12-19T19:50:09.451Z | Checking petgraph v0.6.5 |
1986 | 2024-12-19T19:50:09.614Z | Checking predicates v3.1.2 |
1987 | 2024-12-19T19:50:09.616Z | Checking phf v0.11.2 |
1988 | 2024-12-19T19:50:09.763Z | Checking postgres-protocol v0.6.7 |
1989 | 2024-12-19T19:50:09.903Z | Checking zip v0.6.6 |
1990 | 2024-12-19T19:50:10.321Z | Checking resolv-conf v0.7.0 |
1991 | 2024-12-19T19:50:10.462Z | Checking phf_shared v0.10.0 |
1992 | 2024-12-19T19:50:10.586Z | Checking tungstenite v0.24.0 |
1993 | 2024-12-19T19:50:10.645Z | Checking fs-err v2.11.0 |
1994 | 2024-12-19T19:50:10.762Z | Checking serde-big-array v0.5.1 |
1995 | 2024-12-19T19:50:10.846Z | Checking portable-atomic v1.9.0 |
1996 | 2024-12-19T19:50:10.994Z | Checking number_prefix v0.4.0 |
1997 | 2024-12-19T19:50:11.196Z | Checking lalrpop-util v0.19.12 |
1998 | 2024-12-19T19:50:11.222Z | Checking unicode-width v0.2.0 |
1999 | 2024-12-19T19:50:11.477Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-19T19:50:11.508Z | Checking minimal-lexical v0.2.1 |
2001 | 2024-12-19T19:50:11.571Z | Checking precomputed-hash v0.1.1 |
2002 | 2024-12-19T19:50:11.599Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2024-12-19T19:50:11.685Z | Checking string_cache v0.8.7 |
2004 | 2024-12-19T19:50:11.712Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2005 | 2024-12-19T19:50:11.782Z | Checking hickory-resolver v0.24.1 |
2006 | 2024-12-19T19:50:11.892Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-19T19:50:11.895Z | Checking indicatif v0.17.9 |
2008 | 2024-12-19T19:50:11.941Z | Checking nom v7.1.3 |
2009 | 2024-12-19T19:50:11.980Z | Checking itertools v0.12.1 |
2010 | 2024-12-19T19:50:12.042Z | Checking peg-runtime v0.8.3 |
2011 | 2024-12-19T19:50:12.280Z | Checking whoami v1.5.2 |
2012 | 2024-12-19T19:50:12.629Z | Checking tokio-postgres v0.7.12 |
2013 | 2024-12-19T19:50:12.656Z | Compiling hashbrown v0.14.5 |
2014 | 2024-12-19T19:50:12.722Z | Compiling ident_case v1.0.1 |
2015 | 2024-12-19T19:50:12.797Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-19T19:50:12.917Z | Compiling darling_core v0.20.10 |
2017 | 2024-12-19T19:50:13.340Z | Checking qorb v0.2.1 |
2018 | 2024-12-19T19:50:14.064Z | Compiling regress v0.10.1 |
2019 | 2024-12-19T19:50:14.558Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-19T19:50:14.868Z | Checking heck v0.5.0 |
2021 | 2024-12-19T19:50:15.082Z | Checking progenitor-client v0.8.0 |
2022 | 2024-12-19T19:50:15.477Z | Checking fastrand v2.1.1 |
2023 | 2024-12-19T19:50:15.801Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-12-19T19:50:15.828Z | Checking ipnetwork v0.20.0 |
2025 | 2024-12-19T19:50:15.910Z | Compiling structmeta-derive v0.3.0 |
2026 | 2024-12-19T19:50:16.121Z | Checking strum v0.26.3 |
2027 | 2024-12-19T19:50:16.233Z | Compiling dropshot v0.13.0 |
2028 | 2024-12-19T19:50:16.293Z | Checking macaddr v1.0.1 |
2029 | 2024-12-19T19:50:16.607Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-12-19T19:50:16.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-12-19T19:50:17.457Z | Checking tempfile v3.13.0 |
2032 | 2024-12-19T19:50:17.483Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-19T19:50:17.840Z | Compiling typify-impl v0.2.0 |
2034 | 2024-12-19T19:50:17.874Z | Checking instant v0.1.13 |
2035 | 2024-12-19T19:50:18.008Z | Checking regress v0.9.1 |
2036 | 2024-12-19T19:50:18.808Z | Compiling structmeta v0.3.0 |
2037 | 2024-12-19T19:50:18.850Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2038 | 2024-12-19T19:50:19.204Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2039 | 2024-12-19T19:50:19.245Z | Compiling parse-display-derive v0.10.0 |
2040 | 2024-12-19T19:50:19.586Z | Checking backoff v0.4.0 |
2041 | 2024-12-19T19:50:19.630Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-12-19T19:50:19.784Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-19T19:50:19.902Z | Checking wait-timeout v0.2.0 |
2044 | 2024-12-19T19:50:19.951Z | Checking rand_xorshift v0.3.0 |
2045 | 2024-12-19T19:50:19.977Z | Compiling darling_macro v0.20.10 |
2046 | 2024-12-19T19:50:20.105Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-19T19:50:20.178Z | Checking unarray v0.1.4 |
2048 | 2024-12-19T19:50:20.346Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-19T19:50:20.426Z | Checking proptest v1.5.0 |
2050 | 2024-12-19T19:50:20.953Z | Compiling darling v0.20.10 |
2051 | 2024-12-19T19:50:21.076Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-19T19:50:21.657Z | Checking camino-tempfile v1.1.1 |
2053 | 2024-12-19T19:50:21.945Z | Compiling proc-macro-error v1.0.4 |
2054 | 2024-12-19T19:50:22.188Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2024-12-19T19:50:22.646Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-12-19T19:50:23.034Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-19T19:50:23.292Z | Compiling num_enum_derive v0.5.11 |
2058 | 2024-12-19T19:50:23.353Z | Compiling foreign-types-macros v0.2.3 |
2059 | 2024-12-19T19:50:23.379Z | Compiling structmeta v0.2.0 |
2060 | 2024-12-19T19:50:23.844Z | Compiling test-strategy v0.3.1 |
2061 | 2024-12-19T19:50:23.933Z | Checking parse-display v0.10.0 |
2062 | 2024-12-19T19:50:23.958Z | Checking serde_with v3.11.0 |
2063 | 2024-12-19T19:50:24.175Z | Checking foreign-types-shared v0.3.1 |
2064 | 2024-12-19T19:50:24.637Z | Checking foreign-types v0.5.0 |
2065 | 2024-12-19T19:50:24.656Z | Checking tabwriter v1.4.0 |
2066 | 2024-12-19T19:50:24.744Z | Checking cstr-argument v0.1.2 |
2067 | 2024-12-19T19:50:24.899Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-19T19:50:24.929Z | Checking pretty-hex v0.2.1 |
2069 | 2024-12-19T19:50:25.034Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-12-19T19:50:25.146Z | Checking colored v2.1.0 |
2071 | 2024-12-19T19:50:25.383Z | Checking smf v0.2.3 |
2072 | 2024-12-19T19:50:25.462Z | Compiling zerocopy v0.8.10 |
2073 | 2024-12-19T19:50:25.491Z | Compiling crucible-workspace-hack v0.1.0 |
2074 | 2024-12-19T19:50:25.767Z | Checking base64 v0.21.7 |
2075 | 2024-12-19T19:50:25.805Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2024-12-19T19:50:25.923Z | Compiling itertools v0.13.0 |
2077 | 2024-12-19T19:50:25.953Z | Checking num_enum v0.5.11 |
2078 | 2024-12-19T19:50:25.976Z | Compiling zerocopy-derive v0.8.10 |
2079 | 2024-12-19T19:50:26.114Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2024-12-19T19:50:26.353Z | Compiling heapless v0.8.0 |
2081 | 2024-12-19T19:50:26.399Z | Checking termtree v0.4.1 |
2082 | 2024-12-19T19:50:26.548Z | Checking hash32 v0.3.1 |
2083 | 2024-12-19T19:50:26.626Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-19T19:50:26.746Z | Compiling smoltcp v0.11.0 |
2085 | 2024-12-19T19:50:26.799Z | Checking cobs v0.2.3 |
2086 | 2024-12-19T19:50:26.994Z | Checking postcard v1.0.10 |
2087 | 2024-12-19T19:50:27.480Z | Checking sigpipe v0.1.3 |
2088 | 2024-12-19T19:50:27.504Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-19T19:50:27.543Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-19T19:50:27.588Z | Checking atomicwrites v0.4.4 |
2091 | 2024-12-19T19:50:27.708Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-19T19:50:27.811Z | Compiling thiserror v2.0.3 |
2093 | 2024-12-19T19:50:27.843Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-19T19:50:27.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-12-19T19:50:28.157Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-19T19:50:28.209Z | Compiling thiserror-impl v2.0.3 |
2097 | 2024-12-19T19:50:28.500Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-12-19T19:50:28.748Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-19T19:50:29.168Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2024-12-19T19:50:30.323Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2101 | 2024-12-19T19:50:30.692Z | Compiling num-derive v0.4.2 |
2102 | 2024-12-19T19:50:30.766Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2024-12-19T19:50:31.049Z | Checking downcast v0.11.0 |
2104 | 2024-12-19T19:50:31.210Z | Checking fragile v2.0.0 |
2105 | 2024-12-19T19:50:31.304Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-19T19:50:31.492Z | Checking zone v0.3.0 |
2107 | 2024-12-19T19:50:31.559Z | Compiling convert_case v0.4.0 |
2108 | 2024-12-19T19:50:32.205Z | Checking newline-converter v0.3.0 |
2109 | 2024-12-19T19:50:32.284Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-19T19:50:32.370Z | Checking expectorate v1.1.0 |
2111 | 2024-12-19T19:50:32.536Z | Checking same-file v1.0.6 |
2112 | 2024-12-19T19:50:32.559Z | Compiling derive_more v0.99.18 |
2113 | 2024-12-19T19:50:32.720Z | Checking walkdir v2.5.0 |
2114 | 2024-12-19T19:50:33.025Z | Checking arc-swap v1.7.1 |
2115 | 2024-12-19T19:50:33.068Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2116 | 2024-12-19T19:50:33.158Z | Checking tokio-tungstenite v0.21.0 |
2117 | 2024-12-19T19:50:33.461Z | Checking slog-scope v4.4.0 |
2118 | 2024-12-19T19:50:33.531Z | Checking xattr v1.3.1 |
2119 | 2024-12-19T19:50:33.655Z | Checking slog-stdlog v4.1.1 |
2120 | 2024-12-19T19:50:33.693Z | Checking filetime v0.2.25 |
2121 | 2024-12-19T19:50:33.723Z | Checking num-rational v0.4.2 |
2122 | 2024-12-19T19:50:33.834Z | Checking slog-envlogger v2.2.0 |
2123 | 2024-12-19T19:50:33.917Z | Checking tar v0.4.42 |
2124 | 2024-12-19T19:50:34.061Z | Checking num-complex v0.4.6 |
2125 | 2024-12-19T19:50:34.342Z | Checking float-ord v0.3.2 |
2126 | 2024-12-19T19:50:34.499Z | Compiling owo-colors v4.1.0 |
2127 | 2024-12-19T19:50:34.760Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-19T19:50:34.782Z | Checking swrite v0.1.0 |
2129 | 2024-12-19T19:50:34.900Z | Checking libsw v3.3.1 |
2130 | 2024-12-19T19:50:35.024Z | Checking num v0.4.3 |
2131 | 2024-12-19T19:50:35.171Z | Checking pem v3.0.4 |
2132 | 2024-12-19T19:50:35.202Z | Checking password-hash v0.5.0 |
2133 | 2024-12-19T19:50:35.461Z | Checking blake2 v0.10.6 |
2134 | 2024-12-19T19:50:35.600Z | Checking indent_write v2.2.0 |
2135 | 2024-12-19T19:50:35.684Z | Checking linear-map v1.2.0 |
2136 | 2024-12-19T19:50:35.793Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2137 | 2024-12-19T19:50:35.888Z | Checking argon2 v0.5.3 |
2138 | 2024-12-19T19:50:36.133Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-19T19:50:36.451Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-19T19:50:36.473Z | Compiling typify-macro v0.2.0 |
2141 | 2024-12-19T19:50:36.503Z | Checking headers-core v0.3.0 |
2142 | 2024-12-19T19:50:36.570Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-12-19T19:50:36.647Z | Compiling heck v0.3.3 |
2144 | 2024-12-19T19:50:36.850Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2145 | 2024-12-19T19:50:36.877Z | Checking mockall v0.13.0 |
2146 | 2024-12-19T19:50:36.946Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2147 | 2024-12-19T19:50:37.067Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-19T19:50:37.113Z | Checking headers v0.4.0 |
2149 | 2024-12-19T19:50:37.170Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-19T19:50:37.202Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2024-12-19T19:50:37.256Z | Checking yasna v0.5.2 |
2152 | 2024-12-19T19:50:37.457Z | Checking highway v1.2.0 |
2153 | 2024-12-19T19:50:37.906Z | Checking base64 v0.13.1 |
2154 | 2024-12-19T19:50:38.152Z | Checking rcgen v0.12.1 |
2155 | 2024-12-19T19:50:38.219Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2024-12-19T19:50:38.318Z | Checking ron v0.7.1 |
2157 | 2024-12-19T19:50:38.615Z | Checking zone v0.1.8 |
2158 | 2024-12-19T19:50:38.818Z | Checking xz2 v0.1.7 |
2159 | 2024-12-19T19:50:39.136Z | Checking subprocess v0.2.9 |
2160 | 2024-12-19T19:50:39.332Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2161 | 2024-12-19T19:50:39.459Z | Checking humantime v2.1.0 |
2162 | 2024-12-19T19:50:39.564Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2163 | 2024-12-19T19:50:39.706Z | Compiling semver v0.1.20 |
2164 | 2024-12-19T19:50:39.764Z | Checking half v2.4.1 |
2165 | 2024-12-19T19:50:40.285Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-19T19:50:40.420Z | Checking ciborium-io v0.2.2 |
2167 | 2024-12-19T19:50:40.476Z | Checking prettyplease v0.2.25 |
2168 | 2024-12-19T19:50:40.542Z | Checking ciborium-ll v0.2.2 |
2169 | 2024-12-19T19:50:40.774Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-19T19:50:40.831Z | Checking ciborium v0.2.2 |
2171 | 2024-12-19T19:50:41.178Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2172 | 2024-12-19T19:50:41.185Z | Compiling typify v0.2.0 |
2173 | 2024-12-19T19:50:41.246Z | Compiling progenitor-impl v0.8.0 |
2174 | 2024-12-19T19:50:42.747Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2024-12-19T19:50:43.202Z | Checking steno v0.4.1 |
2176 | 2024-12-19T19:50:43.614Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-12-19T19:50:44.040Z | Checking display-error-chain v0.2.2 |
2178 | 2024-12-19T19:50:44.160Z | Compiling slog-dtrace v0.3.0 |
2179 | 2024-12-19T19:50:44.225Z | Checking gethostname v0.5.0 |
2180 | 2024-12-19T19:50:44.363Z | Checking nibble_vec v0.1.0 |
2181 | 2024-12-19T19:50:44.570Z | Compiling ring v0.16.20 |
2182 | 2024-12-19T19:50:44.852Z | Compiling blake3 v1.5.4 |
2183 | 2024-12-19T19:50:44.972Z | Checking endian-type v0.1.2 |
2184 | 2024-12-19T19:50:45.232Z | Checking keccak v0.1.5 |
2185 | 2024-12-19T19:50:45.556Z | Checking sha3 v0.10.8 |
2186 | 2024-12-19T19:50:45.579Z | Checking radix_trie v0.2.1 |
2187 | 2024-12-19T19:50:45.916Z | Checking universal-hash v0.5.1 |
2188 | 2024-12-19T19:50:45.956Z | Checking secrecy v0.8.0 |
2189 | 2024-12-19T19:50:45.977Z | Checking opaque-debug v0.3.1 |
2190 | 2024-12-19T19:50:46.070Z | Checking aead v0.5.2 |
2191 | 2024-12-19T19:50:46.097Z | Checking poly1305 v0.8.0 |
2192 | 2024-12-19T19:50:46.158Z | Checking chacha20 v0.9.1 |
2193 | 2024-12-19T19:50:46.553Z | Compiling memmap2 v0.9.5 |
2194 | 2024-12-19T19:50:46.600Z | Compiling spin v0.5.2 |
2195 | 2024-12-19T19:50:46.849Z | Compiling arrayref v0.3.9 |
2196 | 2024-12-19T19:50:46.964Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-12-19T19:50:47.031Z | Compiling arrayvec v0.7.6 |
2198 | 2024-12-19T19:50:47.145Z | Compiling toolchain_find v0.4.0 |
2199 | 2024-12-19T19:50:47.193Z | Compiling thiserror-impl-no-std v2.0.2 |
2200 | 2024-12-19T19:50:47.312Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2201 | 2024-12-19T19:50:47.597Z | Compiling topological-sort v0.2.2 |
2202 | 2024-12-19T19:50:47.675Z | Compiling rustfmt-wrapper v0.2.1 |
2203 | 2024-12-19T19:50:47.823Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2204 | 2024-12-19T19:50:48.054Z | Checking chacha20poly1305 v0.10.1 |
2205 | 2024-12-19T19:50:48.160Z | Compiling async-recursion v1.1.1 |
2206 | 2024-12-19T19:50:48.238Z | Checking fxhash v0.2.1 |
2207 | 2024-12-19T19:50:48.264Z | Compiling zip v2.1.3 |
2208 | 2024-12-19T19:50:48.431Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-19T19:50:48.566Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-19T19:50:48.690Z | Checking bumpalo v3.16.0 |
2211 | 2024-12-19T19:50:48.780Z | Checking termcolor v1.4.1 |
2212 | 2024-12-19T19:50:48.912Z | Compiling radium v0.7.0 |
2213 | 2024-12-19T19:50:49.031Z | Checking zopfli v0.8.1 |
2214 | 2024-12-19T19:50:49.230Z | Checking maplit v1.0.2 |
2215 | 2024-12-19T19:50:49.352Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-12-19T19:50:49.408Z | Checking tap v1.0.1 |
2217 | 2024-12-19T19:50:49.462Z | Compiling progenitor-macro v0.8.0 |
2218 | 2024-12-19T19:50:49.584Z | Checking wyz v0.5.1 |
2219 | 2024-12-19T19:50:49.929Z | Compiling packed_struct v0.10.1 |
2220 | 2024-12-19T19:50:49.974Z | Checking home v0.5.9 |
2221 | 2024-12-19T19:50:50.131Z | Checking funty v2.0.0 |
2222 | 2024-12-19T19:50:50.244Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-19T19:50:50.431Z | Checking crc-catalog v2.4.0 |
2224 | 2024-12-19T19:50:50.471Z | Checking thiserror-no-std v2.0.2 |
2225 | 2024-12-19T19:50:50.581Z | Checking crc v3.2.1 |
2226 | 2024-12-19T19:50:50.604Z | Checking vsss-rs v3.3.4 |
2227 | 2024-12-19T19:50:51.039Z | Compiling const_format_proc_macros v0.2.33 |
2228 | 2024-12-19T19:50:51.087Z | Checking kstat-rs v0.2.4 |
2229 | 2024-12-19T19:50:51.090Z | Checking bitvec v1.0.1 |
2230 | 2024-12-19T19:50:51.449Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-12-19T19:50:51.902Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-12-19T19:50:52.052Z | Compiling indexmap v1.9.3 |
2233 | 2024-12-19T19:50:52.360Z | Checking nodrop v0.1.14 |
2234 | 2024-12-19T19:50:52.489Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-19T19:50:52.587Z | Checking vte v0.11.1 |
2236 | 2024-12-19T19:50:52.812Z | Checking array-init v0.0.4 |
2237 | 2024-12-19T19:50:53.197Z | Checking const_format v0.2.33 |
2238 | 2024-12-19T19:50:53.725Z | Checking smallvec v0.6.14 |
2239 | 2024-12-19T19:50:53.764Z | Checking fd-lock v4.0.2 |
2240 | 2024-12-19T19:50:53.898Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2241 | 2024-12-19T19:50:53.952Z | Compiling bitfield-struct v0.6.2 |
2242 | 2024-12-19T19:50:53.973Z | Checking bitfield v0.14.0 |
2243 | 2024-12-19T19:50:54.136Z | Checking hashbrown v0.12.3 |
2244 | 2024-12-19T19:50:54.249Z | Checking serde-hex v0.1.0 |
2245 | 2024-12-19T19:50:54.314Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-12-19T19:50:54.481Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2247 | 2024-12-19T19:50:54.744Z | Checking env_logger v0.10.2 |
2248 | 2024-12-19T19:50:54.803Z | Checking ron v0.8.1 |
2249 | 2024-12-19T19:50:55.231Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-19T19:50:55.449Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-19T19:50:55.540Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-19T19:50:56.004Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-19T19:50:56.062Z | Checking crc-any v2.5.0 |
2254 | 2024-12-19T19:50:56.129Z | Checking nu-ansi-term v0.50.1 |
2255 | 2024-12-19T19:50:56.151Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-19T19:50:56.453Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-12-19T19:50:56.549Z | Checking reedline v0.35.0 |
2258 | 2024-12-19T19:50:56.656Z | Checking object v0.30.4 |
2259 | 2024-12-19T19:50:56.695Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2260 | 2024-12-19T19:50:56.719Z | Compiling parking_lot_core v0.8.6 |
2261 | 2024-12-19T19:50:56.866Z | Checking path-slash v0.1.5 |
2262 | 2024-12-19T19:50:56.940Z | Compiling phf_generator v0.11.2 |
2263 | 2024-12-19T19:50:57.010Z | Checking bytecount v0.6.8 |
2264 | 2024-12-19T19:50:57.131Z | Checking glob v0.3.1 |
2265 | 2024-12-19T19:50:57.170Z | Checking papergrid v0.11.0 |
2266 | 2024-12-19T19:50:57.462Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-12-19T19:50:57.566Z | Checking parking_lot v0.11.2 |
2268 | 2024-12-19T19:50:57.697Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-19T19:50:57.781Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2270 | 2024-12-19T19:50:57.891Z | Compiling parse-zoneinfo v0.3.1 |
2271 | 2024-12-19T19:50:58.310Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-12-19T19:50:58.421Z | Compiling nix v0.28.0 |
2273 | 2024-12-19T19:50:58.658Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-19T19:50:59.236Z | Checking sled v0.34.7 |
2275 | 2024-12-19T19:50:59.307Z | Checking hickory-client v0.24.1 |
2276 | 2024-12-19T19:50:59.952Z | Checking hickory-server v0.24.1 |
2277 | 2024-12-19T19:51:00.039Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2278 | 2024-12-19T19:51:00.231Z | Compiling chrono-tz v0.10.0 |
2279 | 2024-12-19T19:51:00.283Z | Checking tabled v0.15.0 |
2280 | 2024-12-19T19:51:00.902Z | Compiling buf-list v1.0.3 |
2281 | 2024-12-19T19:51:02.135Z | Compiling peg-macros v0.8.4 |
2282 | 2024-12-19T19:51:02.296Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-12-19T19:51:02.667Z | Compiling sqlparser_derive v0.2.2 |
2284 | 2024-12-19T19:51:02.794Z | Checking unicode_categories v0.1.1 |
2285 | 2024-12-19T19:51:03.112Z | Checking sqlformat v0.2.6 |
2286 | 2024-12-19T19:51:03.753Z | Checking sqlparser v0.45.0 |
2287 | 2024-12-19T19:51:03.858Z | Checking bcs v0.1.6 |
2288 | 2024-12-19T19:51:04.198Z | Checking rustyline v14.0.0 |
2289 | 2024-12-19T19:51:04.315Z | Checking primeorder v0.13.6 |
2290 | 2024-12-19T19:51:04.769Z | Compiling unicase v2.7.0 |
2291 | 2024-12-19T19:51:05.327Z | Checking nanorand v0.7.0 |
2292 | 2024-12-19T19:51:05.431Z | Checking progenitor v0.8.0 |
2293 | 2024-12-19T19:51:05.716Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2294 | 2024-12-19T19:51:05.803Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2295 | 2024-12-19T19:51:05.919Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2024-12-19T19:51:07.672Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2297 | 2024-12-19T19:51:09.214Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2298 | 2024-12-19T19:51:10.292Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2299 | 2024-12-19T19:51:10.814Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2024-12-19T19:51:12.812Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2301 | 2024-12-19T19:51:12.865Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2302 | 2024-12-19T19:51:13.639Z | Checking peg v0.8.4 |
2303 | 2024-12-19T19:51:13.756Z | Checking flume v0.11.1 |
2304 | 2024-12-19T19:51:14.027Z | Checking atty v0.2.14 |
2305 | 2024-12-19T19:51:14.170Z | Compiling salty v0.3.0 |
2306 | 2024-12-19T19:51:14.254Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2307 | 2024-12-19T19:51:14.615Z | Checking p384 v0.13.0 |
2308 | 2024-12-19T19:51:14.681Z | Compiling mime_guess v2.0.5 |
2309 | 2024-12-19T19:51:14.904Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2310 | 2024-12-19T19:51:15.440Z | Checking env_filter v0.1.2 |
2311 | 2024-12-19T19:51:15.464Z | Checking http-range v0.1.5 |
2312 | 2024-12-19T19:51:15.610Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-12-19T19:51:15.696Z | Checking env_logger v0.11.5 |
2314 | 2024-12-19T19:51:15.752Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-19T19:51:15.976Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2316 | 2024-12-19T19:51:16.031Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2317 | 2024-12-19T19:51:16.209Z | Compiling dsl_auto_type v0.1.2 |
2318 | 2024-12-19T19:51:16.234Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2024-12-19T19:51:16.302Z | Checking scheduled-thread-pool v0.2.7 |
2320 | 2024-12-19T19:51:16.522Z | Compiling diesel_table_macro_syntax v0.2.0 |
2321 | 2024-12-19T19:51:16.555Z | Compiling crunchy v0.2.2 |
2322 | 2024-12-19T19:51:16.649Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2323 | 2024-12-19T19:51:16.672Z | Checking hyper-staticfile v0.10.1 |
2324 | 2024-12-19T19:51:17.082Z | Checking r2d2 v0.8.10 |
2325 | 2024-12-19T19:51:17.177Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2326 | 2024-12-19T19:51:17.430Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2327 | 2024-12-19T19:51:17.677Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2328 | 2024-12-19T19:51:17.865Z | Compiling diesel_derives v2.2.3 |
2329 | 2024-12-19T19:51:17.948Z | Compiling tiny-keccak v2.0.2 |
2330 | 2024-12-19T19:51:18.293Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2331 | 2024-12-19T19:51:18.393Z | Compiling pin-project-internal v1.1.6 |
2332 | 2024-12-19T19:51:18.579Z | Compiling ref-cast v1.0.23 |
2333 | 2024-12-19T19:51:19.587Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2334 | 2024-12-19T19:51:19.891Z | Compiling ascii-canvas v3.0.0 |
2335 | 2024-12-19T19:51:19.893Z | Compiling ena v0.14.3 |
2336 | 2024-12-19T19:51:20.371Z | Compiling ref-cast-impl v1.0.23 |
2337 | 2024-12-19T19:51:20.548Z | Compiling diff v0.1.13 |
2338 | 2024-12-19T19:51:21.270Z | Compiling regex-syntax v0.6.29 |
2339 | 2024-12-19T19:51:21.394Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2340 | 2024-12-19T19:51:21.580Z | Checking pin-project v1.1.6 |
2341 | 2024-12-19T19:51:21.724Z | Checking signal-hook-tokio v0.3.1 |
2342 | 2024-12-19T19:51:21.749Z | Compiling snafu-derive v0.8.5 |
2343 | 2024-12-19T19:51:21.912Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2344 | 2024-12-19T19:51:22.206Z | Compiling derive_builder_core v0.20.2 |
2345 | 2024-12-19T19:51:24.690Z | Compiling lalrpop v0.19.12 |
2346 | 2024-12-19T19:51:25.489Z | Checking globset v0.4.15 |
2347 | 2024-12-19T19:51:26.001Z | Checking olpc-cjson v0.1.4 |
2348 | 2024-12-19T19:51:26.235Z | Checking serde_plain v1.0.2 |
2349 | 2024-12-19T19:51:26.505Z | Compiling libxml v0.3.3 |
2350 | 2024-12-19T19:51:26.861Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2351 | 2024-12-19T19:51:27.285Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2352 | 2024-12-19T19:51:27.442Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2353 | 2024-12-19T19:51:30.587Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2354 | 2024-12-19T19:51:30.714Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2355 | 2024-12-19T19:51:32.005Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2356 | 2024-12-19T19:51:32.419Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2357 | 2024-12-19T19:51:32.880Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2358 | 2024-12-19T19:51:32.950Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2359 | 2024-12-19T19:51:33.470Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2360 | 2024-12-19T19:51:34.361Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2361 | 2024-12-19T19:51:34.430Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-12-19T19:51:34.452Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2363 | 2024-12-19T19:51:35.185Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2364 | 2024-12-19T19:51:35.218Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2365 | 2024-12-19T19:51:35.740Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2366 | 2024-12-19T19:51:35.805Z | Checking diesel v2.2.6 |
2367 | 2024-12-19T19:51:36.099Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2368 | 2024-12-19T19:51:36.344Z | Checking snafu v0.8.5 |
2369 | 2024-12-19T19:51:36.575Z | Compiling memoffset v0.9.1 |
2370 | 2024-12-19T19:51:36.903Z | Checking typed-path v0.9.3 |
2371 | 2024-12-19T19:51:38.967Z | Checking tough v0.19.0 |
2372 | 2024-12-19T19:51:39.636Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2373 | 2024-12-19T19:51:39.705Z | Compiling derive_builder_macro v0.20.2 |
2374 | 2024-12-19T19:51:40.668Z | Checking tungstenite v0.23.0 |
2375 | 2024-12-19T19:51:40.958Z | Compiling strum_macros v0.24.3 |
2376 | 2024-12-19T19:51:41.019Z | Compiling samael v0.0.17 |
2377 | 2024-12-19T19:51:41.602Z | Compiling indoc v1.0.9 |
2378 | 2024-12-19T19:51:41.631Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2379 | 2024-12-19T19:51:42.644Z | Checking parse-size v1.1.0 |
2380 | 2024-12-19T19:51:42.836Z | Checking tokio-tungstenite v0.23.1 |
2381 | 2024-12-19T19:51:43.351Z | Checking derive_builder v0.20.2 |
2382 | 2024-12-19T19:51:44.040Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2383 | 2024-12-19T19:51:44.327Z | Checking quick-xml v0.33.0 |
2384 | 2024-12-19T19:51:44.648Z | Compiling oso-derive v0.27.3 |
2385 | 2024-12-19T19:51:45.198Z | Compiling impl-trait-for-tuples v0.2.2 |
2386 | 2024-12-19T19:51:45.222Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2387 | 2024-12-19T19:51:45.253Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2388 | 2024-12-19T19:51:45.512Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2389 | 2024-12-19T19:51:45.875Z | Checking nix v0.27.1 |
2390 | 2024-12-19T19:51:46.255Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2391 | 2024-12-19T19:51:46.752Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2024-12-19T19:51:47.178Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2393 | 2024-12-19T19:51:47.276Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2024-12-19T19:51:47.303Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2395 | 2024-12-19T19:51:48.450Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2396 | 2024-12-19T19:51:49.207Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2397 | 2024-12-19T19:51:49.329Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-12-19T19:51:49.990Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2399 | 2024-12-19T19:51:50.371Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2400 | 2024-12-19T19:51:53.631Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2401 | 2024-12-19T19:51:55.709Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2402 | 2024-12-19T19:51:56.306Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2403 | 2024-12-19T19:51:57.197Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2404 | 2024-12-19T19:51:57.887Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2405 | 2024-12-19T19:51:58.159Z | Compiling diesel-dtrace v0.4.0 |
2406 | 2024-12-19T19:51:59.048Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2407 | 2024-12-19T19:51:59.672Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2408 | 2024-12-19T19:51:59.982Z | Checking bb8 v0.8.5 |
2409 | 2024-12-19T19:52:00.558Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2410 | 2024-12-19T19:52:00.844Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2411 | 2024-12-19T19:52:01.158Z | Checking heck v0.4.1 |
2412 | 2024-12-19T19:52:01.392Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2413 | 2024-12-19T19:52:01.811Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-19T19:52:01.976Z | Checking assert_matches v1.5.0 |
2415 | 2024-12-19T19:52:02.059Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-12-19T19:52:02.087Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-19T19:52:02.140Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-12-19T19:52:02.403Z | Compiling libz-sys v1.1.20 |
2419 | 2024-12-19T19:52:02.428Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2024-12-19T19:52:02.518Z | Checking is_ci v1.2.0 |
2421 | 2024-12-19T19:52:02.675Z | Checking supports-color v3.0.1 |
2422 | 2024-12-19T19:52:02.884Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-12-19T19:52:03.417Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2424 | 2024-12-19T19:52:03.592Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2425 | 2024-12-19T19:52:04.351Z | Compiling vergen v8.3.2 |
2426 | 2024-12-19T19:52:04.636Z | Compiling cargo-platform v0.1.8 |
2427 | 2024-12-19T19:52:04.662Z | Checking smawk v0.3.2 |
2428 | 2024-12-19T19:52:04.889Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-19T19:52:05.127Z | Compiling cargo_metadata v0.18.1 |
2430 | 2024-12-19T19:52:05.261Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-12-19T19:52:05.322Z | Checking textwrap v0.16.1 |
2432 | 2024-12-19T19:52:05.707Z | Checking castaway v0.2.3 |
2433 | 2024-12-19T19:52:05.868Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2024-12-19T19:52:05.892Z | Compiling rustls v0.21.12 |
2435 | 2024-12-19T19:52:05.965Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-12-19T19:52:06.076Z | Compiling nix v0.29.0 |
2437 | 2024-12-19T19:52:06.180Z | Checking compact_str v0.8.0 |
2438 | 2024-12-19T19:52:07.082Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-19T19:52:07.103Z | Checking unicode-truncate v1.1.0 |
2440 | 2024-12-19T19:52:07.253Z | Checking rustls-webpki v0.101.7 |
2441 | 2024-12-19T19:52:07.309Z | Checking sct v0.7.1 |
2442 | 2024-12-19T19:52:07.525Z | Checking lru v0.12.5 |
2443 | 2024-12-19T19:52:07.831Z | Compiling instability v0.3.2 |
2444 | 2024-12-19T19:52:07.990Z | Checking cassowary v0.3.0 |
2445 | 2024-12-19T19:52:08.772Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2446 | 2024-12-19T19:52:08.839Z | Checking ratatui v0.28.1 |
2447 | 2024-12-19T19:52:08.894Z | Checking hashlink v0.9.1 |
2448 | 2024-12-19T19:52:09.052Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-12-19T19:52:09.406Z | Checking fallible-streaming-iterator v0.1.9 |
2450 | 2024-12-19T19:52:09.478Z | Checking parking v2.2.1 |
2451 | 2024-12-19T19:52:09.659Z | Checking fallible-iterator v0.3.0 |
2452 | 2024-12-19T19:52:09.680Z | Checking plotters-backend v0.3.7 |
2453 | 2024-12-19T19:52:10.067Z | Checking plotters-svg v0.3.7 |
2454 | 2024-12-19T19:52:10.331Z | Checking rusqlite v0.32.1 |
2455 | 2024-12-19T19:52:10.842Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2456 | 2024-12-19T19:52:11.230Z | Checking async-bb8-diesel v0.2.1 |
2457 | 2024-12-19T19:52:11.708Z | Checking tokio-rustls v0.24.1 |
2458 | 2024-12-19T19:52:11.786Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-12-19T19:52:11.822Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2460 | 2024-12-19T19:52:11.844Z | Checking rustls-pemfile v1.0.4 |
2461 | 2024-12-19T19:52:12.017Z | Checking twox-hash v1.6.3 |
2462 | 2024-12-19T19:52:12.042Z | Checking cast v0.3.0 |
2463 | 2024-12-19T19:52:12.073Z | Checking plotters v0.3.7 |
2464 | 2024-12-19T19:52:12.122Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2465 | 2024-12-19T19:52:12.360Z | Checking criterion-plot v0.5.0 |
2466 | 2024-12-19T19:52:12.482Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2467 | 2024-12-19T19:52:12.858Z | Checking fatfs v0.3.6 |
2468 | 2024-12-19T19:52:13.000Z | Checking tinytemplate v1.2.1 |
2469 | 2024-12-19T19:52:13.408Z | Checking csv-core v0.1.11 |
2470 | 2024-12-19T19:52:13.751Z | Checking oorandom v11.1.4 |
2471 | 2024-12-19T19:52:13.809Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-19T19:52:13.904Z | Checking shell-words v1.1.0 |
2473 | 2024-12-19T19:52:13.923Z | Checking anes v0.1.6 |
2474 | 2024-12-19T19:52:13.927Z | Checking csv v1.3.0 |
2475 | 2024-12-19T19:52:14.072Z | Checking event-listener v5.3.1 |
2476 | 2024-12-19T19:52:14.216Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2477 | 2024-12-19T19:52:14.306Z | Checking criterion v0.5.1 |
2478 | 2024-12-19T19:52:14.482Z | Checking rtoolbox v0.0.2 |
2479 | 2024-12-19T19:52:14.686Z | Checking rpassword v7.3.1 |
2480 | 2024-12-19T19:52:14.708Z | Checking event-listener-strategy v0.5.2 |
2481 | 2024-12-19T19:52:14.833Z | Checking tui-tree-widget v0.22.0 |
2482 | 2024-12-19T19:52:14.854Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2483 | 2024-12-19T19:52:15.148Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2484 | 2024-12-19T19:52:16.535Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2485 | 2024-12-19T19:52:17.232Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2486 | 2024-12-19T19:52:17.306Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-12-19T19:52:19.826Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2488 | 2024-12-19T19:52:19.980Z | Checking polyval v0.6.2 |
2489 | 2024-12-19T19:52:20.282Z | Checking ghash v0.5.1 |
2490 | 2024-12-19T19:52:20.476Z | Checking futures-lite v2.3.0 |
2491 | 2024-12-19T19:52:21.627Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2024-12-19T19:52:21.860Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-19T19:52:22.064Z | Checking ctr v0.9.2 |
2494 | 2024-12-19T19:52:22.375Z | Checking yansi v1.0.1 |
2495 | 2024-12-19T19:52:22.916Z | Checking pretty_assertions v1.4.1 |
2496 | 2024-12-19T19:52:22.934Z | Checking aes-gcm v0.10.3 |
2497 | 2024-12-19T19:52:23.119Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2498 | 2024-12-19T19:52:23.183Z | Checking ssh-encoding v0.2.0 |
2499 | 2024-12-19T19:52:23.205Z | Checking blowfish v0.9.1 |
2500 | 2024-12-19T19:52:23.440Z | Checking bcrypt-pbkdf v0.10.0 |
2501 | 2024-12-19T19:52:23.487Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-12-19T19:52:23.712Z | Checking async-lock v3.4.0 |
2503 | 2024-12-19T19:52:23.785Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2504 | 2024-12-19T19:52:24.551Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2505 | 2024-12-19T19:52:24.722Z | Checking polling v3.7.3 |
2506 | 2024-12-19T19:52:25.104Z | Checking password-hash v0.4.2 |
2507 | 2024-12-19T19:52:25.583Z | Checking matches v0.1.10 |
2508 | 2024-12-19T19:52:25.695Z | Checking idna v0.2.3 |
2509 | 2024-12-19T19:52:26.098Z | Checking pbkdf2 v0.11.0 |
2510 | 2024-12-19T19:52:26.404Z | Checking async-io v2.3.4 |
2511 | 2024-12-19T19:52:26.635Z | Checking ssh-key v0.6.6 |
2512 | 2024-12-19T19:52:27.285Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2513 | 2024-12-19T19:52:28.151Z | Checking p256 v0.13.2 |
2514 | 2024-12-19T19:52:28.325Z | Checking p521 v0.13.3 |
2515 | 2024-12-19T19:52:28.517Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2516 | 2024-12-19T19:52:28.621Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2517 | 2024-12-19T19:52:33.323Z | Compiling enum-as-inner v0.5.1 |
2518 | 2024-12-19T19:52:33.396Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2519 | 2024-12-19T19:52:33.397Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2520 | 2024-12-19T19:52:33.397Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-19T19:52:33.397Z | Checking async-task v4.7.1 |
2522 | 2024-12-19T19:52:33.397Z | Checking md5 v0.7.0 |
2523 | 2024-12-19T19:52:33.397Z | Compiling doc-comment v0.3.3 |
2524 | 2024-12-19T19:52:33.397Z | Compiling target-lexicon v0.12.16 |
2525 | 2024-12-19T19:52:33.397Z | Checking russh-keys v0.45.0 |
2526 | 2024-12-19T19:52:33.397Z | Checking trust-dns-proto v0.22.0 |
2527 | 2024-12-19T19:52:33.738Z | Checking async-channel v2.3.1 |
2528 | 2024-12-19T19:52:34.051Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2529 | 2024-12-19T19:52:35.499Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2530 | 2024-12-19T19:52:35.871Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2024-12-19T19:52:36.638Z | Checking piper v0.2.4 |
2532 | 2024-12-19T19:52:36.651Z | Checking num-bigint v0.4.6 |
2533 | 2024-12-19T19:52:36.770Z | Checking des v0.8.1 |
2534 | 2024-12-19T19:52:36.831Z | Compiling assert_cmd v2.0.16 |
2535 | 2024-12-19T19:52:37.064Z | Compiling guppy-workspace-hack v0.1.0 |
2536 | 2024-12-19T19:52:37.257Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-19T19:52:37.336Z | Compiling dhcproto-macros v0.1.0 |
2538 | 2024-12-19T19:52:37.634Z | Checking blocking v1.6.1 |
2539 | 2024-12-19T19:52:38.335Z | Checking dhcproto v0.12.0 |
2540 | 2024-12-19T19:52:38.577Z | Checking async-executor v1.13.1 |
2541 | 2024-12-19T19:52:38.937Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2542 | 2024-12-19T19:52:39.227Z | Checking russh v0.45.0 |
2543 | 2024-12-19T19:52:39.606Z | Checking async-signal v0.2.10 |
2544 | 2024-12-19T19:52:39.928Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2024-12-19T19:52:40.263Z | Checking event-listener v2.5.3 |
2546 | 2024-12-19T19:52:40.285Z | Compiling target-spec v3.2.2 |
2547 | 2024-12-19T19:52:40.729Z | Checking internet-checksum v0.2.1 |
2548 | 2024-12-19T19:52:40.896Z | Checking async-channel v1.9.0 |
2549 | 2024-12-19T19:52:41.799Z | Checking async-process v2.3.0 |
2550 | 2024-12-19T19:52:42.245Z | Checking async-global-executor v2.4.1 |
2551 | 2024-12-19T19:52:42.588Z | Checking cfg-expr v0.17.0 |
2552 | 2024-12-19T19:52:43.049Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-12-19T19:52:43.417Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2024-12-19T19:52:43.652Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2024-12-19T19:52:44.160Z | Checking httptest v0.16.1 |
2556 | 2024-12-19T19:52:44.655Z | Checking rustls-native-certs v0.7.3 |
2557 | 2024-12-19T19:52:44.797Z | Compiling petname v2.0.2 |
2558 | 2024-12-19T19:52:44.883Z | Checking num_cpus v1.16.0 |
2559 | 2024-12-19T19:52:45.015Z | Checking kv-log-macro v1.0.7 |
2560 | 2024-12-19T19:52:45.136Z | Compiling async-attributes v1.1.2 |
2561 | 2024-12-19T19:52:46.057Z | Checking async-std v1.13.0 |
2562 | 2024-12-19T19:52:48.213Z | Checking threadpool v1.8.1 |
2563 | 2024-12-19T19:52:48.379Z | Checking hyper-rustls v0.26.0 |
2564 | 2024-12-19T19:52:48.755Z | Checking pathdiff v0.2.2 |
2565 | 2024-12-19T19:52:48.759Z | Compiling rstest_macros v0.23.0 |
2566 | 2024-12-19T19:52:48.927Z | Checking nested v0.1.1 |
2567 | 2024-12-19T19:52:49.130Z | Checking escape8259 v0.5.3 |
2568 | 2024-12-19T19:52:49.298Z | Compiling target-triple v0.1.3 |
2569 | 2024-12-19T19:52:49.346Z | Checking libtest-mimic v0.7.3 |
2570 | 2024-12-19T19:52:49.799Z | Checking async-object-pool v0.1.5 |
2571 | 2024-12-19T19:52:49.861Z | Checking guppy v0.17.8 |
2572 | 2024-12-19T19:52:49.986Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2024-12-19T19:52:50.674Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2024-12-19T19:52:50.985Z | Checking similar-asserts v1.6.0 |
2575 | 2024-12-19T19:52:51.239Z | Checking fancy-regex v0.13.0 |
2576 | 2024-12-19T19:52:51.989Z | Checking serde_regex v1.1.0 |
2577 | 2024-12-19T19:52:52.036Z | Checking assert-json-diff v2.0.2 |
2578 | 2024-12-19T19:52:52.266Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2024-12-19T19:52:52.329Z | Checking path-tree v0.8.1 |
2580 | 2024-12-19T19:52:52.681Z | Checking stringmetrics v2.2.2 |
2581 | 2024-12-19T19:52:52.918Z | Compiling relative-path v1.9.3 |
2582 | 2024-12-19T19:52:53.273Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-19T19:52:53.494Z | Checking httpmock v0.8.0-alpha.1 |
2584 | 2024-12-19T19:52:53.637Z | Checking datatest-stable v0.2.9 |
2585 | 2024-12-19T19:52:54.081Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2024-12-19T19:52:55.538Z | Checking blake2b_simd v1.0.2 |
2587 | 2024-12-19T19:52:56.439Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2024-12-19T19:52:56.727Z | Compiling git2 v0.19.0 |
2589 | 2024-12-19T19:52:58.809Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2590 | 2024-12-19T19:52:59.108Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-12-19T19:52:59.411Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2592 | 2024-12-19T19:52:59.675Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2593 | 2024-12-19T19:52:59.944Z | Checking serde_tokenstream v0.2.2 |
2594 | 2024-12-19T19:52:59.972Z | Checking uzers v0.12.1 |
2595 | 2024-12-19T19:53:00.468Z | Checking rust-argon2 v2.1.0 |
2596 | 2024-12-19T19:53:00.488Z | Checking trybuild v1.0.101 |
2597 | 2024-12-19T19:53:00.922Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2024-12-19T19:53:01.846Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2599 | 2024-12-19T19:53:03.303Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2600 | 2024-12-19T19:53:04.356Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2601 | 2024-12-19T19:53:04.930Z | Checking rstest v0.23.0 |
2602 | 2024-12-19T19:53:04.953Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-12-19T19:53:05.170Z | Checking rand_distr v0.4.3 |
2604 | 2024-12-19T19:53:05.291Z | Checking multimap v0.10.0 |
2605 | 2024-12-19T19:53:05.583Z | Checking approx v0.5.1 |
2606 | 2024-12-19T19:53:05.657Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-12-19T19:53:05.981Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2608 | 2024-12-19T19:53:06.381Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2609 | 2024-12-19T19:53:06.880Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2610 | 2024-12-19T19:53:06.982Z | Checking partial-io v0.5.4 |
2611 | 2024-12-19T19:53:07.005Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2612 | 2024-12-19T19:53:07.300Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2613 | 2024-12-19T19:53:07.380Z | Checking cargo_toml v0.20.5 |
2614 | 2024-12-19T19:53:08.037Z | Checking termios v0.3.3 |
2615 | 2024-12-19T19:53:08.249Z | Compiling indoc v2.0.5 |
2616 | 2024-12-19T19:53:08.739Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2617 | 2024-12-19T19:53:09.364Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2618 | 2024-12-19T19:53:12.589Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2024-12-19T19:53:29.101Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2620 | 2024-12-19T19:53:32.549Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2621 | 2024-12-19T19:53:35.198Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2622 | 2024-12-19T19:53:54.221Z | Compiling polar-core v0.27.3 |
2623 | 2024-12-19T19:54:05.536Z | Checking oso v0.27.3 |
2624 | 2024-12-19T19:54:10.404Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2625 | 2024-12-19T19:54:11.017Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2626 | 2024-12-19T19:54:11.260Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2627 | 2024-12-19T19:54:55.991Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2628 | 2024-12-19T19:54:55.991Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2629 | 2024-12-19T19:54:55.994Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2630 | 2024-12-19T19:56:21.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 45s |
2631 | 2024-12-19T19:56:21.885Z | |
2632 | 2024-12-19T19:56:21.886Z | real 6:50.132651180 |
2633 | 2024-12-19T19:56:21.886Z | user 36:32.415606123 |
2634 | 2024-12-19T19:56:21.886Z | sys 6:43.058513926 |
2635 | 2024-12-19T19:56:21.886Z | trap 0.982212473 |
2636 | 2024-12-19T19:56:21.886Z | tflt 2.236096525 |
2637 | 2024-12-19T19:56:21.888Z | dflt 0.816656301 |
2638 | 2024-12-19T19:56:21.888Z | kflt 0.001284923 |
2639 | 2024-12-19T19:56:21.888Z | lock 53:07.238006472 |
2640 | 2024-12-19T19:56:21.888Z | slp 2:06:30.217424294 |
2641 | 2024-12-19T19:56:21.889Z | lat 1:42.430812418 |
2642 | 2024-12-19T19:56:21.889Z | stop 6:08.094050274 |
2643 | 2024-12-19T19:56:21.889Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2644 | 2024-12-19T19:56:21.889Z | + ptime -m cargo doc --workspace --no-deps |
2645 | 2024-12-19T19:56:23.091Z | warning: output filename collision. |
2646 | 2024-12-19T19:56:23.091Z | 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-19T19:56:23.091Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2648 | 2024-12-19T19:56:23.091Z | The targets should have unique names. |
2649 | 2024-12-19T19:56:23.091Z | This is a known bug where multiple crates with the same name use |
2650 | 2024-12-19T19:56:23.092Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2651 | 2024-12-19T19:56:23.546Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2024-12-19T19:56:23.617Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-19T19:56:23.639Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-12-19T19:56:23.675Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2655 | 2024-12-19T19:56:23.700Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-12-19T19:56:23.731Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2657 | 2024-12-19T19:56:23.731Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2658 | 2024-12-19T19:56:23.913Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2024-12-19T19:56:23.945Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2024-12-19T19:56:23.989Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-12-19T19:56:24.058Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-19T19:56:24.218Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2663 | 2024-12-19T19:56:24.379Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2664 | 2024-12-19T19:56:24.564Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2665 | 2024-12-19T19:56:24.715Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2666 | 2024-12-19T19:56:27.424Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2667 | 2024-12-19T19:56:28.631Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2668 | 2024-12-19T19:56:28.974Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2669 | 2024-12-19T19:56:29.088Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2670 | 2024-12-19T19:56:29.201Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2671 | 2024-12-19T19:56:29.220Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-12-19T19:56:29.420Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2673 | 2024-12-19T19:56:29.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-12-19T19:56:29.772Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2675 | 2024-12-19T19:56:30.092Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2676 | 2024-12-19T19:56:30.653Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2677 | 2024-12-19T19:56:30.872Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2678 | 2024-12-19T19:56:31.138Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2679 | 2024-12-19T19:56:31.150Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-19T19:56:31.191Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2681 | 2024-12-19T19:56:31.418Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2682 | 2024-12-19T19:56:31.519Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2683 | 2024-12-19T19:56:31.540Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2684 | 2024-12-19T19:56:31.564Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2685 | 2024-12-19T19:56:31.861Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2686 | 2024-12-19T19:56:32.182Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2687 | 2024-12-19T19:56:32.444Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-12-19T19:56:32.479Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2689 | 2024-12-19T19:56:32.822Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-19T19:56:32.843Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-19T19:56:32.893Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2692 | 2024-12-19T19:56:33.635Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2693 | 2024-12-19T19:56:34.174Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-12-19T19:56:36.019Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2695 | 2024-12-19T19:56:38.467Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2696 | 2024-12-19T19:56:39.246Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2697 | 2024-12-19T19:56:39.294Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2698 | 2024-12-19T19:56:39.546Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2699 | 2024-12-19T19:56:39.780Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2700 | 2024-12-19T19:56:40.668Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2701 | 2024-12-19T19:56:41.002Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2702 | 2024-12-19T19:56:41.339Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2703 | 2024-12-19T19:56:41.780Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2024-12-19T19:56:41.856Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2705 | 2024-12-19T19:56:43.809Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2706 | 2024-12-19T19:56:48.041Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-12-19T19:56:49.471Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2708 | 2024-12-19T19:56:49.984Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2709 | 2024-12-19T19:56:50.061Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2710 | 2024-12-19T19:56:50.507Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-19T19:56:50.561Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2712 | 2024-12-19T19:56:51.029Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2713 | 2024-12-19T19:56:51.339Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-12-19T19:56:51.550Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-12-19T19:56:52.985Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2716 | 2024-12-19T19:56:53.007Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2717 | 2024-12-19T19:56:53.678Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2718 | 2024-12-19T19:56:53.742Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2719 | 2024-12-19T19:56:54.422Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2720 | 2024-12-19T19:56:54.684Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2721 | 2024-12-19T19:56:54.702Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2722 | 2024-12-19T19:56:54.997Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2723 | 2024-12-19T19:56:55.021Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2724 | 2024-12-19T19:56:55.212Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2725 | 2024-12-19T19:56:55.468Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2726 | 2024-12-19T19:56:56.512Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2024-12-19T19:56:56.771Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2728 | 2024-12-19T19:56:57.024Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2729 | 2024-12-19T19:56:57.773Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-19T19:56:58.098Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2731 | 2024-12-19T19:56:58.967Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2732 | 2024-12-19T19:56:59.693Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2733 | 2024-12-19T19:56:59.730Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2734 | 2024-12-19T19:57:00.014Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2735 | 2024-12-19T19:57:00.080Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2736 | 2024-12-19T19:57:00.370Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2737 | 2024-12-19T19:57:00.765Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2738 | 2024-12-19T19:57:01.012Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2739 | 2024-12-19T19:57:01.155Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2740 | 2024-12-19T19:57:01.569Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2741 | 2024-12-19T19:57:01.963Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2742 | 2024-12-19T19:57:02.036Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2743 | 2024-12-19T19:57:02.236Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2744 | 2024-12-19T19:57:03.048Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-19T19:57:03.271Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2746 | 2024-12-19T19:57:03.857Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-19T19:57:03.989Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-19T19:57:04.355Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2749 | 2024-12-19T19:57:04.585Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2750 | 2024-12-19T19:57:05.421Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2751 | 2024-12-19T19:57:05.669Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2752 | 2024-12-19T19:57:05.886Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2753 | 2024-12-19T19:57:06.530Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2754 | 2024-12-19T19:57:07.136Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-19T19:57:08.090Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2756 | 2024-12-19T19:57:09.184Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-12-19T19:57:10.406Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-12-19T19:57:11.303Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-19T19:57:11.417Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2760 | 2024-12-19T19:57:13.951Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-19T19:57:15.056Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2762 | 2024-12-19T19:57:16.120Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-19T19:57:21.248Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-19T19:57:22.478Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2765 | 2024-12-19T19:57:25.979Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2766 | 2024-12-19T19:57:26.443Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2767 | 2024-12-19T19:57:31.351Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-19T19:57:32.667Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-19T19:58:16.426Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-19T19:58:26.064Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2771 | 2024-12-19T19:58:28.092Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2772 | 2024-12-19T19:58:38.476Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2773 | 2024-12-19T19:59:02.597Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2774 | 2024-12-19T19:59:03.529Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-12-19T19:59:04.645Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2776 | 2024-12-19T19:59:05.134Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2777 | 2024-12-19T19:59:07.732Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2778 | 2024-12-19T19:59:13.693Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2779 | 2024-12-19T19:59:15.684Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2780 | 2024-12-19T19:59:23.552Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2781 | 2024-12-19T19:59:28.020Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2782 | 2024-12-19T19:59:50.758Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2783 | 2024-12-19T19:59:58.706Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2784 | 2024-12-19T20:00:08.305Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2785 | 2024-12-19T20:00:08.336Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2786 | 2024-12-19T20:00:11.985Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2787 | 2024-12-19T20:00:12.765Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2788 | 2024-12-19T20:00:22.812Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2789 | 2024-12-19T20:00:42.080Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2790 | 2024-12-19T20:00:44.567Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2791 | 2024-12-19T20:00:52.630Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2792 | 2024-12-19T20:00:53.811Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2793 | 2024-12-19T20:00:56.442Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2794 | 2024-12-19T20:01:08.420Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-19T20:01:15.719Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-19T20:01:15.926Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2797 | 2024-12-19T20:01:17.321Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2798 | 2024-12-19T20:01:21.425Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2799 | 2024-12-19T20:01:28.707Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2800 | 2024-12-19T20:01:35.987Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2801 | 2024-12-19T20:01:37.342Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2802 | 2024-12-19T20:01:38.119Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2803 | 2024-12-19T20:01:42.067Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2804 | 2024-12-19T20:01:45.852Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2805 | 2024-12-19T20:01:47.240Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2806 | 2024-12-19T20:01:58.488Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2807 | 2024-12-19T20:02:02.304Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2808 | 2024-12-19T20:02:09.789Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2809 | 2024-12-19T20:02:11.521Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-12-19T20:02:13.589Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2024-12-19T20:02:16.072Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2812 | 2024-12-19T20:02:17.948Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2813 | 2024-12-19T20:02:18.935Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2814 | 2024-12-19T20:02:31.217Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2815 | 2024-12-19T20:02:32.689Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2816 | 2024-12-19T20:02:34.381Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2024-12-19T20:02:37.162Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-19T20:02:37.451Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2819 | 2024-12-19T20:02:44.251Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2820 | 2024-12-19T20:02:47.448Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-19T20:02:49.186Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2822 | 2024-12-19T20:02:51.815Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2823 | 2024-12-19T20:02:55.596Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2824 | 2024-12-19T20:02:58.029Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2825 | 2024-12-19T20:03:00.958Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2826 | 2024-12-19T20:03:08.856Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2827 | 2024-12-19T20:03:10.676Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2828 | 2024-12-19T20:03:10.739Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2829 | 2024-12-19T20:03:12.713Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2830 | 2024-12-19T20:03:15.528Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2831 | 2024-12-19T20:03:16.710Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2832 | 2024-12-19T20:03:20.460Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2833 | 2024-12-19T20:03:24.198Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2834 | 2024-12-19T20:03:26.403Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2835 | 2024-12-19T20:03:28.004Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2836 | 2024-12-19T20:03:30.070Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-19T20:03:30.974Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2838 | 2024-12-19T20:03:35.378Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2839 | 2024-12-19T20:03:42.157Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-12-19T20:03:43.021Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2024-12-19T20:03:46.397Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2842 | 2024-12-19T20:03:48.711Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2843 | 2024-12-19T20:03:49.879Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2844 | 2024-12-19T20:03:50.073Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2845 | 2024-12-19T20:03:50.826Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2846 | 2024-12-19T20:03:53.810Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2847 | 2024-12-19T20:03:57.819Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2848 | 2024-12-19T20:04:00.307Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2849 | 2024-12-19T20:04:08.944Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2850 | 2024-12-19T20:04:09.558Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2851 | 2024-12-19T20:04:13.833Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2852 | 2024-12-19T20:04:14.529Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2853 | 2024-12-19T20:04:15.790Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2854 | 2024-12-19T20:04:15.871Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2855 | 2024-12-19T20:04:16.791Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2856 | 2024-12-19T20:04:21.165Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-19T20:04:21.486Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2858 | 2024-12-19T20:04:24.557Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-12-19T20:04:29.946Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-19T20:04:30.661Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2861 | 2024-12-19T20:04:33.401Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2862 | 2024-12-19T20:04:34.068Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2863 | 2024-12-19T20:04:34.207Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2864 | 2024-12-19T20:04:36.415Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2865 | 2024-12-19T20:04:39.096Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2866 | 2024-12-19T20:04:39.367Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2867 | 2024-12-19T20:04:40.400Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2868 | 2024-12-19T20:04:40.782Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2869 | 2024-12-19T20:04:41.554Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2870 | 2024-12-19T20:04:44.667Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2871 | 2024-12-19T20:04:48.747Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2872 | 2024-12-19T20:04:49.481Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2873 | 2024-12-19T20:04:49.753Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2874 | 2024-12-19T20:04:53.746Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2875 | 2024-12-19T20:04:54.255Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2876 | 2024-12-19T20:04:54.415Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2877 | 2024-12-19T20:04:54.542Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2878 | 2024-12-19T20:04:54.637Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2879 | 2024-12-19T20:04:56.957Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2880 | 2024-12-19T20:05:34.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 12s |
2881 | 2024-12-19T20:05:34.679Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2882 | 2024-12-19T20:05:34.745Z | |
2883 | 2024-12-19T20:05:34.748Z | real 9:12.794778551 |
2884 | 2024-12-19T20:05:34.748Z | user 26:42.662245949 |
2885 | 2024-12-19T20:05:34.748Z | sys 42:09.401413409 |
2886 | 2024-12-19T20:05:34.748Z | trap 0.438913782 |
2887 | 2024-12-19T20:05:34.748Z | tflt 0.306032985 |
2888 | 2024-12-19T20:05:34.748Z | dflt 0.153139833 |
2889 | 2024-12-19T20:05:34.748Z | kflt 0.000000000 |
2890 | 2024-12-19T20:05:34.748Z | lock 1:31:44.955332765 |
2891 | 2024-12-19T20:05:34.748Z | slp 2:34:56.066728090 |
2892 | 2024-12-19T20:05:34.748Z | lat 1:15.827246210 |
2893 | 2024-12-19T20:05:34.748Z | stop 1:10.348816476 |
2894 | 2024-12-19T20:05:34.748Z | process exited: duration 1306369 ms, exit code 0 |
|
2895 | 2024-12-19T20:05:34.754Z | found 0 output files |