|
|
|
1 | 2024-10-09T21:29:53.660Z | job assigned to worker 01J9SJYV0XTFA4W9XRFCF30NQP (queued for 58 s) |
|
2 | 2024-10-09T21:30:01.228Z | starting task 0: "setup" |
3 | 2024-10-09T21:30:01.236Z | ++ uname -s |
4 | 2024-10-09T21:30:01.239Z | + kern=SunOS |
5 | 2024-10-09T21:30:01.239Z | + case "$kern" in |
6 | 2024-10-09T21:30:01.239Z | + groupadd -g 12345 build |
7 | 2024-10-09T21:30:01.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-09T21:30:03.251Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-09T21:30:03.350Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-09T21:30:03.352Z | + home_fs=zfs |
11 | 2024-10-09T21:30:03.352Z | + [[ zfs == autofs ]] |
12 | 2024-10-09T21:30:03.352Z | + mkdir -p /home/build |
13 | 2024-10-09T21:30:03.354Z | + chown build:build /home/build /work |
14 | 2024-10-09T21:30:05.356Z | + chmod 0700 /home/build /work |
15 | 2024-10-09T21:30:05.359Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-10-09T21:30:05.364Z | starting task 1: "rust-toolchain" |
17 | 2024-10-09T21:30:05.370Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-09T21:30:05.370Z | ' 1.80.1 |
19 | 2024-10-09T21:30:05.373Z | + printf ' * toolchain profile = "%s" |
20 | 2024-10-09T21:30:05.373Z | * toolchain channel = "1.80.1" |
21 | 2024-10-09T21:30:05.373Z | * toolchain profile = "default" |
22 | 2024-10-09T21:30:05.373Z | ' default |
23 | 2024-10-09T21:30:05.373Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-09T21:30:05.373Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-09T21:30:05.462Z | info: downloading installer |
26 | 2024-10-09T21:30:06.754Z | info: profile set to 'default' |
27 | 2024-10-09T21:30:06.754Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-09T21:30:06.756Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-09T21:30:06.881Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-09T21:30:06.881Z | info: downloading component 'cargo' |
31 | 2024-10-09T21:30:07.523Z | info: downloading component 'clippy' |
32 | 2024-10-09T21:30:07.748Z | info: downloading component 'rust-docs' |
33 | 2024-10-09T21:30:08.710Z | info: downloading component 'rust-std' |
34 | 2024-10-09T21:30:09.957Z | info: downloading component 'rustc' |
35 | 2024-10-09T21:30:13.381Z | info: downloading component 'rustfmt' |
36 | 2024-10-09T21:30:13.569Z | info: installing component 'cargo' |
37 | 2024-10-09T21:30:14.394Z | info: installing component 'clippy' |
38 | 2024-10-09T21:30:14.766Z | info: installing component 'rust-docs' |
39 | 2024-10-09T21:30:16.396Z | info: installing component 'rust-std' |
40 | 2024-10-09T21:30:18.058Z | info: installing component 'rustc' |
41 | 2024-10-09T21:30:22.233Z | info: installing component 'rustfmt' |
42 | 2024-10-09T21:30:22.569Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-09T21:30:22.569Z | |
44 | 2024-10-09T21:30:22.823Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-09T21:30:22.823Z | |
46 | 2024-10-09T21:30:22.826Z | |
47 | 2024-10-09T21:30:22.826Z | Rust is installed now. Great! |
48 | 2024-10-09T21:30:22.826Z | |
49 | 2024-10-09T21:30:22.826Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-09T21:30:22.826Z | environment variable. This has not been done automatically. |
51 | 2024-10-09T21:30:22.826Z | |
52 | 2024-10-09T21:30:22.826Z | To configure your current shell, you need to source |
53 | 2024-10-09T21:30:22.826Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-09T21:30:22.826Z | |
55 | 2024-10-09T21:30:22.826Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-09T21:30:22.826Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-09T21:30:22.826Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-09T21:30:22.875Z | + rustc --version |
59 | 2024-10-09T21:30:22.937Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-09T21:30:22.940Z | process exited: duration 17572 ms, exit code 0 |
|
61 | 2024-10-09T21:30:22.944Z | starting task 2: "authentication" |
62 | 2024-10-09T21:30:22.964Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-10-09T21:30:22.970Z | starting task 3: "clone repository" |
64 | 2024-10-09T21:30:22.975Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-09T21:30:22.978Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-09T21:30:23.246Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-09T21:30:29.598Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-09T21:30:29.598Z | + git fetch origin 632346210ca646c818d7aa831a111e033a94b92c |
69 | 2024-10-09T21:30:29.916Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-09T21:30:29.916Z | * branch 632346210ca646c818d7aa831a111e033a94b92c -> FETCH_HEAD |
71 | 2024-10-09T21:30:29.926Z | + [[ -n clickhouse-inventory-collection ]] |
72 | 2024-10-09T21:30:29.929Z | ++ git branch --show-current |
73 | 2024-10-09T21:30:29.931Z | + current=main |
74 | 2024-10-09T21:30:29.931Z | + [[ main != clickhouse-inventory-collection ]] |
75 | 2024-10-09T21:30:29.931Z | + git branch -f clickhouse-inventory-collection 632346210ca646c818d7aa831a111e033a94b92c |
76 | 2024-10-09T21:30:29.934Z | + git checkout -f clickhouse-inventory-collection |
77 | 2024-10-09T21:30:30.098Z | Switched to branch 'clickhouse-inventory-collection' |
78 | 2024-10-09T21:30:30.100Z | + git reset --hard 632346210ca646c818d7aa831a111e033a94b92c |
79 | 2024-10-09T21:30:30.121Z | HEAD is now at 632346210 Add support for clickhouse keeper inventory collection |
80 | 2024-10-09T21:30:30.124Z | process exited: duration 7149 ms, exit code 0 |
|
81 | 2024-10-09T21:30:30.129Z | starting task 4: "build" |
82 | 2024-10-09T21:30:30.135Z | + source ./env.sh |
83 | 2024-10-09T21:30:30.138Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-10-09T21:30:30.138Z | ++ set -o xtrace |
85 | 2024-10-09T21:30:30.138Z | ++++ dirname ./env.sh |
86 | 2024-10-09T21:30:30.140Z | +++ readlink -f . |
87 | 2024-10-09T21:30:30.164Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.167Z | ++ 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-10-09T21:30:30.168Z | ++ 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-10-09T21:30:30.168Z | ++ 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-10-09T21:30:30.168Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-10-09T21:30:30.168Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-10-09T21:30:30.168Z | + source .github/buildomat/ci-env.sh |
99 | 2024-10-09T21:30:30.168Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-10-09T21:30:30.168Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-10-09T21:30:30.168Z | + cargo --version |
102 | 2024-10-09T21:30:30.220Z | cargo 1.80.1 (376290515 2024-07-16) |
103 | 2024-10-09T21:30:30.222Z | + rustc --version |
104 | 2024-10-09T21:30:30.283Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
105 | 2024-10-09T21:30:30.286Z | + banner prerequisites |
106 | 2024-10-09T21:30:30.308Z | |
107 | 2024-10-09T21:30:30.308Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-10-09T21:30:30.308Z | # # # # # # # # # # # # # # # |
109 | 2024-10-09T21:30:30.308Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-10-09T21:30:30.308Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-10-09T21:30:30.308Z | # # # # # # # # # # # # # # # |
112 | 2024-10-09T21:30:30.308Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-10-09T21:30:30.308Z | |
114 | 2024-10-09T21:30:30.311Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-10-09T21:30:43.833Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-10-09T21:30:47.062Z | Startup: Caching catalogs ... Done |
117 | 2024-10-09T21:30:51.959Z | Planning: Solver setup ... Done (4.163s) |
118 | 2024-10-09T21:30:52.026Z | Planning: Running solver ... Done (0.067s) |
119 | 2024-10-09T21:30:52.204Z | Planning: Finding local manifests ... Done (0.115s) |
120 | 2024-10-09T21:30:52.216Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-10-09T21:30:52.444Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-10-09T21:30:52.798Z | Planning: Package planning ... Done (0.354s) |
123 | 2024-10-09T21:30:52.855Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-10-09T21:30:54.410Z | Planning: Checking for conflicting actions ... Done (1.555s) |
125 | 2024-10-09T21:31:05.535Z | Planning: Consolidating action changes ... Done (11.123s) |
126 | 2024-10-09T21:31:05.943Z | Planning: Evaluating mediators ... Done (0.407s) |
127 | 2024-10-09T21:31:06.129Z | Planning: Planning completed in 18.98 seconds |
128 | 2024-10-09T21:31:06.833Z | Packages to install: 4 |
129 | 2024-10-09T21:31:06.833Z | Packages to update: 1 |
130 | 2024-10-09T21:31:06.835Z | Mediators to change: 2 |
131 | 2024-10-09T21:31:06.835Z | Services to change: 1 |
132 | 2024-10-09T21:31:06.835Z | Estimated space available: 155.71 GB |
133 | 2024-10-09T21:31:06.836Z | Estimated space to be consumed: 1.56 GB |
134 | 2024-10-09T21:31:06.836Z | Create boot environment: No |
135 | 2024-10-09T21:31:06.836Z | Create backup boot environment: Yes |
136 | 2024-10-09T21:31:06.836Z | Rebuild boot archive: No |
137 | 2024-10-09T21:31:06.836Z | |
138 | 2024-10-09T21:31:06.836Z | Changed mediators: |
139 | 2024-10-09T21:31:06.836Z | mediator clang: |
140 | 2024-10-09T21:31:06.836Z | version: None -> 15 (system default) |
141 | 2024-10-09T21:31:06.836Z | |
142 | 2024-10-09T21:31:06.836Z | mediator llvm: |
143 | 2024-10-09T21:31:06.836Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-10-09T21:31:06.836Z | |
145 | 2024-10-09T21:31:06.836Z | Changed packages: |
146 | 2024-10-09T21:31:06.836Z | helios-dev |
147 | 2024-10-09T21:31:06.836Z | developer/build-essential |
148 | 2024-10-09T21:31:06.836Z | None -> 11-2.0 |
149 | 2024-10-09T21:31:06.836Z | library/libxmlsec1 |
150 | 2024-10-09T21:31:06.836Z | None -> 1.2.35-2.0 |
151 | 2024-10-09T21:31:06.836Z | ooce/developer/clang-15 |
152 | 2024-10-09T21:31:06.836Z | None -> 15.0.7-2.0 |
153 | 2024-10-09T21:31:06.836Z | ooce/developer/llvm-15 |
154 | 2024-10-09T21:31:06.836Z | None -> 15.0.7-2.0 |
155 | 2024-10-09T21:31:06.836Z | package/pkg |
156 | 2024-10-09T21:31:06.836Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-10-09T21:31:06.836Z | |
158 | 2024-10-09T21:31:06.836Z | Services: |
159 | 2024-10-09T21:31:06.836Z | restart_fmri: |
160 | 2024-10-09T21:31:06.836Z | svc:/system/update-man-index:default |
161 | 2024-10-09T21:31:06.836Z | |
162 | 2024-10-09T21:31:06.836Z | Editable files to change: |
163 | 2024-10-09T21:31:06.836Z | Update: |
164 | 2024-10-09T21:31:06.836Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-10-09T21:31:07.594Z | |
166 | 2024-10-09T21:31:07.594Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-10-09T21:31:12.596Z | Download: 977/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
168 | 2024-10-09T21:31:17.609Z | Download: 1604/4281 items 117.8/220.6MB 53% complete (11.9M/s) |
169 | 2024-10-09T21:31:23.468Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
170 | 2024-10-09T21:31:28.468Z | Download: 3170/4281 items 149.0/220.6MB 67% complete (3.0M/s) |
171 | 2024-10-09T21:31:34.533Z | Download: 3284/4281 items 211.0/220.6MB 95% complete (10.5M/s) |
172 | 2024-10-09T21:31:40.680Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (9.4M/s) |
173 | 2024-10-09T21:31:40.785Z | Download: Completed 220.60 MB in 33.18 seconds (6.7M/s) |
174 | 2024-10-09T21:31:42.712Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-10-09T21:31:42.728Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-10-09T21:31:47.829Z | Actions: 4107/5063 actions (Installing new actions) |
177 | 2024-10-09T21:31:48.622Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-10-09T21:31:49.028Z | Actions: Completed 5063 actions in 6.31 seconds. |
179 | 2024-10-09T21:31:49.364Z | Done (0.327s) |
180 | 2024-10-09T21:31:49.367Z | Done (0.000s) |
181 | 2024-10-09T21:31:49.821Z | Done (0.457s) |
182 | 2024-10-09T21:31:57.877Z | Done (7.857s) |
183 | 2024-10-09T21:31:58.452Z | Done (0.508s) |
184 | 2024-10-09T21:31:58.454Z | Done (0.000s) |
185 | 2024-10-09T21:31:58.617Z | Done (0.000s) |
186 | 2024-10-09T21:31:59.248Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-10-09T21:31:59.413Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-10-09T21:31:59.416Z | Planning: Consolidating action changes ... Done |
189 | 2024-10-09T21:31:59.683Z | Planning: Evaluating mediators ... Done |
190 | 2024-10-09T21:31:59.685Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-10-09T21:31:59.721Z | Mediators to change: 2 |
192 | 2024-10-09T21:31:59.724Z | Create boot environment: No |
193 | 2024-10-09T21:31:59.724Z | Create backup boot environment: No |
194 | 2024-10-09T21:31:59.789Z | Done |
195 | 2024-10-09T21:31:59.789Z | Done |
196 | 2024-10-09T21:32:00.088Z | Done |
197 | 2024-10-09T21:32:03.709Z | Done |
198 | 2024-10-09T21:32:03.804Z | Done |
199 | 2024-10-09T21:32:03.807Z | Done |
200 | 2024-10-09T21:32:03.927Z | Done |
201 | 2024-10-09T21:32:04.535Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-10-09T21:32:04.538Z | Planning: Merging actions ... Done |
203 | 2024-10-09T21:32:04.722Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-10-09T21:32:04.725Z | Planning: Consolidating action changes ... Done |
205 | 2024-10-09T21:32:04.985Z | Planning: Evaluating mediators ... Done |
206 | 2024-10-09T21:32:05.038Z | Planning: Planning completed in 0.74 seconds |
207 | 2024-10-09T21:32:05.077Z | Packages to change: 1 |
208 | 2024-10-09T21:32:05.077Z | Mediators to change: 1 |
209 | 2024-10-09T21:32:05.079Z | Services to change: 1 |
210 | 2024-10-09T21:32:05.079Z | Create boot environment: No |
211 | 2024-10-09T21:32:05.079Z | Create backup boot environment: Yes |
212 | 2024-10-09T21:32:07.065Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-10-09T21:32:07.161Z | Actions: Completed 6 actions in 0.10 seconds. |
214 | 2024-10-09T21:32:07.164Z | Done |
215 | 2024-10-09T21:32:07.164Z | Done |
216 | 2024-10-09T21:32:07.258Z | Done |
217 | 2024-10-09T21:32:10.856Z | Done |
218 | 2024-10-09T21:32:10.949Z | Done |
219 | 2024-10-09T21:32:10.952Z | Done |
220 | 2024-10-09T21:32:11.074Z | Done |
221 | 2024-10-09T21:32:11.504Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-10-09T21:32:11.504Z | clang system 15 system |
223 | 2024-10-09T21:32:11.504Z | csh system system illumos |
224 | 2024-10-09T21:32:11.504Z | ctags system system illumos |
225 | 2024-10-09T21:32:11.504Z | gcc vendor 12 vendor |
226 | 2024-10-09T21:32:11.504Z | gcc system 10 system |
227 | 2024-10-09T21:32:11.504Z | gcc system 7 system |
228 | 2024-10-09T21:32:11.505Z | go system 1.20 system |
229 | 2024-10-09T21:32:11.505Z | go system 1.19 system |
230 | 2024-10-09T21:32:11.505Z | llvm system 15 system |
231 | 2024-10-09T21:32:11.505Z | llvm system 14 system |
232 | 2024-10-09T21:32:11.505Z | mariadb system 10.6 system |
233 | 2024-10-09T21:32:11.505Z | mta vendor vendor dma |
234 | 2024-10-09T21:32:11.505Z | openjdk system 17 system |
235 | 2024-10-09T21:32:11.505Z | openjdk system 11 system |
236 | 2024-10-09T21:32:11.505Z | openjdk system 1.8 system |
237 | 2024-10-09T21:32:11.505Z | openssl vendor 3 vendor |
238 | 2024-10-09T21:32:11.505Z | perl system 5.36 system |
239 | 2024-10-09T21:32:11.505Z | postgresql system 15 system |
240 | 2024-10-09T21:32:11.505Z | postgresql system 13 system |
241 | 2024-10-09T21:32:11.505Z | python vendor 3 vendor |
242 | 2024-10-09T21:32:11.505Z | python system 2 system |
243 | 2024-10-09T21:32:11.505Z | python3 system 3.11 system |
244 | 2024-10-09T21:32:11.505Z | ruby system 3.0 system |
245 | 2024-10-09T21:32:11.505Z | words vendor vendor american-english |
246 | 2024-10-09T21:32:11.505Z | words system system australian-english |
247 | 2024-10-09T21:32:11.505Z | words system system british-english |
248 | 2024-10-09T21:32:11.505Z | words system system canadian-english |
249 | 2024-10-09T21:32:11.505Z | words system system french |
250 | 2024-10-09T21:32:11.505Z | words system system italian |
251 | 2024-10-09T21:32:11.505Z | words system system ngerman |
252 | 2024-10-09T21:32:11.505Z | words system system ogerman |
253 | 2024-10-09T21:32:11.505Z | words system system spanish |
254 | 2024-10-09T21:32:11.831Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-10-09T21:32:11.831Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-10-09T21:32:13.918Z | FMRI IFO |
257 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-10-09T21:32:13.918Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-10-09T21:32:14.592Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-10-09T21:32:14.964Z | Updating crates.io index |
272 | 2024-10-09T21:32:14.966Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-10-09T21:32:15.798Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-10-09T21:32:16.065Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-10-09T21:32:16.372Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-10-09T21:32:16.646Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-10-09T21:32:17.477Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-10-09T21:32:19.702Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-10-09T21:32:20.746Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-10-09T21:32:21.544Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-10-09T21:32:21.895Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-10-09T21:32:22.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-10-09T21:32:22.722Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-10-09T21:32:23.111Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
285 | 2024-10-09T21:32:23.459Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
286 | 2024-10-09T21:32:23.780Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-10-09T21:32:24.077Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-10-09T21:32:24.375Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-10-09T21:32:24.647Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-10-09T21:32:24.946Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-10-09T21:32:25.239Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-10-09T21:32:25.582Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-10-09T21:32:25.962Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-10-09T21:32:26.213Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-10-09T21:32:26.610Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-10-09T21:32:27.046Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-10-09T21:32:27.360Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-10-09T21:32:27.738Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-10-09T21:32:28.190Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
300 | 2024-10-09T21:32:28.513Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
301 | 2024-10-09T21:32:28.813Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
302 | 2024-10-09T21:32:30.068Z | Downloading crates ... |
303 | 2024-10-09T21:32:30.157Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-10-09T21:32:30.161Z | Downloaded autocfg v1.3.0 |
305 | 2024-10-09T21:32:30.166Z | Downloaded anstream v0.6.14 |
306 | 2024-10-09T21:32:30.169Z | Downloaded equivalent v1.0.1 |
307 | 2024-10-09T21:32:30.169Z | Downloaded swrite v0.1.0 |
308 | 2024-10-09T21:32:30.183Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-10-09T21:32:30.186Z | Downloaded itoa v1.0.11 |
310 | 2024-10-09T21:32:30.186Z | Downloaded crypto-common v0.1.6 |
311 | 2024-10-09T21:32:30.188Z | Downloaded usdt-attr-macro v0.5.0 |
312 | 2024-10-09T21:32:30.188Z | Downloaded thread-id v4.2.1 |
313 | 2024-10-09T21:32:30.188Z | Downloaded thiserror v1.0.64 |
314 | 2024-10-09T21:32:30.193Z | Downloaded colorchoice v1.0.1 |
315 | 2024-10-09T21:32:30.196Z | Downloaded memmap v0.7.0 |
316 | 2024-10-09T21:32:30.196Z | Downloaded clap_lex v0.7.0 |
317 | 2024-10-09T21:32:30.198Z | Downloaded cargo_metadata v0.18.1 |
318 | 2024-10-09T21:32:30.198Z | Downloaded fastrand v2.1.1 |
319 | 2024-10-09T21:32:30.201Z | Downloaded smawk v0.3.2 |
320 | 2024-10-09T21:32:30.201Z | Downloaded serde_tokenstream v0.2.2 |
321 | 2024-10-09T21:32:30.204Z | Downloaded macaddr v1.0.1 |
322 | 2024-10-09T21:32:30.204Z | Downloaded heck v0.4.1 |
323 | 2024-10-09T21:32:30.207Z | Downloaded plain v0.2.3 |
324 | 2024-10-09T21:32:30.207Z | Downloaded fs-err v2.11.0 |
325 | 2024-10-09T21:32:30.210Z | Downloaded bytecount v0.6.8 |
326 | 2024-10-09T21:32:30.210Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-10-09T21:32:30.212Z | Downloaded terminal_size v0.3.0 |
328 | 2024-10-09T21:32:30.212Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-10-09T21:32:30.212Z | Downloaded version_check v0.9.5 |
330 | 2024-10-09T21:32:30.216Z | Downloaded anstyle v1.0.8 |
331 | 2024-10-09T21:32:30.216Z | Downloaded camino v1.1.9 |
332 | 2024-10-09T21:32:30.218Z | Downloaded anstyle-query v1.0.3 |
333 | 2024-10-09T21:32:30.218Z | Downloaded cfg-if v1.0.0 |
334 | 2024-10-09T21:32:30.221Z | Downloaded scroll v0.12.0 |
335 | 2024-10-09T21:32:30.221Z | Downloaded pest_derive v2.7.10 |
336 | 2024-10-09T21:32:30.223Z | Downloaded toml_datetime v0.6.8 |
337 | 2024-10-09T21:32:30.226Z | Downloaded proc-macro-error v1.0.4 |
338 | 2024-10-09T21:32:30.228Z | Downloaded cargo_toml v0.20.5 |
339 | 2024-10-09T21:32:30.231Z | Downloaded dof v0.3.0 |
340 | 2024-10-09T21:32:30.231Z | Downloaded unicode-ident v1.0.13 |
341 | 2024-10-09T21:32:30.234Z | Downloaded typenum v1.17.0 |
342 | 2024-10-09T21:32:30.236Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-10-09T21:32:30.240Z | Downloaded papergrid v0.11.0 |
344 | 2024-10-09T21:32:30.243Z | Downloaded log v0.4.22 |
345 | 2024-10-09T21:32:30.245Z | Downloaded pretty-hex v0.4.1 |
346 | 2024-10-09T21:32:30.248Z | Downloaded is_terminal_polyfill v1.70.0 |
347 | 2024-10-09T21:32:30.248Z | Downloaded scroll_derive v0.12.0 |
348 | 2024-10-09T21:32:30.250Z | Downloaded dtrace-parser v0.2.0 |
349 | 2024-10-09T21:32:30.254Z | Downloaded semver v1.0.23 |
350 | 2024-10-09T21:32:30.256Z | Downloaded fnv v1.0.7 |
351 | 2024-10-09T21:32:30.261Z | Downloaded block-buffer v0.10.4 |
352 | 2024-10-09T21:32:30.265Z | Downloaded serde_spanned v0.6.7 |
353 | 2024-10-09T21:32:30.267Z | Downloaded generic-array v0.14.7 |
354 | 2024-10-09T21:32:30.267Z | Downloaded cpufeatures v0.2.12 |
355 | 2024-10-09T21:32:30.270Z | Downloaded digest v0.10.7 |
356 | 2024-10-09T21:32:30.271Z | Downloaded byteorder v1.5.0 |
357 | 2024-10-09T21:32:30.273Z | Downloaded unicode-linebreak v0.1.5 |
358 | 2024-10-09T21:32:30.273Z | Downloaded proc-macro-error-attr v1.0.4 |
359 | 2024-10-09T21:32:30.276Z | Downloaded heck v0.5.0 |
360 | 2024-10-09T21:32:30.276Z | Downloaded errno v0.3.9 |
361 | 2024-10-09T21:32:30.279Z | Downloaded camino-tempfile v1.1.1 |
362 | 2024-10-09T21:32:30.281Z | Downloaded pest_generator v2.7.10 |
363 | 2024-10-09T21:32:30.281Z | Downloaded thiserror-impl v1.0.64 |
364 | 2024-10-09T21:32:30.284Z | Downloaded utf8parse v0.2.1 |
365 | 2024-10-09T21:32:30.287Z | Downloaded usdt v0.5.0 |
366 | 2024-10-09T21:32:30.287Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-10-09T21:32:30.292Z | Downloaded serde v1.0.210 |
368 | 2024-10-09T21:32:30.295Z | Downloaded indexmap v2.5.0 |
369 | 2024-10-09T21:32:30.299Z | Downloaded strsim v0.11.1 |
370 | 2024-10-09T21:32:30.302Z | Downloaded sha2 v0.10.8 |
371 | 2024-10-09T21:32:30.304Z | Downloaded quote v1.0.37 |
372 | 2024-10-09T21:32:30.308Z | Downloaded tempfile v3.13.0 |
373 | 2024-10-09T21:32:30.311Z | Downloaded bitflags v2.6.0 |
374 | 2024-10-09T21:32:30.313Z | Downloaded once_cell v1.19.0 |
375 | 2024-10-09T21:32:30.316Z | Downloaded zerocopy-derive v0.7.34 |
376 | 2024-10-09T21:32:30.318Z | Downloaded ryu v1.0.18 |
377 | 2024-10-09T21:32:30.320Z | Downloaded textwrap v0.16.1 |
378 | 2024-10-09T21:32:30.323Z | Downloaded pest_meta v2.7.10 |
379 | 2024-10-09T21:32:30.325Z | Downloaded clap_derive v4.5.18 |
380 | 2024-10-09T21:32:30.328Z | Downloaded ucd-trie v0.1.6 |
381 | 2024-10-09T21:32:30.330Z | Downloaded anyhow v1.0.89 |
382 | 2024-10-09T21:32:30.333Z | Downloaded toml v0.8.19 |
383 | 2024-10-09T21:32:30.335Z | Downloaded serde_derive v1.0.210 |
384 | 2024-10-09T21:32:30.342Z | Downloaded clap v4.5.18 |
385 | 2024-10-09T21:32:30.356Z | Downloaded memchr v2.7.2 |
386 | 2024-10-09T21:32:30.377Z | Downloaded toml_edit v0.22.22 |
387 | 2024-10-09T21:32:30.399Z | Downloaded zerocopy v0.7.34 |
388 | 2024-10-09T21:32:30.413Z | Downloaded serde_json v1.0.128 |
389 | 2024-10-09T21:32:30.419Z | Downloaded goblin v0.8.2 |
390 | 2024-10-09T21:32:30.425Z | Downloaded pest v2.7.10 |
391 | 2024-10-09T21:32:30.430Z | Downloaded winnow v0.6.18 |
392 | 2024-10-09T21:32:30.438Z | Downloaded tabled v0.15.0 |
393 | 2024-10-09T21:32:30.453Z | Downloaded syn v2.0.79 |
394 | 2024-10-09T21:32:30.463Z | Downloaded rustix v0.38.37 |
395 | 2024-10-09T21:32:30.484Z | Downloaded syn v1.0.109 |
396 | 2024-10-09T21:32:30.494Z | Downloaded unicode-width v0.1.13 |
397 | 2024-10-09T21:32:30.501Z | Downloaded hashbrown v0.14.5 |
398 | 2024-10-09T21:32:30.505Z | Downloaded libc v0.2.159 |
399 | 2024-10-09T21:32:30.531Z | Downloaded clap_builder v4.5.18 |
400 | 2024-10-09T21:32:30.818Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-10-09T21:32:30.820Z | Compiling unicode-ident v1.0.13 |
402 | 2024-10-09T21:32:30.820Z | Compiling version_check v0.9.5 |
403 | 2024-10-09T21:32:30.820Z | Compiling serde v1.0.210 |
404 | 2024-10-09T21:32:30.820Z | Compiling memchr v2.7.2 |
405 | 2024-10-09T21:32:30.820Z | Compiling thiserror v1.0.64 |
406 | 2024-10-09T21:32:30.820Z | Compiling libc v0.2.159 |
407 | 2024-10-09T21:32:30.820Z | Compiling ryu v1.0.18 |
408 | 2024-10-09T21:32:31.196Z | Compiling itoa v1.0.11 |
409 | 2024-10-09T21:32:31.358Z | Compiling ucd-trie v0.1.6 |
410 | 2024-10-09T21:32:31.724Z | Compiling once_cell v1.19.0 |
411 | 2024-10-09T21:32:31.857Z | Compiling byteorder v1.5.0 |
412 | 2024-10-09T21:32:32.033Z | Compiling serde_json v1.0.128 |
413 | 2024-10-09T21:32:32.182Z | Compiling rustix v0.38.37 |
414 | 2024-10-09T21:32:33.436Z | Compiling bitflags v2.6.0 |
415 | 2024-10-09T21:32:33.458Z | Compiling usdt-impl v0.5.0 |
416 | 2024-10-09T21:32:33.458Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-10-09T21:32:33.591Z | Compiling syn v1.0.109 |
418 | 2024-10-09T21:32:33.803Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-10-09T21:32:33.825Z | Compiling camino v1.1.9 |
420 | 2024-10-09T21:32:33.872Z | Compiling plain v0.2.3 |
421 | 2024-10-09T21:32:33.987Z | Compiling utf8parse v0.2.1 |
422 | 2024-10-09T21:32:34.026Z | Compiling log v0.4.22 |
423 | 2024-10-09T21:32:34.078Z | Compiling hashbrown v0.14.5 |
424 | 2024-10-09T21:32:34.153Z | Compiling equivalent v1.0.1 |
425 | 2024-10-09T21:32:34.260Z | Compiling thread-id v4.2.1 |
426 | 2024-10-09T21:32:34.287Z | Compiling anstyle-parse v0.2.4 |
427 | 2024-10-09T21:32:34.308Z | Compiling quote v1.0.37 |
428 | 2024-10-09T21:32:34.511Z | Compiling autocfg v1.3.0 |
429 | 2024-10-09T21:32:34.547Z | Compiling winnow v0.6.18 |
430 | 2024-10-09T21:32:34.609Z | Compiling unicode-width v0.1.13 |
431 | 2024-10-09T21:32:34.741Z | Compiling syn v2.0.79 |
432 | 2024-10-09T21:32:34.857Z | Compiling errno v0.3.9 |
433 | 2024-10-09T21:32:35.027Z | Compiling semver v1.0.23 |
434 | 2024-10-09T21:32:35.412Z | Compiling indexmap v2.5.0 |
435 | 2024-10-09T21:32:35.476Z | Compiling is_terminal_polyfill v1.70.0 |
436 | 2024-10-09T21:32:35.558Z | Compiling anstyle-query v1.0.3 |
437 | 2024-10-09T21:32:35.607Z | Compiling anstyle v1.0.8 |
438 | 2024-10-09T21:32:35.692Z | Compiling colorchoice v1.0.1 |
439 | 2024-10-09T21:32:35.857Z | Compiling pretty-hex v0.4.1 |
440 | 2024-10-09T21:32:36.080Z | Compiling anstream v0.6.14 |
441 | 2024-10-09T21:32:36.207Z | Compiling fs-err v2.11.0 |
442 | 2024-10-09T21:32:36.706Z | Compiling clap_lex v0.7.0 |
443 | 2024-10-09T21:32:36.733Z | Compiling fastrand v2.1.1 |
444 | 2024-10-09T21:32:36.817Z | Compiling cfg-if v1.0.0 |
445 | 2024-10-09T21:32:36.919Z | Compiling fnv v1.0.7 |
446 | 2024-10-09T21:32:37.048Z | Compiling bytecount v0.6.8 |
447 | 2024-10-09T21:32:37.158Z | Compiling anyhow v1.0.89 |
448 | 2024-10-09T21:32:37.216Z | Compiling terminal_size v0.3.0 |
449 | 2024-10-09T21:32:37.266Z | Compiling heck v0.5.0 |
450 | 2024-10-09T21:32:37.290Z | Compiling heck v0.4.1 |
451 | 2024-10-09T21:32:37.397Z | Compiling strsim v0.11.1 |
452 | 2024-10-09T21:32:37.783Z | Compiling clap_builder v4.5.18 |
453 | 2024-10-09T21:32:37.989Z | Compiling tempfile v3.13.0 |
454 | 2024-10-09T21:32:38.036Z | Compiling papergrid v0.11.0 |
455 | 2024-10-09T21:32:38.368Z | Compiling memmap v0.7.0 |
456 | 2024-10-09T21:32:38.433Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-10-09T21:32:38.461Z | Compiling smawk v0.3.2 |
458 | 2024-10-09T21:32:38.877Z | Compiling textwrap v0.16.1 |
459 | 2024-10-09T21:32:38.923Z | Compiling swrite v0.1.0 |
460 | 2024-10-09T21:32:40.330Z | Compiling tabled_derive v0.7.0 |
461 | 2024-10-09T21:32:41.938Z | Compiling tabled v0.15.0 |
462 | 2024-10-09T21:32:43.541Z | Compiling serde_derive v1.0.210 |
463 | 2024-10-09T21:32:43.543Z | Compiling thiserror-impl v1.0.64 |
464 | 2024-10-09T21:32:43.543Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-10-09T21:32:43.543Z | Compiling scroll_derive v0.12.0 |
466 | 2024-10-09T21:32:43.543Z | Compiling clap_derive v4.5.18 |
467 | 2024-10-09T21:32:44.882Z | Compiling scroll v0.12.0 |
468 | 2024-10-09T21:32:45.348Z | Compiling goblin v0.8.2 |
469 | 2024-10-09T21:32:45.516Z | Compiling zerocopy v0.7.34 |
470 | 2024-10-09T21:32:45.935Z | Compiling pest v2.7.10 |
471 | 2024-10-09T21:32:47.028Z | Compiling clap v4.5.18 |
472 | 2024-10-09T21:32:48.132Z | Compiling pest_meta v2.7.10 |
473 | 2024-10-09T21:32:48.978Z | Compiling pest_generator v2.7.10 |
474 | 2024-10-09T21:32:50.934Z | Compiling pest_derive v2.7.10 |
475 | 2024-10-09T21:32:51.725Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-10-09T21:32:53.533Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-10-09T21:32:53.618Z | Compiling toml_datetime v0.6.8 |
478 | 2024-10-09T21:32:53.620Z | Compiling serde_spanned v0.6.7 |
479 | 2024-10-09T21:32:53.824Z | Compiling cargo-platform v0.1.8 |
480 | 2024-10-09T21:32:54.013Z | Compiling toml_edit v0.22.22 |
481 | 2024-10-09T21:32:54.109Z | Compiling macaddr v1.0.1 |
482 | 2024-10-09T21:32:54.277Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-10-09T21:32:55.063Z | Compiling dof v0.3.0 |
484 | 2024-10-09T21:32:55.066Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-10-09T21:32:56.839Z | Compiling toml v0.8.19 |
486 | 2024-10-09T21:32:56.865Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-10-09T21:32:56.867Z | Compiling usdt-macro v0.5.0 |
488 | 2024-10-09T21:32:57.754Z | Compiling cargo_toml v0.20.5 |
489 | 2024-10-09T21:32:58.287Z | Compiling usdt v0.5.0 |
490 | 2024-10-09T21:33:01.560Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-10-09T21:33:05.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.38s |
492 | 2024-10-09T21:33:06.012Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-10-09T21:33:06.594Z | Downloading crates ... |
494 | 2024-10-09T21:33:06.738Z | Downloaded addr2line v0.21.0 |
495 | 2024-10-09T21:33:06.744Z | Downloaded async-stream-impl v0.3.5 |
496 | 2024-10-09T21:33:06.757Z | Downloaded atty v0.2.14 |
497 | 2024-10-09T21:33:06.760Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-10-09T21:33:06.762Z | Downloaded ident_case v1.0.1 |
499 | 2024-10-09T21:33:06.772Z | Downloaded debug-ignore v1.0.5 |
500 | 2024-10-09T21:33:06.775Z | Downloaded crunchy v0.2.2 |
501 | 2024-10-09T21:33:06.779Z | Downloaded http-body-util v0.1.2 |
502 | 2024-10-09T21:33:06.783Z | Downloaded bit-set v0.5.3 |
503 | 2024-10-09T21:33:06.785Z | Downloaded bb8 v0.8.5 |
504 | 2024-10-09T21:33:06.785Z | Downloaded atomicwrites v0.4.4 |
505 | 2024-10-09T21:33:06.788Z | Downloaded aead v0.5.2 |
506 | 2024-10-09T21:33:06.788Z | Downloaded is_ci v1.2.0 |
507 | 2024-10-09T21:33:06.790Z | Downloaded new_debug_unreachable v1.0.6 |
508 | 2024-10-09T21:33:06.790Z | Downloaded atomic-waker v1.1.2 |
509 | 2024-10-09T21:33:06.793Z | Downloaded assert_matches v1.5.0 |
510 | 2024-10-09T21:33:06.793Z | Downloaded async-recursion v1.1.1 |
511 | 2024-10-09T21:33:06.797Z | Downloaded array-init v0.0.4 |
512 | 2024-10-09T21:33:06.800Z | Downloaded http-body v0.4.6 |
513 | 2024-10-09T21:33:06.803Z | Downloaded adler2 v2.0.0 |
514 | 2024-10-09T21:33:06.803Z | Downloaded humantime v2.1.0 |
515 | 2024-10-09T21:33:06.805Z | Downloaded cbc v0.1.2 |
516 | 2024-10-09T21:33:06.808Z | Downloaded nibble_vec v0.1.0 |
517 | 2024-10-09T21:33:06.808Z | Downloaded hubpack v0.1.2 |
518 | 2024-10-09T21:33:06.810Z | Downloaded hostname v0.4.0 |
519 | 2024-10-09T21:33:06.814Z | Downloaded cipher v0.4.4 |
520 | 2024-10-09T21:33:06.814Z | Downloaded nanorand v0.7.0 |
521 | 2024-10-09T21:33:06.816Z | Downloaded linked-hash-map v0.5.6 |
522 | 2024-10-09T21:33:06.819Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-10-09T21:33:06.821Z | Downloaded ctr v0.9.2 |
524 | 2024-10-09T21:33:06.824Z | Downloaded lru v0.12.3 |
525 | 2024-10-09T21:33:06.826Z | Downloaded mime v0.3.17 |
526 | 2024-10-09T21:33:06.826Z | Downloaded maplit v1.0.2 |
527 | 2024-10-09T21:33:06.828Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-10-09T21:33:06.828Z | Downloaded crossbeam-deque v0.8.5 |
529 | 2024-10-09T21:33:06.831Z | Downloaded arrayvec v0.7.4 |
530 | 2024-10-09T21:33:06.833Z | Downloaded indoc v1.0.9 |
531 | 2024-10-09T21:33:06.835Z | Downloaded cfg_aliases v0.1.1 |
532 | 2024-10-09T21:33:06.839Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-10-09T21:33:06.839Z | Downloaded constant_time_eq v0.3.0 |
534 | 2024-10-09T21:33:06.841Z | Downloaded newtype-uuid v1.1.0 |
535 | 2024-10-09T21:33:06.843Z | Downloaded httparse v1.8.0 |
536 | 2024-10-09T21:33:06.846Z | Downloaded darling_macro v0.20.9 |
537 | 2024-10-09T21:33:06.846Z | Downloaded cstr-argument v0.1.2 |
538 | 2024-10-09T21:33:06.846Z | Downloaded md-5 v0.10.6 |
539 | 2024-10-09T21:33:06.848Z | Downloaded multer v3.1.0 |
540 | 2024-10-09T21:33:06.851Z | Downloaded async-stream v0.3.5 |
541 | 2024-10-09T21:33:06.854Z | Downloaded num-complex v0.4.6 |
542 | 2024-10-09T21:33:06.856Z | Downloaded memmap2 v0.9.4 |
543 | 2024-10-09T21:33:06.858Z | Downloaded jobserver v0.1.32 |
544 | 2024-10-09T21:33:06.861Z | Downloaded bcs v0.1.6 |
545 | 2024-10-09T21:33:06.864Z | Downloaded mime_guess v2.0.4 |
546 | 2024-10-09T21:33:06.866Z | Downloaded http v1.1.0 |
547 | 2024-10-09T21:33:06.868Z | Downloaded nu-ansi-term v0.50.0 |
548 | 2024-10-09T21:33:06.871Z | Downloaded match_cfg v0.1.0 |
549 | 2024-10-09T21:33:06.874Z | Downloaded http-range v0.1.5 |
550 | 2024-10-09T21:33:06.874Z | Downloaded instant v0.1.12 |
551 | 2024-10-09T21:33:06.876Z | Downloaded crc32fast v1.4.0 |
552 | 2024-10-09T21:33:06.878Z | Downloaded normalize-line-endings v0.3.0 |
553 | 2024-10-09T21:33:06.880Z | Downloaded is-terminal v0.4.12 |
554 | 2024-10-09T21:33:06.880Z | Downloaded hubpack_derive v0.1.1 |
555 | 2024-10-09T21:33:06.883Z | Downloaded newtype_derive v0.1.6 |
556 | 2024-10-09T21:33:06.883Z | Downloaded hyper-tls v0.6.0 |
557 | 2024-10-09T21:33:06.885Z | Downloaded bcrypt-pbkdf v0.10.0 |
558 | 2024-10-09T21:33:06.885Z | Downloaded md5 v0.7.0 |
559 | 2024-10-09T21:33:06.888Z | Downloaded http-body v1.0.0 |
560 | 2024-10-09T21:33:06.888Z | Downloaded base16ct v0.2.0 |
561 | 2024-10-09T21:33:06.890Z | Downloaded arrayref v0.3.7 |
562 | 2024-10-09T21:33:06.891Z | Downloaded nodrop v0.1.14 |
563 | 2024-10-09T21:33:06.893Z | Downloaded newline-converter v0.3.0 |
564 | 2024-10-09T21:33:06.896Z | Downloaded crc v3.2.1 |
565 | 2024-10-09T21:33:06.898Z | Downloaded time-core v0.1.2 |
566 | 2024-10-09T21:33:06.898Z | Downloaded strum v0.26.3 |
567 | 2024-10-09T21:33:06.900Z | Downloaded crc-catalog v2.4.0 |
568 | 2024-10-09T21:33:06.900Z | Downloaded block-padding v0.3.3 |
569 | 2024-10-09T21:33:06.902Z | Downloaded hyper-staticfile v0.10.1 |
570 | 2024-10-09T21:33:06.905Z | Downloaded indexmap v1.9.3 |
571 | 2024-10-09T21:33:06.908Z | Downloaded buf-list v1.0.3 |
572 | 2024-10-09T21:33:06.911Z | Downloaded mockall_derive v0.13.0 |
573 | 2024-10-09T21:33:06.913Z | Downloaded colored v2.1.0 |
574 | 2024-10-09T21:33:06.915Z | Downloaded convert_case v0.4.0 |
575 | 2024-10-09T21:33:06.918Z | Downloaded const_format_proc_macros v0.2.33 |
576 | 2024-10-09T21:33:06.920Z | Downloaded utf-8 v0.7.6 |
577 | 2024-10-09T21:33:06.920Z | Downloaded backoff v0.4.0 |
578 | 2024-10-09T21:33:06.922Z | Downloaded argon2 v0.5.3 |
579 | 2024-10-09T21:33:06.925Z | Downloaded ciborium-ll v0.2.2 |
580 | 2024-10-09T21:33:06.927Z | Downloaded lru-cache v0.1.2 |
581 | 2024-10-09T21:33:06.929Z | Downloaded ahash v0.8.11 |
582 | 2024-10-09T21:33:06.932Z | Downloaded siphasher v0.3.11 |
583 | 2024-10-09T21:33:06.934Z | Downloaded managed v0.8.0 |
584 | 2024-10-09T21:33:06.934Z | Downloaded instability v0.3.2 |
585 | 2024-10-09T21:33:06.937Z | Downloaded mockall v0.13.0 |
586 | 2024-10-09T21:33:06.937Z | Downloaded crossbeam-utils v0.8.19 |
587 | 2024-10-09T21:33:06.940Z | Downloaded console v0.15.8 |
588 | 2024-10-09T21:33:06.943Z | Downloaded async-trait v0.1.83 |
589 | 2024-10-09T21:33:06.947Z | Downloaded derive_builder_macro v0.20.0 |
590 | 2024-10-09T21:33:06.950Z | Downloaded untrusted v0.9.0 |
591 | 2024-10-09T21:33:06.953Z | Downloaded num v0.4.3 |
592 | 2024-10-09T21:33:06.954Z | Downloaded foreign-types v0.3.2 |
593 | 2024-10-09T21:33:06.956Z | Downloaded untrusted v0.7.1 |
594 | 2024-10-09T21:33:06.956Z | Downloaded salsa20 v0.10.2 |
595 | 2024-10-09T21:33:06.956Z | Downloaded rusty-fork v0.3.0 |
596 | 2024-10-09T21:33:06.959Z | Downloaded rustversion v1.0.17 |
597 | 2024-10-09T21:33:06.961Z | Downloaded rustc_version v0.4.0 |
598 | 2024-10-09T21:33:06.964Z | Downloaded serde-hex v0.1.0 |
599 | 2024-10-09T21:33:06.964Z | Downloaded miniz_oxide v0.7.2 |
600 | 2024-10-09T21:33:06.967Z | Downloaded chacha20 v0.9.1 |
601 | 2024-10-09T21:33:06.969Z | Downloaded ciborium v0.2.2 |
602 | 2024-10-09T21:33:06.973Z | Downloaded darling v0.20.9 |
603 | 2024-10-09T21:33:06.977Z | Downloaded csv-core v0.1.11 |
604 | 2024-10-09T21:33:06.979Z | Downloaded slog-json v2.6.1 |
605 | 2024-10-09T21:33:06.982Z | Downloaded ssh-encoding v0.2.0 |
606 | 2024-10-09T21:33:06.982Z | Downloaded number_prefix v0.4.0 |
607 | 2024-10-09T21:33:06.982Z | Downloaded num_threads v0.1.7 |
608 | 2024-10-09T21:33:06.985Z | Downloaded path-slash v0.1.5 |
609 | 2024-10-09T21:33:06.988Z | Downloaded typify-macro v0.2.0 |
610 | 2024-10-09T21:33:06.988Z | Downloaded zeroize_derive v1.4.2 |
611 | 2024-10-09T21:33:06.988Z | Downloaded crc-any v2.5.0 |
612 | 2024-10-09T21:33:06.990Z | Downloaded embedded-io v0.4.0 |
613 | 2024-10-09T21:33:06.992Z | Downloaded fallible-iterator v0.2.0 |
614 | 2024-10-09T21:33:06.995Z | Downloaded dsl_auto_type v0.1.2 |
615 | 2024-10-09T21:33:06.997Z | Downloaded zeroize v1.8.1 |
616 | 2024-10-09T21:33:06.997Z | Downloaded uzers v0.11.3 |
617 | 2024-10-09T21:33:07.000Z | Downloaded lock_api v0.4.12 |
618 | 2024-10-09T21:33:07.003Z | Downloaded lazy_static v1.5.0 |
619 | 2024-10-09T21:33:07.003Z | Downloaded chacha20poly1305 v0.10.1 |
620 | 2024-10-09T21:33:07.007Z | Downloaded keccak v0.1.5 |
621 | 2024-10-09T21:33:07.010Z | Downloaded compact_str v0.8.0 |
622 | 2024-10-09T21:33:07.013Z | Downloaded native-tls v0.2.11 |
623 | 2024-10-09T21:33:07.013Z | Downloaded libloading v0.8.3 |
624 | 2024-10-09T21:33:07.015Z | Downloaded hyper-rustls v0.27.3 |
625 | 2024-10-09T21:33:07.018Z | Downloaded dirs-sys-next v0.1.2 |
626 | 2024-10-09T21:33:07.021Z | Downloaded structmeta-derive v0.3.0 |
627 | 2024-10-09T21:33:07.024Z | Downloaded gethostname v0.5.0 |
628 | 2024-10-09T21:33:07.024Z | Downloaded futures-core v0.3.30 |
629 | 2024-10-09T21:33:07.027Z | Downloaded term v0.7.0 |
630 | 2024-10-09T21:33:07.030Z | Downloaded slog-scope v4.4.0 |
631 | 2024-10-09T21:33:07.030Z | Downloaded serde_with_macros v3.9.0 |
632 | 2024-10-09T21:33:07.033Z | Downloaded crossbeam-epoch v0.9.18 |
633 | 2024-10-09T21:33:07.035Z | Downloaded hash32 v0.2.1 |
634 | 2024-10-09T21:33:07.037Z | Downloaded http v0.2.12 |
635 | 2024-10-09T21:33:07.041Z | Downloaded olpc-cjson v0.1.3 |
636 | 2024-10-09T21:33:07.043Z | Downloaded take_mut v0.2.2 |
637 | 2024-10-09T21:33:07.043Z | Downloaded pbkdf2 v0.12.2 |
638 | 2024-10-09T21:33:07.046Z | Downloaded tokio-tungstenite v0.21.0 |
639 | 2024-10-09T21:33:07.048Z | Downloaded zone_cfg_derive v0.3.0 |
640 | 2024-10-09T21:33:07.050Z | Downloaded arc-swap v1.7.1 |
641 | 2024-10-09T21:33:07.053Z | Downloaded pbkdf2 v0.11.0 |
642 | 2024-10-09T21:33:07.056Z | Downloaded rustfmt-wrapper v0.2.1 |
643 | 2024-10-09T21:33:07.059Z | Downloaded const_format v0.2.33 |
644 | 2024-10-09T21:33:07.063Z | Downloaded base64 v0.22.1 |
645 | 2024-10-09T21:33:07.067Z | Downloaded bytes v1.7.2 |
646 | 2024-10-09T21:33:07.073Z | Downloaded rustc-hash v2.0.0 |
647 | 2024-10-09T21:33:07.076Z | Downloaded quinn-udp v0.5.5 |
648 | 2024-10-09T21:33:07.086Z | Downloaded iana-time-zone v0.1.60 |
649 | 2024-10-09T21:33:07.090Z | Downloaded num-conv v0.1.0 |
650 | 2024-10-09T21:33:07.092Z | Downloaded rsa v0.9.6 |
651 | 2024-10-09T21:33:07.096Z | Downloaded schemars_derive v0.8.21 |
652 | 2024-10-09T21:33:07.099Z | Downloaded progenitor-client v0.8.0 |
653 | 2024-10-09T21:33:07.102Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-10-09T21:33:07.102Z | Downloaded signal-hook-tokio v0.3.1 |
655 | 2024-10-09T21:33:07.102Z | Downloaded serde_plain v1.0.2 |
656 | 2024-10-09T21:33:07.105Z | Downloaded mio v0.8.11 |
657 | 2024-10-09T21:33:07.110Z | Downloaded smallvec v0.6.14 |
658 | 2024-10-09T21:33:07.112Z | Downloaded unarray v0.1.4 |
659 | 2024-10-09T21:33:07.114Z | Downloaded termios v0.3.3 |
660 | 2024-10-09T21:33:07.116Z | Downloaded twox-hash v1.6.3 |
661 | 2024-10-09T21:33:07.118Z | Downloaded zone v0.1.8 |
662 | 2024-10-09T21:33:07.122Z | Downloaded xz2 v0.1.7 |
663 | 2024-10-09T21:33:07.122Z | Downloaded xattr v1.3.1 |
664 | 2024-10-09T21:33:07.124Z | Downloaded uuid v1.10.0 |
665 | 2024-10-09T21:33:07.126Z | Downloaded primeorder v0.13.6 |
666 | 2024-10-09T21:33:07.129Z | Downloaded ena v0.14.3 |
667 | 2024-10-09T21:33:07.131Z | Downloaded backtrace v0.3.71 |
668 | 2024-10-09T21:33:07.135Z | Downloaded miniz_oxide v0.8.0 |
669 | 2024-10-09T21:33:07.138Z | Downloaded termtree v0.4.1 |
670 | 2024-10-09T21:33:07.141Z | Downloaded sync_wrapper v1.0.1 |
671 | 2024-10-09T21:33:07.144Z | Downloaded hex-literal v0.4.1 |
672 | 2024-10-09T21:33:07.144Z | Downloaded futures-task v0.3.30 |
673 | 2024-10-09T21:33:07.144Z | Downloaded derive_more v0.99.18 |
674 | 2024-10-09T21:33:07.151Z | Downloaded zerocopy v0.6.6 |
675 | 2024-10-09T21:33:07.153Z | Downloaded hostname v0.3.1 |
676 | 2024-10-09T21:33:07.155Z | Downloaded parse-display v0.10.0 |
677 | 2024-10-09T21:33:07.155Z | Downloaded num-derive v0.4.2 |
678 | 2024-10-09T21:33:07.158Z | Downloaded num-bigint v0.4.5 |
679 | 2024-10-09T21:33:07.162Z | Downloaded cc v1.0.97 |
680 | 2024-10-09T21:33:07.166Z | Downloaded futures-channel v0.3.30 |
681 | 2024-10-09T21:33:07.168Z | Downloaded rand_xorshift v0.3.0 |
682 | 2024-10-09T21:33:07.171Z | Downloaded progenitor v0.8.0 |
683 | 2024-10-09T21:33:07.173Z | Downloaded polyval v0.6.2 |
684 | 2024-10-09T21:33:07.175Z | Downloaded zone v0.3.0 |
685 | 2024-10-09T21:33:07.175Z | Downloaded foreign-types-shared v0.3.1 |
686 | 2024-10-09T21:33:07.177Z | Downloaded slog-bunyan v2.5.0 |
687 | 2024-10-09T21:33:07.178Z | Downloaded scrypt v0.11.0 |
688 | 2024-10-09T21:33:07.180Z | Downloaded oso-derive v0.27.3 |
689 | 2024-10-09T21:33:07.180Z | Downloaded scopeguard v1.2.0 |
690 | 2024-10-09T21:33:07.182Z | Downloaded rustls-pemfile v1.0.4 |
691 | 2024-10-09T21:33:07.184Z | Downloaded slog-dtrace v0.3.0 |
692 | 2024-10-09T21:33:07.186Z | Downloaded vsss-rs v3.3.4 |
693 | 2024-10-09T21:33:07.189Z | Downloaded elliptic-curve v0.13.8 |
694 | 2024-10-09T21:33:07.193Z | Downloaded indicatif v0.17.8 |
695 | 2024-10-09T21:33:07.198Z | Downloaded phf_shared v0.10.0 |
696 | 2024-10-09T21:33:07.201Z | Downloaded strip-ansi-escapes v0.2.0 |
697 | 2024-10-09T21:33:07.203Z | Downloaded stringprep v0.1.4 |
698 | 2024-10-09T21:33:07.203Z | Downloaded serde_yaml v0.9.34+deprecated |
699 | 2024-10-09T21:33:07.206Z | Downloaded slog-async v2.8.0 |
700 | 2024-10-09T21:33:07.209Z | Downloaded signal-hook-mio v0.2.4 |
701 | 2024-10-09T21:33:07.211Z | Downloaded tokio-native-tls v0.3.1 |
702 | 2024-10-09T21:33:07.213Z | Downloaded tokio-macros v2.4.0 |
703 | 2024-10-09T21:33:07.216Z | Downloaded sync_wrapper v0.1.2 |
704 | 2024-10-09T21:33:07.216Z | Downloaded sigpipe v0.1.3 |
705 | 2024-10-09T21:33:07.216Z | Downloaded phf_shared v0.11.2 |
706 | 2024-10-09T21:33:07.219Z | Downloaded universal-hash v0.5.1 |
707 | 2024-10-09T21:33:07.219Z | Downloaded deranged v0.3.11 |
708 | 2024-10-09T21:33:07.222Z | Downloaded float-ord v0.3.2 |
709 | 2024-10-09T21:33:07.222Z | Downloaded parking_lot_core v0.9.10 |
710 | 2024-10-09T21:33:07.224Z | Downloaded tinyvec_macros v0.1.1 |
711 | 2024-10-09T21:33:07.227Z | Downloaded env_filter v0.1.2 |
712 | 2024-10-09T21:33:07.229Z | Downloaded downcast v0.11.0 |
713 | 2024-10-09T21:33:07.229Z | Downloaded poly1305 v0.8.0 |
714 | 2024-10-09T21:33:07.231Z | Downloaded pkcs1 v0.7.5 |
715 | 2024-10-09T21:33:07.234Z | Downloaded socket2 v0.5.7 |
716 | 2024-10-09T21:33:07.237Z | Downloaded funty v2.0.0 |
717 | 2024-10-09T21:33:07.240Z | Downloaded subprocess v0.2.9 |
718 | 2024-10-09T21:33:07.242Z | Downloaded openssl-macros v0.1.1 |
719 | 2024-10-09T21:33:07.242Z | Downloaded crossbeam-channel v0.5.12 |
720 | 2024-10-09T21:33:07.247Z | Downloaded sct v0.7.1 |
721 | 2024-10-09T21:33:07.251Z | Downloaded futures-executor v0.3.30 |
722 | 2024-10-09T21:33:07.253Z | Downloaded nom v7.1.3 |
723 | 2024-10-09T21:33:07.258Z | Downloaded minimal-lexical v0.2.1 |
724 | 2024-10-09T21:33:07.264Z | Downloaded ref-cast v1.0.23 |
725 | 2024-10-09T21:33:07.267Z | Downloaded same-file v1.0.6 |
726 | 2024-10-09T21:33:07.269Z | Downloaded url v2.5.2 |
727 | 2024-10-09T21:33:07.272Z | Downloaded pkg-config v0.3.30 |
728 | 2024-10-09T21:33:07.274Z | Downloaded pin-utils v0.1.0 |
729 | 2024-10-09T21:33:07.276Z | Downloaded percent-encoding v2.3.1 |
730 | 2024-10-09T21:33:07.277Z | Downloaded fatfs v0.3.6 |
731 | 2024-10-09T21:33:07.279Z | Downloaded yasna v0.5.2 |
732 | 2024-10-09T21:33:07.282Z | Downloaded slab v0.4.9 |
733 | 2024-10-09T21:33:07.284Z | Downloaded signal-hook-registry v1.4.2 |
734 | 2024-10-09T21:33:07.286Z | Downloaded der_derive v0.7.2 |
735 | 2024-10-09T21:33:07.289Z | Downloaded display-error-chain v0.2.1 |
736 | 2024-10-09T21:33:07.289Z | Downloaded try-lock v0.2.5 |
737 | 2024-10-09T21:33:07.291Z | Downloaded dirs-next v2.0.0 |
738 | 2024-10-09T21:33:07.291Z | Downloaded parking_lot v0.12.2 |
739 | 2024-10-09T21:33:07.294Z | Downloaded heapless v0.8.0 |
740 | 2024-10-09T21:33:07.299Z | Downloaded waitgroup v0.1.2 |
741 | 2024-10-09T21:33:07.301Z | Downloaded peg-runtime v0.8.3 |
742 | 2024-10-09T21:33:07.301Z | Downloaded parse-size v1.0.0 |
743 | 2024-10-09T21:33:07.304Z | Downloaded foreign-types-macros v0.2.3 |
744 | 2024-10-09T21:33:07.304Z | Downloaded env_logger v0.10.2 |
745 | 2024-10-09T21:33:07.306Z | Downloaded enum-as-inner v0.6.0 |
746 | 2024-10-09T21:33:07.309Z | Downloaded hash32 v0.3.1 |
747 | 2024-10-09T21:33:07.312Z | Downloaded num_enum_derive v0.5.11 |
748 | 2024-10-09T21:33:07.312Z | Downloaded highway v1.2.0 |
749 | 2024-10-09T21:33:07.314Z | Downloaded rtoolbox v0.0.2 |
750 | 2024-10-09T21:33:07.317Z | Downloaded fallible-iterator v0.3.0 |
751 | 2024-10-09T21:33:07.319Z | Downloaded zip v0.6.6 |
752 | 2024-10-09T21:33:07.322Z | Downloaded thiserror-no-std v2.0.2 |
753 | 2024-10-09T21:33:07.326Z | Downloaded thiserror-impl-no-std v2.0.2 |
754 | 2024-10-09T21:33:07.329Z | Downloaded rpassword v7.3.1 |
755 | 2024-10-09T21:33:07.331Z | Downloaded quick-error v1.2.3 |
756 | 2024-10-09T21:33:07.331Z | Downloaded pkcs8 v0.10.2 |
757 | 2024-10-09T21:33:07.336Z | Downloaded pin-project-lite v0.2.14 |
758 | 2024-10-09T21:33:07.340Z | Downloaded schemars v0.8.21 |
759 | 2024-10-09T21:33:07.354Z | Downloaded spin v0.5.2 |
760 | 2024-10-09T21:33:07.356Z | Downloaded toolchain_find v0.4.0 |
761 | 2024-10-09T21:33:07.358Z | Downloaded foreign-types-shared v0.1.1 |
762 | 2024-10-09T21:33:07.358Z | Downloaded wait-timeout v0.2.0 |
763 | 2024-10-09T21:33:07.362Z | Downloaded diesel_table_macro_syntax v0.2.0 |
764 | 2024-10-09T21:33:07.363Z | Downloaded crossterm v0.27.0 |
765 | 2024-10-09T21:33:07.368Z | Downloaded prettyplease v0.2.22 |
766 | 2024-10-09T21:33:07.372Z | Downloaded parse-display-derive v0.10.0 |
767 | 2024-10-09T21:33:07.375Z | Downloaded dhcproto-macros v0.1.0 |
768 | 2024-10-09T21:33:07.375Z | Downloaded hickory-client v0.24.1 |
769 | 2024-10-09T21:33:07.378Z | Downloaded num-integer v0.1.46 |
770 | 2024-10-09T21:33:07.380Z | Downloaded ghash v0.5.1 |
771 | 2024-10-09T21:33:07.383Z | Downloaded futures-io v0.3.30 |
772 | 2024-10-09T21:33:07.385Z | Downloaded serde-big-array v0.5.1 |
773 | 2024-10-09T21:33:07.386Z | Downloaded libxml v0.3.3 |
774 | 2024-10-09T21:33:07.391Z | Downloaded itertools v0.10.5 |
775 | 2024-10-09T21:33:07.398Z | Downloaded rustc-hash v1.1.0 |
776 | 2024-10-09T21:33:07.400Z | Downloaded ssh-cipher v0.2.0 |
777 | 2024-10-09T21:33:07.403Z | Downloaded difflib v0.4.0 |
778 | 2024-10-09T21:33:07.403Z | Downloaded defmt-parser v0.3.4 |
779 | 2024-10-09T21:33:07.405Z | Downloaded rustls-pki-types v1.7.0 |
780 | 2024-10-09T21:33:07.408Z | Downloaded pin-project v1.1.5 |
781 | 2024-10-09T21:33:07.419Z | Downloaded spin v0.9.8 |
782 | 2024-10-09T21:33:07.421Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-10-09T21:33:07.424Z | Downloaded topological-sort v0.2.2 |
784 | 2024-10-09T21:33:07.426Z | Downloaded dropshot_endpoint v0.12.0 |
785 | 2024-10-09T21:33:07.428Z | Downloaded value-bag v1.9.0 |
786 | 2024-10-09T21:33:07.430Z | Downloaded secrecy v0.8.0 |
787 | 2024-10-09T21:33:07.433Z | Downloaded tokio-postgres v0.7.12 |
788 | 2024-10-09T21:33:07.438Z | Downloaded rustls-pemfile v2.1.3 |
789 | 2024-10-09T21:33:07.440Z | Downloaded strum_macros v0.24.3 |
790 | 2024-10-09T21:33:07.443Z | Downloaded structmeta v0.3.0 |
791 | 2024-10-09T21:33:07.445Z | Downloaded pem v3.0.4 |
792 | 2024-10-09T21:33:07.449Z | Downloaded peg-macros v0.8.4 |
793 | 2024-10-09T21:33:07.449Z | Downloaded itertools v0.13.0 |
794 | 2024-10-09T21:33:07.457Z | Downloaded blake3 v1.5.1 |
795 | 2024-10-09T21:33:07.464Z | Downloaded rustc-demangle v0.1.24 |
796 | 2024-10-09T21:33:07.468Z | Downloaded rand_seeder v0.3.0 |
797 | 2024-10-09T21:33:07.471Z | Downloaded defmt-macros v0.3.9 |
798 | 2024-10-09T21:33:07.473Z | Downloaded defmt v0.3.8 |
799 | 2024-10-09T21:33:07.476Z | Downloaded flagset v0.4.5 |
800 | 2024-10-09T21:33:07.479Z | Downloaded precomputed-hash v0.1.1 |
801 | 2024-10-09T21:33:07.479Z | Downloaded semver v0.1.20 |
802 | 2024-10-09T21:33:07.482Z | Downloaded fixedbitset v0.4.2 |
803 | 2024-10-09T21:33:07.482Z | Downloaded tokio-rustls v0.26.0 |
804 | 2024-10-09T21:33:07.485Z | Downloaded sec1 v0.7.3 |
805 | 2024-10-09T21:33:07.487Z | Downloaded scheduled-thread-pool v0.2.7 |
806 | 2024-10-09T21:33:07.487Z | Downloaded globset v0.4.14 |
807 | 2024-10-09T21:33:07.490Z | Downloaded vergen v8.3.2 |
808 | 2024-10-09T21:33:07.492Z | Downloaded packed_struct v0.10.1 |
809 | 2024-10-09T21:33:07.495Z | Downloaded russh-cryptovec v0.7.2 |
810 | 2024-10-09T21:33:07.495Z | Downloaded fallible-streaming-iterator v0.1.9 |
811 | 2024-10-09T21:33:07.497Z | Downloaded float-cmp v0.9.0 |
812 | 2024-10-09T21:33:07.497Z | Downloaded which v4.4.2 |
813 | 2024-10-09T21:33:07.500Z | Downloaded home v0.5.9 |
814 | 2024-10-09T21:33:07.503Z | Downloaded hickory-server v0.24.1 |
815 | 2024-10-09T21:33:07.508Z | Downloaded tls_codec_derive v0.4.1 |
816 | 2024-10-09T21:33:07.510Z | Downloaded endian-type v0.1.2 |
817 | 2024-10-09T21:33:07.510Z | Downloaded psl-types v2.0.11 |
818 | 2024-10-09T21:33:07.517Z | Downloaded predicates-tree v1.0.9 |
819 | 2024-10-09T21:33:07.517Z | Downloaded progenitor-impl v0.8.0 |
820 | 2024-10-09T21:33:07.520Z | Downloaded typed-path v0.7.1 |
821 | 2024-10-09T21:33:07.522Z | Downloaded unicase v2.7.0 |
822 | 2024-10-09T21:33:07.524Z | Downloaded headers-core v0.3.0 |
823 | 2024-10-09T21:33:07.525Z | Downloaded openssl-probe v0.1.5 |
824 | 2024-10-09T21:33:07.528Z | Downloaded pem-rfc7468 v0.7.0 |
825 | 2024-10-09T21:33:07.531Z | Downloaded serde_derive_internals v0.29.1 |
826 | 2024-10-09T21:33:07.531Z | Downloaded aho-corasick v1.1.3 |
827 | 2024-10-09T21:33:07.536Z | Downloaded rcgen v0.12.1 |
828 | 2024-10-09T21:33:07.539Z | Downloaded wyz v0.5.1 |
829 | 2024-10-09T21:33:07.543Z | Downloaded whoami v1.5.2 |
830 | 2024-10-09T21:33:07.546Z | Downloaded slog-envlogger v2.2.0 |
831 | 2024-10-09T21:33:07.546Z | Downloaded ppv-lite86 v0.2.17 |
832 | 2024-10-09T21:33:07.548Z | Downloaded hex v0.4.3 |
833 | 2024-10-09T21:33:07.551Z | Downloaded heck v0.3.3 |
834 | 2024-10-09T21:33:07.551Z | Downloaded static_assertions v1.1.0 |
835 | 2024-10-09T21:33:07.555Z | Downloaded spki v0.7.3 |
836 | 2024-10-09T21:33:07.560Z | Downloaded sqlparser_derive v0.2.2 |
837 | 2024-10-09T21:33:07.560Z | Downloaded progenitor-macro v0.8.0 |
838 | 2024-10-09T21:33:07.560Z | Downloaded slog-stdlog v4.1.1 |
839 | 2024-10-09T21:33:07.560Z | Downloaded hkdf v0.12.4 |
840 | 2024-10-09T21:33:07.562Z | Downloaded rfc6979 v0.4.0 |
841 | 2024-10-09T21:33:07.562Z | Downloaded serde_with v3.9.0 |
842 | 2024-10-09T21:33:07.572Z | Downloaded parking_lot v0.11.2 |
843 | 2024-10-09T21:33:07.575Z | Downloaded walkdir v2.5.0 |
844 | 2024-10-09T21:33:07.578Z | Downloaded rand_core v0.6.4 |
845 | 2024-10-09T21:33:07.582Z | Downloaded publicsuffix v2.2.3 |
846 | 2024-10-09T21:33:07.585Z | Downloaded dhcproto v0.12.0 |
847 | 2024-10-09T21:33:07.585Z | Downloaded hmac v0.12.1 |
848 | 2024-10-09T21:33:07.589Z | Downloaded ed25519 v2.2.3 |
849 | 2024-10-09T21:33:07.591Z | Downloaded shell-words v1.1.0 |
850 | 2024-10-09T21:33:07.592Z | Downloaded packed_struct_codegen v0.10.1 |
851 | 2024-10-09T21:33:07.594Z | Downloaded num-rational v0.4.2 |
852 | 2024-10-09T21:33:07.594Z | Downloaded predicates v3.1.2 |
853 | 2024-10-09T21:33:07.597Z | Downloaded futures v0.3.30 |
854 | 2024-10-09T21:33:07.603Z | Downloaded predicates-core v1.0.6 |
855 | 2024-10-09T21:33:07.607Z | Downloaded tui-tree-widget v0.22.0 |
856 | 2024-10-09T21:33:07.607Z | Downloaded tokio-rustls v0.25.0 |
857 | 2024-10-09T21:33:07.610Z | Downloaded tokio-rustls v0.24.1 |
858 | 2024-10-09T21:33:07.613Z | Downloaded shlex v1.3.0 |
859 | 2024-10-09T21:33:07.613Z | Downloaded rand v0.8.5 |
860 | 2024-10-09T21:33:07.616Z | Downloaded sqlformat v0.2.6 |
861 | 2024-10-09T21:33:07.619Z | Downloaded unicode-segmentation v1.11.0 |
862 | 2024-10-09T21:33:07.627Z | Downloaded hashlink v0.9.1 |
863 | 2024-10-09T21:33:07.630Z | Downloaded diff v0.1.13 |
864 | 2024-10-09T21:33:07.630Z | Downloaded steno v0.4.1 |
865 | 2024-10-09T21:33:07.635Z | Downloaded slog v2.7.0 |
866 | 2024-10-09T21:33:07.638Z | Downloaded unicode_categories v0.1.1 |
867 | 2024-10-09T21:33:07.641Z | Downloaded oso v0.27.3 |
868 | 2024-10-09T21:33:07.643Z | Downloaded strum_macros v0.26.4 |
869 | 2024-10-09T21:33:07.646Z | Downloaded ecdsa v0.16.9 |
870 | 2024-10-09T21:33:07.649Z | Downloaded unicode-bidi v0.3.15 |
871 | 2024-10-09T21:33:07.652Z | Downloaded diesel_derives v2.2.2 |
872 | 2024-10-09T21:33:07.657Z | Downloaded stable_deref_trait v1.2.0 |
873 | 2024-10-09T21:33:07.660Z | Downloaded flume v0.11.0 |
874 | 2024-10-09T21:33:07.662Z | Downloaded rayon-core v1.12.1 |
875 | 2024-10-09T21:33:07.666Z | Downloaded smallvec v1.13.2 |
876 | 2024-10-09T21:33:07.670Z | Downloaded unsafe-libyaml v0.2.11 |
877 | 2024-10-09T21:33:07.674Z | Downloaded powerfmt v0.2.0 |
878 | 2024-10-09T21:33:07.676Z | Downloaded want v0.3.1 |
879 | 2024-10-09T21:33:07.677Z | Downloaded serde_path_to_error v0.1.16 |
880 | 2024-10-09T21:33:07.679Z | Downloaded slog-term v2.9.1 |
881 | 2024-10-09T21:33:07.683Z | Downloaded samael v0.0.17 |
882 | 2024-10-09T21:33:07.687Z | Downloaded ron v0.8.1 |
883 | 2024-10-09T21:33:07.693Z | Downloaded reqwest v0.11.27 |
884 | 2024-10-09T21:33:07.702Z | Downloaded tungstenite v0.23.0 |
885 | 2024-10-09T21:33:07.705Z | Downloaded tungstenite v0.21.0 |
886 | 2024-10-09T21:33:07.710Z | Downloaded toml_edit v0.19.15 |
887 | 2024-10-09T21:33:07.728Z | Downloaded ron v0.7.1 |
888 | 2024-10-09T21:33:07.732Z | Downloaded headers v0.4.0 |
889 | 2024-10-09T21:33:07.738Z | Downloaded chrono v0.4.38 |
890 | 2024-10-09T21:33:07.746Z | Downloaded bindgen v0.69.4 |
891 | 2024-10-09T21:33:07.754Z | Downloaded quinn-proto v0.11.8 |
892 | 2024-10-09T21:33:07.761Z | Downloaded p256 v0.13.2 |
893 | 2024-10-09T21:33:07.764Z | Downloaded bitvec v1.0.1 |
894 | 2024-10-09T21:33:07.781Z | Downloaded flate2 v1.0.34 |
895 | 2024-10-09T21:33:07.786Z | Downloaded der v0.7.9 |
896 | 2024-10-09T21:33:07.792Z | Downloaded quinn v0.11.5 |
897 | 2024-10-09T21:33:07.795Z | Downloaded heapless v0.7.17 |
898 | 2024-10-09T21:33:07.800Z | Downloaded x509-cert v0.2.5 |
899 | 2024-10-09T21:33:07.805Z | Downloaded hashbrown v0.12.3 |
900 | 2024-10-09T21:33:07.810Z | Downloaded hashbrown v0.13.2 |
901 | 2024-10-09T21:33:07.816Z | Downloaded tough v0.17.1 |
902 | 2024-10-09T21:33:07.823Z | Downloaded ed25519-dalek v2.1.1 |
903 | 2024-10-09T21:33:07.827Z | Downloaded rustls-webpki v0.101.7 |
904 | 2024-10-09T21:33:07.842Z | Downloaded h2 v0.4.6 |
905 | 2024-10-09T21:33:07.850Z | Downloaded unicode-normalization v0.1.23 |
906 | 2024-10-09T21:33:07.854Z | Downloaded quick-xml v0.33.0 |
907 | 2024-10-09T21:33:07.860Z | Downloaded reedline v0.33.0 |
908 | 2024-10-09T21:33:07.868Z | Downloaded object v0.30.4 |
909 | 2024-10-09T21:33:07.878Z | Downloaded sqlparser v0.45.0 |
910 | 2024-10-09T21:33:07.883Z | Downloaded reqwest v0.12.7 |
911 | 2024-10-09T21:33:07.892Z | Downloaded regex v1.10.6 |
912 | 2024-10-09T21:33:07.907Z | Downloaded russh v0.45.0 |
913 | 2024-10-09T21:33:07.913Z | Downloaded p384 v0.13.0 |
914 | 2024-10-09T21:33:07.918Z | Downloaded idna v0.5.0 |
915 | 2024-10-09T21:33:07.927Z | Downloaded h2 v0.3.26 |
916 | 2024-10-09T21:33:07.933Z | Downloaded salty v0.3.0 |
917 | 2024-10-09T21:33:07.940Z | Downloaded idna v0.2.3 |
918 | 2024-10-09T21:33:07.949Z | Downloaded nix v0.27.1 |
919 | 2024-10-09T21:33:07.959Z | Downloaded regex-syntax v0.6.29 |
920 | 2024-10-09T21:33:07.966Z | Downloaded rusqlite v0.32.1 |
921 | 2024-10-09T21:33:07.974Z | Downloaded openssl v0.10.66 |
922 | 2024-10-09T21:33:07.983Z | Downloaded winnow v0.5.40 |
923 | 2024-10-09T21:33:07.993Z | Downloaded rayon v1.10.0 |
924 | 2024-10-09T21:33:08.003Z | Downloaded rustls v0.21.12 |
925 | 2024-10-09T21:33:08.017Z | Downloaded p521 v0.13.3 |
926 | 2024-10-09T21:33:08.021Z | Downloaded webpki-roots v0.26.3 |
927 | 2024-10-09T21:33:08.024Z | Downloaded radix_trie v0.2.1 |
928 | 2024-10-09T21:33:08.029Z | Downloaded vcpkg v0.2.15 |
929 | 2024-10-09T21:33:08.070Z | Downloaded proptest v1.5.0 |
930 | 2024-10-09T21:33:08.079Z | Downloaded rustls-webpki v0.102.4 |
931 | 2024-10-09T21:33:08.098Z | Downloaded rustls v0.22.4 |
932 | 2024-10-09T21:33:08.111Z | Downloaded smoltcp v0.9.1 |
933 | 2024-10-09T21:33:08.124Z | Downloaded dropshot v0.12.0 |
934 | 2024-10-09T21:33:08.145Z | Downloaded hickory-proto v0.24.1 |
935 | 2024-10-09T21:33:08.160Z | Downloaded openapiv3 v2.0.0 |
936 | 2024-10-09T21:33:08.174Z | Downloaded gimli v0.28.1 |
937 | 2024-10-09T21:33:08.183Z | Downloaded smoltcp v0.11.0 |
938 | 2024-10-09T21:33:08.195Z | Downloaded rustls v0.23.10 |
939 | 2024-10-09T21:33:08.212Z | Downloaded polar-core v0.27.3 |
940 | 2024-10-09T21:33:08.221Z | Downloaded typify-impl v0.2.0 |
941 | 2024-10-09T21:33:08.237Z | Downloaded diesel v2.2.4 |
942 | 2024-10-09T21:33:08.256Z | Downloaded regex-automata v0.4.6 |
943 | 2024-10-09T21:33:08.274Z | Downloaded zerocopy-derive v0.6.6 |
944 | 2024-10-09T21:33:08.283Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
945 | 2024-10-09T21:33:08.297Z | Downloaded trust-dns-proto v0.22.0 |
946 | 2024-10-09T21:33:08.309Z | Downloaded sled v0.34.7 |
947 | 2024-10-09T21:33:08.319Z | Downloaded ratatui v0.28.0 |
948 | 2024-10-09T21:33:08.340Z | Downloaded petgraph v0.6.5 |
949 | 2024-10-09T21:33:08.358Z | Downloaded finl_unicode v1.2.0 |
950 | 2024-10-09T21:33:08.371Z | Downloaded lzma-sys v0.1.20 |
951 | 2024-10-09T21:33:08.401Z | Downloaded tokio v1.39.3 |
952 | 2024-10-09T21:33:08.439Z | Downloaded sha3 v0.10.8 |
953 | 2024-10-09T21:33:08.444Z | Downloaded csv v1.3.0 |
954 | 2024-10-09T21:33:08.465Z | Downloaded nix v0.28.0 |
955 | 2024-10-09T21:33:08.477Z | Downloaded git2 v0.19.0 |
956 | 2024-10-09T21:33:08.485Z | Downloaded object v0.32.2 |
957 | 2024-10-09T21:33:08.495Z | Downloaded bstr v1.9.1 |
958 | 2024-10-09T21:33:08.506Z | Downloaded regress v0.9.1 |
959 | 2024-10-09T21:33:08.515Z | Downloaded regex-syntax v0.8.4 |
960 | 2024-10-09T21:33:08.524Z | Downloaded nix v0.29.0 |
961 | 2024-10-09T21:33:08.536Z | Downloaded idna v0.4.0 |
962 | 2024-10-09T21:33:08.544Z | Downloaded regress v0.10.1 |
963 | 2024-10-09T21:33:08.552Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2024-10-09T21:33:08.561Z | Downloaded portable-atomic v1.6.0 |
965 | 2024-10-09T21:33:08.568Z | Downloaded lalrpop v0.19.12 |
966 | 2024-10-09T21:33:08.580Z | Downloaded idna v0.3.0 |
967 | 2024-10-09T21:33:08.587Z | Downloaded futures-util v0.3.30 |
968 | 2024-10-09T21:33:08.599Z | Downloaded hyper v0.14.30 |
969 | 2024-10-09T21:33:08.607Z | Downloaded ssh-key v0.6.6 |
970 | 2024-10-09T21:33:08.615Z | Downloaded num-bigint-dig v0.8.4 |
971 | 2024-10-09T21:33:08.621Z | Downloaded encoding_rs v0.8.34 |
972 | 2024-10-09T21:33:08.644Z | Downloaded omicron-zone-package v0.11.1 |
973 | 2024-10-09T21:33:08.647Z | Downloaded num-traits v0.2.19 |
974 | 2024-10-09T21:33:08.649Z | Downloaded tokio-util v0.7.12 |
975 | 2024-10-09T21:33:08.656Z | Downloaded aes-gcm v0.10.3 |
976 | 2024-10-09T21:33:08.660Z | Downloaded rustyline v14.0.0 |
977 | 2024-10-09T21:33:08.665Z | Downloaded rand_chacha v0.3.1 |
978 | 2024-10-09T21:33:08.668Z | Downloaded group v0.13.0 |
979 | 2024-10-09T21:33:08.668Z | Downloaded glob v0.3.1 |
980 | 2024-10-09T21:33:08.670Z | Downloaded strum_macros v0.25.3 |
981 | 2024-10-09T21:33:08.673Z | Downloaded tracing-attributes v0.1.27 |
982 | 2024-10-09T21:33:08.675Z | Downloaded tinyvec v1.6.0 |
983 | 2024-10-09T21:33:08.677Z | Downloaded signal-hook v0.3.17 |
984 | 2024-10-09T21:33:08.680Z | Downloaded openssl-sys v0.9.103 |
985 | 2024-10-09T21:33:08.684Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
986 | 2024-10-09T21:33:08.743Z | Downloaded time v0.3.36 |
987 | 2024-10-09T21:33:08.751Z | Downloaded postgres-types v0.2.8 |
988 | 2024-10-09T21:33:08.753Z | Downloaded pkcs5 v0.7.1 |
989 | 2024-10-09T21:33:08.757Z | Downloaded tracing-core v0.1.32 |
990 | 2024-10-09T21:33:08.759Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-10-09T21:33:08.761Z | Downloaded derive_builder_core v0.20.0 |
992 | 2024-10-09T21:33:08.764Z | Downloaded tracing v0.1.40 |
993 | 2024-10-09T21:33:08.768Z | Downloaded des v0.8.1 |
994 | 2024-10-09T21:33:08.770Z | Downloaded hickory-resolver v0.24.1 |
995 | 2024-10-09T21:33:08.773Z | Downloaded hyper v1.4.1 |
996 | 2024-10-09T21:33:08.780Z | Downloaded smf v0.2.3 |
997 | 2024-10-09T21:33:08.783Z | Downloaded sha1 v0.10.6 |
998 | 2024-10-09T21:33:08.783Z | Downloaded tiny-keccak v2.0.2 |
999 | 2024-10-09T21:33:08.787Z | Downloaded time-macros v0.2.18 |
1000 | 2024-10-09T21:33:08.790Z | Downloaded test-strategy v0.3.1 |
1001 | 2024-10-09T21:33:08.796Z | Downloaded expectorate v1.1.0 |
1002 | 2024-10-09T21:33:08.801Z | Downloaded itertools v0.12.1 |
1003 | 2024-10-09T21:33:08.803Z | Downloaded derive-where v1.2.7 |
1004 | 2024-10-09T21:33:08.806Z | Downloaded pin-project-internal v1.1.5 |
1005 | 2024-10-09T21:33:08.808Z | Downloaded password-hash v0.4.2 |
1006 | 2024-10-09T21:33:08.810Z | Downloaded num_enum v0.5.11 |
1007 | 2024-10-09T21:33:08.814Z | Downloaded owo-colors v4.1.0 |
1008 | 2024-10-09T21:33:08.817Z | Downloaded crossterm v0.28.1 |
1009 | 2024-10-09T21:33:08.825Z | Downloaded supports-color v3.0.1 |
1010 | 2024-10-09T21:33:08.827Z | Downloaded subtle v2.5.0 |
1011 | 2024-10-09T21:33:08.827Z | Downloaded tls_codec v0.4.1 |
1012 | 2024-10-09T21:33:08.828Z | Downloaded structmeta v0.2.0 |
1013 | 2024-10-09T21:33:08.830Z | Downloaded thread_local v1.1.8 |
1014 | 2024-10-09T21:33:08.830Z | Downloaded derive_builder v0.20.0 |
1015 | 2024-10-09T21:33:08.835Z | Downloaded serde_urlencoded v0.7.1 |
1016 | 2024-10-09T21:33:08.838Z | Downloaded phf v0.11.2 |
1017 | 2024-10-09T21:33:08.838Z | Downloaded snafu v0.8.2 |
1018 | 2024-10-09T21:33:08.843Z | Downloaded libm v0.2.8 |
1019 | 2024-10-09T21:33:08.851Z | Downloaded fragile v2.0.0 |
1020 | 2024-10-09T21:33:08.854Z | Downloaded form_urlencoded v1.2.1 |
1021 | 2024-10-09T21:33:08.854Z | Downloaded tokio-stream v0.1.16 |
1022 | 2024-10-09T21:33:08.859Z | Downloaded postcard v1.0.8 |
1023 | 2024-10-09T21:33:08.862Z | Downloaded dyn-clone v1.0.17 |
1024 | 2024-10-09T21:33:08.864Z | Downloaded unicode-xid v0.2.4 |
1025 | 2024-10-09T21:33:08.867Z | Downloaded unicode-truncate v1.0.0 |
1026 | 2024-10-09T21:33:08.867Z | Downloaded opaque-debug v0.3.1 |
1027 | 2024-10-09T21:33:08.870Z | Downloaded base64 v0.21.7 |
1028 | 2024-10-09T21:33:08.873Z | Downloaded vte v0.11.1 |
1029 | 2024-10-09T21:33:08.875Z | Downloaded resolv-conf v0.7.0 |
1030 | 2024-10-09T21:33:08.875Z | Downloaded toml v0.7.8 |
1031 | 2024-10-09T21:33:08.878Z | Downloaded half v2.4.1 |
1032 | 2024-10-09T21:33:08.881Z | Downloaded futures-macro v0.3.30 |
1033 | 2024-10-09T21:33:08.884Z | Downloaded filetime v0.2.25 |
1034 | 2024-10-09T21:33:08.884Z | Downloaded ff v0.13.0 |
1035 | 2024-10-09T21:33:08.886Z | Downloaded fd-lock v4.0.2 |
1036 | 2024-10-09T21:33:08.889Z | Downloaded either v1.13.0 |
1037 | 2024-10-09T21:33:08.889Z | Downloaded postgres-protocol v0.6.7 |
1038 | 2024-10-09T21:33:08.891Z | Downloaded password-hash v0.5.0 |
1039 | 2024-10-09T21:33:08.893Z | Downloaded termcolor v1.4.1 |
1040 | 2024-10-09T21:33:08.896Z | Downloaded tap v1.0.1 |
1041 | 2024-10-09T21:33:08.896Z | Downloaded tabwriter v1.4.0 |
1042 | 2024-10-09T21:33:08.896Z | Downloaded string_cache v0.8.7 |
1043 | 2024-10-09T21:33:08.898Z | Downloaded parking_lot_core v0.8.6 |
1044 | 2024-10-09T21:33:08.901Z | Downloaded tokio-tungstenite v0.23.1 |
1045 | 2024-10-09T21:33:08.903Z | Downloaded tar v0.4.42 |
1046 | 2024-10-09T21:33:08.914Z | Downloaded socket2 v0.4.10 |
1047 | 2024-10-09T21:33:08.914Z | Downloaded clang-sys v1.7.0 |
1048 | 2024-10-09T21:33:08.925Z | Downloaded fxhash v0.2.1 |
1049 | 2024-10-09T21:33:08.925Z | Downloaded futures-sink v0.3.30 |
1050 | 2024-10-09T21:33:08.925Z | Downloaded signature v2.2.0 |
1051 | 2024-10-09T21:33:08.925Z | Downloaded serde_repr v0.1.19 |
1052 | 2024-10-09T21:33:08.925Z | Downloaded rustc_version v0.1.7 |
1053 | 2024-10-09T21:33:08.925Z | Downloaded getrandom v0.2.14 |
1054 | 2024-10-09T21:33:08.925Z | Downloaded env_logger v0.11.5 |
1055 | 2024-10-09T21:33:08.925Z | Downloaded similar v2.6.0 |
1056 | 2024-10-09T21:33:08.928Z | Downloaded russh-keys v0.45.0 |
1057 | 2024-10-09T21:33:08.928Z | Downloaded mio v1.0.2 |
1058 | 2024-10-09T21:33:08.935Z | Downloaded hyper-util v0.1.9 |
1059 | 2024-10-09T21:33:08.938Z | Downloaded darling_core v0.20.9 |
1060 | 2024-10-09T21:33:08.942Z | Downloaded crypto-bigint v0.5.5 |
1061 | 2024-10-09T21:33:08.949Z | Downloaded base64 v0.13.1 |
1062 | 2024-10-09T21:33:08.952Z | Downloaded ring v0.17.8 |
1063 | 2024-10-09T21:33:09.023Z | Downloaded radium v0.7.0 |
1064 | 2024-10-09T21:33:09.025Z | Downloaded r2d2 v0.8.10 |
1065 | 2024-10-09T21:33:09.025Z | Downloaded proc-macro-crate v1.3.1 |
1066 | 2024-10-09T21:33:09.028Z | Downloaded peg v0.8.4 |
1067 | 2024-10-09T21:33:09.030Z | Downloaded paste v1.0.15 |
1068 | 2024-10-09T21:33:09.033Z | Downloaded typify v0.2.0 |
1069 | 2024-10-09T21:33:09.036Z | Downloaded allocator-api2 v0.2.18 |
1070 | 2024-10-09T21:33:09.038Z | Downloaded zone_cfg_derive v0.1.2 |
1071 | 2024-10-09T21:33:09.043Z | Downloaded vte_generate_state_changes v0.1.1 |
1072 | 2024-10-09T21:33:09.043Z | Downloaded tower-service v0.3.2 |
1073 | 2024-10-09T21:33:09.043Z | Downloaded structmeta-derive v0.2.0 |
1074 | 2024-10-09T21:33:09.045Z | Downloaded snafu-derive v0.8.2 |
1075 | 2024-10-09T21:33:09.046Z | Downloaded num-iter v0.1.45 |
1076 | 2024-10-09T21:33:09.046Z | Downloaded const-oid v0.9.6 |
1077 | 2024-10-09T21:33:09.048Z | Downloaded blake2 v0.10.6 |
1078 | 2024-10-09T21:33:09.050Z | Downloaded foreign-types v0.5.0 |
1079 | 2024-10-09T21:33:09.050Z | Downloaded cancel-safe-futures v0.1.5 |
1080 | 2024-10-09T21:33:09.053Z | Downloaded castaway v0.2.3 |
1081 | 2024-10-09T21:33:09.056Z | Downloaded bzip2 v0.4.4 |
1082 | 2024-10-09T21:33:09.059Z | Downloaded multimap v0.10.0 |
1083 | 2024-10-09T21:33:09.059Z | Downloaded maybe-uninit v2.0.0 |
1084 | 2024-10-09T21:33:09.059Z | Downloaded ipnet v2.10.0 |
1085 | 2024-10-09T21:33:09.062Z | Downloaded cookie v0.18.1 |
1086 | 2024-10-09T21:33:09.062Z | Downloaded bitfield-struct v0.6.1 |
1087 | 2024-10-09T21:33:09.064Z | Downloaded aes v0.8.4 |
1088 | 2024-10-09T21:33:09.068Z | Downloaded memoffset v0.9.1 |
1089 | 2024-10-09T21:33:09.068Z | Downloaded ring v0.16.20 |
1090 | 2024-10-09T21:33:09.149Z | Downloaded indent_write v2.2.0 |
1091 | 2024-10-09T21:33:09.151Z | Downloaded libz-sys v1.1.16 |
1092 | 2024-10-09T21:33:09.218Z | Downloaded libefi-sys v0.1.0 |
1093 | 2024-10-09T21:33:09.221Z | Downloaded linear-map v1.2.0 |
1094 | 2024-10-09T21:33:09.221Z | Downloaded inout v0.1.3 |
1095 | 2024-10-09T21:33:09.223Z | Downloaded httpdate v1.0.3 |
1096 | 2024-10-09T21:33:09.223Z | Downloaded async-bb8-diesel v0.2.1 |
1097 | 2024-10-09T21:33:09.226Z | Downloaded bitflags v1.3.2 |
1098 | 2024-10-09T21:33:09.228Z | Downloaded base64ct v1.6.0 |
1099 | 2024-10-09T21:33:09.230Z | Downloaded cookie_store v0.21.0 |
1100 | 2024-10-09T21:33:09.233Z | Downloaded blowfish v0.9.1 |
1101 | 2024-10-09T21:33:09.233Z | Downloaded bit-vec v0.6.3 |
1102 | 2024-10-09T21:33:09.235Z | Downloaded ascii-canvas v3.0.0 |
1103 | 2024-10-09T21:33:09.235Z | Downloaded crucible-workspace-hack v0.1.0 |
1104 | 2024-10-09T21:33:09.235Z | Downloaded lazycell v1.3.0 |
1105 | 2024-10-09T21:33:09.238Z | Downloaded ipnetwork v0.20.0 |
1106 | 2024-10-09T21:33:09.240Z | Downloaded data-encoding v2.6.0 |
1107 | 2024-10-09T21:33:09.240Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-10-09T21:33:09.240Z | Downloaded cexpr v0.6.0 |
1109 | 2024-10-09T21:33:09.242Z | Downloaded libsw v3.3.1 |
1110 | 2024-10-09T21:33:09.245Z | Downloaded kstat-rs v0.2.4 |
1111 | 2024-10-09T21:33:09.245Z | Downloaded cobs v0.2.3 |
1112 | 2024-10-09T21:33:09.248Z | Downloaded cassowary v0.3.0 |
1113 | 2024-10-09T21:33:09.248Z | Downloaded matches v0.1.10 |
1114 | 2024-10-09T21:33:09.248Z | Downloaded cfg_aliases v0.2.1 |
1115 | 2024-10-09T21:33:09.251Z | Downloaded bitfield v0.14.0 |
1116 | 2024-10-09T21:33:09.251Z | Downloaded adler v1.0.2 |
1117 | 2024-10-09T21:33:09.272Z | Downloaded libsqlite3-sys v0.30.1 |
1118 | 2024-10-09T21:33:09.440Z | Compiling serde v1.0.210 |
1119 | 2024-10-09T21:33:09.443Z | Compiling typenum v1.17.0 |
1120 | 2024-10-09T21:33:09.443Z | Compiling generic-array v0.14.7 |
1121 | 2024-10-09T21:33:09.443Z | Compiling lock_api v0.4.12 |
1122 | 2024-10-09T21:33:09.606Z | Compiling subtle v2.5.0 |
1123 | 2024-10-09T21:33:09.610Z | Compiling scopeguard v1.2.0 |
1124 | 2024-10-09T21:33:09.627Z | Compiling syn v2.0.79 |
1125 | 2024-10-09T21:33:09.630Z | Compiling getrandom v0.2.14 |
1126 | 2024-10-09T21:33:09.763Z | Compiling value-bag v1.9.0 |
1127 | 2024-10-09T21:33:09.900Z | Compiling rand_core v0.6.4 |
1128 | 2024-10-09T21:33:10.035Z | Compiling const-oid v0.9.6 |
1129 | 2024-10-09T21:33:10.136Z | Compiling jobserver v0.1.32 |
1130 | 2024-10-09T21:33:10.178Z | Compiling log v0.4.22 |
1131 | 2024-10-09T21:33:10.356Z | Compiling smallvec v1.13.2 |
1132 | 2024-10-09T21:33:10.432Z | Compiling pin-project-lite v0.2.14 |
1133 | 2024-10-09T21:33:10.467Z | Compiling parking_lot_core v0.9.10 |
1134 | 2024-10-09T21:33:10.563Z | Compiling cc v1.0.97 |
1135 | 2024-10-09T21:33:10.764Z | Compiling cpufeatures v0.2.12 |
1136 | 2024-10-09T21:33:10.868Z | Compiling signal-hook-registry v1.4.2 |
1137 | 2024-10-09T21:33:11.111Z | Compiling futures-core v0.3.30 |
1138 | 2024-10-09T21:33:11.208Z | Compiling mio v1.0.2 |
1139 | 2024-10-09T21:33:11.411Z | Compiling ahash v0.8.11 |
1140 | 2024-10-09T21:33:11.732Z | Compiling parking_lot v0.12.2 |
1141 | 2024-10-09T21:33:11.792Z | Compiling futures-sink v0.3.30 |
1142 | 2024-10-09T21:33:11.931Z | Compiling spin v0.9.8 |
1143 | 2024-10-09T21:33:11.952Z | Compiling socket2 v0.5.7 |
1144 | 2024-10-09T21:33:12.092Z | Compiling slab v0.4.9 |
1145 | 2024-10-09T21:33:12.354Z | Compiling tinyvec_macros v0.1.1 |
1146 | 2024-10-09T21:33:12.434Z | Compiling serde_json v1.0.128 |
1147 | 2024-10-09T21:33:12.454Z | Compiling tinyvec v1.6.0 |
1148 | 2024-10-09T21:33:12.473Z | Compiling base64ct v1.6.0 |
1149 | 2024-10-09T21:33:12.553Z | Compiling allocator-api2 v0.2.18 |
1150 | 2024-10-09T21:33:12.717Z | Compiling libm v0.2.8 |
1151 | 2024-10-09T21:33:13.001Z | Compiling pem-rfc7468 v0.7.0 |
1152 | 2024-10-09T21:33:13.107Z | Compiling num-traits v0.2.19 |
1153 | 2024-10-09T21:33:13.109Z | Compiling flagset v0.4.5 |
1154 | 2024-10-09T21:33:13.140Z | Compiling unicode-bidi v0.3.15 |
1155 | 2024-10-09T21:33:13.403Z | Compiling futures-channel v0.3.30 |
1156 | 2024-10-09T21:33:13.656Z | Compiling futures-task v0.3.30 |
1157 | 2024-10-09T21:33:13.769Z | Compiling pin-utils v0.1.0 |
1158 | 2024-10-09T21:33:13.825Z | Compiling futures-io v0.3.30 |
1159 | 2024-10-09T21:33:13.869Z | Compiling vcpkg v0.2.15 |
1160 | 2024-10-09T21:33:13.950Z | Compiling unicode-normalization v0.1.23 |
1161 | 2024-10-09T21:33:13.991Z | Compiling pkg-config v0.3.30 |
1162 | 2024-10-09T21:33:14.157Z | Compiling crossbeam-utils v0.8.19 |
1163 | 2024-10-09T21:33:14.811Z | Compiling tracing-core v0.1.32 |
1164 | 2024-10-09T21:33:14.832Z | Compiling percent-encoding v2.3.1 |
1165 | 2024-10-09T21:33:14.885Z | Compiling ring v0.17.8 |
1166 | 2024-10-09T21:33:15.050Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-10-09T21:33:15.519Z | Compiling rustix v0.38.37 |
1168 | 2024-10-09T21:33:15.884Z | Compiling rand_chacha v0.3.1 |
1169 | 2024-10-09T21:33:16.179Z | Compiling openssl-sys v0.9.103 |
1170 | 2024-10-09T21:33:16.253Z | Compiling rustls-pki-types v1.7.0 |
1171 | 2024-10-09T21:33:16.442Z | Compiling httparse v1.8.0 |
1172 | 2024-10-09T21:33:16.584Z | Compiling rand v0.8.5 |
1173 | 2024-10-09T21:33:16.705Z | Compiling atomic-waker v1.1.2 |
1174 | 2024-10-09T21:33:16.892Z | Compiling untrusted v0.9.0 |
1175 | 2024-10-09T21:33:16.918Z | Compiling openssl v0.10.66 |
1176 | 2024-10-09T21:33:16.973Z | Compiling try-lock v0.2.5 |
1177 | 2024-10-09T21:33:17.060Z | Compiling rustversion v1.0.17 |
1178 | 2024-10-09T21:33:17.125Z | Compiling powerfmt v0.2.0 |
1179 | 2024-10-09T21:33:17.290Z | Compiling time-core v0.1.2 |
1180 | 2024-10-09T21:33:17.454Z | Compiling num-conv v0.1.0 |
1181 | 2024-10-09T21:33:17.481Z | Compiling foreign-types-shared v0.1.1 |
1182 | 2024-10-09T21:33:17.561Z | Compiling foreign-types v0.3.2 |
1183 | 2024-10-09T21:33:17.654Z | Compiling deranged v0.3.11 |
1184 | 2024-10-09T21:33:17.686Z | Compiling time-macros v0.2.18 |
1185 | 2024-10-09T21:33:17.784Z | Compiling want v0.3.1 |
1186 | 2024-10-09T21:33:18.036Z | Compiling form_urlencoded v1.2.1 |
1187 | 2024-10-09T21:33:18.251Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-10-09T21:33:18.350Z | Compiling num_threads v0.1.7 |
1189 | 2024-10-09T21:33:18.474Z | Compiling native-tls v0.2.11 |
1190 | 2024-10-09T21:33:18.595Z | Compiling base64 v0.22.1 |
1191 | 2024-10-09T21:33:18.783Z | Compiling rustls v0.23.10 |
1192 | 2024-10-09T21:33:19.047Z | Compiling siphasher v0.3.11 |
1193 | 2024-10-09T21:33:19.213Z | Compiling httpdate v1.0.3 |
1194 | 2024-10-09T21:33:19.291Z | Compiling regex-syntax v0.8.4 |
1195 | 2024-10-09T21:33:19.413Z | Compiling syn v1.0.109 |
1196 | 2024-10-09T21:33:20.074Z | Compiling crossbeam-epoch v0.9.18 |
1197 | 2024-10-09T21:33:20.568Z | Compiling time v0.3.36 |
1198 | 2024-10-09T21:33:20.708Z | Compiling idna v0.5.0 |
1199 | 2024-10-09T21:33:20.789Z | Compiling lazy_static v1.5.0 |
1200 | 2024-10-09T21:33:20.906Z | Compiling cookie v0.18.1 |
1201 | 2024-10-09T21:33:21.222Z | Compiling iana-time-zone v0.1.60 |
1202 | 2024-10-09T21:33:21.646Z | Compiling either v1.13.0 |
1203 | 2024-10-09T21:33:22.051Z | Compiling regex-automata v0.4.6 |
1204 | 2024-10-09T21:33:22.126Z | Compiling tower-service v0.3.2 |
1205 | 2024-10-09T21:33:22.252Z | Compiling openssl-probe v0.1.5 |
1206 | 2024-10-09T21:33:22.623Z | Compiling slog v2.7.0 |
1207 | 2024-10-09T21:33:22.985Z | Compiling finl_unicode v1.2.0 |
1208 | 2024-10-09T21:33:23.150Z | Compiling rayon-core v1.12.1 |
1209 | 2024-10-09T21:33:23.345Z | Compiling serde_derive v1.0.210 |
1210 | 2024-10-09T21:33:23.420Z | Compiling zeroize_derive v1.4.2 |
1211 | 2024-10-09T21:33:23.480Z | Compiling zerocopy-derive v0.7.34 |
1212 | 2024-10-09T21:33:23.510Z | Compiling tokio-macros v2.4.0 |
1213 | 2024-10-09T21:33:24.932Z | Compiling zeroize v1.8.1 |
1214 | 2024-10-09T21:33:25.069Z | Compiling der_derive v0.7.2 |
1215 | 2024-10-09T21:33:25.071Z | Compiling thiserror-impl v1.0.64 |
1216 | 2024-10-09T21:33:25.358Z | Compiling futures-macro v0.3.30 |
1217 | 2024-10-09T21:33:25.553Z | Compiling zerocopy v0.7.34 |
1218 | 2024-10-09T21:33:26.750Z | Compiling crypto-common v0.1.6 |
1219 | 2024-10-09T21:33:26.971Z | Compiling block-buffer v0.10.4 |
1220 | 2024-10-09T21:33:27.057Z | Compiling block-padding v0.3.3 |
1221 | 2024-10-09T21:33:27.215Z | Compiling digest v0.10.7 |
1222 | 2024-10-09T21:33:27.282Z | Compiling inout v0.1.3 |
1223 | 2024-10-09T21:33:27.515Z | Compiling cipher v0.4.4 |
1224 | 2024-10-09T21:33:27.550Z | Compiling der v0.7.9 |
1225 | 2024-10-09T21:33:27.644Z | Compiling hmac v0.12.1 |
1226 | 2024-10-09T21:33:27.875Z | Compiling sha2 v0.10.8 |
1227 | 2024-10-09T21:33:27.892Z | Compiling hashbrown v0.14.5 |
1228 | 2024-10-09T21:33:28.008Z | Compiling salsa20 v0.10.2 |
1229 | 2024-10-09T21:33:28.212Z | Compiling pbkdf2 v0.12.2 |
1230 | 2024-10-09T21:33:28.300Z | Compiling thiserror v1.0.64 |
1231 | 2024-10-09T21:33:28.343Z | Compiling futures-util v0.3.30 |
1232 | 2024-10-09T21:33:28.420Z | Compiling scrypt v0.11.0 |
1233 | 2024-10-09T21:33:28.942Z | Compiling aes v0.8.4 |
1234 | 2024-10-09T21:33:29.223Z | Compiling cbc v0.1.2 |
1235 | 2024-10-09T21:33:29.448Z | Compiling pest v2.7.10 |
1236 | 2024-10-09T21:33:30.740Z | Compiling spki v0.7.3 |
1237 | 2024-10-09T21:33:31.113Z | Compiling pkcs5 v0.7.1 |
1238 | 2024-10-09T21:33:31.133Z | Compiling tracing-attributes v0.1.27 |
1239 | 2024-10-09T21:33:31.452Z | Compiling scroll_derive v0.12.0 |
1240 | 2024-10-09T21:33:32.221Z | Compiling pest_meta v2.7.10 |
1241 | 2024-10-09T21:33:32.253Z | Compiling pkcs8 v0.10.2 |
1242 | 2024-10-09T21:33:32.833Z | Compiling scroll v0.12.0 |
1243 | 2024-10-09T21:33:32.936Z | Compiling openssl-macros v0.1.1 |
1244 | 2024-10-09T21:33:33.398Z | Compiling pest_generator v2.7.10 |
1245 | 2024-10-09T21:33:33.692Z | Compiling goblin v0.8.2 |
1246 | 2024-10-09T21:33:34.341Z | Compiling signature v2.2.0 |
1247 | 2024-10-09T21:33:34.559Z | Compiling md-5 v0.10.6 |
1248 | 2024-10-09T21:33:34.635Z | Compiling stringprep v0.1.4 |
1249 | 2024-10-09T21:33:34.907Z | Compiling url v2.5.2 |
1250 | 2024-10-09T21:33:34.927Z | Compiling tracing v0.1.40 |
1251 | 2024-10-09T21:33:35.438Z | Compiling crossbeam-deque v0.8.5 |
1252 | 2024-10-09T21:33:35.764Z | Compiling rustls-webpki v0.102.4 |
1253 | 2024-10-09T21:33:35.841Z | Compiling num-integer v0.1.46 |
1254 | 2024-10-09T21:33:36.618Z | Compiling backtrace v0.3.71 |
1255 | 2024-10-09T21:33:37.096Z | Compiling bytes v1.7.2 |
1256 | 2024-10-09T21:33:37.116Z | Compiling bitflags v2.6.0 |
1257 | 2024-10-09T21:33:37.271Z | Compiling indexmap v2.5.0 |
1258 | 2024-10-09T21:33:37.545Z | Compiling semver v1.0.23 |
1259 | 2024-10-09T21:33:38.021Z | Compiling tokio v1.39.3 |
1260 | 2024-10-09T21:33:38.314Z | Compiling rustc_version v0.4.0 |
1261 | 2024-10-09T21:33:38.387Z | Compiling http v1.1.0 |
1262 | 2024-10-09T21:33:39.109Z | Compiling pest_derive v2.7.10 |
1263 | 2024-10-09T21:33:39.901Z | Compiling dtrace-parser v0.2.0 |
1264 | 2024-10-09T21:33:40.540Z | Compiling http-body v1.0.0 |
1265 | 2024-10-09T21:33:40.775Z | Compiling dof v0.3.0 |
1266 | 2024-10-09T21:33:40.897Z | Compiling heapless v0.7.17 |
1267 | 2024-10-09T21:33:42.273Z | Compiling uuid v1.10.0 |
1268 | 2024-10-09T21:33:43.026Z | Compiling usdt-impl v0.5.0 |
1269 | 2024-10-09T21:33:43.632Z | Compiling curve25519-dalek v4.1.3 |
1270 | 2024-10-09T21:33:44.100Z | Compiling serde_tokenstream v0.2.2 |
1271 | 2024-10-09T21:33:44.234Z | Compiling chrono v0.4.38 |
1272 | 2024-10-09T21:33:44.263Z | Compiling serde_spanned v0.6.7 |
1273 | 2024-10-09T21:33:44.519Z | Compiling toml_datetime v0.6.8 |
1274 | 2024-10-09T21:33:44.584Z | Compiling idna v0.3.0 |
1275 | 2024-10-09T21:33:44.711Z | Compiling ff v0.13.0 |
1276 | 2024-10-09T21:33:44.926Z | Compiling hash32 v0.2.1 |
1277 | 2024-10-09T21:33:45.032Z | Compiling stable_deref_trait v1.2.0 |
1278 | 2024-10-09T21:33:45.142Z | Compiling fallible-iterator v0.2.0 |
1279 | 2024-10-09T21:33:45.297Z | Compiling psl-types v2.0.11 |
1280 | 2024-10-09T21:33:45.498Z | Compiling base16ct v0.2.0 |
1281 | 2024-10-09T21:33:45.822Z | Compiling smoltcp v0.9.1 |
1282 | 2024-10-09T21:33:45.849Z | Compiling num-bigint-dig v0.8.4 |
1283 | 2024-10-09T21:33:46.185Z | Compiling tokio-util v0.7.12 |
1284 | 2024-10-09T21:33:46.202Z | Compiling adler v1.0.2 |
1285 | 2024-10-09T21:33:46.437Z | Compiling gimli v0.28.1 |
1286 | 2024-10-09T21:33:46.602Z | Compiling portable-atomic v1.6.0 |
1287 | 2024-10-09T21:33:47.524Z | Compiling h2 v0.4.6 |
1288 | 2024-10-09T21:33:47.968Z | Compiling signal-hook v0.3.17 |
1289 | 2024-10-09T21:33:48.250Z | Compiling crc32fast v1.4.0 |
1290 | 2024-10-09T21:33:48.317Z | Compiling tokio-native-tls v0.3.1 |
1291 | 2024-10-09T21:33:48.704Z | Compiling miniz_oxide v0.7.2 |
1292 | 2024-10-09T21:33:48.901Z | Compiling tokio-rustls v0.26.0 |
1293 | 2024-10-09T21:33:49.360Z | Compiling postgres-protocol v0.6.7 |
1294 | 2024-10-09T21:33:49.497Z | Compiling sec1 v0.7.3 |
1295 | 2024-10-09T21:33:49.611Z | Compiling hubpack_derive v0.1.1 |
1296 | 2024-10-09T21:33:50.087Z | Compiling publicsuffix v2.2.3 |
1297 | 2024-10-09T21:33:50.357Z | Compiling group v0.13.0 |
1298 | 2024-10-09T21:33:50.647Z | Compiling terminal_size v0.3.0 |
1299 | 2024-10-09T21:33:50.668Z | Compiling addr2line v0.21.0 |
1300 | 2024-10-09T21:33:50.691Z | Compiling http-body-util v0.1.2 |
1301 | 2024-10-09T21:33:50.742Z | Compiling num-iter v0.1.45 |
1302 | 2024-10-09T21:33:51.339Z | Compiling hkdf v0.12.4 |
1303 | 2024-10-09T21:33:51.411Z | Compiling crypto-bigint v0.5.5 |
1304 | 2024-10-09T21:33:51.448Z | Compiling curve25519-dalek-derive v0.1.1 |
1305 | 2024-10-09T21:33:51.588Z | Compiling zerocopy-derive v0.6.6 |
1306 | 2024-10-09T21:33:52.084Z | Compiling async-trait v0.1.83 |
1307 | 2024-10-09T21:33:52.105Z | Compiling phf_shared v0.11.2 |
1308 | 2024-10-09T21:33:52.492Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-10-09T21:33:52.675Z | Compiling webpki-roots v0.26.3 |
1310 | 2024-10-09T21:33:52.896Z | Compiling object v0.32.2 |
1311 | 2024-10-09T21:33:53.007Z | Compiling fs-err v2.11.0 |
1312 | 2024-10-09T21:33:53.027Z | Compiling adler2 v2.0.0 |
1313 | 2024-10-09T21:33:53.236Z | Compiling bitflags v1.3.2 |
1314 | 2024-10-09T21:33:53.321Z | Compiling anyhow v1.0.89 |
1315 | 2024-10-09T21:33:53.347Z | Compiling winnow v0.5.40 |
1316 | 2024-10-09T21:33:53.774Z | Compiling ipnet v2.10.0 |
1317 | 2024-10-09T21:33:53.937Z | Compiling rustc-demangle v0.1.24 |
1318 | 2024-10-09T21:33:54.853Z | Compiling hyper v1.4.1 |
1319 | 2024-10-09T21:33:54.911Z | Compiling managed v0.8.0 |
1320 | 2024-10-09T21:33:54.989Z | Compiling schemars v0.8.21 |
1321 | 2024-10-09T21:33:55.199Z | Compiling schemars_derive v0.8.21 |
1322 | 2024-10-09T21:33:55.402Z | Compiling clap_builder v4.5.18 |
1323 | 2024-10-09T21:33:57.251Z | Compiling hyper-util v0.1.9 |
1324 | 2024-10-09T21:33:57.515Z | Compiling toml_edit v0.19.15 |
1325 | 2024-10-09T21:33:57.517Z | Compiling elliptic-curve v0.13.8 |
1326 | 2024-10-09T21:33:58.348Z | Compiling zerocopy v0.6.6 |
1327 | 2024-10-09T21:33:58.511Z | Compiling console v0.15.8 |
1328 | 2024-10-09T21:33:58.621Z | Compiling miniz_oxide v0.8.0 |
1329 | 2024-10-09T21:33:59.166Z | Compiling phf v0.11.2 |
1330 | 2024-10-09T21:34:00.025Z | Compiling hyper-rustls v0.27.3 |
1331 | 2024-10-09T21:34:00.171Z | Compiling hyper-tls v0.6.0 |
1332 | 2024-10-09T21:34:00.193Z | Compiling rayon v1.10.0 |
1333 | 2024-10-09T21:34:00.305Z | Compiling cookie_store v0.21.0 |
1334 | 2024-10-09T21:34:00.659Z | Compiling hubpack v0.1.2 |
1335 | 2024-10-09T21:34:01.115Z | Compiling postgres-types v0.2.8 |
1336 | 2024-10-09T21:34:02.987Z | Compiling usdt-attr-macro v0.5.0 |
1337 | 2024-10-09T21:34:03.625Z | Compiling usdt-macro v0.5.0 |
1338 | 2024-10-09T21:34:03.643Z | Compiling serde-big-array v0.5.1 |
1339 | 2024-10-09T21:34:03.875Z | Compiling serde_urlencoded v0.7.1 |
1340 | 2024-10-09T21:34:04.408Z | Compiling ed25519 v2.2.3 |
1341 | 2024-10-09T21:34:04.701Z | Compiling futures-executor v0.3.30 |
1342 | 2024-10-09T21:34:04.782Z | Compiling pkcs1 v0.7.5 |
1343 | 2024-10-09T21:34:05.062Z | Compiling rfc6979 v0.4.0 |
1344 | 2024-10-09T21:34:05.175Z | Compiling regex v1.10.6 |
1345 | 2024-10-09T21:34:05.250Z | Compiling bstr v1.9.1 |
1346 | 2024-10-09T21:34:05.282Z | Compiling strum_macros v0.25.3 |
1347 | 2024-10-09T21:34:05.473Z | Compiling enum-as-inner v0.6.0 |
1348 | 2024-10-09T21:34:05.793Z | Compiling serde_repr v0.1.19 |
1349 | 2024-10-09T21:34:06.306Z | Compiling clap_derive v4.5.18 |
1350 | 2024-10-09T21:34:06.395Z | Compiling phf_shared v0.10.0 |
1351 | 2024-10-09T21:34:06.627Z | Compiling rustls-pemfile v2.1.3 |
1352 | 2024-10-09T21:34:06.805Z | Compiling float-cmp v0.9.0 |
1353 | 2024-10-09T21:34:07.019Z | Compiling idna v0.4.0 |
1354 | 2024-10-09T21:34:07.037Z | Compiling sync_wrapper v1.0.1 |
1355 | 2024-10-09T21:34:07.040Z | Compiling mio v0.8.11 |
1356 | 2024-10-09T21:34:07.078Z | Compiling encoding_rs v0.8.34 |
1357 | 2024-10-09T21:34:07.097Z | Compiling number_prefix v0.4.0 |
1358 | 2024-10-09T21:34:07.187Z | Compiling new_debug_unreachable v1.0.6 |
1359 | 2024-10-09T21:34:07.289Z | Compiling difflib v0.4.0 |
1360 | 2024-10-09T21:34:07.330Z | Compiling static_assertions v1.1.0 |
1361 | 2024-10-09T21:34:07.452Z | Compiling fixedbitset v0.4.2 |
1362 | 2024-10-09T21:34:07.904Z | Compiling dyn-clone v1.0.17 |
1363 | 2024-10-09T21:34:08.117Z | Compiling data-encoding v2.6.0 |
1364 | 2024-10-09T21:34:08.351Z | Compiling precomputed-hash v0.1.1 |
1365 | 2024-10-09T21:34:08.468Z | Compiling predicates-core v1.0.6 |
1366 | 2024-10-09T21:34:08.611Z | Compiling bit-vec v0.6.3 |
1367 | 2024-10-09T21:34:08.829Z | Compiling normalize-line-endings v0.3.0 |
1368 | 2024-10-09T21:34:08.847Z | Compiling mime v0.3.17 |
1369 | 2024-10-09T21:34:08.953Z | Compiling whoami v1.5.2 |
1370 | 2024-10-09T21:34:09.053Z | Compiling minimal-lexical v0.2.1 |
1371 | 2024-10-09T21:34:09.313Z | Compiling unicode-segmentation v1.11.0 |
1372 | 2024-10-09T21:34:09.473Z | Compiling reqwest v0.12.7 |
1373 | 2024-10-09T21:34:09.564Z | Compiling nom v7.1.3 |
1374 | 2024-10-09T21:34:09.588Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1375 | 2024-10-09T21:34:10.147Z | Compiling similar v2.6.0 |
1376 | 2024-10-09T21:34:10.480Z | Compiling tokio-postgres v0.7.12 |
1377 | 2024-10-09T21:34:11.391Z | Compiling clap v4.5.18 |
1378 | 2024-10-09T21:34:11.520Z | Compiling predicates v3.1.2 |
1379 | 2024-10-09T21:34:11.522Z | Compiling bit-set v0.5.3 |
1380 | 2024-10-09T21:34:11.854Z | Compiling toml_edit v0.22.22 |
1381 | 2024-10-09T21:34:12.643Z | Compiling hickory-proto v0.24.1 |
1382 | 2024-10-09T21:34:13.227Z | Compiling string_cache v0.8.7 |
1383 | 2024-10-09T21:34:13.693Z | Compiling signal-hook-mio v0.2.4 |
1384 | 2024-10-09T21:34:13.874Z | Compiling petgraph v0.6.5 |
1385 | 2024-10-09T21:34:15.382Z | Compiling indicatif v0.17.8 |
1386 | 2024-10-09T21:34:16.132Z | Compiling usdt v0.5.0 |
1387 | 2024-10-09T21:34:16.439Z | Compiling rsa v0.9.6 |
1388 | 2024-10-09T21:34:16.651Z | Compiling ecdsa v0.16.9 |
1389 | 2024-10-09T21:34:17.027Z | Compiling futures v0.3.30 |
1390 | 2024-10-09T21:34:17.152Z | Compiling ed25519-dalek v2.1.1 |
1391 | 2024-10-09T21:34:17.497Z | Compiling flate2 v1.0.34 |
1392 | 2024-10-09T21:34:17.627Z | Compiling toml v0.7.8 |
1393 | 2024-10-09T21:34:18.444Z | Compiling tokio-stream v0.1.16 |
1394 | 2024-10-09T21:34:18.752Z | Compiling openapiv3 v2.0.0 |
1395 | 2024-10-09T21:34:19.255Z | Compiling hex v0.4.3 |
1396 | 2024-10-09T21:34:19.340Z | Compiling x509-cert v0.2.5 |
1397 | 2024-10-09T21:34:19.505Z | Compiling sha1 v0.10.6 |
1398 | 2024-10-09T21:34:19.861Z | Compiling itertools v0.12.1 |
1399 | 2024-10-09T21:34:19.947Z | Compiling itertools v0.10.5 |
1400 | 2024-10-09T21:34:20.148Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-10-09T21:34:20.845Z | Compiling lalrpop-util v0.19.12 |
1402 | 2024-10-09T21:34:21.236Z | Compiling peg-runtime v0.8.3 |
1403 | 2024-10-09T21:34:21.907Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-10-09T21:34:22.094Z | Compiling dirs-next v2.0.0 |
1405 | 2024-10-09T21:34:22.125Z | Compiling thread_local v1.1.8 |
1406 | 2024-10-09T21:34:22.301Z | Compiling slog-async v2.8.0 |
1407 | 2024-10-09T21:34:22.685Z | Compiling term v0.7.0 |
1408 | 2024-10-09T21:34:22.782Z | Compiling xattr v1.3.1 |
1409 | 2024-10-09T21:34:22.913Z | Compiling strum_macros v0.26.4 |
1410 | 2024-10-09T21:34:22.970Z | Compiling crossbeam-channel v0.5.12 |
1411 | 2024-10-09T21:34:23.068Z | Compiling filetime v0.2.25 |
1412 | 2024-10-09T21:34:23.084Z | Compiling is-terminal v0.4.12 |
1413 | 2024-10-09T21:34:23.139Z | Compiling take_mut v0.2.2 |
1414 | 2024-10-09T21:34:23.192Z | Compiling slog-term v2.9.1 |
1415 | 2024-10-09T21:34:23.288Z | Compiling tar v0.4.42 |
1416 | 2024-10-09T21:34:23.351Z | Compiling camino v1.1.9 |
1417 | 2024-10-09T21:34:24.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1418 | 2024-10-09T21:34:25.809Z | Compiling strum v0.26.3 |
1419 | 2024-10-09T21:34:25.886Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1420 | 2024-10-09T21:34:31.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
1421 | 2024-10-09T21:34:31.182Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1422 | 2024-10-09T21:34:31.232Z | Oct 09 21:34:30.185 INFO Starting download, target: Clickhouse |
1423 | 2024-10-09T21:34:31.232Z | Oct 09 21:34:30.185 INFO Starting download, target: Console |
1424 | 2024-10-09T21:34:31.232Z | Oct 09 21:34:30.185 INFO Starting download, target: Cockroach |
1425 | 2024-10-09T21:34:31.232Z | Oct 09 21:34:30.185 INFO Starting download, target: DendriteOpenapi |
1426 | 2024-10-09T21:34:31.232Z | Oct 09 21:34:30.185 INFO Starting download, target: DendriteStub |
1427 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.185 INFO Starting download, target: MaghemiteMgd |
1428 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.185 INFO Starting download, target: TransceiverControl |
1429 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1430 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1431 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1432 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1433 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1434 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1435 | 2024-10-09T21:34:31.235Z | Oct 09 21:34:30.186 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1436 | 2024-10-09T21:34:31.391Z | Oct 09 21:34:30.341 INFO Download complete, target: DendriteOpenapi |
1437 | 2024-10-09T21:34:31.463Z | Oct 09 21:34:30.415 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1438 | 2024-10-09T21:34:31.727Z | Oct 09 21:34:30.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1439 | 2024-10-09T21:34:31.962Z | Oct 09 21:34:30.913 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1440 | 2024-10-09T21:34:32.109Z | Oct 09 21:34:31.061 INFO Download complete, target: Console |
1441 | 2024-10-09T21:34:32.243Z | Oct 09 21:34:31.196 INFO Download complete, target: TransceiverControl |
1442 | 2024-10-09T21:34:32.252Z | Oct 09 21:34:31.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1443 | 2024-10-09T21:34:32.482Z | Oct 09 21:34:31.434 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1444 | 2024-10-09T21:34:32.482Z | Oct 09 21:34:31.434 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1445 | 2024-10-09T21:34:33.598Z | Oct 09 21:34:32.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1446 | 2024-10-09T21:34:35.207Z | Oct 09 21:34:34.160 INFO Download complete, target: MaghemiteMgd |
1447 | 2024-10-09T21:34:35.232Z | Oct 09 21:34:34.185 INFO Download complete, target: DendriteStub |
1448 | 2024-10-09T21:34:40.726Z | Oct 09 21:34:39.678 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1449 | 2024-10-09T21:34:41.050Z | Oct 09 21:34:40.002 INFO Checking that binary works, target: Cockroach |
1450 | 2024-10-09T21:34:41.207Z | Oct 09 21:34:40.159 INFO Download complete, target: Cockroach |
1451 | 2024-10-09T21:34:47.388Z | Oct 09 21:34:46.339 INFO Checking that binary works, target: Clickhouse |
1452 | 2024-10-09T21:34:48.522Z | Oct 09 21:34:47.473 INFO Download complete, target: Clickhouse |
1453 | 2024-10-09T21:34:49.080Z | All builder prerequisites installed successfully, and PATH looks valid |
1454 | 2024-10-09T21:34:49.083Z | |
1455 | 2024-10-09T21:34:49.083Z | real 4:18.734379618 |
1456 | 2024-10-09T21:34:49.083Z | user 11:47.614428993 |
1457 | 2024-10-09T21:34:49.083Z | sys 2:31.375324138 |
1458 | 2024-10-09T21:34:49.083Z | trap 0.425247204 |
1459 | 2024-10-09T21:34:49.083Z | tflt 11.352403224 |
1460 | 2024-10-09T21:34:49.083Z | dflt 7.537676527 |
1461 | 2024-10-09T21:34:49.083Z | kflt 0.247370912 |
1462 | 2024-10-09T21:34:49.083Z | lock 23:05.446826036 |
1463 | 2024-10-09T21:34:49.083Z | slp 48:06.602896045 |
1464 | 2024-10-09T21:34:49.083Z | lat 40.644905178 |
1465 | 2024-10-09T21:34:49.083Z | stop 1:51.787311330 |
1466 | 2024-10-09T21:34:49.083Z | + banner clippy |
1467 | 2024-10-09T21:34:49.088Z | |
1468 | 2024-10-09T21:34:49.088Z | #### # # ##### ##### # # |
1469 | 2024-10-09T21:34:49.088Z | # # # # # # # # # # |
1470 | 2024-10-09T21:34:49.088Z | # # # # # # # # |
1471 | 2024-10-09T21:34:49.088Z | # # # ##### ##### # |
1472 | 2024-10-09T21:34:49.088Z | # # # # # # # |
1473 | 2024-10-09T21:34:49.088Z | #### ###### # # # # |
1474 | 2024-10-09T21:34:49.088Z | |
1475 | 2024-10-09T21:34:49.088Z | + export CARGO_INCREMENTAL=0 |
1476 | 2024-10-09T21:34:49.088Z | + CARGO_INCREMENTAL=0 |
1477 | 2024-10-09T21:34:49.088Z | + ptime -m cargo xtask clippy |
1478 | 2024-10-09T21:34:49.681Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1479 | 2024-10-09T21:34:53.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
1480 | 2024-10-09T21:34:53.747Z | Running `target/debug/xtask clippy` |
1481 | 2024-10-09T21:34:53.769Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1482 | 2024-10-09T21:34:54.492Z | Downloading crates ... |
1483 | 2024-10-09T21:34:54.798Z | Downloaded async-channel v1.9.0 |
1484 | 2024-10-09T21:34:54.808Z | Downloaded async-io v2.3.4 |
1485 | 2024-10-09T21:34:54.811Z | Downloaded assert_cmd v2.0.16 |
1486 | 2024-10-09T21:34:54.813Z | Downloaded async-object-pool v0.1.5 |
1487 | 2024-10-09T21:34:54.816Z | Downloaded async-executor v1.13.1 |
1488 | 2024-10-09T21:34:54.818Z | Downloaded approx v0.5.1 |
1489 | 2024-10-09T21:34:54.820Z | Downloaded pathdiff v0.2.1 |
1490 | 2024-10-09T21:34:54.825Z | Downloaded nested v0.1.1 |
1491 | 2024-10-09T21:34:54.829Z | Downloaded doc-comment v0.3.3 |
1492 | 2024-10-09T21:34:54.831Z | Downloaded async-signal v0.2.10 |
1493 | 2024-10-09T21:34:54.834Z | Downloaded piper v0.2.4 |
1494 | 2024-10-09T21:34:54.837Z | Downloaded event-listener-strategy v0.5.2 |
1495 | 2024-10-09T21:34:54.837Z | Downloaded event-listener v2.5.3 |
1496 | 2024-10-09T21:34:54.839Z | Downloaded plotters-backend v0.3.5 |
1497 | 2024-10-09T21:34:54.842Z | Downloaded oorandom v11.1.3 |
1498 | 2024-10-09T21:34:54.842Z | Downloaded relative-path v1.9.3 |
1499 | 2024-10-09T21:34:54.842Z | Downloaded datatest-stable v0.2.9 |
1500 | 2024-10-09T21:34:54.847Z | Downloaded concurrent-queue v2.5.0 |
1501 | 2024-10-09T21:34:54.864Z | Downloaded threadpool v1.8.1 |
1502 | 2024-10-09T21:34:54.866Z | Downloaded target-lexicon v0.12.16 |
1503 | 2024-10-09T21:34:54.868Z | Downloaded similar-asserts v1.6.0 |
1504 | 2024-10-09T21:34:54.868Z | Downloaded async-attributes v1.1.2 |
1505 | 2024-10-09T21:34:54.871Z | Downloaded rustls-native-certs v0.7.0 |
1506 | 2024-10-09T21:34:54.873Z | Downloaded partial-io v0.5.4 |
1507 | 2024-10-09T21:34:54.876Z | Downloaded cast v0.3.0 |
1508 | 2024-10-09T21:34:54.876Z | Downloaded rstest v0.22.0 |
1509 | 2024-10-09T21:34:54.881Z | Downloaded futures-lite v2.3.0 |
1510 | 2024-10-09T21:34:54.883Z | Downloaded guppy-workspace-hack v0.1.0 |
1511 | 2024-10-09T21:34:54.883Z | Downloaded plotters-svg v0.3.5 |
1512 | 2024-10-09T21:34:54.885Z | Downloaded escape8259 v0.5.2 |
1513 | 2024-10-09T21:34:54.885Z | Downloaded async-process v2.2.4 |
1514 | 2024-10-09T21:34:54.888Z | Downloaded async-task v4.7.1 |
1515 | 2024-10-09T21:34:54.891Z | Downloaded async-global-executor v2.4.1 |
1516 | 2024-10-09T21:34:54.891Z | Downloaded async-lock v3.4.0 |
1517 | 2024-10-09T21:34:54.894Z | Downloaded async-channel v2.3.1 |
1518 | 2024-10-09T21:34:54.894Z | Downloaded assert-json-diff v2.0.2 |
1519 | 2024-10-09T21:34:54.896Z | Downloaded anes v0.1.6 |
1520 | 2024-10-09T21:34:54.899Z | Downloaded kv-log-macro v1.0.7 |
1521 | 2024-10-09T21:34:54.901Z | Downloaded num_cpus v1.16.0 |
1522 | 2024-10-09T21:34:54.901Z | Downloaded path-tree v0.8.1 |
1523 | 2024-10-09T21:34:54.904Z | Downloaded indoc v2.0.5 |
1524 | 2024-10-09T21:34:54.907Z | Downloaded futures-timer v3.0.3 |
1525 | 2024-10-09T21:34:54.907Z | Downloaded blocking v1.6.1 |
1526 | 2024-10-09T21:34:54.910Z | Downloaded parking v2.2.1 |
1527 | 2024-10-09T21:34:54.910Z | Downloaded criterion-plot v0.5.0 |
1528 | 2024-10-09T21:34:54.912Z | Downloaded hyper-rustls v0.26.0 |
1529 | 2024-10-09T21:34:54.912Z | Downloaded serde_regex v1.1.0 |
1530 | 2024-10-09T21:34:54.923Z | Downloaded libtest-mimic v0.7.3 |
1531 | 2024-10-09T21:34:54.930Z | Downloaded tinytemplate v1.2.1 |
1532 | 2024-10-09T21:34:54.932Z | Downloaded blake2b_simd v1.0.2 |
1533 | 2024-10-09T21:34:54.935Z | Downloaded yansi v1.0.1 |
1534 | 2024-10-09T21:34:54.938Z | Downloaded trybuild v1.0.99 |
1535 | 2024-10-09T21:34:54.941Z | Downloaded target-spec v3.2.1 |
1536 | 2024-10-09T21:34:54.941Z | Downloaded stringmetrics v2.2.2 |
1537 | 2024-10-09T21:34:54.943Z | Downloaded proc-macro-crate v3.1.0 |
1538 | 2024-10-09T21:34:54.943Z | Downloaded cfg-expr v0.16.0 |
1539 | 2024-10-09T21:34:54.946Z | Downloaded rust-argon2 v2.1.0 |
1540 | 2024-10-09T21:34:54.948Z | Downloaded toml_edit v0.21.1 |
1541 | 2024-10-09T21:34:54.968Z | Downloaded rand_distr v0.4.3 |
1542 | 2024-10-09T21:34:54.970Z | Downloaded rstest_macros v0.22.0 |
1543 | 2024-10-09T21:34:54.974Z | Downloaded pretty_assertions v1.4.1 |
1544 | 2024-10-09T21:34:54.977Z | Downloaded guppy v0.17.7 |
1545 | 2024-10-09T21:34:54.980Z | Downloaded fancy-regex v0.13.0 |
1546 | 2024-10-09T21:34:54.983Z | Downloaded plotters v0.3.5 |
1547 | 2024-10-09T21:34:54.991Z | Downloaded criterion v0.5.1 |
1548 | 2024-10-09T21:34:54.997Z | Downloaded async-std v1.13.0 |
1549 | 2024-10-09T21:34:55.016Z | Downloaded event-listener v5.3.1 |
1550 | 2024-10-09T21:34:55.018Z | Downloaded polling v3.7.3 |
1551 | 2024-10-09T21:34:55.020Z | Downloaded httptest v0.16.1 |
1552 | 2024-10-09T21:34:55.066Z | Downloaded httpmock v0.8.0-alpha.1 |
1553 | 2024-10-09T21:34:55.764Z | Checking cfg-if v1.0.0 |
1554 | 2024-10-09T21:34:55.834Z | Checking libc v0.2.159 |
1555 | 2024-10-09T21:34:55.853Z | Checking serde v1.0.210 |
1556 | 2024-10-09T21:34:55.870Z | Checking memchr v2.7.2 |
1557 | 2024-10-09T21:34:55.889Z | Checking value-bag v1.9.0 |
1558 | 2024-10-09T21:34:55.909Z | Checking scopeguard v1.2.0 |
1559 | 2024-10-09T21:34:55.933Z | Checking byteorder v1.5.0 |
1560 | 2024-10-09T21:34:55.950Z | Checking once_cell v1.19.0 |
1561 | 2024-10-09T21:34:55.972Z | Checking zeroize v1.8.1 |
1562 | 2024-10-09T21:34:56.042Z | Checking lock_api v0.4.12 |
1563 | 2024-10-09T21:34:56.239Z | Checking itoa v1.0.11 |
1564 | 2024-10-09T21:34:56.286Z | Checking smallvec v1.13.2 |
1565 | 2024-10-09T21:34:56.295Z | Checking log v0.4.22 |
1566 | 2024-10-09T21:34:56.329Z | Checking pin-project-lite v0.2.14 |
1567 | 2024-10-09T21:34:56.433Z | Checking subtle v2.5.0 |
1568 | 2024-10-09T21:34:56.459Z | Checking typenum v1.17.0 |
1569 | 2024-10-09T21:34:56.485Z | Checking futures-core v0.3.30 |
1570 | 2024-10-09T21:34:56.640Z | Checking zerocopy v0.7.34 |
1571 | 2024-10-09T21:34:56.670Z | Checking thiserror v1.0.64 |
1572 | 2024-10-09T21:34:56.693Z | Checking libm v0.2.8 |
1573 | 2024-10-09T21:34:56.715Z | Checking ryu v1.0.18 |
1574 | 2024-10-09T21:34:56.784Z | Checking spin v0.9.8 |
1575 | 2024-10-09T21:34:56.815Z | Checking futures-io v0.3.30 |
1576 | 2024-10-09T21:34:56.920Z | Checking getrandom v0.2.14 |
1577 | 2024-10-09T21:34:56.953Z | Checking parking_lot_core v0.9.10 |
1578 | 2024-10-09T21:34:57.001Z | Checking signal-hook-registry v1.4.2 |
1579 | 2024-10-09T21:34:57.148Z | Checking mio v1.0.2 |
1580 | 2024-10-09T21:34:57.176Z | Checking rand_core v0.6.4 |
1581 | 2024-10-09T21:34:57.250Z | Checking socket2 v0.5.7 |
1582 | 2024-10-09T21:34:57.275Z | Checking parking_lot v0.12.2 |
1583 | 2024-10-09T21:34:57.464Z | Checking const-oid v0.9.6 |
1584 | 2024-10-09T21:34:57.627Z | Checking num-traits v0.2.19 |
1585 | 2024-10-09T21:34:57.654Z | Checking slab v0.4.9 |
1586 | 2024-10-09T21:34:57.721Z | Checking allocator-api2 v0.2.18 |
1587 | 2024-10-09T21:34:57.747Z | Checking generic-array v0.14.7 |
1588 | 2024-10-09T21:34:57.777Z | Checking futures-sink v0.3.30 |
1589 | 2024-10-09T21:34:57.914Z | Checking cpufeatures v0.2.12 |
1590 | 2024-10-09T21:34:57.950Z | Checking pin-utils v0.1.0 |
1591 | 2024-10-09T21:34:57.997Z | Checking futures-channel v0.3.30 |
1592 | 2024-10-09T21:34:58.035Z | Checking futures-task v0.3.30 |
1593 | 2024-10-09T21:34:58.090Z | Checking ahash v0.8.11 |
1594 | 2024-10-09T21:34:58.274Z | Checking equivalent v1.0.1 |
1595 | 2024-10-09T21:34:58.329Z | Checking fnv v1.0.7 |
1596 | 2024-10-09T21:34:58.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1597 | 2024-10-09T21:34:58.401Z | Checking futures-util v0.3.30 |
1598 | 2024-10-09T21:34:58.459Z | Checking tracing-core v0.1.32 |
1599 | 2024-10-09T21:34:58.656Z | Checking hashbrown v0.14.5 |
1600 | 2024-10-09T21:34:58.719Z | Checking errno v0.3.9 |
1601 | 2024-10-09T21:34:58.898Z | Checking iana-time-zone v0.1.60 |
1602 | 2024-10-09T21:34:58.939Z | Checking crypto-common v0.1.6 |
1603 | 2024-10-09T21:34:59.050Z | Checking block-buffer v0.10.4 |
1604 | 2024-10-09T21:34:59.104Z | Checking tracing v0.1.40 |
1605 | 2024-10-09T21:34:59.143Z | Checking tinyvec_macros v0.1.1 |
1606 | 2024-10-09T21:34:59.238Z | Checking tinyvec v1.6.0 |
1607 | 2024-10-09T21:34:59.262Z | Checking ppv-lite86 v0.2.17 |
1608 | 2024-10-09T21:34:59.285Z | Checking unicode-bidi v0.3.15 |
1609 | 2024-10-09T21:34:59.309Z | Checking digest v0.10.7 |
1610 | 2024-10-09T21:34:59.460Z | Checking block-padding v0.3.3 |
1611 | 2024-10-09T21:34:59.691Z | Checking inout v0.1.3 |
1612 | 2024-10-09T21:34:59.716Z | Checking percent-encoding v2.3.1 |
1613 | 2024-10-09T21:34:59.883Z | Checking crossbeam-utils v0.8.19 |
1614 | 2024-10-09T21:34:59.908Z | Checking cipher v0.4.4 |
1615 | 2024-10-09T21:34:59.930Z | Checking dyn-clone v1.0.17 |
1616 | 2024-10-09T21:34:59.950Z | Checking form_urlencoded v1.2.1 |
1617 | 2024-10-09T21:34:59.987Z | Checking rand_chacha v0.3.1 |
1618 | 2024-10-09T21:35:00.058Z | Checking regex-syntax v0.8.4 |
1619 | 2024-10-09T21:35:00.133Z | Checking base64ct v1.6.0 |
1620 | 2024-10-09T21:35:00.286Z | Checking hmac v0.12.1 |
1621 | 2024-10-09T21:35:00.379Z | Checking rand v0.8.5 |
1622 | 2024-10-09T21:35:00.501Z | Checking httparse v1.8.0 |
1623 | 2024-10-09T21:35:00.534Z | Checking unicode-normalization v0.1.23 |
1624 | 2024-10-09T21:35:00.569Z | Checking sha2 v0.10.8 |
1625 | 2024-10-09T21:35:00.595Z | Checking aho-corasick v1.1.3 |
1626 | 2024-10-09T21:35:00.834Z | Checking bytes v1.7.2 |
1627 | 2024-10-09T21:35:00.913Z | Checking bitflags v2.6.0 |
1628 | 2024-10-09T21:35:01.114Z | Checking serde_json v1.0.128 |
1629 | 2024-10-09T21:35:01.203Z | Checking indexmap v2.5.0 |
1630 | 2024-10-09T21:35:01.420Z | Checking rustix v0.38.37 |
1631 | 2024-10-09T21:35:01.592Z | Checking chrono v0.4.38 |
1632 | 2024-10-09T21:35:01.624Z | Checking tokio v1.39.3 |
1633 | 2024-10-09T21:35:02.214Z | Checking uuid v1.10.0 |
1634 | 2024-10-09T21:35:02.452Z | Checking http v1.1.0 |
1635 | 2024-10-09T21:35:02.848Z | Checking untrusted v0.9.0 |
1636 | 2024-10-09T21:35:02.875Z | Checking atomic-waker v1.1.2 |
1637 | 2024-10-09T21:35:03.003Z | Checking lazy_static v1.5.0 |
1638 | 2024-10-09T21:35:03.028Z | Checking ring v0.17.8 |
1639 | 2024-10-09T21:35:03.132Z | Checking unicode-ident v1.0.13 |
1640 | 2024-10-09T21:35:03.200Z | Checking regex-automata v0.4.6 |
1641 | 2024-10-09T21:35:03.315Z | Checking idna v0.5.0 |
1642 | 2024-10-09T21:35:03.447Z | Checking base64 v0.22.1 |
1643 | 2024-10-09T21:35:03.605Z | Checking schemars v0.8.21 |
1644 | 2024-10-09T21:35:03.802Z | Checking pem-rfc7468 v0.7.0 |
1645 | 2024-10-09T21:35:03.952Z | Checking try-lock v0.2.5 |
1646 | 2024-10-09T21:35:04.066Z | Checking httpdate v1.0.3 |
1647 | 2024-10-09T21:35:04.095Z | Checking powerfmt v0.2.0 |
1648 | 2024-10-09T21:35:04.203Z | Checking url v2.5.2 |
1649 | 2024-10-09T21:35:04.325Z | Checking want v0.3.1 |
1650 | 2024-10-09T21:35:04.389Z | Checking deranged v0.3.11 |
1651 | 2024-10-09T21:35:04.507Z | Checking proc-macro2 v1.0.86 |
1652 | 2024-10-09T21:35:04.806Z | Checking num-conv v0.1.0 |
1653 | 2024-10-09T21:35:04.838Z | Checking time-core v0.1.2 |
1654 | 2024-10-09T21:35:05.006Z | Checking num_threads v0.1.7 |
1655 | 2024-10-09T21:35:05.029Z | Checking rustls-pki-types v1.7.0 |
1656 | 2024-10-09T21:35:05.060Z | Checking flagset v0.4.5 |
1657 | 2024-10-09T21:35:05.125Z | Checking http-body v1.0.0 |
1658 | 2024-10-09T21:35:05.190Z | Checking quote v1.0.37 |
1659 | 2024-10-09T21:35:05.221Z | Checking pbkdf2 v0.12.2 |
1660 | 2024-10-09T21:35:05.251Z | Checking der v0.7.9 |
1661 | 2024-10-09T21:35:05.329Z | Checking aes v0.8.4 |
1662 | 2024-10-09T21:35:05.389Z | Checking tower-service v0.3.2 |
1663 | 2024-10-09T21:35:05.447Z | Checking cbc v0.1.2 |
1664 | 2024-10-09T21:35:05.512Z | Checking salsa20 v0.10.2 |
1665 | 2024-10-09T21:35:05.538Z | Checking syn v2.0.79 |
1666 | 2024-10-09T21:35:05.657Z | Checking rustls-webpki v0.102.4 |
1667 | 2024-10-09T21:35:05.726Z | Checking scrypt v0.11.0 |
1668 | 2024-10-09T21:35:05.955Z | Checking slog v2.7.0 |
1669 | 2024-10-09T21:35:06.181Z | Checking time v0.3.36 |
1670 | 2024-10-09T21:35:06.229Z | Checking mime v0.3.17 |
1671 | 2024-10-09T21:35:06.425Z | Checking adler v1.0.2 |
1672 | 2024-10-09T21:35:06.427Z | Checking gimli v0.28.1 |
1673 | 2024-10-09T21:35:06.553Z | Checking object v0.32.2 |
1674 | 2024-10-09T21:35:06.597Z | Checking miniz_oxide v0.7.2 |
1675 | 2024-10-09T21:35:07.010Z | Checking rustc-demangle v0.1.24 |
1676 | 2024-10-09T21:35:07.064Z | Checking spki v0.7.3 |
1677 | 2024-10-09T21:35:07.355Z | Checking pkcs5 v0.7.1 |
1678 | 2024-10-09T21:35:07.421Z | Checking ipnet v2.10.0 |
1679 | 2024-10-09T21:35:07.820Z | Checking utf8parse v0.2.1 |
1680 | 2024-10-09T21:35:07.850Z | Checking pkcs8 v0.10.2 |
1681 | 2024-10-09T21:35:07.874Z | Checking regex v1.10.6 |
1682 | 2024-10-09T21:35:07.963Z | Checking unicode-width v0.1.13 |
1683 | 2024-10-09T21:35:08.157Z | Checking futures-executor v0.3.30 |
1684 | 2024-10-09T21:35:08.180Z | Checking toml_datetime v0.6.8 |
1685 | 2024-10-09T21:35:08.382Z | Checking serde_spanned v0.6.7 |
1686 | 2024-10-09T21:35:08.472Z | Checking anstyle v1.0.8 |
1687 | 2024-10-09T21:35:08.497Z | Checking futures v0.3.30 |
1688 | 2024-10-09T21:35:08.569Z | Checking http-body-util v0.1.2 |
1689 | 2024-10-09T21:35:08.615Z | Checking serde_urlencoded v0.7.1 |
1690 | 2024-10-09T21:35:08.726Z | Checking encoding_rs v0.8.34 |
1691 | 2024-10-09T21:35:08.728Z | Checking tokio-util v0.7.12 |
1692 | 2024-10-09T21:35:08.836Z | Checking openssl-probe v0.1.5 |
1693 | 2024-10-09T21:35:08.996Z | Checking data-encoding v2.6.0 |
1694 | 2024-10-09T21:35:09.022Z | Checking foreign-types-shared v0.1.1 |
1695 | 2024-10-09T21:35:09.049Z | Checking rustls-pemfile v2.1.3 |
1696 | 2024-10-09T21:35:09.139Z | Checking foreign-types v0.3.2 |
1697 | 2024-10-09T21:35:09.237Z | Checking semver v1.0.23 |
1698 | 2024-10-09T21:35:09.308Z | Checking openssl-sys v0.9.103 |
1699 | 2024-10-09T21:35:09.661Z | Checking either v1.13.0 |
1700 | 2024-10-09T21:35:09.684Z | Checking h2 v0.4.6 |
1701 | 2024-10-09T21:35:09.704Z | Checking anstyle-parse v0.2.4 |
1702 | 2024-10-09T21:35:09.979Z | Checking anstyle-query v1.0.3 |
1703 | 2024-10-09T21:35:10.026Z | Checking is_terminal_polyfill v1.70.0 |
1704 | 2024-10-09T21:35:10.109Z | Checking colorchoice v1.0.1 |
1705 | 2024-10-09T21:35:10.154Z | Checking rustls v0.23.10 |
1706 | 2024-10-09T21:35:10.253Z | Checking anstream v0.6.14 |
1707 | 2024-10-09T21:35:10.278Z | Checking addr2line v0.21.0 |
1708 | 2024-10-09T21:35:10.528Z | Checking openssl v0.10.66 |
1709 | 2024-10-09T21:35:10.603Z | Checking terminal_size v0.3.0 |
1710 | 2024-10-09T21:35:10.775Z | Checking sha1 v0.10.6 |
1711 | 2024-10-09T21:35:10.778Z | Checking signature v2.2.0 |
1712 | 2024-10-09T21:35:10.982Z | Checking clap_lex v0.7.0 |
1713 | 2024-10-09T21:35:11.057Z | Checking strsim v0.11.1 |
1714 | 2024-10-09T21:35:11.081Z | Checking openapiv3 v2.0.0 |
1715 | 2024-10-09T21:35:11.239Z | Checking idna v0.3.0 |
1716 | 2024-10-09T21:35:11.330Z | Checking clap_builder v4.5.18 |
1717 | 2024-10-09T21:35:11.827Z | Checking psl-types v2.0.11 |
1718 | 2024-10-09T21:35:12.024Z | Checking cookie v0.18.1 |
1719 | 2024-10-09T21:35:12.086Z | Checking publicsuffix v2.2.3 |
1720 | 2024-10-09T21:35:12.336Z | Checking webpki-roots v0.26.3 |
1721 | 2024-10-09T21:35:12.485Z | Checking backtrace v0.3.71 |
1722 | 2024-10-09T21:35:12.509Z | Checking scroll v0.12.0 |
1723 | 2024-10-09T21:35:12.561Z | Checking winnow v0.6.18 |
1724 | 2024-10-09T21:35:13.010Z | Checking ucd-trie v0.1.6 |
1725 | 2024-10-09T21:35:13.075Z | Checking anyhow v1.0.89 |
1726 | 2024-10-09T21:35:13.230Z | Checking plain v0.2.3 |
1727 | 2024-10-09T21:35:13.390Z | Checking base16ct v0.2.0 |
1728 | 2024-10-09T21:35:13.463Z | Checking goblin v0.8.2 |
1729 | 2024-10-09T21:35:13.597Z | Checking sec1 v0.7.3 |
1730 | 2024-10-09T21:35:13.989Z | Checking pest v2.7.10 |
1731 | 2024-10-09T21:35:14.333Z | Checking clap v4.5.18 |
1732 | 2024-10-09T21:35:14.460Z | Checking cookie_store v0.21.0 |
1733 | 2024-10-09T21:35:14.547Z | Checking num-integer v0.1.46 |
1734 | 2024-10-09T21:35:14.976Z | Checking tokio-rustls v0.26.0 |
1735 | 2024-10-09T21:35:15.073Z | Checking ff v0.13.0 |
1736 | 2024-10-09T21:35:15.076Z | Checking sync_wrapper v1.0.1 |
1737 | 2024-10-09T21:35:15.240Z | Checking pretty-hex v0.4.1 |
1738 | 2024-10-09T21:35:15.283Z | Checking group v0.13.0 |
1739 | 2024-10-09T21:35:15.348Z | Checking hkdf v0.12.4 |
1740 | 2024-10-09T21:35:15.415Z | Checking crypto-bigint v0.5.5 |
1741 | 2024-10-09T21:35:15.478Z | Checking thread-id v4.2.1 |
1742 | 2024-10-09T21:35:15.536Z | Checking static_assertions v1.1.0 |
1743 | 2024-10-09T21:35:15.561Z | Checking bitflags v1.3.2 |
1744 | 2024-10-09T21:35:15.594Z | Checking toml_edit v0.22.22 |
1745 | 2024-10-09T21:35:15.635Z | Checking memmap v0.7.0 |
1746 | 2024-10-09T21:35:15.661Z | Checking stable_deref_trait v1.2.0 |
1747 | 2024-10-09T21:35:15.733Z | Checking hyper v1.4.1 |
1748 | 2024-10-09T21:35:15.763Z | Checking num-iter v0.1.45 |
1749 | 2024-10-09T21:35:15.842Z | Checking crossbeam-epoch v0.9.18 |
1750 | 2024-10-09T21:35:15.934Z | Checking crc32fast v1.4.0 |
1751 | 2024-10-09T21:35:15.937Z | Checking native-tls v0.2.11 |
1752 | 2024-10-09T21:35:16.183Z | Checking unicode-segmentation v1.11.0 |
1753 | 2024-10-09T21:35:16.251Z | Checking bstr v1.9.1 |
1754 | 2024-10-09T21:35:16.295Z | Checking tokio-native-tls v0.3.1 |
1755 | 2024-10-09T21:35:16.411Z | Checking dtrace-parser v0.2.0 |
1756 | 2024-10-09T21:35:16.560Z | Checking hex v0.4.3 |
1757 | 2024-10-09T21:35:16.829Z | Checking rfc6979 v0.4.0 |
1758 | 2024-10-09T21:35:16.896Z | Checking winnow v0.5.40 |
1759 | 2024-10-09T21:35:17.019Z | Checking managed v0.8.0 |
1760 | 2024-10-09T21:35:17.082Z | Checking adler2 v2.0.0 |
1761 | 2024-10-09T21:35:17.125Z | Checking crossbeam-deque v0.8.5 |
1762 | 2024-10-09T21:35:17.245Z | Checking miniz_oxide v0.8.0 |
1763 | 2024-10-09T21:35:17.375Z | Checking num-bigint-dig v0.8.4 |
1764 | 2024-10-09T21:35:17.458Z | Checking pkcs1 v0.7.5 |
1765 | 2024-10-09T21:35:17.778Z | Checking hyper-util v0.1.9 |
1766 | 2024-10-09T21:35:17.849Z | Checking curve25519-dalek v4.1.3 |
1767 | 2024-10-09T21:35:17.984Z | Checking zerocopy v0.6.6 |
1768 | 2024-10-09T21:35:18.120Z | Checking signal-hook v0.3.17 |
1769 | 2024-10-09T21:35:18.179Z | Checking elliptic-curve v0.13.8 |
1770 | 2024-10-09T21:35:18.455Z | Checking flate2 v1.0.34 |
1771 | 2024-10-09T21:35:18.492Z | Checking dof v0.3.0 |
1772 | 2024-10-09T21:35:18.733Z | Checking rayon-core v1.12.1 |
1773 | 2024-10-09T21:35:18.856Z | Checking ecdsa v0.16.9 |
1774 | 2024-10-09T21:35:19.117Z | Checking ed25519 v2.2.3 |
1775 | 2024-10-09T21:35:19.141Z | Checking usdt-impl v0.5.0 |
1776 | 2024-10-09T21:35:19.428Z | Checking mio v0.8.11 |
1777 | 2024-10-09T21:35:19.432Z | Checking siphasher v0.3.11 |
1778 | 2024-10-09T21:35:19.515Z | Checking rsa v0.9.6 |
1779 | 2024-10-09T21:35:19.593Z | Checking rayon v1.10.0 |
1780 | 2024-10-09T21:35:19.656Z | Checking ed25519-dalek v2.1.1 |
1781 | 2024-10-09T21:35:19.681Z | Checking usdt v0.5.0 |
1782 | 2024-10-09T21:35:19.728Z | Checking itertools v0.10.5 |
1783 | 2024-10-09T21:35:19.819Z | Checking hyper-rustls v0.27.3 |
1784 | 2024-10-09T21:35:19.924Z | Checking hyper-tls v0.6.0 |
1785 | 2024-10-09T21:35:19.961Z | Checking toml_edit v0.19.15 |
1786 | 2024-10-09T21:35:20.040Z | Checking signal-hook-mio v0.2.4 |
1787 | 2024-10-09T21:35:20.081Z | Checking x509-cert v0.2.5 |
1788 | 2024-10-09T21:35:20.151Z | Checking idna v0.4.0 |
1789 | 2024-10-09T21:35:20.186Z | Checking hubpack v0.1.2 |
1790 | 2024-10-09T21:35:20.215Z | Checking reqwest v0.12.7 |
1791 | 2024-10-09T21:35:20.489Z | Checking bit-vec v0.6.3 |
1792 | 2024-10-09T21:35:20.514Z | Checking itertools v0.12.1 |
1793 | 2024-10-09T21:35:20.828Z | Checking bit-set v0.5.3 |
1794 | 2024-10-09T21:35:21.002Z | Checking hickory-proto v0.24.1 |
1795 | 2024-10-09T21:35:21.106Z | Checking console v0.15.8 |
1796 | 2024-10-09T21:35:21.668Z | Checking hash32 v0.2.1 |
1797 | 2024-10-09T21:35:21.692Z | Checking finl_unicode v1.2.0 |
1798 | 2024-10-09T21:35:21.923Z | Checking predicates-core v1.0.6 |
1799 | 2024-10-09T21:35:21.977Z | Checking heapless v0.7.17 |
1800 | 2024-10-09T21:35:22.022Z | Checking similar v2.6.0 |
1801 | 2024-10-09T21:35:22.103Z | Checking tokio-stream v0.1.16 |
1802 | 2024-10-09T21:35:22.274Z | Checking stringprep v0.1.4 |
1803 | 2024-10-09T21:35:22.350Z | Checking toml v0.7.8 |
1804 | 2024-10-09T21:35:22.537Z | Checking md-5 v0.10.6 |
1805 | 2024-10-09T21:35:22.772Z | Checking float-cmp v0.9.0 |
1806 | 2024-10-09T21:35:22.895Z | Checking fixedbitset v0.4.2 |
1807 | 2024-10-09T21:35:22.955Z | Checking normalize-line-endings v0.3.0 |
1808 | 2024-10-09T21:35:22.957Z | Checking fallible-iterator v0.2.0 |
1809 | 2024-10-09T21:35:23.000Z | Checking difflib v0.4.0 |
1810 | 2024-10-09T21:35:23.062Z | Checking smoltcp v0.9.1 |
1811 | 2024-10-09T21:35:23.088Z | Checking phf_shared v0.11.2 |
1812 | 2024-10-09T21:35:23.114Z | Checking phf_shared v0.10.0 |
1813 | 2024-10-09T21:35:23.152Z | Checking petgraph v0.6.5 |
1814 | 2024-10-09T21:35:23.300Z | Checking predicates v3.1.2 |
1815 | 2024-10-09T21:35:23.382Z | Checking fs-err v2.11.0 |
1816 | 2024-10-09T21:35:23.384Z | Checking serde-big-array v0.5.1 |
1817 | 2024-10-09T21:35:23.427Z | Checking portable-atomic v1.6.0 |
1818 | 2024-10-09T21:35:23.579Z | Checking postgres-protocol v0.6.7 |
1819 | 2024-10-09T21:35:23.614Z | Checking new_debug_unreachable v1.0.6 |
1820 | 2024-10-09T21:35:23.715Z | Checking number_prefix v0.4.0 |
1821 | 2024-10-09T21:35:23.913Z | Checking precomputed-hash v0.1.1 |
1822 | 2024-10-09T21:35:23.938Z | Checking minimal-lexical v0.2.1 |
1823 | 2024-10-09T21:35:23.965Z | Checking lalrpop-util v0.19.12 |
1824 | 2024-10-09T21:35:24.034Z | Checking string_cache v0.8.7 |
1825 | 2024-10-09T21:35:24.251Z | Checking phf v0.11.2 |
1826 | 2024-10-09T21:35:24.277Z | Checking postgres-types v0.2.8 |
1827 | 2024-10-09T21:35:24.332Z | Checking whoami v1.5.2 |
1828 | 2024-10-09T21:35:24.362Z | Checking nom v7.1.3 |
1829 | 2024-10-09T21:35:24.491Z | Checking indicatif v0.17.8 |
1830 | 2024-10-09T21:35:24.513Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1831 | 2024-10-09T21:35:24.537Z | Checking peg-runtime v0.8.3 |
1832 | 2024-10-09T21:35:24.754Z | Compiling regress v0.10.1 |
1833 | 2024-10-09T21:35:24.803Z | Checking camino v1.1.9 |
1834 | 2024-10-09T21:35:25.019Z | Checking tokio-postgres v0.7.12 |
1835 | 2024-10-09T21:35:25.226Z | Compiling unsafe-libyaml v0.2.11 |
1836 | 2024-10-09T21:35:25.404Z | Checking heck v0.5.0 |
1837 | 2024-10-09T21:35:25.610Z | Compiling ident_case v1.0.1 |
1838 | 2024-10-09T21:35:25.739Z | Checking is-terminal v0.4.12 |
1839 | 2024-10-09T21:35:25.808Z | Compiling darling_core v0.20.9 |
1840 | 2024-10-09T21:35:25.866Z | Compiling paste v1.0.15 |
1841 | 2024-10-09T21:35:26.572Z | Compiling serde_yaml v0.9.34+deprecated |
1842 | 2024-10-09T21:35:27.217Z | Checking progenitor-client v0.8.0 |
1843 | 2024-10-09T21:35:27.572Z | Checking fastrand v2.1.1 |
1844 | 2024-10-09T21:35:27.911Z | Compiling rustls v0.22.4 |
1845 | 2024-10-09T21:35:28.047Z | Checking dirs-sys-next v0.1.2 |
1846 | 2024-10-09T21:35:28.243Z | Checking dirs-next v2.0.0 |
1847 | 2024-10-09T21:35:28.246Z | Checking toml v0.8.19 |
1848 | 2024-10-09T21:35:28.381Z | Compiling typify-impl v0.2.0 |
1849 | 2024-10-09T21:35:28.405Z | Checking crossbeam-channel v0.5.12 |
1850 | 2024-10-09T21:35:28.998Z | Checking thread_local v1.1.8 |
1851 | 2024-10-09T21:35:29.134Z | Checking term v0.7.0 |
1852 | 2024-10-09T21:35:29.293Z | Compiling multer v3.1.0 |
1853 | 2024-10-09T21:35:29.591Z | Checking take_mut v0.2.2 |
1854 | 2024-10-09T21:35:29.684Z | Checking slog-term v2.9.1 |
1855 | 2024-10-09T21:35:29.710Z | Compiling async-stream-impl v0.3.5 |
1856 | 2024-10-09T21:35:29.745Z | Checking slog-async v2.8.0 |
1857 | 2024-10-09T21:35:30.006Z | Compiling dropshot v0.12.0 |
1858 | 2024-10-09T21:35:30.038Z | Checking match_cfg v0.1.0 |
1859 | 2024-10-09T21:35:30.140Z | Checking hostname v0.3.1 |
1860 | 2024-10-09T21:35:30.167Z | Compiling dropshot_endpoint v0.12.0 |
1861 | 2024-10-09T21:35:30.397Z | Compiling structmeta-derive v0.3.0 |
1862 | 2024-10-09T21:35:30.731Z | Checking debug-ignore v1.0.5 |
1863 | 2024-10-09T21:35:30.873Z | Checking slog-json v2.6.1 |
1864 | 2024-10-09T21:35:31.124Z | Checking ipnetwork v0.20.0 |
1865 | 2024-10-09T21:35:31.148Z | Checking slog-bunyan v2.5.0 |
1866 | 2024-10-09T21:35:31.325Z | Checking async-stream v0.3.5 |
1867 | 2024-10-09T21:35:31.530Z | Checking waitgroup v0.1.2 |
1868 | 2024-10-09T21:35:31.674Z | Checking serde_path_to_error v0.1.16 |
1869 | 2024-10-09T21:35:31.909Z | Checking hostname v0.4.0 |
1870 | 2024-10-09T21:35:32.052Z | Checking strum v0.26.3 |
1871 | 2024-10-09T21:35:32.216Z | Checking tempfile v3.13.0 |
1872 | 2024-10-09T21:35:32.284Z | Checking instant v0.1.12 |
1873 | 2024-10-09T21:35:32.408Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1874 | 2024-10-09T21:35:32.509Z | Checking quick-error v1.2.3 |
1875 | 2024-10-09T21:35:32.586Z | Checking newtype-uuid v1.1.0 |
1876 | 2024-10-09T21:35:32.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1877 | 2024-10-09T21:35:32.812Z | Compiling darling_macro v0.20.9 |
1878 | 2024-10-09T21:35:32.847Z | Checking regress v0.9.1 |
1879 | 2024-10-09T21:35:33.197Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1880 | 2024-10-09T21:35:33.429Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1881 | 2024-10-09T21:35:33.454Z | Compiling structmeta v0.3.0 |
1882 | 2024-10-09T21:35:33.546Z | Checking macaddr v1.0.1 |
1883 | 2024-10-09T21:35:33.729Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1884 | 2024-10-09T21:35:33.784Z | Compiling darling v0.20.9 |
1885 | 2024-10-09T21:35:33.876Z | Checking backoff v0.4.0 |
1886 | 2024-10-09T21:35:33.899Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1887 | 2024-10-09T21:35:33.902Z | Compiling parse-display-derive v0.10.0 |
1888 | 2024-10-09T21:35:33.937Z | Compiling serde_with_macros v3.9.0 |
1889 | 2024-10-09T21:35:33.940Z | Checking tokio-rustls v0.25.0 |
1890 | 2024-10-09T21:35:34.040Z | Checking wait-timeout v0.2.0 |
1891 | 2024-10-09T21:35:34.215Z | Checking rand_xorshift v0.3.0 |
1892 | 2024-10-09T21:35:34.239Z | Checking rusty-fork v0.3.0 |
1893 | 2024-10-09T21:35:34.329Z | Compiling structmeta-derive v0.2.0 |
1894 | 2024-10-09T21:35:34.392Z | Checking unarray v0.1.4 |
1895 | 2024-10-09T21:35:34.551Z | Checking camino-tempfile v1.1.1 |
1896 | 2024-10-09T21:35:34.559Z | Checking proptest v1.5.0 |
1897 | 2024-10-09T21:35:34.842Z | Compiling proc-macro-error v1.0.4 |
1898 | 2024-10-09T21:35:35.566Z | Compiling proc-macro-crate v1.3.1 |
1899 | 2024-10-09T21:35:36.311Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1900 | 2024-10-09T21:35:36.611Z | Compiling num_enum_derive v0.5.11 |
1901 | 2024-10-09T21:35:36.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1902 | 2024-10-09T21:35:36.977Z | Checking serde_with v3.9.0 |
1903 | 2024-10-09T21:35:37.053Z | Compiling foreign-types-macros v0.2.3 |
1904 | 2024-10-09T21:35:37.320Z | Compiling structmeta v0.2.0 |
1905 | 2024-10-09T21:35:37.758Z | Compiling test-strategy v0.3.1 |
1906 | 2024-10-09T21:35:38.364Z | Checking foreign-types-shared v0.3.1 |
1907 | 2024-10-09T21:35:38.478Z | Checking foreign-types v0.5.0 |
1908 | 2024-10-09T21:35:38.580Z | Checking parse-display v0.10.0 |
1909 | 2024-10-09T21:35:38.603Z | Checking tabwriter v1.4.0 |
1910 | 2024-10-09T21:35:38.773Z | Checking cstr-argument v0.1.2 |
1911 | 2024-10-09T21:35:38.822Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1912 | 2024-10-09T21:35:38.862Z | Checking pretty-hex v0.2.1 |
1913 | 2024-10-09T21:35:38.961Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1914 | 2024-10-09T21:35:39.029Z | Checking colored v2.1.0 |
1915 | 2024-10-09T21:35:39.127Z | Checking smf v0.2.3 |
1916 | 2024-10-09T21:35:39.259Z | Checking num_enum v0.5.11 |
1917 | 2024-10-09T21:35:39.333Z | Checking base64 v0.21.7 |
1918 | 2024-10-09T21:35:39.356Z | Compiling crucible-workspace-hack v0.1.0 |
1919 | 2024-10-09T21:35:39.421Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1920 | 2024-10-09T21:35:39.649Z | Compiling heapless v0.8.0 |
1921 | 2024-10-09T21:35:39.709Z | Checking termtree v0.4.1 |
1922 | 2024-10-09T21:35:39.734Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1923 | 2024-10-09T21:35:39.780Z | Checking hash32 v0.3.1 |
1924 | 2024-10-09T21:35:39.849Z | Compiling smoltcp v0.11.0 |
1925 | 2024-10-09T21:35:39.884Z | Checking embedded-io v0.4.0 |
1926 | 2024-10-09T21:35:39.914Z | Checking predicates-tree v1.0.9 |
1927 | 2024-10-09T21:35:39.958Z | Checking cobs v0.2.3 |
1928 | 2024-10-09T21:35:40.062Z | Checking sigpipe v0.1.3 |
1929 | 2024-10-09T21:35:40.085Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1930 | 2024-10-09T21:35:40.147Z | Checking postcard v1.0.8 |
1931 | 2024-10-09T21:35:40.171Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1932 | 2024-10-09T21:35:40.289Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1933 | 2024-10-09T21:35:40.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1934 | 2024-10-09T21:35:40.455Z | Compiling mockall_derive v0.13.0 |
1935 | 2024-10-09T21:35:40.630Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1936 | 2024-10-09T21:35:40.658Z | Checking socket2 v0.4.10 |
1937 | 2024-10-09T21:35:40.800Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1938 | 2024-10-09T21:35:40.927Z | Compiling zone_cfg_derive v0.3.0 |
1939 | 2024-10-09T21:35:41.018Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1940 | 2024-10-09T21:35:41.185Z | Compiling num-derive v0.4.2 |
1941 | 2024-10-09T21:35:41.382Z | Checking downcast v0.11.0 |
1942 | 2024-10-09T21:35:41.578Z | Checking fragile v2.0.0 |
1943 | 2024-10-09T21:35:41.676Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1944 | 2024-10-09T21:35:41.845Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1945 | 2024-10-09T21:35:42.022Z | Checking atomicwrites v0.4.4 |
1946 | 2024-10-09T21:35:42.106Z | Checking utf-8 v0.7.6 |
1947 | 2024-10-09T21:35:42.226Z | Checking newline-converter v0.3.0 |
1948 | 2024-10-09T21:35:42.312Z | Compiling convert_case v0.4.0 |
1949 | 2024-10-09T21:35:42.387Z | Checking expectorate v1.1.0 |
1950 | 2024-10-09T21:35:42.474Z | Checking zone v0.3.0 |
1951 | 2024-10-09T21:35:42.554Z | Checking tungstenite v0.21.0 |
1952 | 2024-10-09T21:35:42.769Z | Checking itertools v0.13.0 |
1953 | 2024-10-09T21:35:43.270Z | Checking same-file v1.0.6 |
1954 | 2024-10-09T21:35:43.302Z | Compiling derive_more v0.99.18 |
1955 | 2024-10-09T21:35:43.456Z | Checking walkdir v2.5.0 |
1956 | 2024-10-09T21:35:43.459Z | Checking tokio-tungstenite v0.21.0 |
1957 | 2024-10-09T21:35:43.607Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1958 | 2024-10-09T21:35:43.749Z | Checking arc-swap v1.7.1 |
1959 | 2024-10-09T21:35:43.976Z | Checking xattr v1.3.1 |
1960 | 2024-10-09T21:35:44.079Z | Checking filetime v0.2.25 |
1961 | 2024-10-09T21:35:44.228Z | Checking slog-scope v4.4.0 |
1962 | 2024-10-09T21:35:44.252Z | Compiling owo-colors v4.1.0 |
1963 | 2024-10-09T21:35:44.344Z | Checking tar v0.4.42 |
1964 | 2024-10-09T21:35:44.439Z | Checking slog-stdlog v4.1.1 |
1965 | 2024-10-09T21:35:44.554Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1966 | 2024-10-09T21:35:44.577Z | Compiling cancel-safe-futures v0.1.5 |
1967 | 2024-10-09T21:35:44.617Z | Checking slog-envlogger v2.2.0 |
1968 | 2024-10-09T21:35:44.839Z | Checking swrite v0.1.0 |
1969 | 2024-10-09T21:35:45.002Z | Compiling derive-where v1.2.7 |
1970 | 2024-10-09T21:35:45.402Z | Checking libsw v3.3.1 |
1971 | 2024-10-09T21:35:45.617Z | Checking linear-map v1.2.0 |
1972 | 2024-10-09T21:35:45.678Z | Checking indent_write v2.2.0 |
1973 | 2024-10-09T21:35:45.888Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1974 | 2024-10-09T21:35:45.941Z | Checking password-hash v0.5.0 |
1975 | 2024-10-09T21:35:45.966Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1976 | 2024-10-09T21:35:46.240Z | Checking blake2 v0.10.6 |
1977 | 2024-10-09T21:35:46.388Z | Checking num-rational v0.4.2 |
1978 | 2024-10-09T21:35:46.699Z | Checking argon2 v0.5.3 |
1979 | 2024-10-09T21:35:46.909Z | Checking num-complex v0.4.6 |
1980 | 2024-10-09T21:35:46.997Z | Compiling typify-macro v0.2.0 |
1981 | 2024-10-09T21:35:47.063Z | Checking float-ord v0.3.2 |
1982 | 2024-10-09T21:35:47.218Z | Checking pem v3.0.4 |
1983 | 2024-10-09T21:35:47.403Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1984 | 2024-10-09T21:35:47.494Z | Checking linked-hash-map v0.5.6 |
1985 | 2024-10-09T21:35:47.665Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1986 | 2024-10-09T21:35:47.745Z | Checking resolv-conf v0.7.0 |
1987 | 2024-10-09T21:35:47.812Z | Checking num v0.4.3 |
1988 | 2024-10-09T21:35:47.835Z | Checking lru-cache v0.1.2 |
1989 | 2024-10-09T21:35:47.922Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1990 | 2024-10-09T21:35:47.945Z | Checking humantime v2.1.0 |
1991 | 2024-10-09T21:35:48.097Z | Checking hickory-resolver v0.24.1 |
1992 | 2024-10-09T21:35:48.630Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1993 | 2024-10-09T21:35:48.711Z | Compiling lzma-sys v0.1.20 |
1994 | 2024-10-09T21:35:48.946Z | Checking mockall v0.13.0 |
1995 | 2024-10-09T21:35:49.223Z | Checking headers-core v0.3.0 |
1996 | 2024-10-09T21:35:49.308Z | Compiling heck v0.3.3 |
1997 | 2024-10-09T21:35:49.375Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1998 | 2024-10-09T21:35:49.585Z | Checking headers v0.4.0 |
1999 | 2024-10-09T21:35:49.676Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2000 | 2024-10-09T21:35:49.700Z | Checking yasna v0.5.2 |
2001 | 2024-10-09T21:35:49.753Z | Checking base64 v0.13.1 |
2002 | 2024-10-09T21:35:49.778Z | Compiling zone_cfg_derive v0.1.2 |
2003 | 2024-10-09T21:35:49.970Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2004 | 2024-10-09T21:35:50.163Z | Checking ron v0.7.1 |
2005 | 2024-10-09T21:35:50.583Z | Checking rcgen v0.12.1 |
2006 | 2024-10-09T21:35:50.675Z | Checking xz2 v0.1.7 |
2007 | 2024-10-09T21:35:50.971Z | Checking subprocess v0.2.9 |
2008 | 2024-10-09T21:35:51.211Z | Compiling semver v0.1.20 |
2009 | 2024-10-09T21:35:51.211Z | Checking half v2.4.1 |
2010 | 2024-10-09T21:35:51.248Z | Checking ciborium-io v0.2.2 |
2011 | 2024-10-09T21:35:51.300Z | Checking zone v0.1.8 |
2012 | 2024-10-09T21:35:51.374Z | Checking highway v1.2.0 |
2013 | 2024-10-09T21:35:51.393Z | Compiling typify v0.2.0 |
2014 | 2024-10-09T21:35:51.542Z | Compiling progenitor-impl v0.8.0 |
2015 | 2024-10-09T21:35:51.667Z | Compiling rustc_version v0.1.7 |
2016 | 2024-10-09T21:35:51.771Z | Checking ciborium-ll v0.2.2 |
2017 | 2024-10-09T21:35:51.879Z | Compiling prettyplease v0.2.22 |
2018 | 2024-10-09T21:35:52.056Z | Checking ciborium v0.2.2 |
2019 | 2024-10-09T21:35:52.176Z | Compiling newtype_derive v0.1.6 |
2020 | 2024-10-09T21:35:52.350Z | Compiling home v0.5.9 |
2021 | 2024-10-09T21:35:52.682Z | Checking steno v0.4.1 |
2022 | 2024-10-09T21:35:53.401Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2023 | 2024-10-09T21:35:55.746Z | Compiling slog-dtrace v0.3.0 |
2024 | 2024-10-09T21:35:55.951Z | Checking display-error-chain v0.2.1 |
2025 | 2024-10-09T21:35:56.112Z | Compiling blake3 v1.5.1 |
2026 | 2024-10-09T21:35:56.492Z | Compiling ring v0.16.20 |
2027 | 2024-10-09T21:35:56.571Z | Checking keccak v0.1.5 |
2028 | 2024-10-09T21:35:56.919Z | Checking sha3 v0.10.8 |
2029 | 2024-10-09T21:35:57.032Z | Checking universal-hash v0.5.1 |
2030 | 2024-10-09T21:35:57.315Z | Checking secrecy v0.8.0 |
2031 | 2024-10-09T21:35:57.350Z | Checking opaque-debug v0.3.1 |
2032 | 2024-10-09T21:35:57.444Z | Checking aead v0.5.2 |
2033 | 2024-10-09T21:35:57.514Z | Checking poly1305 v0.8.0 |
2034 | 2024-10-09T21:35:57.657Z | Checking chacha20 v0.9.1 |
2035 | 2024-10-09T21:35:58.795Z | Checking gethostname v0.5.0 |
2036 | 2024-10-09T21:35:58.921Z | Compiling memmap2 v0.9.4 |
2037 | 2024-10-09T21:35:58.954Z | Compiling untrusted v0.7.1 |
2038 | 2024-10-09T21:35:59.050Z | Compiling constant_time_eq v0.3.0 |
2039 | 2024-10-09T21:35:59.188Z | Compiling arrayref v0.3.7 |
2040 | 2024-10-09T21:35:59.247Z | Compiling arrayvec v0.7.4 |
2041 | 2024-10-09T21:35:59.303Z | Compiling spin v0.5.2 |
2042 | 2024-10-09T21:35:59.434Z | Compiling toolchain_find v0.4.0 |
2043 | 2024-10-09T21:35:59.703Z | Compiling progenitor-macro v0.8.0 |
2044 | 2024-10-09T21:36:00.018Z | Compiling thiserror-impl-no-std v2.0.2 |
2045 | 2024-10-09T21:36:00.123Z | Compiling topological-sort v0.2.2 |
2046 | 2024-10-09T21:36:00.357Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2047 | 2024-10-09T21:36:00.556Z | Compiling rustfmt-wrapper v0.2.1 |
2048 | 2024-10-09T21:36:00.704Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2049 | 2024-10-09T21:36:01.072Z | Checking chacha20poly1305 v0.10.1 |
2050 | 2024-10-09T21:36:01.097Z | Checking nibble_vec v0.1.0 |
2051 | 2024-10-09T21:36:01.131Z | Checking endian-type v0.1.2 |
2052 | 2024-10-09T21:36:01.256Z | Checking fxhash v0.2.1 |
2053 | 2024-10-09T21:36:01.294Z | Checking termcolor v1.4.1 |
2054 | 2024-10-09T21:36:01.355Z | Checking radix_trie v0.2.1 |
2055 | 2024-10-09T21:36:01.431Z | Checking maplit v1.0.2 |
2056 | 2024-10-09T21:36:01.548Z | Compiling radium v0.7.0 |
2057 | 2024-10-09T21:36:01.725Z | Compiling maybe-uninit v2.0.0 |
2058 | 2024-10-09T21:36:01.768Z | Checking tap v1.0.1 |
2059 | 2024-10-09T21:36:01.937Z | Checking wyz v0.5.1 |
2060 | 2024-10-09T21:36:02.284Z | Compiling omicron-zone-package v0.11.1 |
2061 | 2024-10-09T21:36:02.412Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2062 | 2024-10-09T21:36:02.469Z | Checking funty v2.0.0 |
2063 | 2024-10-09T21:36:02.930Z | Checking crc-catalog v2.4.0 |
2064 | 2024-10-09T21:36:03.021Z | Compiling packed_struct v0.10.1 |
2065 | 2024-10-09T21:36:03.084Z | Checking crc v3.2.1 |
2066 | 2024-10-09T21:36:03.294Z | Checking thiserror-no-std v2.0.2 |
2067 | 2024-10-09T21:36:03.405Z | Checking vsss-rs v3.3.4 |
2068 | 2024-10-09T21:36:03.430Z | Checking bitvec v1.0.1 |
2069 | 2024-10-09T21:36:03.659Z | Checking kstat-rs v0.2.4 |
2070 | 2024-10-09T21:36:04.042Z | Compiling packed_struct_codegen v0.10.1 |
2071 | 2024-10-09T21:36:04.046Z | Compiling indexmap v1.9.3 |
2072 | 2024-10-09T21:36:04.370Z | Checking nodrop v0.1.14 |
2073 | 2024-10-09T21:36:04.496Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-10-09T21:36:04.772Z | Checking array-init v0.0.4 |
2075 | 2024-10-09T21:36:05.291Z | Checking smallvec v0.6.14 |
2076 | 2024-10-09T21:36:05.652Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2077 | 2024-10-09T21:36:05.685Z | Compiling async-recursion v1.1.1 |
2078 | 2024-10-09T21:36:06.084Z | Compiling bitfield-struct v0.6.1 |
2079 | 2024-10-09T21:36:06.751Z | Checking hashbrown v0.12.3 |
2080 | 2024-10-09T21:36:06.825Z | Checking bitfield v0.14.0 |
2081 | 2024-10-09T21:36:07.111Z | Checking serde-hex v0.1.0 |
2082 | 2024-10-09T21:36:07.245Z | Checking bzip2 v0.4.4 |
2083 | 2024-10-09T21:36:07.544Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2084 | 2024-10-09T21:36:07.567Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-10-09T21:36:07.760Z | Checking env_logger v0.10.2 |
2086 | 2024-10-09T21:36:07.811Z | Checking ron v0.8.1 |
2087 | 2024-10-09T21:36:08.143Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2088 | 2024-10-09T21:36:08.204Z | Checking hashbrown v0.13.2 |
2089 | 2024-10-09T21:36:08.458Z | Checking crc-any v2.5.0 |
2090 | 2024-10-09T21:36:08.480Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2024-10-09T21:36:08.590Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-10-09T21:36:08.839Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2093 | 2024-10-09T21:36:08.865Z | Checking zip v0.6.6 |
2094 | 2024-10-09T21:36:09.042Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2095 | 2024-10-09T21:36:09.075Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2096 | 2024-10-09T21:36:09.096Z | Compiling parking_lot_core v0.8.6 |
2097 | 2024-10-09T21:36:09.253Z | Checking object v0.30.4 |
2098 | 2024-10-09T21:36:09.345Z | Checking path-slash v0.1.5 |
2099 | 2024-10-09T21:36:09.496Z | Checking glob v0.3.1 |
2100 | 2024-10-09T21:36:09.560Z | Checking hickory-client v0.24.1 |
2101 | 2024-10-09T21:36:09.807Z | Checking hickory-server v0.24.1 |
2102 | 2024-10-09T21:36:09.910Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2103 | 2024-10-09T21:36:09.965Z | Checking crossterm v0.28.1 |
2104 | 2024-10-09T21:36:09.997Z | Checking parking_lot v0.11.2 |
2105 | 2024-10-09T21:36:10.161Z | Checking tungstenite v0.23.0 |
2106 | 2024-10-09T21:36:10.346Z | Checking sled v0.34.7 |
2107 | 2024-10-09T21:36:11.056Z | Checking primeorder v0.13.6 |
2108 | 2024-10-09T21:36:11.058Z | Checking tokio-tungstenite v0.23.1 |
2109 | 2024-10-09T21:36:11.305Z | Compiling unicase v2.7.0 |
2110 | 2024-10-09T21:36:11.539Z | Compiling buf-list v1.0.3 |
2111 | 2024-10-09T21:36:11.575Z | Checking nanorand v0.7.0 |
2112 | 2024-10-09T21:36:11.974Z | Checking flume v0.11.0 |
2113 | 2024-10-09T21:36:12.472Z | Checking atty v0.2.14 |
2114 | 2024-10-09T21:36:12.540Z | Compiling vte_generate_state_changes v0.1.1 |
2115 | 2024-10-09T21:36:12.593Z | Compiling salty v0.3.0 |
2116 | 2024-10-09T21:36:12.961Z | Checking p384 v0.13.0 |
2117 | 2024-10-09T21:36:13.022Z | Checking fd-lock v4.0.2 |
2118 | 2024-10-09T21:36:13.159Z | Compiling mime_guess v2.0.4 |
2119 | 2024-10-09T21:36:13.222Z | Checking vte v0.11.1 |
2120 | 2024-10-09T21:36:13.225Z | Checking crossterm v0.27.0 |
2121 | 2024-10-09T21:36:13.620Z | Checking env_filter v0.1.2 |
2122 | 2024-10-09T21:36:13.863Z | Checking nu-ansi-term v0.50.0 |
2123 | 2024-10-09T21:36:14.108Z | Checking env_logger v0.11.5 |
2124 | 2024-10-09T21:36:14.284Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2125 | 2024-10-09T21:36:14.582Z | Checking strip-ansi-escapes v0.2.0 |
2126 | 2024-10-09T21:36:14.603Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2127 | 2024-10-09T21:36:14.713Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2128 | 2024-10-09T21:36:14.846Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2129 | 2024-10-09T21:36:14.890Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2130 | 2024-10-09T21:36:15.020Z | Checking reedline v0.33.0 |
2131 | 2024-10-09T21:36:15.070Z | Compiling dsl_auto_type v0.1.2 |
2132 | 2024-10-09T21:36:15.173Z | Checking scheduled-thread-pool v0.2.7 |
2133 | 2024-10-09T21:36:15.330Z | Compiling diesel_table_macro_syntax v0.2.0 |
2134 | 2024-10-09T21:36:15.387Z | Compiling crunchy v0.2.2 |
2135 | 2024-10-09T21:36:15.389Z | Checking http-range v0.1.5 |
2136 | 2024-10-09T21:36:15.432Z | Checking r2d2 v0.8.10 |
2137 | 2024-10-09T21:36:15.591Z | Checking hyper-staticfile v0.10.1 |
2138 | 2024-10-09T21:36:15.732Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2139 | 2024-10-09T21:36:15.959Z | Compiling clang-sys v1.7.0 |
2140 | 2024-10-09T21:36:16.128Z | Compiling tiny-keccak v2.0.2 |
2141 | 2024-10-09T21:36:16.417Z | Checking bytecount v0.6.8 |
2142 | 2024-10-09T21:36:16.576Z | Checking papergrid v0.11.0 |
2143 | 2024-10-09T21:36:16.601Z | Compiling tabled_derive v0.7.0 |
2144 | 2024-10-09T21:36:16.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2145 | 2024-10-09T21:36:16.704Z | Compiling diesel_derives v2.2.2 |
2146 | 2024-10-09T21:36:16.939Z | Compiling cfg_aliases v0.1.1 |
2147 | 2024-10-09T21:36:17.060Z | Compiling ref-cast v1.0.23 |
2148 | 2024-10-09T21:36:17.680Z | Compiling nix v0.28.0 |
2149 | 2024-10-09T21:36:17.930Z | Checking progenitor v0.8.0 |
2150 | 2024-10-09T21:36:18.160Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2151 | 2024-10-09T21:36:18.291Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2152 | 2024-10-09T21:36:18.365Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2153 | 2024-10-09T21:36:18.435Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2024-10-09T21:36:19.142Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2155 | 2024-10-09T21:36:19.656Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2156 | 2024-10-09T21:36:21.288Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2157 | 2024-10-09T21:36:22.766Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
2158 | 2024-10-09T21:36:23.071Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-10-09T21:36:23.444Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2160 | 2024-10-09T21:36:24.114Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2161 | 2024-10-09T21:36:24.880Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2162 | 2024-10-09T21:36:25.233Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2163 | 2024-10-09T21:36:25.286Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2164 | 2024-10-09T21:36:26.279Z | Checking tabled v0.15.0 |
2165 | 2024-10-09T21:36:26.391Z | Compiling ascii-canvas v3.0.0 |
2166 | 2024-10-09T21:36:26.424Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2167 | 2024-10-09T21:36:26.744Z | Compiling ena v0.14.3 |
2168 | 2024-10-09T21:36:26.938Z | Compiling ref-cast-impl v1.0.23 |
2169 | 2024-10-09T21:36:27.177Z | Compiling libloading v0.8.3 |
2170 | 2024-10-09T21:36:27.630Z | Compiling bindgen v0.69.4 |
2171 | 2024-10-09T21:36:28.222Z | Compiling diff v0.1.13 |
2172 | 2024-10-09T21:36:28.477Z | Compiling regex-syntax v0.6.29 |
2173 | 2024-10-09T21:36:29.153Z | Checking diesel v2.2.4 |
2174 | 2024-10-09T21:36:29.391Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2175 | 2024-10-09T21:36:29.624Z | Compiling which v4.4.2 |
2176 | 2024-10-09T21:36:30.293Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2177 | 2024-10-09T21:36:30.839Z | Checking signal-hook-tokio v0.3.1 |
2178 | 2024-10-09T21:36:31.017Z | Checking http v0.2.12 |
2179 | 2024-10-09T21:36:32.410Z | Compiling lalrpop v0.19.12 |
2180 | 2024-10-09T21:36:33.630Z | Compiling cexpr v0.6.0 |
2181 | 2024-10-09T21:36:34.177Z | Compiling rustc-hash v1.1.0 |
2182 | 2024-10-09T21:36:34.374Z | Compiling shlex v1.3.0 |
2183 | 2024-10-09T21:36:34.806Z | Compiling lazycell v1.3.0 |
2184 | 2024-10-09T21:36:38.123Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2185 | 2024-10-09T21:36:38.435Z | Compiling derive_builder_core v0.20.0 |
2186 | 2024-10-09T21:36:40.905Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2187 | 2024-10-09T21:36:41.374Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2188 | 2024-10-09T21:36:44.579Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2189 | 2024-10-09T21:36:46.657Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2190 | 2024-10-09T21:36:46.808Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2191 | 2024-10-09T21:36:47.848Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2192 | 2024-10-09T21:36:48.809Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2193 | 2024-10-09T21:36:49.915Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2194 | 2024-10-09T21:36:50.425Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2195 | 2024-10-09T21:36:50.628Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2196 | 2024-10-09T21:36:50.663Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2197 | 2024-10-09T21:36:51.283Z | Compiling peg-macros v0.8.4 |
2198 | 2024-10-09T21:36:51.286Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2199 | 2024-10-09T21:36:51.286Z | Compiling libxml v0.3.3 |
2200 | 2024-10-09T21:36:51.634Z | Compiling sqlparser_derive v0.2.2 |
2201 | 2024-10-09T21:36:52.742Z | Compiling pin-project-internal v1.1.5 |
2202 | 2024-10-09T21:36:55.775Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2203 | 2024-10-09T21:36:55.869Z | Compiling memoffset v0.9.1 |
2204 | 2024-10-09T21:36:56.203Z | Checking unicode_categories v0.1.1 |
2205 | 2024-10-09T21:36:56.500Z | Checking sqlformat v0.2.6 |
2206 | 2024-10-09T21:36:56.677Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-10-09T21:36:57.018Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2208 | 2024-10-09T21:36:57.534Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2209 | 2024-10-09T21:36:58.658Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2210 | 2024-10-09T21:36:59.649Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2211 | 2024-10-09T21:36:59.792Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2212 | 2024-10-09T21:37:00.609Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2213 | 2024-10-09T21:37:01.022Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2214 | 2024-10-09T21:37:01.875Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2215 | 2024-10-09T21:37:04.372Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2216 | 2024-10-09T21:37:04.857Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2217 | 2024-10-09T21:37:04.919Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2218 | 2024-10-09T21:37:05.787Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2219 | 2024-10-09T21:37:06.117Z | Checking pin-project v1.1.5 |
2220 | 2024-10-09T21:37:06.250Z | Checking peg v0.8.4 |
2221 | 2024-10-09T21:37:06.371Z | Checking sqlparser v0.45.0 |
2222 | 2024-10-09T21:37:06.858Z | Compiling derive_builder_macro v0.20.0 |
2223 | 2024-10-09T21:37:07.705Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2224 | 2024-10-09T21:37:07.818Z | Checking rustyline v14.0.0 |
2225 | 2024-10-09T21:37:08.502Z | Checking h2 v0.3.26 |
2226 | 2024-10-09T21:37:09.169Z | Checking http-body v0.4.6 |
2227 | 2024-10-09T21:37:09.507Z | Checking bcs v0.1.6 |
2228 | 2024-10-09T21:37:09.562Z | Compiling strum_macros v0.24.3 |
2229 | 2024-10-09T21:37:10.004Z | Compiling indoc v1.0.9 |
2230 | 2024-10-09T21:37:11.035Z | Checking derive_builder v0.20.0 |
2231 | 2024-10-09T21:37:12.997Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2232 | 2024-10-09T21:37:13.043Z | Checking quick-xml v0.33.0 |
2233 | 2024-10-09T21:37:13.319Z | Compiling snafu-derive v0.8.2 |
2234 | 2024-10-09T21:37:13.384Z | Compiling oso-derive v0.27.3 |
2235 | 2024-10-09T21:37:14.516Z | Compiling impl-trait-for-tuples v0.2.2 |
2236 | 2024-10-09T21:37:14.753Z | Checking hyper v0.14.30 |
2237 | 2024-10-09T21:37:15.164Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2238 | 2024-10-09T21:37:15.501Z | Checking sync_wrapper v0.1.2 |
2239 | 2024-10-09T21:37:15.752Z | Checking nix v0.27.1 |
2240 | 2024-10-09T21:37:15.917Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2241 | 2024-10-09T21:37:17.082Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2242 | 2024-10-09T21:37:19.001Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2243 | 2024-10-09T21:37:19.123Z | Checking snafu v0.8.2 |
2244 | 2024-10-09T21:37:19.287Z | Checking globset v0.4.14 |
2245 | 2024-10-09T21:37:19.571Z | Checking reqwest v0.11.27 |
2246 | 2024-10-09T21:37:19.630Z | Checking olpc-cjson v0.1.3 |
2247 | 2024-10-09T21:37:19.801Z | Checking serde_plain v1.0.2 |
2248 | 2024-10-09T21:37:19.857Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2249 | 2024-10-09T21:37:20.071Z | Checking typed-path v0.7.1 |
2250 | 2024-10-09T21:37:20.621Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2251 | 2024-10-09T21:37:21.936Z | Checking tough v0.17.1 |
2252 | 2024-10-09T21:37:22.482Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2253 | 2024-10-09T21:37:22.791Z | Checking bb8 v0.8.5 |
2254 | 2024-10-09T21:37:22.997Z | Compiling const_format_proc_macros v0.2.33 |
2255 | 2024-10-09T21:37:23.269Z | Checking parse-size v1.0.0 |
2256 | 2024-10-09T21:37:23.469Z | Checking async-bb8-diesel v0.2.1 |
2257 | 2024-10-09T21:37:24.207Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
2258 | 2024-10-09T21:37:24.301Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2259 | 2024-10-09T21:37:24.808Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2024-10-09T21:37:25.218Z | Checking const_format v0.2.33 |
2261 | 2024-10-09T21:37:25.702Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2262 | 2024-10-09T21:37:26.499Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2263 | 2024-10-09T21:37:26.901Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2264 | 2024-10-09T21:37:27.021Z | Checking assert_matches v1.5.0 |
2265 | 2024-10-09T21:37:27.125Z | Checking heck v0.4.1 |
2266 | 2024-10-09T21:37:27.205Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2267 | 2024-10-09T21:37:27.343Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2268 | 2024-10-09T21:37:27.733Z | Checking rand_seeder v0.3.0 |
2269 | 2024-10-09T21:37:27.851Z | Compiling libz-sys v1.1.16 |
2270 | 2024-10-09T21:37:27.966Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
2271 | 2024-10-09T21:37:28.663Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2272 | 2024-10-09T21:37:28.841Z | Checking is_ci v1.2.0 |
2273 | 2024-10-09T21:37:28.995Z | Checking supports-color v3.0.1 |
2274 | 2024-10-09T21:37:29.220Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2275 | 2024-10-09T21:37:29.481Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2276 | 2024-10-09T21:37:29.748Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2277 | 2024-10-09T21:37:29.922Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2278 | 2024-10-09T21:37:31.125Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2279 | 2024-10-09T21:37:31.441Z | Compiling vergen v8.3.2 |
2280 | 2024-10-09T21:37:31.763Z | Compiling cargo-platform v0.1.8 |
2281 | 2024-10-09T21:37:32.206Z | Checking unicode-linebreak v0.1.5 |
2282 | 2024-10-09T21:37:32.319Z | Checking smawk v0.3.2 |
2283 | 2024-10-09T21:37:32.322Z | Compiling cargo_metadata v0.18.1 |
2284 | 2024-10-09T21:37:32.539Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2285 | 2024-10-09T21:37:32.651Z | Checking textwrap v0.16.1 |
2286 | 2024-10-09T21:37:33.035Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2287 | 2024-10-09T21:37:34.719Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2288 | 2024-10-09T21:37:34.877Z | Checking castaway v0.2.3 |
2289 | 2024-10-09T21:37:35.020Z | Compiling libsqlite3-sys v0.30.1 |
2290 | 2024-10-09T21:37:35.066Z | Compiling cfg_aliases v0.2.1 |
2291 | 2024-10-09T21:37:35.178Z | Compiling rustls v0.21.12 |
2292 | 2024-10-09T21:37:35.507Z | Compiling nix v0.29.0 |
2293 | 2024-10-09T21:37:35.594Z | Checking compact_str v0.8.0 |
2294 | 2024-10-09T21:37:35.944Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2295 | 2024-10-09T21:37:36.382Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2296 | 2024-10-09T21:37:36.468Z | Checking unicode-truncate v1.0.0 |
2297 | 2024-10-09T21:37:36.663Z | Checking sct v0.7.1 |
2298 | 2024-10-09T21:37:36.702Z | Checking rustls-webpki v0.101.7 |
2299 | 2024-10-09T21:37:37.108Z | Checking lru v0.12.3 |
2300 | 2024-10-09T21:37:37.367Z | Compiling instability v0.3.2 |
2301 | 2024-10-09T21:37:37.399Z | Checking cassowary v0.3.0 |
2302 | 2024-10-09T21:37:38.119Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2303 | 2024-10-09T21:37:38.531Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2304 | 2024-10-09T21:37:39.256Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2305 | 2024-10-09T21:37:39.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2306 | 2024-10-09T21:37:39.637Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2307 | 2024-10-09T21:37:40.952Z | Checking ratatui v0.28.0 |
2308 | 2024-10-09T21:37:42.236Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2309 | 2024-10-09T21:37:42.562Z | Checking concurrent-queue v2.5.0 |
2310 | 2024-10-09T21:37:42.888Z | Checking hashlink v0.9.1 |
2311 | 2024-10-09T21:37:43.456Z | Checking fallible-streaming-iterator v0.1.9 |
2312 | 2024-10-09T21:37:43.706Z | Checking fallible-iterator v0.3.0 |
2313 | 2024-10-09T21:37:43.914Z | Checking parking v2.2.1 |
2314 | 2024-10-09T21:37:44.105Z | Checking plotters-backend v0.3.5 |
2315 | 2024-10-09T21:37:44.333Z | Checking rusqlite v0.32.1 |
2316 | 2024-10-09T21:37:44.385Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2317 | 2024-10-09T21:37:44.490Z | Checking plotters-svg v0.3.5 |
2318 | 2024-10-09T21:37:45.242Z | Checking tokio-rustls v0.24.1 |
2319 | 2024-10-09T21:37:45.367Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2320 | 2024-10-09T21:37:45.628Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2321 | 2024-10-09T21:37:45.934Z | Checking rustls-pemfile v1.0.4 |
2322 | 2024-10-09T21:37:46.022Z | Checking twox-hash v1.6.3 |
2323 | 2024-10-09T21:37:46.135Z | Checking cast v0.3.0 |
2324 | 2024-10-09T21:37:46.429Z | Checking criterion-plot v0.5.0 |
2325 | 2024-10-09T21:37:46.526Z | Checking plotters v0.3.5 |
2326 | 2024-10-09T21:37:46.563Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2327 | 2024-10-09T21:37:46.964Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2328 | 2024-10-09T21:37:48.284Z | Checking fatfs v0.3.6 |
2329 | 2024-10-09T21:37:48.636Z | Checking tinytemplate v1.2.1 |
2330 | 2024-10-09T21:37:49.053Z | Checking csv-core v0.1.11 |
2331 | 2024-10-09T21:37:49.315Z | Checking anes v0.1.6 |
2332 | 2024-10-09T21:37:49.423Z | Checking oorandom v11.1.3 |
2333 | 2024-10-09T21:37:49.598Z | Checking shell-words v1.1.0 |
2334 | 2024-10-09T21:37:49.681Z | Checking criterion v0.5.1 |
2335 | 2024-10-09T21:37:49.795Z | Checking csv v1.3.0 |
2336 | 2024-10-09T21:37:50.684Z | Checking event-listener v5.3.1 |
2337 | 2024-10-09T21:37:51.122Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2338 | 2024-10-09T21:37:52.494Z | Checking rtoolbox v0.0.2 |
2339 | 2024-10-09T21:37:52.697Z | Checking rpassword v7.3.1 |
2340 | 2024-10-09T21:37:52.861Z | Checking event-listener-strategy v0.5.2 |
2341 | 2024-10-09T21:37:53.082Z | Checking tui-tree-widget v0.22.0 |
2342 | 2024-10-09T21:37:53.426Z | Checking polyval v0.6.2 |
2343 | 2024-10-09T21:37:53.713Z | Checking ghash v0.5.1 |
2344 | 2024-10-09T21:37:53.900Z | Checking futures-lite v2.3.0 |
2345 | 2024-10-09T21:37:55.376Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2346 | 2024-10-09T21:37:56.419Z | Checking ctr v0.9.2 |
2347 | 2024-10-09T21:37:56.635Z | Checking yansi v1.0.1 |
2348 | 2024-10-09T21:37:57.326Z | Checking pretty_assertions v1.4.1 |
2349 | 2024-10-09T21:37:57.425Z | Checking aes-gcm v0.10.3 |
2350 | 2024-10-09T21:37:57.533Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2351 | 2024-10-09T21:37:57.683Z | Checking ssh-encoding v0.2.0 |
2352 | 2024-10-09T21:37:58.032Z | Checking blowfish v0.9.1 |
2353 | 2024-10-09T21:37:58.299Z | Checking bcrypt-pbkdf v0.10.0 |
2354 | 2024-10-09T21:37:58.540Z | Checking ssh-cipher v0.2.0 |
2355 | 2024-10-09T21:37:58.839Z | Checking async-lock v3.4.0 |
2356 | 2024-10-09T21:37:59.724Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2357 | 2024-10-09T21:38:01.178Z | Checking polling v3.7.3 |
2358 | 2024-10-09T21:38:01.537Z | Checking password-hash v0.4.2 |
2359 | 2024-10-09T21:38:01.933Z | Checking matches v0.1.10 |
2360 | 2024-10-09T21:38:02.039Z | Checking hex-literal v0.4.1 |
2361 | 2024-10-09T21:38:02.179Z | Checking idna v0.2.3 |
2362 | 2024-10-09T21:38:02.922Z | Checking pbkdf2 v0.11.0 |
2363 | 2024-10-09T21:38:03.213Z | Checking async-io v2.3.4 |
2364 | 2024-10-09T21:38:04.108Z | Checking ssh-key v0.6.6 |
2365 | 2024-10-09T21:38:04.807Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2366 | 2024-10-09T21:38:05.550Z | Checking p521 v0.13.3 |
2367 | 2024-10-09T21:38:05.819Z | Checking p256 v0.13.2 |
2368 | 2024-10-09T21:38:06.322Z | Checking russh-cryptovec v0.7.2 |
2369 | 2024-10-09T21:38:06.540Z | Compiling enum-as-inner v0.5.1 |
2370 | 2024-10-09T21:38:06.968Z | Checking md5 v0.7.0 |
2371 | 2024-10-09T21:38:07.033Z | Compiling doc-comment v0.3.3 |
2372 | 2024-10-09T21:38:07.246Z | Compiling target-lexicon v0.12.16 |
2373 | 2024-10-09T21:38:07.579Z | Checking async-task v4.7.1 |
2374 | 2024-10-09T21:38:07.642Z | Checking trust-dns-proto v0.22.0 |
2375 | 2024-10-09T21:38:08.077Z | Checking russh-keys v0.45.0 |
2376 | 2024-10-09T21:38:08.299Z | Checking async-channel v2.3.1 |
2377 | 2024-10-09T21:38:12.735Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2378 | 2024-10-09T21:38:12.802Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2379 | 2024-10-09T21:38:12.802Z | Checking piper v0.2.4 |
2380 | 2024-10-09T21:38:12.802Z | Compiling samael v0.0.17 |
2381 | 2024-10-09T21:38:12.802Z | Checking num-bigint v0.4.5 |
2382 | 2024-10-09T21:38:12.802Z | Checking des v0.8.1 |
2383 | 2024-10-09T21:38:12.802Z | Checking futures-timer v3.0.3 |
2384 | 2024-10-09T21:38:12.802Z | Compiling dhcproto-macros v0.1.0 |
2385 | 2024-10-09T21:38:12.849Z | Compiling guppy-workspace-hack v0.1.0 |
2386 | 2024-10-09T21:38:12.849Z | Compiling assert_cmd v2.0.16 |
2387 | 2024-10-09T21:38:12.849Z | Checking dhcproto v0.12.0 |
2388 | 2024-10-09T21:38:12.849Z | Checking blocking v1.6.1 |
2389 | 2024-10-09T21:38:12.849Z | Checking russh v0.45.0 |
2390 | 2024-10-09T21:38:13.115Z | Checking async-executor v1.13.1 |
2391 | 2024-10-09T21:38:13.453Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2392 | 2024-10-09T21:38:13.484Z | Checking async-signal v0.2.10 |
2393 | 2024-10-09T21:38:13.771Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2394 | 2024-10-09T21:38:14.333Z | Checking internet-checksum v0.2.1 |
2395 | 2024-10-09T21:38:14.517Z | Checking event-listener v2.5.3 |
2396 | 2024-10-09T21:38:14.538Z | Compiling target-spec v3.2.1 |
2397 | 2024-10-09T21:38:14.740Z | Checking async-channel v1.9.0 |
2398 | 2024-10-09T21:38:15.718Z | Checking async-process v2.2.4 |
2399 | 2024-10-09T21:38:16.080Z | Checking async-global-executor v2.4.1 |
2400 | 2024-10-09T21:38:16.825Z | Checking cfg-expr v0.16.0 |
2401 | 2024-10-09T21:38:16.898Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2402 | 2024-10-09T21:38:16.963Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2403 | 2024-10-09T21:38:17.649Z | Checking httptest v0.16.1 |
2404 | 2024-10-09T21:38:17.719Z | Checking rustls-native-certs v0.7.0 |
2405 | 2024-10-09T21:38:17.876Z | Checking num_cpus v1.16.0 |
2406 | 2024-10-09T21:38:18.007Z | Checking kv-log-macro v1.0.7 |
2407 | 2024-10-09T21:38:18.154Z | Compiling async-attributes v1.1.2 |
2408 | 2024-10-09T21:38:19.027Z | Checking async-std v1.13.0 |
2409 | 2024-10-09T21:38:20.372Z | Checking threadpool v1.8.1 |
2410 | 2024-10-09T21:38:20.586Z | Checking hyper-rustls v0.26.0 |
2411 | 2024-10-09T21:38:21.311Z | Checking pathdiff v0.2.1 |
2412 | 2024-10-09T21:38:21.398Z | Compiling toml_edit v0.21.1 |
2413 | 2024-10-09T21:38:21.463Z | Checking escape8259 v0.5.2 |
2414 | 2024-10-09T21:38:21.533Z | Compiling rstest_macros v0.22.0 |
2415 | 2024-10-09T21:38:21.652Z | Checking nested v0.1.1 |
2416 | 2024-10-09T21:38:21.869Z | Checking guppy v0.17.7 |
2417 | 2024-10-09T21:38:22.186Z | Checking libtest-mimic v0.7.3 |
2418 | 2024-10-09T21:38:22.660Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2419 | 2024-10-09T21:38:22.748Z | Compiling git2 v0.19.0 |
2420 | 2024-10-09T21:38:22.827Z | Checking async-object-pool v0.1.5 |
2421 | 2024-10-09T21:38:23.012Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2422 | 2024-10-09T21:38:23.334Z | Checking similar-asserts v1.6.0 |
2423 | 2024-10-09T21:38:23.572Z | Checking fancy-regex v0.13.0 |
2424 | 2024-10-09T21:38:23.976Z | Compiling proc-macro-crate v3.1.0 |
2425 | 2024-10-09T21:38:24.403Z | Checking serde_regex v1.1.0 |
2426 | 2024-10-09T21:38:24.669Z | Checking assert-json-diff v2.0.2 |
2427 | 2024-10-09T21:38:24.952Z | Checking path-tree v0.8.1 |
2428 | 2024-10-09T21:38:25.303Z | Compiling relative-path v1.9.3 |
2429 | 2024-10-09T21:38:25.798Z | Checking stringmetrics v2.2.2 |
2430 | 2024-10-09T21:38:25.801Z | Compiling trybuild v1.0.99 |
2431 | 2024-10-09T21:38:25.948Z | Checking httpmock v0.8.0-alpha.1 |
2432 | 2024-10-09T21:38:26.020Z | Checking datatest-stable v0.2.9 |
2433 | 2024-10-09T21:38:26.344Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2434 | 2024-10-09T21:38:26.361Z | Checking blake2b_simd v1.0.2 |
2435 | 2024-10-09T21:38:27.179Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2436 | 2024-10-09T21:38:27.758Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2437 | 2024-10-09T21:38:28.090Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2438 | 2024-10-09T21:38:30.421Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2439 | 2024-10-09T21:38:30.745Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2440 | 2024-10-09T21:38:31.296Z | Checking serde_tokenstream v0.2.2 |
2441 | 2024-10-09T21:38:31.357Z | Checking uzers v0.11.3 |
2442 | 2024-10-09T21:38:31.788Z | Checking rust-argon2 v2.1.0 |
2443 | 2024-10-09T21:38:32.224Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2444 | 2024-10-09T21:38:32.797Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2445 | 2024-10-09T21:38:33.216Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2446 | 2024-10-09T21:38:34.283Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2447 | 2024-10-09T21:38:34.609Z | Checking rand_distr v0.4.3 |
2448 | 2024-10-09T21:38:35.445Z | Checking multimap v0.10.0 |
2449 | 2024-10-09T21:38:35.764Z | Checking approx v0.5.1 |
2450 | 2024-10-09T21:38:36.057Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2451 | 2024-10-09T21:38:37.807Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2452 | 2024-10-09T21:38:38.158Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2453 | 2024-10-09T21:38:38.821Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2454 | 2024-10-09T21:38:39.032Z | Checking rstest v0.22.0 |
2455 | 2024-10-09T21:38:39.267Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2456 | 2024-10-09T21:38:39.400Z | Checking partial-io v0.5.4 |
2457 | 2024-10-09T21:38:39.665Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2458 | 2024-10-09T21:38:39.769Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2459 | 2024-10-09T21:38:39.985Z | Checking cargo_toml v0.20.5 |
2460 | 2024-10-09T21:38:40.299Z | Checking termios v0.3.3 |
2461 | 2024-10-09T21:38:40.374Z | Compiling indoc v2.0.5 |
2462 | 2024-10-09T21:38:40.564Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2463 | 2024-10-09T21:38:41.655Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2464 | 2024-10-09T21:38:41.933Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2465 | 2024-10-09T21:38:53.279Z | Compiling polar-core v0.27.3 |
2466 | 2024-10-09T21:38:58.007Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2467 | 2024-10-09T21:39:03.680Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2468 | 2024-10-09T21:39:03.937Z | Checking oso v0.27.3 |
2469 | 2024-10-09T21:39:31.358Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2470 | 2024-10-09T21:39:31.946Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2471 | 2024-10-09T21:39:33.192Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2472 | 2024-10-09T21:39:58.811Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2473 | 2024-10-09T21:39:58.813Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2474 | 2024-10-09T21:39:58.813Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2475 | 2024-10-09T21:41:23.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s |
2476 | 2024-10-09T21:41:23.565Z | |
2477 | 2024-10-09T21:41:23.565Z | real 6:34.423316127 |
2478 | 2024-10-09T21:41:23.565Z | user 36:53.398266168 |
2479 | 2024-10-09T21:41:23.565Z | sys 6:25.249597233 |
2480 | 2024-10-09T21:41:23.568Z | trap 0.981911317 |
2481 | 2024-10-09T21:41:23.568Z | tflt 2.788642844 |
2482 | 2024-10-09T21:41:23.569Z | dflt 0.615219088 |
2483 | 2024-10-09T21:41:23.569Z | kflt 0.002807113 |
2484 | 2024-10-09T21:41:23.569Z | lock 56:12.443802448 |
2485 | 2024-10-09T21:41:23.569Z | slp 2:10:34.299522953 |
2486 | 2024-10-09T21:41:23.569Z | lat 1:39.583510393 |
2487 | 2024-10-09T21:41:23.569Z | stop 5:52.681486778 |
2488 | 2024-10-09T21:41:23.569Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2489 | 2024-10-09T21:41:23.569Z | + ptime -m cargo doc --workspace --no-deps |
2490 | 2024-10-09T21:41:24.801Z | warning: output filename collision. |
2491 | 2024-10-09T21:41:24.801Z | 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)`. |
2492 | 2024-10-09T21:41:24.801Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2493 | 2024-10-09T21:41:24.801Z | The targets should have unique names. |
2494 | 2024-10-09T21:41:24.801Z | This is a known bug where multiple crates with the same name use |
2495 | 2024-10-09T21:41:24.801Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2496 | 2024-10-09T21:41:25.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2497 | 2024-10-09T21:41:25.264Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2498 | 2024-10-09T21:41:25.282Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2499 | 2024-10-09T21:41:25.321Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2500 | 2024-10-09T21:41:25.354Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2501 | 2024-10-09T21:41:25.354Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2502 | 2024-10-09T21:41:25.514Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2503 | 2024-10-09T21:41:25.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2504 | 2024-10-09T21:41:25.600Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2505 | 2024-10-09T21:41:25.637Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2506 | 2024-10-09T21:41:25.657Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2507 | 2024-10-09T21:41:25.820Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2508 | 2024-10-09T21:41:25.888Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2509 | 2024-10-09T21:41:25.907Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2510 | 2024-10-09T21:41:26.171Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2511 | 2024-10-09T21:41:26.401Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2512 | 2024-10-09T21:41:28.779Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2513 | 2024-10-09T21:41:29.985Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2514 | 2024-10-09T21:41:30.341Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2515 | 2024-10-09T21:41:30.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2516 | 2024-10-09T21:41:30.680Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2517 | 2024-10-09T21:41:30.823Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2518 | 2024-10-09T21:41:31.026Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2519 | 2024-10-09T21:41:31.168Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2520 | 2024-10-09T21:41:31.505Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2521 | 2024-10-09T21:41:31.710Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2522 | 2024-10-09T21:41:31.917Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2523 | 2024-10-09T21:41:32.199Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2524 | 2024-10-09T21:41:32.235Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2525 | 2024-10-09T21:41:32.534Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2526 | 2024-10-09T21:41:32.702Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2527 | 2024-10-09T21:41:32.915Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2528 | 2024-10-09T21:41:32.941Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2529 | 2024-10-09T21:41:33.252Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2530 | 2024-10-09T21:41:33.413Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2531 | 2024-10-09T21:41:33.737Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2532 | 2024-10-09T21:41:33.765Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2533 | 2024-10-09T21:41:33.822Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2534 | 2024-10-09T21:41:34.062Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2535 | 2024-10-09T21:41:34.318Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2536 | 2024-10-09T21:41:34.335Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2537 | 2024-10-09T21:41:34.450Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2538 | 2024-10-09T21:41:35.099Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2539 | 2024-10-09T21:41:38.800Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2540 | 2024-10-09T21:41:39.342Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2541 | 2024-10-09T21:41:40.030Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2542 | 2024-10-09T21:41:40.052Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2543 | 2024-10-09T21:41:41.102Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2544 | 2024-10-09T21:41:41.618Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2545 | 2024-10-09T21:41:41.932Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2546 | 2024-10-09T21:41:42.250Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2547 | 2024-10-09T21:41:42.906Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2548 | 2024-10-09T21:41:43.764Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2549 | 2024-10-09T21:41:49.468Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2550 | 2024-10-09T21:41:49.542Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2551 | 2024-10-09T21:41:50.171Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2552 | 2024-10-09T21:41:50.679Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2553 | 2024-10-09T21:41:50.721Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2554 | 2024-10-09T21:41:51.106Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2555 | 2024-10-09T21:41:51.317Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2556 | 2024-10-09T21:41:51.739Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2557 | 2024-10-09T21:41:52.283Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2558 | 2024-10-09T21:41:52.472Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2559 | 2024-10-09T21:41:53.072Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2560 | 2024-10-09T21:41:53.130Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2561 | 2024-10-09T21:41:53.219Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2562 | 2024-10-09T21:41:53.312Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2563 | 2024-10-09T21:41:53.659Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2564 | 2024-10-09T21:41:53.876Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2565 | 2024-10-09T21:41:54.350Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2566 | 2024-10-09T21:41:54.950Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
2567 | 2024-10-09T21:41:55.238Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2568 | 2024-10-09T21:41:55.428Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2569 | 2024-10-09T21:41:55.988Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2570 | 2024-10-09T21:41:56.068Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2571 | 2024-10-09T21:41:56.409Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2572 | 2024-10-09T21:41:56.431Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2573 | 2024-10-09T21:41:56.633Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2574 | 2024-10-09T21:41:56.862Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2575 | 2024-10-09T21:41:57.099Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2576 | 2024-10-09T21:41:57.189Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2577 | 2024-10-09T21:41:57.402Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2578 | 2024-10-09T21:41:57.909Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2579 | 2024-10-09T21:41:57.930Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2580 | 2024-10-09T21:41:58.352Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2581 | 2024-10-09T21:41:59.321Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2582 | 2024-10-09T21:41:59.420Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2583 | 2024-10-09T21:41:59.551Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2584 | 2024-10-09T21:42:00.349Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2585 | 2024-10-09T21:42:00.374Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2586 | 2024-10-09T21:42:03.649Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2587 | 2024-10-09T21:42:04.608Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2588 | 2024-10-09T21:42:04.809Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2589 | 2024-10-09T21:42:05.175Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2590 | 2024-10-09T21:42:05.353Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2591 | 2024-10-09T21:42:06.516Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2592 | 2024-10-09T21:42:06.830Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2593 | 2024-10-09T21:42:06.900Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2594 | 2024-10-09T21:42:09.347Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2595 | 2024-10-09T21:42:10.399Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2596 | 2024-10-09T21:42:11.123Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2597 | 2024-10-09T21:42:11.242Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2598 | 2024-10-09T21:42:14.902Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2599 | 2024-10-09T21:42:16.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2600 | 2024-10-09T21:42:17.856Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2601 | 2024-10-09T21:42:18.431Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2602 | 2024-10-09T21:42:19.552Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2603 | 2024-10-09T21:42:20.276Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2604 | 2024-10-09T21:42:29.592Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2605 | 2024-10-09T21:42:30.798Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2606 | 2024-10-09T21:42:42.115Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-10-09T21:43:15.520Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2608 | 2024-10-09T21:43:17.706Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2609 | 2024-10-09T21:43:18.836Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2610 | 2024-10-09T21:43:19.610Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2611 | 2024-10-09T21:43:22.493Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2612 | 2024-10-09T21:43:33.453Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2613 | 2024-10-09T21:43:35.089Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2614 | 2024-10-09T21:43:48.935Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2615 | 2024-10-09T21:43:56.541Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2616 | 2024-10-09T21:43:58.386Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2617 | 2024-10-09T21:44:00.159Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2618 | 2024-10-09T21:44:01.271Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2619 | 2024-10-09T21:44:02.652Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2620 | 2024-10-09T21:44:04.133Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2621 | 2024-10-09T21:44:04.934Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2622 | 2024-10-09T21:44:11.643Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2623 | 2024-10-09T21:44:13.736Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2624 | 2024-10-09T21:44:15.389Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2625 | 2024-10-09T21:44:36.045Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2626 | 2024-10-09T21:44:45.243Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2627 | 2024-10-09T21:44:49.686Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2628 | 2024-10-09T21:44:52.910Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2629 | 2024-10-09T21:44:58.396Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2630 | 2024-10-09T21:45:03.220Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2631 | 2024-10-09T21:45:17.956Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2632 | 2024-10-09T21:45:19.002Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2633 | 2024-10-09T21:45:22.627Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2634 | 2024-10-09T21:45:23.034Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2635 | 2024-10-09T21:45:32.345Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2636 | 2024-10-09T21:45:37.469Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2637 | 2024-10-09T21:45:43.457Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2638 | 2024-10-09T21:45:48.769Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2639 | 2024-10-09T21:45:51.775Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2640 | 2024-10-09T21:45:52.897Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2641 | 2024-10-09T21:45:57.165Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2642 | 2024-10-09T21:46:03.750Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2643 | 2024-10-09T21:46:11.278Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2644 | 2024-10-09T21:46:11.451Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2645 | 2024-10-09T21:46:13.440Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2646 | 2024-10-09T21:46:18.166Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2647 | 2024-10-09T21:46:20.040Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2648 | 2024-10-09T21:46:23.568Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2649 | 2024-10-09T21:46:25.483Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2650 | 2024-10-09T21:46:30.096Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2651 | 2024-10-09T21:46:37.982Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2652 | 2024-10-09T21:46:40.439Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2653 | 2024-10-09T21:46:42.575Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2654 | 2024-10-09T21:46:43.410Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2655 | 2024-10-09T21:46:46.763Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2656 | 2024-10-09T21:46:48.189Z | Documenting clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
2657 | 2024-10-09T21:46:48.236Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2658 | 2024-10-09T21:46:56.392Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2659 | 2024-10-09T21:46:56.840Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2660 | 2024-10-09T21:46:56.975Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2661 | 2024-10-09T21:46:59.784Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2662 | 2024-10-09T21:47:02.749Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2663 | 2024-10-09T21:47:02.948Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2664 | 2024-10-09T21:47:05.947Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2665 | 2024-10-09T21:47:08.496Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2666 | 2024-10-09T21:47:13.153Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2667 | 2024-10-09T21:47:15.200Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2668 | 2024-10-09T21:47:15.381Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2669 | 2024-10-09T21:47:17.006Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2670 | 2024-10-09T21:47:20.286Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2671 | 2024-10-09T21:47:21.723Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2672 | 2024-10-09T21:47:22.576Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2673 | 2024-10-09T21:47:28.418Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2674 | 2024-10-09T21:47:31.162Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2675 | 2024-10-09T21:47:32.921Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2676 | 2024-10-09T21:47:34.486Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2677 | 2024-10-09T21:47:36.293Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2678 | 2024-10-09T21:47:37.608Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2679 | 2024-10-09T21:47:38.437Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2024-10-09T21:47:41.839Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2681 | 2024-10-09T21:47:44.104Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2682 | 2024-10-09T21:47:48.674Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2683 | 2024-10-09T21:47:49.634Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2684 | 2024-10-09T21:47:50.921Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2685 | 2024-10-09T21:47:54.607Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2686 | 2024-10-09T21:47:55.246Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2687 | 2024-10-09T21:47:55.391Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2688 | 2024-10-09T21:47:55.680Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2689 | 2024-10-09T21:48:01.253Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2690 | 2024-10-09T21:48:02.456Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2691 | 2024-10-09T21:48:05.086Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2692 | 2024-10-09T21:48:07.729Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2693 | 2024-10-09T21:48:07.951Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2694 | 2024-10-09T21:48:08.769Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2695 | 2024-10-09T21:48:10.112Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2696 | 2024-10-09T21:48:12.070Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2697 | 2024-10-09T21:48:13.268Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2698 | 2024-10-09T21:48:13.599Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2699 | 2024-10-09T21:48:15.720Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2700 | 2024-10-09T21:48:15.821Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2701 | 2024-10-09T21:48:16.282Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2702 | 2024-10-09T21:48:16.792Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2703 | 2024-10-09T21:48:20.357Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2704 | 2024-10-09T21:48:23.632Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2705 | 2024-10-09T21:48:24.093Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2706 | 2024-10-09T21:48:25.731Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2707 | 2024-10-09T21:48:26.961Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2708 | 2024-10-09T21:48:55.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 31s |
2709 | 2024-10-09T21:48:55.655Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 129 other files |
2710 | 2024-10-09T21:48:55.719Z | |
2711 | 2024-10-09T21:48:55.722Z | real 7:32.050323100 |
2712 | 2024-10-09T21:48:55.722Z | user 23:14.701841141 |
2713 | 2024-10-09T21:48:55.722Z | sys 33:04.384613311 |
2714 | 2024-10-09T21:48:55.722Z | trap 0.388965387 |
2715 | 2024-10-09T21:48:55.722Z | tflt 0.263886526 |
2716 | 2024-10-09T21:48:55.722Z | dflt 0.139066298 |
2717 | 2024-10-09T21:48:55.722Z | kflt 0.000065302 |
2718 | 2024-10-09T21:48:55.722Z | lock 1:15:27.660943750 |
2719 | 2024-10-09T21:48:55.722Z | slp 2:07:42.323718462 |
2720 | 2024-10-09T21:48:55.722Z | lat 1:11.342167196 |
2721 | 2024-10-09T21:48:55.722Z | stop 1:02.140421664 |
2722 | 2024-10-09T21:48:55.723Z | process exited: duration 1105438 ms, exit code 0 |
|
2723 | 2024-10-09T21:48:55.729Z | found 0 output files |