|
|
|
1 | 2024-11-14T03:16:30.896Z | job assigned to worker 01JCMAPJV41VVSD8YRJGQPHA3P (queued for 56 s) |
|
2 | 2024-11-14T03:16:39.250Z | starting task 0: "setup" |
3 | 2024-11-14T03:16:39.261Z | ++ uname -s |
4 | 2024-11-14T03:16:39.264Z | + kern=SunOS |
5 | 2024-11-14T03:16:39.264Z | + case "$kern" in |
6 | 2024-11-14T03:16:39.264Z | + groupadd -g 12345 build |
7 | 2024-11-14T03:16:39.266Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-14T03:16:41.278Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-14T03:16:41.496Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-14T03:16:41.498Z | + home_fs=zfs |
11 | 2024-11-14T03:16:41.498Z | + [[ zfs == autofs ]] |
12 | 2024-11-14T03:16:41.498Z | + mkdir -p /home/build |
13 | 2024-11-14T03:16:41.501Z | + chown build:build /home/build /work |
14 | 2024-11-14T03:16:43.502Z | + chmod 0700 /home/build /work |
15 | 2024-11-14T03:16:43.505Z | process exited: duration 4254 ms, exit code 0 |
|
16 | 2024-11-14T03:16:43.511Z | starting task 1: "rust-toolchain" |
17 | 2024-11-14T03:16:43.517Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-14T03:16:43.517Z | * toolchain channel = "1.81.0" |
19 | 2024-11-14T03:16:43.517Z | * toolchain profile = "default" |
20 | 2024-11-14T03:16:43.517Z | ' 1.81.0 |
21 | 2024-11-14T03:16:43.517Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-14T03:16:43.517Z | ' default |
23 | 2024-11-14T03:16:43.520Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-14T03:16:43.520Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-14T03:16:43.611Z | info: downloading installer |
26 | 2024-11-14T03:16:44.934Z | info: profile set to 'default' |
27 | 2024-11-14T03:16:44.934Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-14T03:16:44.937Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-14T03:16:45.075Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-14T03:16:45.075Z | info: downloading component 'cargo' |
31 | 2024-11-14T03:16:45.802Z | info: downloading component 'clippy' |
32 | 2024-11-14T03:16:46.072Z | info: downloading component 'rust-docs' |
33 | 2024-11-14T03:16:47.067Z | info: downloading component 'rust-std' |
34 | 2024-11-14T03:16:48.615Z | info: downloading component 'rustc' |
35 | 2024-11-14T03:16:54.149Z | info: downloading component 'rustfmt' |
36 | 2024-11-14T03:16:54.363Z | info: installing component 'cargo' |
37 | 2024-11-14T03:16:55.248Z | info: installing component 'clippy' |
38 | 2024-11-14T03:16:55.664Z | info: installing component 'rust-docs' |
39 | 2024-11-14T03:16:57.302Z | info: installing component 'rust-std' |
40 | 2024-11-14T03:16:59.181Z | info: installing component 'rustc' |
41 | 2024-11-14T03:17:05.199Z | info: installing component 'rustfmt' |
42 | 2024-11-14T03:17:05.553Z | |
43 | 2024-11-14T03:17:05.556Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-14T03:17:05.928Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-14T03:17:05.928Z | |
46 | 2024-11-14T03:17:05.930Z | |
47 | 2024-11-14T03:17:05.931Z | Rust is installed now. Great! |
48 | 2024-11-14T03:17:05.931Z | |
49 | 2024-11-14T03:17:05.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-14T03:17:05.931Z | environment variable. This has not been done automatically. |
51 | 2024-11-14T03:17:05.931Z | |
52 | 2024-11-14T03:17:05.931Z | To configure your current shell, you need to source |
53 | 2024-11-14T03:17:05.931Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-14T03:17:05.931Z | |
55 | 2024-11-14T03:17:05.931Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-14T03:17:05.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-14T03:17:05.931Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-14T03:17:06.004Z | + rustc --version |
59 | 2024-11-14T03:17:06.069Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-14T03:17:06.072Z | process exited: duration 22559 ms, exit code 0 |
|
61 | 2024-11-14T03:17:06.079Z | starting task 2: "authentication" |
62 | 2024-11-14T03:17:06.101Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-14T03:17:06.109Z | starting task 3: "clone repository" |
64 | 2024-11-14T03:17:06.112Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-14T03:17:06.116Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-14T03:17:06.401Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-14T03:17:46.908Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-14T03:17:46.908Z | + git fetch origin 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
69 | 2024-11-14T03:17:47.658Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-14T03:17:47.658Z | * branch 77a407bfb80c6d17b7675a17ecabd4f2f145e731 -> FETCH_HEAD |
71 | 2024-11-14T03:17:47.671Z | + [[ -n iliana/relock ]] |
72 | 2024-11-14T03:17:47.674Z | ++ git branch --show-current |
73 | 2024-11-14T03:17:47.674Z | + current=main |
74 | 2024-11-14T03:17:47.674Z | + [[ main != iliana/relock ]] |
75 | 2024-11-14T03:17:47.674Z | + git branch -f iliana/relock 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
76 | 2024-11-14T03:17:47.677Z | + git checkout -f iliana/relock |
77 | 2024-11-14T03:17:47.848Z | Switched to branch 'iliana/relock' |
78 | 2024-11-14T03:17:47.850Z | + git reset --hard 77a407bfb80c6d17b7675a17ecabd4f2f145e731 |
79 | 2024-11-14T03:17:47.863Z | HEAD is now at 77a407bfb fix Cargo.lock merge |
80 | 2024-11-14T03:17:47.866Z | process exited: duration 41754 ms, exit code 0 |
|
81 | 2024-11-14T03:17:47.871Z | starting task 4: "build" |
82 | 2024-11-14T03:17:47.876Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-14T03:17:47.876Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-14T03:17:47.876Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-14T03:17:47.876Z | + cargo --version |
86 | 2024-11-14T03:17:47.933Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-14T03:17:47.936Z | + rustc --version |
88 | 2024-11-14T03:17:47.994Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-14T03:17:47.997Z | + cd /tmp |
90 | 2024-11-14T03:17:47.997Z | + cargo new --lib test-project |
91 | 2024-11-14T03:17:48.054Z | Creating library `test-project` package |
92 | 2024-11-14T03:17:48.129Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-14T03:17:48.133Z | + cd test-project |
94 | 2024-11-14T03:17:48.133Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-14T03:17:48.189Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-14T03:17:48.189Z | Features: |
97 | 2024-11-14T03:17:48.191Z | - proptest |
98 | 2024-11-14T03:17:48.191Z | - test-strategy |
99 | 2024-11-14T03:17:48.191Z | - testing |
100 | 2024-11-14T03:17:48.191Z | Updating crates.io index |
101 | 2024-11-14T03:17:48.226Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-14T03:17:50.305Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-14T03:17:51.375Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-14T03:17:52.132Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-14T03:17:53.730Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-14T03:17:53.733Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-14T03:17:53.733Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-14T03:17:53.733Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-14T03:17:53.733Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-14T03:17:53.735Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-14T03:17:53.735Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-14T03:17:53.735Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-14T03:17:53.736Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-14T03:17:53.736Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-14T03:17:53.741Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-14T03:17:53.741Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-14T03:17:53.741Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-14T03:17:53.746Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-14T03:17:53.749Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-14T03:17:53.752Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-14T03:17:53.752Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-14T03:17:53.752Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-14T03:17:53.752Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-14T03:17:53.755Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-14T03:17:53.755Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-14T03:17:53.758Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-14T03:17:53.758Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-14T03:17:53.758Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-14T03:17:53.758Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-14T03:17:53.758Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-14T03:17:53.758Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-14T03:17:53.758Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-14T03:17:53.830Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-14T03:17:53.833Z | + cargo check |
135 | 2024-11-14T03:17:53.996Z | Updating crates.io index |
136 | 2024-11-14T03:17:54.718Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-14T03:17:58.078Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-14T03:18:00.311Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-14T03:18:01.266Z | Downloading crates ... |
140 | 2024-11-14T03:18:01.340Z | Downloaded futures-macro v0.3.31 |
141 | 2024-11-14T03:18:01.344Z | Downloaded dyn-clone v1.0.17 |
142 | 2024-11-14T03:18:01.346Z | Downloaded futures-core v0.3.31 |
143 | 2024-11-14T03:18:01.348Z | Downloaded cfg-if v1.0.0 |
144 | 2024-11-14T03:18:01.351Z | Downloaded form_urlencoded v1.2.1 |
145 | 2024-11-14T03:18:01.354Z | Downloaded icu_provider_macros v1.5.0 |
146 | 2024-11-14T03:18:01.356Z | Downloaded cpufeatures v0.2.14 |
147 | 2024-11-14T03:18:01.356Z | Downloaded fnv v1.0.7 |
148 | 2024-11-14T03:18:01.359Z | Downloaded darling_macro v0.20.10 |
149 | 2024-11-14T03:18:01.363Z | Downloaded displaydoc v0.2.5 |
150 | 2024-11-14T03:18:01.368Z | Downloaded darling v0.20.10 |
151 | 2024-11-14T03:18:01.372Z | Downloaded itoa v1.0.11 |
152 | 2024-11-14T03:18:01.374Z | Downloaded http-body v1.0.1 |
153 | 2024-11-14T03:18:01.376Z | Downloaded autocfg v1.4.0 |
154 | 2024-11-14T03:18:01.378Z | Downloaded macaddr v1.0.1 |
155 | 2024-11-14T03:18:01.378Z | Downloaded dropshot_endpoint v0.13.0 |
156 | 2024-11-14T03:18:01.381Z | Downloaded ipnet v2.10.1 |
157 | 2024-11-14T03:18:01.384Z | Downloaded hostname v0.4.0 |
158 | 2024-11-14T03:18:01.386Z | Downloaded tokio-rustls v0.25.0 |
159 | 2024-11-14T03:18:01.388Z | Downloaded digest v0.10.7 |
160 | 2024-11-14T03:18:01.388Z | Downloaded lock_api v0.4.12 |
161 | 2024-11-14T03:18:01.390Z | Downloaded icu_locid v1.5.0 |
162 | 2024-11-14T03:18:01.394Z | Downloaded async-trait v0.1.83 |
163 | 2024-11-14T03:18:01.398Z | Downloaded num_threads v0.1.7 |
164 | 2024-11-14T03:18:01.400Z | Downloaded bytes v1.7.2 |
165 | 2024-11-14T03:18:01.403Z | Downloaded pretty-hex v0.4.1 |
166 | 2024-11-14T03:18:01.406Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-11-14T03:18:01.406Z | Downloaded hyper-util v0.1.10 |
168 | 2024-11-14T03:18:01.409Z | Downloaded memchr v2.7.4 |
169 | 2024-11-14T03:18:01.414Z | Downloaded mime v0.3.17 |
170 | 2024-11-14T03:18:01.417Z | Downloaded untrusted v0.9.0 |
171 | 2024-11-14T03:18:01.419Z | Downloaded writeable v0.5.5 |
172 | 2024-11-14T03:18:01.421Z | Downloaded indexmap v2.6.0 |
173 | 2024-11-14T03:18:01.424Z | Downloaded tinyvec_macros v0.1.1 |
174 | 2024-11-14T03:18:01.426Z | Downloaded parse-display-derive v0.10.0 |
175 | 2024-11-14T03:18:01.428Z | Downloaded usdt-attr-macro v0.5.0 |
176 | 2024-11-14T03:18:01.428Z | Downloaded aho-corasick v1.1.3 |
177 | 2024-11-14T03:18:01.433Z | Downloaded slog-async v2.8.0 |
178 | 2024-11-14T03:18:01.435Z | Downloaded scroll v0.12.0 |
179 | 2024-11-14T03:18:01.437Z | Downloaded percent-encoding v2.3.1 |
180 | 2024-11-14T03:18:01.437Z | Downloaded zerofrom-derive v0.1.4 |
181 | 2024-11-14T03:18:01.439Z | Downloaded serde_yaml v0.9.34+deprecated |
182 | 2024-11-14T03:18:01.441Z | Downloaded structmeta v0.3.0 |
183 | 2024-11-14T03:18:01.445Z | Downloaded progenitor-impl v0.8.0 |
184 | 2024-11-14T03:18:01.445Z | Downloaded multer v3.1.0 |
185 | 2024-11-14T03:18:01.447Z | Downloaded thiserror v1.0.69 |
186 | 2024-11-14T03:18:01.452Z | Downloaded ucd-trie v0.1.7 |
187 | 2024-11-14T03:18:01.455Z | Downloaded typenum v1.17.0 |
188 | 2024-11-14T03:18:01.458Z | Downloaded proc-macro2 v1.0.89 |
189 | 2024-11-14T03:18:01.460Z | Downloaded async-stream-impl v0.3.6 |
190 | 2024-11-14T03:18:01.460Z | Downloaded pest_generator v2.7.14 |
191 | 2024-11-14T03:18:01.463Z | Downloaded equivalent v1.0.1 |
192 | 2024-11-14T03:18:01.463Z | Downloaded parking_lot v0.12.3 |
193 | 2024-11-14T03:18:01.466Z | Downloaded serde v1.0.215 |
194 | 2024-11-14T03:18:01.468Z | Downloaded version_check v0.9.5 |
195 | 2024-11-14T03:18:01.470Z | Downloaded foreign-types-shared v0.1.1 |
196 | 2024-11-14T03:18:01.473Z | Downloaded foreign-types v0.3.2 |
197 | 2024-11-14T03:18:01.473Z | Downloaded icu_properties_data v1.5.0 |
198 | 2024-11-14T03:18:01.482Z | Downloaded quote v1.0.37 |
199 | 2024-11-14T03:18:01.484Z | Downloaded camino v1.1.9 |
200 | 2024-11-14T03:18:01.486Z | Downloaded byteorder v1.5.0 |
201 | 2024-11-14T03:18:01.488Z | Downloaded async-stream v0.3.6 |
202 | 2024-11-14T03:18:01.491Z | Downloaded uuid v1.11.0 |
203 | 2024-11-14T03:18:01.493Z | Downloaded shlex v1.3.0 |
204 | 2024-11-14T03:18:01.496Z | Downloaded rustc-hash v2.0.0 |
205 | 2024-11-14T03:18:01.498Z | Downloaded match_cfg v0.1.0 |
206 | 2024-11-14T03:18:01.498Z | Downloaded instant v0.1.13 |
207 | 2024-11-14T03:18:01.501Z | Downloaded thread_local v1.1.8 |
208 | 2024-11-14T03:18:01.501Z | Downloaded futures-sink v0.3.31 |
209 | 2024-11-14T03:18:01.501Z | Downloaded dof v0.3.0 |
210 | 2024-11-14T03:18:01.504Z | Downloaded debug-ignore v1.0.5 |
211 | 2024-11-14T03:18:01.504Z | Downloaded deranged v0.3.11 |
212 | 2024-11-14T03:18:01.507Z | Downloaded futures-executor v0.3.31 |
213 | 2024-11-14T03:18:01.507Z | Downloaded rustls-pemfile v2.2.0 |
214 | 2024-11-14T03:18:01.509Z | Downloaded tokio-util v0.7.12 |
215 | 2024-11-14T03:18:01.515Z | Downloaded time-core v0.1.2 |
216 | 2024-11-14T03:18:01.517Z | Downloaded strum v0.26.3 |
217 | 2024-11-14T03:18:01.517Z | Downloaded scroll_derive v0.12.0 |
218 | 2024-11-14T03:18:01.517Z | Downloaded take_mut v0.2.2 |
219 | 2024-11-14T03:18:01.520Z | Downloaded pin-project-lite v0.2.14 |
220 | 2024-11-14T03:18:01.522Z | Downloaded serde_path_to_error v0.1.16 |
221 | 2024-11-14T03:18:01.525Z | Downloaded zerocopy v0.7.35 |
222 | 2024-11-14T03:18:01.539Z | Downloaded schemars_derive v0.8.21 |
223 | 2024-11-14T03:18:01.542Z | Downloaded futures-channel v0.3.31 |
224 | 2024-11-14T03:18:01.544Z | Downloaded tower-service v0.3.3 |
225 | 2024-11-14T03:18:01.544Z | Downloaded httpdate v1.0.3 |
226 | 2024-11-14T03:18:01.547Z | Downloaded http-body-util v0.1.2 |
227 | 2024-11-14T03:18:01.547Z | Downloaded hostname v0.3.1 |
228 | 2024-11-14T03:18:01.549Z | Downloaded sync_wrapper v1.0.1 |
229 | 2024-11-14T03:18:01.549Z | Downloaded anyhow v1.0.93 |
230 | 2024-11-14T03:18:01.552Z | Downloaded is-terminal v0.4.13 |
231 | 2024-11-14T03:18:01.555Z | Downloaded ipnetwork v0.20.0 |
232 | 2024-11-14T03:18:01.557Z | Downloaded tokio-macros v2.4.0 |
233 | 2024-11-14T03:18:01.557Z | Downloaded thiserror-impl v1.0.69 |
234 | 2024-11-14T03:18:01.560Z | Downloaded try-lock v0.2.5 |
235 | 2024-11-14T03:18:01.560Z | Downloaded tokio-native-tls v0.3.1 |
236 | 2024-11-14T03:18:01.562Z | Downloaded httparse v1.9.5 |
237 | 2024-11-14T03:18:01.564Z | Downloaded serde_spanned v0.6.8 |
238 | 2024-11-14T03:18:01.564Z | Downloaded rustversion v1.0.17 |
239 | 2024-11-14T03:18:01.566Z | Downloaded yoke-derive v0.7.4 |
240 | 2024-11-14T03:18:01.569Z | Downloaded signal-hook-registry v1.4.2 |
241 | 2024-11-14T03:18:01.571Z | Downloaded stable_deref_trait v1.2.0 |
242 | 2024-11-14T03:18:01.571Z | Downloaded subtle v2.6.1 |
243 | 2024-11-14T03:18:01.571Z | Downloaded structmeta-derive v0.3.0 |
244 | 2024-11-14T03:18:01.573Z | Downloaded write16 v1.0.0 |
245 | 2024-11-14T03:18:01.573Z | Downloaded want v0.3.1 |
246 | 2024-11-14T03:18:01.575Z | Downloaded waitgroup v0.1.2 |
247 | 2024-11-14T03:18:01.575Z | Downloaded serde_urlencoded v0.7.1 |
248 | 2024-11-14T03:18:01.578Z | Downloaded icu_locid_transform v1.5.0 |
249 | 2024-11-14T03:18:01.580Z | Downloaded iana-time-zone v0.1.61 |
250 | 2024-11-14T03:18:01.582Z | Downloaded typify-macro v0.2.0 |
251 | 2024-11-14T03:18:01.582Z | Downloaded toml_datetime v0.6.8 |
252 | 2024-11-14T03:18:01.584Z | Downloaded sha1 v0.10.6 |
253 | 2024-11-14T03:18:01.586Z | Downloaded openssl-macros v0.1.1 |
254 | 2024-11-14T03:18:01.586Z | Downloaded num-conv v0.1.0 |
255 | 2024-11-14T03:18:01.586Z | Downloaded zerofrom v0.1.4 |
256 | 2024-11-14T03:18:01.589Z | Downloaded serde_tokenstream v0.2.2 |
257 | 2024-11-14T03:18:01.589Z | Downloaded tinystr v0.7.6 |
258 | 2024-11-14T03:18:01.592Z | Downloaded slab v0.4.9 |
259 | 2024-11-14T03:18:01.594Z | Downloaded litemap v0.7.3 |
260 | 2024-11-14T03:18:01.594Z | Downloaded slog-bunyan v2.5.0 |
261 | 2024-11-14T03:18:01.597Z | Downloaded openssl-probe v0.1.5 |
262 | 2024-11-14T03:18:01.597Z | Downloaded tokio-rustls v0.26.0 |
263 | 2024-11-14T03:18:01.599Z | Downloaded allocator-api2 v0.2.18 |
264 | 2024-11-14T03:18:01.602Z | Downloaded usdt-macro v0.5.0 |
265 | 2024-11-14T03:18:01.602Z | Downloaded usdt v0.5.0 |
266 | 2024-11-14T03:18:01.604Z | Downloaded memmap v0.7.0 |
267 | 2024-11-14T03:18:01.606Z | Downloaded serde_derive_internals v0.29.1 |
268 | 2024-11-14T03:18:01.606Z | Downloaded term v0.7.0 |
269 | 2024-11-14T03:18:01.608Z | Downloaded icu_normalizer_data v1.5.0 |
270 | 2024-11-14T03:18:01.611Z | Downloaded parse-display v0.10.0 |
271 | 2024-11-14T03:18:01.613Z | Downloaded rand_chacha v0.3.1 |
272 | 2024-11-14T03:18:01.615Z | Downloaded indexmap v1.9.3 |
273 | 2024-11-14T03:18:01.618Z | Downloaded semver v1.0.23 |
274 | 2024-11-14T03:18:01.620Z | Downloaded smallvec v1.13.2 |
275 | 2024-11-14T03:18:01.622Z | Downloaded time-macros v0.2.18 |
276 | 2024-11-14T03:18:01.622Z | Downloaded base64 v0.22.1 |
277 | 2024-11-14T03:18:01.626Z | Downloaded serde_with_macros v3.11.0 |
278 | 2024-11-14T03:18:01.628Z | Downloaded scopeguard v1.2.0 |
279 | 2024-11-14T03:18:01.630Z | Downloaded utf8_iter v1.0.4 |
280 | 2024-11-14T03:18:01.630Z | Downloaded tinyvec v1.8.0 |
281 | 2024-11-14T03:18:01.632Z | Downloaded slog v2.7.0 |
282 | 2024-11-14T03:18:01.635Z | Downloaded zeroize v1.8.1 |
283 | 2024-11-14T03:18:01.637Z | Downloaded typify v0.2.0 |
284 | 2024-11-14T03:18:01.639Z | Downloaded icu_provider v1.5.0 |
285 | 2024-11-14T03:18:01.642Z | Downloaded schemars v0.8.21 |
286 | 2024-11-14T03:18:01.653Z | Downloaded serde_json v1.0.132 |
287 | 2024-11-14T03:18:01.660Z | Downloaded webpki-roots v0.26.6 |
288 | 2024-11-14T03:18:01.663Z | Downloaded rand_core v0.6.4 |
289 | 2024-11-14T03:18:01.666Z | Downloaded native-tls v0.2.12 |
290 | 2024-11-14T03:18:01.669Z | Downloaded utf16_iter v1.0.5 |
291 | 2024-11-14T03:18:01.669Z | Downloaded progenitor-client v0.8.0 |
292 | 2024-11-14T03:18:01.669Z | Downloaded progenitor v0.8.0 |
293 | 2024-11-14T03:18:01.672Z | Downloaded hashbrown v0.12.3 |
294 | 2024-11-14T03:18:01.674Z | Downloaded slog-json v2.6.1 |
295 | 2024-11-14T03:18:01.677Z | Downloaded once_cell v1.20.2 |
296 | 2024-11-14T03:18:01.679Z | Downloaded http v1.1.0 |
297 | 2024-11-14T03:18:01.681Z | Downloaded yoke v0.7.4 |
298 | 2024-11-14T03:18:01.683Z | Downloaded time v0.3.36 |
299 | 2024-11-14T03:18:01.689Z | Downloaded ppv-lite86 v0.2.20 |
300 | 2024-11-14T03:18:01.692Z | Downloaded synstructure v0.13.1 |
301 | 2024-11-14T03:18:01.692Z | Downloaded strsim v0.11.1 |
302 | 2024-11-14T03:18:01.694Z | Downloaded pkg-config v0.3.31 |
303 | 2024-11-14T03:18:01.694Z | Downloaded hashbrown v0.15.0 |
304 | 2024-11-14T03:18:01.699Z | Downloaded zerocopy-derive v0.7.35 |
305 | 2024-11-14T03:18:01.703Z | Downloaded regex v1.11.1 |
306 | 2024-11-14T03:18:01.715Z | Downloaded strum_macros v0.26.4 |
307 | 2024-11-14T03:18:01.717Z | Downloaded pest_derive v2.7.14 |
308 | 2024-11-14T03:18:01.719Z | Downloaded goblin v0.8.2 |
309 | 2024-11-14T03:18:01.725Z | Downloaded spin v0.9.8 |
310 | 2024-11-14T03:18:01.728Z | Downloaded reqwest v0.12.9 |
311 | 2024-11-14T03:18:01.735Z | Downloaded chrono v0.4.38 |
312 | 2024-11-14T03:18:01.742Z | Downloaded rustls-pki-types v1.9.0 |
313 | 2024-11-14T03:18:01.744Z | Downloaded pest_meta v2.7.14 |
314 | 2024-11-14T03:18:01.747Z | Downloaded openssl-sys v0.9.104 |
315 | 2024-11-14T03:18:01.751Z | Downloaded ryu v1.0.18 |
316 | 2024-11-14T03:18:01.754Z | Downloaded syn v2.0.87 |
317 | 2024-11-14T03:18:01.764Z | Downloaded dropshot v0.13.0 |
318 | 2024-11-14T03:18:01.784Z | Downloaded rand v0.8.5 |
319 | 2024-11-14T03:18:01.787Z | Downloaded openapiv3 v2.0.0 |
320 | 2024-11-14T03:18:01.798Z | Downloaded url v2.5.3 |
321 | 2024-11-14T03:18:01.801Z | Downloaded tracing v0.1.40 |
322 | 2024-11-14T03:18:01.805Z | Downloaded mio v1.0.2 |
323 | 2024-11-14T03:18:01.810Z | Downloaded sha2 v0.10.8 |
324 | 2024-11-14T03:18:01.812Z | Downloaded num-traits v0.2.19 |
325 | 2024-11-14T03:18:01.814Z | Downloaded hashbrown v0.14.5 |
326 | 2024-11-14T03:18:01.819Z | Downloaded futures-util v0.3.31 |
327 | 2024-11-14T03:18:01.830Z | Downloaded winnow v0.6.20 |
328 | 2024-11-14T03:18:01.838Z | Downloaded regex-syntax v0.8.5 |
329 | 2024-11-14T03:18:01.846Z | Downloaded powerfmt v0.2.0 |
330 | 2024-11-14T03:18:01.848Z | Downloaded unsafe-libyaml v0.2.11 |
331 | 2024-11-14T03:18:01.851Z | Downloaded unicode-ident v1.0.13 |
332 | 2024-11-14T03:18:01.853Z | Downloaded pest v2.7.14 |
333 | 2024-11-14T03:18:01.857Z | Downloaded zerovec v0.10.4 |
334 | 2024-11-14T03:18:01.862Z | Downloaded serde_with v3.11.0 |
335 | 2024-11-14T03:18:01.870Z | Downloaded rustls-webpki v0.102.8 |
336 | 2024-11-14T03:18:01.887Z | Downloaded toml v0.8.19 |
337 | 2024-11-14T03:18:01.890Z | Downloaded quinn-udp v0.5.5 |
338 | 2024-11-14T03:18:01.893Z | Downloaded vcpkg v0.2.15 |
339 | 2024-11-14T03:18:01.928Z | Downloaded quinn-proto v0.11.8 |
340 | 2024-11-14T03:18:01.933Z | Downloaded pin-utils v0.1.0 |
341 | 2024-11-14T03:18:01.937Z | Downloaded paste v1.0.15 |
342 | 2024-11-14T03:18:01.937Z | Downloaded parking_lot_core v0.9.10 |
343 | 2024-11-14T03:18:01.939Z | Downloaded zerovec-derive v0.10.3 |
344 | 2024-11-14T03:18:01.942Z | Downloaded icu_collections v1.5.0 |
345 | 2024-11-14T03:18:01.945Z | Downloaded openssl v0.10.68 |
346 | 2024-11-14T03:18:01.954Z | Downloaded tokio v1.40.0 |
347 | 2024-11-14T03:18:01.988Z | Downloaded serde_derive v1.0.215 |
348 | 2024-11-14T03:18:01.990Z | Downloaded crossbeam-channel v0.5.13 |
349 | 2024-11-14T03:18:01.996Z | Downloaded cc v1.1.30 |
350 | 2024-11-14T03:18:01.998Z | Downloaded libc v0.2.162 |
351 | 2024-11-14T03:18:02.023Z | Downloaded icu_properties v1.5.1 |
352 | 2024-11-14T03:18:02.025Z | Downloaded futures v0.3.31 |
353 | 2024-11-14T03:18:02.029Z | Downloaded socket2 v0.5.7 |
354 | 2024-11-14T03:18:02.031Z | Downloaded log v0.4.22 |
355 | 2024-11-14T03:18:02.034Z | Downloaded icu_locid_transform_data v1.5.0 |
356 | 2024-11-14T03:18:02.037Z | Downloaded hyper-rustls v0.27.3 |
357 | 2024-11-14T03:18:02.037Z | Downloaded slog-term v2.9.1 |
358 | 2024-11-14T03:18:02.040Z | Downloaded rustls v0.23.14 |
359 | 2024-11-14T03:18:02.049Z | Downloaded rustls v0.22.4 |
360 | 2024-11-14T03:18:02.061Z | Downloaded regress v0.10.1 |
361 | 2024-11-14T03:18:02.068Z | Downloaded regress v0.9.1 |
362 | 2024-11-14T03:18:02.076Z | Downloaded progenitor-macro v0.8.0 |
363 | 2024-11-14T03:18:02.079Z | Downloaded typify-impl v0.2.0 |
364 | 2024-11-14T03:18:02.090Z | Downloaded darling_core v0.20.10 |
365 | 2024-11-14T03:18:02.094Z | Downloaded getrandom v0.2.15 |
366 | 2024-11-14T03:18:02.097Z | Downloaded idna_adapter v1.2.0 |
367 | 2024-11-14T03:18:02.100Z | Downloaded crossbeam-utils v0.8.20 |
368 | 2024-11-14T03:18:02.102Z | Downloaded hex v0.4.3 |
369 | 2024-11-14T03:18:02.102Z | Downloaded hyper-tls v0.6.0 |
370 | 2024-11-14T03:18:02.104Z | Downloaded futures-task v0.3.31 |
371 | 2024-11-14T03:18:02.104Z | Downloaded futures-io v0.3.31 |
372 | 2024-11-14T03:18:02.106Z | Downloaded backoff v0.4.0 |
373 | 2024-11-14T03:18:02.106Z | Downloaded dtrace-parser v0.2.0 |
374 | 2024-11-14T03:18:02.108Z | Downloaded toml_edit v0.22.22 |
375 | 2024-11-14T03:18:02.126Z | Downloaded ident_case v1.0.1 |
376 | 2024-11-14T03:18:02.129Z | Downloaded quinn v0.11.5 |
377 | 2024-11-14T03:18:02.131Z | Downloaded dirs-sys-next v0.1.2 |
378 | 2024-11-14T03:18:02.131Z | Downloaded dirs-next v2.0.0 |
379 | 2024-11-14T03:18:02.134Z | Downloaded crypto-common v0.1.6 |
380 | 2024-11-14T03:18:02.134Z | Downloaded block-buffer v0.10.4 |
381 | 2024-11-14T03:18:02.134Z | Downloaded regex-automata v0.4.8 |
382 | 2024-11-14T03:18:02.149Z | Downloaded atomic-waker v1.1.2 |
383 | 2024-11-14T03:18:02.152Z | Downloaded tracing-core v0.1.32 |
384 | 2024-11-14T03:18:02.155Z | Downloaded newtype-uuid v1.1.3 |
385 | 2024-11-14T03:18:02.155Z | Downloaded usdt-impl v0.5.0 |
386 | 2024-11-14T03:18:02.155Z | Downloaded hyper v1.5.0 |
387 | 2024-11-14T03:18:02.160Z | Downloaded idna v1.0.3 |
388 | 2024-11-14T03:18:02.164Z | Downloaded h2 v0.4.6 |
389 | 2024-11-14T03:18:02.170Z | Downloaded encoding_rs v0.8.34 |
390 | 2024-11-14T03:18:02.189Z | Downloaded icu_normalizer v1.5.0 |
391 | 2024-11-14T03:18:02.192Z | Downloaded thread-id v4.2.2 |
392 | 2024-11-14T03:18:02.194Z | Downloaded plain v0.2.3 |
393 | 2024-11-14T03:18:02.194Z | Downloaded heck v0.5.0 |
394 | 2024-11-14T03:18:02.196Z | Downloaded bitflags v2.6.0 |
395 | 2024-11-14T03:18:02.199Z | Downloaded ahash v0.8.11 |
396 | 2024-11-14T03:18:02.204Z | Downloaded generic-array v0.14.7 |
397 | 2024-11-14T03:18:02.416Z | Downloaded ring v0.17.8 |
398 | 2024-11-14T03:18:02.748Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-14T03:18:02.748Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-14T03:18:02.748Z | Compiling libc v0.2.162 |
401 | 2024-11-14T03:18:02.748Z | Checking cfg-if v1.0.0 |
402 | 2024-11-14T03:18:02.751Z | Compiling autocfg v1.4.0 |
403 | 2024-11-14T03:18:02.751Z | Compiling serde v1.0.215 |
404 | 2024-11-14T03:18:02.751Z | Compiling version_check v0.9.5 |
405 | 2024-11-14T03:18:02.772Z | Checking memchr v2.7.4 |
406 | 2024-11-14T03:18:02.903Z | Compiling serde_json v1.0.132 |
407 | 2024-11-14T03:18:02.936Z | Checking itoa v1.0.11 |
408 | 2024-11-14T03:18:03.423Z | Compiling thiserror v1.0.69 |
409 | 2024-11-14T03:18:03.563Z | Checking once_cell v1.20.2 |
410 | 2024-11-14T03:18:03.578Z | Compiling shlex v1.3.0 |
411 | 2024-11-14T03:18:03.781Z | Compiling cc v1.1.30 |
412 | 2024-11-14T03:18:04.161Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-14T03:18:04.507Z | Compiling num-traits v0.2.19 |
414 | 2024-11-14T03:18:05.096Z | Checking smallvec v1.13.2 |
415 | 2024-11-14T03:18:05.148Z | Checking bytes v1.7.2 |
416 | 2024-11-14T03:18:05.217Z | Checking ryu v1.0.18 |
417 | 2024-11-14T03:18:05.356Z | Checking futures-core v0.3.31 |
418 | 2024-11-14T03:18:05.428Z | Compiling lock_api v0.4.12 |
419 | 2024-11-14T03:18:05.447Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-11-14T03:18:05.563Z | Compiling byteorder v1.5.0 |
421 | 2024-11-14T03:18:05.841Z | Compiling ahash v0.8.11 |
422 | 2024-11-14T03:18:05.871Z | Checking scopeguard v1.2.0 |
423 | 2024-11-14T03:18:05.915Z | Compiling schemars v0.8.21 |
424 | 2024-11-14T03:18:05.938Z | Checking getrandom v0.2.15 |
425 | 2024-11-14T03:18:06.044Z | Compiling slab v0.4.9 |
426 | 2024-11-14T03:18:06.200Z | Checking log v0.4.22 |
427 | 2024-11-14T03:18:06.311Z | Checking futures-sink v0.3.31 |
428 | 2024-11-14T03:18:06.334Z | Compiling quote v1.0.37 |
429 | 2024-11-14T03:18:06.351Z | Checking socket2 v0.5.7 |
430 | 2024-11-14T03:18:06.374Z | Checking mio v1.0.2 |
431 | 2024-11-14T03:18:06.448Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-14T03:18:06.467Z | Checking stable_deref_trait v1.2.0 |
433 | 2024-11-14T03:18:06.485Z | Checking parking_lot v0.12.3 |
434 | 2024-11-14T03:18:06.565Z | Compiling ring v0.17.8 |
435 | 2024-11-14T03:18:06.712Z | Compiling syn v2.0.87 |
436 | 2024-11-14T03:18:06.800Z | Checking fnv v1.0.7 |
437 | 2024-11-14T03:18:06.819Z | Compiling semver v1.0.23 |
438 | 2024-11-14T03:18:06.840Z | Checking hashbrown v0.15.0 |
439 | 2024-11-14T03:18:06.918Z | Checking equivalent v1.0.1 |
440 | 2024-11-14T03:18:06.961Z | Checking http v1.1.0 |
441 | 2024-11-14T03:18:06.980Z | Checking futures-channel v0.3.31 |
442 | 2024-11-14T03:18:07.012Z | Checking futures-task v0.3.31 |
443 | 2024-11-14T03:18:07.044Z | Checking futures-io v0.3.31 |
444 | 2024-11-14T03:18:07.228Z | Checking pin-utils v0.1.0 |
445 | 2024-11-14T03:18:07.246Z | Checking spin v0.9.8 |
446 | 2024-11-14T03:18:07.311Z | Compiling pkg-config v0.3.31 |
447 | 2024-11-14T03:18:07.332Z | Compiling vcpkg v0.2.15 |
448 | 2024-11-14T03:18:07.410Z | Checking rustls-pki-types v1.9.0 |
449 | 2024-11-14T03:18:07.451Z | Compiling heck v0.5.0 |
450 | 2024-11-14T03:18:07.891Z | Compiling ucd-trie v0.1.7 |
451 | 2024-11-14T03:18:07.974Z | Checking writeable v0.5.5 |
452 | 2024-11-14T03:18:08.297Z | Checking untrusted v0.9.0 |
453 | 2024-11-14T03:18:08.330Z | Compiling httparse v1.9.5 |
454 | 2024-11-14T03:18:08.392Z | Checking iana-time-zone v0.1.61 |
455 | 2024-11-14T03:18:08.446Z | Checking litemap v0.7.3 |
456 | 2024-11-14T03:18:08.542Z | Checking tracing-core v0.1.32 |
457 | 2024-11-14T03:18:08.780Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-14T03:18:08.904Z | Compiling openssl-sys v0.9.104 |
459 | 2024-11-14T03:18:09.074Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-11-14T03:18:09.091Z | Checking dyn-clone v1.0.17 |
461 | 2024-11-14T03:18:09.217Z | Checking tracing v0.1.40 |
462 | 2024-11-14T03:18:09.506Z | Checking http-body v1.0.1 |
463 | 2024-11-14T03:18:09.656Z | Checking subtle v2.6.1 |
464 | 2024-11-14T03:18:09.680Z | Checking try-lock v0.2.5 |
465 | 2024-11-14T03:18:09.799Z | Checking icu_locid_transform_data v1.5.0 |
466 | 2024-11-14T03:18:09.884Z | Checking zeroize v1.8.1 |
467 | 2024-11-14T03:18:09.903Z | Compiling uuid v1.11.0 |
468 | 2024-11-14T03:18:10.002Z | Checking want v0.3.1 |
469 | 2024-11-14T03:18:10.135Z | Compiling chrono v0.4.38 |
470 | 2024-11-14T03:18:10.217Z | Compiling openssl v0.10.68 |
471 | 2024-11-14T03:18:10.290Z | Checking foreign-types-shared v0.1.1 |
472 | 2024-11-14T03:18:10.377Z | Checking httpdate v1.0.3 |
473 | 2024-11-14T03:18:10.392Z | Checking icu_properties_data v1.5.0 |
474 | 2024-11-14T03:18:10.430Z | Compiling slog v2.7.0 |
475 | 2024-11-14T03:18:10.563Z | Checking foreign-types v0.3.2 |
476 | 2024-11-14T03:18:10.609Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-14T03:18:10.632Z | Compiling regex-syntax v0.8.5 |
478 | 2024-11-14T03:18:11.458Z | Checking write16 v1.0.0 |
479 | 2024-11-14T03:18:11.580Z | Checking percent-encoding v2.3.1 |
480 | 2024-11-14T03:18:11.738Z | Compiling typenum v1.17.0 |
481 | 2024-11-14T03:18:11.779Z | Checking bitflags v2.6.0 |
482 | 2024-11-14T03:18:12.032Z | Checking tower-service v0.3.3 |
483 | 2024-11-14T03:18:12.126Z | Compiling native-tls v0.2.12 |
484 | 2024-11-14T03:18:12.466Z | Checking utf16_iter v1.0.5 |
485 | 2024-11-14T03:18:12.486Z | Checking utf8_iter v1.0.4 |
486 | 2024-11-14T03:18:12.616Z | Compiling rustls v0.23.14 |
487 | 2024-11-14T03:18:12.635Z | Checking icu_normalizer_data v1.5.0 |
488 | 2024-11-14T03:18:12.758Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-14T03:18:12.920Z | Compiling generic-array v0.14.7 |
490 | 2024-11-14T03:18:13.154Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-14T03:18:13.371Z | Compiling regex-automata v0.4.8 |
492 | 2024-11-14T03:18:14.522Z | Compiling synstructure v0.13.1 |
493 | 2024-11-14T03:18:14.767Z | Compiling serde_derive_internals v0.29.1 |
494 | 2024-11-14T03:18:15.851Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-14T03:18:16.074Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-14T03:18:16.208Z | Checking mime v0.3.17 |
497 | 2024-11-14T03:18:16.244Z | Compiling num-conv v0.1.0 |
498 | 2024-11-14T03:18:16.523Z | Checking powerfmt v0.2.0 |
499 | 2024-11-14T03:18:16.764Z | Compiling time-core v0.1.2 |
500 | 2024-11-14T03:18:16.830Z | Checking deranged v0.3.11 |
501 | 2024-11-14T03:18:16.928Z | Compiling time-macros v0.2.18 |
502 | 2024-11-14T03:18:18.126Z | Compiling regex v1.11.1 |
503 | 2024-11-14T03:18:18.443Z | Compiling thread-id v4.2.2 |
504 | 2024-11-14T03:18:18.530Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-14T03:18:18.608Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-14T03:18:18.792Z | Compiling strsim v0.11.1 |
507 | 2024-11-14T03:18:18.828Z | Compiling serde_derive v1.0.215 |
508 | 2024-11-14T03:18:18.928Z | Compiling zerocopy-derive v0.7.35 |
509 | 2024-11-14T03:18:19.032Z | Compiling thiserror-impl v1.0.69 |
510 | 2024-11-14T03:18:19.495Z | Compiling zerofrom-derive v0.1.4 |
511 | 2024-11-14T03:18:19.664Z | Compiling schemars_derive v0.8.21 |
512 | 2024-11-14T03:18:20.115Z | Compiling tokio-macros v2.4.0 |
513 | 2024-11-14T03:18:20.819Z | Compiling zerocopy v0.7.35 |
514 | 2024-11-14T03:18:21.595Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-14T03:18:21.862Z | Checking tokio v1.40.0 |
516 | 2024-11-14T03:18:22.206Z | Compiling zerovec-derive v0.10.3 |
517 | 2024-11-14T03:18:22.392Z | Compiling futures-macro v0.3.31 |
518 | 2024-11-14T03:18:22.514Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-14T03:18:22.840Z | Checking zerofrom v0.1.4 |
520 | 2024-11-14T03:18:23.545Z | Compiling pest v2.7.14 |
521 | 2024-11-14T03:18:24.176Z | Compiling icu_provider_macros v1.5.0 |
522 | 2024-11-14T03:18:24.243Z | Checking yoke v0.7.4 |
523 | 2024-11-14T03:18:24.261Z | Checking futures-util v0.3.31 |
524 | 2024-11-14T03:18:24.549Z | Compiling hashbrown v0.14.5 |
525 | 2024-11-14T03:18:24.650Z | Checking zerovec v0.10.4 |
526 | 2024-11-14T03:18:25.074Z | Checking rustls-webpki v0.102.8 |
527 | 2024-11-14T03:18:25.738Z | Compiling openssl-macros v0.1.1 |
528 | 2024-11-14T03:18:26.366Z | Checking tinystr v0.7.6 |
529 | 2024-11-14T03:18:26.442Z | Compiling pest_meta v2.7.14 |
530 | 2024-11-14T03:18:26.522Z | Checking icu_collections v1.5.0 |
531 | 2024-11-14T03:18:26.740Z | Checking icu_locid v1.5.0 |
532 | 2024-11-14T03:18:26.918Z | Compiling regress v0.10.1 |
533 | 2024-11-14T03:18:27.787Z | Checking icu_provider v1.5.0 |
534 | 2024-11-14T03:18:28.478Z | Checking icu_locid_transform v1.5.0 |
535 | 2024-11-14T03:18:28.905Z | Checking tokio-util v0.7.12 |
536 | 2024-11-14T03:18:29.502Z | Compiling pest_generator v2.7.14 |
537 | 2024-11-14T03:18:29.522Z | Checking icu_properties v1.5.1 |
538 | 2024-11-14T03:18:30.619Z | Checking http-body-util v0.1.2 |
539 | 2024-11-14T03:18:31.075Z | Compiling scroll_derive v0.12.0 |
540 | 2024-11-14T03:18:31.267Z | Compiling pest_derive v2.7.14 |
541 | 2024-11-14T03:18:31.671Z | Checking indexmap v2.6.0 |
542 | 2024-11-14T03:18:32.115Z | Compiling serde_tokenstream v0.2.2 |
543 | 2024-11-14T03:18:32.884Z | Checking icu_normalizer v1.5.0 |
544 | 2024-11-14T03:18:32.940Z | Checking h2 v0.4.6 |
545 | 2024-11-14T03:18:33.266Z | Checking tokio-native-tls v0.3.1 |
546 | 2024-11-14T03:18:33.501Z | Checking scroll v0.12.0 |
547 | 2024-11-14T03:18:33.617Z | Compiling dtrace-parser v0.2.0 |
548 | 2024-11-14T03:18:33.685Z | Checking idna_adapter v1.2.0 |
549 | 2024-11-14T03:18:33.864Z | Checking idna v1.0.3 |
550 | 2024-11-14T03:18:34.372Z | Compiling dof v0.3.0 |
551 | 2024-11-14T03:18:34.636Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-11-14T03:18:34.779Z | Checking tokio-rustls v0.26.0 |
553 | 2024-11-14T03:18:35.221Z | Compiling crossbeam-utils v0.8.20 |
554 | 2024-11-14T03:18:35.328Z | Checking num_threads v0.1.7 |
555 | 2024-11-14T03:18:35.435Z | Checking plain v0.2.3 |
556 | 2024-11-14T03:18:35.540Z | Compiling ident_case v1.0.1 |
557 | 2024-11-14T03:18:35.580Z | Checking base64 v0.22.1 |
558 | 2024-11-14T03:18:36.038Z | Compiling typify-impl v0.2.0 |
559 | 2024-11-14T03:18:36.069Z | Checking time v0.3.36 |
560 | 2024-11-14T03:18:36.463Z | Compiling darling_core v0.20.10 |
561 | 2024-11-14T03:18:37.086Z | Checking hyper v1.5.0 |
562 | 2024-11-14T03:18:37.305Z | Checking goblin v0.8.2 |
563 | 2024-11-14T03:18:39.072Z | Compiling openapiv3 v2.0.0 |
564 | 2024-11-14T03:18:39.267Z | Checking hyper-util v0.1.10 |
565 | 2024-11-14T03:18:39.286Z | Checking url v2.5.3 |
566 | 2024-11-14T03:18:40.912Z | Checking dirs-sys-next v0.1.2 |
567 | 2024-11-14T03:18:40.966Z | Checking hyper-tls v0.6.0 |
568 | 2024-11-14T03:18:41.097Z | Checking hyper-rustls v0.27.3 |
569 | 2024-11-14T03:18:41.248Z | Checking sync_wrapper v1.0.1 |
570 | 2024-11-14T03:18:41.426Z | Compiling unsafe-libyaml v0.2.11 |
571 | 2024-11-14T03:18:41.763Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2024-11-14T03:18:42.055Z | Checking pretty-hex v0.4.1 |
573 | 2024-11-14T03:18:42.239Z | Compiling paste v1.0.15 |
574 | 2024-11-14T03:18:42.447Z | Compiling rustversion v1.0.17 |
575 | 2024-11-14T03:18:42.631Z | Checking ipnet v2.10.1 |
576 | 2024-11-14T03:18:42.688Z | Compiling rustls v0.22.4 |
577 | 2024-11-14T03:18:42.712Z | Compiling serde_yaml v0.9.34+deprecated |
578 | 2024-11-14T03:18:43.009Z | Compiling darling_macro v0.20.10 |
579 | 2024-11-14T03:18:43.101Z | Checking reqwest v0.12.9 |
580 | 2024-11-14T03:18:43.227Z | Checking dirs-next v2.0.0 |
581 | 2024-11-14T03:18:43.337Z | Checking serde_spanned v0.6.8 |
582 | 2024-11-14T03:18:43.356Z | Checking toml_datetime v0.6.8 |
583 | 2024-11-14T03:18:43.511Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-14T03:18:43.641Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-14T03:18:43.764Z | Checking crypto-common v0.1.6 |
586 | 2024-11-14T03:18:43.915Z | Checking block-buffer v0.10.4 |
587 | 2024-11-14T03:18:43.944Z | Checking rand_core v0.6.4 |
588 | 2024-11-14T03:18:44.091Z | Checking thread_local v1.1.8 |
589 | 2024-11-14T03:18:44.117Z | Compiling multer v3.1.0 |
590 | 2024-11-14T03:18:44.233Z | Compiling newtype-uuid v1.1.3 |
591 | 2024-11-14T03:18:44.313Z | Compiling camino v1.1.9 |
592 | 2024-11-14T03:18:44.365Z | Compiling slog-async v2.8.0 |
593 | 2024-11-14T03:18:44.433Z | Checking match_cfg v0.1.0 |
594 | 2024-11-14T03:18:44.519Z | Checking winnow v0.6.20 |
595 | 2024-11-14T03:18:44.538Z | Compiling anyhow v1.0.93 |
596 | 2024-11-14T03:18:44.539Z | Checking progenitor-client v0.8.0 |
597 | 2024-11-14T03:18:44.902Z | Checking hostname v0.3.1 |
598 | 2024-11-14T03:18:44.942Z | Checking rand_chacha v0.3.1 |
599 | 2024-11-14T03:18:44.985Z | Checking digest v0.10.7 |
600 | 2024-11-14T03:18:45.304Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-11-14T03:18:45.324Z | Compiling darling v0.20.10 |
602 | 2024-11-14T03:18:45.441Z | Checking term v0.7.0 |
603 | 2024-11-14T03:18:46.050Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2024-11-14T03:18:46.236Z | Compiling structmeta v0.3.0 |
605 | 2024-11-14T03:18:46.320Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-14T03:18:46.632Z | Checking slog-json v2.6.1 |
607 | 2024-11-14T03:18:46.726Z | Checking futures-executor v0.3.31 |
608 | 2024-11-14T03:18:46.878Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-14T03:18:46.925Z | Checking is-terminal v0.4.13 |
610 | 2024-11-14T03:18:46.961Z | Checking memmap v0.7.0 |
611 | 2024-11-14T03:18:47.046Z | Compiling dropshot v0.13.0 |
612 | 2024-11-14T03:18:47.164Z | Checking take_mut v0.2.2 |
613 | 2024-11-14T03:18:47.304Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-14T03:18:47.404Z | Checking sha1 v0.10.6 |
615 | 2024-11-14T03:18:47.460Z | Checking slog-term v2.9.1 |
616 | 2024-11-14T03:18:47.529Z | Checking toml_edit v0.22.22 |
617 | 2024-11-14T03:18:47.603Z | Checking usdt v0.5.0 |
618 | 2024-11-14T03:18:47.650Z | Checking futures v0.3.31 |
619 | 2024-11-14T03:18:47.694Z | Checking slog-bunyan v2.5.0 |
620 | 2024-11-14T03:18:47.754Z | Compiling strum_macros v0.26.4 |
621 | 2024-11-14T03:18:47.824Z | Compiling parse-display-derive v0.10.0 |
622 | 2024-11-14T03:18:47.927Z | Compiling serde_with_macros v3.11.0 |
623 | 2024-11-14T03:18:48.155Z | Checking async-stream v0.3.6 |
624 | 2024-11-14T03:18:48.232Z | Checking rand v0.8.5 |
625 | 2024-11-14T03:18:49.289Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-14T03:18:49.591Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-14T03:18:49.618Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-14T03:18:49.641Z | Checking serde_path_to_error v0.1.16 |
629 | 2024-11-14T03:18:49.951Z | Checking hex v0.4.3 |
630 | 2024-11-14T03:18:50.086Z | Compiling typify-macro v0.2.0 |
631 | 2024-11-14T03:18:50.198Z | Checking toml v0.8.19 |
632 | 2024-11-14T03:18:50.258Z | Compiling async-trait v0.1.83 |
633 | 2024-11-14T03:18:50.484Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2024-11-14T03:18:50.503Z | Checking waitgroup v0.1.2 |
635 | 2024-11-14T03:18:50.631Z | Checking hostname v0.4.0 |
636 | 2024-11-14T03:18:50.764Z | Checking instant v0.1.13 |
637 | 2024-11-14T03:18:50.880Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-14T03:18:50.935Z | Checking backoff v0.4.0 |
639 | 2024-11-14T03:18:51.025Z | Checking serde_with v3.11.0 |
640 | 2024-11-14T03:18:51.223Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-14T03:18:51.254Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-14T03:18:51.369Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-14T03:18:51.398Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-14T03:18:51.701Z | Checking parse-display v0.10.0 |
645 | 2024-11-14T03:18:51.720Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
646 | 2024-11-14T03:18:51.983Z | Checking macaddr v1.0.1 |
647 | 2024-11-14T03:18:52.025Z | Checking regress v0.9.1 |
648 | 2024-11-14T03:18:52.140Z | Checking strum v0.26.3 |
649 | 2024-11-14T03:18:53.271Z | Compiling typify v0.2.0 |
650 | 2024-11-14T03:18:53.358Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-14T03:18:56.148Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-14T03:19:00.378Z | Checking progenitor v0.8.0 |
653 | 2024-11-14T03:19:00.505Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-14T03:19:03.317Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-14T03:19:10.798Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-14T03:19:10.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-14T03:19:11.180Z | + cargo build --release |
658 | 2024-11-14T03:19:11.426Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-14T03:19:11.426Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-14T03:19:11.426Z | Compiling libc v0.2.162 |
661 | 2024-11-14T03:19:11.429Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-14T03:19:11.430Z | Compiling autocfg v1.4.0 |
663 | 2024-11-14T03:19:11.430Z | Compiling serde v1.0.215 |
664 | 2024-11-14T03:19:11.430Z | Compiling version_check v0.9.5 |
665 | 2024-11-14T03:19:11.430Z | Compiling memchr v2.7.4 |
666 | 2024-11-14T03:19:11.538Z | Compiling serde_json v1.0.132 |
667 | 2024-11-14T03:19:11.614Z | Compiling itoa v1.0.11 |
668 | 2024-11-14T03:19:11.870Z | Compiling thiserror v1.0.69 |
669 | 2024-11-14T03:19:11.981Z | Compiling once_cell v1.20.2 |
670 | 2024-11-14T03:19:12.083Z | Compiling shlex v1.3.0 |
671 | 2024-11-14T03:19:12.291Z | Compiling cc v1.1.30 |
672 | 2024-11-14T03:19:12.425Z | Compiling num-traits v0.2.19 |
673 | 2024-11-14T03:19:12.746Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-14T03:19:12.852Z | Compiling getrandom v0.2.15 |
675 | 2024-11-14T03:19:12.920Z | Compiling smallvec v1.13.2 |
676 | 2024-11-14T03:19:12.974Z | Compiling ryu v1.0.18 |
677 | 2024-11-14T03:19:13.093Z | Compiling quote v1.0.37 |
678 | 2024-11-14T03:19:13.165Z | Compiling bytes v1.7.2 |
679 | 2024-11-14T03:19:13.376Z | Compiling futures-core v0.3.31 |
680 | 2024-11-14T03:19:13.425Z | Compiling lock_api v0.4.12 |
681 | 2024-11-14T03:19:13.521Z | Compiling syn v2.0.87 |
682 | 2024-11-14T03:19:13.617Z | Compiling ahash v0.8.11 |
683 | 2024-11-14T03:19:13.707Z | Compiling byteorder v1.5.0 |
684 | 2024-11-14T03:19:13.822Z | Compiling schemars v0.8.21 |
685 | 2024-11-14T03:19:13.974Z | Compiling parking_lot_core v0.9.10 |
686 | 2024-11-14T03:19:14.118Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-14T03:19:14.140Z | Compiling slab v0.4.9 |
688 | 2024-11-14T03:19:14.175Z | Compiling log v0.4.22 |
689 | 2024-11-14T03:19:14.479Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-14T03:19:14.609Z | Compiling mio v1.0.2 |
691 | 2024-11-14T03:19:14.618Z | Compiling socket2 v0.5.7 |
692 | 2024-11-14T03:19:14.716Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-11-14T03:19:14.748Z | Compiling parking_lot v0.12.3 |
694 | 2024-11-14T03:19:14.994Z | Compiling semver v1.0.23 |
695 | 2024-11-14T03:19:15.173Z | Compiling stable_deref_trait v1.2.0 |
696 | 2024-11-14T03:19:15.209Z | Compiling ring v0.17.8 |
697 | 2024-11-14T03:19:15.473Z | Compiling equivalent v1.0.1 |
698 | 2024-11-14T03:19:15.574Z | Compiling hashbrown v0.15.0 |
699 | 2024-11-14T03:19:15.607Z | Compiling fnv v1.0.7 |
700 | 2024-11-14T03:19:15.728Z | Compiling http v1.1.0 |
701 | 2024-11-14T03:19:16.239Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-14T03:19:16.250Z | Compiling futures-io v0.3.31 |
703 | 2024-11-14T03:19:16.269Z | Compiling futures-task v0.3.31 |
704 | 2024-11-14T03:19:16.544Z | Compiling pin-utils v0.1.0 |
705 | 2024-11-14T03:19:16.624Z | Compiling pkg-config v0.3.31 |
706 | 2024-11-14T03:19:16.661Z | Compiling vcpkg v0.2.15 |
707 | 2024-11-14T03:19:16.777Z | Compiling rustls-pki-types v1.9.0 |
708 | 2024-11-14T03:19:16.785Z | Compiling heck v0.5.0 |
709 | 2024-11-14T03:19:17.012Z | Compiling spin v0.9.8 |
710 | 2024-11-14T03:19:17.835Z | Compiling ucd-trie v0.1.7 |
711 | 2024-11-14T03:19:17.869Z | Compiling iana-time-zone v0.1.61 |
712 | 2024-11-14T03:19:18.276Z | Compiling openssl-sys v0.9.104 |
713 | 2024-11-14T03:19:18.318Z | Compiling litemap v0.7.3 |
714 | 2024-11-14T03:19:18.527Z | Compiling untrusted v0.9.0 |
715 | 2024-11-14T03:19:18.577Z | Compiling httparse v1.9.5 |
716 | 2024-11-14T03:19:18.709Z | Compiling writeable v0.5.5 |
717 | 2024-11-14T03:19:19.293Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-14T03:19:19.370Z | Compiling dyn-clone v1.0.17 |
719 | 2024-11-14T03:19:19.547Z | Compiling atomic-waker v1.1.2 |
720 | 2024-11-14T03:19:19.633Z | Compiling allocator-api2 v0.2.18 |
721 | 2024-11-14T03:19:20.377Z | Compiling tracing v0.1.40 |
722 | 2024-11-14T03:19:20.391Z | Compiling http-body v1.0.1 |
723 | 2024-11-14T03:19:20.607Z | Compiling chrono v0.4.38 |
724 | 2024-11-14T03:19:20.774Z | Compiling uuid v1.11.0 |
725 | 2024-11-14T03:19:20.854Z | Compiling zeroize v1.8.1 |
726 | 2024-11-14T03:19:21.034Z | Compiling try-lock v0.2.5 |
727 | 2024-11-14T03:19:21.180Z | Compiling subtle v2.6.1 |
728 | 2024-11-14T03:19:21.326Z | Compiling synstructure v0.13.1 |
729 | 2024-11-14T03:19:21.376Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-11-14T03:19:21.445Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-11-14T03:19:21.538Z | Compiling want v0.3.1 |
732 | 2024-11-14T03:19:21.878Z | Compiling openssl v0.10.68 |
733 | 2024-11-14T03:19:22.290Z | Compiling slog v2.7.0 |
734 | 2024-11-14T03:19:22.700Z | Compiling httpdate v1.0.3 |
735 | 2024-11-14T03:19:22.774Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-11-14T03:19:22.868Z | Compiling icu_properties_data v1.5.0 |
737 | 2024-11-14T03:19:22.950Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-14T03:19:23.423Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-14T03:19:23.602Z | Compiling utf8_iter v1.0.4 |
740 | 2024-11-14T03:19:23.698Z | Compiling percent-encoding v2.3.1 |
741 | 2024-11-14T03:19:23.852Z | Compiling tower-service v0.3.3 |
742 | 2024-11-14T03:19:23.970Z | Compiling write16 v1.0.0 |
743 | 2024-11-14T03:19:24.136Z | Compiling native-tls v0.2.12 |
744 | 2024-11-14T03:19:24.481Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-11-14T03:19:24.536Z | Compiling typenum v1.17.0 |
746 | 2024-11-14T03:19:24.563Z | Compiling regex-syntax v0.8.5 |
747 | 2024-11-14T03:19:24.955Z | Compiling rustls v0.23.14 |
748 | 2024-11-14T03:19:25.249Z | Compiling bitflags v2.6.0 |
749 | 2024-11-14T03:19:25.359Z | Compiling utf16_iter v1.0.5 |
750 | 2024-11-14T03:19:25.530Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-14T03:19:25.691Z | Compiling generic-array v0.14.7 |
752 | 2024-11-14T03:19:26.002Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-14T03:19:26.943Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-14T03:19:27.322Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-14T03:19:27.500Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-14T03:19:27.727Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-14T03:19:28.057Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-14T03:19:29.386Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-14T03:19:30.528Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-14T03:19:30.916Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-14T03:19:31.032Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-14T03:19:31.311Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-14T03:19:31.545Z | Compiling displaydoc v0.2.5 |
764 | 2024-11-14T03:19:32.085Z | Compiling tokio v1.40.0 |
765 | 2024-11-14T03:19:32.182Z | Compiling futures-macro v0.3.31 |
766 | 2024-11-14T03:19:33.530Z | Compiling pest v2.7.14 |
767 | 2024-11-14T03:19:33.649Z | Compiling yoke v0.7.4 |
768 | 2024-11-14T03:19:33.673Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-11-14T03:19:33.939Z | Compiling hashbrown v0.14.5 |
770 | 2024-11-14T03:19:34.028Z | Compiling zerovec v0.10.4 |
771 | 2024-11-14T03:19:34.080Z | Compiling futures-util v0.3.31 |
772 | 2024-11-14T03:19:35.255Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-14T03:19:36.531Z | Compiling tinystr v0.7.6 |
774 | 2024-11-14T03:19:36.978Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-14T03:19:37.155Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-14T03:19:40.096Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-14T03:19:41.251Z | Compiling indexmap v2.6.0 |
778 | 2024-11-14T03:19:41.368Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-11-14T03:19:43.214Z | Compiling tokio-util v0.7.12 |
780 | 2024-11-14T03:19:43.700Z | Compiling icu_locid_transform v1.5.0 |
781 | 2024-11-14T03:19:44.527Z | Compiling h2 v0.4.6 |
782 | 2024-11-14T03:19:47.059Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-14T03:19:47.413Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-14T03:19:48.808Z | Compiling regress v0.10.1 |
785 | 2024-11-14T03:19:49.546Z | Compiling pest_derive v2.7.14 |
786 | 2024-11-14T03:19:50.153Z | Compiling hyper v1.5.0 |
787 | 2024-11-14T03:19:50.434Z | Compiling icu_properties v1.5.1 |
788 | 2024-11-14T03:19:51.482Z | Compiling openssl-macros v0.1.1 |
789 | 2024-11-14T03:19:53.622Z | Compiling typify-impl v0.2.0 |
790 | 2024-11-14T03:19:56.837Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-14T03:19:58.082Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-14T03:20:01.225Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-14T03:20:02.069Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-14T03:20:03.063Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-14T03:20:03.680Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-14T03:20:04.070Z | Compiling usdt-impl v0.5.0 |
797 | 2024-11-14T03:20:04.433Z | Compiling encoding_rs v0.8.34 |
798 | 2024-11-14T03:20:05.187Z | Compiling powerfmt v0.2.0 |
799 | 2024-11-14T03:20:05.663Z | Compiling typify-macro v0.2.0 |
800 | 2024-11-14T03:20:05.676Z | Compiling regex v1.11.1 |
801 | 2024-11-14T03:20:06.664Z | Compiling mime v0.3.17 |
802 | 2024-11-14T03:20:06.701Z | Compiling time-core v0.1.2 |
803 | 2024-11-14T03:20:07.716Z | Compiling num-conv v0.1.0 |
804 | 2024-11-14T03:20:07.990Z | Compiling time-macros v0.2.18 |
805 | 2024-11-14T03:20:09.364Z | Compiling deranged v0.3.11 |
806 | 2024-11-14T03:20:09.467Z | Compiling scroll v0.12.0 |
807 | 2024-11-14T03:20:10.242Z | Compiling tokio-native-tls v0.3.1 |
808 | 2024-11-14T03:20:11.037Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-11-14T03:20:11.497Z | Compiling idna v1.0.3 |
810 | 2024-11-14T03:20:15.077Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-14T03:20:16.852Z | Compiling dof v0.3.0 |
812 | 2024-11-14T03:20:17.268Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-14T03:20:17.878Z | Compiling thread-id v4.2.2 |
814 | 2024-11-14T03:20:17.979Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-14T03:20:18.430Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-14T03:20:18.439Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-11-14T03:20:18.997Z | Compiling ident_case v1.0.1 |
818 | 2024-11-14T03:20:19.329Z | Compiling omicron-workspace-hack v0.1.0 |
819 | 2024-11-14T03:20:19.637Z | Compiling num_threads v0.1.7 |
820 | 2024-11-14T03:20:19.753Z | Compiling strsim v0.11.1 |
821 | 2024-11-14T03:20:20.196Z | Compiling base64 v0.22.1 |
822 | 2024-11-14T03:20:20.391Z | Compiling plain v0.2.3 |
823 | 2024-11-14T03:20:20.493Z | Compiling time v0.3.36 |
824 | 2024-11-14T03:20:20.538Z | Compiling goblin v0.8.2 |
825 | 2024-11-14T03:20:21.504Z | Compiling darling_core v0.20.10 |
826 | 2024-11-14T03:20:27.564Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-14T03:20:29.288Z | Compiling url v2.5.3 |
828 | 2024-11-14T03:20:29.746Z | Compiling hyper-tls v0.6.0 |
829 | 2024-11-14T03:20:29.924Z | Compiling typify v0.2.0 |
830 | 2024-11-14T03:20:30.046Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-14T03:20:32.647Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-14T03:20:32.792Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-14T03:20:34.247Z | Compiling paste v1.0.15 |
834 | 2024-11-14T03:20:34.302Z | Compiling rustversion v1.0.17 |
835 | 2024-11-14T03:20:34.728Z | Compiling pretty-hex v0.4.1 |
836 | 2024-11-14T03:20:34.931Z | Compiling rustls v0.22.4 |
837 | 2024-11-14T03:20:34.948Z | Compiling ipnet v2.10.1 |
838 | 2024-11-14T03:20:35.082Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-11-14T03:20:36.824Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-14T03:20:36.854Z | Compiling reqwest v0.12.9 |
841 | 2024-11-14T03:20:38.209Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-14T03:20:40.569Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-14T03:20:40.952Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-14T03:20:41.969Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-14T03:20:42.180Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-14T03:20:42.414Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-14T03:20:42.658Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-14T03:20:43.330Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-14T03:20:43.549Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-14T03:20:44.368Z | Compiling rand_core v0.6.4 |
851 | 2024-11-14T03:20:44.844Z | Compiling thread_local v1.1.8 |
852 | 2024-11-14T03:20:44.980Z | Compiling multer v3.1.0 |
853 | 2024-11-14T03:20:45.299Z | Compiling match_cfg v0.1.0 |
854 | 2024-11-14T03:20:45.386Z | Compiling anyhow v1.0.93 |
855 | 2024-11-14T03:20:45.409Z | Compiling slog-async v2.8.0 |
856 | 2024-11-14T03:20:45.536Z | Compiling camino v1.1.9 |
857 | 2024-11-14T03:20:45.877Z | Compiling newtype-uuid v1.1.3 |
858 | 2024-11-14T03:20:45.971Z | Compiling winnow v0.6.20 |
859 | 2024-11-14T03:20:46.235Z | Compiling structmeta v0.3.0 |
860 | 2024-11-14T03:20:46.245Z | Compiling hostname v0.3.1 |
861 | 2024-11-14T03:20:46.486Z | Compiling progenitor-macro v0.8.0 |
862 | 2024-11-14T03:20:46.574Z | Compiling rand_chacha v0.3.1 |
863 | 2024-11-14T03:20:47.394Z | Compiling crossbeam-channel v0.5.13 |
864 | 2024-11-14T03:20:48.328Z | Compiling digest v0.10.7 |
865 | 2024-11-14T03:20:48.718Z | Compiling darling v0.20.10 |
866 | 2024-11-14T03:20:48.821Z | Compiling term v0.7.0 |
867 | 2024-11-14T03:20:48.967Z | Compiling progenitor-client v0.8.0 |
868 | 2024-11-14T03:20:50.444Z | Compiling toml_edit v0.22.22 |
869 | 2024-11-14T03:20:53.405Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-14T03:20:54.716Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-14T03:20:56.242Z | Compiling slog-json v2.6.1 |
872 | 2024-11-14T03:20:56.667Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-14T03:20:57.834Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-14T03:20:57.873Z | Compiling memmap v0.7.0 |
875 | 2024-11-14T03:20:58.277Z | Compiling is-terminal v0.4.13 |
876 | 2024-11-14T03:20:58.396Z | Compiling dropshot v0.13.0 |
877 | 2024-11-14T03:20:58.728Z | Compiling cpufeatures v0.2.14 |
878 | 2024-11-14T03:20:58.825Z | Compiling take_mut v0.2.2 |
879 | 2024-11-14T03:20:59.165Z | Compiling async-stream v0.3.6 |
880 | 2024-11-14T03:20:59.467Z | Compiling sha1 v0.10.6 |
881 | 2024-11-14T03:20:59.528Z | Compiling progenitor v0.8.0 |
882 | 2024-11-14T03:20:59.793Z | Compiling slog-term v2.9.1 |
883 | 2024-11-14T03:21:00.220Z | Compiling usdt v0.5.0 |
884 | 2024-11-14T03:21:01.774Z | Compiling tokio-rustls v0.25.0 |
885 | 2024-11-14T03:21:02.210Z | Compiling futures v0.3.31 |
886 | 2024-11-14T03:21:02.350Z | Compiling slog-bunyan v2.5.0 |
887 | 2024-11-14T03:21:02.402Z | Compiling toml v0.8.19 |
888 | 2024-11-14T03:21:02.611Z | Compiling strum_macros v0.26.4 |
889 | 2024-11-14T03:21:02.695Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-14T03:21:05.410Z | Compiling rand v0.8.5 |
891 | 2024-11-14T03:21:07.273Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-14T03:21:11.283Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-14T03:21:11.319Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-14T03:21:11.725Z | Compiling hex v0.4.3 |
895 | 2024-11-14T03:21:12.451Z | Compiling serde_path_to_error v0.1.16 |
896 | 2024-11-14T03:21:13.280Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-14T03:21:13.457Z | Compiling async-trait v0.1.83 |
898 | 2024-11-14T03:21:14.092Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-14T03:21:14.324Z | Compiling hostname v0.4.0 |
900 | 2024-11-14T03:21:14.571Z | Compiling instant v0.1.13 |
901 | 2024-11-14T03:21:14.723Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-14T03:21:14.861Z | Compiling backoff v0.4.0 |
903 | 2024-11-14T03:21:15.210Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-14T03:21:15.393Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-14T03:21:15.546Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-14T03:21:15.794Z | Compiling parse-display v0.10.0 |
907 | 2024-11-14T03:21:16.364Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-14T03:21:16.945Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
909 | 2024-11-14T03:21:17.957Z | Compiling strum v0.26.3 |
910 | 2024-11-14T03:21:18.131Z | Compiling serde_with v3.11.0 |
911 | 2024-11-14T03:21:20.532Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-14T03:21:21.346Z | Compiling regress v0.9.1 |
913 | 2024-11-14T03:21:21.467Z | Compiling macaddr v1.0.1 |
914 | 2024-11-14T03:21:27.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-14T03:21:38.069Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-14T03:21:47.856Z | Finished `release` profile [optimized] target(s) in 2m 36s |
917 | 2024-11-14T03:21:47.920Z | process exited: duration 240037 ms, exit code 0 |
|
918 | 2024-11-14T03:21:47.926Z | found 0 output files |