|
|
|
1 | 2024-08-26T19:34:53.930Z | job assigned to worker 01J682WN0J8RRH44WRJSQ0YVP4 (queued for 55 s) |
|
2 | 2024-08-26T19:35:01.003Z | starting task 0: "setup" |
3 | 2024-08-26T19:35:01.012Z | ++ uname -s |
4 | 2024-08-26T19:35:01.014Z | + kern=SunOS |
5 | 2024-08-26T19:35:01.015Z | + case "$kern" in |
6 | 2024-08-26T19:35:01.015Z | + groupadd -g 12345 build |
7 | 2024-08-26T19:35:01.017Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T19:35:03.026Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T19:35:03.116Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T19:35:03.118Z | + home_fs=zfs |
11 | 2024-08-26T19:35:03.119Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T19:35:03.119Z | + mkdir -p /home/build |
13 | 2024-08-26T19:35:03.121Z | + chown build:build /home/build /work |
14 | 2024-08-26T19:35:05.122Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T19:35:05.125Z | process exited: duration 4124 ms, exit code 0 |
|
16 | 2024-08-26T19:35:05.131Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T19:35:05.138Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T19:35:05.138Z | * toolchain channel = "1.80.1" |
19 | 2024-08-26T19:35:05.138Z | * toolchain profile = "default" |
20 | 2024-08-26T19:35:05.138Z | ' 1.80.1 |
21 | 2024-08-26T19:35:05.138Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-26T19:35:05.138Z | ' default |
23 | 2024-08-26T19:35:05.140Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T19:35:05.140Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T19:35:05.256Z | info: downloading installer |
26 | 2024-08-26T19:35:06.630Z | info: profile set to 'default' |
27 | 2024-08-26T19:35:06.630Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T19:35:06.630Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T19:35:06.800Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T19:35:06.800Z | info: downloading component 'cargo' |
31 | 2024-08-26T19:35:07.740Z | info: downloading component 'clippy' |
32 | 2024-08-26T19:35:08.078Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T19:35:09.393Z | info: downloading component 'rust-std' |
34 | 2024-08-26T19:35:11.239Z | info: downloading component 'rustc' |
35 | 2024-08-26T19:35:16.405Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T19:35:16.683Z | info: installing component 'cargo' |
37 | 2024-08-26T19:35:17.572Z | info: installing component 'clippy' |
38 | 2024-08-26T19:35:17.948Z | info: installing component 'rust-docs' |
39 | 2024-08-26T19:35:19.625Z | info: installing component 'rust-std' |
40 | 2024-08-26T19:35:21.346Z | info: installing component 'rustc' |
41 | 2024-08-26T19:35:25.582Z | info: installing component 'rustfmt' |
42 | 2024-08-26T19:35:25.916Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T19:35:25.916Z | |
44 | 2024-08-26T19:35:26.169Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T19:35:26.169Z | |
46 | 2024-08-26T19:35:26.172Z | |
47 | 2024-08-26T19:35:26.172Z | Rust is installed now. Great! |
48 | 2024-08-26T19:35:26.172Z | |
49 | 2024-08-26T19:35:26.172Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T19:35:26.172Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T19:35:26.172Z | |
52 | 2024-08-26T19:35:26.172Z | To configure your current shell, you need to source |
53 | 2024-08-26T19:35:26.172Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T19:35:26.172Z | |
55 | 2024-08-26T19:35:26.172Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T19:35:26.172Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T19:35:26.172Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T19:35:26.219Z | + rustc --version |
59 | 2024-08-26T19:35:26.286Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T19:35:26.289Z | process exited: duration 21156 ms, exit code 0 |
|
61 | 2024-08-26T19:35:26.294Z | starting task 2: "authentication" |
62 | 2024-08-26T19:35:26.314Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-26T19:35:26.319Z | starting task 3: "clone repository" |
64 | 2024-08-26T19:35:26.324Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T19:35:26.327Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T19:35:26.365Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T19:35:32.701Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T19:35:32.701Z | + git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f |
69 | 2024-08-26T19:35:33.386Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T19:35:33.386Z | * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD |
71 | 2024-08-26T19:35:33.394Z | + [[ -n '' ]] |
72 | 2024-08-26T19:35:33.395Z | + git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f |
73 | 2024-08-26T19:35:33.548Z | HEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5 |
74 | 2024-08-26T19:35:33.550Z | process exited: duration 7229 ms, exit code 0 |
|
75 | 2024-08-26T19:35:33.557Z | starting task 4: "build" |
76 | 2024-08-26T19:35:33.562Z | + cargo --version |
77 | 2024-08-26T19:35:33.617Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-26T19:35:33.620Z | + rustc --version |
79 | 2024-08-26T19:35:33.679Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-26T19:35:33.682Z | + cd /tmp |
81 | 2024-08-26T19:35:33.685Z | + cargo new --lib test-project |
82 | 2024-08-26T19:35:33.739Z | Creating library `test-project` package |
83 | 2024-08-26T19:35:33.818Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-26T19:35:33.821Z | + cd test-project |
85 | 2024-08-26T19:35:33.821Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-26T19:35:33.876Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-26T19:35:33.879Z | Features: |
88 | 2024-08-26T19:35:33.879Z | - proptest |
89 | 2024-08-26T19:35:33.879Z | - test-strategy |
90 | 2024-08-26T19:35:33.879Z | - testing |
91 | 2024-08-26T19:35:33.879Z | Updating crates.io index |
92 | 2024-08-26T19:35:33.926Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-26T19:35:34.886Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-26T19:35:35.629Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-26T19:35:35.989Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-26T19:35:37.789Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-26T19:35:38.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-26T19:35:38.520Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-26T19:35:41.874Z | Locking 306 packages to latest compatible versions |
100 | 2024-08-26T19:35:41.878Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-08-26T19:35:41.879Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-08-26T19:35:41.879Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-08-26T19:35:41.879Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-08-26T19:35:41.879Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-08-26T19:35:41.879Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-08-26T19:35:41.879Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-08-26T19:35:41.879Z | Adding gimli v0.29.0 (latest: v0.31.0) |
108 | 2024-08-26T19:35:41.879Z | Adding h2 v0.3.26 (latest: v0.4.6) |
109 | 2024-08-26T19:35:41.879Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
110 | 2024-08-26T19:35:41.879Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
111 | 2024-08-26T19:35:41.879Z | Adding hostname v0.3.1 (latest: v0.4.0) |
112 | 2024-08-26T19:35:41.879Z | Adding http v0.2.12 (latest: v1.1.0) |
113 | 2024-08-26T19:35:41.879Z | Adding http-body v0.4.6 (latest: v1.0.1) |
114 | 2024-08-26T19:35:41.882Z | Adding hyper v0.14.30 (latest: v1.4.1) |
115 | 2024-08-26T19:35:41.882Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
116 | 2024-08-26T19:35:41.882Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
117 | 2024-08-26T19:35:41.882Z | Adding idna v0.5.0 (latest: v1.0.2) |
118 | 2024-08-26T19:35:41.882Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
119 | 2024-08-26T19:35:41.882Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-08-26T19:35:41.882Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-08-26T19:35:41.885Z | Adding regress v0.9.1 (latest: v0.10.0) |
122 | 2024-08-26T19:35:41.885Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
123 | 2024-08-26T19:35:41.889Z | Adding rustls v0.21.12 (latest: v0.23.12) |
124 | 2024-08-26T19:35:41.889Z | Adding rustls v0.22.4 (latest: v0.23.12) |
125 | 2024-08-26T19:35:41.892Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
126 | 2024-08-26T19:35:41.893Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
127 | 2024-08-26T19:35:41.896Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
128 | 2024-08-26T19:35:41.896Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
129 | 2024-08-26T19:35:41.896Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
130 | 2024-08-26T19:35:41.896Z | Adding term v0.7.0 (latest: v1.0.0) |
131 | 2024-08-26T19:35:41.899Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
132 | 2024-08-26T19:35:41.899Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
133 | 2024-08-26T19:35:41.899Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
134 | 2024-08-26T19:35:41.899Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
135 | 2024-08-26T19:35:41.899Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-08-26T19:35:41.899Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-08-26T19:35:41.899Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-08-26T19:35:41.899Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-08-26T19:35:41.899Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-08-26T19:35:41.899Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
141 | 2024-08-26T19:35:41.899Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-08-26T19:35:41.899Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-08-26T19:35:41.899Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-08-26T19:35:41.899Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
145 | 2024-08-26T19:35:41.899Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-08-26T19:35:41.899Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-08-26T19:35:41.903Z | Adding winreg v0.50.0 (latest: v0.52.0) |
148 | 2024-08-26T19:35:41.977Z | + cargo check |
149 | 2024-08-26T19:35:42.233Z | Downloading crates ... |
150 | 2024-08-26T19:35:42.339Z | Downloaded async-trait v0.1.81 |
151 | 2024-08-26T19:35:42.346Z | Downloaded async-stream v0.3.5 |
152 | 2024-08-26T19:35:42.349Z | Downloaded ahash v0.8.11 |
153 | 2024-08-26T19:35:42.352Z | Downloaded instant v0.1.13 |
154 | 2024-08-26T19:35:42.356Z | Downloaded bitflags v2.6.0 |
155 | 2024-08-26T19:35:42.360Z | Downloaded dtrace-parser v0.2.0 |
156 | 2024-08-26T19:35:42.360Z | Downloaded usdt-attr-macro v0.5.0 |
157 | 2024-08-26T19:35:42.360Z | Downloaded foreign-types-shared v0.1.1 |
158 | 2024-08-26T19:35:42.362Z | Downloaded usdt-macro v0.5.0 |
159 | 2024-08-26T19:35:42.362Z | Downloaded waitgroup v0.1.2 |
160 | 2024-08-26T19:35:42.365Z | Downloaded num_threads v0.1.7 |
161 | 2024-08-26T19:35:42.365Z | Downloaded foreign-types v0.3.2 |
162 | 2024-08-26T19:35:42.367Z | Downloaded num-conv v0.1.0 |
163 | 2024-08-26T19:35:42.367Z | Downloaded match_cfg v0.1.0 |
164 | 2024-08-26T19:35:42.383Z | Downloaded futures-sink v0.3.30 |
165 | 2024-08-26T19:35:42.383Z | Downloaded futures-core v0.3.30 |
166 | 2024-08-26T19:35:42.383Z | Downloaded digest v0.10.7 |
167 | 2024-08-26T19:35:42.383Z | Downloaded memmap v0.7.0 |
168 | 2024-08-26T19:35:42.383Z | Downloaded async-stream-impl v0.3.5 |
169 | 2024-08-26T19:35:42.383Z | Downloaded is-terminal v0.4.13 |
170 | 2024-08-26T19:35:42.389Z | Downloaded parse-display v0.10.0 |
171 | 2024-08-26T19:35:42.389Z | Downloaded zeroize v1.8.1 |
172 | 2024-08-26T19:35:42.389Z | Downloaded take_mut v0.2.2 |
173 | 2024-08-26T19:35:42.389Z | Downloaded unicode-bidi v0.3.15 |
174 | 2024-08-26T19:35:42.393Z | Downloaded hex v0.4.3 |
175 | 2024-08-26T19:35:42.393Z | Downloaded slog-bunyan v2.5.0 |
176 | 2024-08-26T19:35:42.396Z | Downloaded rand_core v0.6.4 |
177 | 2024-08-26T19:35:42.397Z | Downloaded native-tls v0.2.12 |
178 | 2024-08-26T19:35:42.404Z | Downloaded camino v1.1.9 |
179 | 2024-08-26T19:35:42.404Z | Downloaded getrandom v0.2.15 |
180 | 2024-08-26T19:35:42.406Z | Downloaded futures-io v0.3.30 |
181 | 2024-08-26T19:35:42.407Z | Downloaded signal-hook-registry v1.4.2 |
182 | 2024-08-26T19:35:42.407Z | Downloaded schemars_derive v0.8.21 |
183 | 2024-08-26T19:35:42.407Z | Downloaded want v0.3.1 |
184 | 2024-08-26T19:35:42.409Z | Downloaded debug-ignore v1.0.5 |
185 | 2024-08-26T19:35:42.409Z | Downloaded paste v1.0.15 |
186 | 2024-08-26T19:35:42.412Z | Downloaded cpufeatures v0.2.13 |
187 | 2024-08-26T19:35:42.415Z | Downloaded pin-utils v0.1.0 |
188 | 2024-08-26T19:35:42.418Z | Downloaded structmeta-derive v0.3.0 |
189 | 2024-08-26T19:35:42.418Z | Downloaded rustls-pki-types v1.8.0 |
190 | 2024-08-26T19:35:42.421Z | Downloaded openssl-macros v0.1.1 |
191 | 2024-08-26T19:35:42.421Z | Downloaded block-buffer v0.10.4 |
192 | 2024-08-26T19:35:42.424Z | Downloaded cfg-if v1.0.0 |
193 | 2024-08-26T19:35:42.424Z | Downloaded ppv-lite86 v0.2.20 |
194 | 2024-08-26T19:35:42.428Z | Downloaded plain v0.2.3 |
195 | 2024-08-26T19:35:42.428Z | Downloaded log v0.4.22 |
196 | 2024-08-26T19:35:42.433Z | Downloaded sct v0.7.1 |
197 | 2024-08-26T19:35:42.435Z | Downloaded serde_derive_internals v0.29.1 |
198 | 2024-08-26T19:35:42.435Z | Downloaded darling_macro v0.20.10 |
199 | 2024-08-26T19:35:42.438Z | Downloaded parking_lot v0.12.3 |
200 | 2024-08-26T19:35:42.441Z | Downloaded percent-encoding v2.3.1 |
201 | 2024-08-26T19:35:42.441Z | Downloaded usdt v0.5.0 |
202 | 2024-08-26T19:35:42.441Z | Downloaded version_check v0.9.5 |
203 | 2024-08-26T19:35:42.445Z | Downloaded ident_case v1.0.1 |
204 | 2024-08-26T19:35:42.445Z | Downloaded scroll v0.12.0 |
205 | 2024-08-26T19:35:42.448Z | Downloaded futures v0.3.30 |
206 | 2024-08-26T19:35:42.451Z | Downloaded httparse v1.9.4 |
207 | 2024-08-26T19:35:42.454Z | Downloaded scroll_derive v0.12.0 |
208 | 2024-08-26T19:35:42.454Z | Downloaded once_cell v1.19.0 |
209 | 2024-08-26T19:35:42.456Z | Downloaded iana-time-zone v0.1.60 |
210 | 2024-08-26T19:35:42.459Z | Downloaded strum v0.26.3 |
211 | 2024-08-26T19:35:42.461Z | Downloaded sync_wrapper v0.1.2 |
212 | 2024-08-26T19:35:42.461Z | Downloaded openssl-probe v0.1.5 |
213 | 2024-08-26T19:35:42.461Z | Downloaded omicron-workspace-hack v0.1.0 |
214 | 2024-08-26T19:35:42.463Z | Downloaded indexmap v1.9.3 |
215 | 2024-08-26T19:35:42.466Z | Downloaded pretty-hex v0.4.1 |
216 | 2024-08-26T19:35:42.473Z | Downloaded strum_macros v0.26.4 |
217 | 2024-08-26T19:35:42.476Z | Downloaded dirs-sys-next v0.1.2 |
218 | 2024-08-26T19:35:42.476Z | Downloaded time-core v0.1.2 |
219 | 2024-08-26T19:35:42.476Z | Downloaded serde_path_to_error v0.1.16 |
220 | 2024-08-26T19:35:42.476Z | Downloaded untrusted v0.9.0 |
221 | 2024-08-26T19:35:42.476Z | Downloaded smallvec v1.13.2 |
222 | 2024-08-26T19:35:42.478Z | Downloaded tinyvec_macros v0.1.1 |
223 | 2024-08-26T19:35:42.478Z | Downloaded equivalent v1.0.1 |
224 | 2024-08-26T19:35:42.478Z | Downloaded toml_datetime v0.6.8 |
225 | 2024-08-26T19:35:42.481Z | Downloaded dirs-next v2.0.0 |
226 | 2024-08-26T19:35:42.481Z | Downloaded thiserror v1.0.63 |
227 | 2024-08-26T19:35:42.487Z | Downloaded parse-display-derive v0.10.0 |
228 | 2024-08-26T19:35:42.490Z | Downloaded spin v0.9.8 |
229 | 2024-08-26T19:35:42.492Z | Downloaded slab v0.4.9 |
230 | 2024-08-26T19:35:42.492Z | Downloaded sha1 v0.10.6 |
231 | 2024-08-26T19:35:42.495Z | Downloaded slog-json v2.6.1 |
232 | 2024-08-26T19:35:42.497Z | Downloaded scopeguard v1.2.0 |
233 | 2024-08-26T19:35:42.497Z | Downloaded tower-service v0.3.3 |
234 | 2024-08-26T19:35:42.500Z | Downloaded serde_urlencoded v0.7.1 |
235 | 2024-08-26T19:35:42.500Z | Downloaded hostname v0.3.1 |
236 | 2024-08-26T19:35:42.502Z | Downloaded shlex v1.3.0 |
237 | 2024-08-26T19:35:42.505Z | Downloaded slog-async v2.8.0 |
238 | 2024-08-26T19:35:42.505Z | Downloaded serde_spanned v0.6.7 |
239 | 2024-08-26T19:35:42.508Z | Downloaded rustversion v1.0.17 |
240 | 2024-08-26T19:35:42.512Z | Downloaded pest_generator v2.7.11 |
241 | 2024-08-26T19:35:42.513Z | Downloaded thiserror-impl v1.0.63 |
242 | 2024-08-26T19:35:42.655Z | Downloaded backoff v0.4.0 |
243 | 2024-08-26T19:35:42.655Z | Downloaded tokio-macros v2.4.0 |
244 | 2024-08-26T19:35:42.655Z | Downloaded sha2 v0.10.8 |
245 | 2024-08-26T19:35:42.655Z | Downloaded proc-macro2 v1.0.86 |
246 | 2024-08-26T19:35:42.655Z | Downloaded parking_lot_core v0.9.10 |
247 | 2024-08-26T19:35:42.655Z | Downloaded try-lock v0.2.5 |
248 | 2024-08-26T19:35:42.655Z | Downloaded uuid v1.10.0 |
249 | 2024-08-26T19:35:42.655Z | Downloaded subtle v2.6.1 |
250 | 2024-08-26T19:35:42.656Z | Downloaded thread_local v1.1.8 |
251 | 2024-08-26T19:35:42.656Z | Downloaded tokio-native-tls v0.3.1 |
252 | 2024-08-26T19:35:42.656Z | Downloaded serde_yaml v0.9.34+deprecated |
253 | 2024-08-26T19:35:42.656Z | Downloaded thread-id v4.2.2 |
254 | 2024-08-26T19:35:42.656Z | Downloaded rustls-pemfile v2.1.3 |
255 | 2024-08-26T19:35:42.656Z | Downloaded slog-term v2.9.1 |
256 | 2024-08-26T19:35:42.656Z | Downloaded rustls-pemfile v1.0.4 |
257 | 2024-08-26T19:35:42.656Z | Downloaded pest_derive v2.7.11 |
258 | 2024-08-26T19:35:42.656Z | Downloaded serde_with_macros v3.9.0 |
259 | 2024-08-26T19:35:42.656Z | Downloaded hyper-rustls v0.24.2 |
260 | 2024-08-26T19:35:42.656Z | Downloaded unsafe-libyaml v0.2.11 |
261 | 2024-08-26T19:35:42.656Z | Downloaded rand v0.8.5 |
262 | 2024-08-26T19:35:42.656Z | Downloaded tokio-rustls v0.25.0 |
263 | 2024-08-26T19:35:42.656Z | Downloaded serde v1.0.209 |
264 | 2024-08-26T19:35:42.656Z | Downloaded time-macros v0.2.18 |
265 | 2024-08-26T19:35:42.656Z | Downloaded typenum v1.17.0 |
266 | 2024-08-26T19:35:42.656Z | Downloaded socket2 v0.5.7 |
267 | 2024-08-26T19:35:42.656Z | Downloaded term v0.7.0 |
268 | 2024-08-26T19:35:42.656Z | Downloaded futures-channel v0.3.30 |
269 | 2024-08-26T19:35:42.656Z | Downloaded semver v1.0.23 |
270 | 2024-08-26T19:35:42.656Z | Downloaded pest_meta v2.7.11 |
271 | 2024-08-26T19:35:42.656Z | Downloaded openssl-sys v0.9.103 |
272 | 2024-08-26T19:35:42.656Z | Downloaded tokio-rustls v0.24.1 |
273 | 2024-08-26T19:35:42.656Z | Downloaded schemars v0.8.21 |
274 | 2024-08-26T19:35:42.656Z | Downloaded toml v0.8.19 |
275 | 2024-08-26T19:35:42.656Z | Downloaded tinyvec v1.8.0 |
276 | 2024-08-26T19:35:42.656Z | Downloaded darling_core v0.20.10 |
277 | 2024-08-26T19:35:42.656Z | Downloaded serde_derive v1.0.209 |
278 | 2024-08-26T19:35:42.656Z | Downloaded tracing-core v0.1.32 |
279 | 2024-08-26T19:35:42.656Z | Downloaded pest v2.7.11 |
280 | 2024-08-26T19:35:42.656Z | Downloaded url v2.5.2 |
281 | 2024-08-26T19:35:42.657Z | Downloaded unicode-normalization v0.1.23 |
282 | 2024-08-26T19:35:42.657Z | Downloaded zerocopy v0.7.35 |
283 | 2024-08-26T19:35:42.661Z | Downloaded mio v1.0.2 |
284 | 2024-08-26T19:35:42.661Z | Downloaded tracing v0.1.40 |
285 | 2024-08-26T19:35:42.664Z | Downloaded serde_with v3.9.0 |
286 | 2024-08-26T19:35:42.671Z | Downloaded base64 v0.22.1 |
287 | 2024-08-26T19:35:42.674Z | Downloaded http v1.1.0 |
288 | 2024-08-26T19:35:42.678Z | Downloaded crossbeam-channel v0.5.13 |
289 | 2024-08-26T19:35:42.683Z | Downloaded indexmap v2.4.0 |
290 | 2024-08-26T19:35:42.686Z | Downloaded toml_edit v0.22.20 |
291 | 2024-08-26T19:35:42.709Z | Downloaded memchr v2.7.4 |
292 | 2024-08-26T19:35:42.714Z | Downloaded serde_json v1.0.127 |
293 | 2024-08-26T19:35:42.722Z | Downloaded rustls-webpki v0.101.7 |
294 | 2024-08-26T19:35:42.737Z | Downloaded tokio-util v0.7.11 |
295 | 2024-08-26T19:35:42.743Z | Downloaded time v0.3.36 |
296 | 2024-08-26T19:35:42.750Z | Downloaded webpki-roots v0.25.4 |
297 | 2024-08-26T19:35:42.754Z | Downloaded regex v1.10.6 |
298 | 2024-08-26T19:35:42.767Z | Downloaded vcpkg v0.2.15 |
299 | 2024-08-26T19:35:42.805Z | Downloaded syn v2.0.76 |
300 | 2024-08-26T19:35:42.817Z | Downloaded rustls v0.22.4 |
301 | 2024-08-26T19:35:42.830Z | Downloaded regress v0.9.1 |
302 | 2024-08-26T19:35:42.838Z | Downloaded openssl v0.10.66 |
303 | 2024-08-26T19:35:42.848Z | Downloaded openapiv3 v2.0.0 |
304 | 2024-08-26T19:35:42.860Z | Downloaded idna v0.5.0 |
305 | 2024-08-26T19:35:42.866Z | Downloaded regex-automata v0.4.7 |
306 | 2024-08-26T19:35:42.883Z | Downloaded rustls v0.21.12 |
307 | 2024-08-26T19:35:42.894Z | Downloaded regress v0.10.0 |
308 | 2024-08-26T19:35:42.902Z | Downloaded regex-syntax v0.8.4 |
309 | 2024-08-26T19:35:42.910Z | Downloaded chrono v0.4.38 |
310 | 2024-08-26T19:35:42.918Z | Downloaded goblin v0.8.2 |
311 | 2024-08-26T19:35:42.926Z | Downloaded h2 v0.3.26 |
312 | 2024-08-26T19:35:42.933Z | Downloaded libc v0.2.158 |
313 | 2024-08-26T19:35:42.959Z | Downloaded tokio v1.39.3 |
314 | 2024-08-26T19:35:42.996Z | Downloaded aho-corasick v1.1.3 |
315 | 2024-08-26T19:35:43.001Z | Downloaded rustls-webpki v0.102.6 |
316 | 2024-08-26T19:35:43.019Z | Downloaded encoding_rs v0.8.34 |
317 | 2024-08-26T19:35:43.039Z | Downloaded hyper v0.14.30 |
318 | 2024-08-26T19:35:43.046Z | Downloaded reqwest v0.11.27 |
319 | 2024-08-26T19:35:43.053Z | Downloaded winnow v0.6.18 |
320 | 2024-08-26T19:35:43.067Z | Downloaded hashbrown v0.14.5 |
321 | 2024-08-26T19:35:43.072Z | Downloaded hashbrown v0.12.3 |
322 | 2024-08-26T19:35:43.079Z | Downloaded futures-util v0.3.30 |
323 | 2024-08-26T19:35:43.087Z | Downloaded cc v1.1.15 |
324 | 2024-08-26T19:35:43.090Z | Downloaded bytes v1.7.1 |
325 | 2024-08-26T19:35:43.093Z | Downloaded num-traits v0.2.19 |
326 | 2024-08-26T19:35:43.096Z | Downloaded ucd-trie v0.1.6 |
327 | 2024-08-26T19:35:43.099Z | Downloaded multer v3.1.0 |
328 | 2024-08-26T19:35:43.104Z | Downloaded http v0.2.12 |
329 | 2024-08-26T19:35:43.105Z | Downloaded crossbeam-utils v0.8.20 |
330 | 2024-08-26T19:35:43.108Z | Downloaded quote v1.0.37 |
331 | 2024-08-26T19:35:43.109Z | Downloaded zerocopy-derive v0.7.35 |
332 | 2024-08-26T19:35:43.113Z | Downloaded pin-project-lite v0.2.14 |
333 | 2024-08-26T19:35:43.116Z | Downloaded lock_api v0.4.12 |
334 | 2024-08-26T19:35:43.119Z | Downloaded ipnet v2.9.0 |
335 | 2024-08-26T19:35:43.120Z | Downloaded futures-task v0.3.30 |
336 | 2024-08-26T19:35:43.123Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-08-26T19:35:43.123Z | Downloaded newtype-uuid v1.1.0 |
338 | 2024-08-26T19:35:43.123Z | Downloaded macaddr v1.0.1 |
339 | 2024-08-26T19:35:43.126Z | Downloaded hostname v0.4.0 |
340 | 2024-08-26T19:35:43.126Z | Downloaded structmeta v0.3.0 |
341 | 2024-08-26T19:35:43.126Z | Downloaded ring v0.17.8 |
342 | 2024-08-26T19:35:43.191Z | Downloaded strsim v0.11.1 |
343 | 2024-08-26T19:35:43.194Z | Downloaded slog v2.7.0 |
344 | 2024-08-26T19:35:43.198Z | Downloaded powerfmt v0.2.0 |
345 | 2024-08-26T19:35:43.198Z | Downloaded pkg-config v0.3.30 |
346 | 2024-08-26T19:35:43.198Z | Downloaded allocator-api2 v0.2.18 |
347 | 2024-08-26T19:35:43.201Z | Downloaded mime v0.3.17 |
348 | 2024-08-26T19:35:43.201Z | Downloaded httpdate v1.0.3 |
349 | 2024-08-26T19:35:43.204Z | Downloaded futures-macro v0.3.30 |
350 | 2024-08-26T19:35:43.204Z | Downloaded dyn-clone v1.0.17 |
351 | 2024-08-26T19:35:43.204Z | Downloaded anyhow v1.0.86 |
352 | 2024-08-26T19:35:43.207Z | Downloaded http-body v0.4.6 |
353 | 2024-08-26T19:35:43.210Z | Downloaded rand_chacha v0.3.1 |
354 | 2024-08-26T19:35:43.210Z | Downloaded itoa v1.0.11 |
355 | 2024-08-26T19:35:43.212Z | Downloaded hyper-tls v0.5.0 |
356 | 2024-08-26T19:35:43.212Z | Downloaded heck v0.5.0 |
357 | 2024-08-26T19:35:43.215Z | Downloaded futures-executor v0.3.30 |
358 | 2024-08-26T19:35:43.215Z | Downloaded ryu v1.0.18 |
359 | 2024-08-26T19:35:43.217Z | Downloaded usdt-impl v0.5.0 |
360 | 2024-08-26T19:35:43.220Z | Downloaded ipnetwork v0.20.0 |
361 | 2024-08-26T19:35:43.220Z | Downloaded generic-array v0.14.7 |
362 | 2024-08-26T19:35:43.224Z | Downloaded form_urlencoded v1.2.1 |
363 | 2024-08-26T19:35:43.224Z | Downloaded fnv v1.0.7 |
364 | 2024-08-26T19:35:43.224Z | Downloaded dof v0.3.0 |
365 | 2024-08-26T19:35:43.224Z | Downloaded deranged v0.3.11 |
366 | 2024-08-26T19:35:43.226Z | Downloaded crypto-common v0.1.6 |
367 | 2024-08-26T19:35:43.226Z | Downloaded unicode-ident v1.0.12 |
368 | 2024-08-26T19:35:43.229Z | Downloaded darling v0.20.10 |
369 | 2024-08-26T19:35:43.237Z | Downloaded autocfg v1.3.0 |
370 | 2024-08-26T19:35:43.237Z | Downloaded atomic-waker v1.1.2 |
371 | 2024-08-26T19:35:43.239Z | Downloaded byteorder v1.5.0 |
372 | 2024-08-26T19:35:43.239Z | Downloaded base64 v0.21.7 |
373 | 2024-08-26T19:35:43.359Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-08-26T19:35:43.359Z | Compiling unicode-ident v1.0.12 |
375 | 2024-08-26T19:35:43.362Z | Compiling libc v0.2.158 |
376 | 2024-08-26T19:35:43.362Z | Checking cfg-if v1.0.0 |
377 | 2024-08-26T19:35:43.362Z | Compiling version_check v0.9.5 |
378 | 2024-08-26T19:35:43.362Z | Compiling autocfg v1.3.0 |
379 | 2024-08-26T19:35:43.362Z | Compiling serde v1.0.209 |
380 | 2024-08-26T19:35:43.362Z | Checking memchr v2.7.4 |
381 | 2024-08-26T19:35:43.457Z | Compiling serde_json v1.0.127 |
382 | 2024-08-26T19:35:43.559Z | Checking itoa v1.0.11 |
383 | 2024-08-26T19:35:43.862Z | Compiling shlex v1.3.0 |
384 | 2024-08-26T19:35:43.981Z | Checking byteorder v1.5.0 |
385 | 2024-08-26T19:35:44.037Z | Compiling ahash v0.8.11 |
386 | 2024-08-26T19:35:44.106Z | Checking once_cell v1.19.0 |
387 | 2024-08-26T19:35:44.222Z | Compiling thiserror v1.0.63 |
388 | 2024-08-26T19:35:44.229Z | Compiling cc v1.1.15 |
389 | 2024-08-26T19:35:44.449Z | Compiling num-traits v0.2.19 |
390 | 2024-08-26T19:35:44.737Z | Checking pin-project-lite v0.2.14 |
391 | 2024-08-26T19:35:44.759Z | Checking getrandom v0.2.15 |
392 | 2024-08-26T19:35:44.886Z | Compiling quote v1.0.37 |
393 | 2024-08-26T19:35:44.953Z | Checking ryu v1.0.18 |
394 | 2024-08-26T19:35:44.985Z | Checking bytes v1.7.1 |
395 | 2024-08-26T19:35:45.159Z | Checking log v0.4.22 |
396 | 2024-08-26T19:35:45.216Z | Checking allocator-api2 v0.2.18 |
397 | 2024-08-26T19:35:45.238Z | Compiling syn v2.0.76 |
398 | 2024-08-26T19:35:45.407Z | Compiling lock_api v0.4.12 |
399 | 2024-08-26T19:35:45.501Z | Compiling parking_lot_core v0.9.10 |
400 | 2024-08-26T19:35:45.522Z | Compiling schemars v0.8.21 |
401 | 2024-08-26T19:35:45.588Z | Checking scopeguard v1.2.0 |
402 | 2024-08-26T19:35:45.721Z | Checking smallvec v1.13.2 |
403 | 2024-08-26T19:35:45.754Z | Checking futures-core v0.3.30 |
404 | 2024-08-26T19:35:45.832Z | Checking mio v1.0.2 |
405 | 2024-08-26T19:35:45.894Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-08-26T19:35:45.912Z | Checking socket2 v0.5.7 |
407 | 2024-08-26T19:35:45.944Z | Compiling slab v0.4.9 |
408 | 2024-08-26T19:35:46.123Z | Checking spin v0.9.8 |
409 | 2024-08-26T19:35:46.281Z | Checking futures-sink v0.3.30 |
410 | 2024-08-26T19:35:46.363Z | Checking equivalent v1.0.1 |
411 | 2024-08-26T19:35:46.370Z | Checking parking_lot v0.12.3 |
412 | 2024-08-26T19:35:46.383Z | Checking untrusted v0.9.0 |
413 | 2024-08-26T19:35:46.398Z | Checking fnv v1.0.7 |
414 | 2024-08-26T19:35:46.444Z | Checking futures-channel v0.3.30 |
415 | 2024-08-26T19:35:46.499Z | Checking pin-utils v0.1.0 |
416 | 2024-08-26T19:35:46.514Z | Checking futures-io v0.3.30 |
417 | 2024-08-26T19:35:46.574Z | Compiling heck v0.5.0 |
418 | 2024-08-26T19:35:46.671Z | Compiling semver v1.0.23 |
419 | 2024-08-26T19:35:46.678Z | Compiling pkg-config v0.3.30 |
420 | 2024-08-26T19:35:46.687Z | Checking futures-task v0.3.30 |
421 | 2024-08-26T19:35:46.796Z | Compiling vcpkg v0.2.15 |
422 | 2024-08-26T19:35:47.016Z | Compiling ucd-trie v0.1.6 |
423 | 2024-08-26T19:35:47.132Z | Checking iana-time-zone v0.1.60 |
424 | 2024-08-26T19:35:47.225Z | Compiling ring v0.17.8 |
425 | 2024-08-26T19:35:47.263Z | Checking http v0.2.12 |
426 | 2024-08-26T19:35:47.563Z | Compiling httparse v1.9.4 |
427 | 2024-08-26T19:35:47.994Z | Checking dyn-clone v1.0.17 |
428 | 2024-08-26T19:35:48.374Z | Checking tracing-core v0.1.32 |
429 | 2024-08-26T19:35:48.636Z | Compiling openssl-sys v0.9.103 |
430 | 2024-08-26T19:35:48.669Z | Compiling uuid v1.10.0 |
431 | 2024-08-26T19:35:48.986Z | Compiling chrono v0.4.38 |
432 | 2024-08-26T19:35:49.102Z | Checking tracing v0.1.40 |
433 | 2024-08-26T19:35:49.233Z | Checking try-lock v0.2.5 |
434 | 2024-08-26T19:35:49.279Z | Compiling openssl v0.10.66 |
435 | 2024-08-26T19:35:49.337Z | Compiling slog v2.7.0 |
436 | 2024-08-26T19:35:49.393Z | Checking foreign-types-shared v0.1.1 |
437 | 2024-08-26T19:35:49.475Z | Checking foreign-types v0.3.2 |
438 | 2024-08-26T19:35:49.552Z | Checking want v0.3.1 |
439 | 2024-08-26T19:35:49.705Z | Checking http-body v0.4.6 |
440 | 2024-08-26T19:35:49.728Z | Compiling aho-corasick v1.1.3 |
441 | 2024-08-26T19:35:49.894Z | Checking tinyvec_macros v0.1.1 |
442 | 2024-08-26T19:35:49.969Z | Compiling rustls v0.21.12 |
443 | 2024-08-26T19:35:50.069Z | Compiling typenum v1.17.0 |
444 | 2024-08-26T19:35:50.282Z | Compiling regex-syntax v0.8.4 |
445 | 2024-08-26T19:35:50.920Z | Checking tower-service v0.3.3 |
446 | 2024-08-26T19:35:51.021Z | Checking percent-encoding v2.3.1 |
447 | 2024-08-26T19:35:51.039Z | Compiling native-tls v0.2.12 |
448 | 2024-08-26T19:35:51.098Z | Checking bitflags v2.6.0 |
449 | 2024-08-26T19:35:51.214Z | Checking httpdate v1.0.3 |
450 | 2024-08-26T19:35:51.331Z | Checking form_urlencoded v1.2.1 |
451 | 2024-08-26T19:35:51.418Z | Checking tinyvec v1.8.0 |
452 | 2024-08-26T19:35:51.481Z | Compiling generic-array v0.14.7 |
453 | 2024-08-26T19:35:51.812Z | Checking openssl-probe v0.1.5 |
454 | 2024-08-26T19:35:52.753Z | Compiling serde_derive_internals v0.29.1 |
455 | 2024-08-26T19:35:53.224Z | Checking sct v0.7.1 |
456 | 2024-08-26T19:35:53.348Z | Checking rustls-webpki v0.101.7 |
457 | 2024-08-26T19:35:53.398Z | Checking unicode-normalization v0.1.23 |
458 | 2024-08-26T19:35:54.027Z | Compiling regex-automata v0.4.7 |
459 | 2024-08-26T19:35:54.281Z | Compiling usdt-impl v0.5.0 |
460 | 2024-08-26T19:35:54.373Z | Checking encoding_rs v0.8.34 |
461 | 2024-08-26T19:35:54.619Z | Compiling time-core v0.1.2 |
462 | 2024-08-26T19:35:54.767Z | Checking powerfmt v0.2.0 |
463 | 2024-08-26T19:35:55.036Z | Checking unicode-bidi v0.3.15 |
464 | 2024-08-26T19:35:55.043Z | Checking mime v0.3.17 |
465 | 2024-08-26T19:35:55.363Z | Compiling num-conv v0.1.0 |
466 | 2024-08-26T19:35:55.664Z | Compiling time-macros v0.2.18 |
467 | 2024-08-26T19:35:55.676Z | Checking idna v0.5.0 |
468 | 2024-08-26T19:35:56.033Z | Checking deranged v0.3.11 |
469 | 2024-08-26T19:35:56.574Z | Compiling thread-id v4.2.2 |
470 | 2024-08-26T19:35:56.724Z | Compiling crossbeam-utils v0.8.20 |
471 | 2024-08-26T19:35:57.300Z | Checking num_threads v0.1.7 |
472 | 2024-08-26T19:35:57.472Z | Compiling strsim v0.11.1 |
473 | 2024-08-26T19:35:57.779Z | Checking plain v0.2.3 |
474 | 2024-08-26T19:35:57.822Z | Compiling ident_case v1.0.1 |
475 | 2024-08-26T19:35:57.825Z | Compiling serde_derive v1.0.209 |
476 | 2024-08-26T19:35:57.913Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-08-26T19:35:57.985Z | Compiling thiserror-impl v1.0.63 |
478 | 2024-08-26T19:35:57.988Z | Compiling schemars_derive v0.8.21 |
479 | 2024-08-26T19:35:58.161Z | Compiling tokio-macros v2.4.0 |
480 | 2024-08-26T19:35:58.717Z | Compiling futures-macro v0.3.30 |
481 | 2024-08-26T19:35:59.655Z | Checking tokio v1.39.3 |
482 | 2024-08-26T19:35:59.889Z | Checking zerocopy v0.7.35 |
483 | 2024-08-26T19:36:00.962Z | Checking futures-util v0.3.30 |
484 | 2024-08-26T19:36:00.981Z | Compiling pest v2.7.11 |
485 | 2024-08-26T19:36:01.438Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-26T19:36:01.725Z | Checking hashbrown v0.14.5 |
487 | 2024-08-26T19:36:01.728Z | Compiling regex v1.10.6 |
488 | 2024-08-26T19:36:02.722Z | Compiling scroll_derive v0.12.0 |
489 | 2024-08-26T19:36:02.839Z | Checking regress v0.10.0 |
490 | 2024-08-26T19:36:03.913Z | Compiling pest_meta v2.7.11 |
491 | 2024-08-26T19:36:04.229Z | Checking scroll v0.12.0 |
492 | 2024-08-26T19:36:04.676Z | Checking base64 v0.21.7 |
493 | 2024-08-26T19:36:05.166Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-26T19:36:06.567Z | Checking rustls-pki-types v1.8.0 |
495 | 2024-08-26T19:36:06.921Z | Checking tokio-util v0.7.11 |
496 | 2024-08-26T19:36:06.985Z | Checking tokio-rustls v0.24.1 |
497 | 2024-08-26T19:36:07.716Z | Checking rustls-pemfile v1.0.4 |
498 | 2024-08-26T19:36:07.995Z | Compiling pest_derive v2.7.11 |
499 | 2024-08-26T19:36:08.016Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-08-26T19:36:08.072Z | Checking goblin v0.8.2 |
501 | 2024-08-26T19:36:08.799Z | Checking time v0.3.36 |
502 | 2024-08-26T19:36:08.827Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-08-26T19:36:08.858Z | Compiling darling_core v0.20.10 |
504 | 2024-08-26T19:36:09.820Z | Checking url v2.5.2 |
505 | 2024-08-26T19:36:10.203Z | Checking dirs-sys-next v0.1.2 |
506 | 2024-08-26T19:36:10.574Z | Checking indexmap v2.4.0 |
507 | 2024-08-26T19:36:10.711Z | Checking serde_urlencoded v0.7.1 |
508 | 2024-08-26T19:36:11.130Z | Compiling rustls v0.22.4 |
509 | 2024-08-26T19:36:11.441Z | Compiling omicron-workspace-hack v0.1.0 |
510 | 2024-08-26T19:36:11.501Z | Checking ipnet v2.9.0 |
511 | 2024-08-26T19:36:11.764Z | Checking webpki-roots v0.25.4 |
512 | 2024-08-26T19:36:11.773Z | Checking h2 v0.3.26 |
513 | 2024-08-26T19:36:11.860Z | Checking openapiv3 v2.0.0 |
514 | 2024-08-26T19:36:11.907Z | Compiling paste v1.0.15 |
515 | 2024-08-26T19:36:11.949Z | Checking sync_wrapper v0.1.2 |
516 | 2024-08-26T19:36:12.085Z | Compiling rustversion v1.0.17 |
517 | 2024-08-26T19:36:12.461Z | Compiling serde_tokenstream v0.2.2 |
518 | 2024-08-26T19:36:13.179Z | Checking pretty-hex v0.4.1 |
519 | 2024-08-26T19:36:13.339Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-08-26T19:36:13.421Z | Checking dof v0.3.0 |
521 | 2024-08-26T19:36:14.974Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
522 | 2024-08-26T19:36:15.142Z | Compiling darling_macro v0.20.10 |
523 | 2024-08-26T19:36:15.152Z | Compiling serde_yaml v0.9.34+deprecated |
524 | 2024-08-26T19:36:15.442Z | Checking serde_spanned v0.6.7 |
525 | 2024-08-26T19:36:15.618Z | Checking toml_datetime v0.6.8 |
526 | 2024-08-26T19:36:15.895Z | Checking dirs-next v2.0.0 |
527 | 2024-08-26T19:36:15.934Z | Checking hyper v0.14.30 |
528 | 2024-08-26T19:36:16.710Z | Checking rustls-webpki v0.102.6 |
529 | 2024-08-26T19:36:16.738Z | Checking ppv-lite86 v0.2.20 |
530 | 2024-08-26T19:36:17.437Z | Compiling structmeta-derive v0.3.0 |
531 | 2024-08-26T19:36:17.456Z | Checking block-buffer v0.10.4 |
532 | 2024-08-26T19:36:17.464Z | Checking crypto-common v0.1.6 |
533 | 2024-08-26T19:36:17.499Z | Checking rand_core v0.6.4 |
534 | 2024-08-26T19:36:17.634Z | Checking thread_local v1.1.8 |
535 | 2024-08-26T19:36:17.705Z | Compiling multer v3.1.0 |
536 | 2024-08-26T19:36:17.768Z | Checking zeroize v1.8.1 |
537 | 2024-08-26T19:36:17.899Z | Checking match_cfg v0.1.0 |
538 | 2024-08-26T19:36:17.977Z | Compiling anyhow v1.0.86 |
539 | 2024-08-26T19:36:18.009Z | Checking winnow v0.6.18 |
540 | 2024-08-26T19:36:18.033Z | Compiling slog-async v2.8.0 |
541 | 2024-08-26T19:36:18.530Z | Checking subtle v2.6.1 |
542 | 2024-08-26T19:36:18.550Z | Compiling camino v1.1.9 |
543 | 2024-08-26T19:36:18.784Z | Checking hostname v0.3.1 |
544 | 2024-08-26T19:36:18.823Z | Checking rand_chacha v0.3.1 |
545 | 2024-08-26T19:36:19.179Z | Checking digest v0.10.7 |
546 | 2024-08-26T19:36:19.196Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-08-26T19:36:19.393Z | Compiling usdt-attr-macro v0.5.0 |
548 | 2024-08-26T19:36:19.478Z | Compiling usdt-macro v0.5.0 |
549 | 2024-08-26T19:36:19.916Z | Compiling darling v0.20.10 |
550 | 2024-08-26T19:36:20.010Z | Checking term v0.7.0 |
551 | 2024-08-26T19:36:20.092Z | Compiling structmeta v0.3.0 |
552 | 2024-08-26T19:36:20.451Z | Checking hyper-tls v0.5.0 |
553 | 2024-08-26T19:36:20.485Z | Checking hyper-rustls v0.24.2 |
554 | 2024-08-26T19:36:20.735Z | Checking reqwest v0.11.27 |
555 | 2024-08-26T19:36:20.790Z | Checking slog-json v2.6.1 |
556 | 2024-08-26T19:36:20.799Z | Checking futures-executor v0.3.30 |
557 | 2024-08-26T19:36:20.956Z | Checking toml_edit v0.22.20 |
558 | 2024-08-26T19:36:20.998Z | Compiling async-stream-impl v0.3.5 |
559 | 2024-08-26T19:36:21.019Z | Checking http v1.1.0 |
560 | 2024-08-26T19:36:21.499Z | Checking is-terminal v0.4.13 |
561 | 2024-08-26T19:36:21.607Z | Checking memmap v0.7.0 |
562 | 2024-08-26T19:36:21.790Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
563 | 2024-08-26T19:36:21.965Z | Checking atomic-waker v1.1.2 |
564 | 2024-08-26T19:36:22.025Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
565 | 2024-08-26T19:36:22.084Z | Checking base64 v0.22.1 |
566 | 2024-08-26T19:36:22.122Z | Checking cpufeatures v0.2.13 |
567 | 2024-08-26T19:36:22.195Z | Checking take_mut v0.2.2 |
568 | 2024-08-26T19:36:22.297Z | Checking async-stream v0.3.5 |
569 | 2024-08-26T19:36:22.307Z | Checking sha1 v0.10.6 |
570 | 2024-08-26T19:36:22.410Z | Checking tokio-rustls v0.25.0 |
571 | 2024-08-26T19:36:22.520Z | Checking rustls-pemfile v2.1.3 |
572 | 2024-08-26T19:36:22.529Z | Checking waitgroup v0.1.2 |
573 | 2024-08-26T19:36:22.553Z | Compiling strum_macros v0.26.4 |
574 | 2024-08-26T19:36:22.615Z | Checking usdt v0.5.0 |
575 | 2024-08-26T19:36:22.648Z | Checking slog-term v2.9.1 |
576 | 2024-08-26T19:36:22.737Z | Checking slog-bunyan v2.5.0 |
577 | 2024-08-26T19:36:22.745Z | Checking futures v0.3.30 |
578 | 2024-08-26T19:36:22.758Z | Compiling parse-display-derive v0.10.0 |
579 | 2024-08-26T19:36:22.834Z | Compiling serde_with_macros v3.9.0 |
580 | 2024-08-26T19:36:22.881Z | Checking rand v0.8.5 |
581 | 2024-08-26T19:36:23.404Z | Checking ipnetwork v0.20.0 |
582 | 2024-08-26T19:36:23.493Z | Checking newtype-uuid v1.1.0 |
583 | 2024-08-26T19:36:23.545Z | Checking toml v0.8.19 |
584 | 2024-08-26T19:36:23.755Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
585 | 2024-08-26T19:36:23.809Z | Checking serde_path_to_error v0.1.16 |
586 | 2024-08-26T19:36:24.129Z | Checking hex v0.4.3 |
587 | 2024-08-26T19:36:24.292Z | Compiling async-trait v0.1.81 |
588 | 2024-08-26T19:36:24.437Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-08-26T19:36:24.662Z | Checking hostname v0.4.0 |
590 | 2024-08-26T19:36:24.779Z | Checking instant v0.1.13 |
591 | 2024-08-26T19:36:24.883Z | Checking debug-ignore v1.0.5 |
592 | 2024-08-26T19:36:25.002Z | Checking backoff v0.4.0 |
593 | 2024-08-26T19:36:25.205Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-26T19:36:25.280Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
595 | 2024-08-26T19:36:25.337Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
596 | 2024-08-26T19:36:25.410Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-08-26T19:36:25.493Z | Checking serde_with v3.9.0 |
598 | 2024-08-26T19:36:25.738Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
599 | 2024-08-26T19:36:26.037Z | Checking macaddr v1.0.1 |
600 | 2024-08-26T19:36:26.247Z | Checking regress v0.9.1 |
601 | 2024-08-26T19:36:26.580Z | Checking parse-display v0.10.0 |
602 | 2024-08-26T19:36:26.961Z | Checking strum v0.26.3 |
603 | 2024-08-26T19:36:28.454Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
604 | 2024-08-26T19:36:30.311Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
605 | 2024-08-26T19:36:30.366Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
606 | 2024-08-26T19:36:32.903Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
607 | 2024-08-26T19:36:37.980Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
608 | 2024-08-26T19:36:38.086Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
609 | 2024-08-26T19:36:40.867Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
610 | 2024-08-26T19:36:47.785Z | Checking test-project v0.1.0 (/tmp/test-project) |
611 | 2024-08-26T19:36:47.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
612 | 2024-08-26T19:36:47.906Z | + cargo build --release |
613 | 2024-08-26T19:36:48.162Z | Compiling proc-macro2 v1.0.86 |
614 | 2024-08-26T19:36:48.163Z | Compiling unicode-ident v1.0.12 |
615 | 2024-08-26T19:36:48.167Z | Compiling libc v0.2.158 |
616 | 2024-08-26T19:36:48.167Z | Compiling cfg-if v1.0.0 |
617 | 2024-08-26T19:36:48.167Z | Compiling version_check v0.9.5 |
618 | 2024-08-26T19:36:48.167Z | Compiling autocfg v1.3.0 |
619 | 2024-08-26T19:36:48.167Z | Compiling serde v1.0.209 |
620 | 2024-08-26T19:36:48.167Z | Compiling memchr v2.7.4 |
621 | 2024-08-26T19:36:48.263Z | Compiling serde_json v1.0.127 |
622 | 2024-08-26T19:36:48.340Z | Compiling itoa v1.0.11 |
623 | 2024-08-26T19:36:48.606Z | Compiling thiserror v1.0.63 |
624 | 2024-08-26T19:36:48.769Z | Compiling byteorder v1.5.0 |
625 | 2024-08-26T19:36:48.796Z | Compiling ahash v0.8.11 |
626 | 2024-08-26T19:36:48.901Z | Compiling shlex v1.3.0 |
627 | 2024-08-26T19:36:49.126Z | Compiling once_cell v1.19.0 |
628 | 2024-08-26T19:36:49.151Z | Compiling cc v1.1.15 |
629 | 2024-08-26T19:36:49.613Z | Compiling getrandom v0.2.15 |
630 | 2024-08-26T19:36:49.668Z | Compiling quote v1.0.37 |
631 | 2024-08-26T19:36:49.681Z | Compiling num-traits v0.2.19 |
632 | 2024-08-26T19:36:49.788Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-08-26T19:36:49.898Z | Compiling ryu v1.0.18 |
634 | 2024-08-26T19:36:50.009Z | Compiling syn v2.0.76 |
635 | 2024-08-26T19:36:50.211Z | Compiling bytes v1.7.1 |
636 | 2024-08-26T19:36:50.268Z | Compiling log v0.4.22 |
637 | 2024-08-26T19:36:50.332Z | Compiling allocator-api2 v0.2.18 |
638 | 2024-08-26T19:36:50.442Z | Compiling schemars v0.8.21 |
639 | 2024-08-26T19:36:50.615Z | Compiling lock_api v0.4.12 |
640 | 2024-08-26T19:36:50.718Z | Compiling parking_lot_core v0.9.10 |
641 | 2024-08-26T19:36:50.838Z | Compiling futures-core v0.3.30 |
642 | 2024-08-26T19:36:50.942Z | Compiling scopeguard v1.2.0 |
643 | 2024-08-26T19:36:51.068Z | Compiling smallvec v1.13.2 |
644 | 2024-08-26T19:36:51.082Z | Compiling mio v1.0.2 |
645 | 2024-08-26T19:36:51.120Z | Compiling socket2 v0.5.7 |
646 | 2024-08-26T19:36:51.183Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-08-26T19:36:51.598Z | Compiling slab v0.4.9 |
648 | 2024-08-26T19:36:51.960Z | Compiling parking_lot v0.12.3 |
649 | 2024-08-26T19:36:52.056Z | Compiling futures-sink v0.3.30 |
650 | 2024-08-26T19:36:52.152Z | Compiling ring v0.17.8 |
651 | 2024-08-26T19:36:52.279Z | Compiling spin v0.9.8 |
652 | 2024-08-26T19:36:52.516Z | Compiling untrusted v0.9.0 |
653 | 2024-08-26T19:36:52.534Z | Compiling semver v1.0.23 |
654 | 2024-08-26T19:36:52.691Z | Compiling equivalent v1.0.1 |
655 | 2024-08-26T19:36:52.744Z | Compiling fnv v1.0.7 |
656 | 2024-08-26T19:36:52.784Z | Compiling futures-channel v0.3.30 |
657 | 2024-08-26T19:36:53.022Z | Compiling vcpkg v0.2.15 |
658 | 2024-08-26T19:36:53.055Z | Compiling pin-utils v0.1.0 |
659 | 2024-08-26T19:36:53.073Z | Compiling futures-task v0.3.30 |
660 | 2024-08-26T19:36:53.136Z | Compiling heck v0.5.0 |
661 | 2024-08-26T19:36:53.250Z | Compiling pkg-config v0.3.30 |
662 | 2024-08-26T19:36:53.349Z | Compiling futures-io v0.3.30 |
663 | 2024-08-26T19:36:53.723Z | Compiling ucd-trie v0.1.6 |
664 | 2024-08-26T19:36:53.784Z | Compiling iana-time-zone v0.1.60 |
665 | 2024-08-26T19:36:54.193Z | Compiling http v0.2.12 |
666 | 2024-08-26T19:36:54.446Z | Compiling httparse v1.9.4 |
667 | 2024-08-26T19:36:54.569Z | Compiling dyn-clone v1.0.17 |
668 | 2024-08-26T19:36:54.649Z | Compiling openssl-sys v0.9.103 |
669 | 2024-08-26T19:36:55.221Z | Compiling tracing-core v0.1.32 |
670 | 2024-08-26T19:36:55.730Z | Compiling uuid v1.10.0 |
671 | 2024-08-26T19:36:55.819Z | Compiling chrono v0.4.38 |
672 | 2024-08-26T19:36:55.979Z | Compiling tracing v0.1.40 |
673 | 2024-08-26T19:36:57.567Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-08-26T19:36:57.721Z | Compiling foreign-types-shared v0.1.1 |
675 | 2024-08-26T19:36:57.819Z | Compiling slog v2.7.0 |
676 | 2024-08-26T19:36:57.868Z | Compiling openssl v0.10.66 |
677 | 2024-08-26T19:36:58.324Z | Compiling try-lock v0.2.5 |
678 | 2024-08-26T19:36:58.404Z | Compiling want v0.3.1 |
679 | 2024-08-26T19:36:58.500Z | Compiling foreign-types v0.3.2 |
680 | 2024-08-26T19:36:58.655Z | Compiling http-body v0.4.6 |
681 | 2024-08-26T19:36:59.016Z | Compiling aho-corasick v1.1.3 |
682 | 2024-08-26T19:36:59.120Z | Compiling rustls v0.21.12 |
683 | 2024-08-26T19:36:59.450Z | Compiling tower-service v0.3.3 |
684 | 2024-08-26T19:36:59.552Z | Compiling tinyvec_macros v0.1.1 |
685 | 2024-08-26T19:36:59.645Z | Compiling percent-encoding v2.3.1 |
686 | 2024-08-26T19:36:59.740Z | Compiling typenum v1.17.0 |
687 | 2024-08-26T19:37:00.076Z | Compiling regex-syntax v0.8.4 |
688 | 2024-08-26T19:37:00.137Z | Compiling bitflags v2.6.0 |
689 | 2024-08-26T19:37:00.160Z | Compiling native-tls v0.2.12 |
690 | 2024-08-26T19:37:00.465Z | Compiling httpdate v1.0.3 |
691 | 2024-08-26T19:37:00.576Z | Compiling form_urlencoded v1.2.1 |
692 | 2024-08-26T19:37:00.730Z | Compiling tinyvec v1.8.0 |
693 | 2024-08-26T19:37:01.210Z | Compiling generic-array v0.14.7 |
694 | 2024-08-26T19:37:01.549Z | Compiling openssl-probe v0.1.5 |
695 | 2024-08-26T19:37:02.399Z | Compiling unicode-normalization v0.1.23 |
696 | 2024-08-26T19:37:02.552Z | Compiling serde_derive v1.0.209 |
697 | 2024-08-26T19:37:02.837Z | Compiling zerocopy-derive v0.7.35 |
698 | 2024-08-26T19:37:02.954Z | Compiling thiserror-impl v1.0.63 |
699 | 2024-08-26T19:37:03.337Z | Compiling schemars_derive v0.8.21 |
700 | 2024-08-26T19:37:03.482Z | Compiling tokio-macros v2.4.0 |
701 | 2024-08-26T19:37:04.846Z | Compiling zerocopy v0.7.35 |
702 | 2024-08-26T19:37:05.786Z | Compiling tokio v1.39.3 |
703 | 2024-08-26T19:37:05.897Z | Compiling futures-macro v0.3.30 |
704 | 2024-08-26T19:37:06.333Z | Compiling pest v2.7.11 |
705 | 2024-08-26T19:37:07.012Z | Compiling hashbrown v0.14.5 |
706 | 2024-08-26T19:37:07.827Z | Compiling futures-util v0.3.30 |
707 | 2024-08-26T19:37:08.475Z | Compiling regress v0.10.0 |
708 | 2024-08-26T19:37:08.601Z | Compiling openssl-macros v0.1.1 |
709 | 2024-08-26T19:37:09.204Z | Compiling pest_meta v2.7.11 |
710 | 2024-08-26T19:37:13.250Z | Compiling pest_generator v2.7.11 |
711 | 2024-08-26T19:37:13.270Z | Compiling rustls-webpki v0.101.7 |
712 | 2024-08-26T19:37:14.844Z | Compiling tokio-util v0.7.11 |
713 | 2024-08-26T19:37:14.918Z | Compiling pest_derive v2.7.11 |
714 | 2024-08-26T19:37:15.812Z | Compiling sct v0.7.1 |
715 | 2024-08-26T19:37:16.255Z | Compiling regex-automata v0.4.7 |
716 | 2024-08-26T19:37:17.068Z | Compiling indexmap v2.4.0 |
717 | 2024-08-26T19:37:17.776Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-08-26T19:37:20.867Z | Compiling h2 v0.3.26 |
719 | 2024-08-26T19:37:23.404Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
720 | 2024-08-26T19:37:24.054Z | Compiling regex v1.10.6 |
721 | 2024-08-26T19:37:26.567Z | Compiling hyper v0.14.30 |
722 | 2024-08-26T19:37:28.200Z | Compiling scroll_derive v0.12.0 |
723 | 2024-08-26T19:37:35.178Z | Compiling usdt-impl v0.5.0 |
724 | 2024-08-26T19:37:35.568Z | Compiling encoding_rs v0.8.34 |
725 | 2024-08-26T19:37:35.570Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
726 | 2024-08-26T19:37:36.658Z | Compiling powerfmt v0.2.0 |
727 | 2024-08-26T19:37:37.099Z | Compiling time-core v0.1.2 |
728 | 2024-08-26T19:37:37.265Z | Compiling unicode-bidi v0.3.15 |
729 | 2024-08-26T19:37:39.542Z | Compiling num-conv v0.1.0 |
730 | 2024-08-26T19:37:39.820Z | Compiling mime v0.3.17 |
731 | 2024-08-26T19:37:40.330Z | Compiling time-macros v0.2.18 |
732 | 2024-08-26T19:37:43.367Z | Compiling idna v0.5.0 |
733 | 2024-08-26T19:37:43.923Z | Compiling deranged v0.3.11 |
734 | 2024-08-26T19:37:45.929Z | Compiling scroll v0.12.0 |
735 | 2024-08-26T19:37:46.221Z | Compiling tokio-rustls v0.24.1 |
736 | 2024-08-26T19:37:46.379Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-08-26T19:37:46.555Z | Compiling dof v0.3.0 |
738 | 2024-08-26T19:37:46.642Z | Compiling serde_urlencoded v0.7.1 |
739 | 2024-08-26T19:37:46.649Z | Compiling dtrace-parser v0.2.0 |
740 | 2024-08-26T19:37:47.429Z | Compiling thread-id v4.2.2 |
741 | 2024-08-26T19:37:47.521Z | Compiling ident_case v1.0.1 |
742 | 2024-08-26T19:37:47.681Z | Compiling crossbeam-utils v0.8.20 |
743 | 2024-08-26T19:37:48.370Z | Compiling strsim v0.11.1 |
744 | 2024-08-26T19:37:48.492Z | Compiling omicron-workspace-hack v0.1.0 |
745 | 2024-08-26T19:37:48.663Z | Compiling rustls-pki-types v1.8.0 |
746 | 2024-08-26T19:37:50.280Z | Compiling num_threads v0.1.7 |
747 | 2024-08-26T19:37:50.313Z | Compiling base64 v0.21.7 |
748 | 2024-08-26T19:37:50.385Z | Compiling plain v0.2.3 |
749 | 2024-08-26T19:37:50.530Z | Compiling goblin v0.8.2 |
750 | 2024-08-26T19:37:53.004Z | Compiling rustls-pemfile v1.0.4 |
751 | 2024-08-26T19:37:53.029Z | Compiling time v0.3.36 |
752 | 2024-08-26T19:37:53.783Z | Compiling darling_core v0.20.10 |
753 | 2024-08-26T19:37:57.471Z | Compiling hyper-rustls v0.24.2 |
754 | 2024-08-26T19:37:57.602Z | Compiling hyper-tls v0.5.0 |
755 | 2024-08-26T19:37:58.094Z | Compiling url v2.5.2 |
756 | 2024-08-26T19:37:59.942Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
757 | 2024-08-26T19:38:00.061Z | Compiling openapiv3 v2.0.0 |
758 | 2024-08-26T19:38:01.477Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-08-26T19:38:02.290Z | Compiling paste v1.0.15 |
760 | 2024-08-26T19:38:02.587Z | Compiling webpki-roots v0.25.4 |
761 | 2024-08-26T19:38:02.739Z | Compiling pretty-hex v0.4.1 |
762 | 2024-08-26T19:38:02.794Z | Compiling ipnet v2.9.0 |
763 | 2024-08-26T19:38:02.963Z | Compiling rustversion v1.0.17 |
764 | 2024-08-26T19:38:03.605Z | Compiling rustls v0.22.4 |
765 | 2024-08-26T19:38:03.750Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-26T19:38:03.926Z | Compiling sync_wrapper v0.1.2 |
767 | 2024-08-26T19:38:04.043Z | Compiling reqwest v0.11.27 |
768 | 2024-08-26T19:38:04.311Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
769 | 2024-08-26T19:38:05.406Z | Compiling serde_yaml v0.9.34+deprecated |
770 | 2024-08-26T19:38:07.114Z | Compiling dirs-next v2.0.0 |
771 | 2024-08-26T19:38:07.358Z | Compiling darling_macro v0.20.10 |
772 | 2024-08-26T19:38:11.003Z | Compiling rustls-webpki v0.102.6 |
773 | 2024-08-26T19:38:11.088Z | Compiling crypto-common v0.1.6 |
774 | 2024-08-26T19:38:11.096Z | Compiling block-buffer v0.10.4 |
775 | 2024-08-26T19:38:11.277Z | Compiling serde_spanned v0.6.7 |
776 | 2024-08-26T19:38:11.311Z | Compiling toml_datetime v0.6.8 |
777 | 2024-08-26T19:38:11.502Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-08-26T19:38:11.744Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-08-26T19:38:11.970Z | Compiling rand_core v0.6.4 |
780 | 2024-08-26T19:38:12.439Z | Compiling thread_local v1.1.8 |
781 | 2024-08-26T19:38:12.509Z | Compiling multer v3.1.0 |
782 | 2024-08-26T19:38:12.857Z | Compiling camino v1.1.9 |
783 | 2024-08-26T19:38:13.168Z | Compiling winnow v0.6.18 |
784 | 2024-08-26T19:38:13.464Z | Compiling subtle v2.6.1 |
785 | 2024-08-26T19:38:13.741Z | Compiling anyhow v1.0.86 |
786 | 2024-08-26T19:38:14.346Z | Compiling match_cfg v0.1.0 |
787 | 2024-08-26T19:38:14.431Z | Compiling zeroize v1.8.1 |
788 | 2024-08-26T19:38:14.511Z | Compiling slog-async v2.8.0 |
789 | 2024-08-26T19:38:14.736Z | Compiling structmeta v0.3.0 |
790 | 2024-08-26T19:38:14.759Z | Compiling hostname v0.3.1 |
791 | 2024-08-26T19:38:15.117Z | Compiling rand_chacha v0.3.1 |
792 | 2024-08-26T19:38:15.158Z | Compiling digest v0.10.7 |
793 | 2024-08-26T19:38:15.558Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
794 | 2024-08-26T19:38:16.860Z | Compiling crossbeam-channel v0.5.13 |
795 | 2024-08-26T19:38:17.609Z | Compiling toml_edit v0.22.20 |
796 | 2024-08-26T19:38:18.502Z | Compiling darling v0.20.10 |
797 | 2024-08-26T19:38:18.606Z | Compiling term v0.7.0 |
798 | 2024-08-26T19:38:24.285Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-26T19:38:26.450Z | Compiling usdt-attr-macro v0.5.0 |
800 | 2024-08-26T19:38:27.315Z | Compiling usdt-macro v0.5.0 |
801 | 2024-08-26T19:38:27.974Z | Compiling slog-json v2.6.1 |
802 | 2024-08-26T19:38:28.455Z | Compiling futures-executor v0.3.30 |
803 | 2024-08-26T19:38:28.697Z | Compiling async-stream-impl v0.3.5 |
804 | 2024-08-26T19:38:29.636Z | Compiling http v1.1.0 |
805 | 2024-08-26T19:38:30.098Z | Compiling memmap v0.7.0 |
806 | 2024-08-26T19:38:30.538Z | Compiling is-terminal v0.4.13 |
807 | 2024-08-26T19:38:30.643Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
808 | 2024-08-26T19:38:30.910Z | Compiling take_mut v0.2.2 |
809 | 2024-08-26T19:38:31.074Z | Compiling base64 v0.22.1 |
810 | 2024-08-26T19:38:31.085Z | Compiling atomic-waker v1.1.2 |
811 | 2024-08-26T19:38:31.260Z | Compiling cpufeatures v0.2.13 |
812 | 2024-08-26T19:38:31.344Z | Compiling sha1 v0.10.6 |
813 | 2024-08-26T19:38:32.101Z | Compiling rustls-pemfile v2.1.3 |
814 | 2024-08-26T19:38:32.890Z | Compiling waitgroup v0.1.2 |
815 | 2024-08-26T19:38:34.512Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
816 | 2024-08-26T19:38:34.693Z | Compiling slog-term v2.9.1 |
817 | 2024-08-26T19:38:34.958Z | Compiling usdt v0.5.0 |
818 | 2024-08-26T19:38:36.532Z | Compiling async-stream v0.3.5 |
819 | 2024-08-26T19:38:36.719Z | Compiling futures v0.3.30 |
820 | 2024-08-26T19:38:36.868Z | Compiling slog-bunyan v2.5.0 |
821 | 2024-08-26T19:38:36.909Z | Compiling strum_macros v0.26.4 |
822 | 2024-08-26T19:38:37.131Z | Compiling toml v0.8.19 |
823 | 2024-08-26T19:38:37.594Z | Compiling tokio-rustls v0.25.0 |
824 | 2024-08-26T19:38:38.020Z | Compiling serde_with_macros v3.9.0 |
825 | 2024-08-26T19:38:40.772Z | Compiling rand v0.8.5 |
826 | 2024-08-26T19:38:42.465Z | Compiling parse-display-derive v0.10.0 |
827 | 2024-08-26T19:38:42.660Z | Compiling ipnetwork v0.20.0 |
828 | 2024-08-26T19:38:42.876Z | Compiling newtype-uuid v1.1.0 |
829 | 2024-08-26T19:38:43.209Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
830 | 2024-08-26T19:38:44.714Z | Compiling hex v0.4.3 |
831 | 2024-08-26T19:38:45.398Z | Compiling serde_path_to_error v0.1.16 |
832 | 2024-08-26T19:38:46.436Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-08-26T19:38:46.510Z | Compiling async-trait v0.1.81 |
834 | 2024-08-26T19:38:47.273Z | Compiling hostname v0.4.0 |
835 | 2024-08-26T19:38:47.507Z | Compiling instant v0.1.13 |
836 | 2024-08-26T19:38:47.525Z | Compiling debug-ignore v1.0.5 |
837 | 2024-08-26T19:38:47.528Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
838 | 2024-08-26T19:38:47.649Z | Compiling backoff v0.4.0 |
839 | 2024-08-26T19:38:47.651Z | Compiling parse-display v0.10.0 |
840 | 2024-08-26T19:38:47.715Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
841 | 2024-08-26T19:38:47.876Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
842 | 2024-08-26T19:38:47.971Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
843 | 2024-08-26T19:38:48.282Z | Compiling strum v0.26.3 |
844 | 2024-08-26T19:38:48.406Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
845 | 2024-08-26T19:38:48.458Z | Compiling serde_with v3.9.0 |
846 | 2024-08-26T19:38:49.739Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
847 | 2024-08-26T19:38:50.577Z | Compiling macaddr v1.0.1 |
848 | 2024-08-26T19:38:51.195Z | Compiling regress v0.9.1 |
849 | 2024-08-26T19:38:56.873Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
850 | 2024-08-26T19:39:06.413Z | Compiling test-project v0.1.0 (/tmp/test-project) |
851 | 2024-08-26T19:39:15.174Z | Finished `release` profile [optimized] target(s) in 2m 27s |
852 | 2024-08-26T19:39:15.233Z | process exited: duration 221667 ms, exit code 0 |
|
853 | 2024-08-26T19:39:15.238Z | found 0 output files |