|
|
|
1 | 2024-10-29T19:15:52.312Z | job assigned to worker 01JBCV8DJ4NF24XMAZW8MPB7RD (queued for 34 s) |
|
2 | 2024-10-29T19:15:53.067Z | starting task 0: "setup" |
3 | 2024-10-29T19:15:53.091Z | ++ uname -s |
4 | 2024-10-29T19:15:53.091Z | + kern=SunOS |
5 | 2024-10-29T19:15:53.091Z | + case "$kern" in |
6 | 2024-10-29T19:15:53.091Z | + [[ 0 == 12345 ]] |
7 | 2024-10-29T19:15:53.091Z | + groupadd -g 12345 build |
8 | 2024-10-29T19:15:53.091Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-29T19:15:55.094Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-29T19:15:55.130Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-29T19:15:55.153Z | + home_fs=zfs |
12 | 2024-10-29T19:15:55.153Z | + [[ zfs == autofs ]] |
13 | 2024-10-29T19:15:55.154Z | + mkdir -p /home/build |
14 | 2024-10-29T19:15:55.154Z | + chown build:build /home/build /work |
15 | 2024-10-29T19:15:57.139Z | + chmod 0700 /home/build /work |
16 | 2024-10-29T19:15:57.163Z | process exited: duration 4077 ms, exit code 0 |
|
17 | 2024-10-29T19:15:57.211Z | starting task 1: "rust-toolchain" |
18 | 2024-10-29T19:15:57.236Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-29T19:15:57.236Z | * toolchain channel = "stable" |
20 | 2024-10-29T19:15:57.236Z | * toolchain profile = "default" |
21 | 2024-10-29T19:15:57.236Z | ' stable |
22 | 2024-10-29T19:15:57.236Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-29T19:15:57.236Z | ' default |
24 | 2024-10-29T19:15:57.236Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-29T19:15:57.236Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-29T19:15:57.367Z | info: downloading installer |
27 | 2024-10-29T19:15:57.947Z | info: profile set to 'default' |
28 | 2024-10-29T19:15:57.947Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-29T19:15:57.947Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-29T19:15:58.060Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-29T19:15:58.060Z | info: downloading component 'cargo' |
32 | 2024-10-29T19:15:58.203Z | info: downloading component 'clippy' |
33 | 2024-10-29T19:15:58.259Z | info: downloading component 'rust-docs' |
34 | 2024-10-29T19:15:58.440Z | info: downloading component 'rust-std' |
35 | 2024-10-29T19:15:58.818Z | info: downloading component 'rustc' |
36 | 2024-10-29T19:15:59.776Z | info: downloading component 'rustfmt' |
37 | 2024-10-29T19:15:59.820Z | info: installing component 'cargo' |
38 | 2024-10-29T19:16:00.910Z | info: installing component 'clippy' |
39 | 2024-10-29T19:16:01.377Z | info: installing component 'rust-docs' |
40 | 2024-10-29T19:16:04.325Z | info: installing component 'rust-std' |
41 | 2024-10-29T19:16:06.468Z | info: installing component 'rustc' |
42 | 2024-10-29T19:16:13.731Z | info: installing component 'rustfmt' |
43 | 2024-10-29T19:16:14.115Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-29T19:16:14.115Z | |
45 | 2024-10-29T19:16:14.265Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-29T19:16:14.265Z | |
47 | 2024-10-29T19:16:14.289Z | |
48 | 2024-10-29T19:16:14.289Z | Rust is installed now. Great! |
49 | 2024-10-29T19:16:14.289Z | |
50 | 2024-10-29T19:16:14.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-29T19:16:14.289Z | environment variable. This has not been done automatically. |
52 | 2024-10-29T19:16:14.289Z | |
53 | 2024-10-29T19:16:14.289Z | To configure your current shell, you need to source |
54 | 2024-10-29T19:16:14.289Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-29T19:16:14.289Z | |
56 | 2024-10-29T19:16:14.289Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-29T19:16:14.289Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-29T19:16:14.289Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-29T19:16:14.376Z | + rustc --version |
60 | 2024-10-29T19:16:14.492Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-29T19:16:14.516Z | process exited: duration 17284 ms, exit code 0 |
|
62 | 2024-10-29T19:16:14.564Z | starting task 2: "authentication" |
63 | 2024-10-29T19:16:14.623Z | process exited: duration 59 ms, exit code 0 |
|
64 | 2024-10-29T19:16:14.671Z | starting task 3: "clone repository" |
65 | 2024-10-29T19:16:14.695Z | + mkdir -p /work/oxidecomputer/propolis |
66 | 2024-10-29T19:16:14.695Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
67 | 2024-10-29T19:16:14.719Z | Cloning into '/work/oxidecomputer/propolis'... |
68 | 2024-10-29T19:16:15.784Z | + cd /work/oxidecomputer/propolis |
69 | 2024-10-29T19:16:15.784Z | + git fetch origin cba15b9640bf7119268582ee0708d69b33990d5f |
70 | 2024-10-29T19:16:16.123Z | From https://github.com/oxidecomputer/propolis |
71 | 2024-10-29T19:16:16.123Z | * branch cba15b9640bf7119268582ee0708d69b33990d5f -> FETCH_HEAD |
72 | 2024-10-29T19:16:16.147Z | + [[ -n gjcolombo/instance-types-cleanup ]] |
73 | 2024-10-29T19:16:16.147Z | ++ git branch --show-current |
74 | 2024-10-29T19:16:16.147Z | + current=master |
75 | 2024-10-29T19:16:16.147Z | + [[ master != gjcolombo/instance-types-cleanup ]] |
76 | 2024-10-29T19:16:16.147Z | + git branch -f gjcolombo/instance-types-cleanup cba15b9640bf7119268582ee0708d69b33990d5f |
77 | 2024-10-29T19:16:16.171Z | + git checkout -f gjcolombo/instance-types-cleanup |
78 | 2024-10-29T19:16:16.195Z | Switched to branch 'gjcolombo/instance-types-cleanup' |
79 | 2024-10-29T19:16:16.195Z | + git reset --hard cba15b9640bf7119268582ee0708d69b33990d5f |
80 | 2024-10-29T19:16:16.195Z | HEAD is now at cba15b9 clean up Instance too |
81 | 2024-10-29T19:16:16.195Z | process exited: duration 1521 ms, exit code 0 |
|
82 | 2024-10-29T19:16:16.243Z | starting task 4: "build" |
83 | 2024-10-29T19:16:16.267Z | + cargo --version |
84 | 2024-10-29T19:16:16.352Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
85 | 2024-10-29T19:16:16.377Z | + rustc --version |
86 | 2024-10-29T19:16:16.459Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
87 | 2024-10-29T19:16:16.483Z | + banner check |
88 | 2024-10-29T19:16:16.483Z | |
89 | 2024-10-29T19:16:16.483Z | #### # # ###### #### # # |
90 | 2024-10-29T19:16:16.483Z | # # # # # # # # # |
91 | 2024-10-29T19:16:16.483Z | # ###### ##### # #### |
92 | 2024-10-29T19:16:16.483Z | # # # # # # # |
93 | 2024-10-29T19:16:16.483Z | # # # # # # # # # |
94 | 2024-10-29T19:16:16.483Z | #### # # ###### #### # # |
95 | 2024-10-29T19:16:16.483Z | |
96 | 2024-10-29T19:16:16.483Z | + ptime -m cargo check --features falcon |
97 | 2024-10-29T19:16:16.725Z | Updating crates.io index |
98 | 2024-10-29T19:16:16.749Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-29T19:16:19.395Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
100 | 2024-10-29T19:16:26.536Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
101 | 2024-10-29T19:16:26.864Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
102 | 2024-10-29T19:16:27.212Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
103 | 2024-10-29T19:16:27.615Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
104 | 2024-10-29T19:16:28.206Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
105 | 2024-10-29T19:16:28.595Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
106 | 2024-10-29T19:16:29.606Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
107 | 2024-10-29T19:16:30.063Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
108 | 2024-10-29T19:16:30.558Z | Updating git repository `https://github.com/oxidecomputer/p4` |
109 | 2024-10-29T19:16:31.239Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
110 | 2024-10-29T19:16:32.123Z | Updating git repository `https://github.com/oxidecomputer/opte` |
111 | 2024-10-29T19:16:33.245Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
112 | 2024-10-29T19:16:34.217Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-29T19:16:34.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-29T19:16:35.385Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
115 | 2024-10-29T19:16:35.774Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
116 | 2024-10-29T19:16:37.146Z | Downloading crates ... |
117 | 2024-10-29T19:16:37.232Z | Downloaded equivalent v1.0.1 |
118 | 2024-10-29T19:16:37.259Z | Downloaded num-conv v0.1.0 |
119 | 2024-10-29T19:16:37.259Z | Downloaded pest_derive v2.7.10 |
120 | 2024-10-29T19:16:37.259Z | Downloaded waitgroup v0.1.2 |
121 | 2024-10-29T19:16:37.284Z | Downloaded parking_lot v0.12.2 |
122 | 2024-10-29T19:16:37.284Z | Downloaded highway v1.2.0 |
123 | 2024-10-29T19:16:37.284Z | Downloaded sigpipe v0.1.3 |
124 | 2024-10-29T19:16:37.284Z | Downloaded slog-dtrace v0.3.0 |
125 | 2024-10-29T19:16:37.309Z | Downloaded kstat-rs v0.2.4 |
126 | 2024-10-29T19:16:37.309Z | Downloaded tokio-rustls v0.26.0 |
127 | 2024-10-29T19:16:37.338Z | Downloaded hubpack v0.1.2 |
128 | 2024-10-29T19:16:37.338Z | Downloaded tap v1.0.1 |
129 | 2024-10-29T19:16:37.338Z | Downloaded inout v0.1.3 |
130 | 2024-10-29T19:16:37.362Z | Downloaded want v0.3.1 |
131 | 2024-10-29T19:16:37.362Z | Downloaded winnow v0.5.40 |
132 | 2024-10-29T19:16:37.362Z | Downloaded foreign-types v0.3.2 |
133 | 2024-10-29T19:16:37.363Z | Downloaded try-lock v0.2.5 |
134 | 2024-10-29T19:16:37.388Z | Downloaded newtype_derive v0.1.6 |
135 | 2024-10-29T19:16:37.388Z | Downloaded serde-big-array v0.5.1 |
136 | 2024-10-29T19:16:37.388Z | Downloaded foreign-types-shared v0.1.1 |
137 | 2024-10-29T19:16:37.388Z | Downloaded supports-color v2.1.0 |
138 | 2024-10-29T19:16:37.388Z | Downloaded structmeta v0.3.0 |
139 | 2024-10-29T19:16:37.388Z | Downloaded subtle v2.5.0 |
140 | 2024-10-29T19:16:37.388Z | Downloaded serde_tokenstream v0.1.7 |
141 | 2024-10-29T19:16:37.388Z | Downloaded strum_macros v0.26.2 |
142 | 2024-10-29T19:16:37.413Z | Downloaded supports-color v3.0.1 |
143 | 2024-10-29T19:16:37.413Z | Downloaded iana-time-zone v0.1.60 |
144 | 2024-10-29T19:16:37.413Z | Downloaded steno v0.4.1 |
145 | 2024-10-29T19:16:37.413Z | Downloaded unicode-normalization v0.1.23 |
146 | 2024-10-29T19:16:37.413Z | Downloaded tracing v0.1.40 |
147 | 2024-10-29T19:16:37.437Z | Downloaded serde_json v1.0.128 |
148 | 2024-10-29T19:16:37.437Z | Downloaded hyper-util v0.1.9 |
149 | 2024-10-29T19:16:37.437Z | Downloaded memchr v2.7.2 |
150 | 2024-10-29T19:16:37.461Z | Downloaded mio v1.0.2 |
151 | 2024-10-29T19:16:37.461Z | Downloaded time v0.3.36 |
152 | 2024-10-29T19:16:37.461Z | Downloaded hyper v1.4.1 |
153 | 2024-10-29T19:16:37.486Z | Downloaded unicode-width v0.1.14 |
154 | 2024-10-29T19:16:37.486Z | Downloaded reqwest v0.12.7 |
155 | 2024-10-29T19:16:37.509Z | Downloaded openssl v0.10.66 |
156 | 2024-10-29T19:16:37.509Z | Downloaded regress v0.9.1 |
157 | 2024-10-29T19:16:37.533Z | Downloaded rustls v0.21.12 |
158 | 2024-10-29T19:16:37.533Z | Downloaded rustix v0.38.34 |
159 | 2024-10-29T19:16:37.557Z | Downloaded openapiv3 v2.0.0 |
160 | 2024-10-29T19:16:37.581Z | Downloaded rustls-webpki v0.102.4 |
161 | 2024-10-29T19:16:37.605Z | Downloaded nix v0.29.0 |
162 | 2024-10-29T19:16:37.605Z | Downloaded regex-syntax v0.8.4 |
163 | 2024-10-29T19:16:37.629Z | Downloaded nix v0.28.0 |
164 | 2024-10-29T19:16:37.629Z | Downloaded zerocopy-derive v0.2.0 |
165 | 2024-10-29T19:16:37.653Z | Downloaded smoltcp v0.11.0 |
166 | 2024-10-29T19:16:37.653Z | Downloaded rustls v0.23.10 |
167 | 2024-10-29T19:16:37.677Z | Downloaded rustls v0.22.4 |
168 | 2024-10-29T19:16:37.701Z | Downloaded regress v0.10.1 |
169 | 2024-10-29T19:16:37.701Z | Downloaded quinn-proto v0.11.8 |
170 | 2024-10-29T19:16:37.726Z | Downloaded rustls-webpki v0.101.7 |
171 | 2024-10-29T19:16:37.726Z | Downloaded typify-impl v0.2.0 |
172 | 2024-10-29T19:16:37.749Z | Downloaded regex v1.10.6 |
173 | 2024-10-29T19:16:37.773Z | Downloaded zerocopy-derive v0.6.6 |
174 | 2024-10-29T19:16:37.773Z | Downloaded regex-automata v0.4.6 |
175 | 2024-10-29T19:16:37.797Z | Downloaded itertools v0.13.0 |
176 | 2024-10-29T19:16:37.797Z | Downloaded libc v0.2.159 |
177 | 2024-10-29T19:16:37.823Z | Downloaded hickory-proto v0.24.1 |
178 | 2024-10-29T19:16:37.847Z | Downloaded rusqlite v0.32.1 |
179 | 2024-10-29T19:16:37.871Z | Downloaded petgraph v0.6.5 |
180 | 2024-10-29T19:16:37.871Z | Downloaded itertools v0.10.5 |
181 | 2024-10-29T19:16:37.894Z | Downloaded tokio v1.39.3 |
182 | 2024-10-29T19:16:37.920Z | Downloaded idna v0.5.0 |
183 | 2024-10-29T19:16:37.943Z | Downloaded idna v0.4.0 |
184 | 2024-10-29T19:16:37.943Z | Downloaded futures v0.3.30 |
185 | 2024-10-29T19:16:37.943Z | Downloaded syn v1.0.109 |
186 | 2024-10-29T19:16:37.967Z | Downloaded toml_edit v0.22.20 |
187 | 2024-10-29T19:16:37.991Z | Downloaded toml_edit v0.19.15 |
188 | 2024-10-29T19:16:38.015Z | Downloaded pest v2.7.10 |
189 | 2024-10-29T19:16:38.015Z | Downloaded syn v2.0.77 |
190 | 2024-10-29T19:16:38.039Z | Downloaded rayon v1.10.0 |
191 | 2024-10-29T19:16:38.039Z | Downloaded typify v0.2.0 |
192 | 2024-10-29T19:16:38.039Z | Downloaded macaddr v1.0.1 |
193 | 2024-10-29T19:16:38.039Z | Downloaded native-tls v0.2.11 |
194 | 2024-10-29T19:16:38.039Z | Downloaded multer v3.1.0 |
195 | 2024-10-29T19:16:38.039Z | Downloaded encoding_rs v0.8.34 |
196 | 2024-10-29T19:16:38.063Z | Downloaded unicode-segmentation v1.11.0 |
197 | 2024-10-29T19:16:38.088Z | Downloaded fatfs v0.3.6 |
198 | 2024-10-29T19:16:38.112Z | Downloaded winnow v0.6.18 |
199 | 2024-10-29T19:16:38.112Z | Downloaded futures-channel v0.3.30 |
200 | 2024-10-29T19:16:38.112Z | Downloaded linear-map v1.2.0 |
201 | 2024-10-29T19:16:38.112Z | Downloaded serde_derive v1.0.210 |
202 | 2024-10-29T19:16:38.112Z | Downloaded unsafe-libyaml v0.2.11 |
203 | 2024-10-29T19:16:38.112Z | Downloaded cargo_metadata v0.18.1 |
204 | 2024-10-29T19:16:38.112Z | Downloaded strum_macros v0.25.3 |
205 | 2024-10-29T19:16:38.112Z | Downloaded newtype-uuid v1.1.0 |
206 | 2024-10-29T19:16:38.112Z | Downloaded unicode-ident v1.0.13 |
207 | 2024-10-29T19:16:38.112Z | Downloaded unicode-bidi v0.3.15 |
208 | 2024-10-29T19:16:38.112Z | Downloaded tungstenite v0.21.0 |
209 | 2024-10-29T19:16:38.112Z | Downloaded schemars v0.8.21 |
210 | 2024-10-29T19:16:38.136Z | Downloaded serde_derive_internals v0.29.1 |
211 | 2024-10-29T19:16:38.136Z | Downloaded mime v0.3.17 |
212 | 2024-10-29T19:16:38.136Z | Downloaded ucd-trie v0.1.6 |
213 | 2024-10-29T19:16:38.136Z | Downloaded tracing-core v0.1.32 |
214 | 2024-10-29T19:16:38.136Z | Downloaded fixedbitset v0.4.2 |
215 | 2024-10-29T19:16:38.136Z | Downloaded indexmap v2.5.0 |
216 | 2024-10-29T19:16:38.136Z | Downloaded libm v0.2.8 |
217 | 2024-10-29T19:16:38.160Z | Downloaded serde_tokenstream v0.2.2 |
218 | 2024-10-29T19:16:38.160Z | Downloaded serde_spanned v0.6.7 |
219 | 2024-10-29T19:16:38.160Z | Downloaded serde_repr v0.1.19 |
220 | 2024-10-29T19:16:38.160Z | Downloaded funty v2.0.0 |
221 | 2024-10-29T19:16:38.160Z | Downloaded form_urlencoded v1.2.1 |
222 | 2024-10-29T19:16:38.160Z | Downloaded typenum v1.17.0 |
223 | 2024-10-29T19:16:38.160Z | Downloaded tinyvec v1.6.0 |
224 | 2024-10-29T19:16:38.160Z | Downloaded rayon-core v1.12.1 |
225 | 2024-10-29T19:16:38.184Z | Downloaded strsim v0.11.1 |
226 | 2024-10-29T19:16:38.184Z | Downloaded serde_path_to_error v0.1.16 |
227 | 2024-10-29T19:16:38.184Z | Downloaded serde_arrays v0.1.0 |
228 | 2024-10-29T19:16:38.184Z | Downloaded typify-macro v0.2.0 |
229 | 2024-10-29T19:16:38.184Z | Downloaded url v2.5.0 |
230 | 2024-10-29T19:16:38.184Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
231 | 2024-10-29T19:16:38.237Z | Downloaded socket2 v0.5.7 |
232 | 2024-10-29T19:16:38.261Z | Downloaded strum v0.26.2 |
233 | 2024-10-29T19:16:38.261Z | Downloaded structmeta-derive v0.3.0 |
234 | 2024-10-29T19:16:38.261Z | Downloaded foreign-types-macros v0.2.3 |
235 | 2024-10-29T19:16:38.261Z | Downloaded foreign-types v0.5.0 |
236 | 2024-10-29T19:16:38.261Z | Downloaded universal-hash v0.5.1 |
237 | 2024-10-29T19:16:38.261Z | Downloaded unicode-xid v0.2.4 |
238 | 2024-10-29T19:16:38.261Z | Downloaded tracing-attributes v0.1.27 |
239 | 2024-10-29T19:16:38.262Z | Downloaded is_terminal_polyfill v1.70.0 |
240 | 2024-10-29T19:16:38.262Z | Downloaded indexmap v1.9.3 |
241 | 2024-10-29T19:16:38.262Z | Downloaded http v1.1.0 |
242 | 2024-10-29T19:16:38.262Z | Downloaded typeid v1.0.0 |
243 | 2024-10-29T19:16:38.262Z | Downloaded time-macros v0.2.18 |
244 | 2024-10-29T19:16:38.285Z | Downloaded term v0.7.0 |
245 | 2024-10-29T19:16:38.285Z | Downloaded fallible-iterator v0.3.0 |
246 | 2024-10-29T19:16:38.285Z | Downloaded hashbrown v0.12.3 |
247 | 2024-10-29T19:16:38.285Z | Downloaded goblin v0.8.2 |
248 | 2024-10-29T19:16:38.285Z | Downloaded newline-converter v0.3.0 |
249 | 2024-10-29T19:16:38.285Z | Downloaded foreign-types-shared v0.3.1 |
250 | 2024-10-29T19:16:38.285Z | Downloaded twox-hash v1.6.3 |
251 | 2024-10-29T19:16:38.285Z | Downloaded tokio-macros v2.4.0 |
252 | 2024-10-29T19:16:38.285Z | Downloaded fnv v1.0.7 |
253 | 2024-10-29T19:16:38.309Z | Downloaded float-ord v0.3.2 |
254 | 2024-10-29T19:16:38.309Z | Downloaded filetime v0.2.23 |
255 | 2024-10-29T19:16:38.309Z | Downloaded hyper-rustls v0.27.3 |
256 | 2024-10-29T19:16:38.309Z | Downloaded hubpack_derive v0.1.1 |
257 | 2024-10-29T19:16:38.309Z | Downloaded tinyvec_macros v0.1.1 |
258 | 2024-10-29T19:16:38.309Z | Downloaded time-core v0.1.2 |
259 | 2024-10-29T19:16:38.309Z | Downloaded usdt v0.3.5 |
260 | 2024-10-29T19:16:38.309Z | Downloaded memmap v0.7.0 |
261 | 2024-10-29T19:16:38.309Z | Downloaded thread_local v1.1.8 |
262 | 2024-10-29T19:16:38.310Z | Downloaded thread-id v4.2.1 |
263 | 2024-10-29T19:16:38.310Z | Downloaded terminal_size v0.3.0 |
264 | 2024-10-29T19:16:38.310Z | Downloaded tar v0.4.40 |
265 | 2024-10-29T19:16:38.310Z | Downloaded toml v0.8.19 |
266 | 2024-10-29T19:16:38.310Z | Downloaded toml v0.7.8 |
267 | 2024-10-29T19:16:38.334Z | Downloaded zerocopy v0.6.6 |
268 | 2024-10-29T19:16:38.334Z | Downloaded spin v0.9.8 |
269 | 2024-10-29T19:16:38.334Z | Downloaded smallvec v1.13.2 |
270 | 2024-10-29T19:16:38.334Z | Downloaded futures-util v0.3.30 |
271 | 2024-10-29T19:16:38.358Z | Downloaded vergen v8.3.2 |
272 | 2024-10-29T19:16:38.358Z | Downloaded scroll v0.12.0 |
273 | 2024-10-29T19:16:38.358Z | Downloaded ryu v1.0.18 |
274 | 2024-10-29T19:16:38.358Z | Downloaded quote v1.0.37 |
275 | 2024-10-29T19:16:38.358Z | Downloaded openssl-sys v0.9.103 |
276 | 2024-10-29T19:16:38.358Z | Downloaded num-bigint v0.4.5 |
277 | 2024-10-29T19:16:38.358Z | Downloaded bstr v1.9.1 |
278 | 2024-10-29T19:16:38.382Z | Downloaded fastrand v2.1.0 |
279 | 2024-10-29T19:16:38.382Z | Downloaded fallible-streaming-iterator v0.1.9 |
280 | 2024-10-29T19:16:38.382Z | Downloaded usdt v0.5.0 |
281 | 2024-10-29T19:16:38.382Z | Downloaded untrusted v0.9.0 |
282 | 2024-10-29T19:16:38.382Z | Downloaded ipnetwork v0.20.0 |
283 | 2024-10-29T19:16:38.382Z | Downloaded ipnet v2.9.0 |
284 | 2024-10-29T19:16:38.382Z | Downloaded thiserror v1.0.64 |
285 | 2024-10-29T19:16:38.406Z | Downloaded tempfile v3.10.1 |
286 | 2024-10-29T19:16:38.406Z | Downloaded hyper-tls v0.6.0 |
287 | 2024-10-29T19:16:38.406Z | Downloaded futures-sink v0.3.30 |
288 | 2024-10-29T19:16:38.406Z | Downloaded futures-executor v0.3.30 |
289 | 2024-10-29T19:16:38.406Z | Downloaded toml_datetime v0.6.8 |
290 | 2024-10-29T19:16:38.406Z | Downloaded tokio-util v0.7.11 |
291 | 2024-10-29T19:16:38.406Z | Downloaded tokio-rustls v0.24.1 |
292 | 2024-10-29T19:16:38.406Z | Downloaded managed v0.8.0 |
293 | 2024-10-29T19:16:38.430Z | Downloaded lock_api v0.4.12 |
294 | 2024-10-29T19:16:38.430Z | Downloaded zone v0.3.0 |
295 | 2024-10-29T19:16:38.430Z | Downloaded zeroize v1.7.0 |
296 | 2024-10-29T19:16:38.430Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2024-10-29T19:16:38.430Z | Downloaded rustls-pemfile v2.1.3 |
298 | 2024-10-29T19:16:38.430Z | Downloaded vcpkg v0.2.15 |
299 | 2024-10-29T19:16:38.463Z | Downloaded semver v1.0.23 |
300 | 2024-10-29T19:16:38.487Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-10-29T19:16:38.487Z | Downloaded pest_meta v2.7.10 |
302 | 2024-10-29T19:16:38.487Z | Downloaded match_cfg v0.1.0 |
303 | 2024-10-29T19:16:38.487Z | Downloaded is_ci v1.2.0 |
304 | 2024-10-29T19:16:38.487Z | Downloaded is-terminal v0.4.12 |
305 | 2024-10-29T19:16:38.487Z | Downloaded instant v0.1.12 |
306 | 2024-10-29T19:16:38.487Z | Downloaded indent_write v2.2.0 |
307 | 2024-10-29T19:16:38.488Z | Downloaded thiserror-impl v1.0.64 |
308 | 2024-10-29T19:16:38.488Z | Downloaded synstructure v0.12.6 |
309 | 2024-10-29T19:16:38.488Z | Downloaded http-body-util v0.1.2 |
310 | 2024-10-29T19:16:38.512Z | Downloaded futures-core v0.3.30 |
311 | 2024-10-29T19:16:38.512Z | Downloaded tokio-tungstenite v0.21.0 |
312 | 2024-10-29T19:16:38.512Z | Downloaded tokio-rustls v0.25.0 |
313 | 2024-10-29T19:16:38.512Z | Downloaded libloading v0.7.4 |
314 | 2024-10-29T19:16:38.512Z | Downloaded jobserver v0.1.31 |
315 | 2024-10-29T19:16:38.512Z | Downloaded zerocopy v0.7.34 |
316 | 2024-10-29T19:16:38.536Z | Downloaded whoami v1.5.1 |
317 | 2024-10-29T19:16:38.536Z | Downloaded webpki-roots v0.26.3 |
318 | 2024-10-29T19:16:38.536Z | Downloaded stable_deref_trait v1.2.0 |
319 | 2024-10-29T19:16:38.536Z | Downloaded serde v1.0.210 |
320 | 2024-10-29T19:16:38.536Z | Downloaded scopeguard v1.2.0 |
321 | 2024-10-29T19:16:38.536Z | Downloaded expectorate v1.1.0 |
322 | 2024-10-29T19:16:38.536Z | Downloaded ident_case v1.0.1 |
323 | 2024-10-29T19:16:38.536Z | Downloaded take_mut v0.2.2 |
324 | 2024-10-29T19:16:38.536Z | Downloaded tabwriter v1.4.0 |
325 | 2024-10-29T19:16:38.560Z | Downloaded sync_wrapper v1.0.1 |
326 | 2024-10-29T19:16:38.560Z | Downloaded swrite v0.1.0 |
327 | 2024-10-29T19:16:38.560Z | Downloaded httpdate v1.0.3 |
328 | 2024-10-29T19:16:38.560Z | Downloaded http-body v1.0.1 |
329 | 2024-10-29T19:16:38.560Z | Downloaded futures-macro v0.3.30 |
330 | 2024-10-29T19:16:38.560Z | Downloaded lru-cache v0.1.2 |
331 | 2024-10-29T19:16:38.560Z | Downloaded linked-hash-map v0.5.6 |
332 | 2024-10-29T19:16:38.560Z | Downloaded libsw v3.3.1 |
333 | 2024-10-29T19:16:38.560Z | Downloaded lazy_static v1.5.0 |
334 | 2024-10-29T19:16:38.560Z | Downloaded zerocopy v0.3.2 |
335 | 2024-10-29T19:16:38.560Z | Downloaded wyz v0.5.1 |
336 | 2024-10-29T19:16:38.560Z | Downloaded similar v2.5.0 |
337 | 2024-10-29T19:16:38.560Z | Downloaded hickory-resolver v0.24.1 |
338 | 2024-10-29T19:16:38.584Z | Downloaded heapless v0.8.0 |
339 | 2024-10-29T19:16:38.584Z | Downloaded schemars_derive v0.8.21 |
340 | 2024-10-29T19:16:38.584Z | Downloaded rustc_version v0.4.0 |
341 | 2024-10-29T19:16:38.584Z | Downloaded ringbuffer v0.15.0 |
342 | 2024-10-29T19:16:38.584Z | Downloaded rand_core v0.6.4 |
343 | 2024-10-29T19:16:38.584Z | Downloaded quick-error v1.2.3 |
344 | 2024-10-29T19:16:38.584Z | Downloaded progenitor v0.8.0 |
345 | 2024-10-29T19:16:38.584Z | Downloaded polyval v0.6.2 |
346 | 2024-10-29T19:16:38.584Z | Downloaded cancel-safe-futures v0.1.5 |
347 | 2024-10-29T19:16:38.584Z | Downloaded humantime v2.1.0 |
348 | 2024-10-29T19:16:38.608Z | Downloaded tower-service v0.3.2 |
349 | 2024-10-29T19:16:38.608Z | Downloaded zerocopy-derive v0.7.34 |
350 | 2024-10-29T19:16:38.608Z | Downloaded slog-term v2.9.1 |
351 | 2024-10-29T19:16:38.608Z | Downloaded slog-json v2.6.1 |
352 | 2024-10-29T19:16:38.608Z | Downloaded slog-bunyan v2.5.0 |
353 | 2024-10-29T19:16:38.608Z | Downloaded signal-hook-registry v1.4.2 |
354 | 2024-10-29T19:16:38.608Z | Downloaded sha2 v0.10.8 |
355 | 2024-10-29T19:16:38.608Z | Downloaded serde_with_macros v3.9.0 |
356 | 2024-10-29T19:16:38.608Z | Downloaded hashlink v0.9.1 |
357 | 2024-10-29T19:16:38.608Z | Downloaded libz-sys v1.1.16 |
358 | 2024-10-29T19:16:38.682Z | Downloaded glob v0.3.1 |
359 | 2024-10-29T19:16:38.705Z | Downloaded generic-array v0.14.7 |
360 | 2024-10-29T19:16:38.706Z | Downloaded semver v0.1.20 |
361 | 2024-10-29T19:16:38.706Z | Downloaded rustc_version v0.1.7 |
362 | 2024-10-29T19:16:38.706Z | Downloaded rand_chacha v0.3.1 |
363 | 2024-10-29T19:16:38.706Z | Downloaded radium v0.7.0 |
364 | 2024-10-29T19:16:38.706Z | Downloaded quinn-udp v0.5.5 |
365 | 2024-10-29T19:16:38.706Z | Downloaded progenitor-macro v0.8.0 |
366 | 2024-10-29T19:16:38.706Z | Downloaded proc-macro-error-attr v1.0.4 |
367 | 2024-10-29T19:16:38.706Z | Downloaded proc-macro-crate v1.3.1 |
368 | 2024-10-29T19:16:38.706Z | Downloaded ppv-lite86 v0.2.17 |
369 | 2024-10-29T19:16:38.706Z | Downloaded powerfmt v0.2.0 |
370 | 2024-10-29T19:16:38.706Z | Downloaded plain v0.2.3 |
371 | 2024-10-29T19:16:38.706Z | Downloaded pin-utils v0.1.0 |
372 | 2024-10-29T19:16:38.706Z | Downloaded paste v1.0.15 |
373 | 2024-10-29T19:16:38.730Z | Downloaded once_cell v1.19.0 |
374 | 2024-10-29T19:16:38.730Z | Downloaded dropshot v0.12.0 |
375 | 2024-10-29T19:16:38.754Z | Downloaded httparse v1.8.0 |
376 | 2024-10-29T19:16:38.754Z | Downloaded futures-task v0.3.30 |
377 | 2024-10-29T19:16:38.754Z | Downloaded futures-io v0.3.30 |
378 | 2024-10-29T19:16:38.754Z | Downloaded slog-async v2.8.0 |
379 | 2024-10-29T19:16:38.754Z | Downloaded slab v0.4.9 |
380 | 2024-10-29T19:16:38.754Z | Downloaded serde_urlencoded v0.7.1 |
381 | 2024-10-29T19:16:38.754Z | Downloaded hostname v0.4.0 |
382 | 2024-10-29T19:16:38.754Z | Downloaded hostname v0.3.1 |
383 | 2024-10-29T19:16:38.754Z | Downloaded heck v0.5.0 |
384 | 2024-10-29T19:16:38.754Z | Downloaded hash32 v0.3.1 |
385 | 2024-10-29T19:16:38.755Z | Downloaded usdt-impl v0.3.5 |
386 | 2024-10-29T19:16:38.755Z | Downloaded scroll_derive v0.12.0 |
387 | 2024-10-29T19:16:38.755Z | Downloaded password-hash v0.5.0 |
388 | 2024-10-29T19:16:38.755Z | Downloaded parse-display v0.10.0 |
389 | 2024-10-29T19:16:38.778Z | Downloaded dof v0.1.5 |
390 | 2024-10-29T19:16:38.778Z | Downloaded tokio-native-tls v0.3.1 |
391 | 2024-10-29T19:16:38.778Z | Downloaded log v0.4.22 |
392 | 2024-10-29T19:16:38.778Z | Downloaded ring v0.17.8 |
393 | 2024-10-29T19:16:38.845Z | Downloaded zone_cfg_derive v0.3.0 |
394 | 2024-10-29T19:16:38.869Z | Downloaded xattr v1.3.1 |
395 | 2024-10-29T19:16:38.869Z | Downloaded heck v0.4.1 |
396 | 2024-10-29T19:16:38.869Z | Downloaded git2 v0.19.0 |
397 | 2024-10-29T19:16:38.869Z | Downloaded rand v0.8.5 |
398 | 2024-10-29T19:16:38.869Z | Downloaded progenitor-client v0.8.0 |
399 | 2024-10-29T19:16:38.870Z | Downloaded pretty-hex v0.4.1 |
400 | 2024-10-29T19:16:38.870Z | Downloaded owo-colors v4.1.0 |
401 | 2024-10-29T19:16:38.870Z | Downloaded num-traits v0.2.19 |
402 | 2024-10-29T19:16:38.893Z | Downloaded clap_builder v4.5.2 |
403 | 2024-10-29T19:16:38.893Z | Downloaded itoa v1.0.11 |
404 | 2024-10-29T19:16:38.894Z | Downloaded static_assertions v1.1.0 |
405 | 2024-10-29T19:16:38.894Z | Downloaded smf v0.2.3 |
406 | 2024-10-29T19:16:38.894Z | Downloaded serde_with v3.9.0 |
407 | 2024-10-29T19:16:38.917Z | Downloaded h2 v0.4.6 |
408 | 2024-10-29T19:16:38.918Z | Downloaded version_check v0.9.5 |
409 | 2024-10-29T19:16:38.918Z | Downloaded utf8parse v0.2.1 |
410 | 2024-10-29T19:16:38.918Z | Downloaded utf-8 v0.7.6 |
411 | 2024-10-29T19:16:38.918Z | Downloaded usdt-macro v0.3.5 |
412 | 2024-10-29T19:16:38.918Z | Downloaded usdt-impl v0.5.0 |
413 | 2024-10-29T19:16:38.918Z | Downloaded usdt-attr-macro v0.3.5 |
414 | 2024-10-29T19:16:38.918Z | Downloaded quinn v0.11.5 |
415 | 2024-10-29T19:16:38.918Z | Downloaded pest_generator v2.7.10 |
416 | 2024-10-29T19:16:38.918Z | Downloaded parking_lot_core v0.9.10 |
417 | 2024-10-29T19:16:38.942Z | Downloaded libsqlite3-sys v0.30.1 |
418 | 2024-10-29T19:16:39.010Z | Downloaded num_threads v0.1.7 |
419 | 2024-10-29T19:16:39.034Z | Downloaded num_enum_derive v0.7.2 |
420 | 2024-10-29T19:16:39.034Z | Downloaded num-rational v0.4.2 |
421 | 2024-10-29T19:16:39.034Z | Downloaded slog v2.7.0 |
422 | 2024-10-29T19:16:39.034Z | Downloaded hashbrown v0.14.5 |
423 | 2024-10-29T19:16:39.034Z | Downloaded usdt-attr-macro v0.5.0 |
424 | 2024-10-29T19:16:39.034Z | Downloaded progenitor-impl v0.8.0 |
425 | 2024-10-29T19:16:39.034Z | Downloaded prettyplease v0.2.22 |
426 | 2024-10-29T19:16:39.034Z | Downloaded openssl-macros v0.1.1 |
427 | 2024-10-29T19:16:39.034Z | Downloaded opaque-debug v0.3.1 |
428 | 2024-10-29T19:16:39.034Z | Downloaded num_enum v0.7.2 |
429 | 2024-10-29T19:16:39.058Z | Downloaded num-complex v0.4.6 |
430 | 2024-10-29T19:16:39.058Z | Downloaded erased-serde v0.4.5 |
431 | 2024-10-29T19:16:39.058Z | Downloaded enum-as-inner v0.6.0 |
432 | 2024-10-29T19:16:39.059Z | Downloaded embedded-io v0.4.0 |
433 | 2024-10-29T19:16:39.059Z | Downloaded dyn-clone v1.0.17 |
434 | 2024-10-29T19:16:39.059Z | Downloaded derive-where v1.2.7 |
435 | 2024-10-29T19:16:39.059Z | Downloaded const_format v0.2.32 |
436 | 2024-10-29T19:16:39.059Z | Downloaded sha1 v0.10.6 |
437 | 2024-10-29T19:16:39.059Z | Downloaded sct v0.7.1 |
438 | 2024-10-29T19:16:39.083Z | Downloaded rustls-pemfile v1.0.4 |
439 | 2024-10-29T19:16:39.083Z | Downloaded num-derive v0.4.2 |
440 | 2024-10-29T19:16:39.083Z | Downloaded errno v0.3.9 |
441 | 2024-10-29T19:16:39.083Z | Downloaded dtrace-parser v0.2.0 |
442 | 2024-10-29T19:16:39.083Z | Downloaded dirs-next v2.0.0 |
443 | 2024-10-29T19:16:39.083Z | Downloaded defmt-macros v0.3.9 |
444 | 2024-10-29T19:16:39.083Z | Downloaded darling_macro v0.20.9 |
445 | 2024-10-29T19:16:39.083Z | Downloaded darling v0.20.9 |
446 | 2024-10-29T19:16:39.083Z | Downloaded ctrlc v3.4.4 |
447 | 2024-10-29T19:16:39.083Z | Downloaded const_format_proc_macros v0.2.32 |
448 | 2024-10-29T19:16:39.083Z | Downloaded clap_derive v4.5.4 |
449 | 2024-10-29T19:16:39.107Z | Downloaded cc v1.0.97 |
450 | 2024-10-29T19:16:39.107Z | Downloaded block-buffer v0.10.4 |
451 | 2024-10-29T19:16:39.107Z | Downloaded hex v0.4.3 |
452 | 2024-10-29T19:16:39.107Z | Downloaded globset v0.4.14 |
453 | 2024-10-29T19:16:39.107Z | Downloaded getrandom v0.2.14 |
454 | 2024-10-29T19:16:39.107Z | Downloaded rustversion v1.0.17 |
455 | 2024-10-29T19:16:39.108Z | Downloaded rustls-pki-types v1.7.0 |
456 | 2024-10-29T19:16:39.108Z | Downloaded ron v0.8.1 |
457 | 2024-10-29T19:16:39.131Z | Downloaded proc-macro2 v1.0.86 |
458 | 2024-10-29T19:16:39.131Z | Downloaded proc-macro-error v1.0.4 |
459 | 2024-10-29T19:16:39.131Z | Downloaded postcard v1.0.9 |
460 | 2024-10-29T19:16:39.131Z | Downloaded digest v0.10.7 |
461 | 2024-10-29T19:16:39.131Z | Downloaded defmt v0.3.8 |
462 | 2024-10-29T19:16:39.131Z | Downloaded crucible-workspace-hack v0.1.0 |
463 | 2024-10-29T19:16:39.131Z | Downloaded num-integer v0.1.46 |
464 | 2024-10-29T19:16:39.132Z | Downloaded dropshot_endpoint v0.12.0 |
465 | 2024-10-29T19:16:39.132Z | Downloaded deranged v0.3.11 |
466 | 2024-10-29T19:16:39.132Z | Downloaded data-encoding v2.6.0 |
467 | 2024-10-29T19:16:39.132Z | Downloaded cstr-argument v0.1.2 |
468 | 2024-10-29T19:16:39.155Z | Downloaded crossbeam-epoch v0.9.18 |
469 | 2024-10-29T19:16:39.155Z | Downloaded crossbeam-deque v0.8.5 |
470 | 2024-10-29T19:16:39.155Z | Downloaded colored v2.1.0 |
471 | 2024-10-29T19:16:39.155Z | Downloaded colorchoice v1.0.1 |
472 | 2024-10-29T19:16:39.155Z | Downloaded clap v4.5.4 |
473 | 2024-10-29T19:16:39.155Z | Downloaded cipher v0.4.4 |
474 | 2024-10-29T19:16:39.156Z | Downloaded cfg_aliases v0.2.1 |
475 | 2024-10-29T19:16:39.156Z | Downloaded cfg-if v1.0.0 |
476 | 2024-10-29T19:16:39.156Z | Downloaded cargo-platform v0.1.8 |
477 | 2024-10-29T19:16:39.156Z | Downloaded camino v1.1.9 |
478 | 2024-10-29T19:16:39.180Z | Downloaded bytes v1.7.2 |
479 | 2024-10-29T19:16:39.180Z | Downloaded bitvec v1.0.1 |
480 | 2024-10-29T19:16:39.180Z | Downloaded uuid v1.10.0 |
481 | 2024-10-29T19:16:39.204Z | Downloaded usdt-macro v0.5.0 |
482 | 2024-10-29T19:16:39.204Z | Downloaded rustc-hash v2.0.0 |
483 | 2024-10-29T19:16:39.204Z | Downloaded resolv-conf v0.7.0 |
484 | 2024-10-29T19:16:39.204Z | Downloaded pretty-hex v0.2.1 |
485 | 2024-10-29T19:16:39.204Z | Downloaded pkg-config v0.3.30 |
486 | 2024-10-29T19:16:39.204Z | Downloaded percent-encoding v2.3.1 |
487 | 2024-10-29T19:16:39.204Z | Downloaded parse-display-derive v0.10.0 |
488 | 2024-10-29T19:16:39.204Z | Downloaded cpufeatures v0.2.12 |
489 | 2024-10-29T19:16:39.204Z | Downloaded cookie v0.18.1 |
490 | 2024-10-29T19:16:39.204Z | Downloaded clap_lex v0.7.0 |
491 | 2024-10-29T19:16:39.204Z | Downloaded chrono v0.4.38 |
492 | 2024-10-29T19:16:39.228Z | Downloaded bitflags v2.6.0 |
493 | 2024-10-29T19:16:39.228Z | Downloaded aho-corasick v1.1.3 |
494 | 2024-10-29T19:16:39.228Z | Downloaded aes v0.8.4 |
495 | 2024-10-29T19:16:39.228Z | Downloaded openssl-probe v0.1.5 |
496 | 2024-10-29T19:16:39.228Z | Downloaded omicron-workspace-hack v0.1.0 |
497 | 2024-10-29T19:16:39.228Z | Downloaded num_enum_derive v0.5.11 |
498 | 2024-10-29T19:16:39.228Z | Downloaded num_enum v0.5.11 |
499 | 2024-10-29T19:16:39.228Z | Downloaded num-iter v0.1.45 |
500 | 2024-10-29T19:16:39.252Z | Downloaded num v0.4.3 |
501 | 2024-10-29T19:16:39.252Z | Downloaded derive_more v0.99.18 |
502 | 2024-10-29T19:16:39.252Z | Downloaded crossbeam-channel v0.5.12 |
503 | 2024-10-29T19:16:39.252Z | Downloaded base64ct v1.6.0 |
504 | 2024-10-29T19:16:39.252Z | Downloaded base64 v0.22.1 |
505 | 2024-10-29T19:16:39.252Z | Downloaded base64 v0.21.7 |
506 | 2024-10-29T19:16:39.252Z | Downloaded backoff v0.4.0 |
507 | 2024-10-29T19:16:39.276Z | Downloaded autocfg v1.3.0 |
508 | 2024-10-29T19:16:39.276Z | Downloaded atomicwrites v0.4.4 |
509 | 2024-10-29T19:16:39.276Z | Downloaded atomic-waker v1.1.2 |
510 | 2024-10-29T19:16:39.276Z | Downloaded async-stream v0.3.5 |
511 | 2024-10-29T19:16:39.276Z | Downloaded ascii v1.1.0 |
512 | 2024-10-29T19:16:39.276Z | Downloaded argon2 v0.5.3 |
513 | 2024-10-29T19:16:39.276Z | Downloaded anyhow v1.0.89 |
514 | 2024-10-29T19:16:39.277Z | Downloaded anstyle-query v1.0.3 |
515 | 2024-10-29T19:16:39.277Z | Downloaded anstyle-parse v0.2.4 |
516 | 2024-10-29T19:16:39.277Z | Downloaded ahash v0.8.11 |
517 | 2024-10-29T19:16:39.277Z | Downloaded escargot v0.5.10 |
518 | 2024-10-29T19:16:39.300Z | Downloaded embedded-io v0.6.1 |
519 | 2024-10-29T19:16:39.300Z | Downloaded either v1.13.0 |
520 | 2024-10-29T19:16:39.300Z | Downloaded dtrace-parser v0.1.14 |
521 | 2024-10-29T19:16:39.300Z | Downloaded dof v0.3.0 |
522 | 2024-10-29T19:16:39.300Z | Downloaded debug-ignore v1.0.5 |
523 | 2024-10-29T19:16:39.300Z | Downloaded darling_core v0.20.9 |
524 | 2024-10-29T19:16:39.300Z | Downloaded crossbeam-utils v0.8.19 |
525 | 2024-10-29T19:16:39.300Z | Downloaded convert_case v0.4.0 |
526 | 2024-10-29T19:16:39.301Z | Downloaded console v0.15.8 |
527 | 2024-10-29T19:16:39.301Z | Downloaded cobs v0.2.3 |
528 | 2024-10-29T19:16:39.301Z | Downloaded camino-tempfile v1.1.1 |
529 | 2024-10-29T19:16:39.301Z | Downloaded byteorder v1.5.0 |
530 | 2024-10-29T19:16:39.331Z | Downloaded bitstruct v0.1.1 |
531 | 2024-10-29T19:16:39.331Z | Downloaded bit_field v0.10.2 |
532 | 2024-10-29T19:16:39.331Z | Downloaded bincode v1.3.3 |
533 | 2024-10-29T19:16:39.331Z | Downloaded async-stream-impl v0.3.5 |
534 | 2024-10-29T19:16:39.331Z | Downloaded anstream v0.6.14 |
535 | 2024-10-29T19:16:39.331Z | Downloaded allocator-api2 v0.2.18 |
536 | 2024-10-29T19:16:39.331Z | Downloaded aes-gcm-siv v0.11.1 |
537 | 2024-10-29T19:16:39.332Z | Downloaded aead v0.5.2 |
538 | 2024-10-29T19:16:39.332Z | Downloaded dirs-sys-next v0.1.2 |
539 | 2024-10-29T19:16:39.332Z | Downloaded defmt-parser v0.3.4 |
540 | 2024-10-29T19:16:39.332Z | Downloaded ctr v0.9.2 |
541 | 2024-10-29T19:16:39.332Z | Downloaded crypto-common v0.1.6 |
542 | 2024-10-29T19:16:39.332Z | Downloaded cfg_aliases v0.1.1 |
543 | 2024-10-29T19:16:39.332Z | Downloaded blake2 v0.10.6 |
544 | 2024-10-29T19:16:39.332Z | Downloaded bitstruct_derive v0.1.0 |
545 | 2024-10-29T19:16:39.332Z | Downloaded bitflags v1.3.2 |
546 | 2024-10-29T19:16:39.332Z | Downloaded atty v0.2.14 |
547 | 2024-10-29T19:16:39.332Z | Downloaded async-trait v0.1.83 |
548 | 2024-10-29T19:16:39.358Z | Downloaded async-recursion v1.1.1 |
549 | 2024-10-29T19:16:39.358Z | Downloaded anstyle v1.0.7 |
550 | 2024-10-29T19:16:39.586Z | Compiling proc-macro2 v1.0.86 |
551 | 2024-10-29T19:16:39.586Z | Compiling unicode-ident v1.0.13 |
552 | 2024-10-29T19:16:39.611Z | Compiling libc v0.2.159 |
553 | 2024-10-29T19:16:39.611Z | Compiling serde v1.0.210 |
554 | 2024-10-29T19:16:39.611Z | Compiling version_check v0.9.5 |
555 | 2024-10-29T19:16:39.611Z | Compiling autocfg v1.3.0 |
556 | 2024-10-29T19:16:39.611Z | Compiling once_cell v1.19.0 |
557 | 2024-10-29T19:16:39.611Z | Checking cfg-if v1.0.0 |
558 | 2024-10-29T19:16:39.851Z | Compiling serde_json v1.0.128 |
559 | 2024-10-29T19:16:39.882Z | Compiling thiserror v1.0.64 |
560 | 2024-10-29T19:16:40.099Z | Compiling memchr v2.7.2 |
561 | 2024-10-29T19:16:40.286Z | Compiling ahash v0.8.11 |
562 | 2024-10-29T19:16:40.330Z | Compiling libm v0.2.8 |
563 | 2024-10-29T19:16:40.354Z | Compiling byteorder v1.5.0 |
564 | 2024-10-29T19:16:40.922Z | Compiling itoa v1.0.11 |
565 | 2024-10-29T19:16:41.120Z | Compiling lock_api v0.4.12 |
566 | 2024-10-29T19:16:41.220Z | Compiling parking_lot_core v0.9.10 |
567 | 2024-10-29T19:16:41.251Z | Compiling ryu v1.0.18 |
568 | 2024-10-29T19:16:41.592Z | Compiling quote v1.0.37 |
569 | 2024-10-29T19:16:41.639Z | Compiling slab v0.4.9 |
570 | 2024-10-29T19:16:41.715Z | Checking getrandom v0.2.14 |
571 | 2024-10-29T19:16:41.741Z | Compiling jobserver v0.1.31 |
572 | 2024-10-29T19:16:41.888Z | Compiling schemars v0.8.21 |
573 | 2024-10-29T19:16:41.922Z | Compiling allocator-api2 v0.2.18 |
574 | 2024-10-29T19:16:41.946Z | Compiling pkg-config v0.3.30 |
575 | 2024-10-29T19:16:41.970Z | Compiling syn v2.0.77 |
576 | 2024-10-29T19:16:42.121Z | Compiling cc v1.0.97 |
577 | 2024-10-29T19:16:42.205Z | Compiling vcpkg v0.2.15 |
578 | 2024-10-29T19:16:42.258Z | Compiling num-traits v0.2.19 |
579 | 2024-10-29T19:16:42.520Z | Checking pin-project-lite v0.2.14 |
580 | 2024-10-29T19:16:42.706Z | Compiling log v0.4.22 |
581 | 2024-10-29T19:16:42.746Z | Checking smallvec v1.13.2 |
582 | 2024-10-29T19:16:43.040Z | Compiling equivalent v1.0.1 |
583 | 2024-10-29T19:16:43.091Z | Checking scopeguard v1.2.0 |
584 | 2024-10-29T19:16:43.154Z | Checking mio v1.0.2 |
585 | 2024-10-29T19:16:43.272Z | Checking signal-hook-registry v1.4.2 |
586 | 2024-10-29T19:16:43.379Z | Checking socket2 v0.5.7 |
587 | 2024-10-29T19:16:43.487Z | Compiling typenum v1.17.0 |
588 | 2024-10-29T19:16:43.571Z | Checking parking_lot v0.12.2 |
589 | 2024-10-29T19:16:43.658Z | Compiling httparse v1.8.0 |
590 | 2024-10-29T19:16:43.780Z | Compiling generic-array v0.14.7 |
591 | 2024-10-29T19:16:43.868Z | Compiling fnv v1.0.7 |
592 | 2024-10-29T19:16:44.160Z | Checking iana-time-zone v0.1.60 |
593 | 2024-10-29T19:16:44.184Z | Checking futures-core v0.3.30 |
594 | 2024-10-29T19:16:44.312Z | Compiling semver v1.0.23 |
595 | 2024-10-29T19:16:44.352Z | Checking rand_core v0.6.4 |
596 | 2024-10-29T19:16:44.524Z | Compiling slog v2.7.0 |
597 | 2024-10-29T19:16:44.548Z | Compiling ucd-trie v0.1.6 |
598 | 2024-10-29T19:16:44.603Z | Checking futures-sink v0.3.30 |
599 | 2024-10-29T19:16:44.688Z | Compiling heck v0.5.0 |
600 | 2024-10-29T19:16:44.742Z | Checking dyn-clone v1.0.17 |
601 | 2024-10-29T19:16:44.856Z | Compiling ring v0.17.8 |
602 | 2024-10-29T19:16:44.881Z | Compiling openssl-sys v0.9.103 |
603 | 2024-10-29T19:16:44.985Z | Checking subtle v2.5.0 |
604 | 2024-10-29T19:16:45.055Z | Checking futures-channel v0.3.30 |
605 | 2024-10-29T19:16:45.079Z | Checking pin-utils v0.1.0 |
606 | 2024-10-29T19:16:45.159Z | Compiling rustversion v1.0.17 |
607 | 2024-10-29T19:16:45.186Z | Checking futures-task v0.3.30 |
608 | 2024-10-29T19:16:45.266Z | Checking futures-io v0.3.30 |
609 | 2024-10-29T19:16:45.359Z | Compiling syn v1.0.109 |
610 | 2024-10-29T19:16:45.428Z | Compiling openssl v0.10.66 |
611 | 2024-10-29T19:16:45.939Z | Compiling aho-corasick v1.1.3 |
612 | 2024-10-29T19:16:46.280Z | Compiling heck v0.4.1 |
613 | 2024-10-29T19:16:46.615Z | Compiling regex-syntax v0.8.4 |
614 | 2024-10-29T19:16:46.881Z | Checking spin v0.9.8 |
615 | 2024-10-29T19:16:47.076Z | Compiling rustls v0.23.10 |
616 | 2024-10-29T19:16:47.205Z | Compiling native-tls v0.2.11 |
617 | 2024-10-29T19:16:47.548Z | Compiling anyhow v1.0.89 |
618 | 2024-10-29T19:16:47.655Z | Compiling serde_derive_internals v0.29.1 |
619 | 2024-10-29T19:16:47.855Z | Checking untrusted v0.9.0 |
620 | 2024-10-29T19:16:47.995Z | Compiling num-conv v0.1.0 |
621 | 2024-10-29T19:16:48.019Z | Compiling time-core v0.1.2 |
622 | 2024-10-29T19:16:48.242Z | Compiling time-macros v0.2.18 |
623 | 2024-10-29T19:16:48.481Z | Checking tracing-core v0.1.32 |
624 | 2024-10-29T19:16:49.036Z | Checking crypto-common v0.1.6 |
625 | 2024-10-29T19:16:49.197Z | Compiling thread-id v4.2.1 |
626 | 2024-10-29T19:16:49.305Z | Compiling regex-automata v0.4.6 |
627 | 2024-10-29T19:16:49.329Z | Compiling camino v1.1.9 |
628 | 2024-10-29T19:16:49.575Z | Checking percent-encoding v2.3.1 |
629 | 2024-10-29T19:16:49.755Z | Checking rustls-pki-types v1.7.0 |
630 | 2024-10-29T19:16:49.886Z | Checking form_urlencoded v1.2.1 |
631 | 2024-10-29T19:16:50.062Z | Checking tinyvec_macros v0.1.1 |
632 | 2024-10-29T19:16:50.124Z | Checking zeroize v1.7.0 |
633 | 2024-10-29T19:16:50.151Z | Checking tinyvec v1.6.0 |
634 | 2024-10-29T19:16:50.353Z | Checking ppv-lite86 v0.2.17 |
635 | 2024-10-29T19:16:50.391Z | Checking atomic-waker v1.1.2 |
636 | 2024-10-29T19:16:50.969Z | Checking rand_chacha v0.3.1 |
637 | 2024-10-29T19:16:51.211Z | Checking unicode-normalization v0.1.23 |
638 | 2024-10-29T19:16:51.281Z | Compiling usdt-impl v0.5.0 |
639 | 2024-10-29T19:16:51.466Z | Compiling serde_derive v1.0.210 |
640 | 2024-10-29T19:16:51.490Z | Compiling zerocopy-derive v0.7.34 |
641 | 2024-10-29T19:16:51.602Z | Compiling thiserror-impl v1.0.64 |
642 | 2024-10-29T19:16:51.884Z | Compiling tokio-macros v2.4.0 |
643 | 2024-10-29T19:16:52.309Z | Compiling schemars_derive v0.8.21 |
644 | 2024-10-29T19:16:52.998Z | Compiling zerocopy v0.7.34 |
645 | 2024-10-29T19:16:53.948Z | Compiling futures-macro v0.3.30 |
646 | 2024-10-29T19:16:54.603Z | Compiling pest v2.7.10 |
647 | 2024-10-29T19:16:54.631Z | Compiling openssl-macros v0.1.1 |
648 | 2024-10-29T19:16:54.713Z | Compiling hashbrown v0.14.5 |
649 | 2024-10-29T19:16:54.814Z | Compiling regex v1.10.6 |
650 | 2024-10-29T19:16:55.273Z | Compiling scroll_derive v0.12.0 |
651 | 2024-10-29T19:16:55.415Z | Compiling tracing-attributes v0.1.27 |
652 | 2024-10-29T19:16:55.569Z | Checking futures-util v0.3.30 |
653 | 2024-10-29T19:16:55.708Z | Checking rustls-webpki v0.102.4 |
654 | 2024-10-29T19:16:55.845Z | Compiling plain v0.2.3 |
655 | 2024-10-29T19:16:55.988Z | Compiling regress v0.10.1 |
656 | 2024-10-29T19:16:56.129Z | Checking try-lock v0.2.5 |
657 | 2024-10-29T19:16:56.253Z | Checking unicode-bidi v0.3.15 |
658 | 2024-10-29T19:16:56.400Z | Checking want v0.3.1 |
659 | 2024-10-29T19:16:56.479Z | Compiling scroll v0.12.0 |
660 | 2024-10-29T19:16:56.688Z | Compiling strum_macros v0.26.2 |
661 | 2024-10-29T19:16:56.758Z | Checking rand v0.8.5 |
662 | 2024-10-29T19:16:57.177Z | Compiling pest_meta v2.7.10 |
663 | 2024-10-29T19:16:57.545Z | Compiling goblin v0.8.2 |
664 | 2024-10-29T19:16:57.955Z | Checking tracing v0.1.40 |
665 | 2024-10-29T19:16:58.223Z | Compiling pest_generator v2.7.10 |
666 | 2024-10-29T19:16:59.365Z | Checking httpdate v1.0.3 |
667 | 2024-10-29T19:16:59.484Z | Compiling pretty-hex v0.4.1 |
668 | 2024-10-29T19:16:59.585Z | Checking base64 v0.22.1 |
669 | 2024-10-29T19:16:59.676Z | Checking idna v0.5.0 |
670 | 2024-10-29T19:16:59.808Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-10-29T19:16:59.891Z | Compiling omicron-workspace-hack v0.1.0 |
672 | 2024-10-29T19:16:59.995Z | Compiling strsim v0.11.1 |
673 | 2024-10-29T19:17:00.178Z | Checking tower-service v0.3.2 |
674 | 2024-10-29T19:17:00.202Z | Compiling pest_derive v2.7.10 |
675 | 2024-10-29T19:17:00.287Z | Checking cpufeatures v0.2.12 |
676 | 2024-10-29T19:17:00.319Z | Checking url v2.5.0 |
677 | 2024-10-29T19:17:00.409Z | Compiling async-trait v0.1.83 |
678 | 2024-10-29T19:17:00.581Z | Checking block-buffer v0.10.4 |
679 | 2024-10-29T19:17:00.830Z | Checking bytes v1.7.2 |
680 | 2024-10-29T19:17:00.993Z | Checking bitflags v2.6.0 |
681 | 2024-10-29T19:17:01.057Z | Checking chrono v0.4.38 |
682 | 2024-10-29T19:17:01.134Z | Checking uuid v1.10.0 |
683 | 2024-10-29T19:17:01.259Z | Checking indexmap v2.5.0 |
684 | 2024-10-29T19:17:02.169Z | Checking tokio v1.39.3 |
685 | 2024-10-29T19:17:02.233Z | Compiling serde_tokenstream v0.2.2 |
686 | 2024-10-29T19:17:02.603Z | Compiling http v1.1.0 |
687 | 2024-10-29T19:17:03.461Z | Compiling openapiv3 v2.0.0 |
688 | 2024-10-29T19:17:03.486Z | Compiling dof v0.3.0 |
689 | 2024-10-29T19:17:04.010Z | Compiling dtrace-parser v0.2.0 |
690 | 2024-10-29T19:17:04.034Z | Checking http-body v1.0.1 |
691 | 2024-10-29T19:17:04.204Z | Compiling serde_yaml v0.9.34+deprecated |
692 | 2024-10-29T19:17:04.354Z | Compiling toml_datetime v0.6.8 |
693 | 2024-10-29T19:17:04.996Z | Compiling rustls v0.22.4 |
694 | 2024-10-29T19:17:05.256Z | Checking foreign-types-shared v0.1.1 |
695 | 2024-10-29T19:17:05.355Z | Checking foreign-types v0.3.2 |
696 | 2024-10-29T19:17:05.382Z | Checking http-body-util v0.1.2 |
697 | 2024-10-29T19:17:05.448Z | Checking digest v0.10.7 |
698 | 2024-10-29T19:17:05.814Z | Checking encoding_rs v0.8.34 |
699 | 2024-10-29T19:17:06.544Z | Compiling typify-impl v0.2.0 |
700 | 2024-10-29T19:17:06.703Z | Compiling ident_case v1.0.1 |
701 | 2024-10-29T19:17:07.143Z | Compiling paste v1.0.15 |
702 | 2024-10-29T19:17:07.167Z | Compiling slog-async v2.8.0 |
703 | 2024-10-29T19:17:07.247Z | Compiling crossbeam-utils v0.8.19 |
704 | 2024-10-29T19:17:07.450Z | Checking mime v0.3.17 |
705 | 2024-10-29T19:17:07.641Z | Compiling darling_core v0.20.9 |
706 | 2024-10-29T19:17:07.701Z | Compiling usdt-macro v0.5.0 |
707 | 2024-10-29T19:17:07.755Z | Compiling usdt-attr-macro v0.5.0 |
708 | 2024-10-29T19:17:07.784Z | Checking serde_urlencoded v0.7.1 |
709 | 2024-10-29T19:17:08.170Z | Checking tokio-util v0.7.11 |
710 | 2024-10-29T19:17:08.494Z | Checking rustls-pemfile v2.1.3 |
711 | 2024-10-29T19:17:08.855Z | Checking h2 v0.4.6 |
712 | 2024-10-29T19:17:08.900Z | Compiling multer v3.1.0 |
713 | 2024-10-29T19:17:09.036Z | Checking openssl-probe v0.1.5 |
714 | 2024-10-29T19:17:09.082Z | Compiling rustix v0.38.34 |
715 | 2024-10-29T19:17:10.885Z | Compiling async-stream-impl v0.3.5 |
716 | 2024-10-29T19:17:12.002Z | Checking errno v0.3.9 |
717 | 2024-10-29T19:17:12.171Z | Checking powerfmt v0.2.0 |
718 | 2024-10-29T19:17:12.206Z | Compiling darling_macro v0.20.9 |
719 | 2024-10-29T19:17:12.333Z | Checking ipnet v2.9.0 |
720 | 2024-10-29T19:17:12.388Z | Checking hyper v1.4.1 |
721 | 2024-10-29T19:17:12.418Z | Checking deranged v0.3.11 |
722 | 2024-10-29T19:17:12.516Z | Checking tokio-native-tls v0.3.1 |
723 | 2024-10-29T19:17:13.035Z | Compiling darling v0.20.9 |
724 | 2024-10-29T19:17:13.097Z | Checking serde_spanned v0.6.7 |
725 | 2024-10-29T19:17:13.147Z | Checking futures-executor v0.3.30 |
726 | 2024-10-29T19:17:13.356Z | Checking webpki-roots v0.26.3 |
727 | 2024-10-29T19:17:13.420Z | Checking is-terminal v0.4.12 |
728 | 2024-10-29T19:17:14.080Z | Compiling dropshot v0.12.0 |
729 | 2024-10-29T19:17:14.119Z | Checking hyper-util v0.1.9 |
730 | 2024-10-29T19:17:14.493Z | Checking num_threads v0.1.7 |
731 | 2024-10-29T19:17:14.533Z | Checking tokio-rustls v0.26.0 |
732 | 2024-10-29T19:17:14.609Z | Checking futures v0.3.30 |
733 | 2024-10-29T19:17:14.633Z | Compiling serde_with_macros v3.9.0 |
734 | 2024-10-29T19:17:14.658Z | Checking time v0.3.36 |
735 | 2024-10-29T19:17:14.873Z | Checking sha1 v0.10.6 |
736 | 2024-10-29T19:17:15.104Z | Compiling dropshot_endpoint v0.12.0 |
737 | 2024-10-29T19:17:15.244Z | Checking strum v0.26.2 |
738 | 2024-10-29T19:17:15.605Z | Checking hyper-tls v0.6.0 |
739 | 2024-10-29T19:17:15.822Z | Checking hyper-rustls v0.27.3 |
740 | 2024-10-29T19:17:15.895Z | Compiling structmeta-derive v0.3.0 |
741 | 2024-10-29T19:17:16.110Z | Checking sync_wrapper v1.0.1 |
742 | 2024-10-29T19:17:16.272Z | Compiling typify-macro v0.2.0 |
743 | 2024-10-29T19:17:16.687Z | Checking reqwest v0.12.7 |
744 | 2024-10-29T19:17:17.576Z | Checking dirs-sys-next v0.1.2 |
745 | 2024-10-29T19:17:17.832Z | Checking winnow v0.6.18 |
746 | 2024-10-29T19:17:17.901Z | Compiling structmeta v0.3.0 |
747 | 2024-10-29T19:17:17.969Z | Checking match_cfg v0.1.0 |
748 | 2024-10-29T19:17:18.449Z | Compiling parse-display-derive v0.10.0 |
749 | 2024-10-29T19:17:18.531Z | Checking progenitor-client v0.8.0 |
750 | 2024-10-29T19:17:18.795Z | Checking hostname v0.3.1 |
751 | 2024-10-29T19:17:18.912Z | Checking dirs-next v2.0.0 |
752 | 2024-10-29T19:17:19.303Z | Compiling typify v0.2.0 |
753 | 2024-10-29T19:17:19.410Z | Compiling progenitor-impl v0.8.0 |
754 | 2024-10-29T19:17:19.858Z | Checking ipnetwork v0.20.0 |
755 | 2024-10-29T19:17:20.214Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
756 | 2024-10-29T19:17:20.258Z | Checking thread_local v1.1.8 |
757 | 2024-10-29T19:17:21.078Z | Checking term v0.7.0 |
758 | 2024-10-29T19:17:21.332Z | Checking crossbeam-channel v0.5.12 |
759 | 2024-10-29T19:17:21.501Z | Checking memmap v0.7.0 |
760 | 2024-10-29T19:17:21.638Z | Checking take_mut v0.2.2 |
761 | 2024-10-29T19:17:21.762Z | Checking usdt v0.5.0 |
762 | 2024-10-29T19:17:21.786Z | Checking slog-term v2.9.1 |
763 | 2024-10-29T19:17:21.990Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
764 | 2024-10-29T19:17:22.226Z | Checking toml_edit v0.22.20 |
765 | 2024-10-29T19:17:22.505Z | Checking slog-json v2.6.1 |
766 | 2024-10-29T19:17:23.321Z | Compiling winnow v0.5.40 |
767 | 2024-10-29T19:17:23.670Z | Checking debug-ignore v1.0.5 |
768 | 2024-10-29T19:17:24.306Z | Compiling progenitor-macro v0.8.0 |
769 | 2024-10-29T19:17:24.406Z | Checking toml v0.8.19 |
770 | 2024-10-29T19:17:25.037Z | Checking slog-bunyan v2.5.0 |
771 | 2024-10-29T19:17:25.188Z | Checking async-stream v0.3.5 |
772 | 2024-10-29T19:17:25.361Z | Checking serde_path_to_error v0.1.16 |
773 | 2024-10-29T19:17:25.540Z | Checking waitgroup v0.1.2 |
774 | 2024-10-29T19:17:25.576Z | Checking tokio-rustls v0.25.0 |
775 | 2024-10-29T19:17:25.669Z | Checking hostname v0.4.0 |
776 | 2024-10-29T19:17:26.171Z | Compiling toml_edit v0.19.15 |
777 | 2024-10-29T19:17:26.244Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
778 | 2024-10-29T19:17:26.385Z | Checking serde_with v3.9.0 |
779 | 2024-10-29T19:17:26.501Z | Checking newtype-uuid v1.1.0 |
780 | 2024-10-29T19:17:26.544Z | Compiling clap_derive v4.5.4 |
781 | 2024-10-29T19:17:26.711Z | Checking utf8parse v0.2.1 |
782 | 2024-10-29T19:17:26.845Z | Checking unicode-width v0.1.14 |
783 | 2024-10-29T19:17:27.736Z | Checking anstyle-parse v0.2.4 |
784 | 2024-10-29T19:17:27.961Z | Checking hex v0.4.3 |
785 | 2024-10-29T19:17:28.382Z | Compiling proc-macro-crate v1.3.1 |
786 | 2024-10-29T19:17:29.048Z | Checking instant v0.1.12 |
787 | 2024-10-29T19:17:29.153Z | Checking colorchoice v1.0.1 |
788 | 2024-10-29T19:17:29.193Z | Checking anstyle v1.0.7 |
789 | 2024-10-29T19:17:29.286Z | Checking lazy_static v1.5.0 |
790 | 2024-10-29T19:17:29.404Z | Checking is_terminal_polyfill v1.70.0 |
791 | 2024-10-29T19:17:29.496Z | Checking anstyle-query v1.0.3 |
792 | 2024-10-29T19:17:29.624Z | Checking anstream v0.6.14 |
793 | 2024-10-29T19:17:29.649Z | Checking backoff v0.4.0 |
794 | 2024-10-29T19:17:29.746Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2024-10-29T19:17:29.775Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
796 | 2024-10-29T19:17:29.882Z | Checking parse-display v0.10.0 |
797 | 2024-10-29T19:17:29.907Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-10-29T19:17:30.049Z | Checking terminal_size v0.3.0 |
799 | 2024-10-29T19:17:30.097Z | Checking macaddr v1.0.1 |
800 | 2024-10-29T19:17:30.214Z | Checking regress v0.9.1 |
801 | 2024-10-29T19:17:30.869Z | Checking num-integer v0.1.46 |
802 | 2024-10-29T19:17:30.949Z | Checking clap_lex v0.7.0 |
803 | 2024-10-29T19:17:31.057Z | Compiling crucible-workspace-hack v0.1.0 |
804 | 2024-10-29T19:17:31.167Z | Compiling unicode-xid v0.2.4 |
805 | 2024-10-29T19:17:31.583Z | Checking clap_builder v4.5.2 |
806 | 2024-10-29T19:17:32.957Z | Compiling heapless v0.8.0 |
807 | 2024-10-29T19:17:34.133Z | Checking clap v4.5.4 |
808 | 2024-10-29T19:17:34.219Z | Checking num-bigint v0.4.5 |
809 | 2024-10-29T19:17:34.249Z | Compiling num_enum_derive v0.5.11 |
810 | 2024-10-29T19:17:35.231Z | Checking hash32 v0.3.1 |
811 | 2024-10-29T19:17:35.256Z | Checking progenitor v0.8.0 |
812 | 2024-10-29T19:17:35.434Z | Checking fastrand v2.1.0 |
813 | 2024-10-29T19:17:35.470Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
814 | 2024-10-29T19:17:35.696Z | Checking stable_deref_trait v1.2.0 |
815 | 2024-10-29T19:17:35.767Z | Checking either v1.13.0 |
816 | 2024-10-29T19:17:35.816Z | Compiling smoltcp v0.11.0 |
817 | 2024-10-29T19:17:36.204Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
818 | 2024-10-29T19:17:36.230Z | Checking bitflags v1.3.2 |
819 | 2024-10-29T19:17:36.342Z | Checking num-rational v0.4.2 |
820 | 2024-10-29T19:17:36.476Z | Checking num_enum v0.5.11 |
821 | 2024-10-29T19:17:36.554Z | Checking tempfile v3.10.1 |
822 | 2024-10-29T19:17:36.649Z | Compiling synstructure v0.12.6 |
823 | 2024-10-29T19:17:36.865Z | Checking num-iter v0.1.45 |
824 | 2024-10-29T19:17:36.964Z | Checking num-complex v0.4.6 |
825 | 2024-10-29T19:17:37.028Z | Compiling proc-macro-error-attr v1.0.4 |
826 | 2024-10-29T19:17:37.315Z | Checking managed v0.8.0 |
827 | 2024-10-29T19:17:37.339Z | Checking cobs v0.2.3 |
828 | 2024-10-29T19:17:37.439Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
829 | 2024-10-29T19:17:37.505Z | Checking postcard v1.0.9 |
830 | 2024-10-29T19:17:37.770Z | Checking num v0.4.3 |
831 | 2024-10-29T19:17:37.794Z | Compiling zerocopy-derive v0.2.0 |
832 | 2024-10-29T19:17:38.272Z | Compiling foreign-types-macros v0.2.3 |
833 | 2024-10-29T19:17:38.384Z | Compiling libz-sys v1.1.16 |
834 | 2024-10-29T19:17:38.960Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
835 | 2024-10-29T19:17:39.207Z | Compiling proc-macro-error v1.0.4 |
836 | 2024-10-29T19:17:39.297Z | Checking foreign-types-shared v0.3.1 |
837 | 2024-10-29T19:17:39.340Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
838 | 2024-10-29T19:17:39.660Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
839 | 2024-10-29T19:17:39.855Z | Checking pretty-hex v0.2.1 |
840 | 2024-10-29T19:17:40.104Z | Checking foreign-types v0.5.0 |
841 | 2024-10-29T19:17:40.128Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
842 | 2024-10-29T19:17:41.169Z | Checking tabwriter v1.4.0 |
843 | 2024-10-29T19:17:41.381Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
844 | 2024-10-29T19:17:41.405Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
845 | 2024-10-29T19:17:42.081Z | Checking cstr-argument v0.1.2 |
846 | 2024-10-29T19:17:42.111Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
847 | 2024-10-29T19:17:42.251Z | Compiling prettyplease v0.2.22 |
848 | 2024-10-29T19:17:42.349Z | Checking data-encoding v2.6.0 |
849 | 2024-10-29T19:17:42.887Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
850 | 2024-10-29T19:17:43.143Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
851 | 2024-10-29T19:17:43.581Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
852 | 2024-10-29T19:17:44.081Z | Checking colored v2.1.0 |
853 | 2024-10-29T19:17:45.027Z | Compiling libgit2-sys v0.17.0+1.8.1 |
854 | 2024-10-29T19:17:45.285Z | Compiling semver v0.1.20 |
855 | 2024-10-29T19:17:45.390Z | Checking is_ci v1.2.0 |
856 | 2024-10-29T19:17:45.653Z | Checking static_assertions v1.1.0 |
857 | 2024-10-29T19:17:45.677Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
858 | 2024-10-29T19:17:45.775Z | Checking unicode-segmentation v1.11.0 |
859 | 2024-10-29T19:17:45.817Z | Checking float-ord v0.3.2 |
860 | 2024-10-29T19:17:45.927Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
861 | 2024-10-29T19:17:46.323Z | Checking newline-converter v0.3.0 |
862 | 2024-10-29T19:17:46.467Z | Compiling rustc_version v0.1.7 |
863 | 2024-10-29T19:17:47.517Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
864 | 2024-10-29T19:17:47.603Z | Compiling zone_cfg_derive v0.3.0 |
865 | 2024-10-29T19:17:48.176Z | Checking camino-tempfile v1.1.1 |
866 | 2024-10-29T19:17:48.425Z | Checking itertools v0.10.5 |
867 | 2024-10-29T19:17:48.711Z | Checking console v0.15.8 |
868 | 2024-10-29T19:17:49.172Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
869 | 2024-10-29T19:17:49.641Z | Compiling num-derive v0.4.2 |
870 | 2024-10-29T19:17:50.279Z | Checking sigpipe v0.1.3 |
871 | 2024-10-29T19:17:50.385Z | Compiling usdt-impl v0.3.5 |
872 | 2024-10-29T19:17:50.711Z | Checking similar v2.5.0 |
873 | 2024-10-29T19:17:50.926Z | Compiling owo-colors v4.1.0 |
874 | 2024-10-29T19:17:51.309Z | Checking base64ct v1.6.0 |
875 | 2024-10-29T19:17:51.333Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
876 | 2024-10-29T19:17:51.647Z | Checking expectorate v1.1.0 |
877 | 2024-10-29T19:17:51.702Z | Checking password-hash v0.5.0 |
878 | 2024-10-29T19:17:51.800Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
879 | 2024-10-29T19:17:52.133Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
880 | 2024-10-29T19:17:52.210Z | Checking zone v0.3.0 |
881 | 2024-10-29T19:17:52.251Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
882 | 2024-10-29T19:17:52.309Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
883 | 2024-10-29T19:17:52.478Z | Compiling newtype_derive v0.1.6 |
884 | 2024-10-29T19:17:52.564Z | Checking supports-color v3.0.1 |
885 | 2024-10-29T19:17:52.732Z | Checking supports-color v2.1.0 |
886 | 2024-10-29T19:17:52.800Z | Compiling zerocopy v0.3.2 |
887 | 2024-10-29T19:17:52.852Z | Checking blake2 v0.10.6 |
888 | 2024-10-29T19:17:52.912Z | Compiling cargo-platform v0.1.8 |
889 | 2024-10-29T19:17:52.952Z | Compiling hubpack_derive v0.1.1 |
890 | 2024-10-29T19:17:53.174Z | Checking smf v0.2.3 |
891 | 2024-10-29T19:17:53.218Z | Compiling serde_repr v0.1.19 |
892 | 2024-10-29T19:17:53.292Z | Compiling zerocopy-derive v0.6.6 |
893 | 2024-10-29T19:17:53.337Z | Compiling vergen v8.3.2 |
894 | 2024-10-29T19:17:53.563Z | Checking base64 v0.21.7 |
895 | 2024-10-29T19:17:53.711Z | Checking fixedbitset v0.4.2 |
896 | 2024-10-29T19:17:53.805Z | Checking whoami v1.5.1 |
897 | 2024-10-29T19:17:53.960Z | Compiling cancel-safe-futures v0.1.5 |
898 | 2024-10-29T19:17:53.984Z | Checking petgraph v0.6.5 |
899 | 2024-10-29T19:17:54.155Z | Checking hubpack v0.1.2 |
900 | 2024-10-29T19:17:54.359Z | Compiling dof v0.1.5 |
901 | 2024-10-29T19:17:54.432Z | Checking argon2 v0.5.3 |
902 | 2024-10-29T19:17:54.837Z | Checking zerocopy v0.6.6 |
903 | 2024-10-29T19:17:54.961Z | Compiling cargo_metadata v0.18.1 |
904 | 2024-10-29T19:17:56.178Z | Compiling rustc_version v0.4.0 |
905 | 2024-10-29T19:17:56.564Z | Compiling dtrace-parser v0.1.14 |
906 | 2024-10-29T19:17:56.701Z | Checking serde-big-array v0.5.1 |
907 | 2024-10-29T19:17:56.808Z | Compiling strum_macros v0.25.3 |
908 | 2024-10-29T19:17:56.906Z | Compiling libsqlite3-sys v0.30.1 |
909 | 2024-10-29T19:17:57.352Z | Compiling cookie v0.18.1 |
910 | 2024-10-29T19:17:57.531Z | Compiling slog-dtrace v0.3.0 |
911 | 2024-10-29T19:17:57.631Z | Compiling cfg_aliases v0.2.1 |
912 | 2024-10-29T19:17:57.664Z | Compiling convert_case v0.4.0 |
913 | 2024-10-29T19:17:57.693Z | Compiling rustls v0.21.12 |
914 | 2024-10-29T19:17:57.906Z | Compiling nix v0.29.0 |
915 | 2024-10-29T19:17:58.058Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
916 | 2024-10-29T19:17:58.297Z | Compiling derive_more v0.99.18 |
917 | 2024-10-29T19:17:58.425Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
918 | 2024-10-29T19:17:58.596Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
919 | 2024-10-29T19:17:59.127Z | Checking atomicwrites v0.4.4 |
920 | 2024-10-29T19:17:59.310Z | Checking itertools v0.13.0 |
921 | 2024-10-29T19:17:59.343Z | Checking libsw v3.3.1 |
922 | 2024-10-29T19:17:59.393Z | Compiling serde_tokenstream v0.1.7 |
923 | 2024-10-29T19:17:59.571Z | Checking idna v0.4.0 |
924 | 2024-10-29T19:17:59.595Z | Checking rustls-webpki v0.101.7 |
925 | 2024-10-29T19:17:59.619Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
926 | 2024-10-29T19:17:59.830Z | Checking sct v0.7.1 |
927 | 2024-10-29T19:18:00.005Z | Compiling derive-where v1.2.7 |
928 | 2024-10-29T19:18:00.200Z | Compiling enum-as-inner v0.6.0 |
929 | 2024-10-29T19:18:00.224Z | Checking inout v0.1.3 |
930 | 2024-10-29T19:18:00.392Z | Compiling radium v0.7.0 |
931 | 2024-10-29T19:18:00.831Z | Checking linked-hash-map v0.5.6 |
932 | 2024-10-29T19:18:01.101Z | Checking quick-error v1.2.3 |
933 | 2024-10-29T19:18:01.127Z | Checking highway v1.2.0 |
934 | 2024-10-29T19:18:01.240Z | Checking utf-8 v0.7.6 |
935 | 2024-10-29T19:18:01.493Z | Checking indent_write v2.2.0 |
936 | 2024-10-29T19:18:01.528Z | Checking swrite v0.1.0 |
937 | 2024-10-29T19:18:01.641Z | Checking linear-map v1.2.0 |
938 | 2024-10-29T19:18:01.687Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
939 | 2024-10-29T19:18:01.929Z | Checking tungstenite v0.21.0 |
940 | 2024-10-29T19:18:02.497Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
941 | 2024-10-29T19:18:02.660Z | Checking resolv-conf v0.7.0 |
942 | 2024-10-29T19:18:02.849Z | Checking lru-cache v0.1.2 |
943 | 2024-10-29T19:18:02.959Z | Checking hickory-proto v0.24.1 |
944 | 2024-10-29T19:18:03.043Z | Checking cipher v0.4.4 |
945 | 2024-10-29T19:18:03.225Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2024-10-29T19:18:03.845Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
947 | 2024-10-29T19:18:04.723Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
948 | 2024-10-29T19:18:05.975Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2024-10-29T19:18:06.066Z | Checking steno v0.4.1 |
950 | 2024-10-29T19:18:07.005Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
951 | 2024-10-29T19:18:07.159Z | Checking crossbeam-epoch v0.9.18 |
952 | 2024-10-29T19:18:07.359Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2024-10-29T19:18:07.489Z | Checking hashlink v0.9.1 |
954 | 2024-10-29T19:18:07.553Z | Checking fallible-iterator v0.3.0 |
955 | 2024-10-29T19:18:07.636Z | Checking tap v1.0.1 |
956 | 2024-10-29T19:18:07.786Z | Checking humantime v2.1.0 |
957 | 2024-10-29T19:18:07.919Z | Compiling rayon-core v1.12.1 |
958 | 2024-10-29T19:18:07.983Z | Checking fallible-streaming-iterator v0.1.9 |
959 | 2024-10-29T19:18:08.041Z | Checking wyz v0.5.1 |
960 | 2024-10-29T19:18:08.065Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
961 | 2024-10-29T19:18:08.091Z | Checking crossbeam-deque v0.8.5 |
962 | 2024-10-29T19:18:08.192Z | Checking rusqlite v0.32.1 |
963 | 2024-10-29T19:18:08.351Z | Checking tokio-rustls v0.24.1 |
964 | 2024-10-29T19:18:08.375Z | Checking hickory-resolver v0.24.1 |
965 | 2024-10-29T19:18:08.678Z | Checking tokio-tungstenite v0.21.0 |
966 | 2024-10-29T19:18:08.986Z | Compiling usdt-macro v0.3.5 |
967 | 2024-10-29T19:18:09.091Z | Compiling usdt-attr-macro v0.3.5 |
968 | 2024-10-29T19:18:09.542Z | Checking rustls-pemfile v1.0.4 |
969 | 2024-10-29T19:18:09.567Z | Checking twox-hash v1.6.3 |
970 | 2024-10-29T19:18:09.725Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
971 | 2024-10-29T19:18:09.966Z | Compiling num_enum_derive v0.7.2 |
972 | 2024-10-29T19:18:10.060Z | Checking universal-hash v0.5.1 |
973 | 2024-10-29T19:18:10.178Z | Checking atty v0.2.14 |
974 | 2024-10-29T19:18:10.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
975 | 2024-10-29T19:18:10.321Z | Checking opaque-debug v0.3.1 |
976 | 2024-10-29T19:18:10.412Z | Checking funty v2.0.0 |
977 | 2024-10-29T19:18:10.566Z | Checking polyval v0.6.2 |
978 | 2024-10-29T19:18:10.593Z | Checking usdt v0.3.5 |
979 | 2024-10-29T19:18:10.820Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
980 | 2024-10-29T19:18:11.214Z | Checking bitvec v1.0.1 |
981 | 2024-10-29T19:18:11.476Z | Checking ctr v0.9.2 |
982 | 2024-10-29T19:18:11.568Z | Checking aes v0.8.4 |
983 | 2024-10-29T19:18:11.760Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
984 | 2024-10-29T19:18:11.951Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
985 | 2024-10-29T19:18:12.013Z | Checking num_enum v0.7.2 |
986 | 2024-10-29T19:18:12.183Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
987 | 2024-10-29T19:18:12.207Z | Checking bincode v1.3.3 |
988 | 2024-10-29T19:18:12.292Z | Checking aead v0.5.2 |
989 | 2024-10-29T19:18:12.343Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
990 | 2024-10-29T19:18:12.509Z | Checking aes-gcm-siv v0.11.1 |
991 | 2024-10-29T19:18:12.646Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
992 | 2024-10-29T19:18:12.745Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
993 | 2024-10-29T19:18:12.796Z | Checking rayon v1.10.0 |
994 | 2024-10-29T19:18:13.039Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
995 | 2024-10-29T19:18:13.091Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
996 | 2024-10-29T19:18:13.258Z | Compiling bitstruct_derive v0.1.0 |
997 | 2024-10-29T19:18:13.422Z | Compiling async-recursion v1.1.1 |
998 | 2024-10-29T19:18:14.322Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
999 | 2024-10-29T19:18:14.461Z | Compiling cfg_aliases v0.1.1 |
1000 | 2024-10-29T19:18:14.511Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1001 | 2024-10-29T19:18:14.566Z | Checking ascii v1.1.0 |
1002 | 2024-10-29T19:18:14.628Z | Checking ringbuffer v0.15.0 |
1003 | 2024-10-29T19:18:14.903Z | Checking typeid v1.0.0 |
1004 | 2024-10-29T19:18:14.973Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1005 | 2024-10-29T19:18:15.028Z | Checking erased-serde v0.4.5 |
1006 | 2024-10-29T19:18:15.061Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1007 | 2024-10-29T19:18:15.108Z | Checking toml v0.7.8 |
1008 | 2024-10-29T19:18:15.222Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1009 | 2024-10-29T19:18:15.392Z | Compiling nix v0.28.0 |
1010 | 2024-10-29T19:18:15.782Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1011 | 2024-10-29T19:18:15.807Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1012 | 2024-10-29T19:18:15.887Z | Checking bitstruct v0.1.1 |
1013 | 2024-10-29T19:18:15.956Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1014 | 2024-10-29T19:18:16.009Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1015 | 2024-10-29T19:18:16.097Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1016 | 2024-10-29T19:18:16.122Z | Checking serde_arrays v0.1.0 |
1017 | 2024-10-29T19:18:16.146Z | Checking libloading v0.7.4 |
1018 | 2024-10-29T19:18:16.277Z | Compiling const_format_proc_macros v0.2.32 |
1019 | 2024-10-29T19:18:16.277Z | Checking kstat-rs v0.2.4 |
1020 | 2024-10-29T19:18:16.320Z | Compiling escargot v0.5.10 |
1021 | 2024-10-29T19:18:16.413Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1022 | 2024-10-29T19:18:16.572Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2024-10-29T19:18:16.735Z | Checking ron v0.8.1 |
1024 | 2024-10-29T19:18:16.901Z | Checking xattr v1.3.1 |
1025 | 2024-10-29T19:18:17.242Z | Checking filetime v0.2.23 |
1026 | 2024-10-29T19:18:17.357Z | Checking bstr v1.9.1 |
1027 | 2024-10-29T19:18:17.442Z | Checking bit_field v0.10.2 |
1028 | 2024-10-29T19:18:17.663Z | Checking tar v0.4.40 |
1029 | 2024-10-29T19:18:17.744Z | Checking ctrlc v3.4.4 |
1030 | 2024-10-29T19:18:17.791Z | Checking const_format v0.2.32 |
1031 | 2024-10-29T19:18:18.018Z | Checking globset v0.4.14 |
1032 | 2024-10-29T19:18:18.208Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1033 | 2024-10-29T19:18:18.331Z | Checking fatfs v0.3.6 |
1034 | 2024-10-29T19:18:18.453Z | Checking glob v0.3.1 |
1035 | 2024-10-29T19:18:20.095Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1036 | 2024-10-29T19:18:20.434Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1037 | 2024-10-29T19:18:21.106Z | Compiling git2 v0.19.0 |
1038 | 2024-10-29T19:18:22.240Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1039 | 2024-10-29T19:18:26.771Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1040 | 2024-10-29T19:18:27.588Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1041 | 2024-10-29T19:18:34.594Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1042 | 2024-10-29T19:18:41.155Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1043 | 2024-10-29T19:18:52.380Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1044 | 2024-10-29T19:18:52.380Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1045 | 2024-10-29T19:19:09.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
1046 | 2024-10-29T19:19:10.067Z | |
1047 | 2024-10-29T19:19:10.067Z | real 2:53.534509209 |
1048 | 2024-10-29T19:19:10.067Z | user 10:47.715281656 |
1049 | 2024-10-29T19:19:10.067Z | sys 2:53.819066763 |
1050 | 2024-10-29T19:19:10.067Z | trap 0.292886134 |
1051 | 2024-10-29T19:19:10.067Z | tflt 0.909132282 |
1052 | 2024-10-29T19:19:10.067Z | dflt 0.346123038 |
1053 | 2024-10-29T19:19:10.067Z | kflt 0.004104781 |
1054 | 2024-10-29T19:19:10.067Z | lock 13:42.568117503 |
1055 | 2024-10-29T19:19:10.067Z | slp 43:32.363713488 |
1056 | 2024-10-29T19:19:10.067Z | lat 54.756146214 |
1057 | 2024-10-29T19:19:10.067Z | stop 3:09.692632250 |
1058 | 2024-10-29T19:19:10.091Z | + ptime -m cargo clippy --features falcon --all-targets |
1059 | 2024-10-29T19:19:10.714Z | Downloading crates ... |
1060 | 2024-10-29T19:19:10.911Z | Downloaded fragile v2.0.0 |
1061 | 2024-10-29T19:19:10.935Z | Downloaded termtree v0.4.1 |
1062 | 2024-10-29T19:19:10.935Z | Downloaded slog-scope v4.4.0 |
1063 | 2024-10-29T19:19:10.935Z | Downloaded serde_test v1.0.176 |
1064 | 2024-10-29T19:19:10.936Z | Downloaded slog-stdlog v4.1.1 |
1065 | 2024-10-29T19:19:10.936Z | Downloaded slog-envlogger v2.2.0 |
1066 | 2024-10-29T19:19:10.936Z | Downloaded predicates-core v1.0.6 |
1067 | 2024-10-29T19:19:10.936Z | Downloaded mockall_derive v0.12.1 |
1068 | 2024-10-29T19:19:10.936Z | Downloaded bytemuck v1.16.0 |
1069 | 2024-10-29T19:19:10.936Z | Downloaded simd-adler32 v0.3.7 |
1070 | 2024-10-29T19:19:10.960Z | Downloaded png v0.17.13 |
1071 | 2024-10-29T19:19:10.960Z | Downloaded miniz_oxide v0.7.2 |
1072 | 2024-10-29T19:19:10.960Z | Downloaded flate2 v1.0.30 |
1073 | 2024-10-29T19:19:10.960Z | Downloaded fdeflate v0.3.4 |
1074 | 2024-10-29T19:19:10.960Z | Downloaded crc32fast v1.4.0 |
1075 | 2024-10-29T19:19:10.960Z | Downloaded predicates-tree v1.0.9 |
1076 | 2024-10-29T19:19:10.960Z | Downloaded predicates v3.1.0 |
1077 | 2024-10-29T19:19:10.960Z | Downloaded mockall v0.12.1 |
1078 | 2024-10-29T19:19:10.960Z | Downloaded arc-swap v1.7.1 |
1079 | 2024-10-29T19:19:10.992Z | Downloaded downcast v0.11.0 |
1080 | 2024-10-29T19:19:11.069Z | Downloaded image v0.25.1 |
1081 | 2024-10-29T19:19:11.341Z | Checking log v0.4.22 |
1082 | 2024-10-29T19:19:11.365Z | Checking tokio v1.39.3 |
1083 | 2024-10-29T19:19:11.389Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1084 | 2024-10-29T19:19:11.389Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1085 | 2024-10-29T19:19:11.389Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1086 | 2024-10-29T19:19:11.424Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1087 | 2024-10-29T19:19:11.448Z | Compiling crc32fast v1.4.0 |
1088 | 2024-10-29T19:19:11.449Z | Checking simd-adler32 v0.3.7 |
1089 | 2024-10-29T19:19:11.570Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1090 | 2024-10-29T19:19:11.594Z | Checking native-tls v0.2.11 |
1091 | 2024-10-29T19:19:11.633Z | Checking goblin v0.8.2 |
1092 | 2024-10-29T19:19:11.659Z | Checking typify-impl v0.2.0 |
1093 | 2024-10-29T19:19:11.766Z | Checking rustls v0.22.4 |
1094 | 2024-10-29T19:19:11.858Z | Checking tungstenite v0.21.0 |
1095 | 2024-10-29T19:19:11.882Z | Checking rustls v0.21.12 |
1096 | 2024-10-29T19:19:11.906Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1097 | 2024-10-29T19:19:11.941Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1098 | 2024-10-29T19:19:12.255Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1099 | 2024-10-29T19:19:12.541Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1100 | 2024-10-29T19:19:12.646Z | Checking adler v1.0.2 |
1101 | 2024-10-29T19:19:12.741Z | Checking miniz_oxide v0.7.2 |
1102 | 2024-10-29T19:19:13.115Z | Checking arc-swap v1.7.1 |
1103 | 2024-10-29T19:19:13.407Z | Checking flate2 v1.0.30 |
1104 | 2024-10-29T19:19:13.495Z | Checking slog-scope v4.4.0 |
1105 | 2024-10-29T19:19:13.654Z | Checking fdeflate v0.3.4 |
1106 | 2024-10-29T19:19:13.678Z | Checking typify v0.2.0 |
1107 | 2024-10-29T19:19:13.783Z | Checking progenitor-impl v0.8.0 |
1108 | 2024-10-29T19:19:13.952Z | Checking slog-stdlog v4.1.1 |
1109 | 2024-10-29T19:19:14.052Z | Checking png v0.17.13 |
1110 | 2024-10-29T19:19:14.096Z | Checking bytemuck v1.16.0 |
1111 | 2024-10-29T19:19:14.573Z | Checking predicates-core v1.0.6 |
1112 | 2024-10-29T19:19:14.598Z | Checking slog-envlogger v2.2.0 |
1113 | 2024-10-29T19:19:14.726Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1114 | 2024-10-29T19:19:14.777Z | Checking termtree v0.4.1 |
1115 | 2024-10-29T19:19:14.824Z | Checking predicates v3.1.0 |
1116 | 2024-10-29T19:19:14.946Z | Checking predicates-tree v1.0.9 |
1117 | 2024-10-29T19:19:15.069Z | Compiling mockall_derive v0.12.1 |
1118 | 2024-10-29T19:19:15.137Z | Checking image v0.25.1 |
1119 | 2024-10-29T19:19:15.273Z | Checking wait-timeout v0.2.0 |
1120 | 2024-10-29T19:19:15.311Z | Checking fragile v2.0.0 |
1121 | 2024-10-29T19:19:15.367Z | Checking downcast v0.11.0 |
1122 | 2024-10-29T19:19:15.429Z | Checking bit-vec v0.6.3 |
1123 | 2024-10-29T19:19:15.532Z | Checking rusty-fork v0.3.0 |
1124 | 2024-10-29T19:19:15.556Z | Checking globset v0.4.14 |
1125 | 2024-10-29T19:19:15.710Z | Checking bit-set v0.5.3 |
1126 | 2024-10-29T19:19:15.780Z | Checking dof v0.3.0 |
1127 | 2024-10-29T19:19:15.805Z | Checking escargot v0.5.10 |
1128 | 2024-10-29T19:19:15.906Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1129 | 2024-10-29T19:19:15.931Z | Checking fatfs v0.3.6 |
1130 | 2024-10-29T19:19:15.963Z | Checking rand_xorshift v0.3.0 |
1131 | 2024-10-29T19:19:16.105Z | Checking unarray v0.1.4 |
1132 | 2024-10-29T19:19:16.235Z | Checking proptest v1.5.0 |
1133 | 2024-10-29T19:19:16.289Z | Checking usdt-impl v0.5.0 |
1134 | 2024-10-29T19:19:16.632Z | Checking serde_test v1.0.176 |
1135 | 2024-10-29T19:19:16.656Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1136 | 2024-10-29T19:19:16.729Z | Checking usdt v0.5.0 |
1137 | 2024-10-29T19:19:16.962Z | Checking slog-dtrace v0.3.0 |
1138 | 2024-10-29T19:19:17.463Z | Checking tokio-util v0.7.11 |
1139 | 2024-10-29T19:19:17.776Z | Checking tokio-rustls v0.26.0 |
1140 | 2024-10-29T19:19:17.843Z | Checking tokio-native-tls v0.3.1 |
1141 | 2024-10-29T19:19:17.892Z | Checking tokio-rustls v0.25.0 |
1142 | 2024-10-29T19:19:17.916Z | Checking backoff v0.4.0 |
1143 | 2024-10-29T19:19:18.057Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1144 | 2024-10-29T19:19:18.106Z | Checking tokio-tungstenite v0.21.0 |
1145 | 2024-10-29T19:19:18.156Z | Checking h2 v0.4.6 |
1146 | 2024-10-29T19:19:18.180Z | Checking zone v0.3.0 |
1147 | 2024-10-29T19:19:18.226Z | Checking cancel-safe-futures v0.1.5 |
1148 | 2024-10-29T19:19:18.310Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1149 | 2024-10-29T19:19:18.517Z | Checking libsw v3.3.1 |
1150 | 2024-10-29T19:19:18.589Z | Checking hickory-proto v0.24.1 |
1151 | 2024-10-29T19:19:18.730Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1152 | 2024-10-29T19:19:18.811Z | Checking steno v0.4.1 |
1153 | 2024-10-29T19:19:19.667Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1154 | 2024-10-29T19:19:19.705Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1155 | 2024-10-29T19:19:19.904Z | Checking tokio-rustls v0.24.1 |
1156 | 2024-10-29T19:19:20.134Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1157 | 2024-10-29T19:19:20.200Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1158 | 2024-10-29T19:19:20.419Z | Checking mockall v0.12.1 |
1159 | 2024-10-29T19:19:21.515Z | Checking hickory-resolver v0.24.1 |
1160 | 2024-10-29T19:19:21.550Z | Checking hyper v1.4.1 |
1161 | 2024-10-29T19:19:23.188Z | Checking hyper-util v0.1.9 |
1162 | 2024-10-29T19:19:24.532Z | Checking hyper-tls v0.6.0 |
1163 | 2024-10-29T19:19:24.532Z | Checking hyper-rustls v0.27.3 |
1164 | 2024-10-29T19:19:24.556Z | Checking dropshot v0.12.0 |
1165 | 2024-10-29T19:19:24.819Z | Checking reqwest v0.12.7 |
1166 | 2024-10-29T19:19:26.170Z | Checking progenitor-client v0.8.0 |
1167 | 2024-10-29T19:19:26.405Z | Checking progenitor v0.8.0 |
1168 | 2024-10-29T19:19:26.562Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1169 | 2024-10-29T19:19:26.562Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1170 | 2024-10-29T19:19:26.586Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1171 | 2024-10-29T19:19:26.586Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1172 | 2024-10-29T19:19:27.483Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1173 | 2024-10-29T19:19:28.301Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1174 | 2024-10-29T19:19:30.268Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1175 | 2024-10-29T19:19:32.352Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1176 | 2024-10-29T19:19:37.758Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1177 | 2024-10-29T19:19:37.758Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1178 | 2024-10-29T19:19:37.782Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1179 | 2024-10-29T19:19:37.782Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1180 | 2024-10-29T19:19:39.756Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1181 | 2024-10-29T19:19:40.229Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1182 | 2024-10-29T19:19:40.306Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1183 | 2024-10-29T19:19:40.306Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1184 | 2024-10-29T19:19:41.057Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1185 | 2024-10-29T19:19:41.332Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1186 | 2024-10-29T19:19:41.404Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1187 | 2024-10-29T19:19:52.846Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1188 | 2024-10-29T19:20:00.182Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1189 | 2024-10-29T19:20:00.943Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1190 | 2024-10-29T19:20:05.777Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1191 | 2024-10-29T19:20:22.950Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1192 | 2024-10-29T19:20:22.950Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1193 | 2024-10-29T19:20:42.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
1194 | 2024-10-29T19:20:43.128Z | |
1195 | 2024-10-29T19:20:43.129Z | real 1:33.052155671 |
1196 | 2024-10-29T19:20:43.129Z | user 3:22.320259148 |
1197 | 2024-10-29T19:20:43.129Z | sys 33.059021805 |
1198 | 2024-10-29T19:20:43.129Z | trap 0.070173956 |
1199 | 2024-10-29T19:20:43.129Z | tflt 0.126512554 |
1200 | 2024-10-29T19:20:43.129Z | dflt 0.014347460 |
1201 | 2024-10-29T19:20:43.129Z | kflt 0.000000000 |
1202 | 2024-10-29T19:20:43.129Z | lock 5:26.269624390 |
1203 | 2024-10-29T19:20:43.129Z | slp 11:14.356310460 |
1204 | 2024-10-29T19:20:43.129Z | lat 5.937964801 |
1205 | 2024-10-29T19:20:43.129Z | stop 14.970056532 |
1206 | 2024-10-29T19:20:43.153Z | + banner build |
1207 | 2024-10-29T19:20:43.153Z | |
1208 | 2024-10-29T19:20:43.153Z | ##### # # # # ##### |
1209 | 2024-10-29T19:20:43.153Z | # # # # # # # # |
1210 | 2024-10-29T19:20:43.153Z | ##### # # # # # # |
1211 | 2024-10-29T19:20:43.153Z | # # # # # # # # |
1212 | 2024-10-29T19:20:43.153Z | # # # # # # # # |
1213 | 2024-10-29T19:20:43.153Z | ##### #### # ###### ##### |
1214 | 2024-10-29T19:20:43.153Z | |
1215 | 2024-10-29T19:20:43.153Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1216 | 2024-10-29T19:20:44.034Z | Compiling proc-macro2 v1.0.86 |
1217 | 2024-10-29T19:20:44.034Z | Compiling unicode-ident v1.0.13 |
1218 | 2024-10-29T19:20:44.034Z | Compiling libc v0.2.159 |
1219 | 2024-10-29T19:20:44.058Z | Compiling serde v1.0.210 |
1220 | 2024-10-29T19:20:44.058Z | Compiling version_check v0.9.5 |
1221 | 2024-10-29T19:20:44.058Z | Compiling once_cell v1.19.0 |
1222 | 2024-10-29T19:20:44.058Z | Compiling autocfg v1.3.0 |
1223 | 2024-10-29T19:20:44.058Z | Compiling cfg-if v1.0.0 |
1224 | 2024-10-29T19:20:44.192Z | Compiling thiserror v1.0.64 |
1225 | 2024-10-29T19:20:44.234Z | Compiling memchr v2.7.2 |
1226 | 2024-10-29T19:20:44.431Z | Compiling libm v0.2.8 |
1227 | 2024-10-29T19:20:44.621Z | Compiling ahash v0.8.11 |
1228 | 2024-10-29T19:20:44.677Z | Compiling byteorder v1.5.0 |
1229 | 2024-10-29T19:20:44.776Z | Compiling itoa v1.0.11 |
1230 | 2024-10-29T19:20:44.960Z | Compiling lock_api v0.4.12 |
1231 | 2024-10-29T19:20:44.985Z | Compiling parking_lot_core v0.9.10 |
1232 | 2024-10-29T19:20:45.263Z | Compiling ryu v1.0.18 |
1233 | 2024-10-29T19:20:45.356Z | Compiling serde_json v1.0.128 |
1234 | 2024-10-29T19:20:45.504Z | Compiling quote v1.0.37 |
1235 | 2024-10-29T19:20:45.593Z | Compiling slab v0.4.9 |
1236 | 2024-10-29T19:20:45.709Z | Compiling jobserver v0.1.31 |
1237 | 2024-10-29T19:20:45.894Z | Compiling syn v2.0.77 |
1238 | 2024-10-29T19:20:45.918Z | Compiling getrandom v0.2.14 |
1239 | 2024-10-29T19:20:45.961Z | Compiling pkg-config v0.3.30 |
1240 | 2024-10-29T19:20:46.013Z | Compiling cc v1.0.97 |
1241 | 2024-10-29T19:20:46.134Z | Compiling vcpkg v0.2.15 |
1242 | 2024-10-29T19:20:46.214Z | Compiling schemars v0.8.21 |
1243 | 2024-10-29T19:20:46.264Z | Compiling allocator-api2 v0.2.18 |
1244 | 2024-10-29T19:20:46.583Z | Compiling pin-project-lite v0.2.14 |
1245 | 2024-10-29T19:20:46.812Z | Compiling num-traits v0.2.19 |
1246 | 2024-10-29T19:20:46.893Z | Compiling log v0.4.22 |
1247 | 2024-10-29T19:20:46.918Z | Compiling smallvec v1.13.2 |
1248 | 2024-10-29T19:20:47.324Z | Compiling equivalent v1.0.1 |
1249 | 2024-10-29T19:20:47.348Z | Compiling scopeguard v1.2.0 |
1250 | 2024-10-29T19:20:47.375Z | Compiling typenum v1.17.0 |
1251 | 2024-10-29T19:20:47.429Z | Compiling signal-hook-registry v1.4.2 |
1252 | 2024-10-29T19:20:47.488Z | Compiling mio v1.0.2 |
1253 | 2024-10-29T19:20:48.019Z | Compiling parking_lot v0.12.2 |
1254 | 2024-10-29T19:20:48.133Z | Compiling socket2 v0.5.7 |
1255 | 2024-10-29T19:20:48.565Z | Compiling ring v0.17.8 |
1256 | 2024-10-29T19:20:48.630Z | Compiling httparse v1.8.0 |
1257 | 2024-10-29T19:20:48.878Z | Compiling generic-array v0.14.7 |
1258 | 2024-10-29T19:20:49.056Z | Compiling fnv v1.0.7 |
1259 | 2024-10-29T19:20:49.198Z | Compiling futures-core v0.3.30 |
1260 | 2024-10-29T19:20:49.432Z | Compiling openssl-sys v0.9.103 |
1261 | 2024-10-29T19:20:49.516Z | Compiling iana-time-zone v0.1.60 |
1262 | 2024-10-29T19:20:49.658Z | Compiling rand_core v0.6.4 |
1263 | 2024-10-29T19:20:49.708Z | Compiling semver v1.0.23 |
1264 | 2024-10-29T19:20:49.741Z | Compiling slog v2.7.0 |
1265 | 2024-10-29T19:20:49.799Z | Compiling ucd-trie v0.1.6 |
1266 | 2024-10-29T19:20:50.064Z | Compiling futures-sink v0.3.30 |
1267 | 2024-10-29T19:20:50.184Z | Compiling dyn-clone v1.0.17 |
1268 | 2024-10-29T19:20:50.213Z | Compiling heck v0.5.0 |
1269 | 2024-10-29T19:20:50.330Z | Compiling subtle v2.5.0 |
1270 | 2024-10-29T19:20:50.387Z | Compiling futures-channel v0.3.30 |
1271 | 2024-10-29T19:20:50.478Z | Compiling futures-io v0.3.30 |
1272 | 2024-10-29T19:20:50.540Z | Compiling rustversion v1.0.17 |
1273 | 2024-10-29T19:20:50.574Z | Compiling futures-task v0.3.30 |
1274 | 2024-10-29T19:20:50.598Z | Compiling pin-utils v0.1.0 |
1275 | 2024-10-29T19:20:50.680Z | Compiling openssl v0.10.66 |
1276 | 2024-10-29T19:20:50.781Z | Compiling syn v1.0.109 |
1277 | 2024-10-29T19:20:51.110Z | Compiling aho-corasick v1.1.3 |
1278 | 2024-10-29T19:20:51.548Z | Compiling serde_derive_internals v0.29.1 |
1279 | 2024-10-29T19:20:51.671Z | Compiling native-tls v0.2.11 |
1280 | 2024-10-29T19:20:51.999Z | Compiling rustls v0.23.10 |
1281 | 2024-10-29T19:20:52.094Z | Compiling heck v0.4.1 |
1282 | 2024-10-29T19:20:52.144Z | Compiling regex-syntax v0.8.4 |
1283 | 2024-10-29T19:20:53.257Z | Compiling spin v0.9.8 |
1284 | 2024-10-29T19:20:53.632Z | Compiling time-core v0.1.2 |
1285 | 2024-10-29T19:20:53.789Z | Compiling num-conv v0.1.0 |
1286 | 2024-10-29T19:20:54.029Z | Compiling untrusted v0.9.0 |
1287 | 2024-10-29T19:20:54.201Z | Compiling anyhow v1.0.89 |
1288 | 2024-10-29T19:20:54.310Z | Compiling time-macros v0.2.18 |
1289 | 2024-10-29T19:20:54.675Z | Compiling tracing-core v0.1.32 |
1290 | 2024-10-29T19:20:55.299Z | Compiling regex-automata v0.4.6 |
1291 | 2024-10-29T19:20:55.325Z | Compiling serde_derive v1.0.210 |
1292 | 2024-10-29T19:20:56.241Z | Compiling zerocopy-derive v0.7.34 |
1293 | 2024-10-29T19:20:56.503Z | Compiling thiserror-impl v1.0.64 |
1294 | 2024-10-29T19:20:56.529Z | Compiling tokio-macros v2.4.0 |
1295 | 2024-10-29T19:20:56.633Z | Compiling schemars_derive v0.8.21 |
1296 | 2024-10-29T19:20:57.746Z | Compiling futures-macro v0.3.30 |
1297 | 2024-10-29T19:20:57.829Z | Compiling zerocopy v0.7.34 |
1298 | 2024-10-29T19:20:58.924Z | Compiling pest v2.7.10 |
1299 | 2024-10-29T19:20:59.243Z | Compiling futures-util v0.3.30 |
1300 | 2024-10-29T19:20:59.555Z | Compiling hashbrown v0.14.5 |
1301 | 2024-10-29T19:21:00.082Z | Compiling openssl-macros v0.1.1 |
1302 | 2024-10-29T19:21:00.736Z | Compiling regex v1.10.6 |
1303 | 2024-10-29T19:21:00.763Z | Compiling scroll_derive v0.12.0 |
1304 | 2024-10-29T19:21:01.169Z | Compiling pest_meta v2.7.10 |
1305 | 2024-10-29T19:21:01.521Z | Compiling tracing-attributes v0.1.27 |
1306 | 2024-10-29T19:21:01.857Z | Compiling crypto-common v0.1.6 |
1307 | 2024-10-29T19:21:02.011Z | Compiling thread-id v4.2.1 |
1308 | 2024-10-29T19:21:02.109Z | Compiling regress v0.10.1 |
1309 | 2024-10-29T19:21:02.834Z | Compiling pest_generator v2.7.10 |
1310 | 2024-10-29T19:21:04.032Z | Compiling tracing v0.1.40 |
1311 | 2024-10-29T19:21:04.108Z | Compiling percent-encoding v2.3.1 |
1312 | 2024-10-29T19:21:04.172Z | Compiling pest_derive v2.7.10 |
1313 | 2024-10-29T19:21:04.515Z | Compiling rustls-pki-types v1.7.0 |
1314 | 2024-10-29T19:21:04.655Z | Compiling form_urlencoded v1.2.1 |
1315 | 2024-10-29T19:21:04.803Z | Compiling tinyvec_macros v0.1.1 |
1316 | 2024-10-29T19:21:04.890Z | Compiling camino v1.1.9 |
1317 | 2024-10-29T19:21:04.915Z | Compiling tinyvec v1.6.0 |
1318 | 2024-10-29T19:21:05.158Z | Compiling usdt-impl v0.5.0 |
1319 | 2024-10-29T19:21:05.384Z | Compiling zeroize v1.7.0 |
1320 | 2024-10-29T19:21:05.586Z | Compiling bytes v1.7.2 |
1321 | 2024-10-29T19:21:05.723Z | Compiling indexmap v2.5.0 |
1322 | 2024-10-29T19:21:05.935Z | Compiling chrono v0.4.38 |
1323 | 2024-10-29T19:21:06.261Z | Compiling uuid v1.10.0 |
1324 | 2024-10-29T19:21:06.629Z | Compiling tokio v1.39.3 |
1325 | 2024-10-29T19:21:06.931Z | Compiling bitflags v2.6.0 |
1326 | 2024-10-29T19:21:07.115Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-10-29T19:21:07.350Z | Compiling http v1.1.0 |
1328 | 2024-10-29T19:21:08.765Z | Compiling atomic-waker v1.1.2 |
1329 | 2024-10-29T19:21:08.940Z | Compiling ppv-lite86 v0.2.17 |
1330 | 2024-10-29T19:21:09.116Z | Compiling unicode-normalization v0.1.23 |
1331 | 2024-10-29T19:21:10.105Z | Compiling rand_chacha v0.3.1 |
1332 | 2024-10-29T19:21:10.202Z | Compiling http-body v1.0.1 |
1333 | 2024-10-29T19:21:10.423Z | Compiling rustls-webpki v0.102.4 |
1334 | 2024-10-29T19:21:11.301Z | Compiling typify-impl v0.2.0 |
1335 | 2024-10-29T19:21:11.400Z | Compiling scroll v0.12.0 |
1336 | 2024-10-29T19:21:11.839Z | Compiling unicode-bidi v0.3.15 |
1337 | 2024-10-29T19:21:12.129Z | Compiling plain v0.2.3 |
1338 | 2024-10-29T19:21:12.389Z | Compiling try-lock v0.2.5 |
1339 | 2024-10-29T19:21:12.520Z | Compiling want v0.3.1 |
1340 | 2024-10-29T19:21:12.543Z | Compiling goblin v0.8.2 |
1341 | 2024-10-29T19:21:12.774Z | Compiling rand v0.8.5 |
1342 | 2024-10-29T19:21:13.846Z | Compiling openapiv3 v2.0.0 |
1343 | 2024-10-29T19:21:14.054Z | Compiling tokio-util v0.7.11 |
1344 | 2024-10-29T19:21:14.079Z | Compiling strum_macros v0.26.2 |
1345 | 2024-10-29T19:21:15.631Z | Compiling h2 v0.4.6 |
1346 | 2024-10-29T19:21:16.442Z | Compiling pretty-hex v0.4.1 |
1347 | 2024-10-29T19:21:16.627Z | Compiling base64 v0.22.1 |
1348 | 2024-10-29T19:21:17.068Z | Compiling httpdate v1.0.3 |
1349 | 2024-10-29T19:21:17.203Z | Compiling omicron-workspace-hack v0.1.0 |
1350 | 2024-10-29T19:21:17.474Z | Compiling dof v0.3.0 |
1351 | 2024-10-29T19:21:17.498Z | Compiling idna v0.5.0 |
1352 | 2024-10-29T19:21:17.812Z | Compiling dtrace-parser v0.2.0 |
1353 | 2024-10-29T19:21:18.794Z | Compiling strsim v0.11.1 |
1354 | 2024-10-29T19:21:19.124Z | Compiling unsafe-libyaml v0.2.11 |
1355 | 2024-10-29T19:21:19.417Z | Compiling cpufeatures v0.2.12 |
1356 | 2024-10-29T19:21:19.511Z | Compiling tower-service v0.3.2 |
1357 | 2024-10-29T19:21:19.535Z | Compiling rustls v0.22.4 |
1358 | 2024-10-29T19:21:19.779Z | Compiling typify-macro v0.2.0 |
1359 | 2024-10-29T19:21:19.818Z | Compiling url v2.5.0 |
1360 | 2024-10-29T19:21:20.375Z | Compiling hyper v1.4.1 |
1361 | 2024-10-29T19:21:20.494Z | Compiling serde_yaml v0.9.34+deprecated |
1362 | 2024-10-29T19:21:20.606Z | Compiling toml_datetime v0.6.8 |
1363 | 2024-10-29T19:21:20.969Z | Compiling async-trait v0.1.83 |
1364 | 2024-10-29T19:21:22.731Z | Compiling typify v0.2.0 |
1365 | 2024-10-29T19:21:22.806Z | Compiling hyper-util v0.1.9 |
1366 | 2024-10-29T19:21:22.863Z | Compiling progenitor-impl v0.8.0 |
1367 | 2024-10-29T19:21:23.390Z | Compiling block-buffer v0.10.4 |
1368 | 2024-10-29T19:21:24.149Z | Compiling slog-async v2.8.0 |
1369 | 2024-10-29T19:21:24.561Z | Compiling foreign-types-shared v0.1.1 |
1370 | 2024-10-29T19:21:24.668Z | Compiling foreign-types v0.3.2 |
1371 | 2024-10-29T19:21:24.757Z | Compiling digest v0.10.7 |
1372 | 2024-10-29T19:21:26.375Z | Compiling http-body-util v0.1.2 |
1373 | 2024-10-29T19:21:26.957Z | Compiling multer v3.1.0 |
1374 | 2024-10-29T19:21:27.069Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-10-29T19:21:27.144Z | Compiling ident_case v1.0.1 |
1376 | 2024-10-29T19:21:27.213Z | Compiling crossbeam-utils v0.8.19 |
1377 | 2024-10-29T19:21:27.328Z | Compiling mime v0.3.17 |
1378 | 2024-10-29T19:21:27.353Z | Compiling paste v1.0.15 |
1379 | 2024-10-29T19:21:27.786Z | Compiling darling_core v0.20.9 |
1380 | 2024-10-29T19:21:27.920Z | Compiling progenitor-macro v0.8.0 |
1381 | 2024-10-29T19:21:27.983Z | Compiling usdt-macro v0.5.0 |
1382 | 2024-10-29T19:21:28.291Z | Compiling usdt-attr-macro v0.5.0 |
1383 | 2024-10-29T19:21:28.614Z | Compiling rustls-pemfile v2.1.3 |
1384 | 2024-10-29T19:21:29.227Z | Compiling serde_urlencoded v0.7.1 |
1385 | 2024-10-29T19:21:29.776Z | Compiling openssl-probe v0.1.5 |
1386 | 2024-10-29T19:21:32.320Z | Compiling darling_macro v0.20.9 |
1387 | 2024-10-29T19:21:32.646Z | Compiling async-stream-impl v0.3.5 |
1388 | 2024-10-29T19:21:34.004Z | Compiling dropshot v0.12.0 |
1389 | 2024-10-29T19:21:34.304Z | Compiling ipnet v2.9.0 |
1390 | 2024-10-29T19:21:35.890Z | Compiling powerfmt v0.2.0 |
1391 | 2024-10-29T19:21:36.302Z | Compiling deranged v0.3.11 |
1392 | 2024-10-29T19:21:36.663Z | Compiling tokio-rustls v0.26.0 |
1393 | 2024-10-29T19:21:38.023Z | Compiling tokio-native-tls v0.3.1 |
1394 | 2024-10-29T19:21:38.220Z | Compiling darling v0.20.9 |
1395 | 2024-10-29T19:21:38.327Z | Compiling serde_spanned v0.6.7 |
1396 | 2024-10-29T19:21:38.926Z | Compiling webpki-roots v0.26.3 |
1397 | 2024-10-29T19:21:39.093Z | Compiling futures-executor v0.3.30 |
1398 | 2024-10-29T19:21:41.073Z | Compiling num_threads v0.1.7 |
1399 | 2024-10-29T19:21:41.347Z | Compiling time v0.3.36 |
1400 | 2024-10-29T19:21:46.711Z | Compiling futures v0.3.30 |
1401 | 2024-10-29T19:21:46.806Z | Compiling hyper-rustls v0.27.3 |
1402 | 2024-10-29T19:21:47.865Z | Compiling serde_with_macros v3.9.0 |
1403 | 2024-10-29T19:21:48.419Z | Compiling hyper-tls v0.6.0 |
1404 | 2024-10-29T19:21:48.754Z | Compiling sha1 v0.10.6 |
1405 | 2024-10-29T19:21:49.362Z | Compiling strum v0.26.2 |
1406 | 2024-10-29T19:21:49.525Z | Compiling dropshot_endpoint v0.12.0 |
1407 | 2024-10-29T19:21:50.369Z | Compiling structmeta-derive v0.3.0 |
1408 | 2024-10-29T19:21:51.244Z | Compiling sync_wrapper v1.0.1 |
1409 | 2024-10-29T19:21:51.546Z | Compiling rustix v0.38.34 |
1410 | 2024-10-29T19:21:52.378Z | Compiling structmeta v0.3.0 |
1411 | 2024-10-29T19:21:52.402Z | Compiling reqwest v0.12.7 |
1412 | 2024-10-29T19:21:53.048Z | Compiling dirs-sys-next v0.1.2 |
1413 | 2024-10-29T19:21:53.929Z | Compiling errno v0.3.9 |
1414 | 2024-10-29T19:21:54.806Z | Compiling match_cfg v0.1.0 |
1415 | 2024-10-29T19:21:55.153Z | Compiling winnow v0.6.18 |
1416 | 2024-10-29T19:21:58.427Z | Compiling hostname v0.3.1 |
1417 | 2024-10-29T19:22:00.041Z | Compiling progenitor-client v0.8.0 |
1418 | 2024-10-29T19:22:00.729Z | Compiling dirs-next v2.0.0 |
1419 | 2024-10-29T19:22:01.037Z | Compiling parse-display-derive v0.10.0 |
1420 | 2024-10-29T19:22:01.810Z | Compiling ipnetwork v0.20.0 |
1421 | 2024-10-29T19:22:04.041Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1422 | 2024-10-29T19:22:04.144Z | Compiling thread_local v1.1.8 |
1423 | 2024-10-29T19:22:05.245Z | Compiling progenitor v0.8.0 |
1424 | 2024-10-29T19:22:05.513Z | Compiling term v0.7.0 |
1425 | 2024-10-29T19:22:06.225Z | Compiling crossbeam-channel v0.5.12 |
1426 | 2024-10-29T19:22:06.855Z | Compiling memmap v0.7.0 |
1427 | 2024-10-29T19:22:07.199Z | Compiling is-terminal v0.4.12 |
1428 | 2024-10-29T19:22:07.320Z | Compiling take_mut v0.2.2 |
1429 | 2024-10-29T19:22:09.499Z | Compiling slog-term v2.9.1 |
1430 | 2024-10-29T19:22:10.261Z | Compiling usdt v0.5.0 |
1431 | 2024-10-29T19:22:11.122Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1432 | 2024-10-29T19:22:11.395Z | Compiling toml_edit v0.22.20 |
1433 | 2024-10-29T19:22:11.540Z | Compiling slog-json v2.6.1 |
1434 | 2024-10-29T19:22:11.839Z | Compiling winnow v0.5.40 |
1435 | 2024-10-29T19:22:12.358Z | Compiling debug-ignore v1.0.5 |
1436 | 2024-10-29T19:22:13.315Z | Compiling slog-bunyan v2.5.0 |
1437 | 2024-10-29T19:22:14.380Z | Compiling toml v0.8.19 |
1438 | 2024-10-29T19:22:14.772Z | Compiling toml_edit v0.19.15 |
1439 | 2024-10-29T19:22:15.557Z | Compiling tokio-rustls v0.25.0 |
1440 | 2024-10-29T19:22:19.459Z | Compiling async-stream v0.3.5 |
1441 | 2024-10-29T19:22:19.484Z | Compiling waitgroup v0.1.2 |
1442 | 2024-10-29T19:22:19.686Z | Compiling serde_path_to_error v0.1.16 |
1443 | 2024-10-29T19:22:19.710Z | Compiling hostname v0.4.0 |
1444 | 2024-10-29T19:22:23.185Z | Compiling proc-macro-crate v1.3.1 |
1445 | 2024-10-29T19:22:23.658Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1446 | 2024-10-29T19:22:23.839Z | Compiling serde_with v3.9.0 |
1447 | 2024-10-29T19:22:25.739Z | Compiling newtype-uuid v1.1.0 |
1448 | 2024-10-29T19:22:26.107Z | Compiling unicode-width v0.1.14 |
1449 | 2024-10-29T19:22:27.351Z | Compiling hex v0.4.3 |
1450 | 2024-10-29T19:22:27.761Z | Compiling clap_derive v4.5.4 |
1451 | 2024-10-29T19:22:27.952Z | Compiling instant v0.1.12 |
1452 | 2024-10-29T19:22:28.089Z | Compiling lazy_static v1.5.0 |
1453 | 2024-10-29T19:22:28.319Z | Compiling utf8parse v0.2.1 |
1454 | 2024-10-29T19:22:28.353Z | Compiling backoff v0.4.0 |
1455 | 2024-10-29T19:22:28.469Z | Compiling anstyle-parse v0.2.4 |
1456 | 2024-10-29T19:22:28.814Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1457 | 2024-10-29T19:22:29.949Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1458 | 2024-10-29T19:22:30.423Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1459 | 2024-10-29T19:22:30.974Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1460 | 2024-10-29T19:22:31.036Z | Compiling parse-display v0.10.0 |
1461 | 2024-10-29T19:22:31.178Z | Compiling macaddr v1.0.1 |
1462 | 2024-10-29T19:22:31.316Z | Compiling regress v0.9.1 |
1463 | 2024-10-29T19:22:31.964Z | Compiling num-integer v0.1.46 |
1464 | 2024-10-29T19:22:32.230Z | Compiling crucible-workspace-hack v0.1.0 |
1465 | 2024-10-29T19:22:32.495Z | Compiling unicode-xid v0.2.4 |
1466 | 2024-10-29T19:22:32.560Z | Compiling is_terminal_polyfill v1.70.0 |
1467 | 2024-10-29T19:22:32.653Z | Compiling anstyle-query v1.0.3 |
1468 | 2024-10-29T19:22:32.784Z | Compiling colorchoice v1.0.1 |
1469 | 2024-10-29T19:22:32.845Z | Compiling anstyle v1.0.7 |
1470 | 2024-10-29T19:22:33.314Z | Compiling anstream v0.6.14 |
1471 | 2024-10-29T19:22:33.997Z | Compiling terminal_size v0.3.0 |
1472 | 2024-10-29T19:22:34.208Z | Compiling clap_lex v0.7.0 |
1473 | 2024-10-29T19:22:34.724Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1474 | 2024-10-29T19:22:35.650Z | Compiling heapless v0.8.0 |
1475 | 2024-10-29T19:22:36.576Z | Compiling clap_builder v4.5.2 |
1476 | 2024-10-29T19:22:37.651Z | Compiling num-bigint v0.4.5 |
1477 | 2024-10-29T19:22:37.735Z | Compiling num_enum_derive v0.5.11 |
1478 | 2024-10-29T19:22:39.046Z | Compiling hash32 v0.3.1 |
1479 | 2024-10-29T19:22:39.262Z | Compiling fastrand v2.1.0 |
1480 | 2024-10-29T19:22:39.519Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-10-29T19:22:39.805Z | Compiling smoltcp v0.11.0 |
1482 | 2024-10-29T19:22:39.848Z | Compiling stable_deref_trait v1.2.0 |
1483 | 2024-10-29T19:22:39.950Z | Compiling either v1.13.0 |
1484 | 2024-10-29T19:22:40.356Z | Compiling num-rational v0.4.2 |
1485 | 2024-10-29T19:22:40.806Z | Compiling clap v4.5.4 |
1486 | 2024-10-29T19:22:41.853Z | Compiling tempfile v3.10.1 |
1487 | 2024-10-29T19:22:41.915Z | Compiling num_enum v0.5.11 |
1488 | 2024-10-29T19:22:42.539Z | Compiling synstructure v0.12.6 |
1489 | 2024-10-29T19:22:42.800Z | Compiling num-iter v0.1.45 |
1490 | 2024-10-29T19:22:43.092Z | Compiling num-complex v0.4.6 |
1491 | 2024-10-29T19:22:43.645Z | Compiling proc-macro-error-attr v1.0.4 |
1492 | 2024-10-29T19:22:43.670Z | Compiling managed v0.8.0 |
1493 | 2024-10-29T19:22:43.949Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-10-29T19:22:44.146Z | Compiling bitflags v1.3.2 |
1495 | 2024-10-29T19:22:44.234Z | Compiling cobs v0.2.3 |
1496 | 2024-10-29T19:22:44.296Z | Compiling num v0.4.3 |
1497 | 2024-10-29T19:22:44.399Z | Compiling zerocopy-derive v0.2.0 |
1498 | 2024-10-29T19:22:44.424Z | Compiling postcard v1.0.9 |
1499 | 2024-10-29T19:22:45.221Z | Compiling foreign-types-macros v0.2.3 |
1500 | 2024-10-29T19:22:45.308Z | Compiling libz-sys v1.1.16 |
1501 | 2024-10-29T19:22:45.878Z | Compiling proc-macro-error v1.0.4 |
1502 | 2024-10-29T19:22:45.908Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1503 | 2024-10-29T19:22:46.268Z | Compiling prettyplease v0.2.22 |
1504 | 2024-10-29T19:22:46.292Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1505 | 2024-10-29T19:22:46.317Z | Compiling foreign-types-shared v0.3.1 |
1506 | 2024-10-29T19:22:46.421Z | Compiling pretty-hex v0.2.1 |
1507 | 2024-10-29T19:22:46.952Z | Compiling foreign-types v0.5.0 |
1508 | 2024-10-29T19:22:47.217Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1509 | 2024-10-29T19:22:50.149Z | Compiling tabwriter v1.4.0 |
1510 | 2024-10-29T19:22:50.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1511 | 2024-10-29T19:22:50.738Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1512 | 2024-10-29T19:22:51.305Z | Compiling cstr-argument v0.1.2 |
1513 | 2024-10-29T19:22:51.521Z | Compiling data-encoding v2.6.0 |
1514 | 2024-10-29T19:22:51.546Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1515 | 2024-10-29T19:22:52.465Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1516 | 2024-10-29T19:22:52.632Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1517 | 2024-10-29T19:22:54.186Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1518 | 2024-10-29T19:22:54.550Z | Compiling colored v2.1.0 |
1519 | 2024-10-29T19:22:55.416Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1520 | 2024-10-29T19:22:55.573Z | Compiling usdt-impl v0.3.5 |
1521 | 2024-10-29T19:22:55.719Z | Compiling float-ord v0.3.2 |
1522 | 2024-10-29T19:22:55.765Z | Compiling unicode-segmentation v1.11.0 |
1523 | 2024-10-29T19:22:55.944Z | Compiling semver v0.1.20 |
1524 | 2024-10-29T19:22:56.010Z | Compiling static_assertions v1.1.0 |
1525 | 2024-10-29T19:22:56.138Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1526 | 2024-10-29T19:22:56.320Z | Compiling newline-converter v0.3.0 |
1527 | 2024-10-29T19:22:56.418Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1528 | 2024-10-29T19:22:56.474Z | Compiling rustc_version v0.1.7 |
1529 | 2024-10-29T19:22:56.599Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1530 | 2024-10-29T19:22:57.635Z | Compiling zone_cfg_derive v0.3.0 |
1531 | 2024-10-29T19:22:59.078Z | Compiling camino-tempfile v1.1.1 |
1532 | 2024-10-29T19:22:59.707Z | Compiling itertools v0.10.5 |
1533 | 2024-10-29T19:23:00.132Z | Compiling console v0.15.8 |
1534 | 2024-10-29T19:23:02.712Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1535 | 2024-10-29T19:23:03.112Z | Compiling num-derive v0.4.2 |
1536 | 2024-10-29T19:23:03.993Z | Compiling sigpipe v0.1.3 |
1537 | 2024-10-29T19:23:04.158Z | Compiling base64ct v1.6.0 |
1538 | 2024-10-29T19:23:04.469Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1539 | 2024-10-29T19:23:04.708Z | Compiling similar v2.5.0 |
1540 | 2024-10-29T19:23:04.801Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1541 | 2024-10-29T19:23:04.825Z | Compiling password-hash v0.5.0 |
1542 | 2024-10-29T19:23:05.533Z | Compiling expectorate v1.1.0 |
1543 | 2024-10-29T19:23:06.513Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1544 | 2024-10-29T19:23:06.721Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1545 | 2024-10-29T19:23:07.179Z | Compiling zone v0.3.0 |
1546 | 2024-10-29T19:23:09.074Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1547 | 2024-10-29T19:23:09.610Z | Compiling newtype_derive v0.1.6 |
1548 | 2024-10-29T19:23:09.797Z | Compiling zerocopy v0.3.2 |
1549 | 2024-10-29T19:23:09.920Z | Compiling blake2 v0.10.6 |
1550 | 2024-10-29T19:23:10.255Z | Compiling cargo-platform v0.1.8 |
1551 | 2024-10-29T19:23:10.655Z | Compiling hubpack_derive v0.1.1 |
1552 | 2024-10-29T19:23:10.801Z | Compiling smf v0.2.3 |
1553 | 2024-10-29T19:23:11.223Z | Compiling zerocopy-derive v0.6.6 |
1554 | 2024-10-29T19:23:11.423Z | Compiling serde_repr v0.1.19 |
1555 | 2024-10-29T19:23:11.982Z | Compiling vergen v8.3.2 |
1556 | 2024-10-29T19:23:12.032Z | Compiling cancel-safe-futures v0.1.5 |
1557 | 2024-10-29T19:23:12.293Z | Compiling whoami v1.5.1 |
1558 | 2024-10-29T19:23:12.414Z | Compiling owo-colors v4.1.0 |
1559 | 2024-10-29T19:23:12.514Z | Compiling base64 v0.21.7 |
1560 | 2024-10-29T19:23:12.718Z | Compiling fixedbitset v0.4.2 |
1561 | 2024-10-29T19:23:12.834Z | Compiling zerocopy v0.6.6 |
1562 | 2024-10-29T19:23:13.091Z | Compiling petgraph v0.6.5 |
1563 | 2024-10-29T19:23:13.438Z | Compiling hubpack v0.1.2 |
1564 | 2024-10-29T19:23:13.462Z | Compiling cargo_metadata v0.18.1 |
1565 | 2024-10-29T19:23:13.606Z | Compiling argon2 v0.5.3 |
1566 | 2024-10-29T19:23:13.852Z | Compiling dof v0.1.5 |
1567 | 2024-10-29T19:23:15.733Z | Compiling rustc_version v0.4.0 |
1568 | 2024-10-29T19:23:15.904Z | Compiling serde-big-array v0.5.1 |
1569 | 2024-10-29T19:23:16.119Z | Compiling dtrace-parser v0.1.14 |
1570 | 2024-10-29T19:23:16.210Z | Compiling strum_macros v0.25.3 |
1571 | 2024-10-29T19:23:16.504Z | Compiling libsqlite3-sys v0.30.1 |
1572 | 2024-10-29T19:23:16.814Z | Compiling cookie v0.18.1 |
1573 | 2024-10-29T19:23:16.973Z | Compiling slog-dtrace v0.3.0 |
1574 | 2024-10-29T19:23:17.276Z | Compiling convert_case v0.4.0 |
1575 | 2024-10-29T19:23:17.468Z | Compiling rustls v0.21.12 |
1576 | 2024-10-29T19:23:17.635Z | Compiling cfg_aliases v0.2.1 |
1577 | 2024-10-29T19:23:17.730Z | Compiling nix v0.29.0 |
1578 | 2024-10-29T19:23:17.888Z | Compiling derive_more v0.99.18 |
1579 | 2024-10-29T19:23:18.449Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1580 | 2024-10-29T19:23:19.019Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1581 | 2024-10-29T19:23:19.073Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1582 | 2024-10-29T19:23:20.526Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1583 | 2024-10-29T19:23:21.004Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1584 | 2024-10-29T19:23:22.064Z | Compiling atomicwrites v0.4.4 |
1585 | 2024-10-29T19:23:22.489Z | Compiling itertools v0.13.0 |
1586 | 2024-10-29T19:23:22.783Z | Compiling libsw v3.3.1 |
1587 | 2024-10-29T19:23:23.010Z | Compiling idna v0.4.0 |
1588 | 2024-10-29T19:23:23.088Z | Compiling serde_tokenstream v0.1.7 |
1589 | 2024-10-29T19:23:23.510Z | Compiling rustls-webpki v0.101.7 |
1590 | 2024-10-29T19:23:25.505Z | Compiling sct v0.7.1 |
1591 | 2024-10-29T19:23:25.888Z | Compiling enum-as-inner v0.6.0 |
1592 | 2024-10-29T19:23:25.949Z | Compiling derive-where v1.2.7 |
1593 | 2024-10-29T19:23:25.997Z | Compiling inout v0.1.3 |
1594 | 2024-10-29T19:23:26.075Z | Compiling swrite v0.1.0 |
1595 | 2024-10-29T19:23:26.195Z | Compiling indent_write v2.2.0 |
1596 | 2024-10-29T19:23:26.219Z | Compiling highway v1.2.0 |
1597 | 2024-10-29T19:23:26.390Z | Compiling utf-8 v0.7.6 |
1598 | 2024-10-29T19:23:26.579Z | Compiling radium v0.7.0 |
1599 | 2024-10-29T19:23:26.701Z | Compiling linear-map v1.2.0 |
1600 | 2024-10-29T19:23:26.768Z | Compiling linked-hash-map v0.5.6 |
1601 | 2024-10-29T19:23:26.989Z | Compiling quick-error v1.2.3 |
1602 | 2024-10-29T19:23:27.090Z | Compiling lru-cache v0.1.2 |
1603 | 2024-10-29T19:23:27.115Z | Compiling resolv-conf v0.7.0 |
1604 | 2024-10-29T19:23:27.140Z | Compiling hickory-proto v0.24.1 |
1605 | 2024-10-29T19:23:27.280Z | Compiling tungstenite v0.21.0 |
1606 | 2024-10-29T19:23:27.317Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1607 | 2024-10-29T19:23:28.331Z | Compiling cipher v0.4.4 |
1608 | 2024-10-29T19:23:28.439Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1609 | 2024-10-29T19:23:30.044Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1610 | 2024-10-29T19:23:31.272Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1611 | 2024-10-29T19:23:35.609Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1612 | 2024-10-29T19:23:35.713Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1613 | 2024-10-29T19:23:36.003Z | Compiling git2 v0.19.0 |
1614 | 2024-10-29T19:23:38.045Z | Compiling steno v0.4.1 |
1615 | 2024-10-29T19:23:42.831Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1616 | 2024-10-29T19:23:43.044Z | Compiling crossbeam-epoch v0.9.18 |
1617 | 2024-10-29T19:23:43.068Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1618 | 2024-10-29T19:23:43.816Z | Compiling hashlink v0.9.1 |
1619 | 2024-10-29T19:23:44.013Z | Compiling fallible-streaming-iterator v0.1.9 |
1620 | 2024-10-29T19:23:44.197Z | Compiling humantime v2.1.0 |
1621 | 2024-10-29T19:23:44.246Z | Compiling rayon-core v1.12.1 |
1622 | 2024-10-29T19:23:44.458Z | Compiling tap v1.0.1 |
1623 | 2024-10-29T19:23:44.525Z | Compiling fallible-iterator v0.3.0 |
1624 | 2024-10-29T19:23:44.623Z | Compiling wyz v0.5.1 |
1625 | 2024-10-29T19:23:44.866Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1626 | 2024-10-29T19:23:45.183Z | Compiling rusqlite v0.32.1 |
1627 | 2024-10-29T19:23:46.234Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1628 | 2024-10-29T19:23:46.555Z | Compiling crossbeam-deque v0.8.5 |
1629 | 2024-10-29T19:23:48.788Z | Compiling tokio-rustls v0.24.1 |
1630 | 2024-10-29T19:23:48.819Z | Compiling hickory-resolver v0.24.1 |
1631 | 2024-10-29T19:23:49.100Z | Compiling tokio-tungstenite v0.21.0 |
1632 | 2024-10-29T19:23:49.596Z | Compiling usdt-macro v0.3.5 |
1633 | 2024-10-29T19:23:49.620Z | Compiling usdt-attr-macro v0.3.5 |
1634 | 2024-10-29T19:23:49.872Z | Compiling rustls-pemfile v1.0.4 |
1635 | 2024-10-29T19:23:50.452Z | Compiling twox-hash v1.6.3 |
1636 | 2024-10-29T19:23:50.648Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1637 | 2024-10-29T19:23:50.767Z | Compiling num_enum_derive v0.7.2 |
1638 | 2024-10-29T19:23:51.246Z | Compiling universal-hash v0.5.1 |
1639 | 2024-10-29T19:23:51.440Z | Compiling atty v0.2.14 |
1640 | 2024-10-29T19:23:52.651Z | Compiling opaque-debug v0.3.1 |
1641 | 2024-10-29T19:23:52.735Z | Compiling funty v2.0.0 |
1642 | 2024-10-29T19:23:53.622Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1643 | 2024-10-29T19:23:53.934Z | Compiling bitvec v1.0.1 |
1644 | 2024-10-29T19:23:53.958Z | Compiling polyval v0.6.2 |
1645 | 2024-10-29T19:23:54.347Z | Compiling num_enum v0.7.2 |
1646 | 2024-10-29T19:23:54.958Z | Compiling usdt v0.3.5 |
1647 | 2024-10-29T19:23:55.226Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1648 | 2024-10-29T19:23:57.929Z | Compiling ctr v0.9.2 |
1649 | 2024-10-29T19:23:58.113Z | Compiling aes v0.8.4 |
1650 | 2024-10-29T19:23:58.242Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1651 | 2024-10-29T19:23:58.647Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1652 | 2024-10-29T19:23:59.921Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1653 | 2024-10-29T19:24:00.832Z | Compiling bincode v1.3.3 |
1654 | 2024-10-29T19:24:01.647Z | Compiling aead v0.5.2 |
1655 | 2024-10-29T19:24:01.928Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1656 | 2024-10-29T19:24:02.294Z | Compiling aes-gcm-siv v0.11.1 |
1657 | 2024-10-29T19:24:02.525Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1658 | 2024-10-29T19:24:02.924Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1659 | 2024-10-29T19:24:04.564Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1660 | 2024-10-29T19:24:05.009Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1661 | 2024-10-29T19:24:06.893Z | Compiling toml v0.7.8 |
1662 | 2024-10-29T19:24:10.515Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1663 | 2024-10-29T19:24:10.628Z | Compiling rayon v1.10.0 |
1664 | 2024-10-29T19:24:11.253Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1665 | 2024-10-29T19:24:11.277Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1666 | 2024-10-29T19:24:11.557Z | Compiling bitstruct_derive v0.1.0 |
1667 | 2024-10-29T19:24:11.694Z | Compiling async-recursion v1.1.1 |
1668 | 2024-10-29T19:24:12.632Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1669 | 2024-10-29T19:24:12.751Z | Compiling ringbuffer v0.15.0 |
1670 | 2024-10-29T19:24:12.888Z | Compiling ascii v1.1.0 |
1671 | 2024-10-29T19:24:13.319Z | Compiling typeid v1.0.0 |
1672 | 2024-10-29T19:24:13.496Z | Compiling erased-serde v0.4.5 |
1673 | 2024-10-29T19:24:13.609Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1674 | 2024-10-29T19:24:14.411Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1675 | 2024-10-29T19:24:14.815Z | Compiling bitstruct v0.1.1 |
1676 | 2024-10-29T19:24:14.928Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1677 | 2024-10-29T19:24:15.142Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1678 | 2024-10-29T19:24:15.201Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1679 | 2024-10-29T19:24:15.482Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1680 | 2024-10-29T19:24:15.676Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1681 | 2024-10-29T19:24:15.861Z | Compiling const_format_proc_macros v0.2.32 |
1682 | 2024-10-29T19:24:16.526Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1683 | 2024-10-29T19:24:17.281Z | Compiling serde_arrays v0.1.0 |
1684 | 2024-10-29T19:24:17.442Z | Compiling kstat-rs v0.2.4 |
1685 | 2024-10-29T19:24:17.472Z | Compiling libloading v0.7.4 |
1686 | 2024-10-29T19:24:17.837Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1687 | 2024-10-29T19:24:18.190Z | Compiling const_format v0.2.32 |
1688 | 2024-10-29T19:24:19.156Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1689 | 2024-10-29T19:24:19.650Z | Compiling ron v0.8.1 |
1690 | 2024-10-29T19:24:20.121Z | Compiling bit_field v0.10.2 |
1691 | 2024-10-29T19:24:20.339Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1692 | 2024-10-29T19:24:21.607Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1693 | 2024-10-29T19:24:32.963Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1694 | 2024-10-29T19:24:33.616Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1695 | 2024-10-29T19:25:33.152Z | Finished `release` profile [optimized] target(s) in 4m 49s |
1696 | 2024-10-29T19:25:33.283Z | |
1697 | 2024-10-29T19:25:33.307Z | real 4:50.116731527 |
1698 | 2024-10-29T19:25:33.307Z | user 32:39.849886627 |
1699 | 2024-10-29T19:25:33.307Z | sys 3:22.164241255 |
1700 | 2024-10-29T19:25:33.307Z | trap 0.887625044 |
1701 | 2024-10-29T19:25:33.307Z | tflt 1.434641572 |
1702 | 2024-10-29T19:25:33.307Z | dflt 0.974605611 |
1703 | 2024-10-29T19:25:33.307Z | kflt 0.000397592 |
1704 | 2024-10-29T19:25:33.307Z | lock 1:11:27.093578583 |
1705 | 2024-10-29T19:25:33.307Z | slp 1:58:42.937546369 |
1706 | 2024-10-29T19:25:33.307Z | lat 1:47.902445522 |
1707 | 2024-10-29T19:25:33.307Z | stop 2:16.584328181 |
1708 | 2024-10-29T19:25:33.307Z | + OUTDIR=/work/release |
1709 | 2024-10-29T19:25:33.307Z | + mkdir -p /work/release |
1710 | 2024-10-29T19:25:33.308Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1711 | 2024-10-29T19:25:33.308Z | + cp target/release/propolis-server /work/release/propolis-server |
1712 | 2024-10-29T19:25:33.372Z | process exited: duration 557134 ms, exit code 0 |
|
1713 | 2024-10-29T19:25:33.449Z | found 2 output files |
1714 | 2024-10-29T19:25:33.450Z | uploading: /work/release/propolis-cli (14295456 bytes) |
1715 | 2024-10-29T19:25:39.319Z | uploaded: /work/release/propolis-cli |
1716 | 2024-10-29T19:25:39.319Z | uploading: /work/release/propolis-server (57687696 bytes) |
1717 | 2024-10-29T19:25:49.145Z | uploaded: /work/release/propolis-server |