|
|
|
1 | 2024-06-20T20:17:21.324Z | job assigned to worker 01J0VMNTJJTW91SGN5BMNWRTJV (queued for 1 m 11 s) |
|
2 | 2024-06-20T20:17:28.784Z | starting task 0: "setup" |
3 | 2024-06-20T20:17:28.841Z | ++ uname -s |
4 | 2024-06-20T20:17:28.844Z | + kern=SunOS |
5 | 2024-06-20T20:17:28.844Z | + case "$kern" in |
6 | 2024-06-20T20:17:28.844Z | + groupadd -g 12345 build |
7 | 2024-06-20T20:17:28.846Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T20:17:30.855Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T20:17:30.965Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T20:17:30.967Z | + home_fs=zfs |
11 | 2024-06-20T20:17:30.967Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T20:17:30.967Z | + mkdir -p /home/build |
13 | 2024-06-20T20:17:30.970Z | + chown build:build /home/build /work |
14 | 2024-06-20T20:17:32.971Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T20:17:32.976Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2024-06-20T20:17:32.982Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T20:17:32.987Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T20:17:32.987Z | ' 1.78.0 |
19 | 2024-06-20T20:17:32.987Z | * toolchain channel = "1.78.0" |
20 | 2024-06-20T20:17:32.987Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-20T20:17:32.987Z | ' default |
22 | 2024-06-20T20:17:32.987Z | * toolchain profile = "default" |
23 | 2024-06-20T20:17:32.990Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T20:17:32.990Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-20T20:17:33.103Z | info: downloading installer |
26 | 2024-06-20T20:17:34.643Z | info: profile set to 'default' |
27 | 2024-06-20T20:17:34.643Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T20:17:34.645Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-20T20:17:34.775Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-20T20:17:34.775Z | info: downloading component 'cargo' |
31 | 2024-06-20T20:17:35.489Z | info: downloading component 'clippy' |
32 | 2024-06-20T20:17:35.729Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T20:17:36.682Z | info: downloading component 'rust-std' |
34 | 2024-06-20T20:17:38.210Z | info: downloading component 'rustc' |
35 | 2024-06-20T20:17:42.116Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T20:17:42.324Z | info: installing component 'cargo' |
37 | 2024-06-20T20:17:43.137Z | info: installing component 'clippy' |
38 | 2024-06-20T20:17:43.494Z | info: installing component 'rust-docs' |
39 | 2024-06-20T20:17:45.004Z | info: installing component 'rust-std' |
40 | 2024-06-20T20:17:46.709Z | info: installing component 'rustc' |
41 | 2024-06-20T20:17:50.895Z | info: installing component 'rustfmt' |
42 | 2024-06-20T20:17:51.228Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-20T20:17:51.228Z | |
44 | 2024-06-20T20:17:51.491Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-20T20:17:51.491Z | |
46 | 2024-06-20T20:17:51.494Z | |
47 | 2024-06-20T20:17:51.494Z | Rust is installed now. Great! |
48 | 2024-06-20T20:17:51.494Z | |
49 | 2024-06-20T20:17:51.494Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T20:17:51.494Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T20:17:51.494Z | |
52 | 2024-06-20T20:17:51.494Z | To configure your current shell, you need to source |
53 | 2024-06-20T20:17:51.494Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T20:17:51.494Z | |
55 | 2024-06-20T20:17:51.494Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T20:17:51.494Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T20:17:51.494Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T20:17:51.587Z | + rustc --version |
59 | 2024-06-20T20:17:51.648Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-20T20:17:51.651Z | process exited: duration 18664 ms, exit code 0 |
|
61 | 2024-06-20T20:17:51.656Z | starting task 2: "authentication" |
62 | 2024-06-20T20:17:51.677Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-20T20:17:51.683Z | starting task 3: "clone repository" |
64 | 2024-06-20T20:17:51.687Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-20T20:17:51.693Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-20T20:17:52.048Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-20T20:17:57.975Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-20T20:17:57.975Z | + git fetch origin 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
69 | 2024-06-20T20:17:58.200Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-20T20:17:58.200Z | * branch 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 -> FETCH_HEAD |
71 | 2024-06-20T20:17:58.211Z | + [[ -n iliana/workspace-members ]] |
72 | 2024-06-20T20:17:58.213Z | ++ git branch --show-current |
73 | 2024-06-20T20:17:58.214Z | + current=main |
74 | 2024-06-20T20:17:58.214Z | + [[ main != iliana/workspace-members ]] |
75 | 2024-06-20T20:17:58.214Z | + git branch -f iliana/workspace-members 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
76 | 2024-06-20T20:17:58.216Z | + git checkout -f iliana/workspace-members |
77 | 2024-06-20T20:17:58.289Z | Switched to branch 'iliana/workspace-members' |
78 | 2024-06-20T20:17:58.292Z | + git reset --hard 2c8b77b11f0e64c6edae6a226ee7f75a054dd863 |
79 | 2024-06-20T20:17:58.360Z | HEAD is now at 2c8b77b11 --keep-goin't |
80 | 2024-06-20T20:17:58.363Z | process exited: duration 6676 ms, exit code 0 |
|
81 | 2024-06-20T20:17:58.369Z | starting task 4: "build" |
82 | 2024-06-20T20:17:58.374Z | + cargo --version |
83 | 2024-06-20T20:17:58.427Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-20T20:17:58.430Z | + rustc --version |
85 | 2024-06-20T20:17:58.482Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-20T20:17:58.486Z | + cd /tmp |
87 | 2024-06-20T20:17:58.486Z | + cargo new --lib test-project |
88 | 2024-06-20T20:17:58.537Z | Creating library `test-project` package |
89 | 2024-06-20T20:17:58.608Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-20T20:17:58.610Z | + cd test-project |
91 | 2024-06-20T20:17:58.610Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-20T20:17:58.663Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-20T20:17:58.663Z | Features: |
94 | 2024-06-20T20:17:58.663Z | - proptest |
95 | 2024-06-20T20:17:58.663Z | - test-strategy |
96 | 2024-06-20T20:17:58.663Z | - testing |
97 | 2024-06-20T20:17:58.666Z | Updating crates.io index |
98 | 2024-06-20T20:17:58.931Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-20T20:17:59.617Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-20T20:18:00.386Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-20T20:18:00.656Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-20T20:18:02.829Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-20T20:18:03.137Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-20T20:18:03.432Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-20T20:18:06.056Z | + cargo check |
106 | 2024-06-20T20:18:06.256Z | Downloading crates ... |
107 | 2024-06-20T20:18:06.363Z | Downloaded foreign-types-shared v0.1.1 |
108 | 2024-06-20T20:18:06.371Z | Downloaded async-stream-impl v0.3.5 |
109 | 2024-06-20T20:18:06.378Z | Downloaded openssl-probe v0.1.5 |
110 | 2024-06-20T20:18:06.382Z | Downloaded dtrace-parser v0.2.0 |
111 | 2024-06-20T20:18:06.385Z | Downloaded omicron-workspace-hack v0.1.0 |
112 | 2024-06-20T20:18:06.388Z | Downloaded equivalent v1.0.1 |
113 | 2024-06-20T20:18:06.388Z | Downloaded usdt-attr-macro v0.5.0 |
114 | 2024-06-20T20:18:06.391Z | Downloaded darling_macro v0.20.9 |
115 | 2024-06-20T20:18:06.391Z | Downloaded waitgroup v0.1.2 |
116 | 2024-06-20T20:18:06.394Z | Downloaded usdt-macro v0.5.0 |
117 | 2024-06-20T20:18:06.394Z | Downloaded instant v0.1.13 |
118 | 2024-06-20T20:18:06.397Z | Downloaded num_threads v0.1.7 |
119 | 2024-06-20T20:18:06.401Z | Downloaded scroll_derive v0.12.0 |
120 | 2024-06-20T20:18:06.404Z | Downloaded foreign-types v0.3.2 |
121 | 2024-06-20T20:18:06.414Z | Downloaded http-body v0.4.6 |
122 | 2024-06-20T20:18:06.416Z | Downloaded hostname v0.4.0 |
123 | 2024-06-20T20:18:06.417Z | Downloaded debug-ignore v1.0.5 |
124 | 2024-06-20T20:18:06.419Z | Downloaded untrusted v0.9.0 |
125 | 2024-06-20T20:18:06.419Z | Downloaded sync_wrapper v0.1.2 |
126 | 2024-06-20T20:18:06.422Z | Downloaded match_cfg v0.1.0 |
127 | 2024-06-20T20:18:06.422Z | Downloaded ident_case v1.0.1 |
128 | 2024-06-20T20:18:06.422Z | Downloaded futures-io v0.3.30 |
129 | 2024-06-20T20:18:06.425Z | Downloaded take_mut v0.2.2 |
130 | 2024-06-20T20:18:06.425Z | Downloaded num-conv v0.1.0 |
131 | 2024-06-20T20:18:06.425Z | Downloaded pretty-hex v0.4.1 |
132 | 2024-06-20T20:18:06.425Z | Downloaded is-terminal v0.4.12 |
133 | 2024-06-20T20:18:06.428Z | Downloaded fnv v1.0.7 |
134 | 2024-06-20T20:18:06.428Z | Downloaded percent-encoding v2.3.1 |
135 | 2024-06-20T20:18:06.431Z | Downloaded hex v0.4.3 |
136 | 2024-06-20T20:18:06.431Z | Downloaded getopts v0.2.21 |
137 | 2024-06-20T20:18:06.434Z | Downloaded httpdate v1.0.3 |
138 | 2024-06-20T20:18:06.434Z | Downloaded futures-core v0.3.30 |
139 | 2024-06-20T20:18:06.434Z | Downloaded rand_chacha v0.3.1 |
140 | 2024-06-20T20:18:06.437Z | Downloaded powerfmt v0.2.0 |
141 | 2024-06-20T20:18:06.437Z | Downloaded slab v0.4.9 |
142 | 2024-06-20T20:18:06.440Z | Downloaded futures-executor v0.3.30 |
143 | 2024-06-20T20:18:06.440Z | Downloaded serde_spanned v0.6.6 |
144 | 2024-06-20T20:18:06.443Z | Downloaded pkg-config v0.3.30 |
145 | 2024-06-20T20:18:06.443Z | Downloaded parse-display-derive v0.9.1 |
146 | 2024-06-20T20:18:06.443Z | Downloaded slog-json v2.6.1 |
147 | 2024-06-20T20:18:06.446Z | Downloaded serde_tokenstream v0.2.1 |
148 | 2024-06-20T20:18:06.450Z | Downloaded slog-async v2.8.0 |
149 | 2024-06-20T20:18:06.450Z | Downloaded atomic-waker v1.1.2 |
150 | 2024-06-20T20:18:06.453Z | Downloaded rustversion v1.0.17 |
151 | 2024-06-20T20:18:06.453Z | Downloaded rustls-pemfile v1.0.4 |
152 | 2024-06-20T20:18:06.456Z | Downloaded itoa v1.0.11 |
153 | 2024-06-20T20:18:06.456Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-06-20T20:18:06.456Z | Downloaded heck v0.5.0 |
155 | 2024-06-20T20:18:06.459Z | Downloaded futures-macro v0.3.30 |
156 | 2024-06-20T20:18:06.459Z | Downloaded unicode-ident v1.0.12 |
157 | 2024-06-20T20:18:06.463Z | Downloaded ucd-trie v0.1.6 |
158 | 2024-06-20T20:18:06.466Z | Downloaded strsim v0.11.1 |
159 | 2024-06-20T20:18:06.466Z | Downloaded hostname v0.3.1 |
160 | 2024-06-20T20:18:06.466Z | Downloaded zerocopy-derive v0.7.34 |
161 | 2024-06-20T20:18:06.469Z | Downloaded pest_derive v2.7.10 |
162 | 2024-06-20T20:18:06.471Z | Downloaded structmeta-derive v0.3.0 |
163 | 2024-06-20T20:18:06.474Z | Downloaded mime v0.3.17 |
164 | 2024-06-20T20:18:06.474Z | Downloaded hyper-tls v0.5.0 |
165 | 2024-06-20T20:18:06.477Z | Downloaded pest_generator v2.7.10 |
166 | 2024-06-20T20:18:06.477Z | Downloaded want v0.3.1 |
167 | 2024-06-20T20:18:06.477Z | Downloaded tinyvec_macros v0.1.1 |
168 | 2024-06-20T20:18:06.479Z | Downloaded tower-service v0.3.2 |
169 | 2024-06-20T20:18:06.480Z | Downloaded time-core v0.1.2 |
170 | 2024-06-20T20:18:06.480Z | Downloaded strum v0.26.2 |
171 | 2024-06-20T20:18:06.482Z | Downloaded dof v0.3.0 |
172 | 2024-06-20T20:18:06.482Z | Downloaded dirs-sys-next v0.1.2 |
173 | 2024-06-20T20:18:06.482Z | Downloaded memmap v0.7.0 |
174 | 2024-06-20T20:18:06.487Z | Downloaded macaddr v1.0.1 |
175 | 2024-06-20T20:18:06.487Z | Downloaded futures-task v0.3.30 |
176 | 2024-06-20T20:18:06.491Z | Downloaded dyn-clone v1.0.17 |
177 | 2024-06-20T20:18:06.491Z | Downloaded num_cpus v1.16.0 |
178 | 2024-06-20T20:18:06.491Z | Downloaded async-trait v0.1.80 |
179 | 2024-06-20T20:18:06.494Z | Downloaded version_check v0.9.4 |
180 | 2024-06-20T20:18:06.497Z | Downloaded rand_core v0.6.4 |
181 | 2024-06-20T20:18:06.497Z | Downloaded quote v1.0.36 |
182 | 2024-06-20T20:18:06.500Z | Downloaded getrandom v0.2.15 |
183 | 2024-06-20T20:18:06.503Z | Downloaded paste v1.0.15 |
184 | 2024-06-20T20:18:06.505Z | Downloaded native-tls v0.2.12 |
185 | 2024-06-20T20:18:06.506Z | Downloaded sha2 v0.10.8 |
186 | 2024-06-20T20:18:06.508Z | Downloaded iana-time-zone v0.1.60 |
187 | 2024-06-20T20:18:06.511Z | Downloaded pin-project-lite v0.2.14 |
188 | 2024-06-20T20:18:06.514Z | Downloaded strum_macros v0.26.4 |
189 | 2024-06-20T20:18:06.517Z | Downloaded plain v0.2.3 |
190 | 2024-06-20T20:18:06.517Z | Downloaded parse-display v0.9.1 |
191 | 2024-06-20T20:18:06.519Z | Downloaded zeroize v1.8.1 |
192 | 2024-06-20T20:18:06.519Z | Downloaded usdt-impl v0.5.0 |
193 | 2024-06-20T20:18:06.522Z | Downloaded rustls-pki-types v1.7.0 |
194 | 2024-06-20T20:18:06.524Z | Downloaded futures-channel v0.3.30 |
195 | 2024-06-20T20:18:06.525Z | Downloaded hyper-rustls v0.24.2 |
196 | 2024-06-20T20:18:06.527Z | Downloaded parking_lot_core v0.9.10 |
197 | 2024-06-20T20:18:06.530Z | Downloaded thread_local v1.1.8 |
198 | 2024-06-20T20:18:06.530Z | Downloaded try-lock v0.2.5 |
199 | 2024-06-20T20:18:06.533Z | Downloaded slog-term v2.9.1 |
200 | 2024-06-20T20:18:06.533Z | Downloaded serde_urlencoded v0.7.1 |
201 | 2024-06-20T20:18:06.535Z | Downloaded pin-utils v0.1.0 |
202 | 2024-06-20T20:18:06.535Z | Downloaded signal-hook-registry v1.4.2 |
203 | 2024-06-20T20:18:06.538Z | Downloaded tokio-macros v2.3.0 |
204 | 2024-06-20T20:18:06.538Z | Downloaded sha1 v0.10.6 |
205 | 2024-06-20T20:18:06.541Z | Downloaded lock_api v0.4.12 |
206 | 2024-06-20T20:18:06.541Z | Downloaded num-traits v0.2.19 |
207 | 2024-06-20T20:18:06.543Z | Downloaded log v0.4.21 |
208 | 2024-06-20T20:18:06.546Z | Downloaded subtle v2.6.0 |
209 | 2024-06-20T20:18:06.546Z | Downloaded structmeta v0.3.0 |
210 | 2024-06-20T20:18:06.549Z | Downloaded indexmap v1.9.3 |
211 | 2024-06-20T20:18:06.552Z | Downloaded darling v0.20.9 |
212 | 2024-06-20T20:18:06.554Z | Downloaded camino v1.1.7 |
213 | 2024-06-20T20:18:06.557Z | Downloaded semver v1.0.23 |
214 | 2024-06-20T20:18:06.562Z | Downloaded bytes v1.6.0 |
215 | 2024-06-20T20:18:06.564Z | Downloaded ahash v0.8.11 |
216 | 2024-06-20T20:18:06.564Z | Downloaded tokio-native-tls v0.3.1 |
217 | 2024-06-20T20:18:06.567Z | Downloaded once_cell v1.19.0 |
218 | 2024-06-20T20:18:06.569Z | Downloaded multer v3.1.0 |
219 | 2024-06-20T20:18:06.572Z | Downloaded thiserror v1.0.61 |
220 | 2024-06-20T20:18:06.575Z | Downloaded url v2.5.2 |
221 | 2024-06-20T20:18:06.578Z | Downloaded ipnet v2.9.0 |
222 | 2024-06-20T20:18:06.581Z | Downloaded toml_datetime v0.6.6 |
223 | 2024-06-20T20:18:06.581Z | Downloaded serde_derive_internals v0.29.1 |
224 | 2024-06-20T20:18:06.583Z | Downloaded scroll v0.12.0 |
225 | 2024-06-20T20:18:06.583Z | Downloaded parking_lot v0.12.3 |
226 | 2024-06-20T20:18:06.586Z | Downloaded unicode-bidi v0.3.15 |
227 | 2024-06-20T20:18:06.589Z | Downloaded smallvec v1.13.2 |
228 | 2024-06-20T20:18:06.589Z | Downloaded allocator-api2 v0.2.18 |
229 | 2024-06-20T20:18:06.591Z | Downloaded time-macros v0.2.18 |
230 | 2024-06-20T20:18:06.594Z | Downloaded proc-macro2 v1.0.85 |
231 | 2024-06-20T20:18:06.597Z | Downloaded socket2 v0.5.7 |
232 | 2024-06-20T20:18:06.600Z | Downloaded schemars v0.8.21 |
233 | 2024-06-20T20:18:06.608Z | Downloaded term v0.7.0 |
234 | 2024-06-20T20:18:06.611Z | Downloaded serde_yaml v0.9.34+deprecated |
235 | 2024-06-20T20:18:06.614Z | Downloaded toml v0.8.14 |
236 | 2024-06-20T20:18:06.617Z | Downloaded typenum v1.17.0 |
237 | 2024-06-20T20:18:06.620Z | Downloaded tokio-rustls v0.25.0 |
238 | 2024-06-20T20:18:06.623Z | Downloaded spin v0.9.8 |
239 | 2024-06-20T20:18:06.626Z | Downloaded slog v2.7.0 |
240 | 2024-06-20T20:18:06.626Z | Downloaded sct v0.7.1 |
241 | 2024-06-20T20:18:06.629Z | Downloaded cc v1.0.99 |
242 | 2024-06-20T20:18:06.631Z | Downloaded base64 v0.22.1 |
243 | 2024-06-20T20:18:06.635Z | Downloaded serde_derive v1.0.203 |
244 | 2024-06-20T20:18:06.638Z | Downloaded ryu v1.0.18 |
245 | 2024-06-20T20:18:06.641Z | Downloaded pest_meta v2.7.10 |
246 | 2024-06-20T20:18:06.643Z | Downloaded tinyvec v1.6.0 |
247 | 2024-06-20T20:18:06.646Z | Downloaded tokio-rustls v0.24.1 |
248 | 2024-06-20T20:18:06.649Z | Downloaded crossbeam-utils v0.8.20 |
249 | 2024-06-20T20:18:06.649Z | Downloaded crossbeam-channel v0.5.13 |
250 | 2024-06-20T20:18:06.653Z | Downloaded serde_with_macros v3.8.1 |
251 | 2024-06-20T20:18:06.656Z | Downloaded http v0.2.12 |
252 | 2024-06-20T20:18:06.658Z | Downloaded mio v0.8.11 |
253 | 2024-06-20T20:18:06.663Z | Downloaded rand v0.8.5 |
254 | 2024-06-20T20:18:06.666Z | Downloaded tracing-core v0.1.32 |
255 | 2024-06-20T20:18:06.669Z | Downloaded serde v1.0.203 |
256 | 2024-06-20T20:18:06.672Z | Downloaded memchr v2.7.4 |
257 | 2024-06-20T20:18:06.677Z | Downloaded http v1.1.0 |
258 | 2024-06-20T20:18:06.681Z | Downloaded hashbrown v0.12.3 |
259 | 2024-06-20T20:18:06.685Z | Downloaded unicode-normalization v0.1.23 |
260 | 2024-06-20T20:18:06.690Z | Downloaded tracing v0.1.40 |
261 | 2024-06-20T20:18:06.693Z | Downloaded indexmap v2.2.6 |
262 | 2024-06-20T20:18:06.696Z | Downloaded base64 v0.21.7 |
263 | 2024-06-20T20:18:06.699Z | Downloaded openssl-sys v0.9.102 |
264 | 2024-06-20T20:18:06.704Z | Downloaded darling_core v0.20.9 |
265 | 2024-06-20T20:18:06.708Z | Downloaded pest v2.7.10 |
266 | 2024-06-20T20:18:06.712Z | Downloaded tokio-util v0.7.11 |
267 | 2024-06-20T20:18:06.718Z | Downloaded serde_with v3.8.1 |
268 | 2024-06-20T20:18:06.725Z | Downloaded time v0.3.36 |
269 | 2024-06-20T20:18:06.732Z | Downloaded serde_json v1.0.117 |
270 | 2024-06-20T20:18:06.738Z | Downloaded h2 v0.3.26 |
271 | 2024-06-20T20:18:06.744Z | Downloaded reqwest v0.11.27 |
272 | 2024-06-20T20:18:06.751Z | Downloaded zerocopy v0.7.34 |
273 | 2024-06-20T20:18:06.766Z | Downloaded aho-corasick v1.1.3 |
274 | 2024-06-20T20:18:06.771Z | Downloaded rustls-webpki v0.101.7 |
275 | 2024-06-20T20:18:06.784Z | Downloaded openssl v0.10.64 |
276 | 2024-06-20T20:18:06.792Z | Downloaded hyper v0.14.29 |
277 | 2024-06-20T20:18:06.801Z | Downloaded idna v0.5.0 |
278 | 2024-06-20T20:18:06.806Z | Downloaded chrono v0.4.38 |
279 | 2024-06-20T20:18:06.812Z | Downloaded rustls-webpki v0.102.4 |
280 | 2024-06-20T20:18:06.829Z | Downloaded webpki-roots v0.25.4 |
281 | 2024-06-20T20:18:06.832Z | Downloaded regex v1.10.5 |
282 | 2024-06-20T20:18:06.844Z | Downloaded openapiv3 v2.0.0 |
283 | 2024-06-20T20:18:06.854Z | Downloaded vcpkg v0.2.15 |
284 | 2024-06-20T20:18:06.889Z | Downloaded rustls v0.21.12 |
285 | 2024-06-20T20:18:06.899Z | Downloaded syn v2.0.66 |
286 | 2024-06-20T20:18:06.909Z | Downloaded regex-syntax v0.8.4 |
287 | 2024-06-20T20:18:06.916Z | Downloaded rustls v0.22.4 |
288 | 2024-06-20T20:18:06.928Z | Downloaded unicode-width v0.1.13 |
289 | 2024-06-20T20:18:06.937Z | Downloaded tokio v1.38.0 |
290 | 2024-06-20T20:18:06.968Z | Downloaded libc v0.2.155 |
291 | 2024-06-20T20:18:06.994Z | Downloaded regex-automata v0.4.7 |
292 | 2024-06-20T20:18:07.007Z | Downloaded regress v0.10.0 |
293 | 2024-06-20T20:18:07.015Z | Downloaded encoding_rs v0.8.34 |
294 | 2024-06-20T20:18:07.033Z | Downloaded regress v0.9.1 |
295 | 2024-06-20T20:18:07.040Z | Downloaded winnow v0.6.13 |
296 | 2024-06-20T20:18:07.048Z | Downloaded goblin v0.8.2 |
297 | 2024-06-20T20:18:07.053Z | Downloaded futures-util v0.3.30 |
298 | 2024-06-20T20:18:07.063Z | Downloaded toml_edit v0.22.14 |
299 | 2024-06-20T20:18:07.083Z | Downloaded hashbrown v0.14.5 |
300 | 2024-06-20T20:18:07.088Z | Downloaded ppv-lite86 v0.2.17 |
301 | 2024-06-20T20:18:07.090Z | Downloaded bitflags v2.5.0 |
302 | 2024-06-20T20:18:07.093Z | Downloaded thiserror-impl v1.0.61 |
303 | 2024-06-20T20:18:07.095Z | Downloaded thread-id v4.2.1 |
304 | 2024-06-20T20:18:07.095Z | Downloaded rustls-pemfile v2.1.2 |
305 | 2024-06-20T20:18:07.098Z | Downloaded uuid v1.8.0 |
306 | 2024-06-20T20:18:07.101Z | Downloaded httparse v1.9.4 |
307 | 2024-06-20T20:18:07.101Z | Downloaded slog-bunyan v2.5.0 |
308 | 2024-06-20T20:18:07.103Z | Downloaded schemars_derive v0.8.21 |
309 | 2024-06-20T20:18:07.103Z | Downloaded serde_path_to_error v0.1.16 |
310 | 2024-06-20T20:18:07.106Z | Downloaded anyhow v1.0.86 |
311 | 2024-06-20T20:18:07.109Z | Downloaded futures v0.3.30 |
312 | 2024-06-20T20:18:07.112Z | Downloaded newtype-uuid v1.1.0 |
313 | 2024-06-20T20:18:07.114Z | Downloaded unsafe-libyaml v0.2.11 |
314 | 2024-06-20T20:18:07.117Z | Downloaded backoff v0.4.0 |
315 | 2024-06-20T20:18:07.117Z | Downloaded deranged v0.3.11 |
316 | 2024-06-20T20:18:07.119Z | Downloaded usdt v0.5.0 |
317 | 2024-06-20T20:18:07.120Z | Downloaded cfg-if v1.0.0 |
318 | 2024-06-20T20:18:07.120Z | Downloaded scopeguard v1.2.0 |
319 | 2024-06-20T20:18:07.122Z | Downloaded byteorder v1.5.0 |
320 | 2024-06-20T20:18:07.122Z | Downloaded ipnetwork v0.20.0 |
321 | 2024-06-20T20:18:07.125Z | Downloaded generic-array v0.14.7 |
322 | 2024-06-20T20:18:07.125Z | Downloaded async-stream v0.3.5 |
323 | 2024-06-20T20:18:07.131Z | Downloaded dirs-next v2.0.0 |
324 | 2024-06-20T20:18:07.131Z | Downloaded form_urlencoded v1.2.1 |
325 | 2024-06-20T20:18:07.131Z | Downloaded futures-sink v0.3.30 |
326 | 2024-06-20T20:18:07.131Z | Downloaded crypto-common v0.1.6 |
327 | 2024-06-20T20:18:07.131Z | Downloaded autocfg v1.3.0 |
328 | 2024-06-20T20:18:07.131Z | Downloaded digest v0.10.7 |
329 | 2024-06-20T20:18:07.135Z | Downloaded cpufeatures v0.2.12 |
330 | 2024-06-20T20:18:07.135Z | Downloaded block-buffer v0.10.4 |
331 | 2024-06-20T20:18:07.220Z | Downloaded ring v0.17.8 |
332 | 2024-06-20T20:18:07.402Z | Compiling proc-macro2 v1.0.85 |
333 | 2024-06-20T20:18:07.402Z | Compiling unicode-ident v1.0.12 |
334 | 2024-06-20T20:18:07.402Z | Compiling libc v0.2.155 |
335 | 2024-06-20T20:18:07.405Z | Checking cfg-if v1.0.0 |
336 | 2024-06-20T20:18:07.405Z | Compiling version_check v0.9.4 |
337 | 2024-06-20T20:18:07.415Z | Compiling autocfg v1.3.0 |
338 | 2024-06-20T20:18:07.417Z | Compiling serde v1.0.203 |
339 | 2024-06-20T20:18:07.418Z | Compiling serde_json v1.0.117 |
340 | 2024-06-20T20:18:07.505Z | Checking itoa v1.0.11 |
341 | 2024-06-20T20:18:07.612Z | Compiling thiserror v1.0.61 |
342 | 2024-06-20T20:18:07.693Z | Checking once_cell v1.19.0 |
343 | 2024-06-20T20:18:07.942Z | Compiling memchr v2.7.4 |
344 | 2024-06-20T20:18:08.058Z | Compiling ahash v0.8.11 |
345 | 2024-06-20T20:18:08.098Z | Compiling cc v1.0.99 |
346 | 2024-06-20T20:18:09.589Z | Checking byteorder v1.5.0 |
347 | 2024-06-20T20:18:09.606Z | Compiling num-traits v0.2.19 |
348 | 2024-06-20T20:18:09.896Z | Checking pin-project-lite v0.2.14 |
349 | 2024-06-20T20:18:09.995Z | Checking ryu v1.0.18 |
350 | 2024-06-20T20:18:10.064Z | Checking bytes v1.6.0 |
351 | 2024-06-20T20:18:10.097Z | Checking log v0.4.21 |
352 | 2024-06-20T20:18:10.197Z | Checking allocator-api2 v0.2.18 |
353 | 2024-06-20T20:18:10.245Z | Checking getrandom v0.2.15 |
354 | 2024-06-20T20:18:10.293Z | Compiling lock_api v0.4.12 |
355 | 2024-06-20T20:18:10.309Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-06-20T20:18:10.321Z | Compiling schemars v0.8.21 |
357 | 2024-06-20T20:18:10.441Z | Compiling quote v1.0.36 |
358 | 2024-06-20T20:18:10.445Z | Compiling ring v0.17.8 |
359 | 2024-06-20T20:18:10.675Z | Checking smallvec v1.13.2 |
360 | 2024-06-20T20:18:10.704Z | Checking futures-core v0.3.30 |
361 | 2024-06-20T20:18:10.741Z | Checking scopeguard v1.2.0 |
362 | 2024-06-20T20:18:10.793Z | Compiling syn v2.0.66 |
363 | 2024-06-20T20:18:10.800Z | Checking socket2 v0.5.7 |
364 | 2024-06-20T20:18:10.869Z | Checking signal-hook-registry v1.4.2 |
365 | 2024-06-20T20:18:11.045Z | Checking num_cpus v1.16.0 |
366 | 2024-06-20T20:18:11.105Z | Checking mio v0.8.11 |
367 | 2024-06-20T20:18:11.143Z | Compiling slab v0.4.9 |
368 | 2024-06-20T20:18:11.255Z | Checking futures-sink v0.3.30 |
369 | 2024-06-20T20:18:11.278Z | Checking spin v0.9.8 |
370 | 2024-06-20T20:18:11.337Z | Checking parking_lot v0.12.3 |
371 | 2024-06-20T20:18:11.374Z | Checking untrusted v0.9.0 |
372 | 2024-06-20T20:18:11.469Z | Checking equivalent v1.0.1 |
373 | 2024-06-20T20:18:11.508Z | Checking fnv v1.0.7 |
374 | 2024-06-20T20:18:11.540Z | Checking futures-channel v0.3.30 |
375 | 2024-06-20T20:18:11.616Z | Compiling pkg-config v0.3.30 |
376 | 2024-06-20T20:18:11.634Z | Checking pin-utils v0.1.0 |
377 | 2024-06-20T20:18:11.661Z | Compiling semver v1.0.23 |
378 | 2024-06-20T20:18:11.698Z | Compiling vcpkg v0.2.15 |
379 | 2024-06-20T20:18:11.771Z | Checking futures-io v0.3.30 |
380 | 2024-06-20T20:18:11.856Z | Checking futures-task v0.3.30 |
381 | 2024-06-20T20:18:11.996Z | Checking iana-time-zone v0.1.60 |
382 | 2024-06-20T20:18:12.047Z | Compiling ucd-trie v0.1.6 |
383 | 2024-06-20T20:18:12.120Z | Checking http v0.2.12 |
384 | 2024-06-20T20:18:12.514Z | Compiling httparse v1.9.4 |
385 | 2024-06-20T20:18:12.767Z | Compiling heck v0.5.0 |
386 | 2024-06-20T20:18:13.134Z | Checking dyn-clone v1.0.17 |
387 | 2024-06-20T20:18:13.264Z | Checking tracing-core v0.1.32 |
388 | 2024-06-20T20:18:13.295Z | Compiling openssl-sys v0.9.102 |
389 | 2024-06-20T20:18:13.411Z | Compiling uuid v1.8.0 |
390 | 2024-06-20T20:18:13.836Z | Compiling chrono v0.4.38 |
391 | 2024-06-20T20:18:13.866Z | Checking tracing v0.1.40 |
392 | 2024-06-20T20:18:13.911Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-06-20T20:18:13.991Z | Compiling openssl v0.10.64 |
394 | 2024-06-20T20:18:14.159Z | Checking try-lock v0.2.5 |
395 | 2024-06-20T20:18:14.216Z | Compiling slog v2.7.0 |
396 | 2024-06-20T20:18:14.249Z | Checking want v0.3.1 |
397 | 2024-06-20T20:18:14.376Z | Checking foreign-types v0.3.2 |
398 | 2024-06-20T20:18:14.394Z | Checking http-body v0.4.6 |
399 | 2024-06-20T20:18:14.456Z | Compiling aho-corasick v1.1.3 |
400 | 2024-06-20T20:18:14.701Z | Compiling regex-syntax v0.8.4 |
401 | 2024-06-20T20:18:15.765Z | Checking tower-service v0.3.2 |
402 | 2024-06-20T20:18:15.769Z | Compiling native-tls v0.2.12 |
403 | 2024-06-20T20:18:15.769Z | Checking percent-encoding v2.3.1 |
404 | 2024-06-20T20:18:15.769Z | Compiling typenum v1.17.0 |
405 | 2024-06-20T20:18:15.769Z | Compiling rustls v0.21.12 |
406 | 2024-06-20T20:18:15.769Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-06-20T20:18:15.791Z | Checking httpdate v1.0.3 |
408 | 2024-06-20T20:18:15.866Z | Checking bitflags v2.5.0 |
409 | 2024-06-20T20:18:16.005Z | Checking tinyvec v1.6.0 |
410 | 2024-06-20T20:18:16.100Z | Checking form_urlencoded v1.2.1 |
411 | 2024-06-20T20:18:16.315Z | Compiling generic-array v0.14.7 |
412 | 2024-06-20T20:18:16.718Z | Checking openssl-probe v0.1.5 |
413 | 2024-06-20T20:18:17.194Z | Checking unicode-normalization v0.1.23 |
414 | 2024-06-20T20:18:18.054Z | Compiling serde_derive_internals v0.29.1 |
415 | 2024-06-20T20:18:18.092Z | Compiling regex-automata v0.4.7 |
416 | 2024-06-20T20:18:18.708Z | Compiling usdt-impl v0.5.0 |
417 | 2024-06-20T20:18:18.950Z | Checking encoding_rs v0.8.34 |
418 | 2024-06-20T20:18:19.013Z | Checking powerfmt v0.2.0 |
419 | 2024-06-20T20:18:19.119Z | Compiling time-core v0.1.2 |
420 | 2024-06-20T20:18:19.259Z | Checking mime v0.3.17 |
421 | 2024-06-20T20:18:19.562Z | Checking unicode-bidi v0.3.15 |
422 | 2024-06-20T20:18:20.141Z | Compiling num-conv v0.1.0 |
423 | 2024-06-20T20:18:20.300Z | Checking idna v0.5.0 |
424 | 2024-06-20T20:18:20.311Z | Checking deranged v0.3.11 |
425 | 2024-06-20T20:18:20.402Z | Compiling time-macros v0.2.18 |
426 | 2024-06-20T20:18:21.129Z | Compiling thread-id v4.2.1 |
427 | 2024-06-20T20:18:22.089Z | Compiling regex v1.10.5 |
428 | 2024-06-20T20:18:22.412Z | Compiling unicode-width v0.1.13 |
429 | 2024-06-20T20:18:22.534Z | Checking rustls-pki-types v1.7.0 |
430 | 2024-06-20T20:18:22.849Z | Compiling strsim v0.11.1 |
431 | 2024-06-20T20:18:22.906Z | Checking rustls-webpki v0.101.7 |
432 | 2024-06-20T20:18:22.943Z | Checking sct v0.7.1 |
433 | 2024-06-20T20:18:23.042Z | Checking num_threads v0.1.7 |
434 | 2024-06-20T20:18:23.116Z | Checking base64 v0.21.7 |
435 | 2024-06-20T20:18:23.125Z | Compiling serde_derive v1.0.203 |
436 | 2024-06-20T20:18:23.140Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-06-20T20:18:23.477Z | Compiling thiserror-impl v1.0.61 |
438 | 2024-06-20T20:18:23.513Z | Compiling schemars_derive v0.8.21 |
439 | 2024-06-20T20:18:23.596Z | Compiling tokio-macros v2.3.0 |
440 | 2024-06-20T20:18:23.607Z | Compiling futures-macro v0.3.30 |
441 | 2024-06-20T20:18:25.234Z | Checking tokio v1.38.0 |
442 | 2024-06-20T20:18:25.290Z | Checking zerocopy v0.7.34 |
443 | 2024-06-20T20:18:25.733Z | Checking futures-util v0.3.30 |
444 | 2024-06-20T20:18:26.171Z | Compiling openssl-macros v0.1.1 |
445 | 2024-06-20T20:18:26.455Z | Compiling pest v2.7.10 |
446 | 2024-06-20T20:18:27.133Z | Checking hashbrown v0.14.5 |
447 | 2024-06-20T20:18:28.360Z | Compiling scroll_derive v0.12.0 |
448 | 2024-06-20T20:18:29.099Z | Compiling pest_meta v2.7.10 |
449 | 2024-06-20T20:18:29.202Z | Compiling regress v0.10.0 |
450 | 2024-06-20T20:18:29.856Z | Checking scroll v0.12.0 |
451 | 2024-06-20T20:18:30.306Z | Compiling ident_case v1.0.1 |
452 | 2024-06-20T20:18:30.458Z | Compiling pest_generator v2.7.10 |
453 | 2024-06-20T20:18:30.830Z | Checking plain v0.2.3 |
454 | 2024-06-20T20:18:32.069Z | Checking tokio-util v0.7.11 |
455 | 2024-06-20T20:18:32.200Z | Checking tokio-rustls v0.24.1 |
456 | 2024-06-20T20:18:32.550Z | Checking tokio-native-tls v0.3.1 |
457 | 2024-06-20T20:18:32.771Z | Compiling crossbeam-utils v0.8.20 |
458 | 2024-06-20T20:18:32.861Z | Checking time v0.3.36 |
459 | 2024-06-20T20:18:32.873Z | Checking goblin v0.8.2 |
460 | 2024-06-20T20:18:33.311Z | Compiling darling_core v0.20.9 |
461 | 2024-06-20T20:18:33.550Z | Compiling pest_derive v2.7.10 |
462 | 2024-06-20T20:18:34.406Z | Compiling dtrace-parser v0.2.0 |
463 | 2024-06-20T20:18:34.545Z | Checking rustls-pemfile v1.0.4 |
464 | 2024-06-20T20:18:34.568Z | Compiling getopts v0.2.21 |
465 | 2024-06-20T20:18:35.403Z | Checking url v2.5.2 |
466 | 2024-06-20T20:18:35.760Z | Checking dirs-sys-next v0.1.2 |
467 | 2024-06-20T20:18:36.160Z | Checking indexmap v2.2.6 |
468 | 2024-06-20T20:18:36.769Z | Checking serde_urlencoded v0.7.1 |
469 | 2024-06-20T20:18:37.143Z | Compiling serde_tokenstream v0.2.1 |
470 | 2024-06-20T20:18:37.379Z | Checking h2 v0.3.26 |
471 | 2024-06-20T20:18:37.811Z | Checking openapiv3 v2.0.0 |
472 | 2024-06-20T20:18:37.848Z | Checking webpki-roots v0.25.4 |
473 | 2024-06-20T20:18:37.980Z | Checking pretty-hex v0.4.1 |
474 | 2024-06-20T20:18:38.138Z | Compiling omicron-workspace-hack v0.1.0 |
475 | 2024-06-20T20:18:38.141Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-06-20T20:18:38.416Z | Checking sync_wrapper v0.1.2 |
477 | 2024-06-20T20:18:38.520Z | Checking ipnet v2.9.0 |
478 | 2024-06-20T20:18:38.968Z | Compiling dof v0.3.0 |
479 | 2024-06-20T20:18:39.935Z | Compiling rustversion v1.0.17 |
480 | 2024-06-20T20:18:39.971Z | Compiling paste v1.0.15 |
481 | 2024-06-20T20:18:39.980Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
482 | 2024-06-20T20:18:40.432Z | Compiling rustls v0.22.4 |
483 | 2024-06-20T20:18:40.680Z | Compiling darling_macro v0.20.9 |
484 | 2024-06-20T20:18:40.726Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-06-20T20:18:41.485Z | Checking hyper v0.14.29 |
486 | 2024-06-20T20:18:41.859Z | Checking serde_spanned v0.6.6 |
487 | 2024-06-20T20:18:42.035Z | Checking toml_datetime v0.6.6 |
488 | 2024-06-20T20:18:42.237Z | Checking dirs-next v2.0.0 |
489 | 2024-06-20T20:18:42.353Z | Compiling structmeta-derive v0.3.0 |
490 | 2024-06-20T20:18:42.373Z | Checking rustls-webpki v0.102.4 |
491 | 2024-06-20T20:18:42.745Z | Checking crypto-common v0.1.6 |
492 | 2024-06-20T20:18:42.891Z | Checking block-buffer v0.10.4 |
493 | 2024-06-20T20:18:43.057Z | Checking rand_core v0.6.4 |
494 | 2024-06-20T20:18:43.108Z | Compiling multer v3.1.0 |
495 | 2024-06-20T20:18:43.158Z | Checking thread_local v1.1.8 |
496 | 2024-06-20T20:18:43.315Z | Compiling camino v1.1.7 |
497 | 2024-06-20T20:18:43.403Z | Checking match_cfg v0.1.0 |
498 | 2024-06-20T20:18:43.427Z | Checking winnow v0.6.13 |
499 | 2024-06-20T20:18:43.478Z | Checking ppv-lite86 v0.2.17 |
500 | 2024-06-20T20:18:43.893Z | Checking zeroize v1.8.1 |
501 | 2024-06-20T20:18:43.901Z | Compiling slog-async v2.8.0 |
502 | 2024-06-20T20:18:44.120Z | Checking subtle v2.6.0 |
503 | 2024-06-20T20:18:44.162Z | Compiling anyhow v1.0.86 |
504 | 2024-06-20T20:18:44.423Z | Checking rand_chacha v0.3.1 |
505 | 2024-06-20T20:18:44.615Z | Checking hostname v0.3.1 |
506 | 2024-06-20T20:18:44.788Z | Checking digest v0.10.7 |
507 | 2024-06-20T20:18:44.855Z | Checking crossbeam-channel v0.5.13 |
508 | 2024-06-20T20:18:45.085Z | Compiling structmeta v0.3.0 |
509 | 2024-06-20T20:18:45.097Z | Checking term v0.7.0 |
510 | 2024-06-20T20:18:45.274Z | Compiling darling v0.20.9 |
511 | 2024-06-20T20:18:45.380Z | Compiling usdt-macro v0.5.0 |
512 | 2024-06-20T20:18:45.454Z | Compiling usdt-attr-macro v0.5.0 |
513 | 2024-06-20T20:18:45.894Z | Checking hyper-rustls v0.24.2 |
514 | 2024-06-20T20:18:46.187Z | Checking hyper-tls v0.5.0 |
515 | 2024-06-20T20:18:46.426Z | Checking reqwest v0.11.27 |
516 | 2024-06-20T20:18:46.513Z | Checking toml_edit v0.22.14 |
517 | 2024-06-20T20:18:46.572Z | Checking slog-json v2.6.1 |
518 | 2024-06-20T20:18:46.637Z | Checking futures-executor v0.3.30 |
519 | 2024-06-20T20:18:46.809Z | Compiling async-stream-impl v0.3.5 |
520 | 2024-06-20T20:18:46.848Z | Checking http v1.1.0 |
521 | 2024-06-20T20:18:46.887Z | Checking is-terminal v0.4.12 |
522 | 2024-06-20T20:18:46.920Z | Checking memmap v0.7.0 |
523 | 2024-06-20T20:18:46.988Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
524 | 2024-06-20T20:18:47.106Z | Checking base64 v0.22.1 |
525 | 2024-06-20T20:18:47.296Z | Checking atomic-waker v1.1.2 |
526 | 2024-06-20T20:18:47.407Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
527 | 2024-06-20T20:18:47.594Z | Checking take_mut v0.2.2 |
528 | 2024-06-20T20:18:47.694Z | Checking cpufeatures v0.2.12 |
529 | 2024-06-20T20:18:47.702Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
530 | 2024-06-20T20:18:47.777Z | Checking sha1 v0.10.6 |
531 | 2024-06-20T20:18:47.996Z | Checking rustls-pemfile v2.1.2 |
532 | 2024-06-20T20:18:47.999Z | Checking waitgroup v0.1.2 |
533 | 2024-06-20T20:18:47.999Z | Checking tokio-rustls v0.25.0 |
534 | 2024-06-20T20:18:48.075Z | Checking usdt v0.5.0 |
535 | 2024-06-20T20:18:48.114Z | Checking slog-term v2.9.1 |
536 | 2024-06-20T20:18:48.170Z | Checking async-stream v0.3.5 |
537 | 2024-06-20T20:18:48.209Z | Compiling strum_macros v0.26.4 |
538 | 2024-06-20T20:18:48.298Z | Checking futures v0.3.30 |
539 | 2024-06-20T20:18:48.313Z | Checking slog-bunyan v2.5.0 |
540 | 2024-06-20T20:18:48.339Z | Compiling parse-display-derive v0.9.1 |
541 | 2024-06-20T20:18:48.387Z | Compiling serde_with_macros v3.8.1 |
542 | 2024-06-20T20:18:48.555Z | Checking rand v0.8.5 |
543 | 2024-06-20T20:18:48.907Z | Checking newtype-uuid v1.1.0 |
544 | 2024-06-20T20:18:49.014Z | Checking toml v0.8.14 |
545 | 2024-06-20T20:18:49.086Z | Checking ipnetwork v0.20.0 |
546 | 2024-06-20T20:18:49.128Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
547 | 2024-06-20T20:18:49.433Z | Checking hex v0.4.3 |
548 | 2024-06-20T20:18:49.742Z | Checking serde_path_to_error v0.1.16 |
549 | 2024-06-20T20:18:49.809Z | Compiling async-trait v0.1.80 |
550 | 2024-06-20T20:18:49.958Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-06-20T20:18:50.376Z | Checking hostname v0.4.0 |
552 | 2024-06-20T20:18:50.496Z | Checking instant v0.1.13 |
553 | 2024-06-20T20:18:50.595Z | Checking debug-ignore v1.0.5 |
554 | 2024-06-20T20:18:50.712Z | Checking backoff v0.4.0 |
555 | 2024-06-20T20:18:50.741Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
556 | 2024-06-20T20:18:50.867Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
557 | 2024-06-20T20:18:50.993Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
558 | 2024-06-20T20:18:51.002Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
559 | 2024-06-20T20:18:51.215Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
560 | 2024-06-20T20:18:51.222Z | Checking serde_with v3.8.1 |
561 | 2024-06-20T20:18:51.394Z | Checking macaddr v1.0.1 |
562 | 2024-06-20T20:18:51.647Z | Checking regress v0.9.1 |
563 | 2024-06-20T20:18:52.469Z | Checking parse-display v0.9.1 |
564 | 2024-06-20T20:18:52.797Z | Checking strum v0.26.2 |
565 | 2024-06-20T20:18:53.952Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
566 | 2024-06-20T20:18:55.726Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
567 | 2024-06-20T20:18:55.780Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
568 | 2024-06-20T20:18:58.666Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
569 | 2024-06-20T20:19:04.825Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
570 | 2024-06-20T20:19:07.514Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
571 | 2024-06-20T20:19:13.353Z | Checking test-project v0.1.0 (/tmp/test-project) |
572 | 2024-06-20T20:19:13.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
573 | 2024-06-20T20:19:13.460Z | + cargo build --release |
574 | 2024-06-20T20:19:13.704Z | Compiling proc-macro2 v1.0.85 |
575 | 2024-06-20T20:19:13.704Z | Compiling unicode-ident v1.0.12 |
576 | 2024-06-20T20:19:13.704Z | Compiling libc v0.2.155 |
577 | 2024-06-20T20:19:13.704Z | Compiling cfg-if v1.0.0 |
578 | 2024-06-20T20:19:13.707Z | Compiling version_check v0.9.4 |
579 | 2024-06-20T20:19:13.707Z | Compiling autocfg v1.3.0 |
580 | 2024-06-20T20:19:13.707Z | Compiling serde v1.0.203 |
581 | 2024-06-20T20:19:13.707Z | Compiling serde_json v1.0.117 |
582 | 2024-06-20T20:19:13.806Z | Compiling itoa v1.0.11 |
583 | 2024-06-20T20:19:13.898Z | Compiling thiserror v1.0.61 |
584 | 2024-06-20T20:19:14.019Z | Compiling once_cell v1.19.0 |
585 | 2024-06-20T20:19:14.124Z | Compiling memchr v2.7.4 |
586 | 2024-06-20T20:19:14.291Z | Compiling cc v1.0.99 |
587 | 2024-06-20T20:19:14.322Z | Compiling ahash v0.8.11 |
588 | 2024-06-20T20:19:14.681Z | Compiling byteorder v1.5.0 |
589 | 2024-06-20T20:19:14.806Z | Compiling num-traits v0.2.19 |
590 | 2024-06-20T20:19:15.099Z | Compiling getrandom v0.2.15 |
591 | 2024-06-20T20:19:15.134Z | Compiling pin-project-lite v0.2.14 |
592 | 2024-06-20T20:19:15.160Z | Compiling ryu v1.0.18 |
593 | 2024-06-20T20:19:15.241Z | Compiling quote v1.0.36 |
594 | 2024-06-20T20:19:15.489Z | Compiling bytes v1.6.0 |
595 | 2024-06-20T20:19:15.628Z | Compiling syn v2.0.66 |
596 | 2024-06-20T20:19:15.721Z | Compiling log v0.4.21 |
597 | 2024-06-20T20:19:15.770Z | Compiling schemars v0.8.21 |
598 | 2024-06-20T20:19:15.929Z | Compiling allocator-api2 v0.2.18 |
599 | 2024-06-20T20:19:16.139Z | Compiling lock_api v0.4.12 |
600 | 2024-06-20T20:19:16.157Z | Compiling parking_lot_core v0.9.10 |
601 | 2024-06-20T20:19:16.169Z | Compiling futures-core v0.3.30 |
602 | 2024-06-20T20:19:16.400Z | Compiling smallvec v1.13.2 |
603 | 2024-06-20T20:19:16.572Z | Compiling scopeguard v1.2.0 |
604 | 2024-06-20T20:19:16.598Z | Compiling signal-hook-registry v1.4.2 |
605 | 2024-06-20T20:19:16.776Z | Compiling num_cpus v1.16.0 |
606 | 2024-06-20T20:19:16.897Z | Compiling mio v0.8.11 |
607 | 2024-06-20T20:19:17.135Z | Compiling socket2 v0.5.7 |
608 | 2024-06-20T20:19:17.201Z | Compiling ring v0.17.8 |
609 | 2024-06-20T20:19:17.255Z | Compiling parking_lot v0.12.3 |
610 | 2024-06-20T20:19:17.358Z | Compiling slab v0.4.9 |
611 | 2024-06-20T20:19:17.773Z | Compiling futures-sink v0.3.30 |
612 | 2024-06-20T20:19:17.845Z | Compiling spin v0.9.8 |
613 | 2024-06-20T20:19:18.094Z | Compiling equivalent v1.0.1 |
614 | 2024-06-20T20:19:18.190Z | Compiling fnv v1.0.7 |
615 | 2024-06-20T20:19:18.229Z | Compiling semver v1.0.23 |
616 | 2024-06-20T20:19:18.304Z | Compiling untrusted v0.9.0 |
617 | 2024-06-20T20:19:18.695Z | Compiling futures-channel v0.3.30 |
618 | 2024-06-20T20:19:18.782Z | Compiling vcpkg v0.2.15 |
619 | 2024-06-20T20:19:18.859Z | Compiling pin-utils v0.1.0 |
620 | 2024-06-20T20:19:18.917Z | Compiling pkg-config v0.3.30 |
621 | 2024-06-20T20:19:18.938Z | Compiling futures-task v0.3.30 |
622 | 2024-06-20T20:19:18.974Z | Compiling futures-io v0.3.30 |
623 | 2024-06-20T20:19:19.401Z | Compiling iana-time-zone v0.1.60 |
624 | 2024-06-20T20:19:19.444Z | Compiling ucd-trie v0.1.6 |
625 | 2024-06-20T20:19:19.943Z | Compiling http v0.2.12 |
626 | 2024-06-20T20:19:20.168Z | Compiling dyn-clone v1.0.17 |
627 | 2024-06-20T20:19:20.267Z | Compiling heck v0.5.0 |
628 | 2024-06-20T20:19:20.368Z | Compiling httparse v1.9.4 |
629 | 2024-06-20T20:19:20.490Z | Compiling openssl-sys v0.9.102 |
630 | 2024-06-20T20:19:21.141Z | Compiling chrono v0.4.38 |
631 | 2024-06-20T20:19:21.288Z | Compiling tracing-core v0.1.32 |
632 | 2024-06-20T20:19:21.493Z | Compiling uuid v1.8.0 |
633 | 2024-06-20T20:19:22.632Z | Compiling serde_derive_internals v0.29.1 |
634 | 2024-06-20T20:19:23.162Z | Compiling tracing v0.1.40 |
635 | 2024-06-20T20:19:23.751Z | Compiling slog v2.7.0 |
636 | 2024-06-20T20:19:23.867Z | Compiling openssl v0.10.64 |
637 | 2024-06-20T20:19:24.231Z | Compiling foreign-types-shared v0.1.1 |
638 | 2024-06-20T20:19:24.291Z | Compiling try-lock v0.2.5 |
639 | 2024-06-20T20:19:24.323Z | Compiling foreign-types v0.3.2 |
640 | 2024-06-20T20:19:24.403Z | Compiling want v0.3.1 |
641 | 2024-06-20T20:19:24.572Z | Compiling http-body v0.4.6 |
642 | 2024-06-20T20:19:24.707Z | Compiling aho-corasick v1.1.3 |
643 | 2024-06-20T20:19:24.972Z | Compiling percent-encoding v2.3.1 |
644 | 2024-06-20T20:19:25.054Z | Compiling typenum v1.17.0 |
645 | 2024-06-20T20:19:25.406Z | Compiling rustls v0.21.12 |
646 | 2024-06-20T20:19:25.700Z | Compiling bitflags v2.5.0 |
647 | 2024-06-20T20:19:26.016Z | Compiling tower-service v0.3.2 |
648 | 2024-06-20T20:19:26.019Z | Compiling httpdate v1.0.3 |
649 | 2024-06-20T20:19:26.132Z | Compiling tinyvec_macros v0.1.1 |
650 | 2024-06-20T20:19:26.200Z | Compiling native-tls v0.2.12 |
651 | 2024-06-20T20:19:26.206Z | Compiling regex-syntax v0.8.4 |
652 | 2024-06-20T20:19:26.228Z | Compiling tinyvec v1.6.0 |
653 | 2024-06-20T20:19:26.604Z | Compiling form_urlencoded v1.2.1 |
654 | 2024-06-20T20:19:27.177Z | Compiling generic-array v0.14.7 |
655 | 2024-06-20T20:19:27.593Z | Compiling openssl-probe v0.1.5 |
656 | 2024-06-20T20:19:27.805Z | Compiling unicode-normalization v0.1.23 |
657 | 2024-06-20T20:19:28.631Z | Compiling serde_derive v1.0.203 |
658 | 2024-06-20T20:19:28.673Z | Compiling zerocopy-derive v0.7.34 |
659 | 2024-06-20T20:19:29.053Z | Compiling thiserror-impl v1.0.61 |
660 | 2024-06-20T20:19:29.345Z | Compiling schemars_derive v0.8.21 |
661 | 2024-06-20T20:19:29.496Z | Compiling tokio-macros v2.3.0 |
662 | 2024-06-20T20:19:30.860Z | Compiling zerocopy v0.7.34 |
663 | 2024-06-20T20:19:32.205Z | Compiling tokio v1.38.0 |
664 | 2024-06-20T20:19:32.211Z | Compiling futures-macro v0.3.30 |
665 | 2024-06-20T20:19:32.493Z | Compiling pest v2.7.10 |
666 | 2024-06-20T20:19:33.154Z | Compiling hashbrown v0.14.5 |
667 | 2024-06-20T20:19:34.179Z | Compiling futures-util v0.3.30 |
668 | 2024-06-20T20:19:34.701Z | Compiling regress v0.10.0 |
669 | 2024-06-20T20:19:34.757Z | Compiling openssl-macros v0.1.1 |
670 | 2024-06-20T20:19:35.345Z | Compiling pest_meta v2.7.10 |
671 | 2024-06-20T20:19:36.186Z | Compiling sct v0.7.1 |
672 | 2024-06-20T20:19:39.544Z | Compiling pest_generator v2.7.10 |
673 | 2024-06-20T20:19:39.774Z | Compiling rustls-webpki v0.101.7 |
674 | 2024-06-20T20:19:41.328Z | Compiling tokio-util v0.7.11 |
675 | 2024-06-20T20:19:41.381Z | Compiling pest_derive v2.7.10 |
676 | 2024-06-20T20:19:42.272Z | Compiling regex-automata v0.4.7 |
677 | 2024-06-20T20:19:43.635Z | Compiling indexmap v2.2.6 |
678 | 2024-06-20T20:19:44.027Z | Compiling serde_tokenstream v0.2.1 |
679 | 2024-06-20T20:19:46.638Z | Compiling h2 v0.3.26 |
680 | 2024-06-20T20:19:49.758Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
681 | 2024-06-20T20:19:50.433Z | Compiling regex v1.10.5 |
682 | 2024-06-20T20:19:52.823Z | Compiling hyper v0.14.29 |
683 | 2024-06-20T20:19:55.310Z | Compiling scroll_derive v0.12.0 |
684 | 2024-06-20T20:20:01.725Z | Compiling usdt-impl v0.5.0 |
685 | 2024-06-20T20:20:01.782Z | Compiling encoding_rs v0.8.34 |
686 | 2024-06-20T20:20:02.072Z | Compiling mime v0.3.17 |
687 | 2024-06-20T20:20:02.794Z | Compiling powerfmt v0.2.0 |
688 | 2024-06-20T20:20:02.816Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
689 | 2024-06-20T20:20:03.278Z | Compiling unicode-bidi v0.3.15 |
690 | 2024-06-20T20:20:06.366Z | Compiling time-core v0.1.2 |
691 | 2024-06-20T20:20:06.510Z | Compiling num-conv v0.1.0 |
692 | 2024-06-20T20:20:06.775Z | Compiling time-macros v0.2.18 |
693 | 2024-06-20T20:20:09.917Z | Compiling idna v0.5.0 |
694 | 2024-06-20T20:20:10.647Z | Compiling deranged v0.3.11 |
695 | 2024-06-20T20:20:12.616Z | Compiling scroll v0.12.0 |
696 | 2024-06-20T20:20:12.919Z | Compiling tokio-rustls v0.24.1 |
697 | 2024-06-20T20:20:13.240Z | Compiling tokio-native-tls v0.3.1 |
698 | 2024-06-20T20:20:13.322Z | Compiling dof v0.3.0 |
699 | 2024-06-20T20:20:13.475Z | Compiling serde_urlencoded v0.7.1 |
700 | 2024-06-20T20:20:13.482Z | Compiling dtrace-parser v0.2.0 |
701 | 2024-06-20T20:20:14.238Z | Compiling thread-id v4.2.1 |
702 | 2024-06-20T20:20:15.419Z | Compiling ident_case v1.0.1 |
703 | 2024-06-20T20:20:15.488Z | Compiling crossbeam-utils v0.8.20 |
704 | 2024-06-20T20:20:15.579Z | Compiling strsim v0.11.1 |
705 | 2024-06-20T20:20:16.060Z | Compiling unicode-width v0.1.13 |
706 | 2024-06-20T20:20:16.263Z | Compiling plain v0.2.3 |
707 | 2024-06-20T20:20:16.320Z | Compiling omicron-workspace-hack v0.1.0 |
708 | 2024-06-20T20:20:16.616Z | Compiling num_threads v0.1.7 |
709 | 2024-06-20T20:20:16.725Z | Compiling rustls-pki-types v1.7.0 |
710 | 2024-06-20T20:20:16.991Z | Compiling base64 v0.21.7 |
711 | 2024-06-20T20:20:17.655Z | Compiling rustls-pemfile v1.0.4 |
712 | 2024-06-20T20:20:18.123Z | Compiling time v0.3.36 |
713 | 2024-06-20T20:20:18.487Z | Compiling goblin v0.8.2 |
714 | 2024-06-20T20:20:20.086Z | Compiling getopts v0.2.21 |
715 | 2024-06-20T20:20:20.929Z | Compiling darling_core v0.20.9 |
716 | 2024-06-20T20:20:25.049Z | Compiling hyper-tls v0.5.0 |
717 | 2024-06-20T20:20:25.549Z | Compiling hyper-rustls v0.24.2 |
718 | 2024-06-20T20:20:26.227Z | Compiling url v2.5.2 |
719 | 2024-06-20T20:20:27.475Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
720 | 2024-06-20T20:20:27.591Z | Compiling openapiv3 v2.0.0 |
721 | 2024-06-20T20:20:28.484Z | Compiling dirs-sys-next v0.1.2 |
722 | 2024-06-20T20:20:29.856Z | Compiling webpki-roots v0.25.4 |
723 | 2024-06-20T20:20:30.024Z | Compiling rustversion v1.0.17 |
724 | 2024-06-20T20:20:30.277Z | Compiling paste v1.0.15 |
725 | 2024-06-20T20:20:30.689Z | Compiling pretty-hex v0.4.1 |
726 | 2024-06-20T20:20:30.787Z | Compiling ipnet v2.9.0 |
727 | 2024-06-20T20:20:30.906Z | Compiling sync_wrapper v0.1.2 |
728 | 2024-06-20T20:20:31.022Z | Compiling rustls v0.22.4 |
729 | 2024-06-20T20:20:31.313Z | Compiling unsafe-libyaml v0.2.11 |
730 | 2024-06-20T20:20:31.908Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
731 | 2024-06-20T20:20:32.016Z | Compiling reqwest v0.11.27 |
732 | 2024-06-20T20:20:33.147Z | Compiling serde_yaml v0.9.34+deprecated |
733 | 2024-06-20T20:20:37.074Z | Compiling dirs-next v2.0.0 |
734 | 2024-06-20T20:20:37.154Z | Compiling darling_macro v0.20.9 |
735 | 2024-06-20T20:20:38.243Z | Compiling rustls-webpki v0.102.4 |
736 | 2024-06-20T20:20:39.017Z | Compiling crypto-common v0.1.6 |
737 | 2024-06-20T20:20:39.209Z | Compiling block-buffer v0.10.4 |
738 | 2024-06-20T20:20:39.433Z | Compiling serde_spanned v0.6.6 |
739 | 2024-06-20T20:20:39.669Z | Compiling toml_datetime v0.6.6 |
740 | 2024-06-20T20:20:40.010Z | Compiling structmeta-derive v0.3.0 |
741 | 2024-06-20T20:20:40.148Z | Compiling rand_core v0.6.4 |
742 | 2024-06-20T20:20:40.461Z | Compiling multer v3.1.0 |
743 | 2024-06-20T20:20:40.629Z | Compiling thread_local v1.1.8 |
744 | 2024-06-20T20:20:40.784Z | Compiling camino v1.1.7 |
745 | 2024-06-20T20:20:41.362Z | Compiling slog-async v2.8.0 |
746 | 2024-06-20T20:20:41.403Z | Compiling zeroize v1.8.1 |
747 | 2024-06-20T20:20:41.726Z | Compiling winnow v0.6.13 |
748 | 2024-06-20T20:20:41.840Z | Compiling ppv-lite86 v0.2.17 |
749 | 2024-06-20T20:20:42.672Z | Compiling subtle v2.6.0 |
750 | 2024-06-20T20:20:42.727Z | Compiling anyhow v1.0.86 |
751 | 2024-06-20T20:20:42.868Z | Compiling match_cfg v0.1.0 |
752 | 2024-06-20T20:20:42.875Z | Compiling structmeta v0.3.0 |
753 | 2024-06-20T20:20:42.947Z | Compiling hostname v0.3.1 |
754 | 2024-06-20T20:20:43.192Z | Compiling rand_chacha v0.3.1 |
755 | 2024-06-20T20:20:43.444Z | Compiling digest v0.10.7 |
756 | 2024-06-20T20:20:43.659Z | Compiling crossbeam-channel v0.5.13 |
757 | 2024-06-20T20:20:43.844Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
758 | 2024-06-20T20:20:44.932Z | Compiling darling v0.20.9 |
759 | 2024-06-20T20:20:45.359Z | Compiling term v0.7.0 |
760 | 2024-06-20T20:20:46.166Z | Compiling toml_edit v0.22.14 |
761 | 2024-06-20T20:20:52.738Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
762 | 2024-06-20T20:20:58.231Z | Compiling usdt-macro v0.5.0 |
763 | 2024-06-20T20:20:58.301Z | Compiling usdt-attr-macro v0.5.0 |
764 | 2024-06-20T20:20:58.301Z | Compiling slog-json v2.6.1 |
765 | 2024-06-20T20:20:58.301Z | Compiling futures-executor v0.3.30 |
766 | 2024-06-20T20:20:58.301Z | Compiling async-stream-impl v0.3.5 |
767 | 2024-06-20T20:20:58.301Z | Compiling http v1.1.0 |
768 | 2024-06-20T20:20:58.301Z | Compiling memmap v0.7.0 |
769 | 2024-06-20T20:20:58.301Z | Compiling is-terminal v0.4.12 |
770 | 2024-06-20T20:20:58.378Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
771 | 2024-06-20T20:20:58.648Z | Compiling base64 v0.22.1 |
772 | 2024-06-20T20:20:59.767Z | Compiling atomic-waker v1.1.2 |
773 | 2024-06-20T20:20:59.949Z | Compiling take_mut v0.2.2 |
774 | 2024-06-20T20:21:00.101Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
775 | 2024-06-20T20:21:00.148Z | Compiling cpufeatures v0.2.12 |
776 | 2024-06-20T20:21:00.235Z | Compiling sha1 v0.10.6 |
777 | 2024-06-20T20:21:00.421Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
778 | 2024-06-20T20:21:00.999Z | Compiling waitgroup v0.1.2 |
779 | 2024-06-20T20:21:02.447Z | Compiling rustls-pemfile v2.1.2 |
780 | 2024-06-20T20:21:03.272Z | Compiling slog-term v2.9.1 |
781 | 2024-06-20T20:21:04.212Z | Compiling usdt v0.5.0 |
782 | 2024-06-20T20:21:04.312Z | Compiling async-stream v0.3.5 |
783 | 2024-06-20T20:21:04.661Z | Compiling futures v0.3.30 |
784 | 2024-06-20T20:21:04.849Z | Compiling slog-bunyan v2.5.0 |
785 | 2024-06-20T20:21:05.121Z | Compiling strum_macros v0.26.4 |
786 | 2024-06-20T20:21:05.827Z | Compiling toml v0.8.14 |
787 | 2024-06-20T20:21:06.239Z | Compiling tokio-rustls v0.25.0 |
788 | 2024-06-20T20:21:06.671Z | Compiling serde_with_macros v3.8.1 |
789 | 2024-06-20T20:21:09.541Z | Compiling rand v0.8.5 |
790 | 2024-06-20T20:21:11.714Z | Compiling parse-display-derive v0.9.1 |
791 | 2024-06-20T20:21:12.836Z | Compiling newtype-uuid v1.1.0 |
792 | 2024-06-20T20:21:12.866Z | Compiling ipnetwork v0.20.0 |
793 | 2024-06-20T20:21:13.147Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
794 | 2024-06-20T20:21:13.505Z | Compiling serde_path_to_error v0.1.16 |
795 | 2024-06-20T20:21:14.564Z | Compiling hex v0.4.3 |
796 | 2024-06-20T20:21:15.271Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-06-20T20:21:15.691Z | Compiling async-trait v0.1.80 |
798 | 2024-06-20T20:21:16.033Z | Compiling hostname v0.4.0 |
799 | 2024-06-20T20:21:16.055Z | Compiling instant v0.1.13 |
800 | 2024-06-20T20:21:16.200Z | Compiling debug-ignore v1.0.5 |
801 | 2024-06-20T20:21:16.259Z | Compiling backoff v0.4.0 |
802 | 2024-06-20T20:21:16.329Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
803 | 2024-06-20T20:21:16.527Z | Compiling parse-display v0.9.1 |
804 | 2024-06-20T20:21:16.579Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
805 | 2024-06-20T20:21:16.740Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
806 | 2024-06-20T20:21:17.421Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
807 | 2024-06-20T20:21:17.894Z | Compiling strum v0.26.2 |
808 | 2024-06-20T20:21:18.068Z | Compiling serde_with v3.8.1 |
809 | 2024-06-20T20:21:18.641Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
810 | 2024-06-20T20:21:19.462Z | Compiling macaddr v1.0.1 |
811 | 2024-06-20T20:21:20.076Z | Compiling regress v0.9.1 |
812 | 2024-06-20T20:21:24.680Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
813 | 2024-06-20T20:21:33.998Z | Compiling test-project v0.1.0 (/tmp/test-project) |
814 | 2024-06-20T20:21:41.802Z | Finished `release` profile [optimized] target(s) in 2m 28s |
815 | 2024-06-20T20:21:41.853Z | process exited: duration 223429 ms, exit code 0 |
|
816 | 2024-06-20T20:21:41.860Z | found 0 output files |