|
|
|
1 | 2024-12-17T20:38:48.596Z | job assigned to worker 01JFB5F6TYH0034MZFNRSSZ21C [factory aws, i-025db81bc493b23a8] (queued for 49 s) |
|
2 | 2024-12-17T20:38:56.535Z | starting task 0: "setup" |
3 | 2024-12-17T20:38:56.543Z | ++ uname -s |
4 | 2024-12-17T20:38:56.557Z | + kern=SunOS |
5 | 2024-12-17T20:38:56.557Z | + case "$kern" in |
6 | 2024-12-17T20:38:56.557Z | + groupadd -g 12345 build |
7 | 2024-12-17T20:38:56.557Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T20:38:58.554Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T20:38:58.713Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T20:38:58.717Z | + home_fs=zfs |
11 | 2024-12-17T20:38:58.717Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T20:38:58.717Z | + mkdir -p /home/build |
13 | 2024-12-17T20:38:58.722Z | + chown build:build /home/build /work |
14 | 2024-12-17T20:39:00.719Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T20:39:00.722Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-12-17T20:39:00.728Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T20:39:00.733Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T20:39:00.733Z | ' 1.81.0 |
19 | 2024-12-17T20:39:00.734Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T20:39:00.734Z | * toolchain profile = "default" |
21 | 2024-12-17T20:39:00.734Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-17T20:39:00.734Z | ' default |
23 | 2024-12-17T20:39:00.737Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T20:39:00.737Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T20:39:00.850Z | info: downloading installer |
26 | 2024-12-17T20:39:02.010Z | info: profile set to 'default' |
27 | 2024-12-17T20:39:02.010Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T20:39:02.013Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T20:39:02.145Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T20:39:02.145Z | info: downloading component 'cargo' |
31 | 2024-12-17T20:39:02.833Z | info: downloading component 'clippy' |
32 | 2024-12-17T20:39:03.084Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T20:39:04.036Z | info: downloading component 'rust-std' |
34 | 2024-12-17T20:39:05.524Z | info: downloading component 'rustc' |
35 | 2024-12-17T20:39:10.834Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T20:39:11.040Z | info: installing component 'cargo' |
37 | 2024-12-17T20:39:11.821Z | info: installing component 'clippy' |
38 | 2024-12-17T20:39:12.176Z | info: installing component 'rust-docs' |
39 | 2024-12-17T20:39:13.793Z | info: installing component 'rust-std' |
40 | 2024-12-17T20:39:15.508Z | info: installing component 'rustc' |
41 | 2024-12-17T20:39:21.224Z | info: installing component 'rustfmt' |
42 | 2024-12-17T20:39:21.545Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T20:39:21.545Z | |
44 | 2024-12-17T20:39:21.911Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T20:39:21.911Z | |
46 | 2024-12-17T20:39:21.915Z | |
47 | 2024-12-17T20:39:21.915Z | Rust is installed now. Great! |
48 | 2024-12-17T20:39:21.915Z | |
49 | 2024-12-17T20:39:21.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T20:39:21.915Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T20:39:21.915Z | |
52 | 2024-12-17T20:39:21.915Z | To configure your current shell, you need to source |
53 | 2024-12-17T20:39:21.915Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T20:39:21.915Z | |
55 | 2024-12-17T20:39:21.915Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T20:39:21.915Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T20:39:21.915Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T20:39:21.987Z | + rustc --version |
59 | 2024-12-17T20:39:22.053Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T20:39:22.056Z | process exited: duration 21332 ms, exit code 0 |
|
61 | 2024-12-17T20:39:22.062Z | starting task 2: "authentication" |
62 | 2024-12-17T20:39:22.082Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T20:39:22.088Z | starting task 3: "clone repository" |
64 | 2024-12-17T20:39:22.093Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T20:39:22.096Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T20:39:22.144Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T20:39:28.258Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T20:39:28.259Z | + git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
69 | 2024-12-17T20:39:28.608Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T20:39:28.608Z | * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD |
71 | 2024-12-17T20:39:28.620Z | + [[ -n ixi/propolis-addr-err-messages ]] |
72 | 2024-12-17T20:39:28.622Z | ++ git branch --show-current |
73 | 2024-12-17T20:39:28.625Z | + current=main |
74 | 2024-12-17T20:39:28.625Z | + [[ main != ixi/propolis-addr-err-messages ]] |
75 | 2024-12-17T20:39:28.625Z | + git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
76 | 2024-12-17T20:39:28.628Z | + git checkout -f ixi/propolis-addr-err-messages |
77 | 2024-12-17T20:39:28.809Z | Switched to branch 'ixi/propolis-addr-err-messages' |
78 | 2024-12-17T20:39:28.812Z | + git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
79 | 2024-12-17T20:39:28.990Z | HEAD is now at 1214a47dc refine error messages about not having a propolis address |
80 | 2024-12-17T20:39:28.994Z | process exited: duration 6904 ms, exit code 0 |
|
81 | 2024-12-17T20:39:29.000Z | starting task 4: "build" |
82 | 2024-12-17T20:39:29.005Z | + source ./env.sh |
83 | 2024-12-17T20:39:29.008Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-17T20:39:29.008Z | ++ set -o xtrace |
85 | 2024-12-17T20:39:29.011Z | ++++ dirname ./env.sh |
86 | 2024-12-17T20:39:29.011Z | +++ readlink -f . |
87 | 2024-12-17T20:39:29.014Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ 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-17T20:39:29.014Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-17T20:39:29.014Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-17T20:39:29.014Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-17T20:39:29.014Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-17T20:39:29.014Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-17T20:39:29.014Z | + cargo --version |
102 | 2024-12-17T20:39:29.073Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-17T20:39:29.076Z | + rustc --version |
104 | 2024-12-17T20:39:29.136Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-17T20:39:29.139Z | + banner prerequisites |
106 | 2024-12-17T20:39:29.142Z | |
107 | 2024-12-17T20:39:29.142Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-17T20:39:29.142Z | # # # # # # # # # # # # # # # |
109 | 2024-12-17T20:39:29.142Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-17T20:39:29.142Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-17T20:39:29.142Z | # # # # # # # # # # # # # # # |
112 | 2024-12-17T20:39:29.142Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-17T20:39:29.142Z | |
114 | 2024-12-17T20:39:29.142Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-17T20:39:38.156Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-17T20:39:41.978Z | Startup: Caching catalogs ... Done |
117 | 2024-12-17T20:39:52.495Z | Planning: Solver setup ... Done (9.657s) |
118 | 2024-12-17T20:39:52.627Z | Planning: Running solver ... Done (0.132s) |
119 | 2024-12-17T20:39:52.728Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-12-17T20:39:52.740Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-17T20:39:52.966Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-17T20:39:53.065Z | Planning: Package planning ... Done (0.100s) |
123 | 2024-12-17T20:39:53.122Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-17T20:39:53.319Z | Planning: Checking for conflicting actions ... Done (0.197s) |
125 | 2024-12-17T20:39:54.945Z | Planning: Consolidating action changes ... Done (1.626s) |
126 | 2024-12-17T20:39:55.352Z | Planning: Evaluating mediators ... Done (0.408s) |
127 | 2024-12-17T20:39:55.432Z | Planning: Planning completed in 13.36 seconds |
128 | 2024-12-17T20:39:55.448Z | Packages to install: 4 |
129 | 2024-12-17T20:39:55.448Z | Packages to update: 1 |
130 | 2024-12-17T20:39:55.451Z | Mediators to change: 2 |
131 | 2024-12-17T20:39:55.451Z | Services to change: 1 |
132 | 2024-12-17T20:39:55.451Z | Estimated space available: 155.63 GB |
133 | 2024-12-17T20:39:55.451Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-17T20:39:55.451Z | Create boot environment: No |
135 | 2024-12-17T20:39:55.451Z | Create backup boot environment: Yes |
136 | 2024-12-17T20:39:55.451Z | Rebuild boot archive: No |
137 | 2024-12-17T20:39:55.451Z | |
138 | 2024-12-17T20:39:55.451Z | Changed mediators: |
139 | 2024-12-17T20:39:55.451Z | mediator clang: |
140 | 2024-12-17T20:39:55.451Z | version: None -> 15 (system default) |
141 | 2024-12-17T20:39:55.451Z | |
142 | 2024-12-17T20:39:55.451Z | mediator llvm: |
143 | 2024-12-17T20:39:55.451Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-17T20:39:55.451Z | |
145 | 2024-12-17T20:39:55.451Z | Changed packages: |
146 | 2024-12-17T20:39:55.451Z | helios-dev |
147 | 2024-12-17T20:39:55.451Z | developer/build-essential |
148 | 2024-12-17T20:39:55.451Z | None -> 11-2.0 |
149 | 2024-12-17T20:39:55.451Z | library/libxmlsec1 |
150 | 2024-12-17T20:39:55.451Z | None -> 1.2.35-2.0 |
151 | 2024-12-17T20:39:55.451Z | ooce/developer/clang-15 |
152 | 2024-12-17T20:39:55.451Z | None -> 15.0.7-2.0 |
153 | 2024-12-17T20:39:55.451Z | ooce/developer/llvm-15 |
154 | 2024-12-17T20:39:55.451Z | None -> 15.0.7-2.0 |
155 | 2024-12-17T20:39:55.451Z | package/pkg |
156 | 2024-12-17T20:39:55.451Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-17T20:39:55.451Z | |
158 | 2024-12-17T20:39:55.451Z | Services: |
159 | 2024-12-17T20:39:55.451Z | restart_fmri: |
160 | 2024-12-17T20:39:55.451Z | svc:/system/update-man-index:default |
161 | 2024-12-17T20:39:55.451Z | |
162 | 2024-12-17T20:39:55.451Z | Editable files to change: |
163 | 2024-12-17T20:39:55.451Z | Update: |
164 | 2024-12-17T20:39:55.451Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-17T20:39:55.608Z | |
166 | 2024-12-17T20:39:55.608Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-17T20:40:00.607Z | Download: 1196/4281 items 74.2/220.6MB 33% complete (14.9M/s) |
168 | 2024-12-17T20:40:05.610Z | Download: 1729/4281 items 116.7/220.6MB 52% complete (11.8M/s) |
169 | 2024-12-17T20:40:10.766Z | Download: 2218/4281 items 118.5/220.6MB 53% complete (9.9M/s) |
170 | 2024-12-17T20:40:27.575Z | Download: 2223/4281 items 118.6/220.6MB 53% complete |
171 | 2024-12-17T20:40:32.971Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (20.9M/s) |
172 | 2024-12-17T20:40:36.500Z | Download: Completed 220.60 MB in 40.90 seconds (5.4M/s) |
173 | 2024-12-17T20:40:38.712Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-17T20:40:38.732Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-17T20:40:43.781Z | Actions: 4137/5063 actions (Installing new actions) |
176 | 2024-12-17T20:40:43.874Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-17T20:40:44.184Z | Actions: Completed 5063 actions in 5.47 seconds. |
178 | 2024-12-17T20:40:44.578Z | Done (0.387s) |
179 | 2024-12-17T20:40:44.580Z | Done (0.000s) |
180 | 2024-12-17T20:40:45.151Z | Done (0.563s) |
181 | 2024-12-17T20:40:49.567Z | Done (4.186s) |
182 | 2024-12-17T20:40:49.656Z | Done (0.019s) |
183 | 2024-12-17T20:40:49.663Z | Done (0.000s) |
184 | 2024-12-17T20:40:49.895Z | Done (0.000s) |
185 | 2024-12-17T20:40:50.549Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-17T20:40:50.714Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-17T20:40:50.716Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-17T20:40:50.983Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-17T20:40:50.986Z | Planning: Planning completed in 0.43 seconds |
190 | 2024-12-17T20:40:51.022Z | Mediators to change: 2 |
191 | 2024-12-17T20:40:51.025Z | Create boot environment: No |
192 | 2024-12-17T20:40:51.025Z | Create backup boot environment: No |
193 | 2024-12-17T20:40:51.174Z | Done |
194 | 2024-12-17T20:40:51.174Z | Done |
195 | 2024-12-17T20:40:51.532Z | Done |
196 | 2024-12-17T20:40:55.242Z | Done |
197 | 2024-12-17T20:40:55.330Z | Done |
198 | 2024-12-17T20:40:55.333Z | Done |
199 | 2024-12-17T20:40:55.469Z | Done |
200 | 2024-12-17T20:40:56.078Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-17T20:40:56.081Z | Planning: Merging actions ... Done |
202 | 2024-12-17T20:40:56.270Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-17T20:40:56.273Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-17T20:40:56.535Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-17T20:40:56.590Z | Planning: Planning completed in 0.75 seconds |
206 | 2024-12-17T20:40:56.632Z | Packages to change: 1 |
207 | 2024-12-17T20:40:56.632Z | Mediators to change: 1 |
208 | 2024-12-17T20:40:56.634Z | Services to change: 1 |
209 | 2024-12-17T20:40:56.634Z | Create boot environment: No |
210 | 2024-12-17T20:40:56.634Z | Create backup boot environment: Yes |
211 | 2024-12-17T20:40:58.795Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-17T20:40:58.797Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-12-17T20:40:58.797Z | Done |
214 | 2024-12-17T20:40:58.797Z | Done |
215 | 2024-12-17T20:40:58.910Z | Done |
216 | 2024-12-17T20:41:02.521Z | Done |
217 | 2024-12-17T20:41:02.613Z | Done |
218 | 2024-12-17T20:41:02.616Z | Done |
219 | 2024-12-17T20:41:02.827Z | Done |
220 | 2024-12-17T20:41:03.258Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-17T20:41:03.258Z | clang system 15 system |
222 | 2024-12-17T20:41:03.258Z | csh system system illumos |
223 | 2024-12-17T20:41:03.258Z | ctags system system illumos |
224 | 2024-12-17T20:41:03.258Z | gcc vendor 12 vendor |
225 | 2024-12-17T20:41:03.258Z | gcc system 10 system |
226 | 2024-12-17T20:41:03.258Z | gcc system 7 system |
227 | 2024-12-17T20:41:03.258Z | go system 1.20 system |
228 | 2024-12-17T20:41:03.258Z | go system 1.19 system |
229 | 2024-12-17T20:41:03.258Z | llvm system 15 system |
230 | 2024-12-17T20:41:03.258Z | llvm system 14 system |
231 | 2024-12-17T20:41:03.258Z | mariadb system 10.6 system |
232 | 2024-12-17T20:41:03.258Z | mta vendor vendor dma |
233 | 2024-12-17T20:41:03.258Z | openjdk system 17 system |
234 | 2024-12-17T20:41:03.258Z | openjdk system 11 system |
235 | 2024-12-17T20:41:03.258Z | openjdk system 1.8 system |
236 | 2024-12-17T20:41:03.258Z | openssl vendor 3 vendor |
237 | 2024-12-17T20:41:03.258Z | perl system 5.36 system |
238 | 2024-12-17T20:41:03.258Z | postgresql system 15 system |
239 | 2024-12-17T20:41:03.258Z | postgresql system 13 system |
240 | 2024-12-17T20:41:03.258Z | python vendor 3 vendor |
241 | 2024-12-17T20:41:03.258Z | python system 2 system |
242 | 2024-12-17T20:41:03.258Z | python3 system 3.11 system |
243 | 2024-12-17T20:41:03.258Z | ruby system 3.0 system |
244 | 2024-12-17T20:41:03.258Z | words vendor vendor american-english |
245 | 2024-12-17T20:41:03.258Z | words system system australian-english |
246 | 2024-12-17T20:41:03.258Z | words system system british-english |
247 | 2024-12-17T20:41:03.258Z | words system system canadian-english |
248 | 2024-12-17T20:41:03.258Z | words system system french |
249 | 2024-12-17T20:41:03.258Z | words system system italian |
250 | 2024-12-17T20:41:03.258Z | words system system ngerman |
251 | 2024-12-17T20:41:03.258Z | words system system ogerman |
252 | 2024-12-17T20:41:03.258Z | words system system spanish |
253 | 2024-12-17T20:41:03.593Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-17T20:41:03.593Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-17T20:41:06.319Z | FMRI IFO |
256 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-17T20:41:06.319Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-17T20:41:07.081Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-17T20:41:07.385Z | Updating crates.io index |
273 | 2024-12-17T20:41:07.388Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-17T20:41:08.001Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-17T20:41:08.257Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-17T20:41:08.499Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-17T20:41:08.785Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-17T20:41:09.684Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-17T20:41:11.207Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-17T20:41:11.829Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-17T20:41:12.567Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-17T20:41:12.832Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-17T20:41:13.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-17T20:41:13.770Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-17T20:41:14.093Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-17T20:41:14.360Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-17T20:41:14.668Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-17T20:41:14.917Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-17T20:41:15.112Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-17T20:41:15.393Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-17T20:41:15.707Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-17T20:41:16.129Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-17T20:41:16.407Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-17T20:41:16.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-17T20:41:17.201Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-17T20:41:17.567Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-17T20:41:17.981Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-17T20:41:18.215Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-17T20:41:18.482Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-17T20:41:18.792Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-17T20:41:20.068Z | Downloading crates ... |
302 | 2024-12-17T20:41:20.138Z | Downloaded anstream v0.6.15 |
303 | 2024-12-17T20:41:20.167Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-12-17T20:41:20.169Z | Downloaded dtrace-parser v0.2.0 |
305 | 2024-12-17T20:41:20.169Z | Downloaded pretty-hex v0.4.1 |
306 | 2024-12-17T20:41:20.175Z | Downloaded equivalent v1.0.1 |
307 | 2024-12-17T20:41:20.178Z | Downloaded swrite v0.1.0 |
308 | 2024-12-17T20:41:20.181Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-12-17T20:41:20.184Z | Downloaded cargo_toml v0.20.5 |
310 | 2024-12-17T20:41:20.189Z | Downloaded colorchoice v1.0.2 |
311 | 2024-12-17T20:41:20.197Z | Downloaded clap_derive v4.5.18 |
312 | 2024-12-17T20:41:20.197Z | Downloaded anstyle-parse v0.2.5 |
313 | 2024-12-17T20:41:20.197Z | Downloaded cargo_metadata v0.18.1 |
314 | 2024-12-17T20:41:20.199Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-12-17T20:41:20.200Z | Downloaded generic-array v0.14.7 |
316 | 2024-12-17T20:41:20.200Z | Downloaded autocfg v1.4.0 |
317 | 2024-12-17T20:41:20.202Z | Downloaded errno v0.3.9 |
318 | 2024-12-17T20:41:20.202Z | Downloaded cpufeatures v0.2.14 |
319 | 2024-12-17T20:41:20.204Z | Downloaded cfg-if v1.0.0 |
320 | 2024-12-17T20:41:20.204Z | Downloaded terminal_size v0.4.0 |
321 | 2024-12-17T20:41:20.207Z | Downloaded usdt v0.5.0 |
322 | 2024-12-17T20:41:20.207Z | Downloaded toml_datetime v0.6.8 |
323 | 2024-12-17T20:41:20.209Z | Downloaded serde_spanned v0.6.8 |
324 | 2024-12-17T20:41:20.209Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-12-17T20:41:20.209Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-12-17T20:41:20.212Z | Downloaded bytecount v0.6.8 |
327 | 2024-12-17T20:41:20.214Z | Downloaded scroll v0.12.0 |
328 | 2024-12-17T20:41:20.214Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2024-12-17T20:41:20.216Z | Downloaded crypto-common v0.1.6 |
330 | 2024-12-17T20:41:20.216Z | Downloaded clap_lex v0.7.2 |
331 | 2024-12-17T20:41:20.219Z | Downloaded block-buffer v0.10.4 |
332 | 2024-12-17T20:41:20.219Z | Downloaded strsim v0.11.1 |
333 | 2024-12-17T20:41:20.219Z | Downloaded smawk v0.3.2 |
334 | 2024-12-17T20:41:20.223Z | Downloaded memmap v0.7.0 |
335 | 2024-12-17T20:41:20.223Z | Downloaded tabled_derive v0.7.0 |
336 | 2024-12-17T20:41:20.223Z | Downloaded heck v0.4.1 |
337 | 2024-12-17T20:41:20.225Z | Downloaded fs-err v2.11.0 |
338 | 2024-12-17T20:41:20.225Z | Downloaded digest v0.10.7 |
339 | 2024-12-17T20:41:20.228Z | Downloaded anstyle-query v1.1.1 |
340 | 2024-12-17T20:41:20.228Z | Downloaded utf8parse v0.2.2 |
341 | 2024-12-17T20:41:20.231Z | Downloaded thread-id v4.2.2 |
342 | 2024-12-17T20:41:20.231Z | Downloaded dof v0.3.0 |
343 | 2024-12-17T20:41:20.231Z | Downloaded pest_generator v2.7.14 |
344 | 2024-12-17T20:41:20.233Z | Downloaded fastrand v2.1.1 |
345 | 2024-12-17T20:41:20.233Z | Downloaded anstyle v1.0.10 |
346 | 2024-12-17T20:41:20.236Z | Downloaded plain v0.2.3 |
347 | 2024-12-17T20:41:20.236Z | Downloaded version_check v0.9.5 |
348 | 2024-12-17T20:41:20.240Z | Downloaded usdt-macro v0.5.0 |
349 | 2024-12-17T20:41:20.240Z | Downloaded thiserror v1.0.69 |
350 | 2024-12-17T20:41:20.242Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2024-12-17T20:41:20.245Z | Downloaded proc-macro-error v1.0.4 |
352 | 2024-12-17T20:41:20.247Z | Downloaded pest_derive v2.7.14 |
353 | 2024-12-17T20:41:20.249Z | Downloaded macaddr v1.0.1 |
354 | 2024-12-17T20:41:20.249Z | Downloaded thiserror-impl v1.0.69 |
355 | 2024-12-17T20:41:20.259Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-12-17T20:41:20.259Z | Downloaded quote v1.0.37 |
357 | 2024-12-17T20:41:20.262Z | Downloaded once_cell v1.20.2 |
358 | 2024-12-17T20:41:20.262Z | Downloaded heck v0.5.0 |
359 | 2024-12-17T20:41:20.263Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2024-12-17T20:41:20.263Z | Downloaded tempfile v3.13.0 |
361 | 2024-12-17T20:41:20.263Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-17T20:41:20.263Z | Downloaded semver v1.0.23 |
363 | 2024-12-17T20:41:20.267Z | Downloaded itoa v1.0.11 |
364 | 2024-12-17T20:41:20.267Z | Downloaded zerocopy-derive v0.7.35 |
365 | 2024-12-17T20:41:20.271Z | Downloaded camino v1.1.9 |
366 | 2024-12-17T20:41:20.274Z | Downloaded clap v4.5.21 |
367 | 2024-12-17T20:41:20.279Z | Downloaded proc-macro2 v1.0.89 |
368 | 2024-12-17T20:41:20.282Z | Downloaded unicode-ident v1.0.13 |
369 | 2024-12-17T20:41:20.284Z | Downloaded log v0.4.22 |
370 | 2024-12-17T20:41:20.287Z | Downloaded bitflags v2.6.0 |
371 | 2024-12-17T20:41:20.290Z | Downloaded typenum v1.17.0 |
372 | 2024-12-17T20:41:20.292Z | Downloaded toml v0.8.19 |
373 | 2024-12-17T20:41:20.295Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-17T20:41:20.298Z | Downloaded ryu v1.0.18 |
375 | 2024-12-17T20:41:20.301Z | Downloaded pest_meta v2.7.14 |
376 | 2024-12-17T20:41:20.301Z | Downloaded anyhow v1.0.93 |
377 | 2024-12-17T20:41:20.305Z | Downloaded fnv v1.0.7 |
378 | 2024-12-17T20:41:20.307Z | Downloaded byteorder v1.5.0 |
379 | 2024-12-17T20:41:20.310Z | Downloaded serde_derive v1.0.215 |
380 | 2024-12-17T20:41:20.315Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-17T20:41:20.320Z | Downloaded textwrap v0.16.1 |
382 | 2024-12-17T20:41:20.322Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-17T20:41:20.326Z | Downloaded serde v1.0.215 |
384 | 2024-12-17T20:41:20.348Z | Downloaded toml_edit v0.22.22 |
385 | 2024-12-17T20:41:20.369Z | Downloaded memchr v2.7.4 |
386 | 2024-12-17T20:41:20.389Z | Downloaded serde_json v1.0.132 |
387 | 2024-12-17T20:41:20.395Z | Downloaded clap_builder v4.5.21 |
388 | 2024-12-17T20:41:20.402Z | Downloaded pest v2.7.14 |
389 | 2024-12-17T20:41:20.406Z | Downloaded zerocopy v0.7.35 |
390 | 2024-12-17T20:41:20.421Z | Downloaded winnow v0.6.20 |
391 | 2024-12-17T20:41:20.429Z | Downloaded tabled v0.15.0 |
392 | 2024-12-17T20:41:20.443Z | Downloaded goblin v0.8.2 |
393 | 2024-12-17T20:41:20.448Z | Downloaded hashbrown v0.15.1 |
394 | 2024-12-17T20:41:20.453Z | Downloaded syn v1.0.109 |
395 | 2024-12-17T20:41:20.465Z | Downloaded unicode-width v0.1.14 |
396 | 2024-12-17T20:41:20.471Z | Downloaded syn v2.0.87 |
397 | 2024-12-17T20:41:20.482Z | Downloaded rustix v0.38.37 |
398 | 2024-12-17T20:41:20.517Z | Downloaded libc v0.2.162 |
399 | 2024-12-17T20:41:20.828Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-17T20:41:20.828Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-17T20:41:20.829Z | Compiling version_check v0.9.5 |
402 | 2024-12-17T20:41:20.832Z | Compiling serde v1.0.215 |
403 | 2024-12-17T20:41:20.832Z | Compiling memchr v2.7.4 |
404 | 2024-12-17T20:41:20.832Z | Compiling thiserror v1.0.69 |
405 | 2024-12-17T20:41:20.832Z | Compiling libc v0.2.162 |
406 | 2024-12-17T20:41:20.863Z | Compiling ryu v1.0.18 |
407 | 2024-12-17T20:41:21.079Z | Compiling itoa v1.0.11 |
408 | 2024-12-17T20:41:21.294Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-17T20:41:21.560Z | Compiling once_cell v1.20.2 |
410 | 2024-12-17T20:41:21.708Z | Compiling byteorder v1.5.0 |
411 | 2024-12-17T20:41:21.920Z | Compiling serde_json v1.0.132 |
412 | 2024-12-17T20:41:21.948Z | Compiling rustix v0.38.37 |
413 | 2024-12-17T20:41:22.134Z | Compiling bitflags v2.6.0 |
414 | 2024-12-17T20:41:22.279Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-12-17T20:41:22.341Z | Compiling usdt-impl v0.5.0 |
416 | 2024-12-17T20:41:22.560Z | Compiling syn v1.0.109 |
417 | 2024-12-17T20:41:22.636Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-17T20:41:22.672Z | Compiling quote v1.0.37 |
419 | 2024-12-17T20:41:22.899Z | Compiling camino v1.1.9 |
420 | 2024-12-17T20:41:22.902Z | Compiling hashbrown v0.15.1 |
421 | 2024-12-17T20:41:22.948Z | Compiling plain v0.2.3 |
422 | 2024-12-17T20:41:23.121Z | Compiling syn v2.0.87 |
423 | 2024-12-17T20:41:23.201Z | Compiling errno v0.3.9 |
424 | 2024-12-17T20:41:23.455Z | Compiling equivalent v1.0.1 |
425 | 2024-12-17T20:41:23.511Z | Compiling thread-id v4.2.2 |
426 | 2024-12-17T20:41:23.564Z | Compiling log v0.4.22 |
427 | 2024-12-17T20:41:23.590Z | Compiling utf8parse v0.2.2 |
428 | 2024-12-17T20:41:23.745Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-12-17T20:41:23.946Z | Compiling autocfg v1.4.0 |
430 | 2024-12-17T20:41:24.099Z | Compiling colorchoice v1.0.2 |
431 | 2024-12-17T20:41:24.181Z | Compiling indexmap v2.6.0 |
432 | 2024-12-17T20:41:24.204Z | Compiling anstyle-query v1.1.1 |
433 | 2024-12-17T20:41:24.273Z | Compiling winnow v0.6.20 |
434 | 2024-12-17T20:41:24.358Z | Compiling unicode-width v0.1.14 |
435 | 2024-12-17T20:41:24.490Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-12-17T20:41:24.633Z | Compiling pretty-hex v0.4.1 |
437 | 2024-12-17T20:41:24.868Z | Compiling semver v1.0.23 |
438 | 2024-12-17T20:41:24.907Z | Compiling anstyle v1.0.10 |
439 | 2024-12-17T20:41:25.179Z | Compiling fs-err v2.11.0 |
440 | 2024-12-17T20:41:25.377Z | Compiling anstream v0.6.15 |
441 | 2024-12-17T20:41:25.470Z | Compiling terminal_size v0.4.0 |
442 | 2024-12-17T20:41:25.652Z | Compiling heck v0.5.0 |
443 | 2024-12-17T20:41:25.678Z | Compiling fastrand v2.1.1 |
444 | 2024-12-17T20:41:26.114Z | Compiling bytecount v0.6.8 |
445 | 2024-12-17T20:41:26.142Z | Compiling fnv v1.0.7 |
446 | 2024-12-17T20:41:26.185Z | Compiling strsim v0.11.1 |
447 | 2024-12-17T20:41:26.211Z | Compiling clap_lex v0.7.2 |
448 | 2024-12-17T20:41:26.255Z | Compiling anyhow v1.0.93 |
449 | 2024-12-17T20:41:26.288Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-17T20:41:26.326Z | Compiling heck v0.4.1 |
451 | 2024-12-17T20:41:26.383Z | Compiling tempfile v3.13.0 |
452 | 2024-12-17T20:41:26.842Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-17T20:41:27.140Z | Compiling papergrid v0.11.0 |
454 | 2024-12-17T20:41:27.285Z | Compiling memmap v0.7.0 |
455 | 2024-12-17T20:41:27.401Z | Compiling unicode-linebreak v0.1.5 |
456 | 2024-12-17T20:41:27.444Z | Compiling smawk v0.3.2 |
457 | 2024-12-17T20:41:27.927Z | Compiling textwrap v0.16.1 |
458 | 2024-12-17T20:41:28.154Z | Compiling swrite v0.1.0 |
459 | 2024-12-17T20:41:29.231Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-17T20:41:30.889Z | Compiling tabled v0.15.0 |
461 | 2024-12-17T20:41:32.015Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-17T20:41:32.016Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-17T20:41:32.019Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-17T20:41:32.019Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-17T20:41:32.288Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-17T20:41:33.552Z | Compiling scroll v0.12.0 |
467 | 2024-12-17T20:41:34.078Z | Compiling goblin v0.8.2 |
468 | 2024-12-17T20:41:34.152Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-17T20:41:34.846Z | Compiling pest v2.7.14 |
470 | 2024-12-17T20:41:35.876Z | Compiling clap v4.5.21 |
471 | 2024-12-17T20:41:37.128Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-17T20:41:38.032Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-17T20:41:39.917Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-17T20:41:40.582Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-17T20:41:42.393Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-17T20:41:42.395Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-17T20:41:42.396Z | Compiling cargo-platform v0.1.8 |
478 | 2024-12-17T20:41:42.785Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-17T20:41:42.947Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-17T20:41:43.011Z | Compiling macaddr v1.0.1 |
481 | 2024-12-17T20:41:43.051Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-17T20:41:43.914Z | Compiling dof v0.3.0 |
483 | 2024-12-17T20:41:43.914Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-17T20:41:45.743Z | Compiling toml v0.8.19 |
485 | 2024-12-17T20:41:46.008Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-17T20:41:46.008Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-17T20:41:46.627Z | Compiling cargo_toml v0.20.5 |
488 | 2024-12-17T20:41:47.415Z | Compiling usdt v0.5.0 |
489 | 2024-12-17T20:41:50.236Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-17T20:41:54.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.55s |
491 | 2024-12-17T20:41:54.648Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-17T20:41:55.166Z | Downloading crates ... |
493 | 2024-12-17T20:41:55.282Z | Downloaded addr2line v0.24.2 |
494 | 2024-12-17T20:41:55.285Z | Downloaded aead v0.5.2 |
495 | 2024-12-17T20:41:55.288Z | Downloaded arrayref v0.3.9 |
496 | 2024-12-17T20:41:55.290Z | Downloaded async-stream v0.3.6 |
497 | 2024-12-17T20:41:55.293Z | Downloaded async-trait v0.1.83 |
498 | 2024-12-17T20:41:55.296Z | Downloaded async-bb8-diesel v0.2.1 |
499 | 2024-12-17T20:41:55.303Z | Downloaded cobs v0.2.3 |
500 | 2024-12-17T20:41:55.306Z | Downloaded ascii-canvas v3.0.0 |
501 | 2024-12-17T20:41:55.310Z | Downloaded darling v0.20.10 |
502 | 2024-12-17T20:41:55.314Z | Downloaded hubpack_derive v0.1.1 |
503 | 2024-12-17T20:41:55.316Z | Downloaded cookie v0.18.1 |
504 | 2024-12-17T20:41:55.318Z | Downloaded arc-swap v1.7.1 |
505 | 2024-12-17T20:41:55.323Z | Downloaded md5 v0.7.0 |
506 | 2024-12-17T20:41:55.325Z | Downloaded crunchy v0.2.2 |
507 | 2024-12-17T20:41:55.328Z | Downloaded block-padding v0.3.3 |
508 | 2024-12-17T20:41:55.328Z | Downloaded array-init v0.0.4 |
509 | 2024-12-17T20:41:55.328Z | Downloaded is_ci v1.2.0 |
510 | 2024-12-17T20:41:55.330Z | Downloaded aes-gcm v0.10.3 |
511 | 2024-12-17T20:41:55.334Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-17T20:41:55.336Z | Downloaded matches v0.1.10 |
513 | 2024-12-17T20:41:55.336Z | Downloaded match_cfg v0.1.0 |
514 | 2024-12-17T20:41:55.339Z | Downloaded assert_matches v1.5.0 |
515 | 2024-12-17T20:41:55.341Z | Downloaded hostname v0.3.1 |
516 | 2024-12-17T20:41:55.341Z | Downloaded aes v0.8.4 |
517 | 2024-12-17T20:41:55.346Z | Downloaded instant v0.1.13 |
518 | 2024-12-17T20:41:55.348Z | Downloaded http-body-util v0.1.2 |
519 | 2024-12-17T20:41:55.350Z | Downloaded hex v0.4.3 |
520 | 2024-12-17T20:41:55.352Z | Downloaded cstr-argument v0.1.2 |
521 | 2024-12-17T20:41:55.355Z | Downloaded cfg_aliases v0.2.1 |
522 | 2024-12-17T20:41:55.355Z | Downloaded cfg_aliases v0.1.1 |
523 | 2024-12-17T20:41:55.355Z | Downloaded atomicwrites v0.4.4 |
524 | 2024-12-17T20:41:55.358Z | Downloaded argon2 v0.5.3 |
525 | 2024-12-17T20:41:55.358Z | Downloaded icu_provider_macros v1.5.0 |
526 | 2024-12-17T20:41:55.361Z | Downloaded lazy_static v1.5.0 |
527 | 2024-12-17T20:41:55.363Z | Downloaded crc v3.2.1 |
528 | 2024-12-17T20:41:55.365Z | Downloaded managed v0.8.0 |
529 | 2024-12-17T20:41:55.368Z | Downloaded maplit v1.0.2 |
530 | 2024-12-17T20:41:55.370Z | Downloaded indoc v1.0.9 |
531 | 2024-12-17T20:41:55.372Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-12-17T20:41:55.374Z | Downloaded memoffset v0.9.1 |
533 | 2024-12-17T20:41:55.374Z | Downloaded keccak v0.1.5 |
534 | 2024-12-17T20:41:55.376Z | Downloaded lru-cache v0.1.2 |
535 | 2024-12-17T20:41:55.378Z | Downloaded ciborium-io v0.2.2 |
536 | 2024-12-17T20:41:55.378Z | Downloaded lru v0.12.5 |
537 | 2024-12-17T20:41:55.381Z | Downloaded linear-map v1.2.0 |
538 | 2024-12-17T20:41:55.383Z | Downloaded highway v1.2.0 |
539 | 2024-12-17T20:41:55.386Z | Downloaded idna_adapter v1.2.0 |
540 | 2024-12-17T20:41:55.386Z | Downloaded atty v0.2.14 |
541 | 2024-12-17T20:41:55.389Z | Downloaded castaway v0.2.3 |
542 | 2024-12-17T20:41:55.389Z | Downloaded httparse v1.9.5 |
543 | 2024-12-17T20:41:55.391Z | Downloaded linked-hash-map v0.5.6 |
544 | 2024-12-17T20:41:55.393Z | Downloaded hickory-client v0.24.1 |
545 | 2024-12-17T20:41:55.396Z | Downloaded lockfree-object-pool v0.1.6 |
546 | 2024-12-17T20:41:55.399Z | Downloaded md-5 v0.10.6 |
547 | 2024-12-17T20:41:55.402Z | Downloaded ref-cast-impl v1.0.23 |
548 | 2024-12-17T20:41:55.405Z | Downloaded buf-list v1.0.3 |
549 | 2024-12-17T20:41:55.408Z | Downloaded is-terminal v0.4.13 |
550 | 2024-12-17T20:41:55.408Z | Downloaded ctr v0.9.2 |
551 | 2024-12-17T20:41:55.410Z | Downloaded impl-trait-for-tuples v0.2.2 |
552 | 2024-12-17T20:41:55.413Z | Downloaded maybe-uninit v2.0.0 |
553 | 2024-12-17T20:41:55.415Z | Downloaded hyper-tls v0.6.0 |
554 | 2024-12-17T20:41:55.415Z | Downloaded kstat-rs v0.2.4 |
555 | 2024-12-17T20:41:55.418Z | Downloaded indent_write v2.2.0 |
556 | 2024-12-17T20:41:55.420Z | Downloaded bitfield-struct v0.6.2 |
557 | 2024-12-17T20:41:55.420Z | Downloaded lock_api v0.4.12 |
558 | 2024-12-17T20:41:55.423Z | Downloaded bb8 v0.8.5 |
559 | 2024-12-17T20:41:55.425Z | Downloaded bitflags v1.3.2 |
560 | 2024-12-17T20:41:55.428Z | Downloaded mime v0.3.17 |
561 | 2024-12-17T20:41:55.431Z | Downloaded curve25519-dalek-derive v0.1.1 |
562 | 2024-12-17T20:41:55.431Z | Downloaded colored v2.1.0 |
563 | 2024-12-17T20:41:55.433Z | Downloaded jobserver v0.1.32 |
564 | 2024-12-17T20:41:55.436Z | Downloaded memmap2 v0.9.5 |
565 | 2024-12-17T20:41:55.438Z | Downloaded bitfield v0.14.0 |
566 | 2024-12-17T20:41:55.441Z | Downloaded try-lock v0.2.5 |
567 | 2024-12-17T20:41:55.441Z | Downloaded ahash v0.8.11 |
568 | 2024-12-17T20:41:55.444Z | Downloaded base64ct v1.6.0 |
569 | 2024-12-17T20:41:55.447Z | Downloaded rand_chacha v0.3.1 |
570 | 2024-12-17T20:41:55.449Z | Downloaded bit-vec v0.6.3 |
571 | 2024-12-17T20:41:55.451Z | Downloaded rtoolbox v0.0.2 |
572 | 2024-12-17T20:41:55.453Z | Downloaded csv-core v0.1.11 |
573 | 2024-12-17T20:41:55.455Z | Downloaded const_format_proc_macros v0.2.33 |
574 | 2024-12-17T20:41:55.457Z | Downloaded vte_generate_state_changes v0.1.2 |
575 | 2024-12-17T20:41:55.458Z | Downloaded derive_builder_macro v0.20.2 |
576 | 2024-12-17T20:41:55.460Z | Downloaded ciborium v0.2.2 |
577 | 2024-12-17T20:41:55.462Z | Downloaded yoke-derive v0.7.4 |
578 | 2024-12-17T20:41:55.463Z | Downloaded rpassword v7.3.1 |
579 | 2024-12-17T20:41:55.465Z | Downloaded slab v0.4.9 |
580 | 2024-12-17T20:41:55.468Z | Downloaded icu_locid_transform v1.5.0 |
581 | 2024-12-17T20:41:55.470Z | Downloaded libloading v0.8.5 |
582 | 2024-12-17T20:41:55.473Z | Downloaded bcs v0.1.6 |
583 | 2024-12-17T20:41:55.476Z | Downloaded siphasher v0.3.11 |
584 | 2024-12-17T20:41:55.476Z | Downloaded mime_guess v2.0.5 |
585 | 2024-12-17T20:41:55.478Z | Downloaded icu_provider v1.5.0 |
586 | 2024-12-17T20:41:55.481Z | Downloaded simd-adler32 v0.3.7 |
587 | 2024-12-17T20:41:55.484Z | Downloaded serde_path_to_error v0.1.16 |
588 | 2024-12-17T20:41:55.486Z | Downloaded strip-ansi-escapes v0.2.0 |
589 | 2024-12-17T20:41:55.489Z | Downloaded foreign-types-shared v0.1.1 |
590 | 2024-12-17T20:41:55.489Z | Downloaded crc32fast v1.4.2 |
591 | 2024-12-17T20:41:55.492Z | Downloaded structmeta v0.2.0 |
592 | 2024-12-17T20:41:55.492Z | Downloaded stable_deref_trait v1.2.0 |
593 | 2024-12-17T20:41:55.494Z | Downloaded icu_normalizer_data v1.5.0 |
594 | 2024-12-17T20:41:55.496Z | Downloaded termcolor v1.4.1 |
595 | 2024-12-17T20:41:55.498Z | Downloaded rand_core v0.6.4 |
596 | 2024-12-17T20:41:55.498Z | Downloaded bit-set v0.5.3 |
597 | 2024-12-17T20:41:55.500Z | Downloaded subtle v2.6.1 |
598 | 2024-12-17T20:41:55.502Z | Downloaded icu_locid_transform_data v1.5.0 |
599 | 2024-12-17T20:41:55.505Z | Downloaded cookie_store v0.21.0 |
600 | 2024-12-17T20:41:55.507Z | Downloaded clang-sys v1.8.1 |
601 | 2024-12-17T20:41:55.509Z | Downloaded crossbeam-utils v0.8.20 |
602 | 2024-12-17T20:41:55.512Z | Downloaded topological-sort v0.2.2 |
603 | 2024-12-17T20:41:55.514Z | Downloaded allocator-api2 v0.2.18 |
604 | 2024-12-17T20:41:55.517Z | Downloaded parse-size v1.1.0 |
605 | 2024-12-17T20:41:55.519Z | Downloaded rustls-pemfile v2.2.0 |
606 | 2024-12-17T20:41:55.521Z | Downloaded xz2 v0.1.7 |
607 | 2024-12-17T20:41:55.524Z | Downloaded hyper-rustls v0.27.3 |
608 | 2024-12-17T20:41:55.526Z | Downloaded either v1.13.0 |
609 | 2024-12-17T20:41:55.528Z | Downloaded dirs-next v2.0.0 |
610 | 2024-12-17T20:41:55.531Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-12-17T20:41:55.531Z | Downloaded filetime v0.2.25 |
612 | 2024-12-17T20:41:55.534Z | Downloaded icu_locid v1.5.0 |
613 | 2024-12-17T20:41:55.538Z | Downloaded icu_normalizer v1.5.0 |
614 | 2024-12-17T20:41:55.542Z | Downloaded serde_with_macros v3.11.0 |
615 | 2024-12-17T20:41:55.544Z | Downloaded crossbeam-epoch v0.9.18 |
616 | 2024-12-17T20:41:55.547Z | Downloaded futures-sink v0.3.31 |
617 | 2024-12-17T20:41:55.550Z | Downloaded termios v0.3.3 |
618 | 2024-12-17T20:41:55.552Z | Downloaded console v0.15.8 |
619 | 2024-12-17T20:41:55.554Z | Downloaded litemap v0.7.3 |
620 | 2024-12-17T20:41:55.556Z | Downloaded crc-any v2.5.0 |
621 | 2024-12-17T20:41:55.559Z | Downloaded newtype-uuid v1.1.3 |
622 | 2024-12-17T20:41:55.563Z | Downloaded num_enum_derive v0.5.11 |
623 | 2024-12-17T20:41:55.565Z | Downloaded term v0.7.0 |
624 | 2024-12-17T20:41:55.567Z | Downloaded tokio-rustls v0.26.0 |
625 | 2024-12-17T20:41:55.570Z | Downloaded indicatif v0.17.9 |
626 | 2024-12-17T20:41:55.573Z | Downloaded percent-encoding v2.3.1 |
627 | 2024-12-17T20:41:55.575Z | Downloaded rustls-pki-types v1.10.0 |
628 | 2024-12-17T20:41:55.578Z | Downloaded olpc-cjson v0.1.4 |
629 | 2024-12-17T20:41:55.580Z | Downloaded compact_str v0.8.0 |
630 | 2024-12-17T20:41:55.584Z | Downloaded darling_macro v0.20.10 |
631 | 2024-12-17T20:41:55.588Z | Downloaded predicates v3.1.2 |
632 | 2024-12-17T20:41:55.590Z | Downloaded env_logger v0.11.5 |
633 | 2024-12-17T20:41:55.592Z | Downloaded radium v0.7.0 |
634 | 2024-12-17T20:41:55.595Z | Downloaded resolv-conf v0.7.0 |
635 | 2024-12-17T20:41:55.595Z | Downloaded rustc_version v0.1.7 |
636 | 2024-12-17T20:41:55.597Z | Downloaded quinn-udp v0.5.5 |
637 | 2024-12-17T20:41:55.599Z | Downloaded similar v2.6.0 |
638 | 2024-12-17T20:41:55.603Z | Downloaded chacha20poly1305 v0.10.1 |
639 | 2024-12-17T20:41:55.606Z | Downloaded serde_plain v1.0.2 |
640 | 2024-12-17T20:41:55.609Z | Downloaded signal-hook-tokio v0.3.1 |
641 | 2024-12-17T20:41:55.609Z | Downloaded serde-hex v0.1.0 |
642 | 2024-12-17T20:41:55.612Z | Downloaded num-conv v0.1.0 |
643 | 2024-12-17T20:41:55.614Z | Downloaded hashlink v0.9.1 |
644 | 2024-12-17T20:41:55.617Z | Downloaded oso-derive v0.27.3 |
645 | 2024-12-17T20:41:55.617Z | Downloaded ssh-encoding v0.2.0 |
646 | 2024-12-17T20:41:55.619Z | Downloaded ssh-cipher v0.2.0 |
647 | 2024-12-17T20:41:55.622Z | Downloaded tokio-macros v2.4.0 |
648 | 2024-12-17T20:41:55.622Z | Downloaded thread_local v1.1.8 |
649 | 2024-12-17T20:41:55.624Z | Downloaded slog-stdlog v4.1.1 |
650 | 2024-12-17T20:41:55.624Z | Downloaded slog-scope v4.4.0 |
651 | 2024-12-17T20:41:55.626Z | Downloaded newtype_derive v0.1.6 |
652 | 2024-12-17T20:41:55.629Z | Downloaded vergen v8.3.2 |
653 | 2024-12-17T20:41:55.632Z | Downloaded vte v0.11.1 |
654 | 2024-12-17T20:41:55.634Z | Downloaded heapless v0.7.17 |
655 | 2024-12-17T20:41:55.638Z | Downloaded unicode-properties v0.1.3 |
656 | 2024-12-17T20:41:55.640Z | Downloaded hyper-util v0.1.10 |
657 | 2024-12-17T20:41:55.645Z | Downloaded xattr v1.3.1 |
658 | 2024-12-17T20:41:55.648Z | Downloaded predicates-core v1.0.8 |
659 | 2024-12-17T20:41:55.650Z | Downloaded russh-cryptovec v0.7.3 |
660 | 2024-12-17T20:41:55.651Z | Downloaded float-ord v0.3.2 |
661 | 2024-12-17T20:41:55.654Z | Downloaded diesel_table_macro_syntax v0.2.0 |
662 | 2024-12-17T20:41:55.654Z | Downloaded sct v0.7.1 |
663 | 2024-12-17T20:41:55.657Z | Downloaded futures-channel v0.3.31 |
664 | 2024-12-17T20:41:55.659Z | Downloaded http v1.1.0 |
665 | 2024-12-17T20:41:55.664Z | Downloaded minimal-lexical v0.2.1 |
666 | 2024-12-17T20:41:55.669Z | Downloaded sqlparser_derive v0.2.2 |
667 | 2024-12-17T20:41:55.671Z | Downloaded serde-big-array v0.5.1 |
668 | 2024-12-17T20:41:55.673Z | Downloaded tower-service v0.3.3 |
669 | 2024-12-17T20:41:55.673Z | Downloaded tracing-core v0.1.32 |
670 | 2024-12-17T20:41:55.677Z | Downloaded typify v0.2.0 |
671 | 2024-12-17T20:41:55.681Z | Downloaded packed_struct v0.10.1 |
672 | 2024-12-17T20:41:55.683Z | Downloaded tokio-rustls v0.24.1 |
673 | 2024-12-17T20:41:55.686Z | Downloaded num-derive v0.4.2 |
674 | 2024-12-17T20:41:55.689Z | Downloaded want v0.3.1 |
675 | 2024-12-17T20:41:55.689Z | Downloaded unicode-bidi v0.3.17 |
676 | 2024-12-17T20:41:55.692Z | Downloaded waitgroup v0.1.2 |
677 | 2024-12-17T20:41:55.694Z | Downloaded value-bag v1.9.0 |
678 | 2024-12-17T20:41:55.697Z | Downloaded uzers v0.12.1 |
679 | 2024-12-17T20:41:55.699Z | Downloaded foreign-types-shared v0.3.1 |
680 | 2024-12-17T20:41:55.701Z | Downloaded omicron-zone-package v0.11.1 |
681 | 2024-12-17T20:41:55.704Z | Downloaded endian-type v0.1.2 |
682 | 2024-12-17T20:41:55.706Z | Downloaded progenitor v0.8.0 |
683 | 2024-12-17T20:41:55.706Z | Downloaded poly1305 v0.8.0 |
684 | 2024-12-17T20:41:55.721Z | Downloaded openssl-macros v0.1.1 |
685 | 2024-12-17T20:41:55.724Z | Downloaded hickory-server v0.24.1 |
686 | 2024-12-17T20:41:55.728Z | Downloaded tiny-keccak v2.0.2 |
687 | 2024-12-17T20:41:55.731Z | Downloaded slog-json v2.6.1 |
688 | 2024-12-17T20:41:55.734Z | Downloaded tinyvec v1.8.0 |
689 | 2024-12-17T20:41:55.737Z | Downloaded num-complex v0.4.6 |
690 | 2024-12-17T20:41:55.740Z | Downloaded multer v3.1.0 |
691 | 2024-12-17T20:41:55.743Z | Downloaded globset v0.4.15 |
692 | 2024-12-17T20:41:55.745Z | Downloaded pkcs1 v0.7.5 |
693 | 2024-12-17T20:41:55.748Z | Downloaded base64 v0.22.1 |
694 | 2024-12-17T20:41:55.750Z | Downloaded opaque-debug v0.3.1 |
695 | 2024-12-17T20:41:55.752Z | Downloaded num v0.4.3 |
696 | 2024-12-17T20:41:55.754Z | Downloaded foreign-types-macros v0.2.3 |
697 | 2024-12-17T20:41:55.754Z | Downloaded display-error-chain v0.2.2 |
698 | 2024-12-17T20:41:55.757Z | Downloaded zerovec-derive v0.10.3 |
699 | 2024-12-17T20:41:55.757Z | Downloaded base64 v0.21.7 |
700 | 2024-12-17T20:41:55.761Z | Downloaded sigpipe v0.1.3 |
701 | 2024-12-17T20:41:55.764Z | Downloaded pem-rfc7468 v0.7.0 |
702 | 2024-12-17T20:41:55.766Z | Downloaded enum-as-inner v0.5.1 |
703 | 2024-12-17T20:41:55.773Z | Downloaded samael v0.0.17 |
704 | 2024-12-17T20:41:55.777Z | Downloaded new_debug_unreachable v1.0.6 |
705 | 2024-12-17T20:41:55.777Z | Downloaded libm v0.2.8 |
706 | 2024-12-17T20:41:55.783Z | Downloaded progenitor-client v0.8.0 |
707 | 2024-12-17T20:41:55.786Z | Downloaded oso v0.27.3 |
708 | 2024-12-17T20:41:55.789Z | Downloaded peg-runtime v0.8.3 |
709 | 2024-12-17T20:41:55.791Z | Downloaded num_threads v0.1.7 |
710 | 2024-12-17T20:41:55.791Z | Downloaded walkdir v2.5.0 |
711 | 2024-12-17T20:41:55.794Z | Downloaded rustc-hash v2.0.0 |
712 | 2024-12-17T20:41:55.796Z | Downloaded structmeta v0.3.0 |
713 | 2024-12-17T20:41:55.796Z | Downloaded nu-ansi-term v0.50.1 |
714 | 2024-12-17T20:41:55.799Z | Downloaded displaydoc v0.2.5 |
715 | 2024-12-17T20:41:55.802Z | Downloaded take_mut v0.2.2 |
716 | 2024-12-17T20:41:55.805Z | Downloaded dhcproto-macros v0.1.0 |
717 | 2024-12-17T20:41:55.805Z | Downloaded time-core v0.1.2 |
718 | 2024-12-17T20:41:55.807Z | Downloaded tui-tree-widget v0.22.0 |
719 | 2024-12-17T20:41:55.807Z | Downloaded sync-ptr v0.1.1 |
720 | 2024-12-17T20:41:55.809Z | Downloaded p256 v0.13.2 |
721 | 2024-12-17T20:41:55.812Z | Downloaded wyz v0.5.1 |
722 | 2024-12-17T20:41:55.814Z | Downloaded utf8_iter v1.0.4 |
723 | 2024-12-17T20:41:55.816Z | Downloaded crossterm v0.28.1 |
724 | 2024-12-17T20:41:55.822Z | Downloaded debug-ignore v1.0.5 |
725 | 2024-12-17T20:41:55.825Z | Downloaded signature v2.2.0 |
726 | 2024-12-17T20:41:55.828Z | Downloaded number_prefix v0.4.0 |
727 | 2024-12-17T20:41:55.829Z | Downloaded thiserror-impl-no-std v2.0.2 |
728 | 2024-12-17T20:41:55.832Z | Downloaded flume v0.11.1 |
729 | 2024-12-17T20:41:55.834Z | Downloaded pbkdf2 v0.12.2 |
730 | 2024-12-17T20:41:55.836Z | Downloaded unicode-xid v0.2.6 |
731 | 2024-12-17T20:41:55.836Z | Downloaded itertools v0.12.1 |
732 | 2024-12-17T20:41:55.844Z | Downloaded peg-macros v0.8.4 |
733 | 2024-12-17T20:41:55.847Z | Downloaded zerofrom-derive v0.1.4 |
734 | 2024-12-17T20:41:55.849Z | Downloaded foreign-types v0.3.2 |
735 | 2024-12-17T20:41:55.849Z | Downloaded embedded-io v0.6.1 |
736 | 2024-12-17T20:41:55.853Z | Downloaded embedded-io v0.4.0 |
737 | 2024-12-17T20:41:55.856Z | Downloaded des v0.8.1 |
738 | 2024-12-17T20:41:55.856Z | Downloaded tinystr v0.7.6 |
739 | 2024-12-17T20:41:55.859Z | Downloaded num_enum v0.5.11 |
740 | 2024-12-17T20:41:55.862Z | Downloaded postgres-protocol v0.6.7 |
741 | 2024-12-17T20:41:55.866Z | Downloaded url v2.5.3 |
742 | 2024-12-17T20:41:55.869Z | Downloaded num-bigint v0.4.6 |
743 | 2024-12-17T20:41:55.874Z | Downloaded ed25519-dalek v2.1.1 |
744 | 2024-12-17T20:41:55.878Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2024-12-17T20:41:55.882Z | Downloaded unicode-segmentation v1.12.0 |
746 | 2024-12-17T20:41:55.886Z | Downloaded libxml v0.3.3 |
747 | 2024-12-17T20:41:55.890Z | Downloaded wait-timeout v0.2.0 |
748 | 2024-12-17T20:41:55.892Z | Downloaded aho-corasick v1.1.3 |
749 | 2024-12-17T20:41:55.898Z | Downloaded supports-color v3.0.1 |
750 | 2024-12-17T20:41:55.900Z | Downloaded shell-words v1.1.0 |
751 | 2024-12-17T20:41:55.902Z | Downloaded sha1 v0.10.6 |
752 | 2024-12-17T20:41:55.904Z | Downloaded hyper v1.5.0 |
753 | 2024-12-17T20:41:55.910Z | Downloaded pem v3.0.4 |
754 | 2024-12-17T20:41:55.913Z | Downloaded serde_urlencoded v0.7.1 |
755 | 2024-12-17T20:41:55.917Z | Downloaded rustc-demangle v0.1.24 |
756 | 2024-12-17T20:41:55.917Z | Downloaded phf_codegen v0.11.2 |
757 | 2024-12-17T20:41:55.920Z | Downloaded zip v0.6.6 |
758 | 2024-12-17T20:41:55.922Z | Downloaded zone_cfg_derive v0.3.0 |
759 | 2024-12-17T20:41:55.925Z | Downloaded rand_seeder v0.3.0 |
760 | 2024-12-17T20:41:55.927Z | Downloaded thiserror v2.0.3 |
761 | 2024-12-17T20:41:55.931Z | Downloaded structmeta-derive v0.2.0 |
762 | 2024-12-17T20:41:55.935Z | Downloaded spin v0.5.2 |
763 | 2024-12-17T20:41:55.935Z | Downloaded strum_macros v0.26.4 |
764 | 2024-12-17T20:41:55.937Z | Downloaded x509-cert v0.2.5 |
765 | 2024-12-17T20:41:55.944Z | Downloaded ref-cast v1.0.23 |
766 | 2024-12-17T20:41:55.947Z | Downloaded funty v2.0.0 |
767 | 2024-12-17T20:41:55.950Z | Downloaded flagset v0.4.6 |
768 | 2024-12-17T20:41:55.950Z | Downloaded which v4.4.2 |
769 | 2024-12-17T20:41:55.953Z | Downloaded utf16_iter v1.0.5 |
770 | 2024-12-17T20:41:55.953Z | Downloaded nodrop v0.1.14 |
771 | 2024-12-17T20:41:55.956Z | Downloaded structmeta-derive v0.3.0 |
772 | 2024-12-17T20:41:55.956Z | Downloaded dropshot_endpoint v0.13.0 |
773 | 2024-12-17T20:41:55.959Z | Downloaded uuid v1.11.0 |
774 | 2024-12-17T20:41:55.962Z | Downloaded parse-display v0.10.0 |
775 | 2024-12-17T20:41:55.965Z | Downloaded unicode-truncate v1.1.0 |
776 | 2024-12-17T20:41:55.967Z | Downloaded strum v0.26.3 |
777 | 2024-12-17T20:41:55.967Z | Downloaded half v2.4.1 |
778 | 2024-12-17T20:41:55.970Z | Downloaded shlex v1.3.0 |
779 | 2024-12-17T20:41:55.972Z | Downloaded serde_repr v0.1.19 |
780 | 2024-12-17T20:41:55.976Z | Downloaded parking_lot_core v0.8.6 |
781 | 2024-12-17T20:41:55.979Z | Downloaded zone_cfg_derive v0.1.2 |
782 | 2024-12-17T20:41:55.979Z | Downloaded proc-macro-crate v1.3.1 |
783 | 2024-12-17T20:41:55.979Z | Downloaded der v0.7.9 |
784 | 2024-12-17T20:41:55.986Z | Downloaded nanorand v0.7.0 |
785 | 2024-12-17T20:41:55.988Z | Downloaded dhcproto v0.12.0 |
786 | 2024-12-17T20:41:55.991Z | Downloaded diff v0.1.13 |
787 | 2024-12-17T20:41:55.994Z | Downloaded unicode-normalization v0.1.24 |
788 | 2024-12-17T20:41:55.999Z | Downloaded phf_shared v0.10.0 |
789 | 2024-12-17T20:41:56.003Z | Downloaded path-slash v0.1.5 |
790 | 2024-12-17T20:41:56.003Z | Downloaded enum-as-inner v0.6.1 |
791 | 2024-12-17T20:41:56.005Z | Downloaded defmt-parser v0.3.4 |
792 | 2024-12-17T20:41:56.005Z | Downloaded scheduled-thread-pool v0.2.7 |
793 | 2024-12-17T20:41:56.005Z | Downloaded defmt-macros v0.3.9 |
794 | 2024-12-17T20:41:56.008Z | Downloaded fixedbitset v0.4.2 |
795 | 2024-12-17T20:41:56.012Z | Downloaded defmt v0.3.8 |
796 | 2024-12-17T20:41:56.014Z | Downloaded parking_lot v0.11.2 |
797 | 2024-12-17T20:41:56.016Z | Downloaded rustls-webpki v0.101.7 |
798 | 2024-12-17T20:41:56.030Z | Downloaded progenitor-macro v0.8.0 |
799 | 2024-12-17T20:41:56.032Z | Downloaded packed_struct_codegen v0.10.1 |
800 | 2024-12-17T20:41:56.032Z | Downloaded hkdf v0.12.4 |
801 | 2024-12-17T20:41:56.036Z | Downloaded pretty-hex v0.2.1 |
802 | 2024-12-17T20:41:56.038Z | Downloaded slog v2.7.0 |
803 | 2024-12-17T20:41:56.041Z | Downloaded env_filter v0.1.2 |
804 | 2024-12-17T20:41:56.041Z | Downloaded native-tls v0.2.12 |
805 | 2024-12-17T20:41:56.044Z | Downloaded whoami v1.5.2 |
806 | 2024-12-17T20:41:56.046Z | Downloaded powerfmt v0.2.0 |
807 | 2024-12-17T20:41:56.050Z | Downloaded num-traits v0.2.19 |
808 | 2024-12-17T20:41:56.053Z | Downloaded futures-macro v0.3.31 |
809 | 2024-12-17T20:41:56.053Z | Downloaded futures-io v0.3.31 |
810 | 2024-12-17T20:41:56.053Z | Downloaded rand v0.8.5 |
811 | 2024-12-17T20:41:56.056Z | Downloaded tokio-tungstenite v0.23.1 |
812 | 2024-12-17T20:41:56.058Z | Downloaded postgres-types v0.2.8 |
813 | 2024-12-17T20:41:56.062Z | Downloaded normalize-line-endings v0.3.0 |
814 | 2024-12-17T20:41:56.066Z | Downloaded pbkdf2 v0.11.0 |
815 | 2024-12-17T20:41:56.066Z | Downloaded ssh-key v0.6.6 |
816 | 2024-12-17T20:41:56.072Z | Downloaded smf v0.2.3 |
817 | 2024-12-17T20:41:56.074Z | Downloaded strum_macros v0.24.3 |
818 | 2024-12-17T20:41:56.077Z | Downloaded num-rational v0.4.2 |
819 | 2024-12-17T20:41:56.080Z | Downloaded parking_lot v0.12.3 |
820 | 2024-12-17T20:41:56.080Z | Downloaded smallvec v0.6.14 |
821 | 2024-12-17T20:41:56.083Z | Downloaded rayon-core v1.12.1 |
822 | 2024-12-17T20:41:56.085Z | Downloaded predicates-tree v1.0.11 |
823 | 2024-12-17T20:41:56.088Z | Downloaded paste v1.0.15 |
824 | 2024-12-17T20:41:56.092Z | Downloaded fallible-iterator v0.2.0 |
825 | 2024-12-17T20:41:56.094Z | Downloaded openssl-probe v0.1.5 |
826 | 2024-12-17T20:41:56.094Z | Downloaded tokio-stream v0.1.16 |
827 | 2024-12-17T20:41:56.097Z | Downloaded signal-hook-mio v0.2.4 |
828 | 2024-12-17T20:41:56.099Z | Downloaded twox-hash v1.6.3 |
829 | 2024-12-17T20:41:56.101Z | Downloaded mirai-annotations v1.12.0 |
830 | 2024-12-17T20:41:56.101Z | Downloaded write16 v1.0.0 |
831 | 2024-12-17T20:41:56.102Z | Downloaded tokio-tungstenite v0.21.0 |
832 | 2024-12-17T20:41:56.104Z | Downloaded futures v0.3.31 |
833 | 2024-12-17T20:41:56.109Z | Downloaded same-file v1.0.6 |
834 | 2024-12-17T20:41:56.112Z | Downloaded salsa20 v0.10.2 |
835 | 2024-12-17T20:41:56.115Z | Downloaded rusty-fork v0.3.0 |
836 | 2024-12-17T20:41:56.115Z | Downloaded rustversion v1.0.17 |
837 | 2024-12-17T20:41:56.117Z | Downloaded foreign-types v0.5.0 |
838 | 2024-12-17T20:41:56.117Z | Downloaded strum_macros v0.25.3 |
839 | 2024-12-17T20:41:56.120Z | Downloaded pkcs8 v0.10.2 |
840 | 2024-12-17T20:41:56.123Z | Downloaded hash32 v0.2.1 |
841 | 2024-12-17T20:41:56.126Z | Downloaded snafu-derive v0.8.5 |
842 | 2024-12-17T20:41:56.126Z | Downloaded pin-project-internal v1.1.6 |
843 | 2024-12-17T20:41:56.130Z | Downloaded multimap v0.10.0 |
844 | 2024-12-17T20:41:56.133Z | Downloaded russh v0.45.0 |
845 | 2024-12-17T20:41:56.135Z | Downloaded parking_lot_core v0.9.10 |
846 | 2024-12-17T20:41:56.138Z | Downloaded hash32 v0.3.1 |
847 | 2024-12-17T20:41:56.141Z | Downloaded zone v0.1.8 |
848 | 2024-12-17T20:41:56.141Z | Downloaded fragile v2.0.0 |
849 | 2024-12-17T20:41:56.145Z | Downloaded form_urlencoded v1.2.1 |
850 | 2024-12-17T20:41:56.145Z | Downloaded universal-hash v0.5.1 |
851 | 2024-12-17T20:41:56.147Z | Downloaded rfc6979 v0.4.0 |
852 | 2024-12-17T20:41:56.147Z | Downloaded num-iter v0.1.45 |
853 | 2024-12-17T20:41:56.147Z | Downloaded password-hash v0.4.2 |
854 | 2024-12-17T20:41:56.150Z | Downloaded ron v0.8.1 |
855 | 2024-12-17T20:41:56.155Z | Downloaded writeable v0.5.5 |
856 | 2024-12-17T20:41:56.158Z | Downloaded slog-bunyan v2.5.0 |
857 | 2024-12-17T20:41:56.161Z | Downloaded tough v0.19.0 |
858 | 2024-12-17T20:41:56.169Z | Downloaded password-hash v0.5.0 |
859 | 2024-12-17T20:41:56.172Z | Downloaded deranged v0.3.11 |
860 | 2024-12-17T20:41:56.172Z | Downloaded zone v0.3.0 |
861 | 2024-12-17T20:41:56.172Z | Downloaded zeroize_derive v1.4.2 |
862 | 2024-12-17T20:41:56.175Z | Downloaded pin-project v1.1.6 |
863 | 2024-12-17T20:41:56.187Z | Downloaded env_logger v0.10.2 |
864 | 2024-12-17T20:41:56.190Z | Downloaded derive_builder_core v0.20.2 |
865 | 2024-12-17T20:41:56.190Z | Downloaded lalrpop v0.19.12 |
866 | 2024-12-17T20:41:56.202Z | Downloaded unsafe-libyaml v0.2.11 |
867 | 2024-12-17T20:41:56.205Z | Downloaded aws-lc-rs v1.10.0 |
868 | 2024-12-17T20:41:56.215Z | Downloaded chrono v0.4.38 |
869 | 2024-12-17T20:41:56.223Z | Downloaded hashbrown v0.13.2 |
870 | 2024-12-17T20:41:56.228Z | Downloaded openssl-sys v0.9.103 |
871 | 2024-12-17T20:41:56.233Z | Downloaded tungstenite v0.24.0 |
872 | 2024-12-17T20:41:56.236Z | Downloaded tungstenite v0.23.0 |
873 | 2024-12-17T20:41:56.239Z | Downloaded icu_properties_data v1.5.0 |
874 | 2024-12-17T20:41:56.251Z | Downloaded mockall_derive v0.13.0 |
875 | 2024-12-17T20:41:56.254Z | Downloaded derive-where v1.2.7 |
876 | 2024-12-17T20:41:56.257Z | Downloaded ron v0.7.1 |
877 | 2024-12-17T20:41:56.262Z | Downloaded socket2 v0.5.7 |
878 | 2024-12-17T20:41:56.264Z | Downloaded diesel_derives v2.2.3 |
879 | 2024-12-17T20:41:56.268Z | Downloaded mio v1.0.2 |
880 | 2024-12-17T20:41:56.274Z | Downloaded typed-path v0.9.3 |
881 | 2024-12-17T20:41:56.280Z | Downloaded derive_more v0.99.18 |
882 | 2024-12-17T20:41:56.291Z | Downloaded zerocopy v0.8.10 |
883 | 2024-12-17T20:41:56.310Z | Downloaded unicode_categories v0.1.1 |
884 | 2024-12-17T20:41:56.315Z | Downloaded idna v0.4.0 |
885 | 2024-12-17T20:41:56.321Z | Downloaded idna v0.3.0 |
886 | 2024-12-17T20:41:56.327Z | Downloaded hashbrown v0.12.3 |
887 | 2024-12-17T20:41:56.331Z | Downloaded expectorate v1.1.0 |
888 | 2024-12-17T20:41:56.333Z | Downloaded nom v7.1.3 |
889 | 2024-12-17T20:41:56.339Z | Downloaded curve25519-dalek v4.1.3 |
890 | 2024-12-17T20:41:56.349Z | Downloaded serde_with v3.11.0 |
891 | 2024-12-17T20:41:56.357Z | Downloaded smoltcp v0.9.1 |
892 | 2024-12-17T20:41:56.368Z | Downloaded portable-atomic v1.9.0 |
893 | 2024-12-17T20:41:56.375Z | Downloaded rustls-webpki v0.102.8 |
894 | 2024-12-17T20:41:56.394Z | Downloaded rustyline v14.0.0 |
895 | 2024-12-17T20:41:56.400Z | Downloaded idna v0.2.3 |
896 | 2024-12-17T20:41:56.406Z | Downloaded rayon v1.10.0 |
897 | 2024-12-17T20:41:56.416Z | Downloaded winnow v0.5.40 |
898 | 2024-12-17T20:41:56.424Z | Downloaded p384 v0.13.0 |
899 | 2024-12-17T20:41:56.431Z | Downloaded salty v0.3.0 |
900 | 2024-12-17T20:41:56.437Z | Downloaded regress v0.9.1 |
901 | 2024-12-17T20:41:56.447Z | Downloaded petname v2.0.2 |
902 | 2024-12-17T20:41:56.452Z | Downloaded zerovec v0.10.4 |
903 | 2024-12-17T20:41:56.459Z | Downloaded gimli v0.31.1 |
904 | 2024-12-17T20:41:56.469Z | Downloaded openssl v0.10.66 |
905 | 2024-12-17T20:41:56.480Z | Downloaded polar-core v0.27.3 |
906 | 2024-12-17T20:41:56.488Z | Downloaded proptest v1.5.0 |
907 | 2024-12-17T20:41:56.498Z | Downloaded unicode-width v0.2.0 |
908 | 2024-12-17T20:41:56.505Z | Downloaded bstr v1.10.0 |
909 | 2024-12-17T20:41:56.516Z | Downloaded rustls v0.21.12 |
910 | 2024-12-17T20:41:56.528Z | Downloaded webpki-roots v0.26.6 |
911 | 2024-12-17T20:41:56.532Z | Downloaded diesel v2.2.6 |
912 | 2024-12-17T20:41:56.551Z | Downloaded object v0.36.5 |
913 | 2024-12-17T20:41:56.562Z | Downloaded regex v1.11.1 |
914 | 2024-12-17T20:41:56.576Z | Downloaded dropshot v0.13.0 |
915 | 2024-12-17T20:41:56.596Z | Downloaded openapiv3 v2.0.0 |
916 | 2024-12-17T20:41:56.608Z | Downloaded nix v0.27.1 |
917 | 2024-12-17T20:41:56.619Z | Downloaded nix v0.28.0 |
918 | 2024-12-17T20:41:56.631Z | Downloaded regex-syntax v0.8.5 |
919 | 2024-12-17T20:41:56.642Z | Downloaded object v0.30.4 |
920 | 2024-12-17T20:41:56.650Z | Downloaded typify-impl v0.2.0 |
921 | 2024-12-17T20:41:56.666Z | Downloaded zerocopy-derive v0.6.6 |
922 | 2024-12-17T20:41:56.675Z | Downloaded rustls v0.23.19 |
923 | 2024-12-17T20:41:56.687Z | Downloaded rustls v0.22.4 |
924 | 2024-12-17T20:41:56.699Z | Downloaded ratatui v0.28.1 |
925 | 2024-12-17T20:41:56.720Z | Downloaded sled v0.34.7 |
926 | 2024-12-17T20:41:56.728Z | Downloaded chrono-tz v0.10.0 |
927 | 2024-12-17T20:41:56.735Z | Downloaded regex-syntax v0.6.29 |
928 | 2024-12-17T20:41:56.744Z | Downloaded hickory-proto v0.24.1 |
929 | 2024-12-17T20:41:56.758Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
930 | 2024-12-17T20:41:56.771Z | Downloaded regress v0.10.1 |
931 | 2024-12-17T20:41:56.780Z | Downloaded smoltcp v0.11.0 |
932 | 2024-12-17T20:41:56.792Z | Downloaded dropshot v0.12.0 |
933 | 2024-12-17T20:41:56.812Z | Downloaded nix v0.29.0 |
934 | 2024-12-17T20:41:56.823Z | Downloaded petgraph v0.6.5 |
935 | 2024-12-17T20:41:56.841Z | Downloaded lzma-sys v0.1.20 |
936 | 2024-12-17T20:41:56.869Z | Downloaded radix_trie v0.2.1 |
937 | 2024-12-17T20:41:56.873Z | Downloaded idna v0.5.0 |
938 | 2024-12-17T20:41:56.880Z | Downloaded git2 v0.19.0 |
939 | 2024-12-17T20:41:56.889Z | Downloaded regex-automata v0.4.8 |
940 | 2024-12-17T20:41:56.907Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2024-12-17T20:41:56.917Z | Downloaded libz-sys v1.1.20 |
942 | 2024-12-17T20:41:56.937Z | Downloaded csv v1.3.0 |
943 | 2024-12-17T20:41:56.957Z | Downloaded vcpkg v0.2.15 |
944 | 2024-12-17T20:41:56.993Z | Downloaded reedline v0.35.0 |
945 | 2024-12-17T20:41:57.000Z | Downloaded hashbrown v0.14.5 |
946 | 2024-12-17T20:41:57.005Z | Downloaded quick-xml v0.33.0 |
947 | 2024-12-17T20:41:57.011Z | Downloaded h2 v0.4.6 |
948 | 2024-12-17T20:41:57.019Z | Downloaded tracing v0.1.40 |
949 | 2024-12-17T20:41:57.023Z | Downloaded tokio v1.40.0 |
950 | 2024-12-17T20:41:57.059Z | Downloaded sqlparser v0.45.0 |
951 | 2024-12-17T20:41:57.064Z | Downloaded sha3 v0.10.8 |
952 | 2024-12-17T20:41:57.069Z | Downloaded flate2 v1.0.34 |
953 | 2024-12-17T20:41:57.074Z | Downloaded reqwest v0.12.9 |
954 | 2024-12-17T20:41:57.081Z | Downloaded time v0.3.36 |
955 | 2024-12-17T20:41:57.089Z | Downloaded bitvec v1.0.1 |
956 | 2024-12-17T20:41:57.103Z | Downloaded bindgen v0.69.5 |
957 | 2024-12-17T20:41:57.111Z | Downloaded schemars v0.8.21 |
958 | 2024-12-17T20:41:57.120Z | Downloaded futures-util v0.3.31 |
959 | 2024-12-17T20:41:57.131Z | Downloaded zeroize v1.8.1 |
960 | 2024-12-17T20:41:57.135Z | Downloaded smallvec v1.13.2 |
961 | 2024-12-17T20:41:57.137Z | Downloaded pkcs5 v0.7.1 |
962 | 2024-12-17T20:41:57.141Z | Downloaded fatfs v0.3.6 |
963 | 2024-12-17T20:41:57.144Z | Downloaded parse-zoneinfo v0.3.1 |
964 | 2024-12-17T20:41:57.145Z | Downloaded p521 v0.13.3 |
965 | 2024-12-17T20:41:57.147Z | Downloaded rcgen v0.12.1 |
966 | 2024-12-17T20:41:57.150Z | Downloaded tokio-util v0.7.12 |
967 | 2024-12-17T20:41:57.156Z | Downloaded quinn-proto v0.11.8 |
968 | 2024-12-17T20:41:57.163Z | Downloaded fs_extra v1.3.0 |
969 | 2024-12-17T20:41:57.167Z | Downloaded steno v0.4.1 |
970 | 2024-12-17T20:41:57.169Z | Downloaded blake3 v1.5.4 |
971 | 2024-12-17T20:41:57.176Z | Downloaded slog-dtrace v0.3.0 |
972 | 2024-12-17T20:41:57.179Z | Downloaded quinn v0.11.5 |
973 | 2024-12-17T20:41:57.183Z | Downloaded toml_edit v0.19.15 |
974 | 2024-12-17T20:41:57.196Z | Downloaded untrusted v0.7.1 |
975 | 2024-12-17T20:41:57.199Z | Downloaded signal-hook v0.3.17 |
976 | 2024-12-17T20:41:57.202Z | Downloaded russh-keys v0.45.0 |
977 | 2024-12-17T20:41:57.205Z | Downloaded num-bigint-dig v0.8.4 |
978 | 2024-12-17T20:41:57.208Z | Downloaded zip v2.1.3 |
979 | 2024-12-17T20:41:57.212Z | Downloaded rusqlite v0.32.1 |
980 | 2024-12-17T20:41:57.219Z | Downloaded darling_core v0.20.10 |
981 | 2024-12-17T20:41:57.223Z | Downloaded fallible-streaming-iterator v0.1.9 |
982 | 2024-12-17T20:41:57.226Z | Downloaded encoding_rs v0.8.34 |
983 | 2024-12-17T20:41:57.246Z | Downloaded unarray v0.1.4 |
984 | 2024-12-17T20:41:57.248Z | Downloaded typify-macro v0.2.0 |
985 | 2024-12-17T20:41:57.248Z | Downloaded futures-executor v0.3.31 |
986 | 2024-12-17T20:41:57.252Z | Downloaded rand_xorshift v0.3.0 |
987 | 2024-12-17T20:41:57.252Z | Downloaded tls_codec v0.4.1 |
988 | 2024-12-17T20:41:57.254Z | Downloaded test-strategy v0.3.1 |
989 | 2024-12-17T20:41:57.257Z | Downloaded tap v1.0.1 |
990 | 2024-12-17T20:41:57.257Z | Downloaded polyval v0.6.2 |
991 | 2024-12-17T20:41:57.260Z | Downloaded dropshot_endpoint v0.12.0 |
992 | 2024-12-17T20:41:57.262Z | Downloaded utf-8 v0.7.6 |
993 | 2024-12-17T20:41:57.262Z | Downloaded untrusted v0.9.0 |
994 | 2024-12-17T20:41:57.262Z | Downloaded postcard v1.0.10 |
995 | 2024-12-17T20:41:57.265Z | Downloaded zopfli v0.8.1 |
996 | 2024-12-17T20:41:57.268Z | Downloaded itertools v0.13.0 |
997 | 2024-12-17T20:41:57.274Z | Downloaded phf v0.11.2 |
998 | 2024-12-17T20:41:57.278Z | Downloaded foldhash v0.1.3 |
999 | 2024-12-17T20:41:57.278Z | Downloaded diesel-dtrace v0.4.2 |
1000 | 2024-12-17T20:41:57.282Z | Downloaded tls_codec_derive v0.4.1 |
1001 | 2024-12-17T20:41:57.282Z | Downloaded publicsuffix v2.2.3 |
1002 | 2024-12-17T20:41:57.286Z | Downloaded spin v0.9.8 |
1003 | 2024-12-17T20:41:57.286Z | Downloaded thiserror-no-std v2.0.2 |
1004 | 2024-12-17T20:41:57.289Z | Downloaded zerocopy-derive v0.8.10 |
1005 | 2024-12-17T20:41:57.297Z | Downloaded mockall v0.13.0 |
1006 | 2024-12-17T20:41:57.300Z | Downloaded dsl_auto_type v0.1.2 |
1007 | 2024-12-17T20:41:57.300Z | Downloaded sync_wrapper v1.0.1 |
1008 | 2024-12-17T20:41:57.300Z | Downloaded dunce v1.0.5 |
1009 | 2024-12-17T20:41:57.303Z | Downloaded tokio-postgres v0.7.12 |
1010 | 2024-12-17T20:41:57.307Z | Downloaded tinyvec_macros v0.1.1 |
1011 | 2024-12-17T20:41:57.307Z | Downloaded tracing-attributes v0.1.27 |
1012 | 2024-12-17T20:41:57.310Z | Downloaded toml v0.7.8 |
1013 | 2024-12-17T20:41:57.312Z | Downloaded idna v1.0.3 |
1014 | 2024-12-17T20:41:57.315Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1015 | 2024-12-17T20:41:57.372Z | Downloaded time-macros v0.2.18 |
1016 | 2024-12-17T20:41:57.374Z | Downloaded elliptic-curve v0.13.8 |
1017 | 2024-12-17T20:41:57.378Z | Downloaded tungstenite v0.21.0 |
1018 | 2024-12-17T20:41:57.381Z | Downloaded stringprep v0.1.5 |
1019 | 2024-12-17T20:41:57.383Z | Downloaded string_cache v0.8.7 |
1020 | 2024-12-17T20:41:57.386Z | Downloaded rustc-hash v1.1.0 |
1021 | 2024-12-17T20:41:57.386Z | Downloaded newline-converter v0.3.0 |
1022 | 2024-12-17T20:41:57.386Z | Downloaded psl-types v2.0.11 |
1023 | 2024-12-17T20:41:57.386Z | Downloaded primeorder v0.13.6 |
1024 | 2024-12-17T20:41:57.389Z | Downloaded gethostname v0.5.0 |
1025 | 2024-12-17T20:41:57.389Z | Downloaded futures-task v0.3.31 |
1026 | 2024-12-17T20:41:57.389Z | Downloaded tokio-tungstenite v0.24.0 |
1027 | 2024-12-17T20:41:57.392Z | Downloaded sqlformat v0.2.6 |
1028 | 2024-12-17T20:41:57.395Z | Downloaded downcast v0.11.0 |
1029 | 2024-12-17T20:41:57.395Z | Downloaded glob v0.3.1 |
1030 | 2024-12-17T20:41:57.397Z | Downloaded itertools v0.10.5 |
1031 | 2024-12-17T20:41:57.401Z | Downloaded backtrace v0.3.74 |
1032 | 2024-12-17T20:41:57.406Z | Downloaded ena v0.14.3 |
1033 | 2024-12-17T20:41:57.409Z | Downloaded derive_builder v0.20.2 |
1034 | 2024-12-17T20:41:57.412Z | Downloaded fxhash v0.2.1 |
1035 | 2024-12-17T20:41:57.415Z | Downloaded thiserror-impl v2.0.3 |
1036 | 2024-12-17T20:41:57.415Z | Downloaded spki v0.7.3 |
1037 | 2024-12-17T20:41:57.417Z | Downloaded semver v0.1.20 |
1038 | 2024-12-17T20:41:57.417Z | Downloaded secrecy v0.8.0 |
1039 | 2024-12-17T20:41:57.422Z | Downloaded sec1 v0.7.3 |
1040 | 2024-12-17T20:41:57.422Z | Downloaded schemars_derive v0.8.21 |
1041 | 2024-12-17T20:41:57.422Z | Downloaded rustls-pemfile v1.0.4 |
1042 | 2024-12-17T20:41:57.425Z | Downloaded quick-error v1.2.3 |
1043 | 2024-12-17T20:41:57.425Z | Downloaded ecdsa v0.16.9 |
1044 | 2024-12-17T20:41:57.427Z | Downloaded headers v0.4.0 |
1045 | 2024-12-17T20:41:57.431Z | Downloaded crossbeam-channel v0.5.13 |
1046 | 2024-12-17T20:41:57.435Z | Downloaded pkg-config v0.3.31 |
1047 | 2024-12-17T20:41:57.438Z | Downloaded phf_shared v0.11.2 |
1048 | 2024-12-17T20:41:57.438Z | Downloaded snafu v0.8.5 |
1049 | 2024-12-17T20:41:57.444Z | Downloaded rsa v0.9.6 |
1050 | 2024-12-17T20:41:57.448Z | Downloaded miniz_oxide v0.8.0 |
1051 | 2024-12-17T20:41:57.451Z | Downloaded nibble_vec v0.1.0 |
1052 | 2024-12-17T20:41:57.453Z | Downloaded qorb v0.2.1 |
1053 | 2024-12-17T20:41:57.457Z | Downloaded toolchain_find v0.4.0 |
1054 | 2024-12-17T20:41:57.459Z | Downloaded slog-envlogger v2.2.0 |
1055 | 2024-12-17T20:41:57.459Z | Downloaded group v0.13.0 |
1056 | 2024-12-17T20:41:57.461Z | Downloaded futures-core v0.3.31 |
1057 | 2024-12-17T20:41:57.461Z | Downloaded slog-term v2.9.1 |
1058 | 2024-12-17T20:41:57.464Z | Downloaded tar v0.4.42 |
1059 | 2024-12-17T20:41:57.467Z | Downloaded subprocess v0.2.9 |
1060 | 2024-12-17T20:41:57.469Z | Downloaded prettyplease v0.2.25 |
1061 | 2024-12-17T20:41:57.472Z | Downloaded serde_derive_internals v0.29.1 |
1062 | 2024-12-17T20:41:57.476Z | Downloaded bumpalo v3.16.0 |
1063 | 2024-12-17T20:41:57.478Z | Downloaded const_format v0.2.33 |
1064 | 2024-12-17T20:41:57.481Z | Downloaded icu_collections v1.5.0 |
1065 | 2024-12-17T20:41:57.487Z | Downloaded serde_yaml v0.9.34+deprecated |
1066 | 2024-12-17T20:41:57.490Z | Downloaded data-encoding v2.6.0 |
1067 | 2024-12-17T20:41:57.493Z | Downloaded r2d2 v0.8.10 |
1068 | 2024-12-17T20:41:57.495Z | Downloaded float-cmp v0.9.0 |
1069 | 2024-12-17T20:41:57.497Z | Downloaded fallible-iterator v0.3.0 |
1070 | 2024-12-17T20:41:57.497Z | Downloaded dyn-clone v1.0.17 |
1071 | 2024-12-17T20:41:57.502Z | Downloaded zerocopy v0.6.6 |
1072 | 2024-12-17T20:41:57.504Z | Downloaded heapless v0.8.0 |
1073 | 2024-12-17T20:41:57.507Z | Downloaded pin-project-lite v0.2.14 |
1074 | 2024-12-17T20:41:57.510Z | Downloaded owo-colors v4.1.0 |
1075 | 2024-12-17T20:41:57.513Z | Downloaded yoke v0.7.4 |
1076 | 2024-12-17T20:41:57.515Z | Downloaded getrandom v0.2.15 |
1077 | 2024-12-17T20:41:57.518Z | Downloaded tokio-native-tls v0.3.1 |
1078 | 2024-12-17T20:41:57.521Z | Downloaded tabwriter v1.4.0 |
1079 | 2024-12-17T20:41:57.523Z | Downloaded synstructure v0.13.1 |
1080 | 2024-12-17T20:41:57.523Z | Downloaded static_assertions v1.1.0 |
1081 | 2024-12-17T20:41:57.525Z | Downloaded slog-async v2.8.0 |
1082 | 2024-12-17T20:41:57.525Z | Downloaded rustfmt-wrapper v0.2.1 |
1083 | 2024-12-17T20:41:57.527Z | Downloaded rustc_version v0.4.1 |
1084 | 2024-12-17T20:41:57.527Z | Downloaded hickory-resolver v0.24.1 |
1085 | 2024-12-17T20:41:57.532Z | Downloaded ppv-lite86 v0.2.20 |
1086 | 2024-12-17T20:41:57.534Z | Downloaded cc v1.1.30 |
1087 | 2024-12-17T20:41:57.537Z | Downloaded zerofrom v0.1.4 |
1088 | 2024-12-17T20:41:57.540Z | Downloaded pin-utils v0.1.0 |
1089 | 2024-12-17T20:41:57.540Z | Downloaded phf_generator v0.11.2 |
1090 | 2024-12-17T20:41:57.540Z | Downloaded parse-display-derive v0.10.0 |
1091 | 2024-12-17T20:41:57.543Z | Downloaded fd-lock v4.0.2 |
1092 | 2024-12-17T20:41:57.543Z | Downloaded der_derive v0.7.3 |
1093 | 2024-12-17T20:41:57.547Z | Downloaded peg v0.8.4 |
1094 | 2024-12-17T20:41:57.549Z | Downloaded num-integer v0.1.46 |
1095 | 2024-12-17T20:41:57.549Z | Downloaded yasna v0.5.2 |
1096 | 2024-12-17T20:41:57.551Z | Downloaded vsss-rs v3.3.4 |
1097 | 2024-12-17T20:41:57.554Z | Downloaded indexmap v1.9.3 |
1098 | 2024-12-17T20:41:57.557Z | Downloaded tokio-rustls v0.25.0 |
1099 | 2024-12-17T20:41:57.559Z | Downloaded progenitor-impl v0.8.0 |
1100 | 2024-12-17T20:41:57.561Z | Downloaded blake2 v0.10.6 |
1101 | 2024-12-17T20:41:57.563Z | Downloaded base64 v0.13.1 |
1102 | 2024-12-17T20:41:57.566Z | Downloaded ghash v0.5.1 |
1103 | 2024-12-17T20:41:57.569Z | Downloaded icu_properties v1.5.1 |
1104 | 2024-12-17T20:41:57.572Z | Downloaded ff v0.13.0 |
1105 | 2024-12-17T20:41:57.572Z | Downloaded ed25519 v2.2.3 |
1106 | 2024-12-17T20:41:57.574Z | Downloaded dirs-sys-next v0.1.2 |
1107 | 2024-12-17T20:41:57.574Z | Downloaded difflib v0.4.0 |
1108 | 2024-12-17T20:41:57.577Z | Downloaded bytes v1.8.0 |
1109 | 2024-12-17T20:41:57.580Z | Downloaded crypto-bigint v0.5.5 |
1110 | 2024-12-17T20:41:57.585Z | Downloaded unicase v2.7.0 |
1111 | 2024-12-17T20:41:57.587Z | Downloaded const-oid v0.9.6 |
1112 | 2024-12-17T20:41:57.590Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-12-17T20:41:57.592Z | Downloaded backoff v0.4.0 |
1114 | 2024-12-17T20:41:57.595Z | Downloaded ipnet v2.10.1 |
1115 | 2024-12-17T20:41:57.602Z | Downloaded scrypt v0.11.0 |
1116 | 2024-12-17T20:41:57.602Z | Downloaded scopeguard v1.2.0 |
1117 | 2024-12-17T20:41:57.603Z | Downloaded cipher v0.4.4 |
1118 | 2024-12-17T20:41:57.603Z | Downloaded arrayvec v0.7.6 |
1119 | 2024-12-17T20:41:57.603Z | Downloaded iana-time-zone v0.1.61 |
1120 | 2024-12-17T20:41:57.605Z | Downloaded bcrypt-pbkdf v0.10.0 |
1121 | 2024-12-17T20:41:57.605Z | Downloaded termtree v0.4.1 |
1122 | 2024-12-17T20:41:57.605Z | Downloaded chacha20 v0.9.1 |
1123 | 2024-12-17T20:41:57.608Z | Downloaded base16ct v0.2.0 |
1124 | 2024-12-17T20:41:57.611Z | Downloaded atomic-waker v1.1.2 |
1125 | 2024-12-17T20:41:57.611Z | Downloaded libefi-sys v0.1.0 |
1126 | 2024-12-17T20:41:57.611Z | Downloaded hyper-staticfile v0.10.1 |
1127 | 2024-12-17T20:41:57.614Z | Downloaded hmac v0.12.1 |
1128 | 2024-12-17T20:41:57.617Z | Downloaded crossbeam-deque v0.8.5 |
1129 | 2024-12-17T20:41:57.617Z | Downloaded crc-catalog v2.4.0 |
1130 | 2024-12-17T20:41:57.619Z | Downloaded ciborium-ll v0.2.2 |
1131 | 2024-12-17T20:41:57.619Z | Downloaded blowfish v0.9.1 |
1132 | 2024-12-17T20:41:57.622Z | Downloaded hostname v0.4.0 |
1133 | 2024-12-17T20:41:57.622Z | Downloaded cexpr v0.6.0 |
1134 | 2024-12-17T20:41:57.624Z | Downloaded lazycell v1.3.0 |
1135 | 2024-12-17T20:41:57.624Z | Downloaded inout v0.1.3 |
1136 | 2024-12-17T20:41:57.627Z | Downloaded libsw v3.3.1 |
1137 | 2024-12-17T20:41:57.627Z | Downloaded ipnetwork v0.20.0 |
1138 | 2024-12-17T20:41:57.631Z | Downloaded internet-checksum v0.2.1 |
1139 | 2024-12-17T20:41:57.631Z | Downloaded hex-literal v0.4.1 |
1140 | 2024-12-17T20:41:57.634Z | Downloaded cassowary v0.3.0 |
1141 | 2024-12-17T20:41:57.634Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-12-17T20:41:57.634Z | Downloaded cmake v0.1.51 |
1143 | 2024-12-17T20:41:57.637Z | Downloaded cbc v0.1.2 |
1144 | 2024-12-17T20:41:57.637Z | Downloaded async-recursion v1.1.1 |
1145 | 2024-12-17T20:41:57.641Z | Downloaded lalrpop-util v0.19.12 |
1146 | 2024-12-17T20:41:57.641Z | Downloaded instability v0.3.2 |
1147 | 2024-12-17T20:41:57.644Z | Downloaded humantime v2.1.0 |
1148 | 2024-12-17T20:41:57.647Z | Downloaded httpdate v1.0.3 |
1149 | 2024-12-17T20:41:57.647Z | Downloaded hubpack v0.1.2 |
1150 | 2024-12-17T20:41:57.649Z | Downloaded home v0.5.9 |
1151 | 2024-12-17T20:41:57.652Z | Downloaded adler2 v2.0.0 |
1152 | 2024-12-17T20:41:57.654Z | Downloaded chrono-tz-build v0.4.0 |
1153 | 2024-12-17T20:41:57.654Z | Downloaded heck v0.3.3 |
1154 | 2024-12-17T20:41:57.656Z | Downloaded headers-core v0.3.0 |
1155 | 2024-12-17T20:41:57.656Z | Downloaded convert_case v0.4.0 |
1156 | 2024-12-17T20:41:57.659Z | Downloaded constant_time_eq v0.3.1 |
1157 | 2024-12-17T20:41:57.659Z | Downloaded http-range v0.1.5 |
1158 | 2024-12-17T20:41:57.660Z | Downloaded http-body v1.0.1 |
1159 | 2024-12-17T20:41:57.675Z | Downloaded async-stream-impl v0.3.6 |
1160 | 2024-12-17T20:41:57.790Z | Downloaded ring v0.16.20 |
1161 | 2024-12-17T20:41:57.870Z | Downloaded ring v0.17.8 |
1162 | 2024-12-17T20:41:57.937Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-17T20:41:58.242Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-17T20:41:58.547Z | Compiling serde v1.0.215 |
1165 | 2024-12-17T20:41:58.550Z | Compiling lock_api v0.4.12 |
1166 | 2024-12-17T20:41:58.550Z | Compiling scopeguard v1.2.0 |
1167 | 2024-12-17T20:41:58.551Z | Compiling value-bag v1.9.0 |
1168 | 2024-12-17T20:41:58.552Z | Compiling typenum v1.17.0 |
1169 | 2024-12-17T20:41:58.552Z | Compiling generic-array v0.14.7 |
1170 | 2024-12-17T20:41:58.753Z | Compiling syn v2.0.87 |
1171 | 2024-12-17T20:41:58.767Z | Compiling getrandom v0.2.15 |
1172 | 2024-12-17T20:41:58.918Z | Compiling shlex v1.3.0 |
1173 | 2024-12-17T20:41:58.995Z | Compiling rand_core v0.6.4 |
1174 | 2024-12-17T20:41:59.173Z | Compiling log v0.4.22 |
1175 | 2024-12-17T20:41:59.321Z | Compiling subtle v2.6.1 |
1176 | 2024-12-17T20:41:59.359Z | Compiling jobserver v0.1.32 |
1177 | 2024-12-17T20:41:59.378Z | Compiling const-oid v0.9.6 |
1178 | 2024-12-17T20:41:59.549Z | Compiling smallvec v1.13.2 |
1179 | 2024-12-17T20:41:59.668Z | Compiling spin v0.9.8 |
1180 | 2024-12-17T20:41:59.687Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-12-17T20:41:59.815Z | Compiling cc v1.1.30 |
1182 | 2024-12-17T20:41:59.980Z | Compiling rustix v0.38.37 |
1183 | 2024-12-17T20:42:00.057Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-17T20:42:00.092Z | Compiling futures-core v0.3.31 |
1185 | 2024-12-17T20:42:00.341Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-12-17T20:42:00.359Z | Compiling mio v1.0.2 |
1187 | 2024-12-17T20:42:00.922Z | Compiling parking_lot v0.12.3 |
1188 | 2024-12-17T20:42:01.187Z | Compiling aho-corasick v1.1.3 |
1189 | 2024-12-17T20:42:01.207Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-12-17T20:42:01.312Z | Compiling regex-syntax v0.8.5 |
1191 | 2024-12-17T20:42:01.455Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-17T20:42:01.500Z | Compiling glob v0.3.1 |
1193 | 2024-12-17T20:42:01.568Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-12-17T20:42:01.571Z | Compiling futures-sink v0.3.31 |
1195 | 2024-12-17T20:42:01.682Z | Compiling either v1.13.0 |
1196 | 2024-12-17T20:42:01.749Z | Compiling socket2 v0.5.7 |
1197 | 2024-12-17T20:42:01.883Z | Compiling slab v0.4.9 |
1198 | 2024-12-17T20:42:02.123Z | Compiling prettyplease v0.2.25 |
1199 | 2024-12-17T20:42:02.322Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-12-17T20:42:02.438Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-17T20:42:02.783Z | Compiling nom v7.1.3 |
1202 | 2024-12-17T20:42:02.842Z | Compiling libloading v0.8.5 |
1203 | 2024-12-17T20:42:02.896Z | Compiling home v0.5.9 |
1204 | 2024-12-17T20:42:03.165Z | Compiling serde_json v1.0.132 |
1205 | 2024-12-17T20:42:03.216Z | Compiling bindgen v0.69.5 |
1206 | 2024-12-17T20:42:03.514Z | Compiling itertools v0.10.5 |
1207 | 2024-12-17T20:42:04.044Z | Compiling futures-channel v0.3.31 |
1208 | 2024-12-17T20:42:04.069Z | Compiling pin-utils v0.1.0 |
1209 | 2024-12-17T20:42:04.168Z | Compiling futures-task v0.3.31 |
1210 | 2024-12-17T20:42:04.487Z | Compiling futures-io v0.3.31 |
1211 | 2024-12-17T20:42:04.507Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-17T20:42:04.815Z | Compiling rustc-hash v1.1.0 |
1213 | 2024-12-17T20:42:04.834Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-17T20:42:04.965Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-17T20:42:05.007Z | Compiling allocator-api2 v0.2.18 |
1216 | 2024-12-17T20:42:05.848Z | Compiling hashbrown v0.15.1 |
1217 | 2024-12-17T20:42:06.295Z | Compiling synstructure v0.13.1 |
1218 | 2024-12-17T20:42:06.848Z | Compiling cexpr v0.6.0 |
1219 | 2024-12-17T20:42:07.212Z | Compiling cmake v0.1.51 |
1220 | 2024-12-17T20:42:08.090Z | Compiling dunce v1.0.5 |
1221 | 2024-12-17T20:42:08.213Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-12-17T20:42:08.230Z | Compiling libm v0.2.8 |
1223 | 2024-12-17T20:42:08.288Z | Compiling pkg-config v0.3.31 |
1224 | 2024-12-17T20:42:08.310Z | Compiling fs_extra v1.3.0 |
1225 | 2024-12-17T20:42:08.591Z | Compiling tinyvec v1.8.0 |
1226 | 2024-12-17T20:42:08.650Z | Compiling num-traits v0.2.19 |
1227 | 2024-12-17T20:42:09.183Z | Compiling ring v0.17.8 |
1228 | 2024-12-17T20:42:09.714Z | Compiling base64ct v1.6.0 |
1229 | 2024-12-17T20:42:09.807Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-12-17T20:42:10.152Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-12-17T20:42:10.306Z | Compiling paste v1.0.15 |
1232 | 2024-12-17T20:42:10.308Z | Compiling litemap v0.7.3 |
1233 | 2024-12-17T20:42:10.346Z | Compiling writeable v0.5.5 |
1234 | 2024-12-17T20:42:10.702Z | Compiling regex v1.11.1 |
1235 | 2024-12-17T20:42:10.918Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-17T20:42:11.250Z | Compiling httparse v1.9.5 |
1237 | 2024-12-17T20:42:11.626Z | Compiling flagset v0.4.6 |
1238 | 2024-12-17T20:42:11.826Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-17T20:42:12.081Z | Compiling tracing-core v0.1.32 |
1240 | 2024-12-17T20:42:12.237Z | Compiling percent-encoding v2.3.1 |
1241 | 2024-12-17T20:42:12.602Z | Compiling crossbeam-utils v0.8.20 |
1242 | 2024-12-17T20:42:13.056Z | Compiling icu_locid_transform_data v1.5.0 |
1243 | 2024-12-17T20:42:13.140Z | Compiling rustls-pki-types v1.10.0 |
1244 | 2024-12-17T20:42:13.238Z | Compiling num-conv v0.1.0 |
1245 | 2024-12-17T20:42:13.301Z | Compiling serde_derive v1.0.215 |
1246 | 2024-12-17T20:42:13.497Z | Compiling zeroize_derive v1.4.2 |
1247 | 2024-12-17T20:42:13.519Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-12-17T20:42:13.900Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-12-17T20:42:14.242Z | Compiling zerofrom-derive v0.1.4 |
1250 | 2024-12-17T20:42:15.064Z | Compiling zeroize v1.8.1 |
1251 | 2024-12-17T20:42:15.271Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-12-17T20:42:15.549Z | Compiling yoke-derive v0.7.4 |
1253 | 2024-12-17T20:42:15.829Z | Compiling zerocopy v0.7.35 |
1254 | 2024-12-17T20:42:16.780Z | Compiling crypto-common v0.1.6 |
1255 | 2024-12-17T20:42:17.021Z | Compiling block-buffer v0.10.4 |
1256 | 2024-12-17T20:42:17.041Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-17T20:42:17.276Z | Compiling digest v0.10.7 |
1258 | 2024-12-17T20:42:17.447Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-12-17T20:42:17.723Z | Compiling block-padding v0.3.3 |
1260 | 2024-12-17T20:42:17.804Z | Compiling hmac v0.12.1 |
1261 | 2024-12-17T20:42:17.987Z | Compiling displaydoc v0.2.5 |
1262 | 2024-12-17T20:42:18.067Z | Compiling inout v0.1.3 |
1263 | 2024-12-17T20:42:18.360Z | Compiling cipher v0.4.4 |
1264 | 2024-12-17T20:42:18.434Z | Compiling zerofrom v0.1.4 |
1265 | 2024-12-17T20:42:18.634Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-17T20:42:18.653Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-17T20:42:18.671Z | Compiling yoke v0.7.4 |
1268 | 2024-12-17T20:42:18.774Z | Compiling ppv-lite86 v0.2.20 |
1269 | 2024-12-17T20:42:18.871Z | Compiling icu_provider_macros v1.5.0 |
1270 | 2024-12-17T20:42:19.036Z | Compiling der_derive v0.7.3 |
1271 | 2024-12-17T20:42:19.090Z | Compiling futures-util v0.3.31 |
1272 | 2024-12-17T20:42:19.620Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-12-17T20:42:19.716Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-12-17T20:42:20.074Z | Compiling rand v0.8.5 |
1275 | 2024-12-17T20:42:20.295Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-17T20:42:21.526Z | Compiling der v0.7.9 |
1277 | 2024-12-17T20:42:21.968Z | Compiling salsa20 v0.10.2 |
1278 | 2024-12-17T20:42:22.218Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-17T20:42:22.221Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-17T20:42:22.264Z | Compiling pest v2.7.14 |
1281 | 2024-12-17T20:42:22.589Z | Compiling pbkdf2 v0.12.2 |
1282 | 2024-12-17T20:42:22.734Z | Compiling icu_locid v1.5.0 |
1283 | 2024-12-17T20:42:22.807Z | Compiling powerfmt v0.2.0 |
1284 | 2024-12-17T20:42:23.198Z | Compiling untrusted v0.7.1 |
1285 | 2024-12-17T20:42:23.381Z | Compiling mirai-annotations v1.12.0 |
1286 | 2024-12-17T20:42:23.527Z | Compiling tracing v0.1.40 |
1287 | 2024-12-17T20:42:23.582Z | Compiling icu_properties_data v1.5.0 |
1288 | 2024-12-17T20:42:23.836Z | Compiling spki v0.7.3 |
1289 | 2024-12-17T20:42:23.857Z | Compiling time-core v0.1.2 |
1290 | 2024-12-17T20:42:24.024Z | Compiling icu_provider v1.5.0 |
1291 | 2024-12-17T20:42:24.042Z | Compiling untrusted v0.9.0 |
1292 | 2024-12-17T20:42:24.202Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-17T20:42:24.990Z | Compiling icu_locid_transform v1.5.0 |
1294 | 2024-12-17T20:42:25.112Z | Compiling pest_meta v2.7.14 |
1295 | 2024-12-17T20:42:25.237Z | Compiling time-macros v0.2.18 |
1296 | 2024-12-17T20:42:25.292Z | Compiling deranged v0.3.11 |
1297 | 2024-12-17T20:42:25.328Z | Compiling scrypt v0.11.0 |
1298 | 2024-12-17T20:42:25.923Z | Compiling aes v0.8.4 |
1299 | 2024-12-17T20:42:26.420Z | Compiling openssl-sys v0.9.103 |
1300 | 2024-12-17T20:42:27.229Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-17T20:42:27.514Z | Compiling bytes v1.8.0 |
1302 | 2024-12-17T20:42:27.722Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-17T20:42:28.066Z | Compiling semver v1.0.23 |
1304 | 2024-12-17T20:42:28.535Z | Compiling tokio v1.40.0 |
1305 | 2024-12-17T20:42:28.758Z | Compiling http v1.1.0 |
1306 | 2024-12-17T20:42:28.835Z | Compiling rustc_version v0.4.1 |
1307 | 2024-12-17T20:42:28.863Z | Compiling icu_properties v1.5.1 |
1308 | 2024-12-17T20:42:29.245Z | Compiling cbc v0.1.2 |
1309 | 2024-12-17T20:42:29.480Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-12-17T20:42:30.202Z | Compiling write16 v1.0.0 |
1311 | 2024-12-17T20:42:30.337Z | Compiling num_threads v0.1.7 |
1312 | 2024-12-17T20:42:30.473Z | Compiling utf16_iter v1.0.5 |
1313 | 2024-12-17T20:42:30.678Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-12-17T20:42:30.790Z | Compiling utf8_iter v1.0.4 |
1315 | 2024-12-17T20:42:30.940Z | Compiling atomic-waker v1.1.2 |
1316 | 2024-12-17T20:42:30.980Z | Compiling scroll v0.12.0 |
1317 | 2024-12-17T20:42:31.029Z | Compiling time v0.3.36 |
1318 | 2024-12-17T20:42:31.049Z | Compiling http-body v1.0.1 |
1319 | 2024-12-17T20:42:31.133Z | Compiling pkcs5 v0.7.1 |
1320 | 2024-12-17T20:42:31.287Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-17T20:42:31.360Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-17T20:42:31.535Z | Compiling which v4.4.2 |
1323 | 2024-12-17T20:42:31.692Z | Compiling slog v2.7.0 |
1324 | 2024-12-17T20:42:32.196Z | Compiling try-lock v0.2.5 |
1325 | 2024-12-17T20:42:32.354Z | Compiling icu_normalizer v1.5.0 |
1326 | 2024-12-17T20:42:32.377Z | Compiling want v0.3.1 |
1327 | 2024-12-17T20:42:32.698Z | Compiling goblin v0.8.2 |
1328 | 2024-12-17T20:42:33.054Z | Compiling pkcs8 v0.10.2 |
1329 | 2024-12-17T20:42:33.406Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-17T20:42:33.642Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-17T20:42:33.772Z | Compiling httpdate v1.0.3 |
1332 | 2024-12-17T20:42:33.874Z | Compiling idna v1.0.3 |
1333 | 2024-12-17T20:42:34.193Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-17T20:42:34.467Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-17T20:42:34.700Z | Compiling uuid v1.11.0 |
1336 | 2024-12-17T20:42:35.061Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-17T20:42:35.581Z | Compiling serde_tokenstream v0.2.2 |
1338 | 2024-12-17T20:42:35.749Z | Compiling adler2 v2.0.0 |
1339 | 2024-12-17T20:42:35.968Z | Compiling match_cfg v0.1.0 |
1340 | 2024-12-17T20:42:36.069Z | Compiling openssl v0.10.66 |
1341 | 2024-12-17T20:42:36.169Z | Compiling iana-time-zone v0.1.61 |
1342 | 2024-12-17T20:42:36.189Z | Compiling base64 v0.22.1 |
1343 | 2024-12-17T20:42:36.383Z | Compiling tower-service v0.3.3 |
1344 | 2024-12-17T20:42:36.401Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2024-12-17T20:42:36.492Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-17T20:42:36.512Z | Compiling foreign-types v0.3.2 |
1347 | 2024-12-17T20:42:36.561Z | Compiling chrono v0.4.38 |
1348 | 2024-12-17T20:42:36.608Z | Compiling hostname v0.3.1 |
1349 | 2024-12-17T20:42:36.628Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-12-17T20:42:36.860Z | Compiling tokio-util v0.7.12 |
1351 | 2024-12-17T20:42:36.903Z | Compiling url v2.5.3 |
1352 | 2024-12-17T20:42:38.190Z | Compiling h2 v0.4.6 |
1353 | 2024-12-17T20:42:38.321Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-17T20:42:38.672Z | Compiling dof v0.3.0 |
1355 | 2024-12-17T20:42:38.921Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-17T20:42:39.662Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-17T20:42:40.297Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-17T20:42:40.859Z | Compiling rustls v0.22.4 |
1359 | 2024-12-17T20:42:40.961Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-17T20:42:41.084Z | Compiling native-tls v0.2.12 |
1361 | 2024-12-17T20:42:41.105Z | Compiling siphasher v0.3.11 |
1362 | 2024-12-17T20:42:41.238Z | Compiling syn v1.0.109 |
1363 | 2024-12-17T20:42:41.408Z | Compiling rustls v0.23.19 |
1364 | 2024-12-17T20:42:41.545Z | Compiling dirs-next v2.0.0 |
1365 | 2024-12-17T20:42:41.941Z | Compiling http-body-util v0.1.2 |
1366 | 2024-12-17T20:42:42.506Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-17T20:42:43.166Z | Compiling heapless v0.7.17 |
1368 | 2024-12-17T20:42:43.215Z | Compiling signature v2.2.0 |
1369 | 2024-12-17T20:42:43.309Z | Compiling sha1 v0.10.6 |
1370 | 2024-12-17T20:42:43.431Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-12-17T20:42:43.500Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-12-17T20:42:43.613Z | Compiling thread_local v1.1.8 |
1373 | 2024-12-17T20:42:43.722Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-12-17T20:42:43.932Z | Compiling multer v3.1.0 |
1375 | 2024-12-17T20:42:44.052Z | Compiling cookie v0.18.1 |
1376 | 2024-12-17T20:42:44.098Z | Compiling slog-async v2.8.0 |
1377 | 2024-12-17T20:42:44.207Z | Compiling ipnet v2.10.1 |
1378 | 2024-12-17T20:42:44.319Z | Compiling openssl-probe v0.1.5 |
1379 | 2024-12-17T20:42:44.615Z | Compiling rayon-core v1.12.1 |
1380 | 2024-12-17T20:42:44.702Z | Compiling mime v0.3.17 |
1381 | 2024-12-17T20:42:44.879Z | Compiling gimli v0.31.1 |
1382 | 2024-12-17T20:42:45.307Z | Compiling hyper v1.5.0 |
1383 | 2024-12-17T20:42:45.449Z | Compiling schemars v0.8.21 |
1384 | 2024-12-17T20:42:45.783Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-17T20:42:46.056Z | Compiling unicode-properties v0.1.3 |
1386 | 2024-12-17T20:42:46.289Z | Compiling schemars_derive v0.8.21 |
1387 | 2024-12-17T20:42:46.485Z | Compiling stringprep v0.1.5 |
1388 | 2024-12-17T20:42:47.803Z | Compiling hyper-util v0.1.10 |
1389 | 2024-12-17T20:42:48.849Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-17T20:42:49.505Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-17T20:42:49.725Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-12-17T20:42:50.134Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-12-17T20:42:50.220Z | Compiling crossbeam-deque v0.8.5 |
1394 | 2024-12-17T20:42:50.537Z | Compiling term v0.7.0 |
1395 | 2024-12-17T20:42:50.577Z | Compiling slog-json v2.6.1 |
1396 | 2024-12-17T20:42:50.910Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-12-17T20:42:50.957Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-12-17T20:42:51.163Z | Compiling curve25519-dalek v4.1.3 |
1399 | 2024-12-17T20:42:51.414Z | Compiling futures-executor v0.3.31 |
1400 | 2024-12-17T20:42:51.694Z | Compiling enum-as-inner v0.6.1 |
1401 | 2024-12-17T20:42:51.776Z | Compiling md-5 v0.10.6 |
1402 | 2024-12-17T20:42:51.970Z | Compiling rustls-pemfile v2.2.0 |
1403 | 2024-12-17T20:42:52.035Z | Compiling async-stream-impl v0.3.6 |
1404 | 2024-12-17T20:42:52.056Z | Compiling num-integer v0.1.46 |
1405 | 2024-12-17T20:42:52.075Z | Compiling idna v0.3.0 |
1406 | 2024-12-17T20:42:52.294Z | Compiling idna v0.4.0 |
1407 | 2024-12-17T20:42:52.822Z | Compiling hash32 v0.2.1 |
1408 | 2024-12-17T20:42:52.850Z | Compiling ff v0.13.0 |
1409 | 2024-12-17T20:42:53.087Z | Compiling is-terminal v0.4.13 |
1410 | 2024-12-17T20:42:53.200Z | Compiling object v0.36.5 |
1411 | 2024-12-17T20:42:53.222Z | Compiling dropshot v0.12.0 |
1412 | 2024-12-17T20:42:53.511Z | Compiling take_mut v0.2.2 |
1413 | 2024-12-17T20:42:53.544Z | Compiling quick-error v1.2.3 |
1414 | 2024-12-17T20:42:53.677Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-17T20:42:53.697Z | Compiling fallible-iterator v0.2.0 |
1416 | 2024-12-17T20:42:53.741Z | Compiling base16ct v0.2.0 |
1417 | 2024-12-17T20:42:53.883Z | Compiling anyhow v1.0.93 |
1418 | 2024-12-17T20:42:54.025Z | Compiling utf-8 v0.7.6 |
1419 | 2024-12-17T20:42:54.077Z | Compiling num-bigint-dig v0.8.4 |
1420 | 2024-12-17T20:42:54.356Z | Compiling portable-atomic v1.9.0 |
1421 | 2024-12-17T20:42:54.377Z | Compiling smoltcp v0.9.1 |
1422 | 2024-12-17T20:42:54.451Z | Compiling dyn-clone v1.0.17 |
1423 | 2024-12-17T20:42:54.522Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-17T20:42:54.678Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-17T20:42:54.904Z | Compiling lru-cache v0.1.2 |
1426 | 2024-12-17T20:42:55.473Z | Compiling postgres-protocol v0.6.7 |
1427 | 2024-12-17T20:42:55.531Z | Compiling tungstenite v0.24.0 |
1428 | 2024-12-17T20:42:55.718Z | Compiling sec1 v0.7.3 |
1429 | 2024-12-17T20:42:56.308Z | Compiling publicsuffix v2.2.3 |
1430 | 2024-12-17T20:42:56.566Z | Compiling resolv-conf v0.7.0 |
1431 | 2024-12-17T20:42:57.206Z | Compiling async-stream v0.3.6 |
1432 | 2024-12-17T20:42:57.421Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-12-17T20:42:57.510Z | Compiling slog-term v2.9.1 |
1434 | 2024-12-17T20:42:58.071Z | Compiling usdt v0.5.0 |
1435 | 2024-12-17T20:42:58.603Z | Compiling group v0.13.0 |
1436 | 2024-12-17T20:42:58.824Z | Compiling num-iter v0.1.45 |
1437 | 2024-12-17T20:42:58.945Z | Compiling toml v0.8.19 |
1438 | 2024-12-17T20:42:59.019Z | Compiling futures v0.3.31 |
1439 | 2024-12-17T20:42:59.092Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-12-17T20:43:00.389Z | Compiling camino v1.1.9 |
1441 | 2024-12-17T20:43:00.688Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-17T20:43:00.931Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-17T20:43:01.214Z | Compiling phf_shared v0.11.2 |
1444 | 2024-12-17T20:43:01.377Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-12-17T20:43:01.397Z | Compiling terminal_size v0.4.0 |
1446 | 2024-12-17T20:43:01.422Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-17T20:43:01.593Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-12-17T20:43:01.620Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-12-17T20:43:01.641Z | Compiling hkdf v0.12.4 |
1450 | 2024-12-17T20:43:01.894Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-12-17T20:43:02.468Z | Compiling webpki-roots v0.26.6 |
1452 | 2024-12-17T20:43:02.709Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-17T20:43:04.306Z | Compiling zerocopy-derive v0.6.6 |
1454 | 2024-12-17T20:43:04.457Z | Compiling idna v0.5.0 |
1455 | 2024-12-17T20:43:04.779Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-12-17T20:43:05.684Z | Compiling hostname v0.4.0 |
1457 | 2024-12-17T20:43:05.955Z | Compiling ahash v0.8.11 |
1458 | 2024-12-17T20:43:06.102Z | Compiling fs-err v2.11.0 |
1459 | 2024-12-17T20:43:06.141Z | Compiling crc32fast v1.4.2 |
1460 | 2024-12-17T20:43:06.186Z | Compiling debug-ignore v1.0.5 |
1461 | 2024-12-17T20:43:06.294Z | Compiling managed v0.8.0 |
1462 | 2024-12-17T20:43:06.395Z | Compiling winnow v0.5.40 |
1463 | 2024-12-17T20:43:06.397Z | Compiling bitflags v1.3.2 |
1464 | 2024-12-17T20:43:06.458Z | Compiling console v0.15.8 |
1465 | 2024-12-17T20:43:06.485Z | Compiling zerocopy v0.6.6 |
1466 | 2024-12-17T20:43:06.506Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-17T20:43:07.559Z | Compiling flate2 v1.0.34 |
1468 | 2024-12-17T20:43:08.015Z | Compiling strum_macros v0.25.3 |
1469 | 2024-12-17T20:43:08.119Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-17T20:43:08.159Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-17T20:43:08.585Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-17T20:43:08.958Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-12-17T20:43:09.420Z | Compiling phf v0.11.2 |
1474 | 2024-12-17T20:43:09.789Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-17T20:43:10.216Z | Compiling toml_edit v0.19.15 |
1476 | 2024-12-17T20:43:10.255Z | Compiling signal-hook-mio v0.2.4 |
1477 | 2024-12-17T20:43:10.422Z | Compiling rayon v1.10.0 |
1478 | 2024-12-17T20:43:10.601Z | Compiling bzip2 v0.4.4 |
1479 | 2024-12-17T20:43:12.121Z | Compiling tokio-tungstenite v0.24.0 |
1480 | 2024-12-17T20:43:12.684Z | Compiling postgres-types v0.2.8 |
1481 | 2024-12-17T20:43:15.376Z | Compiling ed25519 v2.2.3 |
1482 | 2024-12-17T20:43:15.573Z | Compiling phf_shared v0.10.0 |
1483 | 2024-12-17T20:43:15.716Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-12-17T20:43:15.867Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-12-17T20:43:15.986Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-12-17T20:43:16.232Z | Compiling clap_derive v4.5.18 |
1487 | 2024-12-17T20:43:16.773Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-12-17T20:43:16.813Z | Compiling serde_repr v0.1.19 |
1489 | 2024-12-17T20:43:16.892Z | Compiling derive-where v1.2.7 |
1490 | 2024-12-17T20:43:16.963Z | Compiling float-cmp v0.9.0 |
1491 | 2024-12-17T20:43:17.195Z | Compiling bstr v1.10.0 |
1492 | 2024-12-17T20:43:17.271Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-12-17T20:43:17.434Z | Compiling static_assertions v1.1.0 |
1494 | 2024-12-17T20:43:17.545Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-12-17T20:43:18.033Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-17T20:43:18.395Z | Compiling difflib v0.4.0 |
1497 | 2024-12-17T20:43:18.436Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-17T20:43:18.482Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-12-17T20:43:18.561Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-12-17T20:43:18.662Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2024-12-17T20:43:18.797Z | Compiling unicode-width v0.2.0 |
1502 | 2024-12-17T20:43:18.948Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-17T20:43:19.069Z | Compiling bit-vec v0.6.3 |
1504 | 2024-12-17T20:43:19.178Z | Compiling whoami v1.5.2 |
1505 | 2024-12-17T20:43:19.341Z | Compiling indicatif v0.17.9 |
1506 | 2024-12-17T20:43:19.545Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-12-17T20:43:19.833Z | Compiling bit-set v0.5.3 |
1508 | 2024-12-17T20:43:19.996Z | Compiling predicates v3.1.2 |
1509 | 2024-12-17T20:43:20.120Z | Compiling petgraph v0.6.5 |
1510 | 2024-12-17T20:43:20.455Z | Compiling string_cache v0.8.7 |
1511 | 2024-12-17T20:43:20.929Z | Compiling similar v2.6.0 |
1512 | 2024-12-17T20:43:21.343Z | Compiling clap v4.5.21 |
1513 | 2024-12-17T20:43:21.476Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-17T20:43:21.579Z | Compiling ecdsa v0.16.9 |
1515 | 2024-12-17T20:43:21.783Z | Compiling rsa v0.9.6 |
1516 | 2024-12-17T20:43:22.444Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-12-17T20:43:23.371Z | Compiling toml v0.7.8 |
1518 | 2024-12-17T20:43:23.804Z | Compiling zip v0.6.6 |
1519 | 2024-12-17T20:43:24.304Z | Compiling crossterm v0.28.1 |
1520 | 2024-12-17T20:43:25.284Z | Compiling hex v0.4.3 |
1521 | 2024-12-17T20:43:25.503Z | Compiling x509-cert v0.2.5 |
1522 | 2024-12-17T20:43:25.770Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-12-17T20:43:25.896Z | Compiling lalrpop-util v0.19.12 |
1524 | 2024-12-17T20:43:26.146Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-12-17T20:43:26.256Z | Compiling strum_macros v0.26.4 |
1526 | 2024-12-17T20:43:26.320Z | Compiling xattr v1.3.1 |
1527 | 2024-12-17T20:43:26.441Z | Compiling filetime v0.2.25 |
1528 | 2024-12-17T20:43:26.748Z | Compiling tar v0.4.42 |
1529 | 2024-12-17T20:43:31.401Z | Compiling strum v0.26.3 |
1530 | 2024-12-17T20:43:34.325Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-12-17T20:44:05.074Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-12-17T20:44:08.537Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-12-17T20:44:10.051Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-12-17T20:44:10.424Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-12-17T20:44:10.792Z | Compiling reqwest v0.12.9 |
1536 | 2024-12-17T20:44:12.022Z | Compiling qorb v0.2.1 |
1537 | 2024-12-17T20:44:16.825Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-12-17T20:44:17.063Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-12-17T20:44:22.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1540 | 2024-12-17T20:44:23.056Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-12-17T20:44:23.108Z | Dec 17 20:44:22.130 INFO Starting download, target: Clickhouse |
1542 | 2024-12-17T20:44:23.108Z | Dec 17 20:44:22.130 INFO Starting download, target: Cockroach |
1543 | 2024-12-17T20:44:23.109Z | Dec 17 20:44:22.130 INFO Starting download, target: Console |
1544 | 2024-12-17T20:44:23.111Z | Dec 17 20:44:22.130 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.130 INFO Starting download, target: DendriteStub |
1546 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.130 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.130 INFO Starting download, target: TransceiverControl |
1548 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1549 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1551 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-17T20:44:23.112Z | Dec 17 20:44:22.131 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1555 | 2024-12-17T20:44:23.283Z | Dec 17 20:44:22.303 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-12-17T20:44:23.436Z | Dec 17 20:44:22.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-17T20:44:23.569Z | Dec 17 20:44:22.582 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-17T20:44:23.892Z | Dec 17 20:44:22.912 INFO Download complete, target: Console |
1559 | 2024-12-17T20:44:23.919Z | Dec 17 20:44:22.937 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-17T20:44:24.041Z | Dec 17 20:44:23.062 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-17T20:44:24.067Z | Dec 17 20:44:23.089 INFO Download complete, target: TransceiverControl |
1562 | 2024-12-17T20:44:24.674Z | Dec 17 20:44:23.696 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-12-17T20:44:24.674Z | Dec 17 20:44:23.696 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-12-17T20:44:25.123Z | Dec 17 20:44:24.144 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2024-12-17T20:44:26.823Z | Dec 17 20:44:25.780 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-17T20:44:26.949Z | Dec 17 20:44:25.909 INFO Download complete, target: DendriteStub |
1567 | 2024-12-17T20:44:32.124Z | Dec 17 20:44:31.147 INFO Checking that binary works, target: Cockroach |
1568 | 2024-12-17T20:44:32.362Z | Dec 17 20:44:31.385 INFO Download complete, target: Cockroach |
1569 | 2024-12-17T20:44:37.562Z | Dec 17 20:44:36.586 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-12-17T20:44:37.992Z | Dec 17 20:44:37.016 INFO Download complete, target: Clickhouse |
1571 | 2024-12-17T20:44:38.013Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-12-17T20:44:38.015Z | |
1573 | 2024-12-17T20:44:38.016Z | real 5:08.921948359 |
1574 | 2024-12-17T20:44:38.016Z | user 16:28.728400846 |
1575 | 2024-12-17T20:44:38.016Z | sys 3:15.102856738 |
1576 | 2024-12-17T20:44:38.016Z | trap 0.559512489 |
1577 | 2024-12-17T20:44:38.016Z | tflt 2.908810552 |
1578 | 2024-12-17T20:44:38.016Z | dflt 2.754512818 |
1579 | 2024-12-17T20:44:38.016Z | kflt 0.141607362 |
1580 | 2024-12-17T20:44:38.016Z | lock 29:45.328648125 |
1581 | 2024-12-17T20:44:38.016Z | slp 1:01:57.572609114 |
1582 | 2024-12-17T20:44:38.016Z | lat 57.853984551 |
1583 | 2024-12-17T20:44:38.016Z | stop 2:15.050296188 |
1584 | 2024-12-17T20:44:38.016Z | + banner clippy |
1585 | 2024-12-17T20:44:38.019Z | |
1586 | 2024-12-17T20:44:38.019Z | #### # # ##### ##### # # |
1587 | 2024-12-17T20:44:38.019Z | # # # # # # # # # # |
1588 | 2024-12-17T20:44:38.019Z | # # # # # # # # |
1589 | 2024-12-17T20:44:38.019Z | # # # ##### ##### # |
1590 | 2024-12-17T20:44:38.019Z | # # # # # # # |
1591 | 2024-12-17T20:44:38.019Z | #### ###### # # # # |
1592 | 2024-12-17T20:44:38.019Z | |
1593 | 2024-12-17T20:44:38.019Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-12-17T20:44:38.019Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-12-17T20:44:38.019Z | + ptime -m cargo xtask clippy |
1596 | 2024-12-17T20:44:38.546Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-12-17T20:44:42.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
1598 | 2024-12-17T20:44:42.125Z | Running `target/debug/xtask clippy` |
1599 | 2024-12-17T20:44:42.146Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1600 | 2024-12-17T20:44:42.809Z | Downloading crates ... |
1601 | 2024-12-17T20:44:43.099Z | Downloaded anes v0.1.6 |
1602 | 2024-12-17T20:44:43.102Z | Downloaded approx v0.5.1 |
1603 | 2024-12-17T20:44:43.105Z | Downloaded async-channel v2.3.1 |
1604 | 2024-12-17T20:44:43.108Z | Downloaded doc-comment v0.3.3 |
1605 | 2024-12-17T20:44:43.115Z | Downloaded escape8259 v0.5.3 |
1606 | 2024-12-17T20:44:43.118Z | Downloaded nested v0.1.1 |
1607 | 2024-12-17T20:44:43.118Z | Downloaded guppy-workspace-hack v0.1.0 |
1608 | 2024-12-17T20:44:43.124Z | Downloaded plotters-svg v0.3.7 |
1609 | 2024-12-17T20:44:43.131Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-17T20:44:43.134Z | Downloaded hyper-rustls v0.26.0 |
1611 | 2024-12-17T20:44:43.137Z | Downloaded async-object-pool v0.1.5 |
1612 | 2024-12-17T20:44:43.140Z | Downloaded target-triple v0.1.3 |
1613 | 2024-12-17T20:44:43.149Z | Downloaded cast v0.3.0 |
1614 | 2024-12-17T20:44:43.151Z | Downloaded async-attributes v1.1.2 |
1615 | 2024-12-17T20:44:43.157Z | Downloaded plotters-backend v0.3.7 |
1616 | 2024-12-17T20:44:43.160Z | Downloaded proc-macro-crate v3.2.0 |
1617 | 2024-12-17T20:44:43.162Z | Downloaded path-tree v0.8.1 |
1618 | 2024-12-17T20:44:43.162Z | Downloaded parking v2.2.1 |
1619 | 2024-12-17T20:44:43.164Z | Downloaded datatest-stable v0.2.9 |
1620 | 2024-12-17T20:44:43.164Z | Downloaded concurrent-queue v2.5.0 |
1621 | 2024-12-17T20:44:43.167Z | Downloaded blocking v1.6.1 |
1622 | 2024-12-17T20:44:43.169Z | Downloaded event-listener v2.5.3 |
1623 | 2024-12-17T20:44:43.169Z | Downloaded async-signal v0.2.10 |
1624 | 2024-12-17T20:44:43.172Z | Downloaded async-global-executor v2.4.1 |
1625 | 2024-12-17T20:44:43.172Z | Downloaded assert-json-diff v2.0.2 |
1626 | 2024-12-17T20:44:43.175Z | Downloaded target-spec v3.2.2 |
1627 | 2024-12-17T20:44:43.177Z | Downloaded futures-timer v3.0.3 |
1628 | 2024-12-17T20:44:43.180Z | Downloaded threadpool v1.8.1 |
1629 | 2024-12-17T20:44:43.180Z | Downloaded relative-path v1.9.3 |
1630 | 2024-12-17T20:44:43.183Z | Downloaded async-executor v1.13.1 |
1631 | 2024-12-17T20:44:43.185Z | Downloaded stringmetrics v2.2.2 |
1632 | 2024-12-17T20:44:43.188Z | Downloaded oorandom v11.1.4 |
1633 | 2024-12-17T20:44:43.188Z | Downloaded num_cpus v1.16.0 |
1634 | 2024-12-17T20:44:43.191Z | Downloaded kv-log-macro v1.0.7 |
1635 | 2024-12-17T20:44:43.191Z | Downloaded indoc v2.0.5 |
1636 | 2024-12-17T20:44:43.194Z | Downloaded serde_regex v1.1.0 |
1637 | 2024-12-17T20:44:43.194Z | Downloaded criterion-plot v0.5.0 |
1638 | 2024-12-17T20:44:43.196Z | Downloaded futures-lite v2.3.0 |
1639 | 2024-12-17T20:44:43.200Z | Downloaded assert_cmd v2.0.16 |
1640 | 2024-12-17T20:44:43.200Z | Downloaded similar-asserts v1.6.0 |
1641 | 2024-12-17T20:44:43.208Z | Downloaded httptest v0.16.1 |
1642 | 2024-12-17T20:44:43.208Z | Downloaded rustls-native-certs v0.7.3 |
1643 | 2024-12-17T20:44:43.210Z | Downloaded target-lexicon v0.12.16 |
1644 | 2024-12-17T20:44:43.210Z | Downloaded event-listener-strategy v0.5.2 |
1645 | 2024-12-17T20:44:43.212Z | Downloaded async-process v2.3.0 |
1646 | 2024-12-17T20:44:43.212Z | Downloaded blake2b_simd v1.0.2 |
1647 | 2024-12-17T20:44:43.214Z | Downloaded piper v0.2.4 |
1648 | 2024-12-17T20:44:43.214Z | Downloaded libtest-mimic v0.7.3 |
1649 | 2024-12-17T20:44:43.214Z | Downloaded partial-io v0.5.4 |
1650 | 2024-12-17T20:44:43.217Z | Downloaded async-lock v3.4.0 |
1651 | 2024-12-17T20:44:43.219Z | Downloaded tinytemplate v1.2.1 |
1652 | 2024-12-17T20:44:43.221Z | Downloaded event-listener v5.3.1 |
1653 | 2024-12-17T20:44:43.224Z | Downloaded rstest v0.23.0 |
1654 | 2024-12-17T20:44:43.227Z | Downloaded trybuild v1.0.101 |
1655 | 2024-12-17T20:44:43.231Z | Downloaded async-io v2.3.4 |
1656 | 2024-12-17T20:44:43.250Z | Downloaded rstest_macros v0.23.0 |
1657 | 2024-12-17T20:44:43.256Z | Downloaded yansi v1.0.1 |
1658 | 2024-12-17T20:44:43.258Z | Downloaded pretty_assertions v1.4.1 |
1659 | 2024-12-17T20:44:43.258Z | Downloaded polling v3.7.3 |
1660 | 2024-12-17T20:44:43.260Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-17T20:44:43.262Z | Downloaded rand_distr v0.4.3 |
1662 | 2024-12-17T20:44:43.264Z | Downloaded async-task v4.7.1 |
1663 | 2024-12-17T20:44:43.267Z | Downloaded cfg-expr v0.17.0 |
1664 | 2024-12-17T20:44:43.269Z | Downloaded guppy v0.17.8 |
1665 | 2024-12-17T20:44:43.275Z | Downloaded plotters v0.3.7 |
1666 | 2024-12-17T20:44:43.283Z | Downloaded criterion v0.5.1 |
1667 | 2024-12-17T20:44:43.289Z | Downloaded async-channel v1.9.0 |
1668 | 2024-12-17T20:44:43.291Z | Downloaded rust-argon2 v2.1.0 |
1669 | 2024-12-17T20:44:43.294Z | Downloaded async-std v1.13.0 |
1670 | 2024-12-17T20:44:43.372Z | Downloaded httpmock v0.8.0-alpha.1 |
1671 | 2024-12-17T20:44:44.145Z | Checking cfg-if v1.0.0 |
1672 | 2024-12-17T20:44:44.232Z | Checking libc v0.2.162 |
1673 | 2024-12-17T20:44:44.254Z | Checking serde v1.0.215 |
1674 | 2024-12-17T20:44:44.274Z | Checking memchr v2.7.4 |
1675 | 2024-12-17T20:44:44.287Z | Checking value-bag v1.9.0 |
1676 | 2024-12-17T20:44:44.316Z | Checking scopeguard v1.2.0 |
1677 | 2024-12-17T20:44:44.331Z | Checking zeroize v1.8.1 |
1678 | 2024-12-17T20:44:44.358Z | Checking smallvec v1.13.2 |
1679 | 2024-12-17T20:44:44.400Z | Checking itoa v1.0.11 |
1680 | 2024-12-17T20:44:44.444Z | Checking lock_api v0.4.12 |
1681 | 2024-12-17T20:44:44.599Z | Checking byteorder v1.5.0 |
1682 | 2024-12-17T20:44:44.621Z | Checking pin-project-lite v0.2.14 |
1683 | 2024-12-17T20:44:44.669Z | Checking log v0.4.22 |
1684 | 2024-12-17T20:44:44.696Z | Checking subtle v2.6.1 |
1685 | 2024-12-17T20:44:44.751Z | Checking once_cell v1.20.2 |
1686 | 2024-12-17T20:44:44.856Z | Checking typenum v1.17.0 |
1687 | 2024-12-17T20:44:44.971Z | Checking futures-core v0.3.31 |
1688 | 2024-12-17T20:44:45.002Z | Checking thiserror v1.0.69 |
1689 | 2024-12-17T20:44:45.057Z | Checking libm v0.2.8 |
1690 | 2024-12-17T20:44:45.086Z | Checking zerocopy v0.7.35 |
1691 | 2024-12-17T20:44:45.145Z | Checking ryu v1.0.18 |
1692 | 2024-12-17T20:44:45.175Z | Checking spin v0.9.8 |
1693 | 2024-12-17T20:44:45.206Z | Checking const-oid v0.9.6 |
1694 | 2024-12-17T20:44:45.312Z | Checking getrandom v0.2.15 |
1695 | 2024-12-17T20:44:45.383Z | Checking parking_lot_core v0.9.10 |
1696 | 2024-12-17T20:44:45.512Z | Checking signal-hook-registry v1.4.2 |
1697 | 2024-12-17T20:44:45.546Z | Checking rand_core v0.6.4 |
1698 | 2024-12-17T20:44:45.720Z | Checking parking_lot v0.12.3 |
1699 | 2024-12-17T20:44:45.757Z | Checking mio v1.0.2 |
1700 | 2024-12-17T20:44:45.860Z | Checking socket2 v0.5.7 |
1701 | 2024-12-17T20:44:45.970Z | Checking num-traits v0.2.19 |
1702 | 2024-12-17T20:44:46.088Z | Checking futures-io v0.3.31 |
1703 | 2024-12-17T20:44:46.150Z | Checking generic-array v0.14.7 |
1704 | 2024-12-17T20:44:46.269Z | Checking slab v0.4.9 |
1705 | 2024-12-17T20:44:46.340Z | Checking allocator-api2 v0.2.18 |
1706 | 2024-12-17T20:44:46.370Z | Checking cpufeatures v0.2.14 |
1707 | 2024-12-17T20:44:46.476Z | Checking futures-sink v0.3.31 |
1708 | 2024-12-17T20:44:46.504Z | Checking pin-utils v0.1.0 |
1709 | 2024-12-17T20:44:46.542Z | Checking foldhash v0.1.3 |
1710 | 2024-12-17T20:44:46.601Z | Checking equivalent v1.0.1 |
1711 | 2024-12-17T20:44:46.628Z | Checking futures-channel v0.3.31 |
1712 | 2024-12-17T20:44:46.717Z | Checking futures-task v0.3.31 |
1713 | 2024-12-17T20:44:46.747Z | Checking stable_deref_trait v1.2.0 |
1714 | 2024-12-17T20:44:46.861Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-12-17T20:44:46.937Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-12-17T20:44:47.016Z | Checking hashbrown v0.15.1 |
1717 | 2024-12-17T20:44:47.042Z | Checking futures-util v0.3.31 |
1718 | 2024-12-17T20:44:47.094Z | Checking fnv v1.0.7 |
1719 | 2024-12-17T20:44:47.190Z | Checking ppv-lite86 v0.2.20 |
1720 | 2024-12-17T20:44:47.222Z | Checking tracing-core v0.1.32 |
1721 | 2024-12-17T20:44:47.248Z | Checking errno v0.3.9 |
1722 | 2024-12-17T20:44:47.293Z | Checking crypto-common v0.1.6 |
1723 | 2024-12-17T20:44:47.435Z | Checking block-buffer v0.10.4 |
1724 | 2024-12-17T20:44:47.484Z | Checking zerofrom v0.1.4 |
1725 | 2024-12-17T20:44:47.662Z | Checking digest v0.10.7 |
1726 | 2024-12-17T20:44:47.665Z | Checking dyn-clone v1.0.17 |
1727 | 2024-12-17T20:44:47.710Z | Checking yoke v0.7.4 |
1728 | 2024-12-17T20:44:47.823Z | Checking block-padding v0.3.3 |
1729 | 2024-12-17T20:44:47.907Z | Checking tracing v0.1.40 |
1730 | 2024-12-17T20:44:47.955Z | Checking rand_chacha v0.3.1 |
1731 | 2024-12-17T20:44:48.062Z | Checking inout v0.1.3 |
1732 | 2024-12-17T20:44:48.083Z | Checking zerovec v0.10.4 |
1733 | 2024-12-17T20:44:48.105Z | Checking crossbeam-utils v0.8.20 |
1734 | 2024-12-17T20:44:48.208Z | Checking percent-encoding v2.3.1 |
1735 | 2024-12-17T20:44:48.263Z | Checking litemap v0.7.3 |
1736 | 2024-12-17T20:44:48.321Z | Checking cipher v0.4.4 |
1737 | 2024-12-17T20:44:48.404Z | Checking rand v0.8.5 |
1738 | 2024-12-17T20:44:48.458Z | Checking writeable v0.5.5 |
1739 | 2024-12-17T20:44:48.611Z | Checking tinyvec_macros v0.1.1 |
1740 | 2024-12-17T20:44:48.711Z | Checking tinyvec v1.8.0 |
1741 | 2024-12-17T20:44:48.760Z | Checking form_urlencoded v1.2.1 |
1742 | 2024-12-17T20:44:48.762Z | Checking httparse v1.9.5 |
1743 | 2024-12-17T20:44:48.839Z | Checking regex-syntax v0.8.5 |
1744 | 2024-12-17T20:44:48.957Z | Checking base64ct v1.6.0 |
1745 | 2024-12-17T20:44:49.200Z | Checking icu_locid_transform_data v1.5.0 |
1746 | 2024-12-17T20:44:49.303Z | Checking atomic-waker v1.1.2 |
1747 | 2024-12-17T20:44:49.390Z | Checking bytes v1.8.0 |
1748 | 2024-12-17T20:44:49.418Z | Checking bitflags v2.6.0 |
1749 | 2024-12-17T20:44:49.441Z | Checking serde_json v1.0.132 |
1750 | 2024-12-17T20:44:49.681Z | Checking indexmap v2.6.0 |
1751 | 2024-12-17T20:44:49.715Z | Checking chrono v0.4.38 |
1752 | 2024-12-17T20:44:49.770Z | Checking rustix v0.38.37 |
1753 | 2024-12-17T20:44:50.006Z | Checking uuid v1.11.0 |
1754 | 2024-12-17T20:44:50.160Z | Checking tokio v1.40.0 |
1755 | 2024-12-17T20:44:50.633Z | Checking http v1.1.0 |
1756 | 2024-12-17T20:44:50.986Z | Checking tinystr v0.7.6 |
1757 | 2024-12-17T20:44:51.164Z | Checking unicode-normalization v0.1.24 |
1758 | 2024-12-17T20:44:51.372Z | Checking icu_locid v1.5.0 |
1759 | 2024-12-17T20:44:51.710Z | Checking schemars v0.8.21 |
1760 | 2024-12-17T20:44:51.966Z | Checking icu_collections v1.5.0 |
1761 | 2024-12-17T20:44:52.081Z | Checking hmac v0.12.1 |
1762 | 2024-12-17T20:44:52.144Z | Checking icu_properties_data v1.5.0 |
1763 | 2024-12-17T20:44:52.276Z | Checking untrusted v0.9.0 |
1764 | 2024-12-17T20:44:52.307Z | Checking sha2 v0.10.8 |
1765 | 2024-12-17T20:44:52.400Z | Checking aho-corasick v1.1.3 |
1766 | 2024-12-17T20:44:52.437Z | Checking ring v0.17.8 |
1767 | 2024-12-17T20:44:52.460Z | Checking icu_provider v1.5.0 |
1768 | 2024-12-17T20:44:52.637Z | Checking unicode-bidi v0.3.17 |
1769 | 2024-12-17T20:44:52.878Z | Checking icu_normalizer_data v1.5.0 |
1770 | 2024-12-17T20:44:52.987Z | Checking utf8_iter v1.0.4 |
1771 | 2024-12-17T20:44:53.110Z | Checking icu_locid_transform v1.5.0 |
1772 | 2024-12-17T20:44:53.203Z | Checking unicode-ident v1.0.13 |
1773 | 2024-12-17T20:44:53.271Z | Checking write16 v1.0.0 |
1774 | 2024-12-17T20:44:53.326Z | Checking utf16_iter v1.0.5 |
1775 | 2024-12-17T20:44:53.353Z | Checking lazy_static v1.5.0 |
1776 | 2024-12-17T20:44:53.379Z | Checking powerfmt v0.2.0 |
1777 | 2024-12-17T20:44:53.403Z | Checking adler2 v2.0.0 |
1778 | 2024-12-17T20:44:53.470Z | Checking time-core v0.1.2 |
1779 | 2024-12-17T20:44:53.504Z | Checking num-conv v0.1.0 |
1780 | 2024-12-17T20:44:53.569Z | Checking miniz_oxide v0.8.0 |
1781 | 2024-12-17T20:44:53.640Z | Checking rustls-pki-types v1.10.0 |
1782 | 2024-12-17T20:44:53.666Z | Checking deranged v0.3.11 |
1783 | 2024-12-17T20:44:53.770Z | Checking num_threads v0.1.7 |
1784 | 2024-12-17T20:44:53.888Z | Checking proc-macro2 v1.0.89 |
1785 | 2024-12-17T20:44:54.049Z | Checking regex-automata v0.4.8 |
1786 | 2024-12-17T20:44:54.092Z | Checking icu_properties v1.5.1 |
1787 | 2024-12-17T20:44:54.202Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2024-12-17T20:44:54.230Z | Checking untrusted v0.7.1 |
1789 | 2024-12-17T20:44:54.327Z | Checking http-body v1.0.1 |
1790 | 2024-12-17T20:44:54.402Z | Checking aws-lc-sys v0.22.0 |
1791 | 2024-12-17T20:44:54.462Z | Checking base64 v0.22.1 |
1792 | 2024-12-17T20:44:54.523Z | Checking try-lock v0.2.5 |
1793 | 2024-12-17T20:44:54.547Z | Checking quote v1.0.37 |
1794 | 2024-12-17T20:44:54.657Z | Checking httpdate v1.0.3 |
1795 | 2024-12-17T20:44:54.884Z | Checking mirai-annotations v1.12.0 |
1796 | 2024-12-17T20:44:54.910Z | Checking syn v2.0.87 |
1797 | 2024-12-17T20:44:54.936Z | Checking want v0.3.1 |
1798 | 2024-12-17T20:44:55.077Z | Checking flagset v0.4.6 |
1799 | 2024-12-17T20:44:55.127Z | Checking pbkdf2 v0.12.2 |
1800 | 2024-12-17T20:44:55.283Z | Checking der v0.7.9 |
1801 | 2024-12-17T20:44:55.309Z | Checking aes v0.8.4 |
1802 | 2024-12-17T20:44:55.416Z | Checking time v0.3.36 |
1803 | 2024-12-17T20:44:56.192Z | Checking cbc v0.1.2 |
1804 | 2024-12-17T20:44:56.396Z | Checking salsa20 v0.10.2 |
1805 | 2024-12-17T20:44:56.610Z | Checking ahash v0.8.11 |
1806 | 2024-12-17T20:44:57.112Z | Checking aws-lc-rs v1.10.0 |
1807 | 2024-12-17T20:44:57.184Z | Checking spki v0.7.3 |
1808 | 2024-12-17T20:44:57.209Z | Checking slog v2.7.0 |
1809 | 2024-12-17T20:44:57.414Z | Checking icu_normalizer v1.5.0 |
1810 | 2024-12-17T20:44:57.477Z | Checking tower-service v0.3.3 |
1811 | 2024-12-17T20:44:57.507Z | Checking tokio-util v0.7.12 |
1812 | 2024-12-17T20:44:57.601Z | Checking scrypt v0.11.0 |
1813 | 2024-12-17T20:44:57.721Z | Checking mime v0.3.17 |
1814 | 2024-12-17T20:44:57.823Z | Checking gimli v0.31.1 |
1815 | 2024-12-17T20:44:57.938Z | Checking pkcs5 v0.7.1 |
1816 | 2024-12-17T20:44:58.044Z | Checking object v0.36.5 |
1817 | 2024-12-17T20:44:58.174Z | Checking idna_adapter v1.2.0 |
1818 | 2024-12-17T20:44:58.367Z | Checking idna v1.0.3 |
1819 | 2024-12-17T20:44:58.406Z | Checking h2 v0.4.6 |
1820 | 2024-12-17T20:44:58.433Z | Checking utf8parse v0.2.2 |
1821 | 2024-12-17T20:44:58.582Z | Checking rustc-demangle v0.1.24 |
1822 | 2024-12-17T20:44:58.720Z | Checking regex v1.11.1 |
1823 | 2024-12-17T20:44:58.847Z | Checking url v2.5.3 |
1824 | 2024-12-17T20:44:58.944Z | Checking rustls-webpki v0.102.8 |
1825 | 2024-12-17T20:44:59.035Z | Checking pkcs8 v0.10.2 |
1826 | 2024-12-17T20:44:59.366Z | Checking http-body-util v0.1.2 |
1827 | 2024-12-17T20:44:59.402Z | Checking futures-executor v0.3.31 |
1828 | 2024-12-17T20:44:59.645Z | Checking serde_spanned v0.6.8 |
1829 | 2024-12-17T20:44:59.687Z | Checking toml_datetime v0.6.8 |
1830 | 2024-12-17T20:44:59.800Z | Checking unicode-width v0.1.14 |
1831 | 2024-12-17T20:44:59.880Z | Checking ipnet v2.10.1 |
1832 | 2024-12-17T20:44:59.962Z | Checking data-encoding v2.6.0 |
1833 | 2024-12-17T20:45:00.044Z | Checking futures v0.3.31 |
1834 | 2024-12-17T20:45:00.152Z | Checking rustls-pemfile v2.2.0 |
1835 | 2024-12-17T20:45:00.286Z | Checking foreign-types-shared v0.1.1 |
1836 | 2024-12-17T20:45:00.352Z | Checking anstyle v1.0.10 |
1837 | 2024-12-17T20:45:00.411Z | Checking openssl-probe v0.1.5 |
1838 | 2024-12-17T20:45:00.476Z | Checking foreign-types v0.3.2 |
1839 | 2024-12-17T20:45:00.521Z | Checking serde_urlencoded v0.7.1 |
1840 | 2024-12-17T20:45:00.529Z | Checking semver v1.0.23 |
1841 | 2024-12-17T20:45:00.532Z | Checking sha1 v0.10.6 |
1842 | 2024-12-17T20:45:00.616Z | Checking openssl-sys v0.9.103 |
1843 | 2024-12-17T20:45:00.812Z | Checking encoding_rs v0.8.34 |
1844 | 2024-12-17T20:45:00.883Z | Checking rustls v0.23.19 |
1845 | 2024-12-17T20:45:00.938Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-12-17T20:45:01.222Z | Checking camino v1.1.9 |
1847 | 2024-12-17T20:45:01.320Z | Checking either v1.13.0 |
1848 | 2024-12-17T20:45:01.727Z | Checking anstyle-query v1.1.1 |
1849 | 2024-12-17T20:45:01.763Z | Checking addr2line v0.24.2 |
1850 | 2024-12-17T20:45:01.791Z | Checking colorchoice v1.0.2 |
1851 | 2024-12-17T20:45:01.861Z | Checking winnow v0.6.20 |
1852 | 2024-12-17T20:45:01.903Z | Checking openssl v0.10.66 |
1853 | 2024-12-17T20:45:01.965Z | Checking is_terminal_polyfill v1.70.1 |
1854 | 2024-12-17T20:45:02.079Z | Checking anstream v0.6.15 |
1855 | 2024-12-17T20:45:02.315Z | Checking terminal_size v0.4.0 |
1856 | 2024-12-17T20:45:02.475Z | Checking idna v0.3.0 |
1857 | 2024-12-17T20:45:02.505Z | Checking openapiv3 v2.0.0 |
1858 | 2024-12-17T20:45:03.152Z | Checking signature v2.2.0 |
1859 | 2024-12-17T20:45:03.340Z | Checking strsim v0.11.1 |
1860 | 2024-12-17T20:45:03.368Z | Checking clap_lex v0.7.2 |
1861 | 2024-12-17T20:45:03.619Z | Checking psl-types v2.0.11 |
1862 | 2024-12-17T20:45:03.645Z | Checking clap_builder v4.5.21 |
1863 | 2024-12-17T20:45:03.805Z | Checking publicsuffix v2.2.3 |
1864 | 2024-12-17T20:45:04.063Z | Checking cookie v0.18.1 |
1865 | 2024-12-17T20:45:04.388Z | Checking backtrace v0.3.74 |
1866 | 2024-12-17T20:45:04.527Z | Checking webpki-roots v0.26.6 |
1867 | 2024-12-17T20:45:04.654Z | Checking hyper v1.5.0 |
1868 | 2024-12-17T20:45:04.751Z | Checking idna v0.5.0 |
1869 | 2024-12-17T20:45:04.867Z | Checking is-terminal v0.4.13 |
1870 | 2024-12-17T20:45:04.969Z | Checking anyhow v1.0.93 |
1871 | 2024-12-17T20:45:05.001Z | Checking scroll v0.12.0 |
1872 | 2024-12-17T20:45:05.365Z | Checking ucd-trie v0.1.7 |
1873 | 2024-12-17T20:45:05.496Z | Checking plain v0.2.3 |
1874 | 2024-12-17T20:45:05.574Z | Checking pest v2.7.14 |
1875 | 2024-12-17T20:45:05.625Z | Checking cookie_store v0.21.0 |
1876 | 2024-12-17T20:45:05.660Z | Checking goblin v0.8.2 |
1877 | 2024-12-17T20:45:05.940Z | Checking sync_wrapper v1.0.1 |
1878 | 2024-12-17T20:45:06.087Z | Checking base16ct v0.2.0 |
1879 | 2024-12-17T20:45:06.286Z | Checking pretty-hex v0.4.1 |
1880 | 2024-12-17T20:45:06.328Z | Checking sec1 v0.7.3 |
1881 | 2024-12-17T20:45:06.453Z | Checking tokio-rustls v0.26.0 |
1882 | 2024-12-17T20:45:06.479Z | Checking num-integer v0.1.46 |
1883 | 2024-12-17T20:45:06.558Z | Checking clap v4.5.21 |
1884 | 2024-12-17T20:45:06.682Z | Checking ff v0.13.0 |
1885 | 2024-12-17T20:45:06.706Z | Checking thread-id v4.2.2 |
1886 | 2024-12-17T20:45:06.730Z | Checking hyper-util v0.1.10 |
1887 | 2024-12-17T20:45:06.821Z | Checking toml_edit v0.22.22 |
1888 | 2024-12-17T20:45:06.847Z | Checking hkdf v0.12.4 |
1889 | 2024-12-17T20:45:06.894Z | Checking group v0.13.0 |
1890 | 2024-12-17T20:45:06.956Z | Checking crypto-bigint v0.5.5 |
1891 | 2024-12-17T20:45:07.070Z | Checking dirs-sys-next v0.1.2 |
1892 | 2024-12-17T20:45:07.163Z | Checking memmap v0.7.0 |
1893 | 2024-12-17T20:45:07.243Z | Checking crc32fast v1.4.2 |
1894 | 2024-12-17T20:45:07.305Z | Checking native-tls v0.2.12 |
1895 | 2024-12-17T20:45:07.365Z | Checking static_assertions v1.1.0 |
1896 | 2024-12-17T20:45:07.465Z | Checking bitflags v1.3.2 |
1897 | 2024-12-17T20:45:07.492Z | Checking utf-8 v0.7.6 |
1898 | 2024-12-17T20:45:07.581Z | Checking dirs-next v2.0.0 |
1899 | 2024-12-17T20:45:07.622Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-12-17T20:45:07.723Z | Checking crossbeam-channel v0.5.13 |
1901 | 2024-12-17T20:45:07.741Z | Checking thread_local v1.1.8 |
1902 | 2024-12-17T20:45:07.898Z | Checking unicode-segmentation v1.12.0 |
1903 | 2024-12-17T20:45:08.040Z | Checking term v0.7.0 |
1904 | 2024-12-17T20:45:08.126Z | Checking dtrace-parser v0.2.0 |
1905 | 2024-12-17T20:45:08.490Z | Checking num-iter v0.1.45 |
1906 | 2024-12-17T20:45:08.516Z | Checking crossbeam-epoch v0.9.18 |
1907 | 2024-12-17T20:45:08.582Z | Checking match_cfg v0.1.0 |
1908 | 2024-12-17T20:45:08.609Z | Checking take_mut v0.2.2 |
1909 | 2024-12-17T20:45:08.655Z | Checking slog-term v2.9.1 |
1910 | 2024-12-17T20:45:08.683Z | Checking hostname v0.3.1 |
1911 | 2024-12-17T20:45:08.711Z | Checking hyper-tls v0.6.0 |
1912 | 2024-12-17T20:45:08.755Z | Checking hyper-rustls v0.27.3 |
1913 | 2024-12-17T20:45:08.813Z | Checking slog-async v2.8.0 |
1914 | 2024-12-17T20:45:08.950Z | Checking bstr v1.10.0 |
1915 | 2024-12-17T20:45:09.003Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-17T20:45:09.103Z | Checking hex v0.4.3 |
1917 | 2024-12-17T20:45:09.130Z | Checking reqwest v0.12.9 |
1918 | 2024-12-17T20:45:09.158Z | Checking winnow v0.5.40 |
1919 | 2024-12-17T20:45:09.196Z | Checking managed v0.8.0 |
1920 | 2024-12-17T20:45:09.418Z | Checking toml v0.8.19 |
1921 | 2024-12-17T20:45:09.611Z | Checking crossbeam-deque v0.8.5 |
1922 | 2024-12-17T20:45:09.649Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-12-17T20:45:09.751Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-12-17T20:45:09.905Z | Checking flate2 v1.0.34 |
1925 | 2024-12-17T20:45:09.932Z | Checking rustls v0.22.4 |
1926 | 2024-12-17T20:45:10.157Z | Checking pkcs1 v0.7.5 |
1927 | 2024-12-17T20:45:10.423Z | Checking ecdsa v0.16.9 |
1928 | 2024-12-17T20:45:10.544Z | Checking curve25519-dalek v4.1.3 |
1929 | 2024-12-17T20:45:10.570Z | Checking zerocopy v0.6.6 |
1930 | 2024-12-17T20:45:10.638Z | Checking dof v0.3.0 |
1931 | 2024-12-17T20:45:11.025Z | Checking siphasher v0.3.11 |
1932 | 2024-12-17T20:45:11.115Z | Checking rayon-core v1.12.1 |
1933 | 2024-12-17T20:45:11.246Z | Checking usdt-impl v0.5.0 |
1934 | 2024-12-17T20:45:11.337Z | Checking ed25519 v2.2.3 |
1935 | 2024-12-17T20:45:11.342Z | Checking slog-json v2.6.1 |
1936 | 2024-12-17T20:45:11.628Z | Checking signal-hook v0.3.17 |
1937 | 2024-12-17T20:45:11.655Z | Checking debug-ignore v1.0.5 |
1938 | 2024-12-17T20:45:11.801Z | Checking usdt v0.5.0 |
1939 | 2024-12-17T20:45:11.820Z | Checking quick-error v1.2.3 |
1940 | 2024-12-17T20:45:11.846Z | Checking rsa v0.9.6 |
1941 | 2024-12-17T20:45:11.870Z | Checking slog-bunyan v2.5.0 |
1942 | 2024-12-17T20:45:11.955Z | Checking multer v3.1.0 |
1943 | 2024-12-17T20:45:11.990Z | Checking itertools v0.10.5 |
1944 | 2024-12-17T20:45:12.044Z | Checking x509-cert v0.2.5 |
1945 | 2024-12-17T20:45:12.077Z | Checking idna v0.4.0 |
1946 | 2024-12-17T20:45:12.214Z | Checking toml_edit v0.19.15 |
1947 | 2024-12-17T20:45:12.363Z | Checking waitgroup v0.1.2 |
1948 | 2024-12-17T20:45:12.408Z | Checking ed25519-dalek v2.1.1 |
1949 | 2024-12-17T20:45:12.506Z | Checking serde_path_to_error v0.1.16 |
1950 | 2024-12-17T20:45:12.832Z | Checking hubpack v0.1.2 |
1951 | 2024-12-17T20:45:12.896Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-12-17T20:45:12.922Z | Checking async-stream v0.3.6 |
1953 | 2024-12-17T20:45:13.032Z | Checking hostname v0.4.0 |
1954 | 2024-12-17T20:45:13.091Z | Checking bit-vec v0.6.3 |
1955 | 2024-12-17T20:45:13.125Z | Checking bzip2 v0.4.4 |
1956 | 2024-12-17T20:45:13.151Z | Checking hickory-proto v0.24.1 |
1957 | 2024-12-17T20:45:13.175Z | Checking signal-hook-mio v0.2.4 |
1958 | 2024-12-17T20:45:13.327Z | Checking console v0.15.8 |
1959 | 2024-12-17T20:45:13.423Z | Checking hash32 v0.2.1 |
1960 | 2024-12-17T20:45:13.425Z | Checking bit-set v0.5.3 |
1961 | 2024-12-17T20:45:13.630Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-12-17T20:45:13.707Z | Checking predicates-core v1.0.8 |
1963 | 2024-12-17T20:45:13.734Z | Checking unicode-properties v0.1.3 |
1964 | 2024-12-17T20:45:13.736Z | Checking linked-hash-map v0.5.6 |
1965 | 2024-12-17T20:45:13.885Z | Checking heapless v0.7.17 |
1966 | 2024-12-17T20:45:13.911Z | Checking crossterm v0.28.1 |
1967 | 2024-12-17T20:45:14.008Z | Checking dropshot v0.12.0 |
1968 | 2024-12-17T20:45:14.077Z | Checking lru-cache v0.1.2 |
1969 | 2024-12-17T20:45:14.103Z | Checking stringprep v0.1.5 |
1970 | 2024-12-17T20:45:14.213Z | Checking rayon v1.10.0 |
1971 | 2024-12-17T20:45:14.270Z | Checking phf_shared v0.11.2 |
1972 | 2024-12-17T20:45:14.393Z | Checking similar v2.6.0 |
1973 | 2024-12-17T20:45:14.559Z | Checking tokio-stream v0.1.16 |
1974 | 2024-12-17T20:45:14.633Z | Checking toml v0.7.8 |
1975 | 2024-12-17T20:45:14.880Z | Checking md-5 v0.10.6 |
1976 | 2024-12-17T20:45:15.119Z | Checking float-cmp v0.9.0 |
1977 | 2024-12-17T20:45:15.256Z | Checking fallible-iterator v0.2.0 |
1978 | 2024-12-17T20:45:15.314Z | Checking normalize-line-endings v0.3.0 |
1979 | 2024-12-17T20:45:15.340Z | Checking fixedbitset v0.4.2 |
1980 | 2024-12-17T20:45:15.441Z | Checking difflib v0.4.0 |
1981 | 2024-12-17T20:45:15.470Z | Checking smoltcp v0.9.1 |
1982 | 2024-12-17T20:45:15.622Z | Checking petgraph v0.6.5 |
1983 | 2024-12-17T20:45:15.691Z | Checking phf v0.11.2 |
1984 | 2024-12-17T20:45:15.755Z | Checking predicates v3.1.2 |
1985 | 2024-12-17T20:45:15.862Z | Checking postgres-protocol v0.6.7 |
1986 | 2024-12-17T20:45:15.951Z | Checking zip v0.6.6 |
1987 | 2024-12-17T20:45:16.448Z | Checking resolv-conf v0.7.0 |
1988 | 2024-12-17T20:45:16.553Z | Checking phf_shared v0.10.0 |
1989 | 2024-12-17T20:45:16.674Z | Checking tungstenite v0.24.0 |
1990 | 2024-12-17T20:45:16.806Z | Checking fs-err v2.11.0 |
1991 | 2024-12-17T20:45:16.838Z | Checking serde-big-array v0.5.1 |
1992 | 2024-12-17T20:45:16.961Z | Checking portable-atomic v1.9.0 |
1993 | 2024-12-17T20:45:17.074Z | Checking new_debug_unreachable v1.0.6 |
1994 | 2024-12-17T20:45:17.178Z | Checking lalrpop-util v0.19.12 |
1995 | 2024-12-17T20:45:17.380Z | Checking precomputed-hash v0.1.1 |
1996 | 2024-12-17T20:45:17.475Z | Checking number_prefix v0.4.0 |
1997 | 2024-12-17T20:45:17.507Z | Checking unicode-width v0.2.0 |
1998 | 2024-12-17T20:45:17.578Z | Checking minimal-lexical v0.2.1 |
1999 | 2024-12-17T20:45:17.580Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-12-17T20:45:17.679Z | Checking string_cache v0.8.7 |
2001 | 2024-12-17T20:45:17.868Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-12-17T20:45:17.962Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2003 | 2024-12-17T20:45:17.990Z | Checking postgres-types v0.2.8 |
2004 | 2024-12-17T20:45:17.992Z | Checking nom v7.1.3 |
2005 | 2024-12-17T20:45:17.992Z | Checking heck v0.4.1 |
2006 | 2024-12-17T20:45:18.055Z | Checking whoami v1.5.2 |
2007 | 2024-12-17T20:45:18.151Z | Checking indicatif v0.17.9 |
2008 | 2024-12-17T20:45:18.233Z | Checking peg-runtime v0.8.3 |
2009 | 2024-12-17T20:45:18.458Z | Compiling hashbrown v0.14.5 |
2010 | 2024-12-17T20:45:18.483Z | Compiling ident_case v1.0.1 |
2011 | 2024-12-17T20:45:18.665Z | Compiling darling_core v0.20.10 |
2012 | 2024-12-17T20:45:18.739Z | Checking tokio-postgres v0.7.12 |
2013 | 2024-12-17T20:45:18.921Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-12-17T20:45:19.467Z | Checking qorb v0.2.1 |
2015 | 2024-12-17T20:45:19.856Z | Compiling regress v0.10.1 |
2016 | 2024-12-17T20:45:20.160Z | Checking heck v0.5.0 |
2017 | 2024-12-17T20:45:20.364Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2024-12-17T20:45:20.868Z | Checking progenitor-client v0.8.0 |
2019 | 2024-12-17T20:45:21.228Z | Checking fastrand v2.1.1 |
2020 | 2024-12-17T20:45:21.579Z | Compiling newtype-uuid v1.1.3 |
2021 | 2024-12-17T20:45:21.796Z | Checking ipnetwork v0.20.0 |
2022 | 2024-12-17T20:45:21.910Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-12-17T20:45:21.996Z | Checking strum v0.26.3 |
2024 | 2024-12-17T20:45:22.177Z | Compiling dropshot v0.13.0 |
2025 | 2024-12-17T20:45:22.215Z | Checking macaddr v1.0.1 |
2026 | 2024-12-17T20:45:22.549Z | Compiling dropshot_endpoint v0.13.0 |
2027 | 2024-12-17T20:45:22.573Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-12-17T20:45:23.447Z | Checking tempfile v3.13.0 |
2029 | 2024-12-17T20:45:23.560Z | Compiling typify-impl v0.2.0 |
2030 | 2024-12-17T20:45:23.837Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-12-17T20:45:24.209Z | Checking instant v0.1.13 |
2032 | 2024-12-17T20:45:24.334Z | Checking regress v0.9.1 |
2033 | 2024-12-17T20:45:24.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2034 | 2024-12-17T20:45:24.910Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2035 | 2024-12-17T20:45:24.947Z | Compiling structmeta v0.3.0 |
2036 | 2024-12-17T20:45:25.212Z | Checking backoff v0.4.0 |
2037 | 2024-12-17T20:45:25.375Z | Compiling parse-display-derive v0.10.0 |
2038 | 2024-12-17T20:45:25.527Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2024-12-17T20:45:25.529Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2040 | 2024-12-17T20:45:25.666Z | Checking wait-timeout v0.2.0 |
2041 | 2024-12-17T20:45:25.695Z | Checking rand_xorshift v0.3.0 |
2042 | 2024-12-17T20:45:25.747Z | Compiling darling_macro v0.20.10 |
2043 | 2024-12-17T20:45:25.841Z | Checking rusty-fork v0.3.0 |
2044 | 2024-12-17T20:45:25.881Z | Checking unarray v0.1.4 |
2045 | 2024-12-17T20:45:26.035Z | Compiling structmeta-derive v0.2.0 |
2046 | 2024-12-17T20:45:26.154Z | Checking proptest v1.5.0 |
2047 | 2024-12-17T20:45:26.695Z | Compiling darling v0.20.10 |
2048 | 2024-12-17T20:45:26.820Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-12-17T20:45:26.849Z | Checking camino-tempfile v1.1.1 |
2050 | 2024-12-17T20:45:27.170Z | Compiling proc-macro-error v1.0.4 |
2051 | 2024-12-17T20:45:27.867Z | Compiling proc-macro-crate v1.3.1 |
2052 | 2024-12-17T20:45:27.950Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2053 | 2024-12-17T20:45:28.331Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2024-12-17T20:45:28.637Z | Compiling foreign-types-macros v0.2.3 |
2055 | 2024-12-17T20:45:28.962Z | Compiling num_enum_derive v0.5.11 |
2056 | 2024-12-17T20:45:28.988Z | Compiling structmeta v0.2.0 |
2057 | 2024-12-17T20:45:29.446Z | Compiling test-strategy v0.3.1 |
2058 | 2024-12-17T20:45:29.726Z | Checking serde_with v3.11.0 |
2059 | 2024-12-17T20:45:29.977Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-12-17T20:45:30.014Z | Checking parse-display v0.10.0 |
2061 | 2024-12-17T20:45:30.095Z | Checking foreign-types v0.5.0 |
2062 | 2024-12-17T20:45:30.380Z | Checking tabwriter v1.4.0 |
2063 | 2024-12-17T20:45:30.431Z | Checking cstr-argument v0.1.2 |
2064 | 2024-12-17T20:45:30.617Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2024-12-17T20:45:30.620Z | Checking pretty-hex v0.2.1 |
2066 | 2024-12-17T20:45:30.783Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2067 | 2024-12-17T20:45:30.815Z | Checking colored v2.1.0 |
2068 | 2024-12-17T20:45:31.114Z | Checking smf v0.2.3 |
2069 | 2024-12-17T20:45:31.138Z | Checking itertools v0.13.0 |
2070 | 2024-12-17T20:45:31.284Z | Checking base64 v0.21.7 |
2071 | 2024-12-17T20:45:31.469Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-12-17T20:45:31.512Z | Checking num_enum v0.5.11 |
2073 | 2024-12-17T20:45:31.580Z | Compiling zerocopy v0.8.10 |
2074 | 2024-12-17T20:45:31.619Z | Compiling crucible-workspace-hack v0.1.0 |
2075 | 2024-12-17T20:45:31.670Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-12-17T20:45:31.993Z | Compiling zerocopy-derive v0.8.10 |
2077 | 2024-12-17T20:45:32.019Z | Compiling heapless v0.8.0 |
2078 | 2024-12-17T20:45:32.553Z | Checking termtree v0.4.1 |
2079 | 2024-12-17T20:45:32.767Z | Checking predicates-tree v1.0.11 |
2080 | 2024-12-17T20:45:32.941Z | Checking hash32 v0.3.1 |
2081 | 2024-12-17T20:45:33.024Z | Compiling smoltcp v0.11.0 |
2082 | 2024-12-17T20:45:33.270Z | Checking cobs v0.2.3 |
2083 | 2024-12-17T20:45:33.467Z | Checking postcard v1.0.10 |
2084 | 2024-12-17T20:45:33.545Z | Checking sigpipe v0.1.3 |
2085 | 2024-12-17T20:45:33.665Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2024-12-17T20:45:33.777Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2087 | 2024-12-17T20:45:33.804Z | Checking atomicwrites v0.4.4 |
2088 | 2024-12-17T20:45:33.931Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2024-12-17T20:45:34.005Z | Compiling thiserror v2.0.3 |
2090 | 2024-12-17T20:45:34.040Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2091 | 2024-12-17T20:45:34.064Z | Compiling mockall_derive v0.13.0 |
2092 | 2024-12-17T20:45:34.363Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2093 | 2024-12-17T20:45:34.393Z | Compiling thiserror-impl v2.0.3 |
2094 | 2024-12-17T20:45:34.665Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2095 | 2024-12-17T20:45:34.942Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-12-17T20:45:34.970Z | Compiling zone_cfg_derive v0.3.0 |
2097 | 2024-12-17T20:45:36.479Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2098 | 2024-12-17T20:45:36.866Z | Compiling num-derive v0.4.2 |
2099 | 2024-12-17T20:45:36.930Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-12-17T20:45:37.096Z | Checking downcast v0.11.0 |
2101 | 2024-12-17T20:45:37.222Z | Checking fragile v2.0.0 |
2102 | 2024-12-17T20:45:37.344Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2103 | 2024-12-17T20:45:37.500Z | Checking zone v0.3.0 |
2104 | 2024-12-17T20:45:37.609Z | Compiling convert_case v0.4.0 |
2105 | 2024-12-17T20:45:38.209Z | Checking newline-converter v0.3.0 |
2106 | 2024-12-17T20:45:38.237Z | Checking tungstenite v0.21.0 |
2107 | 2024-12-17T20:45:38.310Z | Checking same-file v1.0.6 |
2108 | 2024-12-17T20:45:38.373Z | Checking expectorate v1.1.0 |
2109 | 2024-12-17T20:45:38.486Z | Checking walkdir v2.5.0 |
2110 | 2024-12-17T20:45:38.548Z | Checking arc-swap v1.7.1 |
2111 | 2024-12-17T20:45:38.551Z | Compiling derive_more v0.99.18 |
2112 | 2024-12-17T20:45:38.771Z | Checking xattr v1.3.1 |
2113 | 2024-12-17T20:45:38.973Z | Checking filetime v0.2.25 |
2114 | 2024-12-17T20:45:38.976Z | Checking slog-scope v4.4.0 |
2115 | 2024-12-17T20:45:39.153Z | Checking tokio-tungstenite v0.21.0 |
2116 | 2024-12-17T20:45:39.181Z | Checking tar v0.4.42 |
2117 | 2024-12-17T20:45:39.202Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2118 | 2024-12-17T20:45:39.225Z | Checking slog-stdlog v4.1.1 |
2119 | 2024-12-17T20:45:39.399Z | Checking slog-envlogger v2.2.0 |
2120 | 2024-12-17T20:45:39.632Z | Checking num-rational v0.4.2 |
2121 | 2024-12-17T20:45:39.678Z | Checking num-complex v0.4.6 |
2122 | 2024-12-17T20:45:39.699Z | Checking float-ord v0.3.2 |
2123 | 2024-12-17T20:45:39.847Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-12-17T20:45:40.013Z | Compiling owo-colors v4.1.0 |
2125 | 2024-12-17T20:45:40.194Z | Checking swrite v0.1.0 |
2126 | 2024-12-17T20:45:40.340Z | Checking libsw v3.3.1 |
2127 | 2024-12-17T20:45:40.575Z | Checking num v0.4.3 |
2128 | 2024-12-17T20:45:40.619Z | Checking pem v3.0.4 |
2129 | 2024-12-17T20:45:40.693Z | Checking password-hash v0.5.0 |
2130 | 2024-12-17T20:45:40.817Z | Checking blake2 v0.10.6 |
2131 | 2024-12-17T20:45:40.887Z | Checking indent_write v2.2.0 |
2132 | 2024-12-17T20:45:41.099Z | Checking linear-map v1.2.0 |
2133 | 2024-12-17T20:45:41.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2134 | 2024-12-17T20:45:41.269Z | Checking argon2 v0.5.3 |
2135 | 2024-12-17T20:45:41.489Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-12-17T20:45:41.965Z | Checking headers-core v0.3.0 |
2137 | 2024-12-17T20:45:42.014Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2138 | 2024-12-17T20:45:42.108Z | Compiling typify-macro v0.2.0 |
2139 | 2024-12-17T20:45:42.133Z | Compiling heck v0.3.3 |
2140 | 2024-12-17T20:45:42.170Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2141 | 2024-12-17T20:45:42.218Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2142 | 2024-12-17T20:45:42.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2143 | 2024-12-17T20:45:42.560Z | Compiling zone_cfg_derive v0.1.2 |
2144 | 2024-12-17T20:45:42.582Z | Checking headers v0.4.0 |
2145 | 2024-12-17T20:45:42.887Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2146 | 2024-12-17T20:45:43.080Z | Checking mockall v0.13.0 |
2147 | 2024-12-17T20:45:43.309Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2148 | 2024-12-17T20:45:43.592Z | Checking yasna v0.5.2 |
2149 | 2024-12-17T20:45:43.616Z | Checking base64 v0.13.1 |
2150 | 2024-12-17T20:45:43.642Z | Checking highway v1.2.0 |
2151 | 2024-12-17T20:45:43.952Z | Checking zone v0.1.8 |
2152 | 2024-12-17T20:45:44.023Z | Checking ron v0.7.1 |
2153 | 2024-12-17T20:45:44.446Z | Checking rcgen v0.12.1 |
2154 | 2024-12-17T20:45:44.657Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2155 | 2024-12-17T20:45:45.139Z | Checking xz2 v0.1.7 |
2156 | 2024-12-17T20:45:45.159Z | Checking subprocess v0.2.9 |
2157 | 2024-12-17T20:45:45.182Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2158 | 2024-12-17T20:45:45.206Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2159 | 2024-12-17T20:45:45.430Z | Checking humantime v2.1.0 |
2160 | 2024-12-17T20:45:45.718Z | Compiling semver v0.1.20 |
2161 | 2024-12-17T20:45:45.742Z | Checking half v2.4.1 |
2162 | 2024-12-17T20:45:46.013Z | Checking ciborium-io v0.2.2 |
2163 | 2024-12-17T20:45:46.152Z | Compiling rustc_version v0.1.7 |
2164 | 2024-12-17T20:45:46.175Z | Checking ciborium-ll v0.2.2 |
2165 | 2024-12-17T20:45:46.215Z | Compiling typify v0.2.0 |
2166 | 2024-12-17T20:45:46.317Z | Checking prettyplease v0.2.25 |
2167 | 2024-12-17T20:45:46.363Z | Compiling progenitor-impl v0.8.0 |
2168 | 2024-12-17T20:45:46.452Z | Checking ciborium v0.2.2 |
2169 | 2024-12-17T20:45:46.582Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2170 | 2024-12-17T20:45:46.617Z | Compiling newtype_derive v0.1.6 |
2171 | 2024-12-17T20:45:48.446Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2172 | 2024-12-17T20:45:48.788Z | Checking steno v0.4.1 |
2173 | 2024-12-17T20:45:48.811Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2174 | 2024-12-17T20:45:49.577Z | Checking display-error-chain v0.2.2 |
2175 | 2024-12-17T20:45:49.767Z | Compiling slog-dtrace v0.3.0 |
2176 | 2024-12-17T20:45:49.947Z | Checking gethostname v0.5.0 |
2177 | 2024-12-17T20:45:50.078Z | Checking nibble_vec v0.1.0 |
2178 | 2024-12-17T20:45:50.126Z | Compiling ring v0.16.20 |
2179 | 2024-12-17T20:45:50.304Z | Compiling blake3 v1.5.4 |
2180 | 2024-12-17T20:45:50.587Z | Checking keccak v0.1.5 |
2181 | 2024-12-17T20:45:50.926Z | Checking endian-type v0.1.2 |
2182 | 2024-12-17T20:45:51.014Z | Checking sha3 v0.10.8 |
2183 | 2024-12-17T20:45:51.129Z | Checking radix_trie v0.2.1 |
2184 | 2024-12-17T20:45:51.419Z | Checking universal-hash v0.5.1 |
2185 | 2024-12-17T20:45:51.500Z | Checking secrecy v0.8.0 |
2186 | 2024-12-17T20:45:51.596Z | Checking opaque-debug v0.3.1 |
2187 | 2024-12-17T20:45:51.623Z | Checking aead v0.5.2 |
2188 | 2024-12-17T20:45:51.625Z | Checking chacha20 v0.9.1 |
2189 | 2024-12-17T20:45:51.691Z | Checking poly1305 v0.8.0 |
2190 | 2024-12-17T20:45:52.039Z | Compiling memmap2 v0.9.5 |
2191 | 2024-12-17T20:45:52.236Z | Compiling arrayvec v0.7.6 |
2192 | 2024-12-17T20:45:52.513Z | Compiling constant_time_eq v0.3.1 |
2193 | 2024-12-17T20:45:52.675Z | Compiling arrayref v0.3.9 |
2194 | 2024-12-17T20:45:52.704Z | Compiling spin v0.5.2 |
2195 | 2024-12-17T20:45:52.785Z | Compiling toolchain_find v0.4.0 |
2196 | 2024-12-17T20:45:52.946Z | Compiling thiserror-impl-no-std v2.0.2 |
2197 | 2024-12-17T20:45:53.101Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2198 | 2024-12-17T20:45:53.294Z | Compiling topological-sort v0.2.2 |
2199 | 2024-12-17T20:45:53.427Z | Compiling rustfmt-wrapper v0.2.1 |
2200 | 2024-12-17T20:45:53.509Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2201 | 2024-12-17T20:45:53.737Z | Checking chacha20poly1305 v0.10.1 |
2202 | 2024-12-17T20:45:53.842Z | Compiling async-recursion v1.1.1 |
2203 | 2024-12-17T20:45:53.950Z | Checking fxhash v0.2.1 |
2204 | 2024-12-17T20:45:53.975Z | Checking lockfree-object-pool v0.1.6 |
2205 | 2024-12-17T20:45:54.002Z | Compiling zip v2.1.3 |
2206 | 2024-12-17T20:45:54.134Z | Checking bumpalo v3.16.0 |
2207 | 2024-12-17T20:45:54.232Z | Checking simd-adler32 v0.3.7 |
2208 | 2024-12-17T20:45:54.341Z | Checking termcolor v1.4.1 |
2209 | 2024-12-17T20:45:54.366Z | Compiling progenitor-macro v0.8.0 |
2210 | 2024-12-17T20:45:54.439Z | Compiling radium v0.7.0 |
2211 | 2024-12-17T20:45:54.595Z | Checking zopfli v0.8.1 |
2212 | 2024-12-17T20:45:54.777Z | Checking maplit v1.0.2 |
2213 | 2024-12-17T20:45:54.920Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-12-17T20:45:54.951Z | Checking tap v1.0.1 |
2215 | 2024-12-17T20:45:55.128Z | Checking wyz v0.5.1 |
2216 | 2024-12-17T20:45:55.527Z | Checking home v0.5.9 |
2217 | 2024-12-17T20:45:56.553Z | Compiling packed_struct v0.10.1 |
2218 | 2024-12-17T20:45:56.555Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-17T20:45:56.556Z | Checking funty v2.0.0 |
2220 | 2024-12-17T20:45:56.556Z | Checking crc-catalog v2.4.0 |
2221 | 2024-12-17T20:45:56.556Z | Checking crc v3.2.1 |
2222 | 2024-12-17T20:45:56.556Z | Checking thiserror-no-std v2.0.2 |
2223 | 2024-12-17T20:45:56.556Z | Checking vsss-rs v3.3.4 |
2224 | 2024-12-17T20:45:56.556Z | Compiling const_format_proc_macros v0.2.33 |
2225 | 2024-12-17T20:45:56.628Z | Checking kstat-rs v0.2.4 |
2226 | 2024-12-17T20:45:56.886Z | Checking bitvec v1.0.1 |
2227 | 2024-12-17T20:45:57.014Z | Compiling packed_struct_codegen v0.10.1 |
2228 | 2024-12-17T20:45:57.273Z | Compiling vte_generate_state_changes v0.1.2 |
2229 | 2024-12-17T20:45:57.434Z | Compiling indexmap v1.9.3 |
2230 | 2024-12-17T20:45:57.740Z | Checking nodrop v0.1.14 |
2231 | 2024-12-17T20:45:57.864Z | Compiling libefi-sys v0.1.0 |
2232 | 2024-12-17T20:45:57.921Z | Checking vte v0.11.1 |
2233 | 2024-12-17T20:45:58.173Z | Checking array-init v0.0.4 |
2234 | 2024-12-17T20:45:58.666Z | Checking const_format v0.2.33 |
2235 | 2024-12-17T20:45:59.187Z | Checking smallvec v0.6.14 |
2236 | 2024-12-17T20:45:59.219Z | Checking fd-lock v4.0.2 |
2237 | 2024-12-17T20:45:59.274Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2238 | 2024-12-17T20:45:59.404Z | Compiling bitfield-struct v0.6.2 |
2239 | 2024-12-17T20:45:59.594Z | Checking hashbrown v0.12.3 |
2240 | 2024-12-17T20:45:59.665Z | Checking bitfield v0.14.0 |
2241 | 2024-12-17T20:45:59.786Z | Checking serde-hex v0.1.0 |
2242 | 2024-12-17T20:45:59.828Z | Checking strip-ansi-escapes v0.2.0 |
2243 | 2024-12-17T20:45:59.983Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2244 | 2024-12-17T20:46:00.250Z | Checking env_logger v0.10.2 |
2245 | 2024-12-17T20:46:00.346Z | Checking ron v0.8.1 |
2246 | 2024-12-17T20:46:00.676Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2247 | 2024-12-17T20:46:00.909Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2248 | 2024-12-17T20:46:01.006Z | Checking itertools v0.12.1 |
2249 | 2024-12-17T20:46:01.346Z | Checking hashbrown v0.13.2 |
2250 | 2024-12-17T20:46:01.496Z | Checking nu-ansi-term v0.50.1 |
2251 | 2024-12-17T20:46:01.587Z | Checking crc-any v2.5.0 |
2252 | 2024-12-17T20:46:01.965Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-17T20:46:02.008Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2254 | 2024-12-17T20:46:02.104Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-17T20:46:02.298Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2256 | 2024-12-17T20:46:02.381Z | Compiling parking_lot_core v0.8.6 |
2257 | 2024-12-17T20:46:02.585Z | Checking object v0.30.4 |
2258 | 2024-12-17T20:46:02.799Z | Checking path-slash v0.1.5 |
2259 | 2024-12-17T20:46:02.799Z | Compiling phf_generator v0.11.2 |
2260 | 2024-12-17T20:46:02.974Z | Checking bytecount v0.6.8 |
2261 | 2024-12-17T20:46:02.974Z | Checking glob v0.3.1 |
2262 | 2024-12-17T20:46:03.132Z | Checking papergrid v0.11.0 |
2263 | 2024-12-17T20:46:03.332Z | Compiling phf_codegen v0.11.2 |
2264 | 2024-12-17T20:46:03.332Z | Checking parking_lot v0.11.2 |
2265 | 2024-12-17T20:46:03.464Z | Compiling tabled_derive v0.7.0 |
2266 | 2024-12-17T20:46:03.592Z | Compiling parse-zoneinfo v0.3.1 |
2267 | 2024-12-17T20:46:03.912Z | Checking reedline v0.35.0 |
2268 | 2024-12-17T20:46:03.912Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2269 | 2024-12-17T20:46:04.122Z | Compiling cfg_aliases v0.1.1 |
2270 | 2024-12-17T20:46:04.122Z | Compiling nix v0.28.0 |
2271 | 2024-12-17T20:46:04.411Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-12-17T20:46:04.767Z | Checking sled v0.34.7 |
2273 | 2024-12-17T20:46:05.637Z | Checking hickory-client v0.24.1 |
2274 | 2024-12-17T20:46:05.910Z | Checking hickory-server v0.24.1 |
2275 | 2024-12-17T20:46:05.988Z | Checking tabled v0.15.0 |
2276 | 2024-12-17T20:46:06.284Z | Compiling chrono-tz v0.10.0 |
2277 | 2024-12-17T20:46:06.421Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2278 | 2024-12-17T20:46:06.971Z | Compiling buf-list v1.0.3 |
2279 | 2024-12-17T20:46:07.692Z | Compiling peg-macros v0.8.4 |
2280 | 2024-12-17T20:46:08.645Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2281 | 2024-12-17T20:46:08.728Z | Compiling sqlparser_derive v0.2.2 |
2282 | 2024-12-17T20:46:08.844Z | Checking unicode_categories v0.1.1 |
2283 | 2024-12-17T20:46:09.106Z | Checking sqlformat v0.2.6 |
2284 | 2024-12-17T20:46:09.753Z | Checking progenitor v0.8.0 |
2285 | 2024-12-17T20:46:09.970Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2286 | 2024-12-17T20:46:10.168Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2287 | 2024-12-17T20:46:10.168Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2024-12-17T20:46:11.446Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-12-17T20:46:13.609Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2290 | 2024-12-17T20:46:14.451Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2291 | 2024-12-17T20:46:14.802Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2024-12-17T20:46:14.881Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2024-12-17T20:46:16.737Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2294 | 2024-12-17T20:46:17.116Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2295 | 2024-12-17T20:46:17.873Z | Checking peg v0.8.4 |
2296 | 2024-12-17T20:46:17.893Z | Checking rustyline v14.0.0 |
2297 | 2024-12-17T20:46:17.914Z | Checking sqlparser v0.45.0 |
2298 | 2024-12-17T20:46:18.406Z | Checking bcs v0.1.6 |
2299 | 2024-12-17T20:46:18.525Z | Checking primeorder v0.13.6 |
2300 | 2024-12-17T20:46:18.884Z | Compiling unicase v2.7.0 |
2301 | 2024-12-17T20:46:18.989Z | Checking nanorand v0.7.0 |
2302 | 2024-12-17T20:46:19.497Z | Checking flume v0.11.1 |
2303 | 2024-12-17T20:46:19.796Z | Checking atty v0.2.14 |
2304 | 2024-12-17T20:46:19.796Z | Compiling salty v0.3.0 |
2305 | 2024-12-17T20:46:20.223Z | Checking p384 v0.13.0 |
2306 | 2024-12-17T20:46:20.223Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2307 | 2024-12-17T20:46:20.597Z | Compiling mime_guess v2.0.5 |
2308 | 2024-12-17T20:46:20.980Z | Checking env_filter v0.1.2 |
2309 | 2024-12-17T20:46:21.312Z | Checking http-range v0.1.5 |
2310 | 2024-12-17T20:46:21.312Z | Checking env_logger v0.11.5 |
2311 | 2024-12-17T20:46:21.312Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2312 | 2024-12-17T20:46:21.677Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2313 | 2024-12-17T20:46:21.677Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2314 | 2024-12-17T20:46:22.054Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2315 | 2024-12-17T20:46:22.054Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2316 | 2024-12-17T20:46:22.054Z | Compiling dsl_auto_type v0.1.2 |
2317 | 2024-12-17T20:46:22.416Z | Checking scheduled-thread-pool v0.2.7 |
2318 | 2024-12-17T20:46:22.416Z | Compiling diesel_table_macro_syntax v0.2.0 |
2319 | 2024-12-17T20:46:22.720Z | Compiling crunchy v0.2.2 |
2320 | 2024-12-17T20:46:22.720Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2321 | 2024-12-17T20:46:22.974Z | Checking r2d2 v0.8.10 |
2322 | 2024-12-17T20:46:22.974Z | Checking hyper-staticfile v0.10.1 |
2323 | 2024-12-17T20:46:23.417Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-17T20:46:23.631Z | Compiling diesel_derives v2.2.3 |
2325 | 2024-12-17T20:46:23.880Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2326 | 2024-12-17T20:46:24.364Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2327 | 2024-12-17T20:46:25.022Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2328 | 2024-12-17T20:46:25.285Z | Compiling tiny-keccak v2.0.2 |
2329 | 2024-12-17T20:46:25.637Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2330 | 2024-12-17T20:46:25.637Z | Compiling pin-project-internal v1.1.6 |
2331 | 2024-12-17T20:46:25.942Z | Compiling ref-cast v1.0.23 |
2332 | 2024-12-17T20:46:26.825Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2333 | 2024-12-17T20:46:27.115Z | Compiling ascii-canvas v3.0.0 |
2334 | 2024-12-17T20:46:27.168Z | Compiling ena v0.14.3 |
2335 | 2024-12-17T20:46:27.589Z | Compiling ref-cast-impl v1.0.23 |
2336 | 2024-12-17T20:46:27.610Z | Compiling regex-syntax v0.6.29 |
2337 | 2024-12-17T20:46:27.707Z | Compiling diff v0.1.13 |
2338 | 2024-12-17T20:46:28.434Z | Checking pin-project v1.1.6 |
2339 | 2024-12-17T20:46:28.463Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2340 | 2024-12-17T20:46:28.550Z | Checking signal-hook-tokio v0.3.1 |
2341 | 2024-12-17T20:46:28.753Z | Compiling snafu-derive v0.8.5 |
2342 | 2024-12-17T20:46:28.944Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2343 | 2024-12-17T20:46:29.218Z | Compiling derive_builder_core v0.20.2 |
2344 | 2024-12-17T20:46:33.317Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2345 | 2024-12-17T20:46:34.285Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2346 | 2024-12-17T20:46:34.285Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2347 | 2024-12-17T20:46:35.141Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2348 | 2024-12-17T20:46:36.094Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2349 | 2024-12-17T20:46:36.492Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2024-12-17T20:46:37.042Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2024-12-17T20:46:37.615Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2024-12-17T20:46:38.021Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2024-12-17T20:46:38.021Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2024-12-17T20:46:38.021Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-17T20:46:38.468Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-17T20:46:38.702Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2357 | 2024-12-17T20:46:38.702Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2024-12-17T20:46:39.112Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2359 | 2024-12-17T20:46:39.494Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2360 | 2024-12-17T20:46:39.768Z | Checking diesel v2.2.6 |
2361 | 2024-12-17T20:46:40.019Z | Compiling lalrpop v0.19.12 |
2362 | 2024-12-17T20:46:40.019Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2363 | 2024-12-17T20:46:40.374Z | Checking snafu v0.8.5 |
2364 | 2024-12-17T20:46:40.924Z | Checking globset v0.4.15 |
2365 | 2024-12-17T20:46:40.924Z | Checking olpc-cjson v0.1.4 |
2366 | 2024-12-17T20:46:41.513Z | Checking serde_plain v1.0.2 |
2367 | 2024-12-17T20:46:41.514Z | Compiling libxml v0.3.3 |
2368 | 2024-12-17T20:46:42.101Z | Compiling memoffset v0.9.1 |
2369 | 2024-12-17T20:46:42.424Z | Checking typed-path v0.9.3 |
2370 | 2024-12-17T20:46:43.560Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2371 | 2024-12-17T20:46:43.881Z | Checking tough v0.19.0 |
2372 | 2024-12-17T20:46:44.140Z | Compiling derive_builder_macro v0.20.2 |
2373 | 2024-12-17T20:46:44.857Z | Checking tungstenite v0.23.0 |
2374 | 2024-12-17T20:46:45.084Z | Compiling strum_macros v0.24.3 |
2375 | 2024-12-17T20:46:45.084Z | Compiling samael v0.0.17 |
2376 | 2024-12-17T20:46:45.762Z | Checking parse-size v1.1.0 |
2377 | 2024-12-17T20:46:45.827Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-12-17T20:46:45.827Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2379 | 2024-12-17T20:46:45.901Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2380 | 2024-12-17T20:46:46.734Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2024-12-17T20:46:47.588Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2382 | 2024-12-17T20:46:48.313Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2383 | 2024-12-17T20:46:48.509Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2384 | 2024-12-17T20:46:49.026Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2024-12-17T20:46:49.409Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2024-12-17T20:46:49.597Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2387 | 2024-12-17T20:46:50.362Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2388 | 2024-12-17T20:46:50.822Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2389 | 2024-12-17T20:46:51.303Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2390 | 2024-12-17T20:46:52.676Z | Compiling indoc v1.0.9 |
2391 | 2024-12-17T20:46:53.688Z | Checking tokio-tungstenite v0.23.1 |
2392 | 2024-12-17T20:46:54.246Z | Checking derive_builder v0.20.2 |
2393 | 2024-12-17T20:46:55.932Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2394 | 2024-12-17T20:46:55.956Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2395 | 2024-12-17T20:46:56.057Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-12-17T20:46:56.334Z | Checking quick-xml v0.33.0 |
2397 | 2024-12-17T20:46:56.807Z | Compiling impl-trait-for-tuples v0.2.2 |
2398 | 2024-12-17T20:46:58.245Z | Compiling oso-derive v0.27.3 |
2399 | 2024-12-17T20:46:58.608Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2400 | 2024-12-17T20:46:59.355Z | Checking nix v0.27.1 |
2401 | 2024-12-17T20:47:00.693Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2402 | 2024-12-17T20:47:02.159Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2403 | 2024-12-17T20:47:02.933Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2404 | 2024-12-17T20:47:03.206Z | Compiling diesel-dtrace v0.4.2 |
2405 | 2024-12-17T20:47:03.590Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2406 | 2024-12-17T20:47:03.999Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2407 | 2024-12-17T20:47:04.293Z | Checking bb8 v0.8.5 |
2408 | 2024-12-17T20:47:04.794Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2409 | 2024-12-17T20:47:05.003Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2410 | 2024-12-17T20:47:05.026Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2411 | 2024-12-17T20:47:05.519Z | Checking rand_seeder v0.3.0 |
2412 | 2024-12-17T20:47:05.602Z | Checking assert_matches v1.5.0 |
2413 | 2024-12-17T20:47:05.694Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2024-12-17T20:47:05.742Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2024-12-17T20:47:06.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2416 | 2024-12-17T20:47:06.325Z | Compiling libz-sys v1.1.20 |
2417 | 2024-12-17T20:47:06.423Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2418 | 2024-12-17T20:47:06.983Z | Checking is_ci v1.2.0 |
2419 | 2024-12-17T20:47:07.137Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2420 | 2024-12-17T20:47:07.160Z | Checking supports-color v3.0.1 |
2421 | 2024-12-17T20:47:07.554Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2422 | 2024-12-17T20:47:07.730Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2423 | 2024-12-17T20:47:08.027Z | Compiling vergen v8.3.2 |
2424 | 2024-12-17T20:47:08.206Z | Compiling cargo-platform v0.1.8 |
2425 | 2024-12-17T20:47:08.303Z | Checking unicode-linebreak v0.1.5 |
2426 | 2024-12-17T20:47:08.732Z | Checking smawk v0.3.2 |
2427 | 2024-12-17T20:47:08.759Z | Compiling cargo_metadata v0.18.1 |
2428 | 2024-12-17T20:47:08.945Z | Checking textwrap v0.16.1 |
2429 | 2024-12-17T20:47:09.320Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2430 | 2024-12-17T20:47:09.598Z | Checking castaway v0.2.3 |
2431 | 2024-12-17T20:47:09.648Z | Compiling libsqlite3-sys v0.30.1 |
2432 | 2024-12-17T20:47:09.768Z | Compiling rustls v0.21.12 |
2433 | 2024-12-17T20:47:09.984Z | Compiling cfg_aliases v0.2.1 |
2434 | 2024-12-17T20:47:10.072Z | Checking compact_str v0.8.0 |
2435 | 2024-12-17T20:47:10.106Z | Compiling nix v0.29.0 |
2436 | 2024-12-17T20:47:10.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-17T20:47:11.051Z | Checking unicode-truncate v1.1.0 |
2438 | 2024-12-17T20:47:11.240Z | Checking rustls-webpki v0.101.7 |
2439 | 2024-12-17T20:47:11.281Z | Checking sct v0.7.1 |
2440 | 2024-12-17T20:47:11.495Z | Checking lru v0.12.5 |
2441 | 2024-12-17T20:47:11.789Z | Compiling instability v0.3.2 |
2442 | 2024-12-17T20:47:11.865Z | Checking cassowary v0.3.0 |
2443 | 2024-12-17T20:47:12.269Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2024-12-17T20:47:12.537Z | Checking hashlink v0.9.1 |
2445 | 2024-12-17T20:47:12.623Z | Checking concurrent-queue v2.5.0 |
2446 | 2024-12-17T20:47:12.845Z | Checking ratatui v0.28.1 |
2447 | 2024-12-17T20:47:12.944Z | Checking fallible-iterator v0.3.0 |
2448 | 2024-12-17T20:47:13.105Z | Checking plotters-backend v0.3.7 |
2449 | 2024-12-17T20:47:13.474Z | Checking parking v2.2.1 |
2450 | 2024-12-17T20:47:13.575Z | Checking fallible-streaming-iterator v0.1.9 |
2451 | 2024-12-17T20:47:13.650Z | Checking plotters-svg v0.3.7 |
2452 | 2024-12-17T20:47:13.817Z | Checking rusqlite v0.32.1 |
2453 | 2024-12-17T20:47:14.418Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2454 | 2024-12-17T20:47:14.719Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2455 | 2024-12-17T20:47:15.112Z | Checking async-bb8-diesel v0.2.1 |
2456 | 2024-12-17T20:47:15.391Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2024-12-17T20:47:15.732Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2458 | 2024-12-17T20:47:15.763Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2459 | 2024-12-17T20:47:15.840Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2460 | 2024-12-17T20:47:16.449Z | Checking tokio-rustls v0.24.1 |
2461 | 2024-12-17T20:47:16.593Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2462 | 2024-12-17T20:47:16.820Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2463 | 2024-12-17T20:47:17.446Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2464 | 2024-12-17T20:47:17.743Z | Checking rustls-pemfile v1.0.4 |
2465 | 2024-12-17T20:47:17.957Z | Checking twox-hash v1.6.3 |
2466 | 2024-12-17T20:47:18.135Z | Checking cast v0.3.0 |
2467 | 2024-12-17T20:47:18.352Z | Checking plotters v0.3.7 |
2468 | 2024-12-17T20:47:18.432Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2024-12-17T20:47:18.463Z | Checking criterion-plot v0.5.0 |
2470 | 2024-12-17T20:47:19.026Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2471 | 2024-12-17T20:47:19.321Z | Checking fatfs v0.3.6 |
2472 | 2024-12-17T20:47:20.168Z | Checking tinytemplate v1.2.1 |
2473 | 2024-12-17T20:47:20.328Z | Checking csv-core v0.1.11 |
2474 | 2024-12-17T20:47:20.581Z | Checking shell-words v1.1.0 |
2475 | 2024-12-17T20:47:20.655Z | Checking oorandom v11.1.4 |
2476 | 2024-12-17T20:47:20.694Z | Checking hex-literal v0.4.1 |
2477 | 2024-12-17T20:47:20.768Z | Checking anes v0.1.6 |
2478 | 2024-12-17T20:47:20.819Z | Checking csv v1.3.0 |
2479 | 2024-12-17T20:47:20.840Z | Checking event-listener v5.3.1 |
2480 | 2024-12-17T20:47:21.153Z | Checking criterion v0.5.1 |
2481 | 2024-12-17T20:47:22.239Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2482 | 2024-12-17T20:47:22.242Z | Checking rtoolbox v0.0.2 |
2483 | 2024-12-17T20:47:22.242Z | Checking rpassword v7.3.1 |
2484 | 2024-12-17T20:47:22.242Z | Checking event-listener-strategy v0.5.2 |
2485 | 2024-12-17T20:47:22.242Z | Checking tui-tree-widget v0.22.0 |
2486 | 2024-12-17T20:47:22.553Z | Checking polyval v0.6.2 |
2487 | 2024-12-17T20:47:22.838Z | Checking ghash v0.5.1 |
2488 | 2024-12-17T20:47:23.028Z | Checking futures-lite v2.3.0 |
2489 | 2024-12-17T20:47:23.757Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2490 | 2024-12-17T20:47:24.565Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2024-12-17T20:47:24.920Z | Checking ctr v0.9.2 |
2492 | 2024-12-17T20:47:25.415Z | Checking yansi v1.0.1 |
2493 | 2024-12-17T20:47:25.725Z | Checking aes-gcm v0.10.3 |
2494 | 2024-12-17T20:47:25.926Z | Checking ssh-encoding v0.2.0 |
2495 | 2024-12-17T20:47:25.952Z | Checking pretty_assertions v1.4.1 |
2496 | 2024-12-17T20:47:26.163Z | Checking blowfish v0.9.1 |
2497 | 2024-12-17T20:47:26.296Z | Checking ssh-cipher v0.2.0 |
2498 | 2024-12-17T20:47:26.420Z | Checking bcrypt-pbkdf v0.10.0 |
2499 | 2024-12-17T20:47:26.620Z | Checking async-lock v3.4.0 |
2500 | 2024-12-17T20:47:26.673Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2501 | 2024-12-17T20:47:27.498Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2502 | 2024-12-17T20:47:27.645Z | Checking polling v3.7.3 |
2503 | 2024-12-17T20:47:27.944Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2504 | 2024-12-17T20:47:28.005Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-17T20:47:28.135Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2024-12-17T20:47:28.950Z | Checking password-hash v0.4.2 |
2507 | 2024-12-17T20:47:29.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2508 | 2024-12-17T20:47:29.374Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2024-12-17T20:47:31.003Z | Checking matches v0.1.10 |
2510 | 2024-12-17T20:47:31.085Z | Checking idna v0.2.3 |
2511 | 2024-12-17T20:47:31.943Z | Checking pbkdf2 v0.11.0 |
2512 | 2024-12-17T20:47:32.245Z | Checking async-io v2.3.4 |
2513 | 2024-12-17T20:47:33.138Z | Checking ssh-key v0.6.6 |
2514 | 2024-12-17T20:47:34.313Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2515 | 2024-12-17T20:47:34.849Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2516 | 2024-12-17T20:47:35.377Z | Checking p521 v0.13.3 |
2517 | 2024-12-17T20:47:35.627Z | Checking p256 v0.13.2 |
2518 | 2024-12-17T20:47:35.648Z | Checking russh-cryptovec v0.7.3 |
2519 | 2024-12-17T20:47:35.869Z | Compiling enum-as-inner v0.5.1 |
2520 | 2024-12-17T20:47:36.172Z | Compiling target-lexicon v0.12.16 |
2521 | 2024-12-17T20:47:36.779Z | Checking async-task v4.7.1 |
2522 | 2024-12-17T20:47:36.887Z | Checking md5 v0.7.0 |
2523 | 2024-12-17T20:47:37.136Z | Compiling doc-comment v0.3.3 |
2524 | 2024-12-17T20:47:37.196Z | Checking russh-keys v0.45.0 |
2525 | 2024-12-17T20:47:37.251Z | Checking trust-dns-proto v0.22.0 |
2526 | 2024-12-17T20:47:37.887Z | Checking async-channel v2.3.1 |
2527 | 2024-12-17T20:47:38.222Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2528 | 2024-12-17T20:47:38.587Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2529 | 2024-12-17T20:47:39.539Z | Checking piper v0.2.4 |
2530 | 2024-12-17T20:47:39.778Z | Checking num-bigint v0.4.6 |
2531 | 2024-12-17T20:47:40.127Z | Checking des v0.8.1 |
2532 | 2024-12-17T20:47:40.396Z | Checking futures-timer v3.0.3 |
2533 | 2024-12-17T20:47:40.710Z | Compiling assert_cmd v2.0.16 |
2534 | 2024-12-17T20:47:40.981Z | Compiling dhcproto-macros v0.1.0 |
2535 | 2024-12-17T20:47:41.137Z | Compiling guppy-workspace-hack v0.1.0 |
2536 | 2024-12-17T20:47:41.461Z | Checking blocking v1.6.1 |
2537 | 2024-12-17T20:47:41.882Z | Checking dhcproto v0.12.0 |
2538 | 2024-12-17T20:47:42.340Z | Checking async-executor v1.13.1 |
2539 | 2024-12-17T20:47:42.421Z | Checking russh v0.45.0 |
2540 | 2024-12-17T20:47:42.660Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2541 | 2024-12-17T20:47:43.322Z | Checking async-signal v0.2.10 |
2542 | 2024-12-17T20:47:43.456Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2543 | 2024-12-17T20:47:43.890Z | Compiling target-spec v3.2.2 |
2544 | 2024-12-17T20:47:44.094Z | Checking internet-checksum v0.2.1 |
2545 | 2024-12-17T20:47:44.287Z | Checking event-listener v2.5.3 |
2546 | 2024-12-17T20:47:44.519Z | Checking async-channel v1.9.0 |
2547 | 2024-12-17T20:47:45.391Z | Checking async-process v2.3.0 |
2548 | 2024-12-17T20:47:45.811Z | Checking async-global-executor v2.4.1 |
2549 | 2024-12-17T20:47:46.126Z | Checking cfg-expr v0.17.0 |
2550 | 2024-12-17T20:47:46.739Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2551 | 2024-12-17T20:47:46.798Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2552 | 2024-12-17T20:47:47.004Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2553 | 2024-12-17T20:47:47.461Z | Checking httptest v0.16.1 |
2554 | 2024-12-17T20:47:48.202Z | Checking rustls-native-certs v0.7.3 |
2555 | 2024-12-17T20:47:48.293Z | Compiling petname v2.0.2 |
2556 | 2024-12-17T20:47:48.382Z | Checking num_cpus v1.16.0 |
2557 | 2024-12-17T20:47:48.522Z | Checking kv-log-macro v1.0.7 |
2558 | 2024-12-17T20:47:48.667Z | Compiling async-attributes v1.1.2 |
2559 | 2024-12-17T20:47:49.551Z | Checking async-std v1.13.0 |
2560 | 2024-12-17T20:47:51.470Z | Checking threadpool v1.8.1 |
2561 | 2024-12-17T20:47:51.698Z | Checking hyper-rustls v0.26.0 |
2562 | 2024-12-17T20:47:52.065Z | Checking pathdiff v0.2.2 |
2563 | 2024-12-17T20:47:52.156Z | Compiling rstest_macros v0.23.0 |
2564 | 2024-12-17T20:47:52.241Z | Compiling target-triple v0.1.3 |
2565 | 2024-12-17T20:47:52.681Z | Checking nested v0.1.1 |
2566 | 2024-12-17T20:47:52.796Z | Checking escape8259 v0.5.3 |
2567 | 2024-12-17T20:47:52.897Z | Checking guppy v0.17.8 |
2568 | 2024-12-17T20:47:52.992Z | Checking libtest-mimic v0.7.3 |
2569 | 2024-12-17T20:47:53.179Z | Checking async-object-pool v0.1.5 |
2570 | 2024-12-17T20:47:53.514Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2571 | 2024-12-17T20:47:54.254Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2572 | 2024-12-17T20:47:54.526Z | Checking similar-asserts v1.6.0 |
2573 | 2024-12-17T20:47:54.780Z | Checking fancy-regex v0.13.0 |
2574 | 2024-12-17T20:47:54.935Z | Checking serde_regex v1.1.0 |
2575 | 2024-12-17T20:47:55.156Z | Checking assert-json-diff v2.0.2 |
2576 | 2024-12-17T20:47:55.423Z | Compiling proc-macro-crate v3.2.0 |
2577 | 2024-12-17T20:47:55.555Z | Checking path-tree v0.8.1 |
2578 | 2024-12-17T20:47:55.890Z | Checking stringmetrics v2.2.2 |
2579 | 2024-12-17T20:47:56.144Z | Checking sync-ptr v0.1.1 |
2580 | 2024-12-17T20:47:56.374Z | Compiling relative-path v1.9.3 |
2581 | 2024-12-17T20:47:56.648Z | Checking httpmock v0.8.0-alpha.1 |
2582 | 2024-12-17T20:47:56.985Z | Checking datatest-stable v0.2.9 |
2583 | 2024-12-17T20:47:57.435Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2584 | 2024-12-17T20:47:58.743Z | Compiling git2 v0.19.0 |
2585 | 2024-12-17T20:47:58.814Z | Checking blake2b_simd v1.0.2 |
2586 | 2024-12-17T20:47:59.000Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2587 | 2024-12-17T20:47:59.675Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2588 | 2024-12-17T20:47:59.983Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2589 | 2024-12-17T20:48:00.295Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2590 | 2024-12-17T20:48:00.615Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-12-17T20:48:01.171Z | Checking serde_tokenstream v0.2.2 |
2592 | 2024-12-17T20:48:01.564Z | Checking uzers v0.12.1 |
2593 | 2024-12-17T20:48:02.035Z | Checking rust-argon2 v2.1.0 |
2594 | 2024-12-17T20:48:02.056Z | Checking trybuild v1.0.101 |
2595 | 2024-12-17T20:48:02.513Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2596 | 2024-12-17T20:48:03.433Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2597 | 2024-12-17T20:48:03.894Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2598 | 2024-12-17T20:48:07.309Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2599 | 2024-12-17T20:48:07.620Z | Checking rand_distr v0.4.3 |
2600 | 2024-12-17T20:48:07.949Z | Checking rstest v0.23.0 |
2601 | 2024-12-17T20:48:08.181Z | Checking multimap v0.10.0 |
2602 | 2024-12-17T20:48:08.473Z | Checking approx v0.5.1 |
2603 | 2024-12-17T20:48:08.553Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2604 | 2024-12-17T20:48:08.805Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2605 | 2024-12-17T20:48:08.909Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2606 | 2024-12-17T20:48:09.226Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2607 | 2024-12-17T20:48:09.807Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2608 | 2024-12-17T20:48:10.331Z | Checking partial-io v0.5.4 |
2609 | 2024-12-17T20:48:10.443Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2610 | 2024-12-17T20:48:10.696Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2611 | 2024-12-17T20:48:10.720Z | Checking cargo_toml v0.20.5 |
2612 | 2024-12-17T20:48:10.742Z | Checking termios v0.3.3 |
2613 | 2024-12-17T20:48:10.982Z | Compiling indoc v2.0.5 |
2614 | 2024-12-17T20:48:11.360Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2615 | 2024-12-17T20:48:12.717Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2616 | 2024-12-17T20:48:14.337Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2617 | 2024-12-17T20:48:31.744Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2618 | 2024-12-17T20:48:34.725Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2619 | 2024-12-17T20:48:37.972Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2620 | 2024-12-17T20:49:08.673Z | Compiling polar-core v0.27.3 |
2621 | 2024-12-17T20:49:11.115Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2622 | 2024-12-17T20:49:12.065Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2623 | 2024-12-17T20:49:13.350Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2624 | 2024-12-17T20:49:19.918Z | Checking oso v0.27.3 |
2625 | 2024-12-17T20:50:03.225Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2626 | 2024-12-17T20:50:03.228Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2627 | 2024-12-17T20:50:03.231Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2628 | 2024-12-17T20:51:26.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 44s |
2629 | 2024-12-17T20:51:27.347Z | |
2630 | 2024-12-17T20:51:27.347Z | real 6:49.398577942 |
2631 | 2024-12-17T20:51:27.347Z | user 35:55.890593099 |
2632 | 2024-12-17T20:51:27.347Z | sys 6:33.976111467 |
2633 | 2024-12-17T20:51:27.347Z | trap 0.964863985 |
2634 | 2024-12-17T20:51:27.347Z | tflt 2.041632175 |
2635 | 2024-12-17T20:51:27.347Z | dflt 0.750722240 |
2636 | 2024-12-17T20:51:27.347Z | kflt 0.000776882 |
2637 | 2024-12-17T20:51:27.350Z | lock 52:19.463702559 |
2638 | 2024-12-17T20:51:27.350Z | slp 2:04:19.690359812 |
2639 | 2024-12-17T20:51:27.350Z | lat 1:40.907564868 |
2640 | 2024-12-17T20:51:27.350Z | stop 6:20.405736803 |
2641 | 2024-12-17T20:51:27.350Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2642 | 2024-12-17T20:51:27.350Z | + ptime -m cargo doc --workspace --no-deps |
2643 | 2024-12-17T20:51:28.542Z | warning: output filename collision. |
2644 | 2024-12-17T20:51:28.542Z | 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)`. |
2645 | 2024-12-17T20:51:28.542Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2646 | 2024-12-17T20:51:28.542Z | The targets should have unique names. |
2647 | 2024-12-17T20:51:28.542Z | This is a known bug where multiple crates with the same name use |
2648 | 2024-12-17T20:51:28.542Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2649 | 2024-12-17T20:51:28.994Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2024-12-17T20:51:29.064Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2024-12-17T20:51:29.084Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2652 | 2024-12-17T20:51:29.149Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2653 | 2024-12-17T20:51:29.152Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2654 | 2024-12-17T20:51:29.179Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2655 | 2024-12-17T20:51:29.179Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-17T20:51:29.363Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2657 | 2024-12-17T20:51:29.408Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-12-17T20:51:29.432Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2659 | 2024-12-17T20:51:29.435Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2024-12-17T20:51:29.642Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2661 | 2024-12-17T20:51:29.756Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2662 | 2024-12-17T20:51:29.939Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-12-17T20:51:30.188Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-12-17T20:51:32.760Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2665 | 2024-12-17T20:51:33.958Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2666 | 2024-12-17T20:51:34.306Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2667 | 2024-12-17T20:51:34.440Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2668 | 2024-12-17T20:51:34.525Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2669 | 2024-12-17T20:51:34.622Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2670 | 2024-12-17T20:51:34.750Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2671 | 2024-12-17T20:51:34.940Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2672 | 2024-12-17T20:51:35.096Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2673 | 2024-12-17T20:51:35.423Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2674 | 2024-12-17T20:51:35.545Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2675 | 2024-12-17T20:51:35.860Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2676 | 2024-12-17T20:51:35.881Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2677 | 2024-12-17T20:51:36.091Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2678 | 2024-12-17T20:51:36.363Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2679 | 2024-12-17T20:51:36.431Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-17T20:51:36.603Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2681 | 2024-12-17T20:51:36.757Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2682 | 2024-12-17T20:51:36.776Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2683 | 2024-12-17T20:51:36.795Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2684 | 2024-12-17T20:51:37.101Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2685 | 2024-12-17T20:51:37.413Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2686 | 2024-12-17T20:51:37.686Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2687 | 2024-12-17T20:51:37.756Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2688 | 2024-12-17T20:51:38.091Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2689 | 2024-12-17T20:51:38.111Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-17T20:51:38.142Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2691 | 2024-12-17T20:51:39.033Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2692 | 2024-12-17T20:51:39.526Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2693 | 2024-12-17T20:51:41.239Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2694 | 2024-12-17T20:51:43.327Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2695 | 2024-12-17T20:51:43.919Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2696 | 2024-12-17T20:51:44.144Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2697 | 2024-12-17T20:51:44.935Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2698 | 2024-12-17T20:51:45.070Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-12-17T20:51:45.819Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2700 | 2024-12-17T20:51:45.981Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2701 | 2024-12-17T20:51:46.548Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2702 | 2024-12-17T20:51:46.570Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2703 | 2024-12-17T20:51:47.001Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2704 | 2024-12-17T20:51:48.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2705 | 2024-12-17T20:51:53.401Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2706 | 2024-12-17T20:51:54.678Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2707 | 2024-12-17T20:51:54.758Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2708 | 2024-12-17T20:51:55.317Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2024-12-17T20:51:55.388Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2710 | 2024-12-17T20:51:55.774Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2711 | 2024-12-17T20:51:56.018Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2712 | 2024-12-17T20:51:56.495Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2713 | 2024-12-17T20:51:56.564Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-12-17T20:51:57.853Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-12-17T20:51:58.132Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-12-17T20:51:58.527Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-12-17T20:51:58.837Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2718 | 2024-12-17T20:51:59.319Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2719 | 2024-12-17T20:51:59.571Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2720 | 2024-12-17T20:51:59.686Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2721 | 2024-12-17T20:51:59.709Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2722 | 2024-12-17T20:51:59.765Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2723 | 2024-12-17T20:52:00.132Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2724 | 2024-12-17T20:52:00.397Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2725 | 2024-12-17T20:52:00.941Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2726 | 2024-12-17T20:52:01.025Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2727 | 2024-12-17T20:52:01.646Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2728 | 2024-12-17T20:52:01.859Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2729 | 2024-12-17T20:52:02.338Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2730 | 2024-12-17T20:52:03.106Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2731 | 2024-12-17T20:52:03.562Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2732 | 2024-12-17T20:52:03.659Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2733 | 2024-12-17T20:52:03.673Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2734 | 2024-12-17T20:52:04.233Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-17T20:52:04.407Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-17T20:52:04.475Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2737 | 2024-12-17T20:52:04.512Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2738 | 2024-12-17T20:52:04.897Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2739 | 2024-12-17T20:52:04.964Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2740 | 2024-12-17T20:52:05.568Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2741 | 2024-12-17T20:52:05.958Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2742 | 2024-12-17T20:52:05.980Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-12-17T20:52:06.561Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2744 | 2024-12-17T20:52:06.965Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2745 | 2024-12-17T20:52:07.499Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2746 | 2024-12-17T20:52:07.829Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-17T20:52:07.934Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2748 | 2024-12-17T20:52:08.021Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2749 | 2024-12-17T20:52:08.794Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2750 | 2024-12-17T20:52:08.893Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2751 | 2024-12-17T20:52:09.344Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2752 | 2024-12-17T20:52:10.525Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2753 | 2024-12-17T20:52:10.594Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2754 | 2024-12-17T20:52:11.462Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2755 | 2024-12-17T20:52:13.772Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2024-12-17T20:52:14.734Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2757 | 2024-12-17T20:52:14.982Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-12-17T20:52:15.238Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-17T20:52:17.061Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2760 | 2024-12-17T20:52:18.976Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2761 | 2024-12-17T20:52:20.007Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2762 | 2024-12-17T20:52:25.877Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-17T20:52:27.142Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2764 | 2024-12-17T20:52:30.085Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2765 | 2024-12-17T20:52:30.551Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2766 | 2024-12-17T20:52:35.759Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2767 | 2024-12-17T20:52:36.957Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-17T20:53:26.294Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2769 | 2024-12-17T20:53:29.016Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-17T20:53:31.960Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2771 | 2024-12-17T20:53:41.761Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2772 | 2024-12-17T20:54:04.417Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2773 | 2024-12-17T20:54:05.643Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2774 | 2024-12-17T20:54:06.753Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2775 | 2024-12-17T20:54:07.079Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2776 | 2024-12-17T20:54:09.738Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2777 | 2024-12-17T20:54:10.364Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2778 | 2024-12-17T20:54:12.052Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2779 | 2024-12-17T20:54:18.576Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2780 | 2024-12-17T20:54:24.292Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-17T20:54:46.333Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-12-17T20:55:02.012Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2783 | 2024-12-17T20:55:10.893Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2784 | 2024-12-17T20:55:11.860Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2785 | 2024-12-17T20:55:14.061Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2786 | 2024-12-17T20:55:25.874Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2787 | 2024-12-17T20:55:38.205Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-12-17T20:55:43.912Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2789 | 2024-12-17T20:55:49.675Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2790 | 2024-12-17T20:55:51.415Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2791 | 2024-12-17T20:55:52.958Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2792 | 2024-12-17T20:55:54.074Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2793 | 2024-12-17T20:55:56.479Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2794 | 2024-12-17T20:56:08.880Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-17T20:56:18.401Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2796 | 2024-12-17T20:56:20.082Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2797 | 2024-12-17T20:56:20.322Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2798 | 2024-12-17T20:56:20.481Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2799 | 2024-12-17T20:56:24.284Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2800 | 2024-12-17T20:56:25.621Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2801 | 2024-12-17T20:56:36.732Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2802 | 2024-12-17T20:56:38.789Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2803 | 2024-12-17T20:56:49.396Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2804 | 2024-12-17T20:56:53.718Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2805 | 2024-12-17T20:56:53.738Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2806 | 2024-12-17T20:56:54.453Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2807 | 2024-12-17T20:56:57.381Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2808 | 2024-12-17T20:57:08.582Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2809 | 2024-12-17T20:57:09.863Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-12-17T20:57:13.209Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-12-17T20:57:15.655Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2812 | 2024-12-17T20:57:16.716Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2813 | 2024-12-17T20:57:19.558Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2814 | 2024-12-17T20:57:19.835Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2815 | 2024-12-17T20:57:24.426Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2816 | 2024-12-17T20:57:34.730Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2024-12-17T20:57:35.968Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2818 | 2024-12-17T20:57:36.017Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2819 | 2024-12-17T20:57:38.796Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2820 | 2024-12-17T20:57:39.090Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2821 | 2024-12-17T20:57:43.571Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2822 | 2024-12-17T20:57:43.666Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2823 | 2024-12-17T20:57:54.893Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2824 | 2024-12-17T20:57:56.609Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2825 | 2024-12-17T20:57:58.294Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2826 | 2024-12-17T20:57:58.670Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2827 | 2024-12-17T20:57:59.327Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2828 | 2024-12-17T20:58:01.535Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2829 | 2024-12-17T20:58:03.644Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2830 | 2024-12-17T20:58:09.998Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2831 | 2024-12-17T20:58:10.737Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2832 | 2024-12-17T20:58:13.242Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2833 | 2024-12-17T20:58:16.122Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2024-12-17T20:58:19.443Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2835 | 2024-12-17T20:58:23.952Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2836 | 2024-12-17T20:58:24.277Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2837 | 2024-12-17T20:58:28.896Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2838 | 2024-12-17T20:58:30.290Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2839 | 2024-12-17T20:58:30.417Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2840 | 2024-12-17T20:58:30.596Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2841 | 2024-12-17T20:58:31.907Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2842 | 2024-12-17T20:58:34.537Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2843 | 2024-12-17T20:58:43.900Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2844 | 2024-12-17T20:58:44.332Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2845 | 2024-12-17T20:58:45.857Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2846 | 2024-12-17T20:58:47.840Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2847 | 2024-12-17T20:58:47.978Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2848 | 2024-12-17T20:58:51.787Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2849 | 2024-12-17T20:58:54.636Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2850 | 2024-12-17T20:58:55.184Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2851 | 2024-12-17T20:59:00.220Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-12-17T20:59:01.248Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2853 | 2024-12-17T20:59:05.772Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2854 | 2024-12-17T20:59:07.232Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2855 | 2024-12-17T20:59:08.479Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2024-12-17T20:59:09.902Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-17T20:59:10.233Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2858 | 2024-12-17T20:59:12.126Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2859 | 2024-12-17T20:59:15.637Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2860 | 2024-12-17T20:59:20.182Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2861 | 2024-12-17T20:59:22.333Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2862 | 2024-12-17T20:59:24.064Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2863 | 2024-12-17T20:59:26.305Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2864 | 2024-12-17T20:59:26.982Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2865 | 2024-12-17T20:59:28.790Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2866 | 2024-12-17T20:59:29.596Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2867 | 2024-12-17T20:59:30.617Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2868 | 2024-12-17T20:59:31.428Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2869 | 2024-12-17T20:59:32.563Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2870 | 2024-12-17T20:59:34.041Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2871 | 2024-12-17T20:59:34.723Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2872 | 2024-12-17T20:59:34.802Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2873 | 2024-12-17T20:59:36.957Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2874 | 2024-12-17T20:59:37.659Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2875 | 2024-12-17T20:59:39.420Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2876 | 2024-12-17T20:59:39.758Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2877 | 2024-12-17T20:59:41.507Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2878 | 2024-12-17T20:59:41.805Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2024-12-17T20:59:42.809Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2880 | 2024-12-17T21:00:19.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 52s |
2881 | 2024-12-17T21:00:19.836Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2882 | 2024-12-17T21:00:19.902Z | |
2883 | 2024-12-17T21:00:19.905Z | real 8:52.603568677 |
2884 | 2024-12-17T21:00:19.905Z | user 26:13.281129667 |
2885 | 2024-12-17T21:00:19.905Z | sys 40:04.344509114 |
2886 | 2024-12-17T21:00:19.905Z | trap 0.417136508 |
2887 | 2024-12-17T21:00:19.905Z | tflt 0.160719585 |
2888 | 2024-12-17T21:00:19.905Z | dflt 0.146694374 |
2889 | 2024-12-17T21:00:19.905Z | kflt 0.000046467 |
2890 | 2024-12-17T21:00:19.905Z | lock 1:28:22.780926879 |
2891 | 2024-12-17T21:00:19.905Z | slp 2:29:09.360572373 |
2892 | 2024-12-17T21:00:19.905Z | lat 1:19.546191381 |
2893 | 2024-12-17T21:00:19.905Z | stop 1:10.960315579 |
2894 | 2024-12-17T21:00:19.905Z | process exited: duration 1251119 ms, exit code 0 |
|
2895 | 2024-12-17T21:00:19.910Z | found 0 output files |