|
|
|
1 | 2024-12-20T23:29:36.836Z | job assigned to worker 01JFK6DWGH4ZBVV5YEN7M7KN0Y [factory aws, i-0df7808672d3f3ad7] (queued for 57 s) |
|
2 | 2024-12-20T23:29:44.117Z | starting task 0: "setup" |
3 | 2024-12-20T23:29:44.125Z | ++ uname -s |
4 | 2024-12-20T23:29:44.129Z | + kern=SunOS |
5 | 2024-12-20T23:29:44.129Z | + case "$kern" in |
6 | 2024-12-20T23:29:44.129Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:29:44.133Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:29:47.428Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:29:47.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:29:47.476Z | + home_fs=zfs |
11 | 2024-12-20T23:29:47.476Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:29:47.476Z | + mkdir -p /home/build |
13 | 2024-12-20T23:29:47.476Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:29:48.223Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:29:48.226Z | process exited: duration 4108 ms, exit code 0 |
|
16 | 2024-12-20T23:29:48.231Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:29:48.236Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:29:48.236Z | ' 1.81.0 |
19 | 2024-12-20T23:29:48.236Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:29:48.236Z | * toolchain profile = "default" |
21 | 2024-12-20T23:29:48.236Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T23:29:48.237Z | ' default |
23 | 2024-12-20T23:29:48.239Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:29:48.239Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:29:48.363Z | info: downloading installer |
26 | 2024-12-20T23:29:49.738Z | info: profile set to 'default' |
27 | 2024-12-20T23:29:49.738Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:29:49.756Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:29:49.822Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:29:49.822Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:29:50.791Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:29:51.136Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:29:52.489Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:29:54.558Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:30:03.618Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:30:03.665Z | info: installing component 'cargo' |
37 | 2024-12-20T23:30:03.665Z | info: installing component 'clippy' |
38 | 2024-12-20T23:30:03.665Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:30:05.068Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:30:06.770Z | info: installing component 'rustc' |
41 | 2024-12-20T23:30:12.462Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:30:12.783Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T23:30:12.784Z | |
44 | 2024-12-20T23:30:13.142Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:30:13.143Z | |
46 | 2024-12-20T23:30:13.146Z | |
47 | 2024-12-20T23:30:13.146Z | Rust is installed now. Great! |
48 | 2024-12-20T23:30:13.146Z | |
49 | 2024-12-20T23:30:13.146Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:30:13.146Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:30:13.147Z | |
52 | 2024-12-20T23:30:13.147Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:30:13.147Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:30:13.147Z | |
55 | 2024-12-20T23:30:13.147Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:30:13.147Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:30:13.147Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:30:13.212Z | + rustc --version |
59 | 2024-12-20T23:30:13.280Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:30:13.283Z | process exited: duration 25048 ms, exit code 0 |
|
61 | 2024-12-20T23:30:13.289Z | starting task 2: "authentication" |
62 | 2024-12-20T23:30:13.311Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T23:30:13.317Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:30:13.322Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:30:13.325Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:30:13.580Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:30:20.870Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:30:20.870Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:30:21.157Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:30:21.157Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:30:21.167Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:30:21.169Z | ++ git branch --show-current |
73 | 2024-12-20T23:30:21.173Z | + current=main |
74 | 2024-12-20T23:30:21.173Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:30:21.173Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:30:21.176Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:30:21.344Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:30:21.347Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:30:21.389Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:30:21.392Z | process exited: duration 8073 ms, exit code 0 |
|
81 | 2024-12-20T23:30:21.397Z | starting task 4: "build" |
82 | 2024-12-20T23:30:21.403Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T23:30:21.406Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T23:30:21.406Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T23:30:21.406Z | + cargo --version |
86 | 2024-12-20T23:30:21.461Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T23:30:21.464Z | + rustc --version |
88 | 2024-12-20T23:30:21.524Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T23:30:21.528Z | + cd /tmp |
90 | 2024-12-20T23:30:21.528Z | + cargo new --lib test-project |
91 | 2024-12-20T23:30:21.587Z | Creating library `test-project` package |
92 | 2024-12-20T23:30:21.668Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T23:30:21.671Z | + cd test-project |
94 | 2024-12-20T23:30:21.671Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T23:30:21.726Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T23:30:21.726Z | Features: |
97 | 2024-12-20T23:30:21.726Z | - proptest |
98 | 2024-12-20T23:30:21.726Z | - test-strategy |
99 | 2024-12-20T23:30:21.726Z | - testing |
100 | 2024-12-20T23:30:21.728Z | Updating crates.io index |
101 | 2024-12-20T23:30:21.775Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T23:30:22.281Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T23:30:22.746Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T23:30:23.066Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T23:30:24.439Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T23:30:24.443Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T23:30:24.443Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T23:30:24.443Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T23:30:24.443Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T23:30:24.443Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T23:30:24.448Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T23:30:24.448Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T23:30:24.448Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T23:30:24.448Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T23:30:24.448Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T23:30:24.448Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T23:30:24.450Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T23:30:24.450Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T23:30:24.457Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T23:30:24.460Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T23:30:24.462Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T23:30:24.462Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T23:30:24.462Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T23:30:24.462Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T23:30:24.465Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T23:30:24.465Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T23:30:24.468Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T23:30:24.468Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T23:30:24.468Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T23:30:24.468Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T23:30:24.468Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T23:30:24.468Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T23:30:24.468Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T23:30:24.470Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T23:30:24.470Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T23:30:24.470Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T23:30:24.470Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T23:30:24.546Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T23:30:24.549Z | + cargo check |
140 | 2024-12-20T23:30:24.718Z | Updating crates.io index |
141 | 2024-12-20T23:30:25.413Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T23:30:29.050Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T23:30:31.251Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T23:30:32.093Z | Downloading crates ... |
145 | 2024-12-20T23:30:32.181Z | Downloaded tokio-native-tls v0.3.1 |
146 | 2024-12-20T23:30:32.199Z | Downloaded memmap v0.7.0 |
147 | 2024-12-20T23:30:32.201Z | Downloaded tokio-macros v2.4.0 |
148 | 2024-12-20T23:30:32.202Z | Downloaded autocfg v1.4.0 |
149 | 2024-12-20T23:30:32.252Z | Downloaded async-stream v0.3.6 |
150 | 2024-12-20T23:30:32.261Z | Downloaded byteorder v1.5.0 |
151 | 2024-12-20T23:30:32.262Z | Downloaded block-buffer v0.10.4 |
152 | 2024-12-20T23:30:32.262Z | Downloaded backoff v0.4.0 |
153 | 2024-12-20T23:30:32.262Z | Downloaded anyhow v1.0.93 |
154 | 2024-12-20T23:30:32.262Z | Downloaded aho-corasick v1.1.3 |
155 | 2024-12-20T23:30:32.262Z | Downloaded atomic-waker v1.1.2 |
156 | 2024-12-20T23:30:32.262Z | Downloaded toml_edit v0.22.22 |
157 | 2024-12-20T23:30:32.266Z | Downloaded try-lock v0.2.5 |
158 | 2024-12-20T23:30:32.294Z | Downloaded crypto-common v0.1.6 |
159 | 2024-12-20T23:30:32.294Z | Downloaded cc v1.1.30 |
160 | 2024-12-20T23:30:32.295Z | Downloaded tracing-core v0.1.32 |
161 | 2024-12-20T23:30:32.295Z | Downloaded tracing v0.1.40 |
162 | 2024-12-20T23:30:32.295Z | Downloaded typify-macro v0.2.0 |
163 | 2024-12-20T23:30:32.295Z | Downloaded typify v0.2.0 |
164 | 2024-12-20T23:30:32.295Z | Downloaded typenum v1.17.0 |
165 | 2024-12-20T23:30:32.304Z | Downloaded write16 v1.0.0 |
166 | 2024-12-20T23:30:32.304Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-12-20T23:30:32.304Z | Downloaded url v2.5.3 |
168 | 2024-12-20T23:30:32.304Z | Downloaded dtrace-parser v0.2.0 |
169 | 2024-12-20T23:30:32.304Z | Downloaded dof v0.3.0 |
170 | 2024-12-20T23:30:32.304Z | Downloaded dirs-sys-next v0.1.2 |
171 | 2024-12-20T23:30:32.304Z | Downloaded zerofrom v0.1.4 |
172 | 2024-12-20T23:30:32.304Z | Downloaded waitgroup v0.1.2 |
173 | 2024-12-20T23:30:32.304Z | Downloaded tower-service v0.3.3 |
174 | 2024-12-20T23:30:32.304Z | Downloaded dyn-clone v1.0.17 |
175 | 2024-12-20T23:30:32.309Z | Downloaded digest v0.10.7 |
176 | 2024-12-20T23:30:32.309Z | Downloaded deranged v0.3.11 |
177 | 2024-12-20T23:30:32.309Z | Downloaded num_threads v0.1.7 |
178 | 2024-12-20T23:30:32.309Z | Downloaded num-conv v0.1.0 |
179 | 2024-12-20T23:30:32.309Z | Downloaded yoke-derive v0.7.4 |
180 | 2024-12-20T23:30:32.309Z | Downloaded want v0.3.1 |
181 | 2024-12-20T23:30:32.309Z | Downloaded usdt-macro v0.5.0 |
182 | 2024-12-20T23:30:32.309Z | Downloaded foreign-types-shared v0.1.1 |
183 | 2024-12-20T23:30:32.314Z | Downloaded dirs-next v2.0.0 |
184 | 2024-12-20T23:30:32.314Z | Downloaded debug-ignore v1.0.5 |
185 | 2024-12-20T23:30:32.314Z | Downloaded openssl-probe v0.1.5 |
186 | 2024-12-20T23:30:32.318Z | Downloaded openssl-macros v0.1.1 |
187 | 2024-12-20T23:30:32.318Z | Downloaded untrusted v0.9.0 |
188 | 2024-12-20T23:30:32.318Z | Downloaded tinyvec_macros v0.1.1 |
189 | 2024-12-20T23:30:32.318Z | Downloaded time-core v0.1.2 |
190 | 2024-12-20T23:30:32.318Z | Downloaded cpufeatures v0.2.14 |
191 | 2024-12-20T23:30:32.323Z | Downloaded toml_datetime v0.6.8 |
192 | 2024-12-20T23:30:32.323Z | Downloaded http-body v1.0.1 |
193 | 2024-12-20T23:30:32.323Z | Downloaded progenitor-client v0.8.0 |
194 | 2024-12-20T23:30:32.323Z | Downloaded omicron-workspace-hack v0.1.0 |
195 | 2024-12-20T23:30:32.324Z | Downloaded futures-macro v0.3.31 |
196 | 2024-12-20T23:30:32.324Z | Downloaded futures-executor v0.3.31 |
197 | 2024-12-20T23:30:32.327Z | Downloaded cfg-if v1.0.0 |
198 | 2024-12-20T23:30:32.327Z | Downloaded displaydoc v0.2.5 |
199 | 2024-12-20T23:30:32.331Z | Downloaded pretty-hex v0.4.1 |
200 | 2024-12-20T23:30:32.332Z | Downloaded futures-core v0.3.31 |
201 | 2024-12-20T23:30:32.332Z | Downloaded darling v0.20.10 |
202 | 2024-12-20T23:30:32.335Z | Downloaded tokio-rustls v0.26.0 |
203 | 2024-12-20T23:30:32.338Z | Downloaded version_check v0.9.5 |
204 | 2024-12-20T23:30:32.338Z | Downloaded zerofrom-derive v0.1.4 |
205 | 2024-12-20T23:30:32.342Z | Downloaded writeable v0.5.5 |
206 | 2024-12-20T23:30:32.342Z | Downloaded utf16_iter v1.0.5 |
207 | 2024-12-20T23:30:32.342Z | Downloaded match_cfg v0.1.0 |
208 | 2024-12-20T23:30:32.346Z | Downloaded instant v0.1.13 |
209 | 2024-12-20T23:30:32.347Z | Downloaded ident_case v1.0.1 |
210 | 2024-12-20T23:30:32.347Z | Downloaded icu_provider_macros v1.5.0 |
211 | 2024-12-20T23:30:32.347Z | Downloaded take_mut v0.2.2 |
212 | 2024-12-20T23:30:32.354Z | Downloaded zerovec-derive v0.10.3 |
213 | 2024-12-20T23:30:32.354Z | Downloaded newtype-uuid v1.1.3 |
214 | 2024-12-20T23:30:32.354Z | Downloaded utf8_iter v1.0.4 |
215 | 2024-12-20T23:30:32.354Z | Downloaded usdt v0.5.0 |
216 | 2024-12-20T23:30:32.359Z | Downloaded form_urlencoded v1.2.1 |
217 | 2024-12-20T23:30:32.359Z | Downloaded fnv v1.0.7 |
218 | 2024-12-20T23:30:32.359Z | Downloaded mime v0.3.17 |
219 | 2024-12-20T23:30:32.359Z | Downloaded hostname v0.4.0 |
220 | 2024-12-20T23:30:32.359Z | Downloaded heck v0.5.0 |
221 | 2024-12-20T23:30:32.359Z | Downloaded hex v0.4.3 |
222 | 2024-12-20T23:30:32.359Z | Downloaded generic-array v0.14.7 |
223 | 2024-12-20T23:30:32.363Z | Downloaded futures-sink v0.3.31 |
224 | 2024-12-20T23:30:32.363Z | Downloaded futures-io v0.3.31 |
225 | 2024-12-20T23:30:32.364Z | Downloaded foreign-types v0.3.2 |
226 | 2024-12-20T23:30:32.364Z | Downloaded equivalent v1.0.1 |
227 | 2024-12-20T23:30:32.364Z | Downloaded hyper-tls v0.6.0 |
228 | 2024-12-20T23:30:32.367Z | Downloaded darling_macro v0.20.10 |
229 | 2024-12-20T23:30:32.367Z | Downloaded thread-id v4.2.2 |
230 | 2024-12-20T23:30:32.367Z | Downloaded bytes v1.8.0 |
231 | 2024-12-20T23:30:32.371Z | Downloaded tokio-rustls v0.25.0 |
232 | 2024-12-20T23:30:32.374Z | Downloaded scroll_derive v0.12.0 |
233 | 2024-12-20T23:30:32.374Z | Downloaded camino v1.1.9 |
234 | 2024-12-20T23:30:32.374Z | Downloaded ppv-lite86 v0.2.20 |
235 | 2024-12-20T23:30:32.377Z | Downloaded pin-utils v0.1.0 |
236 | 2024-12-20T23:30:32.377Z | Downloaded futures-channel v0.3.31 |
237 | 2024-12-20T23:30:32.377Z | Downloaded crossbeam-utils v0.8.20 |
238 | 2024-12-20T23:30:32.381Z | Downloaded percent-encoding v2.3.1 |
239 | 2024-12-20T23:30:32.392Z | Downloaded powerfmt v0.2.0 |
240 | 2024-12-20T23:30:32.393Z | Downloaded paste v1.0.15 |
241 | 2024-12-20T23:30:32.396Z | Downloaded macaddr v1.0.1 |
242 | 2024-12-20T23:30:32.397Z | Downloaded itoa v1.0.11 |
243 | 2024-12-20T23:30:32.397Z | Downloaded progenitor v0.8.0 |
244 | 2024-12-20T23:30:32.397Z | Downloaded is-terminal v0.4.13 |
245 | 2024-12-20T23:30:32.397Z | Downloaded stable_deref_trait v1.2.0 |
246 | 2024-12-20T23:30:32.397Z | Downloaded rand_chacha v0.3.1 |
247 | 2024-12-20T23:30:32.397Z | Downloaded quinn-udp v0.5.5 |
248 | 2024-12-20T23:30:32.397Z | Downloaded progenitor-macro v0.8.0 |
249 | 2024-12-20T23:30:32.397Z | Downloaded ipnetwork v0.20.0 |
250 | 2024-12-20T23:30:32.397Z | Downloaded httpdate v1.0.3 |
251 | 2024-12-20T23:30:32.397Z | Downloaded structmeta v0.3.0 |
252 | 2024-12-20T23:30:32.401Z | Downloaded signal-hook-registry v1.4.2 |
253 | 2024-12-20T23:30:32.402Z | Downloaded pkg-config v0.3.31 |
254 | 2024-12-20T23:30:32.402Z | Downloaded once_cell v1.20.2 |
255 | 2024-12-20T23:30:32.405Z | Downloaded zeroize v1.8.1 |
256 | 2024-12-20T23:30:32.405Z | Downloaded thiserror v1.0.69 |
257 | 2024-12-20T23:30:32.408Z | Downloaded sync_wrapper v1.0.1 |
258 | 2024-12-20T23:30:32.414Z | Downloaded strum v0.26.3 |
259 | 2024-12-20T23:30:32.414Z | Downloaded zerocopy-derive v0.7.35 |
260 | 2024-12-20T23:30:32.414Z | Downloaded hyper-rustls v0.27.3 |
261 | 2024-12-20T23:30:32.417Z | Downloaded synstructure v0.13.1 |
262 | 2024-12-20T23:30:32.417Z | Downloaded serde_urlencoded v0.7.1 |
263 | 2024-12-20T23:30:32.420Z | Downloaded rustversion v1.0.17 |
264 | 2024-12-20T23:30:32.423Z | Downloaded serde_tokenstream v0.2.2 |
265 | 2024-12-20T23:30:32.423Z | Downloaded futures-task v0.3.31 |
266 | 2024-12-20T23:30:32.425Z | Downloaded icu_locid_transform v1.5.0 |
267 | 2024-12-20T23:30:32.426Z | Downloaded multer v3.1.0 |
268 | 2024-12-20T23:30:32.429Z | Downloaded tinystr v0.7.6 |
269 | 2024-12-20T23:30:32.433Z | Downloaded serde_spanned v0.6.8 |
270 | 2024-12-20T23:30:32.433Z | Downloaded usdt-impl v0.5.0 |
271 | 2024-12-20T23:30:32.434Z | Downloaded scopeguard v1.2.0 |
272 | 2024-12-20T23:30:32.437Z | Downloaded iana-time-zone v0.1.61 |
273 | 2024-12-20T23:30:32.437Z | Downloaded parse-display-derive v0.10.0 |
274 | 2024-12-20T23:30:32.437Z | Downloaded slog-json v2.6.1 |
275 | 2024-12-20T23:30:32.440Z | Downloaded pin-project-lite v0.2.14 |
276 | 2024-12-20T23:30:32.443Z | Downloaded pest_derive v2.7.14 |
277 | 2024-12-20T23:30:32.445Z | Downloaded rand_core v0.6.4 |
278 | 2024-12-20T23:30:32.446Z | Downloaded quote v1.0.37 |
279 | 2024-12-20T23:30:32.449Z | Downloaded lock_api v0.4.12 |
280 | 2024-12-20T23:30:32.452Z | Downloaded subtle v2.6.1 |
281 | 2024-12-20T23:30:32.452Z | Downloaded slog-bunyan v2.5.0 |
282 | 2024-12-20T23:30:32.452Z | Downloaded semver v1.0.23 |
283 | 2024-12-20T23:30:32.455Z | Downloaded litemap v0.7.3 |
284 | 2024-12-20T23:30:32.458Z | Downloaded ipnet v2.10.1 |
285 | 2024-12-20T23:30:32.458Z | Downloaded rustc-hash v2.0.0 |
286 | 2024-12-20T23:30:32.458Z | Downloaded unicode-ident v1.0.13 |
287 | 2024-12-20T23:30:32.461Z | Downloaded native-tls v0.2.12 |
288 | 2024-12-20T23:30:32.465Z | Downloaded tokio-util v0.7.12 |
289 | 2024-12-20T23:30:32.468Z | Downloaded strsim v0.11.1 |
290 | 2024-12-20T23:30:32.472Z | Downloaded shlex v1.3.0 |
291 | 2024-12-20T23:30:32.472Z | Downloaded structmeta-derive v0.3.0 |
292 | 2024-12-20T23:30:32.472Z | Downloaded slog-async v2.8.0 |
293 | 2024-12-20T23:30:32.475Z | Downloaded parking_lot v0.12.3 |
294 | 2024-12-20T23:30:32.477Z | Downloaded num-traits v0.2.19 |
295 | 2024-12-20T23:30:32.480Z | Downloaded sha2 v0.10.8 |
296 | 2024-12-20T23:30:32.481Z | Downloaded tinyvec v1.8.0 |
297 | 2024-12-20T23:30:32.483Z | Downloaded scroll v0.12.0 |
298 | 2024-12-20T23:30:32.486Z | Downloaded smallvec v1.13.2 |
299 | 2024-12-20T23:30:32.486Z | Downloaded indexmap v1.9.3 |
300 | 2024-12-20T23:30:32.490Z | Downloaded progenitor-impl v0.8.0 |
301 | 2024-12-20T23:30:32.493Z | Downloaded spin v0.9.8 |
302 | 2024-12-20T23:30:32.493Z | Downloaded slog-term v2.9.1 |
303 | 2024-12-20T23:30:32.496Z | Downloaded slog v2.7.0 |
304 | 2024-12-20T23:30:32.498Z | Downloaded rustls-pemfile v2.2.0 |
305 | 2024-12-20T23:30:32.501Z | Downloaded unsafe-libyaml v0.2.11 |
306 | 2024-12-20T23:30:32.504Z | Downloaded strum_macros v0.26.4 |
307 | 2024-12-20T23:30:32.507Z | Downloaded hyper-util v0.1.10 |
308 | 2024-12-20T23:30:32.510Z | Downloaded schemars_derive v0.8.21 |
309 | 2024-12-20T23:30:32.510Z | Downloaded icu_locid_transform_data v1.5.0 |
310 | 2024-12-20T23:30:32.514Z | Downloaded icu_normalizer_data v1.5.0 |
311 | 2024-12-20T23:30:32.514Z | Downloaded term v0.7.0 |
312 | 2024-12-20T23:30:32.516Z | Downloaded ucd-trie v0.1.7 |
313 | 2024-12-20T23:30:32.519Z | Downloaded pest_meta v2.7.14 |
314 | 2024-12-20T23:30:32.520Z | Downloaded schemars v0.8.21 |
315 | 2024-12-20T23:30:32.530Z | Downloaded ryu v1.0.18 |
316 | 2024-12-20T23:30:32.532Z | Downloaded socket2 v0.5.7 |
317 | 2024-12-20T23:30:32.535Z | Downloaded rustls-pki-types v1.10.0 |
318 | 2024-12-20T23:30:32.538Z | Downloaded icu_properties v1.5.1 |
319 | 2024-12-20T23:30:32.541Z | Downloaded proc-macro2 v1.0.89 |
320 | 2024-12-20T23:30:32.545Z | Downloaded serde_derive v1.0.215 |
321 | 2024-12-20T23:30:32.546Z | Downloaded rand v0.8.5 |
322 | 2024-12-20T23:30:32.549Z | Downloaded openssl-sys v0.9.103 |
323 | 2024-12-20T23:30:32.552Z | Downloaded quinn v0.11.5 |
324 | 2024-12-20T23:30:32.558Z | Downloaded darling_core v0.20.10 |
325 | 2024-12-20T23:30:32.562Z | Downloaded log v0.4.22 |
326 | 2024-12-20T23:30:32.565Z | Downloaded serde_yaml v0.9.34+deprecated |
327 | 2024-12-20T23:30:32.568Z | Downloaded icu_collections v1.5.0 |
328 | 2024-12-20T23:30:32.571Z | Downloaded serde v1.0.215 |
329 | 2024-12-20T23:30:32.574Z | Downloaded mio v1.0.2 |
330 | 2024-12-20T23:30:32.578Z | Downloaded memchr v2.7.4 |
331 | 2024-12-20T23:30:32.583Z | Downloaded hashbrown v0.12.3 |
332 | 2024-12-20T23:30:32.587Z | Downloaded http v1.1.0 |
333 | 2024-12-20T23:30:32.591Z | Downloaded serde_path_to_error v0.1.16 |
334 | 2024-12-20T23:30:32.595Z | Downloaded serde_derive_internals v0.29.1 |
335 | 2024-12-20T23:30:32.595Z | Downloaded serde_with_macros v3.11.0 |
336 | 2024-12-20T23:30:32.598Z | Downloaded bitflags v2.6.0 |
337 | 2024-12-20T23:30:32.601Z | Downloaded time v0.3.36 |
338 | 2024-12-20T23:30:32.605Z | Downloaded zerovec v0.10.4 |
339 | 2024-12-20T23:30:32.610Z | Downloaded indexmap v2.6.0 |
340 | 2024-12-20T23:30:32.614Z | Downloaded pest v2.7.14 |
341 | 2024-12-20T23:30:32.619Z | Downloaded hashbrown v0.15.1 |
342 | 2024-12-20T23:30:32.624Z | Downloaded icu_normalizer v1.5.0 |
343 | 2024-12-20T23:30:32.627Z | Downloaded sha1 v0.10.6 |
344 | 2024-12-20T23:30:32.630Z | Downloaded icu_provider v1.5.0 |
345 | 2024-12-20T23:30:32.633Z | Downloaded zerocopy v0.7.35 |
346 | 2024-12-20T23:30:32.645Z | Downloaded serde_json v1.0.132 |
347 | 2024-12-20T23:30:32.653Z | Downloaded futures-util v0.3.31 |
348 | 2024-12-20T23:30:32.662Z | Downloaded serde_with v3.11.0 |
349 | 2024-12-20T23:30:32.670Z | Downloaded reqwest v0.12.9 |
350 | 2024-12-20T23:30:32.677Z | Downloaded quinn-proto v0.11.8 |
351 | 2024-12-20T23:30:32.683Z | Downloaded chrono v0.4.38 |
352 | 2024-12-20T23:30:32.690Z | Downloaded vcpkg v0.2.15 |
353 | 2024-12-20T23:30:32.725Z | Downloaded webpki-roots v0.26.6 |
354 | 2024-12-20T23:30:32.728Z | Downloaded rustls-webpki v0.102.8 |
355 | 2024-12-20T23:30:32.745Z | Downloaded icu_properties_data v1.5.0 |
356 | 2024-12-20T23:30:32.754Z | Downloaded regex v1.11.1 |
357 | 2024-12-20T23:30:32.765Z | Downloaded syn v2.0.87 |
358 | 2024-12-20T23:30:32.776Z | Downloaded dropshot v0.13.0 |
359 | 2024-12-20T23:30:32.794Z | Downloaded openssl v0.10.66 |
360 | 2024-12-20T23:30:32.803Z | Downloaded regress v0.10.1 |
361 | 2024-12-20T23:30:32.810Z | Downloaded regress v0.9.1 |
362 | 2024-12-20T23:30:32.817Z | Downloaded rustls v0.22.4 |
363 | 2024-12-20T23:30:32.829Z | Downloaded openapiv3 v2.0.0 |
364 | 2024-12-20T23:30:32.848Z | Downloaded regex-syntax v0.8.5 |
365 | 2024-12-20T23:30:32.862Z | Downloaded rustls v0.23.19 |
366 | 2024-12-20T23:30:32.866Z | Downloaded h2 v0.4.6 |
367 | 2024-12-20T23:30:32.866Z | Downloaded goblin v0.8.2 |
368 | 2024-12-20T23:30:32.869Z | Downloaded typify-impl v0.2.0 |
369 | 2024-12-20T23:30:32.881Z | Downloaded idna v1.0.3 |
370 | 2024-12-20T23:30:32.884Z | Downloaded hyper v1.5.0 |
371 | 2024-12-20T23:30:32.890Z | Downloaded hashbrown v0.14.5 |
372 | 2024-12-20T23:30:32.895Z | Downloaded winnow v0.6.20 |
373 | 2024-12-20T23:30:32.902Z | Downloaded icu_locid v1.5.0 |
374 | 2024-12-20T23:30:32.906Z | Downloaded futures v0.3.31 |
375 | 2024-12-20T23:30:32.910Z | Downloaded uuid v1.11.0 |
376 | 2024-12-20T23:30:32.913Z | Downloaded toml v0.8.19 |
377 | 2024-12-20T23:30:32.916Z | Downloaded regex-automata v0.4.8 |
378 | 2024-12-20T23:30:32.932Z | Downloaded httparse v1.9.5 |
379 | 2024-12-20T23:30:32.940Z | Downloaded pest_generator v2.7.14 |
380 | 2024-12-20T23:30:32.940Z | Downloaded time-macros v0.2.18 |
381 | 2024-12-20T23:30:32.940Z | Downloaded parking_lot_core v0.9.10 |
382 | 2024-12-20T23:30:32.940Z | Downloaded slab v0.4.9 |
383 | 2024-12-20T23:30:32.940Z | Downloaded yoke v0.7.4 |
384 | 2024-12-20T23:30:32.943Z | Downloaded hostname v0.3.1 |
385 | 2024-12-20T23:30:32.943Z | Downloaded plain v0.2.3 |
386 | 2024-12-20T23:30:32.943Z | Downloaded idna_adapter v1.2.0 |
387 | 2024-12-20T23:30:32.947Z | Downloaded tokio v1.40.0 |
388 | 2024-12-20T23:30:32.976Z | Downloaded getrandom v0.2.15 |
389 | 2024-12-20T23:30:32.980Z | Downloaded dropshot_endpoint v0.13.0 |
390 | 2024-12-20T23:30:32.982Z | Downloaded parse-display v0.10.0 |
391 | 2024-12-20T23:30:32.984Z | Downloaded libc v0.2.162 |
392 | 2024-12-20T23:30:33.006Z | Downloaded thread_local v1.1.8 |
393 | 2024-12-20T23:30:33.009Z | Downloaded thiserror-impl v1.0.69 |
394 | 2024-12-20T23:30:33.009Z | Downloaded http-body-util v0.1.2 |
395 | 2024-12-20T23:30:33.013Z | Downloaded crossbeam-channel v0.5.13 |
396 | 2024-12-20T23:30:33.016Z | Downloaded base64 v0.22.1 |
397 | 2024-12-20T23:30:33.018Z | Downloaded allocator-api2 v0.2.18 |
398 | 2024-12-20T23:30:33.021Z | Downloaded ahash v0.8.11 |
399 | 2024-12-20T23:30:33.024Z | Downloaded async-trait v0.1.83 |
400 | 2024-12-20T23:30:33.027Z | Downloaded async-stream-impl v0.3.6 |
401 | 2024-12-20T23:30:33.085Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-20T23:30:33.288Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T23:30:33.613Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T23:30:33.613Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T23:30:33.613Z | Compiling libc v0.2.162 |
406 | 2024-12-20T23:30:33.613Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T23:30:33.624Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T23:30:33.624Z | Compiling serde v1.0.215 |
409 | 2024-12-20T23:30:33.638Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T23:30:33.645Z | Checking memchr v2.7.4 |
411 | 2024-12-20T23:30:33.753Z | Compiling serde_json v1.0.132 |
412 | 2024-12-20T23:30:33.792Z | Checking itoa v1.0.11 |
413 | 2024-12-20T23:30:34.280Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T23:30:34.482Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T23:30:34.500Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T23:30:34.703Z | Compiling cc v1.1.30 |
417 | 2024-12-20T23:30:35.323Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T23:30:35.420Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T23:30:35.609Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T23:30:35.658Z | Checking bytes v1.8.0 |
421 | 2024-12-20T23:30:35.678Z | Checking ryu v1.0.18 |
422 | 2024-12-20T23:30:35.826Z | Checking futures-core v0.3.31 |
423 | 2024-12-20T23:30:35.927Z | Compiling lock_api v0.4.12 |
424 | 2024-12-20T23:30:35.970Z | Compiling byteorder v1.5.0 |
425 | 2024-12-20T23:30:36.020Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-20T23:30:36.365Z | Checking getrandom v0.2.15 |
427 | 2024-12-20T23:30:36.391Z | Compiling ahash v0.8.11 |
428 | 2024-12-20T23:30:36.422Z | Compiling schemars v0.8.21 |
429 | 2024-12-20T23:30:36.458Z | Checking scopeguard v1.2.0 |
430 | 2024-12-20T23:30:36.563Z | Compiling slab v0.4.9 |
431 | 2024-12-20T23:30:36.619Z | Compiling quote v1.0.37 |
432 | 2024-12-20T23:30:36.822Z | Checking futures-sink v0.3.31 |
433 | 2024-12-20T23:30:36.841Z | Checking log v0.4.22 |
434 | 2024-12-20T23:30:36.912Z | Checking mio v1.0.2 |
435 | 2024-12-20T23:30:36.951Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-20T23:30:37.048Z | Compiling syn v2.0.87 |
437 | 2024-12-20T23:30:37.115Z | Checking socket2 v0.5.7 |
438 | 2024-12-20T23:30:37.237Z | Checking parking_lot v0.12.3 |
439 | 2024-12-20T23:30:37.267Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-20T23:30:37.338Z | Checking equivalent v1.0.1 |
441 | 2024-12-20T23:30:37.361Z | Checking fnv v1.0.7 |
442 | 2024-12-20T23:30:37.399Z | Compiling ring v0.17.8 |
443 | 2024-12-20T23:30:37.455Z | Checking hashbrown v0.15.1 |
444 | 2024-12-20T23:30:37.469Z | Compiling semver v1.0.23 |
445 | 2024-12-20T23:30:37.469Z | Checking http v1.1.0 |
446 | 2024-12-20T23:30:37.528Z | Checking futures-channel v0.3.31 |
447 | 2024-12-20T23:30:37.551Z | Checking pin-utils v0.1.0 |
448 | 2024-12-20T23:30:37.573Z | Checking futures-io v0.3.31 |
449 | 2024-12-20T23:30:37.647Z | Checking futures-task v0.3.31 |
450 | 2024-12-20T23:30:37.739Z | Checking spin v0.9.8 |
451 | 2024-12-20T23:30:37.856Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-20T23:30:37.873Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-20T23:30:37.931Z | Checking rustls-pki-types v1.10.0 |
454 | 2024-12-20T23:30:37.985Z | Compiling heck v0.5.0 |
455 | 2024-12-20T23:30:38.451Z | Checking iana-time-zone v0.1.61 |
456 | 2024-12-20T23:30:38.530Z | Compiling httparse v1.9.5 |
457 | 2024-12-20T23:30:38.588Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-20T23:30:38.849Z | Checking writeable v0.5.5 |
459 | 2024-12-20T23:30:38.986Z | Checking litemap v0.7.3 |
460 | 2024-12-20T23:30:39.056Z | Checking untrusted v0.9.0 |
461 | 2024-12-20T23:30:39.209Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T23:30:39.254Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-20T23:30:39.296Z | Checking dyn-clone v1.0.17 |
464 | 2024-12-20T23:30:39.371Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-12-20T23:30:39.513Z | Compiling openssl-sys v0.9.103 |
466 | 2024-12-20T23:30:39.824Z | Checking tracing v0.1.40 |
467 | 2024-12-20T23:30:40.076Z | Checking http-body v1.0.1 |
468 | 2024-12-20T23:30:40.192Z | Compiling uuid v1.11.0 |
469 | 2024-12-20T23:30:40.244Z | Checking subtle v2.6.1 |
470 | 2024-12-20T23:30:40.269Z | Checking icu_locid_transform_data v1.5.0 |
471 | 2024-12-20T23:30:40.287Z | Checking try-lock v0.2.5 |
472 | 2024-12-20T23:30:40.353Z | Checking zeroize v1.8.1 |
473 | 2024-12-20T23:30:40.446Z | Checking want v0.3.1 |
474 | 2024-12-20T23:30:40.582Z | Compiling openssl v0.10.66 |
475 | 2024-12-20T23:30:40.614Z | Compiling chrono v0.4.38 |
476 | 2024-12-20T23:30:40.726Z | Checking httpdate v1.0.3 |
477 | 2024-12-20T23:30:40.801Z | Checking foreign-types-shared v0.1.1 |
478 | 2024-12-20T23:30:40.878Z | Compiling slog v2.7.0 |
479 | 2024-12-20T23:30:40.948Z | Checking icu_properties_data v1.5.0 |
480 | 2024-12-20T23:30:40.971Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T23:30:41.048Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T23:30:41.168Z | Checking icu_normalizer_data v1.5.0 |
483 | 2024-12-20T23:30:41.263Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-20T23:30:41.344Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-20T23:30:41.427Z | Compiling rustls v0.23.19 |
486 | 2024-12-20T23:30:41.477Z | Compiling typenum v1.17.0 |
487 | 2024-12-20T23:30:41.661Z | Checking bitflags v2.6.0 |
488 | 2024-12-20T23:30:41.884Z | Checking percent-encoding v2.3.1 |
489 | 2024-12-20T23:30:42.082Z | Compiling regex-syntax v0.8.5 |
490 | 2024-12-20T23:30:42.310Z | Compiling native-tls v0.2.12 |
491 | 2024-12-20T23:30:42.660Z | Checking write16 v1.0.0 |
492 | 2024-12-20T23:30:42.781Z | Checking tower-service v0.3.3 |
493 | 2024-12-20T23:30:42.885Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T23:30:43.066Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T23:30:43.418Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T23:30:44.563Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T23:30:44.711Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T23:30:45.425Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-20T23:30:45.524Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-20T23:30:45.815Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-20T23:30:45.880Z | Checking mime v0.3.17 |
502 | 2024-12-20T23:30:46.200Z | Compiling time-core v0.1.2 |
503 | 2024-12-20T23:30:46.371Z | Checking powerfmt v0.2.0 |
504 | 2024-12-20T23:30:46.570Z | Compiling num-conv v0.1.0 |
505 | 2024-12-20T23:30:46.825Z | Compiling time-macros v0.2.18 |
506 | 2024-12-20T23:30:46.849Z | Checking deranged v0.3.11 |
507 | 2024-12-20T23:30:47.475Z | Compiling thread-id v4.2.2 |
508 | 2024-12-20T23:30:48.034Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-20T23:30:48.224Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-20T23:30:48.415Z | Compiling crossbeam-utils v0.8.20 |
511 | 2024-12-20T23:30:48.647Z | Checking base64 v0.22.1 |
512 | 2024-12-20T23:30:48.882Z | Checking plain v0.2.3 |
513 | 2024-12-20T23:30:49.084Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-20T23:30:49.098Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-20T23:30:49.165Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-20T23:30:49.206Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-20T23:30:49.618Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-20T23:30:49.986Z | Compiling tokio-macros v2.4.0 |
519 | 2024-12-20T23:30:51.080Z | Compiling zerocopy v0.7.35 |
520 | 2024-12-20T23:30:52.015Z | Compiling yoke-derive v0.7.4 |
521 | 2024-12-20T23:30:52.036Z | Checking tokio v1.40.0 |
522 | 2024-12-20T23:30:52.093Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-12-20T23:30:52.649Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-20T23:30:52.696Z | Compiling displaydoc v0.2.5 |
525 | 2024-12-20T23:30:53.056Z | Checking zerofrom v0.1.4 |
526 | 2024-12-20T23:30:53.388Z | Compiling pest v2.7.14 |
527 | 2024-12-20T23:30:54.374Z | Compiling icu_provider_macros v1.5.0 |
528 | 2024-12-20T23:30:54.493Z | Checking futures-util v0.3.31 |
529 | 2024-12-20T23:30:54.599Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-20T23:30:54.679Z | Checking yoke v0.7.4 |
531 | 2024-12-20T23:30:55.020Z | Checking zerovec v0.10.4 |
532 | 2024-12-20T23:30:55.067Z | Checking rustls-webpki v0.102.8 |
533 | 2024-12-20T23:30:55.762Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-20T23:30:55.942Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-20T23:30:55.978Z | Compiling regress v0.10.1 |
536 | 2024-12-20T23:30:56.687Z | Checking tinystr v0.7.6 |
537 | 2024-12-20T23:30:57.076Z | Checking icu_locid v1.5.0 |
538 | 2024-12-20T23:30:58.107Z | Checking icu_provider v1.5.0 |
539 | 2024-12-20T23:30:58.787Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-12-20T23:30:59.051Z | Checking tokio-util v0.7.12 |
541 | 2024-12-20T23:30:59.615Z | Compiling pest_generator v2.7.14 |
542 | 2024-12-20T23:30:59.816Z | Checking icu_collections v1.5.0 |
543 | 2024-12-20T23:31:00.471Z | Checking icu_properties v1.5.1 |
544 | 2024-12-20T23:31:00.742Z | Checking http-body-util v0.1.2 |
545 | 2024-12-20T23:31:01.029Z | Compiling scroll_derive v0.12.0 |
546 | 2024-12-20T23:31:01.194Z | Compiling regex v1.11.1 |
547 | 2024-12-20T23:31:01.348Z | Checking indexmap v2.6.0 |
548 | 2024-12-20T23:31:02.201Z | Compiling serde_tokenstream v0.2.2 |
549 | 2024-12-20T23:31:02.729Z | Checking h2 v0.4.6 |
550 | 2024-12-20T23:31:02.796Z | Compiling pest_derive v2.7.14 |
551 | 2024-12-20T23:31:03.621Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-12-20T23:31:03.654Z | Checking icu_normalizer v1.5.0 |
553 | 2024-12-20T23:31:03.733Z | Checking tokio-native-tls v0.3.1 |
554 | 2024-12-20T23:31:04.427Z | Checking idna_adapter v1.2.0 |
555 | 2024-12-20T23:31:04.559Z | Compiling dof v0.3.0 |
556 | 2024-12-20T23:31:04.607Z | Checking idna v1.0.3 |
557 | 2024-12-20T23:31:04.687Z | Checking scroll v0.12.0 |
558 | 2024-12-20T23:31:05.075Z | Checking tokio-rustls v0.26.0 |
559 | 2024-12-20T23:31:05.095Z | Checking serde_urlencoded v0.7.1 |
560 | 2024-12-20T23:31:05.460Z | Compiling ident_case v1.0.1 |
561 | 2024-12-20T23:31:05.479Z | Compiling strsim v0.11.1 |
562 | 2024-12-20T23:31:05.518Z | Checking num_threads v0.1.7 |
563 | 2024-12-20T23:31:05.647Z | Checking time v0.3.36 |
564 | 2024-12-20T23:31:06.178Z | Compiling typify-impl v0.2.0 |
565 | 2024-12-20T23:31:06.197Z | Compiling darling_core v0.20.10 |
566 | 2024-12-20T23:31:06.937Z | Checking hyper v1.5.0 |
567 | 2024-12-20T23:31:07.338Z | Checking goblin v0.8.2 |
568 | 2024-12-20T23:31:07.456Z | Checking url v2.5.3 |
569 | 2024-12-20T23:31:09.044Z | Checking hyper-util v0.1.10 |
570 | 2024-12-20T23:31:09.120Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-20T23:31:10.785Z | Checking hyper-rustls v0.27.3 |
572 | 2024-12-20T23:31:11.114Z | Checking hyper-tls v0.6.0 |
573 | 2024-12-20T23:31:11.381Z | Checking dirs-sys-next v0.1.2 |
574 | 2024-12-20T23:31:11.407Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-20T23:31:11.570Z | Compiling rustversion v1.0.17 |
576 | 2024-12-20T23:31:11.920Z | Compiling rustls v0.22.4 |
577 | 2024-12-20T23:31:12.146Z | Checking ipnet v2.10.1 |
578 | 2024-12-20T23:31:12.191Z | Compiling paste v1.0.15 |
579 | 2024-12-20T23:31:12.217Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-20T23:31:12.378Z | Compiling omicron-workspace-hack v0.1.0 |
581 | 2024-12-20T23:31:12.398Z | Compiling unsafe-libyaml v0.2.11 |
582 | 2024-12-20T23:31:12.569Z | Checking reqwest v0.12.9 |
583 | 2024-12-20T23:31:12.692Z | Compiling darling_macro v0.20.10 |
584 | 2024-12-20T23:31:12.972Z | Checking dirs-next v2.0.0 |
585 | 2024-12-20T23:31:13.101Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-20T23:31:13.272Z | Checking toml_datetime v0.6.8 |
587 | 2024-12-20T23:31:13.287Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-20T23:31:13.359Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-20T23:31:13.553Z | Checking block-buffer v0.10.4 |
590 | 2024-12-20T23:31:13.604Z | Checking crypto-common v0.1.6 |
591 | 2024-12-20T23:31:13.729Z | Compiling serde_yaml v0.9.34+deprecated |
592 | 2024-12-20T23:31:13.753Z | Checking rand_core v0.6.4 |
593 | 2024-12-20T23:31:13.876Z | Checking thread_local v1.1.8 |
594 | 2024-12-20T23:31:13.998Z | Compiling multer v3.1.0 |
595 | 2024-12-20T23:31:14.022Z | Compiling slog-async v2.8.0 |
596 | 2024-12-20T23:31:14.042Z | Checking winnow v0.6.20 |
597 | 2024-12-20T23:31:14.139Z | Checking match_cfg v0.1.0 |
598 | 2024-12-20T23:31:14.181Z | Compiling camino v1.1.9 |
599 | 2024-12-20T23:31:14.219Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-20T23:31:14.307Z | Compiling anyhow v1.0.93 |
601 | 2024-12-20T23:31:14.570Z | Checking hostname v0.3.1 |
602 | 2024-12-20T23:31:14.612Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-20T23:31:14.694Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-20T23:31:14.973Z | Checking digest v0.10.7 |
605 | 2024-12-20T23:31:15.007Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-20T23:31:15.226Z | Compiling darling v0.20.10 |
607 | 2024-12-20T23:31:15.300Z | Checking term v0.7.0 |
608 | 2024-12-20T23:31:15.759Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-20T23:31:15.902Z | Compiling structmeta v0.3.0 |
610 | 2024-12-20T23:31:16.303Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-20T23:31:16.562Z | Checking slog-json v2.6.1 |
612 | 2024-12-20T23:31:16.778Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T23:31:16.815Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T23:31:16.981Z | Checking memmap v0.7.0 |
615 | 2024-12-20T23:31:17.011Z | Checking is-terminal v0.4.13 |
616 | 2024-12-20T23:31:17.057Z | Checking toml_edit v0.22.22 |
617 | 2024-12-20T23:31:17.132Z | Compiling dropshot v0.13.0 |
618 | 2024-12-20T23:31:17.169Z | Checking take_mut v0.2.2 |
619 | 2024-12-20T23:31:17.304Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-20T23:31:17.398Z | Checking sha1 v0.10.6 |
621 | 2024-12-20T23:31:17.524Z | Checking slog-term v2.9.1 |
622 | 2024-12-20T23:31:17.586Z | Checking futures v0.3.31 |
623 | 2024-12-20T23:31:17.673Z | Checking slog-bunyan v2.5.0 |
624 | 2024-12-20T23:31:17.692Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-20T23:31:17.713Z | Checking usdt v0.5.0 |
626 | 2024-12-20T23:31:17.842Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-20T23:31:17.949Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-20T23:31:18.100Z | Checking async-stream v0.3.6 |
629 | 2024-12-20T23:31:18.282Z | Checking rand v0.8.5 |
630 | 2024-12-20T23:31:18.972Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-20T23:31:19.484Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-20T23:31:19.501Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-20T23:31:19.584Z | Checking hex v0.4.3 |
634 | 2024-12-20T23:31:19.627Z | Checking toml v0.8.19 |
635 | 2024-12-20T23:31:19.837Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-20T23:31:19.858Z | Compiling typify-macro v0.2.0 |
637 | 2024-12-20T23:31:20.104Z | Compiling async-trait v0.1.83 |
638 | 2024-12-20T23:31:20.358Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-20T23:31:20.478Z | Checking waitgroup v0.1.2 |
640 | 2024-12-20T23:31:20.508Z | Checking hostname v0.4.0 |
641 | 2024-12-20T23:31:20.612Z | Checking instant v0.1.13 |
642 | 2024-12-20T23:31:20.635Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-20T23:31:20.721Z | Checking backoff v0.4.0 |
644 | 2024-12-20T23:31:20.765Z | Checking serde_with v3.11.0 |
645 | 2024-12-20T23:31:21.005Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-20T23:31:21.128Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-20T23:31:21.156Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-20T23:31:21.262Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-20T23:31:21.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2024-12-20T23:31:21.621Z | Checking parse-display v0.10.0 |
651 | 2024-12-20T23:31:21.639Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T23:31:21.839Z | Checking regress v0.9.1 |
653 | 2024-12-20T23:31:22.095Z | Checking strum v0.26.3 |
654 | 2024-12-20T23:31:23.071Z | Compiling typify v0.2.0 |
655 | 2024-12-20T23:31:23.172Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T23:31:25.770Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T23:31:29.907Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T23:31:30.035Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T23:31:32.952Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T23:31:41.813Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T23:31:41.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-20T23:31:41.813Z | + cargo build --release |
663 | 2024-12-20T23:31:41.813Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T23:31:41.813Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T23:31:41.813Z | Compiling libc v0.2.162 |
666 | 2024-12-20T23:31:41.813Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T23:31:41.813Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T23:31:41.813Z | Compiling serde v1.0.215 |
669 | 2024-12-20T23:31:41.813Z | Compiling version_check v0.9.5 |
670 | 2024-12-20T23:31:41.813Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T23:31:41.813Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T23:31:41.813Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T23:31:41.813Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T23:31:41.813Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T23:31:41.813Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T23:31:42.045Z | Compiling cc v1.1.30 |
677 | 2024-12-20T23:31:42.078Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T23:31:42.371Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T23:31:42.444Z | Compiling getrandom v0.2.15 |
680 | 2024-12-20T23:31:42.475Z | Compiling smallvec v1.13.2 |
681 | 2024-12-20T23:31:42.539Z | Compiling ryu v1.0.18 |
682 | 2024-12-20T23:31:42.772Z | Compiling quote v1.0.37 |
683 | 2024-12-20T23:31:42.779Z | Compiling bytes v1.8.0 |
684 | 2024-12-20T23:31:42.945Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T23:31:43.040Z | Compiling lock_api v0.4.12 |
686 | 2024-12-20T23:31:43.094Z | Compiling ahash v0.8.11 |
687 | 2024-12-20T23:31:43.160Z | Compiling syn v2.0.87 |
688 | 2024-12-20T23:31:43.361Z | Compiling schemars v0.8.21 |
689 | 2024-12-20T23:31:43.392Z | Compiling byteorder v1.5.0 |
690 | 2024-12-20T23:31:43.457Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-20T23:31:43.766Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T23:31:43.819Z | Compiling slab v0.4.9 |
693 | 2024-12-20T23:31:43.827Z | Compiling log v0.4.22 |
694 | 2024-12-20T23:31:44.146Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-20T23:31:44.283Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-12-20T23:31:44.289Z | Compiling mio v1.0.2 |
697 | 2024-12-20T23:31:44.334Z | Compiling socket2 v0.5.7 |
698 | 2024-12-20T23:31:44.397Z | Compiling parking_lot v0.12.3 |
699 | 2024-12-20T23:31:44.552Z | Compiling semver v1.0.23 |
700 | 2024-12-20T23:31:44.712Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T23:31:44.946Z | Compiling ring v0.17.8 |
702 | 2024-12-20T23:31:45.027Z | Compiling equivalent v1.0.1 |
703 | 2024-12-20T23:31:45.122Z | Compiling fnv v1.0.7 |
704 | 2024-12-20T23:31:45.133Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-20T23:31:45.244Z | Compiling http v1.1.0 |
706 | 2024-12-20T23:31:45.806Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T23:31:45.952Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-20T23:31:45.999Z | Compiling futures-io v0.3.31 |
709 | 2024-12-20T23:31:46.028Z | Compiling futures-task v0.3.31 |
710 | 2024-12-20T23:31:46.305Z | Compiling heck v0.5.0 |
711 | 2024-12-20T23:31:46.318Z | Compiling vcpkg v0.2.15 |
712 | 2024-12-20T23:31:46.461Z | Compiling rustls-pki-types v1.10.0 |
713 | 2024-12-20T23:31:46.487Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-20T23:31:46.579Z | Compiling spin v0.9.8 |
715 | 2024-12-20T23:31:47.421Z | Compiling writeable v0.5.5 |
716 | 2024-12-20T23:31:47.657Z | Compiling untrusted v0.9.0 |
717 | 2024-12-20T23:31:47.834Z | Compiling ucd-trie v0.1.7 |
718 | 2024-12-20T23:31:47.837Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-20T23:31:48.304Z | Compiling litemap v0.7.3 |
720 | 2024-12-20T23:31:48.391Z | Compiling httparse v1.9.5 |
721 | 2024-12-20T23:31:48.479Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-20T23:31:48.893Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T23:31:49.085Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-20T23:31:49.144Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-20T23:31:49.298Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-20T23:31:49.834Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T23:31:49.891Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T23:31:50.404Z | Compiling chrono v0.4.38 |
729 | 2024-12-20T23:31:50.464Z | Compiling try-lock v0.2.5 |
730 | 2024-12-20T23:31:50.489Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-12-20T23:31:50.534Z | Compiling uuid v1.11.0 |
732 | 2024-12-20T23:31:50.573Z | Compiling zeroize v1.8.1 |
733 | 2024-12-20T23:31:50.604Z | Compiling subtle v2.6.1 |
734 | 2024-12-20T23:31:50.873Z | Compiling synstructure v0.13.1 |
735 | 2024-12-20T23:31:50.893Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-20T23:31:51.113Z | Compiling want v0.3.1 |
737 | 2024-12-20T23:31:51.441Z | Compiling slog v2.7.0 |
738 | 2024-12-20T23:31:51.920Z | Compiling httpdate v1.0.3 |
739 | 2024-12-20T23:31:52.240Z | Compiling openssl v0.10.66 |
740 | 2024-12-20T23:31:52.388Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-20T23:31:52.481Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-20T23:31:52.671Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T23:31:52.993Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T23:31:53.328Z | Compiling tower-service v0.3.3 |
745 | 2024-12-20T23:31:53.444Z | Compiling typenum v1.17.0 |
746 | 2024-12-20T23:31:53.979Z | Compiling regex-syntax v0.8.5 |
747 | 2024-12-20T23:31:54.164Z | Compiling icu_normalizer_data v1.5.0 |
748 | 2024-12-20T23:31:54.254Z | Compiling native-tls v0.2.12 |
749 | 2024-12-20T23:31:54.365Z | Compiling bitflags v2.6.0 |
750 | 2024-12-20T23:31:54.590Z | Compiling write16 v1.0.0 |
751 | 2024-12-20T23:31:54.711Z | Compiling percent-encoding v2.3.1 |
752 | 2024-12-20T23:31:54.711Z | Compiling utf16_iter v1.0.5 |
753 | 2024-12-20T23:31:54.838Z | Compiling utf8_iter v1.0.4 |
754 | 2024-12-20T23:31:54.905Z | Compiling rustls v0.23.19 |
755 | 2024-12-20T23:31:55.101Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T23:31:55.266Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T23:31:55.716Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T23:31:56.274Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T23:31:56.289Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T23:31:56.851Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T23:31:57.037Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T23:31:57.348Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T23:31:58.398Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T23:31:59.923Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-20T23:32:00.028Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-20T23:32:00.074Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T23:32:00.999Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T23:32:01.235Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-20T23:32:01.497Z | Compiling tokio v1.40.0 |
770 | 2024-12-20T23:32:01.516Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-20T23:32:02.747Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T23:32:03.059Z | Compiling zerovec v0.10.4 |
773 | 2024-12-20T23:32:03.092Z | Compiling futures-util v0.3.31 |
774 | 2024-12-20T23:32:03.099Z | Compiling pest v2.7.14 |
775 | 2024-12-20T23:32:03.233Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T23:32:04.438Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T23:32:05.795Z | Compiling tinystr v0.7.6 |
778 | 2024-12-20T23:32:06.033Z | Compiling pest_meta v2.7.14 |
779 | 2024-12-20T23:32:06.071Z | Compiling rustls-webpki v0.102.8 |
780 | 2024-12-20T23:32:06.238Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-20T23:32:09.960Z | Compiling serde_tokenstream v0.2.2 |
782 | 2024-12-20T23:32:10.574Z | Compiling indexmap v2.6.0 |
783 | 2024-12-20T23:32:11.915Z | Compiling tokio-util v0.7.12 |
784 | 2024-12-20T23:32:12.313Z | Compiling icu_provider v1.5.0 |
785 | 2024-12-20T23:32:14.144Z | Compiling icu_locid_transform v1.5.0 |
786 | 2024-12-20T23:32:14.591Z | Compiling h2 v0.4.6 |
787 | 2024-12-20T23:32:15.935Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-20T23:32:17.004Z | Compiling regress v0.10.1 |
789 | 2024-12-20T23:32:17.721Z | Compiling icu_collections v1.5.0 |
790 | 2024-12-20T23:32:19.380Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-20T23:32:20.097Z | Compiling hyper v1.5.0 |
792 | 2024-12-20T23:32:20.417Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-20T23:32:21.300Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-20T23:32:22.267Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-20T23:32:25.722Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-20T23:32:26.231Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-20T23:32:30.488Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T23:32:31.916Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T23:32:32.196Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T23:32:32.780Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T23:32:33.411Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-20T23:32:34.311Z | Compiling usdt-impl v0.5.0 |
803 | 2024-12-20T23:32:34.680Z | Compiling regex v1.11.1 |
804 | 2024-12-20T23:32:35.031Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-20T23:32:35.654Z | Compiling num-conv v0.1.0 |
806 | 2024-12-20T23:32:35.915Z | Compiling mime v0.3.17 |
807 | 2024-12-20T23:32:36.911Z | Compiling time-core v0.1.2 |
808 | 2024-12-20T23:32:37.072Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-20T23:32:37.378Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T23:32:37.544Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T23:32:39.689Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-20T23:32:39.861Z | Compiling scroll v0.12.0 |
813 | 2024-12-20T23:32:40.172Z | Compiling idna v1.0.3 |
814 | 2024-12-20T23:32:40.508Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-20T23:32:40.800Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T23:32:45.746Z | Compiling dof v0.3.0 |
817 | 2024-12-20T23:32:45.859Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T23:32:46.432Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T23:32:46.528Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-20T23:32:46.644Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-20T23:32:46.856Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-20T23:32:47.151Z | Compiling num_threads v0.1.7 |
823 | 2024-12-20T23:32:48.056Z | Compiling ident_case v1.0.1 |
824 | 2024-12-20T23:32:48.146Z | Compiling crossbeam-utils v0.8.20 |
825 | 2024-12-20T23:32:48.702Z | Compiling plain v0.2.3 |
826 | 2024-12-20T23:32:48.853Z | Compiling strsim v0.11.1 |
827 | 2024-12-20T23:32:49.020Z | Compiling base64 v0.22.1 |
828 | 2024-12-20T23:32:49.364Z | Compiling darling_core v0.20.10 |
829 | 2024-12-20T23:32:49.552Z | Compiling time v0.3.36 |
830 | 2024-12-20T23:32:50.128Z | Compiling goblin v0.8.2 |
831 | 2024-12-20T23:32:58.675Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T23:32:59.073Z | Compiling url v2.5.3 |
833 | 2024-12-20T23:32:59.119Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T23:32:59.594Z | Compiling typify v0.2.0 |
835 | 2024-12-20T23:32:59.714Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T23:33:00.415Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T23:33:00.553Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T23:33:02.002Z | Compiling rustls v0.22.4 |
839 | 2024-12-20T23:33:02.306Z | Compiling pretty-hex v0.4.1 |
840 | 2024-12-20T23:33:02.535Z | Compiling paste v1.0.15 |
841 | 2024-12-20T23:33:03.018Z | Compiling rustversion v1.0.17 |
842 | 2024-12-20T23:33:03.665Z | Compiling ipnet v2.10.1 |
843 | 2024-12-20T23:33:03.919Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-20T23:33:04.859Z | Compiling reqwest v0.12.9 |
845 | 2024-12-20T23:33:05.680Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-20T23:33:06.788Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-20T23:33:09.640Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T23:33:12.712Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T23:33:13.537Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-20T23:33:13.707Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-20T23:33:13.738Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-20T23:33:13.936Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-20T23:33:14.164Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T23:33:14.420Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T23:33:14.896Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T23:33:15.099Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T23:33:15.196Z | Compiling multer v3.1.0 |
858 | 2024-12-20T23:33:15.359Z | Compiling slog-async v2.8.0 |
859 | 2024-12-20T23:33:15.510Z | Compiling winnow v0.6.20 |
860 | 2024-12-20T23:33:15.792Z | Compiling anyhow v1.0.93 |
861 | 2024-12-20T23:33:15.831Z | Compiling match_cfg v0.1.0 |
862 | 2024-12-20T23:33:15.912Z | Compiling camino v1.1.9 |
863 | 2024-12-20T23:33:16.315Z | Compiling newtype-uuid v1.1.3 |
864 | 2024-12-20T23:33:16.554Z | Compiling hostname v0.3.1 |
865 | 2024-12-20T23:33:16.716Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-20T23:33:16.771Z | Compiling crossbeam-channel v0.5.13 |
867 | 2024-12-20T23:33:17.223Z | Compiling structmeta v0.3.0 |
868 | 2024-12-20T23:33:17.598Z | Compiling digest v0.10.7 |
869 | 2024-12-20T23:33:17.999Z | Compiling darling v0.20.10 |
870 | 2024-12-20T23:33:18.099Z | Compiling progenitor-macro v0.8.0 |
871 | 2024-12-20T23:33:18.338Z | Compiling term v0.7.0 |
872 | 2024-12-20T23:33:19.894Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-20T23:33:25.374Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T23:33:26.309Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-20T23:33:27.623Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-20T23:33:28.031Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T23:33:28.482Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T23:33:29.089Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T23:33:29.652Z | Compiling memmap v0.7.0 |
880 | 2024-12-20T23:33:30.096Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-20T23:33:30.211Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T23:33:30.436Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-20T23:33:30.521Z | Compiling take_mut v0.2.2 |
884 | 2024-12-20T23:33:30.585Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T23:33:30.857Z | Compiling progenitor v0.8.0 |
886 | 2024-12-20T23:33:31.071Z | Compiling async-stream v0.3.6 |
887 | 2024-12-20T23:33:31.342Z | Compiling slog-term v2.9.1 |
888 | 2024-12-20T23:33:31.378Z | Compiling usdt v0.5.0 |
889 | 2024-12-20T23:33:32.933Z | Compiling futures v0.3.31 |
890 | 2024-12-20T23:33:33.126Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-20T23:33:33.393Z | Compiling strum_macros v0.26.4 |
892 | 2024-12-20T23:33:34.032Z | Compiling toml v0.8.19 |
893 | 2024-12-20T23:33:34.255Z | Compiling tokio-rustls v0.25.0 |
894 | 2024-12-20T23:33:34.680Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T23:33:37.437Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-20T23:33:37.957Z | Compiling rand v0.8.5 |
897 | 2024-12-20T23:33:42.638Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T23:33:42.716Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T23:33:42.907Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-20T23:33:43.129Z | Compiling hex v0.4.3 |
901 | 2024-12-20T23:33:43.820Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-20T23:33:43.926Z | Compiling async-trait v0.1.83 |
903 | 2024-12-20T23:33:44.634Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T23:33:44.879Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T23:33:45.127Z | Compiling instant v0.1.13 |
906 | 2024-12-20T23:33:45.275Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T23:33:45.411Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T23:33:45.748Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T23:33:45.925Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T23:33:46.089Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-20T23:33:46.417Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
912 | 2024-12-20T23:33:47.668Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-20T23:33:48.260Z | Compiling parse-display v0.10.0 |
914 | 2024-12-20T23:33:48.676Z | Compiling strum v0.26.3 |
915 | 2024-12-20T23:33:48.848Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T23:33:50.553Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T23:33:50.947Z | Compiling regress v0.9.1 |
918 | 2024-12-20T23:33:51.379Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T23:33:56.381Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T23:34:06.770Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T23:34:16.616Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-20T23:34:16.682Z | process exited: duration 235261 ms, exit code 0 |
|
923 | 2024-12-20T23:34:16.690Z | found 0 output files |