|
|
|
1 | 2024-06-26T04:30:56.148Z | job assigned to worker 01J19CXFEANH5CGM8W349QF5GF (queued for 1 m 5 s) |
|
2 | 2024-06-26T04:31:04.017Z | starting task 0: "setup" |
3 | 2024-06-26T04:31:04.073Z | ++ uname -s |
4 | 2024-06-26T04:31:04.075Z | + kern=SunOS |
5 | 2024-06-26T04:31:04.075Z | + case "$kern" in |
6 | 2024-06-26T04:31:04.075Z | + groupadd -g 12345 build |
7 | 2024-06-26T04:31:04.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T04:31:06.087Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T04:31:06.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T04:31:06.242Z | + home_fs=zfs |
11 | 2024-06-26T04:31:06.242Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T04:31:06.242Z | + mkdir -p /home/build |
13 | 2024-06-26T04:31:06.243Z | + chown build:build /home/build /work |
14 | 2024-06-26T04:31:08.243Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T04:31:08.246Z | process exited: duration 4227 ms, exit code 0 |
|
16 | 2024-06-26T04:31:08.254Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T04:31:08.258Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T04:31:08.259Z | ' 1.78.0 |
19 | 2024-06-26T04:31:08.261Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-26T04:31:08.261Z | * toolchain channel = "1.78.0" |
21 | 2024-06-26T04:31:08.261Z | * toolchain profile = "default" |
22 | 2024-06-26T04:31:08.261Z | ' default |
23 | 2024-06-26T04:31:08.261Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T04:31:08.261Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T04:31:08.370Z | info: downloading installer |
26 | 2024-06-26T04:31:10.054Z | info: profile set to 'default' |
27 | 2024-06-26T04:31:10.054Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T04:31:10.060Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T04:31:10.195Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T04:31:10.195Z | info: downloading component 'cargo' |
31 | 2024-06-26T04:31:10.993Z | info: downloading component 'clippy' |
32 | 2024-06-26T04:31:11.257Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T04:31:12.302Z | info: downloading component 'rust-std' |
34 | 2024-06-26T04:31:13.985Z | info: downloading component 'rustc' |
35 | 2024-06-26T04:31:18.223Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T04:31:18.451Z | info: installing component 'cargo' |
37 | 2024-06-26T04:31:19.273Z | info: installing component 'clippy' |
38 | 2024-06-26T04:31:19.627Z | info: installing component 'rust-docs' |
39 | 2024-06-26T04:31:21.158Z | info: installing component 'rust-std' |
40 | 2024-06-26T04:31:22.914Z | info: installing component 'rustc' |
41 | 2024-06-26T04:31:27.007Z | info: installing component 'rustfmt' |
42 | 2024-06-26T04:31:27.342Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-26T04:31:27.342Z | |
44 | 2024-06-26T04:31:27.611Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T04:31:27.611Z | |
46 | 2024-06-26T04:31:27.615Z | |
47 | 2024-06-26T04:31:27.615Z | Rust is installed now. Great! |
48 | 2024-06-26T04:31:27.615Z | |
49 | 2024-06-26T04:31:27.615Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T04:31:27.616Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T04:31:27.616Z | |
52 | 2024-06-26T04:31:27.616Z | To configure your current shell, you need to source |
53 | 2024-06-26T04:31:27.616Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T04:31:27.616Z | |
55 | 2024-06-26T04:31:27.616Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T04:31:27.616Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T04:31:27.616Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T04:31:27.682Z | + rustc --version |
59 | 2024-06-26T04:31:27.743Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T04:31:27.748Z | process exited: duration 19489 ms, exit code 0 |
|
61 | 2024-06-26T04:31:27.753Z | starting task 2: "authentication" |
62 | 2024-06-26T04:31:27.775Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-26T04:31:27.780Z | starting task 3: "clone repository" |
64 | 2024-06-26T04:31:27.785Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T04:31:27.788Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T04:31:27.945Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T04:31:33.272Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T04:31:33.272Z | + git fetch origin b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
69 | 2024-06-26T04:31:33.549Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T04:31:33.549Z | * branch b27601fdd9e45aa2900df4d598ff323ff5bf9aca -> FETCH_HEAD |
71 | 2024-06-26T04:31:33.557Z | + [[ -n renovate/cargo_toml-0.x-lockfile ]] |
72 | 2024-06-26T04:31:33.560Z | ++ git branch --show-current |
73 | 2024-06-26T04:31:33.562Z | + current=main |
74 | 2024-06-26T04:31:33.562Z | + [[ main != renovate/cargo_toml-0.x-lockfile ]] |
75 | 2024-06-26T04:31:33.562Z | + git branch -f renovate/cargo_toml-0.x-lockfile b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
76 | 2024-06-26T04:31:33.565Z | + git checkout -f renovate/cargo_toml-0.x-lockfile |
77 | 2024-06-26T04:31:33.696Z | Switched to branch 'renovate/cargo_toml-0.x-lockfile' |
78 | 2024-06-26T04:31:33.698Z | + git reset --hard b27601fdd9e45aa2900df4d598ff323ff5bf9aca |
79 | 2024-06-26T04:31:33.825Z | HEAD is now at b27601fdd Update Rust crate cargo_toml to v0.20.3 |
80 | 2024-06-26T04:31:33.828Z | process exited: duration 6045 ms, exit code 0 |
|
81 | 2024-06-26T04:31:33.833Z | starting task 4: "build" |
82 | 2024-06-26T04:31:33.838Z | + cargo --version |
83 | 2024-06-26T04:31:33.889Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T04:31:33.894Z | + rustc --version |
85 | 2024-06-26T04:31:33.946Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T04:31:33.949Z | + cd /tmp |
87 | 2024-06-26T04:31:33.949Z | + cargo new --lib test-project |
88 | 2024-06-26T04:31:34.000Z | Creating library `test-project` package |
89 | 2024-06-26T04:31:34.074Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-26T04:31:34.077Z | + cd test-project |
91 | 2024-06-26T04:31:34.077Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-26T04:31:34.129Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-26T04:31:34.129Z | Features: |
94 | 2024-06-26T04:31:34.129Z | - proptest |
95 | 2024-06-26T04:31:34.130Z | - test-strategy |
96 | 2024-06-26T04:31:34.130Z | - testing |
97 | 2024-06-26T04:31:34.133Z | Updating crates.io index |
98 | 2024-06-26T04:31:34.211Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-26T04:31:34.887Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-26T04:31:35.801Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-26T04:31:36.050Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-26T04:31:38.045Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-26T04:31:38.301Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-26T04:31:38.620Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-26T04:31:41.289Z | + cargo check |
106 | 2024-06-26T04:31:41.494Z | Downloading crates ... |
107 | 2024-06-26T04:31:41.587Z | Downloaded ahash v0.8.11 |
108 | 2024-06-26T04:31:41.595Z | Downloaded darling_macro v0.20.9 |
109 | 2024-06-26T04:31:41.599Z | Downloaded foreign-types v0.3.2 |
110 | 2024-06-26T04:31:41.602Z | Downloaded equivalent v1.0.1 |
111 | 2024-06-26T04:31:41.602Z | Downloaded usdt-attr-macro v0.5.0 |
112 | 2024-06-26T04:31:41.604Z | Downloaded ident_case v1.0.1 |
113 | 2024-06-26T04:31:41.610Z | Downloaded unicode-ident v1.0.12 |
114 | 2024-06-26T04:31:41.614Z | Downloaded num-conv v0.1.0 |
115 | 2024-06-26T04:31:41.618Z | Downloaded want v0.3.1 |
116 | 2024-06-26T04:31:41.621Z | Downloaded omicron-workspace-hack v0.1.0 |
117 | 2024-06-26T04:31:41.621Z | Downloaded instant v0.1.13 |
118 | 2024-06-26T04:31:41.621Z | Downloaded openssl-macros v0.1.1 |
119 | 2024-06-26T04:31:41.624Z | Downloaded sync_wrapper v0.1.2 |
120 | 2024-06-26T04:31:41.626Z | Downloaded strum v0.26.3 |
121 | 2024-06-26T04:31:41.626Z | Downloaded hyper-tls v0.5.0 |
122 | 2024-06-26T04:31:41.629Z | Downloaded futures-executor v0.3.30 |
123 | 2024-06-26T04:31:41.633Z | Downloaded form_urlencoded v1.2.1 |
124 | 2024-06-26T04:31:41.633Z | Downloaded usdt v0.5.0 |
125 | 2024-06-26T04:31:41.633Z | Downloaded hex v0.4.3 |
126 | 2024-06-26T04:31:41.636Z | Downloaded block-buffer v0.10.4 |
127 | 2024-06-26T04:31:41.636Z | Downloaded dyn-clone v1.0.17 |
128 | 2024-06-26T04:31:41.636Z | Downloaded untrusted v0.9.0 |
129 | 2024-06-26T04:31:41.638Z | Downloaded async-stream v0.3.5 |
130 | 2024-06-26T04:31:41.638Z | Downloaded dof v0.3.0 |
131 | 2024-06-26T04:31:41.641Z | Downloaded hostname v0.4.0 |
132 | 2024-06-26T04:31:41.641Z | Downloaded rustls-pemfile v1.0.4 |
133 | 2024-06-26T04:31:41.643Z | Downloaded parse-display-derive v0.9.1 |
134 | 2024-06-26T04:31:41.647Z | Downloaded rand_chacha v0.3.1 |
135 | 2024-06-26T04:31:41.647Z | Downloaded percent-encoding v2.3.1 |
136 | 2024-06-26T04:31:41.647Z | Downloaded num_cpus v1.16.0 |
137 | 2024-06-26T04:31:41.650Z | Downloaded itoa v1.0.11 |
138 | 2024-06-26T04:31:41.652Z | Downloaded usdt-impl v0.5.0 |
139 | 2024-06-26T04:31:41.652Z | Downloaded macaddr v1.0.1 |
140 | 2024-06-26T04:31:41.655Z | Downloaded ipnetwork v0.20.0 |
141 | 2024-06-26T04:31:41.660Z | Downloaded getrandom v0.2.15 |
142 | 2024-06-26T04:31:41.660Z | Downloaded subtle v2.6.1 |
143 | 2024-06-26T04:31:41.660Z | Downloaded waitgroup v0.1.2 |
144 | 2024-06-26T04:31:41.665Z | Downloaded slog-bunyan v2.5.0 |
145 | 2024-06-26T04:31:41.665Z | Downloaded pkg-config v0.3.30 |
146 | 2024-06-26T04:31:42.077Z | Downloaded futures-macro v0.3.30 |
147 | 2024-06-26T04:31:42.077Z | Downloaded structmeta v0.3.0 |
148 | 2024-06-26T04:31:42.077Z | Downloaded schemars_derive v0.8.21 |
149 | 2024-06-26T04:31:42.077Z | Downloaded futures-channel v0.3.30 |
150 | 2024-06-26T04:31:42.077Z | Downloaded async-trait v0.1.80 |
151 | 2024-06-26T04:31:42.077Z | Downloaded serde_path_to_error v0.1.16 |
152 | 2024-06-26T04:31:42.077Z | Downloaded scroll_derive v0.12.0 |
153 | 2024-06-26T04:31:42.077Z | Downloaded dtrace-parser v0.2.0 |
154 | 2024-06-26T04:31:42.077Z | Downloaded openssl-probe v0.1.5 |
155 | 2024-06-26T04:31:42.077Z | Downloaded futures-task v0.3.30 |
156 | 2024-06-26T04:31:42.077Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-06-26T04:31:42.077Z | Downloaded pin-utils v0.1.0 |
158 | 2024-06-26T04:31:42.077Z | Downloaded usdt-macro v0.5.0 |
159 | 2024-06-26T04:31:42.077Z | Downloaded match_cfg v0.1.0 |
160 | 2024-06-26T04:31:42.077Z | Downloaded async-stream-impl v0.3.5 |
161 | 2024-06-26T04:31:42.077Z | Downloaded deranged v0.3.11 |
162 | 2024-06-26T04:31:42.077Z | Downloaded crypto-common v0.1.6 |
163 | 2024-06-26T04:31:42.077Z | Downloaded is-terminal v0.4.12 |
164 | 2024-06-26T04:31:42.077Z | Downloaded dirs-next v2.0.0 |
165 | 2024-06-26T04:31:42.077Z | Downloaded serde_tokenstream v0.2.1 |
166 | 2024-06-26T04:31:42.077Z | Downloaded version_check v0.9.4 |
167 | 2024-06-26T04:31:42.077Z | Downloaded tinyvec_macros v0.1.1 |
168 | 2024-06-26T04:31:42.077Z | Downloaded rustls-pki-types v1.7.0 |
169 | 2024-06-26T04:31:42.077Z | Downloaded num_threads v0.1.7 |
170 | 2024-06-26T04:31:42.077Z | Downloaded thiserror-impl v1.0.61 |
171 | 2024-06-26T04:31:42.077Z | Downloaded lock_api v0.4.12 |
172 | 2024-06-26T04:31:42.077Z | Downloaded native-tls v0.2.12 |
173 | 2024-06-26T04:31:42.078Z | Downloaded scroll v0.12.0 |
174 | 2024-06-26T04:31:42.078Z | Downloaded sha2 v0.10.8 |
175 | 2024-06-26T04:31:42.078Z | Downloaded plain v0.2.3 |
176 | 2024-06-26T04:31:42.078Z | Downloaded anyhow v1.0.86 |
177 | 2024-06-26T04:31:42.078Z | Downloaded pest_derive v2.7.10 |
178 | 2024-06-26T04:31:42.078Z | Downloaded take_mut v0.2.2 |
179 | 2024-06-26T04:31:42.078Z | Downloaded scopeguard v1.2.0 |
180 | 2024-06-26T04:31:42.078Z | Downloaded httparse v1.9.4 |
181 | 2024-06-26T04:31:42.078Z | Downloaded slog-term v2.9.1 |
182 | 2024-06-26T04:31:42.078Z | Downloaded time-core v0.1.2 |
183 | 2024-06-26T04:31:42.078Z | Downloaded try-lock v0.2.5 |
184 | 2024-06-26T04:31:42.078Z | Downloaded tower-service v0.3.2 |
185 | 2024-06-26T04:31:42.078Z | Downloaded ppv-lite86 v0.2.17 |
186 | 2024-06-26T04:31:42.078Z | Downloaded pest_generator v2.7.10 |
187 | 2024-06-26T04:31:42.078Z | Downloaded rustversion v1.0.17 |
188 | 2024-06-26T04:31:42.078Z | Downloaded rand_core v0.6.4 |
189 | 2024-06-26T04:31:42.078Z | Downloaded http-body v0.4.6 |
190 | 2024-06-26T04:31:42.078Z | Downloaded generic-array v0.14.7 |
191 | 2024-06-26T04:31:42.078Z | Downloaded paste v1.0.15 |
192 | 2024-06-26T04:31:42.078Z | Downloaded pretty-hex v0.4.1 |
193 | 2024-06-26T04:31:42.078Z | Downloaded tokio-native-tls v0.3.1 |
194 | 2024-06-26T04:31:42.078Z | Downloaded zeroize v1.8.1 |
195 | 2024-06-26T04:31:42.078Z | Downloaded serde_derive v1.0.203 |
196 | 2024-06-26T04:31:42.078Z | Downloaded slab v0.4.9 |
197 | 2024-06-26T04:31:42.078Z | Downloaded digest v0.10.7 |
198 | 2024-06-26T04:31:42.078Z | Downloaded thread_local v1.1.8 |
199 | 2024-06-26T04:31:42.078Z | Downloaded term v0.7.0 |
200 | 2024-06-26T04:31:42.078Z | Downloaded proc-macro2 v1.0.86 |
201 | 2024-06-26T04:31:42.078Z | Downloaded pest_meta v2.7.10 |
202 | 2024-06-26T04:31:42.078Z | Downloaded uuid v1.9.1 |
203 | 2024-06-26T04:31:42.078Z | Downloaded strsim v0.11.1 |
204 | 2024-06-26T04:31:42.078Z | Downloaded thiserror v1.0.61 |
205 | 2024-06-26T04:31:42.078Z | Downloaded indexmap v1.9.3 |
206 | 2024-06-26T04:31:42.078Z | Downloaded structmeta-derive v0.3.0 |
207 | 2024-06-26T04:31:42.078Z | Downloaded slog-json v2.6.1 |
208 | 2024-06-26T04:31:42.078Z | Downloaded bytes v1.6.0 |
209 | 2024-06-26T04:31:42.078Z | Downloaded toml_datetime v0.6.6 |
210 | 2024-06-26T04:31:42.078Z | Downloaded semver v1.0.23 |
211 | 2024-06-26T04:31:42.078Z | Downloaded powerfmt v0.2.0 |
212 | 2024-06-26T04:31:42.079Z | Downloaded thread-id v4.2.1 |
213 | 2024-06-26T04:31:42.079Z | Downloaded camino v1.1.7 |
214 | 2024-06-26T04:31:42.079Z | Downloaded time-macros v0.2.18 |
215 | 2024-06-26T04:31:42.079Z | Downloaded sct v0.7.1 |
216 | 2024-06-26T04:31:42.079Z | Downloaded ryu v1.0.18 |
217 | 2024-06-26T04:31:42.079Z | Downloaded strum_macros v0.26.4 |
218 | 2024-06-26T04:31:42.079Z | Downloaded slog v2.7.0 |
219 | 2024-06-26T04:31:42.079Z | Downloaded once_cell v1.19.0 |
220 | 2024-06-26T04:31:42.079Z | Downloaded smallvec v1.13.2 |
221 | 2024-06-26T04:31:42.079Z | Downloaded tokio-macros v2.3.0 |
222 | 2024-06-26T04:31:42.079Z | Downloaded socket2 v0.5.7 |
223 | 2024-06-26T04:31:42.079Z | Downloaded serde_yaml v0.9.34+deprecated |
224 | 2024-06-26T04:31:42.079Z | Downloaded url v2.5.2 |
225 | 2024-06-26T04:31:42.079Z | Downloaded tokio-rustls v0.24.1 |
226 | 2024-06-26T04:31:42.079Z | Downloaded newtype-uuid v1.1.0 |
227 | 2024-06-26T04:31:42.079Z | Downloaded ipnet v2.9.0 |
228 | 2024-06-26T04:31:42.079Z | Downloaded spin v0.9.8 |
229 | 2024-06-26T04:31:42.079Z | Downloaded quote v1.0.36 |
230 | 2024-06-26T04:31:42.079Z | Downloaded tokio-rustls v0.25.0 |
231 | 2024-06-26T04:31:42.079Z | Downloaded serde_with_macros v3.8.1 |
232 | 2024-06-26T04:31:42.079Z | Downloaded darling v0.20.9 |
233 | 2024-06-26T04:31:42.079Z | Downloaded serde v1.0.203 |
234 | 2024-06-26T04:31:42.079Z | Downloaded crossbeam-utils v0.8.20 |
235 | 2024-06-26T04:31:42.079Z | Downloaded toml v0.8.14 |
236 | 2024-06-26T04:31:42.079Z | Downloaded allocator-api2 v0.2.18 |
237 | 2024-06-26T04:31:42.079Z | Downloaded schemars v0.8.21 |
238 | 2024-06-26T04:31:42.079Z | Downloaded crossbeam-channel v0.5.13 |
239 | 2024-06-26T04:31:42.079Z | Downloaded ucd-trie v0.1.6 |
240 | 2024-06-26T04:31:42.079Z | Downloaded tracing-core v0.1.32 |
241 | 2024-06-26T04:31:42.079Z | Downloaded num-traits v0.2.19 |
242 | 2024-06-26T04:31:42.079Z | Downloaded http v1.1.0 |
243 | 2024-06-26T04:31:42.079Z | Downloaded base64 v0.21.7 |
244 | 2024-06-26T04:31:42.079Z | Downloaded futures v0.3.30 |
245 | 2024-06-26T04:31:42.079Z | Downloaded tinyvec v1.6.1 |
246 | 2024-06-26T04:31:42.082Z | Downloaded unicode-normalization v0.1.23 |
247 | 2024-06-26T04:31:42.083Z | Downloaded memchr v2.7.4 |
248 | 2024-06-26T04:31:42.083Z | Downloaded indexmap v2.2.6 |
249 | 2024-06-26T04:31:42.083Z | Downloaded tracing v0.1.40 |
250 | 2024-06-26T04:31:42.083Z | Downloaded hashbrown v0.12.3 |
251 | 2024-06-26T04:31:42.083Z | Downloaded toml_edit v0.22.14 |
252 | 2024-06-26T04:31:42.083Z | Downloaded mio v0.8.11 |
253 | 2024-06-26T04:31:42.083Z | Downloaded pest v2.7.10 |
254 | 2024-06-26T04:31:42.083Z | Downloaded hashbrown v0.14.5 |
255 | 2024-06-26T04:31:42.083Z | Downloaded time v0.3.36 |
256 | 2024-06-26T04:31:42.083Z | Downloaded tokio-util v0.7.11 |
257 | 2024-06-26T04:31:42.083Z | Downloaded winnow v0.6.13 |
258 | 2024-06-26T04:31:42.083Z | Downloaded futures-util v0.3.30 |
259 | 2024-06-26T04:31:42.083Z | Downloaded serde_json v1.0.118 |
260 | 2024-06-26T04:31:42.083Z | Downloaded rustls-webpki v0.102.4 |
261 | 2024-06-26T04:31:42.083Z | Downloaded goblin v0.8.2 |
262 | 2024-06-26T04:31:42.083Z | Downloaded chrono v0.4.38 |
263 | 2024-06-26T04:31:42.083Z | Downloaded rustls-webpki v0.101.7 |
264 | 2024-06-26T04:31:42.083Z | Downloaded reqwest v0.11.27 |
265 | 2024-06-26T04:31:42.083Z | Downloaded regex v1.10.5 |
266 | 2024-06-26T04:31:42.083Z | Downloaded openapiv3 v2.0.0 |
267 | 2024-06-26T04:31:42.083Z | Downloaded syn v2.0.68 |
268 | 2024-06-26T04:31:42.083Z | Downloaded webpki-roots v0.25.4 |
269 | 2024-06-26T04:31:42.083Z | Downloaded rustls v0.22.4 |
270 | 2024-06-26T04:31:42.083Z | Downloaded rustls v0.21.12 |
271 | 2024-06-26T04:31:42.083Z | Downloaded regress v0.9.1 |
272 | 2024-06-26T04:31:42.083Z | Downloaded regex-syntax v0.8.4 |
273 | 2024-06-26T04:31:42.083Z | Downloaded regress v0.10.0 |
274 | 2024-06-26T04:31:42.083Z | Downloaded vcpkg v0.2.15 |
275 | 2024-06-26T04:31:42.111Z | Downloaded regex-automata v0.4.7 |
276 | 2024-06-26T04:31:42.126Z | Downloaded tokio v1.38.0 |
277 | 2024-06-26T04:31:42.159Z | Downloaded libc v0.2.155 |
278 | 2024-06-26T04:31:42.185Z | Downloaded openssl v0.10.64 |
279 | 2024-06-26T04:31:42.192Z | Downloaded idna v0.5.0 |
280 | 2024-06-26T04:31:42.198Z | Downloaded encoding_rs v0.8.34 |
281 | 2024-06-26T04:31:42.217Z | Downloaded hyper v0.14.29 |
282 | 2024-06-26T04:31:42.224Z | Downloaded zerocopy v0.7.34 |
283 | 2024-06-26T04:31:42.238Z | Downloaded serde_with v3.8.1 |
284 | 2024-06-26T04:31:42.245Z | Downloaded h2 v0.3.26 |
285 | 2024-06-26T04:31:42.250Z | Downloaded http v0.2.12 |
286 | 2024-06-26T04:31:42.254Z | Downloaded darling_core v0.20.9 |
287 | 2024-06-26T04:31:42.259Z | Downloaded cc v1.0.101 |
288 | 2024-06-26T04:31:42.262Z | Downloaded base64 v0.22.1 |
289 | 2024-06-26T04:31:42.264Z | Downloaded typenum v1.17.0 |
290 | 2024-06-26T04:31:42.267Z | Downloaded openssl-sys v0.9.102 |
291 | 2024-06-26T04:31:42.270Z | Downloaded log v0.4.21 |
292 | 2024-06-26T04:31:42.272Z | Downloaded bitflags v2.6.0 |
293 | 2024-06-26T04:31:42.275Z | Downloaded rand v0.8.5 |
294 | 2024-06-26T04:31:42.278Z | Downloaded pin-project-lite v0.2.14 |
295 | 2024-06-26T04:31:42.282Z | Downloaded multer v3.1.0 |
296 | 2024-06-26T04:31:42.285Z | Downloaded rustls-pemfile v2.1.2 |
297 | 2024-06-26T04:31:42.287Z | Downloaded iana-time-zone v0.1.60 |
298 | 2024-06-26T04:31:42.290Z | Downloaded httpdate v1.0.3 |
299 | 2024-06-26T04:31:42.292Z | Downloaded backoff v0.4.0 |
300 | 2024-06-26T04:31:42.292Z | Downloaded aho-corasick v1.1.3 |
301 | 2024-06-26T04:31:42.298Z | Downloaded slog-async v2.8.0 |
302 | 2024-06-26T04:31:42.300Z | Downloaded sha1 v0.10.6 |
303 | 2024-06-26T04:31:42.302Z | Downloaded serde_urlencoded v0.7.1 |
304 | 2024-06-26T04:31:42.302Z | Downloaded serde_spanned v0.6.6 |
305 | 2024-06-26T04:31:42.302Z | Downloaded unsafe-libyaml v0.2.11 |
306 | 2024-06-26T04:31:42.305Z | Downloaded unicode-bidi v0.3.15 |
307 | 2024-06-26T04:31:42.308Z | Downloaded signal-hook-registry v1.4.2 |
308 | 2024-06-26T04:31:42.311Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2024-06-26T04:31:42.311Z | Downloaded hyper-rustls v0.24.2 |
310 | 2024-06-26T04:31:42.313Z | Downloaded parking_lot v0.12.3 |
311 | 2024-06-26T04:31:42.315Z | Downloaded parking_lot_core v0.9.10 |
312 | 2024-06-26T04:31:42.315Z | Downloaded zerocopy-derive v0.7.34 |
313 | 2024-06-26T04:31:42.319Z | Downloaded mime v0.3.17 |
314 | 2024-06-26T04:31:42.321Z | Downloaded fnv v1.0.7 |
315 | 2024-06-26T04:31:42.322Z | Downloaded debug-ignore v1.0.5 |
316 | 2024-06-26T04:31:42.324Z | Downloaded parse-display v0.9.1 |
317 | 2024-06-26T04:31:42.324Z | Downloaded heck v0.5.0 |
318 | 2024-06-26T04:31:42.324Z | Downloaded cpufeatures v0.2.12 |
319 | 2024-06-26T04:31:42.327Z | Downloaded cfg-if v1.0.0 |
320 | 2024-06-26T04:31:42.327Z | Downloaded futures-io v0.3.30 |
321 | 2024-06-26T04:31:42.327Z | Downloaded dirs-sys-next v0.1.2 |
322 | 2024-06-26T04:31:42.329Z | Downloaded atomic-waker v1.1.2 |
323 | 2024-06-26T04:31:42.329Z | Downloaded futures-sink v0.3.30 |
324 | 2024-06-26T04:31:42.331Z | Downloaded futures-core v0.3.30 |
325 | 2024-06-26T04:31:42.331Z | Downloaded memmap v0.7.0 |
326 | 2024-06-26T04:31:42.331Z | Downloaded hostname v0.3.1 |
327 | 2024-06-26T04:31:42.334Z | Downloaded byteorder v1.5.0 |
328 | 2024-06-26T04:31:42.334Z | Downloaded autocfg v1.3.0 |
329 | 2024-06-26T04:31:42.342Z | Downloaded ring v0.17.8 |
330 | 2024-06-26T04:31:42.533Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-26T04:31:42.533Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-26T04:31:42.538Z | Compiling libc v0.2.155 |
333 | 2024-06-26T04:31:42.538Z | Checking cfg-if v1.0.0 |
334 | 2024-06-26T04:31:42.546Z | Compiling version_check v0.9.4 |
335 | 2024-06-26T04:31:42.549Z | Compiling autocfg v1.3.0 |
336 | 2024-06-26T04:31:42.549Z | Compiling serde v1.0.203 |
337 | 2024-06-26T04:31:42.549Z | Compiling serde_json v1.0.118 |
338 | 2024-06-26T04:31:42.621Z | Checking itoa v1.0.11 |
339 | 2024-06-26T04:31:42.717Z | Compiling thiserror v1.0.61 |
340 | 2024-06-26T04:31:42.803Z | Checking once_cell v1.19.0 |
341 | 2024-06-26T04:31:43.034Z | Compiling cc v1.0.101 |
342 | 2024-06-26T04:31:43.094Z | Compiling ahash v0.8.11 |
343 | 2024-06-26T04:31:43.206Z | Compiling memchr v2.7.4 |
344 | 2024-06-26T04:31:44.987Z | Checking byteorder v1.5.0 |
345 | 2024-06-26T04:31:45.226Z | Compiling num-traits v0.2.19 |
346 | 2024-06-26T04:31:45.481Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-26T04:31:45.523Z | Checking ryu v1.0.18 |
348 | 2024-06-26T04:31:45.536Z | Checking log v0.4.21 |
349 | 2024-06-26T04:31:45.585Z | Checking bytes v1.6.0 |
350 | 2024-06-26T04:31:45.705Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-26T04:31:45.737Z | Compiling lock_api v0.4.12 |
352 | 2024-06-26T04:31:45.767Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-06-26T04:31:45.907Z | Compiling schemars v0.8.21 |
354 | 2024-06-26T04:31:45.992Z | Compiling ring v0.17.8 |
355 | 2024-06-26T04:31:46.129Z | Checking futures-core v0.3.30 |
356 | 2024-06-26T04:31:46.143Z | Checking getrandom v0.2.15 |
357 | 2024-06-26T04:31:46.161Z | Checking smallvec v1.13.2 |
358 | 2024-06-26T04:31:46.253Z | Checking scopeguard v1.2.0 |
359 | 2024-06-26T04:31:46.274Z | Checking mio v0.8.11 |
360 | 2024-06-26T04:31:46.285Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-06-26T04:31:46.294Z | Compiling quote v1.0.36 |
362 | 2024-06-26T04:31:46.332Z | Checking socket2 v0.5.7 |
363 | 2024-06-26T04:31:46.516Z | Checking num_cpus v1.16.0 |
364 | 2024-06-26T04:31:46.598Z | Compiling slab v0.4.9 |
365 | 2024-06-26T04:31:46.779Z | Compiling syn v2.0.68 |
366 | 2024-06-26T04:31:46.807Z | Checking parking_lot v0.12.3 |
367 | 2024-06-26T04:31:46.864Z | Checking futures-sink v0.3.30 |
368 | 2024-06-26T04:31:46.870Z | Checking spin v0.9.8 |
369 | 2024-06-26T04:31:46.898Z | Checking fnv v1.0.7 |
370 | 2024-06-26T04:31:46.987Z | Checking untrusted v0.9.0 |
371 | 2024-06-26T04:31:47.007Z | Checking equivalent v1.0.1 |
372 | 2024-06-26T04:31:47.077Z | Checking futures-channel v0.3.30 |
373 | 2024-06-26T04:31:47.088Z | Checking futures-task v0.3.30 |
374 | 2024-06-26T04:31:47.101Z | Compiling pkg-config v0.3.30 |
375 | 2024-06-26T04:31:47.104Z | Compiling semver v1.0.23 |
376 | 2024-06-26T04:31:47.251Z | Checking futures-io v0.3.30 |
377 | 2024-06-26T04:31:47.275Z | Compiling vcpkg v0.2.15 |
378 | 2024-06-26T04:31:47.369Z | Checking pin-utils v0.1.0 |
379 | 2024-06-26T04:31:47.431Z | Compiling ucd-trie v0.1.6 |
380 | 2024-06-26T04:31:47.539Z | Checking iana-time-zone v0.1.60 |
381 | 2024-06-26T04:31:47.636Z | Checking http v0.2.12 |
382 | 2024-06-26T04:31:47.886Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-26T04:31:47.977Z | Compiling heck v0.5.0 |
384 | 2024-06-26T04:31:48.303Z | Compiling httparse v1.9.4 |
385 | 2024-06-26T04:31:48.811Z | Compiling openssl-sys v0.9.102 |
386 | 2024-06-26T04:31:48.814Z | Checking tracing-core v0.1.32 |
387 | 2024-06-26T04:31:48.955Z | Compiling uuid v1.9.1 |
388 | 2024-06-26T04:31:49.203Z | Compiling chrono v0.4.38 |
389 | 2024-06-26T04:31:49.357Z | Checking try-lock v0.2.5 |
390 | 2024-06-26T04:31:49.391Z | Checking tracing v0.1.40 |
391 | 2024-06-26T04:31:49.424Z | Compiling openssl v0.10.64 |
392 | 2024-06-26T04:31:49.461Z | Compiling slog v2.7.0 |
393 | 2024-06-26T04:31:49.634Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-06-26T04:31:49.709Z | Checking foreign-types v0.3.2 |
395 | 2024-06-26T04:31:49.741Z | Checking want v0.3.1 |
396 | 2024-06-26T04:31:49.778Z | Checking http-body v0.4.6 |
397 | 2024-06-26T04:31:49.866Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-26T04:31:49.903Z | Checking httpdate v1.0.3 |
399 | 2024-06-26T04:31:50.050Z | Compiling rustls v0.21.12 |
400 | 2024-06-26T04:31:50.124Z | Checking tower-service v0.3.2 |
401 | 2024-06-26T04:31:50.216Z | Checking tinyvec_macros v0.1.1 |
402 | 2024-06-26T04:31:50.277Z | Compiling regex-syntax v0.8.4 |
403 | 2024-06-26T04:31:50.283Z | Compiling typenum v1.17.0 |
404 | 2024-06-26T04:31:50.838Z | Compiling native-tls v0.2.12 |
405 | 2024-06-26T04:31:51.099Z | Checking percent-encoding v2.3.1 |
406 | 2024-06-26T04:31:51.160Z | Checking bitflags v2.6.0 |
407 | 2024-06-26T04:31:51.251Z | Checking form_urlencoded v1.2.1 |
408 | 2024-06-26T04:31:51.402Z | Checking tinyvec v1.6.1 |
409 | 2024-06-26T04:31:51.876Z | Compiling generic-array v0.14.7 |
410 | 2024-06-26T04:31:52.134Z | Checking openssl-probe v0.1.5 |
411 | 2024-06-26T04:31:52.353Z | Checking unicode-normalization v0.1.23 |
412 | 2024-06-26T04:31:52.426Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-06-26T04:31:53.602Z | Compiling regex-automata v0.4.7 |
414 | 2024-06-26T04:31:54.265Z | Compiling usdt-impl v0.5.0 |
415 | 2024-06-26T04:31:54.456Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-26T04:31:54.539Z | Checking powerfmt v0.2.0 |
417 | 2024-06-26T04:31:54.548Z | Checking unicode-bidi v0.3.15 |
418 | 2024-06-26T04:31:55.139Z | Checking mime v0.3.17 |
419 | 2024-06-26T04:31:55.282Z | Compiling num-conv v0.1.0 |
420 | 2024-06-26T04:31:55.420Z | Compiling time-core v0.1.2 |
421 | 2024-06-26T04:31:55.537Z | Checking idna v0.5.0 |
422 | 2024-06-26T04:31:55.560Z | Compiling time-macros v0.2.18 |
423 | 2024-06-26T04:31:55.729Z | Checking deranged v0.3.11 |
424 | 2024-06-26T04:31:56.402Z | Compiling thread-id v4.2.1 |
425 | 2024-06-26T04:31:56.595Z | Checking plain v0.2.3 |
426 | 2024-06-26T04:31:56.709Z | Compiling crossbeam-utils v0.8.20 |
427 | 2024-06-26T04:31:57.237Z | Compiling regex v1.10.5 |
428 | 2024-06-26T04:31:57.552Z | Compiling ident_case v1.0.1 |
429 | 2024-06-26T04:31:57.652Z | Checking base64 v0.21.7 |
430 | 2024-06-26T04:31:57.849Z | Checking num_threads v0.1.7 |
431 | 2024-06-26T04:31:58.085Z | Checking rustls-pki-types v1.7.0 |
432 | 2024-06-26T04:31:58.108Z | Compiling serde_derive v1.0.203 |
433 | 2024-06-26T04:31:58.137Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-06-26T04:31:58.458Z | Compiling thiserror-impl v1.0.61 |
435 | 2024-06-26T04:31:58.465Z | Compiling schemars_derive v0.8.21 |
436 | 2024-06-26T04:31:58.660Z | Compiling tokio-macros v2.3.0 |
437 | 2024-06-26T04:32:00.206Z | Checking zerocopy v0.7.34 |
438 | 2024-06-26T04:32:00.925Z | Checking tokio v1.38.0 |
439 | 2024-06-26T04:32:01.007Z | Compiling futures-macro v0.3.30 |
440 | 2024-06-26T04:32:01.461Z | Compiling pest v2.7.10 |
441 | 2024-06-26T04:32:01.464Z | Compiling openssl-macros v0.1.1 |
442 | 2024-06-26T04:32:01.474Z | Checking rustls-webpki v0.101.7 |
443 | 2024-06-26T04:32:01.953Z | Checking hashbrown v0.14.5 |
444 | 2024-06-26T04:32:02.169Z | Checking sct v0.7.1 |
445 | 2024-06-26T04:32:02.936Z | Checking futures-util v0.3.30 |
446 | 2024-06-26T04:32:03.063Z | Compiling scroll_derive v0.12.0 |
447 | 2024-06-26T04:32:03.514Z | Compiling regress v0.10.0 |
448 | 2024-06-26T04:32:04.206Z | Compiling pest_meta v2.7.10 |
449 | 2024-06-26T04:32:04.505Z | Checking scroll v0.12.0 |
450 | 2024-06-26T04:32:05.424Z | Compiling pest_generator v2.7.10 |
451 | 2024-06-26T04:32:07.588Z | Checking tokio-util v0.7.11 |
452 | 2024-06-26T04:32:07.701Z | Checking tokio-rustls v0.24.1 |
453 | 2024-06-26T04:32:08.009Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-06-26T04:32:08.048Z | Compiling strsim v0.11.1 |
455 | 2024-06-26T04:32:08.223Z | Checking time v0.3.36 |
456 | 2024-06-26T04:32:08.225Z | Checking goblin v0.8.2 |
457 | 2024-06-26T04:32:08.346Z | Compiling darling_core v0.20.9 |
458 | 2024-06-26T04:32:08.541Z | Compiling pest_derive v2.7.10 |
459 | 2024-06-26T04:32:09.362Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-26T04:32:09.841Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-06-26T04:32:10.023Z | Checking url v2.5.2 |
462 | 2024-06-26T04:32:10.721Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-06-26T04:32:10.762Z | Checking indexmap v2.2.6 |
464 | 2024-06-26T04:32:11.535Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-06-26T04:32:11.960Z | Checking h2 v0.3.26 |
466 | 2024-06-26T04:32:12.104Z | Compiling rustversion v1.0.17 |
467 | 2024-06-26T04:32:12.222Z | Checking openapiv3 v2.0.0 |
468 | 2024-06-26T04:32:12.273Z | Checking sync_wrapper v0.1.2 |
469 | 2024-06-26T04:32:12.370Z | Compiling rustls v0.22.4 |
470 | 2024-06-26T04:32:12.642Z | Checking webpki-roots v0.25.4 |
471 | 2024-06-26T04:32:12.701Z | Checking pretty-hex v0.4.1 |
472 | 2024-06-26T04:32:12.762Z | Compiling unsafe-libyaml v0.2.11 |
473 | 2024-06-26T04:32:12.838Z | Compiling omicron-workspace-hack v0.1.0 |
474 | 2024-06-26T04:32:13.111Z | Compiling serde_tokenstream v0.2.1 |
475 | 2024-06-26T04:32:13.894Z | Checking ipnet v2.9.0 |
476 | 2024-06-26T04:32:14.346Z | Compiling paste v1.0.15 |
477 | 2024-06-26T04:32:14.512Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
478 | 2024-06-26T04:32:14.515Z | Compiling darling_macro v0.20.9 |
479 | 2024-06-26T04:32:14.555Z | Checking dof v0.3.0 |
480 | 2024-06-26T04:32:15.454Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-26T04:32:15.805Z | Checking dirs-next v2.0.0 |
482 | 2024-06-26T04:32:15.895Z | Checking serde_spanned v0.6.6 |
483 | 2024-06-26T04:32:15.902Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-26T04:32:15.905Z | Checking hyper v0.14.29 |
485 | 2024-06-26T04:32:16.560Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-26T04:32:16.840Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-06-26T04:32:16.971Z | Checking crypto-common v0.1.6 |
488 | 2024-06-26T04:32:17.113Z | Checking block-buffer v0.10.4 |
489 | 2024-06-26T04:32:17.272Z | Checking rand_core v0.6.4 |
490 | 2024-06-26T04:32:17.367Z | Compiling multer v3.1.0 |
491 | 2024-06-26T04:32:17.532Z | Checking thread_local v1.1.8 |
492 | 2024-06-26T04:32:17.663Z | Checking ppv-lite86 v0.2.17 |
493 | 2024-06-26T04:32:17.776Z | Checking match_cfg v0.1.0 |
494 | 2024-06-26T04:32:17.845Z | Checking zeroize v1.8.1 |
495 | 2024-06-26T04:32:18.070Z | Checking winnow v0.6.13 |
496 | 2024-06-26T04:32:18.134Z | Compiling anyhow v1.0.86 |
497 | 2024-06-26T04:32:18.336Z | Compiling slog-async v2.8.0 |
498 | 2024-06-26T04:32:18.649Z | Compiling camino v1.1.7 |
499 | 2024-06-26T04:32:18.808Z | Checking subtle v2.6.1 |
500 | 2024-06-26T04:32:19.271Z | Checking rand_chacha v0.3.1 |
501 | 2024-06-26T04:32:19.373Z | Checking hostname v0.3.1 |
502 | 2024-06-26T04:32:19.488Z | Checking digest v0.10.7 |
503 | 2024-06-26T04:32:19.556Z | Compiling structmeta v0.3.0 |
504 | 2024-06-26T04:32:19.595Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2024-06-26T04:32:19.783Z | Compiling usdt-macro v0.5.0 |
506 | 2024-06-26T04:32:19.913Z | Checking crossbeam-channel v0.5.13 |
507 | 2024-06-26T04:32:19.921Z | Checking term v0.7.0 |
508 | 2024-06-26T04:32:20.196Z | Checking hyper-rustls v0.24.2 |
509 | 2024-06-26T04:32:20.320Z | Checking hyper-tls v0.5.0 |
510 | 2024-06-26T04:32:20.555Z | Checking reqwest v0.11.27 |
511 | 2024-06-26T04:32:21.018Z | Compiling darling v0.20.9 |
512 | 2024-06-26T04:32:21.030Z | Checking toml_edit v0.22.14 |
513 | 2024-06-26T04:32:21.061Z | Checking slog-json v2.6.1 |
514 | 2024-06-26T04:32:21.109Z | Checking futures-executor v0.3.30 |
515 | 2024-06-26T04:32:21.283Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-26T04:32:21.311Z | Checking http v1.1.0 |
517 | 2024-06-26T04:32:21.601Z | Checking is-terminal v0.4.12 |
518 | 2024-06-26T04:32:21.696Z | Checking memmap v0.7.0 |
519 | 2024-06-26T04:32:21.775Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
520 | 2024-06-26T04:32:21.828Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
521 | 2024-06-26T04:32:21.866Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
522 | 2024-06-26T04:32:22.069Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-26T04:32:22.103Z | Checking take_mut v0.2.2 |
524 | 2024-06-26T04:32:22.135Z | Checking atomic-waker v1.1.2 |
525 | 2024-06-26T04:32:22.143Z | Checking base64 v0.22.1 |
526 | 2024-06-26T04:32:22.235Z | Checking waitgroup v0.1.2 |
527 | 2024-06-26T04:32:22.351Z | Checking sha1 v0.10.6 |
528 | 2024-06-26T04:32:22.517Z | Checking tokio-rustls v0.25.0 |
529 | 2024-06-26T04:32:22.525Z | Checking usdt v0.5.0 |
530 | 2024-06-26T04:32:22.541Z | Checking async-stream v0.3.5 |
531 | 2024-06-26T04:32:22.558Z | Checking rustls-pemfile v2.1.2 |
532 | 2024-06-26T04:32:22.577Z | Compiling strum_macros v0.26.4 |
533 | 2024-06-26T04:32:22.697Z | Checking slog-term v2.9.1 |
534 | 2024-06-26T04:32:22.729Z | Checking futures v0.3.30 |
535 | 2024-06-26T04:32:22.749Z | Checking slog-bunyan v2.5.0 |
536 | 2024-06-26T04:32:22.813Z | Compiling serde_with_macros v3.8.1 |
537 | 2024-06-26T04:32:22.825Z | Compiling parse-display-derive v0.9.1 |
538 | 2024-06-26T04:32:22.875Z | Checking rand v0.8.5 |
539 | 2024-06-26T04:32:23.409Z | Checking ipnetwork v0.20.0 |
540 | 2024-06-26T04:32:23.461Z | Checking toml v0.8.14 |
541 | 2024-06-26T04:32:23.677Z | Checking newtype-uuid v1.1.0 |
542 | 2024-06-26T04:32:23.739Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
543 | 2024-06-26T04:32:23.877Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-06-26T04:32:24.076Z | Checking hex v0.4.3 |
545 | 2024-06-26T04:32:24.148Z | Compiling async-trait v0.1.80 |
546 | 2024-06-26T04:32:24.487Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
547 | 2024-06-26T04:32:24.573Z | Checking hostname v0.4.0 |
548 | 2024-06-26T04:32:24.681Z | Checking instant v0.1.13 |
549 | 2024-06-26T04:32:24.770Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-26T04:32:24.882Z | Checking backoff v0.4.0 |
551 | 2024-06-26T04:32:25.139Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-06-26T04:32:25.227Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-06-26T04:32:25.261Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-06-26T04:32:25.340Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
555 | 2024-06-26T04:32:25.466Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-06-26T04:32:25.493Z | Checking serde_with v3.8.1 |
557 | 2024-06-26T04:32:25.728Z | Checking macaddr v1.0.1 |
558 | 2024-06-26T04:32:26.013Z | Checking regress v0.9.1 |
559 | 2024-06-26T04:32:26.808Z | Checking parse-display v0.9.1 |
560 | 2024-06-26T04:32:27.058Z | Checking strum v0.26.3 |
561 | 2024-06-26T04:32:28.607Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-26T04:32:30.313Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
563 | 2024-06-26T04:32:30.365Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
564 | 2024-06-26T04:32:33.174Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
565 | 2024-06-26T04:32:39.144Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
566 | 2024-06-26T04:32:41.844Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-26T04:32:47.425Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-26T04:32:47.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
569 | 2024-06-26T04:32:47.530Z | + cargo build --release |
570 | 2024-06-26T04:32:47.768Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-26T04:32:47.768Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-26T04:32:47.768Z | Compiling libc v0.2.155 |
573 | 2024-06-26T04:32:47.772Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-26T04:32:47.772Z | Compiling version_check v0.9.4 |
575 | 2024-06-26T04:32:47.772Z | Compiling autocfg v1.3.0 |
576 | 2024-06-26T04:32:47.772Z | Compiling serde v1.0.203 |
577 | 2024-06-26T04:32:47.772Z | Compiling serde_json v1.0.118 |
578 | 2024-06-26T04:32:47.866Z | Compiling itoa v1.0.11 |
579 | 2024-06-26T04:32:48.081Z | Compiling thiserror v1.0.61 |
580 | 2024-06-26T04:32:48.231Z | Compiling once_cell v1.19.0 |
581 | 2024-06-26T04:32:48.278Z | Compiling cc v1.0.101 |
582 | 2024-06-26T04:32:48.302Z | Compiling memchr v2.7.4 |
583 | 2024-06-26T04:32:48.382Z | Compiling ahash v0.8.11 |
584 | 2024-06-26T04:32:48.715Z | Compiling byteorder v1.5.0 |
585 | 2024-06-26T04:32:48.961Z | Compiling num-traits v0.2.19 |
586 | 2024-06-26T04:32:49.121Z | Compiling getrandom v0.2.15 |
587 | 2024-06-26T04:32:49.160Z | Compiling quote v1.0.36 |
588 | 2024-06-26T04:32:49.258Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-26T04:32:49.361Z | Compiling ryu v1.0.18 |
590 | 2024-06-26T04:32:49.499Z | Compiling syn v2.0.68 |
591 | 2024-06-26T04:32:49.688Z | Compiling log v0.4.21 |
592 | 2024-06-26T04:32:49.769Z | Compiling bytes v1.6.0 |
593 | 2024-06-26T04:32:49.890Z | Compiling schemars v0.8.21 |
594 | 2024-06-26T04:32:49.903Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-26T04:32:50.122Z | Compiling lock_api v0.4.12 |
596 | 2024-06-26T04:32:50.150Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-26T04:32:50.236Z | Compiling scopeguard v1.2.0 |
598 | 2024-06-26T04:32:50.378Z | Compiling smallvec v1.13.2 |
599 | 2024-06-26T04:32:50.541Z | Compiling futures-core v0.3.30 |
600 | 2024-06-26T04:32:50.716Z | Compiling mio v0.8.11 |
601 | 2024-06-26T04:32:50.759Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-06-26T04:32:51.109Z | Compiling num_cpus v1.16.0 |
603 | 2024-06-26T04:32:51.222Z | Compiling parking_lot v0.12.3 |
604 | 2024-06-26T04:32:51.266Z | Compiling ring v0.17.8 |
605 | 2024-06-26T04:32:51.293Z | Compiling socket2 v0.5.7 |
606 | 2024-06-26T04:32:51.633Z | Compiling slab v0.4.9 |
607 | 2024-06-26T04:32:51.779Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-26T04:32:51.961Z | Compiling spin v0.9.8 |
609 | 2024-06-26T04:32:52.111Z | Compiling equivalent v1.0.1 |
610 | 2024-06-26T04:32:52.190Z | Compiling untrusted v0.9.0 |
611 | 2024-06-26T04:32:52.199Z | Compiling fnv v1.0.7 |
612 | 2024-06-26T04:32:52.359Z | Compiling semver v1.0.23 |
613 | 2024-06-26T04:32:52.664Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-26T04:32:52.828Z | Compiling vcpkg v0.2.15 |
615 | 2024-06-26T04:32:52.866Z | Compiling pin-utils v0.1.0 |
616 | 2024-06-26T04:32:52.945Z | Compiling futures-task v0.3.30 |
617 | 2024-06-26T04:32:52.983Z | Compiling pkg-config v0.3.30 |
618 | 2024-06-26T04:32:53.019Z | Compiling futures-io v0.3.30 |
619 | 2024-06-26T04:32:53.362Z | Compiling ucd-trie v0.1.6 |
620 | 2024-06-26T04:32:53.437Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-06-26T04:32:53.839Z | Compiling http v0.2.12 |
622 | 2024-06-26T04:32:54.307Z | Compiling httparse v1.9.4 |
623 | 2024-06-26T04:32:54.360Z | Compiling heck v0.5.0 |
624 | 2024-06-26T04:32:54.497Z | Compiling openssl-sys v0.9.102 |
625 | 2024-06-26T04:32:54.780Z | Compiling dyn-clone v1.0.17 |
626 | 2024-06-26T04:32:55.070Z | Compiling tracing-core v0.1.32 |
627 | 2024-06-26T04:32:55.221Z | Compiling chrono v0.4.38 |
628 | 2024-06-26T04:32:55.272Z | Compiling uuid v1.9.1 |
629 | 2024-06-26T04:32:55.792Z | Compiling tracing v0.1.40 |
630 | 2024-06-26T04:32:56.482Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-06-26T04:32:57.478Z | Compiling try-lock v0.2.5 |
632 | 2024-06-26T04:32:57.619Z | Compiling openssl v0.10.64 |
633 | 2024-06-26T04:32:57.975Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-06-26T04:32:58.015Z | Compiling slog v2.7.0 |
635 | 2024-06-26T04:32:58.227Z | Compiling foreign-types v0.3.2 |
636 | 2024-06-26T04:32:58.311Z | Compiling want v0.3.1 |
637 | 2024-06-26T04:32:58.552Z | Compiling http-body v0.4.6 |
638 | 2024-06-26T04:32:58.578Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-26T04:32:58.794Z | Compiling rustls v0.21.12 |
640 | 2024-06-26T04:32:59.019Z | Compiling tower-service v0.3.2 |
641 | 2024-06-26T04:32:59.084Z | Compiling tinyvec_macros v0.1.1 |
642 | 2024-06-26T04:32:59.118Z | Compiling native-tls v0.2.12 |
643 | 2024-06-26T04:32:59.161Z | Compiling httpdate v1.0.3 |
644 | 2024-06-26T04:32:59.464Z | Compiling bitflags v2.6.0 |
645 | 2024-06-26T04:32:59.805Z | Compiling regex-syntax v0.8.4 |
646 | 2024-06-26T04:32:59.878Z | Compiling percent-encoding v2.3.1 |
647 | 2024-06-26T04:32:59.994Z | Compiling typenum v1.17.0 |
648 | 2024-06-26T04:33:00.227Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-26T04:33:00.333Z | Compiling tinyvec v1.6.1 |
650 | 2024-06-26T04:33:01.075Z | Compiling generic-array v0.14.7 |
651 | 2024-06-26T04:33:01.465Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-26T04:33:01.921Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-06-26T04:33:02.046Z | Compiling serde_derive v1.0.203 |
654 | 2024-06-26T04:33:02.344Z | Compiling zerocopy-derive v0.7.34 |
655 | 2024-06-26T04:33:02.685Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-06-26T04:33:02.976Z | Compiling schemars_derive v0.8.21 |
657 | 2024-06-26T04:33:03.145Z | Compiling tokio-macros v2.3.0 |
658 | 2024-06-26T04:33:04.427Z | Compiling zerocopy v0.7.34 |
659 | 2024-06-26T04:33:05.617Z | Compiling tokio v1.38.0 |
660 | 2024-06-26T04:33:05.630Z | Compiling futures-macro v0.3.30 |
661 | 2024-06-26T04:33:06.043Z | Compiling pest v2.7.10 |
662 | 2024-06-26T04:33:06.660Z | Compiling hashbrown v0.14.5 |
663 | 2024-06-26T04:33:07.626Z | Compiling futures-util v0.3.30 |
664 | 2024-06-26T04:33:08.254Z | Compiling regress v0.10.0 |
665 | 2024-06-26T04:33:08.370Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-26T04:33:08.839Z | Compiling pest_meta v2.7.10 |
667 | 2024-06-26T04:33:13.054Z | Compiling pest_generator v2.7.10 |
668 | 2024-06-26T04:33:13.060Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-06-26T04:33:14.472Z | Compiling tokio-util v0.7.11 |
670 | 2024-06-26T04:33:14.855Z | Compiling pest_derive v2.7.10 |
671 | 2024-06-26T04:33:15.717Z | Compiling sct v0.7.1 |
672 | 2024-06-26T04:33:16.550Z | Compiling indexmap v2.2.6 |
673 | 2024-06-26T04:33:17.554Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-06-26T04:33:18.165Z | Compiling h2 v0.3.26 |
675 | 2024-06-26T04:33:18.697Z | Compiling regex-automata v0.4.7 |
676 | 2024-06-26T04:33:23.137Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
677 | 2024-06-26T04:33:23.473Z | Compiling hyper v0.14.29 |
678 | 2024-06-26T04:33:26.817Z | Compiling regex v1.10.5 |
679 | 2024-06-26T04:33:30.435Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-26T04:33:33.931Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-26T04:33:34.284Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-26T04:33:34.903Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-06-26T04:33:35.447Z | Compiling time-core v0.1.2 |
684 | 2024-06-26T04:33:35.600Z | Compiling powerfmt v0.2.0 |
685 | 2024-06-26T04:33:35.722Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
686 | 2024-06-26T04:33:37.975Z | Compiling num-conv v0.1.0 |
687 | 2024-06-26T04:33:38.242Z | Compiling mime v0.3.17 |
688 | 2024-06-26T04:33:39.315Z | Compiling time-macros v0.2.18 |
689 | 2024-06-26T04:33:41.106Z | Compiling deranged v0.3.11 |
690 | 2024-06-26T04:33:42.399Z | Compiling idna v0.5.0 |
691 | 2024-06-26T04:33:44.869Z | Compiling scroll v0.12.0 |
692 | 2024-06-26T04:33:44.938Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-26T04:33:45.344Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-26T04:33:45.483Z | Compiling dof v0.3.0 |
695 | 2024-06-26T04:33:45.615Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-26T04:33:45.891Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-26T04:33:46.392Z | Compiling thread-id v4.2.1 |
698 | 2024-06-26T04:33:46.479Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-06-26T04:33:46.760Z | Compiling num_threads v0.1.7 |
700 | 2024-06-26T04:33:47.630Z | Compiling strsim v0.11.1 |
701 | 2024-06-26T04:33:47.963Z | Compiling ident_case v1.0.1 |
702 | 2024-06-26T04:33:47.996Z | Compiling base64 v0.21.7 |
703 | 2024-06-26T04:33:48.116Z | Compiling plain v0.2.3 |
704 | 2024-06-26T04:33:48.353Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-06-26T04:33:49.060Z | Compiling rustls-pki-types v1.7.0 |
706 | 2024-06-26T04:33:50.419Z | Compiling rustls-pemfile v1.0.4 |
707 | 2024-06-26T04:33:51.225Z | Compiling time v0.3.36 |
708 | 2024-06-26T04:33:53.385Z | Compiling goblin v0.8.2 |
709 | 2024-06-26T04:33:53.458Z | Compiling darling_core v0.20.9 |
710 | 2024-06-26T04:33:57.401Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-26T04:33:57.551Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-26T04:33:57.975Z | Compiling url v2.5.2 |
713 | 2024-06-26T04:33:59.869Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
714 | 2024-06-26T04:33:59.980Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-26T04:34:01.654Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-26T04:34:03.163Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-06-26T04:34:03.280Z | Compiling rustls v0.22.4 |
718 | 2024-06-26T04:34:03.565Z | Compiling paste v1.0.15 |
719 | 2024-06-26T04:34:03.683Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-26T04:34:03.884Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-06-26T04:34:04.029Z | Compiling webpki-roots v0.25.4 |
722 | 2024-06-26T04:34:04.164Z | Compiling rustversion v1.0.17 |
723 | 2024-06-26T04:34:04.384Z | Compiling ipnet v2.9.0 |
724 | 2024-06-26T04:34:04.865Z | Compiling reqwest v0.11.27 |
725 | 2024-06-26T04:34:05.620Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-26T04:34:06.661Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
727 | 2024-06-26T04:34:07.626Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-26T04:34:07.878Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-26T04:34:10.462Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-26T04:34:11.447Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-26T04:34:11.660Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-26T04:34:11.851Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-26T04:34:12.534Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-26T04:34:12.761Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-26T04:34:13.462Z | Compiling rand_core v0.6.4 |
736 | 2024-06-26T04:34:13.749Z | Compiling thread_local v1.1.8 |
737 | 2024-06-26T04:34:13.913Z | Compiling multer v3.1.0 |
738 | 2024-06-26T04:34:14.221Z | Compiling winnow v0.6.13 |
739 | 2024-06-26T04:34:14.549Z | Compiling match_cfg v0.1.0 |
740 | 2024-06-26T04:34:14.628Z | Compiling subtle v2.6.1 |
741 | 2024-06-26T04:34:14.886Z | Compiling anyhow v1.0.86 |
742 | 2024-06-26T04:34:14.936Z | Compiling slog-async v2.8.0 |
743 | 2024-06-26T04:34:15.368Z | Compiling zeroize v1.8.1 |
744 | 2024-06-26T04:34:15.411Z | Compiling camino v1.1.7 |
745 | 2024-06-26T04:34:15.419Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-06-26T04:34:15.540Z | Compiling structmeta v0.3.0 |
747 | 2024-06-26T04:34:16.038Z | Compiling hostname v0.3.1 |
748 | 2024-06-26T04:34:16.131Z | Compiling rand_chacha v0.3.1 |
749 | 2024-06-26T04:34:16.262Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
750 | 2024-06-26T04:34:17.380Z | Compiling digest v0.10.7 |
751 | 2024-06-26T04:34:17.779Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-26T04:34:18.487Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-26T04:34:19.466Z | Compiling darling v0.20.9 |
754 | 2024-06-26T04:34:19.559Z | Compiling term v0.7.0 |
755 | 2024-06-26T04:34:25.429Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
756 | 2024-06-26T04:34:27.639Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-26T04:34:28.563Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-26T04:34:28.968Z | Compiling slog-json v2.6.1 |
759 | 2024-06-26T04:34:29.502Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-26T04:34:30.027Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-26T04:34:30.764Z | Compiling http v1.1.0 |
762 | 2024-06-26T04:34:31.385Z | Compiling memmap v0.7.0 |
763 | 2024-06-26T04:34:31.816Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-26T04:34:31.925Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-26T04:34:32.205Z | Compiling cpufeatures v0.2.12 |
766 | 2024-06-26T04:34:32.286Z | Compiling base64 v0.22.1 |
767 | 2024-06-26T04:34:32.496Z | Compiling atomic-waker v1.1.2 |
768 | 2024-06-26T04:34:32.657Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
769 | 2024-06-26T04:34:32.950Z | Compiling take_mut v0.2.2 |
770 | 2024-06-26T04:34:33.355Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-06-26T04:34:34.096Z | Compiling waitgroup v0.1.2 |
772 | 2024-06-26T04:34:34.313Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
773 | 2024-06-26T04:34:35.352Z | Compiling sha1 v0.10.6 |
774 | 2024-06-26T04:34:36.151Z | Compiling slog-term v2.9.1 |
775 | 2024-06-26T04:34:36.758Z | Compiling usdt v0.5.0 |
776 | 2024-06-26T04:34:37.435Z | Compiling async-stream v0.3.5 |
777 | 2024-06-26T04:34:37.787Z | Compiling futures v0.3.30 |
778 | 2024-06-26T04:34:37.968Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-26T04:34:38.213Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-26T04:34:38.337Z | Compiling toml v0.8.14 |
781 | 2024-06-26T04:34:39.090Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-26T04:34:39.485Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-26T04:34:42.278Z | Compiling rand v0.8.5 |
784 | 2024-06-26T04:34:44.592Z | Compiling parse-display-derive v0.9.1 |
785 | 2024-06-26T04:34:44.821Z | Compiling ipnetwork v0.20.0 |
786 | 2024-06-26T04:34:45.629Z | Compiling newtype-uuid v1.1.0 |
787 | 2024-06-26T04:34:45.950Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
788 | 2024-06-26T04:34:45.985Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-06-26T04:34:47.001Z | Compiling hex v0.4.3 |
790 | 2024-06-26T04:34:47.679Z | Compiling async-trait v0.1.80 |
791 | 2024-06-26T04:34:48.493Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-06-26T04:34:48.820Z | Compiling hostname v0.4.0 |
793 | 2024-06-26T04:34:49.055Z | Compiling instant v0.1.13 |
794 | 2024-06-26T04:34:49.197Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-26T04:34:49.281Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-06-26T04:34:49.313Z | Compiling backoff v0.4.0 |
797 | 2024-06-26T04:34:49.465Z | Compiling parse-display v0.9.1 |
798 | 2024-06-26T04:34:49.629Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
799 | 2024-06-26T04:34:49.758Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-06-26T04:34:49.778Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
801 | 2024-06-26T04:34:50.177Z | Compiling strum v0.26.3 |
802 | 2024-06-26T04:34:50.339Z | Compiling serde_with v3.8.1 |
803 | 2024-06-26T04:34:51.475Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-26T04:34:52.297Z | Compiling macaddr v1.0.1 |
805 | 2024-06-26T04:34:52.892Z | Compiling regress v0.9.1 |
806 | 2024-06-26T04:34:56.938Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-26T04:35:06.284Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-26T04:35:14.047Z | Finished `release` profile [optimized] target(s) in 2m 26s |
809 | 2024-06-26T04:35:14.094Z | process exited: duration 220232 ms, exit code 0 |
|
810 | 2024-06-26T04:35:14.100Z | found 0 output files |