|
|
|
1 | 2024-08-27T22:45:14.963Z | job assigned to worker 01J6B062C3N7EGM9PGPVM9Q5TR (queued for 55 s) |
|
2 | 2024-08-27T22:45:22.603Z | starting task 0: "setup" |
3 | 2024-08-27T22:45:22.614Z | ++ uname -s |
4 | 2024-08-27T22:45:22.616Z | + kern=SunOS |
5 | 2024-08-27T22:45:22.616Z | + case "$kern" in |
6 | 2024-08-27T22:45:22.617Z | + groupadd -g 12345 build |
7 | 2024-08-27T22:45:22.619Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T22:45:24.628Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T22:45:24.701Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T22:45:24.703Z | + home_fs=zfs |
11 | 2024-08-27T22:45:24.703Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T22:45:24.704Z | + mkdir -p /home/build |
13 | 2024-08-27T22:45:24.706Z | + chown build:build /home/build /work |
14 | 2024-08-27T22:45:26.709Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T22:45:26.712Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-08-27T22:45:26.717Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T22:45:26.723Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T22:45:26.723Z | * toolchain channel = "1.80.1" |
19 | 2024-08-27T22:45:26.723Z | ' 1.80.1 |
20 | 2024-08-27T22:45:26.723Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-27T22:45:26.723Z | ' default |
22 | 2024-08-27T22:45:26.723Z | * toolchain profile = "default" |
23 | 2024-08-27T22:45:26.726Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T22:45:26.726Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T22:45:26.829Z | info: downloading installer |
26 | 2024-08-27T22:45:28.145Z | info: profile set to 'default' |
27 | 2024-08-27T22:45:28.145Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T22:45:28.147Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T22:45:28.292Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T22:45:28.292Z | info: downloading component 'cargo' |
31 | 2024-08-27T22:45:29.091Z | info: downloading component 'clippy' |
32 | 2024-08-27T22:45:29.379Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T22:45:30.501Z | info: downloading component 'rust-std' |
34 | 2024-08-27T22:45:32.094Z | info: downloading component 'rustc' |
35 | 2024-08-27T22:45:36.496Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T22:45:36.728Z | info: installing component 'cargo' |
37 | 2024-08-27T22:45:37.551Z | info: installing component 'clippy' |
38 | 2024-08-27T22:45:37.910Z | info: installing component 'rust-docs' |
39 | 2024-08-27T22:45:39.556Z | info: installing component 'rust-std' |
40 | 2024-08-27T22:45:41.214Z | info: installing component 'rustc' |
41 | 2024-08-27T22:45:45.422Z | info: installing component 'rustfmt' |
42 | 2024-08-27T22:45:45.761Z | |
43 | 2024-08-27T22:45:45.761Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-27T22:45:46.022Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T22:45:46.023Z | |
46 | 2024-08-27T22:45:46.026Z | |
47 | 2024-08-27T22:45:46.026Z | Rust is installed now. Great! |
48 | 2024-08-27T22:45:46.026Z | |
49 | 2024-08-27T22:45:46.026Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T22:45:46.026Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T22:45:46.026Z | |
52 | 2024-08-27T22:45:46.026Z | To configure your current shell, you need to source |
53 | 2024-08-27T22:45:46.026Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T22:45:46.026Z | |
55 | 2024-08-27T22:45:46.026Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T22:45:46.026Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T22:45:46.026Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T22:45:46.076Z | + rustc --version |
59 | 2024-08-27T22:45:46.139Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T22:45:46.142Z | process exited: duration 19420 ms, exit code 0 |
|
61 | 2024-08-27T22:45:46.150Z | starting task 2: "authentication" |
62 | 2024-08-27T22:45:46.173Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-08-27T22:45:46.180Z | starting task 3: "clone repository" |
64 | 2024-08-27T22:45:46.188Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T22:45:46.192Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T22:45:46.224Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T22:45:51.882Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T22:45:51.882Z | + git fetch origin 665bcc17746e2c722c565bbc0b888c95e7649786 |
69 | 2024-08-27T22:45:52.172Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T22:45:52.172Z | * branch 665bcc17746e2c722c565bbc0b888c95e7649786 -> FETCH_HEAD |
71 | 2024-08-27T22:45:52.183Z | + [[ -n dap/drafts/reconfigurator-tests ]] |
72 | 2024-08-27T22:45:52.187Z | ++ git branch --show-current |
73 | 2024-08-27T22:45:52.187Z | + current=main |
74 | 2024-08-27T22:45:52.187Z | + [[ main != dap/drafts/reconfigurator-tests ]] |
75 | 2024-08-27T22:45:52.187Z | + git branch -f dap/drafts/reconfigurator-tests 665bcc17746e2c722c565bbc0b888c95e7649786 |
76 | 2024-08-27T22:45:52.191Z | + git checkout -f dap/drafts/reconfigurator-tests |
77 | 2024-08-27T22:45:52.342Z | Switched to branch 'dap/drafts/reconfigurator-tests' |
78 | 2024-08-27T22:45:52.345Z | + git reset --hard 665bcc17746e2c722c565bbc0b888c95e7649786 |
79 | 2024-08-27T22:45:52.359Z | HEAD is now at 665bcc177 rustfmt |
80 | 2024-08-27T22:45:52.362Z | process exited: duration 6179 ms, exit code 0 |
|
81 | 2024-08-27T22:45:52.367Z | starting task 4: "build" |
82 | 2024-08-27T22:45:52.373Z | + cargo --version |
83 | 2024-08-27T22:45:52.428Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T22:45:52.430Z | + rustc --version |
85 | 2024-08-27T22:45:52.488Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T22:45:52.492Z | + cd /tmp |
87 | 2024-08-27T22:45:52.492Z | + cargo new --lib test-project |
88 | 2024-08-27T22:45:52.544Z | Creating library `test-project` package |
89 | 2024-08-27T22:45:52.618Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-27T22:45:52.620Z | + cd test-project |
91 | 2024-08-27T22:45:52.620Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-27T22:45:52.678Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-27T22:45:52.678Z | Features: |
94 | 2024-08-27T22:45:52.678Z | - proptest |
95 | 2024-08-27T22:45:52.678Z | - test-strategy |
96 | 2024-08-27T22:45:52.678Z | - testing |
97 | 2024-08-27T22:45:52.680Z | Updating crates.io index |
98 | 2024-08-27T22:45:52.755Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-27T22:45:53.588Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-27T22:45:54.323Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-27T22:45:54.606Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-27T22:45:56.211Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-27T22:45:56.475Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-27T22:45:56.774Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-27T22:45:59.850Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-27T22:45:59.854Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-27T22:45:59.854Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-27T22:45:59.854Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-27T22:45:59.854Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-27T22:45:59.854Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-27T22:45:59.854Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-27T22:45:59.855Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-27T22:45:59.855Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-27T22:45:59.855Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-27T22:45:59.855Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-27T22:45:59.855Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-27T22:45:59.855Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-27T22:45:59.855Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-27T22:45:59.855Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-27T22:45:59.862Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-27T22:45:59.862Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-27T22:45:59.862Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-27T22:45:59.862Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-27T22:45:59.863Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-27T22:45:59.863Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-27T22:45:59.863Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-27T22:45:59.866Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-27T22:45:59.866Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-27T22:45:59.866Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-27T22:45:59.866Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-27T22:45:59.866Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-27T22:45:59.866Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-08-27T22:45:59.869Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-27T22:45:59.870Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-27T22:45:59.870Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-27T22:45:59.872Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-27T22:45:59.872Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-27T22:45:59.873Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-27T22:45:59.875Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-27T22:45:59.875Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-27T22:45:59.875Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-27T22:45:59.875Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-27T22:45:59.875Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-27T22:45:59.875Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-27T22:45:59.875Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-27T22:45:59.876Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-27T22:45:59.876Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-27T22:45:59.876Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-27T22:45:59.876Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-27T22:45:59.876Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-27T22:45:59.876Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-27T22:45:59.876Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-27T22:45:59.876Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-27T22:45:59.953Z | + cargo check |
155 | 2024-08-27T22:46:00.193Z | Downloading crates ... |
156 | 2024-08-27T22:46:00.273Z | Downloaded darling_macro v0.20.10 |
157 | 2024-08-27T22:46:00.276Z | Downloaded async-stream-impl v0.3.5 |
158 | 2024-08-27T22:46:00.279Z | Downloaded equivalent v1.0.1 |
159 | 2024-08-27T22:46:00.282Z | Downloaded instant v0.1.13 |
160 | 2024-08-27T22:46:00.285Z | Downloaded foreign-types v0.3.2 |
161 | 2024-08-27T22:46:00.285Z | Downloaded usdt-attr-macro v0.5.0 |
162 | 2024-08-27T22:46:00.298Z | Downloaded unicode-bidi v0.3.15 |
163 | 2024-08-27T22:46:00.301Z | Downloaded ident_case v1.0.1 |
164 | 2024-08-27T22:46:00.304Z | Downloaded openssl-macros v0.1.1 |
165 | 2024-08-27T22:46:00.304Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2024-08-27T22:46:00.309Z | Downloaded usdt-macro v0.5.0 |
167 | 2024-08-27T22:46:00.309Z | Downloaded pretty-hex v0.4.1 |
168 | 2024-08-27T22:46:00.313Z | Downloaded dirs-next v2.0.0 |
169 | 2024-08-27T22:46:00.313Z | Downloaded cpufeatures v0.2.13 |
170 | 2024-08-27T22:46:00.316Z | Downloaded cfg-if v1.0.0 |
171 | 2024-08-27T22:46:00.317Z | Downloaded byteorder v1.5.0 |
172 | 2024-08-27T22:46:00.320Z | Downloaded strum v0.26.3 |
173 | 2024-08-27T22:46:00.320Z | Downloaded sync_wrapper v0.1.2 |
174 | 2024-08-27T22:46:00.320Z | Downloaded dtrace-parser v0.2.0 |
175 | 2024-08-27T22:46:00.322Z | Downloaded url v2.5.2 |
176 | 2024-08-27T22:46:00.328Z | Downloaded foreign-types-shared v0.1.1 |
177 | 2024-08-27T22:46:00.328Z | Downloaded rand_chacha v0.3.1 |
178 | 2024-08-27T22:46:00.328Z | Downloaded parse-display v0.10.0 |
179 | 2024-08-27T22:46:00.328Z | Downloaded waitgroup v0.1.2 |
180 | 2024-08-27T22:46:00.331Z | Downloaded atomic-waker v1.1.2 |
181 | 2024-08-27T22:46:00.331Z | Downloaded pkg-config v0.3.30 |
182 | 2024-08-27T22:46:00.334Z | Downloaded pest_generator v2.7.11 |
183 | 2024-08-27T22:46:00.336Z | Downloaded powerfmt v0.2.0 |
184 | 2024-08-27T22:46:00.336Z | Downloaded match_cfg v0.1.0 |
185 | 2024-08-27T22:46:00.336Z | Downloaded num-conv v0.1.0 |
186 | 2024-08-27T22:46:00.339Z | Downloaded paste v1.0.15 |
187 | 2024-08-27T22:46:00.342Z | Downloaded slog-json v2.6.1 |
188 | 2024-08-27T22:46:00.346Z | Downloaded mime v0.3.17 |
189 | 2024-08-27T22:46:00.346Z | Downloaded serde_spanned v0.6.7 |
190 | 2024-08-27T22:46:00.352Z | Downloaded slog-async v2.8.0 |
191 | 2024-08-27T22:46:00.352Z | Downloaded schemars_derive v0.8.21 |
192 | 2024-08-27T22:46:00.355Z | Downloaded macaddr v1.0.1 |
193 | 2024-08-27T22:46:00.355Z | Downloaded scroll v0.12.0 |
194 | 2024-08-27T22:46:00.355Z | Downloaded generic-array v0.14.7 |
195 | 2024-08-27T22:46:00.359Z | Downloaded itoa v1.0.11 |
196 | 2024-08-27T22:46:00.359Z | Downloaded subtle v2.6.1 |
197 | 2024-08-27T22:46:00.363Z | Downloaded sha1 v0.10.6 |
198 | 2024-08-27T22:46:00.363Z | Downloaded serde_derive_internals v0.29.1 |
199 | 2024-08-27T22:46:00.372Z | Downloaded hostname v0.4.0 |
200 | 2024-08-27T22:46:00.372Z | Downloaded debug-ignore v1.0.5 |
201 | 2024-08-27T22:46:00.372Z | Downloaded block-buffer v0.10.4 |
202 | 2024-08-27T22:46:00.372Z | Downloaded async-stream v0.3.5 |
203 | 2024-08-27T22:46:00.372Z | Downloaded want v0.3.1 |
204 | 2024-08-27T22:46:00.372Z | Downloaded digest v0.10.7 |
205 | 2024-08-27T22:46:00.375Z | Downloaded futures-executor v0.3.30 |
206 | 2024-08-27T22:46:00.375Z | Downloaded newtype-uuid v1.1.0 |
207 | 2024-08-27T22:46:00.378Z | Downloaded dirs-sys-next v0.1.2 |
208 | 2024-08-27T22:46:00.379Z | Downloaded usdt v0.5.0 |
209 | 2024-08-27T22:46:00.379Z | Downloaded untrusted v0.9.0 |
210 | 2024-08-27T22:46:00.382Z | Downloaded take_mut v0.2.2 |
211 | 2024-08-27T22:46:00.382Z | Downloaded camino v1.1.9 |
212 | 2024-08-27T22:46:00.388Z | Downloaded backoff v0.4.0 |
213 | 2024-08-27T22:46:00.388Z | Downloaded scroll_derive v0.12.0 |
214 | 2024-08-27T22:46:00.391Z | Downloaded quote v1.0.37 |
215 | 2024-08-27T22:46:00.391Z | Downloaded parking_lot_core v0.9.10 |
216 | 2024-08-27T22:46:00.393Z | Downloaded pin-project-lite v0.2.14 |
217 | 2024-08-27T22:46:00.396Z | Downloaded zerocopy-derive v0.7.35 |
218 | 2024-08-27T22:46:00.401Z | Downloaded serde_with_macros v3.9.0 |
219 | 2024-08-27T22:46:00.404Z | Downloaded time-core v0.1.2 |
220 | 2024-08-27T22:46:00.406Z | Downloaded memmap v0.7.0 |
221 | 2024-08-27T22:46:00.407Z | Downloaded fnv v1.0.7 |
222 | 2024-08-27T22:46:00.409Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-08-27T22:46:00.409Z | Downloaded try-lock v0.2.5 |
224 | 2024-08-27T22:46:00.413Z | Downloaded term v0.7.0 |
225 | 2024-08-27T22:46:00.415Z | Downloaded hostname v0.3.1 |
226 | 2024-08-27T22:46:00.415Z | Downloaded structmeta v0.3.0 |
227 | 2024-08-27T22:46:00.418Z | Downloaded percent-encoding v2.3.1 |
228 | 2024-08-27T22:46:00.418Z | Downloaded version_check v0.9.5 |
229 | 2024-08-27T22:46:00.421Z | Downloaded plain v0.2.3 |
230 | 2024-08-27T22:46:00.421Z | Downloaded pin-utils v0.1.0 |
231 | 2024-08-27T22:46:00.421Z | Downloaded lock_api v0.4.12 |
232 | 2024-08-27T22:46:00.423Z | Downloaded httparse v1.9.4 |
233 | 2024-08-27T22:46:00.426Z | Downloaded serde_tokenstream v0.2.2 |
234 | 2024-08-27T22:46:00.428Z | Downloaded scopeguard v1.2.0 |
235 | 2024-08-27T22:46:00.431Z | Downloaded rand_core v0.6.4 |
236 | 2024-08-27T22:46:00.431Z | Downloaded strsim v0.11.1 |
237 | 2024-08-27T22:46:00.434Z | Downloaded async-trait v0.1.81 |
238 | 2024-08-27T22:46:00.437Z | Downloaded multer v3.1.0 |
239 | 2024-08-27T22:46:00.439Z | Downloaded structmeta-derive v0.3.0 |
240 | 2024-08-27T22:46:00.439Z | Downloaded signal-hook-registry v1.4.2 |
241 | 2024-08-27T22:46:00.441Z | Downloaded rustversion v1.0.17 |
242 | 2024-08-27T22:46:00.443Z | Downloaded anyhow v1.0.86 |
243 | 2024-08-27T22:46:00.447Z | Downloaded tower-service v0.3.3 |
244 | 2024-08-27T22:46:00.450Z | Downloaded thread_local v1.1.8 |
245 | 2024-08-27T22:46:00.450Z | Downloaded thread-id v4.2.2 |
246 | 2024-08-27T22:46:00.453Z | Downloaded thiserror-impl v1.0.63 |
247 | 2024-08-27T22:46:00.453Z | Downloaded iana-time-zone v0.1.60 |
248 | 2024-08-27T22:46:00.456Z | Downloaded crossbeam-utils v0.8.20 |
249 | 2024-08-27T22:46:00.459Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2024-08-27T22:46:00.462Z | Downloaded tokio-macros v2.4.0 |
251 | 2024-08-27T22:46:00.465Z | Downloaded native-tls v0.2.12 |
252 | 2024-08-27T22:46:00.468Z | Downloaded getrandom v0.2.15 |
253 | 2024-08-27T22:46:00.471Z | Downloaded time-macros v0.2.18 |
254 | 2024-08-27T22:46:00.471Z | Downloaded ppv-lite86 v0.2.20 |
255 | 2024-08-27T22:46:00.475Z | Downloaded futures-macro v0.3.30 |
256 | 2024-08-27T22:46:00.475Z | Downloaded pest_derive v2.7.11 |
257 | 2024-08-27T22:46:00.478Z | Downloaded indexmap v1.9.3 |
258 | 2024-08-27T22:46:00.482Z | Downloaded once_cell v1.19.0 |
259 | 2024-08-27T22:46:00.485Z | Downloaded num-traits v0.2.19 |
260 | 2024-08-27T22:46:00.487Z | Downloaded strum_macros v0.26.4 |
261 | 2024-08-27T22:46:00.490Z | Downloaded sha2 v0.10.8 |
262 | 2024-08-27T22:46:00.493Z | Downloaded semver v1.0.23 |
263 | 2024-08-27T22:46:00.495Z | Downloaded sct v0.7.1 |
264 | 2024-08-27T22:46:00.499Z | Downloaded bitflags v2.6.0 |
265 | 2024-08-27T22:46:00.502Z | Downloaded parking_lot v0.12.3 |
266 | 2024-08-27T22:46:00.504Z | Downloaded log v0.4.22 |
267 | 2024-08-27T22:46:00.508Z | Downloaded proc-macro2 v1.0.86 |
268 | 2024-08-27T22:46:00.510Z | Downloaded tokio-rustls v0.25.0 |
269 | 2024-08-27T22:46:00.513Z | Downloaded tokio-rustls v0.24.1 |
270 | 2024-08-27T22:46:00.515Z | Downloaded rustls-pemfile v2.1.3 |
271 | 2024-08-27T22:46:00.518Z | Downloaded ipnet v2.9.0 |
272 | 2024-08-27T22:46:00.520Z | Downloaded socket2 v0.5.7 |
273 | 2024-08-27T22:46:00.523Z | Downloaded slog v2.7.0 |
274 | 2024-08-27T22:46:00.526Z | Downloaded openssl-sys v0.9.103 |
275 | 2024-08-27T22:46:00.530Z | Downloaded darling_core v0.20.10 |
276 | 2024-08-27T22:46:00.536Z | Downloaded bytes v1.7.1 |
277 | 2024-08-27T22:46:00.540Z | Downloaded tinyvec v1.8.0 |
278 | 2024-08-27T22:46:00.545Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2024-08-27T22:46:00.549Z | Downloaded toml v0.8.19 |
280 | 2024-08-27T22:46:00.555Z | Downloaded schemars v0.8.21 |
281 | 2024-08-27T22:46:00.565Z | Downloaded ucd-trie v0.1.6 |
282 | 2024-08-27T22:46:00.569Z | Downloaded rand v0.8.5 |
283 | 2024-08-27T22:46:00.571Z | Downloaded cc v1.1.15 |
284 | 2024-08-27T22:46:00.576Z | Downloaded base64 v0.21.7 |
285 | 2024-08-27T22:46:00.579Z | Downloaded typenum v1.17.0 |
286 | 2024-08-27T22:46:00.582Z | Downloaded unicode-normalization v0.1.23 |
287 | 2024-08-27T22:46:00.585Z | Downloaded serde v1.0.209 |
288 | 2024-08-27T22:46:00.588Z | Downloaded serde_derive v1.0.209 |
289 | 2024-08-27T22:46:00.591Z | Downloaded http v1.1.0 |
290 | 2024-08-27T22:46:00.594Z | Downloaded pest v2.7.11 |
291 | 2024-08-27T22:46:00.600Z | Downloaded uuid v1.10.0 |
292 | 2024-08-27T22:46:00.603Z | Downloaded tracing-core v0.1.32 |
293 | 2024-08-27T22:46:00.606Z | Downloaded hashbrown v0.12.3 |
294 | 2024-08-27T22:46:00.611Z | Downloaded indexmap v2.4.0 |
295 | 2024-08-27T22:46:00.615Z | Downloaded mio v1.0.2 |
296 | 2024-08-27T22:46:00.621Z | Downloaded memchr v2.7.4 |
297 | 2024-08-27T22:46:00.627Z | Downloaded tracing v0.1.40 |
298 | 2024-08-27T22:46:00.639Z | Downloaded http v0.2.12 |
299 | 2024-08-27T22:46:00.643Z | Downloaded base64 v0.22.1 |
300 | 2024-08-27T22:46:00.643Z | Downloaded time v0.3.36 |
301 | 2024-08-27T22:46:00.648Z | Downloaded toml_edit v0.22.20 |
302 | 2024-08-27T22:46:00.671Z | Downloaded winnow v0.6.18 |
303 | 2024-08-27T22:46:00.681Z | Downloaded tokio-util v0.7.11 |
304 | 2024-08-27T22:46:00.686Z | Downloaded serde_with v3.9.0 |
305 | 2024-08-27T22:46:00.696Z | Downloaded rustls-webpki v0.102.7 |
306 | 2024-08-27T22:46:00.716Z | Downloaded h2 v0.3.26 |
307 | 2024-08-27T22:46:00.723Z | Downloaded rustls-webpki v0.101.7 |
308 | 2024-08-27T22:46:00.738Z | Downloaded reqwest v0.11.27 |
309 | 2024-08-27T22:46:00.745Z | Downloaded regex v1.10.6 |
310 | 2024-08-27T22:46:00.759Z | Downloaded webpki-roots v0.25.4 |
311 | 2024-08-27T22:46:00.763Z | Downloaded vcpkg v0.2.15 |
312 | 2024-08-27T22:46:00.803Z | Downloaded idna v0.5.0 |
313 | 2024-08-27T22:46:00.810Z | Downloaded rustls v0.21.12 |
314 | 2024-08-27T22:46:00.823Z | Downloaded openssl v0.10.66 |
315 | 2024-08-27T22:46:00.830Z | Downloaded syn v2.0.76 |
316 | 2024-08-27T22:46:00.841Z | Downloaded rustls v0.22.4 |
317 | 2024-08-27T22:46:00.855Z | Downloaded regress v0.9.1 |
318 | 2024-08-27T22:46:00.863Z | Downloaded openapiv3 v2.0.0 |
319 | 2024-08-27T22:46:00.875Z | Downloaded regress v0.10.0 |
320 | 2024-08-27T22:46:00.884Z | Downloaded regex-automata v0.4.7 |
321 | 2024-08-27T22:46:00.905Z | Downloaded regex-syntax v0.8.4 |
322 | 2024-08-27T22:46:00.914Z | Downloaded goblin v0.8.2 |
323 | 2024-08-27T22:46:00.918Z | Downloaded chrono v0.4.38 |
324 | 2024-08-27T22:46:00.923Z | Downloaded hyper v0.14.30 |
325 | 2024-08-27T22:46:00.932Z | Downloaded futures-util v0.3.30 |
326 | 2024-08-27T22:46:00.943Z | Downloaded tokio v1.39.3 |
327 | 2024-08-27T22:46:00.981Z | Downloaded libc v0.2.158 |
328 | 2024-08-27T22:46:01.006Z | Downloaded serde_json v1.0.127 |
329 | 2024-08-27T22:46:01.013Z | Downloaded zerocopy v0.7.35 |
330 | 2024-08-27T22:46:01.029Z | Downloaded encoding_rs v0.8.34 |
331 | 2024-08-27T22:46:01.048Z | Downloaded hashbrown v0.14.5 |
332 | 2024-08-27T22:46:01.053Z | Downloaded aho-corasick v1.1.3 |
333 | 2024-08-27T22:46:01.059Z | Downloaded crossbeam-channel v0.5.13 |
334 | 2024-08-27T22:46:01.063Z | Downloaded allocator-api2 v0.2.18 |
335 | 2024-08-27T22:46:01.065Z | Downloaded pest_meta v2.7.11 |
336 | 2024-08-27T22:46:01.068Z | Downloaded zeroize v1.8.1 |
337 | 2024-08-27T22:46:01.071Z | Downloaded unicode-ident v1.0.12 |
338 | 2024-08-27T22:46:01.073Z | Downloaded hyper-rustls v0.24.2 |
339 | 2024-08-27T22:46:01.075Z | Downloaded futures v0.3.30 |
340 | 2024-08-27T22:46:01.078Z | Downloaded toml_datetime v0.6.8 |
341 | 2024-08-27T22:46:01.081Z | Downloaded tokio-native-tls v0.3.1 |
342 | 2024-08-27T22:46:01.081Z | Downloaded spin v0.9.8 |
343 | 2024-08-27T22:46:01.083Z | Downloaded slog-term v2.9.1 |
344 | 2024-08-27T22:46:01.085Z | Downloaded slog-bunyan v2.5.0 |
345 | 2024-08-27T22:46:01.088Z | Downloaded ryu v1.0.18 |
346 | 2024-08-27T22:46:01.090Z | Downloaded rustls-pemfile v1.0.4 |
347 | 2024-08-27T22:46:01.094Z | Downloaded thiserror v1.0.63 |
348 | 2024-08-27T22:46:01.098Z | Downloaded ahash v0.8.11 |
349 | 2024-08-27T22:46:01.101Z | Downloaded autocfg v1.3.0 |
350 | 2024-08-27T22:46:01.104Z | Downloaded parse-display-derive v0.10.0 |
351 | 2024-08-27T22:46:01.104Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-08-27T22:46:01.106Z | Downloaded smallvec v1.13.2 |
353 | 2024-08-27T22:46:01.110Z | Downloaded futures-channel v0.3.30 |
354 | 2024-08-27T22:46:01.110Z | Downloaded darling v0.20.10 |
355 | 2024-08-27T22:46:01.113Z | Downloaded rustls-pki-types v1.8.0 |
356 | 2024-08-27T22:46:01.117Z | Downloaded is-terminal v0.4.13 |
357 | 2024-08-27T22:46:01.117Z | Downloaded httpdate v1.0.3 |
358 | 2024-08-27T22:46:01.124Z | Downloaded http-body v0.4.6 |
359 | 2024-08-27T22:46:01.124Z | Downloaded futures-sink v0.3.30 |
360 | 2024-08-27T22:46:01.124Z | Downloaded futures-io v0.3.30 |
361 | 2024-08-27T22:46:01.124Z | Downloaded heck v0.5.0 |
362 | 2024-08-27T22:46:01.124Z | Downloaded futures-core v0.3.30 |
363 | 2024-08-27T22:46:01.126Z | Downloaded crypto-common v0.1.6 |
364 | 2024-08-27T22:46:01.127Z | Downloaded ipnetwork v0.20.0 |
365 | 2024-08-27T22:46:01.127Z | Downloaded hyper-tls v0.5.0 |
366 | 2024-08-27T22:46:01.127Z | Downloaded form_urlencoded v1.2.1 |
367 | 2024-08-27T22:46:01.127Z | Downloaded slab v0.4.9 |
368 | 2024-08-27T22:46:01.130Z | Downloaded shlex v1.3.0 |
369 | 2024-08-27T22:46:01.130Z | Downloaded serde_urlencoded v0.7.1 |
370 | 2024-08-27T22:46:01.130Z | Downloaded serde_path_to_error v0.1.16 |
371 | 2024-08-27T22:46:01.133Z | Downloaded openssl-probe v0.1.5 |
372 | 2024-08-27T22:46:01.133Z | Downloaded num_threads v0.1.7 |
373 | 2024-08-27T22:46:01.133Z | Downloaded hex v0.4.3 |
374 | 2024-08-27T22:46:01.135Z | Downloaded futures-task v0.3.30 |
375 | 2024-08-27T22:46:01.135Z | Downloaded dyn-clone v1.0.17 |
376 | 2024-08-27T22:46:01.138Z | Downloaded dof v0.3.0 |
377 | 2024-08-27T22:46:01.138Z | Downloaded deranged v0.3.11 |
378 | 2024-08-27T22:46:01.158Z | Downloaded ring v0.17.8 |
379 | 2024-08-27T22:46:01.342Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-27T22:46:01.342Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-27T22:46:01.344Z | Compiling libc v0.2.158 |
382 | 2024-08-27T22:46:01.344Z | Checking cfg-if v1.0.0 |
383 | 2024-08-27T22:46:01.345Z | Compiling version_check v0.9.5 |
384 | 2024-08-27T22:46:01.345Z | Compiling autocfg v1.3.0 |
385 | 2024-08-27T22:46:01.345Z | Compiling serde v1.0.209 |
386 | 2024-08-27T22:46:01.353Z | Checking memchr v2.7.4 |
387 | 2024-08-27T22:46:01.432Z | Compiling serde_json v1.0.127 |
388 | 2024-08-27T22:46:01.537Z | Checking itoa v1.0.11 |
389 | 2024-08-27T22:46:01.884Z | Compiling shlex v1.3.0 |
390 | 2024-08-27T22:46:02.009Z | Checking byteorder v1.5.0 |
391 | 2024-08-27T22:46:02.072Z | Compiling ahash v0.8.11 |
392 | 2024-08-27T22:46:02.144Z | Checking once_cell v1.19.0 |
393 | 2024-08-27T22:46:02.223Z | Compiling thiserror v1.0.63 |
394 | 2024-08-27T22:46:02.268Z | Compiling cc v1.1.15 |
395 | 2024-08-27T22:46:02.516Z | Compiling num-traits v0.2.19 |
396 | 2024-08-27T22:46:02.851Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-27T22:46:02.858Z | Checking getrandom v0.2.15 |
398 | 2024-08-27T22:46:02.901Z | Compiling quote v1.0.37 |
399 | 2024-08-27T22:46:03.014Z | Checking ryu v1.0.18 |
400 | 2024-08-27T22:46:03.046Z | Checking bytes v1.7.1 |
401 | 2024-08-27T22:46:03.143Z | Checking log v0.4.22 |
402 | 2024-08-27T22:46:03.253Z | Compiling syn v2.0.76 |
403 | 2024-08-27T22:46:03.334Z | Checking allocator-api2 v0.2.18 |
404 | 2024-08-27T22:46:03.429Z | Compiling lock_api v0.4.12 |
405 | 2024-08-27T22:46:03.516Z | Compiling parking_lot_core v0.9.10 |
406 | 2024-08-27T22:46:03.625Z | Compiling schemars v0.8.21 |
407 | 2024-08-27T22:46:03.686Z | Checking scopeguard v1.2.0 |
408 | 2024-08-27T22:46:03.764Z | Checking futures-core v0.3.30 |
409 | 2024-08-27T22:46:03.807Z | Checking smallvec v1.13.2 |
410 | 2024-08-27T22:46:03.928Z | Checking socket2 v0.5.7 |
411 | 2024-08-27T22:46:03.944Z | Checking mio v1.0.2 |
412 | 2024-08-27T22:46:03.963Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-27T22:46:03.995Z | Compiling slab v0.4.9 |
414 | 2024-08-27T22:46:04.196Z | Checking spin v0.9.8 |
415 | 2024-08-27T22:46:04.266Z | Checking futures-sink v0.3.30 |
416 | 2024-08-27T22:46:04.393Z | Checking equivalent v1.0.1 |
417 | 2024-08-27T22:46:04.407Z | Checking fnv v1.0.7 |
418 | 2024-08-27T22:46:04.454Z | Checking parking_lot v0.12.3 |
419 | 2024-08-27T22:46:04.475Z | Checking untrusted v0.9.0 |
420 | 2024-08-27T22:46:04.491Z | Checking futures-channel v0.3.30 |
421 | 2024-08-27T22:46:04.497Z | Compiling vcpkg v0.2.15 |
422 | 2024-08-27T22:46:04.614Z | Compiling pkg-config v0.3.30 |
423 | 2024-08-27T22:46:04.734Z | Checking futures-task v0.3.30 |
424 | 2024-08-27T22:46:04.778Z | Compiling semver v1.0.23 |
425 | 2024-08-27T22:46:04.821Z | Checking futures-io v0.3.30 |
426 | 2024-08-27T22:46:04.963Z | Checking pin-utils v0.1.0 |
427 | 2024-08-27T22:46:04.992Z | Compiling heck v0.5.0 |
428 | 2024-08-27T22:46:05.141Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-27T22:46:05.231Z | Compiling ring v0.17.8 |
430 | 2024-08-27T22:46:05.328Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-27T22:46:05.391Z | Checking http v0.2.12 |
432 | 2024-08-27T22:46:05.768Z | Compiling httparse v1.9.4 |
433 | 2024-08-27T22:46:05.815Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-27T22:46:06.118Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-27T22:46:06.532Z | Checking tracing-core v0.1.32 |
436 | 2024-08-27T22:46:06.582Z | Compiling uuid v1.10.0 |
437 | 2024-08-27T22:46:07.085Z | Compiling chrono v0.4.38 |
438 | 2024-08-27T22:46:07.144Z | Checking try-lock v0.2.5 |
439 | 2024-08-27T22:46:07.150Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-27T22:46:07.161Z | Checking tracing v0.1.40 |
441 | 2024-08-27T22:46:07.227Z | Compiling slog v2.7.0 |
442 | 2024-08-27T22:46:07.238Z | Compiling openssl v0.10.66 |
443 | 2024-08-27T22:46:07.246Z | Checking want v0.3.1 |
444 | 2024-08-27T22:46:07.400Z | Checking foreign-types v0.3.2 |
445 | 2024-08-27T22:46:07.549Z | Checking http-body v0.4.6 |
446 | 2024-08-27T22:46:07.671Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-27T22:46:07.757Z | Checking httpdate v1.0.3 |
448 | 2024-08-27T22:46:07.888Z | Compiling native-tls v0.2.12 |
449 | 2024-08-27T22:46:07.970Z | Compiling rustls v0.21.12 |
450 | 2024-08-27T22:46:08.241Z | Checking bitflags v2.6.0 |
451 | 2024-08-27T22:46:08.260Z | Compiling typenum v1.17.0 |
452 | 2024-08-27T22:46:08.475Z | Checking tower-service v0.3.3 |
453 | 2024-08-27T22:46:08.571Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-08-27T22:46:08.640Z | Checking percent-encoding v2.3.1 |
455 | 2024-08-27T22:46:08.689Z | Compiling regex-syntax v0.8.4 |
456 | 2024-08-27T22:46:08.829Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-27T22:46:08.992Z | Checking tinyvec v1.8.0 |
458 | 2024-08-27T22:46:09.230Z | Compiling generic-array v0.14.7 |
459 | 2024-08-27T22:46:09.557Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-27T22:46:10.250Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-27T22:46:10.932Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-27T22:46:11.024Z | Checking sct v0.7.1 |
463 | 2024-08-27T22:46:11.188Z | Checking rustls-webpki v0.101.7 |
464 | 2024-08-27T22:46:15.447Z | Compiling usdt-impl v0.5.0 |
465 | 2024-08-27T22:46:15.512Z | Compiling regex-automata v0.4.7 |
466 | 2024-08-27T22:46:15.512Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-27T22:46:15.512Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-27T22:46:15.512Z | Checking mime v0.3.17 |
469 | 2024-08-27T22:46:15.512Z | Compiling num-conv v0.1.0 |
470 | 2024-08-27T22:46:15.552Z | Checking powerfmt v0.2.0 |
471 | 2024-08-27T22:46:15.553Z | Compiling time-core v0.1.2 |
472 | 2024-08-27T22:46:15.553Z | Compiling time-macros v0.2.18 |
473 | 2024-08-27T22:46:15.553Z | Checking deranged v0.3.11 |
474 | 2024-08-27T22:46:15.553Z | Checking idna v0.5.0 |
475 | 2024-08-27T22:46:15.553Z | Compiling thread-id v4.2.2 |
476 | 2024-08-27T22:46:15.553Z | Checking plain v0.2.3 |
477 | 2024-08-27T22:46:15.553Z | Compiling ident_case v1.0.1 |
478 | 2024-08-27T22:46:15.553Z | Checking num_threads v0.1.7 |
479 | 2024-08-27T22:46:15.553Z | Compiling crossbeam-utils v0.8.20 |
480 | 2024-08-27T22:46:15.553Z | Checking rustls-pki-types v1.8.0 |
481 | 2024-08-27T22:46:15.578Z | Compiling serde_derive v1.0.209 |
482 | 2024-08-27T22:46:15.771Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-08-27T22:46:15.823Z | Compiling thiserror-impl v1.0.63 |
484 | 2024-08-27T22:46:15.830Z | Compiling schemars_derive v0.8.21 |
485 | 2024-08-27T22:46:15.833Z | Compiling tokio-macros v2.4.0 |
486 | 2024-08-27T22:46:15.937Z | Compiling futures-macro v0.3.30 |
487 | 2024-08-27T22:46:16.326Z | Compiling openssl-macros v0.1.1 |
488 | 2024-08-27T22:46:17.349Z | Checking tokio v1.39.3 |
489 | 2024-08-27T22:46:17.704Z | Checking zerocopy v0.7.35 |
490 | 2024-08-27T22:46:18.751Z | Checking futures-util v0.3.30 |
491 | 2024-08-27T22:46:18.759Z | Compiling pest v2.7.11 |
492 | 2024-08-27T22:46:19.466Z | Checking hashbrown v0.14.5 |
493 | 2024-08-27T22:46:19.853Z | Compiling regex v1.10.6 |
494 | 2024-08-27T22:46:20.646Z | Compiling scroll_derive v0.12.0 |
495 | 2024-08-27T22:46:20.830Z | Checking regress v0.10.0 |
496 | 2024-08-27T22:46:21.633Z | Compiling pest_meta v2.7.11 |
497 | 2024-08-27T22:46:22.106Z | Checking scroll v0.12.0 |
498 | 2024-08-27T22:46:22.743Z | Compiling pest_generator v2.7.11 |
499 | 2024-08-27T22:46:24.342Z | Compiling strsim v0.11.1 |
500 | 2024-08-27T22:46:24.382Z | Checking tokio-util v0.7.11 |
501 | 2024-08-27T22:46:24.487Z | Checking tokio-rustls v0.24.1 |
502 | 2024-08-27T22:46:24.816Z | Checking tokio-native-tls v0.3.1 |
503 | 2024-08-27T22:46:25.100Z | Checking base64 v0.21.7 |
504 | 2024-08-27T22:46:25.143Z | Compiling darling_core v0.20.10 |
505 | 2024-08-27T22:46:25.272Z | Checking time v0.3.36 |
506 | 2024-08-27T22:46:25.554Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-27T22:46:25.609Z | Compiling pest_derive v2.7.11 |
508 | 2024-08-27T22:46:25.730Z | Checking goblin v0.8.2 |
509 | 2024-08-27T22:46:26.436Z | Compiling dtrace-parser v0.2.0 |
510 | 2024-08-27T22:46:27.059Z | Checking url v2.5.2 |
511 | 2024-08-27T22:46:27.848Z | Checking dirs-sys-next v0.1.2 |
512 | 2024-08-27T22:46:28.283Z | Checking indexmap v2.4.0 |
513 | 2024-08-27T22:46:28.927Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-27T22:46:29.162Z | Compiling rustversion v1.0.17 |
515 | 2024-08-27T22:46:29.328Z | Compiling rustls v0.22.4 |
516 | 2024-08-27T22:46:29.473Z | Checking h2 v0.3.26 |
517 | 2024-08-27T22:46:29.629Z | Compiling paste v1.0.15 |
518 | 2024-08-27T22:46:29.637Z | Checking openapiv3 v2.0.0 |
519 | 2024-08-27T22:46:29.995Z | Compiling serde_tokenstream v0.2.2 |
520 | 2024-08-27T22:46:30.733Z | Compiling omicron-workspace-hack v0.1.0 |
521 | 2024-08-27T22:46:30.757Z | Checking ipnet v2.9.0 |
522 | 2024-08-27T22:46:31.041Z | Checking sync_wrapper v0.1.2 |
523 | 2024-08-27T22:46:31.045Z | Checking webpki-roots v0.25.4 |
524 | 2024-08-27T22:46:31.146Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-08-27T22:46:31.181Z | Checking pretty-hex v0.4.1 |
526 | 2024-08-27T22:46:31.203Z | Compiling darling_macro v0.20.10 |
527 | 2024-08-27T22:46:31.342Z | Checking dof v0.3.0 |
528 | 2024-08-27T22:46:32.046Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
529 | 2024-08-27T22:46:32.417Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-08-27T22:46:33.079Z | Checking serde_spanned v0.6.7 |
531 | 2024-08-27T22:46:33.254Z | Checking toml_datetime v0.6.8 |
532 | 2024-08-27T22:46:33.380Z | Checking dirs-next v2.0.0 |
533 | 2024-08-27T22:46:33.527Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-27T22:46:33.595Z | Checking hyper v0.14.30 |
535 | 2024-08-27T22:46:34.172Z | Checking rustls-webpki v0.102.7 |
536 | 2024-08-27T22:46:34.289Z | Checking crypto-common v0.1.6 |
537 | 2024-08-27T22:46:34.439Z | Checking block-buffer v0.10.4 |
538 | 2024-08-27T22:46:34.450Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-27T22:46:34.624Z | Checking rand_core v0.6.4 |
540 | 2024-08-27T22:46:34.906Z | Checking thread_local v1.1.8 |
541 | 2024-08-27T22:46:34.992Z | Compiling multer v3.1.0 |
542 | 2024-08-27T22:46:35.169Z | Compiling slog-async v2.8.0 |
543 | 2024-08-27T22:46:35.194Z | Checking subtle v2.6.1 |
544 | 2024-08-27T22:46:35.330Z | Checking zeroize v1.8.1 |
545 | 2024-08-27T22:46:35.408Z | Checking winnow v0.6.18 |
546 | 2024-08-27T22:46:35.558Z | Compiling anyhow v1.0.86 |
547 | 2024-08-27T22:46:35.670Z | Compiling camino v1.1.9 |
548 | 2024-08-27T22:46:36.020Z | Checking match_cfg v0.1.0 |
549 | 2024-08-27T22:46:36.091Z | Checking hostname v0.3.1 |
550 | 2024-08-27T22:46:36.319Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-27T22:46:36.335Z | Checking digest v0.10.7 |
552 | 2024-08-27T22:46:36.617Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-27T22:46:36.656Z | Compiling usdt-macro v0.5.0 |
554 | 2024-08-27T22:46:36.819Z | Compiling usdt-attr-macro v0.5.0 |
555 | 2024-08-27T22:46:37.126Z | Compiling structmeta v0.3.0 |
556 | 2024-08-27T22:46:37.320Z | Checking term v0.7.0 |
557 | 2024-08-27T22:46:37.977Z | Compiling darling v0.20.10 |
558 | 2024-08-27T22:46:38.016Z | Checking hyper-rustls v0.24.2 |
559 | 2024-08-27T22:46:38.077Z | Checking hyper-tls v0.5.0 |
560 | 2024-08-27T22:46:38.219Z | Checking slog-json v2.6.1 |
561 | 2024-08-27T22:46:38.277Z | Checking futures-executor v0.3.30 |
562 | 2024-08-27T22:46:38.319Z | Checking reqwest v0.11.27 |
563 | 2024-08-27T22:46:38.408Z | Checking toml_edit v0.22.20 |
564 | 2024-08-27T22:46:38.459Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-27T22:46:38.474Z | Checking http v1.1.0 |
566 | 2024-08-27T22:46:38.744Z | Checking memmap v0.7.0 |
567 | 2024-08-27T22:46:38.816Z | Checking is-terminal v0.4.13 |
568 | 2024-08-27T22:46:38.922Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
569 | 2024-08-27T22:46:38.930Z | Checking take_mut v0.2.2 |
570 | 2024-08-27T22:46:39.062Z | Checking atomic-waker v1.1.2 |
571 | 2024-08-27T22:46:39.185Z | Checking base64 v0.22.1 |
572 | 2024-08-27T22:46:39.253Z | Checking cpufeatures v0.2.13 |
573 | 2024-08-27T22:46:39.337Z | Checking sha1 v0.10.6 |
574 | 2024-08-27T22:46:39.601Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
575 | 2024-08-27T22:46:39.632Z | Checking rustls-pemfile v2.1.3 |
576 | 2024-08-27T22:46:39.640Z | Checking waitgroup v0.1.2 |
577 | 2024-08-27T22:46:39.781Z | Checking async-stream v0.3.5 |
578 | 2024-08-27T22:46:39.839Z | Checking tokio-rustls v0.25.0 |
579 | 2024-08-27T22:46:39.852Z | Checking usdt v0.5.0 |
580 | 2024-08-27T22:46:39.893Z | Checking slog-term v2.9.1 |
581 | 2024-08-27T22:46:39.939Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-27T22:46:40.027Z | Checking futures v0.3.30 |
583 | 2024-08-27T22:46:40.070Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-27T22:46:40.118Z | Compiling serde_with_macros v3.9.0 |
585 | 2024-08-27T22:46:40.165Z | Compiling parse-display-derive v0.10.0 |
586 | 2024-08-27T22:46:40.211Z | Checking rand v0.8.5 |
587 | 2024-08-27T22:46:40.734Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-27T22:46:40.794Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-27T22:46:40.947Z | Checking toml v0.8.19 |
590 | 2024-08-27T22:46:41.038Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
591 | 2024-08-27T22:46:41.148Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-08-27T22:46:41.432Z | Checking hex v0.4.3 |
593 | 2024-08-27T22:46:41.684Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-27T22:46:41.786Z | Compiling async-trait v0.1.81 |
595 | 2024-08-27T22:46:41.950Z | Checking hostname v0.4.0 |
596 | 2024-08-27T22:46:42.061Z | Checking instant v0.1.13 |
597 | 2024-08-27T22:46:42.167Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-27T22:46:42.292Z | Checking backoff v0.4.0 |
599 | 2024-08-27T22:46:42.464Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-27T22:46:42.658Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-27T22:46:42.862Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-27T22:46:42.932Z | Checking serde_with v3.9.0 |
603 | 2024-08-27T22:46:42.932Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
604 | 2024-08-27T22:46:42.935Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
605 | 2024-08-27T22:46:43.206Z | Checking macaddr v1.0.1 |
606 | 2024-08-27T22:46:43.522Z | Checking regress v0.9.1 |
607 | 2024-08-27T22:46:44.025Z | Checking parse-display v0.10.0 |
608 | 2024-08-27T22:46:44.310Z | Checking strum v0.26.3 |
609 | 2024-08-27T22:46:45.870Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-27T22:46:47.700Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-27T22:46:47.746Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-27T22:46:50.214Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-27T22:46:55.145Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-27T22:46:55.259Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-27T22:46:58.003Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-27T22:47:04.832Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-27T22:47:04.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
618 | 2024-08-27T22:47:04.949Z | + cargo build --release |
619 | 2024-08-27T22:47:05.204Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-27T22:47:05.204Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-27T22:47:05.204Z | Compiling libc v0.2.158 |
622 | 2024-08-27T22:47:05.207Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-27T22:47:05.208Z | Compiling version_check v0.9.5 |
624 | 2024-08-27T22:47:05.208Z | Compiling autocfg v1.3.0 |
625 | 2024-08-27T22:47:05.208Z | Compiling serde v1.0.209 |
626 | 2024-08-27T22:47:05.208Z | Compiling memchr v2.7.4 |
627 | 2024-08-27T22:47:05.313Z | Compiling serde_json v1.0.127 |
628 | 2024-08-27T22:47:05.386Z | Compiling itoa v1.0.11 |
629 | 2024-08-27T22:47:05.660Z | Compiling thiserror v1.0.63 |
630 | 2024-08-27T22:47:05.789Z | Compiling byteorder v1.5.0 |
631 | 2024-08-27T22:47:05.851Z | Compiling ahash v0.8.11 |
632 | 2024-08-27T22:47:05.933Z | Compiling shlex v1.3.0 |
633 | 2024-08-27T22:47:06.183Z | Compiling once_cell v1.19.0 |
634 | 2024-08-27T22:47:06.230Z | Compiling cc v1.1.15 |
635 | 2024-08-27T22:47:06.628Z | Compiling getrandom v0.2.15 |
636 | 2024-08-27T22:47:06.719Z | Compiling quote v1.0.37 |
637 | 2024-08-27T22:47:06.732Z | Compiling num-traits v0.2.19 |
638 | 2024-08-27T22:47:06.836Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-27T22:47:06.951Z | Compiling ryu v1.0.18 |
640 | 2024-08-27T22:47:07.020Z | Compiling log v0.4.22 |
641 | 2024-08-27T22:47:07.070Z | Compiling syn v2.0.76 |
642 | 2024-08-27T22:47:07.408Z | Compiling bytes v1.7.1 |
643 | 2024-08-27T22:47:07.506Z | Compiling schemars v0.8.21 |
644 | 2024-08-27T22:47:07.520Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-27T22:47:07.540Z | Compiling lock_api v0.4.12 |
646 | 2024-08-27T22:47:07.733Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-27T22:47:07.751Z | Compiling futures-core v0.3.30 |
648 | 2024-08-27T22:47:07.979Z | Compiling smallvec v1.13.2 |
649 | 2024-08-27T22:47:07.983Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-27T22:47:07.990Z | Compiling socket2 v0.5.7 |
651 | 2024-08-27T22:47:08.190Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-27T22:47:08.512Z | Compiling mio v1.0.2 |
653 | 2024-08-27T22:47:08.669Z | Compiling slab v0.4.9 |
654 | 2024-08-27T22:47:09.024Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-27T22:47:09.135Z | Compiling spin v0.9.8 |
656 | 2024-08-27T22:47:09.182Z | Compiling ring v0.17.8 |
657 | 2024-08-27T22:47:09.360Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-27T22:47:09.499Z | Compiling untrusted v0.9.0 |
659 | 2024-08-27T22:47:09.506Z | Compiling fnv v1.0.7 |
660 | 2024-08-27T22:47:09.623Z | Compiling semver v1.0.23 |
661 | 2024-08-27T22:47:09.660Z | Compiling equivalent v1.0.1 |
662 | 2024-08-27T22:47:09.766Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-27T22:47:10.024Z | Compiling pkg-config v0.3.30 |
664 | 2024-08-27T22:47:10.092Z | Compiling futures-task v0.3.30 |
665 | 2024-08-27T22:47:10.168Z | Compiling heck v0.5.0 |
666 | 2024-08-27T22:47:10.223Z | Compiling futures-io v0.3.30 |
667 | 2024-08-27T22:47:10.332Z | Compiling pin-utils v0.1.0 |
668 | 2024-08-27T22:47:10.401Z | Compiling vcpkg v0.2.15 |
669 | 2024-08-27T22:47:10.793Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-27T22:47:10.877Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-27T22:47:11.199Z | Compiling http v0.2.12 |
672 | 2024-08-27T22:47:11.375Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-27T22:47:11.518Z | Compiling httparse v1.9.4 |
674 | 2024-08-27T22:47:11.996Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-27T22:47:12.297Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-27T22:47:12.714Z | Compiling uuid v1.10.0 |
677 | 2024-08-27T22:47:15.894Z | Compiling chrono v0.4.38 |
678 | 2024-08-27T22:47:15.972Z | Compiling tracing v0.1.40 |
679 | 2024-08-27T22:47:15.972Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-27T22:47:15.972Z | Compiling slog v2.7.0 |
681 | 2024-08-27T22:47:15.972Z | Compiling openssl v0.10.66 |
682 | 2024-08-27T22:47:15.973Z | Compiling try-lock v0.2.5 |
683 | 2024-08-27T22:47:15.973Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-27T22:47:15.973Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-27T22:47:15.973Z | Compiling want v0.3.1 |
686 | 2024-08-27T22:47:15.973Z | Compiling http-body v0.4.6 |
687 | 2024-08-27T22:47:15.984Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-27T22:47:16.312Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-08-27T22:47:16.389Z | Compiling httpdate v1.0.3 |
690 | 2024-08-27T22:47:16.669Z | Compiling typenum v1.17.0 |
691 | 2024-08-27T22:47:16.747Z | Compiling bitflags v2.6.0 |
692 | 2024-08-27T22:47:17.050Z | Compiling tower-service v0.3.3 |
693 | 2024-08-27T22:47:17.078Z | Compiling percent-encoding v2.3.1 |
694 | 2024-08-27T22:47:17.144Z | Compiling regex-syntax v0.8.4 |
695 | 2024-08-27T22:47:17.166Z | Compiling native-tls v0.2.12 |
696 | 2024-08-27T22:47:17.536Z | Compiling rustls v0.21.12 |
697 | 2024-08-27T22:47:17.549Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-27T22:47:17.702Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-27T22:47:18.084Z | Compiling generic-array v0.14.7 |
700 | 2024-08-27T22:47:18.436Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-27T22:47:19.377Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-27T22:47:19.408Z | Compiling serde_derive v1.0.209 |
703 | 2024-08-27T22:47:19.647Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-27T22:47:19.816Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-27T22:47:20.262Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-27T22:47:20.370Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-27T22:47:21.686Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-27T22:47:22.728Z | Compiling tokio v1.39.3 |
709 | 2024-08-27T22:47:22.798Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-27T22:47:23.184Z | Compiling pest v2.7.11 |
711 | 2024-08-27T22:47:23.849Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-27T22:47:24.695Z | Compiling futures-util v0.3.30 |
713 | 2024-08-27T22:47:25.369Z | Compiling regress v0.10.0 |
714 | 2024-08-27T22:47:25.396Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-27T22:47:26.013Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-27T22:47:30.205Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-27T22:47:30.343Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-27T22:47:31.511Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-27T22:47:31.721Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-27T22:47:32.592Z | Compiling sct v0.7.1 |
721 | 2024-08-27T22:47:33.470Z | Compiling indexmap v2.4.0 |
722 | 2024-08-27T22:47:34.979Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-27T22:47:35.529Z | Compiling h2 v0.3.26 |
724 | 2024-08-27T22:47:35.931Z | Compiling regex-automata v0.4.7 |
725 | 2024-08-27T22:47:40.704Z | Compiling hyper v0.14.30 |
726 | 2024-08-27T22:47:42.564Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
727 | 2024-08-27T22:47:43.839Z | Compiling regex v1.10.6 |
728 | 2024-08-27T22:47:47.359Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-27T22:47:52.117Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-27T22:47:52.203Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-27T22:47:52.204Z | Compiling num-conv v0.1.0 |
732 | 2024-08-27T22:47:52.204Z | Compiling mime v0.3.17 |
733 | 2024-08-27T22:47:52.439Z | Compiling time-core v0.1.2 |
734 | 2024-08-27T22:47:52.590Z | Compiling powerfmt v0.2.0 |
735 | 2024-08-27T22:47:53.054Z | Compiling unicode-bidi v0.3.15 |
736 | 2024-08-27T22:47:54.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
737 | 2024-08-27T22:47:57.936Z | Compiling idna v0.5.0 |
738 | 2024-08-27T22:47:58.386Z | Compiling deranged v0.3.11 |
739 | 2024-08-27T22:48:00.153Z | Compiling time-macros v0.2.18 |
740 | 2024-08-27T22:48:04.061Z | Compiling scroll v0.12.0 |
741 | 2024-08-27T22:48:04.133Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-27T22:48:04.133Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-27T22:48:04.133Z | Compiling dof v0.3.0 |
744 | 2024-08-27T22:48:04.133Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-27T22:48:04.174Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-27T22:48:04.174Z | Compiling thread-id v4.2.2 |
747 | 2024-08-27T22:48:04.174Z | Compiling plain v0.2.3 |
748 | 2024-08-27T22:48:04.616Z | Compiling num_threads v0.1.7 |
749 | 2024-08-27T22:48:04.724Z | Compiling strsim v0.11.1 |
750 | 2024-08-27T22:48:05.088Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-08-27T22:48:05.445Z | Compiling base64 v0.21.7 |
752 | 2024-08-27T22:48:05.666Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-08-27T22:48:06.165Z | Compiling ident_case v1.0.1 |
754 | 2024-08-27T22:48:06.321Z | Compiling rustls-pki-types v1.8.0 |
755 | 2024-08-27T22:48:06.592Z | Compiling darling_core v0.20.10 |
756 | 2024-08-27T22:48:08.722Z | Compiling time v0.3.36 |
757 | 2024-08-27T22:48:11.479Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-08-27T22:48:12.233Z | Compiling goblin v0.8.2 |
759 | 2024-08-27T22:48:12.627Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-27T22:48:13.031Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-27T22:48:13.511Z | Compiling url v2.5.2 |
762 | 2024-08-27T22:48:13.784Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-27T22:48:13.907Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-27T22:48:17.032Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-27T22:48:17.956Z | Compiling pretty-hex v0.4.1 |
766 | 2024-08-27T22:48:18.114Z | Compiling paste v1.0.15 |
767 | 2024-08-27T22:48:18.125Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-27T22:48:18.145Z | Compiling rustversion v1.0.17 |
769 | 2024-08-27T22:48:18.266Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-08-27T22:48:18.387Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-27T22:48:18.628Z | Compiling ipnet v2.9.0 |
772 | 2024-08-27T22:48:18.791Z | Compiling rustls v0.22.4 |
773 | 2024-08-27T22:48:19.149Z | Compiling reqwest v0.11.27 |
774 | 2024-08-27T22:48:20.136Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-27T22:48:21.334Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
776 | 2024-08-27T22:48:22.920Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-27T22:48:23.164Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-27T22:48:25.415Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-08-27T22:48:25.705Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-27T22:48:25.908Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-27T22:48:25.967Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-27T22:48:26.137Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-27T22:48:26.210Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-27T22:48:26.851Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-27T22:48:27.105Z | Compiling rand_core v0.6.4 |
786 | 2024-08-27T22:48:27.679Z | Compiling thread_local v1.1.8 |
787 | 2024-08-27T22:48:27.919Z | Compiling multer v3.1.0 |
788 | 2024-08-27T22:48:28.262Z | Compiling winnow v0.6.18 |
789 | 2024-08-27T22:48:28.396Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-27T22:48:28.478Z | Compiling slog-async v2.8.0 |
791 | 2024-08-27T22:48:28.975Z | Compiling zeroize v1.8.1 |
792 | 2024-08-27T22:48:29.316Z | Compiling camino v1.1.9 |
793 | 2024-08-27T22:48:29.571Z | Compiling subtle v2.6.1 |
794 | 2024-08-27T22:48:29.825Z | Compiling anyhow v1.0.86 |
795 | 2024-08-27T22:48:29.966Z | Compiling structmeta v0.3.0 |
796 | 2024-08-27T22:48:30.383Z | Compiling hostname v0.3.1 |
797 | 2024-08-27T22:48:30.558Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
798 | 2024-08-27T22:48:30.616Z | Compiling rand_chacha v0.3.1 |
799 | 2024-08-27T22:48:32.278Z | Compiling toml_edit v0.22.20 |
800 | 2024-08-27T22:48:32.558Z | Compiling digest v0.10.7 |
801 | 2024-08-27T22:48:32.982Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-27T22:48:36.166Z | Compiling darling v0.20.10 |
803 | 2024-08-27T22:48:36.268Z | Compiling term v0.7.0 |
804 | 2024-08-27T22:48:40.864Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-27T22:48:42.872Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-27T22:48:43.832Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-27T22:48:44.195Z | Compiling slog-json v2.6.1 |
808 | 2024-08-27T22:48:44.671Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-27T22:48:45.316Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-27T22:48:45.540Z | Compiling http v1.1.0 |
811 | 2024-08-27T22:48:45.734Z | Compiling memmap v0.7.0 |
812 | 2024-08-27T22:48:46.170Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-27T22:48:46.290Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-27T22:48:46.655Z | Compiling base64 v0.22.1 |
815 | 2024-08-27T22:48:46.683Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-27T22:48:46.771Z | Compiling atomic-waker v1.1.2 |
817 | 2024-08-27T22:48:46.953Z | Compiling take_mut v0.2.2 |
818 | 2024-08-27T22:48:50.255Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-27T22:48:50.532Z | Compiling waitgroup v0.1.2 |
820 | 2024-08-27T22:48:50.601Z | Compiling sha1 v0.10.6 |
821 | 2024-08-27T22:48:50.757Z | Compiling async-stream v0.3.5 |
822 | 2024-08-27T22:48:51.040Z | Compiling slog-term v2.9.1 |
823 | 2024-08-27T22:48:51.104Z | Compiling usdt v0.5.0 |
824 | 2024-08-27T22:48:51.351Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-27T22:48:51.546Z | Compiling futures v0.3.30 |
826 | 2024-08-27T22:48:51.734Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-27T22:48:51.995Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-27T22:48:52.698Z | Compiling serde_with_macros v3.9.0 |
829 | 2024-08-27T22:48:53.915Z | Compiling toml v0.8.19 |
830 | 2024-08-27T22:48:55.348Z | Compiling tokio-rustls v0.25.0 |
831 | 2024-08-27T22:48:55.369Z | Compiling rand v0.8.5 |
832 | 2024-08-27T22:48:56.548Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-27T22:48:57.310Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-27T22:48:58.565Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-27T22:48:58.896Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-27T22:49:00.532Z | Compiling hex v0.4.3 |
837 | 2024-08-27T22:49:01.238Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-27T22:49:01.505Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-27T22:49:02.082Z | Compiling async-trait v0.1.81 |
840 | 2024-08-27T22:49:02.257Z | Compiling hostname v0.4.0 |
841 | 2024-08-27T22:49:02.341Z | Compiling instant v0.1.13 |
842 | 2024-08-27T22:49:02.487Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-27T22:49:02.490Z | Compiling backoff v0.4.0 |
844 | 2024-08-27T22:49:02.622Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-27T22:49:02.802Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-27T22:49:02.818Z | Compiling parse-display v0.10.0 |
847 | 2024-08-27T22:49:02.929Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-27T22:49:02.961Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-27T22:49:03.220Z | Compiling strum v0.26.3 |
850 | 2024-08-27T22:49:03.396Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
851 | 2024-08-27T22:49:03.451Z | Compiling serde_with v3.9.0 |
852 | 2024-08-27T22:49:04.895Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-27T22:49:05.717Z | Compiling macaddr v1.0.1 |
854 | 2024-08-27T22:49:06.344Z | Compiling regress v0.9.1 |
855 | 2024-08-27T22:49:10.701Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-27T22:49:21.121Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-27T22:49:29.694Z | Finished `release` profile [optimized] target(s) in 2m 24s |
858 | 2024-08-27T22:49:29.751Z | process exited: duration 217338 ms, exit code 0 |
|
859 | 2024-08-27T22:49:29.756Z | found 0 output files |