|
|
|
1 | 2024-09-25T03:14:37.276Z | job assigned to worker 01J8KJQB1S1HC5MDDBAJ1T20MN (queued for 55 s) |
|
2 | 2024-09-25T03:14:44.914Z | starting task 0: "setup" |
3 | 2024-09-25T03:14:44.921Z | ++ uname -s |
4 | 2024-09-25T03:14:44.924Z | + kern=SunOS |
5 | 2024-09-25T03:14:44.924Z | + case "$kern" in |
6 | 2024-09-25T03:14:44.924Z | + groupadd -g 12345 build |
7 | 2024-09-25T03:14:44.926Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T03:14:46.941Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T03:14:47.055Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T03:14:47.058Z | + home_fs=zfs |
11 | 2024-09-25T03:14:47.058Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T03:14:47.058Z | + mkdir -p /home/build |
13 | 2024-09-25T03:14:47.058Z | + chown build:build /home/build /work |
14 | 2024-09-25T03:14:49.061Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T03:14:49.063Z | process exited: duration 4150 ms, exit code 0 |
|
16 | 2024-09-25T03:14:49.069Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T03:14:49.075Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T03:14:49.075Z | ' 1.80.1 |
19 | 2024-09-25T03:14:49.079Z | * toolchain channel = "1.80.1" |
20 | 2024-09-25T03:14:49.079Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-25T03:14:49.079Z | ' default |
22 | 2024-09-25T03:14:49.079Z | * toolchain profile = "default" |
23 | 2024-09-25T03:14:49.079Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T03:14:49.079Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T03:14:49.195Z | info: downloading installer |
26 | 2024-09-25T03:14:50.493Z | info: profile set to 'default' |
27 | 2024-09-25T03:14:50.493Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T03:14:50.496Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T03:14:50.652Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T03:14:50.652Z | info: downloading component 'cargo' |
31 | 2024-09-25T03:14:51.566Z | info: downloading component 'clippy' |
32 | 2024-09-25T03:14:51.931Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T03:14:53.199Z | info: downloading component 'rust-std' |
34 | 2024-09-25T03:14:55.013Z | info: downloading component 'rustc' |
35 | 2024-09-25T03:14:59.866Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T03:15:00.150Z | info: installing component 'cargo' |
37 | 2024-09-25T03:15:01.054Z | info: installing component 'clippy' |
38 | 2024-09-25T03:15:01.470Z | info: installing component 'rust-docs' |
39 | 2024-09-25T03:15:03.125Z | info: installing component 'rust-std' |
40 | 2024-09-25T03:15:04.889Z | info: installing component 'rustc' |
41 | 2024-09-25T03:15:09.283Z | info: installing component 'rustfmt' |
42 | 2024-09-25T03:15:09.622Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T03:15:09.622Z | |
44 | 2024-09-25T03:15:09.873Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T03:15:09.873Z | |
46 | 2024-09-25T03:15:09.875Z | |
47 | 2024-09-25T03:15:09.875Z | Rust is installed now. Great! |
48 | 2024-09-25T03:15:09.875Z | |
49 | 2024-09-25T03:15:09.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T03:15:09.875Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T03:15:09.876Z | |
52 | 2024-09-25T03:15:09.876Z | To configure your current shell, you need to source |
53 | 2024-09-25T03:15:09.876Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T03:15:09.876Z | |
55 | 2024-09-25T03:15:09.876Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T03:15:09.876Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T03:15:09.876Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T03:15:09.920Z | + rustc --version |
59 | 2024-09-25T03:15:09.983Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T03:15:09.986Z | process exited: duration 20914 ms, exit code 0 |
|
61 | 2024-09-25T03:15:09.991Z | starting task 2: "authentication" |
62 | 2024-09-25T03:15:10.011Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-25T03:15:10.017Z | starting task 3: "clone repository" |
64 | 2024-09-25T03:15:10.022Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T03:15:10.024Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T03:15:10.291Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T03:15:17.748Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T03:15:17.748Z | + git fetch origin c95cd7ce4177f069310df57ef628e4d742804166 |
69 | 2024-09-25T03:15:18.128Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T03:15:18.128Z | * branch c95cd7ce4177f069310df57ef628e4d742804166 -> FETCH_HEAD |
71 | 2024-09-25T03:15:18.151Z | + [[ -n '' ]] |
72 | 2024-09-25T03:15:18.151Z | + git reset --hard c95cd7ce4177f069310df57ef628e4d742804166 |
73 | 2024-09-25T03:15:18.308Z | HEAD is now at c95cd7ce4 Update Rust crate hyper-rustls to 0.27.3 |
74 | 2024-09-25T03:15:18.320Z | process exited: duration 8272 ms, exit code 0 |
|
75 | 2024-09-25T03:15:18.381Z | starting task 4: "build" |
76 | 2024-09-25T03:15:18.411Z | + cargo --version |
77 | 2024-09-25T03:15:18.420Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-25T03:15:18.420Z | + rustc --version |
79 | 2024-09-25T03:15:18.472Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-25T03:15:18.479Z | + cd /tmp |
81 | 2024-09-25T03:15:18.480Z | + cargo new --lib test-project |
82 | 2024-09-25T03:15:18.531Z | Creating library `test-project` package |
83 | 2024-09-25T03:15:18.620Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-09-25T03:15:18.624Z | + cd test-project |
85 | 2024-09-25T03:15:18.624Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-09-25T03:15:18.690Z | Adding omicron-common (local) to dependencies |
87 | 2024-09-25T03:15:18.690Z | Features: |
88 | 2024-09-25T03:15:18.690Z | - proptest |
89 | 2024-09-25T03:15:18.690Z | - test-strategy |
90 | 2024-09-25T03:15:18.690Z | - testing |
91 | 2024-09-25T03:15:18.736Z | Updating crates.io index |
92 | 2024-09-25T03:15:18.799Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-09-25T03:15:19.681Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-09-25T03:15:20.402Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-09-25T03:15:21.252Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-09-25T03:15:22.533Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-09-25T03:15:22.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-09-25T03:15:23.286Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-09-25T03:15:27.009Z | Locking 306 packages to latest compatible versions |
100 | 2024-09-25T03:15:27.067Z | Adding base64 v0.21.7 (latest: v0.22.1) |
101 | 2024-09-25T03:15:27.067Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
102 | 2024-09-25T03:15:27.067Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
103 | 2024-09-25T03:15:27.067Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-09-25T03:15:27.067Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-09-25T03:15:27.067Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
106 | 2024-09-25T03:15:27.067Z | Adding h2 v0.3.26 (latest: v0.4.6) |
107 | 2024-09-25T03:15:27.067Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
108 | 2024-09-25T03:15:27.067Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
109 | 2024-09-25T03:15:27.067Z | Adding hostname v0.3.1 (latest: v0.4.0) |
110 | 2024-09-25T03:15:27.067Z | Adding http v0.2.12 (latest: v1.1.0) |
111 | 2024-09-25T03:15:27.068Z | Adding http-body v0.4.6 (latest: v1.0.1) |
112 | 2024-09-25T03:15:27.068Z | Adding hyper v0.14.30 (latest: v1.4.1) |
113 | 2024-09-25T03:15:27.068Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
114 | 2024-09-25T03:15:27.068Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
115 | 2024-09-25T03:15:27.068Z | Adding idna v0.5.0 (latest: v1.0.2) |
116 | 2024-09-25T03:15:27.068Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
117 | 2024-09-25T03:15:27.068Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-09-25T03:15:27.068Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-09-25T03:15:27.069Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
120 | 2024-09-25T03:15:27.069Z | Adding rustls v0.21.12 (latest: v0.23.13) |
121 | 2024-09-25T03:15:27.069Z | Adding rustls v0.22.4 (latest: v0.23.13) |
122 | 2024-09-25T03:15:27.069Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
123 | 2024-09-25T03:15:27.069Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
124 | 2024-09-25T03:15:27.069Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
125 | 2024-09-25T03:15:27.070Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
126 | 2024-09-25T03:15:27.070Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
127 | 2024-09-25T03:15:27.070Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
128 | 2024-09-25T03:15:27.070Z | Adding term v0.7.0 (latest: v1.0.0) |
129 | 2024-09-25T03:15:27.070Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
130 | 2024-09-25T03:15:27.070Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
131 | 2024-09-25T03:15:27.070Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
132 | 2024-09-25T03:15:27.070Z | Adding webpki-roots v0.25.4 (latest: v0.26.6) |
133 | 2024-09-25T03:15:27.071Z | Adding windows v0.52.0 (latest: v0.58.0) |
134 | 2024-09-25T03:15:27.071Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
135 | 2024-09-25T03:15:27.071Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
136 | 2024-09-25T03:15:27.071Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-09-25T03:15:27.071Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
138 | 2024-09-25T03:15:27.071Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
139 | 2024-09-25T03:15:27.071Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
140 | 2024-09-25T03:15:27.071Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
141 | 2024-09-25T03:15:27.071Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-09-25T03:15:27.071Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-09-25T03:15:27.071Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
144 | 2024-09-25T03:15:27.071Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
145 | 2024-09-25T03:15:27.071Z | Adding winreg v0.50.0 (latest: v0.52.0) |
146 | 2024-09-25T03:15:27.071Z | + cargo check |
147 | 2024-09-25T03:15:27.242Z | Downloading crates ... |
148 | 2024-09-25T03:15:27.326Z | Downloaded async-stream-impl v0.3.5 |
149 | 2024-09-25T03:15:27.339Z | Downloaded anyhow v1.0.89 |
150 | 2024-09-25T03:15:27.347Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-09-25T03:15:27.352Z | Downloaded ahash v0.8.11 |
152 | 2024-09-25T03:15:27.357Z | Downloaded usdt-macro v0.5.0 |
153 | 2024-09-25T03:15:27.362Z | Downloaded openssl-macros v0.1.1 |
154 | 2024-09-25T03:15:27.362Z | Downloaded atomic-waker v1.1.2 |
155 | 2024-09-25T03:15:27.362Z | Downloaded waitgroup v0.1.2 |
156 | 2024-09-25T03:15:27.367Z | Downloaded match_cfg v0.1.0 |
157 | 2024-09-25T03:15:27.368Z | Downloaded async-stream v0.3.5 |
158 | 2024-09-25T03:15:27.368Z | Downloaded parking_lot v0.12.3 |
159 | 2024-09-25T03:15:27.371Z | Downloaded itoa v1.0.11 |
160 | 2024-09-25T03:15:27.371Z | Downloaded httpdate v1.0.3 |
161 | 2024-09-25T03:15:27.374Z | Downloaded heck v0.5.0 |
162 | 2024-09-25T03:15:27.374Z | Downloaded futures-sink v0.3.30 |
163 | 2024-09-25T03:15:27.377Z | Downloaded scroll_derive v0.12.0 |
164 | 2024-09-25T03:15:27.377Z | Downloaded usdt v0.5.0 |
165 | 2024-09-25T03:15:27.380Z | Downloaded futures-executor v0.3.30 |
166 | 2024-09-25T03:15:27.380Z | Downloaded zeroize v1.8.1 |
167 | 2024-09-25T03:15:27.385Z | Downloaded digest v0.10.7 |
168 | 2024-09-25T03:15:27.385Z | Downloaded hostname v0.3.1 |
169 | 2024-09-25T03:15:27.388Z | Downloaded time-core v0.1.2 |
170 | 2024-09-25T03:15:27.389Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2024-09-25T03:15:27.389Z | Downloaded omicron-workspace-hack v0.1.0 |
172 | 2024-09-25T03:15:27.389Z | Downloaded async-trait v0.1.83 |
173 | 2024-09-25T03:15:27.392Z | Downloaded scopeguard v1.2.0 |
174 | 2024-09-25T03:15:27.394Z | Downloaded strsim v0.11.1 |
175 | 2024-09-25T03:15:27.394Z | Downloaded plain v0.2.3 |
176 | 2024-09-25T03:15:27.398Z | Downloaded equivalent v1.0.1 |
177 | 2024-09-25T03:15:27.398Z | Downloaded darling_macro v0.20.10 |
178 | 2024-09-25T03:15:27.398Z | Downloaded serde_urlencoded v0.7.1 |
179 | 2024-09-25T03:15:27.404Z | Downloaded ppv-lite86 v0.2.20 |
180 | 2024-09-25T03:15:27.404Z | Downloaded want v0.3.1 |
181 | 2024-09-25T03:15:27.404Z | Downloaded foreign-types-shared v0.1.1 |
182 | 2024-09-25T03:15:27.404Z | Downloaded ipnetwork v0.20.0 |
183 | 2024-09-25T03:15:27.407Z | Downloaded lock_api v0.4.12 |
184 | 2024-09-25T03:15:27.410Z | Downloaded slog-async v2.8.0 |
185 | 2024-09-25T03:15:27.413Z | Downloaded schemars_derive v0.8.21 |
186 | 2024-09-25T03:15:27.415Z | Downloaded thread_local v1.1.8 |
187 | 2024-09-25T03:15:27.415Z | Downloaded thiserror-impl v1.0.64 |
188 | 2024-09-25T03:15:27.418Z | Downloaded structmeta-derive v0.3.0 |
189 | 2024-09-25T03:15:27.418Z | Downloaded instant v0.1.13 |
190 | 2024-09-25T03:15:27.435Z | Downloaded subtle v2.6.1 |
191 | 2024-09-25T03:15:27.435Z | Downloaded semver v1.0.23 |
192 | 2024-09-25T03:15:27.435Z | Downloaded smallvec v1.13.2 |
193 | 2024-09-25T03:15:27.435Z | Downloaded openssl-probe v0.1.5 |
194 | 2024-09-25T03:15:27.435Z | Downloaded num_threads v0.1.7 |
195 | 2024-09-25T03:15:27.435Z | Downloaded try-lock v0.2.5 |
196 | 2024-09-25T03:15:27.436Z | Downloaded num-conv v0.1.0 |
197 | 2024-09-25T03:15:27.436Z | Downloaded serde_spanned v0.6.7 |
198 | 2024-09-25T03:15:27.436Z | Downloaded memmap v0.7.0 |
199 | 2024-09-25T03:15:27.462Z | Downloaded serde_with_macros v3.9.0 |
200 | 2024-09-25T03:15:27.462Z | Downloaded dirs-next v2.0.0 |
201 | 2024-09-25T03:15:27.462Z | Downloaded cpufeatures v0.2.14 |
202 | 2024-09-25T03:15:27.463Z | Downloaded slog-json v2.6.1 |
203 | 2024-09-25T03:15:27.463Z | Downloaded sha2 v0.10.8 |
204 | 2024-09-25T03:15:27.463Z | Downloaded pretty-hex v0.4.1 |
205 | 2024-09-25T03:15:27.463Z | Downloaded hex v0.4.3 |
206 | 2024-09-25T03:15:27.463Z | Downloaded futures-task v0.3.30 |
207 | 2024-09-25T03:15:27.463Z | Downloaded futures-macro v0.3.30 |
208 | 2024-09-25T03:15:27.463Z | Downloaded form_urlencoded v1.2.1 |
209 | 2024-09-25T03:15:27.463Z | Downloaded bitflags v2.6.0 |
210 | 2024-09-25T03:15:27.463Z | Downloaded pest_derive v2.7.13 |
211 | 2024-09-25T03:15:27.463Z | Downloaded tinyvec_macros v0.1.1 |
212 | 2024-09-25T03:15:27.466Z | Downloaded uuid v1.10.0 |
213 | 2024-09-25T03:15:27.466Z | Downloaded multer v3.1.0 |
214 | 2024-09-25T03:15:27.466Z | Downloaded hyper-tls v0.5.0 |
215 | 2024-09-25T03:15:27.469Z | Downloaded tower-service v0.3.3 |
216 | 2024-09-25T03:15:27.469Z | Downloaded take_mut v0.2.2 |
217 | 2024-09-25T03:15:27.469Z | Downloaded sync_wrapper v0.1.2 |
218 | 2024-09-25T03:15:27.473Z | Downloaded strum v0.26.3 |
219 | 2024-09-25T03:15:27.473Z | Downloaded macaddr v1.0.1 |
220 | 2024-09-25T03:15:27.473Z | Downloaded hostname v0.4.0 |
221 | 2024-09-25T03:15:27.492Z | Downloaded proc-macro2 v1.0.86 |
222 | 2024-09-25T03:15:27.493Z | Downloaded powerfmt v0.2.0 |
223 | 2024-09-25T03:15:27.493Z | Downloaded newtype-uuid v1.1.0 |
224 | 2024-09-25T03:15:27.493Z | Downloaded rustls-pemfile v1.0.4 |
225 | 2024-09-25T03:15:27.493Z | Downloaded futures v0.3.30 |
226 | 2024-09-25T03:15:27.493Z | Downloaded toml_datetime v0.6.8 |
227 | 2024-09-25T03:15:27.493Z | Downloaded pkg-config v0.3.31 |
228 | 2024-09-25T03:15:27.493Z | Downloaded futures-channel v0.3.30 |
229 | 2024-09-25T03:15:27.499Z | Downloaded darling_core v0.20.10 |
230 | 2024-09-25T03:15:27.503Z | Downloaded serde_path_to_error v0.1.16 |
231 | 2024-09-25T03:15:27.503Z | Downloaded tokio-native-tls v0.3.1 |
232 | 2024-09-25T03:15:27.506Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2024-09-25T03:15:27.506Z | Downloaded term v0.7.0 |
234 | 2024-09-25T03:15:27.509Z | Downloaded once_cell v1.19.0 |
235 | 2024-09-25T03:15:27.512Z | Downloaded untrusted v0.9.0 |
236 | 2024-09-25T03:15:27.514Z | Downloaded structmeta v0.3.0 |
237 | 2024-09-25T03:15:27.514Z | Downloaded slog-bunyan v2.5.0 |
238 | 2024-09-25T03:15:27.517Z | Downloaded sha1 v0.10.6 |
239 | 2024-09-25T03:15:27.517Z | Downloaded pin-project-lite v0.2.14 |
240 | 2024-09-25T03:15:27.522Z | Downloaded ipnet v2.10.0 |
241 | 2024-09-25T03:15:27.525Z | Downloaded quote v1.0.37 |
242 | 2024-09-25T03:15:27.527Z | Downloaded cc v1.1.21 |
243 | 2024-09-25T03:15:27.531Z | Downloaded rustls-pki-types v1.8.0 |
244 | 2024-09-25T03:15:27.534Z | Downloaded sct v0.7.1 |
245 | 2024-09-25T03:15:27.538Z | Downloaded time-macros v0.2.18 |
246 | 2024-09-25T03:15:27.545Z | Downloaded serde_derive_internals v0.29.1 |
247 | 2024-09-25T03:15:27.545Z | Downloaded indexmap v1.9.3 |
248 | 2024-09-25T03:15:27.548Z | Downloaded tokio-rustls v0.25.0 |
249 | 2024-09-25T03:15:27.548Z | Downloaded thiserror v1.0.64 |
250 | 2024-09-25T03:15:27.552Z | Downloaded tinyvec v1.8.0 |
251 | 2024-09-25T03:15:27.556Z | Downloaded url v2.5.2 |
252 | 2024-09-25T03:15:27.559Z | Downloaded base64 v0.21.7 |
253 | 2024-09-25T03:15:27.563Z | Downloaded ucd-trie v0.1.6 |
254 | 2024-09-25T03:15:27.566Z | Downloaded unicode-bidi v0.3.15 |
255 | 2024-09-25T03:15:27.574Z | Downloaded socket2 v0.5.7 |
256 | 2024-09-25T03:15:27.579Z | Downloaded slog v2.7.0 |
257 | 2024-09-25T03:15:27.579Z | Downloaded openssl-sys v0.9.103 |
258 | 2024-09-25T03:15:27.582Z | Downloaded toml v0.8.19 |
259 | 2024-09-25T03:15:27.585Z | Downloaded unicode-ident v1.0.13 |
260 | 2024-09-25T03:15:27.587Z | Downloaded unsafe-libyaml v0.2.11 |
261 | 2024-09-25T03:15:27.590Z | Downloaded serde v1.0.210 |
262 | 2024-09-25T03:15:27.595Z | Downloaded typenum v1.17.0 |
263 | 2024-09-25T03:15:27.598Z | Downloaded tracing-core v0.1.32 |
264 | 2024-09-25T03:15:27.603Z | Downloaded schemars v0.8.21 |
265 | 2024-09-25T03:15:28.400Z | Downloaded aho-corasick v1.1.3 |
266 | 2024-09-25T03:15:28.400Z | Downloaded tracing v0.1.40 |
267 | 2024-09-25T03:15:28.400Z | Downloaded mio v1.0.2 |
268 | 2024-09-25T03:15:28.400Z | Downloaded serde_yaml v0.9.34+deprecated |
269 | 2024-09-25T03:15:28.400Z | Downloaded zerocopy v0.7.35 |
270 | 2024-09-25T03:15:28.400Z | Downloaded memchr v2.7.4 |
271 | 2024-09-25T03:15:28.400Z | Downloaded toml_edit v0.22.22 |
272 | 2024-09-25T03:15:28.400Z | Downloaded serde_json v1.0.128 |
273 | 2024-09-25T03:15:28.400Z | Downloaded tokio-util v0.7.12 |
274 | 2024-09-25T03:15:28.400Z | Downloaded goblin v0.8.2 |
275 | 2024-09-25T03:15:28.400Z | Downloaded unicode-normalization v0.1.24 |
276 | 2024-09-25T03:15:28.400Z | Downloaded serde_with v3.9.0 |
277 | 2024-09-25T03:15:28.400Z | Downloaded rustls-webpki v0.101.7 |
278 | 2024-09-25T03:15:28.423Z | Downloaded idna v0.5.0 |
279 | 2024-09-25T03:15:28.423Z | Downloaded rustls-webpki v0.102.8 |
280 | 2024-09-25T03:15:28.423Z | Downloaded vcpkg v0.2.15 |
281 | 2024-09-25T03:15:28.423Z | Downloaded webpki-roots v0.25.4 |
282 | 2024-09-25T03:15:28.423Z | Downloaded syn v2.0.77 |
283 | 2024-09-25T03:15:28.423Z | Downloaded openapiv3 v2.0.0 |
284 | 2024-09-25T03:15:28.423Z | Downloaded rustls v0.21.12 |
285 | 2024-09-25T03:15:28.423Z | Downloaded rustls v0.22.4 |
286 | 2024-09-25T03:15:28.423Z | Downloaded regress v0.10.1 |
287 | 2024-09-25T03:15:28.423Z | Downloaded regress v0.9.1 |
288 | 2024-09-25T03:15:28.423Z | Downloaded tokio v1.40.0 |
289 | 2024-09-25T03:15:28.423Z | Downloaded regex-automata v0.4.7 |
290 | 2024-09-25T03:15:28.423Z | Downloaded libc v0.2.159 |
291 | 2024-09-25T03:15:28.423Z | Downloaded regex-syntax v0.8.4 |
292 | 2024-09-25T03:15:28.423Z | Downloaded encoding_rs v0.8.34 |
293 | 2024-09-25T03:15:28.429Z | Downloaded regex v1.10.6 |
294 | 2024-09-25T03:15:28.429Z | Downloaded openssl v0.10.66 |
295 | 2024-09-25T03:15:28.429Z | Downloaded hyper v0.14.30 |
296 | 2024-09-25T03:15:28.429Z | Downloaded chrono v0.4.38 |
297 | 2024-09-25T03:15:28.429Z | Downloaded time v0.3.36 |
298 | 2024-09-25T03:15:28.429Z | Downloaded reqwest v0.11.27 |
299 | 2024-09-25T03:15:28.429Z | Downloaded winnow v0.6.19 |
300 | 2024-09-25T03:15:28.429Z | Downloaded hashbrown v0.14.5 |
301 | 2024-09-25T03:15:28.430Z | Downloaded futures-util v0.3.30 |
302 | 2024-09-25T03:15:28.430Z | Downloaded pest v2.7.13 |
303 | 2024-09-25T03:15:28.430Z | Downloaded h2 v0.3.26 |
304 | 2024-09-25T03:15:28.445Z | Downloaded hashbrown v0.12.3 |
305 | 2024-09-25T03:15:28.445Z | Downloaded http v1.1.0 |
306 | 2024-09-25T03:15:28.445Z | Downloaded http v0.2.12 |
307 | 2024-09-25T03:15:28.445Z | Downloaded base64 v0.22.1 |
308 | 2024-09-25T03:15:28.445Z | Downloaded crossbeam-channel v0.5.13 |
309 | 2024-09-25T03:15:28.445Z | Downloaded serde_derive v1.0.210 |
310 | 2024-09-25T03:15:28.445Z | Downloaded httparse v1.9.4 |
311 | 2024-09-25T03:15:28.445Z | Downloaded strum_macros v0.26.4 |
312 | 2024-09-25T03:15:28.446Z | Downloaded spin v0.9.8 |
313 | 2024-09-25T03:15:28.446Z | Downloaded slog-term v2.9.1 |
314 | 2024-09-25T03:15:28.446Z | Downloaded scroll v0.12.0 |
315 | 2024-09-25T03:15:28.446Z | Downloaded tokio-rustls v0.24.1 |
316 | 2024-09-25T03:15:28.446Z | Downloaded tokio-macros v2.4.0 |
317 | 2024-09-25T03:15:28.446Z | Downloaded thread-id v4.2.2 |
318 | 2024-09-25T03:15:28.446Z | Downloaded rand_chacha v0.3.1 |
319 | 2024-09-25T03:15:28.446Z | Downloaded rand v0.8.5 |
320 | 2024-09-25T03:15:28.446Z | Downloaded parking_lot_core v0.9.10 |
321 | 2024-09-25T03:15:28.446Z | Downloaded indexmap v2.5.0 |
322 | 2024-09-25T03:15:28.446Z | Downloaded usdt-impl v0.5.0 |
323 | 2024-09-25T03:15:28.446Z | Downloaded crossbeam-utils v0.8.20 |
324 | 2024-09-25T03:15:28.446Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-09-25T03:15:28.446Z | Downloaded shlex v1.3.0 |
326 | 2024-09-25T03:15:28.446Z | Downloaded rustversion v1.0.17 |
327 | 2024-09-25T03:15:28.446Z | Downloaded camino v1.1.9 |
328 | 2024-09-25T03:15:28.446Z | Downloaded bytes v1.7.2 |
329 | 2024-09-25T03:15:28.446Z | Downloaded backoff v0.4.0 |
330 | 2024-09-25T03:15:28.446Z | Downloaded ring v0.17.8 |
331 | 2024-09-25T03:15:28.446Z | Downloaded deranged v0.3.11 |
332 | 2024-09-25T03:15:28.446Z | Downloaded allocator-api2 v0.2.18 |
333 | 2024-09-25T03:15:28.446Z | Downloaded pest_generator v2.7.13 |
334 | 2024-09-25T03:15:28.446Z | Downloaded parse-display-derive v0.10.0 |
335 | 2024-09-25T03:15:28.446Z | Downloaded log v0.4.22 |
336 | 2024-09-25T03:15:28.447Z | Downloaded darling v0.20.10 |
337 | 2024-09-25T03:15:28.447Z | Downloaded pest_meta v2.7.13 |
338 | 2024-09-25T03:15:28.447Z | Downloaded zerocopy-derive v0.7.35 |
339 | 2024-09-25T03:15:28.447Z | Downloaded dyn-clone v1.0.17 |
340 | 2024-09-25T03:15:28.447Z | Downloaded mime v0.3.17 |
341 | 2024-09-25T03:15:28.447Z | Downloaded dof v0.3.0 |
342 | 2024-09-25T03:15:28.447Z | Downloaded ryu v1.0.18 |
343 | 2024-09-25T03:15:28.447Z | Downloaded num-traits v0.2.19 |
344 | 2024-09-25T03:15:28.447Z | Downloaded generic-array v0.14.7 |
345 | 2024-09-25T03:15:28.447Z | Downloaded futures-core v0.3.30 |
346 | 2024-09-25T03:15:28.447Z | Downloaded cfg-if v1.0.0 |
347 | 2024-09-25T03:15:28.447Z | Downloaded byteorder v1.5.0 |
348 | 2024-09-25T03:15:28.447Z | Downloaded iana-time-zone v0.1.61 |
349 | 2024-09-25T03:15:28.447Z | Downloaded http-body v0.4.6 |
350 | 2024-09-25T03:15:28.447Z | Downloaded getrandom v0.2.15 |
351 | 2024-09-25T03:15:28.447Z | Downloaded rustls-pemfile v2.1.3 |
352 | 2024-09-25T03:15:28.447Z | Downloaded rand_core v0.6.4 |
353 | 2024-09-25T03:15:28.447Z | Downloaded is-terminal v0.4.13 |
354 | 2024-09-25T03:15:28.447Z | Downloaded ident_case v1.0.1 |
355 | 2024-09-25T03:15:28.447Z | Downloaded percent-encoding v2.3.1 |
356 | 2024-09-25T03:15:28.447Z | Downloaded native-tls v0.2.12 |
357 | 2024-09-25T03:15:28.447Z | Downloaded foreign-types v0.3.2 |
358 | 2024-09-25T03:15:28.447Z | Downloaded crypto-common v0.1.6 |
359 | 2024-09-25T03:15:28.447Z | Downloaded slab v0.4.9 |
360 | 2024-09-25T03:15:28.448Z | Downloaded pin-utils v0.1.0 |
361 | 2024-09-25T03:15:28.448Z | Downloaded paste v1.0.15 |
362 | 2024-09-25T03:15:28.448Z | Downloaded parse-display v0.10.0 |
363 | 2024-09-25T03:15:28.448Z | Downloaded version_check v0.9.5 |
364 | 2024-09-25T03:15:28.448Z | Downloaded hyper-rustls v0.24.2 |
365 | 2024-09-25T03:15:28.505Z | Downloaded futures-io v0.3.30 |
366 | 2024-09-25T03:15:28.506Z | Downloaded fnv v1.0.7 |
367 | 2024-09-25T03:15:28.506Z | Downloaded dirs-sys-next v0.1.2 |
368 | 2024-09-25T03:15:28.506Z | Downloaded debug-ignore v1.0.5 |
369 | 2024-09-25T03:15:28.506Z | Downloaded block-buffer v0.10.4 |
370 | 2024-09-25T03:15:28.506Z | Downloaded autocfg v1.3.0 |
371 | 2024-09-25T03:15:28.506Z | Compiling proc-macro2 v1.0.86 |
372 | 2024-09-25T03:15:28.506Z | Compiling unicode-ident v1.0.13 |
373 | 2024-09-25T03:15:28.506Z | Compiling libc v0.2.159 |
374 | 2024-09-25T03:15:28.506Z | Checking cfg-if v1.0.0 |
375 | 2024-09-25T03:15:28.506Z | Compiling version_check v0.9.5 |
376 | 2024-09-25T03:15:28.506Z | Compiling autocfg v1.3.0 |
377 | 2024-09-25T03:15:28.506Z | Compiling serde v1.0.210 |
378 | 2024-09-25T03:15:28.506Z | Checking memchr v2.7.4 |
379 | 2024-09-25T03:15:28.506Z | Compiling serde_json v1.0.128 |
380 | 2024-09-25T03:15:28.536Z | Checking itoa v1.0.11 |
381 | 2024-09-25T03:15:28.920Z | Compiling ahash v0.8.11 |
382 | 2024-09-25T03:15:29.030Z | Compiling thiserror v1.0.64 |
383 | 2024-09-25T03:15:29.113Z | Checking byteorder v1.5.0 |
384 | 2024-09-25T03:15:29.432Z | Compiling shlex v1.3.0 |
385 | 2024-09-25T03:15:29.458Z | Checking once_cell v1.19.0 |
386 | 2024-09-25T03:15:29.578Z | Compiling num-traits v0.2.19 |
387 | 2024-09-25T03:15:29.727Z | Compiling cc v1.1.21 |
388 | 2024-09-25T03:15:29.866Z | Checking pin-project-lite v0.2.14 |
389 | 2024-09-25T03:15:29.950Z | Checking ryu v1.0.18 |
390 | 2024-09-25T03:15:29.967Z | Checking bytes v1.7.2 |
391 | 2024-09-25T03:15:30.094Z | Checking log v0.4.22 |
392 | 2024-09-25T03:15:30.130Z | Checking getrandom v0.2.15 |
393 | 2024-09-25T03:15:30.221Z | Checking allocator-api2 v0.2.18 |
394 | 2024-09-25T03:15:30.239Z | Compiling lock_api v0.4.12 |
395 | 2024-09-25T03:15:30.323Z | Compiling quote v1.0.37 |
396 | 2024-09-25T03:15:30.334Z | Compiling schemars v0.8.21 |
397 | 2024-09-25T03:15:30.460Z | Compiling parking_lot_core v0.9.10 |
398 | 2024-09-25T03:15:30.677Z | Checking smallvec v1.13.2 |
399 | 2024-09-25T03:15:30.695Z | Compiling syn v2.0.77 |
400 | 2024-09-25T03:15:30.700Z | Checking futures-core v0.3.30 |
401 | 2024-09-25T03:15:30.847Z | Checking scopeguard v1.2.0 |
402 | 2024-09-25T03:15:30.903Z | Checking mio v1.0.2 |
403 | 2024-09-25T03:15:30.917Z | Checking socket2 v0.5.7 |
404 | 2024-09-25T03:15:30.960Z | Checking signal-hook-registry v1.4.2 |
405 | 2024-09-25T03:15:31.048Z | Compiling slab v0.4.9 |
406 | 2024-09-25T03:15:31.279Z | Checking futures-sink v0.3.30 |
407 | 2024-09-25T03:15:31.360Z | Checking spin v0.9.8 |
408 | 2024-09-25T03:15:31.363Z | Checking equivalent v1.0.1 |
409 | 2024-09-25T03:15:31.373Z | Checking parking_lot v0.12.3 |
410 | 2024-09-25T03:15:31.437Z | Checking fnv v1.0.7 |
411 | 2024-09-25T03:15:31.444Z | Checking untrusted v0.9.0 |
412 | 2024-09-25T03:15:31.541Z | Checking futures-channel v0.3.30 |
413 | 2024-09-25T03:15:31.548Z | Checking futures-task v0.3.30 |
414 | 2024-09-25T03:15:31.579Z | Checking pin-utils v0.1.0 |
415 | 2024-09-25T03:15:31.652Z | Compiling vcpkg v0.2.15 |
416 | 2024-09-25T03:15:31.689Z | Compiling pkg-config v0.3.31 |
417 | 2024-09-25T03:15:31.760Z | Compiling semver v1.0.23 |
418 | 2024-09-25T03:15:31.768Z | Compiling heck v0.5.0 |
419 | 2024-09-25T03:15:31.892Z | Checking futures-io v0.3.30 |
420 | 2024-09-25T03:15:32.149Z | Checking iana-time-zone v0.1.61 |
421 | 2024-09-25T03:15:32.179Z | Compiling ucd-trie v0.1.6 |
422 | 2024-09-25T03:15:32.278Z | Checking http v0.2.12 |
423 | 2024-09-25T03:15:32.741Z | Checking dyn-clone v1.0.17 |
424 | 2024-09-25T03:15:32.782Z | Compiling ring v0.17.8 |
425 | 2024-09-25T03:15:32.874Z | Compiling httparse v1.9.4 |
426 | 2024-09-25T03:15:33.414Z | Compiling openssl-sys v0.9.103 |
427 | 2024-09-25T03:15:33.665Z | Checking tracing-core v0.1.32 |
428 | 2024-09-25T03:15:33.832Z | Compiling uuid v1.10.0 |
429 | 2024-09-25T03:15:34.167Z | Compiling chrono v0.4.38 |
430 | 2024-09-25T03:15:34.225Z | Compiling openssl v0.10.66 |
431 | 2024-09-25T03:15:34.281Z | Checking tracing v0.1.40 |
432 | 2024-09-25T03:15:34.291Z | Checking foreign-types-shared v0.1.1 |
433 | 2024-09-25T03:15:34.322Z | Checking try-lock v0.2.5 |
434 | 2024-09-25T03:15:34.435Z | Compiling slog v2.7.0 |
435 | 2024-09-25T03:15:34.570Z | Checking want v0.3.1 |
436 | 2024-09-25T03:15:34.629Z | Checking foreign-types v0.3.2 |
437 | 2024-09-25T03:15:34.700Z | Checking http-body v0.4.6 |
438 | 2024-09-25T03:15:34.706Z | Compiling aho-corasick v1.1.3 |
439 | 2024-09-25T03:15:34.912Z | Checking tower-service v0.3.3 |
440 | 2024-09-25T03:15:35.014Z | Compiling rustls v0.21.12 |
441 | 2024-09-25T03:15:35.035Z | Checking tinyvec_macros v0.1.1 |
442 | 2024-09-25T03:15:35.102Z | Checking bitflags v2.6.0 |
443 | 2024-09-25T03:15:35.286Z | Checking percent-encoding v2.3.1 |
444 | 2024-09-25T03:15:35.327Z | Compiling regex-syntax v0.8.4 |
445 | 2024-09-25T03:15:35.461Z | Checking httpdate v1.0.3 |
446 | 2024-09-25T03:15:35.623Z | Compiling typenum v1.17.0 |
447 | 2024-09-25T03:15:35.912Z | Compiling native-tls v0.2.12 |
448 | 2024-09-25T03:15:36.249Z | Checking form_urlencoded v1.2.1 |
449 | 2024-09-25T03:15:36.417Z | Checking tinyvec v1.8.0 |
450 | 2024-09-25T03:15:37.103Z | Compiling generic-array v0.14.7 |
451 | 2024-09-25T03:15:37.415Z | Compiling serde_derive_internals v0.29.1 |
452 | 2024-09-25T03:15:37.617Z | Checking openssl-probe v0.1.5 |
453 | 2024-09-25T03:15:37.731Z | Checking unicode-normalization v0.1.24 |
454 | 2024-09-25T03:15:38.632Z | Compiling regex-automata v0.4.7 |
455 | 2024-09-25T03:15:39.262Z | Compiling usdt-impl v0.5.0 |
456 | 2024-09-25T03:15:39.369Z | Checking encoding_rs v0.8.34 |
457 | 2024-09-25T03:15:39.710Z | Checking mime v0.3.17 |
458 | 2024-09-25T03:15:39.787Z | Checking powerfmt v0.2.0 |
459 | 2024-09-25T03:15:39.842Z | Compiling num-conv v0.1.0 |
460 | 2024-09-25T03:15:39.852Z | Checking unicode-bidi v0.3.15 |
461 | 2024-09-25T03:15:40.859Z | Compiling time-core v0.1.2 |
462 | 2024-09-25T03:15:40.909Z | Checking idna v0.5.0 |
463 | 2024-09-25T03:15:40.909Z | Compiling time-macros v0.2.18 |
464 | 2024-09-25T03:15:40.909Z | Checking deranged v0.3.11 |
465 | 2024-09-25T03:15:41.305Z | Compiling thread-id v4.2.2 |
466 | 2024-09-25T03:15:41.537Z | Checking num_threads v0.1.7 |
467 | 2024-09-25T03:15:41.642Z | Compiling strsim v0.11.1 |
468 | 2024-09-25T03:15:42.362Z | Checking base64 v0.21.7 |
469 | 2024-09-25T03:15:42.518Z | Compiling regex v1.10.6 |
470 | 2024-09-25T03:15:42.688Z | Compiling ident_case v1.0.1 |
471 | 2024-09-25T03:15:42.711Z | Compiling serde_derive v1.0.210 |
472 | 2024-09-25T03:15:42.812Z | Compiling zerocopy-derive v0.7.35 |
473 | 2024-09-25T03:15:42.843Z | Compiling thiserror-impl v1.0.64 |
474 | 2024-09-25T03:15:43.306Z | Compiling schemars_derive v0.8.21 |
475 | 2024-09-25T03:15:43.503Z | Compiling tokio-macros v2.4.0 |
476 | 2024-09-25T03:15:43.511Z | Compiling futures-macro v0.3.30 |
477 | 2024-09-25T03:15:44.390Z | Compiling openssl-macros v0.1.1 |
478 | 2024-09-25T03:15:44.827Z | Checking zerocopy v0.7.35 |
479 | 2024-09-25T03:15:45.173Z | Checking tokio v1.40.0 |
480 | 2024-09-25T03:15:45.977Z | Checking futures-util v0.3.30 |
481 | 2024-09-25T03:15:46.056Z | Compiling pest v2.7.13 |
482 | 2024-09-25T03:15:46.358Z | Checking rustls-webpki v0.101.7 |
483 | 2024-09-25T03:15:46.614Z | Checking hashbrown v0.14.5 |
484 | 2024-09-25T03:15:47.091Z | Checking sct v0.7.1 |
485 | 2024-09-25T03:15:47.781Z | Compiling scroll_derive v0.12.0 |
486 | 2024-09-25T03:15:48.358Z | Compiling pest_meta v2.7.13 |
487 | 2024-09-25T03:15:48.627Z | Compiling regress v0.10.1 |
488 | 2024-09-25T03:15:49.272Z | Checking scroll v0.12.0 |
489 | 2024-09-25T03:15:49.748Z | Compiling pest_generator v2.7.13 |
490 | 2024-09-25T03:15:51.854Z | Checking rustls-pki-types v1.8.0 |
491 | 2024-09-25T03:15:52.255Z | Checking tokio-util v0.7.12 |
492 | 2024-09-25T03:15:52.276Z | Checking tokio-native-tls v0.3.1 |
493 | 2024-09-25T03:15:52.295Z | Compiling pest_derive v2.7.13 |
494 | 2024-09-25T03:15:52.499Z | Checking tokio-rustls v0.24.1 |
495 | 2024-09-25T03:15:53.098Z | Compiling crossbeam-utils v0.8.20 |
496 | 2024-09-25T03:15:53.156Z | Compiling dtrace-parser v0.2.0 |
497 | 2024-09-25T03:15:53.370Z | Checking plain v0.2.3 |
498 | 2024-09-25T03:15:53.680Z | Checking goblin v0.8.2 |
499 | 2024-09-25T03:15:54.310Z | Checking time v0.3.36 |
500 | 2024-09-25T03:15:54.875Z | Checking rustls-pemfile v1.0.4 |
501 | 2024-09-25T03:15:55.056Z | Compiling darling_core v0.20.10 |
502 | 2024-09-25T03:15:55.350Z | Checking indexmap v2.5.0 |
503 | 2024-09-25T03:15:56.447Z | Compiling serde_tokenstream v0.2.2 |
504 | 2024-09-25T03:15:56.620Z | Checking h2 v0.3.26 |
505 | 2024-09-25T03:15:57.246Z | Checking serde_urlencoded v0.7.1 |
506 | 2024-09-25T03:15:57.394Z | Checking openapiv3 v2.0.0 |
507 | 2024-09-25T03:15:57.674Z | Checking url v2.5.2 |
508 | 2024-09-25T03:15:58.463Z | Compiling dof v0.3.0 |
509 | 2024-09-25T03:15:58.752Z | Checking dirs-sys-next v0.1.2 |
510 | 2024-09-25T03:15:59.366Z | Compiling omicron-workspace-hack v0.1.0 |
511 | 2024-09-25T03:15:59.672Z | Compiling paste v1.0.15 |
512 | 2024-09-25T03:15:59.780Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
513 | 2024-09-25T03:16:00.674Z | Compiling rustls v0.22.4 |
514 | 2024-09-25T03:16:00.779Z | Compiling rustversion v1.0.17 |
515 | 2024-09-25T03:16:00.807Z | Checking hyper v0.14.30 |
516 | 2024-09-25T03:16:00.986Z | Checking ipnet v2.10.0 |
517 | 2024-09-25T03:16:00.994Z | Checking sync_wrapper v0.1.2 |
518 | 2024-09-25T03:16:01.101Z | Checking pretty-hex v0.4.1 |
519 | 2024-09-25T03:16:01.250Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-09-25T03:16:01.415Z | Checking webpki-roots v0.25.4 |
521 | 2024-09-25T03:16:01.554Z | Compiling darling_macro v0.20.10 |
522 | 2024-09-25T03:16:01.752Z | Checking dirs-next v2.0.0 |
523 | 2024-09-25T03:16:02.024Z | Checking toml_datetime v0.6.8 |
524 | 2024-09-25T03:16:02.191Z | Checking serde_spanned v0.6.7 |
525 | 2024-09-25T03:16:02.327Z | Checking rustls-webpki v0.102.8 |
526 | 2024-09-25T03:16:02.357Z | Checking ppv-lite86 v0.2.20 |
527 | 2024-09-25T03:16:02.446Z | Compiling structmeta-derive v0.3.0 |
528 | 2024-09-25T03:16:02.742Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-09-25T03:16:02.984Z | Checking block-buffer v0.10.4 |
530 | 2024-09-25T03:16:03.041Z | Checking crypto-common v0.1.6 |
531 | 2024-09-25T03:16:03.075Z | Checking rand_core v0.6.4 |
532 | 2024-09-25T03:16:03.161Z | Checking thread_local v1.1.8 |
533 | 2024-09-25T03:16:03.184Z | Compiling multer v3.1.0 |
534 | 2024-09-25T03:16:03.187Z | Checking winnow v0.6.19 |
535 | 2024-09-25T03:16:03.345Z | Checking zeroize v1.8.1 |
536 | 2024-09-25T03:16:03.409Z | Compiling camino v1.1.9 |
537 | 2024-09-25T03:16:03.521Z | Checking match_cfg v0.1.0 |
538 | 2024-09-25T03:16:03.582Z | Compiling slog-async v2.8.0 |
539 | 2024-09-25T03:16:03.590Z | Compiling anyhow v1.0.89 |
540 | 2024-09-25T03:16:03.984Z | Checking subtle v2.6.1 |
541 | 2024-09-25T03:16:04.180Z | Checking hostname v0.3.1 |
542 | 2024-09-25T03:16:04.322Z | Checking rand_chacha v0.3.1 |
543 | 2024-09-25T03:16:04.338Z | Checking digest v0.10.7 |
544 | 2024-09-25T03:16:04.675Z | Checking crossbeam-channel v0.5.13 |
545 | 2024-09-25T03:16:05.076Z | Compiling structmeta v0.3.0 |
546 | 2024-09-25T03:16:05.140Z | Compiling darling v0.20.10 |
547 | 2024-09-25T03:16:05.149Z | Checking hyper-tls v0.5.0 |
548 | 2024-09-25T03:16:05.241Z | Checking hyper-rustls v0.24.2 |
549 | 2024-09-25T03:16:05.361Z | Checking term v0.7.0 |
550 | 2024-09-25T03:16:05.502Z | Checking reqwest v0.11.27 |
551 | 2024-09-25T03:16:05.768Z | Compiling usdt-macro v0.5.0 |
552 | 2024-09-25T03:16:06.209Z | Checking toml_edit v0.22.22 |
553 | 2024-09-25T03:16:06.330Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2024-09-25T03:16:06.467Z | Checking slog-json v2.6.1 |
555 | 2024-09-25T03:16:06.686Z | Checking futures-executor v0.3.30 |
556 | 2024-09-25T03:16:06.708Z | Compiling async-stream-impl v0.3.5 |
557 | 2024-09-25T03:16:06.782Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
558 | 2024-09-25T03:16:06.892Z | Checking http v1.1.0 |
559 | 2024-09-25T03:16:07.052Z | Checking is-terminal v0.4.13 |
560 | 2024-09-25T03:16:07.072Z | Checking memmap v0.7.0 |
561 | 2024-09-25T03:16:07.152Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
562 | 2024-09-25T03:16:07.251Z | Checking atomic-waker v1.1.2 |
563 | 2024-09-25T03:16:07.372Z | Checking base64 v0.22.1 |
564 | 2024-09-25T03:16:07.498Z | Checking take_mut v0.2.2 |
565 | 2024-09-25T03:16:07.622Z | Checking cpufeatures v0.2.14 |
566 | 2024-09-25T03:16:07.704Z | Checking sha1 v0.10.6 |
567 | 2024-09-25T03:16:07.728Z | Checking usdt v0.5.0 |
568 | 2024-09-25T03:16:07.813Z | Checking tokio-rustls v0.25.0 |
569 | 2024-09-25T03:16:07.830Z | Checking rustls-pemfile v2.1.3 |
570 | 2024-09-25T03:16:07.976Z | Checking async-stream v0.3.5 |
571 | 2024-09-25T03:16:08.043Z | Checking waitgroup v0.1.2 |
572 | 2024-09-25T03:16:08.115Z | Checking slog-term v2.9.1 |
573 | 2024-09-25T03:16:08.128Z | Checking futures v0.3.30 |
574 | 2024-09-25T03:16:08.158Z | Compiling strum_macros v0.26.4 |
575 | 2024-09-25T03:16:08.203Z | Checking slog-bunyan v2.5.0 |
576 | 2024-09-25T03:16:08.205Z | Compiling parse-display-derive v0.10.0 |
577 | 2024-09-25T03:16:08.218Z | Compiling serde_with_macros v3.9.0 |
578 | 2024-09-25T03:16:08.340Z | Checking rand v0.8.5 |
579 | 2024-09-25T03:16:08.652Z | Checking toml v0.8.19 |
580 | 2024-09-25T03:16:09.001Z | Checking ipnetwork v0.20.0 |
581 | 2024-09-25T03:16:09.156Z | Checking newtype-uuid v1.1.0 |
582 | 2024-09-25T03:16:09.350Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
583 | 2024-09-25T03:16:09.387Z | Checking hex v0.4.3 |
584 | 2024-09-25T03:16:09.397Z | Checking serde_path_to_error v0.1.16 |
585 | 2024-09-25T03:16:09.560Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-09-25T03:16:09.902Z | Compiling async-trait v0.1.83 |
587 | 2024-09-25T03:16:09.992Z | Checking hostname v0.4.0 |
588 | 2024-09-25T03:16:10.113Z | Checking instant v0.1.13 |
589 | 2024-09-25T03:16:10.215Z | Checking debug-ignore v1.0.5 |
590 | 2024-09-25T03:16:10.332Z | Checking backoff v0.4.0 |
591 | 2024-09-25T03:16:10.376Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-09-25T03:16:10.502Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
593 | 2024-09-25T03:16:10.582Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
594 | 2024-09-25T03:16:10.670Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-09-25T03:16:10.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
596 | 2024-09-25T03:16:10.830Z | Checking serde_with v3.9.0 |
597 | 2024-09-25T03:16:11.038Z | Checking macaddr v1.0.1 |
598 | 2024-09-25T03:16:11.337Z | Checking regress v0.9.1 |
599 | 2024-09-25T03:16:12.055Z | Checking parse-display v0.10.0 |
600 | 2024-09-25T03:16:12.517Z | Checking strum v0.26.3 |
601 | 2024-09-25T03:16:13.083Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
602 | 2024-09-25T03:16:14.919Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
603 | 2024-09-25T03:16:14.976Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
604 | 2024-09-25T03:16:17.488Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
605 | 2024-09-25T03:16:22.456Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
606 | 2024-09-25T03:16:22.557Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
607 | 2024-09-25T03:16:25.299Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
608 | 2024-09-25T03:16:32.413Z | Checking test-project v0.1.0 (/tmp/test-project) |
609 | 2024-09-25T03:16:32.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
610 | 2024-09-25T03:16:32.533Z | + cargo build --release |
611 | 2024-09-25T03:16:32.796Z | Compiling proc-macro2 v1.0.86 |
612 | 2024-09-25T03:16:32.796Z | Compiling unicode-ident v1.0.13 |
613 | 2024-09-25T03:16:32.796Z | Compiling libc v0.2.159 |
614 | 2024-09-25T03:16:32.796Z | Compiling cfg-if v1.0.0 |
615 | 2024-09-25T03:16:32.800Z | Compiling version_check v0.9.5 |
616 | 2024-09-25T03:16:32.836Z | Compiling autocfg v1.3.0 |
617 | 2024-09-25T03:16:32.838Z | Compiling serde v1.0.210 |
618 | 2024-09-25T03:16:32.838Z | Compiling memchr v2.7.4 |
619 | 2024-09-25T03:16:32.917Z | Compiling serde_json v1.0.128 |
620 | 2024-09-25T03:16:32.992Z | Compiling itoa v1.0.11 |
621 | 2024-09-25T03:16:33.272Z | Compiling thiserror v1.0.64 |
622 | 2024-09-25T03:16:33.392Z | Compiling shlex v1.3.0 |
623 | 2024-09-25T03:16:33.416Z | Compiling ahash v0.8.11 |
624 | 2024-09-25T03:16:33.534Z | Compiling once_cell v1.19.0 |
625 | 2024-09-25T03:16:33.723Z | Compiling byteorder v1.5.0 |
626 | 2024-09-25T03:16:33.789Z | Compiling cc v1.1.21 |
627 | 2024-09-25T03:16:34.247Z | Compiling quote v1.0.37 |
628 | 2024-09-25T03:16:34.275Z | Compiling getrandom v0.2.15 |
629 | 2024-09-25T03:16:34.283Z | Compiling num-traits v0.2.19 |
630 | 2024-09-25T03:16:34.607Z | Compiling syn v2.0.77 |
631 | 2024-09-25T03:16:34.618Z | Compiling pin-project-lite v0.2.14 |
632 | 2024-09-25T03:16:34.629Z | Compiling ryu v1.0.18 |
633 | 2024-09-25T03:16:34.827Z | Compiling bytes v1.7.2 |
634 | 2024-09-25T03:16:34.970Z | Compiling log v0.4.22 |
635 | 2024-09-25T03:16:34.984Z | Compiling allocator-api2 v0.2.18 |
636 | 2024-09-25T03:16:35.001Z | Compiling schemars v0.8.21 |
637 | 2024-09-25T03:16:35.376Z | Compiling lock_api v0.4.12 |
638 | 2024-09-25T03:16:35.439Z | Compiling parking_lot_core v0.9.10 |
639 | 2024-09-25T03:16:35.462Z | Compiling futures-core v0.3.30 |
640 | 2024-09-25T03:16:35.545Z | Compiling scopeguard v1.2.0 |
641 | 2024-09-25T03:16:35.675Z | Compiling smallvec v1.13.2 |
642 | 2024-09-25T03:16:35.679Z | Compiling mio v1.0.2 |
643 | 2024-09-25T03:16:35.797Z | Compiling socket2 v0.5.7 |
644 | 2024-09-25T03:16:35.917Z | Compiling signal-hook-registry v1.4.2 |
645 | 2024-09-25T03:16:36.370Z | Compiling slab v0.4.9 |
646 | 2024-09-25T03:16:36.649Z | Compiling parking_lot v0.12.3 |
647 | 2024-09-25T03:16:36.731Z | Compiling futures-sink v0.3.30 |
648 | 2024-09-25T03:16:36.785Z | Compiling ring v0.17.8 |
649 | 2024-09-25T03:16:36.952Z | Compiling spin v0.9.8 |
650 | 2024-09-25T03:16:37.156Z | Compiling semver v1.0.23 |
651 | 2024-09-25T03:16:37.329Z | Compiling equivalent v1.0.1 |
652 | 2024-09-25T03:16:37.424Z | Compiling untrusted v0.9.0 |
653 | 2024-09-25T03:16:37.431Z | Compiling fnv v1.0.7 |
654 | 2024-09-25T03:16:37.542Z | Compiling futures-channel v0.3.30 |
655 | 2024-09-25T03:16:37.654Z | Compiling futures-io v0.3.30 |
656 | 2024-09-25T03:16:37.756Z | Compiling vcpkg v0.2.15 |
657 | 2024-09-25T03:16:37.799Z | Compiling pin-utils v0.1.0 |
658 | 2024-09-25T03:16:37.877Z | Compiling heck v0.5.0 |
659 | 2024-09-25T03:16:37.950Z | Compiling futures-task v0.3.30 |
660 | 2024-09-25T03:16:37.969Z | Compiling pkg-config v0.3.31 |
661 | 2024-09-25T03:16:38.385Z | Compiling iana-time-zone v0.1.61 |
662 | 2024-09-25T03:16:38.435Z | Compiling ucd-trie v0.1.6 |
663 | 2024-09-25T03:16:38.908Z | Compiling http v0.2.12 |
664 | 2024-09-25T03:16:39.106Z | Compiling dyn-clone v1.0.17 |
665 | 2024-09-25T03:16:39.195Z | Compiling httparse v1.9.4 |
666 | 2024-09-25T03:16:39.359Z | Compiling openssl-sys v0.9.103 |
667 | 2024-09-25T03:16:40.021Z | Compiling tracing-core v0.1.32 |
668 | 2024-09-25T03:16:40.334Z | Compiling uuid v1.10.0 |
669 | 2024-09-25T03:16:40.501Z | Compiling chrono v0.4.38 |
670 | 2024-09-25T03:16:40.887Z | Compiling tracing v0.1.40 |
671 | 2024-09-25T03:16:41.581Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-09-25T03:16:42.471Z | Compiling slog v2.7.0 |
673 | 2024-09-25T03:16:42.693Z | Compiling foreign-types-shared v0.1.1 |
674 | 2024-09-25T03:16:42.783Z | Compiling openssl v0.10.66 |
675 | 2024-09-25T03:16:42.964Z | Compiling try-lock v0.2.5 |
676 | 2024-09-25T03:16:43.228Z | Compiling want v0.3.1 |
677 | 2024-09-25T03:16:43.448Z | Compiling foreign-types v0.3.2 |
678 | 2024-09-25T03:16:43.499Z | Compiling http-body v0.4.6 |
679 | 2024-09-25T03:16:43.592Z | Compiling aho-corasick v1.1.3 |
680 | 2024-09-25T03:16:43.765Z | Compiling percent-encoding v2.3.1 |
681 | 2024-09-25T03:16:43.977Z | Compiling regex-syntax v0.8.4 |
682 | 2024-09-25T03:16:44.216Z | Compiling native-tls v0.2.12 |
683 | 2024-09-25T03:16:44.593Z | Compiling rustls v0.21.12 |
684 | 2024-09-25T03:16:44.616Z | Compiling tower-service v0.3.3 |
685 | 2024-09-25T03:16:44.724Z | Compiling bitflags v2.6.0 |
686 | 2024-09-25T03:16:44.908Z | Compiling typenum v1.17.0 |
687 | 2024-09-25T03:16:44.922Z | Compiling httpdate v1.0.3 |
688 | 2024-09-25T03:16:45.072Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-09-25T03:16:45.149Z | Compiling tinyvec v1.8.0 |
690 | 2024-09-25T03:16:45.654Z | Compiling form_urlencoded v1.2.1 |
691 | 2024-09-25T03:16:46.160Z | Compiling generic-array v0.14.7 |
692 | 2024-09-25T03:16:46.493Z | Compiling openssl-probe v0.1.5 |
693 | 2024-09-25T03:16:46.888Z | Compiling unicode-normalization v0.1.24 |
694 | 2024-09-25T03:16:47.076Z | Compiling serde_derive v1.0.210 |
695 | 2024-09-25T03:16:47.756Z | Compiling zerocopy-derive v0.7.35 |
696 | 2024-09-25T03:16:47.846Z | Compiling thiserror-impl v1.0.64 |
697 | 2024-09-25T03:16:47.881Z | Compiling schemars_derive v0.8.21 |
698 | 2024-09-25T03:16:48.162Z | Compiling tokio-macros v2.4.0 |
699 | 2024-09-25T03:16:49.699Z | Compiling futures-macro v0.3.30 |
700 | 2024-09-25T03:16:49.727Z | Compiling tokio v1.40.0 |
701 | 2024-09-25T03:16:49.801Z | Compiling zerocopy v0.7.35 |
702 | 2024-09-25T03:16:50.851Z | Compiling pest v2.7.13 |
703 | 2024-09-25T03:16:51.604Z | Compiling futures-util v0.3.30 |
704 | 2024-09-25T03:16:51.990Z | Compiling hashbrown v0.14.5 |
705 | 2024-09-25T03:16:53.599Z | Compiling pest_meta v2.7.13 |
706 | 2024-09-25T03:16:53.706Z | Compiling openssl-macros v0.1.1 |
707 | 2024-09-25T03:16:54.200Z | Compiling regress v0.10.1 |
708 | 2024-09-25T03:16:57.567Z | Compiling pest_generator v2.7.13 |
709 | 2024-09-25T03:16:58.602Z | Compiling tokio-util v0.7.12 |
710 | 2024-09-25T03:16:58.876Z | Compiling sct v0.7.1 |
711 | 2024-09-25T03:16:59.306Z | Compiling rustls-webpki v0.101.7 |
712 | 2024-09-25T03:16:59.315Z | Compiling pest_derive v2.7.13 |
713 | 2024-09-25T03:17:00.202Z | Compiling regex-automata v0.4.7 |
714 | 2024-09-25T03:17:03.395Z | Compiling serde_tokenstream v0.2.2 |
715 | 2024-09-25T03:17:03.976Z | Compiling indexmap v2.5.0 |
716 | 2024-09-25T03:17:08.056Z | Compiling h2 v0.3.26 |
717 | 2024-09-25T03:17:08.918Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
718 | 2024-09-25T03:17:09.220Z | Compiling regex v1.10.6 |
719 | 2024-09-25T03:17:12.875Z | Compiling scroll_derive v0.12.0 |
720 | 2024-09-25T03:17:14.345Z | Compiling hyper v0.14.30 |
721 | 2024-09-25T03:17:20.313Z | Compiling usdt-impl v0.5.0 |
722 | 2024-09-25T03:17:20.723Z | Compiling encoding_rs v0.8.34 |
723 | 2024-09-25T03:17:20.803Z | Compiling time-core v0.1.2 |
724 | 2024-09-25T03:17:21.252Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
725 | 2024-09-25T03:17:23.892Z | Compiling powerfmt v0.2.0 |
726 | 2024-09-25T03:17:24.364Z | Compiling mime v0.3.17 |
727 | 2024-09-25T03:17:25.111Z | Compiling num-conv v0.1.0 |
728 | 2024-09-25T03:17:25.387Z | Compiling unicode-bidi v0.3.15 |
729 | 2024-09-25T03:17:25.432Z | Compiling time-macros v0.2.18 |
730 | 2024-09-25T03:17:28.467Z | Compiling idna v0.5.0 |
731 | 2024-09-25T03:17:29.102Z | Compiling deranged v0.3.11 |
732 | 2024-09-25T03:17:31.408Z | Compiling scroll v0.12.0 |
733 | 2024-09-25T03:17:31.457Z | Compiling tokio-native-tls v0.3.1 |
734 | 2024-09-25T03:17:31.488Z | Compiling tokio-rustls v0.24.1 |
735 | 2024-09-25T03:17:31.665Z | Compiling dof v0.3.0 |
736 | 2024-09-25T03:17:31.729Z | Compiling serde_urlencoded v0.7.1 |
737 | 2024-09-25T03:17:31.881Z | Compiling dtrace-parser v0.2.0 |
738 | 2024-09-25T03:17:32.278Z | Compiling thread-id v4.2.2 |
739 | 2024-09-25T03:17:33.459Z | Compiling plain v0.2.3 |
740 | 2024-09-25T03:17:33.463Z | Compiling rustls-pki-types v1.8.0 |
741 | 2024-09-25T03:17:33.611Z | Compiling num_threads v0.1.7 |
742 | 2024-09-25T03:17:33.641Z | Compiling base64 v0.21.7 |
743 | 2024-09-25T03:17:33.717Z | Compiling ident_case v1.0.1 |
744 | 2024-09-25T03:17:34.244Z | Compiling crossbeam-utils v0.8.20 |
745 | 2024-09-25T03:17:34.757Z | Compiling strsim v0.11.1 |
746 | 2024-09-25T03:17:34.775Z | Compiling omicron-workspace-hack v0.1.0 |
747 | 2024-09-25T03:17:34.852Z | Compiling time v0.3.36 |
748 | 2024-09-25T03:17:35.092Z | Compiling darling_core v0.20.10 |
749 | 2024-09-25T03:17:35.123Z | Compiling rustls-pemfile v1.0.4 |
750 | 2024-09-25T03:17:38.408Z | Compiling goblin v0.8.2 |
751 | 2024-09-25T03:17:41.642Z | Compiling hyper-rustls v0.24.2 |
752 | 2024-09-25T03:17:42.062Z | Compiling hyper-tls v0.5.0 |
753 | 2024-09-25T03:17:42.543Z | Compiling url v2.5.2 |
754 | 2024-09-25T03:17:42.662Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
755 | 2024-09-25T03:17:42.780Z | Compiling openapiv3 v2.0.0 |
756 | 2024-09-25T03:17:44.460Z | Compiling dirs-sys-next v0.1.2 |
757 | 2024-09-25T03:17:45.585Z | Compiling paste v1.0.15 |
758 | 2024-09-25T03:17:45.602Z | Compiling rustls v0.22.4 |
759 | 2024-09-25T03:17:45.930Z | Compiling ipnet v2.10.0 |
760 | 2024-09-25T03:17:46.106Z | Compiling unsafe-libyaml v0.2.11 |
761 | 2024-09-25T03:17:46.989Z | Compiling webpki-roots v0.25.4 |
762 | 2024-09-25T03:17:47.137Z | Compiling sync_wrapper v0.1.2 |
763 | 2024-09-25T03:17:47.255Z | Compiling rustversion v1.0.17 |
764 | 2024-09-25T03:17:47.865Z | Compiling pretty-hex v0.4.1 |
765 | 2024-09-25T03:17:47.958Z | Compiling serde_yaml v0.9.34+deprecated |
766 | 2024-09-25T03:17:48.112Z | Compiling reqwest v0.11.27 |
767 | 2024-09-25T03:17:48.537Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
768 | 2024-09-25T03:17:50.564Z | Compiling dirs-next v2.0.0 |
769 | 2024-09-25T03:17:50.816Z | Compiling darling_macro v0.20.10 |
770 | 2024-09-25T03:17:53.622Z | Compiling rustls-webpki v0.102.8 |
771 | 2024-09-25T03:17:54.295Z | Compiling crypto-common v0.1.6 |
772 | 2024-09-25T03:17:54.485Z | Compiling block-buffer v0.10.4 |
773 | 2024-09-25T03:17:54.714Z | Compiling serde_spanned v0.6.7 |
774 | 2024-09-25T03:17:54.952Z | Compiling toml_datetime v0.6.8 |
775 | 2024-09-25T03:17:55.285Z | Compiling ppv-lite86 v0.2.20 |
776 | 2024-09-25T03:17:55.613Z | Compiling structmeta-derive v0.3.0 |
777 | 2024-09-25T03:17:56.196Z | Compiling rand_core v0.6.4 |
778 | 2024-09-25T03:17:56.751Z | Compiling thread_local v1.1.8 |
779 | 2024-09-25T03:17:57.488Z | Compiling multer v3.1.0 |
780 | 2024-09-25T03:17:57.834Z | Compiling slog-async v2.8.0 |
781 | 2024-09-25T03:17:58.072Z | Compiling subtle v2.6.1 |
782 | 2024-09-25T03:17:58.082Z | Compiling zeroize v1.8.1 |
783 | 2024-09-25T03:17:58.297Z | Compiling anyhow v1.0.89 |
784 | 2024-09-25T03:17:58.318Z | Compiling winnow v0.6.19 |
785 | 2024-09-25T03:17:58.320Z | Compiling camino v1.1.9 |
786 | 2024-09-25T03:17:58.408Z | Compiling match_cfg v0.1.0 |
787 | 2024-09-25T03:17:58.489Z | Compiling hostname v0.3.1 |
788 | 2024-09-25T03:17:58.719Z | Compiling structmeta v0.3.0 |
789 | 2024-09-25T03:17:59.027Z | Compiling rand_chacha v0.3.1 |
790 | 2024-09-25T03:17:59.086Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
791 | 2024-09-25T03:18:00.785Z | Compiling digest v0.10.7 |
792 | 2024-09-25T03:18:01.187Z | Compiling crossbeam-channel v0.5.13 |
793 | 2024-09-25T03:18:02.494Z | Compiling toml_edit v0.22.22 |
794 | 2024-09-25T03:18:02.687Z | Compiling darling v0.20.10 |
795 | 2024-09-25T03:18:02.799Z | Compiling term v0.7.0 |
796 | 2024-09-25T03:18:08.519Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
797 | 2024-09-25T03:18:10.239Z | Compiling usdt-macro v0.5.0 |
798 | 2024-09-25T03:18:11.463Z | Compiling usdt-attr-macro v0.5.0 |
799 | 2024-09-25T03:18:11.572Z | Compiling slog-json v2.6.1 |
800 | 2024-09-25T03:18:12.058Z | Compiling futures-executor v0.3.30 |
801 | 2024-09-25T03:18:12.912Z | Compiling async-stream-impl v0.3.5 |
802 | 2024-09-25T03:18:13.257Z | Compiling http v1.1.0 |
803 | 2024-09-25T03:18:14.277Z | Compiling memmap v0.7.0 |
804 | 2024-09-25T03:18:14.353Z | Compiling is-terminal v0.4.13 |
805 | 2024-09-25T03:18:14.462Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
806 | 2024-09-25T03:18:14.689Z | Compiling take_mut v0.2.2 |
807 | 2024-09-25T03:18:14.815Z | Compiling base64 v0.22.1 |
808 | 2024-09-25T03:18:14.836Z | Compiling cpufeatures v0.2.14 |
809 | 2024-09-25T03:18:14.922Z | Compiling atomic-waker v1.1.2 |
810 | 2024-09-25T03:18:15.097Z | Compiling waitgroup v0.1.2 |
811 | 2024-09-25T03:18:15.331Z | Compiling rustls-pemfile v2.1.3 |
812 | 2024-09-25T03:18:16.102Z | Compiling sha1 v0.10.6 |
813 | 2024-09-25T03:18:17.981Z | Compiling usdt v0.5.0 |
814 | 2024-09-25T03:18:18.693Z | Compiling slog-term v2.9.1 |
815 | 2024-09-25T03:18:19.462Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
816 | 2024-09-25T03:18:19.640Z | Compiling async-stream v0.3.5 |
817 | 2024-09-25T03:18:19.974Z | Compiling futures v0.3.30 |
818 | 2024-09-25T03:18:20.169Z | Compiling slog-bunyan v2.5.0 |
819 | 2024-09-25T03:18:20.426Z | Compiling strum_macros v0.26.4 |
820 | 2024-09-25T03:18:20.487Z | Compiling toml v0.8.19 |
821 | 2024-09-25T03:18:21.560Z | Compiling tokio-rustls v0.25.0 |
822 | 2024-09-25T03:18:21.990Z | Compiling serde_with_macros v3.9.0 |
823 | 2024-09-25T03:18:24.706Z | Compiling rand v0.8.5 |
824 | 2024-09-25T03:18:24.985Z | Compiling parse-display-derive v0.10.0 |
825 | 2024-09-25T03:18:26.999Z | Compiling ipnetwork v0.20.0 |
826 | 2024-09-25T03:18:27.971Z | Compiling newtype-uuid v1.1.0 |
827 | 2024-09-25T03:18:27.999Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
828 | 2024-09-25T03:18:28.269Z | Compiling serde_path_to_error v0.1.16 |
829 | 2024-09-25T03:18:28.972Z | Compiling hex v0.4.3 |
830 | 2024-09-25T03:18:29.291Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
831 | 2024-09-25T03:18:29.654Z | Compiling async-trait v0.1.83 |
832 | 2024-09-25T03:18:30.129Z | Compiling hostname v0.4.0 |
833 | 2024-09-25T03:18:30.372Z | Compiling instant v0.1.13 |
834 | 2024-09-25T03:18:30.522Z | Compiling debug-ignore v1.0.5 |
835 | 2024-09-25T03:18:30.655Z | Compiling backoff v0.4.0 |
836 | 2024-09-25T03:18:31.005Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-09-25T03:18:31.199Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
838 | 2024-09-25T03:18:31.388Z | Compiling parse-display v0.10.0 |
839 | 2024-09-25T03:18:31.780Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-09-25T03:18:31.869Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
841 | 2024-09-25T03:18:32.243Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
842 | 2024-09-25T03:18:32.300Z | Compiling strum v0.26.3 |
843 | 2024-09-25T03:18:32.475Z | Compiling serde_with v3.9.0 |
844 | 2024-09-25T03:18:33.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
845 | 2024-09-25T03:18:34.300Z | Compiling macaddr v1.0.1 |
846 | 2024-09-25T03:18:34.920Z | Compiling regress v0.9.1 |
847 | 2024-09-25T03:18:40.624Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
848 | 2024-09-25T03:18:50.749Z | Compiling test-project v0.1.0 (/tmp/test-project) |
849 | 2024-09-25T03:19:00.091Z | Finished `release` profile [optimized] target(s) in 2m 27s |
850 | 2024-09-25T03:19:00.148Z | process exited: duration 221773 ms, exit code 0 |
|
851 | 2024-09-25T03:19:00.154Z | found 0 output files |