|
|
|
1 | 2024-08-28T20:32:25.888Z | job assigned to worker 01J6DAZC1RX3HMHDXRV2CJYTDD (queued for 57 s) |
|
2 | 2024-08-28T20:32:34.373Z | starting task 0: "setup" |
3 | 2024-08-28T20:32:34.380Z | ++ uname -s |
4 | 2024-08-28T20:32:34.382Z | + kern=SunOS |
5 | 2024-08-28T20:32:34.382Z | + case "$kern" in |
6 | 2024-08-28T20:32:34.382Z | + groupadd -g 12345 build |
7 | 2024-08-28T20:32:34.385Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T20:32:36.394Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T20:32:36.534Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T20:32:36.536Z | + home_fs=zfs |
11 | 2024-08-28T20:32:36.537Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T20:32:36.537Z | + mkdir -p /home/build |
13 | 2024-08-28T20:32:36.539Z | + chown build:build /home/build /work |
14 | 2024-08-28T20:32:38.541Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T20:32:38.543Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-08-28T20:32:38.548Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T20:32:38.554Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T20:32:38.554Z | ' 1.80.1 |
19 | 2024-08-28T20:32:38.556Z | * toolchain channel = "1.80.1" |
20 | 2024-08-28T20:32:38.556Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-28T20:32:38.557Z | ' default |
22 | 2024-08-28T20:32:38.557Z | * toolchain profile = "default" |
23 | 2024-08-28T20:32:38.557Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T20:32:38.557Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T20:32:38.672Z | info: downloading installer |
26 | 2024-08-28T20:32:40.492Z | info: profile set to 'default' |
27 | 2024-08-28T20:32:40.492Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T20:32:40.495Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T20:32:40.634Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T20:32:40.634Z | info: downloading component 'cargo' |
31 | 2024-08-28T20:32:41.438Z | info: downloading component 'clippy' |
32 | 2024-08-28T20:32:41.728Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T20:32:42.852Z | info: downloading component 'rust-std' |
34 | 2024-08-28T20:32:44.407Z | info: downloading component 'rustc' |
35 | 2024-08-28T20:32:48.755Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T20:32:48.988Z | info: installing component 'cargo' |
37 | 2024-08-28T20:32:49.802Z | info: installing component 'clippy' |
38 | 2024-08-28T20:32:50.172Z | info: installing component 'rust-docs' |
39 | 2024-08-28T20:32:51.819Z | info: installing component 'rust-std' |
40 | 2024-08-28T20:32:53.404Z | info: installing component 'rustc' |
41 | 2024-08-28T20:32:57.708Z | info: installing component 'rustfmt' |
42 | 2024-08-28T20:32:58.059Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T20:32:58.059Z | |
44 | 2024-08-28T20:32:58.324Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T20:32:58.324Z | |
46 | 2024-08-28T20:32:58.327Z | |
47 | 2024-08-28T20:32:58.327Z | Rust is installed now. Great! |
48 | 2024-08-28T20:32:58.327Z | |
49 | 2024-08-28T20:32:58.327Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T20:32:58.327Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T20:32:58.327Z | |
52 | 2024-08-28T20:32:58.327Z | To configure your current shell, you need to source |
53 | 2024-08-28T20:32:58.327Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T20:32:58.327Z | |
55 | 2024-08-28T20:32:58.327Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T20:32:58.327Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T20:32:58.327Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T20:32:58.372Z | + rustc --version |
59 | 2024-08-28T20:32:58.439Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T20:32:58.442Z | process exited: duration 19891 ms, exit code 0 |
|
61 | 2024-08-28T20:32:58.446Z | starting task 2: "authentication" |
62 | 2024-08-28T20:32:58.466Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-28T20:32:58.472Z | starting task 3: "clone repository" |
64 | 2024-08-28T20:32:58.477Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T20:32:58.479Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T20:32:58.770Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T20:33:09.132Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T20:33:09.132Z | + git fetch origin 0025989a3120a75525b1949a29b0bd32c5a11946 |
69 | 2024-08-28T20:33:09.406Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T20:33:09.409Z | * branch 0025989a3120a75525b1949a29b0bd32c5a11946 -> FETCH_HEAD |
71 | 2024-08-28T20:33:09.417Z | + [[ -n iliana/unpatch-zone ]] |
72 | 2024-08-28T20:33:09.419Z | ++ git branch --show-current |
73 | 2024-08-28T20:33:09.421Z | + current=main |
74 | 2024-08-28T20:33:09.421Z | + [[ main != iliana/unpatch-zone ]] |
75 | 2024-08-28T20:33:09.421Z | + git branch -f iliana/unpatch-zone 0025989a3120a75525b1949a29b0bd32c5a11946 |
76 | 2024-08-28T20:33:09.424Z | + git checkout -f iliana/unpatch-zone |
77 | 2024-08-28T20:33:09.593Z | Switched to branch 'iliana/unpatch-zone' |
78 | 2024-08-28T20:33:09.596Z | + git reset --hard 0025989a3120a75525b1949a29b0bd32c5a11946 |
79 | 2024-08-28T20:33:09.745Z | HEAD is now at 0025989a3 remove `patch.crates-io.zone` |
80 | 2024-08-28T20:33:09.750Z | process exited: duration 11273 ms, exit code 0 |
|
81 | 2024-08-28T20:33:09.755Z | starting task 4: "build" |
82 | 2024-08-28T20:33:09.761Z | + cargo --version |
83 | 2024-08-28T20:33:09.814Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T20:33:09.817Z | + rustc --version |
85 | 2024-08-28T20:33:09.872Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T20:33:09.875Z | + cd /tmp |
87 | 2024-08-28T20:33:09.875Z | + cargo new --lib test-project |
88 | 2024-08-28T20:33:09.928Z | Creating library `test-project` package |
89 | 2024-08-28T20:33:10.001Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-28T20:33:10.003Z | + cd test-project |
91 | 2024-08-28T20:33:10.003Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-28T20:33:10.059Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-28T20:33:10.061Z | Features: |
94 | 2024-08-28T20:33:10.061Z | - proptest |
95 | 2024-08-28T20:33:10.061Z | - test-strategy |
96 | 2024-08-28T20:33:10.061Z | - testing |
97 | 2024-08-28T20:33:10.061Z | Updating crates.io index |
98 | 2024-08-28T20:33:10.129Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-28T20:33:11.037Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-28T20:33:11.869Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-28T20:33:12.248Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-28T20:33:14.016Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-28T20:33:14.381Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-28T20:33:14.780Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-28T20:33:18.281Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-28T20:33:18.284Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-28T20:33:18.284Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-28T20:33:18.284Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-28T20:33:18.284Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-28T20:33:18.284Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-28T20:33:18.284Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-28T20:33:18.284Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-28T20:33:18.286Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-28T20:33:18.286Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-28T20:33:18.286Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-28T20:33:18.286Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-28T20:33:18.286Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-28T20:33:18.286Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-28T20:33:18.286Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-28T20:33:18.286Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-28T20:33:18.289Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-28T20:33:18.289Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-28T20:33:18.289Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-28T20:33:18.289Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-28T20:33:18.289Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-28T20:33:18.289Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-28T20:33:18.291Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-28T20:33:18.291Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-28T20:33:18.296Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-28T20:33:18.296Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-28T20:33:18.298Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-28T20:33:18.298Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-08-28T20:33:18.301Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-28T20:33:18.301Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-28T20:33:18.301Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-28T20:33:18.301Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-28T20:33:18.304Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-28T20:33:18.304Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-28T20:33:18.304Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-28T20:33:18.306Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-28T20:33:18.306Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-28T20:33:18.306Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-28T20:33:18.306Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-28T20:33:18.306Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-28T20:33:18.306Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-28T20:33:18.306Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-28T20:33:18.306Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-28T20:33:18.306Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-28T20:33:18.306Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-28T20:33:18.306Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-28T20:33:18.306Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-28T20:33:18.306Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-28T20:33:18.306Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-28T20:33:18.381Z | + cargo check |
155 | 2024-08-28T20:33:18.630Z | Downloading crates ... |
156 | 2024-08-28T20:33:18.706Z | Downloaded async-trait v0.1.81 |
157 | 2024-08-28T20:33:18.711Z | Downloaded bitflags v2.6.0 |
158 | 2024-08-28T20:33:18.718Z | Downloaded autocfg v1.3.0 |
159 | 2024-08-28T20:33:18.725Z | Downloaded instant v0.1.13 |
160 | 2024-08-28T20:33:18.728Z | Downloaded ident_case v1.0.1 |
161 | 2024-08-28T20:33:18.730Z | Downloaded parking_lot v0.12.3 |
162 | 2024-08-28T20:33:18.735Z | Downloaded usdt-macro v0.5.0 |
163 | 2024-08-28T20:33:18.737Z | Downloaded usdt-attr-macro v0.5.0 |
164 | 2024-08-28T20:33:18.737Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2024-08-28T20:33:18.740Z | Downloaded async-stream-impl v0.3.5 |
166 | 2024-08-28T20:33:18.740Z | Downloaded pretty-hex v0.4.1 |
167 | 2024-08-28T20:33:18.743Z | Downloaded openssl-macros v0.1.1 |
168 | 2024-08-28T20:33:18.746Z | Downloaded omicron-workspace-hack v0.1.0 |
169 | 2024-08-28T20:33:18.746Z | Downloaded block-buffer v0.10.4 |
170 | 2024-08-28T20:33:18.749Z | Downloaded take_mut v0.2.2 |
171 | 2024-08-28T20:33:18.749Z | Downloaded unicode-ident v1.0.12 |
172 | 2024-08-28T20:33:18.751Z | Downloaded async-stream v0.3.5 |
173 | 2024-08-28T20:33:18.753Z | Downloaded pest_generator v2.7.11 |
174 | 2024-08-28T20:33:18.755Z | Downloaded crypto-common v0.1.6 |
175 | 2024-08-28T20:33:18.755Z | Downloaded httpdate v1.0.3 |
176 | 2024-08-28T20:33:18.758Z | Downloaded futures-sink v0.3.30 |
177 | 2024-08-28T20:33:18.758Z | Downloaded digest v0.10.7 |
178 | 2024-08-28T20:33:18.761Z | Downloaded parse-display v0.10.0 |
179 | 2024-08-28T20:33:18.763Z | Downloaded serde_tokenstream v0.2.2 |
180 | 2024-08-28T20:33:18.763Z | Downloaded dtrace-parser v0.2.0 |
181 | 2024-08-28T20:33:18.766Z | Downloaded rand_chacha v0.3.1 |
182 | 2024-08-28T20:33:18.769Z | Downloaded slog-json v2.6.1 |
183 | 2024-08-28T20:33:18.772Z | Downloaded schemars_derive v0.8.21 |
184 | 2024-08-28T20:33:18.772Z | Downloaded rustls-pemfile v1.0.4 |
185 | 2024-08-28T20:33:18.775Z | Downloaded powerfmt v0.2.0 |
186 | 2024-08-28T20:33:18.775Z | Downloaded hyper-tls v0.5.0 |
187 | 2024-08-28T20:33:18.777Z | Downloaded is-terminal v0.4.13 |
188 | 2024-08-28T20:33:18.779Z | Downloaded fnv v1.0.7 |
189 | 2024-08-28T20:33:18.779Z | Downloaded signal-hook-registry v1.4.2 |
190 | 2024-08-28T20:33:18.781Z | Downloaded http-body v0.4.6 |
191 | 2024-08-28T20:33:18.784Z | Downloaded strsim v0.11.1 |
192 | 2024-08-28T20:33:18.784Z | Downloaded memmap v0.7.0 |
193 | 2024-08-28T20:33:18.787Z | Downloaded newtype-uuid v1.1.0 |
194 | 2024-08-28T20:33:18.790Z | Downloaded structmeta-derive v0.3.0 |
195 | 2024-08-28T20:33:18.790Z | Downloaded want v0.3.1 |
196 | 2024-08-28T20:33:18.790Z | Downloaded waitgroup v0.1.2 |
197 | 2024-08-28T20:33:18.790Z | Downloaded cfg-if v1.0.0 |
198 | 2024-08-28T20:33:18.792Z | Downloaded pin-project-lite v0.2.14 |
199 | 2024-08-28T20:33:18.797Z | Downloaded foreign-types v0.3.2 |
200 | 2024-08-28T20:33:18.799Z | Downloaded equivalent v1.0.1 |
201 | 2024-08-28T20:33:18.799Z | Downloaded darling_macro v0.20.10 |
202 | 2024-08-28T20:33:18.802Z | Downloaded thiserror v1.0.63 |
203 | 2024-08-28T20:33:18.805Z | Downloaded sha2 v0.10.8 |
204 | 2024-08-28T20:33:18.807Z | Downloaded slog-term v2.9.1 |
205 | 2024-08-28T20:33:18.810Z | Downloaded sct v0.7.1 |
206 | 2024-08-28T20:33:18.814Z | Downloaded debug-ignore v1.0.5 |
207 | 2024-08-28T20:33:18.816Z | Downloaded strum v0.26.3 |
208 | 2024-08-28T20:33:18.819Z | Downloaded scroll_derive v0.12.0 |
209 | 2024-08-28T20:33:18.819Z | Downloaded hyper-rustls v0.24.2 |
210 | 2024-08-28T20:33:18.821Z | Downloaded dyn-clone v1.0.17 |
211 | 2024-08-28T20:33:18.823Z | Downloaded scroll v0.12.0 |
212 | 2024-08-28T20:33:18.825Z | Downloaded num-conv v0.1.0 |
213 | 2024-08-28T20:33:18.825Z | Downloaded native-tls v0.2.12 |
214 | 2024-08-28T20:33:18.828Z | Downloaded tower-service v0.3.3 |
215 | 2024-08-28T20:33:18.830Z | Downloaded usdt v0.5.0 |
216 | 2024-08-28T20:33:18.830Z | Downloaded base64 v0.21.7 |
217 | 2024-08-28T20:33:18.834Z | Downloaded openssl-probe v0.1.5 |
218 | 2024-08-28T20:33:18.837Z | Downloaded quote v1.0.37 |
219 | 2024-08-28T20:33:18.839Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-08-28T20:33:18.839Z | Downloaded paste v1.0.15 |
221 | 2024-08-28T20:33:18.842Z | Downloaded tokio-macros v2.4.0 |
222 | 2024-08-28T20:33:18.845Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-08-28T20:33:18.845Z | Downloaded try-lock v0.2.5 |
224 | 2024-08-28T20:33:18.847Z | Downloaded time-core v0.1.2 |
225 | 2024-08-28T20:33:18.847Z | Downloaded ryu v1.0.18 |
226 | 2024-08-28T20:33:18.850Z | Downloaded rand_core v0.6.4 |
227 | 2024-08-28T20:33:18.852Z | Downloaded hostname v0.3.1 |
228 | 2024-08-28T20:33:18.854Z | Downloaded futures-macro v0.3.30 |
229 | 2024-08-28T20:33:18.856Z | Downloaded serde_urlencoded v0.7.1 |
230 | 2024-08-28T20:33:18.856Z | Downloaded sync_wrapper v0.1.2 |
231 | 2024-08-28T20:33:18.859Z | Downloaded slog-bunyan v2.5.0 |
232 | 2024-08-28T20:33:18.859Z | Downloaded sha1 v0.10.6 |
233 | 2024-08-28T20:33:18.861Z | Downloaded serde_spanned v0.6.7 |
234 | 2024-08-28T20:33:18.863Z | Downloaded subtle v2.6.1 |
235 | 2024-08-28T20:33:18.863Z | Downloaded structmeta v0.3.0 |
236 | 2024-08-28T20:33:18.866Z | Downloaded slog v2.7.0 |
237 | 2024-08-28T20:33:18.869Z | Downloaded plain v0.2.3 |
238 | 2024-08-28T20:33:18.869Z | Downloaded slog-async v2.8.0 |
239 | 2024-08-28T20:33:18.872Z | Downloaded anyhow v1.0.86 |
240 | 2024-08-28T20:33:18.874Z | Downloaded shlex v1.3.0 |
241 | 2024-08-28T20:33:18.877Z | Downloaded futures v0.3.30 |
242 | 2024-08-28T20:33:18.880Z | Downloaded tokio-rustls v0.25.0 |
243 | 2024-08-28T20:33:18.883Z | Downloaded parking_lot_core v0.9.10 |
244 | 2024-08-28T20:33:18.885Z | Downloaded untrusted v0.9.0 |
245 | 2024-08-28T20:33:18.887Z | Downloaded futures-task v0.3.30 |
246 | 2024-08-28T20:33:18.891Z | Downloaded ipnetwork v0.20.0 |
247 | 2024-08-28T20:33:18.891Z | Downloaded indexmap v1.9.3 |
248 | 2024-08-28T20:33:18.893Z | Downloaded ahash v0.8.11 |
249 | 2024-08-28T20:33:18.897Z | Downloaded thiserror-impl v1.0.63 |
250 | 2024-08-28T20:33:18.899Z | Downloaded spin v0.9.8 |
251 | 2024-08-28T20:33:18.902Z | Downloaded term v0.7.0 |
252 | 2024-08-28T20:33:18.905Z | Downloaded tokio-rustls v0.24.1 |
253 | 2024-08-28T20:33:18.907Z | Downloaded thread_local v1.1.8 |
254 | 2024-08-28T20:33:18.907Z | Downloaded allocator-api2 v0.2.18 |
255 | 2024-08-28T20:33:18.910Z | Downloaded serde_yaml v0.9.34+deprecated |
256 | 2024-08-28T20:33:18.914Z | Downloaded ipnet v2.9.0 |
257 | 2024-08-28T20:33:18.916Z | Downloaded serde_derive v1.0.209 |
258 | 2024-08-28T20:33:18.919Z | Downloaded serde v1.0.209 |
259 | 2024-08-28T20:33:18.922Z | Downloaded futures-channel v0.3.30 |
260 | 2024-08-28T20:33:18.925Z | Downloaded camino v1.1.9 |
261 | 2024-08-28T20:33:18.927Z | Downloaded pest_meta v2.7.11 |
262 | 2024-08-28T20:33:18.930Z | Downloaded serde_with_macros v3.9.0 |
263 | 2024-08-28T20:33:18.932Z | Downloaded itoa v1.0.11 |
264 | 2024-08-28T20:33:18.932Z | Downloaded tinyvec v1.8.0 |
265 | 2024-08-28T20:33:18.935Z | Downloaded lock_api v0.4.12 |
266 | 2024-08-28T20:33:18.938Z | Downloaded toml v0.8.19 |
267 | 2024-08-28T20:33:18.940Z | Downloaded socket2 v0.5.7 |
268 | 2024-08-28T20:33:18.943Z | Downloaded time-macros v0.2.18 |
269 | 2024-08-28T20:33:18.946Z | Downloaded schemars v0.8.21 |
270 | 2024-08-28T20:33:18.958Z | Downloaded proc-macro2 v1.0.86 |
271 | 2024-08-28T20:33:18.961Z | Downloaded rand v0.8.5 |
272 | 2024-08-28T20:33:18.965Z | Downloaded crossbeam-utils v0.8.20 |
273 | 2024-08-28T20:33:18.967Z | Downloaded bytes v1.7.1 |
274 | 2024-08-28T20:33:18.971Z | Downloaded num-traits v0.2.19 |
275 | 2024-08-28T20:33:18.974Z | Downloaded once_cell v1.19.0 |
276 | 2024-08-28T20:33:18.977Z | Downloaded unicode-normalization v0.1.23 |
277 | 2024-08-28T20:33:18.981Z | Downloaded openssl-sys v0.9.103 |
278 | 2024-08-28T20:33:18.986Z | Downloaded ucd-trie v0.1.6 |
279 | 2024-08-28T20:33:18.989Z | Downloaded pest v2.7.11 |
280 | 2024-08-28T20:33:18.996Z | Downloaded cc v1.1.15 |
281 | 2024-08-28T20:33:18.998Z | Downloaded hashbrown v0.12.3 |
282 | 2024-08-28T20:33:19.001Z | Downloaded crossbeam-channel v0.5.13 |
283 | 2024-08-28T20:33:19.005Z | Downloaded serde_with v3.9.0 |
284 | 2024-08-28T20:33:19.015Z | Downloaded mio v1.0.2 |
285 | 2024-08-28T20:33:19.020Z | Downloaded tokio-util v0.7.11 |
286 | 2024-08-28T20:33:19.027Z | Downloaded reqwest v0.11.27 |
287 | 2024-08-28T20:33:19.035Z | Downloaded tracing-core v0.1.32 |
288 | 2024-08-28T20:33:19.039Z | Downloaded indexmap v2.4.0 |
289 | 2024-08-28T20:33:19.043Z | Downloaded serde_json v1.0.127 |
290 | 2024-08-28T20:33:19.052Z | Downloaded tracing v0.1.40 |
291 | 2024-08-28T20:33:19.055Z | Downloaded winnow v0.6.18 |
292 | 2024-08-28T20:33:19.064Z | Downloaded toml_edit v0.22.20 |
293 | 2024-08-28T20:33:19.087Z | Downloaded rustls-webpki v0.102.7 |
294 | 2024-08-28T20:33:19.106Z | Downloaded rustls-webpki v0.101.7 |
295 | 2024-08-28T20:33:19.120Z | Downloaded regex v1.10.6 |
296 | 2024-08-28T20:33:19.132Z | Downloaded syn v2.0.76 |
297 | 2024-08-28T20:33:19.144Z | Downloaded regress v0.10.0 |
298 | 2024-08-28T20:33:19.152Z | Downloaded rustls v0.22.4 |
299 | 2024-08-28T20:33:19.166Z | Downloaded regress v0.9.1 |
300 | 2024-08-28T20:33:19.174Z | Downloaded regex-syntax v0.8.4 |
301 | 2024-08-28T20:33:19.183Z | Downloaded hyper v0.14.30 |
302 | 2024-08-28T20:33:19.190Z | Downloaded regex-automata v0.4.7 |
303 | 2024-08-28T20:33:19.207Z | Downloaded openssl v0.10.66 |
304 | 2024-08-28T20:33:19.217Z | Downloaded idna v0.5.0 |
305 | 2024-08-28T20:33:19.225Z | Downloaded goblin v0.8.2 |
306 | 2024-08-28T20:33:19.231Z | Downloaded openapiv3 v2.0.0 |
307 | 2024-08-28T20:33:19.254Z | Downloaded chrono v0.4.38 |
308 | 2024-08-28T20:33:19.263Z | Downloaded rustls v0.21.12 |
309 | 2024-08-28T20:33:19.275Z | Downloaded webpki-roots v0.25.4 |
310 | 2024-08-28T20:33:19.280Z | Downloaded vcpkg v0.2.15 |
311 | 2024-08-28T20:33:19.320Z | Downloaded hashbrown v0.14.5 |
312 | 2024-08-28T20:33:19.325Z | Downloaded futures-util v0.3.30 |
313 | 2024-08-28T20:33:19.340Z | Downloaded h2 v0.3.26 |
314 | 2024-08-28T20:33:19.347Z | Downloaded tokio v1.39.3 |
315 | 2024-08-28T20:33:19.386Z | Downloaded libc v0.2.158 |
316 | 2024-08-28T20:33:19.414Z | Downloaded aho-corasick v1.1.3 |
317 | 2024-08-28T20:33:19.419Z | Downloaded memchr v2.7.4 |
318 | 2024-08-28T20:33:19.424Z | Downloaded encoding_rs v0.8.34 |
319 | 2024-08-28T20:33:19.444Z | Downloaded http v1.1.0 |
320 | 2024-08-28T20:33:19.448Z | Downloaded time v0.3.36 |
321 | 2024-08-28T20:33:19.454Z | Downloaded zerocopy v0.7.35 |
322 | 2024-08-28T20:33:19.471Z | Downloaded http v0.2.12 |
323 | 2024-08-28T20:33:19.474Z | Downloaded darling_core v0.20.10 |
324 | 2024-08-28T20:33:19.478Z | Downloaded base64 v0.22.1 |
325 | 2024-08-28T20:33:19.481Z | Downloaded typenum v1.17.0 |
326 | 2024-08-28T20:33:19.484Z | Downloaded multer v3.1.0 |
327 | 2024-08-28T20:33:19.486Z | Downloaded mime v0.3.17 |
328 | 2024-08-28T20:33:19.488Z | Downloaded ring v0.17.8 |
329 | 2024-08-28T20:33:19.552Z | Downloaded iana-time-zone v0.1.60 |
330 | 2024-08-28T20:33:19.554Z | Downloaded httparse v1.9.4 |
331 | 2024-08-28T20:33:19.556Z | Downloaded byteorder v1.5.0 |
332 | 2024-08-28T20:33:19.558Z | Downloaded deranged v0.3.11 |
333 | 2024-08-28T20:33:19.561Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-08-28T20:33:19.561Z | Downloaded tokio-native-tls v0.3.1 |
335 | 2024-08-28T20:33:19.563Z | Downloaded url v2.5.2 |
336 | 2024-08-28T20:33:19.565Z | Downloaded smallvec v1.13.2 |
337 | 2024-08-28T20:33:19.567Z | Downloaded semver v1.0.23 |
338 | 2024-08-28T20:33:19.570Z | Downloaded rustls-pemfile v2.1.3 |
339 | 2024-08-28T20:33:19.570Z | Downloaded unicode-bidi v0.3.15 |
340 | 2024-08-28T20:33:19.572Z | Downloaded macaddr v1.0.1 |
341 | 2024-08-28T20:33:19.574Z | Downloaded generic-array v0.14.7 |
342 | 2024-08-28T20:33:19.577Z | Downloaded thread-id v4.2.2 |
343 | 2024-08-28T20:33:19.577Z | Downloaded serde_path_to_error v0.1.16 |
344 | 2024-08-28T20:33:19.577Z | Downloaded pest_derive v2.7.11 |
345 | 2024-08-28T20:33:19.579Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2024-08-28T20:33:19.583Z | Downloaded uuid v1.10.0 |
347 | 2024-08-28T20:33:19.585Z | Downloaded unsafe-libyaml v0.2.11 |
348 | 2024-08-28T20:33:19.588Z | Downloaded log v0.4.22 |
349 | 2024-08-28T20:33:19.590Z | Downloaded backoff v0.4.0 |
350 | 2024-08-28T20:33:19.592Z | Downloaded slab v0.4.9 |
351 | 2024-08-28T20:33:19.595Z | Downloaded scopeguard v1.2.0 |
352 | 2024-08-28T20:33:19.595Z | Downloaded rustversion v1.0.17 |
353 | 2024-08-28T20:33:19.597Z | Downloaded hostname v0.4.0 |
354 | 2024-08-28T20:33:19.599Z | Downloaded dof v0.3.0 |
355 | 2024-08-28T20:33:19.599Z | Downloaded ppv-lite86 v0.2.20 |
356 | 2024-08-28T20:33:19.601Z | Downloaded futures-executor v0.3.30 |
357 | 2024-08-28T20:33:19.601Z | Downloaded form_urlencoded v1.2.1 |
358 | 2024-08-28T20:33:19.604Z | Downloaded pin-utils v0.1.0 |
359 | 2024-08-28T20:33:19.604Z | Downloaded parse-display-derive v0.10.0 |
360 | 2024-08-28T20:33:19.604Z | Downloaded dirs-next v2.0.0 |
361 | 2024-08-28T20:33:19.606Z | Downloaded cpufeatures v0.2.13 |
362 | 2024-08-28T20:33:19.606Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-08-28T20:33:19.608Z | Downloaded getrandom v0.2.15 |
364 | 2024-08-28T20:33:19.611Z | Downloaded num_threads v0.1.7 |
365 | 2024-08-28T20:33:19.611Z | Downloaded strum_macros v0.26.4 |
366 | 2024-08-28T20:33:19.613Z | Downloaded hex v0.4.3 |
367 | 2024-08-28T20:33:19.613Z | Downloaded darling v0.20.10 |
368 | 2024-08-28T20:33:19.617Z | Downloaded serde_derive_internals v0.29.1 |
369 | 2024-08-28T20:33:19.619Z | Downloaded rustls-pki-types v1.8.0 |
370 | 2024-08-28T20:33:19.621Z | Downloaded atomic-waker v1.1.2 |
371 | 2024-08-28T20:33:19.621Z | Downloaded heck v0.5.0 |
372 | 2024-08-28T20:33:19.624Z | Downloaded futures-io v0.3.30 |
373 | 2024-08-28T20:33:19.624Z | Downloaded futures-core v0.3.30 |
374 | 2024-08-28T20:33:19.626Z | Downloaded dirs-sys-next v0.1.2 |
375 | 2024-08-28T20:33:19.626Z | Downloaded pkg-config v0.3.30 |
376 | 2024-08-28T20:33:19.628Z | Downloaded zeroize v1.8.1 |
377 | 2024-08-28T20:33:19.628Z | Downloaded version_check v0.9.5 |
378 | 2024-08-28T20:33:19.628Z | Downloaded match_cfg v0.1.0 |
379 | 2024-08-28T20:33:19.753Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-28T20:33:19.753Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-28T20:33:19.755Z | Compiling libc v0.2.158 |
382 | 2024-08-28T20:33:19.755Z | Checking cfg-if v1.0.0 |
383 | 2024-08-28T20:33:19.755Z | Compiling version_check v0.9.5 |
384 | 2024-08-28T20:33:19.755Z | Compiling autocfg v1.3.0 |
385 | 2024-08-28T20:33:19.755Z | Compiling serde v1.0.209 |
386 | 2024-08-28T20:33:19.767Z | Checking memchr v2.7.4 |
387 | 2024-08-28T20:33:19.852Z | Compiling serde_json v1.0.127 |
388 | 2024-08-28T20:33:19.958Z | Checking itoa v1.0.11 |
389 | 2024-08-28T20:33:20.351Z | Compiling ahash v0.8.11 |
390 | 2024-08-28T20:33:20.397Z | Checking byteorder v1.5.0 |
391 | 2024-08-28T20:33:20.516Z | Compiling shlex v1.3.0 |
392 | 2024-08-28T20:33:20.677Z | Checking once_cell v1.19.0 |
393 | 2024-08-28T20:33:20.760Z | Compiling thiserror v1.0.63 |
394 | 2024-08-28T20:33:20.880Z | Compiling cc v1.1.15 |
395 | 2024-08-28T20:33:22.475Z | Compiling num-traits v0.2.19 |
396 | 2024-08-28T20:33:22.498Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-28T20:33:22.514Z | Checking ryu v1.0.18 |
398 | 2024-08-28T20:33:22.561Z | Checking log v0.4.22 |
399 | 2024-08-28T20:33:22.598Z | Checking bytes v1.7.1 |
400 | 2024-08-28T20:33:22.806Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-28T20:33:22.955Z | Compiling lock_api v0.4.12 |
402 | 2024-08-28T20:33:22.993Z | Compiling schemars v0.8.21 |
403 | 2024-08-28T20:33:23.039Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-08-28T20:33:23.173Z | Checking getrandom v0.2.15 |
405 | 2024-08-28T20:33:23.202Z | Compiling ring v0.17.8 |
406 | 2024-08-28T20:33:23.323Z | Checking smallvec v1.13.2 |
407 | 2024-08-28T20:33:23.364Z | Compiling quote v1.0.37 |
408 | 2024-08-28T20:33:23.384Z | Checking futures-core v0.3.30 |
409 | 2024-08-28T20:33:23.387Z | Checking scopeguard v1.2.0 |
410 | 2024-08-28T20:33:23.399Z | Checking socket2 v0.5.7 |
411 | 2024-08-28T20:33:23.494Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-28T20:33:23.547Z | Checking mio v1.0.2 |
413 | 2024-08-28T20:33:23.710Z | Compiling syn v2.0.76 |
414 | 2024-08-28T20:33:23.852Z | Compiling slab v0.4.9 |
415 | 2024-08-28T20:33:23.916Z | Checking spin v0.9.8 |
416 | 2024-08-28T20:33:23.997Z | Checking parking_lot v0.12.3 |
417 | 2024-08-28T20:33:24.038Z | Checking futures-sink v0.3.30 |
418 | 2024-08-28T20:33:24.057Z | Checking untrusted v0.9.0 |
419 | 2024-08-28T20:33:24.122Z | Checking equivalent v1.0.1 |
420 | 2024-08-28T20:33:24.127Z | Checking fnv v1.0.7 |
421 | 2024-08-28T20:33:24.196Z | Checking futures-channel v0.3.30 |
422 | 2024-08-28T20:33:24.203Z | Compiling heck v0.5.0 |
423 | 2024-08-28T20:33:24.223Z | Compiling semver v1.0.23 |
424 | 2024-08-28T20:33:24.315Z | Checking pin-utils v0.1.0 |
425 | 2024-08-28T20:33:24.386Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-28T20:33:24.519Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-28T20:33:24.591Z | Checking futures-io v0.3.30 |
428 | 2024-08-28T20:33:24.621Z | Checking futures-task v0.3.30 |
429 | 2024-08-28T20:33:24.764Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-28T20:33:24.827Z | Compiling ucd-trie v0.1.6 |
431 | 2024-08-28T20:33:24.888Z | Checking http v0.2.12 |
432 | 2024-08-28T20:33:25.301Z | Compiling httparse v1.9.4 |
433 | 2024-08-28T20:33:25.705Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-28T20:33:26.040Z | Checking tracing-core v0.1.32 |
435 | 2024-08-28T20:33:26.106Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-28T20:33:26.155Z | Compiling uuid v1.10.0 |
437 | 2024-08-28T20:33:26.391Z | Compiling chrono v0.4.38 |
438 | 2024-08-28T20:33:26.661Z | Checking try-lock v0.2.5 |
439 | 2024-08-28T20:33:26.664Z | Checking tracing v0.1.40 |
440 | 2024-08-28T20:33:26.740Z | Compiling openssl v0.10.66 |
441 | 2024-08-28T20:33:26.767Z | Compiling slog v2.7.0 |
442 | 2024-08-28T20:33:26.797Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-08-28T20:33:26.932Z | Checking foreign-types v0.3.2 |
444 | 2024-08-28T20:33:27.163Z | Checking want v0.3.1 |
445 | 2024-08-28T20:33:27.209Z | Checking http-body v0.4.6 |
446 | 2024-08-28T20:33:27.268Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-28T20:33:27.300Z | Checking percent-encoding v2.3.1 |
448 | 2024-08-28T20:33:27.490Z | Checking httpdate v1.0.3 |
449 | 2024-08-28T20:33:27.499Z | Compiling native-tls v0.2.12 |
450 | 2024-08-28T20:33:27.645Z | Compiling typenum v1.17.0 |
451 | 2024-08-28T20:33:27.845Z | Compiling regex-syntax v0.8.4 |
452 | 2024-08-28T20:33:28.185Z | Checking tower-service v0.3.3 |
453 | 2024-08-28T20:33:28.259Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-08-28T20:33:28.316Z | Checking bitflags v2.6.0 |
455 | 2024-08-28T20:33:28.467Z | Compiling rustls v0.21.12 |
456 | 2024-08-28T20:33:28.531Z | Checking tinyvec v1.8.0 |
457 | 2024-08-28T20:33:28.721Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-28T20:33:29.211Z | Compiling generic-array v0.14.7 |
459 | 2024-08-28T20:33:29.549Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-28T20:33:29.584Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-28T20:33:30.418Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-28T20:33:30.731Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-28T20:33:31.713Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-28T20:33:31.888Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-28T20:33:32.076Z | Compiling time-core v0.1.2 |
466 | 2024-08-28T20:33:32.518Z | Checking mime v0.3.17 |
467 | 2024-08-28T20:33:32.802Z | Checking powerfmt v0.2.0 |
468 | 2024-08-28T20:33:32.810Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-28T20:33:32.988Z | Compiling num-conv v0.1.0 |
470 | 2024-08-28T20:33:33.050Z | Checking deranged v0.3.11 |
471 | 2024-08-28T20:33:33.236Z | Compiling time-macros v0.2.18 |
472 | 2024-08-28T20:33:33.410Z | Checking idna v0.5.0 |
473 | 2024-08-28T20:33:34.116Z | Compiling thread-id v4.2.2 |
474 | 2024-08-28T20:33:34.393Z | Compiling regex v1.10.6 |
475 | 2024-08-28T20:33:34.624Z | Compiling serde_derive v1.0.209 |
476 | 2024-08-28T20:33:34.791Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-08-28T20:33:35.216Z | Compiling thiserror-impl v1.0.63 |
478 | 2024-08-28T20:33:35.253Z | Compiling schemars_derive v0.8.21 |
479 | 2024-08-28T20:33:35.298Z | Compiling tokio-macros v2.4.0 |
480 | 2024-08-28T20:33:36.584Z | Compiling futures-macro v0.3.30 |
481 | 2024-08-28T20:33:36.713Z | Checking tokio v1.39.3 |
482 | 2024-08-28T20:33:36.727Z | Checking zerocopy v0.7.35 |
483 | 2024-08-28T20:33:37.955Z | Compiling pest v2.7.11 |
484 | 2024-08-28T20:33:38.025Z | Compiling openssl-macros v0.1.1 |
485 | 2024-08-28T20:33:38.289Z | Checking futures-util v0.3.30 |
486 | 2024-08-28T20:33:38.367Z | Checking hashbrown v0.14.5 |
487 | 2024-08-28T20:33:39.472Z | Compiling scroll_derive v0.12.0 |
488 | 2024-08-28T20:33:40.653Z | Compiling pest_meta v2.7.11 |
489 | 2024-08-28T20:33:40.901Z | Checking scroll v0.12.0 |
490 | 2024-08-28T20:33:41.035Z | Compiling regress v0.10.0 |
491 | 2024-08-28T20:33:43.444Z | Checking tokio-util v0.7.11 |
492 | 2024-08-28T20:33:44.022Z | Compiling pest_generator v2.7.11 |
493 | 2024-08-28T20:33:44.552Z | Checking tokio-native-tls v0.3.1 |
494 | 2024-08-28T20:33:45.169Z | Compiling strsim v0.11.1 |
495 | 2024-08-28T20:33:45.258Z | Checking rustls-webpki v0.101.7 |
496 | 2024-08-28T20:33:45.676Z | Checking sct v0.7.1 |
497 | 2024-08-28T20:33:45.754Z | Compiling pest_derive v2.7.11 |
498 | 2024-08-28T20:33:45.839Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-08-28T20:33:45.904Z | Compiling ident_case v1.0.1 |
500 | 2024-08-28T20:33:45.925Z | Checking num_threads v0.1.7 |
501 | 2024-08-28T20:33:46.019Z | Checking rustls-pki-types v1.8.0 |
502 | 2024-08-28T20:33:46.252Z | Checking base64 v0.21.7 |
503 | 2024-08-28T20:33:46.396Z | Checking plain v0.2.3 |
504 | 2024-08-28T20:33:46.520Z | Checking goblin v0.8.2 |
505 | 2024-08-28T20:33:46.599Z | Compiling dtrace-parser v0.2.0 |
506 | 2024-08-28T20:33:46.704Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-28T20:33:46.877Z | Checking indexmap v2.4.0 |
508 | 2024-08-28T20:33:48.155Z | Compiling serde_tokenstream v0.2.2 |
509 | 2024-08-28T20:33:48.705Z | Checking h2 v0.3.26 |
510 | 2024-08-28T20:33:48.832Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-08-28T20:33:49.205Z | Checking tokio-rustls v0.24.1 |
512 | 2024-08-28T20:33:49.239Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-28T20:33:49.480Z | Compiling darling_core v0.20.10 |
514 | 2024-08-28T20:33:50.135Z | Compiling dof v0.3.0 |
515 | 2024-08-28T20:33:51.486Z | Checking time v0.3.36 |
516 | 2024-08-28T20:33:51.903Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
517 | 2024-08-28T20:33:52.825Z | Checking hyper v0.14.30 |
518 | 2024-08-28T20:33:53.229Z | Checking url v2.5.2 |
519 | 2024-08-28T20:33:53.317Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-08-28T20:33:53.852Z | Compiling paste v1.0.15 |
521 | 2024-08-28T20:33:53.994Z | Checking ipnet v2.9.0 |
522 | 2024-08-28T20:33:54.361Z | Checking webpki-roots v0.25.4 |
523 | 2024-08-28T20:33:54.410Z | Checking sync_wrapper v0.1.2 |
524 | 2024-08-28T20:33:54.422Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-08-28T20:33:54.502Z | Compiling rustversion v1.0.17 |
526 | 2024-08-28T20:33:54.517Z | Compiling omicron-workspace-hack v0.1.0 |
527 | 2024-08-28T20:33:54.717Z | Checking pretty-hex v0.4.1 |
528 | 2024-08-28T20:33:54.819Z | Compiling rustls v0.22.4 |
529 | 2024-08-28T20:33:55.074Z | Checking dirs-next v2.0.0 |
530 | 2024-08-28T20:33:55.184Z | Checking toml_datetime v0.6.8 |
531 | 2024-08-28T20:33:55.219Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-28T20:33:55.443Z | Checking rustls-webpki v0.102.7 |
533 | 2024-08-28T20:33:55.453Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-28T20:33:55.462Z | Compiling darling_macro v0.20.10 |
535 | 2024-08-28T20:33:55.597Z | Checking crypto-common v0.1.6 |
536 | 2024-08-28T20:33:55.777Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-08-28T20:33:56.098Z | Checking block-buffer v0.10.4 |
538 | 2024-08-28T20:33:56.208Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-28T20:33:56.223Z | Checking rand_core v0.6.4 |
540 | 2024-08-28T20:33:56.269Z | Checking thread_local v1.1.8 |
541 | 2024-08-28T20:33:56.339Z | Compiling multer v3.1.0 |
542 | 2024-08-28T20:33:56.410Z | Compiling camino v1.1.9 |
543 | 2024-08-28T20:33:56.466Z | Checking subtle v2.6.1 |
544 | 2024-08-28T20:33:56.529Z | Checking match_cfg v0.1.0 |
545 | 2024-08-28T20:33:56.601Z | Checking zeroize v1.8.1 |
546 | 2024-08-28T20:33:56.668Z | Compiling anyhow v1.0.86 |
547 | 2024-08-28T20:33:56.670Z | Checking winnow v0.6.18 |
548 | 2024-08-28T20:33:56.822Z | Compiling slog-async v2.8.0 |
549 | 2024-08-28T20:33:57.264Z | Checking hyper-tls v0.5.0 |
550 | 2024-08-28T20:33:57.323Z | Checking hyper-rustls v0.24.2 |
551 | 2024-08-28T20:33:57.493Z | Checking hostname v0.3.1 |
552 | 2024-08-28T20:33:57.518Z | Checking rand_chacha v0.3.1 |
553 | 2024-08-28T20:33:57.586Z | Checking reqwest v0.11.27 |
554 | 2024-08-28T20:33:57.605Z | Compiling darling v0.20.10 |
555 | 2024-08-28T20:33:57.846Z | Checking digest v0.10.7 |
556 | 2024-08-28T20:33:58.149Z | Checking crossbeam-channel v0.5.13 |
557 | 2024-08-28T20:33:58.844Z | Checking term v0.7.0 |
558 | 2024-08-28T20:33:58.880Z | Compiling structmeta v0.3.0 |
559 | 2024-08-28T20:33:58.901Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
560 | 2024-08-28T20:33:59.230Z | Checking slog-json v2.6.1 |
561 | 2024-08-28T20:33:59.263Z | Compiling usdt-attr-macro v0.5.0 |
562 | 2024-08-28T20:33:59.429Z | Compiling usdt-macro v0.5.0 |
563 | 2024-08-28T20:33:59.467Z | Checking futures-executor v0.3.30 |
564 | 2024-08-28T20:33:59.485Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-28T20:33:59.667Z | Checking http v1.1.0 |
566 | 2024-08-28T20:33:59.682Z | Checking toml_edit v0.22.20 |
567 | 2024-08-28T20:34:00.235Z | Checking is-terminal v0.4.13 |
568 | 2024-08-28T20:34:00.337Z | Checking memmap v0.7.0 |
569 | 2024-08-28T20:34:00.514Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
570 | 2024-08-28T20:34:00.630Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-28T20:34:00.689Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-28T20:34:00.692Z | Checking base64 v0.22.1 |
573 | 2024-08-28T20:34:00.706Z | Checking take_mut v0.2.2 |
574 | 2024-08-28T20:34:00.755Z | Checking async-stream v0.3.5 |
575 | 2024-08-28T20:34:00.800Z | Checking waitgroup v0.1.2 |
576 | 2024-08-28T20:34:00.889Z | Checking sha1 v0.10.6 |
577 | 2024-08-28T20:34:00.917Z | Checking usdt v0.5.0 |
578 | 2024-08-28T20:34:00.926Z | Checking tokio-rustls v0.25.0 |
579 | 2024-08-28T20:34:01.095Z | Checking slog-term v2.9.1 |
580 | 2024-08-28T20:34:01.127Z | Checking futures v0.3.30 |
581 | 2024-08-28T20:34:01.142Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-28T20:34:01.150Z | Checking rustls-pemfile v2.1.3 |
583 | 2024-08-28T20:34:01.220Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-28T20:34:01.255Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-28T20:34:01.341Z | Checking rand v0.8.5 |
586 | 2024-08-28T20:34:01.369Z | Compiling serde_with_macros v3.9.0 |
587 | 2024-08-28T20:34:01.813Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-28T20:34:02.040Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-28T20:34:02.114Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
590 | 2024-08-28T20:34:02.248Z | Checking toml v0.8.19 |
591 | 2024-08-28T20:34:02.387Z | Checking hex v0.4.3 |
592 | 2024-08-28T20:34:02.535Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-28T20:34:02.893Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-28T20:34:03.004Z | Compiling async-trait v0.1.81 |
595 | 2024-08-28T20:34:03.137Z | Checking hostname v0.4.0 |
596 | 2024-08-28T20:34:03.252Z | Checking instant v0.1.13 |
597 | 2024-08-28T20:34:03.354Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-28T20:34:03.476Z | Checking backoff v0.4.0 |
599 | 2024-08-28T20:34:03.662Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-28T20:34:03.754Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-28T20:34:03.783Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-28T20:34:03.890Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-28T20:34:03.954Z | Checking serde_with v3.9.0 |
604 | 2024-08-28T20:34:04.112Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-28T20:34:04.212Z | Checking macaddr v1.0.1 |
606 | 2024-08-28T20:34:04.527Z | Checking regress v0.9.1 |
607 | 2024-08-28T20:34:05.144Z | Checking parse-display v0.10.0 |
608 | 2024-08-28T20:34:05.550Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
609 | 2024-08-28T20:34:05.557Z | Checking strum v0.26.3 |
610 | 2024-08-28T20:34:07.558Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-28T20:34:07.620Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-28T20:34:10.114Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-28T20:34:15.046Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-28T20:34:15.148Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-28T20:34:17.890Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-28T20:34:24.840Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-28T20:34:24.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-28T20:34:24.958Z | + cargo build --release |
619 | 2024-08-28T20:34:25.214Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-28T20:34:25.214Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-28T20:34:25.216Z | Compiling libc v0.2.158 |
622 | 2024-08-28T20:34:25.216Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-28T20:34:25.216Z | Compiling version_check v0.9.5 |
624 | 2024-08-28T20:34:25.216Z | Compiling autocfg v1.3.0 |
625 | 2024-08-28T20:34:25.216Z | Compiling serde v1.0.209 |
626 | 2024-08-28T20:34:25.216Z | Compiling memchr v2.7.4 |
627 | 2024-08-28T20:34:25.321Z | Compiling serde_json v1.0.127 |
628 | 2024-08-28T20:34:25.407Z | Compiling itoa v1.0.11 |
629 | 2024-08-28T20:34:25.680Z | Compiling thiserror v1.0.63 |
630 | 2024-08-28T20:34:25.807Z | Compiling byteorder v1.5.0 |
631 | 2024-08-28T20:34:25.835Z | Compiling ahash v0.8.11 |
632 | 2024-08-28T20:34:25.992Z | Compiling once_cell v1.19.0 |
633 | 2024-08-28T20:34:26.214Z | Compiling shlex v1.3.0 |
634 | 2024-08-28T20:34:26.533Z | Compiling cc v1.1.15 |
635 | 2024-08-28T20:34:26.562Z | Compiling num-traits v0.2.19 |
636 | 2024-08-28T20:34:26.699Z | Compiling quote v1.0.37 |
637 | 2024-08-28T20:34:26.796Z | Compiling getrandom v0.2.15 |
638 | 2024-08-28T20:34:26.948Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-28T20:34:27.008Z | Compiling ryu v1.0.18 |
640 | 2024-08-28T20:34:27.053Z | Compiling syn v2.0.76 |
641 | 2024-08-28T20:34:27.127Z | Compiling bytes v1.7.1 |
642 | 2024-08-28T20:34:27.277Z | Compiling log v0.4.22 |
643 | 2024-08-28T20:34:27.350Z | Compiling schemars v0.8.21 |
644 | 2024-08-28T20:34:27.548Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-28T20:34:27.565Z | Compiling lock_api v0.4.12 |
646 | 2024-08-28T20:34:27.716Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-28T20:34:27.723Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-28T20:34:27.856Z | Compiling smallvec v1.13.2 |
649 | 2024-08-28T20:34:27.943Z | Compiling futures-core v0.3.30 |
650 | 2024-08-28T20:34:28.177Z | Compiling socket2 v0.5.7 |
651 | 2024-08-28T20:34:28.185Z | Compiling mio v1.0.2 |
652 | 2024-08-28T20:34:28.386Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-28T20:34:28.548Z | Compiling slab v0.4.9 |
654 | 2024-08-28T20:34:28.926Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-28T20:34:29.027Z | Compiling futures-sink v0.3.30 |
656 | 2024-08-28T20:34:29.181Z | Compiling spin v0.9.8 |
657 | 2024-08-28T20:34:29.434Z | Compiling semver v1.0.23 |
658 | 2024-08-28T20:34:29.467Z | Compiling ring v0.17.8 |
659 | 2024-08-28T20:34:29.802Z | Compiling equivalent v1.0.1 |
660 | 2024-08-28T20:34:29.848Z | Compiling untrusted v0.9.0 |
661 | 2024-08-28T20:34:29.894Z | Compiling fnv v1.0.7 |
662 | 2024-08-28T20:34:29.940Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-28T20:34:30.010Z | Compiling pkg-config v0.3.30 |
664 | 2024-08-28T20:34:30.105Z | Compiling pin-utils v0.1.0 |
665 | 2024-08-28T20:34:30.178Z | Compiling heck v0.5.0 |
666 | 2024-08-28T20:34:30.207Z | Compiling vcpkg v0.2.15 |
667 | 2024-08-28T20:34:30.218Z | Compiling futures-io v0.3.30 |
668 | 2024-08-28T20:34:30.402Z | Compiling futures-task v0.3.30 |
669 | 2024-08-28T20:34:30.770Z | Compiling ucd-trie v0.1.6 |
670 | 2024-08-28T20:34:30.795Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-28T20:34:31.196Z | Compiling http v0.2.12 |
672 | 2024-08-28T20:34:31.427Z | Compiling httparse v1.9.4 |
673 | 2024-08-28T20:34:31.578Z | Compiling dyn-clone v1.0.17 |
674 | 2024-08-28T20:34:31.838Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-28T20:34:32.228Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-28T20:34:32.701Z | Compiling chrono v0.4.38 |
677 | 2024-08-28T20:34:32.920Z | Compiling uuid v1.10.0 |
678 | 2024-08-28T20:34:33.022Z | Compiling tracing v0.1.40 |
679 | 2024-08-28T20:34:34.529Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-28T20:34:34.688Z | Compiling try-lock v0.2.5 |
681 | 2024-08-28T20:34:34.822Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-28T20:34:34.915Z | Compiling openssl v0.10.66 |
683 | 2024-08-28T20:34:35.147Z | Compiling slog v2.7.0 |
684 | 2024-08-28T20:34:35.370Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-28T20:34:35.445Z | Compiling want v0.3.1 |
686 | 2024-08-28T20:34:35.723Z | Compiling http-body v0.4.6 |
687 | 2024-08-28T20:34:35.858Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-28T20:34:36.426Z | Compiling typenum v1.17.0 |
689 | 2024-08-28T20:34:36.764Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-08-28T20:34:36.785Z | Compiling percent-encoding v2.3.1 |
691 | 2024-08-28T20:34:36.844Z | Compiling regex-syntax v0.8.4 |
692 | 2024-08-28T20:34:37.061Z | Compiling rustls v0.21.12 |
693 | 2024-08-28T20:34:37.159Z | Compiling native-tls v0.2.12 |
694 | 2024-08-28T20:34:37.247Z | Compiling httpdate v1.0.3 |
695 | 2024-08-28T20:34:37.380Z | Compiling tower-service v0.3.3 |
696 | 2024-08-28T20:34:37.487Z | Compiling bitflags v2.6.0 |
697 | 2024-08-28T20:34:37.586Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-28T20:34:37.815Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-28T20:34:38.136Z | Compiling generic-array v0.14.7 |
700 | 2024-08-28T20:34:38.467Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-28T20:34:39.368Z | Compiling serde_derive v1.0.209 |
702 | 2024-08-28T20:34:39.473Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-08-28T20:34:39.822Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-08-28T20:34:40.127Z | Compiling schemars_derive v0.8.21 |
705 | 2024-08-28T20:34:40.422Z | Compiling tokio-macros v2.4.0 |
706 | 2024-08-28T20:34:41.504Z | Compiling zerocopy v0.7.35 |
707 | 2024-08-28T20:34:42.476Z | Compiling tokio v1.39.3 |
708 | 2024-08-28T20:34:42.775Z | Compiling futures-macro v0.3.30 |
709 | 2024-08-28T20:34:43.187Z | Compiling pest v2.7.11 |
710 | 2024-08-28T20:34:43.550Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-28T20:34:44.716Z | Compiling futures-util v0.3.30 |
712 | 2024-08-28T20:34:45.287Z | Compiling openssl-macros v0.1.1 |
713 | 2024-08-28T20:34:45.469Z | Compiling regress v0.10.0 |
714 | 2024-08-28T20:34:46.025Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-28T20:34:50.093Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-28T20:34:50.256Z | Compiling rustls-webpki v0.101.7 |
717 | 2024-08-28T20:34:51.450Z | Compiling tokio-util v0.7.11 |
718 | 2024-08-28T20:34:51.862Z | Compiling pest_derive v2.7.11 |
719 | 2024-08-28T20:34:52.732Z | Compiling sct v0.7.1 |
720 | 2024-08-28T20:34:53.152Z | Compiling regex-automata v0.4.7 |
721 | 2024-08-28T20:34:53.658Z | Compiling indexmap v2.4.0 |
722 | 2024-08-28T20:34:54.400Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-28T20:34:57.369Z | Compiling h2 v0.3.26 |
724 | 2024-08-28T20:35:00.077Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
725 | 2024-08-28T20:35:00.360Z | Compiling regex v1.10.6 |
726 | 2024-08-28T20:35:03.554Z | Compiling hyper v0.14.30 |
727 | 2024-08-28T20:35:04.024Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-08-28T20:35:05.306Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-28T20:35:11.624Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-28T20:35:11.643Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-28T20:35:12.015Z | Compiling unicode-bidi v0.3.15 |
732 | 2024-08-28T20:35:12.104Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
733 | 2024-08-28T20:35:12.980Z | Compiling powerfmt v0.2.0 |
734 | 2024-08-28T20:35:15.050Z | Compiling num-conv v0.1.0 |
735 | 2024-08-28T20:35:15.321Z | Compiling mime v0.3.17 |
736 | 2024-08-28T20:35:16.024Z | Compiling time-core v0.1.2 |
737 | 2024-08-28T20:35:16.189Z | Compiling time-macros v0.2.18 |
738 | 2024-08-28T20:35:16.382Z | Compiling deranged v0.3.11 |
739 | 2024-08-28T20:35:19.229Z | Compiling idna v0.5.0 |
740 | 2024-08-28T20:35:21.164Z | Compiling scroll v0.12.0 |
741 | 2024-08-28T20:35:21.786Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-28T20:35:22.187Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-28T20:35:22.193Z | Compiling dof v0.3.0 |
744 | 2024-08-28T20:35:22.470Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-28T20:35:22.561Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-28T20:35:23.112Z | Compiling thread-id v4.2.2 |
747 | 2024-08-28T20:35:23.668Z | Compiling ident_case v1.0.1 |
748 | 2024-08-28T20:35:23.688Z | Compiling num_threads v0.1.7 |
749 | 2024-08-28T20:35:23.716Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-08-28T20:35:24.297Z | Compiling base64 v0.21.7 |
751 | 2024-08-28T20:35:24.453Z | Compiling rustls-pki-types v1.8.0 |
752 | 2024-08-28T20:35:25.356Z | Compiling strsim v0.11.1 |
753 | 2024-08-28T20:35:26.062Z | Compiling omicron-workspace-hack v0.1.0 |
754 | 2024-08-28T20:35:26.381Z | Compiling plain v0.2.3 |
755 | 2024-08-28T20:35:26.630Z | Compiling goblin v0.8.2 |
756 | 2024-08-28T20:35:27.087Z | Compiling time v0.3.36 |
757 | 2024-08-28T20:35:29.933Z | Compiling darling_core v0.20.10 |
758 | 2024-08-28T20:35:34.154Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-08-28T20:35:35.915Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-28T20:35:35.946Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-28T20:35:36.025Z | Compiling url v2.5.2 |
762 | 2024-08-28T20:35:36.157Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-28T20:35:36.272Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-28T20:35:36.368Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-28T20:35:37.852Z | Compiling ipnet v2.9.0 |
766 | 2024-08-28T20:35:38.487Z | Compiling pretty-hex v0.4.1 |
767 | 2024-08-28T20:35:38.702Z | Compiling sync_wrapper v0.1.2 |
768 | 2024-08-28T20:35:38.818Z | Compiling rustls v0.22.4 |
769 | 2024-08-28T20:35:39.142Z | Compiling rustversion v1.0.17 |
770 | 2024-08-28T20:35:39.810Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-28T20:35:40.408Z | Compiling webpki-roots v0.25.4 |
772 | 2024-08-28T20:35:40.486Z | Compiling paste v1.0.15 |
773 | 2024-08-28T20:35:40.595Z | Compiling reqwest v0.11.27 |
774 | 2024-08-28T20:35:41.048Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
775 | 2024-08-28T20:35:41.539Z | Compiling serde_yaml v0.9.34+deprecated |
776 | 2024-08-28T20:35:43.144Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-28T20:35:43.395Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-28T20:35:46.351Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-08-28T20:35:47.692Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-28T20:35:47.724Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-28T20:35:47.892Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-28T20:35:47.959Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-28T20:35:48.124Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-28T20:35:48.423Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-28T20:35:48.643Z | Compiling rand_core v0.6.4 |
786 | 2024-08-28T20:35:49.092Z | Compiling thread_local v1.1.8 |
787 | 2024-08-28T20:35:49.113Z | Compiling multer v3.1.0 |
788 | 2024-08-28T20:35:49.462Z | Compiling camino v1.1.9 |
789 | 2024-08-28T20:35:49.835Z | Compiling subtle v2.6.1 |
790 | 2024-08-28T20:35:50.063Z | Compiling anyhow v1.0.86 |
791 | 2024-08-28T20:35:50.094Z | Compiling slog-async v2.8.0 |
792 | 2024-08-28T20:35:50.606Z | Compiling winnow v0.6.18 |
793 | 2024-08-28T20:35:50.650Z | Compiling match_cfg v0.1.0 |
794 | 2024-08-28T20:35:50.668Z | Compiling zeroize v1.8.1 |
795 | 2024-08-28T20:35:50.705Z | Compiling hostname v0.3.1 |
796 | 2024-08-28T20:35:51.041Z | Compiling rand_chacha v0.3.1 |
797 | 2024-08-28T20:35:51.157Z | Compiling structmeta v0.3.0 |
798 | 2024-08-28T20:35:51.512Z | Compiling digest v0.10.7 |
799 | 2024-08-28T20:35:51.566Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
800 | 2024-08-28T20:35:52.764Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-28T20:35:54.362Z | Compiling darling v0.20.10 |
802 | 2024-08-28T20:35:54.458Z | Compiling toml_edit v0.22.20 |
803 | 2024-08-28T20:35:54.943Z | Compiling term v0.7.0 |
804 | 2024-08-28T20:35:59.509Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-28T20:36:02.579Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-28T20:36:03.429Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-28T20:36:04.010Z | Compiling slog-json v2.6.1 |
808 | 2024-08-28T20:36:04.496Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-28T20:36:04.754Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-28T20:36:05.652Z | Compiling http v1.1.0 |
811 | 2024-08-28T20:36:06.092Z | Compiling memmap v0.7.0 |
812 | 2024-08-28T20:36:10.276Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-28T20:36:10.318Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-28T20:36:10.318Z | Compiling take_mut v0.2.2 |
815 | 2024-08-28T20:36:10.318Z | Compiling base64 v0.22.1 |
816 | 2024-08-28T20:36:10.318Z | Compiling atomic-waker v1.1.2 |
817 | 2024-08-28T20:36:10.318Z | Compiling cpufeatures v0.2.13 |
818 | 2024-08-28T20:36:10.318Z | Compiling sha1 v0.10.6 |
819 | 2024-08-28T20:36:10.318Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-08-28T20:36:10.318Z | Compiling waitgroup v0.1.2 |
821 | 2024-08-28T20:36:10.342Z | Compiling slog-term v2.9.1 |
822 | 2024-08-28T20:36:10.581Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
823 | 2024-08-28T20:36:10.910Z | Compiling usdt v0.5.0 |
824 | 2024-08-28T20:36:12.307Z | Compiling async-stream v0.3.5 |
825 | 2024-08-28T20:36:12.465Z | Compiling futures v0.3.30 |
826 | 2024-08-28T20:36:12.627Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-28T20:36:12.652Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-28T20:36:12.884Z | Compiling toml v0.8.19 |
829 | 2024-08-28T20:36:13.185Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-28T20:36:13.619Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-28T20:36:16.297Z | Compiling parse-display-derive v0.10.0 |
832 | 2024-08-28T20:36:17.180Z | Compiling rand v0.8.5 |
833 | 2024-08-28T20:36:19.092Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-28T20:36:20.136Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-28T20:36:20.264Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-28T20:36:20.409Z | Compiling hex v0.4.3 |
837 | 2024-08-28T20:36:20.452Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-28T20:36:21.099Z | Compiling async-trait v0.1.81 |
839 | 2024-08-28T20:36:21.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-28T20:36:22.280Z | Compiling hostname v0.4.0 |
841 | 2024-08-28T20:36:22.519Z | Compiling instant v0.1.13 |
842 | 2024-08-28T20:36:22.667Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-28T20:36:22.797Z | Compiling backoff v0.4.0 |
844 | 2024-08-28T20:36:23.128Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-28T20:36:23.319Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-28T20:36:23.475Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
847 | 2024-08-28T20:36:23.587Z | Compiling parse-display v0.10.0 |
848 | 2024-08-28T20:36:23.879Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-28T20:36:23.992Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-08-28T20:36:24.066Z | Compiling strum v0.26.3 |
851 | 2024-08-28T20:36:24.241Z | Compiling serde_with v3.9.0 |
852 | 2024-08-28T20:36:25.707Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-28T20:36:26.518Z | Compiling macaddr v1.0.1 |
854 | 2024-08-28T20:36:27.142Z | Compiling regress v0.9.1 |
855 | 2024-08-28T20:36:31.583Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-28T20:36:41.949Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-28T20:36:51.145Z | Finished `release` profile [optimized] target(s) in 2m 26s |
858 | 2024-08-28T20:36:51.204Z | process exited: duration 221422 ms, exit code 0 |
|
859 | 2024-08-28T20:36:51.210Z | found 0 output files |