|
|
|
1 | 2025-01-17T05:42:44.876Z | job assigned to worker 01JHSCGC0F197WX3TSA0M13HSP [factory aws, i-02444ea805745ee05] (queued for 6 m 16 s) |
|
2 | 2025-01-17T05:42:52.964Z | starting task 0: "setup" |
3 | 2025-01-17T05:42:52.973Z | ++ uname -s |
4 | 2025-01-17T05:42:52.976Z | + kern=SunOS |
5 | 2025-01-17T05:42:52.976Z | + case "$kern" in |
6 | 2025-01-17T05:42:52.976Z | + groupadd -g 12345 build |
7 | 2025-01-17T05:42:52.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T05:42:54.974Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T05:42:55.056Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T05:42:55.467Z | + home_fs=zfs |
11 | 2025-01-17T05:42:55.467Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T05:42:55.467Z | + mkdir -p /home/build |
13 | 2025-01-17T05:42:55.470Z | + chown build:build /home/build /work |
14 | 2025-01-17T05:42:57.051Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T05:42:57.055Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2025-01-17T05:42:57.060Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T05:42:57.066Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T05:42:57.066Z | ' 1.84.0 |
19 | 2025-01-17T05:42:57.066Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T05:42:57.066Z | * toolchain channel = "1.84.0" |
21 | 2025-01-17T05:42:57.066Z | ' default |
22 | 2025-01-17T05:42:57.066Z | * toolchain profile = "default" |
23 | 2025-01-17T05:42:57.068Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T05:42:57.068Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T05:42:57.189Z | info: downloading installer |
26 | 2025-01-17T05:42:58.831Z | info: profile set to 'default' |
27 | 2025-01-17T05:42:58.831Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T05:42:58.834Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T05:42:58.986Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T05:42:58.986Z | info: downloading component 'cargo' |
31 | 2025-01-17T05:42:59.861Z | info: downloading component 'clippy' |
32 | 2025-01-17T05:43:00.207Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T05:43:01.446Z | info: downloading component 'rust-std' |
34 | 2025-01-17T05:43:03.219Z | info: downloading component 'rustc' |
35 | 2025-01-17T05:43:09.980Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T05:43:10.638Z | info: installing component 'cargo' |
37 | 2025-01-17T05:43:11.058Z | info: installing component 'clippy' |
38 | 2025-01-17T05:43:11.434Z | info: installing component 'rust-docs' |
39 | 2025-01-17T05:43:13.112Z | info: installing component 'rust-std' |
40 | 2025-01-17T05:43:14.815Z | info: installing component 'rustc' |
41 | 2025-01-17T05:43:20.743Z | info: installing component 'rustfmt' |
42 | 2025-01-17T05:43:21.077Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T05:43:21.077Z | |
44 | 2025-01-17T05:43:21.468Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T05:43:21.468Z | |
46 | 2025-01-17T05:43:21.472Z | |
47 | 2025-01-17T05:43:21.472Z | Rust is installed now. Great! |
48 | 2025-01-17T05:43:21.472Z | |
49 | 2025-01-17T05:43:21.472Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T05:43:21.472Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T05:43:21.472Z | |
52 | 2025-01-17T05:43:21.472Z | To configure your current shell, you need to source |
53 | 2025-01-17T05:43:21.472Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T05:43:21.472Z | |
55 | 2025-01-17T05:43:21.472Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T05:43:21.472Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T05:43:21.472Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T05:43:21.548Z | + rustc --version |
59 | 2025-01-17T05:43:21.613Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T05:43:21.616Z | process exited: duration 24694 ms, exit code 0 |
|
61 | 2025-01-17T05:43:21.622Z | starting task 2: "authentication" |
62 | 2025-01-17T05:43:21.642Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T05:43:21.653Z | starting task 3: "clone repository" |
64 | 2025-01-17T05:43:21.656Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T05:43:21.659Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T05:43:22.956Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T05:43:31.096Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T05:43:31.096Z | + git fetch origin 358f4662a350868d1538b10d7534b806883f82a1 |
69 | 2025-01-17T05:43:31.435Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T05:43:31.435Z | * branch 358f4662a350868d1538b10d7534b806883f82a1 -> FETCH_HEAD |
71 | 2025-01-17T05:43:31.442Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2025-01-17T05:43:31.445Z | ++ git branch --show-current |
73 | 2025-01-17T05:43:31.450Z | + current=main |
74 | 2025-01-17T05:43:31.450Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2025-01-17T05:43:31.450Z | + git branch -f renovate/test-strategy-0.x 358f4662a350868d1538b10d7534b806883f82a1 |
76 | 2025-01-17T05:43:31.453Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2025-01-17T05:43:31.627Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2025-01-17T05:43:31.630Z | + git reset --hard 358f4662a350868d1538b10d7534b806883f82a1 |
79 | 2025-01-17T05:43:31.643Z | HEAD is now at 358f4662a Update Rust crate test-strategy to 0.4.0 |
80 | 2025-01-17T05:43:31.646Z | process exited: duration 10050 ms, exit code 0 |
|
81 | 2025-01-17T05:43:31.651Z | starting task 4: "build" |
82 | 2025-01-17T05:43:31.656Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T05:43:31.656Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T05:43:31.656Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T05:43:31.659Z | + cargo --version |
86 | 2025-01-17T05:43:31.717Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T05:43:31.719Z | + rustc --version |
88 | 2025-01-17T05:43:31.780Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T05:43:31.782Z | + cd /tmp |
90 | 2025-01-17T05:43:31.784Z | + cargo new --lib test-project |
91 | 2025-01-17T05:43:31.842Z | Creating library `test-project` package |
92 | 2025-01-17T05:43:31.920Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-17T05:43:31.922Z | + cd test-project |
94 | 2025-01-17T05:43:31.922Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-17T05:43:31.982Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-17T05:43:31.985Z | Features: |
97 | 2025-01-17T05:43:31.985Z | - proptest |
98 | 2025-01-17T05:43:31.985Z | - test-strategy |
99 | 2025-01-17T05:43:31.985Z | - testing |
100 | 2025-01-17T05:43:31.985Z | Updating crates.io index |
101 | 2025-01-17T05:43:32.072Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-17T05:43:32.509Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-17T05:43:33.076Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-17T05:43:33.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-17T05:43:33.847Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-17T05:43:35.296Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-17T05:43:35.489Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-17T05:43:35.491Z | + cargo check |
109 | 2025-01-17T05:43:35.635Z | Updating crates.io index |
110 | 2025-01-17T05:43:36.515Z | Locking 1 package to latest compatible version |
111 | 2025-01-17T05:43:36.515Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-17T05:43:36.538Z | Downloading crates ... |
113 | 2025-01-17T05:43:36.632Z | Downloaded equivalent v1.0.1 |
114 | 2025-01-17T05:43:36.636Z | Downloaded darling_macro v0.20.10 |
115 | 2025-01-17T05:43:36.642Z | Downloaded instant v0.1.13 |
116 | 2025-01-17T05:43:36.645Z | Downloaded http-body v1.0.1 |
117 | 2025-01-17T05:43:36.645Z | Downloaded dtrace-parser v0.2.0 |
118 | 2025-01-17T05:43:36.652Z | Downloaded foreign-types v0.3.2 |
119 | 2025-01-17T05:43:36.656Z | Downloaded match_cfg v0.1.0 |
120 | 2025-01-17T05:43:36.659Z | Downloaded tokio-native-tls v0.3.1 |
121 | 2025-01-17T05:43:36.666Z | Downloaded cpufeatures v0.2.14 |
122 | 2025-01-17T05:43:36.669Z | Downloaded tokio-rustls v0.25.0 |
123 | 2025-01-17T05:43:36.672Z | Downloaded either v1.13.0 |
124 | 2025-01-17T05:43:36.676Z | Downloaded async-stream-impl v0.3.6 |
125 | 2025-01-17T05:43:36.676Z | Downloaded async-stream v0.3.6 |
126 | 2025-01-17T05:43:36.679Z | Downloaded debug-ignore v1.0.5 |
127 | 2025-01-17T05:43:36.679Z | Downloaded usdt-attr-macro v0.5.0 |
128 | 2025-01-17T05:43:36.679Z | Downloaded crypto-common v0.1.6 |
129 | 2025-01-17T05:43:36.681Z | Downloaded tinyvec_macros v0.1.1 |
130 | 2025-01-17T05:43:36.681Z | Downloaded num_threads v0.1.7 |
131 | 2025-01-17T05:43:36.686Z | Downloaded ident_case v1.0.1 |
132 | 2025-01-17T05:43:36.689Z | Downloaded foreign-types-shared v0.1.1 |
133 | 2025-01-17T05:43:36.689Z | Downloaded heck v0.5.0 |
134 | 2025-01-17T05:43:36.689Z | Downloaded futures-io v0.3.31 |
135 | 2025-01-17T05:43:36.692Z | Downloaded time-core v0.1.2 |
136 | 2025-01-17T05:43:36.692Z | Downloaded try-lock v0.2.5 |
137 | 2025-01-17T05:43:36.692Z | Downloaded omicron-workspace-hack v0.1.0 |
138 | 2025-01-17T05:43:36.695Z | Downloaded dyn-clone v1.0.17 |
139 | 2025-01-17T05:43:36.695Z | Downloaded zerofrom v0.1.4 |
140 | 2025-01-17T05:43:36.698Z | Downloaded tokio-rustls v0.26.0 |
141 | 2025-01-17T05:43:36.698Z | Downloaded hyper-tls v0.6.0 |
142 | 2025-01-17T05:43:36.701Z | Downloaded progenitor-client v0.9.1 |
143 | 2025-01-17T05:43:36.701Z | Downloaded openssl-macros v0.1.1 |
144 | 2025-01-17T05:43:36.704Z | Downloaded openssl-probe v0.1.5 |
145 | 2025-01-17T05:43:36.704Z | Downloaded utf16_iter v1.0.5 |
146 | 2025-01-17T05:43:36.704Z | Downloaded usdt-macro v0.5.0 |
147 | 2025-01-17T05:43:36.707Z | Downloaded hostname v0.3.1 |
148 | 2025-01-17T05:43:36.707Z | Downloaded tower-service v0.3.3 |
149 | 2025-01-17T05:43:36.710Z | Downloaded futures-task v0.3.31 |
150 | 2025-01-17T05:43:36.710Z | Downloaded hex v0.4.3 |
151 | 2025-01-17T05:43:36.714Z | Downloaded dirs-sys-next v0.1.2 |
152 | 2025-01-17T05:43:36.714Z | Downloaded want v0.3.1 |
153 | 2025-01-17T05:43:36.714Z | Downloaded waitgroup v0.1.2 |
154 | 2025-01-17T05:43:36.717Z | Downloaded icu_provider_macros v1.5.0 |
155 | 2025-01-17T05:43:36.717Z | Downloaded futures-sink v0.3.31 |
156 | 2025-01-17T05:43:36.717Z | Downloaded cfg-if v1.0.0 |
157 | 2025-01-17T05:43:36.720Z | Downloaded httpdate v1.0.3 |
158 | 2025-01-17T05:43:36.720Z | Downloaded num-conv v0.1.0 |
159 | 2025-01-17T05:43:36.722Z | Downloaded is-terminal v0.4.13 |
160 | 2025-01-17T05:43:36.722Z | Downloaded progenitor-client v0.8.0 |
161 | 2025-01-17T05:43:36.725Z | Downloaded hostname v0.4.0 |
162 | 2025-01-17T05:43:36.725Z | Downloaded generic-array v0.14.7 |
163 | 2025-01-17T05:43:36.727Z | Downloaded yoke-derive v0.7.4 |
164 | 2025-01-17T05:43:36.727Z | Downloaded dof v0.3.0 |
165 | 2025-01-17T05:43:36.732Z | Downloaded displaydoc v0.2.5 |
166 | 2025-01-17T05:43:36.735Z | Downloaded pretty-hex v0.4.1 |
167 | 2025-01-17T05:43:36.735Z | Downloaded untrusted v0.9.0 |
168 | 2025-01-17T05:43:36.735Z | Downloaded httparse v1.9.5 |
169 | 2025-01-17T05:43:36.738Z | Downloaded tokio-macros v2.5.0 |
170 | 2025-01-17T05:43:36.740Z | Downloaded http-body-util v0.1.2 |
171 | 2025-01-17T05:43:36.740Z | Downloaded ppv-lite86 v0.2.20 |
172 | 2025-01-17T05:43:36.743Z | Downloaded fnv v1.0.7 |
173 | 2025-01-17T05:43:36.743Z | Downloaded atomic-waker v1.1.2 |
174 | 2025-01-17T05:43:36.745Z | Downloaded typify-macro v0.2.0 |
175 | 2025-01-17T05:43:36.745Z | Downloaded thread_local v1.1.8 |
176 | 2025-01-17T05:43:36.748Z | Downloaded take_mut v0.2.2 |
177 | 2025-01-17T05:43:36.748Z | Downloaded digest v0.10.7 |
178 | 2025-01-17T05:43:36.750Z | Downloaded futures-macro v0.3.31 |
179 | 2025-01-17T05:43:36.750Z | Downloaded block-buffer v0.10.4 |
180 | 2025-01-17T05:43:36.755Z | Downloaded parse-display v0.10.0 |
181 | 2025-01-17T05:43:36.759Z | Downloaded pin-utils v0.1.0 |
182 | 2025-01-17T05:43:36.760Z | Downloaded futures-core v0.3.31 |
183 | 2025-01-17T05:43:36.760Z | Downloaded utf8_iter v1.0.4 |
184 | 2025-01-17T05:43:36.760Z | Downloaded hyper-rustls v0.27.3 |
185 | 2025-01-17T05:43:36.762Z | Downloaded idna_adapter v1.2.0 |
186 | 2025-01-17T05:43:36.762Z | Downloaded futures-executor v0.3.31 |
187 | 2025-01-17T05:43:36.765Z | Downloaded toml_datetime v0.6.8 |
188 | 2025-01-17T05:43:36.765Z | Downloaded zeroize v1.8.1 |
189 | 2025-01-17T05:43:36.767Z | Downloaded writeable v0.5.5 |
190 | 2025-01-17T05:43:36.767Z | Downloaded icu_locid_transform v1.5.0 |
191 | 2025-01-17T05:43:36.770Z | Downloaded futures-channel v0.3.31 |
192 | 2025-01-17T05:43:36.773Z | Downloaded plain v0.2.3 |
193 | 2025-01-17T05:43:36.776Z | Downloaded pest_generator v2.7.14 |
194 | 2025-01-17T05:43:36.776Z | Downloaded zerovec-derive v0.10.3 |
195 | 2025-01-17T05:43:36.776Z | Downloaded sync_wrapper v1.0.1 |
196 | 2025-01-17T05:43:36.778Z | Downloaded tinystr v0.7.6 |
197 | 2025-01-17T05:43:36.782Z | Downloaded newtype-uuid v1.2.1 |
198 | 2025-01-17T05:43:36.782Z | Downloaded write16 v1.0.0 |
199 | 2025-01-17T05:43:36.782Z | Downloaded percent-encoding v2.3.1 |
200 | 2025-01-17T05:43:36.785Z | Downloaded usdt v0.5.0 |
201 | 2025-01-17T05:43:36.785Z | Downloaded bitflags v2.6.0 |
202 | 2025-01-17T05:43:36.787Z | Downloaded parse-display-derive v0.10.0 |
203 | 2025-01-17T05:43:36.790Z | Downloaded ipnetwork v0.20.0 |
204 | 2025-01-17T05:43:36.790Z | Downloaded serde_path_to_error v0.1.16 |
205 | 2025-01-17T05:43:36.792Z | Downloaded paste v1.0.15 |
206 | 2025-01-17T05:43:36.795Z | Downloaded backoff v0.4.0 |
207 | 2025-01-17T05:43:36.797Z | Downloaded mime v0.3.17 |
208 | 2025-01-17T05:43:36.800Z | Downloaded crossbeam-utils v0.8.20 |
209 | 2025-01-17T05:43:36.802Z | Downloaded form_urlencoded v1.2.1 |
210 | 2025-01-17T05:43:36.803Z | Downloaded dirs-next v2.0.0 |
211 | 2025-01-17T05:43:36.803Z | Downloaded deranged v0.3.11 |
212 | 2025-01-17T05:43:36.805Z | Downloaded zerofrom-derive v0.1.4 |
213 | 2025-01-17T05:43:36.805Z | Downloaded ipnet v2.10.1 |
214 | 2025-01-17T05:43:36.808Z | Downloaded macaddr v1.0.1 |
215 | 2025-01-17T05:43:36.808Z | Downloaded iana-time-zone v0.1.61 |
216 | 2025-01-17T05:43:36.810Z | Downloaded synstructure v0.13.1 |
217 | 2025-01-17T05:43:36.813Z | Downloaded progenitor v0.8.0 |
218 | 2025-01-17T05:43:36.813Z | Downloaded pkg-config v0.3.31 |
219 | 2025-01-17T05:43:36.815Z | Downloaded usdt-impl v0.5.0 |
220 | 2025-01-17T05:43:36.818Z | Downloaded typify v0.2.0 |
221 | 2025-01-17T05:43:36.821Z | Downloaded version_check v0.9.5 |
222 | 2025-01-17T05:43:36.821Z | Downloaded getrandom v0.2.15 |
223 | 2025-01-17T05:43:36.825Z | Downloaded powerfmt v0.2.0 |
224 | 2025-01-17T05:43:36.828Z | Downloaded zerocopy-derive v0.7.35 |
225 | 2025-01-17T05:43:36.831Z | Downloaded futures v0.3.31 |
226 | 2025-01-17T05:43:36.834Z | Downloaded strum v0.26.3 |
227 | 2025-01-17T05:43:36.836Z | Downloaded darling v0.20.10 |
228 | 2025-01-17T05:43:36.839Z | Downloaded scroll_derive v0.12.0 |
229 | 2025-01-17T05:43:36.839Z | Downloaded itoa v1.0.11 |
230 | 2025-01-17T05:43:36.843Z | Downloaded dropshot_endpoint v0.15.1 |
231 | 2025-01-17T05:43:36.845Z | Downloaded async-trait v0.1.83 |
232 | 2025-01-17T05:43:36.845Z | Downloaded structmeta v0.3.0 |
233 | 2025-01-17T05:43:36.851Z | Downloaded sha1 v0.10.6 |
234 | 2025-01-17T05:43:36.851Z | Downloaded rand_chacha v0.3.1 |
235 | 2025-01-17T05:43:36.856Z | Downloaded progenitor-macro v0.8.0 |
236 | 2025-01-17T05:43:36.856Z | Downloaded native-tls v0.2.12 |
237 | 2025-01-17T05:43:36.856Z | Downloaded time-macros v0.2.18 |
238 | 2025-01-17T05:43:36.856Z | Downloaded pest_derive v2.7.14 |
239 | 2025-01-17T05:43:36.858Z | Downloaded pin-project-lite v0.2.14 |
240 | 2025-01-17T05:43:36.861Z | Downloaded quote v1.0.38 |
241 | 2025-01-17T05:43:36.863Z | Downloaded semver v1.0.24 |
242 | 2025-01-17T05:43:36.866Z | Downloaded parking_lot_core v0.9.10 |
243 | 2025-01-17T05:43:36.869Z | Downloaded multer v3.1.0 |
244 | 2025-01-17T05:43:36.873Z | Downloaded icu_provider v1.5.0 |
245 | 2025-01-17T05:43:36.873Z | Downloaded once_cell v1.20.2 |
246 | 2025-01-17T05:43:36.875Z | Downloaded icu_normalizer v1.5.0 |
247 | 2025-01-17T05:43:36.879Z | Downloaded serde_tokenstream v0.2.2 |
248 | 2025-01-17T05:43:36.883Z | Downloaded rustversion v1.0.17 |
249 | 2025-01-17T05:43:36.883Z | Downloaded thiserror-impl v2.0.11 |
250 | 2025-01-17T05:43:36.887Z | Downloaded parking_lot v0.12.3 |
251 | 2025-01-17T05:43:36.887Z | Downloaded progenitor-impl v0.8.0 |
252 | 2025-01-17T05:43:36.890Z | Downloaded rand_core v0.6.4 |
253 | 2025-01-17T05:43:36.890Z | Downloaded thread-id v4.2.2 |
254 | 2025-01-17T05:43:36.890Z | Downloaded indexmap v1.9.3 |
255 | 2025-01-17T05:43:36.893Z | Downloaded thiserror v1.0.69 |
256 | 2025-01-17T05:43:36.897Z | Downloaded icu_properties v1.5.1 |
257 | 2025-01-17T05:43:36.900Z | Downloaded scopeguard v1.2.0 |
258 | 2025-01-17T05:43:36.903Z | Downloaded bytes v1.9.0 |
259 | 2025-01-17T05:43:36.906Z | Downloaded structmeta-derive v0.3.0 |
260 | 2025-01-17T05:43:36.906Z | Downloaded num-traits v0.2.19 |
261 | 2025-01-17T05:43:36.908Z | Downloaded tinyvec v1.8.0 |
262 | 2025-01-17T05:43:36.911Z | Downloaded toml v0.8.19 |
263 | 2025-01-17T05:43:36.913Z | Downloaded strsim v0.11.1 |
264 | 2025-01-17T05:43:36.916Z | Downloaded uuid v1.11.0 |
265 | 2025-01-17T05:43:36.918Z | Downloaded tracing-core v0.1.32 |
266 | 2025-01-17T05:43:36.921Z | Downloaded hyper-util v0.1.10 |
267 | 2025-01-17T05:43:36.924Z | Downloaded stable_deref_trait v1.2.0 |
268 | 2025-01-17T05:43:36.926Z | Downloaded anyhow v1.0.93 |
269 | 2025-01-17T05:43:36.929Z | Downloaded rustc-hash v2.0.0 |
270 | 2025-01-17T05:43:36.932Z | Downloaded slog-bunyan v2.5.0 |
271 | 2025-01-17T05:43:36.932Z | Downloaded subtle v2.6.1 |
272 | 2025-01-17T05:43:36.932Z | Downloaded shlex v1.3.0 |
273 | 2025-01-17T05:43:36.936Z | Downloaded slog-term v2.9.1 |
274 | 2025-01-17T05:43:36.936Z | Downloaded serde_derive_internals v0.29.1 |
275 | 2025-01-17T05:43:36.941Z | Downloaded pest_meta v2.7.14 |
276 | 2025-01-17T05:43:36.941Z | Downloaded icu_collections v1.5.0 |
277 | 2025-01-17T05:43:36.944Z | Downloaded icu_normalizer_data v1.5.0 |
278 | 2025-01-17T05:43:36.947Z | Downloaded scroll v0.12.0 |
279 | 2025-01-17T05:43:36.949Z | Downloaded serde_with_macros v3.11.0 |
280 | 2025-01-17T05:43:36.952Z | Downloaded thiserror-impl v1.0.69 |
281 | 2025-01-17T05:43:36.952Z | Downloaded sha2 v0.10.8 |
282 | 2025-01-17T05:43:36.955Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2025-01-17T05:43:36.957Z | Downloaded http v1.2.0 |
284 | 2025-01-17T05:43:36.960Z | Downloaded slog v2.7.0 |
285 | 2025-01-17T05:43:36.962Z | Downloaded term v0.7.0 |
286 | 2025-01-17T05:43:36.966Z | Downloaded cc v1.1.30 |
287 | 2025-01-17T05:43:36.969Z | Downloaded spin v0.9.8 |
288 | 2025-01-17T05:43:36.971Z | Downloaded indexmap v2.7.0 |
289 | 2025-01-17T05:43:36.974Z | Downloaded url v2.5.3 |
290 | 2025-01-17T05:43:36.977Z | Downloaded schemars v0.8.21 |
291 | 2025-01-17T05:43:36.988Z | Downloaded hashbrown v0.12.3 |
292 | 2025-01-17T05:43:36.992Z | Downloaded quinn v0.11.5 |
293 | 2025-01-17T05:43:36.996Z | Downloaded rustls-pki-types v1.10.0 |
294 | 2025-01-17T05:43:36.999Z | Downloaded socket2 v0.5.7 |
295 | 2025-01-17T05:43:37.001Z | Downloaded strum_macros v0.26.4 |
296 | 2025-01-17T05:43:37.004Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2025-01-17T05:43:37.006Z | Downloaded ryu v1.0.18 |
298 | 2025-01-17T05:43:37.009Z | Downloaded tracing v0.1.40 |
299 | 2025-01-17T05:43:37.013Z | Downloaded openssl-sys v0.9.103 |
300 | 2025-01-17T05:43:37.017Z | Downloaded serde_derive v1.0.217 |
301 | 2025-01-17T05:43:37.020Z | Downloaded serde v1.0.217 |
302 | 2025-01-17T05:43:37.024Z | Downloaded memchr v2.7.4 |
303 | 2025-01-17T05:43:37.028Z | Downloaded mio v1.0.2 |
304 | 2025-01-17T05:43:37.033Z | Downloaded smallvec v1.13.2 |
305 | 2025-01-17T05:43:37.038Z | Downloaded rand v0.8.5 |
306 | 2025-01-17T05:43:37.042Z | Downloaded toml_edit v0.22.22 |
307 | 2025-01-17T05:43:37.059Z | Downloaded itertools v0.10.5 |
308 | 2025-01-17T05:43:37.065Z | Downloaded time v0.3.36 |
309 | 2025-01-17T05:43:37.072Z | Downloaded tokio-util v0.7.12 |
310 | 2025-01-17T05:43:37.078Z | Downloaded idna v1.0.3 |
311 | 2025-01-17T05:43:37.082Z | Downloaded pest v2.7.14 |
312 | 2025-01-17T05:43:37.087Z | Downloaded hashbrown v0.14.5 |
313 | 2025-01-17T05:43:37.092Z | Downloaded zerovec v0.10.4 |
314 | 2025-01-17T05:43:37.098Z | Downloaded h2 v0.4.6 |
315 | 2025-01-17T05:43:37.104Z | Downloaded zerocopy v0.7.35 |
316 | 2025-01-17T05:43:37.119Z | Downloaded hyper v1.5.2 |
317 | 2025-01-17T05:43:37.130Z | Downloaded winnow v0.6.20 |
318 | 2025-01-17T05:43:37.135Z | Downloaded quinn-proto v0.11.8 |
319 | 2025-01-17T05:43:37.146Z | Downloaded serde_with v3.11.0 |
320 | 2025-01-17T05:43:37.148Z | Downloaded serde_json v1.0.135 |
321 | 2025-01-17T05:43:37.158Z | Downloaded futures-util v0.3.31 |
322 | 2025-01-17T05:43:37.166Z | Downloaded reqwest v0.12.9 |
323 | 2025-01-17T05:43:37.173Z | Downloaded icu_properties_data v1.5.0 |
324 | 2025-01-17T05:43:37.182Z | Downloaded rustls-webpki v0.102.8 |
325 | 2025-01-17T05:43:37.199Z | Downloaded openssl v0.10.66 |
326 | 2025-01-17T05:43:37.209Z | Downloaded syn v1.0.109 |
327 | 2025-01-17T05:43:37.217Z | Downloaded regex v1.11.1 |
328 | 2025-01-17T05:43:37.229Z | Downloaded regress v0.9.1 |
329 | 2025-01-17T05:43:37.237Z | Downloaded syn v2.0.96 |
330 | 2025-01-17T05:43:37.247Z | Downloaded regex-syntax v0.8.5 |
331 | 2025-01-17T05:43:37.254Z | Downloaded dropshot v0.15.1 |
332 | 2025-01-17T05:43:37.274Z | Downloaded openapiv3 v2.0.0 |
333 | 2025-01-17T05:43:37.284Z | Downloaded rustls v0.23.19 |
334 | 2025-01-17T05:43:37.294Z | Downloaded rustls v0.22.4 |
335 | 2025-01-17T05:43:37.306Z | Downloaded typify-impl v0.2.0 |
336 | 2025-01-17T05:43:37.319Z | Downloaded regress v0.10.1 |
337 | 2025-01-17T05:43:37.326Z | Downloaded chrono v0.4.38 |
338 | 2025-01-17T05:43:37.334Z | Downloaded webpki-roots v0.26.6 |
339 | 2025-01-17T05:43:37.337Z | Downloaded vcpkg v0.2.15 |
340 | 2025-01-17T05:43:37.370Z | Downloaded goblin v0.8.2 |
341 | 2025-01-17T05:43:37.376Z | Downloaded hashbrown v0.15.1 |
342 | 2025-01-17T05:43:37.381Z | Downloaded allocator-api2 v0.2.18 |
343 | 2025-01-17T05:43:37.385Z | Downloaded rustls-pemfile v2.2.0 |
344 | 2025-01-17T05:43:37.387Z | Downloaded thiserror v2.0.11 |
345 | 2025-01-17T05:43:37.390Z | Downloaded proc-macro2 v1.0.92 |
346 | 2025-01-17T05:43:37.392Z | Downloaded crossbeam-channel v0.5.13 |
347 | 2025-01-17T05:43:37.397Z | Downloaded log v0.4.22 |
348 | 2025-01-17T05:43:37.399Z | Downloaded icu_locid v1.5.0 |
349 | 2025-01-17T05:43:37.405Z | Downloaded unicode-ident v1.0.14 |
350 | 2025-01-17T05:43:37.408Z | Downloaded regex-automata v0.4.8 |
351 | 2025-01-17T05:43:37.424Z | Downloaded base64 v0.22.1 |
352 | 2025-01-17T05:43:37.430Z | Downloaded slog-json v2.6.1 |
353 | 2025-01-17T05:43:37.432Z | Downloaded signal-hook-registry v1.4.2 |
354 | 2025-01-17T05:43:37.435Z | Downloaded aho-corasick v1.1.3 |
355 | 2025-01-17T05:43:37.442Z | Downloaded tokio v1.43.0 |
356 | 2025-01-17T05:43:37.485Z | Downloaded ucd-trie v0.1.7 |
357 | 2025-01-17T05:43:37.488Z | Downloaded typenum v1.17.0 |
358 | 2025-01-17T05:43:37.488Z | Downloaded libc v0.2.169 |
359 | 2025-01-17T05:43:37.509Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2025-01-17T05:43:37.512Z | Downloaded serde_spanned v0.6.8 |
361 | 2025-01-17T05:43:37.512Z | Downloaded slog-async v2.8.0 |
362 | 2025-01-17T05:43:37.514Z | Downloaded slab v0.4.9 |
363 | 2025-01-17T05:43:37.514Z | Downloaded schemars_derive v0.8.21 |
364 | 2025-01-17T05:43:37.517Z | Downloaded quinn-udp v0.5.5 |
365 | 2025-01-17T05:43:37.517Z | Downloaded lock_api v0.4.12 |
366 | 2025-01-17T05:43:37.520Z | Downloaded memmap v0.7.0 |
367 | 2025-01-17T05:43:37.520Z | Downloaded yoke v0.7.4 |
368 | 2025-01-17T05:43:37.523Z | Downloaded icu_locid_transform_data v1.5.0 |
369 | 2025-01-17T05:43:37.523Z | Downloaded darling_core v0.20.10 |
370 | 2025-01-17T05:43:37.526Z | Downloaded litemap v0.7.3 |
371 | 2025-01-17T05:43:37.529Z | Downloaded ahash v0.8.11 |
372 | 2025-01-17T05:43:37.532Z | Downloaded camino v1.1.9 |
373 | 2025-01-17T05:43:37.534Z | Downloaded byteorder v1.5.0 |
374 | 2025-01-17T05:43:37.534Z | Downloaded autocfg v1.4.0 |
375 | 2025-01-17T05:43:37.593Z | Downloaded encoding_rs v0.8.34 |
376 | 2025-01-17T05:43:37.801Z | Downloaded ring v0.17.8 |
377 | 2025-01-17T05:43:37.998Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-17T05:43:37.998Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-17T05:43:38.001Z | Compiling libc v0.2.169 |
380 | 2025-01-17T05:43:38.001Z | Checking cfg-if v1.0.0 |
381 | 2025-01-17T05:43:38.001Z | Compiling autocfg v1.4.0 |
382 | 2025-01-17T05:43:38.024Z | Compiling serde v1.0.217 |
383 | 2025-01-17T05:43:38.029Z | Compiling version_check v0.9.5 |
384 | 2025-01-17T05:43:38.029Z | Checking memchr v2.7.4 |
385 | 2025-01-17T05:43:38.152Z | Checking itoa v1.0.11 |
386 | 2025-01-17T05:43:38.225Z | Compiling serde_json v1.0.135 |
387 | 2025-01-17T05:43:38.608Z | Compiling thiserror v1.0.69 |
388 | 2025-01-17T05:43:38.726Z | Checking once_cell v1.20.2 |
389 | 2025-01-17T05:43:38.785Z | Compiling shlex v1.3.0 |
390 | 2025-01-17T05:43:39.047Z | Compiling cc v1.1.30 |
391 | 2025-01-17T05:43:39.416Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-17T05:43:39.513Z | Compiling num-traits v0.2.19 |
393 | 2025-01-17T05:43:39.858Z | Checking ryu v1.0.18 |
394 | 2025-01-17T05:43:39.920Z | Checking smallvec v1.13.2 |
395 | 2025-01-17T05:43:40.064Z | Checking bytes v1.9.0 |
396 | 2025-01-17T05:43:40.190Z | Checking futures-core v0.3.31 |
397 | 2025-01-17T05:43:40.205Z | Compiling lock_api v0.4.12 |
398 | 2025-01-17T05:43:40.324Z | Compiling parking_lot_core v0.9.10 |
399 | 2025-01-17T05:43:40.364Z | Compiling schemars v0.8.21 |
400 | 2025-01-17T05:43:40.469Z | Compiling byteorder v1.5.0 |
401 | 2025-01-17T05:43:40.503Z | Checking getrandom v0.2.15 |
402 | 2025-01-17T05:43:40.703Z | Checking scopeguard v1.2.0 |
403 | 2025-01-17T05:43:40.733Z | Compiling slab v0.4.9 |
404 | 2025-01-17T05:43:40.778Z | Compiling ahash v0.8.11 |
405 | 2025-01-17T05:43:40.906Z | Checking futures-sink v0.3.31 |
406 | 2025-01-17T05:43:40.993Z | Compiling quote v1.0.38 |
407 | 2025-01-17T05:43:41.071Z | Checking log v0.4.22 |
408 | 2025-01-17T05:43:41.183Z | Checking signal-hook-registry v1.4.2 |
409 | 2025-01-17T05:43:41.197Z | Checking parking_lot v0.12.3 |
410 | 2025-01-17T05:43:41.219Z | Checking mio v1.0.2 |
411 | 2025-01-17T05:43:41.311Z | Checking socket2 v0.5.7 |
412 | 2025-01-17T05:43:41.323Z | Checking stable_deref_trait v1.2.0 |
413 | 2025-01-17T05:43:41.426Z | Compiling syn v2.0.96 |
414 | 2025-01-17T05:43:41.439Z | Compiling ring v0.17.8 |
415 | 2025-01-17T05:43:41.531Z | Checking fnv v1.0.7 |
416 | 2025-01-17T05:43:41.538Z | Checking hashbrown v0.15.1 |
417 | 2025-01-17T05:43:41.570Z | Checking equivalent v1.0.1 |
418 | 2025-01-17T05:43:41.645Z | Checking http v1.2.0 |
419 | 2025-01-17T05:43:41.672Z | Checking futures-channel v0.3.31 |
420 | 2025-01-17T05:43:41.693Z | Checking pin-utils v0.1.0 |
421 | 2025-01-17T05:43:41.753Z | Checking futures-task v0.3.31 |
422 | 2025-01-17T05:43:41.774Z | Checking futures-io v0.3.31 |
423 | 2025-01-17T05:43:41.777Z | Compiling semver v1.0.24 |
424 | 2025-01-17T05:43:41.944Z | Compiling pkg-config v0.3.31 |
425 | 2025-01-17T05:43:41.965Z | Compiling vcpkg v0.2.15 |
426 | 2025-01-17T05:43:41.991Z | Checking spin v0.9.8 |
427 | 2025-01-17T05:43:42.203Z | Checking rustls-pki-types v1.10.0 |
428 | 2025-01-17T05:43:42.504Z | Checking iana-time-zone v0.1.61 |
429 | 2025-01-17T05:43:42.647Z | Checking writeable v0.5.5 |
430 | 2025-01-17T05:43:42.733Z | Compiling httparse v1.9.5 |
431 | 2025-01-17T05:43:42.852Z | Compiling heck v0.5.0 |
432 | 2025-01-17T05:43:42.966Z | Checking litemap v0.7.3 |
433 | 2025-01-17T05:43:42.976Z | Checking untrusted v0.9.0 |
434 | 2025-01-17T05:43:43.136Z | Checking tracing-core v0.1.32 |
435 | 2025-01-17T05:43:43.252Z | Checking atomic-waker v1.1.2 |
436 | 2025-01-17T05:43:43.265Z | Compiling openssl-sys v0.9.103 |
437 | 2025-01-17T05:43:43.292Z | Compiling ucd-trie v0.1.7 |
438 | 2025-01-17T05:43:43.431Z | Checking dyn-clone v1.0.17 |
439 | 2025-01-17T05:43:43.579Z | Checking http-body v1.0.1 |
440 | 2025-01-17T05:43:43.710Z | Checking tracing v0.1.40 |
441 | 2025-01-17T05:43:43.728Z | Checking icu_locid_transform_data v1.5.0 |
442 | 2025-01-17T05:43:43.762Z | Checking subtle v2.6.1 |
443 | 2025-01-17T05:43:43.814Z | Compiling allocator-api2 v0.2.18 |
444 | 2025-01-17T05:43:43.881Z | Checking zeroize v1.8.1 |
445 | 2025-01-17T05:43:43.957Z | Checking try-lock v0.2.5 |
446 | 2025-01-17T05:43:44.087Z | Checking want v0.3.1 |
447 | 2025-01-17T05:43:44.089Z | Compiling uuid v1.11.0 |
448 | 2025-01-17T05:43:44.400Z | Checking httpdate v1.0.3 |
449 | 2025-01-17T05:43:44.554Z | Checking foreign-types-shared v0.1.1 |
450 | 2025-01-17T05:43:44.568Z | Compiling openssl v0.10.66 |
451 | 2025-01-17T05:43:44.607Z | Checking icu_properties_data v1.5.0 |
452 | 2025-01-17T05:43:44.662Z | Checking foreign-types v0.3.2 |
453 | 2025-01-17T05:43:44.728Z | Checking bitflags v2.6.0 |
454 | 2025-01-17T05:43:44.843Z | Compiling chrono v0.4.38 |
455 | 2025-01-17T05:43:44.918Z | Compiling rustls v0.23.19 |
456 | 2025-01-17T05:43:44.920Z | Compiling native-tls v0.2.12 |
457 | 2025-01-17T05:43:44.942Z | Checking icu_normalizer_data v1.5.0 |
458 | 2025-01-17T05:43:44.994Z | Checking utf8_iter v1.0.4 |
459 | 2025-01-17T05:43:45.021Z | Checking write16 v1.0.0 |
460 | 2025-01-17T05:43:45.129Z | Checking utf16_iter v1.0.5 |
461 | 2025-01-17T05:43:45.171Z | Compiling slog v2.7.0 |
462 | 2025-01-17T05:43:45.222Z | Checking tower-service v0.3.3 |
463 | 2025-01-17T05:43:45.257Z | Checking percent-encoding v2.3.1 |
464 | 2025-01-17T05:43:45.462Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-17T05:43:45.595Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-17T05:43:45.683Z | Compiling typenum v1.17.0 |
467 | 2025-01-17T05:43:46.025Z | Compiling regex-syntax v0.8.5 |
468 | 2025-01-17T05:43:46.209Z | Checking openssl-probe v0.1.5 |
469 | 2025-01-17T05:43:46.511Z | Compiling generic-array v0.14.7 |
470 | 2025-01-17T05:43:46.616Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-17T05:43:46.871Z | Checking mime v0.3.17 |
472 | 2025-01-17T05:43:47.939Z | Checking webpki-roots v0.26.6 |
473 | 2025-01-17T05:43:48.065Z | Compiling synstructure v0.13.1 |
474 | 2025-01-17T05:43:48.109Z | Compiling serde_derive_internals v0.29.1 |
475 | 2025-01-17T05:43:48.795Z | Checking rustls-pemfile v2.2.0 |
476 | 2025-01-17T05:43:49.494Z | Compiling usdt-impl v0.5.0 |
477 | 2025-01-17T05:43:49.630Z | Compiling regex-automata v0.4.8 |
478 | 2025-01-17T05:43:49.758Z | Compiling num-conv v0.1.0 |
479 | 2025-01-17T05:43:49.957Z | Compiling time-core v0.1.2 |
480 | 2025-01-17T05:43:50.029Z | Checking base64 v0.22.1 |
481 | 2025-01-17T05:43:50.122Z | Checking powerfmt v0.2.0 |
482 | 2025-01-17T05:43:50.373Z | Checking deranged v0.3.11 |
483 | 2025-01-17T05:43:50.459Z | Compiling time-macros v0.2.18 |
484 | 2025-01-17T05:43:50.910Z | Compiling thread-id v4.2.2 |
485 | 2025-01-17T05:43:51.462Z | Checking sync_wrapper v1.0.1 |
486 | 2025-01-17T05:43:51.603Z | Checking num_threads v0.1.7 |
487 | 2025-01-17T05:43:51.680Z | Compiling ident_case v1.0.1 |
488 | 2025-01-17T05:43:51.713Z | Checking plain v0.2.3 |
489 | 2025-01-17T05:43:52.011Z | Checking ipnet v2.10.1 |
490 | 2025-01-17T05:43:52.345Z | Compiling serde_derive v1.0.217 |
491 | 2025-01-17T05:43:52.364Z | Compiling zerocopy-derive v0.7.35 |
492 | 2025-01-17T05:43:52.460Z | Compiling thiserror-impl v1.0.69 |
493 | 2025-01-17T05:43:52.484Z | Compiling zerofrom-derive v0.1.4 |
494 | 2025-01-17T05:43:53.048Z | Compiling schemars_derive v0.8.21 |
495 | 2025-01-17T05:43:53.077Z | Compiling tokio-macros v2.5.0 |
496 | 2025-01-17T05:43:53.427Z | Compiling yoke-derive v0.7.4 |
497 | 2025-01-17T05:43:54.177Z | Compiling zerocopy v0.7.35 |
498 | 2025-01-17T05:43:55.255Z | Checking tokio v1.43.0 |
499 | 2025-01-17T05:43:55.552Z | Compiling zerovec-derive v0.10.3 |
500 | 2025-01-17T05:43:55.629Z | Compiling futures-macro v0.3.31 |
501 | 2025-01-17T05:43:55.642Z | Checking zerofrom v0.1.4 |
502 | 2025-01-17T05:43:55.852Z | Compiling displaydoc v0.2.5 |
503 | 2025-01-17T05:43:55.858Z | Checking yoke v0.7.4 |
504 | 2025-01-17T05:43:55.877Z | Compiling icu_provider_macros v1.5.0 |
505 | 2025-01-17T05:43:56.401Z | Compiling pest v2.7.14 |
506 | 2025-01-17T05:43:56.757Z | Checking rustls-webpki v0.102.8 |
507 | 2025-01-17T05:43:56.963Z | Compiling hashbrown v0.14.5 |
508 | 2025-01-17T05:43:57.305Z | Compiling openssl-macros v0.1.1 |
509 | 2025-01-17T05:43:57.372Z | Checking futures-util v0.3.31 |
510 | 2025-01-17T05:43:57.906Z | Checking zerovec v0.10.4 |
511 | 2025-01-17T05:43:58.095Z | Compiling regress v0.10.1 |
512 | 2025-01-17T05:43:59.450Z | Checking tinystr v0.7.6 |
513 | 2025-01-17T05:43:59.787Z | Checking icu_locid v1.5.0 |
514 | 2025-01-17T05:44:00.761Z | Checking icu_provider v1.5.0 |
515 | 2025-01-17T05:44:01.377Z | Checking icu_locid_transform v1.5.0 |
516 | 2025-01-17T05:44:01.682Z | Checking tokio-util v0.7.12 |
517 | 2025-01-17T05:44:01.762Z | Checking icu_collections v1.5.0 |
518 | 2025-01-17T05:44:02.388Z | Compiling pest_meta v2.7.14 |
519 | 2025-01-17T05:44:02.443Z | Checking icu_properties v1.5.1 |
520 | 2025-01-17T05:44:02.464Z | Checking http-body-util v0.1.2 |
521 | 2025-01-17T05:44:02.689Z | Compiling regex v1.11.1 |
522 | 2025-01-17T05:44:02.880Z | Compiling scroll_derive v0.12.0 |
523 | 2025-01-17T05:44:03.292Z | Checking tokio-rustls v0.26.0 |
524 | 2025-01-17T05:44:03.426Z | Checking tokio-native-tls v0.3.1 |
525 | 2025-01-17T05:44:03.672Z | Compiling crossbeam-utils v0.8.20 |
526 | 2025-01-17T05:44:04.179Z | Checking indexmap v2.7.0 |
527 | 2025-01-17T05:44:04.576Z | Compiling serde_tokenstream v0.2.2 |
528 | 2025-01-17T05:44:05.576Z | Checking h2 v0.4.6 |
529 | 2025-01-17T05:44:05.793Z | Compiling pest_generator v2.7.14 |
530 | 2025-01-17T05:44:05.913Z | Checking icu_normalizer v1.5.0 |
531 | 2025-01-17T05:44:06.700Z | Checking idna_adapter v1.2.0 |
532 | 2025-01-17T05:44:06.875Z | Checking idna v1.0.3 |
533 | 2025-01-17T05:44:07.227Z | Checking serde_urlencoded v0.7.1 |
534 | 2025-01-17T05:44:07.335Z | Checking url v2.5.3 |
535 | 2025-01-17T05:44:07.358Z | Compiling dof v0.3.0 |
536 | 2025-01-17T05:44:07.462Z | Compiling pest_derive v2.7.14 |
537 | 2025-01-17T05:44:07.635Z | Checking scroll v0.12.0 |
538 | 2025-01-17T05:44:08.030Z | Compiling typify-impl v0.2.0 |
539 | 2025-01-17T05:44:08.102Z | Compiling syn v1.0.109 |
540 | 2025-01-17T05:44:08.155Z | Compiling strsim v0.11.1 |
541 | 2025-01-17T05:44:08.158Z | Checking goblin v0.8.2 |
542 | 2025-01-17T05:44:08.317Z | Compiling dtrace-parser v0.2.0 |
543 | 2025-01-17T05:44:08.723Z | Compiling darling_core v0.20.10 |
544 | 2025-01-17T05:44:08.812Z | Compiling openapiv3 v2.0.0 |
545 | 2025-01-17T05:44:09.729Z | Checking hyper v1.5.2 |
546 | 2025-01-17T05:44:10.983Z | Checking time v0.3.36 |
547 | 2025-01-17T05:44:11.627Z | Checking hyper-util v0.1.10 |
548 | 2025-01-17T05:44:12.713Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-17T05:44:13.056Z | Compiling rustls v0.22.4 |
550 | 2025-01-17T05:44:13.108Z | Compiling omicron-workspace-hack v0.1.0 |
551 | 2025-01-17T05:44:13.195Z | Checking hyper-rustls v0.27.3 |
552 | 2025-01-17T05:44:13.279Z | Checking hyper-tls v0.6.0 |
553 | 2025-01-17T05:44:13.377Z | Compiling newtype-uuid v1.2.1 |
554 | 2025-01-17T05:44:13.416Z | Checking pretty-hex v0.4.1 |
555 | 2025-01-17T05:44:13.429Z | Compiling rustversion v1.0.17 |
556 | 2025-01-17T05:44:13.512Z | Compiling unsafe-libyaml v0.2.11 |
557 | 2025-01-17T05:44:13.552Z | Checking reqwest v0.12.9 |
558 | 2025-01-17T05:44:13.589Z | Compiling paste v1.0.15 |
559 | 2025-01-17T05:44:14.044Z | Compiling darling_macro v0.20.10 |
560 | 2025-01-17T05:44:14.287Z | Checking dirs-next v2.0.0 |
561 | 2025-01-17T05:44:14.644Z | Checking ipnetwork v0.20.0 |
562 | 2025-01-17T05:44:14.657Z | Checking serde_spanned v0.6.8 |
563 | 2025-01-17T05:44:14.849Z | Compiling serde_yaml v0.9.34+deprecated |
564 | 2025-01-17T05:44:14.882Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-17T05:44:14.975Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-17T05:44:14.989Z | Compiling structmeta-derive v0.3.0 |
567 | 2025-01-17T05:44:14.991Z | Checking block-buffer v0.10.4 |
568 | 2025-01-17T05:44:15.169Z | Checking crypto-common v0.1.6 |
569 | 2025-01-17T05:44:15.189Z | Checking rand_core v0.6.4 |
570 | 2025-01-17T05:44:15.308Z | Checking thread_local v1.1.8 |
571 | 2025-01-17T05:44:15.339Z | Compiling multer v3.1.0 |
572 | 2025-01-17T05:44:15.471Z | Compiling anyhow v1.0.93 |
573 | 2025-01-17T05:44:15.576Z | Checking winnow v0.6.20 |
574 | 2025-01-17T05:44:15.671Z | Compiling slog-async v2.8.0 |
575 | 2025-01-17T05:44:15.706Z | Checking match_cfg v0.1.0 |
576 | 2025-01-17T05:44:15.798Z | Compiling thiserror v2.0.11 |
577 | 2025-01-17T05:44:16.044Z | Checking either v1.13.0 |
578 | 2025-01-17T05:44:16.194Z | Compiling camino v1.1.9 |
579 | 2025-01-17T05:44:16.444Z | Checking itertools v0.10.5 |
580 | 2025-01-17T05:44:16.818Z | Checking hostname v0.3.1 |
581 | 2025-01-17T05:44:16.954Z | Checking rand_chacha v0.3.1 |
582 | 2025-01-17T05:44:17.227Z | Checking digest v0.10.7 |
583 | 2025-01-17T05:44:17.437Z | Compiling structmeta v0.3.0 |
584 | 2025-01-17T05:44:17.541Z | Checking crossbeam-channel v0.5.13 |
585 | 2025-01-17T05:44:17.811Z | Compiling darling v0.20.10 |
586 | 2025-01-17T05:44:17.822Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
587 | 2025-01-17T05:44:17.926Z | Checking progenitor-client v0.8.0 |
588 | 2025-01-17T05:44:18.064Z | Checking term v0.7.0 |
589 | 2025-01-17T05:44:18.197Z | Checking toml_edit v0.22.22 |
590 | 2025-01-17T05:44:18.510Z | Checking slog-json v2.6.1 |
591 | 2025-01-17T05:44:18.747Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-17T05:44:18.765Z | Compiling usdt-attr-macro v0.5.0 |
593 | 2025-01-17T05:44:19.184Z | Checking futures-executor v0.3.31 |
594 | 2025-01-17T05:44:19.228Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
595 | 2025-01-17T05:44:19.405Z | Compiling thiserror-impl v2.0.11 |
596 | 2025-01-17T05:44:19.419Z | Compiling async-stream-impl v0.3.6 |
597 | 2025-01-17T05:44:19.731Z | Compiling typify-macro v0.2.0 |
598 | 2025-01-17T05:44:19.966Z | Checking memmap v0.7.0 |
599 | 2025-01-17T05:44:20.155Z | Checking is-terminal v0.4.13 |
600 | 2025-01-17T05:44:20.179Z | Compiling dropshot v0.15.1 |
601 | 2025-01-17T05:44:20.288Z | Checking take_mut v0.2.2 |
602 | 2025-01-17T05:44:20.375Z | Checking cpufeatures v0.2.14 |
603 | 2025-01-17T05:44:20.462Z | Checking sha1 v0.10.6 |
604 | 2025-01-17T05:44:20.570Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-17T05:44:20.654Z | Checking async-stream v0.3.6 |
606 | 2025-01-17T05:44:20.724Z | Checking slog-term v2.9.1 |
607 | 2025-01-17T05:44:20.727Z | Checking toml v0.8.19 |
608 | 2025-01-17T05:44:20.751Z | Checking usdt v0.5.0 |
609 | 2025-01-17T05:44:20.836Z | Compiling strum_macros v0.26.4 |
610 | 2025-01-17T05:44:20.993Z | Checking futures v0.3.31 |
611 | 2025-01-17T05:44:21.097Z | Checking slog-bunyan v2.5.0 |
612 | 2025-01-17T05:44:21.119Z | Compiling serde_with_macros v3.11.0 |
613 | 2025-01-17T05:44:21.195Z | Compiling parse-display-derive v0.10.0 |
614 | 2025-01-17T05:44:21.262Z | Checking rand v0.8.5 |
615 | 2025-01-17T05:44:21.394Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-17T05:44:22.205Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-17T05:44:22.357Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-17T05:44:22.370Z | Checking hex v0.4.3 |
619 | 2025-01-17T05:44:22.388Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
620 | 2025-01-17T05:44:22.876Z | Compiling async-trait v0.1.83 |
621 | 2025-01-17T05:44:22.969Z | Checking waitgroup v0.1.2 |
622 | 2025-01-17T05:44:23.018Z | Compiling typify v0.2.0 |
623 | 2025-01-17T05:44:23.134Z | Compiling progenitor-impl v0.8.0 |
624 | 2025-01-17T05:44:23.165Z | Checking hostname v0.4.0 |
625 | 2025-01-17T05:44:23.302Z | Checking instant v0.1.13 |
626 | 2025-01-17T05:44:23.422Z | Checking debug-ignore v1.0.5 |
627 | 2025-01-17T05:44:23.556Z | Checking serde_with v3.11.0 |
628 | 2025-01-17T05:44:23.569Z | Checking backoff v0.4.0 |
629 | 2025-01-17T05:44:23.831Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
630 | 2025-01-17T05:44:23.980Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-17T05:44:24.135Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-17T05:44:24.703Z | Checking parse-display v0.10.0 |
633 | 2025-01-17T05:44:24.942Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-17T05:44:24.972Z | Checking strum v0.26.3 |
635 | 2025-01-17T05:44:24.985Z | Checking progenitor-client v0.9.1 |
636 | 2025-01-17T05:44:25.087Z | Checking macaddr v1.0.1 |
637 | 2025-01-17T05:44:25.115Z | Checking regress v0.9.1 |
638 | 2025-01-17T05:44:26.388Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-17T05:44:29.902Z | Checking progenitor v0.8.0 |
640 | 2025-01-17T05:44:30.007Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-17T05:44:32.701Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-17T05:44:39.567Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-17T05:44:39.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
644 | 2025-01-17T05:44:39.759Z | + cargo build --release |
645 | 2025-01-17T05:44:40.016Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-17T05:44:40.016Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-17T05:44:40.021Z | Compiling libc v0.2.169 |
648 | 2025-01-17T05:44:40.021Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-17T05:44:40.021Z | Compiling autocfg v1.4.0 |
650 | 2025-01-17T05:44:40.021Z | Compiling serde v1.0.217 |
651 | 2025-01-17T05:44:40.021Z | Compiling version_check v0.9.5 |
652 | 2025-01-17T05:44:40.063Z | Compiling memchr v2.7.4 |
653 | 2025-01-17T05:44:40.152Z | Compiling serde_json v1.0.135 |
654 | 2025-01-17T05:44:40.219Z | Compiling itoa v1.0.11 |
655 | 2025-01-17T05:44:40.489Z | Compiling thiserror v1.0.69 |
656 | 2025-01-17T05:44:40.585Z | Compiling once_cell v1.20.2 |
657 | 2025-01-17T05:44:40.616Z | Compiling shlex v1.3.0 |
658 | 2025-01-17T05:44:40.808Z | Compiling cc v1.1.30 |
659 | 2025-01-17T05:44:40.996Z | Compiling num-traits v0.2.19 |
660 | 2025-01-17T05:44:41.008Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-17T05:44:41.341Z | Compiling getrandom v0.2.15 |
662 | 2025-01-17T05:44:41.441Z | Compiling smallvec v1.13.2 |
663 | 2025-01-17T05:44:41.449Z | Compiling ryu v1.0.18 |
664 | 2025-01-17T05:44:41.676Z | Compiling quote v1.0.38 |
665 | 2025-01-17T05:44:41.741Z | Compiling bytes v1.9.0 |
666 | 2025-01-17T05:44:41.757Z | Compiling futures-core v0.3.31 |
667 | 2025-01-17T05:44:41.901Z | Compiling lock_api v0.4.12 |
668 | 2025-01-17T05:44:42.038Z | Compiling syn v2.0.96 |
669 | 2025-01-17T05:44:42.203Z | Compiling parking_lot_core v0.9.10 |
670 | 2025-01-17T05:44:42.216Z | Compiling schemars v0.8.21 |
671 | 2025-01-17T05:44:42.242Z | Compiling ahash v0.8.11 |
672 | 2025-01-17T05:44:42.378Z | Compiling byteorder v1.5.0 |
673 | 2025-01-17T05:44:42.591Z | Compiling scopeguard v1.2.0 |
674 | 2025-01-17T05:44:42.625Z | Compiling slab v0.4.9 |
675 | 2025-01-17T05:44:42.807Z | Compiling log v0.4.22 |
676 | 2025-01-17T05:44:42.986Z | Compiling futures-sink v0.3.31 |
677 | 2025-01-17T05:44:43.145Z | Compiling parking_lot v0.12.3 |
678 | 2025-01-17T05:44:43.212Z | Compiling signal-hook-registry v1.4.2 |
679 | 2025-01-17T05:44:43.294Z | Compiling mio v1.0.2 |
680 | 2025-01-17T05:44:43.344Z | Compiling socket2 v0.5.7 |
681 | 2025-01-17T05:44:43.390Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-17T05:44:43.472Z | Compiling ring v0.17.8 |
683 | 2025-01-17T05:44:43.523Z | Compiling equivalent v1.0.1 |
684 | 2025-01-17T05:44:43.633Z | Compiling fnv v1.0.7 |
685 | 2025-01-17T05:44:43.766Z | Compiling hashbrown v0.15.1 |
686 | 2025-01-17T05:44:43.777Z | Compiling semver v1.0.24 |
687 | 2025-01-17T05:44:44.285Z | Compiling http v1.2.0 |
688 | 2025-01-17T05:44:44.722Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-17T05:44:44.847Z | Compiling futures-task v0.3.31 |
690 | 2025-01-17T05:44:44.905Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-17T05:44:44.993Z | Compiling futures-io v0.3.31 |
692 | 2025-01-17T05:44:45.137Z | Compiling spin v0.9.8 |
693 | 2025-01-17T05:44:45.146Z | Compiling pkg-config v0.3.31 |
694 | 2025-01-17T05:44:45.213Z | Compiling rustls-pki-types v1.10.0 |
695 | 2025-01-17T05:44:45.321Z | Compiling vcpkg v0.2.15 |
696 | 2025-01-17T05:44:45.376Z | Compiling heck v0.5.0 |
697 | 2025-01-17T05:44:45.788Z | Compiling litemap v0.7.3 |
698 | 2025-01-17T05:44:46.229Z | Compiling iana-time-zone v0.1.61 |
699 | 2025-01-17T05:44:46.252Z | Compiling writeable v0.5.5 |
700 | 2025-01-17T05:44:46.741Z | Compiling openssl-sys v0.9.103 |
701 | 2025-01-17T05:44:46.890Z | Compiling untrusted v0.9.0 |
702 | 2025-01-17T05:44:46.992Z | Compiling httparse v1.9.5 |
703 | 2025-01-17T05:44:47.273Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-17T05:44:47.440Z | Compiling dyn-clone v1.0.17 |
705 | 2025-01-17T05:44:47.545Z | Compiling atomic-waker v1.1.2 |
706 | 2025-01-17T05:44:47.661Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-17T05:44:47.850Z | Compiling http-body v1.0.1 |
708 | 2025-01-17T05:44:48.044Z | Compiling tracing v0.1.40 |
709 | 2025-01-17T05:44:48.414Z | Compiling icu_locid_transform_data v1.5.0 |
710 | 2025-01-17T05:44:48.512Z | Compiling zeroize v1.8.1 |
711 | 2025-01-17T05:44:48.701Z | Compiling try-lock v0.2.5 |
712 | 2025-01-17T05:44:48.758Z | Compiling subtle v2.6.1 |
713 | 2025-01-17T05:44:48.834Z | Compiling allocator-api2 v0.2.18 |
714 | 2025-01-17T05:44:48.942Z | Compiling want v0.3.1 |
715 | 2025-01-17T05:44:49.036Z | Compiling httpdate v1.0.3 |
716 | 2025-01-17T05:44:49.169Z | Compiling synstructure v0.13.1 |
717 | 2025-01-17T05:44:49.345Z | Compiling serde_derive_internals v0.29.1 |
718 | 2025-01-17T05:44:49.490Z | Compiling chrono v0.4.38 |
719 | 2025-01-17T05:44:49.538Z | Compiling icu_properties_data v1.5.0 |
720 | 2025-01-17T05:44:49.918Z | Compiling uuid v1.11.0 |
721 | 2025-01-17T05:44:49.951Z | Compiling openssl v0.10.66 |
722 | 2025-01-17T05:44:50.286Z | Compiling foreign-types-shared v0.1.1 |
723 | 2025-01-17T05:44:50.378Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-17T05:44:50.523Z | Compiling write16 v1.0.0 |
725 | 2025-01-17T05:44:50.669Z | Compiling utf16_iter v1.0.5 |
726 | 2025-01-17T05:44:50.882Z | Compiling bitflags v2.6.0 |
727 | 2025-01-17T05:44:51.236Z | Compiling icu_normalizer_data v1.5.0 |
728 | 2025-01-17T05:44:51.324Z | Compiling tower-service v0.3.3 |
729 | 2025-01-17T05:44:51.450Z | Compiling native-tls v0.2.12 |
730 | 2025-01-17T05:44:51.525Z | Compiling utf8_iter v1.0.4 |
731 | 2025-01-17T05:44:51.573Z | Compiling percent-encoding v2.3.1 |
732 | 2025-01-17T05:44:51.701Z | Compiling slog v2.7.0 |
733 | 2025-01-17T05:44:51.785Z | Compiling rustls v0.23.19 |
734 | 2025-01-17T05:44:51.824Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-17T05:44:52.109Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-17T05:44:52.229Z | Compiling typenum v1.17.0 |
737 | 2025-01-17T05:44:52.417Z | Compiling regex-syntax v0.8.5 |
738 | 2025-01-17T05:44:53.083Z | Compiling openssl-probe v0.1.5 |
739 | 2025-01-17T05:44:53.498Z | Compiling serde_derive v1.0.217 |
740 | 2025-01-17T05:44:53.583Z | Compiling zerocopy-derive v0.7.35 |
741 | 2025-01-17T05:44:54.030Z | Compiling thiserror-impl v1.0.69 |
742 | 2025-01-17T05:44:54.232Z | Compiling zerofrom-derive v0.1.4 |
743 | 2025-01-17T05:44:54.419Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-17T05:44:55.508Z | Compiling zerocopy v0.7.35 |
745 | 2025-01-17T05:44:56.846Z | Compiling yoke-derive v0.7.4 |
746 | 2025-01-17T05:44:56.882Z | Compiling tokio-macros v2.5.0 |
747 | 2025-01-17T05:44:57.227Z | Compiling zerovec-derive v0.10.3 |
748 | 2025-01-17T05:44:57.347Z | Compiling displaydoc v0.2.5 |
749 | 2025-01-17T05:44:57.407Z | Compiling zerofrom v0.1.4 |
750 | 2025-01-17T05:44:57.647Z | Compiling futures-macro v0.3.31 |
751 | 2025-01-17T05:44:58.317Z | Compiling tokio v1.43.0 |
752 | 2025-01-17T05:44:58.866Z | Compiling icu_provider_macros v1.5.0 |
753 | 2025-01-17T05:44:59.238Z | Compiling yoke v0.7.4 |
754 | 2025-01-17T05:44:59.422Z | Compiling futures-util v0.3.31 |
755 | 2025-01-17T05:44:59.710Z | Compiling pest v2.7.14 |
756 | 2025-01-17T05:44:59.888Z | Compiling zerovec v0.10.4 |
757 | 2025-01-17T05:45:00.017Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-17T05:45:02.596Z | Compiling tinystr v0.7.6 |
759 | 2025-01-17T05:45:03.022Z | Compiling icu_locid v1.5.0 |
760 | 2025-01-17T05:45:05.114Z | Compiling icu_provider v1.5.0 |
761 | 2025-01-17T05:45:05.817Z | Compiling icu_locid_transform v1.5.0 |
762 | 2025-01-17T05:45:05.993Z | Compiling hashbrown v0.14.5 |
763 | 2025-01-17T05:45:06.862Z | Compiling indexmap v2.7.0 |
764 | 2025-01-17T05:45:08.490Z | Compiling serde_tokenstream v0.2.2 |
765 | 2025-01-17T05:45:10.431Z | Compiling tokio-util v0.7.12 |
766 | 2025-01-17T05:45:10.918Z | Compiling pest_meta v2.7.14 |
767 | 2025-01-17T05:45:11.430Z | Compiling h2 v0.4.6 |
768 | 2025-01-17T05:45:12.534Z | Compiling icu_collections v1.5.0 |
769 | 2025-01-17T05:45:12.689Z | Compiling pest_generator v2.7.14 |
770 | 2025-01-17T05:45:14.386Z | Compiling icu_properties v1.5.1 |
771 | 2025-01-17T05:45:15.273Z | Compiling regress v0.10.1 |
772 | 2025-01-17T05:45:15.493Z | Compiling openssl-macros v0.1.1 |
773 | 2025-01-17T05:45:17.569Z | Compiling hyper v1.5.2 |
774 | 2025-01-17T05:45:19.806Z | Compiling typify-impl v0.2.0 |
775 | 2025-01-17T05:45:20.636Z | Compiling hyper-util v0.1.10 |
776 | 2025-01-17T05:45:22.250Z | Compiling icu_normalizer v1.5.0 |
777 | 2025-01-17T05:45:26.497Z | Compiling pest_derive v2.7.14 |
778 | 2025-01-17T05:45:27.732Z | Compiling idna_adapter v1.2.0 |
779 | 2025-01-17T05:45:28.589Z | Compiling http-body-util v0.1.2 |
780 | 2025-01-17T05:45:28.874Z | Compiling regex-automata v0.4.8 |
781 | 2025-01-17T05:45:29.106Z | Compiling generic-array v0.14.7 |
782 | 2025-01-17T05:45:29.116Z | Compiling encoding_rs v0.8.34 |
783 | 2025-01-17T05:45:29.184Z | Compiling mime v0.3.17 |
784 | 2025-01-17T05:45:30.152Z | Compiling typify-macro v0.2.0 |
785 | 2025-01-17T05:45:30.428Z | Compiling tokio-native-tls v0.3.1 |
786 | 2025-01-17T05:45:30.706Z | Compiling idna v1.0.3 |
787 | 2025-01-17T05:45:31.616Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-17T05:45:31.918Z | Compiling scroll_derive v0.12.0 |
789 | 2025-01-17T05:45:33.274Z | Compiling regex v1.11.1 |
790 | 2025-01-17T05:45:33.376Z | Compiling rustls-pemfile v2.2.0 |
791 | 2025-01-17T05:45:33.553Z | Compiling webpki-roots v0.26.6 |
792 | 2025-01-17T05:45:33.760Z | Compiling tokio-rustls v0.26.0 |
793 | 2025-01-17T05:45:34.188Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-17T05:45:34.215Z | Compiling time-core v0.1.2 |
795 | 2025-01-17T05:45:34.599Z | Compiling num-conv v0.1.0 |
796 | 2025-01-17T05:45:34.860Z | Compiling base64 v0.22.1 |
797 | 2025-01-17T05:45:35.833Z | Compiling powerfmt v0.2.0 |
798 | 2025-01-17T05:45:35.938Z | Compiling time-macros v0.2.18 |
799 | 2025-01-17T05:45:36.307Z | Compiling deranged v0.3.11 |
800 | 2025-01-17T05:45:36.590Z | Compiling hyper-rustls v0.27.3 |
801 | 2025-01-17T05:45:38.750Z | Compiling scroll v0.12.0 |
802 | 2025-01-17T05:45:39.278Z | Compiling url v2.5.3 |
803 | 2025-01-17T05:45:39.334Z | Compiling hyper-tls v0.6.0 |
804 | 2025-01-17T05:45:39.817Z | Compiling thread-id v4.2.2 |
805 | 2025-01-17T05:45:40.225Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-17T05:45:41.816Z | Compiling dof v0.3.0 |
807 | 2025-01-17T05:45:42.667Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-17T05:45:42.823Z | Compiling omicron-workspace-hack v0.1.0 |
809 | 2025-01-17T05:45:43.158Z | Compiling plain v0.2.3 |
810 | 2025-01-17T05:45:44.580Z | Compiling ipnet v2.10.1 |
811 | 2025-01-17T05:45:45.275Z | Compiling syn v1.0.109 |
812 | 2025-01-17T05:45:47.007Z | Compiling crossbeam-utils v0.8.20 |
813 | 2025-01-17T05:45:47.538Z | Compiling num_threads v0.1.7 |
814 | 2025-01-17T05:45:47.660Z | Compiling strsim v0.11.1 |
815 | 2025-01-17T05:45:47.851Z | Compiling ident_case v1.0.1 |
816 | 2025-01-17T05:45:48.018Z | Compiling darling_core v0.20.10 |
817 | 2025-01-17T05:45:48.267Z | Compiling time v0.3.36 |
818 | 2025-01-17T05:45:50.904Z | Compiling reqwest v0.12.9 |
819 | 2025-01-17T05:45:52.312Z | Compiling goblin v0.8.2 |
820 | 2025-01-17T05:45:57.036Z | Compiling typify v0.2.0 |
821 | 2025-01-17T05:45:57.157Z | Compiling openapiv3 v2.0.0 |
822 | 2025-01-17T05:45:58.302Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-17T05:45:59.805Z | Compiling unsafe-libyaml v0.2.11 |
824 | 2025-01-17T05:46:01.154Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-17T05:46:01.403Z | Compiling rustls v0.22.4 |
826 | 2025-01-17T05:46:01.524Z | Compiling paste v1.0.15 |
827 | 2025-01-17T05:46:01.728Z | Compiling newtype-uuid v1.2.1 |
828 | 2025-01-17T05:46:02.010Z | Compiling rustversion v1.0.17 |
829 | 2025-01-17T05:46:02.731Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-17T05:46:04.330Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-17T05:46:06.217Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-17T05:46:06.639Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-17T05:46:10.087Z | Compiling crypto-common v0.1.6 |
834 | 2025-01-17T05:46:10.310Z | Compiling block-buffer v0.10.4 |
835 | 2025-01-17T05:46:10.442Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-17T05:46:10.578Z | Compiling toml_datetime v0.6.8 |
837 | 2025-01-17T05:46:11.273Z | Compiling serde_spanned v0.6.8 |
838 | 2025-01-17T05:46:11.510Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-17T05:46:12.235Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-17T05:46:12.309Z | Compiling rand_core v0.6.4 |
841 | 2025-01-17T05:46:12.796Z | Compiling thread_local v1.1.8 |
842 | 2025-01-17T05:46:12.846Z | Compiling multer v3.1.0 |
843 | 2025-01-17T05:46:13.214Z | Compiling anyhow v1.0.93 |
844 | 2025-01-17T05:46:13.518Z | Compiling match_cfg v0.1.0 |
845 | 2025-01-17T05:46:13.603Z | Compiling thiserror v2.0.11 |
846 | 2025-01-17T05:46:13.703Z | Compiling either v1.13.0 |
847 | 2025-01-17T05:46:13.807Z | Compiling winnow v0.6.20 |
848 | 2025-01-17T05:46:14.134Z | Compiling slog-async v2.8.0 |
849 | 2025-01-17T05:46:14.175Z | Compiling camino v1.1.9 |
850 | 2025-01-17T05:46:14.730Z | Compiling structmeta v0.3.0 |
851 | 2025-01-17T05:46:14.757Z | Compiling itertools v0.10.5 |
852 | 2025-01-17T05:46:15.096Z | Compiling hostname v0.3.1 |
853 | 2025-01-17T05:46:15.371Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
854 | 2025-01-17T05:46:15.382Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-17T05:46:16.331Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
856 | 2025-01-17T05:46:16.559Z | Compiling digest v0.10.7 |
857 | 2025-01-17T05:46:16.955Z | Compiling progenitor-macro v0.8.0 |
858 | 2025-01-17T05:46:17.081Z | Compiling crossbeam-channel v0.5.13 |
859 | 2025-01-17T05:46:17.619Z | Compiling toml_edit v0.22.22 |
860 | 2025-01-17T05:46:17.958Z | Compiling darling v0.20.10 |
861 | 2025-01-17T05:46:18.672Z | Compiling term v0.7.0 |
862 | 2025-01-17T05:46:24.584Z | Compiling usdt-attr-macro v0.5.0 |
863 | 2025-01-17T05:46:26.001Z | Compiling usdt-macro v0.5.0 |
864 | 2025-01-17T05:46:26.345Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-17T05:46:27.241Z | Compiling slog-json v2.6.1 |
866 | 2025-01-17T05:46:27.298Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-17T05:46:27.723Z | Compiling async-stream-impl v0.3.6 |
868 | 2025-01-17T05:46:28.245Z | Compiling thiserror-impl v2.0.11 |
869 | 2025-01-17T05:46:28.332Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-17T05:46:28.463Z | Compiling memmap v0.7.0 |
871 | 2025-01-17T05:46:28.923Z | Compiling dropshot v0.15.1 |
872 | 2025-01-17T05:46:29.028Z | Compiling cpufeatures v0.2.14 |
873 | 2025-01-17T05:46:29.136Z | Compiling take_mut v0.2.2 |
874 | 2025-01-17T05:46:29.339Z | Compiling sha1 v0.10.6 |
875 | 2025-01-17T05:46:30.130Z | Compiling async-stream v0.3.6 |
876 | 2025-01-17T05:46:30.475Z | Compiling usdt v0.5.0 |
877 | 2025-01-17T05:46:31.415Z | Compiling slog-term v2.9.1 |
878 | 2025-01-17T05:46:31.937Z | Compiling progenitor v0.8.0 |
879 | 2025-01-17T05:46:32.110Z | Compiling slog-bunyan v2.5.0 |
880 | 2025-01-17T05:46:32.389Z | Compiling futures v0.3.31 |
881 | 2025-01-17T05:46:32.588Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-17T05:46:32.595Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
883 | 2025-01-17T05:46:32.848Z | Compiling strum_macros v0.26.4 |
884 | 2025-01-17T05:46:33.034Z | Compiling toml v0.8.19 |
885 | 2025-01-17T05:46:34.229Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-17T05:46:34.250Z | Compiling rand v0.8.5 |
887 | 2025-01-17T05:46:37.229Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-17T05:46:38.716Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-17T05:46:39.479Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-17T05:46:40.175Z | Compiling hex v0.4.3 |
891 | 2025-01-17T05:46:40.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-17T05:46:40.826Z | Compiling async-trait v0.1.83 |
893 | 2025-01-17T05:46:40.861Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-17T05:46:40.938Z | Compiling hostname v0.4.0 |
895 | 2025-01-17T05:46:41.107Z | Compiling instant v0.1.13 |
896 | 2025-01-17T05:46:41.190Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-17T05:46:41.254Z | Compiling backoff v0.4.0 |
898 | 2025-01-17T05:46:41.294Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-17T05:46:41.326Z | Compiling parse-display v0.10.0 |
900 | 2025-01-17T05:46:41.506Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
901 | 2025-01-17T05:46:41.685Z | Compiling strum v0.26.3 |
902 | 2025-01-17T05:46:41.696Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
903 | 2025-01-17T05:46:41.864Z | Compiling serde_with v3.11.0 |
904 | 2025-01-17T05:46:42.848Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-17T05:46:43.318Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-17T05:46:43.526Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-17T05:46:44.098Z | Compiling regress v0.9.1 |
908 | 2025-01-17T05:46:44.434Z | Compiling macaddr v1.0.1 |
909 | 2025-01-17T05:46:52.911Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-17T05:47:02.578Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-17T05:47:12.397Z | Finished `release` profile [optimized] target(s) in 2m 33s |
912 | 2025-01-17T05:47:12.467Z | process exited: duration 222059 ms, exit code 0 |
|
913 | 2025-01-17T05:47:12.473Z | found 0 output files |