|
|
|
1 | 2024-11-08T23:47:42.018Z | job assigned to worker 01JC72S1AJKDB5EZC7DZ3GVAM7 (queued for 51 s) |
|
2 | 2024-11-08T23:47:49.816Z | starting task 0: "setup" |
3 | 2024-11-08T23:47:49.827Z | ++ uname -s |
4 | 2024-11-08T23:47:49.829Z | + kern=SunOS |
5 | 2024-11-08T23:47:49.829Z | + case "$kern" in |
6 | 2024-11-08T23:47:49.829Z | + groupadd -g 12345 build |
7 | 2024-11-08T23:47:49.832Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T23:47:51.846Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T23:47:51.952Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T23:47:51.954Z | + home_fs=zfs |
11 | 2024-11-08T23:47:51.954Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T23:47:51.954Z | + mkdir -p /home/build |
13 | 2024-11-08T23:47:51.957Z | + chown build:build /home/build /work |
14 | 2024-11-08T23:47:53.963Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T23:47:53.966Z | process exited: duration 4140 ms, exit code 0 |
|
16 | 2024-11-08T23:47:53.973Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T23:47:53.978Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T23:47:53.979Z | * toolchain channel = "1.82.0" |
19 | 2024-11-08T23:47:53.979Z | ' 1.82.0 |
20 | 2024-11-08T23:47:53.979Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-08T23:47:53.979Z | ' default |
22 | 2024-11-08T23:47:53.979Z | * toolchain profile = "default" |
23 | 2024-11-08T23:47:53.982Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T23:47:53.982Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T23:47:54.093Z | info: downloading installer |
26 | 2024-11-08T23:47:55.426Z | info: profile set to 'default' |
27 | 2024-11-08T23:47:55.426Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T23:47:55.429Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T23:47:55.589Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T23:47:55.589Z | info: downloading component 'cargo' |
31 | 2024-11-08T23:47:56.571Z | info: downloading component 'clippy' |
32 | 2024-11-08T23:47:56.733Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T23:47:57.894Z | info: downloading component 'rust-std' |
34 | 2024-11-08T23:47:59.739Z | info: downloading component 'rustc' |
35 | 2024-11-08T23:48:06.276Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T23:48:06.512Z | info: installing component 'cargo' |
37 | 2024-11-08T23:48:07.356Z | info: installing component 'clippy' |
38 | 2024-11-08T23:48:07.761Z | info: installing component 'rust-docs' |
39 | 2024-11-08T23:48:09.449Z | info: installing component 'rust-std' |
40 | 2024-11-08T23:48:11.413Z | info: installing component 'rustc' |
41 | 2024-11-08T23:48:17.594Z | info: installing component 'rustfmt' |
42 | 2024-11-08T23:48:17.927Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T23:48:17.927Z | |
44 | 2024-11-08T23:48:18.302Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T23:48:18.302Z | |
46 | 2024-11-08T23:48:18.305Z | |
47 | 2024-11-08T23:48:18.305Z | Rust is installed now. Great! |
48 | 2024-11-08T23:48:18.305Z | |
49 | 2024-11-08T23:48:18.305Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T23:48:18.305Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T23:48:18.305Z | |
52 | 2024-11-08T23:48:18.305Z | To configure your current shell, you need to source |
53 | 2024-11-08T23:48:18.305Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T23:48:18.305Z | |
55 | 2024-11-08T23:48:18.305Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T23:48:18.305Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T23:48:18.305Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T23:48:18.382Z | + rustc --version |
59 | 2024-11-08T23:48:18.447Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T23:48:18.453Z | process exited: duration 24418 ms, exit code 0 |
|
61 | 2024-11-08T23:48:18.459Z | starting task 2: "authentication" |
62 | 2024-11-08T23:48:18.480Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-08T23:48:18.485Z | starting task 3: "clone repository" |
64 | 2024-11-08T23:48:18.490Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T23:48:18.493Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T23:48:18.535Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T23:48:26.622Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T23:48:26.622Z | + git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
69 | 2024-11-08T23:48:26.936Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T23:48:26.936Z | * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD |
71 | 2024-11-08T23:48:26.945Z | + [[ -n rss-datasets ]] |
72 | 2024-11-08T23:48:26.948Z | ++ git branch --show-current |
73 | 2024-11-08T23:48:26.950Z | + current=main |
74 | 2024-11-08T23:48:26.950Z | + [[ main != rss-datasets ]] |
75 | 2024-11-08T23:48:26.950Z | + git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
76 | 2024-11-08T23:48:26.953Z | + git checkout -f rss-datasets |
77 | 2024-11-08T23:48:27.121Z | Switched to branch 'rss-datasets' |
78 | 2024-11-08T23:48:27.124Z | + git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
79 | 2024-11-08T23:48:27.139Z | HEAD is now at 1ae6ba742 EXPECTORATE |
80 | 2024-11-08T23:48:27.142Z | process exited: duration 8634 ms, exit code 0 |
|
81 | 2024-11-08T23:48:27.147Z | starting task 4: "build" |
82 | 2024-11-08T23:48:27.153Z | + source ./env.sh |
83 | 2024-11-08T23:48:27.153Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-08T23:48:27.153Z | ++ set -o xtrace |
85 | 2024-11-08T23:48:27.155Z | ++++ dirname ./env.sh |
86 | 2024-11-08T23:48:27.158Z | +++ readlink -f . |
87 | 2024-11-08T23:48:27.161Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.161Z | ++ 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-11-08T23:48:27.162Z | ++ 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-11-08T23:48:27.162Z | ++ 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-11-08T23:48:27.162Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-08T23:48:27.162Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-08T23:48:27.162Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-08T23:48:27.162Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-08T23:48:27.162Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-08T23:48:27.162Z | + cargo --version |
102 | 2024-11-08T23:48:27.217Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
103 | 2024-11-08T23:48:27.220Z | + rustc --version |
104 | 2024-11-08T23:48:27.280Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
105 | 2024-11-08T23:48:27.282Z | + banner prerequisites |
106 | 2024-11-08T23:48:27.285Z | |
107 | 2024-11-08T23:48:27.285Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-08T23:48:27.285Z | # # # # # # # # # # # # # # # |
109 | 2024-11-08T23:48:27.285Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-08T23:48:27.285Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-08T23:48:27.285Z | # # # # # # # # # # # # # # # |
112 | 2024-11-08T23:48:27.285Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-08T23:48:27.285Z | |
114 | 2024-11-08T23:48:27.288Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-08T23:48:36.794Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-08T23:48:40.263Z | Startup: Caching catalogs ... Done |
117 | 2024-11-08T23:48:48.501Z | Planning: Solver setup ... Done (7.497s) |
118 | 2024-11-08T23:48:48.603Z | Planning: Running solver ... Done (0.102s) |
119 | 2024-11-08T23:48:48.693Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-11-08T23:48:48.705Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-08T23:48:48.925Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-08T23:48:49.025Z | Planning: Package planning ... Done (0.100s) |
123 | 2024-11-08T23:48:49.082Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-11-08T23:48:49.273Z | Planning: Checking for conflicting actions ... Done (0.191s) |
125 | 2024-11-08T23:48:51.254Z | Planning: Consolidating action changes ... Done (1.974s) |
126 | 2024-11-08T23:48:51.674Z | Planning: Evaluating mediators ... Done (0.420s) |
127 | 2024-11-08T23:48:51.754Z | Planning: Planning completed in 11.38 seconds |
128 | 2024-11-08T23:48:51.769Z | Packages to install: 4 |
129 | 2024-11-08T23:48:51.769Z | Packages to update: 1 |
130 | 2024-11-08T23:48:51.772Z | Mediators to change: 2 |
131 | 2024-11-08T23:48:51.772Z | Services to change: 1 |
132 | 2024-11-08T23:48:51.772Z | Estimated space available: 155.61 GB |
133 | 2024-11-08T23:48:51.772Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-08T23:48:51.772Z | Create boot environment: No |
135 | 2024-11-08T23:48:51.772Z | Create backup boot environment: Yes |
136 | 2024-11-08T23:48:51.772Z | Rebuild boot archive: No |
137 | 2024-11-08T23:48:51.772Z | |
138 | 2024-11-08T23:48:51.772Z | Changed mediators: |
139 | 2024-11-08T23:48:51.772Z | mediator clang: |
140 | 2024-11-08T23:48:51.772Z | version: None -> 15 (system default) |
141 | 2024-11-08T23:48:51.772Z | |
142 | 2024-11-08T23:48:51.772Z | mediator llvm: |
143 | 2024-11-08T23:48:51.772Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-08T23:48:51.772Z | |
145 | 2024-11-08T23:48:51.772Z | Changed packages: |
146 | 2024-11-08T23:48:51.772Z | helios-dev |
147 | 2024-11-08T23:48:51.772Z | developer/build-essential |
148 | 2024-11-08T23:48:51.772Z | None -> 11-2.0 |
149 | 2024-11-08T23:48:51.772Z | library/libxmlsec1 |
150 | 2024-11-08T23:48:51.772Z | None -> 1.2.35-2.0 |
151 | 2024-11-08T23:48:51.772Z | ooce/developer/clang-15 |
152 | 2024-11-08T23:48:51.772Z | None -> 15.0.7-2.0 |
153 | 2024-11-08T23:48:51.772Z | ooce/developer/llvm-15 |
154 | 2024-11-08T23:48:51.772Z | None -> 15.0.7-2.0 |
155 | 2024-11-08T23:48:51.772Z | package/pkg |
156 | 2024-11-08T23:48:51.772Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-08T23:48:51.772Z | |
158 | 2024-11-08T23:48:51.772Z | Services: |
159 | 2024-11-08T23:48:51.772Z | restart_fmri: |
160 | 2024-11-08T23:48:51.772Z | svc:/system/update-man-index:default |
161 | 2024-11-08T23:48:51.772Z | |
162 | 2024-11-08T23:48:51.772Z | Editable files to change: |
163 | 2024-11-08T23:48:51.773Z | Update: |
164 | 2024-11-08T23:48:51.773Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-08T23:48:51.850Z | |
166 | 2024-11-08T23:48:51.850Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-08T23:48:56.872Z | Download: 350/4281 items 16.6/220.6MB 7% complete (3.6M/s) |
168 | 2024-11-08T23:49:01.884Z | Download: 1117/4281 items 35.5/220.6MB 16% complete (3.5M/s) |
169 | 2024-11-08T23:49:06.897Z | Download: 1675/4281 items 118.0/220.6MB 53% complete (10.2M/s) |
170 | 2024-11-08T23:49:12.260Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (9.9M/s) |
171 | 2024-11-08T23:49:17.297Z | Download: 2793/4281 items 120.7/220.6MB 54% complete (277k/s) |
172 | 2024-11-08T23:49:22.311Z | Download: 3183/4281 items 173.4/220.6MB 78% complete (5.7M/s) |
173 | 2024-11-08T23:49:27.597Z | Download: 3283/4281 items 209.4/220.6MB 94% complete (8.8M/s) |
174 | 2024-11-08T23:49:32.612Z | Download: 3731/4281 items 216.6/220.6MB 98% complete (6.0M/s) |
175 | 2024-11-08T23:49:37.790Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (1.4M/s) |
176 | 2024-11-08T23:49:55.809Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
177 | 2024-11-08T23:49:55.914Z | Download: Completed 220.60 MB in 63.91 seconds (3.5M/s) |
178 | 2024-11-08T23:49:58.031Z | Actions: 1/5063 actions (Removing old actions) |
179 | 2024-11-08T23:49:58.050Z | Actions: 194/5063 actions (Installing new actions) |
180 | 2024-11-08T23:50:02.799Z | Actions: 4226/5063 actions (Updating modified actions) |
181 | 2024-11-08T23:50:03.113Z | Actions: Completed 5063 actions in 5.07 seconds. |
182 | 2024-11-08T23:50:03.486Z | Done (0.365s) |
183 | 2024-11-08T23:50:03.489Z | Done (0.000s) |
184 | 2024-11-08T23:50:04.009Z | Done (0.519s) |
185 | 2024-11-08T23:50:08.446Z | Done (4.217s) |
186 | 2024-11-08T23:50:08.531Z | Done (0.017s) |
187 | 2024-11-08T23:50:08.535Z | Done (0.000s) |
188 | 2024-11-08T23:50:08.690Z | Done (0.000s) |
189 | 2024-11-08T23:50:09.357Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-11-08T23:50:09.516Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-11-08T23:50:09.519Z | Planning: Consolidating action changes ... Done |
192 | 2024-11-08T23:50:09.788Z | Planning: Evaluating mediators ... Done |
193 | 2024-11-08T23:50:09.791Z | Planning: Planning completed in 0.43 seconds |
194 | 2024-11-08T23:50:09.828Z | Mediators to change: 2 |
195 | 2024-11-08T23:50:09.829Z | Create boot environment: No |
196 | 2024-11-08T23:50:09.831Z | Create backup boot environment: No |
197 | 2024-11-08T23:50:09.912Z | Done |
198 | 2024-11-08T23:50:09.912Z | Done |
199 | 2024-11-08T23:50:10.245Z | Done |
200 | 2024-11-08T23:50:13.740Z | Done |
201 | 2024-11-08T23:50:13.828Z | Done |
202 | 2024-11-08T23:50:13.831Z | Done |
203 | 2024-11-08T23:50:13.947Z | Done |
204 | 2024-11-08T23:50:14.554Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-11-08T23:50:14.558Z | Planning: Merging actions ... Done |
206 | 2024-11-08T23:50:14.747Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-11-08T23:50:14.750Z | Planning: Consolidating action changes ... Done |
208 | 2024-11-08T23:50:15.014Z | Planning: Evaluating mediators ... Done |
209 | 2024-11-08T23:50:15.069Z | Planning: Planning completed in 0.76 seconds |
210 | 2024-11-08T23:50:15.110Z | Packages to change: 1 |
211 | 2024-11-08T23:50:15.110Z | Mediators to change: 1 |
212 | 2024-11-08T23:50:15.112Z | Services to change: 1 |
213 | 2024-11-08T23:50:15.112Z | Create boot environment: No |
214 | 2024-11-08T23:50:15.112Z | Create backup boot environment: Yes |
215 | 2024-11-08T23:50:17.334Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-11-08T23:50:17.337Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-11-08T23:50:17.337Z | Done |
218 | 2024-11-08T23:50:17.337Z | Done |
219 | 2024-11-08T23:50:17.445Z | Done |
220 | 2024-11-08T23:50:21.079Z | Done |
221 | 2024-11-08T23:50:21.172Z | Done |
222 | 2024-11-08T23:50:21.175Z | Done |
223 | 2024-11-08T23:50:21.290Z | Done |
224 | 2024-11-08T23:50:21.734Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-11-08T23:50:21.734Z | clang system 15 system |
226 | 2024-11-08T23:50:21.734Z | csh system system illumos |
227 | 2024-11-08T23:50:21.734Z | ctags system system illumos |
228 | 2024-11-08T23:50:21.734Z | gcc vendor 12 vendor |
229 | 2024-11-08T23:50:21.734Z | gcc system 10 system |
230 | 2024-11-08T23:50:21.734Z | gcc system 7 system |
231 | 2024-11-08T23:50:21.734Z | go system 1.20 system |
232 | 2024-11-08T23:50:21.734Z | go system 1.19 system |
233 | 2024-11-08T23:50:21.734Z | llvm system 15 system |
234 | 2024-11-08T23:50:21.734Z | llvm system 14 system |
235 | 2024-11-08T23:50:21.734Z | mariadb system 10.6 system |
236 | 2024-11-08T23:50:21.734Z | mta vendor vendor dma |
237 | 2024-11-08T23:50:21.734Z | openjdk system 17 system |
238 | 2024-11-08T23:50:21.734Z | openjdk system 11 system |
239 | 2024-11-08T23:50:21.734Z | openjdk system 1.8 system |
240 | 2024-11-08T23:50:21.734Z | openssl vendor 3 vendor |
241 | 2024-11-08T23:50:21.734Z | perl system 5.36 system |
242 | 2024-11-08T23:50:21.735Z | postgresql system 15 system |
243 | 2024-11-08T23:50:21.735Z | postgresql system 13 system |
244 | 2024-11-08T23:50:21.735Z | python vendor 3 vendor |
245 | 2024-11-08T23:50:21.735Z | python system 2 system |
246 | 2024-11-08T23:50:21.735Z | python3 system 3.11 system |
247 | 2024-11-08T23:50:21.735Z | ruby system 3.0 system |
248 | 2024-11-08T23:50:21.735Z | words vendor vendor american-english |
249 | 2024-11-08T23:50:21.735Z | words system system australian-english |
250 | 2024-11-08T23:50:21.735Z | words system system british-english |
251 | 2024-11-08T23:50:21.735Z | words system system canadian-english |
252 | 2024-11-08T23:50:21.735Z | words system system french |
253 | 2024-11-08T23:50:21.735Z | words system system italian |
254 | 2024-11-08T23:50:21.735Z | words system system ngerman |
255 | 2024-11-08T23:50:21.735Z | words system system ogerman |
256 | 2024-11-08T23:50:21.735Z | words system system spanish |
257 | 2024-11-08T23:50:22.071Z | PUBLISHER TYPE STATUS P LOCATION |
258 | 2024-11-08T23:50:22.071Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
259 | 2024-11-08T23:50:24.552Z | FMRI IFO |
260 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
261 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
262 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
263 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
264 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
265 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
266 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
267 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
268 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
269 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
270 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
273 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-11-08T23:50:24.552Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-11-08T23:50:25.248Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
276 | 2024-11-08T23:50:25.522Z | Updating crates.io index |
277 | 2024-11-08T23:50:25.565Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
278 | 2024-11-08T23:50:26.333Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
279 | 2024-11-08T23:50:26.603Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
280 | 2024-11-08T23:50:26.831Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
281 | 2024-11-08T23:50:27.086Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
282 | 2024-11-08T23:50:28.084Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
283 | 2024-11-08T23:50:30.373Z | Updating git repository `https://github.com/oxidecomputer/opte` |
284 | 2024-11-08T23:50:31.465Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
285 | 2024-11-08T23:50:32.266Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
286 | 2024-11-08T23:50:32.550Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
287 | 2024-11-08T23:50:32.856Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-11-08T23:50:33.473Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
289 | 2024-11-08T23:50:33.922Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-11-08T23:50:34.236Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-11-08T23:50:34.533Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-11-08T23:50:34.817Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-11-08T23:50:35.075Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-11-08T23:50:35.526Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-11-08T23:50:35.801Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-11-08T23:50:36.314Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-11-08T23:50:36.563Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-11-08T23:50:37.040Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-11-08T23:50:37.360Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-11-08T23:50:37.750Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-11-08T23:50:38.161Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2024-11-08T23:50:38.417Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2024-11-08T23:50:38.700Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2024-11-08T23:50:40.051Z | Downloading crates ... |
305 | 2024-11-08T23:50:40.110Z | Downloaded anstyle-parse v0.2.5 |
306 | 2024-11-08T23:50:40.114Z | Downloaded block-buffer v0.10.4 |
307 | 2024-11-08T23:50:40.116Z | Downloaded anstream v0.6.15 |
308 | 2024-11-08T23:50:40.122Z | Downloaded cfg-if v1.0.0 |
309 | 2024-11-08T23:50:40.124Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-08T23:50:40.129Z | Downloaded swrite v0.1.0 |
311 | 2024-11-08T23:50:40.132Z | Downloaded semver v1.0.23 |
312 | 2024-11-08T23:50:40.134Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-11-08T23:50:40.134Z | Downloaded is_terminal_polyfill v1.70.1 |
314 | 2024-11-08T23:50:40.134Z | Downloaded cargo_metadata v0.18.1 |
315 | 2024-11-08T23:50:40.136Z | Downloaded fnv v1.0.7 |
316 | 2024-11-08T23:50:40.139Z | Downloaded errno v0.3.9 |
317 | 2024-11-08T23:50:40.142Z | Downloaded pest_generator v2.7.14 |
318 | 2024-11-08T23:50:40.144Z | Downloaded camino-tempfile v1.1.1 |
319 | 2024-11-08T23:50:40.144Z | Downloaded toml_datetime v0.6.8 |
320 | 2024-11-08T23:50:40.146Z | Downloaded dof v0.3.0 |
321 | 2024-11-08T23:50:40.146Z | Downloaded cpufeatures v0.2.14 |
322 | 2024-11-08T23:50:40.148Z | Downloaded unicode-linebreak v0.1.5 |
323 | 2024-11-08T23:50:40.149Z | Downloaded thiserror-impl v1.0.64 |
324 | 2024-11-08T23:50:40.151Z | Downloaded memmap v0.7.0 |
325 | 2024-11-08T23:50:40.151Z | Downloaded terminal_size v0.4.0 |
326 | 2024-11-08T23:50:40.153Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-11-08T23:50:40.156Z | Downloaded clap_derive v4.5.18 |
328 | 2024-11-08T23:50:40.158Z | Downloaded log v0.4.22 |
329 | 2024-11-08T23:50:40.160Z | Downloaded zerocopy-derive v0.7.35 |
330 | 2024-11-08T23:50:40.164Z | Downloaded proc-macro2 v1.0.87 |
331 | 2024-11-08T23:50:40.166Z | Downloaded sha2 v0.10.8 |
332 | 2024-11-08T23:50:40.169Z | Downloaded ryu v1.0.18 |
333 | 2024-11-08T23:50:40.171Z | Downloaded anstyle v1.0.10 |
334 | 2024-11-08T23:50:40.175Z | Downloaded ucd-trie v0.1.7 |
335 | 2024-11-08T23:50:40.177Z | Downloaded bytecount v0.6.8 |
336 | 2024-11-08T23:50:40.180Z | Downloaded autocfg v1.4.0 |
337 | 2024-11-08T23:50:40.183Z | Downloaded anyhow v1.0.92 |
338 | 2024-11-08T23:50:40.188Z | Downloaded equivalent v1.0.1 |
339 | 2024-11-08T23:50:40.190Z | Downloaded colorchoice v1.0.2 |
340 | 2024-11-08T23:50:40.195Z | Downloaded dtrace-parser v0.2.0 |
341 | 2024-11-08T23:50:40.198Z | Downloaded bitflags v2.6.0 |
342 | 2024-11-08T23:50:40.201Z | Downloaded anstyle-query v1.1.1 |
343 | 2024-11-08T23:50:40.203Z | Downloaded scroll_derive v0.12.0 |
344 | 2024-11-08T23:50:40.216Z | Downloaded cargo-platform v0.1.8 |
345 | 2024-11-08T23:50:40.219Z | Downloaded byteorder v1.5.0 |
346 | 2024-11-08T23:50:40.219Z | Downloaded fastrand v2.1.1 |
347 | 2024-11-08T23:50:40.221Z | Downloaded generic-array v0.14.7 |
348 | 2024-11-08T23:50:40.224Z | Downloaded fs-err v2.11.0 |
349 | 2024-11-08T23:50:40.229Z | Downloaded clap_lex v0.7.2 |
350 | 2024-11-08T23:50:40.231Z | Downloaded heck v0.4.1 |
351 | 2024-11-08T23:50:40.231Z | Downloaded camino v1.1.9 |
352 | 2024-11-08T23:50:40.234Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-11-08T23:50:40.236Z | Downloaded macaddr v1.0.1 |
354 | 2024-11-08T23:50:40.236Z | Downloaded heck v0.5.0 |
355 | 2024-11-08T23:50:40.239Z | Downloaded itoa v1.0.11 |
356 | 2024-11-08T23:50:40.239Z | Downloaded smawk v0.3.2 |
357 | 2024-11-08T23:50:40.242Z | Downloaded strsim v0.11.1 |
358 | 2024-11-08T23:50:40.242Z | Downloaded version_check v0.9.5 |
359 | 2024-11-08T23:50:40.244Z | Downloaded serde_tokenstream v0.2.2 |
360 | 2024-11-08T23:50:40.248Z | Downloaded thiserror v1.0.64 |
361 | 2024-11-08T23:50:40.252Z | Downloaded usdt-attr-macro v0.5.0 |
362 | 2024-11-08T23:50:40.255Z | Downloaded utf8parse v0.2.2 |
363 | 2024-11-08T23:50:40.255Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-11-08T23:50:40.257Z | Downloaded digest v0.10.7 |
365 | 2024-11-08T23:50:40.257Z | Downloaded cargo_toml v0.20.5 |
366 | 2024-11-08T23:50:40.260Z | Downloaded usdt v0.5.0 |
367 | 2024-11-08T23:50:40.260Z | Downloaded thread-id v4.2.2 |
368 | 2024-11-08T23:50:40.262Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-11-08T23:50:40.264Z | Downloaded plain v0.2.3 |
370 | 2024-11-08T23:50:40.266Z | Downloaded pest v2.7.14 |
371 | 2024-11-08T23:50:40.270Z | Downloaded pest_derive v2.7.14 |
372 | 2024-11-08T23:50:40.272Z | Downloaded quote v1.0.37 |
373 | 2024-11-08T23:50:40.275Z | Downloaded once_cell v1.20.2 |
374 | 2024-11-08T23:50:40.277Z | Downloaded tempfile v3.13.0 |
375 | 2024-11-08T23:50:40.279Z | Downloaded scroll v0.12.0 |
376 | 2024-11-08T23:50:40.279Z | Downloaded clap v4.5.20 |
377 | 2024-11-08T23:50:40.288Z | Downloaded serde_json v1.0.128 |
378 | 2024-11-08T23:50:40.294Z | Downloaded unicode-ident v1.0.13 |
379 | 2024-11-08T23:50:40.296Z | Downloaded typenum v1.17.0 |
380 | 2024-11-08T23:50:40.298Z | Downloaded toml v0.8.19 |
381 | 2024-11-08T23:50:40.301Z | Downloaded serde_derive v1.0.210 |
382 | 2024-11-08T23:50:40.304Z | Downloaded pest_meta v2.7.14 |
383 | 2024-11-08T23:50:40.306Z | Downloaded papergrid v0.11.0 |
384 | 2024-11-08T23:50:40.310Z | Downloaded crypto-common v0.1.6 |
385 | 2024-11-08T23:50:40.312Z | Downloaded tabled_derive v0.7.0 |
386 | 2024-11-08T23:50:40.312Z | Downloaded textwrap v0.16.1 |
387 | 2024-11-08T23:50:40.315Z | Downloaded goblin v0.8.2 |
388 | 2024-11-08T23:50:40.319Z | Downloaded serde v1.0.210 |
389 | 2024-11-08T23:50:40.323Z | Downloaded indexmap v2.6.0 |
390 | 2024-11-08T23:50:40.326Z | Downloaded winnow v0.6.20 |
391 | 2024-11-08T23:50:40.334Z | Downloaded toml_edit v0.22.22 |
392 | 2024-11-08T23:50:40.355Z | Downloaded tabled v0.15.0 |
393 | 2024-11-08T23:50:40.369Z | Downloaded memchr v2.7.4 |
394 | 2024-11-08T23:50:40.374Z | Downloaded hashbrown v0.15.0 |
395 | 2024-11-08T23:50:40.384Z | Downloaded clap_builder v4.5.20 |
396 | 2024-11-08T23:50:40.390Z | Downloaded zerocopy v0.7.35 |
397 | 2024-11-08T23:50:40.405Z | Downloaded syn v1.0.109 |
398 | 2024-11-08T23:50:40.420Z | Downloaded syn v2.0.79 |
399 | 2024-11-08T23:50:40.430Z | Downloaded unicode-width v0.1.14 |
400 | 2024-11-08T23:50:40.436Z | Downloaded rustix v0.38.37 |
401 | 2024-11-08T23:50:40.465Z | Downloaded libc v0.2.161 |
402 | 2024-11-08T23:50:40.769Z | Compiling proc-macro2 v1.0.87 |
403 | 2024-11-08T23:50:40.769Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-08T23:50:40.772Z | Compiling version_check v0.9.5 |
405 | 2024-11-08T23:50:40.772Z | Compiling serde v1.0.210 |
406 | 2024-11-08T23:50:40.772Z | Compiling memchr v2.7.4 |
407 | 2024-11-08T23:50:40.772Z | Compiling thiserror v1.0.64 |
408 | 2024-11-08T23:50:40.772Z | Compiling libc v0.2.161 |
409 | 2024-11-08T23:50:40.772Z | Compiling ryu v1.0.18 |
410 | 2024-11-08T23:50:41.016Z | Compiling itoa v1.0.11 |
411 | 2024-11-08T23:50:41.187Z | Compiling ucd-trie v0.1.7 |
412 | 2024-11-08T23:50:41.237Z | Compiling once_cell v1.20.2 |
413 | 2024-11-08T23:50:41.596Z | Compiling byteorder v1.5.0 |
414 | 2024-11-08T23:50:41.696Z | Compiling serde_json v1.0.128 |
415 | 2024-11-08T23:50:41.842Z | Compiling rustix v0.38.37 |
416 | 2024-11-08T23:50:42.104Z | Compiling bitflags v2.6.0 |
417 | 2024-11-08T23:50:42.131Z | Compiling proc-macro-error-attr v1.0.4 |
418 | 2024-11-08T23:50:42.454Z | Compiling usdt-impl v0.5.0 |
419 | 2024-11-08T23:50:42.457Z | Compiling syn v1.0.109 |
420 | 2024-11-08T23:50:42.501Z | Compiling proc-macro-error v1.0.4 |
421 | 2024-11-08T23:50:42.598Z | Compiling log v0.4.22 |
422 | 2024-11-08T23:50:42.753Z | Compiling quote v1.0.37 |
423 | 2024-11-08T23:50:42.849Z | Compiling hashbrown v0.15.0 |
424 | 2024-11-08T23:50:42.940Z | Compiling errno v0.3.9 |
425 | 2024-11-08T23:50:42.967Z | Compiling camino v1.1.9 |
426 | 2024-11-08T23:50:43.131Z | Compiling syn v2.0.79 |
427 | 2024-11-08T23:50:43.194Z | Compiling equivalent v1.0.1 |
428 | 2024-11-08T23:50:43.311Z | Compiling thread-id v4.2.2 |
429 | 2024-11-08T23:50:43.330Z | Compiling utf8parse v0.2.2 |
430 | 2024-11-08T23:50:43.418Z | Compiling plain v0.2.3 |
431 | 2024-11-08T23:50:43.496Z | Compiling anstyle-parse v0.2.5 |
432 | 2024-11-08T23:50:43.750Z | Compiling anstyle-query v1.1.1 |
433 | 2024-11-08T23:50:43.800Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-08T23:50:43.907Z | Compiling autocfg v1.4.0 |
435 | 2024-11-08T23:50:43.969Z | Compiling winnow v0.6.20 |
436 | 2024-11-08T23:50:43.994Z | Compiling unicode-width v0.1.14 |
437 | 2024-11-08T23:50:44.102Z | Compiling indexmap v2.6.0 |
438 | 2024-11-08T23:50:44.298Z | Compiling semver v1.0.23 |
439 | 2024-11-08T23:50:44.496Z | Compiling anstyle v1.0.10 |
440 | 2024-11-08T23:50:44.854Z | Compiling pretty-hex v0.4.1 |
441 | 2024-11-08T23:50:44.950Z | Compiling is_terminal_polyfill v1.70.1 |
442 | 2024-11-08T23:50:45.049Z | Compiling fs-err v2.11.0 |
443 | 2024-11-08T23:50:45.077Z | Compiling anstream v0.6.15 |
444 | 2024-11-08T23:50:45.329Z | Compiling terminal_size v0.4.0 |
445 | 2024-11-08T23:50:45.438Z | Compiling bytecount v0.6.8 |
446 | 2024-11-08T23:50:45.476Z | Compiling strsim v0.11.1 |
447 | 2024-11-08T23:50:45.535Z | Compiling anyhow v1.0.92 |
448 | 2024-11-08T23:50:45.663Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-08T23:50:45.767Z | Compiling fastrand v2.1.1 |
450 | 2024-11-08T23:50:45.800Z | Compiling heck v0.5.0 |
451 | 2024-11-08T23:50:46.142Z | Compiling clap_lex v0.7.2 |
452 | 2024-11-08T23:50:46.360Z | Compiling heck v0.4.1 |
453 | 2024-11-08T23:50:46.393Z | Compiling fnv v1.0.7 |
454 | 2024-11-08T23:50:46.502Z | Compiling tempfile v3.13.0 |
455 | 2024-11-08T23:50:46.544Z | Compiling papergrid v0.11.0 |
456 | 2024-11-08T23:50:46.630Z | Compiling clap_builder v4.5.20 |
457 | 2024-11-08T23:50:47.135Z | Compiling memmap v0.7.0 |
458 | 2024-11-08T23:50:47.222Z | Compiling smawk v0.3.2 |
459 | 2024-11-08T23:50:47.369Z | Compiling unicode-linebreak v0.1.5 |
460 | 2024-11-08T23:50:47.728Z | Compiling swrite v0.1.0 |
461 | 2024-11-08T23:50:47.869Z | Compiling textwrap v0.16.1 |
462 | 2024-11-08T23:50:48.757Z | Compiling tabled_derive v0.7.0 |
463 | 2024-11-08T23:50:50.433Z | Compiling tabled v0.15.0 |
464 | 2024-11-08T23:50:51.156Z | Compiling serde_derive v1.0.210 |
465 | 2024-11-08T23:50:51.156Z | Compiling thiserror-impl v1.0.64 |
466 | 2024-11-08T23:50:51.157Z | Compiling zerocopy-derive v0.7.35 |
467 | 2024-11-08T23:50:51.159Z | Compiling scroll_derive v0.12.0 |
468 | 2024-11-08T23:50:51.329Z | Compiling clap_derive v4.5.18 |
469 | 2024-11-08T23:50:52.560Z | Compiling scroll v0.12.0 |
470 | 2024-11-08T23:50:53.026Z | Compiling goblin v0.8.2 |
471 | 2024-11-08T23:50:53.298Z | Compiling zerocopy v0.7.35 |
472 | 2024-11-08T23:50:53.863Z | Compiling pest v2.7.14 |
473 | 2024-11-08T23:50:54.723Z | Compiling clap v4.5.20 |
474 | 2024-11-08T23:50:56.153Z | Compiling pest_meta v2.7.14 |
475 | 2024-11-08T23:50:57.082Z | Compiling pest_generator v2.7.14 |
476 | 2024-11-08T23:50:58.821Z | Compiling pest_derive v2.7.14 |
477 | 2024-11-08T23:50:59.498Z | Compiling dtrace-parser v0.2.0 |
478 | 2024-11-08T23:51:00.885Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-11-08T23:51:01.017Z | Compiling toml_datetime v0.6.8 |
480 | 2024-11-08T23:51:01.017Z | Compiling serde_spanned v0.6.8 |
481 | 2024-11-08T23:51:01.275Z | Compiling cargo-platform v0.1.8 |
482 | 2024-11-08T23:51:01.371Z | Compiling macaddr v1.0.1 |
483 | 2024-11-08T23:51:01.475Z | Compiling toml_edit v0.22.22 |
484 | 2024-11-08T23:51:01.744Z | Compiling camino-tempfile v1.1.1 |
485 | 2024-11-08T23:51:02.364Z | Compiling dof v0.3.0 |
486 | 2024-11-08T23:51:02.506Z | Compiling cargo_metadata v0.18.1 |
487 | 2024-11-08T23:51:04.061Z | Compiling usdt-macro v0.5.0 |
488 | 2024-11-08T23:51:04.061Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2024-11-08T23:51:04.154Z | Compiling toml v0.8.19 |
490 | 2024-11-08T23:51:04.983Z | Compiling cargo_toml v0.20.5 |
491 | 2024-11-08T23:51:05.430Z | Compiling usdt v0.5.0 |
492 | 2024-11-08T23:51:08.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2024-11-08T23:51:12.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.00s |
494 | 2024-11-08T23:51:12.421Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2024-11-08T23:51:12.920Z | Downloading crates ... |
496 | 2024-11-08T23:51:13.027Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-11-08T23:51:13.033Z | Downloaded atomicwrites v0.4.4 |
498 | 2024-11-08T23:51:13.035Z | Downloaded ascii-canvas v3.0.0 |
499 | 2024-11-08T23:51:13.038Z | Downloaded array-init v0.0.4 |
500 | 2024-11-08T23:51:13.038Z | Downloaded adler2 v2.0.0 |
501 | 2024-11-08T23:51:13.048Z | Downloaded cfg_aliases v0.2.1 |
502 | 2024-11-08T23:51:13.050Z | Downloaded crucible-workspace-hack v0.1.0 |
503 | 2024-11-08T23:51:13.065Z | Downloaded castaway v0.2.3 |
504 | 2024-11-08T23:51:13.067Z | Downloaded block-padding v0.3.3 |
505 | 2024-11-08T23:51:13.067Z | Downloaded bb8 v0.8.5 |
506 | 2024-11-08T23:51:13.070Z | Downloaded lazycell v1.3.0 |
507 | 2024-11-08T23:51:13.073Z | Downloaded curve25519-dalek-derive v0.1.1 |
508 | 2024-11-08T23:51:13.075Z | Downloaded const_format_proc_macros v0.2.33 |
509 | 2024-11-08T23:51:13.078Z | Downloaded nodrop v0.1.14 |
510 | 2024-11-08T23:51:13.078Z | Downloaded http-body v1.0.1 |
511 | 2024-11-08T23:51:13.080Z | Downloaded match_cfg v0.1.0 |
512 | 2024-11-08T23:51:13.081Z | Downloaded darling v0.20.10 |
513 | 2024-11-08T23:51:13.085Z | Downloaded hyper-tls v0.6.0 |
514 | 2024-11-08T23:51:13.087Z | Downloaded keccak v0.1.5 |
515 | 2024-11-08T23:51:13.089Z | Downloaded internet-checksum v0.2.1 |
516 | 2024-11-08T23:51:13.089Z | Downloaded cookie v0.18.1 |
517 | 2024-11-08T23:51:13.092Z | Downloaded hubpack v0.1.2 |
518 | 2024-11-08T23:51:13.095Z | Downloaded linked-hash-map v0.5.6 |
519 | 2024-11-08T23:51:13.097Z | Downloaded csv-core v0.1.11 |
520 | 2024-11-08T23:51:13.100Z | Downloaded console v0.15.8 |
521 | 2024-11-08T23:51:13.103Z | Downloaded newtype-uuid v1.1.2 |
522 | 2024-11-08T23:51:13.107Z | Downloaded crossbeam-epoch v0.9.18 |
523 | 2024-11-08T23:51:13.107Z | Downloaded multimap v0.10.0 |
524 | 2024-11-08T23:51:13.110Z | Downloaded mime_guess v2.0.5 |
525 | 2024-11-08T23:51:13.112Z | Downloaded atty v0.2.14 |
526 | 2024-11-08T23:51:13.112Z | Downloaded managed v0.8.0 |
527 | 2024-11-08T23:51:13.115Z | Downloaded memmap2 v0.9.5 |
528 | 2024-11-08T23:51:13.115Z | Downloaded httparse v1.9.5 |
529 | 2024-11-08T23:51:13.118Z | Downloaded highway v1.2.0 |
530 | 2024-11-08T23:51:13.121Z | Downloaded hmac v0.12.1 |
531 | 2024-11-08T23:51:13.123Z | Downloaded native-tls v0.2.12 |
532 | 2024-11-08T23:51:13.126Z | Downloaded mockall_derive v0.13.0 |
533 | 2024-11-08T23:51:13.129Z | Downloaded clang-sys v1.8.1 |
534 | 2024-11-08T23:51:13.132Z | Downloaded constant_time_eq v0.3.1 |
535 | 2024-11-08T23:51:13.134Z | Downloaded async-recursion v1.1.1 |
536 | 2024-11-08T23:51:13.138Z | Downloaded bytes v1.7.2 |
537 | 2024-11-08T23:51:13.144Z | Downloaded hostname v0.3.1 |
538 | 2024-11-08T23:51:13.147Z | Downloaded hubpack_derive v0.1.1 |
539 | 2024-11-08T23:51:13.147Z | Downloaded ciborium-io v0.2.2 |
540 | 2024-11-08T23:51:13.150Z | Downloaded cstr-argument v0.1.2 |
541 | 2024-11-08T23:51:13.150Z | Downloaded slab v0.4.9 |
542 | 2024-11-08T23:51:13.153Z | Downloaded hickory-resolver v0.24.1 |
543 | 2024-11-08T23:51:13.156Z | Downloaded instant v0.1.13 |
544 | 2024-11-08T23:51:13.158Z | Downloaded http-range v0.1.5 |
545 | 2024-11-08T23:51:13.161Z | Downloaded is_ci v1.2.0 |
546 | 2024-11-08T23:51:13.161Z | Downloaded crunchy v0.2.2 |
547 | 2024-11-08T23:51:13.163Z | Downloaded async-stream v0.3.6 |
548 | 2024-11-08T23:51:13.166Z | Downloaded httpdate v1.0.3 |
549 | 2024-11-08T23:51:13.168Z | Downloaded kstat-rs v0.2.4 |
550 | 2024-11-08T23:51:13.168Z | Downloaded cmake v0.1.51 |
551 | 2024-11-08T23:51:13.171Z | Downloaded allocator-api2 v0.2.18 |
552 | 2024-11-08T23:51:13.174Z | Downloaded matches v0.1.10 |
553 | 2024-11-08T23:51:13.179Z | Downloaded buf-list v1.0.3 |
554 | 2024-11-08T23:51:13.182Z | Downloaded new_debug_unreachable v1.0.6 |
555 | 2024-11-08T23:51:13.182Z | Downloaded ident_case v1.0.1 |
556 | 2024-11-08T23:51:13.182Z | Downloaded home v0.5.9 |
557 | 2024-11-08T23:51:13.182Z | Downloaded normalize-line-endings v0.3.0 |
558 | 2024-11-08T23:51:13.182Z | Downloaded newtype_derive v0.1.6 |
559 | 2024-11-08T23:51:13.185Z | Downloaded rustc-hash v1.1.0 |
560 | 2024-11-08T23:51:13.185Z | Downloaded http-body-util v0.1.2 |
561 | 2024-11-08T23:51:13.187Z | Downloaded bcrypt-pbkdf v0.10.0 |
562 | 2024-11-08T23:51:13.190Z | Downloaded lalrpop-util v0.19.12 |
563 | 2024-11-08T23:51:13.190Z | Downloaded hostname v0.4.0 |
564 | 2024-11-08T23:51:13.193Z | Downloaded async-trait v0.1.83 |
565 | 2024-11-08T23:51:13.195Z | Downloaded libsw v3.3.1 |
566 | 2024-11-08T23:51:13.198Z | Downloaded same-file v1.0.6 |
567 | 2024-11-08T23:51:13.201Z | Downloaded crossbeam-deque v0.8.5 |
568 | 2024-11-08T23:51:13.205Z | Downloaded signal-hook-tokio v0.3.1 |
569 | 2024-11-08T23:51:13.205Z | Downloaded cassowary v0.3.0 |
570 | 2024-11-08T23:51:13.207Z | Downloaded cipher v0.4.4 |
571 | 2024-11-08T23:51:13.207Z | Downloaded tinyvec_macros v0.1.1 |
572 | 2024-11-08T23:51:13.210Z | Downloaded instability v0.3.2 |
573 | 2024-11-08T23:51:13.210Z | Downloaded sync_wrapper v1.0.1 |
574 | 2024-11-08T23:51:13.212Z | Downloaded blowfish v0.9.1 |
575 | 2024-11-08T23:51:13.215Z | Downloaded colored v2.1.0 |
576 | 2024-11-08T23:51:13.217Z | Downloaded tiny-keccak v2.0.2 |
577 | 2024-11-08T23:51:13.220Z | Downloaded hyper-rustls v0.27.3 |
578 | 2024-11-08T23:51:13.222Z | Downloaded md5 v0.7.0 |
579 | 2024-11-08T23:51:13.226Z | Downloaded memoffset v0.9.1 |
580 | 2024-11-08T23:51:13.226Z | Downloaded maybe-uninit v2.0.0 |
581 | 2024-11-08T23:51:13.228Z | Downloaded mime v0.3.17 |
582 | 2024-11-08T23:51:13.228Z | Downloaded nibble_vec v0.1.0 |
583 | 2024-11-08T23:51:13.231Z | Downloaded crossbeam-channel v0.5.13 |
584 | 2024-11-08T23:51:13.235Z | Downloaded derive_builder_macro v0.20.2 |
585 | 2024-11-08T23:51:13.238Z | Downloaded zone_cfg_derive v0.1.2 |
586 | 2024-11-08T23:51:13.238Z | Downloaded siphasher v0.3.11 |
587 | 2024-11-08T23:51:13.241Z | Downloaded endian-type v0.1.2 |
588 | 2024-11-08T23:51:13.241Z | Downloaded mockall v0.13.0 |
589 | 2024-11-08T23:51:13.243Z | Downloaded slog-scope v4.4.0 |
590 | 2024-11-08T23:51:13.244Z | Downloaded tui-tree-widget v0.22.0 |
591 | 2024-11-08T23:51:13.247Z | Downloaded libloading v0.8.5 |
592 | 2024-11-08T23:51:13.250Z | Downloaded ipnet v2.10.1 |
593 | 2024-11-08T23:51:13.252Z | Downloaded arrayvec v0.7.6 |
594 | 2024-11-08T23:51:13.255Z | Downloaded foreign-types-shared v0.1.1 |
595 | 2024-11-08T23:51:13.255Z | Downloaded spin v0.5.2 |
596 | 2024-11-08T23:51:13.255Z | Downloaded slog-stdlog v4.1.1 |
597 | 2024-11-08T23:51:13.258Z | Downloaded crc32fast v1.4.2 |
598 | 2024-11-08T23:51:13.260Z | Downloaded strum_macros v0.25.3 |
599 | 2024-11-08T23:51:13.263Z | Downloaded string_cache v0.8.7 |
600 | 2024-11-08T23:51:13.266Z | Downloaded universal-hash v0.5.1 |
601 | 2024-11-08T23:51:13.266Z | Downloaded tls_codec_derive v0.4.1 |
602 | 2024-11-08T23:51:13.269Z | Downloaded opaque-debug v0.3.1 |
603 | 2024-11-08T23:51:13.269Z | Downloaded wait-timeout v0.2.0 |
604 | 2024-11-08T23:51:13.271Z | Downloaded parse-size v1.1.0 |
605 | 2024-11-08T23:51:13.273Z | Downloaded which v4.4.2 |
606 | 2024-11-08T23:51:13.276Z | Downloaded multer v3.1.0 |
607 | 2024-11-08T23:51:13.278Z | Downloaded rand_core v0.6.4 |
608 | 2024-11-08T23:51:13.280Z | Downloaded rayon-core v1.12.1 |
609 | 2024-11-08T23:51:13.283Z | Downloaded chacha20 v0.9.1 |
610 | 2024-11-08T23:51:13.286Z | Downloaded serde-big-array v0.5.1 |
611 | 2024-11-08T23:51:13.288Z | Downloaded flagset v0.4.6 |
612 | 2024-11-08T23:51:13.291Z | Downloaded fixedbitset v0.4.2 |
613 | 2024-11-08T23:51:13.293Z | Downloaded fallible-streaming-iterator v0.1.9 |
614 | 2024-11-08T23:51:13.294Z | Downloaded salsa20 v0.10.2 |
615 | 2024-11-08T23:51:13.296Z | Downloaded dirs-sys-next v0.1.2 |
616 | 2024-11-08T23:51:13.296Z | Downloaded futures-core v0.3.31 |
617 | 2024-11-08T23:51:13.299Z | Downloaded either v1.13.0 |
618 | 2024-11-08T23:51:13.301Z | Downloaded rusty-fork v0.3.0 |
619 | 2024-11-08T23:51:13.304Z | Downloaded hash32 v0.2.1 |
620 | 2024-11-08T23:51:13.304Z | Downloaded futures-executor v0.3.31 |
621 | 2024-11-08T23:51:13.306Z | Downloaded funty v2.0.0 |
622 | 2024-11-08T23:51:13.306Z | Downloaded typify v0.2.0 |
623 | 2024-11-08T23:51:13.311Z | Downloaded hex-literal v0.4.1 |
624 | 2024-11-08T23:51:13.314Z | Downloaded hex v0.4.3 |
625 | 2024-11-08T23:51:13.314Z | Downloaded blake2 v0.10.6 |
626 | 2024-11-08T23:51:13.319Z | Downloaded zone_cfg_derive v0.3.0 |
627 | 2024-11-08T23:51:13.319Z | Downloaded whoami v1.5.2 |
628 | 2024-11-08T23:51:13.322Z | Downloaded want v0.3.1 |
629 | 2024-11-08T23:51:13.322Z | Downloaded parse-display-derive v0.10.0 |
630 | 2024-11-08T23:51:13.325Z | Downloaded num_enum v0.5.11 |
631 | 2024-11-08T23:51:13.329Z | Downloaded miniz_oxide v0.8.0 |
632 | 2024-11-08T23:51:13.332Z | Downloaded foreign-types v0.3.2 |
633 | 2024-11-08T23:51:13.334Z | Downloaded aes-gcm v0.10.3 |
634 | 2024-11-08T23:51:13.337Z | Downloaded fxhash v0.2.1 |
635 | 2024-11-08T23:51:13.339Z | Downloaded phf_generator v0.11.2 |
636 | 2024-11-08T23:51:13.339Z | Downloaded phf_codegen v0.11.2 |
637 | 2024-11-08T23:51:13.342Z | Downloaded time-core v0.1.2 |
638 | 2024-11-08T23:51:13.342Z | Downloaded futures-channel v0.3.31 |
639 | 2024-11-08T23:51:13.344Z | Downloaded quick-error v1.2.3 |
640 | 2024-11-08T23:51:13.347Z | Downloaded serde_urlencoded v0.7.1 |
641 | 2024-11-08T23:51:13.347Z | Downloaded value-bag v1.9.0 |
642 | 2024-11-08T23:51:13.350Z | Downloaded sha1 v0.10.6 |
643 | 2024-11-08T23:51:13.352Z | Downloaded strip-ansi-escapes v0.2.0 |
644 | 2024-11-08T23:51:13.356Z | Downloaded path-slash v0.1.5 |
645 | 2024-11-08T23:51:13.356Z | Downloaded stringprep v0.1.5 |
646 | 2024-11-08T23:51:13.359Z | Downloaded phf_shared v0.10.0 |
647 | 2024-11-08T23:51:13.359Z | Downloaded rsa v0.9.6 |
648 | 2024-11-08T23:51:13.364Z | Downloaded hickory-client v0.24.1 |
649 | 2024-11-08T23:51:13.368Z | Downloaded tokio-macros v2.4.0 |
650 | 2024-11-08T23:51:13.371Z | Downloaded tokio-native-tls v0.3.1 |
651 | 2024-11-08T23:51:13.373Z | Downloaded unicode-xid v0.2.6 |
652 | 2024-11-08T23:51:13.376Z | Downloaded cc v1.1.30 |
653 | 2024-11-08T23:51:13.378Z | Downloaded parse-display v0.10.0 |
654 | 2024-11-08T23:51:13.380Z | Downloaded xz2 v0.1.7 |
655 | 2024-11-08T23:51:13.383Z | Downloaded toolchain_find v0.4.0 |
656 | 2024-11-08T23:51:13.383Z | Downloaded debug-ignore v1.0.5 |
657 | 2024-11-08T23:51:13.385Z | Downloaded arc-swap v1.7.1 |
658 | 2024-11-08T23:51:13.388Z | Downloaded termtree v0.4.1 |
659 | 2024-11-08T23:51:13.391Z | Downloaded foldhash v0.1.3 |
660 | 2024-11-08T23:51:13.391Z | Downloaded embedded-io v0.6.1 |
661 | 2024-11-08T23:51:13.394Z | Downloaded embedded-io v0.4.0 |
662 | 2024-11-08T23:51:13.396Z | Downloaded ed25519 v2.2.3 |
663 | 2024-11-08T23:51:13.399Z | Downloaded defmt-parser v0.3.4 |
664 | 2024-11-08T23:51:13.399Z | Downloaded unicode-truncate v1.1.0 |
665 | 2024-11-08T23:51:13.401Z | Downloaded num v0.4.3 |
666 | 2024-11-08T23:51:13.401Z | Downloaded heck v0.3.3 |
667 | 2024-11-08T23:51:13.404Z | Downloaded olpc-cjson v0.1.4 |
668 | 2024-11-08T23:51:13.406Z | Downloaded phf v0.11.2 |
669 | 2024-11-08T23:51:13.406Z | Downloaded predicates v3.1.2 |
670 | 2024-11-08T23:51:13.409Z | Downloaded socket2 v0.5.7 |
671 | 2024-11-08T23:51:13.412Z | Downloaded compact_str v0.8.0 |
672 | 2024-11-08T23:51:13.417Z | Downloaded dhcproto-macros v0.1.0 |
673 | 2024-11-08T23:51:13.419Z | Downloaded rcgen v0.12.1 |
674 | 2024-11-08T23:51:13.422Z | Downloaded hyper v1.4.1 |
675 | 2024-11-08T23:51:13.429Z | Downloaded predicates-tree v1.0.11 |
676 | 2024-11-08T23:51:13.431Z | Downloaded tokio-rustls v0.24.1 |
677 | 2024-11-08T23:51:13.434Z | Downloaded sec1 v0.7.3 |
678 | 2024-11-08T23:51:13.438Z | Downloaded peg-runtime v0.8.3 |
679 | 2024-11-08T23:51:13.438Z | Downloaded yasna v0.5.2 |
680 | 2024-11-08T23:51:13.441Z | Downloaded scopeguard v1.2.0 |
681 | 2024-11-08T23:51:13.445Z | Downloaded termios v0.3.3 |
682 | 2024-11-08T23:51:13.445Z | Downloaded secrecy v0.8.0 |
683 | 2024-11-08T23:51:13.447Z | Downloaded scrypt v0.11.0 |
684 | 2024-11-08T23:51:13.447Z | Downloaded smallvec v0.6.14 |
685 | 2024-11-08T23:51:13.450Z | Downloaded defmt v0.3.8 |
686 | 2024-11-08T23:51:13.452Z | Downloaded thread_local v1.1.8 |
687 | 2024-11-08T23:51:13.455Z | Downloaded strum v0.26.3 |
688 | 2024-11-08T23:51:13.455Z | Downloaded pkcs5 v0.7.1 |
689 | 2024-11-08T23:51:13.459Z | Downloaded sqlparser_derive v0.2.2 |
690 | 2024-11-08T23:51:13.462Z | Downloaded nu-ansi-term v0.50.1 |
691 | 2024-11-08T23:51:13.464Z | Downloaded utf-8 v0.7.6 |
692 | 2024-11-08T23:51:13.467Z | Downloaded env_filter v0.1.2 |
693 | 2024-11-08T23:51:13.467Z | Downloaded dyn-clone v1.0.17 |
694 | 2024-11-08T23:51:13.471Z | Downloaded untrusted v0.9.0 |
695 | 2024-11-08T23:51:13.471Z | Downloaded untrusted v0.7.1 |
696 | 2024-11-08T23:51:13.474Z | Downloaded tap v1.0.1 |
697 | 2024-11-08T23:51:13.474Z | Downloaded futures v0.3.31 |
698 | 2024-11-08T23:51:13.490Z | Downloaded futures-sink v0.3.31 |
699 | 2024-11-08T23:51:13.493Z | Downloaded http v1.1.0 |
700 | 2024-11-08T23:51:13.496Z | Downloaded fallible-iterator v0.2.0 |
701 | 2024-11-08T23:51:13.498Z | Downloaded unicode-properties v0.1.3 |
702 | 2024-11-08T23:51:13.501Z | Downloaded oso-derive v0.27.3 |
703 | 2024-11-08T23:51:13.501Z | Downloaded num-derive v0.4.2 |
704 | 2024-11-08T23:51:13.504Z | Downloaded headers-core v0.3.0 |
705 | 2024-11-08T23:51:13.504Z | Downloaded enum-as-inner v0.6.1 |
706 | 2024-11-08T23:51:13.507Z | Downloaded smallvec v1.13.2 |
707 | 2024-11-08T23:51:13.510Z | Downloaded hickory-server v0.24.1 |
708 | 2024-11-08T23:51:13.514Z | Downloaded sigpipe v0.1.3 |
709 | 2024-11-08T23:51:13.517Z | Downloaded omicron-zone-package v0.11.1 |
710 | 2024-11-08T23:51:13.520Z | Downloaded proc-macro-crate v1.3.1 |
711 | 2024-11-08T23:51:13.522Z | Downloaded strum_macros v0.24.3 |
712 | 2024-11-08T23:51:13.525Z | Downloaded structmeta-derive v0.3.0 |
713 | 2024-11-08T23:51:13.525Z | Downloaded slog-json v2.6.1 |
714 | 2024-11-08T23:51:13.527Z | Downloaded ssh-cipher v0.2.0 |
715 | 2024-11-08T23:51:13.530Z | Downloaded env_logger v0.11.5 |
716 | 2024-11-08T23:51:13.533Z | Downloaded des v0.8.1 |
717 | 2024-11-08T23:51:13.535Z | Downloaded env_logger v0.10.2 |
718 | 2024-11-08T23:51:13.538Z | Downloaded tower-service v0.3.3 |
719 | 2024-11-08T23:51:13.538Z | Downloaded twox-hash v1.6.3 |
720 | 2024-11-08T23:51:13.542Z | Downloaded pin-project v1.1.6 |
721 | 2024-11-08T23:51:13.553Z | Downloaded zone v0.1.8 |
722 | 2024-11-08T23:51:13.555Z | Downloaded aes v0.8.4 |
723 | 2024-11-08T23:51:13.558Z | Downloaded difflib v0.4.0 |
724 | 2024-11-08T23:51:13.561Z | Downloaded data-encoding v2.6.0 |
725 | 2024-11-08T23:51:13.561Z | Downloaded glob v0.3.1 |
726 | 2024-11-08T23:51:13.567Z | Downloaded slog-term v2.9.1 |
727 | 2024-11-08T23:51:13.567Z | Downloaded itertools v0.10.5 |
728 | 2024-11-08T23:51:13.572Z | Downloaded fallible-iterator v0.3.0 |
729 | 2024-11-08T23:51:13.575Z | Downloaded poly1305 v0.8.0 |
730 | 2024-11-08T23:51:13.577Z | Downloaded signal-hook-registry v1.4.2 |
731 | 2024-11-08T23:51:13.580Z | Downloaded rtoolbox v0.0.2 |
732 | 2024-11-08T23:51:13.580Z | Downloaded rpassword v7.3.1 |
733 | 2024-11-08T23:51:13.583Z | Downloaded primeorder v0.13.6 |
734 | 2024-11-08T23:51:13.585Z | Downloaded uuid v1.10.0 |
735 | 2024-11-08T23:51:13.588Z | Downloaded quinn v0.11.5 |
736 | 2024-11-08T23:51:13.591Z | Downloaded signal-hook-mio v0.2.4 |
737 | 2024-11-08T23:51:13.593Z | Downloaded wyz v0.5.1 |
738 | 2024-11-08T23:51:13.594Z | Downloaded tokio-tungstenite v0.24.0 |
739 | 2024-11-08T23:51:13.596Z | Downloaded dhcproto v0.12.0 |
740 | 2024-11-08T23:51:13.600Z | Downloaded take_mut v0.2.2 |
741 | 2024-11-08T23:51:13.602Z | Downloaded tokio-tungstenite v0.23.1 |
742 | 2024-11-08T23:51:13.606Z | Downloaded qorb v0.2.0 |
743 | 2024-11-08T23:51:13.608Z | Downloaded foreign-types-shared v0.3.1 |
744 | 2024-11-08T23:51:13.611Z | Downloaded foreign-types v0.5.0 |
745 | 2024-11-08T23:51:13.611Z | Downloaded darling_macro v0.20.10 |
746 | 2024-11-08T23:51:13.614Z | Downloaded number_prefix v0.4.0 |
747 | 2024-11-08T23:51:13.614Z | Downloaded float-ord v0.3.2 |
748 | 2024-11-08T23:51:13.616Z | Downloaded displaydoc v0.2.5 |
749 | 2024-11-08T23:51:13.619Z | Downloaded parking_lot v0.12.3 |
750 | 2024-11-08T23:51:13.621Z | Downloaded typify-macro v0.2.0 |
751 | 2024-11-08T23:51:13.623Z | Downloaded pkg-config v0.3.31 |
752 | 2024-11-08T23:51:13.623Z | Downloaded tokio-postgres v0.7.12 |
753 | 2024-11-08T23:51:13.629Z | Downloaded hash32 v0.3.1 |
754 | 2024-11-08T23:51:13.631Z | Downloaded filetime v0.2.25 |
755 | 2024-11-08T23:51:13.634Z | Downloaded pem-rfc7468 v0.7.0 |
756 | 2024-11-08T23:51:13.636Z | Downloaded tungstenite v0.21.0 |
757 | 2024-11-08T23:51:13.639Z | Downloaded tar v0.4.42 |
758 | 2024-11-08T23:51:13.642Z | Downloaded waitgroup v0.1.2 |
759 | 2024-11-08T23:51:13.646Z | Downloaded tungstenite v0.23.0 |
760 | 2024-11-08T23:51:13.650Z | Downloaded rand_xorshift v0.3.0 |
761 | 2024-11-08T23:51:13.650Z | Downloaded openssl-macros v0.1.1 |
762 | 2024-11-08T23:51:13.652Z | Downloaded rand_chacha v0.3.1 |
763 | 2024-11-08T23:51:13.652Z | Downloaded radium v0.7.0 |
764 | 2024-11-08T23:51:13.655Z | Downloaded r2d2 v0.8.10 |
765 | 2024-11-08T23:51:13.655Z | Downloaded russh-keys v0.45.0 |
766 | 2024-11-08T23:51:13.658Z | Downloaded supports-color v3.0.1 |
767 | 2024-11-08T23:51:13.660Z | Downloaded strum_macros v0.26.4 |
768 | 2024-11-08T23:51:13.662Z | Downloaded downcast v0.11.0 |
769 | 2024-11-08T23:51:13.665Z | Downloaded structmeta v0.3.0 |
770 | 2024-11-08T23:51:13.667Z | Downloaded structmeta v0.2.0 |
771 | 2024-11-08T23:51:13.667Z | Downloaded static_assertions v1.1.0 |
772 | 2024-11-08T23:51:13.670Z | Downloaded peg v0.8.4 |
773 | 2024-11-08T23:51:13.673Z | Downloaded packed_struct_codegen v0.10.1 |
774 | 2024-11-08T23:51:13.675Z | Downloaded subtle v2.6.1 |
775 | 2024-11-08T23:51:13.678Z | Downloaded parse-zoneinfo v0.3.1 |
776 | 2024-11-08T23:51:13.680Z | Downloaded diesel_table_macro_syntax v0.2.0 |
777 | 2024-11-08T23:51:13.680Z | Downloaded serde_plain v1.0.2 |
778 | 2024-11-08T23:51:13.683Z | Downloaded serde_path_to_error v0.1.16 |
779 | 2024-11-08T23:51:13.685Z | Downloaded deranged v0.3.11 |
780 | 2024-11-08T23:51:13.685Z | Downloaded owo-colors v4.1.0 |
781 | 2024-11-08T23:51:13.688Z | Downloaded crossterm v0.28.1 |
782 | 2024-11-08T23:51:13.696Z | Downloaded pkcs1 v0.7.5 |
783 | 2024-11-08T23:51:13.699Z | Downloaded num_threads v0.1.7 |
784 | 2024-11-08T23:51:13.702Z | Downloaded hkdf v0.12.4 |
785 | 2024-11-08T23:51:13.704Z | Downloaded diesel-dtrace v0.3.0 |
786 | 2024-11-08T23:51:13.704Z | Downloaded zeroize_derive v1.4.2 |
787 | 2024-11-08T23:51:13.707Z | Downloaded progenitor v0.8.0 |
788 | 2024-11-08T23:51:13.707Z | Downloaded ed25519-dalek v2.1.1 |
789 | 2024-11-08T23:51:13.710Z | Downloaded ena v0.14.3 |
790 | 2024-11-08T23:51:13.712Z | Downloaded simd-adler32 v0.3.7 |
791 | 2024-11-08T23:51:13.715Z | Downloaded packed_struct v0.10.1 |
792 | 2024-11-08T23:51:13.718Z | Downloaded shell-words v1.1.0 |
793 | 2024-11-08T23:51:13.718Z | Downloaded p256 v0.13.2 |
794 | 2024-11-08T23:51:13.721Z | Downloaded derive_more v0.99.18 |
795 | 2024-11-08T23:51:13.727Z | Downloaded shlex v1.3.0 |
796 | 2024-11-08T23:51:13.729Z | Downloaded parking_lot_core v0.8.6 |
797 | 2024-11-08T23:51:13.732Z | Downloaded zeroize v1.8.1 |
798 | 2024-11-08T23:51:13.736Z | Downloaded headers v0.4.0 |
799 | 2024-11-08T23:51:13.738Z | Downloaded progenitor-client v0.8.0 |
800 | 2024-11-08T23:51:13.741Z | Downloaded progenitor-macro v0.8.0 |
801 | 2024-11-08T23:51:13.741Z | Downloaded dsl_auto_type v0.1.2 |
802 | 2024-11-08T23:51:13.744Z | Downloaded try-lock v0.2.5 |
803 | 2024-11-08T23:51:13.744Z | Downloaded password-hash v0.5.0 |
804 | 2024-11-08T23:51:13.747Z | Downloaded fatfs v0.3.6 |
805 | 2024-11-08T23:51:13.749Z | Downloaded parking_lot_core v0.9.10 |
806 | 2024-11-08T23:51:13.752Z | Downloaded password-hash v0.4.2 |
807 | 2024-11-08T23:51:13.754Z | Downloaded getrandom v0.2.15 |
808 | 2024-11-08T23:51:13.757Z | Downloaded futures-io v0.3.31 |
809 | 2024-11-08T23:51:13.759Z | Downloaded num_enum_derive v0.5.11 |
810 | 2024-11-08T23:51:13.759Z | Downloaded num-conv v0.1.0 |
811 | 2024-11-08T23:51:13.762Z | Downloaded tokio-stream v0.1.16 |
812 | 2024-11-08T23:51:13.764Z | Downloaded vte_generate_state_changes v0.1.2 |
813 | 2024-11-08T23:51:13.767Z | Downloaded unicode-bidi v0.3.17 |
814 | 2024-11-08T23:51:13.769Z | Downloaded signal-hook v0.3.17 |
815 | 2024-11-08T23:51:13.773Z | Downloaded slog-envlogger v2.2.0 |
816 | 2024-11-08T23:51:13.776Z | Downloaded time v0.3.36 |
817 | 2024-11-08T23:51:13.781Z | Downloaded float-cmp v0.9.0 |
818 | 2024-11-08T23:51:13.784Z | Downloaded aho-corasick v1.1.3 |
819 | 2024-11-08T23:51:13.789Z | Downloaded dunce v1.0.5 |
820 | 2024-11-08T23:51:13.793Z | Downloaded rustls-pemfile v1.0.4 |
821 | 2024-11-08T23:51:13.796Z | Downloaded powerfmt v0.2.0 |
822 | 2024-11-08T23:51:13.796Z | Downloaded lalrpop v0.19.12 |
823 | 2024-11-08T23:51:13.806Z | Downloaded group v0.13.0 |
824 | 2024-11-08T23:51:13.809Z | Downloaded ghash v0.5.1 |
825 | 2024-11-08T23:51:13.811Z | Downloaded derive-where v1.2.7 |
826 | 2024-11-08T23:51:13.814Z | Downloaded idna v0.3.0 |
827 | 2024-11-08T23:51:13.820Z | Downloaded polyval v0.6.2 |
828 | 2024-11-08T23:51:13.823Z | Downloaded futures-macro v0.3.31 |
829 | 2024-11-08T23:51:13.826Z | Downloaded aws-lc-rs v1.10.0 |
830 | 2024-11-08T23:51:13.833Z | Downloaded gethostname v0.5.0 |
831 | 2024-11-08T23:51:13.836Z | Downloaded futures-task v0.3.31 |
832 | 2024-11-08T23:51:13.836Z | Downloaded globset v0.4.15 |
833 | 2024-11-08T23:51:13.839Z | Downloaded num-bigint v0.4.6 |
834 | 2024-11-08T23:51:13.842Z | Downloaded diff v0.1.13 |
835 | 2024-11-08T23:51:13.846Z | Downloaded sqlformat v0.2.6 |
836 | 2024-11-08T23:51:13.849Z | Downloaded pin-project-lite v0.2.14 |
837 | 2024-11-08T23:51:13.853Z | Downloaded stable_deref_trait v1.2.0 |
838 | 2024-11-08T23:51:13.856Z | Downloaded bindgen v0.69.5 |
839 | 2024-11-08T23:51:13.862Z | Downloaded postgres-types v0.2.8 |
840 | 2024-11-08T23:51:13.864Z | Downloaded unicase v2.7.0 |
841 | 2024-11-08T23:51:13.867Z | Downloaded snafu v0.8.5 |
842 | 2024-11-08T23:51:13.872Z | Downloaded num-complex v0.4.6 |
843 | 2024-11-08T23:51:13.875Z | Downloaded postgres-protocol v0.6.7 |
844 | 2024-11-08T23:51:13.877Z | Downloaded fs_extra v1.3.0 |
845 | 2024-11-08T23:51:13.880Z | Downloaded tracing-core v0.1.32 |
846 | 2024-11-08T23:51:13.883Z | Downloaded vsss-rs v3.3.4 |
847 | 2024-11-08T23:51:13.886Z | Downloaded darling_core v0.20.10 |
848 | 2024-11-08T23:51:13.889Z | Downloaded rustls-pemfile v2.2.0 |
849 | 2024-11-08T23:51:13.892Z | Downloaded tokio-util v0.7.12 |
850 | 2024-11-08T23:51:13.899Z | Downloaded vte v0.11.1 |
851 | 2024-11-08T23:51:13.903Z | Downloaded reqwest v0.12.8 |
852 | 2024-11-08T23:51:13.911Z | Downloaded diesel_derives v2.2.3 |
853 | 2024-11-08T23:51:13.915Z | Downloaded vergen v8.3.2 |
854 | 2024-11-08T23:51:13.918Z | Downloaded futures-util v0.3.31 |
855 | 2024-11-08T23:51:13.931Z | Downloaded unsafe-libyaml v0.2.11 |
856 | 2024-11-08T23:51:13.935Z | Downloaded tracing v0.1.40 |
857 | 2024-11-08T23:51:13.939Z | Downloaded salty v0.3.0 |
858 | 2024-11-08T23:51:13.946Z | Downloaded unicode-normalization v0.1.24 |
859 | 2024-11-08T23:51:13.950Z | Downloaded sqlparser v0.45.0 |
860 | 2024-11-08T23:51:13.956Z | Downloaded toml_edit v0.19.15 |
861 | 2024-11-08T23:51:13.973Z | Downloaded h2 v0.4.6 |
862 | 2024-11-08T23:51:13.980Z | Downloaded idna v0.4.0 |
863 | 2024-11-08T23:51:13.987Z | Downloaded x509-cert v0.2.5 |
864 | 2024-11-08T23:51:13.994Z | Downloaded idna v0.5.0 |
865 | 2024-11-08T23:51:14.001Z | Downloaded idna v0.2.3 |
866 | 2024-11-08T23:51:14.009Z | Downloaded hashbrown v0.14.5 |
867 | 2024-11-08T23:51:14.015Z | Downloaded flate2 v1.0.34 |
868 | 2024-11-08T23:51:14.020Z | Downloaded quinn-proto v0.11.8 |
869 | 2024-11-08T23:51:14.027Z | Downloaded tough v0.19.0 |
870 | 2024-11-08T23:51:14.036Z | Downloaded hashbrown v0.13.2 |
871 | 2024-11-08T23:51:14.042Z | Downloaded typed-path v0.9.3 |
872 | 2024-11-08T23:51:14.048Z | Downloaded rustyline v14.0.0 |
873 | 2024-11-08T23:51:14.054Z | Downloaded rusqlite v0.32.1 |
874 | 2024-11-08T23:51:14.061Z | Downloaded radix_trie v0.2.1 |
875 | 2024-11-08T23:51:14.066Z | Downloaded vcpkg v0.2.15 |
876 | 2024-11-08T23:51:14.106Z | Downloaded rustls-webpki v0.101.7 |
877 | 2024-11-08T23:51:14.120Z | Downloaded curve25519-dalek v4.1.3 |
878 | 2024-11-08T23:51:14.131Z | Downloaded num-bigint-dig v0.8.4 |
879 | 2024-11-08T23:51:14.135Z | Downloaded ssh-key v0.6.6 |
880 | 2024-11-08T23:51:14.141Z | Downloaded rustls-webpki v0.102.8 |
881 | 2024-11-08T23:51:14.161Z | Downloaded proptest v1.5.0 |
882 | 2024-11-08T23:51:14.170Z | Downloaded dropshot v0.12.0 |
883 | 2024-11-08T23:51:14.192Z | Downloaded p384 v0.13.0 |
884 | 2024-11-08T23:51:14.197Z | Downloaded smoltcp v0.11.0 |
885 | 2024-11-08T23:51:14.211Z | Downloaded webpki-roots v0.26.6 |
886 | 2024-11-08T23:51:14.215Z | Downloaded gimli v0.31.1 |
887 | 2024-11-08T23:51:14.224Z | Downloaded regex-syntax v0.6.29 |
888 | 2024-11-08T23:51:14.231Z | Downloaded polar-core v0.27.3 |
889 | 2024-11-08T23:51:14.240Z | Downloaded typify-impl v0.2.0 |
890 | 2024-11-08T23:51:14.256Z | Downloaded object v0.30.4 |
891 | 2024-11-08T23:51:14.267Z | Downloaded chrono-tz v0.10.0 |
892 | 2024-11-08T23:51:14.274Z | Downloaded rustls v0.21.12 |
893 | 2024-11-08T23:51:14.286Z | Downloaded object v0.36.5 |
894 | 2024-11-08T23:51:14.300Z | Downloaded rustls v0.23.14 |
895 | 2024-11-08T23:51:14.311Z | Downloaded regress v0.10.1 |
896 | 2024-11-08T23:51:14.319Z | Downloaded regress v0.9.1 |
897 | 2024-11-08T23:51:14.329Z | Downloaded trust-dns-proto v0.22.0 |
898 | 2024-11-08T23:51:14.341Z | Downloaded ratatui v0.28.1 |
899 | 2024-11-08T23:51:14.362Z | Downloaded diesel v2.2.4 |
900 | 2024-11-08T23:51:14.379Z | Downloaded regex-syntax v0.8.5 |
901 | 2024-11-08T23:51:14.387Z | Downloaded openapiv3 v2.0.0 |
902 | 2024-11-08T23:51:14.400Z | Downloaded rustls v0.22.4 |
903 | 2024-11-08T23:51:14.414Z | Downloaded sled v0.34.7 |
904 | 2024-11-08T23:51:14.424Z | Downloaded openssl v0.10.68 |
905 | 2024-11-08T23:51:14.433Z | Downloaded bstr v1.10.0 |
906 | 2024-11-08T23:51:14.444Z | Downloaded libz-sys v1.1.20 |
907 | 2024-11-08T23:51:14.465Z | Downloaded petgraph v0.6.5 |
908 | 2024-11-08T23:51:14.483Z | Downloaded lzma-sys v0.1.20 |
909 | 2024-11-08T23:51:14.512Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
910 | 2024-11-08T23:51:14.524Z | Downloaded tokio v1.40.0 |
911 | 2024-11-08T23:51:14.562Z | Downloaded smoltcp v0.9.1 |
912 | 2024-11-08T23:51:14.572Z | Downloaded regex v1.11.0 |
913 | 2024-11-08T23:51:14.586Z | Downloaded regex-automata v0.4.8 |
914 | 2024-11-08T23:51:14.602Z | Downloaded zerocopy-derive v0.6.6 |
915 | 2024-11-08T23:51:14.612Z | Downloaded nix v0.29.0 |
916 | 2024-11-08T23:51:14.623Z | Downloaded nix v0.28.0 |
917 | 2024-11-08T23:51:14.634Z | Downloaded git2 v0.19.0 |
918 | 2024-11-08T23:51:14.643Z | Downloaded hickory-proto v0.24.1 |
919 | 2024-11-08T23:51:14.658Z | Downloaded rayon v1.10.0 |
920 | 2024-11-08T23:51:14.667Z | Downloaded quick-xml v0.33.0 |
921 | 2024-11-08T23:51:14.673Z | Downloaded similar v2.6.0 |
922 | 2024-11-08T23:51:14.678Z | Downloaded nix v0.27.1 |
923 | 2024-11-08T23:51:14.688Z | Downloaded portable-atomic v1.9.0 |
924 | 2024-11-08T23:51:14.694Z | Downloaded test-strategy v0.3.1 |
925 | 2024-11-08T23:51:14.698Z | Downloaded zip v0.6.6 |
926 | 2024-11-08T23:51:14.702Z | Downloaded num-rational v0.4.2 |
927 | 2024-11-08T23:51:14.706Z | Downloaded progenitor-impl v0.8.0 |
928 | 2024-11-08T23:51:14.706Z | Downloaded zip v2.1.3 |
929 | 2024-11-08T23:51:14.710Z | Downloaded hashbrown v0.12.3 |
930 | 2024-11-08T23:51:14.714Z | Downloaded csv v1.3.0 |
931 | 2024-11-08T23:51:14.735Z | Downloaded russh v0.45.0 |
932 | 2024-11-08T23:51:14.740Z | Downloaded unicode-segmentation v1.12.0 |
933 | 2024-11-08T23:51:14.743Z | Downloaded winnow v0.5.40 |
934 | 2024-11-08T23:51:14.751Z | Downloaded blake3 v1.5.4 |
935 | 2024-11-08T23:51:14.762Z | Downloaded walkdir v2.5.0 |
936 | 2024-11-08T23:51:14.764Z | Downloaded sha3 v0.10.8 |
937 | 2024-11-08T23:51:14.767Z | Downloaded rustversion v1.0.17 |
938 | 2024-11-08T23:51:14.770Z | Downloaded rustls-pki-types v1.9.0 |
939 | 2024-11-08T23:51:14.773Z | Downloaded zopfli v0.8.1 |
940 | 2024-11-08T23:51:14.776Z | Downloaded unarray v0.1.4 |
941 | 2024-11-08T23:51:14.776Z | Downloaded ssh-encoding v0.2.0 |
942 | 2024-11-08T23:51:14.778Z | Downloaded spki v0.7.3 |
943 | 2024-11-08T23:51:14.778Z | Downloaded serde-hex v0.1.0 |
944 | 2024-11-08T23:51:14.781Z | Downloaded semver v0.1.20 |
945 | 2024-11-08T23:51:14.783Z | Downloaded spin v0.9.8 |
946 | 2024-11-08T23:51:14.786Z | Downloaded pin-project-internal v1.1.6 |
947 | 2024-11-08T23:51:14.786Z | Downloaded peg-macros v0.8.4 |
948 | 2024-11-08T23:51:14.789Z | Downloaded oso v0.27.3 |
949 | 2024-11-08T23:51:14.792Z | Downloaded pin-utils v0.1.0 |
950 | 2024-11-08T23:51:14.792Z | Downloaded toml v0.7.8 |
951 | 2024-11-08T23:51:14.795Z | Downloaded tungstenite v0.24.0 |
952 | 2024-11-08T23:51:14.798Z | Downloaded bitvec v1.0.1 |
953 | 2024-11-08T23:51:14.813Z | Downloaded fragile v2.0.0 |
954 | 2024-11-08T23:51:14.815Z | Downloaded tracing-attributes v0.1.27 |
955 | 2024-11-08T23:51:14.818Z | Downloaded dropshot_endpoint v0.12.0 |
956 | 2024-11-08T23:51:14.820Z | Downloaded slog-dtrace v0.3.0 |
957 | 2024-11-08T23:51:14.823Z | Downloaded serde_derive_internals v0.29.1 |
958 | 2024-11-08T23:51:14.823Z | Downloaded der_derive v0.7.3 |
959 | 2024-11-08T23:51:14.826Z | Downloaded zerocopy v0.6.6 |
960 | 2024-11-08T23:51:14.828Z | Downloaded p521 v0.13.3 |
961 | 2024-11-08T23:51:14.831Z | Downloaded chrono v0.4.38 |
962 | 2024-11-08T23:51:14.837Z | Downloaded openssl-probe v0.1.5 |
963 | 2024-11-08T23:51:14.840Z | Downloaded expectorate v1.1.0 |
964 | 2024-11-08T23:51:14.842Z | Downloaded url v2.5.2 |
965 | 2024-11-08T23:51:14.844Z | Downloaded serde_with v3.11.0 |
966 | 2024-11-08T23:51:14.852Z | Downloaded tokio-tungstenite v0.21.0 |
967 | 2024-11-08T23:51:14.854Z | Downloaded tokio-rustls v0.26.0 |
968 | 2024-11-08T23:51:14.857Z | Downloaded tokio-rustls v0.25.0 |
969 | 2024-11-08T23:51:14.860Z | Downloaded serde_repr v0.1.19 |
970 | 2024-11-08T23:51:14.860Z | Downloaded heapless v0.7.17 |
971 | 2024-11-08T23:51:14.863Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
972 | 2024-11-08T23:51:14.921Z | Downloaded samael v0.0.17 |
973 | 2024-11-08T23:51:14.929Z | Downloaded reedline v0.35.0 |
974 | 2024-11-08T23:51:14.934Z | Downloaded encoding_rs v0.8.34 |
975 | 2024-11-08T23:51:14.955Z | Downloaded pbkdf2 v0.12.2 |
976 | 2024-11-08T23:51:14.959Z | Downloaded form_urlencoded v1.2.1 |
977 | 2024-11-08T23:51:14.959Z | Downloaded foreign-types-macros v0.2.3 |
978 | 2024-11-08T23:51:14.959Z | Downloaded tabwriter v1.4.0 |
979 | 2024-11-08T23:51:14.963Z | Downloaded itertools v0.13.0 |
980 | 2024-11-08T23:51:14.967Z | Downloaded structmeta-derive v0.2.0 |
981 | 2024-11-08T23:51:14.969Z | Downloaded rand v0.8.5 |
982 | 2024-11-08T23:51:14.972Z | Downloaded rand_seeder v0.3.0 |
983 | 2024-11-08T23:51:14.975Z | Downloaded libm v0.2.8 |
984 | 2024-11-08T23:51:14.980Z | Downloaded elliptic-curve v0.13.8 |
985 | 2024-11-08T23:51:14.984Z | Downloaded ff v0.13.0 |
986 | 2024-11-08T23:51:14.986Z | Downloaded fd-lock v4.0.2 |
987 | 2024-11-08T23:51:14.991Z | Downloaded parking_lot v0.11.2 |
988 | 2024-11-08T23:51:14.993Z | Downloaded ecdsa v0.16.9 |
989 | 2024-11-08T23:51:14.993Z | Downloaded der v0.7.9 |
990 | 2024-11-08T23:51:14.997Z | Downloaded nom v7.1.3 |
991 | 2024-11-08T23:51:15.002Z | Downloaded xattr v1.3.1 |
992 | 2024-11-08T23:51:15.005Z | Downloaded publicsuffix v2.2.3 |
993 | 2024-11-08T23:51:15.007Z | Downloaded libxml v0.3.3 |
994 | 2024-11-08T23:51:15.012Z | Downloaded ppv-lite86 v0.2.20 |
995 | 2024-11-08T23:51:15.015Z | Downloaded paste v1.0.15 |
996 | 2024-11-08T23:51:15.019Z | Downloaded ref-cast-impl v1.0.23 |
997 | 2024-11-08T23:51:15.019Z | Downloaded flume v0.11.0 |
998 | 2024-11-08T23:51:15.021Z | Downloaded pkcs8 v0.10.2 |
999 | 2024-11-08T23:51:15.024Z | Downloaded unicode_categories v0.1.1 |
1000 | 2024-11-08T23:51:15.026Z | Downloaded mio v1.0.2 |
1001 | 2024-11-08T23:51:15.031Z | Downloaded slog v2.7.0 |
1002 | 2024-11-08T23:51:15.034Z | Downloaded serde_yaml v0.9.34+deprecated |
1003 | 2024-11-08T23:51:15.039Z | Downloaded ron v0.7.1 |
1004 | 2024-11-08T23:51:15.043Z | Downloaded steno v0.4.1 |
1005 | 2024-11-08T23:51:15.048Z | Downloaded uzers v0.12.1 |
1006 | 2024-11-08T23:51:15.050Z | Downloaded ron v0.8.1 |
1007 | 2024-11-08T23:51:15.055Z | Downloaded rustc_version v0.4.1 |
1008 | 2024-11-08T23:51:15.058Z | Downloaded rustc_version v0.1.7 |
1009 | 2024-11-08T23:51:15.058Z | Downloaded ref-cast v1.0.23 |
1010 | 2024-11-08T23:51:15.061Z | Downloaded signature v2.2.0 |
1011 | 2024-11-08T23:51:15.063Z | Downloaded rustfmt-wrapper v0.2.1 |
1012 | 2024-11-08T23:51:15.063Z | Downloaded quinn-udp v0.5.5 |
1013 | 2024-11-08T23:51:15.066Z | Downloaded prettyplease v0.2.22 |
1014 | 2024-11-08T23:51:15.068Z | Downloaded precomputed-hash v0.1.1 |
1015 | 2024-11-08T23:51:15.068Z | Downloaded percent-encoding v2.3.1 |
1016 | 2024-11-08T23:51:15.068Z | Downloaded half v2.4.1 |
1017 | 2024-11-08T23:51:15.071Z | Downloaded minimal-lexical v0.2.1 |
1018 | 2024-11-08T23:51:15.075Z | Downloaded pem v3.0.4 |
1019 | 2024-11-08T23:51:15.082Z | Downloaded num-iter v0.1.45 |
1020 | 2024-11-08T23:51:15.082Z | Downloaded num-integer v0.1.46 |
1021 | 2024-11-08T23:51:15.082Z | Downloaded sct v0.7.1 |
1022 | 2024-11-08T23:51:15.085Z | Downloaded openssl-sys v0.9.104 |
1023 | 2024-11-08T23:51:15.088Z | Downloaded num-traits v0.2.19 |
1024 | 2024-11-08T23:51:15.093Z | Downloaded const_format v0.2.33 |
1025 | 2024-11-08T23:51:15.098Z | Downloaded chacha20poly1305 v0.10.1 |
1026 | 2024-11-08T23:51:15.102Z | Downloaded subprocess v0.2.9 |
1027 | 2024-11-08T23:51:15.104Z | Downloaded russh-cryptovec v0.7.3 |
1028 | 2024-11-08T23:51:15.104Z | Downloaded topological-sort v0.2.2 |
1029 | 2024-11-08T23:51:15.104Z | Downloaded smf v0.2.3 |
1030 | 2024-11-08T23:51:15.107Z | Downloaded schemars v0.8.21 |
1031 | 2024-11-08T23:51:15.116Z | Downloaded bumpalo v3.16.0 |
1032 | 2024-11-08T23:51:15.119Z | Downloaded base64 v0.22.1 |
1033 | 2024-11-08T23:51:15.125Z | Downloaded base64 v0.21.7 |
1034 | 2024-11-08T23:51:15.135Z | Downloaded predicates-core v1.0.8 |
1035 | 2024-11-08T23:51:15.135Z | Downloaded phf_shared v0.11.2 |
1036 | 2024-11-08T23:51:15.135Z | Downloaded pbkdf2 v0.11.0 |
1037 | 2024-11-08T23:51:15.135Z | Downloaded postcard v1.0.10 |
1038 | 2024-11-08T23:51:15.135Z | Downloaded thiserror-no-std v2.0.2 |
1039 | 2024-11-08T23:51:15.137Z | Downloaded thiserror-impl-no-std v2.0.2 |
1040 | 2024-11-08T23:51:15.137Z | Downloaded hashlink v0.9.1 |
1041 | 2024-11-08T23:51:15.140Z | Downloaded tinyvec v1.8.0 |
1042 | 2024-11-08T23:51:15.142Z | Downloaded backtrace v0.3.74 |
1043 | 2024-11-08T23:51:15.148Z | Downloaded slog-bunyan v2.5.0 |
1044 | 2024-11-08T23:51:15.152Z | Downloaded slog-async v2.8.0 |
1045 | 2024-11-08T23:51:15.152Z | Downloaded derive_builder_core v0.20.2 |
1046 | 2024-11-08T23:51:15.157Z | Downloaded derive_builder v0.20.2 |
1047 | 2024-11-08T23:51:15.159Z | Downloaded itertools v0.12.1 |
1048 | 2024-11-08T23:51:15.162Z | Downloaded hyper-util v0.1.9 |
1049 | 2024-11-08T23:51:15.166Z | Downloaded rfc6979 v0.4.0 |
1050 | 2024-11-08T23:51:15.169Z | Downloaded resolv-conf v0.7.0 |
1051 | 2024-11-08T23:51:15.172Z | Downloaded crossbeam-utils v0.8.20 |
1052 | 2024-11-08T23:51:15.175Z | Downloaded psl-types v2.0.11 |
1053 | 2024-11-08T23:51:15.175Z | Downloaded heapless v0.8.0 |
1054 | 2024-11-08T23:51:15.178Z | Downloaded bcs v0.1.6 |
1055 | 2024-11-08T23:51:15.181Z | Downloaded time-macros v0.2.18 |
1056 | 2024-11-08T23:51:15.181Z | Downloaded term v0.7.0 |
1057 | 2024-11-08T23:51:15.184Z | Downloaded serde_with_macros v3.11.0 |
1058 | 2024-11-08T23:51:15.187Z | Downloaded dirs-next v2.0.0 |
1059 | 2024-11-08T23:51:15.187Z | Downloaded indexmap v1.9.3 |
1060 | 2024-11-08T23:51:15.189Z | Downloaded enum-as-inner v0.5.1 |
1061 | 2024-11-08T23:51:15.192Z | Downloaded display-error-chain v0.2.2 |
1062 | 2024-11-08T23:51:15.194Z | Downloaded hyper-staticfile v0.10.1 |
1063 | 2024-11-08T23:51:15.194Z | Downloaded pretty-hex v0.2.1 |
1064 | 2024-11-08T23:51:15.198Z | Downloaded defmt-macros v0.3.9 |
1065 | 2024-11-08T23:51:15.200Z | Downloaded zone v0.3.0 |
1066 | 2024-11-08T23:51:15.200Z | Downloaded rustc-hash v2.0.0 |
1067 | 2024-11-08T23:51:15.200Z | Downloaded rustc-demangle v0.1.24 |
1068 | 2024-11-08T23:51:15.203Z | Downloaded lock_api v0.4.12 |
1069 | 2024-11-08T23:51:15.205Z | Downloaded tls_codec v0.4.1 |
1070 | 2024-11-08T23:51:15.205Z | Downloaded jobserver v0.1.32 |
1071 | 2024-11-08T23:51:15.208Z | Downloaded base64ct v1.6.0 |
1072 | 2024-11-08T23:51:15.210Z | Downloaded cookie_store v0.21.0 |
1073 | 2024-11-08T23:51:15.212Z | Downloaded const-oid v0.9.6 |
1074 | 2024-11-08T23:51:15.215Z | Downloaded bzip2 v0.4.4 |
1075 | 2024-11-08T23:51:15.215Z | Downloaded addr2line v0.24.2 |
1076 | 2024-11-08T23:51:15.219Z | Downloaded ahash v0.8.11 |
1077 | 2024-11-08T23:51:15.222Z | Downloaded termcolor v1.4.1 |
1078 | 2024-11-08T23:51:15.222Z | Downloaded snafu-derive v0.8.5 |
1079 | 2024-11-08T23:51:15.224Z | Downloaded schemars_derive v0.8.21 |
1080 | 2024-11-08T23:51:15.224Z | Downloaded scheduled-thread-pool v0.2.7 |
1081 | 2024-11-08T23:51:15.227Z | Downloaded crypto-bigint v0.5.5 |
1082 | 2024-11-08T23:51:15.231Z | Downloaded crc v3.2.1 |
1083 | 2024-11-08T23:51:15.236Z | Downloaded nanorand v0.7.0 |
1084 | 2024-11-08T23:51:15.236Z | Downloaded lockfree-object-pool v0.1.6 |
1085 | 2024-11-08T23:51:15.241Z | Downloaded linear-map v1.2.0 |
1086 | 2024-11-08T23:51:15.241Z | Downloaded md-5 v0.10.6 |
1087 | 2024-11-08T23:51:15.243Z | Downloaded maplit v1.0.2 |
1088 | 2024-11-08T23:51:15.243Z | Downloaded lru-cache v0.1.2 |
1089 | 2024-11-08T23:51:15.243Z | Downloaded ctr v0.9.2 |
1090 | 2024-11-08T23:51:15.245Z | Downloaded cexpr v0.6.0 |
1091 | 2024-11-08T23:51:15.248Z | Downloaded cancel-safe-futures v0.1.5 |
1092 | 2024-11-08T23:51:15.250Z | Downloaded backoff v0.4.0 |
1093 | 2024-11-08T23:51:15.253Z | Downloaded aead v0.5.2 |
1094 | 2024-11-08T23:51:15.255Z | Downloaded bit-set v0.5.3 |
1095 | 2024-11-08T23:51:15.257Z | Downloaded base16ct v0.2.0 |
1096 | 2024-11-08T23:51:15.257Z | Downloaded bitflags v1.3.2 |
1097 | 2024-11-08T23:51:15.260Z | Downloaded bit-vec v0.6.3 |
1098 | 2024-11-08T23:51:15.262Z | Downloaded libefi-sys v0.1.0 |
1099 | 2024-11-08T23:51:15.265Z | Downloaded crc-catalog v2.4.0 |
1100 | 2024-11-08T23:51:15.265Z | Downloaded ciborium-ll v0.2.2 |
1101 | 2024-11-08T23:51:15.265Z | Downloaded chrono-tz-build v0.4.0 |
1102 | 2024-11-08T23:51:15.265Z | Downloaded cbc v0.1.2 |
1103 | 2024-11-08T23:51:15.268Z | Downloaded lazy_static v1.5.0 |
1104 | 2024-11-08T23:51:15.270Z | Downloaded ipnetwork v0.20.0 |
1105 | 2024-11-08T23:51:15.270Z | Downloaded indoc v1.0.9 |
1106 | 2024-11-08T23:51:15.273Z | Downloaded indent_write v2.2.0 |
1107 | 2024-11-08T23:51:15.275Z | Downloaded humantime v2.1.0 |
1108 | 2024-11-08T23:51:15.275Z | Downloaded argon2 v0.5.3 |
1109 | 2024-11-08T23:51:15.278Z | Downloaded newline-converter v0.3.0 |
1110 | 2024-11-08T23:51:15.278Z | Downloaded mirai-annotations v1.12.0 |
1111 | 2024-11-08T23:51:15.278Z | Downloaded cfg_aliases v0.1.1 |
1112 | 2024-11-08T23:51:15.280Z | Downloaded base64 v0.13.1 |
1113 | 2024-11-08T23:51:15.282Z | Downloaded atomic-waker v1.1.2 |
1114 | 2024-11-08T23:51:15.285Z | Downloaded arrayref v0.3.9 |
1115 | 2024-11-08T23:51:15.285Z | Downloaded indicatif v0.17.8 |
1116 | 2024-11-08T23:51:15.288Z | Downloaded convert_case v0.4.0 |
1117 | 2024-11-08T23:51:15.291Z | Downloaded bitfield-struct v0.6.2 |
1118 | 2024-11-08T23:51:15.291Z | Downloaded assert_matches v1.5.0 |
1119 | 2024-11-08T23:51:15.294Z | Downloaded lru v0.12.5 |
1120 | 2024-11-08T23:51:15.294Z | Downloaded impl-trait-for-tuples v0.2.2 |
1121 | 2024-11-08T23:51:15.298Z | Downloaded iana-time-zone v0.1.61 |
1122 | 2024-11-08T23:51:15.301Z | Downloaded crc-any v2.5.0 |
1123 | 2024-11-08T23:51:15.301Z | Downloaded is-terminal v0.4.13 |
1124 | 2024-11-08T23:51:15.301Z | Downloaded inout v0.1.3 |
1125 | 2024-11-08T23:51:15.303Z | Downloaded bitfield v0.14.0 |
1126 | 2024-11-08T23:51:15.303Z | Downloaded ciborium v0.2.2 |
1127 | 2024-11-08T23:51:15.306Z | Downloaded cobs v0.2.3 |
1128 | 2024-11-08T23:51:15.308Z | Downloaded async-bb8-diesel v0.2.1 |
1129 | 2024-11-08T23:51:15.367Z | Downloaded libsqlite3-sys v0.30.1 |
1130 | 2024-11-08T23:51:15.536Z | Downloaded ring v0.17.8 |
1131 | 2024-11-08T23:51:15.703Z | Downloaded ring v0.16.20 |
1132 | 2024-11-08T23:51:15.932Z | Downloaded aws-lc-sys v0.22.0 |
1133 | 2024-11-08T23:51:16.244Z | Compiling serde v1.0.210 |
1134 | 2024-11-08T23:51:16.247Z | Compiling lock_api v0.4.12 |
1135 | 2024-11-08T23:51:16.247Z | Compiling scopeguard v1.2.0 |
1136 | 2024-11-08T23:51:16.247Z | Compiling value-bag v1.9.0 |
1137 | 2024-11-08T23:51:16.247Z | Compiling typenum v1.17.0 |
1138 | 2024-11-08T23:51:16.247Z | Compiling generic-array v0.14.7 |
1139 | 2024-11-08T23:51:16.408Z | Compiling syn v2.0.79 |
1140 | 2024-11-08T23:51:16.408Z | Compiling getrandom v0.2.15 |
1141 | 2024-11-08T23:51:16.605Z | Compiling shlex v1.3.0 |
1142 | 2024-11-08T23:51:16.915Z | Compiling rand_core v0.6.4 |
1143 | 2024-11-08T23:51:16.999Z | Compiling log v0.4.22 |
1144 | 2024-11-08T23:51:17.018Z | Compiling subtle v2.6.1 |
1145 | 2024-11-08T23:51:17.020Z | Compiling jobserver v0.1.32 |
1146 | 2024-11-08T23:51:17.144Z | Compiling const-oid v0.9.6 |
1147 | 2024-11-08T23:51:17.378Z | Compiling spin v0.9.8 |
1148 | 2024-11-08T23:51:17.396Z | Compiling pin-project-lite v0.2.14 |
1149 | 2024-11-08T23:51:17.478Z | Compiling cc v1.1.30 |
1150 | 2024-11-08T23:51:17.601Z | Compiling rustix v0.38.37 |
1151 | 2024-11-08T23:51:17.837Z | Compiling smallvec v1.13.2 |
1152 | 2024-11-08T23:51:17.965Z | Compiling parking_lot_core v0.9.10 |
1153 | 2024-11-08T23:51:17.983Z | Compiling futures-core v0.3.31 |
1154 | 2024-11-08T23:51:18.246Z | Compiling signal-hook-registry v1.4.2 |
1155 | 2024-11-08T23:51:18.246Z | Compiling mio v1.0.2 |
1156 | 2024-11-08T23:51:18.527Z | Compiling aho-corasick v1.1.3 |
1157 | 2024-11-08T23:51:19.074Z | Compiling parking_lot v0.12.3 |
1158 | 2024-11-08T23:51:19.155Z | Compiling either v1.13.0 |
1159 | 2024-11-08T23:51:19.344Z | Compiling regex-syntax v0.8.5 |
1160 | 2024-11-08T23:51:19.457Z | Compiling cpufeatures v0.2.14 |
1161 | 2024-11-08T23:51:19.560Z | Compiling lazy_static v1.5.0 |
1162 | 2024-11-08T23:51:19.581Z | Compiling glob v0.3.1 |
1163 | 2024-11-08T23:51:19.675Z | Compiling futures-sink v0.3.31 |
1164 | 2024-11-08T23:51:19.695Z | Compiling socket2 v0.5.7 |
1165 | 2024-11-08T23:51:19.848Z | Compiling slab v0.4.9 |
1166 | 2024-11-08T23:51:20.008Z | Compiling prettyplease v0.2.22 |
1167 | 2024-11-08T23:51:20.309Z | Compiling minimal-lexical v0.2.1 |
1168 | 2024-11-08T23:51:20.472Z | Compiling clang-sys v1.8.1 |
1169 | 2024-11-08T23:51:20.618Z | Compiling libloading v0.8.5 |
1170 | 2024-11-08T23:51:20.663Z | Compiling home v0.5.9 |
1171 | 2024-11-08T23:51:20.791Z | Compiling nom v7.1.3 |
1172 | 2024-11-08T23:51:20.933Z | Compiling serde_json v1.0.128 |
1173 | 2024-11-08T23:51:21.033Z | Compiling bindgen v0.69.5 |
1174 | 2024-11-08T23:51:21.297Z | Compiling futures-channel v0.3.31 |
1175 | 2024-11-08T23:51:21.589Z | Compiling itertools v0.12.1 |
1176 | 2024-11-08T23:51:21.736Z | Compiling allocator-api2 v0.2.18 |
1177 | 2024-11-08T23:51:21.948Z | Compiling pin-utils v0.1.0 |
1178 | 2024-11-08T23:51:22.047Z | Compiling lazycell v1.3.0 |
1179 | 2024-11-08T23:51:22.226Z | Compiling tinyvec_macros v0.1.1 |
1180 | 2024-11-08T23:51:22.328Z | Compiling futures-task v0.3.31 |
1181 | 2024-11-08T23:51:22.559Z | Compiling foldhash v0.1.3 |
1182 | 2024-11-08T23:51:22.636Z | Compiling futures-io v0.3.31 |
1183 | 2024-11-08T23:51:22.849Z | Compiling rustc-hash v1.1.0 |
1184 | 2024-11-08T23:51:22.978Z | Compiling regex-automata v0.4.8 |
1185 | 2024-11-08T23:51:23.008Z | Compiling hashbrown v0.15.0 |
1186 | 2024-11-08T23:51:23.719Z | Compiling tinyvec v1.8.0 |
1187 | 2024-11-08T23:51:24.514Z | Compiling cexpr v0.6.0 |
1188 | 2024-11-08T23:51:24.731Z | Compiling cmake v0.1.51 |
1189 | 2024-11-08T23:51:25.244Z | Compiling fs_extra v1.3.0 |
1190 | 2024-11-08T23:51:25.728Z | Compiling pkg-config v0.3.31 |
1191 | 2024-11-08T23:51:25.749Z | Compiling dunce v1.0.5 |
1192 | 2024-11-08T23:51:25.833Z | Compiling libm v0.2.8 |
1193 | 2024-11-08T23:51:25.888Z | Compiling unicode-normalization v0.1.24 |
1194 | 2024-11-08T23:51:26.206Z | Compiling num-traits v0.2.19 |
1195 | 2024-11-08T23:51:26.230Z | Compiling unicode-bidi v0.3.17 |
1196 | 2024-11-08T23:51:27.014Z | Compiling ring v0.17.8 |
1197 | 2024-11-08T23:51:27.158Z | Compiling paste v1.0.15 |
1198 | 2024-11-08T23:51:27.365Z | Compiling base64ct v1.6.0 |
1199 | 2024-11-08T23:51:27.606Z | Compiling httparse v1.9.5 |
1200 | 2024-11-08T23:51:27.738Z | Compiling aws-lc-rs v1.10.0 |
1201 | 2024-11-08T23:51:27.950Z | Compiling pem-rfc7468 v0.7.0 |
1202 | 2024-11-08T23:51:28.202Z | Compiling flagset v0.4.6 |
1203 | 2024-11-08T23:51:28.320Z | Compiling regex v1.11.0 |
1204 | 2024-11-08T23:51:28.642Z | Compiling tracing-core v0.1.32 |
1205 | 2024-11-08T23:51:29.317Z | Compiling crossbeam-utils v0.8.20 |
1206 | 2024-11-08T23:51:29.575Z | Compiling percent-encoding v2.3.1 |
1207 | 2024-11-08T23:51:29.907Z | Compiling rustls-pki-types v1.9.0 |
1208 | 2024-11-08T23:51:29.984Z | Compiling mirai-annotations v1.12.0 |
1209 | 2024-11-08T23:51:30.156Z | Compiling vcpkg v0.2.15 |
1210 | 2024-11-08T23:51:30.187Z | Compiling untrusted v0.7.1 |
1211 | 2024-11-08T23:51:30.225Z | Compiling serde_derive v1.0.210 |
1212 | 2024-11-08T23:51:30.363Z | Compiling zeroize_derive v1.4.2 |
1213 | 2024-11-08T23:51:30.573Z | Compiling zerocopy-derive v0.7.35 |
1214 | 2024-11-08T23:51:30.957Z | Compiling tokio-macros v2.4.0 |
1215 | 2024-11-08T23:51:31.909Z | Compiling zeroize v1.8.1 |
1216 | 2024-11-08T23:51:32.143Z | Compiling thiserror-impl v1.0.64 |
1217 | 2024-11-08T23:51:32.317Z | Compiling futures-macro v0.3.31 |
1218 | 2024-11-08T23:51:32.478Z | Compiling der_derive v0.7.3 |
1219 | 2024-11-08T23:51:32.687Z | Compiling zerocopy v0.7.35 |
1220 | 2024-11-08T23:51:33.768Z | Compiling crypto-common v0.1.6 |
1221 | 2024-11-08T23:51:34.027Z | Compiling block-buffer v0.10.4 |
1222 | 2024-11-08T23:51:34.093Z | Compiling block-padding v0.3.3 |
1223 | 2024-11-08T23:51:34.150Z | Compiling futures-util v0.3.31 |
1224 | 2024-11-08T23:51:34.289Z | Compiling digest v0.10.7 |
1225 | 2024-11-08T23:51:34.292Z | Compiling inout v0.1.3 |
1226 | 2024-11-08T23:51:34.350Z | Compiling ppv-lite86 v0.2.20 |
1227 | 2024-11-08T23:51:34.645Z | Compiling cipher v0.4.4 |
1228 | 2024-11-08T23:51:34.725Z | Compiling hmac v0.12.1 |
1229 | 2024-11-08T23:51:34.749Z | Compiling sha2 v0.10.8 |
1230 | 2024-11-08T23:51:34.767Z | Compiling der v0.7.9 |
1231 | 2024-11-08T23:51:34.977Z | Compiling tracing-attributes v0.1.27 |
1232 | 2024-11-08T23:51:35.135Z | Compiling rand_chacha v0.3.1 |
1233 | 2024-11-08T23:51:35.137Z | Compiling thiserror v1.0.64 |
1234 | 2024-11-08T23:51:35.167Z | Compiling salsa20 v0.10.2 |
1235 | 2024-11-08T23:51:35.299Z | Compiling pest v2.7.14 |
1236 | 2024-11-08T23:51:35.400Z | Compiling pbkdf2 v0.12.2 |
1237 | 2024-11-08T23:51:35.580Z | Compiling rand v0.8.5 |
1238 | 2024-11-08T23:51:37.500Z | Compiling spki v0.7.3 |
1239 | 2024-11-08T23:51:37.794Z | Compiling untrusted v0.9.0 |
1240 | 2024-11-08T23:51:37.853Z | Compiling time-core v0.1.2 |
1241 | 2024-11-08T23:51:37.969Z | Compiling powerfmt v0.2.0 |
1242 | 2024-11-08T23:51:38.023Z | Compiling num-conv v0.1.0 |
1243 | 2024-11-08T23:51:38.324Z | Compiling time-macros v0.2.18 |
1244 | 2024-11-08T23:51:38.350Z | Compiling deranged v0.3.11 |
1245 | 2024-11-08T23:51:38.394Z | Compiling pest_meta v2.7.14 |
1246 | 2024-11-08T23:51:38.398Z | Compiling scrypt v0.11.0 |
1247 | 2024-11-08T23:51:38.599Z | Compiling tracing v0.1.40 |
1248 | 2024-11-08T23:51:38.962Z | Compiling aes v0.8.4 |
1249 | 2024-11-08T23:51:39.130Z | Compiling cbc v0.1.2 |
1250 | 2024-11-08T23:51:39.366Z | Compiling openssl-sys v0.9.104 |
1251 | 2024-11-08T23:51:40.286Z | Compiling scroll_derive v0.12.0 |
1252 | 2024-11-08T23:51:40.542Z | Compiling atomic-waker v1.1.2 |
1253 | 2024-11-08T23:51:40.743Z | Compiling num_threads v0.1.7 |
1254 | 2024-11-08T23:51:41.039Z | Compiling pkcs5 v0.7.1 |
1255 | 2024-11-08T23:51:41.400Z | Compiling time v0.3.36 |
1256 | 2024-11-08T23:51:41.736Z | Compiling pest_generator v2.7.14 |
1257 | 2024-11-08T23:51:41.771Z | Compiling scroll v0.12.0 |
1258 | 2024-11-08T23:51:41.824Z | Compiling form_urlencoded v1.2.1 |
1259 | 2024-11-08T23:51:41.853Z | Compiling try-lock v0.2.5 |
1260 | 2024-11-08T23:51:41.998Z | Compiling slog v2.7.0 |
1261 | 2024-11-08T23:51:42.156Z | Compiling want v0.3.1 |
1262 | 2024-11-08T23:51:42.262Z | Compiling pkcs8 v0.10.2 |
1263 | 2024-11-08T23:51:42.348Z | Compiling goblin v0.8.2 |
1264 | 2024-11-08T23:51:42.465Z | Compiling httpdate v1.0.3 |
1265 | 2024-11-08T23:51:42.908Z | Compiling idna v0.5.0 |
1266 | 2024-11-08T23:51:42.970Z | Compiling match_cfg v0.1.0 |
1267 | 2024-11-08T23:51:43.034Z | Compiling rustversion v1.0.17 |
1268 | 2024-11-08T23:51:43.068Z | Compiling foreign-types-shared v0.1.1 |
1269 | 2024-11-08T23:51:43.187Z | Compiling tower-service v0.3.3 |
1270 | 2024-11-08T23:51:43.321Z | Compiling adler2 v2.0.0 |
1271 | 2024-11-08T23:51:43.422Z | Compiling iana-time-zone v0.1.61 |
1272 | 2024-11-08T23:51:43.531Z | Compiling base64 v0.22.1 |
1273 | 2024-11-08T23:51:43.582Z | Compiling pest_derive v2.7.14 |
1274 | 2024-11-08T23:51:43.706Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-08T23:51:43.877Z | Compiling bytes v1.7.2 |
1276 | 2024-11-08T23:51:44.275Z | Compiling indexmap v2.6.0 |
1277 | 2024-11-08T23:51:44.398Z | Compiling semver v1.0.23 |
1278 | 2024-11-08T23:51:44.484Z | Compiling dtrace-parser v0.2.0 |
1279 | 2024-11-08T23:51:45.129Z | Compiling tokio v1.40.0 |
1280 | 2024-11-08T23:51:45.133Z | Compiling http v1.1.0 |
1281 | 2024-11-08T23:51:45.794Z | Compiling rustc_version v0.4.1 |
1282 | 2024-11-08T23:51:46.519Z | Compiling toml_datetime v0.6.8 |
1283 | 2024-11-08T23:51:46.594Z | Compiling uuid v1.10.0 |
1284 | 2024-11-08T23:51:46.618Z | Compiling serde_tokenstream v0.2.2 |
1285 | 2024-11-08T23:51:47.040Z | Compiling http-body v1.0.1 |
1286 | 2024-11-08T23:51:47.216Z | Compiling serde_spanned v0.6.8 |
1287 | 2024-11-08T23:51:47.239Z | Compiling openssl v0.10.68 |
1288 | 2024-11-08T23:51:47.280Z | Compiling url v2.5.2 |
1289 | 2024-11-08T23:51:47.528Z | Compiling chrono v0.4.38 |
1290 | 2024-11-08T23:51:47.612Z | Compiling miniz_oxide v0.8.0 |
1291 | 2024-11-08T23:51:47.698Z | Compiling foreign-types v0.3.2 |
1292 | 2024-11-08T23:51:47.799Z | Compiling hostname v0.3.1 |
1293 | 2024-11-08T23:51:48.058Z | Compiling which v4.4.2 |
1294 | 2024-11-08T23:51:48.081Z | Compiling dof v0.3.0 |
1295 | 2024-11-08T23:51:49.050Z | Compiling usdt-impl v0.5.0 |
1296 | 2024-11-08T23:51:49.325Z | Compiling async-trait v0.1.83 |
1297 | 2024-11-08T23:51:50.129Z | Compiling openssl-macros v0.1.1 |
1298 | 2024-11-08T23:51:50.518Z | Compiling dirs-sys-next v0.1.2 |
1299 | 2024-11-08T23:51:50.596Z | Compiling siphasher v0.3.11 |
1300 | 2024-11-08T23:51:50.892Z | Compiling syn v1.0.109 |
1301 | 2024-11-08T23:51:50.948Z | Compiling rustls v0.23.14 |
1302 | 2024-11-08T23:51:51.150Z | Compiling native-tls v0.2.12 |
1303 | 2024-11-08T23:51:51.190Z | Compiling rustls v0.22.4 |
1304 | 2024-11-08T23:51:51.235Z | Compiling data-encoding v2.6.0 |
1305 | 2024-11-08T23:51:51.554Z | Compiling dirs-next v2.0.0 |
1306 | 2024-11-08T23:51:51.739Z | Compiling http-body-util v0.1.2 |
1307 | 2024-11-08T23:51:51.975Z | Compiling heapless v0.7.17 |
1308 | 2024-11-08T23:51:52.205Z | Compiling crossbeam-epoch v0.9.18 |
1309 | 2024-11-08T23:51:52.256Z | Compiling sha1 v0.10.6 |
1310 | 2024-11-08T23:51:52.659Z | Compiling signature v2.2.0 |
1311 | 2024-11-08T23:51:52.683Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1312 | 2024-11-08T23:51:52.725Z | Compiling serde_derive_internals v0.29.1 |
1313 | 2024-11-08T23:51:52.938Z | Compiling thread_local v1.1.8 |
1314 | 2024-11-08T23:51:52.961Z | Compiling multer v3.1.0 |
1315 | 2024-11-08T23:51:53.182Z | Compiling cookie v0.18.1 |
1316 | 2024-11-08T23:51:53.275Z | Compiling encoding_rs v0.8.34 |
1317 | 2024-11-08T23:51:53.453Z | Compiling tokio-util v0.7.12 |
1318 | 2024-11-08T23:51:53.470Z | Compiling rayon-core v1.12.1 |
1319 | 2024-11-08T23:51:53.485Z | Compiling gimli v0.31.1 |
1320 | 2024-11-08T23:51:53.750Z | Compiling openssl-probe v0.1.5 |
1321 | 2024-11-08T23:51:54.117Z | Compiling ipnet v2.10.1 |
1322 | 2024-11-08T23:51:54.823Z | Compiling h2 v0.4.6 |
1323 | 2024-11-08T23:51:55.179Z | Compiling mime v0.3.17 |
1324 | 2024-11-08T23:51:55.378Z | Compiling unicode-properties v0.1.3 |
1325 | 2024-11-08T23:51:55.780Z | Compiling schemars v0.8.21 |
1326 | 2024-11-08T23:51:55.803Z | Compiling signal-hook v0.3.17 |
1327 | 2024-11-08T23:51:56.089Z | Compiling slog-async v2.8.0 |
1328 | 2024-11-08T23:51:56.171Z | Compiling toml_edit v0.22.22 |
1329 | 2024-11-08T23:51:56.725Z | Compiling stringprep v0.1.5 |
1330 | 2024-11-08T23:51:57.550Z | Compiling schemars_derive v0.8.21 |
1331 | 2024-11-08T23:51:58.525Z | Compiling addr2line v0.24.2 |
1332 | 2024-11-08T23:51:59.199Z | Compiling crossbeam-deque v0.8.5 |
1333 | 2024-11-08T23:51:59.603Z | Compiling usdt-attr-macro v0.5.0 |
1334 | 2024-11-08T23:51:59.787Z | Compiling usdt-macro v0.5.0 |
1335 | 2024-11-08T23:52:00.041Z | Compiling term v0.7.0 |
1336 | 2024-11-08T23:52:00.574Z | Compiling curve25519-dalek v4.1.3 |
1337 | 2024-11-08T23:52:01.128Z | Compiling slog-json v2.6.1 |
1338 | 2024-11-08T23:52:01.188Z | Compiling serde_urlencoded v0.7.1 |
1339 | 2024-11-08T23:52:01.209Z | Compiling crossbeam-channel v0.5.13 |
1340 | 2024-11-08T23:52:01.423Z | Compiling futures-executor v0.3.31 |
1341 | 2024-11-08T23:52:01.590Z | Compiling md-5 v0.10.6 |
1342 | 2024-11-08T23:52:01.739Z | Compiling hyper v1.4.1 |
1343 | 2024-11-08T23:52:01.874Z | Compiling rustls-pemfile v2.2.0 |
1344 | 2024-11-08T23:52:02.076Z | Compiling enum-as-inner v0.6.1 |
1345 | 2024-11-08T23:52:02.226Z | Compiling async-stream-impl v0.3.6 |
1346 | 2024-11-08T23:52:02.298Z | Compiling num-integer v0.1.46 |
1347 | 2024-11-08T23:52:03.055Z | Compiling idna v0.4.0 |
1348 | 2024-11-08T23:52:03.149Z | Compiling idna v0.3.0 |
1349 | 2024-11-08T23:52:03.606Z | Compiling hash32 v0.2.1 |
1350 | 2024-11-08T23:52:03.903Z | Compiling ff v0.13.0 |
1351 | 2024-11-08T23:52:03.971Z | Compiling is-terminal v0.4.13 |
1352 | 2024-11-08T23:52:04.107Z | Compiling object v0.36.5 |
1353 | 2024-11-08T23:52:04.139Z | Compiling dropshot v0.12.0 |
1354 | 2024-11-08T23:52:04.442Z | Compiling hyper-util v0.1.9 |
1355 | 2024-11-08T23:52:04.598Z | Compiling num-bigint-dig v0.8.4 |
1356 | 2024-11-08T23:52:04.743Z | Compiling linked-hash-map v0.5.6 |
1357 | 2024-11-08T23:52:04.912Z | Compiling utf-8 v0.7.6 |
1358 | 2024-11-08T23:52:05.051Z | Compiling dyn-clone v1.0.17 |
1359 | 2024-11-08T23:52:05.100Z | Compiling smoltcp v0.9.1 |
1360 | 2024-11-08T23:52:05.246Z | Compiling anyhow v1.0.92 |
1361 | 2024-11-08T23:52:05.269Z | Compiling psl-types v2.0.11 |
1362 | 2024-11-08T23:52:05.462Z | Compiling fallible-iterator v0.2.0 |
1363 | 2024-11-08T23:52:05.752Z | Compiling quick-error v1.2.3 |
1364 | 2024-11-08T23:52:05.831Z | Compiling stable_deref_trait v1.2.0 |
1365 | 2024-11-08T23:52:05.852Z | Compiling rustc-demangle v0.1.24 |
1366 | 2024-11-08T23:52:05.898Z | Compiling take_mut v0.2.2 |
1367 | 2024-11-08T23:52:05.935Z | Compiling portable-atomic v1.9.0 |
1368 | 2024-11-08T23:52:06.053Z | Compiling base16ct v0.2.0 |
1369 | 2024-11-08T23:52:06.184Z | Compiling postgres-protocol v0.6.7 |
1370 | 2024-11-08T23:52:06.391Z | Compiling sec1 v0.7.3 |
1371 | 2024-11-08T23:52:07.124Z | Compiling resolv-conf v0.7.0 |
1372 | 2024-11-08T23:52:07.715Z | Compiling publicsuffix v2.2.3 |
1373 | 2024-11-08T23:52:07.855Z | Compiling tungstenite v0.24.0 |
1374 | 2024-11-08T23:52:07.892Z | Compiling lru-cache v0.1.2 |
1375 | 2024-11-08T23:52:08.064Z | Compiling usdt v0.5.0 |
1376 | 2024-11-08T23:52:08.088Z | Compiling group v0.13.0 |
1377 | 2024-11-08T23:52:08.234Z | Compiling slog-term v2.9.1 |
1378 | 2024-11-08T23:52:08.426Z | Compiling hickory-proto v0.24.1 |
1379 | 2024-11-08T23:52:08.570Z | Compiling async-stream v0.3.6 |
1380 | 2024-11-08T23:52:08.889Z | Compiling num-iter v0.1.45 |
1381 | 2024-11-08T23:52:09.075Z | Compiling futures v0.3.31 |
1382 | 2024-11-08T23:52:09.195Z | Compiling slog-bunyan v2.5.0 |
1383 | 2024-11-08T23:52:09.585Z | Compiling toml v0.8.19 |
1384 | 2024-11-08T23:52:11.229Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-11-08T23:52:11.245Z | Compiling camino v1.1.9 |
1386 | 2024-11-08T23:52:11.530Z | Compiling backtrace v0.3.74 |
1387 | 2024-11-08T23:52:12.187Z | Compiling phf_shared v0.11.2 |
1388 | 2024-11-08T23:52:12.253Z | Compiling terminal_size v0.4.0 |
1389 | 2024-11-08T23:52:12.298Z | Compiling dropshot_endpoint v0.12.0 |
1390 | 2024-11-08T23:52:12.455Z | Compiling openapiv3 v2.0.0 |
1391 | 2024-11-08T23:52:12.477Z | Compiling serde_path_to_error v0.1.16 |
1392 | 2024-11-08T23:52:12.573Z | Compiling waitgroup v0.1.2 |
1393 | 2024-11-08T23:52:12.807Z | Compiling hkdf v0.12.4 |
1394 | 2024-11-08T23:52:13.084Z | Compiling crypto-bigint v0.5.5 |
1395 | 2024-11-08T23:52:13.330Z | Compiling webpki-roots v0.26.6 |
1396 | 2024-11-08T23:52:13.556Z | Compiling zerocopy-derive v0.6.6 |
1397 | 2024-11-08T23:52:13.807Z | Compiling hubpack_derive v0.1.1 |
1398 | 2024-11-08T23:52:14.690Z | Compiling curve25519-dalek-derive v0.1.1 |
1399 | 2024-11-08T23:52:14.869Z | Compiling hostname v0.4.0 |
1400 | 2024-11-08T23:52:15.145Z | Compiling ahash v0.8.11 |
1401 | 2024-11-08T23:52:15.497Z | Compiling crc32fast v1.4.2 |
1402 | 2024-11-08T23:52:15.700Z | Compiling fs-err v2.11.0 |
1403 | 2024-11-08T23:52:15.830Z | Compiling debug-ignore v1.0.5 |
1404 | 2024-11-08T23:52:15.979Z | Compiling managed v0.8.0 |
1405 | 2024-11-08T23:52:16.001Z | Compiling winnow v0.5.40 |
1406 | 2024-11-08T23:52:16.154Z | Compiling bitflags v1.3.2 |
1407 | 2024-11-08T23:52:16.268Z | Compiling elliptic-curve v0.13.8 |
1408 | 2024-11-08T23:52:16.782Z | Compiling strum_macros v0.25.3 |
1409 | 2024-11-08T23:52:17.110Z | Compiling clap_builder v4.5.20 |
1410 | 2024-11-08T23:52:18.498Z | Compiling console v0.15.8 |
1411 | 2024-11-08T23:52:18.636Z | Compiling flate2 v1.0.34 |
1412 | 2024-11-08T23:52:19.356Z | Compiling zerocopy v0.6.6 |
1413 | 2024-11-08T23:52:19.604Z | Compiling toml_edit v0.19.15 |
1414 | 2024-11-08T23:52:19.993Z | Compiling hubpack v0.1.2 |
1415 | 2024-11-08T23:52:20.027Z | Compiling hickory-resolver v0.24.1 |
1416 | 2024-11-08T23:52:20.222Z | Compiling phf v0.11.2 |
1417 | 2024-11-08T23:52:20.520Z | Compiling signal-hook-mio v0.2.4 |
1418 | 2024-11-08T23:52:20.673Z | Compiling cookie_store v0.21.0 |
1419 | 2024-11-08T23:52:20.706Z | Compiling hyper-tls v0.6.0 |
1420 | 2024-11-08T23:52:21.121Z | Compiling rayon v1.10.0 |
1421 | 2024-11-08T23:52:21.324Z | Compiling bzip2 v0.4.4 |
1422 | 2024-11-08T23:52:22.220Z | Compiling tokio-tungstenite v0.24.0 |
1423 | 2024-11-08T23:52:24.145Z | Compiling postgres-types v0.2.8 |
1424 | 2024-11-08T23:52:24.829Z | Compiling tokio-stream v0.1.16 |
1425 | 2024-11-08T23:52:25.598Z | Compiling ed25519 v2.2.3 |
1426 | 2024-11-08T23:52:25.873Z | Compiling phf_shared v0.10.0 |
1427 | 2024-11-08T23:52:25.904Z | Compiling serde-big-array v0.5.1 |
1428 | 2024-11-08T23:52:26.073Z | Compiling pkcs1 v0.7.5 |
1429 | 2024-11-08T23:52:26.154Z | Compiling rfc6979 v0.4.0 |
1430 | 2024-11-08T23:52:26.292Z | Compiling serde_repr v0.1.19 |
1431 | 2024-11-08T23:52:26.351Z | Compiling clap_derive v4.5.18 |
1432 | 2024-11-08T23:52:26.503Z | Compiling derive-where v1.2.7 |
1433 | 2024-11-08T23:52:27.076Z | Compiling float-cmp v0.9.0 |
1434 | 2024-11-08T23:52:27.148Z | Compiling bstr v1.10.0 |
1435 | 2024-11-08T23:52:27.316Z | Compiling sync_wrapper v1.0.1 |
1436 | 2024-11-08T23:52:27.435Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-11-08T23:52:27.455Z | Compiling static_assertions v1.1.0 |
1438 | 2024-11-08T23:52:27.459Z | Compiling bit-vec v0.6.3 |
1439 | 2024-11-08T23:52:27.530Z | Compiling precomputed-hash v0.1.1 |
1440 | 2024-11-08T23:52:27.564Z | Compiling number_prefix v0.4.0 |
1441 | 2024-11-08T23:52:27.656Z | Compiling predicates-core v1.0.8 |
1442 | 2024-11-08T23:52:27.796Z | Compiling unicode-segmentation v1.12.0 |
1443 | 2024-11-08T23:52:27.942Z | Compiling normalize-line-endings v0.3.0 |
1444 | 2024-11-08T23:52:28.017Z | Compiling whoami v1.5.2 |
1445 | 2024-11-08T23:52:28.073Z | Compiling difflib v0.4.0 |
1446 | 2024-11-08T23:52:28.641Z | Compiling fixedbitset v0.4.2 |
1447 | 2024-11-08T23:52:28.683Z | Compiling similar v2.6.0 |
1448 | 2024-11-08T23:52:28.887Z | Compiling predicates v3.1.2 |
1449 | 2024-11-08T23:52:29.118Z | Compiling petgraph v0.6.5 |
1450 | 2024-11-08T23:52:29.589Z | Compiling tokio-postgres v0.7.12 |
1451 | 2024-11-08T23:52:29.893Z | Compiling bit-set v0.5.3 |
1452 | 2024-11-08T23:52:30.188Z | Compiling indicatif v0.17.8 |
1453 | 2024-11-08T23:52:30.559Z | Compiling string_cache v0.8.7 |
1454 | 2024-11-08T23:52:30.919Z | Compiling clap v4.5.20 |
1455 | 2024-11-08T23:52:31.006Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1456 | 2024-11-08T23:52:31.027Z | Compiling rsa v0.9.6 |
1457 | 2024-11-08T23:52:31.046Z | Compiling ecdsa v0.16.9 |
1458 | 2024-11-08T23:52:31.928Z | Compiling ed25519-dalek v2.1.1 |
1459 | 2024-11-08T23:52:32.352Z | Compiling toml v0.7.8 |
1460 | 2024-11-08T23:52:33.097Z | Compiling zip v0.6.6 |
1461 | 2024-11-08T23:52:33.289Z | Compiling crossterm v0.28.1 |
1462 | 2024-11-08T23:52:34.631Z | Compiling hex v0.4.3 |
1463 | 2024-11-08T23:52:35.262Z | Compiling x509-cert v0.2.5 |
1464 | 2024-11-08T23:52:35.381Z | Compiling itertools v0.10.5 |
1465 | 2024-11-08T23:52:35.405Z | Compiling peg-runtime v0.8.3 |
1466 | 2024-11-08T23:52:35.533Z | Compiling unicode-xid v0.2.6 |
1467 | 2024-11-08T23:52:35.719Z | Compiling lalrpop-util v0.19.12 |
1468 | 2024-11-08T23:52:36.088Z | Compiling strum_macros v0.26.4 |
1469 | 2024-11-08T23:52:36.106Z | Compiling xattr v1.3.1 |
1470 | 2024-11-08T23:52:36.374Z | Compiling filetime v0.2.25 |
1471 | 2024-11-08T23:52:36.720Z | Compiling tar v0.4.42 |
1472 | 2024-11-08T23:52:40.880Z | Compiling strum v0.26.3 |
1473 | 2024-11-08T23:52:44.683Z | Compiling aws-lc-sys v0.22.0 |
1474 | 2024-11-08T23:53:12.773Z | Compiling rustls-webpki v0.102.8 |
1475 | 2024-11-08T23:53:16.184Z | Compiling tokio-rustls v0.25.0 |
1476 | 2024-11-08T23:53:17.919Z | Compiling tokio-rustls v0.26.0 |
1477 | 2024-11-08T23:53:18.253Z | Compiling hyper-rustls v0.27.3 |
1478 | 2024-11-08T23:53:18.589Z | Compiling reqwest v0.12.8 |
1479 | 2024-11-08T23:53:19.521Z | Compiling qorb v0.2.0 |
1480 | 2024-11-08T23:53:24.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1481 | 2024-11-08T23:53:24.549Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1482 | 2024-11-08T23:53:30.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s |
1483 | 2024-11-08T23:53:30.256Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1484 | 2024-11-08T23:53:30.313Z | Nov 08 23:53:28.495 INFO Starting download, target: Console |
1485 | 2024-11-08T23:53:30.314Z | Nov 08 23:53:28.495 INFO Starting download, target: Clickhouse |
1486 | 2024-11-08T23:53:30.331Z | Nov 08 23:53:28.495 INFO Starting download, target: Cockroach |
1487 | 2024-11-08T23:53:30.331Z | Nov 08 23:53:28.495 INFO Starting download, target: DendriteOpenapi |
1488 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.495 INFO Starting download, target: DendriteStub |
1489 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.495 INFO Starting download, target: MaghemiteMgd |
1490 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.495 INFO Starting download, target: TransceiverControl |
1491 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1492 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1493 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1494 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1495 | 2024-11-08T23:53:30.332Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1496 | 2024-11-08T23:53:30.333Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1497 | 2024-11-08T23:53:30.333Z | Nov 08 23:53:28.496 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1498 | 2024-11-08T23:53:30.671Z | Nov 08 23:53:28.889 INFO Download complete, target: DendriteOpenapi |
1499 | 2024-11-08T23:53:30.783Z | Nov 08 23:53:29.000 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1500 | 2024-11-08T23:53:30.940Z | Nov 08 23:53:29.161 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1501 | 2024-11-08T23:53:31.249Z | Nov 08 23:53:29.469 INFO Download complete, target: Console |
1502 | 2024-11-08T23:53:31.317Z | Nov 08 23:53:29.518 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1503 | 2024-11-08T23:53:31.416Z | Nov 08 23:53:29.635 INFO Download complete, target: TransceiverControl |
1504 | 2024-11-08T23:53:31.709Z | Nov 08 23:53:29.931 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1505 | 2024-11-08T23:53:32.309Z | Nov 08 23:53:30.532 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1506 | 2024-11-08T23:53:32.309Z | Nov 08 23:53:30.532 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1507 | 2024-11-08T23:53:32.478Z | Nov 08 23:53:30.701 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1508 | 2024-11-08T23:53:34.359Z | Nov 08 23:53:32.578 INFO Download complete, target: MaghemiteMgd |
1509 | 2024-11-08T23:53:34.633Z | Nov 08 23:53:32.851 INFO Download complete, target: DendriteStub |
1510 | 2024-11-08T23:53:39.789Z | Nov 08 23:53:37.994 INFO Checking that binary works, target: Cockroach |
1511 | 2024-11-08T23:53:39.947Z | Nov 08 23:53:38.153 INFO Download complete, target: Cockroach |
1512 | 2024-11-08T23:53:44.869Z | Nov 08 23:53:43.063 INFO Checking that binary works, target: Clickhouse |
1513 | 2024-11-08T23:53:44.987Z | Nov 08 23:53:43.181 INFO Download complete, target: Clickhouse |
1514 | 2024-11-08T23:53:45.006Z | All builder prerequisites installed successfully, and PATH looks valid |
1515 | 2024-11-08T23:53:45.009Z | |
1516 | 2024-11-08T23:53:45.009Z | real 5:16.954631155 |
1517 | 2024-11-08T23:53:45.009Z | user 15:12.440250933 |
1518 | 2024-11-08T23:53:45.009Z | sys 3:04.665752367 |
1519 | 2024-11-08T23:53:45.009Z | trap 0.513746391 |
1520 | 2024-11-08T23:53:45.009Z | tflt 1.423720995 |
1521 | 2024-11-08T23:53:45.009Z | dflt 1.776376797 |
1522 | 2024-11-08T23:53:45.009Z | kflt 0.024567905 |
1523 | 2024-11-08T23:53:45.009Z | lock 26:13.599222596 |
1524 | 2024-11-08T23:53:45.009Z | slp 57:37.364913604 |
1525 | 2024-11-08T23:53:45.009Z | lat 55.436505566 |
1526 | 2024-11-08T23:53:45.009Z | stop 2:11.538605242 |
1527 | 2024-11-08T23:53:45.009Z | + banner clippy |
1528 | 2024-11-08T23:53:45.013Z | |
1529 | 2024-11-08T23:53:45.013Z | #### # # ##### ##### # # |
1530 | 2024-11-08T23:53:45.013Z | # # # # # # # # # # |
1531 | 2024-11-08T23:53:45.013Z | # # # # # # # # |
1532 | 2024-11-08T23:53:45.013Z | # # # ##### ##### # |
1533 | 2024-11-08T23:53:45.013Z | # # # # # # # |
1534 | 2024-11-08T23:53:45.013Z | #### ###### # # # # |
1535 | 2024-11-08T23:53:45.013Z | |
1536 | 2024-11-08T23:53:45.013Z | + export CARGO_INCREMENTAL=0 |
1537 | 2024-11-08T23:53:45.013Z | + CARGO_INCREMENTAL=0 |
1538 | 2024-11-08T23:53:45.013Z | + ptime -m cargo xtask clippy |
1539 | 2024-11-08T23:53:45.530Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1540 | 2024-11-08T23:53:48.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
1541 | 2024-11-08T23:53:49.008Z | Running `target/debug/xtask clippy` |
1542 | 2024-11-08T23:53:49.037Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1543 | 2024-11-08T23:53:49.660Z | Downloading crates ... |
1544 | 2024-11-08T23:53:49.956Z | Downloaded blake2b_simd v1.0.2 |
1545 | 2024-11-08T23:53:49.961Z | Downloaded path-tree v0.8.1 |
1546 | 2024-11-08T23:53:49.963Z | Downloaded piper v0.2.4 |
1547 | 2024-11-08T23:53:49.965Z | Downloaded async-object-pool v0.1.5 |
1548 | 2024-11-08T23:53:49.968Z | Downloaded guppy-workspace-hack v0.1.0 |
1549 | 2024-11-08T23:53:49.970Z | Downloaded escape8259 v0.5.3 |
1550 | 2024-11-08T23:53:49.970Z | Downloaded oorandom v11.1.4 |
1551 | 2024-11-08T23:53:49.973Z | Downloaded async-global-executor v2.4.1 |
1552 | 2024-11-08T23:53:49.973Z | Downloaded assert-json-diff v2.0.2 |
1553 | 2024-11-08T23:53:49.975Z | Downloaded proc-macro-crate v3.2.0 |
1554 | 2024-11-08T23:53:49.978Z | Downloaded plotters-backend v0.3.7 |
1555 | 2024-11-08T23:53:49.978Z | Downloaded futures-timer v3.0.3 |
1556 | 2024-11-08T23:53:49.980Z | Downloaded stringmetrics v2.2.2 |
1557 | 2024-11-08T23:53:49.983Z | Downloaded hyper-rustls v0.26.0 |
1558 | 2024-11-08T23:53:49.985Z | Downloaded threadpool v1.8.1 |
1559 | 2024-11-08T23:53:49.985Z | Downloaded event-listener-strategy v0.5.2 |
1560 | 2024-11-08T23:53:49.988Z | Downloaded rustls-native-certs v0.7.3 |
1561 | 2024-11-08T23:53:49.990Z | Downloaded trybuild v1.0.100 |
1562 | 2024-11-08T23:53:49.993Z | Downloaded polling v3.7.3 |
1563 | 2024-11-08T23:53:49.996Z | Downloaded async-attributes v1.1.2 |
1564 | 2024-11-08T23:53:49.998Z | Downloaded event-listener v5.3.1 |
1565 | 2024-11-08T23:53:50.001Z | Downloaded concurrent-queue v2.5.0 |
1566 | 2024-11-08T23:53:50.003Z | Downloaded async-lock v3.4.0 |
1567 | 2024-11-08T23:53:50.003Z | Downloaded async-io v2.3.4 |
1568 | 2024-11-08T23:53:50.006Z | Downloaded rstest v0.23.0 |
1569 | 2024-11-08T23:53:50.012Z | Downloaded libtest-mimic v0.7.3 |
1570 | 2024-11-08T23:53:50.014Z | Downloaded cfg-expr v0.17.0 |
1571 | 2024-11-08T23:53:50.017Z | Downloaded pathdiff v0.2.2 |
1572 | 2024-11-08T23:53:50.019Z | Downloaded doc-comment v0.3.3 |
1573 | 2024-11-08T23:53:50.019Z | Downloaded async-signal v0.2.10 |
1574 | 2024-11-08T23:53:50.021Z | Downloaded plotters-svg v0.3.7 |
1575 | 2024-11-08T23:53:50.021Z | Downloaded criterion-plot v0.5.0 |
1576 | 2024-11-08T23:53:50.024Z | Downloaded cast v0.3.0 |
1577 | 2024-11-08T23:53:50.027Z | Downloaded async-channel v1.9.0 |
1578 | 2024-11-08T23:53:50.027Z | Downloaded datatest-stable v0.2.9 |
1579 | 2024-11-08T23:53:50.029Z | Downloaded blocking v1.6.1 |
1580 | 2024-11-08T23:53:50.032Z | Downloaded nested v0.1.1 |
1581 | 2024-11-08T23:53:50.032Z | Downloaded async-channel v2.3.1 |
1582 | 2024-11-08T23:53:50.034Z | Downloaded parking v2.2.1 |
1583 | 2024-11-08T23:53:50.036Z | Downloaded num_cpus v1.16.0 |
1584 | 2024-11-08T23:53:50.039Z | Downloaded event-listener v2.5.3 |
1585 | 2024-11-08T23:53:50.039Z | Downloaded approx v0.5.1 |
1586 | 2024-11-08T23:53:50.041Z | Downloaded kv-log-macro v1.0.7 |
1587 | 2024-11-08T23:53:50.043Z | Downloaded indoc v2.0.5 |
1588 | 2024-11-08T23:53:50.046Z | Downloaded partial-io v0.5.4 |
1589 | 2024-11-08T23:53:50.048Z | Downloaded httptest v0.16.1 |
1590 | 2024-11-08T23:53:50.048Z | Downloaded target-spec v3.2.2 |
1591 | 2024-11-08T23:53:50.051Z | Downloaded similar-asserts v1.6.0 |
1592 | 2024-11-08T23:53:50.053Z | Downloaded serde_regex v1.1.0 |
1593 | 2024-11-08T23:53:50.053Z | Downloaded async-task v4.7.1 |
1594 | 2024-11-08T23:53:50.055Z | Downloaded async-process v2.3.0 |
1595 | 2024-11-08T23:53:50.058Z | Downloaded relative-path v1.9.3 |
1596 | 2024-11-08T23:53:50.060Z | Downloaded async-executor v1.13.1 |
1597 | 2024-11-08T23:53:50.060Z | Downloaded futures-lite v2.3.0 |
1598 | 2024-11-08T23:53:50.063Z | Downloaded assert_cmd v2.0.16 |
1599 | 2024-11-08T23:53:50.065Z | Downloaded tinytemplate v1.2.1 |
1600 | 2024-11-08T23:53:50.067Z | Downloaded anes v0.1.6 |
1601 | 2024-11-08T23:53:50.070Z | Downloaded target-lexicon v0.12.16 |
1602 | 2024-11-08T23:53:50.072Z | Downloaded rust-argon2 v2.1.0 |
1603 | 2024-11-08T23:53:50.074Z | Downloaded rand_distr v0.4.3 |
1604 | 2024-11-08T23:53:50.077Z | Downloaded rstest_macros v0.23.0 |
1605 | 2024-11-08T23:53:50.080Z | Downloaded pretty_assertions v1.4.1 |
1606 | 2024-11-08T23:53:50.082Z | Downloaded async-std v1.13.0 |
1607 | 2024-11-08T23:53:50.101Z | Downloaded yansi v1.0.1 |
1608 | 2024-11-08T23:53:50.103Z | Downloaded fancy-regex v0.13.0 |
1609 | 2024-11-08T23:53:50.106Z | Downloaded criterion v0.5.1 |
1610 | 2024-11-08T23:53:50.112Z | Downloaded plotters v0.3.7 |
1611 | 2024-11-08T23:53:50.120Z | Downloaded guppy v0.17.8 |
1612 | 2024-11-08T23:53:50.195Z | Downloaded httpmock v0.8.0-alpha.1 |
1613 | 2024-11-08T23:53:50.914Z | Checking cfg-if v1.0.0 |
1614 | 2024-11-08T23:53:50.986Z | Checking libc v0.2.161 |
1615 | 2024-11-08T23:53:51.006Z | Checking serde v1.0.210 |
1616 | 2024-11-08T23:53:51.028Z | Checking memchr v2.7.4 |
1617 | 2024-11-08T23:53:51.047Z | Checking value-bag v1.9.0 |
1618 | 2024-11-08T23:53:51.062Z | Checking scopeguard v1.2.0 |
1619 | 2024-11-08T23:53:51.082Z | Checking zeroize v1.8.1 |
1620 | 2024-11-08T23:53:51.109Z | Checking itoa v1.0.11 |
1621 | 2024-11-08T23:53:51.133Z | Checking byteorder v1.5.0 |
1622 | 2024-11-08T23:53:51.194Z | Checking lock_api v0.4.12 |
1623 | 2024-11-08T23:53:51.325Z | Checking smallvec v1.13.2 |
1624 | 2024-11-08T23:53:51.352Z | Checking pin-project-lite v0.2.14 |
1625 | 2024-11-08T23:53:51.475Z | Checking log v0.4.22 |
1626 | 2024-11-08T23:53:51.493Z | Checking subtle v2.6.1 |
1627 | 2024-11-08T23:53:51.563Z | Checking once_cell v1.20.2 |
1628 | 2024-11-08T23:53:51.629Z | Checking typenum v1.17.0 |
1629 | 2024-11-08T23:53:51.680Z | Checking futures-core v0.3.31 |
1630 | 2024-11-08T23:53:51.759Z | Checking libm v0.2.8 |
1631 | 2024-11-08T23:53:51.862Z | Checking thiserror v1.0.64 |
1632 | 2024-11-08T23:53:51.888Z | Checking zerocopy v0.7.35 |
1633 | 2024-11-08T23:53:51.915Z | Checking ryu v1.0.18 |
1634 | 2024-11-08T23:53:51.975Z | Checking spin v0.9.8 |
1635 | 2024-11-08T23:53:52.006Z | Checking const-oid v0.9.6 |
1636 | 2024-11-08T23:53:52.121Z | Checking getrandom v0.2.15 |
1637 | 2024-11-08T23:53:52.146Z | Checking signal-hook-registry v1.4.2 |
1638 | 2024-11-08T23:53:52.348Z | Checking parking_lot_core v0.9.10 |
1639 | 2024-11-08T23:53:52.350Z | Checking rand_core v0.6.4 |
1640 | 2024-11-08T23:53:52.412Z | Checking mio v1.0.2 |
1641 | 2024-11-08T23:53:52.669Z | Checking socket2 v0.5.7 |
1642 | 2024-11-08T23:53:52.671Z | Checking parking_lot v0.12.3 |
1643 | 2024-11-08T23:53:52.671Z | Checking num-traits v0.2.19 |
1644 | 2024-11-08T23:53:52.917Z | Checking generic-array v0.14.7 |
1645 | 2024-11-08T23:53:53.019Z | Checking futures-io v0.3.31 |
1646 | 2024-11-08T23:53:53.048Z | Checking slab v0.4.9 |
1647 | 2024-11-08T23:53:53.167Z | Checking allocator-api2 v0.2.18 |
1648 | 2024-11-08T23:53:53.216Z | Checking cpufeatures v0.2.14 |
1649 | 2024-11-08T23:53:53.281Z | Checking futures-sink v0.3.31 |
1650 | 2024-11-08T23:53:53.318Z | Checking pin-utils v0.1.0 |
1651 | 2024-11-08T23:53:53.341Z | Checking equivalent v1.0.1 |
1652 | 2024-11-08T23:53:53.417Z | Checking foldhash v0.1.3 |
1653 | 2024-11-08T23:53:53.443Z | Checking futures-channel v0.3.31 |
1654 | 2024-11-08T23:53:53.470Z | Checking futures-task v0.3.31 |
1655 | 2024-11-08T23:53:53.626Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1656 | 2024-11-08T23:53:53.705Z | Checking fnv v1.0.7 |
1657 | 2024-11-08T23:53:53.781Z | Checking futures-util v0.3.31 |
1658 | 2024-11-08T23:53:53.807Z | Checking iana-time-zone v0.1.61 |
1659 | 2024-11-08T23:53:53.830Z | Checking hashbrown v0.15.0 |
1660 | 2024-11-08T23:53:53.830Z | Checking ppv-lite86 v0.2.20 |
1661 | 2024-11-08T23:53:53.956Z | Checking errno v0.3.9 |
1662 | 2024-11-08T23:53:53.964Z | Checking tracing-core v0.1.32 |
1663 | 2024-11-08T23:53:54.152Z | Checking crypto-common v0.1.6 |
1664 | 2024-11-08T23:53:54.188Z | Checking block-buffer v0.10.4 |
1665 | 2024-11-08T23:53:54.426Z | Checking tinyvec_macros v0.1.1 |
1666 | 2024-11-08T23:53:54.527Z | Checking digest v0.10.7 |
1667 | 2024-11-08T23:53:54.527Z | Checking block-padding v0.3.3 |
1668 | 2024-11-08T23:53:54.527Z | Checking tinyvec v1.8.0 |
1669 | 2024-11-08T23:53:54.658Z | Checking dyn-clone v1.0.17 |
1670 | 2024-11-08T23:53:54.688Z | Checking rand_chacha v0.3.1 |
1671 | 2024-11-08T23:53:54.723Z | Checking tracing v0.1.40 |
1672 | 2024-11-08T23:53:54.795Z | Checking unicode-bidi v0.3.17 |
1673 | 2024-11-08T23:53:54.816Z | Checking inout v0.1.3 |
1674 | 2024-11-08T23:53:55.019Z | Checking crossbeam-utils v0.8.20 |
1675 | 2024-11-08T23:53:55.044Z | Checking cipher v0.4.4 |
1676 | 2024-11-08T23:53:55.074Z | Checking percent-encoding v2.3.1 |
1677 | 2024-11-08T23:53:55.089Z | Checking rand v0.8.5 |
1678 | 2024-11-08T23:53:55.288Z | Checking base64ct v1.6.0 |
1679 | 2024-11-08T23:53:55.420Z | Checking regex-syntax v0.8.5 |
1680 | 2024-11-08T23:53:55.446Z | Checking form_urlencoded v1.2.1 |
1681 | 2024-11-08T23:53:55.641Z | Checking hmac v0.12.1 |
1682 | 2024-11-08T23:53:55.724Z | Checking httparse v1.9.5 |
1683 | 2024-11-08T23:53:55.726Z | Checking atomic-waker v1.1.2 |
1684 | 2024-11-08T23:53:55.769Z | Checking unicode-normalization v0.1.24 |
1685 | 2024-11-08T23:53:55.845Z | Checking sha2 v0.10.8 |
1686 | 2024-11-08T23:53:55.880Z | Checking aho-corasick v1.1.3 |
1687 | 2024-11-08T23:53:55.973Z | Checking bytes v1.7.2 |
1688 | 2024-11-08T23:53:56.157Z | Checking bitflags v2.6.0 |
1689 | 2024-11-08T23:53:56.385Z | Checking serde_json v1.0.128 |
1690 | 2024-11-08T23:53:56.420Z | Checking indexmap v2.6.0 |
1691 | 2024-11-08T23:53:56.483Z | Checking chrono v0.4.38 |
1692 | 2024-11-08T23:53:56.709Z | Checking rustix v0.38.37 |
1693 | 2024-11-08T23:53:56.771Z | Checking tokio v1.40.0 |
1694 | 2024-11-08T23:53:57.640Z | Checking uuid v1.10.0 |
1695 | 2024-11-08T23:53:57.761Z | Checking http v1.1.0 |
1696 | 2024-11-08T23:53:58.157Z | Checking untrusted v0.9.0 |
1697 | 2024-11-08T23:53:58.211Z | Checking lazy_static v1.5.0 |
1698 | 2024-11-08T23:53:58.326Z | Checking ring v0.17.8 |
1699 | 2024-11-08T23:53:58.353Z | Checking adler2 v2.0.0 |
1700 | 2024-11-08T23:53:58.519Z | Checking unicode-ident v1.0.13 |
1701 | 2024-11-08T23:53:58.581Z | Checking schemars v0.8.21 |
1702 | 2024-11-08T23:53:58.655Z | Checking regex-automata v0.4.8 |
1703 | 2024-11-08T23:53:58.692Z | Checking miniz_oxide v0.8.0 |
1704 | 2024-11-08T23:53:59.039Z | Checking powerfmt v0.2.0 |
1705 | 2024-11-08T23:53:59.127Z | Checking idna v0.5.0 |
1706 | 2024-11-08T23:53:59.343Z | Checking deranged v0.3.11 |
1707 | 2024-11-08T23:53:59.464Z | Checking pem-rfc7468 v0.7.0 |
1708 | 2024-11-08T23:53:59.753Z | Checking time-core v0.1.2 |
1709 | 2024-11-08T23:53:59.927Z | Checking num_threads v0.1.7 |
1710 | 2024-11-08T23:53:59.991Z | Checking rustls-pki-types v1.9.0 |
1711 | 2024-11-08T23:54:00.046Z | Checking num-conv v0.1.0 |
1712 | 2024-11-08T23:54:00.239Z | Checking url v2.5.2 |
1713 | 2024-11-08T23:54:00.263Z | Checking proc-macro2 v1.0.87 |
1714 | 2024-11-08T23:54:00.289Z | Checking untrusted v0.7.1 |
1715 | 2024-11-08T23:54:00.312Z | Checking http-body v1.0.1 |
1716 | 2024-11-08T23:54:00.462Z | Checking aws-lc-sys v0.22.0 |
1717 | 2024-11-08T23:54:00.516Z | Checking try-lock v0.2.5 |
1718 | 2024-11-08T23:54:00.541Z | Checking httpdate v1.0.3 |
1719 | 2024-11-08T23:54:00.665Z | Checking flagset v0.4.6 |
1720 | 2024-11-08T23:54:00.784Z | Checking mirai-annotations v1.12.0 |
1721 | 2024-11-08T23:54:00.868Z | Checking base64 v0.22.1 |
1722 | 2024-11-08T23:54:00.944Z | Checking quote v1.0.37 |
1723 | 2024-11-08T23:54:00.971Z | Checking der v0.7.9 |
1724 | 2024-11-08T23:54:01.029Z | Checking want v0.3.1 |
1725 | 2024-11-08T23:54:01.122Z | Checking time v0.3.36 |
1726 | 2024-11-08T23:54:01.225Z | Checking pbkdf2 v0.12.2 |
1727 | 2024-11-08T23:54:01.298Z | Checking syn v2.0.79 |
1728 | 2024-11-08T23:54:01.375Z | Checking aes v0.8.4 |
1729 | 2024-11-08T23:54:01.400Z | Checking salsa20 v0.10.2 |
1730 | 2024-11-08T23:54:01.630Z | Checking cbc v0.1.2 |
1731 | 2024-11-08T23:54:01.853Z | Checking ahash v0.8.11 |
1732 | 2024-11-08T23:54:02.313Z | Checking scrypt v0.11.0 |
1733 | 2024-11-08T23:54:02.369Z | Checking slog v2.7.0 |
1734 | 2024-11-08T23:54:02.553Z | Checking gimli v0.31.1 |
1735 | 2024-11-08T23:54:02.860Z | Checking tower-service v0.3.3 |
1736 | 2024-11-08T23:54:02.886Z | Checking spki v0.7.3 |
1737 | 2024-11-08T23:54:02.989Z | Checking object v0.36.5 |
1738 | 2024-11-08T23:54:03.068Z | Checking aws-lc-rs v1.10.0 |
1739 | 2024-11-08T23:54:03.118Z | Checking rustc-demangle v0.1.24 |
1740 | 2024-11-08T23:54:03.163Z | Checking pkcs5 v0.7.1 |
1741 | 2024-11-08T23:54:03.545Z | Checking mime v0.3.17 |
1742 | 2024-11-08T23:54:03.676Z | Checking utf8parse v0.2.2 |
1743 | 2024-11-08T23:54:03.702Z | Checking pkcs8 v0.10.2 |
1744 | 2024-11-08T23:54:03.824Z | Checking regex v1.11.0 |
1745 | 2024-11-08T23:54:03.884Z | Checking data-encoding v2.6.0 |
1746 | 2024-11-08T23:54:04.013Z | Checking tokio-util v0.7.12 |
1747 | 2024-11-08T23:54:04.037Z | Checking ipnet v2.10.1 |
1748 | 2024-11-08T23:54:04.478Z | Checking unicode-width v0.1.14 |
1749 | 2024-11-08T23:54:04.538Z | Checking http-body-util v0.1.2 |
1750 | 2024-11-08T23:54:04.660Z | Checking futures-executor v0.3.31 |
1751 | 2024-11-08T23:54:04.839Z | Checking serde_spanned v0.6.8 |
1752 | 2024-11-08T23:54:04.907Z | Checking h2 v0.4.6 |
1753 | 2024-11-08T23:54:04.914Z | Checking rustls-webpki v0.102.8 |
1754 | 2024-11-08T23:54:04.958Z | Checking toml_datetime v0.6.8 |
1755 | 2024-11-08T23:54:05.011Z | Checking foreign-types-shared v0.1.1 |
1756 | 2024-11-08T23:54:05.034Z | Checking openssl-probe v0.1.5 |
1757 | 2024-11-08T23:54:05.145Z | Checking anstyle v1.0.10 |
1758 | 2024-11-08T23:54:05.185Z | Checking foreign-types v0.3.2 |
1759 | 2024-11-08T23:54:05.239Z | Checking futures v0.3.31 |
1760 | 2024-11-08T23:54:05.288Z | Checking rustls-pemfile v2.2.0 |
1761 | 2024-11-08T23:54:05.364Z | Checking openssl-sys v0.9.104 |
1762 | 2024-11-08T23:54:05.483Z | Checking semver v1.0.23 |
1763 | 2024-11-08T23:54:05.513Z | Checking serde_urlencoded v0.7.1 |
1764 | 2024-11-08T23:54:05.920Z | Checking sha1 v0.10.6 |
1765 | 2024-11-08T23:54:05.946Z | Checking encoding_rs v0.8.34 |
1766 | 2024-11-08T23:54:06.208Z | Checking anstyle-parse v0.2.5 |
1767 | 2024-11-08T23:54:06.495Z | Checking colorchoice v1.0.2 |
1768 | 2024-11-08T23:54:06.634Z | Checking is_terminal_polyfill v1.70.1 |
1769 | 2024-11-08T23:54:06.662Z | Checking addr2line v0.24.2 |
1770 | 2024-11-08T23:54:06.664Z | Checking openssl v0.10.68 |
1771 | 2024-11-08T23:54:06.752Z | Checking anstyle-query v1.1.1 |
1772 | 2024-11-08T23:54:06.891Z | Checking anstream v0.6.15 |
1773 | 2024-11-08T23:54:07.130Z | Checking terminal_size v0.4.0 |
1774 | 2024-11-08T23:54:07.276Z | Checking idna v0.3.0 |
1775 | 2024-11-08T23:54:07.312Z | Checking camino v1.1.9 |
1776 | 2024-11-08T23:54:07.561Z | Checking signature v2.2.0 |
1777 | 2024-11-08T23:54:07.772Z | Checking winnow v0.6.20 |
1778 | 2024-11-08T23:54:07.875Z | Checking clap_lex v0.7.2 |
1779 | 2024-11-08T23:54:07.952Z | Checking either v1.13.0 |
1780 | 2024-11-08T23:54:08.008Z | Checking strsim v0.11.1 |
1781 | 2024-11-08T23:54:08.114Z | Checking psl-types v2.0.11 |
1782 | 2024-11-08T23:54:08.253Z | Checking clap_builder v4.5.20 |
1783 | 2024-11-08T23:54:08.294Z | Checking publicsuffix v2.2.3 |
1784 | 2024-11-08T23:54:08.320Z | Checking cookie v0.18.1 |
1785 | 2024-11-08T23:54:08.486Z | Checking webpki-roots v0.26.6 |
1786 | 2024-11-08T23:54:08.700Z | Checking openapiv3 v2.0.0 |
1787 | 2024-11-08T23:54:08.755Z | Checking cookie_store v0.21.0 |
1788 | 2024-11-08T23:54:09.377Z | Checking backtrace v0.3.74 |
1789 | 2024-11-08T23:54:09.380Z | Checking is-terminal v0.4.13 |
1790 | 2024-11-08T23:54:09.516Z | Checking scroll v0.12.0 |
1791 | 2024-11-08T23:54:09.965Z | Checking anyhow v1.0.92 |
1792 | 2024-11-08T23:54:10.005Z | Checking sync_wrapper v1.0.1 |
1793 | 2024-11-08T23:54:10.159Z | Checking plain v0.2.3 |
1794 | 2024-11-08T23:54:10.276Z | Checking base16ct v0.2.0 |
1795 | 2024-11-08T23:54:10.310Z | Checking ucd-trie v0.1.7 |
1796 | 2024-11-08T23:54:10.476Z | Checking sec1 v0.7.3 |
1797 | 2024-11-08T23:54:10.519Z | Checking pest v2.7.14 |
1798 | 2024-11-08T23:54:10.554Z | Checking rustls v0.23.14 |
1799 | 2024-11-08T23:54:10.630Z | Checking goblin v0.8.2 |
1800 | 2024-11-08T23:54:10.634Z | Checking hyper v1.4.1 |
1801 | 2024-11-08T23:54:10.840Z | Checking num-integer v0.1.46 |
1802 | 2024-11-08T23:54:11.071Z | Checking clap v4.5.20 |
1803 | 2024-11-08T23:54:11.204Z | Checking ff v0.13.0 |
1804 | 2024-11-08T23:54:11.315Z | Checking pretty-hex v0.4.1 |
1805 | 2024-11-08T23:54:11.424Z | Checking group v0.13.0 |
1806 | 2024-11-08T23:54:11.493Z | Checking hkdf v0.12.4 |
1807 | 2024-11-08T23:54:11.694Z | Checking crypto-bigint v0.5.5 |
1808 | 2024-11-08T23:54:11.720Z | Checking thread-id v4.2.2 |
1809 | 2024-11-08T23:54:11.803Z | Checking crc32fast v1.4.2 |
1810 | 2024-11-08T23:54:11.846Z | Checking utf-8 v0.7.6 |
1811 | 2024-11-08T23:54:11.895Z | Checking native-tls v0.2.12 |
1812 | 2024-11-08T23:54:12.042Z | Checking static_assertions v1.1.0 |
1813 | 2024-11-08T23:54:12.068Z | Checking bitflags v1.3.2 |
1814 | 2024-11-08T23:54:12.154Z | Checking toml_edit v0.22.22 |
1815 | 2024-11-08T23:54:12.176Z | Checking dirs-sys-next v0.1.2 |
1816 | 2024-11-08T23:54:12.231Z | Checking tokio-native-tls v0.3.1 |
1817 | 2024-11-08T23:54:12.374Z | Checking memmap v0.7.0 |
1818 | 2024-11-08T23:54:12.508Z | Checking unicode-segmentation v1.12.0 |
1819 | 2024-11-08T23:54:12.586Z | Checking stable_deref_trait v1.2.0 |
1820 | 2024-11-08T23:54:12.696Z | Checking dirs-next v2.0.0 |
1821 | 2024-11-08T23:54:12.723Z | Checking hyper-util v0.1.9 |
1822 | 2024-11-08T23:54:12.832Z | Checking num-iter v0.1.45 |
1823 | 2024-11-08T23:54:13.018Z | Checking crossbeam-epoch v0.9.18 |
1824 | 2024-11-08T23:54:13.064Z | Checking dtrace-parser v0.2.0 |
1825 | 2024-11-08T23:54:13.211Z | Checking crossbeam-channel v0.5.13 |
1826 | 2024-11-08T23:54:13.486Z | Checking thread_local v1.1.8 |
1827 | 2024-11-08T23:54:13.562Z | Checking term v0.7.0 |
1828 | 2024-11-08T23:54:13.778Z | Checking bstr v1.10.0 |
1829 | 2024-11-08T23:54:14.005Z | Checking hex v0.4.3 |
1830 | 2024-11-08T23:54:14.031Z | Checking rfc6979 v0.4.0 |
1831 | 2024-11-08T23:54:14.244Z | Checking take_mut v0.2.2 |
1832 | 2024-11-08T23:54:14.437Z | Checking managed v0.8.0 |
1833 | 2024-11-08T23:54:14.494Z | Checking elliptic-curve v0.13.8 |
1834 | 2024-11-08T23:54:14.559Z | Checking winnow v0.5.40 |
1835 | 2024-11-08T23:54:14.718Z | Checking match_cfg v0.1.0 |
1836 | 2024-11-08T23:54:14.765Z | Checking slog-async v2.8.0 |
1837 | 2024-11-08T23:54:14.823Z | Checking hyper-tls v0.6.0 |
1838 | 2024-11-08T23:54:14.825Z | Checking hostname v0.3.1 |
1839 | 2024-11-08T23:54:14.876Z | Checking toml v0.8.19 |
1840 | 2024-11-08T23:54:14.988Z | Checking slog-term v2.9.1 |
1841 | 2024-11-08T23:54:15.056Z | Checking crossbeam-deque v0.8.5 |
1842 | 2024-11-08T23:54:15.108Z | Checking num-bigint-dig v0.8.4 |
1843 | 2024-11-08T23:54:15.160Z | Checking ecdsa v0.16.9 |
1844 | 2024-11-08T23:54:15.373Z | Checking flate2 v1.0.34 |
1845 | 2024-11-08T23:54:15.495Z | Checking pkcs1 v0.7.5 |
1846 | 2024-11-08T23:54:15.598Z | Checking curve25519-dalek v4.1.3 |
1847 | 2024-11-08T23:54:15.677Z | Checking dof v0.3.0 |
1848 | 2024-11-08T23:54:15.900Z | Checking zerocopy v0.6.6 |
1849 | 2024-11-08T23:54:15.903Z | Checking siphasher v0.3.11 |
1850 | 2024-11-08T23:54:16.024Z | Checking tokio-rustls v0.26.0 |
1851 | 2024-11-08T23:54:16.058Z | Checking rayon-core v1.12.1 |
1852 | 2024-11-08T23:54:16.218Z | Checking rustls v0.22.4 |
1853 | 2024-11-08T23:54:16.301Z | Checking usdt-impl v0.5.0 |
1854 | 2024-11-08T23:54:16.447Z | Checking hyper-rustls v0.27.3 |
1855 | 2024-11-08T23:54:16.645Z | Checking ed25519 v2.2.3 |
1856 | 2024-11-08T23:54:16.746Z | Checking signal-hook v0.3.17 |
1857 | 2024-11-08T23:54:16.794Z | Checking reqwest v0.12.8 |
1858 | 2024-11-08T23:54:16.847Z | Checking usdt v0.5.0 |
1859 | 2024-11-08T23:54:16.947Z | Checking quick-error v1.2.3 |
1860 | 2024-11-08T23:54:17.078Z | Checking itertools v0.10.5 |
1861 | 2024-11-08T23:54:17.102Z | Checking slog-json v2.6.1 |
1862 | 2024-11-08T23:54:17.127Z | Checking x509-cert v0.2.5 |
1863 | 2024-11-08T23:54:17.334Z | Checking rsa v0.9.6 |
1864 | 2024-11-08T23:54:17.365Z | Checking idna v0.4.0 |
1865 | 2024-11-08T23:54:17.451Z | Checking ed25519-dalek v2.1.1 |
1866 | 2024-11-08T23:54:17.590Z | Checking toml_edit v0.19.15 |
1867 | 2024-11-08T23:54:17.854Z | Checking hubpack v0.1.2 |
1868 | 2024-11-08T23:54:18.188Z | Checking bzip2-sys v0.1.11+1.0.8 |
1869 | 2024-11-08T23:54:18.240Z | Checking debug-ignore v1.0.5 |
1870 | 2024-11-08T23:54:18.326Z | Checking bit-vec v0.6.3 |
1871 | 2024-11-08T23:54:18.388Z | Checking bzip2 v0.4.4 |
1872 | 2024-11-08T23:54:18.391Z | Checking hickory-proto v0.24.1 |
1873 | 2024-11-08T23:54:18.652Z | Checking bit-set v0.5.3 |
1874 | 2024-11-08T23:54:18.697Z | Checking slog-bunyan v2.5.0 |
1875 | 2024-11-08T23:54:18.723Z | Checking signal-hook-mio v0.2.4 |
1876 | 2024-11-08T23:54:18.726Z | Checking multer v3.1.0 |
1877 | 2024-11-08T23:54:18.874Z | Checking console v0.15.8 |
1878 | 2024-11-08T23:54:18.876Z | Checking serde_path_to_error v0.1.16 |
1879 | 2024-11-08T23:54:18.918Z | Checking waitgroup v0.1.2 |
1880 | 2024-11-08T23:54:19.057Z | Checking async-stream v0.3.6 |
1881 | 2024-11-08T23:54:19.154Z | Checking hostname v0.4.0 |
1882 | 2024-11-08T23:54:19.259Z | Checking hash32 v0.2.1 |
1883 | 2024-11-08T23:54:19.296Z | Checking predicates-core v1.0.8 |
1884 | 2024-11-08T23:54:19.321Z | Checking linked-hash-map v0.5.6 |
1885 | 2024-11-08T23:54:19.479Z | Checking unicode-properties v0.1.3 |
1886 | 2024-11-08T23:54:19.501Z | Checking crossterm v0.28.1 |
1887 | 2024-11-08T23:54:19.522Z | Checking rayon v1.10.0 |
1888 | 2024-11-08T23:54:19.567Z | Checking heapless v0.7.17 |
1889 | 2024-11-08T23:54:19.651Z | Checking lru-cache v0.1.2 |
1890 | 2024-11-08T23:54:19.835Z | Checking stringprep v0.1.5 |
1891 | 2024-11-08T23:54:19.862Z | Checking phf_shared v0.11.2 |
1892 | 2024-11-08T23:54:19.985Z | Checking tokio-rustls v0.25.0 |
1893 | 2024-11-08T23:54:20.131Z | Checking similar v2.6.0 |
1894 | 2024-11-08T23:54:20.133Z | Checking toml v0.7.8 |
1895 | 2024-11-08T23:54:20.133Z | Checking tokio-stream v0.1.16 |
1896 | 2024-11-08T23:54:20.356Z | Checking dropshot v0.12.0 |
1897 | 2024-11-08T23:54:20.613Z | Checking md-5 v0.10.6 |
1898 | 2024-11-08T23:54:20.856Z | Checking float-cmp v0.9.0 |
1899 | 2024-11-08T23:54:20.944Z | Checking fixedbitset v0.4.2 |
1900 | 2024-11-08T23:54:20.993Z | Checking normalize-line-endings v0.3.0 |
1901 | 2024-11-08T23:54:21.018Z | Checking fallible-iterator v0.2.0 |
1902 | 2024-11-08T23:54:21.055Z | Checking difflib v0.4.0 |
1903 | 2024-11-08T23:54:21.122Z | Checking smoltcp v0.9.1 |
1904 | 2024-11-08T23:54:21.221Z | Checking petgraph v0.6.5 |
1905 | 2024-11-08T23:54:21.346Z | Checking phf v0.11.2 |
1906 | 2024-11-08T23:54:21.398Z | Checking predicates v3.1.2 |
1907 | 2024-11-08T23:54:21.635Z | Checking zip v0.6.6 |
1908 | 2024-11-08T23:54:21.661Z | Checking postgres-protocol v0.6.7 |
1909 | 2024-11-08T23:54:22.112Z | Checking resolv-conf v0.7.0 |
1910 | 2024-11-08T23:54:22.331Z | Checking phf_shared v0.10.0 |
1911 | 2024-11-08T23:54:22.335Z | Checking tungstenite v0.24.0 |
1912 | 2024-11-08T23:54:22.475Z | Checking fs-err v2.11.0 |
1913 | 2024-11-08T23:54:22.598Z | Checking serde-big-array v0.5.1 |
1914 | 2024-11-08T23:54:22.643Z | Checking portable-atomic v1.9.0 |
1915 | 2024-11-08T23:54:22.827Z | Checking number_prefix v0.4.0 |
1916 | 2024-11-08T23:54:23.031Z | Checking lalrpop-util v0.19.12 |
1917 | 2024-11-08T23:54:23.056Z | Checking minimal-lexical v0.2.1 |
1918 | 2024-11-08T23:54:23.108Z | Checking precomputed-hash v0.1.1 |
1919 | 2024-11-08T23:54:23.232Z | Checking new_debug_unreachable v1.0.6 |
1920 | 2024-11-08T23:54:23.267Z | Checking tokio-tungstenite v0.24.0 |
1921 | 2024-11-08T23:54:23.318Z | Checking hickory-resolver v0.24.1 |
1922 | 2024-11-08T23:54:23.346Z | Checking string_cache v0.8.7 |
1923 | 2024-11-08T23:54:23.348Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1924 | 2024-11-08T23:54:23.449Z | Checking nom v7.1.3 |
1925 | 2024-11-08T23:54:23.646Z | Checking postgres-types v0.2.8 |
1926 | 2024-11-08T23:54:23.693Z | Checking indicatif v0.17.8 |
1927 | 2024-11-08T23:54:23.738Z | Checking itertools v0.12.1 |
1928 | 2024-11-08T23:54:24.061Z | Checking whoami v1.5.2 |
1929 | 2024-11-08T23:54:24.375Z | Checking peg-runtime v0.8.3 |
1930 | 2024-11-08T23:54:24.400Z | Checking tokio-postgres v0.7.12 |
1931 | 2024-11-08T23:54:24.592Z | Compiling hashbrown v0.14.5 |
1932 | 2024-11-08T23:54:24.616Z | Compiling unsafe-libyaml v0.2.11 |
1933 | 2024-11-08T23:54:25.003Z | Checking qorb v0.2.0 |
1934 | 2024-11-08T23:54:25.814Z | Compiling ident_case v1.0.1 |
1935 | 2024-11-08T23:54:25.924Z | Compiling regress v0.10.1 |
1936 | 2024-11-08T23:54:26.003Z | Compiling serde_yaml v0.9.34+deprecated |
1937 | 2024-11-08T23:54:26.400Z | Compiling darling_core v0.20.10 |
1938 | 2024-11-08T23:54:26.403Z | Checking heck v0.5.0 |
1939 | 2024-11-08T23:54:26.609Z | Checking progenitor-client v0.8.0 |
1940 | 2024-11-08T23:54:26.962Z | Checking fastrand v2.1.1 |
1941 | 2024-11-08T23:54:27.312Z | Compiling newtype-uuid v1.1.2 |
1942 | 2024-11-08T23:54:27.504Z | Checking ipnetwork v0.20.0 |
1943 | 2024-11-08T23:54:27.659Z | Compiling structmeta-derive v0.3.0 |
1944 | 2024-11-08T23:54:27.720Z | Checking strum v0.26.3 |
1945 | 2024-11-08T23:54:27.876Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1946 | 2024-11-08T23:54:28.169Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1947 | 2024-11-08T23:54:28.548Z | Checking tempfile v3.13.0 |
1948 | 2024-11-08T23:54:28.656Z | Checking instant v0.1.13 |
1949 | 2024-11-08T23:54:28.785Z | Checking regress v0.9.1 |
1950 | 2024-11-08T23:54:28.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1951 | 2024-11-08T23:54:28.910Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1952 | 2024-11-08T23:54:29.224Z | Checking macaddr v1.0.1 |
1953 | 2024-11-08T23:54:29.583Z | Compiling typify-impl v0.2.0 |
1954 | 2024-11-08T23:54:29.619Z | Checking backoff v0.4.0 |
1955 | 2024-11-08T23:54:29.849Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1956 | 2024-11-08T23:54:29.930Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1957 | 2024-11-08T23:54:30.005Z | Checking wait-timeout v0.2.0 |
1958 | 2024-11-08T23:54:30.087Z | Checking rand_xorshift v0.3.0 |
1959 | 2024-11-08T23:54:30.178Z | Checking rusty-fork v0.3.0 |
1960 | 2024-11-08T23:54:30.279Z | Compiling structmeta-derive v0.2.0 |
1961 | 2024-11-08T23:54:30.404Z | Compiling structmeta v0.3.0 |
1962 | 2024-11-08T23:54:30.458Z | Checking unarray v0.1.4 |
1963 | 2024-11-08T23:54:30.623Z | Checking proptest v1.5.0 |
1964 | 2024-11-08T23:54:30.719Z | Checking camino-tempfile v1.1.1 |
1965 | 2024-11-08T23:54:30.817Z | Compiling parse-display-derive v0.10.0 |
1966 | 2024-11-08T23:54:31.016Z | Compiling proc-macro-error v1.0.4 |
1967 | 2024-11-08T23:54:31.730Z | Compiling proc-macro-crate v1.3.1 |
1968 | 2024-11-08T23:54:32.316Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1969 | 2024-11-08T23:54:32.612Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1970 | 2024-11-08T23:54:32.726Z | Compiling foreign-types-macros v0.2.3 |
1971 | 2024-11-08T23:54:32.756Z | Compiling num_enum_derive v0.5.11 |
1972 | 2024-11-08T23:54:32.802Z | Compiling darling_macro v0.20.10 |
1973 | 2024-11-08T23:54:32.947Z | Checking foreign-types-shared v0.3.1 |
1974 | 2024-11-08T23:54:33.024Z | Compiling structmeta v0.2.0 |
1975 | 2024-11-08T23:54:33.412Z | Checking tabwriter v1.4.0 |
1976 | 2024-11-08T23:54:33.450Z | Compiling test-strategy v0.3.1 |
1977 | 2024-11-08T23:54:33.663Z | Checking cstr-argument v0.1.2 |
1978 | 2024-11-08T23:54:33.730Z | Compiling darling v0.20.10 |
1979 | 2024-11-08T23:54:33.928Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1980 | 2024-11-08T23:54:34.012Z | Compiling serde_with_macros v3.11.0 |
1981 | 2024-11-08T23:54:34.056Z | Checking foreign-types v0.5.0 |
1982 | 2024-11-08T23:54:34.098Z | Checking pretty-hex v0.2.1 |
1983 | 2024-11-08T23:54:34.421Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1984 | 2024-11-08T23:54:34.796Z | Checking colored v2.1.0 |
1985 | 2024-11-08T23:54:35.075Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1986 | 2024-11-08T23:54:35.324Z | Checking smf v0.2.3 |
1987 | 2024-11-08T23:54:35.325Z | Checking base64 v0.21.7 |
1988 | 2024-11-08T23:54:35.325Z | Checking parse-display v0.10.0 |
1989 | 2024-11-08T23:54:35.539Z | Checking num_enum v0.5.11 |
1990 | 2024-11-08T23:54:35.539Z | Compiling crucible-workspace-hack v0.1.0 |
1991 | 2024-11-08T23:54:35.539Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1992 | 2024-11-08T23:54:35.540Z | Checking termtree v0.4.1 |
1993 | 2024-11-08T23:54:35.540Z | Compiling heapless v0.8.0 |
1994 | 2024-11-08T23:54:35.718Z | Checking hash32 v0.3.1 |
1995 | 2024-11-08T23:54:35.719Z | Checking predicates-tree v1.0.11 |
1996 | 2024-11-08T23:54:35.719Z | Compiling smoltcp v0.11.0 |
1997 | 2024-11-08T23:54:36.102Z | Checking cobs v0.2.3 |
1998 | 2024-11-08T23:54:36.102Z | Checking sigpipe v0.1.3 |
1999 | 2024-11-08T23:54:36.102Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2000 | 2024-11-08T23:54:36.266Z | Checking postcard v1.0.10 |
2001 | 2024-11-08T23:54:36.266Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2002 | 2024-11-08T23:54:36.266Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2003 | 2024-11-08T23:54:36.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2004 | 2024-11-08T23:54:36.389Z | Compiling mockall_derive v0.13.0 |
2005 | 2024-11-08T23:54:36.448Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2006 | 2024-11-08T23:54:36.505Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2007 | 2024-11-08T23:54:36.545Z | Checking serde_with v3.11.0 |
2008 | 2024-11-08T23:54:36.689Z | Compiling zone_cfg_derive v0.3.0 |
2009 | 2024-11-08T23:54:36.843Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2010 | 2024-11-08T23:54:37.037Z | Compiling num-derive v0.4.2 |
2011 | 2024-11-08T23:54:37.192Z | Checking downcast v0.11.0 |
2012 | 2024-11-08T23:54:37.410Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2013 | 2024-11-08T23:54:37.724Z | Checking fragile v2.0.0 |
2014 | 2024-11-08T23:54:38.064Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2015 | 2024-11-08T23:54:38.121Z | Checking zone v0.3.0 |
2016 | 2024-11-08T23:54:38.320Z | Checking atomicwrites v0.4.4 |
2017 | 2024-11-08T23:54:38.511Z | Compiling convert_case v0.4.0 |
2018 | 2024-11-08T23:54:38.619Z | Checking tungstenite v0.21.0 |
2019 | 2024-11-08T23:54:38.895Z | Checking newline-converter v0.3.0 |
2020 | 2024-11-08T23:54:39.047Z | Checking expectorate v1.1.0 |
2021 | 2024-11-08T23:54:39.277Z | Checking itertools v0.13.0 |
2022 | 2024-11-08T23:54:39.394Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2023 | 2024-11-08T23:54:39.446Z | Compiling derive_more v0.99.18 |
2024 | 2024-11-08T23:54:39.605Z | Checking tokio-tungstenite v0.21.0 |
2025 | 2024-11-08T23:54:39.883Z | Checking same-file v1.0.6 |
2026 | 2024-11-08T23:54:39.902Z | Checking arc-swap v1.7.1 |
2027 | 2024-11-08T23:54:40.075Z | Checking walkdir v2.5.0 |
2028 | 2024-11-08T23:54:40.106Z | Checking xattr v1.3.1 |
2029 | 2024-11-08T23:54:40.295Z | Checking filetime v0.2.25 |
2030 | 2024-11-08T23:54:40.305Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2031 | 2024-11-08T23:54:40.339Z | Checking slog-scope v4.4.0 |
2032 | 2024-11-08T23:54:40.344Z | Checking swrite v0.1.0 |
2033 | 2024-11-08T23:54:40.492Z | Compiling cancel-safe-futures v0.1.5 |
2034 | 2024-11-08T23:54:40.517Z | Checking tar v0.4.42 |
2035 | 2024-11-08T23:54:40.542Z | Checking slog-stdlog v4.1.1 |
2036 | 2024-11-08T23:54:40.729Z | Checking slog-envlogger v2.2.0 |
2037 | 2024-11-08T23:54:40.854Z | Compiling owo-colors v4.1.0 |
2038 | 2024-11-08T23:54:41.336Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2039 | 2024-11-08T23:54:41.470Z | Checking libsw v3.3.1 |
2040 | 2024-11-08T23:54:41.685Z | Checking password-hash v0.5.0 |
2041 | 2024-11-08T23:54:41.726Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2042 | 2024-11-08T23:54:41.759Z | Checking blake2 v0.10.6 |
2043 | 2024-11-08T23:54:42.011Z | Checking indent_write v2.2.0 |
2044 | 2024-11-08T23:54:42.158Z | Checking linear-map v1.2.0 |
2045 | 2024-11-08T23:54:42.233Z | Checking num-rational v0.4.2 |
2046 | 2024-11-08T23:54:42.257Z | Checking argon2 v0.5.3 |
2047 | 2024-11-08T23:54:42.519Z | Checking pem v3.0.4 |
2048 | 2024-11-08T23:54:42.801Z | Checking num-complex v0.4.6 |
2049 | 2024-11-08T23:54:42.892Z | Checking float-ord v0.3.2 |
2050 | 2024-11-08T23:54:42.945Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2051 | 2024-11-08T23:54:43.023Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2052 | 2024-11-08T23:54:43.050Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2053 | 2024-11-08T23:54:43.450Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2054 | 2024-11-08T23:54:43.703Z | Checking num v0.4.3 |
2055 | 2024-11-08T23:54:43.747Z | Compiling lzma-sys v0.1.20 |
2056 | 2024-11-08T23:54:43.770Z | Checking humantime v2.1.0 |
2057 | 2024-11-08T23:54:43.816Z | Checking headers-core v0.3.0 |
2058 | 2024-11-08T23:54:43.928Z | Compiling heck v0.3.3 |
2059 | 2024-11-08T23:54:43.966Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2060 | 2024-11-08T23:54:44.077Z | Checking headers v0.4.0 |
2061 | 2024-11-08T23:54:44.297Z | Checking mockall v0.13.0 |
2062 | 2024-11-08T23:54:44.320Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2063 | 2024-11-08T23:54:44.405Z | Compiling zone_cfg_derive v0.1.2 |
2064 | 2024-11-08T23:54:44.558Z | Checking yasna v0.5.2 |
2065 | 2024-11-08T23:54:44.629Z | Checking base64 v0.13.1 |
2066 | 2024-11-08T23:54:44.704Z | Checking xz2 v0.1.7 |
2067 | 2024-11-08T23:54:45.023Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2068 | 2024-11-08T23:54:45.051Z | Checking ron v0.7.1 |
2069 | 2024-11-08T23:54:45.438Z | Checking rcgen v0.12.1 |
2070 | 2024-11-08T23:54:45.506Z | Checking subprocess v0.2.9 |
2071 | 2024-11-08T23:54:45.826Z | Checking zone v0.1.8 |
2072 | 2024-11-08T23:54:45.911Z | Compiling typify-macro v0.2.0 |
2073 | 2024-11-08T23:54:46.048Z | Checking half v2.4.1 |
2074 | 2024-11-08T23:54:46.141Z | Compiling semver v0.1.20 |
2075 | 2024-11-08T23:54:46.253Z | Checking ciborium-io v0.2.2 |
2076 | 2024-11-08T23:54:46.394Z | Checking highway v1.2.0 |
2077 | 2024-11-08T23:54:46.495Z | Compiling rustc_version v0.1.7 |
2078 | 2024-11-08T23:54:46.521Z | Checking ciborium-ll v0.2.2 |
2079 | 2024-11-08T23:54:46.746Z | Checking prettyplease v0.2.22 |
2080 | 2024-11-08T23:54:46.814Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2081 | 2024-11-08T23:54:46.853Z | Checking ciborium v0.2.2 |
2082 | 2024-11-08T23:54:46.985Z | Compiling newtype_derive v0.1.6 |
2083 | 2024-11-08T23:54:47.492Z | Checking steno v0.4.1 |
2084 | 2024-11-08T23:54:48.687Z | Compiling slog-dtrace v0.3.0 |
2085 | 2024-11-08T23:54:48.709Z | Checking display-error-chain v0.2.2 |
2086 | 2024-11-08T23:54:48.883Z | Compiling ring v0.16.20 |
2087 | 2024-11-08T23:54:49.447Z | Compiling blake3 v1.5.4 |
2088 | 2024-11-08T23:54:49.493Z | Checking keccak v0.1.5 |
2089 | 2024-11-08T23:54:49.828Z | Checking universal-hash v0.5.1 |
2090 | 2024-11-08T23:54:49.849Z | Checking sha3 v0.10.8 |
2091 | 2024-11-08T23:54:49.973Z | Checking secrecy v0.8.0 |
2092 | 2024-11-08T23:54:50.017Z | Compiling typify v0.2.0 |
2093 | 2024-11-08T23:54:50.155Z | Compiling progenitor-impl v0.8.0 |
2094 | 2024-11-08T23:54:50.203Z | Checking opaque-debug v0.3.1 |
2095 | 2024-11-08T23:54:50.232Z | Checking aead v0.5.2 |
2096 | 2024-11-08T23:54:50.297Z | Checking poly1305 v0.8.0 |
2097 | 2024-11-08T23:54:50.445Z | Checking chacha20 v0.9.1 |
2098 | 2024-11-08T23:54:50.805Z | Checking gethostname v0.5.0 |
2099 | 2024-11-08T23:54:51.048Z | Compiling memmap2 v0.9.5 |
2100 | 2024-11-08T23:54:51.505Z | Compiling constant_time_eq v0.3.1 |
2101 | 2024-11-08T23:54:51.628Z | Compiling spin v0.5.2 |
2102 | 2024-11-08T23:54:51.692Z | Compiling arrayvec v0.7.6 |
2103 | 2024-11-08T23:54:51.714Z | Compiling arrayref v0.3.9 |
2104 | 2024-11-08T23:54:51.736Z | Compiling toolchain_find v0.4.0 |
2105 | 2024-11-08T23:54:51.855Z | Compiling thiserror-impl-no-std v2.0.2 |
2106 | 2024-11-08T23:54:52.050Z | Compiling topological-sort v0.2.2 |
2107 | 2024-11-08T23:54:52.283Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2108 | 2024-11-08T23:54:52.285Z | Compiling rustfmt-wrapper v0.2.1 |
2109 | 2024-11-08T23:54:52.377Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2110 | 2024-11-08T23:54:52.717Z | Checking chacha20poly1305 v0.10.1 |
2111 | 2024-11-08T23:54:52.824Z | Checking nibble_vec v0.1.0 |
2112 | 2024-11-08T23:54:52.898Z | Checking endian-type v0.1.2 |
2113 | 2024-11-08T23:54:52.922Z | Checking fxhash v0.2.1 |
2114 | 2024-11-08T23:54:53.013Z | Checking termcolor v1.4.1 |
2115 | 2024-11-08T23:54:53.036Z | Checking maplit v1.0.2 |
2116 | 2024-11-08T23:54:53.098Z | Compiling radium v0.7.0 |
2117 | 2024-11-08T23:54:53.120Z | Checking radix_trie v0.2.1 |
2118 | 2024-11-08T23:54:53.153Z | Compiling maybe-uninit v2.0.0 |
2119 | 2024-11-08T23:54:53.307Z | Checking tap v1.0.1 |
2120 | 2024-11-08T23:54:53.435Z | Checking crc-catalog v2.4.0 |
2121 | 2024-11-08T23:54:53.470Z | Checking wyz v0.5.1 |
2122 | 2024-11-08T23:54:53.527Z | Checking funty v2.0.0 |
2123 | 2024-11-08T23:54:53.576Z | Compiling packed_struct v0.10.1 |
2124 | 2024-11-08T23:54:53.852Z | Checking crc v3.2.1 |
2125 | 2024-11-08T23:54:53.875Z | Checking kstat-rs v0.2.4 |
2126 | 2024-11-08T23:54:54.043Z | Compiling packed_struct_codegen v0.10.1 |
2127 | 2024-11-08T23:54:54.109Z | Compiling indexmap v1.9.3 |
2128 | 2024-11-08T23:54:54.282Z | Checking nodrop v0.1.14 |
2129 | 2024-11-08T23:54:54.340Z | Compiling libefi-sys v0.1.0 |
2130 | 2024-11-08T23:54:54.414Z | Checking array-init v0.0.4 |
2131 | 2024-11-08T23:54:54.485Z | Checking bitvec v1.0.1 |
2132 | 2024-11-08T23:54:54.512Z | Checking smallvec v0.6.14 |
2133 | 2024-11-08T23:54:54.637Z | Compiling omicron-zone-package v0.11.1 |
2134 | 2024-11-08T23:54:54.902Z | Checking thiserror-no-std v2.0.2 |
2135 | 2024-11-08T23:54:54.998Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2136 | 2024-11-08T23:54:55.022Z | Checking vsss-rs v3.3.4 |
2137 | 2024-11-08T23:54:55.392Z | Compiling bitfield-struct v0.6.2 |
2138 | 2024-11-08T23:54:55.427Z | Compiling async-recursion v1.1.1 |
2139 | 2024-11-08T23:54:56.126Z | Checking hashbrown v0.12.3 |
2140 | 2024-11-08T23:54:56.700Z | Checking bitfield v0.14.0 |
2141 | 2024-11-08T23:54:56.824Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2142 | 2024-11-08T23:54:57.045Z | Checking serde-hex v0.1.0 |
2143 | 2024-11-08T23:54:57.421Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2144 | 2024-11-08T23:54:57.544Z | Checking env_logger v0.10.2 |
2145 | 2024-11-08T23:54:57.605Z | Compiling progenitor-macro v0.8.0 |
2146 | 2024-11-08T23:54:57.669Z | Checking ron v0.8.1 |
2147 | 2024-11-08T23:54:57.860Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2148 | 2024-11-08T23:54:57.968Z | Checking hashbrown v0.13.2 |
2149 | 2024-11-08T23:54:58.173Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2150 | 2024-11-08T23:54:58.303Z | Checking crc-any v2.5.0 |
2151 | 2024-11-08T23:54:58.345Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2152 | 2024-11-08T23:54:58.826Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2153 | 2024-11-08T23:54:58.931Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2154 | 2024-11-08T23:54:58.953Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-11-08T23:54:59.028Z | Checking object v0.30.4 |
2156 | 2024-11-08T23:54:59.074Z | Checking path-slash v0.1.5 |
2157 | 2024-11-08T23:54:59.199Z | Checking glob v0.3.1 |
2158 | 2024-11-08T23:54:59.263Z | Checking hickory-client v0.24.1 |
2159 | 2024-11-08T23:54:59.530Z | Checking hickory-server v0.24.1 |
2160 | 2024-11-08T23:54:59.839Z | Checking parking_lot v0.11.2 |
2161 | 2024-11-08T23:54:59.918Z | Checking primeorder v0.13.6 |
2162 | 2024-11-08T23:55:00.201Z | Checking sled v0.34.7 |
2163 | 2024-11-08T23:55:00.430Z | Compiling unicase v2.7.0 |
2164 | 2024-11-08T23:55:00.688Z | Checking nanorand v0.7.0 |
2165 | 2024-11-08T23:55:00.935Z | Checking home v0.5.9 |
2166 | 2024-11-08T23:55:01.064Z | Compiling buf-list v1.0.3 |
2167 | 2024-11-08T23:55:01.067Z | Checking flume v0.11.0 |
2168 | 2024-11-08T23:55:01.104Z | Compiling const_format_proc_macros v0.2.33 |
2169 | 2024-11-08T23:55:01.146Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2170 | 2024-11-08T23:55:01.791Z | Checking atty v0.2.14 |
2171 | 2024-11-08T23:55:01.796Z | Compiling vte_generate_state_changes v0.1.2 |
2172 | 2024-11-08T23:55:01.824Z | Compiling salty v0.3.0 |
2173 | 2024-11-08T23:55:02.402Z | Checking vte v0.11.1 |
2174 | 2024-11-08T23:55:02.605Z | Checking p384 v0.13.0 |
2175 | 2024-11-08T23:55:02.804Z | Checking fd-lock v4.0.2 |
2176 | 2024-11-08T23:55:02.976Z | Compiling mime_guess v2.0.5 |
2177 | 2024-11-08T23:55:03.142Z | Checking const_format v0.2.33 |
2178 | 2024-11-08T23:55:03.586Z | Checking env_filter v0.1.2 |
2179 | 2024-11-08T23:55:03.641Z | Checking nu-ansi-term v0.50.1 |
2180 | 2024-11-08T23:55:03.729Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2181 | 2024-11-08T23:55:03.750Z | Checking strip-ansi-escapes v0.2.0 |
2182 | 2024-11-08T23:55:03.834Z | Checking env_logger v0.11.5 |
2183 | 2024-11-08T23:55:04.065Z | Checking reedline v0.35.0 |
2184 | 2024-11-08T23:55:04.200Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2185 | 2024-11-08T23:55:04.246Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2186 | 2024-11-08T23:55:04.331Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2187 | 2024-11-08T23:55:04.586Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2188 | 2024-11-08T23:55:04.632Z | Compiling dsl_auto_type v0.1.2 |
2189 | 2024-11-08T23:55:04.634Z | Checking scheduled-thread-pool v0.2.7 |
2190 | 2024-11-08T23:55:04.891Z | Compiling diesel_table_macro_syntax v0.2.0 |
2191 | 2024-11-08T23:55:05.020Z | Compiling crunchy v0.2.2 |
2192 | 2024-11-08T23:55:05.166Z | Checking http-range v0.1.5 |
2193 | 2024-11-08T23:55:05.320Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2194 | 2024-11-08T23:55:05.367Z | Checking hyper-staticfile v0.10.1 |
2195 | 2024-11-08T23:55:05.472Z | Checking r2d2 v0.8.10 |
2196 | 2024-11-08T23:55:05.783Z | Compiling phf_generator v0.11.2 |
2197 | 2024-11-08T23:55:05.921Z | Compiling tiny-keccak v2.0.2 |
2198 | 2024-11-08T23:55:05.985Z | Checking bytecount v0.6.8 |
2199 | 2024-11-08T23:55:06.151Z | Checking papergrid v0.11.0 |
2200 | 2024-11-08T23:55:06.222Z | Compiling diesel_derives v2.2.3 |
2201 | 2024-11-08T23:55:06.268Z | Compiling phf_codegen v0.11.2 |
2202 | 2024-11-08T23:55:06.418Z | Compiling tabled_derive v0.7.0 |
2203 | 2024-11-08T23:55:06.494Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2204 | 2024-11-08T23:55:06.773Z | Compiling parse-zoneinfo v0.3.1 |
2205 | 2024-11-08T23:55:06.806Z | Compiling ref-cast v1.0.23 |
2206 | 2024-11-08T23:55:07.347Z | Compiling cfg_aliases v0.1.1 |
2207 | 2024-11-08T23:55:07.468Z | Compiling nix v0.28.0 |
2208 | 2024-11-08T23:55:07.635Z | Compiling chrono-tz-build v0.4.0 |
2209 | 2024-11-08T23:55:08.261Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2210 | 2024-11-08T23:55:08.585Z | Compiling ascii-canvas v3.0.0 |
2211 | 2024-11-08T23:55:08.642Z | Compiling ena v0.14.3 |
2212 | 2024-11-08T23:55:08.802Z | Checking tabled v0.15.0 |
2213 | 2024-11-08T23:55:08.824Z | Compiling ref-cast-impl v1.0.23 |
2214 | 2024-11-08T23:55:09.006Z | Compiling diff v0.1.13 |
2215 | 2024-11-08T23:55:09.063Z | Compiling regex-syntax v0.6.29 |
2216 | 2024-11-08T23:55:09.095Z | Compiling chrono-tz v0.10.0 |
2217 | 2024-11-08T23:55:09.745Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2218 | 2024-11-08T23:55:09.828Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2219 | 2024-11-08T23:55:10.177Z | Checking signal-hook-tokio v0.3.1 |
2220 | 2024-11-08T23:55:11.540Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2221 | 2024-11-08T23:55:11.776Z | Compiling derive_builder_core v0.20.2 |
2222 | 2024-11-08T23:55:11.855Z | Compiling peg-macros v0.8.4 |
2223 | 2024-11-08T23:55:12.124Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2224 | 2024-11-08T23:55:13.296Z | Checking progenitor v0.8.0 |
2225 | 2024-11-08T23:55:13.522Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2226 | 2024-11-08T23:55:13.675Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2227 | 2024-11-08T23:55:13.723Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2228 | 2024-11-08T23:55:14.405Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2229 | 2024-11-08T23:55:14.606Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2230 | 2024-11-08T23:55:15.373Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2231 | 2024-11-08T23:55:16.059Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2232 | 2024-11-08T23:55:17.342Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2233 | 2024-11-08T23:55:18.257Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2234 | 2024-11-08T23:55:18.282Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2235 | 2024-11-08T23:55:18.432Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2236 | 2024-11-08T23:55:18.455Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2237 | 2024-11-08T23:55:18.858Z | Checking diesel v2.2.4 |
2238 | 2024-11-08T23:55:19.065Z | Compiling lalrpop v0.19.12 |
2239 | 2024-11-08T23:55:20.824Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2240 | 2024-11-08T23:55:21.929Z | Compiling libxml v0.3.3 |
2241 | 2024-11-08T23:55:21.998Z | Compiling sqlparser_derive v0.2.2 |
2242 | 2024-11-08T23:55:22.329Z | Compiling memoffset v0.9.1 |
2243 | 2024-11-08T23:55:22.647Z | Checking unicode_categories v0.1.1 |
2244 | 2024-11-08T23:55:22.972Z | Checking sqlformat v0.2.6 |
2245 | 2024-11-08T23:55:23.033Z | Checking sqlparser v0.45.0 |
2246 | 2024-11-08T23:55:23.038Z | Checking peg v0.8.4 |
2247 | 2024-11-08T23:55:23.168Z | Compiling derive_builder_macro v0.20.2 |
2248 | 2024-11-08T23:55:24.100Z | Checking rustyline v14.0.0 |
2249 | 2024-11-08T23:55:27.290Z | Checking tungstenite v0.23.0 |
2250 | 2024-11-08T23:55:28.201Z | Checking bcs v0.1.6 |
2251 | 2024-11-08T23:55:28.679Z | Compiling strum_macros v0.24.3 |
2252 | 2024-11-08T23:55:32.054Z | Compiling samael v0.0.17 |
2253 | 2024-11-08T23:55:32.285Z | Compiling pin-project-internal v1.1.6 |
2254 | 2024-11-08T23:55:33.888Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2255 | 2024-11-08T23:55:35.265Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2256 | 2024-11-08T23:55:37.419Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2257 | 2024-11-08T23:55:37.740Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2258 | 2024-11-08T23:55:38.691Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2259 | 2024-11-08T23:55:40.621Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2260 | 2024-11-08T23:55:41.908Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2261 | 2024-11-08T23:55:42.608Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2262 | 2024-11-08T23:55:43.449Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2263 | 2024-11-08T23:55:43.524Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2264 | 2024-11-08T23:55:43.892Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2265 | 2024-11-08T23:55:44.424Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2266 | 2024-11-08T23:55:44.672Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2267 | 2024-11-08T23:55:44.902Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2268 | 2024-11-08T23:55:45.146Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2269 | 2024-11-08T23:55:45.325Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2270 | 2024-11-08T23:55:45.726Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2271 | 2024-11-08T23:55:46.024Z | Compiling indoc v1.0.9 |
2272 | 2024-11-08T23:55:46.126Z | Checking pin-project v1.1.6 |
2273 | 2024-11-08T23:55:46.955Z | Checking tokio-tungstenite v0.23.1 |
2274 | 2024-11-08T23:55:47.481Z | Checking derive_builder v0.20.2 |
2275 | 2024-11-08T23:55:48.763Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2276 | 2024-11-08T23:55:49.111Z | Checking quick-xml v0.33.0 |
2277 | 2024-11-08T23:55:49.116Z | Compiling oso-derive v0.27.3 |
2278 | 2024-11-08T23:55:49.447Z | Compiling impl-trait-for-tuples v0.2.2 |
2279 | 2024-11-08T23:55:49.859Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2280 | 2024-11-08T23:55:49.952Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-11-08T23:55:50.075Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2282 | 2024-11-08T23:55:50.508Z | Checking nix v0.27.1 |
2283 | 2024-11-08T23:55:51.096Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2284 | 2024-11-08T23:55:51.812Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2285 | 2024-11-08T23:55:51.862Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2286 | 2024-11-08T23:55:52.692Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2287 | 2024-11-08T23:55:53.419Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2288 | 2024-11-08T23:55:54.662Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2289 | 2024-11-08T23:55:55.018Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2290 | 2024-11-08T23:55:55.079Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2291 | 2024-11-08T23:55:55.106Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2292 | 2024-11-08T23:55:55.505Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2293 | 2024-11-08T23:55:56.388Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2294 | 2024-11-08T23:55:56.772Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2295 | 2024-11-08T23:55:57.069Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2296 | 2024-11-08T23:55:57.601Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2297 | 2024-11-08T23:55:57.856Z | Compiling snafu-derive v0.8.5 |
2298 | 2024-11-08T23:55:59.146Z | Compiling diesel-dtrace v0.3.0 |
2299 | 2024-11-08T23:55:59.473Z | Checking simd-adler32 v0.3.7 |
2300 | 2024-11-08T23:55:59.827Z | Checking bumpalo v3.16.0 |
2301 | 2024-11-08T23:56:00.182Z | Checking lockfree-object-pool v0.1.6 |
2302 | 2024-11-08T23:56:00.244Z | Compiling zip v2.1.3 |
2303 | 2024-11-08T23:56:00.458Z | Checking zopfli v0.8.1 |
2304 | 2024-11-08T23:56:01.155Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2305 | 2024-11-08T23:56:02.002Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2306 | 2024-11-08T23:56:03.167Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2307 | 2024-11-08T23:56:03.220Z | Checking snafu v0.8.5 |
2308 | 2024-11-08T23:56:03.603Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2309 | 2024-11-08T23:56:03.730Z | Checking globset v0.4.15 |
2310 | 2024-11-08T23:56:03.913Z | Checking bb8 v0.8.5 |
2311 | 2024-11-08T23:56:03.993Z | Checking olpc-cjson v0.1.4 |
2312 | 2024-11-08T23:56:04.225Z | Checking serde_plain v1.0.2 |
2313 | 2024-11-08T23:56:04.245Z | Compiling displaydoc v0.2.5 |
2314 | 2024-11-08T23:56:04.407Z | Checking typed-path v0.9.3 |
2315 | 2024-11-08T23:56:04.509Z | Checking async-bb8-diesel v0.2.1 |
2316 | 2024-11-08T23:56:05.057Z | Checking parse-size v1.1.0 |
2317 | 2024-11-08T23:56:05.257Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2318 | 2024-11-08T23:56:05.279Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2319 | 2024-11-08T23:56:06.037Z | Checking heck v0.4.1 |
2320 | 2024-11-08T23:56:06.271Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2321 | 2024-11-08T23:56:06.480Z | Checking tough v0.19.0 |
2322 | 2024-11-08T23:56:06.667Z | Checking assert_matches v1.5.0 |
2323 | 2024-11-08T23:56:06.690Z | Checking rand_seeder v0.3.0 |
2324 | 2024-11-08T23:56:06.781Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2325 | 2024-11-08T23:56:06.922Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2326 | 2024-11-08T23:56:07.061Z | Compiling libz-sys v1.1.20 |
2327 | 2024-11-08T23:56:07.899Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2328 | 2024-11-08T23:56:07.953Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2329 | 2024-11-08T23:56:08.163Z | Checking is_ci v1.2.0 |
2330 | 2024-11-08T23:56:08.309Z | Checking supports-color v3.0.1 |
2331 | 2024-11-08T23:56:08.518Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2332 | 2024-11-08T23:56:08.960Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2333 | 2024-11-08T23:56:09.121Z | Compiling vergen v8.3.2 |
2334 | 2024-11-08T23:56:09.311Z | Compiling cargo-platform v0.1.8 |
2335 | 2024-11-08T23:56:09.519Z | Checking smawk v0.3.2 |
2336 | 2024-11-08T23:56:09.675Z | Checking unicode-linebreak v0.1.5 |
2337 | 2024-11-08T23:56:09.907Z | Compiling cargo_metadata v0.18.1 |
2338 | 2024-11-08T23:56:10.117Z | Checking textwrap v0.16.1 |
2339 | 2024-11-08T23:56:10.572Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2340 | 2024-11-08T23:56:11.218Z | Checking castaway v0.2.3 |
2341 | 2024-11-08T23:56:11.344Z | Compiling libsqlite3-sys v0.30.1 |
2342 | 2024-11-08T23:56:11.374Z | Compiling rustls v0.21.12 |
2343 | 2024-11-08T23:56:11.511Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2344 | 2024-11-08T23:56:11.671Z | Compiling cfg_aliases v0.2.1 |
2345 | 2024-11-08T23:56:11.788Z | Compiling nix v0.29.0 |
2346 | 2024-11-08T23:56:11.888Z | Checking compact_str v0.8.0 |
2347 | 2024-11-08T23:56:16.439Z | Checking unicode-truncate v1.1.0 |
2348 | 2024-11-08T23:56:16.498Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2349 | 2024-11-08T23:56:16.498Z | Checking rustls-webpki v0.101.7 |
2350 | 2024-11-08T23:56:16.498Z | Checking sct v0.7.1 |
2351 | 2024-11-08T23:56:16.498Z | Checking lru v0.12.5 |
2352 | 2024-11-08T23:56:16.498Z | Compiling instability v0.3.2 |
2353 | 2024-11-08T23:56:16.498Z | Checking cassowary v0.3.0 |
2354 | 2024-11-08T23:56:16.499Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2355 | 2024-11-08T23:56:16.499Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2356 | 2024-11-08T23:56:16.499Z | Checking hashlink v0.9.1 |
2357 | 2024-11-08T23:56:16.499Z | Checking concurrent-queue v2.5.0 |
2358 | 2024-11-08T23:56:16.499Z | Checking ratatui v0.28.1 |
2359 | 2024-11-08T23:56:16.499Z | Checking fallible-streaming-iterator v0.1.9 |
2360 | 2024-11-08T23:56:16.499Z | Checking fallible-iterator v0.3.0 |
2361 | 2024-11-08T23:56:16.499Z | Checking parking v2.2.1 |
2362 | 2024-11-08T23:56:16.499Z | Checking plotters-backend v0.3.7 |
2363 | 2024-11-08T23:56:16.499Z | Checking plotters-svg v0.3.7 |
2364 | 2024-11-08T23:56:16.499Z | Checking rusqlite v0.32.1 |
2365 | 2024-11-08T23:56:16.499Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2366 | 2024-11-08T23:56:16.499Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2367 | 2024-11-08T23:56:16.562Z | Checking rustls-pemfile v1.0.4 |
2368 | 2024-11-08T23:56:16.562Z | Checking twox-hash v1.6.3 |
2369 | 2024-11-08T23:56:16.725Z | Checking cast v0.3.0 |
2370 | 2024-11-08T23:56:16.796Z | Checking tokio-rustls v0.24.1 |
2371 | 2024-11-08T23:56:16.998Z | Checking plotters v0.3.7 |
2372 | 2024-11-08T23:56:17.033Z | Checking criterion-plot v0.5.0 |
2373 | 2024-11-08T23:56:17.049Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2374 | 2024-11-08T23:56:17.166Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2375 | 2024-11-08T23:56:17.483Z | Checking fatfs v0.3.6 |
2376 | 2024-11-08T23:56:17.504Z | Checking tinytemplate v1.2.1 |
2377 | 2024-11-08T23:56:17.856Z | Checking csv-core v0.1.11 |
2378 | 2024-11-08T23:56:18.220Z | Checking oorandom v11.1.4 |
2379 | 2024-11-08T23:56:18.393Z | Checking hex-literal v0.4.1 |
2380 | 2024-11-08T23:56:18.449Z | Checking shell-words v1.1.0 |
2381 | 2024-11-08T23:56:18.537Z | Checking anes v0.1.6 |
2382 | 2024-11-08T23:56:18.622Z | Checking csv v1.3.0 |
2383 | 2024-11-08T23:56:18.801Z | Checking event-listener v5.3.1 |
2384 | 2024-11-08T23:56:18.834Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2385 | 2024-11-08T23:56:18.887Z | Checking criterion v0.5.1 |
2386 | 2024-11-08T23:56:19.217Z | Checking rtoolbox v0.0.2 |
2387 | 2024-11-08T23:56:19.412Z | Checking rpassword v7.3.1 |
2388 | 2024-11-08T23:56:19.434Z | Checking event-listener-strategy v0.5.2 |
2389 | 2024-11-08T23:56:19.575Z | Checking tui-tree-widget v0.22.0 |
2390 | 2024-11-08T23:56:19.656Z | Checking polyval v0.6.2 |
2391 | 2024-11-08T23:56:19.867Z | Checking futures-lite v2.3.0 |
2392 | 2024-11-08T23:56:19.892Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2393 | 2024-11-08T23:56:21.443Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2394 | 2024-11-08T23:56:21.582Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2395 | 2024-11-08T23:56:22.113Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2396 | 2024-11-08T23:56:22.930Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2397 | 2024-11-08T23:56:24.470Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2398 | 2024-11-08T23:56:24.641Z | Checking ghash v0.5.1 |
2399 | 2024-11-08T23:56:24.822Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2400 | 2024-11-08T23:56:26.102Z | Checking ctr v0.9.2 |
2401 | 2024-11-08T23:56:26.712Z | Checking yansi v1.0.1 |
2402 | 2024-11-08T23:56:27.052Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2403 | 2024-11-08T23:56:27.090Z | Checking aes-gcm v0.10.3 |
2404 | 2024-11-08T23:56:27.313Z | Checking pretty_assertions v1.4.1 |
2405 | 2024-11-08T23:56:27.360Z | Checking ssh-encoding v0.2.0 |
2406 | 2024-11-08T23:56:27.522Z | Checking blowfish v0.9.1 |
2407 | 2024-11-08T23:56:27.701Z | Checking ssh-cipher v0.2.0 |
2408 | 2024-11-08T23:56:27.770Z | Checking bcrypt-pbkdf v0.10.0 |
2409 | 2024-11-08T23:56:28.013Z | Checking async-lock v3.4.0 |
2410 | 2024-11-08T23:56:28.035Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2411 | 2024-11-08T23:56:28.520Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2412 | 2024-11-08T23:56:28.907Z | Checking polling v3.7.3 |
2413 | 2024-11-08T23:56:29.312Z | Checking password-hash v0.4.2 |
2414 | 2024-11-08T23:56:29.727Z | Checking matches v0.1.10 |
2415 | 2024-11-08T23:56:29.833Z | Checking idna v0.2.3 |
2416 | 2024-11-08T23:56:29.923Z | Checking pbkdf2 v0.11.0 |
2417 | 2024-11-08T23:56:30.225Z | Checking async-io v2.3.4 |
2418 | 2024-11-08T23:56:30.734Z | Checking ssh-key v0.6.6 |
2419 | 2024-11-08T23:56:31.128Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2420 | 2024-11-08T23:56:31.910Z | Checking p256 v0.13.2 |
2421 | 2024-11-08T23:56:32.348Z | Checking p521 v0.13.3 |
2422 | 2024-11-08T23:56:32.410Z | Checking russh-cryptovec v0.7.3 |
2423 | 2024-11-08T23:56:32.632Z | Compiling enum-as-inner v0.5.1 |
2424 | 2024-11-08T23:56:33.673Z | Checking async-task v4.7.1 |
2425 | 2024-11-08T23:56:33.693Z | Checking md5 v0.7.0 |
2426 | 2024-11-08T23:56:33.978Z | Compiling target-lexicon v0.12.16 |
2427 | 2024-11-08T23:56:34.004Z | Compiling doc-comment v0.3.3 |
2428 | 2024-11-08T23:56:34.021Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2429 | 2024-11-08T23:56:34.531Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2430 | 2024-11-08T23:56:34.772Z | Checking russh-keys v0.45.0 |
2431 | 2024-11-08T23:56:35.071Z | Checking trust-dns-proto v0.22.0 |
2432 | 2024-11-08T23:56:35.225Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2433 | 2024-11-08T23:56:36.374Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2434 | 2024-11-08T23:56:38.388Z | Checking async-channel v2.3.1 |
2435 | 2024-11-08T23:56:38.743Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2436 | 2024-11-08T23:56:38.862Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2437 | 2024-11-08T23:56:39.658Z | Checking piper v0.2.4 |
2438 | 2024-11-08T23:56:39.896Z | Checking num-bigint v0.4.6 |
2439 | 2024-11-08T23:56:40.433Z | Checking des v0.8.1 |
2440 | 2024-11-08T23:56:40.720Z | Compiling dhcproto-macros v0.1.0 |
2441 | 2024-11-08T23:56:41.654Z | Checking futures-timer v3.0.3 |
2442 | 2024-11-08T23:56:41.982Z | Compiling assert_cmd v2.0.16 |
2443 | 2024-11-08T23:56:42.432Z | Compiling guppy-workspace-hack v0.1.0 |
2444 | 2024-11-08T23:56:42.453Z | Checking russh v0.45.0 |
2445 | 2024-11-08T23:56:42.695Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2446 | 2024-11-08T23:56:42.793Z | Checking dhcproto v0.12.0 |
2447 | 2024-11-08T23:56:43.849Z | Checking blocking v1.6.1 |
2448 | 2024-11-08T23:56:44.352Z | Checking async-executor v1.13.1 |
2449 | 2024-11-08T23:56:44.694Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2450 | 2024-11-08T23:56:44.724Z | Checking async-signal v0.2.10 |
2451 | 2024-11-08T23:56:44.997Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2452 | 2024-11-08T23:56:45.306Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2453 | 2024-11-08T23:56:45.960Z | Checking event-listener v2.5.3 |
2454 | 2024-11-08T23:56:46.017Z | Compiling target-spec v3.2.2 |
2455 | 2024-11-08T23:56:46.172Z | Checking internet-checksum v0.2.1 |
2456 | 2024-11-08T23:56:46.360Z | Checking async-channel v1.9.0 |
2457 | 2024-11-08T23:56:46.928Z | Checking async-process v2.3.0 |
2458 | 2024-11-08T23:56:47.181Z | Checking async-global-executor v2.4.1 |
2459 | 2024-11-08T23:56:47.363Z | Checking cfg-expr v0.17.0 |
2460 | 2024-11-08T23:56:48.057Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2461 | 2024-11-08T23:56:48.111Z | Checking httptest v0.16.1 |
2462 | 2024-11-08T23:56:48.401Z | Checking rustls-native-certs v0.7.3 |
2463 | 2024-11-08T23:56:48.597Z | Checking num_cpus v1.16.0 |
2464 | 2024-11-08T23:56:48.739Z | Checking kv-log-macro v1.0.7 |
2465 | 2024-11-08T23:56:48.848Z | Compiling async-attributes v1.1.2 |
2466 | 2024-11-08T23:56:49.731Z | Checking async-std v1.13.0 |
2467 | 2024-11-08T23:56:50.968Z | Checking threadpool v1.8.1 |
2468 | 2024-11-08T23:56:51.204Z | Checking hyper-rustls v0.26.0 |
2469 | 2024-11-08T23:56:51.972Z | Checking pathdiff v0.2.2 |
2470 | 2024-11-08T23:56:52.166Z | Compiling rstest_macros v0.23.0 |
2471 | 2024-11-08T23:56:52.546Z | Checking escape8259 v0.5.3 |
2472 | 2024-11-08T23:56:52.642Z | Checking nested v0.1.1 |
2473 | 2024-11-08T23:56:52.738Z | Checking libtest-mimic v0.7.3 |
2474 | 2024-11-08T23:56:52.864Z | Checking guppy v0.17.8 |
2475 | 2024-11-08T23:56:53.356Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2476 | 2024-11-08T23:56:53.791Z | Checking async-object-pool v0.1.5 |
2477 | 2024-11-08T23:56:53.989Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2478 | 2024-11-08T23:56:55.035Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-11-08T23:56:55.075Z | Checking similar-asserts v1.6.0 |
2480 | 2024-11-08T23:56:55.345Z | Checking fancy-regex v0.13.0 |
2481 | 2024-11-08T23:56:55.366Z | Checking serde_regex v1.1.0 |
2482 | 2024-11-08T23:56:55.635Z | Checking assert-json-diff v2.0.2 |
2483 | 2024-11-08T23:56:55.893Z | Compiling proc-macro-crate v3.2.0 |
2484 | 2024-11-08T23:56:56.065Z | Checking path-tree v0.8.1 |
2485 | 2024-11-08T23:56:56.395Z | Checking stringmetrics v2.2.2 |
2486 | 2024-11-08T23:56:56.637Z | Compiling relative-path v1.9.3 |
2487 | 2024-11-08T23:56:56.926Z | Compiling trybuild v1.0.100 |
2488 | 2024-11-08T23:56:57.306Z | Checking httpmock v0.8.0-alpha.1 |
2489 | 2024-11-08T23:56:57.475Z | Checking datatest-stable v0.2.9 |
2490 | 2024-11-08T23:56:57.823Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2491 | 2024-11-08T23:56:59.180Z | Checking blake2b_simd v1.0.2 |
2492 | 2024-11-08T23:57:00.068Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2493 | 2024-11-08T23:57:02.503Z | Compiling git2 v0.19.0 |
2494 | 2024-11-08T23:57:02.806Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2495 | 2024-11-08T23:57:03.130Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2496 | 2024-11-08T23:57:03.444Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2497 | 2024-11-08T23:57:03.756Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2498 | 2024-11-08T23:57:04.281Z | Checking serde_tokenstream v0.2.2 |
2499 | 2024-11-08T23:57:04.688Z | Checking uzers v0.12.1 |
2500 | 2024-11-08T23:57:05.241Z | Checking rust-argon2 v2.1.0 |
2501 | 2024-11-08T23:57:07.041Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2502 | 2024-11-08T23:57:07.212Z | Checking rstest v0.23.0 |
2503 | 2024-11-08T23:57:07.429Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2504 | 2024-11-08T23:57:10.415Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2505 | 2024-11-08T23:57:10.735Z | Checking rand_distr v0.4.3 |
2506 | 2024-11-08T23:57:11.584Z | Checking multimap v0.10.0 |
2507 | 2024-11-08T23:57:11.917Z | Checking approx v0.5.1 |
2508 | 2024-11-08T23:57:12.121Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2509 | 2024-11-08T23:57:13.082Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2510 | 2024-11-08T23:57:13.381Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2511 | 2024-11-08T23:57:14.036Z | Checking partial-io v0.5.4 |
2512 | 2024-11-08T23:57:14.442Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2513 | 2024-11-08T23:57:14.770Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2514 | 2024-11-08T23:57:14.874Z | Checking cargo_toml v0.20.5 |
2515 | 2024-11-08T23:57:16.497Z | Checking termios v0.3.3 |
2516 | 2024-11-08T23:57:16.731Z | Compiling indoc v2.0.5 |
2517 | 2024-11-08T23:57:17.014Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2518 | 2024-11-08T23:57:19.141Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2519 | 2024-11-08T23:57:22.527Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2520 | 2024-11-08T23:57:36.457Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2521 | 2024-11-08T23:57:42.299Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2522 | 2024-11-08T23:57:42.708Z | Compiling polar-core v0.27.3 |
2523 | 2024-11-08T23:57:54.046Z | Checking oso v0.27.3 |
2524 | 2024-11-08T23:58:11.543Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2525 | 2024-11-08T23:58:13.172Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2526 | 2024-11-08T23:58:28.836Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2527 | 2024-11-08T23:58:33.584Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2528 | 2024-11-08T23:58:34.026Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2529 | 2024-11-08T23:59:27.361Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2530 | 2024-11-08T23:59:27.361Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2531 | 2024-11-08T23:59:27.365Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2532 | 2024-11-09T00:03:38.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 47s |
2533 | 2024-11-09T00:03:38.592Z | |
2534 | 2024-11-09T00:03:38.592Z | real 9:52.153050854 |
2535 | 2024-11-09T00:03:38.592Z | user 44:24.735481443 |
2536 | 2024-11-09T00:03:38.592Z | sys 6:19.830172356 |
2537 | 2024-11-09T00:03:38.592Z | trap 1.014441961 |
2538 | 2024-11-09T00:03:38.592Z | tflt 2.219896597 |
2539 | 2024-11-09T00:03:38.592Z | dflt 1.060482246 |
2540 | 2024-11-09T00:03:38.592Z | kflt 0.001032134 |
2541 | 2024-11-09T00:03:38.594Z | lock 1:09:02.469906006 |
2542 | 2024-11-09T00:03:38.594Z | slp 2:26:04.800926823 |
2543 | 2024-11-09T00:03:38.594Z | lat 1:33.071307970 |
2544 | 2024-11-09T00:03:38.594Z | stop 5:42.859242362 |
2545 | 2024-11-09T00:03:38.594Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2546 | 2024-11-09T00:03:38.595Z | + ptime -m cargo doc --workspace --no-deps |
2547 | 2024-11-09T00:03:39.704Z | warning: output filename collision. |
2548 | 2024-11-09T00:03:39.704Z | 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)`. |
2549 | 2024-11-09T00:03:39.704Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2550 | 2024-11-09T00:03:39.704Z | The targets should have unique names. |
2551 | 2024-11-09T00:03:39.704Z | This is a known bug where multiple crates with the same name use |
2552 | 2024-11-09T00:03:39.704Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2553 | 2024-11-09T00:03:40.130Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2554 | 2024-11-09T00:03:40.197Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2555 | 2024-11-09T00:03:40.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2556 | 2024-11-09T00:03:40.256Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2557 | 2024-11-09T00:03:40.282Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2558 | 2024-11-09T00:03:40.319Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2559 | 2024-11-09T00:03:40.319Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2560 | 2024-11-09T00:03:40.520Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2561 | 2024-11-09T00:03:40.536Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2562 | 2024-11-09T00:03:40.582Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2563 | 2024-11-09T00:03:40.645Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2564 | 2024-11-09T00:03:40.836Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2565 | 2024-11-09T00:03:40.858Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2566 | 2024-11-09T00:03:41.107Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2567 | 2024-11-09T00:03:41.318Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2568 | 2024-11-09T00:03:43.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2569 | 2024-11-09T00:03:44.901Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2570 | 2024-11-09T00:03:45.236Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2571 | 2024-11-09T00:03:45.488Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2572 | 2024-11-09T00:03:45.574Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2573 | 2024-11-09T00:03:45.607Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2574 | 2024-11-09T00:03:45.830Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2575 | 2024-11-09T00:03:45.958Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2576 | 2024-11-09T00:03:46.166Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2577 | 2024-11-09T00:03:46.544Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2578 | 2024-11-09T00:03:47.053Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2579 | 2024-11-09T00:03:47.274Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2580 | 2024-11-09T00:03:47.589Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2581 | 2024-11-09T00:03:47.623Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2582 | 2024-11-09T00:03:47.906Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2583 | 2024-11-09T00:03:48.026Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2584 | 2024-11-09T00:03:48.052Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2585 | 2024-11-09T00:03:48.055Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2586 | 2024-11-09T00:03:48.382Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2587 | 2024-11-09T00:03:48.723Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2588 | 2024-11-09T00:03:48.780Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-11-09T00:03:48.906Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2590 | 2024-11-09T00:03:49.124Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2591 | 2024-11-09T00:03:49.177Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2592 | 2024-11-09T00:03:49.230Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2593 | 2024-11-09T00:03:49.299Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2594 | 2024-11-09T00:03:49.974Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2595 | 2024-11-09T00:03:52.575Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2596 | 2024-11-09T00:03:54.523Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2597 | 2024-11-09T00:03:54.774Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2598 | 2024-11-09T00:03:55.234Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2599 | 2024-11-09T00:03:55.413Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2600 | 2024-11-09T00:03:55.718Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2601 | 2024-11-09T00:03:56.232Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2602 | 2024-11-09T00:03:56.832Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2603 | 2024-11-09T00:03:57.686Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2604 | 2024-11-09T00:03:57.726Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2605 | 2024-11-09T00:03:57.874Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2606 | 2024-11-09T00:03:58.332Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2607 | 2024-11-09T00:04:03.004Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2608 | 2024-11-09T00:04:04.001Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2609 | 2024-11-09T00:04:04.229Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2610 | 2024-11-09T00:04:04.602Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2611 | 2024-11-09T00:04:04.762Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2612 | 2024-11-09T00:04:05.190Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2613 | 2024-11-09T00:04:05.952Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2614 | 2024-11-09T00:04:06.358Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2615 | 2024-11-09T00:04:06.472Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2616 | 2024-11-09T00:04:07.788Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2617 | 2024-11-09T00:04:08.118Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2618 | 2024-11-09T00:04:08.460Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2619 | 2024-11-09T00:04:08.767Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2620 | 2024-11-09T00:04:08.796Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2621 | 2024-11-09T00:04:09.163Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2622 | 2024-11-09T00:04:09.307Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2623 | 2024-11-09T00:04:09.450Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2624 | 2024-11-09T00:04:09.470Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2625 | 2024-11-09T00:04:09.709Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2626 | 2024-11-09T00:04:10.434Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2627 | 2024-11-09T00:04:10.663Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2628 | 2024-11-09T00:04:11.014Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2629 | 2024-11-09T00:04:11.545Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2630 | 2024-11-09T00:04:11.571Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2631 | 2024-11-09T00:04:11.890Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2632 | 2024-11-09T00:04:12.306Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2633 | 2024-11-09T00:04:12.436Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2634 | 2024-11-09T00:04:13.086Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2635 | 2024-11-09T00:04:13.272Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2636 | 2024-11-09T00:04:13.329Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2637 | 2024-11-09T00:04:13.725Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2638 | 2024-11-09T00:04:13.779Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2639 | 2024-11-09T00:04:13.848Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2640 | 2024-11-09T00:04:13.965Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2641 | 2024-11-09T00:04:14.358Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2642 | 2024-11-09T00:04:14.677Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2643 | 2024-11-09T00:04:14.876Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2644 | 2024-11-09T00:04:14.879Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2645 | 2024-11-09T00:04:15.684Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2646 | 2024-11-09T00:04:16.772Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2647 | 2024-11-09T00:04:17.352Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2648 | 2024-11-09T00:04:18.728Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2649 | 2024-11-09T00:04:20.608Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2650 | 2024-11-09T00:04:20.628Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2651 | 2024-11-09T00:04:20.673Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2652 | 2024-11-09T00:04:21.361Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2653 | 2024-11-09T00:04:22.359Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2654 | 2024-11-09T00:04:24.413Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2655 | 2024-11-09T00:04:25.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2656 | 2024-11-09T00:04:25.772Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2657 | 2024-11-09T00:04:28.696Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2658 | 2024-11-09T00:04:29.699Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2659 | 2024-11-09T00:04:31.148Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2660 | 2024-11-09T00:04:31.911Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2661 | 2024-11-09T00:04:32.159Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2662 | 2024-11-09T00:04:33.032Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2663 | 2024-11-09T00:04:36.957Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2664 | 2024-11-09T00:04:40.034Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2665 | 2024-11-09T00:05:14.305Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2666 | 2024-11-09T00:05:15.666Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2667 | 2024-11-09T00:05:30.433Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-11-09T00:05:30.957Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-11-09T00:05:32.907Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2670 | 2024-11-09T00:05:52.246Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2671 | 2024-11-09T00:05:52.450Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2672 | 2024-11-09T00:05:57.721Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2673 | 2024-11-09T00:05:58.736Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2674 | 2024-11-09T00:05:58.892Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2675 | 2024-11-09T00:06:00.059Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2676 | 2024-11-09T00:06:16.996Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2677 | 2024-11-09T00:06:16.999Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2678 | 2024-11-09T00:06:18.788Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2679 | 2024-11-09T00:06:46.223Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2680 | 2024-11-09T00:06:48.699Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2681 | 2024-11-09T00:06:51.032Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2682 | 2024-11-09T00:06:51.449Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2683 | 2024-11-09T00:06:52.734Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2684 | 2024-11-09T00:06:59.542Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2685 | 2024-11-09T00:07:07.697Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2686 | 2024-11-09T00:07:10.740Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2687 | 2024-11-09T00:07:12.245Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2688 | 2024-11-09T00:07:13.530Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2689 | 2024-11-09T00:07:14.898Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2690 | 2024-11-09T00:07:17.134Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2691 | 2024-11-09T00:07:17.273Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2692 | 2024-11-09T00:07:18.276Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2693 | 2024-11-09T00:07:46.823Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2694 | 2024-11-09T00:07:49.585Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2695 | 2024-11-09T00:07:55.955Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2696 | 2024-11-09T00:07:58.839Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2697 | 2024-11-09T00:08:17.589Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2698 | 2024-11-09T00:08:18.759Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2699 | 2024-11-09T00:08:19.612Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2700 | 2024-11-09T00:08:28.433Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2701 | 2024-11-09T00:08:31.106Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2702 | 2024-11-09T00:08:36.650Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2703 | 2024-11-09T00:08:38.193Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2704 | 2024-11-09T00:08:38.690Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2705 | 2024-11-09T00:08:39.167Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2706 | 2024-11-09T00:08:46.794Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2707 | 2024-11-09T00:08:55.032Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2708 | 2024-11-09T00:08:55.317Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2709 | 2024-11-09T00:08:55.972Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2710 | 2024-11-09T00:08:58.033Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2711 | 2024-11-09T00:09:00.025Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2712 | 2024-11-09T00:09:09.477Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2713 | 2024-11-09T00:09:10.288Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2714 | 2024-11-09T00:09:13.811Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2715 | 2024-11-09T00:09:14.216Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2716 | 2024-11-09T00:09:14.792Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2717 | 2024-11-09T00:09:19.069Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2718 | 2024-11-09T00:09:25.804Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2719 | 2024-11-09T00:09:26.495Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2720 | 2024-11-09T00:09:28.653Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2721 | 2024-11-09T00:09:33.357Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2722 | 2024-11-09T00:09:34.618Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2723 | 2024-11-09T00:09:37.016Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2724 | 2024-11-09T00:09:40.657Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2725 | 2024-11-09T00:09:43.771Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2726 | 2024-11-09T00:09:45.677Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2727 | 2024-11-09T00:09:49.267Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2728 | 2024-11-09T00:09:51.880Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2729 | 2024-11-09T00:09:59.589Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2730 | 2024-11-09T00:10:02.838Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2731 | 2024-11-09T00:10:06.170Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2732 | 2024-11-09T00:10:07.581Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2733 | 2024-11-09T00:10:15.600Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2734 | 2024-11-09T00:10:16.627Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2735 | 2024-11-09T00:10:17.365Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2736 | 2024-11-09T00:10:17.714Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2737 | 2024-11-09T00:10:20.489Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2738 | 2024-11-09T00:10:26.132Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2739 | 2024-11-09T00:10:30.587Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2740 | 2024-11-09T00:10:31.926Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2741 | 2024-11-09T00:10:32.450Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2742 | 2024-11-09T00:10:33.814Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2743 | 2024-11-09T00:10:36.702Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2744 | 2024-11-09T00:10:46.712Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2745 | 2024-11-09T00:10:48.905Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2746 | 2024-11-09T00:10:50.935Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2747 | 2024-11-09T00:10:51.330Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2748 | 2024-11-09T00:10:51.772Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2749 | 2024-11-09T00:10:51.974Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2750 | 2024-11-09T00:10:54.619Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2751 | 2024-11-09T00:11:04.548Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2752 | 2024-11-09T00:11:05.030Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2753 | 2024-11-09T00:11:05.370Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2754 | 2024-11-09T00:11:08.999Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2755 | 2024-11-09T00:11:10.515Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2756 | 2024-11-09T00:11:22.566Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2757 | 2024-11-09T00:11:22.649Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2758 | 2024-11-09T00:11:22.649Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2759 | 2024-11-09T00:11:22.649Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2760 | 2024-11-09T00:11:22.650Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2761 | 2024-11-09T00:11:22.899Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2762 | 2024-11-09T00:11:23.472Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2763 | 2024-11-09T00:11:23.713Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2764 | 2024-11-09T00:11:26.401Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2765 | 2024-11-09T00:11:26.961Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2766 | 2024-11-09T00:11:30.365Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2767 | 2024-11-09T00:11:31.733Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2768 | 2024-11-09T00:11:33.426Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2769 | 2024-11-09T00:11:36.259Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2770 | 2024-11-09T00:11:36.493Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2771 | 2024-11-09T00:11:37.156Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2772 | 2024-11-09T00:12:32.089Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2773 | 2024-11-09T00:13:32.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 52s |
2774 | 2024-11-09T00:13:32.290Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2775 | 2024-11-09T00:13:32.353Z | |
2776 | 2024-11-09T00:13:32.356Z | real 9:52.293695844 |
2777 | 2024-11-09T00:13:32.356Z | user 35:46.491406541 |
2778 | 2024-11-09T00:13:32.356Z | sys 31:28.638875000 |
2779 | 2024-11-09T00:13:32.356Z | trap 0.655920128 |
2780 | 2024-11-09T00:13:32.356Z | tflt 0.136029492 |
2781 | 2024-11-09T00:13:32.356Z | dflt 0.203681448 |
2782 | 2024-11-09T00:13:32.356Z | kflt 0.000042687 |
2783 | 2024-11-09T00:13:32.356Z | lock 1:25:22.070104509 |
2784 | 2024-11-09T00:13:32.356Z | slp 2:37:01.565205993 |
2785 | 2024-11-09T00:13:32.356Z | lat 1:11.262536928 |
2786 | 2024-11-09T00:13:32.356Z | stop 1:00.424923851 |
2787 | 2024-11-09T00:13:32.356Z | process exited: duration 1501590 ms, exit code 0 |
|
2788 | 2024-11-09T00:13:32.362Z | found 0 output files |