|
|
|
1 | 2024-07-31T03:24:29.701Z | job assigned to worker 01J43D0Y4ATX7Z7Y4TGEJVCVF8 (queued for 1 m 3 s) |
|
2 | 2024-07-31T03:24:38.078Z | starting task 0: "setup" |
3 | 2024-07-31T03:24:38.133Z | ++ uname -s |
4 | 2024-07-31T03:24:38.136Z | + kern=SunOS |
5 | 2024-07-31T03:24:38.136Z | + case "$kern" in |
6 | 2024-07-31T03:24:38.136Z | + groupadd -g 12345 build |
7 | 2024-07-31T03:24:38.139Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-31T03:24:40.156Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-31T03:24:40.305Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-31T03:24:40.308Z | + home_fs=zfs |
11 | 2024-07-31T03:24:40.308Z | + [[ zfs == autofs ]] |
12 | 2024-07-31T03:24:40.308Z | + mkdir -p /home/build |
13 | 2024-07-31T03:24:40.311Z | + chown build:build /home/build /work |
14 | 2024-07-31T03:24:42.311Z | + chmod 0700 /home/build /work |
15 | 2024-07-31T03:24:42.314Z | process exited: duration 4235 ms, exit code 0 |
|
16 | 2024-07-31T03:24:42.320Z | starting task 1: "rust-toolchain" |
17 | 2024-07-31T03:24:42.325Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-31T03:24:42.325Z | ' 1.78.0 |
19 | 2024-07-31T03:24:42.325Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-31T03:24:42.325Z | ' default |
21 | 2024-07-31T03:24:42.325Z | * toolchain channel = "1.78.0" |
22 | 2024-07-31T03:24:42.325Z | * toolchain profile = "default" |
23 | 2024-07-31T03:24:42.328Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-31T03:24:42.328Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-31T03:24:42.439Z | info: downloading installer |
26 | 2024-07-31T03:24:44.143Z | info: profile set to 'default' |
27 | 2024-07-31T03:24:44.143Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-31T03:24:44.143Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-31T03:24:44.292Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-31T03:24:44.292Z | info: downloading component 'cargo' |
31 | 2024-07-31T03:24:45.142Z | info: downloading component 'clippy' |
32 | 2024-07-31T03:24:45.435Z | info: downloading component 'rust-docs' |
33 | 2024-07-31T03:24:46.559Z | info: downloading component 'rust-std' |
34 | 2024-07-31T03:24:48.370Z | info: downloading component 'rustc' |
35 | 2024-07-31T03:24:52.950Z | info: downloading component 'rustfmt' |
36 | 2024-07-31T03:24:53.202Z | info: installing component 'cargo' |
37 | 2024-07-31T03:24:54.025Z | info: installing component 'clippy' |
38 | 2024-07-31T03:24:54.381Z | info: installing component 'rust-docs' |
39 | 2024-07-31T03:24:55.891Z | info: installing component 'rust-std' |
40 | 2024-07-31T03:24:57.602Z | info: installing component 'rustc' |
41 | 2024-07-31T03:25:01.839Z | info: installing component 'rustfmt' |
42 | 2024-07-31T03:25:02.167Z | |
43 | 2024-07-31T03:25:02.167Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-07-31T03:25:02.435Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-31T03:25:02.435Z | |
46 | 2024-07-31T03:25:02.437Z | |
47 | 2024-07-31T03:25:02.437Z | Rust is installed now. Great! |
48 | 2024-07-31T03:25:02.437Z | |
49 | 2024-07-31T03:25:02.437Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-31T03:25:02.437Z | environment variable. This has not been done automatically. |
51 | 2024-07-31T03:25:02.437Z | |
52 | 2024-07-31T03:25:02.437Z | To configure your current shell, you need to source |
53 | 2024-07-31T03:25:02.438Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-31T03:25:02.438Z | |
55 | 2024-07-31T03:25:02.438Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-31T03:25:02.438Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-31T03:25:02.438Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-31T03:25:02.503Z | + rustc --version |
59 | 2024-07-31T03:25:02.563Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-31T03:25:02.566Z | process exited: duration 20244 ms, exit code 0 |
|
61 | 2024-07-31T03:25:02.571Z | starting task 2: "authentication" |
62 | 2024-07-31T03:25:02.592Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-31T03:25:02.599Z | starting task 3: "clone repository" |
64 | 2024-07-31T03:25:02.602Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-31T03:25:02.604Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-31T03:25:02.810Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-31T03:25:10.028Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-31T03:25:10.028Z | + git fetch origin c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
69 | 2024-07-31T03:25:10.308Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-31T03:25:10.308Z | * branch c2c09ff92a25f6ff802060f5964c61de26a7c6ea -> FETCH_HEAD |
71 | 2024-07-31T03:25:10.317Z | + [[ -n renovate/actions-checkout-4.x ]] |
72 | 2024-07-31T03:25:10.322Z | ++ git branch --show-current |
73 | 2024-07-31T03:25:10.322Z | + current=main |
74 | 2024-07-31T03:25:10.322Z | + [[ main != renovate/actions-checkout-4.x ]] |
75 | 2024-07-31T03:25:10.322Z | + git branch -f renovate/actions-checkout-4.x c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
76 | 2024-07-31T03:25:10.326Z | + git checkout -f renovate/actions-checkout-4.x |
77 | 2024-07-31T03:25:10.459Z | Switched to branch 'renovate/actions-checkout-4.x' |
78 | 2024-07-31T03:25:10.463Z | + git reset --hard c2c09ff92a25f6ff802060f5964c61de26a7c6ea |
79 | 2024-07-31T03:25:10.593Z | HEAD is now at c2c09ff92 Update actions/checkout action to v4.1.7 |
80 | 2024-07-31T03:25:10.596Z | process exited: duration 7995 ms, exit code 0 |
|
81 | 2024-07-31T03:25:10.607Z | starting task 4: "build" |
82 | 2024-07-31T03:25:10.613Z | + cargo --version |
83 | 2024-07-31T03:25:10.661Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-31T03:25:10.664Z | + rustc --version |
85 | 2024-07-31T03:25:10.718Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-31T03:25:10.720Z | + cd /tmp |
87 | 2024-07-31T03:25:10.721Z | + cargo new --lib test-project |
88 | 2024-07-31T03:25:10.773Z | Creating library `test-project` package |
89 | 2024-07-31T03:25:10.848Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-31T03:25:10.851Z | + cd test-project |
91 | 2024-07-31T03:25:10.851Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-31T03:25:10.905Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-31T03:25:10.905Z | Features: |
94 | 2024-07-31T03:25:10.905Z | - proptest |
95 | 2024-07-31T03:25:10.905Z | - test-strategy |
96 | 2024-07-31T03:25:10.905Z | - testing |
97 | 2024-07-31T03:25:10.908Z | Updating crates.io index |
98 | 2024-07-31T03:25:10.968Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-31T03:25:11.684Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-31T03:25:12.421Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-31T03:25:12.658Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-31T03:25:14.494Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-31T03:25:14.749Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-31T03:25:15.044Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-31T03:25:17.754Z | + cargo check |
106 | 2024-07-31T03:25:17.958Z | Downloading crates ... |
107 | 2024-07-31T03:25:18.037Z | Downloaded ahash v0.8.11 |
108 | 2024-07-31T03:25:18.045Z | Downloaded foreign-types-shared v0.1.1 |
109 | 2024-07-31T03:25:18.047Z | Downloaded dtrace-parser v0.2.0 |
110 | 2024-07-31T03:25:18.055Z | Downloaded instant v0.1.13 |
111 | 2024-07-31T03:25:18.058Z | Downloaded openssl-macros v0.1.1 |
112 | 2024-07-31T03:25:18.058Z | Downloaded crypto-common v0.1.6 |
113 | 2024-07-31T03:25:18.061Z | Downloaded async-stream v0.3.5 |
114 | 2024-07-31T03:25:18.061Z | Downloaded num-conv v0.1.0 |
115 | 2024-07-31T03:25:18.066Z | Downloaded ident_case v1.0.1 |
116 | 2024-07-31T03:25:18.066Z | Downloaded digest v0.10.7 |
117 | 2024-07-31T03:25:18.069Z | Downloaded hostname v0.4.0 |
118 | 2024-07-31T03:25:18.069Z | Downloaded dirs-sys-next v0.1.2 |
119 | 2024-07-31T03:25:18.072Z | Downloaded fnv v1.0.7 |
120 | 2024-07-31T03:25:18.072Z | Downloaded autocfg v1.3.0 |
121 | 2024-07-31T03:25:18.078Z | Downloaded want v0.3.1 |
122 | 2024-07-31T03:25:18.087Z | Downloaded debug-ignore v1.0.5 |
123 | 2024-07-31T03:25:18.087Z | Downloaded futures-macro v0.3.30 |
124 | 2024-07-31T03:25:18.091Z | Downloaded usdt-attr-macro v0.5.0 |
125 | 2024-07-31T03:25:18.091Z | Downloaded usdt-macro v0.5.0 |
126 | 2024-07-31T03:25:18.091Z | Downloaded http-body v0.4.6 |
127 | 2024-07-31T03:25:18.091Z | Downloaded hex v0.4.3 |
128 | 2024-07-31T03:25:18.091Z | Downloaded futures-sink v0.3.30 |
129 | 2024-07-31T03:25:18.091Z | Downloaded waitgroup v0.1.2 |
130 | 2024-07-31T03:25:18.092Z | Downloaded httpdate v1.0.3 |
131 | 2024-07-31T03:25:18.094Z | Downloaded sync_wrapper v0.1.2 |
132 | 2024-07-31T03:25:18.094Z | Downloaded block-buffer v0.10.4 |
133 | 2024-07-31T03:25:18.095Z | Downloaded futures-core v0.3.30 |
134 | 2024-07-31T03:25:18.095Z | Downloaded ppv-lite86 v0.2.19 |
135 | 2024-07-31T03:25:18.098Z | Downloaded macaddr v1.0.1 |
136 | 2024-07-31T03:25:18.101Z | Downloaded plain v0.2.3 |
137 | 2024-07-31T03:25:18.101Z | Downloaded pin-utils v0.1.0 |
138 | 2024-07-31T03:25:18.101Z | Downloaded percent-encoding v2.3.1 |
139 | 2024-07-31T03:25:18.105Z | Downloaded version_check v0.9.5 |
140 | 2024-07-31T03:25:18.105Z | Downloaded usdt-impl v0.5.0 |
141 | 2024-07-31T03:25:18.108Z | Downloaded pretty-hex v0.4.1 |
142 | 2024-07-31T03:25:18.108Z | Downloaded getrandom v0.2.15 |
143 | 2024-07-31T03:25:18.111Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-07-31T03:25:18.112Z | Downloaded serde_path_to_error v0.1.16 |
145 | 2024-07-31T03:25:18.115Z | Downloaded slog-bunyan v2.5.0 |
146 | 2024-07-31T03:25:18.115Z | Downloaded multer v3.1.0 |
147 | 2024-07-31T03:25:18.118Z | Downloaded serde_urlencoded v0.7.1 |
148 | 2024-07-31T03:25:18.121Z | Downloaded structmeta v0.3.0 |
149 | 2024-07-31T03:25:18.121Z | Downloaded strsim v0.11.1 |
150 | 2024-07-31T03:25:18.121Z | Downloaded async-stream-impl v0.3.5 |
151 | 2024-07-31T03:25:18.124Z | Downloaded signal-hook-registry v1.4.2 |
152 | 2024-07-31T03:25:18.124Z | Downloaded subtle v2.6.1 |
153 | 2024-07-31T03:25:18.127Z | Downloaded foreign-types v0.3.2 |
154 | 2024-07-31T03:25:18.127Z | Downloaded darling_macro v0.20.10 |
155 | 2024-07-31T03:25:18.127Z | Downloaded schemars_derive v0.8.21 |
156 | 2024-07-31T03:25:18.129Z | Downloaded scroll v0.12.0 |
157 | 2024-07-31T03:25:18.132Z | Downloaded serde_tokenstream v0.2.1 |
158 | 2024-07-31T03:25:18.135Z | Downloaded untrusted v0.9.0 |
159 | 2024-07-31T03:25:18.135Z | Downloaded thiserror-impl v1.0.63 |
160 | 2024-07-31T03:25:18.139Z | Downloaded pest_derive v2.7.11 |
161 | 2024-07-31T03:25:18.142Z | Downloaded openssl-probe v0.1.5 |
162 | 2024-07-31T03:25:18.142Z | Downloaded pest_generator v2.7.11 |
163 | 2024-07-31T03:25:18.145Z | Downloaded is-terminal v0.4.12 |
164 | 2024-07-31T03:25:18.145Z | Downloaded tinyvec_macros v0.1.1 |
165 | 2024-07-31T03:25:18.145Z | Downloaded tower-service v0.3.2 |
166 | 2024-07-31T03:25:18.147Z | Downloaded take_mut v0.2.2 |
167 | 2024-07-31T03:25:18.147Z | Downloaded scroll_derive v0.12.0 |
168 | 2024-07-31T03:25:18.147Z | Downloaded strum v0.26.3 |
169 | 2024-07-31T03:25:18.147Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2024-07-31T03:25:18.150Z | Downloaded match_cfg v0.1.0 |
171 | 2024-07-31T03:25:18.150Z | Downloaded mime v0.3.17 |
172 | 2024-07-31T03:25:18.154Z | Downloaded zerocopy-derive v0.7.35 |
173 | 2024-07-31T03:25:18.156Z | Downloaded futures-executor v0.3.30 |
174 | 2024-07-31T03:25:18.159Z | Downloaded powerfmt v0.2.0 |
175 | 2024-07-31T03:25:18.159Z | Downloaded sha2 v0.10.8 |
176 | 2024-07-31T03:25:18.163Z | Downloaded rustls-pki-types v1.7.0 |
177 | 2024-07-31T03:25:18.166Z | Downloaded structmeta-derive v0.3.0 |
178 | 2024-07-31T03:25:18.166Z | Downloaded try-lock v0.2.5 |
179 | 2024-07-31T03:25:18.166Z | Downloaded term v0.7.0 |
180 | 2024-07-31T03:25:18.169Z | Downloaded time-core v0.1.2 |
181 | 2024-07-31T03:25:18.172Z | Downloaded heck v0.5.0 |
182 | 2024-07-31T03:25:18.172Z | Downloaded byteorder v1.5.0 |
183 | 2024-07-31T03:25:18.174Z | Downloaded hyper-rustls v0.24.2 |
184 | 2024-07-31T03:25:18.177Z | Downloaded unicode-ident v1.0.12 |
185 | 2024-07-31T03:25:18.179Z | Downloaded form_urlencoded v1.2.1 |
186 | 2024-07-31T03:25:18.179Z | Downloaded rand_core v0.6.4 |
187 | 2024-07-31T03:25:18.182Z | Downloaded slab v0.4.9 |
188 | 2024-07-31T03:25:18.182Z | Downloaded serde_spanned v0.6.7 |
189 | 2024-07-31T03:25:18.185Z | Downloaded scopeguard v1.2.0 |
190 | 2024-07-31T03:25:18.185Z | Downloaded uuid v1.10.0 |
191 | 2024-07-31T03:25:18.188Z | Downloaded newtype-uuid v1.1.0 |
192 | 2024-07-31T03:25:18.191Z | Downloaded thread-id v4.2.2 |
193 | 2024-07-31T03:25:18.191Z | Downloaded slog-async v2.8.0 |
194 | 2024-07-31T03:25:18.194Z | Downloaded rustversion v1.0.17 |
195 | 2024-07-31T03:25:18.196Z | Downloaded sha1 v0.10.6 |
196 | 2024-07-31T03:25:18.196Z | Downloaded slog-json v2.6.1 |
197 | 2024-07-31T03:25:18.200Z | Downloaded thread_local v1.1.8 |
198 | 2024-07-31T03:25:18.203Z | Downloaded slog v2.7.0 |
199 | 2024-07-31T03:25:18.203Z | Downloaded tokio-native-tls v0.3.1 |
200 | 2024-07-31T03:25:18.206Z | Downloaded quote v1.0.36 |
201 | 2024-07-31T03:25:18.208Z | Downloaded bytes v1.6.1 |
202 | 2024-07-31T03:25:18.212Z | Downloaded unsafe-libyaml v0.2.11 |
203 | 2024-07-31T03:25:18.215Z | Downloaded openssl-sys v0.9.103 |
204 | 2024-07-31T03:25:18.221Z | Downloaded spin v0.9.8 |
205 | 2024-07-31T03:25:18.224Z | Downloaded thiserror v1.0.63 |
206 | 2024-07-31T03:25:18.228Z | Downloaded tokio-macros v2.4.0 |
207 | 2024-07-31T03:25:18.231Z | Downloaded socket2 v0.5.7 |
208 | 2024-07-31T03:25:18.234Z | Downloaded darling v0.20.10 |
209 | 2024-07-31T03:25:18.237Z | Downloaded iana-time-zone v0.1.60 |
210 | 2024-07-31T03:25:18.242Z | Downloaded once_cell v1.19.0 |
211 | 2024-07-31T03:25:18.246Z | Downloaded proc-macro2 v1.0.86 |
212 | 2024-07-31T03:25:18.246Z | Downloaded native-tls v0.2.12 |
213 | 2024-07-31T03:25:18.250Z | Downloaded httparse v1.9.4 |
214 | 2024-07-31T03:25:18.250Z | Downloaded serde_derive v1.0.204 |
215 | 2024-07-31T03:25:18.252Z | Downloaded tokio-rustls v0.24.1 |
216 | 2024-07-31T03:25:18.255Z | Downloaded tokio-rustls v0.25.0 |
217 | 2024-07-31T03:25:18.255Z | Downloaded base64 v0.21.7 |
218 | 2024-07-31T03:25:18.259Z | Downloaded serde_yaml v0.9.34+deprecated |
219 | 2024-07-31T03:25:18.262Z | Downloaded time-macros v0.2.18 |
220 | 2024-07-31T03:25:18.265Z | Downloaded crossbeam-utils v0.8.20 |
221 | 2024-07-31T03:25:18.268Z | Downloaded toml_datetime v0.6.8 |
222 | 2024-07-31T03:25:18.271Z | Downloaded schemars v0.8.21 |
223 | 2024-07-31T03:25:18.282Z | Downloaded anyhow v1.0.86 |
224 | 2024-07-31T03:25:18.286Z | Downloaded ucd-trie v0.1.6 |
225 | 2024-07-31T03:25:18.294Z | Downloaded rand v0.8.5 |
226 | 2024-07-31T03:25:18.298Z | Downloaded url v2.5.2 |
227 | 2024-07-31T03:25:18.298Z | Downloaded tinyvec v1.8.0 |
228 | 2024-07-31T03:25:18.298Z | Downloaded log v0.4.22 |
229 | 2024-07-31T03:25:18.301Z | Downloaded ipnet v2.9.0 |
230 | 2024-07-31T03:25:18.301Z | Downloaded crossbeam-channel v0.5.13 |
231 | 2024-07-31T03:25:18.306Z | Downloaded num-traits v0.2.19 |
232 | 2024-07-31T03:25:18.309Z | Downloaded serde v1.0.204 |
233 | 2024-07-31T03:25:18.312Z | Downloaded camino v1.1.7 |
234 | 2024-07-31T03:25:18.317Z | Downloaded typenum v1.17.0 |
235 | 2024-07-31T03:25:18.320Z | Downloaded unicode-bidi v0.3.15 |
236 | 2024-07-31T03:25:18.323Z | Downloaded winnow v0.6.16 |
237 | 2024-07-31T03:25:18.329Z | Downloaded toml v0.8.17 |
238 | 2024-07-31T03:25:18.333Z | Downloaded pest v2.7.11 |
239 | 2024-07-31T03:25:18.339Z | Downloaded tracing-core v0.1.32 |
240 | 2024-07-31T03:25:18.342Z | Downloaded hashbrown v0.12.3 |
241 | 2024-07-31T03:25:18.345Z | Downloaded http v1.1.0 |
242 | 2024-07-31T03:25:18.349Z | Downloaded http v0.2.12 |
243 | 2024-07-31T03:25:18.353Z | Downloaded tracing v0.1.40 |
244 | 2024-07-31T03:25:18.357Z | Downloaded serde_with v3.9.0 |
245 | 2024-07-31T03:25:18.366Z | Downloaded mio v1.0.1 |
246 | 2024-07-31T03:25:18.371Z | Downloaded serde_json v1.0.121 |
247 | 2024-07-31T03:25:18.379Z | Downloaded toml_edit v0.22.18 |
248 | 2024-07-31T03:25:18.402Z | Downloaded tokio-util v0.7.11 |
249 | 2024-07-31T03:25:18.408Z | Downloaded rustls-webpki v0.102.6 |
250 | 2024-07-31T03:25:18.427Z | Downloaded rustls-webpki v0.101.7 |
251 | 2024-07-31T03:25:18.440Z | Downloaded vcpkg v0.2.15 |
252 | 2024-07-31T03:25:18.478Z | Downloaded regex v1.10.5 |
253 | 2024-07-31T03:25:18.490Z | Downloaded webpki-roots v0.25.4 |
254 | 2024-07-31T03:25:18.494Z | Downloaded rustls v0.21.12 |
255 | 2024-07-31T03:25:18.506Z | Downloaded syn v2.0.72 |
256 | 2024-07-31T03:25:18.516Z | Downloaded openapiv3 v2.0.0 |
257 | 2024-07-31T03:25:18.528Z | Downloaded rustls v0.22.4 |
258 | 2024-07-31T03:25:18.541Z | Downloaded regress v0.9.1 |
259 | 2024-07-31T03:25:18.549Z | Downloaded regex-syntax v0.8.4 |
260 | 2024-07-31T03:25:18.558Z | Downloaded regress v0.10.0 |
261 | 2024-07-31T03:25:18.566Z | Downloaded idna v0.5.0 |
262 | 2024-07-31T03:25:18.572Z | Downloaded libc v0.2.155 |
263 | 2024-07-31T03:25:18.600Z | Downloaded openssl v0.10.66 |
264 | 2024-07-31T03:25:18.607Z | Downloaded tokio v1.39.2 |
265 | 2024-07-31T03:25:18.642Z | Downloaded regex-automata v0.4.7 |
266 | 2024-07-31T03:25:18.658Z | Downloaded encoding_rs v0.8.34 |
267 | 2024-07-31T03:25:18.678Z | Downloaded hyper v0.14.30 |
268 | 2024-07-31T03:25:18.685Z | Downloaded goblin v0.8.2 |
269 | 2024-07-31T03:25:18.690Z | Downloaded chrono v0.4.38 |
270 | 2024-07-31T03:25:18.697Z | Downloaded aho-corasick v1.1.3 |
271 | 2024-07-31T03:25:18.703Z | Downloaded futures-util v0.3.30 |
272 | 2024-07-31T03:25:18.714Z | Downloaded time v0.3.36 |
273 | 2024-07-31T03:25:18.720Z | Downloaded reqwest v0.11.27 |
274 | 2024-07-31T03:25:18.726Z | Downloaded h2 v0.3.26 |
275 | 2024-07-31T03:25:18.733Z | Downloaded zerocopy v0.7.35 |
276 | 2024-07-31T03:25:18.748Z | Downloaded hashbrown v0.14.5 |
277 | 2024-07-31T03:25:18.752Z | Downloaded indexmap v2.2.6 |
278 | 2024-07-31T03:25:18.756Z | Downloaded base64 v0.22.1 |
279 | 2024-07-31T03:25:18.759Z | Downloaded memchr v2.7.4 |
280 | 2024-07-31T03:25:18.764Z | Downloaded unicode-normalization v0.1.23 |
281 | 2024-07-31T03:25:18.768Z | Downloaded futures-task v0.3.30 |
282 | 2024-07-31T03:25:18.770Z | Downloaded strum_macros v0.26.4 |
283 | 2024-07-31T03:25:18.770Z | Downloaded smallvec v1.13.2 |
284 | 2024-07-31T03:25:18.774Z | Downloaded serde_with_macros v3.9.0 |
285 | 2024-07-31T03:25:18.778Z | Downloaded futures-channel v0.3.30 |
286 | 2024-07-31T03:25:18.778Z | Downloaded backoff v0.4.0 |
287 | 2024-07-31T03:25:18.780Z | Downloaded semver v1.0.23 |
288 | 2024-07-31T03:25:18.780Z | Downloaded ryu v1.0.18 |
289 | 2024-07-31T03:25:18.783Z | Downloaded rustls-pemfile v2.1.2 |
290 | 2024-07-31T03:25:18.787Z | Downloaded cc v1.1.7 |
291 | 2024-07-31T03:25:18.789Z | Downloaded indexmap v1.9.3 |
292 | 2024-07-31T03:25:18.792Z | Downloaded allocator-api2 v0.2.18 |
293 | 2024-07-31T03:25:18.794Z | Downloaded pin-project-lite v0.2.14 |
294 | 2024-07-31T03:25:18.797Z | Downloaded memmap v0.7.0 |
295 | 2024-07-31T03:25:18.800Z | Downloaded hostname v0.3.1 |
296 | 2024-07-31T03:25:18.800Z | Downloaded futures v0.3.30 |
297 | 2024-07-31T03:25:18.804Z | Downloaded dyn-clone v1.0.17 |
298 | 2024-07-31T03:25:18.807Z | Downloaded dirs-next v2.0.0 |
299 | 2024-07-31T03:25:18.807Z | Downloaded generic-array v0.14.7 |
300 | 2024-07-31T03:25:18.810Z | Downloaded dof v0.3.0 |
301 | 2024-07-31T03:25:18.810Z | Downloaded cfg-if v1.0.0 |
302 | 2024-07-31T03:25:18.812Z | Downloaded parking_lot v0.12.3 |
303 | 2024-07-31T03:25:18.812Z | Downloaded futures-io v0.3.30 |
304 | 2024-07-31T03:25:18.815Z | Downloaded cpufeatures v0.2.12 |
305 | 2024-07-31T03:25:18.815Z | Downloaded atomic-waker v1.1.2 |
306 | 2024-07-31T03:25:18.817Z | Downloaded pest_meta v2.7.11 |
307 | 2024-07-31T03:25:18.818Z | Downloaded parking_lot_core v0.9.10 |
308 | 2024-07-31T03:25:18.820Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2024-07-31T03:25:18.823Z | Downloaded deranged v0.3.11 |
310 | 2024-07-31T03:25:18.823Z | Downloaded slog-term v2.9.1 |
311 | 2024-07-31T03:25:18.825Z | Downloaded sct v0.7.1 |
312 | 2024-07-31T03:25:18.828Z | Downloaded darling_core v0.20.10 |
313 | 2024-07-31T03:25:18.831Z | Downloaded pkg-config v0.3.30 |
314 | 2024-07-31T03:25:18.834Z | Downloaded ring v0.17.8 |
315 | 2024-07-31T03:25:18.897Z | Downloaded paste v1.0.15 |
316 | 2024-07-31T03:25:18.900Z | Downloaded parse-display v0.9.1 |
317 | 2024-07-31T03:25:18.900Z | Downloaded rustls-pemfile v1.0.4 |
318 | 2024-07-31T03:25:18.903Z | Downloaded zeroize v1.8.1 |
319 | 2024-07-31T03:25:18.903Z | Downloaded equivalent v1.0.1 |
320 | 2024-07-31T03:25:18.903Z | Downloaded bitflags v2.6.0 |
321 | 2024-07-31T03:25:18.906Z | Downloaded lock_api v0.4.12 |
322 | 2024-07-31T03:25:18.908Z | Downloaded itoa v1.0.11 |
323 | 2024-07-31T03:25:18.908Z | Downloaded async-trait v0.1.81 |
324 | 2024-07-31T03:25:18.911Z | Downloaded ipnetwork v0.20.0 |
325 | 2024-07-31T03:25:18.914Z | Downloaded hyper-tls v0.5.0 |
326 | 2024-07-31T03:25:18.914Z | Downloaded parse-display-derive v0.9.1 |
327 | 2024-07-31T03:25:18.914Z | Downloaded usdt v0.5.0 |
328 | 2024-07-31T03:25:18.917Z | Downloaded num_threads v0.1.7 |
329 | 2024-07-31T03:25:19.028Z | Compiling proc-macro2 v1.0.86 |
330 | 2024-07-31T03:25:19.028Z | Compiling unicode-ident v1.0.12 |
331 | 2024-07-31T03:25:19.029Z | Compiling libc v0.2.155 |
332 | 2024-07-31T03:25:19.029Z | Checking cfg-if v1.0.0 |
333 | 2024-07-31T03:25:19.031Z | Compiling version_check v0.9.5 |
334 | 2024-07-31T03:25:19.031Z | Compiling autocfg v1.3.0 |
335 | 2024-07-31T03:25:19.041Z | Compiling serde v1.0.204 |
336 | 2024-07-31T03:25:19.044Z | Checking memchr v2.7.4 |
337 | 2024-07-31T03:25:19.121Z | Compiling serde_json v1.0.121 |
338 | 2024-07-31T03:25:19.627Z | Compiling ahash v0.8.11 |
339 | 2024-07-31T03:25:19.704Z | Checking itoa v1.0.11 |
340 | 2024-07-31T03:25:19.831Z | Checking byteorder v1.5.0 |
341 | 2024-07-31T03:25:20.084Z | Compiling thiserror v1.0.63 |
342 | 2024-07-31T03:25:20.686Z | Checking once_cell v1.19.0 |
343 | 2024-07-31T03:25:20.856Z | Compiling cc v1.1.7 |
344 | 2024-07-31T03:25:21.961Z | Compiling num-traits v0.2.19 |
345 | 2024-07-31T03:25:21.972Z | Checking pin-project-lite v0.2.14 |
346 | 2024-07-31T03:25:22.072Z | Checking ryu v1.0.18 |
347 | 2024-07-31T03:25:22.291Z | Checking bytes v1.6.1 |
348 | 2024-07-31T03:25:22.454Z | Checking log v0.4.22 |
349 | 2024-07-31T03:25:22.473Z | Checking allocator-api2 v0.2.18 |
350 | 2024-07-31T03:25:22.490Z | Compiling lock_api v0.4.12 |
351 | 2024-07-31T03:25:22.650Z | Checking getrandom v0.2.15 |
352 | 2024-07-31T03:25:22.683Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-31T03:25:22.779Z | Compiling quote v1.0.36 |
354 | 2024-07-31T03:25:22.782Z | Compiling schemars v0.8.21 |
355 | 2024-07-31T03:25:22.948Z | Checking futures-core v0.3.30 |
356 | 2024-07-31T03:25:23.026Z | Checking smallvec v1.13.2 |
357 | 2024-07-31T03:25:23.100Z | Checking scopeguard v1.2.0 |
358 | 2024-07-31T03:25:23.103Z | Checking signal-hook-registry v1.4.2 |
359 | 2024-07-31T03:25:23.113Z | Checking mio v1.0.1 |
360 | 2024-07-31T03:25:23.131Z | Compiling syn v2.0.72 |
361 | 2024-07-31T03:25:23.258Z | Compiling ring v0.17.8 |
362 | 2024-07-31T03:25:23.307Z | Checking socket2 v0.5.7 |
363 | 2024-07-31T03:25:23.432Z | Compiling slab v0.4.9 |
364 | 2024-07-31T03:25:23.575Z | Checking futures-sink v0.3.30 |
365 | 2024-07-31T03:25:23.649Z | Checking spin v0.9.8 |
366 | 2024-07-31T03:25:23.669Z | Checking parking_lot v0.12.3 |
367 | 2024-07-31T03:25:23.701Z | Checking untrusted v0.9.0 |
368 | 2024-07-31T03:25:23.748Z | Checking equivalent v1.0.1 |
369 | 2024-07-31T03:25:23.774Z | Checking fnv v1.0.7 |
370 | 2024-07-31T03:25:23.821Z | Checking futures-channel v0.3.30 |
371 | 2024-07-31T03:25:23.835Z | Checking pin-utils v0.1.0 |
372 | 2024-07-31T03:25:23.871Z | Checking futures-task v0.3.30 |
373 | 2024-07-31T03:25:23.895Z | Compiling semver v1.0.23 |
374 | 2024-07-31T03:25:23.984Z | Compiling heck v0.5.0 |
375 | 2024-07-31T03:25:24.074Z | Compiling pkg-config v0.3.30 |
376 | 2024-07-31T03:25:24.081Z | Compiling vcpkg v0.2.15 |
377 | 2024-07-31T03:25:24.147Z | Checking futures-io v0.3.30 |
378 | 2024-07-31T03:25:24.386Z | Checking iana-time-zone v0.1.60 |
379 | 2024-07-31T03:25:24.418Z | Compiling ucd-trie v0.1.6 |
380 | 2024-07-31T03:25:24.504Z | Checking http v0.2.12 |
381 | 2024-07-31T03:25:24.890Z | Compiling httparse v1.9.4 |
382 | 2024-07-31T03:25:25.391Z | Checking dyn-clone v1.0.17 |
383 | 2024-07-31T03:25:25.546Z | Checking tracing-core v0.1.32 |
384 | 2024-07-31T03:25:25.671Z | Compiling openssl-sys v0.9.103 |
385 | 2024-07-31T03:25:25.694Z | Compiling uuid v1.10.0 |
386 | 2024-07-31T03:25:26.084Z | Compiling chrono v0.4.38 |
387 | 2024-07-31T03:25:26.125Z | Checking tracing v0.1.40 |
388 | 2024-07-31T03:25:26.339Z | Checking foreign-types-shared v0.1.1 |
389 | 2024-07-31T03:25:26.391Z | Compiling openssl v0.10.66 |
390 | 2024-07-31T03:25:26.394Z | Checking try-lock v0.2.5 |
391 | 2024-07-31T03:25:26.414Z | Compiling slog v2.7.0 |
392 | 2024-07-31T03:25:26.518Z | Checking want v0.3.1 |
393 | 2024-07-31T03:25:26.548Z | Checking foreign-types v0.3.2 |
394 | 2024-07-31T03:25:26.638Z | Checking http-body v0.4.6 |
395 | 2024-07-31T03:25:26.776Z | Compiling aho-corasick v1.1.3 |
396 | 2024-07-31T03:25:26.880Z | Compiling rustls v0.21.12 |
397 | 2024-07-31T03:25:26.979Z | Checking tinyvec_macros v0.1.1 |
398 | 2024-07-31T03:25:27.034Z | Checking percent-encoding v2.3.1 |
399 | 2024-07-31T03:25:27.121Z | Compiling typenum v1.17.0 |
400 | 2024-07-31T03:25:27.208Z | Compiling native-tls v0.2.12 |
401 | 2024-07-31T03:25:27.487Z | Checking tower-service v0.3.2 |
402 | 2024-07-31T03:25:27.584Z | Compiling regex-syntax v0.8.4 |
403 | 2024-07-31T03:25:27.833Z | Checking bitflags v2.6.0 |
404 | 2024-07-31T03:25:27.942Z | Checking httpdate v1.0.3 |
405 | 2024-07-31T03:25:28.071Z | Checking form_urlencoded v1.2.1 |
406 | 2024-07-31T03:25:28.139Z | Checking tinyvec v1.8.0 |
407 | 2024-07-31T03:25:28.657Z | Compiling generic-array v0.14.7 |
408 | 2024-07-31T03:25:28.948Z | Checking openssl-probe v0.1.5 |
409 | 2024-07-31T03:25:29.150Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-07-31T03:25:29.363Z | Checking unicode-normalization v0.1.23 |
411 | 2024-07-31T03:25:30.631Z | Compiling regex-automata v0.4.7 |
412 | 2024-07-31T03:25:31.313Z | Compiling usdt-impl v0.5.0 |
413 | 2024-07-31T03:25:31.334Z | Checking encoding_rs v0.8.34 |
414 | 2024-07-31T03:25:31.627Z | Compiling num-conv v0.1.0 |
415 | 2024-07-31T03:25:31.873Z | Checking powerfmt v0.2.0 |
416 | 2024-07-31T03:25:32.139Z | Compiling time-core v0.1.2 |
417 | 2024-07-31T03:25:32.284Z | Checking mime v0.3.17 |
418 | 2024-07-31T03:25:32.566Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-31T03:25:32.602Z | Compiling time-macros v0.2.18 |
420 | 2024-07-31T03:25:32.726Z | Checking deranged v0.3.11 |
421 | 2024-07-31T03:25:33.112Z | Checking idna v0.5.0 |
422 | 2024-07-31T03:25:33.882Z | Compiling thread-id v4.2.2 |
423 | 2024-07-31T03:25:34.393Z | Compiling regex v1.10.5 |
424 | 2024-07-31T03:25:34.789Z | Compiling ident_case v1.0.1 |
425 | 2024-07-31T03:25:34.799Z | Compiling serde_derive v1.0.204 |
426 | 2024-07-31T03:25:34.943Z | Compiling zerocopy-derive v0.7.35 |
427 | 2024-07-31T03:25:35.141Z | Compiling thiserror-impl v1.0.63 |
428 | 2024-07-31T03:25:35.388Z | Compiling schemars_derive v0.8.21 |
429 | 2024-07-31T03:25:35.415Z | Compiling tokio-macros v2.4.0 |
430 | 2024-07-31T03:25:37.046Z | Checking zerocopy v0.7.35 |
431 | 2024-07-31T03:25:37.566Z | Checking tokio v1.39.2 |
432 | 2024-07-31T03:25:38.032Z | Compiling futures-macro v0.3.30 |
433 | 2024-07-31T03:25:38.144Z | Compiling pest v2.7.11 |
434 | 2024-07-31T03:25:38.553Z | Compiling openssl-macros v0.1.1 |
435 | 2024-07-31T03:25:38.566Z | Checking rustls-webpki v0.101.7 |
436 | 2024-07-31T03:25:38.938Z | Checking hashbrown v0.14.5 |
437 | 2024-07-31T03:25:39.285Z | Checking sct v0.7.1 |
438 | 2024-07-31T03:25:39.989Z | Checking futures-util v0.3.30 |
439 | 2024-07-31T03:25:40.130Z | Compiling scroll_derive v0.12.0 |
440 | 2024-07-31T03:25:40.621Z | Compiling pest_meta v2.7.11 |
441 | 2024-07-31T03:25:40.852Z | Compiling regress v0.10.0 |
442 | 2024-07-31T03:25:41.649Z | Checking scroll v0.12.0 |
443 | 2024-07-31T03:25:42.115Z | Compiling pest_generator v2.7.11 |
444 | 2024-07-31T03:25:44.512Z | Checking tokio-util v0.7.11 |
445 | 2024-07-31T03:25:44.817Z | Checking tokio-native-tls v0.3.1 |
446 | 2024-07-31T03:25:45.038Z | Checking tokio-rustls v0.24.1 |
447 | 2024-07-31T03:25:45.087Z | Compiling pest_derive v2.7.11 |
448 | 2024-07-31T03:25:45.318Z | Compiling crossbeam-utils v0.8.20 |
449 | 2024-07-31T03:25:45.329Z | Checking base64 v0.21.7 |
450 | 2024-07-31T03:25:45.362Z | Checking rustls-pki-types v1.7.0 |
451 | 2024-07-31T03:25:45.660Z | Checking num_threads v0.1.7 |
452 | 2024-07-31T03:25:45.762Z | Compiling strsim v0.11.1 |
453 | 2024-07-31T03:25:45.886Z | Checking plain v0.2.3 |
454 | 2024-07-31T03:25:45.923Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-07-31T03:25:45.944Z | Checking time v0.3.36 |
456 | 2024-07-31T03:25:46.009Z | Checking goblin v0.8.2 |
457 | 2024-07-31T03:25:46.529Z | Compiling darling_core v0.20.10 |
458 | 2024-07-31T03:25:47.140Z | Checking rustls-pemfile v1.0.4 |
459 | 2024-07-31T03:25:47.792Z | Checking url v2.5.2 |
460 | 2024-07-31T03:25:47.890Z | Checking indexmap v2.2.6 |
461 | 2024-07-31T03:25:48.978Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-31T03:25:49.314Z | Checking h2 v0.3.26 |
463 | 2024-07-31T03:25:49.720Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-31T03:25:50.129Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-31T03:25:50.440Z | Checking dirs-sys-next v0.1.2 |
466 | 2024-07-31T03:25:50.822Z | Compiling dof v0.3.0 |
467 | 2024-07-31T03:25:52.127Z | Compiling omicron-workspace-hack v0.1.0 |
468 | 2024-07-31T03:25:52.219Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
469 | 2024-07-31T03:25:52.413Z | Compiling paste v1.0.15 |
470 | 2024-07-31T03:25:52.933Z | Checking pretty-hex v0.4.1 |
471 | 2024-07-31T03:25:52.939Z | Compiling rustls v0.22.4 |
472 | 2024-07-31T03:25:53.087Z | Checking webpki-roots v0.25.4 |
473 | 2024-07-31T03:25:53.211Z | Checking sync_wrapper v0.1.2 |
474 | 2024-07-31T03:25:53.214Z | Checking ipnet v2.9.0 |
475 | 2024-07-31T03:25:53.317Z | Compiling rustversion v1.0.17 |
476 | 2024-07-31T03:25:53.408Z | Checking hyper v0.14.30 |
477 | 2024-07-31T03:25:53.574Z | Compiling unsafe-libyaml v0.2.11 |
478 | 2024-07-31T03:25:53.951Z | Compiling darling_macro v0.20.10 |
479 | 2024-07-31T03:25:54.210Z | Checking dirs-next v2.0.0 |
480 | 2024-07-31T03:25:54.321Z | Checking toml_datetime v0.6.8 |
481 | 2024-07-31T03:25:54.566Z | Checking serde_spanned v0.6.7 |
482 | 2024-07-31T03:25:54.697Z | Checking rustls-webpki v0.102.6 |
483 | 2024-07-31T03:25:54.728Z | Checking ppv-lite86 v0.2.19 |
484 | 2024-07-31T03:25:54.928Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-07-31T03:25:55.285Z | Compiling structmeta-derive v0.3.0 |
486 | 2024-07-31T03:25:55.311Z | Checking block-buffer v0.10.4 |
487 | 2024-07-31T03:25:55.392Z | Checking crypto-common v0.1.6 |
488 | 2024-07-31T03:25:55.427Z | Checking rand_core v0.6.4 |
489 | 2024-07-31T03:25:55.500Z | Checking thread_local v1.1.8 |
490 | 2024-07-31T03:25:55.547Z | Compiling multer v3.1.0 |
491 | 2024-07-31T03:25:55.558Z | Checking match_cfg v0.1.0 |
492 | 2024-07-31T03:25:55.624Z | Compiling slog-async v2.8.0 |
493 | 2024-07-31T03:25:55.706Z | Checking winnow v0.6.16 |
494 | 2024-07-31T03:25:55.759Z | Checking subtle v2.6.1 |
495 | 2024-07-31T03:25:55.832Z | Compiling anyhow v1.0.86 |
496 | 2024-07-31T03:25:55.962Z | Checking zeroize v1.8.1 |
497 | 2024-07-31T03:25:56.076Z | Compiling camino v1.1.7 |
498 | 2024-07-31T03:25:56.639Z | Checking rand_chacha v0.3.1 |
499 | 2024-07-31T03:25:56.701Z | Checking hostname v0.3.1 |
500 | 2024-07-31T03:25:56.987Z | Checking digest v0.10.7 |
501 | 2024-07-31T03:25:57.294Z | Checking crossbeam-channel v0.5.13 |
502 | 2024-07-31T03:25:57.305Z | Compiling darling v0.20.10 |
503 | 2024-07-31T03:25:57.399Z | Checking term v0.7.0 |
504 | 2024-07-31T03:25:57.743Z | Checking hyper-rustls v0.24.2 |
505 | 2024-07-31T03:25:57.810Z | Checking hyper-tls v0.5.0 |
506 | 2024-07-31T03:25:58.067Z | Checking reqwest v0.11.27 |
507 | 2024-07-31T03:25:58.113Z | Compiling structmeta v0.3.0 |
508 | 2024-07-31T03:25:58.493Z | Compiling usdt-macro v0.5.0 |
509 | 2024-07-31T03:25:58.684Z | Checking toml_edit v0.22.18 |
510 | 2024-07-31T03:25:58.817Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-31T03:25:59.094Z | Checking slog-json v2.6.1 |
512 | 2024-07-31T03:25:59.313Z | Checking futures-executor v0.3.30 |
513 | 2024-07-31T03:25:59.334Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
514 | 2024-07-31T03:25:59.354Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-07-31T03:25:59.519Z | Checking http v1.1.0 |
516 | 2024-07-31T03:25:59.632Z | Checking memmap v0.7.0 |
517 | 2024-07-31T03:25:59.774Z | Checking is-terminal v0.4.12 |
518 | 2024-07-31T03:25:59.820Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
519 | 2024-07-31T03:25:59.871Z | Checking base64 v0.22.1 |
520 | 2024-07-31T03:25:59.874Z | Checking cpufeatures v0.2.12 |
521 | 2024-07-31T03:25:59.958Z | Checking take_mut v0.2.2 |
522 | 2024-07-31T03:26:00.087Z | Checking atomic-waker v1.1.2 |
523 | 2024-07-31T03:26:00.189Z | Checking waitgroup v0.1.2 |
524 | 2024-07-31T03:26:00.267Z | Checking usdt v0.5.0 |
525 | 2024-07-31T03:26:00.299Z | Checking sha1 v0.10.6 |
526 | 2024-07-31T03:26:00.317Z | Checking rustls-pemfile v2.1.2 |
527 | 2024-07-31T03:26:00.435Z | Checking tokio-rustls v0.25.0 |
528 | 2024-07-31T03:26:00.491Z | Checking slog-term v2.9.1 |
529 | 2024-07-31T03:26:00.516Z | Checking futures v0.3.30 |
530 | 2024-07-31T03:26:00.529Z | Compiling strum_macros v0.26.4 |
531 | 2024-07-31T03:26:00.604Z | Checking slog-bunyan v2.5.0 |
532 | 2024-07-31T03:26:00.682Z | Checking async-stream v0.3.5 |
533 | 2024-07-31T03:26:00.742Z | Compiling parse-display-derive v0.9.1 |
534 | 2024-07-31T03:26:00.760Z | Compiling serde_with_macros v3.9.0 |
535 | 2024-07-31T03:26:00.833Z | Checking rand v0.8.5 |
536 | 2024-07-31T03:26:01.184Z | Checking toml v0.8.17 |
537 | 2024-07-31T03:26:01.590Z | Checking newtype-uuid v1.1.0 |
538 | 2024-07-31T03:26:01.613Z | Checking ipnetwork v0.20.0 |
539 | 2024-07-31T03:26:01.807Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
540 | 2024-07-31T03:26:01.918Z | Checking serde_path_to_error v0.1.16 |
541 | 2024-07-31T03:26:01.953Z | Checking hex v0.4.3 |
542 | 2024-07-31T03:26:02.047Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
543 | 2024-07-31T03:26:02.474Z | Compiling async-trait v0.1.81 |
544 | 2024-07-31T03:26:02.512Z | Checking hostname v0.4.0 |
545 | 2024-07-31T03:26:02.626Z | Checking instant v0.1.13 |
546 | 2024-07-31T03:26:02.725Z | Checking debug-ignore v1.0.5 |
547 | 2024-07-31T03:26:02.841Z | Checking backoff v0.4.0 |
548 | 2024-07-31T03:26:02.848Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
549 | 2024-07-31T03:26:02.955Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
550 | 2024-07-31T03:26:03.100Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
551 | 2024-07-31T03:26:03.101Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
552 | 2024-07-31T03:26:03.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
553 | 2024-07-31T03:26:03.490Z | Checking macaddr v1.0.1 |
554 | 2024-07-31T03:26:03.518Z | Checking serde_with v3.9.0 |
555 | 2024-07-31T03:26:03.789Z | Checking regress v0.9.1 |
556 | 2024-07-31T03:26:04.891Z | Checking parse-display v0.9.1 |
557 | 2024-07-31T03:26:05.345Z | Checking strum v0.26.3 |
558 | 2024-07-31T03:26:05.878Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
559 | 2024-07-31T03:26:07.789Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
560 | 2024-07-31T03:26:07.845Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
561 | 2024-07-31T03:26:10.486Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
562 | 2024-07-31T03:26:16.612Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
563 | 2024-07-31T03:26:16.712Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
564 | 2024-07-31T03:26:19.358Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
565 | 2024-07-31T03:26:25.520Z | Checking test-project v0.1.0 (/tmp/test-project) |
566 | 2024-07-31T03:26:25.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
567 | 2024-07-31T03:26:25.626Z | + cargo build --release |
568 | 2024-07-31T03:26:25.869Z | Compiling proc-macro2 v1.0.86 |
569 | 2024-07-31T03:26:25.869Z | Compiling unicode-ident v1.0.12 |
570 | 2024-07-31T03:26:25.869Z | Compiling libc v0.2.155 |
571 | 2024-07-31T03:26:25.872Z | Compiling cfg-if v1.0.0 |
572 | 2024-07-31T03:26:25.872Z | Compiling version_check v0.9.5 |
573 | 2024-07-31T03:26:25.872Z | Compiling autocfg v1.3.0 |
574 | 2024-07-31T03:26:25.904Z | Compiling serde v1.0.204 |
575 | 2024-07-31T03:26:25.908Z | Compiling memchr v2.7.4 |
576 | 2024-07-31T03:26:25.979Z | Compiling serde_json v1.0.121 |
577 | 2024-07-31T03:26:26.036Z | Compiling itoa v1.0.11 |
578 | 2024-07-31T03:26:26.381Z | Compiling thiserror v1.0.63 |
579 | 2024-07-31T03:26:26.428Z | Compiling byteorder v1.5.0 |
580 | 2024-07-31T03:26:26.545Z | Compiling ahash v0.8.11 |
581 | 2024-07-31T03:26:26.653Z | Compiling once_cell v1.19.0 |
582 | 2024-07-31T03:26:26.893Z | Compiling cc v1.1.7 |
583 | 2024-07-31T03:26:27.161Z | Compiling num-traits v0.2.19 |
584 | 2024-07-31T03:26:27.259Z | Compiling quote v1.0.36 |
585 | 2024-07-31T03:26:27.362Z | Compiling getrandom v0.2.15 |
586 | 2024-07-31T03:26:27.473Z | Compiling pin-project-lite v0.2.14 |
587 | 2024-07-31T03:26:27.579Z | Compiling ryu v1.0.18 |
588 | 2024-07-31T03:26:27.627Z | Compiling syn v2.0.72 |
589 | 2024-07-31T03:26:27.750Z | Compiling bytes v1.6.1 |
590 | 2024-07-31T03:26:27.883Z | Compiling log v0.4.22 |
591 | 2024-07-31T03:26:28.003Z | Compiling schemars v0.8.21 |
592 | 2024-07-31T03:26:28.134Z | Compiling allocator-api2 v0.2.18 |
593 | 2024-07-31T03:26:28.332Z | Compiling lock_api v0.4.12 |
594 | 2024-07-31T03:26:28.360Z | Compiling parking_lot_core v0.9.10 |
595 | 2024-07-31T03:26:28.368Z | Compiling futures-core v0.3.30 |
596 | 2024-07-31T03:26:28.595Z | Compiling scopeguard v1.2.0 |
597 | 2024-07-31T03:26:28.665Z | Compiling smallvec v1.13.2 |
598 | 2024-07-31T03:26:28.726Z | Compiling socket2 v0.5.7 |
599 | 2024-07-31T03:26:28.783Z | Compiling signal-hook-registry v1.4.2 |
600 | 2024-07-31T03:26:28.996Z | Compiling mio v1.0.1 |
601 | 2024-07-31T03:26:29.325Z | Compiling slab v0.4.9 |
602 | 2024-07-31T03:26:29.571Z | Compiling parking_lot v0.12.3 |
603 | 2024-07-31T03:26:29.739Z | Compiling futures-sink v0.3.30 |
604 | 2024-07-31T03:26:29.906Z | Compiling spin v0.9.8 |
605 | 2024-07-31T03:26:29.914Z | Compiling ring v0.17.8 |
606 | 2024-07-31T03:26:30.145Z | Compiling equivalent v1.0.1 |
607 | 2024-07-31T03:26:30.242Z | Compiling untrusted v0.9.0 |
608 | 2024-07-31T03:26:30.396Z | Compiling semver v1.0.23 |
609 | 2024-07-31T03:26:30.419Z | Compiling fnv v1.0.7 |
610 | 2024-07-31T03:26:30.541Z | Compiling futures-channel v0.3.30 |
611 | 2024-07-31T03:26:30.782Z | Compiling futures-io v0.3.30 |
612 | 2024-07-31T03:26:30.882Z | Compiling vcpkg v0.2.15 |
613 | 2024-07-31T03:26:30.948Z | Compiling pin-utils v0.1.0 |
614 | 2024-07-31T03:26:30.988Z | Compiling pkg-config v0.3.30 |
615 | 2024-07-31T03:26:30.995Z | Compiling heck v0.5.0 |
616 | 2024-07-31T03:26:31.029Z | Compiling futures-task v0.3.30 |
617 | 2024-07-31T03:26:31.529Z | Compiling ucd-trie v0.1.6 |
618 | 2024-07-31T03:26:31.534Z | Compiling iana-time-zone v0.1.60 |
619 | 2024-07-31T03:26:32.024Z | Compiling http v0.2.12 |
620 | 2024-07-31T03:26:32.266Z | Compiling httparse v1.9.4 |
621 | 2024-07-31T03:26:32.542Z | Compiling dyn-clone v1.0.17 |
622 | 2024-07-31T03:26:32.596Z | Compiling openssl-sys v0.9.103 |
623 | 2024-07-31T03:26:33.065Z | Compiling tracing-core v0.1.32 |
624 | 2024-07-31T03:26:33.391Z | Compiling chrono v0.4.38 |
625 | 2024-07-31T03:26:33.603Z | Compiling uuid v1.10.0 |
626 | 2024-07-31T03:26:34.118Z | Compiling tracing v0.1.40 |
627 | 2024-07-31T03:26:34.818Z | Compiling serde_derive_internals v0.29.1 |
628 | 2024-07-31T03:26:35.490Z | Compiling openssl v0.10.66 |
629 | 2024-07-31T03:26:35.911Z | Compiling foreign-types-shared v0.1.1 |
630 | 2024-07-31T03:26:35.919Z | Compiling try-lock v0.2.5 |
631 | 2024-07-31T03:26:36.006Z | Compiling slog v2.7.0 |
632 | 2024-07-31T03:26:36.389Z | Compiling want v0.3.1 |
633 | 2024-07-31T03:26:36.462Z | Compiling foreign-types v0.3.2 |
634 | 2024-07-31T03:26:36.559Z | Compiling http-body v0.4.6 |
635 | 2024-07-31T03:26:36.760Z | Compiling aho-corasick v1.1.3 |
636 | 2024-07-31T03:26:37.040Z | Compiling bitflags v2.6.0 |
637 | 2024-07-31T03:26:37.194Z | Compiling regex-syntax v0.8.4 |
638 | 2024-07-31T03:26:37.378Z | Compiling typenum v1.17.0 |
639 | 2024-07-31T03:26:38.140Z | Compiling native-tls v0.2.12 |
640 | 2024-07-31T03:26:38.143Z | Compiling rustls v0.21.12 |
641 | 2024-07-31T03:26:38.347Z | Compiling percent-encoding v2.3.1 |
642 | 2024-07-31T03:26:38.431Z | Compiling httpdate v1.0.3 |
643 | 2024-07-31T03:26:38.478Z | Compiling tinyvec_macros v0.1.1 |
644 | 2024-07-31T03:26:38.557Z | Compiling tower-service v0.3.2 |
645 | 2024-07-31T03:26:38.669Z | Compiling tinyvec v1.8.0 |
646 | 2024-07-31T03:26:38.817Z | Compiling form_urlencoded v1.2.1 |
647 | 2024-07-31T03:26:39.422Z | Compiling generic-array v0.14.7 |
648 | 2024-07-31T03:26:39.731Z | Compiling openssl-probe v0.1.5 |
649 | 2024-07-31T03:26:40.324Z | Compiling unicode-normalization v0.1.23 |
650 | 2024-07-31T03:26:40.578Z | Compiling serde_derive v1.0.204 |
651 | 2024-07-31T03:26:40.800Z | Compiling zerocopy-derive v0.7.35 |
652 | 2024-07-31T03:26:41.070Z | Compiling thiserror-impl v1.0.63 |
653 | 2024-07-31T03:26:41.287Z | Compiling schemars_derive v0.8.21 |
654 | 2024-07-31T03:26:41.595Z | Compiling tokio-macros v2.4.0 |
655 | 2024-07-31T03:26:42.927Z | Compiling zerocopy v0.7.35 |
656 | 2024-07-31T03:26:43.229Z | Compiling tokio v1.39.2 |
657 | 2024-07-31T03:26:44.109Z | Compiling futures-macro v0.3.30 |
658 | 2024-07-31T03:26:44.478Z | Compiling pest v2.7.11 |
659 | 2024-07-31T03:26:45.120Z | Compiling hashbrown v0.14.5 |
660 | 2024-07-31T03:26:46.231Z | Compiling futures-util v0.3.30 |
661 | 2024-07-31T03:26:46.683Z | Compiling regress v0.10.0 |
662 | 2024-07-31T03:26:46.690Z | Compiling openssl-macros v0.1.1 |
663 | 2024-07-31T03:26:47.295Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-31T03:26:51.508Z | Compiling pest_generator v2.7.11 |
665 | 2024-07-31T03:26:51.697Z | Compiling tokio-util v0.7.11 |
666 | 2024-07-31T03:26:53.342Z | Compiling pest_derive v2.7.11 |
667 | 2024-07-31T03:26:53.468Z | Compiling rustls-webpki v0.101.7 |
668 | 2024-07-31T03:26:54.061Z | Compiling sct v0.7.1 |
669 | 2024-07-31T03:26:54.238Z | Compiling regex-automata v0.4.7 |
670 | 2024-07-31T03:26:57.716Z | Compiling serde_tokenstream v0.2.1 |
671 | 2024-07-31T03:26:58.216Z | Compiling indexmap v2.2.6 |
672 | 2024-07-31T03:27:02.329Z | Compiling h2 v0.3.26 |
673 | 2024-07-31T03:27:02.905Z | Compiling regex v1.10.5 |
674 | 2024-07-31T03:27:03.882Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
675 | 2024-07-31T03:27:07.541Z | Compiling hyper v0.14.30 |
676 | 2024-07-31T03:27:08.036Z | Compiling scroll_derive v0.12.0 |
677 | 2024-07-31T03:27:13.096Z | Compiling usdt-impl v0.5.0 |
678 | 2024-07-31T03:27:13.451Z | Compiling encoding_rs v0.8.34 |
679 | 2024-07-31T03:27:13.863Z | Compiling unicode-bidi v0.3.15 |
680 | 2024-07-31T03:27:16.870Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
681 | 2024-07-31T03:27:16.953Z | Compiling powerfmt v0.2.0 |
682 | 2024-07-31T03:27:18.346Z | Compiling time-core v0.1.2 |
683 | 2024-07-31T03:27:18.500Z | Compiling num-conv v0.1.0 |
684 | 2024-07-31T03:27:18.769Z | Compiling mime v0.3.17 |
685 | 2024-07-31T03:27:19.869Z | Compiling time-macros v0.2.18 |
686 | 2024-07-31T03:27:23.010Z | Compiling deranged v0.3.11 |
687 | 2024-07-31T03:27:24.088Z | Compiling idna v0.5.0 |
688 | 2024-07-31T03:27:24.477Z | Compiling scroll v0.12.0 |
689 | 2024-07-31T03:27:25.116Z | Compiling tokio-native-tls v0.3.1 |
690 | 2024-07-31T03:27:25.198Z | Compiling tokio-rustls v0.24.1 |
691 | 2024-07-31T03:27:25.297Z | Compiling dof v0.3.0 |
692 | 2024-07-31T03:27:25.378Z | Compiling serde_urlencoded v0.7.1 |
693 | 2024-07-31T03:27:25.604Z | Compiling dtrace-parser v0.2.0 |
694 | 2024-07-31T03:27:26.203Z | Compiling thread-id v4.2.2 |
695 | 2024-07-31T03:27:26.300Z | Compiling rustls-pki-types v1.7.0 |
696 | 2024-07-31T03:27:27.480Z | Compiling strsim v0.11.1 |
697 | 2024-07-31T03:27:27.630Z | Compiling base64 v0.21.7 |
698 | 2024-07-31T03:27:28.221Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-07-31T03:27:28.540Z | Compiling ident_case v1.0.1 |
700 | 2024-07-31T03:27:28.694Z | Compiling crossbeam-utils v0.8.20 |
701 | 2024-07-31T03:27:28.910Z | Compiling num_threads v0.1.7 |
702 | 2024-07-31T03:27:29.000Z | Compiling plain v0.2.3 |
703 | 2024-07-31T03:27:29.018Z | Compiling time v0.3.36 |
704 | 2024-07-31T03:27:29.142Z | Compiling goblin v0.8.2 |
705 | 2024-07-31T03:27:33.064Z | Compiling darling_core v0.20.10 |
706 | 2024-07-31T03:27:35.198Z | Compiling rustls-pemfile v1.0.4 |
707 | 2024-07-31T03:27:37.409Z | Compiling hyper-rustls v0.24.2 |
708 | 2024-07-31T03:27:37.828Z | Compiling hyper-tls v0.5.0 |
709 | 2024-07-31T03:27:38.302Z | Compiling url v2.5.2 |
710 | 2024-07-31T03:27:38.377Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
711 | 2024-07-31T03:27:38.491Z | Compiling openapiv3 v2.0.0 |
712 | 2024-07-31T03:27:41.295Z | Compiling dirs-sys-next v0.1.2 |
713 | 2024-07-31T03:27:41.723Z | Compiling rustversion v1.0.17 |
714 | 2024-07-31T03:27:42.392Z | Compiling rustls v0.22.4 |
715 | 2024-07-31T03:27:42.447Z | Compiling sync_wrapper v0.1.2 |
716 | 2024-07-31T03:27:42.578Z | Compiling ipnet v2.9.0 |
717 | 2024-07-31T03:27:42.678Z | Compiling paste v1.0.15 |
718 | 2024-07-31T03:27:42.918Z | Compiling pretty-hex v0.4.1 |
719 | 2024-07-31T03:27:43.128Z | Compiling webpki-roots v0.25.4 |
720 | 2024-07-31T03:27:43.166Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-07-31T03:27:43.261Z | Compiling reqwest v0.11.27 |
722 | 2024-07-31T03:27:44.949Z | Compiling serde_yaml v0.9.34+deprecated |
723 | 2024-07-31T03:27:45.237Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
724 | 2024-07-31T03:27:46.786Z | Compiling dirs-next v2.0.0 |
725 | 2024-07-31T03:27:47.038Z | Compiling darling_macro v0.20.10 |
726 | 2024-07-31T03:27:50.520Z | Compiling crypto-common v0.1.6 |
727 | 2024-07-31T03:27:50.713Z | Compiling block-buffer v0.10.4 |
728 | 2024-07-31T03:27:50.790Z | Compiling rustls-webpki v0.102.6 |
729 | 2024-07-31T03:27:50.926Z | Compiling serde_spanned v0.6.7 |
730 | 2024-07-31T03:27:51.156Z | Compiling toml_datetime v0.6.8 |
731 | 2024-07-31T03:27:51.891Z | Compiling ppv-lite86 v0.2.19 |
732 | 2024-07-31T03:27:52.047Z | Compiling structmeta-derive v0.3.0 |
733 | 2024-07-31T03:27:52.380Z | Compiling rand_core v0.6.4 |
734 | 2024-07-31T03:27:52.848Z | Compiling thread_local v1.1.8 |
735 | 2024-07-31T03:27:52.902Z | Compiling multer v3.1.0 |
736 | 2024-07-31T03:27:53.214Z | Compiling winnow v0.6.16 |
737 | 2024-07-31T03:27:53.634Z | Compiling zeroize v1.8.1 |
738 | 2024-07-31T03:27:53.715Z | Compiling anyhow v1.0.86 |
739 | 2024-07-31T03:27:53.971Z | Compiling match_cfg v0.1.0 |
740 | 2024-07-31T03:27:54.058Z | Compiling camino v1.1.7 |
741 | 2024-07-31T03:27:54.297Z | Compiling subtle v2.6.1 |
742 | 2024-07-31T03:27:54.549Z | Compiling slog-async v2.8.0 |
743 | 2024-07-31T03:27:54.821Z | Compiling hostname v0.3.1 |
744 | 2024-07-31T03:27:54.863Z | Compiling structmeta v0.3.0 |
745 | 2024-07-31T03:27:55.099Z | Compiling rand_chacha v0.3.1 |
746 | 2024-07-31T03:27:55.236Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
747 | 2024-07-31T03:27:55.342Z | Compiling digest v0.10.7 |
748 | 2024-07-31T03:27:55.743Z | Compiling crossbeam-channel v0.5.13 |
749 | 2024-07-31T03:27:57.436Z | Compiling toml_edit v0.22.18 |
750 | 2024-07-31T03:27:57.577Z | Compiling darling v0.20.10 |
751 | 2024-07-31T03:27:57.673Z | Compiling term v0.7.0 |
752 | 2024-07-31T03:28:03.938Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
753 | 2024-07-31T03:28:06.544Z | Compiling usdt-attr-macro v0.5.0 |
754 | 2024-07-31T03:28:06.840Z | Compiling usdt-macro v0.5.0 |
755 | 2024-07-31T03:28:08.039Z | Compiling slog-json v2.6.1 |
756 | 2024-07-31T03:28:08.174Z | Compiling futures-executor v0.3.30 |
757 | 2024-07-31T03:28:08.582Z | Compiling async-stream-impl v0.3.5 |
758 | 2024-07-31T03:28:09.448Z | Compiling http v1.1.0 |
759 | 2024-07-31T03:28:09.976Z | Compiling is-terminal v0.4.12 |
760 | 2024-07-31T03:28:10.084Z | Compiling memmap v0.7.0 |
761 | 2024-07-31T03:28:10.522Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
762 | 2024-07-31T03:28:10.837Z | Compiling base64 v0.22.1 |
763 | 2024-07-31T03:28:11.515Z | Compiling cpufeatures v0.2.12 |
764 | 2024-07-31T03:28:11.598Z | Compiling take_mut v0.2.2 |
765 | 2024-07-31T03:28:11.745Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-31T03:28:11.892Z | Compiling waitgroup v0.1.2 |
767 | 2024-07-31T03:28:12.125Z | Compiling sha1 v0.10.6 |
768 | 2024-07-31T03:28:12.973Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
769 | 2024-07-31T03:28:13.161Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-31T03:28:14.247Z | Compiling usdt v0.5.0 |
771 | 2024-07-31T03:28:15.666Z | Compiling slog-term v2.9.1 |
772 | 2024-07-31T03:28:15.884Z | Compiling async-stream v0.3.5 |
773 | 2024-07-31T03:28:16.224Z | Compiling futures v0.3.30 |
774 | 2024-07-31T03:28:16.328Z | Compiling slog-bunyan v2.5.0 |
775 | 2024-07-31T03:28:16.675Z | Compiling strum_macros v0.26.4 |
776 | 2024-07-31T03:28:16.887Z | Compiling toml v0.8.17 |
777 | 2024-07-31T03:28:18.635Z | Compiling tokio-rustls v0.25.0 |
778 | 2024-07-31T03:28:19.077Z | Compiling serde_with_macros v3.9.0 |
779 | 2024-07-31T03:28:21.235Z | Compiling rand v0.8.5 |
780 | 2024-07-31T03:28:21.710Z | Compiling parse-display-derive v0.9.1 |
781 | 2024-07-31T03:28:23.555Z | Compiling ipnetwork v0.20.0 |
782 | 2024-07-31T03:28:24.621Z | Compiling newtype-uuid v1.1.0 |
783 | 2024-07-31T03:28:24.673Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
784 | 2024-07-31T03:28:24.994Z | Compiling serde_path_to_error v0.1.16 |
785 | 2024-07-31T03:28:26.048Z | Compiling hex v0.4.3 |
786 | 2024-07-31T03:28:26.162Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
787 | 2024-07-31T03:28:26.733Z | Compiling async-trait v0.1.81 |
788 | 2024-07-31T03:28:26.967Z | Compiling hostname v0.4.0 |
789 | 2024-07-31T03:28:27.208Z | Compiling instant v0.1.13 |
790 | 2024-07-31T03:28:27.354Z | Compiling debug-ignore v1.0.5 |
791 | 2024-07-31T03:28:27.491Z | Compiling backoff v0.4.0 |
792 | 2024-07-31T03:28:27.822Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
793 | 2024-07-31T03:28:28.015Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-07-31T03:28:28.173Z | Compiling parse-display v0.9.1 |
795 | 2024-07-31T03:28:28.628Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
796 | 2024-07-31T03:28:28.703Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
797 | 2024-07-31T03:28:29.219Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
798 | 2024-07-31T03:28:29.764Z | Compiling serde_with v3.9.0 |
799 | 2024-07-31T03:28:30.185Z | Compiling strum v0.26.3 |
800 | 2024-07-31T03:28:30.358Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
801 | 2024-07-31T03:28:31.167Z | Compiling macaddr v1.0.1 |
802 | 2024-07-31T03:28:31.782Z | Compiling regress v0.9.1 |
803 | 2024-07-31T03:28:36.999Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-07-31T03:28:46.683Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-07-31T03:28:55.041Z | Finished `release` profile [optimized] target(s) in 2m 29s |
806 | 2024-07-31T03:28:55.090Z | process exited: duration 224470 ms, exit code 0 |
|
807 | 2024-07-31T03:28:55.098Z | found 0 output files |