|
|
|
1 | 2024-10-25T17:19:06.353Z | job assigned to worker 01JB2B00PQ34ZMQJTA06AR3ECC (queued for 25 s) |
|
2 | 2024-10-25T17:19:06.527Z | starting task 0: "setup" |
3 | 2024-10-25T17:19:06.551Z | ++ uname -s |
4 | 2024-10-25T17:19:06.551Z | + kern=SunOS |
5 | 2024-10-25T17:19:06.551Z | + case "$kern" in |
6 | 2024-10-25T17:19:06.551Z | + [[ 0 == 12345 ]] |
7 | 2024-10-25T17:19:06.551Z | + groupadd -g 12345 build |
8 | 2024-10-25T17:19:06.551Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-25T17:19:08.559Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-25T17:19:08.596Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-25T17:19:08.619Z | + home_fs=zfs |
12 | 2024-10-25T17:19:08.619Z | + [[ zfs == autofs ]] |
13 | 2024-10-25T17:19:08.619Z | + mkdir -p /home/build |
14 | 2024-10-25T17:19:08.619Z | + chown build:build /home/build /work |
15 | 2024-10-25T17:19:10.606Z | + chmod 0700 /home/build /work |
16 | 2024-10-25T17:19:10.631Z | process exited: duration 4083 ms, exit code 0 |
|
17 | 2024-10-25T17:19:10.678Z | starting task 1: "rust-toolchain" |
18 | 2024-10-25T17:19:10.702Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-25T17:19:10.702Z | * toolchain channel = "stable" |
20 | 2024-10-25T17:19:10.702Z | * toolchain profile = "default" |
21 | 2024-10-25T17:19:10.702Z | ' stable |
22 | 2024-10-25T17:19:10.702Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-25T17:19:10.702Z | ' default |
24 | 2024-10-25T17:19:10.702Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-25T17:19:10.702Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-25T17:19:10.833Z | info: downloading installer |
27 | 2024-10-25T17:19:11.299Z | info: profile set to 'default' |
28 | 2024-10-25T17:19:11.300Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-25T17:19:11.323Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-25T17:19:11.390Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-25T17:19:11.390Z | info: downloading component 'cargo' |
32 | 2024-10-25T17:19:11.517Z | info: downloading component 'clippy' |
33 | 2024-10-25T17:19:11.574Z | info: downloading component 'rust-docs' |
34 | 2024-10-25T17:19:11.800Z | info: downloading component 'rust-std' |
35 | 2024-10-25T17:19:12.087Z | info: downloading component 'rustc' |
36 | 2024-10-25T17:19:13.563Z | info: downloading component 'rustfmt' |
37 | 2024-10-25T17:19:13.611Z | info: installing component 'cargo' |
38 | 2024-10-25T17:19:14.726Z | info: installing component 'clippy' |
39 | 2024-10-25T17:19:15.192Z | info: installing component 'rust-docs' |
40 | 2024-10-25T17:19:18.021Z | info: installing component 'rust-std' |
41 | 2024-10-25T17:19:20.315Z | info: installing component 'rustc' |
42 | 2024-10-25T17:19:27.636Z | info: installing component 'rustfmt' |
43 | 2024-10-25T17:19:28.012Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-25T17:19:28.012Z | |
45 | 2024-10-25T17:19:28.157Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-25T17:19:28.157Z | |
47 | 2024-10-25T17:19:28.157Z | |
48 | 2024-10-25T17:19:28.157Z | Rust is installed now. Great! |
49 | 2024-10-25T17:19:28.157Z | |
50 | 2024-10-25T17:19:28.157Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-25T17:19:28.157Z | environment variable. This has not been done automatically. |
52 | 2024-10-25T17:19:28.157Z | |
53 | 2024-10-25T17:19:28.157Z | To configure your current shell, you need to source |
54 | 2024-10-25T17:19:28.180Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-25T17:19:28.180Z | |
56 | 2024-10-25T17:19:28.180Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-25T17:19:28.180Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-25T17:19:28.180Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-25T17:19:28.246Z | + rustc --version |
60 | 2024-10-25T17:19:28.332Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-25T17:19:28.355Z | process exited: duration 17657 ms, exit code 0 |
|
62 | 2024-10-25T17:19:28.405Z | starting task 2: "authentication" |
63 | 2024-10-25T17:19:28.453Z | process exited: duration 50 ms, exit code 0 |
|
64 | 2024-10-25T17:19:28.502Z | starting task 3: "clone repository" |
65 | 2024-10-25T17:19:28.527Z | + mkdir -p /work/oxidecomputer/propolis |
66 | 2024-10-25T17:19:28.527Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
67 | 2024-10-25T17:19:28.552Z | Cloning into '/work/oxidecomputer/propolis'... |
68 | 2024-10-25T17:19:29.613Z | + cd /work/oxidecomputer/propolis |
69 | 2024-10-25T17:19:29.613Z | + git fetch origin 1fa3efb32f3dbaa0888f230b4617921f5e123e39 |
70 | 2024-10-25T17:19:29.989Z | From https://github.com/oxidecomputer/propolis |
71 | 2024-10-25T17:19:29.989Z | * branch 1fa3efb32f3dbaa0888f230b4617921f5e123e39 -> FETCH_HEAD |
72 | 2024-10-25T17:19:30.013Z | + [[ -n alan/crucible-volume-builder ]] |
73 | 2024-10-25T17:19:30.014Z | ++ git branch --show-current |
74 | 2024-10-25T17:19:30.014Z | + current=master |
75 | 2024-10-25T17:19:30.014Z | + [[ master != alan/crucible-volume-builder ]] |
76 | 2024-10-25T17:19:30.014Z | + git branch -f alan/crucible-volume-builder 1fa3efb32f3dbaa0888f230b4617921f5e123e39 |
77 | 2024-10-25T17:19:30.014Z | + git checkout -f alan/crucible-volume-builder |
78 | 2024-10-25T17:19:30.038Z | Switched to branch 'alan/crucible-volume-builder' |
79 | 2024-10-25T17:19:30.063Z | + git reset --hard 1fa3efb32f3dbaa0888f230b4617921f5e123e39 |
80 | 2024-10-25T17:19:30.087Z | HEAD is now at 1fa3efb Update Crucible version |
81 | 2024-10-25T17:19:30.088Z | process exited: duration 1566 ms, exit code 0 |
|
82 | 2024-10-25T17:19:30.137Z | starting task 4: "build" |
83 | 2024-10-25T17:19:30.161Z | + cargo --version |
84 | 2024-10-25T17:19:30.219Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
85 | 2024-10-25T17:19:30.243Z | + rustc --version |
86 | 2024-10-25T17:19:30.300Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
87 | 2024-10-25T17:19:30.324Z | + banner check |
88 | 2024-10-25T17:19:30.324Z | |
89 | 2024-10-25T17:19:30.324Z | #### # # ###### #### # # |
90 | 2024-10-25T17:19:30.324Z | # # # # # # # # # |
91 | 2024-10-25T17:19:30.325Z | # ###### ##### # #### |
92 | 2024-10-25T17:19:30.325Z | # # # # # # # |
93 | 2024-10-25T17:19:30.325Z | # # # # # # # # # |
94 | 2024-10-25T17:19:30.325Z | #### # # ###### #### # # |
95 | 2024-10-25T17:19:30.325Z | |
96 | 2024-10-25T17:19:30.325Z | + ptime -m cargo check --features falcon |
97 | 2024-10-25T17:19:30.504Z | Updating crates.io index |
98 | 2024-10-25T17:19:30.528Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-25T17:19:33.194Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
100 | 2024-10-25T17:19:40.057Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
101 | 2024-10-25T17:19:40.375Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
102 | 2024-10-25T17:19:40.705Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
103 | 2024-10-25T17:19:41.114Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
104 | 2024-10-25T17:19:41.517Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
105 | 2024-10-25T17:19:41.849Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
106 | 2024-10-25T17:19:42.771Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
107 | 2024-10-25T17:19:43.112Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
108 | 2024-10-25T17:19:43.545Z | Updating git repository `https://github.com/oxidecomputer/p4` |
109 | 2024-10-25T17:19:44.181Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
110 | 2024-10-25T17:19:45.116Z | Updating git repository `https://github.com/oxidecomputer/opte` |
111 | 2024-10-25T17:19:46.269Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
112 | 2024-10-25T17:19:46.989Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-25T17:19:47.325Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-25T17:19:47.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
115 | 2024-10-25T17:19:48.146Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
116 | 2024-10-25T17:19:49.400Z | Downloading crates ... |
117 | 2024-10-25T17:19:49.487Z | Downloaded bit_field v0.10.2 |
118 | 2024-10-25T17:19:49.511Z | Downloaded escargot v0.5.10 |
119 | 2024-10-25T17:19:49.511Z | Downloaded erased-serde v0.4.5 |
120 | 2024-10-25T17:19:49.511Z | Downloaded num-conv v0.1.0 |
121 | 2024-10-25T17:19:49.511Z | Downloaded progenitor-client v0.8.0 |
122 | 2024-10-25T17:19:49.511Z | Downloaded opaque-debug v0.3.1 |
123 | 2024-10-25T17:19:49.535Z | Downloaded usdt-attr-macro v0.5.0 |
124 | 2024-10-25T17:19:49.535Z | Downloaded fnv v1.0.7 |
125 | 2024-10-25T17:19:49.535Z | Downloaded num_enum_derive v0.5.11 |
126 | 2024-10-25T17:19:49.535Z | Downloaded num_enum v0.5.11 |
127 | 2024-10-25T17:19:49.535Z | Downloaded ipnet v2.9.0 |
128 | 2024-10-25T17:19:49.559Z | Downloaded libm v0.2.8 |
129 | 2024-10-25T17:19:49.559Z | Downloaded wyz v0.5.1 |
130 | 2024-10-25T17:19:49.583Z | Downloaded is-terminal v0.4.12 |
131 | 2024-10-25T17:19:49.583Z | Downloaded serde_path_to_error v0.1.16 |
132 | 2024-10-25T17:19:49.607Z | Downloaded foreign-types-shared v0.1.1 |
133 | 2024-10-25T17:19:49.607Z | Downloaded synstructure v0.12.6 |
134 | 2024-10-25T17:19:49.607Z | Downloaded utf-8 v0.7.6 |
135 | 2024-10-25T17:19:49.607Z | Downloaded futures-sink v0.3.30 |
136 | 2024-10-25T17:19:49.607Z | Downloaded uuid v1.10.0 |
137 | 2024-10-25T17:19:49.631Z | Downloaded unicode-xid v0.2.4 |
138 | 2024-10-25T17:19:49.631Z | Downloaded thiserror v1.0.64 |
139 | 2024-10-25T17:19:49.631Z | Downloaded tokio-macros v2.4.0 |
140 | 2024-10-25T17:19:49.656Z | Downloaded serde_with_macros v3.9.0 |
141 | 2024-10-25T17:19:49.656Z | Downloaded mime v0.3.17 |
142 | 2024-10-25T17:19:49.656Z | Downloaded tinyvec_macros v0.1.1 |
143 | 2024-10-25T17:19:49.656Z | Downloaded typenum v1.17.0 |
144 | 2024-10-25T17:19:49.656Z | Downloaded humantime v2.1.0 |
145 | 2024-10-25T17:19:49.656Z | Downloaded lru-cache v0.1.2 |
146 | 2024-10-25T17:19:49.656Z | Downloaded time-core v0.1.2 |
147 | 2024-10-25T17:19:49.679Z | Downloaded sigpipe v0.1.3 |
148 | 2024-10-25T17:19:49.679Z | Downloaded strum v0.26.2 |
149 | 2024-10-25T17:19:49.679Z | Downloaded subtle v2.5.0 |
150 | 2024-10-25T17:19:49.679Z | Downloaded nix v0.28.0 |
151 | 2024-10-25T17:19:49.702Z | Downloaded ident_case v1.0.1 |
152 | 2024-10-25T17:19:49.702Z | Downloaded hickory-proto v0.24.1 |
153 | 2024-10-25T17:19:49.726Z | Downloaded indent_write v2.2.0 |
154 | 2024-10-25T17:19:49.726Z | Downloaded hubpack_derive v0.1.1 |
155 | 2024-10-25T17:19:49.726Z | Downloaded macaddr v1.0.1 |
156 | 2024-10-25T17:19:49.726Z | Downloaded toml v0.7.8 |
157 | 2024-10-25T17:19:49.726Z | Downloaded lock_api v0.4.12 |
158 | 2024-10-25T17:19:49.726Z | Downloaded log v0.4.22 |
159 | 2024-10-25T17:19:49.726Z | Downloaded hickory-resolver v0.24.1 |
160 | 2024-10-25T17:19:49.749Z | Downloaded mio v1.0.2 |
161 | 2024-10-25T17:19:49.749Z | Downloaded indexmap v1.9.3 |
162 | 2024-10-25T17:19:49.749Z | Downloaded toml_edit v0.19.15 |
163 | 2024-10-25T17:19:49.772Z | Downloaded itertools v0.13.0 |
164 | 2024-10-25T17:19:49.796Z | Downloaded http v1.1.0 |
165 | 2024-10-25T17:19:49.796Z | Downloaded itertools v0.10.5 |
166 | 2024-10-25T17:19:49.796Z | Downloaded hashbrown v0.14.5 |
167 | 2024-10-25T17:19:49.821Z | Downloaded h2 v0.4.6 |
168 | 2024-10-25T17:19:49.821Z | Downloaded goblin v0.8.2 |
169 | 2024-10-25T17:19:49.821Z | Downloaded quinn-proto v0.11.8 |
170 | 2024-10-25T17:19:49.844Z | Downloaded nix v0.29.0 |
171 | 2024-10-25T17:19:49.844Z | Downloaded openssl v0.10.66 |
172 | 2024-10-25T17:19:49.867Z | Downloaded regex v1.10.6 |
173 | 2024-10-25T17:19:49.890Z | Downloaded rustls v0.21.12 |
174 | 2024-10-25T17:19:49.890Z | Downloaded idna v0.4.0 |
175 | 2024-10-25T17:19:49.913Z | Downloaded openapiv3 v2.0.0 |
176 | 2024-10-25T17:19:49.913Z | Downloaded idna v0.5.0 |
177 | 2024-10-25T17:19:49.913Z | Downloaded regress v0.9.1 |
178 | 2024-10-25T17:19:49.936Z | Downloaded rustls v0.22.4 |
179 | 2024-10-25T17:19:49.959Z | Downloaded rustls v0.23.10 |
180 | 2024-10-25T17:19:49.959Z | Downloaded rustix v0.38.34 |
181 | 2024-10-25T17:19:49.986Z | Downloaded regex-syntax v0.8.4 |
182 | 2024-10-25T17:19:50.009Z | Downloaded regress v0.10.1 |
183 | 2024-10-25T17:19:50.009Z | Downloaded hyper v1.4.1 |
184 | 2024-10-25T17:19:50.032Z | Downloaded rustls-webpki v0.102.4 |
185 | 2024-10-25T17:19:50.056Z | Downloaded rustls-webpki v0.101.7 |
186 | 2024-10-25T17:19:50.056Z | Downloaded reqwest v0.12.7 |
187 | 2024-10-25T17:19:50.079Z | Downloaded tokio v1.39.3 |
188 | 2024-10-25T17:19:50.108Z | Downloaded regex-automata v0.4.6 |
189 | 2024-10-25T17:19:50.131Z | Downloaded itoa v1.0.11 |
190 | 2024-10-25T17:19:50.131Z | Downloaded rusqlite v0.32.1 |
191 | 2024-10-25T17:19:50.154Z | Downloaded rayon v1.10.0 |
192 | 2024-10-25T17:19:50.155Z | Downloaded time v0.3.36 |
193 | 2024-10-25T17:19:50.179Z | Downloaded hashbrown v0.12.3 |
194 | 2024-10-25T17:19:50.179Z | Downloaded tokio-util v0.7.11 |
195 | 2024-10-25T17:19:50.179Z | Downloaded heapless v0.8.0 |
196 | 2024-10-25T17:19:50.179Z | Downloaded pest v2.7.10 |
197 | 2024-10-25T17:19:50.202Z | Downloaded petgraph v0.6.5 |
198 | 2024-10-25T17:19:50.202Z | Downloaded unsafe-libyaml v0.2.11 |
199 | 2024-10-25T17:19:50.225Z | Downloaded similar v2.5.0 |
200 | 2024-10-25T17:19:50.225Z | Downloaded tar v0.4.40 |
201 | 2024-10-25T17:19:50.225Z | Downloaded serde_with v3.9.0 |
202 | 2024-10-25T17:19:50.225Z | Downloaded serde v1.0.210 |
203 | 2024-10-25T17:19:50.248Z | Downloaded hyper-util v0.1.9 |
204 | 2024-10-25T17:19:50.248Z | Downloaded memchr v2.7.2 |
205 | 2024-10-25T17:19:50.248Z | Downloaded steno v0.4.1 |
206 | 2024-10-25T17:19:50.248Z | Downloaded typify-impl v0.2.0 |
207 | 2024-10-25T17:19:50.272Z | Downloaded rand v0.8.5 |
208 | 2024-10-25T17:19:50.272Z | Downloaded native-tls v0.2.11 |
209 | 2024-10-25T17:19:50.272Z | Downloaded multer v3.1.0 |
210 | 2024-10-25T17:19:50.296Z | Downloaded hashlink v0.9.1 |
211 | 2024-10-25T17:19:50.296Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
212 | 2024-10-25T17:19:50.345Z | Downloaded num-bigint v0.4.5 |
213 | 2024-10-25T17:19:50.369Z | Downloaded hyper-tls v0.6.0 |
214 | 2024-10-25T17:19:50.369Z | Downloaded httpdate v1.0.3 |
215 | 2024-10-25T17:19:50.369Z | Downloaded http-body-util v0.1.2 |
216 | 2024-10-25T17:19:50.369Z | Downloaded managed v0.8.0 |
217 | 2024-10-25T17:19:50.369Z | Downloaded slab v0.4.9 |
218 | 2024-10-25T17:19:50.369Z | Downloaded sha2 v0.10.8 |
219 | 2024-10-25T17:19:50.369Z | Downloaded memmap v0.7.0 |
220 | 2024-10-25T17:19:50.369Z | Downloaded hostname v0.4.0 |
221 | 2024-10-25T17:19:50.369Z | Downloaded highway v1.2.0 |
222 | 2024-10-25T17:19:50.369Z | Downloaded heck v0.5.0 |
223 | 2024-10-25T17:19:50.393Z | Downloaded structmeta-derive v0.3.0 |
224 | 2024-10-25T17:19:50.393Z | Downloaded strsim v0.11.1 |
225 | 2024-10-25T17:19:50.393Z | Downloaded tinyvec v1.6.0 |
226 | 2024-10-25T17:19:50.393Z | Downloaded ryu v1.0.18 |
227 | 2024-10-25T17:19:50.393Z | Downloaded prettyplease v0.2.22 |
228 | 2024-10-25T17:19:50.393Z | Downloaded heck v0.4.1 |
229 | 2024-10-25T17:19:50.393Z | Downloaded hash32 v0.3.1 |
230 | 2024-10-25T17:19:50.393Z | Downloaded newtype-uuid v1.1.0 |
231 | 2024-10-25T17:19:50.393Z | Downloaded static_assertions v1.1.0 |
232 | 2024-10-25T17:19:50.393Z | Downloaded stable_deref_trait v1.2.0 |
233 | 2024-10-25T17:19:50.393Z | Downloaded signal-hook-registry v1.4.2 |
234 | 2024-10-25T17:19:50.393Z | Downloaded sha1 v0.10.6 |
235 | 2024-10-25T17:19:50.416Z | Downloaded serde_yaml v0.9.34+deprecated |
236 | 2024-10-25T17:19:50.416Z | Downloaded serde_derive v1.0.210 |
237 | 2024-10-25T17:19:50.416Z | Downloaded serde_arrays v0.1.0 |
238 | 2024-10-25T17:19:50.416Z | Downloaded time-macros v0.2.18 |
239 | 2024-10-25T17:19:50.416Z | Downloaded globset v0.4.14 |
240 | 2024-10-25T17:19:50.416Z | Downloaded term v0.7.0 |
241 | 2024-10-25T17:19:50.416Z | Downloaded tempfile v3.10.1 |
242 | 2024-10-25T17:19:50.416Z | Downloaded toml v0.8.19 |
243 | 2024-10-25T17:19:50.439Z | Downloaded tokio-rustls v0.26.0 |
244 | 2024-10-25T17:19:50.439Z | Downloaded rustls-pki-types v1.7.0 |
245 | 2024-10-25T17:19:50.439Z | Downloaded quinn v0.11.5 |
246 | 2024-10-25T17:19:50.439Z | Downloaded newtype_derive v0.1.6 |
247 | 2024-10-25T17:19:50.439Z | Downloaded thread_local v1.1.8 |
248 | 2024-10-25T17:19:50.439Z | Downloaded unicode-width v0.1.14 |
249 | 2024-10-25T17:19:50.463Z | Downloaded progenitor-impl v0.8.0 |
250 | 2024-10-25T17:19:50.463Z | Downloaded http-body v1.0.1 |
251 | 2024-10-25T17:19:50.463Z | Downloaded glob v0.3.1 |
252 | 2024-10-25T17:19:50.463Z | Downloaded hyper-rustls v0.27.3 |
253 | 2024-10-25T17:19:50.463Z | Downloaded tokio-rustls v0.25.0 |
254 | 2024-10-25T17:19:50.463Z | Downloaded socket2 v0.5.7 |
255 | 2024-10-25T17:19:50.463Z | Downloaded rustls-pemfile v2.1.3 |
256 | 2024-10-25T17:19:50.463Z | Downloaded toml_edit v0.22.20 |
257 | 2024-10-25T17:19:50.488Z | Downloaded tokio-tungstenite v0.21.0 |
258 | 2024-10-25T17:19:50.512Z | Downloaded spin v0.9.8 |
259 | 2024-10-25T17:19:50.512Z | Downloaded libz-sys v1.1.16 |
260 | 2024-10-25T17:19:50.572Z | Downloaded sct v0.7.1 |
261 | 2024-10-25T17:19:50.595Z | Downloaded parking_lot v0.12.2 |
262 | 2024-10-25T17:19:50.595Z | Downloaded strum_macros v0.26.2 |
263 | 2024-10-25T17:19:50.595Z | Downloaded tap v1.0.1 |
264 | 2024-10-25T17:19:50.595Z | Downloaded semver v1.0.23 |
265 | 2024-10-25T17:19:50.595Z | Downloaded unicode-segmentation v1.11.0 |
266 | 2024-10-25T17:19:50.595Z | Downloaded vcpkg v0.2.15 |
267 | 2024-10-25T17:19:50.636Z | Downloaded terminal_size v0.3.0 |
268 | 2024-10-25T17:19:50.661Z | Downloaded supports-color v3.0.1 |
269 | 2024-10-25T17:19:50.661Z | Downloaded unicode-bidi v0.3.15 |
270 | 2024-10-25T17:19:50.661Z | Downloaded syn v2.0.77 |
271 | 2024-10-25T17:19:50.661Z | Downloaded thread-id v4.2.1 |
272 | 2024-10-25T17:19:50.661Z | Downloaded thiserror-impl v1.0.64 |
273 | 2024-10-25T17:19:50.661Z | Downloaded universal-hash v0.5.1 |
274 | 2024-10-25T17:19:50.661Z | Downloaded iana-time-zone v0.1.60 |
275 | 2024-10-25T17:19:50.684Z | Downloaded hubpack v0.1.2 |
276 | 2024-10-25T17:19:50.684Z | Downloaded unicode-ident v1.0.13 |
277 | 2024-10-25T17:19:50.684Z | Downloaded typify-macro v0.2.0 |
278 | 2024-10-25T17:19:50.684Z | Downloaded typeid v1.0.0 |
279 | 2024-10-25T17:19:50.684Z | Downloaded tungstenite v0.21.0 |
280 | 2024-10-25T17:19:50.684Z | Downloaded try-lock v0.2.5 |
281 | 2024-10-25T17:19:50.684Z | Downloaded schemars_derive v0.8.21 |
282 | 2024-10-25T17:19:50.684Z | Downloaded httparse v1.8.0 |
283 | 2024-10-25T17:19:50.684Z | Downloaded futures-util v0.3.30 |
284 | 2024-10-25T17:19:50.707Z | Downloaded serde_tokenstream v0.1.7 |
285 | 2024-10-25T17:19:50.707Z | Downloaded serde_spanned v0.6.7 |
286 | 2024-10-25T17:19:50.708Z | Downloaded serde_repr v0.1.19 |
287 | 2024-10-25T17:19:50.708Z | Downloaded webpki-roots v0.26.3 |
288 | 2024-10-25T17:19:50.708Z | Downloaded proc-macro-error-attr v1.0.4 |
289 | 2024-10-25T17:19:50.708Z | Downloaded pest_derive v2.7.10 |
290 | 2024-10-25T17:19:50.731Z | Downloaded tracing-attributes v0.1.27 |
291 | 2024-10-25T17:19:50.731Z | Downloaded serde_json v1.0.128 |
292 | 2024-10-25T17:19:50.731Z | Downloaded schemars v0.8.21 |
293 | 2024-10-25T17:19:50.754Z | Downloaded expectorate v1.1.0 |
294 | 2024-10-25T17:19:50.754Z | Downloaded match_cfg v0.1.0 |
295 | 2024-10-25T17:19:50.754Z | Downloaded hostname v0.3.1 |
296 | 2024-10-25T17:19:50.754Z | Downloaded hex v0.4.3 |
297 | 2024-10-25T17:19:50.754Z | Downloaded tower-service v0.3.2 |
298 | 2024-10-25T17:19:50.754Z | Downloaded getrandom v0.2.14 |
299 | 2024-10-25T17:19:50.754Z | Downloaded futures-task v0.3.30 |
300 | 2024-10-25T17:19:50.754Z | Downloaded serde_tokenstream v0.2.2 |
301 | 2024-10-25T17:19:50.754Z | Downloaded ron v0.8.1 |
302 | 2024-10-25T17:19:50.754Z | Downloaded rayon-core v1.12.1 |
303 | 2024-10-25T17:19:50.778Z | Downloaded git2 v0.19.0 |
304 | 2024-10-25T17:19:50.778Z | Downloaded generic-array v0.14.7 |
305 | 2024-10-25T17:19:50.778Z | Downloaded futures-macro v0.3.30 |
306 | 2024-10-25T17:19:50.778Z | Downloaded futures-io v0.3.30 |
307 | 2024-10-25T17:19:50.778Z | Downloaded futures-core v0.3.30 |
308 | 2024-10-25T17:19:50.778Z | Downloaded futures v0.3.30 |
309 | 2024-10-25T17:19:50.801Z | Downloaded funty v2.0.0 |
310 | 2024-10-25T17:19:50.802Z | Downloaded foreign-types-shared v0.3.1 |
311 | 2024-10-25T17:19:50.802Z | Downloaded utf8parse v0.2.1 |
312 | 2024-10-25T17:19:50.802Z | Downloaded url v2.5.0 |
313 | 2024-10-25T17:19:50.802Z | Downloaded winnow v0.6.18 |
314 | 2024-10-25T17:19:50.802Z | Downloaded winnow v0.5.40 |
315 | 2024-10-25T17:19:50.825Z | Downloaded toml_datetime v0.6.8 |
316 | 2024-10-25T17:19:50.825Z | Downloaded radium v0.7.0 |
317 | 2024-10-25T17:19:50.825Z | Downloaded proc-macro-error v1.0.4 |
318 | 2024-10-25T17:19:50.825Z | Downloaded owo-colors v4.1.0 |
319 | 2024-10-25T17:19:50.825Z | Downloaded openssl-sys v0.9.103 |
320 | 2024-10-25T17:19:50.825Z | Downloaded structmeta v0.3.0 |
321 | 2024-10-25T17:19:50.825Z | Downloaded newline-converter v0.3.0 |
322 | 2024-10-25T17:19:50.825Z | Downloaded serde_urlencoded v0.7.1 |
323 | 2024-10-25T17:19:50.848Z | Downloaded serde-big-array v0.5.1 |
324 | 2024-10-25T17:19:50.848Z | Downloaded unicode-normalization v0.1.23 |
325 | 2024-10-25T17:19:50.848Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-10-25T17:19:50.848Z | Downloaded usdt v0.5.0 |
327 | 2024-10-25T17:19:50.848Z | Downloaded usdt v0.3.5 |
328 | 2024-10-25T17:19:50.848Z | Downloaded tabwriter v1.4.0 |
329 | 2024-10-25T17:19:50.848Z | Downloaded swrite v0.1.0 |
330 | 2024-10-25T17:19:50.849Z | Downloaded serde_derive_internals v0.29.1 |
331 | 2024-10-25T17:19:50.849Z | Downloaded foreign-types-macros v0.2.3 |
332 | 2024-10-25T17:19:50.849Z | Downloaded foreign-types v0.5.0 |
333 | 2024-10-25T17:19:50.849Z | Downloaded xattr v1.3.1 |
334 | 2024-10-25T17:19:50.849Z | Downloaded scopeguard v1.2.0 |
335 | 2024-10-25T17:19:50.872Z | Downloaded pin-project-lite v0.2.14 |
336 | 2024-10-25T17:19:50.872Z | Downloaded supports-color v2.1.0 |
337 | 2024-10-25T17:19:50.872Z | Downloaded strum_macros v0.25.3 |
338 | 2024-10-25T17:19:50.872Z | Downloaded tracing v0.1.40 |
339 | 2024-10-25T17:19:50.872Z | Downloaded take_mut v0.2.2 |
340 | 2024-10-25T17:19:50.872Z | Downloaded sync_wrapper v1.0.1 |
341 | 2024-10-25T17:19:50.872Z | Downloaded whoami v1.5.1 |
342 | 2024-10-25T17:19:50.872Z | Downloaded ucd-trie v0.1.6 |
343 | 2024-10-25T17:19:50.872Z | Downloaded typify v0.2.0 |
344 | 2024-10-25T17:19:50.902Z | Downloaded twox-hash v1.6.3 |
345 | 2024-10-25T17:19:50.903Z | Downloaded tracing-core v0.1.32 |
346 | 2024-10-25T17:19:50.903Z | Downloaded ipnetwork v0.20.0 |
347 | 2024-10-25T17:19:50.903Z | Downloaded inout v0.1.3 |
348 | 2024-10-25T17:19:50.903Z | Downloaded tokio-native-tls v0.3.1 |
349 | 2024-10-25T17:19:50.903Z | Downloaded slog v2.7.0 |
350 | 2024-10-25T17:19:50.903Z | Downloaded rustls-pemfile v1.0.4 |
351 | 2024-10-25T17:19:50.903Z | Downloaded rustc_version v0.4.0 |
352 | 2024-10-25T17:19:50.903Z | Downloaded rustc_version v0.1.7 |
353 | 2024-10-25T17:19:50.903Z | Downloaded ringbuffer v0.15.0 |
354 | 2024-10-25T17:19:50.903Z | Downloaded rand_core v0.6.4 |
355 | 2024-10-25T17:19:50.903Z | Downloaded waitgroup v0.1.2 |
356 | 2024-10-25T17:19:50.903Z | Downloaded smallvec v1.13.2 |
357 | 2024-10-25T17:19:50.903Z | Downloaded slog-json v2.6.1 |
358 | 2024-10-25T17:19:50.903Z | Downloaded slog-async v2.8.0 |
359 | 2024-10-25T17:19:50.903Z | Downloaded libsw v3.3.1 |
360 | 2024-10-25T17:19:50.926Z | Downloaded quinn-udp v0.5.5 |
361 | 2024-10-25T17:19:50.926Z | Downloaded quick-error v1.2.3 |
362 | 2024-10-25T17:19:50.926Z | Downloaded ppv-lite86 v0.2.17 |
363 | 2024-10-25T17:19:50.927Z | Downloaded pest_generator v2.7.10 |
364 | 2024-10-25T17:19:50.927Z | Downloaded futures-executor v0.3.30 |
365 | 2024-10-25T17:19:50.927Z | Downloaded futures-channel v0.3.30 |
366 | 2024-10-25T17:19:50.927Z | Downloaded form_urlencoded v1.2.1 |
367 | 2024-10-25T17:19:50.927Z | Downloaded version_check v0.9.5 |
368 | 2024-10-25T17:19:50.927Z | Downloaded smf v0.2.3 |
369 | 2024-10-25T17:19:50.927Z | Downloaded slog-dtrace v0.3.0 |
370 | 2024-10-25T17:19:50.927Z | Downloaded untrusted v0.9.0 |
371 | 2024-10-25T17:19:50.927Z | Downloaded is_terminal_polyfill v1.70.0 |
372 | 2024-10-25T17:19:50.927Z | Downloaded is_ci v1.2.0 |
373 | 2024-10-25T17:19:50.927Z | Downloaded linear-map v1.2.0 |
374 | 2024-10-25T17:19:50.927Z | Downloaded libloading v0.7.4 |
375 | 2024-10-25T17:19:50.950Z | Downloaded libc v0.2.159 |
376 | 2024-10-25T17:19:50.973Z | Downloaded lazy_static v1.5.0 |
377 | 2024-10-25T17:19:50.973Z | Downloaded kstat-rs v0.2.4 |
378 | 2024-10-25T17:19:50.973Z | Downloaded instant v0.1.12 |
379 | 2024-10-25T17:19:50.973Z | Downloaded fallible-iterator v0.3.0 |
380 | 2024-10-25T17:19:50.973Z | Downloaded zerocopy v0.7.34 |
381 | 2024-10-25T17:19:50.996Z | Downloaded plain v0.2.3 |
382 | 2024-10-25T17:19:50.996Z | Downloaded pest_meta v2.7.10 |
383 | 2024-10-25T17:19:50.996Z | Downloaded parse-display-derive v0.10.0 |
384 | 2024-10-25T17:19:50.996Z | Downloaded bstr v1.9.1 |
385 | 2024-10-25T17:19:51.020Z | Downloaded syn v1.0.109 |
386 | 2024-10-25T17:19:51.020Z | Downloaded linked-hash-map v0.5.6 |
387 | 2024-10-25T17:19:51.020Z | Downloaded float-ord v0.3.2 |
388 | 2024-10-25T17:19:51.020Z | Downloaded fatfs v0.3.6 |
389 | 2024-10-25T17:19:51.020Z | Downloaded fastrand v2.1.0 |
390 | 2024-10-25T17:19:51.020Z | Downloaded zeroize v1.7.0 |
391 | 2024-10-25T17:19:51.043Z | Downloaded zerocopy-derive v0.7.34 |
392 | 2024-10-25T17:19:51.043Z | Downloaded zerocopy v0.6.6 |
393 | 2024-10-25T17:19:51.043Z | Downloaded progenitor-macro v0.8.0 |
394 | 2024-10-25T17:19:51.043Z | Downloaded progenitor v0.8.0 |
395 | 2024-10-25T17:19:51.043Z | Downloaded powerfmt v0.2.0 |
396 | 2024-10-25T17:19:51.043Z | Downloaded pin-utils v0.1.0 |
397 | 2024-10-25T17:19:51.043Z | Downloaded parse-display v0.10.0 |
398 | 2024-10-25T17:19:51.044Z | Downloaded num-traits v0.2.19 |
399 | 2024-10-25T17:19:51.044Z | Downloaded chrono v0.4.38 |
400 | 2024-10-25T17:19:51.067Z | Downloaded smoltcp v0.11.0 |
401 | 2024-10-25T17:19:51.067Z | Downloaded libsqlite3-sys v0.30.1 |
402 | 2024-10-25T17:19:51.146Z | Downloaded foreign-types v0.3.2 |
403 | 2024-10-25T17:19:51.169Z | Downloaded fixedbitset v0.4.2 |
404 | 2024-10-25T17:19:51.169Z | Downloaded ring v0.17.8 |
405 | 2024-10-25T17:19:51.228Z | Downloaded zone_cfg_derive v0.3.0 |
406 | 2024-10-25T17:19:51.251Z | Downloaded zerocopy-derive v0.6.6 |
407 | 2024-10-25T17:19:51.251Z | Downloaded zerocopy v0.3.2 |
408 | 2024-10-25T17:19:51.251Z | Downloaded usdt-impl v0.5.0 |
409 | 2024-10-25T17:19:51.251Z | Downloaded usdt-attr-macro v0.3.5 |
410 | 2024-10-25T17:19:51.251Z | Downloaded pretty-hex v0.4.1 |
411 | 2024-10-25T17:19:51.251Z | Downloaded postcard v1.0.9 |
412 | 2024-10-25T17:19:51.251Z | Downloaded polyval v0.6.2 |
413 | 2024-10-25T17:19:51.251Z | Downloaded percent-encoding v2.3.1 |
414 | 2024-10-25T17:19:51.251Z | Downloaded paste v1.0.15 |
415 | 2024-10-25T17:19:51.274Z | Downloaded clap_builder v4.5.2 |
416 | 2024-10-25T17:19:51.274Z | Downloaded bitvec v1.0.1 |
417 | 2024-10-25T17:19:51.297Z | Downloaded indexmap v2.5.0 |
418 | 2024-10-25T17:19:51.297Z | Downloaded usdt-impl v0.3.5 |
419 | 2024-10-25T17:19:51.297Z | Downloaded scroll_derive v0.12.0 |
420 | 2024-10-25T17:19:51.297Z | Downloaded equivalent v1.0.1 |
421 | 2024-10-25T17:19:51.298Z | Downloaded embedded-io v0.6.1 |
422 | 2024-10-25T17:19:51.298Z | Downloaded embedded-io v0.4.0 |
423 | 2024-10-25T17:19:51.298Z | Downloaded dtrace-parser v0.1.14 |
424 | 2024-10-25T17:19:51.298Z | Downloaded dropshot_endpoint v0.12.0 |
425 | 2024-10-25T17:19:51.298Z | Downloaded dof v0.3.0 |
426 | 2024-10-25T17:19:51.298Z | Downloaded derive-where v1.2.7 |
427 | 2024-10-25T17:19:51.298Z | Downloaded defmt-macros v0.3.9 |
428 | 2024-10-25T17:19:51.321Z | Downloaded darling_core v0.20.9 |
429 | 2024-10-25T17:19:51.321Z | Downloaded cstr-argument v0.1.2 |
430 | 2024-10-25T17:19:51.321Z | Downloaded crossbeam-deque v0.8.5 |
431 | 2024-10-25T17:19:51.321Z | Downloaded cookie v0.18.1 |
432 | 2024-10-25T17:19:51.321Z | Downloaded const_format v0.2.32 |
433 | 2024-10-25T17:19:51.321Z | Downloaded colored v2.1.0 |
434 | 2024-10-25T17:19:51.321Z | Downloaded cc v1.0.97 |
435 | 2024-10-25T17:19:51.321Z | Downloaded cancel-safe-futures v0.1.5 |
436 | 2024-10-25T17:19:51.344Z | Downloaded camino-tempfile v1.1.1 |
437 | 2024-10-25T17:19:51.344Z | Downloaded byteorder v1.5.0 |
438 | 2024-10-25T17:19:51.344Z | Downloaded vergen v8.3.2 |
439 | 2024-10-25T17:19:51.344Z | Downloaded scroll v0.12.0 |
440 | 2024-10-25T17:19:51.344Z | Downloaded resolv-conf v0.7.0 |
441 | 2024-10-25T17:19:51.345Z | Downloaded proc-macro2 v1.0.86 |
442 | 2024-10-25T17:19:51.345Z | Downloaded num-rational v0.4.2 |
443 | 2024-10-25T17:19:51.345Z | Downloaded errno v0.3.9 |
444 | 2024-10-25T17:19:51.345Z | Downloaded enum-as-inner v0.6.0 |
445 | 2024-10-25T17:19:51.345Z | Downloaded dyn-clone v1.0.17 |
446 | 2024-10-25T17:19:51.345Z | Downloaded dof v0.1.5 |
447 | 2024-10-25T17:19:51.345Z | Downloaded dirs-next v2.0.0 |
448 | 2024-10-25T17:19:51.368Z | Downloaded digest v0.10.7 |
449 | 2024-10-25T17:19:51.368Z | Downloaded defmt-parser v0.3.4 |
450 | 2024-10-25T17:19:51.368Z | Downloaded debug-ignore v1.0.5 |
451 | 2024-10-25T17:19:51.368Z | Downloaded darling_macro v0.20.9 |
452 | 2024-10-25T17:19:51.368Z | Downloaded ctrlc v3.4.4 |
453 | 2024-10-25T17:19:51.368Z | Downloaded ctr v0.9.2 |
454 | 2024-10-25T17:19:51.368Z | Downloaded crucible-workspace-hack v0.1.0 |
455 | 2024-10-25T17:19:51.368Z | Downloaded crossbeam-utils v0.8.19 |
456 | 2024-10-25T17:19:51.368Z | Downloaded const_format_proc_macros v0.2.32 |
457 | 2024-10-25T17:19:51.368Z | Downloaded cobs v0.2.3 |
458 | 2024-10-25T17:19:51.368Z | Downloaded clap_lex v0.7.0 |
459 | 2024-10-25T17:19:51.368Z | Downloaded clap v4.5.4 |
460 | 2024-10-25T17:19:51.392Z | Downloaded cfg_aliases v0.1.1 |
461 | 2024-10-25T17:19:51.392Z | Downloaded cargo_metadata v0.18.1 |
462 | 2024-10-25T17:19:51.392Z | Downloaded block-buffer v0.10.4 |
463 | 2024-10-25T17:19:51.392Z | Downloaded bitstruct_derive v0.1.0 |
464 | 2024-10-25T17:19:51.392Z | Downloaded bitflags v2.6.0 |
465 | 2024-10-25T17:19:51.392Z | Downloaded want v0.3.1 |
466 | 2024-10-25T17:19:51.392Z | Downloaded tokio-rustls v0.24.1 |
467 | 2024-10-25T17:19:51.392Z | Downloaded slog-term v2.9.1 |
468 | 2024-10-25T17:19:51.392Z | Downloaded slog-bunyan v2.5.0 |
469 | 2024-10-25T17:19:51.392Z | Downloaded jobserver v0.1.31 |
470 | 2024-10-25T17:19:51.392Z | Downloaded semver v0.1.20 |
471 | 2024-10-25T17:19:51.392Z | Downloaded quote v1.0.37 |
472 | 2024-10-25T17:19:51.415Z | Downloaded parking_lot_core v0.9.10 |
473 | 2024-10-25T17:19:51.415Z | Downloaded openssl-probe v0.1.5 |
474 | 2024-10-25T17:19:51.415Z | Downloaded cpufeatures v0.2.12 |
475 | 2024-10-25T17:19:51.415Z | Downloaded rustversion v1.0.17 |
476 | 2024-10-25T17:19:51.415Z | Downloaded rustc-hash v2.0.0 |
477 | 2024-10-25T17:19:51.415Z | Downloaded rand_chacha v0.3.1 |
478 | 2024-10-25T17:19:51.415Z | Downloaded num-integer v0.1.46 |
479 | 2024-10-25T17:19:51.415Z | Downloaded encoding_rs v0.8.34 |
480 | 2024-10-25T17:19:51.439Z | Downloaded anstyle-query v1.0.3 |
481 | 2024-10-25T17:19:51.439Z | Downloaded fallible-streaming-iterator v0.1.9 |
482 | 2024-10-25T17:19:51.439Z | Downloaded zone v0.3.0 |
483 | 2024-10-25T17:19:51.439Z | Downloaded zerocopy-derive v0.2.0 |
484 | 2024-10-25T17:19:51.462Z | Downloaded proc-macro-crate v1.3.1 |
485 | 2024-10-25T17:19:51.462Z | Downloaded password-hash v0.5.0 |
486 | 2024-10-25T17:19:51.462Z | Downloaded num_enum v0.7.2 |
487 | 2024-10-25T17:19:51.462Z | Downloaded filetime v0.2.23 |
488 | 2024-10-25T17:19:51.462Z | Downloaded usdt-macro v0.3.5 |
489 | 2024-10-25T17:19:51.462Z | Downloaded pkg-config v0.3.30 |
490 | 2024-10-25T17:19:51.463Z | Downloaded once_cell v1.19.0 |
491 | 2024-10-25T17:19:51.463Z | Downloaded num-complex v0.4.6 |
492 | 2024-10-25T17:19:51.463Z | Downloaded bitflags v1.3.2 |
493 | 2024-10-25T17:19:51.463Z | Downloaded base64ct v1.6.0 |
494 | 2024-10-25T17:19:51.486Z | Downloaded base64 v0.21.7 |
495 | 2024-10-25T17:19:51.486Z | Downloaded backoff v0.4.0 |
496 | 2024-10-25T17:19:51.486Z | Downloaded async-recursion v1.1.1 |
497 | 2024-10-25T17:19:51.486Z | Downloaded argon2 v0.5.3 |
498 | 2024-10-25T17:19:51.486Z | Downloaded anstyle-parse v0.2.4 |
499 | 2024-10-25T17:19:51.486Z | Downloaded pretty-hex v0.2.1 |
500 | 2024-10-25T17:19:51.486Z | Downloaded openssl-macros v0.1.1 |
501 | 2024-10-25T17:19:51.486Z | Downloaded omicron-workspace-hack v0.1.0 |
502 | 2024-10-25T17:19:51.486Z | Downloaded num_threads v0.1.7 |
503 | 2024-10-25T17:19:51.486Z | Downloaded num_enum_derive v0.7.2 |
504 | 2024-10-25T17:19:51.509Z | Downloaded num-iter v0.1.45 |
505 | 2024-10-25T17:19:51.509Z | Downloaded num-derive v0.4.2 |
506 | 2024-10-25T17:19:51.509Z | Downloaded num v0.4.3 |
507 | 2024-10-25T17:19:51.509Z | Downloaded bincode v1.3.3 |
508 | 2024-10-25T17:19:51.509Z | Downloaded dropshot v0.12.0 |
509 | 2024-10-25T17:19:51.532Z | Downloaded atty v0.2.14 |
510 | 2024-10-25T17:19:51.533Z | Downloaded atomicwrites v0.4.4 |
511 | 2024-10-25T17:19:51.533Z | Downloaded async-trait v0.1.83 |
512 | 2024-10-25T17:19:51.533Z | Downloaded async-stream-impl v0.3.5 |
513 | 2024-10-25T17:19:51.533Z | Downloaded anyhow v1.0.89 |
514 | 2024-10-25T17:19:51.556Z | Downloaded anstream v0.6.14 |
515 | 2024-10-25T17:19:51.556Z | Downloaded aho-corasick v1.1.3 |
516 | 2024-10-25T17:19:51.556Z | Downloaded aes v0.8.4 |
517 | 2024-10-25T17:19:51.556Z | Downloaded derive_more v0.99.18 |
518 | 2024-10-25T17:19:51.556Z | Downloaded deranged v0.3.11 |
519 | 2024-10-25T17:19:51.556Z | Downloaded darling v0.20.9 |
520 | 2024-10-25T17:19:51.556Z | Downloaded crossbeam-epoch v0.9.18 |
521 | 2024-10-25T17:19:51.580Z | Downloaded crossbeam-channel v0.5.12 |
522 | 2024-10-25T17:19:51.580Z | Downloaded clap_derive v4.5.4 |
523 | 2024-10-25T17:19:51.580Z | Downloaded cfg_aliases v0.2.1 |
524 | 2024-10-25T17:19:51.580Z | Downloaded bytes v1.7.2 |
525 | 2024-10-25T17:19:51.580Z | Downloaded blake2 v0.10.6 |
526 | 2024-10-25T17:19:51.580Z | Downloaded base64 v0.22.1 |
527 | 2024-10-25T17:19:51.580Z | Downloaded allocator-api2 v0.2.18 |
528 | 2024-10-25T17:19:51.603Z | Downloaded colorchoice v1.0.1 |
529 | 2024-10-25T17:19:51.603Z | Downloaded either v1.13.0 |
530 | 2024-10-25T17:19:51.603Z | Downloaded dtrace-parser v0.2.0 |
531 | 2024-10-25T17:19:51.604Z | Downloaded dirs-sys-next v0.1.2 |
532 | 2024-10-25T17:19:51.604Z | Downloaded defmt v0.3.8 |
533 | 2024-10-25T17:19:51.604Z | Downloaded data-encoding v2.6.0 |
534 | 2024-10-25T17:19:51.604Z | Downloaded crypto-common v0.1.6 |
535 | 2024-10-25T17:19:51.604Z | Downloaded convert_case v0.4.0 |
536 | 2024-10-25T17:19:51.604Z | Downloaded console v0.15.8 |
537 | 2024-10-25T17:19:51.604Z | Downloaded cipher v0.4.4 |
538 | 2024-10-25T17:19:51.604Z | Downloaded cfg-if v1.0.0 |
539 | 2024-10-25T17:19:51.604Z | Downloaded cargo-platform v0.1.8 |
540 | 2024-10-25T17:19:51.604Z | Downloaded camino v1.1.9 |
541 | 2024-10-25T17:19:51.604Z | Downloaded bitstruct v0.1.1 |
542 | 2024-10-25T17:19:51.627Z | Downloaded atomic-waker v1.1.2 |
543 | 2024-10-25T17:19:51.627Z | Downloaded ahash v0.8.11 |
544 | 2024-10-25T17:19:51.627Z | Downloaded aes-gcm-siv v0.11.1 |
545 | 2024-10-25T17:19:51.627Z | Downloaded aead v0.5.2 |
546 | 2024-10-25T17:19:51.627Z | Downloaded autocfg v1.3.0 |
547 | 2024-10-25T17:19:51.627Z | Downloaded async-stream v0.3.5 |
548 | 2024-10-25T17:19:51.627Z | Downloaded ascii v1.1.0 |
549 | 2024-10-25T17:19:51.627Z | Downloaded anstyle v1.0.7 |
550 | 2024-10-25T17:19:51.870Z | Compiling proc-macro2 v1.0.86 |
551 | 2024-10-25T17:19:51.870Z | Compiling unicode-ident v1.0.13 |
552 | 2024-10-25T17:19:51.870Z | Compiling libc v0.2.159 |
553 | 2024-10-25T17:19:51.893Z | Compiling serde v1.0.210 |
554 | 2024-10-25T17:19:51.893Z | Compiling version_check v0.9.5 |
555 | 2024-10-25T17:19:51.893Z | Compiling autocfg v1.3.0 |
556 | 2024-10-25T17:19:51.893Z | Compiling once_cell v1.19.0 |
557 | 2024-10-25T17:19:51.893Z | Checking cfg-if v1.0.0 |
558 | 2024-10-25T17:19:52.125Z | Compiling serde_json v1.0.128 |
559 | 2024-10-25T17:19:52.187Z | Compiling thiserror v1.0.64 |
560 | 2024-10-25T17:19:52.318Z | Compiling memchr v2.7.2 |
561 | 2024-10-25T17:19:52.580Z | Compiling ahash v0.8.11 |
562 | 2024-10-25T17:19:52.604Z | Compiling libm v0.2.8 |
563 | 2024-10-25T17:19:52.633Z | Compiling byteorder v1.5.0 |
564 | 2024-10-25T17:19:52.990Z | Compiling itoa v1.0.11 |
565 | 2024-10-25T17:19:53.037Z | Compiling lock_api v0.4.12 |
566 | 2024-10-25T17:19:53.189Z | Compiling parking_lot_core v0.9.10 |
567 | 2024-10-25T17:19:53.283Z | Compiling ryu v1.0.18 |
568 | 2024-10-25T17:19:53.566Z | Compiling quote v1.0.37 |
569 | 2024-10-25T17:19:53.627Z | Compiling slab v0.4.9 |
570 | 2024-10-25T17:19:53.702Z | Compiling allocator-api2 v0.2.18 |
571 | 2024-10-25T17:19:53.742Z | Checking getrandom v0.2.14 |
572 | 2024-10-25T17:19:53.887Z | Compiling schemars v0.8.21 |
573 | 2024-10-25T17:19:53.910Z | Compiling pkg-config v0.3.30 |
574 | 2024-10-25T17:19:53.984Z | Compiling syn v2.0.77 |
575 | 2024-10-25T17:19:54.016Z | Compiling jobserver v0.1.31 |
576 | 2024-10-25T17:19:54.174Z | Compiling vcpkg v0.2.15 |
577 | 2024-10-25T17:19:54.199Z | Checking pin-project-lite v0.2.14 |
578 | 2024-10-25T17:19:54.223Z | Compiling num-traits v0.2.19 |
579 | 2024-10-25T17:19:54.339Z | Compiling log v0.4.22 |
580 | 2024-10-25T17:19:54.430Z | Compiling cc v1.0.97 |
581 | 2024-10-25T17:19:54.937Z | Checking smallvec v1.13.2 |
582 | 2024-10-25T17:19:55.071Z | Checking scopeguard v1.2.0 |
583 | 2024-10-25T17:19:55.301Z | Compiling equivalent v1.0.1 |
584 | 2024-10-25T17:19:55.427Z | Checking signal-hook-registry v1.4.2 |
585 | 2024-10-25T17:19:55.483Z | Checking mio v1.0.2 |
586 | 2024-10-25T17:19:55.699Z | Checking socket2 v0.5.7 |
587 | 2024-10-25T17:19:55.789Z | Checking parking_lot v0.12.2 |
588 | 2024-10-25T17:19:55.928Z | Compiling typenum v1.17.0 |
589 | 2024-10-25T17:19:56.080Z | Compiling httparse v1.8.0 |
590 | 2024-10-25T17:19:56.112Z | Compiling generic-array v0.14.7 |
591 | 2024-10-25T17:19:56.135Z | Compiling fnv v1.0.7 |
592 | 2024-10-25T17:19:56.305Z | Checking futures-core v0.3.30 |
593 | 2024-10-25T17:19:56.517Z | Checking iana-time-zone v0.1.60 |
594 | 2024-10-25T17:19:56.650Z | Compiling semver v1.0.23 |
595 | 2024-10-25T17:19:56.701Z | Checking rand_core v0.6.4 |
596 | 2024-10-25T17:19:56.830Z | Compiling slog v2.7.0 |
597 | 2024-10-25T17:19:56.855Z | Checking futures-sink v0.3.30 |
598 | 2024-10-25T17:19:56.879Z | Compiling ucd-trie v0.1.6 |
599 | 2024-10-25T17:19:56.955Z | Compiling heck v0.5.0 |
600 | 2024-10-25T17:19:57.148Z | Checking dyn-clone v1.0.17 |
601 | 2024-10-25T17:19:57.222Z | Checking subtle v2.5.0 |
602 | 2024-10-25T17:19:57.312Z | Checking futures-channel v0.3.30 |
603 | 2024-10-25T17:19:57.336Z | Checking futures-task v0.3.30 |
604 | 2024-10-25T17:19:57.360Z | Checking futures-io v0.3.30 |
605 | 2024-10-25T17:19:57.447Z | Checking pin-utils v0.1.0 |
606 | 2024-10-25T17:19:57.521Z | Compiling rustversion v1.0.17 |
607 | 2024-10-25T17:19:57.545Z | Compiling syn v1.0.109 |
608 | 2024-10-25T17:19:57.569Z | Compiling ring v0.17.8 |
609 | 2024-10-25T17:19:57.636Z | Compiling openssl-sys v0.9.103 |
610 | 2024-10-25T17:19:57.725Z | Compiling openssl v0.10.66 |
611 | 2024-10-25T17:19:58.104Z | Compiling aho-corasick v1.1.3 |
612 | 2024-10-25T17:19:58.792Z | Compiling regex-syntax v0.8.4 |
613 | 2024-10-25T17:19:59.187Z | Compiling native-tls v0.2.11 |
614 | 2024-10-25T17:19:59.455Z | Compiling rustls v0.23.10 |
615 | 2024-10-25T17:19:59.503Z | Compiling heck v0.4.1 |
616 | 2024-10-25T17:19:59.787Z | Checking spin v0.9.8 |
617 | 2024-10-25T17:19:59.911Z | Compiling num-conv v0.1.0 |
618 | 2024-10-25T17:19:59.979Z | Compiling anyhow v1.0.89 |
619 | 2024-10-25T17:20:00.158Z | Compiling serde_derive_internals v0.29.1 |
620 | 2024-10-25T17:20:00.193Z | Checking untrusted v0.9.0 |
621 | 2024-10-25T17:20:00.345Z | Compiling time-core v0.1.2 |
622 | 2024-10-25T17:20:00.507Z | Compiling time-macros v0.2.18 |
623 | 2024-10-25T17:20:00.739Z | Checking tracing-core v0.1.32 |
624 | 2024-10-25T17:20:01.294Z | Checking crypto-common v0.1.6 |
625 | 2024-10-25T17:20:01.371Z | Compiling thread-id v4.2.1 |
626 | 2024-10-25T17:20:01.481Z | Compiling regex-automata v0.4.6 |
627 | 2024-10-25T17:20:01.782Z | Compiling camino v1.1.9 |
628 | 2024-10-25T17:20:01.838Z | Checking rustls-pki-types v1.7.0 |
629 | 2024-10-25T17:20:02.221Z | Checking percent-encoding v2.3.1 |
630 | 2024-10-25T17:20:02.342Z | Checking tinyvec_macros v0.1.1 |
631 | 2024-10-25T17:20:02.417Z | Checking form_urlencoded v1.2.1 |
632 | 2024-10-25T17:20:02.441Z | Checking tinyvec v1.6.0 |
633 | 2024-10-25T17:20:02.605Z | Checking ppv-lite86 v0.2.17 |
634 | 2024-10-25T17:20:02.655Z | Checking atomic-waker v1.1.2 |
635 | 2024-10-25T17:20:02.779Z | Checking zeroize v1.7.0 |
636 | 2024-10-25T17:20:03.200Z | Checking rand_chacha v0.3.1 |
637 | 2024-10-25T17:20:03.493Z | Checking unicode-normalization v0.1.23 |
638 | 2024-10-25T17:20:03.530Z | Compiling usdt-impl v0.5.0 |
639 | 2024-10-25T17:20:03.772Z | Checking unicode-bidi v0.3.15 |
640 | 2024-10-25T17:20:03.867Z | Checking try-lock v0.2.5 |
641 | 2024-10-25T17:20:03.926Z | Compiling serde_derive v1.0.210 |
642 | 2024-10-25T17:20:03.995Z | Compiling zerocopy-derive v0.7.34 |
643 | 2024-10-25T17:20:04.173Z | Compiling thiserror-impl v1.0.64 |
644 | 2024-10-25T17:20:04.298Z | Compiling tokio-macros v2.4.0 |
645 | 2024-10-25T17:20:04.866Z | Compiling futures-macro v0.3.30 |
646 | 2024-10-25T17:20:05.544Z | Compiling schemars_derive v0.8.21 |
647 | 2024-10-25T17:20:05.572Z | Compiling zerocopy v0.7.34 |
648 | 2024-10-25T17:20:06.493Z | Compiling pest v2.7.10 |
649 | 2024-10-25T17:20:06.957Z | Checking futures-util v0.3.30 |
650 | 2024-10-25T17:20:07.165Z | Compiling openssl-macros v0.1.1 |
651 | 2024-10-25T17:20:07.390Z | Compiling hashbrown v0.14.5 |
652 | 2024-10-25T17:20:07.414Z | Compiling regex v1.10.6 |
653 | 2024-10-25T17:20:07.891Z | Compiling tracing-attributes v0.1.27 |
654 | 2024-10-25T17:20:07.973Z | Compiling scroll_derive v0.12.0 |
655 | 2024-10-25T17:20:08.240Z | Checking rustls-webpki v0.102.4 |
656 | 2024-10-25T17:20:08.533Z | Compiling regress v0.10.1 |
657 | 2024-10-25T17:20:08.865Z | Compiling pest_meta v2.7.10 |
658 | 2024-10-25T17:20:08.954Z | Compiling plain v0.2.3 |
659 | 2024-10-25T17:20:09.036Z | Checking want v0.3.1 |
660 | 2024-10-25T17:20:09.072Z | Compiling scroll v0.12.0 |
661 | 2024-10-25T17:20:09.198Z | Checking rand v0.8.5 |
662 | 2024-10-25T17:20:09.260Z | Checking httpdate v1.0.3 |
663 | 2024-10-25T17:20:09.633Z | Compiling goblin v0.8.2 |
664 | 2024-10-25T17:20:10.053Z | Compiling pest_generator v2.7.10 |
665 | 2024-10-25T17:20:10.422Z | Checking tracing v0.1.40 |
666 | 2024-10-25T17:20:10.695Z | Compiling pretty-hex v0.4.1 |
667 | 2024-10-25T17:20:10.876Z | Checking idna v0.5.0 |
668 | 2024-10-25T17:20:11.307Z | Compiling strum_macros v0.26.2 |
669 | 2024-10-25T17:20:11.331Z | Compiling strsim v0.11.1 |
670 | 2024-10-25T17:20:11.500Z | Checking tower-service v0.3.2 |
671 | 2024-10-25T17:20:11.611Z | Compiling unsafe-libyaml v0.2.11 |
672 | 2024-10-25T17:20:11.899Z | Checking cpufeatures v0.2.12 |
673 | 2024-10-25T17:20:11.989Z | Checking base64 v0.22.1 |
674 | 2024-10-25T17:20:12.014Z | Compiling pest_derive v2.7.10 |
675 | 2024-10-25T17:20:12.070Z | Compiling omicron-workspace-hack v0.1.0 |
676 | 2024-10-25T17:20:12.374Z | Checking url v2.5.0 |
677 | 2024-10-25T17:20:12.399Z | Compiling async-trait v0.1.83 |
678 | 2024-10-25T17:20:12.717Z | Compiling dtrace-parser v0.2.0 |
679 | 2024-10-25T17:20:12.932Z | Checking block-buffer v0.10.4 |
680 | 2024-10-25T17:20:13.107Z | Compiling rustls v0.22.4 |
681 | 2024-10-25T17:20:13.230Z | Checking foreign-types-shared v0.1.1 |
682 | 2024-10-25T17:20:13.360Z | Checking bytes v1.7.2 |
683 | 2024-10-25T17:20:13.559Z | Checking bitflags v2.6.0 |
684 | 2024-10-25T17:20:13.820Z | Checking chrono v0.4.38 |
685 | 2024-10-25T17:20:14.179Z | Compiling indexmap v2.5.0 |
686 | 2024-10-25T17:20:14.243Z | Checking tokio v1.39.3 |
687 | 2024-10-25T17:20:14.439Z | Checking uuid v1.10.0 |
688 | 2024-10-25T17:20:14.955Z | Compiling serde_tokenstream v0.2.2 |
689 | 2024-10-25T17:20:15.407Z | Compiling http v1.1.0 |
690 | 2024-10-25T17:20:16.055Z | Compiling openapiv3 v2.0.0 |
691 | 2024-10-25T17:20:16.227Z | Compiling dof v0.3.0 |
692 | 2024-10-25T17:20:16.606Z | Compiling serde_yaml v0.9.34+deprecated |
693 | 2024-10-25T17:20:16.764Z | Checking http-body v1.0.1 |
694 | 2024-10-25T17:20:16.940Z | Compiling toml_datetime v0.6.8 |
695 | 2024-10-25T17:20:17.176Z | Checking http-body-util v0.1.2 |
696 | 2024-10-25T17:20:17.540Z | Checking foreign-types v0.3.2 |
697 | 2024-10-25T17:20:17.619Z | Checking digest v0.10.7 |
698 | 2024-10-25T17:20:18.029Z | Checking encoding_rs v0.8.34 |
699 | 2024-10-25T17:20:18.879Z | Compiling typify-impl v0.2.0 |
700 | 2024-10-25T17:20:19.247Z | Compiling slog-async v2.8.0 |
701 | 2024-10-25T17:20:19.471Z | Compiling crossbeam-utils v0.8.19 |
702 | 2024-10-25T17:20:19.575Z | Checking mime v0.3.17 |
703 | 2024-10-25T17:20:19.698Z | Compiling paste v1.0.15 |
704 | 2024-10-25T17:20:19.835Z | Compiling ident_case v1.0.1 |
705 | 2024-10-25T17:20:19.921Z | Compiling usdt-macro v0.5.0 |
706 | 2024-10-25T17:20:19.999Z | Compiling darling_core v0.20.9 |
707 | 2024-10-25T17:20:20.023Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-10-25T17:20:20.324Z | Checking tokio-util v0.7.11 |
709 | 2024-10-25T17:20:20.537Z | Checking serde_urlencoded v0.7.1 |
710 | 2024-10-25T17:20:20.892Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-10-25T17:20:20.992Z | Checking h2 v0.4.6 |
712 | 2024-10-25T17:20:21.116Z | Compiling multer v3.1.0 |
713 | 2024-10-25T17:20:21.328Z | Checking openssl-probe v0.1.5 |
714 | 2024-10-25T17:20:21.573Z | Compiling rustix v0.38.34 |
715 | 2024-10-25T17:20:23.095Z | Compiling async-stream-impl v0.3.5 |
716 | 2024-10-25T17:20:24.084Z | Checking errno v0.3.9 |
717 | 2024-10-25T17:20:24.340Z | Checking hyper v1.4.1 |
718 | 2024-10-25T17:20:24.412Z | Compiling darling_macro v0.20.9 |
719 | 2024-10-25T17:20:24.516Z | Checking powerfmt v0.2.0 |
720 | 2024-10-25T17:20:24.541Z | Checking ipnet v2.9.0 |
721 | 2024-10-25T17:20:24.584Z | Checking tokio-native-tls v0.3.1 |
722 | 2024-10-25T17:20:24.827Z | Checking deranged v0.3.11 |
723 | 2024-10-25T17:20:24.985Z | Checking serde_spanned v0.6.7 |
724 | 2024-10-25T17:20:25.297Z | Compiling darling v0.20.9 |
725 | 2024-10-25T17:20:25.405Z | Checking futures-executor v0.3.30 |
726 | 2024-10-25T17:20:25.596Z | Checking webpki-roots v0.26.3 |
727 | 2024-10-25T17:20:26.085Z | Checking hyper-util v0.1.9 |
728 | 2024-10-25T17:20:26.300Z | Checking is-terminal v0.4.12 |
729 | 2024-10-25T17:20:26.417Z | Compiling dropshot v0.12.0 |
730 | 2024-10-25T17:20:26.663Z | Checking num_threads v0.1.7 |
731 | 2024-10-25T17:20:26.710Z | Checking tokio-rustls v0.26.0 |
732 | 2024-10-25T17:20:26.818Z | Checking futures v0.3.30 |
733 | 2024-10-25T17:20:26.888Z | Checking time v0.3.36 |
734 | 2024-10-25T17:20:26.920Z | Compiling serde_with_macros v3.9.0 |
735 | 2024-10-25T17:20:27.048Z | Checking sha1 v0.10.6 |
736 | 2024-10-25T17:20:27.285Z | Compiling dropshot_endpoint v0.12.0 |
737 | 2024-10-25T17:20:27.540Z | Checking hyper-rustls v0.27.3 |
738 | 2024-10-25T17:20:27.822Z | Checking hyper-tls v0.6.0 |
739 | 2024-10-25T17:20:27.846Z | Compiling structmeta-derive v0.3.0 |
740 | 2024-10-25T17:20:28.076Z | Checking sync_wrapper v1.0.1 |
741 | 2024-10-25T17:20:28.540Z | Compiling typify-macro v0.2.0 |
742 | 2024-10-25T17:20:28.866Z | Checking reqwest v0.12.7 |
743 | 2024-10-25T17:20:29.295Z | Checking strum v0.26.2 |
744 | 2024-10-25T17:20:29.831Z | Compiling structmeta v0.3.0 |
745 | 2024-10-25T17:20:29.943Z | Checking dirs-sys-next v0.1.2 |
746 | 2024-10-25T17:20:30.153Z | Checking winnow v0.6.18 |
747 | 2024-10-25T17:20:30.416Z | Checking match_cfg v0.1.0 |
748 | 2024-10-25T17:20:30.499Z | Checking hostname v0.3.1 |
749 | 2024-10-25T17:20:30.552Z | Checking progenitor-client v0.8.0 |
750 | 2024-10-25T17:20:30.811Z | Compiling parse-display-derive v0.10.0 |
751 | 2024-10-25T17:20:30.939Z | Checking dirs-next v2.0.0 |
752 | 2024-10-25T17:20:31.435Z | Checking ipnetwork v0.20.0 |
753 | 2024-10-25T17:20:31.510Z | Compiling typify v0.2.0 |
754 | 2024-10-25T17:20:31.625Z | Compiling progenitor-impl v0.8.0 |
755 | 2024-10-25T17:20:31.844Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
756 | 2024-10-25T17:20:32.490Z | Checking thread_local v1.1.8 |
757 | 2024-10-25T17:20:33.178Z | Checking term v0.7.0 |
758 | 2024-10-25T17:20:33.341Z | Checking crossbeam-channel v0.5.12 |
759 | 2024-10-25T17:20:33.571Z | Checking memmap v0.7.0 |
760 | 2024-10-25T17:20:33.756Z | Checking take_mut v0.2.2 |
761 | 2024-10-25T17:20:33.822Z | Checking usdt v0.5.0 |
762 | 2024-10-25T17:20:33.897Z | Checking slog-term v2.9.1 |
763 | 2024-10-25T17:20:34.056Z | Checking toml_edit v0.22.20 |
764 | 2024-10-25T17:20:34.322Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
765 | 2024-10-25T17:20:34.586Z | Checking slog-json v2.6.1 |
766 | 2024-10-25T17:20:35.592Z | Compiling winnow v0.5.40 |
767 | 2024-10-25T17:20:35.631Z | Checking debug-ignore v1.0.5 |
768 | 2024-10-25T17:20:36.258Z | Checking toml v0.8.19 |
769 | 2024-10-25T17:20:36.409Z | Compiling progenitor-macro v0.8.0 |
770 | 2024-10-25T17:20:36.872Z | Checking slog-bunyan v2.5.0 |
771 | 2024-10-25T17:20:37.099Z | Checking async-stream v0.3.5 |
772 | 2024-10-25T17:20:37.626Z | Checking serde_path_to_error v0.1.16 |
773 | 2024-10-25T17:20:37.651Z | Checking waitgroup v0.1.2 |
774 | 2024-10-25T17:20:37.779Z | Checking hostname v0.4.0 |
775 | 2024-10-25T17:20:37.804Z | Checking tokio-rustls v0.25.0 |
776 | 2024-10-25T17:20:38.202Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
777 | 2024-10-25T17:20:38.313Z | Compiling toml_edit v0.19.15 |
778 | 2024-10-25T17:20:38.362Z | Checking serde_with v3.9.0 |
779 | 2024-10-25T17:20:38.498Z | Checking newtype-uuid v1.1.0 |
780 | 2024-10-25T17:20:38.574Z | Compiling clap_derive v4.5.4 |
781 | 2024-10-25T17:20:38.712Z | Checking utf8parse v0.2.1 |
782 | 2024-10-25T17:20:38.960Z | Checking unicode-width v0.1.14 |
783 | 2024-10-25T17:20:39.805Z | Checking anstyle-parse v0.2.4 |
784 | 2024-10-25T17:20:40.036Z | Checking hex v0.4.3 |
785 | 2024-10-25T17:20:40.469Z | Compiling proc-macro-crate v1.3.1 |
786 | 2024-10-25T17:20:41.063Z | Checking instant v0.1.12 |
787 | 2024-10-25T17:20:41.175Z | Checking colorchoice v1.0.1 |
788 | 2024-10-25T17:20:41.261Z | Checking lazy_static v1.5.0 |
789 | 2024-10-25T17:20:41.299Z | Checking is_terminal_polyfill v1.70.0 |
790 | 2024-10-25T17:20:41.384Z | Checking anstyle-query v1.0.3 |
791 | 2024-10-25T17:20:41.415Z | Checking anstyle v1.0.7 |
792 | 2024-10-25T17:20:41.503Z | Checking backoff v0.4.0 |
793 | 2024-10-25T17:20:41.682Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-10-25T17:20:41.723Z | Checking anstream v0.6.14 |
795 | 2024-10-25T17:20:41.760Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2024-10-25T17:20:41.788Z | Checking parse-display v0.10.0 |
797 | 2024-10-25T17:20:41.829Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-10-25T17:20:42.011Z | Checking terminal_size v0.3.0 |
799 | 2024-10-25T17:20:42.063Z | Checking macaddr v1.0.1 |
800 | 2024-10-25T17:20:42.178Z | Checking regress v0.9.1 |
801 | 2024-10-25T17:20:42.746Z | Checking num-integer v0.1.46 |
802 | 2024-10-25T17:20:42.976Z | Compiling unicode-xid v0.2.4 |
803 | 2024-10-25T17:20:43.130Z | Checking clap_lex v0.7.0 |
804 | 2024-10-25T17:20:43.417Z | Checking clap_builder v4.5.2 |
805 | 2024-10-25T17:20:44.917Z | Compiling crucible-workspace-hack v0.1.0 |
806 | 2024-10-25T17:20:45.197Z | Compiling heapless v0.8.0 |
807 | 2024-10-25T17:20:45.923Z | Checking clap v4.5.4 |
808 | 2024-10-25T17:20:46.033Z | Checking num-bigint v0.4.5 |
809 | 2024-10-25T17:20:46.210Z | Compiling num_enum_derive v0.5.11 |
810 | 2024-10-25T17:20:47.057Z | Checking hash32 v0.3.1 |
811 | 2024-10-25T17:20:47.259Z | Checking stable_deref_trait v1.2.0 |
812 | 2024-10-25T17:20:47.361Z | Checking progenitor v0.8.0 |
813 | 2024-10-25T17:20:47.564Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
814 | 2024-10-25T17:20:47.664Z | Compiling smoltcp v0.11.0 |
815 | 2024-10-25T17:20:47.726Z | Checking either v1.13.0 |
816 | 2024-10-25T17:20:48.091Z | Checking fastrand v2.1.0 |
817 | 2024-10-25T17:20:48.114Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
818 | 2024-10-25T17:20:48.198Z | Checking bitflags v1.3.2 |
819 | 2024-10-25T17:20:48.308Z | Checking num_enum v0.5.11 |
820 | 2024-10-25T17:20:48.396Z | Checking num-rational v0.4.2 |
821 | 2024-10-25T17:20:48.422Z | Checking tempfile v3.10.1 |
822 | 2024-10-25T17:20:48.608Z | Checking num-iter v0.1.45 |
823 | 2024-10-25T17:20:48.755Z | Compiling synstructure v0.12.6 |
824 | 2024-10-25T17:20:48.806Z | Checking num-complex v0.4.6 |
825 | 2024-10-25T17:20:48.935Z | Compiling proc-macro-error-attr v1.0.4 |
826 | 2024-10-25T17:20:48.979Z | Checking managed v0.8.0 |
827 | 2024-10-25T17:20:49.230Z | Checking cobs v0.2.3 |
828 | 2024-10-25T17:20:49.293Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
829 | 2024-10-25T17:20:49.403Z | Checking postcard v1.0.9 |
830 | 2024-10-25T17:20:49.573Z | Checking num v0.4.3 |
831 | 2024-10-25T17:20:49.967Z | Compiling zerocopy-derive v0.2.0 |
832 | 2024-10-25T17:20:50.303Z | Compiling foreign-types-macros v0.2.3 |
833 | 2024-10-25T17:20:50.347Z | Compiling libz-sys v1.1.16 |
834 | 2024-10-25T17:20:50.911Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-10-25T17:20:51.116Z | Compiling proc-macro-error v1.0.4 |
836 | 2024-10-25T17:20:51.386Z | Checking pretty-hex v0.2.1 |
837 | 2024-10-25T17:20:51.426Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
838 | 2024-10-25T17:20:51.552Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-10-25T17:20:51.681Z | Checking foreign-types-shared v0.3.1 |
840 | 2024-10-25T17:20:51.799Z | Checking foreign-types v0.5.0 |
841 | 2024-10-25T17:20:51.847Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
842 | 2024-10-25T17:20:53.118Z | Checking tabwriter v1.4.0 |
843 | 2024-10-25T17:20:53.318Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
844 | 2024-10-25T17:20:53.341Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
845 | 2024-10-25T17:20:54.097Z | Checking cstr-argument v0.1.2 |
846 | 2024-10-25T17:20:54.195Z | Checking data-encoding v2.6.0 |
847 | 2024-10-25T17:20:54.221Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
848 | 2024-10-25T17:20:54.285Z | Compiling prettyplease v0.2.22 |
849 | 2024-10-25T17:20:54.673Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
850 | 2024-10-25T17:20:55.142Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
851 | 2024-10-25T17:20:55.842Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
852 | 2024-10-25T17:20:56.062Z | Checking colored v2.1.0 |
853 | 2024-10-25T17:20:56.915Z | Compiling libgit2-sys v0.17.0+1.8.1 |
854 | 2024-10-25T17:20:57.303Z | Checking unicode-segmentation v1.11.0 |
855 | 2024-10-25T17:20:57.369Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
856 | 2024-10-25T17:20:57.586Z | Checking float-ord v0.3.2 |
857 | 2024-10-25T17:20:57.609Z | Checking static_assertions v1.1.0 |
858 | 2024-10-25T17:20:57.702Z | Compiling semver v0.1.20 |
859 | 2024-10-25T17:20:57.874Z | Checking is_ci v1.2.0 |
860 | 2024-10-25T17:20:58.004Z | Compiling rustc_version v0.1.7 |
861 | 2024-10-25T17:20:58.030Z | Checking newline-converter v0.3.0 |
862 | 2024-10-25T17:20:58.169Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
863 | 2024-10-25T17:20:59.426Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
864 | 2024-10-25T17:20:59.536Z | Compiling zone_cfg_derive v0.3.0 |
865 | 2024-10-25T17:21:00.103Z | Checking camino-tempfile v1.1.1 |
866 | 2024-10-25T17:21:00.362Z | Checking itertools v0.10.5 |
867 | 2024-10-25T17:21:00.547Z | Checking console v0.15.8 |
868 | 2024-10-25T17:21:00.972Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
869 | 2024-10-25T17:21:01.616Z | Compiling num-derive v0.4.2 |
870 | 2024-10-25T17:21:02.218Z | Checking sigpipe v0.1.3 |
871 | 2024-10-25T17:21:02.324Z | Compiling usdt-impl v0.3.5 |
872 | 2024-10-25T17:21:02.650Z | Checking similar v2.5.0 |
873 | 2024-10-25T17:21:03.246Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
874 | 2024-10-25T17:21:03.269Z | Checking base64ct v1.6.0 |
875 | 2024-10-25T17:21:03.269Z | Compiling owo-colors v4.1.0 |
876 | 2024-10-25T17:21:03.562Z | Checking expectorate v1.1.0 |
877 | 2024-10-25T17:21:03.619Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
878 | 2024-10-25T17:21:03.651Z | Checking password-hash v0.5.0 |
879 | 2024-10-25T17:21:04.149Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2024-10-25T17:21:04.252Z | Checking zone v0.3.0 |
881 | 2024-10-25T17:21:04.324Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2024-10-25T17:21:04.368Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2024-10-25T17:21:04.554Z | Compiling newtype_derive v0.1.6 |
884 | 2024-10-25T17:21:04.655Z | Checking supports-color v3.0.1 |
885 | 2024-10-25T17:21:04.797Z | Checking supports-color v2.1.0 |
886 | 2024-10-25T17:21:04.824Z | Compiling zerocopy v0.3.2 |
887 | 2024-10-25T17:21:04.859Z | Checking blake2 v0.10.6 |
888 | 2024-10-25T17:21:04.885Z | Compiling cargo-platform v0.1.8 |
889 | 2024-10-25T17:21:04.932Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-10-25T17:21:04.972Z | Checking smf v0.2.3 |
891 | 2024-10-25T17:21:05.203Z | Compiling zerocopy-derive v0.6.6 |
892 | 2024-10-25T17:21:05.306Z | Compiling serde_repr v0.1.19 |
893 | 2024-10-25T17:21:05.329Z | Compiling vergen v8.3.2 |
894 | 2024-10-25T17:21:05.367Z | Checking base64 v0.21.7 |
895 | 2024-10-25T17:21:05.633Z | Checking whoami v1.5.1 |
896 | 2024-10-25T17:21:05.769Z | Compiling cancel-safe-futures v0.1.5 |
897 | 2024-10-25T17:21:05.849Z | Checking fixedbitset v0.4.2 |
898 | 2024-10-25T17:21:06.094Z | Checking petgraph v0.6.5 |
899 | 2024-10-25T17:21:06.144Z | Checking hubpack v0.1.2 |
900 | 2024-10-25T17:21:06.267Z | Compiling dof v0.1.5 |
901 | 2024-10-25T17:21:06.430Z | Checking argon2 v0.5.3 |
902 | 2024-10-25T17:21:06.699Z | Checking zerocopy v0.6.6 |
903 | 2024-10-25T17:21:06.940Z | Compiling cargo_metadata v0.18.1 |
904 | 2024-10-25T17:21:08.038Z | Compiling rustc_version v0.4.0 |
905 | 2024-10-25T17:21:08.447Z | Checking serde-big-array v0.5.1 |
906 | 2024-10-25T17:21:08.556Z | Compiling dtrace-parser v0.1.14 |
907 | 2024-10-25T17:21:08.652Z | Compiling strum_macros v0.25.3 |
908 | 2024-10-25T17:21:08.773Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2024-10-25T17:21:09.229Z | Compiling cookie v0.18.1 |
910 | 2024-10-25T17:21:09.409Z | Compiling slog-dtrace v0.3.0 |
911 | 2024-10-25T17:21:09.459Z | Compiling cfg_aliases v0.2.1 |
912 | 2024-10-25T17:21:09.533Z | Compiling convert_case v0.4.0 |
913 | 2024-10-25T17:21:09.731Z | Compiling rustls v0.21.12 |
914 | 2024-10-25T17:21:09.821Z | Compiling nix v0.29.0 |
915 | 2024-10-25T17:21:10.079Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
916 | 2024-10-25T17:21:10.207Z | Compiling derive_more v0.99.18 |
917 | 2024-10-25T17:21:10.273Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-10-25T17:21:10.530Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
919 | 2024-10-25T17:21:11.141Z | Checking atomicwrites v0.4.4 |
920 | 2024-10-25T17:21:11.266Z | Checking itertools v0.13.0 |
921 | 2024-10-25T17:21:11.316Z | Checking libsw v3.3.1 |
922 | 2024-10-25T17:21:11.360Z | Compiling serde_tokenstream v0.1.7 |
923 | 2024-10-25T17:21:11.395Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
924 | 2024-10-25T17:21:11.512Z | Checking sct v0.7.1 |
925 | 2024-10-25T17:21:11.555Z | Checking rustls-webpki v0.101.7 |
926 | 2024-10-25T17:21:11.696Z | Checking idna v0.4.0 |
927 | 2024-10-25T17:21:11.810Z | Compiling enum-as-inner v0.6.0 |
928 | 2024-10-25T17:21:12.148Z | Compiling derive-where v1.2.7 |
929 | 2024-10-25T17:21:12.329Z | Checking inout v0.1.3 |
930 | 2024-10-25T17:21:12.508Z | Checking linear-map v1.2.0 |
931 | 2024-10-25T17:21:12.682Z | Checking quick-error v1.2.3 |
932 | 2024-10-25T17:21:12.797Z | Compiling radium v0.7.0 |
933 | 2024-10-25T17:21:12.822Z | Checking utf-8 v0.7.6 |
934 | 2024-10-25T17:21:13.201Z | Checking highway v1.2.0 |
935 | 2024-10-25T17:21:13.382Z | Checking linked-hash-map v0.5.6 |
936 | 2024-10-25T17:21:13.555Z | Checking indent_write v2.2.0 |
937 | 2024-10-25T17:21:13.672Z | Checking swrite v0.1.0 |
938 | 2024-10-25T17:21:13.738Z | Checking lru-cache v0.1.2 |
939 | 2024-10-25T17:21:13.786Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
940 | 2024-10-25T17:21:13.939Z | Checking tungstenite v0.21.0 |
941 | 2024-10-25T17:21:14.571Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
942 | 2024-10-25T17:21:14.700Z | Checking resolv-conf v0.7.0 |
943 | 2024-10-25T17:21:14.925Z | Checking hickory-proto v0.24.1 |
944 | 2024-10-25T17:21:15.007Z | Checking cipher v0.4.4 |
945 | 2024-10-25T17:21:15.064Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-10-25T17:21:15.668Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-10-25T17:21:16.607Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-10-25T17:21:17.903Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2024-10-25T17:21:18.000Z | Checking steno v0.4.1 |
950 | 2024-10-25T17:21:18.574Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-10-25T17:21:18.851Z | Checking crossbeam-epoch v0.9.18 |
952 | 2024-10-25T17:21:19.219Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2024-10-25T17:21:19.246Z | Checking hashlink v0.9.1 |
954 | 2024-10-25T17:21:19.334Z | Compiling rayon-core v1.12.1 |
955 | 2024-10-25T17:21:19.493Z | Checking humantime v2.1.0 |
956 | 2024-10-25T17:21:19.518Z | Checking fallible-iterator v0.3.0 |
957 | 2024-10-25T17:21:19.634Z | Checking tap v1.0.1 |
958 | 2024-10-25T17:21:19.775Z | Checking fallible-streaming-iterator v0.1.9 |
959 | 2024-10-25T17:21:19.799Z | Checking wyz v0.5.1 |
960 | 2024-10-25T17:21:19.849Z | Checking crossbeam-deque v0.8.5 |
961 | 2024-10-25T17:21:19.927Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
962 | 2024-10-25T17:21:20.081Z | Checking rusqlite v0.32.1 |
963 | 2024-10-25T17:21:20.139Z | Checking hickory-resolver v0.24.1 |
964 | 2024-10-25T17:21:20.163Z | Checking tokio-rustls v0.24.1 |
965 | 2024-10-25T17:21:20.391Z | Checking tokio-tungstenite v0.21.0 |
966 | 2024-10-25T17:21:20.795Z | Compiling usdt-macro v0.3.5 |
967 | 2024-10-25T17:21:20.819Z | Compiling usdt-attr-macro v0.3.5 |
968 | 2024-10-25T17:21:21.351Z | Checking rustls-pemfile v1.0.4 |
969 | 2024-10-25T17:21:21.395Z | Checking twox-hash v1.6.3 |
970 | 2024-10-25T17:21:21.554Z | Compiling num_enum_derive v0.7.2 |
971 | 2024-10-25T17:21:21.794Z | Checking universal-hash v0.5.1 |
972 | 2024-10-25T17:21:21.877Z | Checking atty v0.2.14 |
973 | 2024-10-25T17:21:22.002Z | Checking opaque-debug v0.3.1 |
974 | 2024-10-25T17:21:22.028Z | Checking funty v2.0.0 |
975 | 2024-10-25T17:21:22.091Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-10-25T17:21:22.411Z | Checking polyval v0.6.2 |
977 | 2024-10-25T17:21:22.529Z | Checking usdt v0.3.5 |
978 | 2024-10-25T17:21:22.640Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2024-10-25T17:21:22.773Z | Checking bitvec v1.0.1 |
980 | 2024-10-25T17:21:23.328Z | Checking ctr v0.9.2 |
981 | 2024-10-25T17:21:23.376Z | Checking aes v0.8.4 |
982 | 2024-10-25T17:21:23.522Z | Checking num_enum v0.7.2 |
983 | 2024-10-25T17:21:23.613Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
984 | 2024-10-25T17:21:23.702Z | Checking bincode v1.3.3 |
985 | 2024-10-25T17:21:23.816Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
986 | 2024-10-25T17:21:24.132Z | Checking aead v0.5.2 |
987 | 2024-10-25T17:21:24.156Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
988 | 2024-10-25T17:21:24.181Z | Checking rayon v1.10.0 |
989 | 2024-10-25T17:21:24.347Z | Checking aes-gcm-siv v0.11.1 |
990 | 2024-10-25T17:21:24.578Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
991 | 2024-10-25T17:21:24.671Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
992 | 2024-10-25T17:21:24.699Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
993 | 2024-10-25T17:21:24.893Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
994 | 2024-10-25T17:21:24.986Z | Compiling bitstruct_derive v0.1.0 |
995 | 2024-10-25T17:21:25.032Z | Compiling async-recursion v1.1.1 |
996 | 2024-10-25T17:21:25.243Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
997 | 2024-10-25T17:21:25.370Z | Checking ringbuffer v0.15.0 |
998 | 2024-10-25T17:21:25.704Z | Compiling cfg_aliases v0.1.1 |
999 | 2024-10-25T17:21:25.815Z | Checking ascii v1.1.0 |
1000 | 2024-10-25T17:21:26.056Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1001 | 2024-10-25T17:21:26.080Z | Checking typeid v1.0.0 |
1002 | 2024-10-25T17:21:26.164Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1003 | 2024-10-25T17:21:26.205Z | Checking erased-serde v0.4.5 |
1004 | 2024-10-25T17:21:26.230Z | Checking bitstruct v0.1.1 |
1005 | 2024-10-25T17:21:26.335Z | Compiling nix v0.28.0 |
1006 | 2024-10-25T17:21:26.601Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1007 | 2024-10-25T17:21:26.683Z | Checking toml v0.7.8 |
1008 | 2024-10-25T17:21:26.928Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1009 | 2024-10-25T17:21:26.952Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1010 | 2024-10-25T17:21:26.952Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1011 | 2024-10-25T17:21:26.995Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1012 | 2024-10-25T17:21:27.098Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1013 | 2024-10-25T17:21:27.212Z | Checking serde_arrays v0.1.0 |
1014 | 2024-10-25T17:21:27.236Z | Checking libloading v0.7.4 |
1015 | 2024-10-25T17:21:27.296Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1016 | 2024-10-25T17:21:27.390Z | Compiling const_format_proc_macros v0.2.32 |
1017 | 2024-10-25T17:21:27.414Z | Checking kstat-rs v0.2.4 |
1018 | 2024-10-25T17:21:27.458Z | Compiling escargot v0.5.10 |
1019 | 2024-10-25T17:21:27.597Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1020 | 2024-10-25T17:21:27.714Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1021 | 2024-10-25T17:21:27.876Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1022 | 2024-10-25T17:21:28.070Z | Checking ron v0.8.1 |
1023 | 2024-10-25T17:21:28.228Z | Checking xattr v1.3.1 |
1024 | 2024-10-25T17:21:28.654Z | Checking filetime v0.2.23 |
1025 | 2024-10-25T17:21:28.678Z | Checking bstr v1.9.1 |
1026 | 2024-10-25T17:21:28.878Z | Checking const_format v0.2.32 |
1027 | 2024-10-25T17:21:28.903Z | Checking bit_field v0.10.2 |
1028 | 2024-10-25T17:21:29.092Z | Checking ctrlc v3.4.4 |
1029 | 2024-10-25T17:21:29.116Z | Checking tar v0.4.40 |
1030 | 2024-10-25T17:21:29.361Z | Checking globset v0.4.14 |
1031 | 2024-10-25T17:21:29.814Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1032 | 2024-10-25T17:21:29.838Z | Checking fatfs v0.3.6 |
1033 | 2024-10-25T17:21:30.184Z | Checking glob v0.3.1 |
1034 | 2024-10-25T17:21:31.421Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1035 | 2024-10-25T17:21:32.177Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1036 | 2024-10-25T17:21:32.886Z | Compiling git2 v0.19.0 |
1037 | 2024-10-25T17:21:33.805Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1038 | 2024-10-25T17:21:38.486Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1039 | 2024-10-25T17:21:39.268Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1040 | 2024-10-25T17:21:46.317Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1041 | 2024-10-25T17:21:52.964Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1042 | 2024-10-25T17:22:04.087Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1043 | 2024-10-25T17:22:04.087Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1044 | 2024-10-25T17:22:21.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s |
1045 | 2024-10-25T17:22:21.789Z | |
1046 | 2024-10-25T17:22:21.789Z | real 2:51.418071456 |
1047 | 2024-10-25T17:22:21.789Z | user 10:41.883954912 |
1048 | 2024-10-25T17:22:21.789Z | sys 2:53.893407765 |
1049 | 2024-10-25T17:22:21.789Z | trap 0.294187984 |
1050 | 2024-10-25T17:22:21.789Z | tflt 0.893672169 |
1051 | 2024-10-25T17:22:21.789Z | dflt 0.463839073 |
1052 | 2024-10-25T17:22:21.789Z | kflt 0.002291773 |
1053 | 2024-10-25T17:22:21.789Z | lock 13:36.366966659 |
1054 | 2024-10-25T17:22:21.789Z | slp 43:14.945369747 |
1055 | 2024-10-25T17:22:21.789Z | lat 55.561656943 |
1056 | 2024-10-25T17:22:21.789Z | stop 3:06.337980238 |
1057 | 2024-10-25T17:22:21.814Z | + ptime -m cargo clippy --features falcon --all-targets |
1058 | 2024-10-25T17:22:22.433Z | Downloading crates ... |
1059 | 2024-10-25T17:22:22.655Z | Downloaded fragile v2.0.0 |
1060 | 2024-10-25T17:22:22.679Z | Downloaded downcast v0.11.0 |
1061 | 2024-10-25T17:22:22.679Z | Downloaded mockall v0.12.1 |
1062 | 2024-10-25T17:22:22.679Z | Downloaded bytemuck v1.16.0 |
1063 | 2024-10-25T17:22:22.679Z | Downloaded slog-scope v4.4.0 |
1064 | 2024-10-25T17:22:22.679Z | Downloaded serde_test v1.0.176 |
1065 | 2024-10-25T17:22:22.679Z | Downloaded predicates v3.1.0 |
1066 | 2024-10-25T17:22:22.679Z | Downloaded fdeflate v0.3.4 |
1067 | 2024-10-25T17:22:22.679Z | Downloaded slog-stdlog v4.1.1 |
1068 | 2024-10-25T17:22:22.704Z | Downloaded termtree v0.4.1 |
1069 | 2024-10-25T17:22:22.704Z | Downloaded simd-adler32 v0.3.7 |
1070 | 2024-10-25T17:22:22.704Z | Downloaded miniz_oxide v0.7.2 |
1071 | 2024-10-25T17:22:22.704Z | Downloaded slog-envlogger v2.2.0 |
1072 | 2024-10-25T17:22:22.704Z | Downloaded predicates-tree v1.0.9 |
1073 | 2024-10-25T17:22:22.704Z | Downloaded png v0.17.13 |
1074 | 2024-10-25T17:22:22.729Z | Downloaded mockall_derive v0.12.1 |
1075 | 2024-10-25T17:22:22.729Z | Downloaded predicates-core v1.0.6 |
1076 | 2024-10-25T17:22:22.729Z | Downloaded flate2 v1.0.30 |
1077 | 2024-10-25T17:22:22.729Z | Downloaded arc-swap v1.7.1 |
1078 | 2024-10-25T17:22:22.729Z | Downloaded crc32fast v1.4.0 |
1079 | 2024-10-25T17:22:22.825Z | Downloaded image v0.25.1 |
1080 | 2024-10-25T17:22:23.113Z | Checking log v0.4.22 |
1081 | 2024-10-25T17:22:23.138Z | Checking tokio v1.39.3 |
1082 | 2024-10-25T17:22:23.162Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1083 | 2024-10-25T17:22:23.186Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1084 | 2024-10-25T17:22:23.186Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1085 | 2024-10-25T17:22:23.186Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1086 | 2024-10-25T17:22:23.212Z | Checking simd-adler32 v0.3.7 |
1087 | 2024-10-25T17:22:23.236Z | Compiling crc32fast v1.4.0 |
1088 | 2024-10-25T17:22:23.340Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1089 | 2024-10-25T17:22:23.365Z | Checking native-tls v0.2.11 |
1090 | 2024-10-25T17:22:23.406Z | Checking goblin v0.8.2 |
1091 | 2024-10-25T17:22:23.431Z | Checking typify-impl v0.2.0 |
1092 | 2024-10-25T17:22:23.503Z | Checking rustls v0.22.4 |
1093 | 2024-10-25T17:22:23.533Z | Checking tungstenite v0.21.0 |
1094 | 2024-10-25T17:22:23.625Z | Checking rustls v0.21.12 |
1095 | 2024-10-25T17:22:23.659Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1096 | 2024-10-25T17:22:23.728Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1097 | 2024-10-25T17:22:23.972Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1098 | 2024-10-25T17:22:24.112Z | Checking adler v1.0.2 |
1099 | 2024-10-25T17:22:24.247Z | Checking miniz_oxide v0.7.2 |
1100 | 2024-10-25T17:22:24.370Z | Checking arc-swap v1.7.1 |
1101 | 2024-10-25T17:22:24.440Z | Checking fdeflate v0.3.4 |
1102 | 2024-10-25T17:22:24.764Z | Checking slog-scope v4.4.0 |
1103 | 2024-10-25T17:22:24.895Z | Checking bytemuck v1.16.0 |
1104 | 2024-10-25T17:22:24.942Z | Checking slog-stdlog v4.1.1 |
1105 | 2024-10-25T17:22:24.967Z | Checking flate2 v1.0.30 |
1106 | 2024-10-25T17:22:25.076Z | Checking predicates-core v1.0.6 |
1107 | 2024-10-25T17:22:25.228Z | Checking slog-envlogger v2.2.0 |
1108 | 2024-10-25T17:22:25.258Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1109 | 2024-10-25T17:22:25.402Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1110 | 2024-10-25T17:22:25.480Z | Checking png v0.17.13 |
1111 | 2024-10-25T17:22:25.518Z | Checking typify v0.2.0 |
1112 | 2024-10-25T17:22:25.622Z | Checking progenitor-impl v0.8.0 |
1113 | 2024-10-25T17:22:25.879Z | Checking termtree v0.4.1 |
1114 | 2024-10-25T17:22:26.036Z | Checking predicates-tree v1.0.9 |
1115 | 2024-10-25T17:22:26.156Z | Checking predicates v3.1.0 |
1116 | 2024-10-25T17:22:26.458Z | Checking image v0.25.1 |
1117 | 2024-10-25T17:22:26.554Z | Compiling mockall_derive v0.12.1 |
1118 | 2024-10-25T17:22:26.596Z | Checking downcast v0.11.0 |
1119 | 2024-10-25T17:22:26.620Z | Checking fragile v2.0.0 |
1120 | 2024-10-25T17:22:26.760Z | Checking globset v0.4.14 |
1121 | 2024-10-25T17:22:26.833Z | Checking escargot v0.5.10 |
1122 | 2024-10-25T17:22:27.028Z | Checking fatfs v0.3.6 |
1123 | 2024-10-25T17:22:27.163Z | Checking serde_test v1.0.176 |
1124 | 2024-10-25T17:22:27.520Z | Checking dof v0.3.0 |
1125 | 2024-10-25T17:22:27.659Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1126 | 2024-10-25T17:22:28.016Z | Checking usdt-impl v0.5.0 |
1127 | 2024-10-25T17:22:28.448Z | Checking usdt v0.5.0 |
1128 | 2024-10-25T17:22:28.664Z | Checking slog-dtrace v0.3.0 |
1129 | 2024-10-25T17:22:29.205Z | Checking tokio-util v0.7.11 |
1130 | 2024-10-25T17:22:29.205Z | Checking tokio-rustls v0.26.0 |
1131 | 2024-10-25T17:22:29.234Z | Checking tokio-native-tls v0.3.1 |
1132 | 2024-10-25T17:22:29.264Z | Checking tokio-rustls v0.25.0 |
1133 | 2024-10-25T17:22:29.307Z | Checking backoff v0.4.0 |
1134 | 2024-10-25T17:22:29.459Z | Checking tokio-tungstenite v0.21.0 |
1135 | 2024-10-25T17:22:29.483Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1136 | 2024-10-25T17:22:29.557Z | Checking zone v0.3.0 |
1137 | 2024-10-25T17:22:29.582Z | Checking libsw v3.3.1 |
1138 | 2024-10-25T17:22:29.606Z | Checking cancel-safe-futures v0.1.5 |
1139 | 2024-10-25T17:22:29.701Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1140 | 2024-10-25T17:22:29.787Z | Checking hickory-proto v0.24.1 |
1141 | 2024-10-25T17:22:29.855Z | Checking steno v0.4.1 |
1142 | 2024-10-25T17:22:29.923Z | Checking h2 v0.4.6 |
1143 | 2024-10-25T17:22:29.962Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1144 | 2024-10-25T17:22:30.202Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1145 | 2024-10-25T17:22:31.025Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1146 | 2024-10-25T17:22:31.183Z | Checking tokio-rustls v0.24.1 |
1147 | 2024-10-25T17:22:31.262Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1148 | 2024-10-25T17:22:31.478Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1149 | 2024-10-25T17:22:31.558Z | Checking mockall v0.12.1 |
1150 | 2024-10-25T17:22:32.717Z | Checking hickory-resolver v0.24.1 |
1151 | 2024-10-25T17:22:33.185Z | Checking hyper v1.4.1 |
1152 | 2024-10-25T17:22:34.818Z | Checking hyper-util v0.1.9 |
1153 | 2024-10-25T17:22:36.163Z | Checking hyper-tls v0.6.0 |
1154 | 2024-10-25T17:22:36.163Z | Checking hyper-rustls v0.27.3 |
1155 | 2024-10-25T17:22:36.188Z | Checking dropshot v0.12.0 |
1156 | 2024-10-25T17:22:36.455Z | Checking reqwest v0.12.7 |
1157 | 2024-10-25T17:22:37.825Z | Checking progenitor-client v0.8.0 |
1158 | 2024-10-25T17:22:38.068Z | Checking progenitor v0.8.0 |
1159 | 2024-10-25T17:22:38.218Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1160 | 2024-10-25T17:22:38.218Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1161 | 2024-10-25T17:22:38.243Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1162 | 2024-10-25T17:22:38.243Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1163 | 2024-10-25T17:22:39.019Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1164 | 2024-10-25T17:22:39.858Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1165 | 2024-10-25T17:22:41.906Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1166 | 2024-10-25T17:22:44.138Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1167 | 2024-10-25T17:22:49.489Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1168 | 2024-10-25T17:22:49.489Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1169 | 2024-10-25T17:22:49.489Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-10-25T17:22:49.514Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1171 | 2024-10-25T17:22:51.471Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1172 | 2024-10-25T17:22:51.959Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1173 | 2024-10-25T17:22:52.041Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1174 | 2024-10-25T17:22:52.041Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1175 | 2024-10-25T17:22:52.809Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1176 | 2024-10-25T17:22:53.094Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-10-25T17:22:53.149Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-10-25T17:23:05.200Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-10-25T17:23:12.537Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-10-25T17:23:13.266Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1181 | 2024-10-25T17:23:18.133Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1182 | 2024-10-25T17:23:35.047Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1183 | 2024-10-25T17:23:35.073Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1184 | 2024-10-25T17:23:54.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1185 | 2024-10-25T17:23:54.921Z | |
1186 | 2024-10-25T17:23:54.947Z | real 1:33.119710459 |
1187 | 2024-10-25T17:23:54.947Z | user 3:15.089772722 |
1188 | 2024-10-25T17:23:54.947Z | sys 31.827200186 |
1189 | 2024-10-25T17:23:54.947Z | trap 0.053025958 |
1190 | 2024-10-25T17:23:54.948Z | tflt 0.138604130 |
1191 | 2024-10-25T17:23:54.948Z | dflt 0.017334560 |
1192 | 2024-10-25T17:23:54.948Z | kflt 0.000012594 |
1193 | 2024-10-25T17:23:54.948Z | lock 5:24.219019813 |
1194 | 2024-10-25T17:23:54.948Z | slp 10:54.164395600 |
1195 | 2024-10-25T17:23:54.948Z | lat 5.681683311 |
1196 | 2024-10-25T17:23:54.948Z | stop 13.102183406 |
1197 | 2024-10-25T17:23:54.948Z | + banner build |
1198 | 2024-10-25T17:23:54.948Z | |
1199 | 2024-10-25T17:23:54.948Z | ##### # # # # ##### |
1200 | 2024-10-25T17:23:54.948Z | # # # # # # # # |
1201 | 2024-10-25T17:23:54.948Z | ##### # # # # # # |
1202 | 2024-10-25T17:23:54.948Z | # # # # # # # # |
1203 | 2024-10-25T17:23:54.948Z | # # # # # # # # |
1204 | 2024-10-25T17:23:54.948Z | ##### #### # ###### ##### |
1205 | 2024-10-25T17:23:54.948Z | |
1206 | 2024-10-25T17:23:54.948Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1207 | 2024-10-25T17:23:55.819Z | Compiling proc-macro2 v1.0.86 |
1208 | 2024-10-25T17:23:55.819Z | Compiling unicode-ident v1.0.13 |
1209 | 2024-10-25T17:23:55.819Z | Compiling libc v0.2.159 |
1210 | 2024-10-25T17:23:55.844Z | Compiling serde v1.0.210 |
1211 | 2024-10-25T17:23:55.844Z | Compiling version_check v0.9.5 |
1212 | 2024-10-25T17:23:55.844Z | Compiling once_cell v1.19.0 |
1213 | 2024-10-25T17:23:55.844Z | Compiling autocfg v1.3.0 |
1214 | 2024-10-25T17:23:55.844Z | Compiling cfg-if v1.0.0 |
1215 | 2024-10-25T17:23:55.995Z | Compiling memchr v2.7.2 |
1216 | 2024-10-25T17:23:56.051Z | Compiling thiserror v1.0.64 |
1217 | 2024-10-25T17:23:56.242Z | Compiling libm v0.2.8 |
1218 | 2024-10-25T17:23:56.406Z | Compiling ahash v0.8.11 |
1219 | 2024-10-25T17:23:56.526Z | Compiling byteorder v1.5.0 |
1220 | 2024-10-25T17:23:56.579Z | Compiling itoa v1.0.11 |
1221 | 2024-10-25T17:23:56.743Z | Compiling lock_api v0.4.12 |
1222 | 2024-10-25T17:23:56.767Z | Compiling parking_lot_core v0.9.10 |
1223 | 2024-10-25T17:23:57.101Z | Compiling ryu v1.0.18 |
1224 | 2024-10-25T17:23:57.140Z | Compiling serde_json v1.0.128 |
1225 | 2024-10-25T17:23:57.340Z | Compiling quote v1.0.37 |
1226 | 2024-10-25T17:23:57.375Z | Compiling slab v0.4.9 |
1227 | 2024-10-25T17:23:57.495Z | Compiling pkg-config v0.3.30 |
1228 | 2024-10-25T17:23:57.691Z | Compiling syn v2.0.77 |
1229 | 2024-10-25T17:23:57.715Z | Compiling jobserver v0.1.31 |
1230 | 2024-10-25T17:23:57.792Z | Compiling getrandom v0.2.14 |
1231 | 2024-10-25T17:23:57.880Z | Compiling vcpkg v0.2.15 |
1232 | 2024-10-25T17:23:57.909Z | Compiling allocator-api2 v0.2.18 |
1233 | 2024-10-25T17:23:58.015Z | Compiling schemars v0.8.21 |
1234 | 2024-10-25T17:23:58.152Z | Compiling cc v1.0.97 |
1235 | 2024-10-25T17:23:58.350Z | Compiling pin-project-lite v0.2.14 |
1236 | 2024-10-25T17:23:58.564Z | Compiling num-traits v0.2.19 |
1237 | 2024-10-25T17:23:58.592Z | Compiling log v0.4.22 |
1238 | 2024-10-25T17:23:58.793Z | Compiling smallvec v1.13.2 |
1239 | 2024-10-25T17:23:59.112Z | Compiling equivalent v1.0.1 |
1240 | 2024-10-25T17:23:59.143Z | Compiling scopeguard v1.2.0 |
1241 | 2024-10-25T17:23:59.166Z | Compiling typenum v1.17.0 |
1242 | 2024-10-25T17:23:59.237Z | Compiling signal-hook-registry v1.4.2 |
1243 | 2024-10-25T17:23:59.293Z | Compiling mio v1.0.2 |
1244 | 2024-10-25T17:23:59.849Z | Compiling parking_lot v0.12.2 |
1245 | 2024-10-25T17:23:59.912Z | Compiling socket2 v0.5.7 |
1246 | 2024-10-25T17:24:00.378Z | Compiling httparse v1.8.0 |
1247 | 2024-10-25T17:24:00.629Z | Compiling generic-array v0.14.7 |
1248 | 2024-10-25T17:24:00.754Z | Compiling ring v0.17.8 |
1249 | 2024-10-25T17:24:00.787Z | Compiling fnv v1.0.7 |
1250 | 2024-10-25T17:24:00.933Z | Compiling futures-core v0.3.30 |
1251 | 2024-10-25T17:24:01.276Z | Compiling openssl-sys v0.9.103 |
1252 | 2024-10-25T17:24:01.439Z | Compiling rand_core v0.6.4 |
1253 | 2024-10-25T17:24:01.511Z | Compiling semver v1.0.23 |
1254 | 2024-10-25T17:24:01.560Z | Compiling iana-time-zone v0.1.60 |
1255 | 2024-10-25T17:24:01.609Z | Compiling slog v2.7.0 |
1256 | 2024-10-25T17:24:01.633Z | Compiling futures-sink v0.3.30 |
1257 | 2024-10-25T17:24:01.764Z | Compiling ucd-trie v0.1.6 |
1258 | 2024-10-25T17:24:02.088Z | Compiling subtle v2.5.0 |
1259 | 2024-10-25T17:24:02.117Z | Compiling heck v0.5.0 |
1260 | 2024-10-25T17:24:02.168Z | Compiling dyn-clone v1.0.17 |
1261 | 2024-10-25T17:24:02.338Z | Compiling futures-channel v0.3.30 |
1262 | 2024-10-25T17:24:02.363Z | Compiling futures-io v0.3.30 |
1263 | 2024-10-25T17:24:02.363Z | Compiling futures-task v0.3.30 |
1264 | 2024-10-25T17:24:02.388Z | Compiling pin-utils v0.1.0 |
1265 | 2024-10-25T17:24:02.472Z | Compiling rustversion v1.0.17 |
1266 | 2024-10-25T17:24:02.497Z | Compiling syn v1.0.109 |
1267 | 2024-10-25T17:24:02.640Z | Compiling openssl v0.10.66 |
1268 | 2024-10-25T17:24:03.022Z | Compiling aho-corasick v1.1.3 |
1269 | 2024-10-25T17:24:03.346Z | Compiling serde_derive_internals v0.29.1 |
1270 | 2024-10-25T17:24:03.719Z | Compiling rustls v0.23.10 |
1271 | 2024-10-25T17:24:04.015Z | Compiling native-tls v0.2.11 |
1272 | 2024-10-25T17:24:04.047Z | Compiling regex-syntax v0.8.4 |
1273 | 2024-10-25T17:24:04.997Z | Compiling spin v0.9.8 |
1274 | 2024-10-25T17:24:05.222Z | Compiling heck v0.4.1 |
1275 | 2024-10-25T17:24:05.556Z | Compiling anyhow v1.0.89 |
1276 | 2024-10-25T17:24:06.025Z | Compiling time-core v0.1.2 |
1277 | 2024-10-25T17:24:06.177Z | Compiling num-conv v0.1.0 |
1278 | 2024-10-25T17:24:06.208Z | Compiling untrusted v0.9.0 |
1279 | 2024-10-25T17:24:06.397Z | Compiling tracing-core v0.1.32 |
1280 | 2024-10-25T17:24:06.432Z | Compiling time-macros v0.2.18 |
1281 | 2024-10-25T17:24:07.066Z | Compiling regex-automata v0.4.6 |
1282 | 2024-10-25T17:24:07.196Z | Compiling serde_derive v1.0.210 |
1283 | 2024-10-25T17:24:08.187Z | Compiling zerocopy-derive v0.7.34 |
1284 | 2024-10-25T17:24:08.243Z | Compiling thiserror-impl v1.0.64 |
1285 | 2024-10-25T17:24:08.514Z | Compiling tokio-macros v2.4.0 |
1286 | 2024-10-25T17:24:08.649Z | Compiling schemars_derive v0.8.21 |
1287 | 2024-10-25T17:24:09.790Z | Compiling zerocopy v0.7.34 |
1288 | 2024-10-25T17:24:09.814Z | Compiling futures-macro v0.3.30 |
1289 | 2024-10-25T17:24:10.931Z | Compiling pest v2.7.10 |
1290 | 2024-10-25T17:24:11.261Z | Compiling futures-util v0.3.30 |
1291 | 2024-10-25T17:24:11.496Z | Compiling hashbrown v0.14.5 |
1292 | 2024-10-25T17:24:12.089Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-10-25T17:24:12.632Z | Compiling regex v1.10.6 |
1294 | 2024-10-25T17:24:12.961Z | Compiling pest_meta v2.7.10 |
1295 | 2024-10-25T17:24:13.235Z | Compiling scroll_derive v0.12.0 |
1296 | 2024-10-25T17:24:13.424Z | Compiling tracing-attributes v0.1.27 |
1297 | 2024-10-25T17:24:13.806Z | Compiling crypto-common v0.1.6 |
1298 | 2024-10-25T17:24:14.057Z | Compiling pest_generator v2.7.10 |
1299 | 2024-10-25T17:24:14.375Z | Compiling thread-id v4.2.1 |
1300 | 2024-10-25T17:24:15.263Z | Compiling regress v0.10.1 |
1301 | 2024-10-25T17:24:15.306Z | Compiling rustls-pki-types v1.7.0 |
1302 | 2024-10-25T17:24:15.901Z | Compiling tracing v0.1.40 |
1303 | 2024-10-25T17:24:16.010Z | Compiling pest_derive v2.7.10 |
1304 | 2024-10-25T17:24:16.323Z | Compiling percent-encoding v2.3.1 |
1305 | 2024-10-25T17:24:16.475Z | Compiling tinyvec_macros v0.1.1 |
1306 | 2024-10-25T17:24:16.561Z | Compiling form_urlencoded v1.2.1 |
1307 | 2024-10-25T17:24:16.715Z | Compiling camino v1.1.9 |
1308 | 2024-10-25T17:24:16.764Z | Compiling tinyvec v1.6.0 |
1309 | 2024-10-25T17:24:16.998Z | Compiling usdt-impl v0.5.0 |
1310 | 2024-10-25T17:24:17.040Z | Compiling ppv-lite86 v0.2.17 |
1311 | 2024-10-25T17:24:17.207Z | Compiling zeroize v1.7.0 |
1312 | 2024-10-25T17:24:17.508Z | Compiling bytes v1.7.2 |
1313 | 2024-10-25T17:24:17.922Z | Compiling indexmap v2.5.0 |
1314 | 2024-10-25T17:24:18.111Z | Compiling uuid v1.10.0 |
1315 | 2024-10-25T17:24:18.588Z | Compiling tokio v1.39.3 |
1316 | 2024-10-25T17:24:18.712Z | Compiling chrono v0.4.38 |
1317 | 2024-10-25T17:24:18.776Z | Compiling serde_tokenstream v0.2.2 |
1318 | 2024-10-25T17:24:19.095Z | Compiling bitflags v2.6.0 |
1319 | 2024-10-25T17:24:19.288Z | Compiling http v1.1.0 |
1320 | 2024-10-25T17:24:19.985Z | Compiling atomic-waker v1.1.2 |
1321 | 2024-10-25T17:24:20.142Z | Compiling unicode-normalization v0.1.23 |
1322 | 2024-10-25T17:24:20.602Z | Compiling rand_chacha v0.3.1 |
1323 | 2024-10-25T17:24:22.051Z | Compiling http-body v1.0.1 |
1324 | 2024-10-25T17:24:22.149Z | Compiling rustls-webpki v0.102.4 |
1325 | 2024-10-25T17:24:22.273Z | Compiling scroll v0.12.0 |
1326 | 2024-10-25T17:24:22.737Z | Compiling plain v0.2.3 |
1327 | 2024-10-25T17:24:22.876Z | Compiling unicode-bidi v0.3.15 |
1328 | 2024-10-25T17:24:23.381Z | Compiling typify-impl v0.2.0 |
1329 | 2024-10-25T17:24:24.360Z | Compiling try-lock v0.2.5 |
1330 | 2024-10-25T17:24:24.608Z | Compiling want v0.3.1 |
1331 | 2024-10-25T17:24:24.856Z | Compiling goblin v0.8.2 |
1332 | 2024-10-25T17:24:25.087Z | Compiling rand v0.8.5 |
1333 | 2024-10-25T17:24:25.274Z | Compiling openapiv3 v2.0.0 |
1334 | 2024-10-25T17:24:25.687Z | Compiling pretty-hex v0.4.1 |
1335 | 2024-10-25T17:24:25.866Z | Compiling tokio-util v0.7.11 |
1336 | 2024-10-25T17:24:26.392Z | Compiling omicron-workspace-hack v0.1.0 |
1337 | 2024-10-25T17:24:26.655Z | Compiling h2 v0.4.6 |
1338 | 2024-10-25T17:24:27.496Z | Compiling httpdate v1.0.3 |
1339 | 2024-10-25T17:24:28.100Z | Compiling idna v0.5.0 |
1340 | 2024-10-25T17:24:28.575Z | Compiling dtrace-parser v0.2.0 |
1341 | 2024-10-25T17:24:29.429Z | Compiling dof v0.3.0 |
1342 | 2024-10-25T17:24:29.885Z | Compiling strum_macros v0.26.2 |
1343 | 2024-10-25T17:24:30.705Z | Compiling tower-service v0.3.2 |
1344 | 2024-10-25T17:24:30.824Z | Compiling hyper v1.4.1 |
1345 | 2024-10-25T17:24:31.044Z | Compiling rustls v0.22.4 |
1346 | 2024-10-25T17:24:31.323Z | Compiling strsim v0.11.1 |
1347 | 2024-10-25T17:24:31.704Z | Compiling base64 v0.22.1 |
1348 | 2024-10-25T17:24:31.819Z | Compiling typify-macro v0.2.0 |
1349 | 2024-10-25T17:24:31.897Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-10-25T17:24:31.988Z | Compiling unsafe-libyaml v0.2.11 |
1351 | 2024-10-25T17:24:33.123Z | Compiling hyper-util v0.1.9 |
1352 | 2024-10-25T17:24:33.286Z | Compiling serde_yaml v0.9.34+deprecated |
1353 | 2024-10-25T17:24:33.584Z | Compiling url v2.5.0 |
1354 | 2024-10-25T17:24:34.830Z | Compiling typify v0.2.0 |
1355 | 2024-10-25T17:24:34.952Z | Compiling progenitor-impl v0.8.0 |
1356 | 2024-10-25T17:24:36.141Z | Compiling toml_datetime v0.6.8 |
1357 | 2024-10-25T17:24:36.516Z | Compiling async-trait v0.1.83 |
1358 | 2024-10-25T17:24:37.358Z | Compiling block-buffer v0.10.4 |
1359 | 2024-10-25T17:24:37.598Z | Compiling foreign-types-shared v0.1.1 |
1360 | 2024-10-25T17:24:37.698Z | Compiling slog-async v2.8.0 |
1361 | 2024-10-25T17:24:38.121Z | Compiling foreign-types v0.3.2 |
1362 | 2024-10-25T17:24:38.173Z | Compiling digest v0.10.7 |
1363 | 2024-10-25T17:24:38.581Z | Compiling http-body-util v0.1.2 |
1364 | 2024-10-25T17:24:38.970Z | Compiling multer v3.1.0 |
1365 | 2024-10-25T17:24:39.030Z | Compiling encoding_rs v0.8.34 |
1366 | 2024-10-25T17:24:39.118Z | Compiling crossbeam-utils v0.8.19 |
1367 | 2024-10-25T17:24:39.280Z | Compiling ident_case v1.0.1 |
1368 | 2024-10-25T17:24:39.303Z | Compiling paste v1.0.15 |
1369 | 2024-10-25T17:24:39.394Z | Compiling mime v0.3.17 |
1370 | 2024-10-25T17:24:39.439Z | Compiling darling_core v0.20.9 |
1371 | 2024-10-25T17:24:39.809Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-10-25T17:24:39.934Z | Compiling progenitor-macro v0.8.0 |
1373 | 2024-10-25T17:24:40.258Z | Compiling usdt-macro v0.5.0 |
1374 | 2024-10-25T17:24:41.125Z | Compiling rustls-pemfile v2.1.3 |
1375 | 2024-10-25T17:24:41.455Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-10-25T17:24:41.929Z | Compiling openssl-probe v0.1.5 |
1377 | 2024-10-25T17:24:43.984Z | Compiling darling_macro v0.20.9 |
1378 | 2024-10-25T17:24:44.899Z | Compiling async-stream-impl v0.3.5 |
1379 | 2024-10-25T17:24:45.918Z | Compiling dropshot v0.12.0 |
1380 | 2024-10-25T17:24:46.210Z | Compiling powerfmt v0.2.0 |
1381 | 2024-10-25T17:24:47.302Z | Compiling ipnet v2.9.0 |
1382 | 2024-10-25T17:24:48.098Z | Compiling tokio-rustls v0.26.0 |
1383 | 2024-10-25T17:24:48.547Z | Compiling deranged v0.3.11 |
1384 | 2024-10-25T17:24:50.922Z | Compiling tokio-native-tls v0.3.1 |
1385 | 2024-10-25T17:24:50.986Z | Compiling darling v0.20.9 |
1386 | 2024-10-25T17:24:51.209Z | Compiling serde_spanned v0.6.7 |
1387 | 2024-10-25T17:24:51.729Z | Compiling futures-executor v0.3.30 |
1388 | 2024-10-25T17:24:51.758Z | Compiling webpki-roots v0.26.3 |
1389 | 2024-10-25T17:24:53.188Z | Compiling num_threads v0.1.7 |
1390 | 2024-10-25T17:24:53.704Z | Compiling time v0.3.36 |
1391 | 2024-10-25T17:24:58.363Z | Compiling futures v0.3.30 |
1392 | 2024-10-25T17:24:58.446Z | Compiling hyper-rustls v0.27.3 |
1393 | 2024-10-25T17:24:59.596Z | Compiling hyper-tls v0.6.0 |
1394 | 2024-10-25T17:24:59.781Z | Compiling serde_with_macros v3.9.0 |
1395 | 2024-10-25T17:24:59.876Z | Compiling sha1 v0.10.6 |
1396 | 2024-10-25T17:25:00.466Z | Compiling dropshot_endpoint v0.12.0 |
1397 | 2024-10-25T17:25:02.262Z | Compiling structmeta-derive v0.3.0 |
1398 | 2024-10-25T17:25:03.306Z | Compiling sync_wrapper v1.0.1 |
1399 | 2024-10-25T17:25:03.548Z | Compiling rustix v0.38.34 |
1400 | 2024-10-25T17:25:03.679Z | Compiling reqwest v0.12.7 |
1401 | 2024-10-25T17:25:04.297Z | Compiling structmeta v0.3.0 |
1402 | 2024-10-25T17:25:04.610Z | Compiling strum v0.26.2 |
1403 | 2024-10-25T17:25:04.786Z | Compiling errno v0.3.9 |
1404 | 2024-10-25T17:25:05.010Z | Compiling dirs-sys-next v0.1.2 |
1405 | 2024-10-25T17:25:05.849Z | Compiling match_cfg v0.1.0 |
1406 | 2024-10-25T17:25:06.199Z | Compiling winnow v0.6.18 |
1407 | 2024-10-25T17:25:11.050Z | Compiling hostname v0.3.1 |
1408 | 2024-10-25T17:25:11.271Z | Compiling progenitor-client v0.8.0 |
1409 | 2024-10-25T17:25:11.989Z | Compiling dirs-next v2.0.0 |
1410 | 2024-10-25T17:25:12.309Z | Compiling parse-display-derive v0.10.0 |
1411 | 2024-10-25T17:25:13.990Z | Compiling ipnetwork v0.20.0 |
1412 | 2024-10-25T17:25:15.585Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1413 | 2024-10-25T17:25:15.727Z | Compiling thread_local v1.1.8 |
1414 | 2024-10-25T17:25:16.506Z | Compiling progenitor v0.8.0 |
1415 | 2024-10-25T17:25:17.291Z | Compiling term v0.7.0 |
1416 | 2024-10-25T17:25:18.474Z | Compiling crossbeam-channel v0.5.12 |
1417 | 2024-10-25T17:25:18.643Z | Compiling is-terminal v0.4.12 |
1418 | 2024-10-25T17:25:18.758Z | Compiling memmap v0.7.0 |
1419 | 2024-10-25T17:25:19.132Z | Compiling take_mut v0.2.2 |
1420 | 2024-10-25T17:25:21.250Z | Compiling usdt v0.5.0 |
1421 | 2024-10-25T17:25:21.867Z | Compiling slog-term v2.9.1 |
1422 | 2024-10-25T17:25:22.580Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1423 | 2024-10-25T17:25:23.080Z | Compiling toml_edit v0.22.20 |
1424 | 2024-10-25T17:25:23.228Z | Compiling slog-json v2.6.1 |
1425 | 2024-10-25T17:25:23.834Z | Compiling winnow v0.5.40 |
1426 | 2024-10-25T17:25:23.910Z | Compiling debug-ignore v1.0.5 |
1427 | 2024-10-25T17:25:26.178Z | Compiling tokio-rustls v0.25.0 |
1428 | 2024-10-25T17:25:26.566Z | Compiling toml_edit v0.19.15 |
1429 | 2024-10-25T17:25:26.781Z | Compiling toml v0.8.19 |
1430 | 2024-10-25T17:25:27.221Z | Compiling slog-bunyan v2.5.0 |
1431 | 2024-10-25T17:25:31.179Z | Compiling async-stream v0.3.5 |
1432 | 2024-10-25T17:25:31.441Z | Compiling waitgroup v0.1.2 |
1433 | 2024-10-25T17:25:31.465Z | Compiling serde_path_to_error v0.1.16 |
1434 | 2024-10-25T17:25:31.644Z | Compiling hostname v0.4.0 |
1435 | 2024-10-25T17:25:34.840Z | Compiling proc-macro-crate v1.3.1 |
1436 | 2024-10-25T17:25:35.490Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1437 | 2024-10-25T17:25:35.725Z | Compiling serde_with v3.9.0 |
1438 | 2024-10-25T17:25:37.595Z | Compiling newtype-uuid v1.1.0 |
1439 | 2024-10-25T17:25:37.877Z | Compiling unicode-width v0.1.14 |
1440 | 2024-10-25T17:25:39.206Z | Compiling hex v0.4.3 |
1441 | 2024-10-25T17:25:39.776Z | Compiling clap_derive v4.5.4 |
1442 | 2024-10-25T17:25:39.899Z | Compiling instant v0.1.12 |
1443 | 2024-10-25T17:25:40.036Z | Compiling utf8parse v0.2.1 |
1444 | 2024-10-25T17:25:40.199Z | Compiling lazy_static v1.5.0 |
1445 | 2024-10-25T17:25:40.261Z | Compiling anstyle-parse v0.2.4 |
1446 | 2024-10-25T17:25:40.330Z | Compiling backoff v0.4.0 |
1447 | 2024-10-25T17:25:41.483Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1448 | 2024-10-25T17:25:41.989Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1449 | 2024-10-25T17:25:42.480Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1450 | 2024-10-25T17:25:42.659Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1451 | 2024-10-25T17:25:42.841Z | Compiling parse-display v0.10.0 |
1452 | 2024-10-25T17:25:43.154Z | Compiling macaddr v1.0.1 |
1453 | 2024-10-25T17:25:43.633Z | Compiling regress v0.9.1 |
1454 | 2024-10-25T17:25:44.405Z | Compiling num-integer v0.1.46 |
1455 | 2024-10-25T17:25:44.794Z | Compiling colorchoice v1.0.1 |
1456 | 2024-10-25T17:25:44.950Z | Compiling anstyle-query v1.0.3 |
1457 | 2024-10-25T17:25:45.076Z | Compiling unicode-xid v0.2.4 |
1458 | 2024-10-25T17:25:45.227Z | Compiling anstyle v1.0.7 |
1459 | 2024-10-25T17:25:45.302Z | Compiling is_terminal_polyfill v1.70.0 |
1460 | 2024-10-25T17:25:45.704Z | Compiling anstream v0.6.14 |
1461 | 2024-10-25T17:25:46.813Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1462 | 2024-10-25T17:25:47.040Z | Compiling terminal_size v0.3.0 |
1463 | 2024-10-25T17:25:47.362Z | Compiling heapless v0.8.0 |
1464 | 2024-10-25T17:25:48.091Z | Compiling crucible-workspace-hack v0.1.0 |
1465 | 2024-10-25T17:25:48.781Z | Compiling clap_lex v0.7.0 |
1466 | 2024-10-25T17:25:49.418Z | Compiling clap_builder v4.5.2 |
1467 | 2024-10-25T17:25:50.210Z | Compiling num-bigint v0.4.5 |
1468 | 2024-10-25T17:25:50.421Z | Compiling num_enum_derive v0.5.11 |
1469 | 2024-10-25T17:25:52.150Z | Compiling hash32 v0.3.1 |
1470 | 2024-10-25T17:25:52.235Z | Compiling fastrand v2.1.0 |
1471 | 2024-10-25T17:25:52.802Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1472 | 2024-10-25T17:25:52.849Z | Compiling stable_deref_trait v1.2.0 |
1473 | 2024-10-25T17:25:52.948Z | Compiling smoltcp v0.11.0 |
1474 | 2024-10-25T17:25:53.144Z | Compiling either v1.13.0 |
1475 | 2024-10-25T17:25:53.544Z | Compiling clap v4.5.4 |
1476 | 2024-10-25T17:25:53.652Z | Compiling num-rational v0.4.2 |
1477 | 2024-10-25T17:25:54.558Z | Compiling tempfile v3.10.1 |
1478 | 2024-10-25T17:25:54.897Z | Compiling num_enum v0.5.11 |
1479 | 2024-10-25T17:25:55.906Z | Compiling synstructure v0.12.6 |
1480 | 2024-10-25T17:25:56.029Z | Compiling num-iter v0.1.45 |
1481 | 2024-10-25T17:25:56.029Z | Compiling num-complex v0.4.6 |
1482 | 2024-10-25T17:25:56.163Z | Compiling proc-macro-error-attr v1.0.4 |
1483 | 2024-10-25T17:25:56.347Z | Compiling cobs v0.2.3 |
1484 | 2024-10-25T17:25:56.437Z | Compiling managed v0.8.0 |
1485 | 2024-10-25T17:25:56.504Z | Compiling bitflags v1.3.2 |
1486 | 2024-10-25T17:25:56.655Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1487 | 2024-10-25T17:25:56.862Z | Compiling num v0.4.3 |
1488 | 2024-10-25T17:25:56.979Z | Compiling postcard v1.0.9 |
1489 | 2024-10-25T17:25:57.007Z | Compiling zerocopy-derive v0.2.0 |
1490 | 2024-10-25T17:25:57.790Z | Compiling foreign-types-macros v0.2.3 |
1491 | 2024-10-25T17:25:57.818Z | Compiling libz-sys v1.1.16 |
1492 | 2024-10-25T17:25:58.420Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1493 | 2024-10-25T17:25:58.470Z | Compiling proc-macro-error v1.0.4 |
1494 | 2024-10-25T17:25:58.730Z | Compiling prettyplease v0.2.22 |
1495 | 2024-10-25T17:25:58.860Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1496 | 2024-10-25T17:25:59.049Z | Compiling foreign-types-shared v0.3.1 |
1497 | 2024-10-25T17:25:59.250Z | Compiling pretty-hex v0.2.1 |
1498 | 2024-10-25T17:25:59.658Z | Compiling foreign-types v0.5.0 |
1499 | 2024-10-25T17:26:00.098Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1500 | 2024-10-25T17:26:02.853Z | Compiling tabwriter v1.4.0 |
1501 | 2024-10-25T17:26:03.196Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1502 | 2024-10-25T17:26:03.445Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1503 | 2024-10-25T17:26:04.051Z | Compiling cstr-argument v0.1.2 |
1504 | 2024-10-25T17:26:04.234Z | Compiling data-encoding v2.6.0 |
1505 | 2024-10-25T17:26:04.258Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1506 | 2024-10-25T17:26:04.810Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1507 | 2024-10-25T17:26:05.776Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1508 | 2024-10-25T17:26:06.675Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1509 | 2024-10-25T17:26:07.187Z | Compiling colored v2.1.0 |
1510 | 2024-10-25T17:26:08.068Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1511 | 2024-10-25T17:26:08.175Z | Compiling usdt-impl v0.3.5 |
1512 | 2024-10-25T17:26:08.349Z | Compiling static_assertions v1.1.0 |
1513 | 2024-10-25T17:26:08.373Z | Compiling float-ord v0.3.2 |
1514 | 2024-10-25T17:26:08.520Z | Compiling semver v0.1.20 |
1515 | 2024-10-25T17:26:08.571Z | Compiling unicode-segmentation v1.11.0 |
1516 | 2024-10-25T17:26:08.796Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1517 | 2024-10-25T17:26:08.862Z | Compiling rustc_version v0.1.7 |
1518 | 2024-10-25T17:26:09.168Z | Compiling newline-converter v0.3.0 |
1519 | 2024-10-25T17:26:09.221Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1520 | 2024-10-25T17:26:09.422Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1521 | 2024-10-25T17:26:10.300Z | Compiling zone_cfg_derive v0.3.0 |
1522 | 2024-10-25T17:26:11.887Z | Compiling camino-tempfile v1.1.1 |
1523 | 2024-10-25T17:26:12.512Z | Compiling itertools v0.10.5 |
1524 | 2024-10-25T17:26:12.797Z | Compiling console v0.15.8 |
1525 | 2024-10-25T17:26:15.224Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1526 | 2024-10-25T17:26:15.958Z | Compiling num-derive v0.4.2 |
1527 | 2024-10-25T17:26:16.646Z | Compiling sigpipe v0.1.3 |
1528 | 2024-10-25T17:26:16.765Z | Compiling base64ct v1.6.0 |
1529 | 2024-10-25T17:26:16.957Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1530 | 2024-10-25T17:26:17.356Z | Compiling similar v2.5.0 |
1531 | 2024-10-25T17:26:17.595Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1532 | 2024-10-25T17:26:18.925Z | Compiling expectorate v1.1.0 |
1533 | 2024-10-25T17:26:19.206Z | Compiling password-hash v0.5.0 |
1534 | 2024-10-25T17:26:19.388Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1535 | 2024-10-25T17:26:20.961Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1536 | 2024-10-25T17:26:21.424Z | Compiling zone v0.3.0 |
1537 | 2024-10-25T17:26:21.970Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1538 | 2024-10-25T17:26:22.289Z | Compiling newtype_derive v0.1.6 |
1539 | 2024-10-25T17:26:22.614Z | Compiling zerocopy v0.3.2 |
1540 | 2024-10-25T17:26:23.201Z | Compiling blake2 v0.10.6 |
1541 | 2024-10-25T17:26:23.250Z | Compiling cargo-platform v0.1.8 |
1542 | 2024-10-25T17:26:23.660Z | Compiling hubpack_derive v0.1.1 |
1543 | 2024-10-25T17:26:24.020Z | Compiling smf v0.2.3 |
1544 | 2024-10-25T17:26:24.078Z | Compiling zerocopy-derive v0.6.6 |
1545 | 2024-10-25T17:26:24.287Z | Compiling serde_repr v0.1.19 |
1546 | 2024-10-25T17:26:24.489Z | Compiling vergen v8.3.2 |
1547 | 2024-10-25T17:26:24.772Z | Compiling cancel-safe-futures v0.1.5 |
1548 | 2024-10-25T17:26:25.120Z | Compiling owo-colors v4.1.0 |
1549 | 2024-10-25T17:26:25.144Z | Compiling base64 v0.21.7 |
1550 | 2024-10-25T17:26:25.235Z | Compiling fixedbitset v0.4.2 |
1551 | 2024-10-25T17:26:25.417Z | Compiling whoami v1.5.1 |
1552 | 2024-10-25T17:26:25.660Z | Compiling zerocopy v0.6.6 |
1553 | 2024-10-25T17:26:26.029Z | Compiling petgraph v0.6.5 |
1554 | 2024-10-25T17:26:26.114Z | Compiling hubpack v0.1.2 |
1555 | 2024-10-25T17:26:26.222Z | Compiling cargo_metadata v0.18.1 |
1556 | 2024-10-25T17:26:26.441Z | Compiling argon2 v0.5.3 |
1557 | 2024-10-25T17:26:26.556Z | Compiling dof v0.1.5 |
1558 | 2024-10-25T17:26:28.633Z | Compiling rustc_version v0.4.0 |
1559 | 2024-10-25T17:26:28.699Z | Compiling serde-big-array v0.5.1 |
1560 | 2024-10-25T17:26:28.924Z | Compiling dtrace-parser v0.1.14 |
1561 | 2024-10-25T17:26:29.185Z | Compiling strum_macros v0.25.3 |
1562 | 2024-10-25T17:26:29.230Z | Compiling libsqlite3-sys v0.30.1 |
1563 | 2024-10-25T17:26:29.690Z | Compiling slog-dtrace v0.3.0 |
1564 | 2024-10-25T17:26:29.862Z | Compiling cookie v0.18.1 |
1565 | 2024-10-25T17:26:30.022Z | Compiling rustls v0.21.12 |
1566 | 2024-10-25T17:26:30.166Z | Compiling cfg_aliases v0.2.1 |
1567 | 2024-10-25T17:26:30.226Z | Compiling convert_case v0.4.0 |
1568 | 2024-10-25T17:26:30.333Z | Compiling nix v0.29.0 |
1569 | 2024-10-25T17:26:30.826Z | Compiling derive_more v0.99.18 |
1570 | 2024-10-25T17:26:31.857Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1571 | 2024-10-25T17:26:31.971Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1572 | 2024-10-25T17:26:32.178Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1573 | 2024-10-25T17:26:33.463Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1574 | 2024-10-25T17:26:34.452Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1575 | 2024-10-25T17:26:35.023Z | Compiling atomicwrites v0.4.4 |
1576 | 2024-10-25T17:26:35.443Z | Compiling itertools v0.13.0 |
1577 | 2024-10-25T17:26:35.732Z | Compiling libsw v3.3.1 |
1578 | 2024-10-25T17:26:36.013Z | Compiling idna v0.4.0 |
1579 | 2024-10-25T17:26:36.261Z | Compiling serde_tokenstream v0.1.7 |
1580 | 2024-10-25T17:26:36.671Z | Compiling rustls-webpki v0.101.7 |
1581 | 2024-10-25T17:26:38.483Z | Compiling sct v0.7.1 |
1582 | 2024-10-25T17:26:38.861Z | Compiling enum-as-inner v0.6.0 |
1583 | 2024-10-25T17:26:39.045Z | Compiling derive-where v1.2.7 |
1584 | 2024-10-25T17:26:39.155Z | Compiling inout v0.1.3 |
1585 | 2024-10-25T17:26:39.366Z | Compiling highway v1.2.0 |
1586 | 2024-10-25T17:26:39.648Z | Compiling swrite v0.1.0 |
1587 | 2024-10-25T17:26:39.765Z | Compiling linear-map v1.2.0 |
1588 | 2024-10-25T17:26:39.789Z | Compiling quick-error v1.2.3 |
1589 | 2024-10-25T17:26:39.832Z | Compiling utf-8 v0.7.6 |
1590 | 2024-10-25T17:26:39.918Z | Compiling radium v0.7.0 |
1591 | 2024-10-25T17:26:40.126Z | Compiling indent_write v2.2.0 |
1592 | 2024-10-25T17:26:40.151Z | Compiling linked-hash-map v0.5.6 |
1593 | 2024-10-25T17:26:40.320Z | Compiling tungstenite v0.21.0 |
1594 | 2024-10-25T17:26:40.354Z | Compiling resolv-conf v0.7.0 |
1595 | 2024-10-25T17:26:40.492Z | Compiling lru-cache v0.1.2 |
1596 | 2024-10-25T17:26:40.517Z | Compiling hickory-proto v0.24.1 |
1597 | 2024-10-25T17:26:40.683Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1598 | 2024-10-25T17:26:41.555Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1599 | 2024-10-25T17:26:41.583Z | Compiling cipher v0.4.4 |
1600 | 2024-10-25T17:26:43.463Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1601 | 2024-10-25T17:26:44.342Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1602 | 2024-10-25T17:26:47.898Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1603 | 2024-10-25T17:26:48.917Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1604 | 2024-10-25T17:26:50.674Z | Compiling git2 v0.19.0 |
1605 | 2024-10-25T17:26:51.675Z | Compiling steno v0.4.1 |
1606 | 2024-10-25T17:26:55.083Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-10-25T17:26:56.503Z | Compiling crossbeam-epoch v0.9.18 |
1608 | 2024-10-25T17:26:57.253Z | Compiling hashlink v0.9.1 |
1609 | 2024-10-25T17:26:57.427Z | Compiling rayon-core v1.12.1 |
1610 | 2024-10-25T17:26:57.710Z | Compiling fallible-iterator v0.3.0 |
1611 | 2024-10-25T17:26:57.930Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1612 | 2024-10-25T17:26:57.954Z | Compiling fallible-streaming-iterator v0.1.9 |
1613 | 2024-10-25T17:26:58.178Z | Compiling humantime v2.1.0 |
1614 | 2024-10-25T17:26:58.372Z | Compiling tap v1.0.1 |
1615 | 2024-10-25T17:26:58.532Z | Compiling wyz v0.5.1 |
1616 | 2024-10-25T17:26:58.836Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1617 | 2024-10-25T17:26:58.935Z | Compiling rusqlite v0.32.1 |
1618 | 2024-10-25T17:27:01.165Z | Compiling crossbeam-deque v0.8.5 |
1619 | 2024-10-25T17:27:01.488Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1620 | 2024-10-25T17:27:02.253Z | Compiling tokio-rustls v0.24.1 |
1621 | 2024-10-25T17:27:02.530Z | Compiling hickory-resolver v0.24.1 |
1622 | 2024-10-25T17:27:02.620Z | Compiling tokio-tungstenite v0.21.0 |
1623 | 2024-10-25T17:27:03.113Z | Compiling usdt-attr-macro v0.3.5 |
1624 | 2024-10-25T17:27:03.386Z | Compiling usdt-macro v0.3.5 |
1625 | 2024-10-25T17:27:03.778Z | Compiling rustls-pemfile v1.0.4 |
1626 | 2024-10-25T17:27:04.333Z | Compiling twox-hash v1.6.3 |
1627 | 2024-10-25T17:27:04.382Z | Compiling num_enum_derive v0.7.2 |
1628 | 2024-10-25T17:27:04.505Z | Compiling universal-hash v0.5.1 |
1629 | 2024-10-25T17:27:04.698Z | Compiling atty v0.2.14 |
1630 | 2024-10-25T17:27:04.832Z | Compiling funty v2.0.0 |
1631 | 2024-10-25T17:27:05.117Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1632 | 2024-10-25T17:27:06.275Z | Compiling opaque-debug v0.3.1 |
1633 | 2024-10-25T17:27:06.366Z | Compiling polyval v0.6.2 |
1634 | 2024-10-25T17:27:06.782Z | Compiling num_enum v0.7.2 |
1635 | 2024-10-25T17:27:06.807Z | Compiling bitvec v1.0.1 |
1636 | 2024-10-25T17:27:07.114Z | Compiling usdt v0.3.5 |
1637 | 2024-10-25T17:27:07.511Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1638 | 2024-10-25T17:27:11.063Z | Compiling aes v0.8.4 |
1639 | 2024-10-25T17:27:11.947Z | Compiling ctr v0.9.2 |
1640 | 2024-10-25T17:27:12.273Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1641 | 2024-10-25T17:27:12.850Z | Compiling bincode v1.3.3 |
1642 | 2024-10-25T17:27:13.721Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1643 | 2024-10-25T17:27:15.550Z | Compiling aead v0.5.2 |
1644 | 2024-10-25T17:27:15.574Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1645 | 2024-10-25T17:27:15.842Z | Compiling aes-gcm-siv v0.11.1 |
1646 | 2024-10-25T17:27:15.951Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1647 | 2024-10-25T17:27:16.087Z | Compiling toml v0.7.8 |
1648 | 2024-10-25T17:27:18.627Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1649 | 2024-10-25T17:27:20.288Z | Compiling rayon v1.10.0 |
1650 | 2024-10-25T17:27:20.699Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1651 | 2024-10-25T17:27:21.077Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1652 | 2024-10-25T17:27:21.381Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1653 | 2024-10-25T17:27:23.013Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1654 | 2024-10-25T17:27:23.089Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1655 | 2024-10-25T17:27:23.525Z | Compiling bitstruct_derive v0.1.0 |
1656 | 2024-10-25T17:27:24.155Z | Compiling async-recursion v1.1.1 |
1657 | 2024-10-25T17:27:24.624Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1658 | 2024-10-25T17:27:24.756Z | Compiling ringbuffer v0.15.0 |
1659 | 2024-10-25T17:27:24.781Z | Compiling ascii v1.1.0 |
1660 | 2024-10-25T17:27:25.348Z | Compiling typeid v1.0.0 |
1661 | 2024-10-25T17:27:25.444Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1662 | 2024-10-25T17:27:25.513Z | Compiling erased-serde v0.4.5 |
1663 | 2024-10-25T17:27:25.704Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1664 | 2024-10-25T17:27:25.960Z | Compiling bitstruct v0.1.1 |
1665 | 2024-10-25T17:27:26.073Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1666 | 2024-10-25T17:27:26.857Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1667 | 2024-10-25T17:27:27.088Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1668 | 2024-10-25T17:27:27.322Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1669 | 2024-10-25T17:27:27.426Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1670 | 2024-10-25T17:27:27.703Z | Compiling const_format_proc_macros v0.2.32 |
1671 | 2024-10-25T17:27:27.731Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1672 | 2024-10-25T17:27:27.971Z | Compiling serde_arrays v0.1.0 |
1673 | 2024-10-25T17:27:28.137Z | Compiling kstat-rs v0.2.4 |
1674 | 2024-10-25T17:27:28.713Z | Compiling libloading v0.7.4 |
1675 | 2024-10-25T17:27:28.857Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1676 | 2024-10-25T17:27:29.084Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1677 | 2024-10-25T17:27:29.269Z | Compiling const_format v0.2.32 |
1678 | 2024-10-25T17:27:29.614Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1679 | 2024-10-25T17:27:30.271Z | Compiling ron v0.8.1 |
1680 | 2024-10-25T17:27:34.876Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1681 | 2024-10-25T17:27:35.239Z | Compiling bit_field v0.10.2 |
1682 | 2024-10-25T17:27:35.515Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1683 | 2024-10-25T17:27:48.501Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1684 | 2024-10-25T17:27:48.845Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1685 | 2024-10-25T17:28:45.492Z | Finished `release` profile [optimized] target(s) in 4m 50s |
1686 | 2024-10-25T17:28:45.637Z | |
1687 | 2024-10-25T17:28:45.637Z | real 4:50.666964203 |
1688 | 2024-10-25T17:28:45.637Z | user 32:50.992267601 |
1689 | 2024-10-25T17:28:45.637Z | sys 3:20.390607891 |
1690 | 2024-10-25T17:28:45.637Z | trap 0.896644869 |
1691 | 2024-10-25T17:28:45.637Z | tflt 1.402390032 |
1692 | 2024-10-25T17:28:45.661Z | dflt 0.826377203 |
1693 | 2024-10-25T17:28:45.661Z | kflt 0.000648771 |
1694 | 2024-10-25T17:28:45.661Z | lock 1:12:02.217984681 |
1695 | 2024-10-25T17:28:45.661Z | slp 2:00:06.928963301 |
1696 | 2024-10-25T17:28:45.661Z | lat 1:45.272002595 |
1697 | 2024-10-25T17:28:45.661Z | stop 2:14.471427653 |
1698 | 2024-10-25T17:28:45.661Z | + OUTDIR=/work/release |
1699 | 2024-10-25T17:28:45.661Z | + mkdir -p /work/release |
1700 | 2024-10-25T17:28:45.661Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1701 | 2024-10-25T17:28:45.661Z | + cp target/release/propolis-server /work/release/propolis-server |
1702 | 2024-10-25T17:28:45.733Z | process exited: duration 555593 ms, exit code 0 |
|
1703 | 2024-10-25T17:28:45.812Z | found 2 output files |
1704 | 2024-10-25T17:28:45.812Z | uploading: /work/release/propolis-cli (13920824 bytes) |
1705 | 2024-10-25T17:28:52.280Z | uploaded: /work/release/propolis-cli |
1706 | 2024-10-25T17:28:52.280Z | uploading: /work/release/propolis-server (57363344 bytes) |
1707 | 2024-10-25T17:29:06.079Z | uploaded: /work/release/propolis-server |