|
|
|
1 | 2024-10-03T19:43:46.565Z | job assigned to worker 01J99YG8EPZ3HWN47EXJXACC6Q (queued for 57 s) |
|
2 | 2024-10-03T19:43:53.953Z | starting task 0: "setup" |
3 | 2024-10-03T19:43:53.963Z | ++ uname -s |
4 | 2024-10-03T19:43:53.965Z | + kern=SunOS |
5 | 2024-10-03T19:43:53.965Z | + case "$kern" in |
6 | 2024-10-03T19:43:53.965Z | + groupadd -g 12345 build |
7 | 2024-10-03T19:43:53.968Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-03T19:43:55.976Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-03T19:43:56.058Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-03T19:43:56.060Z | + home_fs=zfs |
11 | 2024-10-03T19:43:56.060Z | + [[ zfs == autofs ]] |
12 | 2024-10-03T19:43:56.060Z | + mkdir -p /home/build |
13 | 2024-10-03T19:43:56.063Z | + chown build:build /home/build /work |
14 | 2024-10-03T19:43:58.064Z | + chmod 0700 /home/build /work |
15 | 2024-10-03T19:43:58.067Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2024-10-03T19:43:58.072Z | starting task 1: "rust-toolchain" |
17 | 2024-10-03T19:43:58.078Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-03T19:43:58.078Z | ' 1.80.1 |
19 | 2024-10-03T19:43:58.078Z | * toolchain channel = "1.80.1" |
20 | 2024-10-03T19:43:58.078Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-03T19:43:58.078Z | ' default |
22 | 2024-10-03T19:43:58.081Z | * toolchain profile = "default" |
23 | 2024-10-03T19:43:58.081Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-03T19:43:58.081Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-03T19:43:58.171Z | info: downloading installer |
26 | 2024-10-03T19:43:59.182Z | info: profile set to 'default' |
27 | 2024-10-03T19:43:59.182Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-03T19:43:59.185Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-03T19:43:59.307Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-03T19:43:59.308Z | info: downloading component 'cargo' |
31 | 2024-10-03T19:43:59.908Z | info: downloading component 'clippy' |
32 | 2024-10-03T19:44:00.123Z | info: downloading component 'rust-docs' |
33 | 2024-10-03T19:44:00.962Z | info: downloading component 'rust-std' |
34 | 2024-10-03T19:44:02.143Z | info: downloading component 'rustc' |
35 | 2024-10-03T19:44:05.377Z | info: downloading component 'rustfmt' |
36 | 2024-10-03T19:44:05.553Z | info: installing component 'cargo' |
37 | 2024-10-03T19:44:06.368Z | info: installing component 'clippy' |
38 | 2024-10-03T19:44:06.736Z | info: installing component 'rust-docs' |
39 | 2024-10-03T19:44:08.352Z | info: installing component 'rust-std' |
40 | 2024-10-03T19:44:10.018Z | info: installing component 'rustc' |
41 | 2024-10-03T19:44:14.105Z | info: installing component 'rustfmt' |
42 | 2024-10-03T19:44:14.444Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-03T19:44:14.444Z | |
44 | 2024-10-03T19:44:14.692Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-03T19:44:14.692Z | |
46 | 2024-10-03T19:44:14.692Z | |
47 | 2024-10-03T19:44:14.692Z | Rust is installed now. Great! |
48 | 2024-10-03T19:44:14.693Z | |
49 | 2024-10-03T19:44:14.693Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-03T19:44:14.693Z | environment variable. This has not been done automatically. |
51 | 2024-10-03T19:44:14.693Z | |
52 | 2024-10-03T19:44:14.693Z | To configure your current shell, you need to source |
53 | 2024-10-03T19:44:14.693Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-03T19:44:14.693Z | |
55 | 2024-10-03T19:44:14.693Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-03T19:44:14.693Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-03T19:44:14.693Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-03T19:44:14.746Z | + rustc --version |
59 | 2024-10-03T19:44:14.809Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-03T19:44:14.812Z | process exited: duration 16736 ms, exit code 0 |
|
61 | 2024-10-03T19:44:14.819Z | starting task 2: "authentication" |
62 | 2024-10-03T19:44:14.838Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-03T19:44:14.843Z | starting task 3: "clone repository" |
64 | 2024-10-03T19:44:14.848Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-03T19:44:14.851Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-03T19:44:14.888Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-03T19:44:21.995Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-03T19:44:21.995Z | + git fetch origin 09053cabe90ebf5d2b47af17e254329b62f40313 |
69 | 2024-10-03T19:44:22.281Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-03T19:44:22.281Z | * branch 09053cabe90ebf5d2b47af17e254329b62f40313 -> FETCH_HEAD |
71 | 2024-10-03T19:44:22.290Z | + [[ -n sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
72 | 2024-10-03T19:44:22.292Z | ++ git branch --show-current |
73 | 2024-10-03T19:44:22.295Z | + current=main |
74 | 2024-10-03T19:44:22.295Z | + [[ main != sunshowers/spr/reconfigurator-impl-eq-for-trimap ]] |
75 | 2024-10-03T19:44:22.295Z | + git branch -f sunshowers/spr/reconfigurator-impl-eq-for-trimap 09053cabe90ebf5d2b47af17e254329b62f40313 |
76 | 2024-10-03T19:44:22.297Z | + git checkout -f sunshowers/spr/reconfigurator-impl-eq-for-trimap |
77 | 2024-10-03T19:44:22.457Z | Switched to branch 'sunshowers/spr/reconfigurator-impl-eq-for-trimap' |
78 | 2024-10-03T19:44:22.459Z | + git reset --hard 09053cabe90ebf5d2b47af17e254329b62f40313 |
79 | 2024-10-03T19:44:22.612Z | HEAD is now at 09053cabe [spr] initial version |
80 | 2024-10-03T19:44:22.616Z | process exited: duration 7769 ms, exit code 0 |
|
81 | 2024-10-03T19:44:22.623Z | starting task 4: "build" |
82 | 2024-10-03T19:44:22.627Z | + cargo --version |
83 | 2024-10-03T19:44:22.682Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-10-03T19:44:22.684Z | + rustc --version |
85 | 2024-10-03T19:44:22.741Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-10-03T19:44:22.744Z | + cd /tmp |
87 | 2024-10-03T19:44:22.744Z | + cargo new --lib test-project |
88 | 2024-10-03T19:44:22.798Z | Creating library `test-project` package |
89 | 2024-10-03T19:44:22.872Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-10-03T19:44:22.874Z | + cd test-project |
91 | 2024-10-03T19:44:22.874Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-10-03T19:44:22.931Z | Adding omicron-common (local) to dependencies |
93 | 2024-10-03T19:44:22.935Z | Features: |
94 | 2024-10-03T19:44:22.935Z | - proptest |
95 | 2024-10-03T19:44:22.935Z | - test-strategy |
96 | 2024-10-03T19:44:22.935Z | - testing |
97 | 2024-10-03T19:44:22.935Z | Updating crates.io index |
98 | 2024-10-03T19:44:23.026Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
99 | 2024-10-03T19:44:23.829Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
100 | 2024-10-03T19:44:24.092Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
101 | 2024-10-03T19:44:24.352Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
102 | 2024-10-03T19:44:25.483Z | Locking 301 packages to latest compatible versions |
103 | 2024-10-03T19:44:25.486Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-10-03T19:44:25.486Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-10-03T19:44:25.486Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-10-03T19:44:25.486Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-10-03T19:44:25.488Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
108 | 2024-10-03T19:44:25.489Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
109 | 2024-10-03T19:44:25.489Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
110 | 2024-10-03T19:44:25.489Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2024-10-03T19:44:25.489Z | Adding idna v0.5.0 (latest: v1.0.2) |
112 | 2024-10-03T19:44:25.491Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
113 | 2024-10-03T19:44:25.491Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
114 | 2024-10-03T19:44:25.494Z | Adding regress v0.9.1 (latest: v0.10.1) |
115 | 2024-10-03T19:44:25.498Z | Adding rustls v0.22.4 (latest: v0.23.13) |
116 | 2024-10-03T19:44:25.501Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
117 | 2024-10-03T19:44:25.503Z | Adding term v0.7.0 (latest: v1.0.0) |
118 | 2024-10-03T19:44:25.506Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-10-03T19:44:25.506Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
120 | 2024-10-03T19:44:25.509Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-10-03T19:44:25.509Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-10-03T19:44:25.509Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-10-03T19:44:25.509Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-10-03T19:44:25.509Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-10-03T19:44:25.582Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2024-10-03T19:44:25.585Z | + cargo check |
127 | 2024-10-03T19:44:25.744Z | Updating crates.io index |
128 | 2024-10-03T19:44:26.385Z | Locking 2 packages to latest compatible versions |
129 | 2024-10-03T19:44:29.240Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2024-10-03T19:44:31.246Z | Adding test-project v0.1.0 (/tmp/test-project) |
131 | 2024-10-03T19:44:31.880Z | Downloading crates ... |
132 | 2024-10-03T19:44:31.942Z | Downloaded async-stream-impl v0.3.5 |
133 | 2024-10-03T19:44:31.949Z | Downloaded ahash v0.8.11 |
134 | 2024-10-03T19:44:31.963Z | Downloaded foreign-types v0.3.2 |
135 | 2024-10-03T19:44:31.965Z | Downloaded darling_macro v0.20.9 |
136 | 2024-10-03T19:44:31.969Z | Downloaded equivalent v1.0.1 |
137 | 2024-10-03T19:44:31.972Z | Downloaded openssl-probe v0.1.5 |
138 | 2024-10-03T19:44:31.974Z | Downloaded openssl-macros v0.1.1 |
139 | 2024-10-03T19:44:31.974Z | Downloaded untrusted v0.9.0 |
140 | 2024-10-03T19:44:31.978Z | Downloaded omicron-workspace-hack v0.1.0 |
141 | 2024-10-03T19:44:31.978Z | Downloaded match_cfg v0.1.0 |
142 | 2024-10-03T19:44:31.978Z | Downloaded memmap v0.7.0 |
143 | 2024-10-03T19:44:31.981Z | Downloaded allocator-api2 v0.2.18 |
144 | 2024-10-03T19:44:31.983Z | Downloaded ident_case v1.0.1 |
145 | 2024-10-03T19:44:31.986Z | Downloaded cpufeatures v0.2.12 |
146 | 2024-10-03T19:44:31.986Z | Downloaded unicode-ident v1.0.13 |
147 | 2024-10-03T19:44:31.989Z | Downloaded version_check v0.9.5 |
148 | 2024-10-03T19:44:31.992Z | Downloaded plain v0.2.3 |
149 | 2024-10-03T19:44:31.994Z | Downloaded paste v1.0.15 |
150 | 2024-10-03T19:44:31.997Z | Downloaded usdt-macro v0.5.0 |
151 | 2024-10-03T19:44:32.000Z | Downloaded httpdate v1.0.3 |
152 | 2024-10-03T19:44:32.000Z | Downloaded http-body-util v0.1.2 |
153 | 2024-10-03T19:44:32.004Z | Downloaded dyn-clone v1.0.17 |
154 | 2024-10-03T19:44:32.004Z | Downloaded ipnet v2.10.0 |
155 | 2024-10-03T19:44:32.007Z | Downloaded progenitor-client v0.8.0 |
156 | 2024-10-03T19:44:32.007Z | Downloaded heck v0.5.0 |
157 | 2024-10-03T19:44:32.010Z | Downloaded darling v0.20.9 |
158 | 2024-10-03T19:44:32.013Z | Downloaded backoff v0.4.0 |
159 | 2024-10-03T19:44:32.016Z | Downloaded futures-channel v0.3.30 |
160 | 2024-10-03T19:44:32.018Z | Downloaded camino v1.1.9 |
161 | 2024-10-03T19:44:32.022Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-10-03T19:44:32.025Z | Downloaded anyhow v1.0.89 |
163 | 2024-10-03T19:44:32.027Z | Downloaded dirs-sys-next v0.1.2 |
164 | 2024-10-03T19:44:32.027Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2024-10-03T19:44:32.027Z | Downloaded waitgroup v0.1.2 |
166 | 2024-10-03T19:44:32.030Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-10-03T19:44:32.030Z | Downloaded scroll_derive v0.12.0 |
168 | 2024-10-03T19:44:32.030Z | Downloaded hostname v0.3.1 |
169 | 2024-10-03T19:44:32.033Z | Downloaded dof v0.3.0 |
170 | 2024-10-03T19:44:32.033Z | Downloaded form_urlencoded v1.2.1 |
171 | 2024-10-03T19:44:32.036Z | Downloaded generic-array v0.14.7 |
172 | 2024-10-03T19:44:32.036Z | Downloaded dropshot_endpoint v0.12.0 |
173 | 2024-10-03T19:44:32.038Z | Downloaded newtype-uuid v1.1.0 |
174 | 2024-10-03T19:44:32.041Z | Downloaded log v0.4.22 |
175 | 2024-10-03T19:44:32.041Z | Downloaded crossbeam-utils v0.8.19 |
176 | 2024-10-03T19:44:32.044Z | Downloaded futures-task v0.3.30 |
177 | 2024-10-03T19:44:32.047Z | Downloaded http-body v1.0.0 |
178 | 2024-10-03T19:44:32.047Z | Downloaded instant v0.1.12 |
179 | 2024-10-03T19:44:32.050Z | Downloaded futures-macro v0.3.30 |
180 | 2024-10-03T19:44:32.050Z | Downloaded futures-executor v0.3.30 |
181 | 2024-10-03T19:44:32.050Z | Downloaded dirs-next v2.0.0 |
182 | 2024-10-03T19:44:32.052Z | Downloaded num-conv v0.1.0 |
183 | 2024-10-03T19:44:32.052Z | Downloaded cfg-if v1.0.0 |
184 | 2024-10-03T19:44:32.055Z | Downloaded tower-service v0.3.2 |
185 | 2024-10-03T19:44:32.055Z | Downloaded pest_generator v2.7.10 |
186 | 2024-10-03T19:44:32.058Z | Downloaded percent-encoding v2.3.1 |
187 | 2024-10-03T19:44:32.058Z | Downloaded byteorder v1.5.0 |
188 | 2024-10-03T19:44:32.060Z | Downloaded take_mut v0.2.2 |
189 | 2024-10-03T19:44:32.060Z | Downloaded block-buffer v0.10.4 |
190 | 2024-10-03T19:44:32.060Z | Downloaded futures-io v0.3.30 |
191 | 2024-10-03T19:44:32.063Z | Downloaded debug-ignore v1.0.5 |
192 | 2024-10-03T19:44:32.063Z | Downloaded deranged v0.3.11 |
193 | 2024-10-03T19:44:32.066Z | Downloaded pin-utils v0.1.0 |
194 | 2024-10-03T19:44:32.066Z | Downloaded futures-sink v0.3.30 |
195 | 2024-10-03T19:44:32.066Z | Downloaded dtrace-parser v0.2.0 |
196 | 2024-10-03T19:44:32.069Z | Downloaded try-lock v0.2.5 |
197 | 2024-10-03T19:44:32.069Z | Downloaded sync_wrapper v1.0.1 |
198 | 2024-10-03T19:44:32.069Z | Downloaded rand_core v0.6.4 |
199 | 2024-10-03T19:44:32.073Z | Downloaded zeroize v1.8.1 |
200 | 2024-10-03T19:44:32.073Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-10-03T19:44:32.073Z | Downloaded multer v3.1.0 |
202 | 2024-10-03T19:44:32.075Z | Downloaded futures-core v0.3.30 |
203 | 2024-10-03T19:44:32.078Z | Downloaded fnv v1.0.7 |
204 | 2024-10-03T19:44:32.078Z | Downloaded crypto-common v0.1.6 |
205 | 2024-10-03T19:44:32.078Z | Downloaded bitflags v2.6.0 |
206 | 2024-10-03T19:44:32.082Z | Downloaded parse-display v0.10.0 |
207 | 2024-10-03T19:44:32.084Z | Downloaded usdt v0.5.0 |
208 | 2024-10-03T19:44:32.084Z | Downloaded sha1 v0.10.6 |
209 | 2024-10-03T19:44:32.087Z | Downloaded scroll v0.12.0 |
210 | 2024-10-03T19:44:32.087Z | Downloaded scopeguard v1.2.0 |
211 | 2024-10-03T19:44:32.089Z | Downloaded tinyvec_macros v0.1.1 |
212 | 2024-10-03T19:44:32.089Z | Downloaded num_threads v0.1.7 |
213 | 2024-10-03T19:44:32.093Z | Downloaded hex v0.4.3 |
214 | 2024-10-03T19:44:32.093Z | Downloaded digest v0.10.7 |
215 | 2024-10-03T19:44:32.096Z | Downloaded atomic-waker v1.1.2 |
216 | 2024-10-03T19:44:32.096Z | Downloaded signal-hook-registry v1.4.2 |
217 | 2024-10-03T19:44:32.096Z | Downloaded hyper-tls v0.6.0 |
218 | 2024-10-03T19:44:32.101Z | Downloaded toml_datetime v0.6.8 |
219 | 2024-10-03T19:44:32.101Z | Downloaded strum v0.26.3 |
220 | 2024-10-03T19:44:32.101Z | Downloaded schemars_derive v0.8.21 |
221 | 2024-10-03T19:44:32.104Z | Downloaded pkg-config v0.3.30 |
222 | 2024-10-03T19:44:32.104Z | Downloaded mime v0.3.17 |
223 | 2024-10-03T19:44:32.104Z | Downloaded tokio-macros v2.4.0 |
224 | 2024-10-03T19:44:32.107Z | Downloaded async-trait v0.1.83 |
225 | 2024-10-03T19:44:32.109Z | Downloaded thiserror-impl v1.0.64 |
226 | 2024-10-03T19:44:32.109Z | Downloaded serde_spanned v0.6.7 |
227 | 2024-10-03T19:44:32.113Z | Downloaded slog-async v2.8.0 |
228 | 2024-10-03T19:44:32.113Z | Downloaded autocfg v1.3.0 |
229 | 2024-10-03T19:44:32.116Z | Downloaded macaddr v1.0.1 |
230 | 2024-10-03T19:44:32.116Z | Downloaded itoa v1.0.11 |
231 | 2024-10-03T19:44:32.119Z | Downloaded time-macros v0.2.18 |
232 | 2024-10-03T19:44:32.119Z | Downloaded thread-id v4.2.1 |
233 | 2024-10-03T19:44:32.121Z | Downloaded getrandom v0.2.14 |
234 | 2024-10-03T19:44:32.124Z | Downloaded strsim v0.11.1 |
235 | 2024-10-03T19:44:32.127Z | Downloaded subtle v2.5.0 |
236 | 2024-10-03T19:44:32.127Z | Downloaded indexmap v2.5.0 |
237 | 2024-10-03T19:44:32.130Z | Downloaded rustc-hash v2.0.0 |
238 | 2024-10-03T19:44:32.132Z | Downloaded structmeta-derive v0.3.0 |
239 | 2024-10-03T19:44:32.132Z | Downloaded thread_local v1.1.8 |
240 | 2024-10-03T19:44:32.135Z | Downloaded once_cell v1.19.0 |
241 | 2024-10-03T19:44:32.138Z | Downloaded time-core v0.1.2 |
242 | 2024-10-03T19:44:32.138Z | Downloaded native-tls v0.2.11 |
243 | 2024-10-03T19:44:32.141Z | Downloaded rustversion v1.0.17 |
244 | 2024-10-03T19:44:32.141Z | Downloaded term v0.7.0 |
245 | 2024-10-03T19:44:32.144Z | Downloaded tokio-rustls v0.26.0 |
246 | 2024-10-03T19:44:32.146Z | Downloaded tokio-native-tls v0.3.1 |
247 | 2024-10-03T19:44:32.149Z | Downloaded parking_lot_core v0.9.10 |
248 | 2024-10-03T19:44:32.152Z | Downloaded parse-display-derive v0.10.0 |
249 | 2024-10-03T19:44:32.152Z | Downloaded futures v0.3.30 |
250 | 2024-10-03T19:44:32.156Z | Downloaded hyper-util v0.1.9 |
251 | 2024-10-03T19:44:32.160Z | Downloaded rustls-pki-types v1.7.0 |
252 | 2024-10-03T19:44:32.164Z | Downloaded pest_derive v2.7.10 |
253 | 2024-10-03T19:44:32.167Z | Downloaded sha2 v0.10.8 |
254 | 2024-10-03T19:44:32.167Z | Downloaded progenitor-macro v0.8.0 |
255 | 2024-10-03T19:44:32.170Z | Downloaded serde_with_macros v3.9.0 |
256 | 2024-10-03T19:44:32.170Z | Downloaded mio v1.0.2 |
257 | 2024-10-03T19:44:32.175Z | Downloaded hyper-rustls v0.27.3 |
258 | 2024-10-03T19:44:32.178Z | Downloaded tokio-rustls v0.25.0 |
259 | 2024-10-03T19:44:32.181Z | Downloaded serde_tokenstream v0.2.2 |
260 | 2024-10-03T19:44:32.183Z | Downloaded darling_core v0.20.9 |
261 | 2024-10-03T19:44:32.186Z | Downloaded toml v0.8.19 |
262 | 2024-10-03T19:44:32.189Z | Downloaded strum_macros v0.26.4 |
263 | 2024-10-03T19:44:32.192Z | Downloaded spin v0.9.8 |
264 | 2024-10-03T19:44:32.194Z | Downloaded serde_urlencoded v0.7.1 |
265 | 2024-10-03T19:44:32.197Z | Downloaded quinn-udp v0.5.5 |
266 | 2024-10-03T19:44:32.197Z | Downloaded tracing-core v0.1.32 |
267 | 2024-10-03T19:44:32.199Z | Downloaded unicode-bidi v0.3.15 |
268 | 2024-10-03T19:44:32.202Z | Downloaded cc v1.0.97 |
269 | 2024-10-03T19:44:32.205Z | Downloaded uuid v1.10.0 |
270 | 2024-10-03T19:44:32.207Z | Downloaded typenum v1.17.0 |
271 | 2024-10-03T19:44:32.210Z | Downloaded ryu v1.0.18 |
272 | 2024-10-03T19:44:32.213Z | Downloaded slog-term v2.9.1 |
273 | 2024-10-03T19:44:32.216Z | Downloaded progenitor-impl v0.8.0 |
274 | 2024-10-03T19:44:32.218Z | Downloaded zerocopy-derive v0.7.34 |
275 | 2024-10-03T19:44:32.221Z | Downloaded tracing v0.1.40 |
276 | 2024-10-03T19:44:32.226Z | Downloaded slog v2.7.0 |
277 | 2024-10-03T19:44:32.229Z | Downloaded proc-macro2 v1.0.86 |
278 | 2024-10-03T19:44:32.231Z | Downloaded socket2 v0.5.7 |
279 | 2024-10-03T19:44:32.235Z | Downloaded serde_derive v1.0.210 |
280 | 2024-10-03T19:44:32.237Z | Downloaded thiserror v1.0.64 |
281 | 2024-10-03T19:44:32.240Z | Downloaded memchr v2.7.2 |
282 | 2024-10-03T19:44:32.245Z | Downloaded tinyvec v1.6.0 |
283 | 2024-10-03T19:44:32.248Z | Downloaded toml_edit v0.22.22 |
284 | 2024-10-03T19:44:32.269Z | Downloaded pest_meta v2.7.10 |
285 | 2024-10-03T19:44:32.271Z | Downloaded ucd-trie v0.1.6 |
286 | 2024-10-03T19:44:32.274Z | Downloaded schemars v0.8.21 |
287 | 2024-10-03T19:44:32.284Z | Downloaded h2 v0.4.6 |
288 | 2024-10-03T19:44:32.290Z | Downloaded hashbrown v0.14.5 |
289 | 2024-10-03T19:44:32.295Z | Downloaded url v2.5.2 |
290 | 2024-10-03T19:44:32.298Z | Downloaded futures-util v0.3.30 |
291 | 2024-10-03T19:44:32.310Z | Downloaded openssl-sys v0.9.103 |
292 | 2024-10-03T19:44:32.314Z | Downloaded serde_yaml v0.9.34+deprecated |
293 | 2024-10-03T19:44:32.318Z | Downloaded serde v1.0.210 |
294 | 2024-10-03T19:44:32.321Z | Downloaded rand v0.8.5 |
295 | 2024-10-03T19:44:32.324Z | Downloaded chrono v0.4.38 |
296 | 2024-10-03T19:44:32.332Z | Downloaded goblin v0.8.2 |
297 | 2024-10-03T19:44:32.337Z | Downloaded hyper v1.4.1 |
298 | 2024-10-03T19:44:32.343Z | Downloaded unsafe-libyaml v0.2.11 |
299 | 2024-10-03T19:44:32.347Z | Downloaded quinn v0.11.5 |
300 | 2024-10-03T19:44:32.350Z | Downloaded hashbrown v0.12.3 |
301 | 2024-10-03T19:44:32.354Z | Downloaded syn v2.0.79 |
302 | 2024-10-03T19:44:32.364Z | Downloaded openssl v0.10.66 |
303 | 2024-10-03T19:44:32.373Z | Downloaded dropshot v0.12.0 |
304 | 2024-10-03T19:44:32.393Z | Downloaded tokio-util v0.7.12 |
305 | 2024-10-03T19:44:32.399Z | Downloaded time v0.3.36 |
306 | 2024-10-03T19:44:32.406Z | Downloaded unicode-normalization v0.1.23 |
307 | 2024-10-03T19:44:32.409Z | Downloaded openapiv3 v2.0.0 |
308 | 2024-10-03T19:44:32.420Z | Downloaded pest v2.7.10 |
309 | 2024-10-03T19:44:32.425Z | Downloaded typify-impl v0.2.0 |
310 | 2024-10-03T19:44:32.439Z | Downloaded serde_with v3.9.0 |
311 | 2024-10-03T19:44:32.446Z | Downloaded serde_json v1.0.128 |
312 | 2024-10-03T19:44:32.453Z | Downloaded zerocopy v0.7.34 |
313 | 2024-10-03T19:44:32.468Z | Downloaded winnow v0.6.18 |
314 | 2024-10-03T19:44:32.477Z | Downloaded reqwest v0.12.7 |
315 | 2024-10-03T19:44:32.484Z | Downloaded tokio v1.39.3 |
316 | 2024-10-03T19:44:32.520Z | Downloaded rustls-webpki v0.102.4 |
317 | 2024-10-03T19:44:32.536Z | Downloaded vcpkg v0.2.15 |
318 | 2024-10-03T19:44:32.573Z | Downloaded regex v1.10.6 |
319 | 2024-10-03T19:44:32.585Z | Downloaded encoding_rs v0.8.34 |
320 | 2024-10-03T19:44:32.604Z | Downloaded webpki-roots v0.26.3 |
321 | 2024-10-03T19:44:32.607Z | Downloaded regress v0.10.1 |
322 | 2024-10-03T19:44:32.615Z | Downloaded regress v0.9.1 |
323 | 2024-10-03T19:44:32.623Z | Downloaded rustls v0.22.4 |
324 | 2024-10-03T19:44:32.634Z | Downloaded regex-syntax v0.8.4 |
325 | 2024-10-03T19:44:32.642Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-10-03T19:44:32.648Z | Downloaded rustls v0.23.10 |
327 | 2024-10-03T19:44:32.663Z | Downloaded libc v0.2.159 |
328 | 2024-10-03T19:44:32.688Z | Downloaded regex-automata v0.4.6 |
329 | 2024-10-03T19:44:32.704Z | Downloaded idna v0.5.0 |
330 | 2024-10-03T19:44:32.710Z | Downloaded crossbeam-channel v0.5.12 |
331 | 2024-10-03T19:44:32.714Z | Downloaded indexmap v1.9.3 |
332 | 2024-10-03T19:44:32.717Z | Downloaded smallvec v1.13.2 |
333 | 2024-10-03T19:44:32.719Z | Downloaded parking_lot v0.12.2 |
334 | 2024-10-03T19:44:32.722Z | Downloaded http v1.1.0 |
335 | 2024-10-03T19:44:32.724Z | Downloaded aho-corasick v1.1.3 |
336 | 2024-10-03T19:44:32.729Z | Downloaded serde_derive_internals v0.29.1 |
337 | 2024-10-03T19:44:32.732Z | Downloaded semver v1.0.23 |
338 | 2024-10-03T19:44:32.735Z | Downloaded bytes v1.7.2 |
339 | 2024-10-03T19:44:32.737Z | Downloaded base64 v0.22.1 |
340 | 2024-10-03T19:44:32.742Z | Downloaded rustls-pemfile v2.1.3 |
341 | 2024-10-03T19:44:32.742Z | Downloaded quote v1.0.37 |
342 | 2024-10-03T19:44:32.744Z | Downloaded pin-project-lite v0.2.14 |
343 | 2024-10-03T19:44:32.748Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-10-03T19:44:32.750Z | Downloaded slab v0.4.9 |
345 | 2024-10-03T19:44:32.750Z | Downloaded typify v0.2.0 |
346 | 2024-10-03T19:44:32.753Z | Downloaded lock_api v0.4.12 |
347 | 2024-10-03T19:44:32.756Z | Downloaded want v0.3.1 |
348 | 2024-10-03T19:44:32.756Z | Downloaded ipnetwork v0.20.0 |
349 | 2024-10-03T19:44:32.758Z | Downloaded iana-time-zone v0.1.60 |
350 | 2024-10-03T19:44:32.763Z | Downloaded httparse v1.8.0 |
351 | 2024-10-03T19:44:32.763Z | Downloaded structmeta v0.3.0 |
352 | 2024-10-03T19:44:32.766Z | Downloaded slog-json v2.6.1 |
353 | 2024-10-03T19:44:32.766Z | Downloaded slog-bunyan v2.5.0 |
354 | 2024-10-03T19:44:32.766Z | Downloaded serde_path_to_error v0.1.16 |
355 | 2024-10-03T19:44:32.766Z | Downloaded powerfmt v0.2.0 |
356 | 2024-10-03T19:44:32.768Z | Downloaded progenitor v0.8.0 |
357 | 2024-10-03T19:44:32.768Z | Downloaded typify-macro v0.2.0 |
358 | 2024-10-03T19:44:32.768Z | Downloaded num-traits v0.2.19 |
359 | 2024-10-03T19:44:32.771Z | Downloaded hostname v0.4.0 |
360 | 2024-10-03T19:44:32.774Z | Downloaded ppv-lite86 v0.2.17 |
361 | 2024-10-03T19:44:32.774Z | Downloaded async-stream v0.3.5 |
362 | 2024-10-03T19:44:32.777Z | Downloaded is-terminal v0.4.12 |
363 | 2024-10-03T19:44:32.957Z | Downloaded ring v0.17.8 |
364 | 2024-10-03T19:44:33.275Z | Compiling proc-macro2 v1.0.86 |
365 | 2024-10-03T19:44:33.278Z | Compiling unicode-ident v1.0.13 |
366 | 2024-10-03T19:44:33.278Z | Compiling libc v0.2.159 |
367 | 2024-10-03T19:44:33.278Z | Compiling version_check v0.9.5 |
368 | 2024-10-03T19:44:33.278Z | Checking cfg-if v1.0.0 |
369 | 2024-10-03T19:44:33.298Z | Compiling autocfg v1.3.0 |
370 | 2024-10-03T19:44:33.307Z | Compiling serde v1.0.210 |
371 | 2024-10-03T19:44:33.310Z | Checking memchr v2.7.2 |
372 | 2024-10-03T19:44:33.440Z | Checking itoa v1.0.11 |
373 | 2024-10-03T19:44:33.467Z | Compiling serde_json v1.0.128 |
374 | 2024-10-03T19:44:33.640Z | Checking once_cell v1.19.0 |
375 | 2024-10-03T19:44:33.953Z | Compiling thiserror v1.0.64 |
376 | 2024-10-03T19:44:33.955Z | Compiling ahash v0.8.11 |
377 | 2024-10-03T19:44:34.155Z | Compiling cc v1.0.97 |
378 | 2024-10-03T19:44:34.367Z | Checking byteorder v1.5.0 |
379 | 2024-10-03T19:44:34.405Z | Checking pin-project-lite v0.2.14 |
380 | 2024-10-03T19:44:34.512Z | Compiling num-traits v0.2.19 |
381 | 2024-10-03T19:44:34.632Z | Checking ryu v1.0.18 |
382 | 2024-10-03T19:44:34.746Z | Checking bytes v1.7.2 |
383 | 2024-10-03T19:44:34.771Z | Checking getrandom v0.2.14 |
384 | 2024-10-03T19:44:34.846Z | Compiling quote v1.0.37 |
385 | 2024-10-03T19:44:35.049Z | Checking futures-core v0.3.30 |
386 | 2024-10-03T19:44:35.087Z | Checking allocator-api2 v0.2.18 |
387 | 2024-10-03T19:44:35.212Z | Compiling lock_api v0.4.12 |
388 | 2024-10-03T19:44:35.237Z | Compiling syn v2.0.79 |
389 | 2024-10-03T19:44:35.473Z | Compiling parking_lot_core v0.9.10 |
390 | 2024-10-03T19:44:35.505Z | Compiling schemars v0.8.21 |
391 | 2024-10-03T19:44:35.523Z | Checking smallvec v1.13.2 |
392 | 2024-10-03T19:44:35.681Z | Checking scopeguard v1.2.0 |
393 | 2024-10-03T19:44:35.701Z | Compiling slab v0.4.9 |
394 | 2024-10-03T19:44:35.727Z | Checking log v0.4.22 |
395 | 2024-10-03T19:44:35.858Z | Checking futures-sink v0.3.30 |
396 | 2024-10-03T19:44:35.902Z | Checking mio v1.0.2 |
397 | 2024-10-03T19:44:35.965Z | Checking socket2 v0.5.7 |
398 | 2024-10-03T19:44:35.991Z | Checking signal-hook-registry v1.4.2 |
399 | 2024-10-03T19:44:36.216Z | Checking fnv v1.0.7 |
400 | 2024-10-03T19:44:36.272Z | Checking parking_lot v0.12.2 |
401 | 2024-10-03T19:44:36.306Z | Checking equivalent v1.0.1 |
402 | 2024-10-03T19:44:36.347Z | Checking http v1.1.0 |
403 | 2024-10-03T19:44:36.398Z | Checking futures-channel v0.3.30 |
404 | 2024-10-03T19:44:36.450Z | Checking futures-io v0.3.30 |
405 | 2024-10-03T19:44:36.473Z | Checking futures-task v0.3.30 |
406 | 2024-10-03T19:44:36.606Z | Checking pin-utils v0.1.0 |
407 | 2024-10-03T19:44:36.645Z | Checking rustls-pki-types v1.7.0 |
408 | 2024-10-03T19:44:36.706Z | Compiling vcpkg v0.2.15 |
409 | 2024-10-03T19:44:36.764Z | Compiling pkg-config v0.3.30 |
410 | 2024-10-03T19:44:36.792Z | Checking spin v0.9.8 |
411 | 2024-10-03T19:44:36.944Z | Compiling ring v0.17.8 |
412 | 2024-10-03T19:44:37.020Z | Compiling heck v0.5.0 |
413 | 2024-10-03T19:44:37.127Z | Compiling semver v1.0.23 |
414 | 2024-10-03T19:44:37.467Z | Checking untrusted v0.9.0 |
415 | 2024-10-03T19:44:37.635Z | Compiling ucd-trie v0.1.6 |
416 | 2024-10-03T19:44:37.744Z | Checking iana-time-zone v0.1.60 |
417 | 2024-10-03T19:44:37.793Z | Compiling httparse v1.8.0 |
418 | 2024-10-03T19:44:38.069Z | Checking tracing-core v0.1.32 |
419 | 2024-10-03T19:44:38.155Z | Checking dyn-clone v1.0.17 |
420 | 2024-10-03T19:44:38.329Z | Checking atomic-waker v1.1.2 |
421 | 2024-10-03T19:44:38.493Z | Compiling openssl-sys v0.9.103 |
422 | 2024-10-03T19:44:38.854Z | Checking tracing v0.1.40 |
423 | 2024-10-03T19:44:38.921Z | Checking http-body v1.0.0 |
424 | 2024-10-03T19:44:39.109Z | Compiling uuid v1.10.0 |
425 | 2024-10-03T19:44:39.175Z | Checking subtle v2.5.0 |
426 | 2024-10-03T19:44:39.199Z | Checking zeroize v1.8.1 |
427 | 2024-10-03T19:44:39.287Z | Checking try-lock v0.2.5 |
428 | 2024-10-03T19:44:39.411Z | Checking want v0.3.1 |
429 | 2024-10-03T19:44:39.430Z | Compiling openssl v0.10.66 |
430 | 2024-10-03T19:44:39.577Z | Checking foreign-types-shared v0.1.1 |
431 | 2024-10-03T19:44:39.600Z | Compiling chrono v0.4.38 |
432 | 2024-10-03T19:44:39.675Z | Checking httpdate v1.0.3 |
433 | 2024-10-03T19:44:39.701Z | Compiling slog v2.7.0 |
434 | 2024-10-03T19:44:39.904Z | Checking foreign-types v0.3.2 |
435 | 2024-10-03T19:44:39.984Z | Compiling aho-corasick v1.1.3 |
436 | 2024-10-03T19:44:40.008Z | Checking percent-encoding v2.3.1 |
437 | 2024-10-03T19:44:40.236Z | Compiling rustls v0.23.10 |
438 | 2024-10-03T19:44:40.276Z | Checking tower-service v0.3.2 |
439 | 2024-10-03T19:44:40.391Z | Compiling typenum v1.17.0 |
440 | 2024-10-03T19:44:40.553Z | Checking bitflags v2.6.0 |
441 | 2024-10-03T19:44:40.795Z | Compiling regex-syntax v0.8.4 |
442 | 2024-10-03T19:44:41.143Z | Checking tinyvec_macros v0.1.1 |
443 | 2024-10-03T19:44:41.226Z | Compiling native-tls v0.2.11 |
444 | 2024-10-03T19:44:41.457Z | Checking tinyvec v1.6.0 |
445 | 2024-10-03T19:44:41.629Z | Checking form_urlencoded v1.2.1 |
446 | 2024-10-03T19:44:41.828Z | Compiling generic-array v0.14.7 |
447 | 2024-10-03T19:44:42.177Z | Checking openssl-probe v0.1.5 |
448 | 2024-10-03T19:44:42.258Z | Compiling serde_derive_internals v0.29.1 |
449 | 2024-10-03T19:44:42.707Z | Checking unicode-normalization v0.1.23 |
450 | 2024-10-03T19:44:43.243Z | Checking rustls-webpki v0.102.4 |
451 | 2024-10-03T19:44:44.381Z | Compiling regex-automata v0.4.6 |
452 | 2024-10-03T19:44:44.463Z | Compiling usdt-impl v0.5.0 |
453 | 2024-10-03T19:44:44.482Z | Checking encoding_rs v0.8.34 |
454 | 2024-10-03T19:44:44.839Z | Checking powerfmt v0.2.0 |
455 | 2024-10-03T19:44:44.842Z | Checking base64 v0.22.1 |
456 | 2024-10-03T19:44:45.106Z | Checking mime v0.3.17 |
457 | 2024-10-03T19:44:45.249Z | Checking unicode-bidi v0.3.15 |
458 | 2024-10-03T19:44:45.431Z | Compiling time-core v0.1.2 |
459 | 2024-10-03T19:44:45.590Z | Compiling num-conv v0.1.0 |
460 | 2024-10-03T19:44:45.878Z | Checking idna v0.5.0 |
461 | 2024-10-03T19:44:45.895Z | Compiling time-macros v0.2.18 |
462 | 2024-10-03T19:44:46.511Z | Checking rustls-pemfile v2.1.3 |
463 | 2024-10-03T19:44:46.729Z | Checking deranged v0.3.11 |
464 | 2024-10-03T19:44:46.800Z | Compiling thread-id v4.2.1 |
465 | 2024-10-03T19:44:46.919Z | Checking webpki-roots v0.26.3 |
466 | 2024-10-03T19:44:47.112Z | Checking num_threads v0.1.7 |
467 | 2024-10-03T19:44:47.230Z | Compiling strsim v0.11.1 |
468 | 2024-10-03T19:44:47.782Z | Compiling serde_derive v1.0.210 |
469 | 2024-10-03T19:44:48.004Z | Compiling zerocopy-derive v0.7.34 |
470 | 2024-10-03T19:44:48.046Z | Compiling thiserror-impl v1.0.64 |
471 | 2024-10-03T19:44:48.483Z | Compiling schemars_derive v0.8.21 |
472 | 2024-10-03T19:44:48.589Z | Compiling tokio-macros v2.4.0 |
473 | 2024-10-03T19:44:48.733Z | Compiling futures-macro v0.3.30 |
474 | 2024-10-03T19:44:48.973Z | Compiling openssl-macros v0.1.1 |
475 | 2024-10-03T19:44:49.976Z | Checking zerocopy v0.7.34 |
476 | 2024-10-03T19:44:50.617Z | Checking tokio v1.39.3 |
477 | 2024-10-03T19:44:51.060Z | Checking futures-util v0.3.30 |
478 | 2024-10-03T19:44:51.499Z | Compiling pest v2.7.10 |
479 | 2024-10-03T19:44:51.869Z | Checking hashbrown v0.14.5 |
480 | 2024-10-03T19:44:52.140Z | Compiling regex v1.10.6 |
481 | 2024-10-03T19:44:53.083Z | Compiling scroll_derive v0.12.0 |
482 | 2024-10-03T19:44:53.441Z | Compiling regress v0.10.1 |
483 | 2024-10-03T19:44:54.412Z | Compiling pest_meta v2.7.10 |
484 | 2024-10-03T19:44:54.470Z | Checking scroll v0.12.0 |
485 | 2024-10-03T19:44:56.330Z | Compiling pest_generator v2.7.10 |
486 | 2024-10-03T19:44:56.962Z | Checking http-body-util v0.1.2 |
487 | 2024-10-03T19:44:57.803Z | Checking tokio-util v0.7.12 |
488 | 2024-10-03T19:44:57.883Z | Checking tokio-rustls v0.26.0 |
489 | 2024-10-03T19:44:57.994Z | Checking tokio-native-tls v0.3.1 |
490 | 2024-10-03T19:44:58.230Z | Checking plain v0.2.3 |
491 | 2024-10-03T19:44:58.385Z | Compiling ident_case v1.0.1 |
492 | 2024-10-03T19:44:58.404Z | Compiling crossbeam-utils v0.8.19 |
493 | 2024-10-03T19:44:58.429Z | Compiling pest_derive v2.7.10 |
494 | 2024-10-03T19:44:58.561Z | Compiling darling_core v0.20.9 |
495 | 2024-10-03T19:44:58.582Z | Checking time v0.3.36 |
496 | 2024-10-03T19:44:59.257Z | Compiling dtrace-parser v0.2.0 |
497 | 2024-10-03T19:44:59.608Z | Checking goblin v0.8.2 |
498 | 2024-10-03T19:45:00.331Z | Checking indexmap v2.5.0 |
499 | 2024-10-03T19:45:01.247Z | Compiling serde_tokenstream v0.2.2 |
500 | 2024-10-03T19:45:01.642Z | Checking h2 v0.4.6 |
501 | 2024-10-03T19:45:02.343Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-10-03T19:45:02.646Z | Checking openapiv3 v2.0.0 |
503 | 2024-10-03T19:45:03.324Z | Compiling dof v0.3.0 |
504 | 2024-10-03T19:45:04.781Z | Compiling typify-impl v0.2.0 |
505 | 2024-10-03T19:45:04.814Z | Checking url v2.5.2 |
506 | 2024-10-03T19:45:05.605Z | Checking sync_wrapper v1.0.1 |
507 | 2024-10-03T19:45:05.704Z | Checking dirs-sys-next v0.1.2 |
508 | 2024-10-03T19:45:05.849Z | Checking hyper v1.4.1 |
509 | 2024-10-03T19:45:05.882Z | Compiling rustls v0.22.4 |
510 | 2024-10-03T19:45:06.057Z | Checking ipnet v2.10.0 |
511 | 2024-10-03T19:45:06.126Z | Compiling unsafe-libyaml v0.2.11 |
512 | 2024-10-03T19:45:06.145Z | Compiling rustversion v1.0.17 |
513 | 2024-10-03T19:45:06.212Z | Compiling paste v1.0.15 |
514 | 2024-10-03T19:45:06.515Z | Compiling omicron-workspace-hack v0.1.0 |
515 | 2024-10-03T19:45:06.740Z | Checking pretty-hex v0.4.1 |
516 | 2024-10-03T19:45:06.946Z | Checking dirs-next v2.0.0 |
517 | 2024-10-03T19:45:07.045Z | Compiling darling_macro v0.20.9 |
518 | 2024-10-03T19:45:07.362Z | Checking toml_datetime v0.6.8 |
519 | 2024-10-03T19:45:07.521Z | Compiling serde_yaml v0.9.34+deprecated |
520 | 2024-10-03T19:45:07.545Z | Checking serde_spanned v0.6.7 |
521 | 2024-10-03T19:45:07.684Z | Checking crypto-common v0.1.6 |
522 | 2024-10-03T19:45:07.731Z | Checking block-buffer v0.10.4 |
523 | 2024-10-03T19:45:07.846Z | Compiling structmeta-derive v0.3.0 |
524 | 2024-10-03T19:45:07.870Z | Checking hyper-util v0.1.9 |
525 | 2024-10-03T19:45:07.890Z | Checking rand_core v0.6.4 |
526 | 2024-10-03T19:45:08.004Z | Compiling multer v3.1.0 |
527 | 2024-10-03T19:45:08.024Z | Checking thread_local v1.1.8 |
528 | 2024-10-03T19:45:08.172Z | Checking ppv-lite86 v0.2.17 |
529 | 2024-10-03T19:45:08.305Z | Compiling camino v1.1.9 |
530 | 2024-10-03T19:45:08.324Z | Checking match_cfg v0.1.0 |
531 | 2024-10-03T19:45:08.344Z | Checking winnow v0.6.18 |
532 | 2024-10-03T19:45:08.415Z | Compiling anyhow v1.0.89 |
533 | 2024-10-03T19:45:08.858Z | Compiling slog-async v2.8.0 |
534 | 2024-10-03T19:45:09.012Z | Checking rand_chacha v0.3.1 |
535 | 2024-10-03T19:45:09.209Z | Checking hostname v0.3.1 |
536 | 2024-10-03T19:45:09.363Z | Checking crossbeam-channel v0.5.12 |
537 | 2024-10-03T19:45:09.454Z | Compiling darling v0.20.9 |
538 | 2024-10-03T19:45:09.519Z | Checking hyper-rustls v0.27.3 |
539 | 2024-10-03T19:45:09.573Z | Checking hyper-tls v0.6.0 |
540 | 2024-10-03T19:45:09.852Z | Checking digest v0.10.7 |
541 | 2024-10-03T19:45:09.869Z | Checking reqwest v0.12.7 |
542 | 2024-10-03T19:45:09.937Z | Checking term v0.7.0 |
543 | 2024-10-03T19:45:10.506Z | Compiling structmeta v0.3.0 |
544 | 2024-10-03T19:45:10.901Z | Compiling usdt-macro v0.5.0 |
545 | 2024-10-03T19:45:11.139Z | Compiling usdt-attr-macro v0.5.0 |
546 | 2024-10-03T19:45:11.158Z | Checking slog-json v2.6.1 |
547 | 2024-10-03T19:45:11.248Z | Checking progenitor-client v0.8.0 |
548 | 2024-10-03T19:45:11.315Z | Checking toml_edit v0.22.22 |
549 | 2024-10-03T19:45:11.395Z | Checking futures-executor v0.3.30 |
550 | 2024-10-03T19:45:11.555Z | Compiling async-stream-impl v0.3.5 |
551 | 2024-10-03T19:45:11.613Z | Checking memmap v0.7.0 |
552 | 2024-10-03T19:45:11.632Z | Checking is-terminal v0.4.12 |
553 | 2024-10-03T19:45:11.747Z | Compiling dropshot v0.12.0 |
554 | 2024-10-03T19:45:11.835Z | Checking take_mut v0.2.2 |
555 | 2024-10-03T19:45:11.974Z | Checking cpufeatures v0.2.12 |
556 | 2024-10-03T19:45:12.071Z | Checking sha1 v0.10.6 |
557 | 2024-10-03T19:45:12.199Z | Checking slog-term v2.9.1 |
558 | 2024-10-03T19:45:12.328Z | Compiling strum_macros v0.26.4 |
559 | 2024-10-03T19:45:12.473Z | Checking futures v0.3.30 |
560 | 2024-10-03T19:45:12.584Z | Checking slog-bunyan v2.5.0 |
561 | 2024-10-03T19:45:12.603Z | Checking usdt v0.5.0 |
562 | 2024-10-03T19:45:12.658Z | Compiling parse-display-derive v0.10.0 |
563 | 2024-10-03T19:45:12.745Z | Compiling serde_with_macros v3.9.0 |
564 | 2024-10-03T19:45:12.841Z | Checking async-stream v0.3.5 |
565 | 2024-10-03T19:45:13.027Z | Checking rand v0.8.5 |
566 | 2024-10-03T19:45:13.764Z | Checking tokio-rustls v0.25.0 |
567 | 2024-10-03T19:45:13.918Z | Checking toml v0.8.19 |
568 | 2024-10-03T19:45:14.204Z | Checking ipnetwork v0.20.0 |
569 | 2024-10-03T19:45:14.224Z | Checking newtype-uuid v1.1.0 |
570 | 2024-10-03T19:45:14.226Z | Compiling dropshot_endpoint v0.12.0 |
571 | 2024-10-03T19:45:14.480Z | Checking serde_path_to_error v0.1.16 |
572 | 2024-10-03T19:45:14.552Z | Checking hex v0.4.3 |
573 | 2024-10-03T19:45:14.647Z | Compiling async-trait v0.1.83 |
574 | 2024-10-03T19:45:15.087Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
575 | 2024-10-03T19:45:15.106Z | Checking waitgroup v0.1.2 |
576 | 2024-10-03T19:45:15.237Z | Checking hostname v0.4.0 |
577 | 2024-10-03T19:45:15.374Z | Checking instant v0.1.12 |
578 | 2024-10-03T19:45:15.429Z | Checking debug-ignore v1.0.5 |
579 | 2024-10-03T19:45:15.492Z | Checking backoff v0.4.0 |
580 | 2024-10-03T19:45:15.568Z | Checking serde_with v3.9.0 |
581 | 2024-10-03T19:45:15.773Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
582 | 2024-10-03T19:45:15.895Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
583 | 2024-10-03T19:45:15.921Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
584 | 2024-10-03T19:45:16.041Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
585 | 2024-10-03T19:45:16.302Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
586 | 2024-10-03T19:45:16.378Z | Checking macaddr v1.0.1 |
587 | 2024-10-03T19:45:16.586Z | Checking parse-display v0.10.0 |
588 | 2024-10-03T19:45:16.719Z | Checking strum v0.26.3 |
589 | 2024-10-03T19:45:16.737Z | Checking regress v0.9.1 |
590 | 2024-10-03T19:45:17.697Z | Compiling typify-macro v0.2.0 |
591 | 2024-10-03T19:45:19.712Z | Compiling typify v0.2.0 |
592 | 2024-10-03T19:45:19.780Z | Compiling progenitor-impl v0.8.0 |
593 | 2024-10-03T19:45:22.360Z | Compiling progenitor-macro v0.8.0 |
594 | 2024-10-03T19:45:27.831Z | Checking progenitor v0.8.0 |
595 | 2024-10-03T19:45:27.943Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
596 | 2024-10-03T19:45:30.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
597 | 2024-10-03T19:45:37.733Z | Checking test-project v0.1.0 (/tmp/test-project) |
598 | 2024-10-03T19:45:37.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
599 | 2024-10-03T19:45:38.104Z | + cargo build --release |
600 | 2024-10-03T19:45:38.352Z | Compiling proc-macro2 v1.0.86 |
601 | 2024-10-03T19:45:38.352Z | Compiling unicode-ident v1.0.13 |
602 | 2024-10-03T19:45:38.354Z | Compiling libc v0.2.159 |
603 | 2024-10-03T19:45:38.354Z | Compiling version_check v0.9.5 |
604 | 2024-10-03T19:45:38.354Z | Compiling cfg-if v1.0.0 |
605 | 2024-10-03T19:45:38.354Z | Compiling autocfg v1.3.0 |
606 | 2024-10-03T19:45:38.354Z | Compiling serde v1.0.210 |
607 | 2024-10-03T19:45:38.354Z | Compiling memchr v2.7.2 |
608 | 2024-10-03T19:45:38.466Z | Compiling serde_json v1.0.128 |
609 | 2024-10-03T19:45:38.541Z | Compiling itoa v1.0.11 |
610 | 2024-10-03T19:45:38.752Z | Compiling once_cell v1.19.0 |
611 | 2024-10-03T19:45:38.940Z | Compiling thiserror v1.0.64 |
612 | 2024-10-03T19:45:38.982Z | Compiling ahash v0.8.11 |
613 | 2024-10-03T19:45:39.179Z | Compiling byteorder v1.5.0 |
614 | 2024-10-03T19:45:39.337Z | Compiling cc v1.0.97 |
615 | 2024-10-03T19:45:39.595Z | Compiling num-traits v0.2.19 |
616 | 2024-10-03T19:45:39.667Z | Compiling pin-project-lite v0.2.14 |
617 | 2024-10-03T19:45:39.772Z | Compiling getrandom v0.2.14 |
618 | 2024-10-03T19:45:39.850Z | Compiling quote v1.0.37 |
619 | 2024-10-03T19:45:40.084Z | Compiling bytes v1.7.2 |
620 | 2024-10-03T19:45:40.170Z | Compiling ryu v1.0.18 |
621 | 2024-10-03T19:45:40.221Z | Compiling syn v2.0.79 |
622 | 2024-10-03T19:45:40.452Z | Compiling allocator-api2 v0.2.18 |
623 | 2024-10-03T19:45:40.496Z | Compiling futures-core v0.3.30 |
624 | 2024-10-03T19:45:40.590Z | Compiling lock_api v0.4.12 |
625 | 2024-10-03T19:45:40.744Z | Compiling parking_lot_core v0.9.10 |
626 | 2024-10-03T19:45:40.933Z | Compiling schemars v0.8.21 |
627 | 2024-10-03T19:45:41.105Z | Compiling smallvec v1.13.2 |
628 | 2024-10-03T19:45:41.153Z | Compiling scopeguard v1.2.0 |
629 | 2024-10-03T19:45:41.191Z | Compiling slab v0.4.9 |
630 | 2024-10-03T19:45:41.284Z | Compiling log v0.4.22 |
631 | 2024-10-03T19:45:41.302Z | Compiling futures-sink v0.3.30 |
632 | 2024-10-03T19:45:41.441Z | Compiling mio v1.0.2 |
633 | 2024-10-03T19:45:41.701Z | Compiling signal-hook-registry v1.4.2 |
634 | 2024-10-03T19:45:41.726Z | Compiling socket2 v0.5.7 |
635 | 2024-10-03T19:45:41.908Z | Compiling parking_lot v0.12.2 |
636 | 2024-10-03T19:45:42.114Z | Compiling equivalent v1.0.1 |
637 | 2024-10-03T19:45:42.154Z | Compiling ring v0.17.8 |
638 | 2024-10-03T19:45:42.211Z | Compiling fnv v1.0.7 |
639 | 2024-10-03T19:45:42.383Z | Compiling http v1.1.0 |
640 | 2024-10-03T19:45:42.411Z | Compiling futures-channel v0.3.30 |
641 | 2024-10-03T19:45:42.895Z | Compiling futures-task v0.3.30 |
642 | 2024-10-03T19:45:43.126Z | Compiling futures-io v0.3.30 |
643 | 2024-10-03T19:45:43.170Z | Compiling pin-utils v0.1.0 |
644 | 2024-10-03T19:45:43.251Z | Compiling semver v1.0.23 |
645 | 2024-10-03T19:45:43.460Z | Compiling rustls-pki-types v1.7.0 |
646 | 2024-10-03T19:45:43.556Z | Compiling spin v0.9.8 |
647 | 2024-10-03T19:45:43.747Z | Compiling pkg-config v0.3.30 |
648 | 2024-10-03T19:45:43.810Z | Compiling heck v0.5.0 |
649 | 2024-10-03T19:45:43.994Z | Compiling vcpkg v0.2.15 |
650 | 2024-10-03T19:45:44.546Z | Compiling iana-time-zone v0.1.60 |
651 | 2024-10-03T19:45:44.775Z | Compiling httparse v1.8.0 |
652 | 2024-10-03T19:45:44.958Z | Compiling untrusted v0.9.0 |
653 | 2024-10-03T19:45:45.126Z | Compiling ucd-trie v0.1.6 |
654 | 2024-10-03T19:45:45.252Z | Compiling tracing-core v0.1.32 |
655 | 2024-10-03T19:45:45.655Z | Compiling openssl-sys v0.9.103 |
656 | 2024-10-03T19:45:45.740Z | Compiling atomic-waker v1.1.2 |
657 | 2024-10-03T19:45:45.926Z | Compiling dyn-clone v1.0.17 |
658 | 2024-10-03T19:45:46.240Z | Compiling tracing v0.1.40 |
659 | 2024-10-03T19:45:46.942Z | Compiling chrono v0.4.38 |
660 | 2024-10-03T19:45:47.003Z | Compiling http-body v1.0.0 |
661 | 2024-10-03T19:45:47.137Z | Compiling subtle v2.5.0 |
662 | 2024-10-03T19:45:47.229Z | Compiling serde_derive_internals v0.29.1 |
663 | 2024-10-03T19:45:47.392Z | Compiling zeroize v1.8.1 |
664 | 2024-10-03T19:45:47.601Z | Compiling uuid v1.10.0 |
665 | 2024-10-03T19:45:47.714Z | Compiling try-lock v0.2.5 |
666 | 2024-10-03T19:45:47.888Z | Compiling want v0.3.1 |
667 | 2024-10-03T19:45:48.141Z | Compiling httpdate v1.0.3 |
668 | 2024-10-03T19:45:48.183Z | Compiling foreign-types-shared v0.1.1 |
669 | 2024-10-03T19:45:48.634Z | Compiling slog v2.7.0 |
670 | 2024-10-03T19:45:48.865Z | Compiling openssl v0.10.66 |
671 | 2024-10-03T19:45:49.190Z | Compiling foreign-types v0.3.2 |
672 | 2024-10-03T19:45:49.332Z | Compiling aho-corasick v1.1.3 |
673 | 2024-10-03T19:45:49.489Z | Compiling bitflags v2.6.0 |
674 | 2024-10-03T19:45:49.859Z | Compiling percent-encoding v2.3.1 |
675 | 2024-10-03T19:45:50.047Z | Compiling tower-service v0.3.2 |
676 | 2024-10-03T19:45:50.153Z | Compiling rustls v0.23.10 |
677 | 2024-10-03T19:45:50.321Z | Compiling tinyvec_macros v0.1.1 |
678 | 2024-10-03T19:45:50.394Z | Compiling regex-syntax v0.8.4 |
679 | 2024-10-03T19:45:50.481Z | Compiling typenum v1.17.0 |
680 | 2024-10-03T19:45:50.667Z | Compiling native-tls v0.2.11 |
681 | 2024-10-03T19:45:51.067Z | Compiling tinyvec v1.6.0 |
682 | 2024-10-03T19:45:51.423Z | Compiling form_urlencoded v1.2.1 |
683 | 2024-10-03T19:45:51.991Z | Compiling generic-array v0.14.7 |
684 | 2024-10-03T19:45:52.337Z | Compiling openssl-probe v0.1.5 |
685 | 2024-10-03T19:45:52.638Z | Compiling unicode-normalization v0.1.23 |
686 | 2024-10-03T19:45:52.725Z | Compiling serde_derive v1.0.210 |
687 | 2024-10-03T19:45:52.769Z | Compiling zerocopy-derive v0.7.34 |
688 | 2024-10-03T19:45:52.807Z | Compiling thiserror-impl v1.0.64 |
689 | 2024-10-03T19:45:52.987Z | Compiling schemars_derive v0.8.21 |
690 | 2024-10-03T19:45:53.683Z | Compiling tokio-macros v2.4.0 |
691 | 2024-10-03T19:45:53.895Z | Compiling futures-macro v0.3.30 |
692 | 2024-10-03T19:45:54.798Z | Compiling zerocopy v0.7.34 |
693 | 2024-10-03T19:45:55.790Z | Compiling tokio v1.39.3 |
694 | 2024-10-03T19:45:55.800Z | Compiling futures-util v0.3.30 |
695 | 2024-10-03T19:45:55.966Z | Compiling pest v2.7.10 |
696 | 2024-10-03T19:45:56.855Z | Compiling hashbrown v0.14.5 |
697 | 2024-10-03T19:45:58.420Z | Compiling pest_meta v2.7.10 |
698 | 2024-10-03T19:45:58.712Z | Compiling rustls-webpki v0.102.4 |
699 | 2024-10-03T19:45:58.839Z | Compiling regress v0.10.1 |
700 | 2024-10-03T19:46:02.880Z | Compiling pest_generator v2.7.10 |
701 | 2024-10-03T19:46:03.085Z | Compiling openssl-macros v0.1.1 |
702 | 2024-10-03T19:46:03.574Z | Compiling regex-automata v0.4.6 |
703 | 2024-10-03T19:46:04.541Z | Compiling tokio-util v0.7.12 |
704 | 2024-10-03T19:46:07.131Z | Compiling indexmap v2.5.0 |
705 | 2024-10-03T19:46:08.879Z | Compiling serde_tokenstream v0.2.2 |
706 | 2024-10-03T19:46:13.368Z | Compiling h2 v0.4.6 |
707 | 2024-10-03T19:46:15.423Z | Compiling typify-impl v0.2.0 |
708 | 2024-10-03T19:46:18.068Z | Compiling pest_derive v2.7.10 |
709 | 2024-10-03T19:46:18.938Z | Compiling hyper v1.4.1 |
710 | 2024-10-03T19:46:20.931Z | Compiling regex v1.10.6 |
711 | 2024-10-03T19:46:21.913Z | Compiling hyper-util v0.1.9 |
712 | 2024-10-03T19:46:24.604Z | Compiling http-body-util v0.1.2 |
713 | 2024-10-03T19:46:24.818Z | Compiling scroll_derive v0.12.0 |
714 | 2024-10-03T19:46:27.341Z | Compiling usdt-impl v0.5.0 |
715 | 2024-10-03T19:46:27.618Z | Compiling typify-macro v0.2.0 |
716 | 2024-10-03T19:46:27.723Z | Compiling encoding_rs v0.8.34 |
717 | 2024-10-03T19:46:27.794Z | Compiling num-conv v0.1.0 |
718 | 2024-10-03T19:46:28.066Z | Compiling powerfmt v0.2.0 |
719 | 2024-10-03T19:46:28.904Z | Compiling time-core v0.1.2 |
720 | 2024-10-03T19:46:29.054Z | Compiling base64 v0.22.1 |
721 | 2024-10-03T19:46:30.145Z | Compiling mime v0.3.17 |
722 | 2024-10-03T19:46:30.684Z | Compiling unicode-bidi v0.3.15 |
723 | 2024-10-03T19:46:31.223Z | Compiling rustls-pemfile v2.1.3 |
724 | 2024-10-03T19:46:31.516Z | Compiling idna v0.5.0 |
725 | 2024-10-03T19:46:31.992Z | Compiling time-macros v0.2.18 |
726 | 2024-10-03T19:46:35.076Z | Compiling deranged v0.3.11 |
727 | 2024-10-03T19:46:37.339Z | Compiling scroll v0.12.0 |
728 | 2024-10-03T19:46:37.952Z | Compiling thread-id v4.2.1 |
729 | 2024-10-03T19:46:38.049Z | Compiling dtrace-parser v0.2.0 |
730 | 2024-10-03T19:46:38.180Z | Compiling tokio-native-tls v0.3.1 |
731 | 2024-10-03T19:46:38.280Z | Compiling dof v0.3.0 |
732 | 2024-10-03T19:46:38.461Z | Compiling tokio-rustls v0.26.0 |
733 | 2024-10-03T19:46:38.943Z | Compiling serde_urlencoded v0.7.1 |
734 | 2024-10-03T19:46:39.517Z | Compiling webpki-roots v0.26.3 |
735 | 2024-10-03T19:46:39.781Z | Compiling crossbeam-utils v0.8.19 |
736 | 2024-10-03T19:46:40.359Z | Compiling ident_case v1.0.1 |
737 | 2024-10-03T19:46:40.876Z | Compiling omicron-workspace-hack v0.1.0 |
738 | 2024-10-03T19:46:40.943Z | Compiling plain v0.2.3 |
739 | 2024-10-03T19:46:41.209Z | Compiling strsim v0.11.1 |
740 | 2024-10-03T19:46:41.263Z | Compiling num_threads v0.1.7 |
741 | 2024-10-03T19:46:41.806Z | Compiling time v0.3.36 |
742 | 2024-10-03T19:46:41.937Z | Compiling darling_core v0.20.9 |
743 | 2024-10-03T19:46:45.697Z | Compiling goblin v0.8.2 |
744 | 2024-10-03T19:46:48.136Z | Compiling hyper-rustls v0.27.3 |
745 | 2024-10-03T19:46:49.751Z | Compiling hyper-tls v0.6.0 |
746 | 2024-10-03T19:46:50.113Z | Compiling url v2.5.2 |
747 | 2024-10-03T19:46:50.241Z | Compiling typify v0.2.0 |
748 | 2024-10-03T19:46:50.363Z | Compiling openapiv3 v2.0.0 |
749 | 2024-10-03T19:46:51.776Z | Compiling sync_wrapper v1.0.1 |
750 | 2024-10-03T19:46:51.935Z | Compiling dirs-sys-next v0.1.2 |
751 | 2024-10-03T19:46:53.428Z | Compiling pretty-hex v0.4.1 |
752 | 2024-10-03T19:46:53.595Z | Compiling rustversion v1.0.17 |
753 | 2024-10-03T19:46:53.646Z | Compiling rustls v0.22.4 |
754 | 2024-10-03T19:46:53.972Z | Compiling unsafe-libyaml v0.2.11 |
755 | 2024-10-03T19:46:54.262Z | Compiling ipnet v2.10.0 |
756 | 2024-10-03T19:46:54.589Z | Compiling paste v1.0.15 |
757 | 2024-10-03T19:46:55.145Z | Compiling reqwest v0.12.7 |
758 | 2024-10-03T19:46:55.635Z | Compiling serde_yaml v0.9.34+deprecated |
759 | 2024-10-03T19:46:55.761Z | Compiling progenitor-impl v0.8.0 |
760 | 2024-10-03T19:46:57.294Z | Compiling dirs-next v2.0.0 |
761 | 2024-10-03T19:46:59.468Z | Compiling darling_macro v0.20.9 |
762 | 2024-10-03T19:47:02.306Z | Compiling crypto-common v0.1.6 |
763 | 2024-10-03T19:47:02.389Z | Compiling block-buffer v0.10.4 |
764 | 2024-10-03T19:47:02.500Z | Compiling serde_spanned v0.6.7 |
765 | 2024-10-03T19:47:02.601Z | Compiling toml_datetime v0.6.8 |
766 | 2024-10-03T19:47:02.739Z | Compiling structmeta-derive v0.3.0 |
767 | 2024-10-03T19:47:03.044Z | Compiling rand_core v0.6.4 |
768 | 2024-10-03T19:47:03.381Z | Compiling thread_local v1.1.8 |
769 | 2024-10-03T19:47:03.512Z | Compiling multer v3.1.0 |
770 | 2024-10-03T19:47:03.857Z | Compiling ppv-lite86 v0.2.17 |
771 | 2024-10-03T19:47:03.864Z | Compiling slog-async v2.8.0 |
772 | 2024-10-03T19:47:03.891Z | Compiling anyhow v1.0.89 |
773 | 2024-10-03T19:47:04.096Z | Compiling match_cfg v0.1.0 |
774 | 2024-10-03T19:47:04.173Z | Compiling camino v1.1.9 |
775 | 2024-10-03T19:47:04.375Z | Compiling winnow v0.6.18 |
776 | 2024-10-03T19:47:04.647Z | Compiling rand_chacha v0.3.1 |
777 | 2024-10-03T19:47:04.725Z | Compiling hostname v0.3.1 |
778 | 2024-10-03T19:47:04.971Z | Compiling digest v0.10.7 |
779 | 2024-10-03T19:47:05.389Z | Compiling progenitor-macro v0.8.0 |
780 | 2024-10-03T19:47:05.460Z | Compiling structmeta v0.3.0 |
781 | 2024-10-03T19:47:05.832Z | Compiling crossbeam-channel v0.5.12 |
782 | 2024-10-03T19:47:06.317Z | Compiling darling v0.20.9 |
783 | 2024-10-03T19:47:07.431Z | Compiling term v0.7.0 |
784 | 2024-10-03T19:47:08.762Z | Compiling toml_edit v0.22.22 |
785 | 2024-10-03T19:47:12.093Z | Compiling progenitor-client v0.8.0 |
786 | 2024-10-03T19:47:15.397Z | Compiling usdt-macro v0.5.0 |
787 | 2024-10-03T19:47:16.211Z | Compiling usdt-attr-macro v0.5.0 |
788 | 2024-10-03T19:47:16.747Z | Compiling slog-json v2.6.1 |
789 | 2024-10-03T19:47:17.221Z | Compiling futures-executor v0.3.30 |
790 | 2024-10-03T19:47:17.729Z | Compiling async-stream-impl v0.3.5 |
791 | 2024-10-03T19:47:18.407Z | Compiling memmap v0.7.0 |
792 | 2024-10-03T19:47:18.827Z | Compiling is-terminal v0.4.12 |
793 | 2024-10-03T19:47:18.948Z | Compiling dropshot v0.12.0 |
794 | 2024-10-03T19:47:19.088Z | Compiling cpufeatures v0.2.12 |
795 | 2024-10-03T19:47:19.181Z | Compiling take_mut v0.2.2 |
796 | 2024-10-03T19:47:19.344Z | Compiling sha1 v0.10.6 |
797 | 2024-10-03T19:47:20.079Z | Compiling async-stream v0.3.5 |
798 | 2024-10-03T19:47:20.417Z | Compiling slog-term v2.9.1 |
799 | 2024-10-03T19:47:20.716Z | Compiling progenitor v0.8.0 |
800 | 2024-10-03T19:47:20.907Z | Compiling usdt v0.5.0 |
801 | 2024-10-03T19:47:22.487Z | Compiling futures v0.3.30 |
802 | 2024-10-03T19:47:22.683Z | Compiling slog-bunyan v2.5.0 |
803 | 2024-10-03T19:47:22.810Z | Compiling tokio-rustls v0.25.0 |
804 | 2024-10-03T19:47:22.952Z | Compiling strum_macros v0.26.4 |
805 | 2024-10-03T19:47:23.222Z | Compiling toml v0.8.19 |
806 | 2024-10-03T19:47:23.293Z | Compiling serde_with_macros v3.9.0 |
807 | 2024-10-03T19:47:26.004Z | Compiling parse-display-derive v0.10.0 |
808 | 2024-10-03T19:47:27.622Z | Compiling rand v0.8.5 |
809 | 2024-10-03T19:47:31.452Z | Compiling ipnetwork v0.20.0 |
810 | 2024-10-03T19:47:31.653Z | Compiling newtype-uuid v1.1.0 |
811 | 2024-10-03T19:47:31.966Z | Compiling dropshot_endpoint v0.12.0 |
812 | 2024-10-03T19:47:32.269Z | Compiling hex v0.4.3 |
813 | 2024-10-03T19:47:32.331Z | Compiling serde_path_to_error v0.1.16 |
814 | 2024-10-03T19:47:32.965Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
815 | 2024-10-03T19:47:33.352Z | Compiling async-trait v0.1.83 |
816 | 2024-10-03T19:47:33.792Z | Compiling waitgroup v0.1.2 |
817 | 2024-10-03T19:47:34.026Z | Compiling hostname v0.4.0 |
818 | 2024-10-03T19:47:34.274Z | Compiling instant v0.1.12 |
819 | 2024-10-03T19:47:34.423Z | Compiling debug-ignore v1.0.5 |
820 | 2024-10-03T19:47:34.559Z | Compiling backoff v0.4.0 |
821 | 2024-10-03T19:47:34.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
822 | 2024-10-03T19:47:35.078Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
823 | 2024-10-03T19:47:35.227Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
824 | 2024-10-03T19:47:35.746Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
825 | 2024-10-03T19:47:35.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
826 | 2024-10-03T19:47:36.189Z | Compiling parse-display v0.10.0 |
827 | 2024-10-03T19:47:38.307Z | Compiling strum v0.26.3 |
828 | 2024-10-03T19:47:38.482Z | Compiling serde_with v3.9.0 |
829 | 2024-10-03T19:47:38.833Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
830 | 2024-10-03T19:47:39.681Z | Compiling macaddr v1.0.1 |
831 | 2024-10-03T19:47:40.290Z | Compiling regress v0.9.1 |
832 | 2024-10-03T19:47:46.769Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
833 | 2024-10-03T19:47:56.687Z | Compiling test-project v0.1.0 (/tmp/test-project) |
834 | 2024-10-03T19:48:06.012Z | Finished `release` profile [optimized] target(s) in 2m 27s |
835 | 2024-10-03T19:48:06.070Z | process exited: duration 223404 ms, exit code 0 |
|
836 | 2024-10-03T19:48:06.076Z | found 0 output files |