|
|
|
1 | 2024-12-19T21:36:25.990Z | job assigned to worker 01JFGDHYY97YS6SJ39BKD0KH10 [factory aws, i-076b71a3e5cd35c72] (queued for 52 s) |
|
2 | 2024-12-19T21:36:34.044Z | starting task 0: "setup" |
3 | 2024-12-19T21:36:34.057Z | ++ uname -s |
4 | 2024-12-19T21:36:34.060Z | + kern=SunOS |
5 | 2024-12-19T21:36:34.060Z | + case "$kern" in |
6 | 2024-12-19T21:36:34.060Z | + groupadd -g 12345 build |
7 | 2024-12-19T21:36:34.063Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T21:36:36.071Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T21:36:36.126Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T21:36:36.129Z | + home_fs=zfs |
11 | 2024-12-19T21:36:36.130Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T21:36:36.130Z | + mkdir -p /home/build |
13 | 2024-12-19T21:36:36.132Z | + chown build:build /home/build /work |
14 | 2024-12-19T21:36:38.133Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T21:36:38.135Z | process exited: duration 4091 ms, exit code 0 |
|
16 | 2024-12-19T21:36:38.141Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T21:36:38.146Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T21:36:38.146Z | ' 1.81.0 |
19 | 2024-12-19T21:36:38.146Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T21:36:38.146Z | * toolchain profile = "default" |
21 | 2024-12-19T21:36:38.149Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T21:36:38.149Z | ' default |
23 | 2024-12-19T21:36:38.149Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T21:36:38.149Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T21:36:38.269Z | info: downloading installer |
26 | 2024-12-19T21:36:39.502Z | info: profile set to 'default' |
27 | 2024-12-19T21:36:39.502Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T21:36:39.504Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T21:36:39.660Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T21:36:39.660Z | info: downloading component 'cargo' |
31 | 2024-12-19T21:36:40.514Z | info: downloading component 'clippy' |
32 | 2024-12-19T21:36:40.829Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T21:36:42.008Z | info: downloading component 'rust-std' |
34 | 2024-12-19T21:36:43.847Z | info: downloading component 'rustc' |
35 | 2024-12-19T21:36:50.440Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T21:36:50.688Z | info: installing component 'cargo' |
37 | 2024-12-19T21:36:51.529Z | info: installing component 'clippy' |
38 | 2024-12-19T21:36:51.914Z | info: installing component 'rust-docs' |
39 | 2024-12-19T21:36:53.540Z | info: installing component 'rust-std' |
40 | 2024-12-19T21:36:55.353Z | info: installing component 'rustc' |
41 | 2024-12-19T21:37:01.215Z | info: installing component 'rustfmt' |
42 | 2024-12-19T21:37:01.534Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T21:37:01.534Z | |
44 | 2024-12-19T21:37:01.902Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T21:37:01.902Z | |
46 | 2024-12-19T21:37:01.906Z | |
47 | 2024-12-19T21:37:01.906Z | Rust is installed now. Great! |
48 | 2024-12-19T21:37:01.906Z | |
49 | 2024-12-19T21:37:01.906Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T21:37:01.906Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T21:37:01.906Z | |
52 | 2024-12-19T21:37:01.906Z | To configure your current shell, you need to source |
53 | 2024-12-19T21:37:01.906Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T21:37:01.906Z | |
55 | 2024-12-19T21:37:01.906Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T21:37:01.906Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T21:37:01.906Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T21:37:01.980Z | + rustc --version |
59 | 2024-12-19T21:37:02.048Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T21:37:02.051Z | process exited: duration 23911 ms, exit code 0 |
|
61 | 2024-12-19T21:37:02.057Z | starting task 2: "authentication" |
62 | 2024-12-19T21:37:02.079Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-19T21:37:02.085Z | starting task 3: "clone repository" |
64 | 2024-12-19T21:37:02.091Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T21:37:02.095Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T21:37:02.132Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T21:37:08.633Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T21:37:08.642Z | + git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748 |
69 | 2024-12-19T21:37:09.066Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T21:37:09.066Z | * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD |
71 | 2024-12-19T21:37:09.075Z | + [[ -n '' ]] |
72 | 2024-12-19T21:37:09.075Z | + git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748 |
73 | 2024-12-19T21:37:09.252Z | HEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source |
74 | 2024-12-19T21:37:09.255Z | process exited: duration 7167 ms, exit code 0 |
|
75 | 2024-12-19T21:37:09.260Z | starting task 4: "build" |
76 | 2024-12-19T21:37:09.266Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-19T21:37:09.266Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-19T21:37:09.266Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-19T21:37:09.268Z | + cargo --version |
80 | 2024-12-19T21:37:09.326Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-19T21:37:09.329Z | + rustc --version |
82 | 2024-12-19T21:37:09.391Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-19T21:37:09.393Z | + cd /tmp |
84 | 2024-12-19T21:37:09.393Z | + cargo new --lib test-project |
85 | 2024-12-19T21:37:09.452Z | Creating library `test-project` package |
86 | 2024-12-19T21:37:09.529Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-19T21:37:09.531Z | + cd test-project |
88 | 2024-12-19T21:37:09.531Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-19T21:37:09.591Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-19T21:37:09.593Z | Features: |
91 | 2024-12-19T21:37:09.593Z | - proptest |
92 | 2024-12-19T21:37:09.594Z | - test-strategy |
93 | 2024-12-19T21:37:09.594Z | - testing |
94 | 2024-12-19T21:37:09.594Z | Updating crates.io index |
95 | 2024-12-19T21:37:09.653Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-19T21:37:10.152Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-19T21:37:10.631Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-19T21:37:11.043Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-19T21:37:12.289Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-19T21:37:12.292Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-19T21:37:12.292Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-19T21:37:12.292Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-19T21:37:12.292Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-19T21:37:12.292Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-19T21:37:12.296Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-19T21:37:12.296Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-19T21:37:12.296Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-19T21:37:12.296Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-19T21:37:12.296Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-19T21:37:12.298Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-19T21:37:12.298Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-19T21:37:12.300Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-19T21:37:12.306Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-19T21:37:12.310Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
115 | 2024-12-19T21:37:12.312Z | Adding term v0.7.0 (latest: v1.0.1) |
116 | 2024-12-19T21:37:12.312Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
117 | 2024-12-19T21:37:12.312Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
118 | 2024-12-19T21:37:12.312Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-19T21:37:12.312Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-19T21:37:12.315Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-19T21:37:12.317Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-19T21:37:12.317Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-19T21:37:12.317Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-19T21:37:12.317Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-19T21:37:12.317Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-19T21:37:12.317Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-19T21:37:12.317Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-19T21:37:12.319Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-19T21:37:12.320Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-19T21:37:12.320Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-19T21:37:12.320Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-19T21:37:12.392Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-19T21:37:12.395Z | + cargo check |
134 | 2024-12-19T21:37:12.562Z | Updating crates.io index |
135 | 2024-12-19T21:37:13.263Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-19T21:37:16.302Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-19T21:37:17.935Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-19T21:37:18.616Z | Downloading crates ... |
139 | 2024-12-19T21:37:18.772Z | Downloaded darling_macro v0.20.10 |
140 | 2024-12-19T21:37:18.776Z | Downloaded ahash v0.8.11 |
141 | 2024-12-19T21:37:18.780Z | Downloaded async-stream-impl v0.3.6 |
142 | 2024-12-19T21:37:18.789Z | Downloaded ident_case v1.0.1 |
143 | 2024-12-19T21:37:18.791Z | Downloaded foreign-types v0.3.2 |
144 | 2024-12-19T21:37:18.793Z | Downloaded memmap v0.7.0 |
145 | 2024-12-19T21:37:18.796Z | Downloaded http-body v1.0.1 |
146 | 2024-12-19T21:37:18.799Z | Downloaded usdt-attr-macro v0.5.0 |
147 | 2024-12-19T21:37:18.799Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-12-19T21:37:18.799Z | Downloaded usdt-macro v0.5.0 |
149 | 2024-12-19T21:37:18.801Z | Downloaded try-lock v0.2.5 |
150 | 2024-12-19T21:37:18.804Z | Downloaded waitgroup v0.1.2 |
151 | 2024-12-19T21:37:18.804Z | Downloaded debug-ignore v1.0.5 |
152 | 2024-12-19T21:37:18.807Z | Downloaded block-buffer v0.10.4 |
153 | 2024-12-19T21:37:18.809Z | Downloaded async-stream v0.3.6 |
154 | 2024-12-19T21:37:18.811Z | Downloaded write16 v1.0.0 |
155 | 2024-12-19T21:37:18.814Z | Downloaded time-core v0.1.2 |
156 | 2024-12-19T21:37:18.814Z | Downloaded match_cfg v0.1.0 |
157 | 2024-12-19T21:37:18.817Z | Downloaded zerofrom v0.1.4 |
158 | 2024-12-19T21:37:18.817Z | Downloaded tower-service v0.3.3 |
159 | 2024-12-19T21:37:18.819Z | Downloaded zeroize v1.8.1 |
160 | 2024-12-19T21:37:18.823Z | Downloaded instant v0.1.13 |
161 | 2024-12-19T21:37:18.823Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2024-12-19T21:37:18.823Z | Downloaded utf8_iter v1.0.4 |
163 | 2024-12-19T21:37:18.825Z | Downloaded dtrace-parser v0.2.0 |
164 | 2024-12-19T21:37:18.825Z | Downloaded cpufeatures v0.2.14 |
165 | 2024-12-19T21:37:18.828Z | Downloaded pretty-hex v0.4.1 |
166 | 2024-12-19T21:37:18.832Z | Downloaded openssl-probe v0.1.5 |
167 | 2024-12-19T21:37:18.832Z | Downloaded cfg-if v1.0.0 |
168 | 2024-12-19T21:37:18.835Z | Downloaded progenitor-client v0.8.0 |
169 | 2024-12-19T21:37:18.835Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-12-19T21:37:18.835Z | Downloaded yoke-derive v0.7.4 |
171 | 2024-12-19T21:37:18.840Z | Downloaded deranged v0.3.11 |
172 | 2024-12-19T21:37:18.840Z | Downloaded crypto-common v0.1.6 |
173 | 2024-12-19T21:37:18.840Z | Downloaded want v0.3.1 |
174 | 2024-12-19T21:37:18.840Z | Downloaded futures-executor v0.3.31 |
175 | 2024-12-19T21:37:18.843Z | Downloaded openssl-macros v0.1.1 |
176 | 2024-12-19T21:37:18.843Z | Downloaded num_threads v0.1.7 |
177 | 2024-12-19T21:37:18.846Z | Downloaded futures-core v0.3.31 |
178 | 2024-12-19T21:37:18.846Z | Downloaded version_check v0.9.5 |
179 | 2024-12-19T21:37:18.849Z | Downloaded httpdate v1.0.3 |
180 | 2024-12-19T21:37:18.853Z | Downloaded zerofrom-derive v0.1.4 |
181 | 2024-12-19T21:37:18.853Z | Downloaded idna_adapter v1.2.0 |
182 | 2024-12-19T21:37:18.853Z | Downloaded hostname v0.4.0 |
183 | 2024-12-19T21:37:18.856Z | Downloaded untrusted v0.9.0 |
184 | 2024-12-19T21:37:18.857Z | Downloaded thiserror-impl v1.0.69 |
185 | 2024-12-19T21:37:18.859Z | Downloaded zerocopy-derive v0.7.35 |
186 | 2024-12-19T21:37:18.864Z | Downloaded pkg-config v0.3.31 |
187 | 2024-12-19T21:37:18.867Z | Downloaded is-terminal v0.4.13 |
188 | 2024-12-19T21:37:18.867Z | Downloaded futures-task v0.3.31 |
189 | 2024-12-19T21:37:18.867Z | Downloaded take_mut v0.2.2 |
190 | 2024-12-19T21:37:18.870Z | Downloaded dyn-clone v1.0.17 |
191 | 2024-12-19T21:37:18.870Z | Downloaded progenitor-macro v0.8.0 |
192 | 2024-12-19T21:37:18.872Z | Downloaded tokio-macros v2.4.0 |
193 | 2024-12-19T21:37:18.876Z | Downloaded toml_datetime v0.6.8 |
194 | 2024-12-19T21:37:18.876Z | Downloaded hostname v0.3.1 |
195 | 2024-12-19T21:37:18.876Z | Downloaded heck v0.5.0 |
196 | 2024-12-19T21:37:18.879Z | Downloaded ipnetwork v0.20.0 |
197 | 2024-12-19T21:37:18.882Z | Downloaded hyper-tls v0.6.0 |
198 | 2024-12-19T21:37:18.882Z | Downloaded progenitor v0.8.0 |
199 | 2024-12-19T21:37:18.887Z | Downloaded plain v0.2.3 |
200 | 2024-12-19T21:37:18.887Z | Downloaded writeable v0.5.5 |
201 | 2024-12-19T21:37:18.887Z | Downloaded thread_local v1.1.8 |
202 | 2024-12-19T21:37:18.890Z | Downloaded ppv-lite86 v0.2.20 |
203 | 2024-12-19T21:37:18.890Z | Downloaded pest_generator v2.7.14 |
204 | 2024-12-19T21:37:18.893Z | Downloaded parse-display v0.10.0 |
205 | 2024-12-19T21:37:18.893Z | Downloaded rand_chacha v0.3.1 |
206 | 2024-12-19T21:37:18.897Z | Downloaded iana-time-zone v0.1.61 |
207 | 2024-12-19T21:37:18.900Z | Downloaded getrandom v0.2.15 |
208 | 2024-12-19T21:37:18.900Z | Downloaded percent-encoding v2.3.1 |
209 | 2024-12-19T21:37:18.903Z | Downloaded lock_api v0.4.12 |
210 | 2024-12-19T21:37:18.903Z | Downloaded litemap v0.7.3 |
211 | 2024-12-19T21:37:18.905Z | Downloaded typify v0.2.0 |
212 | 2024-12-19T21:37:18.910Z | Downloaded toml v0.8.19 |
213 | 2024-12-19T21:37:18.913Z | Downloaded strum v0.26.3 |
214 | 2024-12-19T21:37:18.916Z | Downloaded sync_wrapper v1.0.1 |
215 | 2024-12-19T21:37:18.916Z | Downloaded scroll_derive v0.12.0 |
216 | 2024-12-19T21:37:18.916Z | Downloaded ipnet v2.10.1 |
217 | 2024-12-19T21:37:18.919Z | Downloaded icu_locid_transform v1.5.0 |
218 | 2024-12-19T21:37:18.922Z | Downloaded pin-utils v0.1.0 |
219 | 2024-12-19T21:37:18.924Z | Downloaded structmeta-derive v0.3.0 |
220 | 2024-12-19T21:37:18.924Z | Downloaded schemars_derive v0.8.21 |
221 | 2024-12-19T21:37:18.927Z | Downloaded signal-hook-registry v1.4.2 |
222 | 2024-12-19T21:37:18.928Z | Downloaded parse-display-derive v0.10.0 |
223 | 2024-12-19T21:37:18.928Z | Downloaded serde_path_to_error v0.1.16 |
224 | 2024-12-19T21:37:18.930Z | Downloaded pin-project-lite v0.2.14 |
225 | 2024-12-19T21:37:18.934Z | Downloaded quote v1.0.37 |
226 | 2024-12-19T21:37:18.937Z | Downloaded anyhow v1.0.93 |
227 | 2024-12-19T21:37:18.942Z | Downloaded rand_core v0.6.4 |
228 | 2024-12-19T21:37:18.944Z | Downloaded once_cell v1.20.2 |
229 | 2024-12-19T21:37:18.947Z | Downloaded quinn-udp v0.5.5 |
230 | 2024-12-19T21:37:18.949Z | Downloaded pest_derive v2.7.14 |
231 | 2024-12-19T21:37:18.952Z | Downloaded typenum v1.17.0 |
232 | 2024-12-19T21:37:18.954Z | Downloaded tinyvec v1.8.0 |
233 | 2024-12-19T21:37:18.958Z | Downloaded synstructure v0.13.1 |
234 | 2024-12-19T21:37:18.960Z | Downloaded serde_urlencoded v0.7.1 |
235 | 2024-12-19T21:37:18.960Z | Downloaded subtle v2.6.1 |
236 | 2024-12-19T21:37:18.968Z | Downloaded proc-macro2 v1.0.89 |
237 | 2024-12-19T21:37:18.971Z | Downloaded serde_tokenstream v0.2.2 |
238 | 2024-12-19T21:37:18.971Z | Downloaded thiserror v1.0.69 |
239 | 2024-12-19T21:37:18.971Z | Downloaded rustc-hash v2.0.0 |
240 | 2024-12-19T21:37:18.974Z | Downloaded rustls-pemfile v2.2.0 |
241 | 2024-12-19T21:37:18.979Z | Downloaded stable_deref_trait v1.2.0 |
242 | 2024-12-19T21:37:18.980Z | Downloaded serde_spanned v0.6.8 |
243 | 2024-12-19T21:37:18.980Z | Downloaded strsim v0.11.1 |
244 | 2024-12-19T21:37:18.984Z | Downloaded scopeguard v1.2.0 |
245 | 2024-12-19T21:37:18.984Z | Downloaded dropshot_endpoint v0.13.0 |
246 | 2024-12-19T21:37:18.984Z | Downloaded slog-bunyan v2.5.0 |
247 | 2024-12-19T21:37:18.989Z | Downloaded slog-json v2.6.1 |
248 | 2024-12-19T21:37:18.989Z | Downloaded slog-async v2.8.0 |
249 | 2024-12-19T21:37:18.993Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2024-12-19T21:37:18.993Z | Downloaded smallvec v1.13.2 |
251 | 2024-12-19T21:37:18.998Z | Downloaded strum_macros v0.26.4 |
252 | 2024-12-19T21:37:18.998Z | Downloaded slab v0.4.9 |
253 | 2024-12-19T21:37:19.001Z | Downloaded scroll v0.12.0 |
254 | 2024-12-19T21:37:19.001Z | Downloaded term v0.7.0 |
255 | 2024-12-19T21:37:19.004Z | Downloaded parking_lot v0.12.3 |
256 | 2024-12-19T21:37:19.007Z | Downloaded rustversion v1.0.17 |
257 | 2024-12-19T21:37:19.009Z | Downloaded camino v1.1.9 |
258 | 2024-12-19T21:37:19.012Z | Downloaded uuid v1.11.0 |
259 | 2024-12-19T21:37:19.015Z | Downloaded structmeta v0.3.0 |
260 | 2024-12-19T21:37:19.015Z | Downloaded hyper-util v0.1.10 |
261 | 2024-12-19T21:37:19.019Z | Downloaded openssl-sys v0.9.103 |
262 | 2024-12-19T21:37:19.024Z | Downloaded serde_derive_internals v0.29.1 |
263 | 2024-12-19T21:37:19.027Z | Downloaded rustls-pki-types v1.10.0 |
264 | 2024-12-19T21:37:19.030Z | Downloaded icu_normalizer_data v1.5.0 |
265 | 2024-12-19T21:37:19.036Z | Downloaded cc v1.1.30 |
266 | 2024-12-19T21:37:19.036Z | Downloaded quinn v0.11.5 |
267 | 2024-12-19T21:37:19.039Z | Downloaded semver v1.0.23 |
268 | 2024-12-19T21:37:19.049Z | Downloaded serde_derive v1.0.215 |
269 | 2024-12-19T21:37:19.052Z | Downloaded spin v0.9.8 |
270 | 2024-12-19T21:37:19.052Z | Downloaded sha2 v0.10.8 |
271 | 2024-12-19T21:37:19.052Z | Downloaded url v2.5.3 |
272 | 2024-12-19T21:37:19.055Z | Downloaded slog v2.7.0 |
273 | 2024-12-19T21:37:19.057Z | Downloaded icu_collections v1.5.0 |
274 | 2024-12-19T21:37:19.063Z | Downloaded socket2 v0.5.7 |
275 | 2024-12-19T21:37:19.065Z | Downloaded mio v1.0.2 |
276 | 2024-12-19T21:37:19.071Z | Downloaded serde_yaml v0.9.34+deprecated |
277 | 2024-12-19T21:37:19.076Z | Downloaded serde v1.0.215 |
278 | 2024-12-19T21:37:19.079Z | Downloaded schemars v0.8.21 |
279 | 2024-12-19T21:37:19.092Z | Downloaded http v1.1.0 |
280 | 2024-12-19T21:37:19.096Z | Downloaded zerovec v0.10.4 |
281 | 2024-12-19T21:37:19.102Z | Downloaded tokio-util v0.7.12 |
282 | 2024-12-19T21:37:19.109Z | Downloaded winnow v0.6.20 |
283 | 2024-12-19T21:37:19.118Z | Downloaded time v0.3.36 |
284 | 2024-12-19T21:37:19.125Z | Downloaded idna v1.0.3 |
285 | 2024-12-19T21:37:19.128Z | Downloaded memchr v2.7.4 |
286 | 2024-12-19T21:37:19.134Z | Downloaded pest v2.7.14 |
287 | 2024-12-19T21:37:19.141Z | Downloaded serde_json v1.0.132 |
288 | 2024-12-19T21:37:19.147Z | Downloaded rustls-webpki v0.102.8 |
289 | 2024-12-19T21:37:19.166Z | Downloaded vcpkg v0.2.15 |
290 | 2024-12-19T21:37:19.203Z | Downloaded serde_with v3.11.0 |
291 | 2024-12-19T21:37:19.211Z | Downloaded h2 v0.4.6 |
292 | 2024-12-19T21:37:19.217Z | Downloaded aho-corasick v1.1.3 |
293 | 2024-12-19T21:37:19.223Z | Downloaded reqwest v0.12.9 |
294 | 2024-12-19T21:37:19.231Z | Downloaded webpki-roots v0.26.6 |
295 | 2024-12-19T21:37:19.235Z | Downloaded chrono v0.4.38 |
296 | 2024-12-19T21:37:19.243Z | Downloaded openssl v0.10.66 |
297 | 2024-12-19T21:37:19.251Z | Downloaded rustls v0.23.19 |
298 | 2024-12-19T21:37:19.263Z | Downloaded openapiv3 v2.0.0 |
299 | 2024-12-19T21:37:19.274Z | Downloaded icu_properties_data v1.5.0 |
300 | 2024-12-19T21:37:19.284Z | Downloaded regex v1.11.1 |
301 | 2024-12-19T21:37:19.297Z | Downloaded goblin v0.8.2 |
302 | 2024-12-19T21:37:19.301Z | Downloaded syn v2.0.87 |
303 | 2024-12-19T21:37:19.312Z | Downloaded futures-util v0.3.31 |
304 | 2024-12-19T21:37:19.322Z | Downloaded hyper v1.5.0 |
305 | 2024-12-19T21:37:19.328Z | Downloaded hashbrown v0.14.5 |
306 | 2024-12-19T21:37:19.334Z | Downloaded typify-impl v0.2.0 |
307 | 2024-12-19T21:37:19.348Z | Downloaded quinn-proto v0.11.8 |
308 | 2024-12-19T21:37:19.354Z | Downloaded regress v0.9.1 |
309 | 2024-12-19T21:37:19.361Z | Downloaded regress v0.10.1 |
310 | 2024-12-19T21:37:19.369Z | Downloaded regex-syntax v0.8.5 |
311 | 2024-12-19T21:37:19.377Z | Downloaded rustls v0.22.4 |
312 | 2024-12-19T21:37:19.388Z | Downloaded dropshot v0.13.0 |
313 | 2024-12-19T21:37:19.407Z | Downloaded zerocopy v0.7.35 |
314 | 2024-12-19T21:37:19.421Z | Downloaded hashbrown v0.15.1 |
315 | 2024-12-19T21:37:19.425Z | Downloaded indexmap v2.6.0 |
316 | 2024-12-19T21:37:19.429Z | Downloaded rand v0.8.5 |
317 | 2024-12-19T21:37:19.432Z | Downloaded toml_edit v0.22.22 |
318 | 2024-12-19T21:37:19.452Z | Downloaded crossbeam-channel v0.5.13 |
319 | 2024-12-19T21:37:19.456Z | Downloaded hashbrown v0.12.3 |
320 | 2024-12-19T21:37:19.460Z | Downloaded tracing v0.1.40 |
321 | 2024-12-19T21:37:19.463Z | Downloaded ryu v1.0.18 |
322 | 2024-12-19T21:37:19.466Z | Downloaded base64 v0.22.1 |
323 | 2024-12-19T21:37:19.470Z | Downloaded serde_with_macros v3.11.0 |
324 | 2024-12-19T21:37:19.472Z | Downloaded tracing-core v0.1.32 |
325 | 2024-12-19T21:37:19.476Z | Downloaded icu_properties v1.5.1 |
326 | 2024-12-19T21:37:19.478Z | Downloaded icu_locid v1.5.0 |
327 | 2024-12-19T21:37:19.481Z | Downloaded tokio v1.40.0 |
328 | 2024-12-19T21:37:19.515Z | Downloaded indexmap v1.9.3 |
329 | 2024-12-19T21:37:19.518Z | Downloaded regex-automata v0.4.8 |
330 | 2024-12-19T21:37:19.533Z | Downloaded allocator-api2 v0.2.18 |
331 | 2024-12-19T21:37:19.536Z | Downloaded slog-term v2.9.1 |
332 | 2024-12-19T21:37:19.539Z | Downloaded unicode-ident v1.0.13 |
333 | 2024-12-19T21:37:19.542Z | Downloaded icu_provider v1.5.0 |
334 | 2024-12-19T21:37:19.545Z | Downloaded futures v0.3.31 |
335 | 2024-12-19T21:37:19.548Z | Downloaded bytes v1.8.0 |
336 | 2024-12-19T21:37:19.550Z | Downloaded ucd-trie v0.1.7 |
337 | 2024-12-19T21:37:19.552Z | Downloaded pest_meta v2.7.14 |
338 | 2024-12-19T21:37:19.554Z | Downloaded num-traits v0.2.19 |
339 | 2024-12-19T21:37:19.557Z | Downloaded libc v0.2.162 |
340 | 2024-12-19T21:37:19.581Z | Downloaded darling_core v0.20.10 |
341 | 2024-12-19T21:37:19.585Z | Downloaded progenitor-impl v0.8.0 |
342 | 2024-12-19T21:37:19.588Z | Downloaded native-tls v0.2.12 |
343 | 2024-12-19T21:37:19.591Z | Downloaded log v0.4.22 |
344 | 2024-12-19T21:37:19.591Z | Downloaded icu_locid_transform_data v1.5.0 |
345 | 2024-12-19T21:37:19.593Z | Downloaded sha1 v0.10.6 |
346 | 2024-12-19T21:37:19.596Z | Downloaded icu_normalizer v1.5.0 |
347 | 2024-12-19T21:37:19.598Z | Downloaded httparse v1.9.5 |
348 | 2024-12-19T21:37:19.601Z | Downloaded shlex v1.3.0 |
349 | 2024-12-19T21:37:19.601Z | Downloaded macaddr v1.0.1 |
350 | 2024-12-19T21:37:19.601Z | Downloaded dirs-sys-next v0.1.2 |
351 | 2024-12-19T21:37:19.603Z | Downloaded futures-channel v0.3.31 |
352 | 2024-12-19T21:37:19.604Z | Downloaded parking_lot_core v0.9.10 |
353 | 2024-12-19T21:37:19.606Z | Downloaded multer v3.1.0 |
354 | 2024-12-19T21:37:19.608Z | Downloaded bitflags v2.6.0 |
355 | 2024-12-19T21:37:19.611Z | Downloaded yoke v0.7.4 |
356 | 2024-12-19T21:37:19.614Z | Downloaded tokio-rustls v0.25.0 |
357 | 2024-12-19T21:37:19.616Z | Downloaded crossbeam-utils v0.8.20 |
358 | 2024-12-19T21:37:19.619Z | Downloaded paste v1.0.15 |
359 | 2024-12-19T21:37:19.621Z | Downloaded futures-macro v0.3.31 |
360 | 2024-12-19T21:37:19.622Z | Downloaded displaydoc v0.2.5 |
361 | 2024-12-19T21:37:19.624Z | Downloaded utf16_iter v1.0.5 |
362 | 2024-12-19T21:37:19.626Z | Downloaded hyper-rustls v0.27.3 |
363 | 2024-12-19T21:37:19.629Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-12-19T21:37:19.629Z | Downloaded tokio-rustls v0.26.0 |
365 | 2024-12-19T21:37:19.631Z | Downloaded time-macros v0.2.18 |
366 | 2024-12-19T21:37:19.635Z | Downloaded powerfmt v0.2.0 |
367 | 2024-12-19T21:37:19.635Z | Downloaded zerovec-derive v0.10.3 |
368 | 2024-12-19T21:37:19.637Z | Downloaded num-conv v0.1.0 |
369 | 2024-12-19T21:37:19.637Z | Downloaded mime v0.3.17 |
370 | 2024-12-19T21:37:19.637Z | Downloaded dof v0.3.0 |
371 | 2024-12-19T21:37:19.637Z | Downloaded usdt v0.5.0 |
372 | 2024-12-19T21:37:19.640Z | Downloaded thread-id v4.2.2 |
373 | 2024-12-19T21:37:19.640Z | Downloaded itoa v1.0.11 |
374 | 2024-12-19T21:37:19.640Z | Downloaded futures-sink v0.3.31 |
375 | 2024-12-19T21:37:19.643Z | Downloaded futures-io v0.3.31 |
376 | 2024-12-19T21:37:19.643Z | Downloaded newtype-uuid v1.1.3 |
377 | 2024-12-19T21:37:19.643Z | Downloaded tinystr v0.7.6 |
378 | 2024-12-19T21:37:19.646Z | Downloaded icu_provider_macros v1.5.0 |
379 | 2024-12-19T21:37:19.646Z | Downloaded form_urlencoded v1.2.1 |
380 | 2024-12-19T21:37:19.646Z | Downloaded fnv v1.0.7 |
381 | 2024-12-19T21:37:19.649Z | Downloaded async-trait v0.1.83 |
382 | 2024-12-19T21:37:19.651Z | Downloaded darling v0.20.10 |
383 | 2024-12-19T21:37:19.654Z | Downloaded backoff v0.4.0 |
384 | 2024-12-19T21:37:19.657Z | Downloaded tinyvec_macros v0.1.1 |
385 | 2024-12-19T21:37:19.657Z | Downloaded http-body-util v0.1.2 |
386 | 2024-12-19T21:37:19.660Z | Downloaded encoding_rs v0.8.34 |
387 | 2024-12-19T21:37:19.677Z | Downloaded hex v0.4.3 |
388 | 2024-12-19T21:37:19.679Z | Downloaded generic-array v0.14.7 |
389 | 2024-12-19T21:37:19.679Z | Downloaded tokio-native-tls v0.3.1 |
390 | 2024-12-19T21:37:19.682Z | Downloaded digest v0.10.7 |
391 | 2024-12-19T21:37:19.684Z | Downloaded typify-macro v0.2.0 |
392 | 2024-12-19T21:37:19.684Z | Downloaded equivalent v1.0.1 |
393 | 2024-12-19T21:37:19.684Z | Downloaded dirs-next v2.0.0 |
394 | 2024-12-19T21:37:19.687Z | Downloaded byteorder v1.5.0 |
395 | 2024-12-19T21:37:19.687Z | Downloaded autocfg v1.4.0 |
396 | 2024-12-19T21:37:19.847Z | Downloaded ring v0.17.8 |
397 | 2024-12-19T21:37:20.176Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-19T21:37:20.176Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-19T21:37:20.179Z | Compiling libc v0.2.162 |
400 | 2024-12-19T21:37:20.179Z | Checking cfg-if v1.0.0 |
401 | 2024-12-19T21:37:20.179Z | Compiling autocfg v1.4.0 |
402 | 2024-12-19T21:37:20.179Z | Compiling serde v1.0.215 |
403 | 2024-12-19T21:37:20.202Z | Compiling version_check v0.9.5 |
404 | 2024-12-19T21:37:20.204Z | Checking memchr v2.7.4 |
405 | 2024-12-19T21:37:20.323Z | Checking itoa v1.0.11 |
406 | 2024-12-19T21:37:20.436Z | Compiling serde_json v1.0.132 |
407 | 2024-12-19T21:37:20.808Z | Compiling thiserror v1.0.69 |
408 | 2024-12-19T21:37:20.953Z | Checking once_cell v1.20.2 |
409 | 2024-12-19T21:37:21.084Z | Compiling shlex v1.3.0 |
410 | 2024-12-19T21:37:21.255Z | Checking pin-project-lite v0.2.14 |
411 | 2024-12-19T21:37:21.380Z | Compiling cc v1.1.30 |
412 | 2024-12-19T21:37:21.436Z | Compiling num-traits v0.2.19 |
413 | 2024-12-19T21:37:21.647Z | Checking smallvec v1.13.2 |
414 | 2024-12-19T21:37:21.717Z | Checking ryu v1.0.18 |
415 | 2024-12-19T21:37:21.837Z | Checking bytes v1.8.0 |
416 | 2024-12-19T21:37:21.931Z | Checking futures-core v0.3.31 |
417 | 2024-12-19T21:37:21.976Z | Compiling lock_api v0.4.12 |
418 | 2024-12-19T21:37:21.998Z | Compiling byteorder v1.5.0 |
419 | 2024-12-19T21:37:22.029Z | Checking getrandom v0.2.15 |
420 | 2024-12-19T21:37:22.105Z | Compiling parking_lot_core v0.9.10 |
421 | 2024-12-19T21:37:22.248Z | Compiling ahash v0.8.11 |
422 | 2024-12-19T21:37:22.317Z | Compiling quote v1.0.37 |
423 | 2024-12-19T21:37:22.482Z | Compiling schemars v0.8.21 |
424 | 2024-12-19T21:37:22.591Z | Checking scopeguard v1.2.0 |
425 | 2024-12-19T21:37:22.689Z | Compiling syn v2.0.87 |
426 | 2024-12-19T21:37:22.858Z | Compiling slab v0.4.9 |
427 | 2024-12-19T21:37:22.950Z | Checking futures-sink v0.3.31 |
428 | 2024-12-19T21:37:22.982Z | Checking log v0.4.22 |
429 | 2024-12-19T21:37:23.011Z | Checking socket2 v0.5.7 |
430 | 2024-12-19T21:37:23.045Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-12-19T21:37:23.100Z | Checking mio v1.0.2 |
432 | 2024-12-19T21:37:23.222Z | Checking parking_lot v0.12.3 |
433 | 2024-12-19T21:37:23.254Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-12-19T21:37:23.302Z | Compiling semver v1.0.23 |
435 | 2024-12-19T21:37:23.359Z | Checking fnv v1.0.7 |
436 | 2024-12-19T21:37:23.494Z | Checking equivalent v1.0.1 |
437 | 2024-12-19T21:37:23.512Z | Checking hashbrown v0.15.1 |
438 | 2024-12-19T21:37:23.572Z | Checking http v1.1.0 |
439 | 2024-12-19T21:37:23.601Z | Checking futures-channel v0.3.31 |
440 | 2024-12-19T21:37:23.684Z | Checking futures-io v0.3.31 |
441 | 2024-12-19T21:37:23.711Z | Checking pin-utils v0.1.0 |
442 | 2024-12-19T21:37:23.803Z | Checking futures-task v0.3.31 |
443 | 2024-12-19T21:37:23.875Z | Checking rustls-pki-types v1.10.0 |
444 | 2024-12-19T21:37:23.935Z | Compiling heck v0.5.0 |
445 | 2024-12-19T21:37:24.023Z | Compiling vcpkg v0.2.15 |
446 | 2024-12-19T21:37:24.164Z | Compiling pkg-config v0.3.31 |
447 | 2024-12-19T21:37:24.579Z | Checking spin v0.9.8 |
448 | 2024-12-19T21:37:24.603Z | Compiling ring v0.17.8 |
449 | 2024-12-19T21:37:24.801Z | Checking litemap v0.7.3 |
450 | 2024-12-19T21:37:24.821Z | Checking writeable v0.5.5 |
451 | 2024-12-19T21:37:25.120Z | Checking untrusted v0.9.0 |
452 | 2024-12-19T21:37:25.153Z | Compiling ucd-trie v0.1.7 |
453 | 2024-12-19T21:37:25.241Z | Compiling httparse v1.9.5 |
454 | 2024-12-19T21:37:25.278Z | Checking iana-time-zone v0.1.61 |
455 | 2024-12-19T21:37:25.665Z | Checking tracing-core v0.1.32 |
456 | 2024-12-19T21:37:25.704Z | Checking dyn-clone v1.0.17 |
457 | 2024-12-19T21:37:25.830Z | Compiling openssl-sys v0.9.103 |
458 | 2024-12-19T21:37:25.849Z | Checking atomic-waker v1.1.2 |
459 | 2024-12-19T21:37:25.974Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-12-19T21:37:26.299Z | Checking tracing v0.1.40 |
461 | 2024-12-19T21:37:26.544Z | Checking http-body v1.0.1 |
462 | 2024-12-19T21:37:26.660Z | Checking subtle v2.6.1 |
463 | 2024-12-19T21:37:26.717Z | Checking icu_locid_transform_data v1.5.0 |
464 | 2024-12-19T21:37:26.720Z | Compiling uuid v1.11.0 |
465 | 2024-12-19T21:37:26.756Z | Checking try-lock v0.2.5 |
466 | 2024-12-19T21:37:26.806Z | Checking zeroize v1.8.1 |
467 | 2024-12-19T21:37:26.882Z | Checking want v0.3.1 |
468 | 2024-12-19T21:37:27.019Z | Compiling chrono v0.4.38 |
469 | 2024-12-19T21:37:27.041Z | Checking foreign-types-shared v0.1.1 |
470 | 2024-12-19T21:37:27.086Z | Compiling openssl v0.10.66 |
471 | 2024-12-19T21:37:27.143Z | Checking httpdate v1.0.3 |
472 | 2024-12-19T21:37:27.356Z | Compiling slog v2.7.0 |
473 | 2024-12-19T21:37:27.414Z | Checking icu_properties_data v1.5.0 |
474 | 2024-12-19T21:37:27.540Z | Checking foreign-types v0.3.2 |
475 | 2024-12-19T21:37:27.620Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-19T21:37:27.647Z | Compiling native-tls v0.2.12 |
477 | 2024-12-19T21:37:27.843Z | Compiling typenum v1.17.0 |
478 | 2024-12-19T21:37:27.958Z | Checking utf16_iter v1.0.5 |
479 | 2024-12-19T21:37:28.122Z | Compiling regex-syntax v0.8.5 |
480 | 2024-12-19T21:37:28.650Z | Checking tower-service v0.3.3 |
481 | 2024-12-19T21:37:28.776Z | Checking icu_normalizer_data v1.5.0 |
482 | 2024-12-19T21:37:28.867Z | Checking bitflags v2.6.0 |
483 | 2024-12-19T21:37:29.119Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-19T21:37:29.323Z | Checking write16 v1.0.0 |
485 | 2024-12-19T21:37:29.347Z | Checking percent-encoding v2.3.1 |
486 | 2024-12-19T21:37:29.445Z | Compiling rustls v0.23.19 |
487 | 2024-12-19T21:37:29.555Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-19T21:37:29.754Z | Compiling generic-array v0.14.7 |
489 | 2024-12-19T21:37:29.756Z | Checking openssl-probe v0.1.5 |
490 | 2024-12-19T21:37:30.148Z | Compiling synstructure v0.13.1 |
491 | 2024-12-19T21:37:30.198Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-12-19T21:37:31.578Z | Compiling regex-automata v0.4.8 |
493 | 2024-12-19T21:37:32.706Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-19T21:37:32.812Z | Checking encoding_rs v0.8.34 |
495 | 2024-12-19T21:37:32.890Z | Compiling num-conv v0.1.0 |
496 | 2024-12-19T21:37:33.087Z | Checking powerfmt v0.2.0 |
497 | 2024-12-19T21:37:33.366Z | Checking mime v0.3.17 |
498 | 2024-12-19T21:37:33.741Z | Compiling time-core v0.1.2 |
499 | 2024-12-19T21:37:33.875Z | Checking rustls-webpki v0.102.8 |
500 | 2024-12-19T21:37:33.948Z | Compiling time-macros v0.2.18 |
501 | 2024-12-19T21:37:34.067Z | Checking deranged v0.3.11 |
502 | 2024-12-19T21:37:35.132Z | Compiling thread-id v4.2.2 |
503 | 2024-12-19T21:37:35.255Z | Checking webpki-roots v0.26.6 |
504 | 2024-12-19T21:37:35.472Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-12-19T21:37:35.540Z | Compiling strsim v0.11.1 |
506 | 2024-12-19T21:37:35.725Z | Compiling regex v1.11.1 |
507 | 2024-12-19T21:37:35.800Z | Compiling serde_derive v1.0.215 |
508 | 2024-12-19T21:37:35.872Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-12-19T21:37:36.308Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-12-19T21:37:36.334Z | Compiling zerofrom-derive v0.1.4 |
511 | 2024-12-19T21:37:36.640Z | Compiling schemars_derive v0.8.21 |
512 | 2024-12-19T21:37:36.998Z | Compiling yoke-derive v0.7.4 |
513 | 2024-12-19T21:37:37.909Z | Compiling zerocopy v0.7.35 |
514 | 2024-12-19T21:37:39.444Z | Compiling tokio-macros v2.4.0 |
515 | 2024-12-19T21:37:39.545Z | Compiling zerovec-derive v0.10.3 |
516 | 2024-12-19T21:37:39.611Z | Compiling displaydoc v0.2.5 |
517 | 2024-12-19T21:37:39.613Z | Compiling futures-macro v0.3.31 |
518 | 2024-12-19T21:37:39.672Z | Compiling pest v2.7.14 |
519 | 2024-12-19T21:37:40.041Z | Checking zerofrom v0.1.4 |
520 | 2024-12-19T21:37:40.176Z | Checking yoke v0.7.4 |
521 | 2024-12-19T21:37:40.965Z | Compiling icu_provider_macros v1.5.0 |
522 | 2024-12-19T21:37:40.973Z | Checking tokio v1.40.0 |
523 | 2024-12-19T21:37:40.997Z | Compiling hashbrown v0.14.5 |
524 | 2024-12-19T21:37:41.522Z | Checking futures-util v0.3.31 |
525 | 2024-12-19T21:37:41.668Z | Compiling openssl-macros v0.1.1 |
526 | 2024-12-19T21:37:42.017Z | Checking zerovec v0.10.4 |
527 | 2024-12-19T21:37:42.397Z | Compiling pest_meta v2.7.14 |
528 | 2024-12-19T21:37:42.439Z | Compiling regress v0.10.1 |
529 | 2024-12-19T21:37:43.729Z | Checking tinystr v0.7.6 |
530 | 2024-12-19T21:37:44.148Z | Checking icu_locid v1.5.0 |
531 | 2024-12-19T21:37:45.203Z | Checking icu_provider v1.5.0 |
532 | 2024-12-19T21:37:45.851Z | Checking icu_locid_transform v1.5.0 |
533 | 2024-12-19T21:37:46.694Z | Checking icu_collections v1.5.0 |
534 | 2024-12-19T21:37:46.788Z | Compiling pest_generator v2.7.14 |
535 | 2024-12-19T21:37:46.881Z | Checking http-body-util v0.1.2 |
536 | 2024-12-19T21:37:47.250Z | Compiling scroll_derive v0.12.0 |
537 | 2024-12-19T21:37:47.385Z | Checking icu_properties v1.5.1 |
538 | 2024-12-19T21:37:48.262Z | Checking tokio-util v0.7.12 |
539 | 2024-12-19T21:37:48.429Z | Compiling pest_derive v2.7.14 |
540 | 2024-12-19T21:37:48.431Z | Checking tokio-native-tls v0.3.1 |
541 | 2024-12-19T21:37:48.671Z | Checking indexmap v2.6.0 |
542 | 2024-12-19T21:37:49.289Z | Compiling serde_tokenstream v0.2.2 |
543 | 2024-12-19T21:37:49.985Z | Checking h2 v0.4.6 |
544 | 2024-12-19T21:37:50.151Z | Compiling dtrace-parser v0.2.0 |
545 | 2024-12-19T21:37:50.511Z | Checking scroll v0.12.0 |
546 | 2024-12-19T21:37:50.727Z | Checking icu_normalizer v1.5.0 |
547 | 2024-12-19T21:37:50.898Z | Checking serde_urlencoded v0.7.1 |
548 | 2024-12-19T21:37:51.266Z | Compiling dof v0.3.0 |
549 | 2024-12-19T21:37:51.308Z | Checking tokio-rustls v0.26.0 |
550 | 2024-12-19T21:37:51.519Z | Checking idna_adapter v1.2.0 |
551 | 2024-12-19T21:37:51.717Z | Checking idna v1.0.3 |
552 | 2024-12-19T21:37:51.799Z | Checking plain v0.2.3 |
553 | 2024-12-19T21:37:52.170Z | Compiling ident_case v1.0.1 |
554 | 2024-12-19T21:37:52.173Z | Checking num_threads v0.1.7 |
555 | 2024-12-19T21:37:52.210Z | Checking base64 v0.22.1 |
556 | 2024-12-19T21:37:52.465Z | Compiling crossbeam-utils v0.8.20 |
557 | 2024-12-19T21:37:52.615Z | Checking time v0.3.36 |
558 | 2024-12-19T21:37:52.689Z | Compiling darling_core v0.20.10 |
559 | 2024-12-19T21:37:52.897Z | Compiling typify-impl v0.2.0 |
560 | 2024-12-19T21:37:54.318Z | Checking url v2.5.3 |
561 | 2024-12-19T21:37:54.382Z | Checking hyper v1.5.0 |
562 | 2024-12-19T21:37:55.170Z | Checking goblin v0.8.2 |
563 | 2024-12-19T21:37:55.788Z | Compiling openapiv3 v2.0.0 |
564 | 2024-12-19T21:37:56.544Z | Checking hyper-util v0.1.10 |
565 | 2024-12-19T21:37:56.776Z | Checking sync_wrapper v1.0.1 |
566 | 2024-12-19T21:37:56.925Z | Checking dirs-sys-next v0.1.2 |
567 | 2024-12-19T21:37:57.108Z | Compiling paste v1.0.15 |
568 | 2024-12-19T21:37:57.437Z | Checking ipnet v2.10.1 |
569 | 2024-12-19T21:37:57.640Z | Compiling omicron-workspace-hack v0.1.0 |
570 | 2024-12-19T21:37:57.903Z | Compiling rustversion v1.0.17 |
571 | 2024-12-19T21:37:57.948Z | Compiling rustls v0.22.4 |
572 | 2024-12-19T21:37:58.253Z | Compiling unsafe-libyaml v0.2.11 |
573 | 2024-12-19T21:37:58.283Z | Checking hyper-tls v0.6.0 |
574 | 2024-12-19T21:37:58.553Z | Checking hyper-rustls v0.27.3 |
575 | 2024-12-19T21:37:58.576Z | Checking pretty-hex v0.4.1 |
576 | 2024-12-19T21:37:58.890Z | Checking reqwest v0.12.9 |
577 | 2024-12-19T21:37:58.981Z | Compiling darling_macro v0.20.10 |
578 | 2024-12-19T21:37:59.092Z | Checking dirs-next v2.0.0 |
579 | 2024-12-19T21:37:59.808Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2024-12-19T21:37:59.947Z | Checking toml_datetime v0.6.8 |
581 | 2024-12-19T21:38:00.023Z | Checking serde_spanned v0.6.8 |
582 | 2024-12-19T21:38:00.042Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-12-19T21:38:00.075Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-12-19T21:38:00.224Z | Checking crypto-common v0.1.6 |
585 | 2024-12-19T21:38:00.254Z | Checking block-buffer v0.10.4 |
586 | 2024-12-19T21:38:00.316Z | Checking rand_core v0.6.4 |
587 | 2024-12-19T21:38:00.461Z | Checking thread_local v1.1.8 |
588 | 2024-12-19T21:38:00.505Z | Compiling multer v3.1.0 |
589 | 2024-12-19T21:38:00.619Z | Checking match_cfg v0.1.0 |
590 | 2024-12-19T21:38:00.705Z | Compiling slog-async v2.8.0 |
591 | 2024-12-19T21:38:00.734Z | Checking winnow v0.6.20 |
592 | 2024-12-19T21:38:00.796Z | Compiling anyhow v1.0.93 |
593 | 2024-12-19T21:38:00.820Z | Compiling newtype-uuid v1.1.3 |
594 | 2024-12-19T21:38:00.943Z | Compiling camino v1.1.9 |
595 | 2024-12-19T21:38:01.341Z | Checking rand_chacha v0.3.1 |
596 | 2024-12-19T21:38:01.606Z | Checking hostname v0.3.1 |
597 | 2024-12-19T21:38:01.658Z | Checking digest v0.10.7 |
598 | 2024-12-19T21:38:01.707Z | Checking progenitor-client v0.8.0 |
599 | 2024-12-19T21:38:01.737Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-12-19T21:38:01.757Z | Compiling darling v0.20.10 |
601 | 2024-12-19T21:38:01.879Z | Checking term v0.7.0 |
602 | 2024-12-19T21:38:02.513Z | Compiling usdt-macro v0.5.0 |
603 | 2024-12-19T21:38:02.670Z | Compiling structmeta v0.3.0 |
604 | 2024-12-19T21:38:03.076Z | Compiling usdt-attr-macro v0.5.0 |
605 | 2024-12-19T21:38:03.094Z | Checking slog-json v2.6.1 |
606 | 2024-12-19T21:38:03.338Z | Checking futures-executor v0.3.31 |
607 | 2024-12-19T21:38:03.357Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-19T21:38:03.565Z | Checking memmap v0.7.0 |
609 | 2024-12-19T21:38:03.592Z | Checking is-terminal v0.4.13 |
610 | 2024-12-19T21:38:03.712Z | Compiling dropshot v0.13.0 |
611 | 2024-12-19T21:38:03.792Z | Checking cpufeatures v0.2.14 |
612 | 2024-12-19T21:38:03.814Z | Checking toml_edit v0.22.22 |
613 | 2024-12-19T21:38:03.835Z | Checking take_mut v0.2.2 |
614 | 2024-12-19T21:38:03.887Z | Checking sha1 v0.10.6 |
615 | 2024-12-19T21:38:04.112Z | Checking slog-term v2.9.1 |
616 | 2024-12-19T21:38:04.158Z | Compiling strum_macros v0.26.4 |
617 | 2024-12-19T21:38:04.278Z | Checking futures v0.3.31 |
618 | 2024-12-19T21:38:04.399Z | Checking slog-bunyan v2.5.0 |
619 | 2024-12-19T21:38:04.457Z | Checking usdt v0.5.0 |
620 | 2024-12-19T21:38:04.559Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-12-19T21:38:04.578Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-12-19T21:38:04.614Z | Checking async-stream v0.3.6 |
623 | 2024-12-19T21:38:04.807Z | Checking rand v0.8.5 |
624 | 2024-12-19T21:38:05.794Z | Checking tokio-rustls v0.25.0 |
625 | 2024-12-19T21:38:06.171Z | Checking ipnetwork v0.20.0 |
626 | 2024-12-19T21:38:06.208Z | Compiling dropshot_endpoint v0.13.0 |
627 | 2024-12-19T21:38:06.324Z | Checking hex v0.4.3 |
628 | 2024-12-19T21:38:06.417Z | Checking toml v0.8.19 |
629 | 2024-12-19T21:38:06.541Z | Checking serde_path_to_error v0.1.16 |
630 | 2024-12-19T21:38:06.783Z | Compiling typify-macro v0.2.0 |
631 | 2024-12-19T21:38:06.857Z | Compiling async-trait v0.1.83 |
632 | 2024-12-19T21:38:07.127Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-12-19T21:38:07.189Z | Checking waitgroup v0.1.2 |
634 | 2024-12-19T21:38:07.239Z | Checking hostname v0.4.0 |
635 | 2024-12-19T21:38:07.335Z | Checking instant v0.1.13 |
636 | 2024-12-19T21:38:07.376Z | Checking debug-ignore v1.0.5 |
637 | 2024-12-19T21:38:07.450Z | Checking backoff v0.4.0 |
638 | 2024-12-19T21:38:07.515Z | Checking serde_with v3.11.0 |
639 | 2024-12-19T21:38:07.716Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
640 | 2024-12-19T21:38:07.871Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
641 | 2024-12-19T21:38:07.917Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-12-19T21:38:08.058Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
643 | 2024-12-19T21:38:08.205Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-12-19T21:38:08.439Z | Checking macaddr v1.0.1 |
645 | 2024-12-19T21:38:08.465Z | Checking parse-display v0.10.0 |
646 | 2024-12-19T21:38:08.632Z | Checking strum v0.26.3 |
647 | 2024-12-19T21:38:08.695Z | Checking regress v0.9.1 |
648 | 2024-12-19T21:38:09.914Z | Compiling typify v0.2.0 |
649 | 2024-12-19T21:38:10.000Z | Compiling progenitor-impl v0.8.0 |
650 | 2024-12-19T21:38:12.704Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-19T21:38:16.985Z | Checking progenitor v0.8.0 |
652 | 2024-12-19T21:38:17.119Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-19T21:38:20.086Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-19T21:38:27.832Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-19T21:38:27.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
656 | 2024-12-19T21:38:28.221Z | + cargo build --release |
657 | 2024-12-19T21:38:28.474Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-19T21:38:28.474Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-19T21:38:28.479Z | Compiling libc v0.2.162 |
660 | 2024-12-19T21:38:28.479Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-19T21:38:28.479Z | Compiling autocfg v1.4.0 |
662 | 2024-12-19T21:38:28.480Z | Compiling serde v1.0.215 |
663 | 2024-12-19T21:38:28.480Z | Compiling version_check v0.9.5 |
664 | 2024-12-19T21:38:28.480Z | Compiling memchr v2.7.4 |
665 | 2024-12-19T21:38:28.580Z | Compiling serde_json v1.0.132 |
666 | 2024-12-19T21:38:28.666Z | Compiling itoa v1.0.11 |
667 | 2024-12-19T21:38:28.904Z | Compiling thiserror v1.0.69 |
668 | 2024-12-19T21:38:29.051Z | Compiling once_cell v1.20.2 |
669 | 2024-12-19T21:38:29.145Z | Compiling shlex v1.3.0 |
670 | 2024-12-19T21:38:29.355Z | Compiling cc v1.1.30 |
671 | 2024-12-19T21:38:29.485Z | Compiling num-traits v0.2.19 |
672 | 2024-12-19T21:38:29.789Z | Compiling pin-project-lite v0.2.14 |
673 | 2024-12-19T21:38:29.895Z | Compiling smallvec v1.13.2 |
674 | 2024-12-19T21:38:29.929Z | Compiling getrandom v0.2.15 |
675 | 2024-12-19T21:38:30.081Z | Compiling ryu v1.0.18 |
676 | 2024-12-19T21:38:30.181Z | Compiling quote v1.0.37 |
677 | 2024-12-19T21:38:30.264Z | Compiling bytes v1.8.0 |
678 | 2024-12-19T21:38:30.365Z | Compiling futures-core v0.3.31 |
679 | 2024-12-19T21:38:30.540Z | Compiling syn v2.0.87 |
680 | 2024-12-19T21:38:30.610Z | Compiling lock_api v0.4.12 |
681 | 2024-12-19T21:38:30.635Z | Compiling ahash v0.8.11 |
682 | 2024-12-19T21:38:30.778Z | Compiling parking_lot_core v0.9.10 |
683 | 2024-12-19T21:38:30.865Z | Compiling schemars v0.8.21 |
684 | 2024-12-19T21:38:30.941Z | Compiling byteorder v1.5.0 |
685 | 2024-12-19T21:38:31.225Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-19T21:38:31.365Z | Compiling slab v0.4.9 |
687 | 2024-12-19T21:38:31.385Z | Compiling futures-sink v0.3.31 |
688 | 2024-12-19T21:38:31.532Z | Compiling log v0.4.22 |
689 | 2024-12-19T21:38:31.732Z | Compiling socket2 v0.5.7 |
690 | 2024-12-19T21:38:31.819Z | Compiling parking_lot v0.12.3 |
691 | 2024-12-19T21:38:31.838Z | Compiling mio v1.0.2 |
692 | 2024-12-19T21:38:31.993Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-12-19T21:38:32.061Z | Compiling semver v1.0.23 |
694 | 2024-12-19T21:38:32.101Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-12-19T21:38:32.359Z | Compiling ring v0.17.8 |
696 | 2024-12-19T21:38:32.508Z | Compiling equivalent v1.0.1 |
697 | 2024-12-19T21:38:32.555Z | Compiling fnv v1.0.7 |
698 | 2024-12-19T21:38:32.604Z | Compiling hashbrown v0.15.1 |
699 | 2024-12-19T21:38:32.677Z | Compiling http v1.1.0 |
700 | 2024-12-19T21:38:33.423Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-19T21:38:33.509Z | Compiling futures-io v0.3.31 |
702 | 2024-12-19T21:38:33.518Z | Compiling futures-task v0.3.31 |
703 | 2024-12-19T21:38:33.797Z | Compiling pin-utils v0.1.0 |
704 | 2024-12-19T21:38:33.880Z | Compiling spin v0.9.8 |
705 | 2024-12-19T21:38:33.887Z | Compiling vcpkg v0.2.15 |
706 | 2024-12-19T21:38:33.909Z | Compiling heck v0.5.0 |
707 | 2024-12-19T21:38:34.045Z | Compiling rustls-pki-types v1.10.0 |
708 | 2024-12-19T21:38:34.052Z | Compiling pkg-config v0.3.31 |
709 | 2024-12-19T21:38:34.944Z | Compiling iana-time-zone v0.1.61 |
710 | 2024-12-19T21:38:35.279Z | Compiling ucd-trie v0.1.7 |
711 | 2024-12-19T21:38:35.480Z | Compiling openssl-sys v0.9.103 |
712 | 2024-12-19T21:38:35.621Z | Compiling httparse v1.9.5 |
713 | 2024-12-19T21:38:35.747Z | Compiling writeable v0.5.5 |
714 | 2024-12-19T21:38:35.973Z | Compiling untrusted v0.9.0 |
715 | 2024-12-19T21:38:36.153Z | Compiling litemap v0.7.3 |
716 | 2024-12-19T21:38:36.394Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-19T21:38:36.763Z | Compiling dyn-clone v1.0.17 |
718 | 2024-12-19T21:38:36.838Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-12-19T21:38:36.866Z | Compiling atomic-waker v1.1.2 |
720 | 2024-12-19T21:38:37.376Z | Compiling tracing v0.1.40 |
721 | 2024-12-19T21:38:37.607Z | Compiling http-body v1.0.1 |
722 | 2024-12-19T21:38:37.962Z | Compiling zeroize v1.8.1 |
723 | 2024-12-19T21:38:38.063Z | Compiling chrono v0.4.38 |
724 | 2024-12-19T21:38:38.070Z | Compiling icu_locid_transform_data v1.5.0 |
725 | 2024-12-19T21:38:38.156Z | Compiling try-lock v0.2.5 |
726 | 2024-12-19T21:38:38.164Z | Compiling uuid v1.11.0 |
727 | 2024-12-19T21:38:38.296Z | Compiling synstructure v0.13.1 |
728 | 2024-12-19T21:38:38.296Z | Compiling serde_derive_internals v0.29.1 |
729 | 2024-12-19T21:38:38.736Z | Compiling subtle v2.6.1 |
730 | 2024-12-19T21:38:38.924Z | Compiling want v0.3.1 |
731 | 2024-12-19T21:38:39.249Z | Compiling slog v2.7.0 |
732 | 2024-12-19T21:38:39.696Z | Compiling openssl v0.10.66 |
733 | 2024-12-19T21:38:39.727Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-12-19T21:38:40.089Z | Compiling httpdate v1.0.3 |
735 | 2024-12-19T21:38:40.127Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-12-19T21:38:40.224Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-19T21:38:40.536Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-19T21:38:41.129Z | Compiling utf16_iter v1.0.5 |
739 | 2024-12-19T21:38:41.344Z | Compiling typenum v1.17.0 |
740 | 2024-12-19T21:38:41.725Z | Compiling percent-encoding v2.3.1 |
741 | 2024-12-19T21:38:41.793Z | Compiling utf8_iter v1.0.4 |
742 | 2024-12-19T21:38:42.076Z | Compiling bitflags v2.6.0 |
743 | 2024-12-19T21:38:42.188Z | Compiling tower-service v0.3.3 |
744 | 2024-12-19T21:38:42.297Z | Compiling native-tls v0.2.12 |
745 | 2024-12-19T21:38:42.307Z | Compiling rustls v0.23.19 |
746 | 2024-12-19T21:38:42.336Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2024-12-19T21:38:42.430Z | Compiling regex-syntax v0.8.5 |
748 | 2024-12-19T21:38:42.430Z | Compiling write16 v1.0.0 |
749 | 2024-12-19T21:38:42.605Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-19T21:38:42.776Z | Compiling generic-array v0.14.7 |
751 | 2024-12-19T21:38:43.092Z | Compiling openssl-probe v0.1.5 |
752 | 2024-12-19T21:38:43.960Z | Compiling serde_derive v1.0.215 |
753 | 2024-12-19T21:38:44.441Z | Compiling zerocopy-derive v0.7.35 |
754 | 2024-12-19T21:38:44.475Z | Compiling thiserror-impl v1.0.69 |
755 | 2024-12-19T21:38:44.889Z | Compiling schemars_derive v0.8.21 |
756 | 2024-12-19T21:38:45.157Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-12-19T21:38:46.549Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-19T21:38:47.932Z | Compiling yoke-derive v0.7.4 |
759 | 2024-12-19T21:38:48.160Z | Compiling tokio-macros v2.4.0 |
760 | 2024-12-19T21:38:48.225Z | Compiling zerovec-derive v0.10.3 |
761 | 2024-12-19T21:38:48.765Z | Compiling zerofrom v0.1.4 |
762 | 2024-12-19T21:38:49.006Z | Compiling displaydoc v0.2.5 |
763 | 2024-12-19T21:38:49.277Z | Compiling futures-macro v0.3.31 |
764 | 2024-12-19T21:38:49.732Z | Compiling tokio v1.40.0 |
765 | 2024-12-19T21:38:50.655Z | Compiling yoke v0.7.4 |
766 | 2024-12-19T21:38:50.817Z | Compiling pest v2.7.14 |
767 | 2024-12-19T21:38:50.994Z | Compiling zerovec v0.10.4 |
768 | 2024-12-19T21:38:51.063Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-12-19T21:38:51.128Z | Compiling hashbrown v0.14.5 |
770 | 2024-12-19T21:38:51.177Z | Compiling futures-util v0.3.31 |
771 | 2024-12-19T21:38:52.555Z | Compiling rustls-webpki v0.102.8 |
772 | 2024-12-19T21:38:53.737Z | Compiling tinystr v0.7.6 |
773 | 2024-12-19T21:38:54.040Z | Compiling pest_meta v2.7.14 |
774 | 2024-12-19T21:38:54.204Z | Compiling icu_locid v1.5.0 |
775 | 2024-12-19T21:38:57.316Z | Compiling icu_provider v1.5.0 |
776 | 2024-12-19T21:38:58.236Z | Compiling indexmap v2.6.0 |
777 | 2024-12-19T21:38:58.667Z | Compiling serde_tokenstream v0.2.2 |
778 | 2024-12-19T21:39:00.031Z | Compiling tokio-util v0.7.12 |
779 | 2024-12-19T21:39:01.258Z | Compiling h2 v0.4.6 |
780 | 2024-12-19T21:39:01.727Z | Compiling icu_locid_transform v1.5.0 |
781 | 2024-12-19T21:39:02.334Z | Compiling pest_generator v2.7.14 |
782 | 2024-12-19T21:39:04.274Z | Compiling icu_collections v1.5.0 |
783 | 2024-12-19T21:39:04.753Z | Compiling regress v0.10.1 |
784 | 2024-12-19T21:39:07.009Z | Compiling hyper v1.5.0 |
785 | 2024-12-19T21:39:07.763Z | Compiling icu_properties v1.5.1 |
786 | 2024-12-19T21:39:08.421Z | Compiling pest_derive v2.7.14 |
787 | 2024-12-19T21:39:09.329Z | Compiling typify-impl v0.2.0 |
788 | 2024-12-19T21:39:10.047Z | Compiling openssl-macros v0.1.1 |
789 | 2024-12-19T21:39:14.168Z | Compiling icu_normalizer v1.5.0 |
790 | 2024-12-19T21:39:17.369Z | Compiling hyper-util v0.1.10 |
791 | 2024-12-19T21:39:18.327Z | Compiling regex-automata v0.4.8 |
792 | 2024-12-19T21:39:19.233Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-19T21:39:19.994Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-19T21:39:20.843Z | Compiling scroll_derive v0.12.0 |
795 | 2024-12-19T21:39:21.439Z | Compiling typify-macro v0.2.0 |
796 | 2024-12-19T21:39:22.371Z | Compiling usdt-impl v0.5.0 |
797 | 2024-12-19T21:39:22.761Z | Compiling regex v1.11.1 |
798 | 2024-12-19T21:39:23.360Z | Compiling encoding_rs v0.8.34 |
799 | 2024-12-19T21:39:23.750Z | Compiling powerfmt v0.2.0 |
800 | 2024-12-19T21:39:24.246Z | Compiling num-conv v0.1.0 |
801 | 2024-12-19T21:39:25.317Z | Compiling mime v0.3.17 |
802 | 2024-12-19T21:39:25.405Z | Compiling time-core v0.1.2 |
803 | 2024-12-19T21:39:25.567Z | Compiling time-macros v0.2.18 |
804 | 2024-12-19T21:39:26.296Z | Compiling deranged v0.3.11 |
805 | 2024-12-19T21:39:26.555Z | Compiling scroll v0.12.0 |
806 | 2024-12-19T21:39:27.185Z | Compiling idna v1.0.3 |
807 | 2024-12-19T21:39:28.651Z | Compiling tokio-rustls v0.26.0 |
808 | 2024-12-19T21:39:29.124Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-12-19T21:39:33.033Z | Compiling dtrace-parser v0.2.0 |
810 | 2024-12-19T21:39:34.078Z | Compiling dof v0.3.0 |
811 | 2024-12-19T21:39:34.813Z | Compiling serde_urlencoded v0.7.1 |
812 | 2024-12-19T21:39:35.406Z | Compiling thread-id v4.2.2 |
813 | 2024-12-19T21:39:35.508Z | Compiling rustls-pemfile v2.2.0 |
814 | 2024-12-19T21:39:35.607Z | Compiling webpki-roots v0.26.6 |
815 | 2024-12-19T21:39:35.824Z | Compiling num_threads v0.1.7 |
816 | 2024-12-19T21:39:35.939Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-12-19T21:39:35.996Z | Compiling strsim v0.11.1 |
818 | 2024-12-19T21:39:36.888Z | Compiling ident_case v1.0.1 |
819 | 2024-12-19T21:39:37.677Z | Compiling base64 v0.22.1 |
820 | 2024-12-19T21:39:37.684Z | Compiling plain v0.2.3 |
821 | 2024-12-19T21:39:37.830Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-19T21:39:38.144Z | Compiling goblin v0.8.2 |
823 | 2024-12-19T21:39:38.323Z | Compiling time v0.3.36 |
824 | 2024-12-19T21:39:40.713Z | Compiling darling_core v0.20.10 |
825 | 2024-12-19T21:39:46.317Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-19T21:39:47.691Z | Compiling hyper-tls v0.6.0 |
827 | 2024-12-19T21:39:48.045Z | Compiling url v2.5.3 |
828 | 2024-12-19T21:39:48.187Z | Compiling typify v0.2.0 |
829 | 2024-12-19T21:39:48.249Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-19T21:39:51.360Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-19T21:39:51.511Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-19T21:39:52.598Z | Compiling rustversion v1.0.17 |
833 | 2024-12-19T21:39:52.984Z | Compiling pretty-hex v0.4.1 |
834 | 2024-12-19T21:39:53.216Z | Compiling unsafe-libyaml v0.2.11 |
835 | 2024-12-19T21:39:53.263Z | Compiling ipnet v2.10.1 |
836 | 2024-12-19T21:39:53.868Z | Compiling paste v1.0.15 |
837 | 2024-12-19T21:39:54.363Z | Compiling rustls v0.22.4 |
838 | 2024-12-19T21:39:54.684Z | Compiling serde_yaml v0.9.34+deprecated |
839 | 2024-12-19T21:39:54.990Z | Compiling reqwest v0.12.9 |
840 | 2024-12-19T21:39:56.525Z | Compiling progenitor-impl v0.8.0 |
841 | 2024-12-19T21:39:58.459Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-19T21:39:58.712Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-19T21:40:01.012Z | Compiling block-buffer v0.10.4 |
844 | 2024-12-19T21:40:01.260Z | Compiling crypto-common v0.1.6 |
845 | 2024-12-19T21:40:01.477Z | Compiling toml_datetime v0.6.8 |
846 | 2024-12-19T21:40:01.605Z | Compiling serde_spanned v0.6.8 |
847 | 2024-12-19T21:40:01.847Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-19T21:40:02.157Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-19T21:40:02.721Z | Compiling rand_core v0.6.4 |
850 | 2024-12-19T21:40:02.904Z | Compiling thread_local v1.1.8 |
851 | 2024-12-19T21:40:03.199Z | Compiling multer v3.1.0 |
852 | 2024-12-19T21:40:03.368Z | Compiling slog-async v2.8.0 |
853 | 2024-12-19T21:40:03.536Z | Compiling camino v1.1.9 |
854 | 2024-12-19T21:40:03.623Z | Compiling anyhow v1.0.93 |
855 | 2024-12-19T21:40:03.857Z | Compiling winnow v0.6.20 |
856 | 2024-12-19T21:40:04.112Z | Compiling newtype-uuid v1.1.3 |
857 | 2024-12-19T21:40:04.188Z | Compiling match_cfg v0.1.0 |
858 | 2024-12-19T21:40:04.274Z | Compiling hostname v0.3.1 |
859 | 2024-12-19T21:40:04.686Z | Compiling progenitor-macro v0.8.0 |
860 | 2024-12-19T21:40:04.790Z | Compiling rand_chacha v0.3.1 |
861 | 2024-12-19T21:40:04.899Z | Compiling structmeta v0.3.0 |
862 | 2024-12-19T21:40:06.170Z | Compiling digest v0.10.7 |
863 | 2024-12-19T21:40:06.577Z | Compiling crossbeam-channel v0.5.13 |
864 | 2024-12-19T21:40:06.870Z | Compiling darling v0.20.10 |
865 | 2024-12-19T21:40:06.975Z | Compiling term v0.7.0 |
866 | 2024-12-19T21:40:08.186Z | Compiling toml_edit v0.22.22 |
867 | 2024-12-19T21:40:08.290Z | Compiling progenitor-client v0.8.0 |
868 | 2024-12-19T21:40:11.667Z | Compiling usdt-macro v0.5.0 |
869 | 2024-12-19T21:40:12.985Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-12-19T21:40:14.481Z | Compiling slog-json v2.6.1 |
871 | 2024-12-19T21:40:14.936Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-19T21:40:16.145Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-19T21:40:16.388Z | Compiling is-terminal v0.4.13 |
874 | 2024-12-19T21:40:16.502Z | Compiling memmap v0.7.0 |
875 | 2024-12-19T21:40:16.953Z | Compiling dropshot v0.13.0 |
876 | 2024-12-19T21:40:17.291Z | Compiling take_mut v0.2.2 |
877 | 2024-12-19T21:40:17.413Z | Compiling cpufeatures v0.2.14 |
878 | 2024-12-19T21:40:17.503Z | Compiling sha1 v0.10.6 |
879 | 2024-12-19T21:40:17.598Z | Compiling progenitor v0.8.0 |
880 | 2024-12-19T21:40:17.811Z | Compiling async-stream v0.3.6 |
881 | 2024-12-19T21:40:18.175Z | Compiling usdt v0.5.0 |
882 | 2024-12-19T21:40:18.266Z | Compiling slog-term v2.9.1 |
883 | 2024-12-19T21:40:19.740Z | Compiling tokio-rustls v0.25.0 |
884 | 2024-12-19T21:40:20.176Z | Compiling futures v0.3.31 |
885 | 2024-12-19T21:40:20.368Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-12-19T21:40:20.645Z | Compiling toml v0.8.19 |
887 | 2024-12-19T21:40:20.912Z | Compiling strum_macros v0.26.4 |
888 | 2024-12-19T21:40:21.307Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-19T21:40:26.308Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-19T21:40:26.365Z | Compiling rand v0.8.5 |
891 | 2024-12-19T21:40:29.423Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-19T21:40:29.559Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-19T21:40:30.855Z | Compiling hex v0.4.3 |
894 | 2024-12-19T21:40:31.224Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-12-19T21:40:31.555Z | Compiling async-trait v0.1.83 |
896 | 2024-12-19T21:40:32.257Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-12-19T21:40:33.090Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-19T21:40:33.314Z | Compiling hostname v0.4.0 |
899 | 2024-12-19T21:40:33.556Z | Compiling instant v0.1.13 |
900 | 2024-12-19T21:40:33.703Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-19T21:40:33.843Z | Compiling backoff v0.4.0 |
902 | 2024-12-19T21:40:33.970Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-19T21:40:34.167Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-19T21:40:34.181Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-19T21:40:34.418Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
906 | 2024-12-19T21:40:34.460Z | Compiling parse-display v0.10.0 |
907 | 2024-12-19T21:40:34.982Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
908 | 2024-12-19T21:40:36.651Z | Compiling strum v0.26.3 |
909 | 2024-12-19T21:40:36.832Z | Compiling serde_with v3.11.0 |
910 | 2024-12-19T21:40:38.954Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-19T21:40:39.051Z | Compiling regress v0.9.1 |
912 | 2024-12-19T21:40:39.741Z | Compiling macaddr v1.0.1 |
913 | 2024-12-19T21:40:43.868Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-19T21:40:55.071Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-19T21:41:04.986Z | Finished `release` profile [optimized] target(s) in 2m 36s |
916 | 2024-12-19T21:41:05.054Z | process exited: duration 235808 ms, exit code 0 |
|
917 | 2024-12-19T21:41:05.060Z | found 0 output files |