|
|
|
1 | 2024-12-20T17:31:35.699Z | job assigned to worker 01JFJHYEH224P573K148QADTM2 [factory aws, i-052081e3408b4a588] (queued for 52 s) |
|
2 | 2024-12-20T17:31:43.917Z | starting task 0: "setup" |
3 | 2024-12-20T17:31:43.924Z | ++ uname -s |
4 | 2024-12-20T17:31:43.927Z | + kern=SunOS |
5 | 2024-12-20T17:31:43.927Z | + case "$kern" in |
6 | 2024-12-20T17:31:43.927Z | + groupadd -g 12345 build |
7 | 2024-12-20T17:31:43.929Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T17:31:45.936Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T17:31:46.033Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T17:31:46.035Z | + home_fs=zfs |
11 | 2024-12-20T17:31:46.035Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T17:31:46.036Z | + mkdir -p /home/build |
13 | 2024-12-20T17:31:46.038Z | + chown build:build /home/build /work |
14 | 2024-12-20T17:31:48.039Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T17:31:48.042Z | process exited: duration 4127 ms, exit code 0 |
|
16 | 2024-12-20T17:31:48.047Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T17:31:48.053Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T17:31:48.053Z | ' 1.81.0 |
19 | 2024-12-20T17:31:48.053Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T17:31:48.053Z | ' default |
21 | 2024-12-20T17:31:48.055Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T17:31:48.055Z | * toolchain profile = "default" |
23 | 2024-12-20T17:31:48.055Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T17:31:48.056Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T17:31:48.171Z | info: downloading installer |
26 | 2024-12-20T17:31:49.671Z | info: profile set to 'default' |
27 | 2024-12-20T17:31:49.671Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T17:31:49.673Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T17:31:49.813Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T17:31:49.813Z | info: downloading component 'cargo' |
31 | 2024-12-20T17:31:50.540Z | info: downloading component 'clippy' |
32 | 2024-12-20T17:31:50.816Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T17:31:51.830Z | info: downloading component 'rust-std' |
34 | 2024-12-20T17:31:53.409Z | info: downloading component 'rustc' |
35 | 2024-12-20T17:31:59.067Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T17:31:59.281Z | info: installing component 'cargo' |
37 | 2024-12-20T17:32:00.102Z | info: installing component 'clippy' |
38 | 2024-12-20T17:32:00.479Z | info: installing component 'rust-docs' |
39 | 2024-12-20T17:32:02.130Z | info: installing component 'rust-std' |
40 | 2024-12-20T17:32:03.854Z | info: installing component 'rustc' |
41 | 2024-12-20T17:32:09.725Z | info: installing component 'rustfmt' |
42 | 2024-12-20T17:32:10.047Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T17:32:10.047Z | |
44 | 2024-12-20T17:32:10.428Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T17:32:10.428Z | |
46 | 2024-12-20T17:32:10.430Z | |
47 | 2024-12-20T17:32:10.430Z | Rust is installed now. Great! |
48 | 2024-12-20T17:32:10.430Z | |
49 | 2024-12-20T17:32:10.430Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T17:32:10.430Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T17:32:10.430Z | |
52 | 2024-12-20T17:32:10.430Z | To configure your current shell, you need to source |
53 | 2024-12-20T17:32:10.430Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T17:32:10.430Z | |
55 | 2024-12-20T17:32:10.431Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T17:32:10.431Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T17:32:10.431Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T17:32:10.507Z | + rustc --version |
59 | 2024-12-20T17:32:10.577Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T17:32:10.580Z | process exited: duration 22531 ms, exit code 0 |
|
61 | 2024-12-20T17:32:10.586Z | starting task 2: "authentication" |
62 | 2024-12-20T17:32:10.608Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T17:32:10.616Z | starting task 3: "clone repository" |
64 | 2024-12-20T17:32:10.620Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T17:32:10.623Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T17:32:10.912Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T17:32:17.981Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T17:32:17.981Z | + git fetch origin 0b80f0256034458d5e79ff577f47768d915b2c98 |
69 | 2024-12-20T17:32:18.420Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T17:32:18.420Z | * branch 0b80f0256034458d5e79ff577f47768d915b2c98 -> FETCH_HEAD |
71 | 2024-12-20T17:32:18.429Z | + [[ -n '' ]] |
72 | 2024-12-20T17:32:18.429Z | + git reset --hard 0b80f0256034458d5e79ff577f47768d915b2c98 |
73 | 2024-12-20T17:32:18.603Z | HEAD is now at 0b80f0256 Properly terminate database connection in omdb |
74 | 2024-12-20T17:32:18.606Z | process exited: duration 7988 ms, exit code 0 |
|
75 | 2024-12-20T17:32:18.611Z | starting task 4: "build" |
76 | 2024-12-20T17:32:18.615Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-20T17:32:18.616Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-20T17:32:18.618Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-20T17:32:18.618Z | + cargo --version |
80 | 2024-12-20T17:32:18.673Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-20T17:32:18.678Z | + rustc --version |
82 | 2024-12-20T17:32:18.738Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-20T17:32:18.741Z | + cd /tmp |
84 | 2024-12-20T17:32:18.741Z | + cargo new --lib test-project |
85 | 2024-12-20T17:32:18.795Z | Creating library `test-project` package |
86 | 2024-12-20T17:32:18.873Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-12-20T17:32:18.876Z | + cd test-project |
88 | 2024-12-20T17:32:18.876Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-12-20T17:32:18.935Z | Adding omicron-common (local) to dependencies |
90 | 2024-12-20T17:32:18.938Z | Features: |
91 | 2024-12-20T17:32:18.938Z | - proptest |
92 | 2024-12-20T17:32:18.938Z | - test-strategy |
93 | 2024-12-20T17:32:18.938Z | - testing |
94 | 2024-12-20T17:32:18.938Z | Updating crates.io index |
95 | 2024-12-20T17:32:19.088Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
96 | 2024-12-20T17:32:19.636Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
97 | 2024-12-20T17:32:20.242Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
98 | 2024-12-20T17:32:20.693Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
99 | 2024-12-20T17:32:21.998Z | Locking 327 packages to latest compatible versions |
100 | 2024-12-20T17:32:22.001Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
101 | 2024-12-20T17:32:22.001Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
102 | 2024-12-20T17:32:22.001Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
103 | 2024-12-20T17:32:22.004Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-12-20T17:32:22.004Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-12-20T17:32:22.004Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
106 | 2024-12-20T17:32:22.004Z | Adding goblin v0.8.2 (latest: v0.9.2) |
107 | 2024-12-20T17:32:22.004Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
108 | 2024-12-20T17:32:22.004Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
109 | 2024-12-20T17:32:22.004Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-12-20T17:32:22.006Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
111 | 2024-12-20T17:32:22.006Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
112 | 2024-12-20T17:32:22.009Z | Adding regress v0.9.1 (latest: v0.10.1) |
113 | 2024-12-20T17:32:22.014Z | Adding rustls v0.22.4 (latest: v0.23.20) |
114 | 2024-12-20T17:32:22.017Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
115 | 2024-12-20T17:32:22.020Z | Adding term v0.7.0 (latest: v1.0.1) |
116 | 2024-12-20T17:32:22.020Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
117 | 2024-12-20T17:32:22.020Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
118 | 2024-12-20T17:32:22.020Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
119 | 2024-12-20T17:32:22.020Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
120 | 2024-12-20T17:32:22.022Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
121 | 2024-12-20T17:32:22.025Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
122 | 2024-12-20T17:32:22.025Z | Adding windows v0.52.0 (latest: v0.58.0) |
123 | 2024-12-20T17:32:22.025Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
124 | 2024-12-20T17:32:22.025Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
125 | 2024-12-20T17:32:22.025Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
126 | 2024-12-20T17:32:22.025Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
127 | 2024-12-20T17:32:22.025Z | Adding writeable v0.5.5 (latest: v0.6.0) |
128 | 2024-12-20T17:32:22.025Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
129 | 2024-12-20T17:32:22.025Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
130 | 2024-12-20T17:32:22.025Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
131 | 2024-12-20T17:32:22.025Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
132 | 2024-12-20T17:32:22.102Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-12-20T17:32:22.104Z | + cargo check |
134 | 2024-12-20T17:32:22.277Z | Updating crates.io index |
135 | 2024-12-20T17:32:23.003Z | Locking 2 packages to latest compatible versions |
136 | 2024-12-20T17:32:26.111Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-12-20T17:32:28.059Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-12-20T17:32:28.750Z | Downloading crates ... |
139 | 2024-12-20T17:32:28.862Z | Downloaded async-stream-impl v0.3.6 |
140 | 2024-12-20T17:32:28.865Z | Downloaded foreign-types-shared v0.1.1 |
141 | 2024-12-20T17:32:28.870Z | Downloaded futures-core v0.3.31 |
142 | 2024-12-20T17:32:28.872Z | Downloaded foreign-types v0.3.2 |
143 | 2024-12-20T17:32:28.879Z | Downloaded http-body v1.0.1 |
144 | 2024-12-20T17:32:28.881Z | Downloaded dtrace-parser v0.2.0 |
145 | 2024-12-20T17:32:28.889Z | Downloaded tinyvec_macros v0.1.1 |
146 | 2024-12-20T17:32:28.889Z | Downloaded thread-id v4.2.2 |
147 | 2024-12-20T17:32:28.889Z | Downloaded memmap v0.7.0 |
148 | 2024-12-20T17:32:28.889Z | Downloaded darling_macro v0.20.10 |
149 | 2024-12-20T17:32:28.889Z | Downloaded match_cfg v0.1.0 |
150 | 2024-12-20T17:32:28.889Z | Downloaded toml_datetime v0.6.8 |
151 | 2024-12-20T17:32:28.889Z | Downloaded thiserror-impl v1.0.69 |
152 | 2024-12-20T17:32:28.896Z | Downloaded icu_provider_macros v1.5.0 |
153 | 2024-12-20T17:32:28.901Z | Downloaded num-conv v0.1.0 |
154 | 2024-12-20T17:32:28.903Z | Downloaded openssl-macros v0.1.1 |
155 | 2024-12-20T17:32:28.903Z | Downloaded instant v0.1.13 |
156 | 2024-12-20T17:32:28.903Z | Downloaded equivalent v1.0.1 |
157 | 2024-12-20T17:32:28.905Z | Downloaded tower-service v0.3.3 |
158 | 2024-12-20T17:32:28.905Z | Downloaded ident_case v1.0.1 |
159 | 2024-12-20T17:32:28.909Z | Downloaded write16 v1.0.0 |
160 | 2024-12-20T17:32:28.912Z | Downloaded futures-macro v0.3.31 |
161 | 2024-12-20T17:32:28.912Z | Downloaded fnv v1.0.7 |
162 | 2024-12-20T17:32:28.915Z | Downloaded generic-array v0.14.7 |
163 | 2024-12-20T17:32:28.917Z | Downloaded pretty-hex v0.4.1 |
164 | 2024-12-20T17:32:28.925Z | Downloaded num_threads v0.1.7 |
165 | 2024-12-20T17:32:28.929Z | Downloaded try-lock v0.2.5 |
166 | 2024-12-20T17:32:28.929Z | Downloaded autocfg v1.4.0 |
167 | 2024-12-20T17:32:28.929Z | Downloaded atomic-waker v1.1.2 |
168 | 2024-12-20T17:32:28.929Z | Downloaded dirs-sys-next v0.1.2 |
169 | 2024-12-20T17:32:28.929Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2024-12-20T17:32:28.929Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-12-20T17:32:28.929Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-12-20T17:32:28.929Z | Downloaded progenitor-client v0.8.0 |
173 | 2024-12-20T17:32:28.931Z | Downloaded form_urlencoded v1.2.1 |
174 | 2024-12-20T17:32:28.931Z | Downloaded crypto-common v0.1.6 |
175 | 2024-12-20T17:32:28.934Z | Downloaded debug-ignore v1.0.5 |
176 | 2024-12-20T17:32:28.934Z | Downloaded dirs-next v2.0.0 |
177 | 2024-12-20T17:32:28.936Z | Downloaded toml v0.8.19 |
178 | 2024-12-20T17:32:28.939Z | Downloaded tinystr v0.7.6 |
179 | 2024-12-20T17:32:28.941Z | Downloaded hyper-tls v0.6.0 |
180 | 2024-12-20T17:32:28.943Z | Downloaded futures-task v0.3.31 |
181 | 2024-12-20T17:32:28.946Z | Downloaded dof v0.3.0 |
182 | 2024-12-20T17:32:28.946Z | Downloaded tokio-macros v2.4.0 |
183 | 2024-12-20T17:32:28.949Z | Downloaded cpufeatures v0.2.14 |
184 | 2024-12-20T17:32:28.949Z | Downloaded byteorder v1.5.0 |
185 | 2024-12-20T17:32:28.952Z | Downloaded openssl-probe v0.1.5 |
186 | 2024-12-20T17:32:28.953Z | Downloaded yoke-derive v0.7.4 |
187 | 2024-12-20T17:32:28.956Z | Downloaded async-stream v0.3.6 |
188 | 2024-12-20T17:32:28.956Z | Downloaded thread_local v1.1.8 |
189 | 2024-12-20T17:32:28.959Z | Downloaded plain v0.2.3 |
190 | 2024-12-20T17:32:28.959Z | Downloaded hex v0.4.3 |
191 | 2024-12-20T17:32:28.961Z | Downloaded is-terminal v0.4.13 |
192 | 2024-12-20T17:32:28.961Z | Downloaded percent-encoding v2.3.1 |
193 | 2024-12-20T17:32:28.964Z | Downloaded utf8_iter v1.0.4 |
194 | 2024-12-20T17:32:28.964Z | Downloaded untrusted v0.9.0 |
195 | 2024-12-20T17:32:28.967Z | Downloaded parse-display-derive v0.10.0 |
196 | 2024-12-20T17:32:28.967Z | Downloaded dyn-clone v1.0.17 |
197 | 2024-12-20T17:32:28.969Z | Downloaded itoa v1.0.11 |
198 | 2024-12-20T17:32:28.969Z | Downloaded hostname v0.3.1 |
199 | 2024-12-20T17:32:28.972Z | Downloaded pest_generator v2.7.14 |
200 | 2024-12-20T17:32:28.974Z | Downloaded displaydoc v0.2.5 |
201 | 2024-12-20T17:32:28.976Z | Downloaded paste v1.0.15 |
202 | 2024-12-20T17:32:28.979Z | Downloaded pkg-config v0.3.31 |
203 | 2024-12-20T17:32:28.981Z | Downloaded pin-utils v0.1.0 |
204 | 2024-12-20T17:32:28.983Z | Downloaded hostname v0.4.0 |
205 | 2024-12-20T17:32:28.983Z | Downloaded newtype-uuid v1.1.3 |
206 | 2024-12-20T17:32:28.986Z | Downloaded zerofrom-derive v0.1.4 |
207 | 2024-12-20T17:32:28.986Z | Downloaded strum v0.26.3 |
208 | 2024-12-20T17:32:28.988Z | Downloaded version_check v0.9.5 |
209 | 2024-12-20T17:32:28.990Z | Downloaded quinn-udp v0.5.5 |
210 | 2024-12-20T17:32:28.990Z | Downloaded ppv-lite86 v0.2.20 |
211 | 2024-12-20T17:32:28.993Z | Downloaded serde_urlencoded v0.7.1 |
212 | 2024-12-20T17:32:28.995Z | Downloaded zerovec-derive v0.10.3 |
213 | 2024-12-20T17:32:28.995Z | Downloaded futures-io v0.3.31 |
214 | 2024-12-20T17:32:28.997Z | Downloaded zeroize v1.8.1 |
215 | 2024-12-20T17:32:28.997Z | Downloaded take_mut v0.2.2 |
216 | 2024-12-20T17:32:29.000Z | Downloaded time-core v0.1.2 |
217 | 2024-12-20T17:32:29.000Z | Downloaded typify-macro v0.2.0 |
218 | 2024-12-20T17:32:29.000Z | Downloaded tokio-rustls v0.25.0 |
219 | 2024-12-20T17:32:29.003Z | Downloaded rand_chacha v0.3.1 |
220 | 2024-12-20T17:32:29.005Z | Downloaded darling v0.20.10 |
221 | 2024-12-20T17:32:29.008Z | Downloaded sync_wrapper v1.0.1 |
222 | 2024-12-20T17:32:29.011Z | Downloaded ipnet v2.10.1 |
223 | 2024-12-20T17:32:29.011Z | Downloaded futures-channel v0.3.31 |
224 | 2024-12-20T17:32:29.013Z | Downloaded progenitor v0.8.0 |
225 | 2024-12-20T17:32:29.016Z | Downloaded tokio-native-tls v0.3.1 |
226 | 2024-12-20T17:32:29.018Z | Downloaded backoff v0.4.0 |
227 | 2024-12-20T17:32:29.021Z | Downloaded parse-display v0.10.0 |
228 | 2024-12-20T17:32:29.021Z | Downloaded mime v0.3.17 |
229 | 2024-12-20T17:32:29.023Z | Downloaded utf16_iter v1.0.5 |
230 | 2024-12-20T17:32:29.024Z | Downloaded sha1 v0.10.6 |
231 | 2024-12-20T17:32:29.026Z | Downloaded icu_locid_transform v1.5.0 |
232 | 2024-12-20T17:32:29.028Z | Downloaded tokio-rustls v0.26.0 |
233 | 2024-12-20T17:32:29.031Z | Downloaded once_cell v1.20.2 |
234 | 2024-12-20T17:32:29.034Z | Downloaded scroll_derive v0.12.0 |
235 | 2024-12-20T17:32:29.034Z | Downloaded time-macros v0.2.18 |
236 | 2024-12-20T17:32:29.036Z | Downloaded yoke v0.7.4 |
237 | 2024-12-20T17:32:29.040Z | Downloaded typify v0.2.0 |
238 | 2024-12-20T17:32:29.040Z | Downloaded multer v3.1.0 |
239 | 2024-12-20T17:32:29.042Z | Downloaded bitflags v2.6.0 |
240 | 2024-12-20T17:32:29.046Z | Downloaded semver v1.0.23 |
241 | 2024-12-20T17:32:29.049Z | Downloaded litemap v0.7.3 |
242 | 2024-12-20T17:32:29.051Z | Downloaded hyper-rustls v0.27.3 |
243 | 2024-12-20T17:32:29.053Z | Downloaded powerfmt v0.2.0 |
244 | 2024-12-20T17:32:29.056Z | Downloaded usdt-impl v0.5.0 |
245 | 2024-12-20T17:32:29.058Z | Downloaded synstructure v0.13.1 |
246 | 2024-12-20T17:32:29.058Z | Downloaded parking_lot_core v0.9.10 |
247 | 2024-12-20T17:32:29.060Z | Downloaded iana-time-zone v0.1.61 |
248 | 2024-12-20T17:32:29.063Z | Downloaded strsim v0.11.1 |
249 | 2024-12-20T17:32:29.065Z | Downloaded scroll v0.12.0 |
250 | 2024-12-20T17:32:29.065Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2024-12-20T17:32:29.068Z | Downloaded rand_core v0.6.4 |
252 | 2024-12-20T17:32:29.068Z | Downloaded ahash v0.8.11 |
253 | 2024-12-20T17:32:29.071Z | Downloaded scopeguard v1.2.0 |
254 | 2024-12-20T17:32:29.073Z | Downloaded structmeta-derive v0.3.0 |
255 | 2024-12-20T17:32:29.073Z | Downloaded structmeta v0.3.0 |
256 | 2024-12-20T17:32:29.076Z | Downloaded stable_deref_trait v1.2.0 |
257 | 2024-12-20T17:32:29.076Z | Downloaded thiserror v1.0.69 |
258 | 2024-12-20T17:32:29.080Z | Downloaded subtle v2.6.1 |
259 | 2024-12-20T17:32:29.082Z | Downloaded pin-project-lite v0.2.14 |
260 | 2024-12-20T17:32:29.086Z | Downloaded smallvec v1.13.2 |
261 | 2024-12-20T17:32:29.088Z | Downloaded log v0.4.22 |
262 | 2024-12-20T17:32:29.091Z | Downloaded ucd-trie v0.1.7 |
263 | 2024-12-20T17:32:29.094Z | Downloaded indexmap v1.9.3 |
264 | 2024-12-20T17:32:29.097Z | Downloaded icu_normalizer_data v1.5.0 |
265 | 2024-12-20T17:32:29.099Z | Downloaded num-traits v0.2.19 |
266 | 2024-12-20T17:32:29.101Z | Downloaded unicode-ident v1.0.13 |
267 | 2024-12-20T17:32:29.104Z | Downloaded slog-bunyan v2.5.0 |
268 | 2024-12-20T17:32:29.107Z | Downloaded serde_with_macros v3.11.0 |
269 | 2024-12-20T17:32:29.107Z | Downloaded rustls-pemfile v2.2.0 |
270 | 2024-12-20T17:32:29.109Z | Downloaded progenitor-impl v0.8.0 |
271 | 2024-12-20T17:32:29.111Z | Downloaded serde_path_to_error v0.1.16 |
272 | 2024-12-20T17:32:29.114Z | Downloaded slab v0.4.9 |
273 | 2024-12-20T17:32:29.116Z | Downloaded spin v0.9.8 |
274 | 2024-12-20T17:32:29.119Z | Downloaded serde_spanned v0.6.8 |
275 | 2024-12-20T17:32:29.119Z | Downloaded serde_tokenstream v0.2.2 |
276 | 2024-12-20T17:32:29.121Z | Downloaded schemars_derive v0.8.21 |
277 | 2024-12-20T17:32:29.121Z | Downloaded strum_macros v0.26.4 |
278 | 2024-12-20T17:32:29.124Z | Downloaded serde_derive_internals v0.29.1 |
279 | 2024-12-20T17:32:29.126Z | Downloaded uuid v1.11.0 |
280 | 2024-12-20T17:32:29.128Z | Downloaded tracing-core v0.1.32 |
281 | 2024-12-20T17:32:29.131Z | Downloaded unsafe-libyaml v0.2.11 |
282 | 2024-12-20T17:32:29.134Z | Downloaded proc-macro2 v1.0.89 |
283 | 2024-12-20T17:32:29.137Z | Downloaded darling_core v0.20.10 |
284 | 2024-12-20T17:32:29.142Z | Downloaded openssl-sys v0.9.103 |
285 | 2024-12-20T17:32:29.147Z | Downloaded rustversion v1.0.17 |
286 | 2024-12-20T17:32:29.150Z | Downloaded rustls-pki-types v1.10.0 |
287 | 2024-12-20T17:32:29.153Z | Downloaded serde_yaml v0.9.34+deprecated |
288 | 2024-12-20T17:32:29.156Z | Downloaded rustc-hash v2.0.0 |
289 | 2024-12-20T17:32:29.158Z | Downloaded slog-term v2.9.1 |
290 | 2024-12-20T17:32:29.161Z | Downloaded sha2 v0.10.8 |
291 | 2024-12-20T17:32:29.163Z | Downloaded cc v1.1.30 |
292 | 2024-12-20T17:32:29.166Z | Downloaded time v0.3.36 |
293 | 2024-12-20T17:32:29.173Z | Downloaded serde_derive v1.0.215 |
294 | 2024-12-20T17:32:29.175Z | Downloaded url v2.5.3 |
295 | 2024-12-20T17:32:29.178Z | Downloaded indexmap v2.6.0 |
296 | 2024-12-20T17:32:29.182Z | Downloaded allocator-api2 v0.2.18 |
297 | 2024-12-20T17:32:29.186Z | Downloaded icu_collections v1.5.0 |
298 | 2024-12-20T17:32:29.192Z | Downloaded ryu v1.0.18 |
299 | 2024-12-20T17:32:29.195Z | Downloaded slog v2.7.0 |
300 | 2024-12-20T17:32:29.198Z | Downloaded icu_provider v1.5.0 |
301 | 2024-12-20T17:32:29.201Z | Downloaded mio v1.0.2 |
302 | 2024-12-20T17:32:29.207Z | Downloaded crossbeam-channel v0.5.13 |
303 | 2024-12-20T17:32:29.211Z | Downloaded http v1.1.0 |
304 | 2024-12-20T17:32:29.215Z | Downloaded tokio-util v0.7.12 |
305 | 2024-12-20T17:32:29.222Z | Downloaded tracing v0.1.40 |
306 | 2024-12-20T17:32:29.227Z | Downloaded schemars v0.8.21 |
307 | 2024-12-20T17:32:29.239Z | Downloaded pest v2.7.14 |
308 | 2024-12-20T17:32:29.244Z | Downloaded zerovec v0.10.4 |
309 | 2024-12-20T17:32:29.250Z | Downloaded memchr v2.7.4 |
310 | 2024-12-20T17:32:29.255Z | Downloaded hashbrown v0.12.3 |
311 | 2024-12-20T17:32:29.259Z | Downloaded socket2 v0.5.7 |
312 | 2024-12-20T17:32:29.262Z | Downloaded serde v1.0.215 |
313 | 2024-12-20T17:32:29.265Z | Downloaded toml_edit v0.22.22 |
314 | 2024-12-20T17:32:29.286Z | Downloaded zerocopy v0.7.35 |
315 | 2024-12-20T17:32:29.300Z | Downloaded winnow v0.6.20 |
316 | 2024-12-20T17:32:29.308Z | Downloaded idna v1.0.3 |
317 | 2024-12-20T17:32:29.312Z | Downloaded base64 v0.22.1 |
318 | 2024-12-20T17:32:29.316Z | Downloaded rand v0.8.5 |
319 | 2024-12-20T17:32:29.320Z | Downloaded quinn-proto v0.11.8 |
320 | 2024-12-20T17:32:29.326Z | Downloaded hashbrown v0.14.5 |
321 | 2024-12-20T17:32:29.332Z | Downloaded hyper v1.5.0 |
322 | 2024-12-20T17:32:29.338Z | Downloaded h2 v0.4.6 |
323 | 2024-12-20T17:32:29.345Z | Downloaded serde_with v3.11.0 |
324 | 2024-12-20T17:32:29.360Z | Downloaded aho-corasick v1.1.3 |
325 | 2024-12-20T17:32:29.367Z | Downloaded reqwest v0.12.9 |
326 | 2024-12-20T17:32:29.377Z | Downloaded openssl v0.10.66 |
327 | 2024-12-20T17:32:29.387Z | Downloaded goblin v0.8.2 |
328 | 2024-12-20T17:32:29.394Z | Downloaded rustls-webpki v0.102.8 |
329 | 2024-12-20T17:32:29.412Z | Downloaded icu_properties_data v1.5.0 |
330 | 2024-12-20T17:32:29.422Z | Downloaded chrono v0.4.38 |
331 | 2024-12-20T17:32:29.430Z | Downloaded rustls v0.23.19 |
332 | 2024-12-20T17:32:29.442Z | Downloaded regex-syntax v0.8.5 |
333 | 2024-12-20T17:32:29.450Z | Downloaded syn v2.0.87 |
334 | 2024-12-20T17:32:29.461Z | Downloaded rustls v0.22.4 |
335 | 2024-12-20T17:32:29.473Z | Downloaded regress v0.10.1 |
336 | 2024-12-20T17:32:29.480Z | Downloaded regress v0.9.1 |
337 | 2024-12-20T17:32:29.488Z | Downloaded dropshot v0.13.0 |
338 | 2024-12-20T17:32:29.507Z | Downloaded regex v1.11.1 |
339 | 2024-12-20T17:32:29.520Z | Downloaded typify-impl v0.2.0 |
340 | 2024-12-20T17:32:29.534Z | Downloaded openapiv3 v2.0.0 |
341 | 2024-12-20T17:32:29.546Z | Downloaded webpki-roots v0.26.6 |
342 | 2024-12-20T17:32:29.549Z | Downloaded serde_json v1.0.132 |
343 | 2024-12-20T17:32:29.556Z | Downloaded vcpkg v0.2.15 |
344 | 2024-12-20T17:32:29.592Z | Downloaded hashbrown v0.15.1 |
345 | 2024-12-20T17:32:29.596Z | Downloaded futures-util v0.3.31 |
346 | 2024-12-20T17:32:29.607Z | Downloaded quinn v0.11.5 |
347 | 2024-12-20T17:32:29.610Z | Downloaded icu_properties v1.5.1 |
348 | 2024-12-20T17:32:29.612Z | Downloaded hyper-util v0.1.10 |
349 | 2024-12-20T17:32:29.616Z | Downloaded icu_locid v1.5.0 |
350 | 2024-12-20T17:32:29.620Z | Downloaded dropshot_endpoint v0.13.0 |
351 | 2024-12-20T17:32:29.624Z | Downloaded lock_api v0.4.12 |
352 | 2024-12-20T17:32:29.626Z | Downloaded regex-automata v0.4.8 |
353 | 2024-12-20T17:32:29.641Z | Downloaded futures v0.3.31 |
354 | 2024-12-20T17:32:29.646Z | Downloaded slog-async v2.8.0 |
355 | 2024-12-20T17:32:29.648Z | Downloaded term v0.7.0 |
356 | 2024-12-20T17:32:29.651Z | Downloaded tokio v1.40.0 |
357 | 2024-12-20T17:32:29.683Z | Downloaded parking_lot v0.12.3 |
358 | 2024-12-20T17:32:29.686Z | Downloaded tinyvec v1.8.0 |
359 | 2024-12-20T17:32:29.689Z | Downloaded pest_meta v2.7.14 |
360 | 2024-12-20T17:32:29.691Z | Downloaded typenum v1.17.0 |
361 | 2024-12-20T17:32:29.693Z | Downloaded bytes v1.8.0 |
362 | 2024-12-20T17:32:29.696Z | Downloaded crossbeam-utils v0.8.20 |
363 | 2024-12-20T17:32:29.698Z | Downloaded libc v0.2.162 |
364 | 2024-12-20T17:32:29.723Z | Downloaded icu_locid_transform_data v1.5.0 |
365 | 2024-12-20T17:32:29.726Z | Downloaded httparse v1.9.5 |
366 | 2024-12-20T17:32:29.729Z | Downloaded zerocopy-derive v0.7.35 |
367 | 2024-12-20T17:32:29.732Z | Downloaded native-tls v0.2.12 |
368 | 2024-12-20T17:32:29.734Z | Downloaded icu_normalizer v1.5.0 |
369 | 2024-12-20T17:32:29.737Z | Downloaded anyhow v1.0.93 |
370 | 2024-12-20T17:32:29.739Z | Downloaded camino v1.1.9 |
371 | 2024-12-20T17:32:29.741Z | Downloaded slog-json v2.6.1 |
372 | 2024-12-20T17:32:29.744Z | Downloaded shlex v1.3.0 |
373 | 2024-12-20T17:32:29.744Z | Downloaded pest_derive v2.7.14 |
374 | 2024-12-20T17:32:29.746Z | Downloaded quote v1.0.37 |
375 | 2024-12-20T17:32:29.749Z | Downloaded progenitor-macro v0.8.0 |
376 | 2024-12-20T17:32:29.749Z | Downloaded usdt v0.5.0 |
377 | 2024-12-20T17:32:29.749Z | Downloaded writeable v0.5.5 |
378 | 2024-12-20T17:32:29.752Z | Downloaded getrandom v0.2.15 |
379 | 2024-12-20T17:32:29.752Z | Downloaded futures-executor v0.3.31 |
380 | 2024-12-20T17:32:29.755Z | Downloaded async-trait v0.1.83 |
381 | 2024-12-20T17:32:29.757Z | Downloaded ipnetwork v0.20.0 |
382 | 2024-12-20T17:32:29.758Z | Downloaded idna_adapter v1.2.0 |
383 | 2024-12-20T17:32:29.760Z | Downloaded httpdate v1.0.3 |
384 | 2024-12-20T17:32:29.760Z | Downloaded zerofrom v0.1.4 |
385 | 2024-12-20T17:32:29.760Z | Downloaded macaddr v1.0.1 |
386 | 2024-12-20T17:32:29.762Z | Downloaded digest v0.10.7 |
387 | 2024-12-20T17:32:29.765Z | Downloaded http-body-util v0.1.2 |
388 | 2024-12-20T17:32:29.765Z | Downloaded heck v0.5.0 |
389 | 2024-12-20T17:32:29.765Z | Downloaded cfg-if v1.0.0 |
390 | 2024-12-20T17:32:29.768Z | Downloaded want v0.3.1 |
391 | 2024-12-20T17:32:29.768Z | Downloaded waitgroup v0.1.2 |
392 | 2024-12-20T17:32:29.768Z | Downloaded futures-sink v0.3.31 |
393 | 2024-12-20T17:32:29.768Z | Downloaded deranged v0.3.11 |
394 | 2024-12-20T17:32:29.770Z | Downloaded block-buffer v0.10.4 |
395 | 2024-12-20T17:32:29.826Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-12-20T17:32:30.031Z | Downloaded ring v0.17.8 |
397 | 2024-12-20T17:32:30.364Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-12-20T17:32:30.364Z | Compiling unicode-ident v1.0.13 |
399 | 2024-12-20T17:32:30.364Z | Compiling libc v0.2.162 |
400 | 2024-12-20T17:32:30.367Z | Checking cfg-if v1.0.0 |
401 | 2024-12-20T17:32:30.367Z | Compiling autocfg v1.4.0 |
402 | 2024-12-20T17:32:30.367Z | Compiling serde v1.0.215 |
403 | 2024-12-20T17:32:30.419Z | Compiling version_check v0.9.5 |
404 | 2024-12-20T17:32:30.422Z | Checking memchr v2.7.4 |
405 | 2024-12-20T17:32:30.541Z | Compiling serde_json v1.0.132 |
406 | 2024-12-20T17:32:30.572Z | Checking itoa v1.0.11 |
407 | 2024-12-20T17:32:31.095Z | Compiling thiserror v1.0.69 |
408 | 2024-12-20T17:32:31.199Z | Checking once_cell v1.20.2 |
409 | 2024-12-20T17:32:31.216Z | Compiling shlex v1.3.0 |
410 | 2024-12-20T17:32:31.428Z | Compiling cc v1.1.30 |
411 | 2024-12-20T17:32:32.111Z | Checking pin-project-lite v0.2.14 |
412 | 2024-12-20T17:32:32.192Z | Compiling num-traits v0.2.19 |
413 | 2024-12-20T17:32:32.789Z | Checking smallvec v1.13.2 |
414 | 2024-12-20T17:32:32.921Z | Checking ryu v1.0.18 |
415 | 2024-12-20T17:32:32.959Z | Checking bytes v1.8.0 |
416 | 2024-12-20T17:32:33.113Z | Checking futures-core v0.3.31 |
417 | 2024-12-20T17:32:33.131Z | Compiling lock_api v0.4.12 |
418 | 2024-12-20T17:32:33.197Z | Compiling byteorder v1.5.0 |
419 | 2024-12-20T17:32:33.293Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-12-20T17:32:33.593Z | Compiling ahash v0.8.11 |
421 | 2024-12-20T17:32:33.648Z | Checking scopeguard v1.2.0 |
422 | 2024-12-20T17:32:33.668Z | Compiling schemars v0.8.21 |
423 | 2024-12-20T17:32:33.671Z | Checking getrandom v0.2.15 |
424 | 2024-12-20T17:32:33.747Z | Compiling slab v0.4.9 |
425 | 2024-12-20T17:32:33.894Z | Checking futures-sink v0.3.31 |
426 | 2024-12-20T17:32:33.943Z | Compiling quote v1.0.37 |
427 | 2024-12-20T17:32:34.076Z | Checking log v0.4.22 |
428 | 2024-12-20T17:32:34.115Z | Checking signal-hook-registry v1.4.2 |
429 | 2024-12-20T17:32:34.115Z | Checking socket2 v0.5.7 |
430 | 2024-12-20T17:32:34.149Z | Checking mio v1.0.2 |
431 | 2024-12-20T17:32:34.203Z | Checking parking_lot v0.12.3 |
432 | 2024-12-20T17:32:34.232Z | Checking stable_deref_trait v1.2.0 |
433 | 2024-12-20T17:32:34.327Z | Compiling syn v2.0.87 |
434 | 2024-12-20T17:32:34.428Z | Compiling ring v0.17.8 |
435 | 2024-12-20T17:32:34.609Z | Checking fnv v1.0.7 |
436 | 2024-12-20T17:32:34.629Z | Compiling semver v1.0.23 |
437 | 2024-12-20T17:32:34.652Z | Checking hashbrown v0.15.1 |
438 | 2024-12-20T17:32:34.666Z | Checking equivalent v1.0.1 |
439 | 2024-12-20T17:32:34.671Z | Checking futures-channel v0.3.31 |
440 | 2024-12-20T17:32:34.739Z | Checking http v1.1.0 |
441 | 2024-12-20T17:32:34.776Z | Checking futures-task v0.3.31 |
442 | 2024-12-20T17:32:34.811Z | Checking futures-io v0.3.31 |
443 | 2024-12-20T17:32:35.015Z | Checking pin-utils v0.1.0 |
444 | 2024-12-20T17:32:35.039Z | Compiling heck v0.5.0 |
445 | 2024-12-20T17:32:35.066Z | Checking spin v0.9.8 |
446 | 2024-12-20T17:32:35.113Z | Compiling pkg-config v0.3.31 |
447 | 2024-12-20T17:32:35.270Z | Compiling vcpkg v0.2.15 |
448 | 2024-12-20T17:32:35.304Z | Checking rustls-pki-types v1.10.0 |
449 | 2024-12-20T17:32:35.741Z | Checking litemap v0.7.3 |
450 | 2024-12-20T17:32:35.852Z | Checking iana-time-zone v0.1.61 |
451 | 2024-12-20T17:32:35.983Z | Checking writeable v0.5.5 |
452 | 2024-12-20T17:32:36.076Z | Checking untrusted v0.9.0 |
453 | 2024-12-20T17:32:36.119Z | Compiling ucd-trie v0.1.7 |
454 | 2024-12-20T17:32:36.230Z | Compiling httparse v1.9.5 |
455 | 2024-12-20T17:32:36.376Z | Checking tracing-core v0.1.32 |
456 | 2024-12-20T17:32:36.612Z | Checking dyn-clone v1.0.17 |
457 | 2024-12-20T17:32:36.757Z | Checking atomic-waker v1.1.2 |
458 | 2024-12-20T17:32:36.884Z | Compiling allocator-api2 v0.2.18 |
459 | 2024-12-20T17:32:36.924Z | Compiling openssl-sys v0.9.103 |
460 | 2024-12-20T17:32:37.019Z | Checking tracing v0.1.40 |
461 | 2024-12-20T17:32:37.333Z | Checking http-body v1.0.1 |
462 | 2024-12-20T17:32:37.380Z | Compiling uuid v1.11.0 |
463 | 2024-12-20T17:32:37.523Z | Checking try-lock v0.2.5 |
464 | 2024-12-20T17:32:37.684Z | Checking subtle v2.6.1 |
465 | 2024-12-20T17:32:37.774Z | Checking zeroize v1.8.1 |
466 | 2024-12-20T17:32:37.904Z | Compiling chrono v0.4.38 |
467 | 2024-12-20T17:32:37.950Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-12-20T17:32:38.000Z | Checking want v0.3.1 |
469 | 2024-12-20T17:32:38.038Z | Compiling openssl v0.10.66 |
470 | 2024-12-20T17:32:38.161Z | Compiling slog v2.7.0 |
471 | 2024-12-20T17:32:38.265Z | Checking icu_properties_data v1.5.0 |
472 | 2024-12-20T17:32:38.325Z | Checking foreign-types-shared v0.1.1 |
473 | 2024-12-20T17:32:38.430Z | Checking httpdate v1.0.3 |
474 | 2024-12-20T17:32:38.446Z | Checking foreign-types v0.3.2 |
475 | 2024-12-20T17:32:38.526Z | Compiling aho-corasick v1.1.3 |
476 | 2024-12-20T17:32:38.689Z | Checking tower-service v0.3.3 |
477 | 2024-12-20T17:32:38.804Z | Checking utf16_iter v1.0.5 |
478 | 2024-12-20T17:32:38.971Z | Checking percent-encoding v2.3.1 |
479 | 2024-12-20T17:32:39.181Z | Compiling regex-syntax v0.8.5 |
480 | 2024-12-20T17:32:39.263Z | Checking icu_normalizer_data v1.5.0 |
481 | 2024-12-20T17:32:39.360Z | Checking utf8_iter v1.0.4 |
482 | 2024-12-20T17:32:39.528Z | Compiling native-tls v0.2.12 |
483 | 2024-12-20T17:32:39.611Z | Compiling typenum v1.17.0 |
484 | 2024-12-20T17:32:39.804Z | Checking write16 v1.0.0 |
485 | 2024-12-20T17:32:39.898Z | Compiling rustls v0.23.19 |
486 | 2024-12-20T17:32:40.120Z | Checking bitflags v2.6.0 |
487 | 2024-12-20T17:32:40.379Z | Checking form_urlencoded v1.2.1 |
488 | 2024-12-20T17:32:40.611Z | Compiling generic-array v0.14.7 |
489 | 2024-12-20T17:32:41.010Z | Checking openssl-probe v0.1.5 |
490 | 2024-12-20T17:32:41.160Z | Compiling synstructure v0.13.1 |
491 | 2024-12-20T17:32:41.500Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-12-20T17:32:42.550Z | Compiling regex-automata v0.4.8 |
493 | 2024-12-20T17:32:43.557Z | Compiling usdt-impl v0.5.0 |
494 | 2024-12-20T17:32:43.807Z | Checking encoding_rs v0.8.34 |
495 | 2024-12-20T17:32:43.904Z | Compiling num-conv v0.1.0 |
496 | 2024-12-20T17:32:44.199Z | Checking powerfmt v0.2.0 |
497 | 2024-12-20T17:32:44.448Z | Compiling time-core v0.1.2 |
498 | 2024-12-20T17:32:44.548Z | Checking mime v0.3.17 |
499 | 2024-12-20T17:32:44.615Z | Compiling time-macros v0.2.18 |
500 | 2024-12-20T17:32:44.820Z | Checking deranged v0.3.11 |
501 | 2024-12-20T17:32:46.117Z | Compiling thread-id v4.2.2 |
502 | 2024-12-20T17:32:46.117Z | Checking rustls-pemfile v2.2.0 |
503 | 2024-12-20T17:32:46.235Z | Checking webpki-roots v0.26.6 |
504 | 2024-12-20T17:32:46.331Z | Checking base64 v0.22.1 |
505 | 2024-12-20T17:32:46.418Z | Compiling regex v1.11.1 |
506 | 2024-12-20T17:32:46.563Z | Compiling serde_derive v1.0.215 |
507 | 2024-12-20T17:32:46.638Z | Compiling zerocopy-derive v0.7.35 |
508 | 2024-12-20T17:32:46.773Z | Compiling thiserror-impl v1.0.69 |
509 | 2024-12-20T17:32:46.913Z | Compiling schemars_derive v0.8.21 |
510 | 2024-12-20T17:32:47.360Z | Compiling zerofrom-derive v0.1.4 |
511 | 2024-12-20T17:32:47.825Z | Compiling yoke-derive v0.7.4 |
512 | 2024-12-20T17:32:48.633Z | Compiling zerocopy v0.7.35 |
513 | 2024-12-20T17:32:49.863Z | Compiling tokio-macros v2.4.0 |
514 | 2024-12-20T17:32:50.122Z | Compiling zerovec-derive v0.10.3 |
515 | 2024-12-20T17:32:50.280Z | Compiling displaydoc v0.2.5 |
516 | 2024-12-20T17:32:50.410Z | Compiling futures-macro v0.3.31 |
517 | 2024-12-20T17:32:50.837Z | Checking zerofrom v0.1.4 |
518 | 2024-12-20T17:32:51.053Z | Checking yoke v0.7.4 |
519 | 2024-12-20T17:32:51.389Z | Checking tokio v1.40.0 |
520 | 2024-12-20T17:32:51.410Z | Compiling pest v2.7.14 |
521 | 2024-12-20T17:32:51.669Z | Compiling icu_provider_macros v1.5.0 |
522 | 2024-12-20T17:32:51.857Z | Compiling hashbrown v0.14.5 |
523 | 2024-12-20T17:32:52.356Z | Checking futures-util v0.3.31 |
524 | 2024-12-20T17:32:52.381Z | Checking rustls-webpki v0.102.8 |
525 | 2024-12-20T17:32:52.603Z | Checking zerovec v0.10.4 |
526 | 2024-12-20T17:32:53.184Z | Compiling regress v0.10.1 |
527 | 2024-12-20T17:32:53.218Z | Compiling openssl-macros v0.1.1 |
528 | 2024-12-20T17:32:54.335Z | Checking tinystr v0.7.6 |
529 | 2024-12-20T17:32:54.338Z | Compiling pest_meta v2.7.14 |
530 | 2024-12-20T17:32:54.444Z | Checking icu_collections v1.5.0 |
531 | 2024-12-20T17:32:54.768Z | Checking icu_locid v1.5.0 |
532 | 2024-12-20T17:32:55.790Z | Checking icu_provider v1.5.0 |
533 | 2024-12-20T17:32:56.472Z | Checking icu_locid_transform v1.5.0 |
534 | 2024-12-20T17:32:57.501Z | Compiling pest_generator v2.7.14 |
535 | 2024-12-20T17:32:57.653Z | Checking icu_properties v1.5.1 |
536 | 2024-12-20T17:32:58.584Z | Checking http-body-util v0.1.2 |
537 | 2024-12-20T17:32:58.635Z | Checking tokio-util v0.7.12 |
538 | 2024-12-20T17:32:59.012Z | Compiling scroll_derive v0.12.0 |
539 | 2024-12-20T17:32:59.284Z | Checking indexmap v2.6.0 |
540 | 2024-12-20T17:33:00.454Z | Compiling serde_tokenstream v0.2.2 |
541 | 2024-12-20T17:33:00.677Z | Checking h2 v0.4.6 |
542 | 2024-12-20T17:33:01.022Z | Compiling pest_derive v2.7.14 |
543 | 2024-12-20T17:33:01.042Z | Checking icu_normalizer v1.5.0 |
544 | 2024-12-20T17:33:01.834Z | Checking idna_adapter v1.2.0 |
545 | 2024-12-20T17:33:01.867Z | Compiling dtrace-parser v0.2.0 |
546 | 2024-12-20T17:33:01.888Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-12-20T17:33:02.146Z | Checking idna v1.0.3 |
548 | 2024-12-20T17:33:02.654Z | Compiling dof v0.3.0 |
549 | 2024-12-20T17:33:02.673Z | Checking scroll v0.12.0 |
550 | 2024-12-20T17:33:02.786Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-12-20T17:33:03.058Z | Checking tokio-rustls v0.26.0 |
552 | 2024-12-20T17:33:03.657Z | Checking plain v0.2.3 |
553 | 2024-12-20T17:33:03.704Z | Compiling crossbeam-utils v0.8.20 |
554 | 2024-12-20T17:33:03.800Z | Compiling strsim v0.11.1 |
555 | 2024-12-20T17:33:03.800Z | Checking num_threads v0.1.7 |
556 | 2024-12-20T17:33:03.928Z | Compiling typify-impl v0.2.0 |
557 | 2024-12-20T17:33:04.292Z | Compiling ident_case v1.0.1 |
558 | 2024-12-20T17:33:04.480Z | Compiling darling_core v0.20.10 |
559 | 2024-12-20T17:33:04.690Z | Checking time v0.3.36 |
560 | 2024-12-20T17:33:04.947Z | Checking hyper v1.5.0 |
561 | 2024-12-20T17:33:05.313Z | Checking goblin v0.8.2 |
562 | 2024-12-20T17:33:07.140Z | Checking hyper-util v0.1.10 |
563 | 2024-12-20T17:33:07.323Z | Checking url v2.5.3 |
564 | 2024-12-20T17:33:08.154Z | Compiling openapiv3 v2.0.0 |
565 | 2024-12-20T17:33:08.880Z | Checking hyper-rustls v0.27.3 |
566 | 2024-12-20T17:33:09.047Z | Checking hyper-tls v0.6.0 |
567 | 2024-12-20T17:33:09.206Z | Checking dirs-sys-next v0.1.2 |
568 | 2024-12-20T17:33:09.255Z | Checking sync_wrapper v1.0.1 |
569 | 2024-12-20T17:33:09.400Z | Compiling rustls v0.22.4 |
570 | 2024-12-20T17:33:09.403Z | Checking ipnet v2.10.1 |
571 | 2024-12-20T17:33:09.699Z | Compiling paste v1.0.15 |
572 | 2024-12-20T17:33:09.735Z | Compiling unsafe-libyaml v0.2.11 |
573 | 2024-12-20T17:33:09.895Z | Checking pretty-hex v0.4.1 |
574 | 2024-12-20T17:33:10.068Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-12-20T17:33:10.188Z | Compiling rustversion v1.0.17 |
576 | 2024-12-20T17:33:10.477Z | Checking reqwest v0.12.9 |
577 | 2024-12-20T17:33:10.477Z | Compiling darling_macro v0.20.10 |
578 | 2024-12-20T17:33:11.067Z | Compiling serde_yaml v0.9.34+deprecated |
579 | 2024-12-20T17:33:11.116Z | Checking dirs-next v2.0.0 |
580 | 2024-12-20T17:33:11.503Z | Checking serde_spanned v0.6.8 |
581 | 2024-12-20T17:33:11.711Z | Checking toml_datetime v0.6.8 |
582 | 2024-12-20T17:33:11.729Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-12-20T17:33:11.748Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-12-20T17:33:11.974Z | Checking block-buffer v0.10.4 |
585 | 2024-12-20T17:33:12.003Z | Checking crypto-common v0.1.6 |
586 | 2024-12-20T17:33:12.182Z | Checking rand_core v0.6.4 |
587 | 2024-12-20T17:33:12.185Z | Checking thread_local v1.1.8 |
588 | 2024-12-20T17:33:12.304Z | Compiling multer v3.1.0 |
589 | 2024-12-20T17:33:12.364Z | Compiling newtype-uuid v1.1.3 |
590 | 2024-12-20T17:33:12.449Z | Compiling camino v1.1.9 |
591 | 2024-12-20T17:33:12.483Z | Checking winnow v0.6.20 |
592 | 2024-12-20T17:33:12.500Z | Compiling anyhow v1.0.93 |
593 | 2024-12-20T17:33:12.639Z | Compiling slog-async v2.8.0 |
594 | 2024-12-20T17:33:12.674Z | Checking match_cfg v0.1.0 |
595 | 2024-12-20T17:33:12.762Z | Checking hostname v0.3.1 |
596 | 2024-12-20T17:33:12.988Z | Checking rand_chacha v0.3.1 |
597 | 2024-12-20T17:33:13.199Z | Checking digest v0.10.7 |
598 | 2024-12-20T17:33:13.350Z | Checking crossbeam-channel v0.5.13 |
599 | 2024-12-20T17:33:13.464Z | Checking progenitor-client v0.8.0 |
600 | 2024-12-20T17:33:13.505Z | Compiling darling v0.20.10 |
601 | 2024-12-20T17:33:13.622Z | Checking term v0.7.0 |
602 | 2024-12-20T17:33:14.083Z | Compiling usdt-attr-macro v0.5.0 |
603 | 2024-12-20T17:33:14.335Z | Compiling structmeta v0.3.0 |
604 | 2024-12-20T17:33:14.702Z | Compiling usdt-macro v0.5.0 |
605 | 2024-12-20T17:33:14.730Z | Checking slog-json v2.6.1 |
606 | 2024-12-20T17:33:14.966Z | Checking futures-executor v0.3.31 |
607 | 2024-12-20T17:33:15.085Z | Compiling async-stream-impl v0.3.6 |
608 | 2024-12-20T17:33:15.168Z | Checking memmap v0.7.0 |
609 | 2024-12-20T17:33:15.189Z | Checking is-terminal v0.4.13 |
610 | 2024-12-20T17:33:15.314Z | Compiling dropshot v0.13.0 |
611 | 2024-12-20T17:33:15.380Z | Checking cpufeatures v0.2.14 |
612 | 2024-12-20T17:33:15.470Z | Checking take_mut v0.2.2 |
613 | 2024-12-20T17:33:15.502Z | Checking sha1 v0.10.6 |
614 | 2024-12-20T17:33:15.543Z | Checking toml_edit v0.22.22 |
615 | 2024-12-20T17:33:15.709Z | Checking slog-term v2.9.1 |
616 | 2024-12-20T17:33:15.758Z | Checking futures v0.3.31 |
617 | 2024-12-20T17:33:15.867Z | Compiling strum_macros v0.26.4 |
618 | 2024-12-20T17:33:15.924Z | Checking slog-bunyan v2.5.0 |
619 | 2024-12-20T17:33:15.955Z | Checking usdt v0.5.0 |
620 | 2024-12-20T17:33:16.093Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-12-20T17:33:16.187Z | Compiling serde_with_macros v3.11.0 |
622 | 2024-12-20T17:33:16.348Z | Checking async-stream v0.3.6 |
623 | 2024-12-20T17:33:16.545Z | Checking rand v0.8.5 |
624 | 2024-12-20T17:33:17.317Z | Checking tokio-rustls v0.25.0 |
625 | 2024-12-20T17:33:17.771Z | Checking ipnetwork v0.20.0 |
626 | 2024-12-20T17:33:17.827Z | Compiling dropshot_endpoint v0.13.0 |
627 | 2024-12-20T17:33:17.897Z | Checking serde_path_to_error v0.1.16 |
628 | 2024-12-20T17:33:17.920Z | Compiling typify-macro v0.2.0 |
629 | 2024-12-20T17:33:18.111Z | Checking hex v0.4.3 |
630 | 2024-12-20T17:33:18.132Z | Checking toml v0.8.19 |
631 | 2024-12-20T17:33:18.546Z | Compiling async-trait v0.1.83 |
632 | 2024-12-20T17:33:18.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-12-20T17:33:18.841Z | Checking waitgroup v0.1.2 |
634 | 2024-12-20T17:33:18.862Z | Checking hostname v0.4.0 |
635 | 2024-12-20T17:33:18.980Z | Checking instant v0.1.13 |
636 | 2024-12-20T17:33:19.001Z | Checking debug-ignore v1.0.5 |
637 | 2024-12-20T17:33:19.090Z | Checking backoff v0.4.0 |
638 | 2024-12-20T17:33:19.136Z | Checking serde_with v3.11.0 |
639 | 2024-12-20T17:33:19.395Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
640 | 2024-12-20T17:33:19.445Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-12-20T17:33:19.559Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-12-20T17:33:19.591Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
643 | 2024-12-20T17:33:19.861Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-12-20T17:33:19.961Z | Checking parse-display v0.10.0 |
645 | 2024-12-20T17:33:19.995Z | Checking macaddr v1.0.1 |
646 | 2024-12-20T17:33:20.179Z | Checking regress v0.9.1 |
647 | 2024-12-20T17:33:20.261Z | Checking strum v0.26.3 |
648 | 2024-12-20T17:33:21.379Z | Compiling typify v0.2.0 |
649 | 2024-12-20T17:33:21.457Z | Compiling progenitor-impl v0.8.0 |
650 | 2024-12-20T17:33:24.238Z | Compiling progenitor-macro v0.8.0 |
651 | 2024-12-20T17:33:28.465Z | Checking progenitor v0.8.0 |
652 | 2024-12-20T17:33:28.599Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
653 | 2024-12-20T17:33:31.534Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2024-12-20T17:33:39.107Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2024-12-20T17:33:39.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
656 | 2024-12-20T17:33:39.505Z | + cargo build --release |
657 | 2024-12-20T17:33:39.758Z | Compiling proc-macro2 v1.0.89 |
658 | 2024-12-20T17:33:39.759Z | Compiling unicode-ident v1.0.13 |
659 | 2024-12-20T17:33:39.759Z | Compiling libc v0.2.162 |
660 | 2024-12-20T17:33:39.759Z | Compiling cfg-if v1.0.0 |
661 | 2024-12-20T17:33:39.762Z | Compiling autocfg v1.4.0 |
662 | 2024-12-20T17:33:39.762Z | Compiling version_check v0.9.5 |
663 | 2024-12-20T17:33:39.762Z | Compiling serde v1.0.215 |
664 | 2024-12-20T17:33:39.803Z | Compiling memchr v2.7.4 |
665 | 2024-12-20T17:33:39.874Z | Compiling serde_json v1.0.132 |
666 | 2024-12-20T17:33:40.201Z | Compiling itoa v1.0.11 |
667 | 2024-12-20T17:33:40.327Z | Compiling thiserror v1.0.69 |
668 | 2024-12-20T17:33:40.404Z | Compiling once_cell v1.20.2 |
669 | 2024-12-20T17:33:40.434Z | Compiling shlex v1.3.0 |
670 | 2024-12-20T17:33:40.768Z | Compiling cc v1.1.30 |
671 | 2024-12-20T17:33:40.830Z | Compiling num-traits v0.2.19 |
672 | 2024-12-20T17:33:41.140Z | Compiling getrandom v0.2.15 |
673 | 2024-12-20T17:33:41.152Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-12-20T17:33:41.205Z | Compiling smallvec v1.13.2 |
675 | 2024-12-20T17:33:41.265Z | Compiling ryu v1.0.18 |
676 | 2024-12-20T17:33:41.473Z | Compiling quote v1.0.37 |
677 | 2024-12-20T17:33:41.544Z | Compiling bytes v1.8.0 |
678 | 2024-12-20T17:33:41.682Z | Compiling futures-core v0.3.31 |
679 | 2024-12-20T17:33:41.815Z | Compiling lock_api v0.4.12 |
680 | 2024-12-20T17:33:41.888Z | Compiling syn v2.0.87 |
681 | 2024-12-20T17:33:41.933Z | Compiling ahash v0.8.11 |
682 | 2024-12-20T17:33:42.083Z | Compiling parking_lot_core v0.9.10 |
683 | 2024-12-20T17:33:42.149Z | Compiling schemars v0.8.21 |
684 | 2024-12-20T17:33:42.151Z | Compiling byteorder v1.5.0 |
685 | 2024-12-20T17:33:42.542Z | Compiling scopeguard v1.2.0 |
686 | 2024-12-20T17:33:42.599Z | Compiling slab v0.4.9 |
687 | 2024-12-20T17:33:42.607Z | Compiling log v0.4.22 |
688 | 2024-12-20T17:33:42.936Z | Compiling futures-sink v0.3.31 |
689 | 2024-12-20T17:33:43.031Z | Compiling mio v1.0.2 |
690 | 2024-12-20T17:33:43.070Z | Compiling socket2 v0.5.7 |
691 | 2024-12-20T17:33:43.144Z | Compiling parking_lot v0.12.3 |
692 | 2024-12-20T17:33:43.212Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-12-20T17:33:43.359Z | Compiling semver v1.0.23 |
694 | 2024-12-20T17:33:43.381Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-12-20T17:33:43.752Z | Compiling ring v0.17.8 |
696 | 2024-12-20T17:33:43.825Z | Compiling hashbrown v0.15.1 |
697 | 2024-12-20T17:33:43.843Z | Compiling fnv v1.0.7 |
698 | 2024-12-20T17:33:43.973Z | Compiling equivalent v1.0.1 |
699 | 2024-12-20T17:33:44.081Z | Compiling http v1.1.0 |
700 | 2024-12-20T17:33:44.678Z | Compiling futures-channel v0.3.31 |
701 | 2024-12-20T17:33:44.689Z | Compiling futures-io v0.3.31 |
702 | 2024-12-20T17:33:44.764Z | Compiling pin-utils v0.1.0 |
703 | 2024-12-20T17:33:44.845Z | Compiling futures-task v0.3.31 |
704 | 2024-12-20T17:33:45.119Z | Compiling vcpkg v0.2.15 |
705 | 2024-12-20T17:33:45.126Z | Compiling spin v0.9.8 |
706 | 2024-12-20T17:33:45.215Z | Compiling heck v0.5.0 |
707 | 2024-12-20T17:33:45.241Z | Compiling pkg-config v0.3.31 |
708 | 2024-12-20T17:33:45.349Z | Compiling rustls-pki-types v1.10.0 |
709 | 2024-12-20T17:33:46.240Z | Compiling litemap v0.7.3 |
710 | 2024-12-20T17:33:46.524Z | Compiling untrusted v0.9.0 |
711 | 2024-12-20T17:33:46.692Z | Compiling ucd-trie v0.1.7 |
712 | 2024-12-20T17:33:46.700Z | Compiling writeable v0.5.5 |
713 | 2024-12-20T17:33:46.737Z | Compiling openssl-sys v0.9.103 |
714 | 2024-12-20T17:33:47.166Z | Compiling httparse v1.9.5 |
715 | 2024-12-20T17:33:47.189Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-12-20T17:33:47.806Z | Compiling tracing-core v0.1.32 |
717 | 2024-12-20T17:33:47.882Z | Compiling allocator-api2 v0.2.18 |
718 | 2024-12-20T17:33:47.890Z | Compiling dyn-clone v1.0.17 |
719 | 2024-12-20T17:33:48.082Z | Compiling atomic-waker v1.1.2 |
720 | 2024-12-20T17:33:48.680Z | Compiling tracing v0.1.40 |
721 | 2024-12-20T17:33:48.784Z | Compiling http-body v1.0.1 |
722 | 2024-12-20T17:33:49.023Z | Compiling zeroize v1.8.1 |
723 | 2024-12-20T17:33:49.307Z | Compiling chrono v0.4.38 |
724 | 2024-12-20T17:33:49.395Z | Compiling icu_locid_transform_data v1.5.0 |
725 | 2024-12-20T17:33:49.431Z | Compiling uuid v1.11.0 |
726 | 2024-12-20T17:33:49.455Z | Compiling try-lock v0.2.5 |
727 | 2024-12-20T17:33:49.465Z | Compiling subtle v2.6.1 |
728 | 2024-12-20T17:33:49.596Z | Compiling synstructure v0.13.1 |
729 | 2024-12-20T17:33:49.723Z | Compiling serde_derive_internals v0.29.1 |
730 | 2024-12-20T17:33:50.089Z | Compiling want v0.3.1 |
731 | 2024-12-20T17:33:50.424Z | Compiling foreign-types-shared v0.1.1 |
732 | 2024-12-20T17:33:50.521Z | Compiling slog v2.7.0 |
733 | 2024-12-20T17:33:50.981Z | Compiling icu_properties_data v1.5.0 |
734 | 2024-12-20T17:33:51.227Z | Compiling httpdate v1.0.3 |
735 | 2024-12-20T17:33:51.370Z | Compiling openssl v0.10.66 |
736 | 2024-12-20T17:33:51.810Z | Compiling foreign-types v0.3.2 |
737 | 2024-12-20T17:33:51.924Z | Compiling aho-corasick v1.1.3 |
738 | 2024-12-20T17:33:51.966Z | Compiling typenum v1.17.0 |
739 | 2024-12-20T17:33:52.223Z | Compiling icu_normalizer_data v1.5.0 |
740 | 2024-12-20T17:33:52.317Z | Compiling utf16_iter v1.0.5 |
741 | 2024-12-20T17:33:52.536Z | Compiling write16 v1.0.0 |
742 | 2024-12-20T17:33:52.668Z | Compiling percent-encoding v2.3.1 |
743 | 2024-12-20T17:33:52.946Z | Compiling native-tls v0.2.12 |
744 | 2024-12-20T17:33:53.088Z | Compiling regex-syntax v0.8.5 |
745 | 2024-12-20T17:33:53.291Z | Compiling bitflags v2.6.0 |
746 | 2024-12-20T17:33:53.350Z | Compiling rustls v0.23.19 |
747 | 2024-12-20T17:33:53.697Z | Compiling utf8_iter v1.0.4 |
748 | 2024-12-20T17:33:53.762Z | Compiling tower-service v0.3.3 |
749 | 2024-12-20T17:33:53.928Z | Compiling form_urlencoded v1.2.1 |
750 | 2024-12-20T17:33:54.443Z | Compiling generic-array v0.14.7 |
751 | 2024-12-20T17:33:54.515Z | Compiling openssl-probe v0.1.5 |
752 | 2024-12-20T17:33:55.137Z | Compiling serde_derive v1.0.215 |
753 | 2024-12-20T17:33:55.771Z | Compiling zerocopy-derive v0.7.35 |
754 | 2024-12-20T17:33:56.121Z | Compiling thiserror-impl v1.0.69 |
755 | 2024-12-20T17:33:56.455Z | Compiling zerofrom-derive v0.1.4 |
756 | 2024-12-20T17:33:56.479Z | Compiling schemars_derive v0.8.21 |
757 | 2024-12-20T17:33:57.820Z | Compiling zerocopy v0.7.35 |
758 | 2024-12-20T17:33:59.211Z | Compiling tokio-macros v2.4.0 |
759 | 2024-12-20T17:33:59.438Z | Compiling yoke-derive v0.7.4 |
760 | 2024-12-20T17:33:59.512Z | Compiling zerovec-derive v0.10.3 |
761 | 2024-12-20T17:34:00.017Z | Compiling zerofrom v0.1.4 |
762 | 2024-12-20T17:34:00.258Z | Compiling futures-macro v0.3.31 |
763 | 2024-12-20T17:34:00.725Z | Compiling displaydoc v0.2.5 |
764 | 2024-12-20T17:34:00.795Z | Compiling tokio v1.40.0 |
765 | 2024-12-20T17:34:02.167Z | Compiling futures-util v0.3.31 |
766 | 2024-12-20T17:34:02.197Z | Compiling yoke v0.7.4 |
767 | 2024-12-20T17:34:02.293Z | Compiling pest v2.7.14 |
768 | 2024-12-20T17:34:02.540Z | Compiling zerovec v0.10.4 |
769 | 2024-12-20T17:34:02.560Z | Compiling icu_provider_macros v1.5.0 |
770 | 2024-12-20T17:34:02.605Z | Compiling hashbrown v0.14.5 |
771 | 2024-12-20T17:34:04.027Z | Compiling rustls-webpki v0.102.8 |
772 | 2024-12-20T17:34:05.221Z | Compiling tinystr v0.7.6 |
773 | 2024-12-20T17:34:05.629Z | Compiling icu_locid v1.5.0 |
774 | 2024-12-20T17:34:05.679Z | Compiling pest_meta v2.7.14 |
775 | 2024-12-20T17:34:08.727Z | Compiling icu_provider v1.5.0 |
776 | 2024-12-20T17:34:09.617Z | Compiling indexmap v2.6.0 |
777 | 2024-12-20T17:34:10.952Z | Compiling serde_tokenstream v0.2.2 |
778 | 2024-12-20T17:34:11.525Z | Compiling tokio-util v0.7.12 |
779 | 2024-12-20T17:34:11.707Z | Compiling icu_locid_transform v1.5.0 |
780 | 2024-12-20T17:34:12.739Z | Compiling h2 v0.4.6 |
781 | 2024-12-20T17:34:13.786Z | Compiling pest_generator v2.7.14 |
782 | 2024-12-20T17:34:15.710Z | Compiling icu_collections v1.5.0 |
783 | 2024-12-20T17:34:16.524Z | Compiling regress v0.10.1 |
784 | 2024-12-20T17:34:17.724Z | Compiling icu_properties v1.5.1 |
785 | 2024-12-20T17:34:18.401Z | Compiling hyper v1.5.0 |
786 | 2024-12-20T17:34:19.894Z | Compiling pest_derive v2.7.14 |
787 | 2024-12-20T17:34:20.788Z | Compiling typify-impl v0.2.0 |
788 | 2024-12-20T17:34:21.841Z | Compiling openssl-macros v0.1.1 |
789 | 2024-12-20T17:34:25.655Z | Compiling icu_normalizer v1.5.0 |
790 | 2024-12-20T17:34:27.978Z | Compiling hyper-util v0.1.10 |
791 | 2024-12-20T17:34:28.768Z | Compiling regex-automata v0.4.8 |
792 | 2024-12-20T17:34:30.520Z | Compiling idna_adapter v1.2.0 |
793 | 2024-12-20T17:34:31.093Z | Compiling http-body-util v0.1.2 |
794 | 2024-12-20T17:34:32.276Z | Compiling scroll_derive v0.12.0 |
795 | 2024-12-20T17:34:33.009Z | Compiling typify-macro v0.2.0 |
796 | 2024-12-20T17:34:33.796Z | Compiling regex v1.11.1 |
797 | 2024-12-20T17:34:34.048Z | Compiling usdt-impl v0.5.0 |
798 | 2024-12-20T17:34:34.435Z | Compiling encoding_rs v0.8.34 |
799 | 2024-12-20T17:34:34.806Z | Compiling num-conv v0.1.0 |
800 | 2024-12-20T17:34:35.078Z | Compiling mime v0.3.17 |
801 | 2024-12-20T17:34:36.193Z | Compiling time-core v0.1.2 |
802 | 2024-12-20T17:34:36.810Z | Compiling powerfmt v0.2.0 |
803 | 2024-12-20T17:34:36.871Z | Compiling time-macros v0.2.18 |
804 | 2024-12-20T17:34:37.178Z | Compiling deranged v0.3.11 |
805 | 2024-12-20T17:34:37.282Z | Compiling scroll v0.12.0 |
806 | 2024-12-20T17:34:37.900Z | Compiling idna v1.0.3 |
807 | 2024-12-20T17:34:39.533Z | Compiling tokio-rustls v0.26.0 |
808 | 2024-12-20T17:34:39.865Z | Compiling tokio-native-tls v0.3.1 |
809 | 2024-12-20T17:34:40.156Z | Compiling dtrace-parser v0.2.0 |
810 | 2024-12-20T17:34:43.652Z | Compiling dof v0.3.0 |
811 | 2024-12-20T17:34:44.544Z | Compiling serde_urlencoded v0.7.1 |
812 | 2024-12-20T17:34:45.140Z | Compiling thread-id v4.2.2 |
813 | 2024-12-20T17:34:45.245Z | Compiling webpki-roots v0.26.6 |
814 | 2024-12-20T17:34:45.456Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-12-20T17:34:47.128Z | Compiling plain v0.2.3 |
816 | 2024-12-20T17:34:47.268Z | Compiling omicron-workspace-hack v0.1.0 |
817 | 2024-12-20T17:34:47.841Z | Compiling strsim v0.11.1 |
818 | 2024-12-20T17:34:48.102Z | Compiling num_threads v0.1.7 |
819 | 2024-12-20T17:34:48.113Z | Compiling ident_case v1.0.1 |
820 | 2024-12-20T17:34:48.217Z | Compiling crossbeam-utils v0.8.20 |
821 | 2024-12-20T17:34:48.278Z | Compiling base64 v0.22.1 |
822 | 2024-12-20T17:34:48.555Z | Compiling darling_core v0.20.10 |
823 | 2024-12-20T17:34:48.591Z | Compiling time v0.3.36 |
824 | 2024-12-20T17:34:49.375Z | Compiling goblin v0.8.2 |
825 | 2024-12-20T17:34:57.804Z | Compiling hyper-rustls v0.27.3 |
826 | 2024-12-20T17:34:58.365Z | Compiling hyper-tls v0.6.0 |
827 | 2024-12-20T17:34:58.584Z | Compiling url v2.5.3 |
828 | 2024-12-20T17:34:58.868Z | Compiling typify v0.2.0 |
829 | 2024-12-20T17:34:58.993Z | Compiling openapiv3 v2.0.0 |
830 | 2024-12-20T17:34:59.551Z | Compiling sync_wrapper v1.0.1 |
831 | 2024-12-20T17:34:59.684Z | Compiling dirs-sys-next v0.1.2 |
832 | 2024-12-20T17:35:01.156Z | Compiling rustls v0.22.4 |
833 | 2024-12-20T17:35:01.467Z | Compiling ipnet v2.10.1 |
834 | 2024-12-20T17:35:03.224Z | Compiling pretty-hex v0.4.1 |
835 | 2024-12-20T17:35:03.446Z | Compiling rustversion v1.0.17 |
836 | 2024-12-20T17:35:04.117Z | Compiling paste v1.0.15 |
837 | 2024-12-20T17:35:04.394Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2024-12-20T17:35:04.663Z | Compiling progenitor-impl v0.8.0 |
839 | 2024-12-20T17:35:05.765Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-12-20T17:35:06.175Z | Compiling reqwest v0.12.9 |
841 | 2024-12-20T17:35:09.676Z | Compiling dirs-next v2.0.0 |
842 | 2024-12-20T17:35:11.009Z | Compiling darling_macro v0.20.10 |
843 | 2024-12-20T17:35:11.995Z | Compiling block-buffer v0.10.4 |
844 | 2024-12-20T17:35:12.230Z | Compiling crypto-common v0.1.6 |
845 | 2024-12-20T17:35:12.439Z | Compiling toml_datetime v0.6.8 |
846 | 2024-12-20T17:35:12.475Z | Compiling serde_spanned v0.6.8 |
847 | 2024-12-20T17:35:12.714Z | Compiling ppv-lite86 v0.2.20 |
848 | 2024-12-20T17:35:13.121Z | Compiling structmeta-derive v0.3.0 |
849 | 2024-12-20T17:35:13.440Z | Compiling rand_core v0.6.4 |
850 | 2024-12-20T17:35:13.774Z | Compiling thread_local v1.1.8 |
851 | 2024-12-20T17:35:13.934Z | Compiling multer v3.1.0 |
852 | 2024-12-20T17:35:13.969Z | Compiling camino v1.1.9 |
853 | 2024-12-20T17:35:14.262Z | Compiling winnow v0.6.20 |
854 | 2024-12-20T17:35:14.484Z | Compiling anyhow v1.0.93 |
855 | 2024-12-20T17:35:14.568Z | Compiling match_cfg v0.1.0 |
856 | 2024-12-20T17:35:14.657Z | Compiling slog-async v2.8.0 |
857 | 2024-12-20T17:35:15.077Z | Compiling newtype-uuid v1.1.3 |
858 | 2024-12-20T17:35:15.409Z | Compiling hostname v0.3.1 |
859 | 2024-12-20T17:35:15.657Z | Compiling rand_chacha v0.3.1 |
860 | 2024-12-20T17:35:15.864Z | Compiling structmeta v0.3.0 |
861 | 2024-12-20T17:35:16.252Z | Compiling crossbeam-channel v0.5.13 |
862 | 2024-12-20T17:35:16.413Z | Compiling digest v0.10.7 |
863 | 2024-12-20T17:35:16.842Z | Compiling darling v0.20.10 |
864 | 2024-12-20T17:35:17.399Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-12-20T17:35:17.805Z | Compiling term v0.7.0 |
866 | 2024-12-20T17:35:18.668Z | Compiling toml_edit v0.22.22 |
867 | 2024-12-20T17:35:22.396Z | Compiling progenitor-client v0.8.0 |
868 | 2024-12-20T17:35:25.731Z | Compiling usdt-attr-macro v0.5.0 |
869 | 2024-12-20T17:35:26.851Z | Compiling usdt-macro v0.5.0 |
870 | 2024-12-20T17:35:27.239Z | Compiling slog-json v2.6.1 |
871 | 2024-12-20T17:35:27.697Z | Compiling futures-executor v0.3.31 |
872 | 2024-12-20T17:35:28.172Z | Compiling async-stream-impl v0.3.6 |
873 | 2024-12-20T17:35:28.838Z | Compiling is-terminal v0.4.13 |
874 | 2024-12-20T17:35:28.959Z | Compiling memmap v0.7.0 |
875 | 2024-12-20T17:35:29.362Z | Compiling dropshot v0.13.0 |
876 | 2024-12-20T17:35:29.494Z | Compiling take_mut v0.2.2 |
877 | 2024-12-20T17:35:29.642Z | Compiling cpufeatures v0.2.14 |
878 | 2024-12-20T17:35:29.735Z | Compiling sha1 v0.10.6 |
879 | 2024-12-20T17:35:30.461Z | Compiling progenitor v0.8.0 |
880 | 2024-12-20T17:35:30.499Z | Compiling async-stream v0.3.6 |
881 | 2024-12-20T17:35:30.681Z | Compiling usdt v0.5.0 |
882 | 2024-12-20T17:35:30.801Z | Compiling slog-term v2.9.1 |
883 | 2024-12-20T17:35:32.244Z | Compiling futures v0.3.31 |
884 | 2024-12-20T17:35:32.444Z | Compiling slog-bunyan v2.5.0 |
885 | 2024-12-20T17:35:32.718Z | Compiling strum_macros v0.26.4 |
886 | 2024-12-20T17:35:33.175Z | Compiling tokio-rustls v0.25.0 |
887 | 2024-12-20T17:35:33.630Z | Compiling toml v0.8.19 |
888 | 2024-12-20T17:35:33.706Z | Compiling serde_with_macros v3.11.0 |
889 | 2024-12-20T17:35:36.503Z | Compiling parse-display-derive v0.10.0 |
890 | 2024-12-20T17:35:37.429Z | Compiling rand v0.8.5 |
891 | 2024-12-20T17:35:41.920Z | Compiling ipnetwork v0.20.0 |
892 | 2024-12-20T17:35:41.998Z | Compiling dropshot_endpoint v0.13.0 |
893 | 2024-12-20T17:35:42.150Z | Compiling serde_path_to_error v0.1.16 |
894 | 2024-12-20T17:35:42.487Z | Compiling hex v0.4.3 |
895 | 2024-12-20T17:35:43.201Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
896 | 2024-12-20T17:35:43.202Z | Compiling async-trait v0.1.83 |
897 | 2024-12-20T17:35:44.036Z | Compiling waitgroup v0.1.2 |
898 | 2024-12-20T17:35:44.276Z | Compiling hostname v0.4.0 |
899 | 2024-12-20T17:35:44.520Z | Compiling instant v0.1.13 |
900 | 2024-12-20T17:35:44.673Z | Compiling debug-ignore v1.0.5 |
901 | 2024-12-20T17:35:44.812Z | Compiling backoff v0.4.0 |
902 | 2024-12-20T17:35:45.152Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-20T17:35:45.382Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
904 | 2024-12-20T17:35:45.528Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
905 | 2024-12-20T17:35:45.766Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
906 | 2024-12-20T17:35:46.363Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
907 | 2024-12-20T17:35:47.026Z | Compiling parse-display v0.10.0 |
908 | 2024-12-20T17:35:49.256Z | Compiling strum v0.26.3 |
909 | 2024-12-20T17:35:49.442Z | Compiling serde_with v3.11.0 |
910 | 2024-12-20T17:35:50.173Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
911 | 2024-12-20T17:35:50.433Z | Compiling regress v0.9.1 |
912 | 2024-12-20T17:35:50.994Z | Compiling macaddr v1.0.1 |
913 | 2024-12-20T17:35:56.622Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
914 | 2024-12-20T17:36:06.568Z | Compiling test-project v0.1.0 (/tmp/test-project) |
915 | 2024-12-20T17:36:16.469Z | Finished `release` profile [optimized] target(s) in 2m 36s |
916 | 2024-12-20T17:36:16.536Z | process exited: duration 237915 ms, exit code 0 |
|
917 | 2024-12-20T17:36:16.542Z | found 0 output files |