|
|
|
1 | 2024-06-22T01:20:21.990Z | job assigned to worker 01J0YRDNQ1KD5X4SBZPZNY9ZJT (queued for 1 m 4 s) |
|
2 | 2024-06-22T01:20:30.057Z | starting task 0: "setup" |
3 | 2024-06-22T01:20:30.111Z | ++ uname -s |
4 | 2024-06-22T01:20:30.114Z | + kern=SunOS |
5 | 2024-06-22T01:20:30.114Z | + case "$kern" in |
6 | 2024-06-22T01:20:30.114Z | + groupadd -g 12345 build |
7 | 2024-06-22T01:20:30.117Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-22T01:20:32.126Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-22T01:20:32.275Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-22T01:20:32.278Z | + home_fs=zfs |
11 | 2024-06-22T01:20:32.278Z | + [[ zfs == autofs ]] |
12 | 2024-06-22T01:20:32.278Z | + mkdir -p /home/build |
13 | 2024-06-22T01:20:32.281Z | + chown build:build /home/build /work |
14 | 2024-06-22T01:20:34.283Z | + chmod 0700 /home/build /work |
15 | 2024-06-22T01:20:34.286Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-06-22T01:20:34.293Z | starting task 1: "rust-toolchain" |
17 | 2024-06-22T01:20:34.298Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-22T01:20:34.298Z | ' 1.78.0 |
19 | 2024-06-22T01:20:34.301Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-22T01:20:34.301Z | * toolchain channel = "1.78.0" |
21 | 2024-06-22T01:20:34.301Z | * toolchain profile = "default" |
22 | 2024-06-22T01:20:34.301Z | ' default |
23 | 2024-06-22T01:20:34.301Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-22T01:20:34.301Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-22T01:20:34.454Z | info: downloading installer |
26 | 2024-06-22T01:20:35.894Z | info: profile set to 'default' |
27 | 2024-06-22T01:20:35.894Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-22T01:20:35.904Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-22T01:20:36.029Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-22T01:20:36.029Z | info: downloading component 'cargo' |
31 | 2024-06-22T01:20:36.787Z | info: downloading component 'clippy' |
32 | 2024-06-22T01:20:37.043Z | info: downloading component 'rust-docs' |
33 | 2024-06-22T01:20:38.058Z | info: downloading component 'rust-std' |
34 | 2024-06-22T01:20:39.664Z | info: downloading component 'rustc' |
35 | 2024-06-22T01:20:43.737Z | info: downloading component 'rustfmt' |
36 | 2024-06-22T01:20:43.960Z | info: installing component 'cargo' |
37 | 2024-06-22T01:20:44.818Z | info: installing component 'clippy' |
38 | 2024-06-22T01:20:45.174Z | info: installing component 'rust-docs' |
39 | 2024-06-22T01:20:46.671Z | info: installing component 'rust-std' |
40 | 2024-06-22T01:20:48.520Z | info: installing component 'rustc' |
41 | 2024-06-22T01:20:52.837Z | info: installing component 'rustfmt' |
42 | 2024-06-22T01:20:53.176Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-22T01:20:53.176Z | |
44 | 2024-06-22T01:20:53.443Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-22T01:20:53.443Z | |
46 | 2024-06-22T01:20:53.446Z | |
47 | 2024-06-22T01:20:53.446Z | Rust is installed now. Great! |
48 | 2024-06-22T01:20:53.446Z | |
49 | 2024-06-22T01:20:53.446Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-22T01:20:53.446Z | environment variable. This has not been done automatically. |
51 | 2024-06-22T01:20:53.446Z | |
52 | 2024-06-22T01:20:53.446Z | To configure your current shell, you need to source |
53 | 2024-06-22T01:20:53.446Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-22T01:20:53.446Z | |
55 | 2024-06-22T01:20:53.446Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-22T01:20:53.446Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-22T01:20:53.446Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-22T01:20:53.512Z | + rustc --version |
59 | 2024-06-22T01:20:53.576Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-22T01:20:53.579Z | process exited: duration 19284 ms, exit code 0 |
|
61 | 2024-06-22T01:20:53.585Z | starting task 2: "authentication" |
62 | 2024-06-22T01:20:53.607Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-22T01:20:53.613Z | starting task 3: "clone repository" |
64 | 2024-06-22T01:20:53.621Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-22T01:20:53.624Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-22T01:20:53.770Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-22T01:20:59.563Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-22T01:20:59.566Z | + git fetch origin 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
69 | 2024-06-22T01:20:59.843Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-22T01:20:59.843Z | * branch 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 -> FETCH_HEAD |
71 | 2024-06-22T01:20:59.853Z | + [[ -n common-dropshot ]] |
72 | 2024-06-22T01:20:59.856Z | ++ git branch --show-current |
73 | 2024-06-22T01:20:59.859Z | + current=main |
74 | 2024-06-22T01:20:59.859Z | + [[ main != common-dropshot ]] |
75 | 2024-06-22T01:20:59.859Z | + git branch -f common-dropshot 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
76 | 2024-06-22T01:20:59.862Z | + git checkout -f common-dropshot |
77 | 2024-06-22T01:20:59.994Z | Switched to branch 'common-dropshot' |
78 | 2024-06-22T01:20:59.997Z | + git reset --hard 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
79 | 2024-06-22T01:21:00.008Z | HEAD is now at 2e62491a5 have oximeter-producer re-export dropshot types in its interface |
80 | 2024-06-22T01:21:00.010Z | process exited: duration 6394 ms, exit code 0 |
|
81 | 2024-06-22T01:21:00.016Z | starting task 4: "build" |
82 | 2024-06-22T01:21:00.022Z | + cargo --version |
83 | 2024-06-22T01:21:00.077Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-22T01:21:00.080Z | + rustc --version |
85 | 2024-06-22T01:21:00.140Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-22T01:21:00.143Z | + cd /tmp |
87 | 2024-06-22T01:21:00.146Z | + cargo new --lib test-project |
88 | 2024-06-22T01:21:00.202Z | Creating library `test-project` package |
89 | 2024-06-22T01:21:00.283Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-22T01:21:00.291Z | + cd test-project |
91 | 2024-06-22T01:21:00.291Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-22T01:21:00.342Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-22T01:21:00.345Z | Features: |
94 | 2024-06-22T01:21:00.345Z | - proptest |
95 | 2024-06-22T01:21:00.345Z | - test-strategy |
96 | 2024-06-22T01:21:00.345Z | - testing |
97 | 2024-06-22T01:21:00.345Z | Updating crates.io index |
98 | 2024-06-22T01:21:00.556Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-22T01:21:01.160Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-22T01:21:02.024Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-22T01:21:02.816Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-22T01:21:04.567Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-22T01:21:05.060Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-22T01:21:05.562Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-22T01:21:10.704Z | + cargo check |
106 | 2024-06-22T01:21:10.915Z | Downloading crates ... |
107 | 2024-06-22T01:21:11.005Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-22T01:21:11.008Z | Downloaded crypto-common v0.1.6 |
109 | 2024-06-22T01:21:11.011Z | Downloaded atomic-waker v1.1.2 |
110 | 2024-06-22T01:21:11.016Z | Downloaded allocator-api2 v0.2.18 |
111 | 2024-06-22T01:21:11.025Z | Downloaded is-terminal v0.4.12 |
112 | 2024-06-22T01:21:11.030Z | Downloaded usdt-attr-macro v0.5.0 |
113 | 2024-06-22T01:21:11.033Z | Downloaded usdt-macro v0.5.0 |
114 | 2024-06-22T01:21:11.036Z | Downloaded instant v0.1.13 |
115 | 2024-06-22T01:21:11.038Z | Downloaded dtrace-parser v0.2.0 |
116 | 2024-06-22T01:21:11.041Z | Downloaded waitgroup v0.1.2 |
117 | 2024-06-22T01:21:11.042Z | Downloaded untrusted v0.9.0 |
118 | 2024-06-22T01:21:11.044Z | Downloaded foreign-types-shared v0.1.1 |
119 | 2024-06-22T01:21:11.044Z | Downloaded pretty-hex v0.4.1 |
120 | 2024-06-22T01:21:11.051Z | Downloaded openssl-macros v0.1.1 |
121 | 2024-06-22T01:21:11.054Z | Downloaded num-conv v0.1.0 |
122 | 2024-06-22T01:21:11.054Z | Downloaded omicron-workspace-hack v0.1.0 |
123 | 2024-06-22T01:21:11.057Z | Downloaded sync_wrapper v0.1.2 |
124 | 2024-06-22T01:21:11.057Z | Downloaded strum v0.26.2 |
125 | 2024-06-22T01:21:11.060Z | Downloaded futures-task v0.3.30 |
126 | 2024-06-22T01:21:11.062Z | Downloaded foreign-types v0.3.2 |
127 | 2024-06-22T01:21:11.065Z | Downloaded equivalent v1.0.1 |
128 | 2024-06-22T01:21:11.065Z | Downloaded powerfmt v0.2.0 |
129 | 2024-06-22T01:21:11.065Z | Downloaded percent-encoding v2.3.1 |
130 | 2024-06-22T01:21:11.068Z | Downloaded darling_macro v0.20.9 |
131 | 2024-06-22T01:21:11.068Z | Downloaded rand_chacha v0.3.1 |
132 | 2024-06-22T01:21:11.071Z | Downloaded pest_generator v2.7.10 |
133 | 2024-06-22T01:21:11.071Z | Downloaded block-buffer v0.10.4 |
134 | 2024-06-22T01:21:11.079Z | Downloaded zeroize v1.8.1 |
135 | 2024-06-22T01:21:11.082Z | Downloaded digest v0.10.7 |
136 | 2024-06-22T01:21:11.085Z | Downloaded httpdate v1.0.3 |
137 | 2024-06-22T01:21:11.085Z | Downloaded match_cfg v0.1.0 |
138 | 2024-06-22T01:21:11.087Z | Downloaded heck v0.5.0 |
139 | 2024-06-22T01:21:11.088Z | Downloaded futures-executor v0.3.30 |
140 | 2024-06-22T01:21:11.090Z | Downloaded signal-hook-registry v1.4.2 |
141 | 2024-06-22T01:21:11.090Z | Downloaded serde_path_to_error v0.1.16 |
142 | 2024-06-22T01:21:11.093Z | Downloaded rustls-pemfile v1.0.4 |
143 | 2024-06-22T01:21:11.093Z | Downloaded hex v0.4.3 |
144 | 2024-06-22T01:21:11.098Z | Downloaded scroll v0.12.0 |
145 | 2024-06-22T01:21:11.101Z | Downloaded slog-bunyan v2.5.0 |
146 | 2024-06-22T01:21:11.101Z | Downloaded parse-display-derive v0.9.1 |
147 | 2024-06-22T01:21:11.101Z | Downloaded hostname v0.3.1 |
148 | 2024-06-22T01:21:11.101Z | Downloaded autocfg v1.3.0 |
149 | 2024-06-22T01:21:11.104Z | Downloaded async-stream v0.3.5 |
150 | 2024-06-22T01:21:11.107Z | Downloaded parking_lot_core v0.9.10 |
151 | 2024-06-22T01:21:11.107Z | Downloaded cpufeatures v0.2.12 |
152 | 2024-06-22T01:21:11.110Z | Downloaded quote v1.0.36 |
153 | 2024-06-22T01:21:11.112Z | Downloaded subtle v2.6.0 |
154 | 2024-06-22T01:21:11.112Z | Downloaded pin-project-lite v0.2.14 |
155 | 2024-06-22T01:21:11.117Z | Downloaded unicode-ident v1.0.12 |
156 | 2024-06-22T01:21:11.120Z | Downloaded thiserror-impl v1.0.61 |
157 | 2024-06-22T01:21:11.123Z | Downloaded scroll_derive v0.12.0 |
158 | 2024-06-22T01:21:11.124Z | Downloaded ident_case v1.0.1 |
159 | 2024-06-22T01:21:11.124Z | Downloaded form_urlencoded v1.2.1 |
160 | 2024-06-22T01:21:11.126Z | Downloaded take_mut v0.2.2 |
161 | 2024-06-22T01:21:11.127Z | Downloaded cfg-if v1.0.0 |
162 | 2024-06-22T01:21:11.127Z | Downloaded tinyvec_macros v0.1.1 |
163 | 2024-06-22T01:21:11.129Z | Downloaded openssl-probe v0.1.5 |
164 | 2024-06-22T01:21:11.130Z | Downloaded structmeta v0.3.0 |
165 | 2024-06-22T01:21:11.130Z | Downloaded usdt v0.5.0 |
166 | 2024-06-22T01:21:11.133Z | Downloaded byteorder v1.5.0 |
167 | 2024-06-22T01:21:11.133Z | Downloaded want v0.3.1 |
168 | 2024-06-22T01:21:11.133Z | Downloaded serde_tokenstream v0.2.1 |
169 | 2024-06-22T01:21:11.137Z | Downloaded pin-utils v0.1.0 |
170 | 2024-06-22T01:21:11.140Z | Downloaded try-lock v0.2.5 |
171 | 2024-06-22T01:21:11.140Z | Downloaded tower-service v0.3.2 |
172 | 2024-06-22T01:21:11.140Z | Downloaded plain v0.2.3 |
173 | 2024-06-22T01:21:11.143Z | Downloaded usdt-impl v0.5.0 |
174 | 2024-06-22T01:21:11.143Z | Downloaded slog-term v2.9.1 |
175 | 2024-06-22T01:21:11.146Z | Downloaded ppv-lite86 v0.2.17 |
176 | 2024-06-22T01:21:11.149Z | Downloaded pkg-config v0.3.30 |
177 | 2024-06-22T01:21:11.149Z | Downloaded sct v0.7.1 |
178 | 2024-06-22T01:21:11.151Z | Downloaded hyper-rustls v0.24.2 |
179 | 2024-06-22T01:21:11.154Z | Downloaded term v0.7.0 |
180 | 2024-06-22T01:21:11.157Z | Downloaded time-core v0.1.2 |
181 | 2024-06-22T01:21:11.160Z | Downloaded paste v1.0.15 |
182 | 2024-06-22T01:21:11.163Z | Downloaded native-tls v0.2.12 |
183 | 2024-06-22T01:21:11.166Z | Downloaded serde_derive_internals v0.29.1 |
184 | 2024-06-22T01:21:11.166Z | Downloaded spin v0.9.8 |
185 | 2024-06-22T01:21:11.169Z | Downloaded unicode-bidi v0.3.15 |
186 | 2024-06-22T01:21:11.171Z | Downloaded darling v0.20.9 |
187 | 2024-06-22T01:21:11.175Z | Downloaded slog-async v2.8.0 |
188 | 2024-06-22T01:21:11.178Z | Downloaded tokio-macros v2.3.0 |
189 | 2024-06-22T01:21:11.178Z | Downloaded slog-json v2.6.1 |
190 | 2024-06-22T01:21:11.181Z | Downloaded sha1 v0.10.6 |
191 | 2024-06-22T01:21:11.183Z | Downloaded structmeta-derive v0.3.0 |
192 | 2024-06-22T01:21:11.184Z | Downloaded num_threads v0.1.7 |
193 | 2024-06-22T01:21:11.188Z | Downloaded thiserror v1.0.61 |
194 | 2024-06-22T01:21:11.191Z | Downloaded strsim v0.11.1 |
195 | 2024-06-22T01:21:11.191Z | Downloaded rand_core v0.6.4 |
196 | 2024-06-22T01:21:11.194Z | Downloaded macaddr v1.0.1 |
197 | 2024-06-22T01:21:11.194Z | Downloaded sha2 v0.10.8 |
198 | 2024-06-22T01:21:11.198Z | Downloaded mime v0.3.17 |
199 | 2024-06-22T01:21:11.201Z | Downloaded ryu v1.0.18 |
200 | 2024-06-22T01:21:11.201Z | Downloaded itoa v1.0.11 |
201 | 2024-06-22T01:21:11.204Z | Downloaded slog v2.7.0 |
202 | 2024-06-22T01:21:11.207Z | Downloaded toml_datetime v0.6.6 |
203 | 2024-06-22T01:21:11.207Z | Downloaded zerocopy-derive v0.7.34 |
204 | 2024-06-22T01:21:11.210Z | Downloaded tokio-native-tls v0.3.1 |
205 | 2024-06-22T01:21:11.214Z | Downloaded rustls-pemfile v2.1.2 |
206 | 2024-06-22T01:21:11.217Z | Downloaded unsafe-libyaml v0.2.11 |
207 | 2024-06-22T01:21:11.220Z | Downloaded getrandom v0.2.15 |
208 | 2024-06-22T01:21:11.223Z | Downloaded semver v1.0.23 |
209 | 2024-06-22T01:21:11.225Z | Downloaded strum_macros v0.26.4 |
210 | 2024-06-22T01:21:11.229Z | Downloaded serde_with_macros v3.8.1 |
211 | 2024-06-22T01:21:11.229Z | Downloaded camino v1.1.7 |
212 | 2024-06-22T01:21:11.233Z | Downloaded proc-macro2 v1.0.86 |
213 | 2024-06-22T01:21:11.236Z | Downloaded pest_meta v2.7.10 |
214 | 2024-06-22T01:21:11.236Z | Downloaded thread-id v4.2.1 |
215 | 2024-06-22T01:21:11.236Z | Downloaded thread_local v1.1.8 |
216 | 2024-06-22T01:21:11.239Z | Downloaded time-macros v0.2.18 |
217 | 2024-06-22T01:21:11.242Z | Downloaded serde_yaml v0.9.34+deprecated |
218 | 2024-06-22T01:21:11.245Z | Downloaded parking_lot v0.12.3 |
219 | 2024-06-22T01:21:11.248Z | Downloaded url v2.5.2 |
220 | 2024-06-22T01:21:11.251Z | Downloaded lock_api v0.4.12 |
221 | 2024-06-22T01:21:11.251Z | Downloaded socket2 v0.5.7 |
222 | 2024-06-22T01:21:11.254Z | Downloaded smallvec v1.13.2 |
223 | 2024-06-22T01:21:11.257Z | Downloaded once_cell v1.19.0 |
224 | 2024-06-22T01:21:11.260Z | Downloaded uuid v1.8.0 |
225 | 2024-06-22T01:21:11.263Z | Downloaded multer v3.1.0 |
226 | 2024-06-22T01:21:11.265Z | Downloaded crossbeam-utils v0.8.20 |
227 | 2024-06-22T01:21:11.268Z | Downloaded bytes v1.6.0 |
228 | 2024-06-22T01:21:11.271Z | Downloaded serde v1.0.203 |
229 | 2024-06-22T01:21:11.274Z | Downloaded bitflags v2.5.0 |
230 | 2024-06-22T01:21:11.277Z | Downloaded schemars v0.8.21 |
231 | 2024-06-22T01:21:11.288Z | Downloaded anyhow v1.0.86 |
232 | 2024-06-22T01:21:11.292Z | Downloaded tokio-rustls v0.24.1 |
233 | 2024-06-22T01:21:11.295Z | Downloaded serde_derive v1.0.203 |
234 | 2024-06-22T01:21:11.298Z | Downloaded futures v0.3.30 |
235 | 2024-06-22T01:21:11.301Z | Downloaded unicode-normalization v0.1.23 |
236 | 2024-06-22T01:21:11.307Z | Downloaded tinyvec v1.6.0 |
237 | 2024-06-22T01:21:11.310Z | Downloaded cc v1.0.99 |
238 | 2024-06-22T01:21:11.313Z | Downloaded num-traits v0.2.19 |
239 | 2024-06-22T01:21:11.315Z | Downloaded crossbeam-channel v0.5.13 |
240 | 2024-06-22T01:21:11.318Z | Downloaded tracing-core v0.1.32 |
241 | 2024-06-22T01:21:11.321Z | Downloaded tracing v0.1.40 |
242 | 2024-06-22T01:21:11.325Z | Downloaded httparse v1.9.4 |
243 | 2024-06-22T01:21:11.328Z | Downloaded typenum v1.17.0 |
244 | 2024-06-22T01:21:11.330Z | Downloaded ucd-trie v0.1.6 |
245 | 2024-06-22T01:21:11.333Z | Downloaded base64 v0.21.7 |
246 | 2024-06-22T01:21:11.336Z | Downloaded hashbrown v0.12.3 |
247 | 2024-06-22T01:21:11.340Z | Downloaded base64 v0.22.1 |
248 | 2024-06-22T01:21:11.344Z | Downloaded rand v0.8.5 |
249 | 2024-06-22T01:21:11.347Z | Downloaded tokio-util v0.7.11 |
250 | 2024-06-22T01:21:11.354Z | Downloaded pest v2.7.10 |
251 | 2024-06-22T01:21:11.359Z | Downloaded toml v0.8.14 |
252 | 2024-06-22T01:21:11.362Z | Downloaded mio v0.8.11 |
253 | 2024-06-22T01:21:11.367Z | Downloaded http v1.1.0 |
254 | 2024-06-22T01:21:11.371Z | Downloaded toml_edit v0.22.14 |
255 | 2024-06-22T01:21:11.392Z | Downloaded memchr v2.7.4 |
256 | 2024-06-22T01:21:11.397Z | Downloaded hashbrown v0.14.5 |
257 | 2024-06-22T01:21:11.402Z | Downloaded http v0.2.12 |
258 | 2024-06-22T01:21:11.406Z | Downloaded time v0.3.36 |
259 | 2024-06-22T01:21:11.413Z | Downloaded serde_json v1.0.117 |
260 | 2024-06-22T01:21:11.420Z | Downloaded rustls-webpki v0.101.7 |
261 | 2024-06-22T01:21:11.434Z | Downloaded aho-corasick v1.1.3 |
262 | 2024-06-22T01:21:11.440Z | Downloaded rustls-webpki v0.102.4 |
263 | 2024-06-22T01:21:11.459Z | Downloaded goblin v0.8.2 |
264 | 2024-06-22T01:21:11.463Z | Downloaded vcpkg v0.2.15 |
265 | 2024-06-22T01:21:11.500Z | Downloaded hyper v0.14.29 |
266 | 2024-06-22T01:21:11.507Z | Downloaded regex v1.10.5 |
267 | 2024-06-22T01:21:11.520Z | Downloaded webpki-roots v0.25.4 |
268 | 2024-06-22T01:21:11.523Z | Downloaded syn v2.0.67 |
269 | 2024-06-22T01:21:11.535Z | Downloaded openssl v0.10.64 |
270 | 2024-06-22T01:21:11.544Z | Downloaded openapiv3 v2.0.0 |
271 | 2024-06-22T01:21:11.555Z | Downloaded rustls v0.21.12 |
272 | 2024-06-22T01:21:11.565Z | Downloaded regress v0.10.0 |
273 | 2024-06-22T01:21:11.573Z | Downloaded rustls v0.22.4 |
274 | 2024-06-22T01:21:11.586Z | Downloaded regex-syntax v0.8.4 |
275 | 2024-06-22T01:21:11.594Z | Downloaded regress v0.9.1 |
276 | 2024-06-22T01:21:11.602Z | Downloaded libc v0.2.155 |
277 | 2024-06-22T01:21:11.629Z | Downloaded idna v0.5.0 |
278 | 2024-06-22T01:21:11.635Z | Downloaded regex-automata v0.4.7 |
279 | 2024-06-22T01:21:11.652Z | Downloaded chrono v0.4.38 |
280 | 2024-06-22T01:21:11.658Z | Downloaded tokio v1.38.0 |
281 | 2024-06-22T01:21:11.694Z | Downloaded h2 v0.3.26 |
282 | 2024-06-22T01:21:11.699Z | Downloaded encoding_rs v0.8.34 |
283 | 2024-06-22T01:21:11.719Z | Downloaded futures-util v0.3.30 |
284 | 2024-06-22T01:21:11.730Z | Downloaded reqwest v0.11.27 |
285 | 2024-06-22T01:21:11.737Z | Downloaded winnow v0.6.13 |
286 | 2024-06-22T01:21:11.745Z | Downloaded tokio-rustls v0.25.0 |
287 | 2024-06-22T01:21:11.748Z | Downloaded serde_with v3.8.1 |
288 | 2024-06-22T01:21:11.754Z | Downloaded zerocopy v0.7.34 |
289 | 2024-06-22T01:21:11.769Z | Downloaded indexmap v2.2.6 |
290 | 2024-06-22T01:21:11.773Z | Downloaded indexmap v1.9.3 |
291 | 2024-06-22T01:21:11.776Z | Downloaded log v0.4.21 |
292 | 2024-06-22T01:21:11.779Z | Downloaded futures-channel v0.3.30 |
293 | 2024-06-22T01:21:11.782Z | Downloaded newtype-uuid v1.1.0 |
294 | 2024-06-22T01:21:11.782Z | Downloaded ahash v0.8.11 |
295 | 2024-06-22T01:21:11.785Z | Downloaded openssl-sys v0.9.102 |
296 | 2024-06-22T01:21:11.788Z | Downloaded ipnetwork v0.20.0 |
297 | 2024-06-22T01:21:11.791Z | Downloaded futures-core v0.3.30 |
298 | 2024-06-22T01:21:11.791Z | Downloaded hyper-tls v0.5.0 |
299 | 2024-06-22T01:21:11.791Z | Downloaded dof v0.3.0 |
300 | 2024-06-22T01:21:11.794Z | Downloaded slab v0.4.9 |
301 | 2024-06-22T01:21:11.794Z | Downloaded serde_spanned v0.6.6 |
302 | 2024-06-22T01:21:11.794Z | Downloaded futures-sink v0.3.30 |
303 | 2024-06-22T01:21:11.797Z | Downloaded futures-io v0.3.30 |
304 | 2024-06-22T01:21:11.797Z | Downloaded dirs-next v2.0.0 |
305 | 2024-06-22T01:21:11.797Z | Downloaded serde_urlencoded v0.7.1 |
306 | 2024-06-22T01:21:11.800Z | Downloaded scopeguard v1.2.0 |
307 | 2024-06-22T01:21:11.800Z | Downloaded rustversion v1.0.17 |
308 | 2024-06-22T01:21:11.802Z | Downloaded darling_core v0.20.9 |
309 | 2024-06-22T01:21:11.805Z | Downloaded async-trait v0.1.80 |
310 | 2024-06-22T01:21:11.808Z | Downloaded version_check v0.9.4 |
311 | 2024-06-22T01:21:11.813Z | Downloaded memmap v0.7.0 |
312 | 2024-06-22T01:21:11.813Z | Downloaded ipnet v2.9.0 |
313 | 2024-06-22T01:21:11.815Z | Downloaded pest_derive v2.7.10 |
314 | 2024-06-22T01:21:11.815Z | Downloaded parse-display v0.9.1 |
315 | 2024-06-22T01:21:11.815Z | Downloaded rustls-pki-types v1.7.0 |
316 | 2024-06-22T01:21:11.818Z | Downloaded deranged v0.3.11 |
317 | 2024-06-22T01:21:11.818Z | Downloaded iana-time-zone v0.1.60 |
318 | 2024-06-22T01:21:11.821Z | Downloaded hostname v0.4.0 |
319 | 2024-06-22T01:21:11.821Z | Downloaded backoff v0.4.0 |
320 | 2024-06-22T01:21:11.824Z | Downloaded num_cpus v1.16.0 |
321 | 2024-06-22T01:21:11.826Z | Downloaded futures-macro v0.3.30 |
322 | 2024-06-22T01:21:11.827Z | Downloaded dyn-clone v1.0.17 |
323 | 2024-06-22T01:21:11.829Z | Downloaded schemars_derive v0.8.21 |
324 | 2024-06-22T01:21:11.829Z | Downloaded http-body v0.4.6 |
325 | 2024-06-22T01:21:11.832Z | Downloaded generic-array v0.14.7 |
326 | 2024-06-22T01:21:11.832Z | Downloaded fnv v1.0.7 |
327 | 2024-06-22T01:21:11.833Z | Downloaded dirs-sys-next v0.1.2 |
328 | 2024-06-22T01:21:11.835Z | Downloaded debug-ignore v1.0.5 |
329 | 2024-06-22T01:21:11.904Z | Downloaded ring v0.17.8 |
330 | 2024-06-22T01:21:12.095Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-22T01:21:12.095Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-22T01:21:12.098Z | Compiling libc v0.2.155 |
333 | 2024-06-22T01:21:12.098Z | Checking cfg-if v1.0.0 |
334 | 2024-06-22T01:21:12.098Z | Compiling version_check v0.9.4 |
335 | 2024-06-22T01:21:12.098Z | Compiling autocfg v1.3.0 |
336 | 2024-06-22T01:21:12.110Z | Compiling serde v1.0.203 |
337 | 2024-06-22T01:21:12.120Z | Compiling serde_json v1.0.117 |
338 | 2024-06-22T01:21:12.202Z | Checking itoa v1.0.11 |
339 | 2024-06-22T01:21:12.280Z | Checking once_cell v1.19.0 |
340 | 2024-06-22T01:21:12.393Z | Compiling thiserror v1.0.61 |
341 | 2024-06-22T01:21:12.537Z | Compiling cc v1.0.99 |
342 | 2024-06-22T01:21:12.694Z | Compiling ahash v0.8.11 |
343 | 2024-06-22T01:21:12.802Z | Compiling memchr v2.7.4 |
344 | 2024-06-22T01:21:14.696Z | Checking byteorder v1.5.0 |
345 | 2024-06-22T01:21:14.967Z | Compiling num-traits v0.2.19 |
346 | 2024-06-22T01:21:15.198Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-22T01:21:15.227Z | Checking ryu v1.0.18 |
348 | 2024-06-22T01:21:15.309Z | Checking bytes v1.6.0 |
349 | 2024-06-22T01:21:15.312Z | Checking log v0.4.21 |
350 | 2024-06-22T01:21:15.432Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-22T01:21:15.435Z | Compiling lock_api v0.4.12 |
352 | 2024-06-22T01:21:15.547Z | Compiling schemars v0.8.21 |
353 | 2024-06-22T01:21:15.692Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-06-22T01:21:15.784Z | Compiling ring v0.17.8 |
355 | 2024-06-22T01:21:15.880Z | Checking scopeguard v1.2.0 |
356 | 2024-06-22T01:21:15.934Z | Checking futures-core v0.3.30 |
357 | 2024-06-22T01:21:15.968Z | Checking getrandom v0.2.15 |
358 | 2024-06-22T01:21:16.006Z | Checking smallvec v1.13.2 |
359 | 2024-06-22T01:21:16.079Z | Compiling quote v1.0.36 |
360 | 2024-06-22T01:21:16.098Z | Checking socket2 v0.5.7 |
361 | 2024-06-22T01:21:16.122Z | Checking mio v0.8.11 |
362 | 2024-06-22T01:21:16.160Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-06-22T01:21:16.378Z | Checking num_cpus v1.16.0 |
364 | 2024-06-22T01:21:16.463Z | Compiling syn v2.0.67 |
365 | 2024-06-22T01:21:16.503Z | Compiling slab v0.4.9 |
366 | 2024-06-22T01:21:16.575Z | Checking spin v0.9.8 |
367 | 2024-06-22T01:21:16.689Z | Checking parking_lot v0.12.3 |
368 | 2024-06-22T01:21:16.697Z | Checking futures-sink v0.3.30 |
369 | 2024-06-22T01:21:16.766Z | Checking untrusted v0.9.0 |
370 | 2024-06-22T01:21:16.815Z | Checking fnv v1.0.7 |
371 | 2024-06-22T01:21:16.873Z | Checking equivalent v1.0.1 |
372 | 2024-06-22T01:21:16.891Z | Checking futures-channel v0.3.30 |
373 | 2024-06-22T01:21:16.898Z | Checking futures-io v0.3.30 |
374 | 2024-06-22T01:21:16.947Z | Compiling vcpkg v0.2.15 |
375 | 2024-06-22T01:21:16.996Z | Compiling semver v1.0.23 |
376 | 2024-06-22T01:21:17.049Z | Checking pin-utils v0.1.0 |
377 | 2024-06-22T01:21:17.123Z | Checking futures-task v0.3.30 |
378 | 2024-06-22T01:21:17.134Z | Compiling pkg-config v0.3.30 |
379 | 2024-06-22T01:21:17.331Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-22T01:21:17.450Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-22T01:21:17.473Z | Checking http v0.2.12 |
382 | 2024-06-22T01:21:17.885Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-22T01:21:17.990Z | Compiling httparse v1.9.4 |
384 | 2024-06-22T01:21:18.495Z | Compiling heck v0.5.0 |
385 | 2024-06-22T01:21:18.557Z | Compiling openssl-sys v0.9.102 |
386 | 2024-06-22T01:21:18.627Z | Checking tracing-core v0.1.32 |
387 | 2024-06-22T01:21:18.855Z | Compiling uuid v1.8.0 |
388 | 2024-06-22T01:21:19.184Z | Compiling chrono v0.4.38 |
389 | 2024-06-22T01:21:19.263Z | Checking tracing v0.1.40 |
390 | 2024-06-22T01:21:19.371Z | Checking try-lock v0.2.5 |
391 | 2024-06-22T01:21:19.463Z | Compiling slog v2.7.0 |
392 | 2024-06-22T01:21:19.502Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-06-22T01:21:19.562Z | Compiling openssl v0.10.64 |
394 | 2024-06-22T01:21:19.578Z | Checking foreign-types v0.3.2 |
395 | 2024-06-22T01:21:19.684Z | Checking want v0.3.1 |
396 | 2024-06-22T01:21:19.839Z | Checking http-body v0.4.6 |
397 | 2024-06-22T01:21:19.916Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-22T01:21:19.924Z | Compiling regex-syntax v0.8.4 |
399 | 2024-06-22T01:21:20.129Z | Checking bitflags v2.5.0 |
400 | 2024-06-22T01:21:20.371Z | Checking tower-service v0.3.2 |
401 | 2024-06-22T01:21:20.481Z | Checking percent-encoding v2.3.1 |
402 | 2024-06-22T01:21:20.627Z | Compiling native-tls v0.2.12 |
403 | 2024-06-22T01:21:20.922Z | Compiling typenum v1.17.0 |
404 | 2024-06-22T01:21:20.983Z | Compiling rustls v0.21.12 |
405 | 2024-06-22T01:21:21.250Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-06-22T01:21:21.321Z | Checking httpdate v1.0.3 |
407 | 2024-06-22T01:21:21.525Z | Checking tinyvec v1.6.0 |
408 | 2024-06-22T01:21:21.802Z | Checking form_urlencoded v1.2.1 |
409 | 2024-06-22T01:21:22.343Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-06-22T01:21:22.578Z | Compiling generic-array v0.14.7 |
411 | 2024-06-22T01:21:22.874Z | Checking openssl-probe v0.1.5 |
412 | 2024-06-22T01:21:22.988Z | Compiling regex-automata v0.4.7 |
413 | 2024-06-22T01:21:24.057Z | Checking unicode-normalization v0.1.23 |
414 | 2024-06-22T01:21:24.906Z | Compiling usdt-impl v0.5.0 |
415 | 2024-06-22T01:21:25.175Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-22T01:21:25.245Z | Checking mime v0.3.17 |
417 | 2024-06-22T01:21:25.323Z | Compiling time-core v0.1.2 |
418 | 2024-06-22T01:21:25.391Z | Compiling num-conv v0.1.0 |
419 | 2024-06-22T01:21:25.475Z | Checking powerfmt v0.2.0 |
420 | 2024-06-22T01:21:25.647Z | Checking unicode-bidi v0.3.15 |
421 | 2024-06-22T01:21:25.705Z | Checking deranged v0.3.11 |
422 | 2024-06-22T01:21:26.047Z | Compiling time-macros v0.2.18 |
423 | 2024-06-22T01:21:26.193Z | Checking idna v0.5.0 |
424 | 2024-06-22T01:21:26.964Z | Compiling regex v1.10.5 |
425 | 2024-06-22T01:21:27.540Z | Compiling thread-id v4.2.1 |
426 | 2024-06-22T01:21:27.635Z | Compiling crossbeam-utils v0.8.20 |
427 | 2024-06-22T01:21:27.950Z | Compiling serde_derive v1.0.203 |
428 | 2024-06-22T01:21:27.958Z | Compiling zerocopy-derive v0.7.34 |
429 | 2024-06-22T01:21:28.197Z | Compiling thiserror-impl v1.0.61 |
430 | 2024-06-22T01:21:28.321Z | Compiling schemars_derive v0.8.21 |
431 | 2024-06-22T01:21:28.467Z | Compiling tokio-macros v2.3.0 |
432 | 2024-06-22T01:21:29.245Z | Compiling futures-macro v0.3.30 |
433 | 2024-06-22T01:21:30.064Z | Checking zerocopy v0.7.34 |
434 | 2024-06-22T01:21:30.525Z | Checking tokio v1.38.0 |
435 | 2024-06-22T01:21:30.814Z | Compiling openssl-macros v0.1.1 |
436 | 2024-06-22T01:21:31.164Z | Compiling pest v2.7.10 |
437 | 2024-06-22T01:21:31.234Z | Checking futures-util v0.3.30 |
438 | 2024-06-22T01:21:31.513Z | Checking rustls-webpki v0.101.7 |
439 | 2024-06-22T01:21:31.899Z | Checking hashbrown v0.14.5 |
440 | 2024-06-22T01:21:32.224Z | Checking sct v0.7.1 |
441 | 2024-06-22T01:21:33.145Z | Compiling scroll_derive v0.12.0 |
442 | 2024-06-22T01:21:33.630Z | Compiling pest_meta v2.7.10 |
443 | 2024-06-22T01:21:33.992Z | Compiling regress v0.10.0 |
444 | 2024-06-22T01:21:34.733Z | Checking scroll v0.12.0 |
445 | 2024-06-22T01:21:35.219Z | Compiling pest_generator v2.7.10 |
446 | 2024-06-22T01:21:37.162Z | Compiling strsim v0.11.1 |
447 | 2024-06-22T01:21:37.326Z | Checking tokio-util v0.7.11 |
448 | 2024-06-22T01:21:37.908Z | Checking tokio-native-tls v0.3.1 |
449 | 2024-06-22T01:21:38.082Z | Compiling pest_derive v2.7.10 |
450 | 2024-06-22T01:21:38.135Z | Checking tokio-rustls v0.24.1 |
451 | 2024-06-22T01:21:38.475Z | Compiling ident_case v1.0.1 |
452 | 2024-06-22T01:21:38.801Z | Checking plain v0.2.3 |
453 | 2024-06-22T01:21:38.895Z | Checking rustls-pki-types v1.7.0 |
454 | 2024-06-22T01:21:38.980Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-06-22T01:21:39.080Z | Checking num_threads v0.1.7 |
456 | 2024-06-22T01:21:39.173Z | Checking base64 v0.21.7 |
457 | 2024-06-22T01:21:39.485Z | Checking time v0.3.36 |
458 | 2024-06-22T01:21:39.641Z | Checking rustls-pemfile v1.0.4 |
459 | 2024-06-22T01:21:39.804Z | Checking goblin v0.8.2 |
460 | 2024-06-22T01:21:40.846Z | Compiling darling_core v0.20.9 |
461 | 2024-06-22T01:21:41.099Z | Checking indexmap v2.2.6 |
462 | 2024-06-22T01:21:41.722Z | Checking serde_urlencoded v0.7.1 |
463 | 2024-06-22T01:21:42.167Z | Checking url v2.5.2 |
464 | 2024-06-22T01:21:42.465Z | Compiling serde_tokenstream v0.2.1 |
465 | 2024-06-22T01:21:42.622Z | Checking h2 v0.3.26 |
466 | 2024-06-22T01:21:42.974Z | Checking openapiv3 v2.0.0 |
467 | 2024-06-22T01:21:43.235Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-06-22T01:21:43.742Z | Compiling omicron-workspace-hack v0.1.0 |
469 | 2024-06-22T01:21:44.037Z | Compiling unsafe-libyaml v0.2.11 |
470 | 2024-06-22T01:21:44.890Z | Compiling dof v0.3.0 |
471 | 2024-06-22T01:21:44.912Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
472 | 2024-06-22T01:21:45.937Z | Checking ipnet v2.9.0 |
473 | 2024-06-22T01:21:46.567Z | Checking pretty-hex v0.4.1 |
474 | 2024-06-22T01:21:46.724Z | Compiling rustversion v1.0.17 |
475 | 2024-06-22T01:21:46.826Z | Checking hyper v0.14.29 |
476 | 2024-06-22T01:21:47.270Z | Checking sync_wrapper v0.1.2 |
477 | 2024-06-22T01:21:47.349Z | Compiling paste v1.0.15 |
478 | 2024-06-22T01:21:47.357Z | Compiling rustls v0.22.4 |
479 | 2024-06-22T01:21:47.369Z | Checking webpki-roots v0.25.4 |
480 | 2024-06-22T01:21:47.428Z | Compiling darling_macro v0.20.9 |
481 | 2024-06-22T01:21:47.647Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-06-22T01:21:47.868Z | Checking dirs-next v2.0.0 |
483 | 2024-06-22T01:21:48.069Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-22T01:21:48.346Z | Checking serde_spanned v0.6.6 |
485 | 2024-06-22T01:21:48.392Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-22T01:21:48.451Z | Checking block-buffer v0.10.4 |
487 | 2024-06-22T01:21:48.677Z | Checking crypto-common v0.1.6 |
488 | 2024-06-22T01:21:48.680Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-06-22T01:21:48.680Z | Checking rand_core v0.6.4 |
490 | 2024-06-22T01:21:48.763Z | Compiling multer v3.1.0 |
491 | 2024-06-22T01:21:48.915Z | Checking thread_local v1.1.8 |
492 | 2024-06-22T01:21:49.079Z | Checking zeroize v1.8.1 |
493 | 2024-06-22T01:21:49.125Z | Checking match_cfg v0.1.0 |
494 | 2024-06-22T01:21:49.172Z | Compiling anyhow v1.0.86 |
495 | 2024-06-22T01:21:49.202Z | Checking subtle v2.6.0 |
496 | 2024-06-22T01:21:49.312Z | Compiling slog-async v2.8.0 |
497 | 2024-06-22T01:21:49.415Z | Compiling camino v1.1.7 |
498 | 2024-06-22T01:21:49.418Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-06-22T01:21:49.708Z | Checking winnow v0.6.13 |
500 | 2024-06-22T01:21:50.029Z | Checking hostname v0.3.1 |
501 | 2024-06-22T01:21:50.121Z | Checking rand_chacha v0.3.1 |
502 | 2024-06-22T01:21:50.464Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-22T01:21:50.745Z | Checking digest v0.10.7 |
504 | 2024-06-22T01:21:51.045Z | Compiling darling v0.20.9 |
505 | 2024-06-22T01:21:51.151Z | Checking term v0.7.0 |
506 | 2024-06-22T01:21:51.297Z | Checking hyper-rustls v0.24.2 |
507 | 2024-06-22T01:21:51.496Z | Checking hyper-tls v0.5.0 |
508 | 2024-06-22T01:21:51.555Z | Compiling structmeta v0.3.0 |
509 | 2024-06-22T01:21:51.595Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2024-06-22T01:21:51.749Z | Checking reqwest v0.11.27 |
511 | 2024-06-22T01:21:51.937Z | Compiling usdt-macro v0.5.0 |
512 | 2024-06-22T01:21:52.291Z | Checking slog-json v2.6.1 |
513 | 2024-06-22T01:21:52.525Z | Checking futures-executor v0.3.30 |
514 | 2024-06-22T01:21:52.713Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-06-22T01:21:52.817Z | Checking toml_edit v0.22.14 |
516 | 2024-06-22T01:21:52.925Z | Checking http v1.1.0 |
517 | 2024-06-22T01:21:53.013Z | Checking memmap v0.7.0 |
518 | 2024-06-22T01:21:53.060Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
519 | 2024-06-22T01:21:53.197Z | Checking is-terminal v0.4.12 |
520 | 2024-06-22T01:21:53.261Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
521 | 2024-06-22T01:21:53.298Z | Checking take_mut v0.2.2 |
522 | 2024-06-22T01:21:53.354Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-22T01:21:53.424Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
524 | 2024-06-22T01:21:53.430Z | Checking base64 v0.22.1 |
525 | 2024-06-22T01:21:53.567Z | Checking atomic-waker v1.1.2 |
526 | 2024-06-22T01:21:53.611Z | Checking tokio-rustls v0.25.0 |
527 | 2024-06-22T01:21:53.672Z | Checking waitgroup v0.1.2 |
528 | 2024-06-22T01:21:53.780Z | Checking sha1 v0.10.6 |
529 | 2024-06-22T01:21:53.886Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-06-22T01:21:53.960Z | Checking slog-term v2.9.1 |
531 | 2024-06-22T01:21:54.003Z | Checking usdt v0.5.0 |
532 | 2024-06-22T01:21:54.040Z | Compiling strum_macros v0.26.4 |
533 | 2024-06-22T01:21:54.048Z | Checking async-stream v0.3.5 |
534 | 2024-06-22T01:21:54.100Z | Checking futures v0.3.30 |
535 | 2024-06-22T01:21:54.193Z | Checking slog-bunyan v2.5.0 |
536 | 2024-06-22T01:21:54.217Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-06-22T01:21:54.226Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-22T01:21:54.340Z | Checking rand v0.8.5 |
539 | 2024-06-22T01:21:55.025Z | Checking ipnetwork v0.20.0 |
540 | 2024-06-22T01:21:55.060Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-22T01:21:55.282Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
542 | 2024-06-22T01:21:55.361Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-06-22T01:21:55.377Z | Checking toml v0.8.14 |
544 | 2024-06-22T01:21:55.616Z | Checking hex v0.4.3 |
545 | 2024-06-22T01:21:55.991Z | Compiling async-trait v0.1.80 |
546 | 2024-06-22T01:21:56.128Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
547 | 2024-06-22T01:21:56.153Z | Checking hostname v0.4.0 |
548 | 2024-06-22T01:21:56.276Z | Checking instant v0.1.13 |
549 | 2024-06-22T01:21:56.374Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-22T01:21:56.488Z | Checking backoff v0.4.0 |
551 | 2024-06-22T01:21:56.748Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-06-22T01:21:56.872Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
553 | 2024-06-22T01:21:56.942Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
554 | 2024-06-22T01:21:57.065Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-22T01:21:57.093Z | Checking serde_with v3.8.1 |
556 | 2024-06-22T01:21:57.182Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
557 | 2024-06-22T01:21:57.355Z | Checking macaddr v1.0.1 |
558 | 2024-06-22T01:21:57.672Z | Checking regress v0.9.1 |
559 | 2024-06-22T01:21:58.452Z | Checking parse-display v0.9.1 |
560 | 2024-06-22T01:21:58.869Z | Checking strum v0.26.2 |
561 | 2024-06-22T01:21:59.917Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
562 | 2024-06-22T01:22:01.839Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
563 | 2024-06-22T01:22:01.899Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
564 | 2024-06-22T01:22:05.012Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
565 | 2024-06-22T01:22:11.525Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
566 | 2024-06-22T01:22:14.436Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-22T01:22:20.927Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-22T01:22:20.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
569 | 2024-06-22T01:22:21.038Z | + cargo build --release |
570 | 2024-06-22T01:22:21.307Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-22T01:22:21.307Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-22T01:22:21.307Z | Compiling libc v0.2.155 |
573 | 2024-06-22T01:22:21.310Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-22T01:22:21.311Z | Compiling version_check v0.9.4 |
575 | 2024-06-22T01:22:21.311Z | Compiling autocfg v1.3.0 |
576 | 2024-06-22T01:22:21.311Z | Compiling serde v1.0.203 |
577 | 2024-06-22T01:22:21.346Z | Compiling serde_json v1.0.117 |
578 | 2024-06-22T01:22:21.430Z | Compiling itoa v1.0.11 |
579 | 2024-06-22T01:22:21.484Z | Compiling thiserror v1.0.61 |
580 | 2024-06-22T01:22:21.632Z | Compiling once_cell v1.19.0 |
581 | 2024-06-22T01:22:21.776Z | Compiling cc v1.0.99 |
582 | 2024-06-22T01:22:21.866Z | Compiling memchr v2.7.4 |
583 | 2024-06-22T01:22:21.965Z | Compiling ahash v0.8.11 |
584 | 2024-06-22T01:22:22.323Z | Compiling byteorder v1.5.0 |
585 | 2024-06-22T01:22:22.420Z | Compiling num-traits v0.2.19 |
586 | 2024-06-22T01:22:22.722Z | Compiling getrandom v0.2.15 |
587 | 2024-06-22T01:22:22.751Z | Compiling quote v1.0.36 |
588 | 2024-06-22T01:22:22.787Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-22T01:22:22.896Z | Compiling ryu v1.0.18 |
590 | 2024-06-22T01:22:23.104Z | Compiling syn v2.0.67 |
591 | 2024-06-22T01:22:23.358Z | Compiling log v0.4.21 |
592 | 2024-06-22T01:22:23.378Z | Compiling bytes v1.6.0 |
593 | 2024-06-22T01:22:23.443Z | Compiling schemars v0.8.21 |
594 | 2024-06-22T01:22:23.526Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-22T01:22:23.675Z | Compiling lock_api v0.4.12 |
596 | 2024-06-22T01:22:23.807Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-22T01:22:23.816Z | Compiling futures-core v0.3.30 |
598 | 2024-06-22T01:22:24.037Z | Compiling smallvec v1.13.2 |
599 | 2024-06-22T01:22:24.131Z | Compiling scopeguard v1.2.0 |
600 | 2024-06-22T01:22:24.289Z | Compiling num_cpus v1.16.0 |
601 | 2024-06-22T01:22:24.354Z | Compiling mio v0.8.11 |
602 | 2024-06-22T01:22:24.407Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-06-22T01:22:24.728Z | Compiling ring v0.17.8 |
604 | 2024-06-22T01:22:24.801Z | Compiling socket2 v0.5.7 |
605 | 2024-06-22T01:22:24.861Z | Compiling slab v0.4.9 |
606 | 2024-06-22T01:22:25.216Z | Compiling parking_lot v0.12.3 |
607 | 2024-06-22T01:22:25.364Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-22T01:22:25.519Z | Compiling spin v0.9.8 |
609 | 2024-06-22T01:22:25.664Z | Compiling untrusted v0.9.0 |
610 | 2024-06-22T01:22:25.838Z | Compiling equivalent v1.0.1 |
611 | 2024-06-22T01:22:25.934Z | Compiling fnv v1.0.7 |
612 | 2024-06-22T01:22:26.063Z | Compiling semver v1.0.23 |
613 | 2024-06-22T01:22:26.388Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-22T01:22:26.537Z | Compiling pkg-config v0.3.30 |
615 | 2024-06-22T01:22:26.566Z | Compiling vcpkg v0.2.15 |
616 | 2024-06-22T01:22:26.587Z | Compiling pin-utils v0.1.0 |
617 | 2024-06-22T01:22:26.605Z | Compiling futures-task v0.3.30 |
618 | 2024-06-22T01:22:26.665Z | Compiling futures-io v0.3.30 |
619 | 2024-06-22T01:22:27.109Z | Compiling iana-time-zone v0.1.60 |
620 | 2024-06-22T01:22:27.115Z | Compiling ucd-trie v0.1.6 |
621 | 2024-06-22T01:22:27.635Z | Compiling http v0.2.12 |
622 | 2024-06-22T01:22:27.856Z | Compiling httparse v1.9.4 |
623 | 2024-06-22T01:22:27.926Z | Compiling dyn-clone v1.0.17 |
624 | 2024-06-22T01:22:28.311Z | Compiling heck v0.5.0 |
625 | 2024-06-22T01:22:28.315Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-22T01:22:28.790Z | Compiling tracing-core v0.1.32 |
627 | 2024-06-22T01:22:29.069Z | Compiling chrono v0.4.38 |
628 | 2024-06-22T01:22:29.355Z | Compiling uuid v1.8.0 |
629 | 2024-06-22T01:22:29.902Z | Compiling tracing v0.1.40 |
630 | 2024-06-22T01:22:30.623Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-06-22T01:22:31.311Z | Compiling slog v2.7.0 |
632 | 2024-06-22T01:22:31.798Z | Compiling try-lock v0.2.5 |
633 | 2024-06-22T01:22:31.945Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-06-22T01:22:32.042Z | Compiling openssl v0.10.64 |
635 | 2024-06-22T01:22:32.084Z | Compiling foreign-types v0.3.2 |
636 | 2024-06-22T01:22:32.168Z | Compiling want v0.3.1 |
637 | 2024-06-22T01:22:32.492Z | Compiling http-body v0.4.6 |
638 | 2024-06-22T01:22:32.523Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-22T01:22:32.921Z | Compiling tower-service v0.3.2 |
640 | 2024-06-22T01:22:32.998Z | Compiling regex-syntax v0.8.4 |
641 | 2024-06-22T01:22:33.046Z | Compiling tinyvec_macros v0.1.1 |
642 | 2024-06-22T01:22:33.125Z | Compiling bitflags v2.5.0 |
643 | 2024-06-22T01:22:33.477Z | Compiling rustls v0.21.12 |
644 | 2024-06-22T01:22:33.775Z | Compiling native-tls v0.2.12 |
645 | 2024-06-22T01:22:33.982Z | Compiling typenum v1.17.0 |
646 | 2024-06-22T01:22:34.009Z | Compiling httpdate v1.0.3 |
647 | 2024-06-22T01:22:34.130Z | Compiling percent-encoding v2.3.1 |
648 | 2024-06-22T01:22:34.600Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-22T01:22:34.767Z | Compiling tinyvec v1.6.0 |
650 | 2024-06-22T01:22:35.229Z | Compiling generic-array v0.14.7 |
651 | 2024-06-22T01:22:35.641Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-22T01:22:36.231Z | Compiling serde_derive v1.0.203 |
653 | 2024-06-22T01:22:36.241Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-06-22T01:22:36.431Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-06-22T01:22:36.940Z | Compiling schemars_derive v0.8.21 |
656 | 2024-06-22T01:22:37.167Z | Compiling tokio-macros v2.3.0 |
657 | 2024-06-22T01:22:38.394Z | Compiling zerocopy v0.7.34 |
658 | 2024-06-22T01:22:39.098Z | Compiling tokio v1.38.0 |
659 | 2024-06-22T01:22:39.526Z | Compiling futures-macro v0.3.30 |
660 | 2024-06-22T01:22:40.063Z | Compiling pest v2.7.10 |
661 | 2024-06-22T01:22:40.728Z | Compiling hashbrown v0.14.5 |
662 | 2024-06-22T01:22:41.627Z | Compiling futures-util v0.3.30 |
663 | 2024-06-22T01:22:42.479Z | Compiling regress v0.10.0 |
664 | 2024-06-22T01:22:42.539Z | Compiling pest_meta v2.7.10 |
665 | 2024-06-22T01:22:42.951Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-22T01:22:47.084Z | Compiling pest_generator v2.7.10 |
667 | 2024-06-22T01:22:47.400Z | Compiling sct v0.7.1 |
668 | 2024-06-22T01:22:47.854Z | Compiling tokio-util v0.7.11 |
669 | 2024-06-22T01:22:48.911Z | Compiling pest_derive v2.7.10 |
670 | 2024-06-22T01:22:48.978Z | Compiling rustls-webpki v0.101.7 |
671 | 2024-06-22T01:22:49.796Z | Compiling regex-automata v0.4.7 |
672 | 2024-06-22T01:22:50.565Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-06-22T01:22:51.292Z | Compiling indexmap v2.2.6 |
674 | 2024-06-22T01:22:55.004Z | Compiling h2 v0.3.26 |
675 | 2024-06-22T01:22:57.813Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
676 | 2024-06-22T01:22:58.230Z | Compiling regex v1.10.5 |
677 | 2024-06-22T01:23:02.727Z | Compiling hyper v0.14.29 |
678 | 2024-06-22T01:23:02.727Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-06-22T01:23:03.325Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-22T01:23:09.652Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-22T01:23:09.716Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-22T01:23:10.004Z | Compiling time-core v0.1.2 |
683 | 2024-06-22T01:23:10.164Z | Compiling unicode-bidi v0.3.15 |
684 | 2024-06-22T01:23:11.042Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
685 | 2024-06-22T01:23:11.593Z | Compiling mime v0.3.17 |
686 | 2024-06-22T01:23:12.702Z | Compiling powerfmt v0.2.0 |
687 | 2024-06-22T01:23:13.203Z | Compiling num-conv v0.1.0 |
688 | 2024-06-22T01:23:13.475Z | Compiling time-macros v0.2.18 |
689 | 2024-06-22T01:23:15.224Z | Compiling deranged v0.3.11 |
690 | 2024-06-22T01:23:16.724Z | Compiling idna v0.5.0 |
691 | 2024-06-22T01:23:20.423Z | Compiling scroll v0.12.0 |
692 | 2024-06-22T01:23:20.574Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-22T01:23:21.006Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-22T01:23:21.042Z | Compiling dof v0.3.0 |
695 | 2024-06-22T01:23:21.293Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-22T01:23:21.655Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-22T01:23:21.903Z | Compiling thread-id v4.2.1 |
698 | 2024-06-22T01:23:21.997Z | Compiling base64 v0.21.7 |
699 | 2024-06-22T01:23:23.236Z | Compiling ident_case v1.0.1 |
700 | 2024-06-22T01:23:23.394Z | Compiling strsim v0.11.1 |
701 | 2024-06-22T01:23:23.444Z | Compiling rustls-pki-types v1.7.0 |
702 | 2024-06-22T01:23:24.406Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-06-22T01:23:24.462Z | Compiling num_threads v0.1.7 |
704 | 2024-06-22T01:23:24.571Z | Compiling plain v0.2.3 |
705 | 2024-06-22T01:23:24.720Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-06-22T01:23:24.991Z | Compiling goblin v0.8.2 |
707 | 2024-06-22T01:23:25.022Z | Compiling time v0.3.36 |
708 | 2024-06-22T01:23:31.107Z | Compiling darling_core v0.20.9 |
709 | 2024-06-22T01:23:31.543Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-06-22T01:23:34.735Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-22T01:23:35.240Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-22T01:23:35.690Z | Compiling url v2.5.2 |
713 | 2024-06-22T01:23:37.063Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
714 | 2024-06-22T01:23:37.189Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-22T01:23:37.782Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-22T01:23:39.357Z | Compiling rustversion v1.0.17 |
717 | 2024-06-22T01:23:40.071Z | Compiling pretty-hex v0.4.1 |
718 | 2024-06-22T01:23:40.306Z | Compiling rustls v0.22.4 |
719 | 2024-06-22T01:23:40.613Z | Compiling ipnet v2.9.0 |
720 | 2024-06-22T01:23:41.529Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-06-22T01:23:41.772Z | Compiling webpki-roots v0.25.4 |
722 | 2024-06-22T01:23:41.912Z | Compiling paste v1.0.15 |
723 | 2024-06-22T01:23:42.417Z | Compiling sync_wrapper v0.1.2 |
724 | 2024-06-22T01:23:42.545Z | Compiling reqwest v0.11.27 |
725 | 2024-06-22T01:23:43.046Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-22T01:23:43.396Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
727 | 2024-06-22T01:23:45.224Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-22T01:23:45.497Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-22T01:23:49.236Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-22T01:23:49.886Z | Compiling crypto-common v0.1.6 |
731 | 2024-06-22T01:23:50.093Z | Compiling block-buffer v0.10.4 |
732 | 2024-06-22T01:23:50.131Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-22T01:23:50.221Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-22T01:23:50.315Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-22T01:23:50.468Z | Compiling rand_core v0.6.4 |
736 | 2024-06-22T01:23:50.840Z | Compiling multer v3.1.0 |
737 | 2024-06-22T01:23:50.848Z | Compiling thread_local v1.1.8 |
738 | 2024-06-22T01:23:50.942Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-06-22T01:23:51.165Z | Compiling camino v1.1.7 |
740 | 2024-06-22T01:23:51.657Z | Compiling winnow v0.6.13 |
741 | 2024-06-22T01:23:51.776Z | Compiling slog-async v2.8.0 |
742 | 2024-06-22T01:23:51.783Z | Compiling subtle v2.6.0 |
743 | 2024-06-22T01:23:52.033Z | Compiling match_cfg v0.1.0 |
744 | 2024-06-22T01:23:52.120Z | Compiling anyhow v1.0.86 |
745 | 2024-06-22T01:23:52.282Z | Compiling zeroize v1.8.1 |
746 | 2024-06-22T01:23:52.909Z | Compiling hostname v0.3.1 |
747 | 2024-06-22T01:23:53.163Z | Compiling structmeta v0.3.0 |
748 | 2024-06-22T01:23:53.163Z | Compiling rand_chacha v0.3.1 |
749 | 2024-06-22T01:23:53.532Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
750 | 2024-06-22T01:23:53.767Z | Compiling digest v0.10.7 |
751 | 2024-06-22T01:23:54.168Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-22T01:23:55.954Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-22T01:23:56.169Z | Compiling darling v0.20.9 |
754 | 2024-06-22T01:23:56.273Z | Compiling term v0.7.0 |
755 | 2024-06-22T01:24:02.729Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
756 | 2024-06-22T01:24:05.319Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-22T01:24:05.667Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-22T01:24:06.722Z | Compiling slog-json v2.6.1 |
759 | 2024-06-22T01:24:07.169Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-22T01:24:07.278Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-22T01:24:08.483Z | Compiling http v1.1.0 |
762 | 2024-06-22T01:24:08.711Z | Compiling is-terminal v0.4.12 |
763 | 2024-06-22T01:24:08.821Z | Compiling memmap v0.7.0 |
764 | 2024-06-22T01:24:09.297Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
765 | 2024-06-22T01:24:09.608Z | Compiling base64 v0.22.1 |
766 | 2024-06-22T01:24:09.985Z | Compiling atomic-waker v1.1.2 |
767 | 2024-06-22T01:24:10.176Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-22T01:24:10.270Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
769 | 2024-06-22T01:24:10.591Z | Compiling take_mut v0.2.2 |
770 | 2024-06-22T01:24:10.739Z | Compiling sha1 v0.10.6 |
771 | 2024-06-22T01:24:13.348Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-22T01:24:14.142Z | Compiling waitgroup v0.1.2 |
773 | 2024-06-22T01:24:14.384Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
774 | 2024-06-22T01:24:14.477Z | Compiling usdt v0.5.0 |
775 | 2024-06-22T01:24:14.544Z | Compiling slog-term v2.9.1 |
776 | 2024-06-22T01:24:14.573Z | Compiling async-stream v0.3.5 |
777 | 2024-06-22T01:24:14.924Z | Compiling futures v0.3.30 |
778 | 2024-06-22T01:24:15.121Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-22T01:24:15.393Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-22T01:24:16.119Z | Compiling toml v0.8.14 |
781 | 2024-06-22T01:24:17.651Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-22T01:24:18.095Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-22T01:24:20.459Z | Compiling rand v0.8.5 |
784 | 2024-06-22T01:24:21.039Z | Compiling parse-display-derive v0.9.1 |
785 | 2024-06-22T01:24:23.956Z | Compiling ipnetwork v0.20.0 |
786 | 2024-06-22T01:24:24.029Z | Compiling newtype-uuid v1.1.0 |
787 | 2024-06-22T01:24:24.368Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
788 | 2024-06-22T01:24:25.055Z | Compiling hex v0.4.3 |
789 | 2024-06-22T01:24:25.561Z | Compiling serde_path_to_error v0.1.16 |
790 | 2024-06-22T01:24:25.794Z | Compiling async-trait v0.1.80 |
791 | 2024-06-22T01:24:26.649Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-06-22T01:24:27.105Z | Compiling hostname v0.4.0 |
793 | 2024-06-22T01:24:27.321Z | Compiling instant v0.1.13 |
794 | 2024-06-22T01:24:27.477Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-22T01:24:27.537Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-06-22T01:24:27.607Z | Compiling backoff v0.4.0 |
797 | 2024-06-22T01:24:27.737Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-06-22T01:24:27.894Z | Compiling parse-display v0.9.1 |
799 | 2024-06-22T01:24:27.923Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
800 | 2024-06-22T01:24:27.932Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
801 | 2024-06-22T01:24:29.054Z | Compiling serde_with v3.8.1 |
802 | 2024-06-22T01:24:30.000Z | Compiling strum v0.26.2 |
803 | 2024-06-22T01:24:30.181Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-22T01:24:31.012Z | Compiling macaddr v1.0.1 |
805 | 2024-06-22T01:24:31.641Z | Compiling regress v0.9.1 |
806 | 2024-06-22T01:24:36.664Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-22T01:24:46.101Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-22T01:24:54.382Z | Finished `release` profile [optimized] target(s) in 2m 33s |
809 | 2024-06-22T01:24:54.430Z | process exited: duration 234390 ms, exit code 0 |
|
810 | 2024-06-22T01:24:54.437Z | found 0 output files |