|
|
|
1 | 2024-07-31T06:16:00.235Z | job assigned to worker 01J43PV7M5XAWDHZHYCKK22EBT (queued for 58 s) |
|
2 | 2024-07-31T06:16:08.114Z | starting task 0: "setup" |
3 | 2024-07-31T06:16:08.171Z | ++ uname -s |
4 | 2024-07-31T06:16:08.174Z | + kern=SunOS |
5 | 2024-07-31T06:16:08.174Z | + case "$kern" in |
6 | 2024-07-31T06:16:08.174Z | + groupadd -g 12345 build |
7 | 2024-07-31T06:16:08.177Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-31T06:16:10.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-31T06:16:10.335Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-31T06:16:10.338Z | + home_fs=zfs |
11 | 2024-07-31T06:16:10.338Z | + [[ zfs == autofs ]] |
12 | 2024-07-31T06:16:10.338Z | + mkdir -p /home/build |
13 | 2024-07-31T06:16:10.341Z | + chown build:build /home/build /work |
14 | 2024-07-31T06:16:12.341Z | + chmod 0700 /home/build /work |
15 | 2024-07-31T06:16:12.344Z | process exited: duration 4229 ms, exit code 0 |
|
16 | 2024-07-31T06:16:12.350Z | starting task 1: "rust-toolchain" |
17 | 2024-07-31T06:16:12.355Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-31T06:16:12.356Z | ' 1.78.0 |
19 | 2024-07-31T06:16:12.356Z | * toolchain channel = "1.78.0" |
20 | 2024-07-31T06:16:12.356Z | * toolchain profile = "default" |
21 | 2024-07-31T06:16:12.359Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-31T06:16:12.359Z | ' default |
23 | 2024-07-31T06:16:12.359Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-31T06:16:12.359Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-31T06:16:12.461Z | info: downloading installer |
26 | 2024-07-31T06:16:13.978Z | info: profile set to 'default' |
27 | 2024-07-31T06:16:13.978Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-31T06:16:13.983Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-31T06:16:14.151Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-31T06:16:14.151Z | info: downloading component 'cargo' |
31 | 2024-07-31T06:16:15.133Z | info: downloading component 'clippy' |
32 | 2024-07-31T06:16:15.461Z | info: downloading component 'rust-docs' |
33 | 2024-07-31T06:16:16.772Z | info: downloading component 'rust-std' |
34 | 2024-07-31T06:16:18.869Z | info: downloading component 'rustc' |
35 | 2024-07-31T06:16:24.218Z | info: downloading component 'rustfmt' |
36 | 2024-07-31T06:16:24.505Z | info: installing component 'cargo' |
37 | 2024-07-31T06:16:25.374Z | info: installing component 'clippy' |
38 | 2024-07-31T06:16:25.749Z | info: installing component 'rust-docs' |
39 | 2024-07-31T06:16:27.282Z | info: installing component 'rust-std' |
40 | 2024-07-31T06:16:29.117Z | info: installing component 'rustc' |
41 | 2024-07-31T06:16:34.096Z | info: installing component 'rustfmt' |
42 | 2024-07-31T06:16:34.461Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-31T06:16:34.461Z | |
44 | 2024-07-31T06:16:34.741Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-31T06:16:34.741Z | |
46 | 2024-07-31T06:16:34.743Z | |
47 | 2024-07-31T06:16:34.744Z | Rust is installed now. Great! |
48 | 2024-07-31T06:16:34.744Z | |
49 | 2024-07-31T06:16:34.744Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-31T06:16:34.744Z | environment variable. This has not been done automatically. |
51 | 2024-07-31T06:16:34.744Z | |
52 | 2024-07-31T06:16:34.744Z | To configure your current shell, you need to source |
53 | 2024-07-31T06:16:34.744Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-31T06:16:34.744Z | |
55 | 2024-07-31T06:16:34.744Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-31T06:16:34.744Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-31T06:16:34.744Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-31T06:16:34.814Z | + rustc --version |
59 | 2024-07-31T06:16:34.878Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-31T06:16:34.881Z | process exited: duration 22529 ms, exit code 0 |
|
61 | 2024-07-31T06:16:34.889Z | starting task 2: "authentication" |
62 | 2024-07-31T06:16:34.908Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-31T06:16:34.915Z | starting task 3: "clone repository" |
64 | 2024-07-31T06:16:34.919Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-31T06:16:34.921Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-31T06:16:35.105Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-31T06:16:42.355Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-31T06:16:42.358Z | + git fetch origin 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
69 | 2024-07-31T06:16:42.652Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-31T06:16:42.652Z | * branch 861cdc6952a2ee27ad779c9e7f999878ae626a4a -> FETCH_HEAD |
71 | 2024-07-31T06:16:42.661Z | + [[ -n renovate/assert_cmd-2.x ]] |
72 | 2024-07-31T06:16:42.664Z | ++ git branch --show-current |
73 | 2024-07-31T06:16:42.667Z | + current=main |
74 | 2024-07-31T06:16:42.667Z | + [[ main != renovate/assert_cmd-2.x ]] |
75 | 2024-07-31T06:16:42.667Z | + git branch -f renovate/assert_cmd-2.x 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
76 | 2024-07-31T06:16:42.669Z | + git checkout -f renovate/assert_cmd-2.x |
77 | 2024-07-31T06:16:42.806Z | Switched to branch 'renovate/assert_cmd-2.x' |
78 | 2024-07-31T06:16:42.809Z | + git reset --hard 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
79 | 2024-07-31T06:16:42.817Z | HEAD is now at 861cdc695 Update Rust crate assert_cmd to 2.0.15 |
80 | 2024-07-31T06:16:42.820Z | process exited: duration 7904 ms, exit code 0 |
|
81 | 2024-07-31T06:16:42.827Z | starting task 4: "build" |
82 | 2024-07-31T06:16:42.832Z | + cargo --version |
83 | 2024-07-31T06:16:42.885Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-31T06:16:42.888Z | + rustc --version |
85 | 2024-07-31T06:16:42.942Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-31T06:16:42.945Z | + cd /tmp |
87 | 2024-07-31T06:16:42.945Z | + cargo new --lib test-project |
88 | 2024-07-31T06:16:42.996Z | Creating library `test-project` package |
89 | 2024-07-31T06:16:43.069Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-31T06:16:43.072Z | + cd test-project |
91 | 2024-07-31T06:16:43.072Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-31T06:16:43.127Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-31T06:16:43.129Z | Features: |
94 | 2024-07-31T06:16:43.129Z | - proptest |
95 | 2024-07-31T06:16:43.129Z | - test-strategy |
96 | 2024-07-31T06:16:43.129Z | - testing |
97 | 2024-07-31T06:16:43.129Z | Updating crates.io index |
98 | 2024-07-31T06:16:43.217Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-31T06:16:43.995Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-31T06:16:44.864Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-31T06:16:45.155Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-31T06:16:47.245Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-31T06:16:47.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-31T06:16:47.819Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-31T06:16:50.878Z | + cargo check |
106 | 2024-07-31T06:16:51.087Z | Downloading crates ... |
107 | 2024-07-31T06:16:51.193Z | Downloaded dtrace-parser v0.2.0 |
108 | 2024-07-31T06:16:51.196Z | Downloaded foreign-types-shared v0.1.1 |
109 | 2024-07-31T06:16:51.199Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-07-31T06:16:51.209Z | Downloaded instant v0.1.13 |
111 | 2024-07-31T06:16:51.211Z | Downloaded usdt-attr-macro v0.5.0 |
112 | 2024-07-31T06:16:51.215Z | Downloaded ident_case v1.0.1 |
113 | 2024-07-31T06:16:51.217Z | Downloaded openssl-probe v0.1.5 |
114 | 2024-07-31T06:16:51.220Z | Downloaded pretty-hex v0.4.1 |
115 | 2024-07-31T06:16:51.223Z | Downloaded debug-ignore v1.0.5 |
116 | 2024-07-31T06:16:51.225Z | Downloaded crypto-common v0.1.6 |
117 | 2024-07-31T06:16:51.225Z | Downloaded futures-executor v0.3.30 |
118 | 2024-07-31T06:16:51.228Z | Downloaded usdt-macro v0.5.0 |
119 | 2024-07-31T06:16:51.231Z | Downloaded fnv v1.0.7 |
120 | 2024-07-31T06:16:51.231Z | Downloaded dirs-sys-next v0.1.2 |
121 | 2024-07-31T06:16:51.231Z | Downloaded atomic-waker v1.1.2 |
122 | 2024-07-31T06:16:51.233Z | Downloaded block-buffer v0.10.4 |
123 | 2024-07-31T06:16:51.236Z | Downloaded usdt v0.5.0 |
124 | 2024-07-31T06:16:51.236Z | Downloaded untrusted v0.9.0 |
125 | 2024-07-31T06:16:51.239Z | Downloaded foreign-types v0.3.2 |
126 | 2024-07-31T06:16:51.242Z | Downloaded equivalent v1.0.1 |
127 | 2024-07-31T06:16:51.242Z | Downloaded darling_macro v0.20.10 |
128 | 2024-07-31T06:16:51.245Z | Downloaded scroll_derive v0.12.0 |
129 | 2024-07-31T06:16:51.247Z | Downloaded waitgroup v0.1.2 |
130 | 2024-07-31T06:16:51.250Z | Downloaded hex v0.4.3 |
131 | 2024-07-31T06:16:51.250Z | Downloaded omicron-workspace-hack v0.1.0 |
132 | 2024-07-31T06:16:51.252Z | Downloaded want v0.3.1 |
133 | 2024-07-31T06:16:51.252Z | Downloaded sync_wrapper v0.1.2 |
134 | 2024-07-31T06:16:51.253Z | Downloaded mime v0.3.17 |
135 | 2024-07-31T06:16:51.255Z | Downloaded hyper-tls v0.5.0 |
136 | 2024-07-31T06:16:51.255Z | Downloaded rand_chacha v0.3.1 |
137 | 2024-07-31T06:16:51.258Z | Downloaded pkg-config v0.3.30 |
138 | 2024-07-31T06:16:51.258Z | Downloaded hostname v0.4.0 |
139 | 2024-07-31T06:16:51.261Z | Downloaded generic-array v0.14.7 |
140 | 2024-07-31T06:16:51.261Z | Downloaded rustversion v1.0.17 |
141 | 2024-07-31T06:16:51.263Z | Downloaded rustls-pemfile v1.0.4 |
142 | 2024-07-31T06:16:51.266Z | Downloaded futures-task v0.3.30 |
143 | 2024-07-31T06:16:51.266Z | Downloaded is-terminal v0.4.12 |
144 | 2024-07-31T06:16:51.269Z | Downloaded itoa v1.0.11 |
145 | 2024-07-31T06:16:51.269Z | Downloaded newtype-uuid v1.1.0 |
146 | 2024-07-31T06:16:51.272Z | Downloaded ipnetwork v0.20.0 |
147 | 2024-07-31T06:16:51.272Z | Downloaded macaddr v1.0.1 |
148 | 2024-07-31T06:16:51.275Z | Downloaded digest v0.10.7 |
149 | 2024-07-31T06:16:51.277Z | Downloaded deranged v0.3.11 |
150 | 2024-07-31T06:16:51.277Z | Downloaded signal-hook-registry v1.4.2 |
151 | 2024-07-31T06:16:51.280Z | Downloaded zeroize v1.8.1 |
152 | 2024-07-31T06:16:51.283Z | Downloaded num-conv v0.1.0 |
153 | 2024-07-31T06:16:51.285Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-07-31T06:16:51.285Z | Downloaded ahash v0.8.11 |
155 | 2024-07-31T06:16:51.288Z | Downloaded num_threads v0.1.7 |
156 | 2024-07-31T06:16:51.288Z | Downloaded strsim v0.11.1 |
157 | 2024-07-31T06:16:51.291Z | Downloaded scopeguard v1.2.0 |
158 | 2024-07-31T06:16:51.291Z | Downloaded powerfmt v0.2.0 |
159 | 2024-07-31T06:16:51.293Z | Downloaded tinyvec_macros v0.1.1 |
160 | 2024-07-31T06:16:51.293Z | Downloaded parse-display-derive v0.9.1 |
161 | 2024-07-31T06:16:51.294Z | Downloaded slog-bunyan v2.5.0 |
162 | 2024-07-31T06:16:51.296Z | Downloaded sha1 v0.10.6 |
163 | 2024-07-31T06:16:51.296Z | Downloaded serde_urlencoded v0.7.1 |
164 | 2024-07-31T06:16:51.299Z | Downloaded pest_derive v2.7.11 |
165 | 2024-07-31T06:16:51.301Z | Downloaded dyn-clone v1.0.17 |
166 | 2024-07-31T06:16:51.302Z | Downloaded tower-service v0.3.2 |
167 | 2024-07-31T06:16:51.304Z | Downloaded thiserror-impl v1.0.63 |
168 | 2024-07-31T06:16:51.304Z | Downloaded thread-id v4.2.2 |
169 | 2024-07-31T06:16:51.307Z | Downloaded subtle v2.6.1 |
170 | 2024-07-31T06:16:51.307Z | Downloaded percent-encoding v2.3.1 |
171 | 2024-07-31T06:16:51.307Z | Downloaded httparse v1.9.4 |
172 | 2024-07-31T06:16:51.310Z | Downloaded futures-macro v0.3.30 |
173 | 2024-07-31T06:16:51.312Z | Downloaded time-core v0.1.2 |
174 | 2024-07-31T06:16:51.312Z | Downloaded parking_lot_core v0.9.10 |
175 | 2024-07-31T06:16:51.315Z | Downloaded rustls-pki-types v1.7.0 |
176 | 2024-07-31T06:16:51.315Z | Downloaded try-lock v0.2.5 |
177 | 2024-07-31T06:16:51.318Z | Downloaded parking_lot v0.12.3 |
178 | 2024-07-31T06:16:51.321Z | Downloaded cpufeatures v0.2.12 |
179 | 2024-07-31T06:16:51.321Z | Downloaded http-body v0.4.6 |
180 | 2024-07-31T06:16:51.321Z | Downloaded rand_core v0.6.4 |
181 | 2024-07-31T06:16:51.324Z | Downloaded version_check v0.9.5 |
182 | 2024-07-31T06:16:51.324Z | Downloaded scroll v0.12.0 |
183 | 2024-07-31T06:16:51.326Z | Downloaded async-trait v0.1.81 |
184 | 2024-07-31T06:16:51.329Z | Downloaded schemars_derive v0.8.21 |
185 | 2024-07-31T06:16:51.332Z | Downloaded plain v0.2.3 |
186 | 2024-07-31T06:16:51.332Z | Downloaded hostname v0.3.1 |
187 | 2024-07-31T06:16:51.334Z | Downloaded quote v1.0.36 |
188 | 2024-07-31T06:16:51.334Z | Downloaded pin-project-lite v0.2.14 |
189 | 2024-07-31T06:16:51.339Z | Downloaded match_cfg v0.1.0 |
190 | 2024-07-31T06:16:51.341Z | Downloaded take_mut v0.2.2 |
191 | 2024-07-31T06:16:51.341Z | Downloaded strum v0.26.3 |
192 | 2024-07-31T06:16:51.342Z | Downloaded slog-term v2.9.1 |
193 | 2024-07-31T06:16:51.344Z | Downloaded bitflags v2.6.0 |
194 | 2024-07-31T06:16:51.347Z | Downloaded thread_local v1.1.8 |
195 | 2024-07-31T06:16:51.350Z | Downloaded paste v1.0.15 |
196 | 2024-07-31T06:16:51.353Z | Downloaded indexmap v1.9.3 |
197 | 2024-07-31T06:16:51.356Z | Downloaded camino v1.1.7 |
198 | 2024-07-31T06:16:51.358Z | Downloaded ppv-lite86 v0.2.19 |
199 | 2024-07-31T06:16:51.358Z | Downloaded term v0.7.0 |
200 | 2024-07-31T06:16:51.361Z | Downloaded pin-utils v0.1.0 |
201 | 2024-07-31T06:16:51.364Z | Downloaded serde_derive_internals v0.29.1 |
202 | 2024-07-31T06:16:51.364Z | Downloaded anyhow v1.0.86 |
203 | 2024-07-31T06:16:51.367Z | Downloaded allocator-api2 v0.2.18 |
204 | 2024-07-31T06:16:51.369Z | Downloaded toml_datetime v0.6.8 |
205 | 2024-07-31T06:16:51.372Z | Downloaded num-traits v0.2.19 |
206 | 2024-07-31T06:16:51.376Z | Downloaded slab v0.4.9 |
207 | 2024-07-31T06:16:51.376Z | Downloaded unicode-ident v1.0.12 |
208 | 2024-07-31T06:16:51.379Z | Downloaded native-tls v0.2.12 |
209 | 2024-07-31T06:16:51.381Z | Downloaded darling_core v0.20.10 |
210 | 2024-07-31T06:16:51.384Z | Downloaded unsafe-libyaml v0.2.11 |
211 | 2024-07-31T06:16:51.387Z | Downloaded slog-json v2.6.1 |
212 | 2024-07-31T06:16:51.390Z | Downloaded slog-async v2.8.0 |
213 | 2024-07-31T06:16:51.390Z | Downloaded thiserror v1.0.63 |
214 | 2024-07-31T06:16:51.394Z | Downloaded tokio-rustls v0.25.0 |
215 | 2024-07-31T06:16:51.397Z | Downloaded structmeta v0.3.0 |
216 | 2024-07-31T06:16:51.397Z | Downloaded time-macros v0.2.18 |
217 | 2024-07-31T06:16:51.400Z | Downloaded getrandom v0.2.15 |
218 | 2024-07-31T06:16:51.403Z | Downloaded socket2 v0.5.7 |
219 | 2024-07-31T06:16:51.406Z | Downloaded crossbeam-utils v0.8.20 |
220 | 2024-07-31T06:16:51.411Z | Downloaded rustls-pemfile v2.1.2 |
221 | 2024-07-31T06:16:51.411Z | Downloaded serde_tokenstream v0.2.1 |
222 | 2024-07-31T06:16:51.414Z | Downloaded pest_meta v2.7.11 |
223 | 2024-07-31T06:16:51.415Z | Downloaded log v0.4.22 |
224 | 2024-07-31T06:16:51.417Z | Downloaded tokio-native-tls v0.3.1 |
225 | 2024-07-31T06:16:51.420Z | Downloaded spin v0.9.8 |
226 | 2024-07-31T06:16:51.420Z | Downloaded sct v0.7.1 |
227 | 2024-07-31T06:16:51.423Z | Downloaded zerocopy-derive v0.7.35 |
228 | 2024-07-31T06:16:51.427Z | Downloaded tinyvec v1.8.0 |
229 | 2024-07-31T06:16:51.429Z | Downloaded sha2 v0.10.8 |
230 | 2024-07-31T06:16:51.433Z | Downloaded smallvec v1.13.2 |
231 | 2024-07-31T06:16:51.436Z | Downloaded strum_macros v0.26.4 |
232 | 2024-07-31T06:16:51.436Z | Downloaded toml v0.8.17 |
233 | 2024-07-31T06:16:51.439Z | Downloaded crossbeam-channel v0.5.13 |
234 | 2024-07-31T06:16:51.443Z | Downloaded tokio-rustls v0.24.1 |
235 | 2024-07-31T06:16:51.446Z | Downloaded openssl-sys v0.9.103 |
236 | 2024-07-31T06:16:51.450Z | Downloaded base64 v0.21.7 |
237 | 2024-07-31T06:16:51.453Z | Downloaded indexmap v2.2.6 |
238 | 2024-07-31T06:16:51.458Z | Downloaded url v2.5.2 |
239 | 2024-07-31T06:16:51.461Z | Downloaded serde_derive v1.0.204 |
240 | 2024-07-31T06:16:51.464Z | Downloaded ryu v1.0.18 |
241 | 2024-07-31T06:16:51.467Z | Downloaded slog v2.7.0 |
242 | 2024-07-31T06:16:51.469Z | Downloaded memchr v2.7.4 |
243 | 2024-07-31T06:16:51.474Z | Downloaded unicode-bidi v0.3.15 |
244 | 2024-07-31T06:16:51.477Z | Downloaded mio v1.0.1 |
245 | 2024-07-31T06:16:51.481Z | Downloaded proc-macro2 v1.0.86 |
246 | 2024-07-31T06:16:51.484Z | Downloaded http v1.1.0 |
247 | 2024-07-31T06:16:51.487Z | Downloaded tracing v0.1.40 |
248 | 2024-07-31T06:16:51.491Z | Downloaded rand v0.8.5 |
249 | 2024-07-31T06:16:51.495Z | Downloaded serde v1.0.204 |
250 | 2024-07-31T06:16:51.498Z | Downloaded serde_yaml v0.9.34+deprecated |
251 | 2024-07-31T06:16:51.501Z | Downloaded hashbrown v0.14.5 |
252 | 2024-07-31T06:16:51.506Z | Downloaded toml_edit v0.22.18 |
253 | 2024-07-31T06:16:51.526Z | Downloaded aho-corasick v1.1.3 |
254 | 2024-07-31T06:16:51.531Z | Downloaded time v0.3.36 |
255 | 2024-07-31T06:16:51.538Z | Downloaded tokio-util v0.7.11 |
256 | 2024-07-31T06:16:51.544Z | Downloaded tracing-core v0.1.32 |
257 | 2024-07-31T06:16:51.548Z | Downloaded pest v2.7.11 |
258 | 2024-07-31T06:16:51.551Z | Downloaded h2 v0.3.26 |
259 | 2024-07-31T06:16:51.557Z | Downloaded hyper v0.14.30 |
260 | 2024-07-31T06:16:51.565Z | Downloaded futures-util v0.3.30 |
261 | 2024-07-31T06:16:51.575Z | Downloaded zerocopy v0.7.35 |
262 | 2024-07-31T06:16:51.590Z | Downloaded chrono v0.4.38 |
263 | 2024-07-31T06:16:51.596Z | Downloaded openssl v0.10.66 |
264 | 2024-07-31T06:16:51.605Z | Downloaded idna v0.5.0 |
265 | 2024-07-31T06:16:51.612Z | Downloaded unicode-normalization v0.1.23 |
266 | 2024-07-31T06:16:51.615Z | Downloaded openapiv3 v2.0.0 |
267 | 2024-07-31T06:16:51.626Z | Downloaded serde_json v1.0.121 |
268 | 2024-07-31T06:16:51.633Z | Downloaded serde_with v3.9.0 |
269 | 2024-07-31T06:16:51.641Z | Downloaded winnow v0.6.16 |
270 | 2024-07-31T06:16:51.649Z | Downloaded rustls-webpki v0.102.6 |
271 | 2024-07-31T06:16:51.680Z | Downloaded rustls-webpki v0.101.7 |
272 | 2024-07-31T06:16:51.695Z | Downloaded vcpkg v0.2.15 |
273 | 2024-07-31T06:16:51.731Z | Downloaded webpki-roots v0.25.4 |
274 | 2024-07-31T06:16:51.735Z | Downloaded rustls v0.21.12 |
275 | 2024-07-31T06:16:51.745Z | Downloaded regex v1.10.5 |
276 | 2024-07-31T06:16:51.758Z | Downloaded encoding_rs v0.8.34 |
277 | 2024-07-31T06:16:51.778Z | Downloaded syn v2.0.72 |
278 | 2024-07-31T06:16:51.788Z | Downloaded rustls v0.22.4 |
279 | 2024-07-31T06:16:51.800Z | Downloaded regress v0.10.0 |
280 | 2024-07-31T06:16:51.808Z | Downloaded regress v0.9.1 |
281 | 2024-07-31T06:16:51.816Z | Downloaded regex-syntax v0.8.4 |
282 | 2024-07-31T06:16:51.824Z | Downloaded libc v0.2.155 |
283 | 2024-07-31T06:16:51.850Z | Downloaded reqwest v0.11.27 |
284 | 2024-07-31T06:16:51.857Z | Downloaded regex-automata v0.4.7 |
285 | 2024-07-31T06:16:51.872Z | Downloaded goblin v0.8.2 |
286 | 2024-07-31T06:16:51.877Z | Downloaded tokio v1.39.2 |
287 | 2024-07-31T06:16:51.911Z | Downloaded hashbrown v0.12.3 |
288 | 2024-07-31T06:16:51.915Z | Downloaded http v0.2.12 |
289 | 2024-07-31T06:16:51.918Z | Downloaded typenum v1.17.0 |
290 | 2024-07-31T06:16:51.921Z | Downloaded ucd-trie v0.1.6 |
291 | 2024-07-31T06:16:51.924Z | Downloaded serde_with_macros v3.9.0 |
292 | 2024-07-31T06:16:51.926Z | Downloaded base64 v0.22.1 |
293 | 2024-07-31T06:16:51.929Z | Downloaded tokio-macros v2.4.0 |
294 | 2024-07-31T06:16:51.932Z | Downloaded schemars v0.8.21 |
295 | 2024-07-31T06:16:51.942Z | Downloaded uuid v1.10.0 |
296 | 2024-07-31T06:16:51.944Z | Downloaded ipnet v2.9.0 |
297 | 2024-07-31T06:16:51.947Z | Downloaded cc v1.1.7 |
298 | 2024-07-31T06:16:51.950Z | Downloaded serde_spanned v0.6.7 |
299 | 2024-07-31T06:16:51.950Z | Downloaded once_cell v1.19.0 |
300 | 2024-07-31T06:16:51.952Z | Downloaded iana-time-zone v0.1.60 |
301 | 2024-07-31T06:16:51.955Z | Downloaded bytes v1.6.1 |
302 | 2024-07-31T06:16:51.958Z | Downloaded hyper-rustls v0.24.2 |
303 | 2024-07-31T06:16:51.960Z | Downloaded semver v1.0.23 |
304 | 2024-07-31T06:16:51.963Z | Downloaded pest_generator v2.7.11 |
305 | 2024-07-31T06:16:51.963Z | Downloaded parse-display v0.9.1 |
306 | 2024-07-31T06:16:51.966Z | Downloaded httpdate v1.0.3 |
307 | 2024-07-31T06:16:51.966Z | Downloaded heck v0.5.0 |
308 | 2024-07-31T06:16:51.969Z | Downloaded memmap v0.7.0 |
309 | 2024-07-31T06:16:51.969Z | Downloaded darling v0.20.10 |
310 | 2024-07-31T06:16:51.972Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-07-31T06:16:51.975Z | Downloaded futures-sink v0.3.30 |
312 | 2024-07-31T06:16:51.975Z | Downloaded futures-io v0.3.30 |
313 | 2024-07-31T06:16:51.975Z | Downloaded futures v0.3.30 |
314 | 2024-07-31T06:16:51.978Z | Downloaded backoff v0.4.0 |
315 | 2024-07-31T06:16:51.981Z | Downloaded multer v3.1.0 |
316 | 2024-07-31T06:16:51.983Z | Downloaded structmeta-derive v0.3.0 |
317 | 2024-07-31T06:16:51.984Z | Downloaded futures-core v0.3.30 |
318 | 2024-07-31T06:16:51.986Z | Downloaded form_urlencoded v1.2.1 |
319 | 2024-07-31T06:16:51.986Z | Downloaded dof v0.3.0 |
320 | 2024-07-31T06:16:51.986Z | Downloaded lock_api v0.4.12 |
321 | 2024-07-31T06:16:51.989Z | Downloaded futures-channel v0.3.30 |
322 | 2024-07-31T06:16:51.992Z | Downloaded dirs-next v2.0.0 |
323 | 2024-07-31T06:16:51.992Z | Downloaded cfg-if v1.0.0 |
324 | 2024-07-31T06:16:51.992Z | Downloaded byteorder v1.5.0 |
325 | 2024-07-31T06:16:51.995Z | Downloaded autocfg v1.3.0 |
326 | 2024-07-31T06:16:51.995Z | Downloaded async-stream v0.3.5 |
327 | 2024-07-31T06:16:51.997Z | Downloaded serde_path_to_error v0.1.16 |
328 | 2024-07-31T06:16:52.125Z | Downloaded ring v0.17.8 |
329 | 2024-07-31T06:16:52.317Z | Compiling proc-macro2 v1.0.86 |
330 | 2024-07-31T06:16:52.320Z | Compiling unicode-ident v1.0.12 |
331 | 2024-07-31T06:16:52.320Z | Compiling libc v0.2.155 |
332 | 2024-07-31T06:16:52.320Z | Checking cfg-if v1.0.0 |
333 | 2024-07-31T06:16:52.320Z | Compiling version_check v0.9.5 |
334 | 2024-07-31T06:16:52.331Z | Compiling autocfg v1.3.0 |
335 | 2024-07-31T06:16:52.336Z | Compiling serde v1.0.204 |
336 | 2024-07-31T06:16:52.339Z | Checking memchr v2.7.4 |
337 | 2024-07-31T06:16:52.420Z | Compiling serde_json v1.0.121 |
338 | 2024-07-31T06:16:52.507Z | Checking itoa v1.0.11 |
339 | 2024-07-31T06:16:52.925Z | Compiling ahash v0.8.11 |
340 | 2024-07-31T06:16:53.026Z | Checking byteorder v1.5.0 |
341 | 2024-07-31T06:16:53.110Z | Compiling thiserror v1.0.63 |
342 | 2024-07-31T06:16:53.304Z | Checking once_cell v1.19.0 |
343 | 2024-07-31T06:16:53.493Z | Compiling cc v1.1.7 |
344 | 2024-07-31T06:16:55.393Z | Compiling num-traits v0.2.19 |
345 | 2024-07-31T06:16:55.668Z | Checking pin-project-lite v0.2.14 |
346 | 2024-07-31T06:16:55.739Z | Checking ryu v1.0.18 |
347 | 2024-07-31T06:16:55.764Z | Checking log v0.4.22 |
348 | 2024-07-31T06:16:55.785Z | Checking bytes v1.6.1 |
349 | 2024-07-31T06:16:55.939Z | Checking allocator-api2 v0.2.18 |
350 | 2024-07-31T06:16:55.987Z | Compiling lock_api v0.4.12 |
351 | 2024-07-31T06:16:56.004Z | Compiling parking_lot_core v0.9.10 |
352 | 2024-07-31T06:16:56.189Z | Compiling schemars v0.8.21 |
353 | 2024-07-31T06:16:56.213Z | Compiling ring v0.17.8 |
354 | 2024-07-31T06:16:56.389Z | Checking smallvec v1.13.2 |
355 | 2024-07-31T06:16:56.432Z | Checking futures-core v0.3.30 |
356 | 2024-07-31T06:16:56.443Z | Checking getrandom v0.2.15 |
357 | 2024-07-31T06:16:56.493Z | Checking scopeguard v1.2.0 |
358 | 2024-07-31T06:16:56.522Z | Checking signal-hook-registry v1.4.2 |
359 | 2024-07-31T06:16:56.529Z | Checking socket2 v0.5.7 |
360 | 2024-07-31T06:16:56.578Z | Compiling quote v1.0.36 |
361 | 2024-07-31T06:16:56.625Z | Checking mio v1.0.1 |
362 | 2024-07-31T06:16:56.741Z | Compiling slab v0.4.9 |
363 | 2024-07-31T06:16:57.007Z | Compiling syn v2.0.72 |
364 | 2024-07-31T06:16:57.045Z | Checking spin v0.9.8 |
365 | 2024-07-31T06:16:57.072Z | Checking parking_lot v0.12.3 |
366 | 2024-07-31T06:16:57.109Z | Checking futures-sink v0.3.30 |
367 | 2024-07-31T06:16:57.223Z | Checking equivalent v1.0.1 |
368 | 2024-07-31T06:16:57.229Z | Checking fnv v1.0.7 |
369 | 2024-07-31T06:16:57.232Z | Checking untrusted v0.9.0 |
370 | 2024-07-31T06:16:57.318Z | Checking futures-channel v0.3.30 |
371 | 2024-07-31T06:16:57.332Z | Checking futures-task v0.3.30 |
372 | 2024-07-31T06:16:57.345Z | Compiling pkg-config v0.3.30 |
373 | 2024-07-31T06:16:57.383Z | Compiling vcpkg v0.2.15 |
374 | 2024-07-31T06:16:57.516Z | Checking pin-utils v0.1.0 |
375 | 2024-07-31T06:16:57.525Z | Compiling semver v1.0.23 |
376 | 2024-07-31T06:16:57.577Z | Checking futures-io v0.3.30 |
377 | 2024-07-31T06:16:57.621Z | Compiling heck v0.5.0 |
378 | 2024-07-31T06:16:58.021Z | Compiling ucd-trie v0.1.6 |
379 | 2024-07-31T06:16:58.064Z | Checking iana-time-zone v0.1.60 |
380 | 2024-07-31T06:16:58.064Z | Checking http v0.2.12 |
381 | 2024-07-31T06:16:58.488Z | Compiling httparse v1.9.4 |
382 | 2024-07-31T06:16:58.656Z | Checking dyn-clone v1.0.17 |
383 | 2024-07-31T06:16:59.023Z | Compiling openssl-sys v0.9.103 |
384 | 2024-07-31T06:16:59.104Z | Checking tracing-core v0.1.32 |
385 | 2024-07-31T06:16:59.266Z | Compiling uuid v1.10.0 |
386 | 2024-07-31T06:16:59.640Z | Compiling chrono v0.4.38 |
387 | 2024-07-31T06:16:59.694Z | Checking tracing v0.1.40 |
388 | 2024-07-31T06:16:59.778Z | Checking try-lock v0.2.5 |
389 | 2024-07-31T06:16:59.807Z | Checking foreign-types-shared v0.1.1 |
390 | 2024-07-31T06:16:59.869Z | Compiling slog v2.7.0 |
391 | 2024-07-31T06:16:59.876Z | Compiling openssl v0.10.66 |
392 | 2024-07-31T06:16:59.967Z | Checking foreign-types v0.3.2 |
393 | 2024-07-31T06:17:00.026Z | Checking want v0.3.1 |
394 | 2024-07-31T06:17:00.147Z | Checking http-body v0.4.6 |
395 | 2024-07-31T06:17:00.239Z | Compiling aho-corasick v1.1.3 |
396 | 2024-07-31T06:17:00.326Z | Compiling rustls v0.21.12 |
397 | 2024-07-31T06:17:00.499Z | Checking percent-encoding v2.3.1 |
398 | 2024-07-31T06:17:00.585Z | Compiling typenum v1.17.0 |
399 | 2024-07-31T06:17:00.677Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-07-31T06:17:00.759Z | Compiling native-tls v0.2.12 |
401 | 2024-07-31T06:17:01.055Z | Checking tower-service v0.3.2 |
402 | 2024-07-31T06:17:01.145Z | Checking httpdate v1.0.3 |
403 | 2024-07-31T06:17:01.331Z | Compiling regex-syntax v0.8.4 |
404 | 2024-07-31T06:17:01.419Z | Checking bitflags v2.6.0 |
405 | 2024-07-31T06:17:01.515Z | Checking tinyvec v1.8.0 |
406 | 2024-07-31T06:17:01.626Z | Checking form_urlencoded v1.2.1 |
407 | 2024-07-31T06:17:02.202Z | Compiling generic-array v0.14.7 |
408 | 2024-07-31T06:17:02.455Z | Checking openssl-probe v0.1.5 |
409 | 2024-07-31T06:17:02.703Z | Checking unicode-normalization v0.1.23 |
410 | 2024-07-31T06:17:03.520Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-07-31T06:17:04.080Z | Compiling regex-automata v0.4.7 |
412 | 2024-07-31T06:17:04.387Z | Compiling usdt-impl v0.5.0 |
413 | 2024-07-31T06:17:04.473Z | Checking encoding_rs v0.8.34 |
414 | 2024-07-31T06:17:04.726Z | Checking mime v0.3.17 |
415 | 2024-07-31T06:17:05.024Z | Checking powerfmt v0.2.0 |
416 | 2024-07-31T06:17:05.469Z | Compiling num-conv v0.1.0 |
417 | 2024-07-31T06:17:05.728Z | Checking unicode-bidi v0.3.15 |
418 | 2024-07-31T06:17:05.732Z | Compiling time-core v0.1.2 |
419 | 2024-07-31T06:17:05.885Z | Compiling time-macros v0.2.18 |
420 | 2024-07-31T06:17:06.300Z | Checking idna v0.5.0 |
421 | 2024-07-31T06:17:06.346Z | Checking deranged v0.3.11 |
422 | 2024-07-31T06:17:06.715Z | Compiling thread-id v4.2.2 |
423 | 2024-07-31T06:17:07.066Z | Checking num_threads v0.1.7 |
424 | 2024-07-31T06:17:07.158Z | Compiling ident_case v1.0.1 |
425 | 2024-07-31T06:17:07.310Z | Checking plain v0.2.3 |
426 | 2024-07-31T06:17:07.621Z | Checking rustls-pki-types v1.7.0 |
427 | 2024-07-31T06:17:07.934Z | Compiling regex v1.10.5 |
428 | 2024-07-31T06:17:08.096Z | Compiling crossbeam-utils v0.8.20 |
429 | 2024-07-31T06:17:08.603Z | Compiling strsim v0.11.1 |
430 | 2024-07-31T06:17:08.879Z | Checking base64 v0.21.7 |
431 | 2024-07-31T06:17:08.947Z | Compiling serde_derive v1.0.204 |
432 | 2024-07-31T06:17:08.980Z | Compiling zerocopy-derive v0.7.35 |
433 | 2024-07-31T06:17:09.324Z | Compiling thiserror-impl v1.0.63 |
434 | 2024-07-31T06:17:09.331Z | Compiling schemars_derive v0.8.21 |
435 | 2024-07-31T06:17:09.555Z | Compiling tokio-macros v2.4.0 |
436 | 2024-07-31T06:17:10.613Z | Compiling futures-macro v0.3.30 |
437 | 2024-07-31T06:17:11.082Z | Checking zerocopy v0.7.35 |
438 | 2024-07-31T06:17:11.499Z | Checking tokio v1.39.2 |
439 | 2024-07-31T06:17:12.143Z | Compiling openssl-macros v0.1.1 |
440 | 2024-07-31T06:17:12.363Z | Compiling pest v2.7.11 |
441 | 2024-07-31T06:17:12.508Z | Checking rustls-webpki v0.101.7 |
442 | 2024-07-31T06:17:12.580Z | Checking futures-util v0.3.30 |
443 | 2024-07-31T06:17:12.850Z | Checking hashbrown v0.14.5 |
444 | 2024-07-31T06:17:13.177Z | Checking sct v0.7.1 |
445 | 2024-07-31T06:17:14.044Z | Compiling scroll_derive v0.12.0 |
446 | 2024-07-31T06:17:14.685Z | Compiling pest_meta v2.7.11 |
447 | 2024-07-31T06:17:15.137Z | Compiling regress v0.10.0 |
448 | 2024-07-31T06:17:15.473Z | Checking scroll v0.12.0 |
449 | 2024-07-31T06:17:15.963Z | Compiling pest_generator v2.7.11 |
450 | 2024-07-31T06:17:17.917Z | Checking goblin v0.8.2 |
451 | 2024-07-31T06:17:18.380Z | Checking tokio-util v0.7.11 |
452 | 2024-07-31T06:17:19.121Z | Compiling pest_derive v2.7.11 |
453 | 2024-07-31T06:17:19.181Z | Checking tokio-rustls v0.24.1 |
454 | 2024-07-31T06:17:19.491Z | Checking tokio-native-tls v0.3.1 |
455 | 2024-07-31T06:17:19.823Z | Checking rustls-pemfile v1.0.4 |
456 | 2024-07-31T06:17:19.932Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-07-31T06:17:20.004Z | Checking time v0.3.36 |
458 | 2024-07-31T06:17:20.262Z | Compiling darling_core v0.20.10 |
459 | 2024-07-31T06:17:20.739Z | Checking url v2.5.2 |
460 | 2024-07-31T06:17:21.495Z | Checking dirs-sys-next v0.1.2 |
461 | 2024-07-31T06:17:21.824Z | Compiling unsafe-libyaml v0.2.11 |
462 | 2024-07-31T06:17:21.859Z | Checking indexmap v2.2.6 |
463 | 2024-07-31T06:17:22.716Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-31T06:17:23.053Z | Checking h2 v0.3.26 |
465 | 2024-07-31T06:17:23.139Z | Checking pretty-hex v0.4.1 |
466 | 2024-07-31T06:17:23.179Z | Compiling rustls v0.22.4 |
467 | 2024-07-31T06:17:23.282Z | Checking sync_wrapper v0.1.2 |
468 | 2024-07-31T06:17:23.319Z | Checking openapiv3 v2.0.0 |
469 | 2024-07-31T06:17:23.385Z | Compiling omicron-workspace-hack v0.1.0 |
470 | 2024-07-31T06:17:23.448Z | Compiling rustversion v1.0.17 |
471 | 2024-07-31T06:17:23.661Z | Compiling serde_tokenstream v0.2.1 |
472 | 2024-07-31T06:17:24.120Z | Compiling paste v1.0.15 |
473 | 2024-07-31T06:17:24.528Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-31T06:17:24.581Z | Checking ipnet v2.9.0 |
475 | 2024-07-31T06:17:24.788Z | Checking dof v0.3.0 |
476 | 2024-07-31T06:17:25.145Z | Checking toml_datetime v0.6.8 |
477 | 2024-07-31T06:17:25.674Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
478 | 2024-07-31T06:17:26.317Z | Compiling serde_yaml v0.9.34+deprecated |
479 | 2024-07-31T06:17:26.626Z | Compiling darling_macro v0.20.10 |
480 | 2024-07-31T06:17:26.775Z | Checking serde_spanned v0.6.7 |
481 | 2024-07-31T06:17:26.926Z | Checking dirs-next v2.0.0 |
482 | 2024-07-31T06:17:27.081Z | Checking hyper v0.14.30 |
483 | 2024-07-31T06:17:27.704Z | Checking ppv-lite86 v0.2.19 |
484 | 2024-07-31T06:17:28.077Z | Checking rustls-webpki v0.102.6 |
485 | 2024-07-31T06:17:28.104Z | Compiling structmeta-derive v0.3.0 |
486 | 2024-07-31T06:17:28.444Z | Checking crypto-common v0.1.6 |
487 | 2024-07-31T06:17:28.595Z | Checking block-buffer v0.10.4 |
488 | 2024-07-31T06:17:28.770Z | Checking rand_core v0.6.4 |
489 | 2024-07-31T06:17:28.805Z | Checking thread_local v1.1.8 |
490 | 2024-07-31T06:17:28.848Z | Compiling multer v3.1.0 |
491 | 2024-07-31T06:17:29.024Z | Compiling anyhow v1.0.86 |
492 | 2024-07-31T06:17:29.043Z | Checking zeroize v1.8.1 |
493 | 2024-07-31T06:17:29.147Z | Checking match_cfg v0.1.0 |
494 | 2024-07-31T06:17:29.219Z | Compiling slog-async v2.8.0 |
495 | 2024-07-31T06:17:29.259Z | Checking winnow v0.6.16 |
496 | 2024-07-31T06:17:29.560Z | Checking subtle v2.6.1 |
497 | 2024-07-31T06:17:29.666Z | Compiling camino v1.1.7 |
498 | 2024-07-31T06:17:29.874Z | Checking hostname v0.3.1 |
499 | 2024-07-31T06:17:30.038Z | Checking rand_chacha v0.3.1 |
500 | 2024-07-31T06:17:30.248Z | Checking digest v0.10.7 |
501 | 2024-07-31T06:17:30.388Z | Checking crossbeam-channel v0.5.13 |
502 | 2024-07-31T06:17:30.537Z | Compiling darling v0.20.10 |
503 | 2024-07-31T06:17:30.634Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2024-07-31T06:17:30.651Z | Compiling usdt-macro v0.5.0 |
505 | 2024-07-31T06:17:30.855Z | Compiling structmeta v0.3.0 |
506 | 2024-07-31T06:17:31.118Z | Checking term v0.7.0 |
507 | 2024-07-31T06:17:31.436Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-31T06:17:31.530Z | Checking hyper-rustls v0.24.2 |
509 | 2024-07-31T06:17:31.775Z | Checking reqwest v0.11.27 |
510 | 2024-07-31T06:17:31.940Z | Checking slog-json v2.6.1 |
511 | 2024-07-31T06:17:32.070Z | Checking futures-executor v0.3.30 |
512 | 2024-07-31T06:17:32.166Z | Compiling async-stream-impl v0.3.5 |
513 | 2024-07-31T06:17:32.248Z | Checking toml_edit v0.22.18 |
514 | 2024-07-31T06:17:32.281Z | Checking http v1.1.0 |
515 | 2024-07-31T06:17:32.560Z | Checking memmap v0.7.0 |
516 | 2024-07-31T06:17:32.732Z | Checking is-terminal v0.4.12 |
517 | 2024-07-31T06:17:32.787Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
518 | 2024-07-31T06:17:32.833Z | Checking take_mut v0.2.2 |
519 | 2024-07-31T06:17:32.955Z | Checking base64 v0.22.1 |
520 | 2024-07-31T06:17:33.040Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
521 | 2024-07-31T06:17:33.057Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-31T06:17:33.161Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-31T06:17:33.237Z | Checking sha1 v0.10.6 |
524 | 2024-07-31T06:17:33.313Z | Checking waitgroup v0.1.2 |
525 | 2024-07-31T06:17:33.373Z | Checking tokio-rustls v0.25.0 |
526 | 2024-07-31T06:17:33.406Z | Checking rustls-pemfile v2.1.2 |
527 | 2024-07-31T06:17:33.473Z | Checking slog-term v2.9.1 |
528 | 2024-07-31T06:17:33.476Z | Checking async-stream v0.3.5 |
529 | 2024-07-31T06:17:33.610Z | Checking usdt v0.5.0 |
530 | 2024-07-31T06:17:33.651Z | Compiling strum_macros v0.26.4 |
531 | 2024-07-31T06:17:33.689Z | Checking futures v0.3.30 |
532 | 2024-07-31T06:17:33.723Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-31T06:17:33.782Z | Compiling parse-display-derive v0.9.1 |
534 | 2024-07-31T06:17:33.821Z | Compiling serde_with_macros v3.9.0 |
535 | 2024-07-31T06:17:33.852Z | Checking rand v0.8.5 |
536 | 2024-07-31T06:17:34.328Z | Checking ipnetwork v0.20.0 |
537 | 2024-07-31T06:17:34.496Z | Checking newtype-uuid v1.1.0 |
538 | 2024-07-31T06:17:34.706Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
539 | 2024-07-31T06:17:34.735Z | Checking serde_path_to_error v0.1.16 |
540 | 2024-07-31T06:17:34.775Z | Checking toml v0.8.17 |
541 | 2024-07-31T06:17:35.120Z | Checking hex v0.4.3 |
542 | 2024-07-31T06:17:35.358Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
543 | 2024-07-31T06:17:35.504Z | Compiling async-trait v0.1.81 |
544 | 2024-07-31T06:17:35.630Z | Checking hostname v0.4.0 |
545 | 2024-07-31T06:17:35.746Z | Checking instant v0.1.13 |
546 | 2024-07-31T06:17:35.834Z | Checking debug-ignore v1.0.5 |
547 | 2024-07-31T06:17:35.946Z | Checking backoff v0.4.0 |
548 | 2024-07-31T06:17:36.118Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
549 | 2024-07-31T06:17:36.186Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
550 | 2024-07-31T06:17:36.234Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
551 | 2024-07-31T06:17:36.314Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
552 | 2024-07-31T06:17:36.532Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
553 | 2024-07-31T06:17:36.580Z | Checking serde_with v3.9.0 |
554 | 2024-07-31T06:17:36.939Z | Checking macaddr v1.0.1 |
555 | 2024-07-31T06:17:37.117Z | Checking regress v0.9.1 |
556 | 2024-07-31T06:17:37.870Z | Checking parse-display v0.9.1 |
557 | 2024-07-31T06:17:38.370Z | Checking strum v0.26.3 |
558 | 2024-07-31T06:17:39.269Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
559 | 2024-07-31T06:17:41.173Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
560 | 2024-07-31T06:17:41.227Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
561 | 2024-07-31T06:17:43.876Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
562 | 2024-07-31T06:17:50.067Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
563 | 2024-07-31T06:17:50.175Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
564 | 2024-07-31T06:17:52.852Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
565 | 2024-07-31T06:17:59.243Z | Checking test-project v0.1.0 (/tmp/test-project) |
566 | 2024-07-31T06:17:59.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
567 | 2024-07-31T06:17:59.349Z | + cargo build --release |
568 | 2024-07-31T06:17:59.603Z | Compiling proc-macro2 v1.0.86 |
569 | 2024-07-31T06:17:59.603Z | Compiling unicode-ident v1.0.12 |
570 | 2024-07-31T06:17:59.605Z | Compiling libc v0.2.155 |
571 | 2024-07-31T06:17:59.605Z | Compiling cfg-if v1.0.0 |
572 | 2024-07-31T06:17:59.606Z | Compiling version_check v0.9.5 |
573 | 2024-07-31T06:17:59.606Z | Compiling autocfg v1.3.0 |
574 | 2024-07-31T06:17:59.606Z | Compiling serde v1.0.204 |
575 | 2024-07-31T06:17:59.606Z | Compiling memchr v2.7.4 |
576 | 2024-07-31T06:17:59.703Z | Compiling serde_json v1.0.121 |
577 | 2024-07-31T06:17:59.783Z | Compiling itoa v1.0.11 |
578 | 2024-07-31T06:18:00.129Z | Compiling thiserror v1.0.63 |
579 | 2024-07-31T06:18:00.173Z | Compiling byteorder v1.5.0 |
580 | 2024-07-31T06:18:00.246Z | Compiling ahash v0.8.11 |
581 | 2024-07-31T06:18:00.395Z | Compiling once_cell v1.19.0 |
582 | 2024-07-31T06:18:00.594Z | Compiling cc v1.1.7 |
583 | 2024-07-31T06:18:00.921Z | Compiling num-traits v0.2.19 |
584 | 2024-07-31T06:18:01.005Z | Compiling getrandom v0.2.15 |
585 | 2024-07-31T06:18:01.069Z | Compiling quote v1.0.36 |
586 | 2024-07-31T06:18:01.180Z | Compiling pin-project-lite v0.2.14 |
587 | 2024-07-31T06:18:01.284Z | Compiling ryu v1.0.18 |
588 | 2024-07-31T06:18:01.390Z | Compiling bytes v1.6.1 |
589 | 2024-07-31T06:18:01.594Z | Compiling syn v2.0.72 |
590 | 2024-07-31T06:18:01.681Z | Compiling log v0.4.22 |
591 | 2024-07-31T06:18:01.696Z | Compiling schemars v0.8.21 |
592 | 2024-07-31T06:18:01.827Z | Compiling allocator-api2 v0.2.18 |
593 | 2024-07-31T06:18:02.048Z | Compiling lock_api v0.4.12 |
594 | 2024-07-31T06:18:02.123Z | Compiling parking_lot_core v0.9.10 |
595 | 2024-07-31T06:18:02.140Z | Compiling futures-core v0.3.30 |
596 | 2024-07-31T06:18:02.335Z | Compiling scopeguard v1.2.0 |
597 | 2024-07-31T06:18:02.371Z | Compiling smallvec v1.13.2 |
598 | 2024-07-31T06:18:02.478Z | Compiling mio v1.0.1 |
599 | 2024-07-31T06:18:02.542Z | Compiling signal-hook-registry v1.4.2 |
600 | 2024-07-31T06:18:02.647Z | Compiling socket2 v0.5.7 |
601 | 2024-07-31T06:18:03.050Z | Compiling slab v0.4.9 |
602 | 2024-07-31T06:18:03.242Z | Compiling parking_lot v0.12.3 |
603 | 2024-07-31T06:18:03.372Z | Compiling futures-sink v0.3.30 |
604 | 2024-07-31T06:18:03.522Z | Compiling spin v0.9.8 |
605 | 2024-07-31T06:18:03.641Z | Compiling ring v0.17.8 |
606 | 2024-07-31T06:18:03.824Z | Compiling fnv v1.0.7 |
607 | 2024-07-31T06:18:03.902Z | Compiling semver v1.0.23 |
608 | 2024-07-31T06:18:03.946Z | Compiling untrusted v0.9.0 |
609 | 2024-07-31T06:18:04.120Z | Compiling equivalent v1.0.1 |
610 | 2024-07-31T06:18:04.233Z | Compiling futures-channel v0.3.30 |
611 | 2024-07-31T06:18:04.394Z | Compiling futures-io v0.3.30 |
612 | 2024-07-31T06:18:04.505Z | Compiling vcpkg v0.2.15 |
613 | 2024-07-31T06:18:04.566Z | Compiling futures-task v0.3.30 |
614 | 2024-07-31T06:18:04.688Z | Compiling pin-utils v0.1.0 |
615 | 2024-07-31T06:18:04.729Z | Compiling heck v0.5.0 |
616 | 2024-07-31T06:18:04.766Z | Compiling pkg-config v0.3.30 |
617 | 2024-07-31T06:18:05.127Z | Compiling iana-time-zone v0.1.60 |
618 | 2024-07-31T06:18:05.188Z | Compiling ucd-trie v0.1.6 |
619 | 2024-07-31T06:18:05.676Z | Compiling http v0.2.12 |
620 | 2024-07-31T06:18:06.001Z | Compiling httparse v1.9.4 |
621 | 2024-07-31T06:18:06.021Z | Compiling dyn-clone v1.0.17 |
622 | 2024-07-31T06:18:06.211Z | Compiling openssl-sys v0.9.103 |
623 | 2024-07-31T06:18:06.801Z | Compiling tracing-core v0.1.32 |
624 | 2024-07-31T06:18:07.084Z | Compiling chrono v0.4.38 |
625 | 2024-07-31T06:18:07.152Z | Compiling uuid v1.10.0 |
626 | 2024-07-31T06:18:07.545Z | Compiling tracing v0.1.40 |
627 | 2024-07-31T06:18:09.077Z | Compiling serde_derive_internals v0.29.1 |
628 | 2024-07-31T06:18:09.220Z | Compiling slog v2.7.0 |
629 | 2024-07-31T06:18:09.252Z | Compiling foreign-types-shared v0.1.1 |
630 | 2024-07-31T06:18:09.347Z | Compiling openssl v0.10.66 |
631 | 2024-07-31T06:18:09.769Z | Compiling try-lock v0.2.5 |
632 | 2024-07-31T06:18:09.902Z | Compiling want v0.3.1 |
633 | 2024-07-31T06:18:09.969Z | Compiling foreign-types v0.3.2 |
634 | 2024-07-31T06:18:10.045Z | Compiling http-body v0.4.6 |
635 | 2024-07-31T06:18:10.486Z | Compiling aho-corasick v1.1.3 |
636 | 2024-07-31T06:18:10.518Z | Compiling tinyvec_macros v0.1.1 |
637 | 2024-07-31T06:18:10.599Z | Compiling regex-syntax v0.8.4 |
638 | 2024-07-31T06:18:11.379Z | Compiling percent-encoding v2.3.1 |
639 | 2024-07-31T06:18:11.657Z | Compiling rustls v0.21.12 |
640 | 2024-07-31T06:18:11.690Z | Compiling tower-service v0.3.2 |
641 | 2024-07-31T06:18:11.799Z | Compiling httpdate v1.0.3 |
642 | 2024-07-31T06:18:11.865Z | Compiling bitflags v2.6.0 |
643 | 2024-07-31T06:18:11.961Z | Compiling native-tls v0.2.12 |
644 | 2024-07-31T06:18:12.199Z | Compiling typenum v1.17.0 |
645 | 2024-07-31T06:18:12.335Z | Compiling form_urlencoded v1.2.1 |
646 | 2024-07-31T06:18:12.538Z | Compiling tinyvec v1.8.0 |
647 | 2024-07-31T06:18:13.271Z | Compiling generic-array v0.14.7 |
648 | 2024-07-31T06:18:13.566Z | Compiling openssl-probe v0.1.5 |
649 | 2024-07-31T06:18:13.949Z | Compiling regex-automata v0.4.7 |
650 | 2024-07-31T06:18:14.188Z | Compiling unicode-normalization v0.1.23 |
651 | 2024-07-31T06:18:14.399Z | Compiling serde_derive v1.0.204 |
652 | 2024-07-31T06:18:14.730Z | Compiling zerocopy-derive v0.7.35 |
653 | 2024-07-31T06:18:14.973Z | Compiling thiserror-impl v1.0.63 |
654 | 2024-07-31T06:18:14.976Z | Compiling schemars_derive v0.8.21 |
655 | 2024-07-31T06:18:15.435Z | Compiling tokio-macros v2.4.0 |
656 | 2024-07-31T06:18:16.910Z | Compiling zerocopy v0.7.35 |
657 | 2024-07-31T06:18:18.030Z | Compiling tokio v1.39.2 |
658 | 2024-07-31T06:18:18.131Z | Compiling futures-macro v0.3.30 |
659 | 2024-07-31T06:18:19.194Z | Compiling hashbrown v0.14.5 |
660 | 2024-07-31T06:18:20.187Z | Compiling futures-util v0.3.30 |
661 | 2024-07-31T06:18:20.615Z | Compiling pest v2.7.11 |
662 | 2024-07-31T06:18:20.972Z | Compiling regress v0.10.0 |
663 | 2024-07-31T06:18:21.856Z | Compiling openssl-macros v0.1.1 |
664 | 2024-07-31T06:18:23.385Z | Compiling pest_meta v2.7.11 |
665 | 2024-07-31T06:18:25.673Z | Compiling pest_generator v2.7.11 |
666 | 2024-07-31T06:18:27.209Z | Compiling tokio-util v0.7.11 |
667 | 2024-07-31T06:18:27.469Z | Compiling rustls-webpki v0.101.7 |
668 | 2024-07-31T06:18:27.778Z | Compiling pest_derive v2.7.11 |
669 | 2024-07-31T06:18:29.171Z | Compiling serde_tokenstream v0.2.1 |
670 | 2024-07-31T06:18:29.447Z | Compiling indexmap v2.2.6 |
671 | 2024-07-31T06:18:31.790Z | Compiling h2 v0.3.26 |
672 | 2024-07-31T06:18:32.354Z | Compiling sct v0.7.1 |
673 | 2024-07-31T06:18:35.144Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
674 | 2024-07-31T06:18:39.010Z | Compiling hyper v0.14.30 |
675 | 2024-07-31T06:18:42.463Z | Compiling regex v1.10.5 |
676 | 2024-07-31T06:18:43.465Z | Compiling scroll_derive v0.12.0 |
677 | 2024-07-31T06:18:47.027Z | Compiling usdt-impl v0.5.0 |
678 | 2024-07-31T06:18:47.385Z | Compiling encoding_rs v0.8.34 |
679 | 2024-07-31T06:18:47.570Z | Compiling time-core v0.1.2 |
680 | 2024-07-31T06:18:47.734Z | Compiling mime v0.3.17 |
681 | 2024-07-31T06:18:48.178Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
682 | 2024-07-31T06:18:48.811Z | Compiling num-conv v0.1.0 |
683 | 2024-07-31T06:18:49.058Z | Compiling powerfmt v0.2.0 |
684 | 2024-07-31T06:18:49.527Z | Compiling unicode-bidi v0.3.15 |
685 | 2024-07-31T06:18:52.644Z | Compiling idna v0.5.0 |
686 | 2024-07-31T06:18:56.232Z | Compiling deranged v0.3.11 |
687 | 2024-07-31T06:18:57.029Z | Compiling time-macros v0.2.18 |
688 | 2024-07-31T06:18:59.789Z | Compiling scroll v0.12.0 |
689 | 2024-07-31T06:19:00.012Z | Compiling tokio-native-tls v0.3.1 |
690 | 2024-07-31T06:19:00.190Z | Compiling tokio-rustls v0.24.1 |
691 | 2024-07-31T06:19:00.284Z | Compiling dof v0.3.0 |
692 | 2024-07-31T06:19:00.389Z | Compiling dtrace-parser v0.2.0 |
693 | 2024-07-31T06:19:00.598Z | Compiling serde_urlencoded v0.7.1 |
694 | 2024-07-31T06:19:01.211Z | Compiling thread-id v4.2.2 |
695 | 2024-07-31T06:19:01.291Z | Compiling base64 v0.21.7 |
696 | 2024-07-31T06:19:01.305Z | Compiling omicron-workspace-hack v0.1.0 |
697 | 2024-07-31T06:19:01.843Z | Compiling strsim v0.11.1 |
698 | 2024-07-31T06:19:02.375Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-07-31T06:19:02.615Z | Compiling crossbeam-utils v0.8.20 |
700 | 2024-07-31T06:19:02.709Z | Compiling plain v0.2.3 |
701 | 2024-07-31T06:19:02.857Z | Compiling num_threads v0.1.7 |
702 | 2024-07-31T06:19:03.290Z | Compiling ident_case v1.0.1 |
703 | 2024-07-31T06:19:03.634Z | Compiling time v0.3.36 |
704 | 2024-07-31T06:19:03.733Z | Compiling darling_core v0.20.10 |
705 | 2024-07-31T06:19:06.841Z | Compiling goblin v0.8.2 |
706 | 2024-07-31T06:19:08.003Z | Compiling rustls-pemfile v1.0.4 |
707 | 2024-07-31T06:19:10.208Z | Compiling hyper-rustls v0.24.2 |
708 | 2024-07-31T06:19:10.345Z | Compiling hyper-tls v0.5.0 |
709 | 2024-07-31T06:19:10.633Z | Compiling url v2.5.2 |
710 | 2024-07-31T06:19:10.812Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
711 | 2024-07-31T06:19:10.931Z | Compiling openapiv3 v2.0.0 |
712 | 2024-07-31T06:19:14.155Z | Compiling dirs-sys-next v0.1.2 |
713 | 2024-07-31T06:19:14.633Z | Compiling paste v1.0.15 |
714 | 2024-07-31T06:19:15.130Z | Compiling ipnet v2.9.0 |
715 | 2024-07-31T06:19:15.262Z | Compiling webpki-roots v0.25.4 |
716 | 2024-07-31T06:19:15.317Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-07-31T06:19:15.398Z | Compiling rustls v0.22.4 |
718 | 2024-07-31T06:19:15.430Z | Compiling rustversion v1.0.17 |
719 | 2024-07-31T06:19:15.695Z | Compiling pretty-hex v0.4.1 |
720 | 2024-07-31T06:19:15.914Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-07-31T06:19:16.405Z | Compiling reqwest v0.11.27 |
722 | 2024-07-31T06:19:17.663Z | Compiling serde_yaml v0.9.34+deprecated |
723 | 2024-07-31T06:19:17.847Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
724 | 2024-07-31T06:19:20.276Z | Compiling dirs-next v2.0.0 |
725 | 2024-07-31T06:19:20.533Z | Compiling darling_macro v0.20.10 |
726 | 2024-07-31T06:19:22.690Z | Compiling rustls-webpki v0.102.6 |
727 | 2024-07-31T06:19:23.661Z | Compiling crypto-common v0.1.6 |
728 | 2024-07-31T06:19:23.698Z | Compiling block-buffer v0.10.4 |
729 | 2024-07-31T06:19:23.859Z | Compiling toml_datetime v0.6.8 |
730 | 2024-07-31T06:19:23.911Z | Compiling serde_spanned v0.6.7 |
731 | 2024-07-31T06:19:24.149Z | Compiling ppv-lite86 v0.2.19 |
732 | 2024-07-31T06:19:24.602Z | Compiling structmeta-derive v0.3.0 |
733 | 2024-07-31T06:19:25.011Z | Compiling rand_core v0.6.4 |
734 | 2024-07-31T06:19:25.193Z | Compiling thread_local v1.1.8 |
735 | 2024-07-31T06:19:25.485Z | Compiling multer v3.1.0 |
736 | 2024-07-31T06:19:25.803Z | Compiling zeroize v1.8.1 |
737 | 2024-07-31T06:19:26.002Z | Compiling slog-async v2.8.0 |
738 | 2024-07-31T06:19:26.135Z | Compiling match_cfg v0.1.0 |
739 | 2024-07-31T06:19:26.218Z | Compiling camino v1.1.7 |
740 | 2024-07-31T06:19:26.483Z | Compiling subtle v2.6.1 |
741 | 2024-07-31T06:19:26.757Z | Compiling anyhow v1.0.86 |
742 | 2024-07-31T06:19:26.803Z | Compiling winnow v0.6.16 |
743 | 2024-07-31T06:19:27.434Z | Compiling structmeta v0.3.0 |
744 | 2024-07-31T06:19:27.506Z | Compiling hostname v0.3.1 |
745 | 2024-07-31T06:19:27.803Z | Compiling rand_chacha v0.3.1 |
746 | 2024-07-31T06:19:28.009Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
747 | 2024-07-31T06:19:29.525Z | Compiling digest v0.10.7 |
748 | 2024-07-31T06:19:29.930Z | Compiling crossbeam-channel v0.5.13 |
749 | 2024-07-31T06:19:31.201Z | Compiling toml_edit v0.22.18 |
750 | 2024-07-31T06:19:31.650Z | Compiling darling v0.20.10 |
751 | 2024-07-31T06:19:31.752Z | Compiling term v0.7.0 |
752 | 2024-07-31T06:19:36.620Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
753 | 2024-07-31T06:19:39.570Z | Compiling usdt-attr-macro v0.5.0 |
754 | 2024-07-31T06:19:40.932Z | Compiling usdt-macro v0.5.0 |
755 | 2024-07-31T06:19:41.117Z | Compiling slog-json v2.6.1 |
756 | 2024-07-31T06:19:41.664Z | Compiling futures-executor v0.3.30 |
757 | 2024-07-31T06:19:42.320Z | Compiling async-stream-impl v0.3.5 |
758 | 2024-07-31T06:19:42.953Z | Compiling http v1.1.0 |
759 | 2024-07-31T06:19:43.700Z | Compiling is-terminal v0.4.12 |
760 | 2024-07-31T06:19:43.819Z | Compiling memmap v0.7.0 |
761 | 2024-07-31T06:19:44.264Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
762 | 2024-07-31T06:19:44.302Z | Compiling base64 v0.22.1 |
763 | 2024-07-31T06:19:44.583Z | Compiling atomic-waker v1.1.2 |
764 | 2024-07-31T06:19:44.762Z | Compiling take_mut v0.2.2 |
765 | 2024-07-31T06:19:44.915Z | Compiling cpufeatures v0.2.12 |
766 | 2024-07-31T06:19:45.003Z | Compiling sha1 v0.10.6 |
767 | 2024-07-31T06:19:45.786Z | Compiling rustls-pemfile v2.1.2 |
768 | 2024-07-31T06:19:46.588Z | Compiling waitgroup v0.1.2 |
769 | 2024-07-31T06:19:47.648Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
770 | 2024-07-31T06:19:47.829Z | Compiling usdt v0.5.0 |
771 | 2024-07-31T06:19:49.099Z | Compiling slog-term v2.9.1 |
772 | 2024-07-31T06:19:49.453Z | Compiling async-stream v0.3.5 |
773 | 2024-07-31T06:19:49.799Z | Compiling futures v0.3.30 |
774 | 2024-07-31T06:19:49.898Z | Compiling slog-bunyan v2.5.0 |
775 | 2024-07-31T06:19:49.901Z | Compiling strum_macros v0.26.4 |
776 | 2024-07-31T06:19:50.166Z | Compiling toml v0.8.17 |
777 | 2024-07-31T06:19:52.049Z | Compiling tokio-rustls v0.25.0 |
778 | 2024-07-31T06:19:52.478Z | Compiling serde_with_macros v3.9.0 |
779 | 2024-07-31T06:19:54.853Z | Compiling rand v0.8.5 |
780 | 2024-07-31T06:19:55.001Z | Compiling parse-display-derive v0.9.1 |
781 | 2024-07-31T06:19:57.003Z | Compiling ipnetwork v0.20.0 |
782 | 2024-07-31T06:19:58.003Z | Compiling newtype-uuid v1.1.0 |
783 | 2024-07-31T06:19:58.129Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
784 | 2024-07-31T06:19:58.318Z | Compiling serde_path_to_error v0.1.16 |
785 | 2024-07-31T06:19:59.320Z | Compiling hex v0.4.3 |
786 | 2024-07-31T06:19:59.377Z | Compiling async-trait v0.1.81 |
787 | 2024-07-31T06:19:59.979Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
788 | 2024-07-31T06:20:00.796Z | Compiling hostname v0.4.0 |
789 | 2024-07-31T06:20:01.030Z | Compiling instant v0.1.13 |
790 | 2024-07-31T06:20:01.180Z | Compiling debug-ignore v1.0.5 |
791 | 2024-07-31T06:20:01.318Z | Compiling backoff v0.4.0 |
792 | 2024-07-31T06:20:01.661Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
793 | 2024-07-31T06:20:01.841Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-07-31T06:20:01.912Z | Compiling parse-display v0.9.1 |
795 | 2024-07-31T06:20:01.981Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
796 | 2024-07-31T06:20:01.993Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
797 | 2024-07-31T06:20:02.167Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
798 | 2024-07-31T06:20:02.494Z | Compiling serde_with v3.9.0 |
799 | 2024-07-31T06:20:03.952Z | Compiling strum v0.26.3 |
800 | 2024-07-31T06:20:04.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
801 | 2024-07-31T06:20:04.972Z | Compiling macaddr v1.0.1 |
802 | 2024-07-31T06:20:05.579Z | Compiling regress v0.9.1 |
803 | 2024-07-31T06:20:10.894Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-07-31T06:20:20.631Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-07-31T06:20:29.173Z | Finished `release` profile [optimized] target(s) in 2m 29s |
806 | 2024-07-31T06:20:29.224Z | process exited: duration 226386 ms, exit code 0 |
|
807 | 2024-07-31T06:20:29.230Z | found 0 output files |