|
|
|
1 | 2024-11-18T17:26:08.253Z | job assigned to worker 01JD04X7NASKM01AQ2Z354TTXY [factory aws, i-0d92f16db51452897] (queued for 1 m 0 s) |
|
2 | 2024-11-18T17:26:16.141Z | starting task 0: "setup" |
3 | 2024-11-18T17:26:16.149Z | ++ uname -s |
4 | 2024-11-18T17:26:16.151Z | + kern=SunOS |
5 | 2024-11-18T17:26:16.151Z | + case "$kern" in |
6 | 2024-11-18T17:26:16.151Z | + groupadd -g 12345 build |
7 | 2024-11-18T17:26:16.154Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T17:26:18.161Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T17:26:18.276Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T17:26:18.278Z | + home_fs=zfs |
11 | 2024-11-18T17:26:18.279Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T17:26:18.279Z | + mkdir -p /home/build |
13 | 2024-11-18T17:26:18.281Z | + chown build:build /home/build /work |
14 | 2024-11-18T17:26:20.283Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T17:26:20.286Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-11-18T17:26:20.291Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T17:26:20.296Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T17:26:20.296Z | ' 1.81.0 |
19 | 2024-11-18T17:26:20.296Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T17:26:20.302Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-18T17:26:20.302Z | * toolchain profile = "default" |
22 | 2024-11-18T17:26:20.302Z | ' default |
23 | 2024-11-18T17:26:20.302Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T17:26:20.302Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T17:26:20.389Z | info: downloading installer |
26 | 2024-11-18T17:26:21.720Z | info: profile set to 'default' |
27 | 2024-11-18T17:26:21.720Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T17:26:21.722Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T17:26:21.853Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T17:26:21.853Z | info: downloading component 'cargo' |
31 | 2024-11-18T17:26:22.503Z | info: downloading component 'clippy' |
32 | 2024-11-18T17:26:22.743Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T17:26:23.647Z | info: downloading component 'rust-std' |
34 | 2024-11-18T17:26:25.059Z | info: downloading component 'rustc' |
35 | 2024-11-18T17:26:30.088Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T17:26:30.278Z | info: installing component 'cargo' |
37 | 2024-11-18T17:26:31.107Z | info: installing component 'clippy' |
38 | 2024-11-18T17:26:31.482Z | info: installing component 'rust-docs' |
39 | 2024-11-18T17:26:33.126Z | info: installing component 'rust-std' |
40 | 2024-11-18T17:26:34.958Z | info: installing component 'rustc' |
41 | 2024-11-18T17:26:40.809Z | info: installing component 'rustfmt' |
42 | 2024-11-18T17:26:41.127Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T17:26:41.127Z | |
44 | 2024-11-18T17:26:41.488Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T17:26:41.488Z | |
46 | 2024-11-18T17:26:41.490Z | |
47 | 2024-11-18T17:26:41.490Z | Rust is installed now. Great! |
48 | 2024-11-18T17:26:41.490Z | |
49 | 2024-11-18T17:26:41.490Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T17:26:41.491Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T17:26:41.491Z | |
52 | 2024-11-18T17:26:41.491Z | To configure your current shell, you need to source |
53 | 2024-11-18T17:26:41.491Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T17:26:41.491Z | |
55 | 2024-11-18T17:26:41.491Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T17:26:41.491Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T17:26:41.491Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T17:26:41.560Z | + rustc --version |
59 | 2024-11-18T17:26:41.626Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T17:26:41.629Z | process exited: duration 21336 ms, exit code 0 |
|
61 | 2024-11-18T17:26:41.634Z | starting task 2: "authentication" |
62 | 2024-11-18T17:26:41.656Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-18T17:26:41.661Z | starting task 3: "clone repository" |
64 | 2024-11-18T17:26:41.666Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T17:26:41.668Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T17:26:41.790Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T17:26:49.732Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T17:26:49.732Z | + git fetch origin baff1cce651366e144ec3b32b1c7988e4437ee2d |
69 | 2024-11-18T17:26:50.022Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T17:26:50.022Z | * branch baff1cce651366e144ec3b32b1c7988e4437ee2d -> FETCH_HEAD |
71 | 2024-11-18T17:26:50.033Z | + [[ -n '' ]] |
72 | 2024-11-18T17:26:50.033Z | + git reset --hard baff1cce651366e144ec3b32b1c7988e4437ee2d |
73 | 2024-11-18T17:26:50.208Z | HEAD is now at baff1cce6 Fix copy-paste-o |
74 | 2024-11-18T17:26:50.210Z | process exited: duration 8548 ms, exit code 0 |
|
75 | 2024-11-18T17:26:50.216Z | starting task 4: "build" |
76 | 2024-11-18T17:26:50.221Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-18T17:26:50.221Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-18T17:26:50.224Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-18T17:26:50.224Z | + cargo --version |
80 | 2024-11-18T17:26:50.279Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-18T17:26:50.282Z | + rustc --version |
82 | 2024-11-18T17:26:50.342Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-18T17:26:50.345Z | + cd /tmp |
84 | 2024-11-18T17:26:50.345Z | + cargo new --lib test-project |
85 | 2024-11-18T17:26:50.403Z | Creating library `test-project` package |
86 | 2024-11-18T17:26:50.479Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-11-18T17:26:50.483Z | + cd test-project |
88 | 2024-11-18T17:26:50.483Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-11-18T17:26:50.540Z | Adding omicron-common (local) to dependencies |
90 | 2024-11-18T17:26:50.540Z | Features: |
91 | 2024-11-18T17:26:50.543Z | - proptest |
92 | 2024-11-18T17:26:50.543Z | - test-strategy |
93 | 2024-11-18T17:26:50.543Z | - testing |
94 | 2024-11-18T17:26:50.543Z | Updating crates.io index |
95 | 2024-11-18T17:26:50.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-11-18T17:26:51.424Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-11-18T17:26:51.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-11-18T17:26:52.350Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-11-18T17:26:53.743Z | Locking 328 packages to latest compatible versions |
100 | 2024-11-18T17:26:53.746Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-11-18T17:26:53.749Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
102 | 2024-11-18T17:26:53.749Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
103 | 2024-11-18T17:26:53.749Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
104 | 2024-11-18T17:26:53.749Z | Adding goblin v0.8.2 (latest: v0.9.2) |
105 | 2024-11-18T17:26:53.749Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
106 | 2024-11-18T17:26:53.749Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
107 | 2024-11-18T17:26:53.749Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
108 | 2024-11-18T17:26:53.749Z | Adding hostname v0.3.1 (latest: v0.4.0) |
109 | 2024-11-18T17:26:53.751Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
110 | 2024-11-18T17:26:53.752Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
111 | 2024-11-18T17:26:53.754Z | Adding regress v0.9.1 (latest: v0.10.1) |
112 | 2024-11-18T17:26:53.760Z | Adding rustls v0.22.4 (latest: v0.23.17) |
113 | 2024-11-18T17:26:53.762Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
114 | 2024-11-18T17:26:53.764Z | Adding term v0.7.0 (latest: v1.0.0) |
115 | 2024-11-18T17:26:53.767Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
116 | 2024-11-18T17:26:53.767Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
117 | 2024-11-18T17:26:53.767Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
118 | 2024-11-18T17:26:53.767Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
119 | 2024-11-18T17:26:53.770Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
120 | 2024-11-18T17:26:53.770Z | Adding windows v0.52.0 (latest: v0.58.0) |
121 | 2024-11-18T17:26:53.770Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
122 | 2024-11-18T17:26:53.770Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
123 | 2024-11-18T17:26:53.770Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
124 | 2024-11-18T17:26:53.770Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
125 | 2024-11-18T17:26:53.772Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
126 | 2024-11-18T17:26:53.772Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
127 | 2024-11-18T17:26:53.850Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2024-11-18T17:26:53.853Z | + cargo check |
129 | 2024-11-18T17:26:54.020Z | Updating crates.io index |
130 | 2024-11-18T17:26:54.855Z | Locking 2 packages to latest compatible versions |
131 | 2024-11-18T17:26:57.763Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2024-11-18T17:26:59.307Z | Adding test-project v0.1.0 (/tmp/test-project) |
133 | 2024-11-18T17:26:59.962Z | Downloading crates ... |
134 | 2024-11-18T17:27:00.095Z | Downloaded async-stream-impl v0.3.6 |
135 | 2024-11-18T17:27:00.097Z | Downloaded cc v1.1.30 |
136 | 2024-11-18T17:27:00.099Z | Downloaded aho-corasick v1.1.3 |
137 | 2024-11-18T17:27:00.106Z | Downloaded backoff v0.4.0 |
138 | 2024-11-18T17:27:00.108Z | Downloaded anyhow v1.0.93 |
139 | 2024-11-18T17:27:00.113Z | Downloaded time-core v0.1.2 |
140 | 2024-11-18T17:27:00.115Z | Downloaded autocfg v1.4.0 |
141 | 2024-11-18T17:27:00.118Z | Downloaded cpufeatures v0.2.14 |
142 | 2024-11-18T17:27:00.120Z | Downloaded tinyvec v1.8.0 |
143 | 2024-11-18T17:27:00.122Z | Downloaded time-macros v0.2.18 |
144 | 2024-11-18T17:27:00.124Z | Downloaded tinyvec_macros v0.1.1 |
145 | 2024-11-18T17:27:00.127Z | Downloaded try-lock v0.2.5 |
146 | 2024-11-18T17:27:00.129Z | Downloaded tokio-macros v2.4.0 |
147 | 2024-11-18T17:27:00.129Z | Downloaded darling_macro v0.20.10 |
148 | 2024-11-18T17:27:00.131Z | Downloaded crypto-common v0.1.6 |
149 | 2024-11-18T17:27:00.131Z | Downloaded toml_datetime v0.6.8 |
150 | 2024-11-18T17:27:00.133Z | Downloaded crossbeam-utils v0.8.20 |
151 | 2024-11-18T17:27:00.135Z | Downloaded tower-service v0.3.3 |
152 | 2024-11-18T17:27:00.137Z | Downloaded tokio-native-tls v0.3.1 |
153 | 2024-11-18T17:27:00.139Z | Downloaded tokio-rustls v0.25.0 |
154 | 2024-11-18T17:27:00.142Z | Downloaded fnv v1.0.7 |
155 | 2024-11-18T17:27:00.144Z | Downloaded dof v0.3.0 |
156 | 2024-11-18T17:27:00.144Z | Downloaded dirs-sys-next v0.1.2 |
157 | 2024-11-18T17:27:00.147Z | Downloaded futures-io v0.3.31 |
158 | 2024-11-18T17:27:00.149Z | Downloaded typify-macro v0.2.0 |
159 | 2024-11-18T17:27:00.149Z | Downloaded thread_local v1.1.8 |
160 | 2024-11-18T17:27:00.152Z | Downloaded thiserror-impl v1.0.69 |
161 | 2024-11-18T17:27:00.154Z | Downloaded memmap v0.7.0 |
162 | 2024-11-18T17:27:00.156Z | Downloaded usdt-macro v0.5.0 |
163 | 2024-11-18T17:27:00.156Z | Downloaded foreign-types-shared v0.1.1 |
164 | 2024-11-18T17:27:00.159Z | Downloaded equivalent v1.0.1 |
165 | 2024-11-18T17:27:00.159Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2024-11-18T17:27:00.161Z | Downloaded generic-array v0.14.7 |
167 | 2024-11-18T17:27:00.163Z | Downloaded write16 v1.0.0 |
168 | 2024-11-18T17:27:00.163Z | Downloaded waitgroup v0.1.2 |
169 | 2024-11-18T17:27:00.166Z | Downloaded num_threads v0.1.7 |
170 | 2024-11-18T17:27:00.168Z | Downloaded zerofrom v0.1.4 |
171 | 2024-11-18T17:27:00.170Z | Downloaded futures-task v0.3.31 |
172 | 2024-11-18T17:27:00.170Z | Downloaded futures-macro v0.3.31 |
173 | 2024-11-18T17:27:00.173Z | Downloaded yoke-derive v0.7.4 |
174 | 2024-11-18T17:27:00.173Z | Downloaded toml v0.8.19 |
175 | 2024-11-18T17:27:00.177Z | Downloaded typify v0.2.0 |
176 | 2024-11-18T17:27:00.180Z | Downloaded openssl-macros v0.1.1 |
177 | 2024-11-18T17:27:00.183Z | Downloaded omicron-workspace-hack v0.1.0 |
178 | 2024-11-18T17:27:00.183Z | Downloaded num-conv v0.1.0 |
179 | 2024-11-18T17:27:00.185Z | Downloaded pretty-hex v0.4.1 |
180 | 2024-11-18T17:27:00.185Z | Downloaded hex v0.4.3 |
181 | 2024-11-18T17:27:00.187Z | Downloaded instant v0.1.13 |
182 | 2024-11-18T17:27:00.190Z | Downloaded openssl-probe v0.1.5 |
183 | 2024-11-18T17:27:00.190Z | Downloaded ident_case v1.0.1 |
184 | 2024-11-18T17:27:00.193Z | Downloaded progenitor-client v0.8.0 |
185 | 2024-11-18T17:27:00.193Z | Downloaded dropshot_endpoint v0.13.0 |
186 | 2024-11-18T17:27:00.196Z | Downloaded zerofrom-derive v0.1.4 |
187 | 2024-11-18T17:27:00.199Z | Downloaded version_check v0.9.5 |
188 | 2024-11-18T17:27:00.200Z | Downloaded utf8_iter v1.0.4 |
189 | 2024-11-18T17:27:00.203Z | Downloaded zeroize v1.8.1 |
190 | 2024-11-18T17:27:00.203Z | Downloaded mime v0.3.17 |
191 | 2024-11-18T17:27:00.206Z | Downloaded cfg-if v1.0.0 |
192 | 2024-11-18T17:27:00.206Z | Downloaded hyper-tls v0.6.0 |
193 | 2024-11-18T17:27:00.208Z | Downloaded hostname v0.4.0 |
194 | 2024-11-18T17:27:00.211Z | Downloaded newtype-uuid v1.1.3 |
195 | 2024-11-18T17:27:00.211Z | Downloaded byteorder v1.5.0 |
196 | 2024-11-18T17:27:00.213Z | Downloaded ucd-trie v0.1.7 |
197 | 2024-11-18T17:27:00.215Z | Downloaded unicode-ident v1.0.13 |
198 | 2024-11-18T17:27:00.217Z | Downloaded getrandom v0.2.15 |
199 | 2024-11-18T17:27:00.220Z | Downloaded scroll_derive v0.12.0 |
200 | 2024-11-18T17:27:00.223Z | Downloaded typenum v1.17.0 |
201 | 2024-11-18T17:27:00.225Z | Downloaded take_mut v0.2.2 |
202 | 2024-11-18T17:27:00.225Z | Downloaded sync_wrapper v1.0.1 |
203 | 2024-11-18T17:27:00.227Z | Downloaded pest_generator v2.7.14 |
204 | 2024-11-18T17:27:00.229Z | Downloaded percent-encoding v2.3.1 |
205 | 2024-11-18T17:27:00.229Z | Downloaded strum v0.26.3 |
206 | 2024-11-18T17:27:00.231Z | Downloaded rand_chacha v0.3.1 |
207 | 2024-11-18T17:27:00.232Z | Downloaded ppv-lite86 v0.2.20 |
208 | 2024-11-18T17:27:00.234Z | Downloaded rand_core v0.6.4 |
209 | 2024-11-18T17:27:00.236Z | Downloaded pin-utils v0.1.0 |
210 | 2024-11-18T17:27:00.236Z | Downloaded itoa v1.0.11 |
211 | 2024-11-18T17:27:00.238Z | Downloaded is-terminal v0.4.13 |
212 | 2024-11-18T17:27:00.241Z | Downloaded macaddr v1.0.1 |
213 | 2024-11-18T17:27:00.241Z | Downloaded progenitor-macro v0.8.0 |
214 | 2024-11-18T17:27:00.243Z | Downloaded progenitor v0.8.0 |
215 | 2024-11-18T17:27:00.245Z | Downloaded quinn-udp v0.5.5 |
216 | 2024-11-18T17:27:00.246Z | Downloaded utf16_iter v1.0.5 |
217 | 2024-11-18T17:27:00.249Z | Downloaded native-tls v0.2.12 |
218 | 2024-11-18T17:27:00.249Z | Downloaded writeable v0.5.5 |
219 | 2024-11-18T17:27:00.251Z | Downloaded pin-project-lite v0.2.14 |
220 | 2024-11-18T17:27:00.256Z | Downloaded subtle v2.6.1 |
221 | 2024-11-18T17:27:00.259Z | Downloaded multer v3.1.0 |
222 | 2024-11-18T17:27:00.261Z | Downloaded strsim v0.11.1 |
223 | 2024-11-18T17:27:00.264Z | Downloaded tracing-core v0.1.32 |
224 | 2024-11-18T17:27:00.266Z | Downloaded slog-bunyan v2.5.0 |
225 | 2024-11-18T17:27:00.268Z | Downloaded slog-async v2.8.0 |
226 | 2024-11-18T17:27:00.268Z | Downloaded pest_derive v2.7.14 |
227 | 2024-11-18T17:27:00.271Z | Downloaded synstructure v0.13.1 |
228 | 2024-11-18T17:27:00.273Z | Downloaded powerfmt v0.2.0 |
229 | 2024-11-18T17:27:00.273Z | Downloaded uuid v1.11.0 |
230 | 2024-11-18T17:27:00.277Z | Downloaded serde_urlencoded v0.7.1 |
231 | 2024-11-18T17:27:00.280Z | Downloaded hostname v0.3.1 |
232 | 2024-11-18T17:27:00.282Z | Downloaded serde_tokenstream v0.2.2 |
233 | 2024-11-18T17:27:00.282Z | Downloaded serde_spanned v0.6.8 |
234 | 2024-11-18T17:27:00.284Z | Downloaded ipnet v2.10.1 |
235 | 2024-11-18T17:27:00.287Z | Downloaded parking_lot_core v0.9.10 |
236 | 2024-11-18T17:27:00.289Z | Downloaded structmeta v0.3.0 |
237 | 2024-11-18T17:27:00.289Z | Downloaded lock_api v0.4.12 |
238 | 2024-11-18T17:27:00.292Z | Downloaded pest_meta v2.7.14 |
239 | 2024-11-18T17:27:00.294Z | Downloaded indexmap v1.9.3 |
240 | 2024-11-18T17:27:00.298Z | Downloaded serde_with_macros v3.11.0 |
241 | 2024-11-18T17:27:00.300Z | Downloaded serde_path_to_error v0.1.16 |
242 | 2024-11-18T17:27:00.300Z | Downloaded proc-macro2 v1.0.89 |
243 | 2024-11-18T17:27:00.303Z | Downloaded sha1 v0.10.6 |
244 | 2024-11-18T17:27:00.307Z | Downloaded structmeta-derive v0.3.0 |
245 | 2024-11-18T17:27:00.310Z | Downloaded num-traits v0.2.19 |
246 | 2024-11-18T17:27:00.310Z | Downloaded semver v1.0.23 |
247 | 2024-11-18T17:27:00.312Z | Downloaded url v2.5.3 |
248 | 2024-11-18T17:27:00.316Z | Downloaded serde_derive v1.0.215 |
249 | 2024-11-18T17:27:00.319Z | Downloaded strum_macros v0.26.4 |
250 | 2024-11-18T17:27:00.322Z | Downloaded rustls-pemfile v2.2.0 |
251 | 2024-11-18T17:27:00.324Z | Downloaded openssl-sys v0.9.103 |
252 | 2024-11-18T17:27:00.329Z | Downloaded smallvec v1.13.2 |
253 | 2024-11-18T17:27:00.332Z | Downloaded time v0.3.36 |
254 | 2024-11-18T17:27:00.340Z | Downloaded slog-term v2.9.1 |
255 | 2024-11-18T17:27:00.344Z | Downloaded serde_yaml v0.9.34+deprecated |
256 | 2024-11-18T17:27:00.347Z | Downloaded slog v2.7.0 |
257 | 2024-11-18T17:27:00.350Z | Downloaded socket2 v0.5.7 |
258 | 2024-11-18T17:27:00.352Z | Downloaded quinn v0.11.5 |
259 | 2024-11-18T17:27:00.355Z | Downloaded ryu v1.0.18 |
260 | 2024-11-18T17:27:00.359Z | Downloaded bytes v1.8.0 |
261 | 2024-11-18T17:27:00.363Z | Downloaded icu_collections v1.5.0 |
262 | 2024-11-18T17:27:00.370Z | Downloaded hyper-util v0.1.10 |
263 | 2024-11-18T17:27:00.375Z | Downloaded pest v2.7.14 |
264 | 2024-11-18T17:27:00.381Z | Downloaded indexmap v2.6.0 |
265 | 2024-11-18T17:27:00.385Z | Downloaded serde_with v3.11.0 |
266 | 2024-11-18T17:27:00.394Z | Downloaded serde v1.0.215 |
267 | 2024-11-18T17:27:00.398Z | Downloaded winnow v0.6.20 |
268 | 2024-11-18T17:27:00.407Z | Downloaded quinn-proto v0.11.8 |
269 | 2024-11-18T17:27:00.415Z | Downloaded memchr v2.7.4 |
270 | 2024-11-18T17:27:00.420Z | Downloaded vcpkg v0.2.15 |
271 | 2024-11-18T17:27:00.458Z | Downloaded openssl v0.10.66 |
272 | 2024-11-18T17:27:00.467Z | Downloaded hashbrown v0.15.0 |
273 | 2024-11-18T17:27:00.472Z | Downloaded webpki-roots v0.26.6 |
274 | 2024-11-18T17:27:00.485Z | Downloaded hashbrown v0.14.5 |
275 | 2024-11-18T17:27:00.485Z | Downloaded idna v1.0.3 |
276 | 2024-11-18T17:27:00.488Z | Downloaded hashbrown v0.12.3 |
277 | 2024-11-18T17:27:00.490Z | Downloaded futures-util v0.3.31 |
278 | 2024-11-18T17:27:00.502Z | Downloaded dropshot v0.13.0 |
279 | 2024-11-18T17:27:00.522Z | Downloaded hyper v1.5.0 |
280 | 2024-11-18T17:27:00.528Z | Downloaded h2 v0.4.6 |
281 | 2024-11-18T17:27:00.534Z | Downloaded serde_json v1.0.132 |
282 | 2024-11-18T17:27:00.541Z | Downloaded openapiv3 v2.0.0 |
283 | 2024-11-18T17:27:00.553Z | Downloaded typify-impl v0.2.0 |
284 | 2024-11-18T17:27:00.568Z | Downloaded rustls-webpki v0.102.8 |
285 | 2024-11-18T17:27:00.585Z | Downloaded reqwest v0.12.9 |
286 | 2024-11-18T17:27:00.593Z | Downloaded chrono v0.4.38 |
287 | 2024-11-18T17:27:00.600Z | Downloaded goblin v0.8.2 |
288 | 2024-11-18T17:27:00.606Z | Downloaded http v1.1.0 |
289 | 2024-11-18T17:27:00.610Z | Downloaded icu_properties_data v1.5.0 |
290 | 2024-11-18T17:27:00.620Z | Downloaded regex v1.11.1 |
291 | 2024-11-18T17:27:00.633Z | Downloaded zerovec v0.10.4 |
292 | 2024-11-18T17:27:00.639Z | Downloaded syn v2.0.87 |
293 | 2024-11-18T17:27:00.651Z | Downloaded zerocopy v0.7.35 |
294 | 2024-11-18T17:27:00.667Z | Downloaded regress v0.9.1 |
295 | 2024-11-18T17:27:00.673Z | Downloaded regex-syntax v0.8.5 |
296 | 2024-11-18T17:27:00.680Z | Downloaded rustls v0.23.14 |
297 | 2024-11-18T17:27:00.692Z | Downloaded rustls v0.22.4 |
298 | 2024-11-18T17:27:00.704Z | Downloaded regress v0.10.1 |
299 | 2024-11-18T17:27:00.711Z | Downloaded tokio v1.40.0 |
300 | 2024-11-18T17:27:00.746Z | Downloaded icu_properties v1.5.1 |
301 | 2024-11-18T17:27:00.749Z | Downloaded spin v0.9.8 |
302 | 2024-11-18T17:27:00.751Z | Downloaded serde_derive_internals v0.29.1 |
303 | 2024-11-18T17:27:00.753Z | Downloaded term v0.7.0 |
304 | 2024-11-18T17:27:00.756Z | Downloaded rand v0.8.5 |
305 | 2024-11-18T17:27:00.758Z | Downloaded mio v1.0.2 |
306 | 2024-11-18T17:27:00.764Z | Downloaded toml_edit v0.22.22 |
307 | 2024-11-18T17:27:00.784Z | Downloaded tokio-util v0.7.12 |
308 | 2024-11-18T17:27:00.790Z | Downloaded icu_normalizer v1.5.0 |
309 | 2024-11-18T17:27:00.793Z | Downloaded rustls-pki-types v1.9.0 |
310 | 2024-11-18T17:27:00.796Z | Downloaded schemars v0.8.21 |
311 | 2024-11-18T17:27:00.806Z | Downloaded log v0.4.22 |
312 | 2024-11-18T17:27:00.810Z | Downloaded rustc-hash v2.0.0 |
313 | 2024-11-18T17:27:00.813Z | Downloaded unsafe-libyaml v0.2.11 |
314 | 2024-11-18T17:27:00.813Z | Downloaded sha2 v0.10.8 |
315 | 2024-11-18T17:27:00.815Z | Downloaded scopeguard v1.2.0 |
316 | 2024-11-18T17:27:00.817Z | Downloaded thiserror v1.0.69 |
317 | 2024-11-18T17:27:00.820Z | Downloaded progenitor-impl v0.8.0 |
318 | 2024-11-18T17:27:00.823Z | Downloaded regex-automata v0.4.8 |
319 | 2024-11-18T17:27:00.838Z | Downloaded pkg-config v0.3.31 |
320 | 2024-11-18T17:27:00.840Z | Downloaded parking_lot v0.12.3 |
321 | 2024-11-18T17:27:00.842Z | Downloaded tracing v0.1.40 |
322 | 2024-11-18T17:27:00.845Z | Downloaded icu_provider v1.5.0 |
323 | 2024-11-18T17:27:00.848Z | Downloaded icu_normalizer_data v1.5.0 |
324 | 2024-11-18T17:27:00.851Z | Downloaded icu_locid_transform_data v1.5.0 |
325 | 2024-11-18T17:27:00.854Z | Downloaded icu_locid v1.5.0 |
326 | 2024-11-18T17:27:00.857Z | Downloaded litemap v0.7.3 |
327 | 2024-11-18T17:27:00.857Z | Downloaded futures v0.3.31 |
328 | 2024-11-18T17:27:00.862Z | Downloaded libc v0.2.162 |
329 | 2024-11-18T17:27:00.888Z | Downloaded slog-json v2.6.1 |
330 | 2024-11-18T17:27:00.892Z | Downloaded shlex v1.3.0 |
331 | 2024-11-18T17:27:00.892Z | Downloaded quote v1.0.37 |
332 | 2024-11-18T17:27:00.895Z | Downloaded plain v0.2.3 |
333 | 2024-11-18T17:27:00.895Z | Downloaded schemars_derive v0.8.21 |
334 | 2024-11-18T17:27:00.895Z | Downloaded stable_deref_trait v1.2.0 |
335 | 2024-11-18T17:27:00.897Z | Downloaded slab v0.4.9 |
336 | 2024-11-18T17:27:00.897Z | Downloaded signal-hook-registry v1.4.2 |
337 | 2024-11-18T17:27:00.897Z | Downloaded scroll v0.12.0 |
338 | 2024-11-18T17:27:00.900Z | Downloaded rustversion v1.0.17 |
339 | 2024-11-18T17:27:00.902Z | Downloaded ipnetwork v0.20.0 |
340 | 2024-11-18T17:27:00.902Z | Downloaded once_cell v1.20.2 |
341 | 2024-11-18T17:27:00.906Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2024-11-18T17:27:00.908Z | Downloaded httparse v1.9.5 |
343 | 2024-11-18T17:27:00.911Z | Downloaded icu_locid_transform v1.5.0 |
344 | 2024-11-18T17:27:00.915Z | Downloaded yoke v0.7.4 |
345 | 2024-11-18T17:27:00.918Z | Downloaded usdt-impl v0.5.0 |
346 | 2024-11-18T17:27:00.918Z | Downloaded iana-time-zone v0.1.61 |
347 | 2024-11-18T17:27:00.921Z | Downloaded hyper-rustls v0.27.3 |
348 | 2024-11-18T17:27:00.921Z | Downloaded parse-display v0.10.0 |
349 | 2024-11-18T17:27:00.924Z | Downloaded paste v1.0.15 |
350 | 2024-11-18T17:27:00.926Z | Downloaded idna_adapter v1.2.0 |
351 | 2024-11-18T17:27:00.926Z | Downloaded parse-display-derive v0.10.0 |
352 | 2024-11-18T17:27:00.926Z | Downloaded zerovec-derive v0.10.3 |
353 | 2024-11-18T17:27:00.929Z | Downloaded heck v0.5.0 |
354 | 2024-11-18T17:27:00.929Z | Downloaded usdt v0.5.0 |
355 | 2024-11-18T17:27:00.929Z | Downloaded untrusted v0.9.0 |
356 | 2024-11-18T17:27:00.934Z | Downloaded match_cfg v0.1.0 |
357 | 2024-11-18T17:27:00.934Z | Downloaded httpdate v1.0.3 |
358 | 2024-11-18T17:27:00.937Z | Downloaded http-body-util v0.1.2 |
359 | 2024-11-18T17:27:00.937Z | Downloaded futures-executor v0.3.31 |
360 | 2024-11-18T17:27:00.937Z | Downloaded futures-sink v0.3.31 |
361 | 2024-11-18T17:27:00.937Z | Downloaded icu_provider_macros v1.5.0 |
362 | 2024-11-18T17:27:00.937Z | Downloaded futures-channel v0.3.31 |
363 | 2024-11-18T17:27:00.940Z | Downloaded form_urlencoded v1.2.1 |
364 | 2024-11-18T17:27:00.940Z | Downloaded http-body v1.0.1 |
365 | 2024-11-18T17:27:00.940Z | Downloaded tokio-rustls v0.26.0 |
366 | 2024-11-18T17:27:00.943Z | Downloaded want v0.3.1 |
367 | 2024-11-18T17:27:00.943Z | Downloaded futures-core v0.3.31 |
368 | 2024-11-18T17:27:00.946Z | Downloaded foreign-types v0.3.2 |
369 | 2024-11-18T17:27:00.946Z | Downloaded dtrace-parser v0.2.0 |
370 | 2024-11-18T17:27:00.946Z | Downloaded encoding_rs v0.8.34 |
371 | 2024-11-18T17:27:00.965Z | Downloaded thread-id v4.2.2 |
372 | 2024-11-18T17:27:00.970Z | Downloaded dyn-clone v1.0.17 |
373 | 2024-11-18T17:27:00.970Z | Downloaded dirs-next v2.0.0 |
374 | 2024-11-18T17:27:00.973Z | Downloaded darling_core v0.20.10 |
375 | 2024-11-18T17:27:00.973Z | Downloaded crossbeam-channel v0.5.13 |
376 | 2024-11-18T17:27:00.978Z | Downloaded displaydoc v0.2.5 |
377 | 2024-11-18T17:27:00.982Z | Downloaded digest v0.10.7 |
378 | 2024-11-18T17:27:00.982Z | Downloaded deranged v0.3.11 |
379 | 2024-11-18T17:27:00.984Z | Downloaded debug-ignore v1.0.5 |
380 | 2024-11-18T17:27:00.985Z | Downloaded tinystr v0.7.6 |
381 | 2024-11-18T17:27:00.989Z | Downloaded darling v0.20.10 |
382 | 2024-11-18T17:27:00.992Z | Downloaded bitflags v2.6.0 |
383 | 2024-11-18T17:27:00.995Z | Downloaded base64 v0.22.1 |
384 | 2024-11-18T17:27:00.998Z | Downloaded camino v1.1.9 |
385 | 2024-11-18T17:27:00.998Z | Downloaded allocator-api2 v0.2.18 |
386 | 2024-11-18T17:27:01.001Z | Downloaded ahash v0.8.11 |
387 | 2024-11-18T17:27:01.006Z | Downloaded atomic-waker v1.1.2 |
388 | 2024-11-18T17:27:01.006Z | Downloaded async-trait v0.1.83 |
389 | 2024-11-18T17:27:01.009Z | Downloaded async-stream v0.3.6 |
390 | 2024-11-18T17:27:01.009Z | Downloaded block-buffer v0.10.4 |
391 | 2024-11-18T17:27:01.145Z | Downloaded ring v0.17.8 |
392 | 2024-11-18T17:27:01.472Z | Compiling proc-macro2 v1.0.89 |
393 | 2024-11-18T17:27:01.472Z | Compiling unicode-ident v1.0.13 |
394 | 2024-11-18T17:27:01.472Z | Compiling libc v0.2.162 |
395 | 2024-11-18T17:27:01.474Z | Checking cfg-if v1.0.0 |
396 | 2024-11-18T17:27:01.474Z | Compiling autocfg v1.4.0 |
397 | 2024-11-18T17:27:01.474Z | Compiling serde v1.0.215 |
398 | 2024-11-18T17:27:01.474Z | Compiling version_check v0.9.5 |
399 | 2024-11-18T17:27:01.497Z | Checking memchr v2.7.4 |
400 | 2024-11-18T17:27:01.602Z | Compiling serde_json v1.0.132 |
401 | 2024-11-18T17:27:01.666Z | Checking itoa v1.0.11 |
402 | 2024-11-18T17:27:02.166Z | Compiling thiserror v1.0.69 |
403 | 2024-11-18T17:27:02.363Z | Checking once_cell v1.20.2 |
404 | 2024-11-18T17:27:02.453Z | Compiling shlex v1.3.0 |
405 | 2024-11-18T17:27:02.662Z | Checking pin-project-lite v0.2.14 |
406 | 2024-11-18T17:27:02.792Z | Compiling cc v1.1.30 |
407 | 2024-11-18T17:27:02.827Z | Compiling num-traits v0.2.19 |
408 | 2024-11-18T17:27:02.897Z | Checking smallvec v1.13.2 |
409 | 2024-11-18T17:27:03.123Z | Checking ryu v1.0.18 |
410 | 2024-11-18T17:27:03.143Z | Checking bytes v1.8.0 |
411 | 2024-11-18T17:27:03.235Z | Checking getrandom v0.2.15 |
412 | 2024-11-18T17:27:03.362Z | Checking futures-core v0.3.31 |
413 | 2024-11-18T17:27:03.404Z | Compiling lock_api v0.4.12 |
414 | 2024-11-18T17:27:03.448Z | Compiling parking_lot_core v0.9.10 |
415 | 2024-11-18T17:27:03.492Z | Compiling byteorder v1.5.0 |
416 | 2024-11-18T17:27:03.527Z | Compiling ahash v0.8.11 |
417 | 2024-11-18T17:27:03.723Z | Compiling quote v1.0.37 |
418 | 2024-11-18T17:27:03.892Z | Compiling schemars v0.8.21 |
419 | 2024-11-18T17:27:03.931Z | Checking scopeguard v1.2.0 |
420 | 2024-11-18T17:27:04.017Z | Compiling slab v0.4.9 |
421 | 2024-11-18T17:27:04.083Z | Compiling syn v2.0.87 |
422 | 2024-11-18T17:27:04.284Z | Checking log v0.4.22 |
423 | 2024-11-18T17:27:04.303Z | Checking futures-sink v0.3.31 |
424 | 2024-11-18T17:27:04.322Z | Checking signal-hook-registry v1.4.2 |
425 | 2024-11-18T17:27:04.342Z | Checking mio v1.0.2 |
426 | 2024-11-18T17:27:04.447Z | Checking socket2 v0.5.7 |
427 | 2024-11-18T17:27:04.483Z | Checking stable_deref_trait v1.2.0 |
428 | 2024-11-18T17:27:04.563Z | Compiling semver v1.0.23 |
429 | 2024-11-18T17:27:04.582Z | Checking hashbrown v0.15.0 |
430 | 2024-11-18T17:27:04.643Z | Checking parking_lot v0.12.3 |
431 | 2024-11-18T17:27:04.819Z | Checking equivalent v1.0.1 |
432 | 2024-11-18T17:27:04.917Z | Checking fnv v1.0.7 |
433 | 2024-11-18T17:27:04.936Z | Checking futures-channel v0.3.31 |
434 | 2024-11-18T17:27:04.957Z | Checking futures-io v0.3.31 |
435 | 2024-11-18T17:27:04.979Z | Checking pin-utils v0.1.0 |
436 | 2024-11-18T17:27:05.038Z | Checking http v1.1.0 |
437 | 2024-11-18T17:27:05.076Z | Checking futures-task v0.3.31 |
438 | 2024-11-18T17:27:05.118Z | Checking rustls-pki-types v1.9.0 |
439 | 2024-11-18T17:27:05.136Z | Compiling heck v0.5.0 |
440 | 2024-11-18T17:27:05.293Z | Checking spin v0.9.8 |
441 | 2024-11-18T17:27:05.295Z | Compiling vcpkg v0.2.15 |
442 | 2024-11-18T17:27:05.518Z | Compiling pkg-config v0.3.31 |
443 | 2024-11-18T17:27:05.637Z | Checking iana-time-zone v0.1.61 |
444 | 2024-11-18T17:27:05.684Z | Checking untrusted v0.9.0 |
445 | 2024-11-18T17:27:05.771Z | Compiling ring v0.17.8 |
446 | 2024-11-18T17:27:05.792Z | Checking writeable v0.5.5 |
447 | 2024-11-18T17:27:05.830Z | Compiling httparse v1.9.5 |
448 | 2024-11-18T17:27:06.120Z | Compiling ucd-trie v0.1.7 |
449 | 2024-11-18T17:27:06.492Z | Checking litemap v0.7.3 |
450 | 2024-11-18T17:27:06.664Z | Checking tracing-core v0.1.32 |
451 | 2024-11-18T17:27:06.762Z | Checking atomic-waker v1.1.2 |
452 | 2024-11-18T17:27:06.885Z | Checking dyn-clone v1.0.17 |
453 | 2024-11-18T17:27:06.971Z | Compiling openssl-sys v0.9.103 |
454 | 2024-11-18T17:27:06.999Z | Compiling allocator-api2 v0.2.18 |
455 | 2024-11-18T17:27:07.295Z | Checking tracing v0.1.40 |
456 | 2024-11-18T17:27:07.581Z | Checking http-body v1.0.1 |
457 | 2024-11-18T17:27:07.667Z | Checking try-lock v0.2.5 |
458 | 2024-11-18T17:27:07.692Z | Compiling uuid v1.11.0 |
459 | 2024-11-18T17:27:07.734Z | Checking zeroize v1.8.1 |
460 | 2024-11-18T17:27:07.758Z | Checking icu_locid_transform_data v1.5.0 |
461 | 2024-11-18T17:27:07.795Z | Checking subtle v2.6.1 |
462 | 2024-11-18T17:27:07.977Z | Checking want v0.3.1 |
463 | 2024-11-18T17:27:08.148Z | Compiling chrono v0.4.38 |
464 | 2024-11-18T17:27:08.182Z | Checking foreign-types-shared v0.1.1 |
465 | 2024-11-18T17:27:08.242Z | Checking icu_properties_data v1.5.0 |
466 | 2024-11-18T17:27:08.271Z | Compiling openssl v0.10.66 |
467 | 2024-11-18T17:27:08.303Z | Checking httpdate v1.0.3 |
468 | 2024-11-18T17:27:08.320Z | Compiling slog v2.7.0 |
469 | 2024-11-18T17:27:08.483Z | Checking foreign-types v0.3.2 |
470 | 2024-11-18T17:27:08.551Z | Compiling aho-corasick v1.1.3 |
471 | 2024-11-18T17:27:08.635Z | Checking icu_normalizer_data v1.5.0 |
472 | 2024-11-18T17:27:08.727Z | Checking write16 v1.0.0 |
473 | 2024-11-18T17:27:08.810Z | Checking tower-service v0.3.3 |
474 | 2024-11-18T17:27:08.838Z | Compiling typenum v1.17.0 |
475 | 2024-11-18T17:27:08.911Z | Checking percent-encoding v2.3.1 |
476 | 2024-11-18T17:27:09.134Z | Compiling rustls v0.23.14 |
477 | 2024-11-18T17:27:09.435Z | Checking utf8_iter v1.0.4 |
478 | 2024-11-18T17:27:09.605Z | Checking utf16_iter v1.0.5 |
479 | 2024-11-18T17:27:09.733Z | Compiling native-tls v0.2.12 |
480 | 2024-11-18T17:27:10.061Z | Compiling regex-syntax v0.8.5 |
481 | 2024-11-18T17:27:10.083Z | Checking bitflags v2.6.0 |
482 | 2024-11-18T17:27:10.278Z | Checking form_urlencoded v1.2.1 |
483 | 2024-11-18T17:27:10.468Z | Compiling generic-array v0.14.7 |
484 | 2024-11-18T17:27:10.819Z | Checking openssl-probe v0.1.5 |
485 | 2024-11-18T17:27:11.063Z | Compiling synstructure v0.13.1 |
486 | 2024-11-18T17:27:11.084Z | Compiling serde_derive_internals v0.29.1 |
487 | 2024-11-18T17:27:13.142Z | Compiling usdt-impl v0.5.0 |
488 | 2024-11-18T17:27:13.163Z | Checking encoding_rs v0.8.34 |
489 | 2024-11-18T17:27:13.368Z | Checking powerfmt v0.2.0 |
490 | 2024-11-18T17:27:13.371Z | Compiling num-conv v0.1.0 |
491 | 2024-11-18T17:27:13.493Z | Compiling regex-automata v0.4.8 |
492 | 2024-11-18T17:27:13.647Z | Checking mime v0.3.17 |
493 | 2024-11-18T17:27:13.664Z | Compiling time-core v0.1.2 |
494 | 2024-11-18T17:27:13.982Z | Compiling time-macros v0.2.18 |
495 | 2024-11-18T17:27:14.369Z | Checking deranged v0.3.11 |
496 | 2024-11-18T17:27:15.816Z | Compiling thread-id v4.2.2 |
497 | 2024-11-18T17:27:15.931Z | Checking rustls-pemfile v2.2.0 |
498 | 2024-11-18T17:27:16.148Z | Checking webpki-roots v0.26.6 |
499 | 2024-11-18T17:27:16.445Z | Compiling crossbeam-utils v0.8.20 |
500 | 2024-11-18T17:27:16.657Z | Compiling serde_derive v1.0.215 |
501 | 2024-11-18T17:27:16.837Z | Compiling zerocopy-derive v0.7.35 |
502 | 2024-11-18T17:27:16.859Z | Compiling thiserror-impl v1.0.69 |
503 | 2024-11-18T17:27:16.948Z | Compiling schemars_derive v0.8.21 |
504 | 2024-11-18T17:27:16.985Z | Compiling zerofrom-derive v0.1.4 |
505 | 2024-11-18T17:27:17.049Z | Compiling tokio-macros v2.4.0 |
506 | 2024-11-18T17:27:17.497Z | Compiling yoke-derive v0.7.4 |
507 | 2024-11-18T17:27:18.583Z | Checking tokio v1.40.0 |
508 | 2024-11-18T17:27:18.930Z | Compiling zerocopy v0.7.35 |
509 | 2024-11-18T17:27:19.959Z | Compiling zerovec-derive v0.10.3 |
510 | 2024-11-18T17:27:20.158Z | Compiling futures-macro v0.3.31 |
511 | 2024-11-18T17:27:20.538Z | Compiling displaydoc v0.2.5 |
512 | 2024-11-18T17:27:20.557Z | Checking zerofrom v0.1.4 |
513 | 2024-11-18T17:27:20.791Z | Checking yoke v0.7.4 |
514 | 2024-11-18T17:27:21.365Z | Compiling pest v2.7.14 |
515 | 2024-11-18T17:27:21.545Z | Compiling icu_provider_macros v1.5.0 |
516 | 2024-11-18T17:27:21.668Z | Compiling hashbrown v0.14.5 |
517 | 2024-11-18T17:27:22.013Z | Checking futures-util v0.3.31 |
518 | 2024-11-18T17:27:22.160Z | Checking rustls-webpki v0.102.8 |
519 | 2024-11-18T17:27:22.453Z | Checking zerovec v0.10.4 |
520 | 2024-11-18T17:27:22.967Z | Compiling openssl-macros v0.1.1 |
521 | 2024-11-18T17:27:23.060Z | Compiling regress v0.10.1 |
522 | 2024-11-18T17:27:24.206Z | Checking tinystr v0.7.6 |
523 | 2024-11-18T17:27:24.281Z | Compiling pest_meta v2.7.14 |
524 | 2024-11-18T17:27:24.589Z | Checking icu_locid v1.5.0 |
525 | 2024-11-18T17:27:25.657Z | Checking icu_provider v1.5.0 |
526 | 2024-11-18T17:27:25.679Z | Checking tokio-util v0.7.12 |
527 | 2024-11-18T17:27:26.355Z | Checking icu_locid_transform v1.5.0 |
528 | 2024-11-18T17:27:26.559Z | Compiling pest_generator v2.7.14 |
529 | 2024-11-18T17:27:27.273Z | Checking icu_collections v1.5.0 |
530 | 2024-11-18T17:27:27.463Z | Checking http-body-util v0.1.2 |
531 | 2024-11-18T17:27:27.848Z | Compiling regex v1.11.1 |
532 | 2024-11-18T17:27:27.938Z | Checking icu_properties v1.5.1 |
533 | 2024-11-18T17:27:28.349Z | Compiling scroll_derive v0.12.0 |
534 | 2024-11-18T17:27:28.523Z | Compiling pest_derive v2.7.14 |
535 | 2024-11-18T17:27:29.371Z | Compiling dtrace-parser v0.2.0 |
536 | 2024-11-18T17:27:29.477Z | Checking indexmap v2.6.0 |
537 | 2024-11-18T17:27:30.793Z | Compiling serde_tokenstream v0.2.2 |
538 | 2024-11-18T17:27:31.220Z | Checking h2 v0.4.6 |
539 | 2024-11-18T17:27:31.325Z | Checking icu_normalizer v1.5.0 |
540 | 2024-11-18T17:27:32.109Z | Checking idna_adapter v1.2.0 |
541 | 2024-11-18T17:27:32.299Z | Checking idna v1.0.3 |
542 | 2024-11-18T17:27:32.492Z | Compiling dof v0.3.0 |
543 | 2024-11-18T17:27:32.700Z | Checking tokio-rustls v0.26.0 |
544 | 2024-11-18T17:27:32.815Z | Checking scroll v0.12.0 |
545 | 2024-11-18T17:27:33.010Z | Checking tokio-native-tls v0.3.1 |
546 | 2024-11-18T17:27:33.082Z | Checking serde_urlencoded v0.7.1 |
547 | 2024-11-18T17:27:33.252Z | Checking num_threads v0.1.7 |
548 | 2024-11-18T17:27:33.303Z | Compiling ident_case v1.0.1 |
549 | 2024-11-18T17:27:33.366Z | Checking plain v0.2.3 |
550 | 2024-11-18T17:27:33.383Z | Checking base64 v0.22.1 |
551 | 2024-11-18T17:27:33.501Z | Compiling strsim v0.11.1 |
552 | 2024-11-18T17:27:33.692Z | Checking goblin v0.8.2 |
553 | 2024-11-18T17:27:33.692Z | Checking time v0.3.36 |
554 | 2024-11-18T17:27:33.851Z | Compiling darling_core v0.20.10 |
555 | 2024-11-18T17:27:34.202Z | Compiling typify-impl v0.2.0 |
556 | 2024-11-18T17:27:35.437Z | Checking hyper v1.5.0 |
557 | 2024-11-18T17:27:35.531Z | Compiling openapiv3 v2.0.0 |
558 | 2024-11-18T17:27:37.234Z | Checking url v2.5.3 |
559 | 2024-11-18T17:27:37.570Z | Checking hyper-util v0.1.10 |
560 | 2024-11-18T17:27:38.103Z | Checking sync_wrapper v1.0.1 |
561 | 2024-11-18T17:27:38.256Z | Checking dirs-sys-next v0.1.2 |
562 | 2024-11-18T17:27:38.807Z | Compiling omicron-workspace-hack v0.1.0 |
563 | 2024-11-18T17:27:38.838Z | Compiling unsafe-libyaml v0.2.11 |
564 | 2024-11-18T17:27:39.115Z | Compiling rustls v0.22.4 |
565 | 2024-11-18T17:27:39.229Z | Checking hyper-rustls v0.27.3 |
566 | 2024-11-18T17:27:39.425Z | Checking hyper-tls v0.6.0 |
567 | 2024-11-18T17:27:39.562Z | Compiling paste v1.0.15 |
568 | 2024-11-18T17:27:39.705Z | Checking ipnet v2.10.1 |
569 | 2024-11-18T17:27:39.785Z | Checking pretty-hex v0.4.1 |
570 | 2024-11-18T17:27:39.921Z | Compiling rustversion v1.0.17 |
571 | 2024-11-18T17:27:40.136Z | Compiling serde_yaml v0.9.34+deprecated |
572 | 2024-11-18T17:27:40.154Z | Checking reqwest v0.12.9 |
573 | 2024-11-18T17:27:40.373Z | Compiling darling_macro v0.20.10 |
574 | 2024-11-18T17:27:40.631Z | Checking dirs-next v2.0.0 |
575 | 2024-11-18T17:27:40.789Z | Checking serde_spanned v0.6.8 |
576 | 2024-11-18T17:27:40.973Z | Checking toml_datetime v0.6.8 |
577 | 2024-11-18T17:27:41.048Z | Checking ppv-lite86 v0.2.20 |
578 | 2024-11-18T17:27:41.219Z | Checking block-buffer v0.10.4 |
579 | 2024-11-18T17:27:41.282Z | Checking crypto-common v0.1.6 |
580 | 2024-11-18T17:27:41.314Z | Compiling structmeta-derive v0.3.0 |
581 | 2024-11-18T17:27:41.406Z | Checking rand_core v0.6.4 |
582 | 2024-11-18T17:27:41.453Z | Checking thread_local v1.1.8 |
583 | 2024-11-18T17:27:41.540Z | Compiling multer v3.1.0 |
584 | 2024-11-18T17:27:41.589Z | Compiling newtype-uuid v1.1.3 |
585 | 2024-11-18T17:27:41.702Z | Compiling slog-async v2.8.0 |
586 | 2024-11-18T17:27:41.740Z | Checking match_cfg v0.1.0 |
587 | 2024-11-18T17:27:41.803Z | Checking winnow v0.6.20 |
588 | 2024-11-18T17:27:41.827Z | Compiling camino v1.1.9 |
589 | 2024-11-18T17:27:41.856Z | Compiling anyhow v1.0.93 |
590 | 2024-11-18T17:27:41.983Z | Checking hostname v0.3.1 |
591 | 2024-11-18T17:27:42.119Z | Checking rand_chacha v0.3.1 |
592 | 2024-11-18T17:27:42.246Z | Checking progenitor-client v0.8.0 |
593 | 2024-11-18T17:27:42.475Z | Checking digest v0.10.7 |
594 | 2024-11-18T17:27:42.570Z | Checking crossbeam-channel v0.5.13 |
595 | 2024-11-18T17:27:42.816Z | Compiling darling v0.20.10 |
596 | 2024-11-18T17:27:42.835Z | Checking term v0.7.0 |
597 | 2024-11-18T17:27:43.325Z | Compiling usdt-attr-macro v0.5.0 |
598 | 2024-11-18T17:27:43.734Z | Compiling usdt-macro v0.5.0 |
599 | 2024-11-18T17:27:44.003Z | Compiling structmeta v0.3.0 |
600 | 2024-11-18T17:27:44.284Z | Checking slog-json v2.6.1 |
601 | 2024-11-18T17:27:44.437Z | Checking futures-executor v0.3.31 |
602 | 2024-11-18T17:27:44.542Z | Compiling async-stream-impl v0.3.6 |
603 | 2024-11-18T17:27:44.632Z | Checking is-terminal v0.4.13 |
604 | 2024-11-18T17:27:44.633Z | Checking memmap v0.7.0 |
605 | 2024-11-18T17:27:44.707Z | Compiling dropshot v0.13.0 |
606 | 2024-11-18T17:27:44.756Z | Checking cpufeatures v0.2.14 |
607 | 2024-11-18T17:27:44.788Z | Checking take_mut v0.2.2 |
608 | 2024-11-18T17:27:44.833Z | Checking sha1 v0.10.6 |
609 | 2024-11-18T17:27:44.909Z | Checking toml_edit v0.22.22 |
610 | 2024-11-18T17:27:44.989Z | Checking usdt v0.5.0 |
611 | 2024-11-18T17:27:45.043Z | Checking slog-term v2.9.1 |
612 | 2024-11-18T17:27:45.061Z | Checking futures v0.3.31 |
613 | 2024-11-18T17:27:45.196Z | Checking slog-bunyan v2.5.0 |
614 | 2024-11-18T17:27:45.224Z | Compiling parse-display-derive v0.10.0 |
615 | 2024-11-18T17:27:45.263Z | Compiling strum_macros v0.26.4 |
616 | 2024-11-18T17:27:45.352Z | Compiling serde_with_macros v3.11.0 |
617 | 2024-11-18T17:27:45.637Z | Checking async-stream v0.3.6 |
618 | 2024-11-18T17:27:45.832Z | Checking rand v0.8.5 |
619 | 2024-11-18T17:27:46.787Z | Checking tokio-rustls v0.25.0 |
620 | 2024-11-18T17:27:47.148Z | Checking ipnetwork v0.20.0 |
621 | 2024-11-18T17:27:47.176Z | Compiling dropshot_endpoint v0.13.0 |
622 | 2024-11-18T17:27:47.194Z | Checking serde_path_to_error v0.1.16 |
623 | 2024-11-18T17:27:47.513Z | Checking hex v0.4.3 |
624 | 2024-11-18T17:27:47.553Z | Checking toml v0.8.19 |
625 | 2024-11-18T17:27:47.805Z | Compiling async-trait v0.1.83 |
626 | 2024-11-18T17:27:47.951Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
627 | 2024-11-18T17:27:48.062Z | Checking waitgroup v0.1.2 |
628 | 2024-11-18T17:27:48.214Z | Checking hostname v0.4.0 |
629 | 2024-11-18T17:27:48.254Z | Compiling typify-macro v0.2.0 |
630 | 2024-11-18T17:27:48.274Z | Checking instant v0.1.13 |
631 | 2024-11-18T17:27:48.332Z | Checking debug-ignore v1.0.5 |
632 | 2024-11-18T17:27:48.384Z | Checking backoff v0.4.0 |
633 | 2024-11-18T17:27:48.472Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
634 | 2024-11-18T17:27:48.616Z | Checking serde_with v3.11.0 |
635 | 2024-11-18T17:27:48.678Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
636 | 2024-11-18T17:27:48.742Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-11-18T17:27:48.888Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
638 | 2024-11-18T17:27:49.018Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
639 | 2024-11-18T17:27:49.089Z | Checking parse-display v0.10.0 |
640 | 2024-11-18T17:27:49.315Z | Checking macaddr v1.0.1 |
641 | 2024-11-18T17:27:49.375Z | Checking regress v0.9.1 |
642 | 2024-11-18T17:27:49.769Z | Checking strum v0.26.3 |
643 | 2024-11-18T17:27:51.018Z | Compiling typify v0.2.0 |
644 | 2024-11-18T17:27:51.108Z | Compiling progenitor-impl v0.8.0 |
645 | 2024-11-18T17:27:53.844Z | Compiling progenitor-macro v0.8.0 |
646 | 2024-11-18T17:27:58.025Z | Checking progenitor v0.8.0 |
647 | 2024-11-18T17:27:58.154Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
648 | 2024-11-18T17:28:00.993Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
649 | 2024-11-18T17:28:08.467Z | Checking test-project v0.1.0 (/tmp/test-project) |
650 | 2024-11-18T17:28:08.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
651 | 2024-11-18T17:28:08.855Z | + cargo build --release |
652 | 2024-11-18T17:28:09.106Z | Compiling proc-macro2 v1.0.89 |
653 | 2024-11-18T17:28:09.107Z | Compiling unicode-ident v1.0.13 |
654 | 2024-11-18T17:28:09.107Z | Compiling libc v0.2.162 |
655 | 2024-11-18T17:28:09.107Z | Compiling cfg-if v1.0.0 |
656 | 2024-11-18T17:28:09.109Z | Compiling autocfg v1.4.0 |
657 | 2024-11-18T17:28:09.109Z | Compiling serde v1.0.215 |
658 | 2024-11-18T17:28:09.109Z | Compiling version_check v0.9.5 |
659 | 2024-11-18T17:28:09.151Z | Compiling memchr v2.7.4 |
660 | 2024-11-18T17:28:09.225Z | Compiling serde_json v1.0.132 |
661 | 2024-11-18T17:28:09.295Z | Compiling itoa v1.0.11 |
662 | 2024-11-18T17:28:09.565Z | Compiling thiserror v1.0.69 |
663 | 2024-11-18T17:28:09.665Z | Compiling once_cell v1.20.2 |
664 | 2024-11-18T17:28:09.743Z | Compiling shlex v1.3.0 |
665 | 2024-11-18T17:28:09.993Z | Compiling cc v1.1.30 |
666 | 2024-11-18T17:28:10.117Z | Compiling num-traits v0.2.19 |
667 | 2024-11-18T17:28:10.437Z | Compiling pin-project-lite v0.2.14 |
668 | 2024-11-18T17:28:10.531Z | Compiling smallvec v1.13.2 |
669 | 2024-11-18T17:28:10.599Z | Compiling getrandom v0.2.15 |
670 | 2024-11-18T17:28:10.735Z | Compiling quote v1.0.37 |
671 | 2024-11-18T17:28:10.787Z | Compiling ryu v1.0.18 |
672 | 2024-11-18T17:28:10.880Z | Compiling bytes v1.8.0 |
673 | 2024-11-18T17:28:10.999Z | Compiling futures-core v0.3.31 |
674 | 2024-11-18T17:28:11.131Z | Compiling syn v2.0.87 |
675 | 2024-11-18T17:28:11.236Z | Compiling lock_api v0.4.12 |
676 | 2024-11-18T17:28:11.335Z | Compiling ahash v0.8.11 |
677 | 2024-11-18T17:28:11.357Z | Compiling byteorder v1.5.0 |
678 | 2024-11-18T17:28:11.455Z | Compiling schemars v0.8.21 |
679 | 2024-11-18T17:28:11.691Z | Compiling parking_lot_core v0.9.10 |
680 | 2024-11-18T17:28:11.828Z | Compiling scopeguard v1.2.0 |
681 | 2024-11-18T17:28:11.866Z | Compiling slab v0.4.9 |
682 | 2024-11-18T17:28:11.961Z | Compiling log v0.4.22 |
683 | 2024-11-18T17:28:12.194Z | Compiling futures-sink v0.3.31 |
684 | 2024-11-18T17:28:12.358Z | Compiling mio v1.0.2 |
685 | 2024-11-18T17:28:12.426Z | Compiling signal-hook-registry v1.4.2 |
686 | 2024-11-18T17:28:12.437Z | Compiling socket2 v0.5.7 |
687 | 2024-11-18T17:28:12.460Z | Compiling semver v1.0.23 |
688 | 2024-11-18T17:28:12.703Z | Compiling parking_lot v0.12.3 |
689 | 2024-11-18T17:28:12.918Z | Compiling stable_deref_trait v1.2.0 |
690 | 2024-11-18T17:28:12.944Z | Compiling ring v0.17.8 |
691 | 2024-11-18T17:28:13.012Z | Compiling fnv v1.0.7 |
692 | 2024-11-18T17:28:13.138Z | Compiling hashbrown v0.15.0 |
693 | 2024-11-18T17:28:13.278Z | Compiling equivalent v1.0.1 |
694 | 2024-11-18T17:28:13.379Z | Compiling http v1.1.0 |
695 | 2024-11-18T17:28:13.942Z | Compiling futures-channel v0.3.31 |
696 | 2024-11-18T17:28:14.015Z | Compiling pin-utils v0.1.0 |
697 | 2024-11-18T17:28:14.082Z | Compiling futures-task v0.3.31 |
698 | 2024-11-18T17:28:14.100Z | Compiling futures-io v0.3.31 |
699 | 2024-11-18T17:28:14.403Z | Compiling vcpkg v0.2.15 |
700 | 2024-11-18T17:28:14.414Z | Compiling pkg-config v0.3.31 |
701 | 2024-11-18T17:28:14.575Z | Compiling rustls-pki-types v1.9.0 |
702 | 2024-11-18T17:28:14.601Z | Compiling heck v0.5.0 |
703 | 2024-11-18T17:28:14.799Z | Compiling spin v0.9.8 |
704 | 2024-11-18T17:28:15.581Z | Compiling untrusted v0.9.0 |
705 | 2024-11-18T17:28:15.659Z | Compiling httparse v1.9.5 |
706 | 2024-11-18T17:28:15.763Z | Compiling ucd-trie v0.1.7 |
707 | 2024-11-18T17:28:16.021Z | Compiling openssl-sys v0.9.103 |
708 | 2024-11-18T17:28:16.218Z | Compiling litemap v0.7.3 |
709 | 2024-11-18T17:28:16.390Z | Compiling writeable v0.5.5 |
710 | 2024-11-18T17:28:16.413Z | Compiling iana-time-zone v0.1.61 |
711 | 2024-11-18T17:28:17.089Z | Compiling tracing-core v0.1.32 |
712 | 2024-11-18T17:28:17.169Z | Compiling allocator-api2 v0.2.18 |
713 | 2024-11-18T17:28:17.443Z | Compiling dyn-clone v1.0.17 |
714 | 2024-11-18T17:28:17.461Z | Compiling atomic-waker v1.1.2 |
715 | 2024-11-18T17:28:17.879Z | Compiling tracing v0.1.40 |
716 | 2024-11-18T17:28:18.121Z | Compiling http-body v1.0.1 |
717 | 2024-11-18T17:28:18.364Z | Compiling zeroize v1.8.1 |
718 | 2024-11-18T17:28:18.513Z | Compiling chrono v0.4.38 |
719 | 2024-11-18T17:28:18.553Z | Compiling uuid v1.11.0 |
720 | 2024-11-18T17:28:18.700Z | Compiling subtle v2.6.1 |
721 | 2024-11-18T17:28:18.871Z | Compiling synstructure v0.13.1 |
722 | 2024-11-18T17:28:18.953Z | Compiling serde_derive_internals v0.29.1 |
723 | 2024-11-18T17:28:19.235Z | Compiling try-lock v0.2.5 |
724 | 2024-11-18T17:28:19.386Z | Compiling icu_locid_transform_data v1.5.0 |
725 | 2024-11-18T17:28:19.422Z | Compiling want v0.3.1 |
726 | 2024-11-18T17:28:19.749Z | Compiling openssl v0.10.66 |
727 | 2024-11-18T17:28:20.271Z | Compiling foreign-types-shared v0.1.1 |
728 | 2024-11-18T17:28:20.371Z | Compiling slog v2.7.0 |
729 | 2024-11-18T17:28:20.540Z | Compiling httpdate v1.0.3 |
730 | 2024-11-18T17:28:20.563Z | Compiling icu_properties_data v1.5.0 |
731 | 2024-11-18T17:28:20.817Z | Compiling foreign-types v0.3.2 |
732 | 2024-11-18T17:28:21.165Z | Compiling aho-corasick v1.1.3 |
733 | 2024-11-18T17:28:21.273Z | Compiling typenum v1.17.0 |
734 | 2024-11-18T17:28:21.559Z | Compiling regex-syntax v0.8.5 |
735 | 2024-11-18T17:28:22.197Z | Compiling native-tls v0.2.12 |
736 | 2024-11-18T17:28:22.357Z | Compiling bitflags v2.6.0 |
737 | 2024-11-18T17:28:22.544Z | Compiling utf8_iter v1.0.4 |
738 | 2024-11-18T17:28:22.704Z | Compiling rustls v0.23.14 |
739 | 2024-11-18T17:28:22.821Z | Compiling percent-encoding v2.3.1 |
740 | 2024-11-18T17:28:23.004Z | Compiling tower-service v0.3.3 |
741 | 2024-11-18T17:28:23.116Z | Compiling icu_normalizer_data v1.5.0 |
742 | 2024-11-18T17:28:23.211Z | Compiling utf16_iter v1.0.5 |
743 | 2024-11-18T17:28:23.286Z | Compiling write16 v1.0.0 |
744 | 2024-11-18T17:28:23.403Z | Compiling form_urlencoded v1.2.1 |
745 | 2024-11-18T17:28:24.019Z | Compiling generic-array v0.14.7 |
746 | 2024-11-18T17:28:24.339Z | Compiling openssl-probe v0.1.5 |
747 | 2024-11-18T17:28:24.477Z | Compiling serde_derive v1.0.215 |
748 | 2024-11-18T17:28:24.589Z | Compiling zerocopy-derive v0.7.35 |
749 | 2024-11-18T17:28:24.846Z | Compiling thiserror-impl v1.0.69 |
750 | 2024-11-18T17:28:25.397Z | Compiling zerofrom-derive v0.1.4 |
751 | 2024-11-18T17:28:25.665Z | Compiling schemars_derive v0.8.21 |
752 | 2024-11-18T17:28:26.698Z | Compiling zerocopy v0.7.35 |
753 | 2024-11-18T17:28:27.984Z | Compiling yoke-derive v0.7.4 |
754 | 2024-11-18T17:28:28.330Z | Compiling tokio-macros v2.4.0 |
755 | 2024-11-18T17:28:28.742Z | Compiling zerovec-derive v0.10.3 |
756 | 2024-11-18T17:28:28.964Z | Compiling zerofrom v0.1.4 |
757 | 2024-11-18T17:28:29.142Z | Compiling displaydoc v0.2.5 |
758 | 2024-11-18T17:28:29.197Z | Compiling futures-macro v0.3.31 |
759 | 2024-11-18T17:28:29.862Z | Compiling tokio v1.40.0 |
760 | 2024-11-18T17:28:30.711Z | Compiling yoke v0.7.4 |
761 | 2024-11-18T17:28:31.056Z | Compiling futures-util v0.3.31 |
762 | 2024-11-18T17:28:31.101Z | Compiling pest v2.7.14 |
763 | 2024-11-18T17:28:31.292Z | Compiling zerovec v0.10.4 |
764 | 2024-11-18T17:28:31.340Z | Compiling icu_provider_macros v1.5.0 |
765 | 2024-11-18T17:28:31.520Z | Compiling hashbrown v0.14.5 |
766 | 2024-11-18T17:28:32.836Z | Compiling rustls-webpki v0.102.8 |
767 | 2024-11-18T17:28:34.032Z | Compiling tinystr v0.7.6 |
768 | 2024-11-18T17:28:34.297Z | Compiling pest_meta v2.7.14 |
769 | 2024-11-18T17:28:34.496Z | Compiling icu_locid v1.5.0 |
770 | 2024-11-18T17:28:37.622Z | Compiling icu_provider v1.5.0 |
771 | 2024-11-18T17:28:38.117Z | Compiling pest_generator v2.7.14 |
772 | 2024-11-18T17:28:38.414Z | Compiling icu_locid_transform v1.5.0 |
773 | 2024-11-18T17:28:39.889Z | Compiling indexmap v2.6.0 |
774 | 2024-11-18T17:28:39.928Z | Compiling serde_tokenstream v0.2.2 |
775 | 2024-11-18T17:28:42.107Z | Compiling tokio-util v0.7.12 |
776 | 2024-11-18T17:28:42.957Z | Compiling icu_collections v1.5.0 |
777 | 2024-11-18T17:28:44.426Z | Compiling h2 v0.4.6 |
778 | 2024-11-18T17:28:45.431Z | Compiling regress v0.10.1 |
779 | 2024-11-18T17:28:45.703Z | Compiling icu_properties v1.5.1 |
780 | 2024-11-18T17:28:45.812Z | Compiling pest_derive v2.7.14 |
781 | 2024-11-18T17:28:47.224Z | Compiling openssl-macros v0.1.1 |
782 | 2024-11-18T17:28:50.294Z | Compiling hyper v1.5.0 |
783 | 2024-11-18T17:28:50.651Z | Compiling typify-impl v0.2.0 |
784 | 2024-11-18T17:28:51.934Z | Compiling icu_normalizer v1.5.0 |
785 | 2024-11-18T17:28:56.934Z | Compiling hyper-util v0.1.10 |
786 | 2024-11-18T17:28:57.219Z | Compiling regex-automata v0.4.8 |
787 | 2024-11-18T17:29:00.260Z | Compiling idna_adapter v1.2.0 |
788 | 2024-11-18T17:29:01.934Z | Compiling regex v1.11.1 |
789 | 2024-11-18T17:29:01.984Z | Compiling http-body-util v0.1.2 |
790 | 2024-11-18T17:29:02.538Z | Compiling scroll_derive v0.12.0 |
791 | 2024-11-18T17:29:02.784Z | Compiling typify-macro v0.2.0 |
792 | 2024-11-18T17:29:03.386Z | Compiling usdt-impl v0.5.0 |
793 | 2024-11-18T17:29:03.776Z | Compiling encoding_rs v0.8.34 |
794 | 2024-11-18T17:29:04.042Z | Compiling mime v0.3.17 |
795 | 2024-11-18T17:29:04.433Z | Compiling time-core v0.1.2 |
796 | 2024-11-18T17:29:04.602Z | Compiling num-conv v0.1.0 |
797 | 2024-11-18T17:29:04.883Z | Compiling powerfmt v0.2.0 |
798 | 2024-11-18T17:29:05.211Z | Compiling deranged v0.3.11 |
799 | 2024-11-18T17:29:05.362Z | Compiling time-macros v0.2.18 |
800 | 2024-11-18T17:29:07.384Z | Compiling scroll v0.12.0 |
801 | 2024-11-18T17:29:08.010Z | Compiling thread-id v4.2.2 |
802 | 2024-11-18T17:29:08.105Z | Compiling idna v1.0.3 |
803 | 2024-11-18T17:29:08.133Z | Compiling tokio-native-tls v0.3.1 |
804 | 2024-11-18T17:29:08.416Z | Compiling dtrace-parser v0.2.0 |
805 | 2024-11-18T17:29:13.853Z | Compiling tokio-rustls v0.26.0 |
806 | 2024-11-18T17:29:14.344Z | Compiling dof v0.3.0 |
807 | 2024-11-18T17:29:14.553Z | Compiling serde_urlencoded v0.7.1 |
808 | 2024-11-18T17:29:15.139Z | Compiling webpki-roots v0.26.6 |
809 | 2024-11-18T17:29:15.196Z | Compiling rustls-pemfile v2.2.0 |
810 | 2024-11-18T17:29:15.344Z | Compiling ident_case v1.0.1 |
811 | 2024-11-18T17:29:15.524Z | Compiling num_threads v0.1.7 |
812 | 2024-11-18T17:29:15.638Z | Compiling omicron-workspace-hack v0.1.0 |
813 | 2024-11-18T17:29:16.943Z | Compiling plain v0.2.3 |
814 | 2024-11-18T17:29:17.134Z | Compiling strsim v0.11.1 |
815 | 2024-11-18T17:29:17.346Z | Compiling base64 v0.22.1 |
816 | 2024-11-18T17:29:17.542Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-11-18T17:29:18.112Z | Compiling darling_core v0.20.10 |
818 | 2024-11-18T17:29:18.455Z | Compiling time v0.3.36 |
819 | 2024-11-18T17:29:18.480Z | Compiling goblin v0.8.2 |
820 | 2024-11-18T17:29:24.116Z | Compiling hyper-rustls v0.27.3 |
821 | 2024-11-18T17:29:25.868Z | Compiling url v2.5.3 |
822 | 2024-11-18T17:29:27.808Z | Compiling hyper-tls v0.6.0 |
823 | 2024-11-18T17:29:28.128Z | Compiling typify v0.2.0 |
824 | 2024-11-18T17:29:28.250Z | Compiling openapiv3 v2.0.0 |
825 | 2024-11-18T17:29:29.420Z | Compiling sync_wrapper v1.0.1 |
826 | 2024-11-18T17:29:29.572Z | Compiling dirs-sys-next v0.1.2 |
827 | 2024-11-18T17:29:31.060Z | Compiling paste v1.0.15 |
828 | 2024-11-18T17:29:31.571Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2024-11-18T17:29:31.795Z | Compiling rustversion v1.0.17 |
830 | 2024-11-18T17:29:32.418Z | Compiling rustls v0.22.4 |
831 | 2024-11-18T17:29:32.598Z | Compiling ipnet v2.10.1 |
832 | 2024-11-18T17:29:32.703Z | Compiling pretty-hex v0.4.1 |
833 | 2024-11-18T17:29:32.925Z | Compiling serde_yaml v0.9.34+deprecated |
834 | 2024-11-18T17:29:33.354Z | Compiling reqwest v0.12.9 |
835 | 2024-11-18T17:29:35.727Z | Compiling progenitor-impl v0.8.0 |
836 | 2024-11-18T17:29:36.804Z | Compiling dirs-next v2.0.0 |
837 | 2024-11-18T17:29:37.194Z | Compiling darling_macro v0.20.10 |
838 | 2024-11-18T17:29:41.377Z | Compiling crypto-common v0.1.6 |
839 | 2024-11-18T17:29:41.582Z | Compiling block-buffer v0.10.4 |
840 | 2024-11-18T17:29:41.815Z | Compiling serde_spanned v0.6.8 |
841 | 2024-11-18T17:29:42.057Z | Compiling toml_datetime v0.6.8 |
842 | 2024-11-18T17:29:42.467Z | Compiling ppv-lite86 v0.2.20 |
843 | 2024-11-18T17:29:42.696Z | Compiling structmeta-derive v0.3.0 |
844 | 2024-11-18T17:29:42.742Z | Compiling rand_core v0.6.4 |
845 | 2024-11-18T17:29:43.258Z | Compiling thread_local v1.1.8 |
846 | 2024-11-18T17:29:43.327Z | Compiling multer v3.1.0 |
847 | 2024-11-18T17:29:43.383Z | Compiling newtype-uuid v1.1.3 |
848 | 2024-11-18T17:29:43.660Z | Compiling winnow v0.6.20 |
849 | 2024-11-18T17:29:43.701Z | Compiling camino v1.1.9 |
850 | 2024-11-18T17:29:43.981Z | Compiling slog-async v2.8.0 |
851 | 2024-11-18T17:29:44.287Z | Compiling match_cfg v0.1.0 |
852 | 2024-11-18T17:29:44.375Z | Compiling anyhow v1.0.93 |
853 | 2024-11-18T17:29:44.505Z | Compiling hostname v0.3.1 |
854 | 2024-11-18T17:29:44.767Z | Compiling rand_chacha v0.3.1 |
855 | 2024-11-18T17:29:45.312Z | Compiling progenitor-macro v0.8.0 |
856 | 2024-11-18T17:29:45.421Z | Compiling structmeta v0.3.0 |
857 | 2024-11-18T17:29:45.779Z | Compiling digest v0.10.7 |
858 | 2024-11-18T17:29:46.203Z | Compiling crossbeam-channel v0.5.13 |
859 | 2024-11-18T17:29:46.496Z | Compiling darling v0.20.10 |
860 | 2024-11-18T17:29:47.176Z | Compiling term v0.7.0 |
861 | 2024-11-18T17:29:47.854Z | Compiling toml_edit v0.22.22 |
862 | 2024-11-18T17:29:51.863Z | Compiling progenitor-client v0.8.0 |
863 | 2024-11-18T17:29:52.839Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2024-11-18T17:29:54.382Z | Compiling usdt-macro v0.5.0 |
865 | 2024-11-18T17:29:55.706Z | Compiling slog-json v2.6.1 |
866 | 2024-11-18T17:29:56.146Z | Compiling futures-executor v0.3.31 |
867 | 2024-11-18T17:29:56.165Z | Compiling async-stream-impl v0.3.6 |
868 | 2024-11-18T17:29:57.296Z | Compiling is-terminal v0.4.13 |
869 | 2024-11-18T17:29:57.412Z | Compiling memmap v0.7.0 |
870 | 2024-11-18T17:29:57.516Z | Compiling dropshot v0.13.0 |
871 | 2024-11-18T17:29:57.842Z | Compiling cpufeatures v0.2.14 |
872 | 2024-11-18T17:29:57.854Z | Compiling take_mut v0.2.2 |
873 | 2024-11-18T17:29:57.928Z | Compiling sha1 v0.10.6 |
874 | 2024-11-18T17:29:58.257Z | Compiling progenitor v0.8.0 |
875 | 2024-11-18T17:29:58.532Z | Compiling usdt v0.5.0 |
876 | 2024-11-18T17:29:58.707Z | Compiling async-stream v0.3.6 |
877 | 2024-11-18T17:29:59.012Z | Compiling slog-term v2.9.1 |
878 | 2024-11-18T17:30:00.092Z | Compiling futures v0.3.31 |
879 | 2024-11-18T17:30:00.292Z | Compiling slog-bunyan v2.5.0 |
880 | 2024-11-18T17:30:00.560Z | Compiling tokio-rustls v0.25.0 |
881 | 2024-11-18T17:30:01.005Z | Compiling toml v0.8.19 |
882 | 2024-11-18T17:30:01.386Z | Compiling strum_macros v0.26.4 |
883 | 2024-11-18T17:30:02.007Z | Compiling serde_with_macros v3.11.0 |
884 | 2024-11-18T17:30:04.735Z | Compiling parse-display-derive v0.10.0 |
885 | 2024-11-18T17:30:07.616Z | Compiling rand v0.8.5 |
886 | 2024-11-18T17:30:09.567Z | Compiling ipnetwork v0.20.0 |
887 | 2024-11-18T17:30:10.454Z | Compiling dropshot_endpoint v0.13.0 |
888 | 2024-11-18T17:30:11.011Z | Compiling serde_path_to_error v0.1.16 |
889 | 2024-11-18T17:30:11.300Z | Compiling hex v0.4.3 |
890 | 2024-11-18T17:30:12.001Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
891 | 2024-11-18T17:30:12.060Z | Compiling async-trait v0.1.83 |
892 | 2024-11-18T17:30:12.826Z | Compiling waitgroup v0.1.2 |
893 | 2024-11-18T17:30:13.053Z | Compiling hostname v0.4.0 |
894 | 2024-11-18T17:30:13.297Z | Compiling instant v0.1.13 |
895 | 2024-11-18T17:30:13.450Z | Compiling debug-ignore v1.0.5 |
896 | 2024-11-18T17:30:13.590Z | Compiling backoff v0.4.0 |
897 | 2024-11-18T17:30:13.936Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-18T17:30:14.124Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
899 | 2024-11-18T17:30:14.287Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
900 | 2024-11-18T17:30:14.528Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
901 | 2024-11-18T17:30:14.613Z | Compiling parse-display v0.10.0 |
902 | 2024-11-18T17:30:15.088Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
903 | 2024-11-18T17:30:16.739Z | Compiling strum v0.26.3 |
904 | 2024-11-18T17:30:16.915Z | Compiling serde_with v3.11.0 |
905 | 2024-11-18T17:30:17.904Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2024-11-18T17:30:18.746Z | Compiling regress v0.9.1 |
907 | 2024-11-18T17:30:19.277Z | Compiling macaddr v1.0.1 |
908 | 2024-11-18T17:30:24.173Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
909 | 2024-11-18T17:30:35.385Z | Compiling test-project v0.1.0 (/tmp/test-project) |
910 | 2024-11-18T17:30:45.286Z | Finished `release` profile [optimized] target(s) in 2m 36s |
911 | 2024-11-18T17:30:45.351Z | process exited: duration 235114 ms, exit code 0 |
|
912 | 2024-11-18T17:30:45.358Z | found 0 output files |