|
|
|
1 | 2024-07-10T21:44:57.788Z | job assigned to worker 01J2F9MVS42XMV1KJP4QWBA7ZG (queued for 1 m 0 s) |
|
2 | 2024-07-10T21:45:05.227Z | starting task 0: "setup" |
3 | 2024-07-10T21:45:05.282Z | ++ uname -s |
4 | 2024-07-10T21:45:05.287Z | + kern=SunOS |
5 | 2024-07-10T21:45:05.287Z | + case "$kern" in |
6 | 2024-07-10T21:45:05.287Z | + groupadd -g 12345 build |
7 | 2024-07-10T21:45:05.290Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T21:45:07.295Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T21:45:07.427Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T21:45:07.429Z | + home_fs=zfs |
11 | 2024-07-10T21:45:07.429Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T21:45:07.429Z | + mkdir -p /home/build |
13 | 2024-07-10T21:45:07.432Z | + chown build:build /home/build /work |
14 | 2024-07-10T21:45:09.434Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T21:45:09.438Z | process exited: duration 4209 ms, exit code 0 |
|
16 | 2024-07-10T21:45:09.447Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T21:45:09.455Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T21:45:09.455Z | ' 1.78.0 |
19 | 2024-07-10T21:45:09.455Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T21:45:09.455Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-10T21:45:09.455Z | ' default |
22 | 2024-07-10T21:45:09.455Z | * toolchain profile = "default" |
23 | 2024-07-10T21:45:09.461Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T21:45:09.461Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T21:45:09.582Z | info: downloading installer |
26 | 2024-07-10T21:45:10.818Z | info: profile set to 'default' |
27 | 2024-07-10T21:45:10.820Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T21:45:10.827Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T21:45:10.950Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T21:45:10.950Z | info: downloading component 'cargo' |
31 | 2024-07-10T21:45:11.658Z | info: downloading component 'clippy' |
32 | 2024-07-10T21:45:11.892Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T21:45:12.828Z | info: downloading component 'rust-std' |
34 | 2024-07-10T21:45:14.335Z | info: downloading component 'rustc' |
35 | 2024-07-10T21:45:18.184Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T21:45:18.390Z | info: installing component 'cargo' |
37 | 2024-07-10T21:45:19.217Z | info: installing component 'clippy' |
38 | 2024-07-10T21:45:19.576Z | info: installing component 'rust-docs' |
39 | 2024-07-10T21:45:21.087Z | info: installing component 'rust-std' |
40 | 2024-07-10T21:45:22.830Z | info: installing component 'rustc' |
41 | 2024-07-10T21:45:27.054Z | info: installing component 'rustfmt' |
42 | 2024-07-10T21:45:27.386Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T21:45:27.386Z | |
44 | 2024-07-10T21:45:27.646Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T21:45:27.646Z | |
46 | 2024-07-10T21:45:27.650Z | |
47 | 2024-07-10T21:45:27.650Z | Rust is installed now. Great! |
48 | 2024-07-10T21:45:27.650Z | |
49 | 2024-07-10T21:45:27.650Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T21:45:27.650Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T21:45:27.650Z | |
52 | 2024-07-10T21:45:27.650Z | To configure your current shell, you need to source |
53 | 2024-07-10T21:45:27.650Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T21:45:27.650Z | |
55 | 2024-07-10T21:45:27.650Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T21:45:27.650Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T21:45:27.650Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T21:45:27.727Z | + rustc --version |
59 | 2024-07-10T21:45:27.790Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T21:45:27.793Z | process exited: duration 18343 ms, exit code 0 |
|
61 | 2024-07-10T21:45:27.800Z | starting task 2: "authentication" |
62 | 2024-07-10T21:45:27.819Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-10T21:45:27.824Z | starting task 3: "clone repository" |
64 | 2024-07-10T21:45:27.829Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T21:45:27.832Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T21:45:27.979Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T21:45:37.688Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T21:45:37.688Z | + git fetch origin a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
69 | 2024-07-10T21:45:37.963Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T21:45:37.963Z | * branch a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af -> FETCH_HEAD |
71 | 2024-07-10T21:45:37.971Z | + [[ -n move-oximeter-collector-timeseries-to-toml ]] |
72 | 2024-07-10T21:45:37.974Z | ++ git branch --show-current |
73 | 2024-07-10T21:45:37.978Z | + current=main |
74 | 2024-07-10T21:45:37.978Z | + [[ main != move-oximeter-collector-timeseries-to-toml ]] |
75 | 2024-07-10T21:45:37.978Z | + git branch -f move-oximeter-collector-timeseries-to-toml a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
76 | 2024-07-10T21:45:37.987Z | + git checkout -f move-oximeter-collector-timeseries-to-toml |
77 | 2024-07-10T21:45:38.115Z | Switched to branch 'move-oximeter-collector-timeseries-to-toml' |
78 | 2024-07-10T21:45:38.118Z | + git reset --hard a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
79 | 2024-07-10T21:45:38.248Z | HEAD is now at a9024e8d7 Move oximeter-collector timeseries definitions to TOML |
80 | 2024-07-10T21:45:38.252Z | process exited: duration 10423 ms, exit code 0 |
|
81 | 2024-07-10T21:45:38.260Z | starting task 4: "build" |
82 | 2024-07-10T21:45:38.265Z | + cargo --version |
83 | 2024-07-10T21:45:38.322Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T21:45:38.326Z | + rustc --version |
85 | 2024-07-10T21:45:38.382Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T21:45:38.385Z | + cd /tmp |
87 | 2024-07-10T21:45:38.385Z | + cargo new --lib test-project |
88 | 2024-07-10T21:45:38.444Z | Creating library `test-project` package |
89 | 2024-07-10T21:45:38.516Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-10T21:45:38.522Z | + cd test-project |
91 | 2024-07-10T21:45:38.522Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-10T21:45:38.577Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-10T21:45:38.578Z | Features: |
94 | 2024-07-10T21:45:38.578Z | - proptest |
95 | 2024-07-10T21:45:38.578Z | - test-strategy |
96 | 2024-07-10T21:45:38.578Z | - testing |
97 | 2024-07-10T21:45:38.581Z | Updating crates.io index |
98 | 2024-07-10T21:45:38.662Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-10T21:45:39.402Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-10T21:45:40.264Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-10T21:45:40.498Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-10T21:45:42.300Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-10T21:45:42.573Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-10T21:45:42.933Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-10T21:45:48.595Z | + cargo check |
106 | 2024-07-10T21:45:48.595Z | Downloading crates ... |
107 | 2024-07-10T21:45:48.595Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-10T21:45:48.595Z | Downloaded autocfg v1.3.0 |
109 | 2024-07-10T21:45:48.595Z | Downloaded foreign-types-shared v0.1.1 |
110 | 2024-07-10T21:45:48.595Z | Downloaded want v0.3.1 |
111 | 2024-07-10T21:45:48.595Z | Downloaded equivalent v1.0.1 |
112 | 2024-07-10T21:45:48.595Z | Downloaded darling_macro v0.20.10 |
113 | 2024-07-10T21:45:48.595Z | Downloaded parking_lot v0.12.3 |
114 | 2024-07-10T21:45:48.595Z | Downloaded waitgroup v0.1.2 |
115 | 2024-07-10T21:45:48.595Z | Downloaded openssl-probe v0.1.5 |
116 | 2024-07-10T21:45:48.595Z | Downloaded num_threads v0.1.7 |
117 | 2024-07-10T21:45:48.595Z | Downloaded uuid v1.10.0 |
118 | 2024-07-10T21:45:48.595Z | Downloaded backoff v0.4.0 |
119 | 2024-07-10T21:45:48.595Z | Downloaded pretty-hex v0.4.1 |
120 | 2024-07-10T21:45:48.595Z | Downloaded usdt-macro v0.5.0 |
121 | 2024-07-10T21:45:48.596Z | Downloaded async-trait v0.1.81 |
122 | 2024-07-10T21:45:48.596Z | Downloaded async-stream v0.3.5 |
123 | 2024-07-10T21:45:48.596Z | Downloaded dtrace-parser v0.2.0 |
124 | 2024-07-10T21:45:48.596Z | Downloaded ident_case v1.0.1 |
125 | 2024-07-10T21:45:48.596Z | Downloaded deranged v0.3.11 |
126 | 2024-07-10T21:45:48.596Z | Downloaded atomic-waker v1.1.2 |
127 | 2024-07-10T21:45:48.596Z | Downloaded usdt-attr-macro v0.5.0 |
128 | 2024-07-10T21:45:48.596Z | Downloaded time-core v0.1.2 |
129 | 2024-07-10T21:45:48.596Z | Downloaded httpdate v1.0.3 |
130 | 2024-07-10T21:45:48.596Z | Downloaded paste v1.0.15 |
131 | 2024-07-10T21:45:48.596Z | Downloaded version_check v0.9.4 |
132 | 2024-07-10T21:45:48.596Z | Downloaded futures-io v0.3.30 |
133 | 2024-07-10T21:45:48.596Z | Downloaded byteorder v1.5.0 |
134 | 2024-07-10T21:45:48.596Z | Downloaded fnv v1.0.7 |
135 | 2024-07-10T21:45:48.596Z | Downloaded take_mut v0.2.2 |
136 | 2024-07-10T21:45:48.596Z | Downloaded http-body v0.4.6 |
137 | 2024-07-10T21:45:48.596Z | Downloaded cpufeatures v0.2.12 |
138 | 2024-07-10T21:45:48.596Z | Downloaded dof v0.3.0 |
139 | 2024-07-10T21:45:48.596Z | Downloaded hostname v0.3.1 |
140 | 2024-07-10T21:45:48.596Z | Downloaded openssl-macros v0.1.1 |
141 | 2024-07-10T21:45:48.596Z | Downloaded num-conv v0.1.0 |
142 | 2024-07-10T21:45:48.596Z | Downloaded dyn-clone v1.0.17 |
143 | 2024-07-10T21:45:48.596Z | Downloaded usdt-impl v0.5.0 |
144 | 2024-07-10T21:45:48.596Z | Downloaded parse-display v0.9.1 |
145 | 2024-07-10T21:45:48.596Z | Downloaded foreign-types v0.3.2 |
146 | 2024-07-10T21:45:48.596Z | Downloaded dirs-next v2.0.0 |
147 | 2024-07-10T21:45:48.596Z | Downloaded heck v0.5.0 |
148 | 2024-07-10T21:45:48.596Z | Downloaded sync_wrapper v0.1.2 |
149 | 2024-07-10T21:45:48.596Z | Downloaded zeroize v1.8.1 |
150 | 2024-07-10T21:45:48.596Z | Downloaded newtype-uuid v1.1.0 |
151 | 2024-07-10T21:45:48.596Z | Downloaded pin-utils v0.1.0 |
152 | 2024-07-10T21:45:48.596Z | Downloaded anyhow v1.0.86 |
153 | 2024-07-10T21:45:48.596Z | Downloaded ahash v0.8.11 |
154 | 2024-07-10T21:45:48.596Z | Downloaded rand_chacha v0.3.1 |
155 | 2024-07-10T21:45:48.596Z | Downloaded serde_path_to_error v0.1.16 |
156 | 2024-07-10T21:45:48.597Z | Downloaded instant v0.1.13 |
157 | 2024-07-10T21:45:48.597Z | Downloaded slab v0.4.9 |
158 | 2024-07-10T21:45:48.597Z | Downloaded try-lock v0.2.5 |
159 | 2024-07-10T21:45:48.597Z | Downloaded parse-display-derive v0.9.1 |
160 | 2024-07-10T21:45:48.597Z | Downloaded slog-async v2.8.0 |
161 | 2024-07-10T21:45:48.597Z | Downloaded futures-task v0.3.30 |
162 | 2024-07-10T21:45:48.597Z | Downloaded structmeta-derive v0.3.0 |
163 | 2024-07-10T21:45:48.597Z | Downloaded schemars_derive v0.8.21 |
164 | 2024-07-10T21:45:48.597Z | Downloaded thiserror-impl v1.0.61 |
165 | 2024-07-10T21:45:48.597Z | Downloaded futures-executor v0.3.30 |
166 | 2024-07-10T21:45:48.597Z | Downloaded dirs-sys-next v0.1.2 |
167 | 2024-07-10T21:45:48.597Z | Downloaded thread_local v1.1.8 |
168 | 2024-07-10T21:45:48.597Z | Downloaded structmeta v0.3.0 |
169 | 2024-07-10T21:45:48.597Z | Downloaded subtle v2.6.1 |
170 | 2024-07-10T21:45:48.597Z | Downloaded pkg-config v0.3.30 |
171 | 2024-07-10T21:45:48.597Z | Downloaded ipnet v2.9.0 |
172 | 2024-07-10T21:45:48.597Z | Downloaded form_urlencoded v1.2.1 |
173 | 2024-07-10T21:45:48.597Z | Downloaded strum v0.26.3 |
174 | 2024-07-10T21:45:48.597Z | Downloaded slog-json v2.6.1 |
175 | 2024-07-10T21:45:48.597Z | Downloaded powerfmt v0.2.0 |
176 | 2024-07-10T21:45:48.597Z | Downloaded toml_datetime v0.6.6 |
177 | 2024-07-10T21:45:48.597Z | Downloaded serde_spanned v0.6.6 |
178 | 2024-07-10T21:45:48.597Z | Downloaded rustls-pemfile v1.0.4 |
179 | 2024-07-10T21:45:48.597Z | Downloaded ppv-lite86 v0.2.17 |
180 | 2024-07-10T21:45:48.597Z | Downloaded signal-hook-registry v1.4.2 |
181 | 2024-07-10T21:45:48.597Z | Downloaded percent-encoding v2.3.1 |
182 | 2024-07-10T21:45:48.597Z | Downloaded tower-service v0.3.2 |
183 | 2024-07-10T21:45:48.597Z | Downloaded macaddr v1.0.1 |
184 | 2024-07-10T21:45:48.597Z | Downloaded plain v0.2.3 |
185 | 2024-07-10T21:45:48.597Z | Downloaded once_cell v1.19.0 |
186 | 2024-07-10T21:45:48.597Z | Downloaded darling v0.20.10 |
187 | 2024-07-10T21:45:48.597Z | Downloaded tinyvec_macros v0.1.1 |
188 | 2024-07-10T21:45:48.598Z | Downloaded thiserror v1.0.61 |
189 | 2024-07-10T21:45:48.598Z | Downloaded omicron-workspace-hack v0.1.0 |
190 | 2024-07-10T21:45:48.598Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2024-07-10T21:45:48.598Z | Downloaded mime v0.3.17 |
192 | 2024-07-10T21:45:48.598Z | Downloaded parking_lot_core v0.9.10 |
193 | 2024-07-10T21:45:48.598Z | Downloaded num_cpus v1.16.0 |
194 | 2024-07-10T21:45:48.598Z | Downloaded ipnetwork v0.20.0 |
195 | 2024-07-10T21:45:48.598Z | Downloaded slog-term v2.9.1 |
196 | 2024-07-10T21:45:48.598Z | Downloaded tokio-native-tls v0.3.1 |
197 | 2024-07-10T21:45:48.598Z | Downloaded serde_derive_internals v0.29.1 |
198 | 2024-07-10T21:45:48.598Z | Downloaded crossbeam-utils v0.8.20 |
199 | 2024-07-10T21:45:48.598Z | Downloaded sct v0.7.1 |
200 | 2024-07-10T21:45:48.598Z | Downloaded itoa v1.0.11 |
201 | 2024-07-10T21:45:48.598Z | Downloaded term v0.7.0 |
202 | 2024-07-10T21:45:48.598Z | Downloaded base64 v0.21.7 |
203 | 2024-07-10T21:45:48.598Z | Downloaded serde_tokenstream v0.2.1 |
204 | 2024-07-10T21:45:48.598Z | Downloaded tokio-macros v2.3.0 |
205 | 2024-07-10T21:45:48.623Z | Downloaded rustversion v1.0.17 |
206 | 2024-07-10T21:45:48.623Z | Downloaded base64 v0.22.1 |
207 | 2024-07-10T21:45:48.623Z | Downloaded num-traits v0.2.19 |
208 | 2024-07-10T21:45:48.624Z | Downloaded untrusted v0.9.0 |
209 | 2024-07-10T21:45:48.624Z | Downloaded serde_with_macros v3.8.3 |
210 | 2024-07-10T21:45:48.624Z | Downloaded httparse v1.9.4 |
211 | 2024-07-10T21:45:48.624Z | Downloaded rustls-pemfile v2.1.2 |
212 | 2024-07-10T21:45:48.624Z | Downloaded rand_core v0.6.4 |
213 | 2024-07-10T21:45:48.624Z | Downloaded pin-project-lite v0.2.14 |
214 | 2024-07-10T21:45:48.624Z | Downloaded semver v1.0.23 |
215 | 2024-07-10T21:45:48.624Z | Downloaded time-macros v0.2.18 |
216 | 2024-07-10T21:45:48.624Z | Downloaded lock_api v0.4.12 |
217 | 2024-07-10T21:45:48.624Z | Downloaded ryu v1.0.18 |
218 | 2024-07-10T21:45:48.624Z | Downloaded futures v0.3.30 |
219 | 2024-07-10T21:45:48.624Z | Downloaded tokio-rustls v0.24.1 |
220 | 2024-07-10T21:45:48.624Z | Downloaded sha2 v0.10.8 |
221 | 2024-07-10T21:45:48.624Z | Downloaded smallvec v1.13.2 |
222 | 2024-07-10T21:45:48.624Z | Downloaded native-tls v0.2.12 |
223 | 2024-07-10T21:45:48.624Z | Downloaded rustls-pki-types v1.7.0 |
224 | 2024-07-10T21:45:48.625Z | Downloaded strum_macros v0.26.4 |
225 | 2024-07-10T21:45:48.625Z | Downloaded spin v0.9.8 |
226 | 2024-07-10T21:45:48.625Z | Downloaded slog v2.7.0 |
227 | 2024-07-10T21:45:48.625Z | Downloaded pest_generator v2.7.11 |
228 | 2024-07-10T21:45:48.625Z | Downloaded tokio-rustls v0.25.0 |
229 | 2024-07-10T21:45:48.625Z | Downloaded bytes v1.6.0 |
230 | 2024-07-10T21:45:48.625Z | Downloaded quote v1.0.36 |
231 | 2024-07-10T21:45:48.625Z | Downloaded serde_derive v1.0.204 |
232 | 2024-07-10T21:45:48.625Z | Downloaded openssl-sys v0.9.102 |
233 | 2024-07-10T21:45:48.625Z | Downloaded unicode-ident v1.0.12 |
234 | 2024-07-10T21:45:48.625Z | Downloaded socket2 v0.5.7 |
235 | 2024-07-10T21:45:48.625Z | Downloaded tinyvec v1.8.0 |
236 | 2024-07-10T21:45:48.625Z | Downloaded typenum v1.17.0 |
237 | 2024-07-10T21:45:48.625Z | Downloaded serde_yaml v0.9.34+deprecated |
238 | 2024-07-10T21:45:48.625Z | Downloaded unsafe-libyaml v0.2.11 |
239 | 2024-07-10T21:45:48.625Z | Downloaded proc-macro2 v1.0.86 |
240 | 2024-07-10T21:45:48.625Z | Downloaded ucd-trie v0.1.6 |
241 | 2024-07-10T21:45:48.625Z | Downloaded http v0.2.12 |
242 | 2024-07-10T21:45:48.625Z | Downloaded indexmap v2.2.6 |
243 | 2024-07-10T21:45:48.625Z | Downloaded url v2.5.2 |
244 | 2024-07-10T21:45:48.626Z | Downloaded darling_core v0.20.10 |
245 | 2024-07-10T21:45:48.626Z | Downloaded tracing-core v0.1.32 |
246 | 2024-07-10T21:45:48.626Z | Downloaded hashbrown v0.12.3 |
247 | 2024-07-10T21:45:48.626Z | Downloaded serde v1.0.204 |
248 | 2024-07-10T21:45:48.626Z | Downloaded toml v0.8.14 |
249 | 2024-07-10T21:45:48.626Z | Downloaded memchr v2.7.4 |
250 | 2024-07-10T21:45:48.626Z | Downloaded schemars v0.8.21 |
251 | 2024-07-10T21:45:48.626Z | Downloaded mio v0.8.11 |
252 | 2024-07-10T21:45:48.626Z | Downloaded tracing v0.1.40 |
253 | 2024-07-10T21:45:48.626Z | Downloaded aho-corasick v1.1.3 |
254 | 2024-07-10T21:45:48.626Z | Downloaded unicode-normalization v0.1.23 |
255 | 2024-07-10T21:45:48.626Z | Downloaded http v1.1.0 |
256 | 2024-07-10T21:45:48.626Z | Downloaded rand v0.8.5 |
257 | 2024-07-10T21:45:48.626Z | Downloaded hashbrown v0.14.5 |
258 | 2024-07-10T21:45:48.626Z | Downloaded futures-util v0.3.30 |
259 | 2024-07-10T21:45:48.626Z | Downloaded h2 v0.3.26 |
260 | 2024-07-10T21:45:48.626Z | Downloaded hyper v0.14.30 |
261 | 2024-07-10T21:45:48.626Z | Downloaded goblin v0.8.2 |
262 | 2024-07-10T21:45:48.626Z | Downloaded chrono v0.4.38 |
263 | 2024-07-10T21:45:48.626Z | Downloaded crossbeam-channel v0.5.13 |
264 | 2024-07-10T21:45:48.626Z | Downloaded pest v2.7.11 |
265 | 2024-07-10T21:45:48.626Z | Downloaded toml_edit v0.22.15 |
266 | 2024-07-10T21:45:48.627Z | Downloaded openssl v0.10.64 |
267 | 2024-07-10T21:45:48.627Z | Downloaded tokio-util v0.7.11 |
268 | 2024-07-10T21:45:48.627Z | Downloaded openapiv3 v2.0.0 |
269 | 2024-07-10T21:45:48.627Z | Downloaded time v0.3.36 |
270 | 2024-07-10T21:45:48.627Z | Downloaded rustls-webpki v0.101.7 |
271 | 2024-07-10T21:45:48.627Z | Downloaded serde_json v1.0.120 |
272 | 2024-07-10T21:45:48.627Z | Downloaded reqwest v0.11.27 |
273 | 2024-07-10T21:45:48.627Z | Downloaded zerocopy v0.7.35 |
274 | 2024-07-10T21:45:48.627Z | Downloaded libc v0.2.155 |
275 | 2024-07-10T21:45:48.627Z | Downloaded rustls-webpki v0.102.5 |
276 | 2024-07-10T21:45:48.627Z | Downloaded vcpkg v0.2.15 |
277 | 2024-07-10T21:45:48.627Z | Downloaded webpki-roots v0.25.4 |
278 | 2024-07-10T21:45:48.627Z | Downloaded regex v1.10.5 |
279 | 2024-07-10T21:45:48.627Z | Downloaded encoding_rs v0.8.34 |
280 | 2024-07-10T21:45:48.627Z | Downloaded winnow v0.6.13 |
281 | 2024-07-10T21:45:48.627Z | Downloaded syn v2.0.70 |
282 | 2024-07-10T21:45:48.627Z | Downloaded rustls v0.21.12 |
283 | 2024-07-10T21:45:48.627Z | Downloaded regress v0.10.0 |
284 | 2024-07-10T21:45:48.627Z | Downloaded rustls v0.22.4 |
285 | 2024-07-10T21:45:48.627Z | Downloaded regress v0.9.1 |
286 | 2024-07-10T21:45:48.627Z | Downloaded regex-syntax v0.8.4 |
287 | 2024-07-10T21:45:48.628Z | Downloaded serde_with v3.8.3 |
288 | 2024-07-10T21:45:48.628Z | Downloaded idna v0.5.0 |
289 | 2024-07-10T21:45:48.628Z | Downloaded cc v1.1.0 |
290 | 2024-07-10T21:45:48.628Z | Downloaded indexmap v1.9.3 |
291 | 2024-07-10T21:45:48.628Z | Downloaded regex-automata v0.4.7 |
292 | 2024-07-10T21:45:48.628Z | Downloaded pest_meta v2.7.11 |
293 | 2024-07-10T21:45:48.628Z | Downloaded pest_derive v2.7.11 |
294 | 2024-07-10T21:45:48.628Z | Downloaded unicode-bidi v0.3.15 |
295 | 2024-07-10T21:45:48.628Z | Downloaded log v0.4.22 |
296 | 2024-07-10T21:45:48.628Z | Downloaded getrandom v0.2.15 |
297 | 2024-07-10T21:45:48.628Z | Downloaded bitflags v2.6.0 |
298 | 2024-07-10T21:45:48.628Z | Downloaded tokio v1.38.0 |
299 | 2024-07-10T21:45:48.628Z | Downloaded hyper-tls v0.5.0 |
300 | 2024-07-10T21:45:48.628Z | Downloaded sha1 v0.10.6 |
301 | 2024-07-10T21:45:48.628Z | Downloaded serde_urlencoded v0.7.1 |
302 | 2024-07-10T21:45:48.628Z | Downloaded futures-channel v0.3.30 |
303 | 2024-07-10T21:45:48.628Z | Downloaded thread-id v4.2.1 |
304 | 2024-07-10T21:45:48.628Z | Downloaded slog-bunyan v2.5.0 |
305 | 2024-07-10T21:45:48.633Z | Downloaded scopeguard v1.2.0 |
306 | 2024-07-10T21:45:48.633Z | Downloaded allocator-api2 v0.2.18 |
307 | 2024-07-10T21:45:48.633Z | Downloaded hex v0.4.3 |
308 | 2024-07-10T21:45:48.633Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-07-10T21:45:48.634Z | Downloaded multer v3.1.0 |
310 | 2024-07-10T21:45:48.634Z | Downloaded memmap v0.7.0 |
311 | 2024-07-10T21:45:48.634Z | Downloaded iana-time-zone v0.1.60 |
312 | 2024-07-10T21:45:48.634Z | Downloaded generic-array v0.14.7 |
313 | 2024-07-10T21:45:48.634Z | Downloaded futures-macro v0.3.30 |
314 | 2024-07-10T21:45:48.634Z | Downloaded usdt v0.5.0 |
315 | 2024-07-10T21:45:48.634Z | Downloaded camino v1.1.7 |
316 | 2024-07-10T21:45:48.634Z | Downloaded futures-sink v0.3.30 |
317 | 2024-07-10T21:45:48.634Z | Downloaded digest v0.10.7 |
318 | 2024-07-10T21:45:48.634Z | Downloaded strsim v0.11.1 |
319 | 2024-07-10T21:45:48.634Z | Downloaded scroll v0.12.0 |
320 | 2024-07-10T21:45:48.634Z | Downloaded hyper-rustls v0.24.2 |
321 | 2024-07-10T21:45:48.634Z | Downloaded debug-ignore v1.0.5 |
322 | 2024-07-10T21:45:48.634Z | Downloaded hostname v0.4.0 |
323 | 2024-07-10T21:45:48.634Z | Downloaded crypto-common v0.1.6 |
324 | 2024-07-10T21:45:48.634Z | Downloaded block-buffer v0.10.4 |
325 | 2024-07-10T21:45:48.634Z | Downloaded futures-core v0.3.30 |
326 | 2024-07-10T21:45:48.634Z | Downloaded cfg-if v1.0.0 |
327 | 2024-07-10T21:45:48.634Z | Downloaded match_cfg v0.1.0 |
328 | 2024-07-10T21:45:48.634Z | Downloaded is-terminal v0.4.12 |
329 | 2024-07-10T21:45:48.634Z | Downloaded ring v0.17.8 |
330 | 2024-07-10T21:45:48.634Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-10T21:45:48.635Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-10T21:45:48.635Z | Compiling libc v0.2.155 |
333 | 2024-07-10T21:45:48.635Z | Checking cfg-if v1.0.0 |
334 | 2024-07-10T21:45:48.635Z | Compiling version_check v0.9.4 |
335 | 2024-07-10T21:45:48.635Z | Compiling autocfg v1.3.0 |
336 | 2024-07-10T21:45:48.635Z | Compiling serde v1.0.204 |
337 | 2024-07-10T21:45:48.635Z | Compiling serde_json v1.0.120 |
338 | 2024-07-10T21:45:48.635Z | Checking itoa v1.0.11 |
339 | 2024-07-10T21:45:48.635Z | Checking once_cell v1.19.0 |
340 | 2024-07-10T21:45:48.635Z | Compiling thiserror v1.0.61 |
341 | 2024-07-10T21:45:48.635Z | Compiling cc v1.1.0 |
342 | 2024-07-10T21:45:48.635Z | Compiling ahash v0.8.11 |
343 | 2024-07-10T21:45:48.635Z | Compiling memchr v2.7.4 |
344 | 2024-07-10T21:45:49.541Z | Checking byteorder v1.5.0 |
345 | 2024-07-10T21:45:49.806Z | Compiling num-traits v0.2.19 |
346 | 2024-07-10T21:45:49.975Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-10T21:45:49.990Z | Checking ryu v1.0.18 |
348 | 2024-07-10T21:45:50.000Z | Checking log v0.4.22 |
349 | 2024-07-10T21:45:50.062Z | Checking bytes v1.6.0 |
350 | 2024-07-10T21:45:50.215Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-10T21:45:50.254Z | Compiling lock_api v0.4.12 |
352 | 2024-07-10T21:45:50.290Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-10T21:45:50.382Z | Compiling schemars v0.8.21 |
354 | 2024-07-10T21:45:50.485Z | Compiling ring v0.17.8 |
355 | 2024-07-10T21:45:50.640Z | Checking getrandom v0.2.15 |
356 | 2024-07-10T21:45:50.668Z | Checking scopeguard v1.2.0 |
357 | 2024-07-10T21:45:50.715Z | Checking futures-core v0.3.30 |
358 | 2024-07-10T21:45:50.721Z | Checking smallvec v1.13.2 |
359 | 2024-07-10T21:45:50.779Z | Checking socket2 v0.5.7 |
360 | 2024-07-10T21:45:50.817Z | Compiling quote v1.0.36 |
361 | 2024-07-10T21:45:50.819Z | Checking signal-hook-registry v1.4.2 |
362 | 2024-07-10T21:45:50.875Z | Checking mio v0.8.11 |
363 | 2024-07-10T21:45:51.037Z | Checking num_cpus v1.16.0 |
364 | 2024-07-10T21:45:51.126Z | Compiling slab v0.4.9 |
365 | 2024-07-10T21:45:51.195Z | Compiling syn v2.0.70 |
366 | 2024-07-10T21:45:51.238Z | Checking futures-sink v0.3.30 |
367 | 2024-07-10T21:45:51.361Z | Checking spin v0.9.8 |
368 | 2024-07-10T21:45:51.368Z | Checking parking_lot v0.12.3 |
369 | 2024-07-10T21:45:51.476Z | Checking equivalent v1.0.1 |
370 | 2024-07-10T21:45:51.505Z | Checking fnv v1.0.7 |
371 | 2024-07-10T21:45:51.539Z | Checking untrusted v0.9.0 |
372 | 2024-07-10T21:45:51.577Z | Checking futures-channel v0.3.30 |
373 | 2024-07-10T21:45:51.594Z | Compiling heck v0.5.0 |
374 | 2024-07-10T21:45:51.655Z | Compiling semver v1.0.23 |
375 | 2024-07-10T21:45:51.672Z | Checking futures-io v0.3.30 |
376 | 2024-07-10T21:45:51.758Z | Compiling pkg-config v0.3.30 |
377 | 2024-07-10T21:45:51.832Z | Compiling vcpkg v0.2.15 |
378 | 2024-07-10T21:45:51.893Z | Checking futures-task v0.3.30 |
379 | 2024-07-10T21:45:51.944Z | Checking pin-utils v0.1.0 |
380 | 2024-07-10T21:45:52.090Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-10T21:45:52.138Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-10T21:45:52.197Z | Checking http v0.2.12 |
383 | 2024-07-10T21:45:52.586Z | Compiling httparse v1.9.4 |
384 | 2024-07-10T21:45:52.954Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-10T21:45:53.295Z | Checking tracing-core v0.1.32 |
386 | 2024-07-10T21:45:53.421Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-10T21:45:53.512Z | Compiling uuid v1.10.0 |
388 | 2024-07-10T21:45:53.882Z | Compiling chrono v0.4.38 |
389 | 2024-07-10T21:45:53.894Z | Checking tracing v0.1.40 |
390 | 2024-07-10T21:45:53.937Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-07-10T21:45:53.969Z | Checking try-lock v0.2.5 |
392 | 2024-07-10T21:45:54.008Z | Compiling slog v2.7.0 |
393 | 2024-07-10T21:45:54.069Z | Compiling openssl v0.10.64 |
394 | 2024-07-10T21:45:54.152Z | Checking want v0.3.1 |
395 | 2024-07-10T21:45:54.298Z | Checking foreign-types v0.3.2 |
396 | 2024-07-10T21:45:54.367Z | Checking http-body v0.4.6 |
397 | 2024-07-10T21:45:54.435Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-10T21:45:54.443Z | Compiling regex-syntax v0.8.4 |
399 | 2024-07-10T21:45:54.726Z | Checking bitflags v2.6.0 |
400 | 2024-07-10T21:45:54.923Z | Checking httpdate v1.0.3 |
401 | 2024-07-10T21:45:55.119Z | Compiling rustls v0.21.12 |
402 | 2024-07-10T21:45:55.333Z | Checking percent-encoding v2.3.1 |
403 | 2024-07-10T21:45:55.479Z | Compiling typenum v1.17.0 |
404 | 2024-07-10T21:45:55.506Z | Checking tinyvec_macros v0.1.1 |
405 | 2024-07-10T21:45:55.575Z | Checking tower-service v0.3.2 |
406 | 2024-07-10T21:45:55.670Z | Compiling native-tls v0.2.12 |
407 | 2024-07-10T21:45:55.981Z | Checking tinyvec v1.8.0 |
408 | 2024-07-10T21:45:56.443Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-10T21:45:56.984Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-07-10T21:45:57.035Z | Compiling generic-array v0.14.7 |
411 | 2024-07-10T21:45:57.423Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-10T21:45:57.534Z | Compiling regex-automata v0.4.7 |
413 | 2024-07-10T21:45:58.295Z | Checking unicode-normalization v0.1.23 |
414 | 2024-07-10T21:45:59.227Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-10T21:45:59.257Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-10T21:45:59.542Z | Checking unicode-bidi v0.3.15 |
417 | 2024-07-10T21:45:59.882Z | Compiling num-conv v0.1.0 |
418 | 2024-07-10T21:46:00.103Z | Checking powerfmt v0.2.0 |
419 | 2024-07-10T21:46:00.141Z | Checking mime v0.3.17 |
420 | 2024-07-10T21:46:00.330Z | Compiling time-core v0.1.2 |
421 | 2024-07-10T21:46:00.382Z | Checking deranged v0.3.11 |
422 | 2024-07-10T21:46:00.464Z | Compiling time-macros v0.2.18 |
423 | 2024-07-10T21:46:00.602Z | Checking idna v0.5.0 |
424 | 2024-07-10T21:46:01.318Z | Compiling regex v1.10.5 |
425 | 2024-07-10T21:46:02.140Z | Compiling thread-id v4.2.1 |
426 | 2024-07-10T21:46:02.235Z | Checking base64 v0.21.7 |
427 | 2024-07-10T21:46:02.418Z | Compiling ident_case v1.0.1 |
428 | 2024-07-10T21:46:02.514Z | Compiling serde_derive v1.0.204 |
429 | 2024-07-10T21:46:02.566Z | Compiling zerocopy-derive v0.7.35 |
430 | 2024-07-10T21:46:02.651Z | Compiling thiserror-impl v1.0.61 |
431 | 2024-07-10T21:46:02.666Z | Compiling schemars_derive v0.8.21 |
432 | 2024-07-10T21:46:03.302Z | Compiling tokio-macros v2.3.0 |
433 | 2024-07-10T21:46:03.563Z | Compiling futures-macro v0.3.30 |
434 | 2024-07-10T21:46:04.665Z | Checking zerocopy v0.7.35 |
435 | 2024-07-10T21:46:05.264Z | Checking tokio v1.38.0 |
436 | 2024-07-10T21:46:05.301Z | Compiling openssl-macros v0.1.1 |
437 | 2024-07-10T21:46:05.485Z | Checking futures-util v0.3.30 |
438 | 2024-07-10T21:46:05.606Z | Compiling pest v2.7.11 |
439 | 2024-07-10T21:46:05.828Z | Checking rustls-webpki v0.101.7 |
440 | 2024-07-10T21:46:06.477Z | Checking hashbrown v0.14.5 |
441 | 2024-07-10T21:46:06.488Z | Checking sct v0.7.1 |
442 | 2024-07-10T21:46:07.619Z | Compiling scroll_derive v0.12.0 |
443 | 2024-07-10T21:46:08.241Z | Compiling pest_meta v2.7.11 |
444 | 2024-07-10T21:46:08.357Z | Compiling regress v0.10.0 |
445 | 2024-07-10T21:46:09.073Z | Checking scroll v0.12.0 |
446 | 2024-07-10T21:46:09.525Z | Compiling pest_generator v2.7.11 |
447 | 2024-07-10T21:46:11.488Z | Checking rustls-pki-types v1.7.0 |
448 | 2024-07-10T21:46:11.861Z | Checking tokio-util v0.7.11 |
449 | 2024-07-10T21:46:11.914Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-07-10T21:46:12.135Z | Checking tokio-rustls v0.24.1 |
451 | 2024-07-10T21:46:12.476Z | Compiling pest_derive v2.7.11 |
452 | 2024-07-10T21:46:12.593Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-07-10T21:46:12.668Z | Compiling strsim v0.11.1 |
454 | 2024-07-10T21:46:13.174Z | Checking num_threads v0.1.7 |
455 | 2024-07-10T21:46:13.230Z | Checking plain v0.2.3 |
456 | 2024-07-10T21:46:13.313Z | Compiling dtrace-parser v0.2.0 |
457 | 2024-07-10T21:46:13.356Z | Checking goblin v0.8.2 |
458 | 2024-07-10T21:46:13.374Z | Checking time v0.3.36 |
459 | 2024-07-10T21:46:13.444Z | Compiling darling_core v0.20.10 |
460 | 2024-07-10T21:46:15.125Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-07-10T21:46:15.128Z | Checking url v2.5.2 |
462 | 2024-07-10T21:46:15.286Z | Checking indexmap v2.2.6 |
463 | 2024-07-10T21:46:16.396Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-10T21:46:16.692Z | Compiling serde_tokenstream v0.2.1 |
465 | 2024-07-10T21:46:16.799Z | Checking h2 v0.3.26 |
466 | 2024-07-10T21:46:17.456Z | Checking openapiv3 v2.0.0 |
467 | 2024-07-10T21:46:17.699Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-07-10T21:46:18.195Z | Compiling dof v0.3.0 |
469 | 2024-07-10T21:46:19.123Z | Checking ipnet v2.9.0 |
470 | 2024-07-10T21:46:19.250Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
471 | 2024-07-10T21:46:19.551Z | Compiling unsafe-libyaml v0.2.11 |
472 | 2024-07-10T21:46:19.722Z | Checking webpki-roots v0.25.4 |
473 | 2024-07-10T21:46:19.853Z | Checking sync_wrapper v0.1.2 |
474 | 2024-07-10T21:46:19.950Z | Compiling paste v1.0.15 |
475 | 2024-07-10T21:46:20.425Z | Compiling rustls v0.22.4 |
476 | 2024-07-10T21:46:20.695Z | Compiling omicron-workspace-hack v0.1.0 |
477 | 2024-07-10T21:46:20.792Z | Checking hyper v0.14.30 |
478 | 2024-07-10T21:46:20.957Z | Checking pretty-hex v0.4.1 |
479 | 2024-07-10T21:46:20.965Z | Compiling rustversion v1.0.17 |
480 | 2024-07-10T21:46:21.327Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-10T21:46:21.595Z | Compiling darling_macro v0.20.10 |
482 | 2024-07-10T21:46:21.634Z | Checking dirs-next v2.0.0 |
483 | 2024-07-10T21:46:21.751Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-10T21:46:21.763Z | Checking serde_spanned v0.6.6 |
485 | 2024-07-10T21:46:21.973Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-10T21:46:22.090Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-10T21:46:22.531Z | Checking block-buffer v0.10.4 |
488 | 2024-07-10T21:46:22.605Z | Checking crypto-common v0.1.6 |
489 | 2024-07-10T21:46:22.697Z | Checking rand_core v0.6.4 |
490 | 2024-07-10T21:46:22.738Z | Compiling multer v3.1.0 |
491 | 2024-07-10T21:46:22.792Z | Checking thread_local v1.1.8 |
492 | 2024-07-10T21:46:22.885Z | Compiling camino v1.1.7 |
493 | 2024-07-10T21:46:22.955Z | Checking ppv-lite86 v0.2.17 |
494 | 2024-07-10T21:46:23.039Z | Checking match_cfg v0.1.0 |
495 | 2024-07-10T21:46:23.052Z | Checking zeroize v1.8.1 |
496 | 2024-07-10T21:46:23.107Z | Checking subtle v2.6.1 |
497 | 2024-07-10T21:46:23.269Z | Compiling anyhow v1.0.86 |
498 | 2024-07-10T21:46:23.304Z | Checking winnow v0.6.13 |
499 | 2024-07-10T21:46:23.415Z | Compiling slog-async v2.8.0 |
500 | 2024-07-10T21:46:23.623Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-10T21:46:23.960Z | Checking hostname v0.3.1 |
502 | 2024-07-10T21:46:24.070Z | Checking digest v0.10.7 |
503 | 2024-07-10T21:46:24.363Z | Compiling darling v0.20.10 |
504 | 2024-07-10T21:46:24.456Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-07-10T21:46:24.487Z | Checking term v0.7.0 |
506 | 2024-07-10T21:46:24.816Z | Compiling structmeta v0.3.0 |
507 | 2024-07-10T21:46:25.150Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-10T21:46:25.166Z | Checking hyper-rustls v0.24.2 |
509 | 2024-07-10T21:46:25.173Z | Compiling usdt-macro v0.5.0 |
510 | 2024-07-10T21:46:25.385Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-10T21:46:25.423Z | Checking reqwest v0.11.27 |
512 | 2024-07-10T21:46:26.195Z | Checking slog-json v2.6.1 |
513 | 2024-07-10T21:46:26.204Z | Checking futures-executor v0.3.30 |
514 | 2024-07-10T21:46:26.288Z | Checking toml_edit v0.22.15 |
515 | 2024-07-10T21:46:26.387Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-10T21:46:26.402Z | Checking http v1.1.0 |
517 | 2024-07-10T21:46:26.417Z | Checking is-terminal v0.4.12 |
518 | 2024-07-10T21:46:26.509Z | Checking memmap v0.7.0 |
519 | 2024-07-10T21:46:26.672Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
520 | 2024-07-10T21:46:26.687Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
521 | 2024-07-10T21:46:26.800Z | Checking take_mut v0.2.2 |
522 | 2024-07-10T21:46:26.921Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-10T21:46:26.954Z | Checking atomic-waker v1.1.2 |
524 | 2024-07-10T21:46:26.987Z | Checking base64 v0.22.1 |
525 | 2024-07-10T21:46:26.997Z | Checking sha1 v0.10.6 |
526 | 2024-07-10T21:46:27.064Z | Checking waitgroup v0.1.2 |
527 | 2024-07-10T21:46:27.232Z | Checking usdt v0.5.0 |
528 | 2024-07-10T21:46:27.429Z | Checking rustls-pemfile v2.1.2 |
529 | 2024-07-10T21:46:27.441Z | Checking slog-term v2.9.1 |
530 | 2024-07-10T21:46:27.463Z | Checking slog-bunyan v2.5.0 |
531 | 2024-07-10T21:46:27.551Z | Checking tokio-rustls v0.25.0 |
532 | 2024-07-10T21:46:27.592Z | Checking futures v0.3.30 |
533 | 2024-07-10T21:46:27.623Z | Compiling strum_macros v0.26.4 |
534 | 2024-07-10T21:46:27.651Z | Checking async-stream v0.3.5 |
535 | 2024-07-10T21:46:27.681Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-07-10T21:46:27.816Z | Compiling serde_with_macros v3.8.3 |
537 | 2024-07-10T21:46:28.066Z | Checking rand v0.8.5 |
538 | 2024-07-10T21:46:28.319Z | Checking ipnetwork v0.20.0 |
539 | 2024-07-10T21:46:28.418Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-10T21:46:28.624Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
541 | 2024-07-10T21:46:28.650Z | Checking hex v0.4.3 |
542 | 2024-07-10T21:46:28.679Z | Checking toml v0.8.14 |
543 | 2024-07-10T21:46:29.143Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-10T21:46:29.295Z | Compiling async-trait v0.1.81 |
545 | 2024-07-10T21:46:29.397Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-10T21:46:29.746Z | Checking hostname v0.4.0 |
547 | 2024-07-10T21:46:29.858Z | Checking instant v0.1.13 |
548 | 2024-07-10T21:46:29.954Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-10T21:46:30.069Z | Checking backoff v0.4.0 |
550 | 2024-07-10T21:46:30.145Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-10T21:46:30.257Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-10T21:46:30.327Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-10T21:46:30.387Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-10T21:46:30.588Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-10T21:46:30.595Z | Checking serde_with v3.8.3 |
556 | 2024-07-10T21:46:30.721Z | Checking macaddr v1.0.1 |
557 | 2024-07-10T21:46:31.024Z | Checking regress v0.9.1 |
558 | 2024-07-10T21:46:31.766Z | Checking parse-display v0.9.1 |
559 | 2024-07-10T21:46:32.214Z | Checking strum v0.26.3 |
560 | 2024-07-10T21:46:33.293Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
561 | 2024-07-10T21:46:35.126Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
562 | 2024-07-10T21:46:35.183Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-10T21:46:38.014Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-10T21:46:44.174Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-10T21:46:44.275Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-10T21:46:46.944Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-10T21:46:52.992Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-10T21:46:53.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-10T21:46:53.101Z | + cargo build --release |
570 | 2024-07-10T21:46:53.352Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-10T21:46:53.352Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-10T21:46:53.352Z | Compiling libc v0.2.155 |
573 | 2024-07-10T21:46:53.361Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-10T21:46:53.361Z | Compiling version_check v0.9.4 |
575 | 2024-07-10T21:46:53.361Z | Compiling autocfg v1.3.0 |
576 | 2024-07-10T21:46:53.362Z | Compiling serde v1.0.204 |
577 | 2024-07-10T21:46:53.362Z | Compiling serde_json v1.0.120 |
578 | 2024-07-10T21:46:53.448Z | Compiling itoa v1.0.11 |
579 | 2024-07-10T21:46:53.656Z | Compiling thiserror v1.0.61 |
580 | 2024-07-10T21:46:53.859Z | Compiling once_cell v1.19.0 |
581 | 2024-07-10T21:46:53.867Z | Compiling memchr v2.7.4 |
582 | 2024-07-10T21:46:53.964Z | Compiling ahash v0.8.11 |
583 | 2024-07-10T21:46:54.059Z | Compiling cc v1.1.0 |
584 | 2024-07-10T21:46:54.295Z | Compiling byteorder v1.5.0 |
585 | 2024-07-10T21:46:54.539Z | Compiling num-traits v0.2.19 |
586 | 2024-07-10T21:46:54.703Z | Compiling quote v1.0.36 |
587 | 2024-07-10T21:46:54.777Z | Compiling getrandom v0.2.15 |
588 | 2024-07-10T21:46:54.784Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-10T21:46:54.879Z | Compiling ryu v1.0.18 |
590 | 2024-07-10T21:46:55.097Z | Compiling syn v2.0.70 |
591 | 2024-07-10T21:46:55.313Z | Compiling log v0.4.22 |
592 | 2024-07-10T21:46:55.336Z | Compiling bytes v1.6.0 |
593 | 2024-07-10T21:46:55.424Z | Compiling schemars v0.8.21 |
594 | 2024-07-10T21:46:55.450Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-10T21:46:55.758Z | Compiling lock_api v0.4.12 |
596 | 2024-07-10T21:46:55.777Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-10T21:46:55.782Z | Compiling futures-core v0.3.30 |
598 | 2024-07-10T21:46:56.012Z | Compiling smallvec v1.13.2 |
599 | 2024-07-10T21:46:56.177Z | Compiling scopeguard v1.2.0 |
600 | 2024-07-10T21:46:56.201Z | Compiling socket2 v0.5.7 |
601 | 2024-07-10T21:46:56.323Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-10T21:46:56.814Z | Compiling mio v0.8.11 |
603 | 2024-07-10T21:46:56.827Z | Compiling parking_lot v0.12.3 |
604 | 2024-07-10T21:46:57.021Z | Compiling ring v0.17.8 |
605 | 2024-07-10T21:46:57.121Z | Compiling num_cpus v1.16.0 |
606 | 2024-07-10T21:46:57.287Z | Compiling slab v0.4.9 |
607 | 2024-07-10T21:46:57.487Z | Compiling spin v0.9.8 |
608 | 2024-07-10T21:46:57.615Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-10T21:46:57.759Z | Compiling equivalent v1.0.1 |
610 | 2024-07-10T21:46:57.848Z | Compiling semver v1.0.23 |
611 | 2024-07-10T21:46:57.858Z | Compiling fnv v1.0.7 |
612 | 2024-07-10T21:46:57.924Z | Compiling untrusted v0.9.0 |
613 | 2024-07-10T21:46:58.086Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-10T21:46:58.324Z | Compiling heck v0.5.0 |
615 | 2024-07-10T21:46:58.467Z | Compiling futures-io v0.3.30 |
616 | 2024-07-10T21:46:58.533Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-10T21:46:58.624Z | Compiling pin-utils v0.1.0 |
618 | 2024-07-10T21:46:58.701Z | Compiling futures-task v0.3.30 |
619 | 2024-07-10T21:46:58.712Z | Compiling pkg-config v0.3.30 |
620 | 2024-07-10T21:46:58.995Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-10T21:46:59.004Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-10T21:46:59.480Z | Compiling http v0.2.12 |
623 | 2024-07-10T21:46:59.922Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-10T21:47:00.004Z | Compiling httparse v1.9.4 |
625 | 2024-07-10T21:47:00.223Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-10T21:47:04.096Z | Compiling chrono v0.4.38 |
627 | 2024-07-10T21:47:04.132Z | Compiling tracing-core v0.1.32 |
628 | 2024-07-10T21:47:04.132Z | Compiling uuid v1.10.0 |
629 | 2024-07-10T21:47:04.132Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-10T21:47:04.132Z | Compiling tracing v0.1.40 |
631 | 2024-07-10T21:47:04.132Z | Compiling try-lock v0.2.5 |
632 | 2024-07-10T21:47:04.132Z | Compiling slog v2.7.0 |
633 | 2024-07-10T21:47:04.133Z | Compiling openssl v0.10.64 |
634 | 2024-07-10T21:47:04.133Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-10T21:47:04.133Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-10T21:47:04.133Z | Compiling want v0.3.1 |
637 | 2024-07-10T21:47:04.169Z | Compiling http-body v0.4.6 |
638 | 2024-07-10T21:47:04.182Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-10T21:47:04.659Z | Compiling typenum v1.17.0 |
640 | 2024-07-10T21:47:04.830Z | Compiling native-tls v0.2.12 |
641 | 2024-07-10T21:47:05.179Z | Compiling tower-service v0.3.2 |
642 | 2024-07-10T21:47:05.286Z | Compiling httpdate v1.0.3 |
643 | 2024-07-10T21:47:05.437Z | Compiling rustls v0.21.12 |
644 | 2024-07-10T21:47:05.443Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-07-10T21:47:05.511Z | Compiling percent-encoding v2.3.1 |
646 | 2024-07-10T21:47:05.624Z | Compiling regex-syntax v0.8.4 |
647 | 2024-07-10T21:47:05.718Z | Compiling bitflags v2.6.0 |
648 | 2024-07-10T21:47:05.969Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-10T21:47:06.044Z | Compiling tinyvec v1.8.0 |
650 | 2024-07-10T21:47:06.570Z | Compiling generic-array v0.14.7 |
651 | 2024-07-10T21:47:06.883Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-10T21:47:07.720Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-10T21:47:07.878Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-10T21:47:08.020Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-10T21:47:08.082Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-07-10T21:47:08.604Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-10T21:47:08.773Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-10T21:47:10.140Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-10T21:47:11.107Z | Compiling tokio v1.38.0 |
660 | 2024-07-10T21:47:11.524Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-10T21:47:11.655Z | Compiling pest v2.7.11 |
662 | 2024-07-10T21:47:12.405Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-10T21:47:13.459Z | Compiling futures-util v0.3.30 |
664 | 2024-07-10T21:47:13.892Z | Compiling regress v0.10.0 |
665 | 2024-07-10T21:47:13.995Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-10T21:47:14.435Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-10T21:47:18.564Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-10T21:47:18.637Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-07-10T21:47:20.339Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-10T21:47:20.544Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-10T21:47:21.418Z | Compiling sct v0.7.1 |
672 | 2024-07-10T21:47:21.893Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-10T21:47:22.575Z | Compiling indexmap v2.2.6 |
674 | 2024-07-10T21:47:24.258Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-07-10T21:47:29.417Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
676 | 2024-07-10T21:47:29.475Z | Compiling h2 v0.3.26 |
677 | 2024-07-10T21:47:29.806Z | Compiling regex v1.10.5 |
678 | 2024-07-10T21:47:32.182Z | Compiling scroll_derive v0.12.0 |
679 | 2024-07-10T21:47:33.742Z | Compiling usdt-impl v0.5.0 |
680 | 2024-07-10T21:47:34.103Z | Compiling encoding_rs v0.8.34 |
681 | 2024-07-10T21:47:38.321Z | Compiling hyper v0.14.30 |
682 | 2024-07-10T21:47:40.323Z | Compiling time-core v0.1.2 |
683 | 2024-07-10T21:47:40.483Z | Compiling unicode-bidi v0.3.15 |
684 | 2024-07-10T21:47:42.115Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
685 | 2024-07-10T21:47:43.648Z | Compiling powerfmt v0.2.0 |
686 | 2024-07-10T21:47:44.110Z | Compiling mime v0.3.17 |
687 | 2024-07-10T21:47:45.182Z | Compiling num-conv v0.1.0 |
688 | 2024-07-10T21:47:45.256Z | Compiling deranged v0.3.11 |
689 | 2024-07-10T21:47:45.419Z | Compiling time-macros v0.2.18 |
690 | 2024-07-10T21:47:46.176Z | Compiling idna v0.5.0 |
691 | 2024-07-10T21:47:47.430Z | Compiling scroll v0.12.0 |
692 | 2024-07-10T21:47:47.482Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-07-10T21:47:48.017Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-07-10T21:47:48.282Z | Compiling dof v0.3.0 |
695 | 2024-07-10T21:47:49.168Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-10T21:47:49.401Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-10T21:47:51.154Z | Compiling thread-id v4.2.1 |
698 | 2024-07-10T21:47:51.245Z | Compiling ident_case v1.0.1 |
699 | 2024-07-10T21:47:52.829Z | Compiling crossbeam-utils v0.8.20 |
700 | 2024-07-10T21:47:53.405Z | Compiling omicron-workspace-hack v0.1.0 |
701 | 2024-07-10T21:47:53.640Z | Compiling num_threads v0.1.7 |
702 | 2024-07-10T21:47:53.696Z | Compiling base64 v0.21.7 |
703 | 2024-07-10T21:47:53.745Z | Compiling plain v0.2.3 |
704 | 2024-07-10T21:47:54.146Z | Compiling strsim v0.11.1 |
705 | 2024-07-10T21:47:54.794Z | Compiling rustls-pki-types v1.7.0 |
706 | 2024-07-10T21:47:54.890Z | Compiling darling_core v0.20.10 |
707 | 2024-07-10T21:47:56.080Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-10T21:47:56.166Z | Compiling time v0.3.36 |
709 | 2024-07-10T21:47:56.901Z | Compiling goblin v0.8.2 |
710 | 2024-07-10T21:48:03.880Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-10T21:48:04.338Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-10T21:48:04.752Z | Compiling url v2.5.2 |
713 | 2024-07-10T21:48:05.131Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
714 | 2024-07-10T21:48:05.240Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-10T21:48:05.609Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-10T21:48:07.134Z | Compiling ipnet v2.9.0 |
717 | 2024-07-10T21:48:09.562Z | Compiling paste v1.0.15 |
718 | 2024-07-10T21:48:09.884Z | Compiling unsafe-libyaml v0.2.11 |
719 | 2024-07-10T21:48:10.037Z | Compiling sync_wrapper v0.1.2 |
720 | 2024-07-10T21:48:10.155Z | Compiling rustversion v1.0.17 |
721 | 2024-07-10T21:48:10.488Z | Compiling pretty-hex v0.4.1 |
722 | 2024-07-10T21:48:10.693Z | Compiling webpki-roots v0.25.4 |
723 | 2024-07-10T21:48:10.815Z | Compiling rustls v0.22.4 |
724 | 2024-07-10T21:48:10.879Z | Compiling reqwest v0.11.27 |
725 | 2024-07-10T21:48:11.613Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-10T21:48:12.254Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-10T21:48:12.764Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-10T21:48:15.592Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-10T21:48:17.550Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-10T21:48:18.619Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-10T21:48:18.813Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-10T21:48:19.038Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-10T21:48:19.283Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-10T21:48:19.356Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-10T21:48:19.519Z | Compiling rand_core v0.6.4 |
736 | 2024-07-10T21:48:19.681Z | Compiling thread_local v1.1.8 |
737 | 2024-07-10T21:48:19.718Z | Compiling multer v3.1.0 |
738 | 2024-07-10T21:48:19.990Z | Compiling camino v1.1.7 |
739 | 2024-07-10T21:48:20.034Z | Compiling zeroize v1.8.1 |
740 | 2024-07-10T21:48:20.374Z | Compiling subtle v2.6.1 |
741 | 2024-07-10T21:48:20.504Z | Compiling slog-async v2.8.0 |
742 | 2024-07-10T21:48:20.546Z | Compiling winnow v0.6.13 |
743 | 2024-07-10T21:48:20.611Z | Compiling ppv-lite86 v0.2.17 |
744 | 2024-07-10T21:48:20.998Z | Compiling match_cfg v0.1.0 |
745 | 2024-07-10T21:48:21.080Z | Compiling anyhow v1.0.86 |
746 | 2024-07-10T21:48:21.356Z | Compiling rand_chacha v0.3.1 |
747 | 2024-07-10T21:48:21.398Z | Compiling hostname v0.3.1 |
748 | 2024-07-10T21:48:22.038Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
749 | 2024-07-10T21:48:22.122Z | Compiling structmeta v0.3.0 |
750 | 2024-07-10T21:48:22.494Z | Compiling digest v0.10.7 |
751 | 2024-07-10T21:48:22.887Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-10T21:48:23.062Z | Compiling darling v0.20.10 |
753 | 2024-07-10T21:48:24.639Z | Compiling toml_edit v0.22.15 |
754 | 2024-07-10T21:48:24.862Z | Compiling term v0.7.0 |
755 | 2024-07-10T21:48:29.713Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-10T21:48:33.627Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-10T21:48:33.995Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-10T21:48:35.150Z | Compiling slog-json v2.6.1 |
759 | 2024-07-10T21:48:35.381Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-10T21:48:35.672Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-10T21:48:36.679Z | Compiling http v1.1.0 |
762 | 2024-07-10T21:48:37.086Z | Compiling memmap v0.7.0 |
763 | 2024-07-10T21:48:37.524Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-10T21:48:37.625Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
765 | 2024-07-10T21:48:37.938Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-10T21:48:38.010Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-10T21:48:38.096Z | Compiling take_mut v0.2.2 |
768 | 2024-07-10T21:48:38.111Z | Compiling base64 v0.22.1 |
769 | 2024-07-10T21:48:39.184Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-10T21:48:41.399Z | Compiling sha1 v0.10.6 |
771 | 2024-07-10T21:48:41.913Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-10T21:48:42.141Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-10T21:48:42.218Z | Compiling slog-term v2.9.1 |
774 | 2024-07-10T21:48:42.325Z | Compiling usdt v0.5.0 |
775 | 2024-07-10T21:48:42.855Z | Compiling async-stream v0.3.5 |
776 | 2024-07-10T21:48:43.201Z | Compiling futures v0.3.30 |
777 | 2024-07-10T21:48:43.299Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-10T21:48:43.646Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-10T21:48:43.944Z | Compiling toml v0.8.14 |
780 | 2024-07-10T21:48:45.206Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-10T21:48:45.646Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-10T21:48:48.513Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-10T21:48:51.014Z | Compiling rand v0.8.5 |
784 | 2024-07-10T21:48:51.477Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-10T21:48:51.553Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-10T21:48:51.796Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
787 | 2024-07-10T21:48:52.801Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-10T21:48:52.888Z | Compiling hex v0.4.3 |
789 | 2024-07-10T21:48:53.601Z | Compiling async-trait v0.1.81 |
790 | 2024-07-10T21:48:53.868Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-07-10T21:48:54.694Z | Compiling hostname v0.4.0 |
792 | 2024-07-10T21:48:54.935Z | Compiling instant v0.1.13 |
793 | 2024-07-10T21:48:55.086Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-10T21:48:55.220Z | Compiling backoff v0.4.0 |
795 | 2024-07-10T21:48:55.524Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-10T21:48:55.553Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-10T21:48:55.704Z | Compiling parse-display v0.9.1 |
798 | 2024-07-10T21:48:55.706Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-10T21:48:56.020Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-10T21:48:56.522Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-10T21:48:56.581Z | Compiling serde_with v3.8.3 |
802 | 2024-07-10T21:48:57.721Z | Compiling strum v0.26.3 |
803 | 2024-07-10T21:48:57.884Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-10T21:48:58.696Z | Compiling macaddr v1.0.1 |
805 | 2024-07-10T21:48:59.304Z | Compiling regress v0.9.1 |
806 | 2024-07-10T21:49:04.789Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-10T21:49:13.991Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-10T21:49:22.240Z | Finished `release` profile [optimized] target(s) in 2m 29s |
809 | 2024-07-10T21:49:22.289Z | process exited: duration 223996 ms, exit code 0 |
|
810 | 2024-07-10T21:49:22.295Z | found 0 output files |