|
|
|
1 | 2024-06-25T03:13:03.293Z | job assigned to worker 01J16P22RYZP9BZNQ57RX9496G (queued for 1 m 3 s) |
|
2 | 2024-06-25T03:13:10.864Z | starting task 0: "setup" |
3 | 2024-06-25T03:13:10.930Z | ++ uname -s |
4 | 2024-06-25T03:13:10.939Z | + kern=SunOS |
5 | 2024-06-25T03:13:10.939Z | + case "$kern" in |
6 | 2024-06-25T03:13:10.939Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:13:10.939Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:13:12.939Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:13:13.090Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:13:13.093Z | + home_fs=zfs |
11 | 2024-06-25T03:13:13.093Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:13:13.093Z | + mkdir -p /home/build |
13 | 2024-06-25T03:13:13.096Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:13:15.097Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:13:15.103Z | process exited: duration 4237 ms, exit code 0 |
|
16 | 2024-06-25T03:13:15.112Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:13:15.123Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:13:15.123Z | ' 1.78.0 |
19 | 2024-06-25T03:13:15.123Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T03:13:15.123Z | * toolchain profile = "default" |
21 | 2024-06-25T03:13:15.123Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-25T03:13:15.123Z | ' default |
23 | 2024-06-25T03:13:15.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:13:15.124Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:13:15.229Z | info: downloading installer |
26 | 2024-06-25T03:13:16.884Z | info: profile set to 'default' |
27 | 2024-06-25T03:13:16.884Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:13:16.924Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:13:17.048Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:13:17.048Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:13:17.864Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:13:18.110Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:13:19.210Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:13:20.937Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:13:25.320Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:13:25.559Z | info: installing component 'cargo' |
37 | 2024-06-25T03:13:26.430Z | info: installing component 'clippy' |
38 | 2024-06-25T03:13:26.806Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:13:28.253Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:13:30.076Z | info: installing component 'rustc' |
41 | 2024-06-25T03:13:34.596Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:13:34.952Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:13:34.952Z | |
44 | 2024-06-25T03:13:35.184Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:13:35.184Z | |
46 | 2024-06-25T03:13:35.194Z | |
47 | 2024-06-25T03:13:35.194Z | Rust is installed now. Great! |
48 | 2024-06-25T03:13:35.195Z | |
49 | 2024-06-25T03:13:35.195Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:13:35.195Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:13:35.195Z | |
52 | 2024-06-25T03:13:35.195Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:13:35.195Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:13:35.195Z | |
55 | 2024-06-25T03:13:35.196Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:13:35.196Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:13:35.196Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:13:35.255Z | + rustc --version |
59 | 2024-06-25T03:13:35.321Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:13:35.348Z | process exited: duration 20197 ms, exit code 0 |
|
61 | 2024-06-25T03:13:35.374Z | starting task 2: "authentication" |
62 | 2024-06-25T03:13:35.411Z | process exited: duration 34 ms, exit code 0 |
|
63 | 2024-06-25T03:13:35.453Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:13:35.457Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:13:35.458Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:13:35.622Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:13:41.450Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:13:41.450Z | + git fetch origin 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 |
69 | 2024-06-25T03:13:41.732Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:13:41.732Z | * branch 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 -> FETCH_HEAD |
71 | 2024-06-25T03:13:41.744Z | + [[ -n '' ]] |
72 | 2024-06-25T03:13:41.744Z | + git reset --hard 835aa09d3f46cb230c07a1498cd02c3eca7b1e46 |
73 | 2024-06-25T03:13:41.868Z | HEAD is now at 835aa09d3 Update Rust crate proc-macro2 to v1.0.86 |
74 | 2024-06-25T03:13:41.873Z | process exited: duration 6415 ms, exit code 0 |
|
75 | 2024-06-25T03:13:41.891Z | starting task 4: "build" |
76 | 2024-06-25T03:13:41.905Z | + cargo --version |
77 | 2024-06-25T03:13:41.950Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-06-25T03:13:41.956Z | + rustc --version |
79 | 2024-06-25T03:13:42.003Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-06-25T03:13:42.009Z | + cd /tmp |
81 | 2024-06-25T03:13:42.009Z | + cargo new --lib test-project |
82 | 2024-06-25T03:13:42.066Z | Creating library `test-project` package |
83 | 2024-06-25T03:13:42.145Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-06-25T03:13:42.152Z | + cd test-project |
85 | 2024-06-25T03:13:42.153Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-06-25T03:13:42.191Z | Adding omicron-common (local) to dependencies |
87 | 2024-06-25T03:13:42.191Z | Features: |
88 | 2024-06-25T03:13:42.191Z | - proptest |
89 | 2024-06-25T03:13:42.191Z | - test-strategy |
90 | 2024-06-25T03:13:42.191Z | - testing |
91 | 2024-06-25T03:13:42.196Z | Updating crates.io index |
92 | 2024-06-25T03:13:42.248Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-06-25T03:13:42.935Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-06-25T03:13:43.631Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-06-25T03:13:43.896Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-06-25T03:13:45.850Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-06-25T03:13:46.124Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-06-25T03:13:46.442Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-06-25T03:13:49.067Z | + cargo check |
100 | 2024-06-25T03:13:49.272Z | Downloading crates ... |
101 | 2024-06-25T03:13:49.354Z | Downloaded async-stream-impl v0.3.5 |
102 | 2024-06-25T03:13:49.366Z | Downloaded foreign-types v0.3.2 |
103 | 2024-06-25T03:13:49.371Z | Downloaded equivalent v1.0.1 |
104 | 2024-06-25T03:13:49.380Z | Downloaded match_cfg v0.1.0 |
105 | 2024-06-25T03:13:49.385Z | Downloaded is-terminal v0.4.12 |
106 | 2024-06-25T03:13:49.385Z | Downloaded ident_case v1.0.1 |
107 | 2024-06-25T03:13:49.388Z | Downloaded dtrace-parser v0.2.0 |
108 | 2024-06-25T03:13:49.388Z | Downloaded want v0.3.1 |
109 | 2024-06-25T03:13:49.391Z | Downloaded foreign-types-shared v0.1.1 |
110 | 2024-06-25T03:13:49.391Z | Downloaded openssl-probe v0.1.5 |
111 | 2024-06-25T03:13:49.391Z | Downloaded darling_macro v0.20.9 |
112 | 2024-06-25T03:13:49.393Z | Downloaded num_threads v0.1.7 |
113 | 2024-06-25T03:13:49.396Z | Downloaded pretty-hex v0.4.1 |
114 | 2024-06-25T03:13:49.396Z | Downloaded dyn-clone v1.0.17 |
115 | 2024-06-25T03:13:49.399Z | Downloaded form_urlencoded v1.2.1 |
116 | 2024-06-25T03:13:49.399Z | Downloaded dof v0.3.0 |
117 | 2024-06-25T03:13:49.402Z | Downloaded dirs-next v2.0.0 |
118 | 2024-06-25T03:13:49.402Z | Downloaded block-buffer v0.10.4 |
119 | 2024-06-25T03:13:49.402Z | Downloaded async-stream v0.3.5 |
120 | 2024-06-25T03:13:49.405Z | Downloaded memmap v0.7.0 |
121 | 2024-06-25T03:13:49.407Z | Downloaded strum v0.26.3 |
122 | 2024-06-25T03:13:49.410Z | Downloaded debug-ignore v1.0.5 |
123 | 2024-06-25T03:13:49.413Z | Downloaded hyper-tls v0.5.0 |
124 | 2024-06-25T03:13:49.413Z | Downloaded futures-sink v0.3.30 |
125 | 2024-06-25T03:13:49.416Z | Downloaded futures-core v0.3.30 |
126 | 2024-06-25T03:13:49.416Z | Downloaded hex v0.4.3 |
127 | 2024-06-25T03:13:49.419Z | Downloaded hostname v0.4.0 |
128 | 2024-06-25T03:13:49.419Z | Downloaded futures-io v0.3.30 |
129 | 2024-06-25T03:13:49.422Z | Downloaded cfg-if v1.0.0 |
130 | 2024-06-25T03:13:49.422Z | Downloaded time-core v0.1.2 |
131 | 2024-06-25T03:13:49.425Z | Downloaded crypto-common v0.1.6 |
132 | 2024-06-25T03:13:49.425Z | Downloaded dirs-sys-next v0.1.2 |
133 | 2024-06-25T03:13:49.425Z | Downloaded backoff v0.4.0 |
134 | 2024-06-25T03:13:49.428Z | Downloaded waitgroup v0.1.2 |
135 | 2024-06-25T03:13:49.431Z | Downloaded fnv v1.0.7 |
136 | 2024-06-25T03:13:49.431Z | Downloaded byteorder v1.5.0 |
137 | 2024-06-25T03:13:49.435Z | Downloaded atomic-waker v1.1.2 |
138 | 2024-06-25T03:13:49.436Z | Downloaded anyhow v1.0.86 |
139 | 2024-06-25T03:13:49.440Z | Downloaded take_mut v0.2.2 |
140 | 2024-06-25T03:13:49.440Z | Downloaded newtype-uuid v1.1.0 |
141 | 2024-06-25T03:13:49.444Z | Downloaded instant v0.1.13 |
142 | 2024-06-25T03:13:49.444Z | Downloaded pin-utils v0.1.0 |
143 | 2024-06-25T03:13:49.447Z | Downloaded paste v1.0.15 |
144 | 2024-06-25T03:13:49.450Z | Downloaded powerfmt v0.2.0 |
145 | 2024-06-25T03:13:49.453Z | Downloaded deranged v0.3.11 |
146 | 2024-06-25T03:13:49.453Z | Downloaded version_check v0.9.4 |
147 | 2024-06-25T03:13:49.453Z | Downloaded pkg-config v0.3.30 |
148 | 2024-06-25T03:13:49.456Z | Downloaded digest v0.10.7 |
149 | 2024-06-25T03:13:49.456Z | Downloaded getrandom v0.2.15 |
150 | 2024-06-25T03:13:49.459Z | Downloaded structmeta-derive v0.3.0 |
151 | 2024-06-25T03:13:49.462Z | Downloaded sync_wrapper v0.1.2 |
152 | 2024-06-25T03:13:49.462Z | Downloaded ipnet v2.9.0 |
153 | 2024-06-25T03:13:49.462Z | Downloaded scroll_derive v0.12.0 |
154 | 2024-06-25T03:13:49.465Z | Downloaded native-tls v0.2.12 |
155 | 2024-06-25T03:13:49.465Z | Downloaded autocfg v1.3.0 |
156 | 2024-06-25T03:13:49.468Z | Downloaded httparse v1.9.4 |
157 | 2024-06-25T03:13:49.470Z | Downloaded tower-service v0.3.2 |
158 | 2024-06-25T03:13:49.470Z | Downloaded parse-display-derive v0.9.1 |
159 | 2024-06-25T03:13:49.475Z | Downloaded futures-macro v0.3.30 |
160 | 2024-06-25T03:13:49.475Z | Downloaded async-trait v0.1.80 |
161 | 2024-06-25T03:13:49.478Z | Downloaded generic-array v0.14.7 |
162 | 2024-06-25T03:13:49.478Z | Downloaded rustls-pemfile v1.0.4 |
163 | 2024-06-25T03:13:49.482Z | Downloaded ahash v0.8.11 |
164 | 2024-06-25T03:13:49.482Z | Downloaded zeroize v1.8.1 |
165 | 2024-06-25T03:13:49.487Z | Downloaded try-lock v0.2.5 |
166 | 2024-06-25T03:13:49.487Z | Downloaded num-conv v0.1.0 |
167 | 2024-06-25T03:13:49.487Z | Downloaded futures-channel v0.3.30 |
168 | 2024-06-25T03:13:49.487Z | Downloaded rand_chacha v0.3.1 |
169 | 2024-06-25T03:13:49.491Z | Downloaded serde_urlencoded v0.7.1 |
170 | 2024-06-25T03:13:49.491Z | Downloaded ppv-lite86 v0.2.17 |
171 | 2024-06-25T03:13:49.491Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-06-25T03:13:49.500Z | Downloaded num_cpus v1.16.0 |
173 | 2024-06-25T03:13:49.500Z | Downloaded mime v0.3.17 |
174 | 2024-06-25T03:13:49.500Z | Downloaded http-body v0.4.6 |
175 | 2024-06-25T03:13:49.504Z | Downloaded structmeta v0.3.0 |
176 | 2024-06-25T03:13:49.504Z | Downloaded ipnetwork v0.20.0 |
177 | 2024-06-25T03:13:49.505Z | Downloaded hostname v0.3.1 |
178 | 2024-06-25T03:13:49.505Z | Downloaded sha1 v0.10.6 |
179 | 2024-06-25T03:13:49.505Z | Downloaded macaddr v1.0.1 |
180 | 2024-06-25T03:13:49.505Z | Downloaded itoa v1.0.11 |
181 | 2024-06-25T03:13:49.505Z | Downloaded darling v0.20.9 |
182 | 2024-06-25T03:13:49.510Z | Downloaded plain v0.2.3 |
183 | 2024-06-25T03:13:49.510Z | Downloaded thread-id v4.2.1 |
184 | 2024-06-25T03:13:49.514Z | Downloaded slab v0.4.9 |
185 | 2024-06-25T03:13:49.514Z | Downloaded pin-project-lite v0.2.14 |
186 | 2024-06-25T03:13:49.517Z | Downloaded log v0.4.21 |
187 | 2024-06-25T03:13:49.517Z | Downloaded untrusted v0.9.0 |
188 | 2024-06-25T03:13:49.521Z | Downloaded tinyvec_macros v0.1.1 |
189 | 2024-06-25T03:13:49.521Z | Downloaded slog-json v2.6.1 |
190 | 2024-06-25T03:13:49.521Z | Downloaded pest_generator v2.7.10 |
191 | 2024-06-25T03:13:49.526Z | Downloaded tokio-macros v2.3.0 |
192 | 2024-06-25T03:13:49.526Z | Downloaded toml_datetime v0.6.6 |
193 | 2024-06-25T03:13:49.526Z | Downloaded rand_core v0.6.4 |
194 | 2024-06-25T03:13:49.531Z | Downloaded allocator-api2 v0.2.18 |
195 | 2024-06-25T03:13:49.531Z | Downloaded time-macros v0.2.18 |
196 | 2024-06-25T03:13:49.534Z | Downloaded scopeguard v1.2.0 |
197 | 2024-06-25T03:13:49.534Z | Downloaded hyper-rustls v0.24.2 |
198 | 2024-06-25T03:13:49.534Z | Downloaded tokio-native-tls v0.3.1 |
199 | 2024-06-25T03:13:49.537Z | Downloaded subtle v2.6.1 |
200 | 2024-06-25T03:13:49.537Z | Downloaded thiserror-impl v1.0.61 |
201 | 2024-06-25T03:13:49.541Z | Downloaded thread_local v1.1.8 |
202 | 2024-06-25T03:13:49.541Z | Downloaded multer v3.1.0 |
203 | 2024-06-25T03:13:49.541Z | Downloaded lock_api v0.4.12 |
204 | 2024-06-25T03:13:49.545Z | Downloaded slog-bunyan v2.5.0 |
205 | 2024-06-25T03:13:49.545Z | Downloaded signal-hook-registry v1.4.2 |
206 | 2024-06-25T03:13:49.549Z | Downloaded crossbeam-utils v0.8.20 |
207 | 2024-06-25T03:13:49.549Z | Downloaded rustls-pki-types v1.7.0 |
208 | 2024-06-25T03:13:49.553Z | Downloaded bytes v1.6.0 |
209 | 2024-06-25T03:13:49.560Z | Downloaded num-traits v0.2.19 |
210 | 2024-06-25T03:13:49.560Z | Downloaded spin v0.9.8 |
211 | 2024-06-25T03:13:49.560Z | Downloaded quote v1.0.36 |
212 | 2024-06-25T03:13:49.574Z | Downloaded parking_lot_core v0.9.10 |
213 | 2024-06-25T03:13:49.574Z | Downloaded schemars_derive v0.8.21 |
214 | 2024-06-25T03:13:49.574Z | Downloaded smallvec v1.13.2 |
215 | 2024-06-25T03:13:49.579Z | Downloaded tokio-rustls v0.24.1 |
216 | 2024-06-25T03:13:49.579Z | Downloaded sha2 v0.10.8 |
217 | 2024-06-25T03:13:49.579Z | Downloaded serde_with_macros v3.8.1 |
218 | 2024-06-25T03:13:49.579Z | Downloaded sct v0.7.1 |
219 | 2024-06-25T03:13:49.579Z | Downloaded serde_derive_internals v0.29.1 |
220 | 2024-06-25T03:13:49.579Z | Downloaded thiserror v1.0.61 |
221 | 2024-06-25T03:13:49.583Z | Downloaded pest_derive v2.7.10 |
222 | 2024-06-25T03:13:49.583Z | Downloaded semver v1.0.23 |
223 | 2024-06-25T03:13:49.586Z | Downloaded crossbeam-channel v0.5.13 |
224 | 2024-06-25T03:13:49.591Z | Downloaded strsim v0.11.1 |
225 | 2024-06-25T03:13:49.591Z | Downloaded typenum v1.17.0 |
226 | 2024-06-25T03:13:49.597Z | Downloaded slog-term v2.9.1 |
227 | 2024-06-25T03:13:49.597Z | Downloaded base64 v0.22.1 |
228 | 2024-06-25T03:13:49.603Z | Downloaded toml v0.8.14 |
229 | 2024-06-25T03:13:49.603Z | Downloaded unicode-ident v1.0.12 |
230 | 2024-06-25T03:13:49.609Z | Downloaded proc-macro2 v1.0.86 |
231 | 2024-06-25T03:13:49.609Z | Downloaded term v0.7.0 |
232 | 2024-06-25T03:13:49.616Z | Downloaded rustls-pemfile v2.1.2 |
233 | 2024-06-25T03:13:49.616Z | Downloaded tinyvec v1.6.0 |
234 | 2024-06-25T03:13:49.616Z | Downloaded uuid v1.9.1 |
235 | 2024-06-25T03:13:49.621Z | Downloaded pest_meta v2.7.10 |
236 | 2024-06-25T03:13:49.622Z | Downloaded ucd-trie v0.1.6 |
237 | 2024-06-25T03:13:49.622Z | Downloaded base64 v0.21.7 |
238 | 2024-06-25T03:13:49.629Z | Downloaded unsafe-libyaml v0.2.11 |
239 | 2024-06-25T03:13:49.635Z | Downloaded indexmap v2.2.6 |
240 | 2024-06-25T03:13:49.635Z | Downloaded tracing v0.1.40 |
241 | 2024-06-25T03:13:49.644Z | Downloaded socket2 v0.5.7 |
242 | 2024-06-25T03:13:49.644Z | Downloaded hashbrown v0.12.3 |
243 | 2024-06-25T03:13:49.644Z | Downloaded toml_edit v0.22.14 |
244 | 2024-06-25T03:13:49.663Z | Downloaded ryu v1.0.18 |
245 | 2024-06-25T03:13:49.670Z | Downloaded tracing-core v0.1.32 |
246 | 2024-06-25T03:13:49.671Z | Downloaded strum_macros v0.26.4 |
247 | 2024-06-25T03:13:49.671Z | Downloaded schemars v0.8.21 |
248 | 2024-06-25T03:13:49.679Z | Downloaded url v2.5.2 |
249 | 2024-06-25T03:13:49.699Z | Downloaded slog v2.7.0 |
250 | 2024-06-25T03:13:49.699Z | Downloaded serde_yaml v0.9.34+deprecated |
251 | 2024-06-25T03:13:49.762Z | Downloaded unicode-normalization v0.1.23 |
252 | 2024-06-25T03:13:49.762Z | Downloaded futures-util v0.3.30 |
253 | 2024-06-25T03:13:49.763Z | Downloaded h2 v0.3.26 |
254 | 2024-06-25T03:13:49.763Z | Downloaded rand v0.8.5 |
255 | 2024-06-25T03:13:49.785Z | Downloaded goblin v0.8.2 |
256 | 2024-06-25T03:13:49.785Z | Downloaded serde v1.0.203 |
257 | 2024-06-25T03:13:49.786Z | Downloaded hyper v0.14.29 |
258 | 2024-06-25T03:13:49.786Z | Downloaded chrono v0.4.38 |
259 | 2024-06-25T03:13:49.786Z | Downloaded aho-corasick v1.1.3 |
260 | 2024-06-25T03:13:49.786Z | Downloaded serde_derive v1.0.203 |
261 | 2024-06-25T03:13:49.786Z | Downloaded pest v2.7.10 |
262 | 2024-06-25T03:13:49.787Z | Downloaded openssl v0.10.64 |
263 | 2024-06-25T03:13:49.787Z | Downloaded idna v0.5.0 |
264 | 2024-06-25T03:13:49.787Z | Downloaded hashbrown v0.14.5 |
265 | 2024-06-25T03:13:49.787Z | Downloaded time v0.3.36 |
266 | 2024-06-25T03:13:49.802Z | Downloaded openapiv3 v2.0.0 |
267 | 2024-06-25T03:13:49.802Z | Downloaded tokio-util v0.7.11 |
268 | 2024-06-25T03:13:49.802Z | Downloaded openssl-sys v0.9.102 |
269 | 2024-06-25T03:13:49.802Z | Downloaded serde_with v3.8.1 |
270 | 2024-06-25T03:13:49.808Z | Downloaded winnow v0.6.13 |
271 | 2024-06-25T03:13:49.808Z | Downloaded serde_json v1.0.117 |
272 | 2024-06-25T03:13:49.815Z | Downloaded zerocopy v0.7.34 |
273 | 2024-06-25T03:13:49.832Z | Downloaded mio v0.8.11 |
274 | 2024-06-25T03:13:49.837Z | Downloaded rustls-webpki v0.101.7 |
275 | 2024-06-25T03:13:49.846Z | Downloaded libc v0.2.155 |
276 | 2024-06-25T03:13:49.923Z | Downloaded tokio v1.38.0 |
277 | 2024-06-25T03:13:49.950Z | Downloaded rustls-webpki v0.102.4 |
278 | 2024-06-25T03:13:49.950Z | Downloaded regex v1.10.5 |
279 | 2024-06-25T03:13:49.961Z | Downloaded encoding_rs v0.8.34 |
280 | 2024-06-25T03:13:49.961Z | Downloaded syn v2.0.68 |
281 | 2024-06-25T03:13:49.969Z | Downloaded rustls v0.21.12 |
282 | 2024-06-25T03:13:49.974Z | Downloaded regress v0.10.0 |
283 | 2024-06-25T03:13:49.977Z | Downloaded rustls v0.22.4 |
284 | 2024-06-25T03:13:49.988Z | Downloaded regress v0.9.1 |
285 | 2024-06-25T03:13:49.994Z | Downloaded regex-syntax v0.8.4 |
286 | 2024-06-25T03:13:50.001Z | Downloaded webpki-roots v0.25.4 |
287 | 2024-06-25T03:13:50.004Z | Downloaded reqwest v0.11.27 |
288 | 2024-06-25T03:13:50.011Z | Downloaded vcpkg v0.2.15 |
289 | 2024-06-25T03:13:50.049Z | Downloaded regex-automata v0.4.7 |
290 | 2024-06-25T03:13:50.072Z | Downloaded memchr v2.7.4 |
291 | 2024-06-25T03:13:50.086Z | Downloaded http v0.2.12 |
292 | 2024-06-25T03:13:50.086Z | Downloaded http v1.1.0 |
293 | 2024-06-25T03:13:50.086Z | Downloaded parking_lot v0.12.3 |
294 | 2024-06-25T03:13:50.086Z | Downloaded unicode-bidi v0.3.15 |
295 | 2024-06-25T03:13:50.086Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-06-25T03:13:50.086Z | Downloaded bitflags v2.6.0 |
297 | 2024-06-25T03:13:50.093Z | Downloaded tokio-rustls v0.25.0 |
298 | 2024-06-25T03:13:50.093Z | Downloaded cc v1.0.100 |
299 | 2024-06-25T03:13:50.093Z | Downloaded futures v0.3.30 |
300 | 2024-06-25T03:13:50.093Z | Downloaded serde_tokenstream v0.2.1 |
301 | 2024-06-25T03:13:50.130Z | Downloaded percent-encoding v2.3.1 |
302 | 2024-06-25T03:13:50.130Z | Downloaded indexmap v1.9.3 |
303 | 2024-06-25T03:13:50.131Z | Downloaded rustversion v1.0.17 |
304 | 2024-06-25T03:13:50.131Z | Downloaded iana-time-zone v0.1.60 |
305 | 2024-06-25T03:13:50.131Z | Downloaded serde_path_to_error v0.1.16 |
306 | 2024-06-25T03:13:50.131Z | Downloaded darling_core v0.20.9 |
307 | 2024-06-25T03:13:50.132Z | Downloaded zerocopy-derive v0.7.34 |
308 | 2024-06-25T03:13:50.132Z | Downloaded camino v1.1.7 |
309 | 2024-06-25T03:13:50.132Z | Downloaded serde_spanned v0.6.6 |
310 | 2024-06-25T03:13:50.133Z | Downloaded heck v0.5.0 |
311 | 2024-06-25T03:13:50.133Z | Downloaded slog-async v2.8.0 |
312 | 2024-06-25T03:13:50.134Z | Downloaded scroll v0.12.0 |
313 | 2024-06-25T03:13:50.134Z | Downloaded parse-display v0.9.1 |
314 | 2024-06-25T03:13:50.135Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-06-25T03:13:50.135Z | Downloaded usdt v0.5.0 |
316 | 2024-06-25T03:13:50.159Z | Downloaded httpdate v1.0.3 |
317 | 2024-06-25T03:13:50.159Z | Downloaded futures-executor v0.3.30 |
318 | 2024-06-25T03:13:50.159Z | Downloaded once_cell v1.19.0 |
319 | 2024-06-25T03:13:50.160Z | Downloaded futures-task v0.3.30 |
320 | 2024-06-25T03:13:50.160Z | Downloaded cpufeatures v0.2.12 |
321 | 2024-06-25T03:13:50.160Z | Downloaded openssl-macros v0.1.1 |
322 | 2024-06-25T03:13:50.160Z | Downloaded omicron-workspace-hack v0.1.0 |
323 | 2024-06-25T03:13:50.287Z | Downloaded ring v0.17.8 |
324 | 2024-06-25T03:13:50.468Z | Compiling proc-macro2 v1.0.86 |
325 | 2024-06-25T03:13:50.468Z | Compiling unicode-ident v1.0.12 |
326 | 2024-06-25T03:13:50.468Z | Compiling libc v0.2.155 |
327 | 2024-06-25T03:13:50.475Z | Checking cfg-if v1.0.0 |
328 | 2024-06-25T03:13:50.475Z | Compiling version_check v0.9.4 |
329 | 2024-06-25T03:13:50.491Z | Compiling autocfg v1.3.0 |
330 | 2024-06-25T03:13:50.491Z | Compiling serde v1.0.203 |
331 | 2024-06-25T03:13:50.491Z | Compiling serde_json v1.0.117 |
332 | 2024-06-25T03:13:50.570Z | Checking itoa v1.0.11 |
333 | 2024-06-25T03:13:50.645Z | Checking once_cell v1.19.0 |
334 | 2024-06-25T03:13:50.762Z | Compiling thiserror v1.0.61 |
335 | 2024-06-25T03:13:50.890Z | Compiling cc v1.0.100 |
336 | 2024-06-25T03:13:51.090Z | Compiling ahash v0.8.11 |
337 | 2024-06-25T03:13:51.149Z | Compiling memchr v2.7.4 |
338 | 2024-06-25T03:13:52.454Z | Checking byteorder v1.5.0 |
339 | 2024-06-25T03:13:52.509Z | Compiling num-traits v0.2.19 |
340 | 2024-06-25T03:13:52.875Z | Checking pin-project-lite v0.2.14 |
341 | 2024-06-25T03:13:52.917Z | Checking ryu v1.0.18 |
342 | 2024-06-25T03:13:53.047Z | Checking bytes v1.6.0 |
343 | 2024-06-25T03:13:53.060Z | Checking log v0.4.21 |
344 | 2024-06-25T03:13:53.119Z | Checking allocator-api2 v0.2.18 |
345 | 2024-06-25T03:13:53.123Z | Checking getrandom v0.2.15 |
346 | 2024-06-25T03:13:53.259Z | Compiling quote v1.0.36 |
347 | 2024-06-25T03:13:53.315Z | Compiling lock_api v0.4.12 |
348 | 2024-06-25T03:13:53.320Z | Compiling schemars v0.8.21 |
349 | 2024-06-25T03:13:53.379Z | Compiling parking_lot_core v0.9.10 |
350 | 2024-06-25T03:13:53.480Z | Compiling ring v0.17.8 |
351 | 2024-06-25T03:13:53.598Z | Compiling syn v2.0.68 |
352 | 2024-06-25T03:13:53.711Z | Checking futures-core v0.3.30 |
353 | 2024-06-25T03:13:53.771Z | Checking smallvec v1.13.2 |
354 | 2024-06-25T03:13:53.779Z | Checking scopeguard v1.2.0 |
355 | 2024-06-25T03:13:53.798Z | Checking num_cpus v1.16.0 |
356 | 2024-06-25T03:13:53.868Z | Checking socket2 v0.5.7 |
357 | 2024-06-25T03:13:53.877Z | Checking mio v0.8.11 |
358 | 2024-06-25T03:13:53.884Z | Checking signal-hook-registry v1.4.2 |
359 | 2024-06-25T03:13:54.022Z | Compiling slab v0.4.9 |
360 | 2024-06-25T03:13:54.114Z | Checking spin v0.9.8 |
361 | 2024-06-25T03:13:54.312Z | Checking futures-sink v0.3.30 |
362 | 2024-06-25T03:13:54.392Z | Checking fnv v1.0.7 |
363 | 2024-06-25T03:13:54.433Z | Checking equivalent v1.0.1 |
364 | 2024-06-25T03:13:54.447Z | Checking parking_lot v0.12.3 |
365 | 2024-06-25T03:13:54.459Z | Checking untrusted v0.9.0 |
366 | 2024-06-25T03:13:54.485Z | Checking futures-channel v0.3.30 |
367 | 2024-06-25T03:13:54.509Z | Checking futures-task v0.3.30 |
368 | 2024-06-25T03:13:54.575Z | Compiling pkg-config v0.3.30 |
369 | 2024-06-25T03:13:54.661Z | Compiling vcpkg v0.2.15 |
370 | 2024-06-25T03:13:54.698Z | Checking pin-utils v0.1.0 |
371 | 2024-06-25T03:13:54.752Z | Compiling semver v1.0.23 |
372 | 2024-06-25T03:13:54.763Z | Checking futures-io v0.3.30 |
373 | 2024-06-25T03:13:54.912Z | Compiling ucd-trie v0.1.6 |
374 | 2024-06-25T03:13:55.027Z | Checking iana-time-zone v0.1.60 |
375 | 2024-06-25T03:13:55.157Z | Checking http v0.2.12 |
376 | 2024-06-25T03:13:55.392Z | Compiling httparse v1.9.4 |
377 | 2024-06-25T03:13:55.849Z | Checking dyn-clone v1.0.17 |
378 | 2024-06-25T03:13:55.971Z | Compiling heck v0.5.0 |
379 | 2024-06-25T03:13:56.191Z | Compiling openssl-sys v0.9.102 |
380 | 2024-06-25T03:13:56.195Z | Checking tracing-core v0.1.32 |
381 | 2024-06-25T03:13:56.329Z | Compiling uuid v1.9.1 |
382 | 2024-06-25T03:13:56.784Z | Checking tracing v0.1.40 |
383 | 2024-06-25T03:13:56.875Z | Compiling chrono v0.4.38 |
384 | 2024-06-25T03:13:57.021Z | Compiling slog v2.7.0 |
385 | 2024-06-25T03:13:57.039Z | Checking foreign-types-shared v0.1.1 |
386 | 2024-06-25T03:13:57.039Z | Checking try-lock v0.2.5 |
387 | 2024-06-25T03:13:57.093Z | Compiling openssl v0.10.64 |
388 | 2024-06-25T03:13:57.111Z | Checking want v0.3.1 |
389 | 2024-06-25T03:13:57.248Z | Checking foreign-types v0.3.2 |
390 | 2024-06-25T03:13:57.375Z | Checking http-body v0.4.6 |
391 | 2024-06-25T03:13:57.417Z | Compiling aho-corasick v1.1.3 |
392 | 2024-06-25T03:13:57.425Z | Checking tower-service v0.3.2 |
393 | 2024-06-25T03:13:57.521Z | Checking httpdate v1.0.3 |
394 | 2024-06-25T03:13:57.707Z | Compiling regex-syntax v0.8.4 |
395 | 2024-06-25T03:13:57.730Z | Checking percent-encoding v2.3.1 |
396 | 2024-06-25T03:13:57.923Z | Checking bitflags v2.6.0 |
397 | 2024-06-25T03:13:58.165Z | Compiling rustls v0.21.12 |
398 | 2024-06-25T03:13:58.437Z | Compiling typenum v1.17.0 |
399 | 2024-06-25T03:13:58.658Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-06-25T03:13:58.721Z | Compiling native-tls v0.2.12 |
401 | 2024-06-25T03:13:58.734Z | Checking tinyvec v1.6.0 |
402 | 2024-06-25T03:13:59.078Z | Checking form_urlencoded v1.2.1 |
403 | 2024-06-25T03:13:59.436Z | Compiling generic-array v0.14.7 |
404 | 2024-06-25T03:13:59.715Z | Checking openssl-probe v0.1.5 |
405 | 2024-06-25T03:13:59.883Z | Compiling serde_derive_internals v0.29.1 |
406 | 2024-06-25T03:13:59.971Z | Checking unicode-normalization v0.1.23 |
407 | 2024-06-25T03:14:00.960Z | Compiling regex-automata v0.4.7 |
408 | 2024-06-25T03:14:02.227Z | Compiling usdt-impl v0.5.0 |
409 | 2024-06-25T03:14:02.283Z | Checking encoding_rs v0.8.34 |
410 | 2024-06-25T03:14:02.425Z | Checking mime v0.3.17 |
411 | 2024-06-25T03:14:02.465Z | Compiling num-conv v0.1.0 |
412 | 2024-06-25T03:14:02.531Z | Checking unicode-bidi v0.3.15 |
413 | 2024-06-25T03:14:02.710Z | Compiling time-core v0.1.2 |
414 | 2024-06-25T03:14:03.118Z | Checking powerfmt v0.2.0 |
415 | 2024-06-25T03:14:03.332Z | Checking deranged v0.3.11 |
416 | 2024-06-25T03:14:03.448Z | Checking idna v0.5.0 |
417 | 2024-06-25T03:14:04.022Z | Checking rustls-webpki v0.101.7 |
418 | 2024-06-25T03:14:04.122Z | Checking sct v0.7.1 |
419 | 2024-06-25T03:14:04.299Z | Compiling thread-id v4.2.1 |
420 | 2024-06-25T03:14:04.708Z | Compiling strsim v0.11.1 |
421 | 2024-06-25T03:14:04.962Z | Compiling regex v1.10.5 |
422 | 2024-06-25T03:14:05.251Z | Checking num_threads v0.1.7 |
423 | 2024-06-25T03:14:05.346Z | Checking rustls-pki-types v1.7.0 |
424 | 2024-06-25T03:14:05.399Z | Compiling ident_case v1.0.1 |
425 | 2024-06-25T03:14:05.687Z | Compiling time-macros v0.2.18 |
426 | 2024-06-25T03:14:05.753Z | Checking plain v0.2.3 |
427 | 2024-06-25T03:14:05.775Z | Compiling serde_derive v1.0.203 |
428 | 2024-06-25T03:14:05.822Z | Compiling zerocopy-derive v0.7.34 |
429 | 2024-06-25T03:14:05.866Z | Compiling thiserror-impl v1.0.61 |
430 | 2024-06-25T03:14:06.698Z | Compiling schemars_derive v0.8.21 |
431 | 2024-06-25T03:14:07.626Z | Compiling tokio-macros v2.3.0 |
432 | 2024-06-25T03:14:08.066Z | Checking zerocopy v0.7.34 |
433 | 2024-06-25T03:14:08.868Z | Compiling futures-macro v0.3.30 |
434 | 2024-06-25T03:14:09.091Z | Compiling pest v2.7.10 |
435 | 2024-06-25T03:14:09.194Z | Checking tokio v1.38.0 |
436 | 2024-06-25T03:14:09.324Z | Compiling openssl-macros v0.1.1 |
437 | 2024-06-25T03:14:09.733Z | Compiling scroll_derive v0.12.0 |
438 | 2024-06-25T03:14:09.918Z | Checking hashbrown v0.14.5 |
439 | 2024-06-25T03:14:10.835Z | Checking futures-util v0.3.30 |
440 | 2024-06-25T03:14:11.104Z | Checking regress v0.10.0 |
441 | 2024-06-25T03:14:11.176Z | Checking scroll v0.12.0 |
442 | 2024-06-25T03:14:11.651Z | Compiling pest_meta v2.7.10 |
443 | 2024-06-25T03:14:11.821Z | Compiling crossbeam-utils v0.8.20 |
444 | 2024-06-25T03:14:12.816Z | Checking base64 v0.21.7 |
445 | 2024-06-25T03:14:13.228Z | Compiling pest_generator v2.7.10 |
446 | 2024-06-25T03:14:14.961Z | Checking rustls-pemfile v1.0.4 |
447 | 2024-06-25T03:14:15.146Z | Checking time v0.3.36 |
448 | 2024-06-25T03:14:15.556Z | Checking goblin v0.8.2 |
449 | 2024-06-25T03:14:16.039Z | Checking tokio-util v0.7.11 |
450 | 2024-06-25T03:14:16.078Z | Compiling pest_derive v2.7.10 |
451 | 2024-06-25T03:14:16.788Z | Checking tokio-native-tls v0.3.1 |
452 | 2024-06-25T03:14:16.862Z | Checking tokio-rustls v0.24.1 |
453 | 2024-06-25T03:14:16.899Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-06-25T03:14:17.195Z | Compiling darling_core v0.20.9 |
455 | 2024-06-25T03:14:17.597Z | Checking url v2.5.2 |
456 | 2024-06-25T03:14:18.148Z | Checking dirs-sys-next v0.1.2 |
457 | 2024-06-25T03:14:18.356Z | Compiling omicron-workspace-hack v0.1.0 |
458 | 2024-06-25T03:14:18.642Z | Compiling paste v1.0.15 |
459 | 2024-06-25T03:14:18.650Z | Checking pretty-hex v0.4.1 |
460 | 2024-06-25T03:14:18.766Z | Checking indexmap v2.2.6 |
461 | 2024-06-25T03:14:19.637Z | Checking serde_urlencoded v0.7.1 |
462 | 2024-06-25T03:14:19.698Z | Compiling rustls v0.22.4 |
463 | 2024-06-25T03:14:19.960Z | Checking sync_wrapper v0.1.2 |
464 | 2024-06-25T03:14:19.969Z | Checking h2 v0.3.26 |
465 | 2024-06-25T03:14:20.043Z | Checking webpki-roots v0.25.4 |
466 | 2024-06-25T03:14:20.064Z | Compiling rustversion v1.0.17 |
467 | 2024-06-25T03:14:20.175Z | Checking ipnet v2.9.0 |
468 | 2024-06-25T03:14:20.184Z | Checking openapiv3 v2.0.0 |
469 | 2024-06-25T03:14:20.346Z | Compiling unsafe-libyaml v0.2.11 |
470 | 2024-06-25T03:14:20.683Z | Compiling serde_tokenstream v0.2.1 |
471 | 2024-06-25T03:14:21.487Z | Checking dof v0.3.0 |
472 | 2024-06-25T03:14:22.156Z | Checking toml_datetime v0.6.6 |
473 | 2024-06-25T03:14:22.168Z | Checking serde_spanned v0.6.6 |
474 | 2024-06-25T03:14:22.473Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
475 | 2024-06-25T03:14:23.390Z | Compiling serde_yaml v0.9.34+deprecated |
476 | 2024-06-25T03:14:23.553Z | Compiling darling_macro v0.20.9 |
477 | 2024-06-25T03:14:23.707Z | Checking dirs-next v2.0.0 |
478 | 2024-06-25T03:14:24.034Z | Checking hyper v0.14.29 |
479 | 2024-06-25T03:14:24.673Z | Compiling structmeta-derive v0.3.0 |
480 | 2024-06-25T03:14:24.849Z | Checking rustls-webpki v0.102.4 |
481 | 2024-06-25T03:14:25.333Z | Checking crypto-common v0.1.6 |
482 | 2024-06-25T03:14:25.484Z | Checking block-buffer v0.10.4 |
483 | 2024-06-25T03:14:25.577Z | Checking rand_core v0.6.4 |
484 | 2024-06-25T03:14:25.749Z | Compiling multer v3.1.0 |
485 | 2024-06-25T03:14:25.792Z | Checking thread_local v1.1.8 |
486 | 2024-06-25T03:14:25.857Z | Checking zeroize v1.8.1 |
487 | 2024-06-25T03:14:26.043Z | Checking winnow v0.6.13 |
488 | 2024-06-25T03:14:26.065Z | Compiling camino v1.1.7 |
489 | 2024-06-25T03:14:26.087Z | Checking subtle v2.6.1 |
490 | 2024-06-25T03:14:26.299Z | Checking match_cfg v0.1.0 |
491 | 2024-06-25T03:14:26.372Z | Checking ppv-lite86 v0.2.17 |
492 | 2024-06-25T03:14:26.597Z | Compiling anyhow v1.0.86 |
493 | 2024-06-25T03:14:26.858Z | Compiling slog-async v2.8.0 |
494 | 2024-06-25T03:14:27.079Z | Checking rand_chacha v0.3.1 |
495 | 2024-06-25T03:14:27.278Z | Checking hostname v0.3.1 |
496 | 2024-06-25T03:14:27.403Z | Checking digest v0.10.7 |
497 | 2024-06-25T03:14:27.417Z | Checking crossbeam-channel v0.5.13 |
498 | 2024-06-25T03:14:27.498Z | Compiling structmeta v0.3.0 |
499 | 2024-06-25T03:14:27.697Z | Compiling usdt-attr-macro v0.5.0 |
500 | 2024-06-25T03:14:27.864Z | Compiling usdt-macro v0.5.0 |
501 | 2024-06-25T03:14:27.916Z | Compiling darling v0.20.9 |
502 | 2024-06-25T03:14:28.016Z | Checking term v0.7.0 |
503 | 2024-06-25T03:14:28.404Z | Checking hyper-rustls v0.24.2 |
504 | 2024-06-25T03:14:28.422Z | Checking hyper-tls v0.5.0 |
505 | 2024-06-25T03:14:28.659Z | Checking reqwest v0.11.27 |
506 | 2024-06-25T03:14:29.037Z | Checking toml_edit v0.22.14 |
507 | 2024-06-25T03:14:29.136Z | Checking slog-json v2.6.1 |
508 | 2024-06-25T03:14:29.146Z | Checking futures-executor v0.3.30 |
509 | 2024-06-25T03:14:29.293Z | Compiling async-stream-impl v0.3.5 |
510 | 2024-06-25T03:14:29.351Z | Checking http v1.1.0 |
511 | 2024-06-25T03:14:29.354Z | Checking memmap v0.7.0 |
512 | 2024-06-25T03:14:29.536Z | Checking is-terminal v0.4.12 |
513 | 2024-06-25T03:14:29.639Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
514 | 2024-06-25T03:14:29.882Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
515 | 2024-06-25T03:14:29.939Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
516 | 2024-06-25T03:14:29.997Z | Checking take_mut v0.2.2 |
517 | 2024-06-25T03:14:30.132Z | Checking atomic-waker v1.1.2 |
518 | 2024-06-25T03:14:30.160Z | Checking base64 v0.22.1 |
519 | 2024-06-25T03:14:30.224Z | Checking cpufeatures v0.2.12 |
520 | 2024-06-25T03:14:30.247Z | Checking waitgroup v0.1.2 |
521 | 2024-06-25T03:14:30.300Z | Checking sha1 v0.10.6 |
522 | 2024-06-25T03:14:30.547Z | Compiling strum_macros v0.26.4 |
523 | 2024-06-25T03:14:30.600Z | Checking rustls-pemfile v2.1.2 |
524 | 2024-06-25T03:14:30.600Z | Checking async-stream v0.3.5 |
525 | 2024-06-25T03:14:30.691Z | Checking slog-term v2.9.1 |
526 | 2024-06-25T03:14:30.768Z | Checking usdt v0.5.0 |
527 | 2024-06-25T03:14:30.806Z | Checking futures v0.3.30 |
528 | 2024-06-25T03:14:30.904Z | Checking slog-bunyan v2.5.0 |
529 | 2024-06-25T03:14:30.982Z | Compiling serde_with_macros v3.8.1 |
530 | 2024-06-25T03:14:31.004Z | Compiling parse-display-derive v0.9.1 |
531 | 2024-06-25T03:14:31.016Z | Checking tokio-rustls v0.25.0 |
532 | 2024-06-25T03:14:31.051Z | Checking rand v0.8.5 |
533 | 2024-06-25T03:14:31.565Z | Checking toml v0.8.14 |
534 | 2024-06-25T03:14:31.725Z | Checking ipnetwork v0.20.0 |
535 | 2024-06-25T03:14:31.799Z | Checking newtype-uuid v1.1.0 |
536 | 2024-06-25T03:14:32.021Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
537 | 2024-06-25T03:14:32.069Z | Checking hex v0.4.3 |
538 | 2024-06-25T03:14:32.297Z | Checking serde_path_to_error v0.1.16 |
539 | 2024-06-25T03:14:32.305Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
540 | 2024-06-25T03:14:32.600Z | Compiling async-trait v0.1.80 |
541 | 2024-06-25T03:14:32.925Z | Checking hostname v0.4.0 |
542 | 2024-06-25T03:14:33.042Z | Checking instant v0.1.13 |
543 | 2024-06-25T03:14:33.081Z | Checking debug-ignore v1.0.5 |
544 | 2024-06-25T03:14:33.135Z | Checking backoff v0.4.0 |
545 | 2024-06-25T03:14:33.200Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-25T03:14:33.325Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
547 | 2024-06-25T03:14:33.402Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
548 | 2024-06-25T03:14:33.452Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
549 | 2024-06-25T03:14:33.652Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
550 | 2024-06-25T03:14:33.795Z | Checking serde_with v3.8.1 |
551 | 2024-06-25T03:14:33.806Z | Checking macaddr v1.0.1 |
552 | 2024-06-25T03:14:34.118Z | Checking regress v0.9.1 |
553 | 2024-06-25T03:14:35.142Z | Checking parse-display v0.9.1 |
554 | 2024-06-25T03:14:35.286Z | Checking strum v0.26.3 |
555 | 2024-06-25T03:14:36.851Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
556 | 2024-06-25T03:14:38.625Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
557 | 2024-06-25T03:14:38.675Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
558 | 2024-06-25T03:14:41.540Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
559 | 2024-06-25T03:14:47.616Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
560 | 2024-06-25T03:14:50.385Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
561 | 2024-06-25T03:14:56.193Z | Checking test-project v0.1.0 (/tmp/test-project) |
562 | 2024-06-25T03:14:56.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
563 | 2024-06-25T03:14:56.299Z | + cargo build --release |
564 | 2024-06-25T03:14:56.542Z | Compiling proc-macro2 v1.0.86 |
565 | 2024-06-25T03:14:56.542Z | Compiling unicode-ident v1.0.12 |
566 | 2024-06-25T03:14:56.542Z | Compiling libc v0.2.155 |
567 | 2024-06-25T03:14:56.545Z | Compiling cfg-if v1.0.0 |
568 | 2024-06-25T03:14:56.545Z | Compiling version_check v0.9.4 |
569 | 2024-06-25T03:14:56.545Z | Compiling autocfg v1.3.0 |
570 | 2024-06-25T03:14:56.580Z | Compiling serde v1.0.203 |
571 | 2024-06-25T03:14:56.585Z | Compiling serde_json v1.0.117 |
572 | 2024-06-25T03:14:56.653Z | Compiling itoa v1.0.11 |
573 | 2024-06-25T03:14:56.714Z | Compiling thiserror v1.0.61 |
574 | 2024-06-25T03:14:56.862Z | Compiling once_cell v1.19.0 |
575 | 2024-06-25T03:14:56.983Z | Compiling cc v1.0.100 |
576 | 2024-06-25T03:14:57.088Z | Compiling memchr v2.7.4 |
577 | 2024-06-25T03:14:57.173Z | Compiling ahash v0.8.11 |
578 | 2024-06-25T03:14:57.516Z | Compiling byteorder v1.5.0 |
579 | 2024-06-25T03:14:57.551Z | Compiling num-traits v0.2.19 |
580 | 2024-06-25T03:14:57.930Z | Compiling quote v1.0.36 |
581 | 2024-06-25T03:14:57.970Z | Compiling getrandom v0.2.15 |
582 | 2024-06-25T03:14:58.020Z | Compiling pin-project-lite v0.2.14 |
583 | 2024-06-25T03:14:58.127Z | Compiling ryu v1.0.18 |
584 | 2024-06-25T03:14:58.285Z | Compiling syn v2.0.68 |
585 | 2024-06-25T03:14:58.349Z | Compiling bytes v1.6.0 |
586 | 2024-06-25T03:14:58.551Z | Compiling log v0.4.21 |
587 | 2024-06-25T03:14:58.672Z | Compiling schemars v0.8.21 |
588 | 2024-06-25T03:14:58.759Z | Compiling allocator-api2 v0.2.18 |
589 | 2024-06-25T03:14:58.974Z | Compiling lock_api v0.4.12 |
590 | 2024-06-25T03:14:58.989Z | Compiling parking_lot_core v0.9.10 |
591 | 2024-06-25T03:14:59.017Z | Compiling futures-core v0.3.30 |
592 | 2024-06-25T03:14:59.248Z | Compiling scopeguard v1.2.0 |
593 | 2024-06-25T03:14:59.382Z | Compiling smallvec v1.13.2 |
594 | 2024-06-25T03:14:59.430Z | Compiling mio v0.8.11 |
595 | 2024-06-25T03:14:59.615Z | Compiling socket2 v0.5.7 |
596 | 2024-06-25T03:14:59.959Z | Compiling signal-hook-registry v1.4.2 |
597 | 2024-06-25T03:14:59.963Z | Compiling ring v0.17.8 |
598 | 2024-06-25T03:15:00.044Z | Compiling num_cpus v1.16.0 |
599 | 2024-06-25T03:15:00.173Z | Compiling slab v0.4.9 |
600 | 2024-06-25T03:15:00.288Z | Compiling parking_lot v0.12.3 |
601 | 2024-06-25T03:15:00.507Z | Compiling futures-sink v0.3.30 |
602 | 2024-06-25T03:15:00.658Z | Compiling spin v0.9.8 |
603 | 2024-06-25T03:15:00.908Z | Compiling semver v1.0.23 |
604 | 2024-06-25T03:15:00.941Z | Compiling untrusted v0.9.0 |
605 | 2024-06-25T03:15:01.116Z | Compiling equivalent v1.0.1 |
606 | 2024-06-25T03:15:01.371Z | Compiling fnv v1.0.7 |
607 | 2024-06-25T03:15:01.427Z | Compiling futures-channel v0.3.30 |
608 | 2024-06-25T03:15:01.502Z | Compiling futures-task v0.3.30 |
609 | 2024-06-25T03:15:01.673Z | Compiling futures-io v0.3.30 |
610 | 2024-06-25T03:15:01.689Z | Compiling vcpkg v0.2.15 |
611 | 2024-06-25T03:15:01.798Z | Compiling pin-utils v0.1.0 |
612 | 2024-06-25T03:15:01.873Z | Compiling pkg-config v0.3.30 |
613 | 2024-06-25T03:15:02.107Z | Compiling iana-time-zone v0.1.60 |
614 | 2024-06-25T03:15:02.135Z | Compiling ucd-trie v0.1.6 |
615 | 2024-06-25T03:15:02.629Z | Compiling http v0.2.12 |
616 | 2024-06-25T03:15:02.978Z | Compiling heck v0.5.0 |
617 | 2024-06-25T03:15:03.103Z | Compiling httparse v1.9.4 |
618 | 2024-06-25T03:15:03.395Z | Compiling openssl-sys v0.9.102 |
619 | 2024-06-25T03:15:03.414Z | Compiling dyn-clone v1.0.17 |
620 | 2024-06-25T03:15:03.887Z | Compiling tracing-core v0.1.32 |
621 | 2024-06-25T03:15:04.076Z | Compiling chrono v0.4.38 |
622 | 2024-06-25T03:15:04.186Z | Compiling uuid v1.9.1 |
623 | 2024-06-25T03:15:04.680Z | Compiling tracing v0.1.40 |
624 | 2024-06-25T03:15:05.347Z | Compiling serde_derive_internals v0.29.1 |
625 | 2024-06-25T03:15:06.359Z | Compiling openssl v0.10.64 |
626 | 2024-06-25T03:15:06.772Z | Compiling try-lock v0.2.5 |
627 | 2024-06-25T03:15:06.913Z | Compiling foreign-types-shared v0.1.1 |
628 | 2024-06-25T03:15:07.006Z | Compiling slog v2.7.0 |
629 | 2024-06-25T03:15:07.072Z | Compiling foreign-types v0.3.2 |
630 | 2024-06-25T03:15:07.151Z | Compiling want v0.3.1 |
631 | 2024-06-25T03:15:07.464Z | Compiling http-body v0.4.6 |
632 | 2024-06-25T03:15:07.544Z | Compiling aho-corasick v1.1.3 |
633 | 2024-06-25T03:15:07.695Z | Compiling percent-encoding v2.3.1 |
634 | 2024-06-25T03:15:07.952Z | Compiling bitflags v2.6.0 |
635 | 2024-06-25T03:15:08.150Z | Compiling tinyvec_macros v0.1.1 |
636 | 2024-06-25T03:15:08.232Z | Compiling rustls v0.21.12 |
637 | 2024-06-25T03:15:08.293Z | Compiling native-tls v0.2.12 |
638 | 2024-06-25T03:15:08.520Z | Compiling tower-service v0.3.2 |
639 | 2024-06-25T03:15:08.633Z | Compiling regex-syntax v0.8.4 |
640 | 2024-06-25T03:15:08.647Z | Compiling httpdate v1.0.3 |
641 | 2024-06-25T03:15:08.833Z | Compiling typenum v1.17.0 |
642 | 2024-06-25T03:15:09.144Z | Compiling tinyvec v1.6.0 |
643 | 2024-06-25T03:15:09.404Z | Compiling form_urlencoded v1.2.1 |
644 | 2024-06-25T03:15:10.031Z | Compiling generic-array v0.14.7 |
645 | 2024-06-25T03:15:10.350Z | Compiling openssl-probe v0.1.5 |
646 | 2024-06-25T03:15:10.811Z | Compiling unicode-normalization v0.1.23 |
647 | 2024-06-25T03:15:11.068Z | Compiling serde_derive v1.0.203 |
648 | 2024-06-25T03:15:11.247Z | Compiling zerocopy-derive v0.7.34 |
649 | 2024-06-25T03:15:11.682Z | Compiling thiserror-impl v1.0.61 |
650 | 2024-06-25T03:15:12.068Z | Compiling schemars_derive v0.8.21 |
651 | 2024-06-25T03:15:12.079Z | Compiling tokio-macros v2.3.0 |
652 | 2024-06-25T03:15:13.361Z | Compiling zerocopy v0.7.34 |
653 | 2024-06-25T03:15:14.558Z | Compiling tokio v1.38.0 |
654 | 2024-06-25T03:15:14.715Z | Compiling futures-macro v0.3.30 |
655 | 2024-06-25T03:15:15.141Z | Compiling pest v2.7.10 |
656 | 2024-06-25T03:15:15.604Z | Compiling hashbrown v0.14.5 |
657 | 2024-06-25T03:15:16.739Z | Compiling futures-util v0.3.30 |
658 | 2024-06-25T03:15:17.327Z | Compiling regress v0.10.0 |
659 | 2024-06-25T03:15:17.450Z | Compiling openssl-macros v0.1.1 |
660 | 2024-06-25T03:15:17.893Z | Compiling pest_meta v2.7.10 |
661 | 2024-06-25T03:15:22.125Z | Compiling pest_generator v2.7.10 |
662 | 2024-06-25T03:15:22.277Z | Compiling sct v0.7.1 |
663 | 2024-06-25T03:15:22.787Z | Compiling rustls-webpki v0.101.7 |
664 | 2024-06-25T03:15:23.843Z | Compiling tokio-util v0.7.11 |
665 | 2024-06-25T03:15:23.959Z | Compiling pest_derive v2.7.10 |
666 | 2024-06-25T03:15:24.839Z | Compiling regex-automata v0.4.7 |
667 | 2024-06-25T03:15:26.164Z | Compiling indexmap v2.2.6 |
668 | 2024-06-25T03:15:27.132Z | Compiling serde_tokenstream v0.2.1 |
669 | 2024-06-25T03:15:30.073Z | Compiling h2 v0.3.26 |
670 | 2024-06-25T03:15:32.405Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
671 | 2024-06-25T03:15:33.178Z | Compiling regex v1.10.5 |
672 | 2024-06-25T03:15:35.541Z | Compiling hyper v0.14.29 |
673 | 2024-06-25T03:15:37.959Z | Compiling scroll_derive v0.12.0 |
674 | 2024-06-25T03:15:44.194Z | Compiling usdt-impl v0.5.0 |
675 | 2024-06-25T03:15:44.553Z | Compiling encoding_rs v0.8.34 |
676 | 2024-06-25T03:15:44.916Z | Compiling powerfmt v0.2.0 |
677 | 2024-06-25T03:15:45.259Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
678 | 2024-06-25T03:15:45.396Z | Compiling unicode-bidi v0.3.15 |
679 | 2024-06-25T03:15:46.009Z | Compiling time-core v0.1.2 |
680 | 2024-06-25T03:15:48.691Z | Compiling mime v0.3.17 |
681 | 2024-06-25T03:15:49.344Z | Compiling num-conv v0.1.0 |
682 | 2024-06-25T03:15:49.623Z | Compiling time-macros v0.2.18 |
683 | 2024-06-25T03:15:49.744Z | Compiling idna v0.5.0 |
684 | 2024-06-25T03:15:53.158Z | Compiling deranged v0.3.11 |
685 | 2024-06-25T03:15:54.436Z | Compiling scroll v0.12.0 |
686 | 2024-06-25T03:15:55.023Z | Compiling tokio-native-tls v0.3.1 |
687 | 2024-06-25T03:15:55.036Z | Compiling tokio-rustls v0.24.1 |
688 | 2024-06-25T03:15:55.260Z | Compiling dof v0.3.0 |
689 | 2024-06-25T03:15:55.299Z | Compiling serde_urlencoded v0.7.1 |
690 | 2024-06-25T03:15:55.394Z | Compiling dtrace-parser v0.2.0 |
691 | 2024-06-25T03:15:56.169Z | Compiling thread-id v4.2.1 |
692 | 2024-06-25T03:15:56.267Z | Compiling base64 v0.21.7 |
693 | 2024-06-25T03:15:58.558Z | Compiling strsim v0.11.1 |
694 | 2024-06-25T03:15:58.726Z | Compiling plain v0.2.3 |
695 | 2024-06-25T03:15:58.732Z | Compiling crossbeam-utils v0.8.20 |
696 | 2024-06-25T03:15:58.869Z | Compiling ident_case v1.0.1 |
697 | 2024-06-25T03:15:59.031Z | Compiling num_threads v0.1.7 |
698 | 2024-06-25T03:15:59.137Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-06-25T03:15:59.276Z | Compiling omicron-workspace-hack v0.1.0 |
700 | 2024-06-25T03:15:59.561Z | Compiling time v0.3.36 |
701 | 2024-06-25T03:16:00.591Z | Compiling darling_core v0.20.9 |
702 | 2024-06-25T03:16:04.356Z | Compiling goblin v0.8.2 |
703 | 2024-06-25T03:16:07.048Z | Compiling rustls-pemfile v1.0.4 |
704 | 2024-06-25T03:16:08.440Z | Compiling hyper-rustls v0.24.2 |
705 | 2024-06-25T03:16:08.869Z | Compiling hyper-tls v0.5.0 |
706 | 2024-06-25T03:16:09.190Z | Compiling url v2.5.2 |
707 | 2024-06-25T03:16:09.354Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
708 | 2024-06-25T03:16:09.407Z | Compiling openapiv3 v2.0.0 |
709 | 2024-06-25T03:16:09.980Z | Compiling dirs-sys-next v0.1.2 |
710 | 2024-06-25T03:16:11.554Z | Compiling pretty-hex v0.4.1 |
711 | 2024-06-25T03:16:11.774Z | Compiling paste v1.0.15 |
712 | 2024-06-25T03:16:12.258Z | Compiling sync_wrapper v0.1.2 |
713 | 2024-06-25T03:16:12.381Z | Compiling unsafe-libyaml v0.2.11 |
714 | 2024-06-25T03:16:13.810Z | Compiling rustversion v1.0.17 |
715 | 2024-06-25T03:16:14.164Z | Compiling webpki-roots v0.25.4 |
716 | 2024-06-25T03:16:14.290Z | Compiling ipnet v2.9.0 |
717 | 2024-06-25T03:16:14.461Z | Compiling rustls v0.22.4 |
718 | 2024-06-25T03:16:14.775Z | Compiling reqwest v0.11.27 |
719 | 2024-06-25T03:16:15.017Z | Compiling serde_yaml v0.9.34+deprecated |
720 | 2024-06-25T03:16:16.376Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
721 | 2024-06-25T03:16:17.111Z | Compiling dirs-next v2.0.0 |
722 | 2024-06-25T03:16:18.971Z | Compiling darling_macro v0.20.9 |
723 | 2024-06-25T03:16:20.241Z | Compiling rustls-webpki v0.102.4 |
724 | 2024-06-25T03:16:23.504Z | Compiling block-buffer v0.10.4 |
725 | 2024-06-25T03:16:23.709Z | Compiling crypto-common v0.1.6 |
726 | 2024-06-25T03:16:23.735Z | Compiling toml_datetime v0.6.6 |
727 | 2024-06-25T03:16:23.913Z | Compiling serde_spanned v0.6.6 |
728 | 2024-06-25T03:16:23.996Z | Compiling structmeta-derive v0.3.0 |
729 | 2024-06-25T03:16:24.155Z | Compiling rand_core v0.6.4 |
730 | 2024-06-25T03:16:24.514Z | Compiling multer v3.1.0 |
731 | 2024-06-25T03:16:24.624Z | Compiling thread_local v1.1.8 |
732 | 2024-06-25T03:16:24.830Z | Compiling slog-async v2.8.0 |
733 | 2024-06-25T03:16:24.855Z | Compiling anyhow v1.0.86 |
734 | 2024-06-25T03:16:25.078Z | Compiling winnow v0.6.13 |
735 | 2024-06-25T03:16:25.314Z | Compiling subtle v2.6.1 |
736 | 2024-06-25T03:16:25.390Z | Compiling camino v1.1.7 |
737 | 2024-06-25T03:16:25.397Z | Compiling zeroize v1.8.1 |
738 | 2024-06-25T03:16:25.570Z | Compiling match_cfg v0.1.0 |
739 | 2024-06-25T03:16:25.652Z | Compiling ppv-lite86 v0.2.17 |
740 | 2024-06-25T03:16:25.714Z | Compiling hostname v0.3.1 |
741 | 2024-06-25T03:16:26.456Z | Compiling rand_chacha v0.3.1 |
742 | 2024-06-25T03:16:26.844Z | Compiling structmeta v0.3.0 |
743 | 2024-06-25T03:16:27.229Z | Compiling crossbeam-channel v0.5.13 |
744 | 2024-06-25T03:16:27.236Z | Compiling digest v0.10.7 |
745 | 2024-06-25T03:16:27.642Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
746 | 2024-06-25T03:16:28.992Z | Compiling toml_edit v0.22.14 |
747 | 2024-06-25T03:16:29.400Z | Compiling darling v0.20.9 |
748 | 2024-06-25T03:16:29.501Z | Compiling term v0.7.0 |
749 | 2024-06-25T03:16:35.537Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
750 | 2024-06-25T03:16:37.895Z | Compiling usdt-attr-macro v0.5.0 |
751 | 2024-06-25T03:16:38.737Z | Compiling usdt-macro v0.5.0 |
752 | 2024-06-25T03:16:39.396Z | Compiling slog-json v2.6.1 |
753 | 2024-06-25T03:16:39.883Z | Compiling futures-executor v0.3.30 |
754 | 2024-06-25T03:16:40.044Z | Compiling async-stream-impl v0.3.5 |
755 | 2024-06-25T03:16:41.205Z | Compiling http v1.1.0 |
756 | 2024-06-25T03:16:41.453Z | Compiling memmap v0.7.0 |
757 | 2024-06-25T03:16:41.902Z | Compiling is-terminal v0.4.12 |
758 | 2024-06-25T03:16:42.021Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
759 | 2024-06-25T03:16:42.322Z | Compiling cpufeatures v0.2.12 |
760 | 2024-06-25T03:16:42.409Z | Compiling take_mut v0.2.2 |
761 | 2024-06-25T03:16:42.562Z | Compiling atomic-waker v1.1.2 |
762 | 2024-06-25T03:16:42.735Z | Compiling base64 v0.22.1 |
763 | 2024-06-25T03:16:43.791Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
764 | 2024-06-25T03:16:43.833Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
765 | 2024-06-25T03:16:44.017Z | Compiling rustls-pemfile v2.1.2 |
766 | 2024-06-25T03:16:44.793Z | Compiling waitgroup v0.1.2 |
767 | 2024-06-25T03:16:45.889Z | Compiling sha1 v0.10.6 |
768 | 2024-06-25T03:16:46.726Z | Compiling slog-term v2.9.1 |
769 | 2024-06-25T03:16:47.072Z | Compiling usdt v0.5.0 |
770 | 2024-06-25T03:16:48.675Z | Compiling async-stream v0.3.5 |
771 | 2024-06-25T03:16:48.732Z | Compiling futures v0.3.30 |
772 | 2024-06-25T03:16:48.918Z | Compiling slog-bunyan v2.5.0 |
773 | 2024-06-25T03:16:49.011Z | Compiling strum_macros v0.26.4 |
774 | 2024-06-25T03:16:49.176Z | Compiling toml v0.8.14 |
775 | 2024-06-25T03:16:49.695Z | Compiling tokio-rustls v0.25.0 |
776 | 2024-06-25T03:16:50.124Z | Compiling serde_with_macros v3.8.1 |
777 | 2024-06-25T03:16:53.034Z | Compiling parse-display-derive v0.9.1 |
778 | 2024-06-25T03:16:53.983Z | Compiling rand v0.8.5 |
779 | 2024-06-25T03:16:56.932Z | Compiling ipnetwork v0.20.0 |
780 | 2024-06-25T03:16:57.283Z | Compiling newtype-uuid v1.1.0 |
781 | 2024-06-25T03:16:57.286Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
782 | 2024-06-25T03:16:57.513Z | Compiling serde_path_to_error v0.1.16 |
783 | 2024-06-25T03:16:57.604Z | Compiling hex v0.4.3 |
784 | 2024-06-25T03:16:58.254Z | Compiling async-trait v0.1.80 |
785 | 2024-06-25T03:16:58.555Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
786 | 2024-06-25T03:16:59.378Z | Compiling hostname v0.4.0 |
787 | 2024-06-25T03:16:59.618Z | Compiling instant v0.1.13 |
788 | 2024-06-25T03:16:59.772Z | Compiling debug-ignore v1.0.5 |
789 | 2024-06-25T03:16:59.897Z | Compiling backoff v0.4.0 |
790 | 2024-06-25T03:16:59.922Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-06-25T03:17:00.114Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
792 | 2024-06-25T03:17:00.230Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
793 | 2024-06-25T03:17:00.280Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
794 | 2024-06-25T03:17:00.504Z | Compiling parse-display v0.9.1 |
795 | 2024-06-25T03:17:01.901Z | Compiling strum v0.26.3 |
796 | 2024-06-25T03:17:02.082Z | Compiling serde_with v3.8.1 |
797 | 2024-06-25T03:17:02.582Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
798 | 2024-06-25T03:17:03.394Z | Compiling macaddr v1.0.1 |
799 | 2024-06-25T03:17:04.001Z | Compiling regress v0.9.1 |
800 | 2024-06-25T03:17:08.750Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
801 | 2024-06-25T03:17:17.804Z | Compiling test-project v0.1.0 (/tmp/test-project) |
802 | 2024-06-25T03:17:25.709Z | Finished `release` profile [optimized] target(s) in 2m 29s |
803 | 2024-06-25T03:17:25.757Z | process exited: duration 223840 ms, exit code 0 |
|
804 | 2024-06-25T03:17:25.762Z | found 0 output files |