|
|
|
1 | 2024-11-21T21:53:07.060Z | job assigned to worker 01JD8BCAHRH4D92Q38K5S5GY8F [factory aws, i-0fb15768b0d024be3] (queued for 59 s) |
|
2 | 2024-11-21T21:53:15.242Z | starting task 0: "setup" |
3 | 2024-11-21T21:53:15.250Z | ++ uname -s |
4 | 2024-11-21T21:53:15.253Z | + kern=SunOS |
5 | 2024-11-21T21:53:15.253Z | + case "$kern" in |
6 | 2024-11-21T21:53:15.253Z | + groupadd -g 12345 build |
7 | 2024-11-21T21:53:15.255Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T21:53:17.260Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T21:53:17.359Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T21:53:17.362Z | + home_fs=zfs |
11 | 2024-11-21T21:53:17.362Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T21:53:17.362Z | + mkdir -p /home/build |
13 | 2024-11-21T21:53:17.365Z | + chown build:build /home/build /work |
14 | 2024-11-21T21:53:19.365Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T21:53:19.368Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-11-21T21:53:19.374Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T21:53:19.378Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T21:53:19.378Z | ' 1.81.0 |
19 | 2024-11-21T21:53:19.380Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-21T21:53:19.380Z | * toolchain channel = "1.81.0" |
21 | 2024-11-21T21:53:19.380Z | * toolchain profile = "default" |
22 | 2024-11-21T21:53:19.380Z | ' default |
23 | 2024-11-21T21:53:19.380Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T21:53:19.380Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-21T21:53:19.515Z | info: downloading installer |
26 | 2024-11-21T21:53:21.015Z | info: profile set to 'default' |
27 | 2024-11-21T21:53:21.015Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T21:53:21.019Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-21T21:53:21.152Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-21T21:53:21.152Z | info: downloading component 'cargo' |
31 | 2024-11-21T21:53:21.883Z | info: downloading component 'clippy' |
32 | 2024-11-21T21:53:22.151Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T21:53:23.162Z | info: downloading component 'rust-std' |
34 | 2024-11-21T21:53:24.733Z | info: downloading component 'rustc' |
35 | 2024-11-21T21:53:30.381Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T21:53:30.599Z | info: installing component 'cargo' |
37 | 2024-11-21T21:53:31.383Z | info: installing component 'clippy' |
38 | 2024-11-21T21:53:31.737Z | info: installing component 'rust-docs' |
39 | 2024-11-21T21:53:33.339Z | info: installing component 'rust-std' |
40 | 2024-11-21T21:53:35.016Z | info: installing component 'rustc' |
41 | 2024-11-21T21:53:40.567Z | info: installing component 'rustfmt' |
42 | 2024-11-21T21:53:40.914Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-21T21:53:40.914Z | |
44 | 2024-11-21T21:53:41.288Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-21T21:53:41.288Z | |
46 | 2024-11-21T21:53:41.292Z | |
47 | 2024-11-21T21:53:41.292Z | Rust is installed now. Great! |
48 | 2024-11-21T21:53:41.292Z | |
49 | 2024-11-21T21:53:41.292Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T21:53:41.292Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T21:53:41.292Z | |
52 | 2024-11-21T21:53:41.292Z | To configure your current shell, you need to source |
53 | 2024-11-21T21:53:41.292Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T21:53:41.292Z | |
55 | 2024-11-21T21:53:41.292Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T21:53:41.292Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T21:53:41.292Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T21:53:41.362Z | + rustc --version |
59 | 2024-11-21T21:53:41.428Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-21T21:53:41.431Z | process exited: duration 22058 ms, exit code 0 |
|
61 | 2024-11-21T21:53:41.436Z | starting task 2: "authentication" |
62 | 2024-11-21T21:53:41.457Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-21T21:53:41.462Z | starting task 3: "clone repository" |
64 | 2024-11-21T21:53:41.467Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-21T21:53:41.470Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-21T21:53:41.758Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-21T21:53:48.101Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-21T21:53:48.101Z | + git fetch origin b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
69 | 2024-11-21T21:53:48.395Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-21T21:53:48.395Z | * branch b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e -> FETCH_HEAD |
71 | 2024-11-21T21:53:48.405Z | + [[ -n iliana/nexus-tuf ]] |
72 | 2024-11-21T21:53:48.408Z | ++ git branch --show-current |
73 | 2024-11-21T21:53:48.408Z | + current=main |
74 | 2024-11-21T21:53:48.408Z | + [[ main != iliana/nexus-tuf ]] |
75 | 2024-11-21T21:53:48.411Z | + git branch -f iliana/nexus-tuf b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
76 | 2024-11-21T21:53:48.413Z | + git checkout -f iliana/nexus-tuf |
77 | 2024-11-21T21:53:48.587Z | Switched to branch 'iliana/nexus-tuf' |
78 | 2024-11-21T21:53:48.591Z | + git reset --hard b2fd7494cbabb3f1098dc0b8cf966bc3cdb7e37e |
79 | 2024-11-21T21:53:48.614Z | HEAD is now at b2fd7494c integration test |
80 | 2024-11-21T21:53:48.616Z | process exited: duration 7153 ms, exit code 0 |
|
81 | 2024-11-21T21:53:48.622Z | starting task 4: "build" |
82 | 2024-11-21T21:53:48.627Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-21T21:53:48.627Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-21T21:53:48.627Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-21T21:53:48.630Z | + cargo --version |
86 | 2024-11-21T21:53:48.684Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-21T21:53:48.686Z | + rustc --version |
88 | 2024-11-21T21:53:48.745Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-21T21:53:48.748Z | + cd /tmp |
90 | 2024-11-21T21:53:48.748Z | + cargo new --lib test-project |
91 | 2024-11-21T21:53:48.805Z | Creating library `test-project` package |
92 | 2024-11-21T21:53:48.881Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-21T21:53:48.884Z | + cd test-project |
94 | 2024-11-21T21:53:48.884Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-21T21:53:48.942Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-21T21:53:48.944Z | Features: |
97 | 2024-11-21T21:53:48.944Z | - proptest |
98 | 2024-11-21T21:53:48.944Z | - test-strategy |
99 | 2024-11-21T21:53:48.944Z | - testing |
100 | 2024-11-21T21:53:48.944Z | Updating crates.io index |
101 | 2024-11-21T21:53:49.006Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-21T21:53:49.820Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-21T21:53:50.408Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-21T21:53:50.825Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-21T21:53:52.157Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-21T21:53:52.159Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-21T21:53:52.159Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-21T21:53:52.159Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-21T21:53:52.159Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-21T21:53:52.159Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-21T21:53:52.159Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-21T21:53:52.159Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-21T21:53:52.159Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-21T21:53:52.162Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-21T21:53:52.162Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-21T21:53:52.162Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-21T21:53:52.165Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-21T21:53:52.172Z | Adding rustls v0.22.4 (latest: v0.23.17) |
119 | 2024-11-21T21:53:52.175Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-21T21:53:52.177Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-21T21:53:52.177Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-21T21:53:52.178Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-21T21:53:52.178Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-21T21:53:52.180Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-21T21:53:52.180Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-21T21:53:52.183Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-21T21:53:52.183Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-21T21:53:52.183Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-21T21:53:52.183Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-21T21:53:52.183Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-21T21:53:52.183Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-21T21:53:52.183Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-21T21:53:52.257Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-21T21:53:52.260Z | + cargo check |
135 | 2024-11-21T21:53:52.422Z | Updating crates.io index |
136 | 2024-11-21T21:53:53.168Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-21T21:53:56.315Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-21T21:53:58.362Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-21T21:53:59.143Z | Downloading crates ... |
140 | 2024-11-21T21:53:59.216Z | Downloaded darling v0.20.10 |
141 | 2024-11-21T21:53:59.222Z | Downloaded indexmap v1.9.3 |
142 | 2024-11-21T21:53:59.225Z | Downloaded form_urlencoded v1.2.1 |
143 | 2024-11-21T21:53:59.229Z | Downloaded log v0.4.22 |
144 | 2024-11-21T21:53:59.236Z | Downloaded thread-id v4.2.2 |
145 | 2024-11-21T21:53:59.239Z | Downloaded anyhow v1.0.93 |
146 | 2024-11-21T21:53:59.241Z | Downloaded thiserror-impl v1.0.69 |
147 | 2024-11-21T21:53:59.244Z | Downloaded memmap v0.7.0 |
148 | 2024-11-21T21:53:59.246Z | Downloaded async-trait v0.1.83 |
149 | 2024-11-21T21:53:59.249Z | Downloaded async-stream-impl v0.3.6 |
150 | 2024-11-21T21:53:59.252Z | Downloaded bytes v1.8.0 |
151 | 2024-11-21T21:53:59.260Z | Downloaded cfg-if v1.0.0 |
152 | 2024-11-21T21:53:59.262Z | Downloaded atomic-waker v1.1.2 |
153 | 2024-11-21T21:53:59.264Z | Downloaded block-buffer v0.10.4 |
154 | 2024-11-21T21:53:59.264Z | Downloaded async-stream v0.3.6 |
155 | 2024-11-21T21:53:59.268Z | Downloaded byteorder v1.5.0 |
156 | 2024-11-21T21:53:59.270Z | Downloaded camino v1.1.9 |
157 | 2024-11-21T21:53:59.271Z | Downloaded ahash v0.8.11 |
158 | 2024-11-21T21:53:59.273Z | Downloaded backoff v0.4.0 |
159 | 2024-11-21T21:53:59.275Z | Downloaded autocfg v1.4.0 |
160 | 2024-11-21T21:53:59.278Z | Downloaded bitflags v2.6.0 |
161 | 2024-11-21T21:53:59.280Z | Downloaded allocator-api2 v0.2.18 |
162 | 2024-11-21T21:53:59.283Z | Downloaded base64 v0.22.1 |
163 | 2024-11-21T21:53:59.287Z | Downloaded cc v1.1.30 |
164 | 2024-11-21T21:53:59.294Z | Downloaded aho-corasick v1.1.3 |
165 | 2024-11-21T21:53:59.299Z | Downloaded crypto-common v0.1.6 |
166 | 2024-11-21T21:53:59.302Z | Downloaded cpufeatures v0.2.14 |
167 | 2024-11-21T21:53:59.305Z | Downloaded chrono v0.4.38 |
168 | 2024-11-21T21:53:59.309Z | Downloaded tower-service v0.3.3 |
169 | 2024-11-21T21:53:59.312Z | Downloaded thread_local v1.1.8 |
170 | 2024-11-21T21:53:59.312Z | Downloaded crossbeam-utils v0.8.20 |
171 | 2024-11-21T21:53:59.315Z | Downloaded dtrace-parser v0.2.0 |
172 | 2024-11-21T21:53:59.317Z | Downloaded darling_macro v0.20.10 |
173 | 2024-11-21T21:53:59.318Z | Downloaded crossbeam-channel v0.5.13 |
174 | 2024-11-21T21:53:59.321Z | Downloaded equivalent v1.0.1 |
175 | 2024-11-21T21:53:59.324Z | Downloaded fnv v1.0.7 |
176 | 2024-11-21T21:53:59.327Z | Downloaded yoke-derive v0.7.4 |
177 | 2024-11-21T21:53:59.327Z | Downloaded foreign-types-shared v0.1.1 |
178 | 2024-11-21T21:53:59.327Z | Downloaded foreign-types v0.3.2 |
179 | 2024-11-21T21:53:59.329Z | Downloaded usdt-attr-macro v0.5.0 |
180 | 2024-11-21T21:53:59.329Z | Downloaded dof v0.3.0 |
181 | 2024-11-21T21:53:59.329Z | Downloaded futures-macro v0.3.31 |
182 | 2024-11-21T21:53:59.332Z | Downloaded debug-ignore v1.0.5 |
183 | 2024-11-21T21:53:59.334Z | Downloaded futures v0.3.31 |
184 | 2024-11-21T21:53:59.339Z | Downloaded omicron-workspace-hack v0.1.0 |
185 | 2024-11-21T21:53:59.341Z | Downloaded usdt-macro v0.5.0 |
186 | 2024-11-21T21:53:59.341Z | Downloaded write16 v1.0.0 |
187 | 2024-11-21T21:53:59.344Z | Downloaded usdt v0.5.0 |
188 | 2024-11-21T21:53:59.344Z | Downloaded want v0.3.1 |
189 | 2024-11-21T21:53:59.346Z | Downloaded ident_case v1.0.1 |
190 | 2024-11-21T21:53:59.346Z | Downloaded icu_provider_macros v1.5.0 |
191 | 2024-11-21T21:53:59.346Z | Downloaded http-body v1.0.1 |
192 | 2024-11-21T21:53:59.349Z | Downloaded tinyvec_macros v0.1.1 |
193 | 2024-11-21T21:53:59.349Z | Downloaded futures-io v0.3.31 |
194 | 2024-11-21T21:53:59.349Z | Downloaded futures-core v0.3.31 |
195 | 2024-11-21T21:53:59.351Z | Downloaded zerovec-derive v0.10.3 |
196 | 2024-11-21T21:53:59.354Z | Downloaded http-body-util v0.1.2 |
197 | 2024-11-21T21:53:59.354Z | Downloaded writeable v0.5.5 |
198 | 2024-11-21T21:53:59.356Z | Downloaded instant v0.1.13 |
199 | 2024-11-21T21:53:59.359Z | Downloaded toml_datetime v0.6.8 |
200 | 2024-11-21T21:53:59.359Z | Downloaded num-conv v0.1.0 |
201 | 2024-11-21T21:53:59.361Z | Downloaded match_cfg v0.1.0 |
202 | 2024-11-21T21:53:59.361Z | Downloaded generic-array v0.14.7 |
203 | 2024-11-21T21:53:59.364Z | Downloaded futures-sink v0.3.31 |
204 | 2024-11-21T21:53:59.364Z | Downloaded httpdate v1.0.3 |
205 | 2024-11-21T21:53:59.366Z | Downloaded hex v0.4.3 |
206 | 2024-11-21T21:53:59.366Z | Downloaded pretty-hex v0.4.1 |
207 | 2024-11-21T21:53:59.369Z | Downloaded typify-macro v0.2.0 |
208 | 2024-11-21T21:53:59.369Z | Downloaded num_threads v0.1.7 |
209 | 2024-11-21T21:53:59.372Z | Downloaded futures-executor v0.3.31 |
210 | 2024-11-21T21:53:59.372Z | Downloaded hyper-tls v0.6.0 |
211 | 2024-11-21T21:53:59.374Z | Downloaded heck v0.5.0 |
212 | 2024-11-21T21:53:59.374Z | Downloaded hostname v0.3.1 |
213 | 2024-11-21T21:53:59.377Z | Downloaded hostname v0.4.0 |
214 | 2024-11-21T21:53:59.379Z | Downloaded openssl-probe v0.1.5 |
215 | 2024-11-21T21:53:59.379Z | Downloaded idna_adapter v1.2.0 |
216 | 2024-11-21T21:53:59.382Z | Downloaded openssl-macros v0.1.1 |
217 | 2024-11-21T21:53:59.382Z | Downloaded futures-task v0.3.31 |
218 | 2024-11-21T21:53:59.382Z | Downloaded zerofrom v0.1.4 |
219 | 2024-11-21T21:53:59.384Z | Downloaded try-lock v0.2.5 |
220 | 2024-11-21T21:53:59.385Z | Downloaded version_check v0.9.5 |
221 | 2024-11-21T21:53:59.388Z | Downloaded dyn-clone v1.0.17 |
222 | 2024-11-21T21:53:59.388Z | Downloaded waitgroup v0.1.2 |
223 | 2024-11-21T21:53:59.391Z | Downloaded dirs-next v2.0.0 |
224 | 2024-11-21T21:53:59.391Z | Downloaded digest v0.10.7 |
225 | 2024-11-21T21:53:59.391Z | Downloaded is-terminal v0.4.13 |
226 | 2024-11-21T21:53:59.393Z | Downloaded progenitor-client v0.8.0 |
227 | 2024-11-21T21:53:59.394Z | Downloaded displaydoc v0.2.5 |
228 | 2024-11-21T21:53:59.396Z | Downloaded paste v1.0.15 |
229 | 2024-11-21T21:53:59.399Z | Downloaded macaddr v1.0.1 |
230 | 2024-11-21T21:53:59.402Z | Downloaded itoa v1.0.11 |
231 | 2024-11-21T21:53:59.402Z | Downloaded zeroize v1.8.1 |
232 | 2024-11-21T21:53:59.404Z | Downloaded utf16_iter v1.0.5 |
233 | 2024-11-21T21:53:59.404Z | Downloaded newtype-uuid v1.1.3 |
234 | 2024-11-21T21:53:59.407Z | Downloaded stable_deref_trait v1.2.0 |
235 | 2024-11-21T21:53:59.407Z | Downloaded take_mut v0.2.2 |
236 | 2024-11-21T21:53:59.409Z | Downloaded litemap v0.7.3 |
237 | 2024-11-21T21:53:59.412Z | Downloaded sync_wrapper v1.0.1 |
238 | 2024-11-21T21:53:59.412Z | Downloaded native-tls v0.2.12 |
239 | 2024-11-21T21:53:59.414Z | Downloaded utf8_iter v1.0.4 |
240 | 2024-11-21T21:53:59.414Z | Downloaded tokio-rustls v0.26.0 |
241 | 2024-11-21T21:53:59.417Z | Downloaded tokio-macros v2.4.0 |
242 | 2024-11-21T21:53:59.419Z | Downloaded icu_locid_transform v1.5.0 |
243 | 2024-11-21T21:53:59.422Z | Downloaded tinystr v0.7.6 |
244 | 2024-11-21T21:53:59.422Z | Downloaded yoke v0.7.4 |
245 | 2024-11-21T21:53:59.424Z | Downloaded iana-time-zone v0.1.61 |
246 | 2024-11-21T21:53:59.426Z | Downloaded httparse v1.9.5 |
247 | 2024-11-21T21:53:59.429Z | Downloaded dropshot_endpoint v0.13.0 |
248 | 2024-11-21T21:53:59.431Z | Downloaded strum v0.26.3 |
249 | 2024-11-21T21:53:59.434Z | Downloaded hyper-rustls v0.27.3 |
250 | 2024-11-21T21:53:59.436Z | Downloaded quinn-udp v0.5.5 |
251 | 2024-11-21T21:53:59.436Z | Downloaded scroll_derive v0.12.0 |
252 | 2024-11-21T21:53:59.439Z | Downloaded tokio-native-tls v0.3.1 |
253 | 2024-11-21T21:53:59.439Z | Downloaded pin-utils v0.1.0 |
254 | 2024-11-21T21:53:59.442Z | Downloaded percent-encoding v2.3.1 |
255 | 2024-11-21T21:53:59.442Z | Downloaded untrusted v0.9.0 |
256 | 2024-11-21T21:53:59.445Z | Downloaded pest_generator v2.7.14 |
257 | 2024-11-21T21:53:59.445Z | Downloaded serde_path_to_error v0.1.16 |
258 | 2024-11-21T21:53:59.447Z | Downloaded parking_lot_core v0.9.10 |
259 | 2024-11-21T21:53:59.450Z | Downloaded slog-bunyan v2.5.0 |
260 | 2024-11-21T21:53:59.450Z | Downloaded parse-display-derive v0.10.0 |
261 | 2024-11-21T21:53:59.452Z | Downloaded parse-display v0.10.0 |
262 | 2024-11-21T21:53:59.452Z | Downloaded powerfmt v0.2.0 |
263 | 2024-11-21T21:53:59.455Z | Downloaded pkg-config v0.3.31 |
264 | 2024-11-21T21:53:59.455Z | Downloaded icu_normalizer v1.5.0 |
265 | 2024-11-21T21:53:59.458Z | Downloaded serde_urlencoded v0.7.1 |
266 | 2024-11-21T21:53:59.460Z | Downloaded slog-async v2.8.0 |
267 | 2024-11-21T21:53:59.463Z | Downloaded serde_tokenstream v0.2.2 |
268 | 2024-11-21T21:53:59.463Z | Downloaded rustls-pemfile v2.2.0 |
269 | 2024-11-21T21:53:59.465Z | Downloaded signal-hook-registry v1.4.2 |
270 | 2024-11-21T21:53:59.468Z | Downloaded serde_spanned v0.6.8 |
271 | 2024-11-21T21:53:59.468Z | Downloaded shlex v1.3.0 |
272 | 2024-11-21T21:53:59.471Z | Downloaded tokio-rustls v0.25.0 |
273 | 2024-11-21T21:53:59.471Z | Downloaded icu_locid_transform_data v1.5.0 |
274 | 2024-11-21T21:53:59.473Z | Downloaded progenitor-macro v0.8.0 |
275 | 2024-11-21T21:53:59.476Z | Downloaded unicode-ident v1.0.13 |
276 | 2024-11-21T21:53:59.476Z | Downloaded strsim v0.11.1 |
277 | 2024-11-21T21:53:59.481Z | Downloaded unsafe-libyaml v0.2.11 |
278 | 2024-11-21T21:53:59.481Z | Downloaded schemars_derive v0.8.21 |
279 | 2024-11-21T21:53:59.485Z | Downloaded lock_api v0.4.12 |
280 | 2024-11-21T21:53:59.485Z | Downloaded subtle v2.6.1 |
281 | 2024-11-21T21:53:59.488Z | Downloaded slog-json v2.6.1 |
282 | 2024-11-21T21:53:59.488Z | Downloaded synstructure v0.13.1 |
283 | 2024-11-21T21:53:59.490Z | Downloaded rustc-hash v2.0.0 |
284 | 2024-11-21T21:53:59.490Z | Downloaded structmeta-derive v0.3.0 |
285 | 2024-11-21T21:53:59.492Z | Downloaded structmeta v0.3.0 |
286 | 2024-11-21T21:53:59.492Z | Downloaded thiserror v1.0.69 |
287 | 2024-11-21T21:53:59.496Z | Downloaded strum_macros v0.26.4 |
288 | 2024-11-21T21:53:59.499Z | Downloaded multer v3.1.0 |
289 | 2024-11-21T21:53:59.502Z | Downloaded scopeguard v1.2.0 |
290 | 2024-11-21T21:53:59.505Z | Downloaded once_cell v1.20.2 |
291 | 2024-11-21T21:53:59.507Z | Downloaded term v0.7.0 |
292 | 2024-11-21T21:53:59.510Z | Downloaded semver v1.0.23 |
293 | 2024-11-21T21:53:59.512Z | Downloaded slab v0.4.9 |
294 | 2024-11-21T21:53:59.512Z | Downloaded rand_core v0.6.4 |
295 | 2024-11-21T21:53:59.514Z | Downloaded hyper-util v0.1.10 |
296 | 2024-11-21T21:53:59.517Z | Downloaded ucd-trie v0.1.7 |
297 | 2024-11-21T21:53:59.520Z | Downloaded tracing-core v0.1.32 |
298 | 2024-11-21T21:53:59.522Z | Downloaded serde_derive_internals v0.29.1 |
299 | 2024-11-21T21:53:59.525Z | Downloaded rustversion v1.0.17 |
300 | 2024-11-21T21:53:59.527Z | Downloaded scroll v0.12.0 |
301 | 2024-11-21T21:53:59.527Z | Downloaded uuid v1.11.0 |
302 | 2024-11-21T21:53:59.530Z | Downloaded smallvec v1.13.2 |
303 | 2024-11-21T21:53:59.533Z | Downloaded parking_lot v0.12.3 |
304 | 2024-11-21T21:53:59.535Z | Downloaded ryu v1.0.18 |
305 | 2024-11-21T21:53:59.538Z | Downloaded progenitor-impl v0.8.0 |
306 | 2024-11-21T21:53:59.540Z | Downloaded ppv-lite86 v0.2.20 |
307 | 2024-11-21T21:53:59.543Z | Downloaded slog-term v2.9.1 |
308 | 2024-11-21T21:53:59.546Z | Downloaded icu_properties v1.5.1 |
309 | 2024-11-21T21:53:59.548Z | Downloaded sha1 v0.10.6 |
310 | 2024-11-21T21:53:59.551Z | Downloaded pest_meta v2.7.14 |
311 | 2024-11-21T21:53:59.551Z | Downloaded url v2.5.3 |
312 | 2024-11-21T21:53:59.553Z | Downloaded socket2 v0.5.7 |
313 | 2024-11-21T21:53:59.556Z | Downloaded slog v2.7.0 |
314 | 2024-11-21T21:53:59.558Z | Downloaded schemars v0.8.21 |
315 | 2024-11-21T21:53:59.571Z | Downloaded serde v1.0.215 |
316 | 2024-11-21T21:53:59.574Z | Downloaded winnow v0.6.20 |
317 | 2024-11-21T21:53:59.582Z | Downloaded serde_yaml v0.9.34+deprecated |
318 | 2024-11-21T21:53:59.586Z | Downloaded serde_derive v1.0.215 |
319 | 2024-11-21T21:53:59.588Z | Downloaded tracing v0.1.40 |
320 | 2024-11-21T21:53:59.593Z | Downloaded quinn v0.11.5 |
321 | 2024-11-21T21:53:59.596Z | Downloaded http v1.1.0 |
322 | 2024-11-21T21:53:59.600Z | Downloaded mio v1.0.2 |
323 | 2024-11-21T21:53:59.605Z | Downloaded rand v0.8.5 |
324 | 2024-11-21T21:53:59.609Z | Downloaded openssl-sys v0.9.103 |
325 | 2024-11-21T21:53:59.614Z | Downloaded toml_edit v0.22.22 |
326 | 2024-11-21T21:53:59.636Z | Downloaded idna v1.0.3 |
327 | 2024-11-21T21:53:59.639Z | Downloaded zerovec v0.10.4 |
328 | 2024-11-21T21:53:59.645Z | Downloaded zerocopy v0.7.35 |
329 | 2024-11-21T21:53:59.660Z | Downloaded h2 v0.4.6 |
330 | 2024-11-21T21:53:59.667Z | Downloaded pest v2.7.14 |
331 | 2024-11-21T21:53:59.672Z | Downloaded serde_with v3.11.0 |
332 | 2024-11-21T21:53:59.679Z | Downloaded tokio-util v0.7.12 |
333 | 2024-11-21T21:53:59.686Z | Downloaded serde_json v1.0.132 |
334 | 2024-11-21T21:53:59.693Z | Downloaded futures-util v0.3.31 |
335 | 2024-11-21T21:53:59.704Z | Downloaded quinn-proto v0.11.8 |
336 | 2024-11-21T21:53:59.710Z | Downloaded reqwest v0.12.9 |
337 | 2024-11-21T21:53:59.718Z | Downloaded goblin v0.8.2 |
338 | 2024-11-21T21:53:59.724Z | Downloaded rustls-webpki v0.102.8 |
339 | 2024-11-21T21:53:59.742Z | Downloaded vcpkg v0.2.15 |
340 | 2024-11-21T21:53:59.777Z | Downloaded regex v1.11.1 |
341 | 2024-11-21T21:53:59.789Z | Downloaded webpki-roots v0.26.6 |
342 | 2024-11-21T21:53:59.793Z | Downloaded openssl v0.10.66 |
343 | 2024-11-21T21:53:59.801Z | Downloaded syn v2.0.87 |
344 | 2024-11-21T21:53:59.812Z | Downloaded dropshot v0.13.0 |
345 | 2024-11-21T21:53:59.832Z | Downloaded icu_properties_data v1.5.0 |
346 | 2024-11-21T21:53:59.841Z | Downloaded rustls v0.22.4 |
347 | 2024-11-21T21:53:59.853Z | Downloaded regress v0.10.1 |
348 | 2024-11-21T21:53:59.860Z | Downloaded openapiv3 v2.0.0 |
349 | 2024-11-21T21:53:59.872Z | Downloaded regex-syntax v0.8.5 |
350 | 2024-11-21T21:53:59.879Z | Downloaded rustls v0.23.14 |
351 | 2024-11-21T21:53:59.891Z | Downloaded regress v0.9.1 |
352 | 2024-11-21T21:53:59.897Z | Downloaded typify-impl v0.2.0 |
353 | 2024-11-21T21:53:59.910Z | Downloaded hyper v1.5.0 |
354 | 2024-11-21T21:53:59.917Z | Downloaded hashbrown v0.14.5 |
355 | 2024-11-21T21:53:59.922Z | Downloaded hashbrown v0.15.0 |
356 | 2024-11-21T21:53:59.927Z | Downloaded memchr v2.7.4 |
357 | 2024-11-21T21:53:59.931Z | Downloaded indexmap v2.6.0 |
358 | 2024-11-21T21:53:59.935Z | Downloaded icu_collections v1.5.0 |
359 | 2024-11-21T21:53:59.940Z | Downloaded hashbrown v0.12.3 |
360 | 2024-11-21T21:53:59.946Z | Downloaded rustls-pki-types v1.9.0 |
361 | 2024-11-21T21:53:59.948Z | Downloaded serde_with_macros v3.11.0 |
362 | 2024-11-21T21:53:59.951Z | Downloaded num-traits v0.2.19 |
363 | 2024-11-21T21:53:59.954Z | Downloaded tinyvec v1.8.0 |
364 | 2024-11-21T21:53:59.957Z | Downloaded sha2 v0.10.8 |
365 | 2024-11-21T21:53:59.960Z | Downloaded proc-macro2 v1.0.89 |
366 | 2024-11-21T21:53:59.960Z | Downloaded icu_locid v1.5.0 |
367 | 2024-11-21T21:53:59.964Z | Downloaded regex-automata v0.4.8 |
368 | 2024-11-21T21:53:59.981Z | Downloaded icu_provider v1.5.0 |
369 | 2024-11-21T21:53:59.984Z | Downloaded spin v0.9.8 |
370 | 2024-11-21T21:53:59.988Z | Downloaded rand_chacha v0.3.1 |
371 | 2024-11-21T21:53:59.988Z | Downloaded quote v1.0.37 |
372 | 2024-11-21T21:53:59.990Z | Downloaded pin-project-lite v0.2.14 |
373 | 2024-11-21T21:53:59.993Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2024-11-21T21:53:59.996Z | Downloaded tokio v1.40.0 |
375 | 2024-11-21T21:54:00.030Z | Downloaded icu_normalizer_data v1.5.0 |
376 | 2024-11-21T21:54:00.033Z | Downloaded typenum v1.17.0 |
377 | 2024-11-21T21:54:00.035Z | Downloaded libc v0.2.162 |
378 | 2024-11-21T21:54:00.059Z | Downloaded toml v0.8.19 |
379 | 2024-11-21T21:54:00.062Z | Downloaded time v0.3.36 |
380 | 2024-11-21T21:54:00.068Z | Downloaded typify v0.2.0 |
381 | 2024-11-21T21:54:00.071Z | Downloaded progenitor v0.8.0 |
382 | 2024-11-21T21:54:00.074Z | Downloaded plain v0.2.3 |
383 | 2024-11-21T21:54:00.074Z | Downloaded pest_derive v2.7.14 |
384 | 2024-11-21T21:54:00.074Z | Downloaded zerofrom-derive v0.1.4 |
385 | 2024-11-21T21:54:00.077Z | Downloaded mime v0.3.17 |
386 | 2024-11-21T21:54:00.077Z | Downloaded ipnet v2.10.1 |
387 | 2024-11-21T21:54:00.080Z | Downloaded usdt-impl v0.5.0 |
388 | 2024-11-21T21:54:00.080Z | Downloaded time-macros v0.2.18 |
389 | 2024-11-21T21:54:00.085Z | Downloaded futures-channel v0.3.31 |
390 | 2024-11-21T21:54:00.085Z | Downloaded ipnetwork v0.20.0 |
391 | 2024-11-21T21:54:00.088Z | Downloaded getrandom v0.2.15 |
392 | 2024-11-21T21:54:00.088Z | Downloaded dirs-sys-next v0.1.2 |
393 | 2024-11-21T21:54:00.088Z | Downloaded deranged v0.3.11 |
394 | 2024-11-21T21:54:00.091Z | Downloaded time-core v0.1.2 |
395 | 2024-11-21T21:54:00.091Z | Downloaded darling_core v0.20.10 |
396 | 2024-11-21T21:54:00.124Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-21T21:54:00.309Z | Downloaded ring v0.17.8 |
398 | 2024-11-21T21:54:00.640Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-21T21:54:00.640Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-21T21:54:00.643Z | Compiling libc v0.2.162 |
401 | 2024-11-21T21:54:00.643Z | Checking cfg-if v1.0.0 |
402 | 2024-11-21T21:54:00.643Z | Compiling autocfg v1.4.0 |
403 | 2024-11-21T21:54:00.665Z | Compiling serde v1.0.215 |
404 | 2024-11-21T21:54:00.676Z | Compiling version_check v0.9.5 |
405 | 2024-11-21T21:54:00.691Z | Checking memchr v2.7.4 |
406 | 2024-11-21T21:54:00.774Z | Compiling serde_json v1.0.132 |
407 | 2024-11-21T21:54:01.305Z | Checking itoa v1.0.11 |
408 | 2024-11-21T21:54:01.469Z | Compiling thiserror v1.0.69 |
409 | 2024-11-21T21:54:01.472Z | Checking once_cell v1.20.2 |
410 | 2024-11-21T21:54:01.709Z | Compiling shlex v1.3.0 |
411 | 2024-11-21T21:54:01.954Z | Compiling cc v1.1.30 |
412 | 2024-11-21T21:54:02.792Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-21T21:54:02.877Z | Compiling num-traits v0.2.19 |
414 | 2024-11-21T21:54:02.929Z | Checking smallvec v1.13.2 |
415 | 2024-11-21T21:54:02.967Z | Checking ryu v1.0.18 |
416 | 2024-11-21T21:54:03.055Z | Checking bytes v1.8.0 |
417 | 2024-11-21T21:54:03.222Z | Checking futures-core v0.3.31 |
418 | 2024-11-21T21:54:03.277Z | Compiling lock_api v0.4.12 |
419 | 2024-11-21T21:54:03.409Z | Compiling byteorder v1.5.0 |
420 | 2024-11-21T21:54:03.433Z | Compiling parking_lot_core v0.9.10 |
421 | 2024-11-21T21:54:03.561Z | Checking getrandom v0.2.15 |
422 | 2024-11-21T21:54:03.710Z | Compiling ahash v0.8.11 |
423 | 2024-11-21T21:54:03.736Z | Compiling schemars v0.8.21 |
424 | 2024-11-21T21:54:03.791Z | Checking scopeguard v1.2.0 |
425 | 2024-11-21T21:54:03.860Z | Compiling slab v0.4.9 |
426 | 2024-11-21T21:54:03.879Z | Compiling quote v1.0.37 |
427 | 2024-11-21T21:54:04.123Z | Checking log v0.4.22 |
428 | 2024-11-21T21:54:04.166Z | Checking futures-sink v0.3.31 |
429 | 2024-11-21T21:54:04.299Z | Compiling syn v2.0.87 |
430 | 2024-11-21T21:54:04.319Z | Checking socket2 v0.5.7 |
431 | 2024-11-21T21:54:04.336Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-21T21:54:04.381Z | Checking mio v1.0.2 |
433 | 2024-11-21T21:54:04.456Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-11-21T21:54:04.489Z | Checking parking_lot v0.12.3 |
435 | 2024-11-21T21:54:04.507Z | Compiling ring v0.17.8 |
436 | 2024-11-21T21:54:04.566Z | Compiling semver v1.0.23 |
437 | 2024-11-21T21:54:04.569Z | Checking hashbrown v0.15.0 |
438 | 2024-11-21T21:54:04.784Z | Checking fnv v1.0.7 |
439 | 2024-11-21T21:54:04.806Z | Checking equivalent v1.0.1 |
440 | 2024-11-21T21:54:04.826Z | Checking futures-channel v0.3.31 |
441 | 2024-11-21T21:54:04.904Z | Checking http v1.1.0 |
442 | 2024-11-21T21:54:04.922Z | Checking futures-task v0.3.31 |
443 | 2024-11-21T21:54:04.949Z | Checking pin-utils v0.1.0 |
444 | 2024-11-21T21:54:05.035Z | Checking futures-io v0.3.31 |
445 | 2024-11-21T21:54:05.131Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-11-21T21:54:05.151Z | Compiling vcpkg v0.2.15 |
447 | 2024-11-21T21:54:05.170Z | Compiling pkg-config v0.3.31 |
448 | 2024-11-21T21:54:05.203Z | Compiling heck v0.5.0 |
449 | 2024-11-21T21:54:05.647Z | Checking spin v0.9.8 |
450 | 2024-11-21T21:54:05.685Z | Checking untrusted v0.9.0 |
451 | 2024-11-21T21:54:05.828Z | Checking iana-time-zone v0.1.61 |
452 | 2024-11-21T21:54:05.848Z | Checking writeable v0.5.5 |
453 | 2024-11-21T21:54:05.971Z | Checking litemap v0.7.3 |
454 | 2024-11-21T21:54:06.161Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-21T21:54:06.283Z | Compiling httparse v1.9.5 |
456 | 2024-11-21T21:54:06.378Z | Checking tracing-core v0.1.32 |
457 | 2024-11-21T21:54:06.588Z | Checking dyn-clone v1.0.17 |
458 | 2024-11-21T21:54:06.684Z | Compiling openssl-sys v0.9.103 |
459 | 2024-11-21T21:54:06.865Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-11-21T21:54:06.973Z | Checking atomic-waker v1.1.2 |
461 | 2024-11-21T21:54:07.050Z | Checking tracing v0.1.40 |
462 | 2024-11-21T21:54:07.329Z | Checking http-body v1.0.1 |
463 | 2024-11-21T21:54:07.357Z | Checking subtle v2.6.1 |
464 | 2024-11-21T21:54:07.604Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2024-11-21T21:54:07.623Z | Checking zeroize v1.8.1 |
466 | 2024-11-21T21:54:07.690Z | Checking try-lock v0.2.5 |
467 | 2024-11-21T21:54:07.707Z | Compiling uuid v1.11.0 |
468 | 2024-11-21T21:54:07.798Z | Compiling chrono v0.4.38 |
469 | 2024-11-21T21:54:07.818Z | Checking want v0.3.1 |
470 | 2024-11-21T21:54:07.881Z | Checking httpdate v1.0.3 |
471 | 2024-11-21T21:54:07.959Z | Checking icu_properties_data v1.5.0 |
472 | 2024-11-21T21:54:08.005Z | Compiling slog v2.7.0 |
473 | 2024-11-21T21:54:08.147Z | Compiling openssl v0.10.66 |
474 | 2024-11-21T21:54:08.207Z | Checking foreign-types-shared v0.1.1 |
475 | 2024-11-21T21:54:08.302Z | Checking foreign-types v0.3.2 |
476 | 2024-11-21T21:54:08.440Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-21T21:54:08.508Z | Compiling native-tls v0.2.12 |
478 | 2024-11-21T21:54:08.527Z | Checking icu_normalizer_data v1.5.0 |
479 | 2024-11-21T21:54:08.619Z | Compiling rustls v0.23.14 |
480 | 2024-11-21T21:54:08.821Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-21T21:54:08.890Z | Checking bitflags v2.6.0 |
482 | 2024-11-21T21:54:09.580Z | Checking utf8_iter v1.0.4 |
483 | 2024-11-21T21:54:09.759Z | Checking percent-encoding v2.3.1 |
484 | 2024-11-21T21:54:09.778Z | Compiling typenum v1.17.0 |
485 | 2024-11-21T21:54:09.917Z | Checking utf16_iter v1.0.5 |
486 | 2024-11-21T21:54:10.068Z | Checking write16 v1.0.0 |
487 | 2024-11-21T21:54:10.187Z | Checking tower-service v0.3.3 |
488 | 2024-11-21T21:54:10.297Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-21T21:54:10.702Z | Compiling generic-array v0.14.7 |
490 | 2024-11-21T21:54:11.050Z | Compiling synstructure v0.13.1 |
491 | 2024-11-21T21:54:12.044Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-11-21T21:54:12.103Z | Compiling regex-automata v0.4.8 |
493 | 2024-11-21T21:54:12.313Z | Checking openssl-probe v0.1.5 |
494 | 2024-11-21T21:54:13.298Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-21T21:54:13.658Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-21T21:54:13.708Z | Compiling num-conv v0.1.0 |
497 | 2024-11-21T21:54:13.971Z | Checking powerfmt v0.2.0 |
498 | 2024-11-21T21:54:14.134Z | Compiling time-core v0.1.2 |
499 | 2024-11-21T21:54:14.136Z | Checking mime v0.3.17 |
500 | 2024-11-21T21:54:14.236Z | Compiling time-macros v0.2.18 |
501 | 2024-11-21T21:54:14.300Z | Checking deranged v0.3.11 |
502 | 2024-11-21T21:54:15.596Z | Compiling thread-id v4.2.2 |
503 | 2024-11-21T21:54:15.710Z | Checking webpki-roots v0.26.6 |
504 | 2024-11-21T21:54:15.761Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-21T21:54:15.918Z | Compiling regex v1.11.1 |
506 | 2024-11-21T21:54:15.960Z | Compiling strsim v0.11.1 |
507 | 2024-11-21T21:54:16.238Z | Compiling serde_derive v1.0.215 |
508 | 2024-11-21T21:54:16.313Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-11-21T21:54:16.669Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-21T21:54:16.903Z | Compiling schemars_derive v0.8.21 |
511 | 2024-11-21T21:54:17.305Z | Compiling zerofrom-derive v0.1.4 |
512 | 2024-11-21T21:54:17.572Z | Compiling yoke-derive v0.7.4 |
513 | 2024-11-21T21:54:18.204Z | Compiling zerocopy v0.7.35 |
514 | 2024-11-21T21:54:19.471Z | Compiling tokio-macros v2.4.0 |
515 | 2024-11-21T21:54:19.752Z | Compiling zerovec-derive v0.10.3 |
516 | 2024-11-21T21:54:20.814Z | Compiling displaydoc v0.2.5 |
517 | 2024-11-21T21:54:20.817Z | Compiling futures-macro v0.3.31 |
518 | 2024-11-21T21:54:20.981Z | Checking zerofrom v0.1.4 |
519 | 2024-11-21T21:54:21.171Z | Checking tokio v1.40.0 |
520 | 2024-11-21T21:54:21.193Z | Checking yoke v0.7.4 |
521 | 2024-11-21T21:54:21.376Z | Compiling pest v2.7.14 |
522 | 2024-11-21T21:54:21.520Z | Compiling icu_provider_macros v1.5.0 |
523 | 2024-11-21T21:54:21.617Z | Compiling hashbrown v0.14.5 |
524 | 2024-11-21T21:54:22.129Z | Checking futures-util v0.3.31 |
525 | 2024-11-21T21:54:22.308Z | Checking zerovec v0.10.4 |
526 | 2024-11-21T21:54:22.908Z | Compiling regress v0.10.1 |
527 | 2024-11-21T21:54:23.027Z | Compiling openssl-macros v0.1.1 |
528 | 2024-11-21T21:54:23.050Z | Checking rustls-webpki v0.102.8 |
529 | 2024-11-21T21:54:23.812Z | Compiling pest_meta v2.7.14 |
530 | 2024-11-21T21:54:23.999Z | Checking tinystr v0.7.6 |
531 | 2024-11-21T21:54:24.244Z | Checking icu_collections v1.5.0 |
532 | 2024-11-21T21:54:24.398Z | Checking icu_locid v1.5.0 |
533 | 2024-11-21T21:54:25.463Z | Checking icu_provider v1.5.0 |
534 | 2024-11-21T21:54:26.137Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-11-21T21:54:27.146Z | Compiling pest_generator v2.7.14 |
536 | 2024-11-21T21:54:27.301Z | Checking icu_properties v1.5.1 |
537 | 2024-11-21T21:54:28.166Z | Checking tokio-util v0.7.12 |
538 | 2024-11-21T21:54:28.847Z | Checking indexmap v2.6.0 |
539 | 2024-11-21T21:54:29.483Z | Compiling pest_derive v2.7.14 |
540 | 2024-11-21T21:54:30.118Z | Compiling serde_tokenstream v0.2.2 |
541 | 2024-11-21T21:54:30.343Z | Checking h2 v0.4.6 |
542 | 2024-11-21T21:54:30.498Z | Checking icu_normalizer v1.5.0 |
543 | 2024-11-21T21:54:30.838Z | Checking http-body-util v0.1.2 |
544 | 2024-11-21T21:54:31.080Z | Compiling scroll_derive v0.12.0 |
545 | 2024-11-21T21:54:31.274Z | Checking idna_adapter v1.2.0 |
546 | 2024-11-21T21:54:31.294Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-11-21T21:54:31.464Z | Checking idna v1.0.3 |
548 | 2024-11-21T21:54:31.536Z | Compiling dtrace-parser v0.2.0 |
549 | 2024-11-21T21:54:32.075Z | Compiling dof v0.3.0 |
550 | 2024-11-21T21:54:32.576Z | Checking scroll v0.12.0 |
551 | 2024-11-21T21:54:32.673Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-11-21T21:54:33.131Z | Checking tokio-rustls v0.26.0 |
553 | 2024-11-21T21:54:33.244Z | Compiling crossbeam-utils v0.8.20 |
554 | 2024-11-21T21:54:33.312Z | Checking base64 v0.22.1 |
555 | 2024-11-21T21:54:33.695Z | Compiling ident_case v1.0.1 |
556 | 2024-11-21T21:54:33.807Z | Compiling typify-impl v0.2.0 |
557 | 2024-11-21T21:54:33.872Z | Checking num_threads v0.1.7 |
558 | 2024-11-21T21:54:33.953Z | Checking plain v0.2.3 |
559 | 2024-11-21T21:54:33.987Z | Checking time v0.3.36 |
560 | 2024-11-21T21:54:34.091Z | Checking goblin v0.8.2 |
561 | 2024-11-21T21:54:34.505Z | Checking hyper v1.5.0 |
562 | 2024-11-21T21:54:35.270Z | Compiling darling_core v0.20.10 |
563 | 2024-11-21T21:54:36.631Z | Checking hyper-util v0.1.10 |
564 | 2024-11-21T21:54:37.114Z | Compiling openapiv3 v2.0.0 |
565 | 2024-11-21T21:54:37.957Z | Checking url v2.5.3 |
566 | 2024-11-21T21:54:38.389Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-21T21:54:38.445Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-21T21:54:38.704Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-21T21:54:38.722Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-21T21:54:38.858Z | Compiling rustversion v1.0.17 |
571 | 2024-11-21T21:54:38.877Z | Checking pretty-hex v0.4.1 |
572 | 2024-11-21T21:54:39.046Z | Compiling rustls v0.22.4 |
573 | 2024-11-21T21:54:39.189Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2024-11-21T21:54:39.215Z | Checking ipnet v2.10.1 |
575 | 2024-11-21T21:54:39.349Z | Compiling paste v1.0.15 |
576 | 2024-11-21T21:54:39.487Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-11-21T21:54:39.649Z | Checking reqwest v0.12.9 |
578 | 2024-11-21T21:54:39.902Z | Checking dirs-next v2.0.0 |
579 | 2024-11-21T21:54:40.547Z | Checking toml_datetime v0.6.8 |
580 | 2024-11-21T21:54:40.830Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2024-11-21T21:54:41.088Z | Checking serde_spanned v0.6.8 |
582 | 2024-11-21T21:54:41.104Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-11-21T21:54:41.247Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-11-21T21:54:41.264Z | Checking crypto-common v0.1.6 |
585 | 2024-11-21T21:54:41.345Z | Compiling darling_macro v0.20.10 |
586 | 2024-11-21T21:54:41.364Z | Checking block-buffer v0.10.4 |
587 | 2024-11-21T21:54:41.438Z | Checking rand_core v0.6.4 |
588 | 2024-11-21T21:54:41.658Z | Checking thread_local v1.1.8 |
589 | 2024-11-21T21:54:41.732Z | Compiling multer v3.1.0 |
590 | 2024-11-21T21:54:41.848Z | Compiling anyhow v1.0.93 |
591 | 2024-11-21T21:54:41.921Z | Compiling camino v1.1.9 |
592 | 2024-11-21T21:54:42.048Z | Checking match_cfg v0.1.0 |
593 | 2024-11-21T21:54:42.130Z | Compiling slog-async v2.8.0 |
594 | 2024-11-21T21:54:42.133Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-11-21T21:54:42.278Z | Checking winnow v0.6.20 |
596 | 2024-11-21T21:54:42.510Z | Compiling darling v0.20.10 |
597 | 2024-11-21T21:54:42.551Z | Checking hostname v0.3.1 |
598 | 2024-11-21T21:54:42.670Z | Checking rand_chacha v0.3.1 |
599 | 2024-11-21T21:54:42.707Z | Checking digest v0.10.7 |
600 | 2024-11-21T21:54:42.766Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-11-21T21:54:43.031Z | Checking progenitor-client v0.8.0 |
602 | 2024-11-21T21:54:43.050Z | Checking term v0.7.0 |
603 | 2024-11-21T21:54:43.499Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2024-11-21T21:54:43.823Z | Compiling structmeta v0.3.0 |
605 | 2024-11-21T21:54:44.219Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-21T21:54:44.255Z | Checking slog-json v2.6.1 |
607 | 2024-11-21T21:54:44.428Z | Checking futures-executor v0.3.31 |
608 | 2024-11-21T21:54:44.523Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-21T21:54:44.635Z | Checking memmap v0.7.0 |
610 | 2024-11-21T21:54:44.680Z | Checking is-terminal v0.4.13 |
611 | 2024-11-21T21:54:44.804Z | Compiling dropshot v0.13.0 |
612 | 2024-11-21T21:54:44.832Z | Checking cpufeatures v0.2.14 |
613 | 2024-11-21T21:54:44.922Z | Checking take_mut v0.2.2 |
614 | 2024-11-21T21:54:44.941Z | Checking sha1 v0.10.6 |
615 | 2024-11-21T21:54:45.195Z | Checking slog-term v2.9.1 |
616 | 2024-11-21T21:54:45.213Z | Compiling strum_macros v0.26.4 |
617 | 2024-11-21T21:54:45.354Z | Checking futures v0.3.31 |
618 | 2024-11-21T21:54:45.373Z | Checking toml_edit v0.22.22 |
619 | 2024-11-21T21:54:45.457Z | Checking slog-bunyan v2.5.0 |
620 | 2024-11-21T21:54:45.477Z | Checking usdt v0.5.0 |
621 | 2024-11-21T21:54:45.613Z | Compiling parse-display-derive v0.10.0 |
622 | 2024-11-21T21:54:45.676Z | Checking rand v0.8.5 |
623 | 2024-11-21T21:54:45.799Z | Checking async-stream v0.3.6 |
624 | 2024-11-21T21:54:46.079Z | Compiling serde_with_macros v3.11.0 |
625 | 2024-11-21T21:54:47.038Z | Checking ipnetwork v0.20.0 |
626 | 2024-11-21T21:54:47.065Z | Checking tokio-rustls v0.25.0 |
627 | 2024-11-21T21:54:47.146Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-21T21:54:47.393Z | Checking hex v0.4.3 |
629 | 2024-11-21T21:54:47.413Z | Checking serde_path_to_error v0.1.16 |
630 | 2024-11-21T21:54:47.652Z | Compiling typify-macro v0.2.0 |
631 | 2024-11-21T21:54:47.934Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
632 | 2024-11-21T21:54:48.011Z | Checking toml v0.8.19 |
633 | 2024-11-21T21:54:48.056Z | Compiling async-trait v0.1.83 |
634 | 2024-11-21T21:54:48.651Z | Checking waitgroup v0.1.2 |
635 | 2024-11-21T21:54:48.700Z | Checking hostname v0.4.0 |
636 | 2024-11-21T21:54:48.753Z | Checking instant v0.1.13 |
637 | 2024-11-21T21:54:48.777Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-21T21:54:48.823Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-11-21T21:54:48.869Z | Checking backoff v0.4.0 |
640 | 2024-11-21T21:54:48.916Z | Checking serde_with v3.11.0 |
641 | 2024-11-21T21:54:48.961Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
642 | 2024-11-21T21:54:49.115Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-21T21:54:49.137Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-11-21T21:54:49.396Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
645 | 2024-11-21T21:54:49.428Z | Checking parse-display v0.10.0 |
646 | 2024-11-21T21:54:49.544Z | Checking regress v0.9.1 |
647 | 2024-11-21T21:54:49.658Z | Checking macaddr v1.0.1 |
648 | 2024-11-21T21:54:49.677Z | Checking strum v0.26.3 |
649 | 2024-11-21T21:54:50.950Z | Compiling typify v0.2.0 |
650 | 2024-11-21T21:54:51.038Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-21T21:54:53.862Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-21T21:54:58.057Z | Checking progenitor v0.8.0 |
653 | 2024-11-21T21:54:58.182Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
654 | 2024-11-21T21:55:01.086Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-21T21:55:08.642Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-21T21:55:08.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-21T21:55:09.024Z | + cargo build --release |
658 | 2024-11-21T21:55:09.271Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-21T21:55:09.271Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-21T21:55:09.274Z | Compiling libc v0.2.162 |
661 | 2024-11-21T21:55:09.274Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-21T21:55:09.274Z | Compiling autocfg v1.4.0 |
663 | 2024-11-21T21:55:09.274Z | Compiling version_check v0.9.5 |
664 | 2024-11-21T21:55:09.315Z | Compiling serde v1.0.215 |
665 | 2024-11-21T21:55:09.318Z | Compiling memchr v2.7.4 |
666 | 2024-11-21T21:55:09.381Z | Compiling serde_json v1.0.132 |
667 | 2024-11-21T21:55:09.466Z | Compiling itoa v1.0.11 |
668 | 2024-11-21T21:55:09.700Z | Compiling thiserror v1.0.69 |
669 | 2024-11-21T21:55:09.819Z | Compiling once_cell v1.20.2 |
670 | 2024-11-21T21:55:09.940Z | Compiling shlex v1.3.0 |
671 | 2024-11-21T21:55:10.212Z | Compiling cc v1.1.30 |
672 | 2024-11-21T21:55:10.275Z | Compiling num-traits v0.2.19 |
673 | 2024-11-21T21:55:10.594Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-21T21:55:10.686Z | Compiling getrandom v0.2.15 |
675 | 2024-11-21T21:55:10.700Z | Compiling smallvec v1.13.2 |
676 | 2024-11-21T21:55:10.776Z | Compiling ryu v1.0.18 |
677 | 2024-11-21T21:55:10.943Z | Compiling bytes v1.8.0 |
678 | 2024-11-21T21:55:11.023Z | Compiling quote v1.0.37 |
679 | 2024-11-21T21:55:11.159Z | Compiling futures-core v0.3.31 |
680 | 2024-11-21T21:55:11.265Z | Compiling lock_api v0.4.12 |
681 | 2024-11-21T21:55:11.313Z | Compiling ahash v0.8.11 |
682 | 2024-11-21T21:55:11.399Z | Compiling syn v2.0.87 |
683 | 2024-11-21T21:55:11.598Z | Compiling schemars v0.8.21 |
684 | 2024-11-21T21:55:11.623Z | Compiling byteorder v1.5.0 |
685 | 2024-11-21T21:55:11.662Z | Compiling parking_lot_core v0.9.10 |
686 | 2024-11-21T21:55:11.952Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-21T21:55:12.064Z | Compiling slab v0.4.9 |
688 | 2024-11-21T21:55:12.067Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-21T21:55:12.204Z | Compiling log v0.4.22 |
690 | 2024-11-21T21:55:12.524Z | Compiling socket2 v0.5.7 |
691 | 2024-11-21T21:55:12.531Z | Compiling signal-hook-registry v1.4.2 |
692 | 2024-11-21T21:55:12.599Z | Compiling parking_lot v0.12.3 |
693 | 2024-11-21T21:55:12.661Z | Compiling mio v1.0.2 |
694 | 2024-11-21T21:55:12.748Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-21T21:55:12.845Z | Compiling semver v1.0.23 |
696 | 2024-11-21T21:55:13.130Z | Compiling ring v0.17.8 |
697 | 2024-11-21T21:55:13.222Z | Compiling hashbrown v0.15.0 |
698 | 2024-11-21T21:55:13.323Z | Compiling equivalent v1.0.1 |
699 | 2024-11-21T21:55:13.426Z | Compiling fnv v1.0.7 |
700 | 2024-11-21T21:55:13.557Z | Compiling http v1.1.0 |
701 | 2024-11-21T21:55:14.075Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-21T21:55:14.163Z | Compiling futures-task v0.3.31 |
703 | 2024-11-21T21:55:14.286Z | Compiling futures-io v0.3.31 |
704 | 2024-11-21T21:55:14.437Z | Compiling pin-utils v0.1.0 |
705 | 2024-11-21T21:55:14.525Z | Compiling pkg-config v0.3.31 |
706 | 2024-11-21T21:55:14.598Z | Compiling heck v0.5.0 |
707 | 2024-11-21T21:55:14.657Z | Compiling spin v0.9.8 |
708 | 2024-11-21T21:55:14.692Z | Compiling vcpkg v0.2.15 |
709 | 2024-11-21T21:55:14.699Z | Compiling rustls-pki-types v1.9.0 |
710 | 2024-11-21T21:55:15.609Z | Compiling writeable v0.5.5 |
711 | 2024-11-21T21:55:15.763Z | Compiling litemap v0.7.3 |
712 | 2024-11-21T21:55:16.173Z | Compiling untrusted v0.9.0 |
713 | 2024-11-21T21:55:16.323Z | Compiling openssl-sys v0.9.103 |
714 | 2024-11-21T21:55:16.352Z | Compiling ucd-trie v0.1.7 |
715 | 2024-11-21T21:55:16.534Z | Compiling httparse v1.9.5 |
716 | 2024-11-21T21:55:16.691Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-21T21:55:17.115Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-21T21:55:17.400Z | Compiling atomic-waker v1.1.2 |
719 | 2024-11-21T21:55:17.550Z | Compiling dyn-clone v1.0.17 |
720 | 2024-11-21T21:55:17.554Z | Compiling allocator-api2 v0.2.18 |
721 | 2024-11-21T21:55:18.240Z | Compiling tracing v0.1.40 |
722 | 2024-11-21T21:55:18.319Z | Compiling http-body v1.0.1 |
723 | 2024-11-21T21:55:18.535Z | Compiling chrono v0.4.38 |
724 | 2024-11-21T21:55:18.566Z | Compiling zeroize v1.8.1 |
725 | 2024-11-21T21:55:18.895Z | Compiling subtle v2.6.1 |
726 | 2024-11-21T21:55:18.901Z | Compiling uuid v1.11.0 |
727 | 2024-11-21T21:55:18.945Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-11-21T21:55:19.035Z | Compiling synstructure v0.13.1 |
729 | 2024-11-21T21:55:19.164Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-11-21T21:55:19.422Z | Compiling try-lock v0.2.5 |
731 | 2024-11-21T21:55:19.574Z | Compiling want v0.3.1 |
732 | 2024-11-21T21:55:19.908Z | Compiling icu_properties_data v1.5.0 |
733 | 2024-11-21T21:55:20.377Z | Compiling httpdate v1.0.3 |
734 | 2024-11-21T21:55:20.512Z | Compiling slog v2.7.0 |
735 | 2024-11-21T21:55:20.591Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-11-21T21:55:20.691Z | Compiling openssl v0.10.66 |
737 | 2024-11-21T21:55:21.039Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-21T21:55:21.136Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-21T21:55:21.428Z | Compiling utf16_iter v1.0.5 |
740 | 2024-11-21T21:55:21.618Z | Compiling typenum v1.17.0 |
741 | 2024-11-21T21:55:21.637Z | Compiling rustls v0.23.14 |
742 | 2024-11-21T21:55:21.956Z | Compiling bitflags v2.6.0 |
743 | 2024-11-21T21:55:22.315Z | Compiling regex-syntax v0.8.5 |
744 | 2024-11-21T21:55:22.571Z | Compiling native-tls v0.2.12 |
745 | 2024-11-21T21:55:22.580Z | Compiling utf8_iter v1.0.4 |
746 | 2024-11-21T21:55:22.830Z | Compiling percent-encoding v2.3.1 |
747 | 2024-11-21T21:55:22.870Z | Compiling tower-service v0.3.3 |
748 | 2024-11-21T21:55:22.980Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-11-21T21:55:23.068Z | Compiling write16 v1.0.0 |
750 | 2024-11-21T21:55:23.194Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-21T21:55:23.766Z | Compiling generic-array v0.14.7 |
752 | 2024-11-21T21:55:23.773Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-21T21:55:24.673Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-21T21:55:25.236Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-21T21:55:25.352Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-21T21:55:25.497Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-21T21:55:25.840Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-21T21:55:27.333Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-21T21:55:28.385Z | Compiling yoke-derive v0.7.4 |
760 | 2024-11-21T21:55:28.840Z | Compiling tokio-macros v2.4.0 |
761 | 2024-11-21T21:55:28.954Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-21T21:55:29.107Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-21T21:55:29.335Z | Compiling displaydoc v0.2.5 |
764 | 2024-11-21T21:55:29.890Z | Compiling futures-macro v0.3.31 |
765 | 2024-11-21T21:55:30.387Z | Compiling tokio v1.40.0 |
766 | 2024-11-21T21:55:31.095Z | Compiling yoke v0.7.4 |
767 | 2024-11-21T21:55:31.400Z | Compiling pest v2.7.14 |
768 | 2024-11-21T21:55:31.481Z | Compiling zerovec v0.10.4 |
769 | 2024-11-21T21:55:31.570Z | Compiling icu_provider_macros v1.5.0 |
770 | 2024-11-21T21:55:31.713Z | Compiling hashbrown v0.14.5 |
771 | 2024-11-21T21:55:31.798Z | Compiling futures-util v0.3.31 |
772 | 2024-11-21T21:55:32.914Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-21T21:55:34.341Z | Compiling tinystr v0.7.6 |
774 | 2024-11-21T21:55:34.506Z | Compiling pest_meta v2.7.14 |
775 | 2024-11-21T21:55:34.789Z | Compiling icu_locid v1.5.0 |
776 | 2024-11-21T21:55:37.716Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-21T21:55:38.581Z | Compiling icu_locid_transform v1.5.0 |
778 | 2024-11-21T21:55:39.093Z | Compiling indexmap v2.6.0 |
779 | 2024-11-21T21:55:40.053Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-21T21:55:41.595Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-21T21:55:42.272Z | Compiling pest_generator v2.7.14 |
782 | 2024-11-21T21:55:44.063Z | Compiling h2 v0.4.6 |
783 | 2024-11-21T21:55:44.549Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-21T21:55:45.229Z | Compiling regress v0.10.1 |
785 | 2024-11-21T21:55:45.508Z | Compiling icu_properties v1.5.1 |
786 | 2024-11-21T21:55:47.271Z | Compiling pest_derive v2.7.14 |
787 | 2024-11-21T21:55:48.667Z | Compiling openssl-macros v0.1.1 |
788 | 2024-11-21T21:55:49.467Z | Compiling hyper v1.5.0 |
789 | 2024-11-21T21:55:49.728Z | Compiling typify-impl v0.2.0 |
790 | 2024-11-21T21:55:51.672Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-21T21:55:56.182Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-21T21:55:58.562Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-21T21:56:00.064Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-21T21:56:01.562Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-21T21:56:01.727Z | Compiling typify-macro v0.2.0 |
796 | 2024-11-21T21:56:02.035Z | Compiling scroll_derive v0.12.0 |
797 | 2024-11-21T21:56:02.177Z | Compiling usdt-impl v0.5.0 |
798 | 2024-11-21T21:56:02.547Z | Compiling encoding_rs v0.8.34 |
799 | 2024-11-21T21:56:03.465Z | Compiling regex v1.11.1 |
800 | 2024-11-21T21:56:04.487Z | Compiling mime v0.3.17 |
801 | 2024-11-21T21:56:05.457Z | Compiling powerfmt v0.2.0 |
802 | 2024-11-21T21:56:05.588Z | Compiling num-conv v0.1.0 |
803 | 2024-11-21T21:56:05.858Z | Compiling time-core v0.1.2 |
804 | 2024-11-21T21:56:05.942Z | Compiling deranged v0.3.11 |
805 | 2024-11-21T21:56:06.021Z | Compiling time-macros v0.2.18 |
806 | 2024-11-21T21:56:06.521Z | Compiling scroll v0.12.0 |
807 | 2024-11-21T21:56:07.283Z | Compiling idna v1.0.3 |
808 | 2024-11-21T21:56:09.049Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-11-21T21:56:09.549Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-21T21:56:13.093Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-21T21:56:13.340Z | Compiling dof v0.3.0 |
812 | 2024-11-21T21:56:14.229Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-21T21:56:14.847Z | Compiling thread-id v4.2.2 |
814 | 2024-11-21T21:56:14.945Z | Compiling webpki-roots v0.26.6 |
815 | 2024-11-21T21:56:15.155Z | Compiling rustls-pemfile v2.2.0 |
816 | 2024-11-21T21:56:16.227Z | Compiling num_threads v0.1.7 |
817 | 2024-11-21T21:56:16.522Z | Compiling ident_case v1.0.1 |
818 | 2024-11-21T21:56:16.691Z | Compiling strsim v0.11.1 |
819 | 2024-11-21T21:56:17.385Z | Compiling omicron-workspace-hack v0.1.0 |
820 | 2024-11-21T21:56:17.396Z | Compiling base64 v0.22.1 |
821 | 2024-11-21T21:56:17.513Z | Compiling plain v0.2.3 |
822 | 2024-11-21T21:56:17.669Z | Compiling crossbeam-utils v0.8.20 |
823 | 2024-11-21T21:56:18.388Z | Compiling goblin v0.8.2 |
824 | 2024-11-21T21:56:18.475Z | Compiling time v0.3.36 |
825 | 2024-11-21T21:56:21.187Z | Compiling darling_core v0.20.10 |
826 | 2024-11-21T21:56:22.143Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-21T21:56:27.217Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-21T21:56:27.385Z | Compiling url v2.5.3 |
829 | 2024-11-21T21:56:27.587Z | Compiling typify v0.2.0 |
830 | 2024-11-21T21:56:27.712Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-21T21:56:28.904Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-21T21:56:29.048Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-21T21:56:30.513Z | Compiling rustversion v1.0.17 |
834 | 2024-11-21T21:56:31.166Z | Compiling ipnet v2.10.1 |
835 | 2024-11-21T21:56:31.914Z | Compiling paste v1.0.15 |
836 | 2024-11-21T21:56:32.403Z | Compiling unsafe-libyaml v0.2.11 |
837 | 2024-11-21T21:56:33.263Z | Compiling rustls v0.22.4 |
838 | 2024-11-21T21:56:33.573Z | Compiling pretty-hex v0.4.1 |
839 | 2024-11-21T21:56:33.797Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-21T21:56:34.289Z | Compiling reqwest v0.12.9 |
841 | 2024-11-21T21:56:34.306Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-21T21:56:37.739Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-21T21:56:37.991Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-21T21:56:40.669Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-21T21:56:40.840Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-21T21:56:40.907Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-21T21:56:41.038Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-21T21:56:41.063Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-21T21:56:41.140Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-21T21:56:41.727Z | Compiling rand_core v0.6.4 |
851 | 2024-11-21T21:56:42.119Z | Compiling thread_local v1.1.8 |
852 | 2024-11-21T21:56:42.185Z | Compiling multer v3.1.0 |
853 | 2024-11-21T21:56:42.515Z | Compiling newtype-uuid v1.1.3 |
854 | 2024-11-21T21:56:42.815Z | Compiling slog-async v2.8.0 |
855 | 2024-11-21T21:56:42.832Z | Compiling winnow v0.6.20 |
856 | 2024-11-21T21:56:43.036Z | Compiling camino v1.1.9 |
857 | 2024-11-21T21:56:43.304Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-21T21:56:43.384Z | Compiling anyhow v1.0.93 |
859 | 2024-11-21T21:56:43.654Z | Compiling hostname v0.3.1 |
860 | 2024-11-21T21:56:43.857Z | Compiling structmeta v0.3.0 |
861 | 2024-11-21T21:56:44.241Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-21T21:56:44.317Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-21T21:56:45.140Z | Compiling digest v0.10.7 |
864 | 2024-11-21T21:56:45.552Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-21T21:56:45.986Z | Compiling darling v0.20.10 |
866 | 2024-11-21T21:56:46.705Z | Compiling toml_edit v0.22.22 |
867 | 2024-11-21T21:56:47.173Z | Compiling term v0.7.0 |
868 | 2024-11-21T21:56:48.474Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-21T21:56:51.727Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-11-21T21:56:53.228Z | Compiling usdt-macro v0.5.0 |
871 | 2024-11-21T21:56:54.562Z | Compiling slog-json v2.6.1 |
872 | 2024-11-21T21:56:55.007Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-21T21:56:55.270Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-21T21:56:56.176Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-21T21:56:56.299Z | Compiling memmap v0.7.0 |
876 | 2024-11-21T21:56:56.562Z | Compiling dropshot v0.13.0 |
877 | 2024-11-21T21:56:56.713Z | Compiling take_mut v0.2.2 |
878 | 2024-11-21T21:56:56.872Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-21T21:56:56.955Z | Compiling sha1 v0.10.6 |
880 | 2024-11-21T21:56:57.208Z | Compiling progenitor v0.8.0 |
881 | 2024-11-21T21:56:57.420Z | Compiling async-stream v0.3.6 |
882 | 2024-11-21T21:56:57.721Z | Compiling usdt v0.5.0 |
883 | 2024-11-21T21:56:57.728Z | Compiling slog-term v2.9.1 |
884 | 2024-11-21T21:56:59.273Z | Compiling tokio-rustls v0.25.0 |
885 | 2024-11-21T21:56:59.757Z | Compiling futures v0.3.31 |
886 | 2024-11-21T21:56:59.952Z | Compiling slog-bunyan v2.5.0 |
887 | 2024-11-21T21:57:00.220Z | Compiling toml v0.8.19 |
888 | 2024-11-21T21:57:00.335Z | Compiling strum_macros v0.26.4 |
889 | 2024-11-21T21:57:00.684Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-21T21:57:03.333Z | Compiling rand v0.8.5 |
891 | 2024-11-21T21:57:05.200Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-21T21:57:09.157Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-21T21:57:09.262Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-21T21:57:09.402Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-21T21:57:09.625Z | Compiling hex v0.4.3 |
896 | 2024-11-21T21:57:10.332Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-21T21:57:10.456Z | Compiling async-trait v0.1.83 |
898 | 2024-11-21T21:57:11.165Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-21T21:57:11.400Z | Compiling hostname v0.4.0 |
900 | 2024-11-21T21:57:11.652Z | Compiling instant v0.1.13 |
901 | 2024-11-21T21:57:11.804Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-21T21:57:11.945Z | Compiling backoff v0.4.0 |
903 | 2024-11-21T21:57:12.293Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-21T21:57:12.478Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-21T21:57:12.641Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-21T21:57:12.885Z | Compiling parse-display v0.10.0 |
907 | 2024-11-21T21:57:14.290Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-21T21:57:14.871Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
909 | 2024-11-21T21:57:15.111Z | Compiling strum v0.26.3 |
910 | 2024-11-21T21:57:15.287Z | Compiling serde_with v3.11.0 |
911 | 2024-11-21T21:57:17.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-21T21:57:18.066Z | Compiling regress v0.9.1 |
913 | 2024-11-21T21:57:18.367Z | Compiling macaddr v1.0.1 |
914 | 2024-11-21T21:57:26.541Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-21T21:57:36.012Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-21T21:57:45.646Z | Finished `release` profile [optimized] target(s) in 2m 36s |
917 | 2024-11-21T21:57:45.710Z | process exited: duration 237092 ms, exit code 0 |
|
918 | 2024-11-21T21:57:45.715Z | found 0 output files |