|
|
|
1 | 2024-08-30T01:02:32.870Z | job assigned to worker 01J6GCV20PVD0G7H4TTSVX1SX2 (queued for 48 s) |
|
2 | 2024-08-30T01:02:41.169Z | starting task 0: "setup" |
3 | 2024-08-30T01:02:41.177Z | ++ uname -s |
4 | 2024-08-30T01:02:41.180Z | + kern=SunOS |
5 | 2024-08-30T01:02:41.180Z | + case "$kern" in |
6 | 2024-08-30T01:02:41.180Z | + groupadd -g 12345 build |
7 | 2024-08-30T01:02:41.182Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T01:02:43.191Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T01:02:43.263Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T01:02:43.266Z | + home_fs=zfs |
11 | 2024-08-30T01:02:43.266Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T01:02:43.266Z | + mkdir -p /home/build |
13 | 2024-08-30T01:02:43.269Z | + chown build:build /home/build /work |
14 | 2024-08-30T01:02:45.270Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T01:02:45.273Z | process exited: duration 4105 ms, exit code 0 |
|
16 | 2024-08-30T01:02:45.278Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T01:02:45.283Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T01:02:45.283Z | * toolchain channel = "stable" |
19 | 2024-08-30T01:02:45.283Z | * toolchain profile = "default" |
20 | 2024-08-30T01:02:45.283Z | ' stable |
21 | 2024-08-30T01:02:45.283Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-30T01:02:45.283Z | ' default |
23 | 2024-08-30T01:02:45.286Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T01:02:45.286Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-08-30T01:02:45.402Z | info: downloading installer |
26 | 2024-08-30T01:02:46.758Z | info: profile set to 'default' |
27 | 2024-08-30T01:02:46.758Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T01:02:46.761Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-08-30T01:02:46.925Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T01:02:46.925Z | info: downloading component 'cargo' |
31 | 2024-08-30T01:02:47.903Z | info: downloading component 'clippy' |
32 | 2024-08-30T01:02:48.248Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T01:02:49.632Z | info: downloading component 'rust-std' |
34 | 2024-08-30T01:02:51.558Z | info: downloading component 'rustc' |
35 | 2024-08-30T01:02:56.920Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T01:02:57.203Z | info: installing component 'cargo' |
37 | 2024-08-30T01:02:58.070Z | info: installing component 'clippy' |
38 | 2024-08-30T01:02:58.482Z | info: installing component 'rust-docs' |
39 | 2024-08-30T01:03:00.136Z | info: installing component 'rust-std' |
40 | 2024-08-30T01:03:02.058Z | info: installing component 'rustc' |
41 | 2024-08-30T01:03:06.390Z | info: installing component 'rustfmt' |
42 | 2024-08-30T01:03:06.730Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-08-30T01:03:06.730Z | |
44 | 2024-08-30T01:03:06.988Z | stable-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T01:03:06.988Z | |
46 | 2024-08-30T01:03:06.991Z | |
47 | 2024-08-30T01:03:06.991Z | Rust is installed now. Great! |
48 | 2024-08-30T01:03:06.991Z | |
49 | 2024-08-30T01:03:06.991Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T01:03:06.991Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T01:03:06.991Z | |
52 | 2024-08-30T01:03:06.991Z | To configure your current shell, you need to source |
53 | 2024-08-30T01:03:06.991Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T01:03:06.991Z | |
55 | 2024-08-30T01:03:06.991Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T01:03:06.991Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T01:03:06.991Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T01:03:07.039Z | + rustc --version |
59 | 2024-08-30T01:03:07.106Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T01:03:07.110Z | process exited: duration 21825 ms, exit code 0 |
|
61 | 2024-08-30T01:03:07.115Z | starting task 2: "authentication" |
62 | 2024-08-30T01:03:07.135Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-30T01:03:07.140Z | starting task 3: "clone repository" |
64 | 2024-08-30T01:03:07.145Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-08-30T01:03:07.148Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-08-30T01:03:07.273Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-08-30T01:03:08.538Z | + cd /work/oxidecomputer/propolis |
68 | 2024-08-30T01:03:08.538Z | + git fetch origin dcd32ded171ac45d703082acae2cdfcb9878ceea |
69 | 2024-08-30T01:03:08.922Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-08-30T01:03:08.922Z | * branch dcd32ded171ac45d703082acae2cdfcb9878ceea -> FETCH_HEAD |
71 | 2024-08-30T01:03:08.927Z | + [[ -n '' ]] |
72 | 2024-08-30T01:03:08.927Z | + git reset --hard dcd32ded171ac45d703082acae2cdfcb9878ceea |
73 | 2024-08-30T01:03:08.951Z | HEAD is now at dcd32de Review feedback |
74 | 2024-08-30T01:03:08.954Z | process exited: duration 1811 ms, exit code 0 |
|
75 | 2024-08-30T01:03:08.959Z | starting task 4: "build" |
76 | 2024-08-30T01:03:08.964Z | + cargo --version |
77 | 2024-08-30T01:03:09.018Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-30T01:03:09.021Z | + rustc --version |
79 | 2024-08-30T01:03:09.078Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-30T01:03:09.080Z | + banner check |
81 | 2024-08-30T01:03:09.084Z | |
82 | 2024-08-30T01:03:09.084Z | #### # # ###### #### # # |
83 | 2024-08-30T01:03:09.084Z | # # # # # # # # # |
84 | 2024-08-30T01:03:09.084Z | # ###### ##### # #### |
85 | 2024-08-30T01:03:09.084Z | # # # # # # # |
86 | 2024-08-30T01:03:09.084Z | # # # # # # # # # |
87 | 2024-08-30T01:03:09.084Z | #### # # ###### #### # # |
88 | 2024-08-30T01:03:09.084Z | |
89 | 2024-08-30T01:03:09.087Z | + ptime -m cargo check --features falcon |
90 | 2024-08-30T01:03:09.263Z | Updating crates.io index |
91 | 2024-08-30T01:03:09.298Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-08-30T01:03:11.626Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-30T01:03:12.319Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
94 | 2024-08-30T01:03:13.909Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
95 | 2024-08-30T01:03:20.880Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2024-08-30T01:03:21.187Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2024-08-30T01:03:21.455Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2024-08-30T01:03:21.750Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
99 | 2024-08-30T01:03:22.115Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
100 | 2024-08-30T01:03:22.412Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
101 | 2024-08-30T01:03:23.212Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
102 | 2024-08-30T01:03:23.454Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
103 | 2024-08-30T01:03:23.717Z | Updating git repository `https://github.com/oxidecomputer/p4` |
104 | 2024-08-30T01:03:24.146Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-30T01:03:26.665Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
106 | 2024-08-30T01:03:27.197Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
107 | 2024-08-30T01:03:28.316Z | Updating git repository `https://github.com/oxidecomputer/opte` |
108 | 2024-08-30T01:03:29.272Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
109 | 2024-08-30T01:03:29.556Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
110 | 2024-08-30T01:03:29.913Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
111 | 2024-08-30T01:03:30.163Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
112 | 2024-08-30T01:03:31.339Z | Downloading crates ... |
113 | 2024-08-30T01:03:31.402Z | Downloaded async-stream-impl v0.3.5 |
114 | 2024-08-30T01:03:31.411Z | Downloaded anstyle-parse v0.2.4 |
115 | 2024-08-30T01:03:31.424Z | Downloaded bitstruct_derive v0.1.0 |
116 | 2024-08-30T01:03:31.428Z | Downloaded colorchoice v1.0.1 |
117 | 2024-08-30T01:03:31.430Z | Downloaded cfg_aliases v0.2.1 |
118 | 2024-08-30T01:03:31.430Z | Downloaded num_threads v0.1.7 |
119 | 2024-08-30T01:03:31.433Z | Downloaded crucible-workspace-hack v0.1.0 |
120 | 2024-08-30T01:03:31.433Z | Downloaded opaque-debug v0.3.1 |
121 | 2024-08-30T01:03:31.433Z | Downloaded omicron-workspace-hack v0.1.0 |
122 | 2024-08-30T01:03:31.437Z | Downloaded equivalent v1.0.1 |
123 | 2024-08-30T01:03:31.439Z | Downloaded dtrace-parser v0.1.14 |
124 | 2024-08-30T01:03:31.439Z | Downloaded ascii v1.1.0 |
125 | 2024-08-30T01:03:31.445Z | Downloaded dirs-next v2.0.0 |
126 | 2024-08-30T01:03:31.447Z | Downloaded cfg-if v1.0.0 |
127 | 2024-08-30T01:03:31.449Z | Downloaded anyhow v1.0.86 |
128 | 2024-08-30T01:03:31.452Z | Downloaded openssl-macros v0.1.1 |
129 | 2024-08-30T01:03:31.454Z | Downloaded pretty-hex v0.2.1 |
130 | 2024-08-30T01:03:31.454Z | Downloaded defmt-macros v0.3.9 |
131 | 2024-08-30T01:03:31.457Z | Downloaded deranged v0.3.11 |
132 | 2024-08-30T01:03:31.459Z | Downloaded scroll_derive v0.12.0 |
133 | 2024-08-30T01:03:31.459Z | Downloaded embedded-io v0.4.0 |
134 | 2024-08-30T01:03:31.462Z | Downloaded allocator-api2 v0.2.18 |
135 | 2024-08-30T01:03:31.465Z | Downloaded errno v0.3.9 |
136 | 2024-08-30T01:03:31.467Z | Downloaded dyn-clone v1.0.17 |
137 | 2024-08-30T01:03:31.470Z | Downloaded fallible-streaming-iterator v0.1.9 |
138 | 2024-08-30T01:03:31.470Z | Downloaded debug-ignore v1.0.5 |
139 | 2024-08-30T01:03:31.473Z | Downloaded const_format_proc_macros v0.2.32 |
140 | 2024-08-30T01:03:31.475Z | Downloaded autocfg v1.3.0 |
141 | 2024-08-30T01:03:31.475Z | Downloaded powerfmt v0.2.0 |
142 | 2024-08-30T01:03:31.478Z | Downloaded polyval v0.6.2 |
143 | 2024-08-30T01:03:31.478Z | Downloaded dof v0.1.5 |
144 | 2024-08-30T01:03:31.480Z | Downloaded bit_field v0.10.2 |
145 | 2024-08-30T01:03:31.480Z | Downloaded percent-encoding v2.3.1 |
146 | 2024-08-30T01:03:31.483Z | Downloaded blake2 v0.10.6 |
147 | 2024-08-30T01:03:31.486Z | Downloaded quick-error v1.2.3 |
148 | 2024-08-30T01:03:31.486Z | Downloaded base64ct v1.6.0 |
149 | 2024-08-30T01:03:31.489Z | Downloaded parse-display v0.10.0 |
150 | 2024-08-30T01:03:31.491Z | Downloaded serde_path_to_error v0.1.16 |
151 | 2024-08-30T01:03:31.493Z | Downloaded derive_more v0.99.18 |
152 | 2024-08-30T01:03:31.497Z | Downloaded serde_tokenstream v0.2.2 |
153 | 2024-08-30T01:03:31.500Z | Downloaded filetime v0.2.23 |
154 | 2024-08-30T01:03:31.503Z | Downloaded semver v0.1.20 |
155 | 2024-08-30T01:03:31.503Z | Downloaded scroll v0.12.0 |
156 | 2024-08-30T01:03:31.505Z | Downloaded atty v0.2.14 |
157 | 2024-08-30T01:03:31.505Z | Downloaded rustc_version v0.1.7 |
158 | 2024-08-30T01:03:31.508Z | Downloaded fatfs v0.3.6 |
159 | 2024-08-30T01:03:31.511Z | Downloaded cfg_aliases v0.1.1 |
160 | 2024-08-30T01:03:31.511Z | Downloaded slog-bunyan v2.5.0 |
161 | 2024-08-30T01:03:31.513Z | Downloaded sha1 v0.10.6 |
162 | 2024-08-30T01:03:31.513Z | Downloaded serde_spanned v0.6.7 |
163 | 2024-08-30T01:03:31.516Z | Downloaded bitstruct v0.1.1 |
164 | 2024-08-30T01:03:31.518Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-08-30T01:03:31.518Z | Downloaded async-recursion v1.1.1 |
166 | 2024-08-30T01:03:31.521Z | Downloaded ringbuffer v0.15.0 |
167 | 2024-08-30T01:03:31.525Z | Downloaded cstr-argument v0.1.2 |
168 | 2024-08-30T01:03:31.525Z | Downloaded rustls-pemfile v1.0.4 |
169 | 2024-08-30T01:03:31.527Z | Downloaded dtrace-parser v0.2.0 |
170 | 2024-08-30T01:03:31.527Z | Downloaded pin-project-lite v0.2.14 |
171 | 2024-08-30T01:03:31.532Z | Downloaded foreign-types v0.5.0 |
172 | 2024-08-30T01:03:31.534Z | Downloaded serde_arrays v0.1.0 |
173 | 2024-08-30T01:03:31.538Z | Downloaded rand_core v0.6.4 |
174 | 2024-08-30T01:03:31.538Z | Downloaded signal-hook-registry v1.4.2 |
175 | 2024-08-30T01:03:31.541Z | Downloaded schemars_derive v0.8.21 |
176 | 2024-08-30T01:03:31.541Z | Downloaded hyper-tls v0.5.0 |
177 | 2024-08-30T01:03:31.541Z | Downloaded tinyvec_macros v0.1.1 |
178 | 2024-08-30T01:03:31.544Z | Downloaded plain v0.2.3 |
179 | 2024-08-30T01:03:31.544Z | Downloaded darling_macro v0.20.9 |
180 | 2024-08-30T01:03:31.544Z | Downloaded rustls-pki-types v1.7.0 |
181 | 2024-08-30T01:03:31.547Z | Downloaded proc-macro-error v1.0.4 |
182 | 2024-08-30T01:03:31.550Z | Downloaded cobs v0.2.3 |
183 | 2024-08-30T01:03:31.553Z | Downloaded inout v0.1.3 |
184 | 2024-08-30T01:03:31.553Z | Downloaded crossbeam-deque v0.8.5 |
185 | 2024-08-30T01:03:31.555Z | Downloaded sigpipe v0.1.3 |
186 | 2024-08-30T01:03:31.555Z | Downloaded cpufeatures v0.2.12 |
187 | 2024-08-30T01:03:31.557Z | Downloaded pest_derive v2.7.10 |
188 | 2024-08-30T01:03:31.559Z | Downloaded argon2 v0.5.3 |
189 | 2024-08-30T01:03:31.563Z | Downloaded generic-array v0.14.7 |
190 | 2024-08-30T01:03:31.565Z | Downloaded serde_with_macros v3.9.0 |
191 | 2024-08-30T01:03:31.565Z | Downloaded dof v0.3.0 |
192 | 2024-08-30T01:03:31.568Z | Downloaded dirs-sys-next v0.1.2 |
193 | 2024-08-30T01:03:31.568Z | Downloaded convert_case v0.4.0 |
194 | 2024-08-30T01:03:31.568Z | Downloaded digest v0.10.7 |
195 | 2024-08-30T01:03:31.570Z | Downloaded defmt-parser v0.3.4 |
196 | 2024-08-30T01:03:31.573Z | Downloaded proc-macro-error-attr v1.0.4 |
197 | 2024-08-30T01:03:31.573Z | Downloaded usdt-macro v0.3.5 |
198 | 2024-08-30T01:03:31.575Z | Downloaded ppv-lite86 v0.2.17 |
199 | 2024-08-30T01:03:31.575Z | Downloaded escargot v0.5.10 |
200 | 2024-08-30T01:03:31.578Z | Downloaded foreign-types-macros v0.2.3 |
201 | 2024-08-30T01:03:31.580Z | Downloaded parking_lot v0.12.2 |
202 | 2024-08-30T01:03:31.582Z | Downloaded base64 v0.22.1 |
203 | 2024-08-30T01:03:31.585Z | Downloaded async-trait v0.1.81 |
204 | 2024-08-30T01:03:31.588Z | Downloaded num_enum_derive v0.7.2 |
205 | 2024-08-30T01:03:31.590Z | Downloaded pest_meta v2.7.10 |
206 | 2024-08-30T01:03:31.592Z | Downloaded funty v2.0.0 |
207 | 2024-08-30T01:03:31.595Z | Downloaded aes v0.8.4 |
208 | 2024-08-30T01:03:31.597Z | Downloaded linked-hash-map v0.5.6 |
209 | 2024-08-30T01:03:31.599Z | Downloaded supports-color v2.1.0 |
210 | 2024-08-30T01:03:31.599Z | Downloaded num_enum_derive v0.5.11 |
211 | 2024-08-30T01:03:31.602Z | Downloaded tokio-macros v2.4.0 |
212 | 2024-08-30T01:03:31.602Z | Downloaded terminal_size v0.3.0 |
213 | 2024-08-30T01:03:31.604Z | Downloaded ident_case v1.0.1 |
214 | 2024-08-30T01:03:31.605Z | Downloaded tokio-native-tls v0.3.1 |
215 | 2024-08-30T01:03:31.607Z | Downloaded match_cfg v0.1.0 |
216 | 2024-08-30T01:03:31.609Z | Downloaded openssl-sys v0.9.103 |
217 | 2024-08-30T01:03:31.612Z | Downloaded rustversion v1.0.17 |
218 | 2024-08-30T01:03:31.615Z | Downloaded slab v0.4.9 |
219 | 2024-08-30T01:03:31.617Z | Downloaded usdt-attr-macro v0.3.5 |
220 | 2024-08-30T01:03:31.617Z | Downloaded typeid v1.0.0 |
221 | 2024-08-30T01:03:31.620Z | Downloaded try-lock v0.2.5 |
222 | 2024-08-30T01:03:31.620Z | Downloaded futures v0.3.30 |
223 | 2024-08-30T01:03:31.624Z | Downloaded slog-async v2.8.0 |
224 | 2024-08-30T01:03:31.627Z | Downloaded foreign-types v0.3.2 |
225 | 2024-08-30T01:03:31.627Z | Downloaded heck v0.5.0 |
226 | 2024-08-30T01:03:31.630Z | Downloaded slog-dtrace v0.3.0 |
227 | 2024-08-30T01:03:31.632Z | Downloaded owo-colors v4.0.0 |
228 | 2024-08-30T01:03:31.635Z | Downloaded foreign-types-shared v0.3.1 |
229 | 2024-08-30T01:03:31.635Z | Downloaded foreign-types-shared v0.1.1 |
230 | 2024-08-30T01:03:31.635Z | Downloaded usdt-macro v0.5.0 |
231 | 2024-08-30T01:03:31.637Z | Downloaded tabwriter v1.4.0 |
232 | 2024-08-30T01:03:31.637Z | Downloaded lru-cache v0.1.2 |
233 | 2024-08-30T01:03:31.640Z | Downloaded term v0.7.0 |
234 | 2024-08-30T01:03:31.642Z | Downloaded jobserver v0.1.31 |
235 | 2024-08-30T01:03:31.645Z | Downloaded camino v1.1.9 |
236 | 2024-08-30T01:03:31.647Z | Downloaded pest_generator v2.7.10 |
237 | 2024-08-30T01:03:31.647Z | Downloaded futures-sink v0.3.30 |
238 | 2024-08-30T01:03:31.650Z | Downloaded instant v0.1.12 |
239 | 2024-08-30T01:03:31.650Z | Downloaded postcard v1.0.9 |
240 | 2024-08-30T01:03:31.653Z | Downloaded futures-macro v0.3.30 |
241 | 2024-08-30T01:03:31.653Z | Downloaded quote v1.0.36 |
242 | 2024-08-30T01:03:31.656Z | Downloaded parking_lot_core v0.9.10 |
243 | 2024-08-30T01:03:31.658Z | Downloaded ryu v1.0.18 |
244 | 2024-08-30T01:03:31.661Z | Downloaded lock_api v0.4.12 |
245 | 2024-08-30T01:03:31.664Z | Downloaded newline-converter v0.3.0 |
246 | 2024-08-30T01:03:31.666Z | Downloaded tower-service v0.3.2 |
247 | 2024-08-30T01:03:31.666Z | Downloaded zerocopy-derive v0.7.34 |
248 | 2024-08-30T01:03:31.670Z | Downloaded fnv v1.0.7 |
249 | 2024-08-30T01:03:31.673Z | Downloaded usdt-attr-macro v0.5.0 |
250 | 2024-08-30T01:03:31.673Z | Downloaded memmap v0.7.0 |
251 | 2024-08-30T01:03:31.676Z | Downloaded sha2 v0.10.8 |
252 | 2024-08-30T01:03:31.676Z | Downloaded mime v0.3.17 |
253 | 2024-08-30T01:03:31.679Z | Downloaded iana-time-zone v0.1.60 |
254 | 2024-08-30T01:03:31.682Z | Downloaded httparse v1.8.0 |
255 | 2024-08-30T01:03:31.684Z | Downloaded rand v0.8.5 |
256 | 2024-08-30T01:03:31.687Z | Downloaded hyper-rustls v0.24.2 |
257 | 2024-08-30T01:03:31.689Z | Downloaded structmeta v0.3.0 |
258 | 2024-08-30T01:03:31.689Z | Downloaded structmeta-derive v0.3.0 |
259 | 2024-08-30T01:03:31.692Z | Downloaded newtype_derive v0.1.6 |
260 | 2024-08-30T01:03:31.692Z | Downloaded strsim v0.11.1 |
261 | 2024-08-30T01:03:31.694Z | Downloaded sync_wrapper v0.1.2 |
262 | 2024-08-30T01:03:31.694Z | Downloaded num-integer v0.1.46 |
263 | 2024-08-30T01:03:31.698Z | Downloaded strum_macros v0.25.3 |
264 | 2024-08-30T01:03:31.698Z | Downloaded futures-task v0.3.30 |
265 | 2024-08-30T01:03:31.700Z | Downloaded http-body v0.4.6 |
266 | 2024-08-30T01:03:31.700Z | Downloaded hostname v0.4.0 |
267 | 2024-08-30T01:03:31.703Z | Downloaded unicode-ident v1.0.12 |
268 | 2024-08-30T01:03:31.705Z | Downloaded unicode-bidi v0.3.15 |
269 | 2024-08-30T01:03:31.709Z | Downloaded proc-macro2 v1.0.86 |
270 | 2024-08-30T01:03:31.711Z | Downloaded num-conv v0.1.0 |
271 | 2024-08-30T01:03:31.711Z | Downloaded newtype-uuid v1.1.0 |
272 | 2024-08-30T01:03:31.711Z | Downloaded managed v0.8.0 |
273 | 2024-08-30T01:03:31.714Z | Downloaded zeroize v1.7.0 |
274 | 2024-08-30T01:03:31.717Z | Downloaded tokio-rustls v0.25.0 |
275 | 2024-08-30T01:03:31.717Z | Downloaded whoami v1.5.1 |
276 | 2024-08-30T01:03:31.719Z | Downloaded waitgroup v0.1.2 |
277 | 2024-08-30T01:03:31.719Z | Downloaded sct v0.7.1 |
278 | 2024-08-30T01:03:31.723Z | Downloaded log v0.4.22 |
279 | 2024-08-30T01:03:31.725Z | Downloaded expectorate v1.1.0 |
280 | 2024-08-30T01:03:31.728Z | Downloaded want v0.3.1 |
281 | 2024-08-30T01:03:31.730Z | Downloaded time-core v0.1.2 |
282 | 2024-08-30T01:03:31.730Z | Downloaded zone_cfg_derive v0.3.0 |
283 | 2024-08-30T01:03:31.730Z | Downloaded clap v4.5.4 |
284 | 2024-08-30T01:03:31.738Z | Downloaded hostname v0.3.1 |
285 | 2024-08-30T01:03:31.740Z | Downloaded hash32 v0.3.1 |
286 | 2024-08-30T01:03:31.743Z | Downloaded thiserror-impl v1.0.63 |
287 | 2024-08-30T01:03:31.743Z | Downloaded strum_macros v0.26.2 |
288 | 2024-08-30T01:03:31.745Z | Downloaded wyz v0.5.1 |
289 | 2024-08-30T01:03:31.748Z | Downloaded slog-term v2.9.1 |
290 | 2024-08-30T01:03:31.748Z | Downloaded const_format v0.2.32 |
291 | 2024-08-30T01:03:31.752Z | Downloaded hubpack_derive v0.1.1 |
292 | 2024-08-30T01:03:31.755Z | Downloaded take_mut v0.2.2 |
293 | 2024-08-30T01:03:31.755Z | Downloaded httpdate v1.0.3 |
294 | 2024-08-30T01:03:31.757Z | Downloaded usdt-impl v0.5.0 |
295 | 2024-08-30T01:03:31.757Z | Downloaded thiserror v1.0.63 |
296 | 2024-08-30T01:03:31.761Z | Downloaded hubpack v0.1.2 |
297 | 2024-08-30T01:03:31.763Z | Downloaded is_terminal_polyfill v1.70.0 |
298 | 2024-08-30T01:03:31.763Z | Downloaded is_ci v1.2.0 |
299 | 2024-08-30T01:03:31.766Z | Downloaded lazy_static v1.5.0 |
300 | 2024-08-30T01:03:31.769Z | Downloaded num-iter v0.1.45 |
301 | 2024-08-30T01:03:31.769Z | Downloaded native-tls v0.2.11 |
302 | 2024-08-30T01:03:31.772Z | Downloaded multer v3.1.0 |
303 | 2024-08-30T01:03:31.772Z | Downloaded unicode-width v0.1.12 |
304 | 2024-08-30T01:03:31.774Z | Downloaded itoa v1.0.11 |
305 | 2024-08-30T01:03:31.777Z | Downloaded rayon-core v1.12.1 |
306 | 2024-08-30T01:03:31.779Z | Downloaded indexmap v2.4.0 |
307 | 2024-08-30T01:03:31.782Z | Downloaded kstat-rs v0.2.4 |
308 | 2024-08-30T01:03:31.785Z | Downloaded zone v0.3.0 |
309 | 2024-08-30T01:03:31.785Z | Downloaded unicode-xid v0.2.4 |
310 | 2024-08-30T01:03:31.788Z | Downloaded thread_local v1.1.8 |
311 | 2024-08-30T01:03:31.788Z | Downloaded serde_derive v1.0.208 |
312 | 2024-08-30T01:03:31.791Z | Downloaded tokio-tungstenite v0.21.0 |
313 | 2024-08-30T01:03:31.793Z | Downloaded tracing-attributes v0.1.27 |
314 | 2024-08-30T01:03:31.795Z | Downloaded serde_yaml v0.9.34+deprecated |
315 | 2024-08-30T01:03:31.798Z | Downloaded ucd-trie v0.1.6 |
316 | 2024-08-30T01:03:31.801Z | Downloaded is-terminal v0.4.12 |
317 | 2024-08-30T01:03:31.801Z | Downloaded glob v0.3.1 |
318 | 2024-08-30T01:03:31.804Z | Downloaded globset v0.4.14 |
319 | 2024-08-30T01:03:31.804Z | Downloaded fixedbitset v0.4.2 |
320 | 2024-08-30T01:03:31.807Z | Downloaded ipnetwork v0.20.0 |
321 | 2024-08-30T01:03:31.807Z | Downloaded untrusted v0.9.0 |
322 | 2024-08-30T01:03:31.809Z | Downloaded zerocopy v0.3.2 |
323 | 2024-08-30T01:03:31.809Z | Downloaded thread-id v4.2.1 |
324 | 2024-08-30T01:03:31.812Z | Downloaded macaddr v1.0.1 |
325 | 2024-08-30T01:03:31.812Z | Downloaded universal-hash v0.5.1 |
326 | 2024-08-30T01:03:31.814Z | Downloaded subtle v2.5.0 |
327 | 2024-08-30T01:03:31.814Z | Downloaded stable_deref_trait v1.2.0 |
328 | 2024-08-30T01:03:31.814Z | Downloaded spin v0.9.8 |
329 | 2024-08-30T01:03:31.817Z | Downloaded vergen v8.3.2 |
330 | 2024-08-30T01:03:31.819Z | Downloaded zerocopy v0.6.6 |
331 | 2024-08-30T01:03:31.822Z | Downloaded highway v1.2.0 |
332 | 2024-08-30T01:03:31.825Z | Downloaded futures-core v0.3.30 |
333 | 2024-08-30T01:03:31.827Z | Downloaded humantime v2.1.0 |
334 | 2024-08-30T01:03:31.827Z | Downloaded smf v0.2.3 |
335 | 2024-08-30T01:03:31.830Z | Downloaded hex v0.4.3 |
336 | 2024-08-30T01:03:31.832Z | Downloaded smallvec v1.13.2 |
337 | 2024-08-30T01:03:31.832Z | Downloaded usdt v0.3.5 |
338 | 2024-08-30T01:03:31.835Z | Downloaded cc v1.0.97 |
339 | 2024-08-30T01:03:31.837Z | Downloaded toml v0.7.8 |
340 | 2024-08-30T01:03:31.839Z | Downloaded http v1.1.0 |
341 | 2024-08-30T01:03:31.843Z | Downloaded num-complex v0.4.6 |
342 | 2024-08-30T01:03:31.845Z | Downloaded tap v1.0.1 |
343 | 2024-08-30T01:03:31.847Z | Downloaded time-macros v0.2.18 |
344 | 2024-08-30T01:03:31.850Z | Downloaded futures-channel v0.3.30 |
345 | 2024-08-30T01:03:31.850Z | Downloaded typenum v1.17.0 |
346 | 2024-08-30T01:03:31.852Z | Downloaded tempfile v3.10.1 |
347 | 2024-08-30T01:03:31.854Z | Downloaded toml v0.8.19 |
348 | 2024-08-30T01:03:31.858Z | Downloaded tokio-rustls v0.24.1 |
349 | 2024-08-30T01:03:31.860Z | Downloaded schemars v0.8.21 |
350 | 2024-08-30T01:03:31.873Z | Downloaded libloading v0.7.4 |
351 | 2024-08-30T01:03:31.875Z | Downloaded socket2 v0.5.7 |
352 | 2024-08-30T01:03:31.878Z | Downloaded tinyvec v1.6.0 |
353 | 2024-08-30T01:03:31.881Z | Downloaded clap_builder v4.5.2 |
354 | 2024-08-30T01:03:31.887Z | Downloaded uuid v1.10.0 |
355 | 2024-08-30T01:03:31.890Z | Downloaded tar v0.4.40 |
356 | 2024-08-30T01:03:31.892Z | Downloaded num-bigint v0.4.5 |
357 | 2024-08-30T01:03:31.898Z | Downloaded http v0.2.12 |
358 | 2024-08-30T01:03:31.901Z | Downloaded tracing-core v0.1.32 |
359 | 2024-08-30T01:03:31.904Z | Downloaded tracing v0.1.40 |
360 | 2024-08-30T01:03:31.909Z | Downloaded steno v0.4.1 |
361 | 2024-08-30T01:03:31.912Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2024-08-30T01:03:31.916Z | Downloaded toml_edit v0.19.15 |
363 | 2024-08-30T01:03:31.932Z | Downloaded libm v0.2.8 |
364 | 2024-08-30T01:03:31.939Z | Downloaded url v2.5.0 |
365 | 2024-08-30T01:03:31.942Z | Downloaded unicode-normalization v0.1.23 |
366 | 2024-08-30T01:03:31.946Z | Downloaded heapless v0.8.0 |
367 | 2024-08-30T01:03:31.949Z | Downloaded hickory-resolver v0.24.1 |
368 | 2024-08-30T01:03:31.954Z | Downloaded mio v1.0.2 |
369 | 2024-08-30T01:03:31.960Z | Downloaded reqwest v0.11.27 |
370 | 2024-08-30T01:03:31.967Z | Downloaded hashbrown v0.14.5 |
371 | 2024-08-30T01:03:31.972Z | Downloaded hashbrown v0.12.3 |
372 | 2024-08-30T01:03:31.976Z | Downloaded serde_json v1.0.125 |
373 | 2024-08-30T01:03:31.983Z | Downloaded toml_edit v0.22.20 |
374 | 2024-08-30T01:03:32.004Z | Downloaded futures-util v0.3.30 |
375 | 2024-08-30T01:03:32.017Z | Downloaded zerocopy v0.7.34 |
376 | 2024-08-30T01:03:32.032Z | Downloaded winnow v0.6.18 |
377 | 2024-08-30T01:03:32.041Z | Downloaded winnow v0.5.40 |
378 | 2024-08-30T01:03:32.049Z | Downloaded hyper v0.14.28 |
379 | 2024-08-30T01:03:32.057Z | Downloaded itertools v0.13.0 |
380 | 2024-08-30T01:03:32.064Z | Downloaded goblin v0.8.2 |
381 | 2024-08-30T01:03:32.070Z | Downloaded h2 v0.3.26 |
382 | 2024-08-30T01:03:32.077Z | Downloaded rustls-webpki v0.102.4 |
383 | 2024-08-30T01:03:32.095Z | Downloaded git2 v0.19.0 |
384 | 2024-08-30T01:03:32.103Z | Downloaded vcpkg v0.2.15 |
385 | 2024-08-30T01:03:32.140Z | Downloaded syn v1.0.109 |
386 | 2024-08-30T01:03:32.150Z | Downloaded idna v0.5.0 |
387 | 2024-08-30T01:03:32.157Z | Downloaded bstr v1.9.1 |
388 | 2024-08-30T01:03:32.167Z | Downloaded regex v1.10.6 |
389 | 2024-08-30T01:03:32.180Z | Downloaded openssl v0.10.66 |
390 | 2024-08-30T01:03:32.190Z | Downloaded smoltcp v0.11.0 |
391 | 2024-08-30T01:03:32.201Z | Downloaded rustls-webpki v0.101.7 |
392 | 2024-08-30T01:03:32.215Z | Downloaded hickory-proto v0.24.1 |
393 | 2024-08-30T01:03:32.229Z | Downloaded webpki-roots v0.25.4 |
394 | 2024-08-30T01:03:32.233Z | Downloaded syn v2.0.75 |
395 | 2024-08-30T01:03:32.243Z | Downloaded idna v0.4.0 |
396 | 2024-08-30T01:03:32.249Z | Downloaded zerocopy-derive v0.6.6 |
397 | 2024-08-30T01:03:32.258Z | Downloaded regress v0.9.1 |
398 | 2024-08-30T01:03:32.266Z | Downloaded zerocopy-derive v0.2.0 |
399 | 2024-08-30T01:03:32.273Z | Downloaded nix v0.28.0 |
400 | 2024-08-30T01:03:32.284Z | Downloaded nix v0.29.0 |
401 | 2024-08-30T01:03:32.295Z | Downloaded rustls v0.22.4 |
402 | 2024-08-30T01:03:32.307Z | Downloaded rustix v0.38.34 |
403 | 2024-08-30T01:03:32.328Z | Downloaded regress v0.10.0 |
404 | 2024-08-30T01:03:32.337Z | Downloaded regex-syntax v0.8.4 |
405 | 2024-08-30T01:03:32.344Z | Downloaded libc v0.2.158 |
406 | 2024-08-30T01:03:32.369Z | Downloaded tokio v1.39.3 |
407 | 2024-08-30T01:03:32.405Z | Downloaded regex-automata v0.4.6 |
408 | 2024-08-30T01:03:32.420Z | Downloaded petgraph v0.6.5 |
409 | 2024-08-30T01:03:32.438Z | Downloaded openapiv3 v2.0.0 |
410 | 2024-08-30T01:03:32.447Z | Downloaded rustls v0.21.12 |
411 | 2024-08-30T01:03:32.457Z | Downloaded bitvec v1.0.1 |
412 | 2024-08-30T01:03:32.471Z | Downloaded serde_with v3.9.0 |
413 | 2024-08-30T01:03:32.479Z | Downloaded encoding_rs v0.8.34 |
414 | 2024-08-30T01:03:32.499Z | Downloaded rayon v1.10.0 |
415 | 2024-08-30T01:03:32.507Z | Downloaded chrono v0.4.38 |
416 | 2024-08-30T01:03:32.516Z | Downloaded tokio-util v0.7.11 |
417 | 2024-08-30T01:03:32.524Z | Downloaded time v0.3.36 |
418 | 2024-08-30T01:03:32.527Z | Downloaded unicode-segmentation v1.11.0 |
419 | 2024-08-30T01:03:32.529Z | Downloaded itertools v0.10.5 |
420 | 2024-08-30T01:03:32.536Z | Downloaded rusqlite v0.31.0 |
421 | 2024-08-30T01:03:32.542Z | Downloaded pest v2.7.10 |
422 | 2024-08-30T01:03:32.547Z | Downloaded aho-corasick v1.1.3 |
423 | 2024-08-30T01:03:32.552Z | Downloaded memchr v2.7.2 |
424 | 2024-08-30T01:03:32.557Z | Downloaded ron v0.8.1 |
425 | 2024-08-30T01:03:32.562Z | Downloaded ipnet v2.9.0 |
426 | 2024-08-30T01:03:32.564Z | Downloaded getrandom v0.2.14 |
427 | 2024-08-30T01:03:32.567Z | Downloaded tungstenite v0.21.0 |
428 | 2024-08-30T01:03:32.569Z | Downloaded synstructure v0.12.6 |
429 | 2024-08-30T01:03:32.572Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
430 | 2024-08-30T01:03:32.626Z | Downloaded float-ord v0.3.2 |
431 | 2024-08-30T01:03:32.629Z | Downloaded version_check v0.9.5 |
432 | 2024-08-30T01:03:32.629Z | Downloaded toml_datetime v0.6.8 |
433 | 2024-08-30T01:03:32.629Z | Downloaded num v0.4.3 |
434 | 2024-08-30T01:03:32.629Z | Downloaded xattr v1.3.1 |
435 | 2024-08-30T01:03:32.631Z | Downloaded utf8parse v0.2.1 |
436 | 2024-08-30T01:03:32.631Z | Downloaded utf-8 v0.7.6 |
437 | 2024-08-30T01:03:32.634Z | Downloaded serde v1.0.208 |
438 | 2024-08-30T01:03:32.636Z | Downloaded form_urlencoded v1.2.1 |
439 | 2024-08-30T01:03:32.636Z | Downloaded usdt-impl v0.3.5 |
440 | 2024-08-30T01:03:32.638Z | Downloaded futures-executor v0.3.30 |
441 | 2024-08-30T01:03:32.638Z | Downloaded static_assertions v1.1.0 |
442 | 2024-08-30T01:03:32.641Z | Downloaded num-derive v0.4.2 |
443 | 2024-08-30T01:03:32.644Z | Downloaded slog-json v2.6.1 |
444 | 2024-08-30T01:03:32.644Z | Downloaded num-rational v0.4.2 |
445 | 2024-08-30T01:03:32.647Z | Downloaded hashlink v0.9.1 |
446 | 2024-08-30T01:03:32.647Z | Downloaded semver v1.0.23 |
447 | 2024-08-30T01:03:32.649Z | Downloaded rustls-pemfile v2.1.3 |
448 | 2024-08-30T01:03:32.651Z | Downloaded usdt v0.5.0 |
449 | 2024-08-30T01:03:32.651Z | Downloaded twox-hash v1.6.3 |
450 | 2024-08-30T01:03:32.653Z | Downloaded resolv-conf v0.7.0 |
451 | 2024-08-30T01:03:32.653Z | Downloaded prettyplease v0.2.20 |
452 | 2024-08-30T01:03:32.656Z | Downloaded indexmap v1.9.3 |
453 | 2024-08-30T01:03:32.659Z | Downloaded derive-where v1.2.7 |
454 | 2024-08-30T01:03:32.663Z | Downloaded crossbeam-utils v0.8.19 |
455 | 2024-08-30T01:03:32.665Z | Downloaded heck v0.4.1 |
456 | 2024-08-30T01:03:32.668Z | Downloaded futures-io v0.3.30 |
457 | 2024-08-30T01:03:32.668Z | Downloaded num_enum v0.7.2 |
458 | 2024-08-30T01:03:32.671Z | Downloaded strum v0.26.2 |
459 | 2024-08-30T01:03:32.673Z | Downloaded similar v2.5.0 |
460 | 2024-08-30T01:03:32.677Z | Downloaded base64 v0.21.7 |
461 | 2024-08-30T01:03:32.680Z | Downloaded slog v2.7.0 |
462 | 2024-08-30T01:03:32.683Z | Downloaded serde_tokenstream v0.1.7 |
463 | 2024-08-30T01:03:32.685Z | Downloaded crossbeam-channel v0.5.12 |
464 | 2024-08-30T01:03:32.689Z | Downloaded serde_urlencoded v0.7.1 |
465 | 2024-08-30T01:03:32.692Z | Downloaded serde_repr v0.1.19 |
466 | 2024-08-30T01:03:32.695Z | Downloaded erased-serde v0.4.5 |
467 | 2024-08-30T01:03:32.695Z | Downloaded darling v0.20.9 |
468 | 2024-08-30T01:03:32.698Z | Downloaded clap_derive v4.5.4 |
469 | 2024-08-30T01:03:32.700Z | Downloaded num_enum v0.5.11 |
470 | 2024-08-30T01:03:32.705Z | Downloaded scopeguard v1.2.0 |
471 | 2024-08-30T01:03:32.708Z | Downloaded rustc_version v0.4.0 |
472 | 2024-08-30T01:03:32.708Z | Downloaded bincode v1.3.3 |
473 | 2024-08-30T01:03:32.710Z | Downloaded backoff v0.4.0 |
474 | 2024-08-30T01:03:32.712Z | Downloaded rand_chacha v0.3.1 |
475 | 2024-08-30T01:03:32.714Z | Downloaded radium v0.7.0 |
476 | 2024-08-30T01:03:32.714Z | Downloaded proc-macro-crate v1.3.1 |
477 | 2024-08-30T01:03:32.715Z | Downloaded pretty-hex v0.4.1 |
478 | 2024-08-30T01:03:32.717Z | Downloaded anstream v0.6.14 |
479 | 2024-08-30T01:03:32.720Z | Downloaded pin-utils v0.1.0 |
480 | 2024-08-30T01:03:32.720Z | Downloaded paste v1.0.15 |
481 | 2024-08-30T01:03:32.726Z | Downloaded parse-display-derive v0.10.0 |
482 | 2024-08-30T01:03:32.726Z | Downloaded fastrand v2.1.0 |
483 | 2024-08-30T01:03:32.726Z | Downloaded fallible-iterator v0.3.0 |
484 | 2024-08-30T01:03:32.726Z | Downloaded enum-as-inner v0.6.0 |
485 | 2024-08-30T01:03:32.729Z | Downloaded embedded-io v0.6.1 |
486 | 2024-08-30T01:03:32.730Z | Downloaded defmt v0.3.8 |
487 | 2024-08-30T01:03:32.732Z | Downloaded ctrlc v3.4.4 |
488 | 2024-08-30T01:03:32.734Z | Downloaded colored v2.1.0 |
489 | 2024-08-30T01:03:32.736Z | Downloaded either v1.12.0 |
490 | 2024-08-30T01:03:32.739Z | Downloaded cipher v0.4.4 |
491 | 2024-08-30T01:03:32.739Z | Downloaded serde_derive_internals v0.29.1 |
492 | 2024-08-30T01:03:32.741Z | Downloaded aes-gcm-siv v0.11.1 |
493 | 2024-08-30T01:03:32.744Z | Downloaded byteorder v1.5.0 |
494 | 2024-08-30T01:03:32.746Z | Downloaded block-buffer v0.10.4 |
495 | 2024-08-30T01:03:32.746Z | Downloaded bitflags v1.3.2 |
496 | 2024-08-30T01:03:32.748Z | Downloaded num-traits v0.2.19 |
497 | 2024-08-30T01:03:32.751Z | Downloaded darling_core v0.20.9 |
498 | 2024-08-30T01:03:32.755Z | Downloaded password-hash v0.5.0 |
499 | 2024-08-30T01:03:32.757Z | Downloaded async-stream v0.3.5 |
500 | 2024-08-30T01:03:32.759Z | Downloaded anstyle-query v1.0.3 |
501 | 2024-08-30T01:03:32.761Z | Downloaded anstyle v1.0.7 |
502 | 2024-08-30T01:03:32.761Z | Downloaded crossbeam-epoch v0.9.18 |
503 | 2024-08-30T01:03:32.764Z | Downloaded bytes v1.7.1 |
504 | 2024-08-30T01:03:32.766Z | Downloaded cookie v0.18.1 |
505 | 2024-08-30T01:03:32.769Z | Downloaded console v0.15.8 |
506 | 2024-08-30T01:03:32.771Z | Downloaded aead v0.5.2 |
507 | 2024-08-30T01:03:32.773Z | Downloaded ring v0.17.8 |
508 | 2024-08-30T01:03:32.837Z | Downloaded pkg-config v0.3.30 |
509 | 2024-08-30T01:03:32.840Z | Downloaded bitflags v2.6.0 |
510 | 2024-08-30T01:03:32.842Z | Downloaded ctr v0.9.2 |
511 | 2024-08-30T01:03:32.844Z | Downloaded cargo-platform v0.1.8 |
512 | 2024-08-30T01:03:32.847Z | Downloaded camino-tempfile v1.1.1 |
513 | 2024-08-30T01:03:32.847Z | Downloaded once_cell v1.19.0 |
514 | 2024-08-30T01:03:32.850Z | Downloaded data-encoding v2.6.0 |
515 | 2024-08-30T01:03:32.850Z | Downloaded crypto-common v0.1.6 |
516 | 2024-08-30T01:03:32.853Z | Downloaded clap_lex v0.7.0 |
517 | 2024-08-30T01:03:32.853Z | Downloaded cargo_metadata v0.18.1 |
518 | 2024-08-30T01:03:32.855Z | Downloaded atomic-waker v1.1.2 |
519 | 2024-08-30T01:03:32.855Z | Downloaded ahash v0.8.11 |
520 | 2024-08-30T01:03:32.872Z | Downloaded libz-sys v1.1.16 |
521 | 2024-08-30T01:03:32.995Z | Downloaded libsqlite3-sys v0.28.0 |
522 | 2024-08-30T01:03:33.448Z | Compiling proc-macro2 v1.0.86 |
523 | 2024-08-30T01:03:33.450Z | Compiling unicode-ident v1.0.12 |
524 | 2024-08-30T01:03:33.450Z | Compiling libc v0.2.158 |
525 | 2024-08-30T01:03:33.451Z | Compiling serde v1.0.208 |
526 | 2024-08-30T01:03:33.451Z | Compiling version_check v0.9.5 |
527 | 2024-08-30T01:03:33.451Z | Compiling once_cell v1.19.0 |
528 | 2024-08-30T01:03:33.451Z | Compiling autocfg v1.3.0 |
529 | 2024-08-30T01:03:33.496Z | Checking cfg-if v1.0.0 |
530 | 2024-08-30T01:03:33.683Z | Compiling serde_json v1.0.125 |
531 | 2024-08-30T01:03:33.758Z | Compiling thiserror v1.0.63 |
532 | 2024-08-30T01:03:34.047Z | Compiling memchr v2.7.2 |
533 | 2024-08-30T01:03:34.326Z | Compiling ahash v0.8.11 |
534 | 2024-08-30T01:03:34.514Z | Compiling libm v0.2.8 |
535 | 2024-08-30T01:03:34.580Z | Compiling byteorder v1.5.0 |
536 | 2024-08-30T01:03:34.765Z | Compiling itoa v1.0.11 |
537 | 2024-08-30T01:03:35.041Z | Compiling lock_api v0.4.12 |
538 | 2024-08-30T01:03:35.152Z | Compiling parking_lot_core v0.9.10 |
539 | 2024-08-30T01:03:35.379Z | Compiling quote v1.0.36 |
540 | 2024-08-30T01:03:35.402Z | Compiling ryu v1.0.18 |
541 | 2024-08-30T01:03:35.650Z | Compiling allocator-api2 v0.2.18 |
542 | 2024-08-30T01:03:35.673Z | Checking getrandom v0.2.14 |
543 | 2024-08-30T01:03:35.756Z | Compiling syn v2.0.75 |
544 | 2024-08-30T01:03:35.833Z | Compiling jobserver v0.1.31 |
545 | 2024-08-30T01:03:35.858Z | Compiling pkg-config v0.3.30 |
546 | 2024-08-30T01:03:35.922Z | Compiling log v0.4.22 |
547 | 2024-08-30T01:03:36.003Z | Compiling vcpkg v0.2.15 |
548 | 2024-08-30T01:03:36.026Z | Compiling schemars v0.8.21 |
549 | 2024-08-30T01:03:36.073Z | Compiling slab v0.4.9 |
550 | 2024-08-30T01:03:36.296Z | Compiling cc v1.0.97 |
551 | 2024-08-30T01:03:36.469Z | Compiling num-traits v0.2.19 |
552 | 2024-08-30T01:03:36.597Z | Checking pin-project-lite v0.2.14 |
553 | 2024-08-30T01:03:36.714Z | Compiling equivalent v1.0.1 |
554 | 2024-08-30T01:03:36.820Z | Compiling typenum v1.17.0 |
555 | 2024-08-30T01:03:36.841Z | Compiling generic-array v0.14.7 |
556 | 2024-08-30T01:03:37.048Z | Checking smallvec v1.13.2 |
557 | 2024-08-30T01:03:37.431Z | Checking scopeguard v1.2.0 |
558 | 2024-08-30T01:03:37.551Z | Compiling httparse v1.8.0 |
559 | 2024-08-30T01:03:37.983Z | Checking socket2 v0.5.7 |
560 | 2024-08-30T01:03:38.013Z | Checking parking_lot v0.12.2 |
561 | 2024-08-30T01:03:38.053Z | Checking signal-hook-registry v1.4.2 |
562 | 2024-08-30T01:03:38.096Z | Checking mio v1.0.2 |
563 | 2024-08-30T01:03:38.317Z | Compiling fnv v1.0.7 |
564 | 2024-08-30T01:03:38.368Z | Compiling semver v1.0.23 |
565 | 2024-08-30T01:03:38.421Z | Checking rand_core v0.6.4 |
566 | 2024-08-30T01:03:38.455Z | Checking iana-time-zone v0.1.60 |
567 | 2024-08-30T01:03:38.626Z | Compiling ucd-trie v0.1.6 |
568 | 2024-08-30T01:03:38.762Z | Compiling slog v2.7.0 |
569 | 2024-08-30T01:03:38.785Z | Compiling heck v0.5.0 |
570 | 2024-08-30T01:03:39.127Z | Checking futures-core v0.3.30 |
571 | 2024-08-30T01:03:39.147Z | Compiling syn v1.0.109 |
572 | 2024-08-30T01:03:39.195Z | Checking dyn-clone v1.0.17 |
573 | 2024-08-30T01:03:39.218Z | Compiling rustversion v1.0.17 |
574 | 2024-08-30T01:03:39.352Z | Checking futures-sink v0.3.30 |
575 | 2024-08-30T01:03:39.503Z | Compiling openssl v0.10.66 |
576 | 2024-08-30T01:03:39.611Z | Compiling ring v0.17.8 |
577 | 2024-08-30T01:03:39.633Z | Compiling openssl-sys v0.9.103 |
578 | 2024-08-30T01:03:39.955Z | Compiling rustls v0.21.12 |
579 | 2024-08-30T01:03:39.975Z | Checking futures-channel v0.3.30 |
580 | 2024-08-30T01:03:40.595Z | Compiling aho-corasick v1.1.3 |
581 | 2024-08-30T01:03:41.151Z | Compiling regex-syntax v0.8.4 |
582 | 2024-08-30T01:03:41.212Z | Checking futures-task v0.3.30 |
583 | 2024-08-30T01:03:41.590Z | Checking pin-utils v0.1.0 |
584 | 2024-08-30T01:03:41.621Z | Checking futures-io v0.3.30 |
585 | 2024-08-30T01:03:42.309Z | Compiling serde_derive_internals v0.29.1 |
586 | 2024-08-30T01:03:42.668Z | Compiling heck v0.4.1 |
587 | 2024-08-30T01:03:43.071Z | Compiling native-tls v0.2.11 |
588 | 2024-08-30T01:03:43.958Z | Compiling regex-automata v0.4.6 |
589 | 2024-08-30T01:03:44.490Z | Compiling num-conv v0.1.0 |
590 | 2024-08-30T01:03:44.570Z | Compiling time-core v0.1.2 |
591 | 2024-08-30T01:03:44.719Z | Compiling anyhow v1.0.86 |
592 | 2024-08-30T01:03:44.741Z | Checking spin v0.9.8 |
593 | 2024-08-30T01:03:44.745Z | Compiling time-macros v0.2.18 |
594 | 2024-08-30T01:03:44.972Z | Checking crypto-common v0.1.6 |
595 | 2024-08-30T01:03:45.137Z | Checking tracing-core v0.1.32 |
596 | 2024-08-30T01:03:45.499Z | Compiling thread-id v4.2.1 |
597 | 2024-08-30T01:03:45.624Z | Checking untrusted v0.9.0 |
598 | 2024-08-30T01:03:45.789Z | Checking subtle v2.5.0 |
599 | 2024-08-30T01:03:45.807Z | Compiling camino v1.1.9 |
600 | 2024-08-30T01:03:46.017Z | Checking percent-encoding v2.3.1 |
601 | 2024-08-30T01:03:46.213Z | Checking form_urlencoded v1.2.1 |
602 | 2024-08-30T01:03:46.406Z | Checking tinyvec_macros v0.1.1 |
603 | 2024-08-30T01:03:46.494Z | Checking tinyvec v1.6.0 |
604 | 2024-08-30T01:03:46.514Z | Checking ppv-lite86 v0.2.17 |
605 | 2024-08-30T01:03:47.174Z | Compiling serde_derive v1.0.208 |
606 | 2024-08-30T01:03:47.202Z | Compiling zerocopy-derive v0.7.34 |
607 | 2024-08-30T01:03:47.667Z | Compiling thiserror-impl v1.0.63 |
608 | 2024-08-30T01:03:47.762Z | Compiling tokio-macros v2.4.0 |
609 | 2024-08-30T01:03:49.266Z | Compiling zerocopy v0.7.34 |
610 | 2024-08-30T01:03:49.350Z | Compiling schemars_derive v0.8.21 |
611 | 2024-08-30T01:03:50.836Z | Compiling futures-macro v0.3.30 |
612 | 2024-08-30T01:03:50.971Z | Compiling pest v2.7.10 |
613 | 2024-08-30T01:03:51.230Z | Compiling hashbrown v0.14.5 |
614 | 2024-08-30T01:03:51.377Z | Compiling openssl-macros v0.1.1 |
615 | 2024-08-30T01:03:51.704Z | Compiling regex v1.10.6 |
616 | 2024-08-30T01:03:52.237Z | Compiling scroll_derive v0.12.0 |
617 | 2024-08-30T01:03:52.419Z | Compiling tracing-attributes v0.1.27 |
618 | 2024-08-30T01:03:52.603Z | Compiling regress v0.10.0 |
619 | 2024-08-30T01:03:52.769Z | Checking futures-util v0.3.30 |
620 | 2024-08-30T01:03:53.767Z | Compiling pest_meta v2.7.10 |
621 | 2024-08-30T01:03:53.790Z | Compiling scroll v0.12.0 |
622 | 2024-08-30T01:03:53.833Z | Checking unicode-normalization v0.1.23 |
623 | 2024-08-30T01:03:54.377Z | Checking rand_chacha v0.3.1 |
624 | 2024-08-30T01:03:54.738Z | Compiling usdt-impl v0.5.0 |
625 | 2024-08-30T01:03:54.741Z | Checking unicode-bidi v0.3.15 |
626 | 2024-08-30T01:03:55.150Z | Compiling pest_generator v2.7.10 |
627 | 2024-08-30T01:03:55.560Z | Compiling plain v0.2.3 |
628 | 2024-08-30T01:03:55.736Z | Compiling goblin v0.8.2 |
629 | 2024-08-30T01:03:55.771Z | Checking tracing v0.1.40 |
630 | 2024-08-30T01:03:56.279Z | Checking rand v0.8.5 |
631 | 2024-08-30T01:03:57.297Z | Compiling pretty-hex v0.4.1 |
632 | 2024-08-30T01:03:57.460Z | Checking try-lock v0.2.5 |
633 | 2024-08-30T01:03:57.494Z | Checking idna v0.5.0 |
634 | 2024-08-30T01:03:57.519Z | Compiling strum_macros v0.26.2 |
635 | 2024-08-30T01:03:57.595Z | Checking want v0.3.1 |
636 | 2024-08-30T01:03:57.780Z | Checking cpufeatures v0.2.12 |
637 | 2024-08-30T01:03:57.831Z | Compiling pest_derive v2.7.10 |
638 | 2024-08-30T01:03:57.877Z | Checking httpdate v1.0.3 |
639 | 2024-08-30T01:03:58.123Z | Checking tower-service v0.3.2 |
640 | 2024-08-30T01:03:58.197Z | Compiling unsafe-libyaml v0.2.11 |
641 | 2024-08-30T01:03:58.249Z | Checking rustls-webpki v0.101.7 |
642 | 2024-08-30T01:03:58.369Z | Checking url v2.5.0 |
643 | 2024-08-30T01:03:58.773Z | Compiling dtrace-parser v0.2.0 |
644 | 2024-08-30T01:03:59.012Z | Checking sct v0.7.1 |
645 | 2024-08-30T01:03:59.142Z | Compiling async-trait v0.1.81 |
646 | 2024-08-30T01:03:59.214Z | Checking block-buffer v0.10.4 |
647 | 2024-08-30T01:03:59.619Z | Compiling omicron-workspace-hack v0.1.0 |
648 | 2024-08-30T01:03:59.802Z | Checking bytes v1.7.1 |
649 | 2024-08-30T01:03:59.986Z | Checking bitflags v2.6.0 |
650 | 2024-08-30T01:04:00.285Z | Checking chrono v0.4.38 |
651 | 2024-08-30T01:04:00.507Z | Checking uuid v1.10.0 |
652 | 2024-08-30T01:04:00.628Z | Checking tokio v1.39.3 |
653 | 2024-08-30T01:04:01.432Z | Compiling indexmap v2.4.0 |
654 | 2024-08-30T01:04:01.540Z | Compiling serde_tokenstream v0.2.2 |
655 | 2024-08-30T01:04:02.859Z | Compiling http v0.2.12 |
656 | 2024-08-30T01:04:03.575Z | Compiling openapiv3 v2.0.0 |
657 | 2024-08-30T01:04:03.655Z | Compiling dof v0.3.0 |
658 | 2024-08-30T01:04:04.131Z | Compiling toml_datetime v0.6.8 |
659 | 2024-08-30T01:04:05.196Z | Checking http-body v0.4.6 |
660 | 2024-08-30T01:04:05.254Z | Compiling serde_yaml v0.9.34+deprecated |
661 | 2024-08-30T01:04:05.442Z | Checking foreign-types-shared v0.1.1 |
662 | 2024-08-30T01:04:05.556Z | Compiling rustls v0.22.4 |
663 | 2024-08-30T01:04:05.611Z | Compiling strsim v0.11.1 |
664 | 2024-08-30T01:04:05.802Z | Checking foreign-types v0.3.2 |
665 | 2024-08-30T01:04:05.962Z | Checking digest v0.10.7 |
666 | 2024-08-30T01:04:07.686Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
667 | 2024-08-30T01:04:07.796Z | Checking encoding_rs v0.8.34 |
668 | 2024-08-30T01:04:07.880Z | Checking tokio-util v0.7.11 |
669 | 2024-08-30T01:04:07.971Z | Checking base64 v0.21.7 |
670 | 2024-08-30T01:04:08.408Z | Compiling crossbeam-utils v0.8.19 |
671 | 2024-08-30T01:04:08.446Z | Compiling paste v1.0.15 |
672 | 2024-08-30T01:04:08.704Z | Checking h2 v0.3.26 |
673 | 2024-08-30T01:04:08.973Z | Checking mime v0.3.17 |
674 | 2024-08-30T01:04:09.032Z | Compiling slog-async v2.8.0 |
675 | 2024-08-30T01:04:09.356Z | Checking tokio-rustls v0.24.1 |
676 | 2024-08-30T01:04:09.439Z | Compiling usdt-attr-macro v0.5.0 |
677 | 2024-08-30T01:04:09.621Z | Compiling usdt-macro v0.5.0 |
678 | 2024-08-30T01:04:09.707Z | Checking serde_urlencoded v0.7.1 |
679 | 2024-08-30T01:04:10.152Z | Compiling multer v3.1.0 |
680 | 2024-08-30T01:04:10.725Z | Checking openssl-probe v0.1.5 |
681 | 2024-08-30T01:04:10.947Z | Compiling ident_case v1.0.1 |
682 | 2024-08-30T01:04:11.124Z | Compiling darling_core v0.20.9 |
683 | 2024-08-30T01:04:11.689Z | Checking rustls-pemfile v1.0.4 |
684 | 2024-08-30T01:04:12.009Z | Compiling async-stream-impl v0.3.5 |
685 | 2024-08-30T01:04:12.835Z | Checking hyper v0.14.28 |
686 | 2024-08-30T01:04:13.313Z | Checking powerfmt v0.2.0 |
687 | 2024-08-30T01:04:13.380Z | Compiling rustix v0.38.34 |
688 | 2024-08-30T01:04:13.606Z | Checking ipnet v2.9.0 |
689 | 2024-08-30T01:04:14.085Z | Checking deranged v0.3.11 |
690 | 2024-08-30T01:04:14.785Z | Checking http v1.1.0 |
691 | 2024-08-30T01:04:15.389Z | Checking serde_spanned v0.6.7 |
692 | 2024-08-30T01:04:15.479Z | Checking tokio-native-tls v0.3.1 |
693 | 2024-08-30T01:04:16.187Z | Checking errno v0.3.9 |
694 | 2024-08-30T01:04:16.367Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
695 | 2024-08-30T01:04:16.866Z | Checking num_threads v0.1.7 |
696 | 2024-08-30T01:04:16.999Z | Checking time v0.3.36 |
697 | 2024-08-30T01:04:17.374Z | Compiling darling_macro v0.20.9 |
698 | 2024-08-30T01:04:17.426Z | Checking hyper-tls v0.5.0 |
699 | 2024-08-30T01:04:17.593Z | Checking hyper-rustls v0.24.2 |
700 | 2024-08-30T01:04:17.708Z | Checking sha1 v0.10.6 |
701 | 2024-08-30T01:04:17.887Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
702 | 2024-08-30T01:04:17.976Z | Checking futures-executor v0.3.30 |
703 | 2024-08-30T01:04:18.413Z | Compiling darling v0.20.9 |
704 | 2024-08-30T01:04:18.564Z | Compiling structmeta-derive v0.3.0 |
705 | 2024-08-30T01:04:18.677Z | Checking is-terminal v0.4.12 |
706 | 2024-08-30T01:04:18.808Z | Checking webpki-roots v0.25.4 |
707 | 2024-08-30T01:04:18.994Z | Checking sync_wrapper v0.1.2 |
708 | 2024-08-30T01:04:21.207Z | Checking reqwest v0.11.27 |
709 | 2024-08-30T01:04:21.328Z | Compiling structmeta v0.3.0 |
710 | 2024-08-30T01:04:21.547Z | Compiling serde_with_macros v3.9.0 |
711 | 2024-08-30T01:04:21.729Z | Checking futures v0.3.30 |
712 | 2024-08-30T01:04:21.970Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
713 | 2024-08-30T01:04:22.090Z | Checking strum v0.26.2 |
714 | 2024-08-30T01:04:22.586Z | Checking dirs-sys-next v0.1.2 |
715 | 2024-08-30T01:04:22.776Z | Checking base64 v0.22.1 |
716 | 2024-08-30T01:04:22.860Z | Checking match_cfg v0.1.0 |
717 | 2024-08-30T01:04:22.968Z | Checking rustls-pki-types v1.7.0 |
718 | 2024-08-30T01:04:23.036Z | Checking winnow v0.6.18 |
719 | 2024-08-30T01:04:23.398Z | Checking hostname v0.3.1 |
720 | 2024-08-30T01:04:23.422Z | Checking dirs-next v2.0.0 |
721 | 2024-08-30T01:04:23.552Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
722 | 2024-08-30T01:04:23.578Z | Compiling parse-display-derive v0.10.0 |
723 | 2024-08-30T01:04:24.886Z | Checking ipnetwork v0.20.0 |
724 | 2024-08-30T01:04:24.944Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
725 | 2024-08-30T01:04:25.260Z | Checking thread_local v1.1.8 |
726 | 2024-08-30T01:04:25.455Z | Checking zeroize v1.7.0 |
727 | 2024-08-30T01:04:25.773Z | Checking term v0.7.0 |
728 | 2024-08-30T01:04:26.012Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
729 | 2024-08-30T01:04:26.156Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
730 | 2024-08-30T01:04:26.182Z | Checking rustls-webpki v0.102.4 |
731 | 2024-08-30T01:04:26.247Z | Checking crossbeam-channel v0.5.12 |
732 | 2024-08-30T01:04:26.927Z | Checking memmap v0.7.0 |
733 | 2024-08-30T01:04:27.149Z | Checking take_mut v0.2.2 |
734 | 2024-08-30T01:04:27.293Z | Compiling winnow v0.5.40 |
735 | 2024-08-30T01:04:27.682Z | Checking usdt v0.5.0 |
736 | 2024-08-30T01:04:28.261Z | Checking slog-term v2.9.1 |
737 | 2024-08-30T01:04:28.808Z | Checking toml_edit v0.22.20 |
738 | 2024-08-30T01:04:29.665Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
739 | 2024-08-30T01:04:29.689Z | Checking slog-json v2.6.1 |
740 | 2024-08-30T01:04:30.163Z | Checking atomic-waker v1.1.2 |
741 | 2024-08-30T01:04:30.231Z | Checking waitgroup v0.1.2 |
742 | 2024-08-30T01:04:30.515Z | Checking slog-bunyan v2.5.0 |
743 | 2024-08-30T01:04:31.095Z | Compiling toml_edit v0.19.15 |
744 | 2024-08-30T01:04:31.126Z | Checking rustls-pemfile v2.1.3 |
745 | 2024-08-30T01:04:31.367Z | Checking async-stream v0.3.5 |
746 | 2024-08-30T01:04:31.505Z | Checking toml v0.8.19 |
747 | 2024-08-30T01:04:31.555Z | Checking serde_path_to_error v0.1.16 |
748 | 2024-08-30T01:04:31.578Z | Compiling clap_derive v4.5.4 |
749 | 2024-08-30T01:04:31.934Z | Checking tokio-rustls v0.25.0 |
750 | 2024-08-30T01:04:32.197Z | Checking hostname v0.4.0 |
751 | 2024-08-30T01:04:32.226Z | Checking utf8parse v0.2.1 |
752 | 2024-08-30T01:04:32.336Z | Checking debug-ignore v1.0.5 |
753 | 2024-08-30T01:04:32.593Z | Checking anstyle-parse v0.2.4 |
754 | 2024-08-30T01:04:32.700Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
755 | 2024-08-30T01:04:32.846Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
756 | 2024-08-30T01:04:33.009Z | Checking newtype-uuid v1.1.0 |
757 | 2024-08-30T01:04:33.303Z | Checking is_terminal_polyfill v1.70.0 |
758 | 2024-08-30T01:04:33.421Z | Checking colorchoice v1.0.1 |
759 | 2024-08-30T01:04:33.567Z | Compiling proc-macro-crate v1.3.1 |
760 | 2024-08-30T01:04:34.714Z | Checking anstyle-query v1.0.3 |
761 | 2024-08-30T01:04:34.852Z | Checking anstyle v1.0.7 |
762 | 2024-08-30T01:04:35.141Z | Checking serde_with v3.9.0 |
763 | 2024-08-30T01:04:35.224Z | Checking anstream v0.6.14 |
764 | 2024-08-30T01:04:36.354Z | Checking terminal_size v0.3.0 |
765 | 2024-08-30T01:04:36.526Z | Checking hex v0.4.3 |
766 | 2024-08-30T01:04:37.230Z | Checking num-integer v0.1.46 |
767 | 2024-08-30T01:04:37.254Z | Checking instant v0.1.12 |
768 | 2024-08-30T01:04:37.742Z | Checking unicode-width v0.1.12 |
769 | 2024-08-30T01:04:37.840Z | Checking clap_lex v0.7.0 |
770 | 2024-08-30T01:04:37.911Z | Compiling unicode-xid v0.2.4 |
771 | 2024-08-30T01:04:38.084Z | Checking lazy_static v1.5.0 |
772 | 2024-08-30T01:04:38.088Z | Checking clap_builder v4.5.2 |
773 | 2024-08-30T01:04:38.192Z | Checking backoff v0.4.0 |
774 | 2024-08-30T01:04:38.221Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
775 | 2024-08-30T01:04:38.504Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
776 | 2024-08-30T01:04:38.586Z | Checking parse-display v0.10.0 |
777 | 2024-08-30T01:04:38.746Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
778 | 2024-08-30T01:04:38.818Z | Checking macaddr v1.0.1 |
779 | 2024-08-30T01:04:38.897Z | Checking regress v0.9.1 |
780 | 2024-08-30T01:04:41.091Z | Compiling heapless v0.8.0 |
781 | 2024-08-30T01:04:41.739Z | Compiling crucible-workspace-hack v0.1.0 |
782 | 2024-08-30T01:04:42.441Z | Checking clap v4.5.4 |
783 | 2024-08-30T01:04:42.658Z | Checking num-bigint v0.4.5 |
784 | 2024-08-30T01:04:42.708Z | Compiling num_enum_derive v0.5.11 |
785 | 2024-08-30T01:04:43.892Z | Checking hash32 v0.3.1 |
786 | 2024-08-30T01:04:43.936Z | Compiling smoltcp v0.11.0 |
787 | 2024-08-30T01:04:44.640Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
788 | 2024-08-30T01:04:44.703Z | Checking bitflags v1.3.2 |
789 | 2024-08-30T01:04:44.724Z | Checking stable_deref_trait v1.2.0 |
790 | 2024-08-30T01:04:44.996Z | Checking num-rational v0.4.2 |
791 | 2024-08-30T01:04:45.127Z | Checking num_enum v0.5.11 |
792 | 2024-08-30T01:04:45.333Z | Compiling synstructure v0.12.6 |
793 | 2024-08-30T01:04:45.377Z | Checking num-iter v0.1.45 |
794 | 2024-08-30T01:04:45.421Z | Checking num-complex v0.4.6 |
795 | 2024-08-30T01:04:45.583Z | Compiling proc-macro-error-attr v1.0.4 |
796 | 2024-08-30T01:04:45.684Z | Checking managed v0.8.0 |
797 | 2024-08-30T01:04:45.871Z | Checking cobs v0.2.3 |
798 | 2024-08-30T01:04:46.085Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
799 | 2024-08-30T01:04:46.135Z | Checking postcard v1.0.9 |
800 | 2024-08-30T01:04:46.384Z | Checking num v0.4.3 |
801 | 2024-08-30T01:04:46.778Z | Compiling zerocopy-derive v0.2.0 |
802 | 2024-08-30T01:04:47.114Z | Compiling foreign-types-macros v0.2.3 |
803 | 2024-08-30T01:04:47.134Z | Compiling libz-sys v1.1.16 |
804 | 2024-08-30T01:04:47.850Z | Compiling proc-macro-error v1.0.4 |
805 | 2024-08-30T01:04:48.073Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
806 | 2024-08-30T01:04:48.239Z | Checking pretty-hex v0.2.1 |
807 | 2024-08-30T01:04:48.304Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
808 | 2024-08-30T01:04:48.428Z | Checking either v1.12.0 |
809 | 2024-08-30T01:04:48.551Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
810 | 2024-08-30T01:04:48.717Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
811 | 2024-08-30T01:04:48.850Z | Checking fastrand v2.1.0 |
812 | 2024-08-30T01:04:48.975Z | Checking foreign-types-shared v0.3.1 |
813 | 2024-08-30T01:04:49.196Z | Checking tempfile v3.10.1 |
814 | 2024-08-30T01:04:49.351Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
815 | 2024-08-30T01:04:49.369Z | Checking foreign-types v0.5.0 |
816 | 2024-08-30T01:04:50.780Z | Checking tabwriter v1.4.0 |
817 | 2024-08-30T01:04:51.429Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
818 | 2024-08-30T01:04:51.534Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
819 | 2024-08-30T01:04:52.519Z | Checking cstr-argument v0.1.2 |
820 | 2024-08-30T01:04:52.837Z | Compiling prettyplease v0.2.20 |
821 | 2024-08-30T01:04:53.015Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
822 | 2024-08-30T01:04:53.361Z | Checking data-encoding v2.6.0 |
823 | 2024-08-30T01:04:53.405Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
824 | 2024-08-30T01:04:54.412Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
825 | 2024-08-30T01:04:54.992Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
826 | 2024-08-30T01:04:55.649Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
827 | 2024-08-30T01:04:56.131Z | Checking colored v2.1.0 |
828 | 2024-08-30T01:04:57.095Z | Compiling libgit2-sys v0.17.0+1.8.1 |
829 | 2024-08-30T01:04:57.480Z | Checking float-ord v0.3.2 |
830 | 2024-08-30T01:04:57.500Z | Checking static_assertions v1.1.0 |
831 | 2024-08-30T01:04:57.549Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
832 | 2024-08-30T01:04:57.595Z | Compiling semver v0.1.20 |
833 | 2024-08-30T01:04:57.784Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
834 | 2024-08-30T01:04:57.926Z | Compiling rustc_version v0.1.7 |
835 | 2024-08-30T01:04:59.308Z | Compiling zone_cfg_derive v0.3.0 |
836 | 2024-08-30T01:04:59.702Z | Checking itertools v0.10.5 |
837 | 2024-08-30T01:05:01.043Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
838 | 2024-08-30T01:05:01.730Z | Compiling num-derive v0.4.2 |
839 | 2024-08-30T01:05:03.068Z | Checking sigpipe v0.1.3 |
840 | 2024-08-30T01:05:03.171Z | Compiling usdt-impl v0.3.5 |
841 | 2024-08-30T01:05:03.336Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
842 | 2024-08-30T01:05:03.925Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
843 | 2024-08-30T01:05:03.973Z | Checking unicode-segmentation v1.11.0 |
844 | 2024-08-30T01:05:04.268Z | Checking base64ct v1.6.0 |
845 | 2024-08-30T01:05:04.581Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
846 | 2024-08-30T01:05:04.618Z | Checking newline-converter v0.3.0 |
847 | 2024-08-30T01:05:04.726Z | Checking password-hash v0.5.0 |
848 | 2024-08-30T01:05:05.319Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
849 | 2024-08-30T01:05:05.663Z | Checking zone v0.3.0 |
850 | 2024-08-30T01:05:05.761Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
851 | 2024-08-30T01:05:05.829Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
852 | 2024-08-30T01:05:05.901Z | Compiling newtype_derive v0.1.6 |
853 | 2024-08-30T01:05:06.005Z | Checking camino-tempfile v1.1.1 |
854 | 2024-08-30T01:05:06.113Z | Compiling zerocopy v0.3.2 |
855 | 2024-08-30T01:05:06.265Z | Checking console v0.15.8 |
856 | 2024-08-30T01:05:06.287Z | Checking blake2 v0.10.6 |
857 | 2024-08-30T01:05:06.400Z | Compiling cargo-platform v0.1.8 |
858 | 2024-08-30T01:05:06.628Z | Compiling hubpack_derive v0.1.1 |
859 | 2024-08-30T01:05:06.669Z | Checking smf v0.2.3 |
860 | 2024-08-30T01:05:06.692Z | Compiling zerocopy-derive v0.6.6 |
861 | 2024-08-30T01:05:06.818Z | Compiling serde_repr v0.1.19 |
862 | 2024-08-30T01:05:06.889Z | Compiling vergen v8.3.2 |
863 | 2024-08-30T01:05:07.103Z | Checking whoami v1.5.1 |
864 | 2024-08-30T01:05:07.406Z | Checking similar v2.5.0 |
865 | 2024-08-30T01:05:07.598Z | Checking hubpack v0.1.2 |
866 | 2024-08-30T01:05:07.917Z | Compiling cargo_metadata v0.18.1 |
867 | 2024-08-30T01:05:07.949Z | Checking argon2 v0.5.3 |
868 | 2024-08-30T01:05:08.109Z | Checking expectorate v1.1.0 |
869 | 2024-08-30T01:05:08.264Z | Compiling dof v0.1.5 |
870 | 2024-08-30T01:05:08.587Z | Checking zerocopy v0.6.6 |
871 | 2024-08-30T01:05:09.046Z | Compiling rustc_version v0.4.0 |
872 | 2024-08-30T01:05:09.350Z | Compiling dtrace-parser v0.1.14 |
873 | 2024-08-30T01:05:09.708Z | Compiling strum_macros v0.25.3 |
874 | 2024-08-30T01:05:09.947Z | Compiling libsqlite3-sys v0.28.0 |
875 | 2024-08-30T01:05:10.512Z | Compiling slog-dtrace v0.3.0 |
876 | 2024-08-30T01:05:10.885Z | Compiling cookie v0.18.1 |
877 | 2024-08-30T01:05:11.050Z | Checking fixedbitset v0.4.2 |
878 | 2024-08-30T01:05:11.245Z | Compiling cfg_aliases v0.2.1 |
879 | 2024-08-30T01:05:11.328Z | Checking petgraph v0.6.5 |
880 | 2024-08-30T01:05:11.372Z | Compiling nix v0.29.0 |
881 | 2024-08-30T01:05:11.448Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
882 | 2024-08-30T01:05:12.228Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
883 | 2024-08-30T01:05:12.250Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
884 | 2024-08-30T01:05:13.128Z | Compiling serde_tokenstream v0.1.7 |
885 | 2024-08-30T01:05:13.202Z | Checking idna v0.4.0 |
886 | 2024-08-30T01:05:13.294Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
887 | 2024-08-30T01:05:13.329Z | Compiling enum-as-inner v0.6.0 |
888 | 2024-08-30T01:05:13.625Z | Checking inout v0.1.3 |
889 | 2024-08-30T01:05:13.648Z | Checking quick-error v1.2.3 |
890 | 2024-08-30T01:05:13.791Z | Checking linked-hash-map v0.5.6 |
891 | 2024-08-30T01:05:13.821Z | Checking highway v1.2.0 |
892 | 2024-08-30T01:05:14.061Z | Compiling convert_case v0.4.0 |
893 | 2024-08-30T01:05:14.137Z | Checking utf-8 v0.7.6 |
894 | 2024-08-30T01:05:14.218Z | Compiling radium v0.7.0 |
895 | 2024-08-30T01:05:14.328Z | Checking tungstenite v0.21.0 |
896 | 2024-08-30T01:05:14.430Z | Checking hickory-proto v0.24.1 |
897 | 2024-08-30T01:05:14.572Z | Checking steno v0.4.1 |
898 | 2024-08-30T01:05:14.716Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
899 | 2024-08-30T01:05:14.762Z | Compiling derive_more v0.99.18 |
900 | 2024-08-30T01:05:15.167Z | Checking lru-cache v0.1.2 |
901 | 2024-08-30T01:05:15.364Z | Checking cipher v0.4.4 |
902 | 2024-08-30T01:05:16.139Z | Checking resolv-conf v0.7.0 |
903 | 2024-08-30T01:05:16.501Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
904 | 2024-08-30T01:05:17.286Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
905 | 2024-08-30T01:05:18.216Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
906 | 2024-08-30T01:05:18.873Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
907 | 2024-08-30T01:05:19.158Z | Checking crossbeam-epoch v0.9.18 |
908 | 2024-08-30T01:05:20.494Z | Checking hashlink v0.9.1 |
909 | 2024-08-30T01:05:21.102Z | Compiling derive-where v1.2.7 |
910 | 2024-08-30T01:05:21.294Z | Checking humantime v2.1.0 |
911 | 2024-08-30T01:05:21.598Z | Checking fallible-streaming-iterator v0.1.9 |
912 | 2024-08-30T01:05:21.831Z | Compiling rayon-core v1.12.1 |
913 | 2024-08-30T01:05:22.181Z | Checking fallible-iterator v0.3.0 |
914 | 2024-08-30T01:05:22.371Z | Checking tap v1.0.1 |
915 | 2024-08-30T01:05:22.534Z | Checking wyz v0.5.1 |
916 | 2024-08-30T01:05:22.713Z | Checking crossbeam-deque v0.8.5 |
917 | 2024-08-30T01:05:22.791Z | Checking rusqlite v0.31.0 |
918 | 2024-08-30T01:05:22.924Z | Checking hickory-resolver v0.24.1 |
919 | 2024-08-30T01:05:23.020Z | Checking tokio-tungstenite v0.21.0 |
920 | 2024-08-30T01:05:23.400Z | Compiling usdt-macro v0.3.5 |
921 | 2024-08-30T01:05:23.423Z | Compiling usdt-attr-macro v0.3.5 |
922 | 2024-08-30T01:05:23.448Z | Checking twox-hash v1.6.3 |
923 | 2024-08-30T01:05:23.478Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
924 | 2024-08-30T01:05:23.958Z | Compiling num_enum_derive v0.7.2 |
925 | 2024-08-30T01:05:24.313Z | Checking universal-hash v0.5.1 |
926 | 2024-08-30T01:05:24.334Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
927 | 2024-08-30T01:05:24.355Z | Checking atty v0.2.14 |
928 | 2024-08-30T01:05:24.480Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
929 | 2024-08-30T01:05:24.501Z | Checking funty v2.0.0 |
930 | 2024-08-30T01:05:24.772Z | Checking opaque-debug v0.3.1 |
931 | 2024-08-30T01:05:24.854Z | Checking polyval v0.6.2 |
932 | 2024-08-30T01:05:24.902Z | Checking usdt v0.3.5 |
933 | 2024-08-30T01:05:25.113Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
934 | 2024-08-30T01:05:25.437Z | Checking bitvec v1.0.1 |
935 | 2024-08-30T01:05:25.827Z | Checking aes v0.8.4 |
936 | 2024-08-30T01:05:25.885Z | Checking ctr v0.9.2 |
937 | 2024-08-30T01:05:26.165Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
938 | 2024-08-30T01:05:26.474Z | Checking num_enum v0.7.2 |
939 | 2024-08-30T01:05:26.617Z | Checking bincode v1.3.3 |
940 | 2024-08-30T01:05:26.648Z | Checking aead v0.5.2 |
941 | 2024-08-30T01:05:26.662Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
942 | 2024-08-30T01:05:26.837Z | Checking aes-gcm-siv v0.11.1 |
943 | 2024-08-30T01:05:27.090Z | Checking rayon v1.10.0 |
944 | 2024-08-30T01:05:27.237Z | Checking itertools v0.13.0 |
945 | 2024-08-30T01:05:27.418Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
946 | 2024-08-30T01:05:27.807Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
947 | 2024-08-30T01:05:28.033Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
948 | 2024-08-30T01:05:28.360Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
949 | 2024-08-30T01:05:28.771Z | Compiling bitstruct_derive v0.1.0 |
950 | 2024-08-30T01:05:29.218Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
951 | 2024-08-30T01:05:29.539Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
952 | 2024-08-30T01:05:29.599Z | Compiling async-recursion v1.1.1 |
953 | 2024-08-30T01:05:29.897Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
954 | 2024-08-30T01:05:30.045Z | Checking ringbuffer v0.15.0 |
955 | 2024-08-30T01:05:30.090Z | Checking ascii v1.1.0 |
956 | 2024-08-30T01:05:30.110Z | Checking toml v0.7.8 |
957 | 2024-08-30T01:05:30.132Z | Compiling cfg_aliases v0.1.1 |
958 | 2024-08-30T01:05:30.248Z | Checking typeid v1.0.0 |
959 | 2024-08-30T01:05:30.374Z | Checking erased-serde v0.4.5 |
960 | 2024-08-30T01:05:30.424Z | Compiling nix v0.28.0 |
961 | 2024-08-30T01:05:30.470Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
962 | 2024-08-30T01:05:30.854Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
963 | 2024-08-30T01:05:30.960Z | Checking bitstruct v0.1.1 |
964 | 2024-08-30T01:05:31.083Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
965 | 2024-08-30T01:05:31.127Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
966 | 2024-08-30T01:05:31.189Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
967 | 2024-08-30T01:05:31.224Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
968 | 2024-08-30T01:05:31.302Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
969 | 2024-08-30T01:05:31.321Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
970 | 2024-08-30T01:05:31.355Z | Checking serde_arrays v0.1.0 |
971 | 2024-08-30T01:05:31.444Z | Checking libloading v0.7.4 |
972 | 2024-08-30T01:05:31.516Z | Compiling const_format_proc_macros v0.2.32 |
973 | 2024-08-30T01:05:31.543Z | Checking kstat-rs v0.2.4 |
974 | 2024-08-30T01:05:31.566Z | Checking is_ci v1.2.0 |
975 | 2024-08-30T01:05:31.664Z | Compiling escargot v0.5.10 |
976 | 2024-08-30T01:05:31.709Z | Checking supports-color v2.1.0 |
977 | 2024-08-30T01:05:31.852Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
978 | 2024-08-30T01:05:31.908Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
979 | 2024-08-30T01:05:32.154Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
980 | 2024-08-30T01:05:32.484Z | Checking xattr v1.3.1 |
981 | 2024-08-30T01:05:32.691Z | Checking ron v0.8.1 |
982 | 2024-08-30T01:05:32.959Z | Checking filetime v0.2.23 |
983 | 2024-08-30T01:05:33.158Z | Checking bstr v1.9.1 |
984 | 2024-08-30T01:05:33.314Z | Checking bit_field v0.10.2 |
985 | 2024-08-30T01:05:33.472Z | Checking const_format v0.2.32 |
986 | 2024-08-30T01:05:33.573Z | Checking ctrlc v3.4.4 |
987 | 2024-08-30T01:05:33.955Z | Checking tar v0.4.40 |
988 | 2024-08-30T01:05:34.005Z | Checking globset v0.4.14 |
989 | 2024-08-30T01:05:34.514Z | Checking owo-colors v4.0.0 |
990 | 2024-08-30T01:05:34.713Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
991 | 2024-08-30T01:05:35.119Z | Checking fatfs v0.3.6 |
992 | 2024-08-30T01:05:35.422Z | Checking glob v0.3.1 |
993 | 2024-08-30T01:05:36.382Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
994 | 2024-08-30T01:05:37.815Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
995 | 2024-08-30T01:05:38.427Z | Compiling git2 v0.19.0 |
996 | 2024-08-30T01:05:39.029Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
997 | 2024-08-30T01:05:43.186Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
998 | 2024-08-30T01:05:43.862Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
999 | 2024-08-30T01:05:51.471Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1000 | 2024-08-30T01:05:56.757Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1001 | 2024-08-30T01:06:05.801Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1002 | 2024-08-30T01:06:05.801Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1003 | 2024-08-30T01:06:12.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 03s |
1004 | 2024-08-30T01:06:12.773Z | |
1005 | 2024-08-30T01:06:12.773Z | real 3:03.571726660 |
1006 | 2024-08-30T01:06:12.773Z | user 13:12.050402517 |
1007 | 2024-08-30T01:06:12.773Z | sys 3:14.503188020 |
1008 | 2024-08-30T01:06:12.773Z | trap 0.401351539 |
1009 | 2024-08-30T01:06:12.773Z | tflt 7.825798899 |
1010 | 2024-08-30T01:06:12.776Z | dflt 2.896280903 |
1011 | 2024-08-30T01:06:12.776Z | kflt 0.010762987 |
1012 | 2024-08-30T01:06:12.776Z | lock 20:05.361905301 |
1013 | 2024-08-30T01:06:12.776Z | slp 54:12.701596075 |
1014 | 2024-08-30T01:06:12.776Z | lat 56.779779065 |
1015 | 2024-08-30T01:06:12.776Z | stop 3:30.967004665 |
1016 | 2024-08-30T01:06:12.776Z | + ptime -m cargo clippy --features falcon --all-targets |
1017 | 2024-08-30T01:06:13.386Z | Downloading crates ... |
1018 | 2024-08-30T01:06:13.568Z | Downloaded simd-adler32 v0.3.7 |
1019 | 2024-08-30T01:06:13.575Z | Downloaded mockall_derive v0.12.1 |
1020 | 2024-08-30T01:06:13.577Z | Downloaded fragile v2.0.0 |
1021 | 2024-08-30T01:06:13.580Z | Downloaded slog-scope v4.4.0 |
1022 | 2024-08-30T01:06:13.583Z | Downloaded predicates-tree v1.0.9 |
1023 | 2024-08-30T01:06:13.583Z | Downloaded termtree v0.4.1 |
1024 | 2024-08-30T01:06:13.587Z | Downloaded arc-swap v1.7.1 |
1025 | 2024-08-30T01:06:13.591Z | Downloaded downcast v0.11.0 |
1026 | 2024-08-30T01:06:13.593Z | Downloaded predicates v3.1.0 |
1027 | 2024-08-30T01:06:13.595Z | Downloaded predicates-core v1.0.6 |
1028 | 2024-08-30T01:06:13.597Z | Downloaded fdeflate v0.3.4 |
1029 | 2024-08-30T01:06:13.597Z | Downloaded slog-envlogger v2.2.0 |
1030 | 2024-08-30T01:06:13.600Z | Downloaded crc32fast v1.4.0 |
1031 | 2024-08-30T01:06:13.602Z | Downloaded serde_test v1.0.176 |
1032 | 2024-08-30T01:06:13.604Z | Downloaded bytemuck v1.16.0 |
1033 | 2024-08-30T01:06:13.607Z | Downloaded miniz_oxide v0.7.2 |
1034 | 2024-08-30T01:06:13.610Z | Downloaded mockall v0.12.1 |
1035 | 2024-08-30T01:06:13.610Z | Downloaded slog-stdlog v4.1.1 |
1036 | 2024-08-30T01:06:13.612Z | Downloaded flate2 v1.0.30 |
1037 | 2024-08-30T01:06:13.616Z | Downloaded png v0.17.13 |
1038 | 2024-08-30T01:06:14.104Z | Downloaded image v0.25.1 |
1039 | 2024-08-30T01:06:14.388Z | Checking log v0.4.22 |
1040 | 2024-08-30T01:06:14.411Z | Checking tokio v1.39.3 |
1041 | 2024-08-30T01:06:14.433Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1042 | 2024-08-30T01:06:14.446Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1043 | 2024-08-30T01:06:14.448Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1044 | 2024-08-30T01:06:14.448Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1045 | 2024-08-30T01:06:14.477Z | Checking simd-adler32 v0.3.7 |
1046 | 2024-08-30T01:06:14.480Z | Compiling crc32fast v1.4.0 |
1047 | 2024-08-30T01:06:14.612Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1048 | 2024-08-30T01:06:14.656Z | Checking rustls v0.21.12 |
1049 | 2024-08-30T01:06:14.690Z | Checking native-tls v0.2.11 |
1050 | 2024-08-30T01:06:14.702Z | Checking goblin v0.8.2 |
1051 | 2024-08-30T01:06:14.810Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
1052 | 2024-08-30T01:06:14.823Z | Checking rustls v0.22.4 |
1053 | 2024-08-30T01:06:14.972Z | Checking tungstenite v0.21.0 |
1054 | 2024-08-30T01:06:14.986Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1055 | 2024-08-30T01:06:15.040Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1056 | 2024-08-30T01:06:15.355Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1057 | 2024-08-30T01:06:15.440Z | Checking adler v1.0.2 |
1058 | 2024-08-30T01:06:15.592Z | Checking miniz_oxide v0.7.2 |
1059 | 2024-08-30T01:06:15.851Z | Checking arc-swap v1.7.1 |
1060 | 2024-08-30T01:06:16.016Z | Checking fdeflate v0.3.4 |
1061 | 2024-08-30T01:06:16.277Z | Checking slog-scope v4.4.0 |
1062 | 2024-08-30T01:06:16.344Z | Checking flate2 v1.0.30 |
1063 | 2024-08-30T01:06:16.464Z | Checking slog-stdlog v4.1.1 |
1064 | 2024-08-30T01:06:16.515Z | Checking bytemuck v1.16.0 |
1065 | 2024-08-30T01:06:16.625Z | Checking predicates-core v1.0.6 |
1066 | 2024-08-30T01:06:16.805Z | Checking slog-envlogger v2.2.0 |
1067 | 2024-08-30T01:06:16.964Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1068 | 2024-08-30T01:06:17.002Z | Checking png v0.17.13 |
1069 | 2024-08-30T01:06:17.016Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1070 | 2024-08-30T01:06:17.234Z | Checking typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
1071 | 2024-08-30T01:06:17.368Z | Checking progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1072 | 2024-08-30T01:06:17.698Z | Checking termtree v0.4.1 |
1073 | 2024-08-30T01:06:17.878Z | Checking predicates-tree v1.0.9 |
1074 | 2024-08-30T01:06:17.958Z | Checking predicates v3.1.0 |
1075 | 2024-08-30T01:06:18.007Z | Compiling mockall_derive v0.12.1 |
1076 | 2024-08-30T01:06:18.206Z | Checking image v0.25.1 |
1077 | 2024-08-30T01:06:18.508Z | Checking downcast v0.11.0 |
1078 | 2024-08-30T01:06:18.540Z | Checking fragile v2.0.0 |
1079 | 2024-08-30T01:06:18.701Z | Checking globset v0.4.14 |
1080 | 2024-08-30T01:06:18.805Z | Checking escargot v0.5.10 |
1081 | 2024-08-30T01:06:19.201Z | Checking fatfs v0.3.6 |
1082 | 2024-08-30T01:06:19.322Z | Checking serde_test v1.0.176 |
1083 | 2024-08-30T01:06:19.860Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1084 | 2024-08-30T01:06:19.959Z | Checking dof v0.3.0 |
1085 | 2024-08-30T01:06:20.544Z | Checking usdt-impl v0.5.0 |
1086 | 2024-08-30T01:06:21.074Z | Checking usdt v0.5.0 |
1087 | 2024-08-30T01:06:21.331Z | Checking slog-dtrace v0.3.0 |
1088 | 2024-08-30T01:06:21.449Z | Checking tokio-util v0.7.11 |
1089 | 2024-08-30T01:06:21.564Z | Checking tokio-rustls v0.24.1 |
1090 | 2024-08-30T01:06:21.590Z | Checking tokio-native-tls v0.3.1 |
1091 | 2024-08-30T01:06:21.706Z | Checking tokio-rustls v0.25.0 |
1092 | 2024-08-30T01:06:21.719Z | Checking backoff v0.4.0 |
1093 | 2024-08-30T01:06:21.819Z | Checking tokio-tungstenite v0.21.0 |
1094 | 2024-08-30T01:06:21.911Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1095 | 2024-08-30T01:06:21.994Z | Checking zone v0.3.0 |
1096 | 2024-08-30T01:06:22.055Z | Checking hickory-proto v0.24.1 |
1097 | 2024-08-30T01:06:22.168Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1098 | 2024-08-30T01:06:22.263Z | Checking steno v0.4.1 |
1099 | 2024-08-30T01:06:22.276Z | Checking h2 v0.3.26 |
1100 | 2024-08-30T01:06:22.335Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1101 | 2024-08-30T01:06:22.737Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1102 | 2024-08-30T01:06:23.007Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1103 | 2024-08-30T01:06:23.853Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1104 | 2024-08-30T01:06:24.832Z | Checking mockall v0.12.1 |
1105 | 2024-08-30T01:06:25.271Z | Checking hickory-resolver v0.24.1 |
1106 | 2024-08-30T01:06:25.752Z | Checking hyper v0.14.28 |
1107 | 2024-08-30T01:06:28.542Z | Checking hyper-tls v0.5.0 |
1108 | 2024-08-30T01:06:28.542Z | Checking hyper-rustls v0.24.2 |
1109 | 2024-08-30T01:06:28.544Z | Checking dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
1110 | 2024-08-30T01:06:28.730Z | Checking reqwest v0.11.27 |
1111 | 2024-08-30T01:06:29.743Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1112 | 2024-08-30T01:06:29.943Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1113 | 2024-08-30T01:06:30.074Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1114 | 2024-08-30T01:06:30.077Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1115 | 2024-08-30T01:06:30.077Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1116 | 2024-08-30T01:06:30.077Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1117 | 2024-08-30T01:06:31.274Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1118 | 2024-08-30T01:06:32.204Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1119 | 2024-08-30T01:06:33.794Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1120 | 2024-08-30T01:06:36.047Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1121 | 2024-08-30T01:06:39.966Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1122 | 2024-08-30T01:06:39.974Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1123 | 2024-08-30T01:06:39.974Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1124 | 2024-08-30T01:06:41.660Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1125 | 2024-08-30T01:06:42.077Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1126 | 2024-08-30T01:06:42.093Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1127 | 2024-08-30T01:06:42.093Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1128 | 2024-08-30T01:06:42.743Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1129 | 2024-08-30T01:06:42.977Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1130 | 2024-08-30T01:06:42.999Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1131 | 2024-08-30T01:06:51.886Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1132 | 2024-08-30T01:06:57.446Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1133 | 2024-08-30T01:06:58.059Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1134 | 2024-08-30T01:07:01.753Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1135 | 2024-08-30T01:07:15.520Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1136 | 2024-08-30T01:07:15.523Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1137 | 2024-08-30T01:07:24.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1138 | 2024-08-30T01:07:24.556Z | |
1139 | 2024-08-30T01:07:24.556Z | real 1:11.753185014 |
1140 | 2024-08-30T01:07:24.556Z | user 2:50.066890050 |
1141 | 2024-08-30T01:07:24.556Z | sys 29.253285176 |
1142 | 2024-08-30T01:07:24.556Z | trap 0.061690064 |
1143 | 2024-08-30T01:07:24.556Z | tflt 0.276856582 |
1144 | 2024-08-30T01:07:24.556Z | dflt 0.064528040 |
1145 | 2024-08-30T01:07:24.556Z | kflt 0.000000000 |
1146 | 2024-08-30T01:07:24.556Z | lock 4:15.328989862 |
1147 | 2024-08-30T01:07:24.556Z | slp 9:37.631055908 |
1148 | 2024-08-30T01:07:24.556Z | lat 4.384850467 |
1149 | 2024-08-30T01:07:24.556Z | stop 11.912717977 |
1150 | 2024-08-30T01:07:24.559Z | + banner build |
1151 | 2024-08-30T01:07:24.559Z | |
1152 | 2024-08-30T01:07:24.559Z | ##### # # # # ##### |
1153 | 2024-08-30T01:07:24.559Z | # # # # # # # # |
1154 | 2024-08-30T01:07:24.559Z | ##### # # # # # # |
1155 | 2024-08-30T01:07:24.559Z | # # # # # # # # |
1156 | 2024-08-30T01:07:24.559Z | # # # # # # # # |
1157 | 2024-08-30T01:07:24.559Z | ##### #### # ###### ##### |
1158 | 2024-08-30T01:07:24.559Z | |
1159 | 2024-08-30T01:07:24.559Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1160 | 2024-08-30T01:07:25.425Z | Compiling proc-macro2 v1.0.86 |
1161 | 2024-08-30T01:07:25.425Z | Compiling unicode-ident v1.0.12 |
1162 | 2024-08-30T01:07:25.428Z | Compiling libc v0.2.158 |
1163 | 2024-08-30T01:07:25.428Z | Compiling serde v1.0.208 |
1164 | 2024-08-30T01:07:25.428Z | Compiling version_check v0.9.5 |
1165 | 2024-08-30T01:07:25.428Z | Compiling once_cell v1.19.0 |
1166 | 2024-08-30T01:07:25.452Z | Compiling autocfg v1.3.0 |
1167 | 2024-08-30T01:07:25.454Z | Compiling cfg-if v1.0.0 |
1168 | 2024-08-30T01:07:25.631Z | Compiling thiserror v1.0.63 |
1169 | 2024-08-30T01:07:25.659Z | Compiling memchr v2.7.2 |
1170 | 2024-08-30T01:07:25.827Z | Compiling libm v0.2.8 |
1171 | 2024-08-30T01:07:26.078Z | Compiling byteorder v1.5.0 |
1172 | 2024-08-30T01:07:26.097Z | Compiling ahash v0.8.11 |
1173 | 2024-08-30T01:07:26.222Z | Compiling itoa v1.0.11 |
1174 | 2024-08-30T01:07:26.429Z | Compiling lock_api v0.4.12 |
1175 | 2024-08-30T01:07:26.504Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-08-30T01:07:26.993Z | Compiling quote v1.0.36 |
1177 | 2024-08-30T01:07:26.993Z | Compiling ryu v1.0.18 |
1178 | 2024-08-30T01:07:27.112Z | Compiling serde_json v1.0.125 |
1179 | 2024-08-30T01:07:27.129Z | Compiling pkg-config v0.3.30 |
1180 | 2024-08-30T01:07:27.265Z | Compiling vcpkg v0.2.15 |
1181 | 2024-08-30T01:07:27.499Z | Compiling syn v2.0.75 |
1182 | 2024-08-30T01:07:27.582Z | Compiling jobserver v0.1.31 |
1183 | 2024-08-30T01:07:27.597Z | Compiling getrandom v0.2.14 |
1184 | 2024-08-30T01:07:27.780Z | Compiling schemars v0.8.21 |
1185 | 2024-08-30T01:07:28.011Z | Compiling cc v1.0.97 |
1186 | 2024-08-30T01:07:28.128Z | Compiling allocator-api2 v0.2.18 |
1187 | 2024-08-30T01:07:28.311Z | Compiling slab v0.4.9 |
1188 | 2024-08-30T01:07:28.340Z | Compiling log v0.4.22 |
1189 | 2024-08-30T01:07:28.931Z | Compiling num-traits v0.2.19 |
1190 | 2024-08-30T01:07:29.033Z | Compiling pin-project-lite v0.2.14 |
1191 | 2024-08-30T01:07:29.133Z | Compiling equivalent v1.0.1 |
1192 | 2024-08-30T01:07:29.157Z | Compiling typenum v1.17.0 |
1193 | 2024-08-30T01:07:29.171Z | Compiling generic-array v0.14.7 |
1194 | 2024-08-30T01:07:29.231Z | Compiling smallvec v1.13.2 |
1195 | 2024-08-30T01:07:29.285Z | Compiling httparse v1.8.0 |
1196 | 2024-08-30T01:07:29.608Z | Compiling scopeguard v1.2.0 |
1197 | 2024-08-30T01:07:30.240Z | Compiling parking_lot v0.12.2 |
1198 | 2024-08-30T01:07:30.460Z | Compiling signal-hook-registry v1.4.2 |
1199 | 2024-08-30T01:07:30.626Z | Compiling mio v1.0.2 |
1200 | 2024-08-30T01:07:31.338Z | Compiling ring v0.17.8 |
1201 | 2024-08-30T01:07:31.615Z | Compiling openssl-sys v0.9.103 |
1202 | 2024-08-30T01:07:31.651Z | Compiling socket2 v0.5.7 |
1203 | 2024-08-30T01:07:31.980Z | Compiling fnv v1.0.7 |
1204 | 2024-08-30T01:07:32.275Z | Compiling rand_core v0.6.4 |
1205 | 2024-08-30T01:07:32.286Z | Compiling semver v1.0.23 |
1206 | 2024-08-30T01:07:32.445Z | Compiling iana-time-zone v0.1.60 |
1207 | 2024-08-30T01:07:32.571Z | Compiling ucd-trie v0.1.6 |
1208 | 2024-08-30T01:07:32.709Z | Compiling slog v2.7.0 |
1209 | 2024-08-30T01:07:32.818Z | Compiling futures-core v0.3.30 |
1210 | 2024-08-30T01:07:33.054Z | Compiling heck v0.5.0 |
1211 | 2024-08-30T01:07:33.121Z | Compiling dyn-clone v1.0.17 |
1212 | 2024-08-30T01:07:33.131Z | Compiling syn v1.0.109 |
1213 | 2024-08-30T01:07:33.215Z | Compiling rustls v0.21.12 |
1214 | 2024-08-30T01:07:33.315Z | Compiling rustversion v1.0.17 |
1215 | 2024-08-30T01:07:33.347Z | Compiling futures-sink v0.3.30 |
1216 | 2024-08-30T01:07:33.450Z | Compiling openssl v0.10.66 |
1217 | 2024-08-30T01:07:33.803Z | Compiling futures-channel v0.3.30 |
1218 | 2024-08-30T01:07:33.989Z | Compiling aho-corasick v1.1.3 |
1219 | 2024-08-30T01:07:34.145Z | Compiling native-tls v0.2.11 |
1220 | 2024-08-30T01:07:34.265Z | Compiling pin-utils v0.1.0 |
1221 | 2024-08-30T01:07:34.268Z | Compiling regex-syntax v0.8.4 |
1222 | 2024-08-30T01:07:34.352Z | Compiling futures-task v0.3.30 |
1223 | 2024-08-30T01:07:34.545Z | Compiling futures-io v0.3.30 |
1224 | 2024-08-30T01:07:34.645Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-08-30T01:07:35.498Z | Compiling heck v0.4.1 |
1226 | 2024-08-30T01:07:36.991Z | Compiling num-conv v0.1.0 |
1227 | 2024-08-30T01:07:37.262Z | Compiling time-core v0.1.2 |
1228 | 2024-08-30T01:07:37.432Z | Compiling time-macros v0.2.18 |
1229 | 2024-08-30T01:07:37.794Z | Compiling spin v0.9.8 |
1230 | 2024-08-30T01:07:38.053Z | Compiling regex-automata v0.4.6 |
1231 | 2024-08-30T01:07:38.390Z | Compiling anyhow v1.0.86 |
1232 | 2024-08-30T01:07:39.002Z | Compiling crypto-common v0.1.6 |
1233 | 2024-08-30T01:07:39.218Z | Compiling tracing-core v0.1.32 |
1234 | 2024-08-30T01:07:39.826Z | Compiling thread-id v4.2.1 |
1235 | 2024-08-30T01:07:39.937Z | Compiling untrusted v0.9.0 |
1236 | 2024-08-30T01:07:40.143Z | Compiling subtle v2.5.0 |
1237 | 2024-08-30T01:07:40.176Z | Compiling serde_derive v1.0.208 |
1238 | 2024-08-30T01:07:40.229Z | Compiling zerocopy-derive v0.7.34 |
1239 | 2024-08-30T01:07:40.420Z | Compiling thiserror-impl v1.0.63 |
1240 | 2024-08-30T01:07:40.478Z | Compiling tokio-macros v2.4.0 |
1241 | 2024-08-30T01:07:41.550Z | Compiling schemars_derive v0.8.21 |
1242 | 2024-08-30T01:07:42.044Z | Compiling futures-macro v0.3.30 |
1243 | 2024-08-30T01:07:42.349Z | Compiling zerocopy v0.7.34 |
1244 | 2024-08-30T01:07:44.014Z | Compiling pest v2.7.10 |
1245 | 2024-08-30T01:07:44.417Z | Compiling hashbrown v0.14.5 |
1246 | 2024-08-30T01:07:44.585Z | Compiling openssl-macros v0.1.1 |
1247 | 2024-08-30T01:07:45.414Z | Compiling futures-util v0.3.30 |
1248 | 2024-08-30T01:07:45.754Z | Compiling regex v1.10.6 |
1249 | 2024-08-30T01:07:45.766Z | Compiling scroll_derive v0.12.0 |
1250 | 2024-08-30T01:07:45.821Z | Compiling tracing-attributes v0.1.27 |
1251 | 2024-08-30T01:07:46.764Z | Compiling pest_meta v2.7.10 |
1252 | 2024-08-30T01:07:46.950Z | Compiling regress v0.10.0 |
1253 | 2024-08-30T01:07:47.136Z | Compiling percent-encoding v2.3.1 |
1254 | 2024-08-30T01:07:47.360Z | Compiling form_urlencoded v1.2.1 |
1255 | 2024-08-30T01:07:48.562Z | Compiling pest_generator v2.7.10 |
1256 | 2024-08-30T01:07:49.244Z | Compiling tracing v0.1.40 |
1257 | 2024-08-30T01:07:49.970Z | Compiling tinyvec_macros v0.1.1 |
1258 | 2024-08-30T01:07:50.070Z | Compiling camino v1.1.9 |
1259 | 2024-08-30T01:07:50.407Z | Compiling tinyvec v1.6.0 |
1260 | 2024-08-30T01:07:50.728Z | Compiling usdt-impl v0.5.0 |
1261 | 2024-08-30T01:07:50.805Z | Compiling pest_derive v2.7.10 |
1262 | 2024-08-30T01:07:51.147Z | Compiling ppv-lite86 v0.2.17 |
1263 | 2024-08-30T01:07:51.767Z | Compiling scroll v0.12.0 |
1264 | 2024-08-30T01:07:51.969Z | Compiling rand_chacha v0.3.1 |
1265 | 2024-08-30T01:07:52.101Z | Compiling unicode-normalization v0.1.23 |
1266 | 2024-08-30T01:07:52.337Z | Compiling unicode-bidi v0.3.15 |
1267 | 2024-08-30T01:07:52.448Z | Compiling plain v0.2.3 |
1268 | 2024-08-30T01:07:52.592Z | Compiling goblin v0.8.2 |
1269 | 2024-08-30T01:07:53.388Z | Compiling rand v0.8.5 |
1270 | 2024-08-30T01:07:54.313Z | Compiling bytes v1.7.1 |
1271 | 2024-08-30T01:07:55.400Z | Compiling indexmap v2.4.0 |
1272 | 2024-08-30T01:07:56.016Z | Compiling tokio v1.39.3 |
1273 | 2024-08-30T01:07:56.269Z | Compiling uuid v1.10.0 |
1274 | 2024-08-30T01:07:56.875Z | Compiling chrono v0.4.38 |
1275 | 2024-08-30T01:07:57.200Z | Compiling serde_tokenstream v0.2.2 |
1276 | 2024-08-30T01:07:57.213Z | Compiling bitflags v2.6.0 |
1277 | 2024-08-30T01:07:58.571Z | Compiling http v0.2.12 |
1278 | 2024-08-30T01:08:01.666Z | Compiling openapiv3 v2.0.0 |
1279 | 2024-08-30T01:08:02.301Z | Compiling pretty-hex v0.4.1 |
1280 | 2024-08-30T01:08:02.511Z | Compiling try-lock v0.2.5 |
1281 | 2024-08-30T01:08:02.678Z | Compiling want v0.3.1 |
1282 | 2024-08-30T01:08:02.976Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
1283 | 2024-08-30T01:08:04.392Z | Compiling http-body v0.4.6 |
1284 | 2024-08-30T01:08:04.893Z | Compiling dof v0.3.0 |
1285 | 2024-08-30T01:08:05.526Z | Compiling tokio-util v0.7.11 |
1286 | 2024-08-30T01:08:05.960Z | Compiling toml_datetime v0.6.8 |
1287 | 2024-08-30T01:08:06.048Z | Compiling idna v0.5.0 |
1288 | 2024-08-30T01:08:06.402Z | Compiling dtrace-parser v0.2.0 |
1289 | 2024-08-30T01:08:06.661Z | Compiling h2 v0.3.26 |
1290 | 2024-08-30T01:08:07.700Z | Compiling strum_macros v0.26.2 |
1291 | 2024-08-30T01:08:08.127Z | Compiling rustls v0.22.4 |
1292 | 2024-08-30T01:08:08.492Z | Compiling httpdate v1.0.3 |
1293 | 2024-08-30T01:08:09.281Z | Compiling unsafe-libyaml v0.2.11 |
1294 | 2024-08-30T01:08:09.311Z | Compiling cpufeatures v0.2.12 |
1295 | 2024-08-30T01:08:09.405Z | Compiling omicron-workspace-hack v0.1.0 |
1296 | 2024-08-30T01:08:09.751Z | Compiling tower-service v0.3.2 |
1297 | 2024-08-30T01:08:10.854Z | Compiling serde_yaml v0.9.34+deprecated |
1298 | 2024-08-30T01:08:11.081Z | Compiling url v2.5.0 |
1299 | 2024-08-30T01:08:11.220Z | Compiling sct v0.7.1 |
1300 | 2024-08-30T01:08:11.680Z | Compiling rustls-webpki v0.101.7 |
1301 | 2024-08-30T01:08:12.364Z | Compiling hyper v0.14.28 |
1302 | 2024-08-30T01:08:14.733Z | Compiling async-trait v0.1.81 |
1303 | 2024-08-30T01:08:15.395Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
1304 | 2024-08-30T01:08:15.892Z | Compiling block-buffer v0.10.4 |
1305 | 2024-08-30T01:08:16.147Z | Compiling foreign-types-shared v0.1.1 |
1306 | 2024-08-30T01:08:16.599Z | Compiling slog-async v2.8.0 |
1307 | 2024-08-30T01:08:17.109Z | Compiling strsim v0.11.1 |
1308 | 2024-08-30T01:08:17.448Z | Compiling foreign-types v0.3.2 |
1309 | 2024-08-30T01:08:17.543Z | Compiling digest v0.10.7 |
1310 | 2024-08-30T01:08:19.435Z | Compiling multer v3.1.0 |
1311 | 2024-08-30T01:08:19.498Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
1312 | 2024-08-30T01:08:19.633Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1313 | 2024-08-30T01:08:19.810Z | Compiling encoding_rs v0.8.34 |
1314 | 2024-08-30T01:08:21.174Z | Compiling crossbeam-utils v0.8.19 |
1315 | 2024-08-30T01:08:21.843Z | Compiling mime v0.3.17 |
1316 | 2024-08-30T01:08:22.195Z | Compiling base64 v0.21.7 |
1317 | 2024-08-30T01:08:22.720Z | Compiling paste v1.0.15 |
1318 | 2024-08-30T01:08:22.958Z | Compiling tokio-rustls v0.24.1 |
1319 | 2024-08-30T01:08:23.318Z | Compiling usdt-attr-macro v0.5.0 |
1320 | 2024-08-30T01:08:23.392Z | Compiling usdt-macro v0.5.0 |
1321 | 2024-08-30T01:08:25.035Z | Compiling serde_urlencoded v0.7.1 |
1322 | 2024-08-30T01:08:25.702Z | Compiling openssl-probe v0.1.5 |
1323 | 2024-08-30T01:08:26.058Z | Compiling ident_case v1.0.1 |
1324 | 2024-08-30T01:08:26.199Z | Compiling darling_core v0.20.9 |
1325 | 2024-08-30T01:08:26.404Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1326 | 2024-08-30T01:08:28.438Z | Compiling rustls-pemfile v1.0.4 |
1327 | 2024-08-30T01:08:29.931Z | Compiling async-stream-impl v0.3.5 |
1328 | 2024-08-30T01:08:32.550Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
1329 | 2024-08-30T01:08:32.918Z | Compiling powerfmt v0.2.0 |
1330 | 2024-08-30T01:08:35.350Z | Compiling ipnet v2.9.0 |
1331 | 2024-08-30T01:08:37.864Z | Compiling deranged v0.3.11 |
1332 | 2024-08-30T01:08:39.354Z | Compiling darling_macro v0.20.9 |
1333 | 2024-08-30T01:08:41.728Z | Compiling tokio-native-tls v0.3.1 |
1334 | 2024-08-30T01:08:42.015Z | Compiling http v1.1.0 |
1335 | 2024-08-30T01:08:42.703Z | Compiling serde_spanned v0.6.7 |
1336 | 2024-08-30T01:08:45.572Z | Compiling num_threads v0.1.7 |
1337 | 2024-08-30T01:08:45.911Z | Compiling time v0.3.36 |
1338 | 2024-08-30T01:08:46.037Z | Compiling hyper-tls v0.5.0 |
1339 | 2024-08-30T01:08:47.497Z | Compiling darling v0.20.9 |
1340 | 2024-08-30T01:08:47.614Z | Compiling hyper-rustls v0.24.2 |
1341 | 2024-08-30T01:08:47.983Z | Compiling sha1 v0.10.6 |
1342 | 2024-08-30T01:08:48.788Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
1343 | 2024-08-30T01:08:49.323Z | Compiling futures-executor v0.3.30 |
1344 | 2024-08-30T01:08:50.377Z | Compiling structmeta-derive v0.3.0 |
1345 | 2024-08-30T01:08:50.693Z | Compiling webpki-roots v0.25.4 |
1346 | 2024-08-30T01:08:51.051Z | Compiling sync_wrapper v0.1.2 |
1347 | 2024-08-30T01:08:51.898Z | Compiling reqwest v0.11.27 |
1348 | 2024-08-30T01:08:53.218Z | Compiling structmeta v0.3.0 |
1349 | 2024-08-30T01:08:54.075Z | Compiling futures v0.3.30 |
1350 | 2024-08-30T01:08:54.197Z | Compiling serde_with_macros v3.9.0 |
1351 | 2024-08-30T01:08:56.971Z | Compiling strum v0.26.2 |
1352 | 2024-08-30T01:08:57.048Z | Compiling dirs-sys-next v0.1.2 |
1353 | 2024-08-30T01:08:57.160Z | Compiling rustls-pki-types v1.7.0 |
1354 | 2024-08-30T01:08:58.492Z | Compiling base64 v0.22.1 |
1355 | 2024-08-30T01:08:58.534Z | Compiling winnow v0.6.18 |
1356 | 2024-08-30T01:08:58.885Z | Compiling rustix v0.38.34 |
1357 | 2024-08-30T01:08:59.381Z | Compiling match_cfg v0.1.0 |
1358 | 2024-08-30T01:08:59.471Z | Compiling hostname v0.3.1 |
1359 | 2024-08-30T01:08:59.767Z | Compiling dirs-next v2.0.0 |
1360 | 2024-08-30T01:09:03.052Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1361 | 2024-08-30T01:09:04.554Z | Compiling parse-display-derive v0.10.0 |
1362 | 2024-08-30T01:09:06.551Z | Compiling ipnetwork v0.20.0 |
1363 | 2024-08-30T01:09:08.934Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1364 | 2024-08-30T01:09:09.484Z | Compiling thread_local v1.1.8 |
1365 | 2024-08-30T01:09:09.816Z | Compiling errno v0.3.9 |
1366 | 2024-08-30T01:09:10.175Z | Compiling zeroize v1.7.0 |
1367 | 2024-08-30T01:09:11.970Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
1368 | 2024-08-30T01:09:12.178Z | Compiling term v0.7.0 |
1369 | 2024-08-30T01:09:12.770Z | Compiling rustls-webpki v0.102.4 |
1370 | 2024-08-30T01:09:15.194Z | Compiling crossbeam-channel v0.5.12 |
1371 | 2024-08-30T01:09:16.800Z | Compiling memmap v0.7.0 |
1372 | 2024-08-30T01:09:16.812Z | Compiling is-terminal v0.4.12 |
1373 | 2024-08-30T01:09:16.937Z | Compiling take_mut v0.2.2 |
1374 | 2024-08-30T01:09:16.979Z | Compiling winnow v0.5.40 |
1375 | 2024-08-30T01:09:17.193Z | Compiling usdt v0.5.0 |
1376 | 2024-08-30T01:09:18.658Z | Compiling slog-term v2.9.1 |
1377 | 2024-08-30T01:09:20.970Z | Compiling toml_edit v0.19.15 |
1378 | 2024-08-30T01:09:21.126Z | Compiling toml_edit v0.22.20 |
1379 | 2024-08-30T01:09:21.317Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1380 | 2024-08-30T01:09:21.880Z | Compiling slog-json v2.6.1 |
1381 | 2024-08-30T01:09:22.407Z | Compiling atomic-waker v1.1.2 |
1382 | 2024-08-30T01:09:22.601Z | Compiling waitgroup v0.1.2 |
1383 | 2024-08-30T01:09:23.518Z | Compiling proc-macro-crate v1.3.1 |
1384 | 2024-08-30T01:09:24.418Z | Compiling tokio-rustls v0.25.0 |
1385 | 2024-08-30T01:09:24.891Z | Compiling toml v0.8.19 |
1386 | 2024-08-30T01:09:28.228Z | Compiling slog-bunyan v2.5.0 |
1387 | 2024-08-30T01:09:28.503Z | Compiling rustls-pemfile v2.1.3 |
1388 | 2024-08-30T01:09:30.481Z | Compiling async-stream v0.3.5 |
1389 | 2024-08-30T01:09:30.535Z | Compiling serde_path_to_error v0.1.16 |
1390 | 2024-08-30T01:09:30.801Z | Compiling hostname v0.4.0 |
1391 | 2024-08-30T01:09:31.307Z | Compiling debug-ignore v1.0.5 |
1392 | 2024-08-30T01:09:33.397Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1393 | 2024-08-30T01:09:36.233Z | Compiling newtype-uuid v1.1.0 |
1394 | 2024-08-30T01:09:37.086Z | Compiling clap_derive v4.5.4 |
1395 | 2024-08-30T01:09:37.712Z | Compiling utf8parse v0.2.1 |
1396 | 2024-08-30T01:09:37.874Z | Compiling anstyle-parse v0.2.4 |
1397 | 2024-08-30T01:09:39.915Z | Compiling serde_with v3.9.0 |
1398 | 2024-08-30T01:09:43.814Z | Compiling hex v0.4.3 |
1399 | 2024-08-30T01:09:44.047Z | Compiling num-integer v0.1.46 |
1400 | 2024-08-30T01:09:44.518Z | Compiling instant v0.1.12 |
1401 | 2024-08-30T01:09:44.592Z | Compiling lazy_static v1.5.0 |
1402 | 2024-08-30T01:09:44.748Z | Compiling is_terminal_polyfill v1.70.0 |
1403 | 2024-08-30T01:09:45.174Z | Compiling anstyle-query v1.0.3 |
1404 | 2024-08-30T01:09:45.191Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-08-30T01:09:45.191Z | Compiling anstyle v1.0.7 |
1406 | 2024-08-30T01:09:45.191Z | Compiling unicode-width v0.1.12 |
1407 | 2024-08-30T01:09:45.191Z | Compiling colorchoice v1.0.1 |
1408 | 2024-08-30T01:09:45.314Z | Compiling backoff v0.4.0 |
1409 | 2024-08-30T01:09:45.566Z | Compiling anstream v0.6.14 |
1410 | 2024-08-30T01:09:45.628Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1411 | 2024-08-30T01:09:46.427Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1412 | 2024-08-30T01:09:46.642Z | Compiling terminal_size v0.3.0 |
1413 | 2024-08-30T01:09:46.799Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1414 | 2024-08-30T01:09:46.858Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1415 | 2024-08-30T01:09:46.959Z | Compiling parse-display v0.10.0 |
1416 | 2024-08-30T01:09:47.058Z | Compiling macaddr v1.0.1 |
1417 | 2024-08-30T01:09:47.686Z | Compiling regress v0.9.1 |
1418 | 2024-08-30T01:09:48.967Z | Compiling clap_lex v0.7.0 |
1419 | 2024-08-30T01:09:50.456Z | Compiling heapless v0.8.0 |
1420 | 2024-08-30T01:09:51.044Z | Compiling crucible-workspace-hack v0.1.0 |
1421 | 2024-08-30T01:09:51.584Z | Compiling clap_builder v4.5.2 |
1422 | 2024-08-30T01:09:52.207Z | Compiling num-bigint v0.4.5 |
1423 | 2024-08-30T01:09:52.358Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1424 | 2024-08-30T01:09:53.214Z | Compiling num_enum_derive v0.5.11 |
1425 | 2024-08-30T01:09:54.898Z | Compiling hash32 v0.3.1 |
1426 | 2024-08-30T01:09:55.734Z | Compiling smoltcp v0.11.0 |
1427 | 2024-08-30T01:09:55.920Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1428 | 2024-08-30T01:09:56.547Z | Compiling stable_deref_trait v1.2.0 |
1429 | 2024-08-30T01:09:57.180Z | Compiling clap v4.5.4 |
1430 | 2024-08-30T01:09:57.308Z | Compiling num_enum v0.5.11 |
1431 | 2024-08-30T01:09:57.394Z | Compiling num-rational v0.4.2 |
1432 | 2024-08-30T01:09:57.962Z | Compiling synstructure v0.12.6 |
1433 | 2024-08-30T01:09:58.156Z | Compiling num-iter v0.1.45 |
1434 | 2024-08-30T01:09:58.351Z | Compiling num-complex v0.4.6 |
1435 | 2024-08-30T01:09:59.824Z | Compiling proc-macro-error-attr v1.0.4 |
1436 | 2024-08-30T01:09:59.958Z | Compiling bitflags v1.3.2 |
1437 | 2024-08-30T01:10:00.063Z | Compiling managed v0.8.0 |
1438 | 2024-08-30T01:10:00.469Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1439 | 2024-08-30T01:10:00.598Z | Compiling cobs v0.2.3 |
1440 | 2024-08-30T01:10:01.052Z | Compiling postcard v1.0.9 |
1441 | 2024-08-30T01:10:01.620Z | Compiling num v0.4.3 |
1442 | 2024-08-30T01:10:01.732Z | Compiling zerocopy-derive v0.2.0 |
1443 | 2024-08-30T01:10:03.562Z | Compiling foreign-types-macros v0.2.3 |
1444 | 2024-08-30T01:10:03.617Z | Compiling libz-sys v1.1.16 |
1445 | 2024-08-30T01:10:04.466Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1446 | 2024-08-30T01:10:04.753Z | Compiling proc-macro-error v1.0.4 |
1447 | 2024-08-30T01:10:05.305Z | Compiling fastrand v2.1.0 |
1448 | 2024-08-30T01:10:05.317Z | Compiling pretty-hex v0.2.1 |
1449 | 2024-08-30T01:10:05.398Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1450 | 2024-08-30T01:10:05.558Z | Compiling either v1.12.0 |
1451 | 2024-08-30T01:10:05.715Z | Compiling prettyplease v0.2.20 |
1452 | 2024-08-30T01:10:06.083Z | Compiling foreign-types-shared v0.3.1 |
1453 | 2024-08-30T01:10:06.199Z | Compiling foreign-types v0.5.0 |
1454 | 2024-08-30T01:10:06.598Z | Compiling tempfile v3.10.1 |
1455 | 2024-08-30T01:10:07.899Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1456 | 2024-08-30T01:10:10.668Z | Compiling tabwriter v1.4.0 |
1457 | 2024-08-30T01:10:11.232Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1458 | 2024-08-30T01:10:11.243Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1459 | 2024-08-30T01:10:12.303Z | Compiling cstr-argument v0.1.2 |
1460 | 2024-08-30T01:10:12.518Z | Compiling data-encoding v2.6.0 |
1461 | 2024-08-30T01:10:12.706Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1462 | 2024-08-30T01:10:14.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1463 | 2024-08-30T01:10:15.565Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1464 | 2024-08-30T01:10:16.282Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1465 | 2024-08-30T01:10:16.691Z | Compiling colored v2.1.0 |
1466 | 2024-08-30T01:10:17.569Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1467 | 2024-08-30T01:10:17.743Z | Compiling usdt-impl v0.3.5 |
1468 | 2024-08-30T01:10:17.940Z | Compiling float-ord v0.3.2 |
1469 | 2024-08-30T01:10:18.022Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1470 | 2024-08-30T01:10:18.031Z | Compiling static_assertions v1.1.0 |
1471 | 2024-08-30T01:10:18.153Z | Compiling semver v0.1.20 |
1472 | 2024-08-30T01:10:18.238Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1473 | 2024-08-30T01:10:18.381Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1474 | 2024-08-30T01:10:18.742Z | Compiling rustc_version v0.1.7 |
1475 | 2024-08-30T01:10:20.108Z | Compiling zone_cfg_derive v0.3.0 |
1476 | 2024-08-30T01:10:21.754Z | Compiling itertools v0.10.5 |
1477 | 2024-08-30T01:10:23.473Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1478 | 2024-08-30T01:10:26.001Z | Compiling num-derive v0.4.2 |
1479 | 2024-08-30T01:10:27.760Z | Compiling sigpipe v0.1.3 |
1480 | 2024-08-30T01:10:28.148Z | Compiling base64ct v1.6.0 |
1481 | 2024-08-30T01:10:28.205Z | Compiling unicode-segmentation v1.11.0 |
1482 | 2024-08-30T01:10:28.330Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1483 | 2024-08-30T01:10:28.345Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1484 | 2024-08-30T01:10:28.701Z | Compiling password-hash v0.5.0 |
1485 | 2024-08-30T01:10:29.832Z | Compiling newline-converter v0.3.0 |
1486 | 2024-08-30T01:10:30.107Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1487 | 2024-08-30T01:10:30.119Z | Compiling zone v0.3.0 |
1488 | 2024-08-30T01:10:30.790Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1489 | 2024-08-30T01:10:31.296Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1490 | 2024-08-30T01:10:33.365Z | Compiling newtype_derive v0.1.6 |
1491 | 2024-08-30T01:10:33.403Z | Compiling camino-tempfile v1.1.1 |
1492 | 2024-08-30T01:10:33.758Z | Compiling zerocopy v0.3.2 |
1493 | 2024-08-30T01:10:34.138Z | Compiling console v0.15.8 |
1494 | 2024-08-30T01:10:34.340Z | Compiling blake2 v0.10.6 |
1495 | 2024-08-30T01:10:34.999Z | Compiling cargo-platform v0.1.8 |
1496 | 2024-08-30T01:10:35.544Z | Compiling hubpack_derive v0.1.1 |
1497 | 2024-08-30T01:10:35.554Z | Compiling smf v0.2.3 |
1498 | 2024-08-30T01:10:36.161Z | Compiling serde_repr v0.1.19 |
1499 | 2024-08-30T01:10:36.420Z | Compiling zerocopy-derive v0.6.6 |
1500 | 2024-08-30T01:10:36.904Z | Compiling vergen v8.3.2 |
1501 | 2024-08-30T01:10:37.270Z | Compiling whoami v1.5.1 |
1502 | 2024-08-30T01:10:37.557Z | Compiling similar v2.5.0 |
1503 | 2024-08-30T01:10:38.244Z | Compiling hubpack v0.1.2 |
1504 | 2024-08-30T01:10:38.317Z | Compiling zerocopy v0.6.6 |
1505 | 2024-08-30T01:10:38.717Z | Compiling expectorate v1.1.0 |
1506 | 2024-08-30T01:10:38.895Z | Compiling cargo_metadata v0.18.1 |
1507 | 2024-08-30T01:10:38.978Z | Compiling argon2 v0.5.3 |
1508 | 2024-08-30T01:10:39.224Z | Compiling dof v0.1.5 |
1509 | 2024-08-30T01:10:42.600Z | Compiling rustc_version v0.4.0 |
1510 | 2024-08-30T01:10:42.986Z | Compiling dtrace-parser v0.1.14 |
1511 | 2024-08-30T01:10:43.204Z | Compiling strum_macros v0.25.3 |
1512 | 2024-08-30T01:10:43.638Z | Compiling libsqlite3-sys v0.28.0 |
1513 | 2024-08-30T01:10:44.069Z | Compiling slog-dtrace v0.3.0 |
1514 | 2024-08-30T01:10:44.228Z | Compiling cookie v0.18.1 |
1515 | 2024-08-30T01:10:44.615Z | Compiling fixedbitset v0.4.2 |
1516 | 2024-08-30T01:10:44.657Z | Compiling cfg_aliases v0.2.1 |
1517 | 2024-08-30T01:10:44.759Z | Compiling nix v0.29.0 |
1518 | 2024-08-30T01:10:45.081Z | Compiling petgraph v0.6.5 |
1519 | 2024-08-30T01:10:45.405Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1520 | 2024-08-30T01:10:46.833Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1521 | 2024-08-30T01:10:46.996Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1522 | 2024-08-30T01:10:47.009Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1523 | 2024-08-30T01:10:47.584Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1524 | 2024-08-30T01:10:49.326Z | Compiling serde_tokenstream v0.1.7 |
1525 | 2024-08-30T01:10:49.506Z | Compiling idna v0.4.0 |
1526 | 2024-08-30T01:10:49.794Z | Compiling enum-as-inner v0.6.0 |
1527 | 2024-08-30T01:10:49.806Z | Compiling inout v0.1.3 |
1528 | 2024-08-30T01:10:50.040Z | Compiling utf-8 v0.7.6 |
1529 | 2024-08-30T01:10:50.392Z | Compiling highway v1.2.0 |
1530 | 2024-08-30T01:10:50.937Z | Compiling convert_case v0.4.0 |
1531 | 2024-08-30T01:10:51.713Z | Compiling radium v0.7.0 |
1532 | 2024-08-30T01:10:51.805Z | Compiling linked-hash-map v0.5.6 |
1533 | 2024-08-30T01:10:52.219Z | Compiling quick-error v1.2.3 |
1534 | 2024-08-30T01:10:52.250Z | Compiling lru-cache v0.1.2 |
1535 | 2024-08-30T01:10:52.364Z | Compiling resolv-conf v0.7.0 |
1536 | 2024-08-30T01:10:52.454Z | Compiling derive_more v0.99.18 |
1537 | 2024-08-30T01:10:52.564Z | Compiling hickory-proto v0.24.1 |
1538 | 2024-08-30T01:10:53.557Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1539 | 2024-08-30T01:10:53.905Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1540 | 2024-08-30T01:10:55.269Z | Compiling tungstenite v0.21.0 |
1541 | 2024-08-30T01:10:58.791Z | Compiling cipher v0.4.4 |
1542 | 2024-08-30T01:10:59.259Z | Compiling steno v0.4.1 |
1543 | 2024-08-30T01:11:00.317Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1544 | 2024-08-30T01:11:00.469Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1545 | 2024-08-30T01:11:08.232Z | Compiling git2 v0.19.0 |
1546 | 2024-08-30T01:11:08.909Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1547 | 2024-08-30T01:11:09.017Z | Compiling crossbeam-epoch v0.9.18 |
1548 | 2024-08-30T01:11:10.180Z | Compiling hashlink v0.9.1 |
1549 | 2024-08-30T01:11:10.203Z | Compiling derive-where v1.2.7 |
1550 | 2024-08-30T01:11:10.983Z | Compiling rayon-core v1.12.1 |
1551 | 2024-08-30T01:11:11.370Z | Compiling fallible-iterator v0.3.0 |
1552 | 2024-08-30T01:11:12.191Z | Compiling tap v1.0.1 |
1553 | 2024-08-30T01:11:12.385Z | Compiling fallible-streaming-iterator v0.1.9 |
1554 | 2024-08-30T01:11:12.674Z | Compiling humantime v2.1.0 |
1555 | 2024-08-30T01:11:12.703Z | Compiling rusqlite v0.31.0 |
1556 | 2024-08-30T01:11:13.519Z | Compiling wyz v0.5.1 |
1557 | 2024-08-30T01:11:13.636Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1558 | 2024-08-30T01:11:16.241Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1559 | 2024-08-30T01:11:16.688Z | Compiling crossbeam-deque v0.8.5 |
1560 | 2024-08-30T01:11:17.540Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1561 | 2024-08-30T01:11:17.892Z | Compiling hickory-resolver v0.24.1 |
1562 | 2024-08-30T01:11:18.012Z | Compiling tokio-tungstenite v0.21.0 |
1563 | 2024-08-30T01:11:19.193Z | Compiling usdt-attr-macro v0.3.5 |
1564 | 2024-08-30T01:11:20.448Z | Compiling usdt-macro v0.3.5 |
1565 | 2024-08-30T01:11:20.751Z | Compiling twox-hash v1.6.3 |
1566 | 2024-08-30T01:11:20.935Z | Compiling num_enum_derive v0.7.2 |
1567 | 2024-08-30T01:11:21.324Z | Compiling universal-hash v0.5.1 |
1568 | 2024-08-30T01:11:21.541Z | Compiling atty v0.2.14 |
1569 | 2024-08-30T01:11:21.696Z | Compiling funty v2.0.0 |
1570 | 2024-08-30T01:11:21.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1571 | 2024-08-30T01:11:21.872Z | Compiling opaque-debug v0.3.1 |
1572 | 2024-08-30T01:11:22.122Z | Compiling polyval v0.6.2 |
1573 | 2024-08-30T01:11:22.656Z | Compiling usdt v0.3.5 |
1574 | 2024-08-30T01:11:23.100Z | Compiling bitvec v1.0.1 |
1575 | 2024-08-30T01:11:23.565Z | Compiling num_enum v0.7.2 |
1576 | 2024-08-30T01:11:24.193Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1577 | 2024-08-30T01:11:28.285Z | Compiling aes v0.8.4 |
1578 | 2024-08-30T01:11:28.826Z | Compiling ctr v0.9.2 |
1579 | 2024-08-30T01:11:29.187Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1580 | 2024-08-30T01:11:30.784Z | Compiling bincode v1.3.3 |
1581 | 2024-08-30T01:11:31.952Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1582 | 2024-08-30T01:11:33.233Z | Compiling aead v0.5.2 |
1583 | 2024-08-30T01:11:33.560Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1584 | 2024-08-30T01:11:34.023Z | Compiling aes-gcm-siv v0.11.1 |
1585 | 2024-08-30T01:11:34.306Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d037eeb9a56a8a62ff17266f340c011224d15146#d037eeb9) |
1586 | 2024-08-30T01:11:34.972Z | Compiling toml v0.7.8 |
1587 | 2024-08-30T01:11:39.795Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1588 | 2024-08-30T01:11:40.647Z | Compiling rayon v1.10.0 |
1589 | 2024-08-30T01:11:42.424Z | Compiling itertools v0.13.0 |
1590 | 2024-08-30T01:11:45.127Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1591 | 2024-08-30T01:11:45.392Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1592 | 2024-08-30T01:11:45.741Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1593 | 2024-08-30T01:11:46.234Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1594 | 2024-08-30T01:11:46.478Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1595 | 2024-08-30T01:11:46.716Z | Compiling bitstruct_derive v0.1.0 |
1596 | 2024-08-30T01:11:47.025Z | Compiling async-recursion v1.1.1 |
1597 | 2024-08-30T01:11:48.138Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1598 | 2024-08-30T01:11:48.220Z | Compiling typeid v1.0.0 |
1599 | 2024-08-30T01:11:48.276Z | Compiling ascii v1.1.0 |
1600 | 2024-08-30T01:11:48.396Z | Compiling ringbuffer v0.15.0 |
1601 | 2024-08-30T01:11:48.672Z | Compiling erased-serde v0.4.5 |
1602 | 2024-08-30T01:11:48.802Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1603 | 2024-08-30T01:11:49.100Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1604 | 2024-08-30T01:11:49.369Z | Compiling bitstruct v0.1.1 |
1605 | 2024-08-30T01:11:49.491Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1606 | 2024-08-30T01:11:50.278Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1607 | 2024-08-30T01:11:50.822Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1608 | 2024-08-30T01:11:50.982Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1609 | 2024-08-30T01:11:51.214Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1610 | 2024-08-30T01:11:51.442Z | Compiling const_format_proc_macros v0.2.32 |
1611 | 2024-08-30T01:11:51.760Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1612 | 2024-08-30T01:11:51.791Z | Compiling serde_arrays v0.1.0 |
1613 | 2024-08-30T01:11:51.982Z | Compiling kstat-rs v0.2.4 |
1614 | 2024-08-30T01:11:52.923Z | Compiling libloading v0.7.4 |
1615 | 2024-08-30T01:11:52.971Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#758818ae) |
1616 | 2024-08-30T01:11:53.368Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1617 | 2024-08-30T01:11:53.492Z | Compiling const_format v0.2.32 |
1618 | 2024-08-30T01:11:54.042Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1619 | 2024-08-30T01:11:54.756Z | Compiling ron v0.8.1 |
1620 | 2024-08-30T01:12:01.000Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1621 | 2024-08-30T01:12:05.315Z | Compiling bit_field v0.10.2 |
1622 | 2024-08-30T01:12:05.603Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1623 | 2024-08-30T01:12:16.505Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1624 | 2024-08-30T01:12:24.022Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1625 | 2024-08-30T01:13:24.315Z | Finished `release` profile [optimized] target(s) in 5m 59s |
1626 | 2024-08-30T01:13:24.456Z | |
1627 | 2024-08-30T01:13:24.456Z | real 5:59.758027800 |
1628 | 2024-08-30T01:13:24.456Z | user 41:32.223435370 |
1629 | 2024-08-30T01:13:24.456Z | sys 4:00.248181872 |
1630 | 2024-08-30T01:13:24.459Z | trap 1.196373215 |
1631 | 2024-08-30T01:13:24.459Z | tflt 3.010654152 |
1632 | 2024-08-30T01:13:24.459Z | dflt 0.747565609 |
1633 | 2024-08-30T01:13:24.459Z | kflt 0.005454604 |
1634 | 2024-08-30T01:13:24.459Z | lock 1:33:27.416037254 |
1635 | 2024-08-30T01:13:24.459Z | slp 2:33:46.148696178 |
1636 | 2024-08-30T01:13:24.459Z | lat 1:48.169705039 |
1637 | 2024-08-30T01:13:24.459Z | stop 1:58.875398557 |
1638 | 2024-08-30T01:13:24.459Z | + OUTDIR=/work/release |
1639 | 2024-08-30T01:13:24.459Z | + mkdir -p /work/release |
1640 | 2024-08-30T01:13:24.462Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1641 | 2024-08-30T01:13:24.476Z | + cp target/release/propolis-server /work/release/propolis-server |
1642 | 2024-08-30T01:13:24.541Z | process exited: duration 615386 ms, exit code 0 |
|
1643 | 2024-08-30T01:13:24.551Z | found 2 output files |
1644 | 2024-08-30T01:13:24.552Z | uploading: /work/release/propolis-cli (13766792 bytes) |
1645 | 2024-08-30T01:13:25.763Z | uploaded: /work/release/propolis-cli |
1646 | 2024-08-30T01:13:25.763Z | uploading: /work/release/propolis-server (56105176 bytes) |
1647 | 2024-08-30T01:13:27.538Z | uploaded: /work/release/propolis-server |