|
|
|
1 | 2024-12-20T22:44:15.449Z | job assigned to worker 01JFK3TRKEAE3AXBTAEZ221RV2 [factory aws, i-018d03ab41cd80228] (queued for 9 m 19 s) |
|
2 | 2024-12-20T22:44:23.937Z | starting task 0: "setup" |
3 | 2024-12-20T22:44:23.947Z | ++ uname -s |
4 | 2024-12-20T22:44:23.949Z | + kern=SunOS |
5 | 2024-12-20T22:44:23.949Z | + case "$kern" in |
6 | 2024-12-20T22:44:23.950Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:44:23.950Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:44:25.957Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:44:26.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:44:26.074Z | + home_fs=zfs |
11 | 2024-12-20T22:44:26.074Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:44:26.074Z | + mkdir -p /home/build |
13 | 2024-12-20T22:44:26.077Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:44:28.078Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:44:28.081Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-12-20T22:44:28.086Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:44:28.092Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:44:28.092Z | ' 1.81.0 |
19 | 2024-12-20T22:44:28.092Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T22:44:28.092Z | ' default |
21 | 2024-12-20T22:44:28.092Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T22:44:28.092Z | * toolchain profile = "default" |
23 | 2024-12-20T22:44:28.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:44:28.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:44:28.213Z | info: downloading installer |
26 | 2024-12-20T22:44:29.554Z | info: profile set to 'default' |
27 | 2024-12-20T22:44:29.554Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:44:29.557Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:44:29.695Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:44:29.695Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:44:30.431Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:44:30.702Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:44:31.720Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:44:33.304Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:44:39.002Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:44:39.215Z | info: installing component 'cargo' |
37 | 2024-12-20T22:44:40.041Z | info: installing component 'clippy' |
38 | 2024-12-20T22:44:40.806Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:44:42.038Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:44:43.824Z | info: installing component 'rustc' |
41 | 2024-12-20T22:44:49.748Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:44:50.073Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:44:50.073Z | |
44 | 2024-12-20T22:44:50.452Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:44:50.452Z | |
46 | 2024-12-20T22:44:50.454Z | |
47 | 2024-12-20T22:44:50.454Z | Rust is installed now. Great! |
48 | 2024-12-20T22:44:50.454Z | |
49 | 2024-12-20T22:44:50.454Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:44:50.454Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:44:50.454Z | |
52 | 2024-12-20T22:44:50.454Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:44:50.454Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:44:50.454Z | |
55 | 2024-12-20T22:44:50.454Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:44:50.454Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:44:50.454Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:44:50.533Z | + rustc --version |
59 | 2024-12-20T22:44:50.603Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:44:50.608Z | process exited: duration 22523 ms, exit code 0 |
|
61 | 2024-12-20T22:44:50.614Z | starting task 2: "authentication" |
62 | 2024-12-20T22:44:50.636Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-20T22:44:50.641Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:44:50.646Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:44:50.648Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:44:50.956Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:44:57.529Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:44:57.529Z | + git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
69 | 2024-12-20T22:44:57.861Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:44:57.861Z | * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD |
71 | 2024-12-20T22:44:57.872Z | + [[ -n diffus ]] |
72 | 2024-12-20T22:44:57.874Z | ++ git branch --show-current |
73 | 2024-12-20T22:44:57.883Z | + current=main |
74 | 2024-12-20T22:44:57.883Z | + [[ main != diffus ]] |
75 | 2024-12-20T22:44:57.883Z | + git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
76 | 2024-12-20T22:44:57.883Z | + git checkout -f diffus |
77 | 2024-12-20T22:44:58.059Z | Switched to branch 'diffus' |
78 | 2024-12-20T22:44:58.063Z | + git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
79 | 2024-12-20T22:44:58.239Z | HEAD is now at 3aafc3f05 Merge branch 'main' into diffus |
80 | 2024-12-20T22:44:58.241Z | process exited: duration 7600 ms, exit code 0 |
|
81 | 2024-12-20T22:44:58.246Z | starting task 4: "build" |
82 | 2024-12-20T22:44:58.252Z | + source ./env.sh |
83 | 2024-12-20T22:44:58.252Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-20T22:44:58.252Z | ++ set -o xtrace |
85 | 2024-12-20T22:44:58.254Z | ++++ dirname ./env.sh |
86 | 2024-12-20T22:44:58.257Z | +++ readlink -f . |
87 | 2024-12-20T22:44:58.329Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-20T22:44:58.331Z | ++ 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-20T22:44:58.331Z | ++ 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-20T22:44:58.331Z | ++ 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-20T22:44:58.331Z | ++ 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-20T22:44:58.331Z | ++ 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-20T22:44:58.331Z | ++ 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-20T22:44:58.332Z | ++ 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-20T22:44:58.332Z | ++ 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-20T22:44:58.332Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-20T22:44:58.332Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-20T22:44:58.332Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-20T22:44:58.332Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-20T22:44:58.332Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-20T22:44:58.332Z | + cargo --version |
102 | 2024-12-20T22:44:58.388Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-20T22:44:58.390Z | + rustc --version |
104 | 2024-12-20T22:44:58.453Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-20T22:44:58.456Z | + banner prerequisites |
106 | 2024-12-20T22:44:58.583Z | |
107 | 2024-12-20T22:44:58.583Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-20T22:44:58.583Z | # # # # # # # # # # # # # # # |
109 | 2024-12-20T22:44:58.583Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-20T22:44:58.583Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-20T22:44:58.583Z | # # # # # # # # # # # # # # # |
112 | 2024-12-20T22:44:58.583Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-20T22:44:58.583Z | |
114 | 2024-12-20T22:44:58.586Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-20T22:45:11.577Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-20T22:45:15.667Z | Startup: Caching catalogs ... Done |
117 | 2024-12-20T22:45:26.702Z | Planning: Solver setup ... Done (10.042s) |
118 | 2024-12-20T22:45:26.837Z | Planning: Running solver ... Done (0.135s) |
119 | 2024-12-20T22:45:27.037Z | Planning: Finding local manifests ... Done (0.090s) |
120 | 2024-12-20T22:45:27.079Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-20T22:45:27.727Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-20T22:45:28.252Z | Planning: Package planning ... Done (0.245s) |
123 | 2024-12-20T22:45:28.274Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-20T22:45:28.846Z | Planning: Checking for conflicting actions ... Done (0.816s) |
125 | 2024-12-20T22:45:33.724Z | Planning: Consolidating action changes ... Done (4.878s) |
126 | 2024-12-20T22:45:34.115Z | Planning: Evaluating mediators ... Done (0.391s) |
127 | 2024-12-20T22:45:34.237Z | Planning: Planning completed in 18.47 seconds |
128 | 2024-12-20T22:45:34.389Z | Packages to install: 4 |
129 | 2024-12-20T22:45:34.389Z | Packages to update: 1 |
130 | 2024-12-20T22:45:34.389Z | Mediators to change: 2 |
131 | 2024-12-20T22:45:34.391Z | Services to change: 1 |
132 | 2024-12-20T22:45:34.391Z | Estimated space available: 155.63 GB |
133 | 2024-12-20T22:45:34.392Z | Estimated space to be consumed: 1.62 GB |
134 | 2024-12-20T22:45:34.392Z | Create boot environment: No |
135 | 2024-12-20T22:45:34.393Z | Create backup boot environment: Yes |
136 | 2024-12-20T22:45:34.393Z | Rebuild boot archive: No |
137 | 2024-12-20T22:45:34.393Z | |
138 | 2024-12-20T22:45:34.393Z | Changed mediators: |
139 | 2024-12-20T22:45:34.393Z | mediator clang: |
140 | 2024-12-20T22:45:34.393Z | version: None -> 15 (system default) |
141 | 2024-12-20T22:45:34.393Z | |
142 | 2024-12-20T22:45:34.393Z | mediator llvm: |
143 | 2024-12-20T22:45:34.393Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-20T22:45:34.393Z | |
145 | 2024-12-20T22:45:34.393Z | Changed packages: |
146 | 2024-12-20T22:45:34.393Z | helios-dev |
147 | 2024-12-20T22:45:34.393Z | developer/build-essential |
148 | 2024-12-20T22:45:34.393Z | None -> 11-2.0 |
149 | 2024-12-20T22:45:34.393Z | library/libxmlsec1 |
150 | 2024-12-20T22:45:34.393Z | None -> 1.2.35-2.0 |
151 | 2024-12-20T22:45:34.393Z | ooce/developer/clang-15 |
152 | 2024-12-20T22:45:34.393Z | None -> 15.0.7-2.0 |
153 | 2024-12-20T22:45:34.393Z | ooce/developer/llvm-15 |
154 | 2024-12-20T22:45:34.393Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T22:45:34.393Z | package/pkg |
156 | 2024-12-20T22:45:34.393Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-20T22:45:34.393Z | |
158 | 2024-12-20T22:45:34.393Z | Services: |
159 | 2024-12-20T22:45:34.393Z | restart_fmri: |
160 | 2024-12-20T22:45:34.393Z | svc:/system/update-man-index:default |
161 | 2024-12-20T22:45:34.393Z | |
162 | 2024-12-20T22:45:34.393Z | Editable files to change: |
163 | 2024-12-20T22:45:34.394Z | Update: |
164 | 2024-12-20T22:45:34.394Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-20T22:45:34.702Z | |
166 | 2024-12-20T22:45:34.702Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-20T22:45:39.702Z | Download: 1071/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
168 | 2024-12-20T22:45:44.703Z | Download: 1950/4281 items 118.4/220.6MB 53% complete (11.9M/s) |
169 | 2024-12-20T22:45:49.703Z | Download: 2833/4281 items 121.1/220.6MB 54% complete (10.1M/s) |
170 | 2024-12-20T22:45:54.705Z | Download: 3613/4281 items 216.0/220.6MB 97% complete (9.8M/s) |
171 | 2024-12-20T22:45:57.378Z | Download: Completed 220.60 MB in 22.68 seconds (9.7M/s) |
172 | 2024-12-20T22:45:59.411Z | Actions: 1/5063 actions (Removing old actions) |
173 | 2024-12-20T22:45:59.429Z | Actions: 194/5063 actions (Installing new actions) |
174 | 2024-12-20T22:46:04.466Z | Actions: 4107/5063 actions (Installing new actions) |
175 | 2024-12-20T22:46:04.986Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-12-20T22:46:05.353Z | Actions: Completed 5063 actions in 5.94 seconds. |
177 | 2024-12-20T22:46:05.759Z | Done (0.398s) |
178 | 2024-12-20T22:46:05.762Z | Done (0.000s) |
179 | 2024-12-20T22:46:06.341Z | Done (0.580s) |
180 | 2024-12-20T22:46:12.049Z | Done (5.480s) |
181 | 2024-12-20T22:46:12.349Z | Done (0.220s) |
182 | 2024-12-20T22:46:12.351Z | Done (0.000s) |
183 | 2024-12-20T22:46:12.503Z | Done (0.000s) |
184 | 2024-12-20T22:46:13.227Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-12-20T22:46:13.402Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-20T22:46:13.404Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-20T22:46:13.683Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-20T22:46:13.686Z | Planning: Planning completed in 0.46 seconds |
189 | 2024-12-20T22:46:13.722Z | Mediators to change: 2 |
190 | 2024-12-20T22:46:13.722Z | Create boot environment: No |
191 | 2024-12-20T22:46:13.725Z | Create backup boot environment: No |
192 | 2024-12-20T22:46:13.804Z | Done |
193 | 2024-12-20T22:46:13.804Z | Done |
194 | 2024-12-20T22:46:14.194Z | Done |
195 | 2024-12-20T22:46:18.025Z | Done |
196 | 2024-12-20T22:46:18.124Z | Done |
197 | 2024-12-20T22:46:18.127Z | Done |
198 | 2024-12-20T22:46:18.274Z | Done |
199 | 2024-12-20T22:46:18.899Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-20T22:46:18.903Z | Planning: Merging actions ... Done |
201 | 2024-12-20T22:46:19.094Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-20T22:46:19.096Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-20T22:46:19.363Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-20T22:46:19.422Z | Planning: Planning completed in 0.77 seconds |
205 | 2024-12-20T22:46:19.459Z | Packages to change: 1 |
206 | 2024-12-20T22:46:19.459Z | Mediators to change: 1 |
207 | 2024-12-20T22:46:19.463Z | Services to change: 1 |
208 | 2024-12-20T22:46:19.463Z | Create boot environment: No |
209 | 2024-12-20T22:46:19.463Z | Create backup boot environment: Yes |
210 | 2024-12-20T22:46:21.635Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-12-20T22:46:21.672Z | Actions: Completed 6 actions in 0.04 seconds. |
212 | 2024-12-20T22:46:21.674Z | Done |
213 | 2024-12-20T22:46:21.674Z | Done |
214 | 2024-12-20T22:46:21.789Z | Done |
215 | 2024-12-20T22:46:25.657Z | Done |
216 | 2024-12-20T22:46:25.756Z | Done |
217 | 2024-12-20T22:46:25.759Z | Done |
218 | 2024-12-20T22:46:25.897Z | Done |
219 | 2024-12-20T22:46:26.363Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-12-20T22:46:26.363Z | clang system 15 system |
221 | 2024-12-20T22:46:26.363Z | csh system system illumos |
222 | 2024-12-20T22:46:26.363Z | ctags system system illumos |
223 | 2024-12-20T22:46:26.363Z | gcc vendor 12 vendor |
224 | 2024-12-20T22:46:26.363Z | gcc system 10 system |
225 | 2024-12-20T22:46:26.363Z | gcc system 7 system |
226 | 2024-12-20T22:46:26.363Z | go system 1.20 system |
227 | 2024-12-20T22:46:26.363Z | go system 1.19 system |
228 | 2024-12-20T22:46:26.363Z | llvm system 15 system |
229 | 2024-12-20T22:46:26.363Z | llvm system 14 system |
230 | 2024-12-20T22:46:26.363Z | mariadb system 10.6 system |
231 | 2024-12-20T22:46:26.363Z | mta vendor vendor dma |
232 | 2024-12-20T22:46:26.363Z | openjdk system 17 system |
233 | 2024-12-20T22:46:26.363Z | openjdk system 11 system |
234 | 2024-12-20T22:46:26.363Z | openjdk system 1.8 system |
235 | 2024-12-20T22:46:26.363Z | openssl vendor 3 vendor |
236 | 2024-12-20T22:46:26.363Z | perl system 5.36 system |
237 | 2024-12-20T22:46:26.363Z | postgresql system 15 system |
238 | 2024-12-20T22:46:26.363Z | postgresql system 13 system |
239 | 2024-12-20T22:46:26.363Z | python vendor 3 vendor |
240 | 2024-12-20T22:46:26.364Z | python system 2 system |
241 | 2024-12-20T22:46:26.364Z | python3 system 3.11 system |
242 | 2024-12-20T22:46:26.364Z | ruby system 3.0 system |
243 | 2024-12-20T22:46:26.364Z | words vendor vendor american-english |
244 | 2024-12-20T22:46:26.364Z | words system system australian-english |
245 | 2024-12-20T22:46:26.364Z | words system system british-english |
246 | 2024-12-20T22:46:26.364Z | words system system canadian-english |
247 | 2024-12-20T22:46:26.364Z | words system system french |
248 | 2024-12-20T22:46:26.364Z | words system system italian |
249 | 2024-12-20T22:46:26.364Z | words system system ngerman |
250 | 2024-12-20T22:46:26.364Z | words system system ogerman |
251 | 2024-12-20T22:46:26.364Z | words system system spanish |
252 | 2024-12-20T22:46:26.711Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-12-20T22:46:26.711Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-12-20T22:46:29.482Z | FMRI IFO |
255 | 2024-12-20T22:46:29.482Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-12-20T22:46:29.483Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-12-20T22:46:30.278Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-12-20T22:46:30.561Z | Updating crates.io index |
272 | 2024-12-20T22:46:30.620Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
273 | 2024-12-20T22:46:30.903Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-20T22:46:31.422Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-20T22:46:31.753Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-20T22:46:32.058Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-20T22:46:32.300Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-20T22:46:33.205Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-20T22:46:34.782Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-20T22:46:35.426Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-20T22:46:36.182Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-20T22:46:36.582Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-20T22:46:36.902Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-20T22:46:37.481Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-20T22:46:37.928Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-20T22:46:38.258Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-20T22:46:38.563Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-20T22:46:38.873Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-20T22:46:39.122Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-20T22:46:39.439Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-20T22:46:39.725Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-20T22:46:40.138Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-20T22:46:40.445Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-20T22:46:40.930Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-20T22:46:41.268Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-20T22:46:41.627Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-20T22:46:42.068Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-20T22:46:42.322Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-20T22:46:42.578Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-20T22:46:42.904Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-20T22:46:44.181Z | Downloading crates ... |
302 | 2024-12-20T22:46:44.292Z | Downloaded block-buffer v0.10.4 |
303 | 2024-12-20T22:46:44.301Z | Downloaded bitflags v2.6.0 |
304 | 2024-12-20T22:46:44.311Z | Downloaded anstyle v1.0.10 |
305 | 2024-12-20T22:46:44.313Z | Downloaded camino v1.1.9 |
306 | 2024-12-20T22:46:44.318Z | Downloaded anstyle-query v1.1.1 |
307 | 2024-12-20T22:46:44.321Z | Downloaded bytecount v0.6.8 |
308 | 2024-12-20T22:46:44.324Z | Downloaded cfg-if v1.0.0 |
309 | 2024-12-20T22:46:44.324Z | Downloaded cargo_metadata v0.18.1 |
310 | 2024-12-20T22:46:44.326Z | Downloaded camino-tempfile v1.1.1 |
311 | 2024-12-20T22:46:44.329Z | Downloaded anyhow v1.0.93 |
312 | 2024-12-20T22:46:44.332Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-12-20T22:46:44.334Z | Downloaded autocfg v1.4.0 |
314 | 2024-12-20T22:46:44.336Z | Downloaded clap_derive v4.5.18 |
315 | 2024-12-20T22:46:44.339Z | Downloaded anstream v0.6.15 |
316 | 2024-12-20T22:46:44.343Z | Downloaded byteorder v1.5.0 |
317 | 2024-12-20T22:46:44.343Z | Downloaded anstyle-parse v0.2.5 |
318 | 2024-12-20T22:46:44.345Z | Downloaded clap v4.5.21 |
319 | 2024-12-20T22:46:44.352Z | Downloaded generic-array v0.14.7 |
320 | 2024-12-20T22:46:44.354Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-12-20T22:46:44.357Z | Downloaded clap_lex v0.7.2 |
322 | 2024-12-20T22:46:44.357Z | Downloaded once_cell v1.20.2 |
323 | 2024-12-20T22:46:44.359Z | Downloaded digest v0.10.7 |
324 | 2024-12-20T22:46:44.362Z | Downloaded clap_builder v4.5.21 |
325 | 2024-12-20T22:46:44.366Z | Downloaded fs-err v2.11.0 |
326 | 2024-12-20T22:46:44.369Z | Downloaded equivalent v1.0.1 |
327 | 2024-12-20T22:46:44.372Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-12-20T22:46:44.372Z | Downloaded errno v0.3.9 |
329 | 2024-12-20T22:46:44.372Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-12-20T22:46:44.375Z | Downloaded crypto-common v0.1.6 |
331 | 2024-12-20T22:46:44.375Z | Downloaded colorchoice v1.0.2 |
332 | 2024-12-20T22:46:44.377Z | Downloaded fnv v1.0.7 |
333 | 2024-12-20T22:46:44.377Z | Downloaded fastrand v2.1.1 |
334 | 2024-12-20T22:46:44.377Z | Downloaded cargo_toml v0.20.5 |
335 | 2024-12-20T22:46:44.380Z | Downloaded pretty-hex v0.4.1 |
336 | 2024-12-20T22:46:44.395Z | Downloaded usdt-attr-macro v0.5.0 |
337 | 2024-12-20T22:46:44.399Z | Downloaded plain v0.2.3 |
338 | 2024-12-20T22:46:44.402Z | Downloaded dof v0.3.0 |
339 | 2024-12-20T22:46:44.408Z | Downloaded memmap v0.7.0 |
340 | 2024-12-20T22:46:44.410Z | Downloaded macaddr v1.0.1 |
341 | 2024-12-20T22:46:44.413Z | Downloaded usdt-macro v0.5.0 |
342 | 2024-12-20T22:46:44.415Z | Downloaded swrite v0.1.0 |
343 | 2024-12-20T22:46:44.418Z | Downloaded proc-macro-error-attr v1.0.4 |
344 | 2024-12-20T22:46:44.420Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2024-12-20T22:46:44.420Z | Downloaded itoa v1.0.11 |
346 | 2024-12-20T22:46:44.423Z | Downloaded is_terminal_polyfill v1.70.1 |
347 | 2024-12-20T22:46:44.423Z | Downloaded smawk v0.3.2 |
348 | 2024-12-20T22:46:44.426Z | Downloaded heck v0.5.0 |
349 | 2024-12-20T22:46:44.426Z | Downloaded pest_generator v2.7.14 |
350 | 2024-12-20T22:46:44.426Z | Downloaded heck v0.4.1 |
351 | 2024-12-20T22:46:44.430Z | Downloaded thread-id v4.2.2 |
352 | 2024-12-20T22:46:44.431Z | Downloaded terminal_size v0.4.0 |
353 | 2024-12-20T22:46:44.431Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-12-20T22:46:44.433Z | Downloaded strsim v0.11.1 |
355 | 2024-12-20T22:46:44.433Z | Downloaded serde_spanned v0.6.8 |
356 | 2024-12-20T22:46:44.435Z | Downloaded thiserror-impl v1.0.69 |
357 | 2024-12-20T22:46:44.439Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-12-20T22:46:44.441Z | Downloaded toml_datetime v0.6.8 |
359 | 2024-12-20T22:46:44.441Z | Downloaded thiserror v1.0.69 |
360 | 2024-12-20T22:46:44.445Z | Downloaded usdt v0.5.0 |
361 | 2024-12-20T22:46:44.447Z | Downloaded version_check v0.9.5 |
362 | 2024-12-20T22:46:44.462Z | Downloaded utf8parse v0.2.2 |
363 | 2024-12-20T22:46:44.465Z | Downloaded scroll v0.12.0 |
364 | 2024-12-20T22:46:44.467Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-20T22:46:44.469Z | Downloaded quote v1.0.37 |
366 | 2024-12-20T22:46:44.473Z | Downloaded semver v1.0.23 |
367 | 2024-12-20T22:46:44.476Z | Downloaded proc-macro-error v1.0.4 |
368 | 2024-12-20T22:46:44.479Z | Downloaded zerocopy-derive v0.7.35 |
369 | 2024-12-20T22:46:44.483Z | Downloaded ryu v1.0.18 |
370 | 2024-12-20T22:46:44.485Z | Downloaded pest_derive v2.7.14 |
371 | 2024-12-20T22:46:44.488Z | Downloaded pest_meta v2.7.14 |
372 | 2024-12-20T22:46:44.490Z | Downloaded log v0.4.22 |
373 | 2024-12-20T22:46:44.492Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-12-20T22:46:44.495Z | Downloaded proc-macro2 v1.0.89 |
375 | 2024-12-20T22:46:44.500Z | Downloaded textwrap v0.16.1 |
376 | 2024-12-20T22:46:44.503Z | Downloaded tempfile v3.13.0 |
377 | 2024-12-20T22:46:44.505Z | Downloaded ucd-trie v0.1.7 |
378 | 2024-12-20T22:46:44.508Z | Downloaded serde_derive v1.0.215 |
379 | 2024-12-20T22:46:44.510Z | Downloaded toml v0.8.19 |
380 | 2024-12-20T22:46:44.513Z | Downloaded serde v1.0.215 |
381 | 2024-12-20T22:46:44.515Z | Downloaded unicode-ident v1.0.13 |
382 | 2024-12-20T22:46:44.517Z | Downloaded pest v2.7.14 |
383 | 2024-12-20T22:46:44.522Z | Downloaded papergrid v0.11.0 |
384 | 2024-12-20T22:46:44.526Z | Downloaded typenum v1.17.0 |
385 | 2024-12-20T22:46:44.541Z | Downloaded memchr v2.7.4 |
386 | 2024-12-20T22:46:44.546Z | Downloaded indexmap v2.6.0 |
387 | 2024-12-20T22:46:44.555Z | Downloaded toml_edit v0.22.22 |
388 | 2024-12-20T22:46:44.602Z | Downloaded zerocopy v0.7.35 |
389 | 2024-12-20T22:46:44.617Z | Downloaded winnow v0.6.20 |
390 | 2024-12-20T22:46:44.625Z | Downloaded tabled v0.15.0 |
391 | 2024-12-20T22:46:44.639Z | Downloaded goblin v0.8.2 |
392 | 2024-12-20T22:46:44.645Z | Downloaded serde_json v1.0.133 |
393 | 2024-12-20T22:46:44.651Z | Downloaded hashbrown v0.15.1 |
394 | 2024-12-20T22:46:44.660Z | Downloaded syn v2.0.87 |
395 | 2024-12-20T22:46:44.670Z | Downloaded unicode-width v0.1.14 |
396 | 2024-12-20T22:46:44.676Z | Downloaded syn v1.0.109 |
397 | 2024-12-20T22:46:44.685Z | Downloaded rustix v0.38.37 |
398 | 2024-12-20T22:46:44.723Z | Downloaded libc v0.2.162 |
399 | 2024-12-20T22:46:45.033Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-20T22:46:45.033Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-20T22:46:45.033Z | Compiling serde v1.0.215 |
402 | 2024-12-20T22:46:45.036Z | Compiling version_check v0.9.5 |
403 | 2024-12-20T22:46:45.036Z | Compiling thiserror v1.0.69 |
404 | 2024-12-20T22:46:45.036Z | Compiling memchr v2.7.4 |
405 | 2024-12-20T22:46:45.036Z | Compiling libc v0.2.162 |
406 | 2024-12-20T22:46:45.036Z | Compiling itoa v1.0.11 |
407 | 2024-12-20T22:46:45.271Z | Compiling ryu v1.0.18 |
408 | 2024-12-20T22:46:45.433Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-20T22:46:45.618Z | Compiling once_cell v1.20.2 |
410 | 2024-12-20T22:46:45.994Z | Compiling byteorder v1.5.0 |
411 | 2024-12-20T22:46:45.997Z | Compiling rustix v0.38.37 |
412 | 2024-12-20T22:46:46.432Z | Compiling serde_json v1.0.133 |
413 | 2024-12-20T22:46:46.478Z | Compiling bitflags v2.6.0 |
414 | 2024-12-20T22:46:46.733Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-20T22:46:46.820Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-20T22:46:46.884Z | Compiling syn v1.0.109 |
417 | 2024-12-20T22:46:46.911Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-20T22:46:46.994Z | Compiling equivalent v1.0.1 |
419 | 2024-12-20T22:46:47.107Z | Compiling log v0.4.22 |
420 | 2024-12-20T22:46:47.130Z | Compiling camino v1.1.9 |
421 | 2024-12-20T22:46:47.204Z | Compiling plain v0.2.3 |
422 | 2024-12-20T22:46:47.295Z | Compiling hashbrown v0.15.1 |
423 | 2024-12-20T22:46:47.355Z | Compiling utf8parse v0.2.2 |
424 | 2024-12-20T22:46:47.486Z | Compiling quote v1.0.37 |
425 | 2024-12-20T22:46:47.533Z | Compiling anstyle-parse v0.2.5 |
426 | 2024-12-20T22:46:47.586Z | Compiling errno v0.3.9 |
427 | 2024-12-20T22:46:47.916Z | Compiling syn v2.0.87 |
428 | 2024-12-20T22:46:48.036Z | Compiling thread-id v4.2.2 |
429 | 2024-12-20T22:46:48.160Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-20T22:46:48.202Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-20T22:46:48.204Z | Compiling anstyle v1.0.10 |
432 | 2024-12-20T22:46:48.364Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-20T22:46:48.392Z | Compiling semver v1.0.23 |
434 | 2024-12-20T22:46:48.493Z | Compiling indexmap v2.6.0 |
435 | 2024-12-20T22:46:48.569Z | Compiling unicode-width v0.1.14 |
436 | 2024-12-20T22:46:48.671Z | Compiling colorchoice v1.0.2 |
437 | 2024-12-20T22:46:48.850Z | Compiling winnow v0.6.20 |
438 | 2024-12-20T22:46:48.922Z | Compiling autocfg v1.4.0 |
439 | 2024-12-20T22:46:49.161Z | Compiling anstream v0.6.15 |
440 | 2024-12-20T22:46:49.774Z | Compiling strsim v0.11.1 |
441 | 2024-12-20T22:46:49.916Z | Compiling terminal_size v0.4.0 |
442 | 2024-12-20T22:46:50.145Z | Compiling heck v0.4.1 |
443 | 2024-12-20T22:46:50.170Z | Compiling fs-err v2.11.0 |
444 | 2024-12-20T22:46:50.399Z | Compiling heck v0.5.0 |
445 | 2024-12-20T22:46:50.456Z | Compiling cfg-if v1.0.0 |
446 | 2024-12-20T22:46:50.561Z | Compiling bytecount v0.6.8 |
447 | 2024-12-20T22:46:50.611Z | Compiling anyhow v1.0.93 |
448 | 2024-12-20T22:46:50.656Z | Compiling clap_lex v0.7.2 |
449 | 2024-12-20T22:46:50.735Z | Compiling fnv v1.0.7 |
450 | 2024-12-20T22:46:50.784Z | Compiling fastrand v2.1.1 |
451 | 2024-12-20T22:46:50.923Z | Compiling papergrid v0.11.0 |
452 | 2024-12-20T22:46:51.205Z | Compiling tempfile v3.13.0 |
453 | 2024-12-20T22:46:51.382Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-20T22:46:51.714Z | Compiling memmap v0.7.0 |
455 | 2024-12-20T22:46:51.845Z | Compiling smawk v0.3.2 |
456 | 2024-12-20T22:46:52.072Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-20T22:46:52.561Z | Compiling textwrap v0.16.1 |
458 | 2024-12-20T22:46:52.717Z | Compiling swrite v0.1.0 |
459 | 2024-12-20T22:46:53.988Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-20T22:46:55.415Z | Compiling tabled v0.15.0 |
461 | 2024-12-20T22:46:56.912Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-20T22:46:56.913Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-20T22:46:56.915Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-20T22:46:56.916Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-20T22:46:57.027Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-20T22:46:58.184Z | Compiling scroll v0.12.0 |
467 | 2024-12-20T22:46:58.631Z | Compiling goblin v0.8.2 |
468 | 2024-12-20T22:46:58.685Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-20T22:46:59.659Z | Compiling pest v2.7.14 |
470 | 2024-12-20T22:47:00.774Z | Compiling clap v4.5.21 |
471 | 2024-12-20T22:47:01.903Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-20T22:47:03.276Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-20T22:47:04.515Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-20T22:47:05.272Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-20T22:47:07.298Z | Compiling serde_tokenstream v0.2.2 |
476 | 2024-12-20T22:47:07.318Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-20T22:47:07.318Z | Compiling toml_datetime v0.6.8 |
478 | 2024-12-20T22:47:07.569Z | Compiling cargo-platform v0.1.8 |
479 | 2024-12-20T22:47:07.666Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-20T22:47:07.859Z | Compiling macaddr v1.0.1 |
481 | 2024-12-20T22:47:08.057Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-20T22:47:08.845Z | Compiling dof v0.3.0 |
483 | 2024-12-20T22:47:08.936Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-20T22:47:10.540Z | Compiling toml v0.8.19 |
485 | 2024-12-20T22:47:10.684Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-20T22:47:10.687Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-20T22:47:11.416Z | Compiling cargo_toml v0.20.5 |
488 | 2024-12-20T22:47:12.117Z | Compiling usdt v0.5.0 |
489 | 2024-12-20T22:47:15.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-20T22:47:19.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.31s |
491 | 2024-12-20T22:47:19.607Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-20T22:47:20.175Z | Downloading crates ... |
493 | 2024-12-20T22:47:20.303Z | Downloaded adler2 v2.0.0 |
494 | 2024-12-20T22:47:20.311Z | Downloaded addr2line v0.24.2 |
495 | 2024-12-20T22:47:20.321Z | Downloaded headers-core v0.3.0 |
496 | 2024-12-20T22:47:20.328Z | Downloaded ident_case v1.0.1 |
497 | 2024-12-20T22:47:20.332Z | Downloaded http-range v0.1.5 |
498 | 2024-12-20T22:47:20.334Z | Downloaded http-body v1.0.1 |
499 | 2024-12-20T22:47:20.336Z | Downloaded hex v0.4.3 |
500 | 2024-12-20T22:47:20.340Z | Downloaded hickory-client v0.24.1 |
501 | 2024-12-20T22:47:20.344Z | Downloaded darling v0.20.10 |
502 | 2024-12-20T22:47:20.349Z | Downloaded instant v0.1.13 |
503 | 2024-12-20T22:47:20.351Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-20T22:47:20.355Z | Downloaded icu_provider_macros v1.5.0 |
505 | 2024-12-20T22:47:20.355Z | Downloaded is_ci v1.2.0 |
506 | 2024-12-20T22:47:20.369Z | Downloaded aead v0.5.2 |
507 | 2024-12-20T22:47:20.373Z | Downloaded md5 v0.7.0 |
508 | 2024-12-20T22:47:20.376Z | Downloaded argon2 v0.5.3 |
509 | 2024-12-20T22:47:20.378Z | Downloaded matches v0.1.10 |
510 | 2024-12-20T22:47:20.382Z | Downloaded match_cfg v0.1.0 |
511 | 2024-12-20T22:47:20.385Z | Downloaded hex-literal v0.4.1 |
512 | 2024-12-20T22:47:20.387Z | Downloaded aes v0.8.4 |
513 | 2024-12-20T22:47:20.392Z | Downloaded async-stream-impl v0.3.6 |
514 | 2024-12-20T22:47:20.394Z | Downloaded atomicwrites v0.4.4 |
515 | 2024-12-20T22:47:20.396Z | Downloaded hubpack v0.1.2 |
516 | 2024-12-20T22:47:20.396Z | Downloaded atty v0.2.14 |
517 | 2024-12-20T22:47:20.399Z | Downloaded http-body-util v0.1.2 |
518 | 2024-12-20T22:47:20.402Z | Downloaded humantime v2.1.0 |
519 | 2024-12-20T22:47:20.405Z | Downloaded arrayvec v0.7.6 |
520 | 2024-12-20T22:47:20.408Z | Downloaded internet-checksum v0.2.1 |
521 | 2024-12-20T22:47:20.408Z | Downloaded instability v0.3.2 |
522 | 2024-12-20T22:47:20.410Z | Downloaded hyper-tls v0.6.0 |
523 | 2024-12-20T22:47:20.412Z | Downloaded managed v0.8.0 |
524 | 2024-12-20T22:47:20.414Z | Downloaded linear-map v1.2.0 |
525 | 2024-12-20T22:47:20.417Z | Downloaded lazycell v1.3.0 |
526 | 2024-12-20T22:47:20.417Z | Downloaded async-stream v0.3.6 |
527 | 2024-12-20T22:47:20.420Z | Downloaded lru v0.12.5 |
528 | 2024-12-20T22:47:20.423Z | Downloaded async-recursion v1.1.1 |
529 | 2024-12-20T22:47:20.425Z | Downloaded keccak v0.1.5 |
530 | 2024-12-20T22:47:20.427Z | Downloaded httpdate v1.0.3 |
531 | 2024-12-20T22:47:20.427Z | Downloaded mime v0.3.17 |
532 | 2024-12-20T22:47:20.430Z | Downloaded lockfree-object-pool v0.1.6 |
533 | 2024-12-20T22:47:20.433Z | Downloaded bb8 v0.8.5 |
534 | 2024-12-20T22:47:20.435Z | Downloaded base64ct v1.6.0 |
535 | 2024-12-20T22:47:20.439Z | Downloaded lru-cache v0.1.2 |
536 | 2024-12-20T22:47:20.441Z | Downloaded bcs v0.1.6 |
537 | 2024-12-20T22:47:20.443Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2024-12-20T22:47:20.446Z | Downloaded md-5 v0.10.6 |
539 | 2024-12-20T22:47:20.448Z | Downloaded memoffset v0.9.1 |
540 | 2024-12-20T22:47:20.451Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-12-20T22:47:20.451Z | Downloaded impl-trait-for-tuples v0.2.2 |
542 | 2024-12-20T22:47:20.455Z | Downloaded iana-time-zone v0.1.61 |
543 | 2024-12-20T22:47:20.457Z | Downloaded indent_write v2.2.0 |
544 | 2024-12-20T22:47:20.459Z | Downloaded cfg_aliases v0.2.1 |
545 | 2024-12-20T22:47:20.459Z | Downloaded heck v0.3.3 |
546 | 2024-12-20T22:47:20.461Z | Downloaded cfg_aliases v0.1.1 |
547 | 2024-12-20T22:47:20.463Z | Downloaded rand_chacha v0.3.1 |
548 | 2024-12-20T22:47:20.463Z | Downloaded quinn-udp v0.5.5 |
549 | 2024-12-20T22:47:20.466Z | Downloaded ciborium-io v0.2.2 |
550 | 2024-12-20T22:47:20.468Z | Downloaded lazy_static v1.5.0 |
551 | 2024-12-20T22:47:20.470Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2024-12-20T22:47:20.473Z | Downloaded ipnetwork v0.20.0 |
553 | 2024-12-20T22:47:20.475Z | Downloaded cstr-argument v0.1.2 |
554 | 2024-12-20T22:47:20.478Z | Downloaded crucible-workspace-hack v0.1.0 |
555 | 2024-12-20T22:47:20.478Z | Downloaded crunchy v0.2.2 |
556 | 2024-12-20T22:47:20.478Z | Downloaded async-bb8-diesel v0.2.1 |
557 | 2024-12-20T22:47:20.481Z | Downloaded libefi-sys v0.1.0 |
558 | 2024-12-20T22:47:20.483Z | Downloaded lock_api v0.4.12 |
559 | 2024-12-20T22:47:20.487Z | Downloaded bitfield-struct v0.6.2 |
560 | 2024-12-20T22:47:20.487Z | Downloaded bitfield v0.14.0 |
561 | 2024-12-20T22:47:20.489Z | Downloaded hyper-staticfile v0.10.1 |
562 | 2024-12-20T22:47:20.491Z | Downloaded bit-set v0.5.3 |
563 | 2024-12-20T22:47:20.494Z | Downloaded allocator-api2 v0.2.18 |
564 | 2024-12-20T22:47:20.496Z | Downloaded sqlparser_derive v0.2.2 |
565 | 2024-12-20T22:47:20.498Z | Downloaded base64 v0.13.1 |
566 | 2024-12-20T22:47:20.501Z | Downloaded vte_generate_state_changes v0.1.2 |
567 | 2024-12-20T22:47:20.503Z | Downloaded buf-list v1.0.3 |
568 | 2024-12-20T22:47:20.506Z | Downloaded icu_provider v1.5.0 |
569 | 2024-12-20T22:47:20.509Z | Downloaded sync_wrapper v1.0.1 |
570 | 2024-12-20T22:47:20.512Z | Downloaded cassowary v0.3.0 |
571 | 2024-12-20T22:47:20.514Z | Downloaded blowfish v0.9.1 |
572 | 2024-12-20T22:47:20.516Z | Downloaded sync-ptr v0.1.1 |
573 | 2024-12-20T22:47:20.516Z | Downloaded mime_guess v2.0.5 |
574 | 2024-12-20T22:47:20.519Z | Downloaded want v0.3.1 |
575 | 2024-12-20T22:47:20.521Z | Downloaded waitgroup v0.1.2 |
576 | 2024-12-20T22:47:20.521Z | Downloaded chacha20 v0.9.1 |
577 | 2024-12-20T22:47:20.528Z | Downloaded icu_normalizer_data v1.5.0 |
578 | 2024-12-20T22:47:20.532Z | Downloaded cobs v0.2.3 |
579 | 2024-12-20T22:47:20.532Z | Downloaded rustc-hash v2.0.0 |
580 | 2024-12-20T22:47:20.532Z | Downloaded crossbeam-deque v0.8.5 |
581 | 2024-12-20T22:47:20.535Z | Downloaded constant_time_eq v0.3.1 |
582 | 2024-12-20T22:47:20.535Z | Downloaded serde_plain v1.0.2 |
583 | 2024-12-20T22:47:20.537Z | Downloaded sigpipe v0.1.3 |
584 | 2024-12-20T22:47:20.538Z | Downloaded hmac v0.12.1 |
585 | 2024-12-20T22:47:20.540Z | Downloaded libloading v0.8.5 |
586 | 2024-12-20T22:47:20.543Z | Downloaded ctr v0.9.2 |
587 | 2024-12-20T22:47:20.546Z | Downloaded jobserver v0.1.32 |
588 | 2024-12-20T22:47:20.550Z | Downloaded scopeguard v1.2.0 |
589 | 2024-12-20T22:47:20.550Z | Downloaded icu_locid_transform_data v1.5.0 |
590 | 2024-12-20T22:47:20.554Z | Downloaded rustversion v1.0.17 |
591 | 2024-12-20T22:47:20.556Z | Downloaded litemap v0.7.3 |
592 | 2024-12-20T22:47:20.559Z | Downloaded slab v0.4.9 |
593 | 2024-12-20T22:47:20.561Z | Downloaded heapless v0.7.17 |
594 | 2024-12-20T22:47:20.565Z | Downloaded parse-size v1.1.0 |
595 | 2024-12-20T22:47:20.568Z | Downloaded foreign-types-shared v0.3.1 |
596 | 2024-12-20T22:47:20.568Z | Downloaded ssh-cipher v0.2.0 |
597 | 2024-12-20T22:47:20.570Z | Downloaded slog-envlogger v2.2.0 |
598 | 2024-12-20T22:47:20.573Z | Downloaded structmeta-derive v0.3.0 |
599 | 2024-12-20T22:47:20.573Z | Downloaded indexmap v1.9.3 |
600 | 2024-12-20T22:47:20.577Z | Downloaded new_debug_unreachable v1.0.6 |
601 | 2024-12-20T22:47:20.580Z | Downloaded utf-8 v0.7.6 |
602 | 2024-12-20T22:47:20.583Z | Downloaded tinystr v0.7.6 |
603 | 2024-12-20T22:47:20.585Z | Downloaded wait-timeout v0.2.0 |
604 | 2024-12-20T22:47:20.585Z | Downloaded openssl-macros v0.1.1 |
605 | 2024-12-20T22:47:20.587Z | Downloaded defmt-parser v0.3.4 |
606 | 2024-12-20T22:47:20.591Z | Downloaded opaque-debug v0.3.1 |
607 | 2024-12-20T22:47:20.591Z | Downloaded cancel-safe-futures v0.1.5 |
608 | 2024-12-20T22:47:20.594Z | Downloaded embedded-io v0.6.1 |
609 | 2024-12-20T22:47:20.596Z | Downloaded embedded-io v0.4.0 |
610 | 2024-12-20T22:47:20.599Z | Downloaded cookie_store v0.21.0 |
611 | 2024-12-20T22:47:20.604Z | Downloaded defmt-macros v0.3.9 |
612 | 2024-12-20T22:47:20.607Z | Downloaded icu_properties v1.5.1 |
613 | 2024-12-20T22:47:20.609Z | Downloaded indicatif v0.17.9 |
614 | 2024-12-20T22:47:20.612Z | Downloaded pretty-hex v0.2.1 |
615 | 2024-12-20T22:47:20.618Z | Downloaded hyper-util v0.1.10 |
616 | 2024-12-20T22:47:20.621Z | Downloaded difflib v0.4.0 |
617 | 2024-12-20T22:47:20.621Z | Downloaded data-encoding v2.6.0 |
618 | 2024-12-20T22:47:20.624Z | Downloaded zerovec-derive v0.10.3 |
619 | 2024-12-20T22:47:20.624Z | Downloaded display-error-chain v0.2.2 |
620 | 2024-12-20T22:47:20.626Z | Downloaded dirs-sys-next v0.1.2 |
621 | 2024-12-20T22:47:20.626Z | Downloaded glob v0.3.1 |
622 | 2024-12-20T22:47:20.629Z | Downloaded fallible-iterator v0.2.0 |
623 | 2024-12-20T22:47:20.632Z | Downloaded slog-dtrace v0.3.0 |
624 | 2024-12-20T22:47:20.635Z | Downloaded strum v0.26.3 |
625 | 2024-12-20T22:47:20.635Z | Downloaded dirs-next v2.0.0 |
626 | 2024-12-20T22:47:20.635Z | Downloaded csv-core v0.1.11 |
627 | 2024-12-20T22:47:20.638Z | Downloaded secrecy v0.8.0 |
628 | 2024-12-20T22:47:20.640Z | Downloaded fragile v2.0.0 |
629 | 2024-12-20T22:47:20.643Z | Downloaded group v0.13.0 |
630 | 2024-12-20T22:47:20.646Z | Downloaded tokio-stream v0.1.16 |
631 | 2024-12-20T22:47:20.649Z | Downloaded zone_cfg_derive v0.3.0 |
632 | 2024-12-20T22:47:20.651Z | Downloaded vsss-rs v3.3.4 |
633 | 2024-12-20T22:47:20.654Z | Downloaded blake2 v0.10.6 |
634 | 2024-12-20T22:47:20.657Z | Downloaded tokio-rustls v0.26.0 |
635 | 2024-12-20T22:47:20.660Z | Downloaded const-oid v0.9.6 |
636 | 2024-12-20T22:47:20.662Z | Downloaded crc32fast v1.4.2 |
637 | 2024-12-20T22:47:20.665Z | Downloaded cookie v0.18.1 |
638 | 2024-12-20T22:47:20.668Z | Downloaded crossbeam-epoch v0.9.18 |
639 | 2024-12-20T22:47:20.681Z | Downloaded predicates-tree v1.0.11 |
640 | 2024-12-20T22:47:20.683Z | Downloaded progenitor-impl v0.8.0 |
641 | 2024-12-20T22:47:20.686Z | Downloaded normalize-line-endings v0.3.0 |
642 | 2024-12-20T22:47:20.691Z | Downloaded crc-any v2.5.0 |
643 | 2024-12-20T22:47:20.691Z | Downloaded clang-sys v1.8.1 |
644 | 2024-12-20T22:47:20.693Z | Downloaded rand_xorshift v0.3.0 |
645 | 2024-12-20T22:47:20.696Z | Downloaded shlex v1.3.0 |
646 | 2024-12-20T22:47:20.696Z | Downloaded rustc-hash v1.1.0 |
647 | 2024-12-20T22:47:20.699Z | Downloaded radium v0.7.0 |
648 | 2024-12-20T22:47:20.699Z | Downloaded parse-display-derive v0.10.0 |
649 | 2024-12-20T22:47:20.702Z | Downloaded structmeta-derive v0.2.0 |
650 | 2024-12-20T22:47:20.702Z | Downloaded mirai-annotations v1.12.0 |
651 | 2024-12-20T22:47:20.705Z | Downloaded tokio-macros v2.4.0 |
652 | 2024-12-20T22:47:20.705Z | Downloaded oso-derive v0.27.3 |
653 | 2024-12-20T22:47:20.708Z | Downloaded slog-stdlog v4.1.1 |
654 | 2024-12-20T22:47:20.708Z | Downloaded slog-scope v4.4.0 |
655 | 2024-12-20T22:47:20.710Z | Downloaded progenitor-client v0.8.0 |
656 | 2024-12-20T22:47:20.713Z | Downloaded untrusted v0.9.0 |
657 | 2024-12-20T22:47:20.715Z | Downloaded subprocess v0.2.9 |
658 | 2024-12-20T22:47:20.717Z | Downloaded tokio-rustls v0.25.0 |
659 | 2024-12-20T22:47:20.720Z | Downloaded which v4.4.2 |
660 | 2024-12-20T22:47:20.722Z | Downloaded vte v0.11.1 |
661 | 2024-12-20T22:47:20.724Z | Downloaded globset v0.4.15 |
662 | 2024-12-20T22:47:20.727Z | Downloaded chacha20poly1305 v0.10.1 |
663 | 2024-12-20T22:47:20.733Z | Downloaded utf16_iter v1.0.5 |
664 | 2024-12-20T22:47:20.736Z | Downloaded crossbeam-utils v0.8.20 |
665 | 2024-12-20T22:47:20.736Z | Downloaded heapless v0.8.0 |
666 | 2024-12-20T22:47:20.738Z | Downloaded ed25519 v2.2.3 |
667 | 2024-12-20T22:47:20.741Z | Downloaded postcard v1.0.10 |
668 | 2024-12-20T22:47:20.744Z | Downloaded qorb v0.2.1 |
669 | 2024-12-20T22:47:20.750Z | Downloaded deranged v0.3.11 |
670 | 2024-12-20T22:47:20.752Z | Downloaded signal-hook v0.3.17 |
671 | 2024-12-20T22:47:20.756Z | Downloaded tower-service v0.3.3 |
672 | 2024-12-20T22:47:20.758Z | Downloaded tinyvec_macros v0.1.1 |
673 | 2024-12-20T22:47:20.758Z | Downloaded ecdsa v0.16.9 |
674 | 2024-12-20T22:47:20.761Z | Downloaded fd-lock v4.0.2 |
675 | 2024-12-20T22:47:20.764Z | Downloaded r2d2 v0.8.10 |
676 | 2024-12-20T22:47:20.766Z | Downloaded tokio-native-tls v0.3.1 |
677 | 2024-12-20T22:47:20.768Z | Downloaded minimal-lexical v0.2.1 |
678 | 2024-12-20T22:47:20.775Z | Downloaded pin-utils v0.1.0 |
679 | 2024-12-20T22:47:20.777Z | Downloaded phf v0.11.2 |
680 | 2024-12-20T22:47:20.777Z | Downloaded float-cmp v0.9.0 |
681 | 2024-12-20T22:47:20.781Z | Downloaded smallvec v1.13.2 |
682 | 2024-12-20T22:47:20.787Z | Downloaded whoami v1.5.2 |
683 | 2024-12-20T22:47:20.790Z | Downloaded newline-converter v0.3.0 |
684 | 2024-12-20T22:47:20.792Z | Downloaded const_format v0.2.33 |
685 | 2024-12-20T22:47:20.800Z | Downloaded yasna v0.5.2 |
686 | 2024-12-20T22:47:20.803Z | Downloaded dhcproto-macros v0.1.0 |
687 | 2024-12-20T22:47:20.805Z | Downloaded prettyplease v0.2.25 |
688 | 2024-12-20T22:47:20.809Z | Downloaded serde_repr v0.1.19 |
689 | 2024-12-20T22:47:20.812Z | Downloaded der_derive v0.7.3 |
690 | 2024-12-20T22:47:20.815Z | Downloaded num-traits v0.2.19 |
691 | 2024-12-20T22:47:20.819Z | Downloaded tui-tree-widget v0.22.0 |
692 | 2024-12-20T22:47:20.822Z | Downloaded strum_macros v0.25.3 |
693 | 2024-12-20T22:47:20.826Z | Downloaded precomputed-hash v0.1.1 |
694 | 2024-12-20T22:47:20.826Z | Downloaded num-conv v0.1.0 |
695 | 2024-12-20T22:47:20.828Z | Downloaded typify-macro v0.2.0 |
696 | 2024-12-20T22:47:20.828Z | Downloaded signal-hook-tokio v0.3.1 |
697 | 2024-12-20T22:47:20.828Z | Downloaded signal-hook-registry v1.4.2 |
698 | 2024-12-20T22:47:20.830Z | Downloaded schemars_derive v0.8.21 |
699 | 2024-12-20T22:47:20.833Z | Downloaded tabwriter v1.4.0 |
700 | 2024-12-20T22:47:20.835Z | Downloaded synstructure v0.13.1 |
701 | 2024-12-20T22:47:20.835Z | Downloaded string_cache v0.8.7 |
702 | 2024-12-20T22:47:20.837Z | Downloaded test-strategy v0.3.1 |
703 | 2024-12-20T22:47:20.840Z | Downloaded nu-ansi-term v0.50.1 |
704 | 2024-12-20T22:47:20.843Z | Downloaded samael v0.0.17 |
705 | 2024-12-20T22:47:20.850Z | Downloaded write16 v1.0.0 |
706 | 2024-12-20T22:47:20.854Z | Downloaded time-core v0.1.2 |
707 | 2024-12-20T22:47:20.854Z | Downloaded diesel_table_macro_syntax v0.2.0 |
708 | 2024-12-20T22:47:20.856Z | Downloaded zeroize v1.8.1 |
709 | 2024-12-20T22:47:20.856Z | Downloaded xattr v1.3.1 |
710 | 2024-12-20T22:47:20.859Z | Downloaded downcast v0.11.0 |
711 | 2024-12-20T22:47:20.859Z | Downloaded num_enum_derive v0.5.11 |
712 | 2024-12-20T22:47:20.862Z | Downloaded num-integer v0.1.46 |
713 | 2024-12-20T22:47:20.864Z | Downloaded proc-macro-crate v1.3.1 |
714 | 2024-12-20T22:47:20.864Z | Downloaded pkcs1 v0.7.5 |
715 | 2024-12-20T22:47:20.866Z | Downloaded thread_local v1.1.8 |
716 | 2024-12-20T22:47:20.869Z | Downloaded predicates v3.1.2 |
717 | 2024-12-20T22:47:20.872Z | Downloaded rustls-pemfile v2.2.0 |
718 | 2024-12-20T22:47:20.874Z | Downloaded aes-gcm v0.10.3 |
719 | 2024-12-20T22:47:20.879Z | Downloaded strum_macros v0.26.4 |
720 | 2024-12-20T22:47:20.882Z | Downloaded ena v0.14.3 |
721 | 2024-12-20T22:47:20.882Z | Downloaded either v1.13.0 |
722 | 2024-12-20T22:47:20.884Z | Downloaded dyn-clone v1.0.17 |
723 | 2024-12-20T22:47:20.887Z | Downloaded derive_builder_macro v0.20.2 |
724 | 2024-12-20T22:47:20.887Z | Downloaded itertools v0.10.5 |
725 | 2024-12-20T22:47:20.892Z | Downloaded num-derive v0.4.2 |
726 | 2024-12-20T22:47:20.894Z | Downloaded crossbeam-channel v0.5.13 |
727 | 2024-12-20T22:47:20.898Z | Downloaded polyval v0.6.2 |
728 | 2024-12-20T22:47:20.901Z | Downloaded phf_generator v0.11.2 |
729 | 2024-12-20T22:47:20.903Z | Downloaded rustc_version v0.1.7 |
730 | 2024-12-20T22:47:20.903Z | Downloaded phf_codegen v0.11.2 |
731 | 2024-12-20T22:47:20.903Z | Downloaded num-iter v0.1.45 |
732 | 2024-12-20T22:47:20.906Z | Downloaded cc v1.1.30 |
733 | 2024-12-20T22:47:20.908Z | Downloaded bumpalo v3.16.0 |
734 | 2024-12-20T22:47:20.913Z | Downloaded static_assertions v1.1.0 |
735 | 2024-12-20T22:47:20.916Z | Downloaded spin v0.5.2 |
736 | 2024-12-20T22:47:20.916Z | Downloaded serde_urlencoded v0.7.1 |
737 | 2024-12-20T22:47:20.916Z | Downloaded stable_deref_trait v1.2.0 |
738 | 2024-12-20T22:47:20.918Z | Downloaded rustc_version v0.4.1 |
739 | 2024-12-20T22:47:20.918Z | Downloaded libxml v0.3.3 |
740 | 2024-12-20T22:47:20.925Z | Downloaded try-lock v0.2.5 |
741 | 2024-12-20T22:47:20.927Z | Downloaded serde_path_to_error v0.1.16 |
742 | 2024-12-20T22:47:20.930Z | Downloaded zone_cfg_derive v0.1.2 |
743 | 2024-12-20T22:47:20.930Z | Downloaded pkcs5 v0.7.1 |
744 | 2024-12-20T22:47:20.934Z | Downloaded unicode-bidi v0.3.17 |
745 | 2024-12-20T22:47:20.937Z | Downloaded diesel_derives v2.2.3 |
746 | 2024-12-20T22:47:20.942Z | Downloaded ron v0.7.1 |
747 | 2024-12-20T22:47:20.949Z | Downloaded unarray v0.1.4 |
748 | 2024-12-20T22:47:20.952Z | Downloaded primeorder v0.13.6 |
749 | 2024-12-20T22:47:20.952Z | Downloaded tinyvec v1.8.0 |
750 | 2024-12-20T22:47:20.955Z | Downloaded typify v0.2.0 |
751 | 2024-12-20T22:47:20.958Z | Downloaded itertools v0.12.1 |
752 | 2024-12-20T22:47:20.968Z | Downloaded packed_struct_codegen v0.10.1 |
753 | 2024-12-20T22:47:20.968Z | Downloaded nodrop v0.1.14 |
754 | 2024-12-20T22:47:20.972Z | Downloaded num-complex v0.4.6 |
755 | 2024-12-20T22:47:20.972Z | Downloaded predicates-core v1.0.8 |
756 | 2024-12-20T22:47:20.975Z | Downloaded paste v1.0.15 |
757 | 2024-12-20T22:47:20.975Z | Downloaded rand v0.8.5 |
758 | 2024-12-20T22:47:20.980Z | Downloaded resolv-conf v0.7.0 |
759 | 2024-12-20T22:47:20.982Z | Downloaded semver v0.1.20 |
760 | 2024-12-20T22:47:20.986Z | Downloaded packed_struct v0.10.1 |
761 | 2024-12-20T22:47:20.988Z | Downloaded zerofrom v0.1.4 |
762 | 2024-12-20T22:47:20.988Z | Downloaded num-rational v0.4.2 |
763 | 2024-12-20T22:47:20.991Z | Downloaded displaydoc v0.2.5 |
764 | 2024-12-20T22:47:20.993Z | Downloaded serde_derive_internals v0.29.1 |
765 | 2024-12-20T22:47:20.995Z | Downloaded des v0.8.1 |
766 | 2024-12-20T22:47:20.998Z | Downloaded slog-async v2.8.0 |
767 | 2024-12-20T22:47:21.000Z | Downloaded toolchain_find v0.4.0 |
768 | 2024-12-20T22:47:21.000Z | Downloaded time-macros v0.2.18 |
769 | 2024-12-20T22:47:21.003Z | Downloaded take_mut v0.2.2 |
770 | 2024-12-20T22:47:21.003Z | Downloaded thiserror-no-std v2.0.2 |
771 | 2024-12-20T22:47:21.006Z | Downloaded schemars v0.8.21 |
772 | 2024-12-20T22:47:21.020Z | Downloaded fxhash v0.2.1 |
773 | 2024-12-20T22:47:21.022Z | Downloaded itertools v0.13.0 |
774 | 2024-12-20T22:47:21.028Z | Downloaded dhcproto v0.12.0 |
775 | 2024-12-20T22:47:21.031Z | Downloaded futures-core v0.3.31 |
776 | 2024-12-20T22:47:21.033Z | Downloaded phf_shared v0.10.0 |
777 | 2024-12-20T22:47:21.036Z | Downloaded openssl-probe v0.1.5 |
778 | 2024-12-20T22:47:21.036Z | Downloaded multer v3.1.0 |
779 | 2024-12-20T22:47:21.039Z | Downloaded serde-big-array v0.5.1 |
780 | 2024-12-20T22:47:21.042Z | Downloaded derive_builder v0.20.2 |
781 | 2024-12-20T22:47:21.044Z | Downloaded password-hash v0.5.0 |
782 | 2024-12-20T22:47:21.047Z | Downloaded serde-hex v0.1.0 |
783 | 2024-12-20T22:47:21.049Z | Downloaded ref-cast v1.0.23 |
784 | 2024-12-20T22:47:21.051Z | Downloaded password-hash v0.4.2 |
785 | 2024-12-20T22:47:21.054Z | Downloaded derive_builder_core v0.20.2 |
786 | 2024-12-20T22:47:21.056Z | Downloaded parking_lot_core v0.8.6 |
787 | 2024-12-20T22:47:21.059Z | Downloaded number_prefix v0.4.0 |
788 | 2024-12-20T22:47:21.061Z | Downloaded signal-hook-mio v0.2.4 |
789 | 2024-12-20T22:47:21.061Z | Downloaded universal-hash v0.5.1 |
790 | 2024-12-20T22:47:21.062Z | Downloaded hash32 v0.2.1 |
791 | 2024-12-20T22:47:21.064Z | Downloaded foreign-types v0.3.2 |
792 | 2024-12-20T22:47:21.064Z | Downloaded ghash v0.5.1 |
793 | 2024-12-20T22:47:21.067Z | Downloaded quinn v0.11.5 |
794 | 2024-12-20T22:47:21.070Z | Downloaded zeroize_derive v1.4.2 |
795 | 2024-12-20T22:47:21.072Z | Downloaded zerofrom-derive v0.1.4 |
796 | 2024-12-20T22:47:21.072Z | Downloaded sct v0.7.1 |
797 | 2024-12-20T22:47:21.076Z | Downloaded foreign-types-macros v0.2.3 |
798 | 2024-12-20T22:47:21.079Z | Downloaded structmeta v0.3.0 |
799 | 2024-12-20T22:47:21.079Z | Downloaded sha1 v0.10.6 |
800 | 2024-12-20T22:47:21.081Z | Downloaded zerocopy-derive v0.8.10 |
801 | 2024-12-20T22:47:21.087Z | Downloaded path-slash v0.1.5 |
802 | 2024-12-20T22:47:21.090Z | Downloaded multimap v0.10.0 |
803 | 2024-12-20T22:47:21.090Z | Downloaded foreign-types v0.5.0 |
804 | 2024-12-20T22:47:21.090Z | Downloaded crossterm v0.28.1 |
805 | 2024-12-20T22:47:21.097Z | Downloaded tracing-attributes v0.1.27 |
806 | 2024-12-20T22:47:21.100Z | Downloaded elliptic-curve v0.13.8 |
807 | 2024-12-20T22:47:21.104Z | Downloaded termtree v0.4.1 |
808 | 2024-12-20T22:47:21.107Z | Downloaded percent-encoding v2.3.1 |
809 | 2024-12-20T22:47:21.107Z | Downloaded phf_shared v0.11.2 |
810 | 2024-12-20T22:47:21.109Z | Downloaded getrandom v0.2.15 |
811 | 2024-12-20T22:47:21.111Z | Downloaded shell-words v1.1.0 |
812 | 2024-12-20T22:47:21.113Z | Downloaded p256 v0.13.2 |
813 | 2024-12-20T22:47:21.116Z | Downloaded mio v1.0.2 |
814 | 2024-12-20T22:47:21.122Z | Downloaded tls_codec_derive v0.4.1 |
815 | 2024-12-20T22:47:21.125Z | Downloaded tungstenite v0.21.0 |
816 | 2024-12-20T22:47:21.128Z | Downloaded topological-sort v0.2.2 |
817 | 2024-12-20T22:47:21.131Z | Downloaded yoke-derive v0.7.4 |
818 | 2024-12-20T22:47:21.131Z | Downloaded peg-runtime v0.8.3 |
819 | 2024-12-20T22:47:21.133Z | Downloaded foldhash v0.1.3 |
820 | 2024-12-20T22:47:21.133Z | Downloaded float-ord v0.3.2 |
821 | 2024-12-20T22:47:21.136Z | Downloaded yoke v0.7.4 |
822 | 2024-12-20T22:47:21.138Z | Downloaded serde_with_macros v3.11.0 |
823 | 2024-12-20T22:47:21.141Z | Downloaded zopfli v0.8.1 |
824 | 2024-12-20T22:47:21.143Z | Downloaded hashlink v0.9.1 |
825 | 2024-12-20T22:47:21.145Z | Downloaded slog v2.7.0 |
826 | 2024-12-20T22:47:21.149Z | Downloaded miniz_oxide v0.8.0 |
827 | 2024-12-20T22:47:21.151Z | Downloaded tungstenite v0.24.0 |
828 | 2024-12-20T22:47:21.156Z | Downloaded hkdf v0.12.4 |
829 | 2024-12-20T22:47:21.159Z | Downloaded darling_core v0.20.10 |
830 | 2024-12-20T22:47:21.164Z | Downloaded flate2 v1.0.34 |
831 | 2024-12-20T22:47:21.170Z | Downloaded pem-rfc7468 v0.7.0 |
832 | 2024-12-20T22:47:21.173Z | Downloaded foreign-types-shared v0.1.1 |
833 | 2024-12-20T22:47:21.175Z | Downloaded newtype_derive v0.1.6 |
834 | 2024-12-20T22:47:21.175Z | Downloaded futures-macro v0.3.31 |
835 | 2024-12-20T22:47:21.178Z | Downloaded termios v0.3.3 |
836 | 2024-12-20T22:47:21.180Z | Downloaded spki v0.7.3 |
837 | 2024-12-20T22:47:21.181Z | Downloaded peg-macros v0.8.4 |
838 | 2024-12-20T22:47:21.183Z | Downloaded fallible-streaming-iterator v0.1.9 |
839 | 2024-12-20T22:47:21.186Z | Downloaded tls_codec v0.4.1 |
840 | 2024-12-20T22:47:21.188Z | Downloaded half v2.4.1 |
841 | 2024-12-20T22:47:21.190Z | Downloaded peg v0.8.4 |
842 | 2024-12-20T22:47:21.193Z | Downloaded num_threads v0.1.7 |
843 | 2024-12-20T22:47:21.195Z | Downloaded pbkdf2 v0.11.0 |
844 | 2024-12-20T22:47:21.198Z | Downloaded writeable v0.5.5 |
845 | 2024-12-20T22:47:21.200Z | Downloaded xz2 v0.1.7 |
846 | 2024-12-20T22:47:21.202Z | Downloaded siphasher v0.3.11 |
847 | 2024-12-20T22:47:21.204Z | Downloaded pem v3.0.4 |
848 | 2024-12-20T22:47:21.204Z | Downloaded tungstenite v0.23.0 |
849 | 2024-12-20T22:47:21.208Z | Downloaded funty v2.0.0 |
850 | 2024-12-20T22:47:21.210Z | Downloaded structmeta v0.2.0 |
851 | 2024-12-20T22:47:21.210Z | Downloaded strip-ansi-escapes v0.2.0 |
852 | 2024-12-20T22:47:21.213Z | Downloaded stringprep v0.1.5 |
853 | 2024-12-20T22:47:21.213Z | Downloaded tar v0.4.42 |
854 | 2024-12-20T22:47:21.216Z | Downloaded tokio-util v0.7.12 |
855 | 2024-12-20T22:47:21.223Z | Downloaded nibble_vec v0.1.0 |
856 | 2024-12-20T22:47:21.226Z | Downloaded newtype-uuid v1.1.3 |
857 | 2024-12-20T22:47:21.228Z | Downloaded postgres-protocol v0.6.7 |
858 | 2024-12-20T22:47:21.230Z | Downloaded rustc-demangle v0.1.24 |
859 | 2024-12-20T22:47:21.233Z | Downloaded aho-corasick v1.1.3 |
860 | 2024-12-20T22:47:21.237Z | Downloaded powerfmt v0.2.0 |
861 | 2024-12-20T22:47:21.240Z | Downloaded postgres-types v0.2.8 |
862 | 2024-12-20T22:47:21.242Z | Downloaded num-bigint-dig v0.8.4 |
863 | 2024-12-20T22:47:21.247Z | Downloaded unicode-xid v0.2.6 |
864 | 2024-12-20T22:47:21.250Z | Downloaded env_logger v0.10.2 |
865 | 2024-12-20T22:47:21.253Z | Downloaded toml v0.7.8 |
866 | 2024-12-20T22:47:21.255Z | Downloaded steno v0.4.1 |
867 | 2024-12-20T22:47:21.260Z | Downloaded russh-cryptovec v0.7.3 |
868 | 2024-12-20T22:47:21.263Z | Downloaded nanorand v0.7.0 |
869 | 2024-12-20T22:47:21.265Z | Downloaded quick-error v1.2.3 |
870 | 2024-12-20T22:47:21.265Z | Downloaded tap v1.0.1 |
871 | 2024-12-20T22:47:21.268Z | Downloaded hashbrown v0.13.2 |
872 | 2024-12-20T22:47:21.272Z | Downloaded der v0.7.9 |
873 | 2024-12-20T22:47:21.276Z | Downloaded num-bigint v0.4.6 |
874 | 2024-12-20T22:47:21.281Z | Downloaded utf8_iter v1.0.4 |
875 | 2024-12-20T22:47:21.283Z | Downloaded termcolor v1.4.1 |
876 | 2024-12-20T22:47:21.286Z | Downloaded fs_extra v1.3.0 |
877 | 2024-12-20T22:47:21.286Z | Downloaded rcgen v0.12.1 |
878 | 2024-12-20T22:47:21.288Z | Downloaded poly1305 v0.8.0 |
879 | 2024-12-20T22:47:21.291Z | Downloaded x509-cert v0.2.5 |
880 | 2024-12-20T22:47:21.296Z | Downloaded futures-sink v0.3.31 |
881 | 2024-12-20T22:47:21.299Z | Downloaded futures-io v0.3.31 |
882 | 2024-12-20T22:47:21.299Z | Downloaded headers v0.4.0 |
883 | 2024-12-20T22:47:21.303Z | Downloaded flume v0.11.1 |
884 | 2024-12-20T22:47:21.306Z | Downloaded progenitor-macro v0.8.0 |
885 | 2024-12-20T22:47:21.309Z | Downloaded rtoolbox v0.0.2 |
886 | 2024-12-20T22:47:21.309Z | Downloaded futures-task v0.3.31 |
887 | 2024-12-20T22:47:21.311Z | Downloaded zone v0.1.8 |
888 | 2024-12-20T22:47:21.311Z | Downloaded psl-types v2.0.11 |
889 | 2024-12-20T22:47:21.314Z | Downloaded rustfmt-wrapper v0.2.1 |
890 | 2024-12-20T22:47:21.316Z | Downloaded dsl_auto_type v0.1.2 |
891 | 2024-12-20T22:47:21.316Z | Downloaded vergen v8.3.2 |
892 | 2024-12-20T22:47:21.318Z | Downloaded hashbrown v0.12.3 |
893 | 2024-12-20T22:47:21.323Z | Downloaded ppv-lite86 v0.2.20 |
894 | 2024-12-20T22:47:21.326Z | Downloaded futures-util v0.3.31 |
895 | 2024-12-20T22:47:21.338Z | Downloaded olpc-cjson v0.1.4 |
896 | 2024-12-20T22:47:21.340Z | Downloaded pin-project v1.1.6 |
897 | 2024-12-20T22:47:21.352Z | Downloaded futures-channel v0.3.31 |
898 | 2024-12-20T22:47:21.355Z | Downloaded futures v0.3.31 |
899 | 2024-12-20T22:47:21.360Z | Downloaded progenitor v0.8.0 |
900 | 2024-12-20T22:47:21.362Z | Downloaded dropshot_endpoint v0.13.0 |
901 | 2024-12-20T22:47:21.365Z | Downloaded spin v0.9.8 |
902 | 2024-12-20T22:47:21.373Z | Downloaded lalrpop v0.19.12 |
903 | 2024-12-20T22:47:21.379Z | Downloaded omicron-zone-package v0.11.1 |
904 | 2024-12-20T22:47:21.382Z | Downloaded rayon-core v1.12.1 |
905 | 2024-12-20T22:47:21.385Z | Downloaded term v0.7.0 |
906 | 2024-12-20T22:47:21.389Z | Downloaded unicode-truncate v1.1.0 |
907 | 2024-12-20T22:47:21.391Z | Downloaded russh-keys v0.45.0 |
908 | 2024-12-20T22:47:21.394Z | Downloaded similar v2.6.0 |
909 | 2024-12-20T22:47:21.398Z | Downloaded h2 v0.4.6 |
910 | 2024-12-20T22:47:21.406Z | Downloaded zerocopy v0.6.6 |
911 | 2024-12-20T22:47:21.409Z | Downloaded uuid v1.11.0 |
912 | 2024-12-20T22:47:21.412Z | Downloaded zerovec v0.10.4 |
913 | 2024-12-20T22:47:21.421Z | Downloaded time v0.3.36 |
914 | 2024-12-20T22:47:21.427Z | Downloaded dropshot_endpoint v0.12.0 |
915 | 2024-12-20T22:47:21.430Z | Downloaded zip v2.1.3 |
916 | 2024-12-20T22:47:21.436Z | Downloaded serde_with v3.11.0 |
917 | 2024-12-20T22:47:21.445Z | Downloaded rustls-pki-types v1.10.0 |
918 | 2024-12-20T22:47:21.448Z | Downloaded idna v0.2.3 |
919 | 2024-12-20T22:47:21.457Z | Downloaded nom v7.1.3 |
920 | 2024-12-20T22:47:21.462Z | Downloaded ssh-key v0.6.6 |
921 | 2024-12-20T22:47:21.469Z | Downloaded unsafe-libyaml v0.2.11 |
922 | 2024-12-20T22:47:21.473Z | Downloaded hashbrown v0.14.5 |
923 | 2024-12-20T22:47:21.479Z | Downloaded idna v0.3.0 |
924 | 2024-12-20T22:47:21.486Z | Downloaded bindgen v0.69.5 |
925 | 2024-12-20T22:47:21.494Z | Downloaded petname v2.0.2 |
926 | 2024-12-20T22:47:21.500Z | Downloaded rusqlite v0.32.1 |
927 | 2024-12-20T22:47:21.507Z | Downloaded rayon v1.10.0 |
928 | 2024-12-20T22:47:21.517Z | Downloaded tracing v0.1.40 |
929 | 2024-12-20T22:47:21.522Z | Downloaded git2 v0.19.0 |
930 | 2024-12-20T22:47:21.532Z | Downloaded unicode_categories v0.1.1 |
931 | 2024-12-20T22:47:21.535Z | Downloaded chrono v0.4.38 |
932 | 2024-12-20T22:47:21.543Z | Downloaded idna v0.5.0 |
933 | 2024-12-20T22:47:21.551Z | Downloaded winnow v0.5.40 |
934 | 2024-12-20T22:47:21.561Z | Downloaded idna v0.4.0 |
935 | 2024-12-20T22:47:21.569Z | Downloaded quinn-proto v0.11.8 |
936 | 2024-12-20T22:47:21.577Z | Downloaded tough v0.19.0 |
937 | 2024-12-20T22:47:21.587Z | Downloaded openssl v0.10.66 |
938 | 2024-12-20T22:47:21.598Z | Downloaded p384 v0.13.0 |
939 | 2024-12-20T22:47:21.606Z | Downloaded russh v0.45.0 |
940 | 2024-12-20T22:47:21.614Z | Downloaded p521 v0.13.3 |
941 | 2024-12-20T22:47:21.618Z | Downloaded reedline v0.35.0 |
942 | 2024-12-20T22:47:21.627Z | Downloaded unicode-normalization v0.1.24 |
943 | 2024-12-20T22:47:21.632Z | Downloaded reqwest v0.12.9 |
944 | 2024-12-20T22:47:21.642Z | Downloaded regress v0.9.1 |
945 | 2024-12-20T22:47:21.652Z | Downloaded rustls-webpki v0.102.8 |
946 | 2024-12-20T22:47:21.674Z | Downloaded object v0.30.4 |
947 | 2024-12-20T22:47:21.683Z | Downloaded proptest v1.5.0 |
948 | 2024-12-20T22:47:21.693Z | Downloaded rustls v0.23.19 |
949 | 2024-12-20T22:47:21.705Z | Downloaded sqlparser v0.45.0 |
950 | 2024-12-20T22:47:21.712Z | Downloaded rustls-webpki v0.101.7 |
951 | 2024-12-20T22:47:21.728Z | Downloaded quick-xml v0.33.0 |
952 | 2024-12-20T22:47:21.735Z | Downloaded smoltcp v0.11.0 |
953 | 2024-12-20T22:47:21.749Z | Downloaded zerocopy v0.8.10 |
954 | 2024-12-20T22:47:21.776Z | Downloaded unicode-width v0.2.0 |
955 | 2024-12-20T22:47:21.783Z | Downloaded dropshot v0.12.0 |
956 | 2024-12-20T22:47:21.803Z | Downloaded dropshot v0.13.0 |
957 | 2024-12-20T22:47:21.825Z | Downloaded trust-dns-proto v0.22.0 |
958 | 2024-12-20T22:47:21.837Z | Downloaded regex-syntax v0.6.29 |
959 | 2024-12-20T22:47:21.844Z | Downloaded rustls v0.22.4 |
960 | 2024-12-20T22:47:21.859Z | Downloaded regress v0.10.1 |
961 | 2024-12-20T22:47:21.868Z | Downloaded rustls v0.21.12 |
962 | 2024-12-20T22:47:21.880Z | Downloaded nix v0.29.0 |
963 | 2024-12-20T22:47:21.893Z | Downloaded regex-syntax v0.8.5 |
964 | 2024-12-20T22:47:21.902Z | Downloaded ratatui v0.28.1 |
965 | 2024-12-20T22:47:21.924Z | Downloaded object v0.36.5 |
966 | 2024-12-20T22:47:21.935Z | Downloaded typify-impl v0.2.0 |
967 | 2024-12-20T22:47:21.951Z | Downloaded chrono-tz v0.10.0 |
968 | 2024-12-20T22:47:21.959Z | Downloaded bstr v1.10.0 |
969 | 2024-12-20T22:47:21.971Z | Downloaded diesel v2.2.6 |
970 | 2024-12-20T22:47:21.991Z | Downloaded regex v1.11.1 |
971 | 2024-12-20T22:47:22.004Z | Downloaded polar-core v0.27.3 |
972 | 2024-12-20T22:47:22.014Z | Downloaded openapiv3 v2.0.0 |
973 | 2024-12-20T22:47:22.027Z | Downloaded sled v0.34.7 |
974 | 2024-12-20T22:47:22.039Z | Downloaded vcpkg v0.2.15 |
975 | 2024-12-20T22:47:22.078Z | Downloaded zerocopy-derive v0.6.6 |
976 | 2024-12-20T22:47:22.090Z | Downloaded webpki-roots v0.26.6 |
977 | 2024-12-20T22:47:22.092Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
978 | 2024-12-20T22:47:22.105Z | Downloaded nix v0.27.1 |
979 | 2024-12-20T22:47:22.117Z | Downloaded gimli v0.31.1 |
980 | 2024-12-20T22:47:22.125Z | Downloaded smoltcp v0.9.1 |
981 | 2024-12-20T22:47:22.137Z | Downloaded regex-automata v0.4.8 |
982 | 2024-12-20T22:47:22.156Z | Downloaded lzma-sys v0.1.20 |
983 | 2024-12-20T22:47:22.187Z | Downloaded tokio v1.40.0 |
984 | 2024-12-20T22:47:22.222Z | Downloaded petgraph v0.6.5 |
985 | 2024-12-20T22:47:22.240Z | Downloaded libz-sys v1.1.20 |
986 | 2024-12-20T22:47:22.261Z | Downloaded nix v0.28.0 |
987 | 2024-12-20T22:47:22.273Z | Downloaded hickory-proto v0.24.1 |
988 | 2024-12-20T22:47:22.289Z | Downloaded curve25519-dalek v4.1.3 |
989 | 2024-12-20T22:47:22.297Z | Downloaded csv v1.3.0 |
990 | 2024-12-20T22:47:22.317Z | Downloaded radix_trie v0.2.1 |
991 | 2024-12-20T22:47:22.323Z | Downloaded bitvec v1.0.1 |
992 | 2024-12-20T22:47:22.337Z | Downloaded sha3 v0.10.8 |
993 | 2024-12-20T22:47:22.341Z | Downloaded salty v0.3.0 |
994 | 2024-12-20T22:47:22.349Z | Downloaded portable-atomic v1.9.0 |
995 | 2024-12-20T22:47:22.355Z | Downloaded icu_properties_data v1.5.0 |
996 | 2024-12-20T22:47:22.367Z | Downloaded toml_edit v0.19.15 |
997 | 2024-12-20T22:47:22.383Z | Downloaded futures-executor v0.3.31 |
998 | 2024-12-20T22:47:22.385Z | Downloaded untrusted v0.7.1 |
999 | 2024-12-20T22:47:22.385Z | Downloaded snafu-derive v0.8.5 |
1000 | 2024-12-20T22:47:22.388Z | Downloaded native-tls v0.2.12 |
1001 | 2024-12-20T22:47:22.388Z | Downloaded parse-zoneinfo v0.3.1 |
1002 | 2024-12-20T22:47:22.391Z | Downloaded blake3 v1.5.4 |
1003 | 2024-12-20T22:47:22.398Z | Downloaded pkcs8 v0.10.2 |
1004 | 2024-12-20T22:47:22.400Z | Downloaded fatfs v0.3.6 |
1005 | 2024-12-20T22:47:22.403Z | Downloaded rustyline v14.0.0 |
1006 | 2024-12-20T22:47:22.409Z | Downloaded rustls-pemfile v1.0.4 |
1007 | 2024-12-20T22:47:22.412Z | Downloaded pbkdf2 v0.12.2 |
1008 | 2024-12-20T22:47:22.414Z | Downloaded dunce v1.0.5 |
1009 | 2024-12-20T22:47:22.414Z | Downloaded sqlformat v0.2.6 |
1010 | 2024-12-20T22:47:22.418Z | Downloaded tracing-core v0.1.32 |
1011 | 2024-12-20T22:47:22.420Z | Downloaded typed-path v0.9.3 |
1012 | 2024-12-20T22:47:22.424Z | Downloaded wyz v0.5.1 |
1013 | 2024-12-20T22:47:22.426Z | Downloaded signature v2.2.0 |
1014 | 2024-12-20T22:47:22.426Z | Downloaded hash32 v0.3.1 |
1015 | 2024-12-20T22:47:22.428Z | Downloaded parking_lot v0.12.3 |
1016 | 2024-12-20T22:47:22.430Z | Downloaded parking_lot v0.11.2 |
1017 | 2024-12-20T22:47:22.432Z | Downloaded diff v0.1.13 |
1018 | 2024-12-20T22:47:22.435Z | Downloaded derive_more v0.99.18 |
1019 | 2024-12-20T22:47:22.441Z | Downloaded rusty-fork v0.3.0 |
1020 | 2024-12-20T22:47:22.443Z | Downloaded derive-where v1.2.7 |
1021 | 2024-12-20T22:47:22.446Z | Downloaded snafu v0.8.5 |
1022 | 2024-12-20T22:47:22.453Z | Downloaded unicode-segmentation v1.12.0 |
1023 | 2024-12-20T22:47:22.458Z | Downloaded aws-lc-rs v1.10.0 |
1024 | 2024-12-20T22:47:22.465Z | Downloaded pkg-config v0.3.31 |
1025 | 2024-12-20T22:47:22.467Z | Downloaded gethostname v0.5.0 |
1026 | 2024-12-20T22:47:22.470Z | Downloaded encoding_rs v0.8.34 |
1027 | 2024-12-20T22:47:22.489Z | Downloaded expectorate v1.1.0 |
1028 | 2024-12-20T22:47:22.491Z | Downloaded zone v0.3.0 |
1029 | 2024-12-20T22:47:22.495Z | Downloaded ron v0.8.1 |
1030 | 2024-12-20T22:47:22.498Z | Downloaded hyper v1.5.0 |
1031 | 2024-12-20T22:47:22.504Z | Downloaded thiserror-impl-no-std v2.0.2 |
1032 | 2024-12-20T22:47:22.506Z | Downloaded twox-hash v1.6.3 |
1033 | 2024-12-20T22:47:22.508Z | Downloaded ed25519-dalek v2.1.1 |
1034 | 2024-12-20T22:47:22.510Z | Downloaded smf v0.2.3 |
1035 | 2024-12-20T22:47:22.512Z | Downloaded sec1 v0.7.3 |
1036 | 2024-12-20T22:47:22.515Z | Downloaded oso v0.27.3 |
1037 | 2024-12-20T22:47:22.517Z | Downloaded openssl-sys v0.9.103 |
1038 | 2024-12-20T22:47:22.521Z | Downloaded libm v0.2.8 |
1039 | 2024-12-20T22:47:22.529Z | Downloaded idna v1.0.3 |
1040 | 2024-12-20T22:47:22.540Z | Downloaded publicsuffix v2.2.3 |
1041 | 2024-12-20T22:47:22.543Z | Downloaded scrypt v0.11.0 |
1042 | 2024-12-20T22:47:22.543Z | Downloaded value-bag v1.9.0 |
1043 | 2024-12-20T22:47:22.543Z | Downloaded uzers v0.12.1 |
1044 | 2024-12-20T22:47:22.544Z | Downloaded env_filter v0.1.2 |
1045 | 2024-12-20T22:47:22.547Z | Downloaded enum-as-inner v0.6.1 |
1046 | 2024-12-20T22:47:22.547Z | Downloaded enum-as-inner v0.5.1 |
1047 | 2024-12-20T22:47:22.547Z | Downloaded owo-colors v4.1.0 |
1048 | 2024-12-20T22:47:22.550Z | Downloaded mockall v0.13.0 |
1049 | 2024-12-20T22:47:22.552Z | Downloaded url v2.5.3 |
1050 | 2024-12-20T22:47:22.554Z | Downloaded tokio-postgres v0.7.12 |
1051 | 2024-12-20T22:47:22.558Z | Downloaded zip v0.6.6 |
1052 | 2024-12-20T22:47:22.562Z | Downloaded hickory-server v0.24.1 |
1053 | 2024-12-20T22:47:22.568Z | Downloaded rsa v0.9.6 |
1054 | 2024-12-20T22:47:22.573Z | Downloaded crypto-bigint v0.5.5 |
1055 | 2024-12-20T22:47:22.580Z | Downloaded compact_str v0.8.0 |
1056 | 2024-12-20T22:47:22.583Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1057 | 2024-12-20T22:47:22.646Z | Downloaded endian-type v0.1.2 |
1058 | 2024-12-20T22:47:22.651Z | Downloaded darling_macro v0.20.10 |
1059 | 2024-12-20T22:47:22.651Z | Downloaded num v0.4.3 |
1060 | 2024-12-20T22:47:22.651Z | Downloaded tokio-tungstenite v0.24.0 |
1061 | 2024-12-20T22:47:22.651Z | Downloaded thiserror v2.0.3 |
1062 | 2024-12-20T22:47:22.658Z | Downloaded num_enum v0.5.11 |
1063 | 2024-12-20T22:47:22.661Z | Downloaded mockall_derive v0.13.0 |
1064 | 2024-12-20T22:47:22.661Z | Downloaded bytes v1.8.0 |
1065 | 2024-12-20T22:47:22.661Z | Downloaded parking_lot_core v0.9.10 |
1066 | 2024-12-20T22:47:22.664Z | Downloaded slog-term v2.9.1 |
1067 | 2024-12-20T22:47:22.667Z | Downloaded flagset v0.4.6 |
1068 | 2024-12-20T22:47:22.667Z | Downloaded fixedbitset v0.4.2 |
1069 | 2024-12-20T22:47:22.669Z | Downloaded filetime v0.2.25 |
1070 | 2024-12-20T22:47:22.672Z | Downloaded ff v0.13.0 |
1071 | 2024-12-20T22:47:22.672Z | Downloaded tokio-tungstenite v0.23.1 |
1072 | 2024-12-20T22:47:22.676Z | Downloaded strum_macros v0.24.3 |
1073 | 2024-12-20T22:47:22.678Z | Downloaded rand_seeder v0.3.0 |
1074 | 2024-12-20T22:47:22.678Z | Downloaded serde_yaml v0.9.34+deprecated |
1075 | 2024-12-20T22:47:22.680Z | Downloaded base64 v0.21.7 |
1076 | 2024-12-20T22:47:22.685Z | Downloaded backtrace v0.3.74 |
1077 | 2024-12-20T22:47:22.692Z | Downloaded icu_collections v1.5.0 |
1078 | 2024-12-20T22:47:22.698Z | Downloaded http v1.1.0 |
1079 | 2024-12-20T22:47:22.701Z | Downloaded base64 v0.22.1 |
1080 | 2024-12-20T22:47:22.705Z | Downloaded diesel-dtrace v0.4.2 |
1081 | 2024-12-20T22:47:22.708Z | Downloaded pin-project-lite v0.2.14 |
1082 | 2024-12-20T22:47:22.711Z | Downloaded pin-project-internal v1.1.6 |
1083 | 2024-12-20T22:47:22.713Z | Downloaded defmt v0.3.8 |
1084 | 2024-12-20T22:47:22.716Z | Downloaded unicode-properties v0.1.3 |
1085 | 2024-12-20T22:47:22.718Z | Downloaded socket2 v0.5.7 |
1086 | 2024-12-20T22:47:22.721Z | Downloaded unicase v2.7.0 |
1087 | 2024-12-20T22:47:22.723Z | Downloaded thiserror-impl v2.0.3 |
1088 | 2024-12-20T22:47:22.723Z | Downloaded smallvec v0.6.14 |
1089 | 2024-12-20T22:47:22.725Z | Downloaded simd-adler32 v0.3.7 |
1090 | 2024-12-20T22:47:22.728Z | Downloaded scheduled-thread-pool v0.2.7 |
1091 | 2024-12-20T22:47:22.732Z | Downloaded hickory-resolver v0.24.1 |
1092 | 2024-12-20T22:47:22.735Z | Downloaded slog-bunyan v2.5.0 |
1093 | 2024-12-20T22:47:22.736Z | Downloaded same-file v1.0.6 |
1094 | 2024-12-20T22:47:22.736Z | Downloaded salsa20 v0.10.2 |
1095 | 2024-12-20T22:47:22.738Z | Downloaded rand_core v0.6.4 |
1096 | 2024-12-20T22:47:22.740Z | Downloaded fallible-iterator v0.3.0 |
1097 | 2024-12-20T22:47:22.740Z | Downloaded env_logger v0.11.5 |
1098 | 2024-12-20T22:47:22.743Z | Downloaded parse-display v0.10.0 |
1099 | 2024-12-20T22:47:22.747Z | Downloaded walkdir v2.5.0 |
1100 | 2024-12-20T22:47:22.747Z | Downloaded tokio-rustls v0.24.1 |
1101 | 2024-12-20T22:47:22.749Z | Downloaded supports-color v3.0.1 |
1102 | 2024-12-20T22:47:22.749Z | Downloaded form_urlencoded v1.2.1 |
1103 | 2024-12-20T22:47:22.752Z | Downloaded const_format_proc_macros v0.2.33 |
1104 | 2024-12-20T22:47:22.752Z | Downloaded console v0.15.8 |
1105 | 2024-12-20T22:47:22.754Z | Downloaded ciborium v0.2.2 |
1106 | 2024-12-20T22:47:22.757Z | Downloaded bzip2 v0.4.4 |
1107 | 2024-12-20T22:47:22.760Z | Downloaded debug-ignore v1.0.5 |
1108 | 2024-12-20T22:47:22.763Z | Downloaded tokio-tungstenite v0.21.0 |
1109 | 2024-12-20T22:47:22.763Z | Downloaded tiny-keccak v2.0.2 |
1110 | 2024-12-20T22:47:22.766Z | Downloaded subtle v2.6.1 |
1111 | 2024-12-20T22:47:22.769Z | Downloaded ssh-encoding v0.2.0 |
1112 | 2024-12-20T22:47:22.769Z | Downloaded slog-json v2.6.1 |
1113 | 2024-12-20T22:47:22.771Z | Downloaded icu_normalizer v1.5.0 |
1114 | 2024-12-20T22:47:22.773Z | Downloaded maplit v1.0.2 |
1115 | 2024-12-20T22:47:22.776Z | Downloaded curve25519-dalek-derive v0.1.1 |
1116 | 2024-12-20T22:47:22.776Z | Downloaded highway v1.2.0 |
1117 | 2024-12-20T22:47:22.778Z | Downloaded crc-catalog v2.4.0 |
1118 | 2024-12-20T22:47:22.782Z | Downloaded crc v3.2.1 |
1119 | 2024-12-20T22:47:22.782Z | Downloaded bit-vec v0.6.3 |
1120 | 2024-12-20T22:47:22.784Z | Downloaded memmap2 v0.9.5 |
1121 | 2024-12-20T22:47:22.786Z | Downloaded convert_case v0.4.0 |
1122 | 2024-12-20T22:47:22.786Z | Downloaded colored v2.1.0 |
1123 | 2024-12-20T22:47:22.788Z | Downloaded rpassword v7.3.1 |
1124 | 2024-12-20T22:47:22.791Z | Downloaded rfc6979 v0.4.0 |
1125 | 2024-12-20T22:47:22.791Z | Downloaded cmake v0.1.51 |
1126 | 2024-12-20T22:47:22.791Z | Downloaded cipher v0.4.4 |
1127 | 2024-12-20T22:47:22.794Z | Downloaded chrono-tz-build v0.4.0 |
1128 | 2024-12-20T22:47:22.794Z | Downloaded ciborium-ll v0.2.2 |
1129 | 2024-12-20T22:47:22.796Z | Downloaded cexpr v0.6.0 |
1130 | 2024-12-20T22:47:22.798Z | Downloaded icu_locid v1.5.0 |
1131 | 2024-12-20T22:47:22.801Z | Downloaded cbc v0.1.2 |
1132 | 2024-12-20T22:47:22.806Z | Downloaded castaway v0.2.3 |
1133 | 2024-12-20T22:47:22.806Z | Downloaded block-padding v0.3.3 |
1134 | 2024-12-20T22:47:22.808Z | Downloaded bitflags v1.3.2 |
1135 | 2024-12-20T22:47:22.808Z | Downloaded ref-cast-impl v1.0.23 |
1136 | 2024-12-20T22:47:22.811Z | Downloaded ipnet v2.10.1 |
1137 | 2024-12-20T22:47:22.811Z | Downloaded hyper-rustls v0.27.3 |
1138 | 2024-12-20T22:47:22.815Z | Downloaded httparse v1.9.5 |
1139 | 2024-12-20T22:47:22.818Z | Downloaded kstat-rs v0.2.4 |
1140 | 2024-12-20T22:47:22.818Z | Downloaded ahash v0.8.11 |
1141 | 2024-12-20T22:47:22.822Z | Downloaded libsw v3.3.1 |
1142 | 2024-12-20T22:47:22.822Z | Downloaded is-terminal v0.4.13 |
1143 | 2024-12-20T22:47:22.824Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-12-20T22:47:22.824Z | Downloaded arc-swap v1.7.1 |
1145 | 2024-12-20T22:47:22.827Z | Downloaded lalrpop-util v0.19.12 |
1146 | 2024-12-20T22:47:22.830Z | Downloaded indoc v1.0.9 |
1147 | 2024-12-20T22:47:22.832Z | Downloaded base16ct v0.2.0 |
1148 | 2024-12-20T22:47:22.835Z | Downloaded backoff v0.4.0 |
1149 | 2024-12-20T22:47:22.835Z | Downloaded atomic-waker v1.1.2 |
1150 | 2024-12-20T22:47:22.837Z | Downloaded async-trait v0.1.83 |
1151 | 2024-12-20T22:47:22.839Z | Downloaded inout v0.1.3 |
1152 | 2024-12-20T22:47:22.841Z | Downloaded assert_matches v1.5.0 |
1153 | 2024-12-20T22:47:22.843Z | Downloaded ascii-canvas v3.0.0 |
1154 | 2024-12-20T22:47:22.843Z | Downloaded linked-hash-map v0.5.6 |
1155 | 2024-12-20T22:47:22.847Z | Downloaded home v0.5.9 |
1156 | 2024-12-20T22:47:22.847Z | Downloaded array-init v0.0.4 |
1157 | 2024-12-20T22:47:22.847Z | Downloaded hostname v0.3.1 |
1158 | 2024-12-20T22:47:22.849Z | Downloaded arrayref v0.3.9 |
1159 | 2024-12-20T22:47:22.849Z | Downloaded hostname v0.4.0 |
1160 | 2024-12-20T22:47:22.999Z | Downloaded ring v0.17.8 |
1161 | 2024-12-20T22:47:23.176Z | Downloaded libsqlite3-sys v0.30.1 |
1162 | 2024-12-20T22:47:23.255Z | Downloaded ring v0.16.20 |
1163 | 2024-12-20T22:47:23.470Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-20T22:47:23.771Z | Compiling serde v1.0.215 |
1165 | 2024-12-20T22:47:23.774Z | Compiling lock_api v0.4.12 |
1166 | 2024-12-20T22:47:23.774Z | Compiling scopeguard v1.2.0 |
1167 | 2024-12-20T22:47:23.774Z | Compiling value-bag v1.9.0 |
1168 | 2024-12-20T22:47:23.774Z | Compiling typenum v1.17.0 |
1169 | 2024-12-20T22:47:23.774Z | Compiling generic-array v0.14.7 |
1170 | 2024-12-20T22:47:23.977Z | Compiling syn v2.0.87 |
1171 | 2024-12-20T22:47:23.995Z | Compiling getrandom v0.2.15 |
1172 | 2024-12-20T22:47:24.120Z | Compiling subtle v2.6.1 |
1173 | 2024-12-20T22:47:24.261Z | Compiling rand_core v0.6.4 |
1174 | 2024-12-20T22:47:24.403Z | Compiling log v0.4.22 |
1175 | 2024-12-20T22:47:24.476Z | Compiling shlex v1.3.0 |
1176 | 2024-12-20T22:47:24.496Z | Compiling jobserver v0.1.32 |
1177 | 2024-12-20T22:47:24.522Z | Compiling const-oid v0.9.6 |
1178 | 2024-12-20T22:47:24.790Z | Compiling smallvec v1.13.2 |
1179 | 2024-12-20T22:47:24.819Z | Compiling spin v0.9.8 |
1180 | 2024-12-20T22:47:24.879Z | Compiling cc v1.1.30 |
1181 | 2024-12-20T22:47:25.188Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-20T22:47:25.208Z | Compiling rustix v0.38.37 |
1183 | 2024-12-20T22:47:25.291Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-20T22:47:25.326Z | Compiling futures-core v0.3.31 |
1185 | 2024-12-20T22:47:25.438Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-12-20T22:47:25.556Z | Compiling mio v1.0.2 |
1187 | 2024-12-20T22:47:26.260Z | Compiling parking_lot v0.12.3 |
1188 | 2024-12-20T22:47:26.333Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-12-20T22:47:26.521Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-12-20T22:47:26.569Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-12-20T22:47:26.630Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-20T22:47:26.767Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2024-12-20T22:47:26.868Z | Compiling glob v0.3.1 |
1194 | 2024-12-20T22:47:26.888Z | Compiling either v1.13.0 |
1195 | 2024-12-20T22:47:26.931Z | Compiling futures-sink v0.3.31 |
1196 | 2024-12-20T22:47:27.095Z | Compiling socket2 v0.5.7 |
1197 | 2024-12-20T22:47:27.249Z | Compiling slab v0.4.9 |
1198 | 2024-12-20T22:47:27.317Z | Compiling prettyplease v0.2.25 |
1199 | 2024-12-20T22:47:27.679Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-12-20T22:47:27.704Z | Compiling serde_json v1.0.133 |
1201 | 2024-12-20T22:47:27.922Z | Compiling clang-sys v1.8.1 |
1202 | 2024-12-20T22:47:28.135Z | Compiling nom v7.1.3 |
1203 | 2024-12-20T22:47:28.237Z | Compiling libloading v0.8.5 |
1204 | 2024-12-20T22:47:28.364Z | Compiling bindgen v0.69.5 |
1205 | 2024-12-20T22:47:28.676Z | Compiling home v0.5.9 |
1206 | 2024-12-20T22:47:28.950Z | Compiling itertools v0.10.5 |
1207 | 2024-12-20T22:47:29.211Z | Compiling futures-channel v0.3.31 |
1208 | 2024-12-20T22:47:29.546Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-12-20T22:47:29.632Z | Compiling pin-utils v0.1.0 |
1210 | 2024-12-20T22:47:29.738Z | Compiling libm v0.2.8 |
1211 | 2024-12-20T22:47:30.077Z | Compiling futures-task v0.3.31 |
1212 | 2024-12-20T22:47:30.395Z | Compiling regex-automata v0.4.8 |
1213 | 2024-12-20T22:47:30.423Z | Compiling futures-io v0.3.31 |
1214 | 2024-12-20T22:47:30.752Z | Compiling rustc-hash v1.1.0 |
1215 | 2024-12-20T22:47:30.949Z | Compiling lazycell v1.3.0 |
1216 | 2024-12-20T22:47:31.116Z | Compiling foldhash v0.1.3 |
1217 | 2024-12-20T22:47:31.438Z | Compiling hashbrown v0.15.1 |
1218 | 2024-12-20T22:47:31.864Z | Compiling synstructure v0.13.1 |
1219 | 2024-12-20T22:47:32.176Z | Compiling cexpr v0.6.0 |
1220 | 2024-12-20T22:47:32.852Z | Compiling cmake v0.1.51 |
1221 | 2024-12-20T22:47:33.576Z | Compiling num-traits v0.2.19 |
1222 | 2024-12-20T22:47:33.612Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-20T22:47:33.849Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-20T22:47:33.921Z | Compiling pkg-config v0.3.31 |
1225 | 2024-12-20T22:47:33.947Z | Compiling dunce v1.0.5 |
1226 | 2024-12-20T22:47:33.996Z | Compiling tinyvec v1.8.0 |
1227 | 2024-12-20T22:47:34.298Z | Compiling ring v0.17.8 |
1228 | 2024-12-20T22:47:35.452Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-12-20T22:47:35.504Z | Compiling litemap v0.7.3 |
1230 | 2024-12-20T22:47:35.506Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-20T22:47:35.572Z | Compiling unicode-bidi v0.3.17 |
1232 | 2024-12-20T22:47:35.913Z | Compiling writeable v0.5.5 |
1233 | 2024-12-20T22:47:36.134Z | Compiling regex v1.11.1 |
1234 | 2024-12-20T22:47:36.518Z | Compiling paste v1.0.15 |
1235 | 2024-12-20T22:47:36.618Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-20T22:47:37.108Z | Compiling httparse v1.9.5 |
1237 | 2024-12-20T22:47:37.244Z | Compiling flagset v0.4.6 |
1238 | 2024-12-20T22:47:37.265Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-20T22:47:37.444Z | Compiling tracing-core v0.1.32 |
1240 | 2024-12-20T22:47:37.682Z | Compiling rustls-pki-types v1.10.0 |
1241 | 2024-12-20T22:47:37.932Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-12-20T22:47:38.280Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-20T22:47:38.402Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2024-12-20T22:47:38.737Z | Compiling icu_properties_data v1.5.0 |
1245 | 2024-12-20T22:47:38.819Z | Compiling untrusted v0.7.1 |
1246 | 2024-12-20T22:47:38.880Z | Compiling mirai-annotations v1.12.0 |
1247 | 2024-12-20T22:47:38.969Z | Compiling untrusted v0.9.0 |
1248 | 2024-12-20T22:47:38.990Z | Compiling powerfmt v0.2.0 |
1249 | 2024-12-20T22:47:39.030Z | Compiling serde_derive v1.0.215 |
1250 | 2024-12-20T22:47:39.055Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-12-20T22:47:39.158Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-12-20T22:47:39.200Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-12-20T22:47:39.368Z | Compiling zerofrom-derive v0.1.4 |
1254 | 2024-12-20T22:47:40.635Z | Compiling zeroize v1.8.1 |
1255 | 2024-12-20T22:47:40.796Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-12-20T22:47:40.862Z | Compiling yoke-derive v0.7.4 |
1257 | 2024-12-20T22:47:41.440Z | Compiling zerocopy v0.7.35 |
1258 | 2024-12-20T22:47:42.514Z | Compiling crypto-common v0.1.6 |
1259 | 2024-12-20T22:47:42.761Z | Compiling block-buffer v0.10.4 |
1260 | 2024-12-20T22:47:43.040Z | Compiling digest v0.10.7 |
1261 | 2024-12-20T22:47:43.059Z | Compiling futures-macro v0.3.31 |
1262 | 2024-12-20T22:47:43.283Z | Compiling zerovec-derive v0.10.3 |
1263 | 2024-12-20T22:47:43.507Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-20T22:47:43.526Z | Compiling hmac v0.12.1 |
1265 | 2024-12-20T22:47:43.739Z | Compiling block-padding v0.3.3 |
1266 | 2024-12-20T22:47:43.759Z | Compiling displaydoc v0.2.5 |
1267 | 2024-12-20T22:47:43.966Z | Compiling yoke v0.7.4 |
1268 | 2024-12-20T22:47:43.987Z | Compiling inout v0.1.3 |
1269 | 2024-12-20T22:47:44.228Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-20T22:47:44.259Z | Compiling cipher v0.4.4 |
1271 | 2024-12-20T22:47:44.327Z | Compiling sha2 v0.10.8 |
1272 | 2024-12-20T22:47:44.360Z | Compiling ppv-lite86 v0.2.20 |
1273 | 2024-12-20T22:47:44.797Z | Compiling icu_provider_macros v1.5.0 |
1274 | 2024-12-20T22:47:44.993Z | Compiling futures-util v0.3.31 |
1275 | 2024-12-20T22:47:45.183Z | Compiling der_derive v0.7.3 |
1276 | 2024-12-20T22:47:45.408Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-12-20T22:47:45.921Z | Compiling tracing-attributes v0.1.27 |
1278 | 2024-12-20T22:47:46.038Z | Compiling zerovec v0.10.4 |
1279 | 2024-12-20T22:47:47.116Z | Compiling rand v0.8.5 |
1280 | 2024-12-20T22:47:47.652Z | Compiling der v0.7.9 |
1281 | 2024-12-20T22:47:47.696Z | Compiling salsa20 v0.10.2 |
1282 | 2024-12-20T22:47:47.801Z | Compiling pest v2.7.14 |
1283 | 2024-12-20T22:47:47.921Z | Compiling tinystr v0.7.6 |
1284 | 2024-12-20T22:47:48.287Z | Compiling icu_collections v1.5.0 |
1285 | 2024-12-20T22:47:48.380Z | Compiling icu_locid v1.5.0 |
1286 | 2024-12-20T22:47:49.324Z | Compiling pbkdf2 v0.12.2 |
1287 | 2024-12-20T22:47:49.501Z | Compiling time-core v0.1.2 |
1288 | 2024-12-20T22:47:49.678Z | Compiling icu_provider v1.5.0 |
1289 | 2024-12-20T22:47:49.745Z | Compiling tracing v0.1.40 |
1290 | 2024-12-20T22:47:49.789Z | Compiling spki v0.7.3 |
1291 | 2024-12-20T22:47:50.199Z | Compiling num-conv v0.1.0 |
1292 | 2024-12-20T22:47:50.751Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-20T22:47:50.794Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-20T22:47:50.800Z | Compiling time-macros v0.2.18 |
1295 | 2024-12-20T22:47:50.877Z | Compiling pest_meta v2.7.14 |
1296 | 2024-12-20T22:47:50.899Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-20T22:47:51.203Z | Compiling cbc v0.1.2 |
1298 | 2024-12-20T22:47:51.467Z | Compiling aes v0.8.4 |
1299 | 2024-12-20T22:47:51.499Z | Compiling deranged v0.3.11 |
1300 | 2024-12-20T22:47:52.546Z | Compiling openssl-sys v0.9.103 |
1301 | 2024-12-20T22:47:53.324Z | Compiling bitflags v2.6.0 |
1302 | 2024-12-20T22:47:53.478Z | Compiling bytes v1.8.0 |
1303 | 2024-12-20T22:47:53.782Z | Compiling indexmap v2.6.0 |
1304 | 2024-12-20T22:47:54.132Z | Compiling semver v1.0.23 |
1305 | 2024-12-20T22:47:54.362Z | Compiling icu_properties v1.5.1 |
1306 | 2024-12-20T22:47:54.823Z | Compiling tokio v1.40.0 |
1307 | 2024-12-20T22:47:54.901Z | Compiling http v1.1.0 |
1308 | 2024-12-20T22:47:54.922Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-20T22:47:55.268Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-12-20T22:47:56.196Z | Compiling num_threads v0.1.7 |
1311 | 2024-12-20T22:47:56.339Z | Compiling utf8_iter v1.0.4 |
1312 | 2024-12-20T22:47:56.600Z | Compiling write16 v1.0.0 |
1313 | 2024-12-20T22:47:56.740Z | Compiling atomic-waker v1.1.2 |
1314 | 2024-12-20T22:47:56.885Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-20T22:47:56.906Z | Compiling icu_normalizer_data v1.5.0 |
1316 | 2024-12-20T22:47:56.926Z | Compiling scroll v0.12.0 |
1317 | 2024-12-20T22:47:57.016Z | Compiling http-body v1.0.1 |
1318 | 2024-12-20T22:47:57.038Z | Compiling time v0.3.36 |
1319 | 2024-12-20T22:47:57.229Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-12-20T22:47:57.268Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-20T22:47:57.415Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-20T22:47:57.470Z | Compiling slog v2.7.0 |
1323 | 2024-12-20T22:47:57.738Z | Compiling which v4.4.2 |
1324 | 2024-12-20T22:47:57.999Z | Compiling try-lock v0.2.5 |
1325 | 2024-12-20T22:47:58.359Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-12-20T22:47:58.449Z | Compiling goblin v0.8.2 |
1327 | 2024-12-20T22:47:59.108Z | Compiling want v0.3.1 |
1328 | 2024-12-20T22:47:59.324Z | Compiling pest_derive v2.7.14 |
1329 | 2024-12-20T22:47:59.367Z | Compiling idna_adapter v1.2.0 |
1330 | 2024-12-20T22:47:59.470Z | Compiling pkcs8 v0.10.2 |
1331 | 2024-12-20T22:47:59.595Z | Compiling uuid v1.11.0 |
1332 | 2024-12-20T22:48:00.132Z | Compiling iana-time-zone v0.1.61 |
1333 | 2024-12-20T22:48:00.227Z | Compiling httpdate v1.0.3 |
1334 | 2024-12-20T22:48:00.400Z | Compiling chrono v0.4.38 |
1335 | 2024-12-20T22:48:00.613Z | Compiling dtrace-parser v0.2.0 |
1336 | 2024-12-20T22:48:00.714Z | Compiling idna v1.0.3 |
1337 | 2024-12-20T22:48:02.022Z | Compiling toml_datetime v0.6.8 |
1338 | 2024-12-20T22:48:02.448Z | Compiling serde_spanned v0.6.8 |
1339 | 2024-12-20T22:48:02.540Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2024-12-20T22:48:02.657Z | Compiling foreign-types-shared v0.1.1 |
1341 | 2024-12-20T22:48:02.679Z | Compiling openssl v0.10.66 |
1342 | 2024-12-20T22:48:02.775Z | Compiling match_cfg v0.1.0 |
1343 | 2024-12-20T22:48:02.853Z | Compiling tower-service v0.3.3 |
1344 | 2024-12-20T22:48:02.876Z | Compiling adler2 v2.0.0 |
1345 | 2024-12-20T22:48:02.987Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-20T22:48:03.070Z | Compiling base64 v0.22.1 |
1347 | 2024-12-20T22:48:03.123Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-12-20T22:48:03.174Z | Compiling hostname v0.3.1 |
1349 | 2024-12-20T22:48:03.439Z | Compiling tokio-util v0.7.12 |
1350 | 2024-12-20T22:48:03.806Z | Compiling foreign-types v0.3.2 |
1351 | 2024-12-20T22:48:03.840Z | Compiling url v2.5.3 |
1352 | 2024-12-20T22:48:04.338Z | Compiling dof v0.3.0 |
1353 | 2024-12-20T22:48:04.715Z | Compiling h2 v0.4.6 |
1354 | 2024-12-20T22:48:04.974Z | Compiling async-trait v0.1.83 |
1355 | 2024-12-20T22:48:05.273Z | Compiling usdt-impl v0.5.0 |
1356 | 2024-12-20T22:48:05.891Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-12-20T22:48:06.612Z | Compiling serde_derive_internals v0.29.1 |
1358 | 2024-12-20T22:48:06.674Z | Compiling dirs-sys-next v0.1.2 |
1359 | 2024-12-20T22:48:06.911Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-20T22:48:07.350Z | Compiling rustls v0.22.4 |
1361 | 2024-12-20T22:48:07.593Z | Compiling native-tls v0.2.12 |
1362 | 2024-12-20T22:48:07.822Z | Compiling rustls v0.23.19 |
1363 | 2024-12-20T22:48:07.918Z | Compiling siphasher v0.3.11 |
1364 | 2024-12-20T22:48:08.093Z | Compiling schemars v0.8.21 |
1365 | 2024-12-20T22:48:08.307Z | Compiling syn v1.0.109 |
1366 | 2024-12-20T22:48:08.531Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-20T22:48:09.063Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-20T22:48:09.311Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-12-20T22:48:09.428Z | Compiling schemars_derive v0.8.21 |
1370 | 2024-12-20T22:48:09.589Z | Compiling heapless v0.7.17 |
1371 | 2024-12-20T22:48:10.022Z | Compiling sha1 v0.10.6 |
1372 | 2024-12-20T22:48:10.093Z | Compiling signature v2.2.0 |
1373 | 2024-12-20T22:48:10.422Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2024-12-20T22:48:10.444Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-20T22:48:10.486Z | Compiling cookie v0.18.1 |
1376 | 2024-12-20T22:48:10.772Z | Compiling multer v3.1.0 |
1377 | 2024-12-20T22:48:10.831Z | Compiling encoding_rs v0.8.34 |
1378 | 2024-12-20T22:48:10.920Z | Compiling unicode-properties v0.1.3 |
1379 | 2024-12-20T22:48:11.028Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-20T22:48:11.072Z | Compiling slog-async v2.8.0 |
1381 | 2024-12-20T22:48:11.290Z | Compiling signal-hook v0.3.17 |
1382 | 2024-12-20T22:48:11.313Z | Compiling dyn-clone v1.0.17 |
1383 | 2024-12-20T22:48:11.521Z | Compiling ipnet v2.10.1 |
1384 | 2024-12-20T22:48:11.560Z | Compiling mime v0.3.17 |
1385 | 2024-12-20T22:48:11.586Z | Compiling gimli v0.31.1 |
1386 | 2024-12-20T22:48:12.168Z | Compiling hyper v1.5.0 |
1387 | 2024-12-20T22:48:12.819Z | Compiling openssl-probe v0.1.5 |
1388 | 2024-12-20T22:48:13.339Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-20T22:48:14.633Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-20T22:48:15.541Z | Compiling toml_edit v0.22.22 |
1391 | 2024-12-20T22:48:16.478Z | Compiling addr2line v0.24.2 |
1392 | 2024-12-20T22:48:16.899Z | Compiling crossbeam-deque v0.8.5 |
1393 | 2024-12-20T22:48:16.944Z | Compiling usdt-attr-macro v0.5.0 |
1394 | 2024-12-20T22:48:17.115Z | Compiling usdt-macro v0.5.0 |
1395 | 2024-12-20T22:48:17.570Z | Compiling term v0.7.0 |
1396 | 2024-12-20T22:48:17.609Z | Compiling slog-json v2.6.1 |
1397 | 2024-12-20T22:48:17.901Z | Compiling serde_urlencoded v0.7.1 |
1398 | 2024-12-20T22:48:17.988Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-12-20T22:48:18.423Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-20T22:48:18.581Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-20T22:48:18.600Z | Compiling md-5 v0.10.6 |
1402 | 2024-12-20T22:48:18.865Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-12-20T22:48:19.036Z | Compiling enum-as-inner v0.6.1 |
1404 | 2024-12-20T22:48:19.066Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-20T22:48:19.069Z | Compiling num-integer v0.1.46 |
1406 | 2024-12-20T22:48:19.144Z | Compiling idna v0.3.0 |
1407 | 2024-12-20T22:48:19.416Z | Compiling idna v0.4.0 |
1408 | 2024-12-20T22:48:19.905Z | Compiling hash32 v0.2.1 |
1409 | 2024-12-20T22:48:20.094Z | Compiling ff v0.13.0 |
1410 | 2024-12-20T22:48:20.303Z | Compiling is-terminal v0.4.13 |
1411 | 2024-12-20T22:48:20.306Z | Compiling object v0.36.5 |
1412 | 2024-12-20T22:48:20.345Z | Compiling dropshot v0.12.0 |
1413 | 2024-12-20T22:48:20.431Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-12-20T22:48:20.656Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-20T22:48:20.806Z | Compiling smoltcp v0.9.1 |
1416 | 2024-12-20T22:48:20.915Z | Compiling take_mut v0.2.2 |
1417 | 2024-12-20T22:48:21.090Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-20T22:48:21.206Z | Compiling base16ct v0.2.0 |
1419 | 2024-12-20T22:48:21.243Z | Compiling portable-atomic v1.9.0 |
1420 | 2024-12-20T22:48:21.546Z | Compiling utf-8 v0.7.6 |
1421 | 2024-12-20T22:48:21.566Z | Compiling linked-hash-map v0.5.6 |
1422 | 2024-12-20T22:48:21.716Z | Compiling quick-error v1.2.3 |
1423 | 2024-12-20T22:48:21.864Z | Compiling num-bigint-dig v0.8.4 |
1424 | 2024-12-20T22:48:21.868Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-20T22:48:21.944Z | Compiling lru-cache v0.1.2 |
1426 | 2024-12-20T22:48:22.147Z | Compiling resolv-conf v0.7.0 |
1427 | 2024-12-20T22:48:22.196Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-20T22:48:22.791Z | Compiling sec1 v0.7.3 |
1429 | 2024-12-20T22:48:22.905Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-12-20T22:48:23.376Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-20T22:48:23.705Z | Compiling slog-term v2.9.1 |
1432 | 2024-12-20T22:48:24.128Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-12-20T22:48:24.219Z | Compiling group v0.13.0 |
1434 | 2024-12-20T22:48:24.280Z | Compiling usdt v0.5.0 |
1435 | 2024-12-20T22:48:24.564Z | Compiling async-stream v0.3.6 |
1436 | 2024-12-20T22:48:24.804Z | Compiling num-iter v0.1.45 |
1437 | 2024-12-20T22:48:24.988Z | Compiling futures v0.3.31 |
1438 | 2024-12-20T22:48:25.009Z | Compiling toml v0.8.19 |
1439 | 2024-12-20T22:48:25.012Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-12-20T22:48:25.855Z | Compiling tokio-native-tls v0.3.1 |
1441 | 2024-12-20T22:48:26.417Z | Compiling camino v1.1.9 |
1442 | 2024-12-20T22:48:27.053Z | Compiling phf_shared v0.11.2 |
1443 | 2024-12-20T22:48:27.323Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-12-20T22:48:27.423Z | Compiling terminal_size v0.4.0 |
1445 | 2024-12-20T22:48:27.449Z | Compiling waitgroup v0.1.2 |
1446 | 2024-12-20T22:48:27.637Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-12-20T22:48:27.681Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-12-20T22:48:27.846Z | Compiling hkdf v0.12.4 |
1449 | 2024-12-20T22:48:28.131Z | Compiling backtrace v0.3.74 |
1450 | 2024-12-20T22:48:28.581Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-12-20T22:48:28.721Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-20T22:48:31.107Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-20T22:48:31.560Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-20T22:48:31.900Z | Compiling webpki-roots v0.26.6 |
1455 | 2024-12-20T22:48:32.095Z | Compiling idna v0.5.0 |
1456 | 2024-12-20T22:48:32.122Z | Compiling hostname v0.4.0 |
1457 | 2024-12-20T22:48:32.160Z | Compiling fs-err v2.11.0 |
1458 | 2024-12-20T22:48:32.378Z | Compiling ahash v0.8.11 |
1459 | 2024-12-20T22:48:32.449Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-20T22:48:32.469Z | Compiling bitflags v1.3.2 |
1461 | 2024-12-20T22:48:32.576Z | Compiling newtype-uuid v1.1.3 |
1462 | 2024-12-20T22:48:32.674Z | Compiling managed v0.8.0 |
1463 | 2024-12-20T22:48:32.710Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-20T22:48:32.797Z | Compiling winnow v0.5.40 |
1465 | 2024-12-20T22:48:32.866Z | Compiling console v0.15.8 |
1466 | 2024-12-20T22:48:32.895Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-20T22:48:33.814Z | Compiling cookie_store v0.21.0 |
1468 | 2024-12-20T22:48:34.540Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-20T22:48:34.979Z | Compiling flate2 v1.0.34 |
1470 | 2024-12-20T22:48:35.313Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-20T22:48:35.639Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-20T22:48:35.785Z | Compiling zerocopy v0.6.6 |
1473 | 2024-12-20T22:48:35.967Z | Compiling hickory-resolver v0.24.1 |
1474 | 2024-12-20T22:48:36.549Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-20T22:48:36.787Z | Compiling phf v0.11.2 |
1476 | 2024-12-20T22:48:37.083Z | Compiling signal-hook-mio v0.2.4 |
1477 | 2024-12-20T22:48:37.251Z | Compiling hyper-tls v0.6.0 |
1478 | 2024-12-20T22:48:37.640Z | Compiling rayon v1.10.0 |
1479 | 2024-12-20T22:48:37.673Z | Compiling bzip2 v0.4.4 |
1480 | 2024-12-20T22:48:38.820Z | Compiling postgres-types v0.2.8 |
1481 | 2024-12-20T22:48:40.430Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-20T22:48:42.427Z | Compiling ed25519 v2.2.3 |
1483 | 2024-12-20T22:48:42.572Z | Compiling phf_shared v0.10.0 |
1484 | 2024-12-20T22:48:42.629Z | Compiling tokio-stream v0.1.16 |
1485 | 2024-12-20T22:48:42.973Z | Compiling pkcs1 v0.7.5 |
1486 | 2024-12-20T22:48:43.018Z | Compiling serde-big-array v0.5.1 |
1487 | 2024-12-20T22:48:43.178Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-12-20T22:48:43.256Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-20T22:48:43.366Z | Compiling derive-where v1.2.7 |
1490 | 2024-12-20T22:48:43.723Z | Compiling serde_repr v0.1.19 |
1491 | 2024-12-20T22:48:44.003Z | Compiling float-cmp v0.9.0 |
1492 | 2024-12-20T22:48:44.240Z | Compiling bstr v1.10.0 |
1493 | 2024-12-20T22:48:44.342Z | Compiling sync_wrapper v1.0.1 |
1494 | 2024-12-20T22:48:44.508Z | Compiling difflib v0.4.0 |
1495 | 2024-12-20T22:48:44.814Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-12-20T22:48:44.945Z | Compiling predicates-core v1.0.8 |
1497 | 2024-12-20T22:48:44.974Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-12-20T22:48:45.307Z | Compiling static_assertions v1.1.0 |
1499 | 2024-12-20T22:48:45.407Z | Compiling number_prefix v0.4.0 |
1500 | 2024-12-20T22:48:45.646Z | Compiling whoami v1.5.2 |
1501 | 2024-12-20T22:48:45.894Z | Compiling fixedbitset v0.4.2 |
1502 | 2024-12-20T22:48:46.050Z | Compiling new_debug_unreachable v1.0.6 |
1503 | 2024-12-20T22:48:46.156Z | Compiling bit-vec v0.6.3 |
1504 | 2024-12-20T22:48:46.234Z | Compiling unicode-width v0.2.0 |
1505 | 2024-12-20T22:48:46.318Z | Compiling precomputed-hash v0.1.1 |
1506 | 2024-12-20T22:48:46.391Z | Compiling petgraph v0.6.5 |
1507 | 2024-12-20T22:48:46.433Z | Compiling string_cache v0.8.7 |
1508 | 2024-12-20T22:48:46.621Z | Compiling bit-set v0.5.3 |
1509 | 2024-12-20T22:48:46.746Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-20T22:48:46.902Z | Compiling tokio-postgres v0.7.12 |
1511 | 2024-12-20T22:48:46.905Z | Compiling similar v2.6.0 |
1512 | 2024-12-20T22:48:47.113Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2024-12-20T22:48:48.517Z | Compiling clap v4.5.21 |
1514 | 2024-12-20T22:48:48.649Z | Compiling predicates v3.1.2 |
1515 | 2024-12-20T22:48:49.069Z | Compiling rsa v0.9.6 |
1516 | 2024-12-20T22:48:49.462Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-20T22:48:50.350Z | Compiling ed25519-dalek v2.1.1 |
1518 | 2024-12-20T22:48:50.480Z | Compiling toml v0.7.8 |
1519 | 2024-12-20T22:48:50.573Z | Compiling zip v0.6.6 |
1520 | 2024-12-20T22:48:51.723Z | Compiling crossterm v0.28.1 |
1521 | 2024-12-20T22:48:52.801Z | Compiling hex v0.4.3 |
1522 | 2024-12-20T22:48:52.932Z | Compiling x509-cert v0.2.5 |
1523 | 2024-12-20T22:48:52.975Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-12-20T22:48:53.079Z | Compiling peg-runtime v0.8.3 |
1525 | 2024-12-20T22:48:53.340Z | Compiling unicode-xid v0.2.6 |
1526 | 2024-12-20T22:48:53.402Z | Compiling strum_macros v0.26.4 |
1527 | 2024-12-20T22:48:53.517Z | Compiling xattr v1.3.1 |
1528 | 2024-12-20T22:48:53.768Z | Compiling filetime v0.2.25 |
1529 | 2024-12-20T22:48:54.090Z | Compiling tar v0.4.42 |
1530 | 2024-12-20T22:48:58.648Z | Compiling strum v0.26.3 |
1531 | 2024-12-20T22:49:01.924Z | Compiling aws-lc-sys v0.22.0 |
1532 | 2024-12-20T22:49:34.669Z | Compiling rustls-webpki v0.102.8 |
1533 | 2024-12-20T22:49:38.163Z | Compiling tokio-rustls v0.25.0 |
1534 | 2024-12-20T22:49:39.761Z | Compiling tokio-rustls v0.26.0 |
1535 | 2024-12-20T22:49:40.079Z | Compiling hyper-rustls v0.27.3 |
1536 | 2024-12-20T22:49:40.456Z | Compiling reqwest v0.12.9 |
1537 | 2024-12-20T22:49:41.762Z | Compiling qorb v0.2.1 |
1538 | 2024-12-20T22:49:46.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1539 | 2024-12-20T22:49:46.914Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1540 | 2024-12-20T22:49:52.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1541 | 2024-12-20T22:49:53.013Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1542 | 2024-12-20T22:49:53.065Z | Dec 20 22:49:51.969 INFO Starting download, target: Console |
1543 | 2024-12-20T22:49:53.065Z | Dec 20 22:49:51.970 INFO Starting download, target: Clickhouse |
1544 | 2024-12-20T22:49:53.065Z | Dec 20 22:49:51.970 INFO Starting download, target: Cockroach |
1545 | 2024-12-20T22:49:53.065Z | Dec 20 22:49:51.970 INFO Starting download, target: DendriteOpenapi |
1546 | 2024-12-20T22:49:53.065Z | Dec 20 22:49:51.970 INFO Starting download, target: DendriteStub |
1547 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.970 INFO Starting download, target: MaghemiteMgd |
1548 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.970 INFO Starting download, target: TransceiverControl |
1549 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.970 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1551 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1552 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1553 | 2024-12-20T22:49:53.068Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1554 | 2024-12-20T22:49:53.069Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1555 | 2024-12-20T22:49:53.069Z | Dec 20 22:49:51.971 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-20T22:49:53.222Z | Dec 20 22:49:52.126 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-12-20T22:49:53.539Z | Dec 20 22:49:52.416 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-12-20T22:49:53.585Z | Dec 20 22:49:52.438 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1559 | 2024-12-20T22:49:53.874Z | Dec 20 22:49:52.758 INFO Download complete, target: Console |
1560 | 2024-12-20T22:49:54.063Z | Dec 20 22:49:52.966 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-20T22:49:54.095Z | Dec 20 22:49:52.998 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1562 | 2024-12-20T22:49:54.242Z | Dec 20 22:49:53.141 INFO Download complete, target: TransceiverControl |
1563 | 2024-12-20T22:49:54.646Z | Dec 20 22:49:53.551 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-20T22:49:54.646Z | Dec 20 22:49:53.551 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-20T22:49:55.216Z | Dec 20 22:49:54.121 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1566 | 2024-12-20T22:49:56.996Z | Dec 20 22:49:55.901 INFO Download complete, target: DendriteStub |
1567 | 2024-12-20T22:49:56.999Z | Dec 20 22:49:55.905 INFO Download complete, target: MaghemiteMgd |
1568 | 2024-12-20T22:50:02.034Z | Dec 20 22:50:00.940 INFO Checking that binary works, target: Cockroach |
1569 | 2024-12-20T22:50:02.200Z | Dec 20 22:50:01.105 INFO Download complete, target: Cockroach |
1570 | 2024-12-20T22:50:07.406Z | Dec 20 22:50:06.313 INFO Checking that binary works, target: Clickhouse |
1571 | 2024-12-20T22:50:08.088Z | Dec 20 22:50:06.994 INFO Download complete, target: Clickhouse |
1572 | 2024-12-20T22:50:08.205Z | All builder prerequisites installed successfully, and PATH looks valid |
1573 | 2024-12-20T22:50:08.208Z | |
1574 | 2024-12-20T22:50:08.208Z | real 5:09.653736402 |
1575 | 2024-12-20T22:50:08.208Z | user 16:44.095222692 |
1576 | 2024-12-20T22:50:08.208Z | sys 3:16.368696502 |
1577 | 2024-12-20T22:50:08.208Z | trap 0.580233280 |
1578 | 2024-12-20T22:50:08.208Z | tflt 5.289306738 |
1579 | 2024-12-20T22:50:08.208Z | dflt 5.114431284 |
1580 | 2024-12-20T22:50:08.208Z | kflt 0.193945266 |
1581 | 2024-12-20T22:50:08.208Z | lock 29:56.699622169 |
1582 | 2024-12-20T22:50:08.208Z | slp 1:03:11.640351726 |
1583 | 2024-12-20T22:50:08.208Z | lat 56.469912882 |
1584 | 2024-12-20T22:50:08.208Z | stop 2:21.458708225 |
1585 | 2024-12-20T22:50:08.208Z | + banner clippy |
1586 | 2024-12-20T22:50:08.211Z | |
1587 | 2024-12-20T22:50:08.211Z | #### # # ##### ##### # # |
1588 | 2024-12-20T22:50:08.212Z | # # # # # # # # # # |
1589 | 2024-12-20T22:50:08.212Z | # # # # # # # # |
1590 | 2024-12-20T22:50:08.212Z | # # # ##### ##### # |
1591 | 2024-12-20T22:50:08.212Z | # # # # # # # |
1592 | 2024-12-20T22:50:08.212Z | #### ###### # # # # |
1593 | 2024-12-20T22:50:08.212Z | |
1594 | 2024-12-20T22:50:08.212Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-20T22:50:08.212Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-20T22:50:08.212Z | + ptime -m cargo xtask clippy |
1597 | 2024-12-20T22:50:08.754Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1598 | 2024-12-20T22:50:12.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
1599 | 2024-12-20T22:50:12.467Z | Running `target/debug/xtask clippy` |
1600 | 2024-12-20T22:50:12.491Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1601 | 2024-12-20T22:50:13.310Z | Downloading crates ... |
1602 | 2024-12-20T22:50:13.520Z | Downloaded async-channel v2.3.1 |
1603 | 2024-12-20T22:50:13.525Z | Downloaded async-executor v1.13.1 |
1604 | 2024-12-20T22:50:13.528Z | Downloaded async-channel v1.9.0 |
1605 | 2024-12-20T22:50:13.531Z | Downloaded async-attributes v1.1.2 |
1606 | 2024-12-20T22:50:13.531Z | Downloaded approx v0.5.1 |
1607 | 2024-12-20T22:50:13.533Z | Downloaded assert-json-diff v2.0.2 |
1608 | 2024-12-20T22:50:13.536Z | Downloaded plotters-svg v0.3.7 |
1609 | 2024-12-20T22:50:13.536Z | Downloaded nested v0.1.1 |
1610 | 2024-12-20T22:50:13.544Z | Downloaded target-triple v0.1.3 |
1611 | 2024-12-20T22:50:13.548Z | Downloaded async-object-pool v0.1.5 |
1612 | 2024-12-20T22:50:13.552Z | Downloaded doc-comment v0.3.3 |
1613 | 2024-12-20T22:50:13.556Z | Downloaded pathdiff v0.2.2 |
1614 | 2024-12-20T22:50:13.562Z | Downloaded guppy-workspace-hack v0.1.0 |
1615 | 2024-12-20T22:50:13.565Z | Downloaded escape8259 v0.5.3 |
1616 | 2024-12-20T22:50:13.568Z | Downloaded parking v2.2.1 |
1617 | 2024-12-20T22:50:13.570Z | Downloaded futures-timer v3.0.3 |
1618 | 2024-12-20T22:50:13.573Z | Downloaded piper v0.2.4 |
1619 | 2024-12-20T22:50:13.577Z | Downloaded event-listener v2.5.3 |
1620 | 2024-12-20T22:50:13.577Z | Downloaded plotters-backend v0.3.7 |
1621 | 2024-12-20T22:50:13.577Z | Downloaded anes v0.1.6 |
1622 | 2024-12-20T22:50:13.580Z | Downloaded path-tree v0.8.1 |
1623 | 2024-12-20T22:50:13.580Z | Downloaded proc-macro-crate v3.2.0 |
1624 | 2024-12-20T22:50:13.583Z | Downloaded oorandom v11.1.4 |
1625 | 2024-12-20T22:50:13.583Z | Downloaded event-listener-strategy v0.5.2 |
1626 | 2024-12-20T22:50:13.600Z | Downloaded target-spec v3.2.2 |
1627 | 2024-12-20T22:50:13.602Z | Downloaded assert_cmd v2.0.16 |
1628 | 2024-12-20T22:50:13.605Z | Downloaded similar-asserts v1.6.0 |
1629 | 2024-12-20T22:50:13.605Z | Downloaded serde_regex v1.1.0 |
1630 | 2024-12-20T22:50:13.607Z | Downloaded kv-log-macro v1.0.7 |
1631 | 2024-12-20T22:50:13.607Z | Downloaded concurrent-queue v2.5.0 |
1632 | 2024-12-20T22:50:13.610Z | Downloaded stringmetrics v2.2.2 |
1633 | 2024-12-20T22:50:13.610Z | Downloaded indoc v2.0.5 |
1634 | 2024-12-20T22:50:13.613Z | Downloaded async-global-executor v2.4.1 |
1635 | 2024-12-20T22:50:13.616Z | Downloaded blocking v1.6.1 |
1636 | 2024-12-20T22:50:13.616Z | Downloaded threadpool v1.8.1 |
1637 | 2024-12-20T22:50:13.620Z | Downloaded rust-argon2 v2.1.0 |
1638 | 2024-12-20T22:50:13.620Z | Downloaded relative-path v1.9.3 |
1639 | 2024-12-20T22:50:13.623Z | Downloaded async-process v2.3.0 |
1640 | 2024-12-20T22:50:13.623Z | Downloaded async-lock v3.4.0 |
1641 | 2024-12-20T22:50:13.626Z | Downloaded num_cpus v1.16.0 |
1642 | 2024-12-20T22:50:13.626Z | Downloaded tinytemplate v1.2.1 |
1643 | 2024-12-20T22:50:13.629Z | Downloaded rustls-native-certs v0.7.3 |
1644 | 2024-12-20T22:50:13.635Z | Downloaded partial-io v0.5.4 |
1645 | 2024-12-20T22:50:13.638Z | Downloaded futures-lite v2.3.0 |
1646 | 2024-12-20T22:50:13.638Z | Downloaded httptest v0.16.1 |
1647 | 2024-12-20T22:50:13.638Z | Downloaded blake2b_simd v1.0.2 |
1648 | 2024-12-20T22:50:13.638Z | Downloaded async-signal v0.2.10 |
1649 | 2024-12-20T22:50:13.641Z | Downloaded async-task v4.7.1 |
1650 | 2024-12-20T22:50:13.641Z | Downloaded datatest-stable v0.2.9 |
1651 | 2024-12-20T22:50:13.644Z | Downloaded target-lexicon v0.12.16 |
1652 | 2024-12-20T22:50:13.648Z | Downloaded async-io v2.3.4 |
1653 | 2024-12-20T22:50:13.651Z | Downloaded rstest v0.23.0 |
1654 | 2024-12-20T22:50:13.654Z | Downloaded trybuild v1.0.101 |
1655 | 2024-12-20T22:50:13.658Z | Downloaded event-listener v5.3.1 |
1656 | 2024-12-20T22:50:13.664Z | Downloaded libtest-mimic v0.7.3 |
1657 | 2024-12-20T22:50:13.664Z | Downloaded rstest_macros v0.23.0 |
1658 | 2024-12-20T22:50:13.668Z | Downloaded cfg-expr v0.17.0 |
1659 | 2024-12-20T22:50:13.668Z | Downloaded hyper-rustls v0.26.0 |
1660 | 2024-12-20T22:50:13.675Z | Downloaded yansi v1.0.1 |
1661 | 2024-12-20T22:50:13.675Z | Downloaded fancy-regex v0.13.0 |
1662 | 2024-12-20T22:50:13.681Z | Downloaded rand_distr v0.4.3 |
1663 | 2024-12-20T22:50:13.681Z | Downloaded polling v3.7.3 |
1664 | 2024-12-20T22:50:13.684Z | Downloaded pretty_assertions v1.4.1 |
1665 | 2024-12-20T22:50:13.684Z | Downloaded cast v0.3.0 |
1666 | 2024-12-20T22:50:13.684Z | Downloaded criterion-plot v0.5.0 |
1667 | 2024-12-20T22:50:13.688Z | Downloaded criterion v0.5.1 |
1668 | 2024-12-20T22:50:13.692Z | Downloaded guppy v0.17.8 |
1669 | 2024-12-20T22:50:13.698Z | Downloaded plotters v0.3.7 |
1670 | 2024-12-20T22:50:13.706Z | Downloaded async-std v1.13.0 |
1671 | 2024-12-20T22:50:13.789Z | Downloaded httpmock v0.8.0-alpha.1 |
1672 | 2024-12-20T22:50:14.611Z | Checking cfg-if v1.0.0 |
1673 | 2024-12-20T22:50:14.690Z | Checking libc v0.2.162 |
1674 | 2024-12-20T22:50:14.712Z | Checking serde v1.0.215 |
1675 | 2024-12-20T22:50:14.734Z | Checking memchr v2.7.4 |
1676 | 2024-12-20T22:50:14.756Z | Checking value-bag v1.9.0 |
1677 | 2024-12-20T22:50:14.779Z | Checking scopeguard v1.2.0 |
1678 | 2024-12-20T22:50:14.803Z | Checking zeroize v1.8.1 |
1679 | 2024-12-20T22:50:14.834Z | Checking smallvec v1.13.2 |
1680 | 2024-12-20T22:50:14.861Z | Checking itoa v1.0.11 |
1681 | 2024-12-20T22:50:14.922Z | Checking lock_api v0.4.12 |
1682 | 2024-12-20T22:50:15.083Z | Checking byteorder v1.5.0 |
1683 | 2024-12-20T22:50:15.110Z | Checking pin-project-lite v0.2.14 |
1684 | 2024-12-20T22:50:15.137Z | Checking log v0.4.22 |
1685 | 2024-12-20T22:50:15.188Z | Checking subtle v2.6.1 |
1686 | 2024-12-20T22:50:15.228Z | Checking once_cell v1.20.2 |
1687 | 2024-12-20T22:50:15.360Z | Checking typenum v1.17.0 |
1688 | 2024-12-20T22:50:15.476Z | Checking futures-core v0.3.31 |
1689 | 2024-12-20T22:50:15.506Z | Checking libm v0.2.8 |
1690 | 2024-12-20T22:50:15.549Z | Checking thiserror v1.0.69 |
1691 | 2024-12-20T22:50:15.597Z | Checking zerocopy v0.7.35 |
1692 | 2024-12-20T22:50:15.641Z | Checking ryu v1.0.18 |
1693 | 2024-12-20T22:50:15.674Z | Checking spin v0.9.8 |
1694 | 2024-12-20T22:50:15.701Z | Checking const-oid v0.9.6 |
1695 | 2024-12-20T22:50:15.762Z | Checking getrandom v0.2.15 |
1696 | 2024-12-20T22:50:15.901Z | Checking parking_lot_core v0.9.10 |
1697 | 2024-12-20T22:50:16.011Z | Checking rand_core v0.6.4 |
1698 | 2024-12-20T22:50:16.033Z | Checking signal-hook-registry v1.4.2 |
1699 | 2024-12-20T22:50:16.245Z | Checking parking_lot v0.12.3 |
1700 | 2024-12-20T22:50:16.303Z | Checking mio v1.0.2 |
1701 | 2024-12-20T22:50:16.357Z | Checking socket2 v0.5.7 |
1702 | 2024-12-20T22:50:16.447Z | Checking num-traits v0.2.19 |
1703 | 2024-12-20T22:50:16.635Z | Checking futures-io v0.3.31 |
1704 | 2024-12-20T22:50:16.794Z | Checking generic-array v0.14.7 |
1705 | 2024-12-20T22:50:16.845Z | Checking slab v0.4.9 |
1706 | 2024-12-20T22:50:16.901Z | Checking allocator-api2 v0.2.18 |
1707 | 2024-12-20T22:50:17.005Z | Checking cpufeatures v0.2.14 |
1708 | 2024-12-20T22:50:17.106Z | Checking futures-sink v0.3.31 |
1709 | 2024-12-20T22:50:17.142Z | Checking pin-utils v0.1.0 |
1710 | 2024-12-20T22:50:17.168Z | Checking foldhash v0.1.3 |
1711 | 2024-12-20T22:50:17.245Z | Checking equivalent v1.0.1 |
1712 | 2024-12-20T22:50:17.272Z | Checking futures-channel v0.3.31 |
1713 | 2024-12-20T22:50:17.364Z | Checking futures-task v0.3.31 |
1714 | 2024-12-20T22:50:17.399Z | Checking stable_deref_trait v1.2.0 |
1715 | 2024-12-20T22:50:17.524Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-12-20T22:50:17.565Z | Checking hashbrown v0.15.1 |
1717 | 2024-12-20T22:50:17.591Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1718 | 2024-12-20T22:50:17.617Z | Checking fnv v1.0.7 |
1719 | 2024-12-20T22:50:17.642Z | Checking futures-util v0.3.31 |
1720 | 2024-12-20T22:50:17.668Z | Checking ppv-lite86 v0.2.20 |
1721 | 2024-12-20T22:50:17.746Z | Checking tracing-core v0.1.32 |
1722 | 2024-12-20T22:50:17.911Z | Checking errno v0.3.9 |
1723 | 2024-12-20T22:50:18.030Z | Checking crypto-common v0.1.6 |
1724 | 2024-12-20T22:50:18.102Z | Checking block-buffer v0.10.4 |
1725 | 2024-12-20T22:50:18.148Z | Checking zerofrom v0.1.4 |
1726 | 2024-12-20T22:50:18.234Z | Checking dyn-clone v1.0.17 |
1727 | 2024-12-20T22:50:18.320Z | Checking digest v0.10.7 |
1728 | 2024-12-20T22:50:18.375Z | Checking yoke v0.7.4 |
1729 | 2024-12-20T22:50:18.378Z | Checking block-padding v0.3.3 |
1730 | 2024-12-20T22:50:18.425Z | Checking tracing v0.1.40 |
1731 | 2024-12-20T22:50:18.456Z | Checking rand_chacha v0.3.1 |
1732 | 2024-12-20T22:50:18.621Z | Checking inout v0.1.3 |
1733 | 2024-12-20T22:50:18.702Z | Checking crossbeam-utils v0.8.20 |
1734 | 2024-12-20T22:50:18.705Z | Checking percent-encoding v2.3.1 |
1735 | 2024-12-20T22:50:18.752Z | Checking zerovec v0.10.4 |
1736 | 2024-12-20T22:50:18.779Z | Checking writeable v0.5.5 |
1737 | 2024-12-20T22:50:18.842Z | Checking rand v0.8.5 |
1738 | 2024-12-20T22:50:18.845Z | Checking cipher v0.4.4 |
1739 | 2024-12-20T22:50:18.933Z | Checking litemap v0.7.3 |
1740 | 2024-12-20T22:50:19.108Z | Checking tinyvec_macros v0.1.1 |
1741 | 2024-12-20T22:50:19.209Z | Checking tinyvec v1.8.0 |
1742 | 2024-12-20T22:50:19.266Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-12-20T22:50:19.294Z | Checking httparse v1.9.5 |
1744 | 2024-12-20T22:50:19.415Z | Checking base64ct v1.6.0 |
1745 | 2024-12-20T22:50:19.470Z | Checking atomic-waker v1.1.2 |
1746 | 2024-12-20T22:50:19.607Z | Checking regex-syntax v0.8.5 |
1747 | 2024-12-20T22:50:19.645Z | Checking bytes v1.8.0 |
1748 | 2024-12-20T22:50:19.716Z | Checking bitflags v2.6.0 |
1749 | 2024-12-20T22:50:19.866Z | Checking serde_json v1.0.133 |
1750 | 2024-12-20T22:50:20.034Z | Checking chrono v0.4.38 |
1751 | 2024-12-20T22:50:20.177Z | Checking indexmap v2.6.0 |
1752 | 2024-12-20T22:50:20.440Z | Checking uuid v1.11.0 |
1753 | 2024-12-20T22:50:20.475Z | Checking tokio v1.40.0 |
1754 | 2024-12-20T22:50:20.620Z | Checking rustix v0.38.37 |
1755 | 2024-12-20T22:50:21.038Z | Checking http v1.1.0 |
1756 | 2024-12-20T22:50:21.497Z | Checking tinystr v0.7.6 |
1757 | 2024-12-20T22:50:21.673Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2024-12-20T22:50:21.787Z | Checking unicode-normalization v0.1.24 |
1759 | 2024-12-20T22:50:21.880Z | Checking icu_locid v1.5.0 |
1760 | 2024-12-20T22:50:22.156Z | Checking schemars v0.8.21 |
1761 | 2024-12-20T22:50:22.446Z | Checking icu_collections v1.5.0 |
1762 | 2024-12-20T22:50:22.741Z | Checking hmac v0.12.1 |
1763 | 2024-12-20T22:50:22.858Z | Checking icu_properties_data v1.5.0 |
1764 | 2024-12-20T22:50:22.912Z | Checking untrusted v0.9.0 |
1765 | 2024-12-20T22:50:22.962Z | Checking sha2 v0.10.8 |
1766 | 2024-12-20T22:50:22.965Z | Checking icu_provider v1.5.0 |
1767 | 2024-12-20T22:50:23.087Z | Checking ring v0.17.8 |
1768 | 2024-12-20T22:50:23.119Z | Checking aho-corasick v1.1.3 |
1769 | 2024-12-20T22:50:23.122Z | Checking utf8_iter v1.0.4 |
1770 | 2024-12-20T22:50:23.338Z | Checking icu_normalizer_data v1.5.0 |
1771 | 2024-12-20T22:50:23.460Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-12-20T22:50:23.609Z | Checking write16 v1.0.0 |
1773 | 2024-12-20T22:50:23.662Z | Checking icu_locid_transform v1.5.0 |
1774 | 2024-12-20T22:50:23.746Z | Checking utf16_iter v1.0.5 |
1775 | 2024-12-20T22:50:23.828Z | Checking unicode-ident v1.0.13 |
1776 | 2024-12-20T22:50:23.925Z | Checking lazy_static v1.5.0 |
1777 | 2024-12-20T22:50:24.002Z | Checking adler2 v2.0.0 |
1778 | 2024-12-20T22:50:24.047Z | Checking powerfmt v0.2.0 |
1779 | 2024-12-20T22:50:24.074Z | Checking time-core v0.1.2 |
1780 | 2024-12-20T22:50:24.154Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-12-20T22:50:24.157Z | Checking rustls-pki-types v1.10.0 |
1782 | 2024-12-20T22:50:24.242Z | Checking num-conv v0.1.0 |
1783 | 2024-12-20T22:50:24.325Z | Checking deranged v0.3.11 |
1784 | 2024-12-20T22:50:24.507Z | Checking num_threads v0.1.7 |
1785 | 2024-12-20T22:50:24.638Z | Checking proc-macro2 v1.0.89 |
1786 | 2024-12-20T22:50:24.700Z | Checking icu_properties v1.5.1 |
1787 | 2024-12-20T22:50:24.768Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2024-12-20T22:50:24.864Z | Checking regex-automata v0.4.8 |
1789 | 2024-12-20T22:50:24.917Z | Checking untrusted v0.7.1 |
1790 | 2024-12-20T22:50:24.945Z | Checking http-body v1.0.1 |
1791 | 2024-12-20T22:50:25.045Z | Checking aws-lc-sys v0.22.0 |
1792 | 2024-12-20T22:50:25.106Z | Checking mirai-annotations v1.12.0 |
1793 | 2024-12-20T22:50:25.148Z | Checking httpdate v1.0.3 |
1794 | 2024-12-20T22:50:25.282Z | Checking quote v1.0.37 |
1795 | 2024-12-20T22:50:25.312Z | Checking base64 v0.22.1 |
1796 | 2024-12-20T22:50:25.377Z | Checking try-lock v0.2.5 |
1797 | 2024-12-20T22:50:25.537Z | Checking want v0.3.1 |
1798 | 2024-12-20T22:50:25.623Z | Checking syn v2.0.87 |
1799 | 2024-12-20T22:50:25.734Z | Checking flagset v0.4.6 |
1800 | 2024-12-20T22:50:25.784Z | Checking pbkdf2 v0.12.2 |
1801 | 2024-12-20T22:50:25.948Z | Checking der v0.7.9 |
1802 | 2024-12-20T22:50:25.973Z | Checking aes v0.8.4 |
1803 | 2024-12-20T22:50:26.115Z | Checking time v0.3.36 |
1804 | 2024-12-20T22:50:26.949Z | Checking salsa20 v0.10.2 |
1805 | 2024-12-20T22:50:27.183Z | Checking cbc v0.1.2 |
1806 | 2024-12-20T22:50:27.406Z | Checking ahash v0.8.11 |
1807 | 2024-12-20T22:50:27.717Z | Checking aws-lc-rs v1.10.0 |
1808 | 2024-12-20T22:50:27.875Z | Checking spki v0.7.3 |
1809 | 2024-12-20T22:50:27.967Z | Checking slog v2.7.0 |
1810 | 2024-12-20T22:50:28.083Z | Checking tokio-util v0.7.12 |
1811 | 2024-12-20T22:50:28.116Z | Checking icu_normalizer v1.5.0 |
1812 | 2024-12-20T22:50:28.177Z | Checking tower-service v0.3.3 |
1813 | 2024-12-20T22:50:28.311Z | Checking scrypt v0.11.0 |
1814 | 2024-12-20T22:50:28.465Z | Checking gimli v0.31.1 |
1815 | 2024-12-20T22:50:28.556Z | Checking mime v0.3.17 |
1816 | 2024-12-20T22:50:28.835Z | Checking pkcs5 v0.7.1 |
1817 | 2024-12-20T22:50:28.899Z | Checking object v0.36.5 |
1818 | 2024-12-20T22:50:28.926Z | Checking idna_adapter v1.2.0 |
1819 | 2024-12-20T22:50:29.012Z | Checking h2 v0.4.6 |
1820 | 2024-12-20T22:50:29.159Z | Checking idna v1.0.3 |
1821 | 2024-12-20T22:50:29.417Z | Checking rustc-demangle v0.1.24 |
1822 | 2024-12-20T22:50:29.581Z | Checking rustls-webpki v0.102.8 |
1823 | 2024-12-20T22:50:29.636Z | Checking utf8parse v0.2.2 |
1824 | 2024-12-20T22:50:29.706Z | Checking url v2.5.3 |
1825 | 2024-12-20T22:50:29.748Z | Checking regex v1.11.1 |
1826 | 2024-12-20T22:50:29.773Z | Checking pkcs8 v0.10.2 |
1827 | 2024-12-20T22:50:30.100Z | Checking http-body-util v0.1.2 |
1828 | 2024-12-20T22:50:30.356Z | Checking futures-executor v0.3.31 |
1829 | 2024-12-20T22:50:30.385Z | Checking toml_datetime v0.6.8 |
1830 | 2024-12-20T22:50:30.452Z | Checking serde_spanned v0.6.8 |
1831 | 2024-12-20T22:50:30.581Z | Checking data-encoding v2.6.0 |
1832 | 2024-12-20T22:50:30.606Z | Checking ipnet v2.10.1 |
1833 | 2024-12-20T22:50:30.644Z | Checking unicode-width v0.1.14 |
1834 | 2024-12-20T22:50:30.675Z | Checking futures v0.3.31 |
1835 | 2024-12-20T22:50:30.804Z | Checking rustls-pemfile v2.2.0 |
1836 | 2024-12-20T22:50:31.031Z | Checking either v1.13.0 |
1837 | 2024-12-20T22:50:31.074Z | Checking anstyle v1.0.10 |
1838 | 2024-12-20T22:50:31.146Z | Checking openssl-probe v0.1.5 |
1839 | 2024-12-20T22:50:31.236Z | Checking foreign-types-shared v0.1.1 |
1840 | 2024-12-20T22:50:31.304Z | Checking serde_urlencoded v0.7.1 |
1841 | 2024-12-20T22:50:31.366Z | Checking foreign-types v0.3.2 |
1842 | 2024-12-20T22:50:31.430Z | Checking semver v1.0.23 |
1843 | 2024-12-20T22:50:31.456Z | Checking sha1 v0.10.6 |
1844 | 2024-12-20T22:50:31.480Z | Checking openssl-sys v0.9.103 |
1845 | 2024-12-20T22:50:31.757Z | Checking encoding_rs v0.8.34 |
1846 | 2024-12-20T22:50:31.760Z | Checking rustls v0.23.19 |
1847 | 2024-12-20T22:50:31.840Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-12-20T22:50:32.143Z | Checking camino v1.1.9 |
1849 | 2024-12-20T22:50:32.287Z | Checking winnow v0.6.20 |
1850 | 2024-12-20T22:50:32.612Z | Checking addr2line v0.24.2 |
1851 | 2024-12-20T22:50:32.727Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-20T22:50:32.820Z | Checking openssl v0.10.66 |
1853 | 2024-12-20T22:50:32.859Z | Checking colorchoice v1.0.2 |
1854 | 2024-12-20T22:50:33.011Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2024-12-20T22:50:33.140Z | Checking anstream v0.6.15 |
1856 | 2024-12-20T22:50:33.167Z | Checking terminal_size v0.4.0 |
1857 | 2024-12-20T22:50:33.353Z | Checking idna v0.3.0 |
1858 | 2024-12-20T22:50:33.549Z | Checking openapiv3 v2.0.0 |
1859 | 2024-12-20T22:50:34.096Z | Checking signature v2.2.0 |
1860 | 2024-12-20T22:50:34.290Z | Checking strsim v0.11.1 |
1861 | 2024-12-20T22:50:34.316Z | Checking psl-types v2.0.11 |
1862 | 2024-12-20T22:50:34.513Z | Checking clap_lex v0.7.2 |
1863 | 2024-12-20T22:50:34.582Z | Checking publicsuffix v2.2.3 |
1864 | 2024-12-20T22:50:34.783Z | Checking clap_builder v4.5.21 |
1865 | 2024-12-20T22:50:34.825Z | Checking cookie v0.18.1 |
1866 | 2024-12-20T22:50:35.277Z | Checking hyper v1.5.0 |
1867 | 2024-12-20T22:50:35.323Z | Checking webpki-roots v0.26.6 |
1868 | 2024-12-20T22:50:35.404Z | Checking backtrace v0.3.74 |
1869 | 2024-12-20T22:50:35.436Z | Checking idna v0.5.0 |
1870 | 2024-12-20T22:50:35.518Z | Checking is-terminal v0.4.13 |
1871 | 2024-12-20T22:50:35.646Z | Checking scroll v0.12.0 |
1872 | 2024-12-20T22:50:35.988Z | Checking anyhow v1.0.93 |
1873 | 2024-12-20T22:50:36.163Z | Checking ucd-trie v0.1.7 |
1874 | 2024-12-20T22:50:36.309Z | Checking plain v0.2.3 |
1875 | 2024-12-20T22:50:36.385Z | Checking cookie_store v0.21.0 |
1876 | 2024-12-20T22:50:36.413Z | Checking pest v2.7.14 |
1877 | 2024-12-20T22:50:36.474Z | Checking goblin v0.8.2 |
1878 | 2024-12-20T22:50:37.062Z | Checking sync_wrapper v1.0.1 |
1879 | 2024-12-20T22:50:37.111Z | Checking base16ct v0.2.0 |
1880 | 2024-12-20T22:50:37.212Z | Checking pretty-hex v0.4.1 |
1881 | 2024-12-20T22:50:37.314Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-12-20T22:50:37.341Z | Checking sec1 v0.7.3 |
1883 | 2024-12-20T22:50:37.388Z | Checking hyper-util v0.1.10 |
1884 | 2024-12-20T22:50:37.427Z | Checking num-integer v0.1.46 |
1885 | 2024-12-20T22:50:37.708Z | Checking ff v0.13.0 |
1886 | 2024-12-20T22:50:37.734Z | Checking thread-id v4.2.2 |
1887 | 2024-12-20T22:50:37.835Z | Checking clap v4.5.21 |
1888 | 2024-12-20T22:50:37.861Z | Checking toml_edit v0.22.22 |
1889 | 2024-12-20T22:50:37.922Z | Checking group v0.13.0 |
1890 | 2024-12-20T22:50:37.952Z | Checking hkdf v0.12.4 |
1891 | 2024-12-20T22:50:37.955Z | Checking crypto-bigint v0.5.5 |
1892 | 2024-12-20T22:50:38.187Z | Checking memmap v0.7.0 |
1893 | 2024-12-20T22:50:38.210Z | Checking dirs-sys-next v0.1.2 |
1894 | 2024-12-20T22:50:38.325Z | Checking native-tls v0.2.12 |
1895 | 2024-12-20T22:50:38.404Z | Checking crc32fast v1.4.2 |
1896 | 2024-12-20T22:50:38.434Z | Checking bitflags v1.3.2 |
1897 | 2024-12-20T22:50:38.548Z | Checking static_assertions v1.1.0 |
1898 | 2024-12-20T22:50:38.660Z | Checking utf-8 v0.7.6 |
1899 | 2024-12-20T22:50:38.663Z | Checking dirs-next v2.0.0 |
1900 | 2024-12-20T22:50:38.698Z | Checking tokio-native-tls v0.3.1 |
1901 | 2024-12-20T22:50:38.817Z | Checking crossbeam-channel v0.5.13 |
1902 | 2024-12-20T22:50:38.864Z | Checking thread_local v1.1.8 |
1903 | 2024-12-20T22:50:38.889Z | Checking dtrace-parser v0.2.0 |
1904 | 2024-12-20T22:50:38.961Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-12-20T22:50:39.160Z | Checking term v0.7.0 |
1906 | 2024-12-20T22:50:39.359Z | Checking hyper-rustls v0.27.3 |
1907 | 2024-12-20T22:50:39.395Z | Checking hyper-tls v0.6.0 |
1908 | 2024-12-20T22:50:39.589Z | Checking num-iter v0.1.45 |
1909 | 2024-12-20T22:50:39.617Z | Checking crossbeam-epoch v0.9.18 |
1910 | 2024-12-20T22:50:39.670Z | Checking match_cfg v0.1.0 |
1911 | 2024-12-20T22:50:39.698Z | Checking take_mut v0.2.2 |
1912 | 2024-12-20T22:50:39.725Z | Checking reqwest v0.12.9 |
1913 | 2024-12-20T22:50:39.766Z | Checking slog-term v2.9.1 |
1914 | 2024-12-20T22:50:39.791Z | Checking hostname v0.3.1 |
1915 | 2024-12-20T22:50:39.848Z | Checking slog-async v2.8.0 |
1916 | 2024-12-20T22:50:39.935Z | Checking itertools v0.10.5 |
1917 | 2024-12-20T22:50:40.051Z | Checking bstr v1.10.0 |
1918 | 2024-12-20T22:50:40.142Z | Checking rfc6979 v0.4.0 |
1919 | 2024-12-20T22:50:40.259Z | Checking hex v0.4.3 |
1920 | 2024-12-20T22:50:40.326Z | Checking winnow v0.5.40 |
1921 | 2024-12-20T22:50:40.486Z | Checking toml v0.8.19 |
1922 | 2024-12-20T22:50:40.792Z | Checking managed v0.8.0 |
1923 | 2024-12-20T22:50:40.986Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-12-20T22:50:41.010Z | Checking crossbeam-deque v0.8.5 |
1925 | 2024-12-20T22:50:41.187Z | Checking num-bigint-dig v0.8.4 |
1926 | 2024-12-20T22:50:41.274Z | Checking flate2 v1.0.34 |
1927 | 2024-12-20T22:50:41.350Z | Checking rustls v0.22.4 |
1928 | 2024-12-20T22:50:41.581Z | Checking dof v0.3.0 |
1929 | 2024-12-20T22:50:41.613Z | Checking ecdsa v0.16.9 |
1930 | 2024-12-20T22:50:41.688Z | Checking pkcs1 v0.7.5 |
1931 | 2024-12-20T22:50:41.991Z | Checking curve25519-dalek v4.1.3 |
1932 | 2024-12-20T22:50:42.132Z | Checking zerocopy v0.6.6 |
1933 | 2024-12-20T22:50:42.239Z | Checking usdt-impl v0.5.0 |
1934 | 2024-12-20T22:50:42.267Z | Checking siphasher v0.3.11 |
1935 | 2024-12-20T22:50:42.330Z | Checking rayon-core v1.12.1 |
1936 | 2024-12-20T22:50:42.593Z | Checking ed25519 v2.2.3 |
1937 | 2024-12-20T22:50:42.795Z | Checking usdt v0.5.0 |
1938 | 2024-12-20T22:50:42.888Z | Checking slog-json v2.6.1 |
1939 | 2024-12-20T22:50:42.916Z | Checking signal-hook v0.3.17 |
1940 | 2024-12-20T22:50:42.995Z | Checking quick-error v1.2.3 |
1941 | 2024-12-20T22:50:43.073Z | Checking debug-ignore v1.0.5 |
1942 | 2024-12-20T22:50:43.146Z | Checking multer v3.1.0 |
1943 | 2024-12-20T22:50:43.149Z | Checking slog-bunyan v2.5.0 |
1944 | 2024-12-20T22:50:43.224Z | Checking x509-cert v0.2.5 |
1945 | 2024-12-20T22:50:43.254Z | Checking idna v0.4.0 |
1946 | 2024-12-20T22:50:43.311Z | Checking hubpack v0.1.2 |
1947 | 2024-12-20T22:50:43.348Z | Checking rsa v0.9.6 |
1948 | 2024-12-20T22:50:43.528Z | Checking toml_edit v0.19.15 |
1949 | 2024-12-20T22:50:43.571Z | Checking serde_path_to_error v0.1.16 |
1950 | 2024-12-20T22:50:43.657Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-20T22:50:43.795Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-12-20T22:50:43.913Z | Checking ed25519-dalek v2.1.1 |
1953 | 2024-12-20T22:50:43.941Z | Checking async-stream v0.3.6 |
1954 | 2024-12-20T22:50:44.145Z | Checking hostname v0.4.0 |
1955 | 2024-12-20T22:50:44.174Z | Checking bit-vec v0.6.3 |
1956 | 2024-12-20T22:50:44.235Z | Checking hickory-proto v0.24.1 |
1957 | 2024-12-20T22:50:44.294Z | Checking bzip2 v0.4.4 |
1958 | 2024-12-20T22:50:44.335Z | Checking signal-hook-mio v0.2.4 |
1959 | 2024-12-20T22:50:44.404Z | Checking console v0.15.8 |
1960 | 2024-12-20T22:50:44.498Z | Checking hash32 v0.2.1 |
1961 | 2024-12-20T22:50:44.547Z | Checking bit-set v0.5.3 |
1962 | 2024-12-20T22:50:44.585Z | Checking unicode-properties v0.1.3 |
1963 | 2024-12-20T22:50:44.802Z | Checking linked-hash-map v0.5.6 |
1964 | 2024-12-20T22:50:44.831Z | Checking predicates-core v1.0.8 |
1965 | 2024-12-20T22:50:44.875Z | Checking heapless v0.7.17 |
1966 | 2024-12-20T22:50:44.955Z | Checking stringprep v0.1.5 |
1967 | 2024-12-20T22:50:44.988Z | Checking crossterm v0.28.1 |
1968 | 2024-12-20T22:50:45.018Z | Checking rayon v1.10.0 |
1969 | 2024-12-20T22:50:45.107Z | Checking tokio-rustls v0.25.0 |
1970 | 2024-12-20T22:50:45.142Z | Checking lru-cache v0.1.2 |
1971 | 2024-12-20T22:50:45.230Z | Checking phf_shared v0.11.2 |
1972 | 2024-12-20T22:50:45.334Z | Checking similar v2.6.0 |
1973 | 2024-12-20T22:50:45.513Z | Checking tokio-stream v0.1.16 |
1974 | 2024-12-20T22:50:45.529Z | Checking dropshot v0.12.0 |
1975 | 2024-12-20T22:50:45.932Z | Checking newtype-uuid v1.1.3 |
1976 | 2024-12-20T22:50:46.013Z | Checking toml v0.7.8 |
1977 | 2024-12-20T22:50:46.217Z | Checking md-5 v0.10.6 |
1978 | 2024-12-20T22:50:46.244Z | Checking float-cmp v0.9.0 |
1979 | 2024-12-20T22:50:46.354Z | Checking difflib v0.4.0 |
1980 | 2024-12-20T22:50:46.444Z | Checking fixedbitset v0.4.2 |
1981 | 2024-12-20T22:50:46.469Z | Checking normalize-line-endings v0.3.0 |
1982 | 2024-12-20T22:50:46.601Z | Checking fallible-iterator v0.2.0 |
1983 | 2024-12-20T22:50:46.676Z | Checking predicates v3.1.2 |
1984 | 2024-12-20T22:50:46.731Z | Checking petgraph v0.6.5 |
1985 | 2024-12-20T22:50:46.782Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-20T22:50:46.915Z | Checking phf v0.11.2 |
1987 | 2024-12-20T22:50:47.211Z | Checking zip v0.6.6 |
1988 | 2024-12-20T22:50:47.242Z | Checking postgres-protocol v0.6.7 |
1989 | 2024-12-20T22:50:47.378Z | Checking resolv-conf v0.7.0 |
1990 | 2024-12-20T22:50:47.736Z | Checking phf_shared v0.10.0 |
1991 | 2024-12-20T22:50:47.930Z | Checking tungstenite v0.24.0 |
1992 | 2024-12-20T22:50:47.957Z | Checking fs-err v2.11.0 |
1993 | 2024-12-20T22:50:48.032Z | Checking serde-big-array v0.5.1 |
1994 | 2024-12-20T22:50:48.268Z | Checking portable-atomic v1.9.0 |
1995 | 2024-12-20T22:50:48.296Z | Checking unicode-width v0.2.0 |
1996 | 2024-12-20T22:50:48.520Z | Checking lalrpop-util v0.19.12 |
1997 | 2024-12-20T22:50:48.798Z | Checking number_prefix v0.4.0 |
1998 | 2024-12-20T22:50:48.826Z | Checking precomputed-hash v0.1.1 |
1999 | 2024-12-20T22:50:48.886Z | Checking new_debug_unreachable v1.0.6 |
2000 | 2024-12-20T22:50:48.920Z | Checking minimal-lexical v0.2.1 |
2001 | 2024-12-20T22:50:48.950Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-12-20T22:50:48.953Z | Checking tokio-tungstenite v0.24.0 |
2003 | 2024-12-20T22:50:48.999Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2004 | 2024-12-20T22:50:49.002Z | Checking string_cache v0.8.7 |
2005 | 2024-12-20T22:50:49.218Z | Checking postgres-types v0.2.8 |
2006 | 2024-12-20T22:50:49.308Z | Checking indicatif v0.17.9 |
2007 | 2024-12-20T22:50:49.331Z | Checking peg-runtime v0.8.3 |
2008 | 2024-12-20T22:50:49.333Z | Checking nom v7.1.3 |
2009 | 2024-12-20T22:50:49.430Z | Checking heck v0.4.1 |
2010 | 2024-12-20T22:50:49.566Z | Checking whoami v1.5.2 |
2011 | 2024-12-20T22:50:49.772Z | Compiling hashbrown v0.14.5 |
2012 | 2024-12-20T22:50:49.906Z | Compiling ident_case v1.0.1 |
2013 | 2024-12-20T22:50:49.946Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-20T22:50:50.078Z | Compiling darling_core v0.20.10 |
2015 | 2024-12-20T22:50:50.107Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-20T22:50:50.650Z | Checking qorb v0.2.1 |
2017 | 2024-12-20T22:50:51.142Z | Compiling regress v0.10.1 |
2018 | 2024-12-20T22:50:51.412Z | Checking heck v0.5.0 |
2019 | 2024-12-20T22:50:51.637Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-20T22:50:52.308Z | Checking progenitor-client v0.8.0 |
2021 | 2024-12-20T22:50:52.676Z | Checking fastrand v2.1.1 |
2022 | 2024-12-20T22:50:53.031Z | Checking ipnetwork v0.20.0 |
2023 | 2024-12-20T22:50:53.178Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2024 | 2024-12-20T22:50:53.320Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-12-20T22:50:53.416Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-12-20T22:50:53.762Z | Checking strum v0.26.3 |
2027 | 2024-12-20T22:50:53.935Z | Compiling dropshot v0.13.0 |
2028 | 2024-12-20T22:50:54.287Z | Checking macaddr v1.0.1 |
2029 | 2024-12-20T22:50:54.449Z | Compiling dropshot_endpoint v0.13.0 |
2030 | 2024-12-20T22:50:54.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2031 | 2024-12-20T22:50:54.765Z | Checking tempfile v3.13.0 |
2032 | 2024-12-20T22:50:55.164Z | Compiling typify-impl v0.2.0 |
2033 | 2024-12-20T22:50:55.386Z | Checking instant v0.1.13 |
2034 | 2024-12-20T22:50:55.510Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2024-12-20T22:50:55.869Z | Checking regress v0.9.1 |
2036 | 2024-12-20T22:50:56.130Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2037 | 2024-12-20T22:50:56.340Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2038 | 2024-12-20T22:50:56.354Z | Compiling structmeta v0.3.0 |
2039 | 2024-12-20T22:50:56.758Z | Checking backoff v0.4.0 |
2040 | 2024-12-20T22:50:56.841Z | Compiling parse-display-derive v0.10.0 |
2041 | 2024-12-20T22:50:56.988Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-12-20T22:50:57.105Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2043 | 2024-12-20T22:50:57.139Z | Checking wait-timeout v0.2.0 |
2044 | 2024-12-20T22:50:57.271Z | Checking rand_xorshift v0.3.0 |
2045 | 2024-12-20T22:50:57.306Z | Compiling darling_macro v0.20.10 |
2046 | 2024-12-20T22:50:57.331Z | Checking rusty-fork v0.3.0 |
2047 | 2024-12-20T22:50:57.459Z | Checking unarray v0.1.4 |
2048 | 2024-12-20T22:50:57.616Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-20T22:50:57.642Z | Checking proptest v1.5.0 |
2050 | 2024-12-20T22:50:58.251Z | Compiling darling v0.20.10 |
2051 | 2024-12-20T22:50:58.277Z | Checking camino-tempfile v1.1.1 |
2052 | 2024-12-20T22:50:58.386Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-20T22:50:58.558Z | Compiling proc-macro-error v1.0.4 |
2054 | 2024-12-20T22:50:59.279Z | Compiling proc-macro-crate v1.3.1 |
2055 | 2024-12-20T22:50:59.408Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2056 | 2024-12-20T22:50:59.786Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-20T22:51:00.120Z | Compiling foreign-types-macros v0.2.3 |
2058 | 2024-12-20T22:51:00.812Z | Compiling num_enum_derive v0.5.11 |
2059 | 2024-12-20T22:51:00.832Z | Compiling structmeta v0.2.0 |
2060 | 2024-12-20T22:51:01.085Z | Compiling test-strategy v0.3.1 |
2061 | 2024-12-20T22:51:01.388Z | Checking serde_with v3.11.0 |
2062 | 2024-12-20T22:51:01.449Z | Checking foreign-types-shared v0.3.1 |
2063 | 2024-12-20T22:51:01.578Z | Checking foreign-types v0.5.0 |
2064 | 2024-12-20T22:51:01.605Z | Checking parse-display v0.10.0 |
2065 | 2024-12-20T22:51:01.889Z | Checking tabwriter v1.4.0 |
2066 | 2024-12-20T22:51:02.055Z | Checking cstr-argument v0.1.2 |
2067 | 2024-12-20T22:51:02.153Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-20T22:51:02.249Z | Checking pretty-hex v0.2.1 |
2069 | 2024-12-20T22:51:02.427Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2070 | 2024-12-20T22:51:02.529Z | Checking colored v2.1.0 |
2071 | 2024-12-20T22:51:02.726Z | Checking smf v0.2.3 |
2072 | 2024-12-20T22:51:02.842Z | Checking itertools v0.13.0 |
2073 | 2024-12-20T22:51:03.062Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2074 | 2024-12-20T22:51:03.103Z | Checking num_enum v0.5.11 |
2075 | 2024-12-20T22:51:03.203Z | Compiling crucible-workspace-hack v0.1.0 |
2076 | 2024-12-20T22:51:03.228Z | Compiling zerocopy v0.8.10 |
2077 | 2024-12-20T22:51:03.264Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2078 | 2024-12-20T22:51:03.364Z | Checking atomicwrites v0.4.4 |
2079 | 2024-12-20T22:51:03.564Z | Compiling zerocopy-derive v0.8.10 |
2080 | 2024-12-20T22:51:03.591Z | Compiling heapless v0.8.0 |
2081 | 2024-12-20T22:51:04.188Z | Checking base64 v0.21.7 |
2082 | 2024-12-20T22:51:04.225Z | Checking termtree v0.4.1 |
2083 | 2024-12-20T22:51:04.431Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-20T22:51:04.797Z | Checking hash32 v0.3.1 |
2085 | 2024-12-20T22:51:04.840Z | Compiling smoltcp v0.11.0 |
2086 | 2024-12-20T22:51:04.887Z | Checking cobs v0.2.3 |
2087 | 2024-12-20T22:51:05.083Z | Checking postcard v1.0.10 |
2088 | 2024-12-20T22:51:05.137Z | Checking sigpipe v0.1.3 |
2089 | 2024-12-20T22:51:05.253Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-20T22:51:05.563Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-20T22:51:05.627Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-20T22:51:05.680Z | Compiling thiserror v2.0.3 |
2093 | 2024-12-20T22:51:05.683Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-20T22:51:05.728Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-12-20T22:51:06.038Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-20T22:51:06.062Z | Compiling thiserror-impl v2.0.3 |
2097 | 2024-12-20T22:51:06.356Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2098 | 2024-12-20T22:51:06.662Z | Compiling zone_cfg_derive v0.3.0 |
2099 | 2024-12-20T22:51:06.688Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2024-12-20T22:51:08.266Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2101 | 2024-12-20T22:51:08.619Z | Compiling num-derive v0.4.2 |
2102 | 2024-12-20T22:51:08.645Z | Checking fragile v2.0.0 |
2103 | 2024-12-20T22:51:08.942Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2104 | 2024-12-20T22:51:09.013Z | Checking downcast v0.11.0 |
2105 | 2024-12-20T22:51:09.217Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-20T22:51:09.278Z | Checking zone v0.3.0 |
2107 | 2024-12-20T22:51:09.470Z | Compiling convert_case v0.4.0 |
2108 | 2024-12-20T22:51:09.843Z | Checking newline-converter v0.3.0 |
2109 | 2024-12-20T22:51:10.014Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-20T22:51:10.017Z | Checking expectorate v1.1.0 |
2111 | 2024-12-20T22:51:10.071Z | Checking same-file v1.0.6 |
2112 | 2024-12-20T22:51:10.218Z | Checking arc-swap v1.7.1 |
2113 | 2024-12-20T22:51:10.254Z | Checking walkdir v2.5.0 |
2114 | 2024-12-20T22:51:10.484Z | Compiling derive_more v0.99.18 |
2115 | 2024-12-20T22:51:10.556Z | Checking xattr v1.3.1 |
2116 | 2024-12-20T22:51:10.653Z | Checking slog-scope v4.4.0 |
2117 | 2024-12-20T22:51:10.742Z | Checking filetime v0.2.25 |
2118 | 2024-12-20T22:51:10.872Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-12-20T22:51:10.947Z | Checking tar v0.4.42 |
2120 | 2024-12-20T22:51:10.984Z | Checking tokio-tungstenite v0.21.0 |
2121 | 2024-12-20T22:51:11.009Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2122 | 2024-12-20T22:51:11.039Z | Checking slog-envlogger v2.2.0 |
2123 | 2024-12-20T22:51:11.260Z | Checking num-rational v0.4.2 |
2124 | 2024-12-20T22:51:11.535Z | Checking num-complex v0.4.6 |
2125 | 2024-12-20T22:51:11.537Z | Checking float-ord v0.3.2 |
2126 | 2024-12-20T22:51:11.725Z | Compiling cancel-safe-futures v0.1.5 |
2127 | 2024-12-20T22:51:11.841Z | Compiling owo-colors v4.1.0 |
2128 | 2024-12-20T22:51:11.986Z | Checking swrite v0.1.0 |
2129 | 2024-12-20T22:51:12.137Z | Checking libsw v3.3.1 |
2130 | 2024-12-20T22:51:12.447Z | Checking password-hash v0.5.0 |
2131 | 2024-12-20T22:51:12.512Z | Checking num v0.4.3 |
2132 | 2024-12-20T22:51:12.575Z | Checking blake2 v0.10.6 |
2133 | 2024-12-20T22:51:12.629Z | Checking indent_write v2.2.0 |
2134 | 2024-12-20T22:51:12.853Z | Checking linear-map v1.2.0 |
2135 | 2024-12-20T22:51:12.941Z | Checking pem v3.0.4 |
2136 | 2024-12-20T22:51:13.067Z | Checking argon2 v0.5.3 |
2137 | 2024-12-20T22:51:13.193Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2138 | 2024-12-20T22:51:13.540Z | Compiling lzma-sys v0.1.20 |
2139 | 2024-12-20T22:51:13.717Z | Checking headers-core v0.3.0 |
2140 | 2024-12-20T22:51:13.776Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2141 | 2024-12-20T22:51:13.864Z | Compiling heck v0.3.3 |
2142 | 2024-12-20T22:51:13.902Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2143 | 2024-12-20T22:51:13.939Z | Compiling typify-macro v0.2.0 |
2144 | 2024-12-20T22:51:14.078Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2145 | 2024-12-20T22:51:14.150Z | Checking highway v1.2.0 |
2146 | 2024-12-20T22:51:14.279Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2147 | 2024-12-20T22:51:14.542Z | Compiling zone_cfg_derive v0.1.2 |
2148 | 2024-12-20T22:51:14.587Z | Checking headers v0.4.0 |
2149 | 2024-12-20T22:51:14.619Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-20T22:51:14.694Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2024-12-20T22:51:14.906Z | Checking yasna v0.5.2 |
2152 | 2024-12-20T22:51:15.068Z | Checking mockall v0.13.0 |
2153 | 2024-12-20T22:51:15.320Z | Checking base64 v0.13.1 |
2154 | 2024-12-20T22:51:15.725Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2155 | 2024-12-20T22:51:15.749Z | Checking ron v0.7.1 |
2156 | 2024-12-20T22:51:15.773Z | Checking rcgen v0.12.1 |
2157 | 2024-12-20T22:51:16.073Z | Checking zone v0.1.8 |
2158 | 2024-12-20T22:51:16.455Z | Checking xz2 v0.1.7 |
2159 | 2024-12-20T22:51:16.778Z | Checking subprocess v0.2.9 |
2160 | 2024-12-20T22:51:16.846Z | Checking humantime v2.1.0 |
2161 | 2024-12-20T22:51:17.016Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2162 | 2024-12-20T22:51:17.119Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2163 | 2024-12-20T22:51:17.146Z | Compiling semver v0.1.20 |
2164 | 2024-12-20T22:51:17.344Z | Checking half v2.4.1 |
2165 | 2024-12-20T22:51:17.791Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-20T22:51:17.822Z | Checking ciborium-io v0.2.2 |
2167 | 2024-12-20T22:51:17.956Z | Checking ciborium-ll v0.2.2 |
2168 | 2024-12-20T22:51:18.234Z | Checking ciborium v0.2.2 |
2169 | 2024-12-20T22:51:18.300Z | Compiling newtype_derive v0.1.6 |
2170 | 2024-12-20T22:51:18.300Z | Checking prettyplease v0.2.25 |
2171 | 2024-12-20T22:51:18.384Z | Compiling typify v0.2.0 |
2172 | 2024-12-20T22:51:18.489Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-20T22:51:18.529Z | Compiling progenitor-impl v0.8.0 |
2174 | 2024-12-20T22:51:18.780Z | Checking steno v0.4.1 |
2175 | 2024-12-20T22:51:20.285Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2176 | 2024-12-20T22:51:21.116Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-12-20T22:51:21.276Z | Compiling slog-dtrace v0.3.0 |
2178 | 2024-12-20T22:51:21.994Z | Checking display-error-chain v0.2.2 |
2179 | 2024-12-20T22:51:22.179Z | Checking gethostname v0.5.0 |
2180 | 2024-12-20T22:51:22.310Z | Checking nibble_vec v0.1.0 |
2181 | 2024-12-20T22:51:22.400Z | Compiling ring v0.16.20 |
2182 | 2024-12-20T22:51:22.426Z | Compiling blake3 v1.5.4 |
2183 | 2024-12-20T22:51:22.473Z | Checking keccak v0.1.5 |
2184 | 2024-12-20T22:51:22.515Z | Checking endian-type v0.1.2 |
2185 | 2024-12-20T22:51:22.749Z | Checking radix_trie v0.2.1 |
2186 | 2024-12-20T22:51:22.804Z | Checking sha3 v0.10.8 |
2187 | 2024-12-20T22:51:23.173Z | Checking universal-hash v0.5.1 |
2188 | 2024-12-20T22:51:23.246Z | Checking secrecy v0.8.0 |
2189 | 2024-12-20T22:51:23.358Z | Checking opaque-debug v0.3.1 |
2190 | 2024-12-20T22:51:23.462Z | Checking aead v0.5.2 |
2191 | 2024-12-20T22:51:23.485Z | Checking poly1305 v0.8.0 |
2192 | 2024-12-20T22:51:23.674Z | Checking chacha20 v0.9.1 |
2193 | 2024-12-20T22:51:24.006Z | Compiling memmap2 v0.9.5 |
2194 | 2024-12-20T22:51:24.030Z | Compiling spin v0.5.2 |
2195 | 2024-12-20T22:51:24.270Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-12-20T22:51:24.470Z | Compiling arrayref v0.3.9 |
2197 | 2024-12-20T22:51:24.494Z | Compiling arrayvec v0.7.6 |
2198 | 2024-12-20T22:51:24.581Z | Compiling toolchain_find v0.4.0 |
2199 | 2024-12-20T22:51:24.734Z | Compiling thiserror-impl-no-std v2.0.2 |
2200 | 2024-12-20T22:51:25.143Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2201 | 2024-12-20T22:51:25.301Z | Compiling topological-sort v0.2.2 |
2202 | 2024-12-20T22:51:25.477Z | Compiling rustfmt-wrapper v0.2.1 |
2203 | 2024-12-20T22:51:25.531Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2204 | 2024-12-20T22:51:25.867Z | Checking chacha20poly1305 v0.10.1 |
2205 | 2024-12-20T22:51:25.899Z | Compiling async-recursion v1.1.1 |
2206 | 2024-12-20T22:51:26.031Z | Checking fxhash v0.2.1 |
2207 | 2024-12-20T22:51:26.086Z | Compiling zip v2.1.3 |
2208 | 2024-12-20T22:51:26.187Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-20T22:51:26.212Z | Checking simd-adler32 v0.3.7 |
2210 | 2024-12-20T22:51:26.434Z | Checking bumpalo v3.16.0 |
2211 | 2024-12-20T22:51:26.499Z | Checking termcolor v1.4.1 |
2212 | 2024-12-20T22:51:26.586Z | Checking maplit v1.0.2 |
2213 | 2024-12-20T22:51:26.713Z | Compiling radium v0.7.0 |
2214 | 2024-12-20T22:51:26.793Z | Checking zopfli v0.8.1 |
2215 | 2024-12-20T22:51:26.813Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-20T22:51:26.946Z | Checking tap v1.0.1 |
2217 | 2024-12-20T22:51:27.127Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-12-20T22:51:27.605Z | Checking wyz v0.5.1 |
2219 | 2024-12-20T22:51:27.631Z | Checking funty v2.0.0 |
2220 | 2024-12-20T22:51:27.743Z | Compiling packed_struct v0.10.1 |
2221 | 2024-12-20T22:51:28.002Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-12-20T22:51:28.064Z | Checking thiserror-no-std v2.0.2 |
2223 | 2024-12-20T22:51:28.185Z | Checking vsss-rs v3.3.4 |
2224 | 2024-12-20T22:51:28.224Z | Checking home v0.5.9 |
2225 | 2024-12-20T22:51:28.379Z | Checking crc-catalog v2.4.0 |
2226 | 2024-12-20T22:51:28.530Z | Checking crc v3.2.1 |
2227 | 2024-12-20T22:51:28.649Z | Checking bitvec v1.0.1 |
2228 | 2024-12-20T22:51:28.724Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-12-20T22:51:28.991Z | Checking kstat-rs v0.2.4 |
2230 | 2024-12-20T22:51:29.325Z | Compiling packed_struct_codegen v0.10.1 |
2231 | 2024-12-20T22:51:29.358Z | Compiling vte_generate_state_changes v0.1.2 |
2232 | 2024-12-20T22:51:29.709Z | Compiling indexmap v1.9.3 |
2233 | 2024-12-20T22:51:30.031Z | Checking nodrop v0.1.14 |
2234 | 2024-12-20T22:51:30.054Z | Compiling libefi-sys v0.1.0 |
2235 | 2024-12-20T22:51:30.169Z | Checking array-init v0.0.4 |
2236 | 2024-12-20T22:51:30.390Z | Checking vte v0.11.1 |
2237 | 2024-12-20T22:51:30.915Z | Checking const_format v0.2.33 |
2238 | 2024-12-20T22:51:31.228Z | Checking smallvec v0.6.14 |
2239 | 2024-12-20T22:51:31.449Z | Checking fd-lock v4.0.2 |
2240 | 2024-12-20T22:51:31.543Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2241 | 2024-12-20T22:51:31.648Z | Compiling bitfield-struct v0.6.2 |
2242 | 2024-12-20T22:51:31.689Z | Checking bitfield v0.14.0 |
2243 | 2024-12-20T22:51:31.841Z | Checking hashbrown v0.12.3 |
2244 | 2024-12-20T22:51:31.979Z | Checking strip-ansi-escapes v0.2.0 |
2245 | 2024-12-20T22:51:32.070Z | Checking serde-hex v0.1.0 |
2246 | 2024-12-20T22:51:32.228Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2247 | 2024-12-20T22:51:32.487Z | Checking env_logger v0.10.2 |
2248 | 2024-12-20T22:51:32.537Z | Checking ron v0.8.1 |
2249 | 2024-12-20T22:51:32.918Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2250 | 2024-12-20T22:51:33.138Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-20T22:51:33.235Z | Checking itertools v0.12.1 |
2252 | 2024-12-20T22:51:33.704Z | Checking hashbrown v0.13.2 |
2253 | 2024-12-20T22:51:33.780Z | Checking nu-ansi-term v0.50.1 |
2254 | 2024-12-20T22:51:33.852Z | Checking crc-any v2.5.0 |
2255 | 2024-12-20T22:51:34.195Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2256 | 2024-12-20T22:51:34.257Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2257 | 2024-12-20T22:51:34.320Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2258 | 2024-12-20T22:51:34.545Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-12-20T22:51:34.776Z | Compiling parking_lot_core v0.8.6 |
2260 | 2024-12-20T22:51:34.779Z | Checking path-slash v0.1.5 |
2261 | 2024-12-20T22:51:34.818Z | Checking object v0.30.4 |
2262 | 2024-12-20T22:51:34.839Z | Compiling phf_generator v0.11.2 |
2263 | 2024-12-20T22:51:34.951Z | Checking bytecount v0.6.8 |
2264 | 2024-12-20T22:51:35.037Z | Checking glob v0.3.1 |
2265 | 2024-12-20T22:51:35.116Z | Checking papergrid v0.11.0 |
2266 | 2024-12-20T22:51:35.350Z | Compiling phf_codegen v0.11.2 |
2267 | 2024-12-20T22:51:35.554Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-12-20T22:51:35.590Z | Compiling tabled_derive v0.7.0 |
2269 | 2024-12-20T22:51:35.624Z | Checking parking_lot v0.11.2 |
2270 | 2024-12-20T22:51:35.886Z | Checking reedline v0.35.0 |
2271 | 2024-12-20T22:51:35.982Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-20T22:51:35.984Z | Compiling cfg_aliases v0.1.1 |
2273 | 2024-12-20T22:51:36.114Z | Compiling nix v0.28.0 |
2274 | 2024-12-20T22:51:36.659Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2024-12-20T22:51:36.959Z | Checking sled v0.34.7 |
2276 | 2024-12-20T22:51:38.166Z | Checking hickory-client v0.24.1 |
2277 | 2024-12-20T22:51:38.207Z | Checking tabled v0.15.0 |
2278 | 2024-12-20T22:51:38.210Z | Checking hickory-server v0.24.1 |
2279 | 2024-12-20T22:51:38.676Z | Compiling chrono-tz v0.10.0 |
2280 | 2024-12-20T22:51:38.904Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2281 | 2024-12-20T22:51:39.329Z | Compiling buf-list v1.0.3 |
2282 | 2024-12-20T22:51:40.097Z | Compiling peg-macros v0.8.4 |
2283 | 2024-12-20T22:51:41.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2284 | 2024-12-20T22:51:41.076Z | Compiling sqlparser_derive v0.2.2 |
2285 | 2024-12-20T22:51:41.103Z | Checking unicode_categories v0.1.1 |
2286 | 2024-12-20T22:51:41.449Z | Checking sqlformat v0.2.6 |
2287 | 2024-12-20T22:51:42.261Z | Checking sqlparser v0.45.0 |
2288 | 2024-12-20T22:51:42.484Z | Checking rustyline v14.0.0 |
2289 | 2024-12-20T22:51:42.573Z | Checking progenitor v0.8.0 |
2290 | 2024-12-20T22:51:42.843Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2024-12-20T22:51:42.868Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2292 | 2024-12-20T22:51:43.977Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2293 | 2024-12-20T22:51:45.993Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2294 | 2024-12-20T22:51:46.666Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2295 | 2024-12-20T22:51:48.342Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2024-12-20T22:51:48.511Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2297 | 2024-12-20T22:51:49.731Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2298 | 2024-12-20T22:51:51.193Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2299 | 2024-12-20T22:51:51.563Z | Checking peg v0.8.4 |
2300 | 2024-12-20T22:51:51.681Z | Checking bcs v0.1.6 |
2301 | 2024-12-20T22:51:52.067Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2302 | 2024-12-20T22:51:52.168Z | Checking primeorder v0.13.6 |
2303 | 2024-12-20T22:51:52.461Z | Compiling unicase v2.7.0 |
2304 | 2024-12-20T22:51:52.623Z | Checking nanorand v0.7.0 |
2305 | 2024-12-20T22:51:52.646Z | Checking atty v0.2.14 |
2306 | 2024-12-20T22:51:52.746Z | Compiling salty v0.3.0 |
2307 | 2024-12-20T22:51:52.791Z | Checking p384 v0.13.0 |
2308 | 2024-12-20T22:51:52.950Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2024-12-20T22:51:52.997Z | Checking flume v0.11.1 |
2310 | 2024-12-20T22:51:53.386Z | Compiling mime_guess v2.0.5 |
2311 | 2024-12-20T22:51:53.478Z | Checking env_filter v0.1.2 |
2312 | 2024-12-20T22:51:53.728Z | Checking http-range v0.1.5 |
2313 | 2024-12-20T22:51:53.789Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2314 | 2024-12-20T22:51:53.911Z | Checking env_logger v0.11.5 |
2315 | 2024-12-20T22:51:54.024Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-20T22:51:54.247Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2317 | 2024-12-20T22:51:54.285Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2318 | 2024-12-20T22:51:54.419Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2319 | 2024-12-20T22:51:54.444Z | Compiling dsl_auto_type v0.1.2 |
2320 | 2024-12-20T22:51:54.576Z | Checking scheduled-thread-pool v0.2.7 |
2321 | 2024-12-20T22:51:54.727Z | Compiling diesel_table_macro_syntax v0.2.0 |
2322 | 2024-12-20T22:51:54.820Z | Compiling crunchy v0.2.2 |
2323 | 2024-12-20T22:51:54.841Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-20T22:51:55.152Z | Checking r2d2 v0.8.10 |
2325 | 2024-12-20T22:51:55.494Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2326 | 2024-12-20T22:51:55.517Z | Checking hyper-staticfile v0.10.1 |
2327 | 2024-12-20T22:51:56.051Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2328 | 2024-12-20T22:51:56.076Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2329 | 2024-12-20T22:51:56.187Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-20T22:51:56.619Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2331 | 2024-12-20T22:51:56.744Z | Compiling tiny-keccak v2.0.2 |
2332 | 2024-12-20T22:51:57.076Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2333 | 2024-12-20T22:51:57.129Z | Compiling pin-project-internal v1.1.6 |
2334 | 2024-12-20T22:51:57.336Z | Compiling ref-cast v1.0.23 |
2335 | 2024-12-20T22:51:57.970Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2336 | 2024-12-20T22:51:58.278Z | Compiling ascii-canvas v3.0.0 |
2337 | 2024-12-20T22:51:58.301Z | Compiling ena v0.14.3 |
2338 | 2024-12-20T22:51:58.729Z | Compiling ref-cast-impl v1.0.23 |
2339 | 2024-12-20T22:51:58.831Z | Compiling regex-syntax v0.6.29 |
2340 | 2024-12-20T22:51:59.808Z | Compiling diff v0.1.13 |
2341 | 2024-12-20T22:52:00.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2342 | 2024-12-20T22:52:00.177Z | Checking pin-project v1.1.6 |
2343 | 2024-12-20T22:52:00.313Z | Checking signal-hook-tokio v0.3.1 |
2344 | 2024-12-20T22:52:00.506Z | Compiling snafu-derive v0.8.5 |
2345 | 2024-12-20T22:52:00.509Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2346 | 2024-12-20T22:52:00.820Z | Compiling derive_builder_core v0.20.2 |
2347 | 2024-12-20T22:52:03.471Z | Compiling lalrpop v0.19.12 |
2348 | 2024-12-20T22:52:04.399Z | Checking globset v0.4.15 |
2349 | 2024-12-20T22:52:04.889Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2350 | 2024-12-20T22:52:04.912Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2351 | 2024-12-20T22:52:06.332Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2352 | 2024-12-20T22:52:08.767Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2353 | 2024-12-20T22:52:09.174Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2354 | 2024-12-20T22:52:10.188Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2355 | 2024-12-20T22:52:10.275Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-20T22:52:11.085Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2357 | 2024-12-20T22:52:11.563Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2358 | 2024-12-20T22:52:12.078Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2359 | 2024-12-20T22:52:12.456Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2360 | 2024-12-20T22:52:12.619Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2361 | 2024-12-20T22:52:13.058Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2024-12-20T22:52:13.302Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2363 | 2024-12-20T22:52:13.397Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2364 | 2024-12-20T22:52:13.972Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2365 | 2024-12-20T22:52:14.398Z | Checking diesel v2.2.6 |
2366 | 2024-12-20T22:52:14.616Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2367 | 2024-12-20T22:52:14.739Z | Checking snafu v0.8.5 |
2368 | 2024-12-20T22:52:15.075Z | Checking olpc-cjson v0.1.4 |
2369 | 2024-12-20T22:52:15.215Z | Checking serde_plain v1.0.2 |
2370 | 2024-12-20T22:52:15.306Z | Compiling libxml v0.3.3 |
2371 | 2024-12-20T22:52:15.476Z | Compiling memoffset v0.9.1 |
2372 | 2024-12-20T22:52:15.796Z | Checking typed-path v0.9.3 |
2373 | 2024-12-20T22:52:17.821Z | Checking tough v0.19.0 |
2374 | 2024-12-20T22:52:17.997Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2375 | 2024-12-20T22:52:18.590Z | Compiling derive_builder_macro v0.20.2 |
2376 | 2024-12-20T22:52:19.420Z | Checking tungstenite v0.23.0 |
2377 | 2024-12-20T22:52:19.476Z | Compiling strum_macros v0.24.3 |
2378 | 2024-12-20T22:52:19.679Z | Compiling samael v0.0.17 |
2379 | 2024-12-20T22:52:19.737Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2380 | 2024-12-20T22:52:20.383Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2381 | 2024-12-20T22:52:20.419Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2024-12-20T22:52:20.746Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2024-12-20T22:52:22.130Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2384 | 2024-12-20T22:52:22.714Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2024-12-20T22:52:23.085Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2024-12-20T22:52:23.276Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2024-12-20T22:52:24.227Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2024-12-20T22:52:25.193Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2389 | 2024-12-20T22:52:25.196Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2390 | 2024-12-20T22:52:25.545Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2391 | 2024-12-20T22:52:26.061Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2392 | 2024-12-20T22:52:28.313Z | Checking parse-size v1.1.0 |
2393 | 2024-12-20T22:52:28.351Z | Compiling indoc v1.0.9 |
2394 | 2024-12-20T22:52:29.381Z | Checking tokio-tungstenite v0.23.1 |
2395 | 2024-12-20T22:52:29.873Z | Checking derive_builder v0.20.2 |
2396 | 2024-12-20T22:52:31.110Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2397 | 2024-12-20T22:52:31.133Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2398 | 2024-12-20T22:52:31.423Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2399 | 2024-12-20T22:52:31.885Z | Checking quick-xml v0.33.0 |
2400 | 2024-12-20T22:52:32.432Z | Compiling oso-derive v0.27.3 |
2401 | 2024-12-20T22:52:33.332Z | Compiling impl-trait-for-tuples v0.2.2 |
2402 | 2024-12-20T22:52:33.483Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2403 | 2024-12-20T22:52:33.916Z | Checking nix v0.27.1 |
2404 | 2024-12-20T22:52:35.279Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2405 | 2024-12-20T22:52:36.557Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2406 | 2024-12-20T22:52:37.030Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2407 | 2024-12-20T22:52:37.294Z | Compiling diesel-dtrace v0.4.2 |
2408 | 2024-12-20T22:52:37.908Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2409 | 2024-12-20T22:52:38.432Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2410 | 2024-12-20T22:52:38.721Z | Checking bb8 v0.8.5 |
2411 | 2024-12-20T22:52:39.269Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2412 | 2024-12-20T22:52:40.040Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2413 | 2024-12-20T22:52:40.126Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2414 | 2024-12-20T22:52:41.288Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2415 | 2024-12-20T22:52:41.427Z | Checking rand_seeder v0.3.0 |
2416 | 2024-12-20T22:52:41.487Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-20T22:52:41.686Z | Checking assert_matches v1.5.0 |
2418 | 2024-12-20T22:52:41.689Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-12-20T22:52:41.732Z | Compiling libz-sys v1.1.20 |
2420 | 2024-12-20T22:52:41.794Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-12-20T22:52:41.848Z | Checking castaway v0.2.3 |
2422 | 2024-12-20T22:52:41.962Z | Checking is_ci v1.2.0 |
2423 | 2024-12-20T22:52:42.026Z | Checking compact_str v0.8.0 |
2424 | 2024-12-20T22:52:42.115Z | Checking supports-color v3.0.1 |
2425 | 2024-12-20T22:52:42.308Z | Checking unicode-truncate v1.1.0 |
2426 | 2024-12-20T22:52:42.522Z | Checking lru v0.12.5 |
2427 | 2024-12-20T22:52:42.546Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2428 | 2024-12-20T22:52:42.818Z | Compiling instability v0.3.2 |
2429 | 2024-12-20T22:52:42.938Z | Checking cassowary v0.3.0 |
2430 | 2024-12-20T22:52:43.562Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2431 | 2024-12-20T22:52:43.735Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2432 | 2024-12-20T22:52:43.836Z | Checking ratatui v0.28.1 |
2433 | 2024-12-20T22:52:44.040Z | Compiling vergen v8.3.2 |
2434 | 2024-12-20T22:52:44.341Z | Compiling cargo-platform v0.1.8 |
2435 | 2024-12-20T22:52:44.953Z | Checking smawk v0.3.2 |
2436 | 2024-12-20T22:52:45.168Z | Checking unicode-linebreak v0.1.5 |
2437 | 2024-12-20T22:52:45.331Z | Compiling cargo_metadata v0.18.1 |
2438 | 2024-12-20T22:52:45.431Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2439 | 2024-12-20T22:52:45.566Z | Checking textwrap v0.16.1 |
2440 | 2024-12-20T22:52:45.918Z | Compiling libsqlite3-sys v0.30.1 |
2441 | 2024-12-20T22:52:46.004Z | Compiling rustls v0.21.12 |
2442 | 2024-12-20T22:52:46.295Z | Checking shell-words v1.1.0 |
2443 | 2024-12-20T22:52:46.446Z | Compiling cfg_aliases v0.2.1 |
2444 | 2024-12-20T22:52:46.563Z | Compiling nix v0.29.0 |
2445 | 2024-12-20T22:52:46.799Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2446 | 2024-12-20T22:52:47.084Z | Checking rustls-webpki v0.101.7 |
2447 | 2024-12-20T22:52:47.466Z | Checking sct v0.7.1 |
2448 | 2024-12-20T22:52:48.245Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2449 | 2024-12-20T22:52:48.285Z | Checking hashlink v0.9.1 |
2450 | 2024-12-20T22:52:48.490Z | Checking concurrent-queue v2.5.0 |
2451 | 2024-12-20T22:52:48.823Z | Checking plotters-backend v0.3.7 |
2452 | 2024-12-20T22:52:48.880Z | Checking parking v2.2.1 |
2453 | 2024-12-20T22:52:48.936Z | Checking fallible-streaming-iterator v0.1.9 |
2454 | 2024-12-20T22:52:49.062Z | Checking fallible-iterator v0.3.0 |
2455 | 2024-12-20T22:52:49.168Z | Checking plotters-svg v0.3.7 |
2456 | 2024-12-20T22:52:49.363Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2457 | 2024-12-20T22:52:49.712Z | Checking rusqlite v0.32.1 |
2458 | 2024-12-20T22:52:49.735Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-12-20T22:52:49.828Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2460 | 2024-12-20T22:52:50.179Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2461 | 2024-12-20T22:52:51.075Z | Checking async-bb8-diesel v0.2.1 |
2462 | 2024-12-20T22:52:51.174Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2463 | 2024-12-20T22:52:51.392Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2464 | 2024-12-20T22:52:51.503Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2465 | 2024-12-20T22:52:51.829Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2466 | 2024-12-20T22:52:52.111Z | Checking tokio-rustls v0.24.1 |
2467 | 2024-12-20T22:52:52.277Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2468 | 2024-12-20T22:52:52.515Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2469 | 2024-12-20T22:52:52.817Z | Checking rustls-pemfile v1.0.4 |
2470 | 2024-12-20T22:52:53.041Z | Checking twox-hash v1.6.3 |
2471 | 2024-12-20T22:52:53.201Z | Checking cast v0.3.0 |
2472 | 2024-12-20T22:52:53.513Z | Checking criterion-plot v0.5.0 |
2473 | 2024-12-20T22:52:53.572Z | Checking plotters v0.3.7 |
2474 | 2024-12-20T22:52:54.049Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2475 | 2024-12-20T22:52:54.324Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2476 | 2024-12-20T22:52:55.083Z | Checking fatfs v0.3.6 |
2477 | 2024-12-20T22:52:55.396Z | Checking tinytemplate v1.2.1 |
2478 | 2024-12-20T22:52:55.801Z | Checking csv-core v0.1.11 |
2479 | 2024-12-20T22:52:56.104Z | Checking anes v0.1.6 |
2480 | 2024-12-20T22:52:56.154Z | Checking oorandom v11.1.4 |
2481 | 2024-12-20T22:52:56.176Z | Checking hex-literal v0.4.1 |
2482 | 2024-12-20T22:52:56.321Z | Checking csv v1.3.0 |
2483 | 2024-12-20T22:52:56.345Z | Checking event-listener v5.3.1 |
2484 | 2024-12-20T22:52:56.494Z | Checking criterion v0.5.1 |
2485 | 2024-12-20T22:52:56.751Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2486 | 2024-12-20T22:52:57.201Z | Checking rtoolbox v0.0.2 |
2487 | 2024-12-20T22:52:57.425Z | Checking rpassword v7.3.1 |
2488 | 2024-12-20T22:52:57.584Z | Checking event-listener-strategy v0.5.2 |
2489 | 2024-12-20T22:52:57.819Z | Checking tui-tree-widget v0.22.0 |
2490 | 2024-12-20T22:52:58.160Z | Checking polyval v0.6.2 |
2491 | 2024-12-20T22:52:58.444Z | Checking ghash v0.5.1 |
2492 | 2024-12-20T22:52:58.625Z | Checking futures-lite v2.3.0 |
2493 | 2024-12-20T22:52:59.354Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2494 | 2024-12-20T22:53:00.097Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2495 | 2024-12-20T22:53:00.626Z | Checking ctr v0.9.2 |
2496 | 2024-12-20T22:53:00.724Z | Checking yansi v1.0.1 |
2497 | 2024-12-20T22:53:01.445Z | Checking aes-gcm v0.10.3 |
2498 | 2024-12-20T22:53:01.649Z | Checking pretty_assertions v1.4.1 |
2499 | 2024-12-20T22:53:01.703Z | Checking ssh-encoding v0.2.0 |
2500 | 2024-12-20T22:53:01.845Z | Checking blowfish v0.9.1 |
2501 | 2024-12-20T22:53:02.028Z | Checking ssh-cipher v0.2.0 |
2502 | 2024-12-20T22:53:02.114Z | Checking bcrypt-pbkdf v0.10.0 |
2503 | 2024-12-20T22:53:02.308Z | Checking async-lock v3.4.0 |
2504 | 2024-12-20T22:53:02.370Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2505 | 2024-12-20T22:53:03.207Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2506 | 2024-12-20T22:53:03.292Z | Checking polling v3.7.3 |
2507 | 2024-12-20T22:53:03.322Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-12-20T22:53:03.673Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-12-20T22:53:04.426Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2510 | 2024-12-20T22:53:04.670Z | Checking password-hash v0.4.2 |
2511 | 2024-12-20T22:53:04.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-12-20T22:53:05.100Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-12-20T22:53:06.836Z | Checking matches v0.1.10 |
2514 | 2024-12-20T22:53:06.945Z | Checking idna v0.2.3 |
2515 | 2024-12-20T22:53:07.845Z | Checking pbkdf2 v0.11.0 |
2516 | 2024-12-20T22:53:08.152Z | Checking async-io v2.3.4 |
2517 | 2024-12-20T22:53:09.012Z | Checking ssh-key v0.6.6 |
2518 | 2024-12-20T22:53:10.228Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2519 | 2024-12-20T22:53:10.754Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2520 | 2024-12-20T22:53:11.443Z | Checking p256 v0.13.2 |
2521 | 2024-12-20T22:53:11.566Z | Checking p521 v0.13.3 |
2522 | 2024-12-20T22:53:11.945Z | Checking russh-cryptovec v0.7.3 |
2523 | 2024-12-20T22:53:12.026Z | Compiling enum-as-inner v0.5.1 |
2524 | 2024-12-20T22:53:12.164Z | Checking md5 v0.7.0 |
2525 | 2024-12-20T22:53:12.471Z | Compiling doc-comment v0.3.3 |
2526 | 2024-12-20T22:53:12.901Z | Checking async-task v4.7.1 |
2527 | 2024-12-20T22:53:13.035Z | Compiling target-lexicon v0.12.16 |
2528 | 2024-12-20T22:53:13.245Z | Checking trust-dns-proto v0.22.0 |
2529 | 2024-12-20T22:53:13.269Z | Checking russh-keys v0.45.0 |
2530 | 2024-12-20T22:53:14.042Z | Checking async-channel v2.3.1 |
2531 | 2024-12-20T22:53:14.398Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2532 | 2024-12-20T22:53:14.732Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2533 | 2024-12-20T22:53:15.594Z | Checking piper v0.2.4 |
2534 | 2024-12-20T22:53:15.840Z | Checking num-bigint v0.4.6 |
2535 | 2024-12-20T22:53:16.196Z | Checking des v0.8.1 |
2536 | 2024-12-20T22:53:16.493Z | Compiling guppy-workspace-hack v0.1.0 |
2537 | 2024-12-20T22:53:16.769Z | Checking futures-timer v3.0.3 |
2538 | 2024-12-20T22:53:17.101Z | Compiling assert_cmd v2.0.16 |
2539 | 2024-12-20T22:53:17.127Z | Compiling dhcproto-macros v0.1.0 |
2540 | 2024-12-20T22:53:17.566Z | Checking blocking v1.6.1 |
2541 | 2024-12-20T22:53:17.995Z | Checking dhcproto v0.12.0 |
2542 | 2024-12-20T22:53:18.397Z | Checking async-executor v1.13.1 |
2543 | 2024-12-20T22:53:18.490Z | Checking russh v0.45.0 |
2544 | 2024-12-20T22:53:18.884Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2545 | 2024-12-20T22:53:19.500Z | Checking async-signal v0.2.10 |
2546 | 2024-12-20T22:53:19.643Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2547 | 2024-12-20T22:53:20.067Z | Checking event-listener v2.5.3 |
2548 | 2024-12-20T22:53:20.126Z | Compiling target-spec v3.2.2 |
2549 | 2024-12-20T22:53:20.539Z | Checking internet-checksum v0.2.1 |
2550 | 2024-12-20T22:53:20.767Z | Checking async-channel v1.9.0 |
2551 | 2024-12-20T22:53:21.594Z | Checking async-process v2.3.0 |
2552 | 2024-12-20T22:53:22.557Z | Checking async-global-executor v2.4.1 |
2553 | 2024-12-20T22:53:22.581Z | Checking cfg-expr v0.17.0 |
2554 | 2024-12-20T22:53:23.415Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2555 | 2024-12-20T22:53:23.435Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2556 | 2024-12-20T22:53:23.435Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2557 | 2024-12-20T22:53:23.905Z | Checking httptest v0.16.1 |
2558 | 2024-12-20T22:53:24.443Z | Checking rustls-native-certs v0.7.3 |
2559 | 2024-12-20T22:53:24.628Z | Compiling petname v2.0.2 |
2560 | 2024-12-20T22:53:24.658Z | Checking num_cpus v1.16.0 |
2561 | 2024-12-20T22:53:24.800Z | Checking kv-log-macro v1.0.7 |
2562 | 2024-12-20T22:53:24.951Z | Compiling async-attributes v1.1.2 |
2563 | 2024-12-20T22:53:25.824Z | Checking async-std v1.13.0 |
2564 | 2024-12-20T22:53:27.831Z | Checking threadpool v1.8.1 |
2565 | 2024-12-20T22:53:27.883Z | Checking hyper-rustls v0.26.0 |
2566 | 2024-12-20T22:53:28.185Z | Checking pathdiff v0.2.2 |
2567 | 2024-12-20T22:53:28.362Z | Compiling rstest_macros v0.23.0 |
2568 | 2024-12-20T22:53:28.403Z | Compiling target-triple v0.1.3 |
2569 | 2024-12-20T22:53:28.899Z | Checking escape8259 v0.5.3 |
2570 | 2024-12-20T22:53:28.926Z | Checking nested v0.1.1 |
2571 | 2024-12-20T22:53:29.071Z | Checking libtest-mimic v0.7.3 |
2572 | 2024-12-20T22:53:29.132Z | Checking guppy v0.17.8 |
2573 | 2024-12-20T22:53:29.645Z | Checking async-object-pool v0.1.5 |
2574 | 2024-12-20T22:53:29.843Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2575 | 2024-12-20T22:53:30.382Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2576 | 2024-12-20T22:53:30.693Z | Checking similar-asserts v1.6.0 |
2577 | 2024-12-20T22:53:30.960Z | Checking fancy-regex v0.13.0 |
2578 | 2024-12-20T22:53:31.225Z | Checking serde_regex v1.1.0 |
2579 | 2024-12-20T22:53:31.526Z | Checking assert-json-diff v2.0.2 |
2580 | 2024-12-20T22:53:31.753Z | Compiling proc-macro-crate v3.2.0 |
2581 | 2024-12-20T22:53:31.826Z | Checking path-tree v0.8.1 |
2582 | 2024-12-20T22:53:32.183Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-20T22:53:32.411Z | Checking stringmetrics v2.2.2 |
2584 | 2024-12-20T22:53:32.663Z | Compiling relative-path v1.9.3 |
2585 | 2024-12-20T22:53:33.200Z | Checking httpmock v0.8.0-alpha.1 |
2586 | 2024-12-20T22:53:33.287Z | Checking datatest-stable v0.2.9 |
2587 | 2024-12-20T22:53:33.761Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2588 | 2024-12-20T22:53:35.268Z | Checking blake2b_simd v1.0.2 |
2589 | 2024-12-20T22:53:35.761Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2590 | 2024-12-20T22:53:36.124Z | Compiling git2 v0.19.0 |
2591 | 2024-12-20T22:53:36.293Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2592 | 2024-12-20T22:53:36.626Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2593 | 2024-12-20T22:53:36.958Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2594 | 2024-12-20T22:53:37.252Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2595 | 2024-12-20T22:53:37.806Z | Checking serde_tokenstream v0.2.2 |
2596 | 2024-12-20T22:53:38.232Z | Checking uzers v0.12.1 |
2597 | 2024-12-20T22:53:38.771Z | Checking rust-argon2 v2.1.0 |
2598 | 2024-12-20T22:53:38.795Z | Checking trybuild v1.0.101 |
2599 | 2024-12-20T22:53:39.216Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2600 | 2024-12-20T22:53:40.143Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2601 | 2024-12-20T22:53:40.665Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2602 | 2024-12-20T22:53:44.117Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2603 | 2024-12-20T22:53:44.386Z | Checking rstest v0.23.0 |
2604 | 2024-12-20T22:53:44.410Z | Checking rand_distr v0.4.3 |
2605 | 2024-12-20T22:53:44.624Z | Checking multimap v0.10.0 |
2606 | 2024-12-20T22:53:44.670Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2607 | 2024-12-20T22:53:44.934Z | Checking approx v0.5.1 |
2608 | 2024-12-20T22:53:45.221Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2609 | 2024-12-20T22:53:45.957Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2610 | 2024-12-20T22:53:46.161Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2611 | 2024-12-20T22:53:46.258Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2612 | 2024-12-20T22:53:46.499Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2613 | 2024-12-20T22:53:47.338Z | Checking partial-io v0.5.4 |
2614 | 2024-12-20T22:53:47.486Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2615 | 2024-12-20T22:53:47.552Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2616 | 2024-12-20T22:53:47.726Z | Checking cargo_toml v0.20.5 |
2617 | 2024-12-20T22:53:47.776Z | Checking termios v0.3.3 |
2618 | 2024-12-20T22:53:47.933Z | Compiling indoc v2.0.5 |
2619 | 2024-12-20T22:53:48.034Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2620 | 2024-12-20T22:53:48.906Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2621 | 2024-12-20T22:53:49.849Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2622 | 2024-12-20T22:54:09.173Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2623 | 2024-12-20T22:54:12.768Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2624 | 2024-12-20T22:54:15.366Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2625 | 2024-12-20T22:54:36.270Z | Compiling polar-core v0.27.3 |
2626 | 2024-12-20T22:54:47.973Z | Checking oso v0.27.3 |
2627 | 2024-12-20T22:54:49.974Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2628 | 2024-12-20T22:54:51.228Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2629 | 2024-12-20T22:54:52.192Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2630 | 2024-12-20T22:55:39.703Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2631 | 2024-12-20T22:55:39.706Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2632 | 2024-12-20T22:55:39.706Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2633 | 2024-12-20T22:57:12.219Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 59s |
2634 | 2024-12-20T22:57:12.636Z | |
2635 | 2024-12-20T22:57:12.636Z | real 7:04.475592974 |
2636 | 2024-12-20T22:57:12.636Z | user 37:16.948809927 |
2637 | 2024-12-20T22:57:12.636Z | sys 6:48.513764077 |
2638 | 2024-12-20T22:57:12.636Z | trap 1.035354944 |
2639 | 2024-12-20T22:57:12.636Z | tflt 2.190538276 |
2640 | 2024-12-20T22:57:12.636Z | dflt 0.652559230 |
2641 | 2024-12-20T22:57:12.636Z | kflt 0.001354536 |
2642 | 2024-12-20T22:57:12.636Z | lock 54:31.668447493 |
2643 | 2024-12-20T22:57:12.636Z | slp 2:08:46.073656117 |
2644 | 2024-12-20T22:57:12.636Z | lat 1:41.401548047 |
2645 | 2024-12-20T22:57:12.636Z | stop 6:28.551342415 |
2646 | 2024-12-20T22:57:12.639Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2647 | 2024-12-20T22:57:12.639Z | + ptime -m cargo doc --workspace --no-deps |
2648 | 2024-12-20T22:57:13.886Z | warning: output filename collision. |
2649 | 2024-12-20T22:57:13.886Z | 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)`. |
2650 | 2024-12-20T22:57:13.886Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2651 | 2024-12-20T22:57:13.886Z | The targets should have unique names. |
2652 | 2024-12-20T22:57:13.886Z | This is a known bug where multiple crates with the same name use |
2653 | 2024-12-20T22:57:13.886Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2654 | 2024-12-20T22:57:14.388Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2655 | 2024-12-20T22:57:14.461Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-20T22:57:14.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-12-20T22:57:14.522Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-12-20T22:57:14.547Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2659 | 2024-12-20T22:57:14.574Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2660 | 2024-12-20T22:57:14.574Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2661 | 2024-12-20T22:57:14.779Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2662 | 2024-12-20T22:57:14.813Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2663 | 2024-12-20T22:57:14.841Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2664 | 2024-12-20T22:57:14.910Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2665 | 2024-12-20T22:57:15.077Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2666 | 2024-12-20T22:57:15.207Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2667 | 2024-12-20T22:57:15.538Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2668 | 2024-12-20T22:57:15.610Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2669 | 2024-12-20T22:57:18.155Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2670 | 2024-12-20T22:57:19.339Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2671 | 2024-12-20T22:57:19.665Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2672 | 2024-12-20T22:57:19.744Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2673 | 2024-12-20T22:57:19.923Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2674 | 2024-12-20T22:57:20.063Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2675 | 2024-12-20T22:57:20.171Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2676 | 2024-12-20T22:57:20.401Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2677 | 2024-12-20T22:57:20.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2678 | 2024-12-20T22:57:21.254Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2679 | 2024-12-20T22:57:21.327Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2680 | 2024-12-20T22:57:21.350Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2681 | 2024-12-20T22:57:21.661Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2682 | 2024-12-20T22:57:21.881Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2683 | 2024-12-20T22:57:21.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2684 | 2024-12-20T22:57:22.138Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2685 | 2024-12-20T22:57:22.173Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2686 | 2024-12-20T22:57:22.295Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2687 | 2024-12-20T22:57:22.316Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2688 | 2024-12-20T22:57:22.445Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2689 | 2024-12-20T22:57:22.644Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2690 | 2024-12-20T22:57:22.974Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2691 | 2024-12-20T22:57:23.237Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2692 | 2024-12-20T22:57:23.321Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2693 | 2024-12-20T22:57:23.590Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2694 | 2024-12-20T22:57:23.629Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2695 | 2024-12-20T22:57:23.655Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2696 | 2024-12-20T22:57:24.527Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2697 | 2024-12-20T22:57:24.906Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2698 | 2024-12-20T22:57:26.855Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2699 | 2024-12-20T22:57:29.446Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2700 | 2024-12-20T22:57:29.929Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2701 | 2024-12-20T22:57:30.345Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2702 | 2024-12-20T22:57:30.384Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2703 | 2024-12-20T22:57:30.422Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2704 | 2024-12-20T22:57:31.503Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2705 | 2024-12-20T22:57:31.995Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2706 | 2024-12-20T22:57:32.206Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2707 | 2024-12-20T22:57:32.698Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2708 | 2024-12-20T22:57:32.776Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2709 | 2024-12-20T22:57:38.598Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2710 | 2024-12-20T22:57:39.346Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2711 | 2024-12-20T22:57:40.363Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2712 | 2024-12-20T22:57:41.667Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2713 | 2024-12-20T22:57:41.781Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2714 | 2024-12-20T22:57:42.100Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2715 | 2024-12-20T22:57:42.274Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2716 | 2024-12-20T22:57:42.296Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2717 | 2024-12-20T22:57:42.796Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2718 | 2024-12-20T22:57:43.072Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2719 | 2024-12-20T22:57:43.909Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2720 | 2024-12-20T22:57:44.301Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2721 | 2024-12-20T22:57:44.583Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2722 | 2024-12-20T22:57:44.625Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2723 | 2024-12-20T22:57:44.995Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2724 | 2024-12-20T22:57:45.157Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2725 | 2024-12-20T22:57:46.023Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2726 | 2024-12-20T22:57:46.148Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2727 | 2024-12-20T22:57:46.234Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2728 | 2024-12-20T22:57:46.664Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2729 | 2024-12-20T22:57:46.936Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2730 | 2024-12-20T22:57:47.520Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2731 | 2024-12-20T22:57:47.913Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2732 | 2024-12-20T22:57:48.277Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2733 | 2024-12-20T22:57:49.311Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2734 | 2024-12-20T22:57:49.346Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2735 | 2024-12-20T22:57:49.878Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2736 | 2024-12-20T22:57:50.595Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2737 | 2024-12-20T22:57:50.969Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2738 | 2024-12-20T22:57:51.226Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2739 | 2024-12-20T22:57:51.249Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2740 | 2024-12-20T22:57:51.805Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2741 | 2024-12-20T22:57:52.187Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2742 | 2024-12-20T22:57:52.266Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2743 | 2024-12-20T22:57:52.308Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2744 | 2024-12-20T22:57:52.788Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2745 | 2024-12-20T22:57:52.843Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2746 | 2024-12-20T22:57:53.442Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2747 | 2024-12-20T22:57:53.554Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2748 | 2024-12-20T22:57:54.589Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2749 | 2024-12-20T22:57:54.635Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2750 | 2024-12-20T22:57:54.878Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2751 | 2024-12-20T22:57:55.422Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2752 | 2024-12-20T22:57:55.480Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2753 | 2024-12-20T22:57:55.504Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2754 | 2024-12-20T22:57:56.094Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2755 | 2024-12-20T22:57:56.743Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2756 | 2024-12-20T22:57:56.853Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2757 | 2024-12-20T22:57:57.106Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2758 | 2024-12-20T22:57:58.508Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2759 | 2024-12-20T22:57:59.004Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2760 | 2024-12-20T22:57:59.439Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2761 | 2024-12-20T22:57:59.994Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2762 | 2024-12-20T22:58:01.214Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2763 | 2024-12-20T22:58:02.777Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2764 | 2024-12-20T22:58:04.045Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2765 | 2024-12-20T22:58:06.714Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2766 | 2024-12-20T22:58:06.746Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2767 | 2024-12-20T22:58:07.865Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2768 | 2024-12-20T22:58:17.806Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2769 | 2024-12-20T22:58:18.980Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2770 | 2024-12-20T22:58:19.019Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2771 | 2024-12-20T22:58:19.506Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2772 | 2024-12-20T22:58:22.679Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2773 | 2024-12-20T22:58:23.994Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2774 | 2024-12-20T22:59:09.838Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2775 | 2024-12-20T22:59:17.122Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2776 | 2024-12-20T22:59:19.724Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2777 | 2024-12-20T22:59:33.226Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2778 | 2024-12-20T22:59:48.164Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2779 | 2024-12-20T22:59:52.508Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2780 | 2024-12-20T22:59:56.212Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2781 | 2024-12-20T22:59:57.707Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2782 | 2024-12-20T23:00:00.303Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2783 | 2024-12-20T23:00:00.652Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2784 | 2024-12-20T23:00:00.841Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2785 | 2024-12-20T23:00:06.562Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2786 | 2024-12-20T23:00:07.371Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2787 | 2024-12-20T23:00:40.826Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2788 | 2024-12-20T23:01:02.273Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2789 | 2024-12-20T23:01:04.624Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2790 | 2024-12-20T23:01:05.254Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2791 | 2024-12-20T23:01:13.513Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2792 | 2024-12-20T23:01:16.400Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2793 | 2024-12-20T23:01:33.387Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2794 | 2024-12-20T23:01:36.231Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2795 | 2024-12-20T23:01:45.254Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2796 | 2024-12-20T23:01:47.767Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2797 | 2024-12-20T23:01:50.156Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2798 | 2024-12-20T23:01:59.986Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2799 | 2024-12-20T23:02:04.403Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2800 | 2024-12-20T23:02:11.427Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2801 | 2024-12-20T23:02:12.402Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2802 | 2024-12-20T23:02:22.609Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2803 | 2024-12-20T23:02:22.701Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2804 | 2024-12-20T23:02:23.276Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2805 | 2024-12-20T23:02:26.738Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2806 | 2024-12-20T23:02:30.720Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2807 | 2024-12-20T23:02:33.201Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2808 | 2024-12-20T23:02:37.891Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2809 | 2024-12-20T23:02:43.172Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2810 | 2024-12-20T23:02:52.785Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2811 | 2024-12-20T23:02:53.720Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2812 | 2024-12-20T23:02:53.734Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2813 | 2024-12-20T23:02:53.734Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2814 | 2024-12-20T23:03:03.852Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2815 | 2024-12-20T23:03:05.629Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2816 | 2024-12-20T23:03:12.261Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2817 | 2024-12-20T23:03:13.721Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2818 | 2024-12-20T23:03:15.598Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2819 | 2024-12-20T23:03:19.925Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2820 | 2024-12-20T23:03:23.309Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2821 | 2024-12-20T23:03:27.169Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2822 | 2024-12-20T23:03:27.641Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2823 | 2024-12-20T23:03:31.534Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2824 | 2024-12-20T23:03:36.081Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2825 | 2024-12-20T23:03:41.032Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2826 | 2024-12-20T23:03:43.735Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2827 | 2024-12-20T23:03:46.213Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2828 | 2024-12-20T23:03:48.282Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2829 | 2024-12-20T23:03:48.709Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2830 | 2024-12-20T23:03:49.088Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2831 | 2024-12-20T23:04:02.192Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2832 | 2024-12-20T23:04:02.743Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2833 | 2024-12-20T23:04:04.991Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2834 | 2024-12-20T23:04:09.053Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2835 | 2024-12-20T23:04:09.876Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2836 | 2024-12-20T23:04:09.922Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2837 | 2024-12-20T23:04:10.581Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2838 | 2024-12-20T23:04:17.041Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2839 | 2024-12-20T23:04:19.978Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2840 | 2024-12-20T23:04:23.877Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2841 | 2024-12-20T23:04:24.164Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2842 | 2024-12-20T23:04:25.546Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2843 | 2024-12-20T23:04:30.947Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2844 | 2024-12-20T23:04:31.866Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2845 | 2024-12-20T23:04:43.805Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2846 | 2024-12-20T23:04:44.199Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2024-12-20T23:04:45.142Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2848 | 2024-12-20T23:04:46.373Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2849 | 2024-12-20T23:04:47.106Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2850 | 2024-12-20T23:04:48.117Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2851 | 2024-12-20T23:04:50.558Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2852 | 2024-12-20T23:04:53.296Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2853 | 2024-12-20T23:05:01.798Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2854 | 2024-12-20T23:05:03.987Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2855 | 2024-12-20T23:05:04.454Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2856 | 2024-12-20T23:05:06.398Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-20T23:05:06.985Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2858 | 2024-12-20T23:05:09.727Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2859 | 2024-12-20T23:05:11.512Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2860 | 2024-12-20T23:05:17.828Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2861 | 2024-12-20T23:05:23.260Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2862 | 2024-12-20T23:05:24.221Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2863 | 2024-12-20T23:05:24.600Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2864 | 2024-12-20T23:05:26.166Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2865 | 2024-12-20T23:05:26.924Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2866 | 2024-12-20T23:05:28.746Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2867 | 2024-12-20T23:05:29.008Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2868 | 2024-12-20T23:05:30.397Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2869 | 2024-12-20T23:05:37.186Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-12-20T23:05:43.747Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2871 | 2024-12-20T23:05:44.353Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2872 | 2024-12-20T23:05:47.502Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2873 | 2024-12-20T23:05:47.811Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2874 | 2024-12-20T23:05:48.740Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2875 | 2024-12-20T23:05:49.443Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2876 | 2024-12-20T23:05:49.699Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2877 | 2024-12-20T23:05:51.002Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2878 | 2024-12-20T23:05:51.612Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2879 | 2024-12-20T23:05:51.787Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2880 | 2024-12-20T23:05:52.185Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2881 | 2024-12-20T23:05:54.446Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2882 | 2024-12-20T23:05:56.845Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2024-12-20T23:05:57.218Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2884 | 2024-12-20T23:05:57.275Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2885 | 2024-12-20T23:05:59.802Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2886 | 2024-12-20T23:06:00.607Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2887 | 2024-12-20T23:06:02.591Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2888 | 2024-12-20T23:06:35.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 22s |
2889 | 2024-12-20T23:06:35.474Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2890 | 2024-12-20T23:06:35.544Z | |
2891 | 2024-12-20T23:06:35.544Z | real 9:22.930016683 |
2892 | 2024-12-20T23:06:35.544Z | user 27:23.723373983 |
2893 | 2024-12-20T23:06:35.544Z | sys 43:18.328100409 |
2894 | 2024-12-20T23:06:35.544Z | trap 0.451908146 |
2895 | 2024-12-20T23:06:35.547Z | tflt 0.192151751 |
2896 | 2024-12-20T23:06:35.547Z | dflt 0.179277161 |
2897 | 2024-12-20T23:06:35.547Z | kflt 0.000000000 |
2898 | 2024-12-20T23:06:35.547Z | lock 1:33:34.784285326 |
2899 | 2024-12-20T23:06:35.547Z | slp 2:38:45.982626431 |
2900 | 2024-12-20T23:06:35.547Z | lat 1:17.507446242 |
2901 | 2024-12-20T23:06:35.547Z | stop 1:11.521348796 |
2902 | 2024-12-20T23:06:35.547Z | process exited: duration 1297454 ms, exit code 0 |
|
2903 | 2024-12-20T23:06:35.553Z | found 0 output files |