|
|
|
1 | 2024-08-16T20:51:06.614Z | job assigned to worker 01J5EF93NSF6YNG6YYMCAB9PHR (queued for 1 m 0 s) |
|
2 | 2024-08-16T20:51:14.740Z | starting task 0: "setup" |
3 | 2024-08-16T20:51:14.776Z | ++ uname -s |
4 | 2024-08-16T20:51:14.779Z | + kern=SunOS |
5 | 2024-08-16T20:51:14.779Z | + case "$kern" in |
6 | 2024-08-16T20:51:14.779Z | + groupadd -g 12345 build |
7 | 2024-08-16T20:51:14.781Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T20:51:16.794Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T20:51:16.914Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T20:51:16.916Z | + home_fs=zfs |
11 | 2024-08-16T20:51:16.916Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T20:51:16.916Z | + mkdir -p /home/build |
13 | 2024-08-16T20:51:16.919Z | + chown build:build /home/build /work |
14 | 2024-08-16T20:51:18.921Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T20:51:18.923Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-08-16T20:51:18.929Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T20:51:18.934Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T20:51:18.935Z | ' 1.80.1 |
19 | 2024-08-16T20:51:18.935Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T20:51:18.935Z | * toolchain profile = "default" |
21 | 2024-08-16T20:51:18.935Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T20:51:18.935Z | ' default |
23 | 2024-08-16T20:51:18.937Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T20:51:18.937Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T20:51:19.040Z | info: downloading installer |
26 | 2024-08-16T20:51:20.601Z | info: profile set to 'default' |
27 | 2024-08-16T20:51:20.601Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T20:51:20.603Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T20:51:20.749Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T20:51:20.749Z | info: downloading component 'cargo' |
31 | 2024-08-16T20:51:21.563Z | info: downloading component 'clippy' |
32 | 2024-08-16T20:51:21.854Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T20:51:22.991Z | info: downloading component 'rust-std' |
34 | 2024-08-16T20:51:24.588Z | info: downloading component 'rustc' |
35 | 2024-08-16T20:51:29.047Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T20:51:29.284Z | info: installing component 'cargo' |
37 | 2024-08-16T20:51:30.110Z | info: installing component 'clippy' |
38 | 2024-08-16T20:51:30.480Z | info: installing component 'rust-docs' |
39 | 2024-08-16T20:51:32.123Z | info: installing component 'rust-std' |
40 | 2024-08-16T20:51:33.723Z | info: installing component 'rustc' |
41 | 2024-08-16T20:51:38.079Z | info: installing component 'rustfmt' |
42 | 2024-08-16T20:51:38.420Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T20:51:38.420Z | |
44 | 2024-08-16T20:51:38.694Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T20:51:38.694Z | |
46 | 2024-08-16T20:51:38.697Z | |
47 | 2024-08-16T20:51:38.697Z | Rust is installed now. Great! |
48 | 2024-08-16T20:51:38.697Z | |
49 | 2024-08-16T20:51:38.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T20:51:38.697Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T20:51:38.697Z | |
52 | 2024-08-16T20:51:38.697Z | To configure your current shell, you need to source |
53 | 2024-08-16T20:51:38.697Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T20:51:38.697Z | |
55 | 2024-08-16T20:51:38.697Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T20:51:38.697Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T20:51:38.697Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T20:51:38.761Z | + rustc --version |
59 | 2024-08-16T20:51:38.828Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T20:51:38.841Z | process exited: duration 19895 ms, exit code 0 |
|
61 | 2024-08-16T20:51:38.847Z | starting task 2: "authentication" |
62 | 2024-08-16T20:51:38.869Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-16T20:51:38.876Z | starting task 3: "clone repository" |
64 | 2024-08-16T20:51:38.879Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T20:51:38.881Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T20:51:39.051Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T20:51:46.111Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T20:51:46.111Z | + git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
69 | 2024-08-16T20:51:46.401Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T20:51:46.401Z | * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD |
71 | 2024-08-16T20:51:46.409Z | + [[ -n bump-console-33b7a505 ]] |
72 | 2024-08-16T20:51:46.420Z | ++ git branch --show-current |
73 | 2024-08-16T20:51:46.420Z | + current=main |
74 | 2024-08-16T20:51:46.420Z | + [[ main != bump-console-33b7a505 ]] |
75 | 2024-08-16T20:51:46.420Z | + git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
76 | 2024-08-16T20:51:46.420Z | + git checkout -f bump-console-33b7a505 |
77 | 2024-08-16T20:51:46.562Z | Switched to branch 'bump-console-33b7a505' |
78 | 2024-08-16T20:51:46.566Z | + git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
79 | 2024-08-16T20:51:46.704Z | HEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas) |
80 | 2024-08-16T20:51:46.707Z | process exited: duration 7830 ms, exit code 0 |
|
81 | 2024-08-16T20:51:46.716Z | starting task 4: "build" |
82 | 2024-08-16T20:51:46.723Z | + cargo --version |
83 | 2024-08-16T20:51:46.778Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T20:51:46.783Z | + rustc --version |
85 | 2024-08-16T20:51:46.836Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T20:51:46.841Z | + cd /tmp |
87 | 2024-08-16T20:51:46.841Z | + cargo new --lib test-project |
88 | 2024-08-16T20:51:46.893Z | Creating library `test-project` package |
89 | 2024-08-16T20:51:46.969Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-16T20:51:46.974Z | + cd test-project |
91 | 2024-08-16T20:51:46.974Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-16T20:51:47.027Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-16T20:51:47.030Z | Features: |
94 | 2024-08-16T20:51:47.030Z | - proptest |
95 | 2024-08-16T20:51:47.030Z | - test-strategy |
96 | 2024-08-16T20:51:47.030Z | - testing |
97 | 2024-08-16T20:51:47.030Z | Updating crates.io index |
98 | 2024-08-16T20:51:47.099Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-16T20:51:47.931Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-16T20:51:48.717Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-16T20:51:49.072Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-16T20:51:50.739Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-16T20:51:51.064Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-16T20:51:51.444Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-16T20:51:54.668Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-16T20:51:54.671Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-16T20:51:54.674Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-16T20:51:54.674Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-16T20:51:54.674Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-16T20:51:54.674Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-16T20:51:54.674Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-16T20:51:54.674Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-16T20:51:54.674Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-16T20:51:54.674Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-16T20:51:54.674Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-16T20:51:54.674Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-16T20:51:54.674Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-16T20:51:54.674Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-16T20:51:54.674Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-16T20:51:54.677Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-16T20:51:54.677Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-16T20:51:54.677Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-16T20:51:54.677Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-16T20:51:54.677Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-16T20:51:54.677Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-16T20:51:54.677Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-16T20:51:54.680Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-16T20:51:54.680Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-16T20:51:54.686Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-16T20:51:54.686Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-16T20:51:54.688Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-16T20:51:54.688Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-16T20:51:54.691Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-16T20:51:54.691Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-16T20:51:54.691Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-16T20:51:54.691Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-16T20:51:54.691Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-16T20:51:54.691Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-16T20:51:54.694Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-16T20:51:54.694Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-16T20:51:54.694Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-16T20:51:54.694Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-16T20:51:54.694Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-16T20:51:54.694Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-16T20:51:54.694Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-16T20:51:54.694Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-16T20:51:54.694Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-16T20:51:54.694Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-16T20:51:54.694Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-16T20:51:54.694Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-16T20:51:54.694Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-16T20:51:54.694Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-16T20:51:54.694Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-16T20:51:54.768Z | + cargo check |
155 | 2024-08-16T20:51:55.024Z | Downloading crates ... |
156 | 2024-08-16T20:51:55.090Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-16T20:51:55.096Z | Downloaded async-stream v0.3.5 |
158 | 2024-08-16T20:51:55.100Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2024-08-16T20:51:55.103Z | Downloaded darling_macro v0.20.10 |
160 | 2024-08-16T20:51:55.107Z | Downloaded want v0.3.1 |
161 | 2024-08-16T20:51:55.109Z | Downloaded match_cfg v0.1.0 |
162 | 2024-08-16T20:51:55.115Z | Downloaded ident_case v1.0.1 |
163 | 2024-08-16T20:51:55.118Z | Downloaded instant v0.1.13 |
164 | 2024-08-16T20:51:55.118Z | Downloaded openssl-macros v0.1.1 |
165 | 2024-08-16T20:51:55.126Z | Downloaded zerocopy-derive v0.7.35 |
166 | 2024-08-16T20:51:55.134Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-08-16T20:51:55.134Z | Downloaded usdt-macro v0.5.0 |
168 | 2024-08-16T20:51:55.134Z | Downloaded usdt-attr-macro v0.5.0 |
169 | 2024-08-16T20:51:55.134Z | Downloaded unicode-ident v1.0.12 |
170 | 2024-08-16T20:51:55.138Z | Downloaded block-buffer v0.10.4 |
171 | 2024-08-16T20:51:55.138Z | Downloaded equivalent v1.0.1 |
172 | 2024-08-16T20:51:55.138Z | Downloaded dtrace-parser v0.2.0 |
173 | 2024-08-16T20:51:55.138Z | Downloaded atomic-waker v1.1.2 |
174 | 2024-08-16T20:51:55.143Z | Downloaded cfg-if v1.0.0 |
175 | 2024-08-16T20:51:55.143Z | Downloaded allocator-api2 v0.2.18 |
176 | 2024-08-16T20:51:55.145Z | Downloaded digest v0.10.7 |
177 | 2024-08-16T20:51:55.146Z | Downloaded take_mut v0.2.2 |
178 | 2024-08-16T20:51:55.151Z | Downloaded itoa v1.0.11 |
179 | 2024-08-16T20:51:55.151Z | Downloaded hyper-tls v0.5.0 |
180 | 2024-08-16T20:51:55.151Z | Downloaded futures-executor v0.3.30 |
181 | 2024-08-16T20:51:55.156Z | Downloaded paste v1.0.15 |
182 | 2024-08-16T20:51:55.156Z | Downloaded version_check v0.9.5 |
183 | 2024-08-16T20:51:55.156Z | Downloaded try-lock v0.2.5 |
184 | 2024-08-16T20:51:55.156Z | Downloaded generic-array v0.14.7 |
185 | 2024-08-16T20:51:55.159Z | Downloaded dirs-next v2.0.0 |
186 | 2024-08-16T20:51:55.159Z | Downloaded waitgroup v0.1.2 |
187 | 2024-08-16T20:51:55.159Z | Downloaded byteorder v1.5.0 |
188 | 2024-08-16T20:51:55.165Z | Downloaded futures-macro v0.3.30 |
189 | 2024-08-16T20:51:55.165Z | Downloaded slab v0.4.9 |
190 | 2024-08-16T20:51:55.171Z | Downloaded newtype-uuid v1.1.0 |
191 | 2024-08-16T20:51:55.171Z | Downloaded hostname v0.4.0 |
192 | 2024-08-16T20:51:55.171Z | Downloaded backoff v0.4.0 |
193 | 2024-08-16T20:51:55.176Z | Downloaded pkg-config v0.3.30 |
194 | 2024-08-16T20:51:55.176Z | Downloaded rustls-pemfile v1.0.4 |
195 | 2024-08-16T20:51:55.177Z | Downloaded dof v0.3.0 |
196 | 2024-08-16T20:51:55.177Z | Downloaded darling v0.20.10 |
197 | 2024-08-16T20:51:55.184Z | Downloaded rand_core v0.6.4 |
198 | 2024-08-16T20:51:55.184Z | Downloaded strsim v0.11.1 |
199 | 2024-08-16T20:51:55.185Z | Downloaded schemars_derive v0.8.21 |
200 | 2024-08-16T20:51:55.198Z | Downloaded num_threads v0.1.7 |
201 | 2024-08-16T20:51:55.198Z | Downloaded slog-json v2.6.1 |
202 | 2024-08-16T20:51:55.199Z | Downloaded structmeta-derive v0.3.0 |
203 | 2024-08-16T20:51:55.199Z | Downloaded unsafe-libyaml v0.2.11 |
204 | 2024-08-16T20:51:55.217Z | Downloaded slog-async v2.8.0 |
205 | 2024-08-16T20:51:55.217Z | Downloaded ppv-lite86 v0.2.20 |
206 | 2024-08-16T20:51:55.217Z | Downloaded serde_urlencoded v0.7.1 |
207 | 2024-08-16T20:51:55.217Z | Downloaded serde_spanned v0.6.7 |
208 | 2024-08-16T20:51:55.217Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-08-16T20:51:55.217Z | Downloaded futures-core v0.3.30 |
210 | 2024-08-16T20:51:55.217Z | Downloaded dyn-clone v1.0.17 |
211 | 2024-08-16T20:51:55.217Z | Downloaded camino v1.1.8 |
212 | 2024-08-16T20:51:55.217Z | Downloaded scroll_derive v0.12.0 |
213 | 2024-08-16T20:51:55.217Z | Downloaded lock_api v0.4.12 |
214 | 2024-08-16T20:51:55.217Z | Downloaded native-tls v0.2.12 |
215 | 2024-08-16T20:51:55.218Z | Downloaded memmap v0.7.0 |
216 | 2024-08-16T20:51:55.218Z | Downloaded hex v0.4.3 |
217 | 2024-08-16T20:51:55.226Z | Downloaded ahash v0.8.11 |
218 | 2024-08-16T20:51:55.226Z | Downloaded futures-channel v0.3.30 |
219 | 2024-08-16T20:51:55.226Z | Downloaded sync_wrapper v0.1.2 |
220 | 2024-08-16T20:51:55.226Z | Downloaded strum v0.26.3 |
221 | 2024-08-16T20:51:55.226Z | Downloaded httparse v1.9.4 |
222 | 2024-08-16T20:51:55.226Z | Downloaded futures-task v0.3.30 |
223 | 2024-08-16T20:51:55.226Z | Downloaded tinyvec_macros v0.1.1 |
224 | 2024-08-16T20:51:55.227Z | Downloaded pin-project-lite v0.2.14 |
225 | 2024-08-16T20:51:55.228Z | Downloaded parse-display-derive v0.10.0 |
226 | 2024-08-16T20:51:55.228Z | Downloaded toml_datetime v0.6.8 |
227 | 2024-08-16T20:51:55.234Z | Downloaded shlex v1.3.0 |
228 | 2024-08-16T20:51:55.234Z | Downloaded sha1 v0.10.6 |
229 | 2024-08-16T20:51:55.234Z | Downloaded thiserror-impl v1.0.63 |
230 | 2024-08-16T20:51:55.234Z | Downloaded sct v0.7.1 |
231 | 2024-08-16T20:51:55.266Z | Downloaded rustls-pki-types v1.8.0 |
232 | 2024-08-16T20:51:55.267Z | Downloaded smallvec v1.13.2 |
233 | 2024-08-16T20:51:55.267Z | Downloaded thiserror v1.0.63 |
234 | 2024-08-16T20:51:55.267Z | Downloaded time-core v0.1.2 |
235 | 2024-08-16T20:51:55.267Z | Downloaded strum_macros v0.26.4 |
236 | 2024-08-16T20:51:55.267Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-08-16T20:51:55.267Z | Downloaded macaddr v1.0.1 |
238 | 2024-08-16T20:51:55.268Z | Downloaded tokio-native-tls v0.3.1 |
239 | 2024-08-16T20:51:55.268Z | Downloaded heck v0.5.0 |
240 | 2024-08-16T20:51:55.268Z | Downloaded rustversion v1.0.17 |
241 | 2024-08-16T20:51:55.268Z | Downloaded rand_chacha v0.3.1 |
242 | 2024-08-16T20:51:55.268Z | Downloaded serde_path_to_error v0.1.16 |
243 | 2024-08-16T20:51:55.268Z | Downloaded scopeguard v1.2.0 |
244 | 2024-08-16T20:51:55.279Z | Downloaded log v0.4.22 |
245 | 2024-08-16T20:51:55.279Z | Downloaded pin-utils v0.1.0 |
246 | 2024-08-16T20:51:55.279Z | Downloaded signal-hook-registry v1.4.2 |
247 | 2024-08-16T20:51:55.280Z | Downloaded tokio-macros v2.4.0 |
248 | 2024-08-16T20:51:55.280Z | Downloaded slog-bunyan v2.5.0 |
249 | 2024-08-16T20:51:55.280Z | Downloaded serde_tokenstream v0.2.2 |
250 | 2024-08-16T20:51:55.280Z | Downloaded getrandom v0.2.15 |
251 | 2024-08-16T20:51:55.280Z | Downloaded async-trait v0.1.81 |
252 | 2024-08-16T20:51:55.281Z | Downloaded num-traits v0.2.19 |
253 | 2024-08-16T20:51:55.303Z | Downloaded tower-service v0.3.3 |
254 | 2024-08-16T20:51:55.303Z | Downloaded percent-encoding v2.3.1 |
255 | 2024-08-16T20:51:55.303Z | Downloaded thread_local v1.1.8 |
256 | 2024-08-16T20:51:55.303Z | Downloaded thread-id v4.2.2 |
257 | 2024-08-16T20:51:55.303Z | Downloaded structmeta v0.3.0 |
258 | 2024-08-16T20:51:55.303Z | Downloaded scroll v0.12.0 |
259 | 2024-08-16T20:51:55.303Z | Downloaded ipnet v2.9.0 |
260 | 2024-08-16T20:51:55.304Z | Downloaded once_cell v1.19.0 |
261 | 2024-08-16T20:51:55.304Z | Downloaded zeroize v1.8.1 |
262 | 2024-08-16T20:51:55.304Z | Downloaded multer v3.1.0 |
263 | 2024-08-16T20:51:55.304Z | Downloaded parking_lot v0.12.3 |
264 | 2024-08-16T20:51:55.304Z | Downloaded proc-macro2 v1.0.86 |
265 | 2024-08-16T20:51:55.310Z | Downloaded hostname v0.3.1 |
266 | 2024-08-16T20:51:55.311Z | Downloaded time-macros v0.2.18 |
267 | 2024-08-16T20:51:55.311Z | Downloaded tokio-rustls v0.24.1 |
268 | 2024-08-16T20:51:55.311Z | Downloaded quote v1.0.36 |
269 | 2024-08-16T20:51:55.311Z | Downloaded plain v0.2.3 |
270 | 2024-08-16T20:51:55.311Z | Downloaded sha2 v0.10.8 |
271 | 2024-08-16T20:51:55.312Z | Downloaded serde_derive_internals v0.29.1 |
272 | 2024-08-16T20:51:55.312Z | Downloaded subtle v2.6.1 |
273 | 2024-08-16T20:51:55.312Z | Downloaded semver v1.0.23 |
274 | 2024-08-16T20:51:55.312Z | Downloaded rustls-pemfile v2.1.3 |
275 | 2024-08-16T20:51:55.317Z | Downloaded term v0.7.0 |
276 | 2024-08-16T20:51:55.318Z | Downloaded bytes v1.7.1 |
277 | 2024-08-16T20:51:55.321Z | Downloaded slog-term v2.9.1 |
278 | 2024-08-16T20:51:55.322Z | Downloaded serde_derive v1.0.208 |
279 | 2024-08-16T20:51:55.325Z | Downloaded tokio-rustls v0.25.0 |
280 | 2024-08-16T20:51:55.325Z | Downloaded unicode-bidi v0.3.15 |
281 | 2024-08-16T20:51:55.329Z | Downloaded darling_core v0.20.10 |
282 | 2024-08-16T20:51:55.336Z | Downloaded bitflags v2.6.0 |
283 | 2024-08-16T20:51:55.340Z | Downloaded ryu v1.0.18 |
284 | 2024-08-16T20:51:55.340Z | Downloaded pest_derive v2.7.11 |
285 | 2024-08-16T20:51:55.344Z | Downloaded slog v2.7.0 |
286 | 2024-08-16T20:51:55.344Z | Downloaded spin v0.9.8 |
287 | 2024-08-16T20:51:55.349Z | Downloaded typenum v1.17.0 |
288 | 2024-08-16T20:51:55.353Z | Downloaded tracing-core v0.1.32 |
289 | 2024-08-16T20:51:55.353Z | Downloaded cc v1.1.13 |
290 | 2024-08-16T20:51:55.357Z | Downloaded toml v0.8.19 |
291 | 2024-08-16T20:51:55.361Z | Downloaded socket2 v0.5.7 |
292 | 2024-08-16T20:51:55.361Z | Downloaded url v2.5.2 |
293 | 2024-08-16T20:51:55.365Z | Downloaded schemars v0.8.21 |
294 | 2024-08-16T20:51:55.374Z | Downloaded tinyvec v1.8.0 |
295 | 2024-08-16T20:51:55.379Z | Downloaded indexmap v2.4.0 |
296 | 2024-08-16T20:51:55.383Z | Downloaded crossbeam-channel v0.5.13 |
297 | 2024-08-16T20:51:55.386Z | Downloaded mio v1.0.2 |
298 | 2024-08-16T20:51:55.391Z | Downloaded serde_yaml v0.9.34+deprecated |
299 | 2024-08-16T20:51:55.399Z | Downloaded tracing v0.1.40 |
300 | 2024-08-16T20:51:55.404Z | Downloaded http v0.2.12 |
301 | 2024-08-16T20:51:55.404Z | Downloaded hashbrown v0.12.3 |
302 | 2024-08-16T20:51:55.409Z | Downloaded serde v1.0.208 |
303 | 2024-08-16T20:51:55.409Z | Downloaded http v1.1.0 |
304 | 2024-08-16T20:51:55.414Z | Downloaded memchr v2.7.4 |
305 | 2024-08-16T20:51:55.422Z | Downloaded futures v0.3.30 |
306 | 2024-08-16T20:51:55.427Z | Downloaded pest v2.7.11 |
307 | 2024-08-16T20:51:55.431Z | Downloaded toml_edit v0.22.20 |
308 | 2024-08-16T20:51:55.448Z | Downloaded winnow v0.6.18 |
309 | 2024-08-16T20:51:55.455Z | Downloaded tokio-util v0.7.11 |
310 | 2024-08-16T20:51:55.461Z | Downloaded goblin v0.8.2 |
311 | 2024-08-16T20:51:55.467Z | Downloaded aho-corasick v1.1.3 |
312 | 2024-08-16T20:51:55.475Z | Downloaded time v0.3.36 |
313 | 2024-08-16T20:51:55.480Z | Downloaded hyper v0.14.30 |
314 | 2024-08-16T20:51:55.488Z | Downloaded h2 v0.3.26 |
315 | 2024-08-16T20:51:55.493Z | Downloaded serde_with v3.9.0 |
316 | 2024-08-16T20:51:55.501Z | Downloaded rustls-webpki v0.101.7 |
317 | 2024-08-16T20:51:55.519Z | Downloaded rustls-webpki v0.102.6 |
318 | 2024-08-16T20:51:55.533Z | Downloaded idna v0.5.0 |
319 | 2024-08-16T20:51:55.538Z | Downloaded vcpkg v0.2.15 |
320 | 2024-08-16T20:51:55.575Z | Downloaded openssl v0.10.66 |
321 | 2024-08-16T20:51:55.582Z | Downloaded syn v2.0.74 |
322 | 2024-08-16T20:51:55.592Z | Downloaded rustls v0.21.12 |
323 | 2024-08-16T20:51:55.602Z | Downloaded regex v1.10.6 |
324 | 2024-08-16T20:51:55.626Z | Downloaded regress v0.9.1 |
325 | 2024-08-16T20:51:55.634Z | Downloaded rustls v0.22.4 |
326 | 2024-08-16T20:51:55.649Z | Downloaded regress v0.10.0 |
327 | 2024-08-16T20:51:55.656Z | Downloaded regex-syntax v0.8.4 |
328 | 2024-08-16T20:51:55.664Z | Downloaded libc v0.2.156 |
329 | 2024-08-16T20:51:55.693Z | Downloaded tokio v1.39.2 |
330 | 2024-08-16T20:51:55.729Z | Downloaded regex-automata v0.4.7 |
331 | 2024-08-16T20:51:55.747Z | Downloaded webpki-roots v0.25.4 |
332 | 2024-08-16T20:51:55.751Z | Downloaded encoding_rs v0.8.34 |
333 | 2024-08-16T20:51:55.770Z | Downloaded openapiv3 v2.0.0 |
334 | 2024-08-16T20:51:55.784Z | Downloaded chrono v0.4.38 |
335 | 2024-08-16T20:51:55.789Z | Downloaded reqwest v0.11.27 |
336 | 2024-08-16T20:51:55.796Z | Downloaded zerocopy v0.7.35 |
337 | 2024-08-16T20:51:55.811Z | Downloaded futures-util v0.3.30 |
338 | 2024-08-16T20:51:55.823Z | Downloaded serde_json v1.0.125 |
339 | 2024-08-16T20:51:55.831Z | Downloaded unicode-normalization v0.1.23 |
340 | 2024-08-16T20:51:55.834Z | Downloaded hashbrown v0.14.5 |
341 | 2024-08-16T20:51:55.849Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-16T20:51:55.853Z | Downloaded rand v0.8.5 |
343 | 2024-08-16T20:51:55.853Z | Downloaded base64 v0.21.7 |
344 | 2024-08-16T20:51:55.853Z | Downloaded base64 v0.22.1 |
345 | 2024-08-16T20:51:55.853Z | Downloaded pest_meta v2.7.11 |
346 | 2024-08-16T20:51:55.853Z | Downloaded openssl-sys v0.9.103 |
347 | 2024-08-16T20:51:55.857Z | Downloaded indexmap v1.9.3 |
348 | 2024-08-16T20:51:55.861Z | Downloaded uuid v1.10.0 |
349 | 2024-08-16T20:51:55.865Z | Downloaded iana-time-zone v0.1.60 |
350 | 2024-08-16T20:51:55.869Z | Downloaded hyper-rustls v0.24.2 |
351 | 2024-08-16T20:51:55.869Z | Downloaded pest_generator v2.7.11 |
352 | 2024-08-16T20:51:55.873Z | Downloaded is-terminal v0.4.13 |
353 | 2024-08-16T20:51:55.873Z | Downloaded httpdate v1.0.3 |
354 | 2024-08-16T20:51:55.873Z | Downloaded http-body v0.4.6 |
355 | 2024-08-16T20:51:55.873Z | Downloaded mime v0.3.17 |
356 | 2024-08-16T20:51:55.878Z | Downloaded futures-sink v0.3.30 |
357 | 2024-08-16T20:51:55.878Z | Downloaded futures-io v0.3.30 |
358 | 2024-08-16T20:51:55.878Z | Downloaded dirs-sys-next v0.1.2 |
359 | 2024-08-16T20:51:55.878Z | Downloaded serde_with_macros v3.9.0 |
360 | 2024-08-16T20:51:55.878Z | Downloaded untrusted v0.9.0 |
361 | 2024-08-16T20:51:55.882Z | Downloaded parse-display v0.10.0 |
362 | 2024-08-16T20:51:55.882Z | Downloaded crossbeam-utils v0.8.20 |
363 | 2024-08-16T20:51:55.884Z | Downloaded anyhow v1.0.86 |
364 | 2024-08-16T20:51:55.887Z | Downloaded parking_lot_core v0.9.10 |
365 | 2024-08-16T20:51:55.889Z | Downloaded usdt v0.5.0 |
366 | 2024-08-16T20:51:55.889Z | Downloaded openssl-probe v0.1.5 |
367 | 2024-08-16T20:51:55.892Z | Downloaded num-conv v0.1.0 |
368 | 2024-08-16T20:51:55.892Z | Downloaded debug-ignore v1.0.5 |
369 | 2024-08-16T20:51:55.896Z | Downloaded crypto-common v0.1.6 |
370 | 2024-08-16T20:51:55.896Z | Downloaded autocfg v1.3.0 |
371 | 2024-08-16T20:51:55.896Z | Downloaded powerfmt v0.2.0 |
372 | 2024-08-16T20:51:55.906Z | Downloaded foreign-types v0.3.2 |
373 | 2024-08-16T20:51:55.906Z | Downloaded ipnetwork v0.20.0 |
374 | 2024-08-16T20:51:55.906Z | Downloaded form_urlencoded v1.2.1 |
375 | 2024-08-16T20:51:55.906Z | Downloaded fnv v1.0.7 |
376 | 2024-08-16T20:51:55.906Z | Downloaded deranged v0.3.11 |
377 | 2024-08-16T20:51:55.906Z | Downloaded cpufeatures v0.2.13 |
378 | 2024-08-16T20:51:55.948Z | Downloaded ring v0.17.8 |
379 | 2024-08-16T20:51:56.140Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-16T20:51:56.140Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-16T20:51:56.145Z | Compiling libc v0.2.156 |
382 | 2024-08-16T20:51:56.145Z | Checking cfg-if v1.0.0 |
383 | 2024-08-16T20:51:56.145Z | Compiling version_check v0.9.5 |
384 | 2024-08-16T20:51:56.145Z | Compiling autocfg v1.3.0 |
385 | 2024-08-16T20:51:56.154Z | Compiling serde v1.0.208 |
386 | 2024-08-16T20:51:56.157Z | Checking memchr v2.7.4 |
387 | 2024-08-16T20:51:56.229Z | Compiling serde_json v1.0.125 |
388 | 2024-08-16T20:51:56.350Z | Checking itoa v1.0.11 |
389 | 2024-08-16T20:51:56.775Z | Compiling ahash v0.8.11 |
390 | 2024-08-16T20:51:56.829Z | Checking byteorder v1.5.0 |
391 | 2024-08-16T20:51:56.935Z | Checking once_cell v1.19.0 |
392 | 2024-08-16T20:51:57.101Z | Compiling shlex v1.3.0 |
393 | 2024-08-16T20:51:57.140Z | Compiling thiserror v1.0.63 |
394 | 2024-08-16T20:51:57.385Z | Compiling cc v1.1.13 |
395 | 2024-08-16T20:51:58.732Z | Compiling num-traits v0.2.19 |
396 | 2024-08-16T20:51:58.763Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-16T20:51:58.784Z | Checking ryu v1.0.18 |
398 | 2024-08-16T20:51:58.842Z | Checking bytes v1.7.1 |
399 | 2024-08-16T20:51:59.019Z | Checking log v0.4.22 |
400 | 2024-08-16T20:51:59.204Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-16T20:51:59.217Z | Compiling lock_api v0.4.12 |
402 | 2024-08-16T20:51:59.267Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-16T20:51:59.367Z | Compiling schemars v0.8.21 |
404 | 2024-08-16T20:51:59.442Z | Checking getrandom v0.2.15 |
405 | 2024-08-16T20:51:59.552Z | Checking smallvec v1.13.2 |
406 | 2024-08-16T20:51:59.619Z | Compiling quote v1.0.36 |
407 | 2024-08-16T20:51:59.649Z | Compiling ring v0.17.8 |
408 | 2024-08-16T20:51:59.668Z | Checking scopeguard v1.2.0 |
409 | 2024-08-16T20:51:59.725Z | Checking futures-core v0.3.30 |
410 | 2024-08-16T20:51:59.733Z | Checking mio v1.0.2 |
411 | 2024-08-16T20:51:59.801Z | Checking socket2 v0.5.7 |
412 | 2024-08-16T20:51:59.891Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-16T20:52:00.126Z | Compiling syn v2.0.74 |
414 | 2024-08-16T20:52:00.202Z | Compiling slab v0.4.9 |
415 | 2024-08-16T20:52:00.206Z | Checking parking_lot v0.12.3 |
416 | 2024-08-16T20:52:00.220Z | Checking futures-sink v0.3.30 |
417 | 2024-08-16T20:52:00.288Z | Checking spin v0.9.8 |
418 | 2024-08-16T20:52:00.293Z | Checking fnv v1.0.7 |
419 | 2024-08-16T20:52:00.323Z | Checking untrusted v0.9.0 |
420 | 2024-08-16T20:52:00.342Z | Checking equivalent v1.0.1 |
421 | 2024-08-16T20:52:00.446Z | Checking futures-channel v0.3.30 |
422 | 2024-08-16T20:52:00.488Z | Compiling vcpkg v0.2.15 |
423 | 2024-08-16T20:52:00.497Z | Checking futures-task v0.3.30 |
424 | 2024-08-16T20:52:00.516Z | Checking pin-utils v0.1.0 |
425 | 2024-08-16T20:52:00.585Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-16T20:52:00.694Z | Checking futures-io v0.3.30 |
427 | 2024-08-16T20:52:00.816Z | Compiling heck v0.5.0 |
428 | 2024-08-16T20:52:00.859Z | Compiling semver v1.0.23 |
429 | 2024-08-16T20:52:01.205Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-16T20:52:01.218Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-16T20:52:01.344Z | Checking http v0.2.12 |
432 | 2024-08-16T20:52:01.799Z | Compiling httparse v1.9.4 |
433 | 2024-08-16T20:52:01.855Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-16T20:52:02.113Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-16T20:52:02.358Z | Checking tracing-core v0.1.32 |
436 | 2024-08-16T20:52:02.470Z | Compiling uuid v1.10.0 |
437 | 2024-08-16T20:52:02.944Z | Compiling chrono v0.4.38 |
438 | 2024-08-16T20:52:02.985Z | Checking tracing v0.1.40 |
439 | 2024-08-16T20:52:02.994Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-16T20:52:03.051Z | Compiling openssl v0.10.66 |
441 | 2024-08-16T20:52:03.091Z | Compiling slog v2.7.0 |
442 | 2024-08-16T20:52:03.271Z | Checking try-lock v0.2.5 |
443 | 2024-08-16T20:52:03.362Z | Checking foreign-types v0.3.2 |
444 | 2024-08-16T20:52:03.372Z | Checking want v0.3.1 |
445 | 2024-08-16T20:52:03.457Z | Checking http-body v0.4.6 |
446 | 2024-08-16T20:52:03.531Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-16T20:52:03.561Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-08-16T20:52:03.627Z | Checking httpdate v1.0.3 |
449 | 2024-08-16T20:52:03.779Z | Checking tower-service v0.3.3 |
450 | 2024-08-16T20:52:03.796Z | Checking bitflags v2.6.0 |
451 | 2024-08-16T20:52:03.875Z | Compiling regex-syntax v0.8.4 |
452 | 2024-08-16T20:52:04.005Z | Compiling native-tls v0.2.12 |
453 | 2024-08-16T20:52:04.421Z | Compiling typenum v1.17.0 |
454 | 2024-08-16T20:52:04.759Z | Checking percent-encoding v2.3.1 |
455 | 2024-08-16T20:52:04.947Z | Compiling rustls v0.21.12 |
456 | 2024-08-16T20:52:05.205Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-16T20:52:05.266Z | Checking tinyvec v1.8.0 |
458 | 2024-08-16T20:52:05.697Z | Compiling generic-array v0.14.7 |
459 | 2024-08-16T20:52:05.857Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-16T20:52:06.485Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-16T20:52:06.776Z | Compiling regex-automata v0.4.7 |
462 | 2024-08-16T20:52:07.270Z | Checking unicode-normalization v0.1.23 |
463 | 2024-08-16T20:52:08.013Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-16T20:52:08.040Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-16T20:52:08.353Z | Checking powerfmt v0.2.0 |
466 | 2024-08-16T20:52:08.582Z | Checking mime v0.3.17 |
467 | 2024-08-16T20:52:08.619Z | Compiling time-core v0.1.2 |
468 | 2024-08-16T20:52:08.783Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-16T20:52:09.018Z | Compiling num-conv v0.1.0 |
470 | 2024-08-16T20:52:09.265Z | Checking deranged v0.3.11 |
471 | 2024-08-16T20:52:09.292Z | Compiling time-macros v0.2.18 |
472 | 2024-08-16T20:52:09.379Z | Checking idna v0.5.0 |
473 | 2024-08-16T20:52:10.304Z | Compiling thread-id v4.2.2 |
474 | 2024-08-16T20:52:10.402Z | Compiling crossbeam-utils v0.8.20 |
475 | 2024-08-16T20:52:10.993Z | Compiling regex v1.10.6 |
476 | 2024-08-16T20:52:11.068Z | Checking num_threads v0.1.7 |
477 | 2024-08-16T20:52:11.518Z | Compiling strsim v0.11.1 |
478 | 2024-08-16T20:52:11.532Z | Checking plain v0.2.3 |
479 | 2024-08-16T20:52:11.954Z | Compiling serde_derive v1.0.208 |
480 | 2024-08-16T20:52:11.987Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-08-16T20:52:12.117Z | Compiling thiserror-impl v1.0.63 |
482 | 2024-08-16T20:52:12.231Z | Compiling schemars_derive v0.8.21 |
483 | 2024-08-16T20:52:12.280Z | Compiling tokio-macros v2.4.0 |
484 | 2024-08-16T20:52:12.630Z | Compiling futures-macro v0.3.30 |
485 | 2024-08-16T20:52:12.741Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-16T20:52:13.808Z | Checking tokio v1.39.2 |
487 | 2024-08-16T20:52:14.014Z | Checking zerocopy v0.7.35 |
488 | 2024-08-16T20:52:14.518Z | Checking futures-util v0.3.30 |
489 | 2024-08-16T20:52:15.004Z | Compiling pest v2.7.11 |
490 | 2024-08-16T20:52:15.284Z | Checking sct v0.7.1 |
491 | 2024-08-16T20:52:15.471Z | Checking rustls-webpki v0.101.7 |
492 | 2024-08-16T20:52:15.846Z | Checking hashbrown v0.14.5 |
493 | 2024-08-16T20:52:17.036Z | Compiling scroll_derive v0.12.0 |
494 | 2024-08-16T20:52:17.734Z | Compiling pest_meta v2.7.11 |
495 | 2024-08-16T20:52:17.928Z | Compiling regress v0.10.0 |
496 | 2024-08-16T20:52:18.484Z | Checking scroll v0.12.0 |
497 | 2024-08-16T20:52:18.848Z | Compiling pest_generator v2.7.11 |
498 | 2024-08-16T20:52:20.541Z | Checking rustls-pki-types v1.8.0 |
499 | 2024-08-16T20:52:20.912Z | Checking tokio-util v0.7.11 |
500 | 2024-08-16T20:52:20.977Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-16T20:52:21.306Z | Checking tokio-native-tls v0.3.1 |
502 | 2024-08-16T20:52:21.543Z | Compiling ident_case v1.0.1 |
503 | 2024-08-16T20:52:21.716Z | Checking base64 v0.21.7 |
504 | 2024-08-16T20:52:21.726Z | Compiling darling_core v0.20.10 |
505 | 2024-08-16T20:52:21.739Z | Compiling pest_derive v2.7.11 |
506 | 2024-08-16T20:52:22.158Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-16T20:52:22.343Z | Checking goblin v0.8.2 |
508 | 2024-08-16T20:52:22.587Z | Compiling dtrace-parser v0.2.0 |
509 | 2024-08-16T20:52:23.703Z | Checking time v0.3.36 |
510 | 2024-08-16T20:52:24.288Z | Checking url v2.5.2 |
511 | 2024-08-16T20:52:24.943Z | Checking indexmap v2.4.0 |
512 | 2024-08-16T20:52:25.513Z | Compiling serde_tokenstream v0.2.2 |
513 | 2024-08-16T20:52:26.082Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-16T20:52:26.153Z | Checking h2 v0.3.26 |
515 | 2024-08-16T20:52:26.490Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-16T20:52:26.599Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-16T20:52:27.146Z | Compiling rustls v0.22.4 |
518 | 2024-08-16T20:52:27.423Z | Compiling dof v0.3.0 |
519 | 2024-08-16T20:52:27.692Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-08-16T20:52:28.003Z | Compiling paste v1.0.15 |
521 | 2024-08-16T20:52:28.313Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-08-16T20:52:28.493Z | Checking webpki-roots v0.25.4 |
523 | 2024-08-16T20:52:28.635Z | Checking sync_wrapper v0.1.2 |
524 | 2024-08-16T20:52:28.740Z | Checking ipnet v2.9.0 |
525 | 2024-08-16T20:52:28.758Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
526 | 2024-08-16T20:52:29.191Z | Compiling rustversion v1.0.17 |
527 | 2024-08-16T20:52:29.859Z | Checking pretty-hex v0.4.1 |
528 | 2024-08-16T20:52:29.916Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-16T20:52:30.152Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-16T20:52:30.213Z | Checking hyper v0.14.30 |
531 | 2024-08-16T20:52:30.647Z | Checking dirs-next v2.0.0 |
532 | 2024-08-16T20:52:30.766Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-16T20:52:31.034Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-16T20:52:31.169Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-16T20:52:31.195Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-16T20:52:31.203Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-16T20:52:31.607Z | Checking crypto-common v0.1.6 |
538 | 2024-08-16T20:52:31.760Z | Checking block-buffer v0.10.4 |
539 | 2024-08-16T20:52:31.796Z | Checking rand_core v0.6.4 |
540 | 2024-08-16T20:52:31.936Z | Checking thread_local v1.1.8 |
541 | 2024-08-16T20:52:31.961Z | Compiling multer v3.1.0 |
542 | 2024-08-16T20:52:31.969Z | Compiling anyhow v1.0.86 |
543 | 2024-08-16T20:52:32.054Z | Checking match_cfg v0.1.0 |
544 | 2024-08-16T20:52:32.131Z | Checking subtle v2.6.1 |
545 | 2024-08-16T20:52:32.201Z | Compiling camino v1.1.8 |
546 | 2024-08-16T20:52:32.297Z | Compiling slog-async v2.8.0 |
547 | 2024-08-16T20:52:32.349Z | Checking zeroize v1.8.1 |
548 | 2024-08-16T20:52:32.551Z | Checking winnow v0.6.18 |
549 | 2024-08-16T20:52:32.911Z | Checking hostname v0.3.1 |
550 | 2024-08-16T20:52:33.020Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-16T20:52:33.374Z | Checking digest v0.10.7 |
552 | 2024-08-16T20:52:33.521Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-16T20:52:33.531Z | Compiling darling v0.20.10 |
554 | 2024-08-16T20:52:33.637Z | Checking term v0.7.0 |
555 | 2024-08-16T20:52:33.882Z | Compiling structmeta v0.3.0 |
556 | 2024-08-16T20:52:34.230Z | Compiling usdt-macro v0.5.0 |
557 | 2024-08-16T20:52:34.249Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-08-16T20:52:34.601Z | Checking hyper-rustls v0.24.2 |
559 | 2024-08-16T20:52:34.813Z | Checking hyper-tls v0.5.0 |
560 | 2024-08-16T20:52:34.868Z | Checking slog-json v2.6.1 |
561 | 2024-08-16T20:52:35.075Z | Checking reqwest v0.11.27 |
562 | 2024-08-16T20:52:35.096Z | Checking futures-executor v0.3.30 |
563 | 2024-08-16T20:52:35.295Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-16T20:52:35.302Z | Checking http v1.1.0 |
565 | 2024-08-16T20:52:35.481Z | Checking memmap v0.7.0 |
566 | 2024-08-16T20:52:35.519Z | Checking toml_edit v0.22.20 |
567 | 2024-08-16T20:52:35.642Z | Checking is-terminal v0.4.13 |
568 | 2024-08-16T20:52:35.664Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
569 | 2024-08-16T20:52:35.747Z | Checking base64 v0.22.1 |
570 | 2024-08-16T20:52:36.005Z | Checking take_mut v0.2.2 |
571 | 2024-08-16T20:52:36.131Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-16T20:52:36.186Z | Checking cpufeatures v0.2.13 |
573 | 2024-08-16T20:52:36.199Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-08-16T20:52:36.244Z | Checking waitgroup v0.1.2 |
575 | 2024-08-16T20:52:36.262Z | Checking sha1 v0.10.6 |
576 | 2024-08-16T20:52:36.280Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
577 | 2024-08-16T20:52:36.370Z | Checking tokio-rustls v0.25.0 |
578 | 2024-08-16T20:52:36.554Z | Checking slog-term v2.9.1 |
579 | 2024-08-16T20:52:36.563Z | Checking usdt v0.5.0 |
580 | 2024-08-16T20:52:36.600Z | Checking async-stream v0.3.5 |
581 | 2024-08-16T20:52:36.690Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-16T20:52:36.706Z | Checking futures v0.3.30 |
583 | 2024-08-16T20:52:36.768Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-16T20:52:36.791Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-16T20:52:36.799Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-16T20:52:36.921Z | Checking rand v0.8.5 |
587 | 2024-08-16T20:52:37.489Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-16T20:52:37.626Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-16T20:52:37.833Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
590 | 2024-08-16T20:52:37.862Z | Checking hex v0.4.3 |
591 | 2024-08-16T20:52:38.142Z | Checking toml v0.8.19 |
592 | 2024-08-16T20:52:38.149Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-16T20:52:38.364Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-16T20:52:38.780Z | Compiling async-trait v0.1.81 |
595 | 2024-08-16T20:52:38.867Z | Checking hostname v0.4.0 |
596 | 2024-08-16T20:52:38.987Z | Checking instant v0.1.13 |
597 | 2024-08-16T20:52:39.092Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-16T20:52:39.200Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-08-16T20:52:39.210Z | Checking backoff v0.4.0 |
600 | 2024-08-16T20:52:39.327Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-16T20:52:39.392Z | Checking serde_with v3.9.0 |
602 | 2024-08-16T20:52:39.465Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-16T20:52:39.474Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
604 | 2024-08-16T20:52:39.704Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-16T20:52:39.882Z | Checking macaddr v1.0.1 |
606 | 2024-08-16T20:52:40.200Z | Checking regress v0.9.1 |
607 | 2024-08-16T20:52:40.722Z | Checking parse-display v0.10.0 |
608 | 2024-08-16T20:52:41.097Z | Checking strum v0.26.3 |
609 | 2024-08-16T20:52:42.203Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
610 | 2024-08-16T20:52:44.103Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
611 | 2024-08-16T20:52:44.160Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-16T20:52:46.675Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-16T20:52:51.686Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-16T20:52:51.790Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-16T20:52:54.487Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-16T20:53:01.222Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-16T20:53:01.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-16T20:53:01.342Z | + cargo build --release |
619 | 2024-08-16T20:53:01.597Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-16T20:53:01.597Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-16T20:53:01.597Z | Compiling libc v0.2.156 |
622 | 2024-08-16T20:53:01.600Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-16T20:53:01.600Z | Compiling version_check v0.9.5 |
624 | 2024-08-16T20:53:01.600Z | Compiling autocfg v1.3.0 |
625 | 2024-08-16T20:53:01.600Z | Compiling serde v1.0.208 |
626 | 2024-08-16T20:53:01.600Z | Compiling memchr v2.7.4 |
627 | 2024-08-16T20:53:01.701Z | Compiling serde_json v1.0.125 |
628 | 2024-08-16T20:53:01.782Z | Compiling itoa v1.0.11 |
629 | 2024-08-16T20:53:02.071Z | Compiling thiserror v1.0.63 |
630 | 2024-08-16T20:53:02.207Z | Compiling shlex v1.3.0 |
631 | 2024-08-16T20:53:02.213Z | Compiling ahash v0.8.11 |
632 | 2024-08-16T20:53:02.327Z | Compiling byteorder v1.5.0 |
633 | 2024-08-16T20:53:02.549Z | Compiling once_cell v1.19.0 |
634 | 2024-08-16T20:53:02.572Z | Compiling cc v1.1.13 |
635 | 2024-08-16T20:53:02.985Z | Compiling getrandom v0.2.15 |
636 | 2024-08-16T20:53:03.053Z | Compiling num-traits v0.2.19 |
637 | 2024-08-16T20:53:03.125Z | Compiling quote v1.0.36 |
638 | 2024-08-16T20:53:03.323Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-16T20:53:03.380Z | Compiling ryu v1.0.18 |
640 | 2024-08-16T20:53:03.446Z | Compiling log v0.4.22 |
641 | 2024-08-16T20:53:03.454Z | Compiling bytes v1.7.1 |
642 | 2024-08-16T20:53:03.749Z | Compiling syn v2.0.74 |
643 | 2024-08-16T20:53:03.826Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-16T20:53:03.911Z | Compiling schemars v0.8.21 |
645 | 2024-08-16T20:53:04.001Z | Compiling lock_api v0.4.12 |
646 | 2024-08-16T20:53:04.197Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-16T20:53:04.284Z | Compiling smallvec v1.13.2 |
648 | 2024-08-16T20:53:04.357Z | Compiling futures-core v0.3.30 |
649 | 2024-08-16T20:53:04.463Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-16T20:53:04.602Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-16T20:53:04.648Z | Compiling mio v1.0.2 |
652 | 2024-08-16T20:53:04.661Z | Compiling socket2 v0.5.7 |
653 | 2024-08-16T20:53:05.151Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-16T20:53:05.267Z | Compiling slab v0.4.9 |
655 | 2024-08-16T20:53:05.570Z | Compiling ring v0.17.8 |
656 | 2024-08-16T20:53:05.613Z | Compiling spin v0.9.8 |
657 | 2024-08-16T20:53:05.708Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-16T20:53:05.864Z | Compiling equivalent v1.0.1 |
659 | 2024-08-16T20:53:05.981Z | Compiling fnv v1.0.7 |
660 | 2024-08-16T20:53:06.107Z | Compiling semver v1.0.23 |
661 | 2024-08-16T20:53:06.119Z | Compiling untrusted v0.9.0 |
662 | 2024-08-16T20:53:06.296Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-16T20:53:06.518Z | Compiling vcpkg v0.2.15 |
664 | 2024-08-16T20:53:06.585Z | Compiling futures-task v0.3.30 |
665 | 2024-08-16T20:53:06.599Z | Compiling futures-io v0.3.30 |
666 | 2024-08-16T20:53:06.739Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-16T20:53:06.754Z | Compiling heck v0.5.0 |
668 | 2024-08-16T20:53:06.867Z | Compiling pin-utils v0.1.0 |
669 | 2024-08-16T20:53:07.153Z | Compiling ucd-trie v0.1.6 |
670 | 2024-08-16T20:53:07.250Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-16T20:53:07.592Z | Compiling http v0.2.12 |
672 | 2024-08-16T20:53:07.930Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-16T20:53:08.071Z | Compiling httparse v1.9.4 |
674 | 2024-08-16T20:53:08.128Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-16T20:53:08.875Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-16T20:53:09.028Z | Compiling chrono v0.4.38 |
677 | 2024-08-16T20:53:09.198Z | Compiling uuid v1.10.0 |
678 | 2024-08-16T20:53:09.770Z | Compiling tracing v0.1.40 |
679 | 2024-08-16T20:53:11.004Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-16T20:53:11.190Z | Compiling slog v2.7.0 |
681 | 2024-08-16T20:53:11.499Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-16T20:53:11.568Z | Compiling openssl v0.10.66 |
683 | 2024-08-16T20:53:11.679Z | Compiling try-lock v0.2.5 |
684 | 2024-08-16T20:53:11.805Z | Compiling want v0.3.1 |
685 | 2024-08-16T20:53:11.993Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-16T20:53:12.071Z | Compiling http-body v0.4.6 |
687 | 2024-08-16T20:53:12.333Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-16T20:53:12.545Z | Compiling native-tls v0.2.12 |
689 | 2024-08-16T20:53:12.912Z | Compiling tower-service v0.3.3 |
690 | 2024-08-16T20:53:13.030Z | Compiling regex-syntax v0.8.4 |
691 | 2024-08-16T20:53:13.282Z | Compiling httpdate v1.0.3 |
692 | 2024-08-16T20:53:13.416Z | Compiling tinyvec_macros v0.1.1 |
693 | 2024-08-16T20:53:13.488Z | Compiling percent-encoding v2.3.1 |
694 | 2024-08-16T20:53:13.495Z | Compiling bitflags v2.6.0 |
695 | 2024-08-16T20:53:13.846Z | Compiling rustls v0.21.12 |
696 | 2024-08-16T20:53:13.952Z | Compiling typenum v1.17.0 |
697 | 2024-08-16T20:53:14.030Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-16T20:53:14.161Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-16T20:53:15.023Z | Compiling generic-array v0.14.7 |
700 | 2024-08-16T20:53:15.449Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-16T20:53:15.821Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-16T20:53:16.076Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-16T20:53:16.438Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-16T20:53:16.464Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-16T20:53:16.663Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-16T20:53:17.072Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-16T20:53:18.506Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-16T20:53:18.718Z | Compiling tokio v1.39.2 |
709 | 2024-08-16T20:53:19.401Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-16T20:53:19.670Z | Compiling pest v2.7.11 |
711 | 2024-08-16T20:53:20.534Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-16T20:53:21.284Z | Compiling futures-util v0.3.30 |
713 | 2024-08-16T20:53:22.005Z | Compiling regress v0.10.0 |
714 | 2024-08-16T20:53:22.340Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-16T20:53:22.583Z | Compiling openssl-macros v0.1.1 |
716 | 2024-08-16T20:53:26.400Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-16T20:53:26.606Z | Compiling sct v0.7.1 |
718 | 2024-08-16T20:53:27.012Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-08-16T20:53:28.178Z | Compiling tokio-util v0.7.11 |
720 | 2024-08-16T20:53:28.261Z | Compiling pest_derive v2.7.11 |
721 | 2024-08-16T20:53:29.143Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-16T20:53:30.417Z | Compiling indexmap v2.4.0 |
723 | 2024-08-16T20:53:32.166Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-08-16T20:53:36.974Z | Compiling h2 v0.3.26 |
725 | 2024-08-16T20:53:37.309Z | Compiling regex v1.10.6 |
726 | 2024-08-16T20:53:37.613Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
727 | 2024-08-16T20:53:39.433Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-16T20:53:40.975Z | Compiling usdt-impl v0.5.0 |
729 | 2024-08-16T20:53:41.348Z | Compiling encoding_rs v0.8.34 |
730 | 2024-08-16T20:53:46.247Z | Compiling hyper v0.14.30 |
731 | 2024-08-16T20:53:48.240Z | Compiling powerfmt v0.2.0 |
732 | 2024-08-16T20:53:48.731Z | Compiling mime v0.3.17 |
733 | 2024-08-16T20:53:49.822Z | Compiling num-conv v0.1.0 |
734 | 2024-08-16T20:53:49.856Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
735 | 2024-08-16T20:53:52.162Z | Compiling unicode-bidi v0.3.15 |
736 | 2024-08-16T20:53:52.628Z | Compiling time-core v0.1.2 |
737 | 2024-08-16T20:53:52.788Z | Compiling time-macros v0.2.18 |
738 | 2024-08-16T20:53:54.345Z | Compiling idna v0.5.0 |
739 | 2024-08-16T20:53:55.095Z | Compiling deranged v0.3.11 |
740 | 2024-08-16T20:53:55.918Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-08-16T20:53:56.464Z | Compiling scroll v0.12.0 |
742 | 2024-08-16T20:53:57.421Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-16T20:53:57.699Z | Compiling dof v0.3.0 |
744 | 2024-08-16T20:53:57.868Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-16T20:53:58.437Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-16T20:54:00.073Z | Compiling thread-id v4.2.2 |
747 | 2024-08-16T20:54:00.173Z | Compiling ident_case v1.0.1 |
748 | 2024-08-16T20:54:00.342Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-08-16T20:54:01.281Z | Compiling plain v0.2.3 |
750 | 2024-08-16T20:54:02.072Z | Compiling strsim v0.11.1 |
751 | 2024-08-16T20:54:02.698Z | Compiling num_threads v0.1.7 |
752 | 2024-08-16T20:54:02.794Z | Compiling base64 v0.21.7 |
753 | 2024-08-16T20:54:03.066Z | Compiling rustls-pki-types v1.8.0 |
754 | 2024-08-16T20:54:03.541Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-08-16T20:54:03.905Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-16T20:54:04.139Z | Compiling time v0.3.36 |
757 | 2024-08-16T20:54:04.695Z | Compiling darling_core v0.20.10 |
758 | 2024-08-16T20:54:07.339Z | Compiling goblin v0.8.2 |
759 | 2024-08-16T20:54:11.521Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-16T20:54:12.000Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-16T20:54:12.284Z | Compiling url v2.5.2 |
762 | 2024-08-16T20:54:12.438Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
763 | 2024-08-16T20:54:12.558Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-16T20:54:14.527Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-16T20:54:16.044Z | Compiling webpki-roots v0.25.4 |
766 | 2024-08-16T20:54:16.197Z | Compiling ipnet v2.9.0 |
767 | 2024-08-16T20:54:16.811Z | Compiling rustls v0.22.4 |
768 | 2024-08-16T20:54:17.142Z | Compiling rustversion v1.0.17 |
769 | 2024-08-16T20:54:17.795Z | Compiling pretty-hex v0.4.1 |
770 | 2024-08-16T20:54:17.849Z | Compiling paste v1.0.15 |
771 | 2024-08-16T20:54:18.007Z | Compiling sync_wrapper v0.1.2 |
772 | 2024-08-16T20:54:18.131Z | Compiling unsafe-libyaml v0.2.11 |
773 | 2024-08-16T20:54:18.309Z | Compiling reqwest v0.11.27 |
774 | 2024-08-16T20:54:18.865Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
775 | 2024-08-16T20:54:19.621Z | Compiling serde_yaml v0.9.34+deprecated |
776 | 2024-08-16T20:54:20.008Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-16T20:54:20.258Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-16T20:54:23.994Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-16T20:54:24.551Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-16T20:54:24.784Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-16T20:54:24.981Z | Compiling toml_datetime v0.6.8 |
782 | 2024-08-16T20:54:25.355Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-16T20:54:25.537Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-16T20:54:25.582Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-16T20:54:25.629Z | Compiling rand_core v0.6.4 |
786 | 2024-08-16T20:54:26.208Z | Compiling thread_local v1.1.8 |
787 | 2024-08-16T20:54:26.451Z | Compiling multer v3.1.0 |
788 | 2024-08-16T20:54:26.802Z | Compiling anyhow v1.0.86 |
789 | 2024-08-16T20:54:26.951Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-16T20:54:27.034Z | Compiling camino v1.1.8 |
791 | 2024-08-16T20:54:27.398Z | Compiling slog-async v2.8.0 |
792 | 2024-08-16T20:54:27.635Z | Compiling winnow v0.6.18 |
793 | 2024-08-16T20:54:27.637Z | Compiling subtle v2.6.1 |
794 | 2024-08-16T20:54:27.885Z | Compiling zeroize v1.8.1 |
795 | 2024-08-16T20:54:28.201Z | Compiling hostname v0.3.1 |
796 | 2024-08-16T20:54:28.323Z | Compiling structmeta v0.3.0 |
797 | 2024-08-16T20:54:28.399Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-16T20:54:28.693Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
799 | 2024-08-16T20:54:30.135Z | Compiling digest v0.10.7 |
800 | 2024-08-16T20:54:30.533Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-16T20:54:32.043Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-16T20:54:32.172Z | Compiling darling v0.20.10 |
803 | 2024-08-16T20:54:32.273Z | Compiling term v0.7.0 |
804 | 2024-08-16T20:54:36.913Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
805 | 2024-08-16T20:54:39.866Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-16T20:54:40.852Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-16T20:54:41.365Z | Compiling slog-json v2.6.1 |
808 | 2024-08-16T20:54:41.847Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-16T20:54:42.184Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-16T20:54:42.982Z | Compiling http v1.1.0 |
811 | 2024-08-16T20:54:43.527Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-16T20:54:43.639Z | Compiling memmap v0.7.0 |
813 | 2024-08-16T20:54:43.820Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
814 | 2024-08-16T20:54:44.062Z | Compiling take_mut v0.2.2 |
815 | 2024-08-16T20:54:44.172Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-16T20:54:44.204Z | Compiling atomic-waker v1.1.2 |
817 | 2024-08-16T20:54:44.259Z | Compiling base64 v0.22.1 |
818 | 2024-08-16T20:54:44.381Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-16T20:54:44.618Z | Compiling sha1 v0.10.6 |
820 | 2024-08-16T20:54:45.318Z | Compiling rustls-pemfile v2.1.3 |
821 | 2024-08-16T20:54:47.661Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
822 | 2024-08-16T20:54:47.852Z | Compiling usdt v0.5.0 |
823 | 2024-08-16T20:54:48.184Z | Compiling slog-term v2.9.1 |
824 | 2024-08-16T20:54:49.439Z | Compiling async-stream v0.3.5 |
825 | 2024-08-16T20:54:49.665Z | Compiling futures v0.3.30 |
826 | 2024-08-16T20:54:49.783Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-16T20:54:49.852Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-16T20:54:50.052Z | Compiling toml v0.8.19 |
829 | 2024-08-16T20:54:51.097Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-16T20:54:51.515Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-16T20:54:54.266Z | Compiling rand v0.8.5 |
832 | 2024-08-16T20:54:54.520Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-16T20:54:56.893Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-08-16T20:54:57.215Z | Compiling ipnetwork v0.20.0 |
835 | 2024-08-16T20:54:57.514Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
836 | 2024-08-16T20:54:57.669Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-08-16T20:54:58.540Z | Compiling hex v0.4.3 |
838 | 2024-08-16T20:54:58.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-16T20:54:59.245Z | Compiling async-trait v0.1.81 |
840 | 2024-08-16T20:54:59.488Z | Compiling hostname v0.4.0 |
841 | 2024-08-16T20:54:59.733Z | Compiling instant v0.1.13 |
842 | 2024-08-16T20:54:59.881Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-16T20:55:00.017Z | Compiling backoff v0.4.0 |
844 | 2024-08-16T20:55:00.350Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-16T20:55:00.546Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-16T20:55:00.713Z | Compiling parse-display v0.10.0 |
847 | 2024-08-16T20:55:01.692Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-16T20:55:01.879Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-08-16T20:55:02.021Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-16T20:55:02.401Z | Compiling strum v0.26.3 |
851 | 2024-08-16T20:55:02.582Z | Compiling serde_with v3.9.0 |
852 | 2024-08-16T20:55:02.785Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-16T20:55:03.598Z | Compiling macaddr v1.0.1 |
854 | 2024-08-16T20:55:04.237Z | Compiling regress v0.9.1 |
855 | 2024-08-16T20:55:09.489Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-16T20:55:19.643Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-16T20:55:28.213Z | Finished `release` profile [optimized] target(s) in 2m 26s |
858 | 2024-08-16T20:55:28.271Z | process exited: duration 221507 ms, exit code 0 |
|
859 | 2024-08-16T20:55:28.277Z | found 0 output files |