|
|
|
1 | 2024-11-15T21:23:10.050Z | job assigned to worker 01JCRV8W6RMWAZ5KVGJHCB0DPH [factory aws, i-009224a2a3e96aeb7] (queued for 1 m 3 s) |
|
2 | 2024-11-15T21:23:18.457Z | starting task 0: "setup" |
3 | 2024-11-15T21:23:18.465Z | ++ uname -s |
4 | 2024-11-15T21:23:18.467Z | + kern=SunOS |
5 | 2024-11-15T21:23:18.467Z | + case "$kern" in |
6 | 2024-11-15T21:23:18.467Z | + groupadd -g 12345 build |
7 | 2024-11-15T21:23:18.470Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T21:23:20.476Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T21:23:20.575Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T21:23:20.578Z | + home_fs=zfs |
11 | 2024-11-15T21:23:20.578Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T21:23:20.578Z | + mkdir -p /home/build |
13 | 2024-11-15T21:23:20.580Z | + chown build:build /home/build /work |
14 | 2024-11-15T21:23:22.582Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T21:23:22.584Z | process exited: duration 4128 ms, exit code 0 |
|
16 | 2024-11-15T21:23:22.590Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T21:23:22.596Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T21:23:22.596Z | ' 1.81.0 |
19 | 2024-11-15T21:23:22.598Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-15T21:23:22.599Z | * toolchain channel = "1.81.0" |
21 | 2024-11-15T21:23:22.599Z | * toolchain profile = "default" |
22 | 2024-11-15T21:23:22.599Z | ' default |
23 | 2024-11-15T21:23:22.599Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T21:23:22.599Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T21:23:22.714Z | info: downloading installer |
26 | 2024-11-15T21:23:23.956Z | info: profile set to 'default' |
27 | 2024-11-15T21:23:23.956Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T21:23:23.958Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T21:23:24.095Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T21:23:24.095Z | info: downloading component 'cargo' |
31 | 2024-11-15T21:23:24.786Z | info: downloading component 'clippy' |
32 | 2024-11-15T21:23:25.044Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T21:23:26.003Z | info: downloading component 'rust-std' |
34 | 2024-11-15T21:23:27.500Z | info: downloading component 'rustc' |
35 | 2024-11-15T21:23:32.848Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T21:23:33.056Z | info: installing component 'cargo' |
37 | 2024-11-15T21:23:33.868Z | info: installing component 'clippy' |
38 | 2024-11-15T21:23:34.240Z | info: installing component 'rust-docs' |
39 | 2024-11-15T21:23:35.861Z | info: installing component 'rust-std' |
40 | 2024-11-15T21:23:37.638Z | info: installing component 'rustc' |
41 | 2024-11-15T21:23:43.341Z | info: installing component 'rustfmt' |
42 | 2024-11-15T21:23:43.659Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T21:23:43.659Z | |
44 | 2024-11-15T21:23:44.029Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T21:23:44.029Z | |
46 | 2024-11-15T21:23:44.032Z | |
47 | 2024-11-15T21:23:44.032Z | Rust is installed now. Great! |
48 | 2024-11-15T21:23:44.032Z | |
49 | 2024-11-15T21:23:44.032Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T21:23:44.032Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T21:23:44.032Z | |
52 | 2024-11-15T21:23:44.032Z | To configure your current shell, you need to source |
53 | 2024-11-15T21:23:44.032Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T21:23:44.032Z | |
55 | 2024-11-15T21:23:44.032Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T21:23:44.032Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T21:23:44.032Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T21:23:44.112Z | + rustc --version |
59 | 2024-11-15T21:23:44.179Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T21:23:44.184Z | process exited: duration 21588 ms, exit code 0 |
|
61 | 2024-11-15T21:23:44.190Z | starting task 2: "authentication" |
62 | 2024-11-15T21:23:44.211Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-15T21:23:44.216Z | starting task 3: "clone repository" |
64 | 2024-11-15T21:23:44.221Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T21:23:44.224Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T21:23:46.175Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T21:24:23.784Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T21:24:23.784Z | + git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb |
69 | 2024-11-15T21:24:24.475Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T21:24:24.475Z | * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD |
71 | 2024-11-15T21:24:24.485Z | + [[ -n doc ]] |
72 | 2024-11-15T21:24:24.488Z | ++ git branch --show-current |
73 | 2024-11-15T21:24:24.490Z | + current=main |
74 | 2024-11-15T21:24:24.490Z | + [[ main != doc ]] |
75 | 2024-11-15T21:24:24.490Z | + git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb |
76 | 2024-11-15T21:24:24.494Z | + git checkout -f doc |
77 | 2024-11-15T21:24:24.664Z | Switched to branch 'doc' |
78 | 2024-11-15T21:24:24.667Z | + git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb |
79 | 2024-11-15T21:24:24.683Z | HEAD is now at 963fcd56b regenerate openapi |
80 | 2024-11-15T21:24:24.686Z | process exited: duration 40463 ms, exit code 0 |
|
81 | 2024-11-15T21:24:24.691Z | starting task 4: "build" |
82 | 2024-11-15T21:24:24.697Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-15T21:24:24.699Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-15T21:24:24.699Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-15T21:24:24.699Z | + cargo --version |
86 | 2024-11-15T21:24:24.761Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-15T21:24:24.764Z | + rustc --version |
88 | 2024-11-15T21:24:24.827Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-15T21:24:24.830Z | + cd /tmp |
90 | 2024-11-15T21:24:24.830Z | + cargo new --lib test-project |
91 | 2024-11-15T21:24:24.890Z | Creating library `test-project` package |
92 | 2024-11-15T21:24:24.968Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-15T21:24:24.971Z | + cd test-project |
94 | 2024-11-15T21:24:24.971Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-15T21:24:25.030Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-15T21:24:25.033Z | Features: |
97 | 2024-11-15T21:24:25.033Z | - proptest |
98 | 2024-11-15T21:24:25.033Z | - test-strategy |
99 | 2024-11-15T21:24:25.033Z | - testing |
100 | 2024-11-15T21:24:25.033Z | Updating crates.io index |
101 | 2024-11-15T21:24:25.097Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-15T21:24:27.178Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-15T21:24:28.095Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-15T21:24:28.897Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-15T21:24:30.692Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-15T21:24:30.695Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-15T21:24:30.695Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-15T21:24:30.695Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-15T21:24:30.698Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-15T21:24:30.698Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-15T21:24:30.698Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-15T21:24:30.698Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-15T21:24:30.698Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-15T21:24:30.698Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-15T21:24:30.700Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-15T21:24:30.700Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-15T21:24:30.703Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-15T21:24:30.709Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-15T21:24:30.712Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-15T21:24:30.714Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-15T21:24:30.714Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-15T21:24:30.714Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-15T21:24:30.715Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-15T21:24:30.717Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-15T21:24:30.717Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-15T21:24:30.719Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-15T21:24:30.719Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-15T21:24:30.719Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-15T21:24:30.719Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-15T21:24:30.719Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-15T21:24:30.720Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-15T21:24:30.720Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-15T21:24:30.798Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-15T21:24:30.800Z | + cargo check |
135 | 2024-11-15T21:24:30.963Z | Updating crates.io index |
136 | 2024-11-15T21:24:31.649Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-15T21:24:35.435Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-15T21:24:37.659Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-15T21:24:38.746Z | Downloading crates ... |
140 | 2024-11-15T21:24:38.825Z | Downloaded foreign-types-shared v0.1.1 |
141 | 2024-11-15T21:24:38.827Z | Downloaded cpufeatures v0.2.14 |
142 | 2024-11-15T21:24:38.830Z | Downloaded deranged v0.3.11 |
143 | 2024-11-15T21:24:38.834Z | Downloaded fnv v1.0.7 |
144 | 2024-11-15T21:24:38.837Z | Downloaded backoff v0.4.0 |
145 | 2024-11-15T21:24:38.839Z | Downloaded ident_case v1.0.1 |
146 | 2024-11-15T21:24:38.842Z | Downloaded http-body v1.0.1 |
147 | 2024-11-15T21:24:38.846Z | Downloaded match_cfg v0.1.0 |
148 | 2024-11-15T21:24:38.849Z | Downloaded instant v0.1.13 |
149 | 2024-11-15T21:24:38.849Z | Downloaded dirs-sys-next v0.1.2 |
150 | 2024-11-15T21:24:38.851Z | Downloaded bytes v1.8.0 |
151 | 2024-11-15T21:24:38.854Z | Downloaded hostname v0.3.1 |
152 | 2024-11-15T21:24:39.859Z | Downloaded futures-sink v0.3.31 |
153 | 2024-11-15T21:24:39.863Z | Downloaded futures-core v0.3.31 |
154 | 2024-11-15T21:24:39.863Z | Downloaded dyn-clone v1.0.17 |
155 | 2024-11-15T21:24:39.863Z | Downloaded darling_core v0.20.10 |
156 | 2024-11-15T21:24:39.863Z | Downloaded ipnetwork v0.20.0 |
157 | 2024-11-15T21:24:39.863Z | Downloaded hyper-tls v0.6.0 |
158 | 2024-11-15T21:24:39.863Z | Downloaded httpdate v1.0.3 |
159 | 2024-11-15T21:24:39.863Z | Downloaded form_urlencoded v1.2.1 |
160 | 2024-11-15T21:24:39.863Z | Downloaded futures-io v0.3.31 |
161 | 2024-11-15T21:24:39.863Z | Downloaded block-buffer v0.10.4 |
162 | 2024-11-15T21:24:39.863Z | Downloaded atomic-waker v1.1.2 |
163 | 2024-11-15T21:24:39.863Z | Downloaded async-stream v0.3.6 |
164 | 2024-11-15T21:24:39.863Z | Downloaded time-core v0.1.2 |
165 | 2024-11-15T21:24:39.863Z | Downloaded lock_api v0.4.12 |
166 | 2024-11-15T21:24:39.863Z | Downloaded progenitor-client v0.8.0 |
167 | 2024-11-15T21:24:39.863Z | Downloaded crossbeam-utils v0.8.20 |
168 | 2024-11-15T21:24:39.863Z | Downloaded openssl-macros v0.1.1 |
169 | 2024-11-15T21:24:39.863Z | Downloaded icu_normalizer v1.5.0 |
170 | 2024-11-15T21:24:39.863Z | Downloaded pin-utils v0.1.0 |
171 | 2024-11-15T21:24:39.863Z | Downloaded zeroize v1.8.1 |
172 | 2024-11-15T21:24:39.863Z | Downloaded ahash v0.8.11 |
173 | 2024-11-15T21:24:39.863Z | Downloaded newtype-uuid v1.1.3 |
174 | 2024-11-15T21:24:39.863Z | Downloaded memmap v0.7.0 |
175 | 2024-11-15T21:24:39.864Z | Downloaded tokio-macros v2.4.0 |
176 | 2024-11-15T21:24:39.864Z | Downloaded async-stream-impl v0.3.6 |
177 | 2024-11-15T21:24:39.864Z | Downloaded indexmap v1.9.3 |
178 | 2024-11-15T21:24:39.864Z | Downloaded rand_chacha v0.3.1 |
179 | 2024-11-15T21:24:39.864Z | Downloaded untrusted v0.9.0 |
180 | 2024-11-15T21:24:39.864Z | Downloaded paste v1.0.15 |
181 | 2024-11-15T21:24:39.864Z | Downloaded foreign-types v0.3.2 |
182 | 2024-11-15T21:24:39.864Z | Downloaded dtrace-parser v0.2.0 |
183 | 2024-11-15T21:24:39.864Z | Downloaded darling_macro v0.20.10 |
184 | 2024-11-15T21:24:39.864Z | Downloaded icu_collections v1.5.0 |
185 | 2024-11-15T21:24:39.864Z | Downloaded powerfmt v0.2.0 |
186 | 2024-11-15T21:24:39.865Z | Downloaded serde_path_to_error v0.1.16 |
187 | 2024-11-15T21:24:39.865Z | Downloaded quote v1.0.37 |
188 | 2024-11-15T21:24:39.865Z | Downloaded pest_meta v2.7.14 |
189 | 2024-11-15T21:24:39.865Z | Downloaded icu_provider_macros v1.5.0 |
190 | 2024-11-15T21:24:39.865Z | Downloaded proc-macro2 v1.0.89 |
191 | 2024-11-15T21:24:39.865Z | Downloaded autocfg v1.4.0 |
192 | 2024-11-15T21:24:39.865Z | Downloaded once_cell v1.20.2 |
193 | 2024-11-15T21:24:39.865Z | Downloaded unicode-ident v1.0.13 |
194 | 2024-11-15T21:24:39.865Z | Downloaded zerocopy-derive v0.7.35 |
195 | 2024-11-15T21:24:39.865Z | Downloaded dirs-next v2.0.0 |
196 | 2024-11-15T21:24:39.865Z | Downloaded try-lock v0.2.5 |
197 | 2024-11-15T21:24:39.865Z | Downloaded stable_deref_trait v1.2.0 |
198 | 2024-11-15T21:24:39.865Z | Downloaded crypto-common v0.1.6 |
199 | 2024-11-15T21:24:39.865Z | Downloaded debug-ignore v1.0.5 |
200 | 2024-11-15T21:24:39.866Z | Downloaded yoke-derive v0.7.4 |
201 | 2024-11-15T21:24:39.866Z | Downloaded tower-service v0.3.3 |
202 | 2024-11-15T21:24:39.866Z | Downloaded byteorder v1.5.0 |
203 | 2024-11-15T21:24:39.866Z | Downloaded yoke v0.7.4 |
204 | 2024-11-15T21:24:39.866Z | Downloaded typify v0.2.0 |
205 | 2024-11-15T21:24:39.866Z | Downloaded omicron-workspace-hack v0.1.0 |
206 | 2024-11-15T21:24:39.866Z | Downloaded num-traits v0.2.19 |
207 | 2024-11-15T21:24:39.866Z | Downloaded serde_with_macros v3.11.0 |
208 | 2024-11-15T21:24:39.866Z | Downloaded sync_wrapper v1.0.1 |
209 | 2024-11-15T21:24:39.866Z | Downloaded openssl-probe v0.1.5 |
210 | 2024-11-15T21:24:39.866Z | Downloaded num_threads v0.1.7 |
211 | 2024-11-15T21:24:39.866Z | Downloaded zerofrom v0.1.4 |
212 | 2024-11-15T21:24:39.866Z | Downloaded thread-id v4.2.2 |
213 | 2024-11-15T21:24:39.867Z | Downloaded hex v0.4.3 |
214 | 2024-11-15T21:24:39.867Z | Downloaded utf8_iter v1.0.4 |
215 | 2024-11-15T21:24:39.867Z | Downloaded heck v0.5.0 |
216 | 2024-11-15T21:24:39.867Z | Downloaded http-body-util v0.1.2 |
217 | 2024-11-15T21:24:39.867Z | Downloaded generic-array v0.14.7 |
218 | 2024-11-15T21:24:39.867Z | Downloaded futures-macro v0.3.31 |
219 | 2024-11-15T21:24:39.867Z | Downloaded futures-executor v0.3.31 |
220 | 2024-11-15T21:24:39.867Z | Downloaded tinyvec_macros v0.1.1 |
221 | 2024-11-15T21:24:39.867Z | Downloaded pretty-hex v0.4.1 |
222 | 2024-11-15T21:24:39.867Z | Downloaded digest v0.10.7 |
223 | 2024-11-15T21:24:39.867Z | Downloaded dof v0.3.0 |
224 | 2024-11-15T21:24:39.867Z | Downloaded cfg-if v1.0.0 |
225 | 2024-11-15T21:24:39.867Z | Downloaded usdt-macro v0.5.0 |
226 | 2024-11-15T21:24:39.867Z | Downloaded num-conv v0.1.0 |
227 | 2024-11-15T21:24:39.867Z | Downloaded idna_adapter v1.2.0 |
228 | 2024-11-15T21:24:39.867Z | Downloaded write16 v1.0.0 |
229 | 2024-11-15T21:24:39.867Z | Downloaded camino v1.1.9 |
230 | 2024-11-15T21:24:39.867Z | Downloaded typify-macro v0.2.0 |
231 | 2024-11-15T21:24:39.867Z | Downloaded toml_datetime v0.6.8 |
232 | 2024-11-15T21:24:39.867Z | Downloaded waitgroup v0.1.2 |
233 | 2024-11-15T21:24:39.867Z | Downloaded signal-hook-registry v1.4.2 |
234 | 2024-11-15T21:24:39.867Z | Downloaded itoa v1.0.11 |
235 | 2024-11-15T21:24:39.867Z | Downloaded is-terminal v0.4.13 |
236 | 2024-11-15T21:24:39.867Z | Downloaded hashbrown v0.12.3 |
237 | 2024-11-15T21:24:39.867Z | Downloaded darling v0.20.10 |
238 | 2024-11-15T21:24:39.867Z | Downloaded slog-json v2.6.1 |
239 | 2024-11-15T21:24:39.867Z | Downloaded take_mut v0.2.2 |
240 | 2024-11-15T21:24:39.867Z | Downloaded serde_tokenstream v0.2.2 |
241 | 2024-11-15T21:24:39.867Z | Downloaded tinystr v0.7.6 |
242 | 2024-11-15T21:24:39.867Z | Downloaded bitflags v2.6.0 |
243 | 2024-11-15T21:24:39.867Z | Downloaded strum v0.26.3 |
244 | 2024-11-15T21:24:39.867Z | Downloaded futures-task v0.3.31 |
245 | 2024-11-15T21:24:39.867Z | Downloaded displaydoc v0.2.5 |
246 | 2024-11-15T21:24:39.867Z | Downloaded scroll_derive v0.12.0 |
247 | 2024-11-15T21:24:39.867Z | Downloaded hostname v0.4.0 |
248 | 2024-11-15T21:24:39.867Z | Downloaded getrandom v0.2.15 |
249 | 2024-11-15T21:24:39.867Z | Downloaded ppv-lite86 v0.2.20 |
250 | 2024-11-15T21:24:39.867Z | Downloaded usdt v0.5.0 |
251 | 2024-11-15T21:24:39.867Z | Downloaded progenitor-macro v0.8.0 |
252 | 2024-11-15T21:24:39.868Z | Downloaded parse-display v0.10.0 |
253 | 2024-11-15T21:24:39.871Z | Downloaded mime v0.3.17 |
254 | 2024-11-15T21:24:39.871Z | Downloaded iana-time-zone v0.1.61 |
255 | 2024-11-15T21:24:39.871Z | Downloaded hyper-rustls v0.27.3 |
256 | 2024-11-15T21:24:39.871Z | Downloaded rustversion v1.0.17 |
257 | 2024-11-15T21:24:39.871Z | Downloaded rustc-hash v2.0.0 |
258 | 2024-11-15T21:24:39.871Z | Downloaded tokio-native-tls v0.3.1 |
259 | 2024-11-15T21:24:39.871Z | Downloaded progenitor v0.8.0 |
260 | 2024-11-15T21:24:39.871Z | Downloaded litemap v0.7.3 |
261 | 2024-11-15T21:24:39.871Z | Downloaded thiserror-impl v1.0.69 |
262 | 2024-11-15T21:24:39.871Z | Downloaded anyhow v1.0.93 |
263 | 2024-11-15T21:24:39.871Z | Downloaded thiserror v1.0.69 |
264 | 2024-11-15T21:24:39.871Z | Downloaded slog-async v2.8.0 |
265 | 2024-11-15T21:24:39.871Z | Downloaded strum_macros v0.26.4 |
266 | 2024-11-15T21:24:39.871Z | Downloaded icu_locid v1.5.0 |
267 | 2024-11-15T21:24:39.871Z | Downloaded scroll v0.12.0 |
268 | 2024-11-15T21:24:39.871Z | Downloaded synstructure v0.13.1 |
269 | 2024-11-15T21:24:39.871Z | Downloaded icu_provider v1.5.0 |
270 | 2024-11-15T21:24:39.872Z | Downloaded shlex v1.3.0 |
271 | 2024-11-15T21:24:39.872Z | Downloaded icu_locid_transform_data v1.5.0 |
272 | 2024-11-15T21:24:39.872Z | Downloaded parse-display-derive v0.10.0 |
273 | 2024-11-15T21:24:39.872Z | Downloaded subtle v2.6.1 |
274 | 2024-11-15T21:24:39.872Z | Downloaded mio v1.0.2 |
275 | 2024-11-15T21:24:39.872Z | Downloaded log v0.4.22 |
276 | 2024-11-15T21:24:39.872Z | Downloaded sha1 v0.10.6 |
277 | 2024-11-15T21:24:39.872Z | Downloaded semver v1.0.23 |
278 | 2024-11-15T21:24:39.872Z | Downloaded slog v2.7.0 |
279 | 2024-11-15T21:24:39.872Z | Downloaded slog-bunyan v2.5.0 |
280 | 2024-11-15T21:24:39.872Z | Downloaded tinyvec v1.8.0 |
281 | 2024-11-15T21:24:39.872Z | Downloaded usdt-impl v0.5.0 |
282 | 2024-11-15T21:24:39.872Z | Downloaded ucd-trie v0.1.7 |
283 | 2024-11-15T21:24:39.872Z | Downloaded socket2 v0.5.7 |
284 | 2024-11-15T21:24:39.872Z | Downloaded tokio-rustls v0.26.0 |
285 | 2024-11-15T21:24:39.872Z | Downloaded quinn-udp v0.5.5 |
286 | 2024-11-15T21:24:39.872Z | Downloaded base64 v0.22.1 |
287 | 2024-11-15T21:24:39.872Z | Downloaded pest_derive v2.7.14 |
288 | 2024-11-15T21:24:39.872Z | Downloaded schemars v0.8.21 |
289 | 2024-11-15T21:24:39.872Z | Downloaded serde_derive v1.0.215 |
290 | 2024-11-15T21:24:39.873Z | Downloaded unsafe-libyaml v0.2.11 |
291 | 2024-11-15T21:24:39.873Z | Downloaded toml v0.8.19 |
292 | 2024-11-15T21:24:39.873Z | Downloaded serde_derive_internals v0.29.1 |
293 | 2024-11-15T21:24:39.873Z | Downloaded crossbeam-channel v0.5.13 |
294 | 2024-11-15T21:24:39.873Z | Downloaded uuid v1.11.0 |
295 | 2024-11-15T21:24:39.873Z | Downloaded serde_yaml v0.9.34+deprecated |
296 | 2024-11-15T21:24:39.873Z | Downloaded pest v2.7.14 |
297 | 2024-11-15T21:24:39.873Z | Downloaded winnow v0.6.20 |
298 | 2024-11-15T21:24:39.873Z | Downloaded quinn v0.11.5 |
299 | 2024-11-15T21:24:39.873Z | Downloaded time v0.3.36 |
300 | 2024-11-15T21:24:39.873Z | Downloaded idna v1.0.3 |
301 | 2024-11-15T21:24:39.873Z | Downloaded icu_properties_data v1.5.0 |
302 | 2024-11-15T21:24:39.873Z | Downloaded serde v1.0.215 |
303 | 2024-11-15T21:24:39.873Z | Downloaded h2 v0.4.6 |
304 | 2024-11-15T21:24:39.873Z | Downloaded rand v0.8.5 |
305 | 2024-11-15T21:24:39.873Z | Downloaded serde_json v1.0.132 |
306 | 2024-11-15T21:24:39.873Z | Downloaded serde_with v3.11.0 |
307 | 2024-11-15T21:24:39.873Z | Downloaded hyper v1.5.0 |
308 | 2024-11-15T21:24:39.874Z | Downloaded chrono v0.4.38 |
309 | 2024-11-15T21:24:39.874Z | Downloaded aho-corasick v1.1.3 |
310 | 2024-11-15T21:24:39.874Z | Downloaded rustls-webpki v0.102.8 |
311 | 2024-11-15T21:24:39.874Z | Downloaded tokio-util v0.7.12 |
312 | 2024-11-15T21:24:39.874Z | Downloaded vcpkg v0.2.15 |
313 | 2024-11-15T21:24:39.874Z | Downloaded reqwest v0.12.9 |
314 | 2024-11-15T21:24:39.874Z | Downloaded zerocopy v0.7.35 |
315 | 2024-11-15T21:24:39.874Z | Downloaded regex v1.11.1 |
316 | 2024-11-15T21:24:39.874Z | Downloaded quinn-proto v0.11.8 |
317 | 2024-11-15T21:24:39.874Z | Downloaded dropshot v0.13.0 |
318 | 2024-11-15T21:24:39.874Z | Downloaded hashbrown v0.14.5 |
319 | 2024-11-15T21:24:39.874Z | Downloaded zerovec v0.10.4 |
320 | 2024-11-15T21:24:39.874Z | Downloaded openssl-sys v0.9.104 |
321 | 2024-11-15T21:24:39.874Z | Downloaded webpki-roots v0.26.6 |
322 | 2024-11-15T21:24:39.874Z | Downloaded tracing v0.1.40 |
323 | 2024-11-15T21:24:39.874Z | Downloaded indexmap v2.6.0 |
324 | 2024-11-15T21:24:39.874Z | Downloaded http v1.1.0 |
325 | 2024-11-15T21:24:39.874Z | Downloaded regress v0.10.1 |
326 | 2024-11-15T21:24:39.874Z | Downloaded openssl v0.10.68 |
327 | 2024-11-15T21:24:39.874Z | Downloaded syn v2.0.87 |
328 | 2024-11-15T21:24:39.874Z | Downloaded rustls v0.23.14 |
329 | 2024-11-15T21:24:39.874Z | Downloaded regex-syntax v0.8.5 |
330 | 2024-11-15T21:24:39.874Z | Downloaded regress v0.9.1 |
331 | 2024-11-15T21:24:39.874Z | Downloaded rustls v0.22.4 |
332 | 2024-11-15T21:24:39.874Z | Downloaded openapiv3 v2.0.0 |
333 | 2024-11-15T21:24:39.874Z | Downloaded typify-impl v0.2.0 |
334 | 2024-11-15T21:24:39.874Z | Downloaded libc v0.2.162 |
335 | 2024-11-15T21:24:39.874Z | Downloaded url v2.5.3 |
336 | 2024-11-15T21:24:39.874Z | Downloaded memchr v2.7.4 |
337 | 2024-11-15T21:24:39.874Z | Downloaded goblin v0.8.2 |
338 | 2024-11-15T21:24:39.874Z | Downloaded futures-util v0.3.31 |
339 | 2024-11-15T21:24:39.874Z | Downloaded hyper-util v0.1.10 |
340 | 2024-11-15T21:24:39.874Z | Downloaded ryu v1.0.18 |
341 | 2024-11-15T21:24:39.874Z | Downloaded rustls-pki-types v1.9.0 |
342 | 2024-11-15T21:24:39.875Z | Downloaded parking_lot v0.12.3 |
343 | 2024-11-15T21:24:39.875Z | Downloaded tokio v1.40.0 |
344 | 2024-11-15T21:24:39.875Z | Downloaded progenitor-impl v0.8.0 |
345 | 2024-11-15T21:24:39.875Z | Downloaded icu_properties v1.5.1 |
346 | 2024-11-15T21:24:39.875Z | Downloaded typenum v1.17.0 |
347 | 2024-11-15T21:24:39.875Z | Downloaded term v0.7.0 |
348 | 2024-11-15T21:24:39.875Z | Downloaded rustls-pemfile v2.2.0 |
349 | 2024-11-15T21:24:39.875Z | Downloaded ipnet v2.10.1 |
350 | 2024-11-15T21:24:39.875Z | Downloaded regex-automata v0.4.8 |
351 | 2024-11-15T21:24:39.875Z | Downloaded icu_normalizer_data v1.5.0 |
352 | 2024-11-15T21:24:39.875Z | Downloaded hashbrown v0.15.0 |
353 | 2024-11-15T21:24:39.878Z | Downloaded toml_edit v0.22.22 |
354 | 2024-11-15T21:24:39.879Z | Downloaded httparse v1.9.5 |
355 | 2024-11-15T21:24:39.879Z | Downloaded futures v0.3.31 |
356 | 2024-11-15T21:24:39.879Z | Downloaded sha2 v0.10.8 |
357 | 2024-11-15T21:24:39.879Z | Downloaded slog-term v2.9.1 |
358 | 2024-11-15T21:24:39.879Z | Downloaded smallvec v1.13.2 |
359 | 2024-11-15T21:24:39.879Z | Downloaded pin-project-lite v0.2.14 |
360 | 2024-11-15T21:24:39.879Z | Downloaded parking_lot_core v0.9.10 |
361 | 2024-11-15T21:24:39.879Z | Downloaded native-tls v0.2.12 |
362 | 2024-11-15T21:24:39.879Z | Downloaded multer v3.1.0 |
363 | 2024-11-15T21:24:39.879Z | Downloaded dropshot_endpoint v0.13.0 |
364 | 2024-11-15T21:24:39.879Z | Downloaded time-macros v0.2.18 |
365 | 2024-11-15T21:24:39.879Z | Downloaded spin v0.9.8 |
366 | 2024-11-15T21:24:39.879Z | Downloaded zerovec-derive v0.10.3 |
367 | 2024-11-15T21:24:39.879Z | Downloaded allocator-api2 v0.2.18 |
368 | 2024-11-15T21:24:39.879Z | Downloaded structmeta v0.3.0 |
369 | 2024-11-15T21:24:39.879Z | Downloaded futures-channel v0.3.31 |
370 | 2024-11-15T21:24:39.879Z | Downloaded pest_generator v2.7.14 |
371 | 2024-11-15T21:24:39.879Z | Downloaded version_check v0.9.5 |
372 | 2024-11-15T21:24:39.879Z | Downloaded tokio-rustls v0.25.0 |
373 | 2024-11-15T21:24:39.879Z | Downloaded serde_urlencoded v0.7.1 |
374 | 2024-11-15T21:24:39.879Z | Downloaded serde_spanned v0.6.8 |
375 | 2024-11-15T21:24:39.879Z | Downloaded scopeguard v1.2.0 |
376 | 2024-11-15T21:24:39.879Z | Downloaded structmeta-derive v0.3.0 |
377 | 2024-11-15T21:24:39.879Z | Downloaded thread_local v1.1.8 |
378 | 2024-11-15T21:24:39.879Z | Downloaded rand_core v0.6.4 |
379 | 2024-11-15T21:24:39.879Z | Downloaded pkg-config v0.3.31 |
380 | 2024-11-15T21:24:39.879Z | Downloaded percent-encoding v2.3.1 |
381 | 2024-11-15T21:24:39.879Z | Downloaded encoding_rs v0.8.34 |
382 | 2024-11-15T21:24:39.879Z | Downloaded strsim v0.11.1 |
383 | 2024-11-15T21:24:39.879Z | Downloaded slab v0.4.9 |
384 | 2024-11-15T21:24:39.879Z | Downloaded schemars_derive v0.8.21 |
385 | 2024-11-15T21:24:39.879Z | Downloaded plain v0.2.3 |
386 | 2024-11-15T21:24:39.879Z | Downloaded zerofrom-derive v0.1.4 |
387 | 2024-11-15T21:24:39.880Z | Downloaded writeable v0.5.5 |
388 | 2024-11-15T21:24:39.880Z | Downloaded macaddr v1.0.1 |
389 | 2024-11-15T21:24:39.880Z | Downloaded async-trait v0.1.83 |
390 | 2024-11-15T21:24:39.880Z | Downloaded tracing-core v0.1.32 |
391 | 2024-11-15T21:24:39.880Z | Downloaded equivalent v1.0.1 |
392 | 2024-11-15T21:24:39.880Z | Downloaded cc v1.1.30 |
393 | 2024-11-15T21:24:39.880Z | Downloaded utf16_iter v1.0.5 |
394 | 2024-11-15T21:24:39.880Z | Downloaded want v0.3.1 |
395 | 2024-11-15T21:24:39.880Z | Downloaded usdt-attr-macro v0.5.0 |
396 | 2024-11-15T21:24:39.880Z | Downloaded icu_locid_transform v1.5.0 |
397 | 2024-11-15T21:24:39.880Z | Downloaded ring v0.17.8 |
398 | 2024-11-15T21:24:40.159Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-15T21:24:40.159Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-15T21:24:40.159Z | Compiling libc v0.2.162 |
401 | 2024-11-15T21:24:40.161Z | Checking cfg-if v1.0.0 |
402 | 2024-11-15T21:24:40.161Z | Compiling autocfg v1.4.0 |
403 | 2024-11-15T21:24:40.161Z | Compiling serde v1.0.215 |
404 | 2024-11-15T21:24:40.161Z | Compiling version_check v0.9.5 |
405 | 2024-11-15T21:24:40.185Z | Checking memchr v2.7.4 |
406 | 2024-11-15T21:24:40.305Z | Compiling serde_json v1.0.132 |
407 | 2024-11-15T21:24:40.441Z | Checking itoa v1.0.11 |
408 | 2024-11-15T21:24:40.786Z | Compiling thiserror v1.0.69 |
409 | 2024-11-15T21:24:40.962Z | Checking once_cell v1.20.2 |
410 | 2024-11-15T21:24:40.998Z | Compiling shlex v1.3.0 |
411 | 2024-11-15T21:24:41.183Z | Compiling cc v1.1.30 |
412 | 2024-11-15T21:24:41.748Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-15T21:24:42.167Z | Compiling num-traits v0.2.19 |
414 | 2024-11-15T21:24:42.276Z | Checking smallvec v1.13.2 |
415 | 2024-11-15T21:24:42.313Z | Checking ryu v1.0.18 |
416 | 2024-11-15T21:24:42.334Z | Checking bytes v1.8.0 |
417 | 2024-11-15T21:24:42.557Z | Checking futures-core v0.3.31 |
418 | 2024-11-15T21:24:42.618Z | Compiling lock_api v0.4.12 |
419 | 2024-11-15T21:24:42.754Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-11-15T21:24:42.775Z | Compiling byteorder v1.5.0 |
421 | 2024-11-15T21:24:42.981Z | Compiling ahash v0.8.11 |
422 | 2024-11-15T21:24:43.017Z | Checking getrandom v0.2.15 |
423 | 2024-11-15T21:24:43.072Z | Checking scopeguard v1.2.0 |
424 | 2024-11-15T21:24:43.210Z | Compiling schemars v0.8.21 |
425 | 2024-11-15T21:24:43.244Z | Compiling quote v1.0.37 |
426 | 2024-11-15T21:24:43.399Z | Compiling slab v0.4.9 |
427 | 2024-11-15T21:24:43.529Z | Checking log v0.4.22 |
428 | 2024-11-15T21:24:43.597Z | Compiling syn v2.0.87 |
429 | 2024-11-15T21:24:43.617Z | Checking futures-sink v0.3.31 |
430 | 2024-11-15T21:24:43.635Z | Checking parking_lot v0.12.3 |
431 | 2024-11-15T21:24:43.708Z | Checking socket2 v0.5.7 |
432 | 2024-11-15T21:24:43.768Z | Checking signal-hook-registry v1.4.2 |
433 | 2024-11-15T21:24:43.792Z | Checking mio v1.0.2 |
434 | 2024-11-15T21:24:43.856Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-15T21:24:43.945Z | Compiling ring v0.17.8 |
436 | 2024-11-15T21:24:43.965Z | Checking equivalent v1.0.1 |
437 | 2024-11-15T21:24:43.990Z | Compiling semver v1.0.23 |
438 | 2024-11-15T21:24:43.993Z | Checking hashbrown v0.15.0 |
439 | 2024-11-15T21:24:44.060Z | Checking fnv v1.0.7 |
440 | 2024-11-15T21:24:44.131Z | Checking futures-channel v0.3.31 |
441 | 2024-11-15T21:24:44.184Z | Checking http v1.1.0 |
442 | 2024-11-15T21:24:44.209Z | Checking futures-io v0.3.31 |
443 | 2024-11-15T21:24:44.352Z | Checking pin-utils v0.1.0 |
444 | 2024-11-15T21:24:44.397Z | Checking futures-task v0.3.31 |
445 | 2024-11-15T21:24:44.440Z | Compiling pkg-config v0.3.31 |
446 | 2024-11-15T21:24:44.491Z | Checking rustls-pki-types v1.9.0 |
447 | 2024-11-15T21:24:44.537Z | Checking spin v0.9.8 |
448 | 2024-11-15T21:24:44.613Z | Compiling vcpkg v0.2.15 |
449 | 2024-11-15T21:24:44.763Z | Compiling heck v0.5.0 |
450 | 2024-11-15T21:24:45.072Z | Checking writeable v0.5.5 |
451 | 2024-11-15T21:24:45.192Z | Checking untrusted v0.9.0 |
452 | 2024-11-15T21:24:45.346Z | Checking litemap v0.7.3 |
453 | 2024-11-15T21:24:45.349Z | Compiling httparse v1.9.5 |
454 | 2024-11-15T21:24:45.561Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-15T21:24:45.684Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-15T21:24:45.826Z | Checking tracing-core v0.1.32 |
457 | 2024-11-15T21:24:46.023Z | Checking dyn-clone v1.0.17 |
458 | 2024-11-15T21:24:46.142Z | Compiling allocator-api2 v0.2.18 |
459 | 2024-11-15T21:24:46.225Z | Checking atomic-waker v1.1.2 |
460 | 2024-11-15T21:24:46.245Z | Compiling openssl-sys v0.9.104 |
461 | 2024-11-15T21:24:46.427Z | Checking tracing v0.1.40 |
462 | 2024-11-15T21:24:46.751Z | Checking http-body v1.0.1 |
463 | 2024-11-15T21:24:46.921Z | Checking subtle v2.6.1 |
464 | 2024-11-15T21:24:46.940Z | Checking zeroize v1.8.1 |
465 | 2024-11-15T21:24:46.985Z | Compiling uuid v1.11.0 |
466 | 2024-11-15T21:24:47.108Z | Checking try-lock v0.2.5 |
467 | 2024-11-15T21:24:47.128Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-15T21:24:47.218Z | Checking want v0.3.1 |
469 | 2024-11-15T21:24:47.234Z | Checking foreign-types-shared v0.1.1 |
470 | 2024-11-15T21:24:47.336Z | Compiling chrono v0.4.38 |
471 | 2024-11-15T21:24:47.367Z | Compiling openssl v0.10.68 |
472 | 2024-11-15T21:24:47.434Z | Checking icu_properties_data v1.5.0 |
473 | 2024-11-15T21:24:47.469Z | Compiling slog v2.7.0 |
474 | 2024-11-15T21:24:47.635Z | Checking httpdate v1.0.3 |
475 | 2024-11-15T21:24:47.728Z | Checking foreign-types v0.3.2 |
476 | 2024-11-15T21:24:47.803Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-15T21:24:47.858Z | Compiling typenum v1.17.0 |
478 | 2024-11-15T21:24:47.957Z | Compiling rustls v0.23.14 |
479 | 2024-11-15T21:24:48.205Z | Checking tower-service v0.3.3 |
480 | 2024-11-15T21:24:48.325Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-15T21:24:48.678Z | Checking percent-encoding v2.3.1 |
482 | 2024-11-15T21:24:48.838Z | Compiling native-tls v0.2.12 |
483 | 2024-11-15T21:24:49.140Z | Checking utf8_iter v1.0.4 |
484 | 2024-11-15T21:24:49.326Z | Checking icu_normalizer_data v1.5.0 |
485 | 2024-11-15T21:24:49.407Z | Checking bitflags v2.6.0 |
486 | 2024-11-15T21:24:49.554Z | Checking utf16_iter v1.0.5 |
487 | 2024-11-15T21:24:49.649Z | Checking write16 v1.0.0 |
488 | 2024-11-15T21:24:49.715Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-15T21:24:49.879Z | Compiling generic-array v0.14.7 |
490 | 2024-11-15T21:24:50.260Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-15T21:24:50.511Z | Compiling synstructure v0.13.1 |
492 | 2024-11-15T21:24:51.214Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-15T21:24:51.648Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-15T21:24:52.775Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-15T21:24:53.158Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-15T21:24:53.160Z | Compiling time-core v0.1.2 |
497 | 2024-11-15T21:24:53.350Z | Checking mime v0.3.17 |
498 | 2024-11-15T21:24:53.395Z | Checking powerfmt v0.2.0 |
499 | 2024-11-15T21:24:53.434Z | Compiling num-conv v0.1.0 |
500 | 2024-11-15T21:24:53.667Z | Checking deranged v0.3.11 |
501 | 2024-11-15T21:24:53.715Z | Compiling time-macros v0.2.18 |
502 | 2024-11-15T21:24:54.906Z | Compiling thread-id v4.2.2 |
503 | 2024-11-15T21:24:55.020Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-15T21:24:55.225Z | Checking webpki-roots v0.26.6 |
505 | 2024-11-15T21:24:55.333Z | Checking num_threads v0.1.7 |
506 | 2024-11-15T21:24:55.420Z | Compiling regex v1.11.1 |
507 | 2024-11-15T21:24:55.446Z | Compiling ident_case v1.0.1 |
508 | 2024-11-15T21:24:55.624Z | Checking base64 v0.22.1 |
509 | 2024-11-15T21:24:55.756Z | Compiling serde_derive v1.0.215 |
510 | 2024-11-15T21:24:55.993Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-11-15T21:24:56.099Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-11-15T21:24:56.309Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-11-15T21:24:56.703Z | Compiling schemars_derive v0.8.21 |
514 | 2024-11-15T21:24:56.892Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-15T21:24:57.855Z | Compiling zerocopy v0.7.35 |
516 | 2024-11-15T21:24:59.073Z | Compiling tokio-macros v2.4.0 |
517 | 2024-11-15T21:24:59.410Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-11-15T21:24:59.498Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-15T21:24:59.587Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-15T21:24:59.805Z | Checking zerofrom v0.1.4 |
521 | 2024-11-15T21:25:00.040Z | Checking yoke v0.7.4 |
522 | 2024-11-15T21:25:00.476Z | Compiling pest v2.7.14 |
523 | 2024-11-15T21:25:00.559Z | Checking tokio v1.40.0 |
524 | 2024-11-15T21:25:01.009Z | Compiling icu_provider_macros v1.5.0 |
525 | 2024-11-15T21:25:01.044Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-15T21:25:01.461Z | Checking rustls-webpki v0.102.8 |
527 | 2024-11-15T21:25:01.481Z | Checking futures-util v0.3.31 |
528 | 2024-11-15T21:25:01.888Z | Checking zerovec v0.10.4 |
529 | 2024-11-15T21:25:02.221Z | Compiling openssl-macros v0.1.1 |
530 | 2024-11-15T21:25:02.386Z | Compiling regress v0.10.1 |
531 | 2024-11-15T21:25:03.355Z | Compiling pest_meta v2.7.14 |
532 | 2024-11-15T21:25:03.570Z | Checking tinystr v0.7.6 |
533 | 2024-11-15T21:25:03.710Z | Checking icu_collections v1.5.0 |
534 | 2024-11-15T21:25:03.943Z | Checking icu_locid v1.5.0 |
535 | 2024-11-15T21:25:04.984Z | Checking icu_provider v1.5.0 |
536 | 2024-11-15T21:25:05.669Z | Checking icu_locid_transform v1.5.0 |
537 | 2024-11-15T21:25:06.644Z | Compiling pest_generator v2.7.14 |
538 | 2024-11-15T21:25:06.665Z | Checking icu_properties v1.5.1 |
539 | 2024-11-15T21:25:07.586Z | Checking tokio-util v0.7.12 |
540 | 2024-11-15T21:25:07.604Z | Checking http-body-util v0.1.2 |
541 | 2024-11-15T21:25:08.047Z | Compiling scroll_derive v0.12.0 |
542 | 2024-11-15T21:25:08.445Z | Checking indexmap v2.6.0 |
543 | 2024-11-15T21:25:09.351Z | Compiling serde_tokenstream v0.2.2 |
544 | 2024-11-15T21:25:09.720Z | Checking h2 v0.4.6 |
545 | 2024-11-15T21:25:09.936Z | Compiling pest_derive v2.7.14 |
546 | 2024-11-15T21:25:09.976Z | Checking icu_normalizer v1.5.0 |
547 | 2024-11-15T21:25:10.669Z | Checking tokio-native-tls v0.3.1 |
548 | 2024-11-15T21:25:10.752Z | Checking idna_adapter v1.2.0 |
549 | 2024-11-15T21:25:10.801Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-11-15T21:25:10.943Z | Checking idna v1.0.3 |
551 | 2024-11-15T21:25:11.442Z | Compiling dof v0.3.0 |
552 | 2024-11-15T21:25:11.650Z | Checking scroll v0.12.0 |
553 | 2024-11-15T21:25:11.772Z | Checking serde_urlencoded v0.7.1 |
554 | 2024-11-15T21:25:12.138Z | Checking tokio-rustls v0.26.0 |
555 | 2024-11-15T21:25:12.363Z | Checking plain v0.2.3 |
556 | 2024-11-15T21:25:12.497Z | Compiling strsim v0.11.1 |
557 | 2024-11-15T21:25:12.523Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-11-15T21:25:12.829Z | Compiling typify-impl v0.2.0 |
559 | 2024-11-15T21:25:13.330Z | Compiling darling_core v0.20.10 |
560 | 2024-11-15T21:25:13.922Z | Checking hyper v1.5.0 |
561 | 2024-11-15T21:25:14.256Z | Checking goblin v0.8.2 |
562 | 2024-11-15T21:25:16.053Z | Checking hyper-util v0.1.10 |
563 | 2024-11-15T21:25:16.376Z | Compiling openapiv3 v2.0.0 |
564 | 2024-11-15T21:25:16.467Z | Checking url v2.5.3 |
565 | 2024-11-15T21:25:17.328Z | Checking time v0.3.36 |
566 | 2024-11-15T21:25:17.764Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-15T21:25:18.101Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-15T21:25:18.353Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-15T21:25:18.379Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-15T21:25:18.543Z | Compiling paste v1.0.15 |
571 | 2024-11-15T21:25:18.894Z | Checking pretty-hex v0.4.1 |
572 | 2024-11-15T21:25:19.028Z | Checking ipnet v2.10.1 |
573 | 2024-11-15T21:25:19.071Z | Compiling rustversion v1.0.17 |
574 | 2024-11-15T21:25:19.106Z | Compiling rustls v0.22.4 |
575 | 2024-11-15T21:25:19.398Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-11-15T21:25:19.440Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-11-15T21:25:19.443Z | Compiling darling_macro v0.20.10 |
578 | 2024-11-15T21:25:19.488Z | Checking reqwest v0.12.9 |
579 | 2024-11-15T21:25:20.052Z | Checking dirs-next v2.0.0 |
580 | 2024-11-15T21:25:20.419Z | Checking serde_spanned v0.6.8 |
581 | 2024-11-15T21:25:20.602Z | Checking toml_datetime v0.6.8 |
582 | 2024-11-15T21:25:20.621Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-11-15T21:25:20.624Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-11-15T21:25:20.669Z | Checking block-buffer v0.10.4 |
585 | 2024-11-15T21:25:20.871Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2024-11-15T21:25:20.890Z | Checking crypto-common v0.1.6 |
587 | 2024-11-15T21:25:20.930Z | Checking rand_core v0.6.4 |
588 | 2024-11-15T21:25:21.051Z | Checking thread_local v1.1.8 |
589 | 2024-11-15T21:25:21.098Z | Compiling multer v3.1.0 |
590 | 2024-11-15T21:25:21.184Z | Compiling newtype-uuid v1.1.3 |
591 | 2024-11-15T21:25:21.225Z | Compiling slog-async v2.8.0 |
592 | 2024-11-15T21:25:21.339Z | Checking winnow v0.6.20 |
593 | 2024-11-15T21:25:21.395Z | Compiling anyhow v1.0.93 |
594 | 2024-11-15T21:25:21.436Z | Checking match_cfg v0.1.0 |
595 | 2024-11-15T21:25:21.472Z | Compiling camino v1.1.9 |
596 | 2024-11-15T21:25:21.521Z | Checking hostname v0.3.1 |
597 | 2024-11-15T21:25:21.750Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-15T21:25:22.097Z | Checking digest v0.10.7 |
599 | 2024-11-15T21:25:22.144Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-11-15T21:25:22.321Z | Checking progenitor-client v0.8.0 |
601 | 2024-11-15T21:25:22.347Z | Compiling darling v0.20.10 |
602 | 2024-11-15T21:25:22.421Z | Checking term v0.7.0 |
603 | 2024-11-15T21:25:22.900Z | Checking slog-json v2.6.1 |
604 | 2024-11-15T21:25:23.150Z | Compiling usdt-macro v0.5.0 |
605 | 2024-11-15T21:25:23.230Z | Compiling structmeta v0.3.0 |
606 | 2024-11-15T21:25:23.555Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2024-11-15T21:25:23.636Z | Checking futures-executor v0.3.31 |
608 | 2024-11-15T21:25:23.864Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-15T21:25:24.102Z | Checking memmap v0.7.0 |
610 | 2024-11-15T21:25:24.321Z | Checking is-terminal v0.4.13 |
611 | 2024-11-15T21:25:24.442Z | Compiling dropshot v0.13.0 |
612 | 2024-11-15T21:25:24.445Z | Checking cpufeatures v0.2.14 |
613 | 2024-11-15T21:25:24.481Z | Checking toml_edit v0.22.22 |
614 | 2024-11-15T21:25:24.502Z | Checking take_mut v0.2.2 |
615 | 2024-11-15T21:25:24.528Z | Checking sha1 v0.10.6 |
616 | 2024-11-15T21:25:24.796Z | Checking slog-term v2.9.1 |
617 | 2024-11-15T21:25:24.839Z | Compiling strum_macros v0.26.4 |
618 | 2024-11-15T21:25:24.923Z | Checking futures v0.3.31 |
619 | 2024-11-15T21:25:25.008Z | Checking usdt v0.5.0 |
620 | 2024-11-15T21:25:25.037Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-11-15T21:25:25.219Z | Checking async-stream v0.3.6 |
622 | 2024-11-15T21:25:25.275Z | Checking slog-bunyan v2.5.0 |
623 | 2024-11-15T21:25:25.323Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-15T21:25:25.758Z | Checking rand v0.8.5 |
625 | 2024-11-15T21:25:26.246Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-15T21:25:26.655Z | Compiling typify-macro v0.2.0 |
627 | 2024-11-15T21:25:26.693Z | Checking ipnetwork v0.20.0 |
628 | 2024-11-15T21:25:26.714Z | Compiling dropshot_endpoint v0.13.0 |
629 | 2024-11-15T21:25:26.990Z | Checking hex v0.4.3 |
630 | 2024-11-15T21:25:27.042Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-15T21:25:27.080Z | Checking toml v0.8.19 |
632 | 2024-11-15T21:25:27.543Z | Compiling async-trait v0.1.83 |
633 | 2024-11-15T21:25:27.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2024-11-15T21:25:27.823Z | Checking waitgroup v0.1.2 |
635 | 2024-11-15T21:25:27.883Z | Checking hostname v0.4.0 |
636 | 2024-11-15T21:25:27.971Z | Checking instant v0.1.13 |
637 | 2024-11-15T21:25:28.016Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-15T21:25:28.080Z | Checking backoff v0.4.0 |
639 | 2024-11-15T21:25:28.151Z | Checking serde_with v3.11.0 |
640 | 2024-11-15T21:25:28.371Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-15T21:25:28.467Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-15T21:25:28.527Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-15T21:25:28.611Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-15T21:25:28.863Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2024-11-15T21:25:28.901Z | Checking parse-display v0.10.0 |
646 | 2024-11-15T21:25:29.113Z | Checking macaddr v1.0.1 |
647 | 2024-11-15T21:25:29.217Z | Checking regress v0.9.1 |
648 | 2024-11-15T21:25:29.251Z | Checking strum v0.26.3 |
649 | 2024-11-15T21:25:30.160Z | Compiling typify v0.2.0 |
650 | 2024-11-15T21:25:30.244Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-15T21:25:32.967Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-15T21:25:37.119Z | Checking progenitor v0.8.0 |
653 | 2024-11-15T21:25:37.246Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-15T21:25:40.118Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-15T21:25:47.615Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-15T21:25:47.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-15T21:25:48.000Z | + cargo build --release |
658 | 2024-11-15T21:25:48.253Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-15T21:25:48.253Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-15T21:25:48.253Z | Compiling libc v0.2.162 |
661 | 2024-11-15T21:25:48.255Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-15T21:25:48.255Z | Compiling autocfg v1.4.0 |
663 | 2024-11-15T21:25:48.255Z | Compiling version_check v0.9.5 |
664 | 2024-11-15T21:25:48.255Z | Compiling serde v1.0.215 |
665 | 2024-11-15T21:25:48.297Z | Compiling memchr v2.7.4 |
666 | 2024-11-15T21:25:48.372Z | Compiling serde_json v1.0.132 |
667 | 2024-11-15T21:25:48.436Z | Compiling itoa v1.0.11 |
668 | 2024-11-15T21:25:48.691Z | Compiling thiserror v1.0.69 |
669 | 2024-11-15T21:25:48.827Z | Compiling once_cell v1.20.2 |
670 | 2024-11-15T21:25:48.910Z | Compiling shlex v1.3.0 |
671 | 2024-11-15T21:25:49.180Z | Compiling cc v1.1.30 |
672 | 2024-11-15T21:25:49.272Z | Compiling num-traits v0.2.19 |
673 | 2024-11-15T21:25:49.558Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-15T21:25:49.673Z | Compiling smallvec v1.13.2 |
675 | 2024-11-15T21:25:49.697Z | Compiling getrandom v0.2.15 |
676 | 2024-11-15T21:25:49.837Z | Compiling bytes v1.8.0 |
677 | 2024-11-15T21:25:49.936Z | Compiling quote v1.0.37 |
678 | 2024-11-15T21:25:50.032Z | Compiling ryu v1.0.18 |
679 | 2024-11-15T21:25:50.135Z | Compiling futures-core v0.3.31 |
680 | 2024-11-15T21:25:50.275Z | Compiling lock_api v0.4.12 |
681 | 2024-11-15T21:25:50.386Z | Compiling syn v2.0.87 |
682 | 2024-11-15T21:25:50.580Z | Compiling ahash v0.8.11 |
683 | 2024-11-15T21:25:50.588Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-11-15T21:25:50.602Z | Compiling byteorder v1.5.0 |
685 | 2024-11-15T21:25:50.899Z | Compiling schemars v0.8.21 |
686 | 2024-11-15T21:25:51.032Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-15T21:25:51.056Z | Compiling slab v0.4.9 |
688 | 2024-11-15T21:25:51.248Z | Compiling log v0.4.22 |
689 | 2024-11-15T21:25:51.379Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-15T21:25:51.536Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-15T21:25:51.651Z | Compiling parking_lot v0.12.3 |
692 | 2024-11-15T21:25:51.657Z | Compiling mio v1.0.2 |
693 | 2024-11-15T21:25:51.671Z | Compiling socket2 v0.5.7 |
694 | 2024-11-15T21:25:51.705Z | Compiling semver v1.0.23 |
695 | 2024-11-15T21:25:51.820Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-15T21:25:52.096Z | Compiling ring v0.17.8 |
697 | 2024-11-15T21:25:52.177Z | Compiling fnv v1.0.7 |
698 | 2024-11-15T21:25:52.202Z | Compiling hashbrown v0.15.0 |
699 | 2024-11-15T21:25:52.297Z | Compiling equivalent v1.0.1 |
700 | 2024-11-15T21:25:52.397Z | Compiling http v1.1.0 |
701 | 2024-11-15T21:25:53.093Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-15T21:25:53.325Z | Compiling futures-task v0.3.31 |
703 | 2024-11-15T21:25:53.341Z | Compiling pin-utils v0.1.0 |
704 | 2024-11-15T21:25:53.423Z | Compiling futures-io v0.3.31 |
705 | 2024-11-15T21:25:53.603Z | Compiling rustls-pki-types v1.9.0 |
706 | 2024-11-15T21:25:53.682Z | Compiling heck v0.5.0 |
707 | 2024-11-15T21:25:53.727Z | Compiling spin v0.9.8 |
708 | 2024-11-15T21:25:53.746Z | Compiling vcpkg v0.2.15 |
709 | 2024-11-15T21:25:53.760Z | Compiling pkg-config v0.3.31 |
710 | 2024-11-15T21:25:54.730Z | Compiling untrusted v0.9.0 |
711 | 2024-11-15T21:25:54.910Z | Compiling litemap v0.7.3 |
712 | 2024-11-15T21:25:54.967Z | Compiling writeable v0.5.5 |
713 | 2024-11-15T21:25:55.338Z | Compiling ucd-trie v0.1.7 |
714 | 2024-11-15T21:25:55.370Z | Compiling openssl-sys v0.9.104 |
715 | 2024-11-15T21:25:55.437Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-11-15T21:25:55.801Z | Compiling httparse v1.9.5 |
717 | 2024-11-15T21:25:56.137Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-15T21:25:56.462Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-11-15T21:25:56.504Z | Compiling dyn-clone v1.0.17 |
720 | 2024-11-15T21:25:56.615Z | Compiling atomic-waker v1.1.2 |
721 | 2024-11-15T21:25:57.080Z | Compiling tracing v0.1.40 |
722 | 2024-11-15T21:25:57.217Z | Compiling http-body v1.0.1 |
723 | 2024-11-15T21:25:57.461Z | Compiling subtle v2.6.1 |
724 | 2024-11-15T21:25:57.821Z | Compiling chrono v0.4.38 |
725 | 2024-11-15T21:25:57.843Z | Compiling try-lock v0.2.5 |
726 | 2024-11-15T21:25:57.889Z | Compiling uuid v1.11.0 |
727 | 2024-11-15T21:25:57.910Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-11-15T21:25:57.972Z | Compiling synstructure v0.13.1 |
729 | 2024-11-15T21:25:57.996Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-11-15T21:25:58.449Z | Compiling zeroize v1.8.1 |
731 | 2024-11-15T21:25:58.477Z | Compiling want v0.3.1 |
732 | 2024-11-15T21:25:58.832Z | Compiling httpdate v1.0.3 |
733 | 2024-11-15T21:25:59.302Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-11-15T21:25:59.542Z | Compiling slog v2.7.0 |
735 | 2024-11-15T21:25:59.566Z | Compiling openssl v0.10.68 |
736 | 2024-11-15T21:25:59.996Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-15T21:26:00.072Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-15T21:26:00.212Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-15T21:26:00.290Z | Compiling bitflags v2.6.0 |
740 | 2024-11-15T21:26:00.649Z | Compiling write16 v1.0.0 |
741 | 2024-11-15T21:26:00.780Z | Compiling icu_normalizer_data v1.5.0 |
742 | 2024-11-15T21:26:00.868Z | Compiling native-tls v0.2.12 |
743 | 2024-11-15T21:26:01.230Z | Compiling typenum v1.17.0 |
744 | 2024-11-15T21:26:01.549Z | Compiling utf16_iter v1.0.5 |
745 | 2024-11-15T21:26:01.734Z | Compiling utf8_iter v1.0.4 |
746 | 2024-11-15T21:26:01.754Z | Compiling percent-encoding v2.3.1 |
747 | 2024-11-15T21:26:01.990Z | Compiling regex-syntax v0.8.5 |
748 | 2024-11-15T21:26:02.060Z | Compiling tower-service v0.3.3 |
749 | 2024-11-15T21:26:02.176Z | Compiling rustls v0.23.14 |
750 | 2024-11-15T21:26:02.207Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-15T21:26:02.587Z | Compiling generic-array v0.14.7 |
752 | 2024-11-15T21:26:02.683Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-15T21:26:03.651Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-15T21:26:04.009Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-15T21:26:04.247Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-15T21:26:04.553Z | Compiling schemars_derive v0.8.21 |
757 | 2024-11-15T21:26:04.788Z | Compiling zerofrom-derive v0.1.4 |
758 | 2024-11-15T21:26:06.099Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-15T21:26:07.569Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-15T21:26:07.702Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-15T21:26:07.826Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-15T21:26:08.413Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-15T21:26:08.654Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-15T21:26:09.065Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-15T21:26:09.161Z | Compiling tokio v1.40.0 |
766 | 2024-11-15T21:26:10.484Z | Compiling yoke v0.7.4 |
767 | 2024-11-15T21:26:10.556Z | Compiling pest v2.7.14 |
768 | 2024-11-15T21:26:10.616Z | Compiling futures-util v0.3.31 |
769 | 2024-11-15T21:26:10.781Z | Compiling icu_provider_macros v1.5.0 |
770 | 2024-11-15T21:26:10.830Z | Compiling zerovec v0.10.4 |
771 | 2024-11-15T21:26:10.842Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-15T21:26:12.107Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-15T21:26:13.480Z | Compiling tinystr v0.7.6 |
774 | 2024-11-15T21:26:13.945Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-15T21:26:13.953Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-15T21:26:16.859Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-15T21:26:17.577Z | Compiling pest_generator v2.7.14 |
778 | 2024-11-15T21:26:18.322Z | Compiling indexmap v2.6.0 |
779 | 2024-11-15T21:26:19.089Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-15T21:26:20.075Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-15T21:26:21.348Z | Compiling h2 v0.4.6 |
782 | 2024-11-15T21:26:21.409Z | Compiling icu_locid_transform v1.5.0 |
783 | 2024-11-15T21:26:24.219Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-15T21:26:24.664Z | Compiling regress v0.10.1 |
785 | 2024-11-15T21:26:26.927Z | Compiling hyper v1.5.0 |
786 | 2024-11-15T21:26:27.394Z | Compiling icu_properties v1.5.1 |
787 | 2024-11-15T21:26:28.022Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-15T21:26:28.886Z | Compiling typify-impl v0.2.0 |
789 | 2024-11-15T21:26:30.087Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-15T21:26:33.802Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-15T21:26:39.459Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-15T21:26:39.465Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-15T21:26:39.465Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-15T21:26:39.518Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-15T21:26:40.597Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-15T21:26:41.131Z | Compiling typify-macro v0.2.0 |
797 | 2024-11-15T21:26:42.051Z | Compiling regex v1.11.1 |
798 | 2024-11-15T21:26:42.511Z | Compiling usdt-impl v0.5.0 |
799 | 2024-11-15T21:26:42.876Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-15T21:26:43.050Z | Compiling mime v0.3.17 |
801 | 2024-11-15T21:26:44.144Z | Compiling num-conv v0.1.0 |
802 | 2024-11-15T21:26:45.021Z | Compiling powerfmt v0.2.0 |
803 | 2024-11-15T21:26:45.260Z | Compiling time-core v0.1.2 |
804 | 2024-11-15T21:26:45.415Z | Compiling time-macros v0.2.18 |
805 | 2024-11-15T21:26:45.423Z | Compiling deranged v0.3.11 |
806 | 2024-11-15T21:26:45.644Z | Compiling scroll v0.12.0 |
807 | 2024-11-15T21:26:46.274Z | Compiling idna v1.0.3 |
808 | 2024-11-15T21:26:47.771Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-11-15T21:26:48.471Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-15T21:26:52.016Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-15T21:26:53.702Z | Compiling dof v0.3.0 |
812 | 2024-11-15T21:26:53.741Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-15T21:26:54.576Z | Compiling thread-id v4.2.2 |
814 | 2024-11-15T21:26:54.677Z | Compiling webpki-roots v0.26.6 |
815 | 2024-11-15T21:26:54.885Z | Compiling rustls-pemfile v2.2.0 |
816 | 2024-11-15T21:26:55.552Z | Compiling omicron-workspace-hack v0.1.0 |
817 | 2024-11-15T21:26:55.778Z | Compiling ident_case v1.0.1 |
818 | 2024-11-15T21:26:55.948Z | Compiling strsim v0.11.1 |
819 | 2024-11-15T21:26:56.524Z | Compiling num_threads v0.1.7 |
820 | 2024-11-15T21:26:56.634Z | Compiling plain v0.2.3 |
821 | 2024-11-15T21:26:56.956Z | Compiling base64 v0.22.1 |
822 | 2024-11-15T21:26:57.036Z | Compiling crossbeam-utils v0.8.20 |
823 | 2024-11-15T21:26:57.381Z | Compiling time v0.3.36 |
824 | 2024-11-15T21:26:57.986Z | Compiling goblin v0.8.2 |
825 | 2024-11-15T21:27:00.442Z | Compiling darling_core v0.20.10 |
826 | 2024-11-15T21:27:06.102Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-15T21:27:06.692Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-15T21:27:07.217Z | Compiling url v2.5.3 |
829 | 2024-11-15T21:27:07.847Z | Compiling typify v0.2.0 |
830 | 2024-11-15T21:27:07.920Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-15T21:27:10.201Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-15T21:27:10.347Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-15T21:27:11.797Z | Compiling unsafe-libyaml v0.2.11 |
834 | 2024-11-15T21:27:12.204Z | Compiling rustversion v1.0.17 |
835 | 2024-11-15T21:27:12.870Z | Compiling rustls v0.22.4 |
836 | 2024-11-15T21:27:13.173Z | Compiling pretty-hex v0.4.1 |
837 | 2024-11-15T21:27:13.182Z | Compiling paste v1.0.15 |
838 | 2024-11-15T21:27:13.394Z | Compiling ipnet v2.10.1 |
839 | 2024-11-15T21:27:13.738Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-15T21:27:14.551Z | Compiling reqwest v0.12.9 |
841 | 2024-11-15T21:27:16.559Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-15T21:27:17.613Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-15T21:27:17.866Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-15T21:27:20.087Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-15T21:27:20.298Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-15T21:27:20.544Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-15T21:27:20.789Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-15T21:27:20.820Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-15T21:27:21.487Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-15T21:27:21.753Z | Compiling rand_core v0.6.4 |
851 | 2024-11-15T21:27:22.337Z | Compiling thread_local v1.1.8 |
852 | 2024-11-15T21:27:22.720Z | Compiling multer v3.1.0 |
853 | 2024-11-15T21:27:23.031Z | Compiling newtype-uuid v1.1.3 |
854 | 2024-11-15T21:27:23.050Z | Compiling match_cfg v0.1.0 |
855 | 2024-11-15T21:27:23.131Z | Compiling anyhow v1.0.93 |
856 | 2024-11-15T21:27:23.333Z | Compiling winnow v0.6.20 |
857 | 2024-11-15T21:27:23.383Z | Compiling slog-async v2.8.0 |
858 | 2024-11-15T21:27:23.709Z | Compiling camino v1.1.9 |
859 | 2024-11-15T21:27:24.192Z | Compiling structmeta v0.3.0 |
860 | 2024-11-15T21:27:24.286Z | Compiling progenitor-macro v0.8.0 |
861 | 2024-11-15T21:27:24.324Z | Compiling hostname v0.3.1 |
862 | 2024-11-15T21:27:24.624Z | Compiling rand_chacha v0.3.1 |
863 | 2024-11-15T21:27:24.885Z | Compiling digest v0.10.7 |
864 | 2024-11-15T21:27:25.111Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-15T21:27:26.339Z | Compiling darling v0.20.10 |
866 | 2024-11-15T21:27:26.444Z | Compiling term v0.7.0 |
867 | 2024-11-15T21:27:27.824Z | Compiling toml_edit v0.22.22 |
868 | 2024-11-15T21:27:27.995Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-15T21:27:32.231Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-15T21:27:33.589Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-15T21:27:35.106Z | Compiling slog-json v2.6.1 |
872 | 2024-11-15T21:27:35.565Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-15T21:27:35.805Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-15T21:27:36.686Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-15T21:27:36.802Z | Compiling memmap v0.7.0 |
876 | 2024-11-15T21:27:37.113Z | Compiling dropshot v0.13.0 |
877 | 2024-11-15T21:27:37.202Z | Compiling cpufeatures v0.2.14 |
878 | 2024-11-15T21:27:37.218Z | Compiling take_mut v0.2.2 |
879 | 2024-11-15T21:27:37.284Z | Compiling sha1 v0.10.6 |
880 | 2024-11-15T21:27:37.499Z | Compiling progenitor v0.8.0 |
881 | 2024-11-15T21:27:37.715Z | Compiling async-stream v0.3.6 |
882 | 2024-11-15T21:27:38.017Z | Compiling usdt v0.5.0 |
883 | 2024-11-15T21:27:38.047Z | Compiling slog-term v2.9.1 |
884 | 2024-11-15T21:27:39.562Z | Compiling futures v0.3.31 |
885 | 2024-11-15T21:27:39.759Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-15T21:27:40.031Z | Compiling tokio-rustls v0.25.0 |
887 | 2024-11-15T21:27:40.461Z | Compiling toml v0.8.19 |
888 | 2024-11-15T21:27:40.754Z | Compiling strum_macros v0.26.4 |
889 | 2024-11-15T21:27:41.020Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-15T21:27:43.678Z | Compiling rand v0.8.5 |
891 | 2024-11-15T21:27:45.596Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-15T21:27:49.561Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-15T21:27:49.638Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-15T21:27:49.876Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-15T21:27:50.833Z | Compiling hex v0.4.3 |
896 | 2024-11-15T21:27:50.926Z | Compiling async-trait v0.1.83 |
897 | 2024-11-15T21:27:51.542Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-15T21:27:52.352Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-15T21:27:52.589Z | Compiling hostname v0.4.0 |
900 | 2024-11-15T21:27:52.831Z | Compiling instant v0.1.13 |
901 | 2024-11-15T21:27:52.988Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-15T21:27:53.125Z | Compiling backoff v0.4.0 |
903 | 2024-11-15T21:27:53.359Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-15T21:27:53.460Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-15T21:27:53.537Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-15T21:27:53.623Z | Compiling parse-display v0.10.0 |
907 | 2024-11-15T21:27:54.778Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
908 | 2024-11-15T21:27:55.786Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
909 | 2024-11-15T21:27:56.354Z | Compiling strum v0.26.3 |
910 | 2024-11-15T21:27:56.538Z | Compiling serde_with v3.11.0 |
911 | 2024-11-15T21:27:58.490Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-15T21:27:58.940Z | Compiling regress v0.9.1 |
913 | 2024-11-15T21:27:59.298Z | Compiling macaddr v1.0.1 |
914 | 2024-11-15T21:28:04.043Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-15T21:28:14.625Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-15T21:28:24.323Z | Finished `release` profile [optimized] target(s) in 2m 36s |
917 | 2024-11-15T21:28:24.390Z | process exited: duration 239672 ms, exit code 0 |
|
918 | 2024-11-15T21:28:24.396Z | found 0 output files |