|
|
|
1 | 2024-11-18T19:00:18.877Z | job assigned to worker 01JD0A9Q3RAXX6W2PAMVTC2MS3 [factory aws, i-09e56d19265afa3b3] (queued for 56 s) |
|
2 | 2024-11-18T19:00:28.430Z | starting task 0: "setup" |
3 | 2024-11-18T19:00:28.438Z | ++ uname -s |
4 | 2024-11-18T19:00:28.441Z | + kern=SunOS |
5 | 2024-11-18T19:00:28.441Z | + case "$kern" in |
6 | 2024-11-18T19:00:28.441Z | + groupadd -g 12345 build |
7 | 2024-11-18T19:00:28.444Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T19:00:30.451Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T19:00:30.709Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T19:00:30.711Z | + home_fs=zfs |
11 | 2024-11-18T19:00:30.711Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T19:00:30.711Z | + mkdir -p /home/build |
13 | 2024-11-18T19:00:30.714Z | + chown build:build /home/build /work |
14 | 2024-11-18T19:00:32.715Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T19:00:32.718Z | process exited: duration 4289 ms, exit code 0 |
|
16 | 2024-11-18T19:00:32.724Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T19:00:32.729Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T19:00:32.729Z | ' 1.81.0 |
19 | 2024-11-18T19:00:32.729Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T19:00:32.729Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-18T19:00:32.729Z | ' default |
22 | 2024-11-18T19:00:32.729Z | * toolchain profile = "default" |
23 | 2024-11-18T19:00:32.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T19:00:32.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T19:00:32.853Z | info: downloading installer |
26 | 2024-11-18T19:00:34.321Z | info: profile set to 'default' |
27 | 2024-11-18T19:00:34.321Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T19:00:34.324Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T19:00:34.472Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T19:00:34.472Z | info: downloading component 'cargo' |
31 | 2024-11-18T19:00:35.292Z | info: downloading component 'clippy' |
32 | 2024-11-18T19:00:35.594Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T19:00:36.729Z | info: downloading component 'rust-std' |
34 | 2024-11-18T19:00:38.505Z | info: downloading component 'rustc' |
35 | 2024-11-18T19:00:44.861Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T19:00:45.104Z | info: installing component 'cargo' |
37 | 2024-11-18T19:00:45.897Z | info: installing component 'clippy' |
38 | 2024-11-18T19:00:46.255Z | info: installing component 'rust-docs' |
39 | 2024-11-18T19:00:47.877Z | info: installing component 'rust-std' |
40 | 2024-11-18T19:00:49.606Z | info: installing component 'rustc' |
41 | 2024-11-18T19:00:55.289Z | info: installing component 'rustfmt' |
42 | 2024-11-18T19:00:55.607Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T19:00:55.607Z | |
44 | 2024-11-18T19:00:55.967Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T19:00:55.967Z | |
46 | 2024-11-18T19:00:55.970Z | |
47 | 2024-11-18T19:00:55.970Z | Rust is installed now. Great! |
48 | 2024-11-18T19:00:55.970Z | |
49 | 2024-11-18T19:00:55.970Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T19:00:55.970Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T19:00:55.970Z | |
52 | 2024-11-18T19:00:55.970Z | To configure your current shell, you need to source |
53 | 2024-11-18T19:00:55.970Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T19:00:55.970Z | |
55 | 2024-11-18T19:00:55.970Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T19:00:55.970Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T19:00:55.970Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T19:00:56.039Z | + rustc --version |
59 | 2024-11-18T19:00:56.101Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T19:00:56.105Z | process exited: duration 23380 ms, exit code 0 |
|
61 | 2024-11-18T19:00:56.110Z | starting task 2: "authentication" |
62 | 2024-11-18T19:00:56.131Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T19:00:56.136Z | starting task 3: "clone repository" |
64 | 2024-11-18T19:00:56.141Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T19:00:56.145Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T19:00:56.436Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T19:01:04.760Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T19:01:04.760Z | + git fetch origin c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
69 | 2024-11-18T19:01:05.083Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T19:01:05.083Z | * branch c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 -> FETCH_HEAD |
71 | 2024-11-18T19:01:05.093Z | + [[ -n put-zones-doesnt-put-datasets ]] |
72 | 2024-11-18T19:01:05.096Z | ++ git branch --show-current |
73 | 2024-11-18T19:01:05.099Z | + current=main |
74 | 2024-11-18T19:01:05.099Z | + [[ main != put-zones-doesnt-put-datasets ]] |
75 | 2024-11-18T19:01:05.099Z | + git branch -f put-zones-doesnt-put-datasets c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
76 | 2024-11-18T19:01:05.101Z | + git checkout -f put-zones-doesnt-put-datasets |
77 | 2024-11-18T19:01:05.274Z | Switched to branch 'put-zones-doesnt-put-datasets' |
78 | 2024-11-18T19:01:05.276Z | + git reset --hard c3401f2008e99c5d3cbbc5c4d52ab6384773aab1 |
79 | 2024-11-18T19:01:05.290Z | HEAD is now at c3401f200 Review feedback |
80 | 2024-11-18T19:01:05.293Z | process exited: duration 9154 ms, exit code 0 |
|
81 | 2024-11-18T19:01:05.299Z | starting task 4: "build" |
82 | 2024-11-18T19:01:05.305Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-18T19:01:05.305Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-18T19:01:05.308Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-18T19:01:05.308Z | + cargo --version |
86 | 2024-11-18T19:01:05.360Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-18T19:01:05.363Z | + rustc --version |
88 | 2024-11-18T19:01:05.423Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-18T19:01:05.426Z | + cd /tmp |
90 | 2024-11-18T19:01:05.426Z | + cargo new --lib test-project |
91 | 2024-11-18T19:01:05.483Z | Creating library `test-project` package |
92 | 2024-11-18T19:01:05.558Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-18T19:01:05.561Z | + cd test-project |
94 | 2024-11-18T19:01:05.561Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-18T19:01:05.620Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-18T19:01:05.622Z | Features: |
97 | 2024-11-18T19:01:05.622Z | - proptest |
98 | 2024-11-18T19:01:05.622Z | - test-strategy |
99 | 2024-11-18T19:01:05.622Z | - testing |
100 | 2024-11-18T19:01:05.623Z | Updating crates.io index |
101 | 2024-11-18T19:01:05.656Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-18T19:01:06.424Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-18T19:01:06.743Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-18T19:01:06.999Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-18T19:01:08.251Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-18T19:01:08.257Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-18T19:01:08.257Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-18T19:01:08.257Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-18T19:01:08.257Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-18T19:01:08.257Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-18T19:01:08.257Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-18T19:01:08.257Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-18T19:01:08.258Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-18T19:01:08.258Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-18T19:01:08.261Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-18T19:01:08.261Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-18T19:01:08.261Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-18T19:01:08.267Z | Adding rustls v0.22.4 (latest: v0.23.17) |
119 | 2024-11-18T19:01:08.270Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-18T19:01:08.273Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-18T19:01:08.273Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-18T19:01:08.273Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-18T19:01:08.273Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-18T19:01:08.275Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-18T19:01:08.278Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-18T19:01:08.278Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-18T19:01:08.278Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-18T19:01:08.278Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-18T19:01:08.278Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-18T19:01:08.278Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-18T19:01:08.278Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-18T19:01:08.278Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-18T19:01:08.352Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-18T19:01:08.355Z | + cargo check |
135 | 2024-11-18T19:01:08.521Z | Updating crates.io index |
136 | 2024-11-18T19:01:09.220Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-18T19:01:12.413Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-18T19:01:14.154Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-18T19:01:14.846Z | Downloading crates ... |
140 | 2024-11-18T19:01:14.953Z | Downloaded allocator-api2 v0.2.18 |
141 | 2024-11-18T19:01:14.957Z | Downloaded async-stream-impl v0.3.6 |
142 | 2024-11-18T19:01:14.959Z | Downloaded async-trait v0.1.83 |
143 | 2024-11-18T19:01:14.962Z | Downloaded async-stream v0.3.6 |
144 | 2024-11-18T19:01:14.965Z | Downloaded atomic-waker v1.1.2 |
145 | 2024-11-18T19:01:14.965Z | Downloaded anyhow v1.0.93 |
146 | 2024-11-18T19:01:14.973Z | Downloaded ahash v0.8.11 |
147 | 2024-11-18T19:01:14.976Z | Downloaded memmap v0.7.0 |
148 | 2024-11-18T19:01:14.979Z | Downloaded byteorder v1.5.0 |
149 | 2024-11-18T19:01:14.982Z | Downloaded cpufeatures v0.2.14 |
150 | 2024-11-18T19:01:14.985Z | Downloaded autocfg v1.4.0 |
151 | 2024-11-18T19:01:14.987Z | Downloaded aho-corasick v1.1.3 |
152 | 2024-11-18T19:01:14.992Z | Downloaded tinyvec_macros v0.1.1 |
153 | 2024-11-18T19:01:14.994Z | Downloaded thiserror-impl v1.0.69 |
154 | 2024-11-18T19:01:14.994Z | Downloaded bytes v1.8.0 |
155 | 2024-11-18T19:01:14.999Z | Downloaded toml_datetime v0.6.8 |
156 | 2024-11-18T19:01:15.003Z | Downloaded cc v1.1.30 |
157 | 2024-11-18T19:01:15.006Z | Downloaded tokio-macros v2.4.0 |
158 | 2024-11-18T19:01:15.006Z | Downloaded bitflags v2.6.0 |
159 | 2024-11-18T19:01:15.009Z | Downloaded toml_edit v0.22.22 |
160 | 2024-11-18T19:01:15.034Z | Downloaded try-lock v0.2.5 |
161 | 2024-11-18T19:01:15.036Z | Downloaded tower-service v0.3.3 |
162 | 2024-11-18T19:01:15.036Z | Downloaded foreign-types v0.3.2 |
163 | 2024-11-18T19:01:15.039Z | Downloaded equivalent v1.0.1 |
164 | 2024-11-18T19:01:15.039Z | Downloaded darling_macro v0.20.10 |
165 | 2024-11-18T19:01:15.039Z | Downloaded crossbeam-channel v0.5.13 |
166 | 2024-11-18T19:01:15.043Z | Downloaded tokio-native-tls v0.3.1 |
167 | 2024-11-18T19:01:15.047Z | Downloaded zerofrom v0.1.4 |
168 | 2024-11-18T19:01:15.047Z | Downloaded ident_case v1.0.1 |
169 | 2024-11-18T19:01:15.051Z | Downloaded icu_provider_macros v1.5.0 |
170 | 2024-11-18T19:01:15.051Z | Downloaded time-core v0.1.2 |
171 | 2024-11-18T19:01:15.051Z | Downloaded cfg-if v1.0.0 |
172 | 2024-11-18T19:01:15.051Z | Downloaded backoff v0.4.0 |
173 | 2024-11-18T19:01:15.053Z | Downloaded match_cfg v0.1.0 |
174 | 2024-11-18T19:01:15.058Z | Downloaded tinystr v0.7.6 |
175 | 2024-11-18T19:01:15.058Z | Downloaded thread-id v4.2.2 |
176 | 2024-11-18T19:01:15.061Z | Downloaded foreign-types-shared v0.1.1 |
177 | 2024-11-18T19:01:15.062Z | Downloaded dtrace-parser v0.2.0 |
178 | 2024-11-18T19:01:15.062Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2024-11-18T19:01:15.065Z | Downloaded yoke-derive v0.7.4 |
180 | 2024-11-18T19:01:15.065Z | Downloaded write16 v1.0.0 |
181 | 2024-11-18T19:01:15.065Z | Downloaded want v0.3.1 |
182 | 2024-11-18T19:01:15.065Z | Downloaded usdt-attr-macro v0.5.0 |
183 | 2024-11-18T19:01:15.067Z | Downloaded instant v0.1.13 |
184 | 2024-11-18T19:01:15.067Z | Downloaded http-body v1.0.1 |
185 | 2024-11-18T19:01:15.070Z | Downloaded digest v0.10.7 |
186 | 2024-11-18T19:01:15.073Z | Downloaded waitgroup v0.1.2 |
187 | 2024-11-18T19:01:15.073Z | Downloaded fnv v1.0.7 |
188 | 2024-11-18T19:01:15.075Z | Downloaded dirs-next v2.0.0 |
189 | 2024-11-18T19:01:15.075Z | Downloaded deranged v0.3.11 |
190 | 2024-11-18T19:01:15.078Z | Downloaded block-buffer v0.10.4 |
191 | 2024-11-18T19:01:15.078Z | Downloaded hostname v0.4.0 |
192 | 2024-11-18T19:01:15.082Z | Downloaded strum v0.26.3 |
193 | 2024-11-18T19:01:15.082Z | Downloaded scroll_derive v0.12.0 |
194 | 2024-11-18T19:01:15.085Z | Downloaded version_check v0.9.5 |
195 | 2024-11-18T19:01:15.085Z | Downloaded usdt-macro v0.5.0 |
196 | 2024-11-18T19:01:15.085Z | Downloaded thread_local v1.1.8 |
197 | 2024-11-18T19:01:15.089Z | Downloaded futures-task v0.3.31 |
198 | 2024-11-18T19:01:15.089Z | Downloaded typenum v1.17.0 |
199 | 2024-11-18T19:01:15.092Z | Downloaded pretty-hex v0.4.1 |
200 | 2024-11-18T19:01:15.092Z | Downloaded tracing v0.1.40 |
201 | 2024-11-18T19:01:15.096Z | Downloaded idna_adapter v1.2.0 |
202 | 2024-11-18T19:01:15.098Z | Downloaded openssl-macros v0.1.1 |
203 | 2024-11-18T19:01:15.098Z | Downloaded omicron-workspace-hack v0.1.0 |
204 | 2024-11-18T19:01:15.098Z | Downloaded futures-executor v0.3.31 |
205 | 2024-11-18T19:01:15.101Z | Downloaded crypto-common v0.1.6 |
206 | 2024-11-18T19:01:15.101Z | Downloaded httpdate v1.0.3 |
207 | 2024-11-18T19:01:15.104Z | Downloaded heck v0.5.0 |
208 | 2024-11-18T19:01:15.104Z | Downloaded futures-io v0.3.31 |
209 | 2024-11-18T19:01:15.108Z | Downloaded openssl-probe v0.1.5 |
210 | 2024-11-18T19:01:15.108Z | Downloaded plain v0.2.3 |
211 | 2024-11-18T19:01:15.108Z | Downloaded zerofrom-derive v0.1.4 |
212 | 2024-11-18T19:01:15.108Z | Downloaded utf16_iter v1.0.5 |
213 | 2024-11-18T19:01:15.110Z | Downloaded untrusted v0.9.0 |
214 | 2024-11-18T19:01:15.110Z | Downloaded hostname v0.3.1 |
215 | 2024-11-18T19:01:15.113Z | Downloaded form_urlencoded v1.2.1 |
216 | 2024-11-18T19:01:15.119Z | Downloaded rand_core v0.6.4 |
217 | 2024-11-18T19:01:15.120Z | Downloaded utf8_iter v1.0.4 |
218 | 2024-11-18T19:01:15.122Z | Downloaded hyper-tls v0.6.0 |
219 | 2024-11-18T19:01:15.122Z | Downloaded http-body-util v0.1.2 |
220 | 2024-11-18T19:01:15.122Z | Downloaded usdt v0.5.0 |
221 | 2024-11-18T19:01:15.122Z | Downloaded generic-array v0.14.7 |
222 | 2024-11-18T19:01:15.125Z | Downloaded rand_chacha v0.3.1 |
223 | 2024-11-18T19:01:15.125Z | Downloaded ppv-lite86 v0.2.20 |
224 | 2024-11-18T19:01:15.125Z | Downloaded zeroize v1.8.1 |
225 | 2024-11-18T19:01:15.127Z | Downloaded is-terminal v0.4.13 |
226 | 2024-11-18T19:01:15.127Z | Downloaded displaydoc v0.2.5 |
227 | 2024-11-18T19:01:15.131Z | Downloaded typify-macro v0.2.0 |
228 | 2024-11-18T19:01:15.133Z | Downloaded zerocopy-derive v0.7.35 |
229 | 2024-11-18T19:01:15.136Z | Downloaded yoke v0.7.4 |
230 | 2024-11-18T19:01:15.138Z | Downloaded typify v0.2.0 |
231 | 2024-11-18T19:01:15.141Z | Downloaded rustversion v1.0.17 |
232 | 2024-11-18T19:01:15.144Z | Downloaded progenitor v0.8.0 |
233 | 2024-11-18T19:01:15.146Z | Downloaded paste v1.0.15 |
234 | 2024-11-18T19:01:15.150Z | Downloaded structmeta v0.3.0 |
235 | 2024-11-18T19:01:15.150Z | Downloaded pkg-config v0.3.31 |
236 | 2024-11-18T19:01:15.152Z | Downloaded writeable v0.5.5 |
237 | 2024-11-18T19:01:15.152Z | Downloaded stable_deref_trait v1.2.0 |
238 | 2024-11-18T19:01:15.155Z | Downloaded slog-json v2.6.1 |
239 | 2024-11-18T19:01:15.157Z | Downloaded zerovec-derive v0.10.3 |
240 | 2024-11-18T19:01:15.157Z | Downloaded progenitor-client v0.8.0 |
241 | 2024-11-18T19:01:15.160Z | Downloaded pest_generator v2.7.14 |
242 | 2024-11-18T19:01:15.160Z | Downloaded percent-encoding v2.3.1 |
243 | 2024-11-18T19:01:15.162Z | Downloaded parse-display-derive v0.10.0 |
244 | 2024-11-18T19:01:15.162Z | Downloaded parse-display v0.10.0 |
245 | 2024-11-18T19:01:15.162Z | Downloaded camino v1.1.9 |
246 | 2024-11-18T19:01:15.165Z | Downloaded pin-utils v0.1.0 |
247 | 2024-11-18T19:01:15.167Z | Downloaded quinn-udp v0.5.5 |
248 | 2024-11-18T19:01:15.170Z | Downloaded progenitor-macro v0.8.0 |
249 | 2024-11-18T19:01:15.170Z | Downloaded litemap v0.7.3 |
250 | 2024-11-18T19:01:15.172Z | Downloaded iana-time-zone v0.1.61 |
251 | 2024-11-18T19:01:15.175Z | Downloaded futures-channel v0.3.31 |
252 | 2024-11-18T19:01:15.177Z | Downloaded sha1 v0.10.6 |
253 | 2024-11-18T19:01:15.177Z | Downloaded shlex v1.3.0 |
254 | 2024-11-18T19:01:15.180Z | Downloaded httparse v1.9.5 |
255 | 2024-11-18T19:01:15.182Z | Downloaded thiserror v1.0.69 |
256 | 2024-11-18T19:01:15.186Z | Downloaded sync_wrapper v1.0.1 |
257 | 2024-11-18T19:01:15.189Z | Downloaded serde_tokenstream v0.2.2 |
258 | 2024-11-18T19:01:15.189Z | Downloaded schemars_derive v0.8.21 |
259 | 2024-11-18T19:01:15.192Z | Downloaded once_cell v1.20.2 |
260 | 2024-11-18T19:01:15.196Z | Downloaded take_mut v0.2.2 |
261 | 2024-11-18T19:01:15.196Z | Downloaded quote v1.0.37 |
262 | 2024-11-18T19:01:15.198Z | Downloaded pin-project-lite v0.2.14 |
263 | 2024-11-18T19:01:15.202Z | Downloaded serde_path_to_error v0.1.16 |
264 | 2024-11-18T19:01:15.204Z | Downloaded semver v1.0.23 |
265 | 2024-11-18T19:01:15.207Z | Downloaded powerfmt v0.2.0 |
266 | 2024-11-18T19:01:15.207Z | Downloaded parking_lot_core v0.9.10 |
267 | 2024-11-18T19:01:15.209Z | Downloaded native-tls v0.2.12 |
268 | 2024-11-18T19:01:15.212Z | Downloaded strum_macros v0.26.4 |
269 | 2024-11-18T19:01:15.214Z | Downloaded serde_with_macros v3.11.0 |
270 | 2024-11-18T19:01:15.217Z | Downloaded mime v0.3.17 |
271 | 2024-11-18T19:01:15.217Z | Downloaded unicode-ident v1.0.13 |
272 | 2024-11-18T19:01:15.220Z | Downloaded slab v0.4.9 |
273 | 2024-11-18T19:01:15.222Z | Downloaded ucd-trie v0.1.7 |
274 | 2024-11-18T19:01:15.225Z | Downloaded crossbeam-utils v0.8.20 |
275 | 2024-11-18T19:01:15.227Z | Downloaded structmeta-derive v0.3.0 |
276 | 2024-11-18T19:01:15.227Z | Downloaded icu_provider v1.5.0 |
277 | 2024-11-18T19:01:15.230Z | Downloaded sha2 v0.10.8 |
278 | 2024-11-18T19:01:15.233Z | Downloaded proc-macro2 v1.0.89 |
279 | 2024-11-18T19:01:15.235Z | Downloaded uuid v1.11.0 |
280 | 2024-11-18T19:01:15.238Z | Downloaded synstructure v0.13.1 |
281 | 2024-11-18T19:01:15.241Z | Downloaded strsim v0.11.1 |
282 | 2024-11-18T19:01:15.241Z | Downloaded slog-bunyan v2.5.0 |
283 | 2024-11-18T19:01:15.243Z | Downloaded scroll v0.12.0 |
284 | 2024-11-18T19:01:15.243Z | Downloaded serde_spanned v0.6.8 |
285 | 2024-11-18T19:01:15.246Z | Downloaded slog-async v2.8.0 |
286 | 2024-11-18T19:01:15.248Z | Downloaded progenitor-impl v0.8.0 |
287 | 2024-11-18T19:01:15.251Z | Downloaded smallvec v1.13.2 |
288 | 2024-11-18T19:01:15.251Z | Downloaded pest_meta v2.7.14 |
289 | 2024-11-18T19:01:15.253Z | Downloaded slog-term v2.9.1 |
290 | 2024-11-18T19:01:15.256Z | Downloaded signal-hook-registry v1.4.2 |
291 | 2024-11-18T19:01:15.258Z | Downloaded serde_derive_internals v0.29.1 |
292 | 2024-11-18T19:01:15.258Z | Downloaded term v0.7.0 |
293 | 2024-11-18T19:01:15.261Z | Downloaded darling_core v0.20.10 |
294 | 2024-11-18T19:01:15.266Z | Downloaded scopeguard v1.2.0 |
295 | 2024-11-18T19:01:15.269Z | Downloaded ryu v1.0.18 |
296 | 2024-11-18T19:01:15.271Z | Downloaded url v2.5.3 |
297 | 2024-11-18T19:01:15.274Z | Downloaded hyper-util v0.1.10 |
298 | 2024-11-18T19:01:15.278Z | Downloaded dropshot_endpoint v0.13.0 |
299 | 2024-11-18T19:01:15.283Z | Downloaded rustls-pemfile v2.2.0 |
300 | 2024-11-18T19:01:15.286Z | Downloaded slog v2.7.0 |
301 | 2024-11-18T19:01:15.289Z | Downloaded spin v0.9.8 |
302 | 2024-11-18T19:01:15.289Z | Downloaded subtle v2.6.1 |
303 | 2024-11-18T19:01:15.292Z | Downloaded socket2 v0.5.7 |
304 | 2024-11-18T19:01:15.294Z | Downloaded quinn v0.11.5 |
305 | 2024-11-18T19:01:15.296Z | Downloaded time v0.3.36 |
306 | 2024-11-18T19:01:15.303Z | Downloaded serde_derive v1.0.215 |
307 | 2024-11-18T19:01:15.306Z | Downloaded unsafe-libyaml v0.2.11 |
308 | 2024-11-18T19:01:15.310Z | Downloaded indexmap v2.6.0 |
309 | 2024-11-18T19:01:15.314Z | Downloaded serde_yaml v0.9.34+deprecated |
310 | 2024-11-18T19:01:15.318Z | Downloaded rand v0.8.5 |
311 | 2024-11-18T19:01:15.321Z | Downloaded openssl-sys v0.9.104 |
312 | 2024-11-18T19:01:15.327Z | Downloaded rustls-pki-types v1.9.0 |
313 | 2024-11-18T19:01:15.330Z | Downloaded base64 v0.22.1 |
314 | 2024-11-18T19:01:15.334Z | Downloaded icu_collections v1.5.0 |
315 | 2024-11-18T19:01:15.340Z | Downloaded mio v1.0.2 |
316 | 2024-11-18T19:01:15.346Z | Downloaded memchr v2.7.4 |
317 | 2024-11-18T19:01:15.353Z | Downloaded serde v1.0.215 |
318 | 2024-11-18T19:01:15.356Z | Downloaded pest v2.7.14 |
319 | 2024-11-18T19:01:15.362Z | Downloaded zerocopy v0.7.35 |
320 | 2024-11-18T19:01:15.379Z | Downloaded zerovec v0.10.4 |
321 | 2024-11-18T19:01:15.384Z | Downloaded serde_with v3.11.0 |
322 | 2024-11-18T19:01:15.392Z | Downloaded winnow v0.6.20 |
323 | 2024-11-18T19:01:15.401Z | Downloaded http v1.1.0 |
324 | 2024-11-18T19:01:15.404Z | Downloaded chrono v0.4.38 |
325 | 2024-11-18T19:01:15.411Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-11-18T19:01:15.418Z | Downloaded idna v1.0.3 |
327 | 2024-11-18T19:01:15.421Z | Downloaded hashbrown v0.12.3 |
328 | 2024-11-18T19:01:15.426Z | Downloaded hyper v1.5.0 |
329 | 2024-11-18T19:01:15.433Z | Downloaded vcpkg v0.2.15 |
330 | 2024-11-18T19:01:15.469Z | Downloaded webpki-roots v0.26.6 |
331 | 2024-11-18T19:01:15.474Z | Downloaded h2 v0.4.6 |
332 | 2024-11-18T19:01:15.479Z | Downloaded serde_json v1.0.132 |
333 | 2024-11-18T19:01:15.486Z | Downloaded openssl v0.10.68 |
334 | 2024-11-18T19:01:15.495Z | Downloaded goblin v0.8.2 |
335 | 2024-11-18T19:01:15.501Z | Downloaded reqwest v0.12.9 |
336 | 2024-11-18T19:01:15.510Z | Downloaded futures-util v0.3.31 |
337 | 2024-11-18T19:01:15.521Z | Downloaded rustls-webpki v0.102.8 |
338 | 2024-11-18T19:01:15.539Z | Downloaded regress v0.9.1 |
339 | 2024-11-18T19:01:15.546Z | Downloaded icu_properties_data v1.5.0 |
340 | 2024-11-18T19:01:15.556Z | Downloaded regex v1.11.1 |
341 | 2024-11-18T19:01:15.569Z | Downloaded openapiv3 v2.0.0 |
342 | 2024-11-18T19:01:15.579Z | Downloaded hashbrown v0.15.0 |
343 | 2024-11-18T19:01:15.584Z | Downloaded hashbrown v0.14.5 |
344 | 2024-11-18T19:01:15.590Z | Downloaded icu_locid v1.5.0 |
345 | 2024-11-18T19:01:15.595Z | Downloaded syn v2.0.87 |
346 | 2024-11-18T19:01:15.606Z | Downloaded regress v0.10.1 |
347 | 2024-11-18T19:01:15.614Z | Downloaded regex-syntax v0.8.5 |
348 | 2024-11-18T19:01:15.622Z | Downloaded rustls v0.23.14 |
349 | 2024-11-18T19:01:15.633Z | Downloaded rustls v0.22.4 |
350 | 2024-11-18T19:01:15.644Z | Downloaded typify-impl v0.2.0 |
351 | 2024-11-18T19:01:15.658Z | Downloaded dropshot v0.13.0 |
352 | 2024-11-18T19:01:15.678Z | Downloaded schemars v0.8.21 |
353 | 2024-11-18T19:01:15.689Z | Downloaded icu_properties v1.5.1 |
354 | 2024-11-18T19:01:15.701Z | Downloaded getrandom v0.2.15 |
355 | 2024-11-18T19:01:15.701Z | Downloaded regex-automata v0.4.8 |
356 | 2024-11-18T19:01:15.708Z | Downloaded pest_derive v2.7.14 |
357 | 2024-11-18T19:01:15.711Z | Downloaded log v0.4.22 |
358 | 2024-11-18T19:01:15.714Z | Downloaded parking_lot v0.12.3 |
359 | 2024-11-18T19:01:15.717Z | Downloaded num-traits v0.2.19 |
360 | 2024-11-18T19:01:15.720Z | Downloaded tokio-util v0.7.12 |
361 | 2024-11-18T19:01:15.724Z | Downloaded tokio v1.40.0 |
362 | 2024-11-18T19:01:15.758Z | Downloaded indexmap v1.9.3 |
363 | 2024-11-18T19:01:15.761Z | Downloaded icu_normalizer v1.5.0 |
364 | 2024-11-18T19:01:15.764Z | Downloaded icu_normalizer_data v1.5.0 |
365 | 2024-11-18T19:01:15.767Z | Downloaded icu_locid_transform_data v1.5.0 |
366 | 2024-11-18T19:01:15.771Z | Downloaded serde_urlencoded v0.7.1 |
367 | 2024-11-18T19:01:15.771Z | Downloaded rustc-hash v2.0.0 |
368 | 2024-11-18T19:01:15.774Z | Downloaded num_threads v0.1.7 |
369 | 2024-11-18T19:01:15.774Z | Downloaded futures v0.3.31 |
370 | 2024-11-18T19:01:15.777Z | Downloaded multer v3.1.0 |
371 | 2024-11-18T19:01:15.780Z | Downloaded tracing-core v0.1.32 |
372 | 2024-11-18T19:01:15.782Z | Downloaded icu_locid_transform v1.5.0 |
373 | 2024-11-18T19:01:15.782Z | Downloaded usdt-impl v0.5.0 |
374 | 2024-11-18T19:01:15.785Z | Downloaded libc v0.2.162 |
375 | 2024-11-18T19:01:15.808Z | Downloaded lock_api v0.4.12 |
376 | 2024-11-18T19:01:15.811Z | Downloaded ipnet v2.10.1 |
377 | 2024-11-18T19:01:15.813Z | Downloaded hyper-rustls v0.27.3 |
378 | 2024-11-18T19:01:15.813Z | Downloaded newtype-uuid v1.1.3 |
379 | 2024-11-18T19:01:15.816Z | Downloaded macaddr v1.0.1 |
380 | 2024-11-18T19:01:15.816Z | Downloaded tokio-rustls v0.26.0 |
381 | 2024-11-18T19:01:15.819Z | Downloaded itoa v1.0.11 |
382 | 2024-11-18T19:01:15.819Z | Downloaded ipnetwork v0.20.0 |
383 | 2024-11-18T19:01:15.821Z | Downloaded dof v0.3.0 |
384 | 2024-11-18T19:01:15.822Z | Downloaded darling v0.20.10 |
385 | 2024-11-18T19:01:15.825Z | Downloaded futures-macro v0.3.31 |
386 | 2024-11-18T19:01:15.825Z | Downloaded dyn-clone v1.0.17 |
387 | 2024-11-18T19:01:15.828Z | Downloaded num-conv v0.1.0 |
388 | 2024-11-18T19:01:15.828Z | Downloaded hex v0.4.3 |
389 | 2024-11-18T19:01:15.831Z | Downloaded futures-sink v0.3.31 |
390 | 2024-11-18T19:01:15.831Z | Downloaded futures-core v0.3.31 |
391 | 2024-11-18T19:01:15.833Z | Downloaded debug-ignore v1.0.5 |
392 | 2024-11-18T19:01:15.834Z | Downloaded toml v0.8.19 |
393 | 2024-11-18T19:01:15.836Z | Downloaded tokio-rustls v0.25.0 |
394 | 2024-11-18T19:01:15.838Z | Downloaded tinyvec v1.8.0 |
395 | 2024-11-18T19:01:15.841Z | Downloaded time-macros v0.2.18 |
396 | 2024-11-18T19:01:15.855Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-18T19:01:16.054Z | Downloaded ring v0.17.8 |
398 | 2024-11-18T19:01:16.374Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-18T19:01:16.374Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-18T19:01:16.374Z | Compiling libc v0.2.162 |
401 | 2024-11-18T19:01:16.377Z | Checking cfg-if v1.0.0 |
402 | 2024-11-18T19:01:16.377Z | Compiling autocfg v1.4.0 |
403 | 2024-11-18T19:01:16.377Z | Compiling serde v1.0.215 |
404 | 2024-11-18T19:01:16.399Z | Compiling version_check v0.9.5 |
405 | 2024-11-18T19:01:16.401Z | Checking memchr v2.7.4 |
406 | 2024-11-18T19:01:16.502Z | Checking itoa v1.0.11 |
407 | 2024-11-18T19:01:16.695Z | Compiling serde_json v1.0.132 |
408 | 2024-11-18T19:01:17.157Z | Compiling thiserror v1.0.69 |
409 | 2024-11-18T19:01:17.186Z | Checking once_cell v1.20.2 |
410 | 2024-11-18T19:01:17.395Z | Compiling shlex v1.3.0 |
411 | 2024-11-18T19:01:17.652Z | Compiling cc v1.1.30 |
412 | 2024-11-18T19:01:19.029Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-18T19:01:19.064Z | Compiling num-traits v0.2.19 |
414 | 2024-11-18T19:01:19.080Z | Checking smallvec v1.13.2 |
415 | 2024-11-18T19:01:19.131Z | Checking bytes v1.8.0 |
416 | 2024-11-18T19:01:19.226Z | Checking ryu v1.0.18 |
417 | 2024-11-18T19:01:19.259Z | Checking futures-core v0.3.31 |
418 | 2024-11-18T19:01:19.433Z | Compiling lock_api v0.4.12 |
419 | 2024-11-18T19:01:19.451Z | Compiling byteorder v1.5.0 |
420 | 2024-11-18T19:01:19.602Z | Compiling parking_lot_core v0.9.10 |
421 | 2024-11-18T19:01:19.770Z | Checking getrandom v0.2.15 |
422 | 2024-11-18T19:01:19.873Z | Compiling ahash v0.8.11 |
423 | 2024-11-18T19:01:19.890Z | Checking scopeguard v1.2.0 |
424 | 2024-11-18T19:01:19.890Z | Compiling schemars v0.8.21 |
425 | 2024-11-18T19:01:19.968Z | Compiling slab v0.4.9 |
426 | 2024-11-18T19:01:20.027Z | Compiling quote v1.0.37 |
427 | 2024-11-18T19:01:20.283Z | Checking futures-sink v0.3.31 |
428 | 2024-11-18T19:01:20.301Z | Checking log v0.4.22 |
429 | 2024-11-18T19:01:20.338Z | Checking mio v1.0.2 |
430 | 2024-11-18T19:01:20.417Z | Compiling syn v2.0.87 |
431 | 2024-11-18T19:01:20.436Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-18T19:01:20.440Z | Checking parking_lot v0.12.3 |
433 | 2024-11-18T19:01:20.473Z | Checking socket2 v0.5.7 |
434 | 2024-11-18T19:01:20.545Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-18T19:01:20.642Z | Compiling ring v0.17.8 |
436 | 2024-11-18T19:01:20.663Z | Compiling semver v1.0.23 |
437 | 2024-11-18T19:01:20.678Z | Checking hashbrown v0.15.0 |
438 | 2024-11-18T19:01:20.784Z | Checking fnv v1.0.7 |
439 | 2024-11-18T19:01:20.877Z | Checking equivalent v1.0.1 |
440 | 2024-11-18T19:01:20.910Z | Checking http v1.1.0 |
441 | 2024-11-18T19:01:20.929Z | Checking futures-channel v0.3.31 |
442 | 2024-11-18T19:01:20.932Z | Checking futures-task v0.3.31 |
443 | 2024-11-18T19:01:20.971Z | Checking pin-utils v0.1.0 |
444 | 2024-11-18T19:01:21.057Z | Checking futures-io v0.3.31 |
445 | 2024-11-18T19:01:21.144Z | Compiling vcpkg v0.2.15 |
446 | 2024-11-18T19:01:21.226Z | Checking spin v0.9.8 |
447 | 2024-11-18T19:01:21.245Z | Compiling pkg-config v0.3.31 |
448 | 2024-11-18T19:01:21.281Z | Compiling heck v0.5.0 |
449 | 2024-11-18T19:01:21.441Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-11-18T19:01:21.764Z | Checking untrusted v0.9.0 |
451 | 2024-11-18T19:01:21.916Z | Compiling httparse v1.9.5 |
452 | 2024-11-18T19:01:21.986Z | Compiling ucd-trie v0.1.7 |
453 | 2024-11-18T19:01:22.355Z | Checking writeable v0.5.5 |
454 | 2024-11-18T19:01:22.464Z | Checking iana-time-zone v0.1.61 |
455 | 2024-11-18T19:01:22.494Z | Checking litemap v0.7.3 |
456 | 2024-11-18T19:01:22.615Z | Checking tracing-core v0.1.32 |
457 | 2024-11-18T19:01:22.649Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-18T19:01:22.715Z | Compiling openssl-sys v0.9.104 |
459 | 2024-11-18T19:01:22.776Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-11-18T19:01:22.938Z | Checking dyn-clone v1.0.17 |
461 | 2024-11-18T19:01:23.208Z | Checking tracing v0.1.40 |
462 | 2024-11-18T19:01:23.450Z | Checking http-body v1.0.1 |
463 | 2024-11-18T19:01:23.533Z | Checking zeroize v1.8.1 |
464 | 2024-11-18T19:01:23.637Z | Compiling uuid v1.11.0 |
465 | 2024-11-18T19:01:23.657Z | Checking subtle v2.6.1 |
466 | 2024-11-18T19:01:23.675Z | Checking icu_locid_transform_data v1.5.0 |
467 | 2024-11-18T19:01:23.731Z | Checking try-lock v0.2.5 |
468 | 2024-11-18T19:01:23.863Z | Checking want v0.3.1 |
469 | 2024-11-18T19:01:24.046Z | Compiling chrono v0.4.38 |
470 | 2024-11-18T19:01:24.126Z | Checking foreign-types-shared v0.1.1 |
471 | 2024-11-18T19:01:24.175Z | Checking httpdate v1.0.3 |
472 | 2024-11-18T19:01:24.191Z | Checking icu_properties_data v1.5.0 |
473 | 2024-11-18T19:01:24.209Z | Compiling openssl v0.10.68 |
474 | 2024-11-18T19:01:24.224Z | Compiling slog v2.7.0 |
475 | 2024-11-18T19:01:24.370Z | Checking foreign-types v0.3.2 |
476 | 2024-11-18T19:01:24.439Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-18T19:01:24.746Z | Checking write16 v1.0.0 |
478 | 2024-11-18T19:01:24.864Z | Compiling native-tls v0.2.12 |
479 | 2024-11-18T19:01:25.164Z | Compiling typenum v1.17.0 |
480 | 2024-11-18T19:01:25.208Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-18T19:01:25.927Z | Checking tower-service v0.3.3 |
482 | 2024-11-18T19:01:25.952Z | Checking utf16_iter v1.0.5 |
483 | 2024-11-18T19:01:26.039Z | Checking icu_normalizer_data v1.5.0 |
484 | 2024-11-18T19:01:26.071Z | Checking percent-encoding v2.3.1 |
485 | 2024-11-18T19:01:26.128Z | Checking bitflags v2.6.0 |
486 | 2024-11-18T19:01:26.270Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-18T19:01:26.349Z | Compiling rustls v0.23.14 |
488 | 2024-11-18T19:01:26.416Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-18T19:01:26.647Z | Compiling generic-array v0.14.7 |
490 | 2024-11-18T19:01:27.044Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-18T19:01:27.246Z | Compiling synstructure v0.13.1 |
492 | 2024-11-18T19:01:27.733Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-18T19:01:28.432Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-18T19:01:29.447Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-18T19:01:29.449Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-18T19:01:29.785Z | Checking powerfmt v0.2.0 |
497 | 2024-11-18T19:01:29.864Z | Checking mime v0.3.17 |
498 | 2024-11-18T19:01:30.052Z | Compiling time-core v0.1.2 |
499 | 2024-11-18T19:01:30.208Z | Compiling num-conv v0.1.0 |
500 | 2024-11-18T19:01:30.467Z | Compiling time-macros v0.2.18 |
501 | 2024-11-18T19:01:30.574Z | Checking deranged v0.3.11 |
502 | 2024-11-18T19:01:31.652Z | Compiling thread-id v4.2.2 |
503 | 2024-11-18T19:01:31.761Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-18T19:01:31.965Z | Checking webpki-roots v0.26.6 |
505 | 2024-11-18T19:01:32.083Z | Checking num_threads v0.1.7 |
506 | 2024-11-18T19:01:32.156Z | Compiling crossbeam-utils v0.8.20 |
507 | 2024-11-18T19:01:32.214Z | Compiling serde_derive v1.0.215 |
508 | 2024-11-18T19:01:32.293Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-11-18T19:01:32.341Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-18T19:01:32.672Z | Compiling zerofrom-derive v0.1.4 |
511 | 2024-11-18T19:01:33.283Z | Compiling schemars_derive v0.8.21 |
512 | 2024-11-18T19:01:33.618Z | Compiling tokio-macros v2.4.0 |
513 | 2024-11-18T19:01:34.190Z | Compiling zerocopy v0.7.35 |
514 | 2024-11-18T19:01:35.182Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-18T19:01:35.752Z | Checking tokio v1.40.0 |
516 | 2024-11-18T19:01:35.785Z | Compiling zerovec-derive v0.10.3 |
517 | 2024-11-18T19:01:35.888Z | Checking zerofrom v0.1.4 |
518 | 2024-11-18T19:01:35.957Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-18T19:01:36.085Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-18T19:01:36.915Z | Compiling pest v2.7.14 |
521 | 2024-11-18T19:01:37.639Z | Compiling icu_provider_macros v1.5.0 |
522 | 2024-11-18T19:01:37.818Z | Checking yoke v0.7.4 |
523 | 2024-11-18T19:01:37.877Z | Checking futures-util v0.3.31 |
524 | 2024-11-18T19:01:38.123Z | Compiling hashbrown v0.14.5 |
525 | 2024-11-18T19:01:38.243Z | Checking zerovec v0.10.4 |
526 | 2024-11-18T19:01:39.179Z | Compiling openssl-macros v0.1.1 |
527 | 2024-11-18T19:01:39.421Z | Checking rustls-webpki v0.102.8 |
528 | 2024-11-18T19:01:39.842Z | Checking tinystr v0.7.6 |
529 | 2024-11-18T19:01:39.863Z | Compiling pest_meta v2.7.14 |
530 | 2024-11-18T19:01:39.989Z | Checking icu_collections v1.5.0 |
531 | 2024-11-18T19:01:40.160Z | Compiling regress v0.10.1 |
532 | 2024-11-18T19:01:40.214Z | Checking icu_locid v1.5.0 |
533 | 2024-11-18T19:01:41.211Z | Checking icu_provider v1.5.0 |
534 | 2024-11-18T19:01:41.906Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-11-18T19:01:42.862Z | Compiling pest_generator v2.7.14 |
536 | 2024-11-18T19:01:42.930Z | Checking tokio-util v0.7.12 |
537 | 2024-11-18T19:01:43.087Z | Checking icu_properties v1.5.1 |
538 | 2024-11-18T19:01:44.530Z | Checking indexmap v2.6.0 |
539 | 2024-11-18T19:01:45.440Z | Compiling pest_derive v2.7.14 |
540 | 2024-11-18T19:01:45.819Z | Compiling serde_tokenstream v0.2.2 |
541 | 2024-11-18T19:01:46.285Z | Checking h2 v0.4.6 |
542 | 2024-11-18T19:01:46.439Z | Checking icu_normalizer v1.5.0 |
543 | 2024-11-18T19:01:46.810Z | Checking http-body-util v0.1.2 |
544 | 2024-11-18T19:01:47.095Z | Compiling regex v1.11.1 |
545 | 2024-11-18T19:01:47.454Z | Compiling scroll_derive v0.12.0 |
546 | 2024-11-18T19:01:47.486Z | Checking idna_adapter v1.2.0 |
547 | 2024-11-18T19:01:47.486Z | Checking idna v1.0.3 |
548 | 2024-11-18T19:01:47.909Z | Compiling dof v0.3.0 |
549 | 2024-11-18T19:01:48.074Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-11-18T19:01:48.320Z | Compiling dtrace-parser v0.2.0 |
551 | 2024-11-18T19:01:48.599Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-11-18T19:01:48.680Z | Checking scroll v0.12.0 |
553 | 2024-11-18T19:01:48.911Z | Checking tokio-rustls v0.26.0 |
554 | 2024-11-18T19:01:48.926Z | Checking base64 v0.22.1 |
555 | 2024-11-18T19:01:49.304Z | Compiling ident_case v1.0.1 |
556 | 2024-11-18T19:01:49.399Z | Compiling strsim v0.11.1 |
557 | 2024-11-18T19:01:49.412Z | Checking plain v0.2.3 |
558 | 2024-11-18T19:01:49.730Z | Compiling typify-impl v0.2.0 |
559 | 2024-11-18T19:01:50.007Z | Checking time v0.3.36 |
560 | 2024-11-18T19:01:50.120Z | Compiling darling_core v0.20.10 |
561 | 2024-11-18T19:01:50.405Z | Checking hyper v1.5.0 |
562 | 2024-11-18T19:01:51.178Z | Checking goblin v0.8.2 |
563 | 2024-11-18T19:01:52.533Z | Checking hyper-util v0.1.10 |
564 | 2024-11-18T19:01:53.002Z | Checking url v2.5.3 |
565 | 2024-11-18T19:01:53.930Z | Compiling openapiv3 v2.0.0 |
566 | 2024-11-18T19:01:54.280Z | Checking hyper-tls v0.6.0 |
567 | 2024-11-18T19:01:54.377Z | Checking hyper-rustls v0.27.3 |
568 | 2024-11-18T19:01:54.483Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-18T19:01:54.554Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-18T19:01:54.760Z | Compiling paste v1.0.15 |
571 | 2024-11-18T19:01:54.876Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2024-11-18T19:01:54.958Z | Compiling rustls v0.22.4 |
573 | 2024-11-18T19:01:54.996Z | Compiling rustversion v1.0.17 |
574 | 2024-11-18T19:01:55.171Z | Checking pretty-hex v0.4.1 |
575 | 2024-11-18T19:01:55.209Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2024-11-18T19:01:55.332Z | Checking ipnet v2.10.1 |
577 | 2024-11-18T19:01:55.779Z | Checking reqwest v0.12.9 |
578 | 2024-11-18T19:01:55.966Z | Checking dirs-next v2.0.0 |
579 | 2024-11-18T19:01:56.199Z | Compiling darling_macro v0.20.10 |
580 | 2024-11-18T19:01:56.791Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2024-11-18T19:01:56.937Z | Checking serde_spanned v0.6.8 |
582 | 2024-11-18T19:01:57.128Z | Checking toml_datetime v0.6.8 |
583 | 2024-11-18T19:01:57.167Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-18T19:01:57.187Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-18T19:01:57.282Z | Checking block-buffer v0.10.4 |
586 | 2024-11-18T19:01:57.414Z | Checking crypto-common v0.1.6 |
587 | 2024-11-18T19:01:57.471Z | Checking rand_core v0.6.4 |
588 | 2024-11-18T19:01:57.705Z | Checking thread_local v1.1.8 |
589 | 2024-11-18T19:01:57.769Z | Compiling multer v3.1.0 |
590 | 2024-11-18T19:01:57.823Z | Compiling slog-async v2.8.0 |
591 | 2024-11-18T19:01:57.972Z | Compiling newtype-uuid v1.1.3 |
592 | 2024-11-18T19:01:57.988Z | Compiling anyhow v1.0.93 |
593 | 2024-11-18T19:01:58.015Z | Checking winnow v0.6.20 |
594 | 2024-11-18T19:01:58.080Z | Compiling camino v1.1.9 |
595 | 2024-11-18T19:01:58.268Z | Checking match_cfg v0.1.0 |
596 | 2024-11-18T19:01:58.365Z | Checking hostname v0.3.1 |
597 | 2024-11-18T19:01:58.478Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-18T19:01:58.743Z | Checking digest v0.10.7 |
599 | 2024-11-18T19:01:58.813Z | Checking progenitor-client v0.8.0 |
600 | 2024-11-18T19:01:58.921Z | Compiling darling v0.20.10 |
601 | 2024-11-18T19:01:59.023Z | Checking crossbeam-channel v0.5.13 |
602 | 2024-11-18T19:01:59.042Z | Checking term v0.7.0 |
603 | 2024-11-18T19:01:59.713Z | Compiling usdt-macro v0.5.0 |
604 | 2024-11-18T19:01:59.798Z | Compiling structmeta v0.3.0 |
605 | 2024-11-18T19:02:00.164Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-11-18T19:02:00.204Z | Checking slog-json v2.6.1 |
607 | 2024-11-18T19:02:00.444Z | Checking futures-executor v0.3.31 |
608 | 2024-11-18T19:02:00.464Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-18T19:02:00.664Z | Checking is-terminal v0.4.13 |
610 | 2024-11-18T19:02:00.684Z | Checking memmap v0.7.0 |
611 | 2024-11-18T19:02:00.787Z | Compiling dropshot v0.13.0 |
612 | 2024-11-18T19:02:00.879Z | Checking take_mut v0.2.2 |
613 | 2024-11-18T19:02:01.007Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-18T19:02:01.084Z | Checking toml_edit v0.22.22 |
615 | 2024-11-18T19:02:01.104Z | Checking sha1 v0.10.6 |
616 | 2024-11-18T19:02:01.191Z | Checking slog-term v2.9.1 |
617 | 2024-11-18T19:02:01.316Z | Compiling strum_macros v0.26.4 |
618 | 2024-11-18T19:02:01.367Z | Checking futures v0.3.31 |
619 | 2024-11-18T19:02:01.472Z | Checking slog-bunyan v2.5.0 |
620 | 2024-11-18T19:02:01.530Z | Checking usdt v0.5.0 |
621 | 2024-11-18T19:02:01.633Z | Compiling parse-display-derive v0.10.0 |
622 | 2024-11-18T19:02:01.656Z | Compiling serde_with_macros v3.11.0 |
623 | 2024-11-18T19:02:01.739Z | Checking async-stream v0.3.6 |
624 | 2024-11-18T19:02:01.930Z | Checking rand v0.8.5 |
625 | 2024-11-18T19:02:02.774Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-18T19:02:03.200Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-18T19:02:03.242Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-18T19:02:03.332Z | Checking hex v0.4.3 |
629 | 2024-11-18T19:02:03.547Z | Compiling typify-macro v0.2.0 |
630 | 2024-11-18T19:02:03.567Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-18T19:02:03.719Z | Checking toml v0.8.19 |
632 | 2024-11-18T19:02:03.858Z | Compiling async-trait v0.1.83 |
633 | 2024-11-18T19:02:04.139Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2024-11-18T19:02:04.184Z | Checking waitgroup v0.1.2 |
635 | 2024-11-18T19:02:04.323Z | Checking hostname v0.4.0 |
636 | 2024-11-18T19:02:04.455Z | Checking instant v0.1.13 |
637 | 2024-11-18T19:02:04.474Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-18T19:02:04.573Z | Checking backoff v0.4.0 |
639 | 2024-11-18T19:02:04.609Z | Checking serde_with v3.11.0 |
640 | 2024-11-18T19:02:04.848Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-18T19:02:04.907Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-18T19:02:04.992Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-18T19:02:05.051Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-11-18T19:02:05.316Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
645 | 2024-11-18T19:02:05.421Z | Checking regress v0.9.1 |
646 | 2024-11-18T19:02:05.521Z | Checking parse-display v0.10.0 |
647 | 2024-11-18T19:02:05.733Z | Checking macaddr v1.0.1 |
648 | 2024-11-18T19:02:05.789Z | Checking strum v0.26.3 |
649 | 2024-11-18T19:02:06.889Z | Compiling typify v0.2.0 |
650 | 2024-11-18T19:02:06.982Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-18T19:02:09.742Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-18T19:02:13.899Z | Checking progenitor v0.8.0 |
653 | 2024-11-18T19:02:14.027Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-18T19:02:16.846Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-18T19:02:24.282Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-18T19:02:24.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
657 | 2024-11-18T19:02:24.660Z | + cargo build --release |
658 | 2024-11-18T19:02:24.908Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-18T19:02:24.908Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-18T19:02:24.908Z | Compiling libc v0.2.162 |
661 | 2024-11-18T19:02:24.912Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-18T19:02:24.912Z | Compiling autocfg v1.4.0 |
663 | 2024-11-18T19:02:24.912Z | Compiling serde v1.0.215 |
664 | 2024-11-18T19:02:24.912Z | Compiling version_check v0.9.5 |
665 | 2024-11-18T19:02:24.912Z | Compiling memchr v2.7.4 |
666 | 2024-11-18T19:02:25.030Z | Compiling serde_json v1.0.132 |
667 | 2024-11-18T19:02:25.112Z | Compiling itoa v1.0.11 |
668 | 2024-11-18T19:02:25.360Z | Compiling thiserror v1.0.69 |
669 | 2024-11-18T19:02:25.457Z | Compiling once_cell v1.20.2 |
670 | 2024-11-18T19:02:25.512Z | Compiling shlex v1.3.0 |
671 | 2024-11-18T19:02:25.787Z | Compiling cc v1.1.30 |
672 | 2024-11-18T19:02:25.872Z | Compiling num-traits v0.2.19 |
673 | 2024-11-18T19:02:26.185Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-18T19:02:26.291Z | Compiling smallvec v1.13.2 |
675 | 2024-11-18T19:02:26.323Z | Compiling getrandom v0.2.15 |
676 | 2024-11-18T19:02:26.450Z | Compiling bytes v1.8.0 |
677 | 2024-11-18T19:02:26.531Z | Compiling ryu v1.0.18 |
678 | 2024-11-18T19:02:26.647Z | Compiling quote v1.0.37 |
679 | 2024-11-18T19:02:26.724Z | Compiling futures-core v0.3.31 |
680 | 2024-11-18T19:02:26.951Z | Compiling lock_api v0.4.12 |
681 | 2024-11-18T19:02:26.958Z | Compiling ahash v0.8.11 |
682 | 2024-11-18T19:02:27.083Z | Compiling syn v2.0.87 |
683 | 2024-11-18T19:02:27.291Z | Compiling schemars v0.8.21 |
684 | 2024-11-18T19:02:27.334Z | Compiling parking_lot_core v0.9.10 |
685 | 2024-11-18T19:02:27.334Z | Compiling byteorder v1.5.0 |
686 | 2024-11-18T19:02:27.619Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-18T19:02:27.670Z | Compiling slab v0.4.9 |
688 | 2024-11-18T19:02:27.765Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-18T19:02:27.901Z | Compiling log v0.4.22 |
690 | 2024-11-18T19:02:28.112Z | Compiling mio v1.0.2 |
691 | 2024-11-18T19:02:28.129Z | Compiling signal-hook-registry v1.4.2 |
692 | 2024-11-18T19:02:28.237Z | Compiling parking_lot v0.12.3 |
693 | 2024-11-18T19:02:28.244Z | Compiling socket2 v0.5.7 |
694 | 2024-11-18T19:02:28.345Z | Compiling semver v1.0.23 |
695 | 2024-11-18T19:02:28.464Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-18T19:02:28.742Z | Compiling ring v0.17.8 |
697 | 2024-11-18T19:02:28.822Z | Compiling equivalent v1.0.1 |
698 | 2024-11-18T19:02:28.880Z | Compiling fnv v1.0.7 |
699 | 2024-11-18T19:02:28.914Z | Compiling hashbrown v0.15.0 |
700 | 2024-11-18T19:02:29.001Z | Compiling http v1.1.0 |
701 | 2024-11-18T19:02:29.654Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-18T19:02:29.741Z | Compiling futures-io v0.3.31 |
703 | 2024-11-18T19:02:29.898Z | Compiling pin-utils v0.1.0 |
704 | 2024-11-18T19:02:29.978Z | Compiling futures-task v0.3.31 |
705 | 2024-11-18T19:02:30.096Z | Compiling vcpkg v0.2.15 |
706 | 2024-11-18T19:02:30.246Z | Compiling spin v0.9.8 |
707 | 2024-11-18T19:02:30.253Z | Compiling rustls-pki-types v1.9.0 |
708 | 2024-11-18T19:02:30.314Z | Compiling pkg-config v0.3.31 |
709 | 2024-11-18T19:02:30.372Z | Compiling heck v0.5.0 |
710 | 2024-11-18T19:02:31.369Z | Compiling litemap v0.7.3 |
711 | 2024-11-18T19:02:31.659Z | Compiling ucd-trie v0.1.7 |
712 | 2024-11-18T19:02:31.755Z | Compiling openssl-sys v0.9.104 |
713 | 2024-11-18T19:02:31.795Z | Compiling untrusted v0.9.0 |
714 | 2024-11-18T19:02:31.960Z | Compiling writeable v0.5.5 |
715 | 2024-11-18T19:02:31.996Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-11-18T19:02:32.030Z | Compiling httparse v1.9.5 |
717 | 2024-11-18T19:02:32.752Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-18T19:02:32.841Z | Compiling atomic-waker v1.1.2 |
719 | 2024-11-18T19:02:33.005Z | Compiling allocator-api2 v0.2.18 |
720 | 2024-11-18T19:02:33.075Z | Compiling dyn-clone v1.0.17 |
721 | 2024-11-18T19:02:33.745Z | Compiling tracing v0.1.40 |
722 | 2024-11-18T19:02:33.755Z | Compiling http-body v1.0.1 |
723 | 2024-11-18T19:02:33.987Z | Compiling icu_locid_transform_data v1.5.0 |
724 | 2024-11-18T19:02:34.073Z | Compiling subtle v2.6.1 |
725 | 2024-11-18T19:02:34.314Z | Compiling chrono v0.4.38 |
726 | 2024-11-18T19:02:34.426Z | Compiling uuid v1.11.0 |
727 | 2024-11-18T19:02:34.441Z | Compiling zeroize v1.8.1 |
728 | 2024-11-18T19:02:34.576Z | Compiling try-lock v0.2.5 |
729 | 2024-11-18T19:02:34.713Z | Compiling synstructure v0.13.1 |
730 | 2024-11-18T19:02:34.748Z | Compiling serde_derive_internals v0.29.1 |
731 | 2024-11-18T19:02:34.975Z | Compiling want v0.3.1 |
732 | 2024-11-18T19:02:35.298Z | Compiling httpdate v1.0.3 |
733 | 2024-11-18T19:02:36.037Z | Compiling foreign-types-shared v0.1.1 |
734 | 2024-11-18T19:02:36.131Z | Compiling icu_properties_data v1.5.0 |
735 | 2024-11-18T19:02:36.304Z | Compiling slog v2.7.0 |
736 | 2024-11-18T19:02:36.377Z | Compiling openssl v0.10.68 |
737 | 2024-11-18T19:02:36.435Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-18T19:02:36.833Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-18T19:02:36.984Z | Compiling icu_normalizer_data v1.5.0 |
740 | 2024-11-18T19:02:37.074Z | Compiling write16 v1.0.0 |
741 | 2024-11-18T19:02:37.082Z | Compiling tower-service v0.3.3 |
742 | 2024-11-18T19:02:37.187Z | Compiling typenum v1.17.0 |
743 | 2024-11-18T19:02:37.196Z | Compiling native-tls v0.2.12 |
744 | 2024-11-18T19:02:38.180Z | Compiling regex-syntax v0.8.5 |
745 | 2024-11-18T19:02:38.254Z | Compiling percent-encoding v2.3.1 |
746 | 2024-11-18T19:02:38.385Z | Compiling utf16_iter v1.0.5 |
747 | 2024-11-18T19:02:38.550Z | Compiling utf8_iter v1.0.4 |
748 | 2024-11-18T19:02:38.588Z | Compiling bitflags v2.6.0 |
749 | 2024-11-18T19:02:38.713Z | Compiling rustls v0.23.14 |
750 | 2024-11-18T19:02:38.801Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-18T19:02:39.117Z | Compiling generic-array v0.14.7 |
752 | 2024-11-18T19:02:39.301Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-18T19:02:40.170Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-18T19:02:40.598Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-18T19:02:40.712Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-18T19:02:41.204Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-18T19:02:41.508Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-18T19:02:42.607Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-18T19:02:44.020Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-18T19:02:44.258Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-18T19:02:44.566Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-18T19:02:44.787Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-18T19:02:45.018Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-18T19:02:45.428Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-18T19:02:45.587Z | Compiling tokio v1.40.0 |
766 | 2024-11-18T19:02:46.915Z | Compiling futures-util v0.3.31 |
767 | 2024-11-18T19:02:46.939Z | Compiling yoke v0.7.4 |
768 | 2024-11-18T19:02:47.078Z | Compiling pest v2.7.14 |
769 | 2024-11-18T19:02:47.301Z | Compiling zerovec v0.10.4 |
770 | 2024-11-18T19:02:47.439Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-18T19:02:47.467Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-18T19:02:48.899Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-18T19:02:50.092Z | Compiling tinystr v0.7.6 |
774 | 2024-11-18T19:02:50.290Z | Compiling pest_meta v2.7.14 |
775 | 2024-11-18T19:02:50.534Z | Compiling icu_locid v1.5.0 |
776 | 2024-11-18T19:02:53.635Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-18T19:02:53.720Z | Compiling pest_generator v2.7.14 |
778 | 2024-11-18T19:02:54.560Z | Compiling indexmap v2.6.0 |
779 | 2024-11-18T19:02:55.411Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-18T19:02:56.500Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-18T19:02:57.512Z | Compiling h2 v0.4.6 |
782 | 2024-11-18T19:02:58.040Z | Compiling icu_locid_transform v1.5.0 |
783 | 2024-11-18T19:03:00.950Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-18T19:03:00.953Z | Compiling regress v0.10.1 |
785 | 2024-11-18T19:03:03.625Z | Compiling hyper v1.5.0 |
786 | 2024-11-18T19:03:03.963Z | Compiling icu_properties v1.5.1 |
787 | 2024-11-18T19:03:04.438Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-18T19:03:05.305Z | Compiling typify-impl v0.2.0 |
789 | 2024-11-18T19:03:06.255Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-18T19:03:14.493Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-18T19:03:14.671Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-18T19:03:14.785Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-18T19:03:15.567Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-18T19:03:16.132Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-18T19:03:17.103Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-18T19:03:17.203Z | Compiling usdt-impl v0.5.0 |
797 | 2024-11-18T19:03:17.250Z | Compiling typify-macro v0.2.0 |
798 | 2024-11-18T19:03:17.556Z | Compiling encoding_rs v0.8.34 |
799 | 2024-11-18T19:03:18.541Z | Compiling powerfmt v0.2.0 |
800 | 2024-11-18T19:03:19.023Z | Compiling regex v1.11.1 |
801 | 2024-11-18T19:03:19.998Z | Compiling num-conv v0.1.0 |
802 | 2024-11-18T19:03:20.272Z | Compiling time-core v0.1.2 |
803 | 2024-11-18T19:03:20.418Z | Compiling mime v0.3.17 |
804 | 2024-11-18T19:03:21.500Z | Compiling time-macros v0.2.18 |
805 | 2024-11-18T19:03:21.579Z | Compiling deranged v0.3.11 |
806 | 2024-11-18T19:03:22.609Z | Compiling scroll v0.12.0 |
807 | 2024-11-18T19:03:23.255Z | Compiling tokio-rustls v0.26.0 |
808 | 2024-11-18T19:03:23.861Z | Compiling idna v1.0.3 |
809 | 2024-11-18T19:03:23.914Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-18T19:03:24.477Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-18T19:03:28.269Z | Compiling dof v0.3.0 |
812 | 2024-11-18T19:03:29.121Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-18T19:03:29.691Z | Compiling thread-id v4.2.2 |
814 | 2024-11-18T19:03:29.806Z | Compiling webpki-roots v0.26.6 |
815 | 2024-11-18T19:03:30.015Z | Compiling rustls-pemfile v2.2.0 |
816 | 2024-11-18T19:03:30.489Z | Compiling base64 v0.22.1 |
817 | 2024-11-18T19:03:31.054Z | Compiling ident_case v1.0.1 |
818 | 2024-11-18T19:03:31.387Z | Compiling strsim v0.11.1 |
819 | 2024-11-18T19:03:31.851Z | Compiling num_threads v0.1.7 |
820 | 2024-11-18T19:03:31.965Z | Compiling crossbeam-utils v0.8.20 |
821 | 2024-11-18T19:03:32.672Z | Compiling plain v0.2.3 |
822 | 2024-11-18T19:03:32.820Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-18T19:03:33.020Z | Compiling time v0.3.36 |
824 | 2024-11-18T19:03:33.114Z | Compiling goblin v0.8.2 |
825 | 2024-11-18T19:03:38.940Z | Compiling darling_core v0.20.10 |
826 | 2024-11-18T19:03:42.275Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-18T19:03:43.277Z | Compiling url v2.5.3 |
828 | 2024-11-18T19:03:44.018Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-18T19:03:44.061Z | Compiling typify v0.2.0 |
830 | 2024-11-18T19:03:44.178Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-18T19:03:45.087Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-18T19:03:45.229Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-18T19:03:46.714Z | Compiling ipnet v2.10.1 |
834 | 2024-11-18T19:03:48.399Z | Compiling pretty-hex v0.4.1 |
835 | 2024-11-18T19:03:48.609Z | Compiling paste v1.0.15 |
836 | 2024-11-18T19:03:49.058Z | Compiling rustversion v1.0.17 |
837 | 2024-11-18T19:03:49.092Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2024-11-18T19:03:49.709Z | Compiling rustls v0.22.4 |
839 | 2024-11-18T19:03:50.022Z | Compiling progenitor-impl v0.8.0 |
840 | 2024-11-18T19:03:50.835Z | Compiling serde_yaml v0.9.34+deprecated |
841 | 2024-11-18T19:03:51.065Z | Compiling reqwest v0.12.9 |
842 | 2024-11-18T19:03:54.668Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-18T19:03:54.927Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-18T19:03:56.459Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-18T19:03:56.689Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-18T19:03:56.723Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-18T19:03:56.900Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-18T19:03:56.958Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-18T19:03:57.536Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-18T19:03:57.584Z | Compiling rand_core v0.6.4 |
851 | 2024-11-18T19:03:57.995Z | Compiling thread_local v1.1.8 |
852 | 2024-11-18T19:03:58.064Z | Compiling multer v3.1.0 |
853 | 2024-11-18T19:03:58.248Z | Compiling newtype-uuid v1.1.3 |
854 | 2024-11-18T19:03:58.388Z | Compiling slog-async v2.8.0 |
855 | 2024-11-18T19:03:58.551Z | Compiling anyhow v1.0.93 |
856 | 2024-11-18T19:03:58.703Z | Compiling match_cfg v0.1.0 |
857 | 2024-11-18T19:03:58.787Z | Compiling camino v1.1.9 |
858 | 2024-11-18T19:03:58.871Z | Compiling winnow v0.6.20 |
859 | 2024-11-18T19:03:59.466Z | Compiling hostname v0.3.1 |
860 | 2024-11-18T19:03:59.689Z | Compiling rand_chacha v0.3.1 |
861 | 2024-11-18T19:04:00.139Z | Compiling structmeta v0.3.0 |
862 | 2024-11-18T19:04:00.501Z | Compiling crossbeam-channel v0.5.13 |
863 | 2024-11-18T19:04:01.459Z | Compiling digest v0.10.7 |
864 | 2024-11-18T19:04:01.461Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-11-18T19:04:02.096Z | Compiling darling v0.20.10 |
866 | 2024-11-18T19:04:02.195Z | Compiling term v0.7.0 |
867 | 2024-11-18T19:04:02.383Z | Compiling progenitor-client v0.8.0 |
868 | 2024-11-18T19:04:03.315Z | Compiling toml_edit v0.22.22 |
869 | 2024-11-18T19:04:09.117Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-11-18T19:04:10.580Z | Compiling usdt-macro v0.5.0 |
871 | 2024-11-18T19:04:10.667Z | Compiling slog-json v2.6.1 |
872 | 2024-11-18T19:04:11.132Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-18T19:04:11.899Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-18T19:04:12.300Z | Compiling memmap v0.7.0 |
875 | 2024-11-18T19:04:12.739Z | Compiling is-terminal v0.4.13 |
876 | 2024-11-18T19:04:12.861Z | Compiling dropshot v0.13.0 |
877 | 2024-11-18T19:04:13.189Z | Compiling cpufeatures v0.2.14 |
878 | 2024-11-18T19:04:13.218Z | Compiling take_mut v0.2.2 |
879 | 2024-11-18T19:04:13.273Z | Compiling sha1 v0.10.6 |
880 | 2024-11-18T19:04:14.048Z | Compiling async-stream v0.3.6 |
881 | 2024-11-18T19:04:14.387Z | Compiling progenitor v0.8.0 |
882 | 2024-11-18T19:04:14.399Z | Compiling slog-term v2.9.1 |
883 | 2024-11-18T19:04:14.600Z | Compiling usdt v0.5.0 |
884 | 2024-11-18T19:04:16.130Z | Compiling futures v0.3.31 |
885 | 2024-11-18T19:04:16.323Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-18T19:04:16.591Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-18T19:04:16.698Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-18T19:04:17.130Z | Compiling toml v0.8.19 |
889 | 2024-11-18T19:04:17.325Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-18T19:04:20.023Z | Compiling parse-display-derive v0.10.0 |
891 | 2024-11-18T19:04:21.273Z | Compiling rand v0.8.5 |
892 | 2024-11-18T19:04:25.831Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-18T19:04:25.906Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-18T19:04:25.942Z | Compiling hex v0.4.3 |
895 | 2024-11-18T19:04:26.178Z | Compiling serde_path_to_error v0.1.16 |
896 | 2024-11-18T19:04:26.647Z | Compiling async-trait v0.1.83 |
897 | 2024-11-18T19:04:27.193Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-18T19:04:28.028Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-18T19:04:28.257Z | Compiling hostname v0.4.0 |
900 | 2024-11-18T19:04:28.492Z | Compiling instant v0.1.13 |
901 | 2024-11-18T19:04:28.630Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-18T19:04:28.754Z | Compiling backoff v0.4.0 |
903 | 2024-11-18T19:04:29.051Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-18T19:04:29.072Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-18T19:04:29.238Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-18T19:04:29.330Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
907 | 2024-11-18T19:04:30.877Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-18T19:04:31.444Z | Compiling parse-display v0.10.0 |
909 | 2024-11-18T19:04:33.611Z | Compiling strum v0.26.3 |
910 | 2024-11-18T19:04:33.783Z | Compiling serde_with v3.11.0 |
911 | 2024-11-18T19:04:34.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-18T19:04:34.995Z | Compiling regress v0.9.1 |
913 | 2024-11-18T19:04:35.171Z | Compiling macaddr v1.0.1 |
914 | 2024-11-18T19:04:40.044Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-18T19:04:50.254Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-18T19:05:00.029Z | Finished `release` profile [optimized] target(s) in 2m 35s |
917 | 2024-11-18T19:05:00.096Z | process exited: duration 234799 ms, exit code 0 |
|
918 | 2024-11-18T19:05:00.102Z | found 0 output files |