|
|
|
1 | 2025-02-23T12:42:59.115Z | job assigned to worker 01JMSD7Y9VYGTX7M3P0ZAKM9XF [factory aws, i-039a817b33ccfd377] (queued for 1 m 15 s) |
|
2 | 2025-02-23T12:43:07.098Z | starting task 0: "setup" |
3 | 2025-02-23T12:43:07.105Z | ++ uname -s |
4 | 2025-02-23T12:43:07.107Z | + kern=SunOS |
5 | 2025-02-23T12:43:07.107Z | + build_user=build |
6 | 2025-02-23T12:43:07.107Z | + build_uid=12345 |
7 | 2025-02-23T12:43:07.107Z | + work_dir=/work |
8 | 2025-02-23T12:43:07.107Z | + input_dir=/input |
9 | 2025-02-23T12:43:07.107Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T12:43:07.107Z | + case "$kern" in |
11 | 2025-02-23T12:43:07.107Z | + groupadd -g 12345 build |
12 | 2025-02-23T12:43:07.109Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T12:43:09.118Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T12:43:09.230Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T12:43:09.236Z | + home_fs=zfs |
16 | 2025-02-23T12:43:09.236Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T12:43:09.236Z | + mkdir -p /home/build |
18 | 2025-02-23T12:43:09.236Z | + chown build:build /home/build /work |
19 | 2025-02-23T12:43:10.235Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T12:43:10.238Z | process exited: duration 3140 ms, exit code 0 |
|
21 | 2025-02-23T12:43:10.244Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T12:43:10.248Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T12:43:10.248Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T12:43:10.248Z | * rust toolchain profile = "default" |
25 | 2025-02-23T12:43:10.248Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-23T12:43:10.248Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T12:43:10.248Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T12:43:10.251Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T12:43:10.251Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T12:43:10.369Z | info: downloading installer |
31 | 2025-02-23T12:43:11.706Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T12:43:11.706Z | warning: /opt/ooce/bin |
33 | 2025-02-23T12:43:11.706Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T12:43:11.706Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T12:43:11.706Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T12:43:11.706Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T12:43:11.706Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T12:43:11.706Z | error: cannot install while Rust is installed |
39 | 2025-02-23T12:43:11.706Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T12:43:11.718Z | info: profile set to 'default' |
41 | 2025-02-23T12:43:11.718Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T12:43:11.721Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T12:43:11.862Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T12:43:11.862Z | info: downloading component 'cargo' |
45 | 2025-02-23T12:43:12.596Z | info: downloading component 'clippy' |
46 | 2025-02-23T12:43:12.883Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T12:43:13.999Z | info: downloading component 'rust-std' |
48 | 2025-02-23T12:43:15.638Z | info: downloading component 'rustc' |
49 | 2025-02-23T12:43:21.616Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T12:43:21.835Z | info: installing component 'cargo' |
51 | 2025-02-23T12:43:22.639Z | info: installing component 'clippy' |
52 | 2025-02-23T12:43:23.019Z | info: installing component 'rust-docs' |
53 | 2025-02-23T12:43:24.772Z | info: installing component 'rust-std' |
54 | 2025-02-23T12:43:26.663Z | info: installing component 'rustc' |
55 | 2025-02-23T12:43:32.534Z | info: installing component 'rustfmt' |
56 | 2025-02-23T12:43:32.866Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T12:43:32.866Z | |
58 | 2025-02-23T12:43:33.233Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T12:43:33.233Z | |
60 | 2025-02-23T12:43:33.236Z | |
61 | 2025-02-23T12:43:33.236Z | Rust is installed now. Great! |
62 | 2025-02-23T12:43:33.236Z | |
63 | 2025-02-23T12:43:33.236Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T12:43:33.236Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T12:43:33.236Z | |
66 | 2025-02-23T12:43:33.236Z | To configure your current shell, you need to source |
67 | 2025-02-23T12:43:33.237Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T12:43:33.237Z | |
69 | 2025-02-23T12:43:33.237Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T12:43:33.237Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T12:43:33.237Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T12:43:33.308Z | + rustup --version |
73 | 2025-02-23T12:43:33.316Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T12:43:33.316Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T12:43:33.395Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T12:43:33.398Z | + cargo --version |
77 | 2025-02-23T12:43:33.455Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T12:43:33.460Z | + rustc --version |
79 | 2025-02-23T12:43:33.521Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T12:43:33.525Z | process exited: duration 23283 ms, exit code 0 |
|
81 | 2025-02-23T12:43:33.530Z | starting task 2: "authentication" |
82 | 2025-02-23T12:43:33.552Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T12:43:33.561Z | starting task 3: "clone repository" |
84 | 2025-02-23T12:43:33.564Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T12:43:33.567Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T12:43:33.609Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T12:43:41.472Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T12:43:41.472Z | + git fetch origin 32e3ede594d0a6222d2915c4b647c395db712fa1 |
89 | 2025-02-23T12:43:41.769Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T12:43:41.769Z | * branch 32e3ede594d0a6222d2915c4b647c395db712fa1 -> FETCH_HEAD |
91 | 2025-02-23T12:43:41.778Z | + [[ -n renovate/samael-0.x ]] |
92 | 2025-02-23T12:43:41.781Z | ++ git branch --show-current |
93 | 2025-02-23T12:43:41.783Z | + current=main |
94 | 2025-02-23T12:43:41.783Z | + [[ main != renovate/samael-0.x ]] |
95 | 2025-02-23T12:43:41.783Z | + git branch -f renovate/samael-0.x 32e3ede594d0a6222d2915c4b647c395db712fa1 |
96 | 2025-02-23T12:43:41.786Z | + git checkout -f renovate/samael-0.x |
97 | 2025-02-23T12:43:41.973Z | Switched to branch 'renovate/samael-0.x' |
98 | 2025-02-23T12:43:41.975Z | + git reset --hard 32e3ede594d0a6222d2915c4b647c395db712fa1 |
99 | 2025-02-23T12:43:42.155Z | HEAD is now at 32e3ede59 Update Rust crate samael to 0.0.18 |
100 | 2025-02-23T12:43:42.158Z | process exited: duration 8599 ms, exit code 0 |
|
101 | 2025-02-23T12:43:42.164Z | starting task 4: "build" |
102 | 2025-02-23T12:43:42.169Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T12:43:42.169Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T12:43:42.169Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T12:43:42.169Z | + cargo --version |
106 | 2025-02-23T12:43:42.220Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T12:43:42.223Z | + rustc --version |
108 | 2025-02-23T12:43:42.285Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T12:43:42.287Z | + cd /tmp |
110 | 2025-02-23T12:43:42.287Z | + cargo new --lib test-project |
111 | 2025-02-23T12:43:42.346Z | Creating library `test-project` package |
112 | 2025-02-23T12:43:42.427Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-23T12:43:42.430Z | + cd test-project |
114 | 2025-02-23T12:43:42.430Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-23T12:43:42.491Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-23T12:43:42.491Z | Features: |
117 | 2025-02-23T12:43:42.491Z | - proptest |
118 | 2025-02-23T12:43:42.491Z | - test-strategy |
119 | 2025-02-23T12:43:42.491Z | - testing |
120 | 2025-02-23T12:43:42.523Z | Updating crates.io index |
121 | 2025-02-23T12:43:42.594Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-23T12:43:43.170Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-23T12:43:43.586Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-23T12:43:45.230Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-23T12:43:45.402Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-23T12:43:45.404Z | + cargo check |
127 | 2025-02-23T12:43:45.585Z | Updating crates.io index |
128 | 2025-02-23T12:43:46.448Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-23T12:43:46.448Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-23T12:43:46.504Z | Downloading crates ... |
131 | 2025-02-23T12:43:46.591Z | Downloaded async-stream-impl v0.3.6 |
132 | 2025-02-23T12:43:46.598Z | Downloaded icu_provider_macros v1.5.0 |
133 | 2025-02-23T12:43:46.601Z | Downloaded darling_macro v0.20.10 |
134 | 2025-02-23T12:43:46.604Z | Downloaded synstructure v0.13.1 |
135 | 2025-02-23T12:43:46.610Z | Downloaded thiserror-impl v1.0.69 |
136 | 2025-02-23T12:43:46.612Z | Downloaded thread_local v1.1.8 |
137 | 2025-02-23T12:43:46.615Z | Downloaded take_mut v0.2.2 |
138 | 2025-02-23T12:43:46.615Z | Downloaded instant v0.1.13 |
139 | 2025-02-23T12:43:46.618Z | Downloaded foreign-types-shared v0.1.1 |
140 | 2025-02-23T12:43:46.618Z | Downloaded dtrace-parser v0.2.0 |
141 | 2025-02-23T12:43:46.622Z | Downloaded tinystr v0.7.6 |
142 | 2025-02-23T12:43:46.627Z | Downloaded num-conv v0.1.0 |
143 | 2025-02-23T12:43:46.627Z | Downloaded is-terminal v0.4.13 |
144 | 2025-02-23T12:43:46.627Z | Downloaded tower-service v0.3.3 |
145 | 2025-02-23T12:43:46.632Z | Downloaded usdt-macro v0.5.0 |
146 | 2025-02-23T12:43:46.632Z | Downloaded tower-layer v0.3.3 |
147 | 2025-02-23T12:43:46.632Z | Downloaded openssl-macros v0.1.1 |
148 | 2025-02-23T12:43:46.632Z | Downloaded want v0.3.1 |
149 | 2025-02-23T12:43:46.632Z | Downloaded byteorder v1.5.0 |
150 | 2025-02-23T12:43:46.635Z | Downloaded async-stream v0.3.6 |
151 | 2025-02-23T12:43:46.635Z | Downloaded openssl-probe v0.1.5 |
152 | 2025-02-23T12:43:46.638Z | Downloaded num_threads v0.1.7 |
153 | 2025-02-23T12:43:46.638Z | Downloaded write16 v1.0.0 |
154 | 2025-02-23T12:43:46.638Z | Downloaded crypto-common v0.1.6 |
155 | 2025-02-23T12:43:46.641Z | Downloaded cpufeatures v0.2.14 |
156 | 2025-02-23T12:43:46.641Z | Downloaded idna_adapter v1.2.0 |
157 | 2025-02-23T12:43:46.644Z | Downloaded hex v0.4.3 |
158 | 2025-02-23T12:43:46.644Z | Downloaded try-lock v0.2.5 |
159 | 2025-02-23T12:43:46.647Z | Downloaded omicron-workspace-hack v0.1.0 |
160 | 2025-02-23T12:43:46.647Z | Downloaded futures-task v0.3.31 |
161 | 2025-02-23T12:43:46.650Z | Downloaded futures-core v0.3.31 |
162 | 2025-02-23T12:43:46.650Z | Downloaded yoke-derive v0.7.4 |
163 | 2025-02-23T12:43:46.654Z | Downloaded waitgroup v0.1.2 |
164 | 2025-02-23T12:43:46.654Z | Downloaded form_urlencoded v1.2.1 |
165 | 2025-02-23T12:43:46.655Z | Downloaded hostname v0.4.0 |
166 | 2025-02-23T12:43:46.657Z | Downloaded pretty-hex v0.4.1 |
167 | 2025-02-23T12:43:46.657Z | Downloaded tokio-macros v2.5.0 |
168 | 2025-02-23T12:43:46.657Z | Downloaded http-body-util v0.1.2 |
169 | 2025-02-23T12:43:46.660Z | Downloaded thiserror v1.0.69 |
170 | 2025-02-23T12:43:46.664Z | Downloaded parse-display v0.10.0 |
171 | 2025-02-23T12:43:46.667Z | Downloaded memmap v0.7.0 |
172 | 2025-02-23T12:43:46.669Z | Downloaded version_check v0.9.5 |
173 | 2025-02-23T12:43:46.669Z | Downloaded tokio-native-tls v0.3.1 |
174 | 2025-02-23T12:43:46.672Z | Downloaded paste v1.0.15 |
175 | 2025-02-23T12:43:46.674Z | Downloaded oxnet v0.1.0 |
176 | 2025-02-23T12:43:46.677Z | Downloaded futures-io v0.3.31 |
177 | 2025-02-23T12:43:46.681Z | Downloaded mime v0.3.17 |
178 | 2025-02-23T12:43:46.681Z | Downloaded usdt-impl v0.5.0 |
179 | 2025-02-23T12:43:46.683Z | Downloaded newtype-uuid v1.2.1 |
180 | 2025-02-23T12:43:46.683Z | Downloaded percent-encoding v2.3.1 |
181 | 2025-02-23T12:43:46.683Z | Downloaded zeroize v1.8.1 |
182 | 2025-02-23T12:43:46.686Z | Downloaded macaddr v1.0.1 |
183 | 2025-02-23T12:43:46.686Z | Downloaded zerovec-derive v0.10.3 |
184 | 2025-02-23T12:43:46.689Z | Downloaded powerfmt v0.2.0 |
185 | 2025-02-23T12:43:46.689Z | Downloaded foreign-types v0.3.2 |
186 | 2025-02-23T12:43:46.692Z | Downloaded autocfg v1.4.0 |
187 | 2025-02-23T12:43:46.692Z | Downloaded pest_generator v2.7.14 |
188 | 2025-02-23T12:43:46.694Z | Downloaded parse-display-derive v0.10.0 |
189 | 2025-02-23T12:43:46.697Z | Downloaded typify-macro v0.2.0 |
190 | 2025-02-23T12:43:46.697Z | Downloaded progenitor-client v0.8.0 |
191 | 2025-02-23T12:43:46.697Z | Downloaded toml_datetime v0.6.8 |
192 | 2025-02-23T12:43:46.700Z | Downloaded httparse v1.9.5 |
193 | 2025-02-23T12:43:46.702Z | Downloaded pkg-config v0.3.31 |
194 | 2025-02-23T12:43:46.705Z | Downloaded zerofrom-derive v0.1.4 |
195 | 2025-02-23T12:43:46.705Z | Downloaded iana-time-zone v0.1.61 |
196 | 2025-02-23T12:43:46.708Z | Downloaded pin-utils v0.1.0 |
197 | 2025-02-23T12:43:46.711Z | Downloaded plain v0.2.3 |
198 | 2025-02-23T12:43:46.711Z | Downloaded ipnet v2.10.1 |
199 | 2025-02-23T12:43:46.714Z | Downloaded tokio-rustls v0.25.0 |
200 | 2025-02-23T12:43:46.717Z | Downloaded time-macros v0.2.18 |
201 | 2025-02-23T12:43:46.717Z | Downloaded thiserror v2.0.11 |
202 | 2025-02-23T12:43:46.722Z | Downloaded scroll_derive v0.12.0 |
203 | 2025-02-23T12:43:46.725Z | Downloaded sync_wrapper v1.0.1 |
204 | 2025-02-23T12:43:46.725Z | Downloaded lock_api v0.4.12 |
205 | 2025-02-23T12:43:46.728Z | Downloaded crossbeam-utils v0.8.20 |
206 | 2025-02-23T12:43:46.731Z | Downloaded native-tls v0.2.12 |
207 | 2025-02-23T12:43:46.733Z | Downloaded strum v0.26.3 |
208 | 2025-02-23T12:43:46.733Z | Downloaded writeable v0.5.5 |
209 | 2025-02-23T12:43:46.736Z | Downloaded multer v3.1.0 |
210 | 2025-02-23T12:43:46.738Z | Downloaded progenitor v0.8.0 |
211 | 2025-02-23T12:43:46.741Z | Downloaded futures-channel v0.3.31 |
212 | 2025-02-23T12:43:46.743Z | Downloaded camino v1.1.9 |
213 | 2025-02-23T12:43:46.743Z | Downloaded yoke v0.7.4 |
214 | 2025-02-23T12:43:46.746Z | Downloaded ppv-lite86 v0.2.20 |
215 | 2025-02-23T12:43:46.748Z | Downloaded pin-project-lite v0.2.14 |
216 | 2025-02-23T12:43:46.752Z | Downloaded serde_path_to_error v0.1.16 |
217 | 2025-02-23T12:43:46.755Z | Downloaded sha1 v0.10.6 |
218 | 2025-02-23T12:43:46.757Z | Downloaded rustversion v1.0.17 |
219 | 2025-02-23T12:43:46.760Z | Downloaded serde_spanned v0.6.8 |
220 | 2025-02-23T12:43:46.760Z | Downloaded icu_normalizer_data v1.5.0 |
221 | 2025-02-23T12:43:46.762Z | Downloaded icu_normalizer v1.5.0 |
222 | 2025-02-23T12:43:46.766Z | Downloaded icu_provider v1.5.0 |
223 | 2025-02-23T12:43:46.769Z | Downloaded quinn-udp v0.5.5 |
224 | 2025-02-23T12:43:46.771Z | Downloaded indexmap v1.9.3 |
225 | 2025-02-23T12:43:46.774Z | Downloaded shlex v1.3.0 |
226 | 2025-02-23T12:43:46.776Z | Downloaded term v0.7.0 |
227 | 2025-02-23T12:43:46.779Z | Downloaded subtle v2.6.1 |
228 | 2025-02-23T12:43:46.782Z | Downloaded once_cell v1.20.3 |
229 | 2025-02-23T12:43:46.785Z | Downloaded serde_tokenstream v0.2.2 |
230 | 2025-02-23T12:43:46.785Z | Downloaded structmeta-derive v0.3.0 |
231 | 2025-02-23T12:43:46.787Z | Downloaded structmeta v0.3.0 |
232 | 2025-02-23T12:43:46.787Z | Downloaded ucd-trie v0.1.7 |
233 | 2025-02-23T12:43:46.790Z | Downloaded parking_lot v0.12.3 |
234 | 2025-02-23T12:43:46.792Z | Downloaded scopeguard v1.2.0 |
235 | 2025-02-23T12:43:46.795Z | Downloaded rustc-hash v2.1.1 |
236 | 2025-02-23T12:43:46.795Z | Downloaded proc-macro2 v1.0.93 |
237 | 2025-02-23T12:43:46.797Z | Downloaded pest_meta v2.7.14 |
238 | 2025-02-23T12:43:46.800Z | Downloaded uuid v1.12.0 |
239 | 2025-02-23T12:43:46.803Z | Downloaded stable_deref_trait v1.2.0 |
240 | 2025-02-23T12:43:46.805Z | Downloaded icu_locid v1.5.0 |
241 | 2025-02-23T12:43:46.809Z | Downloaded serde_derive_internals v0.29.1 |
242 | 2025-02-23T12:43:46.811Z | Downloaded spin v0.9.8 |
243 | 2025-02-23T12:43:46.814Z | Downloaded icu_locid_transform_data v1.5.0 |
244 | 2025-02-23T12:43:46.816Z | Downloaded ryu v1.0.18 |
245 | 2025-02-23T12:43:46.819Z | Downloaded scroll v0.12.0 |
246 | 2025-02-23T12:43:46.821Z | Downloaded serde_with_macros v3.11.0 |
247 | 2025-02-23T12:43:46.824Z | Downloaded hyper-util v0.1.10 |
248 | 2025-02-23T12:43:46.827Z | Downloaded schemars_derive v0.8.21 |
249 | 2025-02-23T12:43:46.830Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2025-02-23T12:43:46.833Z | Downloaded slog-async v2.8.0 |
251 | 2025-02-23T12:43:46.835Z | Downloaded base64 v0.22.1 |
252 | 2025-02-23T12:43:46.838Z | Downloaded socket2 v0.5.7 |
253 | 2025-02-23T12:43:46.841Z | Downloaded sha2 v0.10.8 |
254 | 2025-02-23T12:43:46.845Z | Downloaded progenitor-impl v0.8.0 |
255 | 2025-02-23T12:43:46.847Z | Downloaded icu_collections v1.5.0 |
256 | 2025-02-23T12:43:46.851Z | Downloaded url v2.5.3 |
257 | 2025-02-23T12:43:46.855Z | Downloaded slog v2.7.0 |
258 | 2025-02-23T12:43:46.857Z | Downloaded openssl-sys v0.9.106 |
259 | 2025-02-23T12:43:46.863Z | Downloaded schemars v0.8.21 |
260 | 2025-02-23T12:43:46.875Z | Downloaded serde_yaml v0.9.34+deprecated |
261 | 2025-02-23T12:43:46.879Z | Downloaded rand v0.8.5 |
262 | 2025-02-23T12:43:46.882Z | Downloaded quinn v0.11.5 |
263 | 2025-02-23T12:43:46.886Z | Downloaded serde v1.0.218 |
264 | 2025-02-23T12:43:46.890Z | Downloaded tower v0.5.2 |
265 | 2025-02-23T12:43:46.900Z | Downloaded serde_derive v1.0.218 |
266 | 2025-02-23T12:43:46.902Z | Downloaded tokio-util v0.7.12 |
267 | 2025-02-23T12:43:46.909Z | Downloaded time v0.3.36 |
268 | 2025-02-23T12:43:46.916Z | Downloaded pest v2.7.14 |
269 | 2025-02-23T12:43:46.921Z | Downloaded zerovec v0.10.4 |
270 | 2025-02-23T12:43:46.927Z | Downloaded cc v1.2.15 |
271 | 2025-02-23T12:43:46.931Z | Downloaded winnow v0.6.20 |
272 | 2025-02-23T12:43:46.940Z | Downloaded zerocopy v0.7.35 |
273 | 2025-02-23T12:43:46.957Z | Downloaded hashbrown v0.15.1 |
274 | 2025-02-23T12:43:46.962Z | Downloaded futures-util v0.3.31 |
275 | 2025-02-23T12:43:46.973Z | Downloaded quinn-proto v0.11.8 |
276 | 2025-02-23T12:43:46.980Z | Downloaded hyper v1.5.2 |
277 | 2025-02-23T12:43:46.986Z | Downloaded aho-corasick v1.1.3 |
278 | 2025-02-23T12:43:46.992Z | Downloaded serde_with v3.11.0 |
279 | 2025-02-23T12:43:47.008Z | Downloaded idna v1.0.3 |
280 | 2025-02-23T12:43:47.012Z | Downloaded vcpkg v0.2.15 |
281 | 2025-02-23T12:43:47.040Z | Downloaded serde_json v1.0.139 |
282 | 2025-02-23T12:43:47.048Z | Downloaded openssl v0.10.71 |
283 | 2025-02-23T12:43:47.056Z | Downloaded reqwest v0.12.12 |
284 | 2025-02-23T12:43:47.064Z | Downloaded rustls-webpki v0.102.8 |
285 | 2025-02-23T12:43:47.083Z | Downloaded icu_properties_data v1.5.0 |
286 | 2025-02-23T12:43:47.092Z | Downloaded rustls v0.22.4 |
287 | 2025-02-23T12:43:47.104Z | Downloaded regress v0.9.1 |
288 | 2025-02-23T12:43:47.112Z | Downloaded regex v1.11.1 |
289 | 2025-02-23T12:43:47.125Z | Downloaded openapiv3 v2.0.0 |
290 | 2025-02-23T12:43:47.136Z | Downloaded syn v2.0.96 |
291 | 2025-02-23T12:43:47.146Z | Downloaded dropshot v0.15.1 |
292 | 2025-02-23T12:43:47.166Z | Downloaded chrono v0.4.39 |
293 | 2025-02-23T12:43:47.172Z | Downloaded regress v0.10.1 |
294 | 2025-02-23T12:43:47.180Z | Downloaded regex-syntax v0.8.5 |
295 | 2025-02-23T12:43:47.188Z | Downloaded rustls v0.23.19 |
296 | 2025-02-23T12:43:47.199Z | Downloaded typify-impl v0.2.0 |
297 | 2025-02-23T12:43:47.212Z | Downloaded webpki-roots v0.26.6 |
298 | 2025-02-23T12:43:47.215Z | Downloaded goblin v0.8.2 |
299 | 2025-02-23T12:43:47.221Z | Downloaded h2 v0.4.6 |
300 | 2025-02-23T12:43:47.227Z | Downloaded hashbrown v0.14.5 |
301 | 2025-02-23T12:43:47.232Z | Downloaded http v1.2.0 |
302 | 2025-02-23T12:43:47.235Z | Downloaded rustls-pki-types v1.10.0 |
303 | 2025-02-23T12:43:47.238Z | Downloaded hashbrown v0.12.3 |
304 | 2025-02-23T12:43:47.242Z | Downloaded crossbeam-channel v0.5.13 |
305 | 2025-02-23T12:43:47.246Z | Downloaded mio v1.0.2 |
306 | 2025-02-23T12:43:47.252Z | Downloaded tracing v0.1.40 |
307 | 2025-02-23T12:43:47.256Z | Downloaded memchr v2.7.4 |
308 | 2025-02-23T12:43:47.260Z | Downloaded toml_edit v0.22.22 |
309 | 2025-02-23T12:43:47.279Z | Downloaded indexmap v2.7.1 |
310 | 2025-02-23T12:43:47.285Z | Downloaded bytes v1.9.0 |
311 | 2025-02-23T12:43:47.288Z | Downloaded serde_urlencoded v0.7.1 |
312 | 2025-02-23T12:43:47.290Z | Downloaded semver v1.0.25 |
313 | 2025-02-23T12:43:47.290Z | Downloaded tokio v1.43.0 |
314 | 2025-02-23T12:43:47.325Z | Downloaded regex-automata v0.4.8 |
315 | 2025-02-23T12:43:47.340Z | Downloaded strum_macros v0.26.4 |
316 | 2025-02-23T12:43:47.343Z | Downloaded rustls-pemfile v2.2.0 |
317 | 2025-02-23T12:43:47.345Z | Downloaded libc v0.2.170 |
318 | 2025-02-23T12:43:47.366Z | Downloaded tracing-core v0.1.32 |
319 | 2025-02-23T12:43:47.369Z | Downloaded hyper-rustls v0.27.3 |
320 | 2025-02-23T12:43:47.372Z | Downloaded smallvec v1.14.0 |
321 | 2025-02-23T12:43:47.372Z | Downloaded quote v1.0.38 |
322 | 2025-02-23T12:43:47.374Z | Downloaded slog-term v2.9.1 |
323 | 2025-02-23T12:43:47.377Z | Downloaded icu_properties v1.5.1 |
324 | 2025-02-23T12:43:47.380Z | Downloaded dropshot_endpoint v0.15.1 |
325 | 2025-02-23T12:43:47.383Z | Downloaded darling_core v0.20.10 |
326 | 2025-02-23T12:43:47.385Z | Downloaded rand_core v0.6.4 |
327 | 2025-02-23T12:43:47.388Z | Downloaded slog-bunyan v2.5.0 |
328 | 2025-02-23T12:43:47.388Z | Downloaded signal-hook-registry v1.4.2 |
329 | 2025-02-23T12:43:47.391Z | Downloaded toml v0.8.19 |
330 | 2025-02-23T12:43:47.393Z | Downloaded tinyvec v1.8.0 |
331 | 2025-02-23T12:43:47.396Z | Downloaded unicode-ident v1.0.14 |
332 | 2025-02-23T12:43:47.398Z | Downloaded slab v0.4.9 |
333 | 2025-02-23T12:43:47.398Z | Downloaded zerocopy-derive v0.7.35 |
334 | 2025-02-23T12:43:47.402Z | Downloaded typenum v1.17.0 |
335 | 2025-02-23T12:43:47.404Z | Downloaded num-traits v0.2.19 |
336 | 2025-02-23T12:43:47.407Z | Downloaded strsim v0.11.1 |
337 | 2025-02-23T12:43:47.409Z | Downloaded log v0.4.22 |
338 | 2025-02-23T12:43:47.413Z | Downloaded anyhow v1.0.96 |
339 | 2025-02-23T12:43:47.415Z | Downloaded allocator-api2 v0.2.18 |
340 | 2025-02-23T12:43:47.419Z | Downloaded rand_chacha v0.3.1 |
341 | 2025-02-23T12:43:47.421Z | Downloaded slog-json v2.6.1 |
342 | 2025-02-23T12:43:47.421Z | Downloaded progenitor-macro v0.8.0 |
343 | 2025-02-23T12:43:47.421Z | Downloaded futures v0.3.31 |
344 | 2025-02-23T12:43:47.425Z | Downloaded daft-derive v0.1.1 |
345 | 2025-02-23T12:43:47.428Z | Downloaded getrandom v0.2.15 |
346 | 2025-02-23T12:43:47.431Z | Downloaded pest_derive v2.7.14 |
347 | 2025-02-23T12:43:47.433Z | Downloaded parking_lot_core v0.9.10 |
348 | 2025-02-23T12:43:47.436Z | Downloaded typify v0.2.0 |
349 | 2025-02-23T12:43:47.438Z | Downloaded usdt v0.5.0 |
350 | 2025-02-23T12:43:47.438Z | Downloaded tokio-rustls v0.26.0 |
351 | 2025-02-23T12:43:47.441Z | Downloaded ahash v0.8.11 |
352 | 2025-02-23T12:43:47.443Z | Downloaded bitflags v2.6.0 |
353 | 2025-02-23T12:43:47.446Z | Downloaded litemap v0.7.3 |
354 | 2025-02-23T12:43:47.449Z | Downloaded icu_locid_transform v1.5.0 |
355 | 2025-02-23T12:43:47.452Z | Downloaded darling v0.20.10 |
356 | 2025-02-23T12:43:47.455Z | Downloaded progenitor-client v0.9.1 |
357 | 2025-02-23T12:43:47.455Z | Downloaded ipnetwork v0.21.1 |
358 | 2025-02-23T12:43:47.457Z | Downloaded futures-executor v0.3.31 |
359 | 2025-02-23T12:43:47.457Z | Downloaded ring v0.17.11 |
360 | 2025-02-23T12:43:47.494Z | Downloaded displaydoc v0.2.5 |
361 | 2025-02-23T12:43:47.496Z | Downloaded hyper-tls v0.6.0 |
362 | 2025-02-23T12:43:47.499Z | Downloaded encoding_rs v0.8.34 |
363 | 2025-02-23T12:43:47.516Z | Downloaded hostname v0.3.1 |
364 | 2025-02-23T12:43:47.519Z | Downloaded generic-array v0.14.7 |
365 | 2025-02-23T12:43:47.519Z | Downloaded untrusted v0.9.0 |
366 | 2025-02-23T12:43:47.522Z | Downloaded utf8_iter v1.0.4 |
367 | 2025-02-23T12:43:47.522Z | Downloaded block-buffer v0.10.4 |
368 | 2025-02-23T12:43:47.522Z | Downloaded async-trait v0.1.86 |
369 | 2025-02-23T12:43:47.524Z | Downloaded dyn-clone v1.0.18 |
370 | 2025-02-23T12:43:47.527Z | Downloaded deranged v0.3.11 |
371 | 2025-02-23T12:43:47.527Z | Downloaded daft v0.1.1 |
372 | 2025-02-23T12:43:47.531Z | Downloaded utf16_iter v1.0.5 |
373 | 2025-02-23T12:43:47.531Z | Downloaded usdt-attr-macro v0.5.0 |
374 | 2025-02-23T12:43:47.531Z | Downloaded httpdate v1.0.3 |
375 | 2025-02-23T12:43:47.533Z | Downloaded dof v0.3.0 |
376 | 2025-02-23T12:43:47.533Z | Downloaded backoff v0.4.0 |
377 | 2025-02-23T12:43:47.534Z | Downloaded fnv v1.0.7 |
378 | 2025-02-23T12:43:47.536Z | Downloaded itoa v1.0.11 |
379 | 2025-02-23T12:43:47.536Z | Downloaded heck v0.5.0 |
380 | 2025-02-23T12:43:47.536Z | Downloaded dirs-next v2.0.0 |
381 | 2025-02-23T12:43:47.539Z | Downloaded digest v0.10.7 |
382 | 2025-02-23T12:43:47.539Z | Downloaded debug-ignore v1.0.5 |
383 | 2025-02-23T12:43:47.541Z | Downloaded thiserror-impl v2.0.11 |
384 | 2025-02-23T12:43:47.541Z | Downloaded futures-sink v0.3.31 |
385 | 2025-02-23T12:43:47.541Z | Downloaded futures-macro v0.3.31 |
386 | 2025-02-23T12:43:47.548Z | Downloaded dirs-sys-next v0.1.2 |
387 | 2025-02-23T12:43:47.548Z | Downloaded zerofrom v0.1.4 |
388 | 2025-02-23T12:43:47.548Z | Downloaded cfg-if v1.0.0 |
389 | 2025-02-23T12:43:47.548Z | Downloaded atomic-waker v1.1.2 |
390 | 2025-02-23T12:43:47.551Z | Downloaded tinyvec_macros v0.1.1 |
391 | 2025-02-23T12:43:47.551Z | Downloaded time-core v0.1.2 |
392 | 2025-02-23T12:43:47.551Z | Downloaded http-body v1.0.1 |
393 | 2025-02-23T12:43:47.551Z | Downloaded equivalent v1.0.1 |
394 | 2025-02-23T12:43:47.551Z | Downloaded thread-id v4.2.2 |
395 | 2025-02-23T12:43:47.551Z | Downloaded match_cfg v0.1.0 |
396 | 2025-02-23T12:43:47.551Z | Downloaded ident_case v1.0.1 |
397 | 2025-02-23T12:43:47.674Z | Compiling proc-macro2 v1.0.93 |
398 | 2025-02-23T12:43:47.674Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-23T12:43:47.677Z | Compiling libc v0.2.170 |
400 | 2025-02-23T12:43:47.677Z | Checking cfg-if v1.0.0 |
401 | 2025-02-23T12:43:47.677Z | Compiling autocfg v1.4.0 |
402 | 2025-02-23T12:43:47.677Z | Compiling serde v1.0.218 |
403 | 2025-02-23T12:43:47.700Z | Compiling version_check v0.9.5 |
404 | 2025-02-23T12:43:47.703Z | Checking memchr v2.7.4 |
405 | 2025-02-23T12:43:47.767Z | Checking itoa v1.0.11 |
406 | 2025-02-23T12:43:47.870Z | Compiling serde_json v1.0.139 |
407 | 2025-02-23T12:43:48.283Z | Compiling thiserror v1.0.69 |
408 | 2025-02-23T12:43:48.332Z | Checking once_cell v1.20.3 |
409 | 2025-02-23T12:43:48.372Z | Compiling shlex v1.3.0 |
410 | 2025-02-23T12:43:48.517Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-23T12:43:48.626Z | Compiling cc v1.2.15 |
412 | 2025-02-23T12:43:48.626Z | Checking smallvec v1.14.0 |
413 | 2025-02-23T12:43:48.676Z | Compiling num-traits v0.2.19 |
414 | 2025-02-23T12:43:48.938Z | Checking getrandom v0.2.15 |
415 | 2025-02-23T12:43:48.965Z | Checking ryu v1.0.18 |
416 | 2025-02-23T12:43:49.034Z | Checking bytes v1.9.0 |
417 | 2025-02-23T12:43:49.167Z | Checking futures-core v0.3.31 |
418 | 2025-02-23T12:43:49.242Z | Compiling lock_api v0.4.12 |
419 | 2025-02-23T12:43:49.333Z | Compiling semver v1.0.25 |
420 | 2025-02-23T12:43:49.379Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-02-23T12:43:49.391Z | Checking scopeguard v1.2.0 |
422 | 2025-02-23T12:43:49.512Z | Compiling quote v1.0.38 |
423 | 2025-02-23T12:43:49.767Z | Compiling slab v0.4.9 |
424 | 2025-02-23T12:43:49.855Z | Compiling byteorder v1.5.0 |
425 | 2025-02-23T12:43:49.902Z | Compiling syn v2.0.96 |
426 | 2025-02-23T12:43:50.092Z | Checking futures-sink v0.3.31 |
427 | 2025-02-23T12:43:50.127Z | Checking socket2 v0.5.7 |
428 | 2025-02-23T12:43:50.210Z | Checking parking_lot v0.12.3 |
429 | 2025-02-23T12:43:50.230Z | Checking mio v1.0.2 |
430 | 2025-02-23T12:43:50.277Z | Checking signal-hook-registry v1.4.2 |
431 | 2025-02-23T12:43:50.279Z | Compiling ahash v0.8.11 |
432 | 2025-02-23T12:43:50.528Z | Checking log v0.4.22 |
433 | 2025-02-23T12:43:50.607Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-23T12:43:50.706Z | Checking futures-channel v0.3.31 |
435 | 2025-02-23T12:43:50.721Z | Checking hashbrown v0.15.1 |
436 | 2025-02-23T12:43:50.740Z | Checking pin-utils v0.1.0 |
437 | 2025-02-23T12:43:50.778Z | Checking futures-task v0.3.31 |
438 | 2025-02-23T12:43:50.798Z | Checking fnv v1.0.7 |
439 | 2025-02-23T12:43:50.801Z | Checking equivalent v1.0.1 |
440 | 2025-02-23T12:43:50.824Z | Checking futures-io v0.3.31 |
441 | 2025-02-23T12:43:50.916Z | Compiling vcpkg v0.2.15 |
442 | 2025-02-23T12:43:50.918Z | Checking http v1.2.0 |
443 | 2025-02-23T12:43:50.994Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-23T12:43:51.011Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-23T12:43:51.550Z | Checking iana-time-zone v0.1.61 |
446 | 2025-02-23T12:43:51.638Z | Compiling ring v0.17.11 |
447 | 2025-02-23T12:43:51.700Z | Checking untrusted v0.9.0 |
448 | 2025-02-23T12:43:51.710Z | Checking writeable v0.5.5 |
449 | 2025-02-23T12:43:51.866Z | Compiling heck v0.5.0 |
450 | 2025-02-23T12:43:52.024Z | Compiling httparse v1.9.5 |
451 | 2025-02-23T12:43:52.052Z | Checking litemap v0.7.3 |
452 | 2025-02-23T12:43:52.209Z | Compiling schemars v0.8.21 |
453 | 2025-02-23T12:43:52.273Z | Compiling openssl-sys v0.9.106 |
454 | 2025-02-23T12:43:52.286Z | Checking tracing-core v0.1.32 |
455 | 2025-02-23T12:43:52.448Z | Checking dyn-clone v1.0.18 |
456 | 2025-02-23T12:43:52.482Z | Checking atomic-waker v1.1.2 |
457 | 2025-02-23T12:43:52.598Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-23T12:43:52.613Z | Checking http-body v1.0.1 |
459 | 2025-02-23T12:43:52.847Z | Checking tracing v0.1.40 |
460 | 2025-02-23T12:43:53.018Z | Checking zeroize v1.8.1 |
461 | 2025-02-23T12:43:53.131Z | Checking icu_locid_transform_data v1.5.0 |
462 | 2025-02-23T12:43:53.145Z | Checking subtle v2.6.1 |
463 | 2025-02-23T12:43:53.254Z | Compiling allocator-api2 v0.2.18 |
464 | 2025-02-23T12:43:53.329Z | Checking try-lock v0.2.5 |
465 | 2025-02-23T12:43:53.436Z | Checking foreign-types-shared v0.1.1 |
466 | 2025-02-23T12:43:53.490Z | Checking tower-service v0.3.3 |
467 | 2025-02-23T12:43:53.490Z | Checking want v0.3.1 |
468 | 2025-02-23T12:43:53.490Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-23T12:43:53.593Z | Compiling openssl v0.10.71 |
470 | 2025-02-23T12:43:53.635Z | Compiling uuid v1.12.0 |
471 | 2025-02-23T12:43:53.890Z | Checking httpdate v1.0.3 |
472 | 2025-02-23T12:43:53.900Z | Checking foreign-types v0.3.2 |
473 | 2025-02-23T12:43:53.976Z | Compiling chrono v0.4.39 |
474 | 2025-02-23T12:43:54.058Z | Checking icu_normalizer_data v1.5.0 |
475 | 2025-02-23T12:43:54.112Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-23T12:43:54.148Z | Checking bitflags v2.6.0 |
477 | 2025-02-23T12:43:54.184Z | Compiling slog v2.7.0 |
478 | 2025-02-23T12:43:54.280Z | Compiling native-tls v0.2.12 |
479 | 2025-02-23T12:43:54.405Z | Checking write16 v1.0.0 |
480 | 2025-02-23T12:43:54.532Z | Checking utf8_iter v1.0.4 |
481 | 2025-02-23T12:43:54.624Z | Checking percent-encoding v2.3.1 |
482 | 2025-02-23T12:43:54.665Z | Compiling rustls v0.23.19 |
483 | 2025-02-23T12:43:54.746Z | Compiling aho-corasick v1.1.3 |
484 | 2025-02-23T12:43:54.833Z | Checking form_urlencoded v1.2.1 |
485 | 2025-02-23T12:43:54.996Z | Compiling typenum v1.17.0 |
486 | 2025-02-23T12:43:55.152Z | Compiling regex-syntax v0.8.5 |
487 | 2025-02-23T12:43:55.684Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-23T12:43:55.833Z | Compiling generic-array v0.14.7 |
489 | 2025-02-23T12:43:56.013Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-23T12:43:56.188Z | Checking mime v0.3.17 |
491 | 2025-02-23T12:43:57.170Z | Compiling synstructure v0.13.1 |
492 | 2025-02-23T12:43:57.758Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-23T12:43:57.789Z | Checking rustls-webpki v0.102.8 |
494 | 2025-02-23T12:43:58.272Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-23T12:43:58.285Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-23T12:43:58.427Z | Checking sync_wrapper v1.0.1 |
497 | 2025-02-23T12:43:58.576Z | Compiling usdt-impl v0.5.0 |
498 | 2025-02-23T12:43:58.983Z | Compiling regex-automata v0.4.8 |
499 | 2025-02-23T12:43:59.138Z | Compiling num-conv v0.1.0 |
500 | 2025-02-23T12:43:59.421Z | Compiling time-core v0.1.2 |
501 | 2025-02-23T12:43:59.498Z | Checking tower-layer v0.3.3 |
502 | 2025-02-23T12:43:59.626Z | Checking base64 v0.22.1 |
503 | 2025-02-23T12:43:59.753Z | Checking powerfmt v0.2.0 |
504 | 2025-02-23T12:44:00.010Z | Compiling time-macros v0.2.18 |
505 | 2025-02-23T12:44:00.021Z | Checking deranged v0.3.11 |
506 | 2025-02-23T12:44:00.119Z | Compiling thread-id v4.2.2 |
507 | 2025-02-23T12:44:00.789Z | Compiling serde_derive v1.0.218 |
508 | 2025-02-23T12:44:01.304Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-02-23T12:44:01.350Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-02-23T12:44:01.405Z | Compiling zerofrom-derive v0.1.4 |
511 | 2025-02-23T12:44:02.791Z | Compiling schemars_derive v0.8.21 |
512 | 2025-02-23T12:44:02.833Z | Compiling tokio-macros v2.5.0 |
513 | 2025-02-23T12:44:03.093Z | Compiling zerocopy v0.7.35 |
514 | 2025-02-23T12:44:04.110Z | Compiling yoke-derive v0.7.4 |
515 | 2025-02-23T12:44:04.220Z | Checking tokio v1.43.0 |
516 | 2025-02-23T12:44:04.371Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-02-23T12:44:04.397Z | Compiling futures-macro v0.3.31 |
518 | 2025-02-23T12:44:04.430Z | Checking zerofrom v0.1.4 |
519 | 2025-02-23T12:44:04.645Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-23T12:44:05.488Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-23T12:44:05.971Z | Compiling pest v2.7.14 |
522 | 2025-02-23T12:44:06.153Z | Checking futures-util v0.3.31 |
523 | 2025-02-23T12:44:06.203Z | Compiling hashbrown v0.14.5 |
524 | 2025-02-23T12:44:06.424Z | Checking yoke v0.7.4 |
525 | 2025-02-23T12:44:06.563Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-23T12:44:06.761Z | Checking zerovec v0.10.4 |
527 | 2025-02-23T12:44:07.285Z | Compiling regress v0.10.1 |
528 | 2025-02-23T12:44:08.277Z | Checking tinystr v0.7.6 |
529 | 2025-02-23T12:44:08.600Z | Checking icu_locid v1.5.0 |
530 | 2025-02-23T12:44:08.818Z | Compiling pest_meta v2.7.14 |
531 | 2025-02-23T12:44:09.565Z | Checking icu_provider v1.5.0 |
532 | 2025-02-23T12:44:10.180Z | Checking icu_locid_transform v1.5.0 |
533 | 2025-02-23T12:44:10.550Z | Checking icu_collections v1.5.0 |
534 | 2025-02-23T12:44:10.766Z | Checking tokio-util v0.7.12 |
535 | 2025-02-23T12:44:11.150Z | Compiling pest_generator v2.7.14 |
536 | 2025-02-23T12:44:11.223Z | Checking icu_properties v1.5.1 |
537 | 2025-02-23T12:44:11.551Z | Checking http-body-util v0.1.2 |
538 | 2025-02-23T12:44:11.769Z | Checking tokio-rustls v0.26.0 |
539 | 2025-02-23T12:44:11.961Z | Compiling regex v1.11.1 |
540 | 2025-02-23T12:44:12.147Z | Compiling scroll_derive v0.12.0 |
541 | 2025-02-23T12:44:12.283Z | Checking indexmap v2.7.1 |
542 | 2025-02-23T12:44:13.277Z | Compiling serde_tokenstream v0.2.2 |
543 | 2025-02-23T12:44:13.444Z | Checking h2 v0.4.6 |
544 | 2025-02-23T12:44:13.558Z | Compiling pest_derive v2.7.14 |
545 | 2025-02-23T12:44:13.920Z | Checking tokio-native-tls v0.3.1 |
546 | 2025-02-23T12:44:14.046Z | Checking serde_urlencoded v0.7.1 |
547 | 2025-02-23T12:44:14.169Z | Checking scroll v0.12.0 |
548 | 2025-02-23T12:44:14.434Z | Checking tower v0.5.2 |
549 | 2025-02-23T12:44:14.448Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-02-23T12:44:14.476Z | Checking icu_normalizer v1.5.0 |
551 | 2025-02-23T12:44:15.156Z | Compiling dof v0.3.0 |
552 | 2025-02-23T12:44:15.268Z | Checking idna_adapter v1.2.0 |
553 | 2025-02-23T12:44:15.460Z | Checking idna v1.0.3 |
554 | 2025-02-23T12:44:15.935Z | Checking url v2.5.3 |
555 | 2025-02-23T12:44:15.950Z | Compiling paste v1.0.15 |
556 | 2025-02-23T12:44:16.049Z | Compiling strsim v0.11.1 |
557 | 2025-02-23T12:44:16.198Z | Checking ipnet v2.10.1 |
558 | 2025-02-23T12:44:16.556Z | Checking num_threads v0.1.7 |
559 | 2025-02-23T12:44:16.650Z | Compiling ident_case v1.0.1 |
560 | 2025-02-23T12:44:16.653Z | Checking plain v0.2.3 |
561 | 2025-02-23T12:44:16.756Z | Compiling crossbeam-utils v0.8.20 |
562 | 2025-02-23T12:44:16.820Z | Checking goblin v0.8.2 |
563 | 2025-02-23T12:44:16.832Z | Compiling typify-impl v0.2.0 |
564 | 2025-02-23T12:44:16.881Z | Checking time v0.3.36 |
565 | 2025-02-23T12:44:17.336Z | Compiling darling_core v0.20.10 |
566 | 2025-02-23T12:44:17.580Z | Checking hyper v1.5.2 |
567 | 2025-02-23T12:44:19.154Z | Compiling openapiv3 v2.0.0 |
568 | 2025-02-23T12:44:19.559Z | Checking hyper-util v0.1.10 |
569 | 2025-02-23T12:44:20.513Z | Checking dirs-sys-next v0.1.2 |
570 | 2025-02-23T12:44:21.112Z | Compiling rustls v0.22.4 |
571 | 2025-02-23T12:44:21.182Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-23T12:44:21.440Z | Checking hyper-rustls v0.27.3 |
573 | 2025-02-23T12:44:21.451Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2025-02-23T12:44:21.775Z | Checking reqwest v0.12.12 |
575 | 2025-02-23T12:44:21.830Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2025-02-23T12:44:22.177Z | Checking pretty-hex v0.4.1 |
577 | 2025-02-23T12:44:22.379Z | Compiling rustversion v1.0.17 |
578 | 2025-02-23T12:44:22.422Z | Compiling newtype-uuid v1.2.1 |
579 | 2025-02-23T12:44:22.523Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-23T12:44:22.746Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2025-02-23T12:44:23.118Z | Checking dirs-next v2.0.0 |
582 | 2025-02-23T12:44:23.229Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-23T12:44:23.414Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-23T12:44:23.429Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-23T12:44:23.583Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-23T12:44:23.642Z | Checking block-buffer v0.10.4 |
587 | 2025-02-23T12:44:23.675Z | Checking crypto-common v0.1.6 |
588 | 2025-02-23T12:44:23.709Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-23T12:44:23.768Z | Checking rand_core v0.6.4 |
590 | 2025-02-23T12:44:23.862Z | Checking thread_local v1.1.8 |
591 | 2025-02-23T12:44:23.881Z | Compiling multer v3.1.0 |
592 | 2025-02-23T12:44:24.046Z | Compiling anyhow v1.0.96 |
593 | 2025-02-23T12:44:24.130Z | Compiling camino v1.1.9 |
594 | 2025-02-23T12:44:24.143Z | Checking match_cfg v0.1.0 |
595 | 2025-02-23T12:44:24.234Z | Checking winnow v0.6.20 |
596 | 2025-02-23T12:44:24.238Z | Compiling slog-async v2.8.0 |
597 | 2025-02-23T12:44:24.251Z | Compiling thiserror v2.0.11 |
598 | 2025-02-23T12:44:24.804Z | Checking hostname v0.3.1 |
599 | 2025-02-23T12:44:24.854Z | Checking rand_chacha v0.3.1 |
600 | 2025-02-23T12:44:24.974Z | Checking crossbeam-channel v0.5.13 |
601 | 2025-02-23T12:44:25.186Z | Checking digest v0.10.7 |
602 | 2025-02-23T12:44:25.224Z | Checking oxnet v0.1.0 |
603 | 2025-02-23T12:44:25.483Z | Compiling darling v0.20.10 |
604 | 2025-02-23T12:44:25.495Z | Checking term v0.7.0 |
605 | 2025-02-23T12:44:25.591Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-23T12:44:25.895Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2025-02-23T12:44:25.920Z | Compiling usdt-macro v0.5.0 |
608 | 2025-02-23T12:44:25.990Z | Compiling structmeta v0.3.0 |
609 | 2025-02-23T12:44:26.098Z | Checking slog-json v2.6.1 |
610 | 2025-02-23T12:44:26.373Z | Checking futures-executor v0.3.31 |
611 | 2025-02-23T12:44:26.390Z | Compiling daft-derive v0.1.1 |
612 | 2025-02-23T12:44:26.623Z | Compiling thiserror-impl v2.0.11 |
613 | 2025-02-23T12:44:26.714Z | Compiling async-stream-impl v0.3.6 |
614 | 2025-02-23T12:44:26.880Z | Checking toml_edit v0.22.22 |
615 | 2025-02-23T12:44:27.159Z | Checking memmap v0.7.0 |
616 | 2025-02-23T12:44:27.280Z | Checking is-terminal v0.4.13 |
617 | 2025-02-23T12:44:27.369Z | Compiling dropshot v0.15.1 |
618 | 2025-02-23T12:44:27.407Z | Checking spin v0.9.8 |
619 | 2025-02-23T12:44:27.581Z | Checking take_mut v0.2.2 |
620 | 2025-02-23T12:44:27.736Z | Checking cpufeatures v0.2.14 |
621 | 2025-02-23T12:44:27.810Z | Checking daft v0.1.1 |
622 | 2025-02-23T12:44:27.821Z | Checking sha1 v0.10.6 |
623 | 2025-02-23T12:44:27.916Z | Compiling typify-macro v0.2.0 |
624 | 2025-02-23T12:44:27.952Z | Checking async-stream v0.3.6 |
625 | 2025-02-23T12:44:28.112Z | Checking slog-term v2.9.1 |
626 | 2025-02-23T12:44:28.203Z | Checking usdt v0.5.0 |
627 | 2025-02-23T12:44:28.241Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-23T12:44:28.389Z | Checking futures v0.3.31 |
629 | 2025-02-23T12:44:28.407Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-23T12:44:28.514Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-23T12:44:28.586Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-23T12:44:28.655Z | Checking rand v0.8.5 |
633 | 2025-02-23T12:44:29.028Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-23T12:44:29.503Z | Checking toml v0.8.19 |
635 | 2025-02-23T12:44:29.818Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-23T12:44:29.884Z | Checking serde_path_to_error v0.1.16 |
637 | 2025-02-23T12:44:30.060Z | Checking hex v0.4.3 |
638 | 2025-02-23T12:44:30.102Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2025-02-23T12:44:30.440Z | Compiling async-trait v0.1.86 |
640 | 2025-02-23T12:44:30.518Z | Checking waitgroup v0.1.2 |
641 | 2025-02-23T12:44:30.658Z | Checking hostname v0.4.0 |
642 | 2025-02-23T12:44:30.798Z | Checking instant v0.1.13 |
643 | 2025-02-23T12:44:30.865Z | Checking debug-ignore v1.0.5 |
644 | 2025-02-23T12:44:30.867Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2025-02-23T12:44:30.910Z | Checking backoff v0.4.0 |
646 | 2025-02-23T12:44:31.012Z | Checking serde_with v3.11.0 |
647 | 2025-02-23T12:44:31.025Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
648 | 2025-02-23T12:44:31.128Z | Compiling typify v0.2.0 |
649 | 2025-02-23T12:44:31.187Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
650 | 2025-02-23T12:44:31.242Z | Compiling progenitor-impl v0.8.0 |
651 | 2025-02-23T12:44:31.857Z | Checking parse-display v0.10.0 |
652 | 2025-02-23T12:44:32.069Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-23T12:44:32.110Z | Checking progenitor-client v0.9.1 |
654 | 2025-02-23T12:44:32.187Z | Checking strum v0.26.3 |
655 | 2025-02-23T12:44:32.445Z | Checking macaddr v1.0.1 |
656 | 2025-02-23T12:44:32.462Z | Checking regress v0.9.1 |
657 | 2025-02-23T12:44:34.131Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-23T12:44:37.474Z | Checking progenitor v0.8.0 |
659 | 2025-02-23T12:44:37.579Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-23T12:44:40.281Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-23T12:44:47.403Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-23T12:44:47.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
663 | 2025-02-23T12:44:47.593Z | + cargo build --release |
664 | 2025-02-23T12:44:47.850Z | Compiling proc-macro2 v1.0.93 |
665 | 2025-02-23T12:44:47.850Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-23T12:44:47.852Z | Compiling libc v0.2.170 |
667 | 2025-02-23T12:44:47.852Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-23T12:44:47.852Z | Compiling autocfg v1.4.0 |
669 | 2025-02-23T12:44:47.852Z | Compiling serde v1.0.218 |
670 | 2025-02-23T12:44:47.853Z | Compiling version_check v0.9.5 |
671 | 2025-02-23T12:44:47.853Z | Compiling memchr v2.7.4 |
672 | 2025-02-23T12:44:47.974Z | Compiling serde_json v1.0.139 |
673 | 2025-02-23T12:44:48.050Z | Compiling itoa v1.0.11 |
674 | 2025-02-23T12:44:48.345Z | Compiling thiserror v1.0.69 |
675 | 2025-02-23T12:44:48.415Z | Compiling once_cell v1.20.3 |
676 | 2025-02-23T12:44:48.455Z | Compiling shlex v1.3.0 |
677 | 2025-02-23T12:44:48.586Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-23T12:44:48.712Z | Compiling cc v1.2.15 |
679 | 2025-02-23T12:44:48.826Z | Compiling num-traits v0.2.19 |
680 | 2025-02-23T12:44:48.869Z | Compiling smallvec v1.14.0 |
681 | 2025-02-23T12:44:49.172Z | Compiling getrandom v0.2.15 |
682 | 2025-02-23T12:44:49.304Z | Compiling ryu v1.0.18 |
683 | 2025-02-23T12:44:49.336Z | Compiling bytes v1.9.0 |
684 | 2025-02-23T12:44:49.548Z | Compiling quote v1.0.38 |
685 | 2025-02-23T12:44:49.577Z | Compiling futures-core v0.3.31 |
686 | 2025-02-23T12:44:49.813Z | Compiling semver v1.0.25 |
687 | 2025-02-23T12:44:49.860Z | Compiling lock_api v0.4.12 |
688 | 2025-02-23T12:44:49.910Z | Compiling parking_lot_core v0.9.10 |
689 | 2025-02-23T12:44:50.030Z | Compiling syn v2.0.96 |
690 | 2025-02-23T12:44:50.121Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-23T12:44:50.311Z | Compiling slab v0.4.9 |
692 | 2025-02-23T12:44:50.438Z | Compiling ahash v0.8.11 |
693 | 2025-02-23T12:44:50.469Z | Compiling byteorder v1.5.0 |
694 | 2025-02-23T12:44:50.770Z | Compiling futures-sink v0.3.31 |
695 | 2025-02-23T12:44:50.828Z | Compiling parking_lot v0.12.3 |
696 | 2025-02-23T12:44:50.925Z | Compiling signal-hook-registry v1.4.2 |
697 | 2025-02-23T12:44:50.933Z | Compiling mio v1.0.2 |
698 | 2025-02-23T12:44:51.044Z | Compiling socket2 v0.5.7 |
699 | 2025-02-23T12:44:51.157Z | Compiling log v0.4.22 |
700 | 2025-02-23T12:44:51.593Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-23T12:44:51.651Z | Compiling ring v0.17.11 |
702 | 2025-02-23T12:44:51.698Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-23T12:44:51.886Z | Compiling fnv v1.0.7 |
704 | 2025-02-23T12:44:52.020Z | Compiling futures-io v0.3.31 |
705 | 2025-02-23T12:44:52.151Z | Compiling futures-task v0.3.31 |
706 | 2025-02-23T12:44:52.357Z | Compiling hashbrown v0.15.1 |
707 | 2025-02-23T12:44:52.421Z | Compiling pin-utils v0.1.0 |
708 | 2025-02-23T12:44:52.440Z | Compiling equivalent v1.0.1 |
709 | 2025-02-23T12:44:52.501Z | Compiling http v1.2.0 |
710 | 2025-02-23T12:44:52.552Z | Compiling pkg-config v0.3.31 |
711 | 2025-02-23T12:44:52.724Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-23T12:44:52.765Z | Compiling rustls-pki-types v1.10.0 |
713 | 2025-02-23T12:44:53.645Z | Compiling schemars v0.8.21 |
714 | 2025-02-23T12:44:53.678Z | Compiling litemap v0.7.3 |
715 | 2025-02-23T12:44:54.023Z | Compiling openssl-sys v0.9.106 |
716 | 2025-02-23T12:44:54.029Z | Compiling writeable v0.5.5 |
717 | 2025-02-23T12:44:54.107Z | Compiling httparse v1.9.5 |
718 | 2025-02-23T12:44:54.513Z | Compiling untrusted v0.9.0 |
719 | 2025-02-23T12:44:54.706Z | Compiling heck v0.5.0 |
720 | 2025-02-23T12:44:54.749Z | Compiling iana-time-zone v0.1.61 |
721 | 2025-02-23T12:44:55.063Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-23T12:44:55.102Z | Compiling ucd-trie v0.1.7 |
723 | 2025-02-23T12:44:55.204Z | Compiling dyn-clone v1.0.18 |
724 | 2025-02-23T12:44:55.373Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-23T12:44:55.508Z | Compiling http-body v1.0.1 |
726 | 2025-02-23T12:44:55.742Z | Compiling try-lock v0.2.5 |
727 | 2025-02-23T12:44:55.896Z | Compiling tracing v0.1.40 |
728 | 2025-02-23T12:44:55.907Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2025-02-23T12:44:56.511Z | Compiling zeroize v1.8.1 |
730 | 2025-02-23T12:44:56.516Z | Compiling subtle v2.6.1 |
731 | 2025-02-23T12:44:56.617Z | Compiling allocator-api2 v0.2.18 |
732 | 2025-02-23T12:44:56.827Z | Compiling want v0.3.1 |
733 | 2025-02-23T12:44:56.941Z | Compiling chrono v0.4.39 |
734 | 2025-02-23T12:44:57.001Z | Compiling tower-service v0.3.3 |
735 | 2025-02-23T12:44:57.119Z | Compiling synstructure v0.13.1 |
736 | 2025-02-23T12:44:57.126Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-02-23T12:44:57.305Z | Compiling foreign-types-shared v0.1.1 |
738 | 2025-02-23T12:44:57.415Z | Compiling openssl v0.10.71 |
739 | 2025-02-23T12:44:57.440Z | Compiling uuid v1.12.0 |
740 | 2025-02-23T12:44:57.903Z | Compiling icu_properties_data v1.5.0 |
741 | 2025-02-23T12:44:58.043Z | Compiling httpdate v1.0.3 |
742 | 2025-02-23T12:44:58.243Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-23T12:44:58.681Z | Compiling bitflags v2.6.0 |
744 | 2025-02-23T12:44:58.793Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2025-02-23T12:44:58.896Z | Compiling write16 v1.0.0 |
746 | 2025-02-23T12:44:58.982Z | Compiling rustls v0.23.19 |
747 | 2025-02-23T12:44:59.039Z | Compiling utf16_iter v1.0.5 |
748 | 2025-02-23T12:44:59.262Z | Compiling utf8_iter v1.0.4 |
749 | 2025-02-23T12:44:59.320Z | Compiling percent-encoding v2.3.1 |
750 | 2025-02-23T12:44:59.571Z | Compiling native-tls v0.2.12 |
751 | 2025-02-23T12:44:59.602Z | Compiling slog v2.7.0 |
752 | 2025-02-23T12:44:59.683Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-23T12:44:59.964Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-23T12:45:00.163Z | Compiling typenum v1.17.0 |
755 | 2025-02-23T12:45:00.181Z | Compiling regex-syntax v0.8.5 |
756 | 2025-02-23T12:45:00.997Z | Compiling openssl-probe v0.1.5 |
757 | 2025-02-23T12:45:01.033Z | Compiling serde_derive v1.0.218 |
758 | 2025-02-23T12:45:01.086Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-23T12:45:01.491Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-23T12:45:01.846Z | Compiling tokio-macros v2.5.0 |
761 | 2025-02-23T12:45:02.503Z | Compiling schemars_derive v0.8.21 |
762 | 2025-02-23T12:45:02.912Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-23T12:45:03.289Z | Compiling zerofrom-derive v0.1.4 |
764 | 2025-02-23T12:45:03.448Z | Compiling tokio v1.43.0 |
765 | 2025-02-23T12:45:04.235Z | Compiling yoke-derive v0.7.4 |
766 | 2025-02-23T12:45:05.273Z | Compiling zerovec-derive v0.10.3 |
767 | 2025-02-23T12:45:05.398Z | Compiling futures-macro v0.3.31 |
768 | 2025-02-23T12:45:05.558Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-23T12:45:06.193Z | Compiling zerofrom v0.1.4 |
770 | 2025-02-23T12:45:06.626Z | Compiling yoke v0.7.4 |
771 | 2025-02-23T12:45:06.990Z | Compiling icu_provider_macros v1.5.0 |
772 | 2025-02-23T12:45:06.999Z | Compiling pest v2.7.14 |
773 | 2025-02-23T12:45:07.125Z | Compiling futures-util v0.3.31 |
774 | 2025-02-23T12:45:07.562Z | Compiling zerovec v0.10.4 |
775 | 2025-02-23T12:45:09.883Z | Compiling tinystr v0.7.6 |
776 | 2025-02-23T12:45:10.260Z | Compiling icu_locid v1.5.0 |
777 | 2025-02-23T12:45:10.397Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-23T12:45:13.222Z | Compiling tokio-util v0.7.12 |
779 | 2025-02-23T12:45:14.884Z | Compiling indexmap v2.7.1 |
780 | 2025-02-23T12:45:15.339Z | Compiling serde_tokenstream v0.2.2 |
781 | 2025-02-23T12:45:17.204Z | Compiling icu_provider v1.5.0 |
782 | 2025-02-23T12:45:17.607Z | Compiling h2 v0.4.6 |
783 | 2025-02-23T12:45:17.816Z | Compiling hashbrown v0.14.5 |
784 | 2025-02-23T12:45:17.819Z | Compiling pest_meta v2.7.14 |
785 | 2025-02-23T12:45:19.431Z | Compiling icu_locid_transform v1.5.0 |
786 | 2025-02-23T12:45:19.520Z | Compiling icu_collections v1.5.0 |
787 | 2025-02-23T12:45:21.304Z | Compiling icu_properties v1.5.1 |
788 | 2025-02-23T12:45:22.160Z | Compiling pest_generator v2.7.14 |
789 | 2025-02-23T12:45:23.754Z | Compiling hyper v1.5.2 |
790 | 2025-02-23T12:45:24.428Z | Compiling regress v0.10.1 |
791 | 2025-02-23T12:45:27.639Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-23T12:45:28.247Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-23T12:45:28.843Z | Compiling hyper-util v0.1.10 |
794 | 2025-02-23T12:45:31.135Z | Compiling icu_normalizer v1.5.0 |
795 | 2025-02-23T12:45:32.997Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-23T12:45:33.898Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-23T12:45:34.132Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-23T12:45:34.364Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-23T12:45:35.751Z | Compiling generic-array v0.14.7 |
800 | 2025-02-23T12:45:36.128Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-23T12:45:36.720Z | Compiling mime v0.3.17 |
802 | 2025-02-23T12:45:38.155Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-23T12:45:38.427Z | Compiling regex v1.11.1 |
804 | 2025-02-23T12:45:39.005Z | Compiling tokio-native-tls v0.3.1 |
805 | 2025-02-23T12:45:39.306Z | Compiling idna v1.0.3 |
806 | 2025-02-23T12:45:39.351Z | Compiling serde_urlencoded v0.7.1 |
807 | 2025-02-23T12:45:41.054Z | Compiling tokio-rustls v0.26.0 |
808 | 2025-02-23T12:45:41.092Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-23T12:45:41.433Z | Compiling webpki-roots v0.26.6 |
810 | 2025-02-23T12:45:41.507Z | Compiling rustls-pemfile v2.2.0 |
811 | 2025-02-23T12:45:41.632Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-23T12:45:41.985Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-23T12:45:42.115Z | Compiling base64 v0.22.1 |
814 | 2025-02-23T12:45:42.418Z | Compiling num-conv v0.1.0 |
815 | 2025-02-23T12:45:42.567Z | Compiling tower-layer v0.3.3 |
816 | 2025-02-23T12:45:42.694Z | Compiling powerfmt v0.2.0 |
817 | 2025-02-23T12:45:43.184Z | Compiling time-core v0.1.2 |
818 | 2025-02-23T12:45:43.192Z | Compiling deranged v0.3.11 |
819 | 2025-02-23T12:45:43.357Z | Compiling time-macros v0.2.18 |
820 | 2025-02-23T12:45:44.704Z | Compiling tower v0.5.2 |
821 | 2025-02-23T12:45:44.857Z | Compiling scroll v0.12.0 |
822 | 2025-02-23T12:45:45.594Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-23T12:45:46.141Z | Compiling url v2.5.3 |
824 | 2025-02-23T12:45:46.954Z | Compiling hyper-tls v0.6.0 |
825 | 2025-02-23T12:45:47.202Z | Compiling thread-id v4.2.2 |
826 | 2025-02-23T12:45:47.439Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-23T12:45:48.926Z | Compiling dof v0.3.0 |
828 | 2025-02-23T12:45:49.691Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-02-23T12:45:51.640Z | Compiling ipnet v2.10.1 |
830 | 2025-02-23T12:45:51.909Z | Compiling plain v0.2.3 |
831 | 2025-02-23T12:45:54.504Z | Compiling strsim v0.11.1 |
832 | 2025-02-23T12:45:54.670Z | Compiling num_threads v0.1.7 |
833 | 2025-02-23T12:45:54.800Z | Compiling ident_case v1.0.1 |
834 | 2025-02-23T12:45:55.109Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-02-23T12:45:55.237Z | Compiling paste v1.0.15 |
836 | 2025-02-23T12:45:55.450Z | Compiling time v0.3.36 |
837 | 2025-02-23T12:45:55.771Z | Compiling darling_core v0.20.10 |
838 | 2025-02-23T12:45:57.735Z | Compiling reqwest v0.12.12 |
839 | 2025-02-23T12:46:00.855Z | Compiling goblin v0.8.2 |
840 | 2025-02-23T12:46:04.417Z | Compiling typify v0.2.0 |
841 | 2025-02-23T12:46:04.575Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-23T12:46:05.423Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-23T12:46:06.909Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2025-02-23T12:46:08.456Z | Compiling newtype-uuid v1.2.1 |
845 | 2025-02-23T12:46:08.566Z | Compiling pretty-hex v0.4.1 |
846 | 2025-02-23T12:46:08.789Z | Compiling rustversion v1.0.17 |
847 | 2025-02-23T12:46:08.796Z | Compiling rustls v0.22.4 |
848 | 2025-02-23T12:46:09.484Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-23T12:46:11.090Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-23T12:46:12.904Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-23T12:46:15.017Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-23T12:46:16.008Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-23T12:46:16.252Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-23T12:46:16.470Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-23T12:46:16.640Z | Compiling serde_spanned v0.6.8 |
856 | 2025-02-23T12:46:16.737Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-23T12:46:16.887Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-23T12:46:17.420Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-23T12:46:17.564Z | Compiling rand_core v0.6.4 |
860 | 2025-02-23T12:46:17.888Z | Compiling thread_local v1.1.8 |
861 | 2025-02-23T12:46:18.032Z | Compiling multer v3.1.0 |
862 | 2025-02-23T12:46:18.406Z | Compiling thiserror v2.0.11 |
863 | 2025-02-23T12:46:18.605Z | Compiling winnow v0.6.20 |
864 | 2025-02-23T12:46:19.010Z | Compiling camino v1.1.9 |
865 | 2025-02-23T12:46:19.604Z | Compiling match_cfg v0.1.0 |
866 | 2025-02-23T12:46:19.700Z | Compiling slog-async v2.8.0 |
867 | 2025-02-23T12:46:19.910Z | Compiling anyhow v1.0.96 |
868 | 2025-02-23T12:46:20.253Z | Compiling structmeta v0.3.0 |
869 | 2025-02-23T12:46:20.597Z | Compiling hostname v0.3.1 |
870 | 2025-02-23T12:46:20.924Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-23T12:46:21.253Z | Compiling oxnet v0.1.0 |
872 | 2025-02-23T12:46:21.303Z | Compiling progenitor-macro v0.8.0 |
873 | 2025-02-23T12:46:22.545Z | Compiling toml_edit v0.22.22 |
874 | 2025-02-23T12:46:22.763Z | Compiling digest v0.10.7 |
875 | 2025-02-23T12:46:23.157Z | Compiling darling v0.20.10 |
876 | 2025-02-23T12:46:24.801Z | Compiling crossbeam-channel v0.5.13 |
877 | 2025-02-23T12:46:25.911Z | Compiling term v0.7.0 |
878 | 2025-02-23T12:46:30.396Z | Compiling usdt-macro v0.5.0 |
879 | 2025-02-23T12:46:31.709Z | Compiling usdt-attr-macro v0.5.0 |
880 | 2025-02-23T12:46:31.789Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-23T12:46:31.834Z | Compiling slog-json v2.6.1 |
882 | 2025-02-23T12:46:32.331Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-23T12:46:32.681Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-23T12:46:33.071Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-23T12:46:33.398Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-23T12:46:34.397Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-23T12:46:34.525Z | Compiling memmap v0.7.0 |
888 | 2025-02-23T12:46:34.917Z | Compiling dropshot v0.15.1 |
889 | 2025-02-23T12:46:34.924Z | Compiling spin v0.9.8 |
890 | 2025-02-23T12:46:35.111Z | Compiling take_mut v0.2.2 |
891 | 2025-02-23T12:46:35.284Z | Compiling cpufeatures v0.2.14 |
892 | 2025-02-23T12:46:35.381Z | Compiling sha1 v0.10.6 |
893 | 2025-02-23T12:46:36.209Z | Compiling daft v0.1.1 |
894 | 2025-02-23T12:46:36.681Z | Compiling usdt v0.5.0 |
895 | 2025-02-23T12:46:38.106Z | Compiling slog-term v2.9.1 |
896 | 2025-02-23T12:46:38.339Z | Compiling async-stream v0.3.6 |
897 | 2025-02-23T12:46:38.489Z | Compiling tokio-rustls v0.25.0 |
898 | 2025-02-23T12:46:38.695Z | Compiling futures v0.3.31 |
899 | 2025-02-23T12:46:38.901Z | Compiling slog-bunyan v2.5.0 |
900 | 2025-02-23T12:46:38.926Z | Compiling progenitor v0.8.0 |
901 | 2025-02-23T12:46:39.111Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-23T12:46:39.192Z | Compiling toml v0.8.19 |
903 | 2025-02-23T12:46:39.358Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-23T12:46:40.938Z | Compiling rand v0.8.5 |
905 | 2025-02-23T12:46:43.092Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-23T12:46:43.252Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-23T12:46:44.171Z | Compiling serde_path_to_error v0.1.16 |
908 | 2025-02-23T12:46:45.172Z | Compiling hex v0.4.3 |
909 | 2025-02-23T12:46:45.812Z | Compiling async-trait v0.1.86 |
910 | 2025-02-23T12:46:45.997Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-23T12:46:46.345Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-23T12:46:46.583Z | Compiling hostname v0.4.0 |
913 | 2025-02-23T12:46:46.646Z | Compiling instant v0.1.13 |
914 | 2025-02-23T12:46:46.800Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-23T12:46:46.811Z | Compiling backoff v0.4.0 |
916 | 2025-02-23T12:46:46.826Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-23T12:46:46.944Z | Compiling parse-display v0.10.0 |
918 | 2025-02-23T12:46:47.029Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-23T12:46:47.208Z | Compiling strum v0.26.3 |
920 | 2025-02-23T12:46:47.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
921 | 2025-02-23T12:46:47.246Z | Compiling serde_with v3.11.0 |
922 | 2025-02-23T12:46:47.385Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-23T12:46:48.178Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-23T12:46:48.914Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-23T12:46:48.923Z | Compiling regress v0.9.1 |
926 | 2025-02-23T12:46:49.858Z | Compiling macaddr v1.0.1 |
927 | 2025-02-23T12:46:55.724Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-23T12:47:06.706Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-23T12:47:16.326Z | Finished `release` profile [optimized] target(s) in 2m 28s |
930 | 2025-02-23T12:47:16.393Z | process exited: duration 214250 ms, exit code 0 |
|
931 | 2025-02-23T12:47:16.399Z | found 0 output files |