|
|
|
1 | 2024-05-29T19:56:55.588Z | job assigned to worker 01HZ2YRW0D02WF6FRQ2BP8Q2FQ (queued for 58 s) |
|
2 | 2024-05-29T19:57:03.298Z | starting task 0: "setup" |
3 | 2024-05-29T19:57:03.354Z | ++ uname -s |
4 | 2024-05-29T19:57:03.358Z | + kern=SunOS |
5 | 2024-05-29T19:57:03.358Z | + case "$kern" in |
6 | 2024-05-29T19:57:03.358Z | + groupadd -g 12345 build |
7 | 2024-05-29T19:57:03.359Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T19:57:05.419Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T19:57:05.521Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T19:57:05.521Z | + home_fs=zfs |
11 | 2024-05-29T19:57:05.521Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T19:57:05.521Z | + mkdir -p /home/build |
13 | 2024-05-29T19:57:05.522Z | + chown build:build /home/build /work |
14 | 2024-05-29T19:57:08.060Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T19:57:08.131Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2024-05-29T19:57:08.189Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T19:57:08.200Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T19:57:08.200Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-29T19:57:08.310Z | info: downloading installer |
20 | 2024-05-29T19:57:10.023Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T19:57:10.023Z | warning: /opt/ooce/bin |
22 | 2024-05-29T19:57:10.023Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T19:57:10.023Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T19:57:10.024Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T19:57:10.024Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T19:57:10.024Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T19:57:10.024Z | error: cannot install while Rust is installed |
28 | 2024-05-29T19:57:10.024Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T19:57:10.115Z | info: profile set to 'default' |
30 | 2024-05-29T19:57:10.115Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T19:57:10.217Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-29T19:57:10.290Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-29T19:57:10.291Z | info: downloading component 'cargo' |
34 | 2024-05-29T19:57:11.284Z | info: downloading component 'clippy' |
35 | 2024-05-29T19:57:11.622Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T19:57:12.963Z | info: downloading component 'rust-std' |
37 | 2024-05-29T19:57:15.099Z | info: downloading component 'rustc' |
38 | 2024-05-29T19:57:22.328Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T19:57:22.328Z | info: installing component 'cargo' |
40 | 2024-05-29T19:57:22.328Z | info: installing component 'clippy' |
41 | 2024-05-29T19:57:22.328Z | info: installing component 'rust-docs' |
42 | 2024-05-29T19:57:23.530Z | info: installing component 'rust-std' |
43 | 2024-05-29T19:57:25.265Z | info: installing component 'rustc' |
44 | 2024-05-29T19:57:29.471Z | info: installing component 'rustfmt' |
45 | 2024-05-29T19:57:29.792Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-29T19:57:29.792Z | |
47 | 2024-05-29T19:57:30.064Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-29T19:57:30.064Z | |
49 | 2024-05-29T19:57:30.064Z | |
50 | 2024-05-29T19:57:30.064Z | Rust is installed now. Great! |
51 | 2024-05-29T19:57:30.064Z | |
52 | 2024-05-29T19:57:30.064Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T19:57:30.064Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T19:57:30.065Z | |
55 | 2024-05-29T19:57:30.065Z | To configure your current shell, you need to source |
56 | 2024-05-29T19:57:30.065Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T19:57:30.065Z | |
58 | 2024-05-29T19:57:30.065Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T19:57:30.065Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T19:57:30.066Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T19:57:30.204Z | + rustc --version |
62 | 2024-05-29T19:57:30.272Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-29T19:57:30.288Z | process exited: duration 22089 ms, exit code 0 |
|
64 | 2024-05-29T19:57:30.325Z | starting task 2: "authentication" |
65 | 2024-05-29T19:57:30.364Z | process exited: duration 46 ms, exit code 0 |
|
66 | 2024-05-29T19:57:30.383Z | starting task 3: "clone repository" |
67 | 2024-05-29T19:57:30.400Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T19:57:30.400Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T19:57:30.985Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T19:57:37.703Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T19:57:37.703Z | + git fetch origin a155af9134db2bcbdb1add772f94f4da5dd009f8 |
72 | 2024-05-29T19:57:38.355Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T19:57:38.355Z | * branch a155af9134db2bcbdb1add772f94f4da5dd009f8 -> FETCH_HEAD |
74 | 2024-05-29T19:57:38.361Z | + [[ -n '' ]] |
75 | 2024-05-29T19:57:38.361Z | + git reset --hard a155af9134db2bcbdb1add772f94f4da5dd009f8 |
76 | 2024-05-29T19:57:38.904Z | HEAD is now at a155af913 Move some queries into DataStore impls |
77 | 2024-05-29T19:57:38.913Z | process exited: duration 8106 ms, exit code 0 |
|
78 | 2024-05-29T19:57:38.931Z | starting task 4: "build" |
79 | 2024-05-29T19:57:39.384Z | + cargo --version |
80 | 2024-05-29T19:57:39.384Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-05-29T19:57:39.385Z | + rustc --version |
82 | 2024-05-29T19:57:39.385Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-05-29T19:57:39.385Z | + cd /tmp |
84 | 2024-05-29T19:57:39.385Z | + cargo new --lib test-project |
85 | 2024-05-29T19:57:39.385Z | Creating library `test-project` package |
86 | 2024-05-29T19:57:39.385Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-05-29T19:57:39.385Z | + cd test-project |
88 | 2024-05-29T19:57:39.385Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-05-29T19:57:39.385Z | Adding omicron-common (local) to dependencies |
90 | 2024-05-29T19:57:39.385Z | Features: |
91 | 2024-05-29T19:57:39.386Z | - proptest |
92 | 2024-05-29T19:57:39.386Z | - test-strategy |
93 | 2024-05-29T19:57:39.386Z | - testing |
94 | 2024-05-29T19:57:39.386Z | Updating crates.io index |
95 | 2024-05-29T19:57:39.386Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-05-29T19:57:40.059Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-05-29T19:57:43.506Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
98 | 2024-05-29T19:57:43.597Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
99 | 2024-05-29T19:57:43.657Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2024-05-29T19:57:44.038Z | Updating git repository `https://github.com/oxidecomputer/typify` |
101 | 2024-05-29T19:57:46.669Z | + cargo check |
102 | 2024-05-29T19:57:46.893Z | Downloading crates ... |
103 | 2024-05-29T19:57:46.983Z | Downloaded async-trait v0.1.80 |
104 | 2024-05-29T19:57:46.995Z | Downloaded async-stream-impl v0.3.5 |
105 | 2024-05-29T19:57:46.996Z | Downloaded allocator-api2 v0.2.18 |
106 | 2024-05-29T19:57:46.996Z | Downloaded autocfg v1.3.0 |
107 | 2024-05-29T19:57:47.431Z | Downloaded atomic-waker v1.1.2 |
108 | 2024-05-29T19:57:47.431Z | Downloaded anyhow v1.0.86 |
109 | 2024-05-29T19:57:47.432Z | Downloaded darling v0.20.9 |
110 | 2024-05-29T19:57:47.432Z | Downloaded block-buffer v0.10.4 |
111 | 2024-05-29T19:57:47.432Z | Downloaded openssl-macros v0.1.1 |
112 | 2024-05-29T19:57:47.432Z | Downloaded bitflags v2.5.0 |
113 | 2024-05-29T19:57:47.432Z | Downloaded ahash v0.8.11 |
114 | 2024-05-29T19:57:47.432Z | Downloaded darling_core v0.20.9 |
115 | 2024-05-29T19:57:47.457Z | Downloaded usdt v0.5.0 |
116 | 2024-05-29T19:57:47.457Z | Downloaded crossbeam-channel v0.5.13 |
117 | 2024-05-29T19:57:47.457Z | Downloaded cpufeatures v0.2.12 |
118 | 2024-05-29T19:57:47.458Z | Downloaded pretty-hex v0.4.1 |
119 | 2024-05-29T19:57:47.458Z | Downloaded backoff v0.4.0 |
120 | 2024-05-29T19:57:47.458Z | Downloaded url v2.5.0 |
121 | 2024-05-29T19:57:47.458Z | Downloaded byteorder v1.5.0 |
122 | 2024-05-29T19:57:47.458Z | Downloaded async-stream v0.3.5 |
123 | 2024-05-29T19:57:47.458Z | Downloaded chrono v0.4.38 |
124 | 2024-05-29T19:57:47.459Z | Downloaded unicode-bidi v0.3.15 |
125 | 2024-05-29T19:57:47.459Z | Downloaded rand_chacha v0.3.1 |
126 | 2024-05-29T19:57:47.459Z | Downloaded version_check v0.9.4 |
127 | 2024-05-29T19:57:47.459Z | Downloaded usdt-attr-macro v0.5.0 |
128 | 2024-05-29T19:57:47.459Z | Downloaded foreign-types-shared v0.1.1 |
129 | 2024-05-29T19:57:47.459Z | Downloaded untrusted v0.9.0 |
130 | 2024-05-29T19:57:47.459Z | Downloaded unicode-width v0.1.12 |
131 | 2024-05-29T19:57:47.460Z | Downloaded ucd-trie v0.1.6 |
132 | 2024-05-29T19:57:47.460Z | Downloaded dtrace-parser v0.2.0 |
133 | 2024-05-29T19:57:47.460Z | Downloaded darling_macro v0.20.9 |
134 | 2024-05-29T19:57:47.460Z | Downloaded crypto-common v0.1.6 |
135 | 2024-05-29T19:57:47.460Z | Downloaded camino v1.1.7 |
136 | 2024-05-29T19:57:47.461Z | Downloaded regex v1.10.4 |
137 | 2024-05-29T19:57:47.461Z | Downloaded pest v2.7.10 |
138 | 2024-05-29T19:57:47.461Z | Downloaded usdt-macro v0.5.0 |
139 | 2024-05-29T19:57:47.461Z | Downloaded openssl-probe v0.1.5 |
140 | 2024-05-29T19:57:47.462Z | Downloaded futures-io v0.3.30 |
141 | 2024-05-29T19:57:47.462Z | Downloaded futures-core v0.3.30 |
142 | 2024-05-29T19:57:47.462Z | Downloaded num-conv v0.1.0 |
143 | 2024-05-29T19:57:47.462Z | Downloaded instant v0.1.13 |
144 | 2024-05-29T19:57:47.462Z | Downloaded futures-sink v0.3.30 |
145 | 2024-05-29T19:57:47.462Z | Downloaded futures-macro v0.3.30 |
146 | 2024-05-29T19:57:47.463Z | Downloaded waitgroup v0.1.2 |
147 | 2024-05-29T19:57:47.463Z | Downloaded fnv v1.0.7 |
148 | 2024-05-29T19:57:47.463Z | Downloaded form_urlencoded v1.2.1 |
149 | 2024-05-29T19:57:47.463Z | Downloaded httparse v1.8.0 |
150 | 2024-05-29T19:57:47.463Z | Downloaded http-body v0.4.6 |
151 | 2024-05-29T19:57:47.463Z | Downloaded digest v0.10.7 |
152 | 2024-05-29T19:57:47.464Z | Downloaded take_mut v0.2.2 |
153 | 2024-05-29T19:57:47.464Z | Downloaded plain v0.2.3 |
154 | 2024-05-29T19:57:47.464Z | Downloaded tower-service v0.3.2 |
155 | 2024-05-29T19:57:47.465Z | Downloaded time-core v0.1.2 |
156 | 2024-05-29T19:57:47.465Z | Downloaded pkg-config v0.3.30 |
157 | 2024-05-29T19:57:47.465Z | Downloaded pin-utils v0.1.0 |
158 | 2024-05-29T19:57:47.465Z | Downloaded want v0.3.1 |
159 | 2024-05-29T19:57:47.465Z | Downloaded unicode-normalization v0.1.23 |
160 | 2024-05-29T19:57:47.466Z | Downloaded scroll_derive v0.12.0 |
161 | 2024-05-29T19:57:47.466Z | Downloaded sync_wrapper v0.1.2 |
162 | 2024-05-29T19:57:47.466Z | Downloaded strum v0.26.2 |
163 | 2024-05-29T19:57:47.466Z | Downloaded newtype-uuid v1.1.0 |
164 | 2024-05-29T19:57:47.466Z | Downloaded heck v0.5.0 |
165 | 2024-05-29T19:57:47.467Z | Downloaded match_cfg v0.1.0 |
166 | 2024-05-29T19:57:47.467Z | Downloaded tinyvec_macros v0.1.1 |
167 | 2024-05-29T19:57:47.467Z | Downloaded sct v0.7.1 |
168 | 2024-05-29T19:57:47.467Z | Downloaded num_cpus v1.16.0 |
169 | 2024-05-29T19:57:47.467Z | Downloaded serde_path_to_error v0.1.16 |
170 | 2024-05-29T19:57:47.467Z | Downloaded hyper-tls v0.5.0 |
171 | 2024-05-29T19:57:47.467Z | Downloaded hostname v0.3.1 |
172 | 2024-05-29T19:57:47.467Z | Downloaded hex v0.4.3 |
173 | 2024-05-29T19:57:47.467Z | Downloaded structmeta v0.3.0 |
174 | 2024-05-29T19:57:47.468Z | Downloaded generic-array v0.14.7 |
175 | 2024-05-29T19:57:47.468Z | Downloaded itoa v1.0.11 |
176 | 2024-05-29T19:57:47.468Z | Downloaded httpdate v1.0.3 |
177 | 2024-05-29T19:57:47.468Z | Downloaded futures-executor v0.3.30 |
178 | 2024-05-29T19:57:47.468Z | Downloaded futures-task v0.3.30 |
179 | 2024-05-29T19:57:47.468Z | Downloaded heck v0.4.1 |
180 | 2024-05-29T19:57:47.468Z | Downloaded deranged v0.3.11 |
181 | 2024-05-29T19:57:47.469Z | Downloaded mime v0.3.17 |
182 | 2024-05-29T19:57:47.469Z | Downloaded macaddr v1.0.1 |
183 | 2024-05-29T19:57:47.469Z | Downloaded memmap v0.7.0 |
184 | 2024-05-29T19:57:47.469Z | Downloaded ipnetwork v0.20.0 |
185 | 2024-05-29T19:57:47.469Z | Downloaded debug-ignore v1.0.5 |
186 | 2024-05-29T19:57:47.469Z | Downloaded dyn-clone v1.0.17 |
187 | 2024-05-29T19:57:47.469Z | Downloaded thread_local v1.1.8 |
188 | 2024-05-29T19:57:47.470Z | Downloaded dof v0.3.0 |
189 | 2024-05-29T19:57:47.470Z | Downloaded try-lock v0.2.5 |
190 | 2024-05-29T19:57:47.470Z | Downloaded quote v1.0.36 |
191 | 2024-05-29T19:57:47.470Z | Downloaded dirs-sys-next v0.1.2 |
192 | 2024-05-29T19:57:47.471Z | Downloaded toml_datetime v0.6.6 |
193 | 2024-05-29T19:57:47.471Z | Downloaded native-tls v0.2.12 |
194 | 2024-05-29T19:57:47.472Z | Downloaded hostname v0.4.0 |
195 | 2024-05-29T19:57:47.472Z | Downloaded rustls-pemfile v1.0.4 |
196 | 2024-05-29T19:57:47.472Z | Downloaded powerfmt v0.2.0 |
197 | 2024-05-29T19:57:47.473Z | Downloaded tokio-native-tls v0.3.1 |
198 | 2024-05-29T19:57:47.473Z | Downloaded slab v0.4.9 |
199 | 2024-05-29T19:57:47.473Z | Downloaded serde_tokenstream v0.2.0 |
200 | 2024-05-29T19:57:47.474Z | Downloaded iana-time-zone v0.1.60 |
201 | 2024-05-29T19:57:47.474Z | Downloaded getrandom v0.2.15 |
202 | 2024-05-29T19:57:47.474Z | Downloaded pin-project-lite v0.2.14 |
203 | 2024-05-29T19:57:47.474Z | Downloaded smallvec v1.13.2 |
204 | 2024-05-29T19:57:47.474Z | Downloaded semver v1.0.23 |
205 | 2024-05-29T19:57:47.475Z | Downloaded time-macros v0.2.18 |
206 | 2024-05-29T19:57:47.475Z | Downloaded structmeta-derive v0.3.0 |
207 | 2024-05-29T19:57:47.475Z | Downloaded strsim v0.11.1 |
208 | 2024-05-29T19:57:47.476Z | Downloaded serde_urlencoded v0.7.1 |
209 | 2024-05-29T19:57:47.476Z | Downloaded ppv-lite86 v0.2.17 |
210 | 2024-05-29T19:57:47.476Z | Downloaded signal-hook-registry v1.4.2 |
211 | 2024-05-29T19:57:47.476Z | Downloaded parse-display-derive v0.9.0 |
212 | 2024-05-29T19:57:47.476Z | Downloaded tokio-rustls v0.24.1 |
213 | 2024-05-29T19:57:47.476Z | Downloaded slog-json v2.6.1 |
214 | 2024-05-29T19:57:47.477Z | Downloaded slog-bunyan v2.5.0 |
215 | 2024-05-29T19:57:47.521Z | Downloaded serde_spanned v0.6.6 |
216 | 2024-05-29T19:57:47.521Z | Downloaded parse-display v0.9.0 |
217 | 2024-05-29T19:57:47.521Z | Downloaded rustversion v1.0.17 |
218 | 2024-05-29T19:57:47.521Z | Downloaded thiserror-impl v1.0.61 |
219 | 2024-05-29T19:57:47.521Z | Downloaded indexmap v1.9.3 |
220 | 2024-05-29T19:57:47.521Z | Downloaded sha1 v0.10.6 |
221 | 2024-05-29T19:57:47.522Z | Downloaded typenum v1.17.0 |
222 | 2024-05-29T19:57:47.522Z | Downloaded slog-term v2.9.1 |
223 | 2024-05-29T19:57:47.522Z | Downloaded zerocopy-derive v0.7.34 |
224 | 2024-05-29T19:57:47.522Z | Downloaded tokio-macros v2.2.0 |
225 | 2024-05-29T19:57:47.522Z | Downloaded thread-id v4.2.1 |
226 | 2024-05-29T19:57:47.522Z | Downloaded strum_macros v0.26.2 |
227 | 2024-05-29T19:57:47.522Z | Downloaded thiserror v1.0.61 |
228 | 2024-05-29T19:57:47.522Z | Downloaded tinyvec v1.6.0 |
229 | 2024-05-29T19:57:47.523Z | Downloaded parking_lot v0.12.3 |
230 | 2024-05-29T19:57:47.523Z | Downloaded aho-corasick v1.1.3 |
231 | 2024-05-29T19:57:47.523Z | Downloaded subtle v2.5.0 |
232 | 2024-05-29T19:57:47.523Z | Downloaded serde_with_macros v3.8.1 |
233 | 2024-05-29T19:57:47.523Z | Downloaded scroll v0.12.0 |
234 | 2024-05-29T19:57:47.523Z | Downloaded paste v1.0.15 |
235 | 2024-05-29T19:57:47.523Z | Downloaded toml v0.8.13 |
236 | 2024-05-29T19:57:47.523Z | Downloaded sha2 v0.10.8 |
237 | 2024-05-29T19:57:47.524Z | Downloaded log v0.4.21 |
238 | 2024-05-29T19:57:47.524Z | Downloaded pest_derive v2.7.10 |
239 | 2024-05-29T19:57:47.524Z | Downloaded tracing-core v0.1.32 |
240 | 2024-05-29T19:57:47.524Z | Downloaded openssl-sys v0.9.102 |
241 | 2024-05-29T19:57:47.524Z | Downloaded memchr v2.7.2 |
242 | 2024-05-29T19:57:47.524Z | Downloaded toml_edit v0.22.13 |
243 | 2024-05-29T19:57:47.524Z | Downloaded mio v0.8.11 |
244 | 2024-05-29T19:57:47.524Z | Downloaded term v0.7.0 |
245 | 2024-05-29T19:57:47.525Z | Downloaded tokio-util v0.7.11 |
246 | 2024-05-29T19:57:47.525Z | Downloaded time v0.3.36 |
247 | 2024-05-29T19:57:47.525Z | Downloaded serde_yaml v0.9.34+deprecated |
248 | 2024-05-29T19:57:47.525Z | Downloaded serde_derive v1.0.203 |
249 | 2024-05-29T19:57:47.525Z | Downloaded h2 v0.3.26 |
250 | 2024-05-29T19:57:47.525Z | Downloaded serde v1.0.203 |
251 | 2024-05-29T19:57:47.525Z | Downloaded tracing v0.1.40 |
252 | 2024-05-29T19:57:47.525Z | Downloaded futures-util v0.3.30 |
253 | 2024-05-29T19:57:47.525Z | Downloaded schemars v0.8.21 |
254 | 2024-05-29T19:57:47.525Z | Downloaded hyper v0.14.28 |
255 | 2024-05-29T19:57:47.525Z | Downloaded openssl v0.10.64 |
256 | 2024-05-29T19:57:47.525Z | Downloaded idna v0.5.0 |
257 | 2024-05-29T19:57:47.525Z | Downloaded zerocopy v0.7.34 |
258 | 2024-05-29T19:57:47.525Z | Downloaded openapiv3 v2.0.0 |
259 | 2024-05-29T19:57:47.525Z | Downloaded serde_with v3.8.1 |
260 | 2024-05-29T19:57:47.525Z | Downloaded goblin v0.8.2 |
261 | 2024-05-29T19:57:47.526Z | Downloaded rand v0.8.5 |
262 | 2024-05-29T19:57:47.526Z | Downloaded libc v0.2.155 |
263 | 2024-05-29T19:57:47.526Z | Downloaded proc-macro2 v1.0.84 |
264 | 2024-05-29T19:57:47.526Z | Downloaded serde_json v1.0.117 |
265 | 2024-05-29T19:57:47.526Z | Downloaded rustls-webpki v0.101.7 |
266 | 2024-05-29T19:57:47.526Z | Downloaded reqwest v0.11.27 |
267 | 2024-05-29T19:57:47.559Z | Downloaded vcpkg v0.2.15 |
268 | 2024-05-29T19:57:47.559Z | Downloaded rustls-webpki v0.102.4 |
269 | 2024-05-29T19:57:47.591Z | Downloaded webpki-roots v0.25.4 |
270 | 2024-05-29T19:57:47.591Z | Downloaded syn v2.0.66 |
271 | 2024-05-29T19:57:47.592Z | Downloaded encoding_rs v0.8.34 |
272 | 2024-05-29T19:57:47.645Z | Downloaded winnow v0.6.9 |
273 | 2024-05-29T19:57:47.645Z | Downloaded rustls v0.22.4 |
274 | 2024-05-29T19:57:47.645Z | Downloaded rustls v0.21.12 |
275 | 2024-05-29T19:57:47.645Z | Downloaded regress v0.9.1 |
276 | 2024-05-29T19:57:47.646Z | Downloaded regex-syntax v0.8.3 |
277 | 2024-05-29T19:57:47.646Z | Downloaded unsafe-libyaml v0.2.11 |
278 | 2024-05-29T19:57:47.646Z | Downloaded hashbrown v0.14.5 |
279 | 2024-05-29T19:57:47.695Z | Downloaded hashbrown v0.12.3 |
280 | 2024-05-29T19:57:47.696Z | Downloaded slog v2.7.0 |
281 | 2024-05-29T19:57:47.696Z | Downloaded uuid v1.8.0 |
282 | 2024-05-29T19:57:47.696Z | Downloaded http v1.1.0 |
283 | 2024-05-29T19:57:47.696Z | Downloaded http v0.2.12 |
284 | 2024-05-29T19:57:47.696Z | Downloaded socket2 v0.5.7 |
285 | 2024-05-29T19:57:47.697Z | Downloaded serde_derive_internals v0.29.1 |
286 | 2024-05-29T19:57:47.697Z | Downloaded indexmap v2.2.6 |
287 | 2024-05-29T19:57:47.697Z | Downloaded ryu v1.0.18 |
288 | 2024-05-29T19:57:47.697Z | Downloaded regex-automata v0.4.6 |
289 | 2024-05-29T19:57:48.145Z | Downloaded spin v0.9.8 |
290 | 2024-05-29T19:57:48.145Z | Downloaded tokio v1.37.0 |
291 | 2024-05-29T19:57:48.145Z | Downloaded scopeguard v1.2.0 |
292 | 2024-05-29T19:57:48.145Z | Downloaded rustls-pemfile v2.1.2 |
293 | 2024-05-29T19:57:48.145Z | Downloaded tokio-rustls v0.25.0 |
294 | 2024-05-29T19:57:48.145Z | Downloaded multer v3.1.0 |
295 | 2024-05-29T19:57:48.146Z | Downloaded base64 v0.22.1 |
296 | 2024-05-29T19:57:48.146Z | Downloaded base64 v0.21.7 |
297 | 2024-05-29T19:57:48.146Z | Downloaded num-traits v0.2.19 |
298 | 2024-05-29T19:57:48.146Z | Downloaded cc v1.0.98 |
299 | 2024-05-29T19:57:48.146Z | Downloaded schemars_derive v0.8.21 |
300 | 2024-05-29T19:57:48.146Z | Downloaded usdt-impl v0.5.0 |
301 | 2024-05-29T19:57:48.146Z | Downloaded unicode-ident v1.0.12 |
302 | 2024-05-29T19:57:48.147Z | Downloaded once_cell v1.19.0 |
303 | 2024-05-29T19:57:48.147Z | Downloaded lock_api v0.4.12 |
304 | 2024-05-29T19:57:48.147Z | Downloaded bytes v1.6.0 |
305 | 2024-05-29T19:57:48.147Z | Downloaded rustls-pki-types v1.7.0 |
306 | 2024-05-29T19:57:48.147Z | Downloaded pest_meta v2.7.10 |
307 | 2024-05-29T19:57:48.147Z | Downloaded zeroize v1.8.1 |
308 | 2024-05-29T19:57:48.148Z | Downloaded futures v0.3.30 |
309 | 2024-05-29T19:57:48.148Z | Downloaded hyper-rustls v0.24.2 |
310 | 2024-05-29T19:57:48.148Z | Downloaded rand_core v0.6.4 |
311 | 2024-05-29T19:57:48.149Z | Downloaded slog-async v2.8.0 |
312 | 2024-05-29T19:57:48.149Z | Downloaded ipnet v2.9.0 |
313 | 2024-05-29T19:57:48.149Z | Downloaded getopts v0.2.21 |
314 | 2024-05-29T19:57:48.149Z | Downloaded crossbeam-utils v0.8.20 |
315 | 2024-05-29T19:57:48.149Z | Downloaded pest_generator v2.7.10 |
316 | 2024-05-29T19:57:48.150Z | Downloaded percent-encoding v2.3.1 |
317 | 2024-05-29T19:57:48.150Z | Downloaded futures-channel v0.3.30 |
318 | 2024-05-29T19:57:48.150Z | Downloaded dirs-next v2.0.0 |
319 | 2024-05-29T19:57:48.150Z | Downloaded cfg-if v1.0.0 |
320 | 2024-05-29T19:57:48.150Z | Downloaded omicron-workspace-hack v0.1.0 |
321 | 2024-05-29T19:57:48.151Z | Downloaded num_threads v0.1.7 |
322 | 2024-05-29T19:57:48.151Z | Downloaded is-terminal v0.4.12 |
323 | 2024-05-29T19:57:48.151Z | Downloaded ident_case v1.0.1 |
324 | 2024-05-29T19:57:48.151Z | Downloaded foreign-types v0.3.2 |
325 | 2024-05-29T19:57:48.151Z | Downloaded equivalent v1.0.1 |
326 | 2024-05-29T19:57:48.152Z | Downloaded parking_lot_core v0.9.10 |
327 | 2024-05-29T19:57:48.152Z | Downloaded ring v0.17.8 |
328 | 2024-05-29T19:57:48.152Z | Compiling proc-macro2 v1.0.84 |
329 | 2024-05-29T19:57:48.152Z | Compiling unicode-ident v1.0.12 |
330 | 2024-05-29T19:57:48.152Z | Compiling libc v0.2.155 |
331 | 2024-05-29T19:57:48.153Z | Checking cfg-if v1.0.0 |
332 | 2024-05-29T19:57:48.153Z | Compiling version_check v0.9.4 |
333 | 2024-05-29T19:57:48.153Z | Compiling autocfg v1.3.0 |
334 | 2024-05-29T19:57:48.153Z | Compiling serde v1.0.203 |
335 | 2024-05-29T19:57:48.153Z | Compiling serde_json v1.0.117 |
336 | 2024-05-29T19:57:48.232Z | Checking itoa v1.0.11 |
337 | 2024-05-29T19:57:48.739Z | Compiling thiserror v1.0.61 |
338 | 2024-05-29T19:57:49.109Z | Checking once_cell v1.19.0 |
339 | 2024-05-29T19:57:49.109Z | Compiling memchr v2.7.2 |
340 | 2024-05-29T19:57:49.109Z | Compiling ahash v0.8.11 |
341 | 2024-05-29T19:57:49.110Z | Compiling cc v1.0.98 |
342 | 2024-05-29T19:57:50.571Z | Checking byteorder v1.5.0 |
343 | 2024-05-29T19:57:50.665Z | Checking pin-project-lite v0.2.14 |
344 | 2024-05-29T19:57:50.679Z | Compiling num-traits v0.2.19 |
345 | 2024-05-29T19:57:50.746Z | Checking log v0.4.21 |
346 | 2024-05-29T19:57:51.172Z | Checking ryu v1.0.18 |
347 | 2024-05-29T19:57:51.173Z | Checking bytes v1.6.0 |
348 | 2024-05-29T19:57:51.191Z | Compiling lock_api v0.4.12 |
349 | 2024-05-29T19:57:51.192Z | Compiling parking_lot_core v0.9.10 |
350 | 2024-05-29T19:57:51.192Z | Checking allocator-api2 v0.2.18 |
351 | 2024-05-29T19:57:51.192Z | Compiling ring v0.17.8 |
352 | 2024-05-29T19:57:51.915Z | Compiling schemars v0.8.21 |
353 | 2024-05-29T19:57:51.915Z | Checking getrandom v0.2.15 |
354 | 2024-05-29T19:57:51.915Z | Checking smallvec v1.13.2 |
355 | 2024-05-29T19:57:51.915Z | Compiling quote v1.0.36 |
356 | 2024-05-29T19:57:51.916Z | Checking scopeguard v1.2.0 |
357 | 2024-05-29T19:57:51.916Z | Checking futures-core v0.3.30 |
358 | 2024-05-29T19:57:51.916Z | Checking socket2 v0.5.7 |
359 | 2024-05-29T19:57:51.917Z | Checking signal-hook-registry v1.4.2 |
360 | 2024-05-29T19:57:51.917Z | Checking num_cpus v1.16.0 |
361 | 2024-05-29T19:57:51.917Z | Compiling syn v2.0.66 |
362 | 2024-05-29T19:57:51.917Z | Checking mio v0.8.11 |
363 | 2024-05-29T19:57:52.006Z | Compiling slab v0.4.9 |
364 | 2024-05-29T19:57:52.041Z | Checking spin v0.9.8 |
365 | 2024-05-29T19:57:52.069Z | Checking parking_lot v0.12.3 |
366 | 2024-05-29T19:57:52.120Z | Checking futures-sink v0.3.30 |
367 | 2024-05-29T19:57:52.237Z | Checking untrusted v0.9.0 |
368 | 2024-05-29T19:57:52.308Z | Checking equivalent v1.0.1 |
369 | 2024-05-29T19:57:52.366Z | Checking fnv v1.0.7 |
370 | 2024-05-29T19:57:52.373Z | Checking futures-channel v0.3.30 |
371 | 2024-05-29T19:57:52.399Z | Compiling vcpkg v0.2.15 |
372 | 2024-05-29T19:57:52.473Z | Compiling semver v1.0.23 |
373 | 2024-05-29T19:57:52.492Z | Checking pin-utils v0.1.0 |
374 | 2024-05-29T19:57:52.532Z | Checking futures-io v0.3.30 |
375 | 2024-05-29T19:57:52.666Z | Compiling pkg-config v0.3.30 |
376 | 2024-05-29T19:57:52.691Z | Checking futures-task v0.3.30 |
377 | 2024-05-29T19:57:52.697Z | Compiling ucd-trie v0.1.6 |
378 | 2024-05-29T19:57:52.879Z | Checking http v0.2.12 |
379 | 2024-05-29T19:57:53.188Z | Compiling httparse v1.8.0 |
380 | 2024-05-29T19:57:53.742Z | Checking iana-time-zone v0.1.60 |
381 | 2024-05-29T19:57:53.861Z | Checking tracing-core v0.1.32 |
382 | 2024-05-29T19:57:54.002Z | Compiling openssl-sys v0.9.102 |
383 | 2024-05-29T19:57:54.098Z | Checking dyn-clone v1.0.17 |
384 | 2024-05-29T19:57:54.190Z | Compiling uuid v1.8.0 |
385 | 2024-05-29T19:57:54.476Z | Checking tracing v0.1.40 |
386 | 2024-05-29T19:57:54.519Z | Compiling chrono v0.4.38 |
387 | 2024-05-29T19:57:55.078Z | Compiling openssl v0.10.64 |
388 | 2024-05-29T19:57:55.082Z | Compiling slog v2.7.0 |
389 | 2024-05-29T19:57:55.082Z | Checking try-lock v0.2.5 |
390 | 2024-05-29T19:57:55.082Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-05-29T19:57:55.083Z | Compiling heck v0.5.0 |
392 | 2024-05-29T19:57:55.083Z | Checking foreign-types v0.3.2 |
393 | 2024-05-29T19:57:55.128Z | Checking want v0.3.1 |
394 | 2024-05-29T19:57:55.604Z | Checking http-body v0.4.6 |
395 | 2024-05-29T19:57:55.604Z | Compiling aho-corasick v1.1.3 |
396 | 2024-05-29T19:57:55.605Z | Compiling regex-syntax v0.8.3 |
397 | 2024-05-29T19:57:55.605Z | Checking tower-service v0.3.2 |
398 | 2024-05-29T19:57:55.617Z | Checking bitflags v2.5.0 |
399 | 2024-05-29T19:57:55.817Z | Checking httpdate v1.0.3 |
400 | 2024-05-29T19:57:56.030Z | Compiling native-tls v0.2.12 |
401 | 2024-05-29T19:57:56.493Z | Checking tinyvec_macros v0.1.1 |
402 | 2024-05-29T19:57:56.493Z | Checking percent-encoding v2.3.1 |
403 | 2024-05-29T19:57:56.494Z | Compiling typenum v1.17.0 |
404 | 2024-05-29T19:57:56.494Z | Compiling rustls v0.21.12 |
405 | 2024-05-29T19:57:56.694Z | Checking form_urlencoded v1.2.1 |
406 | 2024-05-29T19:57:56.848Z | Checking tinyvec v1.6.0 |
407 | 2024-05-29T19:57:57.612Z | Compiling generic-array v0.14.7 |
408 | 2024-05-29T19:57:57.902Z | Compiling serde_derive_internals v0.29.1 |
409 | 2024-05-29T19:57:58.154Z | Checking openssl-probe v0.1.5 |
410 | 2024-05-29T19:57:58.257Z | Checking unicode-normalization v0.1.23 |
411 | 2024-05-29T19:57:59.056Z | Compiling regex-automata v0.4.6 |
412 | 2024-05-29T19:57:59.593Z | Compiling usdt-impl v0.5.0 |
413 | 2024-05-29T19:57:59.958Z | Checking encoding_rs v0.8.34 |
414 | 2024-05-29T19:58:00.072Z | Compiling time-core v0.1.2 |
415 | 2024-05-29T19:58:00.587Z | Checking unicode-bidi v0.3.15 |
416 | 2024-05-29T19:58:00.587Z | Compiling num-conv v0.1.0 |
417 | 2024-05-29T19:58:00.587Z | Checking mime v0.3.17 |
418 | 2024-05-29T19:58:00.765Z | Checking powerfmt v0.2.0 |
419 | 2024-05-29T19:58:00.860Z | Checking idna v0.5.0 |
420 | 2024-05-29T19:58:00.977Z | Checking deranged v0.3.11 |
421 | 2024-05-29T19:58:01.053Z | Compiling time-macros v0.2.18 |
422 | 2024-05-29T19:58:01.674Z | Compiling thread-id v4.2.1 |
423 | 2024-05-29T19:58:02.411Z | Compiling strsim v0.11.1 |
424 | 2024-05-29T19:58:02.733Z | Compiling ident_case v1.0.1 |
425 | 2024-05-29T19:58:02.880Z | Compiling regex v1.10.4 |
426 | 2024-05-29T19:58:02.895Z | Compiling unicode-width v0.1.12 |
427 | 2024-05-29T19:58:03.171Z | Checking plain v0.2.3 |
428 | 2024-05-29T19:58:03.254Z | Checking base64 v0.21.7 |
429 | 2024-05-29T19:58:03.262Z | Compiling crossbeam-utils v0.8.20 |
430 | 2024-05-29T19:58:03.320Z | Compiling serde_derive v1.0.203 |
431 | 2024-05-29T19:58:03.689Z | Compiling zerocopy-derive v0.7.34 |
432 | 2024-05-29T19:58:03.789Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-05-29T19:58:03.819Z | Compiling schemars_derive v0.8.21 |
434 | 2024-05-29T19:58:03.838Z | Compiling tokio-macros v2.2.0 |
435 | 2024-05-29T19:58:04.319Z | Compiling futures-macro v0.3.30 |
436 | 2024-05-29T19:58:04.999Z | Compiling openssl-macros v0.1.1 |
437 | 2024-05-29T19:58:05.360Z | Checking tokio v1.37.0 |
438 | 2024-05-29T19:58:05.791Z | Checking zerocopy v0.7.34 |
439 | 2024-05-29T19:58:09.776Z | Checking futures-util v0.3.30 |
440 | 2024-05-29T19:58:09.826Z | Compiling pest v2.7.10 |
441 | 2024-05-29T19:58:09.826Z | Checking sct v0.7.1 |
442 | 2024-05-29T19:58:09.826Z | Checking rustls-webpki v0.101.7 |
443 | 2024-05-29T19:58:09.826Z | Checking hashbrown v0.14.5 |
444 | 2024-05-29T19:58:09.826Z | Compiling scroll_derive v0.12.0 |
445 | 2024-05-29T19:58:09.826Z | Compiling pest_meta v2.7.10 |
446 | 2024-05-29T19:58:09.826Z | Compiling regress v0.9.1 |
447 | 2024-05-29T19:58:10.274Z | Checking scroll v0.12.0 |
448 | 2024-05-29T19:58:11.234Z | Compiling pest_generator v2.7.10 |
449 | 2024-05-29T19:58:12.046Z | Checking tokio-util v0.7.11 |
450 | 2024-05-29T19:58:12.881Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-05-29T19:58:12.890Z | Checking tokio-rustls v0.24.1 |
452 | 2024-05-29T19:58:13.184Z | Checking rustls-pki-types v1.7.0 |
453 | 2024-05-29T19:58:13.587Z | Checking num_threads v0.1.7 |
454 | 2024-05-29T19:58:13.851Z | Checking time v0.3.36 |
455 | 2024-05-29T19:58:14.055Z | Compiling pest_derive v2.7.10 |
456 | 2024-05-29T19:58:14.239Z | Checking goblin v0.8.2 |
457 | 2024-05-29T19:58:14.843Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-05-29T19:58:15.663Z | Checking rustls-pemfile v1.0.4 |
459 | 2024-05-29T19:58:15.833Z | Compiling getopts v0.2.21 |
460 | 2024-05-29T19:58:15.866Z | Compiling darling_core v0.20.9 |
461 | 2024-05-29T19:58:16.375Z | Checking indexmap v2.2.6 |
462 | 2024-05-29T19:58:16.662Z | Checking serde_urlencoded v0.7.1 |
463 | 2024-05-29T19:58:17.156Z | Compiling serde_tokenstream v0.2.0 |
464 | 2024-05-29T19:58:17.594Z | Checking h2 v0.3.26 |
465 | 2024-05-29T19:58:17.945Z | Checking openapiv3 v2.0.0 |
466 | 2024-05-29T19:58:18.009Z | Checking url v2.5.0 |
467 | 2024-05-29T19:58:18.993Z | Compiling dof v0.3.0 |
468 | 2024-05-29T19:58:19.889Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-05-29T19:58:20.231Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
470 | 2024-05-29T19:58:20.524Z | Checking webpki-roots v0.25.4 |
471 | 2024-05-29T19:58:20.979Z | Checking pretty-hex v0.4.1 |
472 | 2024-05-29T19:58:21.126Z | Checking ipnet v2.9.0 |
473 | 2024-05-29T19:58:21.381Z | Compiling unsafe-libyaml v0.2.11 |
474 | 2024-05-29T19:58:21.547Z | Compiling rustls v0.22.4 |
475 | 2024-05-29T19:58:21.622Z | Checking hyper v0.14.28 |
476 | 2024-05-29T19:58:21.823Z | Compiling rustversion v1.0.17 |
477 | 2024-05-29T19:58:22.078Z | Checking sync_wrapper v0.1.2 |
478 | 2024-05-29T19:58:22.179Z | Compiling paste v1.0.15 |
479 | 2024-05-29T19:58:22.189Z | Compiling omicron-workspace-hack v0.1.0 |
480 | 2024-05-29T19:58:22.476Z | Compiling darling_macro v0.20.9 |
481 | 2024-05-29T19:58:22.674Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-05-29T19:58:22.941Z | Checking dirs-next v2.0.0 |
483 | 2024-05-29T19:58:23.081Z | Checking serde_spanned v0.6.6 |
484 | 2024-05-29T19:58:23.122Z | Checking toml_datetime v0.6.6 |
485 | 2024-05-29T19:58:23.369Z | Checking rustls-webpki v0.102.4 |
486 | 2024-05-29T19:58:23.478Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-05-29T19:58:23.503Z | Checking block-buffer v0.10.4 |
488 | 2024-05-29T19:58:23.557Z | Checking crypto-common v0.1.6 |
489 | 2024-05-29T19:58:23.674Z | Checking rand_core v0.6.4 |
490 | 2024-05-29T19:58:23.802Z | Compiling multer v3.1.0 |
491 | 2024-05-29T19:58:23.921Z | Checking thread_local v1.1.8 |
492 | 2024-05-29T19:58:23.938Z | Checking winnow v0.6.9 |
493 | 2024-05-29T19:58:24.084Z | Compiling camino v1.1.7 |
494 | 2024-05-29T19:58:24.092Z | Compiling slog-async v2.8.0 |
495 | 2024-05-29T19:58:24.159Z | Checking zeroize v1.8.1 |
496 | 2024-05-29T19:58:24.378Z | Checking match_cfg v0.1.0 |
497 | 2024-05-29T19:58:24.448Z | Compiling anyhow v1.0.86 |
498 | 2024-05-29T19:58:24.554Z | Checking subtle v2.5.0 |
499 | 2024-05-29T19:58:24.606Z | Checking ppv-lite86 v0.2.17 |
500 | 2024-05-29T19:58:25.242Z | Checking hostname v0.3.1 |
501 | 2024-05-29T19:58:25.249Z | Checking rand_chacha v0.3.1 |
502 | 2024-05-29T19:58:25.403Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-05-29T19:58:25.946Z | Checking hyper-tls v0.5.0 |
504 | 2024-05-29T19:58:26.070Z | Checking hyper-rustls v0.24.2 |
505 | 2024-05-29T19:58:26.109Z | Checking digest v0.10.7 |
506 | 2024-05-29T19:58:26.192Z | Compiling darling v0.20.9 |
507 | 2024-05-29T19:58:26.266Z | Compiling structmeta v0.3.0 |
508 | 2024-05-29T19:58:26.286Z | Checking term v0.7.0 |
509 | 2024-05-29T19:58:26.329Z | Checking reqwest v0.11.27 |
510 | 2024-05-29T19:58:26.612Z | Compiling usdt-macro v0.5.0 |
511 | 2024-05-29T19:58:26.671Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-05-29T19:58:26.949Z | Checking toml_edit v0.22.13 |
513 | 2024-05-29T19:58:27.475Z | Checking slog-json v2.6.1 |
514 | 2024-05-29T19:58:27.535Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
515 | 2024-05-29T19:58:27.698Z | Checking futures-executor v0.3.30 |
516 | 2024-05-29T19:58:27.803Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-05-29T19:58:27.833Z | Checking http v1.1.0 |
518 | 2024-05-29T19:58:28.253Z | Checking memmap v0.7.0 |
519 | 2024-05-29T19:58:28.254Z | Checking is-terminal v0.4.12 |
520 | 2024-05-29T19:58:28.254Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
521 | 2024-05-29T19:58:28.254Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
522 | 2024-05-29T19:58:28.254Z | Checking base64 v0.22.1 |
523 | 2024-05-29T19:58:28.286Z | Checking cpufeatures v0.2.12 |
524 | 2024-05-29T19:58:28.314Z | Checking atomic-waker v1.1.2 |
525 | 2024-05-29T19:58:28.337Z | Compiling heck v0.4.1 |
526 | 2024-05-29T19:58:28.357Z | Checking take_mut v0.2.2 |
527 | 2024-05-29T19:58:28.427Z | Checking waitgroup v0.1.2 |
528 | 2024-05-29T19:58:28.537Z | Checking sha1 v0.10.6 |
529 | 2024-05-29T19:58:28.582Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-05-29T19:58:28.740Z | Checking tokio-rustls v0.25.0 |
531 | 2024-05-29T19:58:28.745Z | Compiling strum_macros v0.26.2 |
532 | 2024-05-29T19:58:28.791Z | Checking usdt v0.5.0 |
533 | 2024-05-29T19:58:28.831Z | Checking slog-term v2.9.1 |
534 | 2024-05-29T19:58:29.019Z | Checking futures v0.3.30 |
535 | 2024-05-29T19:58:29.063Z | Checking slog-bunyan v2.5.0 |
536 | 2024-05-29T19:58:29.100Z | Compiling parse-display-derive v0.9.0 |
537 | 2024-05-29T19:58:29.118Z | Checking async-stream v0.3.5 |
538 | 2024-05-29T19:58:29.212Z | Compiling serde_with_macros v3.8.1 |
539 | 2024-05-29T19:58:29.259Z | Checking rand v0.8.5 |
540 | 2024-05-29T19:58:29.402Z | Checking toml v0.8.13 |
541 | 2024-05-29T19:58:29.805Z | Checking newtype-uuid v1.1.0 |
542 | 2024-05-29T19:58:29.910Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
543 | 2024-05-29T19:58:30.020Z | Checking hex v0.4.3 |
544 | 2024-05-29T19:58:30.090Z | Checking serde_path_to_error v0.1.16 |
545 | 2024-05-29T19:58:30.477Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-05-29T19:58:30.540Z | Compiling async-trait v0.1.80 |
547 | 2024-05-29T19:58:30.706Z | Checking hostname v0.4.0 |
548 | 2024-05-29T19:58:30.826Z | Checking instant v0.1.13 |
549 | 2024-05-29T19:58:30.924Z | Checking debug-ignore v1.0.5 |
550 | 2024-05-29T19:58:31.038Z | Checking backoff v0.4.0 |
551 | 2024-05-29T19:58:31.232Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-05-29T19:58:31.318Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
553 | 2024-05-29T19:58:31.347Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-05-29T19:58:31.447Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-05-29T19:58:31.633Z | Checking ipnetwork v0.20.0 |
556 | 2024-05-29T19:58:31.953Z | Checking serde_with v3.8.1 |
557 | 2024-05-29T19:58:31.975Z | Checking macaddr v1.0.1 |
558 | 2024-05-29T19:58:32.928Z | Checking strum v0.26.2 |
559 | 2024-05-29T19:58:33.081Z | Checking parse-display v0.9.0 |
560 | 2024-05-29T19:58:33.584Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
561 | 2024-05-29T19:58:35.449Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
562 | 2024-05-29T19:58:35.501Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
563 | 2024-05-29T19:58:38.326Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
564 | 2024-05-29T19:58:44.363Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
565 | 2024-05-29T19:58:47.051Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
566 | 2024-05-29T19:58:52.705Z | Checking test-project v0.1.0 (/tmp/test-project) |
567 | 2024-05-29T19:58:53.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
568 | 2024-05-29T19:58:53.171Z | + cargo build --release |
569 | 2024-05-29T19:58:53.172Z | Compiling proc-macro2 v1.0.84 |
570 | 2024-05-29T19:58:53.172Z | Compiling unicode-ident v1.0.12 |
571 | 2024-05-29T19:58:53.172Z | Compiling libc v0.2.155 |
572 | 2024-05-29T19:58:53.172Z | Compiling cfg-if v1.0.0 |
573 | 2024-05-29T19:58:53.172Z | Compiling version_check v0.9.4 |
574 | 2024-05-29T19:58:53.172Z | Compiling autocfg v1.3.0 |
575 | 2024-05-29T19:58:53.172Z | Compiling serde v1.0.203 |
576 | 2024-05-29T19:58:53.172Z | Compiling serde_json v1.0.117 |
577 | 2024-05-29T19:58:53.172Z | Compiling itoa v1.0.11 |
578 | 2024-05-29T19:58:53.230Z | Compiling thiserror v1.0.61 |
579 | 2024-05-29T19:58:53.376Z | Compiling once_cell v1.19.0 |
580 | 2024-05-29T19:58:53.482Z | Compiling memchr v2.7.2 |
581 | 2024-05-29T19:58:53.580Z | Compiling cc v1.0.98 |
582 | 2024-05-29T19:58:53.693Z | Compiling ahash v0.8.11 |
583 | 2024-05-29T19:58:54.098Z | Compiling byteorder v1.5.0 |
584 | 2024-05-29T19:58:54.159Z | Compiling num-traits v0.2.19 |
585 | 2024-05-29T19:58:54.457Z | Compiling quote v1.0.36 |
586 | 2024-05-29T19:58:54.539Z | Compiling getrandom v0.2.15 |
587 | 2024-05-29T19:58:54.574Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-05-29T19:58:54.682Z | Compiling ryu v1.0.18 |
589 | 2024-05-29T19:58:54.752Z | Compiling bytes v1.6.0 |
590 | 2024-05-29T19:58:54.873Z | Compiling syn v2.0.66 |
591 | 2024-05-29T19:58:55.076Z | Compiling log v0.4.21 |
592 | 2024-05-29T19:58:55.195Z | Compiling lock_api v0.4.12 |
593 | 2024-05-29T19:58:55.243Z | Compiling schemars v0.8.21 |
594 | 2024-05-29T19:58:55.826Z | Compiling parking_lot_core v0.9.10 |
595 | 2024-05-29T19:58:55.833Z | Compiling allocator-api2 v0.2.18 |
596 | 2024-05-29T19:58:55.834Z | Compiling smallvec v1.13.2 |
597 | 2024-05-29T19:58:55.834Z | Compiling futures-core v0.3.30 |
598 | 2024-05-29T19:58:55.841Z | Compiling scopeguard v1.2.0 |
599 | 2024-05-29T19:58:55.850Z | Compiling signal-hook-registry v1.4.2 |
600 | 2024-05-29T19:58:56.337Z | Compiling num_cpus v1.16.0 |
601 | 2024-05-29T19:58:56.454Z | Compiling mio v0.8.11 |
602 | 2024-05-29T19:58:56.497Z | Compiling parking_lot v0.12.3 |
603 | 2024-05-29T19:58:56.502Z | Compiling ring v0.17.8 |
604 | 2024-05-29T19:58:56.523Z | Compiling socket2 v0.5.7 |
605 | 2024-05-29T19:58:56.631Z | Compiling slab v0.4.9 |
606 | 2024-05-29T19:58:57.031Z | Compiling spin v0.9.8 |
607 | 2024-05-29T19:58:57.055Z | Compiling futures-sink v0.3.30 |
608 | 2024-05-29T19:58:57.279Z | Compiling equivalent v1.0.1 |
609 | 2024-05-29T19:58:57.302Z | Compiling fnv v1.0.7 |
610 | 2024-05-29T19:58:57.369Z | Compiling untrusted v0.9.0 |
611 | 2024-05-29T19:58:57.417Z | Compiling semver v1.0.23 |
612 | 2024-05-29T19:58:57.853Z | Compiling futures-channel v0.3.30 |
613 | 2024-05-29T19:58:57.899Z | Compiling vcpkg v0.2.15 |
614 | 2024-05-29T19:58:58.159Z | Compiling pin-utils v0.1.0 |
615 | 2024-05-29T19:58:58.237Z | Compiling pkg-config v0.3.30 |
616 | 2024-05-29T19:58:58.266Z | Compiling futures-task v0.3.30 |
617 | 2024-05-29T19:58:58.281Z | Compiling futures-io v0.3.30 |
618 | 2024-05-29T19:58:58.653Z | Compiling ucd-trie v0.1.6 |
619 | 2024-05-29T19:58:58.692Z | Compiling http v0.2.12 |
620 | 2024-05-29T19:58:59.288Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-05-29T19:58:59.459Z | Compiling httparse v1.8.0 |
622 | 2024-05-29T19:58:59.993Z | Compiling openssl-sys v0.9.102 |
623 | 2024-05-29T19:59:00.142Z | Compiling tracing-core v0.1.32 |
624 | 2024-05-29T19:59:00.570Z | Compiling chrono v0.4.38 |
625 | 2024-05-29T19:59:00.618Z | Compiling uuid v1.8.0 |
626 | 2024-05-29T19:59:00.900Z | Compiling dyn-clone v1.0.17 |
627 | 2024-05-29T19:59:01.143Z | Compiling tracing v0.1.40 |
628 | 2024-05-29T19:59:01.856Z | Compiling serde_derive_internals v0.29.1 |
629 | 2024-05-29T19:59:02.627Z | Compiling heck v0.5.0 |
630 | 2024-05-29T19:59:03.441Z | Compiling slog v2.7.0 |
631 | 2024-05-29T19:59:03.531Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-05-29T19:59:03.544Z | Compiling openssl v0.10.64 |
633 | 2024-05-29T19:59:03.549Z | Compiling try-lock v0.2.5 |
634 | 2024-05-29T19:59:03.618Z | Compiling foreign-types v0.3.2 |
635 | 2024-05-29T19:59:03.688Z | Compiling want v0.3.1 |
636 | 2024-05-29T19:59:03.954Z | Compiling http-body v0.4.6 |
637 | 2024-05-29T19:59:03.962Z | Compiling aho-corasick v1.1.3 |
638 | 2024-05-29T19:59:04.257Z | Compiling httpdate v1.0.3 |
639 | 2024-05-29T19:59:04.448Z | Compiling native-tls v0.2.12 |
640 | 2024-05-29T19:59:04.795Z | Compiling bitflags v2.5.0 |
641 | 2024-05-29T19:59:04.996Z | Compiling typenum v1.17.0 |
642 | 2024-05-29T19:59:05.122Z | Compiling rustls v0.21.12 |
643 | 2024-05-29T19:59:05.395Z | Compiling percent-encoding v2.3.1 |
644 | 2024-05-29T19:59:05.406Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-05-29T19:59:05.418Z | Compiling regex-syntax v0.8.3 |
646 | 2024-05-29T19:59:05.480Z | Compiling tower-service v0.3.2 |
647 | 2024-05-29T19:59:05.592Z | Compiling form_urlencoded v1.2.1 |
648 | 2024-05-29T19:59:05.841Z | Compiling tinyvec v1.6.0 |
649 | 2024-05-29T19:59:06.188Z | Compiling generic-array v0.14.7 |
650 | 2024-05-29T19:59:06.499Z | Compiling openssl-probe v0.1.5 |
651 | 2024-05-29T19:59:07.441Z | Compiling unicode-normalization v0.1.23 |
652 | 2024-05-29T19:59:07.683Z | Compiling serde_derive v1.0.203 |
653 | 2024-05-29T19:59:07.860Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-05-29T19:59:08.454Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-05-29T19:59:08.590Z | Compiling schemars_derive v0.8.21 |
656 | 2024-05-29T19:59:08.641Z | Compiling tokio-macros v2.2.0 |
657 | 2024-05-29T19:59:10.022Z | Compiling zerocopy v0.7.34 |
658 | 2024-05-29T19:59:11.185Z | Compiling tokio v1.37.0 |
659 | 2024-05-29T19:59:11.509Z | Compiling futures-macro v0.3.30 |
660 | 2024-05-29T19:59:11.820Z | Compiling pest v2.7.10 |
661 | 2024-05-29T19:59:12.182Z | Compiling hashbrown v0.14.5 |
662 | 2024-05-29T19:59:13.511Z | Compiling futures-util v0.3.30 |
663 | 2024-05-29T19:59:13.789Z | Compiling regress v0.9.1 |
664 | 2024-05-29T19:59:13.859Z | Compiling openssl-macros v0.1.1 |
665 | 2024-05-29T19:59:14.585Z | Compiling pest_meta v2.7.10 |
666 | 2024-05-29T19:59:18.446Z | Compiling pest_generator v2.7.10 |
667 | 2024-05-29T19:59:18.934Z | Compiling sct v0.7.1 |
668 | 2024-05-29T19:59:19.426Z | Compiling tokio-util v0.7.11 |
669 | 2024-05-29T19:59:20.296Z | Compiling pest_derive v2.7.10 |
670 | 2024-05-29T19:59:20.593Z | Compiling rustls-webpki v0.101.7 |
671 | 2024-05-29T19:59:21.150Z | Compiling regex-automata v0.4.6 |
672 | 2024-05-29T19:59:22.299Z | Compiling indexmap v2.2.6 |
673 | 2024-05-29T19:59:24.059Z | Compiling serde_tokenstream v0.2.0 |
674 | 2024-05-29T19:59:26.430Z | Compiling h2 v0.3.26 |
675 | 2024-05-29T19:59:28.455Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
676 | 2024-05-29T19:59:29.390Z | Compiling regex v1.10.4 |
677 | 2024-05-29T19:59:31.770Z | Compiling hyper v0.14.28 |
678 | 2024-05-29T19:59:34.287Z | Compiling scroll_derive v0.12.0 |
679 | 2024-05-29T19:59:40.316Z | Compiling usdt-impl v0.5.0 |
680 | 2024-05-29T19:59:40.670Z | Compiling encoding_rs v0.8.34 |
681 | 2024-05-29T19:59:40.779Z | Compiling time-core v0.1.2 |
682 | 2024-05-29T19:59:40.949Z | Compiling powerfmt v0.2.0 |
683 | 2024-05-29T19:59:41.239Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
684 | 2024-05-29T19:59:41.398Z | Compiling num-conv v0.1.0 |
685 | 2024-05-29T19:59:41.666Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-05-29T19:59:44.712Z | Compiling mime v0.3.17 |
687 | 2024-05-29T19:59:45.336Z | Compiling idna v0.5.0 |
688 | 2024-05-29T19:59:48.910Z | Compiling time-macros v0.2.18 |
689 | 2024-05-29T19:59:49.506Z | Compiling deranged v0.3.11 |
690 | 2024-05-29T19:59:51.457Z | Compiling scroll v0.12.0 |
691 | 2024-05-29T19:59:51.701Z | Compiling tokio-native-tls v0.3.1 |
692 | 2024-05-29T19:59:51.982Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-05-29T19:59:52.004Z | Compiling dof v0.3.0 |
694 | 2024-05-29T19:59:52.027Z | Compiling serde_urlencoded v0.7.1 |
695 | 2024-05-29T19:59:52.063Z | Compiling dtrace-parser v0.2.0 |
696 | 2024-05-29T19:59:52.898Z | Compiling thread-id v4.2.1 |
697 | 2024-05-29T19:59:53.163Z | Compiling rustls-pki-types v1.7.0 |
698 | 2024-05-29T19:59:53.884Z | Compiling crossbeam-utils v0.8.20 |
699 | 2024-05-29T19:59:54.073Z | Compiling strsim v0.11.1 |
700 | 2024-05-29T19:59:54.464Z | Compiling num_threads v0.1.7 |
701 | 2024-05-29T19:59:54.563Z | Compiling unicode-width v0.1.12 |
702 | 2024-05-29T19:59:54.756Z | Compiling base64 v0.21.7 |
703 | 2024-05-29T19:59:55.699Z | Compiling ident_case v1.0.1 |
704 | 2024-05-29T19:59:55.852Z | Compiling plain v0.2.3 |
705 | 2024-05-29T19:59:56.402Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-05-29T19:59:56.411Z | Compiling time v0.3.36 |
707 | 2024-05-29T19:59:57.244Z | Compiling goblin v0.8.2 |
708 | 2024-05-29T19:59:58.879Z | Compiling darling_core v0.20.9 |
709 | 2024-05-29T20:00:01.569Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-05-29T20:00:02.381Z | Compiling getopts v0.2.21 |
711 | 2024-05-29T20:00:04.727Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-05-29T20:00:05.138Z | Compiling hyper-tls v0.5.0 |
713 | 2024-05-29T20:00:05.627Z | Compiling url v2.5.0 |
714 | 2024-05-29T20:00:05.660Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
715 | 2024-05-29T20:00:05.741Z | Compiling openapiv3 v2.0.0 |
716 | 2024-05-29T20:00:08.270Z | Compiling dirs-sys-next v0.1.2 |
717 | 2024-05-29T20:00:09.430Z | Compiling rustls v0.22.4 |
718 | 2024-05-29T20:00:09.476Z | Compiling unsafe-libyaml v0.2.11 |
719 | 2024-05-29T20:00:09.741Z | Compiling webpki-roots v0.25.4 |
720 | 2024-05-29T20:00:09.861Z | Compiling paste v1.0.15 |
721 | 2024-05-29T20:00:10.215Z | Compiling ipnet v2.9.0 |
722 | 2024-05-29T20:00:10.555Z | Compiling pretty-hex v0.4.1 |
723 | 2024-05-29T20:00:10.768Z | Compiling sync_wrapper v0.1.2 |
724 | 2024-05-29T20:00:10.886Z | Compiling rustversion v1.0.17 |
725 | 2024-05-29T20:00:11.450Z | Compiling reqwest v0.11.27 |
726 | 2024-05-29T20:00:11.584Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-05-29T20:00:13.016Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
728 | 2024-05-29T20:00:15.210Z | Compiling dirs-next v2.0.0 |
729 | 2024-05-29T20:00:15.469Z | Compiling darling_macro v0.20.9 |
730 | 2024-05-29T20:00:16.783Z | Compiling block-buffer v0.10.4 |
731 | 2024-05-29T20:00:17.016Z | Compiling crypto-common v0.1.6 |
732 | 2024-05-29T20:00:17.208Z | Compiling rustls-webpki v0.102.4 |
733 | 2024-05-29T20:00:17.691Z | Compiling serde_spanned v0.6.6 |
734 | 2024-05-29T20:00:17.929Z | Compiling toml_datetime v0.6.6 |
735 | 2024-05-29T20:00:18.451Z | Compiling structmeta-derive v0.3.0 |
736 | 2024-05-29T20:00:18.621Z | Compiling rand_core v0.6.4 |
737 | 2024-05-29T20:00:19.204Z | Compiling multer v3.1.0 |
738 | 2024-05-29T20:00:19.516Z | Compiling thread_local v1.1.8 |
739 | 2024-05-29T20:00:20.159Z | Compiling zeroize v1.8.1 |
740 | 2024-05-29T20:00:20.307Z | Compiling anyhow v1.0.86 |
741 | 2024-05-29T20:00:20.495Z | Compiling camino v1.1.7 |
742 | 2024-05-29T20:00:20.856Z | Compiling slog-async v2.8.0 |
743 | 2024-05-29T20:00:21.073Z | Compiling ppv-lite86 v0.2.17 |
744 | 2024-05-29T20:00:21.269Z | Compiling match_cfg v0.1.0 |
745 | 2024-05-29T20:00:21.343Z | Compiling subtle v2.5.0 |
746 | 2024-05-29T20:00:21.350Z | Compiling winnow v0.6.9 |
747 | 2024-05-29T20:00:21.599Z | Compiling hostname v0.3.1 |
748 | 2024-05-29T20:00:21.781Z | Compiling structmeta v0.3.0 |
749 | 2024-05-29T20:00:21.801Z | Compiling rand_chacha v0.3.1 |
750 | 2024-05-29T20:00:21.876Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
751 | 2024-05-29T20:00:22.118Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-05-29T20:00:23.498Z | Compiling digest v0.10.7 |
753 | 2024-05-29T20:00:23.901Z | Compiling darling v0.20.9 |
754 | 2024-05-29T20:00:23.996Z | Compiling term v0.7.0 |
755 | 2024-05-29T20:00:25.784Z | Compiling toml_edit v0.22.13 |
756 | 2024-05-29T20:00:30.046Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
757 | 2024-05-29T20:00:33.112Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-05-29T20:00:33.620Z | Compiling usdt-macro v0.5.0 |
759 | 2024-05-29T20:00:34.652Z | Compiling slog-json v2.6.1 |
760 | 2024-05-29T20:00:34.984Z | Compiling futures-executor v0.3.30 |
761 | 2024-05-29T20:00:35.168Z | Compiling async-stream-impl v0.3.5 |
762 | 2024-05-29T20:00:36.280Z | Compiling http v1.1.0 |
763 | 2024-05-29T20:00:36.534Z | Compiling is-terminal v0.4.12 |
764 | 2024-05-29T20:00:36.648Z | Compiling memmap v0.7.0 |
765 | 2024-05-29T20:00:37.057Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
766 | 2024-05-29T20:00:37.378Z | Compiling heck v0.4.1 |
767 | 2024-05-29T20:00:37.781Z | Compiling take_mut v0.2.2 |
768 | 2024-05-29T20:00:37.926Z | Compiling base64 v0.22.1 |
769 | 2024-05-29T20:00:38.371Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
770 | 2024-05-29T20:00:38.670Z | Compiling cpufeatures v0.2.12 |
771 | 2024-05-29T20:00:38.758Z | Compiling atomic-waker v1.1.2 |
772 | 2024-05-29T20:00:38.932Z | Compiling waitgroup v0.1.2 |
773 | 2024-05-29T20:00:39.000Z | Compiling sha1 v0.10.6 |
774 | 2024-05-29T20:00:39.171Z | Compiling rustls-pemfile v2.1.2 |
775 | 2024-05-29T20:00:39.767Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
776 | 2024-05-29T20:00:40.918Z | Compiling strum_macros v0.26.2 |
777 | 2024-05-29T20:00:42.927Z | Compiling usdt v0.5.0 |
778 | 2024-05-29T20:00:43.614Z | Compiling slog-term v2.9.1 |
779 | 2024-05-29T20:00:44.543Z | Compiling async-stream v0.3.5 |
780 | 2024-05-29T20:00:44.898Z | Compiling futures v0.3.30 |
781 | 2024-05-29T20:00:45.090Z | Compiling slog-bunyan v2.5.0 |
782 | 2024-05-29T20:00:45.344Z | Compiling toml v0.8.13 |
783 | 2024-05-29T20:00:45.730Z | Compiling tokio-rustls v0.25.0 |
784 | 2024-05-29T20:00:46.138Z | Compiling serde_with_macros v3.8.1 |
785 | 2024-05-29T20:00:46.569Z | Compiling rand v0.8.5 |
786 | 2024-05-29T20:00:48.512Z | Compiling parse-display-derive v0.9.0 |
787 | 2024-05-29T20:00:51.962Z | Compiling newtype-uuid v1.1.0 |
788 | 2024-05-29T20:00:52.066Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
789 | 2024-05-29T20:00:52.262Z | Compiling serde_path_to_error v0.1.16 |
790 | 2024-05-29T20:00:52.837Z | Compiling hex v0.4.3 |
791 | 2024-05-29T20:00:53.161Z | Compiling async-trait v0.1.80 |
792 | 2024-05-29T20:00:53.288Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
793 | 2024-05-29T20:00:53.490Z | Compiling hostname v0.4.0 |
794 | 2024-05-29T20:00:53.710Z | Compiling instant v0.1.13 |
795 | 2024-05-29T20:00:53.859Z | Compiling debug-ignore v1.0.5 |
796 | 2024-05-29T20:00:53.994Z | Compiling backoff v0.4.0 |
797 | 2024-05-29T20:00:54.114Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-05-29T20:00:54.227Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
799 | 2024-05-29T20:00:54.311Z | Compiling parse-display v0.9.0 |
800 | 2024-05-29T20:00:54.322Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
801 | 2024-05-29T20:00:54.785Z | Compiling serde_with v3.8.1 |
802 | 2024-05-29T20:00:56.010Z | Compiling strum v0.26.2 |
803 | 2024-05-29T20:00:56.290Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-05-29T20:00:56.379Z | Compiling ipnetwork v0.20.0 |
805 | 2024-05-29T20:00:57.005Z | Compiling macaddr v1.0.1 |
806 | 2024-05-29T20:01:00.704Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-05-29T20:01:10.230Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-05-29T20:01:17.974Z | Finished `release` profile [optimized] target(s) in 2m 25s |
809 | 2024-05-29T20:01:18.025Z | process exited: duration 219057 ms, exit code 0 |
|
810 | 2024-05-29T20:01:18.453Z | found 0 output files |