|
|
|
1 | 2024-11-26T22:48:53.531Z | job assigned to worker 01JDNAJ0Q4HTAZS6PRAZACK55P [factory aws, i-063519a1f25bd1964] (queued for 54 s) |
|
2 | 2024-11-26T22:49:01.249Z | starting task 0: "setup" |
3 | 2024-11-26T22:49:01.256Z | ++ uname -s |
4 | 2024-11-26T22:49:01.258Z | + kern=SunOS |
5 | 2024-11-26T22:49:01.259Z | + case "$kern" in |
6 | 2024-11-26T22:49:01.259Z | + groupadd -g 12345 build |
7 | 2024-11-26T22:49:01.261Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T22:49:03.267Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T22:49:03.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T22:49:03.462Z | + home_fs=zfs |
11 | 2024-11-26T22:49:03.462Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T22:49:03.462Z | + mkdir -p /home/build |
13 | 2024-11-26T22:49:03.464Z | + chown build:build /home/build /work |
14 | 2024-11-26T22:49:04.466Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T22:49:04.468Z | process exited: duration 3220 ms, exit code 0 |
|
16 | 2024-11-26T22:49:04.473Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T22:49:04.478Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T22:49:04.479Z | ' 1.81.0 |
19 | 2024-11-26T22:49:04.479Z | * toolchain channel = "1.81.0" |
20 | 2024-11-26T22:49:04.479Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T22:49:04.479Z | ' default |
22 | 2024-11-26T22:49:04.479Z | * toolchain profile = "default" |
23 | 2024-11-26T22:49:04.481Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T22:49:04.481Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T22:49:04.595Z | info: downloading installer |
26 | 2024-11-26T22:49:06.189Z | info: profile set to 'default' |
27 | 2024-11-26T22:49:06.189Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T22:49:06.189Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T22:49:06.342Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T22:49:06.342Z | info: downloading component 'cargo' |
31 | 2024-11-26T22:49:07.202Z | info: downloading component 'clippy' |
32 | 2024-11-26T22:49:07.519Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T22:49:08.711Z | info: downloading component 'rust-std' |
34 | 2024-11-26T22:49:10.576Z | info: downloading component 'rustc' |
35 | 2024-11-26T22:49:17.223Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T22:49:17.476Z | info: installing component 'cargo' |
37 | 2024-11-26T22:49:18.260Z | info: installing component 'clippy' |
38 | 2024-11-26T22:49:18.624Z | info: installing component 'rust-docs' |
39 | 2024-11-26T22:49:20.229Z | info: installing component 'rust-std' |
40 | 2024-11-26T22:49:21.916Z | info: installing component 'rustc' |
41 | 2024-11-26T22:49:27.458Z | info: installing component 'rustfmt' |
42 | 2024-11-26T22:49:27.776Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T22:49:27.777Z | |
44 | 2024-11-26T22:49:28.139Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T22:49:28.139Z | |
46 | 2024-11-26T22:49:28.141Z | |
47 | 2024-11-26T22:49:28.142Z | Rust is installed now. Great! |
48 | 2024-11-26T22:49:28.142Z | |
49 | 2024-11-26T22:49:28.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T22:49:28.142Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T22:49:28.142Z | |
52 | 2024-11-26T22:49:28.142Z | To configure your current shell, you need to source |
53 | 2024-11-26T22:49:28.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T22:49:28.142Z | |
55 | 2024-11-26T22:49:28.142Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T22:49:28.142Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T22:49:28.142Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T22:49:28.209Z | + rustc --version |
59 | 2024-11-26T22:49:28.273Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T22:49:28.276Z | process exited: duration 23801 ms, exit code 0 |
|
61 | 2024-11-26T22:49:28.281Z | starting task 2: "authentication" |
62 | 2024-11-26T22:49:28.301Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T22:49:28.306Z | starting task 3: "clone repository" |
64 | 2024-11-26T22:49:28.310Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T22:49:28.313Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T22:49:28.543Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T22:49:34.964Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T22:49:34.966Z | + git fetch origin 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
69 | 2024-11-26T22:49:35.265Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T22:49:35.265Z | * branch 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 -> FETCH_HEAD |
71 | 2024-11-26T22:49:35.274Z | + [[ -n fix-clickhouse-admin-single ]] |
72 | 2024-11-26T22:49:35.277Z | ++ git branch --show-current |
73 | 2024-11-26T22:49:35.279Z | + current=main |
74 | 2024-11-26T22:49:35.279Z | + [[ main != fix-clickhouse-admin-single ]] |
75 | 2024-11-26T22:49:35.279Z | + git branch -f fix-clickhouse-admin-single 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
76 | 2024-11-26T22:49:35.282Z | + git checkout -f fix-clickhouse-admin-single |
77 | 2024-11-26T22:49:35.457Z | Switched to branch 'fix-clickhouse-admin-single' |
78 | 2024-11-26T22:49:35.459Z | + git reset --hard 922157bb7dda2b1e9b2e8bf52124b49007a39ba4 |
79 | 2024-11-26T22:49:35.470Z | HEAD is now at 922157bb7 Make `ClickhouseCli.log` a mandatory field |
80 | 2024-11-26T22:49:35.472Z | process exited: duration 7164 ms, exit code 0 |
|
81 | 2024-11-26T22:49:35.477Z | starting task 4: "build" |
82 | 2024-11-26T22:49:35.482Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-26T22:49:35.485Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-26T22:49:35.485Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-26T22:49:35.485Z | + cargo --version |
86 | 2024-11-26T22:49:35.539Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-26T22:49:35.541Z | + rustc --version |
88 | 2024-11-26T22:49:35.602Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-26T22:49:35.605Z | + cd /tmp |
90 | 2024-11-26T22:49:35.605Z | + cargo new --lib test-project |
91 | 2024-11-26T22:49:35.662Z | Creating library `test-project` package |
92 | 2024-11-26T22:49:35.738Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-26T22:49:35.741Z | + cd test-project |
94 | 2024-11-26T22:49:35.741Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-26T22:49:35.799Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-26T22:49:35.799Z | Features: |
97 | 2024-11-26T22:49:35.802Z | - proptest |
98 | 2024-11-26T22:49:35.802Z | - test-strategy |
99 | 2024-11-26T22:49:35.802Z | - testing |
100 | 2024-11-26T22:49:35.802Z | Updating crates.io index |
101 | 2024-11-26T22:49:35.864Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-26T22:49:36.402Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-26T22:49:36.887Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-26T22:49:37.559Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-26T22:49:38.733Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-26T22:49:38.736Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-26T22:49:38.736Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-26T22:49:38.737Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-26T22:49:38.737Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-11-26T22:49:38.737Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-26T22:49:38.739Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-11-26T22:49:38.739Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-11-26T22:49:38.739Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-26T22:49:38.739Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-26T22:49:38.739Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-26T22:49:38.742Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-26T22:49:38.744Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-26T22:49:38.750Z | Adding rustls v0.22.4 (latest: v0.23.18) |
119 | 2024-11-26T22:49:38.753Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-26T22:49:38.756Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-26T22:49:38.757Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-26T22:49:38.757Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-26T22:49:38.757Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-26T22:49:38.757Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
125 | 2024-11-26T22:49:38.757Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
126 | 2024-11-26T22:49:38.759Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
127 | 2024-11-26T22:49:38.759Z | Adding windows v0.52.0 (latest: v0.58.0) |
128 | 2024-11-26T22:49:38.759Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
129 | 2024-11-26T22:49:38.759Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
130 | 2024-11-26T22:49:38.759Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
131 | 2024-11-26T22:49:38.759Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
132 | 2024-11-26T22:49:38.759Z | Adding writeable v0.5.5 (latest: v0.6.0) |
133 | 2024-11-26T22:49:38.761Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
134 | 2024-11-26T22:49:38.761Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
135 | 2024-11-26T22:49:38.761Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
136 | 2024-11-26T22:49:38.762Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
137 | 2024-11-26T22:49:38.834Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
138 | 2024-11-26T22:49:38.836Z | + cargo check |
139 | 2024-11-26T22:49:39.003Z | Updating crates.io index |
140 | 2024-11-26T22:49:39.685Z | Locking 2 packages to latest compatible versions |
141 | 2024-11-26T22:49:42.768Z | Adding omicron-workspace-hack v0.1.0 |
142 | 2024-11-26T22:49:44.680Z | Adding test-project v0.1.0 (/tmp/test-project) |
143 | 2024-11-26T22:49:45.462Z | Downloading crates ... |
144 | 2024-11-26T22:49:45.572Z | Downloaded anyhow v1.0.93 |
145 | 2024-11-26T22:49:45.588Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-11-26T22:49:45.592Z | Downloaded autocfg v1.4.0 |
147 | 2024-11-26T22:49:45.594Z | Downloaded atomic-waker v1.1.2 |
148 | 2024-11-26T22:49:45.597Z | Downloaded byteorder v1.5.0 |
149 | 2024-11-26T22:49:45.599Z | Downloaded async-stream v0.3.6 |
150 | 2024-11-26T22:49:45.599Z | Downloaded block-buffer v0.10.4 |
151 | 2024-11-26T22:49:45.602Z | Downloaded backoff v0.4.0 |
152 | 2024-11-26T22:49:45.604Z | Downloaded async-trait v0.1.83 |
153 | 2024-11-26T22:49:45.607Z | Downloaded bitflags v2.6.0 |
154 | 2024-11-26T22:49:45.611Z | Downloaded allocator-api2 v0.2.18 |
155 | 2024-11-26T22:49:45.614Z | Downloaded time-core v0.1.2 |
156 | 2024-11-26T22:49:45.617Z | Downloaded ahash v0.8.11 |
157 | 2024-11-26T22:49:45.619Z | Downloaded base64 v0.22.1 |
158 | 2024-11-26T22:49:45.622Z | Downloaded thread_local v1.1.8 |
159 | 2024-11-26T22:49:45.625Z | Downloaded cc v1.1.30 |
160 | 2024-11-26T22:49:45.628Z | Downloaded memmap v0.7.0 |
161 | 2024-11-26T22:49:45.630Z | Downloaded aho-corasick v1.1.3 |
162 | 2024-11-26T22:49:45.635Z | Downloaded try-lock v0.2.5 |
163 | 2024-11-26T22:49:45.637Z | Downloaded time-macros v0.2.18 |
164 | 2024-11-26T22:49:45.639Z | Downloaded bytes v1.8.0 |
165 | 2024-11-26T22:49:45.643Z | Downloaded toml_datetime v0.6.8 |
166 | 2024-11-26T22:49:45.646Z | Downloaded thread-id v4.2.2 |
167 | 2024-11-26T22:49:45.648Z | Downloaded thiserror-impl v1.0.69 |
168 | 2024-11-26T22:49:45.648Z | Downloaded http-body v1.0.1 |
169 | 2024-11-26T22:49:45.650Z | Downloaded untrusted v0.9.0 |
170 | 2024-11-26T22:49:45.652Z | Downloaded tokio-native-tls v0.3.1 |
171 | 2024-11-26T22:49:45.655Z | Downloaded foreign-types-shared v0.1.1 |
172 | 2024-11-26T22:49:45.655Z | Downloaded foreign-types v0.3.2 |
173 | 2024-11-26T22:49:45.657Z | Downloaded dtrace-parser v0.2.0 |
174 | 2024-11-26T22:49:45.658Z | Downloaded equivalent v1.0.1 |
175 | 2024-11-26T22:49:45.660Z | Downloaded tokio-macros v2.4.0 |
176 | 2024-11-26T22:49:45.660Z | Downloaded darling_macro v0.20.10 |
177 | 2024-11-26T22:49:45.662Z | Downloaded time v0.3.36 |
178 | 2024-11-26T22:49:45.668Z | Downloaded typenum v1.17.0 |
179 | 2024-11-26T22:49:45.671Z | Downloaded tokio-rustls v0.26.0 |
180 | 2024-11-26T22:49:45.673Z | Downloaded ucd-trie v0.1.7 |
181 | 2024-11-26T22:49:45.675Z | Downloaded tracing-core v0.1.32 |
182 | 2024-11-26T22:49:45.678Z | Downloaded deranged v0.3.11 |
183 | 2024-11-26T22:49:45.681Z | Downloaded tinyvec v1.8.0 |
184 | 2024-11-26T22:49:45.685Z | Downloaded hex v0.4.3 |
185 | 2024-11-26T22:49:45.687Z | Downloaded typify-macro v0.2.0 |
186 | 2024-11-26T22:49:45.687Z | Downloaded typify v0.2.0 |
187 | 2024-11-26T22:49:45.690Z | Downloaded num-conv v0.1.0 |
188 | 2024-11-26T22:49:45.693Z | Downloaded match_cfg v0.1.0 |
189 | 2024-11-26T22:49:45.693Z | Downloaded yoke-derive v0.7.4 |
190 | 2024-11-26T22:49:45.695Z | Downloaded waitgroup v0.1.2 |
191 | 2024-11-26T22:49:45.695Z | Downloaded omicron-workspace-hack v0.1.0 |
192 | 2024-11-26T22:49:45.697Z | Downloaded futures-sink v0.3.31 |
193 | 2024-11-26T22:49:45.698Z | Downloaded futures-macro v0.3.31 |
194 | 2024-11-26T22:49:45.700Z | Downloaded futures-executor v0.3.31 |
195 | 2024-11-26T22:49:45.700Z | Downloaded openssl-macros v0.1.1 |
196 | 2024-11-26T22:49:45.702Z | Downloaded heck v0.5.0 |
197 | 2024-11-26T22:49:45.702Z | Downloaded generic-array v0.14.7 |
198 | 2024-11-26T22:49:45.704Z | Downloaded zerofrom-derive v0.1.4 |
199 | 2024-11-26T22:49:45.707Z | Downloaded utf8_iter v1.0.4 |
200 | 2024-11-26T22:49:45.707Z | Downloaded form_urlencoded v1.2.1 |
201 | 2024-11-26T22:49:45.707Z | Downloaded usdt-attr-macro v0.5.0 |
202 | 2024-11-26T22:49:45.709Z | Downloaded write16 v1.0.0 |
203 | 2024-11-26T22:49:45.709Z | Downloaded futures-core v0.3.31 |
204 | 2024-11-26T22:49:45.711Z | Downloaded openssl-probe v0.1.5 |
205 | 2024-11-26T22:49:45.711Z | Downloaded num_threads v0.1.7 |
206 | 2024-11-26T22:49:45.713Z | Downloaded hyper-tls v0.6.0 |
207 | 2024-11-26T22:49:45.716Z | Downloaded http-body-util v0.1.2 |
208 | 2024-11-26T22:49:45.718Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-11-26T22:49:45.718Z | Downloaded usdt-macro v0.5.0 |
210 | 2024-11-26T22:49:45.718Z | Downloaded hostname v0.3.1 |
211 | 2024-11-26T22:49:45.720Z | Downloaded fnv v1.0.7 |
212 | 2024-11-26T22:49:45.722Z | Downloaded dyn-clone v1.0.17 |
213 | 2024-11-26T22:49:45.722Z | Downloaded cpufeatures v0.2.14 |
214 | 2024-11-26T22:49:45.725Z | Downloaded dirs-next v2.0.0 |
215 | 2024-11-26T22:49:45.727Z | Downloaded progenitor-client v0.8.0 |
216 | 2024-11-26T22:49:45.727Z | Downloaded mime v0.3.17 |
217 | 2024-11-26T22:49:45.730Z | Downloaded httpdate v1.0.3 |
218 | 2024-11-26T22:49:45.730Z | Downloaded zerovec-derive v0.10.3 |
219 | 2024-11-26T22:49:45.734Z | Downloaded want v0.3.1 |
220 | 2024-11-26T22:49:45.734Z | Downloaded instant v0.1.13 |
221 | 2024-11-26T22:49:45.736Z | Downloaded zeroize v1.8.1 |
222 | 2024-11-26T22:49:45.736Z | Downloaded utf16_iter v1.0.5 |
223 | 2024-11-26T22:49:45.736Z | Downloaded camino v1.1.9 |
224 | 2024-11-26T22:49:45.738Z | Downloaded pin-utils v0.1.0 |
225 | 2024-11-26T22:49:45.741Z | Downloaded itoa v1.0.11 |
226 | 2024-11-26T22:49:45.741Z | Downloaded newtype-uuid v1.1.3 |
227 | 2024-11-26T22:49:45.743Z | Downloaded unsafe-libyaml v0.2.11 |
228 | 2024-11-26T22:49:45.745Z | Downloaded version_check v0.9.5 |
229 | 2024-11-26T22:49:45.747Z | Downloaded scroll_derive v0.12.0 |
230 | 2024-11-26T22:49:45.747Z | Downloaded is-terminal v0.4.13 |
231 | 2024-11-26T22:49:45.750Z | Downloaded ipnetwork v0.20.0 |
232 | 2024-11-26T22:49:45.752Z | Downloaded idna_adapter v1.2.0 |
233 | 2024-11-26T22:49:45.752Z | Downloaded hostname v0.4.0 |
234 | 2024-11-26T22:49:45.754Z | Downloaded take_mut v0.2.2 |
235 | 2024-11-26T22:49:45.754Z | Downloaded futures-task v0.3.31 |
236 | 2024-11-26T22:49:45.757Z | Downloaded writeable v0.5.5 |
237 | 2024-11-26T22:49:45.759Z | Downloaded macaddr v1.0.1 |
238 | 2024-11-26T22:49:45.759Z | Downloaded usdt v0.5.0 |
239 | 2024-11-26T22:49:45.763Z | Downloaded ppv-lite86 v0.2.20 |
240 | 2024-11-26T22:49:45.763Z | Downloaded powerfmt v0.2.0 |
241 | 2024-11-26T22:49:45.763Z | Downloaded futures-channel v0.3.31 |
242 | 2024-11-26T22:49:45.765Z | Downloaded pest_generator v2.7.14 |
243 | 2024-11-26T22:49:45.767Z | Downloaded ident_case v1.0.1 |
244 | 2024-11-26T22:49:45.767Z | Downloaded zerofrom v0.1.4 |
245 | 2024-11-26T22:49:45.767Z | Downloaded rand_core v0.6.4 |
246 | 2024-11-26T22:49:45.770Z | Downloaded getrandom v0.2.15 |
247 | 2024-11-26T22:49:45.772Z | Downloaded sync_wrapper v1.0.1 |
248 | 2024-11-26T22:49:45.775Z | Downloaded httparse v1.9.5 |
249 | 2024-11-26T22:49:45.778Z | Downloaded progenitor-macro v0.8.0 |
250 | 2024-11-26T22:49:45.778Z | Downloaded quinn-udp v0.5.5 |
251 | 2024-11-26T22:49:45.780Z | Downloaded slab v0.4.9 |
252 | 2024-11-26T22:49:45.781Z | Downloaded signal-hook-registry v1.4.2 |
253 | 2024-11-26T22:49:45.783Z | Downloaded parse-display-derive v0.10.0 |
254 | 2024-11-26T22:49:45.784Z | Downloaded crossbeam-utils v0.8.20 |
255 | 2024-11-26T22:49:45.787Z | Downloaded plain v0.2.3 |
256 | 2024-11-26T22:49:45.787Z | Downloaded url v2.5.3 |
257 | 2024-11-26T22:49:45.790Z | Downloaded subtle v2.6.1 |
258 | 2024-11-26T22:49:45.793Z | Downloaded strum v0.26.3 |
259 | 2024-11-26T22:49:45.793Z | Downloaded scopeguard v1.2.0 |
260 | 2024-11-26T22:49:45.793Z | Downloaded stable_deref_trait v1.2.0 |
261 | 2024-11-26T22:49:45.796Z | Downloaded icu_locid_transform v1.5.0 |
262 | 2024-11-26T22:49:45.797Z | Downloaded toml_edit v0.22.22 |
263 | 2024-11-26T22:49:45.823Z | Downloaded synstructure v0.13.1 |
264 | 2024-11-26T22:49:45.827Z | Downloaded usdt-impl v0.5.0 |
265 | 2024-11-26T22:49:45.827Z | Downloaded rustc-hash v2.0.0 |
266 | 2024-11-26T22:49:45.827Z | Downloaded rustversion v1.0.17 |
267 | 2024-11-26T22:49:45.846Z | Downloaded slog-bunyan v2.5.0 |
268 | 2024-11-26T22:49:45.846Z | Downloaded sha1 v0.10.6 |
269 | 2024-11-26T22:49:45.852Z | Downloaded serde_tokenstream v0.2.2 |
270 | 2024-11-26T22:49:45.852Z | Downloaded serde_path_to_error v0.1.16 |
271 | 2024-11-26T22:49:45.852Z | Downloaded hyper-rustls v0.27.3 |
272 | 2024-11-26T22:49:45.852Z | Downloaded dropshot_endpoint v0.13.0 |
273 | 2024-11-26T22:49:45.852Z | Downloaded pest_meta v2.7.14 |
274 | 2024-11-26T22:49:45.852Z | Downloaded tracing v0.1.40 |
275 | 2024-11-26T22:49:45.852Z | Downloaded smallvec v1.13.2 |
276 | 2024-11-26T22:49:45.852Z | Downloaded slog-term v2.9.1 |
277 | 2024-11-26T22:49:45.855Z | Downloaded strum_macros v0.26.4 |
278 | 2024-11-26T22:49:45.856Z | Downloaded semver v1.0.23 |
279 | 2024-11-26T22:49:45.856Z | Downloaded uuid v1.11.0 |
280 | 2024-11-26T22:49:45.858Z | Downloaded slog-async v2.8.0 |
281 | 2024-11-26T22:49:45.861Z | Downloaded structmeta-derive v0.3.0 |
282 | 2024-11-26T22:49:45.861Z | Downloaded serde_urlencoded v0.7.1 |
283 | 2024-11-26T22:49:45.866Z | Downloaded structmeta v0.3.0 |
284 | 2024-11-26T22:49:45.866Z | Downloaded strsim v0.11.1 |
285 | 2024-11-26T22:49:45.866Z | Downloaded progenitor-impl v0.8.0 |
286 | 2024-11-26T22:49:45.866Z | Downloaded proc-macro2 v1.0.89 |
287 | 2024-11-26T22:49:46.872Z | Downloaded num-traits v0.2.19 |
288 | 2024-11-26T22:49:46.875Z | Downloaded term v0.7.0 |
289 | 2024-11-26T22:49:46.875Z | Downloaded pest_derive v2.7.14 |
290 | 2024-11-26T22:49:46.875Z | Downloaded ryu v1.0.18 |
291 | 2024-11-26T22:49:46.875Z | Downloaded serde_spanned v0.6.8 |
292 | 2024-11-26T22:49:46.875Z | Downloaded thiserror v1.0.69 |
293 | 2024-11-26T22:49:46.875Z | Downloaded slog v2.7.0 |
294 | 2024-11-26T22:49:46.875Z | Downloaded icu_locid v1.5.0 |
295 | 2024-11-26T22:49:46.875Z | Downloaded socket2 v0.5.7 |
296 | 2024-11-26T22:49:46.875Z | Downloaded icu_normalizer_data v1.5.0 |
297 | 2024-11-26T22:49:46.876Z | Downloaded rustls-pki-types v1.9.0 |
298 | 2024-11-26T22:49:46.876Z | Downloaded quinn v0.11.5 |
299 | 2024-11-26T22:49:46.876Z | Downloaded openssl-sys v0.9.103 |
300 | 2024-11-26T22:49:46.876Z | Downloaded sha2 v0.10.8 |
301 | 2024-11-26T22:49:46.876Z | Downloaded rand v0.8.5 |
302 | 2024-11-26T22:49:46.876Z | Downloaded mio v1.0.2 |
303 | 2024-11-26T22:49:46.876Z | Downloaded log v0.4.22 |
304 | 2024-11-26T22:49:46.876Z | Downloaded indexmap v1.9.3 |
305 | 2024-11-26T22:49:46.876Z | Downloaded icu_properties v1.5.1 |
306 | 2024-11-26T22:49:46.876Z | Downloaded hyper-util v0.1.10 |
307 | 2024-11-26T22:49:46.876Z | Downloaded spin v0.9.8 |
308 | 2024-11-26T22:49:46.876Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2024-11-26T22:49:46.876Z | Downloaded scroll v0.12.0 |
310 | 2024-11-26T22:49:46.876Z | Downloaded rustls-pemfile v2.2.0 |
311 | 2024-11-26T22:49:46.876Z | Downloaded icu_provider v1.5.0 |
312 | 2024-11-26T22:49:46.876Z | Downloaded schemars_derive v0.8.21 |
313 | 2024-11-26T22:49:46.876Z | Downloaded serde_with_macros v3.11.0 |
314 | 2024-11-26T22:49:46.876Z | Downloaded zerovec v0.10.4 |
315 | 2024-11-26T22:49:46.876Z | Downloaded schemars v0.8.21 |
316 | 2024-11-26T22:49:46.876Z | Downloaded serde_derive v1.0.215 |
317 | 2024-11-26T22:49:46.876Z | Downloaded pest v2.7.14 |
318 | 2024-11-26T22:49:46.876Z | Downloaded hashbrown v0.12.3 |
319 | 2024-11-26T22:49:46.876Z | Downloaded winnow v0.6.20 |
320 | 2024-11-26T22:49:46.876Z | Downloaded serde_yaml v0.9.34+deprecated |
321 | 2024-11-26T22:49:46.877Z | Downloaded zerocopy v0.7.35 |
322 | 2024-11-26T22:49:46.877Z | Downloaded serde v1.0.215 |
323 | 2024-11-26T22:49:46.877Z | Downloaded http v1.1.0 |
324 | 2024-11-26T22:49:46.877Z | Downloaded memchr v2.7.4 |
325 | 2024-11-26T22:49:46.877Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-11-26T22:49:46.877Z | Downloaded rustls-webpki v0.102.8 |
327 | 2024-11-26T22:49:46.877Z | Downloaded hashbrown v0.15.0 |
328 | 2024-11-26T22:49:46.877Z | Downloaded vcpkg v0.2.15 |
329 | 2024-11-26T22:49:46.877Z | Downloaded hashbrown v0.14.5 |
330 | 2024-11-26T22:49:46.877Z | Downloaded idna v1.0.3 |
331 | 2024-11-26T22:49:46.877Z | Downloaded indexmap v2.6.0 |
332 | 2024-11-26T22:49:46.877Z | Downloaded hyper v1.5.0 |
333 | 2024-11-26T22:49:46.877Z | Downloaded icu_collections v1.5.0 |
334 | 2024-11-26T22:49:46.877Z | Downloaded openssl v0.10.66 |
335 | 2024-11-26T22:49:46.877Z | Downloaded syn v2.0.87 |
336 | 2024-11-26T22:49:46.877Z | Downloaded serde_json v1.0.132 |
337 | 2024-11-26T22:49:46.877Z | Downloaded serde_with v3.11.0 |
338 | 2024-11-26T22:49:46.877Z | Downloaded regress v0.10.1 |
339 | 2024-11-26T22:49:46.877Z | Downloaded chrono v0.4.38 |
340 | 2024-11-26T22:49:46.877Z | Downloaded regress v0.9.1 |
341 | 2024-11-26T22:49:46.877Z | Downloaded openapiv3 v2.0.0 |
342 | 2024-11-26T22:49:46.877Z | Downloaded regex v1.11.1 |
343 | 2024-11-26T22:49:46.877Z | Downloaded icu_properties_data v1.5.0 |
344 | 2024-11-26T22:49:46.877Z | Downloaded typify-impl v0.2.0 |
345 | 2024-11-26T22:49:46.877Z | Downloaded reqwest v0.12.9 |
346 | 2024-11-26T22:49:46.877Z | Downloaded h2 v0.4.6 |
347 | 2024-11-26T22:49:46.877Z | Downloaded goblin v0.8.2 |
348 | 2024-11-26T22:49:46.877Z | Downloaded dropshot v0.13.0 |
349 | 2024-11-26T22:49:46.877Z | Downloaded regex-syntax v0.8.5 |
350 | 2024-11-26T22:49:46.877Z | Downloaded rustls v0.23.14 |
351 | 2024-11-26T22:49:46.878Z | Downloaded rustls v0.22.4 |
352 | 2024-11-26T22:49:46.878Z | Downloaded futures-util v0.3.31 |
353 | 2024-11-26T22:49:46.878Z | Downloaded webpki-roots v0.26.6 |
354 | 2024-11-26T22:49:46.878Z | Downloaded tokio-util v0.7.12 |
355 | 2024-11-26T22:49:46.878Z | Downloaded darling_core v0.20.10 |
356 | 2024-11-26T22:49:46.878Z | Downloaded regex-automata v0.4.8 |
357 | 2024-11-26T22:49:46.878Z | Downloaded icu_normalizer v1.5.0 |
358 | 2024-11-26T22:49:46.878Z | Downloaded icu_locid_transform_data v1.5.0 |
359 | 2024-11-26T22:49:46.878Z | Downloaded tokio v1.40.0 |
360 | 2024-11-26T22:49:46.878Z | Downloaded iana-time-zone v0.1.61 |
361 | 2024-11-26T22:49:46.878Z | Downloaded futures v0.3.31 |
362 | 2024-11-26T22:49:46.878Z | Downloaded parking_lot v0.12.3 |
363 | 2024-11-26T22:49:46.879Z | Downloaded shlex v1.3.0 |
364 | 2024-11-26T22:49:46.879Z | Downloaded litemap v0.7.3 |
365 | 2024-11-26T22:49:46.879Z | Downloaded progenitor v0.8.0 |
366 | 2024-11-26T22:49:46.879Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-11-26T22:49:46.879Z | Downloaded slog-json v2.6.1 |
368 | 2024-11-26T22:49:46.879Z | Downloaded quote v1.0.37 |
369 | 2024-11-26T22:49:46.879Z | Downloaded pin-project-lite v0.2.14 |
370 | 2024-11-26T22:49:46.879Z | Downloaded parse-display v0.10.0 |
371 | 2024-11-26T22:49:46.879Z | Downloaded parking_lot_core v0.9.10 |
372 | 2024-11-26T22:49:46.879Z | Downloaded native-tls v0.2.12 |
373 | 2024-11-26T22:49:46.879Z | Downloaded yoke v0.7.4 |
374 | 2024-11-26T22:49:46.879Z | Downloaded lock_api v0.4.12 |
375 | 2024-11-26T22:49:46.879Z | Downloaded ipnet v2.10.1 |
376 | 2024-11-26T22:49:46.879Z | Downloaded once_cell v1.20.2 |
377 | 2024-11-26T22:49:46.879Z | Downloaded libc v0.2.162 |
378 | 2024-11-26T22:49:46.879Z | Downloaded multer v3.1.0 |
379 | 2024-11-26T22:49:46.879Z | Downloaded paste v1.0.15 |
380 | 2024-11-26T22:49:46.879Z | Downloaded rand_chacha v0.3.1 |
381 | 2024-11-26T22:49:46.879Z | Downloaded pkg-config v0.3.31 |
382 | 2024-11-26T22:49:46.879Z | Downloaded percent-encoding v2.3.1 |
383 | 2024-11-26T22:49:46.879Z | Downloaded unicode-ident v1.0.13 |
384 | 2024-11-26T22:49:46.879Z | Downloaded dirs-sys-next v0.1.2 |
385 | 2024-11-26T22:49:46.879Z | Downloaded digest v0.10.7 |
386 | 2024-11-26T22:49:46.879Z | Downloaded debug-ignore v1.0.5 |
387 | 2024-11-26T22:49:46.879Z | Downloaded darling v0.20.10 |
388 | 2024-11-26T22:49:46.882Z | Downloaded icu_provider_macros v1.5.0 |
389 | 2024-11-26T22:49:46.882Z | Downloaded dof v0.3.0 |
390 | 2024-11-26T22:49:46.882Z | Downloaded crypto-common v0.1.6 |
391 | 2024-11-26T22:49:46.882Z | Downloaded tinystr v0.7.6 |
392 | 2024-11-26T22:49:46.882Z | Downloaded tower-service v0.3.3 |
393 | 2024-11-26T22:49:46.882Z | Downloaded toml v0.8.19 |
394 | 2024-11-26T22:49:46.882Z | Downloaded tokio-rustls v0.25.0 |
395 | 2024-11-26T22:49:46.882Z | Downloaded futures-io v0.3.31 |
396 | 2024-11-26T22:49:46.882Z | Downloaded displaydoc v0.2.5 |
397 | 2024-11-26T22:49:46.882Z | Downloaded cfg-if v1.0.0 |
398 | 2024-11-26T22:49:46.882Z | Downloaded tinyvec_macros v0.1.1 |
399 | 2024-11-26T22:49:46.882Z | Downloaded crossbeam-channel v0.5.13 |
400 | 2024-11-26T22:49:46.882Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-11-26T22:49:46.882Z | Downloaded ring v0.17.8 |
402 | 2024-11-26T22:49:46.951Z | Compiling proc-macro2 v1.0.89 |
403 | 2024-11-26T22:49:46.951Z | Compiling unicode-ident v1.0.13 |
404 | 2024-11-26T22:49:46.953Z | Compiling libc v0.2.162 |
405 | 2024-11-26T22:49:46.954Z | Checking cfg-if v1.0.0 |
406 | 2024-11-26T22:49:46.954Z | Compiling autocfg v1.4.0 |
407 | 2024-11-26T22:49:46.954Z | Compiling serde v1.0.215 |
408 | 2024-11-26T22:49:46.954Z | Compiling version_check v0.9.5 |
409 | 2024-11-26T22:49:46.975Z | Checking memchr v2.7.4 |
410 | 2024-11-26T22:49:47.079Z | Compiling serde_json v1.0.132 |
411 | 2024-11-26T22:49:47.140Z | Checking itoa v1.0.11 |
412 | 2024-11-26T22:49:47.614Z | Compiling thiserror v1.0.69 |
413 | 2024-11-26T22:49:47.781Z | Checking once_cell v1.20.2 |
414 | 2024-11-26T22:49:47.795Z | Compiling shlex v1.3.0 |
415 | 2024-11-26T22:49:47.989Z | Compiling cc v1.1.30 |
416 | 2024-11-26T22:49:48.664Z | Checking pin-project-lite v0.2.14 |
417 | 2024-11-26T22:49:48.771Z | Compiling num-traits v0.2.19 |
418 | 2024-11-26T22:49:48.888Z | Checking smallvec v1.13.2 |
419 | 2024-11-26T22:49:48.973Z | Checking ryu v1.0.18 |
420 | 2024-11-26T22:49:48.973Z | Checking bytes v1.8.0 |
421 | 2024-11-26T22:49:49.142Z | Checking futures-core v0.3.31 |
422 | 2024-11-26T22:49:49.261Z | Compiling lock_api v0.4.12 |
423 | 2024-11-26T22:49:49.280Z | Compiling parking_lot_core v0.9.10 |
424 | 2024-11-26T22:49:49.428Z | Compiling byteorder v1.5.0 |
425 | 2024-11-26T22:49:49.625Z | Checking getrandom v0.2.15 |
426 | 2024-11-26T22:49:49.652Z | Compiling ahash v0.8.11 |
427 | 2024-11-26T22:49:49.732Z | Compiling schemars v0.8.21 |
428 | 2024-11-26T22:49:49.735Z | Checking scopeguard v1.2.0 |
429 | 2024-11-26T22:49:49.894Z | Compiling quote v1.0.37 |
430 | 2024-11-26T22:49:50.067Z | Compiling slab v0.4.9 |
431 | 2024-11-26T22:49:50.112Z | Checking futures-sink v0.3.31 |
432 | 2024-11-26T22:49:50.143Z | Checking log v0.4.22 |
433 | 2024-11-26T22:49:50.167Z | Checking mio v1.0.2 |
434 | 2024-11-26T22:49:50.249Z | Compiling syn v2.0.87 |
435 | 2024-11-26T22:49:50.296Z | Checking parking_lot v0.12.3 |
436 | 2024-11-26T22:49:50.400Z | Checking socket2 v0.5.7 |
437 | 2024-11-26T22:49:50.454Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-11-26T22:49:50.491Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-11-26T22:49:50.590Z | Compiling ring v0.17.8 |
440 | 2024-11-26T22:49:50.609Z | Compiling semver v1.0.23 |
441 | 2024-11-26T22:49:50.628Z | Checking hashbrown v0.15.0 |
442 | 2024-11-26T22:49:50.688Z | Checking fnv v1.0.7 |
443 | 2024-11-26T22:49:50.750Z | Checking equivalent v1.0.1 |
444 | 2024-11-26T22:49:50.805Z | Checking futures-channel v0.3.31 |
445 | 2024-11-26T22:49:50.823Z | Checking http v1.1.0 |
446 | 2024-11-26T22:49:50.896Z | Checking pin-utils v0.1.0 |
447 | 2024-11-26T22:49:50.914Z | Checking futures-task v0.3.31 |
448 | 2024-11-26T22:49:50.979Z | Checking futures-io v0.3.31 |
449 | 2024-11-26T22:49:51.161Z | Checking spin v0.9.8 |
450 | 2024-11-26T22:49:51.180Z | Compiling vcpkg v0.2.15 |
451 | 2024-11-26T22:49:51.182Z | Compiling pkg-config v0.3.31 |
452 | 2024-11-26T22:49:51.217Z | Compiling heck v0.5.0 |
453 | 2024-11-26T22:49:51.376Z | Checking rustls-pki-types v1.9.0 |
454 | 2024-11-26T22:49:51.785Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-26T22:49:51.931Z | Checking writeable v0.5.5 |
456 | 2024-11-26T22:49:52.201Z | Checking untrusted v0.9.0 |
457 | 2024-11-26T22:49:52.260Z | Checking litemap v0.7.3 |
458 | 2024-11-26T22:49:52.279Z | Compiling httparse v1.9.5 |
459 | 2024-11-26T22:49:52.348Z | Checking iana-time-zone v0.1.61 |
460 | 2024-11-26T22:49:52.484Z | Checking tracing-core v0.1.32 |
461 | 2024-11-26T22:49:52.587Z | Compiling allocator-api2 v0.2.18 |
462 | 2024-11-26T22:49:52.786Z | Compiling openssl-sys v0.9.103 |
463 | 2024-11-26T22:49:53.027Z | Checking atomic-waker v1.1.2 |
464 | 2024-11-26T22:49:53.078Z | Checking dyn-clone v1.0.17 |
465 | 2024-11-26T22:49:53.186Z | Checking tracing v0.1.40 |
466 | 2024-11-26T22:49:53.269Z | Checking http-body v1.0.1 |
467 | 2024-11-26T22:49:53.470Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-26T22:49:53.494Z | Checking try-lock v0.2.5 |
469 | 2024-11-26T22:49:53.566Z | Checking zeroize v1.8.1 |
470 | 2024-11-26T22:49:53.597Z | Compiling uuid v1.11.0 |
471 | 2024-11-26T22:49:53.783Z | Checking subtle v2.6.1 |
472 | 2024-11-26T22:49:53.914Z | Checking want v0.3.1 |
473 | 2024-11-26T22:49:53.933Z | Compiling chrono v0.4.38 |
474 | 2024-11-26T22:49:54.031Z | Compiling slog v2.7.0 |
475 | 2024-11-26T22:49:54.129Z | Checking foreign-types-shared v0.1.1 |
476 | 2024-11-26T22:49:54.221Z | Checking httpdate v1.0.3 |
477 | 2024-11-26T22:49:54.289Z | Compiling openssl v0.10.66 |
478 | 2024-11-26T22:49:54.408Z | Checking icu_properties_data v1.5.0 |
479 | 2024-11-26T22:49:54.499Z | Checking foreign-types v0.3.2 |
480 | 2024-11-26T22:49:54.578Z | Compiling aho-corasick v1.1.3 |
481 | 2024-11-26T22:49:54.631Z | Compiling regex-syntax v0.8.5 |
482 | 2024-11-26T22:49:55.245Z | Checking utf8_iter v1.0.4 |
483 | 2024-11-26T22:49:55.438Z | Compiling native-tls v0.2.12 |
484 | 2024-11-26T22:49:55.749Z | Compiling rustls v0.23.14 |
485 | 2024-11-26T22:49:55.767Z | Checking utf16_iter v1.0.5 |
486 | 2024-11-26T22:49:55.911Z | Compiling typenum v1.17.0 |
487 | 2024-11-26T22:49:56.050Z | Checking tower-service v0.3.3 |
488 | 2024-11-26T22:49:56.243Z | Checking bitflags v2.6.0 |
489 | 2024-11-26T22:49:56.438Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-11-26T22:49:56.533Z | Checking percent-encoding v2.3.1 |
491 | 2024-11-26T22:49:56.721Z | Checking write16 v1.0.0 |
492 | 2024-11-26T22:49:56.739Z | Checking form_urlencoded v1.2.1 |
493 | 2024-11-26T22:49:56.929Z | Compiling generic-array v0.14.7 |
494 | 2024-11-26T22:49:57.320Z | Checking openssl-probe v0.1.5 |
495 | 2024-11-26T22:49:57.375Z | Compiling synstructure v0.13.1 |
496 | 2024-11-26T22:49:57.470Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-11-26T22:49:58.450Z | Compiling regex-automata v0.4.8 |
498 | 2024-11-26T22:49:59.487Z | Compiling usdt-impl v0.5.0 |
499 | 2024-11-26T22:49:59.571Z | Checking encoding_rs v0.8.34 |
500 | 2024-11-26T22:49:59.829Z | Checking powerfmt v0.2.0 |
501 | 2024-11-26T22:49:59.966Z | Compiling num-conv v0.1.0 |
502 | 2024-11-26T22:50:00.084Z | Compiling time-core v0.1.2 |
503 | 2024-11-26T22:50:00.225Z | Checking mime v0.3.17 |
504 | 2024-11-26T22:50:00.251Z | Compiling time-macros v0.2.18 |
505 | 2024-11-26T22:50:00.504Z | Checking deranged v0.3.11 |
506 | 2024-11-26T22:50:01.775Z | Compiling thread-id v4.2.2 |
507 | 2024-11-26T22:50:01.809Z | Checking webpki-roots v0.26.6 |
508 | 2024-11-26T22:50:01.877Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-11-26T22:50:02.007Z | Checking plain v0.2.3 |
510 | 2024-11-26T22:50:02.192Z | Checking num_threads v0.1.7 |
511 | 2024-11-26T22:50:02.303Z | Compiling regex v1.11.1 |
512 | 2024-11-26T22:50:02.339Z | Compiling crossbeam-utils v0.8.20 |
513 | 2024-11-26T22:50:02.422Z | Compiling serde_derive v1.0.215 |
514 | 2024-11-26T22:50:02.725Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-11-26T22:50:02.868Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-11-26T22:50:03.140Z | Compiling schemars_derive v0.8.21 |
517 | 2024-11-26T22:50:03.230Z | Compiling zerofrom-derive v0.1.4 |
518 | 2024-11-26T22:50:03.252Z | Compiling yoke-derive v0.7.4 |
519 | 2024-11-26T22:50:04.701Z | Compiling zerocopy v0.7.35 |
520 | 2024-11-26T22:50:05.856Z | Compiling tokio-macros v2.4.0 |
521 | 2024-11-26T22:50:05.887Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-11-26T22:50:05.936Z | Compiling futures-macro v0.3.31 |
523 | 2024-11-26T22:50:06.024Z | Compiling displaydoc v0.2.5 |
524 | 2024-11-26T22:50:06.335Z | Compiling pest v2.7.14 |
525 | 2024-11-26T22:50:06.697Z | Checking zerofrom v0.1.4 |
526 | 2024-11-26T22:50:06.946Z | Checking yoke v0.7.4 |
527 | 2024-11-26T22:50:07.262Z | Compiling icu_provider_macros v1.5.0 |
528 | 2024-11-26T22:50:07.379Z | Checking tokio v1.40.0 |
529 | 2024-11-26T22:50:07.558Z | Compiling hashbrown v0.14.5 |
530 | 2024-11-26T22:50:07.798Z | Checking futures-util v0.3.31 |
531 | 2024-11-26T22:50:08.381Z | Checking zerovec v0.10.4 |
532 | 2024-11-26T22:50:08.762Z | Checking rustls-webpki v0.102.8 |
533 | 2024-11-26T22:50:08.826Z | Compiling pest_meta v2.7.14 |
534 | 2024-11-26T22:50:08.877Z | Compiling regress v0.10.1 |
535 | 2024-11-26T22:50:09.176Z | Compiling openssl-macros v0.1.1 |
536 | 2024-11-26T22:50:09.968Z | Checking tinystr v0.7.6 |
537 | 2024-11-26T22:50:10.373Z | Checking icu_locid v1.5.0 |
538 | 2024-11-26T22:50:10.716Z | Compiling pest_generator v2.7.14 |
539 | 2024-11-26T22:50:11.425Z | Checking icu_provider v1.5.0 |
540 | 2024-11-26T22:50:12.095Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-11-26T22:50:12.494Z | Checking icu_collections v1.5.0 |
542 | 2024-11-26T22:50:13.002Z | Compiling pest_derive v2.7.14 |
543 | 2024-11-26T22:50:13.146Z | Checking icu_properties v1.5.1 |
544 | 2024-11-26T22:50:13.643Z | Checking http-body-util v0.1.2 |
545 | 2024-11-26T22:50:13.842Z | Compiling scroll_derive v0.12.0 |
546 | 2024-11-26T22:50:14.069Z | Compiling dtrace-parser v0.2.0 |
547 | 2024-11-26T22:50:14.409Z | Checking tokio-util v0.7.12 |
548 | 2024-11-26T22:50:15.229Z | Checking indexmap v2.6.0 |
549 | 2024-11-26T22:50:16.024Z | Compiling serde_tokenstream v0.2.2 |
550 | 2024-11-26T22:50:16.524Z | Checking h2 v0.4.6 |
551 | 2024-11-26T22:50:16.591Z | Checking icu_normalizer v1.5.0 |
552 | 2024-11-26T22:50:17.350Z | Checking idna_adapter v1.2.0 |
553 | 2024-11-26T22:50:17.530Z | Checking idna v1.0.3 |
554 | 2024-11-26T22:50:17.589Z | Checking scroll v0.12.0 |
555 | 2024-11-26T22:50:18.036Z | Checking tokio-rustls v0.26.0 |
556 | 2024-11-26T22:50:18.072Z | Compiling dof v0.3.0 |
557 | 2024-11-26T22:50:18.397Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-11-26T22:50:18.691Z | Checking tokio-native-tls v0.3.1 |
559 | 2024-11-26T22:50:18.936Z | Checking base64 v0.22.1 |
560 | 2024-11-26T22:50:19.050Z | Compiling ident_case v1.0.1 |
561 | 2024-11-26T22:50:19.116Z | Compiling strsim v0.11.1 |
562 | 2024-11-26T22:50:19.204Z | Checking time v0.3.36 |
563 | 2024-11-26T22:50:19.408Z | Compiling openapiv3 v2.0.0 |
564 | 2024-11-26T22:50:19.871Z | Compiling darling_core v0.20.10 |
565 | 2024-11-26T22:50:20.582Z | Compiling typify-impl v0.2.0 |
566 | 2024-11-26T22:50:20.651Z | Checking hyper v1.5.0 |
567 | 2024-11-26T22:50:21.058Z | Checking goblin v0.8.2 |
568 | 2024-11-26T22:50:21.336Z | Checking url v2.5.3 |
569 | 2024-11-26T22:50:22.753Z | Checking hyper-util v0.1.10 |
570 | 2024-11-26T22:50:24.455Z | Checking hyper-tls v0.6.0 |
571 | 2024-11-26T22:50:24.557Z | Checking hyper-rustls v0.27.3 |
572 | 2024-11-26T22:50:24.715Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-11-26T22:50:24.887Z | Checking sync_wrapper v1.0.1 |
574 | 2024-11-26T22:50:25.034Z | Checking ipnet v2.10.1 |
575 | 2024-11-26T22:50:25.182Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-11-26T22:50:25.264Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-11-26T22:50:25.481Z | Compiling rustls v0.22.4 |
578 | 2024-11-26T22:50:25.500Z | Checking pretty-hex v0.4.1 |
579 | 2024-11-26T22:50:25.519Z | Compiling rustversion v1.0.17 |
580 | 2024-11-26T22:50:25.678Z | Compiling paste v1.0.15 |
581 | 2024-11-26T22:50:25.814Z | Checking reqwest v0.12.9 |
582 | 2024-11-26T22:50:26.002Z | Compiling darling_macro v0.20.10 |
583 | 2024-11-26T22:50:26.221Z | Checking dirs-next v2.0.0 |
584 | 2024-11-26T22:50:26.350Z | Checking serde_spanned v0.6.8 |
585 | 2024-11-26T22:50:26.495Z | Checking toml_datetime v0.6.8 |
586 | 2024-11-26T22:50:26.538Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-11-26T22:50:26.688Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-11-26T22:50:26.771Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-11-26T22:50:26.927Z | Checking crypto-common v0.1.6 |
590 | 2024-11-26T22:50:26.948Z | Checking block-buffer v0.10.4 |
591 | 2024-11-26T22:50:27.019Z | Checking rand_core v0.6.4 |
592 | 2024-11-26T22:50:27.140Z | Checking thread_local v1.1.8 |
593 | 2024-11-26T22:50:27.193Z | Compiling multer v3.1.0 |
594 | 2024-11-26T22:50:27.238Z | Checking match_cfg v0.1.0 |
595 | 2024-11-26T22:50:27.308Z | Compiling camino v1.1.9 |
596 | 2024-11-26T22:50:27.328Z | Checking winnow v0.6.20 |
597 | 2024-11-26T22:50:27.421Z | Compiling slog-async v2.8.0 |
598 | 2024-11-26T22:50:27.441Z | Compiling newtype-uuid v1.1.3 |
599 | 2024-11-26T22:50:27.507Z | Compiling anyhow v1.0.93 |
600 | 2024-11-26T22:50:27.836Z | Checking rand_chacha v0.3.1 |
601 | 2024-11-26T22:50:27.942Z | Checking hostname v0.3.1 |
602 | 2024-11-26T22:50:27.982Z | Checking progenitor-client v0.8.0 |
603 | 2024-11-26T22:50:28.201Z | Checking digest v0.10.7 |
604 | 2024-11-26T22:50:28.307Z | Compiling darling v0.20.10 |
605 | 2024-11-26T22:50:28.422Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-11-26T22:50:28.480Z | Checking term v0.7.0 |
607 | 2024-11-26T22:50:29.123Z | Checking slog-json v2.6.1 |
608 | 2024-11-26T22:50:29.337Z | Compiling structmeta v0.3.0 |
609 | 2024-11-26T22:50:29.387Z | Compiling usdt-macro v0.5.0 |
610 | 2024-11-26T22:50:29.707Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-11-26T22:50:29.710Z | Checking futures-executor v0.3.31 |
612 | 2024-11-26T22:50:29.748Z | Compiling async-stream-impl v0.3.6 |
613 | 2024-11-26T22:50:29.949Z | Checking memmap v0.7.0 |
614 | 2024-11-26T22:50:30.165Z | Checking is-terminal v0.4.13 |
615 | 2024-11-26T22:50:30.185Z | Compiling dropshot v0.13.0 |
616 | 2024-11-26T22:50:30.285Z | Checking cpufeatures v0.2.14 |
617 | 2024-11-26T22:50:30.315Z | Checking toml_edit v0.22.22 |
618 | 2024-11-26T22:50:30.375Z | Checking take_mut v0.2.2 |
619 | 2024-11-26T22:50:30.571Z | Checking sha1 v0.10.6 |
620 | 2024-11-26T22:50:30.633Z | Checking slog-term v2.9.1 |
621 | 2024-11-26T22:50:30.803Z | Checking futures v0.3.31 |
622 | 2024-11-26T22:50:30.828Z | Compiling strum_macros v0.26.4 |
623 | 2024-11-26T22:50:30.924Z | Compiling parse-display-derive v0.10.0 |
624 | 2024-11-26T22:50:31.011Z | Checking async-stream v0.3.6 |
625 | 2024-11-26T22:50:31.107Z | Checking usdt v0.5.0 |
626 | 2024-11-26T22:50:31.124Z | Checking slog-bunyan v2.5.0 |
627 | 2024-11-26T22:50:31.278Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-11-26T22:50:31.333Z | Checking rand v0.8.5 |
629 | 2024-11-26T22:50:32.529Z | Checking tokio-rustls v0.25.0 |
630 | 2024-11-26T22:50:32.690Z | Checking ipnetwork v0.20.0 |
631 | 2024-11-26T22:50:32.796Z | Compiling dropshot_endpoint v0.13.0 |
632 | 2024-11-26T22:50:32.870Z | Checking serde_path_to_error v0.1.16 |
633 | 2024-11-26T22:50:32.889Z | Checking toml v0.8.19 |
634 | 2024-11-26T22:50:33.046Z | Checking hex v0.4.3 |
635 | 2024-11-26T22:50:33.513Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
636 | 2024-11-26T22:50:33.593Z | Compiling async-trait v0.1.83 |
637 | 2024-11-26T22:50:33.631Z | Checking waitgroup v0.1.2 |
638 | 2024-11-26T22:50:33.760Z | Checking hostname v0.4.0 |
639 | 2024-11-26T22:50:33.840Z | Checking instant v0.1.13 |
640 | 2024-11-26T22:50:33.895Z | Checking debug-ignore v1.0.5 |
641 | 2024-11-26T22:50:33.958Z | Checking backoff v0.4.0 |
642 | 2024-11-26T22:50:34.033Z | Checking serde_with v3.11.0 |
643 | 2024-11-26T22:50:34.246Z | Compiling typify-macro v0.2.0 |
644 | 2024-11-26T22:50:34.266Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-11-26T22:50:34.269Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-11-26T22:50:34.411Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-11-26T22:50:34.442Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-11-26T22:50:34.701Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-11-26T22:50:34.732Z | Checking parse-display v0.10.0 |
650 | 2024-11-26T22:50:34.857Z | Checking macaddr v1.0.1 |
651 | 2024-11-26T22:50:34.938Z | Checking regress v0.9.1 |
652 | 2024-11-26T22:50:35.227Z | Checking strum v0.26.3 |
653 | 2024-11-26T22:50:36.775Z | Compiling typify v0.2.0 |
654 | 2024-11-26T22:50:36.868Z | Compiling progenitor-impl v0.8.0 |
655 | 2024-11-26T22:50:39.474Z | Compiling progenitor-macro v0.8.0 |
656 | 2024-11-26T22:50:43.569Z | Checking progenitor v0.8.0 |
657 | 2024-11-26T22:50:43.695Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
658 | 2024-11-26T22:50:46.505Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
659 | 2024-11-26T22:50:53.918Z | Checking test-project v0.1.0 (/tmp/test-project) |
660 | 2024-11-26T22:50:53.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
661 | 2024-11-26T22:50:54.298Z | + cargo build --release |
662 | 2024-11-26T22:50:54.547Z | Compiling proc-macro2 v1.0.89 |
663 | 2024-11-26T22:50:54.548Z | Compiling unicode-ident v1.0.13 |
664 | 2024-11-26T22:50:54.551Z | Compiling libc v0.2.162 |
665 | 2024-11-26T22:50:54.551Z | Compiling cfg-if v1.0.0 |
666 | 2024-11-26T22:50:54.552Z | Compiling autocfg v1.4.0 |
667 | 2024-11-26T22:50:54.552Z | Compiling serde v1.0.215 |
668 | 2024-11-26T22:50:54.592Z | Compiling version_check v0.9.5 |
669 | 2024-11-26T22:50:54.596Z | Compiling memchr v2.7.4 |
670 | 2024-11-26T22:50:54.660Z | Compiling serde_json v1.0.132 |
671 | 2024-11-26T22:50:54.731Z | Compiling itoa v1.0.11 |
672 | 2024-11-26T22:50:54.987Z | Compiling thiserror v1.0.69 |
673 | 2024-11-26T22:50:55.116Z | Compiling once_cell v1.20.2 |
674 | 2024-11-26T22:50:55.213Z | Compiling shlex v1.3.0 |
675 | 2024-11-26T22:50:55.520Z | Compiling cc v1.1.30 |
676 | 2024-11-26T22:50:55.542Z | Compiling num-traits v0.2.19 |
677 | 2024-11-26T22:50:55.825Z | Compiling pin-project-lite v0.2.14 |
678 | 2024-11-26T22:50:55.937Z | Compiling getrandom v0.2.15 |
679 | 2024-11-26T22:50:55.943Z | Compiling smallvec v1.13.2 |
680 | 2024-11-26T22:50:56.012Z | Compiling bytes v1.8.0 |
681 | 2024-11-26T22:50:56.242Z | Compiling quote v1.0.37 |
682 | 2024-11-26T22:50:56.263Z | Compiling ryu v1.0.18 |
683 | 2024-11-26T22:50:56.323Z | Compiling futures-core v0.3.31 |
684 | 2024-11-26T22:50:56.561Z | Compiling lock_api v0.4.12 |
685 | 2024-11-26T22:50:56.623Z | Compiling syn v2.0.87 |
686 | 2024-11-26T22:50:56.801Z | Compiling ahash v0.8.11 |
687 | 2024-11-26T22:50:56.884Z | Compiling parking_lot_core v0.9.10 |
688 | 2024-11-26T22:50:56.887Z | Compiling byteorder v1.5.0 |
689 | 2024-11-26T22:50:57.100Z | Compiling schemars v0.8.21 |
690 | 2024-11-26T22:50:57.292Z | Compiling scopeguard v1.2.0 |
691 | 2024-11-26T22:50:57.322Z | Compiling slab v0.4.9 |
692 | 2024-11-26T22:50:57.461Z | Compiling futures-sink v0.3.31 |
693 | 2024-11-26T22:50:57.607Z | Compiling log v0.4.22 |
694 | 2024-11-26T22:50:57.763Z | Compiling socket2 v0.5.7 |
695 | 2024-11-26T22:50:57.787Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-11-26T22:50:57.818Z | Compiling mio v1.0.2 |
697 | 2024-11-26T22:50:57.907Z | Compiling parking_lot v0.12.3 |
698 | 2024-11-26T22:50:58.054Z | Compiling stable_deref_trait v1.2.0 |
699 | 2024-11-26T22:50:58.079Z | Compiling semver v1.0.23 |
700 | 2024-11-26T22:50:58.458Z | Compiling ring v0.17.8 |
701 | 2024-11-26T22:50:58.468Z | Compiling hashbrown v0.15.0 |
702 | 2024-11-26T22:50:58.558Z | Compiling fnv v1.0.7 |
703 | 2024-11-26T22:50:58.684Z | Compiling equivalent v1.0.1 |
704 | 2024-11-26T22:50:58.784Z | Compiling http v1.1.0 |
705 | 2024-11-26T22:50:59.294Z | Compiling futures-channel v0.3.31 |
706 | 2024-11-26T22:50:59.408Z | Compiling pin-utils v0.1.0 |
707 | 2024-11-26T22:50:59.486Z | Compiling futures-task v0.3.31 |
708 | 2024-11-26T22:50:59.493Z | Compiling futures-io v0.3.31 |
709 | 2024-11-26T22:50:59.773Z | Compiling spin v0.9.8 |
710 | 2024-11-26T22:50:59.810Z | Compiling vcpkg v0.2.15 |
711 | 2024-11-26T22:50:59.923Z | Compiling pkg-config v0.3.31 |
712 | 2024-11-26T22:50:59.933Z | Compiling rustls-pki-types v1.9.0 |
713 | 2024-11-26T22:50:59.940Z | Compiling heck v0.5.0 |
714 | 2024-11-26T22:51:00.968Z | Compiling litemap v0.7.3 |
715 | 2024-11-26T22:51:01.098Z | Compiling untrusted v0.9.0 |
716 | 2024-11-26T22:51:01.351Z | Compiling writeable v0.5.5 |
717 | 2024-11-26T22:51:01.418Z | Compiling httparse v1.9.5 |
718 | 2024-11-26T22:51:01.435Z | Compiling openssl-sys v0.9.103 |
719 | 2024-11-26T22:51:01.733Z | Compiling ucd-trie v0.1.7 |
720 | 2024-11-26T22:51:02.090Z | Compiling iana-time-zone v0.1.61 |
721 | 2024-11-26T22:51:02.231Z | Compiling tracing-core v0.1.32 |
722 | 2024-11-26T22:51:02.499Z | Compiling atomic-waker v1.1.2 |
723 | 2024-11-26T22:51:02.662Z | Compiling dyn-clone v1.0.17 |
724 | 2024-11-26T22:51:02.752Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-11-26T22:51:02.976Z | Compiling tracing v0.1.40 |
726 | 2024-11-26T22:51:03.483Z | Compiling http-body v1.0.1 |
727 | 2024-11-26T22:51:03.635Z | Compiling zeroize v1.8.1 |
728 | 2024-11-26T22:51:03.704Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-26T22:51:03.809Z | Compiling chrono v0.4.38 |
730 | 2024-11-26T22:51:03.875Z | Compiling try-lock v0.2.5 |
731 | 2024-11-26T22:51:03.952Z | Compiling uuid v1.11.0 |
732 | 2024-11-26T22:51:04.023Z | Compiling subtle v2.6.1 |
733 | 2024-11-26T22:51:04.276Z | Compiling synstructure v0.13.1 |
734 | 2024-11-26T22:51:04.498Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-11-26T22:51:04.549Z | Compiling want v0.3.1 |
736 | 2024-11-26T22:51:04.883Z | Compiling slog v2.7.0 |
737 | 2024-11-26T22:51:05.356Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-11-26T22:51:05.454Z | Compiling httpdate v1.0.3 |
739 | 2024-11-26T22:51:05.641Z | Compiling openssl v0.10.66 |
740 | 2024-11-26T22:51:05.811Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-11-26T22:51:06.083Z | Compiling foreign-types v0.3.2 |
742 | 2024-11-26T22:51:06.228Z | Compiling aho-corasick v1.1.3 |
743 | 2024-11-26T22:51:06.394Z | Compiling bitflags v2.6.0 |
744 | 2024-11-26T22:51:06.728Z | Compiling tower-service v0.3.3 |
745 | 2024-11-26T22:51:06.730Z | Compiling utf8_iter v1.0.4 |
746 | 2024-11-26T22:51:06.841Z | Compiling percent-encoding v2.3.1 |
747 | 2024-11-26T22:51:06.975Z | Compiling utf16_iter v1.0.5 |
748 | 2024-11-26T22:51:07.182Z | Compiling rustls v0.23.14 |
749 | 2024-11-26T22:51:07.289Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-11-26T22:51:07.381Z | Compiling typenum v1.17.0 |
751 | 2024-11-26T22:51:07.484Z | Compiling native-tls v0.2.12 |
752 | 2024-11-26T22:51:07.617Z | Compiling write16 v1.0.0 |
753 | 2024-11-26T22:51:07.747Z | Compiling regex-syntax v0.8.5 |
754 | 2024-11-26T22:51:08.350Z | Compiling form_urlencoded v1.2.1 |
755 | 2024-11-26T22:51:08.737Z | Compiling generic-array v0.14.7 |
756 | 2024-11-26T22:51:09.140Z | Compiling openssl-probe v0.1.5 |
757 | 2024-11-26T22:51:09.812Z | Compiling serde_derive v1.0.215 |
758 | 2024-11-26T22:51:10.194Z | Compiling zerocopy-derive v0.7.35 |
759 | 2024-11-26T22:51:10.450Z | Compiling thiserror-impl v1.0.69 |
760 | 2024-11-26T22:51:10.608Z | Compiling zerofrom-derive v0.1.4 |
761 | 2024-11-26T22:51:11.205Z | Compiling schemars_derive v0.8.21 |
762 | 2024-11-26T22:51:12.264Z | Compiling zerocopy v0.7.35 |
763 | 2024-11-26T22:51:13.541Z | Compiling tokio-macros v2.4.0 |
764 | 2024-11-26T22:51:13.847Z | Compiling yoke-derive v0.7.4 |
765 | 2024-11-26T22:51:14.170Z | Compiling zerofrom v0.1.4 |
766 | 2024-11-26T22:51:14.199Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-11-26T22:51:14.411Z | Compiling displaydoc v0.2.5 |
768 | 2024-11-26T22:51:15.050Z | Compiling tokio v1.40.0 |
769 | 2024-11-26T22:51:15.106Z | Compiling futures-macro v0.3.31 |
770 | 2024-11-26T22:51:16.461Z | Compiling pest v2.7.14 |
771 | 2024-11-26T22:51:16.566Z | Compiling yoke v0.7.4 |
772 | 2024-11-26T22:51:16.850Z | Compiling icu_provider_macros v1.5.0 |
773 | 2024-11-26T22:51:16.924Z | Compiling zerovec v0.10.4 |
774 | 2024-11-26T22:51:16.989Z | Compiling futures-util v0.3.31 |
775 | 2024-11-26T22:51:18.006Z | Compiling hashbrown v0.14.5 |
776 | 2024-11-26T22:51:19.375Z | Compiling tinystr v0.7.6 |
777 | 2024-11-26T22:51:19.434Z | Compiling pest_meta v2.7.14 |
778 | 2024-11-26T22:51:19.819Z | Compiling icu_locid v1.5.0 |
779 | 2024-11-26T22:51:20.038Z | Compiling rustls-webpki v0.102.8 |
780 | 2024-11-26T22:51:23.850Z | Compiling indexmap v2.6.0 |
781 | 2024-11-26T22:51:23.954Z | Compiling serde_tokenstream v0.2.2 |
782 | 2024-11-26T22:51:25.762Z | Compiling tokio-util v0.7.12 |
783 | 2024-11-26T22:51:26.157Z | Compiling icu_provider v1.5.0 |
784 | 2024-11-26T22:51:27.197Z | Compiling icu_locid_transform v1.5.0 |
785 | 2024-11-26T22:51:28.420Z | Compiling h2 v0.4.6 |
786 | 2024-11-26T22:51:29.717Z | Compiling pest_generator v2.7.14 |
787 | 2024-11-26T22:51:29.833Z | Compiling regress v0.10.1 |
788 | 2024-11-26T22:51:31.467Z | Compiling icu_collections v1.5.0 |
789 | 2024-11-26T22:51:33.161Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-26T22:51:33.242Z | Compiling pest_derive v2.7.14 |
791 | 2024-11-26T22:51:34.098Z | Compiling hyper v1.5.0 |
792 | 2024-11-26T22:51:34.150Z | Compiling typify-impl v0.2.0 |
793 | 2024-11-26T22:51:35.099Z | Compiling openssl-macros v0.1.1 |
794 | 2024-11-26T22:51:39.408Z | Compiling icu_normalizer v1.5.0 |
795 | 2024-11-26T22:51:40.353Z | Compiling hyper-util v0.1.10 |
796 | 2024-11-26T22:51:44.187Z | Compiling regex-automata v0.4.8 |
797 | 2024-11-26T22:51:45.340Z | Compiling idna_adapter v1.2.0 |
798 | 2024-11-26T22:51:45.645Z | Compiling http-body-util v0.1.2 |
799 | 2024-11-26T22:51:46.062Z | Compiling typify-macro v0.2.0 |
800 | 2024-11-26T22:51:46.351Z | Compiling scroll_derive v0.12.0 |
801 | 2024-11-26T22:51:47.405Z | Compiling usdt-impl v0.5.0 |
802 | 2024-11-26T22:51:47.741Z | Compiling encoding_rs v0.8.34 |
803 | 2024-11-26T22:51:49.916Z | Compiling regex v1.11.1 |
804 | 2024-11-26T22:51:50.182Z | Compiling mime v0.3.17 |
805 | 2024-11-26T22:51:50.895Z | Compiling num-conv v0.1.0 |
806 | 2024-11-26T22:51:51.177Z | Compiling time-core v0.1.2 |
807 | 2024-11-26T22:51:51.248Z | Compiling powerfmt v0.2.0 |
808 | 2024-11-26T22:51:51.333Z | Compiling time-macros v0.2.18 |
809 | 2024-11-26T22:51:51.728Z | Compiling deranged v0.3.11 |
810 | 2024-11-26T22:51:54.078Z | Compiling tokio-rustls v0.26.0 |
811 | 2024-11-26T22:51:54.274Z | Compiling scroll v0.12.0 |
812 | 2024-11-26T22:51:54.672Z | Compiling idna v1.0.3 |
813 | 2024-11-26T22:51:58.335Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-11-26T22:51:58.610Z | Compiling dtrace-parser v0.2.0 |
815 | 2024-11-26T22:52:00.303Z | Compiling dof v0.3.0 |
816 | 2024-11-26T22:52:00.387Z | Compiling serde_urlencoded v0.7.1 |
817 | 2024-11-26T22:52:01.176Z | Compiling thread-id v4.2.2 |
818 | 2024-11-26T22:52:01.275Z | Compiling rustls-pemfile v2.2.0 |
819 | 2024-11-26T22:52:01.424Z | Compiling webpki-roots v0.26.6 |
820 | 2024-11-26T22:52:01.894Z | Compiling crossbeam-utils v0.8.20 |
821 | 2024-11-26T22:52:02.455Z | Compiling strsim v0.11.1 |
822 | 2024-11-26T22:52:02.459Z | Compiling ident_case v1.0.1 |
823 | 2024-11-26T22:52:02.885Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2024-11-26T22:52:03.167Z | Compiling num_threads v0.1.7 |
825 | 2024-11-26T22:52:03.272Z | Compiling plain v0.2.3 |
826 | 2024-11-26T22:52:03.365Z | Compiling base64 v0.22.1 |
827 | 2024-11-26T22:52:03.425Z | Compiling goblin v0.8.2 |
828 | 2024-11-26T22:52:04.443Z | Compiling time v0.3.36 |
829 | 2024-11-26T22:52:05.323Z | Compiling darling_core v0.20.10 |
830 | 2024-11-26T22:52:10.099Z | Compiling hyper-rustls v0.27.3 |
831 | 2024-11-26T22:52:11.812Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-26T22:52:12.304Z | Compiling url v2.5.3 |
833 | 2024-11-26T22:52:12.786Z | Compiling typify v0.2.0 |
834 | 2024-11-26T22:52:12.905Z | Compiling openapiv3 v2.0.0 |
835 | 2024-11-26T22:52:15.742Z | Compiling sync_wrapper v1.0.1 |
836 | 2024-11-26T22:52:15.881Z | Compiling dirs-sys-next v0.1.2 |
837 | 2024-11-26T22:52:17.232Z | Compiling paste v1.0.15 |
838 | 2024-11-26T22:52:17.321Z | Compiling ipnet v2.10.1 |
839 | 2024-11-26T22:52:17.716Z | Compiling rustversion v1.0.17 |
840 | 2024-11-26T22:52:18.186Z | Compiling rustls v0.22.4 |
841 | 2024-11-26T22:52:18.332Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-11-26T22:52:18.483Z | Compiling pretty-hex v0.4.1 |
843 | 2024-11-26T22:52:20.062Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2024-11-26T22:52:20.291Z | Compiling reqwest v0.12.9 |
845 | 2024-11-26T22:52:20.508Z | Compiling progenitor-impl v0.8.0 |
846 | 2024-11-26T22:52:22.132Z | Compiling dirs-next v2.0.0 |
847 | 2024-11-26T22:52:22.386Z | Compiling darling_macro v0.20.10 |
848 | 2024-11-26T22:52:25.168Z | Compiling block-buffer v0.10.4 |
849 | 2024-11-26T22:52:25.178Z | Compiling crypto-common v0.1.6 |
850 | 2024-11-26T22:52:25.378Z | Compiling toml_datetime v0.6.8 |
851 | 2024-11-26T22:52:25.395Z | Compiling serde_spanned v0.6.8 |
852 | 2024-11-26T22:52:25.626Z | Compiling ppv-lite86 v0.2.20 |
853 | 2024-11-26T22:52:26.041Z | Compiling structmeta-derive v0.3.0 |
854 | 2024-11-26T22:52:26.566Z | Compiling rand_core v0.6.4 |
855 | 2024-11-26T22:52:27.145Z | Compiling thread_local v1.1.8 |
856 | 2024-11-26T22:52:27.194Z | Compiling multer v3.1.0 |
857 | 2024-11-26T22:52:27.527Z | Compiling match_cfg v0.1.0 |
858 | 2024-11-26T22:52:27.612Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-11-26T22:52:27.791Z | Compiling winnow v0.6.20 |
860 | 2024-11-26T22:52:27.851Z | Compiling camino v1.1.9 |
861 | 2024-11-26T22:52:27.923Z | Compiling anyhow v1.0.93 |
862 | 2024-11-26T22:52:28.421Z | Compiling slog-async v2.8.0 |
863 | 2024-11-26T22:52:28.706Z | Compiling structmeta v0.3.0 |
864 | 2024-11-26T22:52:28.870Z | Compiling hostname v0.3.1 |
865 | 2024-11-26T22:52:29.001Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-11-26T22:52:29.113Z | Compiling rand_chacha v0.3.1 |
867 | 2024-11-26T22:52:30.161Z | Compiling digest v0.10.7 |
868 | 2024-11-26T22:52:30.284Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-11-26T22:52:30.833Z | Compiling darling v0.20.10 |
870 | 2024-11-26T22:52:30.937Z | Compiling term v0.7.0 |
871 | 2024-11-26T22:52:31.863Z | Compiling toml_edit v0.22.22 |
872 | 2024-11-26T22:52:32.117Z | Compiling progenitor-client v0.8.0 |
873 | 2024-11-26T22:52:35.560Z | Compiling usdt-macro v0.5.0 |
874 | 2024-11-26T22:52:36.897Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-11-26T22:52:38.353Z | Compiling slog-json v2.6.1 |
876 | 2024-11-26T22:52:38.784Z | Compiling futures-executor v0.3.31 |
877 | 2024-11-26T22:52:39.944Z | Compiling async-stream-impl v0.3.6 |
878 | 2024-11-26T22:52:40.229Z | Compiling is-terminal v0.4.13 |
879 | 2024-11-26T22:52:40.348Z | Compiling memmap v0.7.0 |
880 | 2024-11-26T22:52:40.738Z | Compiling dropshot v0.13.0 |
881 | 2024-11-26T22:52:41.068Z | Compiling take_mut v0.2.2 |
882 | 2024-11-26T22:52:41.225Z | Compiling cpufeatures v0.2.14 |
883 | 2024-11-26T22:52:41.287Z | Compiling async-stream v0.3.6 |
884 | 2024-11-26T22:52:41.310Z | Compiling sha1 v0.10.6 |
885 | 2024-11-26T22:52:41.795Z | Compiling progenitor v0.8.0 |
886 | 2024-11-26T22:52:42.067Z | Compiling usdt v0.5.0 |
887 | 2024-11-26T22:52:42.077Z | Compiling slog-term v2.9.1 |
888 | 2024-11-26T22:52:43.609Z | Compiling tokio-rustls v0.25.0 |
889 | 2024-11-26T22:52:44.046Z | Compiling futures v0.3.31 |
890 | 2024-11-26T22:52:44.236Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-11-26T22:52:44.501Z | Compiling strum_macros v0.26.4 |
892 | 2024-11-26T22:52:44.934Z | Compiling toml v0.8.19 |
893 | 2024-11-26T22:52:44.978Z | Compiling serde_with_macros v3.11.0 |
894 | 2024-11-26T22:52:47.658Z | Compiling rand v0.8.5 |
895 | 2024-11-26T22:52:49.147Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-11-26T22:52:53.168Z | Compiling ipnetwork v0.20.0 |
897 | 2024-11-26T22:52:53.630Z | Compiling dropshot_endpoint v0.13.0 |
898 | 2024-11-26T22:52:54.077Z | Compiling serde_path_to_error v0.1.16 |
899 | 2024-11-26T22:52:54.641Z | Compiling hex v0.4.3 |
900 | 2024-11-26T22:52:55.108Z | Compiling async-trait v0.1.83 |
901 | 2024-11-26T22:52:55.330Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-11-26T22:52:56.147Z | Compiling waitgroup v0.1.2 |
903 | 2024-11-26T22:52:56.381Z | Compiling hostname v0.4.0 |
904 | 2024-11-26T22:52:56.624Z | Compiling instant v0.1.13 |
905 | 2024-11-26T22:52:56.772Z | Compiling debug-ignore v1.0.5 |
906 | 2024-11-26T22:52:56.907Z | Compiling backoff v0.4.0 |
907 | 2024-11-26T22:52:57.244Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
908 | 2024-11-26T22:52:57.449Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
909 | 2024-11-26T22:52:57.492Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
910 | 2024-11-26T22:52:57.704Z | Compiling parse-display v0.10.0 |
911 | 2024-11-26T22:52:58.108Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
912 | 2024-11-26T22:52:59.840Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-11-26T22:53:00.420Z | Compiling strum v0.26.3 |
914 | 2024-11-26T22:53:00.606Z | Compiling serde_with v3.11.0 |
915 | 2024-11-26T22:53:02.339Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2024-11-26T22:53:03.146Z | Compiling regress v0.9.1 |
917 | 2024-11-26T22:53:03.930Z | Compiling macaddr v1.0.1 |
918 | 2024-11-26T22:53:08.535Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
919 | 2024-11-26T22:53:19.120Z | Compiling test-project v0.1.0 (/tmp/test-project) |
920 | 2024-11-26T22:53:28.929Z | Finished `release` profile [optimized] target(s) in 2m 34s |
921 | 2024-11-26T22:53:28.993Z | process exited: duration 233502 ms, exit code 0 |
|
922 | 2024-11-26T22:53:28.999Z | found 0 output files |