|
|
|
1 | 2025-02-21T22:01:10.203Z | job assigned to worker 01JMN8D2F8VPNWV9CA6ES54FQG [factory aws, i-0fe51874bd56dc82f] (queued for 38 m 51 s) |
|
2 | 2025-02-21T22:01:18.057Z | starting task 0: "setup" |
3 | 2025-02-21T22:01:18.063Z | ++ uname -s |
4 | 2025-02-21T22:01:18.066Z | + kern=SunOS |
5 | 2025-02-21T22:01:18.066Z | + build_user=build |
6 | 2025-02-21T22:01:18.066Z | + build_uid=12345 |
7 | 2025-02-21T22:01:18.066Z | + work_dir=/work |
8 | 2025-02-21T22:01:18.066Z | + input_dir=/input |
9 | 2025-02-21T22:01:18.066Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T22:01:18.066Z | + case "$kern" in |
11 | 2025-02-21T22:01:18.066Z | + groupadd -g 12345 build |
12 | 2025-02-21T22:01:18.070Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T22:01:20.076Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T22:01:20.194Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T22:01:20.197Z | + home_fs=zfs |
16 | 2025-02-21T22:01:20.198Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T22:01:20.198Z | + mkdir -p /home/build |
18 | 2025-02-21T22:01:20.201Z | + chown build:build /home/build /work |
19 | 2025-02-21T22:01:22.201Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T22:01:22.204Z | process exited: duration 4146 ms, exit code 0 |
|
21 | 2025-02-21T22:01:22.209Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T22:01:22.215Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T22:01:22.215Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T22:01:22.215Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T22:01:22.215Z | * rust toolchain profile = "default" |
26 | 2025-02-21T22:01:22.215Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T22:01:22.215Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T22:01:22.218Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T22:01:22.218Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T22:01:22.338Z | info: downloading installer |
31 | 2025-02-21T22:01:23.676Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T22:01:23.676Z | warning: /opt/ooce/bin |
33 | 2025-02-21T22:01:23.677Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T22:01:23.677Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T22:01:23.677Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T22:01:23.677Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T22:01:23.677Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T22:01:23.677Z | error: cannot install while Rust is installed |
39 | 2025-02-21T22:01:23.677Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T22:01:23.693Z | info: profile set to 'default' |
41 | 2025-02-21T22:01:23.693Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T22:01:23.696Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T22:01:23.838Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T22:01:23.838Z | info: downloading component 'cargo' |
45 | 2025-02-21T22:01:24.580Z | info: downloading component 'clippy' |
46 | 2025-02-21T22:01:24.867Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T22:01:25.996Z | info: downloading component 'rust-std' |
48 | 2025-02-21T22:01:27.658Z | info: downloading component 'rustc' |
49 | 2025-02-21T22:01:33.352Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T22:01:33.568Z | info: installing component 'cargo' |
51 | 2025-02-21T22:01:34.381Z | info: installing component 'clippy' |
52 | 2025-02-21T22:01:34.760Z | info: installing component 'rust-docs' |
53 | 2025-02-21T22:01:36.471Z | info: installing component 'rust-std' |
54 | 2025-02-21T22:01:38.371Z | info: installing component 'rustc' |
55 | 2025-02-21T22:01:44.185Z | info: installing component 'rustfmt' |
56 | 2025-02-21T22:01:44.522Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T22:01:44.523Z | |
58 | 2025-02-21T22:01:44.895Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T22:01:44.895Z | |
60 | 2025-02-21T22:01:44.898Z | |
61 | 2025-02-21T22:01:44.898Z | Rust is installed now. Great! |
62 | 2025-02-21T22:01:44.898Z | |
63 | 2025-02-21T22:01:44.898Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T22:01:44.898Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T22:01:44.898Z | |
66 | 2025-02-21T22:01:44.898Z | To configure your current shell, you need to source |
67 | 2025-02-21T22:01:44.898Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T22:01:44.898Z | |
69 | 2025-02-21T22:01:44.898Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T22:01:44.898Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T22:01:44.898Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T22:01:44.970Z | + rustup --version |
73 | 2025-02-21T22:01:44.977Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T22:01:44.977Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T22:01:45.058Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T22:01:45.062Z | + cargo --version |
77 | 2025-02-21T22:01:45.120Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T22:01:45.123Z | + rustc --version |
79 | 2025-02-21T22:01:45.187Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T22:01:45.190Z | process exited: duration 22975 ms, exit code 0 |
|
81 | 2025-02-21T22:01:45.198Z | starting task 2: "authentication" |
82 | 2025-02-21T22:01:45.221Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-21T22:01:45.227Z | starting task 3: "clone repository" |
84 | 2025-02-21T22:01:45.233Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T22:01:45.236Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T22:01:45.272Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T22:01:53.274Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T22:01:53.274Z | + git fetch origin 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
89 | 2025-02-21T22:01:53.581Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T22:01:53.581Z | * branch 8728fad94a1e06d2208e319a3064ea5bc5fd75cd -> FETCH_HEAD |
91 | 2025-02-21T22:01:53.591Z | + [[ -n john/fix-test-mgs-metrics ]] |
92 | 2025-02-21T22:01:53.594Z | ++ git branch --show-current |
93 | 2025-02-21T22:01:53.597Z | + current=main |
94 | 2025-02-21T22:01:53.597Z | + [[ main != john/fix-test-mgs-metrics ]] |
95 | 2025-02-21T22:01:53.597Z | + git branch -f john/fix-test-mgs-metrics 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
96 | 2025-02-21T22:01:53.599Z | + git checkout -f john/fix-test-mgs-metrics |
97 | 2025-02-21T22:01:53.631Z | Switched to branch 'john/fix-test-mgs-metrics' |
98 | 2025-02-21T22:01:53.634Z | + git reset --hard 8728fad94a1e06d2208e319a3064ea5bc5fd75cd |
99 | 2025-02-21T22:01:53.667Z | HEAD is now at 8728fad94 test flake fix: Parse dropshot error response |
100 | 2025-02-21T22:01:53.669Z | process exited: duration 8438 ms, exit code 0 |
|
101 | 2025-02-21T22:01:53.675Z | starting task 4: "build" |
102 | 2025-02-21T22:01:53.682Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T22:01:53.685Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T22:01:53.685Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T22:01:53.685Z | + cargo --version |
106 | 2025-02-21T22:01:53.732Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T22:01:53.735Z | + rustc --version |
108 | 2025-02-21T22:01:53.797Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T22:01:53.800Z | + cd /tmp |
110 | 2025-02-21T22:01:53.800Z | + cargo new --lib test-project |
111 | 2025-02-21T22:01:53.859Z | Creating library `test-project` package |
112 | 2025-02-21T22:01:53.941Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-21T22:01:53.945Z | + cd test-project |
114 | 2025-02-21T22:01:53.945Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-21T22:01:54.006Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-21T22:01:54.006Z | Features: |
117 | 2025-02-21T22:01:54.006Z | - proptest |
118 | 2025-02-21T22:01:54.006Z | - test-strategy |
119 | 2025-02-21T22:01:54.006Z | - testing |
120 | 2025-02-21T22:01:54.040Z | Updating crates.io index |
121 | 2025-02-21T22:01:54.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-21T22:01:54.585Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-21T22:01:54.983Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-21T22:01:56.436Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-21T22:01:56.605Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-21T22:01:56.608Z | + cargo check |
127 | 2025-02-21T22:01:56.792Z | Updating crates.io index |
128 | 2025-02-21T22:01:57.664Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-21T22:01:57.665Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-21T22:01:57.725Z | Downloading crates ... |
131 | 2025-02-21T22:01:57.810Z | Downloaded cfg-if v1.0.0 |
132 | 2025-02-21T22:01:57.821Z | Downloaded atomic-waker v1.1.2 |
133 | 2025-02-21T22:01:57.825Z | Downloaded cpufeatures v0.2.14 |
134 | 2025-02-21T22:01:57.827Z | Downloaded base64 v0.22.1 |
135 | 2025-02-21T22:01:57.830Z | Downloaded bitflags v2.6.0 |
136 | 2025-02-21T22:01:57.837Z | Downloaded chrono v0.4.39 |
137 | 2025-02-21T22:01:57.845Z | Downloaded tinyvec v1.8.0 |
138 | 2025-02-21T22:01:57.848Z | Downloaded zerofrom v0.1.4 |
139 | 2025-02-21T22:01:57.851Z | Downloaded match_cfg v0.1.0 |
140 | 2025-02-21T22:01:57.851Z | Downloaded tower-layer v0.3.3 |
141 | 2025-02-21T22:01:57.855Z | Downloaded tinyvec_macros v0.1.1 |
142 | 2025-02-21T22:01:57.855Z | Downloaded ahash v0.8.11 |
143 | 2025-02-21T22:01:57.855Z | Downloaded pretty-hex v0.4.1 |
144 | 2025-02-21T22:01:57.858Z | Downloaded num-conv v0.1.0 |
145 | 2025-02-21T22:01:57.858Z | Downloaded tower-service v0.3.3 |
146 | 2025-02-21T22:01:57.861Z | Downloaded thiserror v1.0.69 |
147 | 2025-02-21T22:01:57.872Z | Downloaded time-core v0.1.2 |
148 | 2025-02-21T22:01:57.880Z | Downloaded write16 v1.0.0 |
149 | 2025-02-21T22:01:57.884Z | Downloaded try-lock v0.2.5 |
150 | 2025-02-21T22:01:57.884Z | Downloaded toml_datetime v0.6.8 |
151 | 2025-02-21T22:01:57.887Z | Downloaded tokio-native-tls v0.3.1 |
152 | 2025-02-21T22:01:57.887Z | Downloaded percent-encoding v2.3.1 |
153 | 2025-02-21T22:01:57.891Z | Downloaded thread_local v1.1.8 |
154 | 2025-02-21T22:01:57.891Z | Downloaded num_threads v0.1.7 |
155 | 2025-02-21T22:01:57.895Z | Downloaded newtype-uuid v1.2.1 |
156 | 2025-02-21T22:01:57.895Z | Downloaded mime v0.3.17 |
157 | 2025-02-21T22:01:57.895Z | Downloaded openssl-macros v0.1.1 |
158 | 2025-02-21T22:01:57.898Z | Downloaded omicron-workspace-hack v0.1.0 |
159 | 2025-02-21T22:01:57.898Z | Downloaded waitgroup v0.1.2 |
160 | 2025-02-21T22:01:57.898Z | Downloaded writeable v0.5.5 |
161 | 2025-02-21T22:01:57.901Z | Downloaded yoke-derive v0.7.4 |
162 | 2025-02-21T22:01:57.901Z | Downloaded memmap v0.7.0 |
163 | 2025-02-21T22:01:57.901Z | Downloaded time-macros v0.2.18 |
164 | 2025-02-21T22:01:57.904Z | Downloaded parse-display v0.10.0 |
165 | 2025-02-21T22:01:57.907Z | Downloaded zerovec-derive v0.10.3 |
166 | 2025-02-21T22:01:57.907Z | Downloaded tokio-macros v2.5.0 |
167 | 2025-02-21T22:01:57.910Z | Downloaded progenitor v0.8.0 |
168 | 2025-02-21T22:01:57.910Z | Downloaded ppv-lite86 v0.2.20 |
169 | 2025-02-21T22:01:57.913Z | Downloaded parse-display-derive v0.10.0 |
170 | 2025-02-21T22:01:57.916Z | Downloaded oxnet v0.1.0 |
171 | 2025-02-21T22:01:57.919Z | Downloaded thiserror-impl v1.0.69 |
172 | 2025-02-21T22:01:57.923Z | Downloaded openssl-probe v0.1.5 |
173 | 2025-02-21T22:01:57.929Z | Downloaded plain v0.2.3 |
174 | 2025-02-21T22:01:57.931Z | Downloaded thiserror-impl v2.0.11 |
175 | 2025-02-21T22:01:57.934Z | Downloaded pin-utils v0.1.0 |
176 | 2025-02-21T22:01:57.936Z | Downloaded parking_lot_core v0.9.10 |
177 | 2025-02-21T22:01:57.939Z | Downloaded usdt-attr-macro v0.5.0 |
178 | 2025-02-21T22:01:57.939Z | Downloaded dirs-next v2.0.0 |
179 | 2025-02-21T22:01:57.944Z | Downloaded version_check v0.9.5 |
180 | 2025-02-21T22:01:57.944Z | Downloaded utf8_iter v1.0.4 |
181 | 2025-02-21T22:01:57.946Z | Downloaded tokio-rustls v0.25.0 |
182 | 2025-02-21T22:01:57.946Z | Downloaded thread-id v4.2.2 |
183 | 2025-02-21T22:01:57.949Z | Downloaded displaydoc v0.2.5 |
184 | 2025-02-21T22:01:57.952Z | Downloaded strum v0.26.3 |
185 | 2025-02-21T22:01:57.952Z | Downloaded dtrace-parser v0.2.0 |
186 | 2025-02-21T22:01:57.954Z | Downloaded tokio-rustls v0.26.0 |
187 | 2025-02-21T22:01:57.957Z | Downloaded zerofrom-derive v0.1.4 |
188 | 2025-02-21T22:01:57.957Z | Downloaded typify-macro v0.2.0 |
189 | 2025-02-21T22:01:57.961Z | Downloaded tinystr v0.7.6 |
190 | 2025-02-21T22:01:57.961Z | Downloaded dirs-sys-next v0.1.2 |
191 | 2025-02-21T22:01:57.964Z | Downloaded multer v3.1.0 |
192 | 2025-02-21T22:01:57.968Z | Downloaded pest_generator v2.7.14 |
193 | 2025-02-21T22:01:57.968Z | Downloaded darling_core v0.20.10 |
194 | 2025-02-21T22:01:57.971Z | Downloaded zerocopy-derive v0.7.35 |
195 | 2025-02-21T22:01:57.977Z | Downloaded paste v1.0.15 |
196 | 2025-02-21T22:01:57.980Z | Downloaded utf16_iter v1.0.5 |
197 | 2025-02-21T22:01:57.982Z | Downloaded http v1.2.0 |
198 | 2025-02-21T22:01:57.985Z | Downloaded pin-project-lite v0.2.14 |
199 | 2025-02-21T22:01:57.990Z | Downloaded pkg-config v0.3.31 |
200 | 2025-02-21T22:01:57.993Z | Downloaded iana-time-zone v0.1.61 |
201 | 2025-02-21T22:01:57.995Z | Downloaded native-tls v0.2.12 |
202 | 2025-02-21T22:01:57.998Z | Downloaded powerfmt v0.2.0 |
203 | 2025-02-21T22:01:58.000Z | Downloaded zeroize v1.8.1 |
204 | 2025-02-21T22:01:58.003Z | Downloaded slog-json v2.6.1 |
205 | 2025-02-21T22:01:58.003Z | Downloaded usdt v0.5.0 |
206 | 2025-02-21T22:01:58.003Z | Downloaded usdt-macro v0.5.0 |
207 | 2025-02-21T22:01:58.006Z | Downloaded toml v0.8.19 |
208 | 2025-02-21T22:01:58.009Z | Downloaded progenitor-client v0.8.0 |
209 | 2025-02-21T22:01:58.011Z | Downloaded icu_provider_macros v1.5.0 |
210 | 2025-02-21T22:01:58.011Z | Downloaded hyper-rustls v0.27.3 |
211 | 2025-02-21T22:01:58.014Z | Downloaded ident_case v1.0.1 |
212 | 2025-02-21T22:01:58.017Z | Downloaded quinn-udp v0.5.5 |
213 | 2025-02-21T22:01:58.017Z | Downloaded structmeta-derive v0.3.0 |
214 | 2025-02-21T22:01:58.019Z | Downloaded tokio-util v0.7.12 |
215 | 2025-02-21T22:01:58.025Z | Downloaded unicode-ident v1.0.14 |
216 | 2025-02-21T22:01:58.028Z | Downloaded getrandom v0.2.15 |
217 | 2025-02-21T22:01:58.032Z | Downloaded futures-sink v0.3.31 |
218 | 2025-02-21T22:01:58.035Z | Downloaded futures-core v0.3.31 |
219 | 2025-02-21T22:01:58.035Z | Downloaded pest_derive v2.7.14 |
220 | 2025-02-21T22:01:58.037Z | Downloaded scopeguard v1.2.0 |
221 | 2025-02-21T22:01:58.040Z | Downloaded instant v0.1.13 |
222 | 2025-02-21T22:01:58.040Z | Downloaded http-body v1.0.1 |
223 | 2025-02-21T22:01:58.043Z | Downloaded dyn-clone v1.0.18 |
224 | 2025-02-21T22:01:58.043Z | Downloaded byteorder v1.5.0 |
225 | 2025-02-21T22:01:58.045Z | Downloaded structmeta v0.3.0 |
226 | 2025-02-21T22:01:58.048Z | Downloaded signal-hook-registry v1.4.2 |
227 | 2025-02-21T22:01:58.048Z | Downloaded progenitor-client v0.9.1 |
228 | 2025-02-21T22:01:58.048Z | Downloaded parking_lot v0.12.3 |
229 | 2025-02-21T22:01:58.051Z | Downloaded schemars_derive v0.8.21 |
230 | 2025-02-21T22:01:58.053Z | Downloaded serde_spanned v0.6.8 |
231 | 2025-02-21T22:01:58.056Z | Downloaded usdt-impl v0.5.0 |
232 | 2025-02-21T22:01:58.056Z | Downloaded serde_path_to_error v0.1.16 |
233 | 2025-02-21T22:01:58.059Z | Downloaded idna_adapter v1.2.0 |
234 | 2025-02-21T22:01:58.059Z | Downloaded tracing-core v0.1.32 |
235 | 2025-02-21T22:01:58.062Z | Downloaded take_mut v0.2.2 |
236 | 2025-02-21T22:01:58.064Z | Downloaded pest_meta v2.7.14 |
237 | 2025-02-21T22:01:58.069Z | Downloaded rand_core v0.6.4 |
238 | 2025-02-21T22:01:58.072Z | Downloaded rand_chacha v0.3.1 |
239 | 2025-02-21T22:01:58.072Z | Downloaded stable_deref_trait v1.2.0 |
240 | 2025-02-21T22:01:58.072Z | Downloaded http-body-util v0.1.2 |
241 | 2025-02-21T22:01:58.072Z | Downloaded icu_locid_transform v1.5.0 |
242 | 2025-02-21T22:01:58.075Z | Downloaded itoa v1.0.11 |
243 | 2025-02-21T22:01:58.077Z | Downloaded ipnetwork v0.21.1 |
244 | 2025-02-21T22:01:58.078Z | Downloaded block-buffer v0.10.4 |
245 | 2025-02-21T22:01:58.080Z | Downloaded hyper-tls v0.6.0 |
246 | 2025-02-21T22:01:58.080Z | Downloaded want v0.3.1 |
247 | 2025-02-21T22:01:58.083Z | Downloaded unsafe-libyaml v0.2.11 |
248 | 2025-02-21T22:01:58.086Z | Downloaded httpdate v1.0.3 |
249 | 2025-02-21T22:01:58.086Z | Downloaded rustc-hash v2.0.0 |
250 | 2025-02-21T22:01:58.089Z | Downloaded proc-macro2 v1.0.92 |
251 | 2025-02-21T22:01:58.091Z | Downloaded synstructure v0.13.1 |
252 | 2025-02-21T22:01:58.091Z | Downloaded macaddr v1.0.1 |
253 | 2025-02-21T22:01:58.094Z | Downloaded is-terminal v0.4.13 |
254 | 2025-02-21T22:01:58.094Z | Downloaded heck v0.5.0 |
255 | 2025-02-21T22:01:58.097Z | Downloaded scroll_derive v0.12.0 |
256 | 2025-02-21T22:01:58.097Z | Downloaded litemap v0.7.3 |
257 | 2025-02-21T22:01:58.099Z | Downloaded strum_macros v0.26.4 |
258 | 2025-02-21T22:01:58.102Z | Downloaded serde_with_macros v3.11.0 |
259 | 2025-02-21T22:01:58.106Z | Downloaded icu_normalizer_data v1.5.0 |
260 | 2025-02-21T22:01:58.109Z | Downloaded icu_locid v1.5.0 |
261 | 2025-02-21T22:01:58.111Z | Downloaded semver v1.0.25 |
262 | 2025-02-21T22:01:58.115Z | Downloaded slog-bunyan v2.5.0 |
263 | 2025-02-21T22:01:58.115Z | Downloaded camino v1.1.9 |
264 | 2025-02-21T22:01:58.117Z | Downloaded strsim v0.11.1 |
265 | 2025-02-21T22:01:58.121Z | Downloaded slog-term v2.9.1 |
266 | 2025-02-21T22:01:58.123Z | Downloaded typenum v1.17.0 |
267 | 2025-02-21T22:01:58.123Z | Downloaded uuid v1.12.0 |
268 | 2025-02-21T22:01:58.128Z | Downloaded sha1 v0.10.6 |
269 | 2025-02-21T22:01:58.130Z | Downloaded serde_urlencoded v0.7.1 |
270 | 2025-02-21T22:01:58.130Z | Downloaded serde_tokenstream v0.2.2 |
271 | 2025-02-21T22:01:58.133Z | Downloaded serde_derive_internals v0.29.1 |
272 | 2025-02-21T22:01:58.135Z | Downloaded icu_locid_transform_data v1.5.0 |
273 | 2025-02-21T22:01:58.137Z | Downloaded rustls-pemfile v2.2.0 |
274 | 2025-02-21T22:01:58.140Z | Downloaded untrusted v0.9.0 |
275 | 2025-02-21T22:01:58.140Z | Downloaded indexmap v1.9.3 |
276 | 2025-02-21T22:01:58.143Z | Downloaded subtle v2.6.1 |
277 | 2025-02-21T22:01:58.146Z | Downloaded smallvec v1.13.2 |
278 | 2025-02-21T22:01:58.148Z | Downloaded log v0.4.22 |
279 | 2025-02-21T22:01:58.151Z | Downloaded icu_properties v1.5.1 |
280 | 2025-02-21T22:01:58.154Z | Downloaded progenitor-macro v0.8.0 |
281 | 2025-02-21T22:01:58.154Z | Downloaded shlex v1.3.0 |
282 | 2025-02-21T22:01:58.157Z | Downloaded slog-async v2.8.0 |
283 | 2025-02-21T22:01:58.157Z | Downloaded slab v0.4.9 |
284 | 2025-02-21T22:01:58.159Z | Downloaded schemars v0.8.21 |
285 | 2025-02-21T22:01:58.171Z | Downloaded ryu v1.0.18 |
286 | 2025-02-21T22:01:58.174Z | Downloaded toml_edit v0.22.22 |
287 | 2025-02-21T22:01:58.196Z | Downloaded slog v2.7.0 |
288 | 2025-02-21T22:01:58.199Z | Downloaded allocator-api2 v0.2.18 |
289 | 2025-02-21T22:01:58.202Z | Downloaded progenitor-impl v0.8.0 |
290 | 2025-02-21T22:01:58.205Z | Downloaded openssl-sys v0.9.106 |
291 | 2025-02-21T22:01:58.209Z | Downloaded spin v0.9.8 |
292 | 2025-02-21T22:01:58.213Z | Downloaded tower v0.5.2 |
293 | 2025-02-21T22:01:58.221Z | Downloaded rustls-pki-types v1.10.0 |
294 | 2025-02-21T22:01:58.225Z | Downloaded quote v1.0.38 |
295 | 2025-02-21T22:01:58.228Z | Downloaded indexmap v2.7.1 |
296 | 2025-02-21T22:01:58.232Z | Downloaded cc v1.1.30 |
297 | 2025-02-21T22:01:58.236Z | Downloaded hashbrown v0.14.5 |
298 | 2025-02-21T22:01:58.241Z | Downloaded time v0.3.36 |
299 | 2025-02-21T22:01:58.248Z | Downloaded quinn v0.11.5 |
300 | 2025-02-21T22:01:58.252Z | Downloaded rand v0.8.5 |
301 | 2025-02-21T22:01:58.256Z | Downloaded serde v1.0.217 |
302 | 2025-02-21T22:01:58.259Z | Downloaded url v2.5.3 |
303 | 2025-02-21T22:01:58.263Z | Downloaded h2 v0.4.6 |
304 | 2025-02-21T22:01:58.270Z | Downloaded zerovec v0.10.4 |
305 | 2025-02-21T22:01:58.275Z | Downloaded idna v1.0.3 |
306 | 2025-02-21T22:01:58.280Z | Downloaded pest v2.7.14 |
307 | 2025-02-21T22:01:58.285Z | Downloaded zerocopy v0.7.35 |
308 | 2025-02-21T22:01:58.310Z | Downloaded quinn-proto v0.11.8 |
309 | 2025-02-21T22:01:58.317Z | Downloaded winnow v0.6.20 |
310 | 2025-02-21T22:01:58.330Z | Downloaded serde_json v1.0.139 |
311 | 2025-02-21T22:01:58.330Z | Downloaded icu_properties_data v1.5.0 |
312 | 2025-02-21T22:01:58.337Z | Downloaded serde_with v3.11.0 |
313 | 2025-02-21T22:01:58.345Z | Downloaded aho-corasick v1.1.3 |
314 | 2025-02-21T22:01:58.353Z | Downloaded regex v1.11.1 |
315 | 2025-02-21T22:01:58.362Z | Downloaded futures-util v0.3.31 |
316 | 2025-02-21T22:01:58.373Z | Downloaded vcpkg v0.2.15 |
317 | 2025-02-21T22:01:58.410Z | Downloaded rustls-webpki v0.102.8 |
318 | 2025-02-21T22:01:58.426Z | Downloaded reqwest v0.12.12 |
319 | 2025-02-21T22:01:58.434Z | Downloaded rustls v0.22.4 |
320 | 2025-02-21T22:01:58.449Z | Downloaded regress v0.10.1 |
321 | 2025-02-21T22:01:58.455Z | Downloaded dropshot v0.15.1 |
322 | 2025-02-21T22:01:58.477Z | Downloaded openssl v0.10.71 |
323 | 2025-02-21T22:01:58.485Z | Downloaded webpki-roots v0.26.6 |
324 | 2025-02-21T22:01:58.489Z | Downloaded hyper v1.5.2 |
325 | 2025-02-21T22:01:58.496Z | Downloaded hashbrown v0.15.1 |
326 | 2025-02-21T22:01:58.499Z | Downloaded icu_collections v1.5.0 |
327 | 2025-02-21T22:01:58.505Z | Downloaded socket2 v0.5.7 |
328 | 2025-02-21T22:01:58.508Z | Downloaded serde_derive v1.0.217 |
329 | 2025-02-21T22:01:58.511Z | Downloaded serde_yaml v0.9.34+deprecated |
330 | 2025-02-21T22:01:58.515Z | Downloaded mio v1.0.2 |
331 | 2025-02-21T22:01:58.519Z | Downloaded term v0.7.0 |
332 | 2025-02-21T22:01:58.522Z | Downloaded syn v2.0.96 |
333 | 2025-02-21T22:01:58.533Z | Downloaded rustls v0.23.19 |
334 | 2025-02-21T22:01:58.545Z | Downloaded regress v0.9.1 |
335 | 2025-02-21T22:01:58.552Z | Downloaded regex-syntax v0.8.5 |
336 | 2025-02-21T22:01:58.560Z | Downloaded openapiv3 v2.0.0 |
337 | 2025-02-21T22:01:58.571Z | Downloaded hashbrown v0.12.3 |
338 | 2025-02-21T22:01:58.574Z | Downloaded goblin v0.8.2 |
339 | 2025-02-21T22:01:58.580Z | Downloaded memchr v2.7.4 |
340 | 2025-02-21T22:01:58.585Z | Downloaded typify-impl v0.2.0 |
341 | 2025-02-21T22:01:58.599Z | Downloaded tracing v0.1.40 |
342 | 2025-02-21T22:01:58.603Z | Downloaded hyper-util v0.1.10 |
343 | 2025-02-21T22:01:58.607Z | Downloaded libc v0.2.169 |
344 | 2025-02-21T22:01:58.630Z | Downloaded lock_api v0.4.12 |
345 | 2025-02-21T22:01:58.632Z | Downloaded sha2 v0.10.8 |
346 | 2025-02-21T22:01:58.636Z | Downloaded ipnet v2.10.1 |
347 | 2025-02-21T22:01:58.636Z | Downloaded scroll v0.12.0 |
348 | 2025-02-21T22:01:58.638Z | Downloaded bytes v1.9.0 |
349 | 2025-02-21T22:01:58.641Z | Downloaded anyhow v1.0.96 |
350 | 2025-02-21T22:01:58.643Z | Downloaded rustversion v1.0.17 |
351 | 2025-02-21T22:01:58.646Z | Downloaded num-traits v0.2.19 |
352 | 2025-02-21T22:01:58.648Z | Downloaded icu_normalizer v1.5.0 |
353 | 2025-02-21T22:01:58.651Z | Downloaded icu_provider v1.5.0 |
354 | 2025-02-21T22:01:58.654Z | Downloaded regex-automata v0.4.8 |
355 | 2025-02-21T22:01:58.670Z | Downloaded sync_wrapper v1.0.1 |
356 | 2025-02-21T22:01:58.673Z | Downloaded once_cell v1.20.3 |
357 | 2025-02-21T22:01:58.676Z | Downloaded backoff v0.4.0 |
358 | 2025-02-21T22:01:58.676Z | Downloaded async-trait v0.1.86 |
359 | 2025-02-21T22:01:58.678Z | Downloaded futures v0.3.31 |
360 | 2025-02-21T22:01:58.686Z | Downloaded autocfg v1.4.0 |
361 | 2025-02-21T22:01:58.694Z | Downloaded ucd-trie v0.1.7 |
362 | 2025-02-21T22:01:58.694Z | Downloaded async-stream-impl v0.3.6 |
363 | 2025-02-21T22:01:58.694Z | Downloaded async-stream v0.3.6 |
364 | 2025-02-21T22:01:58.694Z | Downloaded fnv v1.0.7 |
365 | 2025-02-21T22:01:58.697Z | Downloaded futures-task v0.3.31 |
366 | 2025-02-21T22:01:58.697Z | Downloaded httparse v1.9.5 |
367 | 2025-02-21T22:01:58.697Z | Downloaded hex v0.4.3 |
368 | 2025-02-21T22:01:58.697Z | Downloaded futures-io v0.3.31 |
369 | 2025-02-21T22:01:58.697Z | Downloaded futures-executor v0.3.31 |
370 | 2025-02-21T22:01:58.697Z | Downloaded foreign-types v0.3.2 |
371 | 2025-02-21T22:01:58.697Z | Downloaded dof v0.3.0 |
372 | 2025-02-21T22:01:58.700Z | Downloaded tokio v1.43.0 |
373 | 2025-02-21T22:01:58.734Z | Downloaded crossbeam-utils v0.8.20 |
374 | 2025-02-21T22:01:58.737Z | Downloaded generic-array v0.14.7 |
375 | 2025-02-21T22:01:58.740Z | Downloaded darling_macro v0.20.10 |
376 | 2025-02-21T22:01:58.741Z | Downloaded hostname v0.3.1 |
377 | 2025-02-21T22:01:58.741Z | Downloaded futures-channel v0.3.31 |
378 | 2025-02-21T22:01:58.744Z | Downloaded deranged v0.3.11 |
379 | 2025-02-21T22:01:58.744Z | Downloaded typify v0.2.0 |
380 | 2025-02-21T22:01:58.747Z | Downloaded hostname v0.4.0 |
381 | 2025-02-21T22:01:58.749Z | Downloaded equivalent v1.0.1 |
382 | 2025-02-21T22:01:58.749Z | Downloaded debug-ignore v1.0.5 |
383 | 2025-02-21T22:01:58.749Z | Downloaded yoke v0.7.4 |
384 | 2025-02-21T22:01:58.752Z | Downloaded encoding_rs v0.8.34 |
385 | 2025-02-21T22:01:58.770Z | Downloaded thiserror v2.0.11 |
386 | 2025-02-21T22:01:58.774Z | Downloaded futures-macro v0.3.31 |
387 | 2025-02-21T22:01:58.777Z | Downloaded form_urlencoded v1.2.1 |
388 | 2025-02-21T22:01:58.777Z | Downloaded foreign-types-shared v0.1.1 |
389 | 2025-02-21T22:01:58.777Z | Downloaded dropshot_endpoint v0.15.1 |
390 | 2025-02-21T22:01:58.780Z | Downloaded digest v0.10.7 |
391 | 2025-02-21T22:01:58.783Z | Downloaded darling v0.20.10 |
392 | 2025-02-21T22:01:58.785Z | Downloaded daft-derive v0.1.1 |
393 | 2025-02-21T22:01:58.788Z | Downloaded daft v0.1.1 |
394 | 2025-02-21T22:01:58.791Z | Downloaded crypto-common v0.1.6 |
395 | 2025-02-21T22:01:58.791Z | Downloaded crossbeam-channel v0.5.13 |
396 | 2025-02-21T22:01:58.804Z | Downloaded ring v0.17.9 |
397 | 2025-02-21T22:01:58.964Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-21T22:01:58.964Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-21T22:01:58.967Z | Compiling libc v0.2.169 |
400 | 2025-02-21T22:01:58.967Z | Checking cfg-if v1.0.0 |
401 | 2025-02-21T22:01:58.967Z | Compiling autocfg v1.4.0 |
402 | 2025-02-21T22:01:58.967Z | Compiling serde v1.0.217 |
403 | 2025-02-21T22:01:58.985Z | Compiling version_check v0.9.5 |
404 | 2025-02-21T22:01:58.988Z | Checking memchr v2.7.4 |
405 | 2025-02-21T22:01:59.073Z | Compiling serde_json v1.0.139 |
406 | 2025-02-21T22:01:59.179Z | Checking itoa v1.0.11 |
407 | 2025-02-21T22:01:59.502Z | Compiling thiserror v1.0.69 |
408 | 2025-02-21T22:01:59.569Z | Checking once_cell v1.20.3 |
409 | 2025-02-21T22:01:59.581Z | Compiling shlex v1.3.0 |
410 | 2025-02-21T22:01:59.763Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-21T22:01:59.822Z | Compiling cc v1.1.30 |
412 | 2025-02-21T22:01:59.878Z | Checking smallvec v1.13.2 |
413 | 2025-02-21T22:01:59.895Z | Compiling num-traits v0.2.19 |
414 | 2025-02-21T22:02:00.222Z | Checking bytes v1.9.0 |
415 | 2025-02-21T22:02:00.294Z | Checking getrandom v0.2.15 |
416 | 2025-02-21T22:02:00.377Z | Checking ryu v1.0.18 |
417 | 2025-02-21T22:02:00.516Z | Checking futures-core v0.3.31 |
418 | 2025-02-21T22:02:00.592Z | Compiling lock_api v0.4.12 |
419 | 2025-02-21T22:02:00.616Z | Compiling quote v1.0.38 |
420 | 2025-02-21T22:02:00.628Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-02-21T22:02:00.709Z | Checking scopeguard v1.2.0 |
422 | 2025-02-21T22:02:00.864Z | Compiling slab v0.4.9 |
423 | 2025-02-21T22:02:00.923Z | Checking futures-sink v0.3.31 |
424 | 2025-02-21T22:02:01.046Z | Compiling syn v2.0.96 |
425 | 2025-02-21T22:02:01.101Z | Compiling schemars v0.8.21 |
426 | 2025-02-21T22:02:01.150Z | Compiling byteorder v1.5.0 |
427 | 2025-02-21T22:02:01.252Z | Checking mio v1.0.2 |
428 | 2025-02-21T22:02:01.349Z | Checking socket2 v0.5.7 |
429 | 2025-02-21T22:02:01.399Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-21T22:02:01.444Z | Checking parking_lot v0.12.3 |
431 | 2025-02-21T22:02:01.490Z | Compiling ahash v0.8.11 |
432 | 2025-02-21T22:02:01.560Z | Checking log v0.4.22 |
433 | 2025-02-21T22:02:01.816Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-21T22:02:01.830Z | Checking futures-channel v0.3.31 |
435 | 2025-02-21T22:02:01.833Z | Checking fnv v1.0.7 |
436 | 2025-02-21T22:02:01.917Z | Checking equivalent v1.0.1 |
437 | 2025-02-21T22:02:01.934Z | Checking futures-task v0.3.31 |
438 | 2025-02-21T22:02:01.955Z | Checking futures-io v0.3.31 |
439 | 2025-02-21T22:02:02.010Z | Checking hashbrown v0.15.1 |
440 | 2025-02-21T22:02:02.022Z | Checking pin-utils v0.1.0 |
441 | 2025-02-21T22:02:02.025Z | Checking http v1.2.0 |
442 | 2025-02-21T22:02:02.107Z | Compiling semver v1.0.25 |
443 | 2025-02-21T22:02:02.121Z | Checking rustls-pki-types v1.10.0 |
444 | 2025-02-21T22:02:02.154Z | Compiling pkg-config v0.3.31 |
445 | 2025-02-21T22:02:02.165Z | Compiling vcpkg v0.2.15 |
446 | 2025-02-21T22:02:02.247Z | Compiling ring v0.17.9 |
447 | 2025-02-21T22:02:02.726Z | Checking iana-time-zone v0.1.61 |
448 | 2025-02-21T22:02:02.886Z | Checking untrusted v0.9.0 |
449 | 2025-02-21T22:02:03.038Z | Checking litemap v0.7.3 |
450 | 2025-02-21T22:02:03.052Z | Compiling httparse v1.9.5 |
451 | 2025-02-21T22:02:03.270Z | Checking writeable v0.5.5 |
452 | 2025-02-21T22:02:03.372Z | Compiling heck v0.5.0 |
453 | 2025-02-21T22:02:03.385Z | Checking tracing-core v0.1.32 |
454 | 2025-02-21T22:02:03.550Z | Compiling openssl-sys v0.9.106 |
455 | 2025-02-21T22:02:03.587Z | Checking atomic-waker v1.1.2 |
456 | 2025-02-21T22:02:03.734Z | Checking dyn-clone v1.0.18 |
457 | 2025-02-21T22:02:03.752Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-21T22:02:03.877Z | Checking http-body v1.0.1 |
459 | 2025-02-21T22:02:04.028Z | Checking tracing v0.1.40 |
460 | 2025-02-21T22:02:04.062Z | Checking subtle v2.6.1 |
461 | 2025-02-21T22:02:04.158Z | Checking zeroize v1.8.1 |
462 | 2025-02-21T22:02:04.273Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2025-02-21T22:02:04.285Z | Checking try-lock v0.2.5 |
464 | 2025-02-21T22:02:04.368Z | Compiling allocator-api2 v0.2.18 |
465 | 2025-02-21T22:02:04.408Z | Checking want v0.3.1 |
466 | 2025-02-21T22:02:04.524Z | Checking httpdate v1.0.3 |
467 | 2025-02-21T22:02:04.582Z | Compiling openssl v0.10.71 |
468 | 2025-02-21T22:02:04.750Z | Checking foreign-types-shared v0.1.1 |
469 | 2025-02-21T22:02:04.780Z | Checking tower-service v0.3.3 |
470 | 2025-02-21T22:02:04.849Z | Compiling uuid v1.12.0 |
471 | 2025-02-21T22:02:04.903Z | Checking icu_properties_data v1.5.0 |
472 | 2025-02-21T22:02:05.044Z | Checking foreign-types v0.3.2 |
473 | 2025-02-21T22:02:05.104Z | Compiling native-tls v0.2.12 |
474 | 2025-02-21T22:02:05.131Z | Checking bitflags v2.6.0 |
475 | 2025-02-21T22:02:05.373Z | Compiling rustls v0.23.19 |
476 | 2025-02-21T22:02:05.384Z | Compiling chrono v0.4.39 |
477 | 2025-02-21T22:02:05.397Z | Checking percent-encoding v2.3.1 |
478 | 2025-02-21T22:02:05.481Z | Compiling slog v2.7.0 |
479 | 2025-02-21T22:02:05.597Z | Checking write16 v1.0.0 |
480 | 2025-02-21T22:02:05.712Z | Checking icu_normalizer_data v1.5.0 |
481 | 2025-02-21T22:02:05.745Z | Checking utf8_iter v1.0.4 |
482 | 2025-02-21T22:02:05.797Z | Checking utf16_iter v1.0.5 |
483 | 2025-02-21T22:02:05.808Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-21T22:02:05.952Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-21T22:02:06.021Z | Compiling typenum v1.17.0 |
486 | 2025-02-21T22:02:06.139Z | Checking openssl-probe v0.1.5 |
487 | 2025-02-21T22:02:06.292Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-21T22:02:07.005Z | Compiling generic-array v0.14.7 |
489 | 2025-02-21T22:02:07.052Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-21T22:02:07.251Z | Checking mime v0.3.17 |
491 | 2025-02-21T22:02:08.425Z | Compiling synstructure v0.13.1 |
492 | 2025-02-21T22:02:08.531Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-21T22:02:08.727Z | Checking rustls-webpki v0.102.8 |
494 | 2025-02-21T22:02:09.265Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-21T22:02:09.496Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-21T22:02:09.537Z | Checking sync_wrapper v1.0.1 |
497 | 2025-02-21T22:02:09.700Z | Compiling regex-automata v0.4.8 |
498 | 2025-02-21T22:02:10.383Z | Compiling usdt-impl v0.5.0 |
499 | 2025-02-21T22:02:10.422Z | Checking tower-layer v0.3.3 |
500 | 2025-02-21T22:02:10.676Z | Compiling num-conv v0.1.0 |
501 | 2025-02-21T22:02:10.678Z | Checking base64 v0.22.1 |
502 | 2025-02-21T22:02:10.953Z | Checking powerfmt v0.2.0 |
503 | 2025-02-21T22:02:11.145Z | Compiling time-core v0.1.2 |
504 | 2025-02-21T22:02:11.219Z | Checking deranged v0.3.11 |
505 | 2025-02-21T22:02:11.318Z | Compiling time-macros v0.2.18 |
506 | 2025-02-21T22:02:11.384Z | Compiling thread-id v4.2.2 |
507 | 2025-02-21T22:02:11.511Z | Compiling paste v1.0.15 |
508 | 2025-02-21T22:02:11.967Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-21T22:02:12.002Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-21T22:02:12.436Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-21T22:02:12.469Z | Compiling tokio-macros v2.5.0 |
512 | 2025-02-21T22:02:13.792Z | Compiling zerocopy v0.7.35 |
513 | 2025-02-21T22:02:13.869Z | Compiling schemars_derive v0.8.21 |
514 | 2025-02-21T22:02:13.919Z | Compiling zerofrom-derive v0.1.4 |
515 | 2025-02-21T22:02:13.949Z | Checking tokio v1.43.0 |
516 | 2025-02-21T22:02:15.090Z | Compiling yoke-derive v0.7.4 |
517 | 2025-02-21T22:02:15.141Z | Compiling zerovec-derive v0.10.3 |
518 | 2025-02-21T22:02:15.174Z | Compiling futures-macro v0.3.31 |
519 | 2025-02-21T22:02:16.259Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-21T22:02:16.542Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-21T22:02:16.912Z | Checking zerofrom v0.1.4 |
522 | 2025-02-21T22:02:16.930Z | Checking futures-util v0.3.31 |
523 | 2025-02-21T22:02:17.128Z | Compiling pest v2.7.14 |
524 | 2025-02-21T22:02:17.429Z | Checking yoke v0.7.4 |
525 | 2025-02-21T22:02:17.598Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-21T22:02:17.727Z | Checking zerovec v0.10.4 |
527 | 2025-02-21T22:02:17.993Z | Compiling hashbrown v0.14.5 |
528 | 2025-02-21T22:02:19.174Z | Compiling regress v0.10.1 |
529 | 2025-02-21T22:02:19.249Z | Checking tinystr v0.7.6 |
530 | 2025-02-21T22:02:19.589Z | Checking icu_locid v1.5.0 |
531 | 2025-02-21T22:02:20.039Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-21T22:02:20.520Z | Checking icu_provider v1.5.0 |
533 | 2025-02-21T22:02:20.622Z | Checking tokio-util v0.7.12 |
534 | 2025-02-21T22:02:21.081Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-02-21T22:02:21.263Z | Checking icu_collections v1.5.0 |
536 | 2025-02-21T22:02:21.351Z | Compiling pest_generator v2.7.14 |
537 | 2025-02-21T22:02:21.914Z | Checking http-body-util v0.1.2 |
538 | 2025-02-21T22:02:22.120Z | Checking icu_properties v1.5.1 |
539 | 2025-02-21T22:02:22.338Z | Checking tokio-rustls v0.26.0 |
540 | 2025-02-21T22:02:22.717Z | Compiling regex v1.11.1 |
541 | 2025-02-21T22:02:22.931Z | Compiling scroll_derive v0.12.0 |
542 | 2025-02-21T22:02:23.349Z | Checking indexmap v2.7.1 |
543 | 2025-02-21T22:02:23.644Z | Compiling pest_derive v2.7.14 |
544 | 2025-02-21T22:02:24.319Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-02-21T22:02:24.464Z | Checking h2 v0.4.6 |
546 | 2025-02-21T22:02:24.658Z | Checking tokio-native-tls v0.3.1 |
547 | 2025-02-21T22:02:24.909Z | Checking serde_urlencoded v0.7.1 |
548 | 2025-02-21T22:02:24.962Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-21T22:02:25.247Z | Checking scroll v0.12.0 |
550 | 2025-02-21T22:02:25.314Z | Checking tower v0.5.2 |
551 | 2025-02-21T22:02:25.467Z | Checking icu_normalizer v1.5.0 |
552 | 2025-02-21T22:02:26.006Z | Compiling dof v0.3.0 |
553 | 2025-02-21T22:02:26.166Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-21T22:02:26.343Z | Checking idna v1.0.3 |
555 | 2025-02-21T22:02:26.757Z | Checking ipnet v2.10.1 |
556 | 2025-02-21T22:02:26.820Z | Checking url v2.5.3 |
557 | 2025-02-21T22:02:27.186Z | Compiling crossbeam-utils v0.8.20 |
558 | 2025-02-21T22:02:27.437Z | Checking plain v0.2.3 |
559 | 2025-02-21T22:02:27.449Z | Checking num_threads v0.1.7 |
560 | 2025-02-21T22:02:27.563Z | Compiling typify-impl v0.2.0 |
561 | 2025-02-21T22:02:28.056Z | Compiling ident_case v1.0.1 |
562 | 2025-02-21T22:02:28.080Z | Compiling strsim v0.11.1 |
563 | 2025-02-21T22:02:28.080Z | Checking time v0.3.36 |
564 | 2025-02-21T22:02:28.080Z | Checking goblin v0.8.2 |
565 | 2025-02-21T22:02:28.313Z | Compiling darling_core v0.20.10 |
566 | 2025-02-21T22:02:28.581Z | Checking hyper v1.5.2 |
567 | 2025-02-21T22:02:30.419Z | Checking hyper-util v0.1.10 |
568 | 2025-02-21T22:02:31.091Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-21T22:02:31.502Z | Checking dirs-sys-next v0.1.2 |
570 | 2025-02-21T22:02:31.686Z | Compiling unsafe-libyaml v0.2.11 |
571 | 2025-02-21T22:02:31.962Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-21T22:02:32.037Z | Checking hyper-rustls v0.27.3 |
573 | 2025-02-21T22:02:32.233Z | Checking pretty-hex v0.4.1 |
574 | 2025-02-21T22:02:32.354Z | Checking reqwest v0.12.12 |
575 | 2025-02-21T22:02:32.409Z | Compiling rustversion v1.0.17 |
576 | 2025-02-21T22:02:32.702Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2025-02-21T22:02:33.051Z | Compiling rustls v0.22.4 |
578 | 2025-02-21T22:02:33.080Z | Compiling newtype-uuid v1.2.1 |
579 | 2025-02-21T22:02:33.305Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-21T22:02:33.420Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2025-02-21T22:02:33.595Z | Checking dirs-next v2.0.0 |
582 | 2025-02-21T22:02:34.215Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-21T22:02:34.217Z | Checking toml_datetime v0.6.8 |
584 | 2025-02-21T22:02:34.506Z | Checking serde_spanned v0.6.8 |
585 | 2025-02-21T22:02:34.554Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-21T22:02:34.574Z | Checking crypto-common v0.1.6 |
587 | 2025-02-21T22:02:34.681Z | Checking block-buffer v0.10.4 |
588 | 2025-02-21T22:02:34.699Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-21T22:02:34.720Z | Checking rand_core v0.6.4 |
590 | 2025-02-21T22:02:34.840Z | Checking thread_local v1.1.8 |
591 | 2025-02-21T22:02:34.857Z | Compiling multer v3.1.0 |
592 | 2025-02-21T22:02:34.871Z | Compiling slog-async v2.8.0 |
593 | 2025-02-21T22:02:35.018Z | Compiling anyhow v1.0.96 |
594 | 2025-02-21T22:02:35.119Z | Compiling thiserror v2.0.11 |
595 | 2025-02-21T22:02:35.209Z | Checking winnow v0.6.20 |
596 | 2025-02-21T22:02:35.229Z | Compiling camino v1.1.9 |
597 | 2025-02-21T22:02:35.376Z | Checking match_cfg v0.1.0 |
598 | 2025-02-21T22:02:35.464Z | Checking hostname v0.3.1 |
599 | 2025-02-21T22:02:35.663Z | Checking rand_chacha v0.3.1 |
600 | 2025-02-21T22:02:35.917Z | Checking digest v0.10.7 |
601 | 2025-02-21T22:02:36.016Z | Checking crossbeam-channel v0.5.13 |
602 | 2025-02-21T22:02:36.033Z | Checking oxnet v0.1.0 |
603 | 2025-02-21T22:02:36.228Z | Compiling darling v0.20.10 |
604 | 2025-02-21T22:02:36.340Z | Checking progenitor-client v0.8.0 |
605 | 2025-02-21T22:02:36.381Z | Checking term v0.7.0 |
606 | 2025-02-21T22:02:36.702Z | Compiling usdt-macro v0.5.0 |
607 | 2025-02-21T22:02:36.715Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2025-02-21T22:02:36.783Z | Checking slog-json v2.6.1 |
609 | 2025-02-21T22:02:36.963Z | Compiling structmeta v0.3.0 |
610 | 2025-02-21T22:02:37.034Z | Checking futures-executor v0.3.31 |
611 | 2025-02-21T22:02:37.269Z | Compiling daft-derive v0.1.1 |
612 | 2025-02-21T22:02:37.322Z | Compiling async-stream-impl v0.3.6 |
613 | 2025-02-21T22:02:37.601Z | Compiling thiserror-impl v2.0.11 |
614 | 2025-02-21T22:02:37.871Z | Checking memmap v0.7.0 |
615 | 2025-02-21T22:02:37.898Z | Checking toml_edit v0.22.22 |
616 | 2025-02-21T22:02:38.045Z | Checking is-terminal v0.4.13 |
617 | 2025-02-21T22:02:38.079Z | Compiling dropshot v0.15.1 |
618 | 2025-02-21T22:02:38.161Z | Checking spin v0.9.8 |
619 | 2025-02-21T22:02:38.326Z | Checking cpufeatures v0.2.14 |
620 | 2025-02-21T22:02:38.422Z | Checking take_mut v0.2.2 |
621 | 2025-02-21T22:02:38.497Z | Checking sha1 v0.10.6 |
622 | 2025-02-21T22:02:38.541Z | Checking async-stream v0.3.6 |
623 | 2025-02-21T22:02:38.591Z | Compiling typify-macro v0.2.0 |
624 | 2025-02-21T22:02:38.681Z | Checking daft v0.1.1 |
625 | 2025-02-21T22:02:38.761Z | Checking slog-term v2.9.1 |
626 | 2025-02-21T22:02:38.869Z | Checking usdt v0.5.0 |
627 | 2025-02-21T22:02:39.066Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-21T22:02:39.095Z | Compiling parse-display-derive v0.10.0 |
629 | 2025-02-21T22:02:39.120Z | Checking futures v0.3.31 |
630 | 2025-02-21T22:02:39.216Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-21T22:02:39.239Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-21T22:02:39.373Z | Checking rand v0.8.5 |
633 | 2025-02-21T22:02:39.933Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-21T22:02:40.369Z | Checking toml v0.8.19 |
635 | 2025-02-21T22:02:40.618Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-21T22:02:40.652Z | Checking serde_path_to_error v0.1.16 |
637 | 2025-02-21T22:02:41.055Z | Checking hex v0.4.3 |
638 | 2025-02-21T22:02:41.078Z | Compiling async-trait v0.1.86 |
639 | 2025-02-21T22:02:41.239Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-21T22:02:41.513Z | Checking waitgroup v0.1.2 |
641 | 2025-02-21T22:02:41.515Z | Checking hostname v0.4.0 |
642 | 2025-02-21T22:02:41.648Z | Checking instant v0.1.13 |
643 | 2025-02-21T22:02:41.651Z | Checking debug-ignore v1.0.5 |
644 | 2025-02-21T22:02:41.758Z | Checking backoff v0.4.0 |
645 | 2025-02-21T22:02:41.781Z | Compiling typify v0.2.0 |
646 | 2025-02-21T22:02:41.897Z | Compiling progenitor-impl v0.8.0 |
647 | 2025-02-21T22:02:42.033Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
648 | 2025-02-21T22:02:42.046Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
649 | 2025-02-21T22:02:42.183Z | Checking serde_with v3.11.0 |
650 | 2025-02-21T22:02:42.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-21T22:02:42.463Z | Checking parse-display v0.10.0 |
652 | 2025-02-21T22:02:42.675Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-21T22:02:42.997Z | Checking strum v0.26.3 |
654 | 2025-02-21T22:02:43.072Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-21T22:02:43.141Z | Checking macaddr v1.0.1 |
656 | 2025-02-21T22:02:43.163Z | Checking regress v0.9.1 |
657 | 2025-02-21T22:02:44.825Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-21T22:02:48.195Z | Checking progenitor v0.8.0 |
659 | 2025-02-21T22:02:48.301Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-21T22:02:50.961Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-21T22:02:58.028Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-21T22:02:58.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
663 | 2025-02-21T22:02:58.215Z | + cargo build --release |
664 | 2025-02-21T22:02:58.468Z | Compiling proc-macro2 v1.0.92 |
665 | 2025-02-21T22:02:58.468Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-21T22:02:58.473Z | Compiling libc v0.2.169 |
667 | 2025-02-21T22:02:58.473Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-21T22:02:58.473Z | Compiling autocfg v1.4.0 |
669 | 2025-02-21T22:02:58.473Z | Compiling serde v1.0.217 |
670 | 2025-02-21T22:02:58.474Z | Compiling version_check v0.9.5 |
671 | 2025-02-21T22:02:58.474Z | Compiling memchr v2.7.4 |
672 | 2025-02-21T22:02:58.601Z | Compiling serde_json v1.0.139 |
673 | 2025-02-21T22:02:58.676Z | Compiling itoa v1.0.11 |
674 | 2025-02-21T22:02:58.979Z | Compiling thiserror v1.0.69 |
675 | 2025-02-21T22:02:59.044Z | Compiling once_cell v1.20.3 |
676 | 2025-02-21T22:02:59.051Z | Compiling shlex v1.3.0 |
677 | 2025-02-21T22:02:59.165Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-21T22:02:59.291Z | Compiling cc v1.1.30 |
679 | 2025-02-21T22:02:59.465Z | Compiling num-traits v0.2.19 |
680 | 2025-02-21T22:02:59.518Z | Compiling smallvec v1.13.2 |
681 | 2025-02-21T22:02:59.830Z | Compiling getrandom v0.2.15 |
682 | 2025-02-21T22:02:59.894Z | Compiling bytes v1.9.0 |
683 | 2025-02-21T22:02:59.930Z | Compiling ryu v1.0.18 |
684 | 2025-02-21T22:03:00.143Z | Compiling quote v1.0.38 |
685 | 2025-02-21T22:03:00.166Z | Compiling futures-core v0.3.31 |
686 | 2025-02-21T22:03:00.414Z | Compiling lock_api v0.4.12 |
687 | 2025-02-21T22:03:00.427Z | Compiling parking_lot_core v0.9.10 |
688 | 2025-02-21T22:03:00.515Z | Compiling syn v2.0.96 |
689 | 2025-02-21T22:03:00.647Z | Compiling scopeguard v1.2.0 |
690 | 2025-02-21T22:03:00.786Z | Compiling schemars v0.8.21 |
691 | 2025-02-21T22:03:00.895Z | Compiling slab v0.4.9 |
692 | 2025-02-21T22:03:01.082Z | Compiling ahash v0.8.11 |
693 | 2025-02-21T22:03:01.249Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-21T22:03:01.333Z | Compiling byteorder v1.5.0 |
695 | 2025-02-21T22:03:01.398Z | Compiling parking_lot v0.12.3 |
696 | 2025-02-21T22:03:01.464Z | Compiling socket2 v0.5.7 |
697 | 2025-02-21T22:03:01.530Z | Compiling signal-hook-registry v1.4.2 |
698 | 2025-02-21T22:03:01.633Z | Compiling mio v1.0.2 |
699 | 2025-02-21T22:03:01.685Z | Compiling log v0.4.22 |
700 | 2025-02-21T22:03:02.101Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-21T22:03:02.114Z | Compiling ring v0.17.9 |
702 | 2025-02-21T22:03:02.201Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-21T22:03:02.211Z | Compiling futures-io v0.3.31 |
704 | 2025-02-21T22:03:02.538Z | Compiling equivalent v1.0.1 |
705 | 2025-02-21T22:03:02.655Z | Compiling semver v1.0.25 |
706 | 2025-02-21T22:03:02.663Z | Compiling fnv v1.0.7 |
707 | 2025-02-21T22:03:02.792Z | Compiling hashbrown v0.15.1 |
708 | 2025-02-21T22:03:03.055Z | Compiling futures-task v0.3.31 |
709 | 2025-02-21T22:03:03.112Z | Compiling pin-utils v0.1.0 |
710 | 2025-02-21T22:03:03.154Z | Compiling http v1.2.0 |
711 | 2025-02-21T22:03:03.205Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-21T22:03:03.326Z | Compiling rustls-pki-types v1.10.0 |
713 | 2025-02-21T22:03:03.416Z | Compiling pkg-config v0.3.31 |
714 | 2025-02-21T22:03:04.121Z | Compiling heck v0.5.0 |
715 | 2025-02-21T22:03:04.434Z | Compiling litemap v0.7.3 |
716 | 2025-02-21T22:03:04.513Z | Compiling openssl-sys v0.9.106 |
717 | 2025-02-21T22:03:04.516Z | Compiling writeable v0.5.5 |
718 | 2025-02-21T22:03:04.840Z | Compiling untrusted v0.9.0 |
719 | 2025-02-21T22:03:05.030Z | Compiling httparse v1.9.5 |
720 | 2025-02-21T22:03:05.038Z | Compiling iana-time-zone v0.1.61 |
721 | 2025-02-21T22:03:05.573Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-21T22:03:05.688Z | Compiling atomic-waker v1.1.2 |
723 | 2025-02-21T22:03:05.706Z | Compiling ucd-trie v0.1.7 |
724 | 2025-02-21T22:03:05.721Z | Compiling dyn-clone v1.0.18 |
725 | 2025-02-21T22:03:05.953Z | Compiling http-body v1.0.1 |
726 | 2025-02-21T22:03:06.182Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2025-02-21T22:03:06.281Z | Compiling tracing v0.1.40 |
728 | 2025-02-21T22:03:06.667Z | Compiling try-lock v0.2.5 |
729 | 2025-02-21T22:03:06.831Z | Compiling allocator-api2 v0.2.18 |
730 | 2025-02-21T22:03:06.834Z | Compiling zeroize v1.8.1 |
731 | 2025-02-21T22:03:06.900Z | Compiling subtle v2.6.1 |
732 | 2025-02-21T22:03:07.153Z | Compiling want v0.3.1 |
733 | 2025-02-21T22:03:07.408Z | Compiling chrono v0.4.39 |
734 | 2025-02-21T22:03:07.434Z | Compiling icu_properties_data v1.5.0 |
735 | 2025-02-21T22:03:07.515Z | Compiling foreign-types-shared v0.1.1 |
736 | 2025-02-21T22:03:07.626Z | Compiling synstructure v0.13.1 |
737 | 2025-02-21T22:03:07.672Z | Compiling serde_derive_internals v0.29.1 |
738 | 2025-02-21T22:03:07.712Z | Compiling httpdate v1.0.3 |
739 | 2025-02-21T22:03:07.859Z | Compiling uuid v1.12.0 |
740 | 2025-02-21T22:03:08.413Z | Compiling openssl v0.10.71 |
741 | 2025-02-21T22:03:08.470Z | Compiling tower-service v0.3.3 |
742 | 2025-02-21T22:03:08.643Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-21T22:03:08.936Z | Compiling bitflags v2.6.0 |
744 | 2025-02-21T22:03:09.112Z | Compiling percent-encoding v2.3.1 |
745 | 2025-02-21T22:03:09.549Z | Compiling rustls v0.23.19 |
746 | 2025-02-21T22:03:09.566Z | Compiling utf16_iter v1.0.5 |
747 | 2025-02-21T22:03:09.574Z | Compiling slog v2.7.0 |
748 | 2025-02-21T22:03:09.915Z | Compiling utf8_iter v1.0.4 |
749 | 2025-02-21T22:03:09.999Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2025-02-21T22:03:10.065Z | Compiling native-tls v0.2.12 |
751 | 2025-02-21T22:03:10.093Z | Compiling write16 v1.0.0 |
752 | 2025-02-21T22:03:10.154Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-21T22:03:10.216Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-21T22:03:10.453Z | Compiling regex-syntax v0.8.5 |
755 | 2025-02-21T22:03:10.595Z | Compiling openssl-probe v0.1.5 |
756 | 2025-02-21T22:03:11.116Z | Compiling typenum v1.17.0 |
757 | 2025-02-21T22:03:11.642Z | Compiling serde_derive v1.0.217 |
758 | 2025-02-21T22:03:12.075Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-21T22:03:12.140Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-21T22:03:12.410Z | Compiling zerofrom-derive v0.1.4 |
761 | 2025-02-21T22:03:12.953Z | Compiling schemars_derive v0.8.21 |
762 | 2025-02-21T22:03:13.845Z | Compiling tokio-macros v2.5.0 |
763 | 2025-02-21T22:03:13.920Z | Compiling zerocopy v0.7.35 |
764 | 2025-02-21T22:03:15.496Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-21T22:03:15.508Z | Compiling tokio v1.43.0 |
766 | 2025-02-21T22:03:15.516Z | Compiling zerofrom v0.1.4 |
767 | 2025-02-21T22:03:15.697Z | Compiling futures-macro v0.3.31 |
768 | 2025-02-21T22:03:15.704Z | Compiling zerovec-derive v0.10.3 |
769 | 2025-02-21T22:03:15.738Z | Compiling displaydoc v0.2.5 |
770 | 2025-02-21T22:03:17.218Z | Compiling icu_provider_macros v1.5.0 |
771 | 2025-02-21T22:03:17.418Z | Compiling futures-util v0.3.31 |
772 | 2025-02-21T22:03:17.618Z | Compiling yoke v0.7.4 |
773 | 2025-02-21T22:03:18.040Z | Compiling zerovec v0.10.4 |
774 | 2025-02-21T22:03:18.351Z | Compiling pest v2.7.14 |
775 | 2025-02-21T22:03:20.761Z | Compiling tinystr v0.7.6 |
776 | 2025-02-21T22:03:21.154Z | Compiling icu_locid v1.5.0 |
777 | 2025-02-21T22:03:21.261Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-21T22:03:23.428Z | Compiling icu_provider v1.5.0 |
779 | 2025-02-21T22:03:25.675Z | Compiling indexmap v2.7.1 |
780 | 2025-02-21T22:03:25.756Z | Compiling serde_tokenstream v0.2.2 |
781 | 2025-02-21T22:03:26.255Z | Compiling tokio-util v0.7.12 |
782 | 2025-02-21T22:03:27.338Z | Compiling h2 v0.4.6 |
783 | 2025-02-21T22:03:27.925Z | Compiling icu_locid_transform v1.5.0 |
784 | 2025-02-21T22:03:28.363Z | Compiling pest_meta v2.7.14 |
785 | 2025-02-21T22:03:28.434Z | Compiling icu_collections v1.5.0 |
786 | 2025-02-21T22:03:31.058Z | Compiling hashbrown v0.14.5 |
787 | 2025-02-21T22:03:31.827Z | Compiling pest_generator v2.7.14 |
788 | 2025-02-21T22:03:32.252Z | Compiling regress v0.10.1 |
789 | 2025-02-21T22:03:33.545Z | Compiling hyper v1.5.2 |
790 | 2025-02-21T22:03:33.704Z | Compiling icu_properties v1.5.1 |
791 | 2025-02-21T22:03:36.686Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-21T22:03:37.272Z | Compiling hyper-util v0.1.10 |
793 | 2025-02-21T22:03:39.926Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-21T22:03:41.886Z | Compiling typify-impl v0.2.0 |
795 | 2025-02-21T22:03:42.497Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-21T22:03:44.894Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-21T22:03:44.954Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-21T22:03:45.062Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-21T22:03:45.290Z | Compiling generic-array v0.14.7 |
800 | 2025-02-21T22:03:45.372Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-21T22:03:45.637Z | Compiling mime v0.3.17 |
802 | 2025-02-21T22:03:48.806Z | Compiling idna v1.0.3 |
803 | 2025-02-21T22:03:49.273Z | Compiling regex v1.11.1 |
804 | 2025-02-21T22:03:50.155Z | Compiling tokio-rustls v0.26.0 |
805 | 2025-02-21T22:03:50.627Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-21T22:03:50.943Z | Compiling serde_urlencoded v0.7.1 |
807 | 2025-02-21T22:03:50.987Z | Compiling scroll_derive v0.12.0 |
808 | 2025-02-21T22:03:51.434Z | Compiling typify-macro v0.2.0 |
809 | 2025-02-21T22:03:51.484Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-21T22:03:51.728Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-21T22:03:51.932Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-21T22:03:52.084Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-21T22:03:52.378Z | Compiling time-core v0.1.2 |
814 | 2025-02-21T22:03:52.543Z | Compiling num-conv v0.1.0 |
815 | 2025-02-21T22:03:52.815Z | Compiling base64 v0.22.1 |
816 | 2025-02-21T22:03:53.846Z | Compiling tower-layer v0.3.3 |
817 | 2025-02-21T22:03:54.148Z | Compiling powerfmt v0.2.0 |
818 | 2025-02-21T22:03:54.205Z | Compiling tower v0.5.2 |
819 | 2025-02-21T22:03:54.610Z | Compiling deranged v0.3.11 |
820 | 2025-02-21T22:03:54.678Z | Compiling time-macros v0.2.18 |
821 | 2025-02-21T22:03:55.236Z | Compiling scroll v0.12.0 |
822 | 2025-02-21T22:03:55.841Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-21T22:03:56.250Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-21T22:03:56.743Z | Compiling url v2.5.3 |
825 | 2025-02-21T22:03:57.416Z | Compiling thread-id v4.2.2 |
826 | 2025-02-21T22:03:58.493Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-21T22:03:59.981Z | Compiling dof v0.3.0 |
828 | 2025-02-21T22:04:00.736Z | Compiling num_threads v0.1.7 |
829 | 2025-02-21T22:04:00.862Z | Compiling strsim v0.11.1 |
830 | 2025-02-21T22:04:01.467Z | Compiling plain v0.2.3 |
831 | 2025-02-21T22:04:01.636Z | Compiling ipnet v2.10.1 |
832 | 2025-02-21T22:04:03.810Z | Compiling crossbeam-utils v0.8.20 |
833 | 2025-02-21T22:04:04.338Z | Compiling ident_case v1.0.1 |
834 | 2025-02-21T22:04:04.629Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-02-21T22:04:05.802Z | Compiling paste v1.0.15 |
836 | 2025-02-21T22:04:06.108Z | Compiling time v0.3.36 |
837 | 2025-02-21T22:04:06.334Z | Compiling darling_core v0.20.10 |
838 | 2025-02-21T22:04:09.919Z | Compiling reqwest v0.12.12 |
839 | 2025-02-21T22:04:10.149Z | Compiling goblin v0.8.2 |
840 | 2025-02-21T22:04:12.709Z | Compiling typify v0.2.0 |
841 | 2025-02-21T22:04:12.834Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-21T22:04:14.991Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-21T22:04:16.473Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2025-02-21T22:04:16.652Z | Compiling rustversion v1.0.17 |
845 | 2025-02-21T22:04:17.303Z | Compiling newtype-uuid v1.2.1 |
846 | 2025-02-21T22:04:17.669Z | Compiling pretty-hex v0.4.1 |
847 | 2025-02-21T22:04:17.908Z | Compiling rustls v0.22.4 |
848 | 2025-02-21T22:04:18.258Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-21T22:04:20.535Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-21T22:04:21.434Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-21T22:04:21.822Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-21T22:04:25.267Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-21T22:04:25.509Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-21T22:04:25.726Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-21T22:04:25.935Z | Compiling toml_datetime v0.6.8 |
856 | 2025-02-21T22:04:26.113Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-21T22:04:26.354Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-21T22:04:26.615Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-21T22:04:27.166Z | Compiling rand_core v0.6.4 |
860 | 2025-02-21T22:04:27.282Z | Compiling thread_local v1.1.8 |
861 | 2025-02-21T22:04:27.640Z | Compiling multer v3.1.0 |
862 | 2025-02-21T22:04:27.977Z | Compiling winnow v0.6.20 |
863 | 2025-02-21T22:04:28.001Z | Compiling anyhow v1.0.96 |
864 | 2025-02-21T22:04:28.580Z | Compiling slog-async v2.8.0 |
865 | 2025-02-21T22:04:29.059Z | Compiling thiserror v2.0.11 |
866 | 2025-02-21T22:04:29.089Z | Compiling match_cfg v0.1.0 |
867 | 2025-02-21T22:04:29.092Z | Compiling camino v1.1.9 |
868 | 2025-02-21T22:04:29.179Z | Compiling hostname v0.3.1 |
869 | 2025-02-21T22:04:29.493Z | Compiling structmeta v0.3.0 |
870 | 2025-02-21T22:04:29.894Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-21T22:04:30.111Z | Compiling oxnet v0.1.0 |
872 | 2025-02-21T22:04:30.252Z | Compiling progenitor-macro v0.8.0 |
873 | 2025-02-21T22:04:31.570Z | Compiling toml_edit v0.22.22 |
874 | 2025-02-21T22:04:32.095Z | Compiling digest v0.10.7 |
875 | 2025-02-21T22:04:32.512Z | Compiling crossbeam-channel v0.5.13 |
876 | 2025-02-21T22:04:33.768Z | Compiling darling v0.20.10 |
877 | 2025-02-21T22:04:34.067Z | Compiling term v0.7.0 |
878 | 2025-02-21T22:04:38.513Z | Compiling usdt-macro v0.5.0 |
879 | 2025-02-21T22:04:39.764Z | Compiling usdt-attr-macro v0.5.0 |
880 | 2025-02-21T22:04:40.646Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-21T22:04:40.901Z | Compiling slog-json v2.6.1 |
882 | 2025-02-21T22:04:41.153Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-21T22:04:41.336Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-21T22:04:41.582Z | Compiling daft-derive v0.1.1 |
885 | 2025-02-21T22:04:42.223Z | Compiling async-stream-impl v0.3.6 |
886 | 2025-02-21T22:04:43.091Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-21T22:04:43.216Z | Compiling memmap v0.7.0 |
888 | 2025-02-21T22:04:43.479Z | Compiling dropshot v0.15.1 |
889 | 2025-02-21T22:04:43.610Z | Compiling spin v0.9.8 |
890 | 2025-02-21T22:04:43.798Z | Compiling take_mut v0.2.2 |
891 | 2025-02-21T22:04:43.849Z | Compiling cpufeatures v0.2.14 |
892 | 2025-02-21T22:04:43.947Z | Compiling sha1 v0.10.6 |
893 | 2025-02-21T22:04:44.752Z | Compiling async-stream v0.3.6 |
894 | 2025-02-21T22:04:45.095Z | Compiling usdt v0.5.0 |
895 | 2025-02-21T22:04:46.509Z | Compiling slog-term v2.9.1 |
896 | 2025-02-21T22:04:47.066Z | Compiling daft v0.1.1 |
897 | 2025-02-21T22:04:47.111Z | Compiling futures v0.3.31 |
898 | 2025-02-21T22:04:47.217Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-21T22:04:47.545Z | Compiling tokio-rustls v0.25.0 |
900 | 2025-02-21T22:04:47.578Z | Compiling progenitor v0.8.0 |
901 | 2025-02-21T22:04:47.768Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-21T22:04:47.959Z | Compiling toml v0.8.19 |
903 | 2025-02-21T22:04:49.305Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-21T22:04:51.098Z | Compiling rand v0.8.5 |
905 | 2025-02-21T22:04:51.906Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-21T22:04:53.211Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-21T22:04:54.039Z | Compiling serde_path_to_error v0.1.16 |
908 | 2025-02-21T22:04:54.625Z | Compiling hex v0.4.3 |
909 | 2025-02-21T22:04:55.021Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-02-21T22:04:55.027Z | Compiling async-trait v0.1.86 |
911 | 2025-02-21T22:04:55.248Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-21T22:04:55.512Z | Compiling hostname v0.4.0 |
913 | 2025-02-21T22:04:55.537Z | Compiling instant v0.1.13 |
914 | 2025-02-21T22:04:55.698Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-21T22:04:55.759Z | Compiling backoff v0.4.0 |
916 | 2025-02-21T22:04:55.830Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-21T22:04:55.846Z | Compiling parse-display v0.10.0 |
918 | 2025-02-21T22:04:56.044Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-21T22:04:56.187Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
920 | 2025-02-21T22:04:56.217Z | Compiling strum v0.26.3 |
921 | 2025-02-21T22:04:56.398Z | Compiling serde_with v3.11.0 |
922 | 2025-02-21T22:04:57.118Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-21T22:04:57.827Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-21T22:04:57.931Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-21T22:04:58.573Z | Compiling regress v0.9.1 |
926 | 2025-02-21T22:04:58.900Z | Compiling macaddr v1.0.1 |
927 | 2025-02-21T22:05:07.236Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-21T22:05:15.832Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-21T22:05:25.378Z | Finished `release` profile [optimized] target(s) in 2m 27s |
930 | 2025-02-21T22:05:25.445Z | process exited: duration 211723 ms, exit code 0 |
|
931 | 2025-02-21T22:05:25.452Z | found 0 output files |