|
|
|
1 | 2024-06-28T19:40:38.938Z | job assigned to worker 01J1G5S9X6AN5QT1437E8KVJAE (queued for 35 s) |
|
2 | 2024-06-28T19:40:39.270Z | starting task 0: "setup" |
3 | 2024-06-28T19:40:39.295Z | ++ uname -s |
4 | 2024-06-28T19:40:39.295Z | + kern=SunOS |
5 | 2024-06-28T19:40:39.295Z | + case "$kern" in |
6 | 2024-06-28T19:40:39.295Z | + groupadd -g 12345 build |
7 | 2024-06-28T19:40:39.295Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-28T19:40:41.302Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-28T19:40:41.348Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-28T19:40:41.372Z | + home_fs=zfs |
11 | 2024-06-28T19:40:41.372Z | + [[ zfs == autofs ]] |
12 | 2024-06-28T19:40:41.372Z | + mkdir -p /home/build |
13 | 2024-06-28T19:40:41.372Z | + chown build:build /home/build /work |
14 | 2024-06-28T19:40:43.357Z | + chmod 0700 /home/build /work |
15 | 2024-06-28T19:40:43.383Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-06-28T19:40:43.433Z | starting task 1: "rust-toolchain" |
17 | 2024-06-28T19:40:43.458Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-28T19:40:43.458Z | ' 1.78.0 |
19 | 2024-06-28T19:40:43.458Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-28T19:40:43.458Z | ' default |
21 | 2024-06-28T19:40:43.458Z | * toolchain channel = "1.78.0" |
22 | 2024-06-28T19:40:43.458Z | * toolchain profile = "default" |
23 | 2024-06-28T19:40:43.458Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-28T19:40:43.458Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-28T19:40:43.584Z | info: downloading installer |
26 | 2024-06-28T19:40:44.246Z | info: profile set to 'default' |
27 | 2024-06-28T19:40:44.246Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-28T19:40:44.246Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-28T19:40:44.348Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-28T19:40:44.348Z | info: downloading component 'cargo' |
31 | 2024-06-28T19:40:44.534Z | info: downloading component 'clippy' |
32 | 2024-06-28T19:40:44.629Z | info: downloading component 'rust-docs' |
33 | 2024-06-28T19:40:44.899Z | info: downloading component 'rust-std' |
34 | 2024-06-28T19:40:45.554Z | info: downloading component 'rustc' |
35 | 2024-06-28T19:40:46.754Z | info: downloading component 'rustfmt' |
36 | 2024-06-28T19:40:46.840Z | info: installing component 'cargo' |
37 | 2024-06-28T19:40:47.946Z | info: installing component 'clippy' |
38 | 2024-06-28T19:40:48.353Z | info: installing component 'rust-docs' |
39 | 2024-06-28T19:40:50.867Z | info: installing component 'rust-std' |
40 | 2024-06-28T19:40:52.901Z | info: installing component 'rustc' |
41 | 2024-06-28T19:40:57.882Z | info: installing component 'rustfmt' |
42 | 2024-06-28T19:40:58.271Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-28T19:40:58.271Z | |
44 | 2024-06-28T19:40:58.377Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-28T19:40:58.377Z | |
46 | 2024-06-28T19:40:58.377Z | |
47 | 2024-06-28T19:40:58.377Z | Rust is installed now. Great! |
48 | 2024-06-28T19:40:58.378Z | |
49 | 2024-06-28T19:40:58.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-28T19:40:58.378Z | environment variable. This has not been done automatically. |
51 | 2024-06-28T19:40:58.378Z | |
52 | 2024-06-28T19:40:58.378Z | To configure your current shell, you need to source |
53 | 2024-06-28T19:40:58.378Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-28T19:40:58.378Z | |
55 | 2024-06-28T19:40:58.378Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-28T19:40:58.378Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-28T19:40:58.378Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-28T19:40:58.463Z | + rustc --version |
59 | 2024-06-28T19:40:58.581Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-28T19:40:58.606Z | process exited: duration 15154 ms, exit code 0 |
|
61 | 2024-06-28T19:40:58.654Z | starting task 2: "authentication" |
62 | 2024-06-28T19:40:58.718Z | process exited: duration 64 ms, exit code 0 |
|
63 | 2024-06-28T19:40:58.767Z | starting task 3: "clone repository" |
64 | 2024-06-28T19:40:58.791Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-28T19:40:58.791Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-28T19:40:58.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-28T19:41:04.354Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-28T19:41:04.354Z | + git fetch origin 178cbb0a223247548393cc4700825cd50a182c1f |
69 | 2024-06-28T19:41:04.773Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-28T19:41:04.773Z | * branch 178cbb0a223247548393cc4700825cd50a182c1f -> FETCH_HEAD |
71 | 2024-06-28T19:41:04.797Z | + [[ -n ddm-v3-compat ]] |
72 | 2024-06-28T19:41:04.797Z | ++ git branch --show-current |
73 | 2024-06-28T19:41:04.797Z | + current=main |
74 | 2024-06-28T19:41:04.797Z | + [[ main != ddm-v3-compat ]] |
75 | 2024-06-28T19:41:04.797Z | + git branch -f ddm-v3-compat 178cbb0a223247548393cc4700825cd50a182c1f |
76 | 2024-06-28T19:41:04.821Z | + git checkout -f ddm-v3-compat |
77 | 2024-06-28T19:41:04.976Z | Switched to branch 'ddm-v3-compat' |
78 | 2024-06-28T19:41:05.001Z | + git reset --hard 178cbb0a223247548393cc4700825cd50a182c1f |
79 | 2024-06-28T19:41:05.132Z | HEAD is now at 178cbb0a2 bump maghemite |
80 | 2024-06-28T19:41:05.156Z | process exited: duration 6367 ms, exit code 0 |
|
81 | 2024-06-28T19:41:05.209Z | starting task 4: "build" |
82 | 2024-06-28T19:41:05.235Z | + cargo --version |
83 | 2024-06-28T19:41:05.313Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-28T19:41:05.337Z | + rustc --version |
85 | 2024-06-28T19:41:05.416Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-28T19:41:05.440Z | + cd /tmp |
87 | 2024-06-28T19:41:05.440Z | + cargo new --lib test-project |
88 | 2024-06-28T19:41:05.510Z | Creating library `test-project` package |
89 | 2024-06-28T19:41:05.659Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-28T19:41:05.683Z | + cd test-project |
91 | 2024-06-28T19:41:05.683Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-28T19:41:05.760Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-28T19:41:05.760Z | Features: |
94 | 2024-06-28T19:41:05.760Z | - proptest |
95 | 2024-06-28T19:41:05.760Z | - test-strategy |
96 | 2024-06-28T19:41:05.760Z | - testing |
97 | 2024-06-28T19:41:05.784Z | Updating crates.io index |
98 | 2024-06-28T19:41:05.829Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-28T19:41:06.979Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-28T19:41:08.118Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-28T19:41:08.595Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-28T19:41:10.725Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-28T19:41:11.189Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-28T19:41:11.690Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-28T19:41:14.910Z | + cargo check |
106 | 2024-06-28T19:41:15.250Z | Downloading crates ... |
107 | 2024-06-28T19:41:15.334Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-28T19:41:15.359Z | Downloaded foreign-types-shared v0.1.1 |
109 | 2024-06-28T19:41:15.359Z | Downloaded openssl-probe v0.1.5 |
110 | 2024-06-28T19:41:15.384Z | Downloaded num_threads v0.1.7 |
111 | 2024-06-28T19:41:15.384Z | Downloaded tinyvec_macros v0.1.1 |
112 | 2024-06-28T19:41:15.408Z | Downloaded ucd-trie v0.1.6 |
113 | 2024-06-28T19:41:15.408Z | Downloaded tokio-macros v2.3.0 |
114 | 2024-06-28T19:41:15.408Z | Downloaded tinyvec v1.6.1 |
115 | 2024-06-28T19:41:15.432Z | Downloaded time v0.3.36 |
116 | 2024-06-28T19:41:15.432Z | Downloaded sync_wrapper v0.1.2 |
117 | 2024-06-28T19:41:15.432Z | Downloaded socket2 v0.5.7 |
118 | 2024-06-28T19:41:15.455Z | Downloaded thiserror-impl v1.0.61 |
119 | 2024-06-28T19:41:15.456Z | Downloaded slog-json v2.6.1 |
120 | 2024-06-28T19:41:15.456Z | Downloaded schemars v0.8.21 |
121 | 2024-06-28T19:41:15.479Z | Downloaded powerfmt v0.2.0 |
122 | 2024-06-28T19:41:15.479Z | Downloaded tokio v1.38.0 |
123 | 2024-06-28T19:41:15.514Z | Downloaded ryu v1.0.18 |
124 | 2024-06-28T19:41:15.538Z | Downloaded serde_json v1.0.118 |
125 | 2024-06-28T19:41:15.538Z | Downloaded serde_with v3.8.1 |
126 | 2024-06-28T19:41:15.562Z | Downloaded rustls-webpki v0.101.7 |
127 | 2024-06-28T19:41:15.588Z | Downloaded syn v2.0.68 |
128 | 2024-06-28T19:41:15.588Z | Downloaded rustls v0.22.4 |
129 | 2024-06-28T19:41:15.612Z | Downloaded regex v1.10.5 |
130 | 2024-06-28T19:41:15.635Z | Downloaded regex-automata v0.4.7 |
131 | 2024-06-28T19:41:15.635Z | Downloaded webpki-roots v0.25.4 |
132 | 2024-06-28T19:41:15.659Z | Downloaded vcpkg v0.2.15 |
133 | 2024-06-28T19:41:15.691Z | Downloaded rustls v0.21.12 |
134 | 2024-06-28T19:41:15.715Z | Downloaded regress v0.10.0 |
135 | 2024-06-28T19:41:15.738Z | Downloaded regress v0.9.1 |
136 | 2024-06-28T19:41:15.738Z | Downloaded regex-syntax v0.8.4 |
137 | 2024-06-28T19:41:15.739Z | Downloaded rustls-webpki v0.102.4 |
138 | 2024-06-28T19:41:15.762Z | Downloaded zerocopy v0.7.34 |
139 | 2024-06-28T19:41:15.786Z | Downloaded winnow v0.6.13 |
140 | 2024-06-28T19:41:15.810Z | Downloaded reqwest v0.11.27 |
141 | 2024-06-28T19:41:15.810Z | Downloaded serde v1.0.203 |
142 | 2024-06-28T19:41:15.810Z | Downloaded pest v2.7.10 |
143 | 2024-06-28T19:41:15.834Z | Downloaded unicode-normalization v0.1.23 |
144 | 2024-06-28T19:41:15.834Z | Downloaded encoding_rs v0.8.34 |
145 | 2024-06-28T19:41:15.858Z | Downloaded term v0.7.0 |
146 | 2024-06-28T19:41:15.858Z | Downloaded subtle v2.6.1 |
147 | 2024-06-28T19:41:15.858Z | Downloaded spin v0.9.8 |
148 | 2024-06-28T19:41:15.882Z | Downloaded smallvec v1.13.2 |
149 | 2024-06-28T19:41:15.882Z | Downloaded serde_with_macros v3.8.1 |
150 | 2024-06-28T19:41:15.882Z | Downloaded serde_derive_internals v0.29.1 |
151 | 2024-06-28T19:41:15.882Z | Downloaded ring v0.17.8 |
152 | 2024-06-28T19:41:15.948Z | Downloaded sct v0.7.1 |
153 | 2024-06-28T19:41:15.972Z | Downloaded scroll v0.12.0 |
154 | 2024-06-28T19:41:15.972Z | Downloaded rustls-pki-types v1.7.0 |
155 | 2024-06-28T19:41:15.972Z | Downloaded rustls-pemfile v1.0.4 |
156 | 2024-06-28T19:41:15.972Z | Downloaded rand v0.8.5 |
157 | 2024-06-28T19:41:15.972Z | Downloaded quote v1.0.36 |
158 | 2024-06-28T19:41:15.972Z | Downloaded url v2.5.2 |
159 | 2024-06-28T19:41:15.972Z | Downloaded libc v0.2.155 |
160 | 2024-06-28T19:41:16.003Z | Downloaded serde_yaml v0.9.34+deprecated |
161 | 2024-06-28T19:41:16.027Z | Downloaded rand_chacha v0.3.1 |
162 | 2024-06-28T19:41:16.027Z | Downloaded openssl-sys v0.9.102 |
163 | 2024-06-28T19:41:16.027Z | Downloaded structmeta v0.3.0 |
164 | 2024-06-28T19:41:16.027Z | Downloaded unsafe-libyaml v0.2.11 |
165 | 2024-06-28T19:41:16.027Z | Downloaded slog-term v2.9.1 |
166 | 2024-06-28T19:41:16.027Z | Downloaded slog-async v2.8.0 |
167 | 2024-06-28T19:41:16.027Z | Downloaded slog v2.7.0 |
168 | 2024-06-28T19:41:16.027Z | Downloaded slab v0.4.9 |
169 | 2024-06-28T19:41:16.051Z | Downloaded sha1 v0.10.6 |
170 | 2024-06-28T19:41:16.051Z | Downloaded serde_tokenstream v0.2.1 |
171 | 2024-06-28T19:41:16.051Z | Downloaded serde_path_to_error v0.1.16 |
172 | 2024-06-28T19:41:16.051Z | Downloaded serde_derive v1.0.203 |
173 | 2024-06-28T19:41:16.051Z | Downloaded schemars_derive v0.8.21 |
174 | 2024-06-28T19:41:16.051Z | Downloaded proc-macro2 v1.0.86 |
175 | 2024-06-28T19:41:16.051Z | Downloaded pin-project-lite v0.2.14 |
176 | 2024-06-28T19:41:16.051Z | Downloaded pest_meta v2.7.10 |
177 | 2024-06-28T19:41:16.075Z | Downloaded pest_derive v2.7.10 |
178 | 2024-06-28T19:41:16.075Z | Downloaded uuid v1.9.1 |
179 | 2024-06-28T19:41:16.075Z | Downloaded strum_macros v0.26.4 |
180 | 2024-06-28T19:41:16.075Z | Downloaded strum v0.26.3 |
181 | 2024-06-28T19:41:16.075Z | Downloaded pretty-hex v0.4.1 |
182 | 2024-06-28T19:41:16.075Z | Downloaded pkg-config v0.3.30 |
183 | 2024-06-28T19:41:16.075Z | Downloaded percent-encoding v2.3.1 |
184 | 2024-06-28T19:41:16.075Z | Downloaded parse-display-derive v0.9.1 |
185 | 2024-06-28T19:41:16.075Z | Downloaded parking_lot_core v0.9.10 |
186 | 2024-06-28T19:41:16.075Z | Downloaded zeroize v1.8.1 |
187 | 2024-06-28T19:41:16.075Z | Downloaded openssl v0.10.64 |
188 | 2024-06-28T19:41:16.099Z | Downloaded openapiv3 v2.0.0 |
189 | 2024-06-28T19:41:16.099Z | Downloaded idna v0.5.0 |
190 | 2024-06-28T19:41:16.122Z | Downloaded goblin v0.8.2 |
191 | 2024-06-28T19:41:16.122Z | Downloaded toml_edit v0.22.14 |
192 | 2024-06-28T19:41:16.148Z | Downloaded tokio-util v0.7.11 |
193 | 2024-06-28T19:41:16.148Z | Downloaded parking_lot v0.12.3 |
194 | 2024-06-28T19:41:16.172Z | Downloaded unicode-ident v1.0.12 |
195 | 2024-06-28T19:41:16.172Z | Downloaded h2 v0.3.26 |
196 | 2024-06-28T19:41:16.172Z | Downloaded chrono v0.4.38 |
197 | 2024-06-28T19:41:16.172Z | Downloaded tracing v0.1.40 |
198 | 2024-06-28T19:41:16.196Z | Downloaded toml v0.8.14 |
199 | 2024-06-28T19:41:16.196Z | Downloaded structmeta-derive v0.3.0 |
200 | 2024-06-28T19:41:16.196Z | Downloaded signal-hook-registry v1.4.2 |
201 | 2024-06-28T19:41:16.196Z | Downloaded sha2 v0.10.8 |
202 | 2024-06-28T19:41:16.196Z | Downloaded hyper v0.14.29 |
203 | 2024-06-28T19:41:16.196Z | Downloaded hashbrown v0.12.3 |
204 | 2024-06-28T19:41:16.196Z | Downloaded futures-util v0.3.30 |
205 | 2024-06-28T19:41:16.220Z | Downloaded time-macros v0.2.18 |
206 | 2024-06-28T19:41:16.220Z | Downloaded typenum v1.17.0 |
207 | 2024-06-28T19:41:16.220Z | Downloaded tracing-core v0.1.32 |
208 | 2024-06-28T19:41:16.221Z | Downloaded toml_datetime v0.6.6 |
209 | 2024-06-28T19:41:16.221Z | Downloaded thiserror v1.0.61 |
210 | 2024-06-28T19:41:16.245Z | Downloaded strsim v0.11.1 |
211 | 2024-06-28T19:41:16.245Z | Downloaded semver v1.0.23 |
212 | 2024-06-28T19:41:16.245Z | Downloaded rustls-pemfile v2.1.2 |
213 | 2024-06-28T19:41:16.245Z | Downloaded ppv-lite86 v0.2.17 |
214 | 2024-06-28T19:41:16.245Z | Downloaded pest_generator v2.7.10 |
215 | 2024-06-28T19:41:16.245Z | Downloaded zerocopy-derive v0.7.34 |
216 | 2024-06-28T19:41:16.245Z | Downloaded waitgroup v0.1.2 |
217 | 2024-06-28T19:41:16.245Z | Downloaded indexmap v2.2.6 |
218 | 2024-06-28T19:41:16.269Z | Downloaded hashbrown v0.14.5 |
219 | 2024-06-28T19:41:16.269Z | Downloaded try-lock v0.2.5 |
220 | 2024-06-28T19:41:16.269Z | Downloaded tokio-rustls v0.25.0 |
221 | 2024-06-28T19:41:16.269Z | Downloaded tokio-rustls v0.24.1 |
222 | 2024-06-28T19:41:16.269Z | Downloaded tokio-native-tls v0.3.1 |
223 | 2024-06-28T19:41:16.269Z | Downloaded take_mut v0.2.2 |
224 | 2024-06-28T19:41:16.269Z | Downloaded slog-bunyan v2.5.0 |
225 | 2024-06-28T19:41:16.269Z | Downloaded serde_urlencoded v0.7.1 |
226 | 2024-06-28T19:41:16.269Z | Downloaded serde_spanned v0.6.6 |
227 | 2024-06-28T19:41:16.269Z | Downloaded scopeguard v1.2.0 |
228 | 2024-06-28T19:41:16.269Z | Downloaded rustversion v1.0.17 |
229 | 2024-06-28T19:41:16.293Z | Downloaded pin-utils v0.1.0 |
230 | 2024-06-28T19:41:16.293Z | Downloaded paste v1.0.15 |
231 | 2024-06-28T19:41:16.293Z | Downloaded parse-display v0.9.1 |
232 | 2024-06-28T19:41:16.293Z | Downloaded version_check v0.9.4 |
233 | 2024-06-28T19:41:16.293Z | Downloaded usdt-impl v0.5.0 |
234 | 2024-06-28T19:41:16.293Z | Downloaded usdt v0.5.0 |
235 | 2024-06-28T19:41:16.293Z | Downloaded unicode-bidi v0.3.15 |
236 | 2024-06-28T19:41:16.293Z | Downloaded memchr v2.7.4 |
237 | 2024-06-28T19:41:16.293Z | Downloaded ipnet v2.9.0 |
238 | 2024-06-28T19:41:16.293Z | Downloaded hyper-rustls v0.24.2 |
239 | 2024-06-28T19:41:16.317Z | Downloaded http v0.2.12 |
240 | 2024-06-28T19:41:16.317Z | Downloaded futures-macro v0.3.30 |
241 | 2024-06-28T19:41:16.317Z | Downloaded futures-executor v0.3.30 |
242 | 2024-06-28T19:41:16.317Z | Downloaded futures-channel v0.3.30 |
243 | 2024-06-28T19:41:16.317Z | Downloaded form_urlencoded v1.2.1 |
244 | 2024-06-28T19:41:16.317Z | Downloaded cc v1.0.101 |
245 | 2024-06-28T19:41:16.317Z | Downloaded aho-corasick v1.1.3 |
246 | 2024-06-28T19:41:16.317Z | Downloaded time-core v0.1.2 |
247 | 2024-06-28T19:41:16.317Z | Downloaded tower-service v0.3.2 |
248 | 2024-06-28T19:41:16.342Z | Downloaded thread_local v1.1.8 |
249 | 2024-06-28T19:41:16.342Z | Downloaded thread-id v4.2.1 |
250 | 2024-06-28T19:41:16.342Z | Downloaded scroll_derive v0.12.0 |
251 | 2024-06-28T19:41:16.342Z | Downloaded rand_core v0.6.4 |
252 | 2024-06-28T19:41:16.342Z | Downloaded plain v0.2.3 |
253 | 2024-06-28T19:41:16.342Z | Downloaded want v0.3.1 |
254 | 2024-06-28T19:41:16.342Z | Downloaded usdt-macro v0.5.0 |
255 | 2024-06-28T19:41:16.342Z | Downloaded usdt-attr-macro v0.5.0 |
256 | 2024-06-28T19:41:16.342Z | Downloaded untrusted v0.9.0 |
257 | 2024-06-28T19:41:16.342Z | Downloaded openssl-macros v0.1.1 |
258 | 2024-06-28T19:41:16.342Z | Downloaded omicron-workspace-hack v0.1.0 |
259 | 2024-06-28T19:41:16.342Z | Downloaded num_cpus v1.16.0 |
260 | 2024-06-28T19:41:16.342Z | Downloaded num-traits v0.2.19 |
261 | 2024-06-28T19:41:16.342Z | Downloaded num-conv v0.1.0 |
262 | 2024-06-28T19:41:16.342Z | Downloaded multer v3.1.0 |
263 | 2024-06-28T19:41:16.342Z | Downloaded mio v0.8.11 |
264 | 2024-06-28T19:41:16.366Z | Downloaded mime v0.3.17 |
265 | 2024-06-28T19:41:16.366Z | Downloaded macaddr v1.0.1 |
266 | 2024-06-28T19:41:16.366Z | Downloaded log v0.4.22 |
267 | 2024-06-28T19:41:16.366Z | Downloaded lock_api v0.4.12 |
268 | 2024-06-28T19:41:16.366Z | Downloaded iana-time-zone v0.1.60 |
269 | 2024-06-28T19:41:16.366Z | Downloaded httpdate v1.0.3 |
270 | 2024-06-28T19:41:16.366Z | Downloaded http-body v0.4.6 |
271 | 2024-06-28T19:41:16.366Z | Downloaded http v1.1.0 |
272 | 2024-06-28T19:41:16.366Z | Downloaded hostname v0.3.1 |
273 | 2024-06-28T19:41:16.390Z | Downloaded heck v0.5.0 |
274 | 2024-06-28T19:41:16.390Z | Downloaded getrandom v0.2.15 |
275 | 2024-06-28T19:41:16.390Z | Downloaded generic-array v0.14.7 |
276 | 2024-06-28T19:41:16.390Z | Downloaded futures-task v0.3.30 |
277 | 2024-06-28T19:41:16.390Z | Downloaded crossbeam-channel v0.5.13 |
278 | 2024-06-28T19:41:16.390Z | Downloaded bytes v1.6.0 |
279 | 2024-06-28T19:41:16.390Z | Downloaded block-buffer v0.10.4 |
280 | 2024-06-28T19:41:16.390Z | Downloaded bitflags v2.6.0 |
281 | 2024-06-28T19:41:16.390Z | Downloaded base64 v0.22.1 |
282 | 2024-06-28T19:41:16.414Z | Downloaded is-terminal v0.4.12 |
283 | 2024-06-28T19:41:16.414Z | Downloaded ipnetwork v0.20.0 |
284 | 2024-06-28T19:41:16.414Z | Downloaded indexmap v1.9.3 |
285 | 2024-06-28T19:41:16.414Z | Downloaded hostname v0.4.0 |
286 | 2024-06-28T19:41:16.414Z | Downloaded futures v0.3.30 |
287 | 2024-06-28T19:41:16.414Z | Downloaded dirs-next v2.0.0 |
288 | 2024-06-28T19:41:16.414Z | Downloaded deranged v0.3.11 |
289 | 2024-06-28T19:41:16.414Z | Downloaded darling_macro v0.20.9 |
290 | 2024-06-28T19:41:16.414Z | Downloaded darling_core v0.20.9 |
291 | 2024-06-28T19:41:16.440Z | Downloaded darling v0.20.9 |
292 | 2024-06-28T19:41:16.440Z | Downloaded crossbeam-utils v0.8.20 |
293 | 2024-06-28T19:41:16.440Z | Downloaded base64 v0.21.7 |
294 | 2024-06-28T19:41:16.440Z | Downloaded backoff v0.4.0 |
295 | 2024-06-28T19:41:16.440Z | Downloaded async-trait v0.1.80 |
296 | 2024-06-28T19:41:16.440Z | Downloaded anyhow v1.0.86 |
297 | 2024-06-28T19:41:16.464Z | Downloaded allocator-api2 v0.2.18 |
298 | 2024-06-28T19:41:16.464Z | Downloaded ahash v0.8.11 |
299 | 2024-06-28T19:41:16.464Z | Downloaded once_cell v1.19.0 |
300 | 2024-06-28T19:41:16.464Z | Downloaded newtype-uuid v1.1.0 |
301 | 2024-06-28T19:41:16.464Z | Downloaded native-tls v0.2.12 |
302 | 2024-06-28T19:41:16.464Z | Downloaded memmap v0.7.0 |
303 | 2024-06-28T19:41:16.464Z | Downloaded match_cfg v0.1.0 |
304 | 2024-06-28T19:41:16.464Z | Downloaded itoa v1.0.11 |
305 | 2024-06-28T19:41:16.464Z | Downloaded instant v0.1.13 |
306 | 2024-06-28T19:41:16.464Z | Downloaded ident_case v1.0.1 |
307 | 2024-06-28T19:41:16.464Z | Downloaded hyper-tls v0.5.0 |
308 | 2024-06-28T19:41:16.464Z | Downloaded httparse v1.9.4 |
309 | 2024-06-28T19:41:16.488Z | Downloaded hex v0.4.3 |
310 | 2024-06-28T19:41:16.488Z | Downloaded futures-sink v0.3.30 |
311 | 2024-06-28T19:41:16.488Z | Downloaded futures-io v0.3.30 |
312 | 2024-06-28T19:41:16.488Z | Downloaded futures-core v0.3.30 |
313 | 2024-06-28T19:41:16.488Z | Downloaded foreign-types v0.3.2 |
314 | 2024-06-28T19:41:16.488Z | Downloaded fnv v1.0.7 |
315 | 2024-06-28T19:41:16.488Z | Downloaded equivalent v1.0.1 |
316 | 2024-06-28T19:41:16.488Z | Downloaded dyn-clone v1.0.17 |
317 | 2024-06-28T19:41:16.488Z | Downloaded dof v0.3.0 |
318 | 2024-06-28T19:41:16.488Z | Downloaded dirs-sys-next v0.1.2 |
319 | 2024-06-28T19:41:16.488Z | Downloaded digest v0.10.7 |
320 | 2024-06-28T19:41:16.488Z | Downloaded debug-ignore v1.0.5 |
321 | 2024-06-28T19:41:16.489Z | Downloaded crypto-common v0.1.6 |
322 | 2024-06-28T19:41:16.489Z | Downloaded cpufeatures v0.2.12 |
323 | 2024-06-28T19:41:16.489Z | Downloaded cfg-if v1.0.0 |
324 | 2024-06-28T19:41:16.489Z | Downloaded camino v1.1.7 |
325 | 2024-06-28T19:41:16.489Z | Downloaded byteorder v1.5.0 |
326 | 2024-06-28T19:41:16.512Z | Downloaded autocfg v1.3.0 |
327 | 2024-06-28T19:41:16.512Z | Downloaded atomic-waker v1.1.2 |
328 | 2024-06-28T19:41:16.512Z | Downloaded async-stream v0.3.5 |
329 | 2024-06-28T19:41:16.512Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-06-28T19:41:16.593Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-28T19:41:16.593Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-28T19:41:16.617Z | Compiling libc v0.2.155 |
333 | 2024-06-28T19:41:16.617Z | Checking cfg-if v1.0.0 |
334 | 2024-06-28T19:41:16.618Z | Compiling version_check v0.9.4 |
335 | 2024-06-28T19:41:16.618Z | Compiling autocfg v1.3.0 |
336 | 2024-06-28T19:41:16.618Z | Compiling serde v1.0.203 |
337 | 2024-06-28T19:41:16.618Z | Compiling serde_json v1.0.118 |
338 | 2024-06-28T19:41:16.709Z | Checking itoa v1.0.11 |
339 | 2024-06-28T19:41:16.812Z | Compiling thiserror v1.0.61 |
340 | 2024-06-28T19:41:16.887Z | Checking once_cell v1.19.0 |
341 | 2024-06-28T19:41:17.038Z | Compiling memchr v2.7.4 |
342 | 2024-06-28T19:41:17.129Z | Compiling cc v1.0.101 |
343 | 2024-06-28T19:41:17.213Z | Compiling ahash v0.8.11 |
344 | 2024-06-28T19:41:17.562Z | Checking byteorder v1.5.0 |
345 | 2024-06-28T19:41:17.639Z | Compiling num-traits v0.2.19 |
346 | 2024-06-28T19:41:17.823Z | Checking getrandom v0.2.15 |
347 | 2024-06-28T19:41:17.881Z | Checking pin-project-lite v0.2.14 |
348 | 2024-06-28T19:41:17.906Z | Checking ryu v1.0.18 |
349 | 2024-06-28T19:41:17.906Z | Compiling quote v1.0.36 |
350 | 2024-06-28T19:41:17.997Z | Checking log v0.4.22 |
351 | 2024-06-28T19:41:18.071Z | Checking bytes v1.6.0 |
352 | 2024-06-28T19:41:18.203Z | Compiling syn v2.0.68 |
353 | 2024-06-28T19:41:18.304Z | Checking allocator-api2 v0.2.18 |
354 | 2024-06-28T19:41:18.344Z | Compiling lock_api v0.4.12 |
355 | 2024-06-28T19:41:18.421Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-06-28T19:41:18.470Z | Compiling schemars v0.8.21 |
357 | 2024-06-28T19:41:18.542Z | Checking futures-core v0.3.30 |
358 | 2024-06-28T19:41:18.684Z | Checking smallvec v1.13.2 |
359 | 2024-06-28T19:41:18.710Z | Checking scopeguard v1.2.0 |
360 | 2024-06-28T19:41:18.737Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-06-28T19:41:18.780Z | Checking num_cpus v1.16.0 |
362 | 2024-06-28T19:41:18.809Z | Checking mio v0.8.11 |
363 | 2024-06-28T19:41:18.843Z | Checking socket2 v0.5.7 |
364 | 2024-06-28T19:41:18.873Z | Compiling slab v0.4.9 |
365 | 2024-06-28T19:41:18.935Z | Checking spin v0.9.8 |
366 | 2024-06-28T19:41:19.141Z | Checking futures-sink v0.3.30 |
367 | 2024-06-28T19:41:19.297Z | Checking fnv v1.0.7 |
368 | 2024-06-28T19:41:19.321Z | Checking untrusted v0.9.0 |
369 | 2024-06-28T19:41:19.401Z | Checking equivalent v1.0.1 |
370 | 2024-06-28T19:41:19.425Z | Checking parking_lot v0.12.3 |
371 | 2024-06-28T19:41:19.449Z | Checking futures-channel v0.3.30 |
372 | 2024-06-28T19:41:19.473Z | Compiling semver v1.0.23 |
373 | 2024-06-28T19:41:19.498Z | Checking futures-io v0.3.30 |
374 | 2024-06-28T19:41:19.605Z | Compiling pkg-config v0.3.30 |
375 | 2024-06-28T19:41:19.630Z | Compiling vcpkg v0.2.15 |
376 | 2024-06-28T19:41:19.702Z | Checking futures-task v0.3.30 |
377 | 2024-06-28T19:41:19.726Z | Checking pin-utils v0.1.0 |
378 | 2024-06-28T19:41:19.799Z | Compiling ring v0.17.8 |
379 | 2024-06-28T19:41:19.896Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-28T19:41:19.920Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-28T19:41:20.004Z | Checking http v0.2.12 |
382 | 2024-06-28T19:41:20.316Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-28T19:41:20.421Z | Compiling heck v0.5.0 |
384 | 2024-06-28T19:41:20.613Z | Compiling httparse v1.9.4 |
385 | 2024-06-28T19:41:20.946Z | Checking tracing-core v0.1.32 |
386 | 2024-06-28T19:41:21.037Z | Compiling openssl-sys v0.9.102 |
387 | 2024-06-28T19:41:21.147Z | Compiling uuid v1.9.1 |
388 | 2024-06-28T19:41:21.376Z | Compiling chrono v0.4.38 |
389 | 2024-06-28T19:41:21.478Z | Checking tracing v0.1.40 |
390 | 2024-06-28T19:41:21.611Z | Compiling slog v2.7.0 |
391 | 2024-06-28T19:41:21.690Z | Checking try-lock v0.2.5 |
392 | 2024-06-28T19:41:21.738Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-06-28T19:41:21.790Z | Compiling openssl v0.10.64 |
394 | 2024-06-28T19:41:21.817Z | Checking foreign-types v0.3.2 |
395 | 2024-06-28T19:41:21.889Z | Checking want v0.3.1 |
396 | 2024-06-28T19:41:22.038Z | Checking http-body v0.4.6 |
397 | 2024-06-28T19:41:22.062Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-28T19:41:22.154Z | Checking tinyvec_macros v0.1.1 |
399 | 2024-06-28T19:41:22.225Z | Checking percent-encoding v2.3.1 |
400 | 2024-06-28T19:41:22.343Z | Compiling typenum v1.17.0 |
401 | 2024-06-28T19:41:22.388Z | Checking tower-service v0.3.2 |
402 | 2024-06-28T19:41:22.479Z | Compiling regex-syntax v0.8.4 |
403 | 2024-06-28T19:41:22.916Z | Checking bitflags v2.6.0 |
404 | 2024-06-28T19:41:23.046Z | Checking httpdate v1.0.3 |
405 | 2024-06-28T19:41:23.122Z | Compiling rustls v0.21.12 |
406 | 2024-06-28T19:41:23.148Z | Compiling native-tls v0.2.12 |
407 | 2024-06-28T19:41:23.287Z | Checking form_urlencoded v1.2.1 |
408 | 2024-06-28T19:41:23.405Z | Checking tinyvec v1.6.1 |
409 | 2024-06-28T19:41:23.491Z | Compiling generic-array v0.14.7 |
410 | 2024-06-28T19:41:23.736Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-06-28T19:41:23.918Z | Checking openssl-probe v0.1.5 |
412 | 2024-06-28T19:41:24.450Z | Checking unicode-normalization v0.1.23 |
413 | 2024-06-28T19:41:24.744Z | Checking rustls-webpki v0.101.7 |
414 | 2024-06-28T19:41:25.101Z | Compiling regex-automata v0.4.7 |
415 | 2024-06-28T19:41:25.165Z | Checking sct v0.7.1 |
416 | 2024-06-28T19:41:25.827Z | Compiling usdt-impl v0.5.0 |
417 | 2024-06-28T19:41:26.029Z | Checking encoding_rs v0.8.34 |
418 | 2024-06-28T19:41:26.126Z | Checking mime v0.3.17 |
419 | 2024-06-28T19:41:26.396Z | Compiling time-core v0.1.2 |
420 | 2024-06-28T19:41:26.536Z | Compiling num-conv v0.1.0 |
421 | 2024-06-28T19:41:26.644Z | Checking unicode-bidi v0.3.15 |
422 | 2024-06-28T19:41:26.768Z | Checking powerfmt v0.2.0 |
423 | 2024-06-28T19:41:26.990Z | Checking deranged v0.3.11 |
424 | 2024-06-28T19:41:27.115Z | Checking idna v0.5.0 |
425 | 2024-06-28T19:41:27.207Z | Compiling time-macros v0.2.18 |
426 | 2024-06-28T19:41:27.691Z | Compiling thread-id v4.2.1 |
427 | 2024-06-28T19:41:28.003Z | Checking base64 v0.21.7 |
428 | 2024-06-28T19:41:28.306Z | Compiling regex v1.10.5 |
429 | 2024-06-28T19:41:28.373Z | Compiling crossbeam-utils v0.8.20 |
430 | 2024-06-28T19:41:28.397Z | Compiling serde_derive v1.0.203 |
431 | 2024-06-28T19:41:28.666Z | Compiling zerocopy-derive v0.7.34 |
432 | 2024-06-28T19:41:28.690Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-06-28T19:41:28.791Z | Compiling schemars_derive v0.8.21 |
434 | 2024-06-28T19:41:28.839Z | Compiling tokio-macros v2.3.0 |
435 | 2024-06-28T19:41:29.093Z | Compiling futures-macro v0.3.30 |
436 | 2024-06-28T19:41:29.518Z | Compiling openssl-macros v0.1.1 |
437 | 2024-06-28T19:41:30.098Z | Checking tokio v1.38.0 |
438 | 2024-06-28T19:41:30.335Z | Checking zerocopy v0.7.34 |
439 | 2024-06-28T19:41:31.003Z | Checking futures-util v0.3.30 |
440 | 2024-06-28T19:41:31.117Z | Compiling pest v2.7.10 |
441 | 2024-06-28T19:41:31.682Z | Compiling scroll_derive v0.12.0 |
442 | 2024-06-28T19:41:31.760Z | Checking hashbrown v0.14.5 |
443 | 2024-06-28T19:41:32.679Z | Checking regress v0.10.0 |
444 | 2024-06-28T19:41:32.788Z | Checking scroll v0.12.0 |
445 | 2024-06-28T19:41:33.155Z | Compiling pest_meta v2.7.10 |
446 | 2024-06-28T19:41:35.010Z | Compiling pest_generator v2.7.10 |
447 | 2024-06-28T19:41:35.372Z | Compiling strsim v0.11.1 |
448 | 2024-06-28T19:41:35.559Z | Checking tokio-util v0.7.11 |
449 | 2024-06-28T19:41:35.956Z | Checking tokio-rustls v0.24.1 |
450 | 2024-06-28T19:41:36.001Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-06-28T19:41:36.194Z | Checking plain v0.2.3 |
452 | 2024-06-28T19:41:36.219Z | Checking num_threads v0.1.7 |
453 | 2024-06-28T19:41:36.335Z | Compiling ident_case v1.0.1 |
454 | 2024-06-28T19:41:36.390Z | Checking rustls-pki-types v1.7.0 |
455 | 2024-06-28T19:41:36.459Z | Compiling darling_core v0.20.9 |
456 | 2024-06-28T19:41:36.522Z | Checking time v0.3.36 |
457 | 2024-06-28T19:41:36.546Z | Compiling pest_derive v2.7.10 |
458 | 2024-06-28T19:41:36.731Z | Checking goblin v0.8.2 |
459 | 2024-06-28T19:41:37.201Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-28T19:41:37.887Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-06-28T19:41:38.041Z | Checking indexmap v2.2.6 |
462 | 2024-06-28T19:41:39.035Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-06-28T19:41:39.107Z | Checking h2 v0.3.26 |
464 | 2024-06-28T19:41:39.585Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-06-28T19:41:39.748Z | Checking openapiv3 v2.0.0 |
466 | 2024-06-28T19:41:39.918Z | Checking url v2.5.2 |
467 | 2024-06-28T19:41:40.510Z | Compiling dof v0.3.0 |
468 | 2024-06-28T19:41:40.767Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-06-28T19:41:41.297Z | Compiling rustls v0.22.4 |
470 | 2024-06-28T19:41:41.531Z | Compiling paste v1.0.15 |
471 | 2024-06-28T19:41:41.556Z | Checking sync_wrapper v0.1.2 |
472 | 2024-06-28T19:41:41.556Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
473 | 2024-06-28T19:41:41.636Z | Checking webpki-roots v0.25.4 |
474 | 2024-06-28T19:41:41.910Z | Checking ipnet v2.9.0 |
475 | 2024-06-28T19:41:42.053Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-06-28T19:41:42.257Z | Checking hyper v0.14.29 |
477 | 2024-06-28T19:41:42.283Z | Compiling omicron-workspace-hack v0.1.0 |
478 | 2024-06-28T19:41:42.353Z | Checking pretty-hex v0.4.1 |
479 | 2024-06-28T19:41:42.488Z | Compiling rustversion v1.0.17 |
480 | 2024-06-28T19:41:42.990Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-28T19:41:43.051Z | Compiling darling_macro v0.20.9 |
482 | 2024-06-28T19:41:43.075Z | Checking dirs-next v2.0.0 |
483 | 2024-06-28T19:41:43.365Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-28T19:41:43.419Z | Checking serde_spanned v0.6.6 |
485 | 2024-06-28T19:41:43.574Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-28T19:41:43.597Z | Checking crypto-common v0.1.6 |
487 | 2024-06-28T19:41:43.718Z | Checking block-buffer v0.10.4 |
488 | 2024-06-28T19:41:43.858Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-06-28T19:41:43.887Z | Checking rand_core v0.6.4 |
490 | 2024-06-28T19:41:43.993Z | Compiling multer v3.1.0 |
491 | 2024-06-28T19:41:44.079Z | Checking thread_local v1.1.8 |
492 | 2024-06-28T19:41:44.109Z | Checking zeroize v1.8.1 |
493 | 2024-06-28T19:41:44.192Z | Checking ppv-lite86 v0.2.17 |
494 | 2024-06-28T19:41:44.252Z | Compiling camino v1.1.7 |
495 | 2024-06-28T19:41:44.292Z | Compiling anyhow v1.0.86 |
496 | 2024-06-28T19:41:44.316Z | Checking winnow v0.6.13 |
497 | 2024-06-28T19:41:44.711Z | Checking match_cfg v0.1.0 |
498 | 2024-06-28T19:41:44.741Z | Compiling slog-async v2.8.0 |
499 | 2024-06-28T19:41:44.765Z | Checking subtle v2.6.1 |
500 | 2024-06-28T19:41:44.790Z | Checking hostname v0.3.1 |
501 | 2024-06-28T19:41:45.035Z | Checking rand_chacha v0.3.1 |
502 | 2024-06-28T19:41:45.284Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-28T19:41:45.734Z | Compiling darling v0.20.9 |
504 | 2024-06-28T19:41:45.759Z | Checking hyper-tls v0.5.0 |
505 | 2024-06-28T19:41:45.831Z | Checking hyper-rustls v0.24.2 |
506 | 2024-06-28T19:41:45.856Z | Checking digest v0.10.7 |
507 | 2024-06-28T19:41:45.977Z | Checking term v0.7.0 |
508 | 2024-06-28T19:41:46.030Z | Compiling structmeta v0.3.0 |
509 | 2024-06-28T19:41:46.065Z | Checking reqwest v0.11.27 |
510 | 2024-06-28T19:41:46.316Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-06-28T19:41:46.343Z | Compiling usdt-macro v0.5.0 |
512 | 2024-06-28T19:41:46.577Z | Checking toml_edit v0.22.14 |
513 | 2024-06-28T19:41:46.976Z | Checking slog-json v2.6.1 |
514 | 2024-06-28T19:41:47.079Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
515 | 2024-06-28T19:41:47.166Z | Checking futures-executor v0.3.30 |
516 | 2024-06-28T19:41:47.190Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-06-28T19:41:47.322Z | Checking http v1.1.0 |
518 | 2024-06-28T19:41:47.346Z | Checking memmap v0.7.0 |
519 | 2024-06-28T19:41:47.417Z | Checking is-terminal v0.4.12 |
520 | 2024-06-28T19:41:47.495Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
521 | 2024-06-28T19:41:47.520Z | Checking base64 v0.22.1 |
522 | 2024-06-28T19:41:47.544Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-28T19:41:47.596Z | Checking atomic-waker v1.1.2 |
524 | 2024-06-28T19:41:47.695Z | Checking take_mut v0.2.2 |
525 | 2024-06-28T19:41:47.786Z | Checking tokio-rustls v0.25.0 |
526 | 2024-06-28T19:41:47.824Z | Checking waitgroup v0.1.2 |
527 | 2024-06-28T19:41:47.916Z | Checking rustls-pemfile v2.1.2 |
528 | 2024-06-28T19:41:47.940Z | Checking sha1 v0.10.6 |
529 | 2024-06-28T19:41:48.050Z | Checking slog-term v2.9.1 |
530 | 2024-06-28T19:41:48.074Z | Checking usdt v0.5.0 |
531 | 2024-06-28T19:41:48.104Z | Checking futures v0.3.30 |
532 | 2024-06-28T19:41:48.137Z | Checking slog-bunyan v2.5.0 |
533 | 2024-06-28T19:41:48.195Z | Compiling strum_macros v0.26.4 |
534 | 2024-06-28T19:41:48.264Z | Checking async-stream v0.3.5 |
535 | 2024-06-28T19:41:48.288Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-06-28T19:41:48.288Z | Compiling serde_with_macros v3.8.1 |
537 | 2024-06-28T19:41:48.414Z | Checking rand v0.8.5 |
538 | 2024-06-28T19:41:48.640Z | Checking toml v0.8.14 |
539 | 2024-06-28T19:41:48.945Z | Checking newtype-uuid v1.1.0 |
540 | 2024-06-28T19:41:49.063Z | Checking ipnetwork v0.20.0 |
541 | 2024-06-28T19:41:49.137Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
542 | 2024-06-28T19:41:49.230Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-06-28T19:41:49.352Z | Checking hex v0.4.3 |
544 | 2024-06-28T19:41:49.376Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-06-28T19:41:49.758Z | Compiling async-trait v0.1.80 |
546 | 2024-06-28T19:41:49.782Z | Checking hostname v0.4.0 |
547 | 2024-06-28T19:41:49.871Z | Checking instant v0.1.13 |
548 | 2024-06-28T19:41:49.963Z | Checking debug-ignore v1.0.5 |
549 | 2024-06-28T19:41:50.046Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
550 | 2024-06-28T19:41:50.073Z | Checking backoff v0.4.0 |
551 | 2024-06-28T19:41:50.161Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-06-28T19:41:50.278Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
553 | 2024-06-28T19:41:50.302Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-06-28T19:41:50.486Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-06-28T19:41:50.524Z | Checking serde_with v3.8.1 |
556 | 2024-06-28T19:41:50.629Z | Checking macaddr v1.0.1 |
557 | 2024-06-28T19:41:50.903Z | Checking regress v0.9.1 |
558 | 2024-06-28T19:41:51.617Z | Checking parse-display v0.9.1 |
559 | 2024-06-28T19:41:51.830Z | Checking strum v0.26.3 |
560 | 2024-06-28T19:41:52.574Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
561 | 2024-06-28T19:41:54.811Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-28T19:41:54.893Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
563 | 2024-06-28T19:41:58.350Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
564 | 2024-06-28T19:42:06.541Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
565 | 2024-06-28T19:42:06.679Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-06-28T19:42:09.944Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-28T19:42:17.446Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-28T19:42:17.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
569 | 2024-06-28T19:42:17.574Z | + cargo build --release |
570 | 2024-06-28T19:42:17.896Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-28T19:42:17.896Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-28T19:42:17.896Z | Compiling libc v0.2.155 |
573 | 2024-06-28T19:42:17.921Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-28T19:42:17.921Z | Compiling version_check v0.9.4 |
575 | 2024-06-28T19:42:17.921Z | Compiling autocfg v1.3.0 |
576 | 2024-06-28T19:42:17.921Z | Compiling serde v1.0.203 |
577 | 2024-06-28T19:42:17.921Z | Compiling serde_json v1.0.118 |
578 | 2024-06-28T19:42:18.006Z | Compiling itoa v1.0.11 |
579 | 2024-06-28T19:42:18.043Z | Compiling thiserror v1.0.61 |
580 | 2024-06-28T19:42:18.181Z | Compiling once_cell v1.19.0 |
581 | 2024-06-28T19:42:18.225Z | Compiling cc v1.0.101 |
582 | 2024-06-28T19:42:18.398Z | Compiling memchr v2.7.4 |
583 | 2024-06-28T19:42:18.489Z | Compiling ahash v0.8.11 |
584 | 2024-06-28T19:42:18.774Z | Compiling byteorder v1.5.0 |
585 | 2024-06-28T19:42:18.799Z | Compiling num-traits v0.2.19 |
586 | 2024-06-28T19:42:19.006Z | Compiling getrandom v0.2.15 |
587 | 2024-06-28T19:42:19.106Z | Compiling quote v1.0.36 |
588 | 2024-06-28T19:42:19.168Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-28T19:42:19.289Z | Compiling ryu v1.0.18 |
590 | 2024-06-28T19:42:19.527Z | Compiling syn v2.0.68 |
591 | 2024-06-28T19:42:19.551Z | Compiling log v0.4.22 |
592 | 2024-06-28T19:42:19.576Z | Compiling bytes v1.6.0 |
593 | 2024-06-28T19:42:19.608Z | Compiling schemars v0.8.21 |
594 | 2024-06-28T19:42:19.745Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-28T19:42:19.909Z | Compiling lock_api v0.4.12 |
596 | 2024-06-28T19:42:19.939Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-28T19:42:19.964Z | Compiling smallvec v1.13.2 |
598 | 2024-06-28T19:42:20.302Z | Compiling futures-core v0.3.30 |
599 | 2024-06-28T19:42:20.327Z | Compiling scopeguard v1.2.0 |
600 | 2024-06-28T19:42:20.454Z | Compiling num_cpus v1.16.0 |
601 | 2024-06-28T19:42:20.510Z | Compiling mio v0.8.11 |
602 | 2024-06-28T19:42:20.566Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-06-28T19:42:20.682Z | Compiling ring v0.17.8 |
604 | 2024-06-28T19:42:20.707Z | Compiling socket2 v0.5.7 |
605 | 2024-06-28T19:42:20.866Z | Compiling parking_lot v0.12.3 |
606 | 2024-06-28T19:42:21.140Z | Compiling slab v0.4.9 |
607 | 2024-06-28T19:42:21.223Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-28T19:42:21.342Z | Compiling spin v0.9.8 |
609 | 2024-06-28T19:42:21.507Z | Compiling equivalent v1.0.1 |
610 | 2024-06-28T19:42:21.590Z | Compiling untrusted v0.9.0 |
611 | 2024-06-28T19:42:21.746Z | Compiling fnv v1.0.7 |
612 | 2024-06-28T19:42:21.843Z | Compiling semver v1.0.23 |
613 | 2024-06-28T19:42:22.123Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-28T19:42:22.153Z | Compiling futures-task v0.3.30 |
615 | 2024-06-28T19:42:22.178Z | Compiling pkg-config v0.3.30 |
616 | 2024-06-28T19:42:22.268Z | Compiling futures-io v0.3.30 |
617 | 2024-06-28T19:42:22.337Z | Compiling pin-utils v0.1.0 |
618 | 2024-06-28T19:42:22.412Z | Compiling vcpkg v0.2.15 |
619 | 2024-06-28T19:42:22.618Z | Compiling iana-time-zone v0.1.60 |
620 | 2024-06-28T19:42:22.650Z | Compiling ucd-trie v0.1.6 |
621 | 2024-06-28T19:42:23.045Z | Compiling http v0.2.12 |
622 | 2024-06-28T19:42:23.321Z | Compiling httparse v1.9.4 |
623 | 2024-06-28T19:42:23.364Z | Compiling heck v0.5.0 |
624 | 2024-06-28T19:42:23.731Z | Compiling dyn-clone v1.0.17 |
625 | 2024-06-28T19:42:23.797Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-28T19:42:23.968Z | Compiling chrono v0.4.38 |
627 | 2024-06-28T19:42:24.081Z | Compiling tracing-core v0.1.32 |
628 | 2024-06-28T19:42:24.287Z | Compiling uuid v1.9.1 |
629 | 2024-06-28T19:42:24.715Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-06-28T19:42:24.756Z | Compiling tracing v0.1.40 |
631 | 2024-06-28T19:42:26.024Z | Compiling openssl v0.10.64 |
632 | 2024-06-28T19:42:26.356Z | Compiling foreign-types-shared v0.1.1 |
633 | 2024-06-28T19:42:26.441Z | Compiling slog v2.7.0 |
634 | 2024-06-28T19:42:26.534Z | Compiling try-lock v0.2.5 |
635 | 2024-06-28T19:42:26.662Z | Compiling want v0.3.1 |
636 | 2024-06-28T19:42:26.686Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-28T19:42:26.896Z | Compiling http-body v0.4.6 |
638 | 2024-06-28T19:42:26.921Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-28T19:42:27.117Z | Compiling typenum v1.17.0 |
640 | 2024-06-28T19:42:27.285Z | Compiling percent-encoding v2.3.1 |
641 | 2024-06-28T19:42:27.674Z | Compiling tower-service v0.3.2 |
642 | 2024-06-28T19:42:27.771Z | Compiling tinyvec_macros v0.1.1 |
643 | 2024-06-28T19:42:27.844Z | Compiling regex-syntax v0.8.4 |
644 | 2024-06-28T19:42:27.869Z | Compiling httpdate v1.0.3 |
645 | 2024-06-28T19:42:27.986Z | Compiling native-tls v0.2.12 |
646 | 2024-06-28T19:42:28.140Z | Compiling rustls v0.21.12 |
647 | 2024-06-28T19:42:28.276Z | Compiling bitflags v2.6.0 |
648 | 2024-06-28T19:42:28.455Z | Compiling tinyvec v1.6.1 |
649 | 2024-06-28T19:42:28.480Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-06-28T19:42:28.925Z | Compiling generic-array v0.14.7 |
651 | 2024-06-28T19:42:29.227Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-28T19:42:29.406Z | Compiling serde_derive v1.0.203 |
653 | 2024-06-28T19:42:29.497Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-06-28T19:42:29.661Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-06-28T19:42:29.804Z | Compiling schemars_derive v0.8.21 |
656 | 2024-06-28T19:42:30.442Z | Compiling tokio-macros v2.3.0 |
657 | 2024-06-28T19:42:31.164Z | Compiling zerocopy v0.7.34 |
658 | 2024-06-28T19:42:32.129Z | Compiling tokio v1.38.0 |
659 | 2024-06-28T19:42:32.352Z | Compiling futures-macro v0.3.30 |
660 | 2024-06-28T19:42:32.439Z | Compiling pest v2.7.10 |
661 | 2024-06-28T19:42:33.140Z | Compiling hashbrown v0.14.5 |
662 | 2024-06-28T19:42:33.990Z | Compiling futures-util v0.3.30 |
663 | 2024-06-28T19:42:34.597Z | Compiling pest_meta v2.7.10 |
664 | 2024-06-28T19:42:34.639Z | Compiling regress v0.10.0 |
665 | 2024-06-28T19:42:34.791Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-28T19:42:34.954Z | Compiling regex-automata v0.4.7 |
667 | 2024-06-28T19:42:37.833Z | Compiling pest_generator v2.7.10 |
668 | 2024-06-28T19:42:39.236Z | Compiling tokio-util v0.7.11 |
669 | 2024-06-28T19:42:39.481Z | Compiling pest_derive v2.7.10 |
670 | 2024-06-28T19:42:40.442Z | Compiling indexmap v2.2.6 |
671 | 2024-06-28T19:42:41.078Z | Compiling serde_tokenstream v0.2.1 |
672 | 2024-06-28T19:42:42.115Z | Compiling h2 v0.3.26 |
673 | 2024-06-28T19:42:42.634Z | Compiling rustls-webpki v0.101.7 |
674 | 2024-06-28T19:42:45.110Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
675 | 2024-06-28T19:42:46.019Z | Compiling hyper v0.14.29 |
676 | 2024-06-28T19:42:48.167Z | Compiling sct v0.7.1 |
677 | 2024-06-28T19:42:50.731Z | Compiling regex v1.10.5 |
678 | 2024-06-28T19:42:51.587Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-06-28T19:42:52.570Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-28T19:42:54.728Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-28T19:42:55.027Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-28T19:42:55.063Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
683 | 2024-06-28T19:42:55.532Z | Compiling powerfmt v0.2.0 |
684 | 2024-06-28T19:42:55.950Z | Compiling time-core v0.1.2 |
685 | 2024-06-28T19:42:56.006Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-06-28T19:42:56.087Z | Compiling num-conv v0.1.0 |
687 | 2024-06-28T19:42:58.449Z | Compiling mime v0.3.17 |
688 | 2024-06-28T19:42:58.670Z | Compiling idna v0.5.0 |
689 | 2024-06-28T19:43:00.600Z | Compiling time-macros v0.2.18 |
690 | 2024-06-28T19:43:01.542Z | Compiling deranged v0.3.11 |
691 | 2024-06-28T19:43:03.555Z | Compiling thread-id v4.2.1 |
692 | 2024-06-28T19:43:03.641Z | Compiling scroll v0.12.0 |
693 | 2024-06-28T19:43:04.197Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-06-28T19:43:04.222Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-06-28T19:43:04.457Z | Compiling dof v0.3.0 |
696 | 2024-06-28T19:43:04.554Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-28T19:43:04.733Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-06-28T19:43:05.383Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-06-28T19:43:06.502Z | Compiling num_threads v0.1.7 |
700 | 2024-06-28T19:43:06.605Z | Compiling ident_case v1.0.1 |
701 | 2024-06-28T19:43:06.748Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-06-28T19:43:07.454Z | Compiling strsim v0.11.1 |
703 | 2024-06-28T19:43:07.841Z | Compiling omicron-workspace-hack v0.1.0 |
704 | 2024-06-28T19:43:07.979Z | Compiling base64 v0.21.7 |
705 | 2024-06-28T19:43:08.094Z | Compiling plain v0.2.3 |
706 | 2024-06-28T19:43:08.119Z | Compiling darling_core v0.20.9 |
707 | 2024-06-28T19:43:08.231Z | Compiling goblin v0.8.2 |
708 | 2024-06-28T19:43:08.974Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-06-28T19:43:10.783Z | Compiling time v0.3.36 |
710 | 2024-06-28T19:43:15.256Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-06-28T19:43:15.610Z | Compiling hyper-tls v0.5.0 |
712 | 2024-06-28T19:43:15.754Z | Compiling url v2.5.2 |
713 | 2024-06-28T19:43:16.023Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
714 | 2024-06-28T19:43:16.132Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-28T19:43:18.854Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-28T19:43:19.825Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-06-28T19:43:19.897Z | Compiling rustls v0.22.4 |
718 | 2024-06-28T19:43:19.934Z | Compiling paste v1.0.15 |
719 | 2024-06-28T19:43:20.173Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-28T19:43:20.349Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-06-28T19:43:20.374Z | Compiling ipnet v2.9.0 |
722 | 2024-06-28T19:43:20.488Z | Compiling rustversion v1.0.17 |
723 | 2024-06-28T19:43:21.022Z | Compiling webpki-roots v0.25.4 |
724 | 2024-06-28T19:43:21.154Z | Compiling reqwest v0.11.27 |
725 | 2024-06-28T19:43:21.719Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-28T19:43:22.734Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
727 | 2024-06-28T19:43:24.240Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-28T19:43:24.798Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-28T19:43:25.769Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-28T19:43:26.466Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-28T19:43:26.651Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-28T19:43:26.675Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-28T19:43:26.823Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-28T19:43:27.020Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-28T19:43:27.236Z | Compiling rand_core v0.6.4 |
736 | 2024-06-28T19:43:27.721Z | Compiling multer v3.1.0 |
737 | 2024-06-28T19:43:27.993Z | Compiling thread_local v1.1.8 |
738 | 2024-06-28T19:43:28.041Z | Compiling slog-async v2.8.0 |
739 | 2024-06-28T19:43:28.239Z | Compiling winnow v0.6.13 |
740 | 2024-06-28T19:43:28.440Z | Compiling camino v1.1.7 |
741 | 2024-06-28T19:43:28.665Z | Compiling ppv-lite86 v0.2.17 |
742 | 2024-06-28T19:43:28.916Z | Compiling match_cfg v0.1.0 |
743 | 2024-06-28T19:43:28.990Z | Compiling zeroize v1.8.1 |
744 | 2024-06-28T19:43:29.234Z | Compiling subtle v2.6.1 |
745 | 2024-06-28T19:43:29.282Z | Compiling anyhow v1.0.86 |
746 | 2024-06-28T19:43:29.326Z | Compiling rand_chacha v0.3.1 |
747 | 2024-06-28T19:43:29.486Z | Compiling structmeta v0.3.0 |
748 | 2024-06-28T19:43:29.511Z | Compiling hostname v0.3.1 |
749 | 2024-06-28T19:43:29.817Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
750 | 2024-06-28T19:43:29.908Z | Compiling digest v0.10.7 |
751 | 2024-06-28T19:43:30.237Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-28T19:43:31.603Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-28T19:43:31.648Z | Compiling darling v0.20.9 |
754 | 2024-06-28T19:43:31.750Z | Compiling term v0.7.0 |
755 | 2024-06-28T19:43:35.527Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
756 | 2024-06-28T19:43:38.893Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-06-28T19:43:38.967Z | Compiling usdt-macro v0.5.0 |
758 | 2024-06-28T19:43:40.041Z | Compiling slog-json v2.6.1 |
759 | 2024-06-28T19:43:40.116Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-28T19:43:40.464Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-28T19:43:41.184Z | Compiling http v1.1.0 |
762 | 2024-06-28T19:43:41.593Z | Compiling memmap v0.7.0 |
763 | 2024-06-28T19:43:41.989Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-28T19:43:42.097Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-28T19:43:42.410Z | Compiling base64 v0.22.1 |
766 | 2024-06-28T19:43:42.648Z | Compiling take_mut v0.2.2 |
767 | 2024-06-28T19:43:42.789Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-28T19:43:42.885Z | Compiling atomic-waker v1.1.2 |
769 | 2024-06-28T19:43:43.055Z | Compiling waitgroup v0.1.2 |
770 | 2024-06-28T19:43:43.283Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-06-28T19:43:43.367Z | Compiling sha1 v0.10.6 |
772 | 2024-06-28T19:43:45.332Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
773 | 2024-06-28T19:43:45.558Z | Compiling slog-term v2.9.1 |
774 | 2024-06-28T19:43:46.501Z | Compiling usdt v0.5.0 |
775 | 2024-06-28T19:43:47.212Z | Compiling async-stream v0.3.5 |
776 | 2024-06-28T19:43:47.540Z | Compiling futures v0.3.30 |
777 | 2024-06-28T19:43:47.618Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-06-28T19:43:47.887Z | Compiling strum_macros v0.26.4 |
779 | 2024-06-28T19:43:47.934Z | Compiling toml v0.8.14 |
780 | 2024-06-28T19:43:47.998Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-06-28T19:43:48.396Z | Compiling serde_with_macros v3.8.1 |
782 | 2024-06-28T19:43:51.629Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-06-28T19:43:52.805Z | Compiling rand v0.8.5 |
784 | 2024-06-28T19:43:53.079Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-06-28T19:43:53.361Z | Compiling ipnetwork v0.20.0 |
786 | 2024-06-28T19:43:54.099Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
787 | 2024-06-28T19:43:54.400Z | Compiling hex v0.4.3 |
788 | 2024-06-28T19:43:55.007Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-06-28T19:43:55.046Z | Compiling async-trait v0.1.80 |
790 | 2024-06-28T19:43:55.847Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-06-28T19:43:56.105Z | Compiling hostname v0.4.0 |
792 | 2024-06-28T19:43:56.302Z | Compiling instant v0.1.13 |
793 | 2024-06-28T19:43:56.437Z | Compiling debug-ignore v1.0.5 |
794 | 2024-06-28T19:43:56.517Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
795 | 2024-06-28T19:43:56.554Z | Compiling backoff v0.4.0 |
796 | 2024-06-28T19:43:56.690Z | Compiling parse-display v0.9.1 |
797 | 2024-06-28T19:43:56.828Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-06-28T19:43:56.967Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
799 | 2024-06-28T19:43:57.158Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-06-28T19:43:57.452Z | Compiling strum v0.26.3 |
801 | 2024-06-28T19:43:57.576Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
802 | 2024-06-28T19:43:57.603Z | Compiling serde_with v3.8.1 |
803 | 2024-06-28T19:43:58.470Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-28T19:43:59.113Z | Compiling macaddr v1.0.1 |
805 | 2024-06-28T19:43:59.590Z | Compiling regress v0.9.1 |
806 | 2024-06-28T19:44:03.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-28T19:44:11.638Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-28T19:44:20.716Z | Finished `release` profile [optimized] target(s) in 2m 03s |
809 | 2024-06-28T19:44:20.764Z | process exited: duration 195570 ms, exit code 0 |
|
810 | 2024-06-28T19:44:20.813Z | found 0 output files |