|
|
|
1 | 2024-12-17T20:39:05.659Z | job assigned to worker 01JFB5F80CXE31MHEP7CVEJPYD [factory aws, i-0e9d55f1914932bea] (queued for 1 m 5 s) |
|
2 | 2024-12-17T20:39:13.678Z | starting task 0: "setup" |
3 | 2024-12-17T20:39:13.688Z | ++ uname -s |
4 | 2024-12-17T20:39:13.691Z | + kern=SunOS |
5 | 2024-12-17T20:39:13.691Z | + case "$kern" in |
6 | 2024-12-17T20:39:13.691Z | + groupadd -g 12345 build |
7 | 2024-12-17T20:39:13.694Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T20:39:15.701Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T20:39:15.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T20:39:15.833Z | + home_fs=zfs |
11 | 2024-12-17T20:39:15.833Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T20:39:15.833Z | + mkdir -p /home/build |
13 | 2024-12-17T20:39:15.835Z | + chown build:build /home/build /work |
14 | 2024-12-17T20:39:17.836Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T20:39:17.839Z | process exited: duration 4160 ms, exit code 0 |
|
16 | 2024-12-17T20:39:17.845Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T20:39:17.850Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T20:39:17.851Z | ' 1.81.0 |
19 | 2024-12-17T20:39:17.851Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T20:39:17.851Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T20:39:17.851Z | * toolchain profile = "default" |
22 | 2024-12-17T20:39:17.851Z | ' default |
23 | 2024-12-17T20:39:17.853Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T20:39:17.854Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T20:39:17.973Z | info: downloading installer |
26 | 2024-12-17T20:39:19.400Z | info: profile set to 'default' |
27 | 2024-12-17T20:39:19.400Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T20:39:19.403Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T20:39:19.557Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T20:39:19.557Z | info: downloading component 'cargo' |
31 | 2024-12-17T20:39:20.423Z | info: downloading component 'clippy' |
32 | 2024-12-17T20:39:20.743Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T20:39:21.942Z | info: downloading component 'rust-std' |
34 | 2024-12-17T20:39:23.938Z | info: downloading component 'rustc' |
35 | 2024-12-17T20:39:30.515Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T20:39:30.768Z | info: installing component 'cargo' |
37 | 2024-12-17T20:39:31.568Z | info: installing component 'clippy' |
38 | 2024-12-17T20:39:31.924Z | info: installing component 'rust-docs' |
39 | 2024-12-17T20:39:33.532Z | info: installing component 'rust-std' |
40 | 2024-12-17T20:39:35.247Z | info: installing component 'rustc' |
41 | 2024-12-17T20:39:40.870Z | info: installing component 'rustfmt' |
42 | 2024-12-17T20:39:41.188Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T20:39:41.188Z | |
44 | 2024-12-17T20:39:41.551Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T20:39:41.551Z | |
46 | 2024-12-17T20:39:41.554Z | |
47 | 2024-12-17T20:39:41.554Z | Rust is installed now. Great! |
48 | 2024-12-17T20:39:41.554Z | |
49 | 2024-12-17T20:39:41.554Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T20:39:41.554Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T20:39:41.554Z | |
52 | 2024-12-17T20:39:41.554Z | To configure your current shell, you need to source |
53 | 2024-12-17T20:39:41.554Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T20:39:41.554Z | |
55 | 2024-12-17T20:39:41.555Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T20:39:41.555Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T20:39:41.555Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T20:39:41.625Z | + rustc --version |
59 | 2024-12-17T20:39:41.690Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T20:39:41.692Z | process exited: duration 23842 ms, exit code 0 |
|
61 | 2024-12-17T20:39:41.698Z | starting task 2: "authentication" |
62 | 2024-12-17T20:39:41.719Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T20:39:41.724Z | starting task 3: "clone repository" |
64 | 2024-12-17T20:39:41.729Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T20:39:41.732Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T20:39:41.776Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T20:39:48.909Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T20:39:48.909Z | + git fetch origin 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
69 | 2024-12-17T20:39:49.191Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T20:39:49.191Z | * branch 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 -> FETCH_HEAD |
71 | 2024-12-17T20:39:49.200Z | + [[ -n ixi/propolis-addr-err-messages ]] |
72 | 2024-12-17T20:39:49.202Z | ++ git branch --show-current |
73 | 2024-12-17T20:39:49.205Z | + current=main |
74 | 2024-12-17T20:39:49.205Z | + [[ main != ixi/propolis-addr-err-messages ]] |
75 | 2024-12-17T20:39:49.205Z | + git branch -f ixi/propolis-addr-err-messages 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
76 | 2024-12-17T20:39:49.208Z | + git checkout -f ixi/propolis-addr-err-messages |
77 | 2024-12-17T20:39:49.380Z | Switched to branch 'ixi/propolis-addr-err-messages' |
78 | 2024-12-17T20:39:49.382Z | + git reset --hard 1214a47dcd7dcbf993fa6329c4561bf93a82c0e9 |
79 | 2024-12-17T20:39:49.551Z | HEAD is now at 1214a47dc refine error messages about not having a propolis address |
80 | 2024-12-17T20:39:49.554Z | process exited: duration 7826 ms, exit code 0 |
|
81 | 2024-12-17T20:39:49.560Z | starting task 4: "build" |
82 | 2024-12-17T20:39:49.565Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T20:39:49.568Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T20:39:49.568Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T20:39:49.568Z | + cargo --version |
86 | 2024-12-17T20:39:49.623Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T20:39:49.625Z | + rustc --version |
88 | 2024-12-17T20:39:49.685Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T20:39:49.688Z | + cd /tmp |
90 | 2024-12-17T20:39:49.688Z | + cargo new --lib test-project |
91 | 2024-12-17T20:39:49.746Z | Creating library `test-project` package |
92 | 2024-12-17T20:39:49.820Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-17T20:39:49.823Z | + cd test-project |
94 | 2024-12-17T20:39:49.823Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-17T20:39:49.882Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-17T20:39:49.882Z | Features: |
97 | 2024-12-17T20:39:49.886Z | - proptest |
98 | 2024-12-17T20:39:49.886Z | - test-strategy |
99 | 2024-12-17T20:39:49.886Z | - testing |
100 | 2024-12-17T20:39:49.886Z | Updating crates.io index |
101 | 2024-12-17T20:39:50.074Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-17T20:39:50.671Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-17T20:39:51.122Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-17T20:39:51.621Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-17T20:39:52.882Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-17T20:39:52.885Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-17T20:39:52.885Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-17T20:39:52.885Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-17T20:39:52.885Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-17T20:39:52.885Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-17T20:39:52.885Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-17T20:39:52.885Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-17T20:39:52.889Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-17T20:39:52.889Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-17T20:39:52.889Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-17T20:39:52.889Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-17T20:39:52.889Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-17T20:39:52.891Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-17T20:39:52.898Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-17T20:39:52.900Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-17T20:39:52.904Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-17T20:39:52.904Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
123 | 2024-12-17T20:39:52.904Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
124 | 2024-12-17T20:39:52.904Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-17T20:39:52.904Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-17T20:39:52.907Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-17T20:39:52.907Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-17T20:39:52.909Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-17T20:39:52.909Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-17T20:39:52.909Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-17T20:39:52.909Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-17T20:39:52.909Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-17T20:39:52.910Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-17T20:39:52.910Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-17T20:39:52.910Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-17T20:39:52.910Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-17T20:39:52.910Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-17T20:39:52.981Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-17T20:39:52.984Z | + cargo check |
140 | 2024-12-17T20:39:53.147Z | Updating crates.io index |
141 | 2024-12-17T20:39:53.854Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-17T20:39:56.961Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-17T20:39:58.611Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-17T20:39:59.328Z | Downloading crates ... |
145 | 2024-12-17T20:39:59.434Z | Downloaded dtrace-parser v0.2.0 |
146 | 2024-12-17T20:39:59.442Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2024-12-17T20:39:59.445Z | Downloaded byteorder v1.5.0 |
148 | 2024-12-17T20:39:59.445Z | Downloaded futures-task v0.3.31 |
149 | 2024-12-17T20:39:59.448Z | Downloaded time-core v0.1.2 |
150 | 2024-12-17T20:39:59.452Z | Downloaded thread-id v4.2.2 |
151 | 2024-12-17T20:39:59.452Z | Downloaded http-body v1.0.1 |
152 | 2024-12-17T20:39:59.454Z | Downloaded memmap v0.7.0 |
153 | 2024-12-17T20:39:59.454Z | Downloaded tokio-rustls v0.25.0 |
154 | 2024-12-17T20:39:59.457Z | Downloaded tinyvec_macros v0.1.1 |
155 | 2024-12-17T20:39:59.460Z | Downloaded time-macros v0.2.18 |
156 | 2024-12-17T20:39:59.463Z | Downloaded ident_case v1.0.1 |
157 | 2024-12-17T20:39:59.463Z | Downloaded thread_local v1.1.8 |
158 | 2024-12-17T20:39:59.465Z | Downloaded progenitor-client v0.8.0 |
159 | 2024-12-17T20:39:59.465Z | Downloaded tower-service v0.3.3 |
160 | 2024-12-17T20:39:59.468Z | Downloaded write16 v1.0.0 |
161 | 2024-12-17T20:39:59.470Z | Downloaded match_cfg v0.1.0 |
162 | 2024-12-17T20:39:59.470Z | Downloaded foreign-types-shared v0.1.1 |
163 | 2024-12-17T20:39:59.472Z | Downloaded num-conv v0.1.0 |
164 | 2024-12-17T20:39:59.472Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-12-17T20:39:59.474Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2024-12-17T20:39:59.479Z | Downloaded try-lock v0.2.5 |
167 | 2024-12-17T20:39:59.481Z | Downloaded waitgroup v0.1.2 |
168 | 2024-12-17T20:39:59.481Z | Downloaded openssl-macros v0.1.1 |
169 | 2024-12-17T20:39:59.483Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-12-17T20:39:59.483Z | Downloaded zerofrom v0.1.4 |
171 | 2024-12-17T20:39:59.485Z | Downloaded yoke-derive v0.7.4 |
172 | 2024-12-17T20:39:59.485Z | Downloaded darling_macro v0.20.10 |
173 | 2024-12-17T20:39:59.487Z | Downloaded instant v0.1.13 |
174 | 2024-12-17T20:39:59.487Z | Downloaded tokio-macros v2.4.0 |
175 | 2024-12-17T20:39:59.490Z | Downloaded async-stream-impl v0.3.6 |
176 | 2024-12-17T20:39:59.490Z | Downloaded usdt-attr-macro v0.5.0 |
177 | 2024-12-17T20:39:59.490Z | Downloaded foreign-types v0.3.2 |
178 | 2024-12-17T20:39:59.493Z | Downloaded want v0.3.1 |
179 | 2024-12-17T20:39:59.496Z | Downloaded num_threads v0.1.7 |
180 | 2024-12-17T20:39:59.499Z | Downloaded http-body-util v0.1.2 |
181 | 2024-12-17T20:39:59.499Z | Downloaded hex v0.4.3 |
182 | 2024-12-17T20:39:59.501Z | Downloaded crypto-common v0.1.6 |
183 | 2024-12-17T20:39:59.502Z | Downloaded toml_datetime v0.6.8 |
184 | 2024-12-17T20:39:59.504Z | Downloaded thiserror-impl v1.0.69 |
185 | 2024-12-17T20:39:59.507Z | Downloaded parse-display-derive v0.10.0 |
186 | 2024-12-17T20:39:59.507Z | Downloaded utf8_iter v1.0.4 |
187 | 2024-12-17T20:39:59.507Z | Downloaded idna_adapter v1.2.0 |
188 | 2024-12-17T20:39:59.509Z | Downloaded heck v0.5.0 |
189 | 2024-12-17T20:39:59.509Z | Downloaded parse-display v0.10.0 |
190 | 2024-12-17T20:39:59.512Z | Downloaded ppv-lite86 v0.2.20 |
191 | 2024-12-17T20:39:59.512Z | Downloaded plain v0.2.3 |
192 | 2024-12-17T20:39:59.514Z | Downloaded hostname v0.4.0 |
193 | 2024-12-17T20:39:59.516Z | Downloaded atomic-waker v1.1.2 |
194 | 2024-12-17T20:39:59.516Z | Downloaded block-buffer v0.10.4 |
195 | 2024-12-17T20:39:59.519Z | Downloaded mime v0.3.17 |
196 | 2024-12-17T20:39:59.519Z | Downloaded async-stream v0.3.6 |
197 | 2024-12-17T20:39:59.521Z | Downloaded paste v1.0.15 |
198 | 2024-12-17T20:39:59.523Z | Downloaded typify-macro v0.2.0 |
199 | 2024-12-17T20:39:59.526Z | Downloaded writeable v0.5.5 |
200 | 2024-12-17T20:39:59.528Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-12-17T20:39:59.529Z | Downloaded progenitor-macro v0.8.0 |
202 | 2024-12-17T20:39:59.529Z | Downloaded pin-utils v0.1.0 |
203 | 2024-12-17T20:39:59.531Z | Downloaded generic-array v0.14.7 |
204 | 2024-12-17T20:39:59.531Z | Downloaded debug-ignore v1.0.5 |
205 | 2024-12-17T20:39:59.534Z | Downloaded zeroize v1.8.1 |
206 | 2024-12-17T20:39:59.536Z | Downloaded pest_generator v2.7.14 |
207 | 2024-12-17T20:39:59.536Z | Downloaded dyn-clone v1.0.17 |
208 | 2024-12-17T20:39:59.538Z | Downloaded newtype-uuid v1.1.3 |
209 | 2024-12-17T20:39:59.538Z | Downloaded usdt v0.5.0 |
210 | 2024-12-17T20:39:59.541Z | Downloaded usdt-macro v0.5.0 |
211 | 2024-12-17T20:39:59.541Z | Downloaded hyper-tls v0.6.0 |
212 | 2024-12-17T20:39:59.543Z | Downloaded futures-sink v0.3.31 |
213 | 2024-12-17T20:39:59.544Z | Downloaded equivalent v1.0.1 |
214 | 2024-12-17T20:39:59.544Z | Downloaded dirs-sys-next v0.1.2 |
215 | 2024-12-17T20:39:59.547Z | Downloaded futures-io v0.3.31 |
216 | 2024-12-17T20:39:59.547Z | Downloaded digest v0.10.7 |
217 | 2024-12-17T20:39:59.547Z | Downloaded progenitor v0.8.0 |
218 | 2024-12-17T20:39:59.550Z | Downloaded powerfmt v0.2.0 |
219 | 2024-12-17T20:39:59.550Z | Downloaded zerovec-derive v0.10.3 |
220 | 2024-12-17T20:39:59.552Z | Downloaded version_check v0.9.5 |
221 | 2024-12-17T20:39:59.552Z | Downloaded cfg-if v1.0.0 |
222 | 2024-12-17T20:39:59.555Z | Downloaded fnv v1.0.7 |
223 | 2024-12-17T20:39:59.555Z | Downloaded autocfg v1.4.0 |
224 | 2024-12-17T20:39:59.557Z | Downloaded utf16_iter v1.0.5 |
225 | 2024-12-17T20:39:59.557Z | Downloaded pkg-config v0.3.31 |
226 | 2024-12-17T20:39:59.560Z | Downloaded tokio-rustls v0.26.0 |
227 | 2024-12-17T20:39:59.560Z | Downloaded zerofrom-derive v0.1.4 |
228 | 2024-12-17T20:39:59.563Z | Downloaded darling v0.20.10 |
229 | 2024-12-17T20:39:59.566Z | Downloaded rand_core v0.6.4 |
230 | 2024-12-17T20:39:59.569Z | Downloaded zerocopy-derive v0.7.35 |
231 | 2024-12-17T20:39:59.572Z | Downloaded pin-project-lite v0.2.14 |
232 | 2024-12-17T20:39:59.575Z | Downloaded percent-encoding v2.3.1 |
233 | 2024-12-17T20:39:59.577Z | Downloaded quinn-udp v0.5.5 |
234 | 2024-12-17T20:39:59.579Z | Downloaded pest_derive v2.7.14 |
235 | 2024-12-17T20:39:59.582Z | Downloaded usdt-impl v0.5.0 |
236 | 2024-12-17T20:39:59.582Z | Downloaded icu_locid_transform v1.5.0 |
237 | 2024-12-17T20:39:59.584Z | Downloaded camino v1.1.9 |
238 | 2024-12-17T20:39:59.587Z | Downloaded typify v0.2.0 |
239 | 2024-12-17T20:39:59.589Z | Downloaded untrusted v0.9.0 |
240 | 2024-12-17T20:39:59.589Z | Downloaded futures-channel v0.3.31 |
241 | 2024-12-17T20:39:59.592Z | Downloaded is-terminal v0.4.13 |
242 | 2024-12-17T20:39:59.595Z | Downloaded scroll_derive v0.12.0 |
243 | 2024-12-17T20:39:59.595Z | Downloaded displaydoc v0.2.5 |
244 | 2024-12-17T20:39:59.598Z | Downloaded serde_path_to_error v0.1.16 |
245 | 2024-12-17T20:39:59.598Z | Downloaded async-trait v0.1.83 |
246 | 2024-12-17T20:39:59.601Z | Downloaded quote v1.0.37 |
247 | 2024-12-17T20:39:59.603Z | Downloaded strum v0.26.3 |
248 | 2024-12-17T20:39:59.605Z | Downloaded sync_wrapper v1.0.1 |
249 | 2024-12-17T20:39:59.605Z | Downloaded slog-json v2.6.1 |
250 | 2024-12-17T20:39:59.608Z | Downloaded tokio-native-tls v0.3.1 |
251 | 2024-12-17T20:39:59.610Z | Downloaded once_cell v1.20.2 |
252 | 2024-12-17T20:39:59.612Z | Downloaded schemars_derive v0.8.21 |
253 | 2024-12-17T20:39:59.612Z | Downloaded serde_tokenstream v0.2.2 |
254 | 2024-12-17T20:39:59.615Z | Downloaded serde_spanned v0.6.8 |
255 | 2024-12-17T20:39:59.616Z | Downloaded structmeta-derive v0.3.0 |
256 | 2024-12-17T20:39:59.616Z | Downloaded structmeta v0.3.0 |
257 | 2024-12-17T20:39:59.618Z | Downloaded slog-bunyan v2.5.0 |
258 | 2024-12-17T20:39:59.618Z | Downloaded iana-time-zone v0.1.61 |
259 | 2024-12-17T20:39:59.620Z | Downloaded lock_api v0.4.12 |
260 | 2024-12-17T20:39:59.623Z | Downloaded httparse v1.9.5 |
261 | 2024-12-17T20:39:59.625Z | Downloaded parking_lot v0.12.3 |
262 | 2024-12-17T20:39:59.627Z | Downloaded ucd-trie v0.1.7 |
263 | 2024-12-17T20:39:59.629Z | Downloaded hyper-rustls v0.27.3 |
264 | 2024-12-17T20:39:59.632Z | Downloaded unicode-ident v1.0.13 |
265 | 2024-12-17T20:39:59.634Z | Downloaded subtle v2.6.1 |
266 | 2024-12-17T20:39:59.634Z | Downloaded stable_deref_trait v1.2.0 |
267 | 2024-12-17T20:39:59.636Z | Downloaded getrandom v0.2.15 |
268 | 2024-12-17T20:39:59.638Z | Downloaded take_mut v0.2.2 |
269 | 2024-12-17T20:39:59.638Z | Downloaded rustc-hash v2.0.0 |
270 | 2024-12-17T20:39:59.641Z | Downloaded smallvec v1.13.2 |
271 | 2024-12-17T20:39:59.641Z | Downloaded rustversion v1.0.17 |
272 | 2024-12-17T20:39:59.644Z | Downloaded shlex v1.3.0 |
273 | 2024-12-17T20:39:59.644Z | Downloaded progenitor-impl v0.8.0 |
274 | 2024-12-17T20:39:59.647Z | Downloaded thiserror v1.0.69 |
275 | 2024-12-17T20:39:59.650Z | Downloaded synstructure v0.13.1 |
276 | 2024-12-17T20:39:59.653Z | Downloaded serde_urlencoded v0.7.1 |
277 | 2024-12-17T20:39:59.653Z | Downloaded indexmap v1.9.3 |
278 | 2024-12-17T20:39:59.656Z | Downloaded scopeguard v1.2.0 |
279 | 2024-12-17T20:39:59.658Z | Downloaded serde_derive_internals v0.29.1 |
280 | 2024-12-17T20:39:59.661Z | Downloaded uuid v1.11.0 |
281 | 2024-12-17T20:39:59.664Z | Downloaded icu_provider v1.5.0 |
282 | 2024-12-17T20:39:59.664Z | Downloaded proc-macro2 v1.0.89 |
283 | 2024-12-17T20:39:59.667Z | Downloaded icu_normalizer_data v1.5.0 |
284 | 2024-12-17T20:39:59.669Z | Downloaded unsafe-libyaml v0.2.11 |
285 | 2024-12-17T20:39:59.671Z | Downloaded dropshot_endpoint v0.13.0 |
286 | 2024-12-17T20:39:59.674Z | Downloaded icu_normalizer v1.5.0 |
287 | 2024-12-17T20:39:59.677Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2024-12-17T20:39:59.681Z | Downloaded ahash v0.8.11 |
289 | 2024-12-17T20:39:59.683Z | Downloaded signal-hook-registry v1.4.2 |
290 | 2024-12-17T20:39:59.683Z | Downloaded strum_macros v0.26.4 |
291 | 2024-12-17T20:39:59.685Z | Downloaded serde_derive v1.0.215 |
292 | 2024-12-17T20:39:59.688Z | Downloaded log v0.4.22 |
293 | 2024-12-17T20:39:59.690Z | Downloaded strsim v0.11.1 |
294 | 2024-12-17T20:39:59.692Z | Downloaded icu_locid v1.5.0 |
295 | 2024-12-17T20:39:59.695Z | Downloaded sha1 v0.10.6 |
296 | 2024-12-17T20:39:59.697Z | Downloaded sha2 v0.10.8 |
297 | 2024-12-17T20:39:59.700Z | Downloaded url v2.5.3 |
298 | 2024-12-17T20:39:59.702Z | Downloaded serde_with_macros v3.11.0 |
299 | 2024-12-17T20:39:59.705Z | Downloaded term v0.7.0 |
300 | 2024-12-17T20:39:59.708Z | Downloaded socket2 v0.5.7 |
301 | 2024-12-17T20:39:59.711Z | Downloaded rustls-pki-types v1.10.0 |
302 | 2024-12-17T20:39:59.715Z | Downloaded futures v0.3.31 |
303 | 2024-12-17T20:39:59.717Z | Downloaded quinn v0.11.5 |
304 | 2024-12-17T20:39:59.721Z | Downloaded rand v0.8.5 |
305 | 2024-12-17T20:39:59.724Z | Downloaded slog v2.7.0 |
306 | 2024-12-17T20:39:59.727Z | Downloaded hyper-util v0.1.10 |
307 | 2024-12-17T20:39:59.729Z | Downloaded tokio-util v0.7.12 |
308 | 2024-12-17T20:39:59.735Z | Downloaded scroll v0.12.0 |
309 | 2024-12-17T20:39:59.737Z | Downloaded tracing v0.1.40 |
310 | 2024-12-17T20:39:59.740Z | Downloaded slab v0.4.9 |
311 | 2024-12-17T20:39:59.743Z | Downloaded bytes v1.8.0 |
312 | 2024-12-17T20:39:59.746Z | Downloaded toml_edit v0.22.22 |
313 | 2024-12-17T20:39:59.765Z | Downloaded indexmap v2.6.0 |
314 | 2024-12-17T20:39:59.768Z | Downloaded pest v2.7.14 |
315 | 2024-12-17T20:39:59.773Z | Downloaded time v0.3.36 |
316 | 2024-12-17T20:39:59.779Z | Downloaded spin v0.9.8 |
317 | 2024-12-17T20:39:59.782Z | Downloaded ryu v1.0.18 |
318 | 2024-12-17T20:39:59.784Z | Downloaded serde_yaml v0.9.34+deprecated |
319 | 2024-12-17T20:39:59.787Z | Downloaded zerovec v0.10.4 |
320 | 2024-12-17T20:39:59.793Z | Downloaded cc v1.1.30 |
321 | 2024-12-17T20:39:59.796Z | Downloaded winnow v0.6.20 |
322 | 2024-12-17T20:39:59.804Z | Downloaded schemars v0.8.21 |
323 | 2024-12-17T20:39:59.814Z | Downloaded serde v1.0.215 |
324 | 2024-12-17T20:39:59.817Z | Downloaded serde_json v1.0.132 |
325 | 2024-12-17T20:39:59.823Z | Downloaded http v1.1.0 |
326 | 2024-12-17T20:39:59.827Z | Downloaded quinn-proto v0.11.8 |
327 | 2024-12-17T20:39:59.832Z | Downloaded hashbrown v0.12.3 |
328 | 2024-12-17T20:39:59.836Z | Downloaded zerocopy v0.7.35 |
329 | 2024-12-17T20:39:59.851Z | Downloaded rustls-webpki v0.102.8 |
330 | 2024-12-17T20:39:59.867Z | Downloaded hyper v1.5.0 |
331 | 2024-12-17T20:39:59.873Z | Downloaded webpki-roots v0.26.6 |
332 | 2024-12-17T20:39:59.876Z | Downloaded vcpkg v0.2.15 |
333 | 2024-12-17T20:39:59.910Z | Downloaded hashbrown v0.14.5 |
334 | 2024-12-17T20:39:59.915Z | Downloaded idna v1.0.3 |
335 | 2024-12-17T20:39:59.919Z | Downloaded hashbrown v0.15.1 |
336 | 2024-12-17T20:39:59.923Z | Downloaded openssl v0.10.66 |
337 | 2024-12-17T20:39:59.932Z | Downloaded serde_with v3.11.0 |
338 | 2024-12-17T20:39:59.939Z | Downloaded syn v2.0.87 |
339 | 2024-12-17T20:39:59.949Z | Downloaded reqwest v0.12.9 |
340 | 2024-12-17T20:39:59.957Z | Downloaded rustls v0.23.19 |
341 | 2024-12-17T20:39:59.967Z | Downloaded regress v0.10.1 |
342 | 2024-12-17T20:39:59.974Z | Downloaded regex-syntax v0.8.5 |
343 | 2024-12-17T20:39:59.981Z | Downloaded chrono v0.4.38 |
344 | 2024-12-17T20:39:59.988Z | Downloaded icu_properties_data v1.5.0 |
345 | 2024-12-17T20:39:59.997Z | Downloaded rustls v0.22.4 |
346 | 2024-12-17T20:40:00.008Z | Downloaded regex v1.11.1 |
347 | 2024-12-17T20:40:00.019Z | Downloaded typify-impl v0.2.0 |
348 | 2024-12-17T20:40:00.032Z | Downloaded openapiv3 v2.0.0 |
349 | 2024-12-17T20:40:00.043Z | Downloaded h2 v0.4.6 |
350 | 2024-12-17T20:40:00.048Z | Downloaded aho-corasick v1.1.3 |
351 | 2024-12-17T20:40:00.053Z | Downloaded regress v0.9.1 |
352 | 2024-12-17T20:40:00.061Z | Downloaded dropshot v0.13.0 |
353 | 2024-12-17T20:40:00.078Z | Downloaded goblin v0.8.2 |
354 | 2024-12-17T20:40:00.084Z | Downloaded futures-util v0.3.31 |
355 | 2024-12-17T20:40:00.094Z | Downloaded memchr v2.7.4 |
356 | 2024-12-17T20:40:00.098Z | Downloaded crossbeam-channel v0.5.13 |
357 | 2024-12-17T20:40:00.102Z | Downloaded base64 v0.22.1 |
358 | 2024-12-17T20:40:00.105Z | Downloaded icu_properties v1.5.1 |
359 | 2024-12-17T20:40:00.107Z | Downloaded icu_collections v1.5.0 |
360 | 2024-12-17T20:40:00.112Z | Downloaded darling_core v0.20.10 |
361 | 2024-12-17T20:40:00.116Z | Downloaded mio v1.0.2 |
362 | 2024-12-17T20:40:00.121Z | Downloaded openssl-sys v0.9.103 |
363 | 2024-12-17T20:40:00.125Z | Downloaded allocator-api2 v0.2.18 |
364 | 2024-12-17T20:40:00.128Z | Downloaded bitflags v2.6.0 |
365 | 2024-12-17T20:40:00.131Z | Downloaded crossbeam-utils v0.8.20 |
366 | 2024-12-17T20:40:00.133Z | Downloaded anyhow v1.0.93 |
367 | 2024-12-17T20:40:00.137Z | Downloaded tokio v1.40.0 |
368 | 2024-12-17T20:40:00.170Z | Downloaded slog-async v2.8.0 |
369 | 2024-12-17T20:40:00.173Z | Downloaded tracing-core v0.1.32 |
370 | 2024-12-17T20:40:00.175Z | Downloaded slog-term v2.9.1 |
371 | 2024-12-17T20:40:00.177Z | Downloaded num-traits v0.2.19 |
372 | 2024-12-17T20:40:00.179Z | Downloaded pest_meta v2.7.14 |
373 | 2024-12-17T20:40:00.182Z | Downloaded icu_locid_transform_data v1.5.0 |
374 | 2024-12-17T20:40:00.182Z | Downloaded semver v1.0.23 |
375 | 2024-12-17T20:40:00.184Z | Downloaded cpufeatures v0.2.14 |
376 | 2024-12-17T20:40:00.184Z | Downloaded litemap v0.7.3 |
377 | 2024-12-17T20:40:00.186Z | Downloaded typenum v1.17.0 |
378 | 2024-12-17T20:40:00.189Z | Downloaded toml v0.8.19 |
379 | 2024-12-17T20:40:00.192Z | Downloaded tinyvec v1.8.0 |
380 | 2024-12-17T20:40:00.194Z | Downloaded backoff v0.4.0 |
381 | 2024-12-17T20:40:00.197Z | Downloaded ipnet v2.10.1 |
382 | 2024-12-17T20:40:00.197Z | Downloaded regex-automata v0.4.8 |
383 | 2024-12-17T20:40:00.211Z | Downloaded yoke v0.7.4 |
384 | 2024-12-17T20:40:00.214Z | Downloaded native-tls v0.2.12 |
385 | 2024-12-17T20:40:00.216Z | Downloaded multer v3.1.0 |
386 | 2024-12-17T20:40:00.218Z | Downloaded deranged v0.3.11 |
387 | 2024-12-17T20:40:00.218Z | Downloaded parking_lot_core v0.9.10 |
388 | 2024-12-17T20:40:00.220Z | Downloaded macaddr v1.0.1 |
389 | 2024-12-17T20:40:00.220Z | Downloaded hostname v0.3.1 |
390 | 2024-12-17T20:40:00.223Z | Downloaded futures-macro v0.3.31 |
391 | 2024-12-17T20:40:00.223Z | Downloaded futures-executor v0.3.31 |
392 | 2024-12-17T20:40:00.225Z | Downloaded form_urlencoded v1.2.1 |
393 | 2024-12-17T20:40:00.225Z | Downloaded dof v0.3.0 |
394 | 2024-12-17T20:40:00.228Z | Downloaded itoa v1.0.11 |
395 | 2024-12-17T20:40:00.228Z | Downloaded ipnetwork v0.20.0 |
396 | 2024-12-17T20:40:00.228Z | Downloaded httpdate v1.0.3 |
397 | 2024-12-17T20:40:00.231Z | Downloaded futures-core v0.3.31 |
398 | 2024-12-17T20:40:00.231Z | Downloaded dirs-next v2.0.0 |
399 | 2024-12-17T20:40:00.231Z | Downloaded libc v0.2.162 |
400 | 2024-12-17T20:40:00.254Z | Downloaded tinystr v0.7.6 |
401 | 2024-12-17T20:40:00.324Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-17T20:40:00.544Z | Downloaded ring v0.17.8 |
403 | 2024-12-17T20:40:00.870Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-17T20:40:00.870Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-17T20:40:00.870Z | Compiling libc v0.2.162 |
406 | 2024-12-17T20:40:00.873Z | Checking cfg-if v1.0.0 |
407 | 2024-12-17T20:40:00.904Z | Compiling autocfg v1.4.0 |
408 | 2024-12-17T20:40:00.915Z | Compiling serde v1.0.215 |
409 | 2024-12-17T20:40:00.917Z | Compiling version_check v0.9.5 |
410 | 2024-12-17T20:40:00.917Z | Checking memchr v2.7.4 |
411 | 2024-12-17T20:40:01.006Z | Checking itoa v1.0.11 |
412 | 2024-12-17T20:40:01.060Z | Compiling serde_json v1.0.132 |
413 | 2024-12-17T20:40:01.505Z | Compiling thiserror v1.0.69 |
414 | 2024-12-17T20:40:01.534Z | Checking once_cell v1.20.2 |
415 | 2024-12-17T20:40:01.635Z | Compiling shlex v1.3.0 |
416 | 2024-12-17T20:40:01.819Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-17T20:40:01.927Z | Compiling cc v1.1.30 |
418 | 2024-12-17T20:40:01.983Z | Compiling num-traits v0.2.19 |
419 | 2024-12-17T20:40:02.287Z | Checking smallvec v1.13.2 |
420 | 2024-12-17T20:40:02.327Z | Checking getrandom v0.2.15 |
421 | 2024-12-17T20:40:02.365Z | Checking ryu v1.0.18 |
422 | 2024-12-17T20:40:02.385Z | Checking bytes v1.8.0 |
423 | 2024-12-17T20:40:02.562Z | Checking futures-core v0.3.31 |
424 | 2024-12-17T20:40:02.613Z | Compiling quote v1.0.37 |
425 | 2024-12-17T20:40:02.679Z | Compiling lock_api v0.4.12 |
426 | 2024-12-17T20:40:02.722Z | Compiling parking_lot_core v0.9.10 |
427 | 2024-12-17T20:40:02.748Z | Compiling byteorder v1.5.0 |
428 | 2024-12-17T20:40:03.040Z | Compiling syn v2.0.87 |
429 | 2024-12-17T20:40:03.242Z | Compiling ahash v0.8.11 |
430 | 2024-12-17T20:40:03.258Z | Compiling schemars v0.8.21 |
431 | 2024-12-17T20:40:03.261Z | Checking scopeguard v1.2.0 |
432 | 2024-12-17T20:40:03.351Z | Compiling slab v0.4.9 |
433 | 2024-12-17T20:40:03.656Z | Checking futures-sink v0.3.31 |
434 | 2024-12-17T20:40:03.676Z | Checking log v0.4.22 |
435 | 2024-12-17T20:40:03.718Z | Checking socket2 v0.5.7 |
436 | 2024-12-17T20:40:03.721Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-17T20:40:03.789Z | Checking mio v1.0.2 |
438 | 2024-12-17T20:40:03.832Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-17T20:40:03.854Z | Checking parking_lot v0.12.3 |
440 | 2024-12-17T20:40:03.954Z | Checking hashbrown v0.15.1 |
441 | 2024-12-17T20:40:04.013Z | Checking equivalent v1.0.1 |
442 | 2024-12-17T20:40:04.233Z | Compiling semver v1.0.23 |
443 | 2024-12-17T20:40:04.235Z | Checking fnv v1.0.7 |
444 | 2024-12-17T20:40:04.296Z | Checking futures-channel v0.3.31 |
445 | 2024-12-17T20:40:04.318Z | Checking pin-utils v0.1.0 |
446 | 2024-12-17T20:40:04.403Z | Checking http v1.1.0 |
447 | 2024-12-17T20:40:04.479Z | Checking futures-task v0.3.31 |
448 | 2024-12-17T20:40:04.522Z | Checking futures-io v0.3.31 |
449 | 2024-12-17T20:40:04.751Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-17T20:40:04.777Z | Checking spin v0.9.8 |
451 | 2024-12-17T20:40:04.796Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-17T20:40:04.910Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-17T20:40:05.006Z | Compiling heck v0.5.0 |
454 | 2024-12-17T20:40:05.039Z | Compiling ring v0.17.8 |
455 | 2024-12-17T20:40:05.349Z | Compiling httparse v1.9.5 |
456 | 2024-12-17T20:40:05.448Z | Checking untrusted v0.9.0 |
457 | 2024-12-17T20:40:05.597Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-17T20:40:05.862Z | Checking iana-time-zone v0.1.61 |
459 | 2024-12-17T20:40:06.001Z | Checking writeable v0.5.5 |
460 | 2024-12-17T20:40:06.042Z | Checking litemap v0.7.3 |
461 | 2024-12-17T20:40:06.197Z | Checking tracing-core v0.1.32 |
462 | 2024-12-17T20:40:06.320Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-17T20:40:06.373Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-17T20:40:06.447Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-17T20:40:06.656Z | Checking dyn-clone v1.0.17 |
466 | 2024-12-17T20:40:06.853Z | Checking tracing v0.1.40 |
467 | 2024-12-17T20:40:07.100Z | Checking http-body v1.0.1 |
468 | 2024-12-17T20:40:07.295Z | Checking subtle v2.6.1 |
469 | 2024-12-17T20:40:07.314Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-17T20:40:07.362Z | Compiling uuid v1.11.0 |
471 | 2024-12-17T20:40:07.414Z | Checking zeroize v1.8.1 |
472 | 2024-12-17T20:40:07.417Z | Checking try-lock v0.2.5 |
473 | 2024-12-17T20:40:07.518Z | Compiling slog v2.7.0 |
474 | 2024-12-17T20:40:07.564Z | Checking want v0.3.1 |
475 | 2024-12-17T20:40:07.657Z | Checking httpdate v1.0.3 |
476 | 2024-12-17T20:40:07.754Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-12-17T20:40:07.837Z | Compiling chrono v0.4.38 |
478 | 2024-12-17T20:40:07.903Z | Compiling openssl v0.10.66 |
479 | 2024-12-17T20:40:07.922Z | Checking icu_properties_data v1.5.0 |
480 | 2024-12-17T20:40:07.965Z | Checking foreign-types v0.3.2 |
481 | 2024-12-17T20:40:08.143Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-17T20:40:08.195Z | Checking bitflags v2.6.0 |
483 | 2024-12-17T20:40:08.442Z | Checking utf16_iter v1.0.5 |
484 | 2024-12-17T20:40:08.601Z | Compiling rustls v0.23.19 |
485 | 2024-12-17T20:40:08.902Z | Checking tower-service v0.3.3 |
486 | 2024-12-17T20:40:09.014Z | Compiling native-tls v0.2.12 |
487 | 2024-12-17T20:40:09.032Z | Compiling typenum v1.17.0 |
488 | 2024-12-17T20:40:09.307Z | Checking utf8_iter v1.0.4 |
489 | 2024-12-17T20:40:09.366Z | Checking write16 v1.0.0 |
490 | 2024-12-17T20:40:09.490Z | Compiling regex-syntax v0.8.5 |
491 | 2024-12-17T20:40:09.510Z | Checking percent-encoding v2.3.1 |
492 | 2024-12-17T20:40:09.721Z | Checking icu_normalizer_data v1.5.0 |
493 | 2024-12-17T20:40:09.805Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-17T20:40:10.015Z | Compiling generic-array v0.14.7 |
495 | 2024-12-17T20:40:10.147Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-17T20:40:11.012Z | Compiling synstructure v0.13.1 |
497 | 2024-12-17T20:40:11.564Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-17T20:40:11.722Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-17T20:40:12.073Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-17T20:40:12.462Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-17T20:40:12.719Z | Compiling num-conv v0.1.0 |
502 | 2024-12-17T20:40:13.008Z | Compiling time-core v0.1.2 |
503 | 2024-12-17T20:40:13.176Z | Compiling regex-automata v0.4.8 |
504 | 2024-12-17T20:40:13.193Z | Checking mime v0.3.17 |
505 | 2024-12-17T20:40:13.255Z | Checking powerfmt v0.2.0 |
506 | 2024-12-17T20:40:13.542Z | Checking deranged v0.3.11 |
507 | 2024-12-17T20:40:13.761Z | Compiling time-macros v0.2.18 |
508 | 2024-12-17T20:40:14.811Z | Compiling thread-id v4.2.2 |
509 | 2024-12-17T20:40:15.465Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-17T20:40:15.484Z | Checking rustls-pemfile v2.2.0 |
511 | 2024-12-17T20:40:15.892Z | Compiling ident_case v1.0.1 |
512 | 2024-12-17T20:40:16.058Z | Compiling strsim v0.11.1 |
513 | 2024-12-17T20:40:16.162Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-17T20:40:16.257Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-17T20:40:16.321Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-17T20:40:16.762Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-17T20:40:16.782Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-12-17T20:40:16.841Z | Compiling yoke-derive v0.7.4 |
519 | 2024-12-17T20:40:17.266Z | Compiling tokio-macros v2.4.0 |
520 | 2024-12-17T20:40:18.314Z | Compiling zerocopy v0.7.35 |
521 | 2024-12-17T20:40:19.336Z | Checking tokio v1.40.0 |
522 | 2024-12-17T20:40:19.552Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-12-17T20:40:19.750Z | Compiling displaydoc v0.2.5 |
524 | 2024-12-17T20:40:19.947Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-17T20:40:20.343Z | Checking zerofrom v0.1.4 |
526 | 2024-12-17T20:40:20.564Z | Checking yoke v0.7.4 |
527 | 2024-12-17T20:40:20.769Z | Compiling pest v2.7.14 |
528 | 2024-12-17T20:40:21.021Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-17T20:40:21.048Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-17T20:40:21.709Z | Compiling openssl-macros v0.1.1 |
531 | 2024-12-17T20:40:21.776Z | Checking futures-util v0.3.31 |
532 | 2024-12-17T20:40:22.058Z | Checking zerovec v0.10.4 |
533 | 2024-12-17T20:40:22.338Z | Compiling regress v0.10.1 |
534 | 2024-12-17T20:40:23.389Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-17T20:40:23.664Z | Checking tinystr v0.7.6 |
536 | 2024-12-17T20:40:24.051Z | Checking icu_locid v1.5.0 |
537 | 2024-12-17T20:40:25.068Z | Checking icu_provider v1.5.0 |
538 | 2024-12-17T20:40:25.744Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-12-17T20:40:26.494Z | Checking tokio-util v0.7.12 |
540 | 2024-12-17T20:40:26.721Z | Compiling pest_generator v2.7.14 |
541 | 2024-12-17T20:40:26.966Z | Checking icu_collections v1.5.0 |
542 | 2024-12-17T20:40:27.182Z | Checking http-body-util v0.1.2 |
543 | 2024-12-17T20:40:27.322Z | Compiling regex v1.11.1 |
544 | 2024-12-17T20:40:27.510Z | Compiling scroll_derive v0.12.0 |
545 | 2024-12-17T20:40:27.612Z | Checking tokio-rustls v0.26.0 |
546 | 2024-12-17T20:40:27.633Z | Checking icu_properties v1.5.1 |
547 | 2024-12-17T20:40:28.238Z | Checking tokio-native-tls v0.3.1 |
548 | 2024-12-17T20:40:28.474Z | Checking plain v0.2.3 |
549 | 2024-12-17T20:40:28.507Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-17T20:40:28.877Z | Checking indexmap v2.6.0 |
551 | 2024-12-17T20:40:29.803Z | Compiling serde_tokenstream v0.2.2 |
552 | 2024-12-17T20:40:30.231Z | Checking h2 v0.4.6 |
553 | 2024-12-17T20:40:30.886Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-17T20:40:31.016Z | Compiling dtrace-parser v0.2.0 |
555 | 2024-12-17T20:40:31.504Z | Checking scroll v0.12.0 |
556 | 2024-12-17T20:40:31.779Z | Checking idna_adapter v1.2.0 |
557 | 2024-12-17T20:40:31.832Z | Compiling dof v0.3.0 |
558 | 2024-12-17T20:40:31.979Z | Checking idna v1.0.3 |
559 | 2024-12-17T20:40:31.996Z | Checking serde_urlencoded v0.7.1 |
560 | 2024-12-17T20:40:32.382Z | Checking base64 v0.22.1 |
561 | 2024-12-17T20:40:32.449Z | Compiling crossbeam-utils v0.8.20 |
562 | 2024-12-17T20:40:32.486Z | Checking num_threads v0.1.7 |
563 | 2024-12-17T20:40:32.612Z | Checking time v0.3.36 |
564 | 2024-12-17T20:40:32.730Z | Checking url v2.5.3 |
565 | 2024-12-17T20:40:32.864Z | Checking goblin v0.8.2 |
566 | 2024-12-17T20:40:33.556Z | Compiling openapiv3 v2.0.0 |
567 | 2024-12-17T20:40:33.662Z | Compiling typify-impl v0.2.0 |
568 | 2024-12-17T20:40:34.521Z | Checking hyper v1.5.0 |
569 | 2024-12-17T20:40:36.303Z | Compiling darling_core v0.20.10 |
570 | 2024-12-17T20:40:36.678Z | Checking hyper-util v0.1.10 |
571 | 2024-12-17T20:40:36.818Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-17T20:40:36.964Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-17T20:40:37.464Z | Checking ipnet v2.10.1 |
574 | 2024-12-17T20:40:37.505Z | Checking pretty-hex v0.4.1 |
575 | 2024-12-17T20:40:37.563Z | Compiling rustls v0.22.4 |
576 | 2024-12-17T20:40:37.686Z | Compiling rustversion v1.0.17 |
577 | 2024-12-17T20:40:37.707Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2024-12-17T20:40:37.866Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2024-12-17T20:40:37.885Z | Compiling paste v1.0.15 |
580 | 2024-12-17T20:40:38.372Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-17T20:40:38.376Z | Checking hyper-rustls v0.27.3 |
582 | 2024-12-17T20:40:38.483Z | Checking dirs-next v2.0.0 |
583 | 2024-12-17T20:40:38.619Z | Checking serde_spanned v0.6.8 |
584 | 2024-12-17T20:40:38.655Z | Checking toml_datetime v0.6.8 |
585 | 2024-12-17T20:40:38.685Z | Checking reqwest v0.12.9 |
586 | 2024-12-17T20:40:38.786Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-17T20:40:38.805Z | Checking block-buffer v0.10.4 |
588 | 2024-12-17T20:40:38.943Z | Checking crypto-common v0.1.6 |
589 | 2024-12-17T20:40:39.011Z | Compiling serde_yaml v0.9.34+deprecated |
590 | 2024-12-17T20:40:39.113Z | Compiling structmeta-derive v0.3.0 |
591 | 2024-12-17T20:40:39.298Z | Checking rand_core v0.6.4 |
592 | 2024-12-17T20:40:39.571Z | Checking thread_local v1.1.8 |
593 | 2024-12-17T20:40:39.591Z | Compiling multer v3.1.0 |
594 | 2024-12-17T20:40:39.594Z | Compiling anyhow v1.0.93 |
595 | 2024-12-17T20:40:39.843Z | Compiling camino v1.1.9 |
596 | 2024-12-17T20:40:39.931Z | Checking winnow v0.6.20 |
597 | 2024-12-17T20:40:40.116Z | Compiling slog-async v2.8.0 |
598 | 2024-12-17T20:40:40.162Z | Checking match_cfg v0.1.0 |
599 | 2024-12-17T20:40:40.251Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-17T20:40:40.507Z | Checking hostname v0.3.1 |
601 | 2024-12-17T20:40:40.641Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-17T20:40:40.757Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-17T20:40:40.980Z | Checking crossbeam-channel v0.5.13 |
604 | 2024-12-17T20:40:41.113Z | Checking digest v0.10.7 |
605 | 2024-12-17T20:40:41.449Z | Checking term v0.7.0 |
606 | 2024-12-17T20:40:41.651Z | Compiling structmeta v0.3.0 |
607 | 2024-12-17T20:40:42.063Z | Checking slog-json v2.6.1 |
608 | 2024-12-17T20:40:42.317Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-17T20:40:42.341Z | Compiling darling_macro v0.20.10 |
610 | 2024-12-17T20:40:42.542Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-17T20:40:42.692Z | Checking futures-executor v0.3.31 |
612 | 2024-12-17T20:40:42.915Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-12-17T20:40:42.934Z | Checking is-terminal v0.4.13 |
614 | 2024-12-17T20:40:43.034Z | Checking toml_edit v0.22.22 |
615 | 2024-12-17T20:40:43.060Z | Checking memmap v0.7.0 |
616 | 2024-12-17T20:40:43.259Z | Compiling dropshot v0.13.0 |
617 | 2024-12-17T20:40:43.287Z | Compiling darling v0.20.10 |
618 | 2024-12-17T20:40:43.408Z | Checking take_mut v0.2.2 |
619 | 2024-12-17T20:40:43.560Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-17T20:40:43.646Z | Checking sha1 v0.10.6 |
621 | 2024-12-17T20:40:43.665Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-12-17T20:40:43.870Z | Checking slog-term v2.9.1 |
623 | 2024-12-17T20:40:43.903Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-17T20:40:43.925Z | Checking usdt v0.5.0 |
625 | 2024-12-17T20:40:44.173Z | Checking futures v0.3.31 |
626 | 2024-12-17T20:40:44.240Z | Checking async-stream v0.3.6 |
627 | 2024-12-17T20:40:44.284Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-17T20:40:44.360Z | Compiling parse-display-derive v0.10.0 |
629 | 2024-12-17T20:40:44.430Z | Checking rand v0.8.5 |
630 | 2024-12-17T20:40:45.527Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-17T20:40:45.575Z | Checking toml v0.8.19 |
632 | 2024-12-17T20:40:45.773Z | Checking ipnetwork v0.20.0 |
633 | 2024-12-17T20:40:45.874Z | Compiling dropshot_endpoint v0.13.0 |
634 | 2024-12-17T20:40:46.054Z | Checking hex v0.4.3 |
635 | 2024-12-17T20:40:46.116Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-17T20:40:46.253Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-17T20:40:46.288Z | Compiling async-trait v0.1.83 |
638 | 2024-12-17T20:40:46.576Z | Checking waitgroup v0.1.2 |
639 | 2024-12-17T20:40:46.719Z | Checking hostname v0.4.0 |
640 | 2024-12-17T20:40:46.739Z | Checking instant v0.1.13 |
641 | 2024-12-17T20:40:46.855Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-17T20:40:46.858Z | Checking backoff v0.4.0 |
643 | 2024-12-17T20:40:46.996Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2024-12-17T20:40:47.047Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-17T20:40:47.143Z | Checking serde_with v3.11.0 |
646 | 2024-12-17T20:40:47.164Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-17T20:40:47.183Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-17T20:40:47.274Z | Compiling typify-macro v0.2.0 |
649 | 2024-12-17T20:40:47.509Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-17T20:40:47.850Z | Checking macaddr v1.0.1 |
651 | 2024-12-17T20:40:48.059Z | Checking regress v0.9.1 |
652 | 2024-12-17T20:40:48.134Z | Checking parse-display v0.10.0 |
653 | 2024-12-17T20:40:48.427Z | Checking strum v0.26.3 |
654 | 2024-12-17T20:40:49.776Z | Compiling typify v0.2.0 |
655 | 2024-12-17T20:40:49.893Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-17T20:40:52.448Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-17T20:40:56.584Z | Checking progenitor v0.8.0 |
658 | 2024-12-17T20:40:56.714Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-17T20:40:59.577Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-17T20:41:07.011Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-17T20:41:07.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-17T20:41:07.394Z | + cargo build --release |
663 | 2024-12-17T20:41:07.642Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-17T20:41:07.642Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-17T20:41:07.642Z | Compiling libc v0.2.162 |
666 | 2024-12-17T20:41:07.645Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-17T20:41:07.645Z | Compiling autocfg v1.4.0 |
668 | 2024-12-17T20:41:07.645Z | Compiling version_check v0.9.5 |
669 | 2024-12-17T20:41:07.645Z | Compiling serde v1.0.215 |
670 | 2024-12-17T20:41:07.645Z | Compiling memchr v2.7.4 |
671 | 2024-12-17T20:41:07.750Z | Compiling serde_json v1.0.132 |
672 | 2024-12-17T20:41:07.827Z | Compiling itoa v1.0.11 |
673 | 2024-12-17T20:41:08.070Z | Compiling thiserror v1.0.69 |
674 | 2024-12-17T20:41:08.224Z | Compiling once_cell v1.20.2 |
675 | 2024-12-17T20:41:08.279Z | Compiling shlex v1.3.0 |
676 | 2024-12-17T20:41:08.515Z | Compiling cc v1.1.30 |
677 | 2024-12-17T20:41:08.644Z | Compiling num-traits v0.2.19 |
678 | 2024-12-17T20:41:08.912Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-17T20:41:09.032Z | Compiling getrandom v0.2.15 |
680 | 2024-12-17T20:41:09.089Z | Compiling smallvec v1.13.2 |
681 | 2024-12-17T20:41:09.133Z | Compiling bytes v1.8.0 |
682 | 2024-12-17T20:41:09.333Z | Compiling quote v1.0.37 |
683 | 2024-12-17T20:41:09.371Z | Compiling ryu v1.0.18 |
684 | 2024-12-17T20:41:09.474Z | Compiling futures-core v0.3.31 |
685 | 2024-12-17T20:41:09.709Z | Compiling syn v2.0.87 |
686 | 2024-12-17T20:41:09.750Z | Compiling lock_api v0.4.12 |
687 | 2024-12-17T20:41:09.919Z | Compiling ahash v0.8.11 |
688 | 2024-12-17T20:41:09.996Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-17T20:41:10.077Z | Compiling byteorder v1.5.0 |
690 | 2024-12-17T20:41:10.195Z | Compiling schemars v0.8.21 |
691 | 2024-12-17T20:41:10.407Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-17T20:41:10.551Z | Compiling slab v0.4.9 |
693 | 2024-12-17T20:41:10.551Z | Compiling log v0.4.22 |
694 | 2024-12-17T20:41:10.886Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-17T20:41:10.952Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-12-17T20:41:10.981Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-17T20:41:11.016Z | Compiling socket2 v0.5.7 |
698 | 2024-12-17T20:41:11.023Z | Compiling mio v1.0.2 |
699 | 2024-12-17T20:41:11.026Z | Compiling semver v1.0.23 |
700 | 2024-12-17T20:41:11.217Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-17T20:41:11.390Z | Compiling ring v0.17.8 |
702 | 2024-12-17T20:41:11.502Z | Compiling equivalent v1.0.1 |
703 | 2024-12-17T20:41:11.600Z | Compiling fnv v1.0.7 |
704 | 2024-12-17T20:41:11.650Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-17T20:41:11.717Z | Compiling http v1.1.0 |
706 | 2024-12-17T20:41:12.475Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-17T20:41:12.630Z | Compiling futures-io v0.3.31 |
708 | 2024-12-17T20:41:12.697Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-17T20:41:12.781Z | Compiling futures-task v0.3.31 |
710 | 2024-12-17T20:41:12.950Z | Compiling heck v0.5.0 |
711 | 2024-12-17T20:41:13.043Z | Compiling pkg-config v0.3.31 |
712 | 2024-12-17T20:41:13.055Z | Compiling spin v0.9.8 |
713 | 2024-12-17T20:41:13.112Z | Compiling vcpkg v0.2.15 |
714 | 2024-12-17T20:41:13.121Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-17T20:41:13.963Z | Compiling writeable v0.5.5 |
716 | 2024-12-17T20:41:14.254Z | Compiling ucd-trie v0.1.7 |
717 | 2024-12-17T20:41:14.709Z | Compiling litemap v0.7.3 |
718 | 2024-12-17T20:41:14.728Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-17T20:41:14.936Z | Compiling httparse v1.9.5 |
720 | 2024-12-17T20:41:15.068Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-12-17T20:41:15.216Z | Compiling untrusted v0.9.0 |
722 | 2024-12-17T20:41:15.510Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-17T20:41:15.724Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-17T20:41:15.980Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-17T20:41:15.988Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-17T20:41:16.409Z | Compiling tracing v0.1.40 |
727 | 2024-12-17T20:41:16.451Z | Compiling http-body v1.0.1 |
728 | 2024-12-17T20:41:16.689Z | Compiling zeroize v1.8.1 |
729 | 2024-12-17T20:41:17.019Z | Compiling chrono v0.4.38 |
730 | 2024-12-17T20:41:17.096Z | Compiling subtle v2.6.1 |
731 | 2024-12-17T20:41:17.198Z | Compiling uuid v1.11.0 |
732 | 2024-12-17T20:41:17.314Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-12-17T20:41:17.361Z | Compiling synstructure v0.13.1 |
734 | 2024-12-17T20:41:17.392Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-17T20:41:17.764Z | Compiling try-lock v0.2.5 |
736 | 2024-12-17T20:41:17.911Z | Compiling want v0.3.1 |
737 | 2024-12-17T20:41:18.243Z | Compiling openssl v0.10.66 |
738 | 2024-12-17T20:41:18.667Z | Compiling httpdate v1.0.3 |
739 | 2024-12-17T20:41:19.042Z | Compiling slog v2.7.0 |
740 | 2024-12-17T20:41:19.086Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-17T20:41:19.322Z | Compiling foreign-types-shared v0.1.1 |
742 | 2024-12-17T20:41:19.410Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-17T20:41:19.581Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-17T20:41:19.627Z | Compiling percent-encoding v2.3.1 |
745 | 2024-12-17T20:41:20.066Z | Compiling rustls v0.23.19 |
746 | 2024-12-17T20:41:20.076Z | Compiling utf16_iter v1.0.5 |
747 | 2024-12-17T20:41:20.273Z | Compiling write16 v1.0.0 |
748 | 2024-12-17T20:41:20.397Z | Compiling typenum v1.17.0 |
749 | 2024-12-17T20:41:20.861Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-12-17T20:41:20.956Z | Compiling bitflags v2.6.0 |
751 | 2024-12-17T20:41:21.241Z | Compiling tower-service v0.3.3 |
752 | 2024-12-17T20:41:21.291Z | Compiling native-tls v0.2.12 |
753 | 2024-12-17T20:41:21.357Z | Compiling utf8_iter v1.0.4 |
754 | 2024-12-17T20:41:21.375Z | Compiling regex-syntax v0.8.5 |
755 | 2024-12-17T20:41:21.579Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-17T20:41:21.760Z | Compiling generic-array v0.14.7 |
757 | 2024-12-17T20:41:22.082Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-17T20:41:22.986Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-17T20:41:23.417Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-17T20:41:23.458Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-17T20:41:23.914Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-17T20:41:24.102Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-17T20:41:25.495Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-17T20:41:26.952Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-17T20:41:27.115Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-17T20:41:27.171Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-17T20:41:27.597Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-17T20:41:27.830Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-17T20:41:28.157Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-17T20:41:28.684Z | Compiling tokio v1.40.0 |
771 | 2024-12-17T20:41:29.728Z | Compiling pest v2.7.14 |
772 | 2024-12-17T20:41:29.737Z | Compiling yoke v0.7.4 |
773 | 2024-12-17T20:41:29.774Z | Compiling futures-util v0.3.31 |
774 | 2024-12-17T20:41:29.922Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-12-17T20:41:30.087Z | Compiling zerovec v0.10.4 |
776 | 2024-12-17T20:41:30.094Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-17T20:41:31.454Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-17T20:41:32.682Z | Compiling tinystr v0.7.6 |
779 | 2024-12-17T20:41:33.142Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-17T20:41:33.186Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-17T20:41:36.224Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-17T20:41:36.720Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-17T20:41:37.354Z | Compiling indexmap v2.6.0 |
784 | 2024-12-17T20:41:38.496Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-17T20:41:39.162Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-17T20:41:40.375Z | Compiling h2 v0.4.6 |
787 | 2024-12-17T20:41:40.607Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-17T20:41:41.415Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-17T20:41:43.804Z | Compiling regress v0.10.1 |
790 | 2024-12-17T20:41:44.126Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-17T20:41:46.537Z | Compiling hyper v1.5.0 |
792 | 2024-12-17T20:41:47.632Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-17T20:41:48.629Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-17T20:41:50.085Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-17T20:41:52.097Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-17T20:41:55.679Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-17T20:41:56.186Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-17T20:41:57.360Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-17T20:41:59.022Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-17T20:41:59.602Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-17T20:41:59.794Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-17T20:42:00.928Z | Compiling regex v1.11.1 |
803 | 2024-12-17T20:42:01.073Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-17T20:42:01.453Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-17T20:42:01.910Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-17T20:42:02.369Z | Compiling time-core v0.1.2 |
807 | 2024-12-17T20:42:03.615Z | Compiling num-conv v0.1.0 |
808 | 2024-12-17T20:42:03.875Z | Compiling mime v0.3.17 |
809 | 2024-12-17T20:42:04.047Z | Compiling time-macros v0.2.18 |
810 | 2024-12-17T20:42:04.984Z | Compiling deranged v0.3.11 |
811 | 2024-12-17T20:42:05.279Z | Compiling scroll v0.12.0 |
812 | 2024-12-17T20:42:05.907Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-17T20:42:07.047Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-17T20:42:07.317Z | Compiling idna v1.0.3 |
815 | 2024-12-17T20:42:12.105Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-17T20:42:13.012Z | Compiling dof v0.3.0 |
817 | 2024-12-17T20:42:13.836Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-17T20:42:14.416Z | Compiling thread-id v4.2.2 |
819 | 2024-12-17T20:42:14.518Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-17T20:42:14.720Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-17T20:42:14.735Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-17T20:42:15.889Z | Compiling num_threads v0.1.7 |
823 | 2024-12-17T20:42:16.002Z | Compiling plain v0.2.3 |
824 | 2024-12-17T20:42:16.158Z | Compiling ident_case v1.0.1 |
825 | 2024-12-17T20:42:16.181Z | Compiling base64 v0.22.1 |
826 | 2024-12-17T20:42:16.319Z | Compiling strsim v0.11.1 |
827 | 2024-12-17T20:42:16.644Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-17T20:42:16.734Z | Compiling darling_core v0.20.10 |
829 | 2024-12-17T20:42:17.037Z | Compiling goblin v0.8.2 |
830 | 2024-12-17T20:42:17.209Z | Compiling time v0.3.36 |
831 | 2024-12-17T20:42:22.822Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-17T20:42:24.823Z | Compiling url v2.5.3 |
833 | 2024-12-17T20:42:25.254Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-17T20:42:25.750Z | Compiling typify v0.2.0 |
835 | 2024-12-17T20:42:25.868Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-17T20:42:28.056Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-17T20:42:28.199Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-17T20:42:29.652Z | Compiling rustversion v1.0.17 |
839 | 2024-12-17T20:42:30.043Z | Compiling ipnet v2.10.1 |
840 | 2024-12-17T20:42:30.298Z | Compiling rustls v0.22.4 |
841 | 2024-12-17T20:42:30.602Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-12-17T20:42:30.680Z | Compiling paste v1.0.15 |
843 | 2024-12-17T20:42:31.154Z | Compiling pretty-hex v0.4.1 |
844 | 2024-12-17T20:42:32.288Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-17T20:42:33.058Z | Compiling reqwest v0.12.9 |
846 | 2024-12-17T20:42:33.242Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-17T20:42:36.173Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-17T20:42:36.548Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-17T20:42:37.841Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-17T20:42:38.072Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-17T20:42:38.269Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-17T20:42:38.503Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-17T20:42:39.173Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-17T20:42:39.341Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-17T20:42:40.023Z | Compiling rand_core v0.6.4 |
856 | 2024-12-17T20:42:40.224Z | Compiling thread_local v1.1.8 |
857 | 2024-12-17T20:42:40.491Z | Compiling multer v3.1.0 |
858 | 2024-12-17T20:42:40.815Z | Compiling camino v1.1.9 |
859 | 2024-12-17T20:42:40.932Z | Compiling anyhow v1.0.93 |
860 | 2024-12-17T20:42:41.403Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-17T20:42:41.487Z | Compiling winnow v0.6.20 |
862 | 2024-12-17T20:42:41.527Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-17T20:42:41.628Z | Compiling slog-async v2.8.0 |
864 | 2024-12-17T20:42:42.017Z | Compiling structmeta v0.3.0 |
865 | 2024-12-17T20:42:42.153Z | Compiling hostname v0.3.1 |
866 | 2024-12-17T20:42:42.294Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-17T20:42:42.399Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-17T20:42:42.958Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-12-17T20:42:44.055Z | Compiling digest v0.10.7 |
870 | 2024-12-17T20:42:44.456Z | Compiling darling v0.20.10 |
871 | 2024-12-17T20:42:44.557Z | Compiling term v0.7.0 |
872 | 2024-12-17T20:42:45.048Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-17T20:42:45.931Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-17T20:42:50.195Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-17T20:42:51.643Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-17T20:42:52.980Z | Compiling slog-json v2.6.1 |
877 | 2024-12-17T20:42:53.419Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-17T20:42:53.600Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-17T20:42:54.601Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-17T20:42:54.718Z | Compiling memmap v0.7.0 |
881 | 2024-12-17T20:42:54.945Z | Compiling dropshot v0.13.0 |
882 | 2024-12-17T20:42:55.148Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-17T20:42:55.191Z | Compiling take_mut v0.2.2 |
884 | 2024-12-17T20:42:55.240Z | Compiling sha1 v0.10.6 |
885 | 2024-12-17T20:42:55.344Z | Compiling progenitor v0.8.0 |
886 | 2024-12-17T20:42:55.560Z | Compiling async-stream v0.3.6 |
887 | 2024-12-17T20:42:55.857Z | Compiling usdt v0.5.0 |
888 | 2024-12-17T20:42:56.022Z | Compiling slog-term v2.9.1 |
889 | 2024-12-17T20:42:57.419Z | Compiling futures v0.3.31 |
890 | 2024-12-17T20:42:57.637Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-17T20:42:57.901Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-17T20:42:58.318Z | Compiling toml v0.8.19 |
893 | 2024-12-17T20:42:58.682Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-17T20:42:58.987Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-17T20:43:01.648Z | Compiling rand v0.8.5 |
896 | 2024-12-17T20:43:03.307Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-17T20:43:07.323Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-17T20:43:07.487Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-17T20:43:07.775Z | Compiling hex v0.4.3 |
900 | 2024-12-17T20:43:08.472Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-17T20:43:08.805Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-17T20:43:09.504Z | Compiling async-trait v0.1.83 |
903 | 2024-12-17T20:43:09.618Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-17T20:43:09.857Z | Compiling hostname v0.4.0 |
905 | 2024-12-17T20:43:10.094Z | Compiling instant v0.1.13 |
906 | 2024-12-17T20:43:10.246Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-17T20:43:10.386Z | Compiling backoff v0.4.0 |
908 | 2024-12-17T20:43:10.728Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-17T20:43:10.925Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-17T20:43:11.090Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-17T20:43:11.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-17T20:43:12.458Z | Compiling parse-display v0.10.0 |
913 | 2024-12-17T20:43:12.485Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-17T20:43:14.666Z | Compiling strum v0.26.3 |
915 | 2024-12-17T20:43:14.845Z | Compiling serde_with v3.11.0 |
916 | 2024-12-17T20:43:15.952Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-17T20:43:16.521Z | Compiling regress v0.9.1 |
918 | 2024-12-17T20:43:16.763Z | Compiling macaddr v1.0.1 |
919 | 2024-12-17T20:43:22.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-17T20:43:32.657Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-17T20:43:42.468Z | Finished `release` profile [optimized] target(s) in 2m 34s |
922 | 2024-12-17T20:43:42.534Z | process exited: duration 232925 ms, exit code 0 |
|
923 | 2024-12-17T20:43:42.541Z | found 0 output files |