|
|
|
1 | 2024-06-27T21:13:22.801Z | job assigned to worker 01J1DRP18PHHERMXB6AVQ5R032 (queued for 55 s) |
|
2 | 2024-06-27T21:13:30.401Z | starting task 0: "setup" |
3 | 2024-06-27T21:13:30.456Z | ++ uname -s |
4 | 2024-06-27T21:13:30.459Z | + kern=SunOS |
5 | 2024-06-27T21:13:30.459Z | + case "$kern" in |
6 | 2024-06-27T21:13:30.459Z | + groupadd -g 12345 build |
7 | 2024-06-27T21:13:30.463Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-27T21:13:32.474Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-27T21:13:32.590Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-27T21:13:32.593Z | + home_fs=zfs |
11 | 2024-06-27T21:13:32.593Z | + [[ zfs == autofs ]] |
12 | 2024-06-27T21:13:32.593Z | + mkdir -p /home/build |
13 | 2024-06-27T21:13:32.593Z | + chown build:build /home/build /work |
14 | 2024-06-27T21:13:34.595Z | + chmod 0700 /home/build /work |
15 | 2024-06-27T21:13:34.598Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-06-27T21:13:34.604Z | starting task 1: "rust-toolchain" |
17 | 2024-06-27T21:13:34.610Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-27T21:13:34.610Z | ' 1.78.0 |
19 | 2024-06-27T21:13:34.610Z | * toolchain channel = "1.78.0" |
20 | 2024-06-27T21:13:34.610Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-27T21:13:34.610Z | ' default |
22 | 2024-06-27T21:13:34.610Z | * toolchain profile = "default" |
23 | 2024-06-27T21:13:34.613Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-27T21:13:34.613Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-27T21:13:34.729Z | info: downloading installer |
26 | 2024-06-27T21:13:35.946Z | info: profile set to 'default' |
27 | 2024-06-27T21:13:35.946Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-27T21:13:35.950Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-27T21:13:36.073Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-27T21:13:36.073Z | info: downloading component 'cargo' |
31 | 2024-06-27T21:13:36.737Z | info: downloading component 'clippy' |
32 | 2024-06-27T21:13:36.962Z | info: downloading component 'rust-docs' |
33 | 2024-06-27T21:13:37.839Z | info: downloading component 'rust-std' |
34 | 2024-06-27T21:13:39.241Z | info: downloading component 'rustc' |
35 | 2024-06-27T21:13:42.767Z | info: downloading component 'rustfmt' |
36 | 2024-06-27T21:13:42.961Z | info: installing component 'cargo' |
37 | 2024-06-27T21:13:43.817Z | info: installing component 'clippy' |
38 | 2024-06-27T21:13:44.181Z | info: installing component 'rust-docs' |
39 | 2024-06-27T21:13:45.680Z | info: installing component 'rust-std' |
40 | 2024-06-27T21:13:47.506Z | info: installing component 'rustc' |
41 | 2024-06-27T21:13:51.890Z | info: installing component 'rustfmt' |
42 | 2024-06-27T21:13:52.230Z | |
43 | 2024-06-27T21:13:52.230Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-06-27T21:13:52.513Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-27T21:13:52.513Z | |
46 | 2024-06-27T21:13:52.516Z | |
47 | 2024-06-27T21:13:52.516Z | Rust is installed now. Great! |
48 | 2024-06-27T21:13:52.516Z | |
49 | 2024-06-27T21:13:52.516Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-27T21:13:52.516Z | environment variable. This has not been done automatically. |
51 | 2024-06-27T21:13:52.516Z | |
52 | 2024-06-27T21:13:52.516Z | To configure your current shell, you need to source |
53 | 2024-06-27T21:13:52.516Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-27T21:13:52.516Z | |
55 | 2024-06-27T21:13:52.516Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-27T21:13:52.516Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-27T21:13:52.516Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-27T21:13:52.586Z | + rustc --version |
59 | 2024-06-27T21:13:52.648Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-27T21:13:52.652Z | process exited: duration 18046 ms, exit code 0 |
|
61 | 2024-06-27T21:13:52.658Z | starting task 2: "authentication" |
62 | 2024-06-27T21:13:52.679Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-27T21:13:52.686Z | starting task 3: "clone repository" |
64 | 2024-06-27T21:13:52.691Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-27T21:13:52.694Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-27T21:13:52.838Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-27T21:13:58.817Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-27T21:13:58.817Z | + git fetch origin 902960241aeafaaa19d8ffef435eb4a8551d5024 |
69 | 2024-06-27T21:13:59.078Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-27T21:13:59.078Z | * branch 902960241aeafaaa19d8ffef435eb4a8551d5024 -> FETCH_HEAD |
71 | 2024-06-27T21:13:59.088Z | + [[ -n cte-excise ]] |
72 | 2024-06-27T21:13:59.091Z | ++ git branch --show-current |
73 | 2024-06-27T21:13:59.094Z | + current=main |
74 | 2024-06-27T21:13:59.094Z | + [[ main != cte-excise ]] |
75 | 2024-06-27T21:13:59.094Z | + git branch -f cte-excise 902960241aeafaaa19d8ffef435eb4a8551d5024 |
76 | 2024-06-27T21:13:59.096Z | + git checkout -f cte-excise |
77 | 2024-06-27T21:13:59.230Z | Switched to branch 'cte-excise' |
78 | 2024-06-27T21:13:59.233Z | + git reset --hard 902960241aeafaaa19d8ffef435eb4a8551d5024 |
79 | 2024-06-27T21:13:59.242Z | HEAD is now at 902960241 [nexus] Remove old CTE builder machinery |
80 | 2024-06-27T21:13:59.245Z | process exited: duration 6556 ms, exit code 0 |
|
81 | 2024-06-27T21:13:59.253Z | starting task 4: "build" |
82 | 2024-06-27T21:13:59.256Z | + cargo --version |
83 | 2024-06-27T21:13:59.310Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-27T21:13:59.313Z | + rustc --version |
85 | 2024-06-27T21:13:59.368Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-27T21:13:59.371Z | + cd /tmp |
87 | 2024-06-27T21:13:59.372Z | + cargo new --lib test-project |
88 | 2024-06-27T21:13:59.428Z | Creating library `test-project` package |
89 | 2024-06-27T21:13:59.499Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-27T21:13:59.502Z | + cd test-project |
91 | 2024-06-27T21:13:59.502Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-27T21:13:59.558Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-27T21:13:59.561Z | Features: |
94 | 2024-06-27T21:13:59.561Z | - proptest |
95 | 2024-06-27T21:13:59.561Z | - test-strategy |
96 | 2024-06-27T21:13:59.561Z | - testing |
97 | 2024-06-27T21:13:59.561Z | Updating crates.io index |
98 | 2024-06-27T21:13:59.604Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-27T21:14:00.248Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-27T21:14:01.028Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-27T21:14:01.261Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-27T21:14:03.243Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-27T21:14:03.475Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-27T21:14:03.806Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-27T21:14:06.872Z | + cargo check |
106 | 2024-06-27T21:14:07.088Z | Downloading crates ... |
107 | 2024-06-27T21:14:07.163Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-27T21:14:07.166Z | Downloaded autocfg v1.3.0 |
109 | 2024-06-27T21:14:07.169Z | Downloaded async-stream v0.3.5 |
110 | 2024-06-27T21:14:07.173Z | Downloaded atomic-waker v1.1.2 |
111 | 2024-06-27T21:14:07.176Z | Downloaded async-trait v0.1.80 |
112 | 2024-06-27T21:14:07.183Z | Downloaded instant v0.1.13 |
113 | 2024-06-27T21:14:07.186Z | Downloaded foreign-types-shared v0.1.1 |
114 | 2024-06-27T21:14:07.186Z | Downloaded equivalent v1.0.1 |
115 | 2024-06-27T21:14:07.186Z | Downloaded darling_macro v0.20.9 |
116 | 2024-06-27T21:14:07.186Z | Downloaded openssl-sys v0.9.102 |
117 | 2024-06-27T21:14:07.194Z | Downloaded waitgroup v0.1.2 |
118 | 2024-06-27T21:14:07.196Z | Downloaded pretty-hex v0.4.1 |
119 | 2024-06-27T21:14:07.199Z | Downloaded ahash v0.8.11 |
120 | 2024-06-27T21:14:07.202Z | Downloaded openssl-macros v0.1.1 |
121 | 2024-06-27T21:14:07.204Z | Downloaded mime v0.3.17 |
122 | 2024-06-27T21:14:07.204Z | Downloaded itoa v1.0.11 |
123 | 2024-06-27T21:14:07.207Z | Downloaded macaddr v1.0.1 |
124 | 2024-06-27T21:14:07.207Z | Downloaded take_mut v0.2.2 |
125 | 2024-06-27T21:14:07.210Z | Downloaded httpdate v1.0.3 |
126 | 2024-06-27T21:14:07.210Z | Downloaded ipnetwork v0.20.0 |
127 | 2024-06-27T21:14:07.212Z | Downloaded futures-sink v0.3.30 |
128 | 2024-06-27T21:14:07.212Z | Downloaded dof v0.3.0 |
129 | 2024-06-27T21:14:07.215Z | Downloaded powerfmt v0.2.0 |
130 | 2024-06-27T21:14:07.215Z | Downloaded http-body v0.4.6 |
131 | 2024-06-27T21:14:07.218Z | Downloaded deranged v0.3.11 |
132 | 2024-06-27T21:14:07.221Z | Downloaded rand_core v0.6.4 |
133 | 2024-06-27T21:14:07.221Z | Downloaded rand_chacha v0.3.1 |
134 | 2024-06-27T21:14:07.224Z | Downloaded pin-utils v0.1.0 |
135 | 2024-06-27T21:14:07.224Z | Downloaded newtype-uuid v1.1.0 |
136 | 2024-06-27T21:14:07.226Z | Downloaded hostname v0.4.0 |
137 | 2024-06-27T21:14:07.226Z | Downloaded parse-display-derive v0.9.1 |
138 | 2024-06-27T21:14:07.229Z | Downloaded usdt-impl v0.5.0 |
139 | 2024-06-27T21:14:07.229Z | Downloaded hyper-rustls v0.24.2 |
140 | 2024-06-27T21:14:07.232Z | Downloaded signal-hook-registry v1.4.2 |
141 | 2024-06-27T21:14:07.235Z | Downloaded thiserror v1.0.61 |
142 | 2024-06-27T21:14:07.239Z | Downloaded tinyvec_macros v0.1.1 |
143 | 2024-06-27T21:14:07.242Z | Downloaded serde_tokenstream v0.2.1 |
144 | 2024-06-27T21:14:07.245Z | Downloaded structmeta v0.3.0 |
145 | 2024-06-27T21:14:07.247Z | Downloaded slog-async v2.8.0 |
146 | 2024-06-27T21:14:07.247Z | Downloaded quote v1.0.36 |
147 | 2024-06-27T21:14:07.250Z | Downloaded rustls-pemfile v2.1.2 |
148 | 2024-06-27T21:14:07.253Z | Downloaded allocator-api2 v0.2.18 |
149 | 2024-06-27T21:14:07.257Z | Downloaded spin v0.9.8 |
150 | 2024-06-27T21:14:07.259Z | Downloaded is-terminal v0.4.12 |
151 | 2024-06-27T21:14:07.262Z | Downloaded sct v0.7.1 |
152 | 2024-06-27T21:14:07.265Z | Downloaded pest_meta v2.7.10 |
153 | 2024-06-27T21:14:07.268Z | Downloaded hostname v0.3.1 |
154 | 2024-06-27T21:14:07.270Z | Downloaded smallvec v1.13.2 |
155 | 2024-06-27T21:14:07.273Z | Downloaded serde_derive v1.0.203 |
156 | 2024-06-27T21:14:07.276Z | Downloaded slog-json v2.6.1 |
157 | 2024-06-27T21:14:07.279Z | Downloaded try-lock v0.2.5 |
158 | 2024-06-27T21:14:07.279Z | Downloaded thread-id v4.2.1 |
159 | 2024-06-27T21:14:07.282Z | Downloaded unicode-normalization v0.1.23 |
160 | 2024-06-27T21:14:07.284Z | Downloaded serde_yaml v0.9.34+deprecated |
161 | 2024-06-27T21:14:07.288Z | Downloaded ident_case v1.0.1 |
162 | 2024-06-27T21:14:07.291Z | Downloaded usdt-macro v0.5.0 |
163 | 2024-06-27T21:14:07.291Z | Downloaded fnv v1.0.7 |
164 | 2024-06-27T21:14:07.291Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-06-27T21:14:07.294Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-06-27T21:14:07.294Z | Downloaded num_threads v0.1.7 |
167 | 2024-06-27T21:14:07.297Z | Downloaded num-conv v0.1.0 |
168 | 2024-06-27T21:14:07.297Z | Downloaded serde v1.0.203 |
169 | 2024-06-27T21:14:07.300Z | Downloaded futures v0.3.30 |
170 | 2024-06-27T21:14:07.305Z | Downloaded scroll_derive v0.12.0 |
171 | 2024-06-27T21:14:07.308Z | Downloaded memmap v0.7.0 |
172 | 2024-06-27T21:14:07.308Z | Downloaded dirs-sys-next v0.1.2 |
173 | 2024-06-27T21:14:07.311Z | Downloaded tinyvec v1.6.1 |
174 | 2024-06-27T21:14:07.313Z | Downloaded sync_wrapper v0.1.2 |
175 | 2024-06-27T21:14:07.313Z | Downloaded bitflags v2.6.0 |
176 | 2024-06-27T21:14:07.317Z | Downloaded want v0.3.1 |
177 | 2024-06-27T21:14:07.320Z | Downloaded thread_local v1.1.8 |
178 | 2024-06-27T21:14:07.320Z | Downloaded version_check v0.9.4 |
179 | 2024-06-27T21:14:07.323Z | Downloaded digest v0.10.7 |
180 | 2024-06-27T21:14:07.326Z | Downloaded futures-task v0.3.30 |
181 | 2024-06-27T21:14:07.326Z | Downloaded futures-macro v0.3.30 |
182 | 2024-06-27T21:14:07.326Z | Downloaded futures-executor v0.3.30 |
183 | 2024-06-27T21:14:07.329Z | Downloaded futures-channel v0.3.30 |
184 | 2024-06-27T21:14:07.333Z | Downloaded plain v0.2.3 |
185 | 2024-06-27T21:14:07.334Z | Downloaded scopeguard v1.2.0 |
186 | 2024-06-27T21:14:07.336Z | Downloaded pest_generator v2.7.10 |
187 | 2024-06-27T21:14:07.336Z | Downloaded native-tls v0.2.12 |
188 | 2024-06-27T21:14:07.336Z | Downloaded rustls-pemfile v1.0.4 |
189 | 2024-06-27T21:14:07.339Z | Downloaded sha1 v0.10.6 |
190 | 2024-06-27T21:14:07.342Z | Downloaded time-core v0.1.2 |
191 | 2024-06-27T21:14:07.342Z | Downloaded tower-service v0.3.2 |
192 | 2024-06-27T21:14:07.345Z | Downloaded serde_urlencoded v0.7.1 |
193 | 2024-06-27T21:14:07.345Z | Downloaded serde_spanned v0.6.6 |
194 | 2024-06-27T21:14:07.348Z | Downloaded num_cpus v1.16.0 |
195 | 2024-06-27T21:14:07.349Z | Downloaded paste v1.0.15 |
196 | 2024-06-27T21:14:07.352Z | Downloaded ipnet v2.9.0 |
197 | 2024-06-27T21:14:07.354Z | Downloaded tokio-native-tls v0.3.1 |
198 | 2024-06-27T21:14:07.357Z | Downloaded strsim v0.11.1 |
199 | 2024-06-27T21:14:07.360Z | Downloaded structmeta-derive v0.3.0 |
200 | 2024-06-27T21:14:07.360Z | Downloaded tokio-rustls v0.25.0 |
201 | 2024-06-27T21:14:07.363Z | Downloaded zerocopy-derive v0.7.34 |
202 | 2024-06-27T21:14:07.366Z | Downloaded rustls-pki-types v1.7.0 |
203 | 2024-06-27T21:14:07.368Z | Downloaded tokio-rustls v0.24.1 |
204 | 2024-06-27T21:14:07.371Z | Downloaded thiserror-impl v1.0.61 |
205 | 2024-06-27T21:14:07.374Z | Downloaded serde_with_macros v3.8.1 |
206 | 2024-06-27T21:14:07.377Z | Downloaded byteorder v1.5.0 |
207 | 2024-06-27T21:14:07.380Z | Downloaded toml_datetime v0.6.6 |
208 | 2024-06-27T21:14:07.380Z | Downloaded term v0.7.0 |
209 | 2024-06-27T21:14:07.383Z | Downloaded strum_macros v0.26.4 |
210 | 2024-06-27T21:14:07.386Z | Downloaded once_cell v1.19.0 |
211 | 2024-06-27T21:14:07.388Z | Downloaded tokio-macros v2.3.0 |
212 | 2024-06-27T21:14:07.388Z | Downloaded serde_derive_internals v0.29.1 |
213 | 2024-06-27T21:14:07.391Z | Downloaded parking_lot v0.12.3 |
214 | 2024-06-27T21:14:07.394Z | Downloaded log v0.4.21 |
215 | 2024-06-27T21:14:07.397Z | Downloaded memchr v2.7.4 |
216 | 2024-06-27T21:14:07.401Z | Downloaded time-macros v0.2.18 |
217 | 2024-06-27T21:14:07.404Z | Downloaded slog-term v2.9.1 |
218 | 2024-06-27T21:14:07.406Z | Downloaded unsafe-libyaml v0.2.11 |
219 | 2024-06-27T21:14:07.410Z | Downloaded toml v0.8.14 |
220 | 2024-06-27T21:14:07.413Z | Downloaded serde_with v3.8.1 |
221 | 2024-06-27T21:14:07.422Z | Downloaded socket2 v0.5.7 |
222 | 2024-06-27T21:14:07.425Z | Downloaded tracing-core v0.1.32 |
223 | 2024-06-27T21:14:07.428Z | Downloaded rand v0.8.5 |
224 | 2024-06-27T21:14:07.432Z | Downloaded zerocopy v0.7.34 |
225 | 2024-06-27T21:14:07.450Z | Downloaded typenum v1.17.0 |
226 | 2024-06-27T21:14:07.452Z | Downloaded hashbrown v0.12.3 |
227 | 2024-06-27T21:14:07.456Z | Downloaded cc v1.0.101 |
228 | 2024-06-27T21:14:07.459Z | Downloaded base64 v0.21.7 |
229 | 2024-06-27T21:14:07.464Z | Downloaded pest v2.7.10 |
230 | 2024-06-27T21:14:07.469Z | Downloaded tracing v0.1.40 |
231 | 2024-06-27T21:14:07.474Z | Downloaded ucd-trie v0.1.6 |
232 | 2024-06-27T21:14:07.477Z | Downloaded http v1.1.0 |
233 | 2024-06-27T21:14:07.480Z | Downloaded http v0.2.12 |
234 | 2024-06-27T21:14:07.484Z | Downloaded crossbeam-channel v0.5.13 |
235 | 2024-06-27T21:14:07.488Z | Downloaded serde_json v1.0.118 |
236 | 2024-06-27T21:14:07.496Z | Downloaded hashbrown v0.14.5 |
237 | 2024-06-27T21:14:07.502Z | Downloaded toml_edit v0.22.14 |
238 | 2024-06-27T21:14:07.525Z | Downloaded time v0.3.36 |
239 | 2024-06-27T21:14:07.533Z | Downloaded tokio-util v0.7.11 |
240 | 2024-06-27T21:14:07.539Z | Downloaded h2 v0.3.26 |
241 | 2024-06-27T21:14:07.546Z | Downloaded winnow v0.6.13 |
242 | 2024-06-27T21:14:07.555Z | Downloaded rustls-webpki v0.102.4 |
243 | 2024-06-27T21:14:07.574Z | Downloaded futures-util v0.3.30 |
244 | 2024-06-27T21:14:07.585Z | Downloaded rustls v0.22.4 |
245 | 2024-06-27T21:14:07.600Z | Downloaded syn v2.0.68 |
246 | 2024-06-27T21:14:07.611Z | Downloaded regress v0.10.0 |
247 | 2024-06-27T21:14:07.620Z | Downloaded openapiv3 v2.0.0 |
248 | 2024-06-27T21:14:07.632Z | Downloaded regex-syntax v0.8.4 |
249 | 2024-06-27T21:14:07.641Z | Downloaded regex-automata v0.4.7 |
250 | 2024-06-27T21:14:07.659Z | Downloaded openssl v0.10.64 |
251 | 2024-06-27T21:14:07.668Z | Downloaded chrono v0.4.38 |
252 | 2024-06-27T21:14:07.675Z | Downloaded rustls v0.21.12 |
253 | 2024-06-27T21:14:07.688Z | Downloaded regress v0.9.1 |
254 | 2024-06-27T21:14:07.697Z | Downloaded libc v0.2.155 |
255 | 2024-06-27T21:14:07.724Z | Downloaded regex v1.10.5 |
256 | 2024-06-27T21:14:07.736Z | Downloaded tokio v1.38.0 |
257 | 2024-06-27T21:14:07.773Z | Downloaded vcpkg v0.2.15 |
258 | 2024-06-27T21:14:07.811Z | Downloaded idna v0.5.0 |
259 | 2024-06-27T21:14:07.817Z | Downloaded encoding_rs v0.8.34 |
260 | 2024-06-27T21:14:07.837Z | Downloaded webpki-roots v0.25.4 |
261 | 2024-06-27T21:14:07.841Z | Downloaded hyper v0.14.29 |
262 | 2024-06-27T21:14:07.848Z | Downloaded goblin v0.8.2 |
263 | 2024-06-27T21:14:07.857Z | Downloaded mio v0.8.11 |
264 | 2024-06-27T21:14:07.862Z | Downloaded indexmap v2.2.6 |
265 | 2024-06-27T21:14:07.866Z | Downloaded aho-corasick v1.1.3 |
266 | 2024-06-27T21:14:07.871Z | Downloaded rustls-webpki v0.101.7 |
267 | 2024-06-27T21:14:07.886Z | Downloaded reqwest v0.11.27 |
268 | 2024-06-27T21:14:07.893Z | Downloaded schemars v0.8.21 |
269 | 2024-06-27T21:14:07.904Z | Downloaded url v2.5.2 |
270 | 2024-06-27T21:14:07.907Z | Downloaded darling_core v0.20.9 |
271 | 2024-06-27T21:14:07.911Z | Downloaded unicode-bidi v0.3.15 |
272 | 2024-06-27T21:14:07.915Z | Downloaded darling v0.20.9 |
273 | 2024-06-27T21:14:07.918Z | Downloaded ring v0.17.8 |
274 | 2024-06-27T21:14:07.983Z | Downloaded crossbeam-utils v0.8.20 |
275 | 2024-06-27T21:14:07.985Z | Downloaded slab v0.4.9 |
276 | 2024-06-27T21:14:07.988Z | Downloaded proc-macro2 v1.0.86 |
277 | 2024-06-27T21:14:07.988Z | Downloaded unicode-ident v1.0.12 |
278 | 2024-06-27T21:14:07.991Z | Downloaded semver v1.0.23 |
279 | 2024-06-27T21:14:07.994Z | Downloaded slog-bunyan v2.5.0 |
280 | 2024-06-27T21:14:07.994Z | Downloaded sha2 v0.10.8 |
281 | 2024-06-27T21:14:07.998Z | Downloaded httparse v1.9.4 |
282 | 2024-06-27T21:14:07.998Z | Downloaded ppv-lite86 v0.2.17 |
283 | 2024-06-27T21:14:08.002Z | Downloaded pin-project-lite v0.2.14 |
284 | 2024-06-27T21:14:08.004Z | Downloaded base64 v0.22.1 |
285 | 2024-06-27T21:14:08.007Z | Downloaded getrandom v0.2.15 |
286 | 2024-06-27T21:14:08.010Z | Downloaded camino v1.1.7 |
287 | 2024-06-27T21:14:08.013Z | Downloaded backoff v0.4.0 |
288 | 2024-06-27T21:14:08.013Z | Downloaded parse-display v0.9.1 |
289 | 2024-06-27T21:14:08.016Z | Downloaded hyper-tls v0.5.0 |
290 | 2024-06-27T21:14:08.016Z | Downloaded form_urlencoded v1.2.1 |
291 | 2024-06-27T21:14:08.016Z | Downloaded foreign-types v0.3.2 |
292 | 2024-06-27T21:14:08.016Z | Downloaded dtrace-parser v0.2.0 |
293 | 2024-06-27T21:14:08.021Z | Downloaded match_cfg v0.1.0 |
294 | 2024-06-27T21:14:08.021Z | Downloaded heck v0.5.0 |
295 | 2024-06-27T21:14:08.021Z | Downloaded bytes v1.6.0 |
296 | 2024-06-27T21:14:08.023Z | Downloaded slog v2.7.0 |
297 | 2024-06-27T21:14:08.026Z | Downloaded ryu v1.0.18 |
298 | 2024-06-27T21:14:08.029Z | Downloaded num-traits v0.2.19 |
299 | 2024-06-27T21:14:08.029Z | Downloaded uuid v1.9.1 |
300 | 2024-06-27T21:14:08.032Z | Downloaded schemars_derive v0.8.21 |
301 | 2024-06-27T21:14:08.035Z | Downloaded rustversion v1.0.17 |
302 | 2024-06-27T21:14:08.035Z | Downloaded parking_lot_core v0.9.10 |
303 | 2024-06-27T21:14:08.038Z | Downloaded usdt v0.5.0 |
304 | 2024-06-27T21:14:08.038Z | Downloaded serde_path_to_error v0.1.16 |
305 | 2024-06-27T21:14:08.040Z | Downloaded multer v3.1.0 |
306 | 2024-06-27T21:14:08.043Z | Downloaded iana-time-zone v0.1.60 |
307 | 2024-06-27T21:14:08.043Z | Downloaded indexmap v1.9.3 |
308 | 2024-06-27T21:14:08.046Z | Downloaded pest_derive v2.7.10 |
309 | 2024-06-27T21:14:08.049Z | Downloaded subtle v2.6.1 |
310 | 2024-06-27T21:14:08.049Z | Downloaded scroll v0.12.0 |
311 | 2024-06-27T21:14:08.052Z | Downloaded lock_api v0.4.12 |
312 | 2024-06-27T21:14:08.052Z | Downloaded percent-encoding v2.3.1 |
313 | 2024-06-27T21:14:08.052Z | Downloaded zeroize v1.8.1 |
314 | 2024-06-27T21:14:08.055Z | Downloaded untrusted v0.9.0 |
315 | 2024-06-27T21:14:08.055Z | Downloaded pkg-config v0.3.30 |
316 | 2024-06-27T21:14:08.058Z | Downloaded cfg-if v1.0.0 |
317 | 2024-06-27T21:14:08.058Z | Downloaded cpufeatures v0.2.12 |
318 | 2024-06-27T21:14:08.058Z | Downloaded debug-ignore v1.0.5 |
319 | 2024-06-27T21:14:08.061Z | Downloaded strum v0.26.3 |
320 | 2024-06-27T21:14:08.061Z | Downloaded futures-core v0.3.30 |
321 | 2024-06-27T21:14:08.061Z | Downloaded crypto-common v0.1.6 |
322 | 2024-06-27T21:14:08.064Z | Downloaded block-buffer v0.10.4 |
323 | 2024-06-27T21:14:08.064Z | Downloaded hex v0.4.3 |
324 | 2024-06-27T21:14:08.064Z | Downloaded generic-array v0.14.7 |
325 | 2024-06-27T21:14:08.067Z | Downloaded futures-io v0.3.30 |
326 | 2024-06-27T21:14:08.067Z | Downloaded dyn-clone v1.0.17 |
327 | 2024-06-27T21:14:08.070Z | Downloaded dirs-next v2.0.0 |
328 | 2024-06-27T21:14:08.070Z | Downloaded anyhow v1.0.86 |
329 | 2024-06-27T21:14:08.072Z | Downloaded omicron-workspace-hack v0.1.0 |
330 | 2024-06-27T21:14:08.192Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-27T21:14:08.192Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-27T21:14:08.195Z | Compiling libc v0.2.155 |
333 | 2024-06-27T21:14:08.195Z | Checking cfg-if v1.0.0 |
334 | 2024-06-27T21:14:08.195Z | Compiling version_check v0.9.4 |
335 | 2024-06-27T21:14:08.206Z | Compiling autocfg v1.3.0 |
336 | 2024-06-27T21:14:08.209Z | Compiling serde v1.0.203 |
337 | 2024-06-27T21:14:08.209Z | Compiling serde_json v1.0.118 |
338 | 2024-06-27T21:14:08.293Z | Checking itoa v1.0.11 |
339 | 2024-06-27T21:14:08.383Z | Checking once_cell v1.19.0 |
340 | 2024-06-27T21:14:08.531Z | Compiling thiserror v1.0.61 |
341 | 2024-06-27T21:14:08.673Z | Compiling memchr v2.7.4 |
342 | 2024-06-27T21:14:08.847Z | Compiling ahash v0.8.11 |
343 | 2024-06-27T21:14:08.921Z | Compiling cc v1.0.101 |
344 | 2024-06-27T21:14:10.963Z | Checking byteorder v1.5.0 |
345 | 2024-06-27T21:14:11.215Z | Compiling num-traits v0.2.19 |
346 | 2024-06-27T21:14:11.408Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-27T21:14:11.443Z | Checking ryu v1.0.18 |
348 | 2024-06-27T21:14:11.457Z | Checking log v0.4.21 |
349 | 2024-06-27T21:14:11.499Z | Checking bytes v1.6.0 |
350 | 2024-06-27T21:14:11.632Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-27T21:14:11.673Z | Compiling lock_api v0.4.12 |
352 | 2024-06-27T21:14:11.691Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-06-27T21:14:11.858Z | Compiling schemars v0.8.21 |
354 | 2024-06-27T21:14:11.942Z | Compiling ring v0.17.8 |
355 | 2024-06-27T21:14:12.074Z | Checking smallvec v1.13.2 |
356 | 2024-06-27T21:14:12.095Z | Checking getrandom v0.2.15 |
357 | 2024-06-27T21:14:12.105Z | Checking futures-core v0.3.30 |
358 | 2024-06-27T21:14:12.188Z | Checking scopeguard v1.2.0 |
359 | 2024-06-27T21:14:12.200Z | Checking mio v0.8.11 |
360 | 2024-06-27T21:14:12.240Z | Compiling quote v1.0.36 |
361 | 2024-06-27T21:14:12.250Z | Checking num_cpus v1.16.0 |
362 | 2024-06-27T21:14:12.263Z | Checking socket2 v0.5.7 |
363 | 2024-06-27T21:14:12.332Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-06-27T21:14:12.554Z | Compiling slab v0.4.9 |
365 | 2024-06-27T21:14:12.693Z | Compiling syn v2.0.68 |
366 | 2024-06-27T21:14:12.701Z | Checking futures-sink v0.3.30 |
367 | 2024-06-27T21:14:12.733Z | Checking parking_lot v0.12.3 |
368 | 2024-06-27T21:14:12.808Z | Checking spin v0.9.8 |
369 | 2024-06-27T21:14:12.889Z | Checking fnv v1.0.7 |
370 | 2024-06-27T21:14:12.963Z | Checking equivalent v1.0.1 |
371 | 2024-06-27T21:14:12.970Z | Checking untrusted v0.9.0 |
372 | 2024-06-27T21:14:12.981Z | Checking futures-channel v0.3.30 |
373 | 2024-06-27T21:14:13.037Z | Checking futures-io v0.3.30 |
374 | 2024-06-27T21:14:13.051Z | Checking pin-utils v0.1.0 |
375 | 2024-06-27T21:14:13.079Z | Compiling semver v1.0.23 |
376 | 2024-06-27T21:14:13.108Z | Compiling vcpkg v0.2.15 |
377 | 2024-06-27T21:14:13.182Z | Compiling pkg-config v0.3.30 |
378 | 2024-06-27T21:14:13.189Z | Checking futures-task v0.3.30 |
379 | 2024-06-27T21:14:13.364Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-27T21:14:13.476Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-27T21:14:13.545Z | Checking http v0.2.12 |
382 | 2024-06-27T21:14:13.932Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-27T21:14:14.042Z | Compiling heck v0.5.0 |
384 | 2024-06-27T21:14:14.284Z | Compiling httparse v1.9.4 |
385 | 2024-06-27T21:14:14.679Z | Checking tracing-core v0.1.32 |
386 | 2024-06-27T21:14:14.696Z | Compiling openssl-sys v0.9.102 |
387 | 2024-06-27T21:14:14.778Z | Compiling uuid v1.9.1 |
388 | 2024-06-27T21:14:15.256Z | Compiling chrono v0.4.38 |
389 | 2024-06-27T21:14:15.259Z | Checking tracing v0.1.40 |
390 | 2024-06-27T21:14:15.303Z | Compiling slog v2.7.0 |
391 | 2024-06-27T21:14:15.429Z | Compiling openssl v0.10.64 |
392 | 2024-06-27T21:14:15.506Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-06-27T21:14:15.606Z | Checking try-lock v0.2.5 |
394 | 2024-06-27T21:14:15.709Z | Checking want v0.3.1 |
395 | 2024-06-27T21:14:15.762Z | Checking foreign-types v0.3.2 |
396 | 2024-06-27T21:14:15.833Z | Checking http-body v0.4.6 |
397 | 2024-06-27T21:14:15.857Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-27T21:14:15.873Z | Checking httpdate v1.0.3 |
399 | 2024-06-27T21:14:16.078Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-06-27T21:14:16.143Z | Compiling native-tls v0.2.12 |
401 | 2024-06-27T21:14:16.150Z | Compiling rustls v0.21.12 |
402 | 2024-06-27T21:14:16.405Z | Checking percent-encoding v2.3.1 |
403 | 2024-06-27T21:14:16.470Z | Checking tower-service v0.3.2 |
404 | 2024-06-27T21:14:16.553Z | Checking bitflags v2.6.0 |
405 | 2024-06-27T21:14:16.578Z | Compiling typenum v1.17.0 |
406 | 2024-06-27T21:14:16.738Z | Compiling regex-syntax v0.8.4 |
407 | 2024-06-27T21:14:17.005Z | Checking form_urlencoded v1.2.1 |
408 | 2024-06-27T21:14:17.162Z | Checking tinyvec v1.6.1 |
409 | 2024-06-27T21:14:17.908Z | Compiling generic-array v0.14.7 |
410 | 2024-06-27T21:14:18.170Z | Checking openssl-probe v0.1.5 |
411 | 2024-06-27T21:14:18.269Z | Checking unicode-normalization v0.1.23 |
412 | 2024-06-27T21:14:19.079Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-06-27T21:14:19.792Z | Compiling regex-automata v0.4.7 |
414 | 2024-06-27T21:14:19.989Z | Compiling usdt-impl v0.5.0 |
415 | 2024-06-27T21:14:20.012Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-27T21:14:20.298Z | Checking mime v0.3.17 |
417 | 2024-06-27T21:14:21.041Z | Checking powerfmt v0.2.0 |
418 | 2024-06-27T21:14:21.232Z | Compiling time-core v0.1.2 |
419 | 2024-06-27T21:14:21.280Z | Compiling num-conv v0.1.0 |
420 | 2024-06-27T21:14:21.387Z | Checking unicode-bidi v0.3.15 |
421 | 2024-06-27T21:14:21.537Z | Compiling time-macros v0.2.18 |
422 | 2024-06-27T21:14:21.952Z | Checking idna v0.5.0 |
423 | 2024-06-27T21:14:22.147Z | Checking deranged v0.3.11 |
424 | 2024-06-27T21:14:22.304Z | Compiling thread-id v4.2.1 |
425 | 2024-06-27T21:14:22.881Z | Checking rustls-pki-types v1.7.0 |
426 | 2024-06-27T21:14:23.325Z | Compiling crossbeam-utils v0.8.20 |
427 | 2024-06-27T21:14:23.495Z | Checking num_threads v0.1.7 |
428 | 2024-06-27T21:14:23.735Z | Compiling regex v1.10.5 |
429 | 2024-06-27T21:14:23.911Z | Checking plain v0.2.3 |
430 | 2024-06-27T21:14:24.041Z | Compiling ident_case v1.0.1 |
431 | 2024-06-27T21:14:24.383Z | Compiling strsim v0.11.1 |
432 | 2024-06-27T21:14:24.398Z | Compiling serde_derive v1.0.203 |
433 | 2024-06-27T21:14:24.668Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-06-27T21:14:24.674Z | Compiling thiserror-impl v1.0.61 |
435 | 2024-06-27T21:14:24.814Z | Compiling schemars_derive v0.8.21 |
436 | 2024-06-27T21:14:24.961Z | Compiling tokio-macros v2.3.0 |
437 | 2024-06-27T21:14:25.090Z | Compiling futures-macro v0.3.30 |
438 | 2024-06-27T21:14:26.571Z | Checking tokio v1.38.0 |
439 | 2024-06-27T21:14:26.792Z | Checking zerocopy v0.7.34 |
440 | 2024-06-27T21:14:27.075Z | Checking futures-util v0.3.30 |
441 | 2024-06-27T21:14:27.641Z | Compiling pest v2.7.10 |
442 | 2024-06-27T21:14:27.844Z | Compiling openssl-macros v0.1.1 |
443 | 2024-06-27T21:14:27.882Z | Checking sct v0.7.1 |
444 | 2024-06-27T21:14:28.048Z | Checking rustls-webpki v0.101.7 |
445 | 2024-06-27T21:14:28.653Z | Checking hashbrown v0.14.5 |
446 | 2024-06-27T21:14:29.802Z | Compiling scroll_derive v0.12.0 |
447 | 2024-06-27T21:14:30.444Z | Compiling pest_meta v2.7.10 |
448 | 2024-06-27T21:14:30.447Z | Compiling regress v0.10.0 |
449 | 2024-06-27T21:14:31.310Z | Checking scroll v0.12.0 |
450 | 2024-06-27T21:14:31.722Z | Compiling pest_generator v2.7.10 |
451 | 2024-06-27T21:14:33.265Z | Checking tokio-util v0.7.11 |
452 | 2024-06-27T21:14:33.530Z | Checking tokio-rustls v0.24.1 |
453 | 2024-06-27T21:14:34.063Z | Checking base64 v0.21.7 |
454 | 2024-06-27T21:14:34.091Z | Checking time v0.3.36 |
455 | 2024-06-27T21:14:34.202Z | Checking tokio-native-tls v0.3.1 |
456 | 2024-06-27T21:14:34.423Z | Checking goblin v0.8.2 |
457 | 2024-06-27T21:14:34.515Z | Checking rustls-pemfile v1.0.4 |
458 | 2024-06-27T21:14:34.615Z | Compiling pest_derive v2.7.10 |
459 | 2024-06-27T21:14:35.335Z | Compiling darling_core v0.20.9 |
460 | 2024-06-27T21:14:35.448Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-06-27T21:14:35.864Z | Checking url v2.5.2 |
462 | 2024-06-27T21:14:36.627Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-06-27T21:14:36.957Z | Compiling rustls v0.22.4 |
464 | 2024-06-27T21:14:37.108Z | Checking indexmap v2.2.6 |
465 | 2024-06-27T21:14:38.048Z | Checking serde_urlencoded v0.7.1 |
466 | 2024-06-27T21:14:38.277Z | Compiling serde_tokenstream v0.2.1 |
467 | 2024-06-27T21:14:38.463Z | Checking h2 v0.3.26 |
468 | 2024-06-27T21:14:38.759Z | Checking openapiv3 v2.0.0 |
469 | 2024-06-27T21:14:39.129Z | Compiling paste v1.0.15 |
470 | 2024-06-27T21:14:39.345Z | Compiling rustversion v1.0.17 |
471 | 2024-06-27T21:14:39.586Z | Checking ipnet v2.9.0 |
472 | 2024-06-27T21:14:39.984Z | Compiling dof v0.3.0 |
473 | 2024-06-27T21:14:40.887Z | Checking pretty-hex v0.4.1 |
474 | 2024-06-27T21:14:41.020Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
475 | 2024-06-27T21:14:41.038Z | Checking webpki-roots v0.25.4 |
476 | 2024-06-27T21:14:41.167Z | Checking sync_wrapper v0.1.2 |
477 | 2024-06-27T21:14:41.266Z | Compiling unsafe-libyaml v0.2.11 |
478 | 2024-06-27T21:14:41.619Z | Compiling omicron-workspace-hack v0.1.0 |
479 | 2024-06-27T21:14:42.124Z | Compiling darling_macro v0.20.9 |
480 | 2024-06-27T21:14:42.391Z | Checking hyper v0.14.29 |
481 | 2024-06-27T21:14:42.888Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-06-27T21:14:43.126Z | Checking toml_datetime v0.6.6 |
483 | 2024-06-27T21:14:43.218Z | Checking serde_spanned v0.6.6 |
484 | 2024-06-27T21:14:43.347Z | Checking dirs-next v2.0.0 |
485 | 2024-06-27T21:14:43.373Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-27T21:14:43.454Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-06-27T21:14:43.682Z | Checking block-buffer v0.10.4 |
488 | 2024-06-27T21:14:43.845Z | Checking crypto-common v0.1.6 |
489 | 2024-06-27T21:14:43.990Z | Checking rand_core v0.6.4 |
490 | 2024-06-27T21:14:44.075Z | Compiling multer v3.1.0 |
491 | 2024-06-27T21:14:44.114Z | Checking thread_local v1.1.8 |
492 | 2024-06-27T21:14:44.256Z | Checking match_cfg v0.1.0 |
493 | 2024-06-27T21:14:44.329Z | Checking winnow v0.6.13 |
494 | 2024-06-27T21:14:44.364Z | Checking subtle v2.6.1 |
495 | 2024-06-27T21:14:44.372Z | Compiling slog-async v2.8.0 |
496 | 2024-06-27T21:14:44.399Z | Compiling camino v1.1.7 |
497 | 2024-06-27T21:14:44.576Z | Compiling anyhow v1.0.86 |
498 | 2024-06-27T21:14:44.829Z | Checking zeroize v1.8.1 |
499 | 2024-06-27T21:14:44.952Z | Checking ppv-lite86 v0.2.17 |
500 | 2024-06-27T21:14:45.411Z | Checking hostname v0.3.1 |
501 | 2024-06-27T21:14:45.632Z | Checking rand_chacha v0.3.1 |
502 | 2024-06-27T21:14:45.963Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-27T21:14:46.014Z | Checking digest v0.10.7 |
504 | 2024-06-27T21:14:46.205Z | Compiling structmeta v0.3.0 |
505 | 2024-06-27T21:14:46.305Z | Checking term v0.7.0 |
506 | 2024-06-27T21:14:46.689Z | Compiling darling v0.20.9 |
507 | 2024-06-27T21:14:46.714Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-06-27T21:14:46.746Z | Checking hyper-tls v0.5.0 |
509 | 2024-06-27T21:14:46.780Z | Checking hyper-rustls v0.24.2 |
510 | 2024-06-27T21:14:46.983Z | Compiling usdt-macro v0.5.0 |
511 | 2024-06-27T21:14:47.050Z | Checking reqwest v0.11.27 |
512 | 2024-06-27T21:14:47.331Z | Checking toml_edit v0.22.14 |
513 | 2024-06-27T21:14:47.640Z | Checking slog-json v2.6.1 |
514 | 2024-06-27T21:14:47.872Z | Checking futures-executor v0.3.30 |
515 | 2024-06-27T21:14:48.051Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-27T21:14:48.072Z | Checking http v1.1.0 |
517 | 2024-06-27T21:14:48.120Z | Checking is-terminal v0.4.12 |
518 | 2024-06-27T21:14:48.212Z | Checking memmap v0.7.0 |
519 | 2024-06-27T21:14:48.244Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
520 | 2024-06-27T21:14:48.252Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
521 | 2024-06-27T21:14:48.383Z | Checking base64 v0.22.1 |
522 | 2024-06-27T21:14:48.514Z | Checking atomic-waker v1.1.2 |
523 | 2024-06-27T21:14:48.542Z | Checking cpufeatures v0.2.12 |
524 | 2024-06-27T21:14:48.614Z | Checking take_mut v0.2.2 |
525 | 2024-06-27T21:14:48.623Z | Checking waitgroup v0.1.2 |
526 | 2024-06-27T21:14:48.633Z | Checking tokio-rustls v0.25.0 |
527 | 2024-06-27T21:14:48.734Z | Checking sha1 v0.10.6 |
528 | 2024-06-27T21:14:48.823Z | Checking rustls-pemfile v2.1.2 |
529 | 2024-06-27T21:14:48.966Z | Checking usdt v0.5.0 |
530 | 2024-06-27T21:14:48.996Z | Checking slog-term v2.9.1 |
531 | 2024-06-27T21:14:49.009Z | Checking futures v0.3.30 |
532 | 2024-06-27T21:14:49.035Z | Compiling strum_macros v0.26.4 |
533 | 2024-06-27T21:14:49.091Z | Checking slog-bunyan v2.5.0 |
534 | 2024-06-27T21:14:49.183Z | Compiling serde_with_macros v3.8.1 |
535 | 2024-06-27T21:14:49.228Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-06-27T21:14:49.362Z | Checking async-stream v0.3.5 |
537 | 2024-06-27T21:14:49.435Z | Checking rand v0.8.5 |
538 | 2024-06-27T21:14:49.749Z | Checking toml v0.8.14 |
539 | 2024-06-27T21:14:50.080Z | Checking newtype-uuid v1.1.0 |
540 | 2024-06-27T21:14:50.122Z | Checking ipnetwork v0.20.0 |
541 | 2024-06-27T21:14:50.294Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
542 | 2024-06-27T21:14:50.445Z | Checking hex v0.4.3 |
543 | 2024-06-27T21:14:50.453Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-06-27T21:14:50.657Z | Compiling async-trait v0.1.80 |
545 | 2024-06-27T21:14:50.948Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-27T21:14:51.042Z | Checking hostname v0.4.0 |
547 | 2024-06-27T21:14:51.154Z | Checking instant v0.1.13 |
548 | 2024-06-27T21:14:51.247Z | Checking debug-ignore v1.0.5 |
549 | 2024-06-27T21:14:51.360Z | Checking backoff v0.4.0 |
550 | 2024-06-27T21:14:51.626Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-06-27T21:14:51.696Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-06-27T21:14:51.752Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
553 | 2024-06-27T21:14:51.814Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-06-27T21:14:51.955Z | Checking serde_with v3.8.1 |
555 | 2024-06-27T21:14:52.021Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-06-27T21:14:52.150Z | Checking macaddr v1.0.1 |
557 | 2024-06-27T21:14:52.449Z | Checking regress v0.9.1 |
558 | 2024-06-27T21:14:53.332Z | Checking parse-display v0.9.1 |
559 | 2024-06-27T21:14:53.766Z | Checking strum v0.26.3 |
560 | 2024-06-27T21:14:54.702Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
561 | 2024-06-27T21:14:56.489Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-27T21:14:56.543Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
563 | 2024-06-27T21:14:59.446Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
564 | 2024-06-27T21:15:05.672Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
565 | 2024-06-27T21:15:05.773Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
566 | 2024-06-27T21:15:08.448Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-27T21:15:14.617Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-27T21:15:14.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-06-27T21:15:14.721Z | + cargo build --release |
570 | 2024-06-27T21:15:14.972Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-27T21:15:14.972Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-27T21:15:14.972Z | Compiling libc v0.2.155 |
573 | 2024-06-27T21:15:14.975Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-27T21:15:14.975Z | Compiling version_check v0.9.4 |
575 | 2024-06-27T21:15:14.975Z | Compiling autocfg v1.3.0 |
576 | 2024-06-27T21:15:14.975Z | Compiling serde v1.0.203 |
577 | 2024-06-27T21:15:15.009Z | Compiling serde_json v1.0.118 |
578 | 2024-06-27T21:15:15.084Z | Compiling itoa v1.0.11 |
579 | 2024-06-27T21:15:15.149Z | Compiling thiserror v1.0.61 |
580 | 2024-06-27T21:15:15.293Z | Compiling once_cell v1.19.0 |
581 | 2024-06-27T21:15:15.433Z | Compiling memchr v2.7.4 |
582 | 2024-06-27T21:15:15.502Z | Compiling cc v1.0.101 |
583 | 2024-06-27T21:15:15.664Z | Compiling ahash v0.8.11 |
584 | 2024-06-27T21:15:15.991Z | Compiling byteorder v1.5.0 |
585 | 2024-06-27T21:15:16.017Z | Compiling num-traits v0.2.19 |
586 | 2024-06-27T21:15:16.329Z | Compiling getrandom v0.2.15 |
587 | 2024-06-27T21:15:16.371Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-06-27T21:15:16.405Z | Compiling quote v1.0.36 |
589 | 2024-06-27T21:15:16.478Z | Compiling ryu v1.0.18 |
590 | 2024-06-27T21:15:16.900Z | Compiling syn v2.0.68 |
591 | 2024-06-27T21:15:16.906Z | Compiling log v0.4.21 |
592 | 2024-06-27T21:15:16.913Z | Compiling bytes v1.6.0 |
593 | 2024-06-27T21:15:17.020Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-06-27T21:15:17.027Z | Compiling schemars v0.8.21 |
595 | 2024-06-27T21:15:17.329Z | Compiling lock_api v0.4.12 |
596 | 2024-06-27T21:15:17.394Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-27T21:15:17.436Z | Compiling scopeguard v1.2.0 |
598 | 2024-06-27T21:15:17.580Z | Compiling smallvec v1.13.2 |
599 | 2024-06-27T21:15:17.761Z | Compiling futures-core v0.3.30 |
600 | 2024-06-27T21:15:17.889Z | Compiling socket2 v0.5.7 |
601 | 2024-06-27T21:15:18.059Z | Compiling num_cpus v1.16.0 |
602 | 2024-06-27T21:15:18.174Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-06-27T21:15:18.351Z | Compiling parking_lot v0.12.3 |
604 | 2024-06-27T21:15:18.449Z | Compiling ring v0.17.8 |
605 | 2024-06-27T21:15:18.455Z | Compiling mio v0.8.11 |
606 | 2024-06-27T21:15:18.768Z | Compiling slab v0.4.9 |
607 | 2024-06-27T21:15:18.999Z | Compiling spin v0.9.8 |
608 | 2024-06-27T21:15:19.097Z | Compiling futures-sink v0.3.30 |
609 | 2024-06-27T21:15:19.247Z | Compiling fnv v1.0.7 |
610 | 2024-06-27T21:15:19.351Z | Compiling equivalent v1.0.1 |
611 | 2024-06-27T21:15:19.447Z | Compiling untrusted v0.9.0 |
612 | 2024-06-27T21:15:19.617Z | Compiling semver v1.0.23 |
613 | 2024-06-27T21:15:19.756Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-27T21:15:20.059Z | Compiling pin-utils v0.1.0 |
615 | 2024-06-27T21:15:20.123Z | Compiling futures-task v0.3.30 |
616 | 2024-06-27T21:15:20.126Z | Compiling futures-io v0.3.30 |
617 | 2024-06-27T21:15:20.135Z | Compiling pkg-config v0.3.30 |
618 | 2024-06-27T21:15:20.213Z | Compiling vcpkg v0.2.15 |
619 | 2024-06-27T21:15:20.563Z | Compiling ucd-trie v0.1.6 |
620 | 2024-06-27T21:15:20.569Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-06-27T21:15:21.057Z | Compiling http v0.2.12 |
622 | 2024-06-27T21:15:21.415Z | Compiling heck v0.5.0 |
623 | 2024-06-27T21:15:21.536Z | Compiling dyn-clone v1.0.17 |
624 | 2024-06-27T21:15:21.742Z | Compiling httparse v1.9.4 |
625 | 2024-06-27T21:15:21.886Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-27T21:15:22.424Z | Compiling chrono v0.4.38 |
627 | 2024-06-27T21:15:22.530Z | Compiling tracing-core v0.1.32 |
628 | 2024-06-27T21:15:22.751Z | Compiling uuid v1.9.1 |
629 | 2024-06-27T21:15:24.296Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-06-27T21:15:24.371Z | Compiling tracing v0.1.40 |
631 | 2024-06-27T21:15:24.966Z | Compiling try-lock v0.2.5 |
632 | 2024-06-27T21:15:25.066Z | Compiling slog v2.7.0 |
633 | 2024-06-27T21:15:25.098Z | Compiling openssl v0.10.64 |
634 | 2024-06-27T21:15:25.507Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-06-27T21:15:25.558Z | Compiling want v0.3.1 |
636 | 2024-06-27T21:15:25.594Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-27T21:15:25.710Z | Compiling http-body v0.4.6 |
638 | 2024-06-27T21:15:25.834Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-27T21:15:26.224Z | Compiling typenum v1.17.0 |
640 | 2024-06-27T21:15:26.581Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-06-27T21:15:26.658Z | Compiling regex-syntax v0.8.4 |
642 | 2024-06-27T21:15:27.114Z | Compiling percent-encoding v2.3.1 |
643 | 2024-06-27T21:15:27.143Z | Compiling bitflags v2.6.0 |
644 | 2024-06-27T21:15:27.215Z | Compiling httpdate v1.0.3 |
645 | 2024-06-27T21:15:27.475Z | Compiling native-tls v0.2.12 |
646 | 2024-06-27T21:15:27.583Z | Compiling tower-service v0.3.2 |
647 | 2024-06-27T21:15:27.689Z | Compiling rustls v0.21.12 |
648 | 2024-06-27T21:15:27.828Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-27T21:15:27.976Z | Compiling tinyvec v1.6.1 |
650 | 2024-06-27T21:15:28.359Z | Compiling generic-array v0.14.7 |
651 | 2024-06-27T21:15:28.816Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-27T21:15:29.624Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-06-27T21:15:29.627Z | Compiling serde_derive v1.0.203 |
654 | 2024-06-27T21:15:29.837Z | Compiling zerocopy-derive v0.7.34 |
655 | 2024-06-27T21:15:30.276Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-06-27T21:15:30.766Z | Compiling schemars_derive v0.8.21 |
657 | 2024-06-27T21:15:30.816Z | Compiling tokio-macros v2.3.0 |
658 | 2024-06-27T21:15:31.991Z | Compiling zerocopy v0.7.34 |
659 | 2024-06-27T21:15:32.600Z | Compiling tokio v1.38.0 |
660 | 2024-06-27T21:15:33.286Z | Compiling futures-macro v0.3.30 |
661 | 2024-06-27T21:15:33.867Z | Compiling pest v2.7.10 |
662 | 2024-06-27T21:15:34.272Z | Compiling hashbrown v0.14.5 |
663 | 2024-06-27T21:15:35.301Z | Compiling futures-util v0.3.30 |
664 | 2024-06-27T21:15:35.957Z | Compiling regress v0.10.0 |
665 | 2024-06-27T21:15:35.982Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-27T21:15:36.633Z | Compiling pest_meta v2.7.10 |
667 | 2024-06-27T21:15:40.860Z | Compiling tokio-util v0.7.11 |
668 | 2024-06-27T21:15:40.920Z | Compiling pest_generator v2.7.10 |
669 | 2024-06-27T21:15:42.273Z | Compiling rustls-webpki v0.101.7 |
670 | 2024-06-27T21:15:42.766Z | Compiling pest_derive v2.7.10 |
671 | 2024-06-27T21:15:43.132Z | Compiling sct v0.7.1 |
672 | 2024-06-27T21:15:43.632Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-06-27T21:15:44.287Z | Compiling indexmap v2.2.6 |
674 | 2024-06-27T21:15:46.186Z | Compiling h2 v0.3.26 |
675 | 2024-06-27T21:15:46.478Z | Compiling regex-automata v0.4.7 |
676 | 2024-06-27T21:15:50.716Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
677 | 2024-06-27T21:15:51.397Z | Compiling hyper v0.14.29 |
678 | 2024-06-27T21:15:54.469Z | Compiling regex v1.10.5 |
679 | 2024-06-27T21:15:58.044Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-27T21:16:01.994Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-27T21:16:02.113Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-27T21:16:02.352Z | Compiling mime v0.3.17 |
683 | 2024-06-27T21:16:02.390Z | Compiling time-core v0.1.2 |
684 | 2024-06-27T21:16:02.540Z | Compiling powerfmt v0.2.0 |
685 | 2024-06-27T21:16:02.987Z | Compiling num-conv v0.1.0 |
686 | 2024-06-27T21:16:03.259Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-06-27T21:16:03.525Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
688 | 2024-06-27T21:16:06.406Z | Compiling idna v0.5.0 |
689 | 2024-06-27T21:16:09.125Z | Compiling time-macros v0.2.18 |
690 | 2024-06-27T21:16:09.837Z | Compiling deranged v0.3.11 |
691 | 2024-06-27T21:16:12.286Z | Compiling scroll v0.12.0 |
692 | 2024-06-27T21:16:12.916Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-27T21:16:12.958Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-27T21:16:13.238Z | Compiling dof v0.3.0 |
695 | 2024-06-27T21:16:13.313Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-27T21:16:13.754Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-27T21:16:14.386Z | Compiling thread-id v4.2.1 |
698 | 2024-06-27T21:16:15.611Z | Compiling ident_case v1.0.1 |
699 | 2024-06-27T21:16:15.744Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-06-27T21:16:17.050Z | Compiling plain v0.2.3 |
701 | 2024-06-27T21:16:17.103Z | Compiling num_threads v0.1.7 |
702 | 2024-06-27T21:16:17.126Z | Compiling omicron-workspace-hack v0.1.0 |
703 | 2024-06-27T21:16:17.191Z | Compiling base64 v0.21.7 |
704 | 2024-06-27T21:16:17.207Z | Compiling strsim v0.11.1 |
705 | 2024-06-27T21:16:17.424Z | Compiling crossbeam-utils v0.8.20 |
706 | 2024-06-27T21:16:18.004Z | Compiling rustls-pemfile v1.0.4 |
707 | 2024-06-27T21:16:18.293Z | Compiling darling_core v0.20.9 |
708 | 2024-06-27T21:16:18.838Z | Compiling goblin v0.8.2 |
709 | 2024-06-27T21:16:21.130Z | Compiling time v0.3.36 |
710 | 2024-06-27T21:16:25.425Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-06-27T21:16:25.848Z | Compiling hyper-tls v0.5.0 |
712 | 2024-06-27T21:16:26.321Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
713 | 2024-06-27T21:16:26.429Z | Compiling url v2.5.2 |
714 | 2024-06-27T21:16:27.994Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-27T21:16:30.587Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-27T21:16:32.070Z | Compiling rustversion v1.0.17 |
717 | 2024-06-27T21:16:32.128Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-06-27T21:16:32.247Z | Compiling rustls v0.22.4 |
719 | 2024-06-27T21:16:32.325Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-27T21:16:32.537Z | Compiling ipnet v2.9.0 |
721 | 2024-06-27T21:16:32.544Z | Compiling webpki-roots v0.25.4 |
722 | 2024-06-27T21:16:32.675Z | Compiling unsafe-libyaml v0.2.11 |
723 | 2024-06-27T21:16:32.742Z | Compiling paste v1.0.15 |
724 | 2024-06-27T21:16:33.269Z | Compiling reqwest v0.11.27 |
725 | 2024-06-27T21:16:34.386Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-27T21:16:35.414Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
727 | 2024-06-27T21:16:36.975Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-27T21:16:38.270Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-27T21:16:39.360Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-27T21:16:40.695Z | Compiling crypto-common v0.1.6 |
731 | 2024-06-27T21:16:40.885Z | Compiling block-buffer v0.10.4 |
732 | 2024-06-27T21:16:41.101Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-27T21:16:41.283Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-27T21:16:41.513Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-27T21:16:41.787Z | Compiling rand_core v0.6.4 |
736 | 2024-06-27T21:16:42.371Z | Compiling multer v3.1.0 |
737 | 2024-06-27T21:16:42.498Z | Compiling thread_local v1.1.8 |
738 | 2024-06-27T21:16:42.682Z | Compiling slog-async v2.8.0 |
739 | 2024-06-27T21:16:43.020Z | Compiling ppv-lite86 v0.2.17 |
740 | 2024-06-27T21:16:43.166Z | Compiling subtle v2.6.1 |
741 | 2024-06-27T21:16:43.266Z | Compiling winnow v0.6.13 |
742 | 2024-06-27T21:16:43.437Z | Compiling match_cfg v0.1.0 |
743 | 2024-06-27T21:16:43.517Z | Compiling anyhow v1.0.86 |
744 | 2024-06-27T21:16:43.524Z | Compiling camino v1.1.7 |
745 | 2024-06-27T21:16:43.814Z | Compiling zeroize v1.8.1 |
746 | 2024-06-27T21:16:43.854Z | Compiling rand_chacha v0.3.1 |
747 | 2024-06-27T21:16:44.126Z | Compiling hostname v0.3.1 |
748 | 2024-06-27T21:16:44.318Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
749 | 2024-06-27T21:16:44.334Z | Compiling structmeta v0.3.0 |
750 | 2024-06-27T21:16:44.697Z | Compiling digest v0.10.7 |
751 | 2024-06-27T21:16:45.089Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-27T21:16:45.592Z | Compiling darling v0.20.9 |
753 | 2024-06-27T21:16:46.853Z | Compiling term v0.7.0 |
754 | 2024-06-27T21:16:47.617Z | Compiling toml_edit v0.22.14 |
755 | 2024-06-27T21:16:53.070Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
756 | 2024-06-27T21:16:55.889Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-06-27T21:16:55.892Z | Compiling usdt-macro v0.5.0 |
758 | 2024-06-27T21:16:57.273Z | Compiling slog-json v2.6.1 |
759 | 2024-06-27T21:16:57.383Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-27T21:16:57.783Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-27T21:16:58.658Z | Compiling http v1.1.0 |
762 | 2024-06-27T21:16:59.121Z | Compiling memmap v0.7.0 |
763 | 2024-06-27T21:16:59.572Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-27T21:16:59.683Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-27T21:17:00.016Z | Compiling take_mut v0.2.2 |
766 | 2024-06-27T21:17:00.169Z | Compiling base64 v0.22.1 |
767 | 2024-06-27T21:17:00.573Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-27T21:17:00.656Z | Compiling atomic-waker v1.1.2 |
769 | 2024-06-27T21:17:00.829Z | Compiling waitgroup v0.1.2 |
770 | 2024-06-27T21:17:01.063Z | Compiling sha1 v0.10.6 |
771 | 2024-06-27T21:17:01.215Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-27T21:17:01.837Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
773 | 2024-06-27T21:17:03.460Z | Compiling slog-term v2.9.1 |
774 | 2024-06-27T21:17:04.899Z | Compiling usdt v0.5.0 |
775 | 2024-06-27T21:17:05.693Z | Compiling async-stream v0.3.5 |
776 | 2024-06-27T21:17:06.117Z | Compiling futures v0.3.30 |
777 | 2024-06-27T21:17:06.215Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-06-27T21:17:06.467Z | Compiling strum_macros v0.26.4 |
779 | 2024-06-27T21:17:06.470Z | Compiling toml v0.8.14 |
780 | 2024-06-27T21:17:06.528Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-06-27T21:17:06.950Z | Compiling serde_with_macros v3.8.1 |
782 | 2024-06-27T21:17:09.804Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-06-27T21:17:11.374Z | Compiling rand v0.8.5 |
784 | 2024-06-27T21:17:14.092Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-06-27T21:17:14.327Z | Compiling ipnetwork v0.20.0 |
786 | 2024-06-27T21:17:14.390Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
787 | 2024-06-27T21:17:14.951Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-06-27T21:17:15.372Z | Compiling hex v0.4.3 |
789 | 2024-06-27T21:17:15.972Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-06-27T21:17:16.064Z | Compiling async-trait v0.1.80 |
791 | 2024-06-27T21:17:16.782Z | Compiling hostname v0.4.0 |
792 | 2024-06-27T21:17:16.996Z | Compiling instant v0.1.13 |
793 | 2024-06-27T21:17:17.003Z | Compiling debug-ignore v1.0.5 |
794 | 2024-06-27T21:17:17.125Z | Compiling backoff v0.4.0 |
795 | 2024-06-27T21:17:17.133Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-06-27T21:17:17.326Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-06-27T21:17:17.453Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
798 | 2024-06-27T21:17:17.474Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-06-27T21:17:17.980Z | Compiling parse-display v0.9.1 |
800 | 2024-06-27T21:17:18.027Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3c3fa8482fe09a01da62fbd35efe124ea9cac9e7#3c3fa848) |
801 | 2024-06-27T21:17:19.305Z | Compiling strum v0.26.3 |
802 | 2024-06-27T21:17:19.481Z | Compiling serde_with v3.8.1 |
803 | 2024-06-27T21:17:20.026Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-27T21:17:20.869Z | Compiling macaddr v1.0.1 |
805 | 2024-06-27T21:17:21.473Z | Compiling regress v0.9.1 |
806 | 2024-06-27T21:17:26.656Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-27T21:17:35.899Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-27T21:17:44.256Z | Finished `release` profile [optimized] target(s) in 2m 29s |
809 | 2024-06-27T21:17:44.306Z | process exited: duration 225054 ms, exit code 0 |
|
810 | 2024-06-27T21:17:44.312Z | found 0 output files |