|
|
|
1 | 2024-12-13T23:52:00.305Z | job assigned to worker 01JF16XR28881N419KT1BSSTFD [factory aws, i-07a3961c55542f500] (queued for 1 m 0 s) |
|
2 | 2024-12-13T23:52:08.338Z | starting task 0: "setup" |
3 | 2024-12-13T23:52:08.350Z | ++ uname -s |
4 | 2024-12-13T23:52:08.352Z | + kern=SunOS |
5 | 2024-12-13T23:52:08.352Z | + case "$kern" in |
6 | 2024-12-13T23:52:08.352Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:52:08.352Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:52:10.461Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:52:10.469Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:52:10.469Z | + home_fs=zfs |
11 | 2024-12-13T23:52:10.469Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:52:10.469Z | + mkdir -p /home/build |
13 | 2024-12-13T23:52:10.469Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:52:12.464Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:52:12.467Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-12-13T23:52:12.476Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:52:12.482Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:52:12.482Z | ' 1.81.0 |
19 | 2024-12-13T23:52:12.482Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T23:52:12.482Z | ' default |
21 | 2024-12-13T23:52:12.486Z | * toolchain channel = "1.81.0" |
22 | 2024-12-13T23:52:12.486Z | * toolchain profile = "default" |
23 | 2024-12-13T23:52:12.486Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:52:12.486Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:52:12.600Z | info: downloading installer |
26 | 2024-12-13T23:52:14.057Z | info: profile set to 'default' |
27 | 2024-12-13T23:52:14.057Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:52:14.060Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:52:14.208Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:52:14.208Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:52:15.036Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:52:15.343Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:52:16.495Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:52:18.292Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:52:24.731Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:52:24.973Z | info: installing component 'cargo' |
37 | 2024-12-13T23:52:25.760Z | info: installing component 'clippy' |
38 | 2024-12-13T23:52:26.120Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:52:27.751Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:52:29.452Z | info: installing component 'rustc' |
41 | 2024-12-13T23:52:35.073Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:52:35.391Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:52:35.391Z | |
44 | 2024-12-13T23:52:35.751Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:52:35.751Z | |
46 | 2024-12-13T23:52:35.753Z | |
47 | 2024-12-13T23:52:35.753Z | Rust is installed now. Great! |
48 | 2024-12-13T23:52:35.753Z | |
49 | 2024-12-13T23:52:35.753Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:52:35.753Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:52:35.754Z | |
52 | 2024-12-13T23:52:35.754Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:52:35.754Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:52:35.754Z | |
55 | 2024-12-13T23:52:35.754Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:52:35.754Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:52:35.754Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:52:35.818Z | + rustc --version |
59 | 2024-12-13T23:52:35.884Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:52:35.887Z | process exited: duration 23414 ms, exit code 0 |
|
61 | 2024-12-13T23:52:35.893Z | starting task 2: "authentication" |
62 | 2024-12-13T23:52:35.915Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-13T23:52:35.921Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:52:35.926Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:52:35.930Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:52:36.193Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:52:42.846Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:52:42.846Z | + git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3 |
69 | 2024-12-13T23:52:43.172Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:52:43.172Z | * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD |
71 | 2024-12-13T23:52:43.181Z | + [[ -n dtrace-sql-transactions ]] |
72 | 2024-12-13T23:52:43.184Z | ++ git branch --show-current |
73 | 2024-12-13T23:52:43.187Z | + current=main |
74 | 2024-12-13T23:52:43.188Z | + [[ main != dtrace-sql-transactions ]] |
75 | 2024-12-13T23:52:43.188Z | + git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3 |
76 | 2024-12-13T23:52:43.191Z | + git checkout -f dtrace-sql-transactions |
77 | 2024-12-13T23:52:43.366Z | Switched to branch 'dtrace-sql-transactions' |
78 | 2024-12-13T23:52:43.369Z | + git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3 |
79 | 2024-12-13T23:52:43.539Z | HEAD is now at 2d0edd7fe Alan has spoken |
80 | 2024-12-13T23:52:43.542Z | process exited: duration 7620 ms, exit code 0 |
|
81 | 2024-12-13T23:52:43.547Z | starting task 4: "build" |
82 | 2024-12-13T23:52:43.553Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:52:43.553Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:52:43.555Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:52:43.555Z | + cargo --version |
86 | 2024-12-13T23:52:43.609Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:52:43.612Z | + rustc --version |
88 | 2024-12-13T23:52:43.672Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:52:43.674Z | + cd /tmp |
90 | 2024-12-13T23:52:43.674Z | + cargo new --lib test-project |
91 | 2024-12-13T23:52:43.733Z | Creating library `test-project` package |
92 | 2024-12-13T23:52:43.808Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-13T23:52:43.810Z | + cd test-project |
94 | 2024-12-13T23:52:43.810Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-13T23:52:43.870Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-13T23:52:43.870Z | Features: |
97 | 2024-12-13T23:52:43.872Z | - proptest |
98 | 2024-12-13T23:52:43.872Z | - test-strategy |
99 | 2024-12-13T23:52:43.872Z | - testing |
100 | 2024-12-13T23:52:43.872Z | Updating crates.io index |
101 | 2024-12-13T23:52:43.918Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-13T23:52:44.491Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-13T23:52:44.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-13T23:52:45.316Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-13T23:52:46.545Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-13T23:52:46.549Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-13T23:52:46.549Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-13T23:52:46.549Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-13T23:52:46.549Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-13T23:52:46.549Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-13T23:52:46.549Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-13T23:52:46.549Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-13T23:52:46.553Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-13T23:52:46.553Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-13T23:52:46.553Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-13T23:52:46.553Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-13T23:52:46.556Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-13T23:52:46.558Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-13T23:52:46.562Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-13T23:52:46.565Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-13T23:52:46.567Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-13T23:52:46.570Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
123 | 2024-12-13T23:52:46.570Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
124 | 2024-12-13T23:52:46.570Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-13T23:52:46.570Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-13T23:52:46.571Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-13T23:52:46.584Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-13T23:52:46.584Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-13T23:52:46.584Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-13T23:52:46.584Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-13T23:52:46.584Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-13T23:52:46.584Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-13T23:52:46.584Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-13T23:52:46.584Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-13T23:52:46.584Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-13T23:52:46.584Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-13T23:52:46.584Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-13T23:52:46.654Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-13T23:52:46.656Z | + cargo check |
140 | 2024-12-13T23:52:46.820Z | Updating crates.io index |
141 | 2024-12-13T23:52:47.523Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-13T23:52:50.934Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-13T23:52:52.909Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-13T23:52:53.703Z | Downloading crates ... |
145 | 2024-12-13T23:52:53.772Z | Downloaded async-stream v0.3.6 |
146 | 2024-12-13T23:52:53.782Z | Downloaded anyhow v1.0.93 |
147 | 2024-12-13T23:52:53.785Z | Downloaded ahash v0.8.11 |
148 | 2024-12-13T23:52:53.788Z | Downloaded foreign-types v0.3.2 |
149 | 2024-12-13T23:52:53.791Z | Downloaded ident_case v1.0.1 |
150 | 2024-12-13T23:52:53.791Z | Downloaded darling_macro v0.20.10 |
151 | 2024-12-13T23:52:53.798Z | Downloaded thread-id v4.2.2 |
152 | 2024-12-13T23:52:53.798Z | Downloaded memmap v0.7.0 |
153 | 2024-12-13T23:52:53.798Z | Downloaded thread_local v1.1.8 |
154 | 2024-12-13T23:52:53.798Z | Downloaded yoke-derive v0.7.4 |
155 | 2024-12-13T23:52:53.801Z | Downloaded equivalent v1.0.1 |
156 | 2024-12-13T23:52:53.801Z | Downloaded match_cfg v0.1.0 |
157 | 2024-12-13T23:52:53.803Z | Downloaded async-stream-impl v0.3.6 |
158 | 2024-12-13T23:52:53.803Z | Downloaded ucd-trie v0.1.7 |
159 | 2024-12-13T23:52:53.808Z | Downloaded tinystr v0.7.6 |
160 | 2024-12-13T23:52:53.810Z | Downloaded usdt-attr-macro v0.5.0 |
161 | 2024-12-13T23:52:53.810Z | Downloaded foreign-types-shared v0.1.1 |
162 | 2024-12-13T23:52:53.811Z | Downloaded tower-service v0.3.3 |
163 | 2024-12-13T23:52:53.815Z | Downloaded form_urlencoded v1.2.1 |
164 | 2024-12-13T23:52:53.821Z | Downloaded omicron-workspace-hack v0.1.0 |
165 | 2024-12-13T23:52:53.821Z | Downloaded try-lock v0.2.5 |
166 | 2024-12-13T23:52:53.821Z | Downloaded time-core v0.1.2 |
167 | 2024-12-13T23:52:53.825Z | Downloaded instant v0.1.13 |
168 | 2024-12-13T23:52:53.827Z | Downloaded progenitor-client v0.8.0 |
169 | 2024-12-13T23:52:53.827Z | Downloaded waitgroup v0.1.2 |
170 | 2024-12-13T23:52:53.830Z | Downloaded hyper-tls v0.6.0 |
171 | 2024-12-13T23:52:53.830Z | Downloaded zerofrom v0.1.4 |
172 | 2024-12-13T23:52:53.833Z | Downloaded deranged v0.3.11 |
173 | 2024-12-13T23:52:53.833Z | Downloaded tokio-macros v2.4.0 |
174 | 2024-12-13T23:52:53.837Z | Downloaded tinyvec_macros v0.1.1 |
175 | 2024-12-13T23:52:53.837Z | Downloaded openssl-macros v0.1.1 |
176 | 2024-12-13T23:52:53.837Z | Downloaded pretty-hex v0.4.1 |
177 | 2024-12-13T23:52:53.840Z | Downloaded http-body-util v0.1.2 |
178 | 2024-12-13T23:52:53.840Z | Downloaded hostname v0.3.1 |
179 | 2024-12-13T23:52:53.843Z | Downloaded fnv v1.0.7 |
180 | 2024-12-13T23:52:53.843Z | Downloaded hostname v0.4.0 |
181 | 2024-12-13T23:52:53.848Z | Downloaded openssl-probe v0.1.5 |
182 | 2024-12-13T23:52:53.848Z | Downloaded heck v0.5.0 |
183 | 2024-12-13T23:52:53.848Z | Downloaded digest v0.10.7 |
184 | 2024-12-13T23:52:53.852Z | Downloaded num-conv v0.1.0 |
185 | 2024-12-13T23:52:53.852Z | Downloaded byteorder v1.5.0 |
186 | 2024-12-13T23:52:53.852Z | Downloaded idna_adapter v1.2.0 |
187 | 2024-12-13T23:52:53.855Z | Downloaded version_check v0.9.5 |
188 | 2024-12-13T23:52:53.855Z | Downloaded toml_datetime v0.6.8 |
189 | 2024-12-13T23:52:53.858Z | Downloaded pest_generator v2.7.14 |
190 | 2024-12-13T23:52:53.858Z | Downloaded utf16_iter v1.0.5 |
191 | 2024-12-13T23:52:53.862Z | Downloaded tokio-native-tls v0.3.1 |
192 | 2024-12-13T23:52:53.862Z | Downloaded itoa v1.0.11 |
193 | 2024-12-13T23:52:53.877Z | Downloaded pkg-config v0.3.31 |
194 | 2024-12-13T23:52:53.878Z | Downloaded dirs-sys-next v0.1.2 |
195 | 2024-12-13T23:52:53.883Z | Downloaded pin-utils v0.1.0 |
196 | 2024-12-13T23:52:53.884Z | Downloaded http-body v1.0.1 |
197 | 2024-12-13T23:52:53.884Z | Downloaded dtrace-parser v0.2.0 |
198 | 2024-12-13T23:52:53.884Z | Downloaded icu_provider_macros v1.5.0 |
199 | 2024-12-13T23:52:53.884Z | Downloaded mime v0.3.17 |
200 | 2024-12-13T23:52:53.884Z | Downloaded usdt v0.5.0 |
201 | 2024-12-13T23:52:53.884Z | Downloaded macaddr v1.0.1 |
202 | 2024-12-13T23:52:53.884Z | Downloaded zeroize v1.8.1 |
203 | 2024-12-13T23:52:53.884Z | Downloaded write16 v1.0.0 |
204 | 2024-12-13T23:52:53.884Z | Downloaded want v0.3.1 |
205 | 2024-12-13T23:52:53.884Z | Downloaded ipnetwork v0.20.0 |
206 | 2024-12-13T23:52:53.884Z | Downloaded typify-macro v0.2.0 |
207 | 2024-12-13T23:52:53.884Z | Downloaded zerovec-derive v0.10.3 |
208 | 2024-12-13T23:52:53.888Z | Downloaded rand_core v0.6.4 |
209 | 2024-12-13T23:52:53.888Z | Downloaded utf8_iter v1.0.4 |
210 | 2024-12-13T23:52:53.888Z | Downloaded zerofrom-derive v0.1.4 |
211 | 2024-12-13T23:52:53.888Z | Downloaded httpdate v1.0.3 |
212 | 2024-12-13T23:52:53.888Z | Downloaded futures-macro v0.3.31 |
213 | 2024-12-13T23:52:53.891Z | Downloaded powerfmt v0.2.0 |
214 | 2024-12-13T23:52:53.891Z | Downloaded paste v1.0.15 |
215 | 2024-12-13T23:52:53.894Z | Downloaded percent-encoding v2.3.1 |
216 | 2024-12-13T23:52:53.894Z | Downloaded untrusted v0.9.0 |
217 | 2024-12-13T23:52:53.899Z | Downloaded progenitor v0.8.0 |
218 | 2024-12-13T23:52:53.899Z | Downloaded parse-display v0.10.0 |
219 | 2024-12-13T23:52:53.902Z | Downloaded newtype-uuid v1.1.3 |
220 | 2024-12-13T23:52:53.902Z | Downloaded futures-core v0.3.31 |
221 | 2024-12-13T23:52:53.902Z | Downloaded num_threads v0.1.7 |
222 | 2024-12-13T23:52:53.906Z | Downloaded native-tls v0.2.12 |
223 | 2024-12-13T23:52:53.906Z | Downloaded iana-time-zone v0.1.61 |
224 | 2024-12-13T23:52:53.909Z | Downloaded httparse v1.9.5 |
225 | 2024-12-13T23:52:53.917Z | Downloaded getrandom v0.2.15 |
226 | 2024-12-13T23:52:53.917Z | Downloaded ppv-lite86 v0.2.20 |
227 | 2024-12-13T23:52:53.917Z | Downloaded ipnet v2.10.1 |
228 | 2024-12-13T23:52:53.988Z | Downloaded quinn-udp v0.5.5 |
229 | 2024-12-13T23:52:53.988Z | Downloaded progenitor-macro v0.8.0 |
230 | 2024-12-13T23:52:53.988Z | Downloaded tokio-rustls v0.25.0 |
231 | 2024-12-13T23:52:53.988Z | Downloaded scroll_derive v0.12.0 |
232 | 2024-12-13T23:52:53.988Z | Downloaded crypto-common v0.1.6 |
233 | 2024-12-13T23:52:53.988Z | Downloaded darling v0.20.10 |
234 | 2024-12-13T23:52:53.988Z | Downloaded take_mut v0.2.2 |
235 | 2024-12-13T23:52:53.988Z | Downloaded pin-project-lite v0.2.14 |
236 | 2024-12-13T23:52:53.988Z | Downloaded futures-task v0.3.31 |
237 | 2024-12-13T23:52:53.988Z | Downloaded usdt-impl v0.5.0 |
238 | 2024-12-13T23:52:53.989Z | Downloaded block-buffer v0.10.4 |
239 | 2024-12-13T23:52:53.989Z | Downloaded sync_wrapper v1.0.1 |
240 | 2024-12-13T23:52:53.989Z | Downloaded atomic-waker v1.1.2 |
241 | 2024-12-13T23:52:53.989Z | Downloaded futures-channel v0.3.31 |
242 | 2024-12-13T23:52:53.989Z | Downloaded cfg-if v1.0.0 |
243 | 2024-12-13T23:52:53.989Z | Downloaded hex v0.4.3 |
244 | 2024-12-13T23:52:53.989Z | Downloaded serde_urlencoded v0.7.1 |
245 | 2024-12-13T23:52:53.989Z | Downloaded slab v0.4.9 |
246 | 2024-12-13T23:52:53.989Z | Downloaded is-terminal v0.4.13 |
247 | 2024-12-13T23:52:53.989Z | Downloaded parking_lot_core v0.9.10 |
248 | 2024-12-13T23:52:53.989Z | Downloaded time-macros v0.2.18 |
249 | 2024-12-13T23:52:53.989Z | Downloaded once_cell v1.20.2 |
250 | 2024-12-13T23:52:53.989Z | Downloaded parse-display-derive v0.10.0 |
251 | 2024-12-13T23:52:53.989Z | Downloaded multer v3.1.0 |
252 | 2024-12-13T23:52:53.989Z | Downloaded backoff v0.4.0 |
253 | 2024-12-13T23:52:53.989Z | Downloaded async-trait v0.1.83 |
254 | 2024-12-13T23:52:53.989Z | Downloaded semver v1.0.23 |
255 | 2024-12-13T23:52:53.989Z | Downloaded rustc-hash v2.0.0 |
256 | 2024-12-13T23:52:53.989Z | Downloaded subtle v2.6.1 |
257 | 2024-12-13T23:52:53.989Z | Downloaded crossbeam-utils v0.8.20 |
258 | 2024-12-13T23:52:54.003Z | Downloaded plain v0.2.3 |
259 | 2024-12-13T23:52:54.003Z | Downloaded scopeguard v1.2.0 |
260 | 2024-12-13T23:52:54.003Z | Downloaded strsim v0.11.1 |
261 | 2024-12-13T23:52:54.003Z | Downloaded lock_api v0.4.12 |
262 | 2024-12-13T23:52:54.003Z | Downloaded bitflags v2.6.0 |
263 | 2024-12-13T23:52:54.003Z | Downloaded serde_tokenstream v0.2.2 |
264 | 2024-12-13T23:52:54.003Z | Downloaded slog-async v2.8.0 |
265 | 2024-12-13T23:52:54.003Z | Downloaded tinyvec v1.8.0 |
266 | 2024-12-13T23:52:54.003Z | Downloaded icu_locid_transform v1.5.0 |
267 | 2024-12-13T23:52:54.003Z | Downloaded hyper-rustls v0.27.3 |
268 | 2024-12-13T23:52:54.003Z | Downloaded synstructure v0.13.1 |
269 | 2024-12-13T23:52:54.009Z | Downloaded typenum v1.17.0 |
270 | 2024-12-13T23:52:54.009Z | Downloaded log v0.4.22 |
271 | 2024-12-13T23:52:54.009Z | Downloaded litemap v0.7.3 |
272 | 2024-12-13T23:52:54.009Z | Downloaded shlex v1.3.0 |
273 | 2024-12-13T23:52:54.009Z | Downloaded darling_core v0.20.10 |
274 | 2024-12-13T23:52:54.015Z | Downloaded structmeta-derive v0.3.0 |
275 | 2024-12-13T23:52:54.015Z | Downloaded slog-bunyan v2.5.0 |
276 | 2024-12-13T23:52:54.015Z | Downloaded icu_provider v1.5.0 |
277 | 2024-12-13T23:52:54.016Z | Downloaded signal-hook-registry v1.4.2 |
278 | 2024-12-13T23:52:54.016Z | Downloaded camino v1.1.9 |
279 | 2024-12-13T23:52:54.018Z | Downloaded pest_derive v2.7.14 |
280 | 2024-12-13T23:52:54.018Z | Downloaded serde_spanned v0.6.8 |
281 | 2024-12-13T23:52:54.020Z | Downloaded slog-json v2.6.1 |
282 | 2024-12-13T23:52:54.020Z | Downloaded rustversion v1.0.17 |
283 | 2024-12-13T23:52:54.024Z | Downloaded smallvec v1.13.2 |
284 | 2024-12-13T23:52:54.027Z | Downloaded stable_deref_trait v1.2.0 |
285 | 2024-12-13T23:52:54.027Z | Downloaded unsafe-libyaml v0.2.11 |
286 | 2024-12-13T23:52:54.029Z | Downloaded strum v0.26.3 |
287 | 2024-12-13T23:52:54.033Z | Downloaded icu_properties v1.5.1 |
288 | 2024-12-13T23:52:54.036Z | Downloaded structmeta v0.3.0 |
289 | 2024-12-13T23:52:54.037Z | Downloaded term v0.7.0 |
290 | 2024-12-13T23:52:54.039Z | Downloaded openssl-sys v0.9.103 |
291 | 2024-12-13T23:52:54.044Z | Downloaded serde_with_macros v3.11.0 |
292 | 2024-12-13T23:52:54.046Z | Downloaded icu_normalizer_data v1.5.0 |
293 | 2024-12-13T23:52:54.052Z | Downloaded strum_macros v0.26.4 |
294 | 2024-12-13T23:52:54.052Z | Downloaded futures v0.3.31 |
295 | 2024-12-13T23:52:54.056Z | Downloaded slog-term v2.9.1 |
296 | 2024-12-13T23:52:54.060Z | Downloaded socket2 v0.5.7 |
297 | 2024-12-13T23:52:54.060Z | Downloaded uuid v1.11.0 |
298 | 2024-12-13T23:52:54.064Z | Downloaded serde_derive_internals v0.29.1 |
299 | 2024-12-13T23:52:54.064Z | Downloaded rustls-pemfile v2.2.0 |
300 | 2024-12-13T23:52:54.066Z | Downloaded indexmap v2.6.0 |
301 | 2024-12-13T23:52:54.070Z | Downloaded pest_meta v2.7.14 |
302 | 2024-12-13T23:52:54.075Z | Downloaded hyper-util v0.1.10 |
303 | 2024-12-13T23:52:54.084Z | Downloaded spin v0.9.8 |
304 | 2024-12-13T23:52:54.084Z | Downloaded sha2 v0.10.8 |
305 | 2024-12-13T23:52:54.084Z | Downloaded cc v1.1.30 |
306 | 2024-12-13T23:52:54.088Z | Downloaded ryu v1.0.18 |
307 | 2024-12-13T23:52:54.088Z | Downloaded tracing-core v0.1.32 |
308 | 2024-12-13T23:52:54.091Z | Downloaded quinn v0.11.5 |
309 | 2024-12-13T23:52:54.094Z | Downloaded slog v2.7.0 |
310 | 2024-12-13T23:52:54.097Z | Downloaded serde_yaml v0.9.34+deprecated |
311 | 2024-12-13T23:52:54.101Z | Downloaded tracing v0.1.40 |
312 | 2024-12-13T23:52:54.105Z | Downloaded icu_collections v1.5.0 |
313 | 2024-12-13T23:52:54.111Z | Downloaded schemars v0.8.21 |
314 | 2024-12-13T23:52:54.123Z | Downloaded serde_derive v1.0.215 |
315 | 2024-12-13T23:52:54.126Z | Downloaded serde v1.0.215 |
316 | 2024-12-13T23:52:54.129Z | Downloaded rustls-pki-types v1.10.0 |
317 | 2024-12-13T23:52:54.132Z | Downloaded toml_edit v0.22.22 |
318 | 2024-12-13T23:52:54.155Z | Downloaded rand v0.8.5 |
319 | 2024-12-13T23:52:54.160Z | Downloaded tokio-util v0.7.12 |
320 | 2024-12-13T23:52:54.164Z | Downloaded idna v1.0.3 |
321 | 2024-12-13T23:52:54.168Z | Downloaded hashbrown v0.15.1 |
322 | 2024-12-13T23:52:54.172Z | Downloaded crossbeam-channel v0.5.13 |
323 | 2024-12-13T23:52:54.177Z | Downloaded memchr v2.7.4 |
324 | 2024-12-13T23:52:54.182Z | Downloaded time v0.3.36 |
325 | 2024-12-13T23:52:54.189Z | Downloaded mio v1.0.2 |
326 | 2024-12-13T23:52:54.194Z | Downloaded pest v2.7.14 |
327 | 2024-12-13T23:52:54.199Z | Downloaded zerovec v0.10.4 |
328 | 2024-12-13T23:52:54.205Z | Downloaded hashbrown v0.14.5 |
329 | 2024-12-13T23:52:54.213Z | Downloaded futures-util v0.3.31 |
330 | 2024-12-13T23:52:54.222Z | Downloaded goblin v0.8.2 |
331 | 2024-12-13T23:52:54.229Z | Downloaded zerocopy v0.7.35 |
332 | 2024-12-13T23:52:54.245Z | Downloaded serde_json v1.0.132 |
333 | 2024-12-13T23:52:54.251Z | Downloaded winnow v0.6.20 |
334 | 2024-12-13T23:52:54.259Z | Downloaded rustls-webpki v0.102.8 |
335 | 2024-12-13T23:52:54.278Z | Downloaded reqwest v0.12.9 |
336 | 2024-12-13T23:52:54.285Z | Downloaded vcpkg v0.2.15 |
337 | 2024-12-13T23:52:54.320Z | Downloaded quinn-proto v0.11.8 |
338 | 2024-12-13T23:52:54.329Z | Downloaded chrono v0.4.38 |
339 | 2024-12-13T23:52:54.339Z | Downloaded icu_properties_data v1.5.0 |
340 | 2024-12-13T23:52:54.352Z | Downloaded webpki-roots v0.26.6 |
341 | 2024-12-13T23:52:54.352Z | Downloaded openssl v0.10.66 |
342 | 2024-12-13T23:52:54.355Z | Downloaded regex v1.11.1 |
343 | 2024-12-13T23:52:54.367Z | Downloaded regress v0.9.1 |
344 | 2024-12-13T23:52:54.375Z | Downloaded syn v2.0.87 |
345 | 2024-12-13T23:52:54.385Z | Downloaded rustls v0.23.19 |
346 | 2024-12-13T23:52:54.396Z | Downloaded regress v0.10.1 |
347 | 2024-12-13T23:52:54.404Z | Downloaded rustls v0.22.4 |
348 | 2024-12-13T23:52:54.416Z | Downloaded regex-syntax v0.8.5 |
349 | 2024-12-13T23:52:54.423Z | Downloaded openapiv3 v2.0.0 |
350 | 2024-12-13T23:52:54.433Z | Downloaded dropshot v0.13.0 |
351 | 2024-12-13T23:52:54.452Z | Downloaded serde_with v3.11.0 |
352 | 2024-12-13T23:52:54.459Z | Downloaded h2 v0.4.6 |
353 | 2024-12-13T23:52:54.465Z | Downloaded hyper v1.5.0 |
354 | 2024-12-13T23:52:54.471Z | Downloaded typify-impl v0.2.0 |
355 | 2024-12-13T23:52:54.484Z | Downloaded aho-corasick v1.1.3 |
356 | 2024-12-13T23:52:54.489Z | Downloaded url v2.5.3 |
357 | 2024-12-13T23:52:54.492Z | Downloaded http v1.1.0 |
358 | 2024-12-13T23:52:54.495Z | Downloaded scroll v0.12.0 |
359 | 2024-12-13T23:52:54.498Z | Downloaded hashbrown v0.12.3 |
360 | 2024-12-13T23:52:54.501Z | Downloaded bytes v1.8.0 |
361 | 2024-12-13T23:52:54.504Z | Downloaded regex-automata v0.4.8 |
362 | 2024-12-13T23:52:54.519Z | Downloaded base64 v0.22.1 |
363 | 2024-12-13T23:52:54.523Z | Downloaded proc-macro2 v1.0.89 |
364 | 2024-12-13T23:52:54.526Z | Downloaded icu_locid_transform_data v1.5.0 |
365 | 2024-12-13T23:52:54.529Z | Downloaded toml v0.8.19 |
366 | 2024-12-13T23:52:54.532Z | Downloaded icu_locid v1.5.0 |
367 | 2024-12-13T23:52:54.535Z | Downloaded allocator-api2 v0.2.18 |
368 | 2024-12-13T23:52:54.537Z | Downloaded progenitor-impl v0.8.0 |
369 | 2024-12-13T23:52:54.541Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2024-12-13T23:52:54.543Z | Downloaded icu_normalizer v1.5.0 |
371 | 2024-12-13T23:52:54.546Z | Downloaded tokio v1.40.0 |
372 | 2024-12-13T23:52:54.580Z | Downloaded libc v0.2.162 |
373 | 2024-12-13T23:52:54.605Z | Downloaded serde_path_to_error v0.1.16 |
374 | 2024-12-13T23:52:54.609Z | Downloaded num-traits v0.2.19 |
375 | 2024-12-13T23:52:54.609Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-13T23:52:54.612Z | Downloaded parking_lot v0.12.3 |
377 | 2024-12-13T23:52:54.615Z | Downloaded thiserror v1.0.69 |
378 | 2024-12-13T23:52:54.618Z | Downloaded rand_chacha v0.3.1 |
379 | 2024-12-13T23:52:54.618Z | Downloaded quote v1.0.37 |
380 | 2024-12-13T23:52:54.622Z | Downloaded indexmap v1.9.3 |
381 | 2024-12-13T23:52:54.625Z | Downloaded dropshot_endpoint v0.13.0 |
382 | 2024-12-13T23:52:54.627Z | Downloaded schemars_derive v0.8.21 |
383 | 2024-12-13T23:52:54.627Z | Downloaded yoke v0.7.4 |
384 | 2024-12-13T23:52:54.630Z | Downloaded typify v0.2.0 |
385 | 2024-12-13T23:52:54.633Z | Downloaded tokio-rustls v0.26.0 |
386 | 2024-12-13T23:52:54.633Z | Downloaded sha1 v0.10.6 |
387 | 2024-12-13T23:52:54.635Z | Downloaded thiserror-impl v1.0.69 |
388 | 2024-12-13T23:52:54.635Z | Downloaded dof v0.3.0 |
389 | 2024-12-13T23:52:54.638Z | Downloaded debug-ignore v1.0.5 |
390 | 2024-12-13T23:52:54.638Z | Downloaded cpufeatures v0.2.14 |
391 | 2024-12-13T23:52:54.649Z | Downloaded writeable v0.5.5 |
392 | 2024-12-13T23:52:54.649Z | Downloaded dyn-clone v1.0.17 |
393 | 2024-12-13T23:52:54.649Z | Downloaded displaydoc v0.2.5 |
394 | 2024-12-13T23:52:54.652Z | Downloaded dirs-next v2.0.0 |
395 | 2024-12-13T23:52:54.652Z | Downloaded usdt-macro v0.5.0 |
396 | 2024-12-13T23:52:54.652Z | Downloaded generic-array v0.14.7 |
397 | 2024-12-13T23:52:54.653Z | Downloaded futures-executor v0.3.31 |
398 | 2024-12-13T23:52:54.653Z | Downloaded autocfg v1.4.0 |
399 | 2024-12-13T23:52:54.653Z | Downloaded futures-sink v0.3.31 |
400 | 2024-12-13T23:52:54.653Z | Downloaded futures-io v0.3.31 |
401 | 2024-12-13T23:52:54.667Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-13T23:52:54.870Z | Downloaded ring v0.17.8 |
403 | 2024-12-13T23:52:55.194Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-13T23:52:55.194Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-13T23:52:55.198Z | Compiling libc v0.2.162 |
406 | 2024-12-13T23:52:55.198Z | Checking cfg-if v1.0.0 |
407 | 2024-12-13T23:52:55.198Z | Compiling autocfg v1.4.0 |
408 | 2024-12-13T23:52:55.198Z | Compiling serde v1.0.215 |
409 | 2024-12-13T23:52:55.198Z | Compiling version_check v0.9.5 |
410 | 2024-12-13T23:52:55.198Z | Checking memchr v2.7.4 |
411 | 2024-12-13T23:52:55.323Z | Checking itoa v1.0.11 |
412 | 2024-12-13T23:52:55.466Z | Compiling serde_json v1.0.132 |
413 | 2024-12-13T23:52:55.831Z | Compiling thiserror v1.0.69 |
414 | 2024-12-13T23:52:55.987Z | Checking once_cell v1.20.2 |
415 | 2024-12-13T23:52:56.037Z | Compiling shlex v1.3.0 |
416 | 2024-12-13T23:52:56.212Z | Compiling cc v1.1.30 |
417 | 2024-12-13T23:52:56.930Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-13T23:52:57.040Z | Compiling num-traits v0.2.19 |
419 | 2024-12-13T23:52:57.832Z | Checking smallvec v1.13.2 |
420 | 2024-12-13T23:52:57.853Z | Checking ryu v1.0.18 |
421 | 2024-12-13T23:52:57.853Z | Checking bytes v1.8.0 |
422 | 2024-12-13T23:52:57.853Z | Checking futures-core v0.3.31 |
423 | 2024-12-13T23:52:57.853Z | Compiling lock_api v0.4.12 |
424 | 2024-12-13T23:52:57.853Z | Compiling byteorder v1.5.0 |
425 | 2024-12-13T23:52:57.969Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-13T23:52:58.242Z | Compiling ahash v0.8.11 |
427 | 2024-12-13T23:52:58.274Z | Compiling schemars v0.8.21 |
428 | 2024-12-13T23:52:58.294Z | Checking scopeguard v1.2.0 |
429 | 2024-12-13T23:52:58.314Z | Checking getrandom v0.2.15 |
430 | 2024-12-13T23:52:58.520Z | Compiling slab v0.4.9 |
431 | 2024-12-13T23:52:58.638Z | Compiling quote v1.0.37 |
432 | 2024-12-13T23:52:58.691Z | Checking futures-sink v0.3.31 |
433 | 2024-12-13T23:52:58.759Z | Checking log v0.4.22 |
434 | 2024-12-13T23:52:58.778Z | Checking mio v1.0.2 |
435 | 2024-12-13T23:52:58.780Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-13T23:52:58.832Z | Checking socket2 v0.5.7 |
437 | 2024-12-13T23:52:58.853Z | Checking parking_lot v0.12.3 |
438 | 2024-12-13T23:52:59.005Z | Compiling syn v2.0.87 |
439 | 2024-12-13T23:52:59.024Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-13T23:52:59.126Z | Compiling ring v0.17.8 |
441 | 2024-12-13T23:52:59.173Z | Checking equivalent v1.0.1 |
442 | 2024-12-13T23:52:59.258Z | Compiling semver v1.0.23 |
443 | 2024-12-13T23:52:59.278Z | Checking fnv v1.0.7 |
444 | 2024-12-13T23:52:59.302Z | Checking hashbrown v0.15.1 |
445 | 2024-12-13T23:52:59.305Z | Checking futures-channel v0.3.31 |
446 | 2024-12-13T23:52:59.336Z | Checking futures-task v0.3.31 |
447 | 2024-12-13T23:52:59.377Z | Checking pin-utils v0.1.0 |
448 | 2024-12-13T23:52:59.398Z | Checking http v1.1.0 |
449 | 2024-12-13T23:52:59.464Z | Checking futures-io v0.3.31 |
450 | 2024-12-13T23:52:59.555Z | Compiling pkg-config v0.3.31 |
451 | 2024-12-13T23:52:59.656Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-13T23:52:59.685Z | Checking rustls-pki-types v1.10.0 |
453 | 2024-12-13T23:52:59.789Z | Checking spin v0.9.8 |
454 | 2024-12-13T23:52:59.994Z | Compiling heck v0.5.0 |
455 | 2024-12-13T23:53:00.321Z | Checking untrusted v0.9.0 |
456 | 2024-12-13T23:53:00.403Z | Checking writeable v0.5.5 |
457 | 2024-12-13T23:53:00.467Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-13T23:53:00.737Z | Checking litemap v0.7.3 |
459 | 2024-12-13T23:53:00.754Z | Compiling httparse v1.9.5 |
460 | 2024-12-13T23:53:00.799Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-13T23:53:00.951Z | Checking tracing-core v0.1.32 |
462 | 2024-12-13T23:53:01.068Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-13T23:53:01.309Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-13T23:53:01.354Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-13T23:53:01.489Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-13T23:53:01.581Z | Checking tracing v0.1.40 |
467 | 2024-12-13T23:53:01.857Z | Checking http-body v1.0.1 |
468 | 2024-12-13T23:53:01.894Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-13T23:53:02.039Z | Checking try-lock v0.2.5 |
470 | 2024-12-13T23:53:02.170Z | Checking subtle v2.6.1 |
471 | 2024-12-13T23:53:02.219Z | Compiling uuid v1.11.0 |
472 | 2024-12-13T23:53:02.305Z | Checking zeroize v1.8.1 |
473 | 2024-12-13T23:53:02.369Z | Checking want v0.3.1 |
474 | 2024-12-13T23:53:02.512Z | Compiling chrono v0.4.38 |
475 | 2024-12-13T23:53:02.543Z | Checking httpdate v1.0.3 |
476 | 2024-12-13T23:53:02.559Z | Compiling openssl v0.10.66 |
477 | 2024-12-13T23:53:02.659Z | Checking foreign-types-shared v0.1.1 |
478 | 2024-12-13T23:53:02.748Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-13T23:53:02.766Z | Compiling slog v2.7.0 |
480 | 2024-12-13T23:53:02.918Z | Checking foreign-types v0.3.2 |
481 | 2024-12-13T23:53:02.988Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-13T23:53:03.015Z | Checking percent-encoding v2.3.1 |
483 | 2024-12-13T23:53:03.232Z | Compiling rustls v0.23.19 |
484 | 2024-12-13T23:53:03.258Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-13T23:53:03.397Z | Compiling typenum v1.17.0 |
486 | 2024-12-13T23:53:03.517Z | Checking bitflags v2.6.0 |
487 | 2024-12-13T23:53:03.747Z | Checking write16 v1.0.0 |
488 | 2024-12-13T23:53:03.869Z | Checking icu_normalizer_data v1.5.0 |
489 | 2024-12-13T23:53:03.956Z | Compiling native-tls v0.2.12 |
490 | 2024-12-13T23:53:04.277Z | Compiling regex-syntax v0.8.5 |
491 | 2024-12-13T23:53:04.296Z | Checking tower-service v0.3.3 |
492 | 2024-12-13T23:53:04.316Z | Checking utf8_iter v1.0.4 |
493 | 2024-12-13T23:53:04.932Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-13T23:53:05.061Z | Compiling generic-array v0.14.7 |
495 | 2024-12-13T23:53:05.516Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-13T23:53:05.664Z | Compiling synstructure v0.13.1 |
497 | 2024-12-13T23:53:06.229Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-13T23:53:07.543Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-13T23:53:07.746Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-13T23:53:07.918Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-13T23:53:08.065Z | Checking mime v0.3.17 |
502 | 2024-12-13T23:53:08.359Z | Checking powerfmt v0.2.0 |
503 | 2024-12-13T23:53:08.408Z | Compiling time-core v0.1.2 |
504 | 2024-12-13T23:53:08.589Z | Compiling num-conv v0.1.0 |
505 | 2024-12-13T23:53:08.631Z | Checking deranged v0.3.11 |
506 | 2024-12-13T23:53:08.862Z | Compiling time-macros v0.2.18 |
507 | 2024-12-13T23:53:10.070Z | Compiling thread-id v4.2.2 |
508 | 2024-12-13T23:53:10.176Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-13T23:53:10.349Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-13T23:53:10.386Z | Checking base64 v0.22.1 |
511 | 2024-12-13T23:53:10.540Z | Checking num_threads v0.1.7 |
512 | 2024-12-13T23:53:10.636Z | Compiling ident_case v1.0.1 |
513 | 2024-12-13T23:53:10.847Z | Checking plain v0.2.3 |
514 | 2024-12-13T23:53:10.978Z | Compiling crossbeam-utils v0.8.20 |
515 | 2024-12-13T23:53:10.998Z | Compiling serde_derive v1.0.215 |
516 | 2024-12-13T23:53:11.143Z | Compiling zerocopy-derive v0.7.35 |
517 | 2024-12-13T23:53:11.537Z | Compiling thiserror-impl v1.0.69 |
518 | 2024-12-13T23:53:11.658Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-12-13T23:53:11.874Z | Compiling schemars_derive v0.8.21 |
520 | 2024-12-13T23:53:12.132Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-13T23:53:12.950Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-13T23:53:14.529Z | Compiling yoke-derive v0.7.4 |
523 | 2024-12-13T23:53:14.549Z | Checking tokio v1.40.0 |
524 | 2024-12-13T23:53:14.552Z | Compiling zerovec-derive v0.10.3 |
525 | 2024-12-13T23:53:14.843Z | Compiling futures-macro v0.3.31 |
526 | 2024-12-13T23:53:14.989Z | Compiling displaydoc v0.2.5 |
527 | 2024-12-13T23:53:15.138Z | Checking zerofrom v0.1.4 |
528 | 2024-12-13T23:53:15.363Z | Compiling pest v2.7.14 |
529 | 2024-12-13T23:53:16.659Z | Checking futures-util v0.3.31 |
530 | 2024-12-13T23:53:17.047Z | Compiling icu_provider_macros v1.5.0 |
531 | 2024-12-13T23:53:17.069Z | Compiling hashbrown v0.14.5 |
532 | 2024-12-13T23:53:17.089Z | Checking rustls-webpki v0.102.8 |
533 | 2024-12-13T23:53:17.251Z | Checking yoke v0.7.4 |
534 | 2024-12-13T23:53:17.600Z | Checking zerovec v0.10.4 |
535 | 2024-12-13T23:53:18.265Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-13T23:53:18.326Z | Compiling openssl-macros v0.1.1 |
537 | 2024-12-13T23:53:18.460Z | Compiling regress v0.10.1 |
538 | 2024-12-13T23:53:19.328Z | Checking tinystr v0.7.6 |
539 | 2024-12-13T23:53:19.717Z | Checking icu_locid v1.5.0 |
540 | 2024-12-13T23:53:20.768Z | Checking icu_provider v1.5.0 |
541 | 2024-12-13T23:53:21.420Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-12-13T23:53:21.629Z | Checking tokio-util v0.7.12 |
543 | 2024-12-13T23:53:21.815Z | Compiling pest_generator v2.7.14 |
544 | 2024-12-13T23:53:22.429Z | Checking icu_collections v1.5.0 |
545 | 2024-12-13T23:53:23.166Z | Checking icu_properties v1.5.1 |
546 | 2024-12-13T23:53:23.199Z | Checking http-body-util v0.1.2 |
547 | 2024-12-13T23:53:23.623Z | Checking indexmap v2.6.0 |
548 | 2024-12-13T23:53:27.654Z | Compiling pest_derive v2.7.14 |
549 | 2024-12-13T23:53:27.692Z | Compiling serde_tokenstream v0.2.2 |
550 | 2024-12-13T23:53:27.692Z | Checking h2 v0.4.6 |
551 | 2024-12-13T23:53:27.692Z | Compiling regex v1.11.1 |
552 | 2024-12-13T23:53:27.692Z | Compiling scroll_derive v0.12.0 |
553 | 2024-12-13T23:53:27.692Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-13T23:53:27.692Z | Compiling dof v0.3.0 |
555 | 2024-12-13T23:53:27.692Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-12-13T23:53:27.692Z | Checking scroll v0.12.0 |
557 | 2024-12-13T23:53:27.692Z | Compiling dtrace-parser v0.2.0 |
558 | 2024-12-13T23:53:27.693Z | Checking idna_adapter v1.2.0 |
559 | 2024-12-13T23:53:27.693Z | Checking tokio-rustls v0.26.0 |
560 | 2024-12-13T23:53:27.693Z | Checking idna v1.0.3 |
561 | 2024-12-13T23:53:27.693Z | Checking serde_urlencoded v0.7.1 |
562 | 2024-12-13T23:53:28.078Z | Compiling strsim v0.11.1 |
563 | 2024-12-13T23:53:28.081Z | Checking url v2.5.3 |
564 | 2024-12-13T23:53:28.231Z | Checking time v0.3.36 |
565 | 2024-12-13T23:53:28.825Z | Compiling typify-impl v0.2.0 |
566 | 2024-12-13T23:53:28.980Z | Compiling darling_core v0.20.10 |
567 | 2024-12-13T23:53:29.090Z | Checking hyper v1.5.0 |
568 | 2024-12-13T23:53:30.159Z | Checking goblin v0.8.2 |
569 | 2024-12-13T23:53:31.138Z | Compiling openapiv3 v2.0.0 |
570 | 2024-12-13T23:53:31.218Z | Checking hyper-util v0.1.10 |
571 | 2024-12-13T23:53:32.977Z | Checking hyper-tls v0.6.0 |
572 | 2024-12-13T23:53:33.250Z | Checking hyper-rustls v0.27.3 |
573 | 2024-12-13T23:53:33.609Z | Checking dirs-sys-next v0.1.2 |
574 | 2024-12-13T23:53:33.632Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-13T23:53:33.793Z | Compiling paste v1.0.15 |
576 | 2024-12-13T23:53:34.125Z | Compiling rustversion v1.0.17 |
577 | 2024-12-13T23:53:34.146Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-12-13T23:53:34.304Z | Compiling rustls v0.22.4 |
579 | 2024-12-13T23:53:34.605Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-13T23:53:34.785Z | Checking ipnet v2.10.1 |
581 | 2024-12-13T23:53:34.809Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2024-12-13T23:53:35.078Z | Compiling darling_macro v0.20.10 |
583 | 2024-12-13T23:53:35.246Z | Checking reqwest v0.12.9 |
584 | 2024-12-13T23:53:35.286Z | Checking dirs-next v2.0.0 |
585 | 2024-12-13T23:53:35.417Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2024-12-13T23:53:35.875Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-13T23:53:35.917Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-13T23:53:35.947Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-13T23:53:36.011Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-13T23:53:36.031Z | Checking block-buffer v0.10.4 |
591 | 2024-12-13T23:53:36.073Z | Checking crypto-common v0.1.6 |
592 | 2024-12-13T23:53:36.195Z | Checking rand_core v0.6.4 |
593 | 2024-12-13T23:53:36.232Z | Checking thread_local v1.1.8 |
594 | 2024-12-13T23:53:36.346Z | Compiling multer v3.1.0 |
595 | 2024-12-13T23:53:36.481Z | Checking winnow v0.6.20 |
596 | 2024-12-13T23:53:36.533Z | Compiling camino v1.1.9 |
597 | 2024-12-13T23:53:36.676Z | Compiling slog-async v2.8.0 |
598 | 2024-12-13T23:53:36.703Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-12-13T23:53:36.733Z | Compiling anyhow v1.0.93 |
600 | 2024-12-13T23:53:37.009Z | Checking match_cfg v0.1.0 |
601 | 2024-12-13T23:53:37.101Z | Checking hostname v0.3.1 |
602 | 2024-12-13T23:53:37.214Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-13T23:53:37.231Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-13T23:53:37.584Z | Checking digest v0.10.7 |
605 | 2024-12-13T23:53:37.587Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-13T23:53:37.680Z | Compiling darling v0.20.10 |
607 | 2024-12-13T23:53:37.801Z | Checking term v0.7.0 |
608 | 2024-12-13T23:53:38.314Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-13T23:53:38.656Z | Compiling structmeta v0.3.0 |
610 | 2024-12-13T23:53:38.908Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-13T23:53:39.060Z | Checking slog-json v2.6.1 |
612 | 2024-12-13T23:53:39.079Z | Checking futures-executor v0.3.31 |
613 | 2024-12-13T23:53:39.294Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-13T23:53:39.314Z | Checking memmap v0.7.0 |
615 | 2024-12-13T23:53:39.429Z | Checking is-terminal v0.4.13 |
616 | 2024-12-13T23:53:39.518Z | Compiling dropshot v0.13.0 |
617 | 2024-12-13T23:53:39.551Z | Checking toml_edit v0.22.22 |
618 | 2024-12-13T23:53:39.570Z | Checking take_mut v0.2.2 |
619 | 2024-12-13T23:53:39.706Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-13T23:53:39.796Z | Checking sha1 v0.10.6 |
621 | 2024-12-13T23:53:39.939Z | Checking slog-term v2.9.1 |
622 | 2024-12-13T23:53:40.038Z | Compiling strum_macros v0.26.4 |
623 | 2024-12-13T23:53:40.061Z | Checking futures v0.3.31 |
624 | 2024-12-13T23:53:40.163Z | Checking slog-bunyan v2.5.0 |
625 | 2024-12-13T23:53:40.197Z | Checking usdt v0.5.0 |
626 | 2024-12-13T23:53:40.323Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-13T23:53:40.451Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-13T23:53:40.528Z | Checking async-stream v0.3.6 |
629 | 2024-12-13T23:53:40.719Z | Checking rand v0.8.5 |
630 | 2024-12-13T23:53:41.537Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-13T23:53:41.994Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-13T23:53:42.011Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-13T23:53:42.122Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-13T23:53:42.181Z | Checking toml v0.8.19 |
635 | 2024-12-13T23:53:42.359Z | Checking hex v0.4.3 |
636 | 2024-12-13T23:53:42.698Z | Compiling typify-macro v0.2.0 |
637 | 2024-12-13T23:53:42.755Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-13T23:53:42.906Z | Compiling async-trait v0.1.83 |
639 | 2024-12-13T23:53:42.941Z | Checking waitgroup v0.1.2 |
640 | 2024-12-13T23:53:43.022Z | Checking hostname v0.4.0 |
641 | 2024-12-13T23:53:43.075Z | Checking instant v0.1.13 |
642 | 2024-12-13T23:53:43.162Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-13T23:53:43.190Z | Checking backoff v0.4.0 |
644 | 2024-12-13T23:53:43.303Z | Checking serde_with v3.11.0 |
645 | 2024-12-13T23:53:43.487Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-13T23:53:43.542Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-13T23:53:43.636Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-13T23:53:43.692Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-13T23:53:44.009Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-13T23:53:44.201Z | Checking parse-display v0.10.0 |
651 | 2024-12-13T23:53:44.355Z | Checking regress v0.9.1 |
652 | 2024-12-13T23:53:44.413Z | Checking macaddr v1.0.1 |
653 | 2024-12-13T23:53:44.501Z | Checking strum v0.26.3 |
654 | 2024-12-13T23:53:45.734Z | Compiling typify v0.2.0 |
655 | 2024-12-13T23:53:45.828Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-13T23:53:48.592Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-13T23:53:52.787Z | Checking progenitor v0.8.0 |
658 | 2024-12-13T23:53:52.919Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-13T23:53:55.910Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-13T23:54:03.364Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-13T23:54:03.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
662 | 2024-12-13T23:54:03.752Z | + cargo build --release |
663 | 2024-12-13T23:54:04.006Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-13T23:54:04.006Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-13T23:54:04.006Z | Compiling libc v0.2.162 |
666 | 2024-12-13T23:54:04.009Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-13T23:54:04.009Z | Compiling autocfg v1.4.0 |
668 | 2024-12-13T23:54:04.009Z | Compiling serde v1.0.215 |
669 | 2024-12-13T23:54:04.009Z | Compiling version_check v0.9.5 |
670 | 2024-12-13T23:54:04.009Z | Compiling memchr v2.7.4 |
671 | 2024-12-13T23:54:04.134Z | Compiling serde_json v1.0.132 |
672 | 2024-12-13T23:54:04.191Z | Compiling itoa v1.0.11 |
673 | 2024-12-13T23:54:04.467Z | Compiling thiserror v1.0.69 |
674 | 2024-12-13T23:54:04.551Z | Compiling once_cell v1.20.2 |
675 | 2024-12-13T23:54:04.686Z | Compiling shlex v1.3.0 |
676 | 2024-12-13T23:54:04.993Z | Compiling cc v1.1.30 |
677 | 2024-12-13T23:54:05.000Z | Compiling num-traits v0.2.19 |
678 | 2024-12-13T23:54:05.321Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-13T23:54:05.387Z | Compiling smallvec v1.13.2 |
680 | 2024-12-13T23:54:05.428Z | Compiling getrandom v0.2.15 |
681 | 2024-12-13T23:54:05.510Z | Compiling ryu v1.0.18 |
682 | 2024-12-13T23:54:05.691Z | Compiling quote v1.0.37 |
683 | 2024-12-13T23:54:05.750Z | Compiling bytes v1.8.0 |
684 | 2024-12-13T23:54:05.841Z | Compiling futures-core v0.3.31 |
685 | 2024-12-13T23:54:06.039Z | Compiling lock_api v0.4.12 |
686 | 2024-12-13T23:54:06.052Z | Compiling syn v2.0.87 |
687 | 2024-12-13T23:54:06.073Z | Compiling ahash v0.8.11 |
688 | 2024-12-13T23:54:06.313Z | Compiling byteorder v1.5.0 |
689 | 2024-12-13T23:54:06.373Z | Compiling schemars v0.8.21 |
690 | 2024-12-13T23:54:06.420Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-13T23:54:06.736Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-13T23:54:06.760Z | Compiling slab v0.4.9 |
693 | 2024-12-13T23:54:06.804Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-13T23:54:06.944Z | Compiling log v0.4.22 |
695 | 2024-12-13T23:54:07.202Z | Compiling socket2 v0.5.7 |
696 | 2024-12-13T23:54:07.258Z | Compiling mio v1.0.2 |
697 | 2024-12-13T23:54:07.373Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-13T23:54:07.393Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-13T23:54:07.587Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-13T23:54:07.656Z | Compiling semver v1.0.23 |
701 | 2024-12-13T23:54:07.979Z | Compiling ring v0.17.8 |
702 | 2024-12-13T23:54:08.020Z | Compiling equivalent v1.0.1 |
703 | 2024-12-13T23:54:08.113Z | Compiling fnv v1.0.7 |
704 | 2024-12-13T23:54:08.139Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-13T23:54:08.240Z | Compiling http v1.1.0 |
706 | 2024-12-13T23:54:08.865Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-13T23:54:08.899Z | Compiling futures-io v0.3.31 |
708 | 2024-12-13T23:54:08.927Z | Compiling futures-task v0.3.31 |
709 | 2024-12-13T23:54:09.213Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-13T23:54:09.291Z | Compiling spin v0.9.8 |
711 | 2024-12-13T23:54:09.323Z | Compiling rustls-pki-types v1.10.0 |
712 | 2024-12-13T23:54:09.407Z | Compiling heck v0.5.0 |
713 | 2024-12-13T23:54:09.456Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-13T23:54:09.534Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-13T23:54:10.429Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-12-13T23:54:10.722Z | Compiling httparse v1.9.5 |
717 | 2024-12-13T23:54:11.123Z | Compiling litemap v0.7.3 |
718 | 2024-12-13T23:54:11.172Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-13T23:54:11.180Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-13T23:54:11.407Z | Compiling untrusted v0.9.0 |
721 | 2024-12-13T23:54:11.611Z | Compiling writeable v0.5.5 |
722 | 2024-12-13T23:54:11.644Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-13T23:54:12.235Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-13T23:54:12.384Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-13T23:54:12.404Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-13T23:54:12.585Z | Compiling tracing v0.1.40 |
727 | 2024-12-13T23:54:13.137Z | Compiling http-body v1.0.1 |
728 | 2024-12-13T23:54:13.262Z | Compiling zeroize v1.8.1 |
729 | 2024-12-13T23:54:13.365Z | Compiling chrono v0.4.38 |
730 | 2024-12-13T23:54:13.490Z | Compiling try-lock v0.2.5 |
731 | 2024-12-13T23:54:13.650Z | Compiling icu_locid_transform_data v1.5.0 |
732 | 2024-12-13T23:54:13.712Z | Compiling uuid v1.11.0 |
733 | 2024-12-13T23:54:13.739Z | Compiling synstructure v0.13.1 |
734 | 2024-12-13T23:54:13.940Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-13T23:54:14.176Z | Compiling subtle v2.6.1 |
736 | 2024-12-13T23:54:14.269Z | Compiling want v0.3.1 |
737 | 2024-12-13T23:54:14.599Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-12-13T23:54:14.698Z | Compiling httpdate v1.0.3 |
739 | 2024-12-13T23:54:15.121Z | Compiling icu_properties_data v1.5.0 |
740 | 2024-12-13T23:54:15.406Z | Compiling openssl v0.10.66 |
741 | 2024-12-13T23:54:15.453Z | Compiling slog v2.7.0 |
742 | 2024-12-13T23:54:15.849Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-13T23:54:15.996Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-13T23:54:16.185Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-12-13T23:54:16.522Z | Compiling native-tls v0.2.12 |
746 | 2024-12-13T23:54:16.882Z | Compiling percent-encoding v2.3.1 |
747 | 2024-12-13T23:54:17.143Z | Compiling bitflags v2.6.0 |
748 | 2024-12-13T23:54:17.353Z | Compiling write16 v1.0.0 |
749 | 2024-12-13T23:54:17.356Z | Compiling regex-syntax v0.8.5 |
750 | 2024-12-13T23:54:17.481Z | Compiling typenum v1.17.0 |
751 | 2024-12-13T23:54:17.487Z | Compiling tower-service v0.3.3 |
752 | 2024-12-13T23:54:17.603Z | Compiling rustls v0.23.19 |
753 | 2024-12-13T23:54:17.908Z | Compiling utf16_iter v1.0.5 |
754 | 2024-12-13T23:54:17.949Z | Compiling utf8_iter v1.0.4 |
755 | 2024-12-13T23:54:18.107Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-13T23:54:18.495Z | Compiling generic-array v0.14.7 |
757 | 2024-12-13T23:54:18.807Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-13T23:54:19.237Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-13T23:54:19.304Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-13T23:54:19.319Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-13T23:54:19.345Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-13T23:54:19.920Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-13T23:54:20.373Z | Compiling yoke-derive v0.7.4 |
764 | 2024-12-13T23:54:21.376Z | Compiling zerocopy v0.7.35 |
765 | 2024-12-13T23:54:22.427Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-13T23:54:23.903Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-13T23:54:23.905Z | Compiling futures-macro v0.3.31 |
768 | 2024-12-13T23:54:23.905Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-13T23:54:23.906Z | Compiling zerofrom v0.1.4 |
770 | 2024-12-13T23:54:23.906Z | Compiling yoke v0.7.4 |
771 | 2024-12-13T23:54:23.982Z | Compiling tokio v1.40.0 |
772 | 2024-12-13T23:54:24.098Z | Compiling pest v2.7.14 |
773 | 2024-12-13T23:54:24.826Z | Compiling icu_provider_macros v1.5.0 |
774 | 2024-12-13T23:54:25.082Z | Compiling futures-util v0.3.31 |
775 | 2024-12-13T23:54:25.359Z | Compiling zerovec v0.10.4 |
776 | 2024-12-13T23:54:25.957Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-13T23:54:27.294Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-13T23:54:28.458Z | Compiling tinystr v0.7.6 |
779 | 2024-12-13T23:54:28.911Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-13T23:54:32.082Z | Compiling icu_provider v1.5.0 |
781 | 2024-12-13T23:54:32.170Z | Compiling pest_meta v2.7.14 |
782 | 2024-12-13T23:54:32.724Z | Compiling tokio-util v0.7.12 |
783 | 2024-12-13T23:54:34.407Z | Compiling indexmap v2.6.0 |
784 | 2024-12-13T23:54:34.836Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-13T23:54:36.392Z | Compiling h2 v0.4.6 |
786 | 2024-12-13T23:54:37.003Z | Compiling pest_generator v2.7.14 |
787 | 2024-12-13T23:54:37.475Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-13T23:54:39.832Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-13T23:54:39.967Z | Compiling regress v0.10.1 |
790 | 2024-12-13T23:54:42.560Z | Compiling hyper v1.5.0 |
791 | 2024-12-13T23:54:43.381Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-13T23:54:43.841Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-13T23:54:44.775Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-13T23:54:46.186Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-13T23:54:49.716Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-13T23:54:52.537Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-13T23:54:52.864Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-13T23:54:55.039Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-13T23:54:55.676Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-13T23:54:55.904Z | Compiling typify-macro v0.2.0 |
801 | 2024-12-13T23:54:56.244Z | Compiling scroll_derive v0.12.0 |
802 | 2024-12-13T23:54:57.610Z | Compiling regex v1.11.1 |
803 | 2024-12-13T23:54:58.628Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-13T23:54:58.998Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-13T23:54:59.255Z | Compiling time-core v0.1.2 |
806 | 2024-12-13T23:54:59.415Z | Compiling num-conv v0.1.0 |
807 | 2024-12-13T23:54:59.694Z | Compiling mime v0.3.17 |
808 | 2024-12-13T23:55:00.613Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-13T23:55:00.807Z | Compiling time-macros v0.2.18 |
810 | 2024-12-13T23:55:01.084Z | Compiling tokio-rustls v0.26.0 |
811 | 2024-12-13T23:55:01.350Z | Compiling deranged v0.3.11 |
812 | 2024-12-13T23:55:03.163Z | Compiling scroll v0.12.0 |
813 | 2024-12-13T23:55:03.783Z | Compiling thread-id v4.2.2 |
814 | 2024-12-13T23:55:03.792Z | Compiling idna v1.0.3 |
815 | 2024-12-13T23:55:03.878Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-13T23:55:09.464Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-13T23:55:09.784Z | Compiling dof v0.3.0 |
818 | 2024-12-13T23:55:10.640Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-13T23:55:11.230Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-13T23:55:11.287Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-13T23:55:11.492Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-13T23:55:12.927Z | Compiling crossbeam-utils v0.8.20 |
823 | 2024-12-13T23:55:12.980Z | Compiling ident_case v1.0.1 |
824 | 2024-12-13T23:55:13.141Z | Compiling plain v0.2.3 |
825 | 2024-12-13T23:55:13.294Z | Compiling num_threads v0.1.7 |
826 | 2024-12-13T23:55:13.408Z | Compiling base64 v0.22.1 |
827 | 2024-12-13T23:55:13.421Z | Compiling strsim v0.11.1 |
828 | 2024-12-13T23:55:13.503Z | Compiling time v0.3.36 |
829 | 2024-12-13T23:55:13.995Z | Compiling darling_core v0.20.10 |
830 | 2024-12-13T23:55:14.145Z | Compiling goblin v0.8.2 |
831 | 2024-12-13T23:55:20.122Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-13T23:55:21.686Z | Compiling url v2.5.3 |
833 | 2024-12-13T23:55:22.338Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-13T23:55:22.829Z | Compiling typify v0.2.0 |
835 | 2024-12-13T23:55:22.890Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-13T23:55:25.230Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-13T23:55:25.404Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-13T23:55:26.753Z | Compiling pretty-hex v0.4.1 |
839 | 2024-12-13T23:55:26.974Z | Compiling rustversion v1.0.17 |
840 | 2024-12-13T23:55:27.117Z | Compiling rustls v0.22.4 |
841 | 2024-12-13T23:55:27.425Z | Compiling paste v1.0.15 |
842 | 2024-12-13T23:55:27.452Z | Compiling unsafe-libyaml v0.2.11 |
843 | 2024-12-13T23:55:27.620Z | Compiling ipnet v2.10.1 |
844 | 2024-12-13T23:55:29.168Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-13T23:55:29.542Z | Compiling reqwest v0.12.9 |
846 | 2024-12-13T23:55:30.801Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-13T23:55:32.925Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-13T23:55:33.301Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-13T23:55:34.489Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-13T23:55:34.693Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-13T23:55:34.928Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-13T23:55:35.622Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-13T23:55:35.857Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-13T23:55:36.134Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-13T23:55:36.791Z | Compiling rand_core v0.6.4 |
856 | 2024-12-13T23:55:37.382Z | Compiling thread_local v1.1.8 |
857 | 2024-12-13T23:55:37.591Z | Compiling multer v3.1.0 |
858 | 2024-12-13T23:55:37.919Z | Compiling match_cfg v0.1.0 |
859 | 2024-12-13T23:55:38.003Z | Compiling camino v1.1.9 |
860 | 2024-12-13T23:55:38.081Z | Compiling anyhow v1.0.93 |
861 | 2024-12-13T23:55:38.587Z | Compiling slog-async v2.8.0 |
862 | 2024-12-13T23:55:38.699Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-13T23:55:38.817Z | Compiling winnow v0.6.20 |
864 | 2024-12-13T23:55:38.876Z | Compiling structmeta v0.3.0 |
865 | 2024-12-13T23:55:39.178Z | Compiling hostname v0.3.1 |
866 | 2024-12-13T23:55:39.293Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-12-13T23:55:39.409Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-13T23:55:40.588Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-12-13T23:55:40.597Z | Compiling digest v0.10.7 |
870 | 2024-12-13T23:55:41.023Z | Compiling darling v0.20.10 |
871 | 2024-12-13T23:55:41.135Z | Compiling term v0.7.0 |
872 | 2024-12-13T23:55:42.225Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-13T23:55:43.194Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-13T23:55:48.107Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-13T23:55:49.616Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-13T23:55:50.590Z | Compiling slog-json v2.6.1 |
877 | 2024-12-13T23:55:50.967Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-13T23:55:51.032Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-13T23:55:52.112Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-13T23:55:52.227Z | Compiling memmap v0.7.0 |
881 | 2024-12-13T23:55:52.366Z | Compiling dropshot v0.13.0 |
882 | 2024-12-13T23:55:52.456Z | Compiling take_mut v0.2.2 |
883 | 2024-12-13T23:55:52.600Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-13T23:55:52.661Z | Compiling sha1 v0.10.6 |
885 | 2024-12-13T23:55:52.744Z | Compiling progenitor v0.8.0 |
886 | 2024-12-13T23:55:52.960Z | Compiling usdt v0.5.0 |
887 | 2024-12-13T23:55:53.457Z | Compiling async-stream v0.3.6 |
888 | 2024-12-13T23:55:53.763Z | Compiling slog-term v2.9.1 |
889 | 2024-12-13T23:55:54.509Z | Compiling futures v0.3.31 |
890 | 2024-12-13T23:55:54.707Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-13T23:55:54.975Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-13T23:55:55.407Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-13T23:55:56.069Z | Compiling toml v0.8.19 |
894 | 2024-12-13T23:55:56.708Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-13T23:55:59.411Z | Compiling rand v0.8.5 |
896 | 2024-12-13T23:56:01.570Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-13T23:56:04.423Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-13T23:56:04.887Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-13T23:56:05.619Z | Compiling hex v0.4.3 |
900 | 2024-12-13T23:56:06.315Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-13T23:56:06.324Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-13T23:56:07.516Z | Compiling async-trait v0.1.83 |
903 | 2024-12-13T23:56:07.527Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-13T23:56:07.581Z | Compiling hostname v0.4.0 |
905 | 2024-12-13T23:56:07.826Z | Compiling instant v0.1.13 |
906 | 2024-12-13T23:56:07.975Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-13T23:56:08.111Z | Compiling backoff v0.4.0 |
908 | 2024-12-13T23:56:08.460Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-13T23:56:08.661Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-13T23:56:08.820Z | Compiling parse-display v0.10.0 |
911 | 2024-12-13T23:56:09.327Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-13T23:56:09.598Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-13T23:56:10.187Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-13T23:56:10.969Z | Compiling strum v0.26.3 |
915 | 2024-12-13T23:56:11.152Z | Compiling serde_with v3.11.0 |
916 | 2024-12-13T23:56:13.619Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-13T23:56:14.177Z | Compiling regress v0.9.1 |
918 | 2024-12-13T23:56:14.427Z | Compiling macaddr v1.0.1 |
919 | 2024-12-13T23:56:20.694Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-13T23:56:30.574Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-13T23:56:40.454Z | Finished `release` profile [optimized] target(s) in 2m 36s |
922 | 2024-12-13T23:56:40.514Z | process exited: duration 236991 ms, exit code 0 |
|
923 | 2024-12-13T23:56:40.522Z | found 0 output files |