|
|
|
1 | 2024-07-11T23:20:39.127Z | job assigned to worker 01J2J1H1ET9DQ3KJV07YA118F6 (queued for 56 s) |
|
2 | 2024-07-11T23:20:46.685Z | starting task 0: "setup" |
3 | 2024-07-11T23:20:46.740Z | ++ uname -s |
4 | 2024-07-11T23:20:46.743Z | + kern=SunOS |
5 | 2024-07-11T23:20:46.743Z | + case "$kern" in |
6 | 2024-07-11T23:20:46.743Z | + groupadd -g 12345 build |
7 | 2024-07-11T23:20:46.746Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T23:20:48.755Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T23:20:48.842Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T23:20:48.846Z | + home_fs=zfs |
11 | 2024-07-11T23:20:48.846Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T23:20:48.846Z | + mkdir -p /home/build |
13 | 2024-07-11T23:20:48.847Z | + chown build:build /home/build /work |
14 | 2024-07-11T23:20:50.848Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T23:20:50.850Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-07-11T23:20:50.856Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T23:20:50.861Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T23:20:50.861Z | ' 1.78.0 |
19 | 2024-07-11T23:20:50.861Z | * toolchain channel = "1.78.0" |
20 | 2024-07-11T23:20:50.861Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-11T23:20:50.861Z | ' default |
22 | 2024-07-11T23:20:50.862Z | * toolchain profile = "default" |
23 | 2024-07-11T23:20:50.864Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T23:20:50.864Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T23:20:50.964Z | info: downloading installer |
26 | 2024-07-11T23:20:52.468Z | info: profile set to 'default' |
27 | 2024-07-11T23:20:52.468Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T23:20:52.473Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T23:20:52.597Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T23:20:52.597Z | info: downloading component 'cargo' |
31 | 2024-07-11T23:20:53.274Z | info: downloading component 'clippy' |
32 | 2024-07-11T23:20:53.501Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T23:20:54.393Z | info: downloading component 'rust-std' |
34 | 2024-07-11T23:20:55.812Z | info: downloading component 'rustc' |
35 | 2024-07-11T23:20:59.442Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T23:20:59.635Z | info: installing component 'cargo' |
37 | 2024-07-11T23:21:00.465Z | info: installing component 'clippy' |
38 | 2024-07-11T23:21:00.818Z | info: installing component 'rust-docs' |
39 | 2024-07-11T23:21:02.362Z | info: installing component 'rust-std' |
40 | 2024-07-11T23:21:04.259Z | info: installing component 'rustc' |
41 | 2024-07-11T23:21:08.409Z | info: installing component 'rustfmt' |
42 | 2024-07-11T23:21:08.744Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T23:21:08.744Z | |
44 | 2024-07-11T23:21:09.003Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T23:21:09.003Z | |
46 | 2024-07-11T23:21:09.006Z | |
47 | 2024-07-11T23:21:09.006Z | Rust is installed now. Great! |
48 | 2024-07-11T23:21:09.006Z | |
49 | 2024-07-11T23:21:09.006Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T23:21:09.006Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T23:21:09.006Z | |
52 | 2024-07-11T23:21:09.006Z | To configure your current shell, you need to source |
53 | 2024-07-11T23:21:09.006Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T23:21:09.006Z | |
55 | 2024-07-11T23:21:09.006Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T23:21:09.006Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T23:21:09.006Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T23:21:09.071Z | + rustc --version |
59 | 2024-07-11T23:21:09.132Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T23:21:09.135Z | process exited: duration 18276 ms, exit code 0 |
|
61 | 2024-07-11T23:21:09.140Z | starting task 2: "authentication" |
62 | 2024-07-11T23:21:09.161Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-11T23:21:09.167Z | starting task 3: "clone repository" |
64 | 2024-07-11T23:21:09.171Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T23:21:09.174Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T23:21:09.319Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T23:21:15.188Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T23:21:15.188Z | + git fetch origin 088d8986f813562ec9e8b996aca0c41f8ae64eac |
69 | 2024-07-11T23:21:15.477Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T23:21:15.477Z | * branch 088d8986f813562ec9e8b996aca0c41f8ae64eac -> FETCH_HEAD |
71 | 2024-07-11T23:21:15.487Z | + [[ -n bump-maghemite-295 ]] |
72 | 2024-07-11T23:21:15.490Z | ++ git branch --show-current |
73 | 2024-07-11T23:21:15.492Z | + current=main |
74 | 2024-07-11T23:21:15.492Z | + [[ main != bump-maghemite-295 ]] |
75 | 2024-07-11T23:21:15.492Z | + git branch -f bump-maghemite-295 088d8986f813562ec9e8b996aca0c41f8ae64eac |
76 | 2024-07-11T23:21:15.495Z | + git checkout -f bump-maghemite-295 |
77 | 2024-07-11T23:21:15.631Z | Switched to branch 'bump-maghemite-295' |
78 | 2024-07-11T23:21:15.633Z | + git reset --hard 088d8986f813562ec9e8b996aca0c41f8ae64eac |
79 | 2024-07-11T23:21:15.645Z | HEAD is now at 088d8986f bump maghemite |
80 | 2024-07-11T23:21:15.648Z | process exited: duration 6478 ms, exit code 0 |
|
81 | 2024-07-11T23:21:15.653Z | starting task 4: "build" |
82 | 2024-07-11T23:21:15.659Z | + cargo --version |
83 | 2024-07-11T23:21:15.710Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-11T23:21:15.713Z | + rustc --version |
85 | 2024-07-11T23:21:15.768Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-11T23:21:15.772Z | + cd /tmp |
87 | 2024-07-11T23:21:15.772Z | + cargo new --lib test-project |
88 | 2024-07-11T23:21:15.824Z | Creating library `test-project` package |
89 | 2024-07-11T23:21:15.895Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-11T23:21:15.898Z | + cd test-project |
91 | 2024-07-11T23:21:15.898Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-11T23:21:15.952Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-11T23:21:15.952Z | Features: |
94 | 2024-07-11T23:21:15.952Z | - proptest |
95 | 2024-07-11T23:21:15.953Z | - test-strategy |
96 | 2024-07-11T23:21:15.953Z | - testing |
97 | 2024-07-11T23:21:15.955Z | Updating crates.io index |
98 | 2024-07-11T23:21:16.024Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-11T23:21:16.771Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-11T23:21:17.576Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-11T23:21:17.947Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-11T23:21:20.048Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-11T23:21:20.297Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-11T23:21:20.649Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-11T23:21:23.353Z | + cargo check |
106 | 2024-07-11T23:21:23.564Z | Downloading crates ... |
107 | 2024-07-11T23:21:23.652Z | Downloaded autocfg v1.3.0 |
108 | 2024-07-11T23:21:23.655Z | Downloaded async-stream v0.3.5 |
109 | 2024-07-11T23:21:23.658Z | Downloaded byteorder v1.5.0 |
110 | 2024-07-11T23:21:23.661Z | Downloaded camino v1.1.7 |
111 | 2024-07-11T23:21:23.664Z | Downloaded async-trait v0.1.81 |
112 | 2024-07-11T23:21:23.672Z | Downloaded usdt-impl v0.5.0 |
113 | 2024-07-11T23:21:23.674Z | Downloaded foreign-types-shared v0.1.1 |
114 | 2024-07-11T23:21:23.674Z | Downloaded match_cfg v0.1.0 |
115 | 2024-07-11T23:21:23.675Z | Downloaded untrusted v0.9.0 |
116 | 2024-07-11T23:21:23.677Z | Downloaded instant v0.1.13 |
117 | 2024-07-11T23:21:23.680Z | Downloaded darling_macro v0.20.10 |
118 | 2024-07-11T23:21:23.683Z | Downloaded want v0.3.1 |
119 | 2024-07-11T23:21:23.683Z | Downloaded num_threads v0.1.7 |
120 | 2024-07-11T23:21:23.683Z | Downloaded ident_case v1.0.1 |
121 | 2024-07-11T23:21:23.686Z | Downloaded dtrace-parser v0.2.0 |
122 | 2024-07-11T23:21:23.686Z | Downloaded scroll_derive v0.12.0 |
123 | 2024-07-11T23:21:23.689Z | Downloaded async-stream-impl v0.3.5 |
124 | 2024-07-11T23:21:23.694Z | Downloaded bitflags v2.6.0 |
125 | 2024-07-11T23:21:23.694Z | Downloaded strum v0.26.3 |
126 | 2024-07-11T23:21:23.697Z | Downloaded equivalent v1.0.1 |
127 | 2024-07-11T23:21:23.697Z | Downloaded sync_wrapper v0.1.2 |
128 | 2024-07-11T23:21:23.700Z | Downloaded fnv v1.0.7 |
129 | 2024-07-11T23:21:23.701Z | Downloaded ipnetwork v0.20.0 |
130 | 2024-07-11T23:21:23.703Z | Downloaded dirs-sys-next v0.1.2 |
131 | 2024-07-11T23:21:23.703Z | Downloaded unicode-ident v1.0.12 |
132 | 2024-07-11T23:21:23.706Z | Downloaded take_mut v0.2.2 |
133 | 2024-07-11T23:21:23.706Z | Downloaded futures-sink v0.3.30 |
134 | 2024-07-11T23:21:23.709Z | Downloaded dirs-next v2.0.0 |
135 | 2024-07-11T23:21:23.709Z | Downloaded serde_path_to_error v0.1.16 |
136 | 2024-07-11T23:21:23.712Z | Downloaded macaddr v1.0.1 |
137 | 2024-07-11T23:21:23.712Z | Downloaded slog-async v2.8.0 |
138 | 2024-07-11T23:21:23.715Z | Downloaded rand_chacha v0.3.1 |
139 | 2024-07-11T23:21:23.715Z | Downloaded slog-json v2.6.1 |
140 | 2024-07-11T23:21:23.718Z | Downloaded generic-array v0.14.7 |
141 | 2024-07-11T23:21:23.720Z | Downloaded serde_tokenstream v0.2.1 |
142 | 2024-07-11T23:21:23.723Z | Downloaded hyper-tls v0.5.0 |
143 | 2024-07-11T23:21:23.726Z | Downloaded scopeguard v1.2.0 |
144 | 2024-07-11T23:21:23.726Z | Downloaded rustversion v1.0.17 |
145 | 2024-07-11T23:21:23.729Z | Downloaded plain v0.2.3 |
146 | 2024-07-11T23:21:23.729Z | Downloaded thiserror v1.0.61 |
147 | 2024-07-11T23:21:23.734Z | Downloaded strsim v0.11.1 |
148 | 2024-07-11T23:21:23.737Z | Downloaded time-core v0.1.2 |
149 | 2024-07-11T23:21:23.737Z | Downloaded waitgroup v0.1.2 |
150 | 2024-07-11T23:21:23.740Z | Downloaded usdt-macro v0.5.0 |
151 | 2024-07-11T23:21:23.740Z | Downloaded openssl-probe v0.1.5 |
152 | 2024-07-11T23:21:23.740Z | Downloaded unsafe-libyaml v0.2.11 |
153 | 2024-07-11T23:21:23.742Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-07-11T23:21:23.745Z | Downloaded pretty-hex v0.4.1 |
155 | 2024-07-11T23:21:23.745Z | Downloaded multer v3.1.0 |
156 | 2024-07-11T23:21:23.748Z | Downloaded unicode-bidi v0.3.15 |
157 | 2024-07-11T23:21:23.750Z | Downloaded usdt-attr-macro v0.5.0 |
158 | 2024-07-11T23:21:23.753Z | Downloaded subtle v2.6.1 |
159 | 2024-07-11T23:21:23.753Z | Downloaded structmeta-derive v0.3.0 |
160 | 2024-07-11T23:21:23.753Z | Downloaded slab v0.4.9 |
161 | 2024-07-11T23:21:23.756Z | Downloaded lock_api v0.4.12 |
162 | 2024-07-11T23:21:23.758Z | Downloaded sha2 v0.10.8 |
163 | 2024-07-11T23:21:23.763Z | Downloaded version_check v0.9.4 |
164 | 2024-07-11T23:21:23.763Z | Downloaded pin-project-lite v0.2.14 |
165 | 2024-07-11T23:21:23.767Z | Downloaded serde_derive_internals v0.29.1 |
166 | 2024-07-11T23:21:23.770Z | Downloaded tower-service v0.3.2 |
167 | 2024-07-11T23:21:23.770Z | Downloaded smallvec v1.13.2 |
168 | 2024-07-11T23:21:23.772Z | Downloaded openssl-sys v0.9.102 |
169 | 2024-07-11T23:21:23.775Z | Downloaded sha1 v0.10.6 |
170 | 2024-07-11T23:21:23.778Z | Downloaded signal-hook-registry v1.4.2 |
171 | 2024-07-11T23:21:23.781Z | Downloaded serde_urlencoded v0.7.1 |
172 | 2024-07-11T23:21:23.781Z | Downloaded backoff v0.4.0 |
173 | 2024-07-11T23:21:23.783Z | Downloaded is-terminal v0.4.12 |
174 | 2024-07-11T23:21:23.786Z | Downloaded rand_core v0.6.4 |
175 | 2024-07-11T23:21:23.786Z | Downloaded slog-bunyan v2.5.0 |
176 | 2024-07-11T23:21:23.789Z | Downloaded powerfmt v0.2.0 |
177 | 2024-07-11T23:21:23.790Z | Downloaded try-lock v0.2.5 |
178 | 2024-07-11T23:21:23.790Z | Downloaded pin-utils v0.1.0 |
179 | 2024-07-11T23:21:23.793Z | Downloaded mime v0.3.17 |
180 | 2024-07-11T23:21:23.793Z | Downloaded percent-encoding v2.3.1 |
181 | 2024-07-11T23:21:23.793Z | Downloaded parking_lot v0.12.3 |
182 | 2024-07-11T23:21:23.796Z | Downloaded httpdate v1.0.3 |
183 | 2024-07-11T23:21:23.796Z | Downloaded thiserror-impl v1.0.61 |
184 | 2024-07-11T23:21:23.798Z | Downloaded scroll v0.12.0 |
185 | 2024-07-11T23:21:23.801Z | Downloaded thread-id v4.2.1 |
186 | 2024-07-11T23:21:23.801Z | Downloaded structmeta v0.3.0 |
187 | 2024-07-11T23:21:23.804Z | Downloaded indexmap v1.9.3 |
188 | 2024-07-11T23:21:23.807Z | Downloaded futures v0.3.30 |
189 | 2024-07-11T23:21:23.810Z | Downloaded tinyvec_macros v0.1.1 |
190 | 2024-07-11T23:21:23.812Z | Downloaded rustls-pki-types v1.7.0 |
191 | 2024-07-11T23:21:23.815Z | Downloaded thread_local v1.1.8 |
192 | 2024-07-11T23:21:23.815Z | Downloaded toml_datetime v0.6.6 |
193 | 2024-07-11T23:21:23.818Z | Downloaded getrandom v0.2.15 |
194 | 2024-07-11T23:21:23.821Z | Downloaded serde_with_macros v3.8.3 |
195 | 2024-07-11T23:21:23.824Z | Downloaded parking_lot_core v0.9.10 |
196 | 2024-07-11T23:21:23.824Z | Downloaded serde_spanned v0.6.6 |
197 | 2024-07-11T23:21:23.827Z | Downloaded pest_derive v2.7.11 |
198 | 2024-07-11T23:21:23.827Z | Downloaded parse-display-derive v0.9.1 |
199 | 2024-07-11T23:21:23.830Z | Downloaded native-tls v0.2.12 |
200 | 2024-07-11T23:21:23.830Z | Downloaded ipnet v2.9.0 |
201 | 2024-07-11T23:21:23.834Z | Downloaded term v0.7.0 |
202 | 2024-07-11T23:21:23.837Z | Downloaded strum_macros v0.26.4 |
203 | 2024-07-11T23:21:23.837Z | Downloaded ahash v0.8.11 |
204 | 2024-07-11T23:21:23.840Z | Downloaded iana-time-zone v0.1.60 |
205 | 2024-07-11T23:21:23.843Z | Downloaded schemars v0.8.21 |
206 | 2024-07-11T23:21:23.857Z | Downloaded once_cell v1.19.0 |
207 | 2024-07-11T23:21:23.860Z | Downloaded slog v2.7.0 |
208 | 2024-07-11T23:21:23.860Z | Downloaded spin v0.9.8 |
209 | 2024-07-11T23:21:23.863Z | Downloaded pest_meta v2.7.11 |
210 | 2024-07-11T23:21:23.866Z | Downloaded serde_yaml v0.9.34+deprecated |
211 | 2024-07-11T23:21:23.869Z | Downloaded tokio-rustls v0.24.1 |
212 | 2024-07-11T23:21:23.872Z | Downloaded typenum v1.17.0 |
213 | 2024-07-11T23:21:23.875Z | Downloaded serde_derive v1.0.204 |
214 | 2024-07-11T23:21:23.878Z | Downloaded tokio-native-tls v0.3.1 |
215 | 2024-07-11T23:21:23.878Z | Downloaded darling_core v0.20.10 |
216 | 2024-07-11T23:21:23.883Z | Downloaded socket2 v0.5.7 |
217 | 2024-07-11T23:21:23.885Z | Downloaded tokio-rustls v0.25.0 |
218 | 2024-07-11T23:21:23.889Z | Downloaded ryu v1.0.18 |
219 | 2024-07-11T23:21:23.892Z | Downloaded tinyvec v1.8.0 |
220 | 2024-07-11T23:21:23.895Z | Downloaded rand v0.8.5 |
221 | 2024-07-11T23:21:23.897Z | Downloaded ucd-trie v0.1.6 |
222 | 2024-07-11T23:21:23.900Z | Downloaded toml v0.8.14 |
223 | 2024-07-11T23:21:23.902Z | Downloaded tokio-macros v2.3.0 |
224 | 2024-07-11T23:21:23.905Z | Downloaded unicode-normalization v0.1.23 |
225 | 2024-07-11T23:21:23.912Z | Downloaded bytes v1.6.0 |
226 | 2024-07-11T23:21:23.915Z | Downloaded hashbrown v0.12.3 |
227 | 2024-07-11T23:21:23.918Z | Downloaded pest v2.7.11 |
228 | 2024-07-11T23:21:23.921Z | Downloaded tracing-core v0.1.32 |
229 | 2024-07-11T23:21:23.923Z | Downloaded mio v0.8.11 |
230 | 2024-07-11T23:21:23.929Z | Downloaded indexmap v2.2.6 |
231 | 2024-07-11T23:21:23.933Z | Downloaded memchr v2.7.4 |
232 | 2024-07-11T23:21:23.939Z | Downloaded http v1.1.0 |
233 | 2024-07-11T23:21:23.943Z | Downloaded tracing v0.1.40 |
234 | 2024-07-11T23:21:23.949Z | Downloaded winnow v0.6.13 |
235 | 2024-07-11T23:21:23.956Z | Downloaded crossbeam-channel v0.5.13 |
236 | 2024-07-11T23:21:23.961Z | Downloaded toml_edit v0.22.15 |
237 | 2024-07-11T23:21:23.983Z | Downloaded serde_json v1.0.120 |
238 | 2024-07-11T23:21:23.989Z | Downloaded time v0.3.36 |
239 | 2024-07-11T23:21:23.997Z | Downloaded rustls-webpki v0.102.5 |
240 | 2024-07-11T23:21:24.014Z | Downloaded tokio-util v0.7.11 |
241 | 2024-07-11T23:21:24.020Z | Downloaded goblin v0.8.2 |
242 | 2024-07-11T23:21:24.026Z | Downloaded futures-util v0.3.30 |
243 | 2024-07-11T23:21:24.038Z | Downloaded regex v1.10.5 |
244 | 2024-07-11T23:21:24.051Z | Downloaded vcpkg v0.2.15 |
245 | 2024-07-11T23:21:24.089Z | Downloaded openssl v0.10.64 |
246 | 2024-07-11T23:21:24.097Z | Downloaded syn v2.0.70 |
247 | 2024-07-11T23:21:24.108Z | Downloaded rustls v0.22.4 |
248 | 2024-07-11T23:21:24.121Z | Downloaded regress v0.10.0 |
249 | 2024-07-11T23:21:24.128Z | Downloaded openapiv3 v2.0.0 |
250 | 2024-07-11T23:21:24.141Z | Downloaded regress v0.9.1 |
251 | 2024-07-11T23:21:24.149Z | Downloaded regex-automata v0.4.7 |
252 | 2024-07-11T23:21:24.165Z | Downloaded regex-syntax v0.8.4 |
253 | 2024-07-11T23:21:24.173Z | Downloaded rustls v0.21.12 |
254 | 2024-07-11T23:21:24.184Z | Downloaded webpki-roots v0.25.4 |
255 | 2024-07-11T23:21:24.187Z | Downloaded idna v0.5.0 |
256 | 2024-07-11T23:21:24.194Z | Downloaded chrono v0.4.38 |
257 | 2024-07-11T23:21:24.202Z | Downloaded hyper v0.14.30 |
258 | 2024-07-11T23:21:24.210Z | Downloaded h2 v0.3.26 |
259 | 2024-07-11T23:21:24.216Z | Downloaded libc v0.2.155 |
260 | 2024-07-11T23:21:24.244Z | Downloaded tokio v1.38.0 |
261 | 2024-07-11T23:21:24.276Z | Downloaded rustls-webpki v0.101.7 |
262 | 2024-07-11T23:21:24.289Z | Downloaded hashbrown v0.14.5 |
263 | 2024-07-11T23:21:24.294Z | Downloaded encoding_rs v0.8.34 |
264 | 2024-07-11T23:21:24.314Z | Downloaded reqwest v0.11.27 |
265 | 2024-07-11T23:21:24.321Z | Downloaded zerocopy v0.7.35 |
266 | 2024-07-11T23:21:24.338Z | Downloaded serde_with v3.8.3 |
267 | 2024-07-11T23:21:24.345Z | Downloaded http v0.2.12 |
268 | 2024-07-11T23:21:24.349Z | Downloaded aho-corasick v1.1.3 |
269 | 2024-07-11T23:21:24.354Z | Downloaded base64 v0.22.1 |
270 | 2024-07-11T23:21:24.358Z | Downloaded cc v1.1.0 |
271 | 2024-07-11T23:21:24.362Z | Downloaded allocator-api2 v0.2.18 |
272 | 2024-07-11T23:21:24.365Z | Downloaded serde v1.0.204 |
273 | 2024-07-11T23:21:24.370Z | Downloaded log v0.4.22 |
274 | 2024-07-11T23:21:24.370Z | Downloaded hyper-rustls v0.24.2 |
275 | 2024-07-11T23:21:24.373Z | Downloaded quote v1.0.36 |
276 | 2024-07-11T23:21:24.373Z | Downloaded time-macros v0.2.18 |
277 | 2024-07-11T23:21:24.375Z | Downloaded slog-term v2.9.1 |
278 | 2024-07-11T23:21:24.378Z | Downloaded semver v1.0.23 |
279 | 2024-07-11T23:21:24.380Z | Downloaded rustls-pemfile v2.1.2 |
280 | 2024-07-11T23:21:24.381Z | Downloaded url v2.5.2 |
281 | 2024-07-11T23:21:24.385Z | Downloaded darling v0.20.10 |
282 | 2024-07-11T23:21:24.389Z | Downloaded base64 v0.21.7 |
283 | 2024-07-11T23:21:24.392Z | Downloaded ring v0.17.8 |
284 | 2024-07-11T23:21:24.453Z | Downloaded sct v0.7.1 |
285 | 2024-07-11T23:21:24.456Z | Downloaded proc-macro2 v1.0.86 |
286 | 2024-07-11T23:21:24.459Z | Downloaded zerocopy-derive v0.7.35 |
287 | 2024-07-11T23:21:24.462Z | Downloaded uuid v1.10.0 |
288 | 2024-07-11T23:21:24.465Z | Downloaded num-traits v0.2.19 |
289 | 2024-07-11T23:21:24.468Z | Downloaded crossbeam-utils v0.8.20 |
290 | 2024-07-11T23:21:24.470Z | Downloaded num_cpus v1.16.0 |
291 | 2024-07-11T23:21:24.473Z | Downloaded futures-channel v0.3.30 |
292 | 2024-07-11T23:21:24.473Z | Downloaded schemars_derive v0.8.21 |
293 | 2024-07-11T23:21:24.475Z | Downloaded hostname v0.4.0 |
294 | 2024-07-11T23:21:24.475Z | Downloaded zeroize v1.8.1 |
295 | 2024-07-11T23:21:24.478Z | Downloaded futures-task v0.3.30 |
296 | 2024-07-11T23:21:24.478Z | Downloaded digest v0.10.7 |
297 | 2024-07-11T23:21:24.478Z | Downloaded deranged v0.3.11 |
298 | 2024-07-11T23:21:24.481Z | Downloaded httparse v1.9.4 |
299 | 2024-07-11T23:21:24.483Z | Downloaded hex v0.4.3 |
300 | 2024-07-11T23:21:24.483Z | Downloaded heck v0.5.0 |
301 | 2024-07-11T23:21:24.483Z | Downloaded futures-macro v0.3.30 |
302 | 2024-07-11T23:21:24.486Z | Downloaded form_urlencoded v1.2.1 |
303 | 2024-07-11T23:21:24.486Z | Downloaded dyn-clone v1.0.17 |
304 | 2024-07-11T23:21:24.486Z | Downloaded dof v0.3.0 |
305 | 2024-07-11T23:21:24.489Z | Downloaded crypto-common v0.1.6 |
306 | 2024-07-11T23:21:24.489Z | Downloaded omicron-workspace-hack v0.1.0 |
307 | 2024-07-11T23:21:24.489Z | Downloaded num-conv v0.1.0 |
308 | 2024-07-11T23:21:24.489Z | Downloaded futures-core v0.3.30 |
309 | 2024-07-11T23:21:24.491Z | Downloaded debug-ignore v1.0.5 |
310 | 2024-07-11T23:21:24.491Z | Downloaded cfg-if v1.0.0 |
311 | 2024-07-11T23:21:24.494Z | Downloaded foreign-types v0.3.2 |
312 | 2024-07-11T23:21:24.494Z | Downloaded pkg-config v0.3.30 |
313 | 2024-07-11T23:21:24.494Z | Downloaded pest_generator v2.7.11 |
314 | 2024-07-11T23:21:24.497Z | Downloaded paste v1.0.15 |
315 | 2024-07-11T23:21:24.497Z | Downloaded futures-executor v0.3.30 |
316 | 2024-07-11T23:21:24.499Z | Downloaded parse-display v0.9.1 |
317 | 2024-07-11T23:21:24.499Z | Downloaded cpufeatures v0.2.12 |
318 | 2024-07-11T23:21:24.502Z | Downloaded block-buffer v0.10.4 |
319 | 2024-07-11T23:21:24.502Z | Downloaded atomic-waker v1.1.2 |
320 | 2024-07-11T23:21:24.502Z | Downloaded rustls-pemfile v1.0.4 |
321 | 2024-07-11T23:21:24.507Z | Downloaded ppv-lite86 v0.2.17 |
322 | 2024-07-11T23:21:24.507Z | Downloaded newtype-uuid v1.1.0 |
323 | 2024-07-11T23:21:24.507Z | Downloaded itoa v1.0.11 |
324 | 2024-07-11T23:21:24.507Z | Downloaded futures-io v0.3.30 |
325 | 2024-07-11T23:21:24.507Z | Downloaded memmap v0.7.0 |
326 | 2024-07-11T23:21:24.511Z | Downloaded http-body v0.4.6 |
327 | 2024-07-11T23:21:24.511Z | Downloaded hostname v0.3.1 |
328 | 2024-07-11T23:21:24.511Z | Downloaded usdt v0.5.0 |
329 | 2024-07-11T23:21:24.511Z | Downloaded anyhow v1.0.86 |
330 | 2024-07-11T23:21:24.634Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-11T23:21:24.634Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-11T23:21:24.634Z | Compiling libc v0.2.155 |
333 | 2024-07-11T23:21:24.637Z | Checking cfg-if v1.0.0 |
334 | 2024-07-11T23:21:24.637Z | Compiling version_check v0.9.4 |
335 | 2024-07-11T23:21:24.648Z | Compiling autocfg v1.3.0 |
336 | 2024-07-11T23:21:24.650Z | Compiling serde v1.0.204 |
337 | 2024-07-11T23:21:24.650Z | Compiling serde_json v1.0.120 |
338 | 2024-07-11T23:21:24.772Z | Checking itoa v1.0.11 |
339 | 2024-07-11T23:21:24.844Z | Compiling thiserror v1.0.61 |
340 | 2024-07-11T23:21:24.961Z | Checking once_cell v1.19.0 |
341 | 2024-07-11T23:21:25.196Z | Compiling memchr v2.7.4 |
342 | 2024-07-11T23:21:25.271Z | Compiling ahash v0.8.11 |
343 | 2024-07-11T23:21:25.355Z | Compiling cc v1.1.0 |
344 | 2024-07-11T23:21:27.342Z | Checking byteorder v1.5.0 |
345 | 2024-07-11T23:21:27.576Z | Compiling num-traits v0.2.19 |
346 | 2024-07-11T23:21:27.993Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-11T23:21:28.060Z | Checking ryu v1.0.18 |
348 | 2024-07-11T23:21:28.067Z | Checking bytes v1.6.0 |
349 | 2024-07-11T23:21:28.084Z | Checking log v0.4.22 |
350 | 2024-07-11T23:21:28.257Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-11T23:21:28.279Z | Compiling lock_api v0.4.12 |
352 | 2024-07-11T23:21:28.299Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-11T23:21:28.445Z | Compiling schemars v0.8.21 |
354 | 2024-07-11T23:21:28.553Z | Compiling ring v0.17.8 |
355 | 2024-07-11T23:21:28.722Z | Checking scopeguard v1.2.0 |
356 | 2024-07-11T23:21:28.736Z | Checking getrandom v0.2.15 |
357 | 2024-07-11T23:21:28.744Z | Checking futures-core v0.3.30 |
358 | 2024-07-11T23:21:28.768Z | Checking smallvec v1.13.2 |
359 | 2024-07-11T23:21:28.795Z | Checking signal-hook-registry v1.4.2 |
360 | 2024-07-11T23:21:28.839Z | Compiling quote v1.0.36 |
361 | 2024-07-11T23:21:28.893Z | Checking mio v0.8.11 |
362 | 2024-07-11T23:21:28.908Z | Checking socket2 v0.5.7 |
363 | 2024-07-11T23:21:29.005Z | Checking num_cpus v1.16.0 |
364 | 2024-07-11T23:21:29.095Z | Compiling slab v0.4.9 |
365 | 2024-07-11T23:21:29.318Z | Compiling syn v2.0.70 |
366 | 2024-07-11T23:21:29.367Z | Checking futures-sink v0.3.30 |
367 | 2024-07-11T23:21:29.410Z | Checking parking_lot v0.12.3 |
368 | 2024-07-11T23:21:29.461Z | Checking spin v0.9.8 |
369 | 2024-07-11T23:21:29.488Z | Checking untrusted v0.9.0 |
370 | 2024-07-11T23:21:29.580Z | Checking equivalent v1.0.1 |
371 | 2024-07-11T23:21:29.605Z | Checking fnv v1.0.7 |
372 | 2024-07-11T23:21:29.634Z | Checking futures-channel v0.3.30 |
373 | 2024-07-11T23:21:29.658Z | Compiling vcpkg v0.2.15 |
374 | 2024-07-11T23:21:29.693Z | Compiling heck v0.5.0 |
375 | 2024-07-11T23:21:29.718Z | Compiling pkg-config v0.3.30 |
376 | 2024-07-11T23:21:29.823Z | Checking futures-io v0.3.30 |
377 | 2024-07-11T23:21:29.953Z | Checking pin-utils v0.1.0 |
378 | 2024-07-11T23:21:29.976Z | Checking futures-task v0.3.30 |
379 | 2024-07-11T23:21:30.017Z | Compiling semver v1.0.23 |
380 | 2024-07-11T23:21:30.150Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-11T23:21:30.181Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-11T23:21:30.259Z | Checking http v0.2.12 |
383 | 2024-07-11T23:21:30.627Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-11T23:21:30.741Z | Compiling httparse v1.9.4 |
385 | 2024-07-11T23:21:31.314Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-11T23:21:31.357Z | Checking tracing-core v0.1.32 |
387 | 2024-07-11T23:21:31.566Z | Compiling uuid v1.10.0 |
388 | 2024-07-11T23:21:31.957Z | Compiling chrono v0.4.38 |
389 | 2024-07-11T23:21:31.964Z | Checking tracing v0.1.40 |
390 | 2024-07-11T23:21:32.038Z | Compiling slog v2.7.0 |
391 | 2024-07-11T23:21:32.046Z | Compiling openssl v0.10.64 |
392 | 2024-07-11T23:21:32.089Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-07-11T23:21:32.170Z | Checking try-lock v0.2.5 |
394 | 2024-07-11T23:21:32.264Z | Checking want v0.3.1 |
395 | 2024-07-11T23:21:32.384Z | Checking foreign-types v0.3.2 |
396 | 2024-07-11T23:21:32.441Z | Checking http-body v0.4.6 |
397 | 2024-07-11T23:21:32.528Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-11T23:21:32.542Z | Compiling native-tls v0.2.12 |
399 | 2024-07-11T23:21:32.728Z | Compiling rustls v0.21.12 |
400 | 2024-07-11T23:21:32.847Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-11T23:21:32.915Z | Compiling typenum v1.17.0 |
402 | 2024-07-11T23:21:32.997Z | Checking tower-service v0.3.2 |
403 | 2024-07-11T23:21:33.092Z | Checking percent-encoding v2.3.1 |
404 | 2024-07-11T23:21:33.271Z | Checking httpdate v1.0.3 |
405 | 2024-07-11T23:21:33.449Z | Compiling regex-syntax v0.8.4 |
406 | 2024-07-11T23:21:33.695Z | Checking bitflags v2.6.0 |
407 | 2024-07-11T23:21:33.802Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-11T23:21:33.871Z | Checking tinyvec v1.8.0 |
409 | 2024-07-11T23:21:34.379Z | Compiling generic-array v0.14.7 |
410 | 2024-07-11T23:21:34.741Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-11T23:21:35.019Z | Checking unicode-normalization v0.1.23 |
412 | 2024-07-11T23:21:35.701Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-07-11T23:21:36.414Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-11T23:21:36.820Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-11T23:21:36.975Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-11T23:21:37.135Z | Checking powerfmt v0.2.0 |
417 | 2024-07-11T23:21:37.360Z | Compiling num-conv v0.1.0 |
418 | 2024-07-11T23:21:37.972Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-11T23:21:38.136Z | Compiling time-core v0.1.2 |
420 | 2024-07-11T23:21:38.283Z | Checking mime v0.3.17 |
421 | 2024-07-11T23:21:38.499Z | Compiling time-macros v0.2.18 |
422 | 2024-07-11T23:21:38.537Z | Checking idna v0.5.0 |
423 | 2024-07-11T23:21:38.762Z | Checking deranged v0.3.11 |
424 | 2024-07-11T23:21:39.243Z | Compiling thread-id v4.2.1 |
425 | 2024-07-11T23:21:39.697Z | Checking base64 v0.21.7 |
426 | 2024-07-11T23:21:40.131Z | Compiling regex v1.10.5 |
427 | 2024-07-11T23:21:40.351Z | Checking plain v0.2.3 |
428 | 2024-07-11T23:21:40.468Z | Compiling ident_case v1.0.1 |
429 | 2024-07-11T23:21:40.517Z | Compiling strsim v0.11.1 |
430 | 2024-07-11T23:21:40.616Z | Checking num_threads v0.1.7 |
431 | 2024-07-11T23:21:40.723Z | Compiling serde_derive v1.0.204 |
432 | 2024-07-11T23:21:40.871Z | Compiling zerocopy-derive v0.7.35 |
433 | 2024-07-11T23:21:41.026Z | Compiling thiserror-impl v1.0.61 |
434 | 2024-07-11T23:21:41.249Z | Compiling schemars_derive v0.8.21 |
435 | 2024-07-11T23:21:41.455Z | Compiling tokio-macros v2.3.0 |
436 | 2024-07-11T23:21:43.009Z | Checking zerocopy v0.7.35 |
437 | 2024-07-11T23:21:43.944Z | Checking tokio v1.38.0 |
438 | 2024-07-11T23:21:44.067Z | Compiling futures-macro v0.3.30 |
439 | 2024-07-11T23:21:44.270Z | Compiling pest v2.7.11 |
440 | 2024-07-11T23:21:44.342Z | Compiling openssl-macros v0.1.1 |
441 | 2024-07-11T23:21:44.429Z | Checking sct v0.7.1 |
442 | 2024-07-11T23:21:44.619Z | Checking rustls-webpki v0.101.7 |
443 | 2024-07-11T23:21:44.827Z | Checking hashbrown v0.14.5 |
444 | 2024-07-11T23:21:45.962Z | Compiling scroll_derive v0.12.0 |
445 | 2024-07-11T23:21:46.018Z | Checking futures-util v0.3.30 |
446 | 2024-07-11T23:21:46.463Z | Compiling regress v0.10.0 |
447 | 2024-07-11T23:21:47.043Z | Compiling pest_meta v2.7.11 |
448 | 2024-07-11T23:21:47.442Z | Checking scroll v0.12.0 |
449 | 2024-07-11T23:21:50.318Z | Compiling pest_generator v2.7.11 |
450 | 2024-07-11T23:21:50.778Z | Checking tokio-util v0.7.11 |
451 | 2024-07-11T23:21:51.310Z | Checking tokio-rustls v0.24.1 |
452 | 2024-07-11T23:21:51.382Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-07-11T23:21:51.424Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-07-11T23:21:51.517Z | Checking rustls-pki-types v1.7.0 |
455 | 2024-07-11T23:21:51.643Z | Checking goblin v0.8.2 |
456 | 2024-07-11T23:21:51.946Z | Checking time v0.3.36 |
457 | 2024-07-11T23:21:52.112Z | Compiling pest_derive v2.7.11 |
458 | 2024-07-11T23:21:52.749Z | Compiling darling_core v0.20.10 |
459 | 2024-07-11T23:21:52.954Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-07-11T23:21:53.676Z | Checking indexmap v2.2.6 |
461 | 2024-07-11T23:21:54.772Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-11T23:21:55.044Z | Checking h2 v0.3.26 |
463 | 2024-07-11T23:21:55.568Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-11T23:21:55.750Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-11T23:21:55.981Z | Checking rustls-pemfile v1.0.4 |
466 | 2024-07-11T23:21:56.156Z | Checking url v2.5.2 |
467 | 2024-07-11T23:21:56.681Z | Compiling dof v0.3.0 |
468 | 2024-07-11T23:21:57.624Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-07-11T23:21:57.904Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
470 | 2024-07-11T23:21:58.123Z | Compiling omicron-workspace-hack v0.1.0 |
471 | 2024-07-11T23:21:58.401Z | Checking webpki-roots v0.25.4 |
472 | 2024-07-11T23:21:58.676Z | Compiling paste v1.0.15 |
473 | 2024-07-11T23:21:59.127Z | Checking sync_wrapper v0.1.2 |
474 | 2024-07-11T23:21:59.157Z | Checking hyper v0.14.30 |
475 | 2024-07-11T23:21:59.213Z | Checking ipnet v2.9.0 |
476 | 2024-07-11T23:21:59.225Z | Compiling rustls v0.22.4 |
477 | 2024-07-11T23:21:59.385Z | Checking pretty-hex v0.4.1 |
478 | 2024-07-11T23:21:59.507Z | Compiling rustversion v1.0.17 |
479 | 2024-07-11T23:21:59.536Z | Compiling unsafe-libyaml v0.2.11 |
480 | 2024-07-11T23:22:00.076Z | Compiling darling_macro v0.20.10 |
481 | 2024-07-11T23:22:00.239Z | Checking dirs-next v2.0.0 |
482 | 2024-07-11T23:22:00.340Z | Checking serde_spanned v0.6.6 |
483 | 2024-07-11T23:22:00.357Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-11T23:22:00.605Z | Checking rustls-webpki v0.102.5 |
485 | 2024-07-11T23:22:00.688Z | Compiling structmeta-derive v0.3.0 |
486 | 2024-07-11T23:22:01.095Z | Compiling serde_yaml v0.9.34+deprecated |
487 | 2024-07-11T23:22:01.191Z | Checking block-buffer v0.10.4 |
488 | 2024-07-11T23:22:01.333Z | Checking crypto-common v0.1.6 |
489 | 2024-07-11T23:22:01.352Z | Checking rand_core v0.6.4 |
490 | 2024-07-11T23:22:01.361Z | Compiling multer v3.1.0 |
491 | 2024-07-11T23:22:01.446Z | Checking thread_local v1.1.8 |
492 | 2024-07-11T23:22:01.469Z | Checking ppv-lite86 v0.2.17 |
493 | 2024-07-11T23:22:01.614Z | Compiling anyhow v1.0.86 |
494 | 2024-07-11T23:22:01.669Z | Checking subtle v2.6.1 |
495 | 2024-07-11T23:22:01.712Z | Checking winnow v0.6.13 |
496 | 2024-07-11T23:22:01.877Z | Compiling camino v1.1.7 |
497 | 2024-07-11T23:22:02.151Z | Checking match_cfg v0.1.0 |
498 | 2024-07-11T23:22:02.167Z | Checking zeroize v1.8.1 |
499 | 2024-07-11T23:22:02.221Z | Compiling slog-async v2.8.0 |
500 | 2024-07-11T23:22:02.502Z | Checking hostname v0.3.1 |
501 | 2024-07-11T23:22:02.736Z | Checking rand_chacha v0.3.1 |
502 | 2024-07-11T23:22:02.816Z | Checking digest v0.10.7 |
503 | 2024-07-11T23:22:03.095Z | Checking crossbeam-channel v0.5.13 |
504 | 2024-07-11T23:22:03.437Z | Compiling structmeta v0.3.0 |
505 | 2024-07-11T23:22:03.487Z | Checking hyper-tls v0.5.0 |
506 | 2024-07-11T23:22:03.563Z | Checking hyper-rustls v0.24.2 |
507 | 2024-07-11T23:22:03.742Z | Compiling darling v0.20.10 |
508 | 2024-07-11T23:22:03.770Z | Checking term v0.7.0 |
509 | 2024-07-11T23:22:03.822Z | Checking reqwest v0.11.27 |
510 | 2024-07-11T23:22:04.180Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-11T23:22:04.803Z | Checking toml_edit v0.22.15 |
512 | 2024-07-11T23:22:04.885Z | Compiling usdt-macro v0.5.0 |
513 | 2024-07-11T23:22:04.906Z | Checking slog-json v2.6.1 |
514 | 2024-07-11T23:22:05.105Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
515 | 2024-07-11T23:22:05.128Z | Checking futures-executor v0.3.30 |
516 | 2024-07-11T23:22:05.164Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-11T23:22:05.325Z | Checking http v1.1.0 |
518 | 2024-07-11T23:22:05.384Z | Checking memmap v0.7.0 |
519 | 2024-07-11T23:22:05.573Z | Checking is-terminal v0.4.12 |
520 | 2024-07-11T23:22:05.608Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
521 | 2024-07-11T23:22:05.665Z | Checking take_mut v0.2.2 |
522 | 2024-07-11T23:22:05.785Z | Checking base64 v0.22.1 |
523 | 2024-07-11T23:22:05.894Z | Checking cpufeatures v0.2.12 |
524 | 2024-07-11T23:22:05.971Z | Checking atomic-waker v1.1.2 |
525 | 2024-07-11T23:22:06.050Z | Checking tokio-rustls v0.25.0 |
526 | 2024-07-11T23:22:06.071Z | Checking waitgroup v0.1.2 |
527 | 2024-07-11T23:22:06.164Z | Checking usdt v0.5.0 |
528 | 2024-07-11T23:22:06.189Z | Checking sha1 v0.10.6 |
529 | 2024-07-11T23:22:06.239Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-07-11T23:22:06.417Z | Checking slog-term v2.9.1 |
531 | 2024-07-11T23:22:06.425Z | Checking futures v0.3.30 |
532 | 2024-07-11T23:22:06.452Z | Compiling strum_macros v0.26.4 |
533 | 2024-07-11T23:22:06.473Z | Checking async-stream v0.3.5 |
534 | 2024-07-11T23:22:06.509Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-11T23:22:06.681Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-11T23:22:06.684Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-07-11T23:22:06.684Z | Checking rand v0.8.5 |
538 | 2024-07-11T23:22:07.284Z | Checking toml v0.8.14 |
539 | 2024-07-11T23:22:07.315Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-11T23:22:07.511Z | Checking ipnetwork v0.20.0 |
541 | 2024-07-11T23:22:07.536Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
542 | 2024-07-11T23:22:07.842Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-11T23:22:07.852Z | Checking hex v0.4.3 |
544 | 2024-07-11T23:22:08.014Z | Compiling async-trait v0.1.81 |
545 | 2024-07-11T23:22:08.373Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-11T23:22:08.412Z | Checking hostname v0.4.0 |
547 | 2024-07-11T23:22:08.527Z | Checking instant v0.1.13 |
548 | 2024-07-11T23:22:08.623Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-11T23:22:08.743Z | Checking backoff v0.4.0 |
550 | 2024-07-11T23:22:09.016Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-07-11T23:22:09.139Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-07-11T23:22:09.147Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-11T23:22:09.255Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-11T23:22:09.434Z | Checking serde_with v3.8.3 |
555 | 2024-07-11T23:22:09.461Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-07-11T23:22:09.547Z | Checking macaddr v1.0.1 |
557 | 2024-07-11T23:22:09.867Z | Checking regress v0.9.1 |
558 | 2024-07-11T23:22:10.804Z | Checking parse-display v0.9.1 |
559 | 2024-07-11T23:22:11.195Z | Checking strum v0.26.3 |
560 | 2024-07-11T23:22:11.986Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
561 | 2024-07-11T23:22:13.846Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
562 | 2024-07-11T23:22:13.899Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-11T23:22:16.773Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-11T23:22:22.955Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-11T23:22:23.059Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
566 | 2024-07-11T23:22:25.739Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-11T23:22:32.101Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-11T23:22:32.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
569 | 2024-07-11T23:22:32.213Z | + cargo build --release |
570 | 2024-07-11T23:22:32.465Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-11T23:22:32.465Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-11T23:22:32.465Z | Compiling libc v0.2.155 |
573 | 2024-07-11T23:22:32.465Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-11T23:22:32.468Z | Compiling version_check v0.9.4 |
575 | 2024-07-11T23:22:32.468Z | Compiling autocfg v1.3.0 |
576 | 2024-07-11T23:22:32.502Z | Compiling serde v1.0.204 |
577 | 2024-07-11T23:22:32.505Z | Compiling serde_json v1.0.120 |
578 | 2024-07-11T23:22:32.568Z | Compiling itoa v1.0.11 |
579 | 2024-07-11T23:22:32.657Z | Compiling thiserror v1.0.61 |
580 | 2024-07-11T23:22:32.765Z | Compiling once_cell v1.19.0 |
581 | 2024-07-11T23:22:32.936Z | Compiling cc v1.1.0 |
582 | 2024-07-11T23:22:33.046Z | Compiling memchr v2.7.4 |
583 | 2024-07-11T23:22:33.121Z | Compiling ahash v0.8.11 |
584 | 2024-07-11T23:22:33.457Z | Compiling byteorder v1.5.0 |
585 | 2024-07-11T23:22:33.549Z | Compiling num-traits v0.2.19 |
586 | 2024-07-11T23:22:33.858Z | Compiling pin-project-lite v0.2.14 |
587 | 2024-07-11T23:22:33.908Z | Compiling quote v1.0.36 |
588 | 2024-07-11T23:22:33.939Z | Compiling getrandom v0.2.15 |
589 | 2024-07-11T23:22:33.968Z | Compiling ryu v1.0.18 |
590 | 2024-07-11T23:22:34.275Z | Compiling syn v2.0.70 |
591 | 2024-07-11T23:22:34.454Z | Compiling bytes v1.6.0 |
592 | 2024-07-11T23:22:34.508Z | Compiling log v0.4.22 |
593 | 2024-07-11T23:22:34.675Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-11T23:22:34.715Z | Compiling schemars v0.8.21 |
595 | 2024-07-11T23:22:34.803Z | Compiling lock_api v0.4.12 |
596 | 2024-07-11T23:22:34.994Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-11T23:22:35.081Z | Compiling smallvec v1.13.2 |
598 | 2024-07-11T23:22:35.243Z | Compiling scopeguard v1.2.0 |
599 | 2024-07-11T23:22:35.396Z | Compiling futures-core v0.3.30 |
600 | 2024-07-11T23:22:35.580Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-11T23:22:35.622Z | Compiling mio v0.8.11 |
602 | 2024-07-11T23:22:35.696Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-11T23:22:35.956Z | Compiling parking_lot v0.12.3 |
604 | 2024-07-11T23:22:35.973Z | Compiling socket2 v0.5.7 |
605 | 2024-07-11T23:22:35.981Z | Compiling ring v0.17.8 |
606 | 2024-07-11T23:22:36.367Z | Compiling slab v0.4.9 |
607 | 2024-07-11T23:22:36.512Z | Compiling spin v0.9.8 |
608 | 2024-07-11T23:22:36.709Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-11T23:22:36.855Z | Compiling equivalent v1.0.1 |
610 | 2024-07-11T23:22:36.937Z | Compiling fnv v1.0.7 |
611 | 2024-07-11T23:22:36.952Z | Compiling untrusted v0.9.0 |
612 | 2024-07-11T23:22:37.056Z | Compiling semver v1.0.23 |
613 | 2024-07-11T23:22:37.545Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-11T23:22:37.642Z | Compiling futures-task v0.3.30 |
615 | 2024-07-11T23:22:37.676Z | Compiling pkg-config v0.3.30 |
616 | 2024-07-11T23:22:37.830Z | Compiling pin-utils v0.1.0 |
617 | 2024-07-11T23:22:37.874Z | Compiling vcpkg v0.2.15 |
618 | 2024-07-11T23:22:37.907Z | Compiling futures-io v0.3.30 |
619 | 2024-07-11T23:22:37.939Z | Compiling heck v0.5.0 |
620 | 2024-07-11T23:22:38.345Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-11T23:22:38.359Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-11T23:22:38.848Z | Compiling http v0.2.12 |
623 | 2024-07-11T23:22:39.075Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-11T23:22:39.259Z | Compiling httparse v1.9.4 |
625 | 2024-07-11T23:22:39.568Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-11T23:22:40.065Z | Compiling chrono v0.4.38 |
627 | 2024-07-11T23:22:40.191Z | Compiling tracing-core v0.1.32 |
628 | 2024-07-11T23:22:40.199Z | Compiling uuid v1.10.0 |
629 | 2024-07-11T23:22:41.826Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-11T23:22:42.061Z | Compiling tracing v0.1.40 |
631 | 2024-07-11T23:22:42.768Z | Compiling slog v2.7.0 |
632 | 2024-07-11T23:22:42.996Z | Compiling try-lock v0.2.5 |
633 | 2024-07-11T23:22:43.004Z | Compiling openssl v0.10.64 |
634 | 2024-07-11T23:22:43.136Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-11T23:22:43.225Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-11T23:22:43.299Z | Compiling want v0.3.1 |
637 | 2024-07-11T23:22:43.588Z | Compiling http-body v0.4.6 |
638 | 2024-07-11T23:22:43.655Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-11T23:22:44.082Z | Compiling regex-syntax v0.8.4 |
640 | 2024-07-11T23:22:44.184Z | Compiling bitflags v2.6.0 |
641 | 2024-07-11T23:22:44.537Z | Compiling rustls v0.21.12 |
642 | 2024-07-11T23:22:44.643Z | Compiling typenum v1.17.0 |
643 | 2024-07-11T23:22:44.833Z | Compiling percent-encoding v2.3.1 |
644 | 2024-07-11T23:22:44.930Z | Compiling httpdate v1.0.3 |
645 | 2024-07-11T23:22:45.285Z | Compiling tinyvec_macros v0.1.1 |
646 | 2024-07-11T23:22:45.361Z | Compiling tower-service v0.3.2 |
647 | 2024-07-11T23:22:45.473Z | Compiling native-tls v0.2.12 |
648 | 2024-07-11T23:22:45.666Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-11T23:22:45.689Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-11T23:22:46.305Z | Compiling generic-array v0.14.7 |
651 | 2024-07-11T23:22:46.702Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-11T23:22:47.212Z | Compiling serde_derive v1.0.204 |
653 | 2024-07-11T23:22:47.235Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-11T23:22:47.312Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-07-11T23:22:47.809Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-11T23:22:48.240Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-11T23:22:49.413Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-11T23:22:50.034Z | Compiling tokio v1.38.0 |
659 | 2024-07-11T23:22:50.457Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-11T23:22:50.877Z | Compiling pest v2.7.11 |
661 | 2024-07-11T23:22:51.565Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-11T23:22:52.510Z | Compiling futures-util v0.3.30 |
663 | 2024-07-11T23:22:53.418Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-11T23:22:53.595Z | Compiling regress v0.10.0 |
665 | 2024-07-11T23:22:53.738Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-11T23:22:54.559Z | Compiling pest_generator v2.7.11 |
667 | 2024-07-11T23:22:57.719Z | Compiling pest_derive v2.7.11 |
668 | 2024-07-11T23:22:58.472Z | Compiling tokio-util v0.7.11 |
669 | 2024-07-11T23:22:58.630Z | Compiling rustls-webpki v0.101.7 |
670 | 2024-07-11T23:22:59.717Z | Compiling sct v0.7.1 |
671 | 2024-07-11T23:23:00.198Z | Compiling regex-automata v0.4.7 |
672 | 2024-07-11T23:23:03.008Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-07-11T23:23:03.500Z | Compiling indexmap v2.2.6 |
674 | 2024-07-11T23:23:09.418Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
675 | 2024-07-11T23:23:09.794Z | Compiling h2 v0.3.26 |
676 | 2024-07-11T23:23:10.429Z | Compiling regex v1.10.5 |
677 | 2024-07-11T23:23:13.936Z | Compiling unicode-normalization v0.1.23 |
678 | 2024-07-11T23:23:14.096Z | Compiling scroll_derive v0.12.0 |
679 | 2024-07-11T23:23:15.219Z | Compiling hyper v0.14.30 |
680 | 2024-07-11T23:23:19.954Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-11T23:23:20.316Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-11T23:23:21.117Z | Compiling powerfmt v0.2.0 |
683 | 2024-07-11T23:23:21.585Z | Compiling num-conv v0.1.0 |
684 | 2024-07-11T23:23:21.860Z | Compiling mime v0.3.17 |
685 | 2024-07-11T23:23:22.690Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
686 | 2024-07-11T23:23:25.993Z | Compiling time-core v0.1.2 |
687 | 2024-07-11T23:23:26.162Z | Compiling unicode-bidi v0.3.15 |
688 | 2024-07-11T23:23:29.326Z | Compiling idna v0.5.0 |
689 | 2024-07-11T23:23:31.048Z | Compiling time-macros v0.2.18 |
690 | 2024-07-11T23:23:31.104Z | Compiling deranged v0.3.11 |
691 | 2024-07-11T23:23:33.326Z | Compiling scroll v0.12.0 |
692 | 2024-07-11T23:23:33.409Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-11T23:23:33.698Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-11T23:23:33.949Z | Compiling dof v0.3.0 |
695 | 2024-07-11T23:23:33.959Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-11T23:23:34.117Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-11T23:23:34.354Z | Compiling thread-id v4.2.1 |
698 | 2024-07-11T23:23:34.453Z | Compiling strsim v0.11.1 |
699 | 2024-07-11T23:23:34.842Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-07-11T23:23:35.911Z | Compiling num_threads v0.1.7 |
701 | 2024-07-11T23:23:36.214Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-07-11T23:23:36.268Z | Compiling base64 v0.21.7 |
703 | 2024-07-11T23:23:36.451Z | Compiling omicron-workspace-hack v0.1.0 |
704 | 2024-07-11T23:23:36.759Z | Compiling ident_case v1.0.1 |
705 | 2024-07-11T23:23:36.805Z | Compiling plain v0.2.3 |
706 | 2024-07-11T23:23:36.917Z | Compiling goblin v0.8.2 |
707 | 2024-07-11T23:23:36.949Z | Compiling darling_core v0.20.10 |
708 | 2024-07-11T23:23:37.169Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-07-11T23:23:37.401Z | Compiling time v0.3.36 |
710 | 2024-07-11T23:23:44.578Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-11T23:23:44.927Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-11T23:23:45.410Z | Compiling url v2.5.2 |
713 | 2024-07-11T23:23:45.669Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
714 | 2024-07-11T23:23:45.790Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-11T23:23:48.858Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-11T23:23:50.244Z | Compiling unsafe-libyaml v0.2.11 |
717 | 2024-07-11T23:23:50.396Z | Compiling rustversion v1.0.17 |
718 | 2024-07-11T23:23:51.052Z | Compiling sync_wrapper v0.1.2 |
719 | 2024-07-11T23:23:51.167Z | Compiling paste v1.0.15 |
720 | 2024-07-11T23:23:51.236Z | Compiling rustls v0.22.4 |
721 | 2024-07-11T23:23:51.543Z | Compiling webpki-roots v0.25.4 |
722 | 2024-07-11T23:23:51.659Z | Compiling ipnet v2.9.0 |
723 | 2024-07-11T23:23:51.684Z | Compiling pretty-hex v0.4.1 |
724 | 2024-07-11T23:23:52.067Z | Compiling serde_yaml v0.9.34+deprecated |
725 | 2024-07-11T23:23:53.895Z | Compiling reqwest v0.11.27 |
726 | 2024-07-11T23:23:54.208Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-11T23:23:54.446Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-11T23:23:54.701Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-11T23:23:58.101Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-11T23:23:58.535Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-11T23:23:58.582Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-11T23:23:58.753Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-11T23:23:58.780Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-11T23:23:59.012Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-11T23:23:59.437Z | Compiling rand_core v0.6.4 |
736 | 2024-07-11T23:24:00.020Z | Compiling multer v3.1.0 |
737 | 2024-07-11T23:24:00.338Z | Compiling thread_local v1.1.8 |
738 | 2024-07-11T23:24:01.145Z | Compiling winnow v0.6.13 |
739 | 2024-07-11T23:24:01.476Z | Compiling match_cfg v0.1.0 |
740 | 2024-07-11T23:24:01.557Z | Compiling camino v1.1.7 |
741 | 2024-07-11T23:24:01.907Z | Compiling zeroize v1.8.1 |
742 | 2024-07-11T23:24:01.930Z | Compiling subtle v2.6.1 |
743 | 2024-07-11T23:24:02.110Z | Compiling slog-async v2.8.0 |
744 | 2024-07-11T23:24:02.164Z | Compiling anyhow v1.0.86 |
745 | 2024-07-11T23:24:02.242Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-07-11T23:24:02.681Z | Compiling structmeta v0.3.0 |
747 | 2024-07-11T23:24:02.699Z | Compiling hostname v0.3.1 |
748 | 2024-07-11T23:24:02.899Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
749 | 2024-07-11T23:24:02.983Z | Compiling rand_chacha v0.3.1 |
750 | 2024-07-11T23:24:03.039Z | Compiling digest v0.10.7 |
751 | 2024-07-11T23:24:03.444Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-11T23:24:05.172Z | Compiling toml_edit v0.22.15 |
753 | 2024-07-11T23:24:05.602Z | Compiling darling v0.20.10 |
754 | 2024-07-11T23:24:05.705Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
755 | 2024-07-11T23:24:07.528Z | Compiling term v0.7.0 |
756 | 2024-07-11T23:24:14.683Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-11T23:24:14.910Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-11T23:24:16.240Z | Compiling slog-json v2.6.1 |
759 | 2024-07-11T23:24:16.295Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-11T23:24:16.776Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-11T23:24:17.636Z | Compiling http v1.1.0 |
762 | 2024-07-11T23:24:18.192Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-11T23:24:18.308Z | Compiling memmap v0.7.0 |
764 | 2024-07-11T23:24:18.746Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
765 | 2024-07-11T23:24:19.062Z | Compiling cpufeatures v0.2.12 |
766 | 2024-07-11T23:24:19.148Z | Compiling atomic-waker v1.1.2 |
767 | 2024-07-11T23:24:19.328Z | Compiling base64 v0.22.1 |
768 | 2024-07-11T23:24:19.373Z | Compiling take_mut v0.2.2 |
769 | 2024-07-11T23:24:20.443Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-11T23:24:21.224Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
771 | 2024-07-11T23:24:22.457Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-11T23:24:22.701Z | Compiling sha1 v0.10.6 |
773 | 2024-07-11T23:24:23.318Z | Compiling usdt v0.5.0 |
774 | 2024-07-11T23:24:23.476Z | Compiling slog-term v2.9.1 |
775 | 2024-07-11T23:24:24.410Z | Compiling async-stream v0.3.5 |
776 | 2024-07-11T23:24:24.758Z | Compiling slog-bunyan v2.5.0 |
777 | 2024-07-11T23:24:24.909Z | Compiling futures v0.3.30 |
778 | 2024-07-11T23:24:25.026Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-11T23:24:25.089Z | Compiling toml v0.8.14 |
780 | 2024-07-11T23:24:26.470Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-11T23:24:26.905Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-11T23:24:29.864Z | Compiling rand v0.8.5 |
783 | 2024-07-11T23:24:30.141Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-11T23:24:32.888Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-11T23:24:33.214Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-11T23:24:33.315Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
787 | 2024-07-11T23:24:33.426Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-11T23:24:34.448Z | Compiling hex v0.4.3 |
789 | 2024-07-11T23:24:34.515Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-11T23:24:35.122Z | Compiling async-trait v0.1.81 |
791 | 2024-07-11T23:24:35.357Z | Compiling hostname v0.4.0 |
792 | 2024-07-11T23:24:35.597Z | Compiling instant v0.1.13 |
793 | 2024-07-11T23:24:35.747Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-11T23:24:35.885Z | Compiling backoff v0.4.0 |
795 | 2024-07-11T23:24:36.218Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-11T23:24:36.423Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-11T23:24:36.583Z | Compiling parse-display v0.9.1 |
798 | 2024-07-11T23:24:37.043Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-11T23:24:37.220Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-11T23:24:37.781Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
801 | 2024-07-11T23:24:38.146Z | Compiling strum v0.26.3 |
802 | 2024-07-11T23:24:38.316Z | Compiling serde_with v3.8.3 |
803 | 2024-07-11T23:24:38.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-11T23:24:39.441Z | Compiling macaddr v1.0.1 |
805 | 2024-07-11T23:24:40.054Z | Compiling regress v0.9.1 |
806 | 2024-07-11T23:24:46.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-11T23:24:55.920Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-11T23:25:04.270Z | Finished `release` profile [optimized] target(s) in 2m 31s |
809 | 2024-07-11T23:25:04.321Z | process exited: duration 228635 ms, exit code 0 |
|
810 | 2024-07-11T23:25:04.328Z | found 0 output files |