|
|
|
1 | 2024-06-06T20:17:58.320Z | job assigned to worker 01HZQK59EPDRK5Z66AM3EETD1P (queued for 1 m 0 s) |
|
2 | 2024-06-06T20:18:07.175Z | starting task 0: "setup" |
3 | 2024-06-06T20:18:07.233Z | ++ uname -s |
4 | 2024-06-06T20:18:07.246Z | + kern=SunOS |
5 | 2024-06-06T20:18:07.246Z | + case "$kern" in |
6 | 2024-06-06T20:18:07.246Z | + groupadd -g 12345 build |
7 | 2024-06-06T20:18:07.246Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-06T20:18:09.252Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-06T20:18:09.356Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-06T20:18:09.363Z | + home_fs=zfs |
11 | 2024-06-06T20:18:09.363Z | + [[ zfs == autofs ]] |
12 | 2024-06-06T20:18:09.363Z | + mkdir -p /home/build |
13 | 2024-06-06T20:18:09.363Z | + chown build:build /home/build /work |
14 | 2024-06-06T20:18:11.363Z | + chmod 0700 /home/build /work |
15 | 2024-06-06T20:18:11.378Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-06-06T20:18:11.406Z | starting task 1: "rust-toolchain" |
17 | 2024-06-06T20:18:11.410Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-06T20:18:11.410Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-06T20:18:11.516Z | info: downloading installer |
20 | 2024-06-06T20:18:12.940Z | info: profile set to 'default' |
21 | 2024-06-06T20:18:12.941Z | info: default host triple is x86_64-unknown-illumos |
22 | 2024-06-06T20:18:12.949Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
23 | 2024-06-06T20:18:13.068Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
24 | 2024-06-06T20:18:13.068Z | info: downloading component 'cargo' |
25 | 2024-06-06T20:18:13.758Z | info: downloading component 'clippy' |
26 | 2024-06-06T20:18:14.401Z | info: downloading component 'rust-docs' |
27 | 2024-06-06T20:18:14.922Z | info: downloading component 'rust-std' |
28 | 2024-06-06T20:18:16.397Z | info: downloading component 'rustc' |
29 | 2024-06-06T20:18:20.758Z | info: downloading component 'rustfmt' |
30 | 2024-06-06T20:18:20.768Z | info: installing component 'cargo' |
31 | 2024-06-06T20:18:21.511Z | info: installing component 'clippy' |
32 | 2024-06-06T20:18:21.890Z | info: installing component 'rust-docs' |
33 | 2024-06-06T20:18:23.398Z | info: installing component 'rust-std' |
34 | 2024-06-06T20:18:25.235Z | info: installing component 'rustc' |
35 | 2024-06-06T20:18:29.875Z | info: installing component 'rustfmt' |
36 | 2024-06-06T20:18:30.230Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
37 | 2024-06-06T20:18:30.230Z | |
38 | 2024-06-06T20:18:30.507Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
39 | 2024-06-06T20:18:30.507Z | |
40 | 2024-06-06T20:18:30.511Z | |
41 | 2024-06-06T20:18:30.511Z | Rust is installed now. Great! |
42 | 2024-06-06T20:18:30.511Z | |
43 | 2024-06-06T20:18:30.511Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
44 | 2024-06-06T20:18:30.511Z | environment variable. This has not been done automatically. |
45 | 2024-06-06T20:18:30.511Z | |
46 | 2024-06-06T20:18:30.511Z | To configure your current shell, you need to source |
47 | 2024-06-06T20:18:30.511Z | the corresponding env file under $HOME/.cargo. |
48 | 2024-06-06T20:18:30.511Z | |
49 | 2024-06-06T20:18:30.512Z | This is usually done by running one of the following (note the leading DOT): |
50 | 2024-06-06T20:18:30.512Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
51 | 2024-06-06T20:18:30.512Z | source "$HOME/.cargo/env.fish" # For fish |
52 | 2024-06-06T20:18:30.573Z | + rustc --version |
53 | 2024-06-06T20:18:31.041Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
54 | 2024-06-06T20:18:31.045Z | process exited: duration 19241 ms, exit code 0 |
|
55 | 2024-06-06T20:18:31.052Z | starting task 2: "authentication" |
56 | 2024-06-06T20:18:31.076Z | process exited: duration 22 ms, exit code 0 |
|
57 | 2024-06-06T20:18:31.083Z | starting task 3: "clone repository" |
58 | 2024-06-06T20:18:31.088Z | + mkdir -p /work/oxidecomputer/omicron |
59 | 2024-06-06T20:18:31.092Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
60 | 2024-06-06T20:18:31.241Z | Cloning into '/work/oxidecomputer/omicron'... |
61 | 2024-06-06T20:18:38.656Z | + cd /work/oxidecomputer/omicron |
62 | 2024-06-06T20:18:38.656Z | + git fetch origin 4a87ebc3acdede7e109014aded1e45ded33f020d |
63 | 2024-06-06T20:18:39.009Z | From https://github.com/oxidecomputer/omicron |
64 | 2024-06-06T20:18:39.009Z | * branch 4a87ebc3acdede7e109014aded1e45ded33f020d -> FETCH_HEAD |
65 | 2024-06-06T20:18:39.019Z | + [[ -n bump_gimlet-v1.0.20 ]] |
66 | 2024-06-06T20:18:39.022Z | ++ git branch --show-current |
67 | 2024-06-06T20:18:39.025Z | + current=main |
68 | 2024-06-06T20:18:39.026Z | + [[ main != bump_gimlet-v1.0.20 ]] |
69 | 2024-06-06T20:18:39.026Z | + git branch -f bump_gimlet-v1.0.20 4a87ebc3acdede7e109014aded1e45ded33f020d |
70 | 2024-06-06T20:18:39.029Z | + git checkout -f bump_gimlet-v1.0.20 |
71 | 2024-06-06T20:18:39.160Z | Switched to branch 'bump_gimlet-v1.0.20' |
72 | 2024-06-06T20:18:39.164Z | + git reset --hard 4a87ebc3acdede7e109014aded1e45ded33f020d |
73 | 2024-06-06T20:18:39.295Z | HEAD is now at 4a87ebc3a Bump SP versions |
74 | 2024-06-06T20:18:39.298Z | process exited: duration 8206 ms, exit code 0 |
|
75 | 2024-06-06T20:18:39.319Z | starting task 4: "build" |
76 | 2024-06-06T20:18:39.323Z | + cargo --version |
77 | 2024-06-06T20:18:39.364Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-06-06T20:18:39.367Z | + rustc --version |
79 | 2024-06-06T20:18:39.422Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-06-06T20:18:39.426Z | + cd /tmp |
81 | 2024-06-06T20:18:39.426Z | + cargo new --lib test-project |
82 | 2024-06-06T20:18:39.477Z | Creating library `test-project` package |
83 | 2024-06-06T20:18:39.550Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-06-06T20:18:39.554Z | + cd test-project |
85 | 2024-06-06T20:18:39.554Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-06-06T20:18:39.607Z | Adding omicron-common (local) to dependencies |
87 | 2024-06-06T20:18:39.607Z | Features: |
88 | 2024-06-06T20:18:39.607Z | - proptest |
89 | 2024-06-06T20:18:39.607Z | - test-strategy |
90 | 2024-06-06T20:18:39.607Z | - testing |
91 | 2024-06-06T20:18:39.611Z | Updating crates.io index |
92 | 2024-06-06T20:18:39.667Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-06-06T20:18:40.462Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-06-06T20:18:41.250Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-06-06T20:18:41.660Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-06-06T20:18:43.759Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-06-06T20:18:44.201Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-06-06T20:18:44.700Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-06-06T20:18:47.508Z | + cargo check |
100 | 2024-06-06T20:18:47.722Z | Downloading crates ... |
101 | 2024-06-06T20:18:47.789Z | Downloaded atomic-waker v1.1.2 |
102 | 2024-06-06T20:18:47.799Z | Downloaded block-buffer v0.10.4 |
103 | 2024-06-06T20:18:47.802Z | Downloaded async-stream-impl v0.3.5 |
104 | 2024-06-06T20:18:47.802Z | Downloaded openssl-probe v0.1.5 |
105 | 2024-06-06T20:18:47.807Z | Downloaded async-trait v0.1.80 |
106 | 2024-06-06T20:18:47.815Z | Downloaded unicode-bidi v0.3.15 |
107 | 2024-06-06T20:18:47.819Z | Downloaded crypto-common v0.1.6 |
108 | 2024-06-06T20:18:47.825Z | Downloaded base64 v0.21.7 |
109 | 2024-06-06T20:18:47.828Z | Downloaded uuid v1.8.0 |
110 | 2024-06-06T20:18:47.832Z | Downloaded darling v0.20.9 |
111 | 2024-06-06T20:18:47.838Z | Downloaded async-stream v0.3.5 |
112 | 2024-06-06T20:18:47.842Z | Downloaded parking_lot_core v0.9.10 |
113 | 2024-06-06T20:18:47.842Z | Downloaded pest_generator v2.7.10 |
114 | 2024-06-06T20:18:47.845Z | Downloaded darling_core v0.20.9 |
115 | 2024-06-06T20:18:47.848Z | Downloaded usdt-attr-macro v0.5.0 |
116 | 2024-06-06T20:18:47.851Z | Downloaded unsafe-libyaml v0.2.11 |
117 | 2024-06-06T20:18:47.854Z | Downloaded cpufeatures v0.2.12 |
118 | 2024-06-06T20:18:47.854Z | Downloaded base64 v0.22.1 |
119 | 2024-06-06T20:18:47.861Z | Downloaded url v2.5.0 |
120 | 2024-06-06T20:18:47.864Z | Downloaded bitflags v2.5.0 |
121 | 2024-06-06T20:18:47.869Z | Downloaded pest v2.7.10 |
122 | 2024-06-06T20:18:47.875Z | Downloaded pest_meta v2.7.10 |
123 | 2024-06-06T20:18:47.879Z | Downloaded dirs-next v2.0.0 |
124 | 2024-06-06T20:18:47.883Z | Downloaded dtrace-parser v0.2.0 |
125 | 2024-06-06T20:18:47.884Z | Downloaded bytes v1.6.0 |
126 | 2024-06-06T20:18:47.887Z | Downloaded usdt-impl v0.5.0 |
127 | 2024-06-06T20:18:47.887Z | Downloaded untrusted v0.9.0 |
128 | 2024-06-06T20:18:47.890Z | Downloaded foreign-types v0.3.2 |
129 | 2024-06-06T20:18:47.890Z | Downloaded pkg-config v0.3.30 |
130 | 2024-06-06T20:18:47.893Z | Downloaded parse-display v0.9.1 |
131 | 2024-06-06T20:18:47.893Z | Downloaded pretty-hex v0.4.1 |
132 | 2024-06-06T20:18:47.896Z | Downloaded ident_case v1.0.1 |
133 | 2024-06-06T20:18:47.896Z | Downloaded foreign-types-shared v0.1.1 |
134 | 2024-06-06T20:18:47.897Z | Downloaded digest v0.10.7 |
135 | 2024-06-06T20:18:47.900Z | Downloaded deranged v0.3.11 |
136 | 2024-06-06T20:18:47.900Z | Downloaded paste v1.0.15 |
137 | 2024-06-06T20:18:47.903Z | Downloaded pin-utils v0.1.0 |
138 | 2024-06-06T20:18:47.907Z | Downloaded dof v0.3.0 |
139 | 2024-06-06T20:18:47.907Z | Downloaded dirs-sys-next v0.1.2 |
140 | 2024-06-06T20:18:47.907Z | Downloaded anyhow v1.0.86 |
141 | 2024-06-06T20:18:47.911Z | Downloaded cfg-if v1.0.0 |
142 | 2024-06-06T20:18:47.914Z | Downloaded percent-encoding v2.3.1 |
143 | 2024-06-06T20:18:47.915Z | Downloaded want v0.3.1 |
144 | 2024-06-06T20:18:47.915Z | Downloaded waitgroup v0.1.2 |
145 | 2024-06-06T20:18:47.918Z | Downloaded instant v0.1.13 |
146 | 2024-06-06T20:18:47.921Z | Downloaded pin-project-lite v0.2.14 |
147 | 2024-06-06T20:18:47.925Z | Downloaded openssl-macros v0.1.1 |
148 | 2024-06-06T20:18:47.928Z | Downloaded ppv-lite86 v0.2.17 |
149 | 2024-06-06T20:18:47.928Z | Downloaded omicron-workspace-hack v0.1.0 |
150 | 2024-06-06T20:18:47.928Z | Downloaded hyper-tls v0.5.0 |
151 | 2024-06-06T20:18:47.931Z | Downloaded heck v0.5.0 |
152 | 2024-06-06T20:18:47.931Z | Downloaded getopts v0.2.21 |
153 | 2024-06-06T20:18:47.931Z | Downloaded futures-macro v0.3.30 |
154 | 2024-06-06T20:18:47.937Z | Downloaded num_threads v0.1.7 |
155 | 2024-06-06T20:18:47.937Z | Downloaded time-core v0.1.2 |
156 | 2024-06-06T20:18:47.940Z | Downloaded http-body v0.4.6 |
157 | 2024-06-06T20:18:47.940Z | Downloaded hostname v0.4.0 |
158 | 2024-06-06T20:18:47.940Z | Downloaded scroll_derive v0.12.0 |
159 | 2024-06-06T20:18:47.940Z | Downloaded generic-array v0.14.7 |
160 | 2024-06-06T20:18:47.944Z | Downloaded num-conv v0.1.0 |
161 | 2024-06-06T20:18:47.944Z | Downloaded futures-core v0.3.30 |
162 | 2024-06-06T20:18:47.944Z | Downloaded futures-io v0.3.30 |
163 | 2024-06-06T20:18:47.944Z | Downloaded futures-channel v0.3.30 |
164 | 2024-06-06T20:18:47.947Z | Downloaded form_urlencoded v1.2.1 |
165 | 2024-06-06T20:18:47.947Z | Downloaded fnv v1.0.7 |
166 | 2024-06-06T20:18:47.950Z | Downloaded dyn-clone v1.0.17 |
167 | 2024-06-06T20:18:47.950Z | Downloaded powerfmt v0.2.0 |
168 | 2024-06-06T20:18:47.954Z | Downloaded tinyvec_macros v0.1.1 |
169 | 2024-06-06T20:18:47.954Z | Downloaded mime v0.3.17 |
170 | 2024-06-06T20:18:47.954Z | Downloaded macaddr v1.0.1 |
171 | 2024-06-06T20:18:47.957Z | Downloaded take_mut v0.2.2 |
172 | 2024-06-06T20:18:47.957Z | Downloaded futures-sink v0.3.30 |
173 | 2024-06-06T20:18:47.957Z | Downloaded sync_wrapper v0.1.2 |
174 | 2024-06-06T20:18:47.960Z | Downloaded futures-executor v0.3.30 |
175 | 2024-06-06T20:18:47.961Z | Downloaded strum v0.26.2 |
176 | 2024-06-06T20:18:47.961Z | Downloaded itoa v1.0.11 |
177 | 2024-06-06T20:18:47.964Z | Downloaded httpdate v1.0.3 |
178 | 2024-06-06T20:18:47.964Z | Downloaded rand_core v0.6.4 |
179 | 2024-06-06T20:18:47.967Z | Downloaded plain v0.2.3 |
180 | 2024-06-06T20:18:47.967Z | Downloaded futures-task v0.3.30 |
181 | 2024-06-06T20:18:47.970Z | Downloaded zeroize v1.8.1 |
182 | 2024-06-06T20:18:47.970Z | Downloaded num_cpus v1.16.0 |
183 | 2024-06-06T20:18:47.973Z | Downloaded ipnetwork v0.20.0 |
184 | 2024-06-06T20:18:47.973Z | Downloaded tower-service v0.3.2 |
185 | 2024-06-06T20:18:47.976Z | Downloaded parse-display-derive v0.9.1 |
186 | 2024-06-06T20:18:47.976Z | Downloaded try-lock v0.2.5 |
187 | 2024-06-06T20:18:47.976Z | Downloaded newtype-uuid v1.1.0 |
188 | 2024-06-06T20:18:47.979Z | Downloaded thiserror v1.0.61 |
189 | 2024-06-06T20:18:47.982Z | Downloaded hex v0.4.3 |
190 | 2024-06-06T20:18:47.985Z | Downloaded rustversion v1.0.17 |
191 | 2024-06-06T20:18:47.988Z | Downloaded tokio-macros v2.3.0 |
192 | 2024-06-06T20:18:47.989Z | Downloaded rustls-pemfile v1.0.4 |
193 | 2024-06-06T20:18:47.992Z | Downloaded rand_chacha v0.3.1 |
194 | 2024-06-06T20:18:47.992Z | Downloaded iana-time-zone v0.1.60 |
195 | 2024-06-06T20:18:47.995Z | Downloaded aho-corasick v1.1.3 |
196 | 2024-06-06T20:18:48.000Z | Downloaded toml_datetime v0.6.6 |
197 | 2024-06-06T20:18:48.014Z | Downloaded sct v0.7.1 |
198 | 2024-06-06T20:18:48.014Z | Downloaded ipnet v2.9.0 |
199 | 2024-06-06T20:18:48.014Z | Downloaded slab v0.4.9 |
200 | 2024-06-06T20:18:48.014Z | Downloaded signal-hook-registry v1.4.2 |
201 | 2024-06-06T20:18:48.014Z | Downloaded slog-async v2.8.0 |
202 | 2024-06-06T20:18:48.014Z | Downloaded once_cell v1.19.0 |
203 | 2024-06-06T20:18:48.017Z | Downloaded subtle v2.5.0 |
204 | 2024-06-06T20:18:48.017Z | Downloaded slog-json v2.6.1 |
205 | 2024-06-06T20:18:48.017Z | Downloaded structmeta v0.3.0 |
206 | 2024-06-06T20:18:48.023Z | Downloaded slog-bunyan v2.5.0 |
207 | 2024-06-06T20:18:48.023Z | Downloaded lock_api v0.4.12 |
208 | 2024-06-06T20:18:48.024Z | Downloaded thread-id v4.2.1 |
209 | 2024-06-06T20:18:48.027Z | Downloaded time-macros v0.2.18 |
210 | 2024-06-06T20:18:48.027Z | Downloaded structmeta-derive v0.3.0 |
211 | 2024-06-06T20:18:48.027Z | Downloaded unicode-normalization v0.1.23 |
212 | 2024-06-06T20:18:48.030Z | Downloaded futures v0.3.30 |
213 | 2024-06-06T20:18:48.034Z | Downloaded cc v1.0.98 |
214 | 2024-06-06T20:18:48.038Z | Downloaded tokio-native-tls v0.3.1 |
215 | 2024-06-06T20:18:48.040Z | Downloaded tokio-rustls v0.25.0 |
216 | 2024-06-06T20:18:48.044Z | Downloaded serde_urlencoded v0.7.1 |
217 | 2024-06-06T20:18:48.044Z | Downloaded semver v1.0.23 |
218 | 2024-06-06T20:18:48.047Z | Downloaded httparse v1.8.0 |
219 | 2024-06-06T20:18:48.047Z | Downloaded serde_tokenstream v0.2.0 |
220 | 2024-06-06T20:18:48.051Z | Downloaded zerocopy-derive v0.7.34 |
221 | 2024-06-06T20:18:48.055Z | Downloaded scopeguard v1.2.0 |
222 | 2024-06-06T20:18:48.059Z | Downloaded strum_macros v0.26.4 |
223 | 2024-06-06T20:18:48.062Z | Downloaded log v0.4.21 |
224 | 2024-06-06T20:18:48.062Z | Downloaded sha2 v0.10.8 |
225 | 2024-06-06T20:18:48.065Z | Downloaded spin v0.9.8 |
226 | 2024-06-06T20:18:48.068Z | Downloaded parking_lot v0.12.3 |
227 | 2024-06-06T20:18:48.068Z | Downloaded crossbeam-channel v0.5.13 |
228 | 2024-06-06T20:18:48.073Z | Downloaded schemars v0.8.21 |
229 | 2024-06-06T20:18:48.085Z | Downloaded tokio-rustls v0.24.1 |
230 | 2024-06-06T20:18:48.089Z | Downloaded strsim v0.11.1 |
231 | 2024-06-06T20:18:48.092Z | Downloaded term v0.7.0 |
232 | 2024-06-06T20:18:48.093Z | Downloaded tracing-core v0.1.32 |
233 | 2024-06-06T20:18:48.096Z | Downloaded serde_with_macros v3.8.1 |
234 | 2024-06-06T20:18:48.099Z | Downloaded socket2 v0.5.7 |
235 | 2024-06-06T20:18:48.099Z | Downloaded indexmap v2.2.6 |
236 | 2024-06-06T20:18:48.103Z | Downloaded chrono v0.4.38 |
237 | 2024-06-06T20:18:48.110Z | Downloaded tinyvec v1.6.0 |
238 | 2024-06-06T20:18:48.114Z | Downloaded serde_derive v1.0.203 |
239 | 2024-06-06T20:18:48.117Z | Downloaded toml v0.8.14 |
240 | 2024-06-06T20:18:48.136Z | Downloaded slog v2.7.0 |
241 | 2024-06-06T20:18:48.151Z | Downloaded openssl-sys v0.9.102 |
242 | 2024-06-06T20:18:48.151Z | Downloaded mio v0.8.11 |
243 | 2024-06-06T20:18:48.151Z | Downloaded serde v1.0.203 |
244 | 2024-06-06T20:18:48.151Z | Downloaded toml_edit v0.22.14 |
245 | 2024-06-06T20:18:48.164Z | Downloaded http v1.1.0 |
246 | 2024-06-06T20:18:48.174Z | Downloaded tracing v0.1.40 |
247 | 2024-06-06T20:18:48.174Z | Downloaded time v0.3.36 |
248 | 2024-06-06T20:18:48.179Z | Downloaded rand v0.8.5 |
249 | 2024-06-06T20:18:48.182Z | Downloaded hashbrown v0.14.5 |
250 | 2024-06-06T20:18:48.188Z | Downloaded winnow v0.6.12 |
251 | 2024-06-06T20:18:48.214Z | Downloaded futures-util v0.3.30 |
252 | 2024-06-06T20:18:48.219Z | Downloaded h2 v0.3.26 |
253 | 2024-06-06T20:18:48.219Z | Downloaded zerocopy v0.7.34 |
254 | 2024-06-06T20:18:48.228Z | Downloaded serde_with v3.8.1 |
255 | 2024-06-06T20:18:48.235Z | Downloaded tokio-util v0.7.11 |
256 | 2024-06-06T20:18:48.241Z | Downloaded serde_json v1.0.117 |
257 | 2024-06-06T20:18:48.249Z | Downloaded rustls-webpki v0.101.7 |
258 | 2024-06-06T20:18:48.263Z | Downloaded reqwest v0.11.27 |
259 | 2024-06-06T20:18:48.678Z | Downloaded rustls-webpki v0.102.4 |
260 | 2024-06-06T20:18:48.691Z | Downloaded openapiv3 v2.0.0 |
261 | 2024-06-06T20:18:48.691Z | Downloaded regex v1.10.4 |
262 | 2024-06-06T20:18:48.691Z | Downloaded openssl v0.10.64 |
263 | 2024-06-06T20:18:48.691Z | Downloaded vcpkg v0.2.15 |
264 | 2024-06-06T20:18:48.691Z | Downloaded idna v0.5.0 |
265 | 2024-06-06T20:18:48.691Z | Downloaded syn v2.0.66 |
266 | 2024-06-06T20:18:48.691Z | Downloaded tokio v1.38.0 |
267 | 2024-06-06T20:18:48.692Z | Downloaded libc v0.2.155 |
268 | 2024-06-06T20:18:48.692Z | Downloaded rustls v0.22.4 |
269 | 2024-06-06T20:18:48.692Z | Downloaded regex-automata v0.4.6 |
270 | 2024-06-06T20:18:48.692Z | Downloaded encoding_rs v0.8.34 |
271 | 2024-06-06T20:18:48.693Z | Downloaded rustls v0.21.12 |
272 | 2024-06-06T20:18:48.693Z | Downloaded regress v0.9.1 |
273 | 2024-06-06T20:18:48.693Z | Downloaded regex-syntax v0.8.3 |
274 | 2024-06-06T20:18:48.693Z | Downloaded unicode-width v0.1.13 |
275 | 2024-06-06T20:18:48.693Z | Downloaded hyper v0.14.29 |
276 | 2024-06-06T20:18:48.693Z | Downloaded goblin v0.8.2 |
277 | 2024-06-06T20:18:48.693Z | Downloaded serde_yaml v0.9.34+deprecated |
278 | 2024-06-06T20:18:48.693Z | Downloaded http v0.2.12 |
279 | 2024-06-06T20:18:48.693Z | Downloaded memchr v2.7.2 |
280 | 2024-06-06T20:18:48.693Z | Downloaded hashbrown v0.12.3 |
281 | 2024-06-06T20:18:48.693Z | Downloaded ryu v1.0.18 |
282 | 2024-06-06T20:18:48.693Z | Downloaded pest_derive v2.7.10 |
283 | 2024-06-06T20:18:48.693Z | Downloaded webpki-roots v0.25.4 |
284 | 2024-06-06T20:18:48.693Z | Downloaded unicode-ident v1.0.12 |
285 | 2024-06-06T20:18:48.694Z | Downloaded indexmap v1.9.3 |
286 | 2024-06-06T20:18:48.694Z | Downloaded typenum v1.17.0 |
287 | 2024-06-06T20:18:48.694Z | Downloaded ucd-trie v0.1.6 |
288 | 2024-06-06T20:18:48.694Z | Downloaded proc-macro2 v1.0.85 |
289 | 2024-06-06T20:18:48.694Z | Downloaded smallvec v1.13.2 |
290 | 2024-06-06T20:18:48.694Z | Downloaded slog-term v2.9.1 |
291 | 2024-06-06T20:18:48.694Z | Downloaded num-traits v0.2.19 |
292 | 2024-06-06T20:18:48.694Z | Downloaded scroll v0.12.0 |
293 | 2024-06-06T20:18:48.694Z | Downloaded rustls-pki-types v1.7.0 |
294 | 2024-06-06T20:18:48.694Z | Downloaded serde_derive_internals v0.29.1 |
295 | 2024-06-06T20:18:48.694Z | Downloaded quote v1.0.36 |
296 | 2024-06-06T20:18:48.694Z | Downloaded thiserror-impl v1.0.61 |
297 | 2024-06-06T20:18:48.694Z | Downloaded thread_local v1.1.8 |
298 | 2024-06-06T20:18:48.694Z | Downloaded hyper-rustls v0.24.2 |
299 | 2024-06-06T20:18:48.694Z | Downloaded multer v3.1.0 |
300 | 2024-06-06T20:18:48.694Z | Downloaded sha1 v0.10.6 |
301 | 2024-06-06T20:18:48.694Z | Downloaded native-tls v0.2.12 |
302 | 2024-06-06T20:18:48.694Z | Downloaded memmap v0.7.0 |
303 | 2024-06-06T20:18:48.694Z | Downloaded getrandom v0.2.15 |
304 | 2024-06-06T20:18:48.694Z | Downloaded rustls-pemfile v2.1.2 |
305 | 2024-06-06T20:18:48.694Z | Downloaded serde_spanned v0.6.6 |
306 | 2024-06-06T20:18:48.694Z | Downloaded serde_path_to_error v0.1.16 |
307 | 2024-06-06T20:18:48.694Z | Downloaded schemars_derive v0.8.21 |
308 | 2024-06-06T20:18:48.694Z | Downloaded camino v1.1.7 |
309 | 2024-06-06T20:18:48.695Z | Downloaded ahash v0.8.11 |
310 | 2024-06-06T20:18:48.695Z | Downloaded usdt v0.5.0 |
311 | 2024-06-06T20:18:48.695Z | Downloaded match_cfg v0.1.0 |
312 | 2024-06-06T20:18:48.695Z | Downloaded is-terminal v0.4.12 |
313 | 2024-06-06T20:18:48.695Z | Downloaded hostname v0.3.1 |
314 | 2024-06-06T20:18:48.695Z | Downloaded equivalent v1.0.1 |
315 | 2024-06-06T20:18:48.695Z | Downloaded autocfg v1.3.0 |
316 | 2024-06-06T20:18:48.695Z | Downloaded crossbeam-utils v0.8.20 |
317 | 2024-06-06T20:18:48.695Z | Downloaded debug-ignore v1.0.5 |
318 | 2024-06-06T20:18:48.695Z | Downloaded darling_macro v0.20.9 |
319 | 2024-06-06T20:18:48.695Z | Downloaded allocator-api2 v0.2.18 |
320 | 2024-06-06T20:18:48.695Z | Downloaded version_check v0.9.4 |
321 | 2024-06-06T20:18:48.695Z | Downloaded usdt-macro v0.5.0 |
322 | 2024-06-06T20:18:48.695Z | Downloaded backoff v0.4.0 |
323 | 2024-06-06T20:18:48.695Z | Downloaded byteorder v1.5.0 |
324 | 2024-06-06T20:18:49.109Z | Downloaded ring v0.17.8 |
325 | 2024-06-06T20:18:49.109Z | Compiling proc-macro2 v1.0.85 |
326 | 2024-06-06T20:18:49.109Z | Compiling unicode-ident v1.0.12 |
327 | 2024-06-06T20:18:49.109Z | Compiling libc v0.2.155 |
328 | 2024-06-06T20:18:49.109Z | Checking cfg-if v1.0.0 |
329 | 2024-06-06T20:18:49.109Z | Compiling version_check v0.9.4 |
330 | 2024-06-06T20:18:49.109Z | Compiling autocfg v1.3.0 |
331 | 2024-06-06T20:18:49.109Z | Compiling serde v1.0.203 |
332 | 2024-06-06T20:18:49.109Z | Compiling serde_json v1.0.117 |
333 | 2024-06-06T20:18:49.110Z | Checking itoa v1.0.11 |
334 | 2024-06-06T20:18:49.154Z | Compiling thiserror v1.0.61 |
335 | 2024-06-06T20:18:49.459Z | Compiling ahash v0.8.11 |
336 | 2024-06-06T20:18:49.542Z | Compiling cc v1.0.98 |
337 | 2024-06-06T20:18:51.352Z | Compiling memchr v2.7.2 |
338 | 2024-06-06T20:18:52.053Z | Checking once_cell v1.19.0 |
339 | 2024-06-06T20:18:52.170Z | Checking byteorder v1.5.0 |
340 | 2024-06-06T20:18:52.719Z | Compiling num-traits v0.2.19 |
341 | 2024-06-06T20:18:52.727Z | Checking pin-project-lite v0.2.14 |
342 | 2024-06-06T20:18:52.727Z | Checking ryu v1.0.18 |
343 | 2024-06-06T20:18:52.727Z | Checking log v0.4.21 |
344 | 2024-06-06T20:18:52.751Z | Checking bytes v1.6.0 |
345 | 2024-06-06T20:18:52.793Z | Checking getrandom v0.2.15 |
346 | 2024-06-06T20:18:52.796Z | Compiling lock_api v0.4.12 |
347 | 2024-06-06T20:18:52.797Z | Compiling schemars v0.8.21 |
348 | 2024-06-06T20:18:52.914Z | Compiling quote v1.0.36 |
349 | 2024-06-06T20:18:52.933Z | Checking allocator-api2 v0.2.18 |
350 | 2024-06-06T20:18:52.971Z | Compiling parking_lot_core v0.9.10 |
351 | 2024-06-06T20:18:53.092Z | Compiling ring v0.17.8 |
352 | 2024-06-06T20:18:53.138Z | Checking scopeguard v1.2.0 |
353 | 2024-06-06T20:18:53.190Z | Checking smallvec v1.13.2 |
354 | 2024-06-06T20:18:53.268Z | Checking futures-core v0.3.30 |
355 | 2024-06-06T20:18:53.368Z | Compiling syn v2.0.66 |
356 | 2024-06-06T20:18:53.505Z | Checking socket2 v0.5.7 |
357 | 2024-06-06T20:18:53.548Z | Checking num_cpus v1.16.0 |
358 | 2024-06-06T20:18:53.569Z | Checking signal-hook-registry v1.4.2 |
359 | 2024-06-06T20:18:53.639Z | Checking mio v0.8.11 |
360 | 2024-06-06T20:18:54.115Z | Compiling slab v0.4.9 |
361 | 2024-06-06T20:18:54.121Z | Checking futures-sink v0.3.30 |
362 | 2024-06-06T20:18:54.121Z | Checking parking_lot v0.12.3 |
363 | 2024-06-06T20:18:54.121Z | Checking spin v0.9.8 |
364 | 2024-06-06T20:18:54.121Z | Checking equivalent v1.0.1 |
365 | 2024-06-06T20:18:54.121Z | Checking fnv v1.0.7 |
366 | 2024-06-06T20:18:54.121Z | Checking untrusted v0.9.0 |
367 | 2024-06-06T20:18:54.126Z | Checking futures-channel v0.3.30 |
368 | 2024-06-06T20:18:54.151Z | Compiling vcpkg v0.2.15 |
369 | 2024-06-06T20:18:54.203Z | Compiling pkg-config v0.3.30 |
370 | 2024-06-06T20:18:54.206Z | Checking futures-io v0.3.30 |
371 | 2024-06-06T20:18:54.313Z | Compiling semver v1.0.23 |
372 | 2024-06-06T20:18:54.347Z | Checking pin-utils v0.1.0 |
373 | 2024-06-06T20:18:54.406Z | Checking futures-task v0.3.30 |
374 | 2024-06-06T20:18:54.617Z | Compiling ucd-trie v0.1.6 |
375 | 2024-06-06T20:18:54.639Z | Checking iana-time-zone v0.1.60 |
376 | 2024-06-06T20:18:54.757Z | Checking http v0.2.12 |
377 | 2024-06-06T20:18:55.039Z | Compiling heck v0.5.0 |
378 | 2024-06-06T20:18:55.297Z | Compiling httparse v1.8.0 |
379 | 2024-06-06T20:18:55.565Z | Checking dyn-clone v1.0.17 |
380 | 2024-06-06T20:18:55.666Z | Compiling openssl-sys v0.9.102 |
381 | 2024-06-06T20:18:55.685Z | Checking tracing-core v0.1.32 |
382 | 2024-06-06T20:18:55.834Z | Compiling uuid v1.8.0 |
383 | 2024-06-06T20:18:56.302Z | Compiling chrono v0.4.38 |
384 | 2024-06-06T20:18:56.313Z | Checking tracing v0.1.40 |
385 | 2024-06-06T20:18:56.522Z | Compiling slog v2.7.0 |
386 | 2024-06-06T20:18:56.564Z | Checking foreign-types-shared v0.1.1 |
387 | 2024-06-06T20:18:56.595Z | Checking try-lock v0.2.5 |
388 | 2024-06-06T20:18:56.637Z | Compiling openssl v0.10.64 |
389 | 2024-06-06T20:18:56.700Z | Checking want v0.3.1 |
390 | 2024-06-06T20:18:56.711Z | Checking foreign-types v0.3.2 |
391 | 2024-06-06T20:18:56.836Z | Checking http-body v0.4.6 |
392 | 2024-06-06T20:18:56.948Z | Compiling aho-corasick v1.1.3 |
393 | 2024-06-06T20:18:56.994Z | Compiling rustls v0.21.12 |
394 | 2024-06-06T20:18:57.188Z | Checking bitflags v2.5.0 |
395 | 2024-06-06T20:18:57.199Z | Checking httpdate v1.0.3 |
396 | 2024-06-06T20:18:57.391Z | Checking tinyvec_macros v0.1.1 |
397 | 2024-06-06T20:18:57.399Z | Checking percent-encoding v2.3.1 |
398 | 2024-06-06T20:18:57.447Z | Checking tower-service v0.3.2 |
399 | 2024-06-06T20:18:57.543Z | Compiling native-tls v0.2.12 |
400 | 2024-06-06T20:18:57.548Z | Compiling typenum v1.17.0 |
401 | 2024-06-06T20:18:57.840Z | Compiling regex-syntax v0.8.3 |
402 | 2024-06-06T20:18:58.050Z | Checking form_urlencoded v1.2.1 |
403 | 2024-06-06T20:18:58.206Z | Checking tinyvec v1.6.0 |
404 | 2024-06-06T20:18:58.871Z | Compiling generic-array v0.14.7 |
405 | 2024-06-06T20:18:59.144Z | Checking openssl-probe v0.1.5 |
406 | 2024-06-06T20:18:59.238Z | Compiling serde_derive_internals v0.29.1 |
407 | 2024-06-06T20:18:59.444Z | Checking unicode-normalization v0.1.23 |
408 | 2024-06-06T20:19:00.979Z | Compiling regex-automata v0.4.6 |
409 | 2024-06-06T20:19:01.169Z | Compiling usdt-impl v0.5.0 |
410 | 2024-06-06T20:19:01.483Z | Checking encoding_rs v0.8.34 |
411 | 2024-06-06T20:19:01.555Z | Checking unicode-bidi v0.3.15 |
412 | 2024-06-06T20:19:01.726Z | Checking powerfmt v0.2.0 |
413 | 2024-06-06T20:19:02.117Z | Compiling num-conv v0.1.0 |
414 | 2024-06-06T20:19:02.364Z | Compiling time-core v0.1.2 |
415 | 2024-06-06T20:19:02.483Z | Checking mime v0.3.17 |
416 | 2024-06-06T20:19:02.511Z | Compiling time-macros v0.2.18 |
417 | 2024-06-06T20:19:02.759Z | Checking idna v0.5.0 |
418 | 2024-06-06T20:19:03.101Z | Checking deranged v0.3.11 |
419 | 2024-06-06T20:19:03.520Z | Compiling thread-id v4.2.1 |
420 | 2024-06-06T20:19:03.728Z | Compiling strsim v0.11.1 |
421 | 2024-06-06T20:19:04.658Z | Checking rustls-pki-types v1.7.0 |
422 | 2024-06-06T20:19:04.767Z | Compiling serde_derive v1.0.203 |
423 | 2024-06-06T20:19:04.827Z | Compiling zerocopy-derive v0.7.34 |
424 | 2024-06-06T20:19:04.845Z | Compiling thiserror-impl v1.0.61 |
425 | 2024-06-06T20:19:05.048Z | Compiling schemars_derive v0.8.21 |
426 | 2024-06-06T20:19:05.556Z | Compiling tokio-macros v2.3.0 |
427 | 2024-06-06T20:19:05.662Z | Compiling futures-macro v0.3.30 |
428 | 2024-06-06T20:19:06.915Z | Checking zerocopy v0.7.34 |
429 | 2024-06-06T20:19:07.655Z | Checking tokio v1.38.0 |
430 | 2024-06-06T20:19:07.738Z | Checking futures-util v0.3.30 |
431 | 2024-06-06T20:19:07.769Z | Compiling pest v2.7.10 |
432 | 2024-06-06T20:19:08.138Z | Compiling openssl-macros v0.1.1 |
433 | 2024-06-06T20:19:08.724Z | Checking hashbrown v0.14.5 |
434 | 2024-06-06T20:19:09.054Z | Checking sct v0.7.1 |
435 | 2024-06-06T20:19:09.222Z | Checking rustls-webpki v0.101.7 |
436 | 2024-06-06T20:19:09.847Z | Compiling regex v1.10.4 |
437 | 2024-06-06T20:19:10.379Z | Compiling pest_meta v2.7.10 |
438 | 2024-06-06T20:19:10.506Z | Compiling regress v0.9.1 |
439 | 2024-06-06T20:19:10.772Z | Compiling scroll_derive v0.12.0 |
440 | 2024-06-06T20:19:12.189Z | Compiling pest_generator v2.7.10 |
441 | 2024-06-06T20:19:13.006Z | Checking scroll v0.12.0 |
442 | 2024-06-06T20:19:14.271Z | Checking tokio-util v0.7.11 |
443 | 2024-06-06T20:19:14.443Z | Checking tokio-native-tls v0.3.1 |
444 | 2024-06-06T20:19:14.674Z | Checking tokio-rustls v0.24.1 |
445 | 2024-06-06T20:19:14.738Z | Compiling pest_derive v2.7.10 |
446 | 2024-06-06T20:19:14.982Z | Compiling ident_case v1.0.1 |
447 | 2024-06-06T20:19:15.126Z | Compiling unicode-width v0.1.13 |
448 | 2024-06-06T20:19:15.231Z | Compiling crossbeam-utils v0.8.20 |
449 | 2024-06-06T20:19:15.706Z | Checking plain v0.2.3 |
450 | 2024-06-06T20:19:15.709Z | Checking base64 v0.21.7 |
451 | 2024-06-06T20:19:15.709Z | Checking num_threads v0.1.7 |
452 | 2024-06-06T20:19:15.709Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-06-06T20:19:15.751Z | Checking rustls-pemfile v1.0.4 |
454 | 2024-06-06T20:19:15.767Z | Checking goblin v0.8.2 |
455 | 2024-06-06T20:19:15.883Z | Checking time v0.3.36 |
456 | 2024-06-06T20:19:16.716Z | Compiling getopts v0.2.21 |
457 | 2024-06-06T20:19:17.328Z | Compiling darling_core v0.20.9 |
458 | 2024-06-06T20:19:17.522Z | Checking indexmap v2.2.6 |
459 | 2024-06-06T20:19:18.350Z | Checking serde_urlencoded v0.7.1 |
460 | 2024-06-06T20:19:18.652Z | Checking h2 v0.3.26 |
461 | 2024-06-06T20:19:18.754Z | Checking url v2.5.0 |
462 | 2024-06-06T20:19:19.145Z | Compiling serde_tokenstream v0.2.0 |
463 | 2024-06-06T20:19:20.129Z | Checking openapiv3 v2.0.0 |
464 | 2024-06-06T20:19:20.466Z | Checking dirs-sys-next v0.1.2 |
465 | 2024-06-06T20:19:20.858Z | Compiling dof v0.3.0 |
466 | 2024-06-06T20:19:21.367Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
467 | 2024-06-06T20:19:22.271Z | Compiling unsafe-libyaml v0.2.11 |
468 | 2024-06-06T20:19:22.880Z | Checking hyper v0.14.29 |
469 | 2024-06-06T20:19:23.418Z | Compiling paste v1.0.15 |
470 | 2024-06-06T20:19:23.522Z | Checking webpki-roots v0.25.4 |
471 | 2024-06-06T20:19:23.619Z | Compiling rustversion v1.0.17 |
472 | 2024-06-06T20:19:23.636Z | Compiling omicron-workspace-hack v0.1.0 |
473 | 2024-06-06T20:19:23.884Z | Checking sync_wrapper v0.1.2 |
474 | 2024-06-06T20:19:23.913Z | Checking pretty-hex v0.4.1 |
475 | 2024-06-06T20:19:23.937Z | Checking ipnet v2.9.0 |
476 | 2024-06-06T20:19:23.976Z | Compiling rustls v0.22.4 |
477 | 2024-06-06T20:19:24.094Z | Compiling darling_macro v0.20.9 |
478 | 2024-06-06T20:19:24.260Z | Compiling serde_yaml v0.9.34+deprecated |
479 | 2024-06-06T20:19:24.486Z | Checking dirs-next v2.0.0 |
480 | 2024-06-06T20:19:24.595Z | Checking serde_spanned v0.6.6 |
481 | 2024-06-06T20:19:24.637Z | Checking toml_datetime v0.6.6 |
482 | 2024-06-06T20:19:24.879Z | Checking rustls-webpki v0.102.4 |
483 | 2024-06-06T20:19:24.984Z | Compiling structmeta-derive v0.3.0 |
484 | 2024-06-06T20:19:25.072Z | Checking block-buffer v0.10.4 |
485 | 2024-06-06T20:19:25.252Z | Checking crypto-common v0.1.6 |
486 | 2024-06-06T20:19:25.402Z | Checking rand_core v0.6.4 |
487 | 2024-06-06T20:19:25.454Z | Checking thread_local v1.1.8 |
488 | 2024-06-06T20:19:25.498Z | Compiling multer v3.1.0 |
489 | 2024-06-06T20:19:25.996Z | Compiling anyhow v1.0.86 |
490 | 2024-06-06T20:19:26.009Z | Checking zeroize v1.8.1 |
491 | 2024-06-06T20:19:26.009Z | Checking winnow v0.6.12 |
492 | 2024-06-06T20:19:26.009Z | Checking ppv-lite86 v0.2.17 |
493 | 2024-06-06T20:19:26.010Z | Checking match_cfg v0.1.0 |
494 | 2024-06-06T20:19:26.010Z | Compiling slog-async v2.8.0 |
495 | 2024-06-06T20:19:26.122Z | Compiling camino v1.1.7 |
496 | 2024-06-06T20:19:26.428Z | Checking subtle v2.5.0 |
497 | 2024-06-06T20:19:26.438Z | Checking rand_chacha v0.3.1 |
498 | 2024-06-06T20:19:26.779Z | Checking hostname v0.3.1 |
499 | 2024-06-06T20:19:26.928Z | Checking crossbeam-channel v0.5.13 |
500 | 2024-06-06T20:19:27.087Z | Checking hyper-rustls v0.24.2 |
501 | 2024-06-06T20:19:27.352Z | Checking hyper-tls v0.5.0 |
502 | 2024-06-06T20:19:27.381Z | Checking digest v0.10.7 |
503 | 2024-06-06T20:19:27.602Z | Checking reqwest v0.11.27 |
504 | 2024-06-06T20:19:27.620Z | Compiling darling v0.20.9 |
505 | 2024-06-06T20:19:27.681Z | Checking term v0.7.0 |
506 | 2024-06-06T20:19:27.689Z | Compiling structmeta v0.3.0 |
507 | 2024-06-06T20:19:28.068Z | Compiling usdt-macro v0.5.0 |
508 | 2024-06-06T20:19:28.071Z | Compiling usdt-attr-macro v0.5.0 |
509 | 2024-06-06T20:19:29.075Z | Checking toml_edit v0.22.14 |
510 | 2024-06-06T20:19:29.082Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
511 | 2024-06-06T20:19:29.082Z | Checking slog-json v2.6.1 |
512 | 2024-06-06T20:19:29.082Z | Checking futures-executor v0.3.30 |
513 | 2024-06-06T20:19:29.123Z | Compiling async-stream-impl v0.3.5 |
514 | 2024-06-06T20:19:29.256Z | Checking http v1.1.0 |
515 | 2024-06-06T20:19:29.269Z | Checking memmap v0.7.0 |
516 | 2024-06-06T20:19:29.369Z | Checking is-terminal v0.4.12 |
517 | 2024-06-06T20:19:29.449Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#699b4333) |
518 | 2024-06-06T20:19:29.472Z | Checking atomic-waker v1.1.2 |
519 | 2024-06-06T20:19:29.497Z | Checking cpufeatures v0.2.12 |
520 | 2024-06-06T20:19:29.567Z | Checking take_mut v0.2.2 |
521 | 2024-06-06T20:19:29.575Z | Checking base64 v0.22.1 |
522 | 2024-06-06T20:19:29.692Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
523 | 2024-06-06T20:19:29.982Z | Checking sha1 v0.10.6 |
524 | 2024-06-06T20:19:30.014Z | Checking rustls-pemfile v2.1.2 |
525 | 2024-06-06T20:19:30.027Z | Checking waitgroup v0.1.2 |
526 | 2024-06-06T20:19:30.134Z | Checking usdt v0.5.0 |
527 | 2024-06-06T20:19:30.150Z | Checking tokio-rustls v0.25.0 |
528 | 2024-06-06T20:19:30.202Z | Checking slog-term v2.9.1 |
529 | 2024-06-06T20:19:30.225Z | Checking slog-bunyan v2.5.0 |
530 | 2024-06-06T20:19:30.345Z | Checking futures v0.3.30 |
531 | 2024-06-06T20:19:30.363Z | Compiling strum_macros v0.26.4 |
532 | 2024-06-06T20:19:30.423Z | Checking async-stream v0.3.5 |
533 | 2024-06-06T20:19:30.432Z | Compiling parse-display-derive v0.9.1 |
534 | 2024-06-06T20:19:30.466Z | Compiling serde_with_macros v3.8.1 |
535 | 2024-06-06T20:19:30.651Z | Checking rand v0.8.5 |
536 | 2024-06-06T20:19:31.017Z | Checking ipnetwork v0.20.0 |
537 | 2024-06-06T20:19:31.026Z | Checking toml v0.8.14 |
538 | 2024-06-06T20:19:31.332Z | Checking newtype-uuid v1.1.0 |
539 | 2024-06-06T20:19:31.442Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#699b4333) |
540 | 2024-06-06T20:19:31.538Z | Checking hex v0.4.3 |
541 | 2024-06-06T20:19:31.742Z | Checking serde_path_to_error v0.1.16 |
542 | 2024-06-06T20:19:31.902Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
543 | 2024-06-06T20:19:32.034Z | Compiling async-trait v0.1.80 |
544 | 2024-06-06T20:19:32.360Z | Checking hostname v0.4.0 |
545 | 2024-06-06T20:19:32.474Z | Checking instant v0.1.13 |
546 | 2024-06-06T20:19:32.571Z | Checking debug-ignore v1.0.5 |
547 | 2024-06-06T20:19:32.669Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
548 | 2024-06-06T20:19:32.684Z | Checking backoff v0.4.0 |
549 | 2024-06-06T20:19:32.777Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
550 | 2024-06-06T20:19:32.907Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
551 | 2024-06-06T20:19:32.935Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
552 | 2024-06-06T20:19:33.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
553 | 2024-06-06T20:19:33.191Z | Checking serde_with v3.8.1 |
554 | 2024-06-06T20:19:33.314Z | Checking macaddr v1.0.1 |
555 | 2024-06-06T20:19:34.442Z | Checking parse-display v0.9.1 |
556 | 2024-06-06T20:19:34.748Z | Checking strum v0.26.2 |
557 | 2024-06-06T20:19:35.111Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
558 | 2024-06-06T20:19:36.993Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
559 | 2024-06-06T20:19:37.054Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
560 | 2024-06-06T20:19:39.918Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
561 | 2024-06-06T20:19:46.118Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
562 | 2024-06-06T20:19:48.904Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
563 | 2024-06-06T20:19:54.648Z | Checking test-project v0.1.0 (/tmp/test-project) |
564 | 2024-06-06T20:19:54.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
565 | 2024-06-06T20:19:54.756Z | + cargo build --release |
566 | 2024-06-06T20:19:55.012Z | Compiling proc-macro2 v1.0.85 |
567 | 2024-06-06T20:19:55.012Z | Compiling unicode-ident v1.0.12 |
568 | 2024-06-06T20:19:55.012Z | Compiling libc v0.2.155 |
569 | 2024-06-06T20:19:55.016Z | Compiling cfg-if v1.0.0 |
570 | 2024-06-06T20:19:55.016Z | Compiling version_check v0.9.4 |
571 | 2024-06-06T20:19:55.016Z | Compiling autocfg v1.3.0 |
572 | 2024-06-06T20:19:55.048Z | Compiling serde v1.0.203 |
573 | 2024-06-06T20:19:55.052Z | Compiling serde_json v1.0.117 |
574 | 2024-06-06T20:19:55.109Z | Compiling itoa v1.0.11 |
575 | 2024-06-06T20:19:55.181Z | Compiling thiserror v1.0.61 |
576 | 2024-06-06T20:19:55.300Z | Compiling cc v1.0.98 |
577 | 2024-06-06T20:19:55.482Z | Compiling memchr v2.7.2 |
578 | 2024-06-06T20:19:55.568Z | Compiling once_cell v1.19.0 |
579 | 2024-06-06T20:19:55.662Z | Compiling ahash v0.8.11 |
580 | 2024-06-06T20:19:56.015Z | Compiling num-traits v0.2.19 |
581 | 2024-06-06T20:19:56.123Z | Compiling byteorder v1.5.0 |
582 | 2024-06-06T20:19:56.301Z | Compiling pin-project-lite v0.2.14 |
583 | 2024-06-06T20:19:56.410Z | Compiling quote v1.0.36 |
584 | 2024-06-06T20:19:56.447Z | Compiling getrandom v0.2.15 |
585 | 2024-06-06T20:19:56.613Z | Compiling ryu v1.0.18 |
586 | 2024-06-06T20:19:56.779Z | Compiling syn v2.0.66 |
587 | 2024-06-06T20:19:56.931Z | Compiling bytes v1.6.0 |
588 | 2024-06-06T20:19:57.033Z | Compiling log v0.4.21 |
589 | 2024-06-06T20:19:57.137Z | Compiling schemars v0.8.21 |
590 | 2024-06-06T20:19:57.157Z | Compiling lock_api v0.4.12 |
591 | 2024-06-06T20:19:57.419Z | Compiling parking_lot_core v0.9.10 |
592 | 2024-06-06T20:19:57.460Z | Compiling allocator-api2 v0.2.18 |
593 | 2024-06-06T20:19:57.486Z | Compiling smallvec v1.13.2 |
594 | 2024-06-06T20:19:57.587Z | Compiling scopeguard v1.2.0 |
595 | 2024-06-06T20:19:57.724Z | Compiling futures-core v0.3.30 |
596 | 2024-06-06T20:19:57.955Z | Compiling mio v0.8.11 |
597 | 2024-06-06T20:19:58.182Z | Compiling ring v0.17.8 |
598 | 2024-06-06T20:19:58.303Z | Compiling socket2 v0.5.7 |
599 | 2024-06-06T20:19:58.370Z | Compiling parking_lot v0.12.3 |
600 | 2024-06-06T20:19:58.521Z | Compiling signal-hook-registry v1.4.2 |
601 | 2024-06-06T20:19:58.782Z | Compiling num_cpus v1.16.0 |
602 | 2024-06-06T20:19:58.895Z | Compiling slab v0.4.9 |
603 | 2024-06-06T20:19:59.017Z | Compiling futures-sink v0.3.30 |
604 | 2024-06-06T20:19:59.160Z | Compiling spin v0.9.8 |
605 | 2024-06-06T20:19:59.328Z | Compiling semver v1.0.23 |
606 | 2024-06-06T20:19:59.393Z | Compiling equivalent v1.0.1 |
607 | 2024-06-06T20:19:59.781Z | Compiling untrusted v0.9.0 |
608 | 2024-06-06T20:19:59.924Z | Compiling fnv v1.0.7 |
609 | 2024-06-06T20:19:59.979Z | Compiling futures-channel v0.3.30 |
610 | 2024-06-06T20:20:00.068Z | Compiling futures-io v0.3.30 |
611 | 2024-06-06T20:20:00.227Z | Compiling pkg-config v0.3.30 |
612 | 2024-06-06T20:20:00.245Z | Compiling futures-task v0.3.30 |
613 | 2024-06-06T20:20:00.249Z | Compiling vcpkg v0.2.15 |
614 | 2024-06-06T20:20:00.386Z | Compiling pin-utils v0.1.0 |
615 | 2024-06-06T20:20:00.546Z | Compiling iana-time-zone v0.1.60 |
616 | 2024-06-06T20:20:00.623Z | Compiling ucd-trie v0.1.6 |
617 | 2024-06-06T20:20:01.124Z | Compiling http v0.2.12 |
618 | 2024-06-06T20:20:01.409Z | Compiling httparse v1.8.0 |
619 | 2024-06-06T20:20:01.469Z | Compiling dyn-clone v1.0.17 |
620 | 2024-06-06T20:20:01.828Z | Compiling heck v0.5.0 |
621 | 2024-06-06T20:20:01.921Z | Compiling openssl-sys v0.9.102 |
622 | 2024-06-06T20:20:02.283Z | Compiling tracing-core v0.1.32 |
623 | 2024-06-06T20:20:02.440Z | Compiling chrono v0.4.38 |
624 | 2024-06-06T20:20:02.832Z | Compiling uuid v1.8.0 |
625 | 2024-06-06T20:20:03.349Z | Compiling tracing v0.1.40 |
626 | 2024-06-06T20:20:04.043Z | Compiling serde_derive_internals v0.29.1 |
627 | 2024-06-06T20:20:04.741Z | Compiling foreign-types-shared v0.1.1 |
628 | 2024-06-06T20:20:04.834Z | Compiling openssl v0.10.64 |
629 | 2024-06-06T20:20:05.248Z | Compiling try-lock v0.2.5 |
630 | 2024-06-06T20:20:05.387Z | Compiling slog v2.7.0 |
631 | 2024-06-06T20:20:05.394Z | Compiling want v0.3.1 |
632 | 2024-06-06T20:20:05.500Z | Compiling foreign-types v0.3.2 |
633 | 2024-06-06T20:20:05.876Z | Compiling http-body v0.4.6 |
634 | 2024-06-06T20:20:05.899Z | Compiling aho-corasick v1.1.3 |
635 | 2024-06-06T20:20:06.355Z | Compiling percent-encoding v2.3.1 |
636 | 2024-06-06T20:20:06.379Z | Compiling tinyvec_macros v0.1.1 |
637 | 2024-06-06T20:20:06.456Z | Compiling rustls v0.21.12 |
638 | 2024-06-06T20:20:06.741Z | Compiling tower-service v0.3.2 |
639 | 2024-06-06T20:20:06.808Z | Compiling regex-syntax v0.8.3 |
640 | 2024-06-06T20:20:06.849Z | Compiling native-tls v0.2.12 |
641 | 2024-06-06T20:20:07.103Z | Compiling bitflags v2.5.0 |
642 | 2024-06-06T20:20:07.114Z | Compiling typenum v1.17.0 |
643 | 2024-06-06T20:20:07.231Z | Compiling httpdate v1.0.3 |
644 | 2024-06-06T20:20:07.447Z | Compiling form_urlencoded v1.2.1 |
645 | 2024-06-06T20:20:07.947Z | Compiling tinyvec v1.6.0 |
646 | 2024-06-06T20:20:08.108Z | Compiling generic-array v0.14.7 |
647 | 2024-06-06T20:20:08.558Z | Compiling openssl-probe v0.1.5 |
648 | 2024-06-06T20:20:09.447Z | Compiling serde_derive v1.0.203 |
649 | 2024-06-06T20:20:09.551Z | Compiling zerocopy-derive v0.7.34 |
650 | 2024-06-06T20:20:09.808Z | Compiling thiserror-impl v1.0.61 |
651 | 2024-06-06T20:20:10.380Z | Compiling schemars_derive v0.8.21 |
652 | 2024-06-06T20:20:10.681Z | Compiling tokio-macros v2.3.0 |
653 | 2024-06-06T20:20:11.694Z | Compiling zerocopy v0.7.34 |
654 | 2024-06-06T20:20:12.608Z | Compiling tokio v1.38.0 |
655 | 2024-06-06T20:20:12.806Z | Compiling futures-macro v0.3.30 |
656 | 2024-06-06T20:20:13.513Z | Compiling pest v2.7.10 |
657 | 2024-06-06T20:20:13.915Z | Compiling hashbrown v0.14.5 |
658 | 2024-06-06T20:20:14.763Z | Compiling futures-util v0.3.30 |
659 | 2024-06-06T20:20:15.631Z | Compiling openssl-macros v0.1.1 |
660 | 2024-06-06T20:20:15.842Z | Compiling pest_meta v2.7.10 |
661 | 2024-06-06T20:20:16.290Z | Compiling regress v0.9.1 |
662 | 2024-06-06T20:20:20.031Z | Compiling pest_generator v2.7.10 |
663 | 2024-06-06T20:20:20.993Z | Compiling tokio-util v0.7.11 |
664 | 2024-06-06T20:20:21.812Z | Compiling sct v0.7.1 |
665 | 2024-06-06T20:20:21.841Z | Compiling pest_derive v2.7.10 |
666 | 2024-06-06T20:20:22.267Z | Compiling rustls-webpki v0.101.7 |
667 | 2024-06-06T20:20:22.686Z | Compiling regex-automata v0.4.6 |
668 | 2024-06-06T20:20:23.256Z | Compiling serde_tokenstream v0.2.0 |
669 | 2024-06-06T20:20:23.865Z | Compiling indexmap v2.2.6 |
670 | 2024-06-06T20:20:27.452Z | Compiling h2 v0.3.26 |
671 | 2024-06-06T20:20:30.383Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
672 | 2024-06-06T20:20:30.869Z | Compiling regex v1.10.4 |
673 | 2024-06-06T20:20:33.227Z | Compiling hyper v0.14.29 |
674 | 2024-06-06T20:20:35.802Z | Compiling unicode-normalization v0.1.23 |
675 | 2024-06-06T20:20:37.069Z | Compiling scroll_derive v0.12.0 |
676 | 2024-06-06T20:20:41.915Z | Compiling usdt-impl v0.5.0 |
677 | 2024-06-06T20:20:42.269Z | Compiling encoding_rs v0.8.34 |
678 | 2024-06-06T20:20:42.618Z | Compiling unicode-bidi v0.3.15 |
679 | 2024-06-06T20:20:42.958Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
680 | 2024-06-06T20:20:45.766Z | Compiling time-core v0.1.2 |
681 | 2024-06-06T20:20:45.920Z | Compiling mime v0.3.17 |
682 | 2024-06-06T20:20:47.003Z | Compiling num-conv v0.1.0 |
683 | 2024-06-06T20:20:47.010Z | Compiling powerfmt v0.2.0 |
684 | 2024-06-06T20:20:47.284Z | Compiling time-macros v0.2.18 |
685 | 2024-06-06T20:20:47.506Z | Compiling deranged v0.3.11 |
686 | 2024-06-06T20:20:50.366Z | Compiling idna v0.5.0 |
687 | 2024-06-06T20:20:52.471Z | Compiling scroll v0.12.0 |
688 | 2024-06-06T20:20:52.930Z | Compiling tokio-native-tls v0.3.1 |
689 | 2024-06-06T20:20:53.095Z | Compiling tokio-rustls v0.24.1 |
690 | 2024-06-06T20:20:53.172Z | Compiling dof v0.3.0 |
691 | 2024-06-06T20:20:53.203Z | Compiling serde_urlencoded v0.7.1 |
692 | 2024-06-06T20:20:53.495Z | Compiling dtrace-parser v0.2.0 |
693 | 2024-06-06T20:20:54.049Z | Compiling thread-id v4.2.1 |
694 | 2024-06-06T20:20:54.137Z | Compiling strsim v0.11.1 |
695 | 2024-06-06T20:20:54.857Z | Compiling num_threads v0.1.7 |
696 | 2024-06-06T20:20:54.964Z | Compiling crossbeam-utils v0.8.20 |
697 | 2024-06-06T20:20:55.544Z | Compiling omicron-workspace-hack v0.1.0 |
698 | 2024-06-06T20:20:55.848Z | Compiling unicode-width v0.1.13 |
699 | 2024-06-06T20:20:56.045Z | Compiling plain v0.2.3 |
700 | 2024-06-06T20:20:56.196Z | Compiling ident_case v1.0.1 |
701 | 2024-06-06T20:20:56.429Z | Compiling rustls-pki-types v1.7.0 |
702 | 2024-06-06T20:20:56.705Z | Compiling base64 v0.21.7 |
703 | 2024-06-06T20:20:57.800Z | Compiling rustls-pemfile v1.0.4 |
704 | 2024-06-06T20:20:58.625Z | Compiling time v0.3.36 |
705 | 2024-06-06T20:21:00.422Z | Compiling darling_core v0.20.9 |
706 | 2024-06-06T20:21:01.521Z | Compiling goblin v0.8.2 |
707 | 2024-06-06T20:21:02.897Z | Compiling getopts v0.2.21 |
708 | 2024-06-06T20:21:04.470Z | Compiling hyper-rustls v0.24.2 |
709 | 2024-06-06T20:21:04.901Z | Compiling hyper-tls v0.5.0 |
710 | 2024-06-06T20:21:05.438Z | Compiling url v2.5.0 |
711 | 2024-06-06T20:21:06.830Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
712 | 2024-06-06T20:21:06.948Z | Compiling openapiv3 v2.0.0 |
713 | 2024-06-06T20:21:08.025Z | Compiling dirs-sys-next v0.1.2 |
714 | 2024-06-06T20:21:09.224Z | Compiling paste v1.0.15 |
715 | 2024-06-06T20:21:09.455Z | Compiling rustls v0.22.4 |
716 | 2024-06-06T20:21:09.702Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-06-06T20:21:09.815Z | Compiling unsafe-libyaml v0.2.11 |
718 | 2024-06-06T20:21:10.012Z | Compiling rustversion v1.0.17 |
719 | 2024-06-06T20:21:10.659Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-06T20:21:10.890Z | Compiling ipnet v2.9.0 |
721 | 2024-06-06T20:21:11.089Z | Compiling webpki-roots v0.25.4 |
722 | 2024-06-06T20:21:11.231Z | Compiling serde_yaml v0.9.34+deprecated |
723 | 2024-06-06T20:21:11.319Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
724 | 2024-06-06T20:21:11.589Z | Compiling reqwest v0.11.27 |
725 | 2024-06-06T20:21:15.274Z | Compiling dirs-next v2.0.0 |
726 | 2024-06-06T20:21:15.514Z | Compiling darling_macro v0.20.9 |
727 | 2024-06-06T20:21:18.375Z | Compiling rustls-webpki v0.102.4 |
728 | 2024-06-06T20:21:18.527Z | Compiling crypto-common v0.1.6 |
729 | 2024-06-06T20:21:18.725Z | Compiling block-buffer v0.10.4 |
730 | 2024-06-06T20:21:18.945Z | Compiling serde_spanned v0.6.6 |
731 | 2024-06-06T20:21:19.179Z | Compiling toml_datetime v0.6.6 |
732 | 2024-06-06T20:21:19.883Z | Compiling structmeta-derive v0.3.0 |
733 | 2024-06-06T20:21:20.048Z | Compiling rand_core v0.6.4 |
734 | 2024-06-06T20:21:20.420Z | Compiling thread_local v1.1.8 |
735 | 2024-06-06T20:21:20.499Z | Compiling multer v3.1.0 |
736 | 2024-06-06T20:21:20.810Z | Compiling zeroize v1.8.1 |
737 | 2024-06-06T20:21:21.148Z | Compiling subtle v2.5.0 |
738 | 2024-06-06T20:21:21.204Z | Compiling slog-async v2.8.0 |
739 | 2024-06-06T20:21:21.409Z | Compiling anyhow v1.0.86 |
740 | 2024-06-06T20:21:21.684Z | Compiling match_cfg v0.1.0 |
741 | 2024-06-06T20:21:21.769Z | Compiling ppv-lite86 v0.2.17 |
742 | 2024-06-06T20:21:21.968Z | Compiling winnow v0.6.12 |
743 | 2024-06-06T20:21:22.571Z | Compiling camino v1.1.7 |
744 | 2024-06-06T20:21:22.653Z | Compiling structmeta v0.3.0 |
745 | 2024-06-06T20:21:22.837Z | Compiling rand_chacha v0.3.1 |
746 | 2024-06-06T20:21:23.166Z | Compiling hostname v0.3.1 |
747 | 2024-06-06T20:21:23.385Z | Compiling digest v0.10.7 |
748 | 2024-06-06T20:21:23.793Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
749 | 2024-06-06T20:21:24.566Z | Compiling crossbeam-channel v0.5.13 |
750 | 2024-06-06T20:21:25.952Z | Compiling toml_edit v0.22.14 |
751 | 2024-06-06T20:21:26.262Z | Compiling darling v0.20.9 |
752 | 2024-06-06T20:21:26.361Z | Compiling term v0.7.0 |
753 | 2024-06-06T20:21:33.650Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
754 | 2024-06-06T20:21:34.922Z | Compiling usdt-macro v0.5.0 |
755 | 2024-06-06T20:21:35.452Z | Compiling usdt-attr-macro v0.5.0 |
756 | 2024-06-06T20:21:36.283Z | Compiling slog-json v2.6.1 |
757 | 2024-06-06T20:21:36.812Z | Compiling futures-executor v0.3.30 |
758 | 2024-06-06T20:21:36.953Z | Compiling async-stream-impl v0.3.5 |
759 | 2024-06-06T20:21:38.083Z | Compiling http v1.1.0 |
760 | 2024-06-06T20:21:38.668Z | Compiling memmap v0.7.0 |
761 | 2024-06-06T20:21:38.811Z | Compiling is-terminal v0.4.12 |
762 | 2024-06-06T20:21:38.924Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#699b4333) |
763 | 2024-06-06T20:21:39.235Z | Compiling base64 v0.22.1 |
764 | 2024-06-06T20:21:39.992Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
765 | 2024-06-06T20:21:40.291Z | Compiling atomic-waker v1.1.2 |
766 | 2024-06-06T20:21:40.314Z | Compiling take_mut v0.2.2 |
767 | 2024-06-06T20:21:40.462Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-06T20:21:40.539Z | Compiling sha1 v0.10.6 |
769 | 2024-06-06T20:21:41.329Z | Compiling waitgroup v0.1.2 |
770 | 2024-06-06T20:21:41.567Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#1ca04ded) |
771 | 2024-06-06T20:21:41.749Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-06T20:21:42.801Z | Compiling slog-term v2.9.1 |
773 | 2024-06-06T20:21:44.109Z | Compiling usdt v0.5.0 |
774 | 2024-06-06T20:21:45.513Z | Compiling async-stream v0.3.5 |
775 | 2024-06-06T20:21:45.665Z | Compiling futures v0.3.30 |
776 | 2024-06-06T20:21:45.768Z | Compiling slog-bunyan v2.5.0 |
777 | 2024-06-06T20:21:45.819Z | Compiling strum_macros v0.26.4 |
778 | 2024-06-06T20:21:45.865Z | Compiling toml v0.8.14 |
779 | 2024-06-06T20:21:46.054Z | Compiling tokio-rustls v0.25.0 |
780 | 2024-06-06T20:21:46.451Z | Compiling serde_with_macros v3.8.1 |
781 | 2024-06-06T20:21:50.835Z | Compiling rand v0.8.5 |
782 | 2024-06-06T20:21:52.318Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-06-06T20:21:52.399Z | Compiling ipnetwork v0.20.0 |
784 | 2024-06-06T20:21:52.840Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-06-06T20:21:53.165Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#699b4333) |
786 | 2024-06-06T20:21:53.475Z | Compiling serde_path_to_error v0.1.16 |
787 | 2024-06-06T20:21:54.517Z | Compiling hex v0.4.3 |
788 | 2024-06-06T20:21:55.220Z | Compiling async-trait v0.1.80 |
789 | 2024-06-06T20:21:55.257Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-06-06T20:21:56.065Z | Compiling hostname v0.4.0 |
791 | 2024-06-06T20:21:56.308Z | Compiling instant v0.1.13 |
792 | 2024-06-06T20:21:56.726Z | Compiling debug-ignore v1.0.5 |
793 | 2024-06-06T20:21:56.726Z | Compiling parse-display v0.9.1 |
794 | 2024-06-06T20:21:56.726Z | Compiling backoff v0.4.0 |
795 | 2024-06-06T20:21:56.901Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-06-06T20:21:57.102Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-06-06T20:21:57.264Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
798 | 2024-06-06T20:21:57.273Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
799 | 2024-06-06T20:21:57.697Z | Compiling strum v0.26.2 |
800 | 2024-06-06T20:21:57.864Z | Compiling serde_with v3.8.1 |
801 | 2024-06-06T20:21:58.609Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
802 | 2024-06-06T20:21:59.413Z | Compiling macaddr v1.0.1 |
803 | 2024-06-06T20:22:03.432Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-06-06T20:22:12.663Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-06-06T20:22:20.345Z | Finished `release` profile [optimized] target(s) in 2m 25s |
806 | 2024-06-06T20:22:20.395Z | process exited: duration 221057 ms, exit code 0 |
|
807 | 2024-06-06T20:22:20.402Z | found 0 output files |