|
|
|
1 | 2024-08-10T22:51:29.968Z | job assigned to worker 01J4Z7RWFE90V9R4BB26ZYN0E8 (queued for 1 m 3 s) |
|
2 | 2024-08-10T22:51:36.768Z | starting task 0: "setup" |
3 | 2024-08-10T22:51:36.777Z | ++ uname -s |
4 | 2024-08-10T22:51:36.780Z | + kern=SunOS |
5 | 2024-08-10T22:51:36.780Z | + case "$kern" in |
6 | 2024-08-10T22:51:36.780Z | + groupadd -g 12345 build |
7 | 2024-08-10T22:51:36.783Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-10T22:51:38.790Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-10T22:51:38.848Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-10T22:51:38.851Z | + home_fs=zfs |
11 | 2024-08-10T22:51:38.851Z | + [[ zfs == autofs ]] |
12 | 2024-08-10T22:51:38.851Z | + mkdir -p /home/build |
13 | 2024-08-10T22:51:38.853Z | + chown build:build /home/build /work |
14 | 2024-08-10T22:51:40.854Z | + chmod 0700 /home/build /work |
15 | 2024-08-10T22:51:40.857Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-08-10T22:51:40.863Z | starting task 1: "rust-toolchain" |
17 | 2024-08-10T22:51:40.868Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-10T22:51:40.868Z | ' 1.80.1 |
19 | 2024-08-10T22:51:40.868Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-10T22:51:40.868Z | ' default |
21 | 2024-08-10T22:51:40.871Z | * toolchain channel = "1.80.1" |
22 | 2024-08-10T22:51:40.871Z | * toolchain profile = "default" |
23 | 2024-08-10T22:51:40.871Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-10T22:51:40.871Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-10T22:51:41.000Z | info: downloading installer |
26 | 2024-08-10T22:51:42.576Z | info: profile set to 'default' |
27 | 2024-08-10T22:51:42.576Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-10T22:51:42.579Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-10T22:51:42.723Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-10T22:51:42.723Z | info: downloading component 'cargo' |
31 | 2024-08-10T22:51:43.568Z | info: downloading component 'clippy' |
32 | 2024-08-10T22:51:43.868Z | info: downloading component 'rust-docs' |
33 | 2024-08-10T22:51:45.040Z | info: downloading component 'rust-std' |
34 | 2024-08-10T22:51:46.696Z | info: downloading component 'rustc' |
35 | 2024-08-10T22:51:51.300Z | info: downloading component 'rustfmt' |
36 | 2024-08-10T22:51:51.546Z | info: installing component 'cargo' |
37 | 2024-08-10T22:51:52.383Z | info: installing component 'clippy' |
38 | 2024-08-10T22:51:52.751Z | info: installing component 'rust-docs' |
39 | 2024-08-10T22:51:54.377Z | info: installing component 'rust-std' |
40 | 2024-08-10T22:51:56.029Z | info: installing component 'rustc' |
41 | 2024-08-10T22:52:00.269Z | info: installing component 'rustfmt' |
42 | 2024-08-10T22:52:00.601Z | |
43 | 2024-08-10T22:52:00.601Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-10T22:52:00.849Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-10T22:52:00.849Z | |
46 | 2024-08-10T22:52:00.852Z | |
47 | 2024-08-10T22:52:00.852Z | Rust is installed now. Great! |
48 | 2024-08-10T22:52:00.852Z | |
49 | 2024-08-10T22:52:00.852Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-10T22:52:00.852Z | environment variable. This has not been done automatically. |
51 | 2024-08-10T22:52:00.852Z | |
52 | 2024-08-10T22:52:00.852Z | To configure your current shell, you need to source |
53 | 2024-08-10T22:52:00.852Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-10T22:52:00.852Z | |
55 | 2024-08-10T22:52:00.852Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-10T22:52:00.852Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-10T22:52:00.852Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-10T22:52:00.899Z | + rustc --version |
59 | 2024-08-10T22:52:00.963Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-10T22:52:00.966Z | process exited: duration 20104 ms, exit code 0 |
|
61 | 2024-08-10T22:52:00.974Z | starting task 2: "authentication" |
62 | 2024-08-10T22:52:00.999Z | process exited: duration 26 ms, exit code 0 |
|
63 | 2024-08-10T22:52:01.006Z | starting task 3: "clone repository" |
64 | 2024-08-10T22:52:01.012Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-10T22:52:01.014Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-10T22:52:01.048Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-10T22:52:06.126Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-10T22:52:06.126Z | + git fetch origin 9cf8c43356105df63c4df515ae334ccdea910b26 |
69 | 2024-08-10T22:52:06.422Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-10T22:52:06.422Z | * branch 9cf8c43356105df63c4df515ae334ccdea910b26 -> FETCH_HEAD |
71 | 2024-08-10T22:52:06.432Z | + [[ -n renovate/ratatui-0.x ]] |
72 | 2024-08-10T22:52:06.434Z | ++ git branch --show-current |
73 | 2024-08-10T22:52:06.437Z | + current=main |
74 | 2024-08-10T22:52:06.437Z | + [[ main != renovate/ratatui-0.x ]] |
75 | 2024-08-10T22:52:06.437Z | + git branch -f renovate/ratatui-0.x 9cf8c43356105df63c4df515ae334ccdea910b26 |
76 | 2024-08-10T22:52:06.440Z | + git checkout -f renovate/ratatui-0.x |
77 | 2024-08-10T22:52:06.581Z | Switched to branch 'renovate/ratatui-0.x' |
78 | 2024-08-10T22:52:06.584Z | + git reset --hard 9cf8c43356105df63c4df515ae334ccdea910b26 |
79 | 2024-08-10T22:52:06.596Z | HEAD is now at 9cf8c4335 also update crossterm |
80 | 2024-08-10T22:52:06.598Z | process exited: duration 5590 ms, exit code 0 |
|
81 | 2024-08-10T22:52:06.605Z | starting task 4: "build" |
82 | 2024-08-10T22:52:06.610Z | + cargo --version |
83 | 2024-08-10T22:52:06.663Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-10T22:52:06.666Z | + rustc --version |
85 | 2024-08-10T22:52:06.722Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-10T22:52:06.725Z | + cd /tmp |
87 | 2024-08-10T22:52:06.725Z | + cargo new --lib test-project |
88 | 2024-08-10T22:52:06.779Z | Creating library `test-project` package |
89 | 2024-08-10T22:52:06.853Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-10T22:52:06.856Z | + cd test-project |
91 | 2024-08-10T22:52:06.856Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-10T22:52:06.911Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-10T22:52:06.911Z | Features: |
94 | 2024-08-10T22:52:06.911Z | - proptest |
95 | 2024-08-10T22:52:06.912Z | - test-strategy |
96 | 2024-08-10T22:52:06.912Z | - testing |
97 | 2024-08-10T22:52:06.914Z | Updating crates.io index |
98 | 2024-08-10T22:52:07.010Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-10T22:52:07.837Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-10T22:52:08.581Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-10T22:52:08.967Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-10T22:52:10.694Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-10T22:52:11.061Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-10T22:52:11.539Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-10T22:52:15.372Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-10T22:52:15.381Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-10T22:52:15.398Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-10T22:52:15.398Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-10T22:52:15.398Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-10T22:52:15.399Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-10T22:52:15.399Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-10T22:52:15.399Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-10T22:52:15.399Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-10T22:52:15.400Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-10T22:52:15.400Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-10T22:52:15.400Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-10T22:52:15.400Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-10T22:52:15.400Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-10T22:52:15.400Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-10T22:52:15.401Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-10T22:52:15.401Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-10T22:52:15.401Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-10T22:52:15.401Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-10T22:52:15.401Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-10T22:52:15.401Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
126 | 2024-08-10T22:52:15.401Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
127 | 2024-08-10T22:52:15.401Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
128 | 2024-08-10T22:52:15.401Z | Adding regress v0.9.1 (latest: v0.10.0) |
129 | 2024-08-10T22:52:15.401Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
130 | 2024-08-10T22:52:15.439Z | Adding rustls v0.21.12 (latest: v0.23.12) |
131 | 2024-08-10T22:52:15.439Z | Adding rustls v0.22.4 (latest: v0.23.12) |
132 | 2024-08-10T22:52:15.439Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
133 | 2024-08-10T22:52:15.439Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
134 | 2024-08-10T22:52:15.439Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
135 | 2024-08-10T22:52:15.440Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
136 | 2024-08-10T22:52:15.440Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
137 | 2024-08-10T22:52:15.440Z | Adding term v0.7.0 (latest: v1.0.0) |
138 | 2024-08-10T22:52:15.440Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
139 | 2024-08-10T22:52:15.440Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
140 | 2024-08-10T22:52:15.440Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
141 | 2024-08-10T22:52:15.441Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
142 | 2024-08-10T22:52:15.441Z | Adding windows v0.52.0 (latest: v0.58.0) |
143 | 2024-08-10T22:52:15.441Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
144 | 2024-08-10T22:52:15.441Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
145 | 2024-08-10T22:52:15.441Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2024-08-10T22:52:15.441Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
147 | 2024-08-10T22:52:15.441Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
148 | 2024-08-10T22:52:15.441Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
149 | 2024-08-10T22:52:15.441Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-08-10T22:52:15.441Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-08-10T22:52:15.441Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
152 | 2024-08-10T22:52:15.442Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
153 | 2024-08-10T22:52:15.442Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-08-10T22:52:15.442Z | Adding winreg v0.50.0 (latest: v0.52.0) |
155 | 2024-08-10T22:52:15.472Z | + cargo check |
156 | 2024-08-10T22:52:15.723Z | Downloading crates ... |
157 | 2024-08-10T22:52:15.782Z | Downloaded async-stream-impl v0.3.5 |
158 | 2024-08-10T22:52:15.807Z | Downloaded async-stream v0.3.5 |
159 | 2024-08-10T22:52:15.807Z | Downloaded ident_case v1.0.1 |
160 | 2024-08-10T22:52:15.821Z | Downloaded instant v0.1.13 |
161 | 2024-08-10T22:52:15.821Z | Downloaded foreign-types-shared v0.1.1 |
162 | 2024-08-10T22:52:15.821Z | Downloaded foreign-types v0.3.2 |
163 | 2024-08-10T22:52:15.822Z | Downloaded equivalent v1.0.1 |
164 | 2024-08-10T22:52:15.822Z | Downloaded futures-sink v0.3.30 |
165 | 2024-08-10T22:52:15.822Z | Downloaded darling_macro v0.20.10 |
166 | 2024-08-10T22:52:15.822Z | Downloaded num-conv v0.1.0 |
167 | 2024-08-10T22:52:15.822Z | Downloaded parking_lot v0.12.3 |
168 | 2024-08-10T22:52:15.822Z | Downloaded num_threads v0.1.7 |
169 | 2024-08-10T22:52:15.822Z | Downloaded block-buffer v0.10.4 |
170 | 2024-08-10T22:52:15.823Z | Downloaded async-trait v0.1.81 |
171 | 2024-08-10T22:52:15.836Z | Downloaded want v0.3.1 |
172 | 2024-08-10T22:52:15.836Z | Downloaded autocfg v1.3.0 |
173 | 2024-08-10T22:52:15.837Z | Downloaded atomic-waker v1.1.2 |
174 | 2024-08-10T22:52:15.837Z | Downloaded usdt-macro v0.5.0 |
175 | 2024-08-10T22:52:15.837Z | Downloaded usdt-attr-macro v0.5.0 |
176 | 2024-08-10T22:52:15.837Z | Downloaded openssl-probe v0.1.5 |
177 | 2024-08-10T22:52:15.837Z | Downloaded match_cfg v0.1.0 |
178 | 2024-08-10T22:52:15.837Z | Downloaded itoa v1.0.11 |
179 | 2024-08-10T22:52:15.843Z | Downloaded hostname v0.4.0 |
180 | 2024-08-10T22:52:15.844Z | Downloaded sync_wrapper v0.1.2 |
181 | 2024-08-10T22:52:15.844Z | Downloaded waitgroup v0.1.2 |
182 | 2024-08-10T22:52:15.844Z | Downloaded mime v0.3.17 |
183 | 2024-08-10T22:52:15.844Z | Downloaded futures-io v0.3.30 |
184 | 2024-08-10T22:52:15.844Z | Downloaded hex v0.4.3 |
185 | 2024-08-10T22:52:15.845Z | Downloaded generic-array v0.14.7 |
186 | 2024-08-10T22:52:15.863Z | Downloaded untrusted v0.9.0 |
187 | 2024-08-10T22:52:15.863Z | Downloaded deranged v0.3.11 |
188 | 2024-08-10T22:52:15.863Z | Downloaded strum v0.26.3 |
189 | 2024-08-10T22:52:15.863Z | Downloaded cpufeatures v0.2.12 |
190 | 2024-08-10T22:52:15.863Z | Downloaded futures-core v0.3.30 |
191 | 2024-08-10T22:52:15.864Z | Downloaded dtrace-parser v0.2.0 |
192 | 2024-08-10T22:52:15.864Z | Downloaded scroll_derive v0.12.0 |
193 | 2024-08-10T22:52:15.864Z | Downloaded percent-encoding v2.3.1 |
194 | 2024-08-10T22:52:15.864Z | Downloaded scopeguard v1.2.0 |
195 | 2024-08-10T22:52:15.864Z | Downloaded serde_urlencoded v0.7.1 |
196 | 2024-08-10T22:52:15.864Z | Downloaded parse-display-derive v0.9.1 |
197 | 2024-08-10T22:52:15.869Z | Downloaded bitflags v2.6.0 |
198 | 2024-08-10T22:52:15.869Z | Downloaded rustversion v1.0.17 |
199 | 2024-08-10T22:52:15.870Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2024-08-10T22:52:15.870Z | Downloaded backoff v0.4.0 |
201 | 2024-08-10T22:52:15.881Z | Downloaded fnv v1.0.7 |
202 | 2024-08-10T22:52:15.881Z | Downloaded tower-service v0.3.2 |
203 | 2024-08-10T22:52:15.881Z | Downloaded ppv-lite86 v0.2.20 |
204 | 2024-08-10T22:52:15.891Z | Downloaded tinyvec_macros v0.1.1 |
205 | 2024-08-10T22:52:15.891Z | Downloaded camino v1.1.7 |
206 | 2024-08-10T22:52:15.891Z | Downloaded slog-bunyan v2.5.0 |
207 | 2024-08-10T22:52:15.891Z | Downloaded http-body v0.4.6 |
208 | 2024-08-10T22:52:15.891Z | Downloaded digest v0.10.7 |
209 | 2024-08-10T22:52:15.891Z | Downloaded plain v0.2.3 |
210 | 2024-08-10T22:52:15.891Z | Downloaded sha1 v0.10.6 |
211 | 2024-08-10T22:52:15.891Z | Downloaded paste v1.0.15 |
212 | 2024-08-10T22:52:15.895Z | Downloaded zeroize v1.8.1 |
213 | 2024-08-10T22:52:15.896Z | Downloaded version_check v0.9.5 |
214 | 2024-08-10T22:52:15.896Z | Downloaded usdt v0.5.0 |
215 | 2024-08-10T22:52:15.896Z | Downloaded macaddr v1.0.1 |
216 | 2024-08-10T22:52:15.896Z | Downloaded darling v0.20.10 |
217 | 2024-08-10T22:52:15.902Z | Downloaded lock_api v0.4.12 |
218 | 2024-08-10T22:52:15.914Z | Downloaded thiserror-impl v1.0.63 |
219 | 2024-08-10T22:52:15.914Z | Downloaded futures-macro v0.3.30 |
220 | 2024-08-10T22:52:15.914Z | Downloaded subtle v2.6.1 |
221 | 2024-08-10T22:52:15.914Z | Downloaded debug-ignore v1.0.5 |
222 | 2024-08-10T22:52:15.914Z | Downloaded structmeta v0.3.0 |
223 | 2024-08-10T22:52:15.914Z | Downloaded httpdate v1.0.3 |
224 | 2024-08-10T22:52:15.914Z | Downloaded futures-executor v0.3.30 |
225 | 2024-08-10T22:52:15.914Z | Downloaded memmap v0.7.0 |
226 | 2024-08-10T22:52:15.914Z | Downloaded parse-display v0.9.1 |
227 | 2024-08-10T22:52:15.914Z | Downloaded rand_chacha v0.3.1 |
228 | 2024-08-10T22:52:15.928Z | Downloaded once_cell v1.19.0 |
229 | 2024-08-10T22:52:15.929Z | Downloaded multer v3.1.0 |
230 | 2024-08-10T22:52:15.929Z | Downloaded try-lock v0.2.5 |
231 | 2024-08-10T22:52:15.951Z | Downloaded structmeta-derive v0.3.0 |
232 | 2024-08-10T22:52:15.951Z | Downloaded thread_local v1.1.8 |
233 | 2024-08-10T22:52:15.952Z | Downloaded zerocopy-derive v0.7.35 |
234 | 2024-08-10T22:52:15.952Z | Downloaded pest_derive v2.7.11 |
235 | 2024-08-10T22:52:15.952Z | Downloaded time-core v0.1.2 |
236 | 2024-08-10T22:52:15.952Z | Downloaded tokio-macros v2.4.0 |
237 | 2024-08-10T22:52:15.952Z | Downloaded smallvec v1.13.2 |
238 | 2024-08-10T22:52:15.952Z | Downloaded semver v1.0.23 |
239 | 2024-08-10T22:52:15.952Z | Downloaded iana-time-zone v0.1.60 |
240 | 2024-08-10T22:52:15.952Z | Downloaded hostname v0.3.1 |
241 | 2024-08-10T22:52:15.952Z | Downloaded ipnet v2.9.0 |
242 | 2024-08-10T22:52:15.978Z | Downloaded futures v0.3.30 |
243 | 2024-08-10T22:52:15.979Z | Downloaded indexmap v1.9.3 |
244 | 2024-08-10T22:52:15.979Z | Downloaded serde_with_macros v3.9.0 |
245 | 2024-08-10T22:52:15.979Z | Downloaded unicode-ident v1.0.12 |
246 | 2024-08-10T22:52:15.979Z | Downloaded newtype-uuid v1.1.0 |
247 | 2024-08-10T22:52:15.979Z | Downloaded native-tls v0.2.12 |
248 | 2024-08-10T22:52:15.980Z | Downloaded rustls-pemfile v2.1.3 |
249 | 2024-08-10T22:52:15.980Z | Downloaded strsim v0.11.1 |
250 | 2024-08-10T22:52:15.980Z | Downloaded pest_generator v2.7.11 |
251 | 2024-08-10T22:52:15.980Z | Downloaded slab v0.4.9 |
252 | 2024-08-10T22:52:15.980Z | Downloaded tokio-rustls v0.25.0 |
253 | 2024-08-10T22:52:15.993Z | Downloaded powerfmt v0.2.0 |
254 | 2024-08-10T22:52:15.993Z | Downloaded term v0.7.0 |
255 | 2024-08-10T22:52:15.993Z | Downloaded hyper-rustls v0.24.2 |
256 | 2024-08-10T22:52:15.993Z | Downloaded serde_tokenstream v0.2.1 |
257 | 2024-08-10T22:52:15.993Z | Downloaded futures-channel v0.3.30 |
258 | 2024-08-10T22:52:15.993Z | Downloaded slog-json v2.6.1 |
259 | 2024-08-10T22:52:15.994Z | Downloaded log v0.4.22 |
260 | 2024-08-10T22:52:15.994Z | Downloaded serde_path_to_error v0.1.16 |
261 | 2024-08-10T22:52:15.994Z | Downloaded crossbeam-utils v0.8.20 |
262 | 2024-08-10T22:52:16.003Z | Downloaded anyhow v1.0.86 |
263 | 2024-08-10T22:52:16.003Z | Downloaded thread-id v4.2.2 |
264 | 2024-08-10T22:52:16.004Z | Downloaded thiserror v1.0.63 |
265 | 2024-08-10T22:52:16.029Z | Downloaded serde_derive v1.0.205 |
266 | 2024-08-10T22:52:16.030Z | Downloaded time-macros v0.2.18 |
267 | 2024-08-10T22:52:16.030Z | Downloaded slog v2.7.0 |
268 | 2024-08-10T22:52:16.030Z | Downloaded spin v0.9.8 |
269 | 2024-08-10T22:52:16.030Z | Downloaded toml_datetime v0.6.8 |
270 | 2024-08-10T22:52:16.030Z | Downloaded ucd-trie v0.1.6 |
271 | 2024-08-10T22:52:16.030Z | Downloaded typenum v1.17.0 |
272 | 2024-08-10T22:52:16.054Z | Downloaded uuid v1.10.0 |
273 | 2024-08-10T22:52:16.054Z | Downloaded sha2 v0.10.8 |
274 | 2024-08-10T22:52:16.054Z | Downloaded usdt-impl v0.5.0 |
275 | 2024-08-10T22:52:16.054Z | Downloaded serde_derive_internals v0.29.1 |
276 | 2024-08-10T22:52:16.054Z | Downloaded cc v1.1.8 |
277 | 2024-08-10T22:52:16.054Z | Downloaded sct v0.7.1 |
278 | 2024-08-10T22:52:16.054Z | Downloaded tinyvec v1.8.0 |
279 | 2024-08-10T22:52:16.055Z | Downloaded rustls-pki-types v1.8.0 |
280 | 2024-08-10T22:52:16.055Z | Downloaded openssl-sys v0.9.103 |
281 | 2024-08-10T22:52:16.055Z | Downloaded toml v0.8.19 |
282 | 2024-08-10T22:52:16.059Z | Downloaded schemars v0.8.21 |
283 | 2024-08-10T22:52:16.059Z | Downloaded indexmap v2.3.0 |
284 | 2024-08-10T22:52:16.068Z | Downloaded tokio-rustls v0.24.1 |
285 | 2024-08-10T22:52:16.068Z | Downloaded unicode-bidi v0.3.15 |
286 | 2024-08-10T22:52:16.085Z | Downloaded ryu v1.0.18 |
287 | 2024-08-10T22:52:16.085Z | Downloaded crossbeam-channel v0.5.13 |
288 | 2024-08-10T22:52:16.085Z | Downloaded socket2 v0.5.7 |
289 | 2024-08-10T22:52:16.085Z | Downloaded rand v0.8.5 |
290 | 2024-08-10T22:52:16.089Z | Downloaded http v1.1.0 |
291 | 2024-08-10T22:52:16.090Z | Downloaded tracing v0.1.40 |
292 | 2024-08-10T22:52:16.094Z | Downloaded http v0.2.12 |
293 | 2024-08-10T22:52:16.095Z | Downloaded mio v1.0.1 |
294 | 2024-08-10T22:52:16.101Z | Downloaded hashbrown v0.14.5 |
295 | 2024-08-10T22:52:16.107Z | Downloaded aho-corasick v1.1.3 |
296 | 2024-08-10T22:52:16.119Z | Downloaded toml_edit v0.22.20 |
297 | 2024-08-10T22:52:16.135Z | Downloaded tokio-util v0.7.11 |
298 | 2024-08-10T22:52:16.139Z | Downloaded serde v1.0.205 |
299 | 2024-08-10T22:52:16.143Z | Downloaded unicode-normalization v0.1.23 |
300 | 2024-08-10T22:52:16.147Z | Downloaded futures-util v0.3.30 |
301 | 2024-08-10T22:52:16.158Z | Downloaded h2 v0.3.26 |
302 | 2024-08-10T22:52:16.167Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2024-08-10T22:52:16.172Z | Downloaded pest v2.7.11 |
304 | 2024-08-10T22:52:16.183Z | Downloaded hyper v0.14.30 |
305 | 2024-08-10T22:52:16.189Z | Downloaded goblin v0.8.2 |
306 | 2024-08-10T22:52:16.195Z | Downloaded chrono v0.4.38 |
307 | 2024-08-10T22:52:16.199Z | Downloaded hashbrown v0.12.3 |
308 | 2024-08-10T22:52:16.205Z | Downloaded openssl v0.10.66 |
309 | 2024-08-10T22:52:16.208Z | Downloaded idna v0.5.0 |
310 | 2024-08-10T22:52:16.216Z | Downloaded time v0.3.36 |
311 | 2024-08-10T22:52:16.226Z | Downloaded zerocopy v0.7.35 |
312 | 2024-08-10T22:52:16.257Z | Downloaded serde_json v1.0.122 |
313 | 2024-08-10T22:52:16.302Z | Downloaded serde_with v3.9.0 |
314 | 2024-08-10T22:52:16.302Z | Downloaded openapiv3 v2.0.0 |
315 | 2024-08-10T22:52:16.302Z | Downloaded rustls-webpki v0.101.7 |
316 | 2024-08-10T22:52:16.331Z | Downloaded reqwest v0.11.27 |
317 | 2024-08-10T22:52:16.332Z | Downloaded rustls-webpki v0.102.6 |
318 | 2024-08-10T22:52:16.332Z | Downloaded vcpkg v0.2.15 |
319 | 2024-08-10T22:52:16.350Z | Downloaded webpki-roots v0.25.4 |
320 | 2024-08-10T22:52:16.370Z | Downloaded tokio v1.39.2 |
321 | 2024-08-10T22:52:16.441Z | Downloaded syn v2.0.72 |
322 | 2024-08-10T22:52:16.441Z | Downloaded regress v0.9.1 |
323 | 2024-08-10T22:52:16.483Z | Downloaded regress v0.10.0 |
324 | 2024-08-10T22:52:16.483Z | Downloaded rustls v0.22.4 |
325 | 2024-08-10T22:52:16.483Z | Downloaded encoding_rs v0.8.34 |
326 | 2024-08-10T22:52:16.483Z | Downloaded regex-syntax v0.8.4 |
327 | 2024-08-10T22:52:16.484Z | Downloaded regex-automata v0.4.7 |
328 | 2024-08-10T22:52:16.516Z | Downloaded rustls v0.21.12 |
329 | 2024-08-10T22:52:16.516Z | Downloaded regex v1.10.6 |
330 | 2024-08-10T22:52:16.516Z | Downloaded libc v0.2.155 |
331 | 2024-08-10T22:52:16.536Z | Downloaded winnow v0.6.18 |
332 | 2024-08-10T22:52:16.537Z | Downloaded tokio-native-tls v0.3.1 |
333 | 2024-08-10T22:52:16.537Z | Downloaded tracing-core v0.1.32 |
334 | 2024-08-10T22:52:16.537Z | Downloaded strum_macros v0.26.4 |
335 | 2024-08-10T22:52:16.562Z | Downloaded url v2.5.2 |
336 | 2024-08-10T22:52:16.562Z | Downloaded unsafe-libyaml v0.2.11 |
337 | 2024-08-10T22:52:16.562Z | Downloaded memchr v2.7.4 |
338 | 2024-08-10T22:52:16.562Z | Downloaded slog-term v2.9.1 |
339 | 2024-08-10T22:52:16.562Z | Downloaded schemars_derive v0.8.21 |
340 | 2024-08-10T22:52:16.563Z | Downloaded num-traits v0.2.19 |
341 | 2024-08-10T22:52:16.563Z | Downloaded scroll v0.12.0 |
342 | 2024-08-10T22:52:16.563Z | Downloaded quote v1.0.36 |
343 | 2024-08-10T22:52:16.563Z | Downloaded pkg-config v0.3.30 |
344 | 2024-08-10T22:52:16.563Z | Downloaded pin-project-lite v0.2.14 |
345 | 2024-08-10T22:52:16.568Z | Downloaded darling_core v0.20.10 |
346 | 2024-08-10T22:52:16.568Z | Downloaded proc-macro2 v1.0.86 |
347 | 2024-08-10T22:52:16.568Z | Downloaded pest_meta v2.7.11 |
348 | 2024-08-10T22:52:16.568Z | Downloaded parking_lot_core v0.9.10 |
349 | 2024-08-10T22:52:16.568Z | Downloaded base64 v0.22.1 |
350 | 2024-08-10T22:52:16.575Z | Downloaded base64 v0.21.7 |
351 | 2024-08-10T22:52:16.592Z | Downloaded getrandom v0.2.15 |
352 | 2024-08-10T22:52:16.593Z | Downloaded bytes v1.7.1 |
353 | 2024-08-10T22:52:16.593Z | Downloaded slog-async v2.8.0 |
354 | 2024-08-10T22:52:16.593Z | Downloaded allocator-api2 v0.2.18 |
355 | 2024-08-10T22:52:16.593Z | Downloaded futures-task v0.3.30 |
356 | 2024-08-10T22:52:16.601Z | Downloaded form_urlencoded v1.2.1 |
357 | 2024-08-10T22:52:16.601Z | Downloaded cfg-if v1.0.0 |
358 | 2024-08-10T22:52:16.601Z | Downloaded take_mut v0.2.2 |
359 | 2024-08-10T22:52:16.601Z | Downloaded pretty-hex v0.4.1 |
360 | 2024-08-10T22:52:16.601Z | Downloaded httparse v1.9.4 |
361 | 2024-08-10T22:52:16.601Z | Downloaded ipnetwork v0.20.0 |
362 | 2024-08-10T22:52:16.602Z | Downloaded heck v0.5.0 |
363 | 2024-08-10T22:52:16.602Z | Downloaded dirs-sys-next v0.1.2 |
364 | 2024-08-10T22:52:16.602Z | Downloaded crypto-common v0.1.6 |
365 | 2024-08-10T22:52:16.603Z | Downloaded ahash v0.8.11 |
366 | 2024-08-10T22:52:16.603Z | Downloaded serde_spanned v0.6.7 |
367 | 2024-08-10T22:52:16.603Z | Downloaded rustls-pemfile v1.0.4 |
368 | 2024-08-10T22:52:16.616Z | Downloaded rand_core v0.6.4 |
369 | 2024-08-10T22:52:16.616Z | Downloaded pin-utils v0.1.0 |
370 | 2024-08-10T22:52:16.616Z | Downloaded hyper-tls v0.5.0 |
371 | 2024-08-10T22:52:16.617Z | Downloaded dyn-clone v1.0.17 |
372 | 2024-08-10T22:52:16.617Z | Downloaded byteorder v1.5.0 |
373 | 2024-08-10T22:52:16.617Z | Downloaded openssl-macros v0.1.1 |
374 | 2024-08-10T22:52:16.617Z | Downloaded omicron-workspace-hack v0.1.0 |
375 | 2024-08-10T22:52:16.617Z | Downloaded is-terminal v0.4.12 |
376 | 2024-08-10T22:52:16.617Z | Downloaded dof v0.3.0 |
377 | 2024-08-10T22:52:16.617Z | Downloaded dirs-next v2.0.0 |
378 | 2024-08-10T22:52:16.742Z | Downloaded ring v0.17.8 |
379 | 2024-08-10T22:52:16.924Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-10T22:52:16.924Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-10T22:52:16.929Z | Compiling libc v0.2.155 |
382 | 2024-08-10T22:52:16.929Z | Checking cfg-if v1.0.0 |
383 | 2024-08-10T22:52:16.929Z | Compiling version_check v0.9.5 |
384 | 2024-08-10T22:52:16.929Z | Compiling autocfg v1.3.0 |
385 | 2024-08-10T22:52:16.938Z | Compiling serde v1.0.205 |
386 | 2024-08-10T22:52:16.941Z | Checking memchr v2.7.4 |
387 | 2024-08-10T22:52:17.009Z | Compiling serde_json v1.0.122 |
388 | 2024-08-10T22:52:17.110Z | Checking itoa v1.0.11 |
389 | 2024-08-10T22:52:17.443Z | Checking byteorder v1.5.0 |
390 | 2024-08-10T22:52:17.533Z | Checking once_cell v1.19.0 |
391 | 2024-08-10T22:52:17.597Z | Compiling ahash v0.8.11 |
392 | 2024-08-10T22:52:17.699Z | Compiling thiserror v1.0.63 |
393 | 2024-08-10T22:52:17.802Z | Compiling cc v1.1.8 |
394 | 2024-08-10T22:52:18.004Z | Compiling num-traits v0.2.19 |
395 | 2024-08-10T22:52:18.201Z | Checking pin-project-lite v0.2.14 |
396 | 2024-08-10T22:52:18.346Z | Checking getrandom v0.2.15 |
397 | 2024-08-10T22:52:18.360Z | Checking ryu v1.0.18 |
398 | 2024-08-10T22:52:18.391Z | Checking bytes v1.7.1 |
399 | 2024-08-10T22:52:18.538Z | Compiling quote v1.0.36 |
400 | 2024-08-10T22:52:18.552Z | Checking log v0.4.22 |
401 | 2024-08-10T22:52:18.772Z | Checking allocator-api2 v0.2.18 |
402 | 2024-08-10T22:52:18.788Z | Compiling lock_api v0.4.12 |
403 | 2024-08-10T22:52:18.799Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-08-10T22:52:19.050Z | Compiling syn v2.0.72 |
405 | 2024-08-10T22:52:19.118Z | Compiling schemars v0.8.21 |
406 | 2024-08-10T22:52:19.146Z | Checking futures-core v0.3.30 |
407 | 2024-08-10T22:52:19.159Z | Checking scopeguard v1.2.0 |
408 | 2024-08-10T22:52:19.236Z | Checking smallvec v1.13.2 |
409 | 2024-08-10T22:52:19.262Z | Checking socket2 v0.5.7 |
410 | 2024-08-10T22:52:19.309Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-08-10T22:52:19.408Z | Checking mio v1.0.1 |
412 | 2024-08-10T22:52:19.506Z | Compiling slab v0.4.9 |
413 | 2024-08-10T22:52:19.610Z | Checking futures-sink v0.3.30 |
414 | 2024-08-10T22:52:19.674Z | Checking spin v0.9.8 |
415 | 2024-08-10T22:52:19.732Z | Checking fnv v1.0.7 |
416 | 2024-08-10T22:52:19.842Z | Checking equivalent v1.0.1 |
417 | 2024-08-10T22:52:19.859Z | Checking untrusted v0.9.0 |
418 | 2024-08-10T22:52:19.893Z | Checking parking_lot v0.12.3 |
419 | 2024-08-10T22:52:19.928Z | Checking futures-channel v0.3.30 |
420 | 2024-08-10T22:52:19.987Z | Compiling pkg-config v0.3.30 |
421 | 2024-08-10T22:52:19.995Z | Checking futures-task v0.3.30 |
422 | 2024-08-10T22:52:20.208Z | Checking pin-utils v0.1.0 |
423 | 2024-08-10T22:52:20.212Z | Compiling semver v1.0.23 |
424 | 2024-08-10T22:52:20.227Z | Compiling vcpkg v0.2.15 |
425 | 2024-08-10T22:52:20.256Z | Checking futures-io v0.3.30 |
426 | 2024-08-10T22:52:20.275Z | Compiling heck v0.5.0 |
427 | 2024-08-10T22:52:20.464Z | Checking iana-time-zone v0.1.60 |
428 | 2024-08-10T22:52:20.596Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-10T22:52:20.680Z | Checking http v0.2.12 |
430 | 2024-08-10T22:52:20.704Z | Compiling ring v0.17.8 |
431 | 2024-08-10T22:52:21.146Z | Checking dyn-clone v1.0.17 |
432 | 2024-08-10T22:52:21.319Z | Compiling httparse v1.9.4 |
433 | 2024-08-10T22:52:22.026Z | Compiling openssl-sys v0.9.103 |
434 | 2024-08-10T22:52:22.087Z | Checking tracing-core v0.1.32 |
435 | 2024-08-10T22:52:22.101Z | Compiling uuid v1.10.0 |
436 | 2024-08-10T22:52:22.798Z | Compiling slog v2.7.0 |
437 | 2024-08-10T22:52:22.894Z | Compiling chrono v0.4.38 |
438 | 2024-08-10T22:52:22.958Z | Checking tracing v0.1.40 |
439 | 2024-08-10T22:52:22.962Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-10T22:52:23.044Z | Compiling openssl v0.10.66 |
441 | 2024-08-10T22:52:23.131Z | Checking try-lock v0.2.5 |
442 | 2024-08-10T22:52:23.241Z | Checking want v0.3.1 |
443 | 2024-08-10T22:52:23.249Z | Checking foreign-types v0.3.2 |
444 | 2024-08-10T22:52:23.342Z | Checking http-body v0.4.6 |
445 | 2024-08-10T22:52:23.395Z | Compiling aho-corasick v1.1.3 |
446 | 2024-08-10T22:52:23.492Z | Checking tinyvec_macros v0.1.1 |
447 | 2024-08-10T22:52:23.562Z | Checking httpdate v1.0.3 |
448 | 2024-08-10T22:52:23.716Z | Checking bitflags v2.6.0 |
449 | 2024-08-10T22:52:23.775Z | Checking tower-service v0.3.2 |
450 | 2024-08-10T22:52:23.876Z | Compiling rustls v0.21.12 |
451 | 2024-08-10T22:52:23.952Z | Compiling regex-syntax v0.8.4 |
452 | 2024-08-10T22:52:24.195Z | Compiling typenum v1.17.0 |
453 | 2024-08-10T22:52:24.409Z | Compiling native-tls v0.2.12 |
454 | 2024-08-10T22:52:24.774Z | Checking percent-encoding v2.3.1 |
455 | 2024-08-10T22:52:24.906Z | Checking tinyvec v1.8.0 |
456 | 2024-08-10T22:52:24.972Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-10T22:52:25.210Z | Compiling generic-array v0.14.7 |
458 | 2024-08-10T22:52:25.627Z | Checking openssl-probe v0.1.5 |
459 | 2024-08-10T22:52:26.210Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-10T22:52:26.851Z | Checking sct v0.7.1 |
461 | 2024-08-10T22:52:27.017Z | Checking rustls-webpki v0.101.7 |
462 | 2024-08-10T22:52:27.047Z | Checking unicode-normalization v0.1.23 |
463 | 2024-08-10T22:52:27.508Z | Compiling regex-automata v0.4.7 |
464 | 2024-08-10T22:52:27.944Z | Compiling usdt-impl v0.5.0 |
465 | 2024-08-10T22:52:28.314Z | Checking encoding_rs v0.8.34 |
466 | 2024-08-10T22:52:28.324Z | Compiling time-core v0.1.2 |
467 | 2024-08-10T22:52:28.437Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-10T22:52:28.620Z | Checking mime v0.3.17 |
469 | 2024-08-10T22:52:28.946Z | Compiling num-conv v0.1.0 |
470 | 2024-08-10T22:52:29.028Z | Checking powerfmt v0.2.0 |
471 | 2024-08-10T22:52:29.210Z | Compiling time-macros v0.2.18 |
472 | 2024-08-10T22:52:29.281Z | Checking deranged v0.3.11 |
473 | 2024-08-10T22:52:29.677Z | Checking idna v0.5.0 |
474 | 2024-08-10T22:52:30.481Z | Compiling thread-id v4.2.2 |
475 | 2024-08-10T22:52:30.712Z | Checking rustls-pki-types v1.8.0 |
476 | 2024-08-10T22:52:30.841Z | Checking plain v0.2.3 |
477 | 2024-08-10T22:52:31.134Z | Checking base64 v0.21.7 |
478 | 2024-08-10T22:52:31.159Z | Compiling ident_case v1.0.1 |
479 | 2024-08-10T22:52:31.323Z | Compiling crossbeam-utils v0.8.20 |
480 | 2024-08-10T22:52:31.380Z | Compiling regex v1.10.6 |
481 | 2024-08-10T22:52:31.731Z | Compiling strsim v0.11.1 |
482 | 2024-08-10T22:52:31.828Z | Compiling serde_derive v1.0.205 |
483 | 2024-08-10T22:52:31.892Z | Compiling zerocopy-derive v0.7.35 |
484 | 2024-08-10T22:52:31.897Z | Compiling thiserror-impl v1.0.63 |
485 | 2024-08-10T22:52:32.216Z | Compiling schemars_derive v0.8.21 |
486 | 2024-08-10T22:52:32.338Z | Compiling tokio-macros v2.4.0 |
487 | 2024-08-10T22:52:32.443Z | Compiling futures-macro v0.3.30 |
488 | 2024-08-10T22:52:33.892Z | Checking tokio v1.39.2 |
489 | 2024-08-10T22:52:33.912Z | Checking zerocopy v0.7.35 |
490 | 2024-08-10T22:52:34.877Z | Checking futures-util v0.3.30 |
491 | 2024-08-10T22:52:35.083Z | Compiling pest v2.7.11 |
492 | 2024-08-10T22:52:35.258Z | Compiling openssl-macros v0.1.1 |
493 | 2024-08-10T22:52:35.344Z | Compiling scroll_derive v0.12.0 |
494 | 2024-08-10T22:52:35.635Z | Checking hashbrown v0.14.5 |
495 | 2024-08-10T22:52:36.769Z | Checking scroll v0.12.0 |
496 | 2024-08-10T22:52:36.777Z | Checking regress v0.10.0 |
497 | 2024-08-10T22:52:37.763Z | Compiling pest_meta v2.7.11 |
498 | 2024-08-10T22:52:38.421Z | Checking num_threads v0.1.7 |
499 | 2024-08-10T22:52:38.525Z | Checking time v0.3.36 |
500 | 2024-08-10T22:52:40.270Z | Compiling pest_generator v2.7.11 |
501 | 2024-08-10T22:52:41.257Z | Checking tokio-util v0.7.11 |
502 | 2024-08-10T22:52:41.793Z | Checking tokio-rustls v0.24.1 |
503 | 2024-08-10T22:52:41.803Z | Checking tokio-native-tls v0.3.1 |
504 | 2024-08-10T22:52:42.031Z | Checking goblin v0.8.2 |
505 | 2024-08-10T22:52:42.045Z | Compiling pest_derive v2.7.11 |
506 | 2024-08-10T22:52:42.586Z | Compiling darling_core v0.20.10 |
507 | 2024-08-10T22:52:42.702Z | Checking rustls-pemfile v1.0.4 |
508 | 2024-08-10T22:52:42.746Z | Checking url v2.5.2 |
509 | 2024-08-10T22:52:42.876Z | Checking dirs-sys-next v0.1.2 |
510 | 2024-08-10T22:52:42.913Z | Compiling dtrace-parser v0.2.0 |
511 | 2024-08-10T22:52:43.415Z | Checking pretty-hex v0.4.1 |
512 | 2024-08-10T22:52:43.504Z | Checking ipnet v2.9.0 |
513 | 2024-08-10T22:52:43.566Z | Compiling paste v1.0.15 |
514 | 2024-08-10T22:52:43.933Z | Compiling omicron-workspace-hack v0.1.0 |
515 | 2024-08-10T22:52:44.074Z | Compiling unsafe-libyaml v0.2.11 |
516 | 2024-08-10T22:52:44.251Z | Compiling rustversion v1.0.17 |
517 | 2024-08-10T22:52:44.529Z | Checking indexmap v2.3.0 |
518 | 2024-08-10T22:52:45.210Z | Checking serde_urlencoded v0.7.1 |
519 | 2024-08-10T22:52:45.795Z | Checking h2 v0.3.26 |
520 | 2024-08-10T22:52:45.825Z | Compiling rustls v0.22.4 |
521 | 2024-08-10T22:52:45.922Z | Checking openapiv3 v2.0.0 |
522 | 2024-08-10T22:52:46.136Z | Compiling serde_tokenstream v0.2.1 |
523 | 2024-08-10T22:52:46.991Z | Checking sync_wrapper v0.1.2 |
524 | 2024-08-10T22:52:47.015Z | Checking webpki-roots v0.25.4 |
525 | 2024-08-10T22:52:47.092Z | Checking dof v0.3.0 |
526 | 2024-08-10T22:52:48.599Z | Compiling serde_yaml v0.9.34+deprecated |
527 | 2024-08-10T22:52:48.637Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
528 | 2024-08-10T22:52:48.661Z | Compiling darling_macro v0.20.10 |
529 | 2024-08-10T22:52:49.348Z | Checking toml_datetime v0.6.8 |
530 | 2024-08-10T22:52:49.628Z | Checking serde_spanned v0.6.7 |
531 | 2024-08-10T22:52:49.881Z | Checking dirs-next v2.0.0 |
532 | 2024-08-10T22:52:49.985Z | Checking hyper v0.14.30 |
533 | 2024-08-10T22:52:49.993Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-10T22:52:50.631Z | Compiling structmeta-derive v0.3.0 |
535 | 2024-08-10T22:52:50.744Z | Checking crypto-common v0.1.6 |
536 | 2024-08-10T22:52:50.901Z | Checking block-buffer v0.10.4 |
537 | 2024-08-10T22:52:50.939Z | Checking rustls-webpki v0.102.6 |
538 | 2024-08-10T22:52:51.089Z | Checking rand_core v0.6.4 |
539 | 2024-08-10T22:52:51.234Z | Checking thread_local v1.1.8 |
540 | 2024-08-10T22:52:51.363Z | Compiling multer v3.1.0 |
541 | 2024-08-10T22:52:51.511Z | Compiling slog-async v2.8.0 |
542 | 2024-08-10T22:52:51.689Z | Compiling camino v1.1.7 |
543 | 2024-08-10T22:52:51.702Z | Checking winnow v0.6.18 |
544 | 2024-08-10T22:52:52.029Z | Checking subtle v2.6.1 |
545 | 2024-08-10T22:52:52.232Z | Checking match_cfg v0.1.0 |
546 | 2024-08-10T22:52:52.235Z | Compiling anyhow v1.0.86 |
547 | 2024-08-10T22:52:52.284Z | Checking zeroize v1.8.1 |
548 | 2024-08-10T22:52:52.308Z | Checking hostname v0.3.1 |
549 | 2024-08-10T22:52:52.424Z | Checking rand_chacha v0.3.1 |
550 | 2024-08-10T22:52:52.780Z | Checking digest v0.10.7 |
551 | 2024-08-10T22:52:52.948Z | Checking crossbeam-channel v0.5.13 |
552 | 2024-08-10T22:52:52.963Z | Checking term v0.7.0 |
553 | 2024-08-10T22:52:53.277Z | Compiling structmeta v0.3.0 |
554 | 2024-08-10T22:52:53.367Z | Compiling usdt-attr-macro v0.5.0 |
555 | 2024-08-10T22:52:53.655Z | Compiling usdt-macro v0.5.0 |
556 | 2024-08-10T22:52:53.664Z | Compiling darling v0.20.10 |
557 | 2024-08-10T22:52:54.211Z | Checking slog-json v2.6.1 |
558 | 2024-08-10T22:52:54.470Z | Checking futures-executor v0.3.30 |
559 | 2024-08-10T22:52:54.474Z | Checking hyper-tls v0.5.0 |
560 | 2024-08-10T22:52:54.635Z | Checking hyper-rustls v0.24.2 |
561 | 2024-08-10T22:52:54.688Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-08-10T22:52:54.801Z | Checking http v1.1.0 |
563 | 2024-08-10T22:52:54.804Z | Checking toml_edit v0.22.20 |
564 | 2024-08-10T22:52:54.885Z | Checking reqwest v0.11.27 |
565 | 2024-08-10T22:52:54.936Z | Checking memmap v0.7.0 |
566 | 2024-08-10T22:52:55.014Z | Checking is-terminal v0.4.12 |
567 | 2024-08-10T22:52:55.119Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
568 | 2024-08-10T22:52:55.127Z | Checking cpufeatures v0.2.12 |
569 | 2024-08-10T22:52:55.207Z | Checking base64 v0.22.1 |
570 | 2024-08-10T22:52:55.468Z | Checking take_mut v0.2.2 |
571 | 2024-08-10T22:52:55.600Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-10T22:52:55.700Z | Checking rustls-pemfile v2.1.3 |
573 | 2024-08-10T22:52:55.720Z | Checking waitgroup v0.1.2 |
574 | 2024-08-10T22:52:55.974Z | Checking sha1 v0.10.6 |
575 | 2024-08-10T22:52:56.017Z | Checking async-stream v0.3.5 |
576 | 2024-08-10T22:52:56.066Z | Checking tokio-rustls v0.25.0 |
577 | 2024-08-10T22:52:56.102Z | Checking usdt v0.5.0 |
578 | 2024-08-10T22:52:56.164Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
579 | 2024-08-10T22:52:56.194Z | Checking slog-term v2.9.1 |
580 | 2024-08-10T22:52:56.220Z | Compiling strum_macros v0.26.4 |
581 | 2024-08-10T22:52:56.334Z | Checking futures v0.3.30 |
582 | 2024-08-10T22:52:56.394Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-10T22:52:56.429Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-08-10T22:52:56.455Z | Compiling parse-display-derive v0.9.1 |
585 | 2024-08-10T22:52:56.542Z | Checking rand v0.8.5 |
586 | 2024-08-10T22:52:56.950Z | Checking ipnetwork v0.20.0 |
587 | 2024-08-10T22:52:57.229Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-10T22:52:57.304Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
589 | 2024-08-10T22:52:57.361Z | Checking toml v0.8.19 |
590 | 2024-08-10T22:52:57.451Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-10T22:52:57.810Z | Checking hex v0.4.3 |
592 | 2024-08-10T22:52:58.070Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-08-10T22:52:58.128Z | Compiling async-trait v0.1.81 |
594 | 2024-08-10T22:52:58.343Z | Checking hostname v0.4.0 |
595 | 2024-08-10T22:52:58.464Z | Checking instant v0.1.13 |
596 | 2024-08-10T22:52:58.565Z | Checking debug-ignore v1.0.5 |
597 | 2024-08-10T22:52:58.693Z | Checking backoff v0.4.0 |
598 | 2024-08-10T22:52:58.882Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-08-10T22:52:58.969Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
600 | 2024-08-10T22:52:59.014Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-08-10T22:52:59.098Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-10T22:52:59.106Z | Checking serde_with v3.9.0 |
603 | 2024-08-10T22:52:59.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
604 | 2024-08-10T22:52:59.523Z | Checking macaddr v1.0.1 |
605 | 2024-08-10T22:52:59.841Z | Checking regress v0.9.1 |
606 | 2024-08-10T22:53:00.445Z | Checking parse-display v0.9.1 |
607 | 2024-08-10T22:53:00.713Z | Checking strum v0.26.3 |
608 | 2024-08-10T22:53:02.280Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
609 | 2024-08-10T22:53:04.138Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
610 | 2024-08-10T22:53:04.194Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-10T22:53:06.677Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-10T22:53:11.653Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
613 | 2024-08-10T22:53:11.756Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
614 | 2024-08-10T22:53:14.510Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
615 | 2024-08-10T22:53:20.886Z | Checking test-project v0.1.0 (/tmp/test-project) |
616 | 2024-08-10T22:53:20.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
617 | 2024-08-10T22:53:21.001Z | + cargo build --release |
618 | 2024-08-10T22:53:21.263Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-08-10T22:53:21.263Z | Compiling unicode-ident v1.0.12 |
620 | 2024-08-10T22:53:21.263Z | Compiling libc v0.2.155 |
621 | 2024-08-10T22:53:21.266Z | Compiling cfg-if v1.0.0 |
622 | 2024-08-10T22:53:21.266Z | Compiling version_check v0.9.5 |
623 | 2024-08-10T22:53:21.266Z | Compiling autocfg v1.3.0 |
624 | 2024-08-10T22:53:21.266Z | Compiling serde v1.0.205 |
625 | 2024-08-10T22:53:21.266Z | Compiling memchr v2.7.4 |
626 | 2024-08-10T22:53:21.364Z | Compiling serde_json v1.0.122 |
627 | 2024-08-10T22:53:21.733Z | Compiling itoa v1.0.11 |
628 | 2024-08-10T22:53:21.846Z | Compiling thiserror v1.0.63 |
629 | 2024-08-10T22:53:21.860Z | Compiling ahash v0.8.11 |
630 | 2024-08-10T22:53:21.942Z | Compiling once_cell v1.19.0 |
631 | 2024-08-10T22:53:22.013Z | Compiling byteorder v1.5.0 |
632 | 2024-08-10T22:53:22.235Z | Compiling cc v1.1.8 |
633 | 2024-08-10T22:53:22.617Z | Compiling num-traits v0.2.19 |
634 | 2024-08-10T22:53:22.746Z | Compiling quote v1.0.36 |
635 | 2024-08-10T22:53:22.770Z | Compiling getrandom v0.2.15 |
636 | 2024-08-10T22:53:22.953Z | Compiling pin-project-lite v0.2.14 |
637 | 2024-08-10T22:53:23.070Z | Compiling ryu v1.0.18 |
638 | 2024-08-10T22:53:23.102Z | Compiling syn v2.0.72 |
639 | 2024-08-10T22:53:23.312Z | Compiling log v0.4.22 |
640 | 2024-08-10T22:53:23.343Z | Compiling bytes v1.7.1 |
641 | 2024-08-10T22:53:23.574Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-08-10T22:53:23.615Z | Compiling schemars v0.8.21 |
643 | 2024-08-10T22:53:23.683Z | Compiling lock_api v0.4.12 |
644 | 2024-08-10T22:53:23.778Z | Compiling parking_lot_core v0.9.10 |
645 | 2024-08-10T22:53:23.990Z | Compiling futures-core v0.3.30 |
646 | 2024-08-10T22:53:23.999Z | Compiling smallvec v1.13.2 |
647 | 2024-08-10T22:53:24.160Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-10T22:53:24.223Z | Compiling mio v1.0.1 |
649 | 2024-08-10T22:53:24.234Z | Compiling socket2 v0.5.7 |
650 | 2024-08-10T22:53:24.391Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-10T22:53:24.854Z | Compiling parking_lot v0.12.3 |
652 | 2024-08-10T22:53:25.179Z | Compiling slab v0.4.9 |
653 | 2024-08-10T22:53:25.255Z | Compiling ring v0.17.8 |
654 | 2024-08-10T22:53:25.337Z | Compiling futures-sink v0.3.30 |
655 | 2024-08-10T22:53:25.548Z | Compiling spin v0.9.8 |
656 | 2024-08-10T22:53:25.691Z | Compiling fnv v1.0.7 |
657 | 2024-08-10T22:53:25.815Z | Compiling untrusted v0.9.0 |
658 | 2024-08-10T22:53:25.875Z | Compiling semver v1.0.23 |
659 | 2024-08-10T22:53:25.878Z | Compiling equivalent v1.0.1 |
660 | 2024-08-10T22:53:25.971Z | Compiling futures-channel v0.3.30 |
661 | 2024-08-10T22:53:26.185Z | Compiling vcpkg v0.2.15 |
662 | 2024-08-10T22:53:26.247Z | Compiling futures-io v0.3.30 |
663 | 2024-08-10T22:53:26.367Z | Compiling heck v0.5.0 |
664 | 2024-08-10T22:53:26.443Z | Compiling pin-utils v0.1.0 |
665 | 2024-08-10T22:53:26.525Z | Compiling futures-task v0.3.30 |
666 | 2024-08-10T22:53:26.544Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-10T22:53:26.937Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-08-10T22:53:26.973Z | Compiling ucd-trie v0.1.6 |
669 | 2024-08-10T22:53:27.449Z | Compiling http v0.2.12 |
670 | 2024-08-10T22:53:27.756Z | Compiling httparse v1.9.4 |
671 | 2024-08-10T22:53:27.825Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-10T22:53:27.924Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-10T22:53:28.559Z | Compiling tracing-core v0.1.32 |
674 | 2024-08-10T22:53:28.759Z | Compiling chrono v0.4.38 |
675 | 2024-08-10T22:53:28.788Z | Compiling uuid v1.10.0 |
676 | 2024-08-10T22:53:29.336Z | Compiling tracing v0.1.40 |
677 | 2024-08-10T22:53:30.723Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-08-10T22:53:30.893Z | Compiling openssl v0.10.66 |
679 | 2024-08-10T22:53:31.073Z | Compiling try-lock v0.2.5 |
680 | 2024-08-10T22:53:31.207Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-08-10T22:53:31.302Z | Compiling slog v2.7.0 |
682 | 2024-08-10T22:53:31.352Z | Compiling foreign-types v0.3.2 |
683 | 2024-08-10T22:53:31.434Z | Compiling want v0.3.1 |
684 | 2024-08-10T22:53:31.719Z | Compiling http-body v0.4.6 |
685 | 2024-08-10T22:53:32.210Z | Compiling aho-corasick v1.1.3 |
686 | 2024-08-10T22:53:32.225Z | Compiling percent-encoding v2.3.1 |
687 | 2024-08-10T22:53:32.673Z | Compiling regex-syntax v0.8.4 |
688 | 2024-08-10T22:53:32.960Z | Compiling native-tls v0.2.12 |
689 | 2024-08-10T22:53:33.220Z | Compiling tower-service v0.3.2 |
690 | 2024-08-10T22:53:33.298Z | Compiling httpdate v1.0.3 |
691 | 2024-08-10T22:53:33.314Z | Compiling tinyvec_macros v0.1.1 |
692 | 2024-08-10T22:53:33.336Z | Compiling rustls v0.21.12 |
693 | 2024-08-10T22:53:33.388Z | Compiling typenum v1.17.0 |
694 | 2024-08-10T22:53:33.650Z | Compiling bitflags v2.6.0 |
695 | 2024-08-10T22:53:34.010Z | Compiling tinyvec v1.8.0 |
696 | 2024-08-10T22:53:34.029Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-08-10T22:53:34.583Z | Compiling generic-array v0.14.7 |
698 | 2024-08-10T22:53:35.011Z | Compiling openssl-probe v0.1.5 |
699 | 2024-08-10T22:53:35.683Z | Compiling unicode-normalization v0.1.23 |
700 | 2024-08-10T22:53:35.767Z | Compiling serde_derive v1.0.205 |
701 | 2024-08-10T22:53:36.242Z | Compiling zerocopy-derive v0.7.35 |
702 | 2024-08-10T22:53:36.268Z | Compiling thiserror-impl v1.0.63 |
703 | 2024-08-10T22:53:36.488Z | Compiling schemars_derive v0.8.21 |
704 | 2024-08-10T22:53:36.942Z | Compiling tokio-macros v2.4.0 |
705 | 2024-08-10T22:53:38.306Z | Compiling zerocopy v0.7.35 |
706 | 2024-08-10T22:53:38.513Z | Compiling tokio v1.39.2 |
707 | 2024-08-10T22:53:39.260Z | Compiling futures-macro v0.3.30 |
708 | 2024-08-10T22:53:39.497Z | Compiling pest v2.7.11 |
709 | 2024-08-10T22:53:40.468Z | Compiling hashbrown v0.14.5 |
710 | 2024-08-10T22:53:41.173Z | Compiling futures-util v0.3.30 |
711 | 2024-08-10T22:53:42.012Z | Compiling pest_meta v2.7.11 |
712 | 2024-08-10T22:53:42.028Z | Compiling regress v0.10.0 |
713 | 2024-08-10T22:53:42.400Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-10T22:53:44.774Z | Compiling pest_generator v2.7.11 |
715 | 2024-08-10T22:53:46.503Z | Compiling pest_derive v2.7.11 |
716 | 2024-08-10T22:53:46.731Z | Compiling rustls-webpki v0.101.7 |
717 | 2024-08-10T22:53:47.383Z | Compiling tokio-util v0.7.11 |
718 | 2024-08-10T22:53:48.217Z | Compiling sct v0.7.1 |
719 | 2024-08-10T22:53:48.661Z | Compiling regex-automata v0.4.7 |
720 | 2024-08-10T22:53:49.633Z | Compiling serde_tokenstream v0.2.1 |
721 | 2024-08-10T22:53:50.162Z | Compiling indexmap v2.3.0 |
722 | 2024-08-10T22:53:52.737Z | Compiling h2 v0.3.26 |
723 | 2024-08-10T22:53:56.529Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
724 | 2024-08-10T22:53:57.702Z | Compiling regex v1.10.6 |
725 | 2024-08-10T22:53:58.707Z | Compiling hyper v0.14.30 |
726 | 2024-08-10T22:54:02.095Z | Compiling scroll_derive v0.12.0 |
727 | 2024-08-10T22:54:07.632Z | Compiling usdt-impl v0.5.0 |
728 | 2024-08-10T22:54:08.029Z | Compiling encoding_rs v0.8.34 |
729 | 2024-08-10T22:54:08.037Z | Compiling powerfmt v0.2.0 |
730 | 2024-08-10T22:54:08.512Z | Compiling num-conv v0.1.0 |
731 | 2024-08-10T22:54:08.626Z | Compiling unicode-bidi v0.3.15 |
732 | 2024-08-10T22:54:08.779Z | Compiling time-core v0.1.2 |
733 | 2024-08-10T22:54:08.860Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
734 | 2024-08-10T22:54:11.682Z | Compiling mime v0.3.17 |
735 | 2024-08-10T22:54:12.799Z | Compiling idna v0.5.0 |
736 | 2024-08-10T22:54:16.057Z | Compiling time-macros v0.2.18 |
737 | 2024-08-10T22:54:16.403Z | Compiling deranged v0.3.11 |
738 | 2024-08-10T22:54:18.340Z | Compiling tokio-rustls v0.24.1 |
739 | 2024-08-10T22:54:18.739Z | Compiling scroll v0.12.0 |
740 | 2024-08-10T22:54:18.756Z | Compiling tokio-native-tls v0.3.1 |
741 | 2024-08-10T22:54:19.023Z | Compiling dof v0.3.0 |
742 | 2024-08-10T22:54:19.116Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-08-10T22:54:19.372Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-08-10T22:54:20.225Z | Compiling thread-id v4.2.2 |
745 | 2024-08-10T22:54:20.324Z | Compiling ident_case v1.0.1 |
746 | 2024-08-10T22:54:20.487Z | Compiling base64 v0.21.7 |
747 | 2024-08-10T22:54:21.130Z | Compiling omicron-workspace-hack v0.1.0 |
748 | 2024-08-10T22:54:21.543Z | Compiling strsim v0.11.1 |
749 | 2024-08-10T22:54:21.576Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-08-10T22:54:22.342Z | Compiling plain v0.2.3 |
751 | 2024-08-10T22:54:22.493Z | Compiling num_threads v0.1.7 |
752 | 2024-08-10T22:54:22.753Z | Compiling rustls-pki-types v1.8.0 |
753 | 2024-08-10T22:54:24.117Z | Compiling time v0.3.36 |
754 | 2024-08-10T22:54:25.791Z | Compiling goblin v0.8.2 |
755 | 2024-08-10T22:54:28.711Z | Compiling darling_core v0.20.10 |
756 | 2024-08-10T22:54:29.682Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-08-10T22:54:30.466Z | Compiling hyper-tls v0.5.0 |
758 | 2024-08-10T22:54:30.942Z | Compiling hyper-rustls v0.24.2 |
759 | 2024-08-10T22:54:31.541Z | Compiling url v2.5.2 |
760 | 2024-08-10T22:54:32.976Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
761 | 2024-08-10T22:54:33.098Z | Compiling openapiv3 v2.0.0 |
762 | 2024-08-10T22:54:34.949Z | Compiling dirs-sys-next v0.1.2 |
763 | 2024-08-10T22:54:35.378Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-08-10T22:54:36.059Z | Compiling rustls v0.22.4 |
765 | 2024-08-10T22:54:36.393Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-08-10T22:54:36.517Z | Compiling rustversion v1.0.17 |
767 | 2024-08-10T22:54:37.168Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-10T22:54:37.176Z | Compiling ipnet v2.9.0 |
769 | 2024-08-10T22:54:37.231Z | Compiling pretty-hex v0.4.1 |
770 | 2024-08-10T22:54:37.320Z | Compiling paste v1.0.15 |
771 | 2024-08-10T22:54:37.558Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
772 | 2024-08-10T22:54:37.876Z | Compiling reqwest v0.11.27 |
773 | 2024-08-10T22:54:39.808Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-08-10T22:54:40.512Z | Compiling dirs-next v2.0.0 |
775 | 2024-08-10T22:54:40.760Z | Compiling darling_macro v0.20.10 |
776 | 2024-08-10T22:54:43.637Z | Compiling rustls-webpki v0.102.6 |
777 | 2024-08-10T22:54:43.724Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-10T22:54:43.950Z | Compiling crypto-common v0.1.6 |
779 | 2024-08-10T22:54:44.151Z | Compiling serde_spanned v0.6.7 |
780 | 2024-08-10T22:54:44.208Z | Compiling toml_datetime v0.6.8 |
781 | 2024-08-10T22:54:44.390Z | Compiling ppv-lite86 v0.2.20 |
782 | 2024-08-10T22:54:44.885Z | Compiling structmeta-derive v0.3.0 |
783 | 2024-08-10T22:54:44.978Z | Compiling rand_core v0.6.4 |
784 | 2024-08-10T22:54:45.398Z | Compiling thread_local v1.1.8 |
785 | 2024-08-10T22:54:45.440Z | Compiling multer v3.1.0 |
786 | 2024-08-10T22:54:45.792Z | Compiling slog-async v2.8.0 |
787 | 2024-08-10T22:54:46.138Z | Compiling zeroize v1.8.1 |
788 | 2024-08-10T22:54:46.322Z | Compiling camino v1.1.7 |
789 | 2024-08-10T22:54:46.469Z | Compiling anyhow v1.0.86 |
790 | 2024-08-10T22:54:46.924Z | Compiling subtle v2.6.1 |
791 | 2024-08-10T22:54:47.061Z | Compiling match_cfg v0.1.0 |
792 | 2024-08-10T22:54:47.147Z | Compiling winnow v0.6.18 |
793 | 2024-08-10T22:54:47.634Z | Compiling structmeta v0.3.0 |
794 | 2024-08-10T22:54:47.978Z | Compiling hostname v0.3.1 |
795 | 2024-08-10T22:54:48.196Z | Compiling rand_chacha v0.3.1 |
796 | 2024-08-10T22:54:48.218Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
797 | 2024-08-10T22:54:49.923Z | Compiling digest v0.10.7 |
798 | 2024-08-10T22:54:49.963Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-08-10T22:54:51.564Z | Compiling toml_edit v0.22.20 |
800 | 2024-08-10T22:54:51.573Z | Compiling darling v0.20.10 |
801 | 2024-08-10T22:54:51.668Z | Compiling term v0.7.0 |
802 | 2024-08-10T22:54:56.264Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
803 | 2024-08-10T22:54:59.488Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-08-10T22:55:00.336Z | Compiling usdt-macro v0.5.0 |
805 | 2024-08-10T22:55:01.020Z | Compiling slog-json v2.6.1 |
806 | 2024-08-10T22:55:01.532Z | Compiling futures-executor v0.3.30 |
807 | 2024-08-10T22:55:01.677Z | Compiling async-stream-impl v0.3.5 |
808 | 2024-08-10T22:55:02.662Z | Compiling http v1.1.0 |
809 | 2024-08-10T22:55:03.046Z | Compiling is-terminal v0.4.12 |
810 | 2024-08-10T22:55:03.157Z | Compiling memmap v0.7.0 |
811 | 2024-08-10T22:55:03.613Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
812 | 2024-08-10T22:55:03.654Z | Compiling take_mut v0.2.2 |
813 | 2024-08-10T22:55:03.806Z | Compiling atomic-waker v1.1.2 |
814 | 2024-08-10T22:55:03.973Z | Compiling cpufeatures v0.2.12 |
815 | 2024-08-10T22:55:03.983Z | Compiling base64 v0.22.1 |
816 | 2024-08-10T22:55:04.063Z | Compiling sha1 v0.10.6 |
817 | 2024-08-10T22:55:04.845Z | Compiling rustls-pemfile v2.1.3 |
818 | 2024-08-10T22:55:05.682Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-10T22:55:07.408Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
820 | 2024-08-10T22:55:07.597Z | Compiling usdt v0.5.0 |
821 | 2024-08-10T22:55:07.891Z | Compiling slog-term v2.9.1 |
822 | 2024-08-10T22:55:09.205Z | Compiling async-stream v0.3.5 |
823 | 2024-08-10T22:55:09.492Z | Compiling futures v0.3.30 |
824 | 2024-08-10T22:55:09.592Z | Compiling slog-bunyan v2.5.0 |
825 | 2024-08-10T22:55:09.636Z | Compiling strum_macros v0.26.4 |
826 | 2024-08-10T22:55:09.853Z | Compiling toml v0.8.19 |
827 | 2024-08-10T22:55:10.820Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-08-10T22:55:13.582Z | Compiling tokio-rustls v0.25.0 |
829 | 2024-08-10T22:55:14.003Z | Compiling rand v0.8.5 |
830 | 2024-08-10T22:55:15.835Z | Compiling parse-display-derive v0.9.1 |
831 | 2024-08-10T22:55:15.938Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-10T22:55:16.120Z | Compiling ipnetwork v0.20.0 |
833 | 2024-08-10T22:55:16.256Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
834 | 2024-08-10T22:55:17.510Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-08-10T22:55:18.535Z | Compiling hex v0.4.3 |
836 | 2024-08-10T22:55:19.213Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-08-10T22:55:19.962Z | Compiling async-trait v0.1.81 |
838 | 2024-08-10T22:55:20.038Z | Compiling hostname v0.4.0 |
839 | 2024-08-10T22:55:20.064Z | Compiling instant v0.1.13 |
840 | 2024-08-10T22:55:20.218Z | Compiling debug-ignore v1.0.5 |
841 | 2024-08-10T22:55:20.263Z | Compiling backoff v0.4.0 |
842 | 2024-08-10T22:55:20.356Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
843 | 2024-08-10T22:55:20.542Z | Compiling parse-display v0.9.1 |
844 | 2024-08-10T22:55:20.590Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
845 | 2024-08-10T22:55:20.647Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-10T22:55:20.752Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
847 | 2024-08-10T22:55:20.966Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
848 | 2024-08-10T22:55:21.272Z | Compiling strum v0.26.3 |
849 | 2024-08-10T22:55:21.447Z | Compiling serde_with v3.9.0 |
850 | 2024-08-10T22:55:22.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
851 | 2024-08-10T22:55:23.387Z | Compiling macaddr v1.0.1 |
852 | 2024-08-10T22:55:24.016Z | Compiling regress v0.9.1 |
853 | 2024-08-10T22:55:30.672Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
854 | 2024-08-10T22:55:39.795Z | Compiling test-project v0.1.0 (/tmp/test-project) |
855 | 2024-08-10T22:55:48.090Z | Finished `release` profile [optimized] target(s) in 2m 27s |
856 | 2024-08-10T22:55:48.147Z | process exited: duration 221556 ms, exit code 0 |
|
857 | 2024-08-10T22:55:48.154Z | found 0 output files |