|
|
|
1 | 2024-10-18T01:26:00.972Z | job assigned to worker 01JAEKNTSSHR98NKR6MP343EK4 (queued for 24 s) |
|
2 | 2024-10-18T01:26:01.602Z | starting task 0: "setup" |
3 | 2024-10-18T01:26:01.627Z | ++ uname -s |
4 | 2024-10-18T01:26:01.627Z | + kern=SunOS |
5 | 2024-10-18T01:26:01.627Z | + case "$kern" in |
6 | 2024-10-18T01:26:01.627Z | + groupadd -g 12345 build |
7 | 2024-10-18T01:26:01.627Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T01:26:03.630Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T01:26:03.668Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T01:26:03.692Z | + home_fs=zfs |
11 | 2024-10-18T01:26:03.692Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T01:26:03.692Z | + mkdir -p /home/build |
13 | 2024-10-18T01:26:03.693Z | + chown build:build /home/build /work |
14 | 2024-10-18T01:26:04.677Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T01:26:04.701Z | process exited: duration 3082 ms, exit code 0 |
|
16 | 2024-10-18T01:26:04.750Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T01:26:04.774Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T01:26:04.774Z | * toolchain channel = "stable" |
19 | 2024-10-18T01:26:04.774Z | * toolchain profile = "default" |
20 | 2024-10-18T01:26:04.774Z | ' stable |
21 | 2024-10-18T01:26:04.774Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-18T01:26:04.774Z | ' default |
23 | 2024-10-18T01:26:04.774Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T01:26:04.774Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-10-18T01:26:04.905Z | info: downloading installer |
26 | 2024-10-18T01:26:05.351Z | info: profile set to 'default' |
27 | 2024-10-18T01:26:05.351Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T01:26:05.375Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-10-18T01:26:05.453Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-10-18T01:26:05.453Z | info: downloading component 'cargo' |
31 | 2024-10-18T01:26:05.583Z | info: downloading component 'clippy' |
32 | 2024-10-18T01:26:05.633Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T01:26:05.805Z | info: downloading component 'rust-std' |
34 | 2024-10-18T01:26:06.086Z | info: downloading component 'rustc' |
35 | 2024-10-18T01:26:07.055Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T01:26:07.095Z | info: installing component 'cargo' |
37 | 2024-10-18T01:26:08.217Z | info: installing component 'clippy' |
38 | 2024-10-18T01:26:08.699Z | info: installing component 'rust-docs' |
39 | 2024-10-18T01:26:11.644Z | info: installing component 'rust-std' |
40 | 2024-10-18T01:26:13.803Z | info: installing component 'rustc' |
41 | 2024-10-18T01:26:21.071Z | info: installing component 'rustfmt' |
42 | 2024-10-18T01:26:21.452Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-10-18T01:26:21.452Z | |
44 | 2024-10-18T01:26:21.596Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-10-18T01:26:21.596Z | |
46 | 2024-10-18T01:26:21.596Z | |
47 | 2024-10-18T01:26:21.596Z | Rust is installed now. Great! |
48 | 2024-10-18T01:26:21.596Z | |
49 | 2024-10-18T01:26:21.596Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T01:26:21.648Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T01:26:21.648Z | |
52 | 2024-10-18T01:26:21.648Z | To configure your current shell, you need to source |
53 | 2024-10-18T01:26:21.648Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T01:26:21.648Z | |
55 | 2024-10-18T01:26:21.648Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T01:26:21.648Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T01:26:21.648Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T01:26:21.703Z | + rustc --version |
59 | 2024-10-18T01:26:21.795Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-10-18T01:26:21.824Z | process exited: duration 17050 ms, exit code 0 |
|
61 | 2024-10-18T01:26:21.872Z | starting task 2: "authentication" |
62 | 2024-10-18T01:26:21.922Z | process exited: duration 49 ms, exit code 0 |
|
63 | 2024-10-18T01:26:21.971Z | starting task 3: "clone repository" |
64 | 2024-10-18T01:26:21.995Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-10-18T01:26:21.995Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-10-18T01:26:22.019Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-10-18T01:26:23.102Z | + cd /work/oxidecomputer/propolis |
68 | 2024-10-18T01:26:23.102Z | + git fetch origin 79058333ce0562dabfef3dc4c545c1ae275054eb |
69 | 2024-10-18T01:26:23.470Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-10-18T01:26:23.470Z | * branch 79058333ce0562dabfef3dc4c545c1ae275054eb -> FETCH_HEAD |
71 | 2024-10-18T01:26:23.494Z | + [[ -n ixi/vmm-read-invariants ]] |
72 | 2024-10-18T01:26:23.494Z | ++ git branch --show-current |
73 | 2024-10-18T01:26:23.494Z | + current=master |
74 | 2024-10-18T01:26:23.494Z | + [[ master != ixi/vmm-read-invariants ]] |
75 | 2024-10-18T01:26:23.494Z | + git branch -f ixi/vmm-read-invariants 79058333ce0562dabfef3dc4c545c1ae275054eb |
76 | 2024-10-18T01:26:23.494Z | + git checkout -f ixi/vmm-read-invariants |
77 | 2024-10-18T01:26:23.519Z | Switched to branch 'ixi/vmm-read-invariants' |
78 | 2024-10-18T01:26:23.543Z | + git reset --hard 79058333ce0562dabfef3dc4c545c1ae275054eb |
79 | 2024-10-18T01:26:23.567Z | HEAD is now at 7905833 Merge remote-tracking branch 'github/master' into ixi/vmm-read-invariants |
80 | 2024-10-18T01:26:23.567Z | process exited: duration 1577 ms, exit code 0 |
|
81 | 2024-10-18T01:26:23.614Z | starting task 4: "build" |
82 | 2024-10-18T01:26:23.638Z | + cargo --version |
83 | 2024-10-18T01:26:23.700Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
84 | 2024-10-18T01:26:23.724Z | + rustc --version |
85 | 2024-10-18T01:26:23.789Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
86 | 2024-10-18T01:26:23.813Z | + banner check |
87 | 2024-10-18T01:26:23.813Z | |
88 | 2024-10-18T01:26:23.813Z | #### # # ###### #### # # |
89 | 2024-10-18T01:26:23.813Z | # # # # # # # # # |
90 | 2024-10-18T01:26:23.813Z | # ###### ##### # #### |
91 | 2024-10-18T01:26:23.813Z | # # # # # # # |
92 | 2024-10-18T01:26:23.813Z | # # # # # # # # # |
93 | 2024-10-18T01:26:23.813Z | #### # # ###### #### # # |
94 | 2024-10-18T01:26:23.813Z | |
95 | 2024-10-18T01:26:23.813Z | + ptime -m cargo check --features falcon |
96 | 2024-10-18T01:26:23.986Z | Updating crates.io index |
97 | 2024-10-18T01:26:24.050Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-10-18T01:26:26.458Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
99 | 2024-10-18T01:26:33.437Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-10-18T01:26:33.756Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-10-18T01:26:34.101Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-10-18T01:26:34.444Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-10-18T01:26:34.845Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-10-18T01:26:35.338Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
105 | 2024-10-18T01:26:36.344Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-10-18T01:26:36.756Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-10-18T01:26:37.156Z | Updating git repository `https://github.com/oxidecomputer/p4` |
108 | 2024-10-18T01:26:37.715Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
109 | 2024-10-18T01:26:38.656Z | Updating git repository `https://github.com/oxidecomputer/opte` |
110 | 2024-10-18T01:26:39.745Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
111 | 2024-10-18T01:26:40.466Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-10-18T01:26:40.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-10-18T01:26:41.289Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
114 | 2024-10-18T01:26:41.660Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
115 | 2024-10-18T01:26:43.177Z | Downloading crates ... |
116 | 2024-10-18T01:26:43.268Z | Downloaded cfg_aliases v0.2.1 |
117 | 2024-10-18T01:26:43.292Z | Downloaded equivalent v1.0.1 |
118 | 2024-10-18T01:26:43.292Z | Downloaded dyn-clone v1.0.17 |
119 | 2024-10-18T01:26:43.292Z | Downloaded escargot v0.5.10 |
120 | 2024-10-18T01:26:43.292Z | Downloaded embedded-io v0.4.0 |
121 | 2024-10-18T01:26:43.292Z | Downloaded opaque-debug v0.3.1 |
122 | 2024-10-18T01:26:43.292Z | Downloaded derive_more v0.99.18 |
123 | 2024-10-18T01:26:43.317Z | Downloaded usdt-macro v0.5.0 |
124 | 2024-10-18T01:26:43.317Z | Downloaded zeroize v1.7.0 |
125 | 2024-10-18T01:26:43.317Z | Downloaded heck v0.4.1 |
126 | 2024-10-18T01:26:43.317Z | Downloaded is_terminal_polyfill v1.70.0 |
127 | 2024-10-18T01:26:43.317Z | Downloaded serde_arrays v0.1.0 |
128 | 2024-10-18T01:26:43.317Z | Downloaded newtype_derive v0.1.6 |
129 | 2024-10-18T01:26:43.342Z | Downloaded synstructure v0.12.6 |
130 | 2024-10-18T01:26:43.342Z | Downloaded supports-color v2.1.0 |
131 | 2024-10-18T01:26:43.342Z | Downloaded waitgroup v0.1.2 |
132 | 2024-10-18T01:26:43.343Z | Downloaded glob v0.3.1 |
133 | 2024-10-18T01:26:43.343Z | Downloaded hubpack_derive v0.1.1 |
134 | 2024-10-18T01:26:43.343Z | Downloaded mime v0.3.17 |
135 | 2024-10-18T01:26:43.367Z | Downloaded managed v0.8.0 |
136 | 2024-10-18T01:26:43.367Z | Downloaded tokio-macros v2.4.0 |
137 | 2024-10-18T01:26:43.367Z | Downloaded time-macros v0.2.18 |
138 | 2024-10-18T01:26:43.367Z | Downloaded utf8parse v0.2.1 |
139 | 2024-10-18T01:26:43.368Z | Downloaded indent_write v2.2.0 |
140 | 2024-10-18T01:26:43.368Z | Downloaded strum v0.26.2 |
141 | 2024-10-18T01:26:43.368Z | Downloaded foreign-types v0.3.2 |
142 | 2024-10-18T01:26:43.393Z | Downloaded instant v0.1.12 |
143 | 2024-10-18T01:26:43.393Z | Downloaded serde_urlencoded v0.7.1 |
144 | 2024-10-18T01:26:43.393Z | Downloaded toml_datetime v0.6.8 |
145 | 2024-10-18T01:26:43.393Z | Downloaded tokio-rustls v0.24.1 |
146 | 2024-10-18T01:26:43.393Z | Downloaded libloading v0.7.4 |
147 | 2024-10-18T01:26:43.393Z | Downloaded tower-service v0.3.2 |
148 | 2024-10-18T01:26:43.393Z | Downloaded thiserror-impl v1.0.64 |
149 | 2024-10-18T01:26:43.418Z | Downloaded linked-hash-map v0.5.6 |
150 | 2024-10-18T01:26:43.418Z | Downloaded native-tls v0.2.11 |
151 | 2024-10-18T01:26:43.418Z | Downloaded futures-executor v0.3.30 |
152 | 2024-10-18T01:26:43.418Z | Downloaded futures-task v0.3.30 |
153 | 2024-10-18T01:26:43.418Z | Downloaded futures-channel v0.3.30 |
154 | 2024-10-18T01:26:43.418Z | Downloaded typify-macro v0.2.0 |
155 | 2024-10-18T01:26:43.418Z | Downloaded thread-id v4.2.1 |
156 | 2024-10-18T01:26:43.418Z | Downloaded lock_api v0.4.12 |
157 | 2024-10-18T01:26:43.442Z | Downloaded futures-io v0.3.30 |
158 | 2024-10-18T01:26:43.442Z | Downloaded hashbrown v0.12.3 |
159 | 2024-10-18T01:26:43.443Z | Downloaded ppv-lite86 v0.2.17 |
160 | 2024-10-18T01:26:43.443Z | Downloaded ucd-trie v0.1.6 |
161 | 2024-10-18T01:26:43.443Z | Downloaded libm v0.2.8 |
162 | 2024-10-18T01:26:43.468Z | Downloaded newline-converter v0.3.0 |
163 | 2024-10-18T01:26:43.468Z | Downloaded quick-error v1.2.3 |
164 | 2024-10-18T01:26:43.468Z | Downloaded hashbrown v0.14.5 |
165 | 2024-10-18T01:26:43.468Z | Downloaded tap v1.0.1 |
166 | 2024-10-18T01:26:43.468Z | Downloaded once_cell v1.19.0 |
167 | 2024-10-18T01:26:43.468Z | Downloaded quote v1.0.37 |
168 | 2024-10-18T01:26:43.468Z | Downloaded proc-macro-error v1.0.4 |
169 | 2024-10-18T01:26:43.492Z | Downloaded sha1 v0.10.6 |
170 | 2024-10-18T01:26:43.492Z | Downloaded rand_chacha v0.3.1 |
171 | 2024-10-18T01:26:43.492Z | Downloaded progenitor-impl v0.8.0 |
172 | 2024-10-18T01:26:43.492Z | Downloaded unicode-width v0.1.14 |
173 | 2024-10-18T01:26:43.492Z | Downloaded serde_spanned v0.6.7 |
174 | 2024-10-18T01:26:43.492Z | Downloaded semver v1.0.23 |
175 | 2024-10-18T01:26:43.492Z | Downloaded sct v0.7.1 |
176 | 2024-10-18T01:26:43.516Z | Downloaded postcard v1.0.9 |
177 | 2024-10-18T01:26:43.516Z | Downloaded generic-array v0.14.7 |
178 | 2024-10-18T01:26:43.516Z | Downloaded parking_lot v0.12.2 |
179 | 2024-10-18T01:26:43.516Z | Downloaded foreign-types-macros v0.2.3 |
180 | 2024-10-18T01:26:43.516Z | Downloaded zerocopy-derive v0.2.0 |
181 | 2024-10-18T01:26:43.516Z | Downloaded typify v0.2.0 |
182 | 2024-10-18T01:26:43.540Z | Downloaded proc-macro2 v1.0.86 |
183 | 2024-10-18T01:26:43.540Z | Downloaded typify-impl v0.2.0 |
184 | 2024-10-18T01:26:43.540Z | Downloaded getrandom v0.2.14 |
185 | 2024-10-18T01:26:43.563Z | Downloaded ryu v1.0.18 |
186 | 2024-10-18T01:26:43.563Z | Downloaded unicode-ident v1.0.13 |
187 | 2024-10-18T01:26:43.563Z | Downloaded tokio v1.39.3 |
188 | 2024-10-18T01:26:43.596Z | Downloaded serde v1.0.210 |
189 | 2024-10-18T01:26:43.620Z | Downloaded libc v0.2.159 |
190 | 2024-10-18T01:26:43.643Z | Downloaded unicode-segmentation v1.11.0 |
191 | 2024-10-18T01:26:43.643Z | Downloaded unicode-normalization v0.1.23 |
192 | 2024-10-18T01:26:43.668Z | Downloaded rusqlite v0.32.1 |
193 | 2024-10-18T01:26:43.668Z | Downloaded toml_edit v0.22.20 |
194 | 2024-10-18T01:26:43.691Z | Downloaded indexmap v2.5.0 |
195 | 2024-10-18T01:26:43.691Z | Downloaded pest_meta v2.7.10 |
196 | 2024-10-18T01:26:43.691Z | Downloaded pest v2.7.10 |
197 | 2024-10-18T01:26:43.715Z | Downloaded schemars v0.8.21 |
198 | 2024-10-18T01:26:43.715Z | Downloaded rand v0.8.5 |
199 | 2024-10-18T01:26:43.715Z | Downloaded rustls-webpki v0.101.7 |
200 | 2024-10-18T01:26:43.738Z | Downloaded num-bigint v0.4.5 |
201 | 2024-10-18T01:26:43.738Z | Downloaded h2 v0.4.6 |
202 | 2024-10-18T01:26:43.762Z | Downloaded goblin v0.8.2 |
203 | 2024-10-18T01:26:43.762Z | Downloaded quinn-proto v0.11.8 |
204 | 2024-10-18T01:26:43.762Z | Downloaded vcpkg v0.2.15 |
205 | 2024-10-18T01:26:43.806Z | Downloaded regex v1.10.6 |
206 | 2024-10-18T01:26:43.829Z | Downloaded openssl v0.10.66 |
207 | 2024-10-18T01:26:43.853Z | Downloaded rustls v0.21.12 |
208 | 2024-10-18T01:26:43.853Z | Downloaded regress v0.10.1 |
209 | 2024-10-18T01:26:43.876Z | Downloaded rustls v0.22.4 |
210 | 2024-10-18T01:26:43.877Z | Downloaded regress v0.9.1 |
211 | 2024-10-18T01:26:43.900Z | Downloaded rustix v0.38.34 |
212 | 2024-10-18T01:26:43.923Z | Downloaded openapiv3 v2.0.0 |
213 | 2024-10-18T01:26:43.923Z | Downloaded regex-syntax v0.8.4 |
214 | 2024-10-18T01:26:43.946Z | Downloaded rustls v0.23.10 |
215 | 2024-10-18T01:26:43.970Z | Downloaded futures-util v0.3.30 |
216 | 2024-10-18T01:26:43.970Z | Downloaded rustls-webpki v0.102.4 |
217 | 2024-10-18T01:26:43.993Z | Downloaded reqwest v0.12.7 |
218 | 2024-10-18T01:26:43.993Z | Downloaded rayon v1.10.0 |
219 | 2024-10-18T01:26:44.017Z | Downloaded ron v0.8.1 |
220 | 2024-10-18T01:26:44.017Z | Downloaded rayon-core v1.12.1 |
221 | 2024-10-18T01:26:44.017Z | Downloaded quinn v0.11.5 |
222 | 2024-10-18T01:26:44.017Z | Downloaded regex-automata v0.4.6 |
223 | 2024-10-18T01:26:44.040Z | Downloaded prettyplease v0.2.22 |
224 | 2024-10-18T01:26:44.040Z | Downloaded openssl-sys v0.9.103 |
225 | 2024-10-18T01:26:44.064Z | Downloaded expectorate v1.1.0 |
226 | 2024-10-18T01:26:44.064Z | Downloaded petgraph v0.6.5 |
227 | 2024-10-18T01:26:44.088Z | Downloaded futures v0.3.30 |
228 | 2024-10-18T01:26:44.088Z | Downloaded indexmap v1.9.3 |
229 | 2024-10-18T01:26:44.088Z | Downloaded typenum v1.17.0 |
230 | 2024-10-18T01:26:44.088Z | Downloaded newtype-uuid v1.1.0 |
231 | 2024-10-18T01:26:44.088Z | Downloaded rustls-pemfile v2.1.3 |
232 | 2024-10-18T01:26:44.088Z | Downloaded num-traits v0.2.19 |
233 | 2024-10-18T01:26:44.088Z | Downloaded scroll v0.12.0 |
234 | 2024-10-18T01:26:44.111Z | Downloaded serde_path_to_error v0.1.16 |
235 | 2024-10-18T01:26:44.111Z | Downloaded pin-utils v0.1.0 |
236 | 2024-10-18T01:26:44.111Z | Downloaded pest_derive v2.7.10 |
237 | 2024-10-18T01:26:44.111Z | Downloaded password-hash v0.5.0 |
238 | 2024-10-18T01:26:44.111Z | Downloaded serde_repr v0.1.19 |
239 | 2024-10-18T01:26:44.111Z | Downloaded parse-display-derive v0.10.0 |
240 | 2024-10-18T01:26:44.111Z | Downloaded zerocopy v0.7.34 |
241 | 2024-10-18T01:26:44.135Z | Downloaded schemars_derive v0.8.21 |
242 | 2024-10-18T01:26:44.135Z | Downloaded rustversion v1.0.17 |
243 | 2024-10-18T01:26:44.135Z | Downloaded tar v0.4.40 |
244 | 2024-10-18T01:26:44.135Z | Downloaded idna v0.5.0 |
245 | 2024-10-18T01:26:44.135Z | Downloaded rustls-pki-types v1.7.0 |
246 | 2024-10-18T01:26:44.159Z | Downloaded pin-project-lite v0.2.14 |
247 | 2024-10-18T01:26:44.159Z | Downloaded slog v2.7.0 |
248 | 2024-10-18T01:26:44.159Z | Downloaded nix v0.28.0 |
249 | 2024-10-18T01:26:44.159Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
250 | 2024-10-18T01:26:44.224Z | Downloaded rustc-hash v2.0.0 |
251 | 2024-10-18T01:26:44.248Z | Downloaded rand_core v0.6.4 |
252 | 2024-10-18T01:26:44.248Z | Downloaded num-rational v0.4.2 |
253 | 2024-10-18T01:26:44.248Z | Downloaded hash32 v0.3.1 |
254 | 2024-10-18T01:26:44.248Z | Downloaded futures-sink v0.3.30 |
255 | 2024-10-18T01:26:44.248Z | Downloaded futures-macro v0.3.30 |
256 | 2024-10-18T01:26:44.248Z | Downloaded slog-bunyan v2.5.0 |
257 | 2024-10-18T01:26:44.248Z | Downloaded tracing v0.1.40 |
258 | 2024-10-18T01:26:44.248Z | Downloaded futures-core v0.3.30 |
259 | 2024-10-18T01:26:44.248Z | Downloaded unicode-bidi v0.3.15 |
260 | 2024-10-18T01:26:44.248Z | Downloaded multer v3.1.0 |
261 | 2024-10-18T01:26:44.249Z | Downloaded libsw v3.3.1 |
262 | 2024-10-18T01:26:44.272Z | Downloaded tokio-util v0.7.11 |
263 | 2024-10-18T01:26:44.272Z | Downloaded foreign-types-shared v0.1.1 |
264 | 2024-10-18T01:26:44.272Z | Downloaded git2 v0.19.0 |
265 | 2024-10-18T01:26:44.272Z | Downloaded hickory-proto v0.24.1 |
266 | 2024-10-18T01:26:44.295Z | Downloaded scroll_derive v0.12.0 |
267 | 2024-10-18T01:26:44.295Z | Downloaded linear-map v1.2.0 |
268 | 2024-10-18T01:26:44.295Z | Downloaded serde_with v3.9.0 |
269 | 2024-10-18T01:26:44.295Z | Downloaded typeid v1.0.0 |
270 | 2024-10-18T01:26:44.319Z | Downloaded rustc_version v0.4.0 |
271 | 2024-10-18T01:26:44.319Z | Downloaded vergen v8.3.2 |
272 | 2024-10-18T01:26:44.319Z | Downloaded toml_edit v0.19.15 |
273 | 2024-10-18T01:26:44.345Z | Downloaded plain v0.2.3 |
274 | 2024-10-18T01:26:44.345Z | Downloaded encoding_rs v0.8.34 |
275 | 2024-10-18T01:26:44.345Z | Downloaded tempfile v3.10.1 |
276 | 2024-10-18T01:26:44.368Z | Downloaded slog-dtrace v0.3.0 |
277 | 2024-10-18T01:26:44.368Z | Downloaded slog-async v2.8.0 |
278 | 2024-10-18T01:26:44.368Z | Downloaded thiserror v1.0.64 |
279 | 2024-10-18T01:26:44.368Z | Downloaded form_urlencoded v1.2.1 |
280 | 2024-10-18T01:26:44.368Z | Downloaded zerocopy v0.3.2 |
281 | 2024-10-18T01:26:44.368Z | Downloaded idna v0.4.0 |
282 | 2024-10-18T01:26:44.368Z | Downloaded fixedbitset v0.4.2 |
283 | 2024-10-18T01:26:44.368Z | Downloaded slab v0.4.9 |
284 | 2024-10-18T01:26:44.392Z | Downloaded toml v0.8.19 |
285 | 2024-10-18T01:26:44.392Z | Downloaded percent-encoding v2.3.1 |
286 | 2024-10-18T01:26:44.392Z | Downloaded serde_yaml v0.9.34+deprecated |
287 | 2024-10-18T01:26:44.392Z | Downloaded num_enum_derive v0.5.11 |
288 | 2024-10-18T01:26:44.392Z | Downloaded num_enum v0.5.11 |
289 | 2024-10-18T01:26:44.392Z | Downloaded log v0.4.22 |
290 | 2024-10-18T01:26:44.392Z | Downloaded zerocopy v0.6.6 |
291 | 2024-10-18T01:26:44.392Z | Downloaded sha2 v0.10.8 |
292 | 2024-10-18T01:26:44.416Z | Downloaded serde_tokenstream v0.1.7 |
293 | 2024-10-18T01:26:44.416Z | Downloaded tokio-rustls v0.26.0 |
294 | 2024-10-18T01:26:44.416Z | Downloaded tokio-rustls v0.25.0 |
295 | 2024-10-18T01:26:44.416Z | Downloaded take_mut v0.2.2 |
296 | 2024-10-18T01:26:44.416Z | Downloaded parse-display v0.10.0 |
297 | 2024-10-18T01:26:44.416Z | Downloaded terminal_size v0.3.0 |
298 | 2024-10-18T01:26:44.416Z | Downloaded term v0.7.0 |
299 | 2024-10-18T01:26:44.416Z | Downloaded similar v2.5.0 |
300 | 2024-10-18T01:26:44.416Z | Downloaded sigpipe v0.1.3 |
301 | 2024-10-18T01:26:44.439Z | Downloaded syn v1.0.109 |
302 | 2024-10-18T01:26:44.439Z | Downloaded owo-colors v4.1.0 |
303 | 2024-10-18T01:26:44.439Z | Downloaded lazy_static v1.5.0 |
304 | 2024-10-18T01:26:44.439Z | Downloaded pkg-config v0.3.30 |
305 | 2024-10-18T01:26:44.439Z | Downloaded num-complex v0.4.6 |
306 | 2024-10-18T01:26:44.439Z | Downloaded funty v2.0.0 |
307 | 2024-10-18T01:26:44.439Z | Downloaded thread_local v1.1.8 |
308 | 2024-10-18T01:26:44.440Z | Downloaded jobserver v0.1.31 |
309 | 2024-10-18T01:26:44.463Z | Downloaded inout v0.1.3 |
310 | 2024-10-18T01:26:44.463Z | Downloaded hashlink v0.9.1 |
311 | 2024-10-18T01:26:44.463Z | Downloaded smoltcp v0.11.0 |
312 | 2024-10-18T01:26:44.463Z | Downloaded memchr v2.7.2 |
313 | 2024-10-18T01:26:44.487Z | Downloaded rustc_version v0.1.7 |
314 | 2024-10-18T01:26:44.487Z | Downloaded foreign-types-shared v0.3.1 |
315 | 2024-10-18T01:26:44.487Z | Downloaded version_check v0.9.5 |
316 | 2024-10-18T01:26:44.487Z | Downloaded signal-hook-registry v1.4.2 |
317 | 2024-10-18T01:26:44.487Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-10-18T01:26:44.487Z | Downloaded tokio-tungstenite v0.21.0 |
319 | 2024-10-18T01:26:44.487Z | Downloaded heapless v0.8.0 |
320 | 2024-10-18T01:26:44.487Z | Downloaded foreign-types v0.5.0 |
321 | 2024-10-18T01:26:44.487Z | Downloaded fnv v1.0.7 |
322 | 2024-10-18T01:26:44.487Z | Downloaded tabwriter v1.4.0 |
323 | 2024-10-18T01:26:44.487Z | Downloaded structmeta-derive v0.3.0 |
324 | 2024-10-18T01:26:44.511Z | Downloaded smf v0.2.3 |
325 | 2024-10-18T01:26:44.511Z | Downloaded hyper-util v0.1.9 |
326 | 2024-10-18T01:26:44.511Z | Downloaded uuid v1.10.0 |
327 | 2024-10-18T01:26:44.511Z | Downloaded mio v1.0.2 |
328 | 2024-10-18T01:26:44.511Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-10-18T01:26:44.511Z | Downloaded parking_lot_core v0.9.10 |
330 | 2024-10-18T01:26:44.511Z | Downloaded toml v0.7.8 |
331 | 2024-10-18T01:26:44.534Z | Downloaded slog-term v2.9.1 |
332 | 2024-10-18T01:26:44.534Z | Downloaded serde_with_macros v3.9.0 |
333 | 2024-10-18T01:26:44.534Z | Downloaded strsim v0.11.1 |
334 | 2024-10-18T01:26:44.534Z | Downloaded hostname v0.4.0 |
335 | 2024-10-18T01:26:44.534Z | Downloaded utf-8 v0.7.6 |
336 | 2024-10-18T01:26:44.534Z | Downloaded serde_json v1.0.128 |
337 | 2024-10-18T01:26:44.534Z | Downloaded tokio-native-tls v0.3.1 |
338 | 2024-10-18T01:26:44.534Z | Downloaded usdt v0.3.5 |
339 | 2024-10-18T01:26:44.534Z | Downloaded untrusted v0.9.0 |
340 | 2024-10-18T01:26:44.534Z | Downloaded universal-hash v0.5.1 |
341 | 2024-10-18T01:26:44.558Z | Downloaded tinyvec v1.6.0 |
342 | 2024-10-18T01:26:44.558Z | Downloaded hyper-rustls v0.27.3 |
343 | 2024-10-18T01:26:44.559Z | Downloaded resolv-conf v0.7.0 |
344 | 2024-10-18T01:26:44.559Z | Downloaded progenitor v0.8.0 |
345 | 2024-10-18T01:26:44.559Z | Downloaded polyval v0.6.2 |
346 | 2024-10-18T01:26:44.559Z | Downloaded kstat-rs v0.2.4 |
347 | 2024-10-18T01:26:44.559Z | Downloaded steno v0.4.1 |
348 | 2024-10-18T01:26:44.559Z | Downloaded ident_case v1.0.1 |
349 | 2024-10-18T01:26:44.559Z | Downloaded http-body v1.0.1 |
350 | 2024-10-18T01:26:44.559Z | Downloaded static_assertions v1.1.0 |
351 | 2024-10-18T01:26:44.559Z | Downloaded spin v0.9.8 |
352 | 2024-10-18T01:26:44.559Z | Downloaded itertools v0.10.5 |
353 | 2024-10-18T01:26:44.584Z | Downloaded semver v0.1.20 |
354 | 2024-10-18T01:26:44.584Z | Downloaded rustls-pemfile v1.0.4 |
355 | 2024-10-18T01:26:44.584Z | Downloaded radium v0.7.0 |
356 | 2024-10-18T01:26:44.584Z | Downloaded progenitor-macro v0.8.0 |
357 | 2024-10-18T01:26:44.584Z | Downloaded proc-macro-crate v1.3.1 |
358 | 2024-10-18T01:26:44.584Z | Downloaded time-core v0.1.2 |
359 | 2024-10-18T01:26:44.584Z | Downloaded memmap v0.7.0 |
360 | 2024-10-18T01:26:44.585Z | Downloaded match_cfg v0.1.0 |
361 | 2024-10-18T01:26:44.585Z | Downloaded macaddr v1.0.1 |
362 | 2024-10-18T01:26:44.585Z | Downloaded humantime v2.1.0 |
363 | 2024-10-18T01:26:44.585Z | Downloaded hubpack v0.1.2 |
364 | 2024-10-18T01:26:44.585Z | Downloaded httparse v1.8.0 |
365 | 2024-10-18T01:26:44.609Z | Downloaded globset v0.4.14 |
366 | 2024-10-18T01:26:44.609Z | Downloaded tracing-core v0.1.32 |
367 | 2024-10-18T01:26:44.609Z | Downloaded ringbuffer v0.15.0 |
368 | 2024-10-18T01:26:44.609Z | Downloaded quinn-udp v0.5.5 |
369 | 2024-10-18T01:26:44.609Z | Downloaded proc-macro-error-attr v1.0.4 |
370 | 2024-10-18T01:26:44.609Z | Downloaded float-ord v0.3.2 |
371 | 2024-10-18T01:26:44.609Z | Downloaded structmeta v0.3.0 |
372 | 2024-10-18T01:26:44.609Z | Downloaded libz-sys v1.1.16 |
373 | 2024-10-18T01:26:44.670Z | Downloaded smallvec v1.13.2 |
374 | 2024-10-18T01:26:44.694Z | Downloaded http v1.1.0 |
375 | 2024-10-18T01:26:44.694Z | Downloaded wyz v0.5.1 |
376 | 2024-10-18T01:26:44.694Z | Downloaded whoami v1.5.1 |
377 | 2024-10-18T01:26:44.694Z | Downloaded twox-hash v1.6.3 |
378 | 2024-10-18T01:26:44.694Z | Downloaded scopeguard v1.2.0 |
379 | 2024-10-18T01:26:44.694Z | Downloaded powerfmt v0.2.0 |
380 | 2024-10-18T01:26:44.694Z | Downloaded num-derive v0.4.2 |
381 | 2024-10-18T01:26:44.694Z | Downloaded slog-json v2.6.1 |
382 | 2024-10-18T01:26:44.694Z | Downloaded iana-time-zone v0.1.60 |
383 | 2024-10-18T01:26:44.694Z | Downloaded unicode-xid v0.2.4 |
384 | 2024-10-18T01:26:44.694Z | Downloaded time v0.3.36 |
385 | 2024-10-18T01:26:44.719Z | Downloaded want v0.3.1 |
386 | 2024-10-18T01:26:44.719Z | Downloaded serde_derive v1.0.210 |
387 | 2024-10-18T01:26:44.719Z | Downloaded num-iter v0.1.45 |
388 | 2024-10-18T01:26:44.719Z | Downloaded hyper-tls v0.6.0 |
389 | 2024-10-18T01:26:44.719Z | Downloaded url v2.5.0 |
390 | 2024-10-18T01:26:44.719Z | Downloaded unsafe-libyaml v0.2.11 |
391 | 2024-10-18T01:26:44.719Z | Downloaded webpki-roots v0.26.3 |
392 | 2024-10-18T01:26:44.719Z | Downloaded sync_wrapper v1.0.1 |
393 | 2024-10-18T01:26:44.743Z | Downloaded supports-color v3.0.1 |
394 | 2024-10-18T01:26:44.743Z | Downloaded subtle v2.5.0 |
395 | 2024-10-18T01:26:44.743Z | Downloaded strum_macros v0.25.3 |
396 | 2024-10-18T01:26:44.743Z | Downloaded serde-big-array v0.5.1 |
397 | 2024-10-18T01:26:44.743Z | Downloaded progenitor-client v0.8.0 |
398 | 2024-10-18T01:26:44.743Z | Downloaded usdt v0.5.0 |
399 | 2024-10-18T01:26:44.743Z | Downloaded itoa v1.0.11 |
400 | 2024-10-18T01:26:44.743Z | Downloaded is-terminal v0.4.12 |
401 | 2024-10-18T01:26:44.743Z | Downloaded ipnet v2.9.0 |
402 | 2024-10-18T01:26:44.743Z | Downloaded zerocopy-derive v0.7.34 |
403 | 2024-10-18T01:26:44.743Z | Downloaded bstr v1.9.1 |
404 | 2024-10-18T01:26:44.767Z | Downloaded socket2 v0.5.7 |
405 | 2024-10-18T01:26:44.767Z | Downloaded hyper v1.4.1 |
406 | 2024-10-18T01:26:44.767Z | Downloaded heck v0.5.0 |
407 | 2024-10-18T01:26:44.767Z | Downloaded tinyvec_macros v0.1.1 |
408 | 2024-10-18T01:26:44.767Z | Downloaded stable_deref_trait v1.2.0 |
409 | 2024-10-18T01:26:44.767Z | Downloaded winnow v0.5.40 |
410 | 2024-10-18T01:26:44.791Z | Downloaded nix v0.29.0 |
411 | 2024-10-18T01:26:44.791Z | Downloaded is_ci v1.2.0 |
412 | 2024-10-18T01:26:44.791Z | Downloaded highway v1.2.0 |
413 | 2024-10-18T01:26:44.791Z | Downloaded filetime v0.2.23 |
414 | 2024-10-18T01:26:44.791Z | Downloaded fastrand v2.1.0 |
415 | 2024-10-18T01:26:44.791Z | Downloaded fallible-iterator v0.3.0 |
416 | 2024-10-18T01:26:44.815Z | Downloaded zone v0.3.0 |
417 | 2024-10-18T01:26:44.815Z | Downloaded openssl-macros v0.1.1 |
418 | 2024-10-18T01:26:44.815Z | Downloaded winnow v0.6.18 |
419 | 2024-10-18T01:26:44.815Z | Downloaded syn v2.0.77 |
420 | 2024-10-18T01:26:44.838Z | Downloaded zerocopy-derive v0.6.6 |
421 | 2024-10-18T01:26:44.839Z | Downloaded num_threads v0.1.7 |
422 | 2024-10-18T01:26:44.839Z | Downloaded lru-cache v0.1.2 |
423 | 2024-10-18T01:26:44.839Z | Downloaded usdt-macro v0.3.5 |
424 | 2024-10-18T01:26:44.839Z | Downloaded usdt-impl v0.3.5 |
425 | 2024-10-18T01:26:44.839Z | Downloaded usdt-attr-macro v0.3.5 |
426 | 2024-10-18T01:26:44.839Z | Downloaded clap_builder v4.5.2 |
427 | 2024-10-18T01:26:44.862Z | Downloaded httpdate v1.0.3 |
428 | 2024-10-18T01:26:44.862Z | Downloaded http-body-util v0.1.2 |
429 | 2024-10-18T01:26:44.862Z | Downloaded tungstenite v0.21.0 |
430 | 2024-10-18T01:26:44.862Z | Downloaded pest_generator v2.7.10 |
431 | 2024-10-18T01:26:44.862Z | Downloaded num v0.4.3 |
432 | 2024-10-18T01:26:44.862Z | Downloaded xattr v1.3.1 |
433 | 2024-10-18T01:26:44.862Z | Downloaded tracing-attributes v0.1.27 |
434 | 2024-10-18T01:26:44.862Z | Downloaded num_enum_derive v0.7.2 |
435 | 2024-10-18T01:26:44.862Z | Downloaded num_enum v0.7.2 |
436 | 2024-10-18T01:26:44.863Z | Downloaded erased-serde v0.4.5 |
437 | 2024-10-18T01:26:44.863Z | Downloaded dtrace-parser v0.2.0 |
438 | 2024-10-18T01:26:44.887Z | Downloaded dof v0.3.0 |
439 | 2024-10-18T01:26:44.887Z | Downloaded derive-where v1.2.7 |
440 | 2024-10-18T01:26:44.887Z | Downloaded crossbeam-utils v0.8.19 |
441 | 2024-10-18T01:26:44.887Z | Downloaded ring v0.17.8 |
442 | 2024-10-18T01:26:44.958Z | Downloaded const_format v0.2.32 |
443 | 2024-10-18T01:26:44.981Z | Downloaded chrono v0.4.38 |
444 | 2024-10-18T01:26:44.981Z | Downloaded try-lock v0.2.5 |
445 | 2024-10-18T01:26:44.981Z | Downloaded libsqlite3-sys v0.30.1 |
446 | 2024-10-18T01:26:45.065Z | Downloaded paste v1.0.15 |
447 | 2024-10-18T01:26:45.090Z | Downloaded num-integer v0.1.46 |
448 | 2024-10-18T01:26:45.090Z | Downloaded errno v0.3.9 |
449 | 2024-10-18T01:26:45.090Z | Downloaded either v1.13.0 |
450 | 2024-10-18T01:26:45.090Z | Downloaded dropshot_endpoint v0.12.0 |
451 | 2024-10-18T01:26:45.090Z | Downloaded digest v0.10.7 |
452 | 2024-10-18T01:26:45.090Z | Downloaded defmt-parser v0.3.4 |
453 | 2024-10-18T01:26:45.090Z | Downloaded defmt-macros v0.3.9 |
454 | 2024-10-18T01:26:45.090Z | Downloaded darling v0.20.9 |
455 | 2024-10-18T01:26:45.115Z | Downloaded crossbeam-deque v0.8.5 |
456 | 2024-10-18T01:26:45.115Z | Downloaded strum_macros v0.26.2 |
457 | 2024-10-18T01:26:45.115Z | Downloaded itertools v0.13.0 |
458 | 2024-10-18T01:26:45.115Z | Downloaded pretty-hex v0.2.1 |
459 | 2024-10-18T01:26:45.115Z | Downloaded enum-as-inner v0.6.0 |
460 | 2024-10-18T01:26:45.115Z | Downloaded embedded-io v0.6.1 |
461 | 2024-10-18T01:26:45.131Z | Downloaded debug-ignore v1.0.5 |
462 | 2024-10-18T01:26:45.131Z | Downloaded darling_macro v0.20.9 |
463 | 2024-10-18T01:26:45.131Z | Downloaded crypto-common v0.1.6 |
464 | 2024-10-18T01:26:45.131Z | Downloaded cpufeatures v0.2.12 |
465 | 2024-10-18T01:26:45.155Z | Downloaded convert_case v0.4.0 |
466 | 2024-10-18T01:26:45.155Z | Downloaded swrite v0.1.0 |
467 | 2024-10-18T01:26:45.155Z | Downloaded serde_derive_internals v0.29.1 |
468 | 2024-10-18T01:26:45.155Z | Downloaded dirs-sys-next v0.1.2 |
469 | 2024-10-18T01:26:45.155Z | Downloaded colored v2.1.0 |
470 | 2024-10-18T01:26:45.155Z | Downloaded clap_lex v0.7.0 |
471 | 2024-10-18T01:26:45.155Z | Downloaded bytes v1.7.2 |
472 | 2024-10-18T01:26:45.155Z | Downloaded ctr v0.9.2 |
473 | 2024-10-18T01:26:45.155Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-10-18T01:26:45.155Z | Downloaded base64 v0.21.7 |
475 | 2024-10-18T01:26:45.155Z | Downloaded ascii v1.1.0 |
476 | 2024-10-18T01:26:45.155Z | Downloaded ipnetwork v0.20.0 |
477 | 2024-10-18T01:26:45.155Z | Downloaded hickory-resolver v0.24.1 |
478 | 2024-10-18T01:26:45.155Z | Downloaded cipher v0.4.4 |
479 | 2024-10-18T01:26:45.155Z | Downloaded cc v1.0.97 |
480 | 2024-10-18T01:26:45.155Z | Downloaded cargo-platform v0.1.8 |
481 | 2024-10-18T01:26:45.155Z | Downloaded bitstruct_derive v0.1.0 |
482 | 2024-10-18T01:26:45.155Z | Downloaded bit_field v0.10.2 |
483 | 2024-10-18T01:26:45.181Z | Downloaded hostname v0.3.1 |
484 | 2024-10-18T01:26:45.181Z | Downloaded hex v0.4.3 |
485 | 2024-10-18T01:26:45.181Z | Downloaded fatfs v0.3.6 |
486 | 2024-10-18T01:26:45.181Z | Downloaded camino-tempfile v1.1.1 |
487 | 2024-10-18T01:26:45.181Z | Downloaded bitflags v2.6.0 |
488 | 2024-10-18T01:26:45.181Z | Downloaded base64ct v1.6.0 |
489 | 2024-10-18T01:26:45.181Z | Downloaded atomicwrites v0.4.4 |
490 | 2024-10-18T01:26:45.181Z | Downloaded fallible-streaming-iterator v0.1.9 |
491 | 2024-10-18T01:26:45.181Z | Downloaded zone_cfg_derive v0.3.0 |
492 | 2024-10-18T01:26:45.181Z | Downloaded usdt-impl v0.5.0 |
493 | 2024-10-18T01:26:45.181Z | Downloaded blake2 v0.10.6 |
494 | 2024-10-18T01:26:45.181Z | Downloaded bitvec v1.0.1 |
495 | 2024-10-18T01:26:45.205Z | Downloaded autocfg v1.3.0 |
496 | 2024-10-18T01:26:45.205Z | Downloaded async-trait v0.1.83 |
497 | 2024-10-18T01:26:45.231Z | Downloaded async-stream v0.3.5 |
498 | 2024-10-18T01:26:45.231Z | Downloaded aho-corasick v1.1.3 |
499 | 2024-10-18T01:26:45.231Z | Downloaded usdt-attr-macro v0.5.0 |
500 | 2024-10-18T01:26:45.231Z | Downloaded openssl-probe v0.1.5 |
501 | 2024-10-18T01:26:45.231Z | Downloaded omicron-workspace-hack v0.1.0 |
502 | 2024-10-18T01:26:45.231Z | Downloaded dropshot v0.12.0 |
503 | 2024-10-18T01:26:45.256Z | Downloaded dof v0.1.5 |
504 | 2024-10-18T01:26:45.256Z | Downloaded aes v0.8.4 |
505 | 2024-10-18T01:26:45.281Z | Downloaded darling_core v0.20.9 |
506 | 2024-10-18T01:26:45.281Z | Downloaded crossbeam-channel v0.5.12 |
507 | 2024-10-18T01:26:45.281Z | Downloaded clap_derive v4.5.4 |
508 | 2024-10-18T01:26:45.281Z | Downloaded cancel-safe-futures v0.1.5 |
509 | 2024-10-18T01:26:45.281Z | Downloaded base64 v0.22.1 |
510 | 2024-10-18T01:26:45.282Z | Downloaded anyhow v1.0.89 |
511 | 2024-10-18T01:26:45.307Z | Downloaded anstyle-parse v0.2.4 |
512 | 2024-10-18T01:26:45.307Z | Downloaded allocator-api2 v0.2.18 |
513 | 2024-10-18T01:26:45.307Z | Downloaded ahash v0.8.11 |
514 | 2024-10-18T01:26:45.307Z | Downloaded num-conv v0.1.0 |
515 | 2024-10-18T01:26:45.307Z | Downloaded defmt v0.3.8 |
516 | 2024-10-18T01:26:45.307Z | Downloaded crossbeam-epoch v0.9.18 |
517 | 2024-10-18T01:26:45.307Z | Downloaded cookie v0.18.1 |
518 | 2024-10-18T01:26:45.307Z | Downloaded const_format_proc_macros v0.2.32 |
519 | 2024-10-18T01:26:45.337Z | Downloaded console v0.15.8 |
520 | 2024-10-18T01:26:45.337Z | Downloaded clap v4.5.4 |
521 | 2024-10-18T01:26:45.337Z | Downloaded bincode v1.3.3 |
522 | 2024-10-18T01:26:45.337Z | Downloaded aes-gcm-siv v0.11.1 |
523 | 2024-10-18T01:26:45.337Z | Downloaded dirs-next v2.0.0 |
524 | 2024-10-18T01:26:45.337Z | Downloaded deranged v0.3.11 |
525 | 2024-10-18T01:26:45.337Z | Downloaded data-encoding v2.6.0 |
526 | 2024-10-18T01:26:45.337Z | Downloaded ctrlc v3.4.4 |
527 | 2024-10-18T01:26:45.337Z | Downloaded cobs v0.2.3 |
528 | 2024-10-18T01:26:45.337Z | Downloaded anstyle v1.0.7 |
529 | 2024-10-18T01:26:45.361Z | Downloaded colorchoice v1.0.1 |
530 | 2024-10-18T01:26:45.362Z | Downloaded cargo_metadata v0.18.1 |
531 | 2024-10-18T01:26:45.362Z | Downloaded camino v1.1.9 |
532 | 2024-10-18T01:26:45.362Z | Downloaded backoff v0.4.0 |
533 | 2024-10-18T01:26:45.362Z | Downloaded argon2 v0.5.3 |
534 | 2024-10-18T01:26:45.362Z | Downloaded anstream v0.6.14 |
535 | 2024-10-18T01:26:45.362Z | Downloaded dtrace-parser v0.1.14 |
536 | 2024-10-18T01:26:45.362Z | Downloaded cstr-argument v0.1.2 |
537 | 2024-10-18T01:26:45.362Z | Downloaded crucible-workspace-hack v0.1.0 |
538 | 2024-10-18T01:26:45.362Z | Downloaded cfg-if v1.0.0 |
539 | 2024-10-18T01:26:45.362Z | Downloaded byteorder v1.5.0 |
540 | 2024-10-18T01:26:45.362Z | Downloaded block-buffer v0.10.4 |
541 | 2024-10-18T01:26:45.362Z | Downloaded bitflags v1.3.2 |
542 | 2024-10-18T01:26:45.386Z | Downloaded async-recursion v1.1.1 |
543 | 2024-10-18T01:26:45.386Z | Downloaded aead v0.5.2 |
544 | 2024-10-18T01:26:45.386Z | Downloaded bitstruct v0.1.1 |
545 | 2024-10-18T01:26:45.386Z | Downloaded atty v0.2.14 |
546 | 2024-10-18T01:26:45.386Z | Downloaded atomic-waker v1.1.2 |
547 | 2024-10-18T01:26:45.386Z | Downloaded async-stream-impl v0.3.5 |
548 | 2024-10-18T01:26:45.386Z | Downloaded anstyle-query v1.0.3 |
549 | 2024-10-18T01:26:45.633Z | Compiling proc-macro2 v1.0.86 |
550 | 2024-10-18T01:26:45.633Z | Compiling unicode-ident v1.0.13 |
551 | 2024-10-18T01:26:45.657Z | Compiling libc v0.2.159 |
552 | 2024-10-18T01:26:45.657Z | Compiling serde v1.0.210 |
553 | 2024-10-18T01:26:45.657Z | Compiling version_check v0.9.5 |
554 | 2024-10-18T01:26:45.657Z | Compiling autocfg v1.3.0 |
555 | 2024-10-18T01:26:45.657Z | Checking cfg-if v1.0.0 |
556 | 2024-10-18T01:26:45.657Z | Compiling once_cell v1.19.0 |
557 | 2024-10-18T01:26:45.888Z | Compiling serde_json v1.0.128 |
558 | 2024-10-18T01:26:46.132Z | Compiling thiserror v1.0.64 |
559 | 2024-10-18T01:26:46.273Z | Compiling memchr v2.7.2 |
560 | 2024-10-18T01:26:46.366Z | Compiling ahash v0.8.11 |
561 | 2024-10-18T01:26:46.436Z | Compiling libm v0.2.8 |
562 | 2024-10-18T01:26:46.460Z | Compiling byteorder v1.5.0 |
563 | 2024-10-18T01:26:46.856Z | Compiling itoa v1.0.11 |
564 | 2024-10-18T01:26:47.019Z | Compiling lock_api v0.4.12 |
565 | 2024-10-18T01:26:47.067Z | Compiling parking_lot_core v0.9.10 |
566 | 2024-10-18T01:26:47.145Z | Compiling ryu v1.0.18 |
567 | 2024-10-18T01:26:47.383Z | Compiling quote v1.0.37 |
568 | 2024-10-18T01:26:47.548Z | Checking getrandom v0.2.14 |
569 | 2024-10-18T01:26:47.572Z | Compiling slab v0.4.9 |
570 | 2024-10-18T01:26:47.635Z | Compiling schemars v0.8.21 |
571 | 2024-10-18T01:26:47.781Z | Compiling syn v2.0.77 |
572 | 2024-10-18T01:26:47.806Z | Compiling jobserver v0.1.31 |
573 | 2024-10-18T01:26:47.830Z | Compiling allocator-api2 v0.2.18 |
574 | 2024-10-18T01:26:47.900Z | Compiling pkg-config v0.3.30 |
575 | 2024-10-18T01:26:47.924Z | Compiling vcpkg v0.2.15 |
576 | 2024-10-18T01:26:47.971Z | Compiling num-traits v0.2.19 |
577 | 2024-10-18T01:26:48.149Z | Checking pin-project-lite v0.2.14 |
578 | 2024-10-18T01:26:48.343Z | Compiling cc v1.0.97 |
579 | 2024-10-18T01:26:48.807Z | Compiling log v0.4.22 |
580 | 2024-10-18T01:26:48.863Z | Checking smallvec v1.13.2 |
581 | 2024-10-18T01:26:49.263Z | Compiling equivalent v1.0.1 |
582 | 2024-10-18T01:26:49.296Z | Checking scopeguard v1.2.0 |
583 | 2024-10-18T01:26:49.371Z | Checking mio v1.0.2 |
584 | 2024-10-18T01:26:49.404Z | Checking socket2 v0.5.7 |
585 | 2024-10-18T01:26:49.747Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-10-18T01:26:49.771Z | Compiling typenum v1.17.0 |
587 | 2024-10-18T01:26:49.857Z | Checking parking_lot v0.12.2 |
588 | 2024-10-18T01:26:49.954Z | Compiling httparse v1.8.0 |
589 | 2024-10-18T01:26:49.978Z | Compiling generic-array v0.14.7 |
590 | 2024-10-18T01:26:50.162Z | Compiling fnv v1.0.7 |
591 | 2024-10-18T01:26:50.341Z | Checking iana-time-zone v0.1.60 |
592 | 2024-10-18T01:26:50.366Z | Checking futures-core v0.3.30 |
593 | 2024-10-18T01:26:50.550Z | Compiling semver v1.0.23 |
594 | 2024-10-18T01:26:50.692Z | Checking rand_core v0.6.4 |
595 | 2024-10-18T01:26:50.715Z | Compiling slog v2.7.0 |
596 | 2024-10-18T01:26:50.880Z | Compiling ucd-trie v0.1.6 |
597 | 2024-10-18T01:26:50.904Z | Checking futures-sink v0.3.30 |
598 | 2024-10-18T01:26:50.953Z | Compiling heck v0.5.0 |
599 | 2024-10-18T01:26:51.031Z | Checking dyn-clone v1.0.17 |
600 | 2024-10-18T01:26:51.173Z | Checking subtle v2.5.0 |
601 | 2024-10-18T01:26:51.209Z | Checking futures-channel v0.3.30 |
602 | 2024-10-18T01:26:51.312Z | Compiling rustversion v1.0.17 |
603 | 2024-10-18T01:26:51.345Z | Checking pin-utils v0.1.0 |
604 | 2024-10-18T01:26:51.376Z | Compiling ring v0.17.8 |
605 | 2024-10-18T01:26:51.400Z | Compiling openssl-sys v0.9.103 |
606 | 2024-10-18T01:26:51.433Z | Checking futures-io v0.3.30 |
607 | 2024-10-18T01:26:51.502Z | Checking futures-task v0.3.30 |
608 | 2024-10-18T01:26:51.597Z | Compiling syn v1.0.109 |
609 | 2024-10-18T01:26:51.850Z | Compiling openssl v0.10.66 |
610 | 2024-10-18T01:26:52.245Z | Compiling aho-corasick v1.1.3 |
611 | 2024-10-18T01:26:52.413Z | Compiling regex-syntax v0.8.4 |
612 | 2024-10-18T01:26:52.937Z | Compiling heck v0.4.1 |
613 | 2024-10-18T01:26:53.351Z | Checking spin v0.9.8 |
614 | 2024-10-18T01:26:53.546Z | Compiling native-tls v0.2.11 |
615 | 2024-10-18T01:26:53.802Z | Compiling rustls v0.23.10 |
616 | 2024-10-18T01:26:54.050Z | Compiling serde_derive_internals v0.29.1 |
617 | 2024-10-18T01:26:54.085Z | Checking untrusted v0.9.0 |
618 | 2024-10-18T01:26:54.182Z | Compiling time-core v0.1.2 |
619 | 2024-10-18T01:26:54.228Z | Compiling num-conv v0.1.0 |
620 | 2024-10-18T01:26:54.344Z | Compiling anyhow v1.0.89 |
621 | 2024-10-18T01:26:54.479Z | Compiling time-macros v0.2.18 |
622 | 2024-10-18T01:26:55.112Z | Checking tracing-core v0.1.32 |
623 | 2024-10-18T01:26:55.663Z | Compiling regex-automata v0.4.6 |
624 | 2024-10-18T01:26:55.687Z | Checking crypto-common v0.1.6 |
625 | 2024-10-18T01:26:55.711Z | Compiling thread-id v4.2.1 |
626 | 2024-10-18T01:26:55.844Z | Compiling camino v1.1.9 |
627 | 2024-10-18T01:26:56.145Z | Checking rustls-pki-types v1.7.0 |
628 | 2024-10-18T01:26:56.329Z | Checking percent-encoding v2.3.1 |
629 | 2024-10-18T01:26:56.526Z | Checking form_urlencoded v1.2.1 |
630 | 2024-10-18T01:26:56.575Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-10-18T01:26:56.661Z | Checking tinyvec v1.6.0 |
632 | 2024-10-18T01:26:56.703Z | Checking zeroize v1.7.0 |
633 | 2024-10-18T01:26:56.726Z | Checking atomic-waker v1.1.2 |
634 | 2024-10-18T01:26:56.846Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-10-18T01:26:57.415Z | Checking rand_chacha v0.3.1 |
636 | 2024-10-18T01:26:57.453Z | Compiling usdt-impl v0.5.0 |
637 | 2024-10-18T01:26:57.722Z | Compiling plain v0.2.3 |
638 | 2024-10-18T01:26:57.747Z | Checking unicode-normalization v0.1.23 |
639 | 2024-10-18T01:26:57.785Z | Checking unicode-bidi v0.3.15 |
640 | 2024-10-18T01:26:57.851Z | Compiling serde_derive v1.0.210 |
641 | 2024-10-18T01:26:57.875Z | Compiling zerocopy-derive v0.7.34 |
642 | 2024-10-18T01:26:58.367Z | Compiling thiserror-impl v1.0.64 |
643 | 2024-10-18T01:26:58.501Z | Compiling tokio-macros v2.4.0 |
644 | 2024-10-18T01:26:59.162Z | Compiling schemars_derive v0.8.21 |
645 | 2024-10-18T01:26:59.503Z | Compiling zerocopy v0.7.34 |
646 | 2024-10-18T01:27:00.798Z | Compiling futures-macro v0.3.30 |
647 | 2024-10-18T01:27:01.061Z | Compiling pest v2.7.10 |
648 | 2024-10-18T01:27:01.204Z | Compiling openssl-macros v0.1.1 |
649 | 2024-10-18T01:27:01.409Z | Compiling hashbrown v0.14.5 |
650 | 2024-10-18T01:27:01.624Z | Compiling regex v1.10.6 |
651 | 2024-10-18T01:27:01.732Z | Compiling scroll_derive v0.12.0 |
652 | 2024-10-18T01:27:02.036Z | Compiling tracing-attributes v0.1.27 |
653 | 2024-10-18T01:27:02.391Z | Checking futures-util v0.3.30 |
654 | 2024-10-18T01:27:02.494Z | Checking rustls-webpki v0.102.4 |
655 | 2024-10-18T01:27:02.634Z | Compiling regress v0.10.1 |
656 | 2024-10-18T01:27:02.658Z | Checking try-lock v0.2.5 |
657 | 2024-10-18T01:27:02.765Z | Checking want v0.3.1 |
658 | 2024-10-18T01:27:02.901Z | Compiling scroll v0.12.0 |
659 | 2024-10-18T01:27:02.925Z | Compiling strum_macros v0.26.2 |
660 | 2024-10-18T01:27:03.362Z | Compiling pest_meta v2.7.10 |
661 | 2024-10-18T01:27:03.410Z | Compiling goblin v0.8.2 |
662 | 2024-10-18T01:27:04.627Z | Compiling pest_generator v2.7.10 |
663 | 2024-10-18T01:27:05.896Z | Checking tracing v0.1.40 |
664 | 2024-10-18T01:27:06.179Z | Checking rand v0.8.5 |
665 | 2024-10-18T01:27:06.215Z | Checking base64 v0.22.1 |
666 | 2024-10-18T01:27:06.239Z | Compiling pretty-hex v0.4.1 |
667 | 2024-10-18T01:27:06.425Z | Checking httpdate v1.0.3 |
668 | 2024-10-18T01:27:06.452Z | Compiling pest_derive v2.7.10 |
669 | 2024-10-18T01:27:06.630Z | Checking idna v0.5.0 |
670 | 2024-10-18T01:27:06.654Z | Compiling strsim v0.11.1 |
671 | 2024-10-18T01:27:06.678Z | Compiling unsafe-libyaml v0.2.11 |
672 | 2024-10-18T01:27:07.004Z | Compiling omicron-workspace-hack v0.1.0 |
673 | 2024-10-18T01:27:07.187Z | Compiling dtrace-parser v0.2.0 |
674 | 2024-10-18T01:27:07.243Z | Checking cpufeatures v0.2.12 |
675 | 2024-10-18T01:27:07.278Z | Checking tower-service v0.3.2 |
676 | 2024-10-18T01:27:07.325Z | Checking url v2.5.0 |
677 | 2024-10-18T01:27:07.349Z | Compiling async-trait v0.1.83 |
678 | 2024-10-18T01:27:07.388Z | Checking block-buffer v0.10.4 |
679 | 2024-10-18T01:27:07.590Z | Checking bytes v1.7.2 |
680 | 2024-10-18T01:27:08.001Z | Checking bitflags v2.6.0 |
681 | 2024-10-18T01:27:08.051Z | Checking chrono v0.4.38 |
682 | 2024-10-18T01:27:08.527Z | Compiling indexmap v2.5.0 |
683 | 2024-10-18T01:27:08.599Z | Checking tokio v1.39.3 |
684 | 2024-10-18T01:27:09.051Z | Checking uuid v1.10.0 |
685 | 2024-10-18T01:27:09.301Z | Compiling serde_tokenstream v0.2.2 |
686 | 2024-10-18T01:27:09.772Z | Compiling http v1.1.0 |
687 | 2024-10-18T01:27:10.305Z | Compiling openapiv3 v2.0.0 |
688 | 2024-10-18T01:27:10.445Z | Compiling dof v0.3.0 |
689 | 2024-10-18T01:27:10.603Z | Compiling serde_yaml v0.9.34+deprecated |
690 | 2024-10-18T01:27:11.390Z | Checking http-body v1.0.1 |
691 | 2024-10-18T01:27:11.560Z | Compiling toml_datetime v0.6.8 |
692 | 2024-10-18T01:27:11.584Z | Compiling rustls v0.22.4 |
693 | 2024-10-18T01:27:11.862Z | Checking foreign-types-shared v0.1.1 |
694 | 2024-10-18T01:27:11.949Z | Checking http-body-util v0.1.2 |
695 | 2024-10-18T01:27:11.992Z | Checking foreign-types v0.3.2 |
696 | 2024-10-18T01:27:12.149Z | Checking digest v0.10.7 |
697 | 2024-10-18T01:27:12.786Z | Checking encoding_rs v0.8.34 |
698 | 2024-10-18T01:27:13.414Z | Compiling crossbeam-utils v0.8.19 |
699 | 2024-10-18T01:27:13.559Z | Compiling typify-impl v0.2.0 |
700 | 2024-10-18T01:27:13.615Z | Compiling paste v1.0.15 |
701 | 2024-10-18T01:27:13.883Z | Compiling ident_case v1.0.1 |
702 | 2024-10-18T01:27:13.906Z | Compiling slog-async v2.8.0 |
703 | 2024-10-18T01:27:14.034Z | Checking mime v0.3.17 |
704 | 2024-10-18T01:27:14.156Z | Compiling darling_core v0.20.9 |
705 | 2024-10-18T01:27:14.408Z | Compiling usdt-macro v0.5.0 |
706 | 2024-10-18T01:27:14.538Z | Compiling usdt-attr-macro v0.5.0 |
707 | 2024-10-18T01:27:14.744Z | Checking tokio-util v0.7.11 |
708 | 2024-10-18T01:27:15.068Z | Checking serde_urlencoded v0.7.1 |
709 | 2024-10-18T01:27:15.409Z | Checking rustls-pemfile v2.1.3 |
710 | 2024-10-18T01:27:15.433Z | Checking h2 v0.4.6 |
711 | 2024-10-18T01:27:15.639Z | Compiling multer v3.1.0 |
712 | 2024-10-18T01:27:15.939Z | Checking openssl-probe v0.1.5 |
713 | 2024-10-18T01:27:15.963Z | Compiling rustix v0.38.34 |
714 | 2024-10-18T01:27:17.584Z | Compiling async-stream-impl v0.3.5 |
715 | 2024-10-18T01:27:18.674Z | Checking errno v0.3.9 |
716 | 2024-10-18T01:27:18.738Z | Compiling darling_macro v0.20.9 |
717 | 2024-10-18T01:27:18.908Z | Checking hyper v1.4.1 |
718 | 2024-10-18T01:27:18.952Z | Checking ipnet v2.9.0 |
719 | 2024-10-18T01:27:19.216Z | Checking powerfmt v0.2.0 |
720 | 2024-10-18T01:27:19.459Z | Checking deranged v0.3.11 |
721 | 2024-10-18T01:27:19.505Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-10-18T01:27:19.588Z | Compiling darling v0.20.9 |
723 | 2024-10-18T01:27:19.728Z | Checking serde_spanned v0.6.7 |
724 | 2024-10-18T01:27:19.900Z | Checking futures-executor v0.3.30 |
725 | 2024-10-18T01:27:20.100Z | Checking webpki-roots v0.26.3 |
726 | 2024-10-18T01:27:20.638Z | Checking hyper-util v0.1.9 |
727 | 2024-10-18T01:27:20.910Z | Checking is-terminal v0.4.12 |
728 | 2024-10-18T01:27:21.019Z | Compiling dropshot v0.12.0 |
729 | 2024-10-18T01:27:21.297Z | Checking num_threads v0.1.7 |
730 | 2024-10-18T01:27:21.321Z | Checking tokio-rustls v0.26.0 |
731 | 2024-10-18T01:27:21.528Z | Checking futures v0.3.30 |
732 | 2024-10-18T01:27:21.552Z | Checking time v0.3.36 |
733 | 2024-10-18T01:27:21.575Z | Compiling serde_with_macros v3.9.0 |
734 | 2024-10-18T01:27:21.696Z | Checking sha1 v0.10.6 |
735 | 2024-10-18T01:27:21.945Z | Compiling dropshot_endpoint v0.12.0 |
736 | 2024-10-18T01:27:22.112Z | Checking hyper-rustls v0.27.3 |
737 | 2024-10-18T01:27:22.165Z | Checking hyper-tls v0.6.0 |
738 | 2024-10-18T01:27:22.409Z | Checking strum v0.26.2 |
739 | 2024-10-18T01:27:22.547Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-10-18T01:27:22.815Z | Checking sync_wrapper v1.0.1 |
741 | 2024-10-18T01:27:23.406Z | Compiling typify-macro v0.2.0 |
742 | 2024-10-18T01:27:23.605Z | Checking reqwest v0.12.7 |
743 | 2024-10-18T01:27:24.551Z | Checking dirs-sys-next v0.1.2 |
744 | 2024-10-18T01:27:24.576Z | Compiling structmeta v0.3.0 |
745 | 2024-10-18T01:27:24.897Z | Checking winnow v0.6.18 |
746 | 2024-10-18T01:27:25.003Z | Checking match_cfg v0.1.0 |
747 | 2024-10-18T01:27:25.127Z | Checking progenitor-client v0.8.0 |
748 | 2024-10-18T01:27:25.212Z | Checking hostname v0.3.1 |
749 | 2024-10-18T01:27:25.401Z | Compiling parse-display-derive v0.10.0 |
750 | 2024-10-18T01:27:25.600Z | Checking dirs-next v2.0.0 |
751 | 2024-10-18T01:27:26.108Z | Checking ipnetwork v0.20.0 |
752 | 2024-10-18T01:27:26.464Z | Compiling typify v0.2.0 |
753 | 2024-10-18T01:27:26.587Z | Compiling progenitor-impl v0.8.0 |
754 | 2024-10-18T01:27:26.664Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
755 | 2024-10-18T01:27:27.339Z | Checking thread_local v1.1.8 |
756 | 2024-10-18T01:27:28.223Z | Checking term v0.7.0 |
757 | 2024-10-18T01:27:28.279Z | Checking crossbeam-channel v0.5.12 |
758 | 2024-10-18T01:27:28.506Z | Checking memmap v0.7.0 |
759 | 2024-10-18T01:27:28.603Z | Checking take_mut v0.2.2 |
760 | 2024-10-18T01:27:28.697Z | Checking usdt v0.5.0 |
761 | 2024-10-18T01:27:28.773Z | Checking slog-term v2.9.1 |
762 | 2024-10-18T01:27:28.929Z | Checking toml_edit v0.22.20 |
763 | 2024-10-18T01:27:29.159Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-10-18T01:27:29.598Z | Checking slog-json v2.6.1 |
765 | 2024-10-18T01:27:30.413Z | Compiling winnow v0.5.40 |
766 | 2024-10-18T01:27:30.579Z | Checking debug-ignore v1.0.5 |
767 | 2024-10-18T01:27:31.132Z | Checking toml v0.8.19 |
768 | 2024-10-18T01:27:31.572Z | Compiling progenitor-macro v0.8.0 |
769 | 2024-10-18T01:27:31.765Z | Checking slog-bunyan v2.5.0 |
770 | 2024-10-18T01:27:32.219Z | Checking async-stream v0.3.5 |
771 | 2024-10-18T01:27:32.601Z | Checking serde_path_to_error v0.1.16 |
772 | 2024-10-18T01:27:32.644Z | Checking waitgroup v0.1.2 |
773 | 2024-10-18T01:27:32.770Z | Checking hostname v0.4.0 |
774 | 2024-10-18T01:27:32.924Z | Checking tokio-rustls v0.25.0 |
775 | 2024-10-18T01:27:33.184Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
776 | 2024-10-18T01:27:33.310Z | Compiling toml_edit v0.19.15 |
777 | 2024-10-18T01:27:33.509Z | Checking serde_with v3.9.0 |
778 | 2024-10-18T01:27:33.533Z | Checking newtype-uuid v1.1.0 |
779 | 2024-10-18T01:27:33.556Z | Compiling clap_derive v4.5.4 |
780 | 2024-10-18T01:27:34.196Z | Checking unicode-width v0.1.14 |
781 | 2024-10-18T01:27:34.589Z | Checking utf8parse v0.2.1 |
782 | 2024-10-18T01:27:34.722Z | Checking anstyle-parse v0.2.4 |
783 | 2024-10-18T01:27:35.057Z | Checking hex v0.4.3 |
784 | 2024-10-18T01:27:35.500Z | Compiling proc-macro-crate v1.3.1 |
785 | 2024-10-18T01:27:36.197Z | Checking instant v0.1.12 |
786 | 2024-10-18T01:27:36.334Z | Checking colorchoice v1.0.1 |
787 | 2024-10-18T01:27:36.437Z | Checking anstyle v1.0.7 |
788 | 2024-10-18T01:27:36.465Z | Checking is_terminal_polyfill v1.70.0 |
789 | 2024-10-18T01:27:36.581Z | Checking lazy_static v1.5.0 |
790 | 2024-10-18T01:27:36.705Z | Checking anstyle-query v1.0.3 |
791 | 2024-10-18T01:27:36.756Z | Checking backoff v0.4.0 |
792 | 2024-10-18T01:27:36.780Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
793 | 2024-10-18T01:27:36.803Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
794 | 2024-10-18T01:27:36.859Z | Checking anstream v0.6.14 |
795 | 2024-10-18T01:27:36.921Z | Checking parse-display v0.10.0 |
796 | 2024-10-18T01:27:37.036Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-10-18T01:27:37.166Z | Checking terminal_size v0.3.0 |
798 | 2024-10-18T01:27:37.245Z | Checking macaddr v1.0.1 |
799 | 2024-10-18T01:27:37.324Z | Checking regress v0.9.1 |
800 | 2024-10-18T01:27:37.961Z | Checking num-integer v0.1.46 |
801 | 2024-10-18T01:27:38.198Z | Checking clap_lex v0.7.0 |
802 | 2024-10-18T01:27:38.405Z | Compiling unicode-xid v0.2.4 |
803 | 2024-10-18T01:27:38.429Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-10-18T01:27:38.702Z | Checking clap_builder v4.5.2 |
805 | 2024-10-18T01:27:40.063Z | Compiling heapless v0.8.0 |
806 | 2024-10-18T01:27:41.279Z | Checking num-bigint v0.4.5 |
807 | 2024-10-18T01:27:41.340Z | Checking clap v4.5.4 |
808 | 2024-10-18T01:27:41.447Z | Compiling num_enum_derive v0.5.11 |
809 | 2024-10-18T01:27:42.239Z | Checking hash32 v0.3.1 |
810 | 2024-10-18T01:27:42.424Z | Checking bitflags v1.3.2 |
811 | 2024-10-18T01:27:42.649Z | Checking either v1.13.0 |
812 | 2024-10-18T01:27:42.811Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
813 | 2024-10-18T01:27:42.854Z | Checking progenitor v0.8.0 |
814 | 2024-10-18T01:27:42.978Z | Checking fastrand v2.1.0 |
815 | 2024-10-18T01:27:43.027Z | Compiling smoltcp v0.11.0 |
816 | 2024-10-18T01:27:43.104Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
817 | 2024-10-18T01:27:43.300Z | Checking stable_deref_trait v1.2.0 |
818 | 2024-10-18T01:27:43.529Z | Checking num_enum v0.5.11 |
819 | 2024-10-18T01:27:43.656Z | Checking tempfile v3.10.1 |
820 | 2024-10-18T01:27:43.679Z | Checking num-rational v0.4.2 |
821 | 2024-10-18T01:27:43.856Z | Compiling synstructure v0.12.6 |
822 | 2024-10-18T01:27:43.987Z | Checking num-iter v0.1.45 |
823 | 2024-10-18T01:27:44.165Z | Checking num-complex v0.4.6 |
824 | 2024-10-18T01:27:44.249Z | Compiling proc-macro-error-attr v1.0.4 |
825 | 2024-10-18T01:27:44.274Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
826 | 2024-10-18T01:27:44.565Z | Checking managed v0.8.0 |
827 | 2024-10-18T01:27:44.589Z | Checking cobs v0.2.3 |
828 | 2024-10-18T01:27:44.770Z | Checking postcard v1.0.9 |
829 | 2024-10-18T01:27:44.948Z | Checking num v0.4.3 |
830 | 2024-10-18T01:27:45.034Z | Compiling zerocopy-derive v0.2.0 |
831 | 2024-10-18T01:27:45.451Z | Compiling foreign-types-macros v0.2.3 |
832 | 2024-10-18T01:27:45.530Z | Compiling libz-sys v1.1.16 |
833 | 2024-10-18T01:27:46.106Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-10-18T01:27:46.316Z | Compiling proc-macro-error v1.0.4 |
835 | 2024-10-18T01:27:46.450Z | Checking foreign-types-shared v0.3.1 |
836 | 2024-10-18T01:27:46.729Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
837 | 2024-10-18T01:27:46.874Z | Checking pretty-hex v0.2.1 |
838 | 2024-10-18T01:27:46.959Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
839 | 2024-10-18T01:27:47.399Z | Checking foreign-types v0.5.0 |
840 | 2024-10-18T01:27:47.456Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
841 | 2024-10-18T01:27:48.528Z | Checking tabwriter v1.4.0 |
842 | 2024-10-18T01:27:48.606Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
843 | 2024-10-18T01:27:48.761Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
844 | 2024-10-18T01:27:49.369Z | Checking cstr-argument v0.1.2 |
845 | 2024-10-18T01:27:49.510Z | Compiling prettyplease v0.2.22 |
846 | 2024-10-18T01:27:49.534Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-10-18T01:27:49.572Z | Checking data-encoding v2.6.0 |
848 | 2024-10-18T01:27:50.116Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
849 | 2024-10-18T01:27:50.340Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
850 | 2024-10-18T01:27:50.932Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
851 | 2024-10-18T01:27:51.349Z | Checking colored v2.1.0 |
852 | 2024-10-18T01:27:52.273Z | Compiling libgit2-sys v0.17.0+1.8.1 |
853 | 2024-10-18T01:27:52.683Z | Checking static_assertions v1.1.0 |
854 | 2024-10-18T01:27:52.795Z | Checking unicode-segmentation v1.11.0 |
855 | 2024-10-18T01:27:52.884Z | Checking is_ci v1.2.0 |
856 | 2024-10-18T01:27:52.954Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
857 | 2024-10-18T01:27:53.014Z | Compiling semver v0.1.20 |
858 | 2024-10-18T01:27:53.108Z | Checking float-ord v0.3.2 |
859 | 2024-10-18T01:27:53.199Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
860 | 2024-10-18T01:27:53.404Z | Checking newline-converter v0.3.0 |
861 | 2024-10-18T01:27:53.543Z | Compiling rustc_version v0.1.7 |
862 | 2024-10-18T01:27:54.738Z | Compiling zone_cfg_derive v0.3.0 |
863 | 2024-10-18T01:27:55.418Z | Checking camino-tempfile v1.1.1 |
864 | 2024-10-18T01:27:55.500Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
865 | 2024-10-18T01:27:55.662Z | Checking itertools v0.10.5 |
866 | 2024-10-18T01:27:55.910Z | Checking console v0.15.8 |
867 | 2024-10-18T01:27:56.452Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
868 | 2024-10-18T01:27:56.917Z | Compiling num-derive v0.4.2 |
869 | 2024-10-18T01:27:58.192Z | Checking sigpipe v0.1.3 |
870 | 2024-10-18T01:27:58.292Z | Compiling usdt-impl v0.3.5 |
871 | 2024-10-18T01:27:58.420Z | Checking base64ct v1.6.0 |
872 | 2024-10-18T01:27:58.630Z | Checking similar v2.5.0 |
873 | 2024-10-18T01:27:58.813Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2024-10-18T01:27:59.033Z | Compiling owo-colors v4.1.0 |
875 | 2024-10-18T01:27:59.227Z | Checking expectorate v1.1.0 |
876 | 2024-10-18T01:27:59.363Z | Checking password-hash v0.5.0 |
877 | 2024-10-18T01:27:59.497Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-10-18T01:27:59.666Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
879 | 2024-10-18T01:27:59.763Z | Checking zone v0.3.0 |
880 | 2024-10-18T01:27:59.880Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
881 | 2024-10-18T01:27:59.905Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
882 | 2024-10-18T01:28:00.111Z | Compiling newtype_derive v0.1.6 |
883 | 2024-10-18T01:28:00.152Z | Checking supports-color v3.0.1 |
884 | 2024-10-18T01:28:00.295Z | Checking supports-color v2.1.0 |
885 | 2024-10-18T01:28:00.327Z | Compiling zerocopy v0.3.2 |
886 | 2024-10-18T01:28:00.421Z | Checking blake2 v0.10.6 |
887 | 2024-10-18T01:28:00.445Z | Compiling cargo-platform v0.1.8 |
888 | 2024-10-18T01:28:00.469Z | Compiling hubpack_derive v0.1.1 |
889 | 2024-10-18T01:28:00.493Z | Checking smf v0.2.3 |
890 | 2024-10-18T01:28:00.771Z | Compiling zerocopy-derive v0.6.6 |
891 | 2024-10-18T01:28:00.828Z | Compiling serde_repr v0.1.19 |
892 | 2024-10-18T01:28:00.889Z | Compiling vergen v8.3.2 |
893 | 2024-10-18T01:28:00.915Z | Checking whoami v1.5.1 |
894 | 2024-10-18T01:28:01.179Z | Checking base64 v0.21.7 |
895 | 2024-10-18T01:28:01.266Z | Compiling cancel-safe-futures v0.1.5 |
896 | 2024-10-18T01:28:01.362Z | Checking fixedbitset v0.4.2 |
897 | 2024-10-18T01:28:01.587Z | Checking hubpack v0.1.2 |
898 | 2024-10-18T01:28:01.624Z | Checking petgraph v0.6.5 |
899 | 2024-10-18T01:28:01.776Z | Checking argon2 v0.5.3 |
900 | 2024-10-18T01:28:01.870Z | Compiling dof v0.1.5 |
901 | 2024-10-18T01:28:02.349Z | Checking zerocopy v0.6.6 |
902 | 2024-10-18T01:28:02.406Z | Compiling cargo_metadata v0.18.1 |
903 | 2024-10-18T01:28:03.860Z | Compiling rustc_version v0.4.0 |
904 | 2024-10-18T01:28:04.100Z | Checking serde-big-array v0.5.1 |
905 | 2024-10-18T01:28:04.299Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-10-18T01:28:04.399Z | Compiling strum_macros v0.25.3 |
907 | 2024-10-18T01:28:04.429Z | Compiling libsqlite3-sys v0.30.1 |
908 | 2024-10-18T01:28:04.874Z | Compiling cookie v0.18.1 |
909 | 2024-10-18T01:28:04.974Z | Compiling slog-dtrace v0.3.0 |
910 | 2024-10-18T01:28:05.120Z | Compiling cfg_aliases v0.2.1 |
911 | 2024-10-18T01:28:05.188Z | Compiling convert_case v0.4.0 |
912 | 2024-10-18T01:28:05.227Z | Compiling rustls v0.21.12 |
913 | 2024-10-18T01:28:05.363Z | Compiling nix v0.29.0 |
914 | 2024-10-18T01:28:05.667Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
915 | 2024-10-18T01:28:05.832Z | Compiling derive_more v0.99.18 |
916 | 2024-10-18T01:28:05.921Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
917 | 2024-10-18T01:28:06.164Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-10-18T01:28:06.775Z | Checking atomicwrites v0.4.4 |
919 | 2024-10-18T01:28:06.891Z | Checking itertools v0.13.0 |
920 | 2024-10-18T01:28:06.923Z | Checking libsw v3.3.1 |
921 | 2024-10-18T01:28:06.965Z | Compiling serde_tokenstream v0.1.7 |
922 | 2024-10-18T01:28:07.107Z | Checking sct v0.7.1 |
923 | 2024-10-18T01:28:07.152Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
924 | 2024-10-18T01:28:07.177Z | Checking rustls-webpki v0.101.7 |
925 | 2024-10-18T01:28:07.288Z | Checking idna v0.4.0 |
926 | 2024-10-18T01:28:07.419Z | Compiling derive-where v1.2.7 |
927 | 2024-10-18T01:28:07.776Z | Compiling enum-as-inner v0.6.0 |
928 | 2024-10-18T01:28:07.943Z | Checking inout v0.1.3 |
929 | 2024-10-18T01:28:08.171Z | Checking swrite v0.1.0 |
930 | 2024-10-18T01:28:08.293Z | Checking utf-8 v0.7.6 |
931 | 2024-10-18T01:28:08.481Z | Checking quick-error v1.2.3 |
932 | 2024-10-18T01:28:08.612Z | Checking linear-map v1.2.0 |
933 | 2024-10-18T01:28:08.694Z | Checking linked-hash-map v0.5.6 |
934 | 2024-10-18T01:28:08.964Z | Checking indent_write v2.2.0 |
935 | 2024-10-18T01:28:09.117Z | Checking highway v1.2.0 |
936 | 2024-10-18T01:28:09.152Z | Compiling radium v0.7.0 |
937 | 2024-10-18T01:28:09.483Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
938 | 2024-10-18T01:28:09.590Z | Checking lru-cache v0.1.2 |
939 | 2024-10-18T01:28:09.758Z | Checking hickory-proto v0.24.1 |
940 | 2024-10-18T01:28:09.939Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-10-18T01:28:10.612Z | Checking resolv-conf v0.7.0 |
942 | 2024-10-18T01:28:10.747Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
943 | 2024-10-18T01:28:10.914Z | Checking tungstenite v0.21.0 |
944 | 2024-10-18T01:28:11.436Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
945 | 2024-10-18T01:28:11.656Z | Checking cipher v0.4.4 |
946 | 2024-10-18T01:28:11.978Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-10-18T01:28:13.207Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-10-18T01:28:13.290Z | Checking steno v0.4.1 |
949 | 2024-10-18T01:28:14.629Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2024-10-18T01:28:14.795Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-10-18T01:28:14.846Z | Checking crossbeam-epoch v0.9.18 |
952 | 2024-10-18T01:28:15.236Z | Checking hashlink v0.9.1 |
953 | 2024-10-18T01:28:15.261Z | Checking humantime v2.1.0 |
954 | 2024-10-18T01:28:15.261Z | Checking fallible-iterator v0.3.0 |
955 | 2024-10-18T01:28:15.485Z | Checking fallible-streaming-iterator v0.1.9 |
956 | 2024-10-18T01:28:15.552Z | Checking tap v1.0.1 |
957 | 2024-10-18T01:28:15.694Z | Compiling rayon-core v1.12.1 |
958 | 2024-10-18T01:28:15.718Z | Checking wyz v0.5.1 |
959 | 2024-10-18T01:28:15.718Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
960 | 2024-10-18T01:28:15.755Z | Checking crossbeam-deque v0.8.5 |
961 | 2024-10-18T01:28:15.814Z | Checking rusqlite v0.32.1 |
962 | 2024-10-18T01:28:16.025Z | Checking tokio-rustls v0.24.1 |
963 | 2024-10-18T01:28:16.067Z | Checking hickory-resolver v0.24.1 |
964 | 2024-10-18T01:28:16.334Z | Checking tokio-tungstenite v0.21.0 |
965 | 2024-10-18T01:28:16.729Z | Compiling usdt-attr-macro v0.3.5 |
966 | 2024-10-18T01:28:16.776Z | Compiling usdt-macro v0.3.5 |
967 | 2024-10-18T01:28:17.125Z | Checking rustls-pemfile v1.0.4 |
968 | 2024-10-18T01:28:17.269Z | Checking twox-hash v1.6.3 |
969 | 2024-10-18T01:28:17.297Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
970 | 2024-10-18T01:28:17.674Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-10-18T01:28:17.771Z | Checking universal-hash v0.5.1 |
972 | 2024-10-18T01:28:17.900Z | Checking atty v0.2.14 |
973 | 2024-10-18T01:28:17.965Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
974 | 2024-10-18T01:28:18.032Z | Checking opaque-debug v0.3.1 |
975 | 2024-10-18T01:28:18.132Z | Checking funty v2.0.0 |
976 | 2024-10-18T01:28:18.325Z | Checking polyval v0.6.2 |
977 | 2024-10-18T01:28:18.514Z | Checking usdt v0.3.5 |
978 | 2024-10-18T01:28:18.556Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-10-18T01:28:18.871Z | Checking bitvec v1.0.1 |
980 | 2024-10-18T01:28:19.310Z | Checking aes v0.8.4 |
981 | 2024-10-18T01:28:19.354Z | Checking ctr v0.9.2 |
982 | 2024-10-18T01:28:19.461Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
983 | 2024-10-18T01:28:19.628Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
984 | 2024-10-18T01:28:19.776Z | Checking num_enum v0.7.2 |
985 | 2024-10-18T01:28:19.801Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
986 | 2024-10-18T01:28:19.939Z | Checking bincode v1.3.3 |
987 | 2024-10-18T01:28:20.038Z | Checking aead v0.5.2 |
988 | 2024-10-18T01:28:20.063Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
989 | 2024-10-18T01:28:20.248Z | Checking aes-gcm-siv v0.11.1 |
990 | 2024-10-18T01:28:20.273Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
991 | 2024-10-18T01:28:20.473Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
992 | 2024-10-18T01:28:20.497Z | Checking rayon v1.10.0 |
993 | 2024-10-18T01:28:20.744Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
994 | 2024-10-18T01:28:20.777Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
995 | 2024-10-18T01:28:20.957Z | Compiling bitstruct_derive v0.1.0 |
996 | 2024-10-18T01:28:21.116Z | Compiling async-recursion v1.1.1 |
997 | 2024-10-18T01:28:22.035Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
998 | 2024-10-18T01:28:22.169Z | Checking typeid v1.0.0 |
999 | 2024-10-18T01:28:22.193Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1000 | 2024-10-18T01:28:22.289Z | Compiling cfg_aliases v0.1.1 |
1001 | 2024-10-18T01:28:22.373Z | Checking ascii v1.1.0 |
1002 | 2024-10-18T01:28:22.402Z | Checking ringbuffer v0.15.0 |
1003 | 2024-10-18T01:28:22.728Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1004 | 2024-10-18T01:28:22.753Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1005 | 2024-10-18T01:28:22.753Z | Checking toml v0.7.8 |
1006 | 2024-10-18T01:28:22.802Z | Compiling nix v0.28.0 |
1007 | 2024-10-18T01:28:23.080Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1008 | 2024-10-18T01:28:23.131Z | Checking erased-serde v0.4.5 |
1009 | 2024-10-18T01:28:23.465Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1010 | 2024-10-18T01:28:23.529Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1011 | 2024-10-18T01:28:23.621Z | Checking bitstruct v0.1.1 |
1012 | 2024-10-18T01:28:23.706Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1013 | 2024-10-18T01:28:23.737Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1014 | 2024-10-18T01:28:23.765Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1015 | 2024-10-18T01:28:23.851Z | Checking serde_arrays v0.1.0 |
1016 | 2024-10-18T01:28:23.918Z | Checking libloading v0.7.4 |
1017 | 2024-10-18T01:28:24.008Z | Compiling const_format_proc_macros v0.2.32 |
1018 | 2024-10-18T01:28:24.037Z | Checking kstat-rs v0.2.4 |
1019 | 2024-10-18T01:28:24.085Z | Compiling escargot v0.5.10 |
1020 | 2024-10-18T01:28:24.143Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1021 | 2024-10-18T01:28:24.344Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1022 | 2024-10-18T01:28:24.485Z | Checking ron v0.8.1 |
1023 | 2024-10-18T01:28:24.645Z | Checking xattr v1.3.1 |
1024 | 2024-10-18T01:28:25.023Z | Checking filetime v0.2.23 |
1025 | 2024-10-18T01:28:25.074Z | Checking bstr v1.9.1 |
1026 | 2024-10-18T01:28:25.204Z | Checking bit_field v0.10.2 |
1027 | 2024-10-18T01:28:25.427Z | Checking tar v0.4.40 |
1028 | 2024-10-18T01:28:25.510Z | Checking const_format v0.2.32 |
1029 | 2024-10-18T01:28:25.545Z | Checking ctrlc v3.4.4 |
1030 | 2024-10-18T01:28:25.760Z | Checking globset v0.4.14 |
1031 | 2024-10-18T01:28:26.080Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1032 | 2024-10-18T01:28:26.189Z | Checking fatfs v0.3.6 |
1033 | 2024-10-18T01:28:26.831Z | Checking glob v0.3.1 |
1034 | 2024-10-18T01:28:27.904Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1035 | 2024-10-18T01:28:28.651Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-10-18T01:28:28.951Z | Compiling git2 v0.19.0 |
1037 | 2024-10-18T01:28:30.383Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1038 | 2024-10-18T01:28:34.368Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1039 | 2024-10-18T01:28:38.850Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1040 | 2024-10-18T01:28:42.145Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1041 | 2024-10-18T01:28:48.983Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1042 | 2024-10-18T01:29:00.313Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1043 | 2024-10-18T01:29:00.313Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1044 | 2024-10-18T01:29:18.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 54s |
1045 | 2024-10-18T01:29:18.418Z | |
1046 | 2024-10-18T01:29:18.418Z | real 2:54.553846029 |
1047 | 2024-10-18T01:29:18.418Z | user 11:03.482642028 |
1048 | 2024-10-18T01:29:18.418Z | sys 2:53.293409948 |
1049 | 2024-10-18T01:29:18.419Z | trap 0.335814916 |
1050 | 2024-10-18T01:29:18.419Z | tflt 0.776167315 |
1051 | 2024-10-18T01:29:18.419Z | dflt 0.389875600 |
1052 | 2024-10-18T01:29:18.419Z | kflt 0.002603486 |
1053 | 2024-10-18T01:29:18.419Z | lock 14:01.997777827 |
1054 | 2024-10-18T01:29:18.419Z | slp 44:40.252558176 |
1055 | 2024-10-18T01:29:18.419Z | lat 56.633289105 |
1056 | 2024-10-18T01:29:18.419Z | stop 2:56.571547346 |
1057 | 2024-10-18T01:29:18.444Z | + ptime -m cargo clippy --features falcon --all-targets |
1058 | 2024-10-18T01:29:19.097Z | Downloading crates ... |
1059 | 2024-10-18T01:29:19.327Z | Downloaded downcast v0.11.0 |
1060 | 2024-10-18T01:29:19.352Z | Downloaded fragile v2.0.0 |
1061 | 2024-10-18T01:29:19.352Z | Downloaded predicates-core v1.0.6 |
1062 | 2024-10-18T01:29:19.352Z | Downloaded termtree v0.4.1 |
1063 | 2024-10-18T01:29:19.352Z | Downloaded slog-stdlog v4.1.1 |
1064 | 2024-10-18T01:29:19.352Z | Downloaded slog-scope v4.4.0 |
1065 | 2024-10-18T01:29:19.352Z | Downloaded png v0.17.13 |
1066 | 2024-10-18T01:29:19.377Z | Downloaded miniz_oxide v0.7.2 |
1067 | 2024-10-18T01:29:19.377Z | Downloaded arc-swap v1.7.1 |
1068 | 2024-10-18T01:29:19.377Z | Downloaded bytemuck v1.16.0 |
1069 | 2024-10-18T01:29:19.377Z | Downloaded mockall_derive v0.12.1 |
1070 | 2024-10-18T01:29:19.377Z | Downloaded fdeflate v0.3.4 |
1071 | 2024-10-18T01:29:19.377Z | Downloaded slog-envlogger v2.2.0 |
1072 | 2024-10-18T01:29:19.377Z | Downloaded serde_test v1.0.176 |
1073 | 2024-10-18T01:29:19.401Z | Downloaded predicates-tree v1.0.9 |
1074 | 2024-10-18T01:29:19.401Z | Downloaded predicates v3.1.0 |
1075 | 2024-10-18T01:29:19.401Z | Downloaded crc32fast v1.4.0 |
1076 | 2024-10-18T01:29:19.401Z | Downloaded simd-adler32 v0.3.7 |
1077 | 2024-10-18T01:29:19.401Z | Downloaded mockall v0.12.1 |
1078 | 2024-10-18T01:29:19.401Z | Downloaded flate2 v1.0.30 |
1079 | 2024-10-18T01:29:19.564Z | Downloaded image v0.25.1 |
1080 | 2024-10-18T01:29:19.837Z | Checking log v0.4.22 |
1081 | 2024-10-18T01:29:19.861Z | Checking tokio v1.39.3 |
1082 | 2024-10-18T01:29:19.885Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1083 | 2024-10-18T01:29:19.885Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1084 | 2024-10-18T01:29:19.885Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-10-18T01:29:19.918Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1086 | 2024-10-18T01:29:19.943Z | Compiling crc32fast v1.4.0 |
1087 | 2024-10-18T01:29:19.943Z | Checking simd-adler32 v0.3.7 |
1088 | 2024-10-18T01:29:20.061Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1089 | 2024-10-18T01:29:20.085Z | Checking native-tls v0.2.11 |
1090 | 2024-10-18T01:29:20.134Z | Checking goblin v0.8.2 |
1091 | 2024-10-18T01:29:20.159Z | Checking typify-impl v0.2.0 |
1092 | 2024-10-18T01:29:20.263Z | Checking rustls v0.22.4 |
1093 | 2024-10-18T01:29:20.337Z | Checking tungstenite v0.21.0 |
1094 | 2024-10-18T01:29:20.362Z | Checking rustls v0.21.12 |
1095 | 2024-10-18T01:29:20.386Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1096 | 2024-10-18T01:29:20.436Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1097 | 2024-10-18T01:29:20.792Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1098 | 2024-10-18T01:29:21.124Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1099 | 2024-10-18T01:29:21.148Z | Checking adler v1.0.2 |
1100 | 2024-10-18T01:29:21.264Z | Checking miniz_oxide v0.7.2 |
1101 | 2024-10-18T01:29:21.906Z | Checking arc-swap v1.7.1 |
1102 | 2024-10-18T01:29:21.977Z | Checking flate2 v1.0.30 |
1103 | 2024-10-18T01:29:22.225Z | Checking slog-scope v4.4.0 |
1104 | 2024-10-18T01:29:22.356Z | Checking typify v0.2.0 |
1105 | 2024-10-18T01:29:22.382Z | Checking fdeflate v0.3.4 |
1106 | 2024-10-18T01:29:22.464Z | Checking progenitor-impl v0.8.0 |
1107 | 2024-10-18T01:29:22.514Z | Checking slog-stdlog v4.1.1 |
1108 | 2024-10-18T01:29:22.643Z | Checking bytemuck v1.16.0 |
1109 | 2024-10-18T01:29:22.773Z | Checking png v0.17.13 |
1110 | 2024-10-18T01:29:22.991Z | Checking predicates-core v1.0.6 |
1111 | 2024-10-18T01:29:23.127Z | Checking slog-envlogger v2.2.0 |
1112 | 2024-10-18T01:29:23.151Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1113 | 2024-10-18T01:29:23.303Z | Checking termtree v0.4.1 |
1114 | 2024-10-18T01:29:23.427Z | Checking predicates v3.1.0 |
1115 | 2024-10-18T01:29:23.475Z | Checking predicates-tree v1.0.9 |
1116 | 2024-10-18T01:29:23.599Z | Compiling mockall_derive v0.12.1 |
1117 | 2024-10-18T01:29:23.765Z | Checking image v0.25.1 |
1118 | 2024-10-18T01:29:23.789Z | Checking wait-timeout v0.2.0 |
1119 | 2024-10-18T01:29:23.897Z | Checking fragile v2.0.0 |
1120 | 2024-10-18T01:29:23.939Z | Checking bit-vec v0.6.3 |
1121 | 2024-10-18T01:29:23.963Z | Checking downcast v0.11.0 |
1122 | 2024-10-18T01:29:24.119Z | Checking rusty-fork v0.3.0 |
1123 | 2024-10-18T01:29:24.143Z | Checking globset v0.4.14 |
1124 | 2024-10-18T01:29:24.213Z | Checking bit-set v0.5.3 |
1125 | 2024-10-18T01:29:24.361Z | Checking escargot v0.5.10 |
1126 | 2024-10-18T01:29:24.437Z | Checking fatfs v0.3.6 |
1127 | 2024-10-18T01:29:24.461Z | Checking dof v0.3.0 |
1128 | 2024-10-18T01:29:24.553Z | Checking rand_xorshift v0.3.0 |
1129 | 2024-10-18T01:29:24.638Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1130 | 2024-10-18T01:29:24.697Z | Checking unarray v0.1.4 |
1131 | 2024-10-18T01:29:24.823Z | Checking proptest v1.5.0 |
1132 | 2024-10-18T01:29:24.936Z | Checking usdt-impl v0.5.0 |
1133 | 2024-10-18T01:29:25.253Z | Checking serde_test v1.0.176 |
1134 | 2024-10-18T01:29:25.312Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1135 | 2024-10-18T01:29:25.393Z | Checking usdt v0.5.0 |
1136 | 2024-10-18T01:29:25.631Z | Checking slog-dtrace v0.3.0 |
1137 | 2024-10-18T01:29:26.124Z | Checking tokio-util v0.7.11 |
1138 | 2024-10-18T01:29:26.501Z | Checking tokio-rustls v0.26.0 |
1139 | 2024-10-18T01:29:26.525Z | Checking tokio-native-tls v0.3.1 |
1140 | 2024-10-18T01:29:26.561Z | Checking tokio-rustls v0.25.0 |
1141 | 2024-10-18T01:29:26.622Z | Checking backoff v0.4.0 |
1142 | 2024-10-18T01:29:26.721Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1143 | 2024-10-18T01:29:26.832Z | Checking tokio-tungstenite v0.21.0 |
1144 | 2024-10-18T01:29:26.856Z | Checking h2 v0.4.6 |
1145 | 2024-10-18T01:29:26.880Z | Checking zone v0.3.0 |
1146 | 2024-10-18T01:29:26.903Z | Checking cancel-safe-futures v0.1.5 |
1147 | 2024-10-18T01:29:26.954Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1148 | 2024-10-18T01:29:27.236Z | Checking libsw v3.3.1 |
1149 | 2024-10-18T01:29:27.266Z | Checking hickory-proto v0.24.1 |
1150 | 2024-10-18T01:29:27.453Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1151 | 2024-10-18T01:29:27.502Z | Checking steno v0.4.1 |
1152 | 2024-10-18T01:29:28.332Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1153 | 2024-10-18T01:29:28.372Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1154 | 2024-10-18T01:29:28.577Z | Checking tokio-rustls v0.24.1 |
1155 | 2024-10-18T01:29:28.716Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1156 | 2024-10-18T01:29:28.875Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1157 | 2024-10-18T01:29:29.014Z | Checking mockall v0.12.1 |
1158 | 2024-10-18T01:29:30.252Z | Checking hickory-resolver v0.24.1 |
1159 | 2024-10-18T01:29:30.322Z | Checking hyper v1.4.1 |
1160 | 2024-10-18T01:29:32.042Z | Checking hyper-util v0.1.9 |
1161 | 2024-10-18T01:29:33.453Z | Checking hyper-tls v0.6.0 |
1162 | 2024-10-18T01:29:33.453Z | Checking hyper-rustls v0.27.3 |
1163 | 2024-10-18T01:29:33.477Z | Checking dropshot v0.12.0 |
1164 | 2024-10-18T01:29:33.747Z | Checking reqwest v0.12.7 |
1165 | 2024-10-18T01:29:35.191Z | Checking progenitor-client v0.8.0 |
1166 | 2024-10-18T01:29:35.440Z | Checking progenitor v0.8.0 |
1167 | 2024-10-18T01:29:35.600Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1168 | 2024-10-18T01:29:35.600Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1169 | 2024-10-18T01:29:35.625Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-10-18T01:29:35.625Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1171 | 2024-10-18T01:29:36.469Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1172 | 2024-10-18T01:29:37.315Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1173 | 2024-10-18T01:29:39.440Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-10-18T01:29:41.893Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1175 | 2024-10-18T01:29:47.283Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-10-18T01:29:47.283Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-10-18T01:29:47.308Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-10-18T01:29:47.308Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-10-18T01:29:49.379Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-10-18T01:29:49.858Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-10-18T01:29:49.928Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-10-18T01:29:49.928Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-10-18T01:29:50.692Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-10-18T01:29:50.954Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-10-18T01:29:51.051Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-10-18T01:30:02.821Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-10-18T01:30:10.040Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-10-18T01:30:10.834Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1189 | 2024-10-18T01:30:15.835Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1190 | 2024-10-18T01:30:33.344Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1191 | 2024-10-18T01:30:33.344Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1192 | 2024-10-18T01:30:53.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
1193 | 2024-10-18T01:30:54.121Z | |
1194 | 2024-10-18T01:30:54.121Z | real 1:35.693002522 |
1195 | 2024-10-18T01:30:54.121Z | user 3:30.089927203 |
1196 | 2024-10-18T01:30:54.121Z | sys 32.539138284 |
1197 | 2024-10-18T01:30:54.121Z | trap 0.080504545 |
1198 | 2024-10-18T01:30:54.121Z | tflt 0.140973272 |
1199 | 2024-10-18T01:30:54.121Z | dflt 0.017568830 |
1200 | 2024-10-18T01:30:54.145Z | kflt 0.000038616 |
1201 | 2024-10-18T01:30:54.145Z | lock 5:37.389359054 |
1202 | 2024-10-18T01:30:54.145Z | slp 11:32.025435372 |
1203 | 2024-10-18T01:30:54.145Z | lat 6.607377242 |
1204 | 2024-10-18T01:30:54.145Z | stop 16.757823297 |
1205 | 2024-10-18T01:30:54.145Z | + banner build |
1206 | 2024-10-18T01:30:54.145Z | |
1207 | 2024-10-18T01:30:54.145Z | ##### # # # # ##### |
1208 | 2024-10-18T01:30:54.145Z | # # # # # # # # |
1209 | 2024-10-18T01:30:54.145Z | ##### # # # # # # |
1210 | 2024-10-18T01:30:54.145Z | # # # # # # # # |
1211 | 2024-10-18T01:30:54.145Z | # # # # # # # # |
1212 | 2024-10-18T01:30:54.145Z | ##### #### # ###### ##### |
1213 | 2024-10-18T01:30:54.145Z | |
1214 | 2024-10-18T01:30:54.145Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1215 | 2024-10-18T01:30:55.021Z | Compiling proc-macro2 v1.0.86 |
1216 | 2024-10-18T01:30:55.021Z | Compiling unicode-ident v1.0.13 |
1217 | 2024-10-18T01:30:55.045Z | Compiling libc v0.2.159 |
1218 | 2024-10-18T01:30:55.045Z | Compiling serde v1.0.210 |
1219 | 2024-10-18T01:30:55.045Z | Compiling version_check v0.9.5 |
1220 | 2024-10-18T01:30:55.045Z | Compiling once_cell v1.19.0 |
1221 | 2024-10-18T01:30:55.045Z | Compiling autocfg v1.3.0 |
1222 | 2024-10-18T01:30:55.045Z | Compiling cfg-if v1.0.0 |
1223 | 2024-10-18T01:30:55.179Z | Compiling thiserror v1.0.64 |
1224 | 2024-10-18T01:30:55.210Z | Compiling memchr v2.7.2 |
1225 | 2024-10-18T01:30:55.445Z | Compiling libm v0.2.8 |
1226 | 2024-10-18T01:30:55.689Z | Compiling ahash v0.8.11 |
1227 | 2024-10-18T01:30:55.723Z | Compiling byteorder v1.5.0 |
1228 | 2024-10-18T01:30:55.851Z | Compiling itoa v1.0.11 |
1229 | 2024-10-18T01:30:56.021Z | Compiling lock_api v0.4.12 |
1230 | 2024-10-18T01:30:56.045Z | Compiling parking_lot_core v0.9.10 |
1231 | 2024-10-18T01:30:56.317Z | Compiling ryu v1.0.18 |
1232 | 2024-10-18T01:30:56.422Z | Compiling serde_json v1.0.128 |
1233 | 2024-10-18T01:30:56.555Z | Compiling quote v1.0.37 |
1234 | 2024-10-18T01:30:56.643Z | Compiling slab v0.4.9 |
1235 | 2024-10-18T01:30:56.763Z | Compiling pkg-config v0.3.30 |
1236 | 2024-10-18T01:30:56.960Z | Compiling syn v2.0.77 |
1237 | 2024-10-18T01:30:57.010Z | Compiling jobserver v0.1.31 |
1238 | 2024-10-18T01:30:57.057Z | Compiling getrandom v0.2.14 |
1239 | 2024-10-18T01:30:57.161Z | Compiling vcpkg v0.2.15 |
1240 | 2024-10-18T01:30:57.184Z | Compiling schemars v0.8.21 |
1241 | 2024-10-18T01:30:57.386Z | Compiling cc v1.0.97 |
1242 | 2024-10-18T01:30:57.428Z | Compiling allocator-api2 v0.2.18 |
1243 | 2024-10-18T01:30:57.645Z | Compiling pin-project-lite v0.2.14 |
1244 | 2024-10-18T01:30:57.786Z | Compiling num-traits v0.2.19 |
1245 | 2024-10-18T01:30:58.081Z | Compiling log v0.4.22 |
1246 | 2024-10-18T01:30:58.110Z | Compiling smallvec v1.13.2 |
1247 | 2024-10-18T01:30:58.393Z | Compiling equivalent v1.0.1 |
1248 | 2024-10-18T01:30:58.462Z | Compiling scopeguard v1.2.0 |
1249 | 2024-10-18T01:30:58.503Z | Compiling typenum v1.17.0 |
1250 | 2024-10-18T01:30:58.527Z | Compiling mio v1.0.2 |
1251 | 2024-10-18T01:30:58.550Z | Compiling signal-hook-registry v1.4.2 |
1252 | 2024-10-18T01:30:59.130Z | Compiling parking_lot v0.12.2 |
1253 | 2024-10-18T01:30:59.281Z | Compiling socket2 v0.5.7 |
1254 | 2024-10-18T01:30:59.676Z | Compiling httparse v1.8.0 |
1255 | 2024-10-18T01:30:59.867Z | Compiling generic-array v0.14.7 |
1256 | 2024-10-18T01:30:59.909Z | Compiling ring v0.17.8 |
1257 | 2024-10-18T01:31:00.096Z | Compiling fnv v1.0.7 |
1258 | 2024-10-18T01:31:00.211Z | Compiling futures-core v0.3.30 |
1259 | 2024-10-18T01:31:00.661Z | Compiling openssl-sys v0.9.103 |
1260 | 2024-10-18T01:31:00.748Z | Compiling iana-time-zone v0.1.60 |
1261 | 2024-10-18T01:31:00.800Z | Compiling rand_core v0.6.4 |
1262 | 2024-10-18T01:31:00.824Z | Compiling semver v1.0.23 |
1263 | 2024-10-18T01:31:00.849Z | Compiling slog v2.7.0 |
1264 | 2024-10-18T01:31:00.942Z | Compiling futures-sink v0.3.30 |
1265 | 2024-10-18T01:31:01.078Z | Compiling ucd-trie v0.1.6 |
1266 | 2024-10-18T01:31:01.325Z | Compiling dyn-clone v1.0.17 |
1267 | 2024-10-18T01:31:01.479Z | Compiling heck v0.5.0 |
1268 | 2024-10-18T01:31:01.503Z | Compiling subtle v2.5.0 |
1269 | 2024-10-18T01:31:01.550Z | Compiling futures-channel v0.3.30 |
1270 | 2024-10-18T01:31:01.587Z | Compiling futures-io v0.3.30 |
1271 | 2024-10-18T01:31:01.659Z | Compiling pin-utils v0.1.0 |
1272 | 2024-10-18T01:31:01.686Z | Compiling futures-task v0.3.30 |
1273 | 2024-10-18T01:31:01.755Z | Compiling rustversion v1.0.17 |
1274 | 2024-10-18T01:31:01.778Z | Compiling openssl v0.10.66 |
1275 | 2024-10-18T01:31:01.834Z | Compiling syn v1.0.109 |
1276 | 2024-10-18T01:31:02.269Z | Compiling aho-corasick v1.1.3 |
1277 | 2024-10-18T01:31:02.787Z | Compiling serde_derive_internals v0.29.1 |
1278 | 2024-10-18T01:31:02.811Z | Compiling native-tls v0.2.11 |
1279 | 2024-10-18T01:31:03.098Z | Compiling regex-syntax v0.8.4 |
1280 | 2024-10-18T01:31:03.282Z | Compiling heck v0.4.1 |
1281 | 2024-10-18T01:31:03.366Z | Compiling rustls v0.23.10 |
1282 | 2024-10-18T01:31:04.457Z | Compiling spin v0.9.8 |
1283 | 2024-10-18T01:31:04.792Z | Compiling num-conv v0.1.0 |
1284 | 2024-10-18T01:31:05.029Z | Compiling time-core v0.1.2 |
1285 | 2024-10-18T01:31:05.174Z | Compiling untrusted v0.9.0 |
1286 | 2024-10-18T01:31:05.340Z | Compiling anyhow v1.0.89 |
1287 | 2024-10-18T01:31:05.464Z | Compiling time-macros v0.2.18 |
1288 | 2024-10-18T01:31:05.843Z | Compiling tracing-core v0.1.32 |
1289 | 2024-10-18T01:31:06.499Z | Compiling serde_derive v1.0.210 |
1290 | 2024-10-18T01:31:06.523Z | Compiling zerocopy-derive v0.7.34 |
1291 | 2024-10-18T01:31:07.610Z | Compiling thiserror-impl v1.0.64 |
1292 | 2024-10-18T01:31:07.634Z | Compiling tokio-macros v2.4.0 |
1293 | 2024-10-18T01:31:07.683Z | Compiling schemars_derive v0.8.21 |
1294 | 2024-10-18T01:31:07.707Z | Compiling futures-macro v0.3.30 |
1295 | 2024-10-18T01:31:08.127Z | Compiling zerocopy v0.7.34 |
1296 | 2024-10-18T01:31:09.172Z | Compiling futures-util v0.3.30 |
1297 | 2024-10-18T01:31:09.817Z | Compiling hashbrown v0.14.5 |
1298 | 2024-10-18T01:31:09.969Z | Compiling pest v2.7.10 |
1299 | 2024-10-18T01:31:10.038Z | Compiling openssl-macros v0.1.1 |
1300 | 2024-10-18T01:31:10.768Z | Compiling regex-automata v0.4.6 |
1301 | 2024-10-18T01:31:11.011Z | Compiling tracing-attributes v0.1.27 |
1302 | 2024-10-18T01:31:11.312Z | Compiling scroll_derive v0.12.0 |
1303 | 2024-10-18T01:31:12.367Z | Compiling pest_meta v2.7.10 |
1304 | 2024-10-18T01:31:12.464Z | Compiling crypto-common v0.1.6 |
1305 | 2024-10-18T01:31:12.677Z | Compiling thread-id v4.2.1 |
1306 | 2024-10-18T01:31:13.529Z | Compiling pest_generator v2.7.10 |
1307 | 2024-10-18T01:31:13.553Z | Compiling tracing v0.1.40 |
1308 | 2024-10-18T01:31:14.113Z | Compiling regex v1.10.6 |
1309 | 2024-10-18T01:31:14.672Z | Compiling regress v0.10.1 |
1310 | 2024-10-18T01:31:14.835Z | Compiling percent-encoding v2.3.1 |
1311 | 2024-10-18T01:31:14.920Z | Compiling rustls-pki-types v1.7.0 |
1312 | 2024-10-18T01:31:15.239Z | Compiling form_urlencoded v1.2.1 |
1313 | 2024-10-18T01:31:15.303Z | Compiling pest_derive v2.7.10 |
1314 | 2024-10-18T01:31:15.691Z | Compiling tinyvec_macros v0.1.1 |
1315 | 2024-10-18T01:31:15.774Z | Compiling camino v1.1.9 |
1316 | 2024-10-18T01:31:15.991Z | Compiling tinyvec v1.6.0 |
1317 | 2024-10-18T01:31:16.144Z | Compiling usdt-impl v0.5.0 |
1318 | 2024-10-18T01:31:16.249Z | Compiling ppv-lite86 v0.2.17 |
1319 | 2024-10-18T01:31:16.470Z | Compiling zeroize v1.7.0 |
1320 | 2024-10-18T01:31:16.770Z | Compiling bytes v1.7.2 |
1321 | 2024-10-18T01:31:16.802Z | Compiling indexmap v2.5.0 |
1322 | 2024-10-18T01:31:17.353Z | Compiling uuid v1.10.0 |
1323 | 2024-10-18T01:31:17.690Z | Compiling chrono v0.4.38 |
1324 | 2024-10-18T01:31:17.728Z | Compiling tokio v1.39.3 |
1325 | 2024-10-18T01:31:18.016Z | Compiling bitflags v2.6.0 |
1326 | 2024-10-18T01:31:18.171Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-10-18T01:31:18.455Z | Compiling http v1.1.0 |
1328 | 2024-10-18T01:31:19.260Z | Compiling atomic-waker v1.1.2 |
1329 | 2024-10-18T01:31:19.421Z | Compiling unicode-normalization v0.1.23 |
1330 | 2024-10-18T01:31:20.215Z | Compiling rand_chacha v0.3.1 |
1331 | 2024-10-18T01:31:20.435Z | Compiling http-body v1.0.1 |
1332 | 2024-10-18T01:31:21.560Z | Compiling rustls-webpki v0.102.4 |
1333 | 2024-10-18T01:31:21.951Z | Compiling scroll v0.12.0 |
1334 | 2024-10-18T01:31:22.260Z | Compiling typify-impl v0.2.0 |
1335 | 2024-10-18T01:31:22.626Z | Compiling plain v0.2.3 |
1336 | 2024-10-18T01:31:22.763Z | Compiling unicode-bidi v0.3.15 |
1337 | 2024-10-18T01:31:23.327Z | Compiling try-lock v0.2.5 |
1338 | 2024-10-18T01:31:23.459Z | Compiling want v0.3.1 |
1339 | 2024-10-18T01:31:23.689Z | Compiling goblin v0.8.2 |
1340 | 2024-10-18T01:31:24.410Z | Compiling rand v0.8.5 |
1341 | 2024-10-18T01:31:24.994Z | Compiling tokio-util v0.7.11 |
1342 | 2024-10-18T01:31:25.066Z | Compiling openapiv3 v2.0.0 |
1343 | 2024-10-18T01:31:25.710Z | Compiling strum_macros v0.26.2 |
1344 | 2024-10-18T01:31:26.621Z | Compiling h2 v0.4.6 |
1345 | 2024-10-18T01:31:28.294Z | Compiling pretty-hex v0.4.1 |
1346 | 2024-10-18T01:31:28.405Z | Compiling httpdate v1.0.3 |
1347 | 2024-10-18T01:31:28.474Z | Compiling omicron-workspace-hack v0.1.0 |
1348 | 2024-10-18T01:31:28.752Z | Compiling base64 v0.22.1 |
1349 | 2024-10-18T01:31:28.976Z | Compiling dof v0.3.0 |
1350 | 2024-10-18T01:31:29.016Z | Compiling idna v0.5.0 |
1351 | 2024-10-18T01:31:29.760Z | Compiling dtrace-parser v0.2.0 |
1352 | 2024-10-18T01:31:30.256Z | Compiling cpufeatures v0.2.12 |
1353 | 2024-10-18T01:31:30.350Z | Compiling strsim v0.11.1 |
1354 | 2024-10-18T01:31:30.641Z | Compiling tower-service v0.3.2 |
1355 | 2024-10-18T01:31:30.757Z | Compiling rustls v0.22.4 |
1356 | 2024-10-18T01:31:30.905Z | Compiling typify-macro v0.2.0 |
1357 | 2024-10-18T01:31:30.941Z | Compiling hyper v1.4.1 |
1358 | 2024-10-18T01:31:31.064Z | Compiling unsafe-libyaml v0.2.11 |
1359 | 2024-10-18T01:31:32.085Z | Compiling serde_yaml v0.9.34+deprecated |
1360 | 2024-10-18T01:31:32.120Z | Compiling url v2.5.0 |
1361 | 2024-10-18T01:31:32.386Z | Compiling toml_datetime v0.6.8 |
1362 | 2024-10-18T01:31:32.730Z | Compiling async-trait v0.1.83 |
1363 | 2024-10-18T01:31:33.930Z | Compiling typify v0.2.0 |
1364 | 2024-10-18T01:31:34.050Z | Compiling progenitor-impl v0.8.0 |
1365 | 2024-10-18T01:31:34.587Z | Compiling hyper-util v0.1.9 |
1366 | 2024-10-18T01:31:35.008Z | Compiling block-buffer v0.10.4 |
1367 | 2024-10-18T01:31:36.315Z | Compiling slog-async v2.8.0 |
1368 | 2024-10-18T01:31:36.489Z | Compiling foreign-types-shared v0.1.1 |
1369 | 2024-10-18T01:31:36.588Z | Compiling foreign-types v0.3.2 |
1370 | 2024-10-18T01:31:36.739Z | Compiling digest v0.10.7 |
1371 | 2024-10-18T01:31:38.292Z | Compiling http-body-util v0.1.2 |
1372 | 2024-10-18T01:31:38.519Z | Compiling multer v3.1.0 |
1373 | 2024-10-18T01:31:38.542Z | Compiling encoding_rs v0.8.34 |
1374 | 2024-10-18T01:31:38.843Z | Compiling ident_case v1.0.1 |
1375 | 2024-10-18T01:31:38.883Z | Compiling mime v0.3.17 |
1376 | 2024-10-18T01:31:39.013Z | Compiling crossbeam-utils v0.8.19 |
1377 | 2024-10-18T01:31:39.037Z | Compiling paste v1.0.15 |
1378 | 2024-10-18T01:31:39.102Z | Compiling progenitor-macro v0.8.0 |
1379 | 2024-10-18T01:31:39.186Z | Compiling darling_core v0.20.9 |
1380 | 2024-10-18T01:31:39.614Z | Compiling usdt-macro v0.5.0 |
1381 | 2024-10-18T01:31:39.809Z | Compiling usdt-attr-macro v0.5.0 |
1382 | 2024-10-18T01:31:39.962Z | Compiling rustls-pemfile v2.1.3 |
1383 | 2024-10-18T01:31:40.598Z | Compiling serde_urlencoded v0.7.1 |
1384 | 2024-10-18T01:31:41.336Z | Compiling openssl-probe v0.1.5 |
1385 | 2024-10-18T01:31:43.810Z | Compiling darling_macro v0.20.9 |
1386 | 2024-10-18T01:31:43.834Z | Compiling async-stream-impl v0.3.5 |
1387 | 2024-10-18T01:31:45.728Z | Compiling dropshot v0.12.0 |
1388 | 2024-10-18T01:31:46.019Z | Compiling ipnet v2.9.0 |
1389 | 2024-10-18T01:31:47.172Z | Compiling powerfmt v0.2.0 |
1390 | 2024-10-18T01:31:47.958Z | Compiling deranged v0.3.11 |
1391 | 2024-10-18T01:31:48.416Z | Compiling tokio-rustls v0.26.0 |
1392 | 2024-10-18T01:31:48.826Z | Compiling tokio-native-tls v0.3.1 |
1393 | 2024-10-18T01:31:49.761Z | Compiling darling v0.20.9 |
1394 | 2024-10-18T01:31:50.275Z | Compiling serde_spanned v0.6.7 |
1395 | 2024-10-18T01:31:50.498Z | Compiling webpki-roots v0.26.3 |
1396 | 2024-10-18T01:31:50.522Z | Compiling futures-executor v0.3.30 |
1397 | 2024-10-18T01:31:52.754Z | Compiling num_threads v0.1.7 |
1398 | 2024-10-18T01:31:53.242Z | Compiling time v0.3.36 |
1399 | 2024-10-18T01:31:57.879Z | Compiling futures v0.3.30 |
1400 | 2024-10-18T01:31:57.979Z | Compiling hyper-rustls v0.27.3 |
1401 | 2024-10-18T01:31:59.049Z | Compiling serde_with_macros v3.9.0 |
1402 | 2024-10-18T01:32:00.628Z | Compiling hyper-tls v0.6.0 |
1403 | 2024-10-18T01:32:00.987Z | Compiling sha1 v0.10.6 |
1404 | 2024-10-18T01:32:01.061Z | Compiling strum v0.26.2 |
1405 | 2024-10-18T01:32:01.223Z | Compiling dropshot_endpoint v0.12.0 |
1406 | 2024-10-18T01:32:02.106Z | Compiling structmeta-derive v0.3.0 |
1407 | 2024-10-18T01:32:03.268Z | Compiling sync_wrapper v1.0.1 |
1408 | 2024-10-18T01:32:03.543Z | Compiling rustix v0.38.34 |
1409 | 2024-10-18T01:32:04.023Z | Compiling structmeta v0.3.0 |
1410 | 2024-10-18T01:32:04.274Z | Compiling reqwest v0.12.7 |
1411 | 2024-10-18T01:32:04.697Z | Compiling errno v0.3.9 |
1412 | 2024-10-18T01:32:04.914Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2024-10-18T01:32:06.772Z | Compiling winnow v0.6.18 |
1414 | 2024-10-18T01:32:06.867Z | Compiling match_cfg v0.1.0 |
1415 | 2024-10-18T01:32:06.954Z | Compiling hostname v0.3.1 |
1416 | 2024-10-18T01:32:11.496Z | Compiling progenitor-client v0.8.0 |
1417 | 2024-10-18T01:32:12.007Z | Compiling dirs-next v2.0.0 |
1418 | 2024-10-18T01:32:13.071Z | Compiling parse-display-derive v0.10.0 |
1419 | 2024-10-18T01:32:14.144Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-10-18T01:32:15.970Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1421 | 2024-10-18T01:32:16.124Z | Compiling thread_local v1.1.8 |
1422 | 2024-10-18T01:32:17.476Z | Compiling progenitor v0.8.0 |
1423 | 2024-10-18T01:32:17.646Z | Compiling term v0.7.0 |
1424 | 2024-10-18T01:32:18.701Z | Compiling crossbeam-channel v0.5.12 |
1425 | 2024-10-18T01:32:18.842Z | Compiling memmap v0.7.0 |
1426 | 2024-10-18T01:32:19.176Z | Compiling is-terminal v0.4.12 |
1427 | 2024-10-18T01:32:19.294Z | Compiling take_mut v0.2.2 |
1428 | 2024-10-18T01:32:21.555Z | Compiling slog-term v2.9.1 |
1429 | 2024-10-18T01:32:22.393Z | Compiling usdt v0.5.0 |
1430 | 2024-10-18T01:32:23.365Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1431 | 2024-10-18T01:32:23.509Z | Compiling toml_edit v0.22.20 |
1432 | 2024-10-18T01:32:23.567Z | Compiling slog-json v2.6.1 |
1433 | 2024-10-18T01:32:24.059Z | Compiling debug-ignore v1.0.5 |
1434 | 2024-10-18T01:32:24.200Z | Compiling winnow v0.5.40 |
1435 | 2024-10-18T01:32:26.079Z | Compiling slog-bunyan v2.5.0 |
1436 | 2024-10-18T01:32:26.309Z | Compiling toml v0.8.19 |
1437 | 2024-10-18T01:32:27.116Z | Compiling toml_edit v0.19.15 |
1438 | 2024-10-18T01:32:27.837Z | Compiling tokio-rustls v0.25.0 |
1439 | 2024-10-18T01:32:31.440Z | Compiling async-stream v0.3.5 |
1440 | 2024-10-18T01:32:31.746Z | Compiling waitgroup v0.1.2 |
1441 | 2024-10-18T01:32:31.770Z | Compiling serde_path_to_error v0.1.16 |
1442 | 2024-10-18T01:32:31.903Z | Compiling hostname v0.4.0 |
1443 | 2024-10-18T01:32:35.454Z | Compiling proc-macro-crate v1.3.1 |
1444 | 2024-10-18T01:32:35.997Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1445 | 2024-10-18T01:32:36.124Z | Compiling serde_with v3.9.0 |
1446 | 2024-10-18T01:32:37.812Z | Compiling newtype-uuid v1.1.0 |
1447 | 2024-10-18T01:32:38.195Z | Compiling unicode-width v0.1.14 |
1448 | 2024-10-18T01:32:39.458Z | Compiling hex v0.4.3 |
1449 | 2024-10-18T01:32:40.052Z | Compiling clap_derive v4.5.4 |
1450 | 2024-10-18T01:32:40.215Z | Compiling instant v0.1.12 |
1451 | 2024-10-18T01:32:40.363Z | Compiling lazy_static v1.5.0 |
1452 | 2024-10-18T01:32:40.427Z | Compiling utf8parse v0.2.1 |
1453 | 2024-10-18T01:32:40.571Z | Compiling anstyle-parse v0.2.4 |
1454 | 2024-10-18T01:32:40.631Z | Compiling backoff v0.4.0 |
1455 | 2024-10-18T01:32:42.232Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1456 | 2024-10-18T01:32:42.378Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1457 | 2024-10-18T01:32:42.538Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1458 | 2024-10-18T01:32:42.818Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1459 | 2024-10-18T01:32:42.932Z | Compiling parse-display v0.10.0 |
1460 | 2024-10-18T01:32:43.021Z | Compiling macaddr v1.0.1 |
1461 | 2024-10-18T01:32:43.340Z | Compiling regress v0.9.1 |
1462 | 2024-10-18T01:32:43.593Z | Compiling num-integer v0.1.46 |
1463 | 2024-10-18T01:32:44.160Z | Compiling crucible-workspace-hack v0.1.0 |
1464 | 2024-10-18T01:32:44.440Z | Compiling colorchoice v1.0.1 |
1465 | 2024-10-18T01:32:44.464Z | Compiling anstyle-query v1.0.3 |
1466 | 2024-10-18T01:32:44.557Z | Compiling is_terminal_polyfill v1.70.0 |
1467 | 2024-10-18T01:32:44.582Z | Compiling unicode-xid v0.2.4 |
1468 | 2024-10-18T01:32:44.606Z | Compiling anstyle v1.0.7 |
1469 | 2024-10-18T01:32:45.037Z | Compiling anstream v0.6.14 |
1470 | 2024-10-18T01:32:45.952Z | Compiling terminal_size v0.3.0 |
1471 | 2024-10-18T01:32:46.152Z | Compiling heapless v0.8.0 |
1472 | 2024-10-18T01:32:46.621Z | Compiling clap_lex v0.7.0 |
1473 | 2024-10-18T01:32:46.939Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1474 | 2024-10-18T01:32:48.036Z | Compiling clap_builder v4.5.2 |
1475 | 2024-10-18T01:32:49.507Z | Compiling num-bigint v0.4.5 |
1476 | 2024-10-18T01:32:49.760Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-10-18T01:32:51.273Z | Compiling hash32 v0.3.1 |
1478 | 2024-10-18T01:32:51.495Z | Compiling stable_deref_trait v1.2.0 |
1479 | 2024-10-18T01:32:51.565Z | Compiling fastrand v2.1.0 |
1480 | 2024-10-18T01:32:51.619Z | Compiling smoltcp v0.11.0 |
1481 | 2024-10-18T01:32:52.107Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1482 | 2024-10-18T01:32:52.440Z | Compiling either v1.13.0 |
1483 | 2024-10-18T01:32:52.657Z | Compiling tempfile v3.10.1 |
1484 | 2024-10-18T01:32:52.826Z | Compiling num-rational v0.4.2 |
1485 | 2024-10-18T01:32:54.005Z | Compiling num_enum v0.5.11 |
1486 | 2024-10-18T01:32:54.153Z | Compiling clap v4.5.4 |
1487 | 2024-10-18T01:32:54.690Z | Compiling synstructure v0.12.6 |
1488 | 2024-10-18T01:32:54.928Z | Compiling num-iter v0.1.45 |
1489 | 2024-10-18T01:32:55.102Z | Compiling num-complex v0.4.6 |
1490 | 2024-10-18T01:32:55.499Z | Compiling proc-macro-error-attr v1.0.4 |
1491 | 2024-10-18T01:32:55.814Z | Compiling cobs v0.2.3 |
1492 | 2024-10-18T01:32:55.837Z | Compiling managed v0.8.0 |
1493 | 2024-10-18T01:32:55.861Z | Compiling bitflags v1.3.2 |
1494 | 2024-10-18T01:32:56.095Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1495 | 2024-10-18T01:32:56.196Z | Compiling postcard v1.0.9 |
1496 | 2024-10-18T01:32:56.269Z | Compiling num v0.4.3 |
1497 | 2024-10-18T01:32:56.378Z | Compiling zerocopy-derive v0.2.0 |
1498 | 2024-10-18T01:32:56.978Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-10-18T01:32:57.105Z | Compiling libz-sys v1.1.16 |
1500 | 2024-10-18T01:32:57.669Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1501 | 2024-10-18T01:32:57.771Z | Compiling proc-macro-error v1.0.4 |
1502 | 2024-10-18T01:32:58.004Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1503 | 2024-10-18T01:32:58.071Z | Compiling pretty-hex v0.2.1 |
1504 | 2024-10-18T01:32:58.151Z | Compiling foreign-types-shared v0.3.1 |
1505 | 2024-10-18T01:32:58.264Z | Compiling prettyplease v0.2.22 |
1506 | 2024-10-18T01:32:58.542Z | Compiling foreign-types v0.5.0 |
1507 | 2024-10-18T01:32:59.141Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1508 | 2024-10-18T01:33:01.957Z | Compiling tabwriter v1.4.0 |
1509 | 2024-10-18T01:33:02.329Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1510 | 2024-10-18T01:33:02.548Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1511 | 2024-10-18T01:33:03.055Z | Compiling cstr-argument v0.1.2 |
1512 | 2024-10-18T01:33:03.126Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1513 | 2024-10-18T01:33:03.303Z | Compiling data-encoding v2.6.0 |
1514 | 2024-10-18T01:33:04.017Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1515 | 2024-10-18T01:33:04.739Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1516 | 2024-10-18T01:33:05.983Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1517 | 2024-10-18T01:33:06.323Z | Compiling colored v2.1.0 |
1518 | 2024-10-18T01:33:07.152Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1519 | 2024-10-18T01:33:07.269Z | Compiling usdt-impl v0.3.5 |
1520 | 2024-10-18T01:33:07.341Z | Compiling static_assertions v1.1.0 |
1521 | 2024-10-18T01:33:07.435Z | Compiling unicode-segmentation v1.11.0 |
1522 | 2024-10-18T01:33:07.597Z | Compiling float-ord v0.3.2 |
1523 | 2024-10-18T01:33:07.621Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1524 | 2024-10-18T01:33:07.753Z | Compiling semver v0.1.20 |
1525 | 2024-10-18T01:33:08.211Z | Compiling rustc_version v0.1.7 |
1526 | 2024-10-18T01:33:08.358Z | Compiling newline-converter v0.3.0 |
1527 | 2024-10-18T01:33:08.406Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1528 | 2024-10-18T01:33:08.506Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1529 | 2024-10-18T01:33:08.964Z | Compiling zone_cfg_derive v0.3.0 |
1530 | 2024-10-18T01:33:10.951Z | Compiling camino-tempfile v1.1.1 |
1531 | 2024-10-18T01:33:11.458Z | Compiling itertools v0.10.5 |
1532 | 2024-10-18T01:33:11.742Z | Compiling console v0.15.8 |
1533 | 2024-10-18T01:33:13.988Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1534 | 2024-10-18T01:33:14.591Z | Compiling num-derive v0.4.2 |
1535 | 2024-10-18T01:33:15.298Z | Compiling sigpipe v0.1.3 |
1536 | 2024-10-18T01:33:15.531Z | Compiling similar v2.5.0 |
1537 | 2024-10-18T01:33:15.807Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1538 | 2024-10-18T01:33:16.092Z | Compiling base64ct v1.6.0 |
1539 | 2024-10-18T01:33:16.225Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1540 | 2024-10-18T01:33:16.651Z | Compiling password-hash v0.5.0 |
1541 | 2024-10-18T01:33:17.210Z | Compiling expectorate v1.1.0 |
1542 | 2024-10-18T01:33:18.118Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1543 | 2024-10-18T01:33:18.352Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1544 | 2024-10-18T01:33:18.798Z | Compiling zone v0.3.0 |
1545 | 2024-10-18T01:33:20.399Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1546 | 2024-10-18T01:33:20.688Z | Compiling newtype_derive v0.1.6 |
1547 | 2024-10-18T01:33:20.994Z | Compiling zerocopy v0.3.2 |
1548 | 2024-10-18T01:33:21.366Z | Compiling blake2 v0.10.6 |
1549 | 2024-10-18T01:33:21.476Z | Compiling cargo-platform v0.1.8 |
1550 | 2024-10-18T01:33:21.878Z | Compiling hubpack_derive v0.1.1 |
1551 | 2024-10-18T01:33:22.245Z | Compiling smf v0.2.3 |
1552 | 2024-10-18T01:33:22.616Z | Compiling zerocopy-derive v0.6.6 |
1553 | 2024-10-18T01:33:22.892Z | Compiling serde_repr v0.1.19 |
1554 | 2024-10-18T01:33:23.335Z | Compiling vergen v8.3.2 |
1555 | 2024-10-18T01:33:23.644Z | Compiling owo-colors v4.1.0 |
1556 | 2024-10-18T01:33:23.949Z | Compiling whoami v1.5.1 |
1557 | 2024-10-18T01:33:23.973Z | Compiling base64 v0.21.7 |
1558 | 2024-10-18T01:33:24.038Z | Compiling cancel-safe-futures v0.1.5 |
1559 | 2024-10-18T01:33:24.165Z | Compiling fixedbitset v0.4.2 |
1560 | 2024-10-18T01:33:24.395Z | Compiling zerocopy v0.6.6 |
1561 | 2024-10-18T01:33:24.760Z | Compiling petgraph v0.6.5 |
1562 | 2024-10-18T01:33:24.862Z | Compiling hubpack v0.1.2 |
1563 | 2024-10-18T01:33:24.885Z | Compiling cargo_metadata v0.18.1 |
1564 | 2024-10-18T01:33:25.123Z | Compiling argon2 v0.5.3 |
1565 | 2024-10-18T01:33:25.280Z | Compiling dof v0.1.5 |
1566 | 2024-10-18T01:33:27.305Z | Compiling rustc_version v0.4.0 |
1567 | 2024-10-18T01:33:27.328Z | Compiling serde-big-array v0.5.1 |
1568 | 2024-10-18T01:33:27.546Z | Compiling dtrace-parser v0.1.14 |
1569 | 2024-10-18T01:33:27.799Z | Compiling strum_macros v0.25.3 |
1570 | 2024-10-18T01:33:27.911Z | Compiling libsqlite3-sys v0.30.1 |
1571 | 2024-10-18T01:33:28.381Z | Compiling cookie v0.18.1 |
1572 | 2024-10-18T01:33:28.474Z | Compiling slog-dtrace v0.3.0 |
1573 | 2024-10-18T01:33:28.783Z | Compiling convert_case v0.4.0 |
1574 | 2024-10-18T01:33:28.848Z | Compiling cfg_aliases v0.2.1 |
1575 | 2024-10-18T01:33:28.948Z | Compiling rustls v0.21.12 |
1576 | 2024-10-18T01:33:29.254Z | Compiling nix v0.29.0 |
1577 | 2024-10-18T01:33:29.402Z | Compiling derive_more v0.99.18 |
1578 | 2024-10-18T01:33:29.957Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1579 | 2024-10-18T01:33:30.555Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1580 | 2024-10-18T01:33:30.674Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1581 | 2024-10-18T01:33:31.977Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1582 | 2024-10-18T01:33:32.602Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1583 | 2024-10-18T01:33:33.645Z | Compiling atomicwrites v0.4.4 |
1584 | 2024-10-18T01:33:34.070Z | Compiling itertools v0.13.0 |
1585 | 2024-10-18T01:33:34.298Z | Compiling libsw v3.3.1 |
1586 | 2024-10-18T01:33:34.439Z | Compiling idna v0.4.0 |
1587 | 2024-10-18T01:33:34.577Z | Compiling serde_tokenstream v0.1.7 |
1588 | 2024-10-18T01:33:34.980Z | Compiling sct v0.7.1 |
1589 | 2024-10-18T01:33:35.349Z | Compiling rustls-webpki v0.101.7 |
1590 | 2024-10-18T01:33:37.099Z | Compiling derive-where v1.2.7 |
1591 | 2024-10-18T01:33:37.411Z | Compiling enum-as-inner v0.6.0 |
1592 | 2024-10-18T01:33:37.652Z | Compiling inout v0.1.3 |
1593 | 2024-10-18T01:33:37.743Z | Compiling highway v1.2.0 |
1594 | 2024-10-18T01:33:37.858Z | Compiling radium v0.7.0 |
1595 | 2024-10-18T01:33:38.259Z | Compiling utf-8 v0.7.6 |
1596 | 2024-10-18T01:33:38.318Z | Compiling indent_write v2.2.0 |
1597 | 2024-10-18T01:33:38.491Z | Compiling quick-error v1.2.3 |
1598 | 2024-10-18T01:33:38.528Z | Compiling swrite v0.1.0 |
1599 | 2024-10-18T01:33:38.573Z | Compiling linear-map v1.2.0 |
1600 | 2024-10-18T01:33:38.627Z | Compiling linked-hash-map v0.5.6 |
1601 | 2024-10-18T01:33:38.651Z | Compiling resolv-conf v0.7.0 |
1602 | 2024-10-18T01:33:38.860Z | Compiling tungstenite v0.21.0 |
1603 | 2024-10-18T01:33:38.931Z | Compiling hickory-proto v0.24.1 |
1604 | 2024-10-18T01:33:38.983Z | Compiling lru-cache v0.1.2 |
1605 | 2024-10-18T01:33:39.200Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1606 | 2024-10-18T01:33:39.612Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-10-18T01:33:39.863Z | Compiling cipher v0.4.4 |
1608 | 2024-10-18T01:33:40.275Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-10-18T01:33:42.926Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-10-18T01:33:46.987Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2024-10-18T01:33:47.190Z | Compiling git2 v0.19.0 |
1612 | 2024-10-18T01:33:47.624Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1613 | 2024-10-18T01:33:50.817Z | Compiling steno v0.4.1 |
1614 | 2024-10-18T01:33:54.277Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1615 | 2024-10-18T01:33:54.841Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1616 | 2024-10-18T01:33:54.944Z | Compiling crossbeam-epoch v0.9.18 |
1617 | 2024-10-18T01:33:55.451Z | Compiling hashlink v0.9.1 |
1618 | 2024-10-18T01:33:55.824Z | Compiling rayon-core v1.12.1 |
1619 | 2024-10-18T01:33:55.958Z | Compiling fallible-streaming-iterator v0.1.9 |
1620 | 2024-10-18T01:33:56.116Z | Compiling fallible-iterator v0.3.0 |
1621 | 2024-10-18T01:33:56.178Z | Compiling humantime v2.1.0 |
1622 | 2024-10-18T01:33:56.201Z | Compiling tap v1.0.1 |
1623 | 2024-10-18T01:33:56.354Z | Compiling wyz v0.5.1 |
1624 | 2024-10-18T01:33:56.768Z | Compiling rusqlite v0.32.1 |
1625 | 2024-10-18T01:33:56.791Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1626 | 2024-10-18T01:33:56.868Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1627 | 2024-10-18T01:33:57.199Z | Compiling crossbeam-deque v0.8.5 |
1628 | 2024-10-18T01:33:59.983Z | Compiling tokio-rustls v0.24.1 |
1629 | 2024-10-18T01:34:00.345Z | Compiling hickory-resolver v0.24.1 |
1630 | 2024-10-18T01:34:00.520Z | Compiling tokio-tungstenite v0.21.0 |
1631 | 2024-10-18T01:34:01.023Z | Compiling usdt-attr-macro v0.3.5 |
1632 | 2024-10-18T01:34:01.175Z | Compiling usdt-macro v0.3.5 |
1633 | 2024-10-18T01:34:02.185Z | Compiling rustls-pemfile v1.0.4 |
1634 | 2024-10-18T01:34:02.209Z | Compiling twox-hash v1.6.3 |
1635 | 2024-10-18T01:34:02.287Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1636 | 2024-10-18T01:34:02.782Z | Compiling num_enum_derive v0.7.2 |
1637 | 2024-10-18T01:34:02.982Z | Compiling universal-hash v0.5.1 |
1638 | 2024-10-18T01:34:03.171Z | Compiling atty v0.2.14 |
1639 | 2024-10-18T01:34:03.309Z | Compiling funty v2.0.0 |
1640 | 2024-10-18T01:34:05.184Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1641 | 2024-10-18T01:34:05.479Z | Compiling opaque-debug v0.3.1 |
1642 | 2024-10-18T01:34:05.585Z | Compiling polyval v0.6.2 |
1643 | 2024-10-18T01:34:05.608Z | Compiling num_enum v0.7.2 |
1644 | 2024-10-18T01:34:05.722Z | Compiling bitvec v1.0.1 |
1645 | 2024-10-18T01:34:06.008Z | Compiling usdt v0.3.5 |
1646 | 2024-10-18T01:34:06.415Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1647 | 2024-10-18T01:34:09.958Z | Compiling ctr v0.9.2 |
1648 | 2024-10-18T01:34:10.252Z | Compiling aes v0.8.4 |
1649 | 2024-10-18T01:34:10.857Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1650 | 2024-10-18T01:34:11.259Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1651 | 2024-10-18T01:34:12.097Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1652 | 2024-10-18T01:34:13.521Z | Compiling bincode v1.3.3 |
1653 | 2024-10-18T01:34:14.262Z | Compiling aead v0.5.2 |
1654 | 2024-10-18T01:34:14.378Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1655 | 2024-10-18T01:34:14.538Z | Compiling aes-gcm-siv v0.11.1 |
1656 | 2024-10-18T01:34:14.779Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1657 | 2024-10-18T01:34:14.803Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1658 | 2024-10-18T01:34:16.591Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1659 | 2024-10-18T01:34:17.073Z | Compiling toml v0.7.8 |
1660 | 2024-10-18T01:34:21.261Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1661 | 2024-10-18T01:34:22.123Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1662 | 2024-10-18T01:34:22.912Z | Compiling rayon v1.10.0 |
1663 | 2024-10-18T01:34:24.130Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1664 | 2024-10-18T01:34:24.439Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1665 | 2024-10-18T01:34:24.850Z | Compiling bitstruct_derive v0.1.0 |
1666 | 2024-10-18T01:34:25.131Z | Compiling async-recursion v1.1.1 |
1667 | 2024-10-18T01:34:25.975Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1668 | 2024-10-18T01:34:26.092Z | Compiling ringbuffer v0.15.0 |
1669 | 2024-10-18T01:34:26.366Z | Compiling ascii v1.1.0 |
1670 | 2024-10-18T01:34:26.660Z | Compiling typeid v1.0.0 |
1671 | 2024-10-18T01:34:26.811Z | Compiling erased-serde v0.4.5 |
1672 | 2024-10-18T01:34:27.460Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1673 | 2024-10-18T01:34:27.483Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1674 | 2024-10-18T01:34:27.724Z | Compiling bitstruct v0.1.1 |
1675 | 2024-10-18T01:34:27.843Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1676 | 2024-10-18T01:34:28.120Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1677 | 2024-10-18T01:34:28.441Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1678 | 2024-10-18T01:34:28.814Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1679 | 2024-10-18T01:34:29.061Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1680 | 2024-10-18T01:34:29.288Z | Compiling const_format_proc_macros v0.2.32 |
1681 | 2024-10-18T01:34:29.512Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1682 | 2024-10-18T01:34:30.464Z | Compiling serde_arrays v0.1.0 |
1683 | 2024-10-18T01:34:30.645Z | Compiling kstat-rs v0.2.4 |
1684 | 2024-10-18T01:34:30.738Z | Compiling libloading v0.7.4 |
1685 | 2024-10-18T01:34:31.086Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2024-10-18T01:34:31.351Z | Compiling const_format v0.2.32 |
1687 | 2024-10-18T01:34:32.343Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1688 | 2024-10-18T01:34:32.850Z | Compiling ron v0.8.1 |
1689 | 2024-10-18T01:34:33.531Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1690 | 2024-10-18T01:34:33.986Z | Compiling bit_field v0.10.2 |
1691 | 2024-10-18T01:34:34.213Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1692 | 2024-10-18T01:34:47.547Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1693 | 2024-10-18T01:34:52.233Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1694 | 2024-10-18T01:35:47.357Z | Finished `release` profile [optimized] target(s) in 4m 53s |
1695 | 2024-10-18T01:35:47.490Z | |
1696 | 2024-10-18T01:35:47.490Z | real 4:53.330431690 |
1697 | 2024-10-18T01:35:47.490Z | user 32:59.439932227 |
1698 | 2024-10-18T01:35:47.490Z | sys 3:22.126530572 |
1699 | 2024-10-18T01:35:47.490Z | trap 0.949483747 |
1700 | 2024-10-18T01:35:47.490Z | tflt 1.412168215 |
1701 | 2024-10-18T01:35:47.514Z | dflt 0.862519862 |
1702 | 2024-10-18T01:35:47.515Z | kflt 0.000726402 |
1703 | 2024-10-18T01:35:47.515Z | lock 1:12:14.638376416 |
1704 | 2024-10-18T01:35:47.515Z | slp 1:59:53.316265899 |
1705 | 2024-10-18T01:35:47.515Z | lat 1:45.697354400 |
1706 | 2024-10-18T01:35:47.515Z | stop 2:15.629397947 |
1707 | 2024-10-18T01:35:47.515Z | + OUTDIR=/work/release |
1708 | 2024-10-18T01:35:47.515Z | + mkdir -p /work/release |
1709 | 2024-10-18T01:35:47.515Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1710 | 2024-10-18T01:35:47.515Z | + cp target/release/propolis-server /work/release/propolis-server |
1711 | 2024-10-18T01:35:47.574Z | process exited: duration 563963 ms, exit code 0 |
|
1712 | 2024-10-18T01:35:47.651Z | found 2 output files |
1713 | 2024-10-18T01:35:47.651Z | uploading: /work/release/propolis-cli (13932576 bytes) |
1714 | 2024-10-18T01:35:49.380Z | uploaded: /work/release/propolis-cli |
1715 | 2024-10-18T01:35:49.380Z | uploading: /work/release/propolis-server (57760304 bytes) |
1716 | 2024-10-18T01:35:59.609Z | uploaded: /work/release/propolis-server |