|
|
|
1 | 2025-01-28T06:53:42.410Z | job assigned to worker 01JJNTY37SGW9WY375JTJFQ5WV [factory aws, i-0d73042c5e9c57429] (queued for 15 m 23 s) |
|
2 | 2025-01-28T06:53:50.922Z | starting task 0: "setup" |
3 | 2025-01-28T06:53:50.935Z | ++ uname -s |
4 | 2025-01-28T06:53:50.935Z | + kern=SunOS |
5 | 2025-01-28T06:53:50.935Z | + case "$kern" in |
6 | 2025-01-28T06:53:50.935Z | + groupadd -g 12345 build |
7 | 2025-01-28T06:53:50.938Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-28T06:53:52.942Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-28T06:53:53.047Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-28T06:53:53.050Z | + home_fs=zfs |
11 | 2025-01-28T06:53:53.050Z | + [[ zfs == autofs ]] |
12 | 2025-01-28T06:53:53.050Z | + mkdir -p /home/build |
13 | 2025-01-28T06:53:53.053Z | + chown build:build /home/build /work |
14 | 2025-01-28T06:53:55.053Z | + chmod 0700 /home/build /work |
15 | 2025-01-28T06:53:55.056Z | process exited: duration 4136 ms, exit code 0 |
|
16 | 2025-01-28T06:53:55.062Z | starting task 1: "rust-toolchain" |
17 | 2025-01-28T06:53:55.067Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-28T06:53:55.067Z | * toolchain channel = "1.84.0" |
19 | 2025-01-28T06:53:55.067Z | ' 1.84.0 |
20 | 2025-01-28T06:53:55.067Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-28T06:53:55.067Z | ' default |
22 | 2025-01-28T06:53:55.067Z | * toolchain profile = "default" |
23 | 2025-01-28T06:53:55.070Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-28T06:53:55.070Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-28T06:53:55.191Z | info: downloading installer |
26 | 2025-01-28T06:53:56.665Z | info: profile set to 'default' |
27 | 2025-01-28T06:53:56.668Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-28T06:53:56.668Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-28T06:53:56.817Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-28T06:53:56.817Z | info: downloading component 'cargo' |
31 | 2025-01-28T06:53:57.689Z | info: downloading component 'clippy' |
32 | 2025-01-28T06:53:58.023Z | info: downloading component 'rust-docs' |
33 | 2025-01-28T06:53:59.219Z | info: downloading component 'rust-std' |
34 | 2025-01-28T06:54:00.996Z | info: downloading component 'rustc' |
35 | 2025-01-28T06:54:07.778Z | info: downloading component 'rustfmt' |
36 | 2025-01-28T06:54:08.033Z | info: installing component 'cargo' |
37 | 2025-01-28T06:54:08.900Z | info: installing component 'clippy' |
38 | 2025-01-28T06:54:09.295Z | info: installing component 'rust-docs' |
39 | 2025-01-28T06:54:10.969Z | info: installing component 'rust-std' |
40 | 2025-01-28T06:54:12.732Z | info: installing component 'rustc' |
41 | 2025-01-28T06:54:18.831Z | info: installing component 'rustfmt' |
42 | 2025-01-28T06:54:19.162Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-28T06:54:19.162Z | |
44 | 2025-01-28T06:54:19.549Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-28T06:54:19.549Z | |
46 | 2025-01-28T06:54:19.552Z | |
47 | 2025-01-28T06:54:19.552Z | Rust is installed now. Great! |
48 | 2025-01-28T06:54:19.552Z | |
49 | 2025-01-28T06:54:19.552Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-28T06:54:19.552Z | environment variable. This has not been done automatically. |
51 | 2025-01-28T06:54:19.552Z | |
52 | 2025-01-28T06:54:19.552Z | To configure your current shell, you need to source |
53 | 2025-01-28T06:54:19.552Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-28T06:54:19.552Z | |
55 | 2025-01-28T06:54:19.552Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-28T06:54:19.552Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-28T06:54:19.552Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-28T06:54:19.622Z | + rustc --version |
59 | 2025-01-28T06:54:19.687Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-28T06:54:19.691Z | process exited: duration 24632 ms, exit code 0 |
|
61 | 2025-01-28T06:54:19.696Z | starting task 2: "authentication" |
62 | 2025-01-28T06:54:19.717Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-28T06:54:19.723Z | starting task 3: "clone repository" |
64 | 2025-01-28T06:54:19.728Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-28T06:54:19.730Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-28T06:54:20.337Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-28T06:54:27.751Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-28T06:54:27.754Z | + git fetch origin e98365b41adb2804430886777368cbda500567c3 |
69 | 2025-01-28T06:54:28.108Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-28T06:54:28.111Z | * branch e98365b41adb2804430886777368cbda500567c3 -> FETCH_HEAD |
71 | 2025-01-28T06:54:28.117Z | + [[ -n '' ]] |
72 | 2025-01-28T06:54:28.118Z | + git reset --hard e98365b41adb2804430886777368cbda500567c3 |
73 | 2025-01-28T06:54:28.296Z | HEAD is now at e98365b41 Update Rust crate test-strategy to 0.4.0 |
74 | 2025-01-28T06:54:28.299Z | process exited: duration 8576 ms, exit code 0 |
|
75 | 2025-01-28T06:54:28.305Z | starting task 4: "build" |
76 | 2025-01-28T06:54:28.311Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-28T06:54:28.311Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-28T06:54:28.311Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-28T06:54:28.313Z | + cargo --version |
80 | 2025-01-28T06:54:28.370Z | cargo 1.84.0 (66221abde 2024-11-19) |
81 | 2025-01-28T06:54:28.372Z | + rustc --version |
82 | 2025-01-28T06:54:28.432Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
83 | 2025-01-28T06:54:28.435Z | + cd /tmp |
84 | 2025-01-28T06:54:28.435Z | + cargo new --lib test-project |
85 | 2025-01-28T06:54:28.492Z | Creating library `test-project` package |
86 | 2025-01-28T06:54:28.570Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2025-01-28T06:54:28.574Z | + cd test-project |
88 | 2025-01-28T06:54:28.574Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2025-01-28T06:54:28.630Z | Adding omicron-common (local) to dependencies |
90 | 2025-01-28T06:54:28.633Z | Features: |
91 | 2025-01-28T06:54:28.633Z | - proptest |
92 | 2025-01-28T06:54:28.633Z | - test-strategy |
93 | 2025-01-28T06:54:28.633Z | - testing |
94 | 2025-01-28T06:54:28.633Z | Updating crates.io index |
95 | 2025-01-28T06:54:28.695Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
96 | 2025-01-28T06:54:29.197Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2025-01-28T06:54:29.795Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2025-01-28T06:54:30.154Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
99 | 2025-01-28T06:54:30.588Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2025-01-28T06:54:31.989Z | Locking 335 packages to latest compatible versions |
101 | 2025-01-28T06:54:32.178Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
102 | 2025-01-28T06:54:32.180Z | + cargo check |
103 | 2025-01-28T06:54:32.320Z | Updating crates.io index |
104 | 2025-01-28T06:54:33.213Z | Locking 1 package to latest compatible version |
105 | 2025-01-28T06:54:33.213Z | Adding omicron-workspace-hack v0.1.0 |
106 | 2025-01-28T06:54:33.238Z | Downloading crates ... |
107 | 2025-01-28T06:54:33.341Z | Downloaded allocator-api2 v0.2.18 |
108 | 2025-01-28T06:54:33.349Z | Downloaded time-core v0.1.2 |
109 | 2025-01-28T06:54:33.352Z | Downloaded foreign-types v0.3.2 |
110 | 2025-01-28T06:54:33.352Z | Downloaded take_mut v0.2.2 |
111 | 2025-01-28T06:54:33.352Z | Downloaded darling_macro v0.20.10 |
112 | 2025-01-28T06:54:33.352Z | Downloaded ahash v0.8.11 |
113 | 2025-01-28T06:54:33.355Z | Downloaded tinyvec_macros v0.1.1 |
114 | 2025-01-28T06:54:33.357Z | Downloaded match_cfg v0.1.0 |
115 | 2025-01-28T06:54:33.357Z | Downloaded thiserror-impl v1.0.69 |
116 | 2025-01-28T06:54:33.360Z | Downloaded thread_local v1.1.8 |
117 | 2025-01-28T06:54:33.363Z | Downloaded thiserror v1.0.69 |
118 | 2025-01-28T06:54:33.368Z | Downloaded time-macros v0.2.18 |
119 | 2025-01-28T06:54:33.371Z | Downloaded progenitor-client v0.9.1 |
120 | 2025-01-28T06:54:33.373Z | Downloaded usdt-attr-macro v0.5.0 |
121 | 2025-01-28T06:54:33.373Z | Downloaded term v0.7.0 |
122 | 2025-01-28T06:54:33.376Z | Downloaded openssl-macros v0.1.1 |
123 | 2025-01-28T06:54:33.379Z | Downloaded num-conv v0.1.0 |
124 | 2025-01-28T06:54:33.379Z | Downloaded waitgroup v0.1.2 |
125 | 2025-01-28T06:54:33.382Z | Downloaded try-lock v0.2.5 |
126 | 2025-01-28T06:54:33.382Z | Downloaded num_threads v0.1.7 |
127 | 2025-01-28T06:54:33.382Z | Downloaded want v0.3.1 |
128 | 2025-01-28T06:54:33.384Z | Downloaded write16 v1.0.0 |
129 | 2025-01-28T06:54:33.384Z | Downloaded ident_case v1.0.1 |
130 | 2025-01-28T06:54:33.387Z | Downloaded http-body v1.0.1 |
131 | 2025-01-28T06:54:33.387Z | Downloaded usdt-macro v0.5.0 |
132 | 2025-01-28T06:54:33.390Z | Downloaded progenitor-client v0.8.0 |
133 | 2025-01-28T06:54:33.390Z | Downloaded pretty-hex v0.4.1 |
134 | 2025-01-28T06:54:33.392Z | Downloaded openssl-probe v0.1.5 |
135 | 2025-01-28T06:54:33.392Z | Downloaded icu_provider_macros v1.5.0 |
136 | 2025-01-28T06:54:33.392Z | Downloaded tower-service v0.3.3 |
137 | 2025-01-28T06:54:33.395Z | Downloaded async-stream-impl v0.3.6 |
138 | 2025-01-28T06:54:33.395Z | Downloaded instant v0.1.13 |
139 | 2025-01-28T06:54:33.398Z | Downloaded synstructure v0.13.1 |
140 | 2025-01-28T06:54:33.398Z | Downloaded omicron-workspace-hack v0.1.0 |
141 | 2025-01-28T06:54:33.401Z | Downloaded equivalent v1.0.1 |
142 | 2025-01-28T06:54:33.401Z | Downloaded foreign-types-shared v0.1.1 |
143 | 2025-01-28T06:54:33.401Z | Downloaded thread-id v4.2.2 |
144 | 2025-01-28T06:54:33.404Z | Downloaded thiserror-impl v2.0.11 |
145 | 2025-01-28T06:54:33.407Z | Downloaded either v1.13.0 |
146 | 2025-01-28T06:54:33.407Z | Downloaded newtype-uuid v1.2.1 |
147 | 2025-01-28T06:54:33.410Z | Downloaded usdt v0.5.0 |
148 | 2025-01-28T06:54:33.410Z | Downloaded fnv v1.0.7 |
149 | 2025-01-28T06:54:33.413Z | Downloaded paste v1.0.15 |
150 | 2025-01-28T06:54:33.416Z | Downloaded parse-display-derive v0.10.0 |
151 | 2025-01-28T06:54:33.416Z | Downloaded dyn-clone v1.0.17 |
152 | 2025-01-28T06:54:33.418Z | Downloaded powerfmt v0.2.0 |
153 | 2025-01-28T06:54:33.421Z | Downloaded cpufeatures v0.2.14 |
154 | 2025-01-28T06:54:33.421Z | Downloaded parse-display v0.10.0 |
155 | 2025-01-28T06:54:33.424Z | Downloaded zerofrom v0.1.4 |
156 | 2025-01-28T06:54:33.424Z | Downloaded untrusted v0.9.0 |
157 | 2025-01-28T06:54:33.426Z | Downloaded zeroize v1.8.1 |
158 | 2025-01-28T06:54:33.426Z | Downloaded usdt-impl v0.5.0 |
159 | 2025-01-28T06:54:33.429Z | Downloaded pest_generator v2.7.14 |
160 | 2025-01-28T06:54:33.432Z | Downloaded zerovec-derive v0.10.3 |
161 | 2025-01-28T06:54:33.432Z | Downloaded progenitor v0.8.0 |
162 | 2025-01-28T06:54:33.434Z | Downloaded plain v0.2.3 |
163 | 2025-01-28T06:54:33.434Z | Downloaded ppv-lite86 v0.2.20 |
164 | 2025-01-28T06:54:33.437Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-01-28T06:54:33.440Z | Downloaded http-body-util v0.1.2 |
166 | 2025-01-28T06:54:33.440Z | Downloaded tinyvec v1.8.0 |
167 | 2025-01-28T06:54:33.442Z | Downloaded pin-utils v0.1.0 |
168 | 2025-01-28T06:54:33.445Z | Downloaded typify-macro v0.2.0 |
169 | 2025-01-28T06:54:33.445Z | Downloaded thiserror v2.0.11 |
170 | 2025-01-28T06:54:33.451Z | Downloaded utf16_iter v1.0.5 |
171 | 2025-01-28T06:54:33.454Z | Downloaded hostname v0.3.1 |
172 | 2025-01-28T06:54:33.456Z | Downloaded sync_wrapper v1.0.1 |
173 | 2025-01-28T06:54:33.456Z | Downloaded futures-executor v0.3.31 |
174 | 2025-01-28T06:54:33.459Z | Downloaded yoke-derive v0.7.4 |
175 | 2025-01-28T06:54:33.459Z | Downloaded stable_deref_trait v1.2.0 |
176 | 2025-01-28T06:54:33.459Z | Downloaded futures-sink v0.3.31 |
177 | 2025-01-28T06:54:33.461Z | Downloaded percent-encoding v2.3.1 |
178 | 2025-01-28T06:54:33.462Z | Downloaded httpdate v1.0.3 |
179 | 2025-01-28T06:54:33.464Z | Downloaded itoa v1.0.11 |
180 | 2025-01-28T06:54:33.464Z | Downloaded rustversion v1.0.17 |
181 | 2025-01-28T06:54:33.467Z | Downloaded multer v3.1.0 |
182 | 2025-01-28T06:54:33.470Z | Downloaded tokio-macros v2.5.0 |
183 | 2025-01-28T06:54:33.473Z | Downloaded macaddr v1.0.1 |
184 | 2025-01-28T06:54:33.473Z | Downloaded tokio-rustls v0.25.0 |
185 | 2025-01-28T06:54:33.476Z | Downloaded generic-array v0.14.7 |
186 | 2025-01-28T06:54:33.478Z | Downloaded scroll_derive v0.12.0 |
187 | 2025-01-28T06:54:33.478Z | Downloaded strum v0.26.3 |
188 | 2025-01-28T06:54:33.478Z | Downloaded pest_derive v2.7.14 |
189 | 2025-01-28T06:54:33.481Z | Downloaded memmap v0.7.0 |
190 | 2025-01-28T06:54:33.484Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2025-01-28T06:54:33.486Z | Downloaded structmeta-derive v0.3.0 |
192 | 2025-01-28T06:54:33.489Z | Downloaded hostname v0.4.0 |
193 | 2025-01-28T06:54:33.489Z | Downloaded heck v0.5.0 |
194 | 2025-01-28T06:54:33.492Z | Downloaded dirs-next v2.0.0 |
195 | 2025-01-28T06:54:33.492Z | Downloaded is-terminal v0.4.13 |
196 | 2025-01-28T06:54:33.494Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2025-01-28T06:54:33.494Z | Downloaded shlex v1.3.0 |
198 | 2025-01-28T06:54:33.497Z | Downloaded block-buffer v0.10.4 |
199 | 2025-01-28T06:54:33.497Z | Downloaded typify v0.2.0 |
200 | 2025-01-28T06:54:33.500Z | Downloaded rustc-hash v2.0.0 |
201 | 2025-01-28T06:54:33.503Z | Downloaded subtle v2.6.1 |
202 | 2025-01-28T06:54:33.503Z | Downloaded tokio-rustls v0.26.0 |
203 | 2025-01-28T06:54:33.506Z | Downloaded serde_path_to_error v0.1.16 |
204 | 2025-01-28T06:54:33.509Z | Downloaded serde_derive_internals v0.29.1 |
205 | 2025-01-28T06:54:33.509Z | Downloaded digest v0.10.7 |
206 | 2025-01-28T06:54:33.512Z | Downloaded atomic-waker v1.1.2 |
207 | 2025-01-28T06:54:33.512Z | Downloaded progenitor-macro v0.8.0 |
208 | 2025-01-28T06:54:33.514Z | Downloaded utf8_iter v1.0.4 |
209 | 2025-01-28T06:54:33.514Z | Downloaded async-trait v0.1.85 |
210 | 2025-01-28T06:54:33.517Z | Downloaded displaydoc v0.2.5 |
211 | 2025-01-28T06:54:33.519Z | Downloaded sha1 v0.10.6 |
212 | 2025-01-28T06:54:33.522Z | Downloaded once_cell v1.20.2 |
213 | 2025-01-28T06:54:33.525Z | Downloaded getrandom v0.2.15 |
214 | 2025-01-28T06:54:33.527Z | Downloaded parking_lot v0.12.3 |
215 | 2025-01-28T06:54:33.530Z | Downloaded pin-project-lite v0.2.14 |
216 | 2025-01-28T06:54:33.564Z | Downloaded serde_spanned v0.6.8 |
217 | 2025-01-28T06:54:33.564Z | Downloaded serde_urlencoded v0.7.1 |
218 | 2025-01-28T06:54:33.565Z | Downloaded lock_api v0.4.12 |
219 | 2025-01-28T06:54:33.565Z | Downloaded iana-time-zone v0.1.61 |
220 | 2025-01-28T06:54:33.565Z | Downloaded schemars_derive v0.8.21 |
221 | 2025-01-28T06:54:33.565Z | Downloaded autocfg v1.4.0 |
222 | 2025-01-28T06:54:33.565Z | Downloaded rustls-pemfile v2.2.0 |
223 | 2025-01-28T06:54:33.565Z | Downloaded quinn-udp v0.5.5 |
224 | 2025-01-28T06:54:33.565Z | Downloaded structmeta v0.3.0 |
225 | 2025-01-28T06:54:33.565Z | Downloaded strum_macros v0.26.4 |
226 | 2025-01-28T06:54:33.565Z | Downloaded rand_core v0.6.4 |
227 | 2025-01-28T06:54:33.565Z | Downloaded serde_tokenstream v0.2.2 |
228 | 2025-01-28T06:54:33.565Z | Downloaded smallvec v1.13.2 |
229 | 2025-01-28T06:54:33.565Z | Downloaded strsim v0.11.1 |
230 | 2025-01-28T06:54:33.565Z | Downloaded scopeguard v1.2.0 |
231 | 2025-01-28T06:54:33.565Z | Downloaded spin v0.9.8 |
232 | 2025-01-28T06:54:33.565Z | Downloaded httparse v1.9.5 |
233 | 2025-01-28T06:54:33.572Z | Downloaded openssl-sys v0.9.103 |
234 | 2025-01-28T06:54:33.572Z | Downloaded serde_with_macros v3.11.0 |
235 | 2025-01-28T06:54:33.575Z | Downloaded proc-macro2 v1.0.92 |
236 | 2025-01-28T06:54:33.577Z | Downloaded scroll v0.12.0 |
237 | 2025-01-28T06:54:33.579Z | Downloaded unsafe-libyaml v0.2.11 |
238 | 2025-01-28T06:54:33.581Z | Downloaded rustls-pki-types v1.10.0 |
239 | 2025-01-28T06:54:33.584Z | Downloaded tracing v0.1.40 |
240 | 2025-01-28T06:54:33.589Z | Downloaded url v2.5.3 |
241 | 2025-01-28T06:54:33.592Z | Downloaded crossbeam-utils v0.8.20 |
242 | 2025-01-28T06:54:33.595Z | Downloaded icu_normalizer v1.5.0 |
243 | 2025-01-28T06:54:33.599Z | Downloaded ryu v1.0.18 |
244 | 2025-01-28T06:54:33.602Z | Downloaded socket2 v0.5.7 |
245 | 2025-01-28T06:54:33.605Z | Downloaded log v0.4.22 |
246 | 2025-01-28T06:54:33.607Z | Downloaded serde_derive v1.0.217 |
247 | 2025-01-28T06:54:33.610Z | Downloaded slog-async v2.8.0 |
248 | 2025-01-28T06:54:33.612Z | Downloaded slog v2.7.0 |
249 | 2025-01-28T06:54:33.614Z | Downloaded slab v0.4.9 |
250 | 2025-01-28T06:54:33.616Z | Downloaded slog-bunyan v2.5.0 |
251 | 2025-01-28T06:54:33.618Z | Downloaded slog-term v2.9.1 |
252 | 2025-01-28T06:54:33.620Z | Downloaded icu_provider v1.5.0 |
253 | 2025-01-28T06:54:33.623Z | Downloaded serde v1.0.217 |
254 | 2025-01-28T06:54:33.626Z | Downloaded toml_edit v0.22.22 |
255 | 2025-01-28T06:54:33.648Z | Downloaded darling_core v0.20.10 |
256 | 2025-01-28T06:54:33.652Z | Downloaded memchr v2.7.4 |
257 | 2025-01-28T06:54:33.657Z | Downloaded serde_yaml v0.9.34+deprecated |
258 | 2025-01-28T06:54:33.661Z | Downloaded time v0.3.36 |
259 | 2025-01-28T06:54:33.668Z | Downloaded icu_properties v1.5.1 |
260 | 2025-01-28T06:54:33.671Z | Downloaded slog-json v2.6.1 |
261 | 2025-01-28T06:54:33.673Z | Downloaded bytes v1.9.0 |
262 | 2025-01-28T06:54:33.677Z | Downloaded anyhow v1.0.95 |
263 | 2025-01-28T06:54:33.681Z | Downloaded pest v2.7.14 |
264 | 2025-01-28T06:54:33.686Z | Downloaded cc v1.1.30 |
265 | 2025-01-28T06:54:33.689Z | Downloaded icu_collections v1.5.0 |
266 | 2025-01-28T06:54:33.695Z | Downloaded zerocopy v0.7.35 |
267 | 2025-01-28T06:54:33.711Z | Downloaded serde_json v1.0.135 |
268 | 2025-01-28T06:54:33.718Z | Downloaded winnow v0.6.20 |
269 | 2025-01-28T06:54:33.728Z | Downloaded serde_with v3.11.0 |
270 | 2025-01-28T06:54:33.735Z | Downloaded rand v0.8.5 |
271 | 2025-01-28T06:54:33.739Z | Downloaded crossbeam-channel v0.5.13 |
272 | 2025-01-28T06:54:33.743Z | Downloaded schemars v0.8.21 |
273 | 2025-01-28T06:54:33.755Z | Downloaded quinn-proto v0.11.8 |
274 | 2025-01-28T06:54:33.761Z | Downloaded vcpkg v0.2.15 |
275 | 2025-01-28T06:54:33.797Z | Downloaded quinn v0.11.5 |
276 | 2025-01-28T06:54:33.800Z | Downloaded http v1.2.0 |
277 | 2025-01-28T06:54:33.804Z | Downloaded hashbrown v0.12.3 |
278 | 2025-01-28T06:54:33.810Z | Downloaded syn v1.0.109 |
279 | 2025-01-28T06:54:33.818Z | Downloaded openssl v0.10.66 |
280 | 2025-01-28T06:54:33.827Z | Downloaded hashbrown v0.14.5 |
281 | 2025-01-28T06:54:33.832Z | Downloaded regex v1.11.1 |
282 | 2025-01-28T06:54:33.845Z | Downloaded aho-corasick v1.1.3 |
283 | 2025-01-28T06:54:33.851Z | Downloaded hyper v1.5.2 |
284 | 2025-01-28T06:54:33.857Z | Downloaded syn v2.0.96 |
285 | 2025-01-28T06:54:33.869Z | Downloaded openapiv3 v2.0.0 |
286 | 2025-01-28T06:54:33.881Z | Downloaded rustls v0.22.4 |
287 | 2025-01-28T06:54:33.892Z | Downloaded h2 v0.4.6 |
288 | 2025-01-28T06:54:33.900Z | Downloaded goblin v0.8.2 |
289 | 2025-01-28T06:54:33.905Z | Downloaded reqwest v0.12.9 |
290 | 2025-01-28T06:54:33.912Z | Downloaded futures-util v0.3.31 |
291 | 2025-01-28T06:54:33.924Z | Downloaded idna v1.0.3 |
292 | 2025-01-28T06:54:33.927Z | Downloaded typify-impl v0.2.0 |
293 | 2025-01-28T06:54:33.941Z | Downloaded hashbrown v0.15.1 |
294 | 2025-01-28T06:54:33.947Z | Downloaded icu_properties_data v1.5.0 |
295 | 2025-01-28T06:54:33.955Z | Downloaded rustls-webpki v0.102.8 |
296 | 2025-01-28T06:54:33.972Z | Downloaded chrono v0.4.39 |
297 | 2025-01-28T06:54:33.979Z | Downloaded itertools v0.10.5 |
298 | 2025-01-28T06:54:33.985Z | Downloaded webpki-roots v0.26.6 |
299 | 2025-01-28T06:54:33.988Z | Downloaded indexmap v2.7.0 |
300 | 2025-01-28T06:54:33.992Z | Downloaded hyper-util v0.1.10 |
301 | 2025-01-28T06:54:33.996Z | Downloaded futures v0.3.31 |
302 | 2025-01-28T06:54:34.000Z | Downloaded base64 v0.22.1 |
303 | 2025-01-28T06:54:34.004Z | Downloaded zerovec v0.10.4 |
304 | 2025-01-28T06:54:34.010Z | Downloaded regress v0.10.1 |
305 | 2025-01-28T06:54:34.018Z | Downloaded regex-automata v0.4.8 |
306 | 2025-01-28T06:54:34.034Z | Downloaded rustls v0.23.19 |
307 | 2025-01-28T06:54:34.045Z | Downloaded regex-syntax v0.8.5 |
308 | 2025-01-28T06:54:34.052Z | Downloaded dropshot v0.15.1 |
309 | 2025-01-28T06:54:34.071Z | Downloaded regress v0.9.1 |
310 | 2025-01-28T06:54:34.079Z | Downloaded tokio-util v0.7.12 |
311 | 2025-01-28T06:54:34.084Z | Downloaded tokio v1.43.0 |
312 | 2025-01-28T06:54:34.119Z | Downloaded mio v1.0.2 |
313 | 2025-01-28T06:54:34.123Z | Downloaded sha2 v0.10.8 |
314 | 2025-01-28T06:54:34.126Z | Downloaded semver v1.0.24 |
315 | 2025-01-28T06:54:34.128Z | Downloaded quote v1.0.38 |
316 | 2025-01-28T06:54:34.130Z | Downloaded progenitor-impl v0.8.0 |
317 | 2025-01-28T06:54:34.132Z | Downloaded toml v0.8.19 |
318 | 2025-01-28T06:54:34.134Z | Downloaded indexmap v1.9.3 |
319 | 2025-01-28T06:54:34.137Z | Downloaded icu_normalizer_data v1.5.0 |
320 | 2025-01-28T06:54:34.139Z | Downloaded icu_locid_transform_data v1.5.0 |
321 | 2025-01-28T06:54:34.141Z | Downloaded icu_locid v1.5.0 |
322 | 2025-01-28T06:54:34.145Z | Downloaded bitflags v2.6.0 |
323 | 2025-01-28T06:54:34.148Z | Downloaded unicode-ident v1.0.14 |
324 | 2025-01-28T06:54:34.151Z | Downloaded tracing-core v0.1.32 |
325 | 2025-01-28T06:54:34.153Z | Downloaded dropshot_endpoint v0.15.1 |
326 | 2025-01-28T06:54:34.156Z | Downloaded litemap v0.7.3 |
327 | 2025-01-28T06:54:34.158Z | Downloaded ipnet v2.10.1 |
328 | 2025-01-28T06:54:34.160Z | Downloaded hyper-rustls v0.27.3 |
329 | 2025-01-28T06:54:34.162Z | Downloaded uuid v1.12.0 |
330 | 2025-01-28T06:54:34.164Z | Downloaded typenum v1.17.0 |
331 | 2025-01-28T06:54:34.167Z | Downloaded ipnetwork v0.20.0 |
332 | 2025-01-28T06:54:34.169Z | Downloaded futures-channel v0.3.31 |
333 | 2025-01-28T06:54:34.171Z | Downloaded num-traits v0.2.19 |
334 | 2025-01-28T06:54:34.172Z | Downloaded ucd-trie v0.1.7 |
335 | 2025-01-28T06:54:34.174Z | Downloaded icu_locid_transform v1.5.0 |
336 | 2025-01-28T06:54:34.176Z | Downloaded camino v1.1.9 |
337 | 2025-01-28T06:54:34.178Z | Downloaded pest_meta v2.7.14 |
338 | 2025-01-28T06:54:34.181Z | Downloaded yoke v0.7.4 |
339 | 2025-01-28T06:54:34.183Z | Downloaded hex v0.4.3 |
340 | 2025-01-28T06:54:34.183Z | Downloaded backoff v0.4.0 |
341 | 2025-01-28T06:54:34.186Z | Downloaded darling v0.20.10 |
342 | 2025-01-28T06:54:34.189Z | Downloaded rand_chacha v0.3.1 |
343 | 2025-01-28T06:54:34.189Z | Downloaded parking_lot_core v0.9.10 |
344 | 2025-01-28T06:54:34.191Z | Downloaded native-tls v0.2.12 |
345 | 2025-01-28T06:54:34.193Z | Downloaded libc v0.2.169 |
346 | 2025-01-28T06:54:34.216Z | Downloaded idna_adapter v1.2.0 |
347 | 2025-01-28T06:54:34.218Z | Downloaded futures-task v0.3.31 |
348 | 2025-01-28T06:54:34.218Z | Downloaded futures-macro v0.3.31 |
349 | 2025-01-28T06:54:34.220Z | Downloaded futures-io v0.3.31 |
350 | 2025-01-28T06:54:34.220Z | Downloaded futures-core v0.3.31 |
351 | 2025-01-28T06:54:34.222Z | Downloaded version_check v0.9.5 |
352 | 2025-01-28T06:54:34.222Z | Downloaded pkg-config v0.3.31 |
353 | 2025-01-28T06:54:34.224Z | Downloaded zerofrom-derive v0.1.4 |
354 | 2025-01-28T06:54:34.224Z | Downloaded writeable v0.5.5 |
355 | 2025-01-28T06:54:34.227Z | Downloaded toml_datetime v0.6.8 |
356 | 2025-01-28T06:54:34.227Z | Downloaded form_urlencoded v1.2.1 |
357 | 2025-01-28T06:54:34.229Z | Downloaded cfg-if v1.0.0 |
358 | 2025-01-28T06:54:34.229Z | Downloaded debug-ignore v1.0.5 |
359 | 2025-01-28T06:54:34.231Z | Downloaded byteorder v1.5.0 |
360 | 2025-01-28T06:54:34.231Z | Downloaded mime v0.3.17 |
361 | 2025-01-28T06:54:34.233Z | Downloaded tinystr v0.7.6 |
362 | 2025-01-28T06:54:34.235Z | Downloaded dtrace-parser v0.2.0 |
363 | 2025-01-28T06:54:34.235Z | Downloaded dof v0.3.0 |
364 | 2025-01-28T06:54:34.237Z | Downloaded dirs-sys-next v0.1.2 |
365 | 2025-01-28T06:54:34.237Z | Downloaded deranged v0.3.11 |
366 | 2025-01-28T06:54:34.239Z | Downloaded crypto-common v0.1.6 |
367 | 2025-01-28T06:54:34.239Z | Downloaded tokio-native-tls v0.3.1 |
368 | 2025-01-28T06:54:34.241Z | Downloaded async-stream v0.3.6 |
369 | 2025-01-28T06:54:34.301Z | Downloaded encoding_rs v0.8.34 |
370 | 2025-01-28T06:54:34.539Z | Downloaded ring v0.17.8 |
371 | 2025-01-28T06:54:34.731Z | Compiling proc-macro2 v1.0.92 |
372 | 2025-01-28T06:54:34.731Z | Compiling unicode-ident v1.0.14 |
373 | 2025-01-28T06:54:34.733Z | Compiling libc v0.2.169 |
374 | 2025-01-28T06:54:34.733Z | Checking cfg-if v1.0.0 |
375 | 2025-01-28T06:54:34.733Z | Compiling autocfg v1.4.0 |
376 | 2025-01-28T06:54:34.733Z | Compiling serde v1.0.217 |
377 | 2025-01-28T06:54:34.752Z | Compiling version_check v0.9.5 |
378 | 2025-01-28T06:54:34.754Z | Checking memchr v2.7.4 |
379 | 2025-01-28T06:54:34.870Z | Compiling serde_json v1.0.135 |
380 | 2025-01-28T06:54:34.935Z | Checking itoa v1.0.11 |
381 | 2025-01-28T06:54:35.306Z | Checking once_cell v1.20.2 |
382 | 2025-01-28T06:54:35.486Z | Compiling thiserror v1.0.69 |
383 | 2025-01-28T06:54:35.499Z | Compiling shlex v1.3.0 |
384 | 2025-01-28T06:54:35.742Z | Compiling cc v1.1.30 |
385 | 2025-01-28T06:54:36.143Z | Checking pin-project-lite v0.2.14 |
386 | 2025-01-28T06:54:36.226Z | Compiling num-traits v0.2.19 |
387 | 2025-01-28T06:54:36.440Z | Checking smallvec v1.13.2 |
388 | 2025-01-28T06:54:36.475Z | Checking ryu v1.0.18 |
389 | 2025-01-28T06:54:36.706Z | Checking bytes v1.9.0 |
390 | 2025-01-28T06:54:36.736Z | Checking futures-core v0.3.31 |
391 | 2025-01-28T06:54:36.767Z | Compiling lock_api v0.4.12 |
392 | 2025-01-28T06:54:36.846Z | Compiling parking_lot_core v0.9.10 |
393 | 2025-01-28T06:54:37.013Z | Compiling byteorder v1.5.0 |
394 | 2025-01-28T06:54:37.068Z | Checking getrandom v0.2.15 |
395 | 2025-01-28T06:54:37.231Z | Checking scopeguard v1.2.0 |
396 | 2025-01-28T06:54:37.244Z | Compiling schemars v0.8.21 |
397 | 2025-01-28T06:54:37.291Z | Compiling slab v0.4.9 |
398 | 2025-01-28T06:54:37.443Z | Compiling ahash v0.8.11 |
399 | 2025-01-28T06:54:37.457Z | Checking futures-sink v0.3.31 |
400 | 2025-01-28T06:54:37.590Z | Compiling quote v1.0.38 |
401 | 2025-01-28T06:54:37.631Z | Checking log v0.4.22 |
402 | 2025-01-28T06:54:37.725Z | Checking parking_lot v0.12.3 |
403 | 2025-01-28T06:54:37.782Z | Checking socket2 v0.5.7 |
404 | 2025-01-28T06:54:37.862Z | Checking signal-hook-registry v1.4.2 |
405 | 2025-01-28T06:54:37.876Z | Checking mio v1.0.2 |
406 | 2025-01-28T06:54:38.012Z | Compiling syn v2.0.96 |
407 | 2025-01-28T06:54:38.055Z | Checking stable_deref_trait v1.2.0 |
408 | 2025-01-28T06:54:38.112Z | Checking fnv v1.0.7 |
409 | 2025-01-28T06:54:38.156Z | Checking equivalent v1.0.1 |
410 | 2025-01-28T06:54:38.170Z | Checking hashbrown v0.15.1 |
411 | 2025-01-28T06:54:38.193Z | Compiling ring v0.17.8 |
412 | 2025-01-28T06:54:38.231Z | Checking http v1.2.0 |
413 | 2025-01-28T06:54:38.234Z | Checking futures-channel v0.3.31 |
414 | 2025-01-28T06:54:38.259Z | Checking futures-io v0.3.31 |
415 | 2025-01-28T06:54:38.327Z | Compiling semver v1.0.24 |
416 | 2025-01-28T06:54:38.423Z | Checking futures-task v0.3.31 |
417 | 2025-01-28T06:54:38.438Z | Checking pin-utils v0.1.0 |
418 | 2025-01-28T06:54:38.518Z | Compiling pkg-config v0.3.31 |
419 | 2025-01-28T06:54:38.565Z | Checking spin v0.9.8 |
420 | 2025-01-28T06:54:38.642Z | Compiling vcpkg v0.2.15 |
421 | 2025-01-28T06:54:38.775Z | Checking rustls-pki-types v1.10.0 |
422 | 2025-01-28T06:54:39.105Z | Compiling httparse v1.9.5 |
423 | 2025-01-28T06:54:39.292Z | Compiling heck v0.5.0 |
424 | 2025-01-28T06:54:39.445Z | Checking iana-time-zone v0.1.61 |
425 | 2025-01-28T06:54:39.515Z | Checking writeable v0.5.5 |
426 | 2025-01-28T06:54:39.584Z | Checking litemap v0.7.3 |
427 | 2025-01-28T06:54:39.680Z | Checking untrusted v0.9.0 |
428 | 2025-01-28T06:54:39.755Z | Checking tracing-core v0.1.32 |
429 | 2025-01-28T06:54:39.821Z | Compiling ucd-trie v0.1.7 |
430 | 2025-01-28T06:54:39.891Z | Checking atomic-waker v1.1.2 |
431 | 2025-01-28T06:54:39.894Z | Checking dyn-clone v1.0.17 |
432 | 2025-01-28T06:54:40.029Z | Compiling openssl-sys v0.9.103 |
433 | 2025-01-28T06:54:40.051Z | Checking http-body v1.0.1 |
434 | 2025-01-28T06:54:40.185Z | Checking subtle v2.6.1 |
435 | 2025-01-28T06:54:40.236Z | Checking try-lock v0.2.5 |
436 | 2025-01-28T06:54:40.296Z | Checking tracing v0.1.40 |
437 | 2025-01-28T06:54:40.357Z | Checking zeroize v1.8.1 |
438 | 2025-01-28T06:54:40.410Z | Checking icu_locid_transform_data v1.5.0 |
439 | 2025-01-28T06:54:40.488Z | Compiling allocator-api2 v0.2.18 |
440 | 2025-01-28T06:54:40.567Z | Checking want v0.3.1 |
441 | 2025-01-28T06:54:40.702Z | Checking icu_properties_data v1.5.0 |
442 | 2025-01-28T06:54:40.742Z | Compiling openssl v0.10.66 |
443 | 2025-01-28T06:54:41.078Z | Checking foreign-types-shared v0.1.1 |
444 | 2025-01-28T06:54:41.091Z | Checking httpdate v1.0.3 |
445 | 2025-01-28T06:54:41.094Z | Compiling uuid v1.12.0 |
446 | 2025-01-28T06:54:41.172Z | Checking foreign-types v0.3.2 |
447 | 2025-01-28T06:54:41.244Z | Compiling slog v2.7.0 |
448 | 2025-01-28T06:54:41.310Z | Checking icu_normalizer_data v1.5.0 |
449 | 2025-01-28T06:54:41.370Z | Compiling chrono v0.4.39 |
450 | 2025-01-28T06:54:41.385Z | Checking percent-encoding v2.3.1 |
451 | 2025-01-28T06:54:41.482Z | Checking write16 v1.0.0 |
452 | 2025-01-28T06:54:41.545Z | Checking utf16_iter v1.0.5 |
453 | 2025-01-28T06:54:41.556Z | Checking tower-service v0.3.3 |
454 | 2025-01-28T06:54:41.595Z | Checking bitflags v2.6.0 |
455 | 2025-01-28T06:54:41.655Z | Compiling rustls v0.23.19 |
456 | 2025-01-28T06:54:41.679Z | Checking utf8_iter v1.0.4 |
457 | 2025-01-28T06:54:41.810Z | Compiling native-tls v0.2.12 |
458 | 2025-01-28T06:54:41.892Z | Checking form_urlencoded v1.2.1 |
459 | 2025-01-28T06:54:41.939Z | Compiling aho-corasick v1.1.3 |
460 | 2025-01-28T06:54:42.061Z | Compiling regex-syntax v0.8.5 |
461 | 2025-01-28T06:54:42.706Z | Checking openssl-probe v0.1.5 |
462 | 2025-01-28T06:54:42.833Z | Compiling typenum v1.17.0 |
463 | 2025-01-28T06:54:43.456Z | Compiling generic-array v0.14.7 |
464 | 2025-01-28T06:54:43.735Z | Checking encoding_rs v0.8.34 |
465 | 2025-01-28T06:54:43.747Z | Checking mime v0.3.17 |
466 | 2025-01-28T06:54:44.217Z | Compiling synstructure v0.13.1 |
467 | 2025-01-28T06:54:45.141Z | Compiling serde_derive_internals v0.29.1 |
468 | 2025-01-28T06:54:45.335Z | Compiling regex-automata v0.4.8 |
469 | 2025-01-28T06:54:45.901Z | Checking webpki-roots v0.26.6 |
470 | 2025-01-28T06:54:46.099Z | Checking rustls-pemfile v2.2.0 |
471 | 2025-01-28T06:54:46.475Z | Compiling usdt-impl v0.5.0 |
472 | 2025-01-28T06:54:46.725Z | Compiling time-core v0.1.2 |
473 | 2025-01-28T06:54:46.793Z | Checking base64 v0.22.1 |
474 | 2025-01-28T06:54:46.889Z | Compiling num-conv v0.1.0 |
475 | 2025-01-28T06:54:47.069Z | Checking powerfmt v0.2.0 |
476 | 2025-01-28T06:54:47.111Z | Compiling time-macros v0.2.18 |
477 | 2025-01-28T06:54:47.306Z | Compiling thread-id v4.2.2 |
478 | 2025-01-28T06:54:47.320Z | Checking deranged v0.3.11 |
479 | 2025-01-28T06:54:47.855Z | Checking sync_wrapper v1.0.1 |
480 | 2025-01-28T06:54:48.344Z | Compiling strsim v0.11.1 |
481 | 2025-01-28T06:54:48.415Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-28T06:54:48.501Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-28T06:54:48.988Z | Compiling thiserror-impl v1.0.69 |
484 | 2025-01-28T06:54:49.212Z | Compiling schemars_derive v0.8.21 |
485 | 2025-01-28T06:54:49.988Z | Compiling zerofrom-derive v0.1.4 |
486 | 2025-01-28T06:54:50.204Z | Compiling tokio-macros v2.5.0 |
487 | 2025-01-28T06:54:50.219Z | Compiling yoke-derive v0.7.4 |
488 | 2025-01-28T06:54:50.287Z | Compiling zerocopy v0.7.35 |
489 | 2025-01-28T06:54:51.654Z | Checking tokio v1.43.0 |
490 | 2025-01-28T06:54:51.685Z | Compiling zerovec-derive v0.10.3 |
491 | 2025-01-28T06:54:51.907Z | Compiling displaydoc v0.2.5 |
492 | 2025-01-28T06:54:51.988Z | Compiling futures-macro v0.3.31 |
493 | 2025-01-28T06:54:52.800Z | Compiling icu_provider_macros v1.5.0 |
494 | 2025-01-28T06:54:53.136Z | Checking zerofrom v0.1.4 |
495 | 2025-01-28T06:54:53.347Z | Checking yoke v0.7.4 |
496 | 2025-01-28T06:54:53.359Z | Compiling pest v2.7.14 |
497 | 2025-01-28T06:54:53.717Z | Checking futures-util v0.3.31 |
498 | 2025-01-28T06:54:53.986Z | Compiling openssl-macros v0.1.1 |
499 | 2025-01-28T06:54:54.050Z | Checking zerovec v0.10.4 |
500 | 2025-01-28T06:54:54.063Z | Compiling hashbrown v0.14.5 |
501 | 2025-01-28T06:54:54.316Z | Checking rustls-webpki v0.102.8 |
502 | 2025-01-28T06:54:55.338Z | Compiling regress v0.10.1 |
503 | 2025-01-28T06:54:55.559Z | Checking tinystr v0.7.6 |
504 | 2025-01-28T06:54:55.863Z | Checking icu_locid v1.5.0 |
505 | 2025-01-28T06:54:56.284Z | Compiling pest_meta v2.7.14 |
506 | 2025-01-28T06:54:56.738Z | Checking icu_provider v1.5.0 |
507 | 2025-01-28T06:54:57.345Z | Checking icu_locid_transform v1.5.0 |
508 | 2025-01-28T06:54:58.170Z | Checking icu_collections v1.5.0 |
509 | 2025-01-28T06:54:58.234Z | Compiling pest_generator v2.7.14 |
510 | 2025-01-28T06:54:58.248Z | Checking tokio-util v0.7.12 |
511 | 2025-01-28T06:54:58.807Z | Checking icu_properties v1.5.1 |
512 | 2025-01-28T06:54:59.598Z | Checking indexmap v2.7.0 |
513 | 2025-01-28T06:54:59.905Z | Compiling pest_derive v2.7.14 |
514 | 2025-01-28T06:55:00.694Z | Compiling serde_tokenstream v0.2.2 |
515 | 2025-01-28T06:55:00.757Z | Checking h2 v0.4.6 |
516 | 2025-01-28T06:55:01.016Z | Checking http-body-util v0.1.2 |
517 | 2025-01-28T06:55:01.334Z | Checking tokio-native-tls v0.3.1 |
518 | 2025-01-28T06:55:02.066Z | Checking icu_normalizer v1.5.0 |
519 | 2025-01-28T06:55:02.288Z | Checking serde_urlencoded v0.7.1 |
520 | 2025-01-28T06:55:02.618Z | Compiling regex v1.11.1 |
521 | 2025-01-28T06:55:02.672Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-28T06:55:02.822Z | Checking idna_adapter v1.2.0 |
523 | 2025-01-28T06:55:02.995Z | Checking idna v1.0.3 |
524 | 2025-01-28T06:55:03.302Z | Compiling dof v0.3.0 |
525 | 2025-01-28T06:55:03.474Z | Checking url v2.5.3 |
526 | 2025-01-28T06:55:03.487Z | Compiling dtrace-parser v0.2.0 |
527 | 2025-01-28T06:55:03.537Z | Checking tokio-rustls v0.26.0 |
528 | 2025-01-28T06:55:03.895Z | Compiling typify-impl v0.2.0 |
529 | 2025-01-28T06:55:04.027Z | Checking scroll v0.12.0 |
530 | 2025-01-28T06:55:04.430Z | Compiling crossbeam-utils v0.8.20 |
531 | 2025-01-28T06:55:04.472Z | Compiling syn v1.0.109 |
532 | 2025-01-28T06:55:04.836Z | Checking hyper v1.5.2 |
533 | 2025-01-28T06:55:04.855Z | Checking num_threads v0.1.7 |
534 | 2025-01-28T06:55:04.968Z | Checking plain v0.2.3 |
535 | 2025-01-28T06:55:05.027Z | Checking ipnet v2.10.1 |
536 | 2025-01-28T06:55:05.111Z | Compiling ident_case v1.0.1 |
537 | 2025-01-28T06:55:05.154Z | Checking time v0.3.36 |
538 | 2025-01-28T06:55:05.185Z | Checking goblin v0.8.2 |
539 | 2025-01-28T06:55:05.275Z | Compiling darling_core v0.20.10 |
540 | 2025-01-28T06:55:06.766Z | Checking hyper-util v0.1.10 |
541 | 2025-01-28T06:55:06.809Z | Compiling openapiv3 v2.0.0 |
542 | 2025-01-28T06:55:08.360Z | Checking hyper-tls v0.6.0 |
543 | 2025-01-28T06:55:08.604Z | Checking hyper-rustls v0.27.3 |
544 | 2025-01-28T06:55:08.903Z | Checking reqwest v0.12.9 |
545 | 2025-01-28T06:55:09.888Z | Checking dirs-sys-next v0.1.2 |
546 | 2025-01-28T06:55:10.157Z | Compiling rustversion v1.0.17 |
547 | 2025-01-28T06:55:10.301Z | Compiling paste v1.0.15 |
548 | 2025-01-28T06:55:10.325Z | Compiling omicron-workspace-hack v0.1.0 |
549 | 2025-01-28T06:55:10.418Z | Compiling unsafe-libyaml v0.2.11 |
550 | 2025-01-28T06:55:10.437Z | Compiling newtype-uuid v1.2.1 |
551 | 2025-01-28T06:55:10.542Z | Compiling rustls v0.22.4 |
552 | 2025-01-28T06:55:10.563Z | Checking pretty-hex v0.4.1 |
553 | 2025-01-28T06:55:10.649Z | Compiling darling_macro v0.20.10 |
554 | 2025-01-28T06:55:10.829Z | Checking dirs-next v2.0.0 |
555 | 2025-01-28T06:55:10.953Z | Checking ipnetwork v0.20.0 |
556 | 2025-01-28T06:55:11.275Z | Checking serde_spanned v0.6.8 |
557 | 2025-01-28T06:55:11.290Z | Checking toml_datetime v0.6.8 |
558 | 2025-01-28T06:55:11.319Z | Checking ppv-lite86 v0.2.20 |
559 | 2025-01-28T06:55:11.464Z | Compiling structmeta-derive v0.3.0 |
560 | 2025-01-28T06:55:11.532Z | Checking crypto-common v0.1.6 |
561 | 2025-01-28T06:55:11.548Z | Checking block-buffer v0.10.4 |
562 | 2025-01-28T06:55:11.563Z | Checking rand_core v0.6.4 |
563 | 2025-01-28T06:55:11.704Z | Compiling serde_yaml v0.9.34+deprecated |
564 | 2025-01-28T06:55:11.839Z | Checking thread_local v1.1.8 |
565 | 2025-01-28T06:55:11.854Z | Compiling multer v3.1.0 |
566 | 2025-01-28T06:55:12.001Z | Compiling slog-async v2.8.0 |
567 | 2025-01-28T06:55:12.099Z | Compiling anyhow v1.0.95 |
568 | 2025-01-28T06:55:12.151Z | Compiling camino v1.1.9 |
569 | 2025-01-28T06:55:12.176Z | Checking either v1.13.0 |
570 | 2025-01-28T06:55:12.472Z | Checking winnow v0.6.20 |
571 | 2025-01-28T06:55:12.537Z | Compiling thiserror v2.0.11 |
572 | 2025-01-28T06:55:12.642Z | Checking match_cfg v0.1.0 |
573 | 2025-01-28T06:55:12.728Z | Checking hostname v0.3.1 |
574 | 2025-01-28T06:55:12.857Z | Checking itertools v0.10.5 |
575 | 2025-01-28T06:55:13.290Z | Checking rand_chacha v0.3.1 |
576 | 2025-01-28T06:55:13.664Z | Checking digest v0.10.7 |
577 | 2025-01-28T06:55:13.856Z | Compiling structmeta v0.3.0 |
578 | 2025-01-28T06:55:13.979Z | Compiling darling v0.20.10 |
579 | 2025-01-28T06:55:13.992Z | Checking crossbeam-channel v0.5.13 |
580 | 2025-01-28T06:55:14.085Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
581 | 2025-01-28T06:55:14.209Z | Checking term v0.7.0 |
582 | 2025-01-28T06:55:14.935Z | Checking progenitor-client v0.8.0 |
583 | 2025-01-28T06:55:15.124Z | Checking toml_edit v0.22.22 |
584 | 2025-01-28T06:55:15.141Z | Checking slog-json v2.6.1 |
585 | 2025-01-28T06:55:15.233Z | Compiling usdt-macro v0.5.0 |
586 | 2025-01-28T06:55:15.401Z | Compiling usdt-attr-macro v0.5.0 |
587 | 2025-01-28T06:55:15.588Z | Compiling typify-macro v0.2.0 |
588 | 2025-01-28T06:55:15.638Z | Checking futures-executor v0.3.31 |
589 | 2025-01-28T06:55:15.703Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
590 | 2025-01-28T06:55:15.821Z | Compiling async-stream-impl v0.3.6 |
591 | 2025-01-28T06:55:15.852Z | Compiling thiserror-impl v2.0.11 |
592 | 2025-01-28T06:55:16.438Z | Checking is-terminal v0.4.13 |
593 | 2025-01-28T06:55:16.552Z | Checking memmap v0.7.0 |
594 | 2025-01-28T06:55:16.757Z | Compiling dropshot v0.15.1 |
595 | 2025-01-28T06:55:16.807Z | Checking cpufeatures v0.2.14 |
596 | 2025-01-28T06:55:16.810Z | Checking take_mut v0.2.2 |
597 | 2025-01-28T06:55:16.898Z | Checking sha1 v0.10.6 |
598 | 2025-01-28T06:55:17.059Z | Checking async-stream v0.3.6 |
599 | 2025-01-28T06:55:17.147Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
600 | 2025-01-28T06:55:17.167Z | Checking usdt v0.5.0 |
601 | 2025-01-28T06:55:17.243Z | Checking slog-term v2.9.1 |
602 | 2025-01-28T06:55:17.261Z | Checking futures v0.3.31 |
603 | 2025-01-28T06:55:17.362Z | Compiling strum_macros v0.26.4 |
604 | 2025-01-28T06:55:17.404Z | Checking slog-bunyan v2.5.0 |
605 | 2025-01-28T06:55:17.552Z | Checking toml v0.8.19 |
606 | 2025-01-28T06:55:17.565Z | Compiling parse-display-derive v0.10.0 |
607 | 2025-01-28T06:55:17.667Z | Checking tokio-rustls v0.25.0 |
608 | 2025-01-28T06:55:17.692Z | Compiling serde_with_macros v3.11.0 |
609 | 2025-01-28T06:55:17.732Z | Checking rand v0.8.5 |
610 | 2025-01-28T06:55:18.689Z | Compiling dropshot_endpoint v0.15.1 |
611 | 2025-01-28T06:55:18.856Z | Checking serde_path_to_error v0.1.16 |
612 | 2025-01-28T06:55:18.902Z | Compiling typify v0.2.0 |
613 | 2025-01-28T06:55:18.902Z | Checking hex v0.4.3 |
614 | 2025-01-28T06:55:18.947Z | Compiling progenitor-impl v0.8.0 |
615 | 2025-01-28T06:55:19.331Z | Compiling async-trait v0.1.85 |
616 | 2025-01-28T06:55:19.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
617 | 2025-01-28T06:55:20.058Z | Checking waitgroup v0.1.2 |
618 | 2025-01-28T06:55:20.184Z | Checking hostname v0.4.0 |
619 | 2025-01-28T06:55:20.197Z | Checking instant v0.1.13 |
620 | 2025-01-28T06:55:20.301Z | Checking debug-ignore v1.0.5 |
621 | 2025-01-28T06:55:20.316Z | Checking backoff v0.4.0 |
622 | 2025-01-28T06:55:20.441Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
623 | 2025-01-28T06:55:20.585Z | Checking serde_with v3.11.0 |
624 | 2025-01-28T06:55:20.599Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
625 | 2025-01-28T06:55:20.750Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
626 | 2025-01-28T06:55:20.809Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
627 | 2025-01-28T06:55:21.085Z | Checking parse-display v0.10.0 |
628 | 2025-01-28T06:55:21.232Z | Checking progenitor-client v0.9.1 |
629 | 2025-01-28T06:55:21.306Z | Checking regress v0.9.1 |
630 | 2025-01-28T06:55:21.377Z | Checking strum v0.26.3 |
631 | 2025-01-28T06:55:21.456Z | Checking macaddr v1.0.1 |
632 | 2025-01-28T06:55:22.402Z | Compiling progenitor-macro v0.8.0 |
633 | 2025-01-28T06:55:25.948Z | Checking progenitor v0.8.0 |
634 | 2025-01-28T06:55:26.054Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
635 | 2025-01-28T06:55:28.683Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
636 | 2025-01-28T06:55:35.537Z | Checking test-project v0.1.0 (/tmp/test-project) |
637 | 2025-01-28T06:55:35.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
638 | 2025-01-28T06:55:35.728Z | + cargo build --release |
639 | 2025-01-28T06:55:35.981Z | Compiling proc-macro2 v1.0.92 |
640 | 2025-01-28T06:55:35.984Z | Compiling unicode-ident v1.0.14 |
641 | 2025-01-28T06:55:35.984Z | Compiling libc v0.2.169 |
642 | 2025-01-28T06:55:35.984Z | Compiling cfg-if v1.0.0 |
643 | 2025-01-28T06:55:35.984Z | Compiling autocfg v1.4.0 |
644 | 2025-01-28T06:55:35.984Z | Compiling serde v1.0.217 |
645 | 2025-01-28T06:55:35.984Z | Compiling version_check v0.9.5 |
646 | 2025-01-28T06:55:36.027Z | Compiling memchr v2.7.4 |
647 | 2025-01-28T06:55:36.114Z | Compiling serde_json v1.0.135 |
648 | 2025-01-28T06:55:36.173Z | Compiling itoa v1.0.11 |
649 | 2025-01-28T06:55:36.437Z | Compiling thiserror v1.0.69 |
650 | 2025-01-28T06:55:36.573Z | Compiling once_cell v1.20.2 |
651 | 2025-01-28T06:55:36.581Z | Compiling shlex v1.3.0 |
652 | 2025-01-28T06:55:36.873Z | Compiling cc v1.1.30 |
653 | 2025-01-28T06:55:36.961Z | Compiling num-traits v0.2.19 |
654 | 2025-01-28T06:55:37.004Z | Compiling pin-project-lite v0.2.14 |
655 | 2025-01-28T06:55:37.293Z | Compiling getrandom v0.2.15 |
656 | 2025-01-28T06:55:37.357Z | Compiling smallvec v1.13.2 |
657 | 2025-01-28T06:55:37.432Z | Compiling ryu v1.0.18 |
658 | 2025-01-28T06:55:37.599Z | Compiling bytes v1.9.0 |
659 | 2025-01-28T06:55:37.602Z | Compiling futures-core v0.3.31 |
660 | 2025-01-28T06:55:37.637Z | Compiling quote v1.0.38 |
661 | 2025-01-28T06:55:37.801Z | Compiling lock_api v0.4.12 |
662 | 2025-01-28T06:55:38.009Z | Compiling syn v2.0.96 |
663 | 2025-01-28T06:55:38.055Z | Compiling schemars v0.8.21 |
664 | 2025-01-28T06:55:38.136Z | Compiling parking_lot_core v0.9.10 |
665 | 2025-01-28T06:55:38.173Z | Compiling ahash v0.8.11 |
666 | 2025-01-28T06:55:38.416Z | Compiling scopeguard v1.2.0 |
667 | 2025-01-28T06:55:38.537Z | Compiling byteorder v1.5.0 |
668 | 2025-01-28T06:55:38.555Z | Compiling slab v0.4.9 |
669 | 2025-01-28T06:55:38.584Z | Compiling futures-sink v0.3.31 |
670 | 2025-01-28T06:55:38.919Z | Compiling log v0.4.22 |
671 | 2025-01-28T06:55:38.964Z | Compiling parking_lot v0.12.3 |
672 | 2025-01-28T06:55:39.058Z | Compiling signal-hook-registry v1.4.2 |
673 | 2025-01-28T06:55:39.233Z | Compiling mio v1.0.2 |
674 | 2025-01-28T06:55:39.330Z | Compiling socket2 v0.5.7 |
675 | 2025-01-28T06:55:39.343Z | Compiling stable_deref_trait v1.2.0 |
676 | 2025-01-28T06:55:39.440Z | Compiling equivalent v1.0.1 |
677 | 2025-01-28T06:55:39.477Z | Compiling ring v0.17.8 |
678 | 2025-01-28T06:55:39.577Z | Compiling fnv v1.0.7 |
679 | 2025-01-28T06:55:39.673Z | Compiling semver v1.0.24 |
680 | 2025-01-28T06:55:39.707Z | Compiling hashbrown v0.15.1 |
681 | 2025-01-28T06:55:40.151Z | Compiling http v1.2.0 |
682 | 2025-01-28T06:55:40.572Z | Compiling futures-channel v0.3.31 |
683 | 2025-01-28T06:55:40.820Z | Compiling pin-utils v0.1.0 |
684 | 2025-01-28T06:55:40.921Z | Compiling futures-task v0.3.31 |
685 | 2025-01-28T06:55:40.938Z | Compiling futures-io v0.3.31 |
686 | 2025-01-28T06:55:41.011Z | Compiling pkg-config v0.3.31 |
687 | 2025-01-28T06:55:41.061Z | Compiling vcpkg v0.2.15 |
688 | 2025-01-28T06:55:41.161Z | Compiling rustls-pki-types v1.10.0 |
689 | 2025-01-28T06:55:41.223Z | Compiling spin v0.9.8 |
690 | 2025-01-28T06:55:41.457Z | Compiling iana-time-zone v0.1.61 |
691 | 2025-01-28T06:55:42.037Z | Compiling httparse v1.9.5 |
692 | 2025-01-28T06:55:42.131Z | Compiling writeable v0.5.5 |
693 | 2025-01-28T06:55:42.501Z | Compiling openssl-sys v0.9.103 |
694 | 2025-01-28T06:55:42.662Z | Compiling untrusted v0.9.0 |
695 | 2025-01-28T06:55:42.851Z | Compiling heck v0.5.0 |
696 | 2025-01-28T06:55:42.919Z | Compiling litemap v0.7.3 |
697 | 2025-01-28T06:55:43.257Z | Compiling tracing-core v0.1.32 |
698 | 2025-01-28T06:55:43.338Z | Compiling atomic-waker v1.1.2 |
699 | 2025-01-28T06:55:43.431Z | Compiling dyn-clone v1.0.17 |
700 | 2025-01-28T06:55:43.532Z | Compiling ucd-trie v0.1.7 |
701 | 2025-01-28T06:55:43.628Z | Compiling http-body v1.0.1 |
702 | 2025-01-28T06:55:43.954Z | Compiling tracing v0.1.40 |
703 | 2025-01-28T06:55:44.193Z | Compiling zeroize v1.8.1 |
704 | 2025-01-28T06:55:44.470Z | Compiling try-lock v0.2.5 |
705 | 2025-01-28T06:55:44.526Z | Compiling icu_locid_transform_data v1.5.0 |
706 | 2025-01-28T06:55:44.614Z | Compiling subtle v2.6.1 |
707 | 2025-01-28T06:55:44.622Z | Compiling allocator-api2 v0.2.18 |
708 | 2025-01-28T06:55:44.630Z | Compiling want v0.3.1 |
709 | 2025-01-28T06:55:44.867Z | Compiling foreign-types-shared v0.1.1 |
710 | 2025-01-28T06:55:44.978Z | Compiling synstructure v0.13.1 |
711 | 2025-01-28T06:55:45.009Z | Compiling serde_derive_internals v0.29.1 |
712 | 2025-01-28T06:55:45.047Z | Compiling chrono v0.4.39 |
713 | 2025-01-28T06:55:45.308Z | Compiling icu_properties_data v1.5.0 |
714 | 2025-01-28T06:55:45.548Z | Compiling openssl v0.10.66 |
715 | 2025-01-28T06:55:45.602Z | Compiling httpdate v1.0.3 |
716 | 2025-01-28T06:55:45.976Z | Compiling uuid v1.12.0 |
717 | 2025-01-28T06:55:46.313Z | Compiling foreign-types v0.3.2 |
718 | 2025-01-28T06:55:46.544Z | Compiling bitflags v2.6.0 |
719 | 2025-01-28T06:55:46.831Z | Compiling slog v2.7.0 |
720 | 2025-01-28T06:55:46.893Z | Compiling write16 v1.0.0 |
721 | 2025-01-28T06:55:47.024Z | Compiling percent-encoding v2.3.1 |
722 | 2025-01-28T06:55:47.175Z | Compiling utf16_iter v1.0.5 |
723 | 2025-01-28T06:55:47.391Z | Compiling tower-service v0.3.3 |
724 | 2025-01-28T06:55:47.476Z | Compiling rustls v0.23.19 |
725 | 2025-01-28T06:55:47.523Z | Compiling native-tls v0.2.12 |
726 | 2025-01-28T06:55:47.623Z | Compiling utf8_iter v1.0.4 |
727 | 2025-01-28T06:55:47.632Z | Compiling icu_normalizer_data v1.5.0 |
728 | 2025-01-28T06:55:48.116Z | Compiling form_urlencoded v1.2.1 |
729 | 2025-01-28T06:55:48.128Z | Compiling aho-corasick v1.1.3 |
730 | 2025-01-28T06:55:48.128Z | Compiling typenum v1.17.0 |
731 | 2025-01-28T06:55:48.263Z | Compiling openssl-probe v0.1.5 |
732 | 2025-01-28T06:55:48.759Z | Compiling regex-syntax v0.8.5 |
733 | 2025-01-28T06:55:49.136Z | Compiling generic-array v0.14.7 |
734 | 2025-01-28T06:55:49.356Z | Compiling serde_derive v1.0.217 |
735 | 2025-01-28T06:55:49.468Z | Compiling zerocopy-derive v0.7.35 |
736 | 2025-01-28T06:55:49.631Z | Compiling thiserror-impl v1.0.69 |
737 | 2025-01-28T06:55:49.819Z | Compiling schemars_derive v0.8.21 |
738 | 2025-01-28T06:55:50.389Z | Compiling zerofrom-derive v0.1.4 |
739 | 2025-01-28T06:55:51.365Z | Compiling zerocopy v0.7.35 |
740 | 2025-01-28T06:55:52.423Z | Compiling yoke-derive v0.7.4 |
741 | 2025-01-28T06:55:52.652Z | Compiling tokio-macros v2.5.0 |
742 | 2025-01-28T06:55:52.682Z | Compiling zerovec-derive v0.10.3 |
743 | 2025-01-28T06:55:52.993Z | Compiling futures-macro v0.3.31 |
744 | 2025-01-28T06:55:53.584Z | Compiling zerofrom v0.1.4 |
745 | 2025-01-28T06:55:53.804Z | Compiling displaydoc v0.2.5 |
746 | 2025-01-28T06:55:54.094Z | Compiling tokio v1.43.0 |
747 | 2025-01-28T06:55:54.796Z | Compiling futures-util v0.3.31 |
748 | 2025-01-28T06:55:54.837Z | Compiling yoke v0.7.4 |
749 | 2025-01-28T06:55:54.986Z | Compiling icu_provider_macros v1.5.0 |
750 | 2025-01-28T06:55:55.166Z | Compiling zerovec v0.10.4 |
751 | 2025-01-28T06:55:55.670Z | Compiling pest v2.7.14 |
752 | 2025-01-28T06:55:56.116Z | Compiling rustls-webpki v0.102.8 |
753 | 2025-01-28T06:55:58.541Z | Compiling tinystr v0.7.6 |
754 | 2025-01-28T06:55:58.939Z | Compiling icu_locid v1.5.0 |
755 | 2025-01-28T06:56:00.775Z | Compiling icu_provider v1.5.0 |
756 | 2025-01-28T06:56:00.942Z | Compiling pest_meta v2.7.14 |
757 | 2025-01-28T06:56:01.578Z | Compiling icu_locid_transform v1.5.0 |
758 | 2025-01-28T06:56:02.908Z | Compiling indexmap v2.7.0 |
759 | 2025-01-28T06:56:04.493Z | Compiling serde_tokenstream v0.2.2 |
760 | 2025-01-28T06:56:05.894Z | Compiling tokio-util v0.7.12 |
761 | 2025-01-28T06:56:06.263Z | Compiling icu_collections v1.5.0 |
762 | 2025-01-28T06:56:06.306Z | Compiling hashbrown v0.14.5 |
763 | 2025-01-28T06:56:07.262Z | Compiling h2 v0.4.6 |
764 | 2025-01-28T06:56:08.008Z | Compiling regress v0.10.1 |
765 | 2025-01-28T06:56:08.030Z | Compiling icu_properties v1.5.1 |
766 | 2025-01-28T06:56:11.824Z | Compiling pest_generator v2.7.14 |
767 | 2025-01-28T06:56:12.462Z | Compiling hyper v1.5.2 |
768 | 2025-01-28T06:56:13.265Z | Compiling openssl-macros v0.1.1 |
769 | 2025-01-28T06:56:13.500Z | Compiling pest_derive v2.7.14 |
770 | 2025-01-28T06:56:14.219Z | Compiling icu_normalizer v1.5.0 |
771 | 2025-01-28T06:56:14.336Z | Compiling typify-impl v0.2.0 |
772 | 2025-01-28T06:56:19.240Z | Compiling hyper-util v0.1.10 |
773 | 2025-01-28T06:56:23.813Z | Compiling idna_adapter v1.2.0 |
774 | 2025-01-28T06:56:23.954Z | Compiling http-body-util v0.1.2 |
775 | 2025-01-28T06:56:24.015Z | Compiling regex-automata v0.4.8 |
776 | 2025-01-28T06:56:24.462Z | Compiling encoding_rs v0.8.34 |
777 | 2025-01-28T06:56:24.533Z | Compiling typify-macro v0.2.0 |
778 | 2025-01-28T06:56:25.064Z | Compiling mime v0.3.17 |
779 | 2025-01-28T06:56:26.078Z | Compiling idna v1.0.3 |
780 | 2025-01-28T06:56:27.423Z | Compiling tokio-rustls v0.26.0 |
781 | 2025-01-28T06:56:27.488Z | Compiling tokio-native-tls v0.3.1 |
782 | 2025-01-28T06:56:27.776Z | Compiling serde_urlencoded v0.7.1 |
783 | 2025-01-28T06:56:27.895Z | Compiling regex v1.11.1 |
784 | 2025-01-28T06:56:28.345Z | Compiling scroll_derive v0.12.0 |
785 | 2025-01-28T06:56:29.442Z | Compiling webpki-roots v0.26.6 |
786 | 2025-01-28T06:56:29.645Z | Compiling rustls-pemfile v2.2.0 |
787 | 2025-01-28T06:56:30.086Z | Compiling usdt-impl v0.5.0 |
788 | 2025-01-28T06:56:30.466Z | Compiling time-core v0.1.2 |
789 | 2025-01-28T06:56:30.509Z | Compiling powerfmt v0.2.0 |
790 | 2025-01-28T06:56:30.630Z | Compiling base64 v0.22.1 |
791 | 2025-01-28T06:56:30.981Z | Compiling num-conv v0.1.0 |
792 | 2025-01-28T06:56:31.237Z | Compiling time-macros v0.2.18 |
793 | 2025-01-28T06:56:31.727Z | Compiling deranged v0.3.11 |
794 | 2025-01-28T06:56:33.138Z | Compiling scroll v0.12.0 |
795 | 2025-01-28T06:56:33.329Z | Compiling hyper-rustls v0.27.3 |
796 | 2025-01-28T06:56:33.730Z | Compiling thread-id v4.2.2 |
797 | 2025-01-28T06:56:33.836Z | Compiling hyper-tls v0.6.0 |
798 | 2025-01-28T06:56:34.005Z | Compiling url v2.5.3 |
799 | 2025-01-28T06:56:35.519Z | Compiling dtrace-parser v0.2.0 |
800 | 2025-01-28T06:56:37.079Z | Compiling dof v0.3.0 |
801 | 2025-01-28T06:56:37.872Z | Compiling sync_wrapper v1.0.1 |
802 | 2025-01-28T06:56:38.021Z | Compiling ipnet v2.10.1 |
803 | 2025-01-28T06:56:39.711Z | Compiling num_threads v0.1.7 |
804 | 2025-01-28T06:56:41.036Z | Compiling omicron-workspace-hack v0.1.0 |
805 | 2025-01-28T06:56:41.348Z | Compiling crossbeam-utils v0.8.20 |
806 | 2025-01-28T06:56:41.879Z | Compiling syn v1.0.109 |
807 | 2025-01-28T06:56:42.688Z | Compiling plain v0.2.3 |
808 | 2025-01-28T06:56:42.755Z | Compiling ident_case v1.0.1 |
809 | 2025-01-28T06:56:42.853Z | Compiling strsim v0.11.1 |
810 | 2025-01-28T06:56:42.923Z | Compiling goblin v0.8.2 |
811 | 2025-01-28T06:56:43.356Z | Compiling darling_core v0.20.10 |
812 | 2025-01-28T06:56:43.456Z | Compiling time v0.3.36 |
813 | 2025-01-28T06:56:52.457Z | Compiling reqwest v0.12.9 |
814 | 2025-01-28T06:56:53.273Z | Compiling typify v0.2.0 |
815 | 2025-01-28T06:56:53.390Z | Compiling openapiv3 v2.0.0 |
816 | 2025-01-28T06:56:53.834Z | Compiling dirs-sys-next v0.1.2 |
817 | 2025-01-28T06:56:55.269Z | Compiling newtype-uuid v1.2.1 |
818 | 2025-01-28T06:56:55.594Z | Compiling rustls v0.22.4 |
819 | 2025-01-28T06:56:55.911Z | Compiling unsafe-libyaml v0.2.11 |
820 | 2025-01-28T06:56:57.183Z | Compiling paste v1.0.15 |
821 | 2025-01-28T06:56:57.563Z | Compiling pretty-hex v0.4.1 |
822 | 2025-01-28T06:56:57.666Z | Compiling rustversion v1.0.17 |
823 | 2025-01-28T06:56:58.401Z | Compiling serde_yaml v0.9.34+deprecated |
824 | 2025-01-28T06:56:59.752Z | Compiling progenitor-impl v0.8.0 |
825 | 2025-01-28T06:57:01.858Z | Compiling dirs-next v2.0.0 |
826 | 2025-01-28T06:57:03.879Z | Compiling darling_macro v0.20.10 |
827 | 2025-01-28T06:57:04.869Z | Compiling crypto-common v0.1.6 |
828 | 2025-01-28T06:57:05.083Z | Compiling block-buffer v0.10.4 |
829 | 2025-01-28T06:57:05.312Z | Compiling ipnetwork v0.20.0 |
830 | 2025-01-28T06:57:05.497Z | Compiling toml_datetime v0.6.8 |
831 | 2025-01-28T06:57:05.625Z | Compiling serde_spanned v0.6.8 |
832 | 2025-01-28T06:57:05.864Z | Compiling ppv-lite86 v0.2.20 |
833 | 2025-01-28T06:57:06.145Z | Compiling structmeta-derive v0.3.0 |
834 | 2025-01-28T06:57:06.406Z | Compiling rand_core v0.6.4 |
835 | 2025-01-28T06:57:06.799Z | Compiling thread_local v1.1.8 |
836 | 2025-01-28T06:57:06.852Z | Compiling multer v3.1.0 |
837 | 2025-01-28T06:57:07.187Z | Compiling winnow v0.6.20 |
838 | 2025-01-28T06:57:07.474Z | Compiling match_cfg v0.1.0 |
839 | 2025-01-28T06:57:07.565Z | Compiling camino v1.1.9 |
840 | 2025-01-28T06:57:08.126Z | Compiling either v1.13.0 |
841 | 2025-01-28T06:57:08.329Z | Compiling anyhow v1.0.95 |
842 | 2025-01-28T06:57:08.551Z | Compiling thiserror v2.0.11 |
843 | 2025-01-28T06:57:08.631Z | Compiling slog-async v2.8.0 |
844 | 2025-01-28T06:57:09.071Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
845 | 2025-01-28T06:57:09.148Z | Compiling structmeta v0.3.0 |
846 | 2025-01-28T06:57:09.257Z | Compiling itertools v0.10.5 |
847 | 2025-01-28T06:57:09.483Z | Compiling hostname v0.3.1 |
848 | 2025-01-28T06:57:09.729Z | Compiling rand_chacha v0.3.1 |
849 | 2025-01-28T06:57:10.207Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
850 | 2025-01-28T06:57:10.273Z | Compiling progenitor-macro v0.8.0 |
851 | 2025-01-28T06:57:11.269Z | Compiling toml_edit v0.22.22 |
852 | 2025-01-28T06:57:11.384Z | Compiling digest v0.10.7 |
853 | 2025-01-28T06:57:11.780Z | Compiling darling v0.20.10 |
854 | 2025-01-28T06:57:11.882Z | Compiling crossbeam-channel v0.5.13 |
855 | 2025-01-28T06:57:13.396Z | Compiling term v0.7.0 |
856 | 2025-01-28T06:57:20.062Z | Compiling progenitor-client v0.8.0 |
857 | 2025-01-28T06:57:20.348Z | Compiling usdt-macro v0.5.0 |
858 | 2025-01-28T06:57:20.938Z | Compiling usdt-attr-macro v0.5.0 |
859 | 2025-01-28T06:57:21.287Z | Compiling slog-json v2.6.1 |
860 | 2025-01-28T06:57:21.614Z | Compiling futures-executor v0.3.31 |
861 | 2025-01-28T06:57:21.772Z | Compiling async-stream-impl v0.3.6 |
862 | 2025-01-28T06:57:22.317Z | Compiling thiserror-impl v2.0.11 |
863 | 2025-01-28T06:57:22.875Z | Compiling memmap v0.7.0 |
864 | 2025-01-28T06:57:23.045Z | Compiling is-terminal v0.4.13 |
865 | 2025-01-28T06:57:23.115Z | Compiling dropshot v0.15.1 |
866 | 2025-01-28T06:57:23.167Z | Compiling cpufeatures v0.2.14 |
867 | 2025-01-28T06:57:23.264Z | Compiling take_mut v0.2.2 |
868 | 2025-01-28T06:57:23.513Z | Compiling sha1 v0.10.6 |
869 | 2025-01-28T06:57:24.315Z | Compiling slog-term v2.9.1 |
870 | 2025-01-28T06:57:25.361Z | Compiling async-stream v0.3.6 |
871 | 2025-01-28T06:57:25.703Z | Compiling usdt v0.5.0 |
872 | 2025-01-28T06:57:26.717Z | Compiling futures v0.3.31 |
873 | 2025-01-28T06:57:26.912Z | Compiling slog-bunyan v2.5.0 |
874 | 2025-01-28T06:57:27.072Z | Compiling progenitor v0.8.0 |
875 | 2025-01-28T06:57:27.157Z | Compiling strum_macros v0.26.4 |
876 | 2025-01-28T06:57:27.179Z | Compiling tokio-rustls v0.25.0 |
877 | 2025-01-28T06:57:27.255Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
878 | 2025-01-28T06:57:27.583Z | Compiling toml v0.8.19 |
879 | 2025-01-28T06:57:28.918Z | Compiling serde_with_macros v3.11.0 |
880 | 2025-01-28T06:57:31.342Z | Compiling rand v0.8.5 |
881 | 2025-01-28T06:57:34.067Z | Compiling parse-display-derive v0.10.0 |
882 | 2025-01-28T06:57:34.354Z | Compiling dropshot_endpoint v0.15.1 |
883 | 2025-01-28T06:57:34.370Z | Compiling hex v0.4.3 |
884 | 2025-01-28T06:57:34.745Z | Compiling serde_path_to_error v0.1.16 |
885 | 2025-01-28T06:57:34.989Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
886 | 2025-01-28T06:57:35.700Z | Compiling async-trait v0.1.85 |
887 | 2025-01-28T06:57:35.708Z | Compiling waitgroup v0.1.2 |
888 | 2025-01-28T06:57:35.776Z | Compiling hostname v0.4.0 |
889 | 2025-01-28T06:57:35.935Z | Compiling instant v0.1.13 |
890 | 2025-01-28T06:57:36.035Z | Compiling debug-ignore v1.0.5 |
891 | 2025-01-28T06:57:36.086Z | Compiling backoff v0.4.0 |
892 | 2025-01-28T06:57:36.188Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
893 | 2025-01-28T06:57:36.394Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
894 | 2025-01-28T06:57:36.407Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
895 | 2025-01-28T06:57:36.661Z | Compiling serde_with v3.11.0 |
896 | 2025-01-28T06:57:37.667Z | Compiling parse-display v0.10.0 |
897 | 2025-01-28T06:57:37.940Z | Compiling strum v0.26.3 |
898 | 2025-01-28T06:57:38.120Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
899 | 2025-01-28T06:57:38.807Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
900 | 2025-01-28T06:57:39.605Z | Compiling progenitor-client v0.9.1 |
901 | 2025-01-28T06:57:39.639Z | Compiling regress v0.9.1 |
902 | 2025-01-28T06:57:40.290Z | Compiling macaddr v1.0.1 |
903 | 2025-01-28T06:57:44.574Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
904 | 2025-01-28T06:57:55.417Z | Compiling test-project v0.1.0 (/tmp/test-project) |
905 | 2025-01-28T06:58:05.197Z | Finished `release` profile [optimized] target(s) in 2m 29s |
906 | 2025-01-28T06:58:05.264Z | process exited: duration 216987 ms, exit code 0 |
|
907 | 2025-01-28T06:58:05.273Z | found 0 output files |