|
|
|
1 | 2024-11-13T21:16:29.725Z | job assigned to worker 01JCKP3CRJK1Y4358XRNDMPJQY (queued for 58 s) |
|
2 | 2024-11-13T21:16:37.927Z | starting task 0: "setup" |
3 | 2024-11-13T21:16:37.937Z | ++ uname -s |
4 | 2024-11-13T21:16:37.940Z | + kern=SunOS |
5 | 2024-11-13T21:16:37.940Z | + case "$kern" in |
6 | 2024-11-13T21:16:37.940Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:16:37.942Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:16:39.966Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:16:40.056Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:16:40.059Z | + home_fs=zfs |
11 | 2024-11-13T21:16:40.059Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:16:40.059Z | + mkdir -p /home/build |
13 | 2024-11-13T21:16:40.061Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:16:42.063Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:16:42.066Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-11-13T21:16:42.072Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:16:42.078Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:16:42.078Z | ' 1.81.0 |
19 | 2024-11-13T21:16:42.078Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T21:16:42.080Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T21:16:42.080Z | * toolchain profile = "default" |
22 | 2024-11-13T21:16:42.080Z | ' default |
23 | 2024-11-13T21:16:42.080Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:16:42.080Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:16:42.171Z | info: downloading installer |
26 | 2024-11-13T21:16:43.514Z | info: profile set to 'default' |
27 | 2024-11-13T21:16:43.514Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:16:43.533Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:16:43.703Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:16:43.704Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:16:44.369Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:16:44.639Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:16:45.645Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:16:47.221Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:16:52.824Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:16:53.039Z | info: installing component 'cargo' |
37 | 2024-11-13T21:16:53.894Z | info: installing component 'clippy' |
38 | 2024-11-13T21:16:54.287Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:16:55.993Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:16:57.825Z | info: installing component 'rustc' |
41 | 2024-11-13T21:17:03.721Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:17:04.064Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T21:17:04.064Z | |
44 | 2024-11-13T21:17:04.433Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:17:04.433Z | |
46 | 2024-11-13T21:17:04.436Z | |
47 | 2024-11-13T21:17:04.436Z | Rust is installed now. Great! |
48 | 2024-11-13T21:17:04.436Z | |
49 | 2024-11-13T21:17:04.436Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:17:04.436Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:17:04.436Z | |
52 | 2024-11-13T21:17:04.437Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:17:04.437Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:17:04.437Z | |
55 | 2024-11-13T21:17:04.437Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:17:04.437Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:17:04.437Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:17:04.506Z | + rustc --version |
59 | 2024-11-13T21:17:04.574Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:17:04.577Z | process exited: duration 22502 ms, exit code 0 |
|
61 | 2024-11-13T21:17:04.582Z | starting task 2: "authentication" |
62 | 2024-11-13T21:17:04.621Z | process exited: duration 38 ms, exit code 0 |
|
63 | 2024-11-13T21:17:04.627Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:17:04.632Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:17:04.635Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:17:04.941Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:17:41.237Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:17:41.237Z | + git fetch origin 892047b197820e58fd196768326068cc7c781e1d |
69 | 2024-11-13T21:17:41.960Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:17:41.960Z | * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD |
71 | 2024-11-13T21:17:41.973Z | + [[ -n dap/drafts/dropshot-update ]] |
72 | 2024-11-13T21:17:41.977Z | ++ git branch --show-current |
73 | 2024-11-13T21:17:41.977Z | + current=main |
74 | 2024-11-13T21:17:41.977Z | + [[ main != dap/drafts/dropshot-update ]] |
75 | 2024-11-13T21:17:41.977Z | + git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d |
76 | 2024-11-13T21:17:41.985Z | + git checkout -f dap/drafts/dropshot-update |
77 | 2024-11-13T21:17:42.157Z | Switched to branch 'dap/drafts/dropshot-update' |
78 | 2024-11-13T21:17:42.161Z | + git reset --hard 892047b197820e58fd196768326068cc7c781e1d |
79 | 2024-11-13T21:17:42.183Z | HEAD is now at 892047b19 hakari |
80 | 2024-11-13T21:17:42.187Z | process exited: duration 37554 ms, exit code 0 |
|
81 | 2024-11-13T21:17:42.196Z | starting task 4: "build" |
82 | 2024-11-13T21:17:42.201Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T21:17:42.201Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T21:17:42.206Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T21:17:42.206Z | + cargo --version |
86 | 2024-11-13T21:17:42.263Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T21:17:42.270Z | + rustc --version |
88 | 2024-11-13T21:17:42.322Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T21:17:42.326Z | + cd /tmp |
90 | 2024-11-13T21:17:42.326Z | + cargo new --lib test-project |
91 | 2024-11-13T21:17:42.383Z | Creating library `test-project` package |
92 | 2024-11-13T21:17:42.460Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-13T21:17:42.463Z | + cd test-project |
94 | 2024-11-13T21:17:42.463Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-13T21:17:42.525Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-13T21:17:42.525Z | Features: |
97 | 2024-11-13T21:17:42.525Z | - proptest |
98 | 2024-11-13T21:17:42.528Z | - test-strategy |
99 | 2024-11-13T21:17:42.528Z | - testing |
100 | 2024-11-13T21:17:42.528Z | Updating crates.io index |
101 | 2024-11-13T21:17:42.583Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-13T21:17:44.443Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-13T21:17:45.380Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-13T21:17:46.063Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-13T21:17:47.577Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-13T21:17:47.579Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-13T21:17:47.579Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-13T21:17:47.579Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-13T21:17:47.585Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-13T21:17:47.585Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-13T21:17:47.585Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-13T21:17:47.585Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-13T21:17:47.585Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-13T21:17:47.585Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-13T21:17:47.585Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-13T21:17:47.585Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-13T21:17:47.587Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-13T21:17:47.595Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-13T21:17:47.598Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-13T21:17:47.600Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-13T21:17:47.600Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-13T21:17:47.600Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-13T21:17:47.600Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-13T21:17:47.606Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-13T21:17:47.606Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-13T21:17:47.608Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-13T21:17:47.608Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-13T21:17:47.608Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-13T21:17:47.609Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-13T21:17:47.609Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-13T21:17:47.609Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
132 | 2024-11-13T21:17:47.609Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
133 | 2024-11-13T21:17:47.682Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-13T21:17:47.685Z | + cargo check |
135 | 2024-11-13T21:17:47.854Z | Updating crates.io index |
136 | 2024-11-13T21:17:48.564Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-13T21:17:51.273Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-13T21:17:52.996Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-13T21:17:53.644Z | Downloading crates ... |
140 | 2024-11-13T21:17:53.698Z | Downloaded async-stream-impl v0.3.6 |
141 | 2024-11-13T21:17:53.707Z | Downloaded foreign-types v0.3.2 |
142 | 2024-11-13T21:17:53.711Z | Downloaded autocfg v1.4.0 |
143 | 2024-11-13T21:17:53.718Z | Downloaded cfg-if v1.0.0 |
144 | 2024-11-13T21:17:53.721Z | Downloaded instant v0.1.13 |
145 | 2024-11-13T21:17:53.723Z | Downloaded is-terminal v0.4.13 |
146 | 2024-11-13T21:17:53.728Z | Downloaded icu_provider_macros v1.5.0 |
147 | 2024-11-13T21:17:53.731Z | Downloaded tokio-native-tls v0.3.1 |
148 | 2024-11-13T21:17:53.733Z | Downloaded tinystr v0.7.6 |
149 | 2024-11-13T21:17:53.736Z | Downloaded tokio-rustls v0.26.0 |
150 | 2024-11-13T21:17:53.738Z | Downloaded toml v0.8.19 |
151 | 2024-11-13T21:17:53.742Z | Downloaded num_threads v0.1.7 |
152 | 2024-11-13T21:17:53.745Z | Downloaded hyper-tls v0.6.0 |
153 | 2024-11-13T21:17:53.747Z | Downloaded dropshot_endpoint v0.13.0 |
154 | 2024-11-13T21:17:53.750Z | Downloaded openssl-probe v0.1.5 |
155 | 2024-11-13T21:17:53.752Z | Downloaded progenitor-client v0.8.0 |
156 | 2024-11-13T21:17:53.755Z | Downloaded powerfmt v0.2.0 |
157 | 2024-11-13T21:17:53.755Z | Downloaded paste v1.0.15 |
158 | 2024-11-13T21:17:53.758Z | Downloaded http-body-util v0.1.2 |
159 | 2024-11-13T21:17:53.762Z | Downloaded mime v0.3.17 |
160 | 2024-11-13T21:17:53.764Z | Downloaded allocator-api2 v0.2.18 |
161 | 2024-11-13T21:17:53.767Z | Downloaded icu_normalizer_data v1.5.0 |
162 | 2024-11-13T21:17:53.770Z | Downloaded zerofrom-derive v0.1.4 |
163 | 2024-11-13T21:17:53.770Z | Downloaded log v0.4.22 |
164 | 2024-11-13T21:17:53.773Z | Downloaded multer v3.1.0 |
165 | 2024-11-13T21:17:53.778Z | Downloaded litemap v0.7.3 |
166 | 2024-11-13T21:17:53.780Z | Downloaded pest_meta v2.7.14 |
167 | 2024-11-13T21:17:53.783Z | Downloaded parking_lot_core v0.9.10 |
168 | 2024-11-13T21:17:53.785Z | Downloaded foreign-types-shared v0.1.1 |
169 | 2024-11-13T21:17:53.788Z | Downloaded proc-macro2 v1.0.89 |
170 | 2024-11-13T21:17:53.791Z | Downloaded async-trait v0.1.83 |
171 | 2024-11-13T21:17:53.794Z | Downloaded dirs-sys-next v0.1.2 |
172 | 2024-11-13T21:17:53.797Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2024-11-13T21:17:53.799Z | Downloaded http-body v1.0.1 |
174 | 2024-11-13T21:17:53.799Z | Downloaded async-stream v0.3.6 |
175 | 2024-11-13T21:17:53.802Z | Downloaded equivalent v1.0.1 |
176 | 2024-11-13T21:17:53.802Z | Downloaded dtrace-parser v0.2.0 |
177 | 2024-11-13T21:17:53.804Z | Downloaded quote v1.0.37 |
178 | 2024-11-13T21:17:53.807Z | Downloaded match_cfg v0.1.0 |
179 | 2024-11-13T21:17:53.810Z | Downloaded toml_datetime v0.6.8 |
180 | 2024-11-13T21:17:53.810Z | Downloaded memmap v0.7.0 |
181 | 2024-11-13T21:17:53.812Z | Downloaded strsim v0.11.1 |
182 | 2024-11-13T21:17:53.815Z | Downloaded crossbeam-channel v0.5.13 |
183 | 2024-11-13T21:17:53.819Z | Downloaded strum v0.26.3 |
184 | 2024-11-13T21:17:53.821Z | Downloaded usdt-macro v0.5.0 |
185 | 2024-11-13T21:17:53.821Z | Downloaded form_urlencoded v1.2.1 |
186 | 2024-11-13T21:17:53.824Z | Downloaded dyn-clone v1.0.17 |
187 | 2024-11-13T21:17:53.826Z | Downloaded cpufeatures v0.2.14 |
188 | 2024-11-13T21:17:53.826Z | Downloaded indexmap v2.6.0 |
189 | 2024-11-13T21:17:53.831Z | Downloaded openssl-macros v0.1.1 |
190 | 2024-11-13T21:17:53.834Z | Downloaded zerofrom v0.1.4 |
191 | 2024-11-13T21:17:53.834Z | Downloaded futures-executor v0.3.31 |
192 | 2024-11-13T21:17:53.837Z | Downloaded write16 v1.0.0 |
193 | 2024-11-13T21:17:53.837Z | Downloaded want v0.3.1 |
194 | 2024-11-13T21:17:53.837Z | Downloaded tower-service v0.3.3 |
195 | 2024-11-13T21:17:53.839Z | Downloaded memchr v2.7.4 |
196 | 2024-11-13T21:17:53.844Z | Downloaded omicron-workspace-hack v0.1.0 |
197 | 2024-11-13T21:17:53.847Z | Downloaded hostname v0.4.0 |
198 | 2024-11-13T21:17:53.847Z | Downloaded macaddr v1.0.1 |
199 | 2024-11-13T21:17:53.850Z | Downloaded itoa v1.0.11 |
200 | 2024-11-13T21:17:53.852Z | Downloaded tokio-rustls v0.25.0 |
201 | 2024-11-13T21:17:53.852Z | Downloaded slog-async v2.8.0 |
202 | 2024-11-13T21:17:53.856Z | Downloaded camino v1.1.9 |
203 | 2024-11-13T21:17:53.858Z | Downloaded yoke-derive v0.7.4 |
204 | 2024-11-13T21:17:53.858Z | Downloaded time-macros v0.2.18 |
205 | 2024-11-13T21:17:53.861Z | Downloaded time-core v0.1.2 |
206 | 2024-11-13T21:17:53.864Z | Downloaded take_mut v0.2.2 |
207 | 2024-11-13T21:17:53.864Z | Downloaded scroll_derive v0.12.0 |
208 | 2024-11-13T21:17:53.864Z | Downloaded semver v1.0.23 |
209 | 2024-11-13T21:17:53.867Z | Downloaded rand v0.8.5 |
210 | 2024-11-13T21:17:53.872Z | Downloaded serde_path_to_error v0.1.16 |
211 | 2024-11-13T21:17:53.876Z | Downloaded slog-json v2.6.1 |
212 | 2024-11-13T21:17:53.879Z | Downloaded rustc-hash v2.0.0 |
213 | 2024-11-13T21:17:53.879Z | Downloaded rustversion v1.0.17 |
214 | 2024-11-13T21:17:53.881Z | Downloaded sync_wrapper v1.0.1 |
215 | 2024-11-13T21:17:53.881Z | Downloaded anyhow v1.0.93 |
216 | 2024-11-13T21:17:53.884Z | Downloaded serde_urlencoded v0.7.1 |
217 | 2024-11-13T21:17:53.888Z | Downloaded serde_with_macros v3.11.0 |
218 | 2024-11-13T21:17:53.892Z | Downloaded ppv-lite86 v0.2.20 |
219 | 2024-11-13T21:17:53.892Z | Downloaded pest_generator v2.7.14 |
220 | 2024-11-13T21:17:53.897Z | Downloaded rand_chacha v0.3.1 |
221 | 2024-11-13T21:17:53.897Z | Downloaded socket2 v0.5.7 |
222 | 2024-11-13T21:17:53.900Z | Downloaded thiserror v1.0.69 |
223 | 2024-11-13T21:17:53.909Z | Downloaded sha1 v0.10.6 |
224 | 2024-11-13T21:17:53.910Z | Downloaded typify v0.2.0 |
225 | 2024-11-13T21:17:53.917Z | Downloaded rustls-pemfile v2.2.0 |
226 | 2024-11-13T21:17:53.918Z | Downloaded thread_local v1.1.8 |
227 | 2024-11-13T21:17:53.918Z | Downloaded native-tls v0.2.12 |
228 | 2024-11-13T21:17:53.918Z | Downloaded signal-hook-registry v1.4.2 |
229 | 2024-11-13T21:17:53.930Z | Downloaded sha2 v0.10.8 |
230 | 2024-11-13T21:17:53.930Z | Downloaded subtle v2.6.1 |
231 | 2024-11-13T21:17:53.930Z | Downloaded scopeguard v1.2.0 |
232 | 2024-11-13T21:17:53.931Z | Downloaded serde_spanned v0.6.8 |
233 | 2024-11-13T21:17:53.931Z | Downloaded once_cell v1.20.2 |
234 | 2024-11-13T21:17:53.940Z | Downloaded synstructure v0.13.1 |
235 | 2024-11-13T21:17:53.941Z | Downloaded zerovec v0.10.4 |
236 | 2024-11-13T21:17:53.941Z | Downloaded strum_macros v0.26.4 |
237 | 2024-11-13T21:17:53.945Z | Downloaded pkg-config v0.3.31 |
238 | 2024-11-13T21:17:53.946Z | Downloaded shlex v1.3.0 |
239 | 2024-11-13T21:17:53.946Z | Downloaded icu_locid_transform_data v1.5.0 |
240 | 2024-11-13T21:17:53.946Z | Downloaded ryu v1.0.18 |
241 | 2024-11-13T21:17:53.955Z | Downloaded parking_lot v0.12.3 |
242 | 2024-11-13T21:17:53.955Z | Downloaded zerocopy-derive v0.7.35 |
243 | 2024-11-13T21:17:53.969Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2024-11-13T21:17:53.969Z | Downloaded spin v0.9.8 |
245 | 2024-11-13T21:17:53.969Z | Downloaded unicode-ident v1.0.13 |
246 | 2024-11-13T21:17:53.970Z | Downloaded term v0.7.0 |
247 | 2024-11-13T21:17:53.997Z | Downloaded darling_core v0.20.10 |
248 | 2024-11-13T21:17:53.998Z | Downloaded slog v2.7.0 |
249 | 2024-11-13T21:17:53.998Z | Downloaded serde_derive v1.0.215 |
250 | 2024-11-13T21:17:53.998Z | Downloaded openssl-sys v0.9.104 |
251 | 2024-11-13T21:17:54.053Z | Downloaded serde_yaml v0.9.34+deprecated |
252 | 2024-11-13T21:17:54.053Z | Downloaded zerocopy v0.7.35 |
253 | 2024-11-13T21:17:54.053Z | Downloaded unsafe-libyaml v0.2.11 |
254 | 2024-11-13T21:17:54.054Z | Downloaded tracing v0.1.40 |
255 | 2024-11-13T21:17:54.054Z | Downloaded winnow v0.6.20 |
256 | 2024-11-13T21:17:54.081Z | Downloaded quinn v0.11.5 |
257 | 2024-11-13T21:17:54.081Z | Downloaded hyper v1.5.0 |
258 | 2024-11-13T21:17:54.082Z | Downloaded http v1.1.0 |
259 | 2024-11-13T21:17:54.083Z | Downloaded mio v1.0.2 |
260 | 2024-11-13T21:17:54.083Z | Downloaded serde v1.0.215 |
261 | 2024-11-13T21:17:54.084Z | Downloaded tokio-util v0.7.12 |
262 | 2024-11-13T21:17:54.084Z | Downloaded toml_edit v0.22.22 |
263 | 2024-11-13T21:17:54.121Z | Downloaded quinn-proto v0.11.8 |
264 | 2024-11-13T21:17:54.121Z | Downloaded pest v2.7.14 |
265 | 2024-11-13T21:17:54.122Z | Downloaded icu_properties_data v1.5.0 |
266 | 2024-11-13T21:17:54.122Z | Downloaded serde_with v3.11.0 |
267 | 2024-11-13T21:17:54.137Z | Downloaded rustls-webpki v0.102.8 |
268 | 2024-11-13T21:17:54.137Z | Downloaded reqwest v0.12.9 |
269 | 2024-11-13T21:17:54.142Z | Downloaded serde_json v1.0.132 |
270 | 2024-11-13T21:17:54.149Z | Downloaded chrono v0.4.38 |
271 | 2024-11-13T21:17:54.152Z | Downloaded vcpkg v0.2.15 |
272 | 2024-11-13T21:17:54.189Z | Downloaded h2 v0.4.6 |
273 | 2024-11-13T21:17:54.196Z | Downloaded regex v1.11.1 |
274 | 2024-11-13T21:17:54.208Z | Downloaded syn v2.0.87 |
275 | 2024-11-13T21:17:54.220Z | Downloaded webpki-roots v0.26.6 |
276 | 2024-11-13T21:17:54.224Z | Downloaded rustls v0.23.14 |
277 | 2024-11-13T21:17:54.235Z | Downloaded dropshot v0.13.0 |
278 | 2024-11-13T21:17:54.257Z | Downloaded rustls v0.22.4 |
279 | 2024-11-13T21:17:54.270Z | Downloaded regress v0.10.1 |
280 | 2024-11-13T21:17:54.277Z | Downloaded regex-syntax v0.8.5 |
281 | 2024-11-13T21:17:54.285Z | Downloaded regress v0.9.1 |
282 | 2024-11-13T21:17:54.293Z | Downloaded openapiv3 v2.0.0 |
283 | 2024-11-13T21:17:54.305Z | Downloaded openssl v0.10.68 |
284 | 2024-11-13T21:17:54.314Z | Downloaded typify-impl v0.2.0 |
285 | 2024-11-13T21:17:54.328Z | Downloaded goblin v0.8.2 |
286 | 2024-11-13T21:17:54.334Z | Downloaded hashbrown v0.14.5 |
287 | 2024-11-13T21:17:54.339Z | Downloaded futures-util v0.3.31 |
288 | 2024-11-13T21:17:54.351Z | Downloaded idna v1.0.3 |
289 | 2024-11-13T21:17:54.354Z | Downloaded hashbrown v0.15.0 |
290 | 2024-11-13T21:17:54.359Z | Downloaded aho-corasick v1.1.3 |
291 | 2024-11-13T21:17:54.365Z | Downloaded time v0.3.36 |
292 | 2024-11-13T21:17:54.372Z | Downloaded url v2.5.3 |
293 | 2024-11-13T21:17:54.374Z | Downloaded tracing-core v0.1.32 |
294 | 2024-11-13T21:17:54.377Z | Downloaded icu_collections v1.5.0 |
295 | 2024-11-13T21:17:54.383Z | Downloaded schemars v0.8.21 |
296 | 2024-11-13T21:17:54.394Z | Downloaded hyper-util v0.1.10 |
297 | 2024-11-13T21:17:54.398Z | Downloaded regex-automata v0.4.8 |
298 | 2024-11-13T21:17:54.414Z | Downloaded tokio v1.40.0 |
299 | 2024-11-13T21:17:54.450Z | Downloaded libc v0.2.162 |
300 | 2024-11-13T21:17:54.475Z | Downloaded num-traits v0.2.19 |
301 | 2024-11-13T21:17:54.478Z | Downloaded progenitor-impl v0.8.0 |
302 | 2024-11-13T21:17:54.481Z | Downloaded pin-project-lite v0.2.14 |
303 | 2024-11-13T21:17:54.484Z | Downloaded cc v1.1.30 |
304 | 2024-11-13T21:17:54.487Z | Downloaded icu_properties v1.5.1 |
305 | 2024-11-13T21:17:54.490Z | Downloaded uuid v1.11.0 |
306 | 2024-11-13T21:17:54.496Z | Downloaded indexmap v1.9.3 |
307 | 2024-11-13T21:17:54.501Z | Downloaded typenum v1.17.0 |
308 | 2024-11-13T21:17:54.501Z | Downloaded rustls-pki-types v1.9.0 |
309 | 2024-11-13T21:17:54.503Z | Downloaded icu_locid v1.5.0 |
310 | 2024-11-13T21:17:54.506Z | Downloaded scroll v0.12.0 |
311 | 2024-11-13T21:17:54.508Z | Downloaded pest_derive v2.7.14 |
312 | 2024-11-13T21:17:54.511Z | Downloaded zeroize v1.8.1 |
313 | 2024-11-13T21:17:54.511Z | Downloaded yoke v0.7.4 |
314 | 2024-11-13T21:17:54.513Z | Downloaded icu_provider v1.5.0 |
315 | 2024-11-13T21:17:54.516Z | Downloaded icu_normalizer v1.5.0 |
316 | 2024-11-13T21:17:54.518Z | Downloaded hyper-rustls v0.27.3 |
317 | 2024-11-13T21:17:54.521Z | Downloaded utf8_iter v1.0.4 |
318 | 2024-11-13T21:17:54.523Z | Downloaded futures v0.3.31 |
319 | 2024-11-13T21:17:54.526Z | Downloaded slog-term v2.9.1 |
320 | 2024-11-13T21:17:54.529Z | Downloaded getrandom v0.2.15 |
321 | 2024-11-13T21:17:54.531Z | Downloaded crossbeam-utils v0.8.20 |
322 | 2024-11-13T21:17:54.534Z | Downloaded tinyvec v1.8.0 |
323 | 2024-11-13T21:17:54.536Z | Downloaded bitflags v2.6.0 |
324 | 2024-11-13T21:17:54.540Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-11-13T21:17:54.543Z | Downloaded structmeta-derive v0.3.0 |
326 | 2024-11-13T21:17:54.543Z | Downloaded structmeta v0.3.0 |
327 | 2024-11-13T21:17:54.545Z | Downloaded stable_deref_trait v1.2.0 |
328 | 2024-11-13T21:17:54.545Z | Downloaded schemars_derive v0.8.21 |
329 | 2024-11-13T21:17:54.548Z | Downloaded lock_api v0.4.12 |
330 | 2024-11-13T21:17:54.548Z | Downloaded smallvec v1.13.2 |
331 | 2024-11-13T21:17:54.551Z | Downloaded progenitor-macro v0.8.0 |
332 | 2024-11-13T21:17:54.551Z | Downloaded progenitor v0.8.0 |
333 | 2024-11-13T21:17:54.551Z | Downloaded plain v0.2.3 |
334 | 2024-11-13T21:17:54.555Z | Downloaded rand_core v0.6.4 |
335 | 2024-11-13T21:17:54.555Z | Downloaded pretty-hex v0.4.1 |
336 | 2024-11-13T21:17:54.560Z | Downloaded quinn-udp v0.5.5 |
337 | 2024-11-13T21:17:54.560Z | Downloaded newtype-uuid v1.1.3 |
338 | 2024-11-13T21:17:54.560Z | Downloaded version_check v0.9.5 |
339 | 2024-11-13T21:17:54.560Z | Downloaded typify-macro v0.2.0 |
340 | 2024-11-13T21:17:54.560Z | Downloaded encoding_rs v0.8.34 |
341 | 2024-11-13T21:17:54.579Z | Downloaded ipnet v2.10.1 |
342 | 2024-11-13T21:17:54.582Z | Downloaded httparse v1.9.5 |
343 | 2024-11-13T21:17:54.584Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-11-13T21:17:54.587Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-13T21:17:54.587Z | Downloaded slab v0.4.9 |
346 | 2024-11-13T21:17:54.589Z | Downloaded percent-encoding v2.3.1 |
347 | 2024-11-13T21:17:54.589Z | Downloaded parse-display v0.10.0 |
348 | 2024-11-13T21:17:54.589Z | Downloaded backoff v0.4.0 |
349 | 2024-11-13T21:17:54.592Z | Downloaded parse-display-derive v0.10.0 |
350 | 2024-11-13T21:17:54.592Z | Downloaded zerovec-derive v0.10.3 |
351 | 2024-11-13T21:17:54.594Z | Downloaded hashbrown v0.12.3 |
352 | 2024-11-13T21:17:54.597Z | Downloaded slog-bunyan v2.5.0 |
353 | 2024-11-13T21:17:54.600Z | Downloaded displaydoc v0.2.5 |
354 | 2024-11-13T21:17:54.603Z | Downloaded deranged v0.3.11 |
355 | 2024-11-13T21:17:54.603Z | Downloaded usdt v0.5.0 |
356 | 2024-11-13T21:17:54.603Z | Downloaded thiserror-impl v1.0.69 |
357 | 2024-11-13T21:17:54.605Z | Downloaded futures-io v0.3.31 |
358 | 2024-11-13T21:17:54.606Z | Downloaded ipnetwork v0.20.0 |
359 | 2024-11-13T21:17:54.608Z | Downloaded httpdate v1.0.3 |
360 | 2024-11-13T21:17:54.608Z | Downloaded generic-array v0.14.7 |
361 | 2024-11-13T21:17:54.612Z | Downloaded futures-core v0.3.31 |
362 | 2024-11-13T21:17:54.612Z | Downloaded hex v0.4.3 |
363 | 2024-11-13T21:17:54.615Z | Downloaded base64 v0.22.1 |
364 | 2024-11-13T21:17:54.618Z | Downloaded ahash v0.8.11 |
365 | 2024-11-13T21:17:54.620Z | Downloaded futures-sink v0.3.31 |
366 | 2024-11-13T21:17:54.620Z | Downloaded digest v0.10.7 |
367 | 2024-11-13T21:17:54.623Z | Downloaded fnv v1.0.7 |
368 | 2024-11-13T21:17:54.623Z | Downloaded crypto-common v0.1.6 |
369 | 2024-11-13T21:17:54.623Z | Downloaded byteorder v1.5.0 |
370 | 2024-11-13T21:17:54.626Z | Downloaded tokio-macros v2.4.0 |
371 | 2024-11-13T21:17:54.626Z | Downloaded ident_case v1.0.1 |
372 | 2024-11-13T21:17:54.626Z | Downloaded block-buffer v0.10.4 |
373 | 2024-11-13T21:17:54.629Z | Downloaded atomic-waker v1.1.2 |
374 | 2024-11-13T21:17:54.629Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-11-13T21:17:54.632Z | Downloaded darling_macro v0.20.10 |
376 | 2024-11-13T21:17:54.632Z | Downloaded utf16_iter v1.0.5 |
377 | 2024-11-13T21:17:54.632Z | Downloaded untrusted v0.9.0 |
378 | 2024-11-13T21:17:54.635Z | Downloaded bytes v1.7.2 |
379 | 2024-11-13T21:17:54.637Z | Downloaded writeable v0.5.5 |
380 | 2024-11-13T21:17:54.637Z | Downloaded pin-utils v0.1.0 |
381 | 2024-11-13T21:17:54.640Z | Downloaded usdt-attr-macro v0.5.0 |
382 | 2024-11-13T21:17:54.640Z | Downloaded icu_locid_transform v1.5.0 |
383 | 2024-11-13T21:17:54.642Z | Downloaded iana-time-zone v0.1.61 |
384 | 2024-11-13T21:17:54.645Z | Downloaded futures-channel v0.3.31 |
385 | 2024-11-13T21:17:54.646Z | Downloaded num-conv v0.1.0 |
386 | 2024-11-13T21:17:54.648Z | Downloaded waitgroup v0.1.2 |
387 | 2024-11-13T21:17:54.648Z | Downloaded try-lock v0.2.5 |
388 | 2024-11-13T21:17:54.648Z | Downloaded idna_adapter v1.2.0 |
389 | 2024-11-13T21:17:54.650Z | Downloaded hostname v0.3.1 |
390 | 2024-11-13T21:17:54.651Z | Downloaded heck v0.5.0 |
391 | 2024-11-13T21:17:54.654Z | Downloaded futures-task v0.3.31 |
392 | 2024-11-13T21:17:54.654Z | Downloaded futures-macro v0.3.31 |
393 | 2024-11-13T21:17:54.656Z | Downloaded dof v0.3.0 |
394 | 2024-11-13T21:17:54.656Z | Downloaded dirs-next v2.0.0 |
395 | 2024-11-13T21:17:54.656Z | Downloaded debug-ignore v1.0.5 |
396 | 2024-11-13T21:17:54.659Z | Downloaded darling v0.20.10 |
397 | 2024-11-13T21:17:54.768Z | Downloaded ring v0.17.8 |
398 | 2024-11-13T21:17:55.099Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-13T21:17:55.099Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-13T21:17:55.102Z | Compiling libc v0.2.162 |
401 | 2024-11-13T21:17:55.102Z | Checking cfg-if v1.0.0 |
402 | 2024-11-13T21:17:55.102Z | Compiling autocfg v1.4.0 |
403 | 2024-11-13T21:17:55.102Z | Compiling serde v1.0.215 |
404 | 2024-11-13T21:17:55.102Z | Compiling version_check v0.9.5 |
405 | 2024-11-13T21:17:55.124Z | Checking memchr v2.7.4 |
406 | 2024-11-13T21:17:55.234Z | Checking itoa v1.0.11 |
407 | 2024-11-13T21:17:55.295Z | Compiling serde_json v1.0.132 |
408 | 2024-11-13T21:17:55.806Z | Compiling thiserror v1.0.69 |
409 | 2024-11-13T21:17:55.950Z | Checking once_cell v1.20.2 |
410 | 2024-11-13T21:17:55.968Z | Compiling shlex v1.3.0 |
411 | 2024-11-13T21:17:56.196Z | Compiling cc v1.1.30 |
412 | 2024-11-13T21:17:56.918Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-13T21:17:57.007Z | Compiling num-traits v0.2.19 |
414 | 2024-11-13T21:17:57.440Z | Checking smallvec v1.13.2 |
415 | 2024-11-13T21:17:57.573Z | Checking bytes v1.7.2 |
416 | 2024-11-13T21:17:57.610Z | Checking ryu v1.0.18 |
417 | 2024-11-13T21:17:57.765Z | Checking futures-core v0.3.31 |
418 | 2024-11-13T21:17:57.784Z | Compiling lock_api v0.4.12 |
419 | 2024-11-13T21:17:57.826Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-11-13T21:17:57.981Z | Compiling byteorder v1.5.0 |
421 | 2024-11-13T21:17:58.283Z | Compiling ahash v0.8.11 |
422 | 2024-11-13T21:17:58.302Z | Checking getrandom v0.2.15 |
423 | 2024-11-13T21:17:58.320Z | Checking scopeguard v1.2.0 |
424 | 2024-11-13T21:17:58.339Z | Compiling schemars v0.8.21 |
425 | 2024-11-13T21:17:58.514Z | Compiling slab v0.4.9 |
426 | 2024-11-13T21:17:58.648Z | Compiling quote v1.0.37 |
427 | 2024-11-13T21:17:58.732Z | Checking futures-sink v0.3.31 |
428 | 2024-11-13T21:17:58.749Z | Checking log v0.4.22 |
429 | 2024-11-13T21:17:58.802Z | Checking socket2 v0.5.7 |
430 | 2024-11-13T21:17:58.829Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-11-13T21:17:58.869Z | Checking mio v1.0.2 |
432 | 2024-11-13T21:17:58.908Z | Checking parking_lot v0.12.3 |
433 | 2024-11-13T21:17:58.984Z | Checking stable_deref_trait v1.2.0 |
434 | 2024-11-13T21:17:59.057Z | Compiling syn v2.0.87 |
435 | 2024-11-13T21:17:59.084Z | Compiling ring v0.17.8 |
436 | 2024-11-13T21:17:59.242Z | Checking fnv v1.0.7 |
437 | 2024-11-13T21:17:59.266Z | Checking equivalent v1.0.1 |
438 | 2024-11-13T21:17:59.284Z | Checking hashbrown v0.15.0 |
439 | 2024-11-13T21:17:59.306Z | Compiling semver v1.0.23 |
440 | 2024-11-13T21:17:59.347Z | Checking futures-channel v0.3.31 |
441 | 2024-11-13T21:17:59.366Z | Checking http v1.1.0 |
442 | 2024-11-13T21:17:59.366Z | Checking futures-io v0.3.31 |
443 | 2024-11-13T21:17:59.454Z | Checking futures-task v0.3.31 |
444 | 2024-11-13T21:17:59.560Z | Checking pin-utils v0.1.0 |
445 | 2024-11-13T21:17:59.647Z | Compiling heck v0.5.0 |
446 | 2024-11-13T21:17:59.678Z | Compiling vcpkg v0.2.15 |
447 | 2024-11-13T21:17:59.681Z | Compiling pkg-config v0.3.31 |
448 | 2024-11-13T21:17:59.848Z | Checking spin v0.9.8 |
449 | 2024-11-13T21:18:00.074Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-11-13T21:18:00.261Z | Checking untrusted v0.9.0 |
451 | 2024-11-13T21:18:00.398Z | Compiling httparse v1.9.5 |
452 | 2024-11-13T21:18:00.683Z | Checking litemap v0.7.3 |
453 | 2024-11-13T21:18:00.756Z | Checking writeable v0.5.5 |
454 | 2024-11-13T21:18:00.987Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-13T21:18:01.044Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-13T21:18:01.138Z | Checking tracing-core v0.1.32 |
457 | 2024-11-13T21:18:01.191Z | Checking dyn-clone v1.0.17 |
458 | 2024-11-13T21:18:01.210Z | Compiling openssl-sys v0.9.104 |
459 | 2024-11-13T21:18:01.318Z | Checking atomic-waker v1.1.2 |
460 | 2024-11-13T21:18:01.436Z | Compiling allocator-api2 v0.2.18 |
461 | 2024-11-13T21:18:01.735Z | Checking tracing v0.1.40 |
462 | 2024-11-13T21:18:01.885Z | Checking http-body v1.0.1 |
463 | 2024-11-13T21:18:02.070Z | Checking icu_locid_transform_data v1.5.0 |
464 | 2024-11-13T21:18:02.191Z | Checking try-lock v0.2.5 |
465 | 2024-11-13T21:18:02.258Z | Checking subtle v2.6.1 |
466 | 2024-11-13T21:18:02.274Z | Compiling uuid v1.11.0 |
467 | 2024-11-13T21:18:02.276Z | Checking zeroize v1.8.1 |
468 | 2024-11-13T21:18:02.330Z | Checking want v0.3.1 |
469 | 2024-11-13T21:18:02.502Z | Checking icu_properties_data v1.5.0 |
470 | 2024-11-13T21:18:02.519Z | Compiling slog v2.7.0 |
471 | 2024-11-13T21:18:02.671Z | Compiling chrono v0.4.38 |
472 | 2024-11-13T21:18:02.740Z | Checking foreign-types-shared v0.1.1 |
473 | 2024-11-13T21:18:02.760Z | Compiling openssl v0.10.68 |
474 | 2024-11-13T21:18:02.817Z | Checking httpdate v1.0.3 |
475 | 2024-11-13T21:18:02.994Z | Checking foreign-types v0.3.2 |
476 | 2024-11-13T21:18:03.038Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-13T21:18:03.070Z | Checking write16 v1.0.0 |
478 | 2024-11-13T21:18:03.160Z | Checking bitflags v2.6.0 |
479 | 2024-11-13T21:18:03.176Z | Compiling typenum v1.17.0 |
480 | 2024-11-13T21:18:03.403Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-13T21:18:04.088Z | Compiling native-tls v0.2.12 |
482 | 2024-11-13T21:18:04.389Z | Checking utf8_iter v1.0.4 |
483 | 2024-11-13T21:18:04.457Z | Checking utf16_iter v1.0.5 |
484 | 2024-11-13T21:18:04.562Z | Checking percent-encoding v2.3.1 |
485 | 2024-11-13T21:18:04.613Z | Compiling rustls v0.23.14 |
486 | 2024-11-13T21:18:04.745Z | Checking tower-service v0.3.3 |
487 | 2024-11-13T21:18:04.854Z | Checking icu_normalizer_data v1.5.0 |
488 | 2024-11-13T21:18:04.932Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-13T21:18:05.450Z | Compiling generic-array v0.14.7 |
490 | 2024-11-13T21:18:05.665Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-13T21:18:05.893Z | Compiling synstructure v0.13.1 |
492 | 2024-11-13T21:18:06.702Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-13T21:18:06.987Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-13T21:18:07.940Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-13T21:18:08.221Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-13T21:18:08.288Z | Checking powerfmt v0.2.0 |
497 | 2024-11-13T21:18:08.826Z | Compiling num-conv v0.1.0 |
498 | 2024-11-13T21:18:08.904Z | Compiling time-core v0.1.2 |
499 | 2024-11-13T21:18:09.053Z | Checking mime v0.3.17 |
500 | 2024-11-13T21:18:09.082Z | Compiling time-macros v0.2.18 |
501 | 2024-11-13T21:18:09.300Z | Checking deranged v0.3.11 |
502 | 2024-11-13T21:18:10.548Z | Compiling thread-id v4.2.2 |
503 | 2024-11-13T21:18:10.588Z | Checking webpki-roots v0.26.6 |
504 | 2024-11-13T21:18:10.649Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-13T21:18:10.779Z | Checking num_threads v0.1.7 |
506 | 2024-11-13T21:18:10.859Z | Compiling regex v1.11.1 |
507 | 2024-11-13T21:18:11.050Z | Compiling serde_derive v1.0.215 |
508 | 2024-11-13T21:18:11.072Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-11-13T21:18:11.273Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-13T21:18:11.716Z | Compiling zerofrom-derive v0.1.4 |
511 | 2024-11-13T21:18:11.786Z | Compiling schemars_derive v0.8.21 |
512 | 2024-11-13T21:18:12.316Z | Compiling tokio-macros v2.4.0 |
513 | 2024-11-13T21:18:12.918Z | Compiling zerocopy v0.7.35 |
514 | 2024-11-13T21:18:14.189Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-13T21:18:14.416Z | Checking tokio v1.40.0 |
516 | 2024-11-13T21:18:14.506Z | Compiling zerovec-derive v0.10.3 |
517 | 2024-11-13T21:18:14.672Z | Compiling displaydoc v0.2.5 |
518 | 2024-11-13T21:18:15.099Z | Checking zerofrom v0.1.4 |
519 | 2024-11-13T21:18:15.132Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-13T21:18:15.824Z | Compiling pest v2.7.14 |
521 | 2024-11-13T21:18:16.318Z | Compiling icu_provider_macros v1.5.0 |
522 | 2024-11-13T21:18:16.930Z | Checking yoke v0.7.4 |
523 | 2024-11-13T21:18:17.041Z | Compiling hashbrown v0.14.5 |
524 | 2024-11-13T21:18:17.061Z | Checking futures-util v0.3.31 |
525 | 2024-11-13T21:18:17.196Z | Checking rustls-webpki v0.102.8 |
526 | 2024-11-13T21:18:17.262Z | Checking zerovec v0.10.4 |
527 | 2024-11-13T21:18:17.920Z | Compiling openssl-macros v0.1.1 |
528 | 2024-11-13T21:18:18.701Z | Compiling pest_meta v2.7.14 |
529 | 2024-11-13T21:18:18.739Z | Compiling regress v0.10.1 |
530 | 2024-11-13T21:18:18.961Z | Checking tinystr v0.7.6 |
531 | 2024-11-13T21:18:19.152Z | Checking icu_collections v1.5.0 |
532 | 2024-11-13T21:18:19.377Z | Checking icu_locid v1.5.0 |
533 | 2024-11-13T21:18:20.425Z | Checking icu_provider v1.5.0 |
534 | 2024-11-13T21:18:21.127Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-11-13T21:18:21.686Z | Checking tokio-util v0.7.12 |
536 | 2024-11-13T21:18:22.070Z | Compiling pest_generator v2.7.14 |
537 | 2024-11-13T21:18:22.237Z | Checking icu_properties v1.5.1 |
538 | 2024-11-13T21:18:22.904Z | Checking http-body-util v0.1.2 |
539 | 2024-11-13T21:18:23.343Z | Compiling scroll_derive v0.12.0 |
540 | 2024-11-13T21:18:23.570Z | Checking indexmap v2.6.0 |
541 | 2024-11-13T21:18:24.887Z | Compiling serde_tokenstream v0.2.2 |
542 | 2024-11-13T21:18:25.126Z | Checking h2 v0.4.6 |
543 | 2024-11-13T21:18:25.732Z | Compiling pest_derive v2.7.14 |
544 | 2024-11-13T21:18:25.737Z | Checking icu_normalizer v1.5.0 |
545 | 2024-11-13T21:18:26.210Z | Checking tokio-native-tls v0.3.1 |
546 | 2024-11-13T21:18:26.281Z | Checking idna_adapter v1.2.0 |
547 | 2024-11-13T21:18:26.330Z | Compiling dtrace-parser v0.2.0 |
548 | 2024-11-13T21:18:26.446Z | Checking scroll v0.12.0 |
549 | 2024-11-13T21:18:26.465Z | Checking idna v1.0.3 |
550 | 2024-11-13T21:18:26.973Z | Compiling dof v0.3.0 |
551 | 2024-11-13T21:18:27.131Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-11-13T21:18:27.582Z | Checking tokio-rustls v0.26.0 |
553 | 2024-11-13T21:18:27.878Z | Checking plain v0.2.3 |
554 | 2024-11-13T21:18:27.967Z | Checking base64 v0.22.1 |
555 | 2024-11-13T21:18:28.031Z | Compiling strsim v0.11.1 |
556 | 2024-11-13T21:18:28.096Z | Compiling crossbeam-utils v0.8.20 |
557 | 2024-11-13T21:18:28.439Z | Compiling ident_case v1.0.1 |
558 | 2024-11-13T21:18:28.780Z | Compiling darling_core v0.20.10 |
559 | 2024-11-13T21:18:28.838Z | Compiling typify-impl v0.2.0 |
560 | 2024-11-13T21:18:29.402Z | Checking hyper v1.5.0 |
561 | 2024-11-13T21:18:30.251Z | Checking goblin v0.8.2 |
562 | 2024-11-13T21:18:31.521Z | Checking hyper-util v0.1.10 |
563 | 2024-11-13T21:18:31.673Z | Compiling openapiv3 v2.0.0 |
564 | 2024-11-13T21:18:31.764Z | Checking url v2.5.3 |
565 | 2024-11-13T21:18:32.743Z | Checking time v0.3.36 |
566 | 2024-11-13T21:18:33.268Z | Checking hyper-rustls v0.27.3 |
567 | 2024-11-13T21:18:33.591Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-13T21:18:33.835Z | Checking dirs-sys-next v0.1.2 |
569 | 2024-11-13T21:18:33.876Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-13T21:18:34.033Z | Checking pretty-hex v0.4.1 |
571 | 2024-11-13T21:18:34.212Z | Compiling paste v1.0.15 |
572 | 2024-11-13T21:18:34.384Z | Checking ipnet v2.10.1 |
573 | 2024-11-13T21:18:34.573Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2024-11-13T21:18:34.713Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2024-11-13T21:18:34.848Z | Compiling rustls v0.22.4 |
576 | 2024-11-13T21:18:34.879Z | Compiling rustversion v1.0.17 |
577 | 2024-11-13T21:18:34.947Z | Compiling darling_macro v0.20.10 |
578 | 2024-11-13T21:18:35.198Z | Checking reqwest v0.12.9 |
579 | 2024-11-13T21:18:35.851Z | Checking dirs-next v2.0.0 |
580 | 2024-11-13T21:18:35.972Z | Checking serde_spanned v0.6.8 |
581 | 2024-11-13T21:18:35.990Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2024-11-13T21:18:36.059Z | Checking toml_datetime v0.6.8 |
583 | 2024-11-13T21:18:36.163Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-13T21:18:36.328Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-13T21:18:36.355Z | Checking block-buffer v0.10.4 |
586 | 2024-11-13T21:18:36.489Z | Checking crypto-common v0.1.6 |
587 | 2024-11-13T21:18:36.559Z | Checking rand_core v0.6.4 |
588 | 2024-11-13T21:18:36.643Z | Checking thread_local v1.1.8 |
589 | 2024-11-13T21:18:36.685Z | Compiling multer v3.1.0 |
590 | 2024-11-13T21:18:36.743Z | Compiling anyhow v1.0.93 |
591 | 2024-11-13T21:18:36.837Z | Checking match_cfg v0.1.0 |
592 | 2024-11-13T21:18:36.924Z | Compiling slog-async v2.8.0 |
593 | 2024-11-13T21:18:36.941Z | Compiling newtype-uuid v1.1.3 |
594 | 2024-11-13T21:18:36.945Z | Compiling camino v1.1.9 |
595 | 2024-11-13T21:18:36.992Z | Checking winnow v0.6.20 |
596 | 2024-11-13T21:18:37.352Z | Checking rand_chacha v0.3.1 |
597 | 2024-11-13T21:18:37.433Z | Checking hostname v0.3.1 |
598 | 2024-11-13T21:18:37.605Z | Checking progenitor-client v0.8.0 |
599 | 2024-11-13T21:18:37.699Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-11-13T21:18:37.758Z | Checking digest v0.10.7 |
601 | 2024-11-13T21:18:37.938Z | Checking term v0.7.0 |
602 | 2024-11-13T21:18:38.089Z | Compiling darling v0.20.10 |
603 | 2024-11-13T21:18:38.413Z | Checking slog-json v2.6.1 |
604 | 2024-11-13T21:18:38.677Z | Compiling usdt-macro v0.5.0 |
605 | 2024-11-13T21:18:38.912Z | Compiling structmeta v0.3.0 |
606 | 2024-11-13T21:18:39.233Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2024-11-13T21:18:39.311Z | Checking futures-executor v0.3.31 |
608 | 2024-11-13T21:18:39.478Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-13T21:18:39.538Z | Checking memmap v0.7.0 |
610 | 2024-11-13T21:18:39.730Z | Checking is-terminal v0.4.13 |
611 | 2024-11-13T21:18:39.749Z | Compiling dropshot v0.13.0 |
612 | 2024-11-13T21:18:39.856Z | Checking take_mut v0.2.2 |
613 | 2024-11-13T21:18:39.955Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-13T21:18:40.043Z | Checking sha1 v0.10.6 |
615 | 2024-11-13T21:18:40.130Z | Checking toml_edit v0.22.22 |
616 | 2024-11-13T21:18:40.133Z | Checking slog-term v2.9.1 |
617 | 2024-11-13T21:18:40.308Z | Checking futures v0.3.31 |
618 | 2024-11-13T21:18:40.324Z | Compiling strum_macros v0.26.4 |
619 | 2024-11-13T21:18:40.423Z | Compiling parse-display-derive v0.10.0 |
620 | 2024-11-13T21:18:40.654Z | Checking usdt v0.5.0 |
621 | 2024-11-13T21:18:40.669Z | Checking slog-bunyan v2.5.0 |
622 | 2024-11-13T21:18:40.724Z | Checking async-stream v0.3.6 |
623 | 2024-11-13T21:18:40.844Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-13T21:18:40.915Z | Checking rand v0.8.5 |
625 | 2024-11-13T21:18:42.049Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-13T21:18:42.325Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-13T21:18:42.405Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-13T21:18:42.422Z | Checking serde_path_to_error v0.1.16 |
629 | 2024-11-13T21:18:42.670Z | Compiling typify-macro v0.2.0 |
630 | 2024-11-13T21:18:42.694Z | Checking hex v0.4.3 |
631 | 2024-11-13T21:18:42.774Z | Checking toml v0.8.19 |
632 | 2024-11-13T21:18:43.057Z | Compiling async-trait v0.1.83 |
633 | 2024-11-13T21:18:43.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2024-11-13T21:18:43.442Z | Checking waitgroup v0.1.2 |
635 | 2024-11-13T21:18:43.507Z | Checking hostname v0.4.0 |
636 | 2024-11-13T21:18:43.579Z | Checking instant v0.1.13 |
637 | 2024-11-13T21:18:43.645Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-13T21:18:43.693Z | Checking backoff v0.4.0 |
639 | 2024-11-13T21:18:43.785Z | Checking serde_with v3.11.0 |
640 | 2024-11-13T21:18:43.957Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-13T21:18:43.995Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-13T21:18:44.102Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-13T21:18:44.135Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
644 | 2024-11-13T21:18:44.330Z | Checking parse-display v0.10.0 |
645 | 2024-11-13T21:18:44.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
646 | 2024-11-13T21:18:44.541Z | Checking macaddr v1.0.1 |
647 | 2024-11-13T21:18:44.571Z | Checking regress v0.9.1 |
648 | 2024-11-13T21:18:44.906Z | Checking strum v0.26.3 |
649 | 2024-11-13T21:18:45.963Z | Compiling typify v0.2.0 |
650 | 2024-11-13T21:18:46.062Z | Checking progenitor-impl v0.8.0 |
651 | 2024-11-13T21:18:48.893Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-13T21:18:53.163Z | Checking progenitor v0.8.0 |
653 | 2024-11-13T21:18:53.290Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-13T21:18:56.148Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-13T21:19:03.716Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-13T21:19:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-13T21:19:04.100Z | + cargo build --release |
658 | 2024-11-13T21:19:04.351Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-13T21:19:04.351Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-13T21:19:04.351Z | Compiling libc v0.2.162 |
661 | 2024-11-13T21:19:04.354Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-13T21:19:04.354Z | Compiling autocfg v1.4.0 |
663 | 2024-11-13T21:19:04.354Z | Compiling version_check v0.9.5 |
664 | 2024-11-13T21:19:04.396Z | Compiling serde v1.0.215 |
665 | 2024-11-13T21:19:04.399Z | Compiling memchr v2.7.4 |
666 | 2024-11-13T21:19:04.460Z | Compiling serde_json v1.0.132 |
667 | 2024-11-13T21:19:04.538Z | Compiling itoa v1.0.11 |
668 | 2024-11-13T21:19:04.790Z | Compiling thiserror v1.0.69 |
669 | 2024-11-13T21:19:04.938Z | Compiling once_cell v1.20.2 |
670 | 2024-11-13T21:19:05.011Z | Compiling shlex v1.3.0 |
671 | 2024-11-13T21:19:05.241Z | Compiling cc v1.1.30 |
672 | 2024-11-13T21:19:05.381Z | Compiling num-traits v0.2.19 |
673 | 2024-11-13T21:19:05.644Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-13T21:19:05.763Z | Compiling getrandom v0.2.15 |
675 | 2024-11-13T21:19:05.862Z | Compiling smallvec v1.13.2 |
676 | 2024-11-13T21:19:05.868Z | Compiling bytes v1.7.2 |
677 | 2024-11-13T21:19:06.095Z | Compiling quote v1.0.37 |
678 | 2024-11-13T21:19:06.097Z | Compiling ryu v1.0.18 |
679 | 2024-11-13T21:19:06.192Z | Compiling futures-core v0.3.31 |
680 | 2024-11-13T21:19:06.431Z | Compiling lock_api v0.4.12 |
681 | 2024-11-13T21:19:06.541Z | Compiling syn v2.0.87 |
682 | 2024-11-13T21:19:06.648Z | Compiling ahash v0.8.11 |
683 | 2024-11-13T21:19:06.702Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-11-13T21:19:06.763Z | Compiling schemars v0.8.21 |
685 | 2024-11-13T21:19:06.994Z | Compiling byteorder v1.5.0 |
686 | 2024-11-13T21:19:07.112Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-13T21:19:07.114Z | Compiling slab v0.4.9 |
688 | 2024-11-13T21:19:07.451Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-13T21:19:07.453Z | Compiling log v0.4.22 |
690 | 2024-11-13T21:19:07.628Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-13T21:19:07.712Z | Compiling parking_lot v0.12.3 |
692 | 2024-11-13T21:19:07.720Z | Compiling mio v1.0.2 |
693 | 2024-11-13T21:19:07.734Z | Compiling socket2 v0.5.7 |
694 | 2024-11-13T21:19:07.912Z | Compiling semver v1.0.23 |
695 | 2024-11-13T21:19:07.999Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-13T21:19:08.247Z | Compiling ring v0.17.8 |
697 | 2024-11-13T21:19:08.379Z | Compiling equivalent v1.0.1 |
698 | 2024-11-13T21:19:08.407Z | Compiling fnv v1.0.7 |
699 | 2024-11-13T21:19:08.478Z | Compiling hashbrown v0.15.0 |
700 | 2024-11-13T21:19:08.531Z | Compiling http v1.1.0 |
701 | 2024-11-13T21:19:09.178Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-13T21:19:09.316Z | Compiling pin-utils v0.1.0 |
703 | 2024-11-13T21:19:09.377Z | Compiling futures-io v0.3.31 |
704 | 2024-11-13T21:19:09.398Z | Compiling futures-task v0.3.31 |
705 | 2024-11-13T21:19:09.673Z | Compiling spin v0.9.8 |
706 | 2024-11-13T21:19:09.696Z | Compiling rustls-pki-types v1.9.0 |
707 | 2024-11-13T21:19:09.796Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-13T21:19:09.834Z | Compiling pkg-config v0.3.31 |
709 | 2024-11-13T21:19:09.907Z | Compiling heck v0.5.0 |
710 | 2024-11-13T21:19:10.943Z | Compiling litemap v0.7.3 |
711 | 2024-11-13T21:19:11.069Z | Compiling writeable v0.5.5 |
712 | 2024-11-13T21:19:11.375Z | Compiling httparse v1.9.5 |
713 | 2024-11-13T21:19:11.444Z | Compiling openssl-sys v0.9.104 |
714 | 2024-11-13T21:19:11.481Z | Compiling iana-time-zone v0.1.61 |
715 | 2024-11-13T21:19:12.123Z | Compiling untrusted v0.9.0 |
716 | 2024-11-13T21:19:12.139Z | Compiling ucd-trie v0.1.7 |
717 | 2024-11-13T21:19:12.231Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-13T21:19:12.502Z | Compiling atomic-waker v1.1.2 |
719 | 2024-11-13T21:19:12.616Z | Compiling dyn-clone v1.0.17 |
720 | 2024-11-13T21:19:12.665Z | Compiling allocator-api2 v0.2.18 |
721 | 2024-11-13T21:19:13.297Z | Compiling tracing v0.1.40 |
722 | 2024-11-13T21:19:13.431Z | Compiling http-body v1.0.1 |
723 | 2024-11-13T21:19:13.659Z | Compiling zeroize v1.8.1 |
724 | 2024-11-13T21:19:13.851Z | Compiling chrono v0.4.38 |
725 | 2024-11-13T21:19:13.976Z | Compiling try-lock v0.2.5 |
726 | 2024-11-13T21:19:13.983Z | Compiling subtle v2.6.1 |
727 | 2024-11-13T21:19:13.994Z | Compiling icu_locid_transform_data v1.5.0 |
728 | 2024-11-13T21:19:14.081Z | Compiling uuid v1.11.0 |
729 | 2024-11-13T21:19:14.234Z | Compiling synstructure v0.13.1 |
730 | 2024-11-13T21:19:14.395Z | Compiling serde_derive_internals v0.29.1 |
731 | 2024-11-13T21:19:14.575Z | Compiling want v0.3.1 |
732 | 2024-11-13T21:19:14.906Z | Compiling icu_properties_data v1.5.0 |
733 | 2024-11-13T21:19:15.152Z | Compiling openssl v0.10.68 |
734 | 2024-11-13T21:19:15.615Z | Compiling slog v2.7.0 |
735 | 2024-11-13T21:19:15.901Z | Compiling httpdate v1.0.3 |
736 | 2024-11-13T21:19:15.956Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-13T21:19:16.051Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-13T21:19:16.636Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-13T21:19:16.647Z | Compiling tower-service v0.3.3 |
740 | 2024-11-13T21:19:16.727Z | Compiling write16 v1.0.0 |
741 | 2024-11-13T21:19:16.759Z | Compiling percent-encoding v2.3.1 |
742 | 2024-11-13T21:19:16.843Z | Compiling rustls v0.23.14 |
743 | 2024-11-13T21:19:17.164Z | Compiling typenum v1.17.0 |
744 | 2024-11-13T21:19:17.259Z | Compiling utf8_iter v1.0.4 |
745 | 2024-11-13T21:19:17.600Z | Compiling bitflags v2.6.0 |
746 | 2024-11-13T21:19:17.959Z | Compiling utf16_iter v1.0.5 |
747 | 2024-11-13T21:19:18.153Z | Compiling native-tls v0.2.12 |
748 | 2024-11-13T21:19:18.162Z | Compiling regex-syntax v0.8.5 |
749 | 2024-11-13T21:19:18.179Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-11-13T21:19:18.315Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-13T21:19:18.616Z | Compiling generic-array v0.14.7 |
752 | 2024-11-13T21:19:18.804Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-13T21:19:19.859Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-13T21:19:20.205Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-13T21:19:20.265Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-13T21:19:20.929Z | Compiling schemars_derive v0.8.21 |
757 | 2024-11-13T21:19:21.110Z | Compiling zerofrom-derive v0.1.4 |
758 | 2024-11-13T21:19:22.305Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-13T21:19:23.913Z | Compiling yoke-derive v0.7.4 |
760 | 2024-11-13T21:19:24.024Z | Compiling tokio-macros v2.4.0 |
761 | 2024-11-13T21:19:24.027Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-13T21:19:24.606Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-13T21:19:24.842Z | Compiling displaydoc v0.2.5 |
764 | 2024-11-13T21:19:25.108Z | Compiling futures-macro v0.3.31 |
765 | 2024-11-13T21:19:25.623Z | Compiling tokio v1.40.0 |
766 | 2024-11-13T21:19:26.625Z | Compiling pest v2.7.14 |
767 | 2024-11-13T21:19:26.665Z | Compiling yoke v0.7.4 |
768 | 2024-11-13T21:19:26.921Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-11-13T21:19:26.987Z | Compiling hashbrown v0.14.5 |
770 | 2024-11-13T21:19:27.034Z | Compiling zerovec v0.10.4 |
771 | 2024-11-13T21:19:27.052Z | Compiling futures-util v0.3.31 |
772 | 2024-11-13T21:19:28.382Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-13T21:19:29.618Z | Compiling tinystr v0.7.6 |
774 | 2024-11-13T21:19:30.041Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-13T21:19:30.084Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-13T21:19:33.119Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-13T21:19:34.462Z | Compiling indexmap v2.6.0 |
778 | 2024-11-13T21:19:34.490Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-11-13T21:19:36.225Z | Compiling tokio-util v0.7.12 |
780 | 2024-11-13T21:19:37.013Z | Compiling icu_locid_transform v1.5.0 |
781 | 2024-11-13T21:19:37.612Z | Compiling h2 v0.4.6 |
782 | 2024-11-13T21:19:40.259Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-13T21:19:40.642Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-13T21:19:42.048Z | Compiling regress v0.10.1 |
785 | 2024-11-13T21:19:43.174Z | Compiling hyper v1.5.0 |
786 | 2024-11-13T21:19:43.385Z | Compiling pest_derive v2.7.14 |
787 | 2024-11-13T21:19:44.073Z | Compiling icu_properties v1.5.1 |
788 | 2024-11-13T21:19:44.814Z | Compiling openssl-macros v0.1.1 |
789 | 2024-11-13T21:19:46.902Z | Compiling typify-impl v0.2.0 |
790 | 2024-11-13T21:19:50.614Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-13T21:19:51.249Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-13T21:19:55.079Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-13T21:19:55.402Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-13T21:19:56.539Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-13T21:19:57.147Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-13T21:19:57.512Z | Compiling usdt-impl v0.5.0 |
797 | 2024-11-13T21:19:57.881Z | Compiling encoding_rs v0.8.34 |
798 | 2024-11-13T21:19:59.318Z | Compiling typify-macro v0.2.0 |
799 | 2024-11-13T21:20:00.425Z | Compiling regex v1.11.1 |
800 | 2024-11-13T21:20:01.251Z | Compiling num-conv v0.1.0 |
801 | 2024-11-13T21:20:01.517Z | Compiling mime v0.3.17 |
802 | 2024-11-13T21:20:02.605Z | Compiling time-core v0.1.2 |
803 | 2024-11-13T21:20:02.773Z | Compiling powerfmt v0.2.0 |
804 | 2024-11-13T21:20:03.093Z | Compiling deranged v0.3.11 |
805 | 2024-11-13T21:20:03.192Z | Compiling time-macros v0.2.18 |
806 | 2024-11-13T21:20:05.522Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-11-13T21:20:05.963Z | Compiling scroll v0.12.0 |
808 | 2024-11-13T21:20:06.394Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-11-13T21:20:06.613Z | Compiling idna v1.0.3 |
810 | 2024-11-13T21:20:08.740Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-13T21:20:10.530Z | Compiling dof v0.3.0 |
812 | 2024-11-13T21:20:11.413Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-13T21:20:12.053Z | Compiling thread-id v4.2.2 |
814 | 2024-11-13T21:20:12.156Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-13T21:20:12.436Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-13T21:20:13.490Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-11-13T21:20:13.801Z | Compiling num_threads v0.1.7 |
818 | 2024-11-13T21:20:13.962Z | Compiling plain v0.2.3 |
819 | 2024-11-13T21:20:14.111Z | Compiling base64 v0.22.1 |
820 | 2024-11-13T21:20:14.157Z | Compiling strsim v0.11.1 |
821 | 2024-11-13T21:20:14.218Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-11-13T21:20:14.534Z | Compiling ident_case v1.0.1 |
823 | 2024-11-13T21:20:14.860Z | Compiling darling_core v0.20.10 |
824 | 2024-11-13T21:20:15.229Z | Compiling time v0.3.36 |
825 | 2024-11-13T21:20:15.330Z | Compiling goblin v0.8.2 |
826 | 2024-11-13T21:20:20.644Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-13T21:20:22.411Z | Compiling url v2.5.3 |
828 | 2024-11-13T21:20:23.946Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-13T21:20:24.440Z | Compiling typify v0.2.0 |
830 | 2024-11-13T21:20:24.563Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-13T21:20:26.010Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-13T21:20:26.162Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-13T21:20:27.681Z | Compiling ipnet v2.10.1 |
834 | 2024-11-13T21:20:28.397Z | Compiling paste v1.0.15 |
835 | 2024-11-13T21:20:28.887Z | Compiling rustls v0.22.4 |
836 | 2024-11-13T21:20:28.968Z | Compiling unsafe-libyaml v0.2.11 |
837 | 2024-11-13T21:20:29.193Z | Compiling rustversion v1.0.17 |
838 | 2024-11-13T21:20:29.861Z | Compiling pretty-hex v0.4.1 |
839 | 2024-11-13T21:20:30.780Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-13T21:20:30.965Z | Compiling progenitor-impl v0.8.0 |
841 | 2024-11-13T21:20:31.143Z | Compiling reqwest v0.12.9 |
842 | 2024-11-13T21:20:34.438Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-13T21:20:34.613Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-13T21:20:36.576Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-13T21:20:36.818Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-13T21:20:37.038Z | Compiling toml_datetime v0.6.8 |
847 | 2024-11-13T21:20:37.469Z | Compiling serde_spanned v0.6.8 |
848 | 2024-11-13T21:20:37.717Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-13T21:20:37.724Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-13T21:20:37.737Z | Compiling rand_core v0.6.4 |
851 | 2024-11-13T21:20:38.317Z | Compiling thread_local v1.1.8 |
852 | 2024-11-13T21:20:38.650Z | Compiling multer v3.1.0 |
853 | 2024-11-13T21:20:38.977Z | Compiling winnow v0.6.20 |
854 | 2024-11-13T21:20:39.008Z | Compiling anyhow v1.0.93 |
855 | 2024-11-13T21:20:39.612Z | Compiling slog-async v2.8.0 |
856 | 2024-11-13T21:20:40.121Z | Compiling camino v1.1.9 |
857 | 2024-11-13T21:20:40.244Z | Compiling newtype-uuid v1.1.3 |
858 | 2024-11-13T21:20:40.497Z | Compiling match_cfg v0.1.0 |
859 | 2024-11-13T21:20:40.577Z | Compiling hostname v0.3.1 |
860 | 2024-11-13T21:20:40.584Z | Compiling structmeta v0.3.0 |
861 | 2024-11-13T21:20:40.879Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-13T21:20:41.173Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-13T21:20:41.180Z | Compiling digest v0.10.7 |
864 | 2024-11-13T21:20:41.591Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-13T21:20:42.352Z | Compiling darling v0.20.10 |
866 | 2024-11-13T21:20:42.603Z | Compiling term v0.7.0 |
867 | 2024-11-13T21:20:43.247Z | Compiling toml_edit v0.22.22 |
868 | 2024-11-13T21:20:43.363Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-13T21:20:48.738Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-13T21:20:50.053Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-13T21:20:51.558Z | Compiling slog-json v2.6.1 |
872 | 2024-11-13T21:20:52.019Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-13T21:20:52.392Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-13T21:20:53.176Z | Compiling is-terminal v0.4.13 |
875 | 2024-11-13T21:20:53.284Z | Compiling memmap v0.7.0 |
876 | 2024-11-13T21:20:53.684Z | Compiling dropshot v0.13.0 |
877 | 2024-11-13T21:20:53.735Z | Compiling take_mut v0.2.2 |
878 | 2024-11-13T21:20:53.890Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-13T21:20:53.982Z | Compiling sha1 v0.10.6 |
880 | 2024-11-13T21:20:54.351Z | Compiling progenitor v0.8.0 |
881 | 2024-11-13T21:20:54.570Z | Compiling async-stream v0.3.6 |
882 | 2024-11-13T21:20:54.758Z | Compiling usdt v0.5.0 |
883 | 2024-11-13T21:20:54.871Z | Compiling slog-term v2.9.1 |
884 | 2024-11-13T21:20:56.346Z | Compiling futures v0.3.31 |
885 | 2024-11-13T21:20:56.556Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-13T21:20:56.827Z | Compiling tokio-rustls v0.25.0 |
887 | 2024-11-13T21:20:57.273Z | Compiling strum_macros v0.26.4 |
888 | 2024-11-13T21:20:57.479Z | Compiling toml v0.8.19 |
889 | 2024-11-13T21:20:57.888Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-13T21:21:00.565Z | Compiling rand v0.8.5 |
891 | 2024-11-13T21:21:02.490Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-13T21:21:06.249Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-13T21:21:06.491Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-13T21:21:06.509Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-13T21:21:06.546Z | Compiling hex v0.4.3 |
896 | 2024-11-13T21:21:07.249Z | Compiling async-trait v0.1.83 |
897 | 2024-11-13T21:21:07.496Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-13T21:21:08.323Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-13T21:21:08.562Z | Compiling hostname v0.4.0 |
900 | 2024-11-13T21:21:08.814Z | Compiling instant v0.1.13 |
901 | 2024-11-13T21:21:08.964Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-13T21:21:09.105Z | Compiling backoff v0.4.0 |
903 | 2024-11-13T21:21:09.444Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-13T21:21:09.644Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-13T21:21:09.686Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-13T21:21:09.802Z | Compiling parse-display v0.10.0 |
907 | 2024-11-13T21:21:11.334Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-13T21:21:11.968Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
909 | 2024-11-13T21:21:12.013Z | Compiling strum v0.26.3 |
910 | 2024-11-13T21:21:12.188Z | Compiling serde_with v3.11.0 |
911 | 2024-11-13T21:21:14.582Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-13T21:21:15.407Z | Compiling regress v0.9.1 |
913 | 2024-11-13T21:21:15.854Z | Compiling macaddr v1.0.1 |
914 | 2024-11-13T21:21:21.490Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-13T21:21:32.086Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-13T21:21:42.090Z | Finished `release` profile [optimized] target(s) in 2m 37s |
917 | 2024-11-13T21:21:42.156Z | process exited: duration 239940 ms, exit code 0 |
|
918 | 2024-11-13T21:21:42.162Z | found 0 output files |