|
|
|
1 | 2024-09-09T19:59:24.690Z | job assigned to worker 01J7C5VGPASV3EQKQW9CDXR0T4 (queued for 1 m 3 s) |
|
2 | 2024-09-09T19:59:32.429Z | starting task 0: "setup" |
3 | 2024-09-09T19:59:32.434Z | ++ uname -s |
4 | 2024-09-09T19:59:32.437Z | + kern=SunOS |
5 | 2024-09-09T19:59:32.437Z | + case "$kern" in |
6 | 2024-09-09T19:59:32.437Z | + groupadd -g 12345 build |
7 | 2024-09-09T19:59:32.441Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-09T19:59:34.454Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-09T19:59:34.600Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-09T19:59:34.603Z | + home_fs=zfs |
11 | 2024-09-09T19:59:34.603Z | + [[ zfs == autofs ]] |
12 | 2024-09-09T19:59:34.603Z | + mkdir -p /home/build |
13 | 2024-09-09T19:59:34.605Z | + chown build:build /home/build /work |
14 | 2024-09-09T19:59:36.607Z | + chmod 0700 /home/build /work |
15 | 2024-09-09T19:59:36.611Z | process exited: duration 4183 ms, exit code 0 |
|
16 | 2024-09-09T19:59:36.616Z | starting task 1: "rust-toolchain" |
17 | 2024-09-09T19:59:36.622Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-09T19:59:36.622Z | ' 1.80.1 |
19 | 2024-09-09T19:59:36.624Z | * toolchain channel = "1.80.1" |
20 | 2024-09-09T19:59:36.625Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-09T19:59:36.625Z | ' default |
22 | 2024-09-09T19:59:36.625Z | * toolchain profile = "default" |
23 | 2024-09-09T19:59:36.625Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-09T19:59:36.625Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-09T19:59:36.738Z | info: downloading installer |
26 | 2024-09-09T19:59:38.278Z | info: profile set to 'default' |
27 | 2024-09-09T19:59:38.278Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-09T19:59:38.281Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-09T19:59:38.415Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-09T19:59:38.415Z | info: downloading component 'cargo' |
31 | 2024-09-09T19:59:39.127Z | info: downloading component 'clippy' |
32 | 2024-09-09T19:59:39.382Z | info: downloading component 'rust-docs' |
33 | 2024-09-09T19:59:40.373Z | info: downloading component 'rust-std' |
34 | 2024-09-09T19:59:41.767Z | info: downloading component 'rustc' |
35 | 2024-09-09T19:59:45.622Z | info: downloading component 'rustfmt' |
36 | 2024-09-09T19:59:45.831Z | info: installing component 'cargo' |
37 | 2024-09-09T19:59:46.653Z | info: installing component 'clippy' |
38 | 2024-09-09T19:59:47.026Z | info: installing component 'rust-docs' |
39 | 2024-09-09T19:59:48.628Z | info: installing component 'rust-std' |
40 | 2024-09-09T19:59:52.796Z | info: installing component 'rustc' |
41 | 2024-09-09T19:59:54.462Z | info: installing component 'rustfmt' |
42 | 2024-09-09T19:59:54.799Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-09T19:59:54.799Z | |
44 | 2024-09-09T19:59:55.048Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-09T19:59:55.048Z | |
46 | 2024-09-09T19:59:55.051Z | |
47 | 2024-09-09T19:59:55.051Z | Rust is installed now. Great! |
48 | 2024-09-09T19:59:55.051Z | |
49 | 2024-09-09T19:59:55.052Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-09T19:59:55.052Z | environment variable. This has not been done automatically. |
51 | 2024-09-09T19:59:55.052Z | |
52 | 2024-09-09T19:59:55.052Z | To configure your current shell, you need to source |
53 | 2024-09-09T19:59:55.052Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-09T19:59:55.052Z | |
55 | 2024-09-09T19:59:55.052Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-09T19:59:55.052Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-09T19:59:55.052Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-09T19:59:55.097Z | + rustc --version |
59 | 2024-09-09T19:59:55.160Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-09T19:59:55.164Z | process exited: duration 18540 ms, exit code 0 |
|
61 | 2024-09-09T19:59:55.169Z | starting task 2: "authentication" |
62 | 2024-09-09T19:59:55.191Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-09T19:59:55.196Z | starting task 3: "clone repository" |
64 | 2024-09-09T19:59:55.201Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-09T19:59:55.203Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-09T19:59:55.447Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-09T20:00:01.644Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-09T20:00:01.644Z | + git fetch origin 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
69 | 2024-09-09T20:00:02.027Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-09T20:00:02.027Z | * branch 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d -> FETCH_HEAD |
71 | 2024-09-09T20:00:02.037Z | + [[ -n eliza/fix-instance-list-by-sled ]] |
72 | 2024-09-09T20:00:02.040Z | ++ git branch --show-current |
73 | 2024-09-09T20:00:02.043Z | + current=main |
74 | 2024-09-09T20:00:02.043Z | + [[ main != eliza/fix-instance-list-by-sled ]] |
75 | 2024-09-09T20:00:02.043Z | + git branch -f eliza/fix-instance-list-by-sled 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
76 | 2024-09-09T20:00:02.046Z | + git checkout -f eliza/fix-instance-list-by-sled |
77 | 2024-09-09T20:00:02.201Z | Switched to branch 'eliza/fix-instance-list-by-sled' |
78 | 2024-09-09T20:00:02.204Z | + git reset --hard 6f400293be7a783f7a95a2c6ae3ef06daeb1d73d |
79 | 2024-09-09T20:00:02.235Z | HEAD is now at 6f400293b query review feedback from @davepacheco |
80 | 2024-09-09T20:00:02.238Z | process exited: duration 7037 ms, exit code 0 |
|
81 | 2024-09-09T20:00:02.245Z | starting task 4: "build" |
82 | 2024-09-09T20:00:02.250Z | + cargo --version |
83 | 2024-09-09T20:00:02.305Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-09T20:00:02.307Z | + rustc --version |
85 | 2024-09-09T20:00:02.363Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-09T20:00:02.366Z | + cd /tmp |
87 | 2024-09-09T20:00:02.366Z | + cargo new --lib test-project |
88 | 2024-09-09T20:00:02.420Z | Creating library `test-project` package |
89 | 2024-09-09T20:00:02.493Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-09T20:00:02.497Z | + cd test-project |
91 | 2024-09-09T20:00:02.497Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-09T20:00:02.551Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-09T20:00:02.554Z | Features: |
94 | 2024-09-09T20:00:02.554Z | - proptest |
95 | 2024-09-09T20:00:02.554Z | - test-strategy |
96 | 2024-09-09T20:00:02.554Z | - testing |
97 | 2024-09-09T20:00:02.554Z | Updating crates.io index |
98 | 2024-09-09T20:00:02.628Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-09T20:00:04.332Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-09T20:00:05.131Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-09T20:00:05.541Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-09T20:00:07.179Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-09T20:00:07.599Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-09T20:00:07.991Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-09T20:00:11.605Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-09T20:00:11.607Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-09T20:00:11.607Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-09T20:00:11.607Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-09T20:00:11.607Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-09T20:00:11.607Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-09T20:00:11.607Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-09T20:00:11.610Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-09T20:00:11.610Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-09T20:00:11.610Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-09T20:00:11.610Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-09T20:00:11.610Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-09T20:00:11.610Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-09T20:00:11.610Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-09T20:00:11.610Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-09T20:00:11.610Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-09T20:00:11.610Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-09T20:00:11.610Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-09T20:00:11.613Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-09T20:00:11.616Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-09T20:00:11.616Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-09T20:00:11.619Z | Adding rustls v0.21.12 (latest: v0.23.12) |
127 | 2024-09-09T20:00:11.620Z | Adding rustls v0.22.4 (latest: v0.23.12) |
128 | 2024-09-09T20:00:11.624Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-09T20:00:11.624Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-09T20:00:11.626Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
131 | 2024-09-09T20:00:11.626Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
132 | 2024-09-09T20:00:11.626Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
133 | 2024-09-09T20:00:11.626Z | Adding term v0.7.0 (latest: v1.0.0) |
134 | 2024-09-09T20:00:11.626Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
135 | 2024-09-09T20:00:11.626Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
136 | 2024-09-09T20:00:11.629Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
137 | 2024-09-09T20:00:11.629Z | Adding webpki-roots v0.25.4 (latest: v0.26.5) |
138 | 2024-09-09T20:00:11.629Z | Adding windows v0.52.0 (latest: v0.58.0) |
139 | 2024-09-09T20:00:11.629Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
140 | 2024-09-09T20:00:11.629Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-09-09T20:00:11.629Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-09-09T20:00:11.629Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-09-09T20:00:11.629Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
144 | 2024-09-09T20:00:11.629Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-09-09T20:00:11.630Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-09-09T20:00:11.630Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-09-09T20:00:11.630Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
148 | 2024-09-09T20:00:11.630Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
149 | 2024-09-09T20:00:11.630Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-09-09T20:00:11.630Z | Adding winreg v0.50.0 (latest: v0.52.0) |
151 | 2024-09-09T20:00:11.703Z | + cargo check |
152 | 2024-09-09T20:00:11.936Z | Downloading crates ... |
153 | 2024-09-09T20:00:11.990Z | Downloaded async-stream-impl v0.3.5 |
154 | 2024-09-09T20:00:12.006Z | Downloaded block-buffer v0.10.4 |
155 | 2024-09-09T20:00:12.011Z | Downloaded atomic-waker v1.1.2 |
156 | 2024-09-09T20:00:12.014Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-09-09T20:00:12.014Z | Downloaded ident_case v1.0.1 |
158 | 2024-09-09T20:00:12.016Z | Downloaded equivalent v1.0.1 |
159 | 2024-09-09T20:00:12.019Z | Downloaded instant v0.1.13 |
160 | 2024-09-09T20:00:12.022Z | Downloaded want v0.3.1 |
161 | 2024-09-09T20:00:12.025Z | Downloaded openssl-macros v0.1.1 |
162 | 2024-09-09T20:00:12.025Z | Downloaded darling_macro v0.20.10 |
163 | 2024-09-09T20:00:12.028Z | Downloaded omicron-workspace-hack v0.1.0 |
164 | 2024-09-09T20:00:12.028Z | Downloaded backoff v0.4.0 |
165 | 2024-09-09T20:00:12.034Z | Downloaded autocfg v1.3.0 |
166 | 2024-09-09T20:00:12.037Z | Downloaded async-stream v0.3.5 |
167 | 2024-09-09T20:00:12.039Z | Downloaded usdt v0.5.0 |
168 | 2024-09-09T20:00:12.041Z | Downloaded itoa v1.0.11 |
169 | 2024-09-09T20:00:12.043Z | Downloaded hyper-tls v0.5.0 |
170 | 2024-09-09T20:00:12.043Z | Downloaded ipnetwork v0.20.0 |
171 | 2024-09-09T20:00:12.046Z | Downloaded futures-sink v0.3.30 |
172 | 2024-09-09T20:00:12.049Z | Downloaded sync_wrapper v0.1.2 |
173 | 2024-09-09T20:00:12.049Z | Downloaded hostname v0.4.0 |
174 | 2024-09-09T20:00:12.051Z | Downloaded scroll_derive v0.12.0 |
175 | 2024-09-09T20:00:12.051Z | Downloaded mime v0.3.17 |
176 | 2024-09-09T20:00:12.053Z | Downloaded futures-core v0.3.30 |
177 | 2024-09-09T20:00:12.053Z | Downloaded strum v0.26.3 |
178 | 2024-09-09T20:00:12.055Z | Downloaded cpufeatures v0.2.14 |
179 | 2024-09-09T20:00:12.055Z | Downloaded macaddr v1.0.1 |
180 | 2024-09-09T20:00:12.058Z | Downloaded parking_lot v0.12.3 |
181 | 2024-09-09T20:00:12.060Z | Downloaded dof v0.3.0 |
182 | 2024-09-09T20:00:12.063Z | Downloaded byteorder v1.5.0 |
183 | 2024-09-09T20:00:12.063Z | Downloaded pkg-config v0.3.30 |
184 | 2024-09-09T20:00:12.065Z | Downloaded rand_core v0.6.4 |
185 | 2024-09-09T20:00:12.068Z | Downloaded percent-encoding v2.3.1 |
186 | 2024-09-09T20:00:12.068Z | Downloaded match_cfg v0.1.0 |
187 | 2024-09-09T20:00:12.068Z | Downloaded dtrace-parser v0.2.0 |
188 | 2024-09-09T20:00:12.071Z | Downloaded async-trait v0.1.82 |
189 | 2024-09-09T20:00:12.074Z | Downloaded ahash v0.8.11 |
190 | 2024-09-09T20:00:12.076Z | Downloaded serde_tokenstream v0.2.2 |
191 | 2024-09-09T20:00:12.079Z | Downloaded parse-display-derive v0.10.0 |
192 | 2024-09-09T20:00:12.079Z | Downloaded openssl-probe v0.1.5 |
193 | 2024-09-09T20:00:12.079Z | Downloaded foreign-types v0.3.2 |
194 | 2024-09-09T20:00:12.081Z | Downloaded rustls-pemfile v1.0.4 |
195 | 2024-09-09T20:00:12.084Z | Downloaded num_threads v0.1.7 |
196 | 2024-09-09T20:00:12.084Z | Downloaded scopeguard v1.2.0 |
197 | 2024-09-09T20:00:12.086Z | Downloaded num-conv v0.1.0 |
198 | 2024-09-09T20:00:12.086Z | Downloaded httparse v1.9.4 |
199 | 2024-09-09T20:00:12.088Z | Downloaded ppv-lite86 v0.2.20 |
200 | 2024-09-09T20:00:12.091Z | Downloaded strsim v0.11.1 |
201 | 2024-09-09T20:00:12.093Z | Downloaded lock_api v0.4.12 |
202 | 2024-09-09T20:00:12.093Z | Downloaded multer v3.1.0 |
203 | 2024-09-09T20:00:12.096Z | Downloaded crypto-common v0.1.6 |
204 | 2024-09-09T20:00:12.098Z | Downloaded subtle v2.6.1 |
205 | 2024-09-09T20:00:12.099Z | Downloaded structmeta-derive v0.3.0 |
206 | 2024-09-09T20:00:12.101Z | Downloaded pin-project-lite v0.2.14 |
207 | 2024-09-09T20:00:12.105Z | Downloaded version_check v0.9.5 |
208 | 2024-09-09T20:00:12.107Z | Downloaded newtype-uuid v1.1.0 |
209 | 2024-09-09T20:00:12.107Z | Downloaded debug-ignore v1.0.5 |
210 | 2024-09-09T20:00:12.110Z | Downloaded usdt-macro v0.5.0 |
211 | 2024-09-09T20:00:12.114Z | Downloaded futures-io v0.3.30 |
212 | 2024-09-09T20:00:12.114Z | Downloaded form_urlencoded v1.2.1 |
213 | 2024-09-09T20:00:12.114Z | Downloaded digest v0.10.7 |
214 | 2024-09-09T20:00:12.117Z | Downloaded usdt-attr-macro v0.5.0 |
215 | 2024-09-09T20:00:12.117Z | Downloaded pretty-hex v0.4.1 |
216 | 2024-09-09T20:00:12.117Z | Downloaded parse-display v0.10.0 |
217 | 2024-09-09T20:00:12.120Z | Downloaded try-lock v0.2.5 |
218 | 2024-09-09T20:00:12.120Z | Downloaded memmap v0.7.0 |
219 | 2024-09-09T20:00:12.123Z | Downloaded is-terminal v0.4.13 |
220 | 2024-09-09T20:00:12.123Z | Downloaded time-core v0.1.2 |
221 | 2024-09-09T20:00:12.123Z | Downloaded darling v0.20.10 |
222 | 2024-09-09T20:00:12.126Z | Downloaded heck v0.5.0 |
223 | 2024-09-09T20:00:12.129Z | Downloaded httpdate v1.0.3 |
224 | 2024-09-09T20:00:12.131Z | Downloaded tokio-native-tls v0.3.1 |
225 | 2024-09-09T20:00:12.131Z | Downloaded toml_datetime v0.6.8 |
226 | 2024-09-09T20:00:12.133Z | Downloaded rustversion v1.0.17 |
227 | 2024-09-09T20:00:12.136Z | Downloaded indexmap v1.9.3 |
228 | 2024-09-09T20:00:12.138Z | Downloaded signal-hook-registry v1.4.2 |
229 | 2024-09-09T20:00:12.141Z | Downloaded num-traits v0.2.19 |
230 | 2024-09-09T20:00:12.143Z | Downloaded slog-term v2.9.1 |
231 | 2024-09-09T20:00:12.146Z | Downloaded semver v1.0.23 |
232 | 2024-09-09T20:00:12.148Z | Downloaded tokio-macros v2.4.0 |
233 | 2024-09-09T20:00:12.148Z | Downloaded thread_local v1.1.8 |
234 | 2024-09-09T20:00:12.151Z | Downloaded rustls-pki-types v1.8.0 |
235 | 2024-09-09T20:00:12.153Z | Downloaded hyper-rustls v0.24.2 |
236 | 2024-09-09T20:00:12.155Z | Downloaded tower-service v0.3.3 |
237 | 2024-09-09T20:00:12.155Z | Downloaded time-macros v0.2.18 |
238 | 2024-09-09T20:00:12.158Z | Downloaded native-tls v0.2.12 |
239 | 2024-09-09T20:00:12.160Z | Downloaded proc-macro2 v1.0.86 |
240 | 2024-09-09T20:00:12.163Z | Downloaded untrusted v0.9.0 |
241 | 2024-09-09T20:00:12.165Z | Downloaded iana-time-zone v0.1.60 |
242 | 2024-09-09T20:00:12.168Z | Downloaded rand_chacha v0.3.1 |
243 | 2024-09-09T20:00:12.170Z | Downloaded tinyvec_macros v0.1.1 |
244 | 2024-09-09T20:00:12.170Z | Downloaded serde_path_to_error v0.1.16 |
245 | 2024-09-09T20:00:12.173Z | Downloaded pin-utils v0.1.0 |
246 | 2024-09-09T20:00:12.173Z | Downloaded pest_generator v2.7.12 |
247 | 2024-09-09T20:00:12.176Z | Downloaded ipnet v2.10.0 |
248 | 2024-09-09T20:00:12.176Z | Downloaded shlex v1.3.0 |
249 | 2024-09-09T20:00:12.178Z | Downloaded scroll v0.12.0 |
250 | 2024-09-09T20:00:12.178Z | Downloaded slog-json v2.6.1 |
251 | 2024-09-09T20:00:12.195Z | Downloaded base64 v0.21.7 |
252 | 2024-09-09T20:00:12.195Z | Downloaded serde_spanned v0.6.7 |
253 | 2024-09-09T20:00:12.195Z | Downloaded thiserror v1.0.63 |
254 | 2024-09-09T20:00:12.195Z | Downloaded structmeta v0.3.0 |
255 | 2024-09-09T20:00:12.195Z | Downloaded thread-id v4.2.2 |
256 | 2024-09-09T20:00:12.195Z | Downloaded socket2 v0.5.7 |
257 | 2024-09-09T20:00:12.195Z | Downloaded slog-async v2.8.0 |
258 | 2024-09-09T20:00:12.198Z | Downloaded tokio-rustls v0.25.0 |
259 | 2024-09-09T20:00:12.198Z | Downloaded slog v2.7.0 |
260 | 2024-09-09T20:00:12.201Z | Downloaded log v0.4.22 |
261 | 2024-09-09T20:00:12.206Z | Downloaded futures-channel v0.3.30 |
262 | 2024-09-09T20:00:12.208Z | Downloaded unicode-bidi v0.3.15 |
263 | 2024-09-09T20:00:12.208Z | Downloaded powerfmt v0.2.0 |
264 | 2024-09-09T20:00:12.210Z | Downloaded getrandom v0.2.15 |
265 | 2024-09-09T20:00:12.215Z | Downloaded unicode-ident v1.0.12 |
266 | 2024-09-09T20:00:12.218Z | Downloaded rustls-pemfile v2.1.3 |
267 | 2024-09-09T20:00:12.218Z | Downloaded ucd-trie v0.1.6 |
268 | 2024-09-09T20:00:12.221Z | Downloaded spin v0.9.8 |
269 | 2024-09-09T20:00:12.221Z | Downloaded smallvec v1.13.2 |
270 | 2024-09-09T20:00:12.224Z | Downloaded tokio-rustls v0.24.1 |
271 | 2024-09-09T20:00:12.227Z | Downloaded tinyvec v1.8.0 |
272 | 2024-09-09T20:00:12.230Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2024-09-09T20:00:12.232Z | Downloaded http v1.1.0 |
274 | 2024-09-09T20:00:12.235Z | Downloaded serde_derive v1.0.210 |
275 | 2024-09-09T20:00:12.239Z | Downloaded url v2.5.2 |
276 | 2024-09-09T20:00:12.242Z | Downloaded memchr v2.7.4 |
277 | 2024-09-09T20:00:12.247Z | Downloaded darling_core v0.20.10 |
278 | 2024-09-09T20:00:12.251Z | Downloaded tracing-core v0.1.32 |
279 | 2024-09-09T20:00:12.254Z | Downloaded unsafe-libyaml v0.2.11 |
280 | 2024-09-09T20:00:12.257Z | Downloaded hashbrown v0.12.3 |
281 | 2024-09-09T20:00:12.261Z | Downloaded cc v1.1.18 |
282 | 2024-09-09T20:00:12.264Z | Downloaded schemars v0.8.21 |
283 | 2024-09-09T20:00:12.279Z | Downloaded http v0.2.12 |
284 | 2024-09-09T20:00:12.281Z | Downloaded tracing v0.1.40 |
285 | 2024-09-09T20:00:12.285Z | Downloaded ryu v1.0.18 |
286 | 2024-09-09T20:00:12.288Z | Downloaded rand v0.8.5 |
287 | 2024-09-09T20:00:12.292Z | Downloaded mio v1.0.2 |
288 | 2024-09-09T20:00:12.300Z | Downloaded toml_edit v0.22.20 |
289 | 2024-09-09T20:00:12.320Z | Downloaded indexmap v2.5.0 |
290 | 2024-09-09T20:00:12.324Z | Downloaded tokio-util v0.7.12 |
291 | 2024-09-09T20:00:12.331Z | Downloaded serde v1.0.210 |
292 | 2024-09-09T20:00:12.340Z | Downloaded unicode-normalization v0.1.23 |
293 | 2024-09-09T20:00:12.340Z | Downloaded hashbrown v0.14.5 |
294 | 2024-09-09T20:00:12.349Z | Downloaded time v0.3.36 |
295 | 2024-09-09T20:00:12.351Z | Downloaded h2 v0.3.26 |
296 | 2024-09-09T20:00:12.356Z | Downloaded serde_with v3.9.0 |
297 | 2024-09-09T20:00:12.365Z | Downloaded reqwest v0.11.27 |
298 | 2024-09-09T20:00:12.373Z | Downloaded serde_json v1.0.128 |
299 | 2024-09-09T20:00:12.378Z | Downloaded chrono v0.4.38 |
300 | 2024-09-09T20:00:12.389Z | Downloaded winnow v0.6.18 |
301 | 2024-09-09T20:00:12.397Z | Downloaded rustls-webpki v0.101.7 |
302 | 2024-09-09T20:00:12.409Z | Downloaded openapiv3 v2.0.0 |
303 | 2024-09-09T20:00:12.420Z | Downloaded zerocopy v0.7.35 |
304 | 2024-09-09T20:00:12.436Z | Downloaded openssl v0.10.66 |
305 | 2024-09-09T20:00:12.445Z | Downloaded rustls-webpki v0.102.8 |
306 | 2024-09-09T20:00:12.464Z | Downloaded idna v0.5.0 |
307 | 2024-09-09T20:00:12.470Z | Downloaded webpki-roots v0.25.4 |
308 | 2024-09-09T20:00:12.475Z | Downloaded vcpkg v0.2.15 |
309 | 2024-09-09T20:00:12.512Z | Downloaded rustls v0.21.12 |
310 | 2024-09-09T20:00:12.522Z | Downloaded syn v2.0.77 |
311 | 2024-09-09T20:00:12.533Z | Downloaded tokio v1.40.0 |
312 | 2024-09-09T20:00:12.568Z | Downloaded rustls v0.22.4 |
313 | 2024-09-09T20:00:12.580Z | Downloaded regress v0.10.1 |
314 | 2024-09-09T20:00:12.588Z | Downloaded encoding_rs v0.8.34 |
315 | 2024-09-09T20:00:12.608Z | Downloaded regex-automata v0.4.7 |
316 | 2024-09-09T20:00:12.624Z | Downloaded regex-syntax v0.8.4 |
317 | 2024-09-09T20:00:12.632Z | Downloaded regress v0.9.1 |
318 | 2024-09-09T20:00:12.638Z | Downloaded libc v0.2.158 |
319 | 2024-09-09T20:00:12.663Z | Downloaded regex v1.10.6 |
320 | 2024-09-09T20:00:12.675Z | Downloaded pest v2.7.12 |
321 | 2024-09-09T20:00:12.679Z | Downloaded goblin v0.8.2 |
322 | 2024-09-09T20:00:12.685Z | Downloaded hyper v0.14.30 |
323 | 2024-09-09T20:00:12.692Z | Downloaded futures-util v0.3.30 |
324 | 2024-09-09T20:00:12.702Z | Downloaded aho-corasick v1.1.3 |
325 | 2024-09-09T20:00:12.710Z | Downloaded crossbeam-channel v0.5.13 |
326 | 2024-09-09T20:00:12.713Z | Downloaded strum_macros v0.26.4 |
327 | 2024-09-09T20:00:12.715Z | Downloaded serde_with_macros v3.9.0 |
328 | 2024-09-09T20:00:12.718Z | Downloaded serde_derive_internals v0.29.1 |
329 | 2024-09-09T20:00:12.718Z | Downloaded sct v0.7.1 |
330 | 2024-09-09T20:00:12.721Z | Downloaded typenum v1.17.0 |
331 | 2024-09-09T20:00:12.723Z | Downloaded quote v1.0.37 |
332 | 2024-09-09T20:00:12.726Z | Downloaded toml v0.8.19 |
333 | 2024-09-09T20:00:12.729Z | Downloaded openssl-sys v0.9.103 |
334 | 2024-09-09T20:00:12.732Z | Downloaded base64 v0.22.1 |
335 | 2024-09-09T20:00:12.736Z | Downloaded once_cell v1.19.0 |
336 | 2024-09-09T20:00:12.738Z | Downloaded schemars_derive v0.8.21 |
337 | 2024-09-09T20:00:12.741Z | Downloaded pest_meta v2.7.12 |
338 | 2024-09-09T20:00:12.741Z | Downloaded pest_derive v2.7.12 |
339 | 2024-09-09T20:00:12.744Z | Downloaded sha1 v0.10.6 |
340 | 2024-09-09T20:00:12.746Z | Downloaded slab v0.4.9 |
341 | 2024-09-09T20:00:12.746Z | Downloaded serde_urlencoded v0.7.1 |
342 | 2024-09-09T20:00:12.748Z | Downloaded paste v1.0.15 |
343 | 2024-09-09T20:00:12.751Z | Downloaded zeroize v1.8.1 |
344 | 2024-09-09T20:00:12.751Z | Downloaded waitgroup v0.1.2 |
345 | 2024-09-09T20:00:12.753Z | Downloaded uuid v1.10.0 |
346 | 2024-09-09T20:00:12.756Z | Downloaded thiserror-impl v1.0.63 |
347 | 2024-09-09T20:00:12.756Z | Downloaded term v0.7.0 |
348 | 2024-09-09T20:00:12.758Z | Downloaded hostname v0.3.1 |
349 | 2024-09-09T20:00:12.761Z | Downloaded allocator-api2 v0.2.18 |
350 | 2024-09-09T20:00:12.763Z | Downloaded sha2 v0.10.8 |
351 | 2024-09-09T20:00:12.765Z | Downloaded zerocopy-derive v0.7.35 |
352 | 2024-09-09T20:00:12.768Z | Downloaded futures v0.3.30 |
353 | 2024-09-09T20:00:12.772Z | Downloaded crossbeam-utils v0.8.20 |
354 | 2024-09-09T20:00:12.775Z | Downloaded take_mut v0.2.2 |
355 | 2024-09-09T20:00:12.777Z | Downloaded futures-task v0.3.30 |
356 | 2024-09-09T20:00:12.778Z | Downloaded dirs-sys-next v0.1.2 |
357 | 2024-09-09T20:00:12.778Z | Downloaded http-body v0.4.6 |
358 | 2024-09-09T20:00:12.780Z | Downloaded fnv v1.0.7 |
359 | 2024-09-09T20:00:12.780Z | Downloaded slog-bunyan v2.5.0 |
360 | 2024-09-09T20:00:12.780Z | Downloaded parking_lot_core v0.9.10 |
361 | 2024-09-09T20:00:12.783Z | Downloaded bytes v1.7.1 |
362 | 2024-09-09T20:00:12.785Z | Downloaded bitflags v2.6.0 |
363 | 2024-09-09T20:00:12.789Z | Downloaded anyhow v1.0.87 |
364 | 2024-09-09T20:00:12.793Z | Downloaded hex v0.4.3 |
365 | 2024-09-09T20:00:12.796Z | Downloaded camino v1.1.9 |
366 | 2024-09-09T20:00:12.796Z | Downloaded plain v0.2.3 |
367 | 2024-09-09T20:00:12.796Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-09-09T20:00:12.799Z | Downloaded futures-macro v0.3.30 |
369 | 2024-09-09T20:00:12.799Z | Downloaded dyn-clone v1.0.17 |
370 | 2024-09-09T20:00:12.802Z | Downloaded dirs-next v2.0.0 |
371 | 2024-09-09T20:00:12.802Z | Downloaded generic-array v0.14.7 |
372 | 2024-09-09T20:00:12.804Z | Downloaded futures-executor v0.3.30 |
373 | 2024-09-09T20:00:12.804Z | Downloaded deranged v0.3.11 |
374 | 2024-09-09T20:00:12.805Z | Downloaded cfg-if v1.0.0 |
375 | 2024-09-09T20:00:12.844Z | Downloaded ring v0.17.8 |
376 | 2024-09-09T20:00:13.027Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-09-09T20:00:13.030Z | Compiling unicode-ident v1.0.12 |
378 | 2024-09-09T20:00:13.031Z | Compiling libc v0.2.158 |
379 | 2024-09-09T20:00:13.031Z | Checking cfg-if v1.0.0 |
380 | 2024-09-09T20:00:13.031Z | Compiling version_check v0.9.5 |
381 | 2024-09-09T20:00:13.031Z | Compiling autocfg v1.3.0 |
382 | 2024-09-09T20:00:13.041Z | Compiling serde v1.0.210 |
383 | 2024-09-09T20:00:13.049Z | Checking memchr v2.7.4 |
384 | 2024-09-09T20:00:13.118Z | Compiling serde_json v1.0.128 |
385 | 2024-09-09T20:00:13.208Z | Checking itoa v1.0.11 |
386 | 2024-09-09T20:00:13.610Z | Compiling ahash v0.8.11 |
387 | 2024-09-09T20:00:13.693Z | Compiling shlex v1.3.0 |
388 | 2024-09-09T20:00:13.780Z | Checking once_cell v1.19.0 |
389 | 2024-09-09T20:00:13.953Z | Compiling thiserror v1.0.63 |
390 | 2024-09-09T20:00:13.981Z | Checking byteorder v1.5.0 |
391 | 2024-09-09T20:00:14.246Z | Compiling cc v1.1.18 |
392 | 2024-09-09T20:00:15.070Z | Compiling num-traits v0.2.19 |
393 | 2024-09-09T20:00:15.083Z | Checking pin-project-lite v0.2.14 |
394 | 2024-09-09T20:00:15.118Z | Checking ryu v1.0.18 |
395 | 2024-09-09T20:00:15.158Z | Checking bytes v1.7.1 |
396 | 2024-09-09T20:00:15.323Z | Checking log v0.4.22 |
397 | 2024-09-09T20:00:15.533Z | Checking allocator-api2 v0.2.18 |
398 | 2024-09-09T20:00:15.562Z | Compiling lock_api v0.4.12 |
399 | 2024-09-09T20:00:15.569Z | Compiling schemars v0.8.21 |
400 | 2024-09-09T20:00:15.680Z | Compiling parking_lot_core v0.9.10 |
401 | 2024-09-09T20:00:15.733Z | Checking getrandom v0.2.15 |
402 | 2024-09-09T20:00:15.896Z | Checking scopeguard v1.2.0 |
403 | 2024-09-09T20:00:15.925Z | Compiling quote v1.0.37 |
404 | 2024-09-09T20:00:15.944Z | Checking futures-core v0.3.30 |
405 | 2024-09-09T20:00:16.012Z | Checking smallvec v1.13.2 |
406 | 2024-09-09T20:00:16.151Z | Checking socket2 v0.5.7 |
407 | 2024-09-09T20:00:16.177Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-09-09T20:00:16.192Z | Checking mio v1.0.2 |
409 | 2024-09-09T20:00:16.408Z | Compiling syn v2.0.77 |
410 | 2024-09-09T20:00:16.497Z | Compiling slab v0.4.9 |
411 | 2024-09-09T20:00:16.611Z | Checking futures-sink v0.3.30 |
412 | 2024-09-09T20:00:16.719Z | Checking spin v0.9.8 |
413 | 2024-09-09T20:00:16.731Z | Checking fnv v1.0.7 |
414 | 2024-09-09T20:00:16.739Z | Checking equivalent v1.0.1 |
415 | 2024-09-09T20:00:16.779Z | Checking parking_lot v0.12.3 |
416 | 2024-09-09T20:00:16.802Z | Checking untrusted v0.9.0 |
417 | 2024-09-09T20:00:16.833Z | Checking futures-channel v0.3.30 |
418 | 2024-09-09T20:00:16.880Z | Compiling ring v0.17.8 |
419 | 2024-09-09T20:00:16.903Z | Compiling semver v1.0.23 |
420 | 2024-09-09T20:00:16.930Z | Checking futures-io v0.3.30 |
421 | 2024-09-09T20:00:17.089Z | Compiling pkg-config v0.3.30 |
422 | 2024-09-09T20:00:17.097Z | Checking pin-utils v0.1.0 |
423 | 2024-09-09T20:00:17.160Z | Checking futures-task v0.3.30 |
424 | 2024-09-09T20:00:17.173Z | Compiling heck v0.5.0 |
425 | 2024-09-09T20:00:17.242Z | Compiling vcpkg v0.2.15 |
426 | 2024-09-09T20:00:17.477Z | Checking iana-time-zone v0.1.60 |
427 | 2024-09-09T20:00:17.594Z | Compiling ucd-trie v0.1.6 |
428 | 2024-09-09T20:00:17.594Z | Checking http v0.2.12 |
429 | 2024-09-09T20:00:18.037Z | Compiling httparse v1.9.4 |
430 | 2024-09-09T20:00:18.420Z | Checking dyn-clone v1.0.17 |
431 | 2024-09-09T20:00:18.719Z | Checking tracing-core v0.1.32 |
432 | 2024-09-09T20:00:18.825Z | Compiling openssl-sys v0.9.103 |
433 | 2024-09-09T20:00:18.854Z | Compiling uuid v1.10.0 |
434 | 2024-09-09T20:00:19.322Z | Compiling chrono v0.4.38 |
435 | 2024-09-09T20:00:19.337Z | Checking tracing v0.1.40 |
436 | 2024-09-09T20:00:19.460Z | Checking try-lock v0.2.5 |
437 | 2024-09-09T20:00:19.570Z | Compiling openssl v0.10.66 |
438 | 2024-09-09T20:00:19.585Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-09-09T20:00:19.598Z | Compiling slog v2.7.0 |
440 | 2024-09-09T20:00:19.665Z | Checking foreign-types v0.3.2 |
441 | 2024-09-09T20:00:19.686Z | Checking want v0.3.1 |
442 | 2024-09-09T20:00:19.839Z | Checking http-body v0.4.6 |
443 | 2024-09-09T20:00:19.978Z | Compiling aho-corasick v1.1.3 |
444 | 2024-09-09T20:00:20.111Z | Checking percent-encoding v2.3.1 |
445 | 2024-09-09T20:00:20.134Z | Checking tinyvec_macros v0.1.1 |
446 | 2024-09-09T20:00:20.204Z | Checking tower-service v0.3.3 |
447 | 2024-09-09T20:00:20.283Z | Compiling regex-syntax v0.8.4 |
448 | 2024-09-09T20:00:20.305Z | Compiling typenum v1.17.0 |
449 | 2024-09-09T20:00:21.027Z | Checking bitflags v2.6.0 |
450 | 2024-09-09T20:00:21.212Z | Compiling native-tls v0.2.12 |
451 | 2024-09-09T20:00:21.233Z | Compiling rustls v0.21.12 |
452 | 2024-09-09T20:00:21.506Z | Checking httpdate v1.0.3 |
453 | 2024-09-09T20:00:21.640Z | Checking form_urlencoded v1.2.1 |
454 | 2024-09-09T20:00:21.648Z | Checking tinyvec v1.8.0 |
455 | 2024-09-09T20:00:21.793Z | Compiling generic-array v0.14.7 |
456 | 2024-09-09T20:00:22.110Z | Checking openssl-probe v0.1.5 |
457 | 2024-09-09T20:00:22.864Z | Checking unicode-normalization v0.1.23 |
458 | 2024-09-09T20:00:22.991Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-09-09T20:00:23.698Z | Compiling regex-automata v0.4.7 |
460 | 2024-09-09T20:00:24.153Z | Compiling usdt-impl v0.5.0 |
461 | 2024-09-09T20:00:24.343Z | Checking encoding_rs v0.8.34 |
462 | 2024-09-09T20:00:24.528Z | Checking unicode-bidi v0.3.15 |
463 | 2024-09-09T20:00:24.962Z | Checking powerfmt v0.2.0 |
464 | 2024-09-09T20:00:25.123Z | Checking mime v0.3.17 |
465 | 2024-09-09T20:00:25.206Z | Compiling num-conv v0.1.0 |
466 | 2024-09-09T20:00:25.409Z | Compiling time-core v0.1.2 |
467 | 2024-09-09T20:00:25.473Z | Checking deranged v0.3.11 |
468 | 2024-09-09T20:00:25.557Z | Compiling time-macros v0.2.18 |
469 | 2024-09-09T20:00:25.703Z | Checking idna v0.5.0 |
470 | 2024-09-09T20:00:26.643Z | Compiling thread-id v4.2.2 |
471 | 2024-09-09T20:00:26.879Z | Compiling crossbeam-utils v0.8.20 |
472 | 2024-09-09T20:00:27.294Z | Checking num_threads v0.1.7 |
473 | 2024-09-09T20:00:27.468Z | Compiling regex v1.10.6 |
474 | 2024-09-09T20:00:27.575Z | Checking rustls-pki-types v1.8.0 |
475 | 2024-09-09T20:00:27.736Z | Compiling ident_case v1.0.1 |
476 | 2024-09-09T20:00:27.898Z | Checking base64 v0.21.7 |
477 | 2024-09-09T20:00:28.270Z | Compiling serde_derive v1.0.210 |
478 | 2024-09-09T20:00:28.293Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-09-09T20:00:28.313Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-09-09T20:00:28.354Z | Compiling schemars_derive v0.8.21 |
481 | 2024-09-09T20:00:28.407Z | Compiling tokio-macros v2.4.0 |
482 | 2024-09-09T20:00:28.959Z | Compiling futures-macro v0.3.30 |
483 | 2024-09-09T20:00:29.034Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-09T20:00:29.911Z | Checking tokio v1.40.0 |
485 | 2024-09-09T20:00:30.241Z | Checking zerocopy v0.7.35 |
486 | 2024-09-09T20:00:31.163Z | Checking futures-util v0.3.30 |
487 | 2024-09-09T20:00:31.233Z | Compiling pest v2.7.12 |
488 | 2024-09-09T20:00:31.405Z | Checking rustls-webpki v0.101.7 |
489 | 2024-09-09T20:00:32.005Z | Checking hashbrown v0.14.5 |
490 | 2024-09-09T20:00:32.134Z | Checking sct v0.7.1 |
491 | 2024-09-09T20:00:33.186Z | Compiling scroll_derive v0.12.0 |
492 | 2024-09-09T20:00:34.124Z | Compiling pest_meta v2.7.12 |
493 | 2024-09-09T20:00:34.216Z | Compiling regress v0.10.1 |
494 | 2024-09-09T20:00:34.670Z | Checking scroll v0.12.0 |
495 | 2024-09-09T20:00:35.385Z | Compiling pest_generator v2.7.12 |
496 | 2024-09-09T20:00:36.888Z | Checking tokio-util v0.7.12 |
497 | 2024-09-09T20:00:37.050Z | Checking tokio-rustls v0.24.1 |
498 | 2024-09-09T20:00:37.408Z | Checking tokio-native-tls v0.3.1 |
499 | 2024-09-09T20:00:37.639Z | Compiling strsim v0.11.1 |
500 | 2024-09-09T20:00:37.730Z | Checking plain v0.2.3 |
501 | 2024-09-09T20:00:38.145Z | Compiling pest_derive v2.7.12 |
502 | 2024-09-09T20:00:38.266Z | Checking time v0.3.36 |
503 | 2024-09-09T20:00:38.617Z | Compiling darling_core v0.20.10 |
504 | 2024-09-09T20:00:38.861Z | Checking goblin v0.8.2 |
505 | 2024-09-09T20:00:39.003Z | Compiling dtrace-parser v0.2.0 |
506 | 2024-09-09T20:00:40.054Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-09-09T20:00:40.236Z | Checking url v2.5.2 |
508 | 2024-09-09T20:00:40.749Z | Checking dirs-sys-next v0.1.2 |
509 | 2024-09-09T20:00:40.817Z | Checking indexmap v2.5.0 |
510 | 2024-09-09T20:00:41.896Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-09-09T20:00:42.070Z | Checking h2 v0.3.26 |
512 | 2024-09-09T20:00:42.315Z | Compiling serde_tokenstream v0.2.2 |
513 | 2024-09-09T20:00:42.868Z | Checking openapiv3 v2.0.0 |
514 | 2024-09-09T20:00:43.055Z | Compiling unsafe-libyaml v0.2.11 |
515 | 2024-09-09T20:00:43.787Z | Compiling rustls v0.22.4 |
516 | 2024-09-09T20:00:44.100Z | Compiling dof v0.3.0 |
517 | 2024-09-09T20:00:44.707Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
518 | 2024-09-09T20:00:44.796Z | Compiling rustversion v1.0.17 |
519 | 2024-09-09T20:00:44.972Z | Compiling paste v1.0.15 |
520 | 2024-09-09T20:00:45.437Z | Checking sync_wrapper v0.1.2 |
521 | 2024-09-09T20:00:45.459Z | Checking pretty-hex v0.4.1 |
522 | 2024-09-09T20:00:45.546Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-09-09T20:00:45.613Z | Checking webpki-roots v0.25.4 |
524 | 2024-09-09T20:00:45.760Z | Checking ipnet v2.10.0 |
525 | 2024-09-09T20:00:46.221Z | Checking hyper v0.14.30 |
526 | 2024-09-09T20:00:46.303Z | Compiling darling_macro v0.20.10 |
527 | 2024-09-09T20:00:46.311Z | Compiling serde_yaml v0.9.34+deprecated |
528 | 2024-09-09T20:00:46.708Z | Checking dirs-next v2.0.0 |
529 | 2024-09-09T20:00:47.114Z | Checking serde_spanned v0.6.7 |
530 | 2024-09-09T20:00:47.163Z | Checking toml_datetime v0.6.8 |
531 | 2024-09-09T20:00:47.283Z | Checking ppv-lite86 v0.2.20 |
532 | 2024-09-09T20:00:47.291Z | Checking rustls-webpki v0.102.8 |
533 | 2024-09-09T20:00:47.421Z | Compiling structmeta-derive v0.3.0 |
534 | 2024-09-09T20:00:47.928Z | Checking crypto-common v0.1.6 |
535 | 2024-09-09T20:00:48.038Z | Checking block-buffer v0.10.4 |
536 | 2024-09-09T20:00:48.066Z | Checking rand_core v0.6.4 |
537 | 2024-09-09T20:00:48.169Z | Checking thread_local v1.1.8 |
538 | 2024-09-09T20:00:48.216Z | Compiling multer v3.1.0 |
539 | 2024-09-09T20:00:48.329Z | Compiling slog-async v2.8.0 |
540 | 2024-09-09T20:00:48.437Z | Compiling camino v1.1.9 |
541 | 2024-09-09T20:00:48.555Z | Checking match_cfg v0.1.0 |
542 | 2024-09-09T20:00:48.631Z | Checking winnow v0.6.18 |
543 | 2024-09-09T20:00:48.830Z | Checking zeroize v1.8.1 |
544 | 2024-09-09T20:00:48.856Z | Checking subtle v2.6.1 |
545 | 2024-09-09T20:00:49.047Z | Compiling anyhow v1.0.87 |
546 | 2024-09-09T20:00:49.155Z | Checking hostname v0.3.1 |
547 | 2024-09-09T20:00:49.322Z | Checking rand_chacha v0.3.1 |
548 | 2024-09-09T20:00:49.669Z | Checking digest v0.10.7 |
549 | 2024-09-09T20:00:49.953Z | Checking crossbeam-channel v0.5.13 |
550 | 2024-09-09T20:00:49.961Z | Compiling darling v0.20.10 |
551 | 2024-09-09T20:00:50.059Z | Compiling structmeta v0.3.0 |
552 | 2024-09-09T20:00:50.066Z | Checking term v0.7.0 |
553 | 2024-09-09T20:00:50.463Z | Compiling usdt-macro v0.5.0 |
554 | 2024-09-09T20:00:50.657Z | Compiling usdt-attr-macro v0.5.0 |
555 | 2024-09-09T20:00:50.686Z | Checking hyper-rustls v0.24.2 |
556 | 2024-09-09T20:00:50.953Z | Checking hyper-tls v0.5.0 |
557 | 2024-09-09T20:00:51.222Z | Checking reqwest v0.11.27 |
558 | 2024-09-09T20:00:51.486Z | Checking slog-json v2.6.1 |
559 | 2024-09-09T20:00:51.513Z | Checking futures-executor v0.3.30 |
560 | 2024-09-09T20:00:51.590Z | Checking toml_edit v0.22.20 |
561 | 2024-09-09T20:00:51.710Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-09-09T20:00:51.718Z | Checking http v1.1.0 |
563 | 2024-09-09T20:00:51.763Z | Checking memmap v0.7.0 |
564 | 2024-09-09T20:00:51.954Z | Checking is-terminal v0.4.13 |
565 | 2024-09-09T20:00:52.058Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
566 | 2024-09-09T20:00:52.091Z | Checking atomic-waker v1.1.2 |
567 | 2024-09-09T20:00:52.207Z | Checking cpufeatures v0.2.14 |
568 | 2024-09-09T20:00:52.281Z | Checking take_mut v0.2.2 |
569 | 2024-09-09T20:00:52.391Z | Checking base64 v0.22.1 |
570 | 2024-09-09T20:00:52.459Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
571 | 2024-09-09T20:00:52.664Z | Checking tokio-rustls v0.25.0 |
572 | 2024-09-09T20:00:52.723Z | Checking sha1 v0.10.6 |
573 | 2024-09-09T20:00:52.739Z | Checking waitgroup v0.1.2 |
574 | 2024-09-09T20:00:52.834Z | Checking rustls-pemfile v2.1.3 |
575 | 2024-09-09T20:00:52.852Z | Checking usdt v0.5.0 |
576 | 2024-09-09T20:00:52.965Z | Checking slog-term v2.9.1 |
577 | 2024-09-09T20:00:52.973Z | Checking async-stream v0.3.5 |
578 | 2024-09-09T20:00:52.996Z | Checking futures v0.3.30 |
579 | 2024-09-09T20:00:53.039Z | Checking slog-bunyan v2.5.0 |
580 | 2024-09-09T20:00:53.066Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-09T20:00:53.083Z | Compiling parse-display-derive v0.10.0 |
582 | 2024-09-09T20:00:53.135Z | Compiling serde_with_macros v3.9.0 |
583 | 2024-09-09T20:00:53.398Z | Checking rand v0.8.5 |
584 | 2024-09-09T20:00:53.621Z | Checking ipnetwork v0.20.0 |
585 | 2024-09-09T20:00:53.969Z | Checking newtype-uuid v1.1.0 |
586 | 2024-09-09T20:00:54.015Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
587 | 2024-09-09T20:00:54.118Z | Checking toml v0.8.19 |
588 | 2024-09-09T20:00:54.184Z | Checking hex v0.4.3 |
589 | 2024-09-09T20:00:54.618Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-09-09T20:00:54.711Z | Compiling async-trait v0.1.82 |
591 | 2024-09-09T20:00:54.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-09-09T20:00:55.240Z | Checking hostname v0.4.0 |
593 | 2024-09-09T20:00:55.354Z | Checking instant v0.1.13 |
594 | 2024-09-09T20:00:55.462Z | Checking debug-ignore v1.0.5 |
595 | 2024-09-09T20:00:55.591Z | Checking backoff v0.4.0 |
596 | 2024-09-09T20:00:55.636Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-09-09T20:00:55.735Z | Checking serde_with v3.9.0 |
598 | 2024-09-09T20:00:55.760Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-09-09T20:00:55.861Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-09-09T20:00:55.897Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
601 | 2024-09-09T20:00:56.100Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-09-09T20:00:56.296Z | Checking macaddr v1.0.1 |
603 | 2024-09-09T20:00:56.613Z | Checking regress v0.9.1 |
604 | 2024-09-09T20:00:56.938Z | Checking parse-display v0.10.0 |
605 | 2024-09-09T20:00:57.586Z | Checking strum v0.26.3 |
606 | 2024-09-09T20:00:58.145Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
607 | 2024-09-09T20:01:00.065Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
608 | 2024-09-09T20:01:00.122Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
609 | 2024-09-09T20:01:02.649Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
610 | 2024-09-09T20:01:08.020Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
611 | 2024-09-09T20:01:08.122Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
612 | 2024-09-09T20:01:10.858Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-09-09T20:01:17.852Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-09-09T20:01:17.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
615 | 2024-09-09T20:01:17.995Z | + cargo build --release |
616 | 2024-09-09T20:01:18.234Z | Compiling proc-macro2 v1.0.86 |
617 | 2024-09-09T20:01:18.234Z | Compiling unicode-ident v1.0.12 |
618 | 2024-09-09T20:01:18.250Z | Compiling libc v0.2.158 |
619 | 2024-09-09T20:01:18.250Z | Compiling cfg-if v1.0.0 |
620 | 2024-09-09T20:01:18.250Z | Compiling version_check v0.9.5 |
621 | 2024-09-09T20:01:18.250Z | Compiling autocfg v1.3.0 |
622 | 2024-09-09T20:01:18.250Z | Compiling serde v1.0.210 |
623 | 2024-09-09T20:01:18.260Z | Compiling memchr v2.7.4 |
624 | 2024-09-09T20:01:18.350Z | Compiling serde_json v1.0.128 |
625 | 2024-09-09T20:01:18.439Z | Compiling itoa v1.0.11 |
626 | 2024-09-09T20:01:18.702Z | Compiling thiserror v1.0.63 |
627 | 2024-09-09T20:01:18.823Z | Compiling byteorder v1.5.0 |
628 | 2024-09-09T20:01:18.860Z | Compiling ahash v0.8.11 |
629 | 2024-09-09T20:01:18.939Z | Compiling once_cell v1.19.0 |
630 | 2024-09-09T20:01:19.198Z | Compiling shlex v1.3.0 |
631 | 2024-09-09T20:01:19.483Z | Compiling cc v1.1.18 |
632 | 2024-09-09T20:01:19.528Z | Compiling num-traits v0.2.19 |
633 | 2024-09-09T20:01:19.723Z | Compiling quote v1.0.37 |
634 | 2024-09-09T20:01:19.820Z | Compiling getrandom v0.2.15 |
635 | 2024-09-09T20:01:19.913Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-09-09T20:01:19.997Z | Compiling ryu v1.0.18 |
637 | 2024-09-09T20:01:20.072Z | Compiling syn v2.0.77 |
638 | 2024-09-09T20:01:20.154Z | Compiling log v0.4.22 |
639 | 2024-09-09T20:01:20.244Z | Compiling bytes v1.7.1 |
640 | 2024-09-09T20:01:20.322Z | Compiling schemars v0.8.21 |
641 | 2024-09-09T20:01:20.387Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-09-09T20:01:20.598Z | Compiling lock_api v0.4.12 |
643 | 2024-09-09T20:01:20.727Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-09-09T20:01:20.828Z | Compiling futures-core v0.3.30 |
645 | 2024-09-09T20:01:20.945Z | Compiling scopeguard v1.2.0 |
646 | 2024-09-09T20:01:21.055Z | Compiling smallvec v1.13.2 |
647 | 2024-09-09T20:01:21.082Z | Compiling mio v1.0.2 |
648 | 2024-09-09T20:01:21.189Z | Compiling signal-hook-registry v1.4.2 |
649 | 2024-09-09T20:01:21.218Z | Compiling socket2 v0.5.7 |
650 | 2024-09-09T20:01:21.597Z | Compiling slab v0.4.9 |
651 | 2024-09-09T20:01:21.958Z | Compiling parking_lot v0.12.3 |
652 | 2024-09-09T20:01:22.101Z | Compiling futures-sink v0.3.30 |
653 | 2024-09-09T20:01:22.244Z | Compiling spin v0.9.8 |
654 | 2024-09-09T20:01:22.429Z | Compiling ring v0.17.8 |
655 | 2024-09-09T20:01:22.469Z | Compiling semver v1.0.23 |
656 | 2024-09-09T20:01:22.708Z | Compiling equivalent v1.0.1 |
657 | 2024-09-09T20:01:22.763Z | Compiling untrusted v0.9.0 |
658 | 2024-09-09T20:01:22.806Z | Compiling fnv v1.0.7 |
659 | 2024-09-09T20:01:22.917Z | Compiling futures-channel v0.3.30 |
660 | 2024-09-09T20:01:22.961Z | Compiling pin-utils v0.1.0 |
661 | 2024-09-09T20:01:23.041Z | Compiling vcpkg v0.2.15 |
662 | 2024-09-09T20:01:23.127Z | Compiling futures-task v0.3.30 |
663 | 2024-09-09T20:01:23.178Z | Compiling heck v0.5.0 |
664 | 2024-09-09T20:01:23.238Z | Compiling futures-io v0.3.30 |
665 | 2024-09-09T20:01:23.366Z | Compiling pkg-config v0.3.30 |
666 | 2024-09-09T20:01:23.688Z | Compiling ucd-trie v0.1.6 |
667 | 2024-09-09T20:01:23.759Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-09-09T20:01:24.139Z | Compiling http v0.2.12 |
669 | 2024-09-09T20:01:24.547Z | Compiling dyn-clone v1.0.17 |
670 | 2024-09-09T20:01:24.587Z | Compiling openssl-sys v0.9.103 |
671 | 2024-09-09T20:01:24.744Z | Compiling httparse v1.9.4 |
672 | 2024-09-09T20:01:25.537Z | Compiling tracing-core v0.1.32 |
673 | 2024-09-09T20:01:25.575Z | Compiling uuid v1.10.0 |
674 | 2024-09-09T20:01:25.805Z | Compiling chrono v0.4.38 |
675 | 2024-09-09T20:01:27.107Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-09-09T20:01:27.818Z | Compiling tracing v0.1.40 |
677 | 2024-09-09T20:01:28.097Z | Compiling slog v2.7.0 |
678 | 2024-09-09T20:01:28.233Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-09-09T20:01:28.324Z | Compiling openssl v0.10.66 |
680 | 2024-09-09T20:01:28.498Z | Compiling try-lock v0.2.5 |
681 | 2024-09-09T20:01:28.639Z | Compiling want v0.3.1 |
682 | 2024-09-09T20:01:28.645Z | Compiling foreign-types v0.3.2 |
683 | 2024-09-09T20:01:28.772Z | Compiling http-body v0.4.6 |
684 | 2024-09-09T20:01:28.948Z | Compiling aho-corasick v1.1.3 |
685 | 2024-09-09T20:01:29.252Z | Compiling httpdate v1.0.3 |
686 | 2024-09-09T20:01:29.312Z | Compiling percent-encoding v2.3.1 |
687 | 2024-09-09T20:01:29.764Z | Compiling tinyvec_macros v0.1.1 |
688 | 2024-09-09T20:01:29.845Z | Compiling tower-service v0.3.3 |
689 | 2024-09-09T20:01:29.872Z | Compiling regex-syntax v0.8.4 |
690 | 2024-09-09T20:01:29.952Z | Compiling rustls v0.21.12 |
691 | 2024-09-09T20:01:29.972Z | Compiling typenum v1.17.0 |
692 | 2024-09-09T20:01:30.261Z | Compiling native-tls v0.2.12 |
693 | 2024-09-09T20:01:30.269Z | Compiling bitflags v2.6.0 |
694 | 2024-09-09T20:01:30.599Z | Compiling tinyvec v1.8.0 |
695 | 2024-09-09T20:01:30.643Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-09-09T20:01:31.174Z | Compiling generic-array v0.14.7 |
697 | 2024-09-09T20:01:31.601Z | Compiling openssl-probe v0.1.5 |
698 | 2024-09-09T20:01:32.250Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-09-09T20:01:32.388Z | Compiling serde_derive v1.0.210 |
700 | 2024-09-09T20:01:32.833Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-09-09T20:01:33.296Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-09-09T20:01:33.496Z | Compiling schemars_derive v0.8.21 |
703 | 2024-09-09T20:01:33.539Z | Compiling tokio-macros v2.4.0 |
704 | 2024-09-09T20:01:34.850Z | Compiling zerocopy v0.7.35 |
705 | 2024-09-09T20:01:35.582Z | Compiling tokio v1.40.0 |
706 | 2024-09-09T20:01:36.228Z | Compiling futures-macro v0.3.30 |
707 | 2024-09-09T20:01:36.549Z | Compiling pest v2.7.12 |
708 | 2024-09-09T20:01:36.943Z | Compiling hashbrown v0.14.5 |
709 | 2024-09-09T20:01:38.141Z | Compiling futures-util v0.3.30 |
710 | 2024-09-09T20:01:38.454Z | Compiling regress v0.10.1 |
711 | 2024-09-09T20:01:38.540Z | Compiling openssl-macros v0.1.1 |
712 | 2024-09-09T20:01:39.363Z | Compiling pest_meta v2.7.12 |
713 | 2024-09-09T20:01:43.104Z | Compiling pest_generator v2.7.12 |
714 | 2024-09-09T20:01:43.369Z | Compiling rustls-webpki v0.101.7 |
715 | 2024-09-09T20:01:44.776Z | Compiling tokio-util v0.7.12 |
716 | 2024-09-09T20:01:45.179Z | Compiling pest_derive v2.7.12 |
717 | 2024-09-09T20:01:46.075Z | Compiling sct v0.7.1 |
718 | 2024-09-09T20:01:46.561Z | Compiling indexmap v2.5.0 |
719 | 2024-09-09T20:01:47.508Z | Compiling serde_tokenstream v0.2.2 |
720 | 2024-09-09T20:01:48.351Z | Compiling h2 v0.3.26 |
721 | 2024-09-09T20:01:48.901Z | Compiling regex-automata v0.4.7 |
722 | 2024-09-09T20:01:53.219Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
723 | 2024-09-09T20:01:53.683Z | Compiling hyper v0.14.30 |
724 | 2024-09-09T20:01:56.721Z | Compiling regex v1.10.6 |
725 | 2024-09-09T20:02:00.333Z | Compiling scroll_derive v0.12.0 |
726 | 2024-09-09T20:02:03.851Z | Compiling usdt-impl v0.5.0 |
727 | 2024-09-09T20:02:04.233Z | Compiling encoding_rs v0.8.34 |
728 | 2024-09-09T20:02:04.923Z | Compiling unicode-bidi v0.3.15 |
729 | 2024-09-09T20:02:05.271Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
730 | 2024-09-09T20:02:07.963Z | Compiling time-core v0.1.2 |
731 | 2024-09-09T20:02:08.121Z | Compiling powerfmt v0.2.0 |
732 | 2024-09-09T20:02:08.606Z | Compiling num-conv v0.1.0 |
733 | 2024-09-09T20:02:08.859Z | Compiling mime v0.3.17 |
734 | 2024-09-09T20:02:09.189Z | Compiling time-macros v0.2.18 |
735 | 2024-09-09T20:02:10.931Z | Compiling deranged v0.3.11 |
736 | 2024-09-09T20:02:12.181Z | Compiling idna v0.5.0 |
737 | 2024-09-09T20:02:14.793Z | Compiling scroll v0.12.0 |
738 | 2024-09-09T20:02:14.808Z | Compiling tokio-rustls v0.24.1 |
739 | 2024-09-09T20:02:15.227Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-09-09T20:02:15.407Z | Compiling dof v0.3.0 |
741 | 2024-09-09T20:02:15.497Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-09-09T20:02:15.701Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-09-09T20:02:16.269Z | Compiling thread-id v4.2.2 |
744 | 2024-09-09T20:02:16.368Z | Compiling rustls-pki-types v1.8.0 |
745 | 2024-09-09T20:02:17.721Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-09-09T20:02:18.052Z | Compiling plain v0.2.3 |
747 | 2024-09-09T20:02:18.208Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-09-09T20:02:18.693Z | Compiling strsim v0.11.1 |
749 | 2024-09-09T20:02:18.784Z | Compiling base64 v0.21.7 |
750 | 2024-09-09T20:02:19.014Z | Compiling num_threads v0.1.7 |
751 | 2024-09-09T20:02:19.126Z | Compiling ident_case v1.0.1 |
752 | 2024-09-09T20:02:19.384Z | Compiling rustls-pemfile v1.0.4 |
753 | 2024-09-09T20:02:19.907Z | Compiling darling_core v0.20.10 |
754 | 2024-09-09T20:02:20.564Z | Compiling time v0.3.36 |
755 | 2024-09-09T20:02:24.837Z | Compiling goblin v0.8.2 |
756 | 2024-09-09T20:02:26.053Z | Compiling hyper-tls v0.5.0 |
757 | 2024-09-09T20:02:26.636Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-09-09T20:02:27.090Z | Compiling url v2.5.2 |
759 | 2024-09-09T20:02:29.290Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#30fb4593) |
760 | 2024-09-09T20:02:29.410Z | Compiling openapiv3 v2.0.0 |
761 | 2024-09-09T20:02:30.553Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-09-09T20:02:32.018Z | Compiling rustversion v1.0.17 |
763 | 2024-09-09T20:02:32.546Z | Compiling rustls v0.22.4 |
764 | 2024-09-09T20:02:32.680Z | Compiling sync_wrapper v0.1.2 |
765 | 2024-09-09T20:02:32.802Z | Compiling paste v1.0.15 |
766 | 2024-09-09T20:02:32.870Z | Compiling ipnet v2.10.0 |
767 | 2024-09-09T20:02:33.304Z | Compiling pretty-hex v0.4.1 |
768 | 2024-09-09T20:02:33.515Z | Compiling unsafe-libyaml v0.2.11 |
769 | 2024-09-09T20:02:33.573Z | Compiling webpki-roots v0.25.4 |
770 | 2024-09-09T20:02:33.722Z | Compiling reqwest v0.11.27 |
771 | 2024-09-09T20:02:35.239Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-09-09T20:02:35.511Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
773 | 2024-09-09T20:02:36.169Z | Compiling dirs-next v2.0.0 |
774 | 2024-09-09T20:02:39.022Z | Compiling darling_macro v0.20.10 |
775 | 2024-09-09T20:02:40.027Z | Compiling crypto-common v0.1.6 |
776 | 2024-09-09T20:02:40.225Z | Compiling block-buffer v0.10.4 |
777 | 2024-09-09T20:02:40.441Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-09-09T20:02:40.448Z | Compiling serde_spanned v0.6.7 |
779 | 2024-09-09T20:02:40.664Z | Compiling toml_datetime v0.6.8 |
780 | 2024-09-09T20:02:41.321Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-09-09T20:02:41.590Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-09-09T20:02:42.161Z | Compiling rand_core v0.6.4 |
783 | 2024-09-09T20:02:42.325Z | Compiling thread_local v1.1.8 |
784 | 2024-09-09T20:02:42.615Z | Compiling multer v3.1.0 |
785 | 2024-09-09T20:02:42.662Z | Compiling winnow v0.6.18 |
786 | 2024-09-09T20:02:42.957Z | Compiling anyhow v1.0.87 |
787 | 2024-09-09T20:02:43.075Z | Compiling slog-async v2.8.0 |
788 | 2024-09-09T20:02:43.533Z | Compiling subtle v2.6.1 |
789 | 2024-09-09T20:02:43.588Z | Compiling match_cfg v0.1.0 |
790 | 2024-09-09T20:02:43.675Z | Compiling zeroize v1.8.1 |
791 | 2024-09-09T20:02:43.811Z | Compiling camino v1.1.9 |
792 | 2024-09-09T20:02:44.364Z | Compiling structmeta v0.3.0 |
793 | 2024-09-09T20:02:44.469Z | Compiling hostname v0.3.1 |
794 | 2024-09-09T20:02:44.803Z | Compiling rand_chacha v0.3.1 |
795 | 2024-09-09T20:02:44.888Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
796 | 2024-09-09T20:02:46.537Z | Compiling toml_edit v0.22.20 |
797 | 2024-09-09T20:02:46.888Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-09-09T20:02:48.537Z | Compiling digest v0.10.7 |
799 | 2024-09-09T20:02:48.948Z | Compiling darling v0.20.10 |
800 | 2024-09-09T20:02:49.064Z | Compiling term v0.7.0 |
801 | 2024-09-09T20:02:56.027Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
802 | 2024-09-09T20:02:56.045Z | Compiling usdt-macro v0.5.0 |
803 | 2024-09-09T20:02:57.394Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-09-09T20:02:57.732Z | Compiling slog-json v2.6.1 |
805 | 2024-09-09T20:02:58.213Z | Compiling futures-executor v0.3.30 |
806 | 2024-09-09T20:02:58.885Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-09-09T20:02:59.379Z | Compiling http v1.1.0 |
808 | 2024-09-09T20:03:00.014Z | Compiling is-terminal v0.4.13 |
809 | 2024-09-09T20:03:00.134Z | Compiling memmap v0.7.0 |
810 | 2024-09-09T20:03:00.238Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
811 | 2024-09-09T20:03:00.553Z | Compiling cpufeatures v0.2.14 |
812 | 2024-09-09T20:03:00.587Z | Compiling base64 v0.22.1 |
813 | 2024-09-09T20:03:00.640Z | Compiling atomic-waker v1.1.2 |
814 | 2024-09-09T20:03:00.821Z | Compiling take_mut v0.2.2 |
815 | 2024-09-09T20:03:04.126Z | Compiling rustls-pemfile v2.1.3 |
816 | 2024-09-09T20:03:04.447Z | Compiling waitgroup v0.1.2 |
817 | 2024-09-09T20:03:04.493Z | Compiling sha1 v0.10.6 |
818 | 2024-09-09T20:03:04.720Z | Compiling usdt v0.5.0 |
819 | 2024-09-09T20:03:04.884Z | Compiling async-stream v0.3.5 |
820 | 2024-09-09T20:03:05.217Z | Compiling slog-term v2.9.1 |
821 | 2024-09-09T20:03:05.238Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7530bda6) |
822 | 2024-09-09T20:03:05.423Z | Compiling futures v0.3.30 |
823 | 2024-09-09T20:03:05.615Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-09-09T20:03:05.887Z | Compiling strum_macros v0.26.4 |
825 | 2024-09-09T20:03:06.247Z | Compiling toml v0.8.19 |
826 | 2024-09-09T20:03:08.062Z | Compiling serde_with_macros v3.9.0 |
827 | 2024-09-09T20:03:09.761Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-09-09T20:03:10.142Z | Compiling rand v0.8.5 |
829 | 2024-09-09T20:03:10.793Z | Compiling parse-display-derive v0.10.0 |
830 | 2024-09-09T20:03:12.039Z | Compiling newtype-uuid v1.1.0 |
831 | 2024-09-09T20:03:12.353Z | Compiling ipnetwork v0.20.0 |
832 | 2024-09-09T20:03:13.311Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3218d30) |
833 | 2024-09-09T20:03:13.846Z | Compiling hex v0.4.3 |
834 | 2024-09-09T20:03:14.532Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-09-09T20:03:14.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-09-09T20:03:15.546Z | Compiling async-trait v0.1.82 |
837 | 2024-09-09T20:03:15.666Z | Compiling hostname v0.4.0 |
838 | 2024-09-09T20:03:15.911Z | Compiling instant v0.1.13 |
839 | 2024-09-09T20:03:16.055Z | Compiling debug-ignore v1.0.5 |
840 | 2024-09-09T20:03:16.193Z | Compiling backoff v0.4.0 |
841 | 2024-09-09T20:03:16.521Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-09-09T20:03:16.712Z | Compiling parse-display v0.10.0 |
843 | 2024-09-09T20:03:17.141Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-09-09T20:03:17.306Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
845 | 2024-09-09T20:03:17.449Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
846 | 2024-09-09T20:03:17.858Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
847 | 2024-09-09T20:03:17.990Z | Compiling serde_with v3.9.0 |
848 | 2024-09-09T20:03:18.808Z | Compiling strum v0.26.3 |
849 | 2024-09-09T20:03:18.985Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-09-09T20:03:19.799Z | Compiling macaddr v1.0.1 |
851 | 2024-09-09T20:03:20.405Z | Compiling regress v0.9.1 |
852 | 2024-09-09T20:03:25.122Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-09-09T20:03:35.592Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-09-09T20:03:44.711Z | Finished `release` profile [optimized] target(s) in 2m 26s |
855 | 2024-09-09T20:03:44.770Z | process exited: duration 222441 ms, exit code 0 |
|
856 | 2024-09-09T20:03:44.776Z | found 0 output files |