|
|
|
1 | 2024-05-29T21:03:24.675Z | job assigned to worker 01HZ32K8BD5A8YXR1XZNZ9WRJR (queued for 39 s) |
|
2 | 2024-05-29T21:03:25.669Z | starting task 0: "setup" |
3 | 2024-05-29T21:03:25.695Z | ++ uname -s |
4 | 2024-05-29T21:03:25.695Z | + kern=SunOS |
5 | 2024-05-29T21:03:25.695Z | + case "$kern" in |
6 | 2024-05-29T21:03:25.695Z | + groupadd -g 12345 build |
7 | 2024-05-29T21:03:25.695Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T21:03:27.698Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T21:03:27.737Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T21:03:27.764Z | + home_fs=zfs |
11 | 2024-05-29T21:03:27.764Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T21:03:27.764Z | + mkdir -p /home/build |
13 | 2024-05-29T21:03:27.764Z | + chown build:build /home/build /work |
14 | 2024-05-29T21:03:29.744Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T21:03:29.770Z | process exited: duration 4079 ms, exit code 0 |
|
16 | 2024-05-29T21:03:29.822Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T21:03:29.848Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T21:03:29.848Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-29T21:03:29.984Z | info: downloading installer |
20 | 2024-05-29T21:03:30.391Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T21:03:30.391Z | warning: /opt/ooce/bin |
22 | 2024-05-29T21:03:30.391Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T21:03:30.391Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T21:03:30.391Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T21:03:30.391Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T21:03:30.392Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T21:03:30.392Z | error: cannot install while Rust is installed |
28 | 2024-05-29T21:03:30.392Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T21:03:30.439Z | info: profile set to 'default' |
30 | 2024-05-29T21:03:30.440Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T21:03:30.466Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-29T21:03:30.559Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-29T21:03:30.559Z | info: downloading component 'cargo' |
34 | 2024-05-29T21:03:30.972Z | info: downloading component 'clippy' |
35 | 2024-05-29T21:03:31.128Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T21:03:31.366Z | info: downloading component 'rust-std' |
37 | 2024-05-29T21:03:32.074Z | info: downloading component 'rustc' |
38 | 2024-05-29T21:03:33.404Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T21:03:33.661Z | info: installing component 'cargo' |
40 | 2024-05-29T21:03:34.729Z | info: installing component 'clippy' |
41 | 2024-05-29T21:03:35.093Z | info: installing component 'rust-docs' |
42 | 2024-05-29T21:03:37.500Z | info: installing component 'rust-std' |
43 | 2024-05-29T21:03:39.620Z | info: installing component 'rustc' |
44 | 2024-05-29T21:03:44.227Z | info: installing component 'rustfmt' |
45 | 2024-05-29T21:03:44.604Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-29T21:03:44.604Z | |
47 | 2024-05-29T21:03:44.725Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-29T21:03:44.725Z | |
49 | 2024-05-29T21:03:44.767Z | |
50 | 2024-05-29T21:03:44.768Z | Rust is installed now. Great! |
51 | 2024-05-29T21:03:44.768Z | |
52 | 2024-05-29T21:03:44.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T21:03:44.768Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T21:03:44.768Z | |
55 | 2024-05-29T21:03:44.768Z | To configure your current shell, you need to source |
56 | 2024-05-29T21:03:44.769Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T21:03:44.769Z | |
58 | 2024-05-29T21:03:44.769Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T21:03:44.769Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T21:03:44.769Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T21:03:44.803Z | + rustc --version |
62 | 2024-05-29T21:03:44.906Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-29T21:03:44.941Z | process exited: duration 15078 ms, exit code 0 |
|
64 | 2024-05-29T21:03:45.003Z | starting task 2: "authentication" |
65 | 2024-05-29T21:03:45.068Z | process exited: duration 65 ms, exit code 0 |
|
66 | 2024-05-29T21:03:45.128Z | starting task 3: "clone repository" |
67 | 2024-05-29T21:03:45.157Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T21:03:45.157Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T21:03:45.186Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T21:03:51.147Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T21:03:51.147Z | + git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231 |
72 | 2024-05-29T21:03:51.885Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T21:03:51.885Z | * branch 6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD |
74 | 2024-05-29T21:03:51.919Z | + [[ -n '' ]] |
75 | 2024-05-29T21:03:51.920Z | + git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231 |
76 | 2024-05-29T21:03:52.061Z | HEAD is now at 6917f4231 wait until the task starts |
77 | 2024-05-29T21:03:52.087Z | process exited: duration 6942 ms, exit code 0 |
|
78 | 2024-05-29T21:03:52.141Z | starting task 4: "build" |
79 | 2024-05-29T21:03:52.167Z | + cargo --version |
80 | 2024-05-29T21:03:52.243Z | cargo 1.77.2 (e52e36006 2024-03-26) |
81 | 2024-05-29T21:03:52.273Z | + rustc --version |
82 | 2024-05-29T21:03:52.339Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-29T21:03:52.366Z | + cd /tmp |
84 | 2024-05-29T21:03:52.366Z | + cargo new --lib test-project |
85 | 2024-05-29T21:03:52.579Z | Created library `test-project` package |
86 | 2024-05-29T21:03:52.604Z | + cd test-project |
87 | 2024-05-29T21:03:52.604Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
88 | 2024-05-29T21:03:52.686Z | Adding omicron-common (local) to dependencies. |
89 | 2024-05-29T21:03:52.686Z | Features: |
90 | 2024-05-29T21:03:52.686Z | - proptest |
91 | 2024-05-29T21:03:52.686Z | - test-strategy |
92 | 2024-05-29T21:03:52.687Z | - testing |
93 | 2024-05-29T21:03:52.712Z | Updating crates.io index |
94 | 2024-05-29T21:03:52.757Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
95 | 2024-05-29T21:03:53.716Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-05-29T21:03:54.637Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
97 | 2024-05-29T21:03:57.213Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-05-29T21:03:57.728Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-05-29T21:03:58.217Z | Updating git repository `https://github.com/oxidecomputer/typify` |
100 | 2024-05-29T21:04:01.483Z | + cargo check |
101 | 2024-05-29T21:04:01.737Z | Downloading crates ... |
102 | 2024-05-29T21:04:01.839Z | Downloaded ahash v0.8.11 |
103 | 2024-05-29T21:04:01.870Z | Downloaded async-stream-impl v0.3.5 |
104 | 2024-05-29T21:04:01.870Z | Downloaded allocator-api2 v0.2.18 |
105 | 2024-05-29T21:04:01.870Z | Downloaded autocfg v1.3.0 |
106 | 2024-05-29T21:04:01.870Z | Downloaded bitflags v2.5.0 |
107 | 2024-05-29T21:04:01.870Z | Downloaded equivalent v1.0.1 |
108 | 2024-05-29T21:04:01.870Z | Downloaded futures-core v0.3.30 |
109 | 2024-05-29T21:04:01.870Z | Downloaded match_cfg v0.1.0 |
110 | 2024-05-29T21:04:01.870Z | Downloaded dtrace-parser v0.2.0 |
111 | 2024-05-29T21:04:01.900Z | Downloaded url v2.5.0 |
112 | 2024-05-29T21:04:01.900Z | Downloaded openssl-probe v0.1.5 |
113 | 2024-05-29T21:04:01.900Z | Downloaded want v0.3.1 |
114 | 2024-05-29T21:04:01.900Z | Downloaded usdt-impl v0.5.0 |
115 | 2024-05-29T21:04:01.900Z | Downloaded powerfmt v0.2.0 |
116 | 2024-05-29T21:04:01.900Z | Downloaded scroll_derive v0.12.0 |
117 | 2024-05-29T21:04:01.901Z | Downloaded percent-encoding v2.3.1 |
118 | 2024-05-29T21:04:01.901Z | Downloaded parking_lot_core v0.9.10 |
119 | 2024-05-29T21:04:01.901Z | Downloaded zerocopy-derive v0.7.34 |
120 | 2024-05-29T21:04:01.931Z | Downloaded scopeguard v1.2.0 |
121 | 2024-05-29T21:04:01.931Z | Downloaded ryu v1.0.18 |
122 | 2024-05-29T21:04:01.931Z | Downloaded openssl-sys v0.9.102 |
123 | 2024-05-29T21:04:01.931Z | Downloaded rand_core v0.6.4 |
124 | 2024-05-29T21:04:01.931Z | Downloaded rustls-pki-types v1.7.0 |
125 | 2024-05-29T21:04:01.931Z | Downloaded take_mut v0.2.2 |
126 | 2024-05-29T21:04:01.931Z | Downloaded unicode-normalization v0.1.23 |
127 | 2024-05-29T21:04:01.931Z | Downloaded strum v0.26.2 |
128 | 2024-05-29T21:04:01.963Z | Downloaded tinyvec_macros v0.1.1 |
129 | 2024-05-29T21:04:01.963Z | Downloaded sync_wrapper v0.1.2 |
130 | 2024-05-29T21:04:01.964Z | Downloaded strum_macros v0.26.2 |
131 | 2024-05-29T21:04:01.964Z | Downloaded try-lock v0.2.5 |
132 | 2024-05-29T21:04:01.964Z | Downloaded time-core v0.1.2 |
133 | 2024-05-29T21:04:01.964Z | Downloaded tokio-native-tls v0.3.1 |
134 | 2024-05-29T21:04:01.964Z | Downloaded toml_datetime v0.6.6 |
135 | 2024-05-29T21:04:01.964Z | Downloaded thiserror v1.0.61 |
136 | 2024-05-29T21:04:01.964Z | Downloaded time-macros v0.2.18 |
137 | 2024-05-29T21:04:01.964Z | Downloaded tinyvec v1.6.0 |
138 | 2024-05-29T21:04:02.003Z | Downloaded tracing v0.1.40 |
139 | 2024-05-29T21:04:02.004Z | Downloaded toml_edit v0.22.13 |
140 | 2024-05-29T21:04:02.451Z | Downloaded serde_with v3.8.1 |
141 | 2024-05-29T21:04:02.451Z | Downloaded rustls-webpki v0.102.4 |
142 | 2024-05-29T21:04:02.452Z | Downloaded tokio v1.37.0 |
143 | 2024-05-29T21:04:02.452Z | Downloaded regex-automata v0.4.6 |
144 | 2024-05-29T21:04:02.452Z | Downloaded syn v2.0.66 |
145 | 2024-05-29T21:04:02.452Z | Downloaded rustls v0.22.4 |
146 | 2024-05-29T21:04:02.452Z | Downloaded rustls v0.21.12 |
147 | 2024-05-29T21:04:02.452Z | Downloaded ring v0.17.8 |
148 | 2024-05-29T21:04:02.452Z | Downloaded regress v0.9.1 |
149 | 2024-05-29T21:04:02.452Z | Downloaded regex-syntax v0.8.3 |
150 | 2024-05-29T21:04:02.452Z | Downloaded libc v0.2.155 |
151 | 2024-05-29T21:04:02.452Z | Downloaded encoding_rs v0.8.34 |
152 | 2024-05-29T21:04:02.452Z | Downloaded regex v1.10.4 |
153 | 2024-05-29T21:04:02.453Z | Downloaded serde_json v1.0.117 |
154 | 2024-05-29T21:04:02.453Z | Downloaded rustls-webpki v0.101.7 |
155 | 2024-05-29T21:04:02.453Z | Downloaded reqwest v0.11.27 |
156 | 2024-05-29T21:04:02.453Z | Downloaded webpki-roots v0.25.4 |
157 | 2024-05-29T21:04:02.453Z | Downloaded vcpkg v0.2.15 |
158 | 2024-05-29T21:04:02.453Z | Downloaded openssl v0.10.64 |
159 | 2024-05-29T21:04:02.453Z | Downloaded openapiv3 v2.0.0 |
160 | 2024-05-29T21:04:02.453Z | Downloaded tokio-util v0.7.11 |
161 | 2024-05-29T21:04:02.454Z | Downloaded time v0.3.36 |
162 | 2024-05-29T21:04:02.454Z | Downloaded socket2 v0.5.7 |
163 | 2024-05-29T21:04:02.454Z | Downloaded slog v2.7.0 |
164 | 2024-05-29T21:04:02.454Z | Downloaded serde v1.0.203 |
165 | 2024-05-29T21:04:02.454Z | Downloaded zerocopy v0.7.34 |
166 | 2024-05-29T21:04:02.490Z | Downloaded winnow v0.6.9 |
167 | 2024-05-29T21:04:02.490Z | Downloaded spin v0.9.8 |
168 | 2024-05-29T21:04:02.490Z | Downloaded smallvec v1.13.2 |
169 | 2024-05-29T21:04:02.491Z | Downloaded sha2 v0.10.8 |
170 | 2024-05-29T21:04:02.491Z | Downloaded goblin v0.8.2 |
171 | 2024-05-29T21:04:02.491Z | Downloaded futures-util v0.3.30 |
172 | 2024-05-29T21:04:02.491Z | Downloaded tracing-core v0.1.32 |
173 | 2024-05-29T21:04:02.518Z | Downloaded toml v0.8.13 |
174 | 2024-05-29T21:04:02.518Z | Downloaded serde_yaml v0.9.34+deprecated |
175 | 2024-05-29T21:04:02.518Z | Downloaded serde_tokenstream v0.2.0 |
176 | 2024-05-29T21:04:02.518Z | Downloaded serde_derive_internals v0.29.1 |
177 | 2024-05-29T21:04:02.518Z | Downloaded serde_derive v1.0.203 |
178 | 2024-05-29T21:04:02.518Z | Downloaded schemars v0.8.21 |
179 | 2024-05-29T21:04:02.558Z | Downloaded quote v1.0.36 |
180 | 2024-05-29T21:04:02.558Z | Downloaded thread-id v4.2.1 |
181 | 2024-05-29T21:04:02.558Z | Downloaded term v0.7.0 |
182 | 2024-05-29T21:04:02.558Z | Downloaded typenum v1.17.0 |
183 | 2024-05-29T21:04:02.558Z | Downloaded tokio-rustls v0.25.0 |
184 | 2024-05-29T21:04:02.559Z | Downloaded tokio-rustls v0.24.1 |
185 | 2024-05-29T21:04:02.559Z | Downloaded subtle v2.5.0 |
186 | 2024-05-29T21:04:02.559Z | Downloaded slog-bunyan v2.5.0 |
187 | 2024-05-29T21:04:02.559Z | Downloaded slog-async v2.8.0 |
188 | 2024-05-29T21:04:02.559Z | Downloaded slab v0.4.9 |
189 | 2024-05-29T21:04:02.559Z | Downloaded signal-hook-registry v1.4.2 |
190 | 2024-05-29T21:04:02.559Z | Downloaded sha1 v0.10.6 |
191 | 2024-05-29T21:04:02.559Z | Downloaded pest v2.7.10 |
192 | 2024-05-29T21:04:02.591Z | Downloaded http v1.1.0 |
193 | 2024-05-29T21:04:02.591Z | Downloaded http v0.2.12 |
194 | 2024-05-29T21:04:02.592Z | Downloaded hashbrown v0.12.3 |
195 | 2024-05-29T21:04:02.592Z | Downloaded strsim v0.11.1 |
196 | 2024-05-29T21:04:02.592Z | Downloaded serde_urlencoded v0.7.1 |
197 | 2024-05-29T21:04:02.593Z | Downloaded rustversion v1.0.17 |
198 | 2024-05-29T21:04:02.593Z | Downloaded rand v0.8.5 |
199 | 2024-05-29T21:04:02.593Z | Downloaded tokio-macros v2.2.0 |
200 | 2024-05-29T21:04:02.593Z | Downloaded slog-term v2.9.1 |
201 | 2024-05-29T21:04:02.593Z | Downloaded slog-json v2.6.1 |
202 | 2024-05-29T21:04:02.593Z | Downloaded serde_spanned v0.6.6 |
203 | 2024-05-29T21:04:02.594Z | Downloaded thiserror-impl v1.0.61 |
204 | 2024-05-29T21:04:02.594Z | Downloaded thread_local v1.1.8 |
205 | 2024-05-29T21:04:02.594Z | Downloaded tower-service v0.3.2 |
206 | 2024-05-29T21:04:02.594Z | Downloaded structmeta v0.3.0 |
207 | 2024-05-29T21:04:02.594Z | Downloaded serde_with_macros v3.8.1 |
208 | 2024-05-29T21:04:02.594Z | Downloaded pin-project-lite v0.2.14 |
209 | 2024-05-29T21:04:02.594Z | Downloaded semver v1.0.23 |
210 | 2024-05-29T21:04:02.631Z | Downloaded proc-macro2 v1.0.84 |
211 | 2024-05-29T21:04:02.631Z | Downloaded once_cell v1.19.0 |
212 | 2024-05-29T21:04:02.631Z | Downloaded num-traits v0.2.19 |
213 | 2024-05-29T21:04:02.631Z | Downloaded native-tls v0.2.12 |
214 | 2024-05-29T21:04:02.632Z | Downloaded lock_api v0.4.12 |
215 | 2024-05-29T21:04:02.632Z | Downloaded indexmap v2.2.6 |
216 | 2024-05-29T21:04:02.632Z | Downloaded hostname v0.3.1 |
217 | 2024-05-29T21:04:02.632Z | Downloaded hashbrown v0.14.5 |
218 | 2024-05-29T21:04:02.632Z | Downloaded structmeta-derive v0.3.0 |
219 | 2024-05-29T21:04:02.632Z | Downloaded serde_path_to_error v0.1.16 |
220 | 2024-05-29T21:04:02.632Z | Downloaded sct v0.7.1 |
221 | 2024-05-29T21:04:02.632Z | Downloaded scroll v0.12.0 |
222 | 2024-05-29T21:04:02.633Z | Downloaded schemars_derive v0.8.21 |
223 | 2024-05-29T21:04:02.633Z | Downloaded num_cpus v1.16.0 |
224 | 2024-05-29T21:04:02.661Z | Downloaded getrandom v0.2.15 |
225 | 2024-05-29T21:04:02.661Z | Downloaded cfg-if v1.0.0 |
226 | 2024-05-29T21:04:02.662Z | Downloaded rustls-pemfile v2.1.2 |
227 | 2024-05-29T21:04:02.662Z | Downloaded rustls-pemfile v1.0.4 |
228 | 2024-05-29T21:04:02.662Z | Downloaded pretty-hex v0.4.1 |
229 | 2024-05-29T21:04:02.662Z | Downloaded ppv-lite86 v0.2.17 |
230 | 2024-05-29T21:04:02.662Z | Downloaded omicron-workspace-hack v0.1.0 |
231 | 2024-05-29T21:04:02.662Z | Downloaded memchr v2.7.2 |
232 | 2024-05-29T21:04:02.662Z | Downloaded hyper-tls v0.5.0 |
233 | 2024-05-29T21:04:02.663Z | Downloaded httparse v1.8.0 |
234 | 2024-05-29T21:04:02.663Z | Downloaded hex v0.4.3 |
235 | 2024-05-29T21:04:02.663Z | Downloaded heck v0.5.0 |
236 | 2024-05-29T21:04:02.663Z | Downloaded futures-task v0.3.30 |
237 | 2024-05-29T21:04:02.663Z | Downloaded pkg-config v0.3.30 |
238 | 2024-05-29T21:04:02.663Z | Downloaded mime v0.3.17 |
239 | 2024-05-29T21:04:02.663Z | Downloaded idna v0.5.0 |
240 | 2024-05-29T21:04:02.663Z | Downloaded h2 v0.3.26 |
241 | 2024-05-29T21:04:02.694Z | Downloaded fnv v1.0.7 |
242 | 2024-05-29T21:04:02.694Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-05-29T21:04:02.694Z | Downloaded plain v0.2.3 |
244 | 2024-05-29T21:04:02.694Z | Downloaded pest_meta v2.7.10 |
245 | 2024-05-29T21:04:02.694Z | Downloaded pest_generator v2.7.10 |
246 | 2024-05-29T21:04:02.694Z | Downloaded pest_derive v2.7.10 |
247 | 2024-05-29T21:04:02.694Z | Downloaded unsafe-libyaml v0.2.11 |
248 | 2024-05-29T21:04:02.694Z | Downloaded multer v3.1.0 |
249 | 2024-05-29T21:04:02.694Z | Downloaded mio v0.8.11 |
250 | 2024-05-29T21:04:02.694Z | Downloaded memmap v0.7.0 |
251 | 2024-05-29T21:04:02.694Z | Downloaded ipnet v2.9.0 |
252 | 2024-05-29T21:04:02.694Z | Downloaded httpdate v1.0.3 |
253 | 2024-05-29T21:04:02.694Z | Downloaded http-body v0.4.6 |
254 | 2024-05-29T21:04:02.694Z | Downloaded heck v0.4.1 |
255 | 2024-05-29T21:04:02.722Z | Downloaded futures-macro v0.3.30 |
256 | 2024-05-29T21:04:02.722Z | Downloaded futures v0.3.30 |
257 | 2024-05-29T21:04:02.722Z | Downloaded crossbeam-utils v0.8.20 |
258 | 2024-05-29T21:04:02.722Z | Downloaded uuid v1.8.0 |
259 | 2024-05-29T21:04:02.722Z | Downloaded unicode-ident v1.0.12 |
260 | 2024-05-29T21:04:02.722Z | Downloaded hyper v0.14.28 |
261 | 2024-05-29T21:04:02.722Z | Downloaded getopts v0.2.21 |
262 | 2024-05-29T21:04:02.722Z | Downloaded pin-utils v0.1.0 |
263 | 2024-05-29T21:04:02.722Z | Downloaded parse-display v0.9.0 |
264 | 2024-05-29T21:04:02.722Z | Downloaded parking_lot v0.12.3 |
265 | 2024-05-29T21:04:02.722Z | Downloaded ucd-trie v0.1.6 |
266 | 2024-05-29T21:04:02.749Z | Downloaded newtype-uuid v1.1.0 |
267 | 2024-05-29T21:04:02.749Z | Downloaded hostname v0.4.0 |
268 | 2024-05-29T21:04:02.749Z | Downloaded futures-executor v0.3.30 |
269 | 2024-05-29T21:04:02.749Z | Downloaded digest v0.10.7 |
270 | 2024-05-29T21:04:02.749Z | Downloaded paste v1.0.15 |
271 | 2024-05-29T21:04:02.749Z | Downloaded parse-display-derive v0.9.0 |
272 | 2024-05-29T21:04:02.749Z | Downloaded zeroize v1.8.1 |
273 | 2024-05-29T21:04:02.749Z | Downloaded version_check v0.9.4 |
274 | 2024-05-29T21:04:02.749Z | Downloaded num_threads v0.1.7 |
275 | 2024-05-29T21:04:02.750Z | Downloaded usdt v0.5.0 |
276 | 2024-05-29T21:04:02.750Z | Downloaded untrusted v0.9.0 |
277 | 2024-05-29T21:04:02.750Z | Downloaded unicode-width v0.1.12 |
278 | 2024-05-29T21:04:02.750Z | Downloaded num-conv v0.1.0 |
279 | 2024-05-29T21:04:02.750Z | Downloaded itoa v1.0.11 |
280 | 2024-05-29T21:04:02.750Z | Downloaded hyper-rustls v0.24.2 |
281 | 2024-05-29T21:04:02.750Z | Downloaded futures-io v0.3.30 |
282 | 2024-05-29T21:04:02.750Z | Downloaded foreign-types-shared v0.1.1 |
283 | 2024-05-29T21:04:02.750Z | Downloaded dof v0.3.0 |
284 | 2024-05-29T21:04:02.750Z | Downloaded chrono v0.4.38 |
285 | 2024-05-29T21:04:02.778Z | Downloaded aho-corasick v1.1.3 |
286 | 2024-05-29T21:04:02.779Z | Downloaded waitgroup v0.1.2 |
287 | 2024-05-29T21:04:02.779Z | Downloaded unicode-bidi v0.3.15 |
288 | 2024-05-29T21:04:02.779Z | Downloaded crypto-common v0.1.6 |
289 | 2024-05-29T21:04:02.779Z | Downloaded usdt-macro v0.5.0 |
290 | 2024-05-29T21:04:02.779Z | Downloaded usdt-attr-macro v0.5.0 |
291 | 2024-05-29T21:04:02.779Z | Downloaded openssl-macros v0.1.1 |
292 | 2024-05-29T21:04:02.779Z | Downloaded macaddr v1.0.1 |
293 | 2024-05-29T21:04:02.779Z | Downloaded log v0.4.21 |
294 | 2024-05-29T21:04:02.779Z | Downloaded is-terminal v0.4.12 |
295 | 2024-05-29T21:04:02.779Z | Downloaded indexmap v1.9.3 |
296 | 2024-05-29T21:04:02.779Z | Downloaded generic-array v0.14.7 |
297 | 2024-05-29T21:04:02.779Z | Downloaded futures-sink v0.3.30 |
298 | 2024-05-29T21:04:02.806Z | Downloaded dirs-next v2.0.0 |
299 | 2024-05-29T21:04:02.806Z | Downloaded crossbeam-channel v0.5.13 |
300 | 2024-05-29T21:04:02.806Z | Downloaded cpufeatures v0.2.12 |
301 | 2024-05-29T21:04:02.806Z | Downloaded cc v1.0.98 |
302 | 2024-05-29T21:04:02.806Z | Downloaded ipnetwork v0.20.0 |
303 | 2024-05-29T21:04:02.806Z | Downloaded ident_case v1.0.1 |
304 | 2024-05-29T21:04:02.806Z | Downloaded iana-time-zone v0.1.60 |
305 | 2024-05-29T21:04:02.806Z | Downloaded foreign-types v0.3.2 |
306 | 2024-05-29T21:04:02.806Z | Downloaded darling_core v0.20.9 |
307 | 2024-05-29T21:04:02.806Z | Downloaded darling_macro v0.20.9 |
308 | 2024-05-29T21:04:02.806Z | Downloaded darling v0.20.9 |
309 | 2024-05-29T21:04:02.806Z | Downloaded instant v0.1.13 |
310 | 2024-05-29T21:04:02.806Z | Downloaded futures-channel v0.3.30 |
311 | 2024-05-29T21:04:02.833Z | Downloaded form_urlencoded v1.2.1 |
312 | 2024-05-29T21:04:02.833Z | Downloaded dyn-clone v1.0.17 |
313 | 2024-05-29T21:04:02.833Z | Downloaded dirs-sys-next v0.1.2 |
314 | 2024-05-29T21:04:02.833Z | Downloaded camino v1.1.7 |
315 | 2024-05-29T21:04:02.833Z | Downloaded async-trait v0.1.80 |
316 | 2024-05-29T21:04:02.833Z | Downloaded deranged v0.3.11 |
317 | 2024-05-29T21:04:02.833Z | Downloaded debug-ignore v1.0.5 |
318 | 2024-05-29T21:04:02.833Z | Downloaded byteorder v1.5.0 |
319 | 2024-05-29T21:04:02.833Z | Downloaded bytes v1.6.0 |
320 | 2024-05-29T21:04:02.833Z | Downloaded block-buffer v0.10.4 |
321 | 2024-05-29T21:04:02.833Z | Downloaded base64 v0.22.1 |
322 | 2024-05-29T21:04:02.833Z | Downloaded base64 v0.21.7 |
323 | 2024-05-29T21:04:02.833Z | Downloaded backoff v0.4.0 |
324 | 2024-05-29T21:04:02.862Z | Downloaded atomic-waker v1.1.2 |
325 | 2024-05-29T21:04:02.862Z | Downloaded async-stream v0.3.5 |
326 | 2024-05-29T21:04:02.862Z | Downloaded anyhow v1.0.86 |
327 | 2024-05-29T21:04:02.921Z | Compiling proc-macro2 v1.0.84 |
328 | 2024-05-29T21:04:02.953Z | Compiling unicode-ident v1.0.12 |
329 | 2024-05-29T21:04:02.953Z | Compiling libc v0.2.155 |
330 | 2024-05-29T21:04:02.953Z | Checking cfg-if v1.0.0 |
331 | 2024-05-29T21:04:02.953Z | Compiling version_check v0.9.4 |
332 | 2024-05-29T21:04:02.953Z | Compiling autocfg v1.3.0 |
333 | 2024-05-29T21:04:02.953Z | Compiling serde v1.0.203 |
334 | 2024-05-29T21:04:02.953Z | Compiling serde_json v1.0.117 |
335 | 2024-05-29T21:04:03.045Z | Checking itoa v1.0.11 |
336 | 2024-05-29T21:04:03.104Z | Compiling thiserror v1.0.61 |
337 | 2024-05-29T21:04:03.209Z | Compiling cc v1.0.98 |
338 | 2024-05-29T21:04:03.317Z | Checking once_cell v1.19.0 |
339 | 2024-05-29T21:04:03.448Z | Compiling memchr v2.7.2 |
340 | 2024-05-29T21:04:03.482Z | Compiling ahash v0.8.11 |
341 | 2024-05-29T21:04:03.820Z | Checking byteorder v1.5.0 |
342 | 2024-05-29T21:04:03.882Z | Checking pin-project-lite v0.2.14 |
343 | 2024-05-29T21:04:04.426Z | Compiling num-traits v0.2.19 |
344 | 2024-05-29T21:04:04.452Z | Checking getrandom v0.2.15 |
345 | 2024-05-29T21:04:04.452Z | Checking log v0.4.21 |
346 | 2024-05-29T21:04:04.453Z | Compiling quote v1.0.36 |
347 | 2024-05-29T21:04:04.453Z | Checking bytes v1.6.0 |
348 | 2024-05-29T21:04:04.453Z | Checking ryu v1.0.18 |
349 | 2024-05-29T21:04:04.520Z | Compiling syn v2.0.66 |
350 | 2024-05-29T21:04:04.549Z | Compiling lock_api v0.4.12 |
351 | 2024-05-29T21:04:04.729Z | Compiling parking_lot_core v0.9.10 |
352 | 2024-05-29T21:04:04.760Z | Checking allocator-api2 v0.2.18 |
353 | 2024-05-29T21:04:04.797Z | Checking scopeguard v1.2.0 |
354 | 2024-05-29T21:04:04.830Z | Checking futures-core v0.3.30 |
355 | 2024-05-29T21:04:04.879Z | Checking smallvec v1.13.2 |
356 | 2024-05-29T21:04:04.956Z | Compiling schemars v0.8.21 |
357 | 2024-05-29T21:04:04.981Z | Checking socket2 v0.5.7 |
358 | 2024-05-29T21:04:05.103Z | Checking num_cpus v1.16.0 |
359 | 2024-05-29T21:04:05.194Z | Checking mio v0.8.11 |
360 | 2024-05-29T21:04:06.302Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-05-29T21:04:06.332Z | Compiling slab v0.4.9 |
362 | 2024-05-29T21:04:06.332Z | Checking spin v0.9.8 |
363 | 2024-05-29T21:04:06.332Z | Checking futures-sink v0.3.30 |
364 | 2024-05-29T21:04:06.332Z | Checking parking_lot v0.12.3 |
365 | 2024-05-29T21:04:06.332Z | Checking untrusted v0.9.0 |
366 | 2024-05-29T21:04:06.332Z | Checking fnv v1.0.7 |
367 | 2024-05-29T21:04:06.332Z | Compiling ring v0.17.8 |
368 | 2024-05-29T21:04:06.332Z | Checking equivalent v1.0.1 |
369 | 2024-05-29T21:04:06.332Z | Checking futures-channel v0.3.30 |
370 | 2024-05-29T21:04:06.333Z | Checking futures-task v0.3.30 |
371 | 2024-05-29T21:04:06.333Z | Compiling pkg-config v0.3.30 |
372 | 2024-05-29T21:04:06.333Z | Checking futures-io v0.3.30 |
373 | 2024-05-29T21:04:06.333Z | Checking pin-utils v0.1.0 |
374 | 2024-05-29T21:04:06.334Z | Compiling vcpkg v0.2.15 |
375 | 2024-05-29T21:04:06.334Z | Compiling semver v1.0.23 |
376 | 2024-05-29T21:04:06.334Z | Compiling ucd-trie v0.1.6 |
377 | 2024-05-29T21:04:06.334Z | Checking http v0.2.12 |
378 | 2024-05-29T21:04:06.494Z | Checking iana-time-zone v0.1.60 |
379 | 2024-05-29T21:04:06.603Z | Compiling httparse v1.8.0 |
380 | 2024-05-29T21:04:06.968Z | Checking tracing-core v0.1.32 |
381 | 2024-05-29T21:04:07.179Z | Checking dyn-clone v1.0.17 |
382 | 2024-05-29T21:04:07.440Z | Compiling openssl-sys v0.9.102 |
383 | 2024-05-29T21:04:07.678Z | Compiling uuid v1.8.0 |
384 | 2024-05-29T21:04:07.736Z | Checking tracing v0.1.40 |
385 | 2024-05-29T21:04:08.024Z | Compiling chrono v0.4.38 |
386 | 2024-05-29T21:04:08.065Z | Checking foreign-types-shared v0.1.1 |
387 | 2024-05-29T21:04:08.093Z | Compiling slog v2.7.0 |
388 | 2024-05-29T21:04:08.146Z | Checking try-lock v0.2.5 |
389 | 2024-05-29T21:04:08.221Z | Compiling heck v0.5.0 |
390 | 2024-05-29T21:04:08.257Z | Compiling openssl v0.10.64 |
391 | 2024-05-29T21:04:08.542Z | Checking want v0.3.1 |
392 | 2024-05-29T21:04:08.582Z | Checking foreign-types v0.3.2 |
393 | 2024-05-29T21:04:08.616Z | Checking http-body v0.4.6 |
394 | 2024-05-29T21:04:08.643Z | Compiling aho-corasick v1.1.3 |
395 | 2024-05-29T21:04:08.686Z | Checking bitflags v2.5.0 |
396 | 2024-05-29T21:04:08.888Z | Compiling native-tls v0.2.12 |
397 | 2024-05-29T21:04:08.923Z | Checking httpdate v1.0.3 |
398 | 2024-05-29T21:04:09.118Z | Checking tower-service v0.3.2 |
399 | 2024-05-29T21:04:09.227Z | Compiling rustls v0.21.12 |
400 | 2024-05-29T21:04:09.266Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-05-29T21:04:09.310Z | Compiling regex-syntax v0.8.3 |
402 | 2024-05-29T21:04:09.435Z | Checking percent-encoding v2.3.1 |
403 | 2024-05-29T21:04:09.515Z | Compiling typenum v1.17.0 |
404 | 2024-05-29T21:04:09.607Z | Checking form_urlencoded v1.2.1 |
405 | 2024-05-29T21:04:09.763Z | Checking tinyvec v1.6.0 |
406 | 2024-05-29T21:04:10.176Z | Compiling serde_derive_internals v0.29.1 |
407 | 2024-05-29T21:04:10.366Z | Compiling generic-array v0.14.7 |
408 | 2024-05-29T21:04:10.781Z | Checking openssl-probe v0.1.5 |
409 | 2024-05-29T21:04:10.826Z | Checking unicode-normalization v0.1.23 |
410 | 2024-05-29T21:04:11.132Z | Checking rustls-webpki v0.101.7 |
411 | 2024-05-29T21:04:11.551Z | Checking sct v0.7.1 |
412 | 2024-05-29T21:04:12.039Z | Compiling regex-automata v0.4.6 |
413 | 2024-05-29T21:04:12.366Z | Compiling usdt-impl v0.5.0 |
414 | 2024-05-29T21:04:12.521Z | Checking encoding_rs v0.8.34 |
415 | 2024-05-29T21:04:12.733Z | Checking mime v0.3.17 |
416 | 2024-05-29T21:04:12.977Z | Compiling time-core v0.1.2 |
417 | 2024-05-29T21:04:13.064Z | Checking unicode-bidi v0.3.15 |
418 | 2024-05-29T21:04:13.130Z | Checking powerfmt v0.2.0 |
419 | 2024-05-29T21:04:13.317Z | Compiling num-conv v0.1.0 |
420 | 2024-05-29T21:04:13.510Z | Checking idna v0.5.0 |
421 | 2024-05-29T21:04:13.540Z | Compiling time-macros v0.2.18 |
422 | 2024-05-29T21:04:13.953Z | Checking deranged v0.3.11 |
423 | 2024-05-29T21:04:14.216Z | Compiling thread-id v4.2.1 |
424 | 2024-05-29T21:04:14.301Z | Checking base64 v0.21.7 |
425 | 2024-05-29T21:04:14.468Z | Checking rustls-pki-types v1.7.0 |
426 | 2024-05-29T21:04:14.663Z | Compiling ident_case v1.0.1 |
427 | 2024-05-29T21:04:14.723Z | Compiling serde_derive v1.0.203 |
428 | 2024-05-29T21:04:14.803Z | Compiling zerocopy-derive v0.7.34 |
429 | 2024-05-29T21:04:14.831Z | Compiling thiserror-impl v1.0.61 |
430 | 2024-05-29T21:04:15.052Z | Compiling schemars_derive v0.8.21 |
431 | 2024-05-29T21:04:15.498Z | Compiling tokio-macros v2.2.0 |
432 | 2024-05-29T21:04:15.529Z | Compiling futures-macro v0.3.30 |
433 | 2024-05-29T21:04:15.823Z | Compiling openssl-macros v0.1.1 |
434 | 2024-05-29T21:04:16.330Z | Checking tokio v1.37.0 |
435 | 2024-05-29T21:04:16.449Z | Checking zerocopy v0.7.34 |
436 | 2024-05-29T21:04:16.908Z | Checking futures-util v0.3.30 |
437 | 2024-05-29T21:04:17.107Z | Compiling pest v2.7.10 |
438 | 2024-05-29T21:04:17.893Z | Checking hashbrown v0.14.5 |
439 | 2024-05-29T21:04:18.308Z | Compiling regex v1.10.4 |
440 | 2024-05-29T21:04:18.807Z | Compiling scroll_derive v0.12.0 |
441 | 2024-05-29T21:04:19.074Z | Compiling pest_meta v2.7.10 |
442 | 2024-05-29T21:04:19.229Z | Compiling regress v0.9.1 |
443 | 2024-05-29T21:04:19.958Z | Checking scroll v0.12.0 |
444 | 2024-05-29T21:04:20.339Z | Compiling pest_generator v2.7.10 |
445 | 2024-05-29T21:04:21.841Z | Checking tokio-util v0.7.11 |
446 | 2024-05-29T21:04:21.924Z | Checking tokio-rustls v0.24.1 |
447 | 2024-05-29T21:04:21.995Z | Checking tokio-native-tls v0.3.1 |
448 | 2024-05-29T21:04:22.185Z | Checking plain v0.2.3 |
449 | 2024-05-29T21:04:22.218Z | Compiling unicode-width v0.1.12 |
450 | 2024-05-29T21:04:22.366Z | Compiling pest_derive v2.7.10 |
451 | 2024-05-29T21:04:22.392Z | Checking num_threads v0.1.7 |
452 | 2024-05-29T21:04:22.507Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-05-29T21:04:22.730Z | Compiling strsim v0.11.1 |
454 | 2024-05-29T21:04:22.761Z | Checking time v0.3.36 |
455 | 2024-05-29T21:04:22.963Z | Compiling darling_core v0.20.9 |
456 | 2024-05-29T21:04:23.113Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-05-29T21:04:23.304Z | Compiling getopts v0.2.21 |
458 | 2024-05-29T21:04:23.937Z | Checking goblin v0.8.2 |
459 | 2024-05-29T21:04:24.375Z | Checking indexmap v2.2.6 |
460 | 2024-05-29T21:04:24.975Z | Checking serde_urlencoded v0.7.1 |
461 | 2024-05-29T21:04:25.391Z | Compiling serde_tokenstream v0.2.0 |
462 | 2024-05-29T21:04:25.840Z | Checking h2 v0.3.26 |
463 | 2024-05-29T21:04:26.003Z | Checking openapiv3 v2.0.0 |
464 | 2024-05-29T21:04:26.634Z | Checking rustls-pemfile v1.0.4 |
465 | 2024-05-29T21:04:26.873Z | Compiling dof v0.3.0 |
466 | 2024-05-29T21:04:27.677Z | Checking url v2.5.0 |
467 | 2024-05-29T21:04:27.703Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-05-29T21:04:27.796Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
469 | 2024-05-29T21:04:28.134Z | Compiling omicron-workspace-hack v0.1.0 |
470 | 2024-05-29T21:04:28.407Z | Checking webpki-roots v0.25.4 |
471 | 2024-05-29T21:04:28.471Z | Checking pretty-hex v0.4.1 |
472 | 2024-05-29T21:04:28.528Z | Compiling unsafe-libyaml v0.2.11 |
473 | 2024-05-29T21:04:28.578Z | Compiling rustversion v1.0.17 |
474 | 2024-05-29T21:04:28.614Z | Compiling rustls v0.22.4 |
475 | 2024-05-29T21:04:28.825Z | Checking hyper v0.14.28 |
476 | 2024-05-29T21:04:29.029Z | Checking ipnet v2.9.0 |
477 | 2024-05-29T21:04:29.118Z | Compiling paste v1.0.15 |
478 | 2024-05-29T21:04:29.411Z | Checking sync_wrapper v0.1.2 |
479 | 2024-05-29T21:04:29.521Z | Compiling serde_yaml v0.9.34+deprecated |
480 | 2024-05-29T21:04:29.724Z | Checking dirs-next v2.0.0 |
481 | 2024-05-29T21:04:29.749Z | Compiling darling_macro v0.20.9 |
482 | 2024-05-29T21:04:29.928Z | Checking serde_spanned v0.6.6 |
483 | 2024-05-29T21:04:30.059Z | Checking toml_datetime v0.6.6 |
484 | 2024-05-29T21:04:30.219Z | Checking crypto-common v0.1.6 |
485 | 2024-05-29T21:04:30.273Z | Checking block-buffer v0.10.4 |
486 | 2024-05-29T21:04:30.352Z | Checking rustls-webpki v0.102.4 |
487 | 2024-05-29T21:04:30.430Z | Compiling structmeta-derive v0.3.0 |
488 | 2024-05-29T21:04:30.623Z | Checking rand_core v0.6.4 |
489 | 2024-05-29T21:04:30.725Z | Checking thread_local v1.1.8 |
490 | 2024-05-29T21:04:30.848Z | Compiling multer v3.1.0 |
491 | 2024-05-29T21:04:30.874Z | Compiling camino v1.1.7 |
492 | 2024-05-29T21:04:30.958Z | Compiling slog-async v2.8.0 |
493 | 2024-05-29T21:04:30.989Z | Checking winnow v0.6.9 |
494 | 2024-05-29T21:04:31.149Z | Checking zeroize v1.8.1 |
495 | 2024-05-29T21:04:31.346Z | Checking ppv-lite86 v0.2.17 |
496 | 2024-05-29T21:04:31.378Z | Compiling anyhow v1.0.86 |
497 | 2024-05-29T21:04:31.409Z | Checking match_cfg v0.1.0 |
498 | 2024-05-29T21:04:31.459Z | Checking subtle v2.5.0 |
499 | 2024-05-29T21:04:31.893Z | Checking rand_chacha v0.3.1 |
500 | 2024-05-29T21:04:31.943Z | Checking hostname v0.3.1 |
501 | 2024-05-29T21:04:32.203Z | Checking crossbeam-channel v0.5.13 |
502 | 2024-05-29T21:04:32.351Z | Checking hyper-tls v0.5.0 |
503 | 2024-05-29T21:04:32.537Z | Checking hyper-rustls v0.24.2 |
504 | 2024-05-29T21:04:32.565Z | Compiling structmeta v0.3.0 |
505 | 2024-05-29T21:04:32.590Z | Compiling darling v0.20.9 |
506 | 2024-05-29T21:04:32.615Z | Checking digest v0.10.7 |
507 | 2024-05-29T21:04:32.670Z | Checking term v0.7.0 |
508 | 2024-05-29T21:04:32.764Z | Checking reqwest v0.11.27 |
509 | 2024-05-29T21:04:32.881Z | Compiling usdt-macro v0.5.0 |
510 | 2024-05-29T21:04:33.006Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-05-29T21:04:33.323Z | Checking toml_edit v0.22.13 |
512 | 2024-05-29T21:04:33.747Z | Checking slog-json v2.6.1 |
513 | 2024-05-29T21:04:33.828Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
514 | 2024-05-29T21:04:33.961Z | Checking futures-executor v0.3.30 |
515 | 2024-05-29T21:04:33.995Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-05-29T21:04:34.023Z | Checking http v1.1.0 |
517 | 2024-05-29T21:04:34.086Z | Checking memmap v0.7.0 |
518 | 2024-05-29T21:04:34.564Z | Checking is-terminal v0.4.12 |
519 | 2024-05-29T21:04:34.607Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
520 | 2024-05-29T21:04:34.607Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
521 | 2024-05-29T21:04:34.608Z | Compiling heck v0.4.1 |
522 | 2024-05-29T21:04:34.608Z | Checking atomic-waker v1.1.2 |
523 | 2024-05-29T21:04:34.608Z | Checking base64 v0.22.1 |
524 | 2024-05-29T21:04:34.608Z | Checking cpufeatures v0.2.12 |
525 | 2024-05-29T21:04:34.608Z | Checking take_mut v0.2.2 |
526 | 2024-05-29T21:04:34.641Z | Checking sha1 v0.10.6 |
527 | 2024-05-29T21:04:34.667Z | Compiling strum_macros v0.26.2 |
528 | 2024-05-29T21:04:34.852Z | Checking waitgroup v0.1.2 |
529 | 2024-05-29T21:04:34.920Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-05-29T21:04:34.974Z | Checking tokio-rustls v0.25.0 |
531 | 2024-05-29T21:04:34.999Z | Checking usdt v0.5.0 |
532 | 2024-05-29T21:04:35.107Z | Checking async-stream v0.3.5 |
533 | 2024-05-29T21:04:35.133Z | Checking slog-term v2.9.1 |
534 | 2024-05-29T21:04:35.189Z | Checking futures v0.3.30 |
535 | 2024-05-29T21:04:35.263Z | Checking slog-bunyan v2.5.0 |
536 | 2024-05-29T21:04:35.289Z | Compiling parse-display-derive v0.9.0 |
537 | 2024-05-29T21:04:35.289Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-05-29T21:04:35.324Z | Checking toml v0.8.13 |
539 | 2024-05-29T21:04:35.401Z | Checking rand v0.8.5 |
540 | 2024-05-29T21:04:35.878Z | Checking newtype-uuid v1.1.0 |
541 | 2024-05-29T21:04:35.908Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
542 | 2024-05-29T21:04:35.937Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-05-29T21:04:36.067Z | Checking hex v0.4.3 |
544 | 2024-05-29T21:04:36.332Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-05-29T21:04:36.428Z | Compiling async-trait v0.1.80 |
546 | 2024-05-29T21:04:36.469Z | Checking hostname v0.4.0 |
547 | 2024-05-29T21:04:36.578Z | Checking instant v0.1.13 |
548 | 2024-05-29T21:04:36.669Z | Checking debug-ignore v1.0.5 |
549 | 2024-05-29T21:04:36.780Z | Checking backoff v0.4.0 |
550 | 2024-05-29T21:04:37.004Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-05-29T21:04:37.047Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-05-29T21:04:37.132Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
553 | 2024-05-29T21:04:37.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
554 | 2024-05-29T21:04:37.374Z | Checking ipnetwork v0.20.0 |
555 | 2024-05-29T21:04:37.579Z | Checking serde_with v3.8.1 |
556 | 2024-05-29T21:04:37.604Z | Checking macaddr v1.0.1 |
557 | 2024-05-29T21:04:38.256Z | Checking strum v0.26.2 |
558 | 2024-05-29T21:04:38.493Z | Checking parse-display v0.9.0 |
559 | 2024-05-29T21:04:38.784Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
560 | 2024-05-29T21:04:40.917Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
561 | 2024-05-29T21:04:40.995Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
562 | 2024-05-29T21:04:44.627Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
563 | 2024-05-29T21:04:51.649Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
564 | 2024-05-29T21:04:55.023Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
565 | 2024-05-29T21:05:02.186Z | Checking test-project v0.1.0 (/tmp/test-project) |
566 | 2024-05-29T21:05:02.256Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
567 | 2024-05-29T21:05:02.300Z | + cargo build --release |
568 | 2024-05-29T21:05:02.615Z | Compiling proc-macro2 v1.0.84 |
569 | 2024-05-29T21:05:02.615Z | Compiling unicode-ident v1.0.12 |
570 | 2024-05-29T21:05:02.615Z | Compiling libc v0.2.155 |
571 | 2024-05-29T21:05:02.615Z | Compiling version_check v0.9.4 |
572 | 2024-05-29T21:05:02.641Z | Compiling cfg-if v1.0.0 |
573 | 2024-05-29T21:05:02.641Z | Compiling autocfg v1.3.0 |
574 | 2024-05-29T21:05:02.641Z | Compiling serde v1.0.203 |
575 | 2024-05-29T21:05:02.641Z | Compiling serde_json v1.0.117 |
576 | 2024-05-29T21:05:03.113Z | Compiling itoa v1.0.11 |
577 | 2024-05-29T21:05:03.153Z | Compiling thiserror v1.0.61 |
578 | 2024-05-29T21:05:03.153Z | Compiling cc v1.0.98 |
579 | 2024-05-29T21:05:03.153Z | Compiling memchr v2.7.2 |
580 | 2024-05-29T21:05:03.153Z | Compiling once_cell v1.19.0 |
581 | 2024-05-29T21:05:03.153Z | Compiling ahash v0.8.11 |
582 | 2024-05-29T21:05:03.533Z | Compiling byteorder v1.5.0 |
583 | 2024-05-29T21:05:03.620Z | Compiling num-traits v0.2.19 |
584 | 2024-05-29T21:05:04.132Z | Compiling getrandom v0.2.15 |
585 | 2024-05-29T21:05:04.164Z | Compiling pin-project-lite v0.2.14 |
586 | 2024-05-29T21:05:04.164Z | Compiling quote v1.0.36 |
587 | 2024-05-29T21:05:04.164Z | Compiling ryu v1.0.18 |
588 | 2024-05-29T21:05:04.164Z | Compiling bytes v1.6.0 |
589 | 2024-05-29T21:05:04.198Z | Compiling syn v2.0.66 |
590 | 2024-05-29T21:05:04.273Z | Compiling log v0.4.21 |
591 | 2024-05-29T21:05:04.423Z | Compiling lock_api v0.4.12 |
592 | 2024-05-29T21:05:04.449Z | Compiling schemars v0.8.21 |
593 | 2024-05-29T21:05:05.054Z | Compiling parking_lot_core v0.9.10 |
594 | 2024-05-29T21:05:05.093Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-05-29T21:05:05.093Z | Compiling smallvec v1.13.2 |
596 | 2024-05-29T21:05:05.093Z | Compiling futures-core v0.3.30 |
597 | 2024-05-29T21:05:05.093Z | Compiling scopeguard v1.2.0 |
598 | 2024-05-29T21:05:05.093Z | Compiling num_cpus v1.16.0 |
599 | 2024-05-29T21:05:05.151Z | Compiling ring v0.17.8 |
600 | 2024-05-29T21:05:05.177Z | Compiling socket2 v0.5.7 |
601 | 2024-05-29T21:05:05.362Z | Compiling mio v0.8.11 |
602 | 2024-05-29T21:05:05.555Z | Compiling parking_lot v0.12.3 |
603 | 2024-05-29T21:05:05.582Z | Compiling signal-hook-registry v1.4.2 |
604 | 2024-05-29T21:05:05.924Z | Compiling slab v0.4.9 |
605 | 2024-05-29T21:05:06.038Z | Compiling futures-sink v0.3.30 |
606 | 2024-05-29T21:05:06.159Z | Compiling spin v0.9.8 |
607 | 2024-05-29T21:05:06.332Z | Compiling semver v1.0.23 |
608 | 2024-05-29T21:05:06.392Z | Compiling untrusted v0.9.0 |
609 | 2024-05-29T21:05:06.532Z | Compiling fnv v1.0.7 |
610 | 2024-05-29T21:05:06.662Z | Compiling equivalent v1.0.1 |
611 | 2024-05-29T21:05:06.754Z | Compiling futures-channel v0.3.30 |
612 | 2024-05-29T21:05:06.927Z | Compiling futures-io v0.3.30 |
613 | 2024-05-29T21:05:07.002Z | Compiling futures-task v0.3.30 |
614 | 2024-05-29T21:05:07.064Z | Compiling pin-utils v0.1.0 |
615 | 2024-05-29T21:05:07.132Z | Compiling vcpkg v0.2.15 |
616 | 2024-05-29T21:05:07.159Z | Compiling pkg-config v0.3.30 |
617 | 2024-05-29T21:05:07.395Z | Compiling ucd-trie v0.1.6 |
618 | 2024-05-29T21:05:07.601Z | Compiling http v0.2.12 |
619 | 2024-05-29T21:05:07.906Z | Compiling httparse v1.8.0 |
620 | 2024-05-29T21:05:08.267Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-05-29T21:05:08.467Z | Compiling openssl-sys v0.9.102 |
622 | 2024-05-29T21:05:08.803Z | Compiling chrono v0.4.38 |
623 | 2024-05-29T21:05:08.897Z | Compiling tracing-core v0.1.32 |
624 | 2024-05-29T21:05:09.180Z | Compiling dyn-clone v1.0.17 |
625 | 2024-05-29T21:05:09.423Z | Compiling serde_derive_internals v0.29.1 |
626 | 2024-05-29T21:05:09.491Z | Compiling uuid v1.8.0 |
627 | 2024-05-29T21:05:09.910Z | Compiling tracing v0.1.40 |
628 | 2024-05-29T21:05:10.893Z | Compiling try-lock v0.2.5 |
629 | 2024-05-29T21:05:11.011Z | Compiling foreign-types-shared v0.1.1 |
630 | 2024-05-29T21:05:11.096Z | Compiling slog v2.7.0 |
631 | 2024-05-29T21:05:11.248Z | Compiling heck v0.5.0 |
632 | 2024-05-29T21:05:11.495Z | Compiling openssl v0.10.64 |
633 | 2024-05-29T21:05:11.563Z | Compiling foreign-types v0.3.2 |
634 | 2024-05-29T21:05:11.596Z | Compiling want v0.3.1 |
635 | 2024-05-29T21:05:11.819Z | Compiling http-body v0.4.6 |
636 | 2024-05-29T21:05:11.867Z | Compiling aho-corasick v1.1.3 |
637 | 2024-05-29T21:05:12.107Z | Compiling bitflags v2.5.0 |
638 | 2024-05-29T21:05:12.202Z | Compiling rustls v0.21.12 |
639 | 2024-05-29T21:05:12.406Z | Compiling percent-encoding v2.3.1 |
640 | 2024-05-29T21:05:12.482Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-05-29T21:05:12.562Z | Compiling regex-syntax v0.8.3 |
642 | 2024-05-29T21:05:12.638Z | Compiling httpdate v1.0.3 |
643 | 2024-05-29T21:05:12.736Z | Compiling typenum v1.17.0 |
644 | 2024-05-29T21:05:12.844Z | Compiling tower-service v0.3.2 |
645 | 2024-05-29T21:05:12.931Z | Compiling native-tls v0.2.12 |
646 | 2024-05-29T21:05:13.248Z | Compiling form_urlencoded v1.2.1 |
647 | 2024-05-29T21:05:13.275Z | Compiling tinyvec v1.6.0 |
648 | 2024-05-29T21:05:13.716Z | Compiling generic-array v0.14.7 |
649 | 2024-05-29T21:05:13.983Z | Compiling serde_derive v1.0.203 |
650 | 2024-05-29T21:05:14.009Z | Compiling zerocopy-derive v0.7.34 |
651 | 2024-05-29T21:05:14.443Z | Compiling thiserror-impl v1.0.61 |
652 | 2024-05-29T21:05:14.589Z | Compiling schemars_derive v0.8.21 |
653 | 2024-05-29T21:05:15.515Z | Compiling tokio-macros v2.2.0 |
654 | 2024-05-29T21:05:15.844Z | Compiling zerocopy v0.7.34 |
655 | 2024-05-29T21:05:17.037Z | Compiling tokio v1.37.0 |
656 | 2024-05-29T21:05:17.188Z | Compiling futures-macro v0.3.30 |
657 | 2024-05-29T21:05:17.361Z | Compiling pest v2.7.10 |
658 | 2024-05-29T21:05:17.787Z | Compiling hashbrown v0.14.5 |
659 | 2024-05-29T21:05:18.859Z | Compiling futures-util v0.3.30 |
660 | 2024-05-29T21:05:19.212Z | Compiling openssl-macros v0.1.1 |
661 | 2024-05-29T21:05:19.664Z | Compiling pest_meta v2.7.10 |
662 | 2024-05-29T21:05:19.837Z | Compiling regress v0.9.1 |
663 | 2024-05-29T21:05:19.921Z | Compiling regex-automata v0.4.6 |
664 | 2024-05-29T21:05:23.173Z | Compiling pest_generator v2.7.10 |
665 | 2024-05-29T21:05:24.487Z | Compiling tokio-util v0.7.11 |
666 | 2024-05-29T21:05:24.512Z | Compiling pest_derive v2.7.10 |
667 | 2024-05-29T21:05:25.217Z | Compiling indexmap v2.2.6 |
668 | 2024-05-29T21:05:26.518Z | Compiling h2 v0.3.26 |
669 | 2024-05-29T21:05:27.450Z | Compiling serde_tokenstream v0.2.0 |
670 | 2024-05-29T21:05:30.861Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
671 | 2024-05-29T21:05:31.706Z | Compiling hyper v0.14.28 |
672 | 2024-05-29T21:05:31.953Z | Compiling rustls-webpki v0.101.7 |
673 | 2024-05-29T21:05:32.738Z | Compiling sct v0.7.1 |
674 | 2024-05-29T21:05:33.642Z | Compiling openssl-probe v0.1.5 |
675 | 2024-05-29T21:05:35.667Z | Compiling regex v1.10.4 |
676 | 2024-05-29T21:05:36.416Z | Compiling unicode-normalization v0.1.23 |
677 | 2024-05-29T21:05:37.396Z | Compiling scroll_derive v0.12.0 |
678 | 2024-05-29T21:05:39.310Z | Compiling usdt-impl v0.5.0 |
679 | 2024-05-29T21:05:39.473Z | Compiling encoding_rs v0.8.34 |
680 | 2024-05-29T21:05:39.641Z | Compiling unicode-bidi v0.3.15 |
681 | 2024-05-29T21:05:40.161Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
682 | 2024-05-29T21:05:41.413Z | Compiling time-core v0.1.2 |
683 | 2024-05-29T21:05:41.538Z | Compiling mime v0.3.17 |
684 | 2024-05-29T21:05:42.113Z | Compiling powerfmt v0.2.0 |
685 | 2024-05-29T21:05:42.511Z | Compiling num-conv v0.1.0 |
686 | 2024-05-29T21:05:42.727Z | Compiling time-macros v0.2.18 |
687 | 2024-05-29T21:05:43.268Z | Compiling deranged v0.3.11 |
688 | 2024-05-29T21:05:44.894Z | Compiling idna v0.5.0 |
689 | 2024-05-29T21:05:47.772Z | Compiling scroll v0.12.0 |
690 | 2024-05-29T21:05:48.113Z | Compiling tokio-rustls v0.24.1 |
691 | 2024-05-29T21:05:48.237Z | Compiling thread-id v4.2.1 |
692 | 2024-05-29T21:05:48.331Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-05-29T21:05:48.365Z | Compiling dof v0.3.0 |
694 | 2024-05-29T21:05:48.459Z | Compiling dtrace-parser v0.2.0 |
695 | 2024-05-29T21:05:48.578Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-05-29T21:05:49.055Z | Compiling omicron-workspace-hack v0.1.0 |
697 | 2024-05-29T21:05:49.336Z | Compiling num_threads v0.1.7 |
698 | 2024-05-29T21:05:49.808Z | Compiling plain v0.2.3 |
699 | 2024-05-29T21:05:49.944Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-05-29T21:05:50.514Z | Compiling crossbeam-utils v0.8.20 |
701 | 2024-05-29T21:05:50.946Z | Compiling strsim v0.11.1 |
702 | 2024-05-29T21:05:51.040Z | Compiling base64 v0.21.7 |
703 | 2024-05-29T21:05:51.822Z | Compiling unicode-width v0.1.12 |
704 | 2024-05-29T21:05:51.891Z | Compiling ident_case v1.0.1 |
705 | 2024-05-29T21:05:51.979Z | Compiling getopts v0.2.21 |
706 | 2024-05-29T21:05:52.027Z | Compiling darling_core v0.20.9 |
707 | 2024-05-29T21:05:52.626Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-05-29T21:05:56.371Z | Compiling time v0.3.36 |
709 | 2024-05-29T21:05:56.400Z | Compiling goblin v0.8.2 |
710 | 2024-05-29T21:05:58.084Z | Compiling hyper-tls v0.5.0 |
711 | 2024-05-29T21:05:58.115Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-05-29T21:05:58.526Z | Compiling url v2.5.0 |
713 | 2024-05-29T21:05:59.460Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
714 | 2024-05-29T21:05:59.583Z | Compiling openapiv3 v2.0.0 |
715 | 2024-05-29T21:06:02.010Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-05-29T21:06:02.962Z | Compiling rustls v0.22.4 |
717 | 2024-05-29T21:06:03.074Z | Compiling webpki-roots v0.25.4 |
718 | 2024-05-29T21:06:03.190Z | Compiling pretty-hex v0.4.1 |
719 | 2024-05-29T21:06:03.239Z | Compiling ipnet v2.9.0 |
720 | 2024-05-29T21:06:03.278Z | Compiling sync_wrapper v0.1.2 |
721 | 2024-05-29T21:06:03.391Z | Compiling paste v1.0.15 |
722 | 2024-05-29T21:06:03.491Z | Compiling unsafe-libyaml v0.2.11 |
723 | 2024-05-29T21:06:03.592Z | Compiling rustversion v1.0.17 |
724 | 2024-05-29T21:06:03.850Z | Compiling reqwest v0.11.27 |
725 | 2024-05-29T21:06:04.715Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-05-29T21:06:05.955Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
727 | 2024-05-29T21:06:06.674Z | Compiling dirs-next v2.0.0 |
728 | 2024-05-29T21:06:06.879Z | Compiling darling_macro v0.20.9 |
729 | 2024-05-29T21:06:09.448Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-05-29T21:06:10.530Z | Compiling block-buffer v0.10.4 |
731 | 2024-05-29T21:06:10.709Z | Compiling crypto-common v0.1.6 |
732 | 2024-05-29T21:06:10.874Z | Compiling serde_spanned v0.6.6 |
733 | 2024-05-29T21:06:11.045Z | Compiling toml_datetime v0.6.6 |
734 | 2024-05-29T21:06:11.075Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-05-29T21:06:11.593Z | Compiling rand_core v0.6.4 |
736 | 2024-05-29T21:06:12.055Z | Compiling thread_local v1.1.8 |
737 | 2024-05-29T21:06:12.695Z | Compiling multer v3.1.0 |
738 | 2024-05-29T21:06:12.808Z | Compiling anyhow v1.0.86 |
739 | 2024-05-29T21:06:13.002Z | Compiling match_cfg v0.1.0 |
740 | 2024-05-29T21:06:13.085Z | Compiling subtle v2.5.0 |
741 | 2024-05-29T21:06:13.112Z | Compiling camino v1.1.7 |
742 | 2024-05-29T21:06:13.169Z | Compiling slog-async v2.8.0 |
743 | 2024-05-29T21:06:13.285Z | Compiling ppv-lite86 v0.2.17 |
744 | 2024-05-29T21:06:13.330Z | Compiling zeroize v1.8.1 |
745 | 2024-05-29T21:06:13.581Z | Compiling winnow v0.6.9 |
746 | 2024-05-29T21:06:13.803Z | Compiling structmeta v0.3.0 |
747 | 2024-05-29T21:06:13.832Z | Compiling hostname v0.3.1 |
748 | 2024-05-29T21:06:13.933Z | Compiling rand_chacha v0.3.1 |
749 | 2024-05-29T21:06:14.114Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
750 | 2024-05-29T21:06:15.147Z | Compiling digest v0.10.7 |
751 | 2024-05-29T21:06:15.462Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-05-29T21:06:16.830Z | Compiling toml_edit v0.22.13 |
753 | 2024-05-29T21:06:16.873Z | Compiling darling v0.20.9 |
754 | 2024-05-29T21:06:16.929Z | Compiling term v0.7.0 |
755 | 2024-05-29T21:06:20.849Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
756 | 2024-05-29T21:06:23.343Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-05-29T21:06:23.866Z | Compiling usdt-macro v0.5.0 |
758 | 2024-05-29T21:06:24.545Z | Compiling slog-json v2.6.1 |
759 | 2024-05-29T21:06:24.948Z | Compiling futures-executor v0.3.30 |
760 | 2024-05-29T21:06:24.992Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-05-29T21:06:26.016Z | Compiling http v1.1.0 |
762 | 2024-05-29T21:06:26.050Z | Compiling is-terminal v0.4.12 |
763 | 2024-05-29T21:06:26.051Z | Compiling memmap v0.7.0 |
764 | 2024-05-29T21:06:26.131Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
765 | 2024-05-29T21:06:26.403Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
766 | 2024-05-29T21:06:26.431Z | Compiling heck v0.4.1 |
767 | 2024-05-29T21:06:26.672Z | Compiling take_mut v0.2.2 |
768 | 2024-05-29T21:06:26.732Z | Compiling atomic-waker v1.1.2 |
769 | 2024-05-29T21:06:26.799Z | Compiling cpufeatures v0.2.12 |
770 | 2024-05-29T21:06:26.869Z | Compiling base64 v0.22.1 |
771 | 2024-05-29T21:06:26.894Z | Compiling sha1 v0.10.6 |
772 | 2024-05-29T21:06:27.735Z | Compiling rustls-pemfile v2.1.2 |
773 | 2024-05-29T21:06:28.345Z | Compiling waitgroup v0.1.2 |
774 | 2024-05-29T21:06:29.829Z | Compiling strum_macros v0.26.2 |
775 | 2024-05-29T21:06:30.022Z | Compiling usdt v0.5.0 |
776 | 2024-05-29T21:06:31.344Z | Compiling slog-term v2.9.1 |
777 | 2024-05-29T21:06:31.621Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
778 | 2024-05-29T21:06:31.779Z | Compiling async-stream v0.3.5 |
779 | 2024-05-29T21:06:32.049Z | Compiling futures v0.3.30 |
780 | 2024-05-29T21:06:32.210Z | Compiling slog-bunyan v2.5.0 |
781 | 2024-05-29T21:06:32.420Z | Compiling toml v0.8.13 |
782 | 2024-05-29T21:06:33.424Z | Compiling tokio-rustls v0.25.0 |
783 | 2024-05-29T21:06:33.768Z | Compiling serde_with_macros v3.8.1 |
784 | 2024-05-29T21:06:33.831Z | Compiling rand v0.8.5 |
785 | 2024-05-29T21:06:35.357Z | Compiling parse-display-derive v0.9.0 |
786 | 2024-05-29T21:06:38.350Z | Compiling newtype-uuid v1.1.0 |
787 | 2024-05-29T21:06:38.602Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
788 | 2024-05-29T21:06:38.635Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-05-29T21:06:39.266Z | Compiling hex v0.4.3 |
790 | 2024-05-29T21:06:39.412Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-05-29T21:06:39.810Z | Compiling async-trait v0.1.80 |
792 | 2024-05-29T21:06:40.064Z | Compiling hostname v0.4.0 |
793 | 2024-05-29T21:06:40.252Z | Compiling instant v0.1.13 |
794 | 2024-05-29T21:06:40.285Z | Compiling debug-ignore v1.0.5 |
795 | 2024-05-29T21:06:40.328Z | Compiling backoff v0.4.0 |
796 | 2024-05-29T21:06:40.380Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-05-29T21:06:40.411Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-05-29T21:06:40.522Z | Compiling parse-display v0.9.0 |
799 | 2024-05-29T21:06:40.548Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-05-29T21:06:40.921Z | Compiling serde_with v3.8.1 |
801 | 2024-05-29T21:06:41.534Z | Compiling strum v0.26.2 |
802 | 2024-05-29T21:06:41.679Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
803 | 2024-05-29T21:06:42.302Z | Compiling ipnetwork v0.20.0 |
804 | 2024-05-29T21:06:42.363Z | Compiling macaddr v1.0.1 |
805 | 2024-05-29T21:06:45.460Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
806 | 2024-05-29T21:06:53.134Z | Compiling test-project v0.1.0 (/tmp/test-project) |
807 | 2024-05-29T21:07:02.759Z | Finished release [optimized] target(s) in 2m 00s |
808 | 2024-05-29T21:07:02.791Z | process exited: duration 190652 ms, exit code 0 |
|
809 | 2024-05-29T21:07:02.851Z | found 0 output files |