|
|
|
1 | 2024-06-26T00:51:04.268Z | job assigned to worker 01J190BA54AHWASW2PC6NV7M33 (queued for 44 s) |
|
2 | 2024-06-26T00:51:04.793Z | starting task 0: "setup" |
3 | 2024-06-26T00:51:04.820Z | ++ uname -s |
4 | 2024-06-26T00:51:04.820Z | + kern=SunOS |
5 | 2024-06-26T00:51:04.820Z | + case "$kern" in |
6 | 2024-06-26T00:51:04.820Z | + groupadd -g 12345 build |
7 | 2024-06-26T00:51:04.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-26T00:51:06.826Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-26T00:51:06.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-26T00:51:06.893Z | + home_fs=zfs |
11 | 2024-06-26T00:51:06.893Z | + [[ zfs == autofs ]] |
12 | 2024-06-26T00:51:06.893Z | + mkdir -p /home/build |
13 | 2024-06-26T00:51:06.893Z | + chown build:build /home/build /work |
14 | 2024-06-26T00:51:08.883Z | + chmod 0700 /home/build /work |
15 | 2024-06-26T00:51:08.914Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-06-26T00:51:08.975Z | starting task 1: "rust-toolchain" |
17 | 2024-06-26T00:51:09.002Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-26T00:51:09.002Z | ' 1.78.0 |
19 | 2024-06-26T00:51:09.002Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-26T00:51:09.002Z | ' default |
21 | 2024-06-26T00:51:09.002Z | * toolchain channel = "1.78.0" |
22 | 2024-06-26T00:51:09.002Z | * toolchain profile = "default" |
23 | 2024-06-26T00:51:09.002Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-26T00:51:09.002Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-26T00:51:09.120Z | info: downloading installer |
26 | 2024-06-26T00:51:09.654Z | info: profile set to 'default' |
27 | 2024-06-26T00:51:09.654Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-26T00:51:09.679Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-26T00:51:09.756Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-26T00:51:09.756Z | info: downloading component 'cargo' |
31 | 2024-06-26T00:51:09.882Z | info: downloading component 'clippy' |
32 | 2024-06-26T00:51:09.988Z | info: downloading component 'rust-docs' |
33 | 2024-06-26T00:51:10.170Z | info: downloading component 'rust-std' |
34 | 2024-06-26T00:51:10.435Z | info: downloading component 'rustc' |
35 | 2024-06-26T00:51:11.065Z | info: downloading component 'rustfmt' |
36 | 2024-06-26T00:51:11.103Z | info: installing component 'cargo' |
37 | 2024-06-26T00:51:12.238Z | info: installing component 'clippy' |
38 | 2024-06-26T00:51:12.645Z | info: installing component 'rust-docs' |
39 | 2024-06-26T00:51:15.176Z | info: installing component 'rust-std' |
40 | 2024-06-26T00:51:17.115Z | info: installing component 'rustc' |
41 | 2024-06-26T00:51:22.223Z | info: installing component 'rustfmt' |
42 | 2024-06-26T00:51:22.597Z | |
43 | 2024-06-26T00:51:22.597Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-06-26T00:51:22.722Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-26T00:51:22.722Z | |
46 | 2024-06-26T00:51:22.747Z | |
47 | 2024-06-26T00:51:22.747Z | Rust is installed now. Great! |
48 | 2024-06-26T00:51:22.747Z | |
49 | 2024-06-26T00:51:22.747Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-26T00:51:22.747Z | environment variable. This has not been done automatically. |
51 | 2024-06-26T00:51:22.747Z | |
52 | 2024-06-26T00:51:22.747Z | To configure your current shell, you need to source |
53 | 2024-06-26T00:51:22.747Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-26T00:51:22.747Z | |
55 | 2024-06-26T00:51:22.747Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-26T00:51:22.747Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-26T00:51:22.747Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-26T00:51:22.788Z | + rustc --version |
59 | 2024-06-26T00:51:22.899Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-26T00:51:22.924Z | process exited: duration 13930 ms, exit code 0 |
|
61 | 2024-06-26T00:51:22.974Z | starting task 2: "authentication" |
62 | 2024-06-26T00:51:23.035Z | process exited: duration 61 ms, exit code 0 |
|
63 | 2024-06-26T00:51:23.086Z | starting task 3: "clone repository" |
64 | 2024-06-26T00:51:23.115Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-26T00:51:23.115Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-26T00:51:23.140Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-26T00:51:28.582Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-26T00:51:28.582Z | + git fetch origin 3d0d022140069023771127968e6570b7280a7d1d |
69 | 2024-06-26T00:51:29.006Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-26T00:51:29.006Z | * branch 3d0d022140069023771127968e6570b7280a7d1d -> FETCH_HEAD |
71 | 2024-06-26T00:51:29.031Z | + [[ -n alan/update-prop-and-also-cru ]] |
72 | 2024-06-26T00:51:29.031Z | ++ git branch --show-current |
73 | 2024-06-26T00:51:29.031Z | + current=main |
74 | 2024-06-26T00:51:29.031Z | + [[ main != alan/update-prop-and-also-cru ]] |
75 | 2024-06-26T00:51:29.031Z | + git branch -f alan/update-prop-and-also-cru 3d0d022140069023771127968e6570b7280a7d1d |
76 | 2024-06-26T00:51:29.056Z | + git checkout -f alan/update-prop-and-also-cru |
77 | 2024-06-26T00:51:29.082Z | Switched to branch 'alan/update-prop-and-also-cru' |
78 | 2024-06-26T00:51:29.083Z | + git reset --hard 3d0d022140069023771127968e6570b7280a7d1d |
79 | 2024-06-26T00:51:29.108Z | HEAD is now at 3d0d02214 Update propolis link from branch to main |
80 | 2024-06-26T00:51:29.108Z | process exited: duration 6007 ms, exit code 0 |
|
81 | 2024-06-26T00:51:29.158Z | starting task 4: "build" |
82 | 2024-06-26T00:51:29.184Z | + cargo --version |
83 | 2024-06-26T00:51:29.263Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-26T00:51:29.288Z | + rustc --version |
85 | 2024-06-26T00:51:29.366Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-26T00:51:29.391Z | + cd /tmp |
87 | 2024-06-26T00:51:29.391Z | + cargo new --lib test-project |
88 | 2024-06-26T00:51:29.466Z | Creating library `test-project` package |
89 | 2024-06-26T00:51:29.591Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-26T00:51:29.616Z | + cd test-project |
91 | 2024-06-26T00:51:29.616Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-26T00:51:29.699Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-26T00:51:29.699Z | Features: |
94 | 2024-06-26T00:51:29.699Z | - proptest |
95 | 2024-06-26T00:51:29.699Z | - test-strategy |
96 | 2024-06-26T00:51:29.699Z | - testing |
97 | 2024-06-26T00:51:29.724Z | Updating crates.io index |
98 | 2024-06-26T00:51:29.779Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-26T00:51:30.742Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-26T00:51:31.771Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-26T00:51:32.591Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-26T00:51:34.984Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-26T00:51:35.482Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-26T00:51:36.069Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-26T00:51:39.150Z | + cargo check |
106 | 2024-06-26T00:51:39.427Z | Downloading crates ... |
107 | 2024-06-26T00:51:39.490Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-26T00:51:39.516Z | Downloaded openssl-probe v0.1.5 |
109 | 2024-06-26T00:51:39.516Z | Downloaded futures-io v0.3.30 |
110 | 2024-06-26T00:51:39.516Z | Downloaded omicron-workspace-hack v0.1.0 |
111 | 2024-06-26T00:51:39.516Z | Downloaded deranged v0.3.11 |
112 | 2024-06-26T00:51:39.516Z | Downloaded memmap v0.7.0 |
113 | 2024-06-26T00:51:39.542Z | Downloaded num_cpus v1.16.0 |
114 | 2024-06-26T00:51:39.542Z | Downloaded want v0.3.1 |
115 | 2024-06-26T00:51:39.542Z | Downloaded time-core v0.1.2 |
116 | 2024-06-26T00:51:39.542Z | Downloaded tokio-native-tls v0.3.1 |
117 | 2024-06-26T00:51:39.542Z | Downloaded serde_urlencoded v0.7.1 |
118 | 2024-06-26T00:51:39.542Z | Downloaded try-lock v0.2.5 |
119 | 2024-06-26T00:51:39.542Z | Downloaded toml_datetime v0.6.6 |
120 | 2024-06-26T00:51:39.567Z | Downloaded thiserror-impl v1.0.61 |
121 | 2024-06-26T00:51:39.567Z | Downloaded ucd-trie v0.1.6 |
122 | 2024-06-26T00:51:39.567Z | Downloaded semver v1.0.23 |
123 | 2024-06-26T00:51:39.567Z | Downloaded term v0.7.0 |
124 | 2024-06-26T00:51:39.568Z | Downloaded unsafe-libyaml v0.2.11 |
125 | 2024-06-26T00:51:39.568Z | Downloaded thread_local v1.1.8 |
126 | 2024-06-26T00:51:39.593Z | Downloaded tokio-util v0.7.11 |
127 | 2024-06-26T00:51:39.593Z | Downloaded tower-service v0.3.2 |
128 | 2024-06-26T00:51:39.593Z | Downloaded thread-id v4.2.1 |
129 | 2024-06-26T00:51:39.593Z | Downloaded toml v0.8.14 |
130 | 2024-06-26T00:51:39.618Z | Downloaded unicode-bidi v0.3.15 |
131 | 2024-06-26T00:51:39.618Z | Downloaded unicode-normalization v0.1.23 |
132 | 2024-06-26T00:51:39.618Z | Downloaded time v0.3.36 |
133 | 2024-06-26T00:51:39.618Z | Downloaded serde_json v1.0.118 |
134 | 2024-06-26T00:51:39.644Z | Downloaded pest v2.7.10 |
135 | 2024-06-26T00:51:39.644Z | Downloaded serde_with v3.8.1 |
136 | 2024-06-26T00:51:39.668Z | Downloaded tokio v1.38.0 |
137 | 2024-06-26T00:51:39.693Z | Downloaded rustls-webpki v0.102.4 |
138 | 2024-06-26T00:51:39.717Z | Downloaded syn v2.0.68 |
139 | 2024-06-26T00:51:39.742Z | Downloaded rustls v0.22.4 |
140 | 2024-06-26T00:51:39.742Z | Downloaded regress v0.10.0 |
141 | 2024-06-26T00:51:39.766Z | Downloaded encoding_rs v0.8.34 |
142 | 2024-06-26T00:51:39.791Z | Downloaded regress v0.9.1 |
143 | 2024-06-26T00:51:39.791Z | Downloaded regex-syntax v0.8.4 |
144 | 2024-06-26T00:51:39.791Z | Downloaded regex-automata v0.4.7 |
145 | 2024-06-26T00:51:39.818Z | Downloaded regex v1.10.5 |
146 | 2024-06-26T00:51:39.843Z | Downloaded rustls v0.21.12 |
147 | 2024-06-26T00:51:39.843Z | Downloaded webpki-roots v0.25.4 |
148 | 2024-06-26T00:51:39.843Z | Downloaded vcpkg v0.2.15 |
149 | 2024-06-26T00:51:39.885Z | Downloaded libc v0.2.155 |
150 | 2024-06-26T00:51:39.915Z | Downloaded rustls-webpki v0.101.7 |
151 | 2024-06-26T00:51:39.939Z | Downloaded reqwest v0.11.27 |
152 | 2024-06-26T00:51:39.964Z | Downloaded openssl v0.10.64 |
153 | 2024-06-26T00:51:39.964Z | Downloaded winnow v0.6.13 |
154 | 2024-06-26T00:51:39.964Z | Downloaded hyper v0.14.29 |
155 | 2024-06-26T00:51:39.989Z | Downloaded hashbrown v0.14.5 |
156 | 2024-06-26T00:51:39.989Z | Downloaded futures-util v0.3.30 |
157 | 2024-06-26T00:51:39.989Z | Downloaded unicode-ident v1.0.12 |
158 | 2024-06-26T00:51:40.014Z | Downloaded typenum v1.17.0 |
159 | 2024-06-26T00:51:40.014Z | Downloaded ring v0.17.8 |
160 | 2024-06-26T00:51:40.073Z | Downloaded tracing-core v0.1.32 |
161 | 2024-06-26T00:51:40.098Z | Downloaded serde v1.0.203 |
162 | 2024-06-26T00:51:40.098Z | Downloaded zerocopy v0.7.34 |
163 | 2024-06-26T00:51:40.098Z | Downloaded openapiv3 v2.0.0 |
164 | 2024-06-26T00:51:40.123Z | Downloaded num-traits v0.2.19 |
165 | 2024-06-26T00:51:40.123Z | Downloaded memchr v2.7.4 |
166 | 2024-06-26T00:51:40.123Z | Downloaded h2 v0.3.26 |
167 | 2024-06-26T00:51:40.149Z | Downloaded tokio-rustls v0.25.0 |
168 | 2024-06-26T00:51:40.149Z | Downloaded time-macros v0.2.18 |
169 | 2024-06-26T00:51:40.149Z | Downloaded serde_yaml v0.9.34+deprecated |
170 | 2024-06-26T00:51:40.149Z | Downloaded ryu v1.0.18 |
171 | 2024-06-26T00:51:40.149Z | Downloaded openssl-sys v0.9.102 |
172 | 2024-06-26T00:51:40.149Z | Downloaded slab v0.4.9 |
173 | 2024-06-26T00:51:40.149Z | Downloaded sha2 v0.10.8 |
174 | 2024-06-26T00:51:40.149Z | Downloaded rand v0.8.5 |
175 | 2024-06-26T00:51:40.149Z | Downloaded quote v1.0.36 |
176 | 2024-06-26T00:51:40.174Z | Downloaded pin-project-lite v0.2.14 |
177 | 2024-06-26T00:51:40.174Z | Downloaded pest_derive v2.7.10 |
178 | 2024-06-26T00:51:40.174Z | Downloaded newtype-uuid v1.1.0 |
179 | 2024-06-26T00:51:40.174Z | Downloaded lock_api v0.4.12 |
180 | 2024-06-26T00:51:40.174Z | Downloaded indexmap v1.9.3 |
181 | 2024-06-26T00:51:40.174Z | Downloaded http v1.1.0 |
182 | 2024-06-26T00:51:40.174Z | Downloaded toml_edit v0.22.14 |
183 | 2024-06-26T00:51:40.198Z | Downloaded tokio-macros v2.3.0 |
184 | 2024-06-26T00:51:40.198Z | Downloaded tinyvec_macros v0.1.1 |
185 | 2024-06-26T00:51:40.198Z | Downloaded strum_macros v0.26.4 |
186 | 2024-06-26T00:51:40.198Z | Downloaded structmeta-derive v0.3.0 |
187 | 2024-06-26T00:51:40.198Z | Downloaded strsim v0.11.1 |
188 | 2024-06-26T00:51:40.223Z | Downloaded socket2 v0.5.7 |
189 | 2024-06-26T00:51:40.223Z | Downloaded smallvec v1.13.2 |
190 | 2024-06-26T00:51:40.223Z | Downloaded slog-json v2.6.1 |
191 | 2024-06-26T00:51:40.223Z | Downloaded serde_path_to_error v0.1.16 |
192 | 2024-06-26T00:51:40.223Z | Downloaded serde_derive_internals v0.29.1 |
193 | 2024-06-26T00:51:40.223Z | Downloaded sct v0.7.1 |
194 | 2024-06-26T00:51:40.223Z | Downloaded scroll v0.12.0 |
195 | 2024-06-26T00:51:40.223Z | Downloaded schemars v0.8.21 |
196 | 2024-06-26T00:51:40.248Z | Downloaded rustls-pki-types v1.7.0 |
197 | 2024-06-26T00:51:40.248Z | Downloaded rustls-pemfile v1.0.4 |
198 | 2024-06-26T00:51:40.248Z | Downloaded url v2.5.2 |
199 | 2024-06-26T00:51:40.248Z | Downloaded multer v3.1.0 |
200 | 2024-06-26T00:51:40.248Z | Downloaded mime v0.3.17 |
201 | 2024-06-26T00:51:40.248Z | Downloaded match_cfg v0.1.0 |
202 | 2024-06-26T00:51:40.248Z | Downloaded hostname v0.4.0 |
203 | 2024-06-26T00:51:40.248Z | Downloaded form_urlencoded v1.2.1 |
204 | 2024-06-26T00:51:40.248Z | Downloaded digest v0.10.7 |
205 | 2024-06-26T00:51:40.248Z | Downloaded thiserror v1.0.61 |
206 | 2024-06-26T00:51:40.273Z | Downloaded slog-async v2.8.0 |
207 | 2024-06-26T00:51:40.273Z | Downloaded slog v2.7.0 |
208 | 2024-06-26T00:51:40.273Z | Downloaded serde_tokenstream v0.2.1 |
209 | 2024-06-26T00:51:40.273Z | Downloaded pkg-config v0.3.30 |
210 | 2024-06-26T00:51:40.273Z | Downloaded pest_generator v2.7.10 |
211 | 2024-06-26T00:51:40.274Z | Downloaded instant v0.1.13 |
212 | 2024-06-26T00:51:40.274Z | Downloaded take_mut v0.2.2 |
213 | 2024-06-26T00:51:40.274Z | Downloaded slog-term v2.9.1 |
214 | 2024-06-26T00:51:40.274Z | Downloaded serde_derive v1.0.203 |
215 | 2024-06-26T00:51:40.274Z | Downloaded schemars_derive v0.8.21 |
216 | 2024-06-26T00:51:40.274Z | Downloaded proc-macro2 v1.0.86 |
217 | 2024-06-26T00:51:40.274Z | Downloaded powerfmt v0.2.0 |
218 | 2024-06-26T00:51:40.274Z | Downloaded pest_meta v2.7.10 |
219 | 2024-06-26T00:51:40.299Z | Downloaded parking_lot v0.12.3 |
220 | 2024-06-26T00:51:40.299Z | Downloaded uuid v1.9.1 |
221 | 2024-06-26T00:51:40.299Z | Downloaded once_cell v1.19.0 |
222 | 2024-06-26T00:51:40.299Z | Downloaded num_threads v0.1.7 |
223 | 2024-06-26T00:51:40.299Z | Downloaded ident_case v1.0.1 |
224 | 2024-06-26T00:51:40.299Z | Downloaded httparse v1.9.4 |
225 | 2024-06-26T00:51:40.299Z | Downloaded getrandom v0.2.15 |
226 | 2024-06-26T00:51:40.299Z | Downloaded futures-executor v0.3.30 |
227 | 2024-06-26T00:51:40.299Z | Downloaded foreign-types v0.3.2 |
228 | 2024-06-26T00:51:40.299Z | Downloaded dirs-sys-next v0.1.2 |
229 | 2024-06-26T00:51:40.299Z | Downloaded chrono v0.4.38 |
230 | 2024-06-26T00:51:40.324Z | Downloaded tracing v0.1.40 |
231 | 2024-06-26T00:51:40.324Z | Downloaded rand_chacha v0.3.1 |
232 | 2024-06-26T00:51:40.324Z | Downloaded pretty-hex v0.4.1 |
233 | 2024-06-26T00:51:40.324Z | Downloaded zerocopy-derive v0.7.34 |
234 | 2024-06-26T00:51:40.324Z | Downloaded itoa v1.0.11 |
235 | 2024-06-26T00:51:40.324Z | Downloaded futures-task v0.3.30 |
236 | 2024-06-26T00:51:40.324Z | Downloaded futures-channel v0.3.30 |
237 | 2024-06-26T00:51:40.324Z | Downloaded debug-ignore v1.0.5 |
238 | 2024-06-26T00:51:40.324Z | Downloaded spin v0.9.8 |
239 | 2024-06-26T00:51:40.324Z | Downloaded serde_with_macros v3.8.1 |
240 | 2024-06-26T00:51:40.324Z | Downloaded macaddr v1.0.1 |
241 | 2024-06-26T00:51:40.349Z | Downloaded idna v0.5.0 |
242 | 2024-06-26T00:51:40.349Z | Downloaded parse-display v0.9.1 |
243 | 2024-06-26T00:51:40.349Z | Downloaded ipnetwork v0.20.0 |
244 | 2024-06-26T00:51:40.349Z | Downloaded hex v0.4.3 |
245 | 2024-06-26T00:51:40.349Z | Downloaded structmeta v0.3.0 |
246 | 2024-06-26T00:51:40.349Z | Downloaded slog-bunyan v2.5.0 |
247 | 2024-06-26T00:51:40.349Z | Downloaded rustls-pemfile v2.1.2 |
248 | 2024-06-26T00:51:40.349Z | Downloaded subtle v2.6.1 |
249 | 2024-06-26T00:51:40.349Z | Downloaded sha1 v0.10.6 |
250 | 2024-06-26T00:51:40.349Z | Downloaded ppv-lite86 v0.2.17 |
251 | 2024-06-26T00:51:40.349Z | Downloaded parking_lot_core v0.9.10 |
252 | 2024-06-26T00:51:40.349Z | Downloaded hyper-tls v0.5.0 |
253 | 2024-06-26T00:51:40.349Z | Downloaded dtrace-parser v0.2.0 |
254 | 2024-06-26T00:51:40.374Z | Downloaded tokio-rustls v0.24.1 |
255 | 2024-06-26T00:51:40.374Z | Downloaded plain v0.2.3 |
256 | 2024-06-26T00:51:40.374Z | Downloaded pin-utils v0.1.0 |
257 | 2024-06-26T00:51:40.374Z | Downloaded goblin v0.8.2 |
258 | 2024-06-26T00:51:40.374Z | Downloaded futures-macro v0.3.30 |
259 | 2024-06-26T00:51:40.374Z | Downloaded bytes v1.6.0 |
260 | 2024-06-26T00:51:40.374Z | Downloaded strum v0.26.3 |
261 | 2024-06-26T00:51:40.374Z | Downloaded signal-hook-registry v1.4.2 |
262 | 2024-06-26T00:51:40.374Z | Downloaded serde_spanned v0.6.6 |
263 | 2024-06-26T00:51:40.374Z | Downloaded scopeguard v1.2.0 |
264 | 2024-06-26T00:51:40.374Z | Downloaded rustversion v1.0.17 |
265 | 2024-06-26T00:51:40.374Z | Downloaded rand_core v0.6.4 |
266 | 2024-06-26T00:51:40.374Z | Downloaded percent-encoding v2.3.1 |
267 | 2024-06-26T00:51:40.399Z | Downloaded paste v1.0.15 |
268 | 2024-06-26T00:51:40.399Z | Downloaded parse-display-derive v0.9.1 |
269 | 2024-06-26T00:51:40.399Z | Downloaded zeroize v1.8.1 |
270 | 2024-06-26T00:51:40.399Z | Downloaded version_check v0.9.4 |
271 | 2024-06-26T00:51:40.399Z | Downloaded usdt-impl v0.5.0 |
272 | 2024-06-26T00:51:40.399Z | Downloaded usdt v0.5.0 |
273 | 2024-06-26T00:51:40.399Z | Downloaded untrusted v0.9.0 |
274 | 2024-06-26T00:51:40.399Z | Downloaded darling v0.20.9 |
275 | 2024-06-26T00:51:40.399Z | Downloaded scroll_derive v0.12.0 |
276 | 2024-06-26T00:51:40.399Z | Downloaded base64 v0.21.7 |
277 | 2024-06-26T00:51:40.399Z | Downloaded tinyvec v1.6.1 |
278 | 2024-06-26T00:51:40.399Z | Downloaded sync_wrapper v0.1.2 |
279 | 2024-06-26T00:51:40.399Z | Downloaded block-buffer v0.10.4 |
280 | 2024-06-26T00:51:40.399Z | Downloaded aho-corasick v1.1.3 |
281 | 2024-06-26T00:51:40.424Z | Downloaded waitgroup v0.1.2 |
282 | 2024-06-26T00:51:40.424Z | Downloaded darling_macro v0.20.9 |
283 | 2024-06-26T00:51:40.424Z | Downloaded autocfg v1.3.0 |
284 | 2024-06-26T00:51:40.424Z | Downloaded usdt-macro v0.5.0 |
285 | 2024-06-26T00:51:40.424Z | Downloaded usdt-attr-macro v0.5.0 |
286 | 2024-06-26T00:51:40.424Z | Downloaded mio v0.8.11 |
287 | 2024-06-26T00:51:40.424Z | Downloaded http v0.2.12 |
288 | 2024-06-26T00:51:40.424Z | Downloaded hashbrown v0.12.3 |
289 | 2024-06-26T00:51:40.424Z | Downloaded futures v0.3.30 |
290 | 2024-06-26T00:51:40.449Z | Downloaded crossbeam-channel v0.5.13 |
291 | 2024-06-26T00:51:40.449Z | Downloaded cc v1.0.101 |
292 | 2024-06-26T00:51:40.449Z | Downloaded base64 v0.22.1 |
293 | 2024-06-26T00:51:40.449Z | Downloaded native-tls v0.2.12 |
294 | 2024-06-26T00:51:40.449Z | Downloaded log v0.4.21 |
295 | 2024-06-26T00:51:40.449Z | Downloaded ipnet v2.9.0 |
296 | 2024-06-26T00:51:40.449Z | Downloaded indexmap v2.2.6 |
297 | 2024-06-26T00:51:40.474Z | Downloaded iana-time-zone v0.1.60 |
298 | 2024-06-26T00:51:40.474Z | Downloaded hyper-rustls v0.24.2 |
299 | 2024-06-26T00:51:40.474Z | Downloaded heck v0.5.0 |
300 | 2024-06-26T00:51:40.474Z | Downloaded darling_core v0.20.9 |
301 | 2024-06-26T00:51:40.474Z | Downloaded crossbeam-utils v0.8.20 |
302 | 2024-06-26T00:51:40.474Z | Downloaded async-trait v0.1.80 |
303 | 2024-06-26T00:51:40.474Z | Downloaded async-stream v0.3.5 |
304 | 2024-06-26T00:51:40.474Z | Downloaded allocator-api2 v0.2.18 |
305 | 2024-06-26T00:51:40.474Z | Downloaded httpdate v1.0.3 |
306 | 2024-06-26T00:51:40.499Z | Downloaded http-body v0.4.6 |
307 | 2024-06-26T00:51:40.499Z | Downloaded hostname v0.3.1 |
308 | 2024-06-26T00:51:40.499Z | Downloaded generic-array v0.14.7 |
309 | 2024-06-26T00:51:40.499Z | Downloaded futures-sink v0.3.30 |
310 | 2024-06-26T00:51:40.499Z | Downloaded futures-core v0.3.30 |
311 | 2024-06-26T00:51:40.499Z | Downloaded fnv v1.0.7 |
312 | 2024-06-26T00:51:40.499Z | Downloaded equivalent v1.0.1 |
313 | 2024-06-26T00:51:40.499Z | Downloaded dof v0.3.0 |
314 | 2024-06-26T00:51:40.499Z | Downloaded dirs-next v2.0.0 |
315 | 2024-06-26T00:51:40.499Z | Downloaded backoff v0.4.0 |
316 | 2024-06-26T00:51:40.499Z | Downloaded ahash v0.8.11 |
317 | 2024-06-26T00:51:40.500Z | Downloaded dyn-clone v1.0.17 |
318 | 2024-06-26T00:51:40.500Z | Downloaded crypto-common v0.1.6 |
319 | 2024-06-26T00:51:40.500Z | Downloaded cpufeatures v0.2.12 |
320 | 2024-06-26T00:51:40.500Z | Downloaded cfg-if v1.0.0 |
321 | 2024-06-26T00:51:40.500Z | Downloaded camino v1.1.7 |
322 | 2024-06-26T00:51:40.500Z | Downloaded byteorder v1.5.0 |
323 | 2024-06-26T00:51:40.500Z | Downloaded bitflags v2.6.0 |
324 | 2024-06-26T00:51:40.524Z | Downloaded openssl-macros v0.1.1 |
325 | 2024-06-26T00:51:40.524Z | Downloaded num-conv v0.1.0 |
326 | 2024-06-26T00:51:40.525Z | Downloaded is-terminal v0.4.12 |
327 | 2024-06-26T00:51:40.525Z | Downloaded foreign-types-shared v0.1.1 |
328 | 2024-06-26T00:51:40.525Z | Downloaded atomic-waker v1.1.2 |
329 | 2024-06-26T00:51:40.525Z | Downloaded anyhow v1.0.86 |
330 | 2024-06-26T00:51:40.599Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-26T00:51:40.599Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-26T00:51:40.624Z | Compiling libc v0.2.155 |
333 | 2024-06-26T00:51:40.624Z | Checking cfg-if v1.0.0 |
334 | 2024-06-26T00:51:40.624Z | Compiling version_check v0.9.4 |
335 | 2024-06-26T00:51:40.624Z | Compiling autocfg v1.3.0 |
336 | 2024-06-26T00:51:40.624Z | Compiling serde v1.0.203 |
337 | 2024-06-26T00:51:40.624Z | Compiling serde_json v1.0.118 |
338 | 2024-06-26T00:51:40.722Z | Checking itoa v1.0.11 |
339 | 2024-06-26T00:51:40.827Z | Compiling thiserror v1.0.61 |
340 | 2024-06-26T00:51:40.891Z | Checking once_cell v1.19.0 |
341 | 2024-06-26T00:51:40.997Z | Compiling memchr v2.7.4 |
342 | 2024-06-26T00:51:41.109Z | Compiling cc v1.0.101 |
343 | 2024-06-26T00:51:41.207Z | Compiling ahash v0.8.11 |
344 | 2024-06-26T00:51:41.533Z | Checking byteorder v1.5.0 |
345 | 2024-06-26T00:51:41.593Z | Compiling num-traits v0.2.19 |
346 | 2024-06-26T00:51:41.774Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-26T00:51:41.809Z | Checking getrandom v0.2.15 |
348 | 2024-06-26T00:51:41.856Z | Compiling quote v1.0.36 |
349 | 2024-06-26T00:51:41.881Z | Checking ryu v1.0.18 |
350 | 2024-06-26T00:51:42.048Z | Checking bytes v1.6.0 |
351 | 2024-06-26T00:51:42.073Z | Checking log v0.4.21 |
352 | 2024-06-26T00:51:42.152Z | Compiling syn v2.0.68 |
353 | 2024-06-26T00:51:42.259Z | Checking allocator-api2 v0.2.18 |
354 | 2024-06-26T00:51:42.284Z | Compiling lock_api v0.4.12 |
355 | 2024-06-26T00:51:42.368Z | Compiling schemars v0.8.21 |
356 | 2024-06-26T00:51:42.442Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-06-26T00:51:42.485Z | Checking scopeguard v1.2.0 |
358 | 2024-06-26T00:51:42.598Z | Checking futures-core v0.3.30 |
359 | 2024-06-26T00:51:42.623Z | Checking smallvec v1.13.2 |
360 | 2024-06-26T00:51:42.684Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-06-26T00:51:42.759Z | Checking mio v0.8.11 |
362 | 2024-06-26T00:51:42.798Z | Checking num_cpus v1.16.0 |
363 | 2024-06-26T00:51:42.823Z | Checking socket2 v0.5.7 |
364 | 2024-06-26T00:51:42.885Z | Compiling slab v0.4.9 |
365 | 2024-06-26T00:51:42.910Z | Checking futures-sink v0.3.30 |
366 | 2024-06-26T00:51:43.008Z | Checking spin v0.9.8 |
367 | 2024-06-26T00:51:43.094Z | Checking fnv v1.0.7 |
368 | 2024-06-26T00:51:43.186Z | Checking equivalent v1.0.1 |
369 | 2024-06-26T00:51:43.211Z | Checking untrusted v0.9.0 |
370 | 2024-06-26T00:51:43.237Z | Checking parking_lot v0.12.3 |
371 | 2024-06-26T00:51:43.271Z | Checking futures-channel v0.3.30 |
372 | 2024-06-26T00:51:43.353Z | Compiling vcpkg v0.2.15 |
373 | 2024-06-26T00:51:43.446Z | Compiling semver v1.0.23 |
374 | 2024-06-26T00:51:43.628Z | Checking futures-io v0.3.30 |
375 | 2024-06-26T00:51:43.657Z | Checking pin-utils v0.1.0 |
376 | 2024-06-26T00:51:43.682Z | Compiling pkg-config v0.3.30 |
377 | 2024-06-26T00:51:43.711Z | Checking futures-task v0.3.30 |
378 | 2024-06-26T00:51:43.782Z | Compiling ring v0.17.8 |
379 | 2024-06-26T00:51:43.908Z | Checking iana-time-zone v0.1.60 |
380 | 2024-06-26T00:51:43.933Z | Compiling ucd-trie v0.1.6 |
381 | 2024-06-26T00:51:43.969Z | Checking http v0.2.12 |
382 | 2024-06-26T00:51:44.337Z | Compiling heck v0.5.0 |
383 | 2024-06-26T00:51:44.702Z | Compiling httparse v1.9.4 |
384 | 2024-06-26T00:51:44.856Z | Checking dyn-clone v1.0.17 |
385 | 2024-06-26T00:51:44.883Z | Compiling openssl-sys v0.9.102 |
386 | 2024-06-26T00:51:45.052Z | Checking tracing-core v0.1.32 |
387 | 2024-06-26T00:51:45.083Z | Compiling uuid v1.9.1 |
388 | 2024-06-26T00:51:45.456Z | Compiling chrono v0.4.38 |
389 | 2024-06-26T00:51:45.615Z | Checking tracing v0.1.40 |
390 | 2024-06-26T00:51:45.675Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-06-26T00:51:45.756Z | Compiling openssl v0.10.64 |
392 | 2024-06-26T00:51:45.811Z | Checking try-lock v0.2.5 |
393 | 2024-06-26T00:51:45.883Z | Compiling slog v2.7.0 |
394 | 2024-06-26T00:51:45.916Z | Checking want v0.3.1 |
395 | 2024-06-26T00:51:46.075Z | Checking foreign-types v0.3.2 |
396 | 2024-06-26T00:51:46.140Z | Checking http-body v0.4.6 |
397 | 2024-06-26T00:51:46.165Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-26T00:51:46.397Z | Checking tower-service v0.3.2 |
399 | 2024-06-26T00:51:46.481Z | Checking percent-encoding v2.3.1 |
400 | 2024-06-26T00:51:46.506Z | Compiling rustls v0.21.12 |
401 | 2024-06-26T00:51:46.663Z | Checking bitflags v2.6.0 |
402 | 2024-06-26T00:51:46.759Z | Checking tinyvec_macros v0.1.1 |
403 | 2024-06-26T00:51:46.824Z | Compiling typenum v1.17.0 |
404 | 2024-06-26T00:51:46.868Z | Compiling native-tls v0.2.12 |
405 | 2024-06-26T00:51:47.188Z | Checking httpdate v1.0.3 |
406 | 2024-06-26T00:51:47.213Z | Compiling regex-syntax v0.8.4 |
407 | 2024-06-26T00:51:47.238Z | Checking tinyvec v1.6.1 |
408 | 2024-06-26T00:51:47.386Z | Checking form_urlencoded v1.2.1 |
409 | 2024-06-26T00:51:47.723Z | Compiling generic-array v0.14.7 |
410 | 2024-06-26T00:51:47.938Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-06-26T00:51:47.994Z | Checking openssl-probe v0.1.5 |
412 | 2024-06-26T00:51:48.345Z | Checking unicode-normalization v0.1.23 |
413 | 2024-06-26T00:51:48.942Z | Checking rustls-webpki v0.101.7 |
414 | 2024-06-26T00:51:49.103Z | Checking sct v0.7.1 |
415 | 2024-06-26T00:51:50.001Z | Compiling usdt-impl v0.5.0 |
416 | 2024-06-26T00:51:50.027Z | Compiling regex-automata v0.4.7 |
417 | 2024-06-26T00:51:50.124Z | Checking encoding_rs v0.8.34 |
418 | 2024-06-26T00:51:50.319Z | Checking mime v0.3.17 |
419 | 2024-06-26T00:51:50.569Z | Compiling time-core v0.1.2 |
420 | 2024-06-26T00:51:50.653Z | Checking unicode-bidi v0.3.15 |
421 | 2024-06-26T00:51:50.702Z | Checking powerfmt v0.2.0 |
422 | 2024-06-26T00:51:50.924Z | Compiling num-conv v0.1.0 |
423 | 2024-06-26T00:51:51.116Z | Checking idna v0.5.0 |
424 | 2024-06-26T00:51:51.141Z | Compiling time-macros v0.2.18 |
425 | 2024-06-26T00:51:51.726Z | Checking deranged v0.3.11 |
426 | 2024-06-26T00:51:51.989Z | Compiling thread-id v4.2.1 |
427 | 2024-06-26T00:51:52.093Z | Checking num_threads v0.1.7 |
428 | 2024-06-26T00:51:52.175Z | Compiling crossbeam-utils v0.8.20 |
429 | 2024-06-26T00:51:52.780Z | Compiling serde_derive v1.0.203 |
430 | 2024-06-26T00:51:52.805Z | Compiling zerocopy-derive v0.7.34 |
431 | 2024-06-26T00:51:52.951Z | Compiling thiserror-impl v1.0.61 |
432 | 2024-06-26T00:51:53.087Z | Compiling schemars_derive v0.8.21 |
433 | 2024-06-26T00:51:53.121Z | Compiling tokio-macros v2.3.0 |
434 | 2024-06-26T00:51:53.453Z | Compiling futures-macro v0.3.30 |
435 | 2024-06-26T00:51:54.426Z | Checking tokio v1.38.0 |
436 | 2024-06-26T00:51:54.454Z | Checking zerocopy v0.7.34 |
437 | 2024-06-26T00:51:55.344Z | Checking futures-util v0.3.30 |
438 | 2024-06-26T00:51:55.369Z | Compiling pest v2.7.10 |
439 | 2024-06-26T00:51:55.609Z | Compiling openssl-macros v0.1.1 |
440 | 2024-06-26T00:51:55.907Z | Checking hashbrown v0.14.5 |
441 | 2024-06-26T00:51:56.669Z | Compiling regex v1.10.5 |
442 | 2024-06-26T00:51:56.859Z | Compiling scroll_derive v0.12.0 |
443 | 2024-06-26T00:51:57.448Z | Compiling pest_meta v2.7.10 |
444 | 2024-06-26T00:51:57.600Z | Compiling regress v0.10.0 |
445 | 2024-06-26T00:51:57.989Z | Checking scroll v0.12.0 |
446 | 2024-06-26T00:51:58.362Z | Checking rustls-pki-types v1.7.0 |
447 | 2024-06-26T00:51:59.447Z | Compiling pest_generator v2.7.10 |
448 | 2024-06-26T00:52:00.053Z | Checking tokio-util v0.7.11 |
449 | 2024-06-26T00:52:00.183Z | Checking tokio-rustls v0.24.1 |
450 | 2024-06-26T00:52:00.694Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-06-26T00:52:00.718Z | Compiling strsim v0.11.1 |
452 | 2024-06-26T00:52:00.743Z | Checking base64 v0.21.7 |
453 | 2024-06-26T00:52:00.885Z | Checking plain v0.2.3 |
454 | 2024-06-26T00:52:00.920Z | Compiling pest_derive v2.7.10 |
455 | 2024-06-26T00:52:00.990Z | Compiling ident_case v1.0.1 |
456 | 2024-06-26T00:52:01.015Z | Checking goblin v0.8.2 |
457 | 2024-06-26T00:52:01.110Z | Checking rustls-pemfile v1.0.4 |
458 | 2024-06-26T00:52:01.135Z | Compiling darling_core v0.20.9 |
459 | 2024-06-26T00:52:01.208Z | Checking time v0.3.36 |
460 | 2024-06-26T00:52:01.631Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-06-26T00:52:02.738Z | Checking indexmap v2.2.6 |
462 | 2024-06-26T00:52:03.410Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-06-26T00:52:03.734Z | Checking h2 v0.3.26 |
464 | 2024-06-26T00:52:03.825Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-06-26T00:52:04.192Z | Checking openapiv3 v2.0.0 |
466 | 2024-06-26T00:52:04.818Z | Compiling dof v0.3.0 |
467 | 2024-06-26T00:52:05.157Z | Checking url v2.5.2 |
468 | 2024-06-26T00:52:05.749Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-06-26T00:52:06.070Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
470 | 2024-06-26T00:52:06.156Z | Compiling unsafe-libyaml v0.2.11 |
471 | 2024-06-26T00:52:06.723Z | Compiling omicron-workspace-hack v0.1.0 |
472 | 2024-06-26T00:52:06.778Z | Compiling rustls v0.22.4 |
473 | 2024-06-26T00:52:06.977Z | Checking ipnet v2.9.0 |
474 | 2024-06-26T00:52:07.002Z | Checking hyper v0.14.29 |
475 | 2024-06-26T00:52:07.027Z | Checking pretty-hex v0.4.1 |
476 | 2024-06-26T00:52:07.134Z | Compiling paste v1.0.15 |
477 | 2024-06-26T00:52:07.164Z | Compiling rustversion v1.0.17 |
478 | 2024-06-26T00:52:07.336Z | Checking sync_wrapper v0.1.2 |
479 | 2024-06-26T00:52:07.429Z | Checking webpki-roots v0.25.4 |
480 | 2024-06-26T00:52:07.551Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-26T00:52:07.712Z | Compiling darling_macro v0.20.9 |
482 | 2024-06-26T00:52:07.737Z | Checking dirs-next v2.0.0 |
483 | 2024-06-26T00:52:08.175Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-26T00:52:08.223Z | Checking serde_spanned v0.6.6 |
485 | 2024-06-26T00:52:08.368Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-26T00:52:08.394Z | Checking crypto-common v0.1.6 |
487 | 2024-06-26T00:52:08.394Z | Checking block-buffer v0.10.4 |
488 | 2024-06-26T00:52:08.419Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-06-26T00:52:08.517Z | Checking rand_core v0.6.4 |
490 | 2024-06-26T00:52:08.551Z | Compiling multer v3.1.0 |
491 | 2024-06-26T00:52:08.623Z | Checking thread_local v1.1.8 |
492 | 2024-06-26T00:52:08.741Z | Compiling camino v1.1.7 |
493 | 2024-06-26T00:52:08.798Z | Checking match_cfg v0.1.0 |
494 | 2024-06-26T00:52:08.837Z | Compiling slog-async v2.8.0 |
495 | 2024-06-26T00:52:08.869Z | Checking subtle v2.6.1 |
496 | 2024-06-26T00:52:08.982Z | Checking ppv-lite86 v0.2.17 |
497 | 2024-06-26T00:52:09.056Z | Compiling anyhow v1.0.86 |
498 | 2024-06-26T00:52:09.203Z | Checking winnow v0.6.13 |
499 | 2024-06-26T00:52:09.228Z | Checking zeroize v1.8.1 |
500 | 2024-06-26T00:52:09.514Z | Checking rand_chacha v0.3.1 |
501 | 2024-06-26T00:52:09.727Z | Checking hostname v0.3.1 |
502 | 2024-06-26T00:52:09.850Z | Compiling darling v0.20.9 |
503 | 2024-06-26T00:52:09.940Z | Checking digest v0.10.7 |
504 | 2024-06-26T00:52:10.189Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-06-26T00:52:10.251Z | Checking term v0.7.0 |
506 | 2024-06-26T00:52:10.444Z | Checking hyper-rustls v0.24.2 |
507 | 2024-06-26T00:52:10.559Z | Checking hyper-tls v0.5.0 |
508 | 2024-06-26T00:52:10.584Z | Compiling structmeta v0.3.0 |
509 | 2024-06-26T00:52:10.764Z | Compiling usdt-macro v0.5.0 |
510 | 2024-06-26T00:52:10.789Z | Checking reqwest v0.11.27 |
511 | 2024-06-26T00:52:10.903Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-06-26T00:52:11.458Z | Checking toml_edit v0.22.14 |
513 | 2024-06-26T00:52:11.550Z | Checking slog-json v2.6.1 |
514 | 2024-06-26T00:52:11.658Z | Checking futures-executor v0.3.30 |
515 | 2024-06-26T00:52:11.752Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-06-26T00:52:11.810Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
517 | 2024-06-26T00:52:11.835Z | Checking http v1.1.0 |
518 | 2024-06-26T00:52:11.860Z | Checking memmap v0.7.0 |
519 | 2024-06-26T00:52:12.008Z | Checking is-terminal v0.4.12 |
520 | 2024-06-26T00:52:12.055Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
521 | 2024-06-26T00:52:12.100Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
522 | 2024-06-26T00:52:12.125Z | Checking atomic-waker v1.1.2 |
523 | 2024-06-26T00:52:12.212Z | Checking cpufeatures v0.2.12 |
524 | 2024-06-26T00:52:12.237Z | Checking base64 v0.22.1 |
525 | 2024-06-26T00:52:12.286Z | Checking take_mut v0.2.2 |
526 | 2024-06-26T00:52:12.375Z | Checking sha1 v0.10.6 |
527 | 2024-06-26T00:52:12.400Z | Checking tokio-rustls v0.25.0 |
528 | 2024-06-26T00:52:12.581Z | Checking waitgroup v0.1.2 |
529 | 2024-06-26T00:52:12.605Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-06-26T00:52:12.635Z | Checking slog-term v2.9.1 |
531 | 2024-06-26T00:52:12.663Z | Checking usdt v0.5.0 |
532 | 2024-06-26T00:52:12.688Z | Checking futures v0.3.30 |
533 | 2024-06-26T00:52:12.771Z | Checking slog-bunyan v2.5.0 |
534 | 2024-06-26T00:52:12.802Z | Compiling strum_macros v0.26.4 |
535 | 2024-06-26T00:52:12.860Z | Checking async-stream v0.3.5 |
536 | 2024-06-26T00:52:12.885Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-06-26T00:52:12.910Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-26T00:52:13.023Z | Checking rand v0.8.5 |
539 | 2024-06-26T00:52:13.511Z | Checking toml v0.8.14 |
540 | 2024-06-26T00:52:13.538Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-26T00:52:13.563Z | Checking ipnetwork v0.20.0 |
542 | 2024-06-26T00:52:13.721Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
543 | 2024-06-26T00:52:13.818Z | Checking hex v0.4.3 |
544 | 2024-06-26T00:52:13.992Z | Checking serde_path_to_error v0.1.16 |
545 | 2024-06-26T00:52:14.078Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-26T00:52:14.239Z | Compiling async-trait v0.1.80 |
547 | 2024-06-26T00:52:14.490Z | Checking hostname v0.4.0 |
548 | 2024-06-26T00:52:14.590Z | Checking instant v0.1.13 |
549 | 2024-06-26T00:52:14.678Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-26T00:52:14.711Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-06-26T00:52:14.787Z | Checking backoff v0.4.0 |
552 | 2024-06-26T00:52:14.820Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
553 | 2024-06-26T00:52:14.937Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
554 | 2024-06-26T00:52:15.011Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-26T00:52:15.147Z | Checking serde_with v3.8.1 |
556 | 2024-06-26T00:52:15.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
557 | 2024-06-26T00:52:15.275Z | Checking macaddr v1.0.1 |
558 | 2024-06-26T00:52:15.528Z | Checking regress v0.9.1 |
559 | 2024-06-26T00:52:16.159Z | Checking parse-display v0.9.1 |
560 | 2024-06-26T00:52:16.460Z | Checking strum v0.26.3 |
561 | 2024-06-26T00:52:16.905Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-26T00:52:19.143Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
563 | 2024-06-26T00:52:19.220Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
564 | 2024-06-26T00:52:22.652Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
565 | 2024-06-26T00:52:30.633Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
566 | 2024-06-26T00:52:33.986Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-26T00:52:41.275Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-26T00:52:41.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
569 | 2024-06-26T00:52:41.408Z | + cargo build --release |
570 | 2024-06-26T00:52:41.727Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-26T00:52:41.727Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-26T00:52:41.727Z | Compiling libc v0.2.155 |
573 | 2024-06-26T00:52:41.752Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-26T00:52:41.752Z | Compiling version_check v0.9.4 |
575 | 2024-06-26T00:52:41.752Z | Compiling autocfg v1.3.0 |
576 | 2024-06-26T00:52:41.752Z | Compiling serde v1.0.203 |
577 | 2024-06-26T00:52:41.753Z | Compiling serde_json v1.0.118 |
578 | 2024-06-26T00:52:41.816Z | Compiling itoa v1.0.11 |
579 | 2024-06-26T00:52:41.878Z | Compiling thiserror v1.0.61 |
580 | 2024-06-26T00:52:41.995Z | Compiling once_cell v1.19.0 |
581 | 2024-06-26T00:52:42.042Z | Compiling memchr v2.7.4 |
582 | 2024-06-26T00:52:42.234Z | Compiling cc v1.0.101 |
583 | 2024-06-26T00:52:42.289Z | Compiling ahash v0.8.11 |
584 | 2024-06-26T00:52:42.592Z | Compiling byteorder v1.5.0 |
585 | 2024-06-26T00:52:42.683Z | Compiling num-traits v0.2.19 |
586 | 2024-06-26T00:52:42.854Z | Compiling getrandom v0.2.15 |
587 | 2024-06-26T00:52:42.942Z | Compiling quote v1.0.36 |
588 | 2024-06-26T00:52:42.996Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-26T00:52:43.096Z | Compiling ryu v1.0.18 |
590 | 2024-06-26T00:52:43.210Z | Compiling syn v2.0.68 |
591 | 2024-06-26T00:52:43.384Z | Compiling log v0.4.21 |
592 | 2024-06-26T00:52:43.422Z | Compiling bytes v1.6.0 |
593 | 2024-06-26T00:52:43.447Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-06-26T00:52:43.534Z | Compiling schemars v0.8.21 |
595 | 2024-06-26T00:52:43.756Z | Compiling lock_api v0.4.12 |
596 | 2024-06-26T00:52:43.823Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-26T00:52:43.848Z | Compiling smallvec v1.13.2 |
598 | 2024-06-26T00:52:44.141Z | Compiling futures-core v0.3.30 |
599 | 2024-06-26T00:52:44.166Z | Compiling scopeguard v1.2.0 |
600 | 2024-06-26T00:52:44.246Z | Compiling socket2 v0.5.7 |
601 | 2024-06-26T00:52:44.352Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-06-26T00:52:44.480Z | Compiling mio v0.8.11 |
603 | 2024-06-26T00:52:44.690Z | Compiling ring v0.17.8 |
604 | 2024-06-26T00:52:44.716Z | Compiling parking_lot v0.12.3 |
605 | 2024-06-26T00:52:44.930Z | Compiling num_cpus v1.16.0 |
606 | 2024-06-26T00:52:45.028Z | Compiling slab v0.4.9 |
607 | 2024-06-26T00:52:45.053Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-26T00:52:45.235Z | Compiling spin v0.9.8 |
609 | 2024-06-26T00:52:45.447Z | Compiling fnv v1.0.7 |
610 | 2024-06-26T00:52:45.549Z | Compiling equivalent v1.0.1 |
611 | 2024-06-26T00:52:45.635Z | Compiling semver v1.0.23 |
612 | 2024-06-26T00:52:45.665Z | Compiling untrusted v0.9.0 |
613 | 2024-06-26T00:52:45.820Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-26T00:52:46.027Z | Compiling pkg-config v0.3.30 |
615 | 2024-06-26T00:52:46.059Z | Compiling vcpkg v0.2.15 |
616 | 2024-06-26T00:52:46.121Z | Compiling futures-task v0.3.30 |
617 | 2024-06-26T00:52:46.145Z | Compiling pin-utils v0.1.0 |
618 | 2024-06-26T00:52:46.210Z | Compiling futures-io v0.3.30 |
619 | 2024-06-26T00:52:46.488Z | Compiling ucd-trie v0.1.6 |
620 | 2024-06-26T00:52:46.565Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-06-26T00:52:46.876Z | Compiling http v0.2.12 |
622 | 2024-06-26T00:52:47.187Z | Compiling httparse v1.9.4 |
623 | 2024-06-26T00:52:47.306Z | Compiling heck v0.5.0 |
624 | 2024-06-26T00:52:47.427Z | Compiling openssl-sys v0.9.102 |
625 | 2024-06-26T00:52:47.658Z | Compiling dyn-clone v1.0.17 |
626 | 2024-06-26T00:52:47.817Z | Compiling chrono v0.4.38 |
627 | 2024-06-26T00:52:47.933Z | Compiling tracing-core v0.1.32 |
628 | 2024-06-26T00:52:47.958Z | Compiling uuid v1.9.1 |
629 | 2024-06-26T00:52:48.487Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-06-26T00:52:49.240Z | Compiling tracing v0.1.40 |
631 | 2024-06-26T00:52:49.817Z | Compiling openssl v0.10.64 |
632 | 2024-06-26T00:52:49.962Z | Compiling foreign-types-shared v0.1.1 |
633 | 2024-06-26T00:52:50.050Z | Compiling slog v2.7.0 |
634 | 2024-06-26T00:52:50.319Z | Compiling try-lock v0.2.5 |
635 | 2024-06-26T00:52:50.448Z | Compiling want v0.3.1 |
636 | 2024-06-26T00:52:50.478Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-26T00:52:50.700Z | Compiling http-body v0.4.6 |
638 | 2024-06-26T00:52:50.807Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-26T00:52:51.096Z | Compiling httpdate v1.0.3 |
640 | 2024-06-26T00:52:51.203Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-06-26T00:52:51.277Z | Compiling bitflags v2.6.0 |
642 | 2024-06-26T00:52:51.581Z | Compiling regex-syntax v0.8.4 |
643 | 2024-06-26T00:52:51.722Z | Compiling typenum v1.17.0 |
644 | 2024-06-26T00:52:51.747Z | Compiling percent-encoding v2.3.1 |
645 | 2024-06-26T00:52:52.126Z | Compiling tower-service v0.3.2 |
646 | 2024-06-26T00:52:52.156Z | Compiling rustls v0.21.12 |
647 | 2024-06-26T00:52:52.228Z | Compiling native-tls v0.2.12 |
648 | 2024-06-26T00:52:52.420Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-26T00:52:52.538Z | Compiling tinyvec v1.6.1 |
650 | 2024-06-26T00:52:52.947Z | Compiling generic-array v0.14.7 |
651 | 2024-06-26T00:52:53.212Z | Compiling serde_derive v1.0.203 |
652 | 2024-06-26T00:52:53.237Z | Compiling zerocopy-derive v0.7.34 |
653 | 2024-06-26T00:52:53.501Z | Compiling thiserror-impl v1.0.61 |
654 | 2024-06-26T00:52:53.857Z | Compiling schemars_derive v0.8.21 |
655 | 2024-06-26T00:52:54.468Z | Compiling tokio-macros v2.3.0 |
656 | 2024-06-26T00:52:54.922Z | Compiling zerocopy v0.7.34 |
657 | 2024-06-26T00:52:56.080Z | Compiling tokio v1.38.0 |
658 | 2024-06-26T00:52:56.313Z | Compiling futures-macro v0.3.30 |
659 | 2024-06-26T00:52:56.517Z | Compiling pest v2.7.10 |
660 | 2024-06-26T00:52:56.955Z | Compiling hashbrown v0.14.5 |
661 | 2024-06-26T00:52:58.047Z | Compiling futures-util v0.3.30 |
662 | 2024-06-26T00:52:58.414Z | Compiling openssl-macros v0.1.1 |
663 | 2024-06-26T00:52:58.804Z | Compiling pest_meta v2.7.10 |
664 | 2024-06-26T00:52:58.957Z | Compiling regress v0.10.0 |
665 | 2024-06-26T00:53:02.316Z | Compiling pest_generator v2.7.10 |
666 | 2024-06-26T00:53:02.544Z | Compiling sct v0.7.1 |
667 | 2024-06-26T00:53:02.922Z | Compiling rustls-webpki v0.101.7 |
668 | 2024-06-26T00:53:03.689Z | Compiling tokio-util v0.7.11 |
669 | 2024-06-26T00:53:03.829Z | Compiling pest_derive v2.7.10 |
670 | 2024-06-26T00:53:04.780Z | Compiling indexmap v2.2.6 |
671 | 2024-06-26T00:53:05.552Z | Compiling serde_tokenstream v0.2.1 |
672 | 2024-06-26T00:53:06.951Z | Compiling h2 v0.3.26 |
673 | 2024-06-26T00:53:07.030Z | Compiling regex-automata v0.4.7 |
674 | 2024-06-26T00:53:09.748Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
675 | 2024-06-26T00:53:11.045Z | Compiling hyper v0.14.29 |
676 | 2024-06-26T00:53:12.982Z | Compiling openssl-probe v0.1.5 |
677 | 2024-06-26T00:53:14.380Z | Compiling regex v1.10.5 |
678 | 2024-06-26T00:53:15.172Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-06-26T00:53:16.244Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-26T00:53:19.053Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-26T00:53:19.349Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-26T00:53:19.615Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-06-26T00:53:19.816Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
684 | 2024-06-26T00:53:22.183Z | Compiling num-conv v0.1.0 |
685 | 2024-06-26T00:53:22.405Z | Compiling powerfmt v0.2.0 |
686 | 2024-06-26T00:53:22.802Z | Compiling time-core v0.1.2 |
687 | 2024-06-26T00:53:22.930Z | Compiling mime v0.3.17 |
688 | 2024-06-26T00:53:23.162Z | Compiling time-macros v0.2.18 |
689 | 2024-06-26T00:53:25.223Z | Compiling deranged v0.3.11 |
690 | 2024-06-26T00:53:25.506Z | Compiling idna v0.5.0 |
691 | 2024-06-26T00:53:28.094Z | Compiling thread-id v4.2.1 |
692 | 2024-06-26T00:53:28.181Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-26T00:53:28.214Z | Compiling scroll v0.12.0 |
694 | 2024-06-26T00:53:28.496Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-06-26T00:53:28.700Z | Compiling dof v0.3.0 |
696 | 2024-06-26T00:53:28.725Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-26T00:53:28.750Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-06-26T00:53:29.402Z | Compiling plain v0.2.3 |
699 | 2024-06-26T00:53:29.664Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-06-26T00:53:30.100Z | Compiling num_threads v0.1.7 |
701 | 2024-06-26T00:53:30.194Z | Compiling strsim v0.11.1 |
702 | 2024-06-26T00:53:30.779Z | Compiling ident_case v1.0.1 |
703 | 2024-06-26T00:53:30.804Z | Compiling crossbeam-utils v0.8.20 |
704 | 2024-06-26T00:53:31.240Z | Compiling base64 v0.21.7 |
705 | 2024-06-26T00:53:31.298Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-06-26T00:53:32.106Z | Compiling time v0.3.36 |
707 | 2024-06-26T00:53:34.349Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-06-26T00:53:35.049Z | Compiling darling_core v0.20.9 |
709 | 2024-06-26T00:53:35.981Z | Compiling goblin v0.8.2 |
710 | 2024-06-26T00:53:37.988Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-26T00:53:38.425Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-26T00:53:38.730Z | Compiling url v2.5.2 |
713 | 2024-06-26T00:53:39.461Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
714 | 2024-06-26T00:53:39.562Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-26T00:53:41.457Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-26T00:53:42.652Z | Compiling ipnet v2.9.0 |
717 | 2024-06-26T00:53:42.750Z | Compiling rustls v0.22.4 |
718 | 2024-06-26T00:53:42.987Z | Compiling rustversion v1.0.17 |
719 | 2024-06-26T00:53:43.185Z | Compiling pretty-hex v0.4.1 |
720 | 2024-06-26T00:53:43.359Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-06-26T00:53:43.500Z | Compiling paste v1.0.15 |
722 | 2024-06-26T00:53:43.875Z | Compiling webpki-roots v0.25.4 |
723 | 2024-06-26T00:53:43.986Z | Compiling sync_wrapper v0.1.2 |
724 | 2024-06-26T00:53:44.084Z | Compiling reqwest v0.11.27 |
725 | 2024-06-26T00:53:44.299Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-26T00:53:45.011Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
727 | 2024-06-26T00:53:45.320Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-26T00:53:45.536Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-26T00:53:48.203Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-26T00:53:48.800Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-26T00:53:48.980Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-26T00:53:49.152Z | Compiling serde_spanned v0.6.6 |
733 | 2024-06-26T00:53:49.340Z | Compiling toml_datetime v0.6.6 |
734 | 2024-06-26T00:53:49.934Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-26T00:53:50.035Z | Compiling rand_core v0.6.4 |
736 | 2024-06-26T00:53:50.477Z | Compiling multer v3.1.0 |
737 | 2024-06-26T00:53:50.543Z | Compiling thread_local v1.1.8 |
738 | 2024-06-26T00:53:50.754Z | Compiling zeroize v1.8.1 |
739 | 2024-06-26T00:53:51.042Z | Compiling winnow v0.6.13 |
740 | 2024-06-26T00:53:51.183Z | Compiling subtle v2.6.1 |
741 | 2024-06-26T00:53:51.404Z | Compiling ppv-lite86 v0.2.17 |
742 | 2024-06-26T00:53:51.467Z | Compiling match_cfg v0.1.0 |
743 | 2024-06-26T00:53:51.545Z | Compiling anyhow v1.0.86 |
744 | 2024-06-26T00:53:51.918Z | Compiling camino v1.1.7 |
745 | 2024-06-26T00:53:51.993Z | Compiling slog-async v2.8.0 |
746 | 2024-06-26T00:53:52.181Z | Compiling rand_chacha v0.3.1 |
747 | 2024-06-26T00:53:52.206Z | Compiling structmeta v0.3.0 |
748 | 2024-06-26T00:53:52.438Z | Compiling hostname v0.3.1 |
749 | 2024-06-26T00:53:52.650Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
750 | 2024-06-26T00:53:53.441Z | Compiling digest v0.10.7 |
751 | 2024-06-26T00:53:54.338Z | Compiling toml_edit v0.22.14 |
752 | 2024-06-26T00:53:54.616Z | Compiling crossbeam-channel v0.5.13 |
753 | 2024-06-26T00:53:55.966Z | Compiling darling v0.20.9 |
754 | 2024-06-26T00:53:56.046Z | Compiling term v0.7.0 |
755 | 2024-06-26T00:53:59.858Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
756 | 2024-06-26T00:54:02.373Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-26T00:54:02.472Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-26T00:54:03.438Z | Compiling slog-json v2.6.1 |
759 | 2024-06-26T00:54:03.674Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-26T00:54:03.863Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-26T00:54:04.749Z | Compiling http v1.1.0 |
762 | 2024-06-26T00:54:05.057Z | Compiling memmap v0.7.0 |
763 | 2024-06-26T00:54:05.209Z | Compiling is-terminal v0.4.12 |
764 | 2024-06-26T00:54:05.319Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-26T00:54:05.467Z | Compiling atomic-waker v1.1.2 |
766 | 2024-06-26T00:54:05.633Z | Compiling cpufeatures v0.2.12 |
767 | 2024-06-26T00:54:05.658Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
768 | 2024-06-26T00:54:05.725Z | Compiling base64 v0.22.1 |
769 | 2024-06-26T00:54:05.939Z | Compiling take_mut v0.2.2 |
770 | 2024-06-26T00:54:08.632Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-06-26T00:54:09.090Z | Compiling sha1 v0.10.6 |
772 | 2024-06-26T00:54:09.196Z | Compiling waitgroup v0.1.2 |
773 | 2024-06-26T00:54:09.270Z | Compiling slog-term v2.9.1 |
774 | 2024-06-26T00:54:09.412Z | Compiling usdt v0.5.0 |
775 | 2024-06-26T00:54:09.719Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#4d364419) |
776 | 2024-06-26T00:54:09.878Z | Compiling async-stream v0.3.5 |
777 | 2024-06-26T00:54:10.165Z | Compiling futures v0.3.30 |
778 | 2024-06-26T00:54:10.342Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-26T00:54:10.566Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-26T00:54:10.718Z | Compiling toml v0.8.14 |
781 | 2024-06-26T00:54:11.590Z | Compiling serde_with_macros v3.8.1 |
782 | 2024-06-26T00:54:13.771Z | Compiling tokio-rustls v0.25.0 |
783 | 2024-06-26T00:54:14.101Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-06-26T00:54:14.126Z | Compiling rand v0.8.5 |
785 | 2024-06-26T00:54:15.963Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-06-26T00:54:16.214Z | Compiling ipnetwork v0.20.0 |
787 | 2024-06-26T00:54:16.638Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
788 | 2024-06-26T00:54:16.838Z | Compiling hex v0.4.3 |
789 | 2024-06-26T00:54:17.367Z | Compiling serde_path_to_error v0.1.16 |
790 | 2024-06-26T00:54:17.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-06-26T00:54:18.003Z | Compiling async-trait v0.1.80 |
792 | 2024-06-26T00:54:18.158Z | Compiling hostname v0.4.0 |
793 | 2024-06-26T00:54:18.367Z | Compiling instant v0.1.13 |
794 | 2024-06-26T00:54:18.491Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-26T00:54:18.605Z | Compiling backoff v0.4.0 |
796 | 2024-06-26T00:54:18.635Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-06-26T00:54:18.805Z | Compiling parse-display v0.9.1 |
798 | 2024-06-26T00:54:18.871Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
799 | 2024-06-26T00:54:18.998Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
800 | 2024-06-26T00:54:19.135Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
801 | 2024-06-26T00:54:20.095Z | Compiling strum v0.26.3 |
802 | 2024-06-26T00:54:20.248Z | Compiling serde_with v3.8.1 |
803 | 2024-06-26T00:54:20.431Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-26T00:54:21.055Z | Compiling macaddr v1.0.1 |
805 | 2024-06-26T00:54:21.499Z | Compiling regress v0.9.1 |
806 | 2024-06-26T00:54:25.484Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-26T00:54:33.061Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-26T00:54:41.915Z | Finished `release` profile [optimized] target(s) in 2m 00s |
809 | 2024-06-26T00:54:41.965Z | process exited: duration 192811 ms, exit code 0 |
|
810 | 2024-06-26T00:54:42.016Z | found 0 output files |