|
|
|
1 | 2024-11-13T19:00:30.590Z | job assigned to worker 01JCKEA6T50GSAWHQQXHWH4NV9 (queued for 1 m 6 s) |
|
2 | 2024-11-13T19:00:38.786Z | starting task 0: "setup" |
3 | 2024-11-13T19:00:38.794Z | ++ uname -s |
4 | 2024-11-13T19:00:38.797Z | + kern=SunOS |
5 | 2024-11-13T19:00:38.797Z | + case "$kern" in |
6 | 2024-11-13T19:00:38.797Z | + groupadd -g 12345 build |
7 | 2024-11-13T19:00:38.800Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T19:00:40.810Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T19:00:40.942Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T19:00:40.946Z | + home_fs=zfs |
11 | 2024-11-13T19:00:40.946Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T19:00:40.946Z | + mkdir -p /home/build |
13 | 2024-11-13T19:00:40.946Z | + chown build:build /home/build /work |
14 | 2024-11-13T19:00:42.949Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T19:00:42.955Z | process exited: duration 4165 ms, exit code 0 |
|
16 | 2024-11-13T19:00:42.965Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T19:00:42.971Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T19:00:42.971Z | * toolchain channel = "1.81.0" |
19 | 2024-11-13T19:00:42.971Z | ' 1.81.0 |
20 | 2024-11-13T19:00:42.971Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T19:00:42.971Z | ' default |
22 | 2024-11-13T19:00:42.971Z | * toolchain profile = "default" |
23 | 2024-11-13T19:00:42.975Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T19:00:42.975Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T19:00:43.087Z | info: downloading installer |
26 | 2024-11-13T19:00:44.685Z | info: profile set to 'default' |
27 | 2024-11-13T19:00:44.685Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T19:00:44.688Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T19:00:44.826Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T19:00:44.826Z | info: downloading component 'cargo' |
31 | 2024-11-13T19:00:45.545Z | info: downloading component 'clippy' |
32 | 2024-11-13T19:00:45.809Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T19:00:46.806Z | info: downloading component 'rust-std' |
34 | 2024-11-13T19:00:48.374Z | info: downloading component 'rustc' |
35 | 2024-11-13T19:00:54.022Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T19:00:54.069Z | info: installing component 'cargo' |
37 | 2024-11-13T19:00:54.970Z | info: installing component 'clippy' |
38 | 2024-11-13T19:00:55.403Z | info: installing component 'rust-docs' |
39 | 2024-11-13T19:00:57.064Z | info: installing component 'rust-std' |
40 | 2024-11-13T19:00:58.993Z | info: installing component 'rustc' |
41 | 2024-11-13T19:01:05.529Z | info: installing component 'rustfmt' |
42 | 2024-11-13T19:01:05.894Z | |
43 | 2024-11-13T19:01:05.894Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-11-13T19:01:06.257Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T19:01:06.257Z | |
46 | 2024-11-13T19:01:06.260Z | |
47 | 2024-11-13T19:01:06.260Z | Rust is installed now. Great! |
48 | 2024-11-13T19:01:06.260Z | |
49 | 2024-11-13T19:01:06.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T19:01:06.260Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T19:01:06.260Z | |
52 | 2024-11-13T19:01:06.260Z | To configure your current shell, you need to source |
53 | 2024-11-13T19:01:06.260Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T19:01:06.260Z | |
55 | 2024-11-13T19:01:06.260Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T19:01:06.260Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T19:01:06.260Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T19:01:06.330Z | + rustc --version |
59 | 2024-11-13T19:01:06.394Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T19:01:06.397Z | process exited: duration 23429 ms, exit code 0 |
|
61 | 2024-11-13T19:01:06.404Z | starting task 2: "authentication" |
62 | 2024-11-13T19:01:06.423Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-13T19:01:06.429Z | starting task 3: "clone repository" |
64 | 2024-11-13T19:01:06.435Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T19:01:06.438Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T19:01:07.329Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T19:01:50.086Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T19:01:50.086Z | + git fetch origin 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
69 | 2024-11-13T19:01:50.801Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T19:01:50.801Z | * branch 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 -> FETCH_HEAD |
71 | 2024-11-13T19:01:50.809Z | + [[ -n system-oxql-endpoints ]] |
72 | 2024-11-13T19:01:50.812Z | ++ git branch --show-current |
73 | 2024-11-13T19:01:50.814Z | + current=main |
74 | 2024-11-13T19:01:50.814Z | + [[ main != system-oxql-endpoints ]] |
75 | 2024-11-13T19:01:50.814Z | + git branch -f system-oxql-endpoints 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
76 | 2024-11-13T19:01:50.817Z | + git checkout -f system-oxql-endpoints |
77 | 2024-11-13T19:01:50.873Z | Switched to branch 'system-oxql-endpoints' |
78 | 2024-11-13T19:01:50.875Z | + git reset --hard 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
79 | 2024-11-13T19:01:50.934Z | HEAD is now at 49a43bbf6 /schema -> /schemas |
80 | 2024-11-13T19:01:50.936Z | process exited: duration 44501 ms, exit code 0 |
|
81 | 2024-11-13T19:01:50.941Z | starting task 4: "build" |
82 | 2024-11-13T19:01:50.946Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T19:01:50.946Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T19:01:50.946Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T19:01:50.949Z | + cargo --version |
86 | 2024-11-13T19:01:51.003Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T19:01:51.005Z | + rustc --version |
88 | 2024-11-13T19:01:51.065Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T19:01:51.068Z | + cd /tmp |
90 | 2024-11-13T19:01:51.068Z | + cargo new --lib test-project |
91 | 2024-11-13T19:01:51.127Z | Creating library `test-project` package |
92 | 2024-11-13T19:01:51.201Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-13T19:01:51.204Z | + cd test-project |
94 | 2024-11-13T19:01:51.204Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-13T19:01:51.262Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-13T19:01:51.262Z | Features: |
97 | 2024-11-13T19:01:51.262Z | - proptest |
98 | 2024-11-13T19:01:51.262Z | - test-strategy |
99 | 2024-11-13T19:01:51.264Z | - testing |
100 | 2024-11-13T19:01:51.265Z | Updating crates.io index |
101 | 2024-11-13T19:01:51.312Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-13T19:01:53.548Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-13T19:01:54.517Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-13T19:01:55.218Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-13T19:01:56.752Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-13T19:01:56.755Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-13T19:01:56.755Z | Adding dropshot v0.12.0 (latest: v0.13.0) |
108 | 2024-11-13T19:01:56.755Z | Adding dropshot_endpoint v0.12.0 (latest: v0.13.0) |
109 | 2024-11-13T19:01:56.755Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-11-13T19:01:56.755Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-11-13T19:01:56.757Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-11-13T19:01:56.757Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-11-13T19:01:56.757Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
114 | 2024-11-13T19:01:56.757Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
115 | 2024-11-13T19:01:56.757Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-11-13T19:01:56.757Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-11-13T19:01:56.761Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-13T19:01:56.761Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-13T19:01:56.764Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-13T19:01:56.768Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-13T19:01:56.770Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
122 | 2024-11-13T19:01:56.773Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-13T19:01:56.773Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
124 | 2024-11-13T19:01:56.773Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
125 | 2024-11-13T19:01:56.773Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
126 | 2024-11-13T19:01:56.775Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
127 | 2024-11-13T19:01:56.778Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-11-13T19:01:56.778Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-11-13T19:01:56.778Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-11-13T19:01:56.778Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-11-13T19:01:56.778Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-11-13T19:01:56.778Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-11-13T19:01:56.778Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
134 | 2024-11-13T19:01:56.778Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
135 | 2024-11-13T19:01:56.852Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
136 | 2024-11-13T19:01:56.855Z | + cargo check |
137 | 2024-11-13T19:01:57.018Z | Updating crates.io index |
138 | 2024-11-13T19:01:57.681Z | Locking 2 packages to latest compatible versions |
139 | 2024-11-13T19:02:00.941Z | Adding omicron-workspace-hack v0.1.0 |
140 | 2024-11-13T19:02:02.970Z | Adding test-project v0.1.0 (/tmp/test-project) |
141 | 2024-11-13T19:02:03.908Z | Downloading crates ... |
142 | 2024-11-13T19:02:04.025Z | Downloaded async-stream-impl v0.3.6 |
143 | 2024-11-13T19:02:04.030Z | Downloaded debug-ignore v1.0.5 |
144 | 2024-11-13T19:02:04.033Z | Downloaded autocfg v1.4.0 |
145 | 2024-11-13T19:02:04.040Z | Downloaded match_cfg v0.1.0 |
146 | 2024-11-13T19:02:04.043Z | Downloaded equivalent v1.0.1 |
147 | 2024-11-13T19:02:04.043Z | Downloaded dtrace-parser v0.2.0 |
148 | 2024-11-13T19:02:04.046Z | Downloaded ident_case v1.0.1 |
149 | 2024-11-13T19:02:04.046Z | Downloaded foreign-types-shared v0.1.1 |
150 | 2024-11-13T19:02:04.049Z | Downloaded omicron-workspace-hack v0.1.0 |
151 | 2024-11-13T19:02:04.052Z | Downloaded backoff v0.4.0 |
152 | 2024-11-13T19:02:04.055Z | Downloaded openssl-probe v0.1.5 |
153 | 2024-11-13T19:02:04.055Z | Downloaded want v0.3.1 |
154 | 2024-11-13T19:02:04.059Z | Downloaded camino v1.1.9 |
155 | 2024-11-13T19:02:04.059Z | Downloaded is-terminal v0.4.13 |
156 | 2024-11-13T19:02:04.062Z | Downloaded untrusted v0.9.0 |
157 | 2024-11-13T19:02:04.062Z | Downloaded toml_datetime v0.6.8 |
158 | 2024-11-13T19:02:04.065Z | Downloaded hyper-tls v0.6.0 |
159 | 2024-11-13T19:02:04.065Z | Downloaded openssl-macros v0.1.1 |
160 | 2024-11-13T19:02:04.065Z | Downloaded futures-executor v0.3.31 |
161 | 2024-11-13T19:02:04.068Z | Downloaded dirs-sys-next v0.1.2 |
162 | 2024-11-13T19:02:04.068Z | Downloaded dropshot_endpoint v0.12.0 |
163 | 2024-11-13T19:02:04.070Z | Downloaded http-body-util v0.1.2 |
164 | 2024-11-13T19:02:04.073Z | Downloaded hostname v0.4.0 |
165 | 2024-11-13T19:02:04.073Z | Downloaded hex v0.4.3 |
166 | 2024-11-13T19:02:04.076Z | Downloaded darling v0.20.10 |
167 | 2024-11-13T19:02:04.078Z | Downloaded progenitor-macro v0.8.0 |
168 | 2024-11-13T19:02:04.081Z | Downloaded usdt v0.5.0 |
169 | 2024-11-13T19:02:04.081Z | Downloaded mime v0.3.17 |
170 | 2024-11-13T19:02:04.083Z | Downloaded lock_api v0.4.12 |
171 | 2024-11-13T19:02:04.084Z | Downloaded usdt-impl v0.5.0 |
172 | 2024-11-13T19:02:04.087Z | Downloaded plain v0.2.3 |
173 | 2024-11-13T19:02:04.091Z | Downloaded indexmap v1.9.3 |
174 | 2024-11-13T19:02:04.091Z | Downloaded quinn-udp v0.5.5 |
175 | 2024-11-13T19:02:04.094Z | Downloaded crossbeam-utils v0.8.20 |
176 | 2024-11-13T19:02:04.094Z | Downloaded allocator-api2 v0.2.18 |
177 | 2024-11-13T19:02:04.097Z | Downloaded progenitor v0.8.0 |
178 | 2024-11-13T19:02:04.100Z | Downloaded ppv-lite86 v0.2.20 |
179 | 2024-11-13T19:02:04.100Z | Downloaded parking_lot_core v0.9.10 |
180 | 2024-11-13T19:02:04.102Z | Downloaded shlex v1.3.0 |
181 | 2024-11-13T19:02:04.105Z | Downloaded take_mut v0.2.2 |
182 | 2024-11-13T19:02:04.105Z | Downloaded serde_path_to_error v0.1.16 |
183 | 2024-11-13T19:02:04.107Z | Downloaded paste v1.0.15 |
184 | 2024-11-13T19:02:04.110Z | Downloaded slab v0.4.9 |
185 | 2024-11-13T19:02:04.112Z | Downloaded scroll v0.12.0 |
186 | 2024-11-13T19:02:04.112Z | Downloaded typify v0.2.0 |
187 | 2024-11-13T19:02:04.115Z | Downloaded serde_tokenstream v0.2.2 |
188 | 2024-11-13T19:02:04.117Z | Downloaded pin-project-lite v0.2.14 |
189 | 2024-11-13T19:02:04.120Z | Downloaded rand_chacha v0.3.1 |
190 | 2024-11-13T19:02:04.123Z | Downloaded ucd-trie v0.1.7 |
191 | 2024-11-13T19:02:04.125Z | Downloaded digest v0.10.7 |
192 | 2024-11-13T19:02:04.128Z | Downloaded futures v0.3.31 |
193 | 2024-11-13T19:02:04.131Z | Downloaded num_threads v0.1.7 |
194 | 2024-11-13T19:02:04.134Z | Downloaded tower-service v0.3.3 |
195 | 2024-11-13T19:02:04.134Z | Downloaded http-body v1.0.1 |
196 | 2024-11-13T19:02:04.134Z | Downloaded dof v0.3.0 |
197 | 2024-11-13T19:02:04.137Z | Downloaded cpufeatures v0.2.14 |
198 | 2024-11-13T19:02:04.137Z | Downloaded async-stream v0.3.6 |
199 | 2024-11-13T19:02:04.139Z | Downloaded usdt-attr-macro v0.5.0 |
200 | 2024-11-13T19:02:04.141Z | Downloaded num-conv v0.1.0 |
201 | 2024-11-13T19:02:04.142Z | Downloaded pretty-hex v0.4.1 |
202 | 2024-11-13T19:02:04.142Z | Downloaded waitgroup v0.1.2 |
203 | 2024-11-13T19:02:04.144Z | Downloaded instant v0.1.13 |
204 | 2024-11-13T19:02:04.144Z | Downloaded sync_wrapper v1.0.1 |
205 | 2024-11-13T19:02:04.147Z | Downloaded usdt-macro v0.5.0 |
206 | 2024-11-13T19:02:04.147Z | Downloaded dirs-next v2.0.0 |
207 | 2024-11-13T19:02:04.149Z | Downloaded progenitor-client v0.8.0 |
208 | 2024-11-13T19:02:04.149Z | Downloaded cfg-if v1.0.0 |
209 | 2024-11-13T19:02:04.149Z | Downloaded byteorder v1.5.0 |
210 | 2024-11-13T19:02:04.152Z | Downloaded pest_derive v2.7.14 |
211 | 2024-11-13T19:02:04.154Z | Downloaded schemars v0.8.21 |
212 | 2024-11-13T19:02:04.164Z | Downloaded strsim v0.11.1 |
213 | 2024-11-13T19:02:04.168Z | Downloaded pin-utils v0.1.0 |
214 | 2024-11-13T19:02:04.168Z | Downloaded scroll_derive v0.12.0 |
215 | 2024-11-13T19:02:04.170Z | Downloaded hostname v0.3.1 |
216 | 2024-11-13T19:02:04.174Z | Downloaded heck v0.5.0 |
217 | 2024-11-13T19:02:04.178Z | Downloaded typify-macro v0.2.0 |
218 | 2024-11-13T19:02:04.178Z | Downloaded futures-task v0.3.31 |
219 | 2024-11-13T19:02:04.178Z | Downloaded fnv v1.0.7 |
220 | 2024-11-13T19:02:04.178Z | Downloaded futures-macro v0.3.31 |
221 | 2024-11-13T19:02:04.178Z | Downloaded futures-io v0.3.31 |
222 | 2024-11-13T19:02:04.182Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-11-13T19:02:04.182Z | Downloaded time-core v0.1.2 |
224 | 2024-11-13T19:02:04.182Z | Downloaded async-trait v0.1.83 |
225 | 2024-11-13T19:02:04.186Z | Downloaded strum v0.26.3 |
226 | 2024-11-13T19:02:04.186Z | Downloaded openssl-sys v0.9.104 |
227 | 2024-11-13T19:02:04.191Z | Downloaded thread_local v1.1.8 |
228 | 2024-11-13T19:02:04.194Z | Downloaded zeroize v1.8.1 |
229 | 2024-11-13T19:02:04.194Z | Downloaded multer v3.1.0 |
230 | 2024-11-13T19:02:04.198Z | Downloaded newtype-uuid v1.1.3 |
231 | 2024-11-13T19:02:04.202Z | Downloaded rand_core v0.6.4 |
232 | 2024-11-13T19:02:04.203Z | Downloaded version_check v0.9.5 |
233 | 2024-11-13T19:02:04.203Z | Downloaded macaddr v1.0.1 |
234 | 2024-11-13T19:02:04.206Z | Downloaded memmap v0.7.0 |
235 | 2024-11-13T19:02:04.206Z | Downloaded itoa v1.0.11 |
236 | 2024-11-13T19:02:04.206Z | Downloaded slog-json v2.6.1 |
237 | 2024-11-13T19:02:04.209Z | Downloaded tokio-macros v2.4.0 |
238 | 2024-11-13T19:02:04.209Z | Downloaded serde v1.0.215 |
239 | 2024-11-13T19:02:04.212Z | Downloaded serde_yaml v0.9.34+deprecated |
240 | 2024-11-13T19:02:04.215Z | Downloaded rustc-hash v2.0.0 |
241 | 2024-11-13T19:02:04.218Z | Downloaded getrandom v0.2.15 |
242 | 2024-11-13T19:02:04.220Z | Downloaded powerfmt v0.2.0 |
243 | 2024-11-13T19:02:04.223Z | Downloaded parse-display-derive v0.10.0 |
244 | 2024-11-13T19:02:04.223Z | Downloaded tokio-native-tls v0.3.1 |
245 | 2024-11-13T19:02:04.225Z | Downloaded slog-bunyan v2.5.0 |
246 | 2024-11-13T19:02:04.225Z | Downloaded tokio-rustls v0.25.0 |
247 | 2024-11-13T19:02:04.228Z | Downloaded schemars_derive v0.8.21 |
248 | 2024-11-13T19:02:04.230Z | Downloaded futures-channel v0.3.31 |
249 | 2024-11-13T19:02:04.233Z | Downloaded anyhow v1.0.93 |
250 | 2024-11-13T19:02:04.235Z | Downloaded rustversion v1.0.17 |
251 | 2024-11-13T19:02:04.238Z | Downloaded subtle v2.6.1 |
252 | 2024-11-13T19:02:04.241Z | Downloaded thiserror v1.0.64 |
253 | 2024-11-13T19:02:04.244Z | Downloaded signal-hook-registry v1.4.2 |
254 | 2024-11-13T19:02:04.247Z | Downloaded sha1 v0.10.6 |
255 | 2024-11-13T19:02:04.247Z | Downloaded serde_urlencoded v0.7.1 |
256 | 2024-11-13T19:02:04.250Z | Downloaded thiserror-impl v1.0.64 |
257 | 2024-11-13T19:02:04.253Z | Downloaded structmeta-derive v0.3.0 |
258 | 2024-11-13T19:02:04.253Z | Downloaded structmeta v0.3.0 |
259 | 2024-11-13T19:02:04.253Z | Downloaded spin v0.9.8 |
260 | 2024-11-13T19:02:04.256Z | Downloaded parse-display v0.10.0 |
261 | 2024-11-13T19:02:04.258Z | Downloaded slog v2.7.0 |
262 | 2024-11-13T19:02:04.261Z | Downloaded slog-term v2.9.1 |
263 | 2024-11-13T19:02:04.263Z | Downloaded quote v1.0.37 |
264 | 2024-11-13T19:02:04.266Z | Downloaded zerocopy-derive v0.7.35 |
265 | 2024-11-13T19:02:04.269Z | Downloaded tracing v0.1.40 |
266 | 2024-11-13T19:02:04.272Z | Downloaded bitflags v2.6.0 |
267 | 2024-11-13T19:02:04.276Z | Downloaded serde_derive_internals v0.29.1 |
268 | 2024-11-13T19:02:04.278Z | Downloaded num-traits v0.2.19 |
269 | 2024-11-13T19:02:04.281Z | Downloaded scopeguard v1.2.0 |
270 | 2024-11-13T19:02:04.281Z | Downloaded httparse v1.9.5 |
271 | 2024-11-13T19:02:04.283Z | Downloaded term v0.7.0 |
272 | 2024-11-13T19:02:04.286Z | Downloaded serde_with_macros v3.11.0 |
273 | 2024-11-13T19:02:04.289Z | Downloaded sha2 v0.10.8 |
274 | 2024-11-13T19:02:04.291Z | Downloaded strum_macros v0.26.4 |
275 | 2024-11-13T19:02:04.294Z | Downloaded time-macros v0.2.18 |
276 | 2024-11-13T19:02:04.297Z | Downloaded semver v1.0.23 |
277 | 2024-11-13T19:02:04.299Z | Downloaded typenum v1.17.0 |
278 | 2024-11-13T19:02:04.302Z | Downloaded tokio-rustls v0.26.0 |
279 | 2024-11-13T19:02:04.304Z | Downloaded bytes v1.7.2 |
280 | 2024-11-13T19:02:04.308Z | Downloaded pest_meta v2.7.14 |
281 | 2024-11-13T19:02:04.310Z | Downloaded log v0.4.22 |
282 | 2024-11-13T19:02:04.313Z | Downloaded socket2 v0.5.7 |
283 | 2024-11-13T19:02:04.316Z | Downloaded hashbrown v0.14.5 |
284 | 2024-11-13T19:02:04.322Z | Downloaded toml v0.8.19 |
285 | 2024-11-13T19:02:04.327Z | Downloaded tinyvec v1.8.0 |
286 | 2024-11-13T19:02:04.329Z | Downloaded tracing-core v0.1.32 |
287 | 2024-11-13T19:02:04.332Z | Downloaded indexmap v2.6.0 |
288 | 2024-11-13T19:02:04.337Z | Downloaded unicode-ident v1.0.13 |
289 | 2024-11-13T19:02:04.339Z | Downloaded crossbeam-channel v0.5.13 |
290 | 2024-11-13T19:02:04.345Z | Downloaded serde_derive v1.0.215 |
291 | 2024-11-13T19:02:04.348Z | Downloaded ryu v1.0.18 |
292 | 2024-11-13T19:02:04.352Z | Downloaded url v2.5.2 |
293 | 2024-11-13T19:02:04.355Z | Downloaded unicode-bidi v0.3.17 |
294 | 2024-11-13T19:02:04.357Z | Downloaded mio v1.0.2 |
295 | 2024-11-13T19:02:04.365Z | Downloaded unsafe-libyaml v0.2.11 |
296 | 2024-11-13T19:02:04.367Z | Downloaded unicode-normalization v0.1.24 |
297 | 2024-11-13T19:02:04.371Z | Downloaded rand v0.8.5 |
298 | 2024-11-13T19:02:04.374Z | Downloaded quinn v0.11.5 |
299 | 2024-11-13T19:02:04.378Z | Downloaded http v1.1.0 |
300 | 2024-11-13T19:02:04.382Z | Downloaded memchr v2.7.4 |
301 | 2024-11-13T19:02:04.388Z | Downloaded hashbrown v0.15.0 |
302 | 2024-11-13T19:02:04.394Z | Downloaded zerocopy v0.7.35 |
303 | 2024-11-13T19:02:04.409Z | Downloaded tokio-util v0.7.12 |
304 | 2024-11-13T19:02:04.416Z | Downloaded toml_edit v0.22.22 |
305 | 2024-11-13T19:02:04.437Z | Downloaded serde_json v1.0.132 |
306 | 2024-11-13T19:02:04.444Z | Downloaded h2 v0.4.6 |
307 | 2024-11-13T19:02:04.450Z | Downloaded futures-util v0.3.31 |
308 | 2024-11-13T19:02:04.461Z | Downloaded rustls-webpki v0.102.8 |
309 | 2024-11-13T19:02:04.479Z | Downloaded hyper v1.4.1 |
310 | 2024-11-13T19:02:04.485Z | Downloaded pest v2.7.14 |
311 | 2024-11-13T19:02:04.490Z | Downloaded reqwest v0.12.9 |
312 | 2024-11-13T19:02:04.498Z | Downloaded winnow v0.6.20 |
313 | 2024-11-13T19:02:04.506Z | Downloaded vcpkg v0.2.15 |
314 | 2024-11-13T19:02:04.544Z | Downloaded openssl v0.10.68 |
315 | 2024-11-13T19:02:04.553Z | Downloaded syn v2.0.87 |
316 | 2024-11-13T19:02:04.563Z | Downloaded openapiv3 v2.0.0 |
317 | 2024-11-13T19:02:04.575Z | Downloaded dropshot v0.12.0 |
318 | 2024-11-13T19:02:04.594Z | Downloaded quinn-proto v0.11.8 |
319 | 2024-11-13T19:02:04.600Z | Downloaded regress v0.10.1 |
320 | 2024-11-13T19:02:04.607Z | Downloaded regex v1.11.1 |
321 | 2024-11-13T19:02:04.620Z | Downloaded rustls v0.23.14 |
322 | 2024-11-13T19:02:04.630Z | Downloaded webpki-roots v0.26.6 |
323 | 2024-11-13T19:02:04.634Z | Downloaded rustls v0.22.4 |
324 | 2024-11-13T19:02:04.646Z | Downloaded regress v0.9.1 |
325 | 2024-11-13T19:02:04.654Z | Downloaded regex-syntax v0.8.5 |
326 | 2024-11-13T19:02:04.661Z | Downloaded idna v0.5.0 |
327 | 2024-11-13T19:02:04.669Z | Downloaded chrono v0.4.38 |
328 | 2024-11-13T19:02:04.675Z | Downloaded time v0.3.36 |
329 | 2024-11-13T19:02:04.680Z | Downloaded serde_with v3.11.0 |
330 | 2024-11-13T19:02:04.688Z | Downloaded goblin v0.8.2 |
331 | 2024-11-13T19:02:04.693Z | Downloaded typify-impl v0.2.0 |
332 | 2024-11-13T19:02:04.707Z | Downloaded aho-corasick v1.1.3 |
333 | 2024-11-13T19:02:04.713Z | Downloaded hashbrown v0.12.3 |
334 | 2024-11-13T19:02:04.716Z | Downloaded base64 v0.22.1 |
335 | 2024-11-13T19:02:04.720Z | Downloaded rustls-pki-types v1.9.0 |
336 | 2024-11-13T19:02:04.723Z | Downloaded rustls-pemfile v2.2.0 |
337 | 2024-11-13T19:02:04.725Z | Downloaded proc-macro2 v1.0.89 |
338 | 2024-11-13T19:02:04.727Z | Downloaded regex-automata v0.4.8 |
339 | 2024-11-13T19:02:04.743Z | Downloaded parking_lot v0.12.3 |
340 | 2024-11-13T19:02:04.746Z | Downloaded cc v1.1.30 |
341 | 2024-11-13T19:02:04.748Z | Downloaded progenitor-impl v0.8.0 |
342 | 2024-11-13T19:02:04.752Z | Downloaded libc v0.2.162 |
343 | 2024-11-13T19:02:04.775Z | Downloaded uuid v1.10.0 |
344 | 2024-11-13T19:02:04.778Z | Downloaded hyper-util v0.1.10 |
345 | 2024-11-13T19:02:04.781Z | Downloaded darling_core v0.20.10 |
346 | 2024-11-13T19:02:04.785Z | Downloaded pest_generator v2.7.14 |
347 | 2024-11-13T19:02:04.788Z | Downloaded ipnetwork v0.20.0 |
348 | 2024-11-13T19:02:04.790Z | Downloaded serde_spanned v0.6.8 |
349 | 2024-11-13T19:02:04.790Z | Downloaded once_cell v1.20.2 |
350 | 2024-11-13T19:02:04.793Z | Downloaded hyper-rustls v0.27.3 |
351 | 2024-11-13T19:02:04.796Z | Downloaded slog-async v2.8.0 |
352 | 2024-11-13T19:02:04.796Z | Downloaded tokio v1.40.0 |
353 | 2024-11-13T19:02:04.830Z | Downloaded thread-id v4.2.2 |
354 | 2024-11-13T19:02:04.833Z | Downloaded pkg-config v0.3.31 |
355 | 2024-11-13T19:02:04.833Z | Downloaded percent-encoding v2.3.1 |
356 | 2024-11-13T19:02:04.835Z | Downloaded iana-time-zone v0.1.61 |
357 | 2024-11-13T19:02:04.835Z | Downloaded smallvec v1.13.2 |
358 | 2024-11-13T19:02:04.839Z | Downloaded deranged v0.3.11 |
359 | 2024-11-13T19:02:04.839Z | Downloaded futures-core v0.3.31 |
360 | 2024-11-13T19:02:04.841Z | Downloaded form_urlencoded v1.2.1 |
361 | 2024-11-13T19:02:04.841Z | Downloaded dyn-clone v1.0.17 |
362 | 2024-11-13T19:02:04.841Z | Downloaded crypto-common v0.1.6 |
363 | 2024-11-13T19:02:04.844Z | Downloaded atomic-waker v1.1.2 |
364 | 2024-11-13T19:02:04.844Z | Downloaded foreign-types v0.3.2 |
365 | 2024-11-13T19:02:04.844Z | Downloaded darling_macro v0.20.10 |
366 | 2024-11-13T19:02:04.844Z | Downloaded native-tls v0.2.12 |
367 | 2024-11-13T19:02:04.847Z | Downloaded ipnet v2.10.1 |
368 | 2024-11-13T19:02:04.849Z | Downloaded httpdate v1.0.3 |
369 | 2024-11-13T19:02:04.849Z | Downloaded generic-array v0.14.7 |
370 | 2024-11-13T19:02:04.852Z | Downloaded futures-sink v0.3.31 |
371 | 2024-11-13T19:02:04.852Z | Downloaded ahash v0.8.11 |
372 | 2024-11-13T19:02:04.855Z | Downloaded try-lock v0.2.5 |
373 | 2024-11-13T19:02:04.855Z | Downloaded block-buffer v0.10.4 |
374 | 2024-11-13T19:02:04.873Z | Downloaded encoding_rs v0.8.34 |
375 | 2024-11-13T19:02:05.073Z | Downloaded ring v0.17.8 |
376 | 2024-11-13T19:02:05.403Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-11-13T19:02:05.403Z | Compiling unicode-ident v1.0.13 |
378 | 2024-11-13T19:02:05.406Z | Compiling libc v0.2.162 |
379 | 2024-11-13T19:02:05.406Z | Checking cfg-if v1.0.0 |
380 | 2024-11-13T19:02:05.406Z | Compiling autocfg v1.4.0 |
381 | 2024-11-13T19:02:05.427Z | Compiling serde v1.0.215 |
382 | 2024-11-13T19:02:05.429Z | Compiling version_check v0.9.5 |
383 | 2024-11-13T19:02:05.429Z | Checking memchr v2.7.4 |
384 | 2024-11-13T19:02:05.535Z | Compiling serde_json v1.0.132 |
385 | 2024-11-13T19:02:05.627Z | Checking itoa v1.0.11 |
386 | 2024-11-13T19:02:06.081Z | Compiling thiserror v1.0.64 |
387 | 2024-11-13T19:02:06.235Z | Checking once_cell v1.20.2 |
388 | 2024-11-13T19:02:06.249Z | Compiling shlex v1.3.0 |
389 | 2024-11-13T19:02:06.445Z | Compiling cc v1.1.30 |
390 | 2024-11-13T19:02:07.146Z | Checking pin-project-lite v0.2.14 |
391 | 2024-11-13T19:02:07.226Z | Compiling num-traits v0.2.19 |
392 | 2024-11-13T19:02:07.918Z | Checking bytes v1.7.2 |
393 | 2024-11-13T19:02:07.918Z | Checking ryu v1.0.18 |
394 | 2024-11-13T19:02:07.920Z | Checking futures-core v0.3.31 |
395 | 2024-11-13T19:02:08.107Z | Compiling lock_api v0.4.12 |
396 | 2024-11-13T19:02:08.127Z | Compiling byteorder v1.5.0 |
397 | 2024-11-13T19:02:08.189Z | Compiling parking_lot_core v0.9.10 |
398 | 2024-11-13T19:02:08.460Z | Compiling ahash v0.8.11 |
399 | 2024-11-13T19:02:08.550Z | Checking smallvec v1.13.2 |
400 | 2024-11-13T19:02:08.579Z | Checking scopeguard v1.2.0 |
401 | 2024-11-13T19:02:08.643Z | Compiling schemars v0.8.21 |
402 | 2024-11-13T19:02:08.684Z | Compiling slab v0.4.9 |
403 | 2024-11-13T19:02:08.871Z | Checking log v0.4.22 |
404 | 2024-11-13T19:02:08.898Z | Checking futures-sink v0.3.31 |
405 | 2024-11-13T19:02:08.934Z | Compiling quote v1.0.37 |
406 | 2024-11-13T19:02:09.019Z | Checking getrandom v0.2.15 |
407 | 2024-11-13T19:02:09.093Z | Checking mio v1.0.2 |
408 | 2024-11-13T19:02:09.111Z | Checking socket2 v0.5.7 |
409 | 2024-11-13T19:02:09.114Z | Checking signal-hook-registry v1.4.2 |
410 | 2024-11-13T19:02:09.278Z | Compiling ring v0.17.8 |
411 | 2024-11-13T19:02:09.423Z | Compiling syn v2.0.87 |
412 | 2024-11-13T19:02:09.442Z | Checking parking_lot v0.12.3 |
413 | 2024-11-13T19:02:09.537Z | Checking hashbrown v0.15.0 |
414 | 2024-11-13T19:02:09.630Z | Checking fnv v1.0.7 |
415 | 2024-11-13T19:02:09.630Z | Checking equivalent v1.0.1 |
416 | 2024-11-13T19:02:09.667Z | Checking futures-channel v0.3.31 |
417 | 2024-11-13T19:02:09.708Z | Checking futures-io v0.3.31 |
418 | 2024-11-13T19:02:09.746Z | Checking futures-task v0.3.31 |
419 | 2024-11-13T19:02:09.749Z | Checking http v1.1.0 |
420 | 2024-11-13T19:02:09.784Z | Checking pin-utils v0.1.0 |
421 | 2024-11-13T19:02:09.867Z | Checking rustls-pki-types v1.9.0 |
422 | 2024-11-13T19:02:09.885Z | Compiling vcpkg v0.2.15 |
423 | 2024-11-13T19:02:09.978Z | Compiling heck v0.5.0 |
424 | 2024-11-13T19:02:10.003Z | Checking spin v0.9.8 |
425 | 2024-11-13T19:02:10.201Z | Compiling pkg-config v0.3.31 |
426 | 2024-11-13T19:02:10.420Z | Compiling semver v1.0.23 |
427 | 2024-11-13T19:02:10.577Z | Compiling ucd-trie v0.1.7 |
428 | 2024-11-13T19:02:11.021Z | Checking iana-time-zone v0.1.61 |
429 | 2024-11-13T19:02:11.056Z | Compiling httparse v1.9.5 |
430 | 2024-11-13T19:02:11.119Z | Checking untrusted v0.9.0 |
431 | 2024-11-13T19:02:11.277Z | Checking tracing-core v0.1.32 |
432 | 2024-11-13T19:02:11.516Z | Compiling openssl-sys v0.9.104 |
433 | 2024-11-13T19:02:11.536Z | Checking atomic-waker v1.1.2 |
434 | 2024-11-13T19:02:11.663Z | Compiling allocator-api2 v0.2.18 |
435 | 2024-11-13T19:02:11.808Z | Checking dyn-clone v1.0.17 |
436 | 2024-11-13T19:02:11.924Z | Checking tracing v0.1.40 |
437 | 2024-11-13T19:02:12.209Z | Checking http-body v1.0.1 |
438 | 2024-11-13T19:02:12.336Z | Compiling uuid v1.10.0 |
439 | 2024-11-13T19:02:12.374Z | Checking try-lock v0.2.5 |
440 | 2024-11-13T19:02:12.505Z | Checking subtle v2.6.1 |
441 | 2024-11-13T19:02:12.634Z | Checking zeroize v1.8.1 |
442 | 2024-11-13T19:02:12.725Z | Compiling chrono v0.4.38 |
443 | 2024-11-13T19:02:12.810Z | Checking want v0.3.1 |
444 | 2024-11-13T19:02:12.837Z | Checking httpdate v1.0.3 |
445 | 2024-11-13T19:02:12.855Z | Compiling openssl v0.10.68 |
446 | 2024-11-13T19:02:12.947Z | Compiling slog v2.7.0 |
447 | 2024-11-13T19:02:13.047Z | Checking foreign-types-shared v0.1.1 |
448 | 2024-11-13T19:02:13.139Z | Checking foreign-types v0.3.2 |
449 | 2024-11-13T19:02:13.246Z | Compiling aho-corasick v1.1.3 |
450 | 2024-11-13T19:02:13.291Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-11-13T19:02:13.387Z | Checking tower-service v0.3.3 |
452 | 2024-11-13T19:02:13.424Z | Compiling rustls v0.23.14 |
453 | 2024-11-13T19:02:13.493Z | Compiling native-tls v0.2.12 |
454 | 2024-11-13T19:02:13.684Z | Checking percent-encoding v2.3.1 |
455 | 2024-11-13T19:02:13.877Z | Compiling typenum v1.17.0 |
456 | 2024-11-13T19:02:14.287Z | Compiling regex-syntax v0.8.5 |
457 | 2024-11-13T19:02:14.526Z | Checking bitflags v2.6.0 |
458 | 2024-11-13T19:02:14.761Z | Checking form_urlencoded v1.2.1 |
459 | 2024-11-13T19:02:14.945Z | Checking tinyvec v1.8.0 |
460 | 2024-11-13T19:02:15.263Z | Compiling generic-array v0.14.7 |
461 | 2024-11-13T19:02:15.906Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-11-13T19:02:16.673Z | Checking openssl-probe v0.1.5 |
463 | 2024-11-13T19:02:16.922Z | Checking unicode-normalization v0.1.24 |
464 | 2024-11-13T19:02:17.567Z | Compiling regex-automata v0.4.8 |
465 | 2024-11-13T19:02:17.944Z | Compiling usdt-impl v0.5.0 |
466 | 2024-11-13T19:02:18.286Z | Checking encoding_rs v0.8.34 |
467 | 2024-11-13T19:02:18.529Z | Checking unicode-bidi v0.3.17 |
468 | 2024-11-13T19:02:18.547Z | Compiling time-core v0.1.2 |
469 | 2024-11-13T19:02:18.709Z | Checking powerfmt v0.2.0 |
470 | 2024-11-13T19:02:19.130Z | Compiling num-conv v0.1.0 |
471 | 2024-11-13T19:02:19.337Z | Checking mime v0.3.17 |
472 | 2024-11-13T19:02:19.408Z | Compiling time-macros v0.2.18 |
473 | 2024-11-13T19:02:19.577Z | Checking idna v0.5.0 |
474 | 2024-11-13T19:02:19.635Z | Checking deranged v0.3.11 |
475 | 2024-11-13T19:02:20.452Z | Compiling thread-id v4.2.2 |
476 | 2024-11-13T19:02:20.704Z | Checking webpki-roots v0.26.6 |
477 | 2024-11-13T19:02:20.926Z | Checking rustls-pemfile v2.2.0 |
478 | 2024-11-13T19:02:20.948Z | Compiling serde_derive v1.0.215 |
479 | 2024-11-13T19:02:21.128Z | Compiling zerocopy-derive v0.7.35 |
480 | 2024-11-13T19:02:21.268Z | Compiling thiserror-impl v1.0.64 |
481 | 2024-11-13T19:02:21.549Z | Compiling schemars_derive v0.8.21 |
482 | 2024-11-13T19:02:22.067Z | Compiling tokio-macros v2.4.0 |
483 | 2024-11-13T19:02:22.519Z | Compiling futures-macro v0.3.31 |
484 | 2024-11-13T19:02:23.035Z | Compiling zerocopy v0.7.35 |
485 | 2024-11-13T19:02:24.008Z | Checking tokio v1.40.0 |
486 | 2024-11-13T19:02:24.276Z | Checking futures-util v0.3.31 |
487 | 2024-11-13T19:02:24.338Z | Compiling pest v2.7.14 |
488 | 2024-11-13T19:02:24.961Z | Compiling hashbrown v0.14.5 |
489 | 2024-11-13T19:02:25.078Z | Compiling openssl-macros v0.1.1 |
490 | 2024-11-13T19:02:26.282Z | Compiling regress v0.10.1 |
491 | 2024-11-13T19:02:26.678Z | Compiling regex v1.11.1 |
492 | 2024-11-13T19:02:27.201Z | Compiling pest_meta v2.7.14 |
493 | 2024-11-13T19:02:27.607Z | Compiling scroll_derive v0.12.0 |
494 | 2024-11-13T19:02:29.050Z | Checking rustls-webpki v0.102.8 |
495 | 2024-11-13T19:02:29.524Z | Compiling pest_generator v2.7.14 |
496 | 2024-11-13T19:02:30.902Z | Checking http-body-util v0.1.2 |
497 | 2024-11-13T19:02:31.089Z | Checking tokio-util v0.7.12 |
498 | 2024-11-13T19:02:31.350Z | Checking scroll v0.12.0 |
499 | 2024-11-13T19:02:31.502Z | Compiling pest_derive v2.7.14 |
500 | 2024-11-13T19:02:31.596Z | Checking tokio-native-tls v0.3.1 |
501 | 2024-11-13T19:02:31.849Z | Compiling ident_case v1.0.1 |
502 | 2024-11-13T19:02:32.035Z | Compiling strsim v0.11.1 |
503 | 2024-11-13T19:02:32.055Z | Checking num_threads v0.1.7 |
504 | 2024-11-13T19:02:32.313Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-11-13T19:02:32.930Z | Checking base64 v0.22.1 |
506 | 2024-11-13T19:02:33.416Z | Checking indexmap v2.6.0 |
507 | 2024-11-13T19:02:34.248Z | Compiling serde_tokenstream v0.2.2 |
508 | 2024-11-13T19:02:34.774Z | Checking h2 v0.4.6 |
509 | 2024-11-13T19:02:34.929Z | Checking tokio-rustls v0.26.0 |
510 | 2024-11-13T19:02:35.318Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-11-13T19:02:35.552Z | Compiling crossbeam-utils v0.8.20 |
512 | 2024-11-13T19:02:35.573Z | Checking plain v0.2.3 |
513 | 2024-11-13T19:02:35.664Z | Checking time v0.3.36 |
514 | 2024-11-13T19:02:35.716Z | Checking goblin v0.8.2 |
515 | 2024-11-13T19:02:36.311Z | Compiling dof v0.3.0 |
516 | 2024-11-13T19:02:36.367Z | Compiling openapiv3 v2.0.0 |
517 | 2024-11-13T19:02:37.223Z | Checking typify-impl v0.2.0 |
518 | 2024-11-13T19:02:39.050Z | Checking hyper v1.4.1 |
519 | 2024-11-13T19:02:39.689Z | Compiling darling_core v0.20.10 |
520 | 2024-11-13T19:02:40.019Z | Checking url v2.5.2 |
521 | 2024-11-13T19:02:40.134Z | Checking dirs-sys-next v0.1.2 |
522 | 2024-11-13T19:02:40.308Z | Checking sync_wrapper v1.0.1 |
523 | 2024-11-13T19:02:40.590Z | Compiling rustls v0.22.4 |
524 | 2024-11-13T19:02:40.752Z | Compiling paste v1.0.15 |
525 | 2024-11-13T19:02:40.796Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-11-13T19:02:40.814Z | Compiling omicron-workspace-hack v0.1.0 |
527 | 2024-11-13T19:02:40.895Z | Checking pretty-hex v0.4.1 |
528 | 2024-11-13T19:02:41.071Z | Checking ipnet v2.10.1 |
529 | 2024-11-13T19:02:41.109Z | Compiling rustversion v1.0.17 |
530 | 2024-11-13T19:02:41.192Z | Checking hyper-util v0.1.10 |
531 | 2024-11-13T19:02:41.657Z | Checking dirs-next v2.0.0 |
532 | 2024-11-13T19:02:41.841Z | Checking serde_spanned v0.6.8 |
533 | 2024-11-13T19:02:41.883Z | Checking toml_datetime v0.6.8 |
534 | 2024-11-13T19:02:42.034Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-11-13T19:02:42.128Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-11-13T19:02:42.175Z | Checking block-buffer v0.10.4 |
537 | 2024-11-13T19:02:42.378Z | Checking crypto-common v0.1.6 |
538 | 2024-11-13T19:02:42.498Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-11-13T19:02:42.554Z | Checking rand_core v0.6.4 |
540 | 2024-11-13T19:02:42.680Z | Checking thread_local v1.1.8 |
541 | 2024-11-13T19:02:42.798Z | Compiling multer v3.1.0 |
542 | 2024-11-13T19:02:42.832Z | Compiling slog-async v2.8.0 |
543 | 2024-11-13T19:02:42.915Z | Checking hyper-rustls v0.27.3 |
544 | 2024-11-13T19:02:42.956Z | Checking hyper-tls v0.6.0 |
545 | 2024-11-13T19:02:43.132Z | Compiling anyhow v1.0.93 |
546 | 2024-11-13T19:02:43.204Z | Compiling camino v1.1.9 |
547 | 2024-11-13T19:02:43.231Z | Checking reqwest v0.12.9 |
548 | 2024-11-13T19:02:43.338Z | Compiling newtype-uuid v1.1.3 |
549 | 2024-11-13T19:02:43.661Z | Checking winnow v0.6.20 |
550 | 2024-11-13T19:02:43.762Z | Checking match_cfg v0.1.0 |
551 | 2024-11-13T19:02:43.869Z | Checking hostname v0.3.1 |
552 | 2024-11-13T19:02:44.154Z | Checking rand_chacha v0.3.1 |
553 | 2024-11-13T19:02:44.516Z | Checking digest v0.10.7 |
554 | 2024-11-13T19:02:44.622Z | Checking progenitor-client v0.8.0 |
555 | 2024-11-13T19:02:44.735Z | Checking crossbeam-channel v0.5.13 |
556 | 2024-11-13T19:02:44.933Z | Checking term v0.7.0 |
557 | 2024-11-13T19:02:45.133Z | Compiling structmeta v0.3.0 |
558 | 2024-11-13T19:02:45.531Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-11-13T19:02:45.678Z | Compiling darling_macro v0.20.10 |
560 | 2024-11-13T19:02:45.755Z | Compiling usdt-macro v0.5.0 |
561 | 2024-11-13T19:02:46.091Z | Checking slog-json v2.6.1 |
562 | 2024-11-13T19:02:46.337Z | Checking futures-executor v0.3.31 |
563 | 2024-11-13T19:02:46.509Z | Compiling async-stream-impl v0.3.6 |
564 | 2024-11-13T19:02:46.554Z | Checking is-terminal v0.4.13 |
565 | 2024-11-13T19:02:46.639Z | Compiling darling v0.20.10 |
566 | 2024-11-13T19:02:46.666Z | Checking memmap v0.7.0 |
567 | 2024-11-13T19:02:46.738Z | Checking toml_edit v0.22.22 |
568 | 2024-11-13T19:02:46.758Z | Compiling dropshot v0.12.0 |
569 | 2024-11-13T19:02:46.881Z | Checking cpufeatures v0.2.14 |
570 | 2024-11-13T19:02:46.916Z | Checking take_mut v0.2.2 |
571 | 2024-11-13T19:02:46.972Z | Checking sha1 v0.10.6 |
572 | 2024-11-13T19:02:46.999Z | Checking usdt v0.5.0 |
573 | 2024-11-13T19:02:47.152Z | Compiling serde_with_macros v3.11.0 |
574 | 2024-11-13T19:02:47.222Z | Checking slog-term v2.9.1 |
575 | 2024-11-13T19:02:47.244Z | Checking futures v0.3.31 |
576 | 2024-11-13T19:02:47.351Z | Checking slog-bunyan v2.5.0 |
577 | 2024-11-13T19:02:47.371Z | Compiling strum_macros v0.26.4 |
578 | 2024-11-13T19:02:47.522Z | Compiling parse-display-derive v0.10.0 |
579 | 2024-11-13T19:02:47.692Z | Checking rand v0.8.5 |
580 | 2024-11-13T19:02:47.799Z | Checking async-stream v0.3.6 |
581 | 2024-11-13T19:02:49.062Z | Checking tokio-rustls v0.25.0 |
582 | 2024-11-13T19:02:49.132Z | Checking ipnetwork v0.20.0 |
583 | 2024-11-13T19:02:49.333Z | Checking toml v0.8.19 |
584 | 2024-11-13T19:02:49.406Z | Compiling dropshot_endpoint v0.12.0 |
585 | 2024-11-13T19:02:49.474Z | Checking hex v0.4.3 |
586 | 2024-11-13T19:02:49.618Z | Checking serde_path_to_error v0.1.16 |
587 | 2024-11-13T19:02:49.808Z | Compiling async-trait v0.1.83 |
588 | 2024-11-13T19:02:49.993Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-11-13T19:02:50.096Z | Checking waitgroup v0.1.2 |
590 | 2024-11-13T19:02:50.228Z | Checking hostname v0.4.0 |
591 | 2024-11-13T19:02:50.247Z | Checking instant v0.1.13 |
592 | 2024-11-13T19:02:50.365Z | Checking debug-ignore v1.0.5 |
593 | 2024-11-13T19:02:50.369Z | Checking backoff v0.4.0 |
594 | 2024-11-13T19:02:50.503Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
595 | 2024-11-13T19:02:50.643Z | Checking serde_with v3.11.0 |
596 | 2024-11-13T19:02:50.672Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-11-13T19:02:50.806Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-11-13T19:02:50.946Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
599 | 2024-11-13T19:02:51.029Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-11-13T19:02:51.388Z | Checking macaddr v1.0.1 |
601 | 2024-11-13T19:02:51.414Z | Checking parse-display v0.10.0 |
602 | 2024-11-13T19:02:51.631Z | Checking regress v0.9.1 |
603 | 2024-11-13T19:02:51.897Z | Checking strum v0.26.3 |
604 | 2024-11-13T19:02:52.169Z | Compiling typify-macro v0.2.0 |
605 | 2024-11-13T19:02:54.079Z | Compiling typify v0.2.0 |
606 | 2024-11-13T19:02:54.167Z | Compiling progenitor-impl v0.8.0 |
607 | 2024-11-13T19:02:56.755Z | Compiling progenitor-macro v0.8.0 |
608 | 2024-11-13T19:03:00.914Z | Checking progenitor v0.8.0 |
609 | 2024-11-13T19:03:01.020Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
610 | 2024-11-13T19:03:03.779Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
611 | 2024-11-13T19:03:11.275Z | Checking test-project v0.1.0 (/tmp/test-project) |
612 | 2024-11-13T19:03:11.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
613 | 2024-11-13T19:03:11.647Z | + cargo build --release |
614 | 2024-11-13T19:03:11.885Z | Compiling proc-macro2 v1.0.89 |
615 | 2024-11-13T19:03:11.885Z | Compiling unicode-ident v1.0.13 |
616 | 2024-11-13T19:03:11.885Z | Compiling libc v0.2.162 |
617 | 2024-11-13T19:03:11.887Z | Compiling cfg-if v1.0.0 |
618 | 2024-11-13T19:03:11.887Z | Compiling autocfg v1.4.0 |
619 | 2024-11-13T19:03:11.887Z | Compiling serde v1.0.215 |
620 | 2024-11-13T19:03:11.887Z | Compiling version_check v0.9.5 |
621 | 2024-11-13T19:03:11.887Z | Compiling memchr v2.7.4 |
622 | 2024-11-13T19:03:11.989Z | Compiling serde_json v1.0.132 |
623 | 2024-11-13T19:03:12.062Z | Compiling itoa v1.0.11 |
624 | 2024-11-13T19:03:12.305Z | Compiling thiserror v1.0.64 |
625 | 2024-11-13T19:03:12.440Z | Compiling once_cell v1.20.2 |
626 | 2024-11-13T19:03:12.544Z | Compiling shlex v1.3.0 |
627 | 2024-11-13T19:03:12.796Z | Compiling cc v1.1.30 |
628 | 2024-11-13T19:03:12.881Z | Compiling num-traits v0.2.19 |
629 | 2024-11-13T19:03:13.129Z | Compiling pin-project-lite v0.2.14 |
630 | 2024-11-13T19:03:13.235Z | Compiling ryu v1.0.18 |
631 | 2024-11-13T19:03:13.354Z | Compiling getrandom v0.2.15 |
632 | 2024-11-13T19:03:13.406Z | Compiling bytes v1.7.2 |
633 | 2024-11-13T19:03:13.586Z | Compiling quote v1.0.37 |
634 | 2024-11-13T19:03:13.683Z | Compiling futures-core v0.3.31 |
635 | 2024-11-13T19:03:13.796Z | Compiling lock_api v0.4.12 |
636 | 2024-11-13T19:03:13.810Z | Compiling ahash v0.8.11 |
637 | 2024-11-13T19:03:13.915Z | Compiling schemars v0.8.21 |
638 | 2024-11-13T19:03:14.121Z | Compiling syn v2.0.87 |
639 | 2024-11-13T19:03:14.189Z | Compiling parking_lot_core v0.9.10 |
640 | 2024-11-13T19:03:14.266Z | Compiling byteorder v1.5.0 |
641 | 2024-11-13T19:03:14.423Z | Compiling scopeguard v1.2.0 |
642 | 2024-11-13T19:03:14.567Z | Compiling smallvec v1.13.2 |
643 | 2024-11-13T19:03:14.628Z | Compiling slab v0.4.9 |
644 | 2024-11-13T19:03:14.712Z | Compiling log v0.4.22 |
645 | 2024-11-13T19:03:14.927Z | Compiling futures-sink v0.3.31 |
646 | 2024-11-13T19:03:15.068Z | Compiling mio v1.0.2 |
647 | 2024-11-13T19:03:15.099Z | Compiling socket2 v0.5.7 |
648 | 2024-11-13T19:03:15.144Z | Compiling signal-hook-registry v1.4.2 |
649 | 2024-11-13T19:03:15.239Z | Compiling hashbrown v0.15.0 |
650 | 2024-11-13T19:03:15.456Z | Compiling parking_lot v0.12.3 |
651 | 2024-11-13T19:03:15.769Z | Compiling ring v0.17.8 |
652 | 2024-11-13T19:03:15.776Z | Compiling fnv v1.0.7 |
653 | 2024-11-13T19:03:16.092Z | Compiling equivalent v1.0.1 |
654 | 2024-11-13T19:03:16.099Z | Compiling http v1.1.0 |
655 | 2024-11-13T19:03:16.673Z | Compiling futures-channel v0.3.31 |
656 | 2024-11-13T19:03:16.704Z | Compiling pin-utils v0.1.0 |
657 | 2024-11-13T19:03:16.718Z | Compiling futures-task v0.3.31 |
658 | 2024-11-13T19:03:16.766Z | Compiling semver v1.0.23 |
659 | 2024-11-13T19:03:16.786Z | Compiling futures-io v0.3.31 |
660 | 2024-11-13T19:03:17.111Z | Compiling vcpkg v0.2.15 |
661 | 2024-11-13T19:03:17.118Z | Compiling heck v0.5.0 |
662 | 2024-11-13T19:03:17.193Z | Compiling rustls-pki-types v1.9.0 |
663 | 2024-11-13T19:03:17.240Z | Compiling spin v0.9.8 |
664 | 2024-11-13T19:03:17.486Z | Compiling pkg-config v0.3.31 |
665 | 2024-11-13T19:03:18.079Z | Compiling iana-time-zone v0.1.61 |
666 | 2024-11-13T19:03:18.734Z | Compiling httparse v1.9.5 |
667 | 2024-11-13T19:03:18.763Z | Compiling openssl-sys v0.9.104 |
668 | 2024-11-13T19:03:18.812Z | Compiling ucd-trie v0.1.7 |
669 | 2024-11-13T19:03:19.011Z | Compiling untrusted v0.9.0 |
670 | 2024-11-13T19:03:19.291Z | Compiling tracing-core v0.1.32 |
671 | 2024-11-13T19:03:19.745Z | Compiling dyn-clone v1.0.17 |
672 | 2024-11-13T19:03:19.806Z | Compiling atomic-waker v1.1.2 |
673 | 2024-11-13T19:03:19.808Z | Compiling allocator-api2 v0.2.18 |
674 | 2024-11-13T19:03:20.583Z | Compiling tracing v0.1.40 |
675 | 2024-11-13T19:03:20.673Z | Compiling http-body v1.0.1 |
676 | 2024-11-13T19:03:20.906Z | Compiling chrono v0.4.38 |
677 | 2024-11-13T19:03:21.045Z | Compiling subtle v2.6.1 |
678 | 2024-11-13T19:03:21.220Z | Compiling zeroize v1.8.1 |
679 | 2024-11-13T19:03:21.316Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-11-13T19:03:21.363Z | Compiling uuid v1.10.0 |
681 | 2024-11-13T19:03:21.538Z | Compiling try-lock v0.2.5 |
682 | 2024-11-13T19:03:21.650Z | Compiling want v0.3.1 |
683 | 2024-11-13T19:03:21.930Z | Compiling httpdate v1.0.3 |
684 | 2024-11-13T19:03:21.990Z | Compiling foreign-types-shared v0.1.1 |
685 | 2024-11-13T19:03:22.082Z | Compiling slog v2.7.0 |
686 | 2024-11-13T19:03:22.552Z | Compiling openssl v0.10.68 |
687 | 2024-11-13T19:03:22.993Z | Compiling foreign-types v0.3.2 |
688 | 2024-11-13T19:03:23.078Z | Compiling aho-corasick v1.1.3 |
689 | 2024-11-13T19:03:23.727Z | Compiling typenum v1.17.0 |
690 | 2024-11-13T19:03:24.441Z | Compiling native-tls v0.2.12 |
691 | 2024-11-13T19:03:24.449Z | Compiling tower-service v0.3.3 |
692 | 2024-11-13T19:03:24.563Z | Compiling regex-syntax v0.8.5 |
693 | 2024-11-13T19:03:24.702Z | Compiling rustls v0.23.14 |
694 | 2024-11-13T19:03:24.801Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-11-13T19:03:24.881Z | Compiling percent-encoding v2.3.1 |
696 | 2024-11-13T19:03:25.013Z | Compiling bitflags v2.6.0 |
697 | 2024-11-13T19:03:25.336Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-11-13T19:03:25.390Z | Compiling tinyvec v1.8.0 |
699 | 2024-11-13T19:03:25.882Z | Compiling generic-array v0.14.7 |
700 | 2024-11-13T19:03:26.206Z | Compiling openssl-probe v0.1.5 |
701 | 2024-11-13T19:03:26.916Z | Compiling serde_derive v1.0.215 |
702 | 2024-11-13T19:03:27.107Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-11-13T19:03:27.519Z | Compiling thiserror-impl v1.0.64 |
704 | 2024-11-13T19:03:27.642Z | Compiling schemars_derive v0.8.21 |
705 | 2024-11-13T19:03:27.977Z | Compiling tokio-macros v2.4.0 |
706 | 2024-11-13T19:03:29.216Z | Compiling zerocopy v0.7.35 |
707 | 2024-11-13T19:03:30.439Z | Compiling tokio v1.40.0 |
708 | 2024-11-13T19:03:30.467Z | Compiling futures-macro v0.3.31 |
709 | 2024-11-13T19:03:30.604Z | Compiling pest v2.7.14 |
710 | 2024-11-13T19:03:31.289Z | Compiling hashbrown v0.14.5 |
711 | 2024-11-13T19:03:31.364Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-13T19:03:32.337Z | Compiling futures-util v0.3.31 |
713 | 2024-11-13T19:03:32.622Z | Compiling regress v0.10.1 |
714 | 2024-11-13T19:03:33.533Z | Compiling pest_meta v2.7.14 |
715 | 2024-11-13T19:03:36.096Z | Compiling pest_generator v2.7.14 |
716 | 2024-11-13T19:03:37.636Z | Compiling openssl-macros v0.1.1 |
717 | 2024-11-13T19:03:37.857Z | Compiling pest_derive v2.7.14 |
718 | 2024-11-13T19:03:38.727Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-13T19:03:39.364Z | Compiling tokio-util v0.7.12 |
720 | 2024-11-13T19:03:39.476Z | Compiling http-body-util v0.1.2 |
721 | 2024-11-13T19:03:41.643Z | Compiling indexmap v2.6.0 |
722 | 2024-11-13T19:03:43.362Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-11-13T19:03:45.199Z | Compiling h2 v0.4.6 |
724 | 2024-11-13T19:03:51.887Z | Compiling typify-impl v0.2.0 |
725 | 2024-11-13T19:03:51.985Z | Compiling hyper v1.4.1 |
726 | 2024-11-13T19:03:53.915Z | Compiling regex v1.11.1 |
727 | 2024-11-13T19:03:54.959Z | Compiling hyper-util v0.1.10 |
728 | 2024-11-13T19:03:59.474Z | Compiling unicode-normalization v0.1.24 |
729 | 2024-11-13T19:04:00.581Z | Compiling scroll_derive v0.12.0 |
730 | 2024-11-13T19:04:01.058Z | Compiling usdt-impl v0.5.0 |
731 | 2024-11-13T19:04:01.426Z | Compiling encoding_rs v0.8.34 |
732 | 2024-11-13T19:04:02.087Z | Compiling powerfmt v0.2.0 |
733 | 2024-11-13T19:04:02.364Z | Compiling unicode-bidi v0.3.17 |
734 | 2024-11-13T19:04:02.541Z | Compiling num-conv v0.1.0 |
735 | 2024-11-13T19:04:03.965Z | Compiling mime v0.3.17 |
736 | 2024-11-13T19:04:04.011Z | Compiling typify-macro v0.2.0 |
737 | 2024-11-13T19:04:05.047Z | Compiling time-core v0.1.2 |
738 | 2024-11-13T19:04:05.204Z | Compiling time-macros v0.2.18 |
739 | 2024-11-13T19:04:05.223Z | Compiling idna v0.5.0 |
740 | 2024-11-13T19:04:08.239Z | Compiling deranged v0.3.11 |
741 | 2024-11-13T19:04:10.552Z | Compiling scroll v0.12.0 |
742 | 2024-11-13T19:04:11.221Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-13T19:04:11.494Z | Compiling tokio-rustls v0.26.0 |
744 | 2024-11-13T19:04:11.971Z | Compiling dof v0.3.0 |
745 | 2024-11-13T19:04:12.130Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-13T19:04:12.716Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-11-13T19:04:12.832Z | Compiling thread-id v4.2.2 |
748 | 2024-11-13T19:04:12.928Z | Compiling webpki-roots v0.26.6 |
749 | 2024-11-13T19:04:13.137Z | Compiling rustls-pemfile v2.2.0 |
750 | 2024-11-13T19:04:14.677Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-11-13T19:04:15.251Z | Compiling strsim v0.11.1 |
752 | 2024-11-13T19:04:15.688Z | Compiling num_threads v0.1.7 |
753 | 2024-11-13T19:04:15.802Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-11-13T19:04:16.024Z | Compiling ident_case v1.0.1 |
755 | 2024-11-13T19:04:16.100Z | Compiling base64 v0.22.1 |
756 | 2024-11-13T19:04:16.182Z | Compiling plain v0.2.3 |
757 | 2024-11-13T19:04:16.337Z | Compiling goblin v0.8.2 |
758 | 2024-11-13T19:04:20.643Z | Compiling darling_core v0.20.10 |
759 | 2024-11-13T19:04:21.064Z | Compiling time v0.3.36 |
760 | 2024-11-13T19:04:25.066Z | Compiling hyper-rustls v0.27.3 |
761 | 2024-11-13T19:04:26.793Z | Compiling hyper-tls v0.6.0 |
762 | 2024-11-13T19:04:26.870Z | Compiling typify v0.2.0 |
763 | 2024-11-13T19:04:26.988Z | Compiling url v2.5.2 |
764 | 2024-11-13T19:04:27.295Z | Compiling openapiv3 v2.0.0 |
765 | 2024-11-13T19:04:29.492Z | Compiling sync_wrapper v1.0.1 |
766 | 2024-11-13T19:04:29.640Z | Compiling dirs-sys-next v0.1.2 |
767 | 2024-11-13T19:04:30.569Z | Compiling rustls v0.22.4 |
768 | 2024-11-13T19:04:30.756Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-11-13T19:04:30.881Z | Compiling paste v1.0.15 |
770 | 2024-11-13T19:04:31.357Z | Compiling ipnet v2.10.1 |
771 | 2024-11-13T19:04:31.488Z | Compiling pretty-hex v0.4.1 |
772 | 2024-11-13T19:04:31.708Z | Compiling rustversion v1.0.17 |
773 | 2024-11-13T19:04:32.398Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-11-13T19:04:32.496Z | Compiling reqwest v0.12.9 |
775 | 2024-11-13T19:04:34.468Z | Compiling progenitor-impl v0.8.0 |
776 | 2024-11-13T19:04:35.625Z | Compiling dirs-next v2.0.0 |
777 | 2024-11-13T19:04:35.872Z | Compiling darling_macro v0.20.10 |
778 | 2024-11-13T19:04:37.936Z | Compiling block-buffer v0.10.4 |
779 | 2024-11-13T19:04:38.170Z | Compiling crypto-common v0.1.6 |
780 | 2024-11-13T19:04:38.176Z | Compiling serde_spanned v0.6.8 |
781 | 2024-11-13T19:04:38.382Z | Compiling toml_datetime v0.6.8 |
782 | 2024-11-13T19:04:38.406Z | Compiling ppv-lite86 v0.2.20 |
783 | 2024-11-13T19:04:39.035Z | Compiling structmeta-derive v0.3.0 |
784 | 2024-11-13T19:04:39.045Z | Compiling rand_core v0.6.4 |
785 | 2024-11-13T19:04:39.484Z | Compiling thread_local v1.1.8 |
786 | 2024-11-13T19:04:39.534Z | Compiling multer v3.1.0 |
787 | 2024-11-13T19:04:39.862Z | Compiling slog-async v2.8.0 |
788 | 2024-11-13T19:04:40.217Z | Compiling winnow v0.6.20 |
789 | 2024-11-13T19:04:40.336Z | Compiling match_cfg v0.1.0 |
790 | 2024-11-13T19:04:40.423Z | Compiling anyhow v1.0.93 |
791 | 2024-11-13T19:04:41.019Z | Compiling camino v1.1.9 |
792 | 2024-11-13T19:04:41.045Z | Compiling newtype-uuid v1.1.3 |
793 | 2024-11-13T19:04:41.278Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-13T19:04:41.661Z | Compiling hostname v0.3.1 |
795 | 2024-11-13T19:04:41.691Z | Compiling structmeta v0.3.0 |
796 | 2024-11-13T19:04:41.890Z | Compiling rand_chacha v0.3.1 |
797 | 2024-11-13T19:04:42.050Z | Compiling digest v0.10.7 |
798 | 2024-11-13T19:04:43.449Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-11-13T19:04:43.603Z | Compiling darling v0.20.10 |
800 | 2024-11-13T19:04:43.703Z | Compiling term v0.7.0 |
801 | 2024-11-13T19:04:44.588Z | Compiling toml_edit v0.22.22 |
802 | 2024-11-13T19:04:49.466Z | Compiling progenitor-client v0.8.0 |
803 | 2024-11-13T19:04:51.632Z | Compiling usdt-macro v0.5.0 |
804 | 2024-11-13T19:04:52.955Z | Compiling usdt-attr-macro v0.5.0 |
805 | 2024-11-13T19:04:53.057Z | Compiling slog-json v2.6.1 |
806 | 2024-11-13T19:04:53.510Z | Compiling futures-executor v0.3.31 |
807 | 2024-11-13T19:04:54.149Z | Compiling async-stream-impl v0.3.6 |
808 | 2024-11-13T19:04:54.446Z | Compiling memmap v0.7.0 |
809 | 2024-11-13T19:04:54.649Z | Compiling is-terminal v0.4.13 |
810 | 2024-11-13T19:04:54.766Z | Compiling dropshot v0.12.0 |
811 | 2024-11-13T19:04:54.890Z | Compiling cpufeatures v0.2.14 |
812 | 2024-11-13T19:04:54.979Z | Compiling take_mut v0.2.2 |
813 | 2024-11-13T19:04:55.147Z | Compiling sha1 v0.10.6 |
814 | 2024-11-13T19:04:55.491Z | Compiling async-stream v0.3.6 |
815 | 2024-11-13T19:04:55.804Z | Compiling slog-term v2.9.1 |
816 | 2024-11-13T19:04:55.891Z | Compiling usdt v0.5.0 |
817 | 2024-11-13T19:04:57.447Z | Compiling progenitor v0.8.0 |
818 | 2024-11-13T19:04:57.631Z | Compiling futures v0.3.31 |
819 | 2024-11-13T19:04:57.825Z | Compiling slog-bunyan v2.5.0 |
820 | 2024-11-13T19:04:58.093Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-13T19:04:58.511Z | Compiling tokio-rustls v0.25.0 |
822 | 2024-11-13T19:04:58.772Z | Compiling toml v0.8.19 |
823 | 2024-11-13T19:04:58.948Z | Compiling serde_with_macros v3.11.0 |
824 | 2024-11-13T19:05:01.695Z | Compiling rand v0.8.5 |
825 | 2024-11-13T19:05:02.757Z | Compiling parse-display-derive v0.10.0 |
826 | 2024-11-13T19:05:07.135Z | Compiling ipnetwork v0.20.0 |
827 | 2024-11-13T19:05:07.577Z | Compiling dropshot_endpoint v0.12.0 |
828 | 2024-11-13T19:05:07.634Z | Compiling hex v0.4.3 |
829 | 2024-11-13T19:05:07.724Z | Compiling serde_path_to_error v0.1.16 |
830 | 2024-11-13T19:05:08.343Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
831 | 2024-11-13T19:05:08.725Z | Compiling async-trait v0.1.83 |
832 | 2024-11-13T19:05:09.160Z | Compiling waitgroup v0.1.2 |
833 | 2024-11-13T19:05:09.399Z | Compiling hostname v0.4.0 |
834 | 2024-11-13T19:05:09.634Z | Compiling instant v0.1.13 |
835 | 2024-11-13T19:05:09.791Z | Compiling debug-ignore v1.0.5 |
836 | 2024-11-13T19:05:09.931Z | Compiling backoff v0.4.0 |
837 | 2024-11-13T19:05:10.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
838 | 2024-11-13T19:05:10.490Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
839 | 2024-11-13T19:05:10.649Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
840 | 2024-11-13T19:05:11.259Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
841 | 2024-11-13T19:05:11.816Z | Compiling parse-display v0.10.0 |
842 | 2024-11-13T19:05:12.252Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
843 | 2024-11-13T19:05:14.071Z | Compiling strum v0.26.3 |
844 | 2024-11-13T19:05:14.252Z | Compiling serde_with v3.11.0 |
845 | 2024-11-13T19:05:15.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
846 | 2024-11-13T19:05:16.357Z | Compiling macaddr v1.0.1 |
847 | 2024-11-13T19:05:16.921Z | Compiling regress v0.9.1 |
848 | 2024-11-13T19:05:21.071Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
849 | 2024-11-13T19:05:31.631Z | Compiling test-project v0.1.0 (/tmp/test-project) |
850 | 2024-11-13T19:05:41.484Z | Finished `release` profile [optimized] target(s) in 2m 29s |
851 | 2024-11-13T19:05:41.544Z | process exited: duration 230580 ms, exit code 0 |
|
852 | 2024-11-13T19:05:41.549Z | found 0 output files |