|
|
|
1 | 2024-06-05T18:11:35.136Z | job assigned to worker 01HZMSGZN4KP91AMGF9YC690VS (queued for 1 m 3 s) |
|
2 | 2024-06-05T18:11:42.817Z | starting task 0: "setup" |
3 | 2024-06-05T18:11:42.881Z | ++ uname -s |
4 | 2024-06-05T18:11:42.896Z | + kern=SunOS |
5 | 2024-06-05T18:11:42.896Z | + case "$kern" in |
6 | 2024-06-05T18:11:42.896Z | + groupadd -g 12345 build |
7 | 2024-06-05T18:11:42.897Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-05T18:11:45.351Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-05T18:11:45.376Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-05T18:11:45.376Z | + home_fs=zfs |
11 | 2024-06-05T18:11:45.377Z | + [[ zfs == autofs ]] |
12 | 2024-06-05T18:11:45.377Z | + mkdir -p /home/build |
13 | 2024-06-05T18:11:45.377Z | + chown build:build /home/build /work |
14 | 2024-06-05T18:11:47.013Z | + chmod 0700 /home/build /work |
15 | 2024-06-05T18:11:47.023Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-06-05T18:11:47.053Z | starting task 1: "rust-toolchain" |
17 | 2024-06-05T18:11:47.065Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-05T18:11:47.065Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-05T18:11:47.386Z | info: downloading installer |
20 | 2024-06-05T18:11:48.836Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-05T18:11:48.836Z | warning: /opt/ooce/bin |
22 | 2024-06-05T18:11:48.836Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-05T18:11:48.836Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-05T18:11:48.836Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-05T18:11:48.836Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-05T18:11:48.836Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-05T18:11:48.836Z | error: cannot install while Rust is installed |
28 | 2024-06-05T18:11:48.837Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-05T18:11:48.973Z | info: profile set to 'default' |
30 | 2024-06-05T18:11:48.973Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-05T18:11:48.983Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-05T18:11:49.104Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-05T18:11:49.104Z | info: downloading component 'cargo' |
34 | 2024-06-05T18:11:49.752Z | info: downloading component 'clippy' |
35 | 2024-06-05T18:11:49.982Z | info: downloading component 'rust-docs' |
36 | 2024-06-05T18:11:50.851Z | info: downloading component 'rust-std' |
37 | 2024-06-05T18:11:52.358Z | info: downloading component 'rustc' |
38 | 2024-06-05T18:11:56.286Z | info: downloading component 'rustfmt' |
39 | 2024-06-05T18:11:56.286Z | info: installing component 'cargo' |
40 | 2024-06-05T18:11:56.950Z | info: installing component 'clippy' |
41 | 2024-06-05T18:11:57.302Z | info: installing component 'rust-docs' |
42 | 2024-06-05T18:11:59.111Z | info: installing component 'rust-std' |
43 | 2024-06-05T18:12:00.561Z | info: installing component 'rustc' |
44 | 2024-06-05T18:12:04.835Z | info: installing component 'rustfmt' |
45 | 2024-06-05T18:12:05.166Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-05T18:12:05.166Z | |
47 | 2024-06-05T18:12:05.441Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-05T18:12:05.441Z | |
49 | 2024-06-05T18:12:05.877Z | |
50 | 2024-06-05T18:12:05.877Z | Rust is installed now. Great! |
51 | 2024-06-05T18:12:05.878Z | |
52 | 2024-06-05T18:12:05.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-05T18:12:05.878Z | environment variable. This has not been done automatically. |
54 | 2024-06-05T18:12:05.878Z | |
55 | 2024-06-05T18:12:05.878Z | To configure your current shell, you need to source |
56 | 2024-06-05T18:12:05.878Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-05T18:12:05.878Z | |
58 | 2024-06-05T18:12:05.878Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-05T18:12:05.878Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-05T18:12:05.878Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-05T18:12:05.878Z | + rustc --version |
62 | 2024-06-05T18:12:05.879Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-05T18:12:05.879Z | process exited: duration 18502 ms, exit code 0 |
|
64 | 2024-06-05T18:12:05.905Z | starting task 2: "authentication" |
65 | 2024-06-05T18:12:06.392Z | process exited: duration 481 ms, exit code 0 |
|
66 | 2024-06-05T18:12:06.436Z | starting task 3: "clone repository" |
67 | 2024-06-05T18:12:06.469Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-05T18:12:06.469Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-05T18:12:06.583Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-05T18:12:13.865Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-05T18:12:13.865Z | + git fetch origin 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
72 | 2024-06-05T18:12:14.353Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-05T18:12:14.353Z | * branch 84faad4b4a21247a55f76d851d9477d2e05ebd8f -> FETCH_HEAD |
74 | 2024-06-05T18:12:14.384Z | + [[ -n '' ]] |
75 | 2024-06-05T18:12:14.384Z | + git reset --hard 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
76 | 2024-06-05T18:12:14.914Z | HEAD is now at 84faad4b4 while i'm here, fix these block delimiters |
77 | 2024-06-05T18:12:14.921Z | process exited: duration 8061 ms, exit code 0 |
|
78 | 2024-06-05T18:12:15.372Z | starting task 4: "build" |
79 | 2024-06-05T18:12:15.377Z | + cargo --version |
80 | 2024-06-05T18:12:15.428Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-06-05T18:12:15.432Z | + rustc --version |
82 | 2024-06-05T18:12:15.484Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-06-05T18:12:15.490Z | + cd /tmp |
84 | 2024-06-05T18:12:15.491Z | + cargo new --lib test-project |
85 | 2024-06-05T18:12:15.556Z | Creating library `test-project` package |
86 | 2024-06-05T18:12:15.616Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-06-05T18:12:15.622Z | + cd test-project |
88 | 2024-06-05T18:12:15.622Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-06-05T18:12:15.665Z | Adding omicron-common (local) to dependencies |
90 | 2024-06-05T18:12:15.665Z | Features: |
91 | 2024-06-05T18:12:15.665Z | - proptest |
92 | 2024-06-05T18:12:15.665Z | - test-strategy |
93 | 2024-06-05T18:12:15.666Z | - testing |
94 | 2024-06-05T18:12:15.674Z | Updating crates.io index |
95 | 2024-06-05T18:12:15.728Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-06-05T18:12:16.396Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-06-05T18:12:17.167Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-06-05T18:12:17.441Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2024-06-05T18:12:19.280Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2024-06-05T18:12:19.575Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
101 | 2024-06-05T18:12:19.889Z | Updating git repository `https://github.com/oxidecomputer/typify` |
102 | 2024-06-05T18:12:22.571Z | + cargo check |
103 | 2024-06-05T18:12:22.775Z | Downloading crates ... |
104 | 2024-06-05T18:12:22.860Z | Downloaded ahash v0.8.11 |
105 | 2024-06-05T18:12:22.881Z | Downloaded backoff v0.4.0 |
106 | 2024-06-05T18:12:22.881Z | Downloaded async-stream v0.3.5 |
107 | 2024-06-05T18:12:22.881Z | Downloaded allocator-api2 v0.2.18 |
108 | 2024-06-05T18:12:22.881Z | Downloaded base64 v0.21.7 |
109 | 2024-06-05T18:12:23.371Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-06-05T18:12:23.372Z | Downloaded autocfg v1.3.0 |
111 | 2024-06-05T18:12:23.372Z | Downloaded anyhow v1.0.86 |
112 | 2024-06-05T18:12:23.372Z | Downloaded cfg-if v1.0.0 |
113 | 2024-06-05T18:12:23.372Z | Downloaded block-buffer v0.10.4 |
114 | 2024-06-05T18:12:23.372Z | Downloaded base64 v0.22.1 |
115 | 2024-06-05T18:12:23.372Z | Downloaded atomic-waker v1.1.2 |
116 | 2024-06-05T18:12:23.372Z | Downloaded bitflags v2.5.0 |
117 | 2024-06-05T18:12:23.373Z | Downloaded openssl-probe v0.1.5 |
118 | 2024-06-05T18:12:23.373Z | Downloaded camino v1.1.7 |
119 | 2024-06-05T18:12:23.373Z | Downloaded crossbeam-utils v0.8.20 |
120 | 2024-06-05T18:12:23.373Z | Downloaded byteorder v1.5.0 |
121 | 2024-06-05T18:12:23.374Z | Downloaded bytes v1.6.0 |
122 | 2024-06-05T18:12:23.374Z | Downloaded uuid v1.8.0 |
123 | 2024-06-05T18:12:23.374Z | Downloaded async-trait v0.1.80 |
124 | 2024-06-05T18:12:23.374Z | Downloaded usdt-macro v0.5.0 |
125 | 2024-06-05T18:12:23.374Z | Downloaded want v0.3.1 |
126 | 2024-06-05T18:12:23.374Z | Downloaded unicode-ident v1.0.12 |
127 | 2024-06-05T18:12:23.375Z | Downloaded cc v1.0.98 |
128 | 2024-06-05T18:12:23.375Z | Downloaded usdt-attr-macro v0.5.0 |
129 | 2024-06-05T18:12:23.375Z | Downloaded url v2.5.0 |
130 | 2024-06-05T18:12:23.375Z | Downloaded usdt-impl v0.5.0 |
131 | 2024-06-05T18:12:23.375Z | Downloaded cpufeatures v0.2.12 |
132 | 2024-06-05T18:12:23.375Z | Downloaded waitgroup v0.1.2 |
133 | 2024-06-05T18:12:23.375Z | Downloaded unsafe-libyaml v0.2.11 |
134 | 2024-06-05T18:12:23.375Z | Downloaded unicode-bidi v0.3.15 |
135 | 2024-06-05T18:12:23.375Z | Downloaded usdt v0.5.0 |
136 | 2024-06-05T18:12:23.375Z | Downloaded instant v0.1.13 |
137 | 2024-06-05T18:12:23.375Z | Downloaded equivalent v1.0.1 |
138 | 2024-06-05T18:12:23.375Z | Downloaded foreign-types-shared v0.1.1 |
139 | 2024-06-05T18:12:23.375Z | Downloaded untrusted v0.9.0 |
140 | 2024-06-05T18:12:23.375Z | Downloaded crossbeam-channel v0.5.13 |
141 | 2024-06-05T18:12:23.375Z | Downloaded unicode-normalization v0.1.23 |
142 | 2024-06-05T18:12:23.375Z | Downloaded dtrace-parser v0.2.0 |
143 | 2024-06-05T18:12:23.376Z | Downloaded darling_macro v0.20.9 |
144 | 2024-06-05T18:12:23.376Z | Downloaded foreign-types v0.3.2 |
145 | 2024-06-05T18:12:23.376Z | Downloaded aho-corasick v1.1.3 |
146 | 2024-06-05T18:12:23.376Z | Downloaded dirs-sys-next v0.1.2 |
147 | 2024-06-05T18:12:23.376Z | Downloaded ident_case v1.0.1 |
148 | 2024-06-05T18:12:23.376Z | Downloaded serde_path_to_error v0.1.16 |
149 | 2024-06-05T18:12:23.376Z | Downloaded match_cfg v0.1.0 |
150 | 2024-06-05T18:12:23.376Z | Downloaded version_check v0.9.4 |
151 | 2024-06-05T18:12:23.376Z | Downloaded num-conv v0.1.0 |
152 | 2024-06-05T18:12:23.376Z | Downloaded is-terminal v0.4.12 |
153 | 2024-06-05T18:12:23.376Z | Downloaded hostname v0.4.0 |
154 | 2024-06-05T18:12:23.376Z | Downloaded getopts v0.2.21 |
155 | 2024-06-05T18:12:23.376Z | Downloaded macaddr v1.0.1 |
156 | 2024-06-05T18:12:23.376Z | Downloaded futures-task v0.3.30 |
157 | 2024-06-05T18:12:23.376Z | Downloaded futures-core v0.3.30 |
158 | 2024-06-05T18:12:23.376Z | Downloaded deranged v0.3.11 |
159 | 2024-06-05T18:12:23.376Z | Downloaded fnv v1.0.7 |
160 | 2024-06-05T18:12:23.376Z | Downloaded num_threads v0.1.7 |
161 | 2024-06-05T18:12:23.376Z | Downloaded debug-ignore v1.0.5 |
162 | 2024-06-05T18:12:23.376Z | Downloaded openssl-macros v0.1.1 |
163 | 2024-06-05T18:12:23.376Z | Downloaded omicron-workspace-hack v0.1.0 |
164 | 2024-06-05T18:12:23.376Z | Downloaded vcpkg v0.2.15 |
165 | 2024-06-05T18:12:23.376Z | Downloaded try-lock v0.2.5 |
166 | 2024-06-05T18:12:23.377Z | Downloaded time-core v0.1.2 |
167 | 2024-06-05T18:12:23.377Z | Downloaded take_mut v0.2.2 |
168 | 2024-06-05T18:12:23.377Z | Downloaded slog-json v2.6.1 |
169 | 2024-06-05T18:12:23.377Z | Downloaded serde_urlencoded v0.7.1 |
170 | 2024-06-05T18:12:23.377Z | Downloaded scroll_derive v0.12.0 |
171 | 2024-06-05T18:12:23.377Z | Downloaded rand_core v0.6.4 |
172 | 2024-06-05T18:12:23.377Z | Downloaded pretty-hex v0.4.1 |
173 | 2024-06-05T18:12:23.377Z | Downloaded powerfmt v0.2.0 |
174 | 2024-06-05T18:12:23.377Z | Downloaded tower-service v0.3.2 |
175 | 2024-06-05T18:12:23.377Z | Downloaded tinyvec_macros v0.1.1 |
176 | 2024-06-05T18:12:23.377Z | Downloaded sync_wrapper v0.1.2 |
177 | 2024-06-05T18:12:23.377Z | Downloaded strum v0.26.2 |
178 | 2024-06-05T18:12:23.377Z | Downloaded ipnetwork v0.20.0 |
179 | 2024-06-05T18:12:23.377Z | Downloaded hex v0.4.3 |
180 | 2024-06-05T18:12:23.377Z | Downloaded hostname v0.3.1 |
181 | 2024-06-05T18:12:23.377Z | Downloaded quote v1.0.36 |
182 | 2024-06-05T18:12:23.377Z | Downloaded scopeguard v1.2.0 |
183 | 2024-06-05T18:12:23.377Z | Downloaded zeroize v1.8.1 |
184 | 2024-06-05T18:12:23.377Z | Downloaded itoa v1.0.11 |
185 | 2024-06-05T18:12:23.377Z | Downloaded rand_chacha v0.3.1 |
186 | 2024-06-05T18:12:23.377Z | Downloaded plain v0.2.3 |
187 | 2024-06-05T18:12:23.377Z | Downloaded pkg-config v0.3.30 |
188 | 2024-06-05T18:12:23.377Z | Downloaded parse-display v0.9.1 |
189 | 2024-06-05T18:12:23.378Z | Downloaded multer v3.1.0 |
190 | 2024-06-05T18:12:23.378Z | Downloaded paste v1.0.15 |
191 | 2024-06-05T18:12:23.378Z | Downloaded newtype-uuid v1.1.0 |
192 | 2024-06-05T18:12:23.378Z | Downloaded sha1 v0.10.6 |
193 | 2024-06-05T18:12:23.378Z | Downloaded rustls-pemfile v1.0.4 |
194 | 2024-06-05T18:12:23.378Z | Downloaded pin-utils v0.1.0 |
195 | 2024-06-05T18:12:23.378Z | Downloaded parking_lot v0.12.3 |
196 | 2024-06-05T18:12:23.378Z | Downloaded num_cpus v1.16.0 |
197 | 2024-06-05T18:12:23.378Z | Downloaded tokio-macros v2.3.0 |
198 | 2024-06-05T18:12:23.378Z | Downloaded thiserror v1.0.61 |
199 | 2024-06-05T18:12:23.378Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2024-06-05T18:12:23.378Z | Downloaded thread-id v4.2.1 |
201 | 2024-06-05T18:12:23.378Z | Downloaded thiserror-impl v1.0.61 |
202 | 2024-06-05T18:12:23.378Z | Downloaded scroll v0.12.0 |
203 | 2024-06-05T18:12:23.378Z | Downloaded rustversion v1.0.17 |
204 | 2024-06-05T18:12:23.378Z | Downloaded pest_derive v2.7.10 |
205 | 2024-06-05T18:12:23.378Z | Downloaded thread_local v1.1.8 |
206 | 2024-06-05T18:12:23.378Z | Downloaded slog-bunyan v2.5.0 |
207 | 2024-06-05T18:12:23.378Z | Downloaded slog-async v2.8.0 |
208 | 2024-06-05T18:12:23.378Z | Downloaded serde_tokenstream v0.2.0 |
209 | 2024-06-05T18:12:23.385Z | Downloaded httparse v1.8.0 |
210 | 2024-06-05T18:12:23.385Z | Downloaded tokio-native-tls v0.3.1 |
211 | 2024-06-05T18:12:23.385Z | Downloaded structmeta-derive v0.3.0 |
212 | 2024-06-05T18:12:23.385Z | Downloaded strsim v0.11.1 |
213 | 2024-06-05T18:12:23.385Z | Downloaded semver v1.0.23 |
214 | 2024-06-05T18:12:23.385Z | Downloaded toml_datetime v0.6.6 |
215 | 2024-06-05T18:12:23.385Z | Downloaded serde_derive_internals v0.29.1 |
216 | 2024-06-05T18:12:23.386Z | Downloaded once_cell v1.19.0 |
217 | 2024-06-05T18:12:23.386Z | Downloaded native-tls v0.2.12 |
218 | 2024-06-05T18:12:23.386Z | Downloaded log v0.4.21 |
219 | 2024-06-05T18:12:23.386Z | Downloaded subtle v2.5.0 |
220 | 2024-06-05T18:12:23.386Z | Downloaded slog-term v2.9.1 |
221 | 2024-06-05T18:12:23.386Z | Downloaded slab v0.4.9 |
222 | 2024-06-05T18:12:23.386Z | Downloaded parking_lot_core v0.9.10 |
223 | 2024-06-05T18:12:23.386Z | Downloaded tokio-rustls v0.25.0 |
224 | 2024-06-05T18:12:23.387Z | Downloaded num-traits v0.2.19 |
225 | 2024-06-05T18:12:23.387Z | Downloaded lock_api v0.4.12 |
226 | 2024-06-05T18:12:23.387Z | Downloaded smallvec v1.13.2 |
227 | 2024-06-05T18:12:23.387Z | Downloaded ppv-lite86 v0.2.17 |
228 | 2024-06-05T18:12:23.387Z | Downloaded rustls-pki-types v1.7.0 |
229 | 2024-06-05T18:12:23.387Z | Downloaded pest_meta v2.7.10 |
230 | 2024-06-05T18:12:23.387Z | Downloaded zerocopy-derive v0.7.34 |
231 | 2024-06-05T18:12:23.387Z | Downloaded structmeta v0.3.0 |
232 | 2024-06-05T18:12:23.388Z | Downloaded typenum v1.17.0 |
233 | 2024-06-05T18:12:23.388Z | Downloaded tinyvec v1.6.0 |
234 | 2024-06-05T18:12:23.388Z | Downloaded toml v0.8.14 |
235 | 2024-06-05T18:12:23.388Z | Downloaded time-macros v0.2.18 |
236 | 2024-06-05T18:12:23.388Z | Downloaded pin-project-lite v0.2.14 |
237 | 2024-06-05T18:12:23.388Z | Downloaded term v0.7.0 |
238 | 2024-06-05T18:12:23.388Z | Downloaded chrono v0.4.38 |
239 | 2024-06-05T18:12:23.389Z | Downloaded spin v0.9.8 |
240 | 2024-06-05T18:12:23.389Z | Downloaded ucd-trie v0.1.6 |
241 | 2024-06-05T18:12:23.389Z | Downloaded ryu v1.0.18 |
242 | 2024-06-05T18:12:23.389Z | Downloaded openssl-sys v0.9.102 |
243 | 2024-06-05T18:12:23.389Z | Downloaded schemars v0.8.21 |
244 | 2024-06-05T18:12:23.389Z | Downloaded tokio-rustls v0.24.1 |
245 | 2024-06-05T18:12:23.389Z | Downloaded serde_yaml v0.9.34+deprecated |
246 | 2024-06-05T18:12:23.389Z | Downloaded hashbrown v0.12.3 |
247 | 2024-06-05T18:12:23.390Z | Downloaded mio v0.8.11 |
248 | 2024-06-05T18:12:23.390Z | Downloaded http v0.2.12 |
249 | 2024-06-05T18:12:23.390Z | Downloaded toml_edit v0.22.14 |
250 | 2024-06-05T18:12:23.390Z | Downloaded serde v1.0.203 |
251 | 2024-06-05T18:12:23.390Z | Downloaded tokio-util v0.7.11 |
252 | 2024-06-05T18:12:23.390Z | Downloaded rand v0.8.5 |
253 | 2024-06-05T18:12:23.390Z | Downloaded tracing v0.1.40 |
254 | 2024-06-05T18:12:23.390Z | Downloaded hashbrown v0.14.5 |
255 | 2024-06-05T18:12:23.390Z | Downloaded h2 v0.3.26 |
256 | 2024-06-05T18:12:23.391Z | Downloaded futures-util v0.3.30 |
257 | 2024-06-05T18:12:23.391Z | Downloaded pest v2.7.10 |
258 | 2024-06-05T18:12:23.391Z | Downloaded goblin v0.8.2 |
259 | 2024-06-05T18:12:23.391Z | Downloaded time v0.3.36 |
260 | 2024-06-05T18:12:23.391Z | Downloaded serde_with v3.8.1 |
261 | 2024-06-05T18:12:23.391Z | Downloaded zerocopy v0.7.34 |
262 | 2024-06-05T18:12:23.391Z | Downloaded openssl v0.10.64 |
263 | 2024-06-05T18:12:23.391Z | Downloaded winnow v0.6.11 |
264 | 2024-06-05T18:12:23.391Z | Downloaded rustls-webpki v0.101.7 |
265 | 2024-06-05T18:12:23.392Z | Downloaded reqwest v0.11.27 |
266 | 2024-06-05T18:12:23.392Z | Downloaded openapiv3 v2.0.0 |
267 | 2024-06-05T18:12:23.392Z | Downloaded rustls-webpki v0.102.4 |
268 | 2024-06-05T18:12:23.392Z | Downloaded webpki-roots v0.25.4 |
269 | 2024-06-05T18:12:23.392Z | Downloaded regex v1.10.4 |
270 | 2024-06-05T18:12:23.398Z | Downloaded idna v0.5.0 |
271 | 2024-06-05T18:12:23.401Z | Downloaded syn v2.0.66 |
272 | 2024-06-05T18:12:23.413Z | Downloaded tokio v1.38.0 |
273 | 2024-06-05T18:12:23.463Z | Downloaded rustls v0.22.4 |
274 | 2024-06-05T18:12:23.474Z | Downloaded regress v0.9.1 |
275 | 2024-06-05T18:12:23.524Z | Downloaded encoding_rs v0.8.34 |
276 | 2024-06-05T18:12:23.562Z | Downloaded regex-syntax v0.8.3 |
277 | 2024-06-05T18:12:23.562Z | Downloaded regex-automata v0.4.6 |
278 | 2024-06-05T18:12:23.563Z | Downloaded unicode-width v0.1.13 |
279 | 2024-06-05T18:12:24.048Z | Downloaded rustls v0.21.12 |
280 | 2024-06-05T18:12:24.049Z | Downloaded libc v0.2.155 |
281 | 2024-06-05T18:12:24.049Z | Downloaded serde_json v1.0.117 |
282 | 2024-06-05T18:12:24.049Z | Downloaded hyper v0.14.29 |
283 | 2024-06-05T18:12:24.049Z | Downloaded memchr v2.7.2 |
284 | 2024-06-05T18:12:24.050Z | Downloaded indexmap v2.2.6 |
285 | 2024-06-05T18:12:24.050Z | Downloaded http v1.1.0 |
286 | 2024-06-05T18:12:24.050Z | Downloaded tracing-core v0.1.32 |
287 | 2024-06-05T18:12:24.050Z | Downloaded strum_macros v0.26.4 |
288 | 2024-06-05T18:12:24.050Z | Downloaded socket2 v0.5.7 |
289 | 2024-06-05T18:12:24.051Z | Downloaded slog v2.7.0 |
290 | 2024-06-05T18:12:24.051Z | Downloaded serde_derive v1.0.203 |
291 | 2024-06-05T18:12:24.051Z | Downloaded proc-macro2 v1.0.85 |
292 | 2024-06-05T18:12:24.051Z | Downloaded sct v0.7.1 |
293 | 2024-06-05T18:12:24.051Z | Downloaded sha2 v0.10.8 |
294 | 2024-06-05T18:12:24.051Z | Downloaded serde_with_macros v3.8.1 |
295 | 2024-06-05T18:12:24.051Z | Downloaded hyper-rustls v0.24.2 |
296 | 2024-06-05T18:12:24.052Z | Downloaded futures v0.3.30 |
297 | 2024-06-05T18:12:24.052Z | Downloaded darling_core v0.20.9 |
298 | 2024-06-05T18:12:24.052Z | Downloaded rustls-pemfile v2.1.2 |
299 | 2024-06-05T18:12:24.052Z | Downloaded darling v0.20.9 |
300 | 2024-06-05T18:12:24.052Z | Downloaded serde_spanned v0.6.6 |
301 | 2024-06-05T18:12:24.053Z | Downloaded schemars_derive v0.8.21 |
302 | 2024-06-05T18:12:24.053Z | Downloaded iana-time-zone v0.1.60 |
303 | 2024-06-05T18:12:24.053Z | Downloaded digest v0.10.7 |
304 | 2024-06-05T18:12:24.054Z | Downloaded ipnet v2.9.0 |
305 | 2024-06-05T18:12:24.054Z | Downloaded pest_generator v2.7.10 |
306 | 2024-06-05T18:12:24.054Z | Downloaded indexmap v1.9.3 |
307 | 2024-06-05T18:12:24.054Z | Downloaded futures-channel v0.3.30 |
308 | 2024-06-05T18:12:24.054Z | Downloaded mime v0.3.17 |
309 | 2024-06-05T18:12:24.054Z | Downloaded httpdate v1.0.3 |
310 | 2024-06-05T18:12:24.055Z | Downloaded getrandom v0.2.15 |
311 | 2024-06-05T18:12:24.055Z | Downloaded futures-macro v0.3.30 |
312 | 2024-06-05T18:12:24.055Z | Downloaded dof v0.3.0 |
313 | 2024-06-05T18:12:24.055Z | Downloaded hyper-tls v0.5.0 |
314 | 2024-06-05T18:12:24.055Z | Downloaded generic-array v0.14.7 |
315 | 2024-06-05T18:12:24.056Z | Downloaded form_urlencoded v1.2.1 |
316 | 2024-06-05T18:12:24.056Z | Downloaded futures-sink v0.3.30 |
317 | 2024-06-05T18:12:24.056Z | Downloaded dyn-clone v1.0.17 |
318 | 2024-06-05T18:12:24.056Z | Downloaded percent-encoding v2.3.1 |
319 | 2024-06-05T18:12:24.056Z | Downloaded parse-display-derive v0.9.1 |
320 | 2024-06-05T18:12:24.057Z | Downloaded memmap v0.7.0 |
321 | 2024-06-05T18:12:24.057Z | Downloaded http-body v0.4.6 |
322 | 2024-06-05T18:12:24.057Z | Downloaded heck v0.5.0 |
323 | 2024-06-05T18:12:24.057Z | Downloaded futures-io v0.3.30 |
324 | 2024-06-05T18:12:24.057Z | Downloaded futures-executor v0.3.30 |
325 | 2024-06-05T18:12:24.058Z | Downloaded dirs-next v2.0.0 |
326 | 2024-06-05T18:12:24.058Z | Downloaded crypto-common v0.1.6 |
327 | 2024-06-05T18:12:24.058Z | Downloaded ring v0.17.8 |
328 | 2024-06-05T18:12:24.058Z | Compiling proc-macro2 v1.0.85 |
329 | 2024-06-05T18:12:24.058Z | Compiling unicode-ident v1.0.12 |
330 | 2024-06-05T18:12:24.059Z | Compiling libc v0.2.155 |
331 | 2024-06-05T18:12:24.059Z | Checking cfg-if v1.0.0 |
332 | 2024-06-05T18:12:24.059Z | Compiling version_check v0.9.4 |
333 | 2024-06-05T18:12:24.059Z | Compiling autocfg v1.3.0 |
334 | 2024-06-05T18:12:24.059Z | Compiling serde v1.0.203 |
335 | 2024-06-05T18:12:24.060Z | Compiling serde_json v1.0.117 |
336 | 2024-06-05T18:12:24.060Z | Checking itoa v1.0.11 |
337 | 2024-06-05T18:12:24.108Z | Compiling thiserror v1.0.61 |
338 | 2024-06-05T18:12:24.204Z | Compiling memchr v2.7.2 |
339 | 2024-06-05T18:12:24.515Z | Compiling ahash v0.8.11 |
340 | 2024-06-05T18:12:24.582Z | Checking once_cell v1.19.0 |
341 | 2024-06-05T18:12:24.756Z | Compiling cc v1.0.98 |
342 | 2024-06-05T18:12:26.698Z | Checking byteorder v1.5.0 |
343 | 2024-06-05T18:12:26.704Z | Compiling num-traits v0.2.19 |
344 | 2024-06-05T18:12:26.720Z | Checking pin-project-lite v0.2.14 |
345 | 2024-06-05T18:12:26.775Z | Checking ryu v1.0.18 |
346 | 2024-06-05T18:12:26.805Z | Checking bytes v1.6.0 |
347 | 2024-06-05T18:12:27.059Z | Checking log v0.4.21 |
348 | 2024-06-05T18:12:27.568Z | Compiling lock_api v0.4.12 |
349 | 2024-06-05T18:12:27.572Z | Compiling parking_lot_core v0.9.10 |
350 | 2024-06-05T18:12:27.572Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-05T18:12:27.572Z | Compiling schemars v0.8.21 |
352 | 2024-06-05T18:12:27.572Z | Checking getrandom v0.2.15 |
353 | 2024-06-05T18:12:27.572Z | Compiling ring v0.17.8 |
354 | 2024-06-05T18:12:27.572Z | Compiling quote v1.0.36 |
355 | 2024-06-05T18:12:27.572Z | Checking futures-core v0.3.30 |
356 | 2024-06-05T18:12:27.572Z | Checking scopeguard v1.2.0 |
357 | 2024-06-05T18:12:27.573Z | Checking smallvec v1.13.2 |
358 | 2024-06-05T18:12:27.663Z | Checking num_cpus v1.16.0 |
359 | 2024-06-05T18:12:27.691Z | Checking signal-hook-registry v1.4.2 |
360 | 2024-06-05T18:12:27.753Z | Checking mio v0.8.11 |
361 | 2024-06-05T18:12:27.868Z | Compiling syn v2.0.66 |
362 | 2024-06-05T18:12:27.907Z | Checking socket2 v0.5.7 |
363 | 2024-06-05T18:12:28.071Z | Compiling slab v0.4.9 |
364 | 2024-06-05T18:12:28.122Z | Checking futures-sink v0.3.30 |
365 | 2024-06-05T18:12:28.226Z | Checking parking_lot v0.12.3 |
366 | 2024-06-05T18:12:28.264Z | Checking spin v0.9.8 |
367 | 2024-06-05T18:12:28.310Z | Checking untrusted v0.9.0 |
368 | 2024-06-05T18:12:28.335Z | Checking fnv v1.0.7 |
369 | 2024-06-05T18:12:28.450Z | Checking equivalent v1.0.1 |
370 | 2024-06-05T18:12:28.460Z | Checking futures-channel v0.3.30 |
371 | 2024-06-05T18:12:28.460Z | Checking futures-task v0.3.30 |
372 | 2024-06-05T18:12:28.538Z | Checking pin-utils v0.1.0 |
373 | 2024-06-05T18:12:28.545Z | Checking futures-io v0.3.30 |
374 | 2024-06-05T18:12:28.610Z | Compiling semver v1.0.23 |
375 | 2024-06-05T18:12:28.665Z | Compiling pkg-config v0.3.30 |
376 | 2024-06-05T18:12:28.694Z | Compiling vcpkg v0.2.15 |
377 | 2024-06-05T18:12:28.759Z | Compiling ucd-trie v0.1.6 |
378 | 2024-06-05T18:12:29.048Z | Checking iana-time-zone v0.1.60 |
379 | 2024-06-05T18:12:29.056Z | Checking http v0.2.12 |
380 | 2024-06-05T18:12:29.224Z | Compiling heck v0.5.0 |
381 | 2024-06-05T18:12:29.652Z | Checking dyn-clone v1.0.17 |
382 | 2024-06-05T18:12:29.756Z | Compiling httparse v1.8.0 |
383 | 2024-06-05T18:12:30.084Z | Checking tracing-core v0.1.32 |
384 | 2024-06-05T18:12:30.276Z | Compiling uuid v1.8.0 |
385 | 2024-06-05T18:12:30.371Z | Compiling openssl-sys v0.9.102 |
386 | 2024-06-05T18:12:30.704Z | Checking tracing v0.1.40 |
387 | 2024-06-05T18:12:30.724Z | Compiling slog v2.7.0 |
388 | 2024-06-05T18:12:30.782Z | Compiling chrono v0.4.38 |
389 | 2024-06-05T18:12:30.922Z | Compiling openssl v0.10.64 |
390 | 2024-06-05T18:12:30.971Z | Checking try-lock v0.2.5 |
391 | 2024-06-05T18:12:31.070Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-06-05T18:12:31.131Z | Checking foreign-types v0.3.2 |
393 | 2024-06-05T18:12:31.158Z | Checking want v0.3.1 |
394 | 2024-06-05T18:12:31.197Z | Checking http-body v0.4.6 |
395 | 2024-06-05T18:12:31.288Z | Compiling aho-corasick v1.1.3 |
396 | 2024-06-05T18:12:31.294Z | Checking httpdate v1.0.3 |
397 | 2024-06-05T18:12:31.473Z | Compiling typenum v1.17.0 |
398 | 2024-06-05T18:12:31.484Z | Checking tinyvec_macros v0.1.1 |
399 | 2024-06-05T18:12:31.583Z | Compiling native-tls v0.2.12 |
400 | 2024-06-05T18:12:31.902Z | Checking tower-service v0.3.2 |
401 | 2024-06-05T18:12:31.963Z | Compiling rustls v0.21.12 |
402 | 2024-06-05T18:12:32.232Z | Compiling regex-syntax v0.8.3 |
403 | 2024-06-05T18:12:32.328Z | Checking bitflags v2.5.0 |
404 | 2024-06-05T18:12:32.416Z | Checking percent-encoding v2.3.1 |
405 | 2024-06-05T18:12:32.564Z | Checking form_urlencoded v1.2.1 |
406 | 2024-06-05T18:12:32.571Z | Checking tinyvec v1.6.0 |
407 | 2024-06-05T18:12:33.136Z | Compiling generic-array v0.14.7 |
408 | 2024-06-05T18:12:33.509Z | Checking openssl-probe v0.1.5 |
409 | 2024-06-05T18:12:33.591Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-06-05T18:12:33.688Z | Checking unicode-normalization v0.1.23 |
411 | 2024-06-05T18:12:35.447Z | Compiling usdt-impl v0.5.0 |
412 | 2024-06-05T18:12:35.454Z | Compiling regex-automata v0.4.6 |
413 | 2024-06-05T18:12:35.660Z | Checking encoding_rs v0.8.34 |
414 | 2024-06-05T18:12:35.966Z | Checking unicode-bidi v0.3.15 |
415 | 2024-06-05T18:12:36.026Z | Compiling time-core v0.1.2 |
416 | 2024-06-05T18:12:36.167Z | Checking mime v0.3.17 |
417 | 2024-06-05T18:12:36.432Z | Checking powerfmt v0.2.0 |
418 | 2024-06-05T18:12:36.595Z | Compiling num-conv v0.1.0 |
419 | 2024-06-05T18:12:36.680Z | Checking deranged v0.3.11 |
420 | 2024-06-05T18:12:36.756Z | Compiling time-macros v0.2.18 |
421 | 2024-06-05T18:12:37.766Z | Checking idna v0.5.0 |
422 | 2024-06-05T18:12:37.930Z | Compiling thread-id v4.2.1 |
423 | 2024-06-05T18:12:38.445Z | Checking rustls-pki-types v1.7.0 |
424 | 2024-06-05T18:12:38.685Z | Compiling crossbeam-utils v0.8.20 |
425 | 2024-06-05T18:12:39.065Z | Checking plain v0.2.3 |
426 | 2024-06-05T18:12:39.163Z | Compiling serde_derive v1.0.203 |
427 | 2024-06-05T18:12:39.622Z | Compiling zerocopy-derive v0.7.34 |
428 | 2024-06-05T18:12:39.626Z | Compiling thiserror-impl v1.0.61 |
429 | 2024-06-05T18:12:39.626Z | Compiling schemars_derive v0.8.21 |
430 | 2024-06-05T18:12:39.838Z | Compiling tokio-macros v2.3.0 |
431 | 2024-06-05T18:12:40.547Z | Compiling futures-macro v0.3.30 |
432 | 2024-06-05T18:12:41.281Z | Checking zerocopy v0.7.34 |
433 | 2024-06-05T18:12:42.067Z | Checking tokio v1.38.0 |
434 | 2024-06-05T18:12:42.160Z | Compiling pest v2.7.10 |
435 | 2024-06-05T18:12:42.288Z | Compiling openssl-macros v0.1.1 |
436 | 2024-06-05T18:12:42.451Z | Checking futures-util v0.3.30 |
437 | 2024-06-05T18:12:43.098Z | Checking hashbrown v0.14.5 |
438 | 2024-06-05T18:12:43.508Z | Checking sct v0.7.1 |
439 | 2024-06-05T18:12:43.707Z | Checking rustls-webpki v0.101.7 |
440 | 2024-06-05T18:12:44.202Z | Compiling regex v1.10.4 |
441 | 2024-06-05T18:12:44.870Z | Compiling pest_meta v2.7.10 |
442 | 2024-06-05T18:12:44.886Z | Compiling regress v0.9.1 |
443 | 2024-06-05T18:12:45.341Z | Compiling scroll_derive v0.12.0 |
444 | 2024-06-05T18:12:46.716Z | Compiling pest_generator v2.7.10 |
445 | 2024-06-05T18:12:47.592Z | Checking scroll v0.12.0 |
446 | 2024-06-05T18:12:48.326Z | Compiling strsim v0.11.1 |
447 | 2024-06-05T18:12:48.397Z | Compiling unicode-width v0.1.13 |
448 | 2024-06-05T18:12:48.603Z | Compiling ident_case v1.0.1 |
449 | 2024-06-05T18:12:48.637Z | Checking tokio-util v0.7.11 |
450 | 2024-06-05T18:12:48.752Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-06-05T18:12:48.970Z | Checking tokio-rustls v0.24.1 |
452 | 2024-06-05T18:12:49.036Z | Checking base64 v0.21.7 |
453 | 2024-06-05T18:12:49.253Z | Compiling pest_derive v2.7.10 |
454 | 2024-06-05T18:12:49.548Z | Checking num_threads v0.1.7 |
455 | 2024-06-05T18:12:49.571Z | Checking rustls-pemfile v1.0.4 |
456 | 2024-06-05T18:12:49.635Z | Compiling darling_core v0.20.9 |
457 | 2024-06-05T18:12:49.642Z | Checking time v0.3.36 |
458 | 2024-06-05T18:12:49.709Z | Compiling getopts v0.2.21 |
459 | 2024-06-05T18:12:50.046Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-05T18:12:50.560Z | Checking goblin v0.8.2 |
461 | 2024-06-05T18:12:51.857Z | Checking url v2.5.0 |
462 | 2024-06-05T18:12:51.982Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-06-05T18:12:52.143Z | Checking indexmap v2.2.6 |
464 | 2024-06-05T18:12:53.468Z | Compiling serde_tokenstream v0.2.0 |
465 | 2024-06-05T18:12:53.556Z | Checking h2 v0.3.26 |
466 | 2024-06-05T18:12:53.934Z | Checking serde_urlencoded v0.7.1 |
467 | 2024-06-05T18:12:54.189Z | Checking openapiv3 v2.0.0 |
468 | 2024-06-05T18:12:54.644Z | Compiling rustls v0.22.4 |
469 | 2024-06-05T18:12:54.926Z | Checking sync_wrapper v0.1.2 |
470 | 2024-06-05T18:12:54.958Z | Compiling paste v1.0.15 |
471 | 2024-06-05T18:12:55.429Z | Compiling dof v0.3.0 |
472 | 2024-06-05T18:12:55.828Z | Checking webpki-roots v0.25.4 |
473 | 2024-06-05T18:12:55.884Z | Checking ipnet v2.9.0 |
474 | 2024-06-05T18:12:56.173Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
475 | 2024-06-05T18:12:56.678Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-06-05T18:12:56.678Z | Checking pretty-hex v0.4.1 |
477 | 2024-06-05T18:12:56.679Z | Compiling omicron-workspace-hack v0.1.0 |
478 | 2024-06-05T18:12:56.748Z | Compiling rustversion v1.0.17 |
479 | 2024-06-05T18:12:57.501Z | Checking hyper v0.14.29 |
480 | 2024-06-05T18:12:57.599Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-05T18:12:58.135Z | Compiling darling_macro v0.20.9 |
482 | 2024-06-05T18:12:58.442Z | Checking dirs-next v2.0.0 |
483 | 2024-06-05T18:12:58.550Z | Checking serde_spanned v0.6.6 |
484 | 2024-06-05T18:12:58.593Z | Checking toml_datetime v0.6.6 |
485 | 2024-06-05T18:12:59.009Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-05T18:12:59.009Z | Checking block-buffer v0.10.4 |
487 | 2024-06-05T18:12:59.058Z | Checking crypto-common v0.1.6 |
488 | 2024-06-05T18:12:59.112Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-06-05T18:12:59.191Z | Checking rand_core v0.6.4 |
490 | 2024-06-05T18:12:59.454Z | Checking thread_local v1.1.8 |
491 | 2024-06-05T18:12:59.467Z | Compiling multer v3.1.0 |
492 | 2024-06-05T18:12:59.479Z | Compiling slog-async v2.8.0 |
493 | 2024-06-05T18:12:59.702Z | Checking winnow v0.6.11 |
494 | 2024-06-05T18:12:59.737Z | Checking subtle v2.5.0 |
495 | 2024-06-05T18:12:59.775Z | Compiling anyhow v1.0.86 |
496 | 2024-06-05T18:12:59.904Z | Checking match_cfg v0.1.0 |
497 | 2024-06-05T18:12:59.942Z | Checking ppv-lite86 v0.2.17 |
498 | 2024-06-05T18:12:59.979Z | Compiling camino v1.1.7 |
499 | 2024-06-05T18:13:00.305Z | Checking zeroize v1.8.1 |
500 | 2024-06-05T18:13:00.995Z | Checking rand_chacha v0.3.1 |
501 | 2024-06-05T18:13:01.004Z | Checking hostname v0.3.1 |
502 | 2024-06-05T18:13:01.004Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-05T18:13:01.358Z | Checking digest v0.10.7 |
504 | 2024-06-05T18:13:01.396Z | Compiling darling v0.20.9 |
505 | 2024-06-05T18:13:01.494Z | Checking term v0.7.0 |
506 | 2024-06-05T18:13:01.726Z | Checking hyper-tls v0.5.0 |
507 | 2024-06-05T18:13:01.867Z | Checking hyper-rustls v0.24.2 |
508 | 2024-06-05T18:13:01.892Z | Compiling structmeta v0.3.0 |
509 | 2024-06-05T18:13:01.950Z | Compiling usdt-macro v0.5.0 |
510 | 2024-06-05T18:13:02.121Z | Checking reqwest v0.11.27 |
511 | 2024-06-05T18:13:02.259Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-06-05T18:13:02.666Z | Checking toml_edit v0.22.14 |
513 | 2024-06-05T18:13:02.679Z | Checking slog-json v2.6.1 |
514 | 2024-06-05T18:13:02.900Z | Checking futures-executor v0.3.30 |
515 | 2024-06-05T18:13:03.028Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-05T18:13:03.100Z | Checking http v1.1.0 |
517 | 2024-06-05T18:13:03.234Z | Checking memmap v0.7.0 |
518 | 2024-06-05T18:13:03.374Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
519 | 2024-06-05T18:13:03.402Z | Checking is-terminal v0.4.12 |
520 | 2024-06-05T18:13:03.493Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#cdcfef35) |
521 | 2024-06-05T18:13:03.650Z | Checking atomic-waker v1.1.2 |
522 | 2024-06-05T18:13:03.675Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-05T18:13:03.747Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
524 | 2024-06-05T18:13:03.753Z | Checking base64 v0.22.1 |
525 | 2024-06-05T18:13:03.787Z | Checking take_mut v0.2.2 |
526 | 2024-06-05T18:13:04.072Z | Checking tokio-rustls v0.25.0 |
527 | 2024-06-05T18:13:04.095Z | Checking waitgroup v0.1.2 |
528 | 2024-06-05T18:13:04.155Z | Checking sha1 v0.10.6 |
529 | 2024-06-05T18:13:04.195Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-06-05T18:13:04.203Z | Checking usdt v0.5.0 |
531 | 2024-06-05T18:13:04.302Z | Checking async-stream v0.3.5 |
532 | 2024-06-05T18:13:04.375Z | Checking slog-term v2.9.1 |
533 | 2024-06-05T18:13:04.382Z | Checking futures v0.3.30 |
534 | 2024-06-05T18:13:04.395Z | Compiling strum_macros v0.26.4 |
535 | 2024-06-05T18:13:04.410Z | Checking slog-bunyan v2.5.0 |
536 | 2024-06-05T18:13:04.469Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-06-05T18:13:04.477Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-05T18:13:04.532Z | Checking rand v0.8.5 |
539 | 2024-06-05T18:13:05.022Z | Checking toml v0.8.14 |
540 | 2024-06-05T18:13:05.184Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-05T18:13:05.345Z | Checking ipnetwork v0.20.0 |
542 | 2024-06-05T18:13:05.382Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#cdcfef35) |
543 | 2024-06-05T18:13:05.666Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-06-05T18:13:05.701Z | Checking hex v0.4.3 |
545 | 2024-06-05T18:13:05.748Z | Compiling async-trait v0.1.80 |
546 | 2024-06-05T18:13:06.200Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
547 | 2024-06-05T18:13:06.275Z | Checking hostname v0.4.0 |
548 | 2024-06-05T18:13:06.386Z | Checking instant v0.1.13 |
549 | 2024-06-05T18:13:06.479Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-05T18:13:06.590Z | Checking backoff v0.4.0 |
551 | 2024-06-05T18:13:06.851Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-06-05T18:13:06.991Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-06-05T18:13:07.058Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
554 | 2024-06-05T18:13:07.072Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-05T18:13:07.227Z | Checking serde_with v3.8.1 |
556 | 2024-06-05T18:13:07.265Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
557 | 2024-06-05T18:13:07.347Z | Checking macaddr v1.0.1 |
558 | 2024-06-05T18:13:08.368Z | Checking parse-display v0.9.1 |
559 | 2024-06-05T18:13:08.637Z | Checking strum v0.26.2 |
560 | 2024-06-05T18:13:09.326Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
561 | 2024-06-05T18:13:11.138Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
562 | 2024-06-05T18:13:11.189Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
563 | 2024-06-05T18:13:14.013Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
564 | 2024-06-05T18:13:20.052Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
565 | 2024-06-05T18:13:22.861Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
566 | 2024-06-05T18:13:28.237Z | Checking test-project v0.1.0 (/tmp/test-project) |
567 | 2024-06-05T18:13:28.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
568 | 2024-06-05T18:13:28.357Z | + cargo build --release |
569 | 2024-06-05T18:13:28.599Z | Compiling proc-macro2 v1.0.85 |
570 | 2024-06-05T18:13:28.599Z | Compiling unicode-ident v1.0.12 |
571 | 2024-06-05T18:13:28.600Z | Compiling libc v0.2.155 |
572 | 2024-06-05T18:13:28.651Z | Compiling cfg-if v1.0.0 |
573 | 2024-06-05T18:13:28.652Z | Compiling version_check v0.9.4 |
574 | 2024-06-05T18:13:28.652Z | Compiling autocfg v1.3.0 |
575 | 2024-06-05T18:13:28.652Z | Compiling serde v1.0.203 |
576 | 2024-06-05T18:13:28.653Z | Compiling serde_json v1.0.117 |
577 | 2024-06-05T18:13:28.699Z | Compiling itoa v1.0.11 |
578 | 2024-06-05T18:13:28.796Z | Compiling thiserror v1.0.61 |
579 | 2024-06-05T18:13:28.892Z | Compiling memchr v2.7.2 |
580 | 2024-06-05T18:13:29.011Z | Compiling once_cell v1.19.0 |
581 | 2024-06-05T18:13:29.117Z | Compiling cc v1.0.98 |
582 | 2024-06-05T18:13:29.647Z | Compiling ahash v0.8.11 |
583 | 2024-06-05T18:13:29.661Z | Compiling num-traits v0.2.19 |
584 | 2024-06-05T18:13:29.724Z | Compiling byteorder v1.5.0 |
585 | 2024-06-05T18:13:29.847Z | Compiling pin-project-lite v0.2.14 |
586 | 2024-06-05T18:13:29.956Z | Compiling getrandom v0.2.15 |
587 | 2024-06-05T18:13:29.976Z | Compiling ryu v1.0.18 |
588 | 2024-06-05T18:13:30.197Z | Compiling quote v1.0.36 |
589 | 2024-06-05T18:13:30.289Z | Compiling log v0.4.21 |
590 | 2024-06-05T18:13:30.309Z | Compiling bytes v1.6.0 |
591 | 2024-06-05T18:13:30.565Z | Compiling schemars v0.8.21 |
592 | 2024-06-05T18:13:30.988Z | Compiling syn v2.0.66 |
593 | 2024-06-05T18:13:31.027Z | Compiling lock_api v0.4.12 |
594 | 2024-06-05T18:13:31.027Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-05T18:13:31.027Z | Compiling parking_lot_core v0.9.10 |
596 | 2024-06-05T18:13:31.027Z | Compiling futures-core v0.3.30 |
597 | 2024-06-05T18:13:31.166Z | Compiling scopeguard v1.2.0 |
598 | 2024-06-05T18:13:31.202Z | Compiling smallvec v1.13.2 |
599 | 2024-06-05T18:13:31.312Z | Compiling signal-hook-registry v1.4.2 |
600 | 2024-06-05T18:13:31.692Z | Compiling socket2 v0.5.7 |
601 | 2024-06-05T18:13:31.785Z | Compiling num_cpus v1.16.0 |
602 | 2024-06-05T18:13:31.904Z | Compiling mio v0.8.11 |
603 | 2024-06-05T18:13:32.018Z | Compiling ring v0.17.8 |
604 | 2024-06-05T18:13:32.083Z | Compiling parking_lot v0.12.3 |
605 | 2024-06-05T18:13:32.251Z | Compiling slab v0.4.9 |
606 | 2024-06-05T18:13:32.583Z | Compiling futures-sink v0.3.30 |
607 | 2024-06-05T18:13:32.719Z | Compiling spin v0.9.8 |
608 | 2024-06-05T18:13:32.897Z | Compiling fnv v1.0.7 |
609 | 2024-06-05T18:13:32.971Z | Compiling equivalent v1.0.1 |
610 | 2024-06-05T18:13:33.045Z | Compiling semver v1.0.23 |
611 | 2024-06-05T18:13:33.474Z | Compiling untrusted v0.9.0 |
612 | 2024-06-05T18:13:33.474Z | Compiling futures-channel v0.3.30 |
613 | 2024-06-05T18:13:34.347Z | Compiling futures-io v0.3.30 |
614 | 2024-06-05T18:13:34.347Z | Compiling pkg-config v0.3.30 |
615 | 2024-06-05T18:13:34.347Z | Compiling vcpkg v0.2.15 |
616 | 2024-06-05T18:13:34.347Z | Compiling futures-task v0.3.30 |
617 | 2024-06-05T18:13:34.348Z | Compiling pin-utils v0.1.0 |
618 | 2024-06-05T18:13:34.716Z | Compiling iana-time-zone v0.1.60 |
619 | 2024-06-05T18:13:34.716Z | Compiling ucd-trie v0.1.6 |
620 | 2024-06-05T18:13:34.755Z | Compiling http v0.2.12 |
621 | 2024-06-05T18:13:35.019Z | Compiling heck v0.5.0 |
622 | 2024-06-05T18:13:35.052Z | Compiling dyn-clone v1.0.17 |
623 | 2024-06-05T18:13:35.238Z | Compiling httparse v1.8.0 |
624 | 2024-06-05T18:13:35.368Z | Compiling openssl-sys v0.9.102 |
625 | 2024-06-05T18:13:36.154Z | Compiling tracing-core v0.1.32 |
626 | 2024-06-05T18:13:36.204Z | Compiling chrono v0.4.38 |
627 | 2024-06-05T18:13:36.205Z | Compiling uuid v1.8.0 |
628 | 2024-06-05T18:13:36.565Z | Compiling tracing v0.1.40 |
629 | 2024-06-05T18:13:38.402Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-06-05T18:13:38.407Z | Compiling openssl v0.10.64 |
631 | 2024-06-05T18:13:38.510Z | Compiling slog v2.7.0 |
632 | 2024-06-05T18:13:38.572Z | Compiling foreign-types-shared v0.1.1 |
633 | 2024-06-05T18:13:38.668Z | Compiling try-lock v0.2.5 |
634 | 2024-06-05T18:13:38.801Z | Compiling want v0.3.1 |
635 | 2024-06-05T18:13:38.827Z | Compiling foreign-types v0.3.2 |
636 | 2024-06-05T18:13:39.187Z | Compiling http-body v0.4.6 |
637 | 2024-06-05T18:13:39.484Z | Compiling aho-corasick v1.1.3 |
638 | 2024-06-05T18:13:39.565Z | Compiling regex-syntax v0.8.3 |
639 | 2024-06-05T18:13:40.266Z | Compiling bitflags v2.5.0 |
640 | 2024-06-05T18:13:40.598Z | Compiling httpdate v1.0.3 |
641 | 2024-06-05T18:13:40.647Z | Compiling percent-encoding v2.3.1 |
642 | 2024-06-05T18:13:40.648Z | Compiling tinyvec_macros v0.1.1 |
643 | 2024-06-05T18:13:40.695Z | Compiling native-tls v0.2.12 |
644 | 2024-06-05T18:13:41.030Z | Compiling tower-service v0.3.2 |
645 | 2024-06-05T18:13:41.044Z | Compiling typenum v1.17.0 |
646 | 2024-06-05T18:13:41.142Z | Compiling rustls v0.21.12 |
647 | 2024-06-05T18:13:41.351Z | Compiling form_urlencoded v1.2.1 |
648 | 2024-06-05T18:13:41.433Z | Compiling tinyvec v1.6.0 |
649 | 2024-06-05T18:13:42.074Z | Compiling generic-array v0.14.7 |
650 | 2024-06-05T18:13:42.413Z | Compiling openssl-probe v0.1.5 |
651 | 2024-06-05T18:13:42.958Z | Compiling regex-automata v0.4.6 |
652 | 2024-06-05T18:13:43.099Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-06-05T18:13:43.215Z | Compiling serde_derive v1.0.203 |
654 | 2024-06-05T18:13:43.839Z | Compiling zerocopy-derive v0.7.34 |
655 | 2024-06-05T18:13:43.934Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-06-05T18:13:44.300Z | Compiling schemars_derive v0.8.21 |
657 | 2024-06-05T18:13:45.878Z | Compiling tokio-macros v2.3.0 |
658 | 2024-06-05T18:13:45.991Z | Compiling zerocopy v0.7.34 |
659 | 2024-06-05T18:13:47.000Z | Compiling tokio v1.38.0 |
660 | 2024-06-05T18:13:47.434Z | Compiling futures-macro v0.3.30 |
661 | 2024-06-05T18:13:51.999Z | Compiling hashbrown v0.14.5 |
662 | 2024-06-05T18:13:52.164Z | Compiling futures-util v0.3.30 |
663 | 2024-06-05T18:13:52.164Z | Compiling pest v2.7.10 |
664 | 2024-06-05T18:13:52.164Z | Compiling regress v0.9.1 |
665 | 2024-06-05T18:13:52.164Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-05T18:13:52.661Z | Compiling pest_meta v2.7.10 |
667 | 2024-06-05T18:13:55.334Z | Compiling tokio-util v0.7.11 |
668 | 2024-06-05T18:13:56.375Z | Compiling pest_generator v2.7.10 |
669 | 2024-06-05T18:13:57.427Z | Compiling indexmap v2.2.6 |
670 | 2024-06-05T18:13:57.629Z | Compiling serde_tokenstream v0.2.0 |
671 | 2024-06-05T18:13:59.651Z | Compiling h2 v0.3.26 |
672 | 2024-06-05T18:14:00.084Z | Compiling pest_derive v2.7.10 |
673 | 2024-06-05T18:14:02.406Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
674 | 2024-06-05T18:14:03.496Z | Compiling sct v0.7.1 |
675 | 2024-06-05T18:14:03.950Z | Compiling rustls-webpki v0.101.7 |
676 | 2024-06-05T18:14:06.440Z | Compiling hyper v0.14.29 |
677 | 2024-06-05T18:14:10.777Z | Compiling regex v1.10.4 |
678 | 2024-06-05T18:14:11.750Z | Compiling scroll_derive v0.12.0 |
679 | 2024-06-05T18:14:14.756Z | Compiling usdt-impl v0.5.0 |
680 | 2024-06-05T18:14:15.104Z | Compiling encoding_rs v0.8.34 |
681 | 2024-06-05T18:14:15.269Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
682 | 2024-06-05T18:14:15.579Z | Compiling powerfmt v0.2.0 |
683 | 2024-06-05T18:14:16.041Z | Compiling num-conv v0.1.0 |
684 | 2024-06-05T18:14:16.310Z | Compiling time-core v0.1.2 |
685 | 2024-06-05T18:14:16.469Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-06-05T18:14:19.300Z | Compiling mime v0.3.17 |
687 | 2024-06-05T18:14:19.637Z | Compiling idna v0.5.0 |
688 | 2024-06-05T18:14:23.266Z | Compiling time-macros v0.2.18 |
689 | 2024-06-05T18:14:24.116Z | Compiling deranged v0.3.11 |
690 | 2024-06-05T18:14:26.371Z | Compiling scroll v0.12.0 |
691 | 2024-06-05T18:14:26.977Z | Compiling tokio-rustls v0.24.1 |
692 | 2024-06-05T18:14:27.194Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-06-05T18:14:27.367Z | Compiling dtrace-parser v0.2.0 |
694 | 2024-06-05T18:14:27.454Z | Compiling dof v0.3.0 |
695 | 2024-06-05T18:14:27.890Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-05T18:14:28.358Z | Compiling thread-id v4.2.1 |
697 | 2024-06-05T18:14:28.434Z | Compiling num_threads v0.1.7 |
698 | 2024-06-05T18:14:28.468Z | Compiling strsim v0.11.1 |
699 | 2024-06-05T18:14:28.546Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-06-05T18:14:29.162Z | Compiling ident_case v1.0.1 |
701 | 2024-06-05T18:14:29.913Z | Compiling plain v0.2.3 |
702 | 2024-06-05T18:14:30.054Z | Compiling unicode-width v0.1.13 |
703 | 2024-06-05T18:14:30.426Z | Compiling omicron-workspace-hack v0.1.0 |
704 | 2024-06-05T18:14:30.555Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-06-05T18:14:30.974Z | Compiling base64 v0.21.7 |
706 | 2024-06-05T18:14:31.153Z | Compiling time v0.3.36 |
707 | 2024-06-05T18:14:31.528Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-06-05T18:14:32.354Z | Compiling getopts v0.2.21 |
709 | 2024-06-05T18:14:33.188Z | Compiling goblin v0.8.2 |
710 | 2024-06-05T18:14:36.319Z | Compiling darling_core v0.20.9 |
711 | 2024-06-05T18:14:38.618Z | Compiling hyper-tls v0.5.0 |
712 | 2024-06-05T18:14:39.128Z | Compiling hyper-rustls v0.24.2 |
713 | 2024-06-05T18:14:39.622Z | Compiling url v2.5.0 |
714 | 2024-06-05T18:14:40.571Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
715 | 2024-06-05T18:14:41.096Z | Compiling openapiv3 v2.0.0 |
716 | 2024-06-05T18:14:42.698Z | Compiling dirs-sys-next v0.1.2 |
717 | 2024-06-05T18:14:43.720Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-06-05T18:14:43.834Z | Compiling rustversion v1.0.17 |
719 | 2024-06-05T18:14:43.854Z | Compiling ipnet v2.9.0 |
720 | 2024-06-05T18:14:44.498Z | Compiling webpki-roots v0.25.4 |
721 | 2024-06-05T18:14:44.916Z | Compiling paste v1.0.15 |
722 | 2024-06-05T18:14:45.067Z | Compiling pretty-hex v0.4.1 |
723 | 2024-06-05T18:14:45.302Z | Compiling rustls v0.22.4 |
724 | 2024-06-05T18:14:45.362Z | Compiling unsafe-libyaml v0.2.11 |
725 | 2024-06-05T18:14:46.582Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
726 | 2024-06-05T18:14:47.092Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-06-05T18:14:47.731Z | Compiling reqwest v0.11.27 |
728 | 2024-06-05T18:14:49.635Z | Compiling dirs-next v2.0.0 |
729 | 2024-06-05T18:14:49.897Z | Compiling darling_macro v0.20.9 |
730 | 2024-06-05T18:14:51.104Z | Compiling rustls-webpki v0.102.4 |
731 | 2024-06-05T18:14:51.877Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-05T18:14:52.102Z | Compiling block-buffer v0.10.4 |
733 | 2024-06-05T18:14:52.297Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-05T18:14:52.539Z | Compiling toml_datetime v0.6.6 |
735 | 2024-06-05T18:14:53.064Z | Compiling structmeta-derive v0.3.0 |
736 | 2024-06-05T18:14:53.294Z | Compiling rand_core v0.6.4 |
737 | 2024-06-05T18:14:53.966Z | Compiling thread_local v1.1.8 |
738 | 2024-06-05T18:14:54.424Z | Compiling multer v3.1.0 |
739 | 2024-06-05T18:14:54.978Z | Compiling subtle v2.5.0 |
740 | 2024-06-05T18:14:54.978Z | Compiling slog-async v2.8.0 |
741 | 2024-06-05T18:14:54.978Z | Compiling zeroize v1.8.1 |
742 | 2024-06-05T18:14:54.979Z | Compiling anyhow v1.0.86 |
743 | 2024-06-05T18:14:54.979Z | Compiling winnow v0.6.11 |
744 | 2024-06-05T18:14:55.447Z | Compiling ppv-lite86 v0.2.17 |
745 | 2024-06-05T18:14:55.578Z | Compiling camino v1.1.7 |
746 | 2024-06-05T18:14:55.799Z | Compiling match_cfg v0.1.0 |
747 | 2024-06-05T18:14:55.911Z | Compiling hostname v0.3.1 |
748 | 2024-06-05T18:14:56.117Z | Compiling structmeta v0.3.0 |
749 | 2024-06-05T18:14:56.229Z | Compiling rand_chacha v0.3.1 |
750 | 2024-06-05T18:14:57.206Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
751 | 2024-06-05T18:14:57.527Z | Compiling digest v0.10.7 |
752 | 2024-06-05T18:14:58.106Z | Compiling crossbeam-channel v0.5.13 |
753 | 2024-06-05T18:14:59.270Z | Compiling toml_edit v0.22.14 |
754 | 2024-06-05T18:14:59.614Z | Compiling darling v0.20.9 |
755 | 2024-06-05T18:14:59.710Z | Compiling term v0.7.0 |
756 | 2024-06-05T18:15:05.941Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
757 | 2024-06-05T18:15:19.969Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-05T18:15:20.207Z | Compiling usdt-macro v0.5.0 |
759 | 2024-06-05T18:15:20.207Z | Compiling slog-json v2.6.1 |
760 | 2024-06-05T18:15:20.207Z | Compiling futures-executor v0.3.30 |
761 | 2024-06-05T18:15:20.207Z | Compiling async-stream-impl v0.3.5 |
762 | 2024-06-05T18:15:20.656Z | Compiling http v1.1.0 |
763 | 2024-06-05T18:15:20.656Z | Compiling memmap v0.7.0 |
764 | 2024-06-05T18:15:20.656Z | Compiling is-terminal v0.4.12 |
765 | 2024-06-05T18:15:20.656Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#cdcfef35) |
766 | 2024-06-05T18:15:20.656Z | Compiling take_mut v0.2.2 |
767 | 2024-06-05T18:15:20.656Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
768 | 2024-06-05T18:15:20.656Z | Compiling base64 v0.22.1 |
769 | 2024-06-05T18:15:20.656Z | Compiling atomic-waker v1.1.2 |
770 | 2024-06-05T18:15:20.656Z | Compiling cpufeatures v0.2.12 |
771 | 2024-06-05T18:15:20.656Z | Compiling sha1 v0.10.6 |
772 | 2024-06-05T18:15:20.656Z | Compiling waitgroup v0.1.2 |
773 | 2024-06-05T18:15:20.656Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
774 | 2024-06-05T18:15:20.656Z | Compiling rustls-pemfile v2.1.2 |
775 | 2024-06-05T18:15:20.656Z | Compiling slog-term v2.9.1 |
776 | 2024-06-05T18:15:20.656Z | Compiling usdt v0.5.0 |
777 | 2024-06-05T18:15:20.656Z | Compiling async-stream v0.3.5 |
778 | 2024-06-05T18:15:20.656Z | Compiling futures v0.3.30 |
779 | 2024-06-05T18:15:20.656Z | Compiling slog-bunyan v2.5.0 |
780 | 2024-06-05T18:15:20.657Z | Compiling strum_macros v0.26.4 |
781 | 2024-06-05T18:15:20.657Z | Compiling toml v0.8.14 |
782 | 2024-06-05T18:15:20.657Z | Compiling tokio-rustls v0.25.0 |
783 | 2024-06-05T18:15:20.657Z | Compiling serde_with_macros v3.8.1 |
784 | 2024-06-05T18:15:22.509Z | Compiling rand v0.8.5 |
785 | 2024-06-05T18:15:23.855Z | Compiling parse-display-derive v0.9.1 |
786 | 2024-06-05T18:15:26.088Z | Compiling newtype-uuid v1.1.0 |
787 | 2024-06-05T18:15:26.399Z | Compiling ipnetwork v0.20.0 |
788 | 2024-06-05T18:15:26.766Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#cdcfef35) |
789 | 2024-06-05T18:15:27.275Z | Compiling hex v0.4.3 |
790 | 2024-06-05T18:15:27.918Z | Compiling serde_path_to_error v0.1.16 |
791 | 2024-06-05T18:15:28.125Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-06-05T18:15:28.880Z | Compiling async-trait v0.1.80 |
793 | 2024-06-05T18:15:28.936Z | Compiling hostname v0.4.0 |
794 | 2024-06-05T18:15:28.955Z | Compiling instant v0.1.13 |
795 | 2024-06-05T18:15:29.092Z | Compiling debug-ignore v1.0.5 |
796 | 2024-06-05T18:15:29.148Z | Compiling backoff v0.4.0 |
797 | 2024-06-05T18:15:29.211Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-06-05T18:15:29.820Z | Compiling parse-display v0.9.1 |
799 | 2024-06-05T18:15:30.314Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
800 | 2024-06-05T18:15:30.314Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
801 | 2024-06-05T18:15:30.986Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
802 | 2024-06-05T18:15:31.444Z | Compiling strum v0.26.2 |
803 | 2024-06-05T18:15:31.495Z | Compiling serde_with v3.8.1 |
804 | 2024-06-05T18:15:31.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
805 | 2024-06-05T18:15:32.393Z | Compiling macaddr v1.0.1 |
806 | 2024-06-05T18:15:37.946Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-05T18:15:46.665Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-05T18:15:54.150Z | Finished `release` profile [optimized] target(s) in 2m 25s |
809 | 2024-06-05T18:15:54.604Z | process exited: duration 218765 ms, exit code 0 |
|
810 | 2024-06-05T18:15:54.626Z | found 0 output files |