|
|
|
1 | 2024-11-15T19:38:23.803Z | job assigned to worker 01JCRN96VE38N7VFJZ8NHA6239 [factory aws, i-012da02316684887f] (queued for 1 m 3 s) |
|
2 | 2024-11-15T19:38:32.036Z | starting task 0: "setup" |
3 | 2024-11-15T19:38:32.045Z | ++ uname -s |
4 | 2024-11-15T19:38:32.048Z | + kern=SunOS |
5 | 2024-11-15T19:38:32.048Z | + case "$kern" in |
6 | 2024-11-15T19:38:32.048Z | + groupadd -g 12345 build |
7 | 2024-11-15T19:38:32.051Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T19:38:34.058Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T19:38:34.174Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T19:38:34.177Z | + home_fs=zfs |
11 | 2024-11-15T19:38:34.177Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T19:38:34.177Z | + mkdir -p /home/build |
13 | 2024-11-15T19:38:34.180Z | + chown build:build /home/build /work |
14 | 2024-11-15T19:38:36.181Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T19:38:36.184Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2024-11-15T19:38:36.189Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T19:38:36.194Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T19:38:36.194Z | ' 1.81.0 |
19 | 2024-11-15T19:38:36.194Z | * toolchain channel = "1.81.0" |
20 | 2024-11-15T19:38:36.194Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-15T19:38:36.194Z | ' default |
22 | 2024-11-15T19:38:36.194Z | * toolchain profile = "default" |
23 | 2024-11-15T19:38:36.197Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T19:38:36.197Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T19:38:36.314Z | info: downloading installer |
26 | 2024-11-15T19:38:37.561Z | info: profile set to 'default' |
27 | 2024-11-15T19:38:37.561Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T19:38:37.563Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T19:38:37.712Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T19:38:37.712Z | info: downloading component 'cargo' |
31 | 2024-11-15T19:38:38.539Z | info: downloading component 'clippy' |
32 | 2024-11-15T19:38:38.843Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T19:38:39.992Z | info: downloading component 'rust-std' |
34 | 2024-11-15T19:38:41.775Z | info: downloading component 'rustc' |
35 | 2024-11-15T19:38:48.175Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T19:38:48.416Z | info: installing component 'cargo' |
37 | 2024-11-15T19:38:49.201Z | info: installing component 'clippy' |
38 | 2024-11-15T19:38:49.560Z | info: installing component 'rust-docs' |
39 | 2024-11-15T19:38:51.145Z | info: installing component 'rust-std' |
40 | 2024-11-15T19:38:52.885Z | info: installing component 'rustc' |
41 | 2024-11-15T19:38:58.531Z | info: installing component 'rustfmt' |
42 | 2024-11-15T19:38:58.856Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T19:38:58.856Z | |
44 | 2024-11-15T19:38:59.225Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T19:38:59.225Z | |
46 | 2024-11-15T19:38:59.227Z | |
47 | 2024-11-15T19:38:59.228Z | Rust is installed now. Great! |
48 | 2024-11-15T19:38:59.228Z | |
49 | 2024-11-15T19:38:59.228Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T19:38:59.228Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T19:38:59.228Z | |
52 | 2024-11-15T19:38:59.228Z | To configure your current shell, you need to source |
53 | 2024-11-15T19:38:59.228Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T19:38:59.228Z | |
55 | 2024-11-15T19:38:59.228Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T19:38:59.228Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T19:38:59.228Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T19:38:59.294Z | + rustc --version |
59 | 2024-11-15T19:38:59.362Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T19:38:59.364Z | process exited: duration 23172 ms, exit code 0 |
|
61 | 2024-11-15T19:38:59.369Z | starting task 2: "authentication" |
62 | 2024-11-15T19:38:59.390Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-15T19:38:59.395Z | starting task 3: "clone repository" |
64 | 2024-11-15T19:38:59.401Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T19:38:59.404Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T19:38:59.660Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T19:39:40.140Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T19:39:40.140Z | + git fetch origin a8f2400c1930fa7912ac43d6f6c340464360b20d |
69 | 2024-11-15T19:39:40.841Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T19:39:40.841Z | * branch a8f2400c1930fa7912ac43d6f6c340464360b20d -> FETCH_HEAD |
71 | 2024-11-15T19:39:40.852Z | + [[ -n dendrite-integration ]] |
72 | 2024-11-15T19:39:40.854Z | ++ git branch --show-current |
73 | 2024-11-15T19:39:40.857Z | + current=main |
74 | 2024-11-15T19:39:40.857Z | + [[ main != dendrite-integration ]] |
75 | 2024-11-15T19:39:40.857Z | + git branch -f dendrite-integration a8f2400c1930fa7912ac43d6f6c340464360b20d |
76 | 2024-11-15T19:39:40.861Z | + git checkout -f dendrite-integration |
77 | 2024-11-15T19:39:41.047Z | Switched to branch 'dendrite-integration' |
78 | 2024-11-15T19:39:41.051Z | + git reset --hard a8f2400c1930fa7912ac43d6f6c340464360b20d |
79 | 2024-11-15T19:39:41.061Z | HEAD is now at a8f2400c1 Update with latest version |
80 | 2024-11-15T19:39:41.064Z | process exited: duration 41661 ms, exit code 0 |
|
81 | 2024-11-15T19:39:41.069Z | starting task 4: "build" |
82 | 2024-11-15T19:39:41.074Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-15T19:39:41.074Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-15T19:39:41.077Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-15T19:39:41.077Z | + cargo --version |
86 | 2024-11-15T19:39:41.132Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-15T19:39:41.137Z | + rustc --version |
88 | 2024-11-15T19:39:41.197Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-15T19:39:41.199Z | + cd /tmp |
90 | 2024-11-15T19:39:41.199Z | + cargo new --lib test-project |
91 | 2024-11-15T19:39:41.262Z | Creating library `test-project` package |
92 | 2024-11-15T19:39:41.339Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-15T19:39:41.342Z | + cd test-project |
94 | 2024-11-15T19:39:41.342Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-15T19:39:41.401Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-15T19:39:41.401Z | Features: |
97 | 2024-11-15T19:39:41.404Z | - proptest |
98 | 2024-11-15T19:39:41.404Z | - test-strategy |
99 | 2024-11-15T19:39:41.404Z | - testing |
100 | 2024-11-15T19:39:41.404Z | Updating crates.io index |
101 | 2024-11-15T19:39:41.482Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-15T19:39:43.495Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-15T19:39:44.679Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-15T19:39:45.456Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-15T19:39:47.576Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-15T19:39:47.588Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-15T19:39:47.588Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-15T19:39:47.588Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-15T19:39:47.588Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-15T19:39:47.588Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-15T19:39:47.588Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-15T19:39:47.588Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-15T19:39:47.588Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-15T19:39:47.588Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-15T19:39:47.588Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-15T19:39:47.588Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-15T19:39:47.588Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-15T19:39:47.593Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-15T19:39:47.596Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-15T19:39:47.598Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-15T19:39:47.598Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-15T19:39:47.598Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-15T19:39:47.598Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-15T19:39:47.600Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-15T19:39:47.601Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-15T19:39:47.603Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-15T19:39:47.603Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-15T19:39:47.603Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-15T19:39:47.603Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-15T19:39:47.603Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-15T19:39:47.603Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-15T19:39:47.603Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-15T19:39:47.678Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-15T19:39:47.681Z | + cargo check |
135 | 2024-11-15T19:39:47.845Z | Updating crates.io index |
136 | 2024-11-15T19:39:48.547Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-15T19:39:51.976Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-15T19:39:54.419Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-15T19:39:55.416Z | Downloading crates ... |
140 | 2024-11-15T19:39:55.505Z | Downloaded async-stream v0.3.6 |
141 | 2024-11-15T19:39:55.516Z | Downloaded futures v0.3.31 |
142 | 2024-11-15T19:39:55.521Z | Downloaded futures-core v0.3.31 |
143 | 2024-11-15T19:39:55.523Z | Downloaded camino v1.1.9 |
144 | 2024-11-15T19:39:55.526Z | Downloaded async-trait v0.1.83 |
145 | 2024-11-15T19:39:55.528Z | Downloaded darling_macro v0.20.10 |
146 | 2024-11-15T19:39:55.531Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2024-11-15T19:39:55.534Z | Downloaded tinystr v0.7.6 |
148 | 2024-11-15T19:39:55.536Z | Downloaded tower-service v0.3.3 |
149 | 2024-11-15T19:39:55.540Z | Downloaded match_cfg v0.1.0 |
150 | 2024-11-15T19:39:55.542Z | Downloaded hyper-tls v0.6.0 |
151 | 2024-11-15T19:39:55.545Z | Downloaded tokio-native-tls v0.3.1 |
152 | 2024-11-15T19:39:55.545Z | Downloaded block-buffer v0.10.4 |
153 | 2024-11-15T19:39:55.547Z | Downloaded hostname v0.4.0 |
154 | 2024-11-15T19:39:55.547Z | Downloaded tracing-core v0.1.32 |
155 | 2024-11-15T19:39:55.550Z | Downloaded fnv v1.0.7 |
156 | 2024-11-15T19:39:55.552Z | Downloaded dyn-clone v1.0.17 |
157 | 2024-11-15T19:39:55.556Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-11-15T19:39:55.556Z | Downloaded want v0.3.1 |
159 | 2024-11-15T19:39:55.558Z | Downloaded yoke-derive v0.7.4 |
160 | 2024-11-15T19:39:55.558Z | Downloaded ipnetwork v0.20.0 |
161 | 2024-11-15T19:39:55.561Z | Downloaded http-body-util v0.1.2 |
162 | 2024-11-15T19:39:55.561Z | Downloaded displaydoc v0.2.5 |
163 | 2024-11-15T19:39:55.565Z | Downloaded write16 v1.0.0 |
164 | 2024-11-15T19:39:55.567Z | Downloaded tokio-rustls v0.25.0 |
165 | 2024-11-15T19:39:55.571Z | Downloaded backoff v0.4.0 |
166 | 2024-11-15T19:39:55.571Z | Downloaded itoa v1.0.11 |
167 | 2024-11-15T19:39:55.573Z | Downloaded try-lock v0.2.5 |
168 | 2024-11-15T19:39:55.573Z | Downloaded icu_locid_transform v1.5.0 |
169 | 2024-11-15T19:39:55.576Z | Downloaded paste v1.0.15 |
170 | 2024-11-15T19:39:55.578Z | Downloaded mime v0.3.17 |
171 | 2024-11-15T19:39:55.581Z | Downloaded tinyvec_macros v0.1.1 |
172 | 2024-11-15T19:39:55.581Z | Downloaded lock_api v0.4.12 |
173 | 2024-11-15T19:39:55.584Z | Downloaded crossbeam-utils v0.8.20 |
174 | 2024-11-15T19:39:55.586Z | Downloaded untrusted v0.9.0 |
175 | 2024-11-15T19:39:55.589Z | Downloaded allocator-api2 v0.2.18 |
176 | 2024-11-15T19:39:55.592Z | Downloaded pkg-config v0.3.31 |
177 | 2024-11-15T19:39:55.595Z | Downloaded icu_properties v1.5.1 |
178 | 2024-11-15T19:39:55.595Z | Downloaded zerofrom-derive v0.1.4 |
179 | 2024-11-15T19:39:55.597Z | Downloaded tokio-macros v2.4.0 |
180 | 2024-11-15T19:39:55.598Z | Downloaded icu_normalizer v1.5.0 |
181 | 2024-11-15T19:39:55.601Z | Downloaded async-stream-impl v0.3.6 |
182 | 2024-11-15T19:39:55.604Z | Downloaded dropshot_endpoint v0.13.0 |
183 | 2024-11-15T19:39:55.606Z | Downloaded ppv-lite86 v0.2.20 |
184 | 2024-11-15T19:39:55.609Z | Downloaded memmap v0.7.0 |
185 | 2024-11-15T19:39:55.609Z | Downloaded stable_deref_trait v1.2.0 |
186 | 2024-11-15T19:39:55.611Z | Downloaded zerocopy-derive v0.7.35 |
187 | 2024-11-15T19:39:55.614Z | Downloaded progenitor v0.8.0 |
188 | 2024-11-15T19:39:55.617Z | Downloaded structmeta-derive v0.3.0 |
189 | 2024-11-15T19:39:55.619Z | Downloaded rustc-hash v2.0.0 |
190 | 2024-11-15T19:39:55.619Z | Downloaded autocfg v1.4.0 |
191 | 2024-11-15T19:39:55.621Z | Downloaded signal-hook-registry v1.4.2 |
192 | 2024-11-15T19:39:55.624Z | Downloaded toml_datetime v0.6.8 |
193 | 2024-11-15T19:39:55.627Z | Downloaded icu_collections v1.5.0 |
194 | 2024-11-15T19:39:55.631Z | Downloaded usdt-impl v0.5.0 |
195 | 2024-11-15T19:39:55.634Z | Downloaded typify v0.2.0 |
196 | 2024-11-15T19:39:55.636Z | Downloaded num-traits v0.2.19 |
197 | 2024-11-15T19:39:55.639Z | Downloaded scopeguard v1.2.0 |
198 | 2024-11-15T19:39:55.642Z | Downloaded quote v1.0.37 |
199 | 2024-11-15T19:39:55.644Z | Downloaded num_threads v0.1.7 |
200 | 2024-11-15T19:39:55.646Z | Downloaded usdt-macro v0.5.0 |
201 | 2024-11-15T19:39:55.646Z | Downloaded usdt v0.5.0 |
202 | 2024-11-15T19:39:55.646Z | Downloaded foreign-types v0.3.2 |
203 | 2024-11-15T19:39:55.649Z | Downloaded foreign-types-shared v0.1.1 |
204 | 2024-11-15T19:39:55.649Z | Downloaded equivalent v1.0.1 |
205 | 2024-11-15T19:39:55.652Z | Downloaded dtrace-parser v0.2.0 |
206 | 2024-11-15T19:39:55.652Z | Downloaded debug-ignore v1.0.5 |
207 | 2024-11-15T19:39:55.654Z | Downloaded tokio-rustls v0.26.0 |
208 | 2024-11-15T19:39:55.656Z | Downloaded num-conv v0.1.0 |
209 | 2024-11-15T19:39:55.656Z | Downloaded zerofrom v0.1.4 |
210 | 2024-11-15T19:39:55.656Z | Downloaded atomic-waker v1.1.2 |
211 | 2024-11-15T19:39:55.659Z | Downloaded ident_case v1.0.1 |
212 | 2024-11-15T19:39:55.659Z | Downloaded openssl-macros v0.1.1 |
213 | 2024-11-15T19:39:55.661Z | Downloaded omicron-workspace-hack v0.1.0 |
214 | 2024-11-15T19:39:55.661Z | Downloaded http-body v1.0.1 |
215 | 2024-11-15T19:39:55.663Z | Downloaded parking_lot_core v0.9.10 |
216 | 2024-11-15T19:39:55.666Z | Downloaded pretty-hex v0.4.1 |
217 | 2024-11-15T19:39:55.666Z | Downloaded waitgroup v0.1.2 |
218 | 2024-11-15T19:39:55.669Z | Downloaded progenitor-client v0.8.0 |
219 | 2024-11-15T19:39:55.669Z | Downloaded take_mut v0.2.2 |
220 | 2024-11-15T19:39:55.672Z | Downloaded time-core v0.1.2 |
221 | 2024-11-15T19:39:55.672Z | Downloaded once_cell v1.20.2 |
222 | 2024-11-15T19:39:55.675Z | Downloaded tinyvec v1.8.0 |
223 | 2024-11-15T19:39:55.677Z | Downloaded toml v0.8.19 |
224 | 2024-11-15T19:39:55.680Z | Downloaded time-macros v0.2.18 |
225 | 2024-11-15T19:39:55.683Z | Downloaded byteorder v1.5.0 |
226 | 2024-11-15T19:39:55.685Z | Downloaded strsim v0.11.1 |
227 | 2024-11-15T19:39:55.687Z | Downloaded form_urlencoded v1.2.1 |
228 | 2024-11-15T19:39:55.687Z | Downloaded dof v0.3.0 |
229 | 2024-11-15T19:39:55.690Z | Downloaded dirs-next v2.0.0 |
230 | 2024-11-15T19:39:55.690Z | Downloaded crypto-common v0.1.6 |
231 | 2024-11-15T19:39:55.693Z | Downloaded cfg-if v1.0.0 |
232 | 2024-11-15T19:39:55.693Z | Downloaded anyhow v1.0.93 |
233 | 2024-11-15T19:39:55.696Z | Downloaded generic-array v0.14.7 |
234 | 2024-11-15T19:39:55.698Z | Downloaded utf16_iter v1.0.5 |
235 | 2024-11-15T19:39:55.700Z | Downloaded futures-task v0.3.31 |
236 | 2024-11-15T19:39:55.700Z | Downloaded ryu v1.0.18 |
237 | 2024-11-15T19:39:55.704Z | Downloaded scroll_derive v0.12.0 |
238 | 2024-11-15T19:39:55.706Z | Downloaded newtype-uuid v1.1.3 |
239 | 2024-11-15T19:39:55.706Z | Downloaded strum v0.26.3 |
240 | 2024-11-15T19:39:55.709Z | Downloaded pest_generator v2.7.14 |
241 | 2024-11-15T19:39:55.709Z | Downloaded dirs-sys-next v0.1.2 |
242 | 2024-11-15T19:39:55.711Z | Downloaded idna_adapter v1.2.0 |
243 | 2024-11-15T19:39:55.711Z | Downloaded hostname v0.3.1 |
244 | 2024-11-15T19:39:55.714Z | Downloaded powerfmt v0.2.0 |
245 | 2024-11-15T19:39:55.714Z | Downloaded zeroize v1.8.1 |
246 | 2024-11-15T19:39:55.716Z | Downloaded writeable v0.5.5 |
247 | 2024-11-15T19:39:55.719Z | Downloaded parse-display v0.10.0 |
248 | 2024-11-15T19:39:55.719Z | Downloaded usdt-attr-macro v0.5.0 |
249 | 2024-11-15T19:39:55.719Z | Downloaded typify-macro v0.2.0 |
250 | 2024-11-15T19:39:55.721Z | Downloaded zerovec-derive v0.10.3 |
251 | 2024-11-15T19:39:55.721Z | Downloaded pin-utils v0.1.0 |
252 | 2024-11-15T19:39:55.724Z | Downloaded percent-encoding v2.3.1 |
253 | 2024-11-15T19:39:55.724Z | Downloaded version_check v0.9.5 |
254 | 2024-11-15T19:39:55.726Z | Downloaded utf8_iter v1.0.4 |
255 | 2024-11-15T19:39:55.726Z | Downloaded macaddr v1.0.1 |
256 | 2024-11-15T19:39:55.728Z | Downloaded rand_chacha v0.3.1 |
257 | 2024-11-15T19:39:55.729Z | Downloaded hex v0.4.3 |
258 | 2024-11-15T19:39:55.731Z | Downloaded futures-sink v0.3.31 |
259 | 2024-11-15T19:39:55.731Z | Downloaded rand_core v0.6.4 |
260 | 2024-11-15T19:39:55.734Z | Downloaded quinn-udp v0.5.5 |
261 | 2024-11-15T19:39:55.736Z | Downloaded structmeta v0.3.0 |
262 | 2024-11-15T19:39:55.736Z | Downloaded darling v0.20.10 |
263 | 2024-11-15T19:39:55.739Z | Downloaded serde_urlencoded v0.7.1 |
264 | 2024-11-15T19:39:55.743Z | Downloaded pest_meta v2.7.14 |
265 | 2024-11-15T19:39:55.745Z | Downloaded rustversion v1.0.17 |
266 | 2024-11-15T19:39:55.748Z | Downloaded sync_wrapper v1.0.1 |
267 | 2024-11-15T19:39:55.748Z | Downloaded futures-channel v0.3.31 |
268 | 2024-11-15T19:39:55.750Z | Downloaded shlex v1.3.0 |
269 | 2024-11-15T19:39:55.753Z | Downloaded sha1 v0.10.6 |
270 | 2024-11-15T19:39:55.755Z | Downloaded parse-display-derive v0.10.0 |
271 | 2024-11-15T19:39:55.755Z | Downloaded thread_local v1.1.8 |
272 | 2024-11-15T19:39:55.758Z | Downloaded thiserror v1.0.69 |
273 | 2024-11-15T19:39:55.761Z | Downloaded thread-id v4.2.2 |
274 | 2024-11-15T19:39:55.764Z | Downloaded synstructure v0.13.1 |
275 | 2024-11-15T19:39:55.767Z | Downloaded slog-json v2.6.1 |
276 | 2024-11-15T19:39:55.767Z | Downloaded subtle v2.6.1 |
277 | 2024-11-15T19:39:55.769Z | Downloaded slab v0.4.9 |
278 | 2024-11-15T19:39:55.769Z | Downloaded progenitor-macro v0.8.0 |
279 | 2024-11-15T19:39:55.771Z | Downloaded multer v3.1.0 |
280 | 2024-11-15T19:39:55.774Z | Downloaded plain v0.2.3 |
281 | 2024-11-15T19:39:55.774Z | Downloaded uuid v1.11.0 |
282 | 2024-11-15T19:39:55.777Z | Downloaded pin-project-lite v0.2.14 |
283 | 2024-11-15T19:39:55.782Z | Downloaded slog-async v2.8.0 |
284 | 2024-11-15T19:39:55.785Z | Downloaded pest_derive v2.7.14 |
285 | 2024-11-15T19:39:55.788Z | Downloaded term v0.7.0 |
286 | 2024-11-15T19:39:55.790Z | Downloaded rustls-pki-types v1.9.0 |
287 | 2024-11-15T19:39:55.795Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2024-11-15T19:39:55.798Z | Downloaded smallvec v1.13.2 |
289 | 2024-11-15T19:39:55.800Z | Downloaded scroll v0.12.0 |
290 | 2024-11-15T19:39:55.800Z | Downloaded tracing v0.1.40 |
291 | 2024-11-15T19:39:55.804Z | Downloaded serde_tokenstream v0.2.2 |
292 | 2024-11-15T19:39:55.807Z | Downloaded schemars_derive v0.8.21 |
293 | 2024-11-15T19:39:55.809Z | Downloaded typenum v1.17.0 |
294 | 2024-11-15T19:39:55.812Z | Downloaded serde_derive_internals v0.29.1 |
295 | 2024-11-15T19:39:55.815Z | Downloaded unicode-ident v1.0.13 |
296 | 2024-11-15T19:39:55.817Z | Downloaded spin v0.9.8 |
297 | 2024-11-15T19:39:55.820Z | Downloaded parking_lot v0.12.3 |
298 | 2024-11-15T19:39:55.823Z | Downloaded log v0.4.22 |
299 | 2024-11-15T19:39:55.823Z | Downloaded icu_provider v1.5.0 |
300 | 2024-11-15T19:39:55.826Z | Downloaded serde_spanned v0.6.8 |
301 | 2024-11-15T19:39:55.829Z | Downloaded progenitor-impl v0.8.0 |
302 | 2024-11-15T19:39:55.831Z | Downloaded serde_with_macros v3.11.0 |
303 | 2024-11-15T19:39:55.834Z | Downloaded bytes v1.8.0 |
304 | 2024-11-15T19:39:55.836Z | Downloaded darling_core v0.20.10 |
305 | 2024-11-15T19:39:55.841Z | Downloaded semver v1.0.23 |
306 | 2024-11-15T19:39:55.843Z | Downloaded slog v2.7.0 |
307 | 2024-11-15T19:39:55.847Z | Downloaded unsafe-libyaml v0.2.11 |
308 | 2024-11-15T19:39:55.850Z | Downloaded hyper-util v0.1.10 |
309 | 2024-11-15T19:39:55.855Z | Downloaded serde_derive v1.0.215 |
310 | 2024-11-15T19:39:55.858Z | Downloaded cc v1.1.30 |
311 | 2024-11-15T19:39:55.862Z | Downloaded openssl-sys v0.9.104 |
312 | 2024-11-15T19:39:55.866Z | Downloaded toml_edit v0.22.22 |
313 | 2024-11-15T19:39:55.888Z | Downloaded serde v1.0.215 |
314 | 2024-11-15T19:39:55.891Z | Downloaded schemars v0.8.21 |
315 | 2024-11-15T19:39:55.904Z | Downloaded mio v1.0.2 |
316 | 2024-11-15T19:39:55.910Z | Downloaded rand v0.8.5 |
317 | 2024-11-15T19:39:55.914Z | Downloaded tokio-util v0.7.12 |
318 | 2024-11-15T19:39:55.921Z | Downloaded url v2.5.3 |
319 | 2024-11-15T19:39:55.925Z | Downloaded memchr v2.7.4 |
320 | 2024-11-15T19:39:55.930Z | Downloaded pest v2.7.14 |
321 | 2024-11-15T19:39:55.936Z | Downloaded hashbrown v0.12.3 |
322 | 2024-11-15T19:39:55.941Z | Downloaded crossbeam-channel v0.5.13 |
323 | 2024-11-15T19:39:55.945Z | Downloaded chrono v0.4.38 |
324 | 2024-11-15T19:39:55.952Z | Downloaded time v0.3.36 |
325 | 2024-11-15T19:39:55.960Z | Downloaded serde_with v3.11.0 |
326 | 2024-11-15T19:39:55.969Z | Downloaded hyper v1.5.0 |
327 | 2024-11-15T19:39:55.977Z | Downloaded serde_json v1.0.132 |
328 | 2024-11-15T19:39:55.983Z | Downloaded quinn-proto v0.11.8 |
329 | 2024-11-15T19:39:55.990Z | Downloaded reqwest v0.12.9 |
330 | 2024-11-15T19:39:55.998Z | Downloaded rustls-webpki v0.102.8 |
331 | 2024-11-15T19:39:56.017Z | Downloaded zerocopy v0.7.35 |
332 | 2024-11-15T19:39:56.032Z | Downloaded winnow v0.6.20 |
333 | 2024-11-15T19:39:56.041Z | Downloaded openssl v0.10.68 |
334 | 2024-11-15T19:39:56.051Z | Downloaded vcpkg v0.2.15 |
335 | 2024-11-15T19:39:56.088Z | Downloaded icu_properties_data v1.5.0 |
336 | 2024-11-15T19:39:56.097Z | Downloaded regex v1.11.1 |
337 | 2024-11-15T19:39:56.110Z | Downloaded webpki-roots v0.26.6 |
338 | 2024-11-15T19:39:56.113Z | Downloaded aho-corasick v1.1.3 |
339 | 2024-11-15T19:39:56.119Z | Downloaded zerovec v0.10.4 |
340 | 2024-11-15T19:39:56.125Z | Downloaded dropshot v0.13.0 |
341 | 2024-11-15T19:39:56.146Z | Downloaded rustls v0.22.4 |
342 | 2024-11-15T19:39:56.158Z | Downloaded syn v2.0.87 |
343 | 2024-11-15T19:39:56.168Z | Downloaded regress v0.9.1 |
344 | 2024-11-15T19:39:56.176Z | Downloaded rustls v0.23.14 |
345 | 2024-11-15T19:39:56.187Z | Downloaded hashbrown v0.15.0 |
346 | 2024-11-15T19:39:56.192Z | Downloaded regress v0.10.1 |
347 | 2024-11-15T19:39:56.200Z | Downloaded openapiv3 v2.0.0 |
348 | 2024-11-15T19:39:56.211Z | Downloaded regex-syntax v0.8.5 |
349 | 2024-11-15T19:39:56.219Z | Downloaded goblin v0.8.2 |
350 | 2024-11-15T19:39:56.224Z | Downloaded http v1.1.0 |
351 | 2024-11-15T19:39:56.228Z | Downloaded h2 v0.4.6 |
352 | 2024-11-15T19:39:56.234Z | Downloaded quinn v0.11.5 |
353 | 2024-11-15T19:39:56.237Z | Downloaded futures-util v0.3.31 |
354 | 2024-11-15T19:39:56.248Z | Downloaded serde_yaml v0.9.34+deprecated |
355 | 2024-11-15T19:39:56.252Z | Downloaded socket2 v0.5.7 |
356 | 2024-11-15T19:39:56.254Z | Downloaded typify-impl v0.2.0 |
357 | 2024-11-15T19:39:56.268Z | Downloaded base64 v0.22.1 |
358 | 2024-11-15T19:39:56.272Z | Downloaded proc-macro2 v1.0.89 |
359 | 2024-11-15T19:39:56.275Z | Downloaded icu_normalizer_data v1.5.0 |
360 | 2024-11-15T19:39:56.277Z | Downloaded icu_locid v1.5.0 |
361 | 2024-11-15T19:39:56.280Z | Downloaded indexmap v1.9.3 |
362 | 2024-11-15T19:39:56.283Z | Downloaded regex-automata v0.4.8 |
363 | 2024-11-15T19:39:56.299Z | Downloaded icu_locid_transform_data v1.5.0 |
364 | 2024-11-15T19:39:56.302Z | Downloaded httparse v1.9.5 |
365 | 2024-11-15T19:39:56.304Z | Downloaded hyper-rustls v0.27.3 |
366 | 2024-11-15T19:39:56.307Z | Downloaded strum_macros v0.26.4 |
367 | 2024-11-15T19:39:56.307Z | Downloaded hashbrown v0.14.5 |
368 | 2024-11-15T19:39:56.312Z | Downloaded sha2 v0.10.8 |
369 | 2024-11-15T19:39:56.314Z | Downloaded idna v1.0.3 |
370 | 2024-11-15T19:39:56.318Z | Downloaded slog-term v2.9.1 |
371 | 2024-11-15T19:39:56.320Z | Downloaded bitflags v2.6.0 |
372 | 2024-11-15T19:39:56.323Z | Downloaded libc v0.2.162 |
373 | 2024-11-15T19:39:56.349Z | Downloaded litemap v0.7.3 |
374 | 2024-11-15T19:39:56.352Z | Downloaded ipnet v2.10.1 |
375 | 2024-11-15T19:39:56.354Z | Downloaded yoke v0.7.4 |
376 | 2024-11-15T19:39:56.355Z | Downloaded tokio v1.40.0 |
377 | 2024-11-15T19:39:56.389Z | Downloaded iana-time-zone v0.1.61 |
378 | 2024-11-15T19:39:56.392Z | Downloaded is-terminal v0.4.13 |
379 | 2024-11-15T19:39:56.395Z | Downloaded getrandom v0.2.15 |
380 | 2024-11-15T19:39:56.395Z | Downloaded serde_path_to_error v0.1.16 |
381 | 2024-11-15T19:39:56.397Z | Downloaded slog-bunyan v2.5.0 |
382 | 2024-11-15T19:39:56.397Z | Downloaded ucd-trie v0.1.7 |
383 | 2024-11-15T19:39:56.399Z | Downloaded thiserror-impl v1.0.69 |
384 | 2024-11-15T19:39:56.403Z | Downloaded futures-io v0.3.31 |
385 | 2024-11-15T19:39:56.403Z | Downloaded futures-executor v0.3.31 |
386 | 2024-11-15T19:39:56.403Z | Downloaded ahash v0.8.11 |
387 | 2024-11-15T19:39:56.405Z | Downloaded deranged v0.3.11 |
388 | 2024-11-15T19:39:56.405Z | Downloaded cpufeatures v0.2.14 |
389 | 2024-11-15T19:39:56.408Z | Downloaded native-tls v0.2.12 |
390 | 2024-11-15T19:39:56.408Z | Downloaded indexmap v2.6.0 |
391 | 2024-11-15T19:39:56.411Z | Downloaded httpdate v1.0.3 |
392 | 2024-11-15T19:39:56.414Z | Downloaded heck v0.5.0 |
393 | 2024-11-15T19:39:56.414Z | Downloaded futures-macro v0.3.31 |
394 | 2024-11-15T19:39:56.416Z | Downloaded instant v0.1.13 |
395 | 2024-11-15T19:39:56.416Z | Downloaded digest v0.10.7 |
396 | 2024-11-15T19:39:56.463Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-15T19:39:56.655Z | Downloaded ring v0.17.8 |
398 | 2024-11-15T19:39:56.978Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-15T19:39:56.978Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-15T19:39:56.981Z | Compiling libc v0.2.162 |
401 | 2024-11-15T19:39:56.981Z | Checking cfg-if v1.0.0 |
402 | 2024-11-15T19:39:56.981Z | Compiling autocfg v1.4.0 |
403 | 2024-11-15T19:39:56.981Z | Compiling serde v1.0.215 |
404 | 2024-11-15T19:39:56.981Z | Compiling version_check v0.9.5 |
405 | 2024-11-15T19:39:56.981Z | Checking memchr v2.7.4 |
406 | 2024-11-15T19:39:57.121Z | Checking itoa v1.0.11 |
407 | 2024-11-15T19:39:57.159Z | Compiling serde_json v1.0.132 |
408 | 2024-11-15T19:39:57.667Z | Compiling thiserror v1.0.69 |
409 | 2024-11-15T19:39:57.760Z | Checking once_cell v1.20.2 |
410 | 2024-11-15T19:39:57.808Z | Compiling shlex v1.3.0 |
411 | 2024-11-15T19:39:58.001Z | Compiling cc v1.1.30 |
412 | 2024-11-15T19:39:58.652Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-15T19:39:58.732Z | Compiling num-traits v0.2.19 |
414 | 2024-11-15T19:39:59.383Z | Checking smallvec v1.13.2 |
415 | 2024-11-15T19:39:59.502Z | Checking bytes v1.8.0 |
416 | 2024-11-15T19:39:59.527Z | Checking ryu v1.0.18 |
417 | 2024-11-15T19:39:59.687Z | Checking futures-core v0.3.31 |
418 | 2024-11-15T19:39:59.704Z | Compiling lock_api v0.4.12 |
419 | 2024-11-15T19:39:59.744Z | Compiling byteorder v1.5.0 |
420 | 2024-11-15T19:39:59.880Z | Compiling parking_lot_core v0.9.10 |
421 | 2024-11-15T19:40:00.154Z | Compiling ahash v0.8.11 |
422 | 2024-11-15T19:40:00.190Z | Compiling schemars v0.8.21 |
423 | 2024-11-15T19:40:00.235Z | Checking scopeguard v1.2.0 |
424 | 2024-11-15T19:40:00.254Z | Checking getrandom v0.2.15 |
425 | 2024-11-15T19:40:00.272Z | Compiling slab v0.4.9 |
426 | 2024-11-15T19:40:00.459Z | Checking futures-sink v0.3.31 |
427 | 2024-11-15T19:40:00.564Z | Compiling quote v1.0.37 |
428 | 2024-11-15T19:40:00.577Z | Checking log v0.4.22 |
429 | 2024-11-15T19:40:00.596Z | Checking socket2 v0.5.7 |
430 | 2024-11-15T19:40:00.631Z | Checking mio v1.0.2 |
431 | 2024-11-15T19:40:00.650Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-15T19:40:00.800Z | Checking stable_deref_trait v1.2.0 |
433 | 2024-11-15T19:40:00.817Z | Checking parking_lot v0.12.3 |
434 | 2024-11-15T19:40:00.910Z | Compiling ring v0.17.8 |
435 | 2024-11-15T19:40:00.942Z | Compiling semver v1.0.23 |
436 | 2024-11-15T19:40:01.077Z | Compiling syn v2.0.87 |
437 | 2024-11-15T19:40:01.149Z | Checking equivalent v1.0.1 |
438 | 2024-11-15T19:40:01.180Z | Checking hashbrown v0.15.0 |
439 | 2024-11-15T19:40:01.250Z | Checking fnv v1.0.7 |
440 | 2024-11-15T19:40:01.271Z | Checking futures-channel v0.3.31 |
441 | 2024-11-15T19:40:01.273Z | Checking futures-io v0.3.31 |
442 | 2024-11-15T19:40:01.308Z | Checking futures-task v0.3.31 |
443 | 2024-11-15T19:40:01.370Z | Checking http v1.1.0 |
444 | 2024-11-15T19:40:01.478Z | Checking pin-utils v0.1.0 |
445 | 2024-11-15T19:40:01.525Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-11-15T19:40:01.542Z | Compiling vcpkg v0.2.15 |
447 | 2024-11-15T19:40:01.591Z | Checking spin v0.9.8 |
448 | 2024-11-15T19:40:01.637Z | Compiling pkg-config v0.3.31 |
449 | 2024-11-15T19:40:01.800Z | Compiling heck v0.5.0 |
450 | 2024-11-15T19:40:02.208Z | Checking litemap v0.7.3 |
451 | 2024-11-15T19:40:02.346Z | Compiling ucd-trie v0.1.7 |
452 | 2024-11-15T19:40:02.555Z | Checking iana-time-zone v0.1.61 |
453 | 2024-11-15T19:40:02.700Z | Checking writeable v0.5.5 |
454 | 2024-11-15T19:40:02.790Z | Compiling httparse v1.9.5 |
455 | 2024-11-15T19:40:02.793Z | Checking untrusted v0.9.0 |
456 | 2024-11-15T19:40:02.934Z | Checking tracing-core v0.1.32 |
457 | 2024-11-15T19:40:03.006Z | Compiling allocator-api2 v0.2.18 |
458 | 2024-11-15T19:40:03.165Z | Compiling openssl-sys v0.9.104 |
459 | 2024-11-15T19:40:03.596Z | Checking dyn-clone v1.0.17 |
460 | 2024-11-15T19:40:03.611Z | Checking atomic-waker v1.1.2 |
461 | 2024-11-15T19:40:03.731Z | Checking tracing v0.1.40 |
462 | 2024-11-15T19:40:03.841Z | Checking http-body v1.0.1 |
463 | 2024-11-15T19:40:04.006Z | Checking icu_locid_transform_data v1.5.0 |
464 | 2024-11-15T19:40:04.161Z | Compiling uuid v1.11.0 |
465 | 2024-11-15T19:40:04.214Z | Checking subtle v2.6.1 |
466 | 2024-11-15T19:40:04.265Z | Checking zeroize v1.8.1 |
467 | 2024-11-15T19:40:04.359Z | Checking try-lock v0.2.5 |
468 | 2024-11-15T19:40:04.430Z | Compiling chrono v0.4.38 |
469 | 2024-11-15T19:40:04.482Z | Checking want v0.3.1 |
470 | 2024-11-15T19:40:04.500Z | Checking icu_properties_data v1.5.0 |
471 | 2024-11-15T19:40:04.634Z | Compiling slog v2.7.0 |
472 | 2024-11-15T19:40:04.708Z | Checking httpdate v1.0.3 |
473 | 2024-11-15T19:40:04.781Z | Checking foreign-types-shared v0.1.1 |
474 | 2024-11-15T19:40:04.872Z | Compiling openssl v0.10.68 |
475 | 2024-11-15T19:40:04.909Z | Checking foreign-types v0.3.2 |
476 | 2024-11-15T19:40:04.990Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-15T19:40:05.137Z | Compiling rustls v0.23.14 |
478 | 2024-11-15T19:40:05.250Z | Checking write16 v1.0.0 |
479 | 2024-11-15T19:40:05.375Z | Checking icu_normalizer_data v1.5.0 |
480 | 2024-11-15T19:40:05.448Z | Checking percent-encoding v2.3.1 |
481 | 2024-11-15T19:40:05.470Z | Compiling native-tls v0.2.12 |
482 | 2024-11-15T19:40:05.649Z | Checking utf16_iter v1.0.5 |
483 | 2024-11-15T19:40:05.744Z | Checking bitflags v2.6.0 |
484 | 2024-11-15T19:40:05.793Z | Checking tower-service v0.3.3 |
485 | 2024-11-15T19:40:05.889Z | Compiling typenum v1.17.0 |
486 | 2024-11-15T19:40:05.965Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-15T19:40:06.239Z | Compiling regex-syntax v0.8.5 |
488 | 2024-11-15T19:40:06.628Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-15T19:40:06.938Z | Compiling generic-array v0.14.7 |
490 | 2024-11-15T19:40:07.097Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-15T19:40:07.852Z | Compiling synstructure v0.13.1 |
492 | 2024-11-15T19:40:08.245Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-15T19:40:09.570Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-15T19:40:09.763Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-15T19:40:09.858Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-15T19:40:10.121Z | Compiling num-conv v0.1.0 |
497 | 2024-11-15T19:40:10.331Z | Checking powerfmt v0.2.0 |
498 | 2024-11-15T19:40:10.375Z | Compiling time-core v0.1.2 |
499 | 2024-11-15T19:40:10.526Z | Checking mime v0.3.17 |
500 | 2024-11-15T19:40:10.679Z | Checking deranged v0.3.11 |
501 | 2024-11-15T19:40:10.827Z | Compiling time-macros v0.2.18 |
502 | 2024-11-15T19:40:11.838Z | Compiling thread-id v4.2.2 |
503 | 2024-11-15T19:40:12.115Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-15T19:40:12.323Z | Checking webpki-roots v0.26.6 |
505 | 2024-11-15T19:40:12.499Z | Compiling ident_case v1.0.1 |
506 | 2024-11-15T19:40:12.519Z | Compiling strsim v0.11.1 |
507 | 2024-11-15T19:40:12.744Z | Compiling serde_derive v1.0.215 |
508 | 2024-11-15T19:40:12.830Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-11-15T19:40:13.102Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-15T19:40:13.198Z | Compiling schemars_derive v0.8.21 |
511 | 2024-11-15T19:40:13.739Z | Compiling zerofrom-derive v0.1.4 |
512 | 2024-11-15T19:40:13.875Z | Compiling tokio-macros v2.4.0 |
513 | 2024-11-15T19:40:14.698Z | Compiling zerocopy v0.7.35 |
514 | 2024-11-15T19:40:15.803Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-15T19:40:16.080Z | Checking tokio v1.40.0 |
516 | 2024-11-15T19:40:16.217Z | Compiling zerovec-derive v0.10.3 |
517 | 2024-11-15T19:40:16.624Z | Compiling futures-macro v0.3.31 |
518 | 2024-11-15T19:40:17.139Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-15T19:40:17.159Z | Checking zerofrom v0.1.4 |
520 | 2024-11-15T19:40:17.863Z | Compiling pest v2.7.14 |
521 | 2024-11-15T19:40:18.431Z | Checking futures-util v0.3.31 |
522 | 2024-11-15T19:40:18.491Z | Checking yoke v0.7.4 |
523 | 2024-11-15T19:40:18.704Z | Compiling icu_provider_macros v1.5.0 |
524 | 2024-11-15T19:40:18.811Z | Checking zerovec v0.10.4 |
525 | 2024-11-15T19:40:18.832Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-15T19:40:19.269Z | Checking rustls-webpki v0.102.8 |
527 | 2024-11-15T19:40:20.192Z | Compiling regress v0.10.1 |
528 | 2024-11-15T19:40:20.399Z | Compiling pest_meta v2.7.14 |
529 | 2024-11-15T19:40:20.496Z | Checking tinystr v0.7.6 |
530 | 2024-11-15T19:40:20.818Z | Checking icu_collections v1.5.0 |
531 | 2024-11-15T19:40:20.908Z | Checking icu_locid v1.5.0 |
532 | 2024-11-15T19:40:21.501Z | Compiling openssl-macros v0.1.1 |
533 | 2024-11-15T19:40:21.985Z | Checking icu_provider v1.5.0 |
534 | 2024-11-15T19:40:22.320Z | Compiling pest_generator v2.7.14 |
535 | 2024-11-15T19:40:22.666Z | Checking icu_locid_transform v1.5.0 |
536 | 2024-11-15T19:40:23.137Z | Checking tokio-util v0.7.12 |
537 | 2024-11-15T19:40:23.633Z | Checking icu_properties v1.5.1 |
538 | 2024-11-15T19:40:24.457Z | Compiling pest_derive v2.7.14 |
539 | 2024-11-15T19:40:25.031Z | Checking indexmap v2.6.0 |
540 | 2024-11-15T19:40:25.971Z | Compiling serde_tokenstream v0.2.2 |
541 | 2024-11-15T19:40:26.483Z | Checking h2 v0.4.6 |
542 | 2024-11-15T19:40:26.940Z | Checking icu_normalizer v1.5.0 |
543 | 2024-11-15T19:40:27.428Z | Checking http-body-util v0.1.2 |
544 | 2024-11-15T19:40:27.883Z | Checking idna_adapter v1.2.0 |
545 | 2024-11-15T19:40:28.029Z | Compiling regex v1.11.1 |
546 | 2024-11-15T19:40:28.079Z | Compiling scroll_derive v0.12.0 |
547 | 2024-11-15T19:40:28.515Z | Checking idna v1.0.3 |
548 | 2024-11-15T19:40:28.789Z | Compiling dof v0.3.0 |
549 | 2024-11-15T19:40:28.962Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-11-15T19:40:28.981Z | Checking tokio-rustls v0.26.0 |
551 | 2024-11-15T19:40:29.368Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-11-15T19:40:29.412Z | Checking tokio-native-tls v0.3.1 |
553 | 2024-11-15T19:40:29.488Z | Checking scroll v0.12.0 |
554 | 2024-11-15T19:40:29.656Z | Compiling typify-impl v0.2.0 |
555 | 2024-11-15T19:40:30.062Z | Compiling crossbeam-utils v0.8.20 |
556 | 2024-11-15T19:40:30.701Z | Checking plain v0.2.3 |
557 | 2024-11-15T19:40:30.703Z | Checking hyper v1.5.0 |
558 | 2024-11-15T19:40:30.865Z | Checking base64 v0.22.1 |
559 | 2024-11-15T19:40:30.969Z | Checking num_threads v0.1.7 |
560 | 2024-11-15T19:40:31.077Z | Checking goblin v0.8.2 |
561 | 2024-11-15T19:40:31.097Z | Checking time v0.3.36 |
562 | 2024-11-15T19:40:32.807Z | Checking url v2.5.3 |
563 | 2024-11-15T19:40:32.834Z | Checking hyper-util v0.1.10 |
564 | 2024-11-15T19:40:32.872Z | Compiling openapiv3 v2.0.0 |
565 | 2024-11-15T19:40:33.738Z | Compiling darling_core v0.20.10 |
566 | 2024-11-15T19:40:34.498Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-15T19:40:34.837Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-15T19:40:35.119Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-15T19:40:35.153Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-15T19:40:35.296Z | Checking ipnet v2.10.1 |
571 | 2024-11-15T19:40:35.678Z | Checking pretty-hex v0.4.1 |
572 | 2024-11-15T19:40:35.788Z | Compiling omicron-workspace-hack v0.1.0 |
573 | 2024-11-15T19:40:35.859Z | Compiling rustls v0.22.4 |
574 | 2024-11-15T19:40:36.092Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2024-11-15T19:40:36.166Z | Compiling paste v1.0.15 |
576 | 2024-11-15T19:40:36.194Z | Compiling rustversion v1.0.17 |
577 | 2024-11-15T19:40:36.962Z | Checking reqwest v0.12.9 |
578 | 2024-11-15T19:40:37.098Z | Checking dirs-next v2.0.0 |
579 | 2024-11-15T19:40:37.144Z | Checking serde_spanned v0.6.8 |
580 | 2024-11-15T19:40:37.209Z | Checking toml_datetime v0.6.8 |
581 | 2024-11-15T19:40:37.227Z | Checking ppv-lite86 v0.2.20 |
582 | 2024-11-15T19:40:37.330Z | Checking crypto-common v0.1.6 |
583 | 2024-11-15T19:40:37.496Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2024-11-15T19:40:37.516Z | Checking block-buffer v0.10.4 |
585 | 2024-11-15T19:40:37.718Z | Compiling structmeta-derive v0.3.0 |
586 | 2024-11-15T19:40:37.810Z | Checking rand_core v0.6.4 |
587 | 2024-11-15T19:40:37.954Z | Checking thread_local v1.1.8 |
588 | 2024-11-15T19:40:37.992Z | Compiling multer v3.1.0 |
589 | 2024-11-15T19:40:38.098Z | Checking winnow v0.6.20 |
590 | 2024-11-15T19:40:38.246Z | Compiling slog-async v2.8.0 |
591 | 2024-11-15T19:40:38.332Z | Checking match_cfg v0.1.0 |
592 | 2024-11-15T19:40:38.419Z | Compiling anyhow v1.0.93 |
593 | 2024-11-15T19:40:38.421Z | Compiling newtype-uuid v1.1.3 |
594 | 2024-11-15T19:40:38.731Z | Compiling camino v1.1.9 |
595 | 2024-11-15T19:40:38.844Z | Checking progenitor-client v0.8.0 |
596 | 2024-11-15T19:40:39.181Z | Checking hostname v0.3.1 |
597 | 2024-11-15T19:40:39.373Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-15T19:40:39.417Z | Checking crossbeam-channel v0.5.13 |
599 | 2024-11-15T19:40:39.740Z | Checking digest v0.10.7 |
600 | 2024-11-15T19:40:39.848Z | Compiling darling_macro v0.20.10 |
601 | 2024-11-15T19:40:39.943Z | Checking term v0.7.0 |
602 | 2024-11-15T19:40:40.346Z | Compiling structmeta v0.3.0 |
603 | 2024-11-15T19:40:40.721Z | Checking slog-json v2.6.1 |
604 | 2024-11-15T19:40:40.802Z | Compiling darling v0.20.10 |
605 | 2024-11-15T19:40:40.919Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-15T19:40:40.977Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2024-11-15T19:40:41.058Z | Checking futures-executor v0.3.31 |
608 | 2024-11-15T19:40:41.109Z | Checking toml_edit v0.22.22 |
609 | 2024-11-15T19:40:41.284Z | Compiling async-stream-impl v0.3.6 |
610 | 2024-11-15T19:40:41.414Z | Checking is-terminal v0.4.13 |
611 | 2024-11-15T19:40:41.486Z | Checking memmap v0.7.0 |
612 | 2024-11-15T19:40:41.534Z | Compiling dropshot v0.13.0 |
613 | 2024-11-15T19:40:41.685Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-15T19:40:41.773Z | Checking take_mut v0.2.2 |
615 | 2024-11-15T19:40:41.942Z | Checking sha1 v0.10.6 |
616 | 2024-11-15T19:40:42.164Z | Checking slog-term v2.9.1 |
617 | 2024-11-15T19:40:42.192Z | Compiling strum_macros v0.26.4 |
618 | 2024-11-15T19:40:42.234Z | Checking futures v0.3.31 |
619 | 2024-11-15T19:40:42.337Z | Checking slog-bunyan v2.5.0 |
620 | 2024-11-15T19:40:42.409Z | Checking usdt v0.5.0 |
621 | 2024-11-15T19:40:42.495Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-11-15T19:40:42.598Z | Checking async-stream v0.3.6 |
623 | 2024-11-15T19:40:42.646Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-11-15T19:40:42.665Z | Checking rand v0.8.5 |
625 | 2024-11-15T19:40:43.463Z | Compiling typify-macro v0.2.0 |
626 | 2024-11-15T19:40:43.665Z | Checking toml v0.8.19 |
627 | 2024-11-15T19:40:43.668Z | Checking tokio-rustls v0.25.0 |
628 | 2024-11-15T19:40:44.080Z | Checking ipnetwork v0.20.0 |
629 | 2024-11-15T19:40:44.128Z | Compiling dropshot_endpoint v0.13.0 |
630 | 2024-11-15T19:40:44.149Z | Checking hex v0.4.3 |
631 | 2024-11-15T19:40:44.424Z | Checking serde_path_to_error v0.1.16 |
632 | 2024-11-15T19:40:44.451Z | Compiling async-trait v0.1.83 |
633 | 2024-11-15T19:40:44.672Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2024-11-15T19:40:45.066Z | Checking waitgroup v0.1.2 |
635 | 2024-11-15T19:40:45.127Z | Checking hostname v0.4.0 |
636 | 2024-11-15T19:40:45.218Z | Checking instant v0.1.13 |
637 | 2024-11-15T19:40:45.260Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-15T19:40:45.325Z | Checking backoff v0.4.0 |
639 | 2024-11-15T19:40:45.399Z | Checking serde_with v3.11.0 |
640 | 2024-11-15T19:40:45.503Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-11-15T19:40:45.600Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
642 | 2024-11-15T19:40:45.635Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-15T19:40:45.747Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-11-15T19:40:45.974Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
645 | 2024-11-15T19:40:46.106Z | Checking regress v0.9.1 |
646 | 2024-11-15T19:40:46.450Z | Checking parse-display v0.10.0 |
647 | 2024-11-15T19:40:46.601Z | Checking strum v0.26.3 |
648 | 2024-11-15T19:40:46.657Z | Checking macaddr v1.0.1 |
649 | 2024-11-15T19:40:47.149Z | Compiling typify v0.2.0 |
650 | 2024-11-15T19:40:47.245Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-15T19:40:50.030Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-15T19:40:54.197Z | Checking progenitor v0.8.0 |
653 | 2024-11-15T19:40:54.327Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-15T19:40:57.112Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-15T19:41:04.572Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-15T19:41:04.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-15T19:41:04.986Z | + cargo build --release |
658 | 2024-11-15T19:41:05.260Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-15T19:41:05.260Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-15T19:41:05.263Z | Compiling libc v0.2.162 |
661 | 2024-11-15T19:41:05.263Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-15T19:41:05.263Z | Compiling autocfg v1.4.0 |
663 | 2024-11-15T19:41:05.263Z | Compiling serde v1.0.215 |
664 | 2024-11-15T19:41:05.263Z | Compiling version_check v0.9.5 |
665 | 2024-11-15T19:41:05.263Z | Compiling memchr v2.7.4 |
666 | 2024-11-15T19:41:05.397Z | Compiling serde_json v1.0.132 |
667 | 2024-11-15T19:41:05.451Z | Compiling itoa v1.0.11 |
668 | 2024-11-15T19:41:05.720Z | Compiling thiserror v1.0.69 |
669 | 2024-11-15T19:41:05.817Z | Compiling once_cell v1.20.2 |
670 | 2024-11-15T19:41:05.922Z | Compiling shlex v1.3.0 |
671 | 2024-11-15T19:41:06.139Z | Compiling cc v1.1.30 |
672 | 2024-11-15T19:41:06.272Z | Compiling num-traits v0.2.19 |
673 | 2024-11-15T19:41:06.590Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-15T19:41:06.703Z | Compiling getrandom v0.2.15 |
675 | 2024-11-15T19:41:06.743Z | Compiling smallvec v1.13.2 |
676 | 2024-11-15T19:41:06.786Z | Compiling bytes v1.8.0 |
677 | 2024-11-15T19:41:06.953Z | Compiling quote v1.0.37 |
678 | 2024-11-15T19:41:07.031Z | Compiling ryu v1.0.18 |
679 | 2024-11-15T19:41:07.093Z | Compiling futures-core v0.3.31 |
680 | 2024-11-15T19:41:07.333Z | Compiling syn v2.0.87 |
681 | 2024-11-15T19:41:07.403Z | Compiling lock_api v0.4.12 |
682 | 2024-11-15T19:41:07.567Z | Compiling ahash v0.8.11 |
683 | 2024-11-15T19:41:07.583Z | Compiling byteorder v1.5.0 |
684 | 2024-11-15T19:41:07.723Z | Compiling schemars v0.8.21 |
685 | 2024-11-15T19:41:07.913Z | Compiling parking_lot_core v0.9.10 |
686 | 2024-11-15T19:41:08.026Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-15T19:41:08.045Z | Compiling slab v0.4.9 |
688 | 2024-11-15T19:41:08.070Z | Compiling log v0.4.22 |
689 | 2024-11-15T19:41:08.380Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-15T19:41:08.515Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-15T19:41:08.522Z | Compiling socket2 v0.5.7 |
692 | 2024-11-15T19:41:08.604Z | Compiling mio v1.0.2 |
693 | 2024-11-15T19:41:08.618Z | Compiling stable_deref_trait v1.2.0 |
694 | 2024-11-15T19:41:08.670Z | Compiling semver v1.0.23 |
695 | 2024-11-15T19:41:08.709Z | Compiling parking_lot v0.12.3 |
696 | 2024-11-15T19:41:09.101Z | Compiling ring v0.17.8 |
697 | 2024-11-15T19:41:09.151Z | Compiling hashbrown v0.15.0 |
698 | 2024-11-15T19:41:09.447Z | Compiling fnv v1.0.7 |
699 | 2024-11-15T19:41:09.574Z | Compiling equivalent v1.0.1 |
700 | 2024-11-15T19:41:09.675Z | Compiling http v1.1.0 |
701 | 2024-11-15T19:41:10.068Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-15T19:41:10.144Z | Compiling futures-io v0.3.31 |
703 | 2024-11-15T19:41:10.268Z | Compiling pin-utils v0.1.0 |
704 | 2024-11-15T19:41:10.349Z | Compiling futures-task v0.3.31 |
705 | 2024-11-15T19:41:10.519Z | Compiling spin v0.9.8 |
706 | 2024-11-15T19:41:10.598Z | Compiling rustls-pki-types v1.9.0 |
707 | 2024-11-15T19:41:10.605Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-15T19:41:10.681Z | Compiling heck v0.5.0 |
709 | 2024-11-15T19:41:10.769Z | Compiling pkg-config v0.3.31 |
710 | 2024-11-15T19:41:11.730Z | Compiling litemap v0.7.3 |
711 | 2024-11-15T19:41:11.982Z | Compiling writeable v0.5.5 |
712 | 2024-11-15T19:41:12.210Z | Compiling openssl-sys v0.9.104 |
713 | 2024-11-15T19:41:12.236Z | Compiling httparse v1.9.5 |
714 | 2024-11-15T19:41:12.390Z | Compiling untrusted v0.9.0 |
715 | 2024-11-15T19:41:12.566Z | Compiling ucd-trie v0.1.7 |
716 | 2024-11-15T19:41:12.919Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-11-15T19:41:13.053Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-15T19:41:13.260Z | Compiling dyn-clone v1.0.17 |
719 | 2024-11-15T19:41:13.387Z | Compiling allocator-api2 v0.2.18 |
720 | 2024-11-15T19:41:13.610Z | Compiling atomic-waker v1.1.2 |
721 | 2024-11-15T19:41:13.775Z | Compiling tracing v0.1.40 |
722 | 2024-11-15T19:41:14.228Z | Compiling http-body v1.0.1 |
723 | 2024-11-15T19:41:14.442Z | Compiling icu_locid_transform_data v1.5.0 |
724 | 2024-11-15T19:41:14.525Z | Compiling subtle v2.6.1 |
725 | 2024-11-15T19:41:14.606Z | Compiling uuid v1.11.0 |
726 | 2024-11-15T19:41:14.791Z | Compiling chrono v0.4.38 |
727 | 2024-11-15T19:41:14.859Z | Compiling zeroize v1.8.1 |
728 | 2024-11-15T19:41:15.158Z | Compiling synstructure v0.13.1 |
729 | 2024-11-15T19:41:15.198Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-11-15T19:41:15.201Z | Compiling try-lock v0.2.5 |
731 | 2024-11-15T19:41:15.372Z | Compiling want v0.3.1 |
732 | 2024-11-15T19:41:15.695Z | Compiling slog v2.7.0 |
733 | 2024-11-15T19:41:16.520Z | Compiling openssl v0.10.68 |
734 | 2024-11-15T19:41:16.536Z | Compiling httpdate v1.0.3 |
735 | 2024-11-15T19:41:16.785Z | Compiling icu_properties_data v1.5.0 |
736 | 2024-11-15T19:41:16.951Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-15T19:41:17.031Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-15T19:41:17.242Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-15T19:41:17.457Z | Compiling percent-encoding v2.3.1 |
740 | 2024-11-15T19:41:17.917Z | Compiling bitflags v2.6.0 |
741 | 2024-11-15T19:41:18.260Z | Compiling native-tls v0.2.12 |
742 | 2024-11-15T19:41:18.357Z | Compiling tower-service v0.3.3 |
743 | 2024-11-15T19:41:18.469Z | Compiling typenum v1.17.0 |
744 | 2024-11-15T19:41:18.587Z | Compiling regex-syntax v0.8.5 |
745 | 2024-11-15T19:41:18.617Z | Compiling utf16_iter v1.0.5 |
746 | 2024-11-15T19:41:18.819Z | Compiling write16 v1.0.0 |
747 | 2024-11-15T19:41:18.937Z | Compiling rustls v0.23.14 |
748 | 2024-11-15T19:41:19.022Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-11-15T19:41:19.116Z | Compiling utf8_iter v1.0.4 |
750 | 2024-11-15T19:41:19.252Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-15T19:41:19.581Z | Compiling generic-array v0.14.7 |
752 | 2024-11-15T19:41:19.737Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-15T19:41:20.592Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-15T19:41:21.170Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-15T19:41:21.178Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-15T19:41:21.687Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-15T19:41:21.842Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-15T19:41:23.219Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-15T19:41:24.420Z | Compiling yoke-derive v0.7.4 |
760 | 2024-11-15T19:41:24.839Z | Compiling tokio-macros v2.4.0 |
761 | 2024-11-15T19:41:24.850Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-15T19:41:25.287Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-15T19:41:25.523Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-15T19:41:25.947Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-15T19:41:26.391Z | Compiling tokio v1.40.0 |
766 | 2024-11-15T19:41:27.130Z | Compiling yoke v0.7.4 |
767 | 2024-11-15T19:41:27.394Z | Compiling futures-util v0.3.31 |
768 | 2024-11-15T19:41:27.475Z | Compiling zerovec v0.10.4 |
769 | 2024-11-15T19:41:27.514Z | Compiling pest v2.7.14 |
770 | 2024-11-15T19:41:27.659Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-15T19:41:27.882Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-15T19:41:29.251Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-15T19:41:30.402Z | Compiling tinystr v0.7.6 |
774 | 2024-11-15T19:41:30.402Z | Compiling pest_meta v2.7.14 |
775 | 2024-11-15T19:41:30.859Z | Compiling icu_locid v1.5.0 |
776 | 2024-11-15T19:41:34.015Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-15T19:41:34.233Z | Compiling pest_generator v2.7.14 |
778 | 2024-11-15T19:41:34.556Z | Compiling icu_collections v1.5.0 |
779 | 2024-11-15T19:41:36.024Z | Compiling indexmap v2.6.0 |
780 | 2024-11-15T19:41:36.313Z | Compiling serde_tokenstream v0.2.2 |
781 | 2024-11-15T19:41:37.837Z | Compiling tokio-util v0.7.12 |
782 | 2024-11-15T19:41:38.369Z | Compiling icu_locid_transform v1.5.0 |
783 | 2024-11-15T19:41:38.570Z | Compiling regress v0.10.1 |
784 | 2024-11-15T19:41:40.055Z | Compiling h2 v0.4.6 |
785 | 2024-11-15T19:41:41.569Z | Compiling icu_properties v1.5.1 |
786 | 2024-11-15T19:41:43.348Z | Compiling typify-impl v0.2.0 |
787 | 2024-11-15T19:41:44.352Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-15T19:41:45.776Z | Compiling hyper v1.5.0 |
789 | 2024-11-15T19:41:46.104Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-15T19:41:49.500Z | Compiling hyper-util v0.1.10 |
791 | 2024-11-15T19:41:53.795Z | Compiling icu_normalizer v1.5.0 |
792 | 2024-11-15T19:41:55.416Z | Compiling typify-macro v0.2.0 |
793 | 2024-11-15T19:41:55.464Z | Compiling regex-automata v0.4.8 |
794 | 2024-11-15T19:41:55.473Z | Compiling idna_adapter v1.2.0 |
795 | 2024-11-15T19:41:57.500Z | Compiling http-body-util v0.1.2 |
796 | 2024-11-15T19:41:58.062Z | Compiling scroll_derive v0.12.0 |
797 | 2024-11-15T19:41:59.071Z | Compiling usdt-impl v0.5.0 |
798 | 2024-11-15T19:41:59.212Z | Compiling encoding_rs v0.8.34 |
799 | 2024-11-15T19:41:59.445Z | Compiling num-conv v0.1.0 |
800 | 2024-11-15T19:41:59.513Z | Compiling powerfmt v0.2.0 |
801 | 2024-11-15T19:42:00.732Z | Compiling regex v1.11.1 |
802 | 2024-11-15T19:42:00.735Z | Compiling mime v0.3.17 |
803 | 2024-11-15T19:42:01.082Z | Compiling time-core v0.1.2 |
804 | 2024-11-15T19:42:01.247Z | Compiling time-macros v0.2.18 |
805 | 2024-11-15T19:42:01.286Z | Compiling deranged v0.3.11 |
806 | 2024-11-15T19:42:03.441Z | Compiling scroll v0.12.0 |
807 | 2024-11-15T19:42:03.712Z | Compiling tokio-native-tls v0.3.1 |
808 | 2024-11-15T19:42:03.988Z | Compiling idna v1.0.3 |
809 | 2024-11-15T19:42:04.275Z | Compiling tokio-rustls v0.26.0 |
810 | 2024-11-15T19:42:09.775Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-15T19:42:09.819Z | Compiling dof v0.3.0 |
812 | 2024-11-15T19:42:10.663Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-15T19:42:11.573Z | Compiling thread-id v4.2.2 |
814 | 2024-11-15T19:42:11.672Z | Compiling webpki-roots v0.26.6 |
815 | 2024-11-15T19:42:11.884Z | Compiling rustls-pemfile v2.2.0 |
816 | 2024-11-15T19:42:12.352Z | Compiling base64 v0.22.1 |
817 | 2024-11-15T19:42:12.705Z | Compiling num_threads v0.1.7 |
818 | 2024-11-15T19:42:12.816Z | Compiling ident_case v1.0.1 |
819 | 2024-11-15T19:42:12.847Z | Compiling strsim v0.11.1 |
820 | 2024-11-15T19:42:12.879Z | Compiling plain v0.2.3 |
821 | 2024-11-15T19:42:13.682Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-15T19:42:14.140Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-15T19:42:14.435Z | Compiling time v0.3.36 |
824 | 2024-11-15T19:42:16.561Z | Compiling darling_core v0.20.10 |
825 | 2024-11-15T19:42:18.423Z | Compiling goblin v0.8.2 |
826 | 2024-11-15T19:42:18.724Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-15T19:42:22.767Z | Compiling url v2.5.3 |
828 | 2024-11-15T19:42:23.486Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-15T19:42:23.636Z | Compiling typify v0.2.0 |
830 | 2024-11-15T19:42:23.759Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-15T19:42:25.420Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-15T19:42:25.560Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-15T19:42:27.039Z | Compiling rustls v0.22.4 |
834 | 2024-11-15T19:42:27.339Z | Compiling rustversion v1.0.17 |
835 | 2024-11-15T19:42:27.969Z | Compiling unsafe-libyaml v0.2.11 |
836 | 2024-11-15T19:42:27.985Z | Compiling paste v1.0.15 |
837 | 2024-11-15T19:42:28.479Z | Compiling pretty-hex v0.4.1 |
838 | 2024-11-15T19:42:28.555Z | Compiling ipnet v2.10.1 |
839 | 2024-11-15T19:42:29.688Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-15T19:42:30.446Z | Compiling reqwest v0.12.9 |
841 | 2024-11-15T19:42:31.723Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-15T19:42:33.599Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-15T19:42:33.853Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-15T19:42:35.111Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-15T19:42:35.332Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-15T19:42:35.557Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-15T19:42:35.809Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-15T19:42:36.515Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-15T19:42:36.882Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-15T19:42:37.442Z | Compiling rand_core v0.6.4 |
851 | 2024-11-15T19:42:38.017Z | Compiling thread_local v1.1.8 |
852 | 2024-11-15T19:42:38.529Z | Compiling multer v3.1.0 |
853 | 2024-11-15T19:42:38.721Z | Compiling camino v1.1.9 |
854 | 2024-11-15T19:42:38.863Z | Compiling newtype-uuid v1.1.3 |
855 | 2024-11-15T19:42:39.163Z | Compiling winnow v0.6.20 |
856 | 2024-11-15T19:42:39.297Z | Compiling anyhow v1.0.93 |
857 | 2024-11-15T19:42:39.623Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-15T19:42:39.710Z | Compiling slog-async v2.8.0 |
859 | 2024-11-15T19:42:40.231Z | Compiling hostname v0.3.1 |
860 | 2024-11-15T19:42:40.239Z | Compiling structmeta v0.3.0 |
861 | 2024-11-15T19:42:40.588Z | Compiling progenitor-macro v0.8.0 |
862 | 2024-11-15T19:42:41.295Z | Compiling rand_chacha v0.3.1 |
863 | 2024-11-15T19:42:42.635Z | Compiling crossbeam-channel v0.5.13 |
864 | 2024-11-15T19:42:43.006Z | Compiling digest v0.10.7 |
865 | 2024-11-15T19:42:43.195Z | Compiling toml_edit v0.22.22 |
866 | 2024-11-15T19:42:43.546Z | Compiling darling v0.20.10 |
867 | 2024-11-15T19:42:43.641Z | Compiling term v0.7.0 |
868 | 2024-11-15T19:42:48.257Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-15T19:42:51.561Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-15T19:42:51.808Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-15T19:42:52.916Z | Compiling slog-json v2.6.1 |
872 | 2024-11-15T19:42:53.254Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-15T19:42:53.301Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-15T19:42:53.485Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-15T19:42:53.603Z | Compiling memmap v0.7.0 |
876 | 2024-11-15T19:42:54.052Z | Compiling dropshot v0.13.0 |
877 | 2024-11-15T19:42:54.376Z | Compiling take_mut v0.2.2 |
878 | 2024-11-15T19:42:54.408Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-15T19:42:54.523Z | Compiling sha1 v0.10.6 |
880 | 2024-11-15T19:42:54.650Z | Compiling async-stream v0.3.6 |
881 | 2024-11-15T19:42:54.995Z | Compiling usdt v0.5.0 |
882 | 2024-11-15T19:42:55.262Z | Compiling slog-term v2.9.1 |
883 | 2024-11-15T19:42:56.565Z | Compiling progenitor v0.8.0 |
884 | 2024-11-15T19:42:56.780Z | Compiling futures v0.3.31 |
885 | 2024-11-15T19:42:56.975Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-15T19:42:57.235Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-15T19:42:57.872Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-15T19:42:58.177Z | Compiling toml v0.8.19 |
889 | 2024-11-15T19:42:58.298Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-15T19:43:00.996Z | Compiling rand v0.8.5 |
891 | 2024-11-15T19:43:01.946Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-15T19:43:06.043Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-15T19:43:06.056Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-15T19:43:06.998Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-15T19:43:07.499Z | Compiling hex v0.4.3 |
896 | 2024-11-15T19:43:08.053Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-15T19:43:08.205Z | Compiling async-trait v0.1.83 |
898 | 2024-11-15T19:43:08.909Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-15T19:43:09.139Z | Compiling hostname v0.4.0 |
900 | 2024-11-15T19:43:09.416Z | Compiling instant v0.1.13 |
901 | 2024-11-15T19:43:09.552Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-15T19:43:09.705Z | Compiling backoff v0.4.0 |
903 | 2024-11-15T19:43:10.028Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-15T19:43:10.230Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-15T19:43:10.404Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-15T19:43:10.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
907 | 2024-11-15T19:43:11.210Z | Compiling parse-display v0.10.0 |
908 | 2024-11-15T19:43:13.433Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
909 | 2024-11-15T19:43:13.997Z | Compiling strum v0.26.3 |
910 | 2024-11-15T19:43:14.172Z | Compiling serde_with v3.11.0 |
911 | 2024-11-15T19:43:14.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-15T19:43:15.269Z | Compiling regress v0.9.1 |
913 | 2024-11-15T19:43:15.395Z | Compiling macaddr v1.0.1 |
914 | 2024-11-15T19:43:20.873Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-15T19:43:31.184Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-15T19:43:40.964Z | Finished `release` profile [optimized] target(s) in 2m 35s |
917 | 2024-11-15T19:43:41.031Z | process exited: duration 239930 ms, exit code 0 |
|
918 | 2024-11-15T19:43:41.036Z | found 0 output files |