|
|
|
1 | 2024-07-04T21:09:24.727Z | job assigned to worker 01J1ZS880ZBKD931QJXBY08KMB (queued for 36 s) |
|
2 | 2024-07-04T21:09:25.596Z | starting task 0: "setup" |
3 | 2024-07-04T21:09:25.624Z | ++ uname -s |
4 | 2024-07-04T21:09:25.625Z | + kern=SunOS |
5 | 2024-07-04T21:09:25.625Z | + case "$kern" in |
6 | 2024-07-04T21:09:25.625Z | + groupadd -g 12345 build |
7 | 2024-07-04T21:09:25.625Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-04T21:09:27.628Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-04T21:09:27.668Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-04T21:09:27.697Z | + home_fs=zfs |
11 | 2024-07-04T21:09:27.697Z | + [[ zfs == autofs ]] |
12 | 2024-07-04T21:09:27.697Z | + mkdir -p /home/build |
13 | 2024-07-04T21:09:27.697Z | + chown build:build /home/build /work |
14 | 2024-07-04T21:09:29.677Z | + chmod 0700 /home/build /work |
15 | 2024-07-04T21:09:29.701Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-07-04T21:09:29.764Z | starting task 1: "rust-toolchain" |
17 | 2024-07-04T21:09:29.805Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-04T21:09:29.805Z | * toolchain channel = "1.78.0" |
19 | 2024-07-04T21:09:29.805Z | ' 1.78.0 |
20 | 2024-07-04T21:09:29.805Z | * toolchain profile = "default" |
21 | 2024-07-04T21:09:29.805Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-04T21:09:29.805Z | ' default |
23 | 2024-07-04T21:09:29.805Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-04T21:09:29.805Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-04T21:09:29.900Z | info: downloading installer |
26 | 2024-07-04T21:09:30.628Z | info: profile set to 'default' |
27 | 2024-07-04T21:09:30.628Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-04T21:09:30.653Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-04T21:09:30.735Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-04T21:09:30.735Z | info: downloading component 'cargo' |
31 | 2024-07-04T21:09:30.890Z | info: downloading component 'clippy' |
32 | 2024-07-04T21:09:30.931Z | info: downloading component 'rust-docs' |
33 | 2024-07-04T21:09:31.099Z | info: downloading component 'rust-std' |
34 | 2024-07-04T21:09:31.433Z | info: downloading component 'rustc' |
35 | 2024-07-04T21:09:32.073Z | info: downloading component 'rustfmt' |
36 | 2024-07-04T21:09:32.111Z | info: installing component 'cargo' |
37 | 2024-07-04T21:09:33.207Z | info: installing component 'clippy' |
38 | 2024-07-04T21:09:33.684Z | info: installing component 'rust-docs' |
39 | 2024-07-04T21:09:36.284Z | info: installing component 'rust-std' |
40 | 2024-07-04T21:09:38.396Z | info: installing component 'rustc' |
41 | 2024-07-04T21:09:43.490Z | info: installing component 'rustfmt' |
42 | 2024-07-04T21:09:43.888Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-04T21:09:43.888Z | |
44 | 2024-07-04T21:09:44.014Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-04T21:09:44.015Z | |
46 | 2024-07-04T21:09:44.015Z | |
47 | 2024-07-04T21:09:44.015Z | Rust is installed now. Great! |
48 | 2024-07-04T21:09:44.015Z | |
49 | 2024-07-04T21:09:44.015Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-04T21:09:44.039Z | environment variable. This has not been done automatically. |
51 | 2024-07-04T21:09:44.040Z | |
52 | 2024-07-04T21:09:44.040Z | To configure your current shell, you need to source |
53 | 2024-07-04T21:09:44.040Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-04T21:09:44.040Z | |
55 | 2024-07-04T21:09:44.040Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-04T21:09:44.040Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-04T21:09:44.040Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-04T21:09:44.090Z | + rustc --version |
59 | 2024-07-04T21:09:44.208Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-04T21:09:44.233Z | process exited: duration 14456 ms, exit code 0 |
|
61 | 2024-07-04T21:09:44.283Z | starting task 2: "authentication" |
62 | 2024-07-04T21:09:44.344Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-04T21:09:44.394Z | starting task 3: "clone repository" |
64 | 2024-07-04T21:09:44.420Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-04T21:09:44.420Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-04T21:09:44.454Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-04T21:09:50.643Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-04T21:09:50.668Z | + git fetch origin 10eb91ee9864c0449838b5b3043cf530b8a465db |
69 | 2024-07-04T21:09:51.195Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-04T21:09:51.195Z | * branch 10eb91ee9864c0449838b5b3043cf530b8a465db -> FETCH_HEAD |
71 | 2024-07-04T21:09:51.220Z | + [[ -n '' ]] |
72 | 2024-07-04T21:09:51.220Z | + git reset --hard 10eb91ee9864c0449838b5b3043cf530b8a465db |
73 | 2024-07-04T21:09:51.362Z | HEAD is now at 10eb91ee9 change to "periodic timer firing" |
74 | 2024-07-04T21:09:51.387Z | process exited: duration 6971 ms, exit code 0 |
|
75 | 2024-07-04T21:09:51.439Z | starting task 4: "build" |
76 | 2024-07-04T21:09:51.464Z | + cargo --version |
77 | 2024-07-04T21:09:51.512Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-04T21:09:51.537Z | + rustc --version |
79 | 2024-07-04T21:09:51.583Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-04T21:09:51.608Z | + cd /tmp |
81 | 2024-07-04T21:09:51.608Z | + cargo new --lib test-project |
82 | 2024-07-04T21:09:51.650Z | Creating library `test-project` package |
83 | 2024-07-04T21:09:51.740Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-07-04T21:09:51.765Z | + cd test-project |
85 | 2024-07-04T21:09:51.765Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-07-04T21:09:51.811Z | Adding omicron-common (local) to dependencies |
87 | 2024-07-04T21:09:51.811Z | Features: |
88 | 2024-07-04T21:09:51.811Z | - proptest |
89 | 2024-07-04T21:09:51.811Z | - test-strategy |
90 | 2024-07-04T21:09:51.811Z | - testing |
91 | 2024-07-04T21:09:51.836Z | Updating crates.io index |
92 | 2024-07-04T21:09:51.878Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-07-04T21:09:52.923Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-07-04T21:09:53.998Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-07-04T21:09:54.471Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-07-04T21:09:56.597Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-07-04T21:09:57.040Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-07-04T21:09:57.562Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-07-04T21:10:00.515Z | + cargo check |
100 | 2024-07-04T21:10:00.788Z | Downloading crates ... |
101 | 2024-07-04T21:10:00.860Z | Downloaded byteorder v1.5.0 |
102 | 2024-07-04T21:10:00.886Z | Downloaded openssl-probe v0.1.5 |
103 | 2024-07-04T21:10:00.886Z | Downloaded cfg-if v1.0.0 |
104 | 2024-07-04T21:10:00.886Z | Downloaded mime v0.3.17 |
105 | 2024-07-04T21:10:00.886Z | Downloaded once_cell v1.19.0 |
106 | 2024-07-04T21:10:00.886Z | Downloaded want v0.3.1 |
107 | 2024-07-04T21:10:00.886Z | Downloaded indexmap v1.9.3 |
108 | 2024-07-04T21:10:00.913Z | Downloaded num-traits v0.2.19 |
109 | 2024-07-04T21:10:00.913Z | Downloaded pretty-hex v0.4.1 |
110 | 2024-07-04T21:10:00.913Z | Downloaded strum v0.26.3 |
111 | 2024-07-04T21:10:00.913Z | Downloaded sync_wrapper v0.1.2 |
112 | 2024-07-04T21:10:00.913Z | Downloaded is-terminal v0.4.12 |
113 | 2024-07-04T21:10:00.913Z | Downloaded dtrace-parser v0.2.0 |
114 | 2024-07-04T21:10:00.913Z | Downloaded tower-service v0.3.2 |
115 | 2024-07-04T21:10:00.913Z | Downloaded version_check v0.9.4 |
116 | 2024-07-04T21:10:00.913Z | Downloaded waitgroup v0.1.2 |
117 | 2024-07-04T21:10:00.914Z | Downloaded usdt-macro v0.5.0 |
118 | 2024-07-04T21:10:00.939Z | Downloaded pest_generator v2.7.11 |
119 | 2024-07-04T21:10:00.939Z | Downloaded toml_datetime v0.6.6 |
120 | 2024-07-04T21:10:00.939Z | Downloaded powerfmt v0.2.0 |
121 | 2024-07-04T21:10:00.939Z | Downloaded tinyvec_macros v0.1.1 |
122 | 2024-07-04T21:10:00.939Z | Downloaded time-core v0.1.2 |
123 | 2024-07-04T21:10:00.939Z | Downloaded slab v0.4.9 |
124 | 2024-07-04T21:10:00.939Z | Downloaded slog-async v2.8.0 |
125 | 2024-07-04T21:10:00.939Z | Downloaded tokio-macros v2.3.0 |
126 | 2024-07-04T21:10:00.939Z | Downloaded tokio-native-tls v0.3.1 |
127 | 2024-07-04T21:10:00.939Z | Downloaded hyper v0.14.29 |
128 | 2024-07-04T21:10:00.964Z | Downloaded tinyvec v1.6.1 |
129 | 2024-07-04T21:10:00.964Z | Downloaded tokio-rustls v0.24.1 |
130 | 2024-07-04T21:10:00.964Z | Downloaded tracing v0.1.40 |
131 | 2024-07-04T21:10:00.964Z | Downloaded time v0.3.36 |
132 | 2024-07-04T21:10:00.989Z | Downloaded sha2 v0.10.8 |
133 | 2024-07-04T21:10:00.989Z | Downloaded smallvec v1.13.2 |
134 | 2024-07-04T21:10:00.989Z | Downloaded structmeta-derive v0.3.0 |
135 | 2024-07-04T21:10:00.989Z | Downloaded strsim v0.11.1 |
136 | 2024-07-04T21:10:00.989Z | Downloaded openapiv3 v2.0.0 |
137 | 2024-07-04T21:10:01.014Z | Downloaded signal-hook-registry v1.4.2 |
138 | 2024-07-04T21:10:01.014Z | Downloaded tokio v1.38.0 |
139 | 2024-07-04T21:10:01.044Z | Downloaded plain v0.2.3 |
140 | 2024-07-04T21:10:01.069Z | Downloaded socket2 v0.5.7 |
141 | 2024-07-04T21:10:01.069Z | Downloaded serde v1.0.203 |
142 | 2024-07-04T21:10:01.069Z | Downloaded encoding_rs v0.8.34 |
143 | 2024-07-04T21:10:01.093Z | Downloaded rustls-webpki v0.101.7 |
144 | 2024-07-04T21:10:01.118Z | Downloaded serde_with v3.8.3 |
145 | 2024-07-04T21:10:01.118Z | Downloaded serde_json v1.0.120 |
146 | 2024-07-04T21:10:01.118Z | Downloaded syn v2.0.68 |
147 | 2024-07-04T21:10:01.143Z | Downloaded rustls v0.22.4 |
148 | 2024-07-04T21:10:01.168Z | Downloaded regress v0.10.0 |
149 | 2024-07-04T21:10:01.168Z | Downloaded regex-automata v0.4.7 |
150 | 2024-07-04T21:10:01.193Z | Downloaded regress v0.9.1 |
151 | 2024-07-04T21:10:01.194Z | Downloaded regex-syntax v0.8.4 |
152 | 2024-07-04T21:10:01.219Z | Downloaded rustls-webpki v0.102.5 |
153 | 2024-07-04T21:10:01.219Z | Downloaded rustls v0.21.12 |
154 | 2024-07-04T21:10:01.243Z | Downloaded regex v1.10.5 |
155 | 2024-07-04T21:10:01.268Z | Downloaded webpki-roots v0.25.4 |
156 | 2024-07-04T21:10:01.268Z | Downloaded vcpkg v0.2.15 |
157 | 2024-07-04T21:10:01.294Z | Downloaded reqwest v0.11.27 |
158 | 2024-07-04T21:10:01.319Z | Downloaded rand v0.8.5 |
159 | 2024-07-04T21:10:01.319Z | Downloaded pest v2.7.11 |
160 | 2024-07-04T21:10:01.319Z | Downloaded zerocopy v0.7.35 |
161 | 2024-07-04T21:10:01.345Z | Downloaded winnow v0.6.13 |
162 | 2024-07-04T21:10:01.345Z | Downloaded slog-term v2.9.1 |
163 | 2024-07-04T21:10:01.370Z | Downloaded slog v2.7.0 |
164 | 2024-07-04T21:10:01.370Z | Downloaded serde_yaml v0.9.34+deprecated |
165 | 2024-07-04T21:10:01.370Z | Downloaded serde_with_macros v3.8.3 |
166 | 2024-07-04T21:10:01.370Z | Downloaded serde_derive v1.0.203 |
167 | 2024-07-04T21:10:01.370Z | Downloaded scroll v0.12.0 |
168 | 2024-07-04T21:10:01.370Z | Downloaded schemars v0.8.21 |
169 | 2024-07-04T21:10:01.395Z | Downloaded ring v0.17.8 |
170 | 2024-07-04T21:10:01.450Z | Downloaded ryu v1.0.18 |
171 | 2024-07-04T21:10:01.475Z | Downloaded rustls-pki-types v1.7.0 |
172 | 2024-07-04T21:10:01.475Z | Downloaded proc-macro2 v1.0.86 |
173 | 2024-07-04T21:10:01.475Z | Downloaded pest_meta v2.7.11 |
174 | 2024-07-04T21:10:01.475Z | Downloaded parse-display-derive v0.9.1 |
175 | 2024-07-04T21:10:01.475Z | Downloaded parking_lot_core v0.9.10 |
176 | 2024-07-04T21:10:01.475Z | Downloaded usdt-impl v0.5.0 |
177 | 2024-07-04T21:10:01.475Z | Downloaded url v2.5.2 |
178 | 2024-07-04T21:10:01.475Z | Downloaded unicode-normalization v0.1.23 |
179 | 2024-07-04T21:10:01.475Z | Downloaded openssl-sys v0.9.102 |
180 | 2024-07-04T21:10:01.500Z | Downloaded pest_derive v2.7.11 |
181 | 2024-07-04T21:10:01.500Z | Downloaded term v0.7.0 |
182 | 2024-07-04T21:10:01.500Z | Downloaded strum_macros v0.26.4 |
183 | 2024-07-04T21:10:01.500Z | Downloaded spin v0.9.8 |
184 | 2024-07-04T21:10:01.500Z | Downloaded serde_spanned v0.6.6 |
185 | 2024-07-04T21:10:01.500Z | Downloaded sct v0.7.1 |
186 | 2024-07-04T21:10:01.500Z | Downloaded rustls-pemfile v2.1.2 |
187 | 2024-07-04T21:10:01.500Z | Downloaded parking_lot v0.12.3 |
188 | 2024-07-04T21:10:01.500Z | Downloaded zerocopy-derive v0.7.35 |
189 | 2024-07-04T21:10:01.524Z | Downloaded usdt v0.5.0 |
190 | 2024-07-04T21:10:01.525Z | Downloaded unsafe-libyaml v0.2.11 |
191 | 2024-07-04T21:10:01.525Z | Downloaded unicode-ident v1.0.12 |
192 | 2024-07-04T21:10:01.525Z | Downloaded unicode-bidi v0.3.15 |
193 | 2024-07-04T21:10:01.525Z | Downloaded libc v0.2.155 |
194 | 2024-07-04T21:10:01.549Z | Downloaded serde_urlencoded v0.7.1 |
195 | 2024-07-04T21:10:01.549Z | Downloaded rustls-pemfile v1.0.4 |
196 | 2024-07-04T21:10:01.549Z | Downloaded slog-bunyan v2.5.0 |
197 | 2024-07-04T21:10:01.549Z | Downloaded sha1 v0.10.6 |
198 | 2024-07-04T21:10:01.574Z | Downloaded serde_derive_internals v0.29.1 |
199 | 2024-07-04T21:10:01.574Z | Downloaded schemars_derive v0.8.21 |
200 | 2024-07-04T21:10:01.574Z | Downloaded rand_core v0.6.4 |
201 | 2024-07-04T21:10:01.574Z | Downloaded ppv-lite86 v0.2.17 |
202 | 2024-07-04T21:10:01.574Z | Downloaded pin-utils v0.1.0 |
203 | 2024-07-04T21:10:01.574Z | Downloaded percent-encoding v2.3.1 |
204 | 2024-07-04T21:10:01.574Z | Downloaded uuid v1.9.1 |
205 | 2024-07-04T21:10:01.574Z | Downloaded idna v0.5.0 |
206 | 2024-07-04T21:10:01.574Z | Downloaded goblin v0.8.2 |
207 | 2024-07-04T21:10:01.600Z | Downloaded quote v1.0.36 |
208 | 2024-07-04T21:10:01.600Z | Downloaded pin-project-lite v0.2.14 |
209 | 2024-07-04T21:10:01.600Z | Downloaded zeroize v1.8.1 |
210 | 2024-07-04T21:10:01.600Z | Downloaded http v0.2.12 |
211 | 2024-07-04T21:10:01.600Z | Downloaded toml_edit v0.22.14 |
212 | 2024-07-04T21:10:01.624Z | Downloaded tokio-util v0.7.11 |
213 | 2024-07-04T21:10:01.624Z | Downloaded openssl v0.10.64 |
214 | 2024-07-04T21:10:01.649Z | Downloaded semver v1.0.23 |
215 | 2024-07-04T21:10:01.649Z | Downloaded hashbrown v0.12.3 |
216 | 2024-07-04T21:10:01.649Z | Downloaded chrono v0.4.38 |
217 | 2024-07-04T21:10:01.649Z | Downloaded ucd-trie v0.1.6 |
218 | 2024-07-04T21:10:01.649Z | Downloaded typenum v1.17.0 |
219 | 2024-07-04T21:10:01.674Z | Downloaded tracing-core v0.1.32 |
220 | 2024-07-04T21:10:01.674Z | Downloaded toml v0.8.14 |
221 | 2024-07-04T21:10:01.674Z | Downloaded thiserror v1.0.61 |
222 | 2024-07-04T21:10:01.674Z | Downloaded take_mut v0.2.2 |
223 | 2024-07-04T21:10:01.674Z | Downloaded subtle v2.6.1 |
224 | 2024-07-04T21:10:01.674Z | Downloaded slog-json v2.6.1 |
225 | 2024-07-04T21:10:01.674Z | Downloaded log v0.4.22 |
226 | 2024-07-04T21:10:01.674Z | Downloaded indexmap v2.2.6 |
227 | 2024-07-04T21:10:01.674Z | Downloaded hyper-rustls v0.24.2 |
228 | 2024-07-04T21:10:01.701Z | Downloaded time-macros v0.2.18 |
229 | 2024-07-04T21:10:01.701Z | Downloaded tokio-rustls v0.25.0 |
230 | 2024-07-04T21:10:01.701Z | Downloaded thread-id v4.2.1 |
231 | 2024-07-04T21:10:01.701Z | Downloaded mio v0.8.11 |
232 | 2024-07-04T21:10:01.701Z | Downloaded serde_tokenstream v0.2.1 |
233 | 2024-07-04T21:10:01.701Z | Downloaded structmeta v0.3.0 |
234 | 2024-07-04T21:10:01.701Z | Downloaded serde_path_to_error v0.1.16 |
235 | 2024-07-04T21:10:01.701Z | Downloaded native-tls v0.2.12 |
236 | 2024-07-04T21:10:01.701Z | Downloaded futures-util v0.3.30 |
237 | 2024-07-04T21:10:01.726Z | Downloaded futures v0.3.30 |
238 | 2024-07-04T21:10:01.726Z | Downloaded darling_core v0.20.9 |
239 | 2024-07-04T21:10:01.726Z | Downloaded scopeguard v1.2.0 |
240 | 2024-07-04T21:10:01.726Z | Downloaded rand_chacha v0.3.1 |
241 | 2024-07-04T21:10:01.726Z | Downloaded pkg-config v0.3.30 |
242 | 2024-07-04T21:10:01.726Z | Downloaded httpdate v1.0.3 |
243 | 2024-07-04T21:10:01.726Z | Downloaded hostname v0.3.1 |
244 | 2024-07-04T21:10:01.726Z | Downloaded try-lock v0.2.5 |
245 | 2024-07-04T21:10:01.726Z | Downloaded paste v1.0.15 |
246 | 2024-07-04T21:10:01.751Z | Downloaded parse-display v0.9.1 |
247 | 2024-07-04T21:10:01.751Z | Downloaded ipnet v2.9.0 |
248 | 2024-07-04T21:10:01.751Z | Downloaded rustversion v1.0.17 |
249 | 2024-07-04T21:10:01.751Z | Downloaded h2 v0.3.26 |
250 | 2024-07-04T21:10:01.751Z | Downloaded num_cpus v1.16.0 |
251 | 2024-07-04T21:10:01.751Z | Downloaded memmap v0.7.0 |
252 | 2024-07-04T21:10:01.751Z | Downloaded iana-time-zone v0.1.60 |
253 | 2024-07-04T21:10:01.751Z | Downloaded http-body v0.4.6 |
254 | 2024-07-04T21:10:01.751Z | Downloaded futures-core v0.3.30 |
255 | 2024-07-04T21:10:01.776Z | Downloaded usdt-attr-macro v0.5.0 |
256 | 2024-07-04T21:10:01.776Z | Downloaded heck v0.5.0 |
257 | 2024-07-04T21:10:01.776Z | Downloaded hashbrown v0.14.5 |
258 | 2024-07-04T21:10:01.776Z | Downloaded generic-array v0.14.7 |
259 | 2024-07-04T21:10:01.776Z | Downloaded futures-sink v0.3.30 |
260 | 2024-07-04T21:10:01.776Z | Downloaded futures-io v0.3.30 |
261 | 2024-07-04T21:10:01.776Z | Downloaded dirs-sys-next v0.1.2 |
262 | 2024-07-04T21:10:01.776Z | Downloaded digest v0.10.7 |
263 | 2024-07-04T21:10:01.776Z | Downloaded debug-ignore v1.0.5 |
264 | 2024-07-04T21:10:01.776Z | Downloaded crypto-common v0.1.6 |
265 | 2024-07-04T21:10:01.776Z | Downloaded thread_local v1.1.8 |
266 | 2024-07-04T21:10:01.776Z | Downloaded thiserror-impl v1.0.61 |
267 | 2024-07-04T21:10:01.776Z | Downloaded untrusted v0.9.0 |
268 | 2024-07-04T21:10:01.776Z | Downloaded omicron-workspace-hack v0.1.0 |
269 | 2024-07-04T21:10:01.776Z | Downloaded num-conv v0.1.0 |
270 | 2024-07-04T21:10:01.776Z | Downloaded match_cfg v0.1.0 |
271 | 2024-07-04T21:10:01.776Z | Downloaded aho-corasick v1.1.3 |
272 | 2024-07-04T21:10:01.801Z | Downloaded scroll_derive v0.12.0 |
273 | 2024-07-04T21:10:01.801Z | Downloaded openssl-macros v0.1.1 |
274 | 2024-07-04T21:10:01.801Z | Downloaded http v1.1.0 |
275 | 2024-07-04T21:10:01.801Z | Downloaded foreign-types-shared v0.1.1 |
276 | 2024-07-04T21:10:01.801Z | Downloaded crossbeam-channel v0.5.13 |
277 | 2024-07-04T21:10:01.801Z | Downloaded cc v1.0.104 |
278 | 2024-07-04T21:10:01.801Z | Downloaded base64 v0.22.1 |
279 | 2024-07-04T21:10:01.801Z | Downloaded base64 v0.21.7 |
280 | 2024-07-04T21:10:01.826Z | Downloaded memchr v2.7.4 |
281 | 2024-07-04T21:10:01.826Z | Downloaded fnv v1.0.7 |
282 | 2024-07-04T21:10:01.826Z | Downloaded bytes v1.6.0 |
283 | 2024-07-04T21:10:01.826Z | Downloaded crossbeam-utils v0.8.20 |
284 | 2024-07-04T21:10:01.826Z | Downloaded allocator-api2 v0.2.18 |
285 | 2024-07-04T21:10:01.826Z | Downloaded newtype-uuid v1.1.0 |
286 | 2024-07-04T21:10:01.827Z | Downloaded multer v3.1.0 |
287 | 2024-07-04T21:10:01.827Z | Downloaded futures-channel v0.3.30 |
288 | 2024-07-04T21:10:01.827Z | Downloaded form_urlencoded v1.2.1 |
289 | 2024-07-04T21:10:01.827Z | Downloaded dof v0.3.0 |
290 | 2024-07-04T21:10:01.852Z | Downloaded camino v1.1.7 |
291 | 2024-07-04T21:10:01.852Z | Downloaded bitflags v2.6.0 |
292 | 2024-07-04T21:10:01.852Z | Downloaded backoff v0.4.0 |
293 | 2024-07-04T21:10:01.852Z | Downloaded async-trait v0.1.80 |
294 | 2024-07-04T21:10:01.852Z | Downloaded lock_api v0.4.12 |
295 | 2024-07-04T21:10:01.852Z | Downloaded httparse v1.9.4 |
296 | 2024-07-04T21:10:01.852Z | Downloaded getrandom v0.2.15 |
297 | 2024-07-04T21:10:01.852Z | Downloaded darling v0.20.9 |
298 | 2024-07-04T21:10:01.852Z | Downloaded itoa v1.0.11 |
299 | 2024-07-04T21:10:01.877Z | Downloaded ipnetwork v0.20.0 |
300 | 2024-07-04T21:10:01.877Z | Downloaded hyper-tls v0.5.0 |
301 | 2024-07-04T21:10:01.877Z | Downloaded hostname v0.4.0 |
302 | 2024-07-04T21:10:01.877Z | Downloaded hex v0.4.3 |
303 | 2024-07-04T21:10:01.877Z | Downloaded futures-task v0.3.30 |
304 | 2024-07-04T21:10:01.877Z | Downloaded futures-macro v0.3.30 |
305 | 2024-07-04T21:10:01.877Z | Downloaded futures-executor v0.3.30 |
306 | 2024-07-04T21:10:01.877Z | Downloaded dyn-clone v1.0.17 |
307 | 2024-07-04T21:10:01.877Z | Downloaded dirs-next v2.0.0 |
308 | 2024-07-04T21:10:01.877Z | Downloaded deranged v0.3.11 |
309 | 2024-07-04T21:10:01.877Z | Downloaded atomic-waker v1.1.2 |
310 | 2024-07-04T21:10:01.877Z | Downloaded async-stream v0.3.5 |
311 | 2024-07-04T21:10:01.877Z | Downloaded anyhow v1.0.86 |
312 | 2024-07-04T21:10:01.877Z | Downloaded ahash v0.8.11 |
313 | 2024-07-04T21:10:01.877Z | Downloaded block-buffer v0.10.4 |
314 | 2024-07-04T21:10:01.902Z | Downloaded num_threads v0.1.7 |
315 | 2024-07-04T21:10:01.902Z | Downloaded macaddr v1.0.1 |
316 | 2024-07-04T21:10:01.902Z | Downloaded instant v0.1.13 |
317 | 2024-07-04T21:10:01.902Z | Downloaded ident_case v1.0.1 |
318 | 2024-07-04T21:10:01.902Z | Downloaded foreign-types v0.3.2 |
319 | 2024-07-04T21:10:01.902Z | Downloaded equivalent v1.0.1 |
320 | 2024-07-04T21:10:01.902Z | Downloaded darling_macro v0.20.9 |
321 | 2024-07-04T21:10:01.902Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-07-04T21:10:01.902Z | Downloaded autocfg v1.3.0 |
323 | 2024-07-04T21:10:01.902Z | Downloaded async-stream-impl v0.3.5 |
324 | 2024-07-04T21:10:01.981Z | Compiling proc-macro2 v1.0.86 |
325 | 2024-07-04T21:10:01.981Z | Compiling unicode-ident v1.0.12 |
326 | 2024-07-04T21:10:02.006Z | Compiling libc v0.2.155 |
327 | 2024-07-04T21:10:02.006Z | Checking cfg-if v1.0.0 |
328 | 2024-07-04T21:10:02.006Z | Compiling version_check v0.9.4 |
329 | 2024-07-04T21:10:02.006Z | Compiling autocfg v1.3.0 |
330 | 2024-07-04T21:10:02.006Z | Compiling serde v1.0.203 |
331 | 2024-07-04T21:10:02.006Z | Compiling serde_json v1.0.120 |
332 | 2024-07-04T21:10:02.080Z | Checking itoa v1.0.11 |
333 | 2024-07-04T21:10:02.174Z | Compiling thiserror v1.0.61 |
334 | 2024-07-04T21:10:02.245Z | Checking once_cell v1.19.0 |
335 | 2024-07-04T21:10:02.376Z | Compiling cc v1.0.104 |
336 | 2024-07-04T21:10:02.502Z | Compiling memchr v2.7.4 |
337 | 2024-07-04T21:10:02.595Z | Compiling ahash v0.8.11 |
338 | 2024-07-04T21:10:02.931Z | Checking byteorder v1.5.0 |
339 | 2024-07-04T21:10:03.019Z | Compiling num-traits v0.2.19 |
340 | 2024-07-04T21:10:03.196Z | Checking getrandom v0.2.15 |
341 | 2024-07-04T21:10:03.251Z | Compiling quote v1.0.36 |
342 | 2024-07-04T21:10:03.276Z | Checking pin-project-lite v0.2.14 |
343 | 2024-07-04T21:10:03.352Z | Checking ryu v1.0.18 |
344 | 2024-07-04T21:10:03.376Z | Checking bytes v1.6.0 |
345 | 2024-07-04T21:10:03.477Z | Checking log v0.4.22 |
346 | 2024-07-04T21:10:03.532Z | Compiling syn v2.0.68 |
347 | 2024-07-04T21:10:03.685Z | Checking allocator-api2 v0.2.18 |
348 | 2024-07-04T21:10:03.776Z | Compiling lock_api v0.4.12 |
349 | 2024-07-04T21:10:03.818Z | Compiling parking_lot_core v0.9.10 |
350 | 2024-07-04T21:10:03.905Z | Compiling schemars v0.8.21 |
351 | 2024-07-04T21:10:03.997Z | Checking scopeguard v1.2.0 |
352 | 2024-07-04T21:10:04.022Z | Checking smallvec v1.13.2 |
353 | 2024-07-04T21:10:04.115Z | Checking futures-core v0.3.30 |
354 | 2024-07-04T21:10:04.166Z | Checking mio v0.8.11 |
355 | 2024-07-04T21:10:04.200Z | Checking signal-hook-registry v1.4.2 |
356 | 2024-07-04T21:10:04.225Z | Checking num_cpus v1.16.0 |
357 | 2024-07-04T21:10:04.267Z | Checking socket2 v0.5.7 |
358 | 2024-07-04T21:10:04.305Z | Compiling slab v0.4.9 |
359 | 2024-07-04T21:10:04.396Z | Checking spin v0.9.8 |
360 | 2024-07-04T21:10:04.487Z | Checking futures-sink v0.3.30 |
361 | 2024-07-04T21:10:04.591Z | Checking parking_lot v0.12.3 |
362 | 2024-07-04T21:10:04.616Z | Checking untrusted v0.9.0 |
363 | 2024-07-04T21:10:04.670Z | Checking equivalent v1.0.1 |
364 | 2024-07-04T21:10:04.695Z | Checking fnv v1.0.7 |
365 | 2024-07-04T21:10:04.728Z | Checking futures-channel v0.3.30 |
366 | 2024-07-04T21:10:04.753Z | Compiling pkg-config v0.3.30 |
367 | 2024-07-04T21:10:04.777Z | Compiling heck v0.5.0 |
368 | 2024-07-04T21:10:04.882Z | Checking pin-utils v0.1.0 |
369 | 2024-07-04T21:10:04.912Z | Compiling ring v0.17.8 |
370 | 2024-07-04T21:10:04.937Z | Compiling vcpkg v0.2.15 |
371 | 2024-07-04T21:10:04.962Z | Compiling semver v1.0.23 |
372 | 2024-07-04T21:10:05.023Z | Checking futures-io v0.3.30 |
373 | 2024-07-04T21:10:05.127Z | Checking futures-task v0.3.30 |
374 | 2024-07-04T21:10:05.286Z | Checking iana-time-zone v0.1.60 |
375 | 2024-07-04T21:10:05.318Z | Compiling ucd-trie v0.1.6 |
376 | 2024-07-04T21:10:05.389Z | Checking http v0.2.12 |
377 | 2024-07-04T21:10:05.930Z | Checking dyn-clone v1.0.17 |
378 | 2024-07-04T21:10:05.955Z | Compiling httparse v1.9.4 |
379 | 2024-07-04T21:10:06.491Z | Compiling openssl-sys v0.9.102 |
380 | 2024-07-04T21:10:06.558Z | Checking tracing-core v0.1.32 |
381 | 2024-07-04T21:10:06.680Z | Compiling uuid v1.9.1 |
382 | 2024-07-04T21:10:07.005Z | Compiling chrono v0.4.38 |
383 | 2024-07-04T21:10:07.030Z | Checking try-lock v0.2.5 |
384 | 2024-07-04T21:10:07.091Z | Checking tracing v0.1.40 |
385 | 2024-07-04T21:10:07.159Z | Compiling slog v2.7.0 |
386 | 2024-07-04T21:10:07.210Z | Checking foreign-types-shared v0.1.1 |
387 | 2024-07-04T21:10:07.290Z | Compiling openssl v0.10.64 |
388 | 2024-07-04T21:10:07.352Z | Checking foreign-types v0.3.2 |
389 | 2024-07-04T21:10:07.423Z | Checking want v0.3.1 |
390 | 2024-07-04T21:10:07.578Z | Checking http-body v0.4.6 |
391 | 2024-07-04T21:10:07.636Z | Compiling aho-corasick v1.1.3 |
392 | 2024-07-04T21:10:07.678Z | Checking httpdate v1.0.3 |
393 | 2024-07-04T21:10:07.844Z | Compiling typenum v1.17.0 |
394 | 2024-07-04T21:10:07.882Z | Checking percent-encoding v2.3.1 |
395 | 2024-07-04T21:10:08.047Z | Compiling regex-syntax v0.8.4 |
396 | 2024-07-04T21:10:08.552Z | Checking bitflags v2.6.0 |
397 | 2024-07-04T21:10:08.773Z | Compiling native-tls v0.2.12 |
398 | 2024-07-04T21:10:08.803Z | Checking tower-service v0.3.2 |
399 | 2024-07-04T21:10:08.828Z | Compiling rustls v0.21.12 |
400 | 2024-07-04T21:10:08.905Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-04T21:10:08.986Z | Checking tinyvec v1.6.1 |
402 | 2024-07-04T21:10:09.122Z | Compiling serde_derive_internals v0.29.1 |
403 | 2024-07-04T21:10:09.148Z | Checking form_urlencoded v1.2.1 |
404 | 2024-07-04T21:10:09.725Z | Compiling generic-array v0.14.7 |
405 | 2024-07-04T21:10:10.092Z | Checking openssl-probe v0.1.5 |
406 | 2024-07-04T21:10:10.118Z | Checking sct v0.7.1 |
407 | 2024-07-04T21:10:10.118Z | Checking rustls-webpki v0.101.7 |
408 | 2024-07-04T21:10:10.208Z | Checking unicode-normalization v0.1.23 |
409 | 2024-07-04T21:10:10.885Z | Compiling regex-automata v0.4.7 |
410 | 2024-07-04T21:10:11.482Z | Compiling usdt-impl v0.5.0 |
411 | 2024-07-04T21:10:11.560Z | Checking encoding_rs v0.8.34 |
412 | 2024-07-04T21:10:11.764Z | Checking unicode-bidi v0.3.15 |
413 | 2024-07-04T21:10:11.878Z | Compiling num-conv v0.1.0 |
414 | 2024-07-04T21:10:12.091Z | Checking mime v0.3.17 |
415 | 2024-07-04T21:10:12.333Z | Compiling time-core v0.1.2 |
416 | 2024-07-04T21:10:12.358Z | Checking powerfmt v0.2.0 |
417 | 2024-07-04T21:10:12.468Z | Compiling time-macros v0.2.18 |
418 | 2024-07-04T21:10:12.561Z | Checking deranged v0.3.11 |
419 | 2024-07-04T21:10:12.852Z | Checking idna v0.5.0 |
420 | 2024-07-04T21:10:13.168Z | Compiling thread-id v4.2.1 |
421 | 2024-07-04T21:10:13.487Z | Compiling ident_case v1.0.1 |
422 | 2024-07-04T21:10:13.581Z | Compiling strsim v0.11.1 |
423 | 2024-07-04T21:10:13.625Z | Compiling crossbeam-utils v0.8.20 |
424 | 2024-07-04T21:10:13.779Z | Compiling serde_derive v1.0.203 |
425 | 2024-07-04T21:10:13.888Z | Compiling zerocopy-derive v0.7.35 |
426 | 2024-07-04T21:10:14.074Z | Compiling thiserror-impl v1.0.61 |
427 | 2024-07-04T21:10:14.138Z | Compiling schemars_derive v0.8.21 |
428 | 2024-07-04T21:10:14.196Z | Compiling tokio-macros v2.3.0 |
429 | 2024-07-04T21:10:14.639Z | Compiling futures-macro v0.3.30 |
430 | 2024-07-04T21:10:14.806Z | Compiling openssl-macros v0.1.1 |
431 | 2024-07-04T21:10:15.457Z | Checking tokio v1.38.0 |
432 | 2024-07-04T21:10:15.564Z | Checking zerocopy v0.7.35 |
433 | 2024-07-04T21:10:16.414Z | Checking futures-util v0.3.30 |
434 | 2024-07-04T21:10:16.593Z | Compiling pest v2.7.11 |
435 | 2024-07-04T21:10:16.958Z | Checking hashbrown v0.14.5 |
436 | 2024-07-04T21:10:17.390Z | Compiling regex v1.10.5 |
437 | 2024-07-04T21:10:17.889Z | Compiling scroll_derive v0.12.0 |
438 | 2024-07-04T21:10:18.172Z | Checking regress v0.10.0 |
439 | 2024-07-04T21:10:18.766Z | Compiling pest_meta v2.7.11 |
440 | 2024-07-04T21:10:19.063Z | Checking scroll v0.12.0 |
441 | 2024-07-04T21:10:20.452Z | Compiling pest_generator v2.7.11 |
442 | 2024-07-04T21:10:20.853Z | Checking base64 v0.21.7 |
443 | 2024-07-04T21:10:20.925Z | Checking tokio-util v0.7.11 |
444 | 2024-07-04T21:10:21.214Z | Checking tokio-native-tls v0.3.1 |
445 | 2024-07-04T21:10:21.411Z | Checking tokio-rustls v0.24.1 |
446 | 2024-07-04T21:10:21.594Z | Checking plain v0.2.3 |
447 | 2024-07-04T21:10:21.693Z | Checking num_threads v0.1.7 |
448 | 2024-07-04T21:10:21.947Z | Checking rustls-pki-types v1.7.0 |
449 | 2024-07-04T21:10:22.041Z | Checking time v0.3.36 |
450 | 2024-07-04T21:10:22.194Z | Compiling pest_derive v2.7.11 |
451 | 2024-07-04T21:10:22.641Z | Checking goblin v0.8.2 |
452 | 2024-07-04T21:10:22.665Z | Checking rustls-pemfile v1.0.4 |
453 | 2024-07-04T21:10:22.807Z | Compiling darling_core v0.20.9 |
454 | 2024-07-04T21:10:22.904Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-07-04T21:10:23.483Z | Checking url v2.5.2 |
456 | 2024-07-04T21:10:24.204Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-07-04T21:10:24.228Z | Checking indexmap v2.2.6 |
458 | 2024-07-04T21:10:24.805Z | Checking serde_urlencoded v0.7.1 |
459 | 2024-07-04T21:10:25.158Z | Checking dirs-sys-next v0.1.2 |
460 | 2024-07-04T21:10:25.231Z | Checking h2 v0.3.26 |
461 | 2024-07-04T21:10:25.303Z | Checking openapiv3 v2.0.0 |
462 | 2024-07-04T21:10:25.792Z | Compiling dof v0.3.0 |
463 | 2024-07-04T21:10:26.796Z | Checking sync_wrapper v0.1.2 |
464 | 2024-07-04T21:10:26.893Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
465 | 2024-07-04T21:10:27.621Z | Compiling omicron-workspace-hack v0.1.0 |
466 | 2024-07-04T21:10:27.687Z | Checking ipnet v2.9.0 |
467 | 2024-07-04T21:10:27.868Z | Checking webpki-roots v0.25.4 |
468 | 2024-07-04T21:10:27.892Z | Compiling rustversion v1.0.17 |
469 | 2024-07-04T21:10:27.987Z | Compiling rustls v0.22.4 |
470 | 2024-07-04T21:10:28.045Z | Compiling paste v1.0.15 |
471 | 2024-07-04T21:10:28.069Z | Compiling unsafe-libyaml v0.2.11 |
472 | 2024-07-04T21:10:28.241Z | Checking pretty-hex v0.4.1 |
473 | 2024-07-04T21:10:28.487Z | Compiling darling_macro v0.20.9 |
474 | 2024-07-04T21:10:28.511Z | Checking hyper v0.14.29 |
475 | 2024-07-04T21:10:28.632Z | Checking dirs-next v2.0.0 |
476 | 2024-07-04T21:10:28.926Z | Checking serde_spanned v0.6.6 |
477 | 2024-07-04T21:10:28.951Z | Checking toml_datetime v0.6.6 |
478 | 2024-07-04T21:10:29.092Z | Compiling serde_yaml v0.9.34+deprecated |
479 | 2024-07-04T21:10:29.161Z | Checking rustls-webpki v0.102.5 |
480 | 2024-07-04T21:10:29.382Z | Checking crypto-common v0.1.6 |
481 | 2024-07-04T21:10:29.431Z | Checking block-buffer v0.10.4 |
482 | 2024-07-04T21:10:29.506Z | Compiling structmeta-derive v0.3.0 |
483 | 2024-07-04T21:10:29.530Z | Checking rand_core v0.6.4 |
484 | 2024-07-04T21:10:29.670Z | Compiling multer v3.1.0 |
485 | 2024-07-04T21:10:29.698Z | Checking thread_local v1.1.8 |
486 | 2024-07-04T21:10:29.750Z | Checking subtle v2.6.1 |
487 | 2024-07-04T21:10:29.774Z | Compiling slog-async v2.8.0 |
488 | 2024-07-04T21:10:29.927Z | Checking match_cfg v0.1.0 |
489 | 2024-07-04T21:10:29.952Z | Compiling camino v1.1.7 |
490 | 2024-07-04T21:10:29.952Z | Checking ppv-lite86 v0.2.17 |
491 | 2024-07-04T21:10:29.995Z | Compiling anyhow v1.0.86 |
492 | 2024-07-04T21:10:30.168Z | Checking winnow v0.6.13 |
493 | 2024-07-04T21:10:30.387Z | Checking zeroize v1.8.1 |
494 | 2024-07-04T21:10:30.463Z | Checking rand_chacha v0.3.1 |
495 | 2024-07-04T21:10:30.686Z | Checking hostname v0.3.1 |
496 | 2024-07-04T21:10:30.793Z | Checking crossbeam-channel v0.5.13 |
497 | 2024-07-04T21:10:31.196Z | Checking digest v0.10.7 |
498 | 2024-07-04T21:10:31.382Z | Compiling darling v0.20.9 |
499 | 2024-07-04T21:10:31.450Z | Checking term v0.7.0 |
500 | 2024-07-04T21:10:31.748Z | Compiling structmeta v0.3.0 |
501 | 2024-07-04T21:10:31.999Z | Checking hyper-rustls v0.24.2 |
502 | 2024-07-04T21:10:32.068Z | Checking hyper-tls v0.5.0 |
503 | 2024-07-04T21:10:32.106Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2024-07-04T21:10:32.221Z | Compiling usdt-macro v0.5.0 |
505 | 2024-07-04T21:10:32.302Z | Checking reqwest v0.11.27 |
506 | 2024-07-04T21:10:32.362Z | Checking slog-json v2.6.1 |
507 | 2024-07-04T21:10:32.446Z | Checking toml_edit v0.22.14 |
508 | 2024-07-04T21:10:32.567Z | Checking futures-executor v0.3.30 |
509 | 2024-07-04T21:10:32.741Z | Compiling async-stream-impl v0.3.5 |
510 | 2024-07-04T21:10:32.892Z | Checking http v1.1.0 |
511 | 2024-07-04T21:10:33.285Z | Checking memmap v0.7.0 |
512 | 2024-07-04T21:10:33.310Z | Checking is-terminal v0.4.12 |
513 | 2024-07-04T21:10:33.333Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
514 | 2024-07-04T21:10:33.407Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
515 | 2024-07-04T21:10:33.431Z | Checking base64 v0.22.1 |
516 | 2024-07-04T21:10:33.455Z | Checking atomic-waker v1.1.2 |
517 | 2024-07-04T21:10:33.566Z | Checking cpufeatures v0.2.12 |
518 | 2024-07-04T21:10:33.590Z | Checking take_mut v0.2.2 |
519 | 2024-07-04T21:10:33.644Z | Checking sha1 v0.10.6 |
520 | 2024-07-04T21:10:33.780Z | Checking waitgroup v0.1.2 |
521 | 2024-07-04T21:10:33.827Z | Checking async-stream v0.3.5 |
522 | 2024-07-04T21:10:33.862Z | Checking rustls-pemfile v2.1.2 |
523 | 2024-07-04T21:10:33.886Z | Checking usdt v0.5.0 |
524 | 2024-07-04T21:10:33.910Z | Checking tokio-rustls v0.25.0 |
525 | 2024-07-04T21:10:33.978Z | Checking slog-term v2.9.1 |
526 | 2024-07-04T21:10:34.002Z | Compiling strum_macros v0.26.4 |
527 | 2024-07-04T21:10:34.069Z | Checking futures v0.3.30 |
528 | 2024-07-04T21:10:34.093Z | Checking slog-bunyan v2.5.0 |
529 | 2024-07-04T21:10:34.155Z | Compiling parse-display-derive v0.9.1 |
530 | 2024-07-04T21:10:34.193Z | Compiling serde_with_macros v3.8.3 |
531 | 2024-07-04T21:10:34.216Z | Checking rand v0.8.5 |
532 | 2024-07-04T21:10:34.456Z | Checking toml v0.8.14 |
533 | 2024-07-04T21:10:34.760Z | Checking newtype-uuid v1.1.0 |
534 | 2024-07-04T21:10:34.824Z | Checking ipnetwork v0.20.0 |
535 | 2024-07-04T21:10:34.950Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
536 | 2024-07-04T21:10:35.051Z | Checking hex v0.4.3 |
537 | 2024-07-04T21:10:35.098Z | Checking serde_path_to_error v0.1.16 |
538 | 2024-07-04T21:10:35.132Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
539 | 2024-07-04T21:10:35.470Z | Compiling async-trait v0.1.80 |
540 | 2024-07-04T21:10:35.610Z | Checking hostname v0.4.0 |
541 | 2024-07-04T21:10:35.691Z | Checking instant v0.1.13 |
542 | 2024-07-04T21:10:35.780Z | Checking debug-ignore v1.0.5 |
543 | 2024-07-04T21:10:35.803Z | Checking backoff v0.4.0 |
544 | 2024-07-04T21:10:35.887Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-04T21:10:36.000Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
546 | 2024-07-04T21:10:36.025Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
547 | 2024-07-04T21:10:36.116Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
548 | 2024-07-04T21:10:36.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
549 | 2024-07-04T21:10:36.376Z | Checking macaddr v1.0.1 |
550 | 2024-07-04T21:10:36.503Z | Checking serde_with v3.8.3 |
551 | 2024-07-04T21:10:36.646Z | Checking regress v0.9.1 |
552 | 2024-07-04T21:10:37.431Z | Checking parse-display v0.9.1 |
553 | 2024-07-04T21:10:37.729Z | Checking strum v0.26.3 |
554 | 2024-07-04T21:10:38.101Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
555 | 2024-07-04T21:10:40.368Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
556 | 2024-07-04T21:10:40.448Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
557 | 2024-07-04T21:10:43.810Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
558 | 2024-07-04T21:10:51.934Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
559 | 2024-07-04T21:10:52.066Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
560 | 2024-07-04T21:10:55.312Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
561 | 2024-07-04T21:11:02.892Z | Checking test-project v0.1.0 (/tmp/test-project) |
562 | 2024-07-04T21:11:02.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
563 | 2024-07-04T21:11:03.020Z | + cargo build --release |
564 | 2024-07-04T21:11:03.342Z | Compiling proc-macro2 v1.0.86 |
565 | 2024-07-04T21:11:03.342Z | Compiling unicode-ident v1.0.12 |
566 | 2024-07-04T21:11:03.342Z | Compiling libc v0.2.155 |
567 | 2024-07-04T21:11:03.342Z | Compiling cfg-if v1.0.0 |
568 | 2024-07-04T21:11:03.366Z | Compiling version_check v0.9.4 |
569 | 2024-07-04T21:11:03.366Z | Compiling autocfg v1.3.0 |
570 | 2024-07-04T21:11:03.366Z | Compiling serde v1.0.203 |
571 | 2024-07-04T21:11:03.366Z | Compiling serde_json v1.0.120 |
572 | 2024-07-04T21:11:03.448Z | Compiling itoa v1.0.11 |
573 | 2024-07-04T21:11:03.518Z | Compiling thiserror v1.0.61 |
574 | 2024-07-04T21:11:03.648Z | Compiling once_cell v1.19.0 |
575 | 2024-07-04T21:11:03.672Z | Compiling cc v1.0.104 |
576 | 2024-07-04T21:11:03.857Z | Compiling memchr v2.7.4 |
577 | 2024-07-04T21:11:03.930Z | Compiling ahash v0.8.11 |
578 | 2024-07-04T21:11:04.226Z | Compiling byteorder v1.5.0 |
579 | 2024-07-04T21:11:04.282Z | Compiling num-traits v0.2.19 |
580 | 2024-07-04T21:11:04.556Z | Compiling getrandom v0.2.15 |
581 | 2024-07-04T21:11:04.605Z | Compiling quote v1.0.36 |
582 | 2024-07-04T21:11:04.647Z | Compiling pin-project-lite v0.2.14 |
583 | 2024-07-04T21:11:04.762Z | Compiling ryu v1.0.18 |
584 | 2024-07-04T21:11:04.897Z | Compiling syn v2.0.68 |
585 | 2024-07-04T21:11:04.983Z | Compiling log v0.4.22 |
586 | 2024-07-04T21:11:05.110Z | Compiling bytes v1.6.0 |
587 | 2024-07-04T21:11:05.192Z | Compiling allocator-api2 v0.2.18 |
588 | 2024-07-04T21:11:05.226Z | Compiling schemars v0.8.21 |
589 | 2024-07-04T21:11:05.375Z | Compiling lock_api v0.4.12 |
590 | 2024-07-04T21:11:05.451Z | Compiling parking_lot_core v0.9.10 |
591 | 2024-07-04T21:11:05.550Z | Compiling futures-core v0.3.30 |
592 | 2024-07-04T21:11:05.760Z | Compiling smallvec v1.13.2 |
593 | 2024-07-04T21:11:05.785Z | Compiling scopeguard v1.2.0 |
594 | 2024-07-04T21:11:05.837Z | Compiling mio v0.8.11 |
595 | 2024-07-04T21:11:05.925Z | Compiling num_cpus v1.16.0 |
596 | 2024-07-04T21:11:06.035Z | Compiling signal-hook-registry v1.4.2 |
597 | 2024-07-04T21:11:06.169Z | Compiling ring v0.17.8 |
598 | 2024-07-04T21:11:06.192Z | Compiling socket2 v0.5.7 |
599 | 2024-07-04T21:11:06.379Z | Compiling slab v0.4.9 |
600 | 2024-07-04T21:11:06.613Z | Compiling parking_lot v0.12.3 |
601 | 2024-07-04T21:11:06.665Z | Compiling spin v0.9.8 |
602 | 2024-07-04T21:11:06.873Z | Compiling futures-sink v0.3.30 |
603 | 2024-07-04T21:11:07.120Z | Compiling equivalent v1.0.1 |
604 | 2024-07-04T21:11:07.210Z | Compiling semver v1.0.23 |
605 | 2024-07-04T21:11:07.325Z | Compiling untrusted v0.9.0 |
606 | 2024-07-04T21:11:07.483Z | Compiling fnv v1.0.7 |
607 | 2024-07-04T21:11:07.592Z | Compiling futures-channel v0.3.30 |
608 | 2024-07-04T21:11:07.639Z | Compiling heck v0.5.0 |
609 | 2024-07-04T21:11:07.667Z | Compiling pkg-config v0.3.30 |
610 | 2024-07-04T21:11:07.770Z | Compiling futures-io v0.3.30 |
611 | 2024-07-04T21:11:07.805Z | Compiling vcpkg v0.2.15 |
612 | 2024-07-04T21:11:07.982Z | Compiling futures-task v0.3.30 |
613 | 2024-07-04T21:11:08.006Z | Compiling pin-utils v0.1.0 |
614 | 2024-07-04T21:11:08.262Z | Compiling iana-time-zone v0.1.60 |
615 | 2024-07-04T21:11:08.348Z | Compiling ucd-trie v0.1.6 |
616 | 2024-07-04T21:11:08.674Z | Compiling http v0.2.12 |
617 | 2024-07-04T21:11:08.857Z | Compiling dyn-clone v1.0.17 |
618 | 2024-07-04T21:11:08.894Z | Compiling httparse v1.9.4 |
619 | 2024-07-04T21:11:09.192Z | Compiling openssl-sys v0.9.102 |
620 | 2024-07-04T21:11:09.578Z | Compiling tracing-core v0.1.32 |
621 | 2024-07-04T21:11:09.760Z | Compiling chrono v0.4.38 |
622 | 2024-07-04T21:11:10.039Z | Compiling uuid v1.9.1 |
623 | 2024-07-04T21:11:10.482Z | Compiling serde_derive_internals v0.29.1 |
624 | 2024-07-04T21:11:11.310Z | Compiling tracing v0.1.40 |
625 | 2024-07-04T21:11:11.802Z | Compiling try-lock v0.2.5 |
626 | 2024-07-04T21:11:11.887Z | Compiling slog v2.7.0 |
627 | 2024-07-04T21:11:11.935Z | Compiling openssl v0.10.64 |
628 | 2024-07-04T21:11:12.278Z | Compiling foreign-types-shared v0.1.1 |
629 | 2024-07-04T21:11:12.361Z | Compiling foreign-types v0.3.2 |
630 | 2024-07-04T21:11:12.414Z | Compiling want v0.3.1 |
631 | 2024-07-04T21:11:12.537Z | Compiling http-body v0.4.6 |
632 | 2024-07-04T21:11:12.612Z | Compiling aho-corasick v1.1.3 |
633 | 2024-07-04T21:11:12.656Z | Compiling typenum v1.17.0 |
634 | 2024-07-04T21:11:12.943Z | Compiling tinyvec_macros v0.1.1 |
635 | 2024-07-04T21:11:13.022Z | Compiling native-tls v0.2.12 |
636 | 2024-07-04T21:11:13.308Z | Compiling bitflags v2.6.0 |
637 | 2024-07-04T21:11:13.413Z | Compiling percent-encoding v2.3.1 |
638 | 2024-07-04T21:11:13.473Z | Compiling httpdate v1.0.3 |
639 | 2024-07-04T21:11:13.608Z | Compiling regex-syntax v0.8.4 |
640 | 2024-07-04T21:11:13.632Z | Compiling rustls v0.21.12 |
641 | 2024-07-04T21:11:13.803Z | Compiling tower-service v0.3.2 |
642 | 2024-07-04T21:11:13.868Z | Compiling form_urlencoded v1.2.1 |
643 | 2024-07-04T21:11:13.963Z | Compiling tinyvec v1.6.1 |
644 | 2024-07-04T21:11:14.373Z | Compiling generic-array v0.14.7 |
645 | 2024-07-04T21:11:14.719Z | Compiling openssl-probe v0.1.5 |
646 | 2024-07-04T21:11:14.840Z | Compiling serde_derive v1.0.203 |
647 | 2024-07-04T21:11:15.032Z | Compiling zerocopy-derive v0.7.35 |
648 | 2024-07-04T21:11:15.177Z | Compiling thiserror-impl v1.0.61 |
649 | 2024-07-04T21:11:15.351Z | Compiling schemars_derive v0.8.21 |
650 | 2024-07-04T21:11:16.232Z | Compiling tokio-macros v2.3.0 |
651 | 2024-07-04T21:11:16.906Z | Compiling zerocopy v0.7.35 |
652 | 2024-07-04T21:11:17.680Z | Compiling tokio v1.38.0 |
653 | 2024-07-04T21:11:17.911Z | Compiling futures-macro v0.3.30 |
654 | 2024-07-04T21:11:18.264Z | Compiling pest v2.7.11 |
655 | 2024-07-04T21:11:18.684Z | Compiling hashbrown v0.14.5 |
656 | 2024-07-04T21:11:19.486Z | Compiling futures-util v0.3.30 |
657 | 2024-07-04T21:11:20.108Z | Compiling openssl-macros v0.1.1 |
658 | 2024-07-04T21:11:20.272Z | Compiling pest_meta v2.7.11 |
659 | 2024-07-04T21:11:20.522Z | Compiling regress v0.10.0 |
660 | 2024-07-04T21:11:20.616Z | Compiling regex-automata v0.4.7 |
661 | 2024-07-04T21:11:23.629Z | Compiling pest_generator v2.7.11 |
662 | 2024-07-04T21:11:24.989Z | Compiling tokio-util v0.7.11 |
663 | 2024-07-04T21:11:25.126Z | Compiling pest_derive v2.7.11 |
664 | 2024-07-04T21:11:26.005Z | Compiling indexmap v2.2.6 |
665 | 2024-07-04T21:11:26.891Z | Compiling serde_tokenstream v0.2.1 |
666 | 2024-07-04T21:11:28.107Z | Compiling h2 v0.3.26 |
667 | 2024-07-04T21:11:28.486Z | Compiling rustls-webpki v0.101.7 |
668 | 2024-07-04T21:11:31.032Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
669 | 2024-07-04T21:11:32.019Z | Compiling sct v0.7.1 |
670 | 2024-07-04T21:11:32.426Z | Compiling hyper v0.14.29 |
671 | 2024-07-04T21:11:38.998Z | Compiling regex v1.10.5 |
672 | 2024-07-04T21:11:39.857Z | Compiling unicode-normalization v0.1.23 |
673 | 2024-07-04T21:11:40.751Z | Compiling scroll_derive v0.12.0 |
674 | 2024-07-04T21:11:41.626Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
675 | 2024-07-04T21:11:42.090Z | Compiling usdt-impl v0.5.0 |
676 | 2024-07-04T21:11:42.443Z | Compiling encoding_rs v0.8.34 |
677 | 2024-07-04T21:11:42.497Z | Compiling time-core v0.1.2 |
678 | 2024-07-04T21:11:42.642Z | Compiling num-conv v0.1.0 |
679 | 2024-07-04T21:11:42.864Z | Compiling mime v0.3.17 |
680 | 2024-07-04T21:11:43.782Z | Compiling unicode-bidi v0.3.15 |
681 | 2024-07-04T21:11:44.982Z | Compiling powerfmt v0.2.0 |
682 | 2024-07-04T21:11:45.402Z | Compiling deranged v0.3.11 |
683 | 2024-07-04T21:11:47.089Z | Compiling idna v0.5.0 |
684 | 2024-07-04T21:11:47.514Z | Compiling time-macros v0.2.18 |
685 | 2024-07-04T21:11:50.166Z | Compiling scroll v0.12.0 |
686 | 2024-07-04T21:11:50.768Z | Compiling thread-id v4.2.1 |
687 | 2024-07-04T21:11:50.865Z | Compiling tokio-rustls v0.24.1 |
688 | 2024-07-04T21:11:51.098Z | Compiling tokio-native-tls v0.3.1 |
689 | 2024-07-04T21:11:51.222Z | Compiling dof v0.3.0 |
690 | 2024-07-04T21:11:51.347Z | Compiling dtrace-parser v0.2.0 |
691 | 2024-07-04T21:11:51.978Z | Compiling serde_urlencoded v0.7.1 |
692 | 2024-07-04T21:11:52.902Z | Compiling omicron-workspace-hack v0.1.0 |
693 | 2024-07-04T21:11:53.175Z | Compiling crossbeam-utils v0.8.20 |
694 | 2024-07-04T21:11:53.500Z | Compiling base64 v0.21.7 |
695 | 2024-07-04T21:11:53.714Z | Compiling num_threads v0.1.7 |
696 | 2024-07-04T21:11:53.751Z | Compiling rustls-pki-types v1.7.0 |
697 | 2024-07-04T21:11:53.817Z | Compiling plain v0.2.3 |
698 | 2024-07-04T21:11:54.465Z | Compiling ident_case v1.0.1 |
699 | 2024-07-04T21:11:54.894Z | Compiling strsim v0.11.1 |
700 | 2024-07-04T21:11:55.374Z | Compiling darling_core v0.20.9 |
701 | 2024-07-04T21:11:57.321Z | Compiling time v0.3.36 |
702 | 2024-07-04T21:11:58.707Z | Compiling rustls-pemfile v1.0.4 |
703 | 2024-07-04T21:11:59.384Z | Compiling goblin v0.8.2 |
704 | 2024-07-04T21:12:00.497Z | Compiling hyper-tls v0.5.0 |
705 | 2024-07-04T21:12:00.873Z | Compiling hyper-rustls v0.24.2 |
706 | 2024-07-04T21:12:01.229Z | Compiling url v2.5.2 |
707 | 2024-07-04T21:12:01.272Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
708 | 2024-07-04T21:12:01.386Z | Compiling openapiv3 v2.0.0 |
709 | 2024-07-04T21:12:04.641Z | Compiling dirs-sys-next v0.1.2 |
710 | 2024-07-04T21:12:05.178Z | Compiling ipnet v2.9.0 |
711 | 2024-07-04T21:12:05.594Z | Compiling webpki-roots v0.25.4 |
712 | 2024-07-04T21:12:05.710Z | Compiling unsafe-libyaml v0.2.11 |
713 | 2024-07-04T21:12:05.741Z | Compiling pretty-hex v0.4.1 |
714 | 2024-07-04T21:12:05.930Z | Compiling rustversion v1.0.17 |
715 | 2024-07-04T21:12:06.457Z | Compiling sync_wrapper v0.1.2 |
716 | 2024-07-04T21:12:06.560Z | Compiling rustls v0.22.4 |
717 | 2024-07-04T21:12:06.825Z | Compiling paste v1.0.15 |
718 | 2024-07-04T21:12:07.077Z | Compiling serde_yaml v0.9.34+deprecated |
719 | 2024-07-04T21:12:07.114Z | Compiling reqwest v0.11.27 |
720 | 2024-07-04T21:12:07.539Z | Compiling dirs-next v2.0.0 |
721 | 2024-07-04T21:12:07.749Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
722 | 2024-07-04T21:12:09.618Z | Compiling darling_macro v0.20.9 |
723 | 2024-07-04T21:12:11.680Z | Compiling rustls-webpki v0.102.5 |
724 | 2024-07-04T21:12:11.763Z | Compiling crypto-common v0.1.6 |
725 | 2024-07-04T21:12:11.928Z | Compiling block-buffer v0.10.4 |
726 | 2024-07-04T21:12:12.123Z | Compiling toml_datetime v0.6.6 |
727 | 2024-07-04T21:12:12.504Z | Compiling serde_spanned v0.6.6 |
728 | 2024-07-04T21:12:12.686Z | Compiling structmeta-derive v0.3.0 |
729 | 2024-07-04T21:12:12.711Z | Compiling rand_core v0.6.4 |
730 | 2024-07-04T21:12:13.104Z | Compiling multer v3.1.0 |
731 | 2024-07-04T21:12:13.130Z | Compiling thread_local v1.1.8 |
732 | 2024-07-04T21:12:13.385Z | Compiling slog-async v2.8.0 |
733 | 2024-07-04T21:12:13.805Z | Compiling winnow v0.6.13 |
734 | 2024-07-04T21:12:13.829Z | Compiling camino v1.1.7 |
735 | 2024-07-04T21:12:14.306Z | Compiling ppv-lite86 v0.2.17 |
736 | 2024-07-04T21:12:14.942Z | Compiling subtle v2.6.1 |
737 | 2024-07-04T21:12:14.986Z | Compiling zeroize v1.8.1 |
738 | 2024-07-04T21:12:15.152Z | Compiling match_cfg v0.1.0 |
739 | 2024-07-04T21:12:15.231Z | Compiling anyhow v1.0.86 |
740 | 2024-07-04T21:12:15.268Z | Compiling hostname v0.3.1 |
741 | 2024-07-04T21:12:15.497Z | Compiling structmeta v0.3.0 |
742 | 2024-07-04T21:12:15.551Z | Compiling rand_chacha v0.3.1 |
743 | 2024-07-04T21:12:15.908Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
744 | 2024-07-04T21:12:16.869Z | Compiling toml_edit v0.22.14 |
745 | 2024-07-04T21:12:17.199Z | Compiling digest v0.10.7 |
746 | 2024-07-04T21:12:17.525Z | Compiling crossbeam-channel v0.5.13 |
747 | 2024-07-04T21:12:18.929Z | Compiling darling v0.20.9 |
748 | 2024-07-04T21:12:19.024Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
749 | 2024-07-04T21:12:20.460Z | Compiling term v0.7.0 |
750 | 2024-07-04T21:12:25.552Z | Compiling usdt-macro v0.5.0 |
751 | 2024-07-04T21:12:26.107Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-07-04T21:12:26.715Z | Compiling slog-json v2.6.1 |
753 | 2024-07-04T21:12:27.207Z | Compiling futures-executor v0.3.30 |
754 | 2024-07-04T21:12:27.345Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-07-04T21:12:28.283Z | Compiling http v1.1.0 |
756 | 2024-07-04T21:12:28.446Z | Compiling is-terminal v0.4.12 |
757 | 2024-07-04T21:12:28.550Z | Compiling memmap v0.7.0 |
758 | 2024-07-04T21:12:28.701Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
759 | 2024-07-04T21:12:28.972Z | Compiling cpufeatures v0.2.12 |
760 | 2024-07-04T21:12:28.997Z | Compiling atomic-waker v1.1.2 |
761 | 2024-07-04T21:12:29.067Z | Compiling take_mut v0.2.2 |
762 | 2024-07-04T21:12:29.147Z | Compiling base64 v0.22.1 |
763 | 2024-07-04T21:12:32.204Z | Compiling rustls-pemfile v2.1.2 |
764 | 2024-07-04T21:12:32.235Z | Compiling waitgroup v0.1.2 |
765 | 2024-07-04T21:12:32.341Z | Compiling sha1 v0.10.6 |
766 | 2024-07-04T21:12:32.494Z | Compiling usdt v0.5.0 |
767 | 2024-07-04T21:12:32.837Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
768 | 2024-07-04T21:12:32.917Z | Compiling slog-term v2.9.1 |
769 | 2024-07-04T21:12:33.018Z | Compiling async-stream v0.3.5 |
770 | 2024-07-04T21:12:33.298Z | Compiling futures v0.3.30 |
771 | 2024-07-04T21:12:33.472Z | Compiling slog-bunyan v2.5.0 |
772 | 2024-07-04T21:12:33.711Z | Compiling strum_macros v0.26.4 |
773 | 2024-07-04T21:12:33.922Z | Compiling toml v0.8.14 |
774 | 2024-07-04T21:12:35.341Z | Compiling serde_with_macros v3.8.3 |
775 | 2024-07-04T21:12:37.508Z | Compiling tokio-rustls v0.25.0 |
776 | 2024-07-04T21:12:37.852Z | Compiling rand v0.8.5 |
777 | 2024-07-04T21:12:38.667Z | Compiling parse-display-derive v0.9.1 |
778 | 2024-07-04T21:12:39.287Z | Compiling ipnetwork v0.20.0 |
779 | 2024-07-04T21:12:39.413Z | Compiling newtype-uuid v1.1.0 |
780 | 2024-07-04T21:12:39.678Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
781 | 2024-07-04T21:12:39.933Z | Compiling hex v0.4.3 |
782 | 2024-07-04T21:12:40.462Z | Compiling serde_path_to_error v0.1.16 |
783 | 2024-07-04T21:12:41.278Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
784 | 2024-07-04T21:12:41.940Z | Compiling async-trait v0.1.80 |
785 | 2024-07-04T21:12:41.964Z | Compiling hostname v0.4.0 |
786 | 2024-07-04T21:12:42.156Z | Compiling instant v0.1.13 |
787 | 2024-07-04T21:12:42.289Z | Compiling debug-ignore v1.0.5 |
788 | 2024-07-04T21:12:42.412Z | Compiling backoff v0.4.0 |
789 | 2024-07-04T21:12:42.521Z | Compiling parse-display v0.9.1 |
790 | 2024-07-04T21:12:42.688Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-07-04T21:12:42.862Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
792 | 2024-07-04T21:12:43.000Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
793 | 2024-07-04T21:12:43.152Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
794 | 2024-07-04T21:12:43.352Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
795 | 2024-07-04T21:12:43.540Z | Compiling serde_with v3.8.3 |
796 | 2024-07-04T21:12:44.163Z | Compiling strum v0.26.3 |
797 | 2024-07-04T21:12:44.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
798 | 2024-07-04T21:12:44.926Z | Compiling macaddr v1.0.1 |
799 | 2024-07-04T21:12:45.370Z | Compiling regress v0.9.1 |
800 | 2024-07-04T21:12:48.407Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
801 | 2024-07-04T21:12:56.820Z | Compiling test-project v0.1.0 (/tmp/test-project) |
802 | 2024-07-04T21:13:06.248Z | Finished `release` profile [optimized] target(s) in 2m 03s |
803 | 2024-07-04T21:13:06.299Z | process exited: duration 194896 ms, exit code 0 |
|
804 | 2024-07-04T21:13:06.348Z | found 0 output files |