|
|
|
1 | 2024-11-13T18:44:23.292Z | job assigned to worker 01JCKDCS6ENB4J7KH2J6DMYA94 (queued for 59 s) |
|
2 | 2024-11-13T18:44:31.852Z | starting task 0: "setup" |
3 | 2024-11-13T18:44:31.861Z | ++ uname -s |
4 | 2024-11-13T18:44:31.864Z | + kern=SunOS |
5 | 2024-11-13T18:44:31.864Z | + case "$kern" in |
6 | 2024-11-13T18:44:31.864Z | + groupadd -g 12345 build |
7 | 2024-11-13T18:44:31.867Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T18:44:33.878Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T18:44:34.045Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T18:44:34.047Z | + home_fs=zfs |
11 | 2024-11-13T18:44:34.047Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T18:44:34.047Z | + mkdir -p /home/build |
13 | 2024-11-13T18:44:34.050Z | + chown build:build /home/build /work |
14 | 2024-11-13T18:44:36.051Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T18:44:36.054Z | process exited: duration 4201 ms, exit code 0 |
|
16 | 2024-11-13T18:44:36.060Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T18:44:36.065Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T18:44:36.065Z | ' stable |
19 | 2024-11-13T18:44:36.065Z | * toolchain channel = "stable" |
20 | 2024-11-13T18:44:36.065Z | * toolchain profile = "default" |
21 | 2024-11-13T18:44:36.068Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-13T18:44:36.068Z | ' default |
23 | 2024-11-13T18:44:36.068Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T18:44:36.068Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-13T18:44:36.181Z | info: downloading installer |
26 | 2024-11-13T18:44:37.591Z | info: profile set to 'default' |
27 | 2024-11-13T18:44:37.591Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T18:44:37.593Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-13T18:44:37.730Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-13T18:44:37.730Z | info: downloading component 'cargo' |
31 | 2024-11-13T18:44:38.645Z | info: downloading component 'clippy' |
32 | 2024-11-13T18:44:38.920Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T18:44:39.936Z | info: downloading component 'rust-std' |
34 | 2024-11-13T18:44:41.545Z | info: downloading component 'rustc' |
35 | 2024-11-13T18:44:47.279Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T18:44:47.488Z | info: installing component 'cargo' |
37 | 2024-11-13T18:44:48.339Z | info: installing component 'clippy' |
38 | 2024-11-13T18:44:48.734Z | info: installing component 'rust-docs' |
39 | 2024-11-13T18:44:50.430Z | info: installing component 'rust-std' |
40 | 2024-11-13T18:44:52.362Z | info: installing component 'rustc' |
41 | 2024-11-13T18:44:58.570Z | info: installing component 'rustfmt' |
42 | 2024-11-13T18:44:58.909Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-13T18:44:58.909Z | |
44 | 2024-11-13T18:44:59.288Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-13T18:44:59.288Z | |
46 | 2024-11-13T18:44:59.292Z | |
47 | 2024-11-13T18:44:59.292Z | Rust is installed now. Great! |
48 | 2024-11-13T18:44:59.293Z | |
49 | 2024-11-13T18:44:59.293Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T18:44:59.293Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T18:44:59.293Z | |
52 | 2024-11-13T18:44:59.293Z | To configure your current shell, you need to source |
53 | 2024-11-13T18:44:59.293Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T18:44:59.293Z | |
55 | 2024-11-13T18:44:59.293Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T18:44:59.293Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T18:44:59.293Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T18:44:59.366Z | + rustc --version |
59 | 2024-11-13T18:44:59.437Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-13T18:44:59.440Z | process exited: duration 23371 ms, exit code 0 |
|
61 | 2024-11-13T18:44:59.446Z | starting task 2: "authentication" |
62 | 2024-11-13T18:44:59.467Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-13T18:44:59.473Z | starting task 3: "clone repository" |
64 | 2024-11-13T18:44:59.478Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-11-13T18:44:59.480Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-11-13T18:45:01.496Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-11-13T18:45:06.016Z | + cd /work/oxidecomputer/propolis |
68 | 2024-11-13T18:45:06.017Z | + git fetch origin c753e479ddb9111af5223638e64ee9873c179bc9 |
69 | 2024-11-13T18:45:06.454Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-11-13T18:45:06.454Z | * branch c753e479ddb9111af5223638e64ee9873c179bc9 -> FETCH_HEAD |
71 | 2024-11-13T18:45:06.461Z | + [[ -n dap/mock-server-fix ]] |
72 | 2024-11-13T18:45:06.464Z | ++ git branch --show-current |
73 | 2024-11-13T18:45:06.467Z | + current=master |
74 | 2024-11-13T18:45:06.467Z | + [[ master != dap/mock-server-fix ]] |
75 | 2024-11-13T18:45:06.467Z | + git branch -f dap/mock-server-fix c753e479ddb9111af5223638e64ee9873c179bc9 |
76 | 2024-11-13T18:45:06.470Z | + git checkout -f dap/mock-server-fix |
77 | 2024-11-13T18:45:06.492Z | Switched to branch 'dap/mock-server-fix' |
78 | 2024-11-13T18:45:06.495Z | + git reset --hard c753e479ddb9111af5223638e64ee9873c179bc9 |
79 | 2024-11-13T18:45:06.499Z | HEAD is now at c753e47 rustfmt |
80 | 2024-11-13T18:45:06.502Z | process exited: duration 7025 ms, exit code 0 |
|
81 | 2024-11-13T18:45:06.518Z | starting task 4: "build" |
82 | 2024-11-13T18:45:06.520Z | + cargo --version |
83 | 2024-11-13T18:45:06.577Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
84 | 2024-11-13T18:45:06.579Z | + rustc --version |
85 | 2024-11-13T18:45:06.639Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
86 | 2024-11-13T18:45:06.642Z | + banner check |
87 | 2024-11-13T18:45:06.789Z | |
88 | 2024-11-13T18:45:06.789Z | #### # # ###### #### # # |
89 | 2024-11-13T18:45:06.790Z | # # # # # # # # # |
90 | 2024-11-13T18:45:06.790Z | # ###### ##### # #### |
91 | 2024-11-13T18:45:06.790Z | # # # # # # # |
92 | 2024-11-13T18:45:06.790Z | # # # # # # # # # |
93 | 2024-11-13T18:45:06.790Z | #### # # ###### #### # # |
94 | 2024-11-13T18:45:06.790Z | |
95 | 2024-11-13T18:45:06.792Z | + ptime -m cargo check --features falcon |
96 | 2024-11-13T18:45:06.947Z | Updating crates.io index |
97 | 2024-11-13T18:45:06.955Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-11-13T18:45:12.811Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-11-13T18:45:36.046Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-11-13T18:45:36.706Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-11-13T18:45:37.265Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-11-13T18:45:37.996Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-11-13T18:45:38.794Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-13T18:45:39.554Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-11-13T18:45:41.560Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-11-13T18:45:42.343Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-11-13T18:45:43.136Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-11-13T18:45:44.453Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-11-13T18:45:47.685Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-11-13T18:45:50.359Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-11-13T18:45:51.820Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-11-13T18:45:52.433Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-11-13T18:45:53.364Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-11-13T18:45:54.133Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-11-13T18:45:55.427Z | Downloading crates ... |
116 | 2024-11-13T18:45:55.518Z | Downloaded anstyle-parse v0.2.4 |
117 | 2024-11-13T18:45:55.524Z | Downloaded async-recursion v1.1.1 |
118 | 2024-11-13T18:45:55.528Z | Downloaded argon2 v0.5.3 |
119 | 2024-11-13T18:45:55.530Z | Downloaded bitstruct_derive v0.1.0 |
120 | 2024-11-13T18:45:55.532Z | Downloaded async-stream-impl v0.3.5 |
121 | 2024-11-13T18:45:55.532Z | Downloaded atomicwrites v0.4.4 |
122 | 2024-11-13T18:45:55.535Z | Downloaded cfg_aliases v0.2.1 |
123 | 2024-11-13T18:45:55.545Z | Downloaded omicron-workspace-hack v0.1.0 |
124 | 2024-11-13T18:45:55.551Z | Downloaded num_enum_derive v0.5.11 |
125 | 2024-11-13T18:45:55.553Z | Downloaded dof v0.3.0 |
126 | 2024-11-13T18:45:55.556Z | Downloaded defmt-macros v0.3.9 |
127 | 2024-11-13T18:45:55.560Z | Downloaded num-traits v0.2.19 |
128 | 2024-11-13T18:45:55.563Z | Downloaded cpufeatures v0.2.12 |
129 | 2024-11-13T18:45:55.564Z | Downloaded aead v0.5.2 |
130 | 2024-11-13T18:45:55.569Z | Downloaded colored v2.1.0 |
131 | 2024-11-13T18:45:55.569Z | Downloaded backoff v0.4.0 |
132 | 2024-11-13T18:45:55.571Z | Downloaded ctr v0.9.2 |
133 | 2024-11-13T18:45:55.571Z | Downloaded scroll_derive v0.12.0 |
134 | 2024-11-13T18:45:55.574Z | Downloaded openssl-macros v0.1.1 |
135 | 2024-11-13T18:45:55.574Z | Downloaded erased-serde v0.4.5 |
136 | 2024-11-13T18:45:55.577Z | Downloaded serde-big-array v0.5.1 |
137 | 2024-11-13T18:45:55.581Z | Downloaded aes-gcm-siv v0.11.1 |
138 | 2024-11-13T18:45:55.581Z | Downloaded ringbuffer v0.15.0 |
139 | 2024-11-13T18:45:55.585Z | Downloaded crossbeam-epoch v0.9.18 |
140 | 2024-11-13T18:45:55.585Z | Downloaded rustc-hash v2.0.0 |
141 | 2024-11-13T18:45:55.588Z | Downloaded anstream v0.6.14 |
142 | 2024-11-13T18:45:55.591Z | Downloaded serde_derive_internals v0.29.1 |
143 | 2024-11-13T18:45:55.591Z | Downloaded progenitor-macro v0.8.0 |
144 | 2024-11-13T18:45:55.593Z | Downloaded derive-where v1.2.7 |
145 | 2024-11-13T18:45:55.596Z | Downloaded utf-8 v0.7.6 |
146 | 2024-11-13T18:45:55.598Z | Downloaded foreign-types-shared v0.3.1 |
147 | 2024-11-13T18:45:55.599Z | Downloaded cc v1.0.97 |
148 | 2024-11-13T18:45:55.603Z | Downloaded proc-macro-error v1.0.4 |
149 | 2024-11-13T18:45:55.606Z | Downloaded semver v1.0.23 |
150 | 2024-11-13T18:45:55.609Z | Downloaded radium v0.7.0 |
151 | 2024-11-13T18:45:55.611Z | Downloaded darling_macro v0.20.9 |
152 | 2024-11-13T18:45:55.614Z | Downloaded password-hash v0.5.0 |
153 | 2024-11-13T18:45:55.614Z | Downloaded rustls-pki-types v1.7.0 |
154 | 2024-11-13T18:45:55.617Z | Downloaded pest_meta v2.7.10 |
155 | 2024-11-13T18:45:55.621Z | Downloaded owo-colors v4.1.0 |
156 | 2024-11-13T18:45:55.623Z | Downloaded crucible-workspace-hack v0.1.0 |
157 | 2024-11-13T18:45:55.623Z | Downloaded opaque-debug v0.3.1 |
158 | 2024-11-13T18:45:55.623Z | Downloaded dtrace-parser v0.1.14 |
159 | 2024-11-13T18:45:55.626Z | Downloaded autocfg v1.3.0 |
160 | 2024-11-13T18:45:55.629Z | Downloaded num_threads v0.1.7 |
161 | 2024-11-13T18:45:55.629Z | Downloaded bitstruct v0.1.1 |
162 | 2024-11-13T18:45:55.631Z | Downloaded is-terminal v0.4.12 |
163 | 2024-11-13T18:45:55.634Z | Downloaded equivalent v1.0.1 |
164 | 2024-11-13T18:45:55.634Z | Downloaded cstr-argument v0.1.2 |
165 | 2024-11-13T18:45:55.634Z | Downloaded atty v0.2.14 |
166 | 2024-11-13T18:45:55.636Z | Downloaded cfg_aliases v0.1.1 |
167 | 2024-11-13T18:45:55.636Z | Downloaded form_urlencoded v1.2.1 |
168 | 2024-11-13T18:45:55.638Z | Downloaded defmt-parser v0.3.4 |
169 | 2024-11-13T18:45:55.640Z | Downloaded num_enum v0.5.11 |
170 | 2024-11-13T18:45:55.644Z | Downloaded digest v0.10.7 |
171 | 2024-11-13T18:45:55.646Z | Downloaded dof v0.1.5 |
172 | 2024-11-13T18:45:55.649Z | Downloaded prettyplease v0.2.22 |
173 | 2024-11-13T18:45:55.651Z | Downloaded usdt-macro v0.5.0 |
174 | 2024-11-13T18:45:55.654Z | Downloaded foreign-types-shared v0.1.1 |
175 | 2024-11-13T18:45:55.654Z | Downloaded once_cell v1.19.0 |
176 | 2024-11-13T18:45:55.657Z | Downloaded num-derive v0.4.2 |
177 | 2024-11-13T18:45:55.660Z | Downloaded darling v0.20.9 |
178 | 2024-11-13T18:45:55.665Z | Downloaded http-body-util v0.1.2 |
179 | 2024-11-13T18:45:55.668Z | Downloaded http-body v1.0.1 |
180 | 2024-11-13T18:45:55.670Z | Downloaded sync_wrapper v1.0.1 |
181 | 2024-11-13T18:45:55.670Z | Downloaded smf v0.2.3 |
182 | 2024-11-13T18:45:55.689Z | Downloaded pretty-hex v0.2.1 |
183 | 2024-11-13T18:45:55.689Z | Downloaded cobs v0.2.3 |
184 | 2024-11-13T18:45:55.689Z | Downloaded aes v0.8.4 |
185 | 2024-11-13T18:45:55.689Z | Downloaded typeid v1.0.0 |
186 | 2024-11-13T18:45:55.689Z | Downloaded pretty-hex v0.4.1 |
187 | 2024-11-13T18:45:55.689Z | Downloaded errno v0.3.9 |
188 | 2024-11-13T18:45:55.689Z | Downloaded dyn-clone v1.0.17 |
189 | 2024-11-13T18:45:55.689Z | Downloaded escargot v0.5.10 |
190 | 2024-11-13T18:45:55.694Z | Downloaded multer v3.1.0 |
191 | 2024-11-13T18:45:55.694Z | Downloaded num-rational v0.4.2 |
192 | 2024-11-13T18:45:55.694Z | Downloaded bitflags v1.3.2 |
193 | 2024-11-13T18:45:55.699Z | Downloaded async-trait v0.1.83 |
194 | 2024-11-13T18:45:55.702Z | Downloaded is_ci v1.2.0 |
195 | 2024-11-13T18:45:55.702Z | Downloaded slog-bunyan v2.5.0 |
196 | 2024-11-13T18:45:55.702Z | Downloaded glob v0.3.1 |
197 | 2024-11-13T18:45:55.706Z | Downloaded progenitor-client v0.8.0 |
198 | 2024-11-13T18:45:55.706Z | Downloaded generic-array v0.14.7 |
199 | 2024-11-13T18:45:55.706Z | Downloaded tinyvec_macros v0.1.1 |
200 | 2024-11-13T18:45:55.706Z | Downloaded sigpipe v0.1.3 |
201 | 2024-11-13T18:45:55.709Z | Downloaded fallible-streaming-iterator v0.1.9 |
202 | 2024-11-13T18:45:55.709Z | Downloaded whoami v1.5.1 |
203 | 2024-11-13T18:45:55.712Z | Downloaded serde_repr v0.1.19 |
204 | 2024-11-13T18:45:55.714Z | Downloaded rustc_version v0.1.7 |
205 | 2024-11-13T18:45:55.714Z | Downloaded pest_generator v2.7.10 |
206 | 2024-11-13T18:45:55.717Z | Downloaded plain v0.2.3 |
207 | 2024-11-13T18:45:55.719Z | Downloaded pkg-config v0.3.30 |
208 | 2024-11-13T18:45:55.719Z | Downloaded synstructure v0.12.6 |
209 | 2024-11-13T18:45:55.721Z | Downloaded percent-encoding v2.3.1 |
210 | 2024-11-13T18:45:55.722Z | Downloaded is_terminal_polyfill v1.70.0 |
211 | 2024-11-13T18:45:55.724Z | Downloaded futures-core v0.3.30 |
212 | 2024-11-13T18:45:55.726Z | Downloaded try-lock v0.2.5 |
213 | 2024-11-13T18:45:55.726Z | Downloaded defmt v0.3.8 |
214 | 2024-11-13T18:45:55.729Z | Downloaded fastrand v2.1.0 |
215 | 2024-11-13T18:45:55.732Z | Downloaded powerfmt v0.2.0 |
216 | 2024-11-13T18:45:55.734Z | Downloaded derive_more v0.99.18 |
217 | 2024-11-13T18:45:55.738Z | Downloaded rustls-pemfile v1.0.4 |
218 | 2024-11-13T18:45:55.741Z | Downloaded strum v0.26.2 |
219 | 2024-11-13T18:45:55.743Z | Downloaded time-macros v0.2.18 |
220 | 2024-11-13T18:45:55.745Z | Downloaded ipnetwork v0.20.0 |
221 | 2024-11-13T18:45:55.748Z | Downloaded console v0.15.8 |
222 | 2024-11-13T18:45:55.750Z | Downloaded scopeguard v1.2.0 |
223 | 2024-11-13T18:45:55.753Z | Downloaded bitflags v2.6.0 |
224 | 2024-11-13T18:45:55.756Z | Downloaded libloading v0.7.4 |
225 | 2024-11-13T18:45:55.758Z | Downloaded memmap v0.7.0 |
226 | 2024-11-13T18:45:55.761Z | Downloaded jobserver v0.1.31 |
227 | 2024-11-13T18:45:55.763Z | Downloaded semver v0.1.20 |
228 | 2024-11-13T18:45:55.766Z | Downloaded globset v0.4.14 |
229 | 2024-11-13T18:45:55.766Z | Downloaded sha1 v0.10.6 |
230 | 2024-11-13T18:45:55.768Z | Downloaded embedded-io v0.6.1 |
231 | 2024-11-13T18:45:55.770Z | Downloaded usdt-attr-macro v0.3.5 |
232 | 2024-11-13T18:45:55.770Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2024-11-13T18:45:55.773Z | Downloaded typenum v1.17.0 |
234 | 2024-11-13T18:45:55.776Z | Downloaded float-ord v0.3.2 |
235 | 2024-11-13T18:45:55.779Z | Downloaded serde_arrays v0.1.0 |
236 | 2024-11-13T18:45:55.779Z | Downloaded getrandom v0.2.14 |
237 | 2024-11-13T18:45:55.781Z | Downloaded xattr v1.3.1 |
238 | 2024-11-13T18:45:55.784Z | Downloaded futures-channel v0.3.30 |
239 | 2024-11-13T18:45:55.787Z | Downloaded quick-error v1.2.3 |
240 | 2024-11-13T18:45:55.787Z | Downloaded pin-project-lite v0.2.14 |
241 | 2024-11-13T18:45:55.795Z | Downloaded foreign-types v0.3.2 |
242 | 2024-11-13T18:45:55.798Z | Downloaded futures-io v0.3.30 |
243 | 2024-11-13T18:45:55.798Z | Downloaded instant v0.1.12 |
244 | 2024-11-13T18:45:55.798Z | Downloaded zerocopy v0.3.2 |
245 | 2024-11-13T18:45:55.798Z | Downloaded wyz v0.5.1 |
246 | 2024-11-13T18:45:55.801Z | Downloaded postcard v1.0.9 |
247 | 2024-11-13T18:45:55.804Z | Downloaded pest_derive v2.7.10 |
248 | 2024-11-13T18:45:55.806Z | Downloaded time-core v0.1.2 |
249 | 2024-11-13T18:45:55.806Z | Downloaded static_assertions v1.1.0 |
250 | 2024-11-13T18:45:55.808Z | Downloaded kstat-rs v0.2.4 |
251 | 2024-11-13T18:45:55.811Z | Downloaded lazy_static v1.5.0 |
252 | 2024-11-13T18:45:55.813Z | Downloaded clap_builder v4.5.2 |
253 | 2024-11-13T18:45:55.819Z | Downloaded usdt v0.5.0 |
254 | 2024-11-13T18:45:55.822Z | Downloaded usdt v0.3.5 |
255 | 2024-11-13T18:45:55.822Z | Downloaded thiserror-impl v1.0.64 |
256 | 2024-11-13T18:45:55.824Z | Downloaded slog-dtrace v0.3.0 |
257 | 2024-11-13T18:45:55.824Z | Downloaded num-conv v0.1.0 |
258 | 2024-11-13T18:45:55.828Z | Downloaded fixedbitset v0.4.2 |
259 | 2024-11-13T18:45:55.828Z | Downloaded sct v0.7.1 |
260 | 2024-11-13T18:45:55.831Z | Downloaded tempfile v3.10.1 |
261 | 2024-11-13T18:45:55.834Z | Downloaded indent_write v2.2.0 |
262 | 2024-11-13T18:45:55.840Z | Downloaded hubpack v0.1.2 |
263 | 2024-11-13T18:45:55.840Z | Downloaded filetime v0.2.23 |
264 | 2024-11-13T18:45:55.842Z | Downloaded typify v0.2.0 |
265 | 2024-11-13T18:45:55.842Z | Downloaded base64 v0.21.7 |
266 | 2024-11-13T18:45:55.845Z | Downloaded spin v0.9.8 |
267 | 2024-11-13T18:45:55.848Z | Downloaded parking_lot v0.12.2 |
268 | 2024-11-13T18:45:55.851Z | Downloaded match_cfg v0.1.0 |
269 | 2024-11-13T18:45:55.853Z | Downloaded const_format v0.2.32 |
270 | 2024-11-13T18:45:55.856Z | Downloaded slog-json v2.6.1 |
271 | 2024-11-13T18:45:55.859Z | Downloaded strsim v0.11.1 |
272 | 2024-11-13T18:45:55.862Z | Downloaded newline-converter v0.3.0 |
273 | 2024-11-13T18:45:55.862Z | Downloaded linear-map v1.2.0 |
274 | 2024-11-13T18:45:55.865Z | Downloaded inout v0.1.3 |
275 | 2024-11-13T18:45:55.865Z | Downloaded hashlink v0.9.1 |
276 | 2024-11-13T18:45:55.867Z | Downloaded tokio-native-tls v0.3.1 |
277 | 2024-11-13T18:45:55.870Z | Downloaded macaddr v1.0.1 |
278 | 2024-11-13T18:45:55.870Z | Downloaded tokio-rustls v0.25.0 |
279 | 2024-11-13T18:45:55.872Z | Downloaded want v0.3.1 |
280 | 2024-11-13T18:45:55.874Z | Downloaded thiserror v1.0.64 |
281 | 2024-11-13T18:45:55.878Z | Downloaded structmeta-derive v0.3.0 |
282 | 2024-11-13T18:45:55.881Z | Downloaded term v0.7.0 |
283 | 2024-11-13T18:45:55.884Z | Downloaded slab v0.4.9 |
284 | 2024-11-13T18:45:55.886Z | Downloaded serde_derive v1.0.210 |
285 | 2024-11-13T18:45:55.888Z | Downloaded unicode-bidi v0.3.15 |
286 | 2024-11-13T18:45:55.891Z | Downloaded ucd-trie v0.1.6 |
287 | 2024-11-13T18:45:55.894Z | Downloaded ryu v1.0.18 |
288 | 2024-11-13T18:45:55.896Z | Downloaded usdt-attr-macro v0.5.0 |
289 | 2024-11-13T18:45:55.899Z | Downloaded hubpack_derive v0.1.1 |
290 | 2024-11-13T18:45:55.899Z | Downloaded ident_case v1.0.1 |
291 | 2024-11-13T18:45:55.899Z | Downloaded crossbeam-channel v0.5.12 |
292 | 2024-11-13T18:45:55.903Z | Downloaded take_mut v0.2.2 |
293 | 2024-11-13T18:45:55.905Z | Downloaded swrite v0.1.0 |
294 | 2024-11-13T18:45:55.905Z | Downloaded unicode-xid v0.2.4 |
295 | 2024-11-13T18:45:55.908Z | Downloaded supports-color v2.1.0 |
296 | 2024-11-13T18:45:55.908Z | Downloaded hex v0.4.3 |
297 | 2024-11-13T18:45:55.911Z | Downloaded tinyvec v1.6.0 |
298 | 2024-11-13T18:45:55.914Z | Downloaded heck v0.5.0 |
299 | 2024-11-13T18:45:55.914Z | Downloaded tokio-macros v2.4.0 |
300 | 2024-11-13T18:45:55.916Z | Downloaded newtype_derive v0.1.6 |
301 | 2024-11-13T18:45:55.916Z | Downloaded linked-hash-map v0.5.6 |
302 | 2024-11-13T18:45:55.919Z | Downloaded stable_deref_trait v1.2.0 |
303 | 2024-11-13T18:45:55.919Z | Downloaded hostname v0.3.1 |
304 | 2024-11-13T18:45:55.921Z | Downloaded universal-hash v0.5.1 |
305 | 2024-11-13T18:45:55.921Z | Downloaded tower-service v0.3.2 |
306 | 2024-11-13T18:45:55.923Z | Downloaded proc-macro2 v1.0.86 |
307 | 2024-11-13T18:45:55.926Z | Downloaded terminal_size v0.3.0 |
308 | 2024-11-13T18:45:55.926Z | Downloaded num-complex v0.4.6 |
309 | 2024-11-13T18:45:55.929Z | Downloaded managed v0.8.0 |
310 | 2024-11-13T18:45:55.936Z | Downloaded lru-cache v0.1.2 |
311 | 2024-11-13T18:45:55.939Z | Downloaded unicode-ident v1.0.13 |
312 | 2024-11-13T18:45:55.939Z | Downloaded foreign-types v0.5.0 |
313 | 2024-11-13T18:45:55.939Z | Downloaded untrusted v0.9.0 |
314 | 2024-11-13T18:45:55.941Z | Downloaded indexmap v1.9.3 |
315 | 2024-11-13T18:45:55.946Z | Downloaded tabwriter v1.4.0 |
316 | 2024-11-13T18:45:55.948Z | Downloaded waitgroup v0.1.2 |
317 | 2024-11-13T18:45:55.948Z | Downloaded tokio-tungstenite v0.21.0 |
318 | 2024-11-13T18:45:55.951Z | Downloaded toml v0.7.8 |
319 | 2024-11-13T18:45:55.953Z | Downloaded mime v0.3.17 |
320 | 2024-11-13T18:45:55.957Z | Downloaded tracing v0.1.40 |
321 | 2024-11-13T18:45:55.959Z | Downloaded zone v0.3.0 |
322 | 2024-11-13T18:45:55.963Z | Downloaded usdt-impl v0.5.0 |
323 | 2024-11-13T18:45:55.963Z | Downloaded serde_urlencoded v0.7.1 |
324 | 2024-11-13T18:45:55.965Z | Downloaded zeroize v1.7.0 |
325 | 2024-11-13T18:45:55.965Z | Downloaded newtype-uuid v1.1.0 |
326 | 2024-11-13T18:45:55.968Z | Downloaded thread-id v4.2.1 |
327 | 2024-11-13T18:45:55.968Z | Downloaded futures-macro v0.3.30 |
328 | 2024-11-13T18:45:56.054Z | Downloaded futures-task v0.3.30 |
329 | 2024-11-13T18:45:56.054Z | Downloaded smallvec v1.13.2 |
330 | 2024-11-13T18:45:56.058Z | Downloaded slog-term v2.9.1 |
331 | 2024-11-13T18:45:56.058Z | Downloaded serde_with_macros v3.9.0 |
332 | 2024-11-13T18:45:56.058Z | Downloaded zerocopy-derive v0.7.34 |
333 | 2024-11-13T18:45:56.062Z | Downloaded highway v1.2.0 |
334 | 2024-11-13T18:45:56.062Z | Downloaded tracing-attributes v0.1.27 |
335 | 2024-11-13T18:45:56.062Z | Downloaded toml v0.8.19 |
336 | 2024-11-13T18:45:56.062Z | Downloaded rand v0.8.5 |
337 | 2024-11-13T18:45:56.062Z | Downloaded openssl-sys v0.9.103 |
338 | 2024-11-13T18:45:56.062Z | Downloaded serde_tokenstream v0.2.2 |
339 | 2024-11-13T18:45:56.062Z | Downloaded foreign-types-macros v0.2.3 |
340 | 2024-11-13T18:45:56.062Z | Downloaded subtle v2.5.0 |
341 | 2024-11-13T18:45:56.062Z | Downloaded humantime v2.1.0 |
342 | 2024-11-13T18:45:56.063Z | Downloaded quinn v0.11.5 |
343 | 2024-11-13T18:45:56.063Z | Downloaded slog v2.7.0 |
344 | 2024-11-13T18:45:56.063Z | Downloaded http v1.1.0 |
345 | 2024-11-13T18:45:56.063Z | Downloaded hyper-util v0.1.9 |
346 | 2024-11-13T18:45:56.063Z | Downloaded zerocopy v0.6.6 |
347 | 2024-11-13T18:45:56.063Z | Downloaded reqwest v0.12.7 |
348 | 2024-11-13T18:45:56.063Z | Downloaded heapless v0.8.0 |
349 | 2024-11-13T18:45:56.063Z | Downloaded libm v0.2.8 |
350 | 2024-11-13T18:45:56.063Z | Downloaded funty v2.0.0 |
351 | 2024-11-13T18:45:56.063Z | Downloaded indexmap v2.5.0 |
352 | 2024-11-13T18:45:56.063Z | Downloaded serde_yaml v0.9.34+deprecated |
353 | 2024-11-13T18:45:56.063Z | Downloaded version_check v0.9.5 |
354 | 2024-11-13T18:45:56.063Z | Downloaded serde v1.0.210 |
355 | 2024-11-13T18:45:56.063Z | Downloaded lock_api v0.4.12 |
356 | 2024-11-13T18:45:56.063Z | Downloaded num-bigint v0.4.5 |
357 | 2024-11-13T18:45:56.071Z | Downloaded mio v1.0.2 |
358 | 2024-11-13T18:45:56.076Z | Downloaded url v2.5.0 |
359 | 2024-11-13T18:45:56.076Z | Downloaded usdt-impl v0.3.5 |
360 | 2024-11-13T18:45:56.083Z | Downloaded tracing-core v0.1.32 |
361 | 2024-11-13T18:45:56.083Z | Downloaded serde_json v1.0.128 |
362 | 2024-11-13T18:45:56.091Z | Downloaded toml_edit v0.22.20 |
363 | 2024-11-13T18:45:56.120Z | Downloaded log v0.4.22 |
364 | 2024-11-13T18:45:56.127Z | Downloaded unicode-segmentation v1.11.0 |
365 | 2024-11-13T18:45:56.128Z | Downloaded steno v0.4.1 |
366 | 2024-11-13T18:45:56.128Z | Downloaded memchr v2.7.2 |
367 | 2024-11-13T18:45:56.128Z | Downloaded hyper v1.4.1 |
368 | 2024-11-13T18:45:56.130Z | Downloaded itertools v0.10.5 |
369 | 2024-11-13T18:45:56.157Z | Downloaded quinn-proto v0.11.8 |
370 | 2024-11-13T18:45:56.164Z | Downloaded toml_edit v0.19.15 |
371 | 2024-11-13T18:45:56.164Z | Downloaded winnow v0.5.40 |
372 | 2024-11-13T18:45:56.171Z | Downloaded rusqlite v0.32.1 |
373 | 2024-11-13T18:45:56.190Z | Downloaded serde_with v3.9.0 |
374 | 2024-11-13T18:45:56.198Z | Downloaded hashbrown v0.14.5 |
375 | 2024-11-13T18:45:56.198Z | Downloaded futures-util v0.3.30 |
376 | 2024-11-13T18:45:56.565Z | Downloaded git2 v0.19.0 |
377 | 2024-11-13T18:45:56.565Z | Downloaded goblin v0.8.2 |
378 | 2024-11-13T18:45:56.565Z | Downloaded syn v1.0.109 |
379 | 2024-11-13T18:45:56.565Z | Downloaded zerocopy v0.7.34 |
380 | 2024-11-13T18:45:56.565Z | Downloaded syn v2.0.77 |
381 | 2024-11-13T18:45:56.565Z | Downloaded openapiv3 v2.0.0 |
382 | 2024-11-13T18:45:56.565Z | Downloaded rayon v1.10.0 |
383 | 2024-11-13T18:45:56.565Z | Downloaded rustls-webpki v0.102.4 |
384 | 2024-11-13T18:45:56.565Z | Downloaded vcpkg v0.2.15 |
385 | 2024-11-13T18:45:56.565Z | Downloaded nix v0.29.0 |
386 | 2024-11-13T18:45:56.565Z | Downloaded bstr v1.9.1 |
387 | 2024-11-13T18:45:56.565Z | Downloaded dropshot v0.12.0 |
388 | 2024-11-13T18:45:56.565Z | Downloaded idna v0.5.0 |
389 | 2024-11-13T18:45:56.565Z | Downloaded regex v1.10.6 |
390 | 2024-11-13T18:45:56.565Z | Downloaded idna v0.4.0 |
391 | 2024-11-13T18:45:56.565Z | Downloaded regex-syntax v0.8.4 |
392 | 2024-11-13T18:45:56.565Z | Downloaded openssl v0.10.66 |
393 | 2024-11-13T18:45:56.565Z | Downloaded unicode-width v0.1.14 |
394 | 2024-11-13T18:45:56.565Z | Downloaded rustls v0.21.12 |
395 | 2024-11-13T18:45:56.566Z | Downloaded rustix v0.38.34 |
396 | 2024-11-13T18:45:56.566Z | Downloaded regress v0.9.1 |
397 | 2024-11-13T18:45:56.566Z | Downloaded smoltcp v0.11.0 |
398 | 2024-11-13T18:45:56.566Z | Downloaded nix v0.28.0 |
399 | 2024-11-13T18:45:56.566Z | Downloaded zerocopy-derive v0.2.0 |
400 | 2024-11-13T18:45:56.566Z | Downloaded rustls v0.22.4 |
401 | 2024-11-13T18:45:56.566Z | Downloaded regress v0.10.1 |
402 | 2024-11-13T18:45:56.566Z | Downloaded hickory-proto v0.24.1 |
403 | 2024-11-13T18:45:56.566Z | Downloaded rustls v0.23.10 |
404 | 2024-11-13T18:45:56.578Z | Downloaded rustls-webpki v0.101.7 |
405 | 2024-11-13T18:45:56.578Z | Downloaded typify-impl v0.2.0 |
406 | 2024-11-13T18:45:56.581Z | Downloaded h2 v0.4.6 |
407 | 2024-11-13T18:45:56.583Z | Downloaded unicode-normalization v0.1.23 |
408 | 2024-11-13T18:45:56.588Z | Downloaded webpki-roots v0.26.3 |
409 | 2024-11-13T18:45:56.591Z | Downloaded bitvec v1.0.1 |
410 | 2024-11-13T18:45:56.607Z | Downloaded winnow v0.6.18 |
411 | 2024-11-13T18:45:56.616Z | Downloaded chrono v0.4.38 |
412 | 2024-11-13T18:45:56.623Z | Downloaded zerocopy-derive v0.6.6 |
413 | 2024-11-13T18:45:56.633Z | Downloaded time v0.3.36 |
414 | 2024-11-13T18:45:56.640Z | Downloaded itertools v0.13.0 |
415 | 2024-11-13T18:45:56.647Z | Downloaded libc v0.2.159 |
416 | 2024-11-13T18:45:56.673Z | Downloaded tokio-util v0.7.11 |
417 | 2024-11-13T18:45:56.679Z | Downloaded regex-automata v0.4.6 |
418 | 2024-11-13T18:45:56.694Z | Downloaded unsafe-libyaml v0.2.11 |
419 | 2024-11-13T18:45:56.699Z | Downloaded hickory-resolver v0.24.1 |
420 | 2024-11-13T18:45:56.702Z | Downloaded hashbrown v0.12.3 |
421 | 2024-11-13T18:45:56.705Z | Downloaded iana-time-zone v0.1.60 |
422 | 2024-11-13T18:45:56.708Z | Downloaded rayon-core v1.12.1 |
423 | 2024-11-13T18:45:56.715Z | Downloaded similar v2.5.0 |
424 | 2024-11-13T18:45:56.720Z | Downloaded httpdate v1.0.3 |
425 | 2024-11-13T18:45:56.723Z | Downloaded petgraph v0.6.5 |
426 | 2024-11-13T18:45:56.738Z | Downloaded structmeta v0.3.0 |
427 | 2024-11-13T18:45:56.741Z | Downloaded slog-async v2.8.0 |
428 | 2024-11-13T18:45:56.744Z | Downloaded hash32 v0.3.1 |
429 | 2024-11-13T18:45:56.744Z | Downloaded tokio v1.39.3 |
430 | 2024-11-13T18:45:56.783Z | Downloaded schemars v0.8.21 |
431 | 2024-11-13T18:45:56.794Z | Downloaded ron v0.8.1 |
432 | 2024-11-13T18:45:56.801Z | Downloaded progenitor-impl v0.8.0 |
433 | 2024-11-13T18:45:56.805Z | Downloaded tokio-rustls v0.26.0 |
434 | 2024-11-13T18:45:56.808Z | Downloaded strum_macros v0.26.2 |
435 | 2024-11-13T18:45:56.808Z | Downloaded thread_local v1.1.8 |
436 | 2024-11-13T18:45:56.808Z | Downloaded toml_datetime v0.6.8 |
437 | 2024-11-13T18:45:56.811Z | Downloaded aho-corasick v1.1.3 |
438 | 2024-11-13T18:45:56.815Z | Downloaded futures v0.3.30 |
439 | 2024-11-13T18:45:56.940Z | Downloaded tungstenite v0.21.0 |
440 | 2024-11-13T18:45:56.943Z | Downloaded zone_cfg_derive v0.3.0 |
441 | 2024-11-13T18:45:56.943Z | Downloaded hostname v0.4.0 |
442 | 2024-11-13T18:45:56.943Z | Downloaded futures-sink v0.3.30 |
443 | 2024-11-13T18:45:56.943Z | Downloaded supports-color v3.0.1 |
444 | 2024-11-13T18:45:56.943Z | Downloaded vergen v8.3.2 |
445 | 2024-11-13T18:45:56.943Z | Downloaded uuid v1.10.0 |
446 | 2024-11-13T18:45:56.943Z | Downloaded tar v0.4.40 |
447 | 2024-11-13T18:45:56.943Z | Downloaded serde_spanned v0.6.7 |
448 | 2024-11-13T18:45:56.943Z | Downloaded tokio-rustls v0.24.1 |
449 | 2024-11-13T18:45:56.943Z | Downloaded native-tls v0.2.11 |
450 | 2024-11-13T18:45:56.943Z | Downloaded hyper-rustls v0.27.3 |
451 | 2024-11-13T18:45:56.943Z | Downloaded httparse v1.8.0 |
452 | 2024-11-13T18:45:56.944Z | Downloaded rustls-pemfile v2.1.3 |
453 | 2024-11-13T18:45:56.944Z | Downloaded base64 v0.22.1 |
454 | 2024-11-13T18:45:56.944Z | Downloaded heck v0.4.1 |
455 | 2024-11-13T18:45:56.944Z | Downloaded encoding_rs v0.8.34 |
456 | 2024-11-13T18:45:56.944Z | Downloaded fatfs v0.3.6 |
457 | 2024-11-13T18:45:56.944Z | Downloaded fallible-iterator v0.3.0 |
458 | 2024-11-13T18:45:56.944Z | Downloaded fnv v1.0.7 |
459 | 2024-11-13T18:45:56.944Z | Downloaded strum_macros v0.25.3 |
460 | 2024-11-13T18:45:56.944Z | Downloaded sha2 v0.10.8 |
461 | 2024-11-13T18:45:56.944Z | Downloaded serde_tokenstream v0.1.7 |
462 | 2024-11-13T18:45:56.944Z | Downloaded quote v1.0.37 |
463 | 2024-11-13T18:45:56.944Z | Downloaded darling_core v0.20.9 |
464 | 2024-11-13T18:45:56.944Z | Downloaded itoa v1.0.11 |
465 | 2024-11-13T18:45:56.944Z | Downloaded ipnet v2.9.0 |
466 | 2024-11-13T18:45:56.944Z | Downloaded libsw v3.3.1 |
467 | 2024-11-13T18:45:56.944Z | Downloaded pest v2.7.10 |
468 | 2024-11-13T18:45:56.944Z | Downloaded hyper-tls v0.6.0 |
469 | 2024-11-13T18:45:56.944Z | Downloaded futures-executor v0.3.30 |
470 | 2024-11-13T18:45:56.944Z | Downloaded crossbeam-utils v0.8.19 |
471 | 2024-11-13T18:45:56.944Z | Downloaded cookie v0.18.1 |
472 | 2024-11-13T18:45:56.944Z | Downloaded typify-macro v0.2.0 |
473 | 2024-11-13T18:45:56.944Z | Downloaded tap v1.0.1 |
474 | 2024-11-13T18:45:56.944Z | Downloaded socket2 v0.5.7 |
475 | 2024-11-13T18:45:56.944Z | Downloaded scroll v0.12.0 |
476 | 2024-11-13T18:45:56.944Z | Downloaded quinn-udp v0.5.5 |
477 | 2024-11-13T18:45:56.944Z | Downloaded serde_path_to_error v0.1.16 |
478 | 2024-11-13T18:45:56.944Z | Downloaded parking_lot_core v0.9.10 |
479 | 2024-11-13T18:45:56.944Z | Downloaded rustc_version v0.4.0 |
480 | 2024-11-13T18:45:56.944Z | Downloaded resolv-conf v0.7.0 |
481 | 2024-11-13T18:45:56.944Z | Downloaded rand_chacha v0.3.1 |
482 | 2024-11-13T18:45:56.944Z | Downloaded proc-macro-error-attr v1.0.4 |
483 | 2024-11-13T18:45:56.944Z | Downloaded proc-macro-crate v1.3.1 |
484 | 2024-11-13T18:45:56.944Z | Downloaded dropshot_endpoint v0.12.0 |
485 | 2024-11-13T18:45:56.944Z | Downloaded blake2 v0.10.6 |
486 | 2024-11-13T18:45:56.945Z | Downloaded utf8parse v0.2.1 |
487 | 2024-11-13T18:45:56.945Z | Downloaded usdt-macro v0.3.5 |
488 | 2024-11-13T18:45:56.945Z | Downloaded twox-hash v1.6.3 |
489 | 2024-11-13T18:45:56.945Z | Downloaded paste v1.0.15 |
490 | 2024-11-13T18:45:56.945Z | Downloaded parse-display-derive v0.10.0 |
491 | 2024-11-13T18:45:56.945Z | Downloaded camino v1.1.9 |
492 | 2024-11-13T18:45:56.945Z | Downloaded clap_derive v4.5.4 |
493 | 2024-11-13T18:45:56.949Z | Downloaded num v0.4.3 |
494 | 2024-11-13T18:45:56.950Z | Downloaded embedded-io v0.4.0 |
495 | 2024-11-13T18:45:56.950Z | Downloaded cipher v0.4.4 |
496 | 2024-11-13T18:45:56.952Z | Downloaded enum-as-inner v0.6.0 |
497 | 2024-11-13T18:45:56.952Z | Downloaded dtrace-parser v0.2.0 |
498 | 2024-11-13T18:45:56.952Z | Downloaded openssl-probe v0.1.5 |
499 | 2024-11-13T18:45:56.952Z | Downloaded expectorate v1.1.0 |
500 | 2024-11-13T18:45:56.954Z | Downloaded debug-ignore v1.0.5 |
501 | 2024-11-13T18:45:56.957Z | Downloaded convert_case v0.4.0 |
502 | 2024-11-13T18:45:56.957Z | Downloaded cargo-platform v0.1.8 |
503 | 2024-11-13T18:45:56.960Z | Downloaded bincode v1.3.3 |
504 | 2024-11-13T18:45:56.960Z | Downloaded num_enum_derive v0.7.2 |
505 | 2024-11-13T18:45:56.963Z | Downloaded dirs-sys-next v0.1.2 |
506 | 2024-11-13T18:45:56.963Z | Downloaded deranged v0.3.11 |
507 | 2024-11-13T18:45:56.966Z | Downloaded atomic-waker v1.1.2 |
508 | 2024-11-13T18:45:56.966Z | Downloaded ctrlc v3.4.4 |
509 | 2024-11-13T18:45:56.972Z | Downloaded crossbeam-deque v0.8.5 |
510 | 2024-11-13T18:45:56.972Z | Downloaded colorchoice v1.0.1 |
511 | 2024-11-13T18:45:56.974Z | Downloaded byteorder v1.5.0 |
512 | 2024-11-13T18:45:56.974Z | Downloaded bit_field v0.10.2 |
513 | 2024-11-13T18:45:56.974Z | Downloaded num-integer v0.1.46 |
514 | 2024-11-13T18:45:56.974Z | Downloaded cfg-if v1.0.0 |
515 | 2024-11-13T18:45:56.977Z | Downloaded cargo_metadata v0.18.1 |
516 | 2024-11-13T18:45:56.977Z | Downloaded camino-tempfile v1.1.1 |
517 | 2024-11-13T18:45:56.980Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
518 | 2024-11-13T18:45:57.033Z | Downloaded num_enum v0.7.2 |
519 | 2024-11-13T18:45:57.038Z | Downloaded schemars_derive v0.8.21 |
520 | 2024-11-13T18:45:57.041Z | Downloaded rustversion v1.0.17 |
521 | 2024-11-13T18:45:57.044Z | Downloaded ppv-lite86 v0.2.17 |
522 | 2024-11-13T18:45:57.044Z | Downloaded anyhow v1.0.89 |
523 | 2024-11-13T18:45:57.047Z | Downloaded bytes v1.7.2 |
524 | 2024-11-13T18:45:57.049Z | Downloaded ahash v0.8.11 |
525 | 2024-11-13T18:45:57.052Z | Downloaded progenitor v0.8.0 |
526 | 2024-11-13T18:45:57.055Z | Downloaded polyval v0.6.2 |
527 | 2024-11-13T18:45:57.055Z | Downloaded num-iter v0.1.45 |
528 | 2024-11-13T18:45:57.057Z | Downloaded clap v4.5.4 |
529 | 2024-11-13T18:45:57.063Z | Downloaded base64ct v1.6.0 |
530 | 2024-11-13T18:45:57.065Z | Downloaded ascii v1.1.0 |
531 | 2024-11-13T18:45:57.068Z | Downloaded rand_core v0.6.4 |
532 | 2024-11-13T18:45:57.070Z | Downloaded pin-utils v0.1.0 |
533 | 2024-11-13T18:45:57.072Z | Downloaded parse-display v0.10.0 |
534 | 2024-11-13T18:45:57.072Z | Downloaded either v1.13.0 |
535 | 2024-11-13T18:45:57.075Z | Downloaded cancel-safe-futures v0.1.5 |
536 | 2024-11-13T18:45:57.078Z | Downloaded async-stream v0.3.5 |
537 | 2024-11-13T18:45:57.078Z | Downloaded anstyle-query v1.0.3 |
538 | 2024-11-13T18:45:57.080Z | Downloaded anstyle v1.0.7 |
539 | 2024-11-13T18:45:57.081Z | Downloaded dirs-next v2.0.0 |
540 | 2024-11-13T18:45:57.084Z | Downloaded block-buffer v0.10.4 |
541 | 2024-11-13T18:45:57.084Z | Downloaded crypto-common v0.1.6 |
542 | 2024-11-13T18:45:57.084Z | Downloaded const_format_proc_macros v0.2.32 |
543 | 2024-11-13T18:45:57.086Z | Downloaded clap_lex v0.7.0 |
544 | 2024-11-13T18:45:57.086Z | Downloaded allocator-api2 v0.2.18 |
545 | 2024-11-13T18:45:57.089Z | Downloaded data-encoding v2.6.0 |
546 | 2024-11-13T18:45:57.198Z | Downloaded ring v0.17.8 |
547 | 2024-11-13T18:45:57.343Z | Downloaded libz-sys v1.1.16 |
548 | 2024-11-13T18:45:57.460Z | Downloaded libsqlite3-sys v0.30.1 |
549 | 2024-11-13T18:45:57.906Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-11-13T18:45:57.906Z | Compiling unicode-ident v1.0.13 |
551 | 2024-11-13T18:45:57.909Z | Compiling libc v0.2.159 |
552 | 2024-11-13T18:45:57.909Z | Compiling serde v1.0.210 |
553 | 2024-11-13T18:45:57.909Z | Compiling version_check v0.9.5 |
554 | 2024-11-13T18:45:57.909Z | Compiling autocfg v1.3.0 |
555 | 2024-11-13T18:45:57.909Z | Compiling once_cell v1.19.0 |
556 | 2024-11-13T18:45:57.945Z | Checking cfg-if v1.0.0 |
557 | 2024-11-13T18:45:58.122Z | Compiling serde_json v1.0.128 |
558 | 2024-11-13T18:45:58.186Z | Compiling thiserror v1.0.64 |
559 | 2024-11-13T18:45:58.329Z | Compiling memchr v2.7.2 |
560 | 2024-11-13T18:45:58.534Z | Compiling ahash v0.8.11 |
561 | 2024-11-13T18:45:59.165Z | Compiling libm v0.2.8 |
562 | 2024-11-13T18:45:59.263Z | Compiling byteorder v1.5.0 |
563 | 2024-11-13T18:45:59.548Z | Compiling itoa v1.0.11 |
564 | 2024-11-13T18:45:59.830Z | Compiling lock_api v0.4.12 |
565 | 2024-11-13T18:46:00.385Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-11-13T18:46:00.547Z | Compiling ryu v1.0.18 |
567 | 2024-11-13T18:46:00.626Z | Compiling slab v0.4.9 |
568 | 2024-11-13T18:46:00.825Z | Compiling schemars v0.8.21 |
569 | 2024-11-13T18:46:00.844Z | Compiling allocator-api2 v0.2.18 |
570 | 2024-11-13T18:46:00.866Z | Compiling pkg-config v0.3.30 |
571 | 2024-11-13T18:46:01.101Z | Compiling vcpkg v0.2.15 |
572 | 2024-11-13T18:46:01.191Z | Compiling num-traits v0.2.19 |
573 | 2024-11-13T18:46:01.309Z | Checking pin-project-lite v0.2.14 |
574 | 2024-11-13T18:46:01.646Z | Compiling quote v1.0.37 |
575 | 2024-11-13T18:46:01.747Z | Compiling log v0.4.22 |
576 | 2024-11-13T18:46:01.817Z | Checking getrandom v0.2.14 |
577 | 2024-11-13T18:46:02.052Z | Compiling syn v2.0.77 |
578 | 2024-11-13T18:46:02.087Z | Compiling jobserver v0.1.31 |
579 | 2024-11-13T18:46:02.105Z | Checking smallvec v1.13.2 |
580 | 2024-11-13T18:46:02.252Z | Compiling equivalent v1.0.1 |
581 | 2024-11-13T18:46:02.289Z | Checking scopeguard v1.2.0 |
582 | 2024-11-13T18:46:02.363Z | Checking mio v1.0.2 |
583 | 2024-11-13T18:46:02.439Z | Compiling cc v1.0.97 |
584 | 2024-11-13T18:46:02.629Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-11-13T18:46:02.810Z | Checking socket2 v0.5.7 |
586 | 2024-11-13T18:46:02.810Z | Compiling typenum v1.17.0 |
587 | 2024-11-13T18:46:02.870Z | Checking parking_lot v0.12.2 |
588 | 2024-11-13T18:46:02.949Z | Compiling httparse v1.8.0 |
589 | 2024-11-13T18:46:03.227Z | Compiling generic-array v0.14.7 |
590 | 2024-11-13T18:46:03.325Z | Compiling fnv v1.0.7 |
591 | 2024-11-13T18:46:03.469Z | Checking iana-time-zone v0.1.60 |
592 | 2024-11-13T18:46:03.571Z | Checking futures-core v0.3.30 |
593 | 2024-11-13T18:46:03.760Z | Compiling semver v1.0.23 |
594 | 2024-11-13T18:46:03.855Z | Checking rand_core v0.6.4 |
595 | 2024-11-13T18:46:03.995Z | Compiling slog v2.7.0 |
596 | 2024-11-13T18:46:04.048Z | Compiling ucd-trie v0.1.6 |
597 | 2024-11-13T18:46:04.129Z | Checking futures-sink v0.3.30 |
598 | 2024-11-13T18:46:04.149Z | Checking dyn-clone v1.0.17 |
599 | 2024-11-13T18:46:04.263Z | Compiling heck v0.5.0 |
600 | 2024-11-13T18:46:04.370Z | Checking subtle v2.5.0 |
601 | 2024-11-13T18:46:04.476Z | Checking futures-channel v0.3.30 |
602 | 2024-11-13T18:46:04.547Z | Compiling rustversion v1.0.17 |
603 | 2024-11-13T18:46:04.566Z | Checking futures-task v0.3.30 |
604 | 2024-11-13T18:46:04.603Z | Checking pin-utils v0.1.0 |
605 | 2024-11-13T18:46:04.687Z | Checking futures-io v0.3.30 |
606 | 2024-11-13T18:46:04.832Z | Compiling syn v1.0.109 |
607 | 2024-11-13T18:46:04.864Z | Compiling openssl v0.10.66 |
608 | 2024-11-13T18:46:05.144Z | Compiling aho-corasick v1.1.3 |
609 | 2024-11-13T18:46:05.324Z | Compiling regex-syntax v0.8.4 |
610 | 2024-11-13T18:46:05.478Z | Compiling ring v0.17.8 |
611 | 2024-11-13T18:46:06.378Z | Compiling openssl-sys v0.9.103 |
612 | 2024-11-13T18:46:06.684Z | Compiling heck v0.4.1 |
613 | 2024-11-13T18:46:07.641Z | Compiling native-tls v0.2.11 |
614 | 2024-11-13T18:46:07.938Z | Compiling rustls v0.23.10 |
615 | 2024-11-13T18:46:08.117Z | Checking spin v0.9.8 |
616 | 2024-11-13T18:46:08.314Z | Compiling time-core v0.1.2 |
617 | 2024-11-13T18:46:08.477Z | Compiling num-conv v0.1.0 |
618 | 2024-11-13T18:46:08.532Z | Compiling regex-automata v0.4.6 |
619 | 2024-11-13T18:46:08.758Z | Compiling serde_derive_internals v0.29.1 |
620 | 2024-11-13T18:46:09.074Z | Compiling anyhow v1.0.89 |
621 | 2024-11-13T18:46:09.580Z | Checking untrusted v0.9.0 |
622 | 2024-11-13T18:46:10.030Z | Compiling time-macros v0.2.18 |
623 | 2024-11-13T18:46:10.086Z | Checking tracing-core v0.1.32 |
624 | 2024-11-13T18:46:10.430Z | Checking crypto-common v0.1.6 |
625 | 2024-11-13T18:46:10.548Z | Compiling thread-id v4.2.1 |
626 | 2024-11-13T18:46:10.652Z | Compiling camino v1.1.9 |
627 | 2024-11-13T18:46:10.699Z | Checking rustls-pki-types v1.7.0 |
628 | 2024-11-13T18:46:10.973Z | Checking percent-encoding v2.3.1 |
629 | 2024-11-13T18:46:11.093Z | Checking tinyvec_macros v0.1.1 |
630 | 2024-11-13T18:46:11.164Z | Checking form_urlencoded v1.2.1 |
631 | 2024-11-13T18:46:11.183Z | Checking tinyvec v1.6.0 |
632 | 2024-11-13T18:46:11.337Z | Checking ppv-lite86 v0.2.17 |
633 | 2024-11-13T18:46:11.362Z | Checking atomic-waker v1.1.2 |
634 | 2024-11-13T18:46:11.491Z | Checking zeroize v1.7.0 |
635 | 2024-11-13T18:46:12.029Z | Checking rand_chacha v0.3.1 |
636 | 2024-11-13T18:46:12.386Z | Compiling regex v1.10.6 |
637 | 2024-11-13T18:46:12.405Z | Checking unicode-normalization v0.1.23 |
638 | 2024-11-13T18:46:12.942Z | Compiling serde_derive v1.0.210 |
639 | 2024-11-13T18:46:13.047Z | Compiling zerocopy-derive v0.7.34 |
640 | 2024-11-13T18:46:13.246Z | Compiling thiserror-impl v1.0.64 |
641 | 2024-11-13T18:46:13.291Z | Compiling tokio-macros v2.4.0 |
642 | 2024-11-13T18:46:14.763Z | Compiling schemars_derive v0.8.21 |
643 | 2024-11-13T18:46:14.932Z | Compiling zerocopy v0.7.34 |
644 | 2024-11-13T18:46:15.427Z | Compiling futures-macro v0.3.30 |
645 | 2024-11-13T18:46:16.145Z | Compiling pest v2.7.10 |
646 | 2024-11-13T18:46:16.576Z | Compiling openssl-macros v0.1.1 |
647 | 2024-11-13T18:46:17.017Z | Compiling hashbrown v0.14.5 |
648 | 2024-11-13T18:46:17.036Z | Checking futures-util v0.3.30 |
649 | 2024-11-13T18:46:17.354Z | Compiling scroll_derive v0.12.0 |
650 | 2024-11-13T18:46:17.422Z | Compiling tracing-attributes v0.1.27 |
651 | 2024-11-13T18:46:18.249Z | Compiling regress v0.10.1 |
652 | 2024-11-13T18:46:18.326Z | Compiling usdt-impl v0.5.0 |
653 | 2024-11-13T18:46:18.698Z | Compiling pest_meta v2.7.10 |
654 | 2024-11-13T18:46:18.788Z | Compiling scroll v0.12.0 |
655 | 2024-11-13T18:46:19.096Z | Compiling plain v0.2.3 |
656 | 2024-11-13T18:46:19.251Z | Checking try-lock v0.2.5 |
657 | 2024-11-13T18:46:19.268Z | Checking unicode-bidi v0.3.15 |
658 | 2024-11-13T18:46:19.363Z | Checking want v0.3.1 |
659 | 2024-11-13T18:46:19.878Z | Compiling pest_generator v2.7.10 |
660 | 2024-11-13T18:46:20.427Z | Checking tracing v0.1.40 |
661 | 2024-11-13T18:46:20.743Z | Compiling goblin v0.8.2 |
662 | 2024-11-13T18:46:21.635Z | Compiling strum_macros v0.26.2 |
663 | 2024-11-13T18:46:22.215Z | Checking rand v0.8.5 |
664 | 2024-11-13T18:46:22.362Z | Compiling pest_derive v2.7.10 |
665 | 2024-11-13T18:46:22.494Z | Checking rustls-webpki v0.102.4 |
666 | 2024-11-13T18:46:22.798Z | Compiling pretty-hex v0.4.1 |
667 | 2024-11-13T18:46:23.003Z | Checking base64 v0.22.1 |
668 | 2024-11-13T18:46:23.184Z | Checking httpdate v1.0.3 |
669 | 2024-11-13T18:46:23.227Z | Compiling dtrace-parser v0.2.0 |
670 | 2024-11-13T18:46:23.230Z | Checking idna v0.5.0 |
671 | 2024-11-13T18:46:23.427Z | Checking tower-service v0.3.2 |
672 | 2024-11-13T18:46:23.490Z | Compiling omicron-workspace-hack v0.1.0 |
673 | 2024-11-13T18:46:23.547Z | Checking cpufeatures v0.2.12 |
674 | 2024-11-13T18:46:23.646Z | Compiling unsafe-libyaml v0.2.11 |
675 | 2024-11-13T18:46:23.838Z | Compiling strsim v0.11.1 |
676 | 2024-11-13T18:46:24.112Z | Checking url v2.5.0 |
677 | 2024-11-13T18:46:24.552Z | Compiling async-trait v0.1.83 |
678 | 2024-11-13T18:46:24.578Z | Checking bytes v1.7.2 |
679 | 2024-11-13T18:46:24.927Z | Checking bitflags v2.6.0 |
680 | 2024-11-13T18:46:25.391Z | Compiling indexmap v2.5.0 |
681 | 2024-11-13T18:46:25.499Z | Checking tokio v1.39.3 |
682 | 2024-11-13T18:46:25.747Z | Checking chrono v0.4.38 |
683 | 2024-11-13T18:46:26.432Z | Checking uuid v1.10.0 |
684 | 2024-11-13T18:46:26.821Z | Compiling serde_tokenstream v0.2.2 |
685 | 2024-11-13T18:46:27.000Z | Compiling http v1.1.0 |
686 | 2024-11-13T18:46:27.850Z | Compiling openapiv3 v2.0.0 |
687 | 2024-11-13T18:46:28.127Z | Compiling dof v0.3.0 |
688 | 2024-11-13T18:46:29.030Z | Checking http-body v1.0.1 |
689 | 2024-11-13T18:46:29.225Z | Compiling serde_yaml v0.9.34+deprecated |
690 | 2024-11-13T18:46:29.579Z | Compiling toml_datetime v0.6.8 |
691 | 2024-11-13T18:46:29.764Z | Checking block-buffer v0.10.4 |
692 | 2024-11-13T18:46:30.046Z | Checking foreign-types-shared v0.1.1 |
693 | 2024-11-13T18:46:30.149Z | Compiling rustls v0.22.4 |
694 | 2024-11-13T18:46:30.428Z | Checking foreign-types v0.3.2 |
695 | 2024-11-13T18:46:30.506Z | Checking digest v0.10.7 |
696 | 2024-11-13T18:46:30.524Z | Checking http-body-util v0.1.2 |
697 | 2024-11-13T18:46:31.002Z | Checking encoding_rs v0.8.34 |
698 | 2024-11-13T18:46:32.010Z | Compiling typify-impl v0.2.0 |
699 | 2024-11-13T18:46:32.068Z | Compiling crossbeam-utils v0.8.19 |
700 | 2024-11-13T18:46:32.548Z | Compiling paste v1.0.15 |
701 | 2024-11-13T18:46:32.616Z | Compiling slog-async v2.8.0 |
702 | 2024-11-13T18:46:32.741Z | Checking tokio-util v0.7.11 |
703 | 2024-11-13T18:46:32.761Z | Compiling ident_case v1.0.1 |
704 | 2024-11-13T18:46:32.939Z | Checking mime v0.3.17 |
705 | 2024-11-13T18:46:33.057Z | Compiling darling_core v0.20.9 |
706 | 2024-11-13T18:46:33.191Z | Compiling usdt-macro v0.5.0 |
707 | 2024-11-13T18:46:33.243Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-11-13T18:46:33.553Z | Checking h2 v0.4.6 |
709 | 2024-11-13T18:46:33.664Z | Checking serde_urlencoded v0.7.1 |
710 | 2024-11-13T18:46:34.087Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-11-13T18:46:34.665Z | Compiling multer v3.1.0 |
712 | 2024-11-13T18:46:34.709Z | Compiling rustix v0.38.34 |
713 | 2024-11-13T18:46:35.005Z | Checking openssl-probe v0.1.5 |
714 | 2024-11-13T18:46:36.922Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-11-13T18:46:37.845Z | Checking hyper v1.4.1 |
716 | 2024-11-13T18:46:38.352Z | Checking errno v0.3.9 |
717 | 2024-11-13T18:46:38.497Z | Compiling darling_macro v0.20.9 |
718 | 2024-11-13T18:46:38.679Z | Checking powerfmt v0.2.0 |
719 | 2024-11-13T18:46:38.951Z | Checking ipnet v2.9.0 |
720 | 2024-11-13T18:46:39.059Z | Checking tokio-native-tls v0.3.1 |
721 | 2024-11-13T18:46:39.318Z | Checking deranged v0.3.11 |
722 | 2024-11-13T18:46:39.489Z | Compiling darling v0.20.9 |
723 | 2024-11-13T18:46:39.559Z | Checking serde_spanned v0.6.7 |
724 | 2024-11-13T18:46:39.751Z | Checking futures-executor v0.3.30 |
725 | 2024-11-13T18:46:39.934Z | Checking hyper-util v0.1.9 |
726 | 2024-11-13T18:46:39.974Z | Checking webpki-roots v0.26.3 |
727 | 2024-11-13T18:46:41.105Z | Checking is-terminal v0.4.12 |
728 | 2024-11-13T18:46:41.206Z | Checking tokio-rustls v0.26.0 |
729 | 2024-11-13T18:46:41.226Z | Compiling dropshot v0.12.0 |
730 | 2024-11-13T18:46:41.484Z | Checking num_threads v0.1.7 |
731 | 2024-11-13T18:46:41.609Z | Checking futures v0.3.30 |
732 | 2024-11-13T18:46:41.637Z | Compiling serde_with_macros v3.9.0 |
733 | 2024-11-13T18:46:41.685Z | Checking time v0.3.36 |
734 | 2024-11-13T18:46:41.710Z | Checking sha1 v0.10.6 |
735 | 2024-11-13T18:46:41.754Z | Checking hyper-rustls v0.27.3 |
736 | 2024-11-13T18:46:41.986Z | Checking hyper-tls v0.6.0 |
737 | 2024-11-13T18:46:42.089Z | Compiling dropshot_endpoint v0.12.0 |
738 | 2024-11-13T18:46:42.230Z | Checking strum v0.26.2 |
739 | 2024-11-13T18:46:42.392Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-11-13T18:46:42.742Z | Checking sync_wrapper v1.0.1 |
741 | 2024-11-13T18:46:44.164Z | Checking reqwest v0.12.7 |
742 | 2024-11-13T18:46:44.634Z | Compiling typify-macro v0.2.0 |
743 | 2024-11-13T18:46:44.920Z | Compiling structmeta v0.3.0 |
744 | 2024-11-13T18:46:45.166Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-11-13T18:46:45.295Z | Checking winnow v0.6.18 |
746 | 2024-11-13T18:46:45.893Z | Checking match_cfg v0.1.0 |
747 | 2024-11-13T18:46:46.061Z | Checking hostname v0.3.1 |
748 | 2024-11-13T18:46:46.186Z | Checking progenitor-client v0.8.0 |
749 | 2024-11-13T18:46:46.478Z | Checking dirs-next v2.0.0 |
750 | 2024-11-13T18:46:46.535Z | Compiling parse-display-derive v0.10.0 |
751 | 2024-11-13T18:46:47.091Z | Checking ipnetwork v0.20.0 |
752 | 2024-11-13T18:46:47.563Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
753 | 2024-11-13T18:46:47.582Z | Checking thread_local v1.1.8 |
754 | 2024-11-13T18:46:48.422Z | Compiling typify v0.2.0 |
755 | 2024-11-13T18:46:48.559Z | Compiling progenitor-impl v0.8.0 |
756 | 2024-11-13T18:46:48.595Z | Checking term v0.7.0 |
757 | 2024-11-13T18:46:49.082Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-11-13T18:46:49.487Z | Checking memmap v0.7.0 |
759 | 2024-11-13T18:46:49.701Z | Checking take_mut v0.2.2 |
760 | 2024-11-13T18:46:50.110Z | Checking usdt v0.5.0 |
761 | 2024-11-13T18:46:50.160Z | Checking slog-term v2.9.1 |
762 | 2024-11-13T18:46:50.610Z | Checking toml_edit v0.22.20 |
763 | 2024-11-13T18:46:50.655Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-11-13T18:46:50.700Z | Checking slog-json v2.6.1 |
765 | 2024-11-13T18:46:51.707Z | Compiling winnow v0.5.40 |
766 | 2024-11-13T18:46:52.322Z | Checking debug-ignore v1.0.5 |
767 | 2024-11-13T18:46:53.283Z | Checking toml v0.8.19 |
768 | 2024-11-13T18:46:54.075Z | Checking slog-bunyan v2.5.0 |
769 | 2024-11-13T18:46:54.480Z | Checking async-stream v0.3.5 |
770 | 2024-11-13T18:46:54.647Z | Checking tokio-rustls v0.25.0 |
771 | 2024-11-13T18:46:54.769Z | Compiling progenitor-macro v0.8.0 |
772 | 2024-11-13T18:46:54.838Z | Checking serde_path_to_error v0.1.16 |
773 | 2024-11-13T18:46:55.012Z | Checking waitgroup v0.1.2 |
774 | 2024-11-13T18:46:55.031Z | Checking hostname v0.4.0 |
775 | 2024-11-13T18:46:55.276Z | Compiling toml_edit v0.19.15 |
776 | 2024-11-13T18:46:55.592Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-11-13T18:46:55.631Z | Checking serde_with v3.9.0 |
778 | 2024-11-13T18:46:55.664Z | Checking newtype-uuid v1.1.0 |
779 | 2024-11-13T18:46:55.902Z | Compiling clap_derive v4.5.4 |
780 | 2024-11-13T18:46:56.321Z | Checking utf8parse v0.2.1 |
781 | 2024-11-13T18:46:56.457Z | Checking unicode-width v0.1.14 |
782 | 2024-11-13T18:46:57.154Z | Checking anstyle-parse v0.2.4 |
783 | 2024-11-13T18:46:57.430Z | Checking hex v0.4.3 |
784 | 2024-11-13T18:46:57.941Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-11-13T18:46:58.985Z | Checking instant v0.1.12 |
786 | 2024-11-13T18:46:59.101Z | Checking colorchoice v1.0.1 |
787 | 2024-11-13T18:46:59.169Z | Checking anstyle-query v1.0.3 |
788 | 2024-11-13T18:46:59.233Z | Checking anstyle v1.0.7 |
789 | 2024-11-13T18:46:59.296Z | Checking lazy_static v1.5.0 |
790 | 2024-11-13T18:46:59.549Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-11-13T18:46:59.617Z | Checking backoff v0.4.0 |
792 | 2024-11-13T18:46:59.668Z | Checking anstream v0.6.14 |
793 | 2024-11-13T18:46:59.793Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-11-13T18:46:59.937Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2024-11-13T18:47:00.031Z | Checking parse-display v0.10.0 |
796 | 2024-11-13T18:47:00.052Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-11-13T18:47:00.137Z | Checking terminal_size v0.3.0 |
798 | 2024-11-13T18:47:00.256Z | Checking macaddr v1.0.1 |
799 | 2024-11-13T18:47:00.322Z | Checking regress v0.9.1 |
800 | 2024-11-13T18:47:00.999Z | Checking num-integer v0.1.46 |
801 | 2024-11-13T18:47:01.341Z | Compiling crucible-workspace-hack v0.1.0 |
802 | 2024-11-13T18:47:01.474Z | Checking clap_lex v0.7.0 |
803 | 2024-11-13T18:47:01.682Z | Compiling unicode-xid v0.2.4 |
804 | 2024-11-13T18:47:01.723Z | Checking clap_builder v4.5.2 |
805 | 2024-11-13T18:47:03.720Z | Compiling heapless v0.8.0 |
806 | 2024-11-13T18:47:04.815Z | Checking clap v4.5.4 |
807 | 2024-11-13T18:47:05.077Z | Checking num-bigint v0.4.5 |
808 | 2024-11-13T18:47:05.341Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-11-13T18:47:06.217Z | Checking hash32 v0.3.1 |
810 | 2024-11-13T18:47:06.581Z | Checking fastrand v2.1.0 |
811 | 2024-11-13T18:47:06.655Z | Checking bitflags v1.3.2 |
812 | 2024-11-13T18:47:06.897Z | Compiling smoltcp v0.11.0 |
813 | 2024-11-13T18:47:07.309Z | Checking stable_deref_trait v1.2.0 |
814 | 2024-11-13T18:47:07.431Z | Checking either v1.13.0 |
815 | 2024-11-13T18:47:07.485Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
816 | 2024-11-13T18:47:07.505Z | Checking num_enum v0.5.11 |
817 | 2024-11-13T18:47:07.574Z | Checking num-rational v0.4.2 |
818 | 2024-11-13T18:47:07.821Z | Checking tempfile v3.10.1 |
819 | 2024-11-13T18:47:07.904Z | Compiling synstructure v0.12.6 |
820 | 2024-11-13T18:47:08.158Z | Checking num-iter v0.1.45 |
821 | 2024-11-13T18:47:08.281Z | Checking num-complex v0.4.6 |
822 | 2024-11-13T18:47:08.329Z | Compiling proc-macro-error-attr v1.0.4 |
823 | 2024-11-13T18:47:08.404Z | Checking cobs v0.2.3 |
824 | 2024-11-13T18:47:08.553Z | Checking progenitor v0.8.0 |
825 | 2024-11-13T18:47:08.601Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
826 | 2024-11-13T18:47:08.719Z | Checking managed v0.8.0 |
827 | 2024-11-13T18:47:08.782Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
828 | 2024-11-13T18:47:08.904Z | Checking postcard v1.0.9 |
829 | 2024-11-13T18:47:09.260Z | Checking num v0.4.3 |
830 | 2024-11-13T18:47:09.280Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-11-13T18:47:09.829Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-11-13T18:47:09.910Z | Compiling libz-sys v1.1.16 |
833 | 2024-11-13T18:47:10.586Z | Compiling proc-macro-error v1.0.4 |
834 | 2024-11-13T18:47:10.915Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-11-13T18:47:11.031Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
836 | 2024-11-13T18:47:11.163Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-11-13T18:47:11.289Z | Checking pretty-hex v0.2.1 |
838 | 2024-11-13T18:47:11.901Z | Checking foreign-types v0.5.0 |
839 | 2024-11-13T18:47:12.094Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
840 | 2024-11-13T18:47:13.211Z | Checking tabwriter v1.4.0 |
841 | 2024-11-13T18:47:13.505Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
842 | 2024-11-13T18:47:13.532Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
843 | 2024-11-13T18:47:13.637Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
844 | 2024-11-13T18:47:14.388Z | Checking cstr-argument v0.1.2 |
845 | 2024-11-13T18:47:14.461Z | Checking data-encoding v2.6.0 |
846 | 2024-11-13T18:47:14.481Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-11-13T18:47:14.553Z | Compiling prettyplease v0.2.22 |
848 | 2024-11-13T18:47:14.971Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-11-13T18:47:15.468Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-11-13T18:47:16.235Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-11-13T18:47:16.539Z | Checking colored v2.1.0 |
852 | 2024-11-13T18:47:17.426Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-11-13T18:47:18.022Z | Checking unicode-segmentation v1.11.0 |
854 | 2024-11-13T18:47:18.221Z | Checking is_ci v1.2.0 |
855 | 2024-11-13T18:47:18.301Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
856 | 2024-11-13T18:47:18.365Z | Checking static_assertions v1.1.0 |
857 | 2024-11-13T18:47:18.473Z | Compiling semver v0.1.20 |
858 | 2024-11-13T18:47:18.512Z | Checking float-ord v0.3.2 |
859 | 2024-11-13T18:47:18.750Z | Checking newline-converter v0.3.0 |
860 | 2024-11-13T18:47:18.937Z | Compiling rustc_version v0.1.7 |
861 | 2024-11-13T18:47:19.065Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
862 | 2024-11-13T18:47:20.699Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-11-13T18:47:21.703Z | Checking camino-tempfile v1.1.1 |
864 | 2024-11-13T18:47:21.803Z | Checking itertools v0.10.5 |
865 | 2024-11-13T18:47:21.961Z | Checking console v0.15.8 |
866 | 2024-11-13T18:47:22.564Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
867 | 2024-11-13T18:47:23.326Z | Compiling num-derive v0.4.2 |
868 | 2024-11-13T18:47:23.346Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
869 | 2024-11-13T18:47:25.012Z | Checking sigpipe v0.1.3 |
870 | 2024-11-13T18:47:25.119Z | Compiling usdt-impl v0.3.5 |
871 | 2024-11-13T18:47:25.476Z | Compiling owo-colors v4.1.0 |
872 | 2024-11-13T18:47:25.520Z | Checking similar v2.5.0 |
873 | 2024-11-13T18:47:26.154Z | Checking base64ct v1.6.0 |
874 | 2024-11-13T18:47:26.223Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
875 | 2024-11-13T18:47:26.241Z | Checking expectorate v1.1.0 |
876 | 2024-11-13T18:47:26.430Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
877 | 2024-11-13T18:47:26.594Z | Checking password-hash v0.5.0 |
878 | 2024-11-13T18:47:26.754Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-11-13T18:47:26.971Z | Checking zone v0.3.0 |
880 | 2024-11-13T18:47:26.985Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-11-13T18:47:27.003Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-11-13T18:47:27.233Z | Compiling newtype_derive v0.1.6 |
883 | 2024-11-13T18:47:27.273Z | Checking supports-color v3.0.1 |
884 | 2024-11-13T18:47:27.431Z | Checking supports-color v2.1.0 |
885 | 2024-11-13T18:47:27.452Z | Compiling zerocopy v0.3.2 |
886 | 2024-11-13T18:47:27.452Z | Checking blake2 v0.10.6 |
887 | 2024-11-13T18:47:27.586Z | Compiling cargo-platform v0.1.8 |
888 | 2024-11-13T18:47:27.605Z | Checking smf v0.2.3 |
889 | 2024-11-13T18:47:27.684Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-11-13T18:47:27.865Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-11-13T18:47:28.027Z | Compiling serde_repr v0.1.19 |
892 | 2024-11-13T18:47:28.047Z | Compiling vergen v8.3.2 |
893 | 2024-11-13T18:47:28.068Z | Checking base64 v0.21.7 |
894 | 2024-11-13T18:47:28.469Z | Checking fixedbitset v0.4.2 |
895 | 2024-11-13T18:47:28.532Z | Checking whoami v1.5.1 |
896 | 2024-11-13T18:47:28.585Z | Compiling cancel-safe-futures v0.1.5 |
897 | 2024-11-13T18:47:28.765Z | Checking petgraph v0.6.5 |
898 | 2024-11-13T18:47:29.014Z | Checking hubpack v0.1.2 |
899 | 2024-11-13T18:47:29.212Z | Compiling dof v0.1.5 |
900 | 2024-11-13T18:47:29.281Z | Compiling cargo_metadata v0.18.1 |
901 | 2024-11-13T18:47:29.692Z | Checking zerocopy v0.6.6 |
902 | 2024-11-13T18:47:30.038Z | Checking argon2 v0.5.3 |
903 | 2024-11-13T18:47:31.345Z | Compiling rustc_version v0.4.0 |
904 | 2024-11-13T18:47:31.926Z | Checking serde-big-array v0.5.1 |
905 | 2024-11-13T18:47:31.969Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-11-13T18:47:32.124Z | Compiling strum_macros v0.25.3 |
907 | 2024-11-13T18:47:32.315Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-11-13T18:47:32.332Z | Compiling slog-dtrace v0.3.0 |
909 | 2024-11-13T18:47:32.689Z | Compiling cookie v0.18.1 |
910 | 2024-11-13T18:47:32.861Z | Compiling rustls v0.21.12 |
911 | 2024-11-13T18:47:33.056Z | Compiling convert_case v0.4.0 |
912 | 2024-11-13T18:47:33.181Z | Compiling cfg_aliases v0.2.1 |
913 | 2024-11-13T18:47:33.290Z | Compiling nix v0.29.0 |
914 | 2024-11-13T18:47:33.653Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-11-13T18:47:33.799Z | Compiling derive_more v0.99.18 |
916 | 2024-11-13T18:47:33.839Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-11-13T18:47:34.179Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-11-13T18:47:34.921Z | Checking atomicwrites v0.4.4 |
919 | 2024-11-13T18:47:34.963Z | Checking itertools v0.13.0 |
920 | 2024-11-13T18:47:35.039Z | Checking libsw v3.3.1 |
921 | 2024-11-13T18:47:35.100Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-11-13T18:47:35.288Z | Checking rustls-webpki v0.101.7 |
923 | 2024-11-13T18:47:35.363Z | Checking sct v0.7.1 |
924 | 2024-11-13T18:47:35.482Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
925 | 2024-11-13T18:47:35.555Z | Checking idna v0.4.0 |
926 | 2024-11-13T18:47:35.594Z | Compiling enum-as-inner v0.6.0 |
927 | 2024-11-13T18:47:35.976Z | Compiling derive-where v1.2.7 |
928 | 2024-11-13T18:47:36.346Z | Checking inout v0.1.3 |
929 | 2024-11-13T18:47:36.508Z | Checking utf-8 v0.7.6 |
930 | 2024-11-13T18:47:36.650Z | Compiling radium v0.7.0 |
931 | 2024-11-13T18:47:36.696Z | Checking quick-error v1.2.3 |
932 | 2024-11-13T18:47:36.832Z | Checking swrite v0.1.0 |
933 | 2024-11-13T18:47:36.955Z | Checking highway v1.2.0 |
934 | 2024-11-13T18:47:37.140Z | Checking indent_write v2.2.0 |
935 | 2024-11-13T18:47:37.347Z | Checking linked-hash-map v0.5.6 |
936 | 2024-11-13T18:47:37.477Z | Checking linear-map v1.2.0 |
937 | 2024-11-13T18:47:37.659Z | Checking lru-cache v0.1.2 |
938 | 2024-11-13T18:47:37.811Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-11-13T18:47:37.863Z | Checking resolv-conf v0.7.0 |
940 | 2024-11-13T18:47:38.233Z | Checking tungstenite v0.21.0 |
941 | 2024-11-13T18:47:38.953Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-11-13T18:47:39.096Z | Checking hickory-proto v0.24.1 |
943 | 2024-11-13T18:47:39.227Z | Checking cipher v0.4.4 |
944 | 2024-11-13T18:47:39.677Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-11-13T18:47:40.621Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-11-13T18:47:41.631Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-11-13T18:47:42.797Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-11-13T18:47:42.874Z | Checking steno v0.4.1 |
949 | 2024-11-13T18:47:44.267Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-11-13T18:47:44.407Z | Checking crossbeam-epoch v0.9.18 |
951 | 2024-11-13T18:47:44.757Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
952 | 2024-11-13T18:47:44.835Z | Checking hashlink v0.9.1 |
953 | 2024-11-13T18:47:44.911Z | Checking humantime v2.1.0 |
954 | 2024-11-13T18:47:45.022Z | Checking fallible-iterator v0.3.0 |
955 | 2024-11-13T18:47:45.140Z | Compiling rayon-core v1.12.1 |
956 | 2024-11-13T18:47:45.161Z | Checking fallible-streaming-iterator v0.1.9 |
957 | 2024-11-13T18:47:45.341Z | Checking tap v1.0.1 |
958 | 2024-11-13T18:47:45.370Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
959 | 2024-11-13T18:47:45.403Z | Checking crossbeam-deque v0.8.5 |
960 | 2024-11-13T18:47:45.496Z | Checking wyz v0.5.1 |
961 | 2024-11-13T18:47:45.616Z | Checking rusqlite v0.32.1 |
962 | 2024-11-13T18:47:45.689Z | Checking tokio-rustls v0.24.1 |
963 | 2024-11-13T18:47:45.862Z | Checking hickory-resolver v0.24.1 |
964 | 2024-11-13T18:47:45.937Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-11-13T18:47:46.402Z | Compiling usdt-macro v0.3.5 |
966 | 2024-11-13T18:47:46.442Z | Compiling usdt-attr-macro v0.3.5 |
967 | 2024-11-13T18:47:47.125Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-11-13T18:47:47.227Z | Checking twox-hash v1.6.3 |
969 | 2024-11-13T18:47:47.315Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
970 | 2024-11-13T18:47:47.626Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-11-13T18:47:47.688Z | Checking universal-hash v0.5.1 |
972 | 2024-11-13T18:47:47.830Z | Checking atty v0.2.14 |
973 | 2024-11-13T18:47:47.853Z | Checking funty v2.0.0 |
974 | 2024-11-13T18:47:47.873Z | Checking opaque-debug v0.3.1 |
975 | 2024-11-13T18:47:47.958Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-11-13T18:47:48.325Z | Checking polyval v0.6.2 |
977 | 2024-11-13T18:47:48.406Z | Checking usdt v0.3.5 |
978 | 2024-11-13T18:47:48.592Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-11-13T18:47:48.778Z | Checking bitvec v1.0.1 |
980 | 2024-11-13T18:47:49.327Z | Checking ctr v0.9.2 |
981 | 2024-11-13T18:47:49.478Z | Checking aes v0.8.4 |
982 | 2024-11-13T18:47:49.583Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
983 | 2024-11-13T18:47:49.941Z | Checking num_enum v0.7.2 |
984 | 2024-11-13T18:47:49.978Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
985 | 2024-11-13T18:47:50.092Z | Checking bincode v1.3.3 |
986 | 2024-11-13T18:47:50.114Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
987 | 2024-11-13T18:47:50.163Z | Checking aead v0.5.2 |
988 | 2024-11-13T18:47:50.376Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
989 | 2024-11-13T18:47:50.420Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
990 | 2024-11-13T18:47:50.469Z | Checking aes-gcm-siv v0.11.1 |
991 | 2024-11-13T18:47:50.700Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
992 | 2024-11-13T18:47:50.792Z | Checking rayon v1.10.0 |
993 | 2024-11-13T18:47:50.960Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
994 | 2024-11-13T18:47:50.980Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
995 | 2024-11-13T18:47:51.187Z | Compiling bitstruct_derive v0.1.0 |
996 | 2024-11-13T18:47:51.359Z | Compiling async-recursion v1.1.1 |
997 | 2024-11-13T18:47:52.484Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
998 | 2024-11-13T18:47:52.627Z | Checking ascii v1.1.0 |
999 | 2024-11-13T18:47:52.693Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-11-13T18:47:52.875Z | Checking ringbuffer v0.15.0 |
1001 | 2024-11-13T18:47:53.012Z | Checking typeid v1.0.0 |
1002 | 2024-11-13T18:47:53.109Z | Compiling cfg_aliases v0.1.1 |
1003 | 2024-11-13T18:47:53.216Z | Compiling nix v0.28.0 |
1004 | 2024-11-13T18:47:53.276Z | Checking toml v0.7.8 |
1005 | 2024-11-13T18:47:53.298Z | Checking erased-serde v0.4.5 |
1006 | 2024-11-13T18:47:53.320Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1007 | 2024-11-13T18:47:53.412Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1008 | 2024-11-13T18:47:53.708Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1009 | 2024-11-13T18:47:54.042Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1010 | 2024-11-13T18:47:54.064Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1011 | 2024-11-13T18:47:54.252Z | Checking bitstruct v0.1.1 |
1012 | 2024-11-13T18:47:54.272Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1013 | 2024-11-13T18:47:54.371Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1014 | 2024-11-13T18:47:54.395Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-11-13T18:47:54.601Z | Checking serde_arrays v0.1.0 |
1016 | 2024-11-13T18:47:54.635Z | Checking libloading v0.7.4 |
1017 | 2024-11-13T18:47:54.683Z | Compiling const_format_proc_macros v0.2.32 |
1018 | 2024-11-13T18:47:54.724Z | Checking kstat-rs v0.2.4 |
1019 | 2024-11-13T18:47:54.751Z | Compiling escargot v0.5.10 |
1020 | 2024-11-13T18:47:54.878Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1021 | 2024-11-13T18:47:55.063Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1022 | 2024-11-13T18:47:55.213Z | Checking ron v0.8.1 |
1023 | 2024-11-13T18:47:55.403Z | Checking xattr v1.3.1 |
1024 | 2024-11-13T18:47:55.764Z | Checking filetime v0.2.23 |
1025 | 2024-11-13T18:47:55.905Z | Checking bstr v1.9.1 |
1026 | 2024-11-13T18:47:56.210Z | Checking bit_field v0.10.2 |
1027 | 2024-11-13T18:47:56.446Z | Checking const_format v0.2.32 |
1028 | 2024-11-13T18:47:56.449Z | Checking tar v0.4.40 |
1029 | 2024-11-13T18:47:56.485Z | Checking ctrlc v3.4.4 |
1030 | 2024-11-13T18:47:56.681Z | Checking globset v0.4.14 |
1031 | 2024-11-13T18:47:56.982Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1032 | 2024-11-13T18:47:57.180Z | Checking fatfs v0.3.6 |
1033 | 2024-11-13T18:47:57.217Z | Checking glob v0.3.1 |
1034 | 2024-11-13T18:47:59.069Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1035 | 2024-11-13T18:47:59.583Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-11-13T18:48:00.343Z | Compiling git2 v0.19.0 |
1037 | 2024-11-13T18:48:01.002Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1038 | 2024-11-13T18:48:04.891Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1039 | 2024-11-13T18:48:05.639Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1040 | 2024-11-13T18:48:14.058Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1041 | 2024-11-13T18:48:19.325Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1042 | 2024-11-13T18:48:28.575Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1043 | 2024-11-13T18:48:28.577Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1044 | 2024-11-13T18:48:42.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 35s |
1045 | 2024-11-13T18:48:42.629Z | |
1046 | 2024-11-13T18:48:42.629Z | real 3:35.754585881 |
1047 | 2024-11-13T18:48:42.629Z | user 12:57.317408571 |
1048 | 2024-11-13T18:48:42.630Z | sys 3:00.747461785 |
1049 | 2024-11-13T18:48:42.630Z | trap 0.366708212 |
1050 | 2024-11-13T18:48:42.630Z | tflt 7.164968598 |
1051 | 2024-11-13T18:48:42.630Z | dflt 5.641445634 |
1052 | 2024-11-13T18:48:42.630Z | kflt 0.016621717 |
1053 | 2024-11-13T18:48:42.630Z | lock 16:34.586110684 |
1054 | 2024-11-13T18:48:42.630Z | slp 54:16.811110934 |
1055 | 2024-11-13T18:48:42.630Z | lat 53.072937611 |
1056 | 2024-11-13T18:48:42.630Z | stop 3:03.771862860 |
1057 | 2024-11-13T18:48:42.633Z | + ptime -m cargo clippy --features falcon --all-targets |
1058 | 2024-11-13T18:48:43.148Z | Downloading crates ... |
1059 | 2024-11-13T18:48:43.333Z | Downloaded predicates-tree v1.0.9 |
1060 | 2024-11-13T18:48:43.336Z | Downloaded arc-swap v1.7.1 |
1061 | 2024-11-13T18:48:43.338Z | Downloaded termtree v0.4.1 |
1062 | 2024-11-13T18:48:43.340Z | Downloaded downcast v0.11.0 |
1063 | 2024-11-13T18:48:43.347Z | Downloaded miniz_oxide v0.7.2 |
1064 | 2024-11-13T18:48:43.352Z | Downloaded fragile v2.0.0 |
1065 | 2024-11-13T18:48:43.354Z | Downloaded slog-stdlog v4.1.1 |
1066 | 2024-11-13T18:48:43.356Z | Downloaded predicates v3.1.0 |
1067 | 2024-11-13T18:48:43.360Z | Downloaded mockall v0.12.1 |
1068 | 2024-11-13T18:48:43.362Z | Downloaded serde_test v1.0.176 |
1069 | 2024-11-13T18:48:43.362Z | Downloaded slog-envlogger v2.2.0 |
1070 | 2024-11-13T18:48:43.362Z | Downloaded flate2 v1.0.30 |
1071 | 2024-11-13T18:48:43.367Z | Downloaded slog-scope v4.4.0 |
1072 | 2024-11-13T18:48:43.369Z | Downloaded png v0.17.13 |
1073 | 2024-11-13T18:48:43.372Z | Downloaded mockall_derive v0.12.1 |
1074 | 2024-11-13T18:48:43.374Z | Downloaded bytemuck v1.16.0 |
1075 | 2024-11-13T18:48:43.377Z | Downloaded crc32fast v1.4.0 |
1076 | 2024-11-13T18:48:43.379Z | Downloaded fdeflate v0.3.4 |
1077 | 2024-11-13T18:48:43.382Z | Downloaded simd-adler32 v0.3.7 |
1078 | 2024-11-13T18:48:43.384Z | Downloaded predicates-core v1.0.6 |
1079 | 2024-11-13T18:48:43.875Z | Downloaded image v0.25.1 |
1080 | 2024-11-13T18:48:44.170Z | Checking log v0.4.22 |
1081 | 2024-11-13T18:48:44.174Z | Checking tokio v1.39.3 |
1082 | 2024-11-13T18:48:44.217Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1083 | 2024-11-13T18:48:44.222Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1084 | 2024-11-13T18:48:44.222Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-11-13T18:48:44.246Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1086 | 2024-11-13T18:48:44.253Z | Compiling crc32fast v1.4.0 |
1087 | 2024-11-13T18:48:44.256Z | Checking simd-adler32 v0.3.7 |
1088 | 2024-11-13T18:48:44.402Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1089 | 2024-11-13T18:48:44.448Z | Checking native-tls v0.2.11 |
1090 | 2024-11-13T18:48:44.480Z | Checking goblin v0.8.2 |
1091 | 2024-11-13T18:48:44.482Z | Checking typify-impl v0.2.0 |
1092 | 2024-11-13T18:48:44.621Z | Checking rustls v0.22.4 |
1093 | 2024-11-13T18:48:44.740Z | Checking tungstenite v0.21.0 |
1094 | 2024-11-13T18:48:44.742Z | Checking rustls v0.21.12 |
1095 | 2024-11-13T18:48:44.764Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1096 | 2024-11-13T18:48:44.831Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1097 | 2024-11-13T18:48:45.172Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1098 | 2024-11-13T18:48:45.577Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1099 | 2024-11-13T18:48:45.612Z | Checking adler v1.0.2 |
1100 | 2024-11-13T18:48:45.760Z | Checking miniz_oxide v0.7.2 |
1101 | 2024-11-13T18:48:46.293Z | Checking arc-swap v1.7.1 |
1102 | 2024-11-13T18:48:46.553Z | Checking flate2 v1.0.30 |
1103 | 2024-11-13T18:48:46.711Z | Checking slog-scope v4.4.0 |
1104 | 2024-11-13T18:48:46.902Z | Checking fdeflate v0.3.4 |
1105 | 2024-11-13T18:48:46.963Z | Checking typify v0.2.0 |
1106 | 2024-11-13T18:48:47.093Z | Checking progenitor-impl v0.8.0 |
1107 | 2024-11-13T18:48:47.206Z | Checking slog-stdlog v4.1.1 |
1108 | 2024-11-13T18:48:47.359Z | Checking predicates-core v1.0.6 |
1109 | 2024-11-13T18:48:47.390Z | Checking png v0.17.13 |
1110 | 2024-11-13T18:48:47.529Z | Checking bytemuck v1.16.0 |
1111 | 2024-11-13T18:48:48.010Z | Checking slog-envlogger v2.2.0 |
1112 | 2024-11-13T18:48:48.047Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1113 | 2024-11-13T18:48:48.229Z | Checking termtree v0.4.1 |
1114 | 2024-11-13T18:48:48.306Z | Checking predicates v3.1.0 |
1115 | 2024-11-13T18:48:48.429Z | Checking predicates-tree v1.0.9 |
1116 | 2024-11-13T18:48:48.565Z | Compiling mockall_derive v0.12.1 |
1117 | 2024-11-13T18:48:48.622Z | Checking image v0.25.1 |
1118 | 2024-11-13T18:48:48.828Z | Checking wait-timeout v0.2.0 |
1119 | 2024-11-13T18:48:48.882Z | Checking downcast v0.11.0 |
1120 | 2024-11-13T18:48:49.051Z | Checking fragile v2.0.0 |
1121 | 2024-11-13T18:48:49.085Z | Checking bit-vec v0.6.3 |
1122 | 2024-11-13T18:48:49.117Z | Checking rusty-fork v0.3.0 |
1123 | 2024-11-13T18:48:49.351Z | Checking globset v0.4.14 |
1124 | 2024-11-13T18:48:49.429Z | Checking bit-set v0.5.3 |
1125 | 2024-11-13T18:48:49.462Z | Checking escargot v0.5.10 |
1126 | 2024-11-13T18:48:49.493Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1127 | 2024-11-13T18:48:49.583Z | Checking dof v0.3.0 |
1128 | 2024-11-13T18:48:49.674Z | Checking fatfs v0.3.6 |
1129 | 2024-11-13T18:48:49.841Z | Checking rand_xorshift v0.3.0 |
1130 | 2024-11-13T18:48:50.013Z | Checking unarray v0.1.4 |
1131 | 2024-11-13T18:48:50.153Z | Checking proptest v1.5.0 |
1132 | 2024-11-13T18:48:50.181Z | Checking usdt-impl v0.5.0 |
1133 | 2024-11-13T18:48:50.528Z | Checking serde_test v1.0.176 |
1134 | 2024-11-13T18:48:50.551Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1135 | 2024-11-13T18:48:50.699Z | Checking usdt v0.5.0 |
1136 | 2024-11-13T18:48:50.939Z | Checking slog-dtrace v0.3.0 |
1137 | 2024-11-13T18:48:51.379Z | Checking tokio-util v0.7.11 |
1138 | 2024-11-13T18:48:51.935Z | Checking tokio-native-tls v0.3.1 |
1139 | 2024-11-13T18:48:51.948Z | Checking tokio-rustls v0.26.0 |
1140 | 2024-11-13T18:48:51.973Z | Checking tokio-rustls v0.25.0 |
1141 | 2024-11-13T18:48:52.134Z | Checking backoff v0.4.0 |
1142 | 2024-11-13T18:48:52.178Z | Checking tokio-tungstenite v0.21.0 |
1143 | 2024-11-13T18:48:52.196Z | Checking h2 v0.4.6 |
1144 | 2024-11-13T18:48:52.319Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1145 | 2024-11-13T18:48:52.321Z | Checking zone v0.3.0 |
1146 | 2024-11-13T18:48:52.424Z | Checking libsw v3.3.1 |
1147 | 2024-11-13T18:48:52.584Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1148 | 2024-11-13T18:48:52.675Z | Checking cancel-safe-futures v0.1.5 |
1149 | 2024-11-13T18:48:52.688Z | Checking hickory-proto v0.24.1 |
1150 | 2024-11-13T18:48:53.107Z | Checking steno v0.4.1 |
1151 | 2024-11-13T18:48:53.166Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1152 | 2024-11-13T18:48:54.295Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1153 | 2024-11-13T18:48:54.435Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1154 | 2024-11-13T18:48:54.593Z | Checking tokio-rustls v0.24.1 |
1155 | 2024-11-13T18:48:54.913Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1156 | 2024-11-13T18:48:55.305Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1157 | 2024-11-13T18:48:55.448Z | Checking mockall v0.12.1 |
1158 | 2024-11-13T18:48:56.346Z | Checking hickory-resolver v0.24.1 |
1159 | 2024-11-13T18:48:56.375Z | Checking hyper v1.4.1 |
1160 | 2024-11-13T18:48:57.721Z | Checking hyper-util v0.1.9 |
1161 | 2024-11-13T18:48:58.821Z | Checking hyper-rustls v0.27.3 |
1162 | 2024-11-13T18:48:58.821Z | Checking hyper-tls v0.6.0 |
1163 | 2024-11-13T18:48:58.823Z | Checking dropshot v0.12.0 |
1164 | 2024-11-13T18:48:59.036Z | Checking reqwest v0.12.7 |
1165 | 2024-11-13T18:49:00.172Z | Checking progenitor-client v0.8.0 |
1166 | 2024-11-13T18:49:00.378Z | Checking progenitor v0.8.0 |
1167 | 2024-11-13T18:49:00.503Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1168 | 2024-11-13T18:49:00.505Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1169 | 2024-11-13T18:49:00.505Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-11-13T18:49:00.505Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1171 | 2024-11-13T18:49:01.421Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1172 | 2024-11-13T18:49:02.445Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1173 | 2024-11-13T18:49:04.106Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-11-13T18:49:06.006Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1175 | 2024-11-13T18:49:10.335Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-11-13T18:49:10.335Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-11-13T18:49:10.337Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-11-13T18:49:10.337Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-11-13T18:49:12.002Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-11-13T18:49:12.373Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-11-13T18:49:12.373Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-11-13T18:49:12.409Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-11-13T18:49:13.005Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-11-13T18:49:13.254Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-11-13T18:49:13.381Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-11-13T18:49:22.610Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-11-13T18:49:28.253Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-11-13T18:49:28.865Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1189 | 2024-11-13T18:49:32.745Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1190 | 2024-11-13T18:49:46.523Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1191 | 2024-11-13T18:49:46.523Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1192 | 2024-11-13T18:50:02.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1193 | 2024-11-13T18:50:03.042Z | |
1194 | 2024-11-13T18:50:03.042Z | real 1:20.394219968 |
1195 | 2024-11-13T18:50:03.042Z | user 3:18.135267015 |
1196 | 2024-11-13T18:50:03.042Z | sys 30.794624135 |
1197 | 2024-11-13T18:50:03.042Z | trap 0.068362599 |
1198 | 2024-11-13T18:50:03.042Z | tflt 0.240691298 |
1199 | 2024-11-13T18:50:03.045Z | dflt 0.072335437 |
1200 | 2024-11-13T18:50:03.045Z | kflt 0.000001919 |
1201 | 2024-11-13T18:50:03.045Z | lock 4:49.863702716 |
1202 | 2024-11-13T18:50:03.045Z | slp 11:01.071388450 |
1203 | 2024-11-13T18:50:03.045Z | lat 4.859153652 |
1204 | 2024-11-13T18:50:03.045Z | stop 12.291540059 |
1205 | 2024-11-13T18:50:03.045Z | + banner build |
1206 | 2024-11-13T18:50:03.045Z | |
1207 | 2024-11-13T18:50:03.045Z | ##### # # # # ##### |
1208 | 2024-11-13T18:50:03.045Z | # # # # # # # # |
1209 | 2024-11-13T18:50:03.046Z | ##### # # # # # # |
1210 | 2024-11-13T18:50:03.046Z | # # # # # # # # |
1211 | 2024-11-13T18:50:03.046Z | # # # # # # # # |
1212 | 2024-11-13T18:50:03.046Z | ##### #### # ###### ##### |
1213 | 2024-11-13T18:50:03.046Z | |
1214 | 2024-11-13T18:50:03.046Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1215 | 2024-11-13T18:50:03.807Z | Compiling proc-macro2 v1.0.86 |
1216 | 2024-11-13T18:50:03.807Z | Compiling unicode-ident v1.0.13 |
1217 | 2024-11-13T18:50:03.807Z | Compiling libc v0.2.159 |
1218 | 2024-11-13T18:50:03.810Z | Compiling serde v1.0.210 |
1219 | 2024-11-13T18:50:03.810Z | Compiling version_check v0.9.5 |
1220 | 2024-11-13T18:50:03.810Z | Compiling once_cell v1.19.0 |
1221 | 2024-11-13T18:50:03.810Z | Compiling autocfg v1.3.0 |
1222 | 2024-11-13T18:50:03.810Z | Compiling cfg-if v1.0.0 |
1223 | 2024-11-13T18:50:04.011Z | Compiling thiserror v1.0.64 |
1224 | 2024-11-13T18:50:04.060Z | Compiling memchr v2.7.2 |
1225 | 2024-11-13T18:50:04.254Z | Compiling libm v0.2.8 |
1226 | 2024-11-13T18:50:04.451Z | Compiling ahash v0.8.11 |
1227 | 2024-11-13T18:50:04.615Z | Compiling byteorder v1.5.0 |
1228 | 2024-11-13T18:50:04.637Z | Compiling itoa v1.0.11 |
1229 | 2024-11-13T18:50:04.836Z | Compiling lock_api v0.4.12 |
1230 | 2024-11-13T18:50:04.857Z | Compiling parking_lot_core v0.9.10 |
1231 | 2024-11-13T18:50:05.195Z | Compiling ryu v1.0.18 |
1232 | 2024-11-13T18:50:05.396Z | Compiling serde_json v1.0.128 |
1233 | 2024-11-13T18:50:05.467Z | Compiling quote v1.0.37 |
1234 | 2024-11-13T18:50:05.622Z | Compiling slab v0.4.9 |
1235 | 2024-11-13T18:50:05.762Z | Compiling getrandom v0.2.14 |
1236 | 2024-11-13T18:50:05.976Z | Compiling syn v2.0.77 |
1237 | 2024-11-13T18:50:06.043Z | Compiling jobserver v0.1.31 |
1238 | 2024-11-13T18:50:06.093Z | Compiling pkg-config v0.3.30 |
1239 | 2024-11-13T18:50:06.136Z | Compiling vcpkg v0.2.15 |
1240 | 2024-11-13T18:50:06.169Z | Compiling schemars v0.8.21 |
1241 | 2024-11-13T18:50:06.181Z | Compiling allocator-api2 v0.2.18 |
1242 | 2024-11-13T18:50:06.564Z | Compiling cc v1.0.97 |
1243 | 2024-11-13T18:50:06.595Z | Compiling pin-project-lite v0.2.14 |
1244 | 2024-11-13T18:50:06.979Z | Compiling num-traits v0.2.19 |
1245 | 2024-11-13T18:50:07.154Z | Compiling log v0.4.22 |
1246 | 2024-11-13T18:50:07.182Z | Compiling smallvec v1.13.2 |
1247 | 2024-11-13T18:50:07.557Z | Compiling scopeguard v1.2.0 |
1248 | 2024-11-13T18:50:07.587Z | Compiling equivalent v1.0.1 |
1249 | 2024-11-13T18:50:07.647Z | Compiling typenum v1.17.0 |
1250 | 2024-11-13T18:50:07.658Z | Compiling mio v1.0.2 |
1251 | 2024-11-13T18:50:07.713Z | Compiling signal-hook-registry v1.4.2 |
1252 | 2024-11-13T18:50:08.420Z | Compiling parking_lot v0.12.2 |
1253 | 2024-11-13T18:50:08.617Z | Compiling socket2 v0.5.7 |
1254 | 2024-11-13T18:50:09.190Z | Compiling httparse v1.8.0 |
1255 | 2024-11-13T18:50:09.331Z | Compiling generic-array v0.14.7 |
1256 | 2024-11-13T18:50:09.707Z | Compiling fnv v1.0.7 |
1257 | 2024-11-13T18:50:09.763Z | Compiling ring v0.17.8 |
1258 | 2024-11-13T18:50:09.862Z | Compiling futures-core v0.3.30 |
1259 | 2024-11-13T18:50:10.242Z | Compiling openssl-sys v0.9.103 |
1260 | 2024-11-13T18:50:10.426Z | Compiling iana-time-zone v0.1.60 |
1261 | 2024-11-13T18:50:10.443Z | Compiling rand_core v0.6.4 |
1262 | 2024-11-13T18:50:10.561Z | Compiling slog v2.7.0 |
1263 | 2024-11-13T18:50:10.733Z | Compiling semver v1.0.23 |
1264 | 2024-11-13T18:50:10.777Z | Compiling futures-sink v0.3.30 |
1265 | 2024-11-13T18:50:10.920Z | Compiling ucd-trie v0.1.6 |
1266 | 2024-11-13T18:50:11.084Z | Compiling dyn-clone v1.0.17 |
1267 | 2024-11-13T18:50:11.240Z | Compiling subtle v2.5.0 |
1268 | 2024-11-13T18:50:11.347Z | Compiling heck v0.5.0 |
1269 | 2024-11-13T18:50:11.424Z | Compiling futures-channel v0.3.30 |
1270 | 2024-11-13T18:50:11.487Z | Compiling rustversion v1.0.17 |
1271 | 2024-11-13T18:50:11.508Z | Compiling futures-task v0.3.30 |
1272 | 2024-11-13T18:50:11.519Z | Compiling pin-utils v0.1.0 |
1273 | 2024-11-13T18:50:11.530Z | Compiling futures-io v0.3.30 |
1274 | 2024-11-13T18:50:11.604Z | Compiling openssl v0.10.66 |
1275 | 2024-11-13T18:50:11.757Z | Compiling syn v1.0.109 |
1276 | 2024-11-13T18:50:12.161Z | Compiling aho-corasick v1.1.3 |
1277 | 2024-11-13T18:50:12.590Z | Compiling heck v0.4.1 |
1278 | 2024-11-13T18:50:12.989Z | Compiling serde_derive_internals v0.29.1 |
1279 | 2024-11-13T18:50:13.017Z | Compiling rustls v0.23.10 |
1280 | 2024-11-13T18:50:13.490Z | Compiling regex-syntax v0.8.4 |
1281 | 2024-11-13T18:50:13.508Z | Compiling native-tls v0.2.11 |
1282 | 2024-11-13T18:50:15.044Z | Compiling spin v0.9.8 |
1283 | 2024-11-13T18:50:15.296Z | Compiling anyhow v1.0.89 |
1284 | 2024-11-13T18:50:15.942Z | Compiling time-core v0.1.2 |
1285 | 2024-11-13T18:50:16.120Z | Compiling untrusted v0.9.0 |
1286 | 2024-11-13T18:50:16.176Z | Compiling num-conv v0.1.0 |
1287 | 2024-11-13T18:50:16.325Z | Compiling tracing-core v0.1.32 |
1288 | 2024-11-13T18:50:16.450Z | Compiling time-macros v0.2.18 |
1289 | 2024-11-13T18:50:17.518Z | Compiling regex-automata v0.4.6 |
1290 | 2024-11-13T18:50:17.621Z | Compiling serde_derive v1.0.210 |
1291 | 2024-11-13T18:50:18.361Z | Compiling zerocopy-derive v0.7.34 |
1292 | 2024-11-13T18:50:18.537Z | Compiling thiserror-impl v1.0.64 |
1293 | 2024-11-13T18:50:19.110Z | Compiling tokio-macros v2.4.0 |
1294 | 2024-11-13T18:50:19.278Z | Compiling schemars_derive v0.8.21 |
1295 | 2024-11-13T18:50:20.261Z | Compiling zerocopy v0.7.34 |
1296 | 2024-11-13T18:50:20.598Z | Compiling futures-macro v0.3.30 |
1297 | 2024-11-13T18:50:22.168Z | Compiling pest v2.7.10 |
1298 | 2024-11-13T18:50:22.337Z | Compiling hashbrown v0.14.5 |
1299 | 2024-11-13T18:50:22.413Z | Compiling futures-util v0.3.30 |
1300 | 2024-11-13T18:50:23.380Z | Compiling openssl-macros v0.1.1 |
1301 | 2024-11-13T18:50:23.656Z | Compiling regex v1.10.6 |
1302 | 2024-11-13T18:50:24.145Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-11-13T18:50:24.457Z | Compiling tracing-attributes v0.1.27 |
1304 | 2024-11-13T18:50:24.765Z | Compiling pest_meta v2.7.10 |
1305 | 2024-11-13T18:50:25.239Z | Compiling crypto-common v0.1.6 |
1306 | 2024-11-13T18:50:25.500Z | Compiling thread-id v4.2.1 |
1307 | 2024-11-13T18:50:25.649Z | Compiling regress v0.10.1 |
1308 | 2024-11-13T18:50:26.674Z | Compiling pest_generator v2.7.10 |
1309 | 2024-11-13T18:50:27.681Z | Compiling tracing v0.1.40 |
1310 | 2024-11-13T18:50:28.341Z | Compiling percent-encoding v2.3.1 |
1311 | 2024-11-13T18:50:28.374Z | Compiling rustls-pki-types v1.7.0 |
1312 | 2024-11-13T18:50:28.523Z | Compiling pest_derive v2.7.10 |
1313 | 2024-11-13T18:50:28.809Z | Compiling form_urlencoded v1.2.1 |
1314 | 2024-11-13T18:50:29.242Z | Compiling tinyvec_macros v0.1.1 |
1315 | 2024-11-13T18:50:29.328Z | Compiling camino v1.1.9 |
1316 | 2024-11-13T18:50:29.349Z | Compiling tinyvec v1.6.0 |
1317 | 2024-11-13T18:50:29.508Z | Compiling usdt-impl v0.5.0 |
1318 | 2024-11-13T18:50:29.603Z | Compiling atomic-waker v1.1.2 |
1319 | 2024-11-13T18:50:29.785Z | Compiling ppv-lite86 v0.2.17 |
1320 | 2024-11-13T18:50:29.910Z | Compiling zeroize v1.7.0 |
1321 | 2024-11-13T18:50:30.249Z | Compiling rustls-webpki v0.102.4 |
1322 | 2024-11-13T18:50:30.273Z | Compiling scroll v0.12.0 |
1323 | 2024-11-13T18:50:30.638Z | Compiling bytes v1.7.2 |
1324 | 2024-11-13T18:50:31.002Z | Compiling indexmap v2.5.0 |
1325 | 2024-11-13T18:50:31.061Z | Compiling chrono v0.4.38 |
1326 | 2024-11-13T18:50:32.176Z | Compiling tokio v1.39.3 |
1327 | 2024-11-13T18:50:32.479Z | Compiling uuid v1.10.0 |
1328 | 2024-11-13T18:50:32.534Z | Compiling bitflags v2.6.0 |
1329 | 2024-11-13T18:50:32.598Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2024-11-13T18:50:33.243Z | Compiling http v1.1.0 |
1331 | 2024-11-13T18:50:34.804Z | Compiling unicode-normalization v0.1.23 |
1332 | 2024-11-13T18:50:35.483Z | Compiling rand_chacha v0.3.1 |
1333 | 2024-11-13T18:50:36.785Z | Compiling http-body v1.0.1 |
1334 | 2024-11-13T18:50:37.323Z | Compiling plain v0.2.3 |
1335 | 2024-11-13T18:50:37.484Z | Compiling try-lock v0.2.5 |
1336 | 2024-11-13T18:50:37.652Z | Compiling unicode-bidi v0.3.15 |
1337 | 2024-11-13T18:50:37.997Z | Compiling want v0.3.1 |
1338 | 2024-11-13T18:50:38.284Z | Compiling goblin v0.8.2 |
1339 | 2024-11-13T18:50:39.442Z | Compiling typify-impl v0.2.0 |
1340 | 2024-11-13T18:50:39.570Z | Compiling rand v0.8.5 |
1341 | 2024-11-13T18:50:40.346Z | Compiling openapiv3 v2.0.0 |
1342 | 2024-11-13T18:50:40.480Z | Compiling strum_macros v0.26.2 |
1343 | 2024-11-13T18:50:41.191Z | Compiling tokio-util v0.7.11 |
1344 | 2024-11-13T18:50:43.244Z | Compiling h2 v0.4.6 |
1345 | 2024-11-13T18:50:44.592Z | Compiling omicron-workspace-hack v0.1.0 |
1346 | 2024-11-13T18:50:44.616Z | Compiling pretty-hex v0.4.1 |
1347 | 2024-11-13T18:50:44.767Z | Compiling base64 v0.22.1 |
1348 | 2024-11-13T18:50:44.809Z | Compiling httpdate v1.0.3 |
1349 | 2024-11-13T18:50:44.931Z | Compiling dof v0.3.0 |
1350 | 2024-11-13T18:50:45.574Z | Compiling idna v0.5.0 |
1351 | 2024-11-13T18:50:46.031Z | Compiling dtrace-parser v0.2.0 |
1352 | 2024-11-13T18:50:46.499Z | Compiling rustls v0.22.4 |
1353 | 2024-11-13T18:50:46.851Z | Compiling cpufeatures v0.2.12 |
1354 | 2024-11-13T18:50:46.954Z | Compiling strsim v0.11.1 |
1355 | 2024-11-13T18:50:47.069Z | Compiling tower-service v0.3.2 |
1356 | 2024-11-13T18:50:47.206Z | Compiling unsafe-libyaml v0.2.11 |
1357 | 2024-11-13T18:50:47.664Z | Compiling url v2.5.0 |
1358 | 2024-11-13T18:50:48.898Z | Compiling hyper v1.4.1 |
1359 | 2024-11-13T18:50:48.915Z | Compiling serde_yaml v0.9.34+deprecated |
1360 | 2024-11-13T18:50:49.442Z | Compiling toml_datetime v0.6.8 |
1361 | 2024-11-13T18:50:49.894Z | Compiling async-trait v0.1.83 |
1362 | 2024-11-13T18:50:50.448Z | Compiling typify-macro v0.2.0 |
1363 | 2024-11-13T18:50:52.242Z | Compiling hyper-util v0.1.9 |
1364 | 2024-11-13T18:50:52.533Z | Compiling block-buffer v0.10.4 |
1365 | 2024-11-13T18:50:52.783Z | Compiling slog-async v2.8.0 |
1366 | 2024-11-13T18:50:53.329Z | Compiling foreign-types-shared v0.1.1 |
1367 | 2024-11-13T18:50:53.712Z | Compiling foreign-types v0.3.2 |
1368 | 2024-11-13T18:50:54.275Z | Compiling typify v0.2.0 |
1369 | 2024-11-13T18:50:54.370Z | Compiling digest v0.10.7 |
1370 | 2024-11-13T18:50:54.413Z | Compiling progenitor-impl v0.8.0 |
1371 | 2024-11-13T18:50:56.408Z | Compiling http-body-util v0.1.2 |
1372 | 2024-11-13T18:50:57.023Z | Compiling multer v3.1.0 |
1373 | 2024-11-13T18:50:57.153Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-11-13T18:50:57.433Z | Compiling crossbeam-utils v0.8.19 |
1375 | 2024-11-13T18:50:57.486Z | Compiling ident_case v1.0.1 |
1376 | 2024-11-13T18:50:57.664Z | Compiling mime v0.3.17 |
1377 | 2024-11-13T18:50:57.673Z | Compiling paste v1.0.15 |
1378 | 2024-11-13T18:50:57.773Z | Compiling darling_core v0.20.9 |
1379 | 2024-11-13T18:50:58.256Z | Compiling usdt-macro v0.5.0 |
1380 | 2024-11-13T18:50:58.779Z | Compiling usdt-attr-macro v0.5.0 |
1381 | 2024-11-13T18:50:58.857Z | Compiling rustls-pemfile v2.1.3 |
1382 | 2024-11-13T18:50:59.614Z | Compiling serde_urlencoded v0.7.1 |
1383 | 2024-11-13T18:51:00.216Z | Compiling openssl-probe v0.1.5 |
1384 | 2024-11-13T18:51:00.640Z | Compiling progenitor-macro v0.8.0 |
1385 | 2024-11-13T18:51:03.410Z | Compiling darling_macro v0.20.9 |
1386 | 2024-11-13T18:51:03.917Z | Compiling async-stream-impl v0.3.5 |
1387 | 2024-11-13T18:51:05.662Z | Compiling dropshot v0.12.0 |
1388 | 2024-11-13T18:51:08.304Z | Compiling ipnet v2.9.0 |
1389 | 2024-11-13T18:51:08.558Z | Compiling powerfmt v0.2.0 |
1390 | 2024-11-13T18:51:09.109Z | Compiling deranged v0.3.11 |
1391 | 2024-11-13T18:51:11.460Z | Compiling tokio-rustls v0.26.0 |
1392 | 2024-11-13T18:51:11.957Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2024-11-13T18:51:13.429Z | Compiling darling v0.20.9 |
1394 | 2024-11-13T18:51:13.704Z | Compiling serde_spanned v0.6.7 |
1395 | 2024-11-13T18:51:14.320Z | Compiling webpki-roots v0.26.3 |
1396 | 2024-11-13T18:51:14.538Z | Compiling futures-executor v0.3.30 |
1397 | 2024-11-13T18:51:16.847Z | Compiling num_threads v0.1.7 |
1398 | 2024-11-13T18:51:16.975Z | Compiling time v0.3.36 |
1399 | 2024-11-13T18:51:23.311Z | Compiling futures v0.3.30 |
1400 | 2024-11-13T18:51:23.431Z | Compiling hyper-rustls v0.27.3 |
1401 | 2024-11-13T18:51:24.751Z | Compiling serde_with_macros v3.9.0 |
1402 | 2024-11-13T18:51:25.219Z | Compiling hyper-tls v0.6.0 |
1403 | 2024-11-13T18:51:25.654Z | Compiling sha1 v0.10.6 |
1404 | 2024-11-13T18:51:26.535Z | Compiling strum v0.26.2 |
1405 | 2024-11-13T18:51:26.726Z | Compiling dropshot_endpoint v0.12.0 |
1406 | 2024-11-13T18:51:27.936Z | Compiling structmeta-derive v0.3.0 |
1407 | 2024-11-13T18:51:28.688Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-11-13T18:51:29.015Z | Compiling rustix v0.38.34 |
1409 | 2024-11-13T18:51:29.844Z | Compiling reqwest v0.12.7 |
1410 | 2024-11-13T18:51:30.504Z | Compiling structmeta v0.3.0 |
1411 | 2024-11-13T18:51:30.638Z | Compiling dirs-sys-next v0.1.2 |
1412 | 2024-11-13T18:51:30.868Z | Compiling errno v0.3.9 |
1413 | 2024-11-13T18:51:31.659Z | Compiling match_cfg v0.1.0 |
1414 | 2024-11-13T18:51:31.970Z | Compiling winnow v0.6.18 |
1415 | 2024-11-13T18:51:33.677Z | Compiling progenitor-client v0.8.0 |
1416 | 2024-11-13T18:51:36.569Z | Compiling hostname v0.3.1 |
1417 | 2024-11-13T18:51:40.529Z | Compiling parse-display-derive v0.10.0 |
1418 | 2024-11-13T18:51:40.841Z | Compiling dirs-next v2.0.0 |
1419 | 2024-11-13T18:51:41.797Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-11-13T18:51:42.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1421 | 2024-11-13T18:51:42.876Z | Compiling thread_local v1.1.8 |
1422 | 2024-11-13T18:51:44.417Z | Compiling progenitor v0.8.0 |
1423 | 2024-11-13T18:51:45.828Z | Compiling term v0.7.0 |
1424 | 2024-11-13T18:51:47.032Z | Compiling crossbeam-channel v0.5.12 |
1425 | 2024-11-13T18:51:47.299Z | Compiling memmap v0.7.0 |
1426 | 2024-11-13T18:51:47.727Z | Compiling is-terminal v0.4.12 |
1427 | 2024-11-13T18:51:48.802Z | Compiling take_mut v0.2.2 |
1428 | 2024-11-13T18:51:51.549Z | Compiling slog-term v2.9.1 |
1429 | 2024-11-13T18:51:51.812Z | Compiling usdt v0.5.0 |
1430 | 2024-11-13T18:51:52.725Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1431 | 2024-11-13T18:51:53.237Z | Compiling toml_edit v0.22.20 |
1432 | 2024-11-13T18:51:53.275Z | Compiling slog-json v2.6.1 |
1433 | 2024-11-13T18:51:53.754Z | Compiling debug-ignore v1.0.5 |
1434 | 2024-11-13T18:51:54.212Z | Compiling winnow v0.5.40 |
1435 | 2024-11-13T18:51:56.440Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-11-13T18:51:58.010Z | Compiling toml_edit v0.19.15 |
1437 | 2024-11-13T18:51:58.468Z | Compiling tokio-rustls v0.25.0 |
1438 | 2024-11-13T18:51:58.532Z | Compiling toml v0.8.19 |
1439 | 2024-11-13T18:52:01.826Z | Compiling async-stream v0.3.5 |
1440 | 2024-11-13T18:52:02.369Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2024-11-13T18:52:03.457Z | Compiling waitgroup v0.1.2 |
1442 | 2024-11-13T18:52:03.699Z | Compiling hostname v0.4.0 |
1443 | 2024-11-13T18:52:08.490Z | Compiling proc-macro-crate v1.3.1 |
1444 | 2024-11-13T18:52:09.084Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1445 | 2024-11-13T18:52:09.291Z | Compiling serde_with v3.9.0 |
1446 | 2024-11-13T18:52:11.796Z | Compiling newtype-uuid v1.1.0 |
1447 | 2024-11-13T18:52:12.663Z | Compiling unicode-width v0.1.14 |
1448 | 2024-11-13T18:52:13.804Z | Compiling hex v0.4.3 |
1449 | 2024-11-13T18:52:14.540Z | Compiling clap_derive v4.5.4 |
1450 | 2024-11-13T18:52:14.721Z | Compiling instant v0.1.12 |
1451 | 2024-11-13T18:52:14.888Z | Compiling utf8parse v0.2.1 |
1452 | 2024-11-13T18:52:14.943Z | Compiling lazy_static v1.5.0 |
1453 | 2024-11-13T18:52:15.081Z | Compiling anstyle-parse v0.2.4 |
1454 | 2024-11-13T18:52:15.175Z | Compiling backoff v0.4.0 |
1455 | 2024-11-13T18:52:17.158Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1456 | 2024-11-13T18:52:17.340Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1457 | 2024-11-13T18:52:17.924Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1458 | 2024-11-13T18:52:18.047Z | Compiling parse-display v0.10.0 |
1459 | 2024-11-13T18:52:18.966Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1460 | 2024-11-13T18:52:19.207Z | Compiling macaddr v1.0.1 |
1461 | 2024-11-13T18:52:19.800Z | Compiling regress v0.9.1 |
1462 | 2024-11-13T18:52:20.100Z | Compiling num-integer v0.1.46 |
1463 | 2024-11-13T18:52:20.822Z | Compiling anstyle v1.0.7 |
1464 | 2024-11-13T18:52:21.263Z | Compiling unicode-xid v0.2.4 |
1465 | 2024-11-13T18:52:21.426Z | Compiling anstyle-query v1.0.3 |
1466 | 2024-11-13T18:52:21.479Z | Compiling colorchoice v1.0.1 |
1467 | 2024-11-13T18:52:21.585Z | Compiling is_terminal_polyfill v1.70.0 |
1468 | 2024-11-13T18:52:21.653Z | Compiling crucible-workspace-hack v0.1.0 |
1469 | 2024-11-13T18:52:21.717Z | Compiling anstream v0.6.14 |
1470 | 2024-11-13T18:52:23.236Z | Compiling terminal_size v0.3.0 |
1471 | 2024-11-13T18:52:23.703Z | Compiling heapless v0.8.0 |
1472 | 2024-11-13T18:52:24.136Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1473 | 2024-11-13T18:52:24.593Z | Compiling clap_lex v0.7.0 |
1474 | 2024-11-13T18:52:25.299Z | Compiling clap_builder v4.5.2 |
1475 | 2024-11-13T18:52:27.652Z | Compiling num-bigint v0.4.5 |
1476 | 2024-11-13T18:52:28.231Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-11-13T18:52:29.464Z | Compiling hash32 v0.3.1 |
1478 | 2024-11-13T18:52:29.719Z | Compiling either v1.13.0 |
1479 | 2024-11-13T18:52:30.196Z | Compiling stable_deref_trait v1.2.0 |
1480 | 2024-11-13T18:52:30.309Z | Compiling smoltcp v0.11.0 |
1481 | 2024-11-13T18:52:30.475Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2024-11-13T18:52:30.985Z | Compiling fastrand v2.1.0 |
1483 | 2024-11-13T18:52:31.491Z | Compiling tempfile v3.10.1 |
1484 | 2024-11-13T18:52:31.674Z | Compiling num-rational v0.4.2 |
1485 | 2024-11-13T18:52:33.187Z | Compiling num_enum v0.5.11 |
1486 | 2024-11-13T18:52:33.515Z | Compiling clap v4.5.4 |
1487 | 2024-11-13T18:52:34.165Z | Compiling synstructure v0.12.6 |
1488 | 2024-11-13T18:52:34.461Z | Compiling num-iter v0.1.45 |
1489 | 2024-11-13T18:52:34.616Z | Compiling num-complex v0.4.6 |
1490 | 2024-11-13T18:52:34.700Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-11-13T18:52:35.071Z | Compiling managed v0.8.0 |
1492 | 2024-11-13T18:52:35.123Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1493 | 2024-11-13T18:52:35.510Z | Compiling cobs v0.2.3 |
1494 | 2024-11-13T18:52:35.597Z | Compiling bitflags v1.3.2 |
1495 | 2024-11-13T18:52:35.783Z | Compiling num v0.4.3 |
1496 | 2024-11-13T18:52:35.925Z | Compiling postcard v1.0.9 |
1497 | 2024-11-13T18:52:36.019Z | Compiling zerocopy-derive v0.2.0 |
1498 | 2024-11-13T18:52:36.728Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-11-13T18:52:36.933Z | Compiling libz-sys v1.1.16 |
1500 | 2024-11-13T18:52:37.628Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1501 | 2024-11-13T18:52:37.748Z | Compiling proc-macro-error v1.0.4 |
1502 | 2024-11-13T18:52:38.035Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1503 | 2024-11-13T18:52:38.147Z | Compiling prettyplease v0.2.22 |
1504 | 2024-11-13T18:52:38.599Z | Compiling pretty-hex v0.2.1 |
1505 | 2024-11-13T18:52:38.817Z | Compiling foreign-types-shared v0.3.1 |
1506 | 2024-11-13T18:52:38.930Z | Compiling foreign-types v0.5.0 |
1507 | 2024-11-13T18:52:39.566Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1508 | 2024-11-13T18:52:43.147Z | Compiling tabwriter v1.4.0 |
1509 | 2024-11-13T18:52:43.614Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1510 | 2024-11-13T18:52:43.837Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1511 | 2024-11-13T18:52:44.500Z | Compiling cstr-argument v0.1.2 |
1512 | 2024-11-13T18:52:44.678Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1513 | 2024-11-13T18:52:44.756Z | Compiling data-encoding v2.6.0 |
1514 | 2024-11-13T18:52:45.051Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1515 | 2024-11-13T18:52:46.287Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1516 | 2024-11-13T18:52:47.691Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1517 | 2024-11-13T18:52:48.261Z | Compiling colored v2.1.0 |
1518 | 2024-11-13T18:52:49.319Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1519 | 2024-11-13T18:52:49.536Z | Compiling usdt-impl v0.3.5 |
1520 | 2024-11-13T18:52:49.692Z | Compiling semver v0.1.20 |
1521 | 2024-11-13T18:52:49.828Z | Compiling static_assertions v1.1.0 |
1522 | 2024-11-13T18:52:49.924Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1523 | 2024-11-13T18:52:49.934Z | Compiling unicode-segmentation v1.11.0 |
1524 | 2024-11-13T18:52:49.948Z | Compiling float-ord v0.3.2 |
1525 | 2024-11-13T18:52:50.387Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1526 | 2024-11-13T18:52:50.678Z | Compiling newline-converter v0.3.0 |
1527 | 2024-11-13T18:52:51.182Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1528 | 2024-11-13T18:52:51.498Z | Compiling rustc_version v0.1.7 |
1529 | 2024-11-13T18:52:52.056Z | Compiling zone_cfg_derive v0.3.0 |
1530 | 2024-11-13T18:52:53.751Z | Compiling camino-tempfile v1.1.1 |
1531 | 2024-11-13T18:52:54.494Z | Compiling itertools v0.10.5 |
1532 | 2024-11-13T18:52:55.086Z | Compiling console v0.15.8 |
1533 | 2024-11-13T18:52:57.853Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1534 | 2024-11-13T18:52:58.685Z | Compiling num-derive v0.4.2 |
1535 | 2024-11-13T18:52:59.895Z | Compiling sigpipe v0.1.3 |
1536 | 2024-11-13T18:53:00.258Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1537 | 2024-11-13T18:53:00.471Z | Compiling similar v2.5.0 |
1538 | 2024-11-13T18:53:00.603Z | Compiling base64ct v1.6.0 |
1539 | 2024-11-13T18:53:00.827Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1540 | 2024-11-13T18:53:01.514Z | Compiling password-hash v0.5.0 |
1541 | 2024-11-13T18:53:01.591Z | Compiling expectorate v1.1.0 |
1542 | 2024-11-13T18:53:02.856Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1543 | 2024-11-13T18:53:03.447Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1544 | 2024-11-13T18:53:03.950Z | Compiling zone v0.3.0 |
1545 | 2024-11-13T18:53:05.943Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1546 | 2024-11-13T18:53:06.555Z | Compiling newtype_derive v0.1.6 |
1547 | 2024-11-13T18:53:06.930Z | Compiling zerocopy v0.3.2 |
1548 | 2024-11-13T18:53:07.222Z | Compiling blake2 v0.10.6 |
1549 | 2024-11-13T18:53:07.512Z | Compiling cargo-platform v0.1.8 |
1550 | 2024-11-13T18:53:08.033Z | Compiling hubpack_derive v0.1.1 |
1551 | 2024-11-13T18:53:08.410Z | Compiling smf v0.2.3 |
1552 | 2024-11-13T18:53:08.428Z | Compiling serde_repr v0.1.19 |
1553 | 2024-11-13T18:53:09.001Z | Compiling zerocopy-derive v0.6.6 |
1554 | 2024-11-13T18:53:09.647Z | Compiling vergen v8.3.2 |
1555 | 2024-11-13T18:53:09.764Z | Compiling owo-colors v4.1.0 |
1556 | 2024-11-13T18:53:10.043Z | Compiling cancel-safe-futures v0.1.5 |
1557 | 2024-11-13T18:53:10.282Z | Compiling fixedbitset v0.4.2 |
1558 | 2024-11-13T18:53:10.383Z | Compiling whoami v1.5.1 |
1559 | 2024-11-13T18:53:10.813Z | Compiling base64 v0.21.7 |
1560 | 2024-11-13T18:53:10.899Z | Compiling zerocopy v0.6.6 |
1561 | 2024-11-13T18:53:10.970Z | Compiling petgraph v0.6.5 |
1562 | 2024-11-13T18:53:11.307Z | Compiling hubpack v0.1.2 |
1563 | 2024-11-13T18:53:11.761Z | Compiling cargo_metadata v0.18.1 |
1564 | 2024-11-13T18:53:11.784Z | Compiling argon2 v0.5.3 |
1565 | 2024-11-13T18:53:11.855Z | Compiling dof v0.1.5 |
1566 | 2024-11-13T18:53:14.803Z | Compiling rustc_version v0.4.0 |
1567 | 2024-11-13T18:53:14.841Z | Compiling serde-big-array v0.5.1 |
1568 | 2024-11-13T18:53:15.039Z | Compiling dtrace-parser v0.1.14 |
1569 | 2024-11-13T18:53:15.070Z | Compiling strum_macros v0.25.3 |
1570 | 2024-11-13T18:53:15.340Z | Compiling libsqlite3-sys v0.30.1 |
1571 | 2024-11-13T18:53:15.392Z | Compiling cookie v0.18.1 |
1572 | 2024-11-13T18:53:15.747Z | Compiling slog-dtrace v0.3.0 |
1573 | 2024-11-13T18:53:16.119Z | Compiling convert_case v0.4.0 |
1574 | 2024-11-13T18:53:16.413Z | Compiling cfg_aliases v0.2.1 |
1575 | 2024-11-13T18:53:16.520Z | Compiling rustls v0.21.12 |
1576 | 2024-11-13T18:53:16.534Z | Compiling nix v0.29.0 |
1577 | 2024-11-13T18:53:16.849Z | Compiling derive_more v0.99.18 |
1578 | 2024-11-13T18:53:18.364Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1579 | 2024-11-13T18:53:18.539Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1580 | 2024-11-13T18:53:19.001Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1581 | 2024-11-13T18:53:20.552Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1582 | 2024-11-13T18:53:21.548Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1583 | 2024-11-13T18:53:22.735Z | Compiling atomicwrites v0.4.4 |
1584 | 2024-11-13T18:53:22.910Z | Compiling itertools v0.13.0 |
1585 | 2024-11-13T18:53:23.271Z | Compiling libsw v3.3.1 |
1586 | 2024-11-13T18:53:23.580Z | Compiling idna v0.4.0 |
1587 | 2024-11-13T18:53:23.821Z | Compiling serde_tokenstream v0.1.7 |
1588 | 2024-11-13T18:53:24.346Z | Compiling sct v0.7.1 |
1589 | 2024-11-13T18:53:24.786Z | Compiling rustls-webpki v0.101.7 |
1590 | 2024-11-13T18:53:26.472Z | Compiling derive-where v1.2.7 |
1591 | 2024-11-13T18:53:27.196Z | Compiling enum-as-inner v0.6.0 |
1592 | 2024-11-13T18:53:27.310Z | Compiling inout v0.1.3 |
1593 | 2024-11-13T18:53:27.541Z | Compiling linear-map v1.2.0 |
1594 | 2024-11-13T18:53:27.854Z | Compiling radium v0.7.0 |
1595 | 2024-11-13T18:53:27.958Z | Compiling highway v1.2.0 |
1596 | 2024-11-13T18:53:28.292Z | Compiling linked-hash-map v0.5.6 |
1597 | 2024-11-13T18:53:28.337Z | Compiling quick-error v1.2.3 |
1598 | 2024-11-13T18:53:28.489Z | Compiling indent_write v2.2.0 |
1599 | 2024-11-13T18:53:28.607Z | Compiling utf-8 v0.7.6 |
1600 | 2024-11-13T18:53:28.688Z | Compiling swrite v0.1.0 |
1601 | 2024-11-13T18:53:28.714Z | Compiling lru-cache v0.1.2 |
1602 | 2024-11-13T18:53:28.808Z | Compiling tungstenite v0.21.0 |
1603 | 2024-11-13T18:53:28.911Z | Compiling resolv-conf v0.7.0 |
1604 | 2024-11-13T18:53:28.941Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1605 | 2024-11-13T18:53:29.409Z | Compiling hickory-proto v0.24.1 |
1606 | 2024-11-13T18:53:29.555Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-11-13T18:53:30.359Z | Compiling cipher v0.4.4 |
1608 | 2024-11-13T18:53:30.819Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-11-13T18:53:33.632Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-11-13T18:53:38.537Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2024-11-13T18:53:38.770Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1612 | 2024-11-13T18:53:39.585Z | Compiling git2 v0.19.0 |
1613 | 2024-11-13T18:53:41.117Z | Compiling steno v0.4.1 |
1614 | 2024-11-13T18:53:47.895Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1615 | 2024-11-13T18:53:48.374Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1616 | 2024-11-13T18:53:48.857Z | Compiling crossbeam-epoch v0.9.18 |
1617 | 2024-11-13T18:53:49.072Z | Compiling hashlink v0.9.1 |
1618 | 2024-11-13T18:53:49.679Z | Compiling rayon-core v1.12.1 |
1619 | 2024-11-13T18:53:49.749Z | Compiling humantime v2.1.0 |
1620 | 2024-11-13T18:53:49.880Z | Compiling fallible-iterator v0.3.0 |
1621 | 2024-11-13T18:53:50.031Z | Compiling tap v1.0.1 |
1622 | 2024-11-13T18:53:50.233Z | Compiling fallible-streaming-iterator v0.1.9 |
1623 | 2024-11-13T18:53:50.517Z | Compiling wyz v0.5.1 |
1624 | 2024-11-13T18:53:50.621Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1625 | 2024-11-13T18:53:50.693Z | Compiling rusqlite v0.32.1 |
1626 | 2024-11-13T18:53:52.615Z | Compiling crossbeam-deque v0.8.5 |
1627 | 2024-11-13T18:53:53.003Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-11-13T18:53:54.870Z | Compiling tokio-rustls v0.24.1 |
1629 | 2024-11-13T18:53:55.364Z | Compiling hickory-resolver v0.24.1 |
1630 | 2024-11-13T18:53:55.697Z | Compiling tokio-tungstenite v0.21.0 |
1631 | 2024-11-13T18:53:56.843Z | Compiling usdt-macro v0.3.5 |
1632 | 2024-11-13T18:53:57.065Z | Compiling usdt-attr-macro v0.3.5 |
1633 | 2024-11-13T18:53:57.640Z | Compiling rustls-pemfile v1.0.4 |
1634 | 2024-11-13T18:53:58.196Z | Compiling twox-hash v1.6.3 |
1635 | 2024-11-13T18:53:58.398Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1636 | 2024-11-13T18:53:58.572Z | Compiling num_enum_derive v0.7.2 |
1637 | 2024-11-13T18:53:59.171Z | Compiling universal-hash v0.5.1 |
1638 | 2024-11-13T18:53:59.415Z | Compiling atty v0.2.14 |
1639 | 2024-11-13T18:53:59.556Z | Compiling opaque-debug v0.3.1 |
1640 | 2024-11-13T18:53:59.663Z | Compiling funty v2.0.0 |
1641 | 2024-11-13T18:54:01.025Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1642 | 2024-11-13T18:54:02.149Z | Compiling num_enum v0.7.2 |
1643 | 2024-11-13T18:54:02.346Z | Compiling bitvec v1.0.1 |
1644 | 2024-11-13T18:54:02.599Z | Compiling polyval v0.6.2 |
1645 | 2024-11-13T18:54:03.164Z | Compiling usdt v0.3.5 |
1646 | 2024-11-13T18:54:03.176Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1647 | 2024-11-13T18:54:06.901Z | Compiling ctr v0.9.2 |
1648 | 2024-11-13T18:54:07.246Z | Compiling aes v0.8.4 |
1649 | 2024-11-13T18:54:07.926Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1650 | 2024-11-13T18:54:08.435Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1651 | 2024-11-13T18:54:09.754Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-11-13T18:54:11.224Z | Compiling bincode v1.3.3 |
1653 | 2024-11-13T18:54:12.317Z | Compiling aead v0.5.2 |
1654 | 2024-11-13T18:54:12.661Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1655 | 2024-11-13T18:54:13.117Z | Compiling aes-gcm-siv v0.11.1 |
1656 | 2024-11-13T18:54:13.420Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1657 | 2024-11-13T18:54:13.436Z | Compiling toml v0.7.8 |
1658 | 2024-11-13T18:54:15.810Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1659 | 2024-11-13T18:54:18.865Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1660 | 2024-11-13T18:54:19.422Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1661 | 2024-11-13T18:54:21.810Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1662 | 2024-11-13T18:54:23.171Z | Compiling rayon v1.10.0 |
1663 | 2024-11-13T18:54:24.168Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1664 | 2024-11-13T18:54:24.547Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1665 | 2024-11-13T18:54:25.090Z | Compiling bitstruct_derive v0.1.0 |
1666 | 2024-11-13T18:54:26.455Z | Compiling async-recursion v1.1.1 |
1667 | 2024-11-13T18:54:27.588Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1668 | 2024-11-13T18:54:27.738Z | Compiling ascii v1.1.0 |
1669 | 2024-11-13T18:54:27.976Z | Compiling typeid v1.0.0 |
1670 | 2024-11-13T18:54:28.137Z | Compiling ringbuffer v0.15.0 |
1671 | 2024-11-13T18:54:28.518Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1672 | 2024-11-13T18:54:29.049Z | Compiling erased-serde v0.4.5 |
1673 | 2024-11-13T18:54:30.518Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1674 | 2024-11-13T18:54:30.655Z | Compiling bitstruct v0.1.1 |
1675 | 2024-11-13T18:54:30.779Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1676 | 2024-11-13T18:54:30.813Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1677 | 2024-11-13T18:54:31.198Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1678 | 2024-11-13T18:54:31.224Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1679 | 2024-11-13T18:54:31.658Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1680 | 2024-11-13T18:54:32.285Z | Compiling const_format_proc_macros v0.2.32 |
1681 | 2024-11-13T18:54:32.944Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1682 | 2024-11-13T18:54:34.115Z | Compiling serde_arrays v0.1.0 |
1683 | 2024-11-13T18:54:34.189Z | Compiling kstat-rs v0.2.4 |
1684 | 2024-11-13T18:54:34.311Z | Compiling libloading v0.7.4 |
1685 | 2024-11-13T18:54:34.752Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2024-11-13T18:54:35.071Z | Compiling const_format v0.2.32 |
1687 | 2024-11-13T18:54:36.344Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1688 | 2024-11-13T18:54:36.898Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1689 | 2024-11-13T18:54:37.542Z | Compiling ron v0.8.1 |
1690 | 2024-11-13T18:54:39.182Z | Compiling bit_field v0.10.2 |
1691 | 2024-11-13T18:54:39.470Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1692 | 2024-11-13T18:54:54.130Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1693 | 2024-11-13T18:54:55.261Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1694 | 2024-11-13T18:56:01.559Z | Finished `release` profile [optimized] target(s) in 5m 58s |
1695 | 2024-11-13T18:56:01.705Z | |
1696 | 2024-11-13T18:56:01.705Z | real 5:58.582097171 |
1697 | 2024-11-13T18:56:01.705Z | user 41:31.422499845 |
1698 | 2024-11-13T18:56:01.705Z | sys 3:52.917551261 |
1699 | 2024-11-13T18:56:01.708Z | trap 1.121468223 |
1700 | 2024-11-13T18:56:01.708Z | tflt 3.159529568 |
1701 | 2024-11-13T18:56:01.708Z | dflt 1.517604794 |
1702 | 2024-11-13T18:56:01.708Z | kflt 0.000401225 |
1703 | 2024-11-13T18:56:01.708Z | lock 1:31:36.665274279 |
1704 | 2024-11-13T18:56:01.708Z | slp 2:32:00.570598822 |
1705 | 2024-11-13T18:56:01.708Z | lat 1:48.860446539 |
1706 | 2024-11-13T18:56:01.708Z | stop 1:59.462515997 |
1707 | 2024-11-13T18:56:01.708Z | + OUTDIR=/work/release |
1708 | 2024-11-13T18:56:01.708Z | + mkdir -p /work/release |
1709 | 2024-11-13T18:56:01.710Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1710 | 2024-11-13T18:56:01.725Z | + cp target/release/propolis-server /work/release/propolis-server |
1711 | 2024-11-13T18:56:01.790Z | process exited: duration 655182 ms, exit code 0 |
|
1712 | 2024-11-13T18:56:01.801Z | found 2 output files |
1713 | 2024-11-13T18:56:01.801Z | uploading: /work/release/propolis-cli (14295456 bytes) |
1714 | 2024-11-13T18:56:02.946Z | uploaded: /work/release/propolis-cli |
1715 | 2024-11-13T18:56:02.949Z | uploading: /work/release/propolis-server (57687248 bytes) |
1716 | 2024-11-13T18:56:04.514Z | uploaded: /work/release/propolis-server |