|
|
|
1 | 2024-12-19T18:33:40.238Z | job assigned to worker 01JFG32Z050ZDYVBJWJWGX1V13 [factory aws, i-047acf877df1fb1d2] (queued for 1 m 5 s) |
|
2 | 2024-12-19T18:33:48.372Z | starting task 0: "setup" |
3 | 2024-12-19T18:33:48.383Z | ++ uname -s |
4 | 2024-12-19T18:33:48.385Z | + kern=SunOS |
5 | 2024-12-19T18:33:48.386Z | + case "$kern" in |
6 | 2024-12-19T18:33:48.386Z | + groupadd -g 12345 build |
7 | 2024-12-19T18:33:48.388Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T18:33:50.396Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T18:33:50.524Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T18:33:50.526Z | + home_fs=zfs |
11 | 2024-12-19T18:33:50.526Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T18:33:50.526Z | + mkdir -p /home/build |
13 | 2024-12-19T18:33:50.529Z | + chown build:build /home/build /work |
14 | 2024-12-19T18:33:52.531Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T18:33:52.534Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-12-19T18:33:52.539Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T18:33:52.544Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T18:33:52.544Z | ' 1.81.0 |
19 | 2024-12-19T18:33:52.547Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T18:33:52.547Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T18:33:52.547Z | ' default |
22 | 2024-12-19T18:33:52.547Z | * toolchain profile = "default" |
23 | 2024-12-19T18:33:52.547Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T18:33:52.548Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T18:33:52.664Z | info: downloading installer |
26 | 2024-12-19T18:33:53.807Z | info: profile set to 'default' |
27 | 2024-12-19T18:33:53.807Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T18:33:53.810Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T18:33:53.942Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T18:33:53.942Z | info: downloading component 'cargo' |
31 | 2024-12-19T18:33:54.643Z | info: downloading component 'clippy' |
32 | 2024-12-19T18:33:54.903Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T18:33:55.877Z | info: downloading component 'rust-std' |
34 | 2024-12-19T18:33:57.394Z | info: downloading component 'rustc' |
35 | 2024-12-19T18:34:02.827Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T18:34:03.039Z | info: installing component 'cargo' |
37 | 2024-12-19T18:34:03.830Z | info: installing component 'clippy' |
38 | 2024-12-19T18:34:04.188Z | info: installing component 'rust-docs' |
39 | 2024-12-19T18:34:05.795Z | info: installing component 'rust-std' |
40 | 2024-12-19T18:34:07.545Z | info: installing component 'rustc' |
41 | 2024-12-19T18:34:13.193Z | info: installing component 'rustfmt' |
42 | 2024-12-19T18:34:13.511Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T18:34:13.511Z | |
44 | 2024-12-19T18:34:13.878Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T18:34:13.878Z | |
46 | 2024-12-19T18:34:13.882Z | |
47 | 2024-12-19T18:34:13.882Z | Rust is installed now. Great! |
48 | 2024-12-19T18:34:13.882Z | |
49 | 2024-12-19T18:34:13.882Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T18:34:13.882Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T18:34:13.882Z | |
52 | 2024-12-19T18:34:13.882Z | To configure your current shell, you need to source |
53 | 2024-12-19T18:34:13.882Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T18:34:13.882Z | |
55 | 2024-12-19T18:34:13.882Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T18:34:13.882Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T18:34:13.882Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T18:34:13.952Z | + rustc --version |
59 | 2024-12-19T18:34:14.018Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T18:34:14.021Z | process exited: duration 21478 ms, exit code 0 |
|
61 | 2024-12-19T18:34:14.026Z | starting task 2: "authentication" |
62 | 2024-12-19T18:34:14.047Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T18:34:14.053Z | starting task 3: "clone repository" |
64 | 2024-12-19T18:34:14.058Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T18:34:14.061Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T18:34:14.111Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T18:34:21.248Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T18:34:21.248Z | + git fetch origin 331ac9a90c4c250e72cea2843928c762a91a552e |
69 | 2024-12-19T18:34:21.532Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T18:34:21.532Z | * branch 331ac9a90c4c250e72cea2843928c762a91a552e -> FETCH_HEAD |
71 | 2024-12-19T18:34:21.543Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2024-12-19T18:34:21.545Z | ++ git branch --show-current |
73 | 2024-12-19T18:34:21.545Z | + current=main |
74 | 2024-12-19T18:34:21.545Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2024-12-19T18:34:21.545Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 331ac9a90c4c250e72cea2843928c762a91a552e |
76 | 2024-12-19T18:34:21.548Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2024-12-19T18:34:21.722Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2024-12-19T18:34:21.725Z | + git reset --hard 331ac9a90c4c250e72cea2843928c762a91a552e |
79 | 2024-12-19T18:34:21.896Z | HEAD is now at 331ac9a90 Find propolis procs |
80 | 2024-12-19T18:34:21.902Z | process exited: duration 7843 ms, exit code 0 |
|
81 | 2024-12-19T18:34:21.908Z | starting task 4: "build" |
82 | 2024-12-19T18:34:21.914Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T18:34:21.917Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T18:34:21.917Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T18:34:21.917Z | + cargo --version |
86 | 2024-12-19T18:34:21.973Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T18:34:21.975Z | + rustc --version |
88 | 2024-12-19T18:34:22.036Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T18:34:22.038Z | + cd /tmp |
90 | 2024-12-19T18:34:22.038Z | + cargo new --lib test-project |
91 | 2024-12-19T18:34:22.096Z | Creating library `test-project` package |
92 | 2024-12-19T18:34:22.172Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-19T18:34:22.175Z | + cd test-project |
94 | 2024-12-19T18:34:22.175Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-19T18:34:22.235Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-19T18:34:22.235Z | Features: |
97 | 2024-12-19T18:34:22.235Z | - proptest |
98 | 2024-12-19T18:34:22.235Z | - test-strategy |
99 | 2024-12-19T18:34:22.235Z | - testing |
100 | 2024-12-19T18:34:22.238Z | Updating crates.io index |
101 | 2024-12-19T18:34:22.281Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-19T18:34:22.786Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-19T18:34:23.343Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-19T18:34:23.955Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-19T18:34:25.243Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-19T18:34:25.246Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-19T18:34:25.246Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-19T18:34:25.246Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-19T18:34:25.246Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-19T18:34:25.246Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-19T18:34:25.249Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-19T18:34:25.249Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-19T18:34:25.249Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-19T18:34:25.249Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-19T18:34:25.249Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-19T18:34:25.253Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-19T18:34:25.253Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-19T18:34:25.255Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-19T18:34:25.260Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-19T18:34:25.262Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-19T18:34:25.265Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-19T18:34:25.265Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-19T18:34:25.265Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-19T18:34:25.265Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-19T18:34:25.265Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-19T18:34:25.267Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-19T18:34:25.270Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-19T18:34:25.270Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-19T18:34:25.270Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-19T18:34:25.270Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-19T18:34:25.270Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-19T18:34:25.270Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-19T18:34:25.272Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-19T18:34:25.272Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-19T18:34:25.272Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-19T18:34:25.272Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-19T18:34:25.272Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-19T18:34:25.347Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-19T18:34:25.350Z | + cargo check |
140 | 2024-12-19T18:34:25.513Z | Updating crates.io index |
141 | 2024-12-19T18:34:26.211Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-19T18:34:29.398Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-19T18:34:31.310Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-19T18:34:32.081Z | Downloading crates ... |
145 | 2024-12-19T18:34:32.173Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-19T18:34:32.180Z | Downloaded autocfg v1.4.0 |
147 | 2024-12-19T18:34:32.187Z | Downloaded async-trait v0.1.83 |
148 | 2024-12-19T18:34:32.191Z | Downloaded foreign-types v0.3.2 |
149 | 2024-12-19T18:34:32.193Z | Downloaded async-stream v0.3.6 |
150 | 2024-12-19T18:34:32.197Z | Downloaded atomic-waker v1.1.2 |
151 | 2024-12-19T18:34:32.199Z | Downloaded equivalent v1.0.1 |
152 | 2024-12-19T18:34:32.199Z | Downloaded dtrace-parser v0.2.0 |
153 | 2024-12-19T18:34:32.206Z | Downloaded memmap v0.7.0 |
154 | 2024-12-19T18:34:32.208Z | Downloaded ident_case v1.0.1 |
155 | 2024-12-19T18:34:32.210Z | Downloaded darling_macro v0.20.10 |
156 | 2024-12-19T18:34:32.210Z | Downloaded match_cfg v0.1.0 |
157 | 2024-12-19T18:34:32.217Z | Downloaded instant v0.1.13 |
158 | 2024-12-19T18:34:32.219Z | Downloaded icu_provider_macros v1.5.0 |
159 | 2024-12-19T18:34:32.222Z | Downloaded foreign-types-shared v0.1.1 |
160 | 2024-12-19T18:34:32.226Z | Downloaded displaydoc v0.2.5 |
161 | 2024-12-19T18:34:32.229Z | Downloaded cfg-if v1.0.0 |
162 | 2024-12-19T18:34:32.232Z | Downloaded futures-macro v0.3.31 |
163 | 2024-12-19T18:34:32.234Z | Downloaded form_urlencoded v1.2.1 |
164 | 2024-12-19T18:34:32.234Z | Downloaded futures-sink v0.3.31 |
165 | 2024-12-19T18:34:32.237Z | Downloaded cpufeatures v0.2.14 |
166 | 2024-12-19T18:34:32.237Z | Downloaded dyn-clone v1.0.17 |
167 | 2024-12-19T18:34:32.240Z | Downloaded toml v0.8.19 |
168 | 2024-12-19T18:34:32.242Z | Downloaded toml_datetime v0.6.8 |
169 | 2024-12-19T18:34:32.245Z | Downloaded http-body-util v0.1.2 |
170 | 2024-12-19T18:34:32.247Z | Downloaded heck v0.5.0 |
171 | 2024-12-19T18:34:32.247Z | Downloaded http-body v1.0.1 |
172 | 2024-12-19T18:34:32.250Z | Downloaded itoa v1.0.11 |
173 | 2024-12-19T18:34:32.252Z | Downloaded dof v0.3.0 |
174 | 2024-12-19T18:34:32.252Z | Downloaded crypto-common v0.1.6 |
175 | 2024-12-19T18:34:32.252Z | Downloaded block-buffer v0.10.4 |
176 | 2024-12-19T18:34:32.255Z | Downloaded httpdate v1.0.3 |
177 | 2024-12-19T18:34:32.257Z | Downloaded hostname v0.3.1 |
178 | 2024-12-19T18:34:32.258Z | Downloaded hex v0.4.3 |
179 | 2024-12-19T18:34:32.260Z | Downloaded generic-array v0.14.7 |
180 | 2024-12-19T18:34:32.262Z | Downloaded fnv v1.0.7 |
181 | 2024-12-19T18:34:32.262Z | Downloaded futures-task v0.3.31 |
182 | 2024-12-19T18:34:32.264Z | Downloaded macaddr v1.0.1 |
183 | 2024-12-19T18:34:32.267Z | Downloaded ipnetwork v0.20.0 |
184 | 2024-12-19T18:34:32.267Z | Downloaded unicode-ident v1.0.13 |
185 | 2024-12-19T18:34:32.270Z | Downloaded typify v0.2.0 |
186 | 2024-12-19T18:34:32.273Z | Downloaded is-terminal v0.4.13 |
187 | 2024-12-19T18:34:32.275Z | Downloaded dirs-sys-next v0.1.2 |
188 | 2024-12-19T18:34:32.277Z | Downloaded take_mut v0.2.2 |
189 | 2024-12-19T18:34:32.277Z | Downloaded tower-service v0.3.3 |
190 | 2024-12-19T18:34:32.280Z | Downloaded try-lock v0.2.5 |
191 | 2024-12-19T18:34:32.280Z | Downloaded hyper-tls v0.6.0 |
192 | 2024-12-19T18:34:32.283Z | Downloaded usdt-attr-macro v0.5.0 |
193 | 2024-12-19T18:34:32.283Z | Downloaded sync_wrapper v1.0.1 |
194 | 2024-12-19T18:34:32.283Z | Downloaded hostname v0.4.0 |
195 | 2024-12-19T18:34:32.285Z | Downloaded tinystr v0.7.6 |
196 | 2024-12-19T18:34:32.287Z | Downloaded thiserror-impl v1.0.69 |
197 | 2024-12-19T18:34:32.290Z | Downloaded want v0.3.1 |
198 | 2024-12-19T18:34:32.290Z | Downloaded waitgroup v0.1.2 |
199 | 2024-12-19T18:34:32.290Z | Downloaded usdt-macro v0.5.0 |
200 | 2024-12-19T18:34:32.292Z | Downloaded dirs-next v2.0.0 |
201 | 2024-12-19T18:34:32.292Z | Downloaded futures-executor v0.3.31 |
202 | 2024-12-19T18:34:32.294Z | Downloaded digest v0.10.7 |
203 | 2024-12-19T18:34:32.294Z | Downloaded byteorder v1.5.0 |
204 | 2024-12-19T18:34:32.297Z | Downloaded httparse v1.9.5 |
205 | 2024-12-19T18:34:32.299Z | Downloaded usdt-impl v0.5.0 |
206 | 2024-12-19T18:34:32.301Z | Downloaded version_check v0.9.5 |
207 | 2024-12-19T18:34:32.303Z | Downloaded utf8_iter v1.0.4 |
208 | 2024-12-19T18:34:32.303Z | Downloaded utf16_iter v1.0.5 |
209 | 2024-12-19T18:34:32.305Z | Downloaded typify-macro v0.2.0 |
210 | 2024-12-19T18:34:32.305Z | Downloaded usdt v0.5.0 |
211 | 2024-12-19T18:34:32.308Z | Downloaded hyper-rustls v0.27.3 |
212 | 2024-12-19T18:34:32.310Z | Downloaded untrusted v0.9.0 |
213 | 2024-12-19T18:34:32.310Z | Downloaded unsafe-libyaml v0.2.11 |
214 | 2024-12-19T18:34:32.313Z | Downloaded litemap v0.7.3 |
215 | 2024-12-19T18:34:32.316Z | Downloaded camino v1.1.9 |
216 | 2024-12-19T18:34:32.318Z | Downloaded idna_adapter v1.2.0 |
217 | 2024-12-19T18:34:32.320Z | Downloaded ucd-trie v0.1.7 |
218 | 2024-12-19T18:34:32.320Z | Downloaded typenum v1.17.0 |
219 | 2024-12-19T18:34:32.323Z | Downloaded iana-time-zone v0.1.61 |
220 | 2024-12-19T18:34:32.325Z | Downloaded futures-io v0.3.31 |
221 | 2024-12-19T18:34:32.327Z | Downloaded deranged v0.3.11 |
222 | 2024-12-19T18:34:32.328Z | Downloaded sha1 v0.10.6 |
223 | 2024-12-19T18:34:32.330Z | Downloaded openssl-probe v0.1.5 |
224 | 2024-12-19T18:34:32.332Z | Downloaded num_threads v0.1.7 |
225 | 2024-12-19T18:34:32.332Z | Downloaded num-conv v0.1.0 |
226 | 2024-12-19T18:34:32.335Z | Downloaded ahash v0.8.11 |
227 | 2024-12-19T18:34:32.338Z | Downloaded tinyvec_macros v0.1.1 |
228 | 2024-12-19T18:34:32.338Z | Downloaded time-core v0.1.2 |
229 | 2024-12-19T18:34:32.338Z | Downloaded strum v0.26.3 |
230 | 2024-12-19T18:34:32.340Z | Downloaded openssl-macros v0.1.1 |
231 | 2024-12-19T18:34:32.340Z | Downloaded omicron-workspace-hack v0.1.0 |
232 | 2024-12-19T18:34:32.340Z | Downloaded futures-core v0.3.31 |
233 | 2024-12-19T18:34:32.343Z | Downloaded debug-ignore v1.0.5 |
234 | 2024-12-19T18:34:32.343Z | Downloaded backoff v0.4.0 |
235 | 2024-12-19T18:34:32.346Z | Downloaded synstructure v0.13.1 |
236 | 2024-12-19T18:34:32.349Z | Downloaded structmeta v0.3.0 |
237 | 2024-12-19T18:34:32.350Z | Downloaded time-macros v0.2.18 |
238 | 2024-12-19T18:34:32.351Z | Downloaded getrandom v0.2.15 |
239 | 2024-12-19T18:34:32.353Z | Downloaded icu_locid v1.5.0 |
240 | 2024-12-19T18:34:32.358Z | Downloaded futures-channel v0.3.31 |
241 | 2024-12-19T18:34:32.360Z | Downloaded yoke-derive v0.7.4 |
242 | 2024-12-19T18:34:32.362Z | Downloaded progenitor-client v0.8.0 |
243 | 2024-12-19T18:34:32.362Z | Downloaded zerofrom v0.1.4 |
244 | 2024-12-19T18:34:32.362Z | Downloaded icu_normalizer v1.5.0 |
245 | 2024-12-19T18:34:32.366Z | Downloaded icu_provider v1.5.0 |
246 | 2024-12-19T18:34:32.368Z | Downloaded lock_api v0.4.12 |
247 | 2024-12-19T18:34:32.371Z | Downloaded icu_locid_transform_data v1.5.0 |
248 | 2024-12-19T18:34:32.373Z | Downloaded icu_locid_transform v1.5.0 |
249 | 2024-12-19T18:34:32.376Z | Downloaded anyhow v1.0.93 |
250 | 2024-12-19T18:34:32.378Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2024-12-19T18:34:32.382Z | Downloaded shlex v1.3.0 |
252 | 2024-12-19T18:34:32.382Z | Downloaded progenitor v0.8.0 |
253 | 2024-12-19T18:34:32.382Z | Downloaded write16 v1.0.0 |
254 | 2024-12-19T18:34:32.384Z | Downloaded pretty-hex v0.4.1 |
255 | 2024-12-19T18:34:32.384Z | Downloaded allocator-api2 v0.2.18 |
256 | 2024-12-19T18:34:32.386Z | Downloaded stable_deref_trait v1.2.0 |
257 | 2024-12-19T18:34:32.389Z | Downloaded slog-async v2.8.0 |
258 | 2024-12-19T18:34:32.389Z | Downloaded zerovec-derive v0.10.3 |
259 | 2024-12-19T18:34:32.391Z | Downloaded thread_local v1.1.8 |
260 | 2024-12-19T18:34:32.391Z | Downloaded subtle v2.6.1 |
261 | 2024-12-19T18:34:32.393Z | Downloaded tokio-macros v2.4.0 |
262 | 2024-12-19T18:34:32.393Z | Downloaded newtype-uuid v1.1.3 |
263 | 2024-12-19T18:34:32.396Z | Downloaded writeable v0.5.5 |
264 | 2024-12-19T18:34:32.396Z | Downloaded strsim v0.11.1 |
265 | 2024-12-19T18:34:32.398Z | Downloaded serde_path_to_error v0.1.16 |
266 | 2024-12-19T18:34:32.400Z | Downloaded smallvec v1.13.2 |
267 | 2024-12-19T18:34:32.402Z | Downloaded percent-encoding v2.3.1 |
268 | 2024-12-19T18:34:32.402Z | Downloaded uuid v1.11.0 |
269 | 2024-12-19T18:34:32.405Z | Downloaded tracing-core v0.1.32 |
270 | 2024-12-19T18:34:32.407Z | Downloaded zeroize v1.8.1 |
271 | 2024-12-19T18:34:32.409Z | Downloaded tracing v0.1.40 |
272 | 2024-12-19T18:34:32.412Z | Downloaded pin-utils v0.1.0 |
273 | 2024-12-19T18:34:32.415Z | Downloaded pest_generator v2.7.14 |
274 | 2024-12-19T18:34:32.415Z | Downloaded bytes v1.8.0 |
275 | 2024-12-19T18:34:32.418Z | Downloaded darling_core v0.20.10 |
276 | 2024-12-19T18:34:32.422Z | Downloaded scroll v0.12.0 |
277 | 2024-12-19T18:34:32.426Z | Downloaded rand_chacha v0.3.1 |
278 | 2024-12-19T18:34:32.426Z | Downloaded slab v0.4.9 |
279 | 2024-12-19T18:34:32.428Z | Downloaded slog-term v2.9.1 |
280 | 2024-12-19T18:34:32.430Z | Downloaded strum_macros v0.26.4 |
281 | 2024-12-19T18:34:32.432Z | Downloaded progenitor-macro v0.8.0 |
282 | 2024-12-19T18:34:32.432Z | Downloaded ppv-lite86 v0.2.20 |
283 | 2024-12-19T18:34:32.434Z | Downloaded rustversion v1.0.17 |
284 | 2024-12-19T18:34:32.436Z | Downloaded slog v2.7.0 |
285 | 2024-12-19T18:34:32.438Z | Downloaded serde_with_macros v3.11.0 |
286 | 2024-12-19T18:34:32.441Z | Downloaded tokio-rustls v0.25.0 |
287 | 2024-12-19T18:34:32.441Z | Downloaded scroll_derive v0.12.0 |
288 | 2024-12-19T18:34:32.444Z | Downloaded rustc-hash v2.0.0 |
289 | 2024-12-19T18:34:32.444Z | Downloaded parse-display-derive v0.10.0 |
290 | 2024-12-19T18:34:32.446Z | Downloaded quinn-udp v0.5.5 |
291 | 2024-12-19T18:34:32.446Z | Downloaded indexmap v2.6.0 |
292 | 2024-12-19T18:34:32.449Z | Downloaded hyper-util v0.1.10 |
293 | 2024-12-19T18:34:32.453Z | Downloaded rand_core v0.6.4 |
294 | 2024-12-19T18:34:32.455Z | Downloaded thiserror v1.0.69 |
295 | 2024-12-19T18:34:32.459Z | Downloaded tinyvec v1.8.0 |
296 | 2024-12-19T18:34:32.462Z | Downloaded crossbeam-channel v0.5.13 |
297 | 2024-12-19T18:34:32.466Z | Downloaded schemars v0.8.21 |
298 | 2024-12-19T18:34:32.477Z | Downloaded serde_urlencoded v0.7.1 |
299 | 2024-12-19T18:34:32.479Z | Downloaded url v2.5.3 |
300 | 2024-12-19T18:34:32.481Z | Downloaded serde_spanned v0.6.8 |
301 | 2024-12-19T18:34:32.483Z | Downloaded tokio-native-tls v0.3.1 |
302 | 2024-12-19T18:34:32.485Z | Downloaded spin v0.9.8 |
303 | 2024-12-19T18:34:32.488Z | Downloaded pkg-config v0.3.31 |
304 | 2024-12-19T18:34:32.488Z | Downloaded parking_lot_core v0.9.10 |
305 | 2024-12-19T18:34:32.491Z | Downloaded serde_yaml v0.9.34+deprecated |
306 | 2024-12-19T18:34:32.493Z | Downloaded pin-project-lite v0.2.14 |
307 | 2024-12-19T18:34:32.497Z | Downloaded serde v1.0.215 |
308 | 2024-12-19T18:34:32.500Z | Downloaded rustls-pemfile v2.2.0 |
309 | 2024-12-19T18:34:32.502Z | Downloaded quote v1.0.37 |
310 | 2024-12-19T18:34:32.504Z | Downloaded sha2 v0.10.8 |
311 | 2024-12-19T18:34:32.506Z | Downloaded num-traits v0.2.19 |
312 | 2024-12-19T18:34:32.509Z | Downloaded aho-corasick v1.1.3 |
313 | 2024-12-19T18:34:32.514Z | Downloaded semver v1.0.23 |
314 | 2024-12-19T18:34:32.517Z | Downloaded proc-macro2 v1.0.89 |
315 | 2024-12-19T18:34:32.519Z | Downloaded pest_meta v2.7.14 |
316 | 2024-12-19T18:34:32.522Z | Downloaded hashbrown v0.15.1 |
317 | 2024-12-19T18:34:32.525Z | Downloaded pest_derive v2.7.14 |
318 | 2024-12-19T18:34:32.528Z | Downloaded time v0.3.36 |
319 | 2024-12-19T18:34:32.534Z | Downloaded ryu v1.0.18 |
320 | 2024-12-19T18:34:32.537Z | Downloaded progenitor-impl v0.8.0 |
321 | 2024-12-19T18:34:32.539Z | Downloaded tokio-util v0.7.12 |
322 | 2024-12-19T18:34:32.545Z | Downloaded serde_with v3.11.0 |
323 | 2024-12-19T18:34:32.553Z | Downloaded socket2 v0.5.7 |
324 | 2024-12-19T18:34:32.556Z | Downloaded goblin v0.8.2 |
325 | 2024-12-19T18:34:32.560Z | Downloaded serde_json v1.0.132 |
326 | 2024-12-19T18:34:32.567Z | Downloaded toml_edit v0.22.22 |
327 | 2024-12-19T18:34:32.586Z | Downloaded serde_derive v1.0.215 |
328 | 2024-12-19T18:34:32.589Z | Downloaded quinn v0.11.5 |
329 | 2024-12-19T18:34:32.592Z | Downloaded chrono v0.4.38 |
330 | 2024-12-19T18:34:32.598Z | Downloaded icu_properties_data v1.5.0 |
331 | 2024-12-19T18:34:32.607Z | Downloaded rustls-pki-types v1.10.0 |
332 | 2024-12-19T18:34:32.610Z | Downloaded rand v0.8.5 |
333 | 2024-12-19T18:34:32.614Z | Downloaded syn v2.0.87 |
334 | 2024-12-19T18:34:32.624Z | Downloaded openssl-sys v0.9.103 |
335 | 2024-12-19T18:34:32.628Z | Downloaded dropshot v0.13.0 |
336 | 2024-12-19T18:34:32.647Z | Downloaded mio v1.0.2 |
337 | 2024-12-19T18:34:32.652Z | Downloaded winnow v0.6.20 |
338 | 2024-12-19T18:34:32.660Z | Downloaded h2 v0.4.6 |
339 | 2024-12-19T18:34:32.666Z | Downloaded futures-util v0.3.31 |
340 | 2024-12-19T18:34:32.676Z | Downloaded zerovec v0.10.4 |
341 | 2024-12-19T18:34:32.681Z | Downloaded idna v1.0.3 |
342 | 2024-12-19T18:34:32.685Z | Downloaded hyper v1.5.0 |
343 | 2024-12-19T18:34:32.691Z | Downloaded hashbrown v0.14.5 |
344 | 2024-12-19T18:34:32.695Z | Downloaded parking_lot v0.12.3 |
345 | 2024-12-19T18:34:32.698Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2024-12-19T18:34:32.702Z | Downloaded pest v2.7.14 |
347 | 2024-12-19T18:34:32.707Z | Downloaded native-tls v0.2.12 |
348 | 2024-12-19T18:34:32.709Z | Downloaded yoke v0.7.4 |
349 | 2024-12-19T18:34:32.711Z | Downloaded memchr v2.7.4 |
350 | 2024-12-19T18:34:32.715Z | Downloaded icu_collections v1.5.0 |
351 | 2024-12-19T18:34:32.720Z | Downloaded http v1.1.0 |
352 | 2024-12-19T18:34:32.723Z | Downloaded zerocopy v0.7.35 |
353 | 2024-12-19T18:34:32.737Z | Downloaded hashbrown v0.12.3 |
354 | 2024-12-19T18:34:32.741Z | Downloaded vcpkg v0.2.15 |
355 | 2024-12-19T18:34:32.776Z | Downloaded reqwest v0.12.9 |
356 | 2024-12-19T18:34:32.783Z | Downloaded cc v1.1.30 |
357 | 2024-12-19T18:34:32.786Z | Downloaded quinn-proto v0.11.8 |
358 | 2024-12-19T18:34:32.792Z | Downloaded webpki-roots v0.26.6 |
359 | 2024-12-19T18:34:32.796Z | Downloaded once_cell v1.20.2 |
360 | 2024-12-19T18:34:32.798Z | Downloaded rustls-webpki v0.102.8 |
361 | 2024-12-19T18:34:32.815Z | Downloaded parse-display v0.10.0 |
362 | 2024-12-19T18:34:32.817Z | Downloaded libc v0.2.162 |
363 | 2024-12-19T18:34:32.840Z | Downloaded tokio v1.40.0 |
364 | 2024-12-19T18:34:32.874Z | Downloaded openssl v0.10.66 |
365 | 2024-12-19T18:34:32.882Z | Downloaded multer v3.1.0 |
366 | 2024-12-19T18:34:32.884Z | Downloaded base64 v0.22.1 |
367 | 2024-12-19T18:34:32.888Z | Downloaded term v0.7.0 |
368 | 2024-12-19T18:34:32.890Z | Downloaded powerfmt v0.2.0 |
369 | 2024-12-19T18:34:32.893Z | Downloaded plain v0.2.3 |
370 | 2024-12-19T18:34:32.893Z | Downloaded paste v1.0.15 |
371 | 2024-12-19T18:34:32.895Z | Downloaded icu_properties v1.5.1 |
372 | 2024-12-19T18:34:32.897Z | Downloaded regex v1.11.1 |
373 | 2024-12-19T18:34:32.908Z | Downloaded log v0.4.22 |
374 | 2024-12-19T18:34:32.911Z | Downloaded serde_derive_internals v0.29.1 |
375 | 2024-12-19T18:34:32.915Z | Downloaded tokio-rustls v0.26.0 |
376 | 2024-12-19T18:34:32.915Z | Downloaded structmeta-derive v0.3.0 |
377 | 2024-12-19T18:34:32.918Z | Downloaded mime v0.3.17 |
378 | 2024-12-19T18:34:32.918Z | Downloaded zerofrom-derive v0.1.4 |
379 | 2024-12-19T18:34:32.918Z | Downloaded thread-id v4.2.2 |
380 | 2024-12-19T18:34:32.921Z | Downloaded slog-json v2.6.1 |
381 | 2024-12-19T18:34:32.921Z | Downloaded slog-bunyan v2.5.0 |
382 | 2024-12-19T18:34:32.921Z | Downloaded scopeguard v1.2.0 |
383 | 2024-12-19T18:34:32.923Z | Downloaded schemars_derive v0.8.21 |
384 | 2024-12-19T18:34:32.923Z | Downloaded indexmap v1.9.3 |
385 | 2024-12-19T18:34:32.926Z | Downloaded icu_normalizer_data v1.5.0 |
386 | 2024-12-19T18:34:32.928Z | Downloaded dropshot_endpoint v0.13.0 |
387 | 2024-12-19T18:34:32.930Z | Downloaded futures v0.3.31 |
388 | 2024-12-19T18:34:32.934Z | Downloaded crossbeam-utils v0.8.20 |
389 | 2024-12-19T18:34:32.936Z | Downloaded regress v0.10.1 |
390 | 2024-12-19T18:34:32.943Z | Downloaded regress v0.9.1 |
391 | 2024-12-19T18:34:32.951Z | Downloaded rustls v0.23.19 |
392 | 2024-12-19T18:34:32.961Z | Downloaded rustls v0.22.4 |
393 | 2024-12-19T18:34:32.973Z | Downloaded regex-syntax v0.8.5 |
394 | 2024-12-19T18:34:32.980Z | Downloaded openapiv3 v2.0.0 |
395 | 2024-12-19T18:34:32.990Z | Downloaded bitflags v2.6.0 |
396 | 2024-12-19T18:34:32.993Z | Downloaded ipnet v2.10.1 |
397 | 2024-12-19T18:34:32.996Z | Downloaded darling v0.20.10 |
398 | 2024-12-19T18:34:32.998Z | Downloaded typify-impl v0.2.0 |
399 | 2024-12-19T18:34:33.011Z | Downloaded serde_tokenstream v0.2.2 |
400 | 2024-12-19T18:34:33.013Z | Downloaded encoding_rs v0.8.34 |
401 | 2024-12-19T18:34:33.031Z | Downloaded regex-automata v0.4.8 |
402 | 2024-12-19T18:34:33.325Z | Downloaded ring v0.17.8 |
403 | 2024-12-19T18:34:33.651Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-19T18:34:33.651Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-19T18:34:33.651Z | Compiling libc v0.2.162 |
406 | 2024-12-19T18:34:33.654Z | Checking cfg-if v1.0.0 |
407 | 2024-12-19T18:34:33.654Z | Compiling autocfg v1.4.0 |
408 | 2024-12-19T18:34:33.654Z | Compiling serde v1.0.215 |
409 | 2024-12-19T18:34:33.654Z | Compiling version_check v0.9.5 |
410 | 2024-12-19T18:34:33.673Z | Checking memchr v2.7.4 |
411 | 2024-12-19T18:34:33.796Z | Checking itoa v1.0.11 |
412 | 2024-12-19T18:34:33.846Z | Compiling serde_json v1.0.132 |
413 | 2024-12-19T18:34:34.306Z | Compiling thiserror v1.0.69 |
414 | 2024-12-19T18:34:34.347Z | Checking once_cell v1.20.2 |
415 | 2024-12-19T18:34:34.394Z | Compiling shlex v1.3.0 |
416 | 2024-12-19T18:34:34.644Z | Compiling cc v1.1.30 |
417 | 2024-12-19T18:34:34.805Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-19T18:34:34.935Z | Compiling num-traits v0.2.19 |
419 | 2024-12-19T18:34:35.142Z | Checking smallvec v1.13.2 |
420 | 2024-12-19T18:34:35.185Z | Checking getrandom v0.2.15 |
421 | 2024-12-19T18:34:35.203Z | Checking ryu v1.0.18 |
422 | 2024-12-19T18:34:35.206Z | Checking bytes v1.8.0 |
423 | 2024-12-19T18:34:35.451Z | Compiling quote v1.0.37 |
424 | 2024-12-19T18:34:35.495Z | Checking futures-core v0.3.31 |
425 | 2024-12-19T18:34:35.517Z | Compiling lock_api v0.4.12 |
426 | 2024-12-19T18:34:35.542Z | Compiling byteorder v1.5.0 |
427 | 2024-12-19T18:34:35.640Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-19T18:34:35.875Z | Compiling syn v2.0.87 |
429 | 2024-12-19T18:34:36.007Z | Compiling ahash v0.8.11 |
430 | 2024-12-19T18:34:36.043Z | Checking scopeguard v1.2.0 |
431 | 2024-12-19T18:34:36.140Z | Compiling schemars v0.8.21 |
432 | 2024-12-19T18:34:36.200Z | Compiling slab v0.4.9 |
433 | 2024-12-19T18:34:36.461Z | Checking futures-sink v0.3.31 |
434 | 2024-12-19T18:34:36.500Z | Checking log v0.4.22 |
435 | 2024-12-19T18:34:36.520Z | Checking socket2 v0.5.7 |
436 | 2024-12-19T18:34:36.536Z | Checking mio v1.0.2 |
437 | 2024-12-19T18:34:36.581Z | Checking parking_lot v0.12.3 |
438 | 2024-12-19T18:34:36.597Z | Checking signal-hook-registry v1.4.2 |
439 | 2024-12-19T18:34:36.683Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-19T18:34:36.783Z | Checking fnv v1.0.7 |
441 | 2024-12-19T18:34:36.838Z | Checking equivalent v1.0.1 |
442 | 2024-12-19T18:34:36.900Z | Compiling semver v1.0.23 |
443 | 2024-12-19T18:34:36.903Z | Checking hashbrown v0.15.1 |
444 | 2024-12-19T18:34:36.940Z | Checking http v1.1.0 |
445 | 2024-12-19T18:34:36.988Z | Checking futures-channel v0.3.31 |
446 | 2024-12-19T18:34:37.016Z | Checking futures-io v0.3.31 |
447 | 2024-12-19T18:34:37.097Z | Checking futures-task v0.3.31 |
448 | 2024-12-19T18:34:37.199Z | Checking pin-utils v0.1.0 |
449 | 2024-12-19T18:34:37.284Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-19T18:34:37.333Z | Compiling heck v0.5.0 |
451 | 2024-12-19T18:34:37.353Z | Checking spin v0.9.8 |
452 | 2024-12-19T18:34:37.462Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-19T18:34:37.567Z | Compiling pkg-config v0.3.31 |
454 | 2024-12-19T18:34:37.726Z | Compiling ring v0.17.8 |
455 | 2024-12-19T18:34:37.884Z | Checking litemap v0.7.3 |
456 | 2024-12-19T18:34:37.986Z | Checking iana-time-zone v0.1.61 |
457 | 2024-12-19T18:34:38.136Z | Compiling httparse v1.9.5 |
458 | 2024-12-19T18:34:38.230Z | Checking untrusted v0.9.0 |
459 | 2024-12-19T18:34:38.316Z | Compiling ucd-trie v0.1.7 |
460 | 2024-12-19T18:34:38.378Z | Checking writeable v0.5.5 |
461 | 2024-12-19T18:34:38.805Z | Checking tracing-core v0.1.32 |
462 | 2024-12-19T18:34:38.824Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-19T18:34:39.052Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-19T18:34:39.096Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-19T18:34:39.192Z | Checking dyn-clone v1.0.17 |
466 | 2024-12-19T18:34:39.445Z | Checking tracing v0.1.40 |
467 | 2024-12-19T18:34:39.587Z | Checking http-body v1.0.1 |
468 | 2024-12-19T18:34:39.775Z | Checking subtle v2.6.1 |
469 | 2024-12-19T18:34:39.796Z | Checking try-lock v0.2.5 |
470 | 2024-12-19T18:34:39.796Z | Checking zeroize v1.8.1 |
471 | 2024-12-19T18:34:39.922Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-19T18:34:40.013Z | Compiling uuid v1.11.0 |
473 | 2024-12-19T18:34:40.153Z | Checking want v0.3.1 |
474 | 2024-12-19T18:34:40.173Z | Compiling openssl v0.10.66 |
475 | 2024-12-19T18:34:40.260Z | Checking foreign-types-shared v0.1.1 |
476 | 2024-12-19T18:34:40.337Z | Checking icu_properties_data v1.5.0 |
477 | 2024-12-19T18:34:40.375Z | Compiling slog v2.7.0 |
478 | 2024-12-19T18:34:40.562Z | Compiling chrono v0.4.38 |
479 | 2024-12-19T18:34:40.579Z | Checking httpdate v1.0.3 |
480 | 2024-12-19T18:34:40.646Z | Checking foreign-types v0.3.2 |
481 | 2024-12-19T18:34:40.781Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-19T18:34:40.801Z | Checking icu_normalizer_data v1.5.0 |
483 | 2024-12-19T18:34:40.900Z | Checking utf8_iter v1.0.4 |
484 | 2024-12-19T18:34:40.919Z | Checking bitflags v2.6.0 |
485 | 2024-12-19T18:34:41.090Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-19T18:34:41.159Z | Checking write16 v1.0.0 |
487 | 2024-12-19T18:34:41.273Z | Checking utf16_iter v1.0.5 |
488 | 2024-12-19T18:34:41.441Z | Compiling native-tls v0.2.12 |
489 | 2024-12-19T18:34:41.788Z | Compiling rustls v0.23.19 |
490 | 2024-12-19T18:34:41.955Z | Checking tower-service v0.3.3 |
491 | 2024-12-19T18:34:42.072Z | Compiling typenum v1.17.0 |
492 | 2024-12-19T18:34:42.099Z | Checking percent-encoding v2.3.1 |
493 | 2024-12-19T18:34:42.573Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-19T18:34:42.977Z | Compiling generic-array v0.14.7 |
495 | 2024-12-19T18:34:43.291Z | Compiling synstructure v0.13.1 |
496 | 2024-12-19T18:34:43.354Z | Compiling serde_derive_internals v0.29.1 |
497 | 2024-12-19T18:34:43.763Z | Checking rustls-webpki v0.102.8 |
498 | 2024-12-19T18:34:44.432Z | Checking openssl-probe v0.1.5 |
499 | 2024-12-19T18:34:44.658Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-19T18:34:45.893Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-19T18:34:46.050Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-19T18:34:46.399Z | Checking powerfmt v0.2.0 |
503 | 2024-12-19T18:34:46.679Z | Compiling time-core v0.1.2 |
504 | 2024-12-19T18:34:46.849Z | Checking mime v0.3.17 |
505 | 2024-12-19T18:34:47.003Z | Compiling num-conv v0.1.0 |
506 | 2024-12-19T18:34:47.043Z | Checking deranged v0.3.11 |
507 | 2024-12-19T18:34:47.179Z | Compiling thread-id v4.2.2 |
508 | 2024-12-19T18:34:47.289Z | Compiling time-macros v0.2.18 |
509 | 2024-12-19T18:34:48.388Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-19T18:34:48.604Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-19T18:34:48.656Z | Compiling regex v1.11.1 |
512 | 2024-12-19T18:34:48.917Z | Checking base64 v0.22.1 |
513 | 2024-12-19T18:34:48.939Z | Compiling serde_derive v1.0.215 |
514 | 2024-12-19T18:34:49.010Z | Compiling zerocopy-derive v0.7.35 |
515 | 2024-12-19T18:34:49.386Z | Compiling thiserror-impl v1.0.69 |
516 | 2024-12-19T18:34:49.504Z | Compiling zerofrom-derive v0.1.4 |
517 | 2024-12-19T18:34:49.570Z | Compiling schemars_derive v0.8.21 |
518 | 2024-12-19T18:34:49.621Z | Compiling yoke-derive v0.7.4 |
519 | 2024-12-19T18:34:50.256Z | Compiling tokio-macros v2.4.0 |
520 | 2024-12-19T18:34:51.086Z | Compiling zerocopy v0.7.35 |
521 | 2024-12-19T18:34:52.339Z | Checking tokio v1.40.0 |
522 | 2024-12-19T18:34:52.405Z | Compiling zerovec-derive v0.10.3 |
523 | 2024-12-19T18:34:52.427Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-19T18:34:52.531Z | Compiling displaydoc v0.2.5 |
525 | 2024-12-19T18:34:53.075Z | Checking zerofrom v0.1.4 |
526 | 2024-12-19T18:34:53.141Z | Compiling pest v2.7.14 |
527 | 2024-12-19T18:34:53.284Z | Checking yoke v0.7.4 |
528 | 2024-12-19T18:34:53.363Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-19T18:34:53.635Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-19T18:34:54.276Z | Checking futures-util v0.3.31 |
531 | 2024-12-19T18:34:54.484Z | Compiling openssl-macros v0.1.1 |
532 | 2024-12-19T18:34:54.932Z | Compiling regress v0.10.1 |
533 | 2024-12-19T18:34:54.951Z | Checking zerovec v0.10.4 |
534 | 2024-12-19T18:34:55.601Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-19T18:34:56.061Z | Compiling scroll_derive v0.12.0 |
536 | 2024-12-19T18:34:57.506Z | Checking tinystr v0.7.6 |
537 | 2024-12-19T18:34:57.904Z | Checking icu_locid v1.5.0 |
538 | 2024-12-19T18:34:58.957Z | Checking icu_provider v1.5.0 |
539 | 2024-12-19T18:34:59.546Z | Checking tokio-util v0.7.12 |
540 | 2024-12-19T18:34:59.573Z | Compiling pest_generator v2.7.14 |
541 | 2024-12-19T18:34:59.595Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-12-19T18:34:59.691Z | Checking icu_collections v1.5.0 |
543 | 2024-12-19T18:34:59.895Z | Checking http-body-util v0.1.2 |
544 | 2024-12-19T18:35:00.350Z | Checking tokio-rustls v0.26.0 |
545 | 2024-12-19T18:35:00.352Z | Checking scroll v0.12.0 |
546 | 2024-12-19T18:35:00.598Z | Checking icu_properties v1.5.1 |
547 | 2024-12-19T18:35:01.188Z | Checking tokio-native-tls v0.3.1 |
548 | 2024-12-19T18:35:01.284Z | Compiling pest_derive v2.7.14 |
549 | 2024-12-19T18:35:01.579Z | Checking indexmap v2.6.0 |
550 | 2024-12-19T18:35:02.919Z | Compiling serde_tokenstream v0.2.2 |
551 | 2024-12-19T18:35:03.067Z | Checking h2 v0.4.6 |
552 | 2024-12-19T18:35:03.684Z | Compiling dtrace-parser v0.2.0 |
553 | 2024-12-19T18:35:03.829Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-19T18:35:04.014Z | Checking serde_urlencoded v0.7.1 |
555 | 2024-12-19T18:35:04.164Z | Compiling ident_case v1.0.1 |
556 | 2024-12-19T18:35:04.336Z | Compiling strsim v0.11.1 |
557 | 2024-12-19T18:35:04.464Z | Checking num_threads v0.1.7 |
558 | 2024-12-19T18:35:04.596Z | Checking idna_adapter v1.2.0 |
559 | 2024-12-19T18:35:04.790Z | Checking idna v1.0.3 |
560 | 2024-12-19T18:35:04.913Z | Compiling dof v0.3.0 |
561 | 2024-12-19T18:35:05.120Z | Checking plain v0.2.3 |
562 | 2024-12-19T18:35:05.270Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-19T18:35:05.435Z | Checking url v2.5.3 |
564 | 2024-12-19T18:35:05.549Z | Checking time v0.3.36 |
565 | 2024-12-19T18:35:05.806Z | Checking goblin v0.8.2 |
566 | 2024-12-19T18:35:05.864Z | Checking typify-impl v0.2.0 |
567 | 2024-12-19T18:35:05.867Z | Compiling openapiv3 v2.0.0 |
568 | 2024-12-19T18:35:06.258Z | Compiling darling_core v0.20.10 |
569 | 2024-12-19T18:35:07.270Z | Checking hyper v1.5.0 |
570 | 2024-12-19T18:35:09.424Z | Checking hyper-util v0.1.10 |
571 | 2024-12-19T18:35:10.079Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-19T18:35:10.231Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-19T18:35:10.436Z | Checking pretty-hex v0.4.1 |
574 | 2024-12-19T18:35:10.611Z | Compiling rustversion v1.0.17 |
575 | 2024-12-19T18:35:10.786Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2024-12-19T18:35:10.852Z | Checking ipnet v2.10.1 |
577 | 2024-12-19T18:35:10.887Z | Compiling paste v1.0.15 |
578 | 2024-12-19T18:35:11.082Z | Checking hyper-tls v0.6.0 |
579 | 2024-12-19T18:35:11.242Z | Checking hyper-rustls v0.27.3 |
580 | 2024-12-19T18:35:11.292Z | Compiling rustls v0.22.4 |
581 | 2024-12-19T18:35:11.352Z | Compiling omicron-workspace-hack v0.1.0 |
582 | 2024-12-19T18:35:11.561Z | Checking reqwest v0.12.9 |
583 | 2024-12-19T18:35:11.687Z | Checking dirs-next v2.0.0 |
584 | 2024-12-19T18:35:11.814Z | Checking serde_spanned v0.6.8 |
585 | 2024-12-19T18:35:11.935Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-19T18:35:11.995Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-19T18:35:12.057Z | Compiling serde_yaml v0.9.34+deprecated |
588 | 2024-12-19T18:35:12.209Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-19T18:35:12.385Z | Compiling darling_macro v0.20.10 |
590 | 2024-12-19T18:35:12.487Z | Checking block-buffer v0.10.4 |
591 | 2024-12-19T18:35:12.560Z | Checking crypto-common v0.1.6 |
592 | 2024-12-19T18:35:12.696Z | Checking rand_core v0.6.4 |
593 | 2024-12-19T18:35:12.780Z | Checking thread_local v1.1.8 |
594 | 2024-12-19T18:35:12.811Z | Compiling multer v3.1.0 |
595 | 2024-12-19T18:35:12.974Z | Compiling slog-async v2.8.0 |
596 | 2024-12-19T18:35:12.997Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-19T18:35:13.049Z | Compiling anyhow v1.0.93 |
598 | 2024-12-19T18:35:13.149Z | Checking match_cfg v0.1.0 |
599 | 2024-12-19T18:35:13.242Z | Checking winnow v0.6.20 |
600 | 2024-12-19T18:35:13.315Z | Compiling camino v1.1.9 |
601 | 2024-12-19T18:35:13.369Z | Compiling darling v0.20.10 |
602 | 2024-12-19T18:35:13.511Z | Checking hostname v0.3.1 |
603 | 2024-12-19T18:35:13.596Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-19T18:35:13.649Z | Checking rand_chacha v0.3.1 |
605 | 2024-12-19T18:35:13.925Z | Checking digest v0.10.7 |
606 | 2024-12-19T18:35:13.965Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-19T18:35:14.021Z | Checking term v0.7.0 |
608 | 2024-12-19T18:35:14.733Z | Checking slog-json v2.6.1 |
609 | 2024-12-19T18:35:14.873Z | Compiling structmeta v0.3.0 |
610 | 2024-12-19T18:35:15.004Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-19T18:35:15.269Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-19T18:35:15.570Z | Checking futures-executor v0.3.31 |
613 | 2024-12-19T18:35:15.670Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-19T18:35:15.776Z | Checking is-terminal v0.4.13 |
615 | 2024-12-19T18:35:15.796Z | Checking memmap v0.7.0 |
616 | 2024-12-19T18:35:15.903Z | Compiling dropshot v0.13.0 |
617 | 2024-12-19T18:35:15.986Z | Checking take_mut v0.2.2 |
618 | 2024-12-19T18:35:16.137Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-19T18:35:16.237Z | Checking sha1 v0.10.6 |
620 | 2024-12-19T18:35:16.292Z | Checking slog-term v2.9.1 |
621 | 2024-12-19T18:35:16.374Z | Checking toml_edit v0.22.22 |
622 | 2024-12-19T18:35:16.496Z | Checking futures v0.3.31 |
623 | 2024-12-19T18:35:16.558Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-19T18:35:16.612Z | Compiling parse-display-derive v0.10.0 |
625 | 2024-12-19T18:35:16.706Z | Checking usdt v0.5.0 |
626 | 2024-12-19T18:35:16.744Z | Checking slog-bunyan v2.5.0 |
627 | 2024-12-19T18:35:16.901Z | Checking rand v0.8.5 |
628 | 2024-12-19T18:35:16.964Z | Checking async-stream v0.3.6 |
629 | 2024-12-19T18:35:17.736Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-19T18:35:17.888Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-19T18:35:18.068Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-19T18:35:18.170Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-19T18:35:18.238Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-19T18:35:18.433Z | Checking hex v0.4.3 |
635 | 2024-12-19T18:35:18.870Z | Compiling async-trait v0.1.83 |
636 | 2024-12-19T18:35:18.993Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-19T18:35:19.022Z | Checking toml v0.8.19 |
638 | 2024-12-19T18:35:19.777Z | Checking waitgroup v0.1.2 |
639 | 2024-12-19T18:35:19.798Z | Checking hostname v0.4.0 |
640 | 2024-12-19T18:35:19.921Z | Checking instant v0.1.13 |
641 | 2024-12-19T18:35:19.924Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-19T18:35:20.053Z | Checking backoff v0.4.0 |
643 | 2024-12-19T18:35:20.071Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
644 | 2024-12-19T18:35:20.209Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2024-12-19T18:35:20.343Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
646 | 2024-12-19T18:35:20.362Z | Checking serde_with v3.11.0 |
647 | 2024-12-19T18:35:20.365Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
648 | 2024-12-19T18:35:20.521Z | Checking parse-display v0.10.0 |
649 | 2024-12-19T18:35:20.661Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-19T18:35:20.848Z | Checking macaddr v1.0.1 |
651 | 2024-12-19T18:35:20.868Z | Compiling typify-macro v0.2.0 |
652 | 2024-12-19T18:35:20.898Z | Checking regress v0.9.1 |
653 | 2024-12-19T18:35:21.002Z | Checking strum v0.26.3 |
654 | 2024-12-19T18:35:22.966Z | Compiling typify v0.2.0 |
655 | 2024-12-19T18:35:23.050Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-19T18:35:25.603Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-19T18:35:29.752Z | Checking progenitor v0.8.0 |
658 | 2024-12-19T18:35:29.883Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-19T18:35:32.791Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-19T18:35:40.200Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-19T18:35:40.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-19T18:35:40.586Z | + cargo build --release |
663 | 2024-12-19T18:35:40.836Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-19T18:35:40.836Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-19T18:35:40.836Z | Compiling libc v0.2.162 |
666 | 2024-12-19T18:35:40.836Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-19T18:35:40.839Z | Compiling autocfg v1.4.0 |
668 | 2024-12-19T18:35:40.839Z | Compiling version_check v0.9.5 |
669 | 2024-12-19T18:35:40.839Z | Compiling serde v1.0.215 |
670 | 2024-12-19T18:35:40.839Z | Compiling memchr v2.7.4 |
671 | 2024-12-19T18:35:40.941Z | Compiling serde_json v1.0.132 |
672 | 2024-12-19T18:35:41.039Z | Compiling itoa v1.0.11 |
673 | 2024-12-19T18:35:41.273Z | Compiling thiserror v1.0.69 |
674 | 2024-12-19T18:35:41.413Z | Compiling once_cell v1.20.2 |
675 | 2024-12-19T18:35:41.463Z | Compiling shlex v1.3.0 |
676 | 2024-12-19T18:35:41.721Z | Compiling cc v1.1.30 |
677 | 2024-12-19T18:35:41.861Z | Compiling num-traits v0.2.19 |
678 | 2024-12-19T18:35:42.184Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-19T18:35:42.285Z | Compiling getrandom v0.2.15 |
680 | 2024-12-19T18:35:42.313Z | Compiling smallvec v1.13.2 |
681 | 2024-12-19T18:35:42.353Z | Compiling bytes v1.8.0 |
682 | 2024-12-19T18:35:42.489Z | Compiling ryu v1.0.18 |
683 | 2024-12-19T18:35:42.607Z | Compiling quote v1.0.37 |
684 | 2024-12-19T18:35:42.626Z | Compiling futures-core v0.3.31 |
685 | 2024-12-19T18:35:42.855Z | Compiling lock_api v0.4.12 |
686 | 2024-12-19T18:35:42.975Z | Compiling ahash v0.8.11 |
687 | 2024-12-19T18:35:43.030Z | Compiling syn v2.0.87 |
688 | 2024-12-19T18:35:43.178Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-19T18:35:43.229Z | Compiling byteorder v1.5.0 |
690 | 2024-12-19T18:35:43.341Z | Compiling schemars v0.8.21 |
691 | 2024-12-19T18:35:43.608Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-19T18:35:43.692Z | Compiling slab v0.4.9 |
693 | 2024-12-19T18:35:43.695Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-19T18:35:43.836Z | Compiling log v0.4.22 |
695 | 2024-12-19T18:35:44.102Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-12-19T18:35:44.153Z | Compiling socket2 v0.5.7 |
697 | 2024-12-19T18:35:44.210Z | Compiling mio v1.0.2 |
698 | 2024-12-19T18:35:44.264Z | Compiling parking_lot v0.12.3 |
699 | 2024-12-19T18:35:44.276Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-19T18:35:44.372Z | Compiling semver v1.0.23 |
701 | 2024-12-19T18:35:44.688Z | Compiling ring v0.17.8 |
702 | 2024-12-19T18:35:44.720Z | Compiling fnv v1.0.7 |
703 | 2024-12-19T18:35:44.843Z | Compiling equivalent v1.0.1 |
704 | 2024-12-19T18:35:44.863Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-19T18:35:44.937Z | Compiling http v1.1.0 |
706 | 2024-12-19T18:35:45.660Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-19T18:35:45.824Z | Compiling futures-io v0.3.31 |
708 | 2024-12-19T18:35:45.837Z | Compiling futures-task v0.3.31 |
709 | 2024-12-19T18:35:46.114Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-19T18:35:46.152Z | Compiling heck v0.5.0 |
711 | 2024-12-19T18:35:46.193Z | Compiling spin v0.9.8 |
712 | 2024-12-19T18:35:46.315Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-19T18:35:46.324Z | Compiling pkg-config v0.3.31 |
714 | 2024-12-19T18:35:46.372Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-19T18:35:47.172Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-19T18:35:47.503Z | Compiling httparse v1.9.5 |
717 | 2024-12-19T18:35:47.635Z | Compiling untrusted v0.9.0 |
718 | 2024-12-19T18:35:47.805Z | Compiling writeable v0.5.5 |
719 | 2024-12-19T18:35:47.926Z | Compiling openssl-sys v0.9.103 |
720 | 2024-12-19T18:35:48.239Z | Compiling litemap v0.7.3 |
721 | 2024-12-19T18:35:48.246Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-19T18:35:48.695Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-19T18:35:48.947Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-19T18:35:48.981Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-19T18:35:49.105Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-19T18:35:49.648Z | Compiling tracing v0.1.40 |
727 | 2024-12-19T18:35:49.882Z | Compiling http-body v1.0.1 |
728 | 2024-12-19T18:35:50.118Z | Compiling try-lock v0.2.5 |
729 | 2024-12-19T18:35:50.252Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-12-19T18:35:50.298Z | Compiling chrono v0.4.38 |
731 | 2024-12-19T18:35:50.404Z | Compiling zeroize v1.8.1 |
732 | 2024-12-19T18:35:50.437Z | Compiling uuid v1.11.0 |
733 | 2024-12-19T18:35:50.453Z | Compiling subtle v2.6.1 |
734 | 2024-12-19T18:35:50.711Z | Compiling synstructure v0.13.1 |
735 | 2024-12-19T18:35:50.718Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-19T18:35:50.996Z | Compiling want v0.3.1 |
737 | 2024-12-19T18:35:51.332Z | Compiling slog v2.7.0 |
738 | 2024-12-19T18:35:51.806Z | Compiling openssl v0.10.66 |
739 | 2024-12-19T18:35:52.077Z | Compiling foreign-types-shared v0.1.1 |
740 | 2024-12-19T18:35:52.238Z | Compiling httpdate v1.0.3 |
741 | 2024-12-19T18:35:52.318Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-19T18:35:52.543Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-19T18:35:52.928Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-19T18:35:52.975Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-19T18:35:53.117Z | Compiling write16 v1.0.0 |
746 | 2024-12-19T18:35:53.236Z | Compiling percent-encoding v2.3.1 |
747 | 2024-12-19T18:35:53.674Z | Compiling bitflags v2.6.0 |
748 | 2024-12-19T18:35:54.012Z | Compiling tower-service v0.3.3 |
749 | 2024-12-19T18:35:54.041Z | Compiling native-tls v0.2.12 |
750 | 2024-12-19T18:35:54.063Z | Compiling rustls v0.23.19 |
751 | 2024-12-19T18:35:54.127Z | Compiling typenum v1.17.0 |
752 | 2024-12-19T18:35:54.374Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2024-12-19T18:35:54.395Z | Compiling regex-syntax v0.8.5 |
754 | 2024-12-19T18:35:54.465Z | Compiling utf8_iter v1.0.4 |
755 | 2024-12-19T18:35:54.697Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-19T18:35:55.199Z | Compiling generic-array v0.14.7 |
757 | 2024-12-19T18:35:55.292Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-19T18:35:56.315Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-19T18:35:56.581Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-19T18:35:56.795Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-19T18:35:57.259Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-19T18:35:57.269Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-19T18:35:58.705Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-19T18:36:00.205Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-19T18:36:00.268Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-19T18:36:00.295Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-19T18:36:00.845Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-19T18:36:01.082Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-19T18:36:01.599Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-19T18:36:01.823Z | Compiling tokio v1.40.0 |
771 | 2024-12-19T18:36:02.969Z | Compiling yoke v0.7.4 |
772 | 2024-12-19T18:36:02.984Z | Compiling futures-util v0.3.31 |
773 | 2024-12-19T18:36:03.142Z | Compiling pest v2.7.14 |
774 | 2024-12-19T18:36:03.266Z | Compiling icu_provider_macros v1.5.0 |
775 | 2024-12-19T18:36:03.273Z | Compiling hashbrown v0.14.5 |
776 | 2024-12-19T18:36:03.336Z | Compiling zerovec v0.10.4 |
777 | 2024-12-19T18:36:04.602Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-19T18:36:06.155Z | Compiling tinystr v0.7.6 |
779 | 2024-12-19T18:36:06.310Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-19T18:36:06.616Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-19T18:36:09.333Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-19T18:36:09.735Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-19T18:36:10.809Z | Compiling indexmap v2.6.0 |
784 | 2024-12-19T18:36:11.465Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-19T18:36:12.560Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-19T18:36:13.532Z | Compiling h2 v0.4.6 |
787 | 2024-12-19T18:36:14.083Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-19T18:36:16.729Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-19T18:36:17.008Z | Compiling regress v0.10.1 |
790 | 2024-12-19T18:36:19.402Z | Compiling hyper v1.5.0 |
791 | 2024-12-19T18:36:20.081Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-19T18:36:20.556Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-19T18:36:21.430Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-19T18:36:22.286Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-19T18:36:26.387Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-19T18:36:27.335Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-19T18:36:30.823Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-19T18:36:31.515Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-19T18:36:32.166Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-19T18:36:33.157Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-19T18:36:33.273Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-19T18:36:33.571Z | Compiling typify-macro v0.2.0 |
803 | 2024-12-19T18:36:33.639Z | Compiling encoding_rs v0.8.34 |
804 | 2024-12-19T18:36:34.595Z | Compiling powerfmt v0.2.0 |
805 | 2024-12-19T18:36:35.088Z | Compiling regex v1.11.1 |
806 | 2024-12-19T18:36:36.083Z | Compiling num-conv v0.1.0 |
807 | 2024-12-19T18:36:36.368Z | Compiling mime v0.3.17 |
808 | 2024-12-19T18:36:37.353Z | Compiling time-core v0.1.2 |
809 | 2024-12-19T18:36:37.517Z | Compiling time-macros v0.2.18 |
810 | 2024-12-19T18:36:37.555Z | Compiling deranged v0.3.11 |
811 | 2024-12-19T18:36:38.784Z | Compiling scroll v0.12.0 |
812 | 2024-12-19T18:36:39.409Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-19T18:36:39.912Z | Compiling idna v1.0.3 |
814 | 2024-12-19T18:36:40.012Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-19T18:36:40.523Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-19T18:36:44.278Z | Compiling dof v0.3.0 |
817 | 2024-12-19T18:36:45.176Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-19T18:36:45.757Z | Compiling thread-id v4.2.2 |
819 | 2024-12-19T18:36:45.857Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-19T18:36:46.330Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-19T18:36:46.712Z | Compiling strsim v0.11.1 |
822 | 2024-12-19T18:36:47.166Z | Compiling base64 v0.22.1 |
823 | 2024-12-19T18:36:48.270Z | Compiling ident_case v1.0.1 |
824 | 2024-12-19T18:36:48.607Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2024-12-19T18:36:48.919Z | Compiling num_threads v0.1.7 |
826 | 2024-12-19T18:36:48.982Z | Compiling plain v0.2.3 |
827 | 2024-12-19T18:36:49.026Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-19T18:36:49.134Z | Compiling goblin v0.8.2 |
829 | 2024-12-19T18:36:49.207Z | Compiling time v0.3.36 |
830 | 2024-12-19T18:36:51.918Z | Compiling darling_core v0.20.10 |
831 | 2024-12-19T18:36:58.542Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-19T18:36:59.492Z | Compiling url v2.5.3 |
833 | 2024-12-19T18:37:00.247Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-19T18:37:00.636Z | Compiling typify v0.2.0 |
835 | 2024-12-19T18:37:00.733Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-19T18:37:01.755Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-19T18:37:01.898Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-19T18:37:03.360Z | Compiling pretty-hex v0.4.1 |
839 | 2024-12-19T18:37:03.583Z | Compiling paste v1.0.15 |
840 | 2024-12-19T18:37:04.065Z | Compiling ipnet v2.10.1 |
841 | 2024-12-19T18:37:04.903Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-12-19T18:37:05.218Z | Compiling rustversion v1.0.17 |
843 | 2024-12-19T18:37:05.866Z | Compiling rustls v0.22.4 |
844 | 2024-12-19T18:37:06.196Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-19T18:37:06.684Z | Compiling reqwest v0.12.9 |
846 | 2024-12-19T18:37:07.142Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-19T18:37:10.036Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-19T18:37:12.741Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-19T18:37:13.853Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-19T18:37:13.892Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-19T18:37:13.942Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-19T18:37:14.082Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-19T18:37:14.089Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-19T18:37:14.321Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-19T18:37:14.622Z | Compiling rand_core v0.6.4 |
856 | 2024-12-19T18:37:15.097Z | Compiling thread_local v1.1.8 |
857 | 2024-12-19T18:37:15.176Z | Compiling multer v3.1.0 |
858 | 2024-12-19T18:37:15.497Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-12-19T18:37:15.629Z | Compiling camino v1.1.9 |
860 | 2024-12-19T18:37:15.808Z | Compiling anyhow v1.0.93 |
861 | 2024-12-19T18:37:15.810Z | Compiling slog-async v2.8.0 |
862 | 2024-12-19T18:37:16.198Z | Compiling match_cfg v0.1.0 |
863 | 2024-12-19T18:37:16.283Z | Compiling winnow v0.6.20 |
864 | 2024-12-19T18:37:16.356Z | Compiling hostname v0.3.1 |
865 | 2024-12-19T18:37:16.701Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-19T18:37:16.708Z | Compiling crossbeam-channel v0.5.13 |
867 | 2024-12-19T18:37:17.063Z | Compiling structmeta v0.3.0 |
868 | 2024-12-19T18:37:17.419Z | Compiling digest v0.10.7 |
869 | 2024-12-19T18:37:17.835Z | Compiling progenitor-macro v0.8.0 |
870 | 2024-12-19T18:37:18.388Z | Compiling darling v0.20.10 |
871 | 2024-12-19T18:37:18.491Z | Compiling term v0.7.0 |
872 | 2024-12-19T18:37:19.058Z | Compiling progenitor-client v0.8.0 |
873 | 2024-12-19T18:37:20.680Z | Compiling toml_edit v0.22.22 |
874 | 2024-12-19T18:37:23.122Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-19T18:37:24.627Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-19T18:37:25.942Z | Compiling slog-json v2.6.1 |
877 | 2024-12-19T18:37:26.400Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-19T18:37:27.585Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-19T18:37:27.949Z | Compiling memmap v0.7.0 |
880 | 2024-12-19T18:37:28.379Z | Compiling is-terminal v0.4.13 |
881 | 2024-12-19T18:37:28.505Z | Compiling dropshot v0.13.0 |
882 | 2024-12-19T18:37:28.837Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-19T18:37:28.918Z | Compiling take_mut v0.2.2 |
884 | 2024-12-19T18:37:28.928Z | Compiling async-stream v0.3.6 |
885 | 2024-12-19T18:37:29.203Z | Compiling sha1 v0.10.6 |
886 | 2024-12-19T18:37:30.042Z | Compiling slog-term v2.9.1 |
887 | 2024-12-19T18:37:30.610Z | Compiling progenitor v0.8.0 |
888 | 2024-12-19T18:37:30.821Z | Compiling usdt v0.5.0 |
889 | 2024-12-19T18:37:32.357Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-19T18:37:32.442Z | Compiling futures v0.3.31 |
891 | 2024-12-19T18:37:32.638Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-19T18:37:32.797Z | Compiling toml v0.8.19 |
893 | 2024-12-19T18:37:32.893Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-19T18:37:32.967Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-19T18:37:35.636Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-19T18:37:37.595Z | Compiling rand v0.8.5 |
897 | 2024-12-19T18:37:41.025Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-19T18:37:41.902Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-19T18:37:42.522Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-19T18:37:43.572Z | Compiling hex v0.4.3 |
901 | 2024-12-19T18:37:43.634Z | Compiling async-trait v0.1.83 |
902 | 2024-12-19T18:37:44.257Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-19T18:37:45.080Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-19T18:37:45.321Z | Compiling hostname v0.4.0 |
905 | 2024-12-19T18:37:45.564Z | Compiling instant v0.1.13 |
906 | 2024-12-19T18:37:45.704Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-19T18:37:45.843Z | Compiling backoff v0.4.0 |
908 | 2024-12-19T18:37:46.023Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-19T18:37:46.064Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-19T18:37:46.164Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-19T18:37:46.220Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-19T18:37:46.298Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-19T18:37:46.791Z | Compiling parse-display v0.10.0 |
914 | 2024-12-19T18:37:49.015Z | Compiling strum v0.26.3 |
915 | 2024-12-19T18:37:49.195Z | Compiling serde_with v3.11.0 |
916 | 2024-12-19T18:37:50.791Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-19T18:37:51.133Z | Compiling regress v0.9.1 |
918 | 2024-12-19T18:37:51.618Z | Compiling macaddr v1.0.1 |
919 | 2024-12-19T18:37:55.843Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-19T18:38:06.459Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-19T18:38:16.336Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-19T18:38:16.401Z | process exited: duration 234454 ms, exit code 0 |
|
923 | 2024-12-19T18:38:16.406Z | found 0 output files |