|
|
|
1 | 2025-01-29T20:01:22.937Z | job assigned to worker 01JJSTD9JD24H88SEJJSWEZZQE [factory aws, i-013c101dcba36b709] (queued for 1 m 1 s) |
|
2 | 2025-01-29T20:01:31.732Z | starting task 0: "setup" |
3 | 2025-01-29T20:01:31.745Z | ++ uname -s |
4 | 2025-01-29T20:01:31.748Z | + kern=SunOS |
5 | 2025-01-29T20:01:31.748Z | + case "$kern" in |
6 | 2025-01-29T20:01:31.749Z | + groupadd -g 12345 build |
7 | 2025-01-29T20:01:31.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-29T20:01:33.759Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-29T20:01:33.900Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-29T20:01:33.902Z | + home_fs=zfs |
11 | 2025-01-29T20:01:33.902Z | + [[ zfs == autofs ]] |
12 | 2025-01-29T20:01:33.902Z | + mkdir -p /home/build |
13 | 2025-01-29T20:01:33.905Z | + chown build:build /home/build /work |
14 | 2025-01-29T20:01:35.906Z | + chmod 0700 /home/build /work |
15 | 2025-01-29T20:01:35.909Z | process exited: duration 4177 ms, exit code 0 |
|
16 | 2025-01-29T20:01:35.915Z | starting task 1: "rust-toolchain" |
17 | 2025-01-29T20:01:35.922Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-29T20:01:35.922Z | ' 1.84.0 |
19 | 2025-01-29T20:01:35.922Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-29T20:01:35.922Z | ' default |
21 | 2025-01-29T20:01:35.922Z | * toolchain channel = "1.84.0" |
22 | 2025-01-29T20:01:35.922Z | * toolchain profile = "default" |
23 | 2025-01-29T20:01:35.926Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-29T20:01:35.926Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-29T20:01:36.042Z | info: downloading installer |
26 | 2025-01-29T20:01:37.619Z | info: profile set to 'default' |
27 | 2025-01-29T20:01:37.619Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-29T20:01:37.623Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-29T20:01:37.807Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-29T20:01:37.807Z | info: downloading component 'cargo' |
31 | 2025-01-29T20:01:38.854Z | info: downloading component 'clippy' |
32 | 2025-01-29T20:01:39.259Z | info: downloading component 'rust-docs' |
33 | 2025-01-29T20:01:40.692Z | info: downloading component 'rust-std' |
34 | 2025-01-29T20:01:42.807Z | info: downloading component 'rustc' |
35 | 2025-01-29T20:01:50.924Z | info: downloading component 'rustfmt' |
36 | 2025-01-29T20:01:51.228Z | info: installing component 'cargo' |
37 | 2025-01-29T20:01:52.048Z | info: installing component 'clippy' |
38 | 2025-01-29T20:01:52.425Z | info: installing component 'rust-docs' |
39 | 2025-01-29T20:01:54.097Z | info: installing component 'rust-std' |
40 | 2025-01-29T20:01:55.782Z | info: installing component 'rustc' |
41 | 2025-01-29T20:02:01.811Z | info: installing component 'rustfmt' |
42 | 2025-01-29T20:02:02.143Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-29T20:02:02.143Z | |
44 | 2025-01-29T20:02:02.532Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-29T20:02:02.532Z | |
46 | 2025-01-29T20:02:02.535Z | |
47 | 2025-01-29T20:02:02.535Z | Rust is installed now. Great! |
48 | 2025-01-29T20:02:02.535Z | |
49 | 2025-01-29T20:02:02.535Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-29T20:02:02.535Z | environment variable. This has not been done automatically. |
51 | 2025-01-29T20:02:02.535Z | |
52 | 2025-01-29T20:02:02.535Z | To configure your current shell, you need to source |
53 | 2025-01-29T20:02:02.535Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-29T20:02:02.535Z | |
55 | 2025-01-29T20:02:02.535Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-29T20:02:02.535Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-29T20:02:02.535Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-29T20:02:02.614Z | + rustc --version |
59 | 2025-01-29T20:02:02.681Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-29T20:02:02.685Z | process exited: duration 26773 ms, exit code 0 |
|
61 | 2025-01-29T20:02:02.691Z | starting task 2: "authentication" |
62 | 2025-01-29T20:02:02.713Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-29T20:02:02.719Z | starting task 3: "clone repository" |
64 | 2025-01-29T20:02:02.724Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-29T20:02:02.727Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-29T20:02:02.877Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-29T20:02:10.588Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-29T20:02:10.588Z | + git fetch origin 39fd87c050e2a6963cb9203e361a81a31da98996 |
69 | 2025-01-29T20:02:10.876Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-29T20:02:10.876Z | * branch 39fd87c050e2a6963cb9203e361a81a31da98996 -> FETCH_HEAD |
71 | 2025-01-29T20:02:10.885Z | + [[ -n iliana/tuf-cleanup ]] |
72 | 2025-01-29T20:02:10.888Z | ++ git branch --show-current |
73 | 2025-01-29T20:02:10.891Z | + current=main |
74 | 2025-01-29T20:02:10.891Z | + [[ main != iliana/tuf-cleanup ]] |
75 | 2025-01-29T20:02:10.891Z | + git branch -f iliana/tuf-cleanup 39fd87c050e2a6963cb9203e361a81a31da98996 |
76 | 2025-01-29T20:02:10.893Z | + git checkout -f iliana/tuf-cleanup |
77 | 2025-01-29T20:02:11.075Z | Switched to branch 'iliana/tuf-cleanup' |
78 | 2025-01-29T20:02:11.078Z | + git reset --hard 39fd87c050e2a6963cb9203e361a81a31da98996 |
79 | 2025-01-29T20:02:11.252Z | HEAD is now at 39fd87c05 remove old, pre-reconfigurator upgrade APIs |
80 | 2025-01-29T20:02:11.254Z | process exited: duration 8535 ms, exit code 0 |
|
81 | 2025-01-29T20:02:11.260Z | starting task 4: "build" |
82 | 2025-01-29T20:02:11.266Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-29T20:02:11.266Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-29T20:02:11.266Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-29T20:02:11.269Z | + cargo --version |
86 | 2025-01-29T20:02:11.327Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-29T20:02:11.330Z | + rustc --version |
88 | 2025-01-29T20:02:11.390Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-29T20:02:11.394Z | + cd /tmp |
90 | 2025-01-29T20:02:11.394Z | + cargo new --lib test-project |
91 | 2025-01-29T20:02:11.450Z | Creating library `test-project` package |
92 | 2025-01-29T20:02:11.528Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-29T20:02:11.530Z | + cd test-project |
94 | 2025-01-29T20:02:11.531Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-29T20:02:11.592Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-29T20:02:11.595Z | Features: |
97 | 2025-01-29T20:02:11.595Z | - proptest |
98 | 2025-01-29T20:02:11.595Z | - test-strategy |
99 | 2025-01-29T20:02:11.595Z | - testing |
100 | 2025-01-29T20:02:11.595Z | Updating crates.io index |
101 | 2025-01-29T20:02:11.695Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-29T20:02:12.256Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-29T20:02:12.813Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-29T20:02:13.266Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-29T20:02:13.722Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-29T20:02:15.171Z | Locking 338 packages to latest compatible versions |
107 | 2025-01-29T20:02:15.376Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-29T20:02:15.379Z | + cargo check |
109 | 2025-01-29T20:02:15.521Z | Updating crates.io index |
110 | 2025-01-29T20:02:16.416Z | Locking 1 package to latest compatible version |
111 | 2025-01-29T20:02:16.416Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-29T20:02:16.440Z | Downloading crates ... |
113 | 2025-01-29T20:02:16.549Z | Downloaded dtrace-parser v0.2.0 |
114 | 2025-01-29T20:02:16.552Z | Downloaded ident_case v1.0.1 |
115 | 2025-01-29T20:02:16.555Z | Downloaded match_cfg v0.1.0 |
116 | 2025-01-29T20:02:16.558Z | Downloaded icu_provider_macros v1.5.0 |
117 | 2025-01-29T20:02:16.558Z | Downloaded http-body v1.0.1 |
118 | 2025-01-29T20:02:16.561Z | Downloaded darling_macro v0.20.10 |
119 | 2025-01-29T20:02:16.561Z | Downloaded take_mut v0.2.2 |
120 | 2025-01-29T20:02:16.564Z | Downloaded synstructure v0.13.1 |
121 | 2025-01-29T20:02:16.566Z | Downloaded thiserror-impl v2.0.11 |
122 | 2025-01-29T20:02:16.566Z | Downloaded thiserror v1.0.69 |
123 | 2025-01-29T20:02:16.573Z | Downloaded waitgroup v0.1.2 |
124 | 2025-01-29T20:02:16.576Z | Downloaded usdt-attr-macro v0.5.0 |
125 | 2025-01-29T20:02:16.576Z | Downloaded cfg-if v1.0.0 |
126 | 2025-01-29T20:02:16.578Z | Downloaded atomic-waker v1.1.2 |
127 | 2025-01-29T20:02:16.579Z | Downloaded foreign-types v0.3.2 |
128 | 2025-01-29T20:02:16.583Z | Downloaded omicron-workspace-hack v0.1.0 |
129 | 2025-01-29T20:02:16.586Z | Downloaded num-conv v0.1.0 |
130 | 2025-01-29T20:02:16.586Z | Downloaded is-terminal v0.4.13 |
131 | 2025-01-29T20:02:16.589Z | Downloaded instant v0.1.13 |
132 | 2025-01-29T20:02:16.589Z | Downloaded hex v0.4.3 |
133 | 2025-01-29T20:02:16.592Z | Downloaded usdt-macro v0.5.0 |
134 | 2025-01-29T20:02:16.592Z | Downloaded yoke-derive v0.7.4 |
135 | 2025-01-29T20:02:16.592Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-01-29T20:02:16.595Z | Downloaded progenitor-client v0.9.1 |
137 | 2025-01-29T20:02:16.595Z | Downloaded block-buffer v0.10.4 |
138 | 2025-01-29T20:02:16.595Z | Downloaded autocfg v1.4.0 |
139 | 2025-01-29T20:02:16.598Z | Downloaded want v0.3.1 |
140 | 2025-01-29T20:02:16.598Z | Downloaded tower-service v0.3.3 |
141 | 2025-01-29T20:02:16.601Z | Downloaded byteorder v1.5.0 |
142 | 2025-01-29T20:02:16.601Z | Downloaded async-stream v0.3.6 |
143 | 2025-01-29T20:02:16.604Z | Downloaded openssl-probe v0.1.5 |
144 | 2025-01-29T20:02:16.604Z | Downloaded digest v0.10.7 |
145 | 2025-01-29T20:02:16.606Z | Downloaded time-core v0.1.2 |
146 | 2025-01-29T20:02:16.607Z | Downloaded hyper-tls v0.6.0 |
147 | 2025-01-29T20:02:16.609Z | Downloaded futures-core v0.3.31 |
148 | 2025-01-29T20:02:16.609Z | Downloaded openssl-macros v0.1.1 |
149 | 2025-01-29T20:02:16.613Z | Downloaded thread-id v4.2.2 |
150 | 2025-01-29T20:02:16.613Z | Downloaded dof v0.3.0 |
151 | 2025-01-29T20:02:16.616Z | Downloaded itoa v1.0.11 |
152 | 2025-01-29T20:02:16.616Z | Downloaded heck v0.5.0 |
153 | 2025-01-29T20:02:16.616Z | Downloaded form_urlencoded v1.2.1 |
154 | 2025-01-29T20:02:16.618Z | Downloaded pretty-hex v0.4.1 |
155 | 2025-01-29T20:02:16.618Z | Downloaded num_threads v0.1.7 |
156 | 2025-01-29T20:02:16.621Z | Downloaded zerofrom v0.1.4 |
157 | 2025-01-29T20:02:16.621Z | Downloaded progenitor-client v0.8.0 |
158 | 2025-01-29T20:02:16.621Z | Downloaded backoff v0.4.0 |
159 | 2025-01-29T20:02:16.624Z | Downloaded futures-sink v0.3.31 |
160 | 2025-01-29T20:02:16.624Z | Downloaded camino v1.1.9 |
161 | 2025-01-29T20:02:16.627Z | Downloaded tinystr v0.7.6 |
162 | 2025-01-29T20:02:16.630Z | Downloaded untrusted v0.9.0 |
163 | 2025-01-29T20:02:16.630Z | Downloaded tokio-native-tls v0.3.1 |
164 | 2025-01-29T20:02:16.633Z | Downloaded macaddr v1.0.1 |
165 | 2025-01-29T20:02:16.633Z | Downloaded thread_local v1.1.8 |
166 | 2025-01-29T20:02:16.636Z | Downloaded idna_adapter v1.2.0 |
167 | 2025-01-29T20:02:16.636Z | Downloaded tokio-macros v2.5.0 |
168 | 2025-01-29T20:02:16.638Z | Downloaded usdt v0.5.0 |
169 | 2025-01-29T20:02:16.638Z | Downloaded hostname v0.3.1 |
170 | 2025-01-29T20:02:16.641Z | Downloaded fnv v1.0.7 |
171 | 2025-01-29T20:02:16.641Z | Downloaded equivalent v1.0.1 |
172 | 2025-01-29T20:02:16.641Z | Downloaded either v1.13.0 |
173 | 2025-01-29T20:02:16.644Z | Downloaded hostname v0.4.0 |
174 | 2025-01-29T20:02:16.647Z | Downloaded pkg-config v0.3.31 |
175 | 2025-01-29T20:02:16.647Z | Downloaded memmap v0.7.0 |
176 | 2025-01-29T20:02:16.650Z | Downloaded zeroize v1.8.1 |
177 | 2025-01-29T20:02:16.650Z | Downloaded version_check v0.9.5 |
178 | 2025-01-29T20:02:16.650Z | Downloaded httpdate v1.0.3 |
179 | 2025-01-29T20:02:16.653Z | Downloaded dyn-clone v1.0.17 |
180 | 2025-01-29T20:02:16.653Z | Downloaded mime v0.3.17 |
181 | 2025-01-29T20:02:16.655Z | Downloaded toml_datetime v0.6.8 |
182 | 2025-01-29T20:02:16.655Z | Downloaded zerovec-derive v0.10.3 |
183 | 2025-01-29T20:02:16.658Z | Downloaded getrandom v0.2.15 |
184 | 2025-01-29T20:02:16.662Z | Downloaded foreign-types-shared v0.1.1 |
185 | 2025-01-29T20:02:16.662Z | Downloaded generic-array v0.14.7 |
186 | 2025-01-29T20:02:16.662Z | Downloaded paste v1.0.15 |
187 | 2025-01-29T20:02:16.665Z | Downloaded progenitor v0.8.0 |
188 | 2025-01-29T20:02:16.667Z | Downloaded ppv-lite86 v0.2.20 |
189 | 2025-01-29T20:02:16.667Z | Downloaded darling v0.20.10 |
190 | 2025-01-29T20:02:16.671Z | Downloaded percent-encoding v2.3.1 |
191 | 2025-01-29T20:02:16.675Z | Downloaded thiserror v2.0.11 |
192 | 2025-01-29T20:02:16.677Z | Downloaded scroll_derive v0.12.0 |
193 | 2025-01-29T20:02:16.680Z | Downloaded pest_generator v2.7.14 |
194 | 2025-01-29T20:02:16.680Z | Downloaded strum v0.26.3 |
195 | 2025-01-29T20:02:16.680Z | Downloaded plain v0.2.3 |
196 | 2025-01-29T20:02:16.683Z | Downloaded iana-time-zone v0.1.61 |
197 | 2025-01-29T20:02:16.686Z | Downloaded sync_wrapper v1.0.1 |
198 | 2025-01-29T20:02:16.686Z | Downloaded ipnet v2.10.1 |
199 | 2025-01-29T20:02:16.689Z | Downloaded futures-channel v0.3.31 |
200 | 2025-01-29T20:02:16.689Z | Downloaded zerofrom-derive v0.1.4 |
201 | 2025-01-29T20:02:16.691Z | Downloaded ipnetwork v0.20.0 |
202 | 2025-01-29T20:02:16.691Z | Downloaded sha1 v0.10.6 |
203 | 2025-01-29T20:02:16.694Z | Downloaded powerfmt v0.2.0 |
204 | 2025-01-29T20:02:16.694Z | Downloaded lock_api v0.4.12 |
205 | 2025-01-29T20:02:16.697Z | Downloaded serde_spanned v0.6.8 |
206 | 2025-01-29T20:02:16.697Z | Downloaded icu_locid_transform v1.5.0 |
207 | 2025-01-29T20:02:16.699Z | Downloaded utf8_iter v1.0.4 |
208 | 2025-01-29T20:02:16.699Z | Downloaded tokio-rustls v0.25.0 |
209 | 2025-01-29T20:02:16.703Z | Downloaded multer v3.1.0 |
210 | 2025-01-29T20:02:16.705Z | Downloaded rustc-hash v2.0.0 |
211 | 2025-01-29T20:02:16.705Z | Downloaded zerocopy-derive v0.7.35 |
212 | 2025-01-29T20:02:16.709Z | Downloaded usdt-impl v0.5.0 |
213 | 2025-01-29T20:02:16.712Z | Downloaded futures v0.3.31 |
214 | 2025-01-29T20:02:16.715Z | Downloaded newtype-uuid v1.2.1 |
215 | 2025-01-29T20:02:16.718Z | Downloaded native-tls v0.2.12 |
216 | 2025-01-29T20:02:16.724Z | Downloaded parking_lot_core v0.9.10 |
217 | 2025-01-29T20:02:16.724Z | Downloaded typify v0.2.0 |
218 | 2025-01-29T20:02:16.732Z | Downloaded icu_normalizer_data v1.5.0 |
219 | 2025-01-29T20:02:16.732Z | Downloaded pin-project-lite v0.2.14 |
220 | 2025-01-29T20:02:16.735Z | Downloaded serde_urlencoded v0.7.1 |
221 | 2025-01-29T20:02:16.735Z | Downloaded rand_core v0.6.4 |
222 | 2025-01-29T20:02:16.735Z | Downloaded yoke v0.7.4 |
223 | 2025-01-29T20:02:16.735Z | Downloaded slog-json v2.6.1 |
224 | 2025-01-29T20:02:16.738Z | Downloaded once_cell v1.20.2 |
225 | 2025-01-29T20:02:16.738Z | Downloaded log v0.4.22 |
226 | 2025-01-29T20:02:16.740Z | Downloaded subtle v2.6.1 |
227 | 2025-01-29T20:02:16.743Z | Downloaded httparse v1.9.5 |
228 | 2025-01-29T20:02:16.746Z | Downloaded icu_normalizer v1.5.0 |
229 | 2025-01-29T20:02:16.749Z | Downloaded progenitor-macro v0.8.0 |
230 | 2025-01-29T20:02:16.749Z | Downloaded serde_path_to_error v0.1.16 |
231 | 2025-01-29T20:02:16.749Z | Downloaded icu_provider v1.5.0 |
232 | 2025-01-29T20:02:16.753Z | Downloaded scopeguard v1.2.0 |
233 | 2025-01-29T20:02:16.753Z | Downloaded sha2 v0.10.8 |
234 | 2025-01-29T20:02:16.756Z | Downloaded ucd-trie v0.1.7 |
235 | 2025-01-29T20:02:16.758Z | Downloaded icu_properties v1.5.1 |
236 | 2025-01-29T20:02:16.761Z | Downloaded icu_locid v1.5.0 |
237 | 2025-01-29T20:02:16.764Z | Downloaded serde_with_macros v3.11.0 |
238 | 2025-01-29T20:02:16.767Z | Downloaded uuid v1.12.0 |
239 | 2025-01-29T20:02:16.769Z | Downloaded structmeta v0.3.0 |
240 | 2025-01-29T20:02:16.769Z | Downloaded strsim v0.11.1 |
241 | 2025-01-29T20:02:16.772Z | Downloaded serde_tokenstream v0.2.2 |
242 | 2025-01-29T20:02:16.772Z | Downloaded pest_derive v2.7.14 |
243 | 2025-01-29T20:02:16.775Z | Downloaded stable_deref_trait v1.2.0 |
244 | 2025-01-29T20:02:16.775Z | Downloaded parking_lot v0.12.3 |
245 | 2025-01-29T20:02:16.777Z | Downloaded rand_chacha v0.3.1 |
246 | 2025-01-29T20:02:16.780Z | Downloaded semver v1.0.24 |
247 | 2025-01-29T20:02:16.780Z | Downloaded shlex v1.3.0 |
248 | 2025-01-29T20:02:16.783Z | Downloaded tinyvec v1.8.0 |
249 | 2025-01-29T20:02:16.785Z | Downloaded structmeta-derive v0.3.0 |
250 | 2025-01-29T20:02:16.785Z | Downloaded proc-macro2 v1.0.92 |
251 | 2025-01-29T20:02:16.788Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2025-01-29T20:02:16.791Z | Downloaded rustls-pemfile v2.2.0 |
253 | 2025-01-29T20:02:16.791Z | Downloaded schemars_derive v0.8.21 |
254 | 2025-01-29T20:02:16.794Z | Downloaded slog-bunyan v2.5.0 |
255 | 2025-01-29T20:02:16.794Z | Downloaded num-traits v0.2.19 |
256 | 2025-01-29T20:02:16.796Z | Downloaded typenum v1.17.0 |
257 | 2025-01-29T20:02:16.799Z | Downloaded slab v0.4.9 |
258 | 2025-01-29T20:02:16.801Z | Downloaded crossbeam-channel v0.5.13 |
259 | 2025-01-29T20:02:16.804Z | Downloaded quote v1.0.38 |
260 | 2025-01-29T20:02:16.807Z | Downloaded hyper-util v0.1.10 |
261 | 2025-01-29T20:02:16.809Z | Downloaded pest_meta v2.7.14 |
262 | 2025-01-29T20:02:16.812Z | Downloaded darling_core v0.20.10 |
263 | 2025-01-29T20:02:16.816Z | Downloaded smallvec v1.13.2 |
264 | 2025-01-29T20:02:16.818Z | Downloaded strum_macros v0.26.4 |
265 | 2025-01-29T20:02:16.822Z | Downloaded unsafe-libyaml v0.2.11 |
266 | 2025-01-29T20:02:16.825Z | Downloaded unicode-ident v1.0.14 |
267 | 2025-01-29T20:02:16.827Z | Downloaded slog-term v2.9.1 |
268 | 2025-01-29T20:02:16.830Z | Downloaded icu_collections v1.5.0 |
269 | 2025-01-29T20:02:16.834Z | Downloaded serde_derive_internals v0.29.1 |
270 | 2025-01-29T20:02:16.837Z | Downloaded ryu v1.0.18 |
271 | 2025-01-29T20:02:16.839Z | Downloaded socket2 v0.5.7 |
272 | 2025-01-29T20:02:16.842Z | Downloaded rustls-pki-types v1.10.0 |
273 | 2025-01-29T20:02:16.844Z | Downloaded tracing v0.1.40 |
274 | 2025-01-29T20:02:16.847Z | Downloaded hashbrown v0.12.3 |
275 | 2025-01-29T20:02:16.851Z | Downloaded schemars v0.8.21 |
276 | 2025-01-29T20:02:16.861Z | Downloaded scroll v0.12.0 |
277 | 2025-01-29T20:02:16.864Z | Downloaded serde v1.0.217 |
278 | 2025-01-29T20:02:16.866Z | Downloaded cc v1.1.30 |
279 | 2025-01-29T20:02:16.870Z | Downloaded slog v2.7.0 |
280 | 2025-01-29T20:02:16.872Z | Downloaded url v2.5.3 |
281 | 2025-01-29T20:02:16.875Z | Downloaded mio v1.0.2 |
282 | 2025-01-29T20:02:16.879Z | Downloaded spin v0.9.8 |
283 | 2025-01-29T20:02:16.882Z | Downloaded serde_derive v1.0.217 |
284 | 2025-01-29T20:02:16.884Z | Downloaded quinn v0.11.5 |
285 | 2025-01-29T20:02:16.887Z | Downloaded memchr v2.7.4 |
286 | 2025-01-29T20:02:16.892Z | Downloaded rand v0.8.5 |
287 | 2025-01-29T20:02:16.895Z | Downloaded idna v1.0.3 |
288 | 2025-01-29T20:02:16.899Z | Downloaded itertools v0.10.5 |
289 | 2025-01-29T20:02:16.905Z | Downloaded tokio-util v0.7.12 |
290 | 2025-01-29T20:02:16.912Z | Downloaded hashbrown v0.14.5 |
291 | 2025-01-29T20:02:16.916Z | Downloaded zerovec v0.10.4 |
292 | 2025-01-29T20:02:16.921Z | Downloaded pest v2.7.14 |
293 | 2025-01-29T20:02:16.927Z | Downloaded hashbrown v0.15.1 |
294 | 2025-01-29T20:02:16.931Z | Downloaded aho-corasick v1.1.3 |
295 | 2025-01-29T20:02:16.937Z | Downloaded hyper v1.5.2 |
296 | 2025-01-29T20:02:16.942Z | Downloaded futures-util v0.3.31 |
297 | 2025-01-29T20:02:16.953Z | Downloaded h2 v0.4.6 |
298 | 2025-01-29T20:02:16.959Z | Downloaded winnow v0.6.20 |
299 | 2025-01-29T20:02:16.967Z | Downloaded zerocopy v0.7.35 |
300 | 2025-01-29T20:02:16.981Z | Downloaded serde_json v1.0.135 |
301 | 2025-01-29T20:02:16.988Z | Downloaded vcpkg v0.2.15 |
302 | 2025-01-29T20:02:17.023Z | Downloaded serde_with v3.11.0 |
303 | 2025-01-29T20:02:17.030Z | Downloaded regex v1.11.1 |
304 | 2025-01-29T20:02:17.042Z | Downloaded openssl v0.10.66 |
305 | 2025-01-29T20:02:17.050Z | Downloaded webpki-roots v0.26.6 |
306 | 2025-01-29T20:02:17.053Z | Downloaded icu_properties_data v1.5.0 |
307 | 2025-01-29T20:02:17.063Z | Downloaded rustls-webpki v0.102.8 |
308 | 2025-01-29T20:02:17.079Z | Downloaded chrono v0.4.39 |
309 | 2025-01-29T20:02:17.086Z | Downloaded quinn-proto v0.11.8 |
310 | 2025-01-29T20:02:17.092Z | Downloaded reqwest v0.12.9 |
311 | 2025-01-29T20:02:17.099Z | Downloaded goblin v0.8.2 |
312 | 2025-01-29T20:02:17.105Z | Downloaded syn v1.0.109 |
313 | 2025-01-29T20:02:17.114Z | Downloaded syn v2.0.96 |
314 | 2025-01-29T20:02:17.124Z | Downloaded openapiv3 v2.0.0 |
315 | 2025-01-29T20:02:17.136Z | Downloaded rustls v0.23.19 |
316 | 2025-01-29T20:02:17.145Z | Downloaded regress v0.9.1 |
317 | 2025-01-29T20:02:17.152Z | Downloaded regress v0.10.1 |
318 | 2025-01-29T20:02:17.160Z | Downloaded typify-impl v0.2.0 |
319 | 2025-01-29T20:02:17.172Z | Downloaded regex-syntax v0.8.5 |
320 | 2025-01-29T20:02:17.179Z | Downloaded rustls v0.22.4 |
321 | 2025-01-29T20:02:17.191Z | Downloaded dropshot v0.15.1 |
322 | 2025-01-29T20:02:17.210Z | Downloaded time v0.3.36 |
323 | 2025-01-29T20:02:17.216Z | Downloaded toml_edit v0.22.22 |
324 | 2025-01-29T20:02:17.235Z | Downloaded http v1.2.0 |
325 | 2025-01-29T20:02:17.239Z | Downloaded regex-automata v0.4.8 |
326 | 2025-01-29T20:02:17.254Z | Downloaded openssl-sys v0.9.103 |
327 | 2025-01-29T20:02:17.258Z | Downloaded base64 v0.22.1 |
328 | 2025-01-29T20:02:17.261Z | Downloaded serde_yaml v0.9.34+deprecated |
329 | 2025-01-29T20:02:17.264Z | Downloaded tracing-core v0.1.32 |
330 | 2025-01-29T20:02:17.267Z | Downloaded indexmap v2.7.1 |
331 | 2025-01-29T20:02:17.270Z | Downloaded tokio-rustls v0.26.0 |
332 | 2025-01-29T20:02:17.273Z | Downloaded toml v0.8.19 |
333 | 2025-01-29T20:02:17.275Z | Downloaded allocator-api2 v0.2.18 |
334 | 2025-01-29T20:02:17.278Z | Downloaded rustversion v1.0.17 |
335 | 2025-01-29T20:02:17.281Z | Downloaded bitflags v2.6.0 |
336 | 2025-01-29T20:02:17.283Z | Downloaded slog-async v2.8.0 |
337 | 2025-01-29T20:02:17.286Z | Downloaded progenitor-impl v0.8.0 |
338 | 2025-01-29T20:02:17.286Z | Downloaded dropshot_endpoint v0.15.1 |
339 | 2025-01-29T20:02:17.289Z | Downloaded bytes v1.9.0 |
340 | 2025-01-29T20:02:17.295Z | Downloaded anyhow v1.0.95 |
341 | 2025-01-29T20:02:17.299Z | Downloaded indexmap v1.9.3 |
342 | 2025-01-29T20:02:17.301Z | Downloaded tokio v1.43.0 |
343 | 2025-01-29T20:02:17.332Z | Downloaded libc v0.2.169 |
344 | 2025-01-29T20:02:17.354Z | Downloaded quinn-udp v0.5.5 |
345 | 2025-01-29T20:02:17.357Z | Downloaded icu_locid_transform_data v1.5.0 |
346 | 2025-01-29T20:02:17.357Z | Downloaded ahash v0.8.11 |
347 | 2025-01-29T20:02:17.360Z | Downloaded crossbeam-utils v0.8.20 |
348 | 2025-01-29T20:02:17.362Z | Downloaded time-macros v0.2.18 |
349 | 2025-01-29T20:02:17.365Z | Downloaded parse-display-derive v0.10.0 |
350 | 2025-01-29T20:02:17.365Z | Downloaded write16 v1.0.0 |
351 | 2025-01-29T20:02:17.365Z | Downloaded utf16_iter v1.0.5 |
352 | 2025-01-29T20:02:17.368Z | Downloaded term v0.7.0 |
353 | 2025-01-29T20:02:17.372Z | Downloaded futures-executor v0.3.31 |
354 | 2025-01-29T20:02:17.372Z | Downloaded hyper-rustls v0.27.3 |
355 | 2025-01-29T20:02:17.375Z | Downloaded parse-display v0.10.0 |
356 | 2025-01-29T20:02:17.375Z | Downloaded litemap v0.7.3 |
357 | 2025-01-29T20:02:17.375Z | Downloaded displaydoc v0.2.5 |
358 | 2025-01-29T20:02:17.377Z | Downloaded dirs-sys-next v0.1.2 |
359 | 2025-01-29T20:02:17.380Z | Downloaded writeable v0.5.5 |
360 | 2025-01-29T20:02:17.380Z | Downloaded typify-macro v0.2.0 |
361 | 2025-01-29T20:02:17.380Z | Downloaded http-body-util v0.1.2 |
362 | 2025-01-29T20:02:17.383Z | Downloaded crypto-common v0.1.6 |
363 | 2025-01-29T20:02:17.383Z | Downloaded cpufeatures v0.2.14 |
364 | 2025-01-29T20:02:17.385Z | Downloaded pin-utils v0.1.0 |
365 | 2025-01-29T20:02:17.385Z | Downloaded futures-task v0.3.31 |
366 | 2025-01-29T20:02:17.385Z | Downloaded dirs-next v2.0.0 |
367 | 2025-01-29T20:02:17.388Z | Downloaded tinyvec_macros v0.1.1 |
368 | 2025-01-29T20:02:17.388Z | Downloaded futures-io v0.3.31 |
369 | 2025-01-29T20:02:17.388Z | Downloaded futures-macro v0.3.31 |
370 | 2025-01-29T20:02:17.388Z | Downloaded debug-ignore v1.0.5 |
371 | 2025-01-29T20:02:17.391Z | Downloaded try-lock v0.2.5 |
372 | 2025-01-29T20:02:17.391Z | Downloaded thiserror-impl v1.0.69 |
373 | 2025-01-29T20:02:17.394Z | Downloaded deranged v0.3.11 |
374 | 2025-01-29T20:02:17.394Z | Downloaded async-trait v0.1.85 |
375 | 2025-01-29T20:02:17.423Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-29T20:02:17.591Z | Downloaded ring v0.17.8 |
377 | 2025-01-29T20:02:17.781Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-29T20:02:17.781Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-29T20:02:17.784Z | Compiling libc v0.2.169 |
380 | 2025-01-29T20:02:17.784Z | Checking cfg-if v1.0.0 |
381 | 2025-01-29T20:02:17.784Z | Compiling autocfg v1.4.0 |
382 | 2025-01-29T20:02:17.784Z | Compiling serde v1.0.217 |
383 | 2025-01-29T20:02:17.802Z | Compiling version_check v0.9.5 |
384 | 2025-01-29T20:02:17.815Z | Checking memchr v2.7.4 |
385 | 2025-01-29T20:02:17.882Z | Compiling serde_json v1.0.135 |
386 | 2025-01-29T20:02:17.979Z | Checking itoa v1.0.11 |
387 | 2025-01-29T20:02:18.382Z | Compiling thiserror v1.0.69 |
388 | 2025-01-29T20:02:18.461Z | Checking once_cell v1.20.2 |
389 | 2025-01-29T20:02:18.476Z | Compiling shlex v1.3.0 |
390 | 2025-01-29T20:02:18.685Z | Compiling cc v1.1.30 |
391 | 2025-01-29T20:02:18.795Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-29T20:02:18.858Z | Compiling num-traits v0.2.19 |
393 | 2025-01-29T20:02:18.922Z | Checking smallvec v1.13.2 |
394 | 2025-01-29T20:02:19.125Z | Checking getrandom v0.2.15 |
395 | 2025-01-29T20:02:19.225Z | Checking ryu v1.0.18 |
396 | 2025-01-29T20:02:19.310Z | Checking bytes v1.9.0 |
397 | 2025-01-29T20:02:19.355Z | Checking futures-core v0.3.31 |
398 | 2025-01-29T20:02:19.477Z | Compiling lock_api v0.4.12 |
399 | 2025-01-29T20:02:19.554Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-29T20:02:19.590Z | Compiling schemars v0.8.21 |
401 | 2025-01-29T20:02:19.721Z | Compiling quote v1.0.38 |
402 | 2025-01-29T20:02:19.895Z | Compiling byteorder v1.5.0 |
403 | 2025-01-29T20:02:19.964Z | Checking scopeguard v1.2.0 |
404 | 2025-01-29T20:02:19.998Z | Compiling slab v0.4.9 |
405 | 2025-01-29T20:02:20.081Z | Compiling ahash v0.8.11 |
406 | 2025-01-29T20:02:20.114Z | Compiling syn v2.0.96 |
407 | 2025-01-29T20:02:20.329Z | Checking futures-sink v0.3.31 |
408 | 2025-01-29T20:02:20.341Z | Checking log v0.4.22 |
409 | 2025-01-29T20:02:20.465Z | Checking mio v1.0.2 |
410 | 2025-01-29T20:02:20.490Z | Checking socket2 v0.5.7 |
411 | 2025-01-29T20:02:20.504Z | Checking signal-hook-registry v1.4.2 |
412 | 2025-01-29T20:02:20.581Z | Checking stable_deref_trait v1.2.0 |
413 | 2025-01-29T20:02:20.584Z | Checking parking_lot v0.12.3 |
414 | 2025-01-29T20:02:20.742Z | Checking hashbrown v0.15.1 |
415 | 2025-01-29T20:02:20.744Z | Checking equivalent v1.0.1 |
416 | 2025-01-29T20:02:20.851Z | Checking fnv v1.0.7 |
417 | 2025-01-29T20:02:20.928Z | Checking futures-channel v0.3.31 |
418 | 2025-01-29T20:02:20.941Z | Checking futures-task v0.3.31 |
419 | 2025-01-29T20:02:20.943Z | Compiling semver v1.0.24 |
420 | 2025-01-29T20:02:20.979Z | Checking http v1.2.0 |
421 | 2025-01-29T20:02:20.995Z | Checking futures-io v0.3.31 |
422 | 2025-01-29T20:02:21.175Z | Checking pin-utils v0.1.0 |
423 | 2025-01-29T20:02:21.188Z | Checking spin v0.9.8 |
424 | 2025-01-29T20:02:21.256Z | Checking rustls-pki-types v1.10.0 |
425 | 2025-01-29T20:02:21.270Z | Compiling pkg-config v0.3.31 |
426 | 2025-01-29T20:02:21.375Z | Compiling ring v0.17.8 |
427 | 2025-01-29T20:02:21.400Z | Compiling vcpkg v0.2.15 |
428 | 2025-01-29T20:02:21.691Z | Checking writeable v0.5.5 |
429 | 2025-01-29T20:02:21.787Z | Compiling heck v0.5.0 |
430 | 2025-01-29T20:02:21.994Z | Compiling httparse v1.9.5 |
431 | 2025-01-29T20:02:22.204Z | Checking iana-time-zone v0.1.61 |
432 | 2025-01-29T20:02:22.243Z | Checking untrusted v0.9.0 |
433 | 2025-01-29T20:02:22.353Z | Checking litemap v0.7.3 |
434 | 2025-01-29T20:02:22.384Z | Checking tracing-core v0.1.32 |
435 | 2025-01-29T20:02:22.407Z | Compiling ucd-trie v0.1.7 |
436 | 2025-01-29T20:02:22.677Z | Checking atomic-waker v1.1.2 |
437 | 2025-01-29T20:02:22.747Z | Checking dyn-clone v1.0.17 |
438 | 2025-01-29T20:02:22.809Z | Compiling openssl-sys v0.9.103 |
439 | 2025-01-29T20:02:22.831Z | Checking http-body v1.0.1 |
440 | 2025-01-29T20:02:22.880Z | Checking icu_locid_transform_data v1.5.0 |
441 | 2025-01-29T20:02:22.948Z | Checking tracing v0.1.40 |
442 | 2025-01-29T20:02:22.969Z | Checking try-lock v0.2.5 |
443 | 2025-01-29T20:02:23.012Z | Compiling allocator-api2 v0.2.18 |
444 | 2025-01-29T20:02:23.215Z | Checking subtle v2.6.1 |
445 | 2025-01-29T20:02:23.227Z | Checking zeroize v1.8.1 |
446 | 2025-01-29T20:02:23.442Z | Checking want v0.3.1 |
447 | 2025-01-29T20:02:23.445Z | Checking httpdate v1.0.3 |
448 | 2025-01-29T20:02:23.611Z | Compiling uuid v1.12.0 |
449 | 2025-01-29T20:02:23.703Z | Checking icu_properties_data v1.5.0 |
450 | 2025-01-29T20:02:23.833Z | Checking foreign-types-shared v0.1.1 |
451 | 2025-01-29T20:02:23.913Z | Compiling openssl v0.10.66 |
452 | 2025-01-29T20:02:23.930Z | Checking foreign-types v0.3.2 |
453 | 2025-01-29T20:02:24.027Z | Checking bitflags v2.6.0 |
454 | 2025-01-29T20:02:24.289Z | Compiling chrono v0.4.39 |
455 | 2025-01-29T20:02:24.332Z | Compiling rustls v0.23.19 |
456 | 2025-01-29T20:02:24.346Z | Compiling native-tls v0.2.12 |
457 | 2025-01-29T20:02:24.376Z | Checking percent-encoding v2.3.1 |
458 | 2025-01-29T20:02:24.457Z | Compiling slog v2.7.0 |
459 | 2025-01-29T20:02:24.575Z | Checking icu_normalizer_data v1.5.0 |
460 | 2025-01-29T20:02:24.644Z | Checking utf8_iter v1.0.4 |
461 | 2025-01-29T20:02:24.662Z | Checking write16 v1.0.0 |
462 | 2025-01-29T20:02:24.699Z | Checking utf16_iter v1.0.5 |
463 | 2025-01-29T20:02:24.786Z | Checking tower-service v0.3.3 |
464 | 2025-01-29T20:02:24.848Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-29T20:02:24.901Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-29T20:02:24.970Z | Compiling regex-syntax v0.8.5 |
467 | 2025-01-29T20:02:25.061Z | Checking openssl-probe v0.1.5 |
468 | 2025-01-29T20:02:25.208Z | Compiling typenum v1.17.0 |
469 | 2025-01-29T20:02:26.035Z | Compiling generic-array v0.14.7 |
470 | 2025-01-29T20:02:26.048Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-29T20:02:26.286Z | Checking mime v0.3.17 |
472 | 2025-01-29T20:02:27.479Z | Compiling synstructure v0.13.1 |
473 | 2025-01-29T20:02:27.785Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-29T20:02:28.271Z | Checking rustls-pemfile v2.2.0 |
475 | 2025-01-29T20:02:28.337Z | Checking rustls-webpki v0.102.8 |
476 | 2025-01-29T20:02:28.496Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-29T20:02:28.698Z | Checking webpki-roots v0.26.6 |
478 | 2025-01-29T20:02:29.533Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-29T20:02:29.595Z | Compiling num-conv v0.1.0 |
480 | 2025-01-29T20:02:29.761Z | Checking powerfmt v0.2.0 |
481 | 2025-01-29T20:02:29.863Z | Checking base64 v0.22.1 |
482 | 2025-01-29T20:02:29.897Z | Compiling time-core v0.1.2 |
483 | 2025-01-29T20:02:30.070Z | Compiling time-macros v0.2.18 |
484 | 2025-01-29T20:02:30.343Z | Checking deranged v0.3.11 |
485 | 2025-01-29T20:02:30.401Z | Compiling thread-id v4.2.2 |
486 | 2025-01-29T20:02:30.512Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-29T20:02:31.551Z | Compiling serde_derive v1.0.217 |
488 | 2025-01-29T20:02:31.565Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-01-29T20:02:31.644Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-29T20:02:31.698Z | Compiling schemars_derive v0.8.21 |
491 | 2025-01-29T20:02:32.970Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-29T20:02:33.329Z | Compiling yoke-derive v0.7.4 |
493 | 2025-01-29T20:02:33.433Z | Compiling zerocopy v0.7.35 |
494 | 2025-01-29T20:02:34.481Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-29T20:02:34.559Z | Compiling zerovec-derive v0.10.3 |
496 | 2025-01-29T20:02:34.806Z | Compiling displaydoc v0.2.5 |
497 | 2025-01-29T20:02:34.942Z | Compiling futures-macro v0.3.31 |
498 | 2025-01-29T20:02:35.414Z | Compiling icu_provider_macros v1.5.0 |
499 | 2025-01-29T20:02:35.877Z | Checking tokio v1.43.0 |
500 | 2025-01-29T20:02:36.076Z | Checking zerofrom v0.1.4 |
501 | 2025-01-29T20:02:36.163Z | Compiling pest v2.7.14 |
502 | 2025-01-29T20:02:36.301Z | Checking yoke v0.7.4 |
503 | 2025-01-29T20:02:36.392Z | Compiling hashbrown v0.14.5 |
504 | 2025-01-29T20:02:36.511Z | Compiling openssl-macros v0.1.1 |
505 | 2025-01-29T20:02:36.682Z | Checking futures-util v0.3.31 |
506 | 2025-01-29T20:02:36.908Z | Checking zerovec v0.10.4 |
507 | 2025-01-29T20:02:37.537Z | Compiling regress v0.10.1 |
508 | 2025-01-29T20:02:38.015Z | Compiling regex v1.11.1 |
509 | 2025-01-29T20:02:38.432Z | Checking tinystr v0.7.6 |
510 | 2025-01-29T20:02:38.942Z | Checking icu_locid v1.5.0 |
511 | 2025-01-29T20:02:39.053Z | Compiling pest_meta v2.7.14 |
512 | 2025-01-29T20:02:39.839Z | Checking icu_provider v1.5.0 |
513 | 2025-01-29T20:02:40.439Z | Checking icu_locid_transform v1.5.0 |
514 | 2025-01-29T20:02:41.197Z | Checking icu_collections v1.5.0 |
515 | 2025-01-29T20:02:41.399Z | Compiling pest_generator v2.7.14 |
516 | 2025-01-29T20:02:41.870Z | Checking icu_properties v1.5.1 |
517 | 2025-01-29T20:02:42.075Z | Checking http-body-util v0.1.2 |
518 | 2025-01-29T20:02:42.500Z | Checking tokio-util v0.7.12 |
519 | 2025-01-29T20:02:42.514Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-29T20:02:42.772Z | Checking tokio-native-tls v0.3.1 |
521 | 2025-01-29T20:02:42.877Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-29T20:02:43.009Z | Checking indexmap v2.7.1 |
523 | 2025-01-29T20:02:43.612Z | Compiling pest_derive v2.7.14 |
524 | 2025-01-29T20:02:44.135Z | Compiling serde_tokenstream v0.2.2 |
525 | 2025-01-29T20:02:44.351Z | Checking h2 v0.4.6 |
526 | 2025-01-29T20:02:44.954Z | Checking serde_urlencoded v0.7.1 |
527 | 2025-01-29T20:02:45.068Z | Compiling dtrace-parser v0.2.0 |
528 | 2025-01-29T20:02:45.081Z | Checking icu_normalizer v1.5.0 |
529 | 2025-01-29T20:02:45.330Z | Checking scroll v0.12.0 |
530 | 2025-01-29T20:02:45.786Z | Compiling dof v0.3.0 |
531 | 2025-01-29T20:02:45.836Z | Checking idna_adapter v1.2.0 |
532 | 2025-01-29T20:02:46.025Z | Checking idna v1.0.3 |
533 | 2025-01-29T20:02:46.437Z | Checking ipnet v2.10.1 |
534 | 2025-01-29T20:02:46.521Z | Checking url v2.5.3 |
535 | 2025-01-29T20:02:46.585Z | Compiling syn v1.0.109 |
536 | 2025-01-29T20:02:46.657Z | Checking plain v0.2.3 |
537 | 2025-01-29T20:02:46.804Z | Checking num_threads v0.1.7 |
538 | 2025-01-29T20:02:46.925Z | Compiling strsim v0.11.1 |
539 | 2025-01-29T20:02:47.050Z | Compiling ident_case v1.0.1 |
540 | 2025-01-29T20:02:47.139Z | Compiling crossbeam-utils v0.8.20 |
541 | 2025-01-29T20:02:47.300Z | Compiling darling_core v0.20.10 |
542 | 2025-01-29T20:02:47.380Z | Checking time v0.3.36 |
543 | 2025-01-29T20:02:47.556Z | Compiling typify-impl v0.2.0 |
544 | 2025-01-29T20:02:48.455Z | Checking hyper v1.5.2 |
545 | 2025-01-29T20:02:48.674Z | Checking goblin v0.8.2 |
546 | 2025-01-29T20:02:49.946Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-29T20:02:50.317Z | Checking dirs-sys-next v0.1.2 |
548 | 2025-01-29T20:02:50.333Z | Checking hyper-util v0.1.10 |
549 | 2025-01-29T20:02:50.897Z | Compiling newtype-uuid v1.2.1 |
550 | 2025-01-29T20:02:51.231Z | Compiling paste v1.0.15 |
551 | 2025-01-29T20:02:51.753Z | Compiling omicron-workspace-hack v0.1.0 |
552 | 2025-01-29T20:02:51.871Z | Checking hyper-tls v0.6.0 |
553 | 2025-01-29T20:02:52.081Z | Checking hyper-rustls v0.27.3 |
554 | 2025-01-29T20:02:52.143Z | Compiling unsafe-libyaml v0.2.11 |
555 | 2025-01-29T20:02:52.238Z | Compiling rustversion v1.0.17 |
556 | 2025-01-29T20:02:52.389Z | Checking reqwest v0.12.9 |
557 | 2025-01-29T20:02:52.634Z | Checking pretty-hex v0.4.1 |
558 | 2025-01-29T20:02:52.809Z | Compiling rustls v0.22.4 |
559 | 2025-01-29T20:02:52.937Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-29T20:02:53.351Z | Checking dirs-next v2.0.0 |
561 | 2025-01-29T20:02:53.390Z | Compiling serde_yaml v0.9.34+deprecated |
562 | 2025-01-29T20:02:53.820Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-29T20:02:53.866Z | Checking toml_datetime v0.6.8 |
564 | 2025-01-29T20:02:53.946Z | Checking serde_spanned v0.6.8 |
565 | 2025-01-29T20:02:54.096Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-29T20:02:54.130Z | Checking block-buffer v0.10.4 |
567 | 2025-01-29T20:02:54.150Z | Checking crypto-common v0.1.6 |
568 | 2025-01-29T20:02:54.179Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-29T20:02:54.316Z | Checking rand_core v0.6.4 |
570 | 2025-01-29T20:02:54.434Z | Checking thread_local v1.1.8 |
571 | 2025-01-29T20:02:54.483Z | Compiling multer v3.1.0 |
572 | 2025-01-29T20:02:54.612Z | Checking match_cfg v0.1.0 |
573 | 2025-01-29T20:02:54.703Z | Checking winnow v0.6.20 |
574 | 2025-01-29T20:02:54.717Z | Compiling camino v1.1.9 |
575 | 2025-01-29T20:02:54.791Z | Compiling anyhow v1.0.95 |
576 | 2025-01-29T20:02:54.819Z | Compiling thiserror v2.0.11 |
577 | 2025-01-29T20:02:55.307Z | Compiling slog-async v2.8.0 |
578 | 2025-01-29T20:02:55.371Z | Checking either v1.13.0 |
579 | 2025-01-29T20:02:55.732Z | Checking itertools v0.10.5 |
580 | 2025-01-29T20:02:55.984Z | Checking rand_chacha v0.3.1 |
581 | 2025-01-29T20:02:56.152Z | Checking hostname v0.3.1 |
582 | 2025-01-29T20:02:56.291Z | Checking crossbeam-channel v0.5.13 |
583 | 2025-01-29T20:02:56.533Z | Checking digest v0.10.7 |
584 | 2025-01-29T20:02:56.571Z | Compiling structmeta v0.3.0 |
585 | 2025-01-29T20:02:56.845Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
586 | 2025-01-29T20:02:56.859Z | Compiling darling v0.20.10 |
587 | 2025-01-29T20:02:56.936Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-29T20:02:56.961Z | Checking term v0.7.0 |
589 | 2025-01-29T20:02:57.374Z | Compiling usdt-macro v0.5.0 |
590 | 2025-01-29T20:02:57.398Z | Checking toml_edit v0.22.22 |
591 | 2025-01-29T20:02:57.846Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-01-29T20:02:58.200Z | Checking slog-json v2.6.1 |
593 | 2025-01-29T20:02:58.413Z | Checking futures-executor v0.3.31 |
594 | 2025-01-29T20:02:58.462Z | Compiling async-stream-impl v0.3.6 |
595 | 2025-01-29T20:02:58.619Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-29T20:02:58.637Z | Checking memmap v0.7.0 |
597 | 2025-01-29T20:02:58.712Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
598 | 2025-01-29T20:02:58.855Z | Checking is-terminal v0.4.13 |
599 | 2025-01-29T20:02:58.970Z | Compiling dropshot v0.15.1 |
600 | 2025-01-29T20:02:59.202Z | Checking cpufeatures v0.2.14 |
601 | 2025-01-29T20:02:59.298Z | Checking take_mut v0.2.2 |
602 | 2025-01-29T20:02:59.353Z | Compiling typify-macro v0.2.0 |
603 | 2025-01-29T20:02:59.369Z | Checking sha1 v0.10.6 |
604 | 2025-01-29T20:02:59.649Z | Checking usdt v0.5.0 |
605 | 2025-01-29T20:02:59.668Z | Checking async-stream v0.3.6 |
606 | 2025-01-29T20:02:59.741Z | Checking slog-term v2.9.1 |
607 | 2025-01-29T20:02:59.838Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
608 | 2025-01-29T20:02:59.856Z | Checking futures v0.3.31 |
609 | 2025-01-29T20:02:59.882Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-29T20:02:59.952Z | Checking toml v0.8.19 |
611 | 2025-01-29T20:02:59.955Z | Compiling strum_macros v0.26.4 |
612 | 2025-01-29T20:03:00.050Z | Compiling serde_with_macros v3.11.0 |
613 | 2025-01-29T20:03:00.224Z | Compiling parse-display-derive v0.10.0 |
614 | 2025-01-29T20:03:00.376Z | Checking rand v0.8.5 |
615 | 2025-01-29T20:03:00.476Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-29T20:03:01.294Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-29T20:03:01.553Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-29T20:03:01.573Z | Checking hex v0.4.3 |
619 | 2025-01-29T20:03:01.592Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
620 | 2025-01-29T20:03:02.036Z | Compiling async-trait v0.1.85 |
621 | 2025-01-29T20:03:02.122Z | Checking waitgroup v0.1.2 |
622 | 2025-01-29T20:03:02.257Z | Checking hostname v0.4.0 |
623 | 2025-01-29T20:03:02.386Z | Checking instant v0.1.13 |
624 | 2025-01-29T20:03:02.403Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-29T20:03:02.447Z | Checking serde_with v3.11.0 |
626 | 2025-01-29T20:03:02.501Z | Checking backoff v0.4.0 |
627 | 2025-01-29T20:03:02.550Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-29T20:03:02.696Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
629 | 2025-01-29T20:03:02.727Z | Compiling typify v0.2.0 |
630 | 2025-01-29T20:03:02.849Z | Compiling progenitor-impl v0.8.0 |
631 | 2025-01-29T20:03:02.864Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-29T20:03:03.728Z | Checking parse-display v0.10.0 |
633 | 2025-01-29T20:03:03.744Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-29T20:03:03.947Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-29T20:03:04.159Z | Checking strum v0.26.3 |
636 | 2025-01-29T20:03:04.211Z | Checking macaddr v1.0.1 |
637 | 2025-01-29T20:03:04.291Z | Checking regress v0.9.1 |
638 | 2025-01-29T20:03:05.799Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-29T20:03:09.262Z | Checking progenitor v0.8.0 |
640 | 2025-01-29T20:03:09.369Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-29T20:03:12.044Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-29T20:03:18.940Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-29T20:03:19.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
644 | 2025-01-29T20:03:19.136Z | + cargo build --release |
645 | 2025-01-29T20:03:19.393Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-29T20:03:19.393Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-29T20:03:19.393Z | Compiling libc v0.2.169 |
648 | 2025-01-29T20:03:19.393Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-29T20:03:19.395Z | Compiling autocfg v1.4.0 |
650 | 2025-01-29T20:03:19.395Z | Compiling serde v1.0.217 |
651 | 2025-01-29T20:03:19.396Z | Compiling version_check v0.9.5 |
652 | 2025-01-29T20:03:19.396Z | Compiling memchr v2.7.4 |
653 | 2025-01-29T20:03:19.511Z | Compiling serde_json v1.0.135 |
654 | 2025-01-29T20:03:19.596Z | Compiling itoa v1.0.11 |
655 | 2025-01-29T20:03:19.850Z | Compiling thiserror v1.0.69 |
656 | 2025-01-29T20:03:19.945Z | Compiling once_cell v1.20.2 |
657 | 2025-01-29T20:03:19.993Z | Compiling shlex v1.3.0 |
658 | 2025-01-29T20:03:20.208Z | Compiling cc v1.1.30 |
659 | 2025-01-29T20:03:20.352Z | Compiling num-traits v0.2.19 |
660 | 2025-01-29T20:03:20.380Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-29T20:03:20.775Z | Compiling getrandom v0.2.15 |
662 | 2025-01-29T20:03:20.814Z | Compiling smallvec v1.13.2 |
663 | 2025-01-29T20:03:20.842Z | Compiling ryu v1.0.18 |
664 | 2025-01-29T20:03:21.041Z | Compiling quote v1.0.38 |
665 | 2025-01-29T20:03:21.108Z | Compiling bytes v1.9.0 |
666 | 2025-01-29T20:03:21.116Z | Compiling futures-core v0.3.31 |
667 | 2025-01-29T20:03:21.283Z | Compiling lock_api v0.4.12 |
668 | 2025-01-29T20:03:21.426Z | Compiling syn v2.0.96 |
669 | 2025-01-29T20:03:21.573Z | Compiling schemars v0.8.21 |
670 | 2025-01-29T20:03:21.588Z | Compiling parking_lot_core v0.9.10 |
671 | 2025-01-29T20:03:21.603Z | Compiling ahash v0.8.11 |
672 | 2025-01-29T20:03:21.940Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-29T20:03:21.948Z | Compiling byteorder v1.5.0 |
674 | 2025-01-29T20:03:22.036Z | Compiling slab v0.4.9 |
675 | 2025-01-29T20:03:22.092Z | Compiling log v0.4.22 |
676 | 2025-01-29T20:03:22.386Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-29T20:03:22.507Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-29T20:03:22.533Z | Compiling socket2 v0.5.7 |
679 | 2025-01-29T20:03:22.646Z | Compiling signal-hook-registry v1.4.2 |
680 | 2025-01-29T20:03:22.808Z | Compiling mio v1.0.2 |
681 | 2025-01-29T20:03:22.837Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-29T20:03:22.852Z | Compiling ring v0.17.8 |
683 | 2025-01-29T20:03:22.939Z | Compiling semver v1.0.24 |
684 | 2025-01-29T20:03:23.182Z | Compiling fnv v1.0.7 |
685 | 2025-01-29T20:03:23.308Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-29T20:03:23.425Z | Compiling equivalent v1.0.1 |
687 | 2025-01-29T20:03:23.535Z | Compiling http v1.2.0 |
688 | 2025-01-29T20:03:24.141Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-29T20:03:24.150Z | Compiling futures-task v0.3.31 |
690 | 2025-01-29T20:03:24.421Z | Compiling futures-io v0.3.31 |
691 | 2025-01-29T20:03:24.456Z | Compiling pin-utils v0.1.0 |
692 | 2025-01-29T20:03:24.571Z | Compiling rustls-pki-types v1.10.0 |
693 | 2025-01-29T20:03:24.574Z | Compiling vcpkg v0.2.15 |
694 | 2025-01-29T20:03:24.656Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-29T20:03:24.749Z | Compiling spin v0.9.8 |
696 | 2025-01-29T20:03:24.979Z | Compiling litemap v0.7.3 |
697 | 2025-01-29T20:03:25.402Z | Compiling iana-time-zone v0.1.61 |
698 | 2025-01-29T20:03:25.722Z | Compiling untrusted v0.9.0 |
699 | 2025-01-29T20:03:25.915Z | Compiling writeable v0.5.5 |
700 | 2025-01-29T20:03:25.973Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-29T20:03:26.101Z | Compiling heck v0.5.0 |
702 | 2025-01-29T20:03:26.312Z | Compiling httparse v1.9.5 |
703 | 2025-01-29T20:03:26.833Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-29T20:03:26.955Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-29T20:03:26.988Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-29T20:03:26.997Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-29T20:03:27.192Z | Compiling http-body v1.0.1 |
708 | 2025-01-29T20:03:27.428Z | Compiling icu_locid_transform_data v1.5.0 |
709 | 2025-01-29T20:03:27.521Z | Compiling tracing v0.1.40 |
710 | 2025-01-29T20:03:27.740Z | Compiling try-lock v0.2.5 |
711 | 2025-01-29T20:03:27.901Z | Compiling allocator-api2 v0.2.18 |
712 | 2025-01-29T20:03:28.132Z | Compiling subtle v2.6.1 |
713 | 2025-01-29T20:03:28.183Z | Compiling zeroize v1.8.1 |
714 | 2025-01-29T20:03:28.400Z | Compiling want v0.3.1 |
715 | 2025-01-29T20:03:28.518Z | Compiling synstructure v0.13.1 |
716 | 2025-01-29T20:03:28.587Z | Compiling serde_derive_internals v0.29.1 |
717 | 2025-01-29T20:03:28.659Z | Compiling chrono v0.4.39 |
718 | 2025-01-29T20:03:28.700Z | Compiling openssl v0.10.66 |
719 | 2025-01-29T20:03:29.020Z | Compiling uuid v1.12.0 |
720 | 2025-01-29T20:03:29.145Z | Compiling foreign-types-shared v0.1.1 |
721 | 2025-01-29T20:03:29.564Z | Compiling icu_properties_data v1.5.0 |
722 | 2025-01-29T20:03:29.567Z | Compiling httpdate v1.0.3 |
723 | 2025-01-29T20:03:29.726Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-29T20:03:30.366Z | Compiling percent-encoding v2.3.1 |
725 | 2025-01-29T20:03:30.418Z | Compiling utf8_iter v1.0.4 |
726 | 2025-01-29T20:03:30.577Z | Compiling icu_normalizer_data v1.5.0 |
727 | 2025-01-29T20:03:30.668Z | Compiling tower-service v0.3.3 |
728 | 2025-01-29T20:03:30.787Z | Compiling rustls v0.23.19 |
729 | 2025-01-29T20:03:30.831Z | Compiling utf16_iter v1.0.5 |
730 | 2025-01-29T20:03:30.995Z | Compiling native-tls v0.2.12 |
731 | 2025-01-29T20:03:31.039Z | Compiling bitflags v2.6.0 |
732 | 2025-01-29T20:03:31.096Z | Compiling write16 v1.0.0 |
733 | 2025-01-29T20:03:31.121Z | Compiling slog v2.7.0 |
734 | 2025-01-29T20:03:31.228Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-29T20:03:31.661Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-29T20:03:31.689Z | Compiling regex-syntax v0.8.5 |
737 | 2025-01-29T20:03:31.732Z | Compiling typenum v1.17.0 |
738 | 2025-01-29T20:03:31.856Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-29T20:03:32.885Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-29T20:03:33.162Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-29T20:03:33.175Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-29T20:03:33.691Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-29T20:03:33.749Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-29T20:03:35.044Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-29T20:03:36.034Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-29T20:03:36.412Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-29T20:03:36.559Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-29T20:03:36.809Z | Compiling futures-macro v0.3.31 |
749 | 2025-01-29T20:03:36.842Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-29T20:03:37.057Z | Compiling displaydoc v0.2.5 |
751 | 2025-01-29T20:03:37.846Z | Compiling tokio v1.43.0 |
752 | 2025-01-29T20:03:38.407Z | Compiling yoke v0.7.4 |
753 | 2025-01-29T20:03:38.527Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-29T20:03:38.598Z | Compiling futures-util v0.3.31 |
755 | 2025-01-29T20:03:38.945Z | Compiling zerovec v0.10.4 |
756 | 2025-01-29T20:03:39.139Z | Compiling pest v2.7.14 |
757 | 2025-01-29T20:03:39.630Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-29T20:03:42.106Z | Compiling tinystr v0.7.6 |
759 | 2025-01-29T20:03:42.512Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-29T20:03:44.329Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-29T20:03:44.765Z | Compiling pest_meta v2.7.14 |
762 | 2025-01-29T20:03:44.849Z | Compiling icu_collections v1.5.0 |
763 | 2025-01-29T20:03:46.461Z | Compiling indexmap v2.7.1 |
764 | 2025-01-29T20:03:47.537Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-29T20:03:49.080Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-29T20:03:49.469Z | Compiling icu_locid_transform v1.5.0 |
767 | 2025-01-29T20:03:49.605Z | Compiling hashbrown v0.14.5 |
768 | 2025-01-29T20:03:49.985Z | Compiling h2 v0.4.6 |
769 | 2025-01-29T20:03:51.212Z | Compiling icu_properties v1.5.1 |
770 | 2025-01-29T20:03:51.802Z | Compiling regress v0.10.1 |
771 | 2025-01-29T20:03:56.284Z | Compiling hyper v1.5.2 |
772 | 2025-01-29T20:03:56.335Z | Compiling pest_generator v2.7.14 |
773 | 2025-01-29T20:03:57.402Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-29T20:03:57.970Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-29T20:03:58.205Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-29T20:03:58.854Z | Compiling icu_normalizer v1.5.0 |
777 | 2025-01-29T20:04:02.731Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-29T20:04:07.764Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-29T20:04:07.865Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-29T20:04:07.969Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-29T20:04:08.259Z | Compiling generic-array v0.14.7 |
782 | 2025-01-29T20:04:08.377Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-29T20:04:08.601Z | Compiling mime v0.3.17 |
784 | 2025-01-29T20:04:08.703Z | Compiling typify-macro v0.2.0 |
785 | 2025-01-29T20:04:11.090Z | Compiling idna v1.0.3 |
786 | 2025-01-29T20:04:11.723Z | Compiling tokio-rustls v0.26.0 |
787 | 2025-01-29T20:04:11.823Z | Compiling tokio-native-tls v0.3.1 |
788 | 2025-01-29T20:04:12.104Z | Compiling regex v1.11.1 |
789 | 2025-01-29T20:04:12.148Z | Compiling serde_urlencoded v0.7.1 |
790 | 2025-01-29T20:04:12.186Z | Compiling scroll_derive v0.12.0 |
791 | 2025-01-29T20:04:13.015Z | Compiling rustls-pemfile v2.2.0 |
792 | 2025-01-29T20:04:13.481Z | Compiling webpki-roots v0.26.6 |
793 | 2025-01-29T20:04:13.680Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-29T20:04:13.854Z | Compiling base64 v0.22.1 |
795 | 2025-01-29T20:04:14.078Z | Compiling num-conv v0.1.0 |
796 | 2025-01-29T20:04:14.351Z | Compiling powerfmt v0.2.0 |
797 | 2025-01-29T20:04:14.831Z | Compiling time-core v0.1.2 |
798 | 2025-01-29T20:04:14.933Z | Compiling deranged v0.3.11 |
799 | 2025-01-29T20:04:14.991Z | Compiling time-macros v0.2.18 |
800 | 2025-01-29T20:04:16.775Z | Compiling scroll v0.12.0 |
801 | 2025-01-29T20:04:17.364Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-29T20:04:17.701Z | Compiling hyper-tls v0.6.0 |
803 | 2025-01-29T20:04:17.993Z | Compiling url v2.5.3 |
804 | 2025-01-29T20:04:18.175Z | Compiling thread-id v4.2.2 |
805 | 2025-01-29T20:04:19.452Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-29T20:04:20.967Z | Compiling dof v0.3.0 |
807 | 2025-01-29T20:04:21.772Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-29T20:04:22.110Z | Compiling plain v0.2.3 |
809 | 2025-01-29T20:04:23.742Z | Compiling ipnet v2.10.1 |
810 | 2025-01-29T20:04:24.552Z | Compiling crossbeam-utils v0.8.20 |
811 | 2025-01-29T20:04:25.068Z | Compiling ident_case v1.0.1 |
812 | 2025-01-29T20:04:26.516Z | Compiling omicron-workspace-hack v0.1.0 |
813 | 2025-01-29T20:04:26.750Z | Compiling strsim v0.11.1 |
814 | 2025-01-29T20:04:26.845Z | Compiling syn v1.0.109 |
815 | 2025-01-29T20:04:27.152Z | Compiling num_threads v0.1.7 |
816 | 2025-01-29T20:04:27.267Z | Compiling time v0.3.36 |
817 | 2025-01-29T20:04:27.363Z | Compiling darling_core v0.20.10 |
818 | 2025-01-29T20:04:29.732Z | Compiling reqwest v0.12.9 |
819 | 2025-01-29T20:04:35.846Z | Compiling goblin v0.8.2 |
820 | 2025-01-29T20:04:36.676Z | Compiling typify v0.2.0 |
821 | 2025-01-29T20:04:36.798Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-29T20:04:37.559Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-29T20:04:39.035Z | Compiling paste v1.0.15 |
824 | 2025-01-29T20:04:39.519Z | Compiling rustls v0.22.4 |
825 | 2025-01-29T20:04:39.846Z | Compiling newtype-uuid v1.2.1 |
826 | 2025-01-29T20:04:40.184Z | Compiling unsafe-libyaml v0.2.11 |
827 | 2025-01-29T20:04:40.700Z | Compiling pretty-hex v0.4.1 |
828 | 2025-01-29T20:04:40.925Z | Compiling rustversion v1.0.17 |
829 | 2025-01-29T20:04:41.597Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-29T20:04:43.665Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-29T20:04:45.139Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-29T20:04:48.006Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-29T20:04:49.139Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-29T20:04:49.380Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-29T20:04:49.601Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-29T20:04:49.663Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-29T20:04:49.900Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-29T20:04:50.171Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-29T20:04:50.577Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-29T20:04:50.967Z | Compiling rand_core v0.6.4 |
841 | 2025-01-29T20:04:51.554Z | Compiling thread_local v1.1.8 |
842 | 2025-01-29T20:04:51.651Z | Compiling multer v3.1.0 |
843 | 2025-01-29T20:04:52.006Z | Compiling either v1.13.0 |
844 | 2025-01-29T20:04:52.237Z | Compiling anyhow v1.0.95 |
845 | 2025-01-29T20:04:52.434Z | Compiling winnow v0.6.20 |
846 | 2025-01-29T20:04:52.807Z | Compiling camino v1.1.9 |
847 | 2025-01-29T20:04:53.100Z | Compiling thiserror v2.0.11 |
848 | 2025-01-29T20:04:53.379Z | Compiling match_cfg v0.1.0 |
849 | 2025-01-29T20:04:53.473Z | Compiling slog-async v2.8.0 |
850 | 2025-01-29T20:04:53.926Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
851 | 2025-01-29T20:04:53.986Z | Compiling hostname v0.3.1 |
852 | 2025-01-29T20:04:54.090Z | Compiling structmeta v0.3.0 |
853 | 2025-01-29T20:04:54.450Z | Compiling itertools v0.10.5 |
854 | 2025-01-29T20:04:54.607Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-29T20:04:55.046Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-29T20:04:56.342Z | Compiling toml_edit v0.22.22 |
857 | 2025-01-29T20:04:56.575Z | Compiling progenitor-macro v0.8.0 |
858 | 2025-01-29T20:04:57.406Z | Compiling digest v0.10.7 |
859 | 2025-01-29T20:04:57.811Z | Compiling crossbeam-channel v0.5.13 |
860 | 2025-01-29T20:04:59.398Z | Compiling darling v0.20.10 |
861 | 2025-01-29T20:04:59.728Z | Compiling term v0.7.0 |
862 | 2025-01-29T20:05:05.446Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-29T20:05:05.832Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-29T20:05:06.811Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-29T20:05:07.112Z | Compiling slog-json v2.6.1 |
866 | 2025-01-29T20:05:07.636Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-29T20:05:07.685Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-29T20:05:07.731Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-29T20:05:08.721Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-29T20:05:08.850Z | Compiling memmap v0.7.0 |
871 | 2025-01-29T20:05:08.967Z | Compiling dropshot v0.15.1 |
872 | 2025-01-29T20:05:09.295Z | Compiling take_mut v0.2.2 |
873 | 2025-01-29T20:05:09.319Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-29T20:05:09.453Z | Compiling sha1 v0.10.6 |
875 | 2025-01-29T20:05:10.310Z | Compiling usdt v0.5.0 |
876 | 2025-01-29T20:05:10.793Z | Compiling async-stream v0.3.6 |
877 | 2025-01-29T20:05:11.136Z | Compiling slog-term v2.9.1 |
878 | 2025-01-29T20:05:11.789Z | Compiling futures v0.3.31 |
879 | 2025-01-29T20:05:11.863Z | Compiling progenitor v0.8.0 |
880 | 2025-01-29T20:05:11.981Z | Compiling slog-bunyan v2.5.0 |
881 | 2025-01-29T20:05:12.037Z | Compiling strum_macros v0.26.4 |
882 | 2025-01-29T20:05:12.266Z | Compiling tokio-rustls v0.25.0 |
883 | 2025-01-29T20:05:12.681Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-29T20:05:12.716Z | Compiling toml v0.8.19 |
885 | 2025-01-29T20:05:13.969Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-29T20:05:14.384Z | Compiling rand v0.8.5 |
887 | 2025-01-29T20:05:16.453Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-29T20:05:18.850Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-29T20:05:19.005Z | Compiling hex v0.4.3 |
890 | 2025-01-29T20:05:19.455Z | Compiling serde_path_to_error v0.1.16 |
891 | 2025-01-29T20:05:19.597Z | Compiling async-trait v0.1.85 |
892 | 2025-01-29T20:05:19.894Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-29T20:05:20.128Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-29T20:05:20.356Z | Compiling hostname v0.4.0 |
895 | 2025-01-29T20:05:20.367Z | Compiling instant v0.1.13 |
896 | 2025-01-29T20:05:20.511Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-29T20:05:20.620Z | Compiling backoff v0.4.0 |
898 | 2025-01-29T20:05:20.658Z | Compiling parse-display v0.10.0 |
899 | 2025-01-29T20:05:20.702Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
900 | 2025-01-29T20:05:20.903Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-29T20:05:21.036Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
902 | 2025-01-29T20:05:21.073Z | Compiling serde_with v3.11.0 |
903 | 2025-01-29T20:05:21.891Z | Compiling strum v0.26.3 |
904 | 2025-01-29T20:05:22.074Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-29T20:05:22.639Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-29T20:05:22.781Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-29T20:05:23.437Z | Compiling regress v0.9.1 |
908 | 2025-01-29T20:05:23.750Z | Compiling macaddr v1.0.1 |
909 | 2025-01-29T20:05:30.539Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-29T20:05:40.976Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-29T20:05:50.839Z | Finished `release` profile [optimized] target(s) in 2m 31s |
912 | 2025-01-29T20:05:50.907Z | process exited: duration 219681 ms, exit code 0 |
|
913 | 2025-01-29T20:05:50.913Z | found 0 output files |