|
|
|
1 | 2025-03-11T21:14:58.708Z | job assigned to worker 01JP3GWZ8X6FJ9RR331X2H475D [factory aws, i-0ab9e132a86570a93] (queued for 1 m 15 s) |
|
2 | 2025-03-11T21:15:06.385Z | starting task 0: "setup" |
3 | 2025-03-11T21:15:06.390Z | ++ uname -s |
4 | 2025-03-11T21:15:06.393Z | + kern=SunOS |
5 | 2025-03-11T21:15:06.393Z | + build_user=build |
6 | 2025-03-11T21:15:06.393Z | + build_uid=12345 |
7 | 2025-03-11T21:15:06.393Z | + work_dir=/work |
8 | 2025-03-11T21:15:06.393Z | + input_dir=/input |
9 | 2025-03-11T21:15:06.393Z | + [[ 0 == 12345 ]] |
10 | 2025-03-11T21:15:06.394Z | + case "$kern" in |
11 | 2025-03-11T21:15:06.394Z | + groupadd -g 12345 build |
12 | 2025-03-11T21:15:06.397Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-11T21:15:08.405Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-11T21:15:08.529Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-11T21:15:08.533Z | + home_fs=zfs |
16 | 2025-03-11T21:15:08.533Z | + [[ zfs == autofs ]] |
17 | 2025-03-11T21:15:08.533Z | + mkdir -p /home/build |
18 | 2025-03-11T21:15:08.533Z | + chown build:build /home/build /work |
19 | 2025-03-11T21:15:10.535Z | + chmod 0700 /home/build /work |
20 | 2025-03-11T21:15:10.539Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-03-11T21:15:10.545Z | starting task 1: "rust-toolchain" |
22 | 2025-03-11T21:15:10.551Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-11T21:15:10.551Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-11T21:15:10.551Z | * rust toolchain profile = "default" |
25 | 2025-03-11T21:15:10.551Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-11T21:15:10.551Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-11T21:15:10.551Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-11T21:15:10.555Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-11T21:15:10.555Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-11T21:15:10.695Z | info: downloading installer |
31 | 2025-03-11T21:15:12.288Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-11T21:15:12.288Z | warn: /opt/ooce/bin |
33 | 2025-03-11T21:15:12.290Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-11T21:15:12.290Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-11T21:15:12.290Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-11T21:15:12.290Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-11T21:15:12.290Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-11T21:15:12.290Z | error: cannot install while Rust is installed |
39 | 2025-03-11T21:15:12.290Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-11T21:15:12.327Z | info: profile set to 'default' |
41 | 2025-03-11T21:15:12.327Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-11T21:15:12.330Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-11T21:15:12.486Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-11T21:15:12.486Z | info: downloading component 'cargo' |
45 | 2025-03-11T21:15:13.554Z | info: downloading component 'clippy' |
46 | 2025-03-11T21:15:13.875Z | info: downloading component 'rust-docs' |
47 | 2025-03-11T21:15:15.025Z | info: downloading component 'rust-std' |
48 | 2025-03-11T21:15:16.695Z | info: downloading component 'rustc' |
49 | 2025-03-11T21:15:23.539Z | info: downloading component 'rustfmt' |
50 | 2025-03-11T21:15:23.826Z | info: installing component 'cargo' |
51 | 2025-03-11T21:15:24.651Z | info: installing component 'clippy' |
52 | 2025-03-11T21:15:25.030Z | info: installing component 'rust-docs' |
53 | 2025-03-11T21:15:26.782Z | info: installing component 'rust-std' |
54 | 2025-03-11T21:15:28.656Z | info: installing component 'rustc' |
55 | 2025-03-11T21:15:34.502Z | info: installing component 'rustfmt' |
56 | 2025-03-11T21:15:34.830Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-11T21:15:34.830Z | |
58 | 2025-03-11T21:15:35.197Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-11T21:15:35.197Z | |
60 | 2025-03-11T21:15:35.200Z | |
61 | 2025-03-11T21:15:35.200Z | Rust is installed now. Great! |
62 | 2025-03-11T21:15:35.200Z | |
63 | 2025-03-11T21:15:35.200Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-11T21:15:35.201Z | environment variable. This has not been done automatically. |
65 | 2025-03-11T21:15:35.201Z | |
66 | 2025-03-11T21:15:35.201Z | To configure your current shell, you need to source |
67 | 2025-03-11T21:15:35.201Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-11T21:15:35.201Z | |
69 | 2025-03-11T21:15:35.201Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-11T21:15:35.201Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-11T21:15:35.201Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-11T21:15:35.201Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-11T21:15:35.272Z | + rustup --version |
74 | 2025-03-11T21:15:35.285Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-11T21:15:35.285Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-11T21:15:35.312Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-11T21:15:35.316Z | + cargo --version |
78 | 2025-03-11T21:15:35.333Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-11T21:15:35.336Z | + rustc --version |
80 | 2025-03-11T21:15:35.361Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-11T21:15:35.364Z | process exited: duration 24813 ms, exit code 0 |
|
82 | 2025-03-11T21:15:35.371Z | starting task 2: "authentication" |
83 | 2025-03-11T21:15:35.394Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-11T21:15:35.401Z | starting task 3: "clone repository" |
85 | 2025-03-11T21:15:35.405Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-11T21:15:35.408Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-11T21:15:36.308Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-11T21:15:45.321Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-11T21:15:45.321Z | + git fetch origin 76351631d2a25686f4500907aede7b041a3c8c4a |
90 | 2025-03-11T21:15:45.635Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-11T21:15:45.635Z | * branch 76351631d2a25686f4500907aede7b041a3c8c4a -> FETCH_HEAD |
92 | 2025-03-11T21:15:45.647Z | + [[ -n iliana/welcome-to-artifact-zone ]] |
93 | 2025-03-11T21:15:45.651Z | ++ git branch --show-current |
94 | 2025-03-11T21:15:45.654Z | + current=main |
95 | 2025-03-11T21:15:45.654Z | + [[ main != iliana/welcome-to-artifact-zone ]] |
96 | 2025-03-11T21:15:45.654Z | + git branch -f iliana/welcome-to-artifact-zone 76351631d2a25686f4500907aede7b041a3c8c4a |
97 | 2025-03-11T21:15:45.657Z | + git checkout -f iliana/welcome-to-artifact-zone |
98 | 2025-03-11T21:15:45.845Z | Switched to branch 'iliana/welcome-to-artifact-zone' |
99 | 2025-03-11T21:15:45.848Z | + git reset --hard 76351631d2a25686f4500907aede7b041a3c8c4a |
100 | 2025-03-11T21:15:45.860Z | HEAD is now at 76351631d appease rustdoc |
101 | 2025-03-11T21:15:45.864Z | process exited: duration 10457 ms, exit code 0 |
|
102 | 2025-03-11T21:15:45.870Z | starting task 4: "build" |
103 | 2025-03-11T21:15:45.875Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-11T21:15:45.879Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-11T21:15:45.879Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-11T21:15:45.879Z | + cargo --version |
107 | 2025-03-11T21:15:45.932Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-11T21:15:45.935Z | + rustc --version |
109 | 2025-03-11T21:15:46.003Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-11T21:15:46.008Z | + cd /tmp |
111 | 2025-03-11T21:15:46.008Z | + cargo new --lib test-project |
112 | 2025-03-11T21:15:46.028Z | Creating library `test-project` package |
113 | 2025-03-11T21:15:46.112Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-11T21:15:46.116Z | + cd test-project |
115 | 2025-03-11T21:15:46.116Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-11T21:15:46.140Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-11T21:15:46.143Z | Features: |
118 | 2025-03-11T21:15:46.143Z | - proptest |
119 | 2025-03-11T21:15:46.143Z | - test-strategy |
120 | 2025-03-11T21:15:46.143Z | - testing |
121 | 2025-03-11T21:15:46.174Z | Updating crates.io index |
122 | 2025-03-11T21:15:46.238Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-11T21:15:46.818Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-11T21:15:47.297Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-11T21:15:47.692Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-11T21:15:49.224Z | Locking 355 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-11T21:15:49.398Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-11T21:15:49.401Z | + cargo check |
129 | 2025-03-11T21:15:49.545Z | Updating crates.io index |
130 | 2025-03-11T21:15:50.422Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-11T21:15:50.422Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-11T21:15:50.485Z | Downloading crates ... |
133 | 2025-03-11T21:15:50.556Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-11T21:15:50.564Z | Downloaded block-buffer v0.10.4 |
135 | 2025-03-11T21:15:50.567Z | Downloaded atomic-waker v1.1.2 |
136 | 2025-03-11T21:15:50.578Z | Downloaded take_mut v0.2.2 |
137 | 2025-03-11T21:15:50.581Z | Downloaded sync_wrapper v1.0.1 |
138 | 2025-03-11T21:15:50.587Z | Downloaded ident_case v1.0.1 |
139 | 2025-03-11T21:15:50.591Z | Downloaded foreign-types-shared v0.1.1 |
140 | 2025-03-11T21:15:50.594Z | Downloaded equivalent v1.0.1 |
141 | 2025-03-11T21:15:50.594Z | Downloaded tower-service v0.3.3 |
142 | 2025-03-11T21:15:50.594Z | Downloaded tower-layer v0.3.3 |
143 | 2025-03-11T21:15:50.598Z | Downloaded yoke-derive v0.7.4 |
144 | 2025-03-11T21:15:50.601Z | Downloaded usdt-macro v0.5.0 |
145 | 2025-03-11T21:15:50.605Z | Downloaded foreign-types v0.3.2 |
146 | 2025-03-11T21:15:50.605Z | Downloaded num_threads v0.1.7 |
147 | 2025-03-11T21:15:50.608Z | Downloaded http-body v1.0.1 |
148 | 2025-03-11T21:15:50.608Z | Downloaded async-stream v0.3.6 |
149 | 2025-03-11T21:15:50.611Z | Downloaded dtrace-parser v0.2.0 |
150 | 2025-03-11T21:15:50.611Z | Downloaded omicron-workspace-hack v0.1.0 |
151 | 2025-03-11T21:15:50.614Z | Downloaded match_cfg v0.1.0 |
152 | 2025-03-11T21:15:50.614Z | Downloaded anyhow v1.0.97 |
153 | 2025-03-11T21:15:50.617Z | Downloaded openssl-probe v0.1.5 |
154 | 2025-03-11T21:15:50.617Z | Downloaded cfg-if v1.0.0 |
155 | 2025-03-11T21:15:50.620Z | Downloaded bit-set v0.8.0 |
156 | 2025-03-11T21:15:50.621Z | Downloaded openssl-macros v0.1.1 |
157 | 2025-03-11T21:15:50.624Z | Downloaded generic-array v0.14.7 |
158 | 2025-03-11T21:15:50.624Z | Downloaded tinystr v0.7.6 |
159 | 2025-03-11T21:15:50.627Z | Downloaded icu_provider_macros v1.5.0 |
160 | 2025-03-11T21:15:50.627Z | Downloaded version_check v0.9.5 |
161 | 2025-03-11T21:15:50.630Z | Downloaded hostname v0.4.0 |
162 | 2025-03-11T21:15:50.630Z | Downloaded hex v0.4.3 |
163 | 2025-03-11T21:15:50.630Z | Downloaded fnv v1.0.7 |
164 | 2025-03-11T21:15:50.634Z | Downloaded strum_macros v0.26.4 |
165 | 2025-03-11T21:15:50.638Z | Downloaded tinyvec_macros v0.1.1 |
166 | 2025-03-11T21:15:50.639Z | Downloaded time-core v0.1.2 |
167 | 2025-03-11T21:15:50.639Z | Downloaded futures-macro v0.3.31 |
168 | 2025-03-11T21:15:50.639Z | Downloaded hyper-tls v0.6.0 |
169 | 2025-03-11T21:15:50.642Z | Downloaded deranged v0.3.11 |
170 | 2025-03-11T21:15:50.642Z | Downloaded typify-macro v0.2.0 |
171 | 2025-03-11T21:15:50.642Z | Downloaded wait-timeout v0.2.0 |
172 | 2025-03-11T21:15:50.645Z | Downloaded futures-executor v0.3.31 |
173 | 2025-03-11T21:15:50.645Z | Downloaded mime v0.3.17 |
174 | 2025-03-11T21:15:50.648Z | Downloaded lazy_static v1.5.0 |
175 | 2025-03-11T21:15:50.648Z | Downloaded utf16_iter v1.0.5 |
176 | 2025-03-11T21:15:50.651Z | Downloaded idna_adapter v1.2.0 |
177 | 2025-03-11T21:15:50.651Z | Downloaded itoa v1.0.11 |
178 | 2025-03-11T21:15:50.655Z | Downloaded httpdate v1.0.3 |
179 | 2025-03-11T21:15:50.655Z | Downloaded form_urlencoded v1.2.1 |
180 | 2025-03-11T21:15:50.655Z | Downloaded memmap v0.7.0 |
181 | 2025-03-11T21:15:50.658Z | Downloaded pretty-hex v0.4.1 |
182 | 2025-03-11T21:15:50.658Z | Downloaded num-conv v0.1.0 |
183 | 2025-03-11T21:15:50.662Z | Downloaded instant v0.1.13 |
184 | 2025-03-11T21:15:50.662Z | Downloaded usdt-attr-macro v0.5.0 |
185 | 2025-03-11T21:15:50.662Z | Downloaded ipnetwork v0.21.1 |
186 | 2025-03-11T21:15:50.665Z | Downloaded write16 v1.0.0 |
187 | 2025-03-11T21:15:50.665Z | Downloaded errno v0.3.9 |
188 | 2025-03-11T21:15:50.665Z | Downloaded zerovec-derive v0.10.3 |
189 | 2025-03-11T21:15:50.669Z | Downloaded parse-display v0.10.0 |
190 | 2025-03-11T21:15:50.669Z | Downloaded http-body-util v0.1.2 |
191 | 2025-03-11T21:15:50.674Z | Downloaded serde_spanned v0.6.8 |
192 | 2025-03-11T21:15:50.674Z | Downloaded parse-display-derive v0.10.0 |
193 | 2025-03-11T21:15:50.675Z | Downloaded plain v0.2.3 |
194 | 2025-03-11T21:15:50.675Z | Downloaded strum v0.26.3 |
195 | 2025-03-11T21:15:50.678Z | Downloaded term v0.7.0 |
196 | 2025-03-11T21:15:50.678Z | Downloaded once_cell v1.20.3 |
197 | 2025-03-11T21:15:50.683Z | Downloaded camino v1.1.9 |
198 | 2025-03-11T21:15:50.683Z | Downloaded want v0.3.1 |
199 | 2025-03-11T21:15:50.683Z | Downloaded httparse v1.9.5 |
200 | 2025-03-11T21:15:50.688Z | Downloaded litemap v0.7.3 |
201 | 2025-03-11T21:15:50.691Z | Downloaded futures-channel v0.3.31 |
202 | 2025-03-11T21:15:50.691Z | Downloaded tokio-macros v2.5.0 |
203 | 2025-03-11T21:15:50.691Z | Downloaded darling v0.20.10 |
204 | 2025-03-11T21:15:50.696Z | Downloaded lock_api v0.4.12 |
205 | 2025-03-11T21:15:50.699Z | Downloaded unarray v0.1.4 |
206 | 2025-03-11T21:15:50.699Z | Downloaded thread-id v4.2.2 |
207 | 2025-03-11T21:15:50.699Z | Downloaded thiserror-impl v2.0.11 |
208 | 2025-03-11T21:15:50.703Z | Downloaded parking_lot_core v0.9.10 |
209 | 2025-03-11T21:15:50.703Z | Downloaded writeable v0.5.5 |
210 | 2025-03-11T21:15:50.706Z | Downloaded native-tls v0.2.12 |
211 | 2025-03-11T21:15:50.709Z | Downloaded futures-core v0.3.31 |
212 | 2025-03-11T21:15:50.710Z | Downloaded dyn-clone v1.0.19 |
213 | 2025-03-11T21:15:50.710Z | Downloaded daft-derive v0.1.1 |
214 | 2025-03-11T21:15:50.713Z | Downloaded ipnet v2.11.0 |
215 | 2025-03-11T21:15:50.716Z | Downloaded icu_locid_transform v1.5.0 |
216 | 2025-03-11T21:15:50.720Z | Downloaded ppv-lite86 v0.2.20 |
217 | 2025-03-11T21:15:50.720Z | Downloaded zerofrom-derive v0.1.4 |
218 | 2025-03-11T21:15:50.721Z | Downloaded slog-async v2.8.0 |
219 | 2025-03-11T21:15:50.724Z | Downloaded untrusted v0.9.0 |
220 | 2025-03-11T21:15:50.724Z | Downloaded zeroize v1.8.1 |
221 | 2025-03-11T21:15:50.725Z | Downloaded progenitor-client v0.8.0 |
222 | 2025-03-11T21:15:50.725Z | Downloaded utf8_iter v1.0.4 |
223 | 2025-03-11T21:15:50.731Z | Downloaded toml_datetime v0.6.8 |
224 | 2025-03-11T21:15:50.731Z | Downloaded progenitor-client v0.9.1 |
225 | 2025-03-11T21:15:50.731Z | Downloaded typify v0.2.0 |
226 | 2025-03-11T21:15:50.734Z | Downloaded rustc-hash v2.1.1 |
227 | 2025-03-11T21:15:50.734Z | Downloaded bitflags v2.6.0 |
228 | 2025-03-11T21:15:50.738Z | Downloaded scroll_derive v0.12.0 |
229 | 2025-03-11T21:15:50.738Z | Downloaded structmeta-derive v0.3.0 |
230 | 2025-03-11T21:15:50.738Z | Downloaded pkg-config v0.3.31 |
231 | 2025-03-11T21:15:50.741Z | Downloaded sha1 v0.10.6 |
232 | 2025-03-11T21:15:50.742Z | Downloaded icu_normalizer_data v1.5.0 |
233 | 2025-03-11T21:15:50.745Z | Downloaded schemars_derive v0.8.22 |
234 | 2025-03-11T21:15:50.745Z | Downloaded percent-encoding v2.3.1 |
235 | 2025-03-11T21:15:50.745Z | Downloaded getrandom v0.2.15 |
236 | 2025-03-11T21:15:50.749Z | Downloaded multer v3.1.0 |
237 | 2025-03-11T21:15:50.753Z | Downloaded zerocopy-derive v0.7.35 |
238 | 2025-03-11T21:15:50.757Z | Downloaded num-traits v0.2.19 |
239 | 2025-03-11T21:15:50.757Z | Downloaded log v0.4.22 |
240 | 2025-03-11T21:15:50.760Z | Downloaded dropshot_endpoint v0.16.0 |
241 | 2025-03-11T21:15:50.764Z | Downloaded structmeta v0.3.0 |
242 | 2025-03-11T21:15:50.765Z | Downloaded powerfmt v0.2.0 |
243 | 2025-03-11T21:15:50.765Z | Downloaded pin-utils v0.1.0 |
244 | 2025-03-11T21:15:50.768Z | Downloaded shlex v1.3.0 |
245 | 2025-03-11T21:15:50.768Z | Downloaded parking_lot v0.12.3 |
246 | 2025-03-11T21:15:50.768Z | Downloaded yoke v0.7.4 |
247 | 2025-03-11T21:15:50.772Z | Downloaded usdt-impl v0.5.0 |
248 | 2025-03-11T21:15:50.772Z | Downloaded icu_locid v1.5.0 |
249 | 2025-03-11T21:15:50.775Z | Downloaded rusty-fork v0.3.0 |
250 | 2025-03-11T21:15:50.780Z | Downloaded rand_core v0.6.4 |
251 | 2025-03-11T21:15:50.780Z | Downloaded quinn-udp v0.5.5 |
252 | 2025-03-11T21:15:50.783Z | Downloaded pest_generator v2.7.14 |
253 | 2025-03-11T21:15:50.783Z | Downloaded semver v1.0.25 |
254 | 2025-03-11T21:15:50.783Z | Downloaded serde_path_to_error v0.1.16 |
255 | 2025-03-11T21:15:50.787Z | Downloaded newtype-uuid v1.2.1 |
256 | 2025-03-11T21:15:50.787Z | Downloaded strsim v0.11.1 |
257 | 2025-03-11T21:15:50.787Z | Downloaded progenitor-macro v0.8.0 |
258 | 2025-03-11T21:15:50.787Z | Downloaded serde_urlencoded v0.7.1 |
259 | 2025-03-11T21:15:50.791Z | Downloaded rand_xorshift v0.3.0 |
260 | 2025-03-11T21:15:50.791Z | Downloaded slog-json v2.6.1 |
261 | 2025-03-11T21:15:50.794Z | Downloaded slog-bunyan v2.5.0 |
262 | 2025-03-11T21:15:50.795Z | Downloaded test-strategy v0.4.0 |
263 | 2025-03-11T21:15:50.798Z | Downloaded icu_locid_transform_data v1.5.0 |
264 | 2025-03-11T21:15:50.798Z | Downloaded hyper-util v0.1.10 |
265 | 2025-03-11T21:15:50.802Z | Downloaded serde_derive_internals v0.29.1 |
266 | 2025-03-11T21:15:50.806Z | Downloaded progenitor v0.8.0 |
267 | 2025-03-11T21:15:50.806Z | Downloaded tracing-core v0.1.32 |
268 | 2025-03-11T21:15:50.810Z | Downloaded futures v0.3.31 |
269 | 2025-03-11T21:15:50.813Z | Downloaded spin v0.9.8 |
270 | 2025-03-11T21:15:50.816Z | Downloaded smallvec v1.14.0 |
271 | 2025-03-11T21:15:50.817Z | Downloaded pest_meta v2.7.14 |
272 | 2025-03-11T21:15:50.820Z | Downloaded rustls-pemfile v2.2.0 |
273 | 2025-03-11T21:15:50.820Z | Downloaded slog-term v2.9.1 |
274 | 2025-03-11T21:15:50.823Z | Downloaded pin-project-lite v0.2.14 |
275 | 2025-03-11T21:15:50.826Z | Downloaded base64 v0.22.1 |
276 | 2025-03-11T21:15:50.830Z | Downloaded indexmap v2.7.1 |
277 | 2025-03-11T21:15:50.834Z | Downloaded openssl-sys v0.9.106 |
278 | 2025-03-11T21:15:50.838Z | Downloaded unsafe-libyaml v0.2.11 |
279 | 2025-03-11T21:15:50.842Z | Downloaded ryu v1.0.18 |
280 | 2025-03-11T21:15:50.845Z | Downloaded scroll v0.12.0 |
281 | 2025-03-11T21:15:50.848Z | Downloaded proc-macro2 v1.0.94 |
282 | 2025-03-11T21:15:50.851Z | Downloaded memchr v2.7.4 |
283 | 2025-03-11T21:15:50.855Z | Downloaded serde_derive v1.0.218 |
284 | 2025-03-11T21:15:50.858Z | Downloaded tracing v0.1.40 |
285 | 2025-03-11T21:15:50.861Z | Downloaded pest_derive v2.7.14 |
286 | 2025-03-11T21:15:50.864Z | Downloaded tower v0.5.2 |
287 | 2025-03-11T21:15:50.870Z | Downloaded serde v1.0.218 |
288 | 2025-03-11T21:15:50.873Z | Downloaded progenitor-impl v0.8.0 |
289 | 2025-03-11T21:15:50.879Z | Downloaded schemars v0.8.22 |
290 | 2025-03-11T21:15:50.886Z | Downloaded socket2 v0.5.8 |
291 | 2025-03-11T21:15:50.889Z | Downloaded time v0.3.36 |
292 | 2025-03-11T21:15:50.895Z | Downloaded http v1.2.0 |
293 | 2025-03-11T21:15:50.898Z | Downloaded cc v1.2.15 |
294 | 2025-03-11T21:15:50.902Z | Downloaded serde_yaml v0.9.34+deprecated |
295 | 2025-03-11T21:15:50.905Z | Downloaded zerocopy v0.7.35 |
296 | 2025-03-11T21:15:50.920Z | Downloaded pest v2.7.14 |
297 | 2025-03-11T21:15:50.925Z | Downloaded tokio-util v0.7.13 |
298 | 2025-03-11T21:15:50.931Z | Downloaded idna v1.0.3 |
299 | 2025-03-11T21:15:50.935Z | Downloaded futures-util v0.3.31 |
300 | 2025-03-11T21:15:50.945Z | Downloaded h2 v0.4.6 |
301 | 2025-03-11T21:15:50.952Z | Downloaded zerovec v0.10.4 |
302 | 2025-03-11T21:15:50.957Z | Downloaded goblin v0.8.2 |
303 | 2025-03-11T21:15:50.963Z | Downloaded serde_json v1.0.139 |
304 | 2025-03-11T21:15:50.969Z | Downloaded serde_with v3.12.0 |
305 | 2025-03-11T21:15:50.977Z | Downloaded vcpkg v0.2.15 |
306 | 2025-03-11T21:15:51.013Z | Downloaded quinn-proto v0.11.8 |
307 | 2025-03-11T21:15:51.019Z | Downloaded rustls-webpki v0.102.8 |
308 | 2025-03-11T21:15:51.035Z | Downloaded proptest v1.6.0 |
309 | 2025-03-11T21:15:51.044Z | Downloaded openssl v0.10.71 |
310 | 2025-03-11T21:15:51.053Z | Downloaded webpki-roots v0.26.6 |
311 | 2025-03-11T21:15:51.056Z | Downloaded chrono v0.4.40 |
312 | 2025-03-11T21:15:51.063Z | Downloaded reqwest v0.12.12 |
313 | 2025-03-11T21:15:51.071Z | Downloaded regex v1.11.1 |
314 | 2025-03-11T21:15:51.083Z | Downloaded icu_properties_data v1.5.0 |
315 | 2025-03-11T21:15:51.093Z | Downloaded syn v2.0.98 |
316 | 2025-03-11T21:15:51.102Z | Downloaded aho-corasick v1.1.3 |
317 | 2025-03-11T21:15:51.108Z | Downloaded rustls v0.23.19 |
318 | 2025-03-11T21:15:51.118Z | Downloaded rustls v0.22.4 |
319 | 2025-03-11T21:15:51.130Z | Downloaded regress v0.10.3 |
320 | 2025-03-11T21:15:51.138Z | Downloaded rustix v0.38.37 |
321 | 2025-03-11T21:15:51.157Z | Downloaded dropshot v0.16.0 |
322 | 2025-03-11T21:15:51.180Z | Downloaded regex-syntax v0.8.5 |
323 | 2025-03-11T21:15:51.192Z | Downloaded typify-impl v0.2.0 |
324 | 2025-03-11T21:15:51.209Z | Downloaded openapiv3 v2.0.0 |
325 | 2025-03-11T21:15:51.221Z | Downloaded winnow v0.7.3 |
326 | 2025-03-11T21:15:51.228Z | Downloaded hyper v1.6.0 |
327 | 2025-03-11T21:15:51.234Z | Downloaded hashbrown v0.15.1 |
328 | 2025-03-11T21:15:51.239Z | Downloaded rand v0.8.5 |
329 | 2025-03-11T21:15:51.242Z | Downloaded mio v1.0.2 |
330 | 2025-03-11T21:15:51.247Z | Downloaded crossbeam-channel v0.5.13 |
331 | 2025-03-11T21:15:51.251Z | Downloaded toml_edit v0.22.24 |
332 | 2025-03-11T21:15:51.273Z | Downloaded hashbrown v0.12.3 |
333 | 2025-03-11T21:15:51.276Z | Downloaded url v2.5.3 |
334 | 2025-03-11T21:15:51.280Z | Downloaded quinn v0.11.5 |
335 | 2025-03-11T21:15:51.283Z | Downloaded icu_collections v1.5.0 |
336 | 2025-03-11T21:15:51.288Z | Downloaded icu_properties v1.5.1 |
337 | 2025-03-11T21:15:51.291Z | Downloaded rustversion v1.0.17 |
338 | 2025-03-11T21:15:51.294Z | Downloaded quote v1.0.39 |
339 | 2025-03-11T21:15:51.298Z | Downloaded regex-automata v0.4.8 |
340 | 2025-03-11T21:15:51.313Z | Downloaded rand_chacha v0.3.1 |
341 | 2025-03-11T21:15:51.316Z | Downloaded slog v2.7.0 |
342 | 2025-03-11T21:15:51.319Z | Downloaded rustls-pki-types v1.10.0 |
343 | 2025-03-11T21:15:51.322Z | Downloaded bytes v1.10.1 |
344 | 2025-03-11T21:15:51.326Z | Downloaded tokio v1.43.0 |
345 | 2025-03-11T21:15:51.360Z | Downloaded icu_normalizer v1.5.0 |
346 | 2025-03-11T21:15:51.363Z | Downloaded libc v0.2.170 |
347 | 2025-03-11T21:15:51.385Z | Downloaded darling_core v0.20.10 |
348 | 2025-03-11T21:15:51.389Z | Downloaded scopeguard v1.2.0 |
349 | 2025-03-11T21:15:51.392Z | Downloaded uuid v1.15.1 |
350 | 2025-03-11T21:15:51.396Z | Downloaded icu_provider v1.5.0 |
351 | 2025-03-11T21:15:51.399Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2025-03-11T21:15:51.400Z | Downloaded sha2 v0.10.8 |
353 | 2025-03-11T21:15:51.400Z | Downloaded serde_with_macros v3.12.0 |
354 | 2025-03-11T21:15:51.403Z | Downloaded signal-hook-registry v1.4.2 |
355 | 2025-03-11T21:15:51.403Z | Downloaded quick-error v1.2.3 |
356 | 2025-03-11T21:15:51.403Z | Downloaded slab v0.4.9 |
357 | 2025-03-11T21:15:51.406Z | Downloaded tinyvec v1.8.0 |
358 | 2025-03-11T21:15:51.409Z | Downloaded hyper-rustls v0.27.3 |
359 | 2025-03-11T21:15:51.409Z | Downloaded indexmap v1.9.3 |
360 | 2025-03-11T21:15:51.413Z | Downloaded unicode-ident v1.0.14 |
361 | 2025-03-11T21:15:51.416Z | Downloaded ucd-trie v0.1.7 |
362 | 2025-03-11T21:15:51.419Z | Downloaded typenum v1.17.0 |
363 | 2025-03-11T21:15:51.422Z | Downloaded getrandom v0.3.1 |
364 | 2025-03-11T21:15:51.425Z | Downloaded tokio-rustls v0.25.0 |
365 | 2025-03-11T21:15:51.425Z | Downloaded iana-time-zone v0.1.61 |
366 | 2025-03-11T21:15:51.429Z | Downloaded crossbeam-utils v0.8.20 |
367 | 2025-03-11T21:15:51.432Z | Downloaded tokio-rustls v0.26.0 |
368 | 2025-03-11T21:15:51.432Z | Downloaded zerofrom v0.1.4 |
369 | 2025-03-11T21:15:51.435Z | Downloaded thiserror-impl v1.0.69 |
370 | 2025-03-11T21:15:51.435Z | Downloaded async-trait v0.1.87 |
371 | 2025-03-11T21:15:51.439Z | Downloaded displaydoc v0.2.5 |
372 | 2025-03-11T21:15:51.442Z | Downloaded tokio-native-tls v0.3.1 |
373 | 2025-03-11T21:15:51.442Z | Downloaded thiserror v2.0.11 |
374 | 2025-03-11T21:15:51.446Z | Downloaded bit-vec v0.8.0 |
375 | 2025-03-11T21:15:51.449Z | Downloaded toml v0.8.20 |
376 | 2025-03-11T21:15:51.453Z | Downloaded thiserror v1.0.69 |
377 | 2025-03-11T21:15:51.456Z | Downloaded tempfile v3.13.0 |
378 | 2025-03-11T21:15:51.459Z | Downloaded stable_deref_trait v1.2.0 |
379 | 2025-03-11T21:15:51.459Z | Downloaded heck v0.5.0 |
380 | 2025-03-11T21:15:51.462Z | Downloaded encoding_rs v0.8.34 |
381 | 2025-03-11T21:15:51.480Z | Downloaded futures-io v0.3.31 |
382 | 2025-03-11T21:15:51.483Z | Downloaded foldhash v0.1.3 |
383 | 2025-03-11T21:15:51.483Z | Downloaded dof v0.3.0 |
384 | 2025-03-11T21:15:51.483Z | Downloaded debug-ignore v1.0.5 |
385 | 2025-03-11T21:15:51.487Z | Downloaded usdt v0.5.0 |
386 | 2025-03-11T21:15:51.487Z | Downloaded ring v0.17.11 |
387 | 2025-03-11T21:15:51.526Z | Downloaded paste v1.0.15 |
388 | 2025-03-11T21:15:51.530Z | Downloaded oxnet v0.1.1 |
389 | 2025-03-11T21:15:51.533Z | Downloaded macaddr v1.0.1 |
390 | 2025-03-11T21:15:51.533Z | Downloaded subtle v2.6.1 |
391 | 2025-03-11T21:15:51.533Z | Downloaded daft v0.1.1 |
392 | 2025-03-11T21:15:51.536Z | Downloaded cpufeatures v0.2.14 |
393 | 2025-03-11T21:15:51.536Z | Downloaded dirs-next v2.0.0 |
394 | 2025-03-11T21:15:51.536Z | Downloaded try-lock v0.2.5 |
395 | 2025-03-11T21:15:51.539Z | Downloaded fastrand v2.1.1 |
396 | 2025-03-11T21:15:51.540Z | Downloaded dirs-sys-next v0.1.2 |
397 | 2025-03-11T21:15:51.540Z | Downloaded digest v0.10.7 |
398 | 2025-03-11T21:15:51.543Z | Downloaded is-terminal v0.4.13 |
399 | 2025-03-11T21:15:51.543Z | Downloaded crypto-common v0.1.6 |
400 | 2025-03-11T21:15:51.543Z | Downloaded time-macros v0.2.18 |
401 | 2025-03-11T21:15:51.546Z | Downloaded synstructure v0.13.1 |
402 | 2025-03-11T21:15:51.546Z | Downloaded hostname v0.3.1 |
403 | 2025-03-11T21:15:51.549Z | Downloaded futures-task v0.3.31 |
404 | 2025-03-11T21:15:51.549Z | Downloaded futures-sink v0.3.31 |
405 | 2025-03-11T21:15:51.549Z | Downloaded thread_local v1.1.8 |
406 | 2025-03-11T21:15:51.549Z | Downloaded waitgroup v0.1.2 |
407 | 2025-03-11T21:15:51.553Z | Downloaded byteorder v1.5.0 |
408 | 2025-03-11T21:15:51.553Z | Downloaded backoff v0.4.0 |
409 | 2025-03-11T21:15:51.556Z | Downloaded autocfg v1.4.0 |
410 | 2025-03-11T21:15:51.556Z | Downloaded allocator-api2 v0.2.18 |
411 | 2025-03-11T21:15:51.559Z | Downloaded darling_macro v0.20.10 |
412 | 2025-03-11T21:15:51.692Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-11T21:15:51.692Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-11T21:15:51.696Z | Compiling libc v0.2.170 |
415 | 2025-03-11T21:15:51.696Z | Checking cfg-if v1.0.0 |
416 | 2025-03-11T21:15:51.696Z | Compiling autocfg v1.4.0 |
417 | 2025-03-11T21:15:51.696Z | Compiling serde v1.0.218 |
418 | 2025-03-11T21:15:51.714Z | Checking memchr v2.7.4 |
419 | 2025-03-11T21:15:51.723Z | Compiling serde_json v1.0.139 |
420 | 2025-03-11T21:15:51.797Z | Checking itoa v1.0.11 |
421 | 2025-03-11T21:15:52.010Z | Compiling thiserror v1.0.69 |
422 | 2025-03-11T21:15:52.362Z | Compiling shlex v1.3.0 |
423 | 2025-03-11T21:15:52.393Z | Checking once_cell v1.20.3 |
424 | 2025-03-11T21:15:52.545Z | Checking pin-project-lite v0.2.14 |
425 | 2025-03-11T21:15:52.660Z | Compiling cc v1.2.15 |
426 | 2025-03-11T21:15:52.697Z | Checking smallvec v1.14.0 |
427 | 2025-03-11T21:15:52.710Z | Checking ryu v1.0.18 |
428 | 2025-03-11T21:15:52.905Z | Checking bytes v1.10.1 |
429 | 2025-03-11T21:15:52.918Z | Compiling semver v1.0.25 |
430 | 2025-03-11T21:15:53.028Z | Checking futures-core v0.3.31 |
431 | 2025-03-11T21:15:53.215Z | Compiling version_check v0.9.5 |
432 | 2025-03-11T21:15:53.255Z | Compiling lock_api v0.4.12 |
433 | 2025-03-11T21:15:53.268Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-11T21:15:53.417Z | Compiling quote v1.0.39 |
435 | 2025-03-11T21:15:53.597Z | Checking getrandom v0.2.15 |
436 | 2025-03-11T21:15:53.734Z | Checking foldhash v0.1.3 |
437 | 2025-03-11T21:15:53.768Z | Compiling syn v2.0.98 |
438 | 2025-03-11T21:15:53.771Z | Checking equivalent v1.0.1 |
439 | 2025-03-11T21:15:53.805Z | Checking allocator-api2 v0.2.18 |
440 | 2025-03-11T21:15:53.835Z | Checking scopeguard v1.2.0 |
441 | 2025-03-11T21:15:53.932Z | Compiling slab v0.4.9 |
442 | 2025-03-11T21:15:54.122Z | Checking futures-sink v0.3.31 |
443 | 2025-03-11T21:15:54.225Z | Checking fnv v1.0.7 |
444 | 2025-03-11T21:15:54.265Z | Checking mio v1.0.2 |
445 | 2025-03-11T21:15:54.278Z | Checking socket2 v0.5.8 |
446 | 2025-03-11T21:15:54.349Z | Checking signal-hook-registry v1.4.2 |
447 | 2025-03-11T21:15:54.362Z | Checking parking_lot v0.12.3 |
448 | 2025-03-11T21:15:54.391Z | Checking hashbrown v0.15.1 |
449 | 2025-03-11T21:15:54.420Z | Checking log v0.4.22 |
450 | 2025-03-11T21:15:54.662Z | Compiling num-traits v0.2.19 |
451 | 2025-03-11T21:15:54.682Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-11T21:15:54.750Z | Checking futures-channel v0.3.31 |
453 | 2025-03-11T21:15:54.787Z | Checking pin-utils v0.1.0 |
454 | 2025-03-11T21:15:54.832Z | Checking futures-io v0.3.31 |
455 | 2025-03-11T21:15:54.863Z | Checking futures-task v0.3.31 |
456 | 2025-03-11T21:15:54.876Z | Compiling getrandom v0.3.1 |
457 | 2025-03-11T21:15:55.007Z | Checking http v1.2.0 |
458 | 2025-03-11T21:15:55.096Z | Compiling schemars v0.8.22 |
459 | 2025-03-11T21:15:55.100Z | Checking rustls-pki-types v1.10.0 |
460 | 2025-03-11T21:15:55.483Z | Compiling vcpkg v0.2.15 |
461 | 2025-03-11T21:15:55.535Z | Compiling ring v0.17.11 |
462 | 2025-03-11T21:15:55.634Z | Compiling heck v0.5.0 |
463 | 2025-03-11T21:15:55.807Z | Checking bitflags v2.6.0 |
464 | 2025-03-11T21:15:56.041Z | Checking iana-time-zone v0.1.61 |
465 | 2025-03-11T21:15:56.119Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-11T21:15:56.315Z | Compiling httparse v1.9.5 |
467 | 2025-03-11T21:15:56.646Z | Checking writeable v0.5.5 |
468 | 2025-03-11T21:15:56.770Z | Checking dyn-clone v1.0.19 |
469 | 2025-03-11T21:15:56.856Z | Checking litemap v0.7.3 |
470 | 2025-03-11T21:15:56.922Z | Checking untrusted v0.9.0 |
471 | 2025-03-11T21:15:57.036Z | Checking tracing-core v0.1.32 |
472 | 2025-03-11T21:15:57.083Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-11T21:15:57.151Z | Checking atomic-waker v1.1.2 |
474 | 2025-03-11T21:15:57.164Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-11T21:15:57.390Z | Checking http-body v1.0.1 |
476 | 2025-03-11T21:15:57.575Z | Checking zeroize v1.8.1 |
477 | 2025-03-11T21:15:57.657Z | Checking tracing v0.1.40 |
478 | 2025-03-11T21:15:57.724Z | Checking try-lock v0.2.5 |
479 | 2025-03-11T21:15:57.823Z | Checking subtle v2.6.1 |
480 | 2025-03-11T21:15:57.840Z | Checking byteorder v1.5.0 |
481 | 2025-03-11T21:15:57.930Z | Checking icu_locid_transform_data v1.5.0 |
482 | 2025-03-11T21:15:58.036Z | Checking want v0.3.1 |
483 | 2025-03-11T21:15:58.177Z | Checking icu_properties_data v1.5.0 |
484 | 2025-03-11T21:15:58.201Z | Checking foreign-types-shared v0.1.1 |
485 | 2025-03-11T21:15:58.240Z | Checking httpdate v1.0.3 |
486 | 2025-03-11T21:15:58.252Z | Compiling openssl v0.10.71 |
487 | 2025-03-11T21:15:58.305Z | Checking tower-service v0.3.3 |
488 | 2025-03-11T21:15:58.440Z | Compiling chrono v0.4.40 |
489 | 2025-03-11T21:15:58.472Z | Compiling uuid v1.15.1 |
490 | 2025-03-11T21:15:58.583Z | Checking foreign-types v0.3.2 |
491 | 2025-03-11T21:15:58.685Z | Compiling regress v0.10.3 |
492 | 2025-03-11T21:15:58.717Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-11T21:15:59.169Z | Compiling regex-syntax v0.8.5 |
494 | 2025-03-11T21:15:59.388Z | Checking utf8_iter v1.0.4 |
495 | 2025-03-11T21:15:59.580Z | Checking utf16_iter v1.0.5 |
496 | 2025-03-11T21:15:59.616Z | Compiling slog v2.7.0 |
497 | 2025-03-11T21:15:59.762Z | Checking write16 v1.0.0 |
498 | 2025-03-11T21:15:59.895Z | Checking percent-encoding v2.3.1 |
499 | 2025-03-11T21:16:00.112Z | Compiling native-tls v0.2.12 |
500 | 2025-03-11T21:16:00.132Z | Compiling rustls v0.23.19 |
501 | 2025-03-11T21:16:00.190Z | Checking icu_normalizer_data v1.5.0 |
502 | 2025-03-11T21:16:00.340Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-11T21:16:00.544Z | Checking openssl-probe v0.1.5 |
504 | 2025-03-11T21:16:00.699Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-11T21:16:01.156Z | Compiling synstructure v0.13.1 |
506 | 2025-03-11T21:16:02.337Z | Compiling typenum v1.17.0 |
507 | 2025-03-11T21:16:02.630Z | Compiling regex-automata v0.4.8 |
508 | 2025-03-11T21:16:03.315Z | Compiling generic-array v0.14.7 |
509 | 2025-03-11T21:16:03.594Z | Checking rustls-webpki v0.102.8 |
510 | 2025-03-11T21:16:03.655Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-11T21:16:04.365Z | Checking mime v0.3.17 |
512 | 2025-03-11T21:16:04.676Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-11T21:16:05.107Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-11T21:16:05.159Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-11T21:16:05.360Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-11T21:16:05.544Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-11T21:16:06.006Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-11T21:16:06.798Z | Checking tokio v1.43.0 |
519 | 2025-03-11T21:16:07.879Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-11T21:16:07.883Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-03-11T21:16:08.285Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-11T21:16:08.611Z | Checking zerofrom v0.1.4 |
523 | 2025-03-11T21:16:08.824Z | Checking yoke v0.7.4 |
524 | 2025-03-11T21:16:09.056Z | Compiling displaydoc v0.2.5 |
525 | 2025-03-11T21:16:09.169Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-11T21:16:09.306Z | Compiling pest v2.7.14 |
527 | 2025-03-11T21:16:09.883Z | Checking zerocopy v0.7.35 |
528 | 2025-03-11T21:16:10.088Z | Checking futures-util v0.3.31 |
529 | 2025-03-11T21:16:10.233Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-11T21:16:10.259Z | Checking zerovec v0.10.4 |
531 | 2025-03-11T21:16:10.557Z | Compiling regex v1.11.1 |
532 | 2025-03-11T21:16:11.778Z | Checking tinystr v0.7.6 |
533 | 2025-03-11T21:16:12.123Z | Checking icu_locid v1.5.0 |
534 | 2025-03-11T21:16:12.190Z | Compiling pest_meta v2.7.14 |
535 | 2025-03-11T21:16:12.383Z | Checking icu_collections v1.5.0 |
536 | 2025-03-11T21:16:13.127Z | Checking icu_provider v1.5.0 |
537 | 2025-03-11T21:16:13.547Z | Checking tokio-util v0.7.13 |
538 | 2025-03-11T21:16:13.774Z | Checking icu_locid_transform v1.5.0 |
539 | 2025-03-11T21:16:14.367Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-11T21:16:14.763Z | Checking http-body-util v0.1.2 |
541 | 2025-03-11T21:16:14.835Z | Checking icu_properties v1.5.1 |
542 | 2025-03-11T21:16:15.266Z | Checking tokio-rustls v0.26.0 |
543 | 2025-03-11T21:16:15.667Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-11T21:16:16.066Z | Checking indexmap v2.7.1 |
545 | 2025-03-11T21:16:16.742Z | Compiling serde_tokenstream v0.2.2 |
546 | 2025-03-11T21:16:17.115Z | Compiling pest_derive v2.7.14 |
547 | 2025-03-11T21:16:17.249Z | Checking h2 v0.4.6 |
548 | 2025-03-11T21:16:17.517Z | Checking serde_urlencoded v0.7.1 |
549 | 2025-03-11T21:16:17.557Z | Checking tokio-native-tls v0.3.1 |
550 | 2025-03-11T21:16:17.956Z | Checking rustls-pemfile v2.2.0 |
551 | 2025-03-11T21:16:18.000Z | Checking webpki-roots v0.26.6 |
552 | 2025-03-11T21:16:18.158Z | Checking icu_normalizer v1.5.0 |
553 | 2025-03-11T21:16:18.183Z | Checking rand_core v0.6.4 |
554 | 2025-03-11T21:16:18.206Z | Compiling usdt-impl v0.5.0 |
555 | 2025-03-11T21:16:18.481Z | Checking sync_wrapper v1.0.1 |
556 | 2025-03-11T21:16:18.530Z | Compiling rustix v0.38.37 |
557 | 2025-03-11T21:16:18.625Z | Checking powerfmt v0.2.0 |
558 | 2025-03-11T21:16:18.640Z | Compiling time-core v0.1.2 |
559 | 2025-03-11T21:16:18.818Z | Checking base64 v0.22.1 |
560 | 2025-03-11T21:16:18.885Z | Checking tower-layer v0.3.3 |
561 | 2025-03-11T21:16:18.912Z | Compiling num-conv v0.1.0 |
562 | 2025-03-11T21:16:18.915Z | Checking idna_adapter v1.2.0 |
563 | 2025-03-11T21:16:19.107Z | Checking idna v1.0.3 |
564 | 2025-03-11T21:16:19.134Z | Checking tower v0.5.2 |
565 | 2025-03-11T21:16:19.193Z | Compiling time-macros v0.2.18 |
566 | 2025-03-11T21:16:19.253Z | Checking deranged v0.3.11 |
567 | 2025-03-11T21:16:19.484Z | Compiling thread-id v4.2.2 |
568 | 2025-03-11T21:16:19.585Z | Checking url v2.5.3 |
569 | 2025-03-11T21:16:19.602Z | Compiling dof v0.3.0 |
570 | 2025-03-11T21:16:19.822Z | Compiling dtrace-parser v0.2.0 |
571 | 2025-03-11T21:16:20.400Z | Compiling typify-impl v0.2.0 |
572 | 2025-03-11T21:16:20.416Z | Checking scroll v0.12.0 |
573 | 2025-03-11T21:16:20.864Z | Checking ppv-lite86 v0.2.20 |
574 | 2025-03-11T21:16:21.189Z | Compiling structmeta-derive v0.3.0 |
575 | 2025-03-11T21:16:21.358Z | Checking errno v0.3.9 |
576 | 2025-03-11T21:16:21.396Z | Checking hyper v1.6.0 |
577 | 2025-03-11T21:16:21.535Z | Checking ipnet v2.11.0 |
578 | 2025-03-11T21:16:21.547Z | Checking plain v0.2.3 |
579 | 2025-03-11T21:16:21.558Z | Checking num_threads v0.1.7 |
580 | 2025-03-11T21:16:21.852Z | Compiling paste v1.0.15 |
581 | 2025-03-11T21:16:21.900Z | Compiling strsim v0.11.1 |
582 | 2025-03-11T21:16:22.183Z | Compiling crossbeam-utils v0.8.20 |
583 | 2025-03-11T21:16:22.383Z | Compiling rustversion v1.0.17 |
584 | 2025-03-11T21:16:22.549Z | Compiling ident_case v1.0.1 |
585 | 2025-03-11T21:16:22.769Z | Compiling darling_core v0.20.10 |
586 | 2025-03-11T21:16:23.188Z | Checking time v0.3.36 |
587 | 2025-03-11T21:16:23.366Z | Checking hyper-util v0.1.10 |
588 | 2025-03-11T21:16:23.550Z | Compiling structmeta v0.3.0 |
589 | 2025-03-11T21:16:23.904Z | Checking goblin v0.8.2 |
590 | 2025-03-11T21:16:24.834Z | Checking rand_chacha v0.3.1 |
591 | 2025-03-11T21:16:24.984Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-11T21:16:25.024Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-11T21:16:25.313Z | Checking reqwest v0.12.12 |
594 | 2025-03-11T21:16:25.493Z | Compiling openapiv3 v2.0.0 |
595 | 2025-03-11T21:16:26.807Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-11T21:16:26.967Z | Compiling newtype-uuid v1.2.1 |
597 | 2025-03-11T21:16:27.006Z | Checking fastrand v2.1.1 |
598 | 2025-03-11T21:16:27.274Z | Compiling omicron-workspace-hack v0.1.0 |
599 | 2025-03-11T21:16:27.316Z | Compiling rustls v0.22.4 |
600 | 2025-03-11T21:16:27.319Z | Compiling unsafe-libyaml v0.2.11 |
601 | 2025-03-11T21:16:27.615Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-11T21:16:27.731Z | Checking tempfile v3.13.0 |
603 | 2025-03-11T21:16:27.812Z | Checking dirs-next v2.0.0 |
604 | 2025-03-11T21:16:27.815Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-11T21:16:28.115Z | Checking rand v0.8.5 |
606 | 2025-03-11T21:16:28.561Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-11T21:16:29.367Z | Checking block-buffer v0.10.4 |
608 | 2025-03-11T21:16:29.463Z | Checking crypto-common v0.1.6 |
609 | 2025-03-11T21:16:29.587Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-11T21:16:29.646Z | Checking serde_spanned v0.6.8 |
611 | 2025-03-11T21:16:29.821Z | Checking toml_datetime v0.6.8 |
612 | 2025-03-11T21:16:29.835Z | Compiling multer v3.1.0 |
613 | 2025-03-11T21:16:29.837Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-11T21:16:30.030Z | Checking thread_local v1.1.8 |
615 | 2025-03-11T21:16:30.033Z | Compiling thiserror v2.0.11 |
616 | 2025-03-11T21:16:30.054Z | Checking winnow v0.7.3 |
617 | 2025-03-11T21:16:30.101Z | Checking quick-error v1.2.3 |
618 | 2025-03-11T21:16:30.114Z | Compiling camino v1.1.9 |
619 | 2025-03-11T21:16:30.187Z | Compiling slog-async v2.8.0 |
620 | 2025-03-11T21:16:30.247Z | Compiling anyhow v1.0.97 |
621 | 2025-03-11T21:16:30.302Z | Checking bit-vec v0.8.0 |
622 | 2025-03-11T21:16:30.628Z | Checking match_cfg v0.1.0 |
623 | 2025-03-11T21:16:30.640Z | Checking bit-set v0.8.0 |
624 | 2025-03-11T21:16:30.709Z | Checking hostname v0.3.1 |
625 | 2025-03-11T21:16:30.781Z | Checking rusty-fork v0.3.0 |
626 | 2025-03-11T21:16:30.893Z | Compiling strum_macros v0.26.4 |
627 | 2025-03-11T21:16:31.056Z | Checking crossbeam-channel v0.5.13 |
628 | 2025-03-11T21:16:31.092Z | Checking oxnet v0.1.1 |
629 | 2025-03-11T21:16:31.210Z | Checking digest v0.10.7 |
630 | 2025-03-11T21:16:31.445Z | Compiling darling v0.20.10 |
631 | 2025-03-11T21:16:31.448Z | Checking term v0.7.0 |
632 | 2025-03-11T21:16:31.642Z | Compiling typify-macro v0.2.0 |
633 | 2025-03-11T21:16:31.725Z | Checking progenitor-client v0.8.0 |
634 | 2025-03-11T21:16:31.765Z | Compiling usdt-macro v0.5.0 |
635 | 2025-03-11T21:16:31.786Z | Compiling usdt-attr-macro v0.5.0 |
636 | 2025-03-11T21:16:31.862Z | Checking slog-json v2.6.1 |
637 | 2025-03-11T21:16:32.053Z | Compiling parse-display-derive v0.10.0 |
638 | 2025-03-11T21:16:32.119Z | Checking rand_xorshift v0.3.0 |
639 | 2025-03-11T21:16:32.305Z | Checking hex v0.4.3 |
640 | 2025-03-11T21:16:32.803Z | Checking futures-executor v0.3.31 |
641 | 2025-03-11T21:16:32.818Z | Checking toml_edit v0.22.24 |
642 | 2025-03-11T21:16:32.938Z | Compiling thiserror-impl v2.0.11 |
643 | 2025-03-11T21:16:33.038Z | Compiling daft-derive v0.1.1 |
644 | 2025-03-11T21:16:33.127Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-03-11T21:16:34.359Z | Compiling dropshot v0.16.0 |
646 | 2025-03-11T21:16:34.491Z | Checking memmap v0.7.0 |
647 | 2025-03-11T21:16:34.691Z | Checking is-terminal v0.4.13 |
648 | 2025-03-11T21:16:34.735Z | Checking take_mut v0.2.2 |
649 | 2025-03-11T21:16:34.812Z | Checking unarray v0.1.4 |
650 | 2025-03-11T21:16:34.855Z | Compiling typify v0.2.0 |
651 | 2025-03-11T21:16:34.930Z | Checking cpufeatures v0.2.14 |
652 | 2025-03-11T21:16:34.944Z | Checking lazy_static v1.5.0 |
653 | 2025-03-11T21:16:34.959Z | Compiling progenitor-impl v0.8.0 |
654 | 2025-03-11T21:16:34.978Z | Checking spin v0.9.8 |
655 | 2025-03-11T21:16:35.026Z | Checking sha1 v0.10.6 |
656 | 2025-03-11T21:16:35.073Z | Checking proptest v1.6.0 |
657 | 2025-03-11T21:16:35.289Z | Checking tokio-rustls v0.25.0 |
658 | 2025-03-11T21:16:35.415Z | Checking toml v0.8.20 |
659 | 2025-03-11T21:16:35.513Z | Checking parse-display v0.10.0 |
660 | 2025-03-11T21:16:35.527Z | Checking strum v0.26.3 |
661 | 2025-03-11T21:16:35.691Z | Checking slog-term v2.9.1 |
662 | 2025-03-11T21:16:35.806Z | Checking usdt v0.5.0 |
663 | 2025-03-11T21:16:35.888Z | Checking daft v0.1.1 |
664 | 2025-03-11T21:16:35.896Z | Checking async-stream v0.3.6 |
665 | 2025-03-11T21:16:36.070Z | Checking futures v0.3.31 |
666 | 2025-03-11T21:16:36.088Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-11T21:16:36.102Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-11T21:16:36.175Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-11T21:16:36.288Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-11T21:16:36.366Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-11T21:16:36.561Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-11T21:16:36.752Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-11T21:16:36.848Z | Compiling async-trait v0.1.87 |
674 | 2025-03-11T21:16:37.171Z | Checking waitgroup v0.1.2 |
675 | 2025-03-11T21:16:37.321Z | Checking hostname v0.4.0 |
676 | 2025-03-11T21:16:37.463Z | Checking instant v0.1.13 |
677 | 2025-03-11T21:16:37.543Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-11T21:16:37.580Z | Checking backoff v0.4.0 |
679 | 2025-03-11T21:16:37.694Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-11T21:16:37.848Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-11T21:16:37.873Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-11T21:16:38.381Z | Checking progenitor-client v0.9.1 |
683 | 2025-03-11T21:16:38.567Z | Checking serde_with v3.12.0 |
684 | 2025-03-11T21:16:38.733Z | Checking macaddr v1.0.1 |
685 | 2025-03-11T21:16:39.324Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-11T21:16:39.463Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-11T21:16:43.042Z | Checking progenitor v0.8.0 |
688 | 2025-03-11T21:16:43.152Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-11T21:16:45.870Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-11T21:16:52.860Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-11T21:16:52.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-11T21:16:53.061Z | + cargo build --release |
693 | 2025-03-11T21:16:53.286Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-11T21:16:53.286Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-11T21:16:53.286Z | Compiling libc v0.2.170 |
696 | 2025-03-11T21:16:53.289Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-11T21:16:53.289Z | Compiling autocfg v1.4.0 |
698 | 2025-03-11T21:16:53.289Z | Compiling serde v1.0.218 |
699 | 2025-03-11T21:16:53.289Z | Compiling memchr v2.7.4 |
700 | 2025-03-11T21:16:53.289Z | Compiling serde_json v1.0.139 |
701 | 2025-03-11T21:16:53.434Z | Compiling itoa v1.0.11 |
702 | 2025-03-11T21:16:53.665Z | Compiling thiserror v1.0.69 |
703 | 2025-03-11T21:16:53.706Z | Compiling shlex v1.3.0 |
704 | 2025-03-11T21:16:53.991Z | Compiling cc v1.2.15 |
705 | 2025-03-11T21:16:54.038Z | Compiling pin-project-lite v0.2.14 |
706 | 2025-03-11T21:16:54.156Z | Compiling once_cell v1.20.3 |
707 | 2025-03-11T21:16:54.216Z | Compiling smallvec v1.14.0 |
708 | 2025-03-11T21:16:54.468Z | Compiling ryu v1.0.18 |
709 | 2025-03-11T21:16:54.657Z | Compiling semver v1.0.25 |
710 | 2025-03-11T21:16:54.724Z | Compiling bytes v1.10.1 |
711 | 2025-03-11T21:16:54.909Z | Compiling version_check v0.9.5 |
712 | 2025-03-11T21:16:55.045Z | Compiling quote v1.0.39 |
713 | 2025-03-11T21:16:55.148Z | Compiling futures-core v0.3.31 |
714 | 2025-03-11T21:16:55.404Z | Compiling lock_api v0.4.12 |
715 | 2025-03-11T21:16:55.495Z | Compiling syn v2.0.98 |
716 | 2025-03-11T21:16:55.536Z | Compiling parking_lot_core v0.9.10 |
717 | 2025-03-11T21:16:55.600Z | Compiling getrandom v0.2.15 |
718 | 2025-03-11T21:16:55.682Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-11T21:16:55.905Z | Compiling foldhash v0.1.3 |
720 | 2025-03-11T21:16:55.950Z | Compiling equivalent v1.0.1 |
721 | 2025-03-11T21:16:55.998Z | Compiling scopeguard v1.2.0 |
722 | 2025-03-11T21:16:56.164Z | Compiling slab v0.4.9 |
723 | 2025-03-11T21:16:56.286Z | Compiling fnv v1.0.7 |
724 | 2025-03-11T21:16:56.425Z | Compiling hashbrown v0.15.1 |
725 | 2025-03-11T21:16:56.457Z | Compiling futures-sink v0.3.31 |
726 | 2025-03-11T21:16:56.620Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-11T21:16:56.686Z | Compiling mio v1.0.2 |
728 | 2025-03-11T21:16:56.830Z | Compiling socket2 v0.5.8 |
729 | 2025-03-11T21:16:56.865Z | Compiling signal-hook-registry v1.4.2 |
730 | 2025-03-11T21:16:56.887Z | Compiling log v0.4.22 |
731 | 2025-03-11T21:16:57.217Z | Compiling num-traits v0.2.19 |
732 | 2025-03-11T21:16:57.303Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-11T21:16:57.408Z | Compiling ring v0.17.11 |
734 | 2025-03-11T21:16:57.828Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-11T21:16:57.882Z | Compiling pin-utils v0.1.0 |
736 | 2025-03-11T21:16:57.974Z | Compiling futures-io v0.3.31 |
737 | 2025-03-11T21:16:58.279Z | Compiling futures-task v0.3.31 |
738 | 2025-03-11T21:16:58.287Z | Compiling getrandom v0.3.1 |
739 | 2025-03-11T21:16:58.373Z | Compiling http v1.2.0 |
740 | 2025-03-11T21:16:58.560Z | Compiling bitflags v2.6.0 |
741 | 2025-03-11T21:16:58.568Z | Compiling rustls-pki-types v1.10.0 |
742 | 2025-03-11T21:16:58.832Z | Compiling vcpkg v0.2.15 |
743 | 2025-03-11T21:16:59.035Z | Compiling pkg-config v0.3.31 |
744 | 2025-03-11T21:17:00.072Z | Compiling schemars v0.8.22 |
745 | 2025-03-11T21:17:00.162Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-11T21:17:00.296Z | Compiling heck v0.5.0 |
747 | 2025-03-11T21:17:00.402Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-11T21:17:00.673Z | Compiling dyn-clone v1.0.19 |
749 | 2025-03-11T21:17:00.858Z | Compiling httparse v1.9.5 |
750 | 2025-03-11T21:17:00.866Z | Compiling litemap v0.7.3 |
751 | 2025-03-11T21:17:00.908Z | Compiling writeable v0.5.5 |
752 | 2025-03-11T21:17:01.312Z | Compiling untrusted v0.9.0 |
753 | 2025-03-11T21:17:01.503Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-11T21:17:01.583Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-11T21:17:01.679Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-11T21:17:01.955Z | Compiling http-body v1.0.1 |
757 | 2025-03-11T21:17:02.207Z | Compiling zeroize v1.8.1 |
758 | 2025-03-11T21:17:02.445Z | Compiling tracing v0.1.40 |
759 | 2025-03-11T21:17:02.553Z | Compiling byteorder v1.5.0 |
760 | 2025-03-11T21:17:02.788Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-11T21:17:02.884Z | Compiling synstructure v0.13.1 |
762 | 2025-03-11T21:17:03.029Z | Compiling icu_locid_transform_data v1.5.0 |
763 | 2025-03-11T21:17:03.130Z | Compiling try-lock v0.2.5 |
764 | 2025-03-11T21:17:03.443Z | Compiling subtle v2.6.1 |
765 | 2025-03-11T21:17:03.664Z | Compiling want v0.3.1 |
766 | 2025-03-11T21:17:03.697Z | Compiling chrono v0.4.40 |
767 | 2025-03-11T21:17:03.704Z | Compiling icu_properties_data v1.5.0 |
768 | 2025-03-11T21:17:03.944Z | Compiling tower-service v0.3.3 |
769 | 2025-03-11T21:17:03.954Z | Compiling foreign-types-shared v0.1.1 |
770 | 2025-03-11T21:17:04.060Z | Compiling openssl v0.10.71 |
771 | 2025-03-11T21:17:04.172Z | Compiling httpdate v1.0.3 |
772 | 2025-03-11T21:17:04.194Z | Compiling uuid v1.15.1 |
773 | 2025-03-11T21:17:04.631Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-11T21:17:04.725Z | Compiling regress v0.10.3 |
775 | 2025-03-11T21:17:04.927Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-11T21:17:05.498Z | Compiling rustls v0.23.19 |
777 | 2025-03-11T21:17:05.979Z | Compiling icu_normalizer_data v1.5.0 |
778 | 2025-03-11T21:17:06.093Z | Compiling percent-encoding v2.3.1 |
779 | 2025-03-11T21:17:06.219Z | Compiling write16 v1.0.0 |
780 | 2025-03-11T21:17:06.369Z | Compiling utf8_iter v1.0.4 |
781 | 2025-03-11T21:17:06.549Z | Compiling utf16_iter v1.0.5 |
782 | 2025-03-11T21:17:06.583Z | Compiling native-tls v0.2.12 |
783 | 2025-03-11T21:17:06.645Z | Compiling regex-syntax v0.8.5 |
784 | 2025-03-11T21:17:06.735Z | Compiling serde_derive v1.0.218 |
785 | 2025-03-11T21:17:06.767Z | Compiling thiserror-impl v1.0.69 |
786 | 2025-03-11T21:17:06.977Z | Compiling schemars_derive v0.8.22 |
787 | 2025-03-11T21:17:08.240Z | Compiling zerofrom-derive v0.1.4 |
788 | 2025-03-11T21:17:08.561Z | Compiling tokio-macros v2.5.0 |
789 | 2025-03-11T21:17:08.586Z | Compiling yoke-derive v0.7.4 |
790 | 2025-03-11T21:17:09.227Z | Compiling zerocopy-derive v0.7.35 |
791 | 2025-03-11T21:17:09.608Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-11T21:17:09.755Z | Compiling zerovec-derive v0.10.3 |
793 | 2025-03-11T21:17:09.970Z | Compiling tokio v1.43.0 |
794 | 2025-03-11T21:17:10.988Z | Compiling displaydoc v0.2.5 |
795 | 2025-03-11T21:17:11.310Z | Compiling zerofrom v0.1.4 |
796 | 2025-03-11T21:17:11.377Z | Compiling futures-util v0.3.31 |
797 | 2025-03-11T21:17:11.527Z | Compiling yoke v0.7.4 |
798 | 2025-03-11T21:17:11.887Z | Compiling icu_provider_macros v1.5.0 |
799 | 2025-03-11T21:17:11.987Z | Compiling pest v2.7.14 |
800 | 2025-03-11T21:17:12.101Z | Compiling zerovec v0.10.4 |
801 | 2025-03-11T21:17:12.611Z | Compiling zerocopy v0.7.35 |
802 | 2025-03-11T21:17:12.985Z | Compiling openssl-macros v0.1.1 |
803 | 2025-03-11T21:17:13.965Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-03-11T21:17:14.910Z | Compiling tinystr v0.7.6 |
805 | 2025-03-11T21:17:14.952Z | Compiling pest_meta v2.7.14 |
806 | 2025-03-11T21:17:15.317Z | Compiling icu_locid v1.5.0 |
807 | 2025-03-11T21:17:17.583Z | Compiling icu_provider v1.5.0 |
808 | 2025-03-11T21:17:18.534Z | Compiling icu_locid_transform v1.5.0 |
809 | 2025-03-11T21:17:18.617Z | Compiling tokio-util v0.7.13 |
810 | 2025-03-11T21:17:19.802Z | Compiling indexmap v2.7.1 |
811 | 2025-03-11T21:17:20.705Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-11T21:17:22.335Z | Compiling h2 v0.4.6 |
813 | 2025-03-11T21:17:22.345Z | Compiling icu_collections v1.5.0 |
814 | 2025-03-11T21:17:22.735Z | Compiling pest_generator v2.7.14 |
815 | 2025-03-11T21:17:24.412Z | Compiling icu_properties v1.5.1 |
816 | 2025-03-11T21:17:25.036Z | Compiling slog v2.7.0 |
817 | 2025-03-11T21:17:25.301Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-11T21:17:25.454Z | Compiling typify-impl v0.2.0 |
819 | 2025-03-11T21:17:26.187Z | Compiling regex-automata v0.4.8 |
820 | 2025-03-11T21:17:29.850Z | Compiling hyper v1.6.0 |
821 | 2025-03-11T21:17:30.731Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-03-11T21:17:33.100Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-11T21:17:35.275Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-11T21:17:36.233Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-11T21:17:37.174Z | Compiling typenum v1.17.0 |
826 | 2025-03-11T21:17:38.180Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-11T21:17:38.811Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-11T21:17:39.055Z | Compiling regex v1.11.1 |
829 | 2025-03-11T21:17:39.931Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-11T21:17:40.361Z | Compiling generic-array v0.14.7 |
831 | 2025-03-11T21:17:40.470Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-11T21:17:40.717Z | Compiling mime v0.3.17 |
833 | 2025-03-11T21:17:41.592Z | Compiling idna v1.0.3 |
834 | 2025-03-11T21:17:42.230Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-11T21:17:43.608Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-11T21:17:45.533Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-11T21:17:46.010Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-11T21:17:47.065Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-11T21:17:47.289Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-11T21:17:47.486Z | Compiling rand_core v0.6.4 |
841 | 2025-03-11T21:17:47.745Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-11T21:17:47.938Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-11T21:17:48.101Z | Compiling tower-layer v0.3.3 |
844 | 2025-03-11T21:17:48.159Z | Compiling num-conv v0.1.0 |
845 | 2025-03-11T21:17:48.430Z | Compiling time-core v0.1.2 |
846 | 2025-03-11T21:17:48.495Z | Compiling base64 v0.22.1 |
847 | 2025-03-11T21:17:48.596Z | Compiling rustix v0.38.37 |
848 | 2025-03-11T21:17:49.276Z | Compiling powerfmt v0.2.0 |
849 | 2025-03-11T21:17:49.566Z | Compiling deranged v0.3.11 |
850 | 2025-03-11T21:17:49.915Z | Compiling time-macros v0.2.18 |
851 | 2025-03-11T21:17:51.295Z | Compiling tower v0.5.2 |
852 | 2025-03-11T21:17:51.732Z | Compiling scroll v0.12.0 |
853 | 2025-03-11T21:17:52.343Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-11T21:17:52.693Z | Compiling thread-id v4.2.2 |
855 | 2025-03-11T21:17:53.722Z | Compiling hyper-tls v0.6.0 |
856 | 2025-03-11T21:17:54.100Z | Compiling url v2.5.3 |
857 | 2025-03-11T21:17:54.216Z | Compiling dof v0.3.0 |
858 | 2025-03-11T21:17:54.248Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-11T21:17:54.337Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-11T21:17:54.992Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-11T21:17:55.463Z | Compiling errno v0.3.9 |
862 | 2025-03-11T21:17:55.727Z | Compiling rustversion v1.0.17 |
863 | 2025-03-11T21:17:55.759Z | Compiling plain v0.2.3 |
864 | 2025-03-11T21:17:56.361Z | Compiling paste v1.0.15 |
865 | 2025-03-11T21:17:56.880Z | Compiling omicron-workspace-hack v0.1.0 |
866 | 2025-03-11T21:17:57.246Z | Compiling crossbeam-utils v0.8.20 |
867 | 2025-03-11T21:17:57.513Z | Compiling strsim v0.11.1 |
868 | 2025-03-11T21:17:57.628Z | Compiling ident_case v1.0.1 |
869 | 2025-03-11T21:17:57.795Z | Compiling num_threads v0.1.7 |
870 | 2025-03-11T21:17:57.828Z | Compiling ipnet v2.11.0 |
871 | 2025-03-11T21:17:59.147Z | Compiling reqwest v0.12.12 |
872 | 2025-03-11T21:18:00.842Z | Compiling time v0.3.36 |
873 | 2025-03-11T21:18:03.749Z | Compiling darling_core v0.20.10 |
874 | 2025-03-11T21:18:04.029Z | Compiling structmeta v0.3.0 |
875 | 2025-03-11T21:18:06.435Z | Compiling goblin v0.8.2 |
876 | 2025-03-11T21:18:09.717Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-11T21:18:11.458Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-11T21:18:11.843Z | Compiling typify v0.2.0 |
879 | 2025-03-11T21:18:12.496Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-11T21:18:13.586Z | Compiling pretty-hex v0.4.1 |
881 | 2025-03-11T21:18:13.832Z | Compiling fastrand v2.1.1 |
882 | 2025-03-11T21:18:14.536Z | Compiling rustls v0.22.4 |
883 | 2025-03-11T21:18:14.908Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-03-11T21:18:15.415Z | Compiling newtype-uuid v1.2.1 |
885 | 2025-03-11T21:18:15.800Z | Compiling progenitor-impl v0.8.0 |
886 | 2025-03-11T21:18:16.547Z | Compiling serde_yaml v0.9.34+deprecated |
887 | 2025-03-11T21:18:17.751Z | Compiling tempfile v3.13.0 |
888 | 2025-03-11T21:18:19.796Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-11T21:18:20.207Z | Compiling rand v0.8.5 |
890 | 2025-03-11T21:18:21.547Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-11T21:18:23.399Z | Compiling block-buffer v0.10.4 |
892 | 2025-03-11T21:18:23.645Z | Compiling crypto-common v0.1.6 |
893 | 2025-03-11T21:18:23.886Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-11T21:18:24.418Z | Compiling toml_datetime v0.6.8 |
895 | 2025-03-11T21:18:25.090Z | Compiling serde_spanned v0.6.8 |
896 | 2025-03-11T21:18:25.340Z | Compiling multer v3.1.0 |
897 | 2025-03-11T21:18:25.719Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-11T21:18:25.908Z | Compiling thread_local v1.1.8 |
899 | 2025-03-11T21:18:26.652Z | Compiling slog-async v2.8.0 |
900 | 2025-03-11T21:18:26.717Z | Compiling camino v1.1.9 |
901 | 2025-03-11T21:18:27.152Z | Compiling quick-error v1.2.3 |
902 | 2025-03-11T21:18:27.294Z | Compiling thiserror v2.0.11 |
903 | 2025-03-11T21:18:27.298Z | Compiling anyhow v1.0.97 |
904 | 2025-03-11T21:18:27.917Z | Compiling match_cfg v0.1.0 |
905 | 2025-03-11T21:18:27.952Z | Compiling bit-vec v0.8.0 |
906 | 2025-03-11T21:18:28.015Z | Compiling winnow v0.7.3 |
907 | 2025-03-11T21:18:28.406Z | Compiling bit-set v0.8.0 |
908 | 2025-03-11T21:18:28.532Z | Compiling hostname v0.3.1 |
909 | 2025-03-11T21:18:29.179Z | Compiling rusty-fork v0.3.0 |
910 | 2025-03-11T21:18:29.703Z | Compiling oxnet v0.1.1 |
911 | 2025-03-11T21:18:30.472Z | Compiling digest v0.10.7 |
912 | 2025-03-11T21:18:30.898Z | Compiling crossbeam-channel v0.5.13 |
913 | 2025-03-11T21:18:32.375Z | Compiling toml_edit v0.22.24 |
914 | 2025-03-11T21:18:32.446Z | Compiling strum_macros v0.26.4 |
915 | 2025-03-11T21:18:34.642Z | Compiling darling v0.20.10 |
916 | 2025-03-11T21:18:34.750Z | Compiling progenitor-macro v0.8.0 |
917 | 2025-03-11T21:18:36.679Z | Compiling term v0.7.0 |
918 | 2025-03-11T21:18:41.233Z | Compiling usdt-macro v0.5.0 |
919 | 2025-03-11T21:18:41.520Z | Compiling usdt-attr-macro v0.5.0 |
920 | 2025-03-11T21:18:41.551Z | Compiling parse-display-derive v0.10.0 |
921 | 2025-03-11T21:18:42.543Z | Compiling slog-json v2.6.1 |
922 | 2025-03-11T21:18:42.961Z | Compiling progenitor-client v0.8.0 |
923 | 2025-03-11T21:18:43.063Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-11T21:18:43.348Z | Compiling hex v0.4.3 |
925 | 2025-03-11T21:18:43.883Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-11T21:18:44.004Z | Compiling daft-derive v0.1.1 |
927 | 2025-03-11T21:18:44.936Z | Compiling async-stream-impl v0.3.6 |
928 | 2025-03-11T21:18:45.151Z | Compiling thiserror-impl v2.0.11 |
929 | 2025-03-11T21:18:45.293Z | Compiling dropshot v0.16.0 |
930 | 2025-03-11T21:18:45.553Z | Compiling memmap v0.7.0 |
931 | 2025-03-11T21:18:45.675Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-11T21:18:45.805Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-11T21:18:45.957Z | Compiling cpufeatures v0.2.14 |
934 | 2025-03-11T21:18:45.962Z | Compiling unarray v0.1.4 |
935 | 2025-03-11T21:18:46.046Z | Compiling spin v0.9.8 |
936 | 2025-03-11T21:18:46.156Z | Compiling take_mut v0.2.2 |
937 | 2025-03-11T21:18:46.182Z | Compiling async-stream v0.3.6 |
938 | 2025-03-11T21:18:46.534Z | Compiling proptest v1.6.0 |
939 | 2025-03-11T21:18:48.129Z | Compiling sha1 v0.10.6 |
940 | 2025-03-11T21:18:48.941Z | Compiling slog-term v2.9.1 |
941 | 2025-03-11T21:18:48.950Z | Compiling usdt v0.5.0 |
942 | 2025-03-11T21:18:49.548Z | Compiling daft v0.1.1 |
943 | 2025-03-11T21:18:50.045Z | Compiling progenitor v0.8.0 |
944 | 2025-03-11T21:18:50.400Z | Compiling parse-display v0.10.0 |
945 | 2025-03-11T21:18:50.424Z | Compiling tokio-rustls v0.25.0 |
946 | 2025-03-11T21:18:50.870Z | Compiling futures v0.3.31 |
947 | 2025-03-11T21:18:50.985Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
948 | 2025-03-11T21:18:51.272Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-11T21:18:51.550Z | Compiling strum v0.26.3 |
950 | 2025-03-11T21:18:51.750Z | Compiling toml v0.8.20 |
951 | 2025-03-11T21:18:51.782Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-11T21:18:54.265Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-11T21:18:54.984Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-11T21:18:55.570Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-11T21:18:56.579Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-11T21:18:57.412Z | Compiling async-trait v0.1.87 |
957 | 2025-03-11T21:18:57.428Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-11T21:18:57.660Z | Compiling hostname v0.4.0 |
959 | 2025-03-11T21:18:57.927Z | Compiling instant v0.1.13 |
960 | 2025-03-11T21:18:58.101Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-11T21:18:58.262Z | Compiling backoff v0.4.0 |
962 | 2025-03-11T21:18:58.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-11T21:18:58.833Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
964 | 2025-03-11T21:18:58.932Z | Compiling serde_with v3.12.0 |
965 | 2025-03-11T21:18:59.025Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-11T21:19:00.651Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-11T21:19:01.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-11T21:19:02.289Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-11T21:19:03.066Z | Compiling macaddr v1.0.1 |
970 | 2025-03-11T21:19:06.213Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-11T21:19:17.252Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-11T21:19:26.731Z | Finished `release` profile [optimized] target(s) in 2m 33s |
973 | 2025-03-11T21:19:26.801Z | process exited: duration 220885 ms, exit code 0 |
|
974 | 2025-03-11T21:19:26.810Z | found 0 output files |