|
|
|
1 | 2025-01-25T04:19:50.486Z | job assigned to worker 01JJDTYBHKQ1X4BW0C3JV7GZ19 [factory aws, i-04a3b2044937ff502] (queued for 58 s) |
|
2 | 2025-01-25T04:19:57.934Z | starting task 0: "setup" |
3 | 2025-01-25T04:19:57.945Z | ++ uname -s |
4 | 2025-01-25T04:19:57.948Z | + kern=SunOS |
5 | 2025-01-25T04:19:57.948Z | + case "$kern" in |
6 | 2025-01-25T04:19:57.948Z | + groupadd -g 12345 build |
7 | 2025-01-25T04:19:57.950Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-25T04:19:59.957Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-25T04:20:00.070Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-25T04:20:00.073Z | + home_fs=zfs |
11 | 2025-01-25T04:20:00.073Z | + [[ zfs == autofs ]] |
12 | 2025-01-25T04:20:00.073Z | + mkdir -p /home/build |
13 | 2025-01-25T04:20:00.075Z | + chown build:build /home/build /work |
14 | 2025-01-25T04:20:02.078Z | + chmod 0700 /home/build /work |
15 | 2025-01-25T04:20:02.081Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2025-01-25T04:20:02.088Z | starting task 1: "rust-toolchain" |
17 | 2025-01-25T04:20:02.093Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-25T04:20:02.093Z | ' 1.84.0 |
19 | 2025-01-25T04:20:02.093Z | * toolchain channel = "1.84.0" |
20 | 2025-01-25T04:20:02.093Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-25T04:20:02.093Z | ' default |
22 | 2025-01-25T04:20:02.093Z | * toolchain profile = "default" |
23 | 2025-01-25T04:20:02.095Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-25T04:20:02.095Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-25T04:20:02.198Z | info: downloading installer |
26 | 2025-01-25T04:20:03.777Z | info: profile set to 'default' |
27 | 2025-01-25T04:20:03.777Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-25T04:20:03.779Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-25T04:20:03.956Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-25T04:20:03.956Z | info: downloading component 'cargo' |
31 | 2025-01-25T04:20:04.634Z | info: downloading component 'clippy' |
32 | 2025-01-25T04:20:04.915Z | info: downloading component 'rust-docs' |
33 | 2025-01-25T04:20:05.901Z | info: downloading component 'rust-std' |
34 | 2025-01-25T04:20:07.363Z | info: downloading component 'rustc' |
35 | 2025-01-25T04:20:12.947Z | info: downloading component 'rustfmt' |
36 | 2025-01-25T04:20:13.162Z | info: installing component 'cargo' |
37 | 2025-01-25T04:20:14.017Z | info: installing component 'clippy' |
38 | 2025-01-25T04:20:14.402Z | info: installing component 'rust-docs' |
39 | 2025-01-25T04:20:16.152Z | info: installing component 'rust-std' |
40 | 2025-01-25T04:20:17.836Z | info: installing component 'rustc' |
41 | 2025-01-25T04:20:23.994Z | info: installing component 'rustfmt' |
42 | 2025-01-25T04:20:24.340Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-25T04:20:24.340Z | |
44 | 2025-01-25T04:20:24.734Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-25T04:20:24.734Z | |
46 | 2025-01-25T04:20:24.736Z | |
47 | 2025-01-25T04:20:24.736Z | Rust is installed now. Great! |
48 | 2025-01-25T04:20:24.736Z | |
49 | 2025-01-25T04:20:24.736Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-25T04:20:24.736Z | environment variable. This has not been done automatically. |
51 | 2025-01-25T04:20:24.736Z | |
52 | 2025-01-25T04:20:24.736Z | To configure your current shell, you need to source |
53 | 2025-01-25T04:20:24.736Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-25T04:20:24.736Z | |
55 | 2025-01-25T04:20:24.736Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-25T04:20:24.737Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-25T04:20:24.737Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-25T04:20:24.818Z | + rustc --version |
59 | 2025-01-25T04:20:24.888Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-25T04:20:24.893Z | process exited: duration 22803 ms, exit code 0 |
|
61 | 2025-01-25T04:20:24.898Z | starting task 2: "authentication" |
62 | 2025-01-25T04:20:25.005Z | process exited: duration 99 ms, exit code 0 |
|
63 | 2025-01-25T04:20:25.012Z | starting task 3: "clone repository" |
64 | 2025-01-25T04:20:25.017Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-25T04:20:25.020Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-25T04:20:25.055Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-25T04:20:33.608Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-25T04:20:33.608Z | + git fetch origin 8ed6a86c798112e97cb4c37cf6f822043709073e |
69 | 2025-01-25T04:20:33.963Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-25T04:20:33.963Z | * branch 8ed6a86c798112e97cb4c37cf6f822043709073e -> FETCH_HEAD |
71 | 2025-01-25T04:20:33.973Z | + [[ -n renovate/async-trait-0.x ]] |
72 | 2025-01-25T04:20:33.976Z | ++ git branch --show-current |
73 | 2025-01-25T04:20:33.980Z | + current=main |
74 | 2025-01-25T04:20:33.980Z | + [[ main != renovate/async-trait-0.x ]] |
75 | 2025-01-25T04:20:33.980Z | + git branch -f renovate/async-trait-0.x 8ed6a86c798112e97cb4c37cf6f822043709073e |
76 | 2025-01-25T04:20:33.983Z | + git checkout -f renovate/async-trait-0.x |
77 | 2025-01-25T04:20:34.169Z | Switched to branch 'renovate/async-trait-0.x' |
78 | 2025-01-25T04:20:34.172Z | + git reset --hard 8ed6a86c798112e97cb4c37cf6f822043709073e |
79 | 2025-01-25T04:20:34.348Z | HEAD is now at 8ed6a86c7 Update Rust crate async-trait to 0.1.85 |
80 | 2025-01-25T04:20:34.352Z | process exited: duration 9338 ms, exit code 0 |
|
81 | 2025-01-25T04:20:34.357Z | starting task 4: "build" |
82 | 2025-01-25T04:20:34.364Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-25T04:20:34.364Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-25T04:20:34.364Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-25T04:20:34.364Z | + cargo --version |
86 | 2025-01-25T04:20:34.428Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-25T04:20:34.431Z | + rustc --version |
88 | 2025-01-25T04:20:34.495Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-25T04:20:34.498Z | + cd /tmp |
90 | 2025-01-25T04:20:34.501Z | + cargo new --lib test-project |
91 | 2025-01-25T04:20:34.561Z | Creating library `test-project` package |
92 | 2025-01-25T04:20:34.647Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-25T04:20:34.650Z | + cd test-project |
94 | 2025-01-25T04:20:34.650Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-25T04:20:34.717Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-25T04:20:34.720Z | Features: |
97 | 2025-01-25T04:20:34.720Z | - proptest |
98 | 2025-01-25T04:20:34.720Z | - test-strategy |
99 | 2025-01-25T04:20:34.720Z | - testing |
100 | 2025-01-25T04:20:34.720Z | Updating crates.io index |
101 | 2025-01-25T04:20:34.852Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-25T04:20:35.297Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-25T04:20:35.762Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-25T04:20:36.260Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-25T04:20:36.651Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-25T04:20:38.320Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-25T04:20:38.541Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-25T04:20:38.544Z | + cargo check |
109 | 2025-01-25T04:20:38.708Z | Updating crates.io index |
110 | 2025-01-25T04:20:39.648Z | Locking 1 package to latest compatible version |
111 | 2025-01-25T04:20:39.649Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-25T04:20:39.674Z | Downloading crates ... |
113 | 2025-01-25T04:20:39.796Z | Downloaded async-stream-impl v0.3.6 |
114 | 2025-01-25T04:20:39.801Z | Downloaded foreign-types-shared v0.1.1 |
115 | 2025-01-25T04:20:39.803Z | Downloaded autocfg v1.4.0 |
116 | 2025-01-25T04:20:39.806Z | Downloaded atomic-waker v1.1.2 |
117 | 2025-01-25T04:20:39.806Z | Downloaded match_cfg v0.1.0 |
118 | 2025-01-25T04:20:39.808Z | Downloaded synstructure v0.13.1 |
119 | 2025-01-25T04:20:39.813Z | Downloaded cfg-if v1.0.0 |
120 | 2025-01-25T04:20:39.818Z | Downloaded darling_macro v0.20.10 |
121 | 2025-01-25T04:20:39.824Z | Downloaded try-lock v0.2.5 |
122 | 2025-01-25T04:20:39.826Z | Downloaded ident_case v1.0.1 |
123 | 2025-01-25T04:20:39.830Z | Downloaded openssl-probe v0.1.5 |
124 | 2025-01-25T04:20:39.830Z | Downloaded take_mut v0.2.2 |
125 | 2025-01-25T04:20:39.830Z | Downloaded http-body v1.0.1 |
126 | 2025-01-25T04:20:39.833Z | Downloaded foreign-types v0.3.2 |
127 | 2025-01-25T04:20:39.836Z | Downloaded dtrace-parser v0.2.0 |
128 | 2025-01-25T04:20:39.836Z | Downloaded num-conv v0.1.0 |
129 | 2025-01-25T04:20:39.836Z | Downloaded usdt-attr-macro v0.5.0 |
130 | 2025-01-25T04:20:39.839Z | Downloaded zerofrom v0.1.4 |
131 | 2025-01-25T04:20:39.842Z | Downloaded progenitor-client v0.8.0 |
132 | 2025-01-25T04:20:39.845Z | Downloaded byteorder v1.5.0 |
133 | 2025-01-25T04:20:39.845Z | Downloaded want v0.3.1 |
134 | 2025-01-25T04:20:39.845Z | Downloaded time-core v0.1.2 |
135 | 2025-01-25T04:20:39.849Z | Downloaded instant v0.1.13 |
136 | 2025-01-25T04:20:39.849Z | Downloaded async-stream v0.3.6 |
137 | 2025-01-25T04:20:39.851Z | Downloaded yoke-derive v0.7.4 |
138 | 2025-01-25T04:20:39.854Z | Downloaded pretty-hex v0.4.1 |
139 | 2025-01-25T04:20:39.854Z | Downloaded openssl-macros v0.1.1 |
140 | 2025-01-25T04:20:39.854Z | Downloaded camino v1.1.9 |
141 | 2025-01-25T04:20:39.857Z | Downloaded icu_provider_macros v1.5.0 |
142 | 2025-01-25T04:20:39.860Z | Downloaded num_threads v0.1.7 |
143 | 2025-01-25T04:20:39.860Z | Downloaded dyn-clone v1.0.17 |
144 | 2025-01-25T04:20:39.862Z | Downloaded generic-array v0.14.7 |
145 | 2025-01-25T04:20:39.862Z | Downloaded usdt-macro v0.5.0 |
146 | 2025-01-25T04:20:39.865Z | Downloaded httpdate v1.0.3 |
147 | 2025-01-25T04:20:39.866Z | Downloaded version_check v0.9.5 |
148 | 2025-01-25T04:20:39.869Z | Downloaded writeable v0.5.5 |
149 | 2025-01-25T04:20:39.869Z | Downloaded tokio-native-tls v0.3.1 |
150 | 2025-01-25T04:20:39.871Z | Downloaded pin-utils v0.1.0 |
151 | 2025-01-25T04:20:39.874Z | Downloaded hostname v0.4.0 |
152 | 2025-01-25T04:20:39.874Z | Downloaded idna_adapter v1.2.0 |
153 | 2025-01-25T04:20:39.876Z | Downloaded hex v0.4.3 |
154 | 2025-01-25T04:20:39.876Z | Downloaded tinyvec_macros v0.1.1 |
155 | 2025-01-25T04:20:39.879Z | Downloaded write16 v1.0.0 |
156 | 2025-01-25T04:20:39.879Z | Downloaded progenitor-client v0.9.1 |
157 | 2025-01-25T04:20:40.884Z | Downloaded dirs-sys-next v0.1.2 |
158 | 2025-01-25T04:20:40.884Z | Downloaded waitgroup v0.1.2 |
159 | 2025-01-25T04:20:40.884Z | Downloaded futures-executor v0.3.31 |
160 | 2025-01-25T04:20:40.888Z | Downloaded tower-service v0.3.3 |
161 | 2025-01-25T04:20:40.888Z | Downloaded ipnetwork v0.20.0 |
162 | 2025-01-25T04:20:40.888Z | Downloaded tinystr v0.7.6 |
163 | 2025-01-25T04:20:40.888Z | Downloaded time-macros v0.2.18 |
164 | 2025-01-25T04:20:40.888Z | Downloaded macaddr v1.0.1 |
165 | 2025-01-25T04:20:40.888Z | Downloaded thiserror-impl v1.0.69 |
166 | 2025-01-25T04:20:40.888Z | Downloaded ahash v0.8.11 |
167 | 2025-01-25T04:20:40.888Z | Downloaded plain v0.2.3 |
168 | 2025-01-25T04:20:40.888Z | Downloaded darling v0.20.10 |
169 | 2025-01-25T04:20:40.889Z | Downloaded powerfmt v0.2.0 |
170 | 2025-01-25T04:20:40.889Z | Downloaded typify-macro v0.2.0 |
171 | 2025-01-25T04:20:40.889Z | Downloaded serde_spanned v0.6.8 |
172 | 2025-01-25T04:20:40.889Z | Downloaded toml_datetime v0.6.8 |
173 | 2025-01-25T04:20:40.889Z | Downloaded zeroize v1.8.1 |
174 | 2025-01-25T04:20:40.889Z | Downloaded zerofrom-derive v0.1.4 |
175 | 2025-01-25T04:20:40.889Z | Downloaded usdt v0.5.0 |
176 | 2025-01-25T04:20:40.889Z | Downloaded thread-id v4.2.2 |
177 | 2025-01-25T04:20:40.889Z | Downloaded omicron-workspace-hack v0.1.0 |
178 | 2025-01-25T04:20:40.889Z | Downloaded zerovec-derive v0.10.3 |
179 | 2025-01-25T04:20:40.889Z | Downloaded thiserror-impl v2.0.11 |
180 | 2025-01-25T04:20:40.889Z | Downloaded icu_locid_transform v1.5.0 |
181 | 2025-01-25T04:20:40.889Z | Downloaded yoke v0.7.4 |
182 | 2025-01-25T04:20:40.889Z | Downloaded paste v1.0.15 |
183 | 2025-01-25T04:20:40.889Z | Downloaded thiserror v2.0.11 |
184 | 2025-01-25T04:20:40.889Z | Downloaded percent-encoding v2.3.1 |
185 | 2025-01-25T04:20:40.889Z | Downloaded parse-display-derive v0.10.0 |
186 | 2025-01-25T04:20:40.889Z | Downloaded lock_api v0.4.12 |
187 | 2025-01-25T04:20:40.889Z | Downloaded iana-time-zone v0.1.61 |
188 | 2025-01-25T04:20:40.889Z | Downloaded futures-channel v0.3.31 |
189 | 2025-01-25T04:20:40.889Z | Downloaded schemars_derive v0.8.21 |
190 | 2025-01-25T04:20:40.889Z | Downloaded utf16_iter v1.0.5 |
191 | 2025-01-25T04:20:40.889Z | Downloaded ppv-lite86 v0.2.20 |
192 | 2025-01-25T04:20:40.889Z | Downloaded litemap v0.7.3 |
193 | 2025-01-25T04:20:40.889Z | Downloaded progenitor v0.8.0 |
194 | 2025-01-25T04:20:40.889Z | Downloaded thiserror v1.0.69 |
195 | 2025-01-25T04:20:40.889Z | Downloaded strum v0.26.3 |
196 | 2025-01-25T04:20:40.889Z | Downloaded memmap v0.7.0 |
197 | 2025-01-25T04:20:40.889Z | Downloaded itoa v1.0.11 |
198 | 2025-01-25T04:20:40.889Z | Downloaded futures-sink v0.3.31 |
199 | 2025-01-25T04:20:40.889Z | Downloaded term v0.7.0 |
200 | 2025-01-25T04:20:40.889Z | Downloaded indexmap v1.9.3 |
201 | 2025-01-25T04:20:40.889Z | Downloaded once_cell v1.20.2 |
202 | 2025-01-25T04:20:40.889Z | Downloaded rand_core v0.6.4 |
203 | 2025-01-25T04:20:40.889Z | Downloaded slog-json v2.6.1 |
204 | 2025-01-25T04:20:40.889Z | Downloaded icu_locid_transform_data v1.5.0 |
205 | 2025-01-25T04:20:40.889Z | Downloaded parking_lot_core v0.9.10 |
206 | 2025-01-25T04:20:40.890Z | Downloaded scroll_derive v0.12.0 |
207 | 2025-01-25T04:20:40.890Z | Downloaded pin-project-lite v0.2.14 |
208 | 2025-01-25T04:20:40.890Z | Downloaded multer v3.1.0 |
209 | 2025-01-25T04:20:40.890Z | Downloaded rand_chacha v0.3.1 |
210 | 2025-01-25T04:20:40.890Z | Downloaded slog-bunyan v2.5.0 |
211 | 2025-01-25T04:20:40.890Z | Downloaded sync_wrapper v1.0.1 |
212 | 2025-01-25T04:20:40.890Z | Downloaded parse-display v0.10.0 |
213 | 2025-01-25T04:20:40.890Z | Downloaded toml v0.8.19 |
214 | 2025-01-25T04:20:40.890Z | Downloaded pest_generator v2.7.14 |
215 | 2025-01-25T04:20:40.890Z | Downloaded quote v1.0.38 |
216 | 2025-01-25T04:20:40.890Z | Downloaded scopeguard v1.2.0 |
217 | 2025-01-25T04:20:40.890Z | Downloaded usdt-impl v0.5.0 |
218 | 2025-01-25T04:20:40.890Z | Downloaded stable_deref_trait v1.2.0 |
219 | 2025-01-25T04:20:40.890Z | Downloaded slab v0.4.9 |
220 | 2025-01-25T04:20:40.890Z | Downloaded base64 v0.22.1 |
221 | 2025-01-25T04:20:40.890Z | Downloaded serde_urlencoded v0.7.1 |
222 | 2025-01-25T04:20:40.890Z | Downloaded sha1 v0.10.6 |
223 | 2025-01-25T04:20:40.890Z | Downloaded subtle v2.6.1 |
224 | 2025-01-25T04:20:40.890Z | Downloaded structmeta v0.3.0 |
225 | 2025-01-25T04:20:40.890Z | Downloaded rustc-hash v2.0.0 |
226 | 2025-01-25T04:20:40.890Z | Downloaded native-tls v0.2.12 |
227 | 2025-01-25T04:20:40.890Z | Downloaded signal-hook-registry v1.4.2 |
228 | 2025-01-25T04:20:40.890Z | Downloaded parking_lot v0.12.3 |
229 | 2025-01-25T04:20:40.890Z | Downloaded ucd-trie v0.1.7 |
230 | 2025-01-25T04:20:40.890Z | Downloaded uuid v1.12.0 |
231 | 2025-01-25T04:20:40.890Z | Downloaded darling_core v0.20.10 |
232 | 2025-01-25T04:20:40.890Z | Downloaded unicode-ident v1.0.14 |
233 | 2025-01-25T04:20:40.890Z | Downloaded progenitor-macro v0.8.0 |
234 | 2025-01-25T04:20:40.890Z | Downloaded anyhow v1.0.95 |
235 | 2025-01-25T04:20:40.890Z | Downloaded serde_derive_internals v0.29.1 |
236 | 2025-01-25T04:20:40.890Z | Downloaded dropshot_endpoint v0.15.1 |
237 | 2025-01-25T04:20:40.890Z | Downloaded serde_tokenstream v0.2.2 |
238 | 2025-01-25T04:20:40.890Z | Downloaded rustls-pki-types v1.10.0 |
239 | 2025-01-25T04:20:40.890Z | Downloaded sha2 v0.10.8 |
240 | 2025-01-25T04:20:40.890Z | Downloaded quinn-udp v0.5.5 |
241 | 2025-01-25T04:20:40.890Z | Downloaded strum_macros v0.26.4 |
242 | 2025-01-25T04:20:40.890Z | Downloaded shlex v1.3.0 |
243 | 2025-01-25T04:20:40.891Z | Downloaded indexmap v2.7.0 |
244 | 2025-01-25T04:20:40.891Z | Downloaded semver v1.0.24 |
245 | 2025-01-25T04:20:40.891Z | Downloaded serde_path_to_error v0.1.16 |
246 | 2025-01-25T04:20:40.891Z | Downloaded rustls-pemfile v2.2.0 |
247 | 2025-01-25T04:20:40.891Z | Downloaded cc v1.1.30 |
248 | 2025-01-25T04:20:40.891Z | Downloaded progenitor-impl v0.8.0 |
249 | 2025-01-25T04:20:40.891Z | Downloaded slog v2.7.0 |
250 | 2025-01-25T04:20:40.891Z | Downloaded openssl-sys v0.9.103 |
251 | 2025-01-25T04:20:40.891Z | Downloaded pest_meta v2.7.14 |
252 | 2025-01-25T04:20:40.891Z | Downloaded proc-macro2 v1.0.92 |
253 | 2025-01-25T04:20:40.891Z | Downloaded url v2.5.3 |
254 | 2025-01-25T04:20:40.891Z | Downloaded serde v1.0.217 |
255 | 2025-01-25T04:20:40.891Z | Downloaded serde_with_macros v3.11.0 |
256 | 2025-01-25T04:20:40.891Z | Downloaded schemars v0.8.21 |
257 | 2025-01-25T04:20:40.891Z | Downloaded serde_derive v1.0.217 |
258 | 2025-01-25T04:20:40.892Z | Downloaded http v1.2.0 |
259 | 2025-01-25T04:20:40.892Z | Downloaded quinn v0.11.5 |
260 | 2025-01-25T04:20:40.895Z | Downloaded tracing v0.1.40 |
261 | 2025-01-25T04:20:40.895Z | Downloaded rustversion v1.0.17 |
262 | 2025-01-25T04:20:40.895Z | Downloaded socket2 v0.5.7 |
263 | 2025-01-25T04:20:40.895Z | Downloaded itertools v0.10.5 |
264 | 2025-01-25T04:20:40.895Z | Downloaded hashbrown v0.14.5 |
265 | 2025-01-25T04:20:40.895Z | Downloaded memchr v2.7.4 |
266 | 2025-01-25T04:20:40.895Z | Downloaded idna v1.0.3 |
267 | 2025-01-25T04:20:40.896Z | Downloaded hyper v1.5.2 |
268 | 2025-01-25T04:20:40.896Z | Downloaded mio v1.0.2 |
269 | 2025-01-25T04:20:40.896Z | Downloaded h2 v0.4.6 |
270 | 2025-01-25T04:20:40.896Z | Downloaded futures-util v0.3.31 |
271 | 2025-01-25T04:20:40.896Z | Downloaded toml_edit v0.22.22 |
272 | 2025-01-25T04:20:40.896Z | Downloaded rand v0.8.5 |
273 | 2025-01-25T04:20:40.896Z | Downloaded webpki-roots v0.26.6 |
274 | 2025-01-25T04:20:40.896Z | Downloaded icu_properties_data v1.5.0 |
275 | 2025-01-25T04:20:40.896Z | Downloaded pest v2.7.14 |
276 | 2025-01-25T04:20:40.896Z | Downloaded zerovec v0.10.4 |
277 | 2025-01-25T04:20:40.896Z | Downloaded syn v1.0.109 |
278 | 2025-01-25T04:20:40.896Z | Downloaded regex v1.11.1 |
279 | 2025-01-25T04:20:40.896Z | Downloaded syn v2.0.96 |
280 | 2025-01-25T04:20:40.896Z | Downloaded dropshot v0.15.1 |
281 | 2025-01-25T04:20:40.896Z | Downloaded regex-syntax v0.8.5 |
282 | 2025-01-25T04:20:40.897Z | Downloaded winnow v0.6.20 |
283 | 2025-01-25T04:20:40.897Z | Downloaded serde_json v1.0.135 |
284 | 2025-01-25T04:20:40.897Z | Downloaded reqwest v0.12.9 |
285 | 2025-01-25T04:20:40.897Z | Downloaded serde_with v3.11.0 |
286 | 2025-01-25T04:20:40.897Z | Downloaded rustls-webpki v0.102.8 |
287 | 2025-01-25T04:20:40.897Z | Downloaded quinn-proto v0.11.8 |
288 | 2025-01-25T04:20:40.897Z | Downloaded vcpkg v0.2.15 |
289 | 2025-01-25T04:20:40.897Z | Downloaded zerocopy v0.7.35 |
290 | 2025-01-25T04:20:40.897Z | Downloaded openssl v0.10.66 |
291 | 2025-01-25T04:20:40.897Z | Downloaded libc v0.2.169 |
292 | 2025-01-25T04:20:40.897Z | Downloaded tokio-util v0.7.12 |
293 | 2025-01-25T04:20:40.897Z | Downloaded time v0.3.36 |
294 | 2025-01-25T04:20:40.897Z | Downloaded chrono v0.4.39 |
295 | 2025-01-25T04:20:40.897Z | Downloaded aho-corasick v1.1.3 |
296 | 2025-01-25T04:20:40.897Z | Downloaded unsafe-libyaml v0.2.11 |
297 | 2025-01-25T04:20:40.897Z | Downloaded regress v0.9.1 |
298 | 2025-01-25T04:20:40.897Z | Downloaded regress v0.10.1 |
299 | 2025-01-25T04:20:40.897Z | Downloaded rustls v0.23.19 |
300 | 2025-01-25T04:20:40.897Z | Downloaded openapiv3 v2.0.0 |
301 | 2025-01-25T04:20:40.897Z | Downloaded rustls v0.22.4 |
302 | 2025-01-25T04:20:40.897Z | Downloaded ryu v1.0.18 |
303 | 2025-01-25T04:20:40.897Z | Downloaded serde_yaml v0.9.34+deprecated |
304 | 2025-01-25T04:20:40.897Z | Downloaded typify-impl v0.2.0 |
305 | 2025-01-25T04:20:40.897Z | Downloaded hashbrown v0.12.3 |
306 | 2025-01-25T04:20:40.897Z | Downloaded num-traits v0.2.19 |
307 | 2025-01-25T04:20:40.897Z | Downloaded hashbrown v0.15.1 |
308 | 2025-01-25T04:20:40.897Z | Downloaded icu_collections v1.5.0 |
309 | 2025-01-25T04:20:40.897Z | Downloaded pest_derive v2.7.14 |
310 | 2025-01-25T04:20:40.897Z | Downloaded typenum v1.17.0 |
311 | 2025-01-25T04:20:40.897Z | Downloaded crossbeam-channel v0.5.13 |
312 | 2025-01-25T04:20:40.897Z | Downloaded goblin v0.8.2 |
313 | 2025-01-25T04:20:40.897Z | Downloaded encoding_rs v0.8.34 |
314 | 2025-01-25T04:20:40.897Z | Downloaded scroll v0.12.0 |
315 | 2025-01-25T04:20:40.897Z | Downloaded icu_properties v1.5.1 |
316 | 2025-01-25T04:20:40.897Z | Downloaded hyper-util v0.1.10 |
317 | 2025-01-25T04:20:40.897Z | Downloaded smallvec v1.13.2 |
318 | 2025-01-25T04:20:40.897Z | Downloaded typify v0.2.0 |
319 | 2025-01-25T04:20:40.897Z | Downloaded spin v0.9.8 |
320 | 2025-01-25T04:20:40.898Z | Downloaded slog-term v2.9.1 |
321 | 2025-01-25T04:20:40.898Z | Downloaded tracing-core v0.1.32 |
322 | 2025-01-25T04:20:40.898Z | Downloaded tinyvec v1.8.0 |
323 | 2025-01-25T04:20:40.898Z | Downloaded strsim v0.11.1 |
324 | 2025-01-25T04:20:40.898Z | Downloaded slog-async v2.8.0 |
325 | 2025-01-25T04:20:40.898Z | Downloaded structmeta-derive v0.3.0 |
326 | 2025-01-25T04:20:40.898Z | Downloaded allocator-api2 v0.2.18 |
327 | 2025-01-25T04:20:40.898Z | Downloaded tokio-macros v2.5.0 |
328 | 2025-01-25T04:20:40.898Z | Downloaded log v0.4.22 |
329 | 2025-01-25T04:20:40.898Z | Downloaded bytes v1.9.0 |
330 | 2025-01-25T04:20:40.898Z | Downloaded icu_provider v1.5.0 |
331 | 2025-01-25T04:20:40.898Z | Downloaded tokio v1.43.0 |
332 | 2025-01-25T04:20:40.898Z | Downloaded icu_normalizer v1.5.0 |
333 | 2025-01-25T04:20:40.898Z | Downloaded icu_normalizer_data v1.5.0 |
334 | 2025-01-25T04:20:40.898Z | Downloaded icu_locid v1.5.0 |
335 | 2025-01-25T04:20:40.898Z | Downloaded crossbeam-utils v0.8.20 |
336 | 2025-01-25T04:20:40.898Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2025-01-25T04:20:40.898Z | Downloaded tokio-rustls v0.26.0 |
338 | 2025-01-25T04:20:40.898Z | Downloaded tokio-rustls v0.25.0 |
339 | 2025-01-25T04:20:40.898Z | Downloaded getrandom v0.2.15 |
340 | 2025-01-25T04:20:40.899Z | Downloaded futures v0.3.31 |
341 | 2025-01-25T04:20:40.899Z | Downloaded futures-macro v0.3.31 |
342 | 2025-01-25T04:20:40.899Z | Downloaded regex-automata v0.4.8 |
343 | 2025-01-25T04:20:40.899Z | Downloaded mime v0.3.17 |
344 | 2025-01-25T04:20:40.899Z | Downloaded form_urlencoded v1.2.1 |
345 | 2025-01-25T04:20:40.899Z | Downloaded pkg-config v0.3.31 |
346 | 2025-01-25T04:20:40.899Z | Downloaded untrusted v0.9.0 |
347 | 2025-01-25T04:20:40.899Z | Downloaded crypto-common v0.1.6 |
348 | 2025-01-25T04:20:40.899Z | Downloaded hyper-rustls v0.27.3 |
349 | 2025-01-25T04:20:40.899Z | Downloaded httparse v1.9.5 |
350 | 2025-01-25T04:20:40.899Z | Downloaded ipnet v2.10.1 |
351 | 2025-01-25T04:20:40.899Z | Downloaded hyper-tls v0.6.0 |
352 | 2025-01-25T04:20:40.899Z | Downloaded http-body-util v0.1.2 |
353 | 2025-01-25T04:20:40.899Z | Downloaded displaydoc v0.2.5 |
354 | 2025-01-25T04:20:40.899Z | Downloaded block-buffer v0.10.4 |
355 | 2025-01-25T04:20:40.899Z | Downloaded async-trait v0.1.85 |
356 | 2025-01-25T04:20:40.899Z | Downloaded heck v0.5.0 |
357 | 2025-01-25T04:20:40.900Z | Downloaded equivalent v1.0.1 |
358 | 2025-01-25T04:20:40.900Z | Downloaded newtype-uuid v1.2.1 |
359 | 2025-01-25T04:20:40.900Z | Downloaded utf8_iter v1.0.4 |
360 | 2025-01-25T04:20:40.904Z | Downloaded thread_local v1.1.8 |
361 | 2025-01-25T04:20:40.904Z | Downloaded is-terminal v0.4.13 |
362 | 2025-01-25T04:20:40.904Z | Downloaded debug-ignore v1.0.5 |
363 | 2025-01-25T04:20:40.904Z | Downloaded bitflags v2.6.0 |
364 | 2025-01-25T04:20:40.904Z | Downloaded hostname v0.3.1 |
365 | 2025-01-25T04:20:40.904Z | Downloaded fnv v1.0.7 |
366 | 2025-01-25T04:20:40.904Z | Downloaded futures-core v0.3.31 |
367 | 2025-01-25T04:20:40.904Z | Downloaded futures-task v0.3.31 |
368 | 2025-01-25T04:20:40.904Z | Downloaded either v1.13.0 |
369 | 2025-01-25T04:20:40.905Z | Downloaded deranged v0.3.11 |
370 | 2025-01-25T04:20:40.905Z | Downloaded cpufeatures v0.2.14 |
371 | 2025-01-25T04:20:40.905Z | Downloaded dirs-next v2.0.0 |
372 | 2025-01-25T04:20:40.905Z | Downloaded futures-io v0.3.31 |
373 | 2025-01-25T04:20:40.905Z | Downloaded dof v0.3.0 |
374 | 2025-01-25T04:20:40.905Z | Downloaded digest v0.10.7 |
375 | 2025-01-25T04:20:40.905Z | Downloaded backoff v0.4.0 |
376 | 2025-01-25T04:20:40.905Z | Downloaded ring v0.17.8 |
377 | 2025-01-25T04:20:41.076Z | Compiling proc-macro2 v1.0.92 |
378 | 2025-01-25T04:20:41.076Z | Compiling unicode-ident v1.0.14 |
379 | 2025-01-25T04:20:41.076Z | Compiling libc v0.2.169 |
380 | 2025-01-25T04:20:41.078Z | Checking cfg-if v1.0.0 |
381 | 2025-01-25T04:20:41.098Z | Compiling autocfg v1.4.0 |
382 | 2025-01-25T04:20:41.101Z | Compiling serde v1.0.217 |
383 | 2025-01-25T04:20:41.101Z | Compiling version_check v0.9.5 |
384 | 2025-01-25T04:20:41.101Z | Checking memchr v2.7.4 |
385 | 2025-01-25T04:20:41.192Z | Compiling serde_json v1.0.135 |
386 | 2025-01-25T04:20:41.294Z | Checking itoa v1.0.11 |
387 | 2025-01-25T04:20:41.633Z | Compiling thiserror v1.0.69 |
388 | 2025-01-25T04:20:41.720Z | Checking once_cell v1.20.2 |
389 | 2025-01-25T04:20:41.741Z | Compiling shlex v1.3.0 |
390 | 2025-01-25T04:20:42.019Z | Compiling cc v1.1.30 |
391 | 2025-01-25T04:20:42.053Z | Checking pin-project-lite v0.2.14 |
392 | 2025-01-25T04:20:42.086Z | Compiling num-traits v0.2.19 |
393 | 2025-01-25T04:20:42.422Z | Checking ryu v1.0.18 |
394 | 2025-01-25T04:20:42.435Z | Checking getrandom v0.2.15 |
395 | 2025-01-25T04:20:42.528Z | Checking smallvec v1.13.2 |
396 | 2025-01-25T04:20:42.565Z | Checking bytes v1.9.0 |
397 | 2025-01-25T04:20:42.687Z | Checking futures-core v0.3.31 |
398 | 2025-01-25T04:20:42.692Z | Compiling lock_api v0.4.12 |
399 | 2025-01-25T04:20:42.775Z | Compiling parking_lot_core v0.9.10 |
400 | 2025-01-25T04:20:42.850Z | Compiling quote v1.0.38 |
401 | 2025-01-25T04:20:42.887Z | Compiling schemars v0.8.21 |
402 | 2025-01-25T04:20:43.107Z | Compiling byteorder v1.5.0 |
403 | 2025-01-25T04:20:43.145Z | Checking scopeguard v1.2.0 |
404 | 2025-01-25T04:20:43.237Z | Compiling syn v2.0.96 |
405 | 2025-01-25T04:20:43.492Z | Compiling slab v0.4.9 |
406 | 2025-01-25T04:20:43.509Z | Compiling ahash v0.8.11 |
407 | 2025-01-25T04:20:43.683Z | Checking log v0.4.22 |
408 | 2025-01-25T04:20:43.801Z | Checking futures-sink v0.3.31 |
409 | 2025-01-25T04:20:43.806Z | Checking parking_lot v0.12.3 |
410 | 2025-01-25T04:20:43.867Z | Checking signal-hook-registry v1.4.2 |
411 | 2025-01-25T04:20:43.955Z | Checking mio v1.0.2 |
412 | 2025-01-25T04:20:43.968Z | Checking socket2 v0.5.7 |
413 | 2025-01-25T04:20:44.005Z | Checking stable_deref_trait v1.2.0 |
414 | 2025-01-25T04:20:44.113Z | Checking equivalent v1.0.1 |
415 | 2025-01-25T04:20:44.146Z | Checking hashbrown v0.15.1 |
416 | 2025-01-25T04:20:44.150Z | Checking fnv v1.0.7 |
417 | 2025-01-25T04:20:44.229Z | Checking futures-channel v0.3.31 |
418 | 2025-01-25T04:20:44.295Z | Checking futures-task v0.3.31 |
419 | 2025-01-25T04:20:44.307Z | Checking http v1.2.0 |
420 | 2025-01-25T04:20:44.466Z | Checking pin-utils v0.1.0 |
421 | 2025-01-25T04:20:44.536Z | Checking futures-io v0.3.31 |
422 | 2025-01-25T04:20:44.552Z | Compiling semver v1.0.24 |
423 | 2025-01-25T04:20:44.576Z | Checking spin v0.9.8 |
424 | 2025-01-25T04:20:44.604Z | Compiling vcpkg v0.2.15 |
425 | 2025-01-25T04:20:44.722Z | Compiling pkg-config v0.3.31 |
426 | 2025-01-25T04:20:44.793Z | Checking rustls-pki-types v1.10.0 |
427 | 2025-01-25T04:20:44.916Z | Compiling ring v0.17.8 |
428 | 2025-01-25T04:20:45.233Z | Checking iana-time-zone v0.1.61 |
429 | 2025-01-25T04:20:45.397Z | Checking writeable v0.5.5 |
430 | 2025-01-25T04:20:45.407Z | Checking untrusted v0.9.0 |
431 | 2025-01-25T04:20:45.568Z | Checking litemap v0.7.3 |
432 | 2025-01-25T04:20:45.638Z | Compiling httparse v1.9.5 |
433 | 2025-01-25T04:20:45.709Z | Compiling heck v0.5.0 |
434 | 2025-01-25T04:20:45.874Z | Checking tracing-core v0.1.32 |
435 | 2025-01-25T04:20:45.924Z | Checking dyn-clone v1.0.17 |
436 | 2025-01-25T04:20:46.077Z | Compiling openssl-sys v0.9.103 |
437 | 2025-01-25T04:20:46.079Z | Checking atomic-waker v1.1.2 |
438 | 2025-01-25T04:20:46.207Z | Compiling ucd-trie v0.1.7 |
439 | 2025-01-25T04:20:46.220Z | Checking http-body v1.0.1 |
440 | 2025-01-25T04:20:46.475Z | Checking subtle v2.6.1 |
441 | 2025-01-25T04:20:46.493Z | Checking tracing v0.1.40 |
442 | 2025-01-25T04:20:46.657Z | Checking zeroize v1.8.1 |
443 | 2025-01-25T04:20:46.717Z | Checking icu_locid_transform_data v1.5.0 |
444 | 2025-01-25T04:20:46.793Z | Checking try-lock v0.2.5 |
445 | 2025-01-25T04:20:46.816Z | Compiling allocator-api2 v0.2.18 |
446 | 2025-01-25T04:20:46.886Z | Checking httpdate v1.0.3 |
447 | 2025-01-25T04:20:46.930Z | Checking want v0.3.1 |
448 | 2025-01-25T04:20:47.128Z | Checking foreign-types-shared v0.1.1 |
449 | 2025-01-25T04:20:47.164Z | Compiling openssl v0.10.66 |
450 | 2025-01-25T04:20:47.240Z | Checking icu_properties_data v1.5.0 |
451 | 2025-01-25T04:20:47.449Z | Compiling uuid v1.12.0 |
452 | 2025-01-25T04:20:47.490Z | Checking foreign-types v0.3.2 |
453 | 2025-01-25T04:20:47.588Z | Compiling slog v2.7.0 |
454 | 2025-01-25T04:20:47.628Z | Checking utf16_iter v1.0.5 |
455 | 2025-01-25T04:20:47.799Z | Checking write16 v1.0.0 |
456 | 2025-01-25T04:20:47.929Z | Compiling chrono v0.4.39 |
457 | 2025-01-25T04:20:47.953Z | Checking tower-service v0.3.3 |
458 | 2025-01-25T04:20:47.975Z | Checking utf8_iter v1.0.4 |
459 | 2025-01-25T04:20:48.043Z | Checking percent-encoding v2.3.1 |
460 | 2025-01-25T04:20:48.085Z | Checking bitflags v2.6.0 |
461 | 2025-01-25T04:20:48.248Z | Checking icu_normalizer_data v1.5.0 |
462 | 2025-01-25T04:20:48.254Z | Compiling rustls v0.23.19 |
463 | 2025-01-25T04:20:48.266Z | Compiling native-tls v0.2.12 |
464 | 2025-01-25T04:20:48.333Z | Checking form_urlencoded v1.2.1 |
465 | 2025-01-25T04:20:48.532Z | Compiling aho-corasick v1.1.3 |
466 | 2025-01-25T04:20:48.586Z | Compiling regex-syntax v0.8.5 |
467 | 2025-01-25T04:20:48.660Z | Compiling typenum v1.17.0 |
468 | 2025-01-25T04:20:49.353Z | Checking openssl-probe v0.1.5 |
469 | 2025-01-25T04:20:49.606Z | Compiling generic-array v0.14.7 |
470 | 2025-01-25T04:20:49.846Z | Checking encoding_rs v0.8.34 |
471 | 2025-01-25T04:20:50.044Z | Checking mime v0.3.17 |
472 | 2025-01-25T04:20:50.464Z | Compiling synstructure v0.13.1 |
473 | 2025-01-25T04:20:50.872Z | Compiling serde_derive_internals v0.29.1 |
474 | 2025-01-25T04:20:51.106Z | Checking rustls-webpki v0.102.8 |
475 | 2025-01-25T04:20:52.221Z | Checking webpki-roots v0.26.6 |
476 | 2025-01-25T04:20:52.435Z | Compiling regex-automata v0.4.8 |
477 | 2025-01-25T04:20:52.677Z | Checking rustls-pemfile v2.2.0 |
478 | 2025-01-25T04:20:52.911Z | Compiling usdt-impl v0.5.0 |
479 | 2025-01-25T04:20:53.285Z | Checking base64 v0.22.1 |
480 | 2025-01-25T04:20:53.422Z | Checking powerfmt v0.2.0 |
481 | 2025-01-25T04:20:53.532Z | Compiling time-core v0.1.2 |
482 | 2025-01-25T04:20:53.788Z | Compiling num-conv v0.1.0 |
483 | 2025-01-25T04:20:53.816Z | Checking deranged v0.3.11 |
484 | 2025-01-25T04:20:53.985Z | Compiling time-macros v0.2.18 |
485 | 2025-01-25T04:20:54.310Z | Compiling thread-id v4.2.2 |
486 | 2025-01-25T04:20:54.584Z | Checking sync_wrapper v1.0.1 |
487 | 2025-01-25T04:20:54.936Z | Checking ipnet v2.10.1 |
488 | 2025-01-25T04:20:54.989Z | Compiling serde_derive v1.0.217 |
489 | 2025-01-25T04:20:55.161Z | Compiling zerocopy-derive v0.7.35 |
490 | 2025-01-25T04:20:55.417Z | Compiling thiserror-impl v1.0.69 |
491 | 2025-01-25T04:20:55.458Z | Compiling zerofrom-derive v0.1.4 |
492 | 2025-01-25T04:20:56.621Z | Compiling schemars_derive v0.8.21 |
493 | 2025-01-25T04:20:56.874Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-25T04:20:57.105Z | Compiling tokio-macros v2.5.0 |
495 | 2025-01-25T04:20:57.144Z | Compiling zerocopy v0.7.35 |
496 | 2025-01-25T04:20:58.521Z | Checking tokio v1.43.0 |
497 | 2025-01-25T04:20:58.573Z | Compiling zerovec-derive v0.10.3 |
498 | 2025-01-25T04:20:58.697Z | Checking zerofrom v0.1.4 |
499 | 2025-01-25T04:20:58.911Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-25T04:20:59.365Z | Checking yoke v0.7.4 |
501 | 2025-01-25T04:20:59.490Z | Compiling displaydoc v0.2.5 |
502 | 2025-01-25T04:20:59.539Z | Compiling icu_provider_macros v1.5.0 |
503 | 2025-01-25T04:20:59.689Z | Compiling pest v2.7.14 |
504 | 2025-01-25T04:21:00.150Z | Compiling hashbrown v0.14.5 |
505 | 2025-01-25T04:21:00.688Z | Compiling openssl-macros v0.1.1 |
506 | 2025-01-25T04:21:00.711Z | Checking futures-util v0.3.31 |
507 | 2025-01-25T04:21:01.054Z | Checking zerovec v0.10.4 |
508 | 2025-01-25T04:21:01.258Z | Compiling regress v0.10.1 |
509 | 2025-01-25T04:21:02.653Z | Checking tinystr v0.7.6 |
510 | 2025-01-25T04:21:02.692Z | Checking icu_collections v1.5.0 |
511 | 2025-01-25T04:21:02.895Z | Checking icu_locid v1.5.0 |
512 | 2025-01-25T04:21:03.355Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-25T04:21:03.890Z | Checking icu_provider v1.5.0 |
514 | 2025-01-25T04:21:04.520Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-25T04:21:05.412Z | Compiling pest_generator v2.7.14 |
516 | 2025-01-25T04:21:05.499Z | Checking icu_properties v1.5.1 |
517 | 2025-01-25T04:21:05.515Z | Checking tokio-util v0.7.12 |
518 | 2025-01-25T04:21:05.977Z | Checking http-body-util v0.1.2 |
519 | 2025-01-25T04:21:06.343Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-25T04:21:06.364Z | Compiling regex v1.11.1 |
521 | 2025-01-25T04:21:06.746Z | Compiling scroll_derive v0.12.0 |
522 | 2025-01-25T04:21:06.952Z | Checking indexmap v2.7.0 |
523 | 2025-01-25T04:21:07.298Z | Compiling pest_derive v2.7.14 |
524 | 2025-01-25T04:21:07.692Z | Checking tokio-native-tls v0.3.1 |
525 | 2025-01-25T04:21:08.093Z | Compiling serde_tokenstream v0.2.2 |
526 | 2025-01-25T04:21:08.186Z | Checking h2 v0.4.6 |
527 | 2025-01-25T04:21:08.651Z | Checking serde_urlencoded v0.7.1 |
528 | 2025-01-25T04:21:08.687Z | Checking scroll v0.12.0 |
529 | 2025-01-25T04:21:08.806Z | Compiling dtrace-parser v0.2.0 |
530 | 2025-01-25T04:21:08.884Z | Checking icu_normalizer v1.5.0 |
531 | 2025-01-25T04:21:09.645Z | Checking idna_adapter v1.2.0 |
532 | 2025-01-25T04:21:10.406Z | Checking idna v1.0.3 |
533 | 2025-01-25T04:21:10.423Z | Compiling dof v0.3.0 |
534 | 2025-01-25T04:21:10.647Z | Compiling ident_case v1.0.1 |
535 | 2025-01-25T04:21:10.719Z | Checking num_threads v0.1.7 |
536 | 2025-01-25T04:21:10.833Z | Compiling crossbeam-utils v0.8.20 |
537 | 2025-01-25T04:21:10.848Z | Compiling syn v1.0.109 |
538 | 2025-01-25T04:21:10.861Z | Checking url v2.5.3 |
539 | 2025-01-25T04:21:11.213Z | Checking plain v0.2.3 |
540 | 2025-01-25T04:21:11.570Z | Compiling strsim v0.11.1 |
541 | 2025-01-25T04:21:11.687Z | Checking time v0.3.36 |
542 | 2025-01-25T04:21:11.706Z | Compiling typify-impl v0.2.0 |
543 | 2025-01-25T04:21:12.240Z | Compiling darling_core v0.20.10 |
544 | 2025-01-25T04:21:12.657Z | Checking hyper v1.5.2 |
545 | 2025-01-25T04:21:12.875Z | Checking goblin v0.8.2 |
546 | 2025-01-25T04:21:14.233Z | Compiling openapiv3 v2.0.0 |
547 | 2025-01-25T04:21:14.602Z | Checking hyper-util v0.1.10 |
548 | 2025-01-25T04:21:15.254Z | Checking dirs-sys-next v0.1.2 |
549 | 2025-01-25T04:21:15.563Z | Compiling rustversion v1.0.17 |
550 | 2025-01-25T04:21:15.858Z | Compiling rustls v0.22.4 |
551 | 2025-01-25T04:21:16.321Z | Compiling newtype-uuid v1.2.1 |
552 | 2025-01-25T04:21:16.329Z | Compiling unsafe-libyaml v0.2.11 |
553 | 2025-01-25T04:21:16.330Z | Checking hyper-rustls v0.27.3 |
554 | 2025-01-25T04:21:16.515Z | Checking hyper-tls v0.6.0 |
555 | 2025-01-25T04:21:16.580Z | Compiling paste v1.0.15 |
556 | 2025-01-25T04:21:16.811Z | Checking reqwest v0.12.9 |
557 | 2025-01-25T04:21:17.087Z | Checking pretty-hex v0.4.1 |
558 | 2025-01-25T04:21:17.294Z | Compiling omicron-workspace-hack v0.1.0 |
559 | 2025-01-25T04:21:17.613Z | Compiling serde_yaml v0.9.34+deprecated |
560 | 2025-01-25T04:21:17.756Z | Compiling darling_macro v0.20.10 |
561 | 2025-01-25T04:21:18.035Z | Checking dirs-next v2.0.0 |
562 | 2025-01-25T04:21:18.209Z | Checking ipnetwork v0.20.0 |
563 | 2025-01-25T04:21:18.462Z | Checking serde_spanned v0.6.8 |
564 | 2025-01-25T04:21:18.728Z | Checking toml_datetime v0.6.8 |
565 | 2025-01-25T04:21:18.750Z | Checking ppv-lite86 v0.2.20 |
566 | 2025-01-25T04:21:18.750Z | Checking block-buffer v0.10.4 |
567 | 2025-01-25T04:21:18.750Z | Checking crypto-common v0.1.6 |
568 | 2025-01-25T04:21:18.841Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-01-25T04:21:18.863Z | Checking rand_core v0.6.4 |
570 | 2025-01-25T04:21:18.914Z | Checking thread_local v1.1.8 |
571 | 2025-01-25T04:21:18.990Z | Compiling multer v3.1.0 |
572 | 2025-01-25T04:21:19.165Z | Compiling slog-async v2.8.0 |
573 | 2025-01-25T04:21:19.217Z | Checking match_cfg v0.1.0 |
574 | 2025-01-25T04:21:19.367Z | Checking either v1.13.0 |
575 | 2025-01-25T04:21:19.448Z | Compiling thiserror v2.0.11 |
576 | 2025-01-25T04:21:19.448Z | Checking winnow v0.6.20 |
577 | 2025-01-25T04:21:19.668Z | Compiling anyhow v1.0.95 |
578 | 2025-01-25T04:21:19.685Z | Compiling camino v1.1.9 |
579 | 2025-01-25T04:21:20.338Z | Checking itertools v0.10.5 |
580 | 2025-01-25T04:21:20.391Z | Checking rand_chacha v0.3.1 |
581 | 2025-01-25T04:21:20.728Z | Checking hostname v0.3.1 |
582 | 2025-01-25T04:21:20.861Z | Checking digest v0.10.7 |
583 | 2025-01-25T04:21:21.055Z | Checking crossbeam-channel v0.5.13 |
584 | 2025-01-25T04:21:21.192Z | Compiling darling v0.20.10 |
585 | 2025-01-25T04:21:21.312Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
586 | 2025-01-25T04:21:21.327Z | Checking progenitor-client v0.8.0 |
587 | 2025-01-25T04:21:21.360Z | Compiling structmeta v0.3.0 |
588 | 2025-01-25T04:21:21.662Z | Checking term v0.7.0 |
589 | 2025-01-25T04:21:22.163Z | Compiling usdt-attr-macro v0.5.0 |
590 | 2025-01-25T04:21:22.169Z | Checking toml_edit v0.22.22 |
591 | 2025-01-25T04:21:22.508Z | Compiling usdt-macro v0.5.0 |
592 | 2025-01-25T04:21:22.914Z | Checking slog-json v2.6.1 |
593 | 2025-01-25T04:21:23.028Z | Checking futures-executor v0.3.31 |
594 | 2025-01-25T04:21:23.152Z | Compiling thiserror-impl v2.0.11 |
595 | 2025-01-25T04:21:23.263Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
596 | 2025-01-25T04:21:23.266Z | Compiling async-stream-impl v0.3.6 |
597 | 2025-01-25T04:21:23.534Z | Checking memmap v0.7.0 |
598 | 2025-01-25T04:21:23.762Z | Checking is-terminal v0.4.13 |
599 | 2025-01-25T04:21:23.810Z | Compiling dropshot v0.15.1 |
600 | 2025-01-25T04:21:23.887Z | Checking take_mut v0.2.2 |
601 | 2025-01-25T04:21:24.043Z | Checking cpufeatures v0.2.14 |
602 | 2025-01-25T04:21:24.071Z | Compiling typify-macro v0.2.0 |
603 | 2025-01-25T04:21:24.133Z | Checking sha1 v0.10.6 |
604 | 2025-01-25T04:21:24.373Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
605 | 2025-01-25T04:21:24.430Z | Checking slog-term v2.9.1 |
606 | 2025-01-25T04:21:24.483Z | Checking async-stream v0.3.6 |
607 | 2025-01-25T04:21:24.523Z | Checking usdt v0.5.0 |
608 | 2025-01-25T04:21:24.685Z | Checking futures v0.3.31 |
609 | 2025-01-25T04:21:24.784Z | Checking slog-bunyan v2.5.0 |
610 | 2025-01-25T04:21:24.797Z | Compiling strum_macros v0.26.4 |
611 | 2025-01-25T04:21:24.816Z | Checking toml v0.8.19 |
612 | 2025-01-25T04:21:24.941Z | Compiling parse-display-derive v0.10.0 |
613 | 2025-01-25T04:21:24.962Z | Compiling serde_with_macros v3.11.0 |
614 | 2025-01-25T04:21:24.983Z | Checking rand v0.8.5 |
615 | 2025-01-25T04:21:25.210Z | Checking tokio-rustls v0.25.0 |
616 | 2025-01-25T04:21:26.067Z | Compiling dropshot_endpoint v0.15.1 |
617 | 2025-01-25T04:21:26.169Z | Checking serde_path_to_error v0.1.16 |
618 | 2025-01-25T04:21:26.235Z | Checking hex v0.4.3 |
619 | 2025-01-25T04:21:26.477Z | Compiling async-trait v0.1.85 |
620 | 2025-01-25T04:21:26.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
621 | 2025-01-25T04:21:26.773Z | Checking waitgroup v0.1.2 |
622 | 2025-01-25T04:21:26.919Z | Checking hostname v0.4.0 |
623 | 2025-01-25T04:21:27.058Z | Checking instant v0.1.13 |
624 | 2025-01-25T04:21:27.181Z | Checking debug-ignore v1.0.5 |
625 | 2025-01-25T04:21:27.330Z | Checking backoff v0.4.0 |
626 | 2025-01-25T04:21:27.435Z | Checking serde_with v3.11.0 |
627 | 2025-01-25T04:21:27.495Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
628 | 2025-01-25T04:21:27.546Z | Compiling typify v0.2.0 |
629 | 2025-01-25T04:21:27.648Z | Compiling progenitor-impl v0.8.0 |
630 | 2025-01-25T04:21:27.669Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
631 | 2025-01-25T04:21:27.832Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
632 | 2025-01-25T04:21:28.629Z | Checking parse-display v0.10.0 |
633 | 2025-01-25T04:21:28.775Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
634 | 2025-01-25T04:21:28.956Z | Checking progenitor-client v0.9.1 |
635 | 2025-01-25T04:21:29.051Z | Checking macaddr v1.0.1 |
636 | 2025-01-25T04:21:29.074Z | Checking strum v0.26.3 |
637 | 2025-01-25T04:21:29.121Z | Checking regress v0.9.1 |
638 | 2025-01-25T04:21:30.761Z | Compiling progenitor-macro v0.8.0 |
639 | 2025-01-25T04:21:34.354Z | Checking progenitor v0.8.0 |
640 | 2025-01-25T04:21:34.466Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
641 | 2025-01-25T04:21:37.326Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
642 | 2025-01-25T04:21:44.984Z | Checking test-project v0.1.0 (/tmp/test-project) |
643 | 2025-01-25T04:21:45.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
644 | 2025-01-25T04:21:45.225Z | + cargo build --release |
645 | 2025-01-25T04:21:45.494Z | Compiling proc-macro2 v1.0.92 |
646 | 2025-01-25T04:21:45.495Z | Compiling unicode-ident v1.0.14 |
647 | 2025-01-25T04:21:45.522Z | Compiling libc v0.2.169 |
648 | 2025-01-25T04:21:45.522Z | Compiling cfg-if v1.0.0 |
649 | 2025-01-25T04:21:45.522Z | Compiling autocfg v1.4.0 |
650 | 2025-01-25T04:21:45.523Z | Compiling serde v1.0.217 |
651 | 2025-01-25T04:21:45.523Z | Compiling version_check v0.9.5 |
652 | 2025-01-25T04:21:45.523Z | Compiling memchr v2.7.4 |
653 | 2025-01-25T04:21:45.742Z | Compiling serde_json v1.0.135 |
654 | 2025-01-25T04:21:45.754Z | Compiling itoa v1.0.11 |
655 | 2025-01-25T04:21:45.949Z | Compiling thiserror v1.0.69 |
656 | 2025-01-25T04:21:46.045Z | Compiling once_cell v1.20.2 |
657 | 2025-01-25T04:21:46.095Z | Compiling shlex v1.3.0 |
658 | 2025-01-25T04:21:46.395Z | Compiling cc v1.1.30 |
659 | 2025-01-25T04:21:46.458Z | Compiling num-traits v0.2.19 |
660 | 2025-01-25T04:21:46.499Z | Compiling pin-project-lite v0.2.14 |
661 | 2025-01-25T04:21:46.756Z | Compiling getrandom v0.2.15 |
662 | 2025-01-25T04:21:46.905Z | Compiling ryu v1.0.18 |
663 | 2025-01-25T04:21:46.909Z | Compiling smallvec v1.13.2 |
664 | 2025-01-25T04:21:47.103Z | Compiling bytes v1.9.0 |
665 | 2025-01-25T04:21:47.241Z | Compiling quote v1.0.38 |
666 | 2025-01-25T04:21:47.327Z | Compiling futures-core v0.3.31 |
667 | 2025-01-25T04:21:47.346Z | Compiling lock_api v0.4.12 |
668 | 2025-01-25T04:21:47.449Z | Compiling parking_lot_core v0.9.10 |
669 | 2025-01-25T04:21:47.568Z | Compiling schemars v0.8.21 |
670 | 2025-01-25T04:21:47.702Z | Compiling syn v2.0.96 |
671 | 2025-01-25T04:21:47.906Z | Compiling ahash v0.8.11 |
672 | 2025-01-25T04:21:48.016Z | Compiling scopeguard v1.2.0 |
673 | 2025-01-25T04:21:48.023Z | Compiling byteorder v1.5.0 |
674 | 2025-01-25T04:21:48.262Z | Compiling slab v0.4.9 |
675 | 2025-01-25T04:21:48.294Z | Compiling futures-sink v0.3.31 |
676 | 2025-01-25T04:21:48.444Z | Compiling log v0.4.22 |
677 | 2025-01-25T04:21:48.533Z | Compiling mio v1.0.2 |
678 | 2025-01-25T04:21:48.765Z | Compiling parking_lot v0.12.3 |
679 | 2025-01-25T04:21:48.879Z | Compiling socket2 v0.5.7 |
680 | 2025-01-25T04:21:48.887Z | Compiling signal-hook-registry v1.4.2 |
681 | 2025-01-25T04:21:48.972Z | Compiling stable_deref_trait v1.2.0 |
682 | 2025-01-25T04:21:49.132Z | Compiling fnv v1.0.7 |
683 | 2025-01-25T04:21:49.138Z | Compiling ring v0.17.8 |
684 | 2025-01-25T04:21:49.206Z | Compiling semver v1.0.24 |
685 | 2025-01-25T04:21:49.365Z | Compiling equivalent v1.0.1 |
686 | 2025-01-25T04:21:49.486Z | Compiling hashbrown v0.15.1 |
687 | 2025-01-25T04:21:49.720Z | Compiling http v1.2.0 |
688 | 2025-01-25T04:21:50.339Z | Compiling futures-channel v0.3.31 |
689 | 2025-01-25T04:21:50.435Z | Compiling futures-task v0.3.31 |
690 | 2025-01-25T04:21:50.563Z | Compiling pin-utils v0.1.0 |
691 | 2025-01-25T04:21:50.680Z | Compiling futures-io v0.3.31 |
692 | 2025-01-25T04:21:50.706Z | Compiling vcpkg v0.2.15 |
693 | 2025-01-25T04:21:50.888Z | Compiling rustls-pki-types v1.10.0 |
694 | 2025-01-25T04:21:50.937Z | Compiling pkg-config v0.3.31 |
695 | 2025-01-25T04:21:50.948Z | Compiling spin v0.9.8 |
696 | 2025-01-25T04:21:51.201Z | Compiling iana-time-zone v0.1.61 |
697 | 2025-01-25T04:21:51.894Z | Compiling litemap v0.7.3 |
698 | 2025-01-25T04:21:52.033Z | Compiling httparse v1.9.5 |
699 | 2025-01-25T04:21:52.170Z | Compiling openssl-sys v0.9.103 |
700 | 2025-01-25T04:21:52.342Z | Compiling writeable v0.5.5 |
701 | 2025-01-25T04:21:52.683Z | Compiling untrusted v0.9.0 |
702 | 2025-01-25T04:21:52.780Z | Compiling heck v0.5.0 |
703 | 2025-01-25T04:21:53.097Z | Compiling tracing-core v0.1.32 |
704 | 2025-01-25T04:21:53.228Z | Compiling atomic-waker v1.1.2 |
705 | 2025-01-25T04:21:53.343Z | Compiling dyn-clone v1.0.17 |
706 | 2025-01-25T04:21:53.384Z | Compiling ucd-trie v0.1.7 |
707 | 2025-01-25T04:21:53.576Z | Compiling http-body v1.0.1 |
708 | 2025-01-25T04:21:53.919Z | Compiling tracing v0.1.40 |
709 | 2025-01-25T04:21:54.210Z | Compiling try-lock v0.2.5 |
710 | 2025-01-25T04:21:54.331Z | Compiling allocator-api2 v0.2.18 |
711 | 2025-01-25T04:21:54.387Z | Compiling subtle v2.6.1 |
712 | 2025-01-25T04:21:54.458Z | Compiling zeroize v1.8.1 |
713 | 2025-01-25T04:21:54.463Z | Compiling icu_locid_transform_data v1.5.0 |
714 | 2025-01-25T04:21:54.624Z | Compiling want v0.3.1 |
715 | 2025-01-25T04:21:54.815Z | Compiling openssl v0.10.66 |
716 | 2025-01-25T04:21:54.911Z | Compiling chrono v0.4.39 |
717 | 2025-01-25T04:21:54.963Z | Compiling icu_properties_data v1.5.0 |
718 | 2025-01-25T04:21:55.017Z | Compiling uuid v1.12.0 |
719 | 2025-01-25T04:21:55.190Z | Compiling foreign-types-shared v0.1.1 |
720 | 2025-01-25T04:21:55.276Z | Compiling synstructure v0.13.1 |
721 | 2025-01-25T04:21:55.311Z | Compiling serde_derive_internals v0.29.1 |
722 | 2025-01-25T04:21:55.577Z | Compiling httpdate v1.0.3 |
723 | 2025-01-25T04:21:56.336Z | Compiling foreign-types v0.3.2 |
724 | 2025-01-25T04:21:56.564Z | Compiling write16 v1.0.0 |
725 | 2025-01-25T04:21:56.695Z | Compiling icu_normalizer_data v1.5.0 |
726 | 2025-01-25T04:21:56.715Z | Compiling utf8_iter v1.0.4 |
727 | 2025-01-25T04:21:56.991Z | Compiling tower-service v0.3.3 |
728 | 2025-01-25T04:21:57.123Z | Compiling slog v2.7.0 |
729 | 2025-01-25T04:21:57.131Z | Compiling bitflags v2.6.0 |
730 | 2025-01-25T04:21:57.380Z | Compiling native-tls v0.2.12 |
731 | 2025-01-25T04:21:57.640Z | Compiling percent-encoding v2.3.1 |
732 | 2025-01-25T04:21:57.779Z | Compiling utf16_iter v1.0.5 |
733 | 2025-01-25T04:21:57.788Z | Compiling rustls v0.23.19 |
734 | 2025-01-25T04:21:57.860Z | Compiling form_urlencoded v1.2.1 |
735 | 2025-01-25T04:21:57.996Z | Compiling aho-corasick v1.1.3 |
736 | 2025-01-25T04:21:58.123Z | Compiling openssl-probe v0.1.5 |
737 | 2025-01-25T04:21:58.149Z | Compiling typenum v1.17.0 |
738 | 2025-01-25T04:21:58.377Z | Compiling regex-syntax v0.8.5 |
739 | 2025-01-25T04:21:59.545Z | Compiling generic-array v0.14.7 |
740 | 2025-01-25T04:21:59.842Z | Compiling serde_derive v1.0.217 |
741 | 2025-01-25T04:21:59.886Z | Compiling zerocopy-derive v0.7.35 |
742 | 2025-01-25T04:22:00.046Z | Compiling thiserror-impl v1.0.69 |
743 | 2025-01-25T04:22:00.162Z | Compiling schemars_derive v0.8.21 |
744 | 2025-01-25T04:22:00.295Z | Compiling zerofrom-derive v0.1.4 |
745 | 2025-01-25T04:22:01.896Z | Compiling zerocopy v0.7.35 |
746 | 2025-01-25T04:22:02.981Z | Compiling yoke-derive v0.7.4 |
747 | 2025-01-25T04:22:03.001Z | Compiling tokio-macros v2.5.0 |
748 | 2025-01-25T04:22:03.178Z | Compiling zerovec-derive v0.10.3 |
749 | 2025-01-25T04:22:03.495Z | Compiling displaydoc v0.2.5 |
750 | 2025-01-25T04:22:03.552Z | Compiling zerofrom v0.1.4 |
751 | 2025-01-25T04:22:03.788Z | Compiling futures-macro v0.3.31 |
752 | 2025-01-25T04:22:04.586Z | Compiling tokio v1.43.0 |
753 | 2025-01-25T04:22:05.025Z | Compiling icu_provider_macros v1.5.0 |
754 | 2025-01-25T04:22:05.537Z | Compiling yoke v0.7.4 |
755 | 2025-01-25T04:22:05.813Z | Compiling futures-util v0.3.31 |
756 | 2025-01-25T04:22:05.913Z | Compiling zerovec v0.10.4 |
757 | 2025-01-25T04:22:06.091Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-25T04:22:06.152Z | Compiling pest v2.7.14 |
759 | 2025-01-25T04:22:09.353Z | Compiling tinystr v0.7.6 |
760 | 2025-01-25T04:22:09.698Z | Compiling icu_locid v1.5.0 |
761 | 2025-01-25T04:22:11.079Z | Compiling icu_provider v1.5.0 |
762 | 2025-01-25T04:22:11.999Z | Compiling icu_locid_transform v1.5.0 |
763 | 2025-01-25T04:22:12.041Z | Compiling pest_meta v2.7.14 |
764 | 2025-01-25T04:22:13.453Z | Compiling indexmap v2.7.0 |
765 | 2025-01-25T04:22:15.131Z | Compiling serde_tokenstream v0.2.2 |
766 | 2025-01-25T04:22:17.264Z | Compiling tokio-util v0.7.12 |
767 | 2025-01-25T04:22:17.310Z | Compiling icu_collections v1.5.0 |
768 | 2025-01-25T04:22:17.679Z | Compiling hashbrown v0.14.5 |
769 | 2025-01-25T04:22:19.439Z | Compiling h2 v0.4.6 |
770 | 2025-01-25T04:22:19.593Z | Compiling regress v0.10.1 |
771 | 2025-01-25T04:22:20.146Z | Compiling icu_properties v1.5.1 |
772 | 2025-01-25T04:22:21.140Z | Compiling pest_generator v2.7.14 |
773 | 2025-01-25T04:22:22.929Z | Compiling openssl-macros v0.1.1 |
774 | 2025-01-25T04:22:24.284Z | Compiling icu_normalizer v1.5.0 |
775 | 2025-01-25T04:22:24.347Z | Compiling typify-impl v0.2.0 |
776 | 2025-01-25T04:22:26.538Z | Compiling hyper v1.5.2 |
777 | 2025-01-25T04:22:30.065Z | Compiling hyper-util v0.1.10 |
778 | 2025-01-25T04:22:31.284Z | Compiling pest_derive v2.7.14 |
779 | 2025-01-25T04:22:35.117Z | Compiling typify-macro v0.2.0 |
780 | 2025-01-25T04:22:36.300Z | Compiling idna_adapter v1.2.0 |
781 | 2025-01-25T04:22:36.497Z | Compiling http-body-util v0.1.2 |
782 | 2025-01-25T04:22:37.075Z | Compiling regex-automata v0.4.8 |
783 | 2025-01-25T04:22:37.148Z | Compiling encoding_rs v0.8.34 |
784 | 2025-01-25T04:22:38.056Z | Compiling mime v0.3.17 |
785 | 2025-01-25T04:22:38.655Z | Compiling idna v1.0.3 |
786 | 2025-01-25T04:22:38.715Z | Compiling tokio-native-tls v0.3.1 |
787 | 2025-01-25T04:22:39.022Z | Compiling serde_urlencoded v0.7.1 |
788 | 2025-01-25T04:22:39.526Z | Compiling tokio-rustls v0.26.0 |
789 | 2025-01-25T04:22:39.641Z | Compiling scroll_derive v0.12.0 |
790 | 2025-01-25T04:22:40.651Z | Compiling webpki-roots v0.26.6 |
791 | 2025-01-25T04:22:40.861Z | Compiling rustls-pemfile v2.2.0 |
792 | 2025-01-25T04:22:41.127Z | Compiling regex v1.11.1 |
793 | 2025-01-25T04:22:41.775Z | Compiling usdt-impl v0.5.0 |
794 | 2025-01-25T04:22:42.085Z | Compiling num-conv v0.1.0 |
795 | 2025-01-25T04:22:42.325Z | Compiling powerfmt v0.2.0 |
796 | 2025-01-25T04:22:42.836Z | Compiling time-core v0.1.2 |
797 | 2025-01-25T04:22:43.003Z | Compiling base64 v0.22.1 |
798 | 2025-01-25T04:22:44.131Z | Compiling time-macros v0.2.18 |
799 | 2025-01-25T04:22:44.247Z | Compiling deranged v0.3.11 |
800 | 2025-01-25T04:22:45.871Z | Compiling scroll v0.12.0 |
801 | 2025-01-25T04:22:46.030Z | Compiling hyper-rustls v0.27.3 |
802 | 2025-01-25T04:22:47.026Z | Compiling thread-id v4.2.2 |
803 | 2025-01-25T04:22:47.132Z | Compiling url v2.5.3 |
804 | 2025-01-25T04:22:47.799Z | Compiling hyper-tls v0.6.0 |
805 | 2025-01-25T04:22:48.575Z | Compiling dtrace-parser v0.2.0 |
806 | 2025-01-25T04:22:50.245Z | Compiling dof v0.3.0 |
807 | 2025-01-25T04:22:51.030Z | Compiling sync_wrapper v1.0.1 |
808 | 2025-01-25T04:22:51.189Z | Compiling crossbeam-utils v0.8.20 |
809 | 2025-01-25T04:22:52.004Z | Compiling ident_case v1.0.1 |
810 | 2025-01-25T04:22:52.192Z | Compiling ipnet v2.10.1 |
811 | 2025-01-25T04:22:53.254Z | Compiling strsim v0.11.1 |
812 | 2025-01-25T04:22:53.943Z | Compiling syn v1.0.109 |
813 | 2025-01-25T04:22:54.728Z | Compiling num_threads v0.1.7 |
814 | 2025-01-25T04:22:56.085Z | Compiling plain v0.2.3 |
815 | 2025-01-25T04:22:56.233Z | Compiling omicron-workspace-hack v0.1.0 |
816 | 2025-01-25T04:22:56.481Z | Compiling goblin v0.8.2 |
817 | 2025-01-25T04:22:59.049Z | Compiling time v0.3.36 |
818 | 2025-01-25T04:23:00.942Z | Compiling darling_core v0.20.10 |
819 | 2025-01-25T04:23:01.274Z | Compiling reqwest v0.12.9 |
820 | 2025-01-25T04:23:08.224Z | Compiling openapiv3 v2.0.0 |
821 | 2025-01-25T04:23:08.764Z | Compiling typify v0.2.0 |
822 | 2025-01-25T04:23:10.176Z | Compiling dirs-sys-next v0.1.2 |
823 | 2025-01-25T04:23:11.533Z | Compiling newtype-uuid v1.2.1 |
824 | 2025-01-25T04:23:11.870Z | Compiling pretty-hex v0.4.1 |
825 | 2025-01-25T04:23:12.250Z | Compiling rustls v0.22.4 |
826 | 2025-01-25T04:23:12.358Z | Compiling rustversion v1.0.17 |
827 | 2025-01-25T04:23:12.732Z | Compiling paste v1.0.15 |
828 | 2025-01-25T04:23:12.935Z | Compiling unsafe-libyaml v0.2.11 |
829 | 2025-01-25T04:23:14.731Z | Compiling serde_yaml v0.9.34+deprecated |
830 | 2025-01-25T04:23:15.548Z | Compiling progenitor-impl v0.8.0 |
831 | 2025-01-25T04:23:17.613Z | Compiling dirs-next v2.0.0 |
832 | 2025-01-25T04:23:18.195Z | Compiling darling_macro v0.20.10 |
833 | 2025-01-25T04:23:19.605Z | Compiling block-buffer v0.10.4 |
834 | 2025-01-25T04:23:19.614Z | Compiling crypto-common v0.1.6 |
835 | 2025-01-25T04:23:19.846Z | Compiling ipnetwork v0.20.0 |
836 | 2025-01-25T04:23:19.965Z | Compiling serde_spanned v0.6.8 |
837 | 2025-01-25T04:23:20.077Z | Compiling toml_datetime v0.6.8 |
838 | 2025-01-25T04:23:20.785Z | Compiling ppv-lite86 v0.2.20 |
839 | 2025-01-25T04:23:21.636Z | Compiling structmeta-derive v0.3.0 |
840 | 2025-01-25T04:23:21.656Z | Compiling rand_core v0.6.4 |
841 | 2025-01-25T04:23:21.936Z | Compiling thread_local v1.1.8 |
842 | 2025-01-25T04:23:22.199Z | Compiling multer v3.1.0 |
843 | 2025-01-25T04:23:22.464Z | Compiling camino v1.1.9 |
844 | 2025-01-25T04:23:22.636Z | Compiling slog-async v2.8.0 |
845 | 2025-01-25T04:23:23.075Z | Compiling thiserror v2.0.11 |
846 | 2025-01-25T04:23:23.158Z | Compiling match_cfg v0.1.0 |
847 | 2025-01-25T04:23:23.324Z | Compiling anyhow v1.0.95 |
848 | 2025-01-25T04:23:23.661Z | Compiling winnow v0.6.20 |
849 | 2025-01-25T04:23:23.860Z | Compiling either v1.13.0 |
850 | 2025-01-25T04:23:24.176Z | Compiling structmeta v0.3.0 |
851 | 2025-01-25T04:23:24.301Z | Compiling itertools v0.10.5 |
852 | 2025-01-25T04:23:24.436Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
853 | 2025-01-25T04:23:24.926Z | Compiling hostname v0.3.1 |
854 | 2025-01-25T04:23:25.321Z | Compiling rand_chacha v0.3.1 |
855 | 2025-01-25T04:23:25.556Z | Compiling progenitor-macro v0.8.0 |
856 | 2025-01-25T04:23:25.838Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
857 | 2025-01-25T04:23:27.158Z | Compiling digest v0.10.7 |
858 | 2025-01-25T04:23:27.345Z | Compiling toml_edit v0.22.22 |
859 | 2025-01-25T04:23:28.059Z | Compiling darling v0.20.10 |
860 | 2025-01-25T04:23:28.170Z | Compiling crossbeam-channel v0.5.13 |
861 | 2025-01-25T04:23:29.825Z | Compiling term v0.7.0 |
862 | 2025-01-25T04:23:36.593Z | Compiling usdt-macro v0.5.0 |
863 | 2025-01-25T04:23:36.850Z | Compiling usdt-attr-macro v0.5.0 |
864 | 2025-01-25T04:23:37.203Z | Compiling progenitor-client v0.8.0 |
865 | 2025-01-25T04:23:37.927Z | Compiling slog-json v2.6.1 |
866 | 2025-01-25T04:23:38.139Z | Compiling futures-executor v0.3.31 |
867 | 2025-01-25T04:23:38.346Z | Compiling thiserror-impl v2.0.11 |
868 | 2025-01-25T04:23:38.401Z | Compiling async-stream-impl v0.3.6 |
869 | 2025-01-25T04:23:39.284Z | Compiling is-terminal v0.4.13 |
870 | 2025-01-25T04:23:39.409Z | Compiling memmap v0.7.0 |
871 | 2025-01-25T04:23:39.715Z | Compiling dropshot v0.15.1 |
872 | 2025-01-25T04:23:39.874Z | Compiling take_mut v0.2.2 |
873 | 2025-01-25T04:23:40.045Z | Compiling cpufeatures v0.2.14 |
874 | 2025-01-25T04:23:40.135Z | Compiling sha1 v0.10.6 |
875 | 2025-01-25T04:23:40.963Z | Compiling async-stream v0.3.6 |
876 | 2025-01-25T04:23:41.278Z | Compiling usdt v0.5.0 |
877 | 2025-01-25T04:23:41.558Z | Compiling slog-term v2.9.1 |
878 | 2025-01-25T04:23:42.809Z | Compiling futures v0.3.31 |
879 | 2025-01-25T04:23:42.926Z | Compiling slog-bunyan v2.5.0 |
880 | 2025-01-25T04:23:43.313Z | Compiling progenitor v0.8.0 |
881 | 2025-01-25T04:23:43.517Z | Compiling tokio-rustls v0.25.0 |
882 | 2025-01-25T04:23:43.660Z | Compiling strum_macros v0.26.4 |
883 | 2025-01-25T04:23:43.959Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
884 | 2025-01-25T04:23:44.527Z | Compiling toml v0.8.19 |
885 | 2025-01-25T04:23:45.699Z | Compiling serde_with_macros v3.11.0 |
886 | 2025-01-25T04:23:45.732Z | Compiling rand v0.8.5 |
887 | 2025-01-25T04:23:49.395Z | Compiling parse-display-derive v0.10.0 |
888 | 2025-01-25T04:23:49.944Z | Compiling dropshot_endpoint v0.15.1 |
889 | 2025-01-25T04:23:50.391Z | Compiling serde_path_to_error v0.1.16 |
890 | 2025-01-25T04:23:51.429Z | Compiling hex v0.4.3 |
891 | 2025-01-25T04:23:51.473Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
892 | 2025-01-25T04:23:52.035Z | Compiling async-trait v0.1.85 |
893 | 2025-01-25T04:23:52.134Z | Compiling waitgroup v0.1.2 |
894 | 2025-01-25T04:23:52.306Z | Compiling hostname v0.4.0 |
895 | 2025-01-25T04:23:52.370Z | Compiling instant v0.1.13 |
896 | 2025-01-25T04:23:52.533Z | Compiling debug-ignore v1.0.5 |
897 | 2025-01-25T04:23:52.559Z | Compiling backoff v0.4.0 |
898 | 2025-01-25T04:23:52.695Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2025-01-25T04:23:52.881Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
900 | 2025-01-25T04:23:53.008Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
901 | 2025-01-25T04:23:53.071Z | Compiling serde_with v3.11.0 |
902 | 2025-01-25T04:23:53.209Z | Compiling parse-display v0.10.0 |
903 | 2025-01-25T04:23:54.147Z | Compiling strum v0.26.3 |
904 | 2025-01-25T04:23:54.335Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
905 | 2025-01-25T04:23:55.079Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
906 | 2025-01-25T04:23:55.246Z | Compiling progenitor-client v0.9.1 |
907 | 2025-01-25T04:23:56.001Z | Compiling regress v0.9.1 |
908 | 2025-01-25T04:23:56.277Z | Compiling macaddr v1.0.1 |
909 | 2025-01-25T04:24:01.573Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
910 | 2025-01-25T04:24:12.832Z | Compiling test-project v0.1.0 (/tmp/test-project) |
911 | 2025-01-25T04:24:23.400Z | Finished `release` profile [optimized] target(s) in 2m 38s |
912 | 2025-01-25T04:24:23.470Z | process exited: duration 229094 ms, exit code 0 |
|
913 | 2025-01-25T04:24:23.475Z | found 0 output files |