|
|
|
1 | 2024-11-08T23:47:49.059Z | job assigned to worker 01JC72S7GQN6APXV2K34J2K6J8 (queued for 58 s) |
|
2 | 2024-11-08T23:47:56.174Z | starting task 0: "setup" |
3 | 2024-11-08T23:47:56.185Z | ++ uname -s |
4 | 2024-11-08T23:47:56.188Z | + kern=SunOS |
5 | 2024-11-08T23:47:56.188Z | + case "$kern" in |
6 | 2024-11-08T23:47:56.188Z | + groupadd -g 12345 build |
7 | 2024-11-08T23:47:56.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T23:47:58.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T23:47:58.323Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T23:47:58.326Z | + home_fs=zfs |
11 | 2024-11-08T23:47:58.326Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T23:47:58.326Z | + mkdir -p /home/build |
13 | 2024-11-08T23:47:58.329Z | + chown build:build /home/build /work |
14 | 2024-11-08T23:48:00.331Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T23:48:00.334Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2024-11-08T23:48:00.339Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T23:48:00.345Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T23:48:00.345Z | * toolchain channel = "1.82.0" |
19 | 2024-11-08T23:48:00.345Z | ' 1.82.0 |
20 | 2024-11-08T23:48:00.345Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-08T23:48:00.345Z | ' default |
22 | 2024-11-08T23:48:00.345Z | * toolchain profile = "default" |
23 | 2024-11-08T23:48:00.347Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T23:48:00.347Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T23:48:00.464Z | info: downloading installer |
26 | 2024-11-08T23:48:01.834Z | info: profile set to 'default' |
27 | 2024-11-08T23:48:01.834Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T23:48:01.836Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T23:48:01.995Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T23:48:01.995Z | info: downloading component 'cargo' |
31 | 2024-11-08T23:48:02.861Z | info: downloading component 'clippy' |
32 | 2024-11-08T23:48:03.190Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T23:48:04.437Z | info: downloading component 'rust-std' |
34 | 2024-11-08T23:48:06.362Z | info: downloading component 'rustc' |
35 | 2024-11-08T23:48:13.242Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T23:48:13.489Z | info: installing component 'cargo' |
37 | 2024-11-08T23:48:14.357Z | info: installing component 'clippy' |
38 | 2024-11-08T23:48:14.772Z | info: installing component 'rust-docs' |
39 | 2024-11-08T23:48:16.507Z | info: installing component 'rust-std' |
40 | 2024-11-08T23:48:18.496Z | info: installing component 'rustc' |
41 | 2024-11-08T23:48:24.800Z | info: installing component 'rustfmt' |
42 | 2024-11-08T23:48:25.139Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T23:48:25.139Z | |
44 | 2024-11-08T23:48:25.520Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T23:48:25.520Z | |
46 | 2024-11-08T23:48:25.523Z | |
47 | 2024-11-08T23:48:25.523Z | Rust is installed now. Great! |
48 | 2024-11-08T23:48:25.523Z | |
49 | 2024-11-08T23:48:25.523Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T23:48:25.523Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T23:48:25.523Z | |
52 | 2024-11-08T23:48:25.523Z | To configure your current shell, you need to source |
53 | 2024-11-08T23:48:25.523Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T23:48:25.523Z | |
55 | 2024-11-08T23:48:25.523Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T23:48:25.523Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T23:48:25.523Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T23:48:25.601Z | + rustc --version |
59 | 2024-11-08T23:48:25.672Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T23:48:25.676Z | process exited: duration 25334 ms, exit code 0 |
|
61 | 2024-11-08T23:48:25.682Z | starting task 2: "authentication" |
62 | 2024-11-08T23:48:25.706Z | process exited: duration 24 ms, exit code 0 |
|
63 | 2024-11-08T23:48:25.711Z | starting task 3: "clone repository" |
64 | 2024-11-08T23:48:25.717Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T23:48:25.720Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T23:48:25.758Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T23:48:33.012Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T23:48:33.012Z | + git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
69 | 2024-11-08T23:48:33.390Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T23:48:33.390Z | * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD |
71 | 2024-11-08T23:48:33.401Z | + [[ -n rss-datasets ]] |
72 | 2024-11-08T23:48:33.404Z | ++ git branch --show-current |
73 | 2024-11-08T23:48:33.406Z | + current=main |
74 | 2024-11-08T23:48:33.406Z | + [[ main != rss-datasets ]] |
75 | 2024-11-08T23:48:33.406Z | + git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
76 | 2024-11-08T23:48:33.409Z | + git checkout -f rss-datasets |
77 | 2024-11-08T23:48:33.581Z | Switched to branch 'rss-datasets' |
78 | 2024-11-08T23:48:33.584Z | + git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
79 | 2024-11-08T23:48:33.605Z | HEAD is now at 1ae6ba742 EXPECTORATE |
80 | 2024-11-08T23:48:33.608Z | process exited: duration 7894 ms, exit code 0 |
|
81 | 2024-11-08T23:48:33.613Z | starting task 4: "build" |
82 | 2024-11-08T23:48:33.619Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-08T23:48:33.619Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-08T23:48:33.619Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-08T23:48:33.619Z | + cargo --version |
86 | 2024-11-08T23:48:33.679Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-08T23:48:33.682Z | + rustc --version |
88 | 2024-11-08T23:48:33.747Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-08T23:48:33.750Z | + cd /tmp |
90 | 2024-11-08T23:48:33.753Z | + cargo new --lib test-project |
91 | 2024-11-08T23:48:33.812Z | Creating library `test-project` package |
92 | 2024-11-08T23:48:33.894Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-08T23:48:33.897Z | + cd test-project |
94 | 2024-11-08T23:48:33.897Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-08T23:48:33.959Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-08T23:48:33.959Z | Features: |
97 | 2024-11-08T23:48:33.959Z | - proptest |
98 | 2024-11-08T23:48:33.959Z | - test-strategy |
99 | 2024-11-08T23:48:33.959Z | - testing |
100 | 2024-11-08T23:48:33.962Z | Updating crates.io index |
101 | 2024-11-08T23:48:34.021Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-08T23:48:34.753Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-08T23:48:35.246Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-08T23:48:35.629Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-08T23:48:37.114Z | Locking 325 packages to latest compatible versions |
106 | 2024-11-08T23:48:37.117Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-08T23:48:37.117Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-08T23:48:37.117Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-08T23:48:37.119Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-08T23:48:37.119Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-08T23:48:37.119Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-08T23:48:37.119Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-08T23:48:37.119Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-08T23:48:37.119Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-08T23:48:37.122Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-08T23:48:37.122Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-08T23:48:37.124Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-08T23:48:37.133Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-08T23:48:37.135Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-08T23:48:37.138Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-08T23:48:37.138Z | Adding thiserror v1.0.68 (latest: v2.0.1) |
122 | 2024-11-08T23:48:37.138Z | Adding thiserror-impl v1.0.68 (latest: v2.0.1) |
123 | 2024-11-08T23:48:37.138Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-08T23:48:37.140Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-08T23:48:37.140Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-08T23:48:37.143Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-08T23:48:37.143Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-08T23:48:37.143Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-08T23:48:37.143Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-08T23:48:37.143Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-08T23:48:37.143Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
132 | 2024-11-08T23:48:37.143Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
133 | 2024-11-08T23:48:37.221Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-08T23:48:37.223Z | + cargo check |
135 | 2024-11-08T23:48:37.374Z | Updating crates.io index |
136 | 2024-11-08T23:48:38.128Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-08T23:48:41.008Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-08T23:48:42.686Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-08T23:48:43.322Z | Downloading crates ... |
140 | 2024-11-08T23:48:43.447Z | Downloaded async-stream-impl v0.3.6 |
141 | 2024-11-08T23:48:43.453Z | Downloaded http-body v1.0.1 |
142 | 2024-11-08T23:48:43.461Z | Downloaded tower-service v0.3.3 |
143 | 2024-11-08T23:48:43.464Z | Downloaded byteorder v1.5.0 |
144 | 2024-11-08T23:48:43.466Z | Downloaded openssl-macros v0.1.1 |
145 | 2024-11-08T23:48:43.468Z | Downloaded autocfg v1.4.0 |
146 | 2024-11-08T23:48:43.471Z | Downloaded hyper-tls v0.6.0 |
147 | 2024-11-08T23:48:43.474Z | Downloaded form_urlencoded v1.2.1 |
148 | 2024-11-08T23:48:43.474Z | Downloaded debug-ignore v1.0.5 |
149 | 2024-11-08T23:48:43.477Z | Downloaded hostname v0.3.1 |
150 | 2024-11-08T23:48:43.480Z | Downloaded pin-project-lite v0.2.14 |
151 | 2024-11-08T23:48:43.485Z | Downloaded memmap v0.7.0 |
152 | 2024-11-08T23:48:43.487Z | Downloaded scroll_derive v0.12.0 |
153 | 2024-11-08T23:48:43.487Z | Downloaded newtype-uuid v1.1.2 |
154 | 2024-11-08T23:48:43.490Z | Downloaded ipnetwork v0.20.0 |
155 | 2024-11-08T23:48:43.494Z | Downloaded futures-channel v0.3.31 |
156 | 2024-11-08T23:48:43.497Z | Downloaded percent-encoding v2.3.1 |
157 | 2024-11-08T23:48:43.497Z | Downloaded camino v1.1.9 |
158 | 2024-11-08T23:48:43.497Z | Downloaded version_check v0.9.5 |
159 | 2024-11-08T23:48:43.500Z | Downloaded plain v0.2.3 |
160 | 2024-11-08T23:48:43.501Z | Downloaded parse-display v0.10.0 |
161 | 2024-11-08T23:48:43.503Z | Downloaded scopeguard v1.2.0 |
162 | 2024-11-08T23:48:43.503Z | Downloaded rustc-hash v2.0.0 |
163 | 2024-11-08T23:48:43.506Z | Downloaded pest_generator v2.7.14 |
164 | 2024-11-08T23:48:43.506Z | Downloaded rand_core v0.6.4 |
165 | 2024-11-08T23:48:43.508Z | Downloaded signal-hook-registry v1.4.2 |
166 | 2024-11-08T23:48:43.511Z | Downloaded serde_tokenstream v0.2.2 |
167 | 2024-11-08T23:48:43.511Z | Downloaded progenitor-macro v0.8.0 |
168 | 2024-11-08T23:48:43.514Z | Downloaded try-lock v0.2.5 |
169 | 2024-11-08T23:48:43.514Z | Downloaded tracing-core v0.1.32 |
170 | 2024-11-08T23:48:43.516Z | Downloaded sha1 v0.10.6 |
171 | 2024-11-08T23:48:43.519Z | Downloaded rustls-pemfile v2.2.0 |
172 | 2024-11-08T23:48:43.523Z | Downloaded once_cell v1.20.2 |
173 | 2024-11-08T23:48:43.525Z | Downloaded quote v1.0.37 |
174 | 2024-11-08T23:48:43.528Z | Downloaded sync_wrapper v1.0.1 |
175 | 2024-11-08T23:48:43.531Z | Downloaded toml_datetime v0.6.8 |
176 | 2024-11-08T23:48:43.531Z | Downloaded serde_derive v1.0.210 |
177 | 2024-11-08T23:48:43.534Z | Downloaded serde_with_macros v3.11.0 |
178 | 2024-11-08T23:48:43.539Z | Downloaded tinyvec_macros v0.1.1 |
179 | 2024-11-08T23:48:43.541Z | Downloaded ryu v1.0.18 |
180 | 2024-11-08T23:48:43.544Z | Downloaded openssl-probe v0.1.5 |
181 | 2024-11-08T23:48:43.544Z | Downloaded want v0.3.1 |
182 | 2024-11-08T23:48:43.547Z | Downloaded usdt-macro v0.5.0 |
183 | 2024-11-08T23:48:43.547Z | Downloaded equivalent v1.0.1 |
184 | 2024-11-08T23:48:43.549Z | Downloaded ident_case v1.0.1 |
185 | 2024-11-08T23:48:43.549Z | Downloaded typify-macro v0.2.0 |
186 | 2024-11-08T23:48:43.549Z | Downloaded foreign-types v0.3.2 |
187 | 2024-11-08T23:48:43.552Z | Downloaded openssl-sys v0.9.104 |
188 | 2024-11-08T23:48:43.557Z | Downloaded waitgroup v0.1.2 |
189 | 2024-11-08T23:48:43.560Z | Downloaded futures-sink v0.3.31 |
190 | 2024-11-08T23:48:43.560Z | Downloaded tokio-native-tls v0.3.1 |
191 | 2024-11-08T23:48:43.562Z | Downloaded progenitor-client v0.8.0 |
192 | 2024-11-08T23:48:43.562Z | Downloaded omicron-workspace-hack v0.1.0 |
193 | 2024-11-08T23:48:43.566Z | Downloaded foreign-types-shared v0.1.1 |
194 | 2024-11-08T23:48:43.566Z | Downloaded url v2.5.2 |
195 | 2024-11-08T23:48:43.601Z | Downloaded num-conv v0.1.0 |
196 | 2024-11-08T23:48:43.601Z | Downloaded deranged v0.3.11 |
197 | 2024-11-08T23:48:43.661Z | Downloaded crypto-common v0.1.6 |
198 | 2024-11-08T23:48:43.661Z | Downloaded cfg-if v1.0.0 |
199 | 2024-11-08T23:48:43.661Z | Downloaded block-buffer v0.10.4 |
200 | 2024-11-08T23:48:43.661Z | Downloaded async-stream v0.3.6 |
201 | 2024-11-08T23:48:43.661Z | Downloaded num_threads v0.1.7 |
202 | 2024-11-08T23:48:43.661Z | Downloaded untrusted v0.9.0 |
203 | 2024-11-08T23:48:43.661Z | Downloaded usdt-impl v0.5.0 |
204 | 2024-11-08T23:48:43.661Z | Downloaded pkg-config v0.3.31 |
205 | 2024-11-08T23:48:43.661Z | Downloaded futures-core v0.3.31 |
206 | 2024-11-08T23:48:43.661Z | Downloaded slog-json v2.6.1 |
207 | 2024-11-08T23:48:43.661Z | Downloaded dof v0.3.0 |
208 | 2024-11-08T23:48:43.662Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-11-08T23:48:43.662Z | Downloaded dirs-sys-next v0.1.2 |
210 | 2024-11-08T23:48:43.662Z | Downloaded itoa v1.0.11 |
211 | 2024-11-08T23:48:43.662Z | Downloaded digest v0.10.7 |
212 | 2024-11-08T23:48:43.662Z | Downloaded cpufeatures v0.2.14 |
213 | 2024-11-08T23:48:43.662Z | Downloaded progenitor v0.8.0 |
214 | 2024-11-08T23:48:43.662Z | Downloaded powerfmt v0.2.0 |
215 | 2024-11-08T23:48:43.662Z | Downloaded thiserror v1.0.64 |
216 | 2024-11-08T23:48:43.662Z | Downloaded strsim v0.11.1 |
217 | 2024-11-08T23:48:43.699Z | Downloaded strum v0.26.3 |
218 | 2024-11-08T23:48:43.699Z | Downloaded time-core v0.1.2 |
219 | 2024-11-08T23:48:43.699Z | Downloaded tokio-rustls v0.25.0 |
220 | 2024-11-08T23:48:43.699Z | Downloaded scroll v0.12.0 |
221 | 2024-11-08T23:48:43.699Z | Downloaded take_mut v0.2.2 |
222 | 2024-11-08T23:48:43.699Z | Downloaded rand_chacha v0.3.1 |
223 | 2024-11-08T23:48:43.699Z | Downloaded heck v0.5.0 |
224 | 2024-11-08T23:48:43.699Z | Downloaded rustversion v1.0.17 |
225 | 2024-11-08T23:48:43.699Z | Downloaded schemars_derive v0.8.21 |
226 | 2024-11-08T23:48:43.699Z | Downloaded hostname v0.4.0 |
227 | 2024-11-08T23:48:43.699Z | Downloaded hex v0.4.3 |
228 | 2024-11-08T23:48:43.699Z | Downloaded serde_urlencoded v0.7.1 |
229 | 2024-11-08T23:48:43.700Z | Downloaded allocator-api2 v0.2.18 |
230 | 2024-11-08T23:48:43.700Z | Downloaded slab v0.4.9 |
231 | 2024-11-08T23:48:43.700Z | Downloaded futures-executor v0.3.31 |
232 | 2024-11-08T23:48:43.700Z | Downloaded chrono v0.4.38 |
233 | 2024-11-08T23:48:43.700Z | Downloaded thiserror-impl v1.0.64 |
234 | 2024-11-08T23:48:43.700Z | Downloaded pest_derive v2.7.14 |
235 | 2024-11-08T23:48:43.700Z | Downloaded strum_macros v0.26.4 |
236 | 2024-11-08T23:48:43.700Z | Downloaded subtle v2.6.1 |
237 | 2024-11-08T23:48:43.700Z | Downloaded slog-bunyan v2.5.0 |
238 | 2024-11-08T23:48:43.700Z | Downloaded serde_derive_internals v0.29.1 |
239 | 2024-11-08T23:48:43.700Z | Downloaded slog-async v2.8.0 |
240 | 2024-11-08T23:48:43.700Z | Downloaded anyhow v1.0.92 |
241 | 2024-11-08T23:48:43.700Z | Downloaded semver v1.0.23 |
242 | 2024-11-08T23:48:43.700Z | Downloaded ipnet v2.10.1 |
243 | 2024-11-08T23:48:43.700Z | Downloaded hyper-rustls v0.27.3 |
244 | 2024-11-08T23:48:43.700Z | Downloaded httparse v1.9.5 |
245 | 2024-11-08T23:48:43.700Z | Downloaded log v0.4.22 |
246 | 2024-11-08T23:48:43.790Z | Downloaded spin v0.9.8 |
247 | 2024-11-08T23:48:43.790Z | Downloaded sha2 v0.10.8 |
248 | 2024-11-08T23:48:43.790Z | Downloaded smallvec v1.13.2 |
249 | 2024-11-08T23:48:43.790Z | Downloaded structmeta-derive v0.3.0 |
250 | 2024-11-08T23:48:43.790Z | Downloaded parking_lot v0.12.3 |
251 | 2024-11-08T23:48:43.790Z | Downloaded bitflags v2.6.0 |
252 | 2024-11-08T23:48:43.790Z | Downloaded slog-term v2.9.1 |
253 | 2024-11-08T23:48:43.790Z | Downloaded bytes v1.7.2 |
254 | 2024-11-08T23:48:43.790Z | Downloaded slog v2.7.0 |
255 | 2024-11-08T23:48:43.791Z | Downloaded progenitor-impl v0.8.0 |
256 | 2024-11-08T23:48:43.791Z | Downloaded indexmap v1.9.3 |
257 | 2024-11-08T23:48:43.791Z | Downloaded hashbrown v0.15.0 |
258 | 2024-11-08T23:48:43.800Z | Downloaded term v0.7.0 |
259 | 2024-11-08T23:48:43.800Z | Downloaded socket2 v0.5.7 |
260 | 2024-11-08T23:48:43.800Z | Downloaded toml v0.8.19 |
261 | 2024-11-08T23:48:43.800Z | Downloaded schemars v0.8.21 |
262 | 2024-11-08T23:48:43.800Z | Downloaded tinyvec v1.8.0 |
263 | 2024-11-08T23:48:43.800Z | Downloaded rand v0.8.5 |
264 | 2024-11-08T23:48:43.800Z | Downloaded unicode-normalization v0.1.24 |
265 | 2024-11-08T23:48:43.800Z | Downloaded quinn v0.11.5 |
266 | 2024-11-08T23:48:43.800Z | Downloaded cc v1.1.30 |
267 | 2024-11-08T23:48:43.800Z | Downloaded memchr v2.7.4 |
268 | 2024-11-08T23:48:43.800Z | Downloaded http v1.1.0 |
269 | 2024-11-08T23:48:43.800Z | Downloaded serde v1.0.210 |
270 | 2024-11-08T23:48:43.801Z | Downloaded mio v1.0.2 |
271 | 2024-11-08T23:48:43.801Z | Downloaded toml_edit v0.22.22 |
272 | 2024-11-08T23:48:43.801Z | Downloaded time v0.3.36 |
273 | 2024-11-08T23:48:43.801Z | Downloaded hyper v1.4.1 |
274 | 2024-11-08T23:48:43.807Z | Downloaded hashbrown v0.12.3 |
275 | 2024-11-08T23:48:43.807Z | Downloaded idna v0.5.0 |
276 | 2024-11-08T23:48:43.812Z | Downloaded tokio-util v0.7.12 |
277 | 2024-11-08T23:48:43.817Z | Downloaded goblin v0.8.2 |
278 | 2024-11-08T23:48:43.824Z | Downloaded quinn-proto v0.11.8 |
279 | 2024-11-08T23:48:43.831Z | Downloaded serde_with v3.11.0 |
280 | 2024-11-08T23:48:43.840Z | Downloaded winnow v0.6.20 |
281 | 2024-11-08T23:48:43.849Z | Downloaded dropshot v0.12.0 |
282 | 2024-11-08T23:48:43.870Z | Downloaded syn v2.0.79 |
283 | 2024-11-08T23:48:43.881Z | Downloaded reqwest v0.12.8 |
284 | 2024-11-08T23:48:43.889Z | Downloaded openssl v0.10.68 |
285 | 2024-11-08T23:48:43.899Z | Downloaded webpki-roots v0.26.6 |
286 | 2024-11-08T23:48:43.902Z | Downloaded serde_json v1.0.128 |
287 | 2024-11-08T23:48:43.910Z | Downloaded zerocopy v0.7.35 |
288 | 2024-11-08T23:48:43.927Z | Downloaded vcpkg v0.2.15 |
289 | 2024-11-08T23:48:43.963Z | Downloaded rustls-webpki v0.102.8 |
290 | 2024-11-08T23:48:43.983Z | Downloaded regex v1.11.0 |
291 | 2024-11-08T23:48:43.994Z | Downloaded pest v2.7.14 |
292 | 2024-11-08T23:48:43.999Z | Downloaded futures-util v0.3.31 |
293 | 2024-11-08T23:48:44.012Z | Downloaded openapiv3 v2.0.0 |
294 | 2024-11-08T23:48:44.023Z | Downloaded regress v0.9.1 |
295 | 2024-11-08T23:48:44.031Z | Downloaded rustls v0.23.14 |
296 | 2024-11-08T23:48:44.043Z | Downloaded regress v0.10.1 |
297 | 2024-11-08T23:48:44.051Z | Downloaded rustls v0.22.4 |
298 | 2024-11-08T23:48:44.064Z | Downloaded regex-syntax v0.8.5 |
299 | 2024-11-08T23:48:44.072Z | Downloaded typify-impl v0.2.0 |
300 | 2024-11-08T23:48:44.086Z | Downloaded hashbrown v0.14.5 |
301 | 2024-11-08T23:48:44.091Z | Downloaded aho-corasick v1.1.3 |
302 | 2024-11-08T23:48:44.097Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2024-11-08T23:48:44.100Z | Downloaded h2 v0.4.6 |
304 | 2024-11-08T23:48:44.107Z | Downloaded tokio-rustls v0.26.0 |
305 | 2024-11-08T23:48:44.111Z | Downloaded rustls-pki-types v1.9.0 |
306 | 2024-11-08T23:48:45.116Z | Downloaded unicode-bidi v0.3.17 |
307 | 2024-11-08T23:48:45.120Z | Downloaded native-tls v0.2.12 |
308 | 2024-11-08T23:48:45.120Z | Downloaded hyper-util v0.1.9 |
309 | 2024-11-08T23:48:45.120Z | Downloaded libc v0.2.161 |
310 | 2024-11-08T23:48:45.120Z | Downloaded futures v0.3.31 |
311 | 2024-11-08T23:48:45.120Z | Downloaded regex-automata v0.4.8 |
312 | 2024-11-08T23:48:45.120Z | Downloaded time-macros v0.2.18 |
313 | 2024-11-08T23:48:45.120Z | Downloaded unicode-ident v1.0.13 |
314 | 2024-11-08T23:48:45.120Z | Downloaded darling_core v0.20.10 |
315 | 2024-11-08T23:48:45.120Z | Downloaded tokio v1.40.0 |
316 | 2024-11-08T23:48:45.120Z | Downloaded unsafe-libyaml v0.2.11 |
317 | 2024-11-08T23:48:45.120Z | Downloaded pest_meta v2.7.14 |
318 | 2024-11-08T23:48:45.120Z | Downloaded tracing v0.1.40 |
319 | 2024-11-08T23:48:45.120Z | Downloaded lock_api v0.4.12 |
320 | 2024-11-08T23:48:45.120Z | Downloaded dropshot_endpoint v0.12.0 |
321 | 2024-11-08T23:48:45.120Z | Downloaded crossbeam-utils v0.8.20 |
322 | 2024-11-08T23:48:45.120Z | Downloaded tokio-macros v2.4.0 |
323 | 2024-11-08T23:48:45.120Z | Downloaded structmeta v0.3.0 |
324 | 2024-11-08T23:48:45.120Z | Downloaded thread_local v1.1.8 |
325 | 2024-11-08T23:48:45.120Z | Downloaded thread-id v4.2.2 |
326 | 2024-11-08T23:48:45.120Z | Downloaded backoff v0.4.0 |
327 | 2024-11-08T23:48:45.120Z | Downloaded parking_lot_core v0.9.10 |
328 | 2024-11-08T23:48:45.120Z | Downloaded typenum v1.17.0 |
329 | 2024-11-08T23:48:45.120Z | Downloaded iana-time-zone v0.1.61 |
330 | 2024-11-08T23:48:45.120Z | Downloaded shlex v1.3.0 |
331 | 2024-11-08T23:48:45.120Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-11-08T23:48:45.120Z | Downloaded serde_path_to_error v0.1.16 |
333 | 2024-11-08T23:48:45.120Z | Downloaded quinn-udp v0.5.5 |
334 | 2024-11-08T23:48:45.120Z | Downloaded http-body-util v0.1.2 |
335 | 2024-11-08T23:48:45.120Z | Downloaded generic-array v0.14.7 |
336 | 2024-11-08T23:48:45.121Z | Downloaded ppv-lite86 v0.2.20 |
337 | 2024-11-08T23:48:45.121Z | Downloaded parse-display-derive v0.10.0 |
338 | 2024-11-08T23:48:45.121Z | Downloaded zeroize v1.8.1 |
339 | 2024-11-08T23:48:45.121Z | Downloaded futures-macro v0.3.31 |
340 | 2024-11-08T23:48:45.121Z | Downloaded pin-utils v0.1.0 |
341 | 2024-11-08T23:48:45.121Z | Downloaded paste v1.0.15 |
342 | 2024-11-08T23:48:45.121Z | Downloaded usdt v0.5.0 |
343 | 2024-11-08T23:48:45.121Z | Downloaded ahash v0.8.11 |
344 | 2024-11-08T23:48:45.121Z | Downloaded instant v0.1.13 |
345 | 2024-11-08T23:48:45.121Z | Downloaded async-trait v0.1.83 |
346 | 2024-11-08T23:48:45.121Z | Downloaded mime v0.3.17 |
347 | 2024-11-08T23:48:45.121Z | Downloaded atomic-waker v1.1.2 |
348 | 2024-11-08T23:48:45.121Z | Downloaded match_cfg v0.1.0 |
349 | 2024-11-08T23:48:45.121Z | Downloaded is-terminal v0.4.13 |
350 | 2024-11-08T23:48:45.121Z | Downloaded dtrace-parser v0.2.0 |
351 | 2024-11-08T23:48:45.121Z | Downloaded base64 v0.22.1 |
352 | 2024-11-08T23:48:45.121Z | Downloaded crossbeam-channel v0.5.13 |
353 | 2024-11-08T23:48:45.121Z | Downloaded encoding_rs v0.8.34 |
354 | 2024-11-08T23:48:45.121Z | Downloaded proc-macro2 v1.0.87 |
355 | 2024-11-08T23:48:45.121Z | Downloaded uuid v1.10.0 |
356 | 2024-11-08T23:48:45.121Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-11-08T23:48:45.121Z | Downloaded indexmap v2.6.0 |
358 | 2024-11-08T23:48:45.121Z | Downloaded darling_macro v0.20.10 |
359 | 2024-11-08T23:48:45.121Z | Downloaded num-traits v0.2.19 |
360 | 2024-11-08T23:48:45.121Z | Downloaded multer v3.1.0 |
361 | 2024-11-08T23:48:45.121Z | Downloaded getrandom v0.2.15 |
362 | 2024-11-08T23:48:45.121Z | Downloaded futures-io v0.3.31 |
363 | 2024-11-08T23:48:45.121Z | Downloaded darling v0.20.10 |
364 | 2024-11-08T23:48:45.121Z | Downloaded usdt-attr-macro v0.5.0 |
365 | 2024-11-08T23:48:45.121Z | Downloaded macaddr v1.0.1 |
366 | 2024-11-08T23:48:45.121Z | Downloaded httpdate v1.0.3 |
367 | 2024-11-08T23:48:45.121Z | Downloaded dyn-clone v1.0.17 |
368 | 2024-11-08T23:48:45.121Z | Downloaded dirs-next v2.0.0 |
369 | 2024-11-08T23:48:45.121Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2024-11-08T23:48:45.121Z | Downloaded typify v0.2.0 |
371 | 2024-11-08T23:48:45.121Z | Downloaded futures-task v0.3.31 |
372 | 2024-11-08T23:48:45.121Z | Downloaded fnv v1.0.7 |
373 | 2024-11-08T23:48:45.121Z | Downloaded ring v0.17.8 |
374 | 2024-11-08T23:48:45.122Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-08T23:48:45.122Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-08T23:48:45.122Z | Compiling libc v0.2.161 |
377 | 2024-11-08T23:48:45.122Z | Checking cfg-if v1.0.0 |
378 | 2024-11-08T23:48:45.122Z | Compiling autocfg v1.4.0 |
379 | 2024-11-08T23:48:45.122Z | Compiling serde v1.0.210 |
380 | 2024-11-08T23:48:45.122Z | Compiling version_check v0.9.5 |
381 | 2024-11-08T23:48:45.122Z | Checking memchr v2.7.4 |
382 | 2024-11-08T23:48:45.122Z | Compiling serde_json v1.0.128 |
383 | 2024-11-08T23:48:45.122Z | Checking itoa v1.0.11 |
384 | 2024-11-08T23:48:45.410Z | Compiling thiserror v1.0.64 |
385 | 2024-11-08T23:48:45.525Z | Checking once_cell v1.20.2 |
386 | 2024-11-08T23:48:45.525Z | Compiling shlex v1.3.0 |
387 | 2024-11-08T23:48:45.806Z | Compiling cc v1.1.30 |
388 | 2024-11-08T23:48:45.911Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-08T23:48:46.048Z | Compiling num-traits v0.2.19 |
390 | 2024-11-08T23:48:46.227Z | Checking ryu v1.0.18 |
391 | 2024-11-08T23:48:46.246Z | Checking getrandom v0.2.15 |
392 | 2024-11-08T23:48:46.262Z | Checking bytes v1.7.2 |
393 | 2024-11-08T23:48:46.457Z | Checking futures-core v0.3.31 |
394 | 2024-11-08T23:48:46.478Z | Compiling lock_api v0.4.12 |
395 | 2024-11-08T23:48:46.609Z | Compiling quote v1.0.37 |
396 | 2024-11-08T23:48:46.652Z | Compiling parking_lot_core v0.9.10 |
397 | 2024-11-08T23:48:46.708Z | Compiling byteorder v1.5.0 |
398 | 2024-11-08T23:48:46.831Z | Compiling ahash v0.8.11 |
399 | 2024-11-08T23:48:46.971Z | Compiling syn v2.0.79 |
400 | 2024-11-08T23:48:47.041Z | Compiling schemars v0.8.21 |
401 | 2024-11-08T23:48:47.132Z | Checking smallvec v1.13.2 |
402 | 2024-11-08T23:48:47.177Z | Checking scopeguard v1.2.0 |
403 | 2024-11-08T23:48:47.205Z | Compiling slab v0.4.9 |
404 | 2024-11-08T23:48:47.312Z | Checking log v0.4.22 |
405 | 2024-11-08T23:48:47.457Z | Checking futures-sink v0.3.31 |
406 | 2024-11-08T23:48:47.564Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-11-08T23:48:47.601Z | Checking socket2 v0.5.7 |
408 | 2024-11-08T23:48:47.641Z | Checking mio v1.0.2 |
409 | 2024-11-08T23:48:47.831Z | Checking hashbrown v0.15.0 |
410 | 2024-11-08T23:48:47.831Z | Checking fnv v1.0.7 |
411 | 2024-11-08T23:48:47.867Z | Checking parking_lot v0.12.3 |
412 | 2024-11-08T23:48:47.983Z | Checking equivalent v1.0.1 |
413 | 2024-11-08T23:48:48.100Z | Checking http v1.1.0 |
414 | 2024-11-08T23:48:48.115Z | Checking futures-channel v0.3.31 |
415 | 2024-11-08T23:48:48.189Z | Checking futures-io v0.3.31 |
416 | 2024-11-08T23:48:48.254Z | Checking pin-utils v0.1.0 |
417 | 2024-11-08T23:48:48.349Z | Checking futures-task v0.3.31 |
418 | 2024-11-08T23:48:48.352Z | Compiling pkg-config v0.3.31 |
419 | 2024-11-08T23:48:48.393Z | Compiling vcpkg v0.2.15 |
420 | 2024-11-08T23:48:48.486Z | Compiling heck v0.5.0 |
421 | 2024-11-08T23:48:48.607Z | Checking spin v0.9.8 |
422 | 2024-11-08T23:48:48.701Z | Compiling ring v0.17.8 |
423 | 2024-11-08T23:48:48.848Z | Compiling semver v1.0.23 |
424 | 2024-11-08T23:48:48.933Z | Checking rustls-pki-types v1.9.0 |
425 | 2024-11-08T23:48:49.429Z | Compiling ucd-trie v0.1.7 |
426 | 2024-11-08T23:48:49.602Z | Compiling httparse v1.9.5 |
427 | 2024-11-08T23:48:49.621Z | Checking untrusted v0.9.0 |
428 | 2024-11-08T23:48:49.640Z | Checking iana-time-zone v0.1.61 |
429 | 2024-11-08T23:48:49.791Z | Checking tracing-core v0.1.32 |
430 | 2024-11-08T23:48:49.888Z | Checking atomic-waker v1.1.2 |
431 | 2024-11-08T23:48:49.975Z | Compiling openssl-sys v0.9.104 |
432 | 2024-11-08T23:48:50.022Z | Checking dyn-clone v1.0.17 |
433 | 2024-11-08T23:48:50.174Z | Compiling allocator-api2 v0.2.18 |
434 | 2024-11-08T23:48:50.466Z | Checking tracing v0.1.40 |
435 | 2024-11-08T23:48:50.784Z | Checking http-body v1.0.1 |
436 | 2024-11-08T23:48:50.979Z | Checking try-lock v0.2.5 |
437 | 2024-11-08T23:48:51.033Z | Checking subtle v2.6.1 |
438 | 2024-11-08T23:48:51.106Z | Checking zeroize v1.8.1 |
439 | 2024-11-08T23:48:51.136Z | Compiling uuid v1.10.0 |
440 | 2024-11-08T23:48:51.193Z | Checking want v0.3.1 |
441 | 2024-11-08T23:48:51.268Z | Compiling slog v2.7.0 |
442 | 2024-11-08T23:48:51.374Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-11-08T23:48:51.475Z | Compiling chrono v0.4.38 |
444 | 2024-11-08T23:48:51.576Z | Checking httpdate v1.0.3 |
445 | 2024-11-08T23:48:51.597Z | Compiling openssl v0.10.68 |
446 | 2024-11-08T23:48:51.733Z | Checking foreign-types v0.3.2 |
447 | 2024-11-08T23:48:51.816Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-08T23:48:51.856Z | Compiling native-tls v0.2.12 |
449 | 2024-11-08T23:48:52.074Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-11-08T23:48:52.165Z | Compiling rustls v0.23.14 |
451 | 2024-11-08T23:48:52.249Z | Checking percent-encoding v2.3.1 |
452 | 2024-11-08T23:48:52.505Z | Checking tower-service v0.3.3 |
453 | 2024-11-08T23:48:52.625Z | Compiling typenum v1.17.0 |
454 | 2024-11-08T23:48:53.112Z | Checking bitflags v2.6.0 |
455 | 2024-11-08T23:48:53.166Z | Compiling regex-syntax v0.8.5 |
456 | 2024-11-08T23:48:53.391Z | Checking form_urlencoded v1.2.1 |
457 | 2024-11-08T23:48:53.464Z | Checking tinyvec v1.8.0 |
458 | 2024-11-08T23:48:53.653Z | Compiling generic-array v0.14.7 |
459 | 2024-11-08T23:48:54.020Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-11-08T23:48:54.850Z | Checking rustls-webpki v0.102.8 |
461 | 2024-11-08T23:48:54.882Z | Checking openssl-probe v0.1.5 |
462 | 2024-11-08T23:48:55.039Z | Checking unicode-normalization v0.1.24 |
463 | 2024-11-08T23:48:56.176Z | Compiling usdt-impl v0.5.0 |
464 | 2024-11-08T23:48:56.554Z | Checking encoding_rs v0.8.34 |
465 | 2024-11-08T23:48:56.797Z | Compiling num-conv v0.1.0 |
466 | 2024-11-08T23:48:56.818Z | Compiling regex-automata v0.4.8 |
467 | 2024-11-08T23:48:56.942Z | Compiling time-core v0.1.2 |
468 | 2024-11-08T23:48:57.094Z | Checking powerfmt v0.2.0 |
469 | 2024-11-08T23:48:57.363Z | Checking unicode-bidi v0.3.17 |
470 | 2024-11-08T23:48:57.752Z | Checking mime v0.3.17 |
471 | 2024-11-08T23:48:58.049Z | Checking idna v0.5.0 |
472 | 2024-11-08T23:48:58.090Z | Checking deranged v0.3.11 |
473 | 2024-11-08T23:48:58.863Z | Compiling serde_derive v1.0.210 |
474 | 2024-11-08T23:48:58.949Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-11-08T23:48:58.967Z | Compiling thiserror-impl v1.0.64 |
476 | 2024-11-08T23:48:58.988Z | Compiling schemars_derive v0.8.21 |
477 | 2024-11-08T23:48:59.970Z | Compiling tokio-macros v2.4.0 |
478 | 2024-11-08T23:49:00.500Z | Compiling futures-macro v0.3.31 |
479 | 2024-11-08T23:49:00.742Z | Compiling openssl-macros v0.1.1 |
480 | 2024-11-08T23:49:00.935Z | Compiling zerocopy v0.7.35 |
481 | 2024-11-08T23:49:01.566Z | Checking tokio v1.40.0 |
482 | 2024-11-08T23:49:01.809Z | Compiling pest v2.7.14 |
483 | 2024-11-08T23:49:02.284Z | Checking futures-util v0.3.31 |
484 | 2024-11-08T23:49:03.021Z | Compiling hashbrown v0.14.5 |
485 | 2024-11-08T23:49:04.134Z | Compiling regex v1.11.0 |
486 | 2024-11-08T23:49:04.353Z | Compiling pest_meta v2.7.14 |
487 | 2024-11-08T23:49:04.679Z | Compiling regress v0.10.1 |
488 | 2024-11-08T23:49:04.718Z | Compiling scroll_derive v0.12.0 |
489 | 2024-11-08T23:49:07.506Z | Compiling pest_generator v2.7.14 |
490 | 2024-11-08T23:49:07.608Z | Checking http-body-util v0.1.2 |
491 | 2024-11-08T23:49:08.210Z | Checking scroll v0.12.0 |
492 | 2024-11-08T23:49:08.683Z | Compiling time-macros v0.2.18 |
493 | 2024-11-08T23:49:08.823Z | Compiling thread-id v4.2.2 |
494 | 2024-11-08T23:49:08.869Z | Checking tokio-util v0.7.12 |
495 | 2024-11-08T23:49:08.939Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-11-08T23:49:09.183Z | Compiling pest_derive v2.7.14 |
497 | 2024-11-08T23:49:09.206Z | Checking tokio-rustls v0.26.0 |
498 | 2024-11-08T23:49:09.716Z | Checking rustls-pemfile v2.2.0 |
499 | 2024-11-08T23:49:09.759Z | Checking webpki-roots v0.26.6 |
500 | 2024-11-08T23:49:09.926Z | Checking plain v0.2.3 |
501 | 2024-11-08T23:49:09.967Z | Compiling crossbeam-utils v0.8.20 |
502 | 2024-11-08T23:49:10.053Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-11-08T23:49:10.083Z | Compiling ident_case v1.0.1 |
504 | 2024-11-08T23:49:10.458Z | Checking num_threads v0.1.7 |
505 | 2024-11-08T23:49:10.767Z | Checking base64 v0.22.1 |
506 | 2024-11-08T23:49:11.049Z | Compiling strsim v0.11.1 |
507 | 2024-11-08T23:49:11.435Z | Checking indexmap v2.6.0 |
508 | 2024-11-08T23:49:11.763Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-11-08T23:49:12.197Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-11-08T23:49:12.474Z | Checking time v0.3.36 |
511 | 2024-11-08T23:49:12.718Z | Checking h2 v0.4.6 |
512 | 2024-11-08T23:49:12.889Z | Checking openapiv3 v2.0.0 |
513 | 2024-11-08T23:49:12.912Z | Compiling darling_core v0.20.10 |
514 | 2024-11-08T23:49:14.628Z | Compiling dof v0.3.0 |
515 | 2024-11-08T23:49:15.317Z | Checking typify-impl v0.2.0 |
516 | 2024-11-08T23:49:16.382Z | Checking goblin v0.8.2 |
517 | 2024-11-08T23:49:16.876Z | Checking url v2.5.2 |
518 | 2024-11-08T23:49:17.179Z | Checking hyper v1.4.1 |
519 | 2024-11-08T23:49:17.715Z | Checking sync_wrapper v1.0.1 |
520 | 2024-11-08T23:49:17.757Z | Checking dirs-sys-next v0.1.2 |
521 | 2024-11-08T23:49:17.921Z | Compiling rustls v0.22.4 |
522 | 2024-11-08T23:49:17.942Z | Checking ipnet v2.10.1 |
523 | 2024-11-08T23:49:18.269Z | Compiling paste v1.0.15 |
524 | 2024-11-08T23:49:18.288Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-11-08T23:49:18.469Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-11-08T23:49:18.621Z | Compiling rustversion v1.0.17 |
527 | 2024-11-08T23:49:18.751Z | Checking pretty-hex v0.4.1 |
528 | 2024-11-08T23:49:18.861Z | Compiling darling_macro v0.20.10 |
529 | 2024-11-08T23:49:19.142Z | Checking dirs-next v2.0.0 |
530 | 2024-11-08T23:49:19.327Z | Checking hyper-util v0.1.9 |
531 | 2024-11-08T23:49:19.397Z | Checking serde_spanned v0.6.8 |
532 | 2024-11-08T23:49:19.602Z | Checking toml_datetime v0.6.8 |
533 | 2024-11-08T23:49:19.797Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-11-08T23:49:19.835Z | Checking crypto-common v0.1.6 |
535 | 2024-11-08T23:49:19.899Z | Checking block-buffer v0.10.4 |
536 | 2024-11-08T23:49:19.978Z | Checking ppv-lite86 v0.2.20 |
537 | 2024-11-08T23:49:19.999Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-11-08T23:49:20.095Z | Checking rand_core v0.6.4 |
539 | 2024-11-08T23:49:20.324Z | Checking thread_local v1.1.8 |
540 | 2024-11-08T23:49:20.401Z | Compiling multer v3.1.0 |
541 | 2024-11-08T23:49:20.636Z | Checking match_cfg v0.1.0 |
542 | 2024-11-08T23:49:20.730Z | Checking winnow v0.6.20 |
543 | 2024-11-08T23:49:20.761Z | Compiling newtype-uuid v1.1.2 |
544 | 2024-11-08T23:49:20.783Z | Compiling camino v1.1.9 |
545 | 2024-11-08T23:49:21.116Z | Compiling anyhow v1.0.92 |
546 | 2024-11-08T23:49:21.188Z | Checking hyper-tls v0.6.0 |
547 | 2024-11-08T23:49:21.382Z | Checking hyper-rustls v0.27.3 |
548 | 2024-11-08T23:49:21.471Z | Compiling slog-async v2.8.0 |
549 | 2024-11-08T23:49:21.721Z | Checking reqwest v0.12.8 |
550 | 2024-11-08T23:49:22.129Z | Checking rand_chacha v0.3.1 |
551 | 2024-11-08T23:49:22.216Z | Checking hostname v0.3.1 |
552 | 2024-11-08T23:49:22.358Z | Checking digest v0.10.7 |
553 | 2024-11-08T23:49:22.506Z | Compiling structmeta v0.3.0 |
554 | 2024-11-08T23:49:22.525Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-11-08T23:49:22.688Z | Compiling darling v0.20.10 |
556 | 2024-11-08T23:49:22.808Z | Checking term v0.7.0 |
557 | 2024-11-08T23:49:23.251Z | Checking progenitor-client v0.8.0 |
558 | 2024-11-08T23:49:23.289Z | Compiling usdt-macro v0.5.0 |
559 | 2024-11-08T23:49:23.341Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-11-08T23:49:23.563Z | Checking slog-json v2.6.1 |
561 | 2024-11-08T23:49:23.815Z | Checking futures-executor v0.3.31 |
562 | 2024-11-08T23:49:23.865Z | Checking toml_edit v0.22.22 |
563 | 2024-11-08T23:49:23.936Z | Compiling async-stream-impl v0.3.6 |
564 | 2024-11-08T23:49:24.058Z | Checking is-terminal v0.4.13 |
565 | 2024-11-08T23:49:24.191Z | Checking memmap v0.7.0 |
566 | 2024-11-08T23:49:24.331Z | Compiling dropshot v0.12.0 |
567 | 2024-11-08T23:49:24.421Z | Checking take_mut v0.2.2 |
568 | 2024-11-08T23:49:24.555Z | Checking cpufeatures v0.2.14 |
569 | 2024-11-08T23:49:24.647Z | Checking sha1 v0.10.6 |
570 | 2024-11-08T23:49:24.753Z | Checking usdt v0.5.0 |
571 | 2024-11-08T23:49:24.772Z | Checking slog-term v2.9.1 |
572 | 2024-11-08T23:49:24.865Z | Checking futures v0.3.31 |
573 | 2024-11-08T23:49:24.920Z | Compiling strum_macros v0.26.4 |
574 | 2024-11-08T23:49:24.979Z | Checking slog-bunyan v2.5.0 |
575 | 2024-11-08T23:49:25.010Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-08T23:49:25.143Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-11-08T23:49:25.209Z | Checking async-stream v0.3.6 |
578 | 2024-11-08T23:49:25.291Z | Checking rand v0.8.5 |
579 | 2024-11-08T23:49:26.556Z | Checking tokio-rustls v0.25.0 |
580 | 2024-11-08T23:49:26.598Z | Checking toml v0.8.19 |
581 | 2024-11-08T23:49:26.683Z | Checking ipnetwork v0.20.0 |
582 | 2024-11-08T23:49:26.926Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-11-08T23:49:27.066Z | Checking serde_path_to_error v0.1.16 |
584 | 2024-11-08T23:49:27.068Z | Checking hex v0.4.3 |
585 | 2024-11-08T23:49:27.348Z | Compiling async-trait v0.1.83 |
586 | 2024-11-08T23:49:27.570Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-11-08T23:49:27.668Z | Checking waitgroup v0.1.2 |
588 | 2024-11-08T23:49:27.734Z | Checking hostname v0.4.0 |
589 | 2024-11-08T23:49:27.813Z | Checking instant v0.1.13 |
590 | 2024-11-08T23:49:27.874Z | Checking debug-ignore v1.0.5 |
591 | 2024-11-08T23:49:27.930Z | Checking backoff v0.4.0 |
592 | 2024-11-08T23:49:28.010Z | Checking serde_with v3.11.0 |
593 | 2024-11-08T23:49:28.236Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-11-08T23:49:28.401Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-11-08T23:49:28.404Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-11-08T23:49:28.572Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-11-08T23:49:28.755Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-11-08T23:49:28.808Z | Checking parse-display v0.10.0 |
599 | 2024-11-08T23:49:29.002Z | Compiling typify-macro v0.2.0 |
600 | 2024-11-08T23:49:29.042Z | Checking macaddr v1.0.1 |
601 | 2024-11-08T23:49:29.117Z | Checking regress v0.9.1 |
602 | 2024-11-08T23:49:29.137Z | Checking strum v0.26.3 |
603 | 2024-11-08T23:49:31.221Z | Compiling typify v0.2.0 |
604 | 2024-11-08T23:49:31.301Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-08T23:49:33.909Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-08T23:49:38.836Z | Checking progenitor v0.8.0 |
607 | 2024-11-08T23:49:38.949Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-08T23:49:42.011Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-08T23:49:49.804Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-08T23:49:49.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
611 | 2024-11-08T23:49:50.195Z | + cargo build --release |
612 | 2024-11-08T23:49:50.441Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-08T23:49:50.441Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-08T23:49:50.443Z | Compiling libc v0.2.161 |
615 | 2024-11-08T23:49:50.443Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-08T23:49:50.443Z | Compiling autocfg v1.4.0 |
617 | 2024-11-08T23:49:50.443Z | Compiling version_check v0.9.5 |
618 | 2024-11-08T23:49:50.483Z | Compiling serde v1.0.210 |
619 | 2024-11-08T23:49:50.486Z | Compiling memchr v2.7.4 |
620 | 2024-11-08T23:49:50.557Z | Compiling serde_json v1.0.128 |
621 | 2024-11-08T23:49:50.628Z | Compiling itoa v1.0.11 |
622 | 2024-11-08T23:49:50.910Z | Compiling thiserror v1.0.64 |
623 | 2024-11-08T23:49:51.048Z | Compiling once_cell v1.20.2 |
624 | 2024-11-08T23:49:51.073Z | Compiling shlex v1.3.0 |
625 | 2024-11-08T23:49:51.309Z | Compiling cc v1.1.30 |
626 | 2024-11-08T23:49:51.480Z | Compiling num-traits v0.2.19 |
627 | 2024-11-08T23:49:51.836Z | Compiling getrandom v0.2.15 |
628 | 2024-11-08T23:49:51.915Z | Compiling pin-project-lite v0.2.14 |
629 | 2024-11-08T23:49:51.973Z | Compiling bytes v1.7.2 |
630 | 2024-11-08T23:49:52.032Z | Compiling ryu v1.0.18 |
631 | 2024-11-08T23:49:52.097Z | Compiling quote v1.0.37 |
632 | 2024-11-08T23:49:52.229Z | Compiling futures-core v0.3.31 |
633 | 2024-11-08T23:49:52.403Z | Compiling lock_api v0.4.12 |
634 | 2024-11-08T23:49:52.472Z | Compiling syn v2.0.79 |
635 | 2024-11-08T23:49:52.629Z | Compiling ahash v0.8.11 |
636 | 2024-11-08T23:49:52.725Z | Compiling schemars v0.8.21 |
637 | 2024-11-08T23:49:52.756Z | Compiling byteorder v1.5.0 |
638 | 2024-11-08T23:49:52.952Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-11-08T23:49:53.116Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-08T23:49:53.212Z | Compiling smallvec v1.13.2 |
641 | 2024-11-08T23:49:53.252Z | Compiling slab v0.4.9 |
642 | 2024-11-08T23:49:53.421Z | Compiling log v0.4.22 |
643 | 2024-11-08T23:49:53.610Z | Compiling futures-sink v0.3.31 |
644 | 2024-11-08T23:49:53.734Z | Compiling signal-hook-registry v1.4.2 |
645 | 2024-11-08T23:49:53.758Z | Compiling socket2 v0.5.7 |
646 | 2024-11-08T23:49:53.819Z | Compiling mio v1.0.2 |
647 | 2024-11-08T23:49:53.877Z | Compiling fnv v1.0.7 |
648 | 2024-11-08T23:49:53.997Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-08T23:49:54.153Z | Compiling ring v0.17.8 |
650 | 2024-11-08T23:49:54.202Z | Compiling hashbrown v0.15.0 |
651 | 2024-11-08T23:49:54.472Z | Compiling equivalent v1.0.1 |
652 | 2024-11-08T23:49:54.576Z | Compiling http v1.1.0 |
653 | 2024-11-08T23:49:55.314Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-08T23:49:55.399Z | Compiling futures-io v0.3.31 |
655 | 2024-11-08T23:49:55.480Z | Compiling futures-task v0.3.31 |
656 | 2024-11-08T23:49:55.728Z | Compiling pin-utils v0.1.0 |
657 | 2024-11-08T23:49:55.736Z | Compiling semver v1.0.23 |
658 | 2024-11-08T23:49:55.772Z | Compiling heck v0.5.0 |
659 | 2024-11-08T23:49:55.808Z | Compiling vcpkg v0.2.15 |
660 | 2024-11-08T23:49:55.987Z | Compiling spin v0.9.8 |
661 | 2024-11-08T23:49:56.093Z | Compiling rustls-pki-types v1.9.0 |
662 | 2024-11-08T23:49:56.171Z | Compiling pkg-config v0.3.31 |
663 | 2024-11-08T23:49:56.809Z | Compiling ucd-trie v0.1.7 |
664 | 2024-11-08T23:49:57.276Z | Compiling iana-time-zone v0.1.61 |
665 | 2024-11-08T23:49:57.313Z | Compiling untrusted v0.9.0 |
666 | 2024-11-08T23:49:57.329Z | Compiling openssl-sys v0.9.104 |
667 | 2024-11-08T23:49:57.493Z | Compiling httparse v1.9.5 |
668 | 2024-11-08T23:49:58.005Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-08T23:49:58.523Z | Compiling dyn-clone v1.0.17 |
670 | 2024-11-08T23:49:58.572Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-11-08T23:49:58.593Z | Compiling atomic-waker v1.1.2 |
672 | 2024-11-08T23:49:58.725Z | Compiling tracing v0.1.40 |
673 | 2024-11-08T23:49:59.393Z | Compiling http-body v1.0.1 |
674 | 2024-11-08T23:49:59.576Z | Compiling uuid v1.10.0 |
675 | 2024-11-08T23:49:59.628Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-11-08T23:49:59.773Z | Compiling chrono v0.4.38 |
677 | 2024-11-08T23:50:00.149Z | Compiling zeroize v1.8.1 |
678 | 2024-11-08T23:50:00.446Z | Compiling try-lock v0.2.5 |
679 | 2024-11-08T23:50:00.507Z | Compiling subtle v2.6.1 |
680 | 2024-11-08T23:50:00.587Z | Compiling want v0.3.1 |
681 | 2024-11-08T23:50:00.873Z | Compiling openssl v0.10.68 |
682 | 2024-11-08T23:50:01.187Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-08T23:50:01.287Z | Compiling slog v2.7.0 |
684 | 2024-11-08T23:50:01.335Z | Compiling httpdate v1.0.3 |
685 | 2024-11-08T23:50:01.700Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-08T23:50:01.853Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-08T23:50:02.074Z | Compiling typenum v1.17.0 |
688 | 2024-11-08T23:50:02.473Z | Compiling bitflags v2.6.0 |
689 | 2024-11-08T23:50:02.839Z | Compiling percent-encoding v2.3.1 |
690 | 2024-11-08T23:50:03.046Z | Compiling native-tls v0.2.12 |
691 | 2024-11-08T23:50:03.213Z | Compiling rustls v0.23.14 |
692 | 2024-11-08T23:50:03.350Z | Compiling tower-service v0.3.3 |
693 | 2024-11-08T23:50:03.452Z | Compiling regex-syntax v0.8.5 |
694 | 2024-11-08T23:50:03.556Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-11-08T23:50:03.639Z | Compiling tinyvec v1.8.0 |
696 | 2024-11-08T23:50:04.204Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-11-08T23:50:04.490Z | Compiling serde_derive v1.0.210 |
698 | 2024-11-08T23:50:04.709Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-11-08T23:50:05.246Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-11-08T23:50:05.368Z | Compiling schemars_derive v0.8.21 |
701 | 2024-11-08T23:50:05.440Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-08T23:50:05.941Z | Compiling futures-macro v0.3.31 |
703 | 2024-11-08T23:50:06.789Z | Compiling zerocopy v0.7.35 |
704 | 2024-11-08T23:50:07.815Z | Compiling tokio v1.40.0 |
705 | 2024-11-08T23:50:08.086Z | Compiling futures-util v0.3.31 |
706 | 2024-11-08T23:50:08.229Z | Compiling pest v2.7.14 |
707 | 2024-11-08T23:50:08.931Z | Compiling hashbrown v0.14.5 |
708 | 2024-11-08T23:50:09.716Z | Compiling openssl-macros v0.1.1 |
709 | 2024-11-08T23:50:10.302Z | Compiling regress v0.10.1 |
710 | 2024-11-08T23:50:11.166Z | Compiling rustls-webpki v0.102.8 |
711 | 2024-11-08T23:50:15.178Z | Compiling pest_meta v2.7.14 |
712 | 2024-11-08T23:50:16.767Z | Compiling pest_generator v2.7.14 |
713 | 2024-11-08T23:50:17.728Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-08T23:50:18.713Z | Compiling indexmap v2.6.0 |
715 | 2024-11-08T23:50:20.428Z | Compiling h2 v0.4.6 |
716 | 2024-11-08T23:50:20.536Z | Compiling pest_derive v2.7.14 |
717 | 2024-11-08T23:50:21.460Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-08T23:50:24.719Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-08T23:50:25.195Z | Compiling generic-array v0.14.7 |
720 | 2024-11-08T23:50:26.926Z | Compiling typify-impl v0.2.0 |
721 | 2024-11-08T23:50:27.394Z | Compiling hyper v1.4.1 |
722 | 2024-11-08T23:50:28.814Z | Compiling openssl-probe v0.1.5 |
723 | 2024-11-08T23:50:30.997Z | Compiling hyper-util v0.1.9 |
724 | 2024-11-08T23:50:32.409Z | Compiling regex v1.11.0 |
725 | 2024-11-08T23:50:35.404Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-08T23:50:35.998Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-08T23:50:36.585Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-08T23:50:37.790Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-08T23:50:38.027Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-08T23:50:38.187Z | Compiling time-core v0.1.2 |
731 | 2024-11-08T23:50:38.341Z | Compiling typify-macro v0.2.0 |
732 | 2024-11-08T23:50:38.646Z | Compiling powerfmt v0.2.0 |
733 | 2024-11-08T23:50:39.149Z | Compiling unicode-bidi v0.3.17 |
734 | 2024-11-08T23:50:39.377Z | Compiling mime v0.3.17 |
735 | 2024-11-08T23:50:40.464Z | Compiling num-conv v0.1.0 |
736 | 2024-11-08T23:50:40.747Z | Compiling time-macros v0.2.18 |
737 | 2024-11-08T23:50:42.017Z | Compiling idna v0.5.0 |
738 | 2024-11-08T23:50:42.076Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-08T23:50:43.695Z | Compiling deranged v0.3.11 |
740 | 2024-11-08T23:50:46.259Z | Compiling scroll v0.12.0 |
741 | 2024-11-08T23:50:47.595Z | Compiling thread-id v4.2.2 |
742 | 2024-11-08T23:50:47.700Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-08T23:50:48.007Z | Compiling dof v0.3.0 |
744 | 2024-11-08T23:50:48.331Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-08T23:50:48.887Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-08T23:50:49.497Z | Compiling webpki-roots v0.26.6 |
747 | 2024-11-08T23:50:49.700Z | Compiling rustls-pemfile v2.2.0 |
748 | 2024-11-08T23:50:49.954Z | Compiling strsim v0.11.1 |
749 | 2024-11-08T23:50:50.181Z | Compiling plain v0.2.3 |
750 | 2024-11-08T23:50:50.340Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-11-08T23:50:50.929Z | Compiling omicron-workspace-hack v0.1.0 |
752 | 2024-11-08T23:50:52.088Z | Compiling ident_case v1.0.1 |
753 | 2024-11-08T23:50:52.258Z | Compiling num_threads v0.1.7 |
754 | 2024-11-08T23:50:52.372Z | Compiling base64 v0.22.1 |
755 | 2024-11-08T23:50:52.673Z | Compiling time v0.3.36 |
756 | 2024-11-08T23:50:53.511Z | Compiling darling_core v0.20.10 |
757 | 2024-11-08T23:50:58.398Z | Compiling goblin v0.8.2 |
758 | 2024-11-08T23:50:59.341Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-08T23:51:01.079Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-08T23:51:02.074Z | Compiling url v2.5.2 |
761 | 2024-11-08T23:51:02.081Z | Compiling typify v0.2.0 |
762 | 2024-11-08T23:51:02.205Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-08T23:51:06.611Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-08T23:51:06.760Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-08T23:51:07.889Z | Compiling pretty-hex v0.4.1 |
766 | 2024-11-08T23:51:08.123Z | Compiling ipnet v2.10.1 |
767 | 2024-11-08T23:51:08.274Z | Compiling rustversion v1.0.17 |
768 | 2024-11-08T23:51:08.942Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-11-08T23:51:09.277Z | Compiling rustls v0.22.4 |
770 | 2024-11-08T23:51:09.621Z | Compiling paste v1.0.15 |
771 | 2024-11-08T23:51:10.277Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-11-08T23:51:10.681Z | Compiling reqwest v0.12.8 |
773 | 2024-11-08T23:51:12.341Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-08T23:51:12.603Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-08T23:51:14.073Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-08T23:51:17.094Z | Compiling block-buffer v0.10.4 |
777 | 2024-11-08T23:51:17.343Z | Compiling crypto-common v0.1.6 |
778 | 2024-11-08T23:51:17.564Z | Compiling toml_datetime v0.6.8 |
779 | 2024-11-08T23:51:17.848Z | Compiling serde_spanned v0.6.8 |
780 | 2024-11-08T23:51:18.101Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-08T23:51:18.265Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-08T23:51:18.943Z | Compiling rand_core v0.6.4 |
783 | 2024-11-08T23:51:19.174Z | Compiling thread_local v1.1.8 |
784 | 2024-11-08T23:51:19.422Z | Compiling multer v3.1.0 |
785 | 2024-11-08T23:51:19.669Z | Compiling newtype-uuid v1.1.2 |
786 | 2024-11-08T23:51:19.786Z | Compiling anyhow v1.0.92 |
787 | 2024-11-08T23:51:19.886Z | Compiling camino v1.1.9 |
788 | 2024-11-08T23:51:20.017Z | Compiling slog-async v2.8.0 |
789 | 2024-11-08T23:51:20.374Z | Compiling match_cfg v0.1.0 |
790 | 2024-11-08T23:51:20.465Z | Compiling winnow v0.6.20 |
791 | 2024-11-08T23:51:20.545Z | Compiling hostname v0.3.1 |
792 | 2024-11-08T23:51:20.867Z | Compiling rand_chacha v0.3.1 |
793 | 2024-11-08T23:51:20.875Z | Compiling structmeta v0.3.0 |
794 | 2024-11-08T23:51:21.232Z | Compiling progenitor-macro v0.8.0 |
795 | 2024-11-08T23:51:21.715Z | Compiling digest v0.10.7 |
796 | 2024-11-08T23:51:22.137Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-08T23:51:23.467Z | Compiling darling v0.20.10 |
798 | 2024-11-08T23:51:23.571Z | Compiling progenitor-client v0.8.0 |
799 | 2024-11-08T23:51:23.786Z | Compiling term v0.7.0 |
800 | 2024-11-08T23:51:24.528Z | Compiling toml_edit v0.22.22 |
801 | 2024-11-08T23:51:29.542Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-08T23:51:31.019Z | Compiling usdt-macro v0.5.0 |
803 | 2024-11-08T23:51:32.060Z | Compiling slog-json v2.6.1 |
804 | 2024-11-08T23:51:32.416Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-08T23:51:32.545Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-08T23:51:33.577Z | Compiling is-terminal v0.4.13 |
807 | 2024-11-08T23:51:33.694Z | Compiling memmap v0.7.0 |
808 | 2024-11-08T23:51:33.926Z | Compiling dropshot v0.12.0 |
809 | 2024-11-08T23:51:34.142Z | Compiling cpufeatures v0.2.14 |
810 | 2024-11-08T23:51:34.236Z | Compiling take_mut v0.2.2 |
811 | 2024-11-08T23:51:34.346Z | Compiling sha1 v0.10.6 |
812 | 2024-11-08T23:51:35.115Z | Compiling async-stream v0.3.6 |
813 | 2024-11-08T23:51:35.320Z | Compiling progenitor v0.8.0 |
814 | 2024-11-08T23:51:35.424Z | Compiling usdt v0.5.0 |
815 | 2024-11-08T23:51:35.496Z | Compiling slog-term v2.9.1 |
816 | 2024-11-08T23:51:36.960Z | Compiling futures v0.3.31 |
817 | 2024-11-08T23:51:37.158Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-08T23:51:37.443Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-08T23:51:37.734Z | Compiling toml v0.8.19 |
820 | 2024-11-08T23:51:37.903Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-08T23:51:38.379Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-08T23:51:41.047Z | Compiling rand v0.8.5 |
823 | 2024-11-08T23:51:42.479Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-11-08T23:51:46.473Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-08T23:51:46.983Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-08T23:51:47.295Z | Compiling hex v0.4.3 |
827 | 2024-11-08T23:51:48.002Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-08T23:51:48.118Z | Compiling async-trait v0.1.83 |
829 | 2024-11-08T23:51:49.020Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-08T23:51:49.872Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-08T23:51:50.114Z | Compiling hostname v0.4.0 |
832 | 2024-11-08T23:51:50.371Z | Compiling instant v0.1.13 |
833 | 2024-11-08T23:51:50.489Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-08T23:51:50.514Z | Compiling backoff v0.4.0 |
835 | 2024-11-08T23:51:50.632Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-08T23:51:50.833Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-08T23:51:50.833Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-08T23:51:51.095Z | Compiling parse-display v0.10.0 |
839 | 2024-11-08T23:51:51.604Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-11-08T23:51:52.171Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-08T23:51:53.180Z | Compiling strum v0.26.3 |
842 | 2024-11-08T23:51:53.366Z | Compiling serde_with v3.11.0 |
843 | 2024-11-08T23:51:55.564Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-08T23:51:55.778Z | Compiling macaddr v1.0.1 |
845 | 2024-11-08T23:51:56.395Z | Compiling regress v0.9.1 |
846 | 2024-11-08T23:52:02.002Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-08T23:52:12.605Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-08T23:52:22.486Z | Finished `release` profile [optimized] target(s) in 2m 32s |
849 | 2024-11-08T23:52:22.550Z | process exited: duration 228910 ms, exit code 0 |
|
850 | 2024-11-08T23:52:22.556Z | found 0 output files |