|
|
|
1 | 2024-07-15T19:09:45.094Z | job assigned to worker 01J2VWS12HWSDPB95P9140P2J1 (queued for 34 s) |
|
2 | 2024-07-15T19:09:46.070Z | starting task 0: "setup" |
3 | 2024-07-15T19:09:46.094Z | ++ uname -s |
4 | 2024-07-15T19:09:46.094Z | + kern=SunOS |
5 | 2024-07-15T19:09:46.094Z | + case "$kern" in |
6 | 2024-07-15T19:09:46.094Z | + groupadd -g 12345 build |
7 | 2024-07-15T19:09:46.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-15T19:09:48.106Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-15T19:09:48.155Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-15T19:09:48.179Z | + home_fs=zfs |
11 | 2024-07-15T19:09:48.180Z | + [[ zfs == autofs ]] |
12 | 2024-07-15T19:09:48.180Z | + mkdir -p /home/build |
13 | 2024-07-15T19:09:48.180Z | + chown build:build /home/build /work |
14 | 2024-07-15T19:09:50.165Z | + chmod 0700 /home/build /work |
15 | 2024-07-15T19:09:50.191Z | process exited: duration 4100 ms, exit code 0 |
|
16 | 2024-07-15T19:09:50.249Z | starting task 1: "rust-toolchain" |
17 | 2024-07-15T19:09:50.279Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-15T19:09:50.279Z | ' 1.78.0 |
19 | 2024-07-15T19:09:50.279Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-15T19:09:50.279Z | ' default |
21 | 2024-07-15T19:09:50.279Z | * toolchain channel = "1.78.0" |
22 | 2024-07-15T19:09:50.279Z | * toolchain profile = "default" |
23 | 2024-07-15T19:09:50.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-15T19:09:50.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-15T19:09:50.402Z | info: downloading installer |
26 | 2024-07-15T19:09:51.047Z | info: profile set to 'default' |
27 | 2024-07-15T19:09:51.047Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-15T19:09:51.099Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-15T19:09:51.171Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-15T19:09:51.171Z | info: downloading component 'cargo' |
31 | 2024-07-15T19:09:51.432Z | info: downloading component 'clippy' |
32 | 2024-07-15T19:09:51.528Z | info: downloading component 'rust-docs' |
33 | 2024-07-15T19:09:51.847Z | info: downloading component 'rust-std' |
34 | 2024-07-15T19:09:52.345Z | info: downloading component 'rustc' |
35 | 2024-07-15T19:09:53.569Z | info: downloading component 'rustfmt' |
36 | 2024-07-15T19:09:53.661Z | info: installing component 'cargo' |
37 | 2024-07-15T19:09:54.765Z | info: installing component 'clippy' |
38 | 2024-07-15T19:09:55.235Z | info: installing component 'rust-docs' |
39 | 2024-07-15T19:09:57.839Z | info: installing component 'rust-std' |
40 | 2024-07-15T19:09:59.916Z | info: installing component 'rustc' |
41 | 2024-07-15T19:10:04.782Z | info: installing component 'rustfmt' |
42 | 2024-07-15T19:10:05.160Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-15T19:10:05.160Z | |
44 | 2024-07-15T19:10:05.285Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-15T19:10:05.285Z | |
46 | 2024-07-15T19:10:05.310Z | |
47 | 2024-07-15T19:10:05.310Z | Rust is installed now. Great! |
48 | 2024-07-15T19:10:05.310Z | |
49 | 2024-07-15T19:10:05.310Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-15T19:10:05.310Z | environment variable. This has not been done automatically. |
51 | 2024-07-15T19:10:05.310Z | |
52 | 2024-07-15T19:10:05.310Z | To configure your current shell, you need to source |
53 | 2024-07-15T19:10:05.310Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-15T19:10:05.310Z | |
55 | 2024-07-15T19:10:05.310Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-15T19:10:05.310Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-15T19:10:05.310Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-15T19:10:05.356Z | + rustc --version |
59 | 2024-07-15T19:10:05.475Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-15T19:10:05.499Z | process exited: duration 15231 ms, exit code 0 |
|
61 | 2024-07-15T19:10:05.548Z | starting task 2: "authentication" |
62 | 2024-07-15T19:10:05.605Z | process exited: duration 56 ms, exit code 0 |
|
63 | 2024-07-15T19:10:05.654Z | starting task 3: "clone repository" |
64 | 2024-07-15T19:10:05.679Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-15T19:10:05.679Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-15T19:10:05.704Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-15T19:10:13.239Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-15T19:10:13.239Z | + git fetch origin d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
69 | 2024-07-15T19:10:13.634Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-15T19:10:13.634Z | * branch d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f -> FETCH_HEAD |
71 | 2024-07-15T19:10:13.659Z | + [[ -n sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] |
72 | 2024-07-15T19:10:13.659Z | ++ git branch --show-current |
73 | 2024-07-15T19:10:13.659Z | + current=main |
74 | 2024-07-15T19:10:13.659Z | + [[ main != sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] |
75 | 2024-07-15T19:10:13.659Z | + git branch -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
76 | 2024-07-15T19:10:13.659Z | + git checkout -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait |
77 | 2024-07-15T19:10:13.823Z | Switched to branch 'sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait' |
78 | 2024-07-15T19:10:13.847Z | + git reset --hard d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f |
79 | 2024-07-15T19:10:13.847Z | HEAD is now at d33ed8ee5 rebase |
80 | 2024-07-15T19:10:13.847Z | process exited: duration 8189 ms, exit code 0 |
|
81 | 2024-07-15T19:10:13.896Z | starting task 4: "build" |
82 | 2024-07-15T19:10:13.922Z | + cargo --version |
83 | 2024-07-15T19:10:13.975Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-15T19:10:13.999Z | + rustc --version |
85 | 2024-07-15T19:10:14.053Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-15T19:10:14.078Z | + cd /tmp |
87 | 2024-07-15T19:10:14.078Z | + cargo new --lib test-project |
88 | 2024-07-15T19:10:14.123Z | Creating library `test-project` package |
89 | 2024-07-15T19:10:14.217Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-15T19:10:14.241Z | + cd test-project |
91 | 2024-07-15T19:10:14.241Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-15T19:10:14.293Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-15T19:10:14.293Z | Features: |
94 | 2024-07-15T19:10:14.293Z | - proptest |
95 | 2024-07-15T19:10:14.293Z | - test-strategy |
96 | 2024-07-15T19:10:14.293Z | - testing |
97 | 2024-07-15T19:10:14.317Z | Updating crates.io index |
98 | 2024-07-15T19:10:14.439Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-15T19:10:15.368Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-15T19:10:16.451Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-15T19:10:16.892Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-15T19:10:19.155Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-15T19:10:19.588Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-15T19:10:20.067Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-15T19:10:23.412Z | + cargo check |
106 | 2024-07-15T19:10:23.707Z | Downloading crates ... |
107 | 2024-07-15T19:10:23.781Z | Downloaded openssl-probe v0.1.5 |
108 | 2024-07-15T19:10:23.811Z | Downloaded hostname v0.3.1 |
109 | 2024-07-15T19:10:23.811Z | Downloaded once_cell v1.19.0 |
110 | 2024-07-15T19:10:23.811Z | Downloaded want v0.3.1 |
111 | 2024-07-15T19:10:23.811Z | Downloaded waitgroup v0.1.2 |
112 | 2024-07-15T19:10:23.811Z | Downloaded usdt-macro v0.5.0 |
113 | 2024-07-15T19:10:23.811Z | Downloaded scroll_derive v0.12.0 |
114 | 2024-07-15T19:10:23.811Z | Downloaded take_mut v0.2.2 |
115 | 2024-07-15T19:10:23.811Z | Downloaded pretty-hex v0.4.1 |
116 | 2024-07-15T19:10:23.811Z | Downloaded bitflags v2.6.0 |
117 | 2024-07-15T19:10:23.838Z | Downloaded indexmap v1.9.3 |
118 | 2024-07-15T19:10:23.838Z | Downloaded structmeta-derive v0.3.0 |
119 | 2024-07-15T19:10:23.838Z | Downloaded tinyvec_macros v0.1.1 |
120 | 2024-07-15T19:10:23.838Z | Downloaded ipnetwork v0.20.0 |
121 | 2024-07-15T19:10:23.838Z | Downloaded thiserror-impl v1.0.62 |
122 | 2024-07-15T19:10:23.838Z | Downloaded toml_datetime v0.6.6 |
123 | 2024-07-15T19:10:23.864Z | Downloaded try-lock v0.2.5 |
124 | 2024-07-15T19:10:23.864Z | Downloaded time-macros v0.2.18 |
125 | 2024-07-15T19:10:23.864Z | Downloaded tokio-rustls v0.25.0 |
126 | 2024-07-15T19:10:23.864Z | Downloaded slog-async v2.8.0 |
127 | 2024-07-15T19:10:23.864Z | Downloaded tinyvec v1.8.0 |
128 | 2024-07-15T19:10:23.864Z | Downloaded typenum v1.17.0 |
129 | 2024-07-15T19:10:23.864Z | Downloaded term v0.7.0 |
130 | 2024-07-15T19:10:23.890Z | Downloaded ucd-trie v0.1.6 |
131 | 2024-07-15T19:10:23.890Z | Downloaded memchr v2.7.4 |
132 | 2024-07-15T19:10:23.890Z | Downloaded toml_edit v0.22.15 |
133 | 2024-07-15T19:10:23.920Z | Downloaded tracing v0.1.40 |
134 | 2024-07-15T19:10:23.945Z | Downloaded syn v2.0.71 |
135 | 2024-07-15T19:10:23.945Z | Downloaded rustls v0.22.4 |
136 | 2024-07-15T19:10:23.969Z | Downloaded tokio v1.38.0 |
137 | 2024-07-15T19:10:24.001Z | Downloaded regex-automata v0.4.7 |
138 | 2024-07-15T19:10:24.026Z | Downloaded regress v0.10.0 |
139 | 2024-07-15T19:10:24.050Z | Downloaded regress v0.9.1 |
140 | 2024-07-15T19:10:24.050Z | Downloaded encoding_rs v0.8.34 |
141 | 2024-07-15T19:10:24.074Z | Downloaded regex-syntax v0.8.4 |
142 | 2024-07-15T19:10:24.098Z | Downloaded libc v0.2.155 |
143 | 2024-07-15T19:10:24.122Z | Downloaded rustls v0.21.12 |
144 | 2024-07-15T19:10:24.123Z | Downloaded regex v1.10.5 |
145 | 2024-07-15T19:10:24.147Z | Downloaded webpki-roots v0.25.4 |
146 | 2024-07-15T19:10:24.147Z | Downloaded serde_json v1.0.120 |
147 | 2024-07-15T19:10:24.147Z | Downloaded rustls-webpki v0.102.5 |
148 | 2024-07-15T19:10:24.171Z | Downloaded rustls-webpki v0.101.7 |
149 | 2024-07-15T19:10:24.196Z | Downloaded reqwest v0.11.27 |
150 | 2024-07-15T19:10:24.196Z | Downloaded zerocopy v0.7.35 |
151 | 2024-07-15T19:10:24.221Z | Downloaded winnow v0.6.13 |
152 | 2024-07-15T19:10:24.245Z | Downloaded vcpkg v0.2.15 |
153 | 2024-07-15T19:10:24.271Z | Downloaded openssl v0.10.64 |
154 | 2024-07-15T19:10:24.295Z | Downloaded openapiv3 v2.0.0 |
155 | 2024-07-15T19:10:24.295Z | Downloaded idna v0.5.0 |
156 | 2024-07-15T19:10:24.320Z | Downloaded hyper v0.14.30 |
157 | 2024-07-15T19:10:24.320Z | Downloaded ring v0.17.8 |
158 | 2024-07-15T19:10:24.385Z | Downloaded h2 v0.3.26 |
159 | 2024-07-15T19:10:24.410Z | Downloaded tokio-util v0.7.11 |
160 | 2024-07-15T19:10:24.410Z | Downloaded serde_with v3.9.0 |
161 | 2024-07-15T19:10:24.410Z | Downloaded pest v2.7.11 |
162 | 2024-07-15T19:10:24.435Z | Downloaded futures-util v0.3.30 |
163 | 2024-07-15T19:10:24.435Z | Downloaded time v0.3.36 |
164 | 2024-07-15T19:10:24.461Z | Downloaded serde_yaml v0.9.34+deprecated |
165 | 2024-07-15T19:10:24.461Z | Downloaded serde v1.0.204 |
166 | 2024-07-15T19:10:24.461Z | Downloaded unicode-normalization v0.1.23 |
167 | 2024-07-15T19:10:24.461Z | Downloaded hashbrown v0.14.5 |
168 | 2024-07-15T19:10:24.461Z | Downloaded goblin v0.8.2 |
169 | 2024-07-15T19:10:24.485Z | Downloaded chrono v0.4.38 |
170 | 2024-07-15T19:10:24.485Z | Downloaded aho-corasick v1.1.3 |
171 | 2024-07-15T19:10:24.485Z | Downloaded indexmap v2.2.6 |
172 | 2024-07-15T19:10:24.485Z | Downloaded tracing-core v0.1.32 |
173 | 2024-07-15T19:10:24.485Z | Downloaded serde_derive_internals v0.29.1 |
174 | 2024-07-15T19:10:24.485Z | Downloaded mio v0.8.11 |
175 | 2024-07-15T19:10:24.511Z | Downloaded spin v0.9.8 |
176 | 2024-07-15T19:10:24.511Z | Downloaded smallvec v1.13.2 |
177 | 2024-07-15T19:10:24.511Z | Downloaded slog-json v2.6.1 |
178 | 2024-07-15T19:10:24.511Z | Downloaded sha2 v0.10.8 |
179 | 2024-07-15T19:10:24.511Z | Downloaded sct v0.7.1 |
180 | 2024-07-15T19:10:24.511Z | Downloaded rand v0.8.5 |
181 | 2024-07-15T19:10:24.511Z | Downloaded toml v0.8.14 |
182 | 2024-07-15T19:10:24.536Z | Downloaded serde_derive v1.0.204 |
183 | 2024-07-15T19:10:24.536Z | Downloaded proc-macro2 v1.0.86 |
184 | 2024-07-15T19:10:24.536Z | Downloaded url v2.5.2 |
185 | 2024-07-15T19:10:24.536Z | Downloaded http v1.1.0 |
186 | 2024-07-15T19:10:24.536Z | Downloaded subtle v2.6.1 |
187 | 2024-07-15T19:10:24.536Z | Downloaded slab v0.4.9 |
188 | 2024-07-15T19:10:24.536Z | Downloaded serde_path_to_error v0.1.16 |
189 | 2024-07-15T19:10:24.536Z | Downloaded scroll v0.12.0 |
190 | 2024-07-15T19:10:24.536Z | Downloaded ryu v1.0.18 |
191 | 2024-07-15T19:10:24.536Z | Downloaded parking_lot v0.12.3 |
192 | 2024-07-15T19:10:24.536Z | Downloaded openssl-sys v0.9.102 |
193 | 2024-07-15T19:10:24.561Z | Downloaded serde_tokenstream v0.2.1 |
194 | 2024-07-15T19:10:24.561Z | Downloaded schemars v0.8.21 |
195 | 2024-07-15T19:10:24.561Z | Downloaded pest_meta v2.7.11 |
196 | 2024-07-15T19:10:24.561Z | Downloaded pest_derive v2.7.11 |
197 | 2024-07-15T19:10:24.561Z | Downloaded tokio-rustls v0.24.1 |
198 | 2024-07-15T19:10:24.585Z | Downloaded tokio-native-tls v0.3.1 |
199 | 2024-07-15T19:10:24.585Z | Downloaded socket2 v0.5.7 |
200 | 2024-07-15T19:10:24.585Z | Downloaded slog v2.7.0 |
201 | 2024-07-15T19:10:24.585Z | Downloaded unsafe-libyaml v0.2.11 |
202 | 2024-07-15T19:10:24.585Z | Downloaded unicode-bidi v0.3.15 |
203 | 2024-07-15T19:10:24.585Z | Downloaded futures v0.3.30 |
204 | 2024-07-15T19:10:24.585Z | Downloaded sync_wrapper v0.1.2 |
205 | 2024-07-15T19:10:24.585Z | Downloaded structmeta v0.3.0 |
206 | 2024-07-15T19:10:24.585Z | Downloaded semver v1.0.23 |
207 | 2024-07-15T19:10:24.585Z | Downloaded lock_api v0.4.12 |
208 | 2024-07-15T19:10:24.610Z | Downloaded darling_core v0.20.10 |
209 | 2024-07-15T19:10:24.610Z | Downloaded tower-service v0.3.2 |
210 | 2024-07-15T19:10:24.610Z | Downloaded tokio-macros v2.3.0 |
211 | 2024-07-15T19:10:24.610Z | Downloaded rustls-pki-types v1.7.0 |
212 | 2024-07-15T19:10:24.610Z | Downloaded quote v1.0.36 |
213 | 2024-07-15T19:10:24.610Z | Downloaded parse-display v0.9.1 |
214 | 2024-07-15T19:10:24.610Z | Downloaded http v0.2.12 |
215 | 2024-07-15T19:10:24.610Z | Downloaded getrandom v0.2.15 |
216 | 2024-07-15T19:10:24.610Z | Downloaded base64 v0.21.7 |
217 | 2024-07-15T19:10:24.634Z | Downloaded thread_local v1.1.8 |
218 | 2024-07-15T19:10:24.634Z | Downloaded thread-id v4.2.1 |
219 | 2024-07-15T19:10:24.634Z | Downloaded strum_macros v0.26.4 |
220 | 2024-07-15T19:10:24.634Z | Downloaded strum v0.26.3 |
221 | 2024-07-15T19:10:24.634Z | Downloaded slog-term v2.9.1 |
222 | 2024-07-15T19:10:24.634Z | Downloaded serde_with_macros v3.9.0 |
223 | 2024-07-15T19:10:24.634Z | Downloaded rand_core v0.6.4 |
224 | 2024-07-15T19:10:24.634Z | Downloaded ppv-lite86 v0.2.17 |
225 | 2024-07-15T19:10:24.634Z | Downloaded plain v0.2.3 |
226 | 2024-07-15T19:10:24.634Z | Downloaded pin-project-lite v0.2.14 |
227 | 2024-07-15T19:10:24.634Z | Downloaded version_check v0.9.4 |
228 | 2024-07-15T19:10:24.634Z | Downloaded uuid v1.10.0 |
229 | 2024-07-15T19:10:24.659Z | Downloaded macaddr v1.0.1 |
230 | 2024-07-15T19:10:24.659Z | Downloaded itoa v1.0.11 |
231 | 2024-07-15T19:10:24.659Z | Downloaded crossbeam-channel v0.5.13 |
232 | 2024-07-15T19:10:24.659Z | Downloaded thiserror v1.0.62 |
233 | 2024-07-15T19:10:24.659Z | Downloaded unicode-ident v1.0.12 |
234 | 2024-07-15T19:10:24.659Z | Downloaded num_cpus v1.16.0 |
235 | 2024-07-15T19:10:24.659Z | Downloaded native-tls v0.2.12 |
236 | 2024-07-15T19:10:24.659Z | Downloaded hashbrown v0.12.3 |
237 | 2024-07-15T19:10:24.683Z | Downloaded base64 v0.22.1 |
238 | 2024-07-15T19:10:24.684Z | Downloaded time-core v0.1.2 |
239 | 2024-07-15T19:10:24.684Z | Downloaded strsim v0.11.1 |
240 | 2024-07-15T19:10:24.684Z | Downloaded sha1 v0.10.6 |
241 | 2024-07-15T19:10:24.684Z | Downloaded serde_spanned v0.6.6 |
242 | 2024-07-15T19:10:24.684Z | Downloaded schemars_derive v0.8.21 |
243 | 2024-07-15T19:10:24.684Z | Downloaded rustls-pemfile v2.1.2 |
244 | 2024-07-15T19:10:24.684Z | Downloaded rustls-pemfile v1.0.4 |
245 | 2024-07-15T19:10:24.684Z | Downloaded pin-utils v0.1.0 |
246 | 2024-07-15T19:10:24.684Z | Downloaded paste v1.0.15 |
247 | 2024-07-15T19:10:24.684Z | Downloaded parking_lot_core v0.9.10 |
248 | 2024-07-15T19:10:24.684Z | Downloaded openssl-macros v0.1.1 |
249 | 2024-07-15T19:10:24.708Z | Downloaded omicron-workspace-hack v0.1.0 |
250 | 2024-07-15T19:10:24.709Z | Downloaded num-traits v0.2.19 |
251 | 2024-07-15T19:10:24.709Z | Downloaded num-conv v0.1.0 |
252 | 2024-07-15T19:10:24.709Z | Downloaded instant v0.1.13 |
253 | 2024-07-15T19:10:24.709Z | Downloaded hex v0.4.3 |
254 | 2024-07-15T19:10:24.709Z | Downloaded futures-core v0.3.30 |
255 | 2024-07-15T19:10:24.709Z | Downloaded slog-bunyan v2.5.0 |
256 | 2024-07-15T19:10:24.709Z | Downloaded signal-hook-registry v1.4.2 |
257 | 2024-07-15T19:10:24.709Z | Downloaded serde_urlencoded v0.7.1 |
258 | 2024-07-15T19:10:24.709Z | Downloaded scopeguard v1.2.0 |
259 | 2024-07-15T19:10:24.709Z | Downloaded rustversion v1.0.17 |
260 | 2024-07-15T19:10:24.709Z | Downloaded rand_chacha v0.3.1 |
261 | 2024-07-15T19:10:24.709Z | Downloaded powerfmt v0.2.0 |
262 | 2024-07-15T19:10:24.709Z | Downloaded pkg-config v0.3.30 |
263 | 2024-07-15T19:10:24.709Z | Downloaded pest_generator v2.7.11 |
264 | 2024-07-15T19:10:24.709Z | Downloaded percent-encoding v2.3.1 |
265 | 2024-07-15T19:10:24.733Z | Downloaded parse-display-derive v0.9.1 |
266 | 2024-07-15T19:10:24.734Z | Downloaded zeroize v1.8.1 |
267 | 2024-07-15T19:10:24.734Z | Downloaded zerocopy-derive v0.7.35 |
268 | 2024-07-15T19:10:24.734Z | Downloaded usdt-impl v0.5.0 |
269 | 2024-07-15T19:10:24.734Z | Downloaded usdt v0.5.0 |
270 | 2024-07-15T19:10:24.734Z | Downloaded untrusted v0.9.0 |
271 | 2024-07-15T19:10:24.734Z | Downloaded multer v3.1.0 |
272 | 2024-07-15T19:10:24.734Z | Downloaded log v0.4.22 |
273 | 2024-07-15T19:10:24.734Z | Downloaded ipnet v2.9.0 |
274 | 2024-07-15T19:10:24.734Z | Downloaded ident_case v1.0.1 |
275 | 2024-07-15T19:10:24.734Z | Downloaded iana-time-zone v0.1.60 |
276 | 2024-07-15T19:10:24.734Z | Downloaded hyper-tls v0.5.0 |
277 | 2024-07-15T19:10:24.734Z | Downloaded httparse v1.9.4 |
278 | 2024-07-15T19:10:24.758Z | Downloaded hostname v0.4.0 |
279 | 2024-07-15T19:10:24.758Z | Downloaded futures-sink v0.3.30 |
280 | 2024-07-15T19:10:24.758Z | Downloaded futures-io v0.3.30 |
281 | 2024-07-15T19:10:24.758Z | Downloaded dyn-clone v1.0.17 |
282 | 2024-07-15T19:10:24.758Z | Downloaded dof v0.3.0 |
283 | 2024-07-15T19:10:24.758Z | Downloaded dirs-sys-next v0.1.2 |
284 | 2024-07-15T19:10:24.758Z | Downloaded digest v0.10.7 |
285 | 2024-07-15T19:10:24.758Z | Downloaded debug-ignore v1.0.5 |
286 | 2024-07-15T19:10:24.758Z | Downloaded crypto-common v0.1.6 |
287 | 2024-07-15T19:10:24.758Z | Downloaded crossbeam-utils v0.8.20 |
288 | 2024-07-15T19:10:24.758Z | Downloaded cc v1.1.5 |
289 | 2024-07-15T19:10:24.758Z | Downloaded anyhow v1.0.86 |
290 | 2024-07-15T19:10:24.758Z | Downloaded allocator-api2 v0.2.18 |
291 | 2024-07-15T19:10:24.783Z | Downloaded foreign-types-shared v0.1.1 |
292 | 2024-07-15T19:10:24.783Z | Downloaded equivalent v1.0.1 |
293 | 2024-07-15T19:10:24.783Z | Downloaded bytes v1.6.1 |
294 | 2024-07-15T19:10:24.783Z | Downloaded ahash v0.8.11 |
295 | 2024-07-15T19:10:24.783Z | Downloaded usdt-attr-macro v0.5.0 |
296 | 2024-07-15T19:10:24.783Z | Downloaded mime v0.3.17 |
297 | 2024-07-15T19:10:24.783Z | Downloaded hyper-rustls v0.24.2 |
298 | 2024-07-15T19:10:24.783Z | Downloaded futures-channel v0.3.30 |
299 | 2024-07-15T19:10:24.783Z | Downloaded camino v1.1.7 |
300 | 2024-07-15T19:10:24.783Z | Downloaded async-trait v0.1.81 |
301 | 2024-07-15T19:10:24.783Z | Downloaded newtype-uuid v1.1.0 |
302 | 2024-07-15T19:10:24.783Z | Downloaded memmap v0.7.0 |
303 | 2024-07-15T19:10:24.783Z | Downloaded httpdate v1.0.3 |
304 | 2024-07-15T19:10:24.783Z | Downloaded http-body v0.4.6 |
305 | 2024-07-15T19:10:24.808Z | Downloaded generic-array v0.14.7 |
306 | 2024-07-15T19:10:24.808Z | Downloaded futures-task v0.3.30 |
307 | 2024-07-15T19:10:24.808Z | Downloaded futures-macro v0.3.30 |
308 | 2024-07-15T19:10:24.808Z | Downloaded dirs-next v2.0.0 |
309 | 2024-07-15T19:10:24.808Z | Downloaded darling v0.20.10 |
310 | 2024-07-15T19:10:24.808Z | Downloaded cfg-if v1.0.0 |
311 | 2024-07-15T19:10:24.808Z | Downloaded byteorder v1.5.0 |
312 | 2024-07-15T19:10:24.808Z | Downloaded block-buffer v0.10.4 |
313 | 2024-07-15T19:10:24.808Z | Downloaded backoff v0.4.0 |
314 | 2024-07-15T19:10:24.808Z | Downloaded atomic-waker v1.1.2 |
315 | 2024-07-15T19:10:24.808Z | Downloaded async-stream v0.3.5 |
316 | 2024-07-15T19:10:24.808Z | Downloaded heck v0.5.0 |
317 | 2024-07-15T19:10:24.808Z | Downloaded futures-executor v0.3.30 |
318 | 2024-07-15T19:10:24.808Z | Downloaded form_urlencoded v1.2.1 |
319 | 2024-07-15T19:10:24.808Z | Downloaded fnv v1.0.7 |
320 | 2024-07-15T19:10:24.808Z | Downloaded deranged v0.3.11 |
321 | 2024-07-15T19:10:24.833Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-07-15T19:10:24.833Z | Downloaded autocfg v1.3.0 |
323 | 2024-07-15T19:10:24.833Z | Downloaded num_threads v0.1.7 |
324 | 2024-07-15T19:10:24.833Z | Downloaded match_cfg v0.1.0 |
325 | 2024-07-15T19:10:24.833Z | Downloaded is-terminal v0.4.12 |
326 | 2024-07-15T19:10:24.833Z | Downloaded foreign-types v0.3.2 |
327 | 2024-07-15T19:10:24.833Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-07-15T19:10:24.833Z | Downloaded darling_macro v0.20.10 |
329 | 2024-07-15T19:10:24.833Z | Downloaded async-stream-impl v0.3.5 |
330 | 2024-07-15T19:10:24.912Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-15T19:10:24.912Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-15T19:10:24.912Z | Compiling libc v0.2.155 |
333 | 2024-07-15T19:10:24.936Z | Checking cfg-if v1.0.0 |
334 | 2024-07-15T19:10:24.936Z | Compiling version_check v0.9.4 |
335 | 2024-07-15T19:10:24.936Z | Compiling autocfg v1.3.0 |
336 | 2024-07-15T19:10:24.936Z | Compiling serde v1.0.204 |
337 | 2024-07-15T19:10:24.936Z | Compiling serde_json v1.0.120 |
338 | 2024-07-15T19:10:25.013Z | Checking itoa v1.0.11 |
339 | 2024-07-15T19:10:25.092Z | Checking once_cell v1.19.0 |
340 | 2024-07-15T19:10:25.192Z | Compiling thiserror v1.0.62 |
341 | 2024-07-15T19:10:25.371Z | Compiling cc v1.1.5 |
342 | 2024-07-15T19:10:25.396Z | Compiling memchr v2.7.4 |
343 | 2024-07-15T19:10:25.552Z | Compiling ahash v0.8.11 |
344 | 2024-07-15T19:10:25.899Z | Checking byteorder v1.5.0 |
345 | 2024-07-15T19:10:25.983Z | Compiling num-traits v0.2.19 |
346 | 2024-07-15T19:10:26.160Z | Checking getrandom v0.2.15 |
347 | 2024-07-15T19:10:26.260Z | Compiling quote v1.0.36 |
348 | 2024-07-15T19:10:26.284Z | Checking pin-project-lite v0.2.14 |
349 | 2024-07-15T19:10:26.336Z | Checking ryu v1.0.18 |
350 | 2024-07-15T19:10:26.502Z | Checking bytes v1.6.1 |
351 | 2024-07-15T19:10:26.526Z | Checking log v0.4.22 |
352 | 2024-07-15T19:10:26.526Z | Checking allocator-api2 v0.2.18 |
353 | 2024-07-15T19:10:26.630Z | Compiling syn v2.0.71 |
354 | 2024-07-15T19:10:26.716Z | Compiling lock_api v0.4.12 |
355 | 2024-07-15T19:10:26.785Z | Compiling schemars v0.8.21 |
356 | 2024-07-15T19:10:26.919Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-07-15T19:10:26.963Z | Checking futures-core v0.3.30 |
358 | 2024-07-15T19:10:27.077Z | Checking smallvec v1.13.2 |
359 | 2024-07-15T19:10:27.101Z | Checking scopeguard v1.2.0 |
360 | 2024-07-15T19:10:27.126Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-07-15T19:10:27.126Z | Checking socket2 v0.5.7 |
362 | 2024-07-15T19:10:27.151Z | Checking mio v0.8.11 |
363 | 2024-07-15T19:10:27.315Z | Checking num_cpus v1.16.0 |
364 | 2024-07-15T19:10:27.339Z | Compiling slab v0.4.9 |
365 | 2024-07-15T19:10:27.485Z | Checking futures-sink v0.3.30 |
366 | 2024-07-15T19:10:27.519Z | Checking spin v0.9.8 |
367 | 2024-07-15T19:10:27.605Z | Checking fnv v1.0.7 |
368 | 2024-07-15T19:10:27.672Z | Checking untrusted v0.9.0 |
369 | 2024-07-15T19:10:27.696Z | Checking parking_lot v0.12.3 |
370 | 2024-07-15T19:10:27.721Z | Checking equivalent v1.0.1 |
371 | 2024-07-15T19:10:27.721Z | Checking futures-channel v0.3.30 |
372 | 2024-07-15T19:10:27.785Z | Compiling heck v0.5.0 |
373 | 2024-07-15T19:10:27.810Z | Compiling semver v1.0.23 |
374 | 2024-07-15T19:10:27.979Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-15T19:10:28.004Z | Compiling ring v0.17.8 |
376 | 2024-07-15T19:10:28.029Z | Checking pin-utils v0.1.0 |
377 | 2024-07-15T19:10:28.100Z | Checking futures-task v0.3.30 |
378 | 2024-07-15T19:10:28.125Z | Compiling pkg-config v0.3.30 |
379 | 2024-07-15T19:10:28.387Z | Checking futures-io v0.3.30 |
380 | 2024-07-15T19:10:28.474Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-15T19:10:28.498Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-15T19:10:28.571Z | Checking http v0.2.12 |
383 | 2024-07-15T19:10:28.945Z | Compiling httparse v1.9.4 |
384 | 2024-07-15T19:10:29.337Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-15T19:10:29.595Z | Checking tracing-core v0.1.32 |
386 | 2024-07-15T19:10:29.697Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-15T19:10:29.833Z | Compiling uuid v1.10.0 |
388 | 2024-07-15T19:10:30.114Z | Compiling chrono v0.4.38 |
389 | 2024-07-15T19:10:30.151Z | Checking tracing v0.1.40 |
390 | 2024-07-15T19:10:30.248Z | Compiling slog v2.7.0 |
391 | 2024-07-15T19:10:30.315Z | Compiling openssl v0.10.64 |
392 | 2024-07-15T19:10:30.406Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-07-15T19:10:30.444Z | Checking try-lock v0.2.5 |
394 | 2024-07-15T19:10:30.549Z | Checking want v0.3.1 |
395 | 2024-07-15T19:10:30.685Z | Checking foreign-types v0.3.2 |
396 | 2024-07-15T19:10:30.730Z | Checking http-body v0.4.6 |
397 | 2024-07-15T19:10:30.764Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-15T19:10:30.834Z | Checking percent-encoding v2.3.1 |
399 | 2024-07-15T19:10:30.996Z | Checking httpdate v1.0.3 |
400 | 2024-07-15T19:10:31.064Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-15T19:10:31.135Z | Compiling regex-syntax v0.8.4 |
402 | 2024-07-15T19:10:31.205Z | Checking tower-service v0.3.2 |
403 | 2024-07-15T19:10:31.296Z | Checking bitflags v2.6.0 |
404 | 2024-07-15T19:10:31.520Z | Compiling typenum v1.17.0 |
405 | 2024-07-15T19:10:31.682Z | Compiling native-tls v0.2.12 |
406 | 2024-07-15T19:10:31.886Z | Compiling rustls v0.21.12 |
407 | 2024-07-15T19:10:31.994Z | Checking tinyvec v1.8.0 |
408 | 2024-07-15T19:10:32.162Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-15T19:10:32.508Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-07-15T19:10:32.791Z | Compiling generic-array v0.14.7 |
411 | 2024-07-15T19:10:33.122Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-15T19:10:33.226Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-15T19:10:33.397Z | Checking sct v0.7.1 |
414 | 2024-07-15T19:10:33.569Z | Checking rustls-webpki v0.101.7 |
415 | 2024-07-15T19:10:34.173Z | Compiling regex-automata v0.4.7 |
416 | 2024-07-15T19:10:34.790Z | Compiling usdt-impl v0.5.0 |
417 | 2024-07-15T19:10:34.938Z | Checking encoding_rs v0.8.34 |
418 | 2024-07-15T19:10:35.137Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-15T19:10:35.343Z | Compiling num-conv v0.1.0 |
420 | 2024-07-15T19:10:35.564Z | Checking mime v0.3.17 |
421 | 2024-07-15T19:10:35.600Z | Compiling time-core v0.1.2 |
422 | 2024-07-15T19:10:35.740Z | Checking powerfmt v0.2.0 |
423 | 2024-07-15T19:10:35.811Z | Compiling time-macros v0.2.18 |
424 | 2024-07-15T19:10:35.946Z | Checking deranged v0.3.11 |
425 | 2024-07-15T19:10:36.128Z | Checking idna v0.5.0 |
426 | 2024-07-15T19:10:36.696Z | Compiling thread-id v4.2.1 |
427 | 2024-07-15T19:10:36.787Z | Checking rustls-pki-types v1.7.0 |
428 | 2024-07-15T19:10:37.147Z | Compiling ident_case v1.0.1 |
429 | 2024-07-15T19:10:37.373Z | Compiling serde_derive v1.0.204 |
430 | 2024-07-15T19:10:37.482Z | Compiling zerocopy-derive v0.7.35 |
431 | 2024-07-15T19:10:37.507Z | Compiling thiserror-impl v1.0.62 |
432 | 2024-07-15T19:10:37.571Z | Compiling schemars_derive v0.8.21 |
433 | 2024-07-15T19:10:37.702Z | Compiling tokio-macros v2.3.0 |
434 | 2024-07-15T19:10:37.948Z | Compiling futures-macro v0.3.30 |
435 | 2024-07-15T19:10:38.211Z | Compiling openssl-macros v0.1.1 |
436 | 2024-07-15T19:10:39.058Z | Checking tokio v1.38.0 |
437 | 2024-07-15T19:10:39.223Z | Checking zerocopy v0.7.35 |
438 | 2024-07-15T19:10:39.984Z | Checking futures-util v0.3.30 |
439 | 2024-07-15T19:10:40.109Z | Compiling pest v2.7.11 |
440 | 2024-07-15T19:10:40.704Z | Checking hashbrown v0.14.5 |
441 | 2024-07-15T19:10:41.060Z | Compiling regex v1.10.5 |
442 | 2024-07-15T19:10:41.657Z | Compiling scroll_derive v0.12.0 |
443 | 2024-07-15T19:10:41.853Z | Checking regress v0.10.0 |
444 | 2024-07-15T19:10:42.312Z | Compiling pest_meta v2.7.11 |
445 | 2024-07-15T19:10:42.845Z | Checking scroll v0.12.0 |
446 | 2024-07-15T19:10:43.381Z | Compiling pest_generator v2.7.11 |
447 | 2024-07-15T19:10:44.577Z | Checking base64 v0.21.7 |
448 | 2024-07-15T19:10:44.817Z | Compiling strsim v0.11.1 |
449 | 2024-07-15T19:10:45.010Z | Checking tokio-util v0.7.11 |
450 | 2024-07-15T19:10:45.132Z | Checking tokio-native-tls v0.3.1 |
451 | 2024-07-15T19:10:45.332Z | Checking tokio-rustls v0.24.1 |
452 | 2024-07-15T19:10:45.451Z | Compiling crossbeam-utils v0.8.20 |
453 | 2024-07-15T19:10:45.612Z | Checking plain v0.2.3 |
454 | 2024-07-15T19:10:45.692Z | Checking num_threads v0.1.7 |
455 | 2024-07-15T19:10:45.727Z | Checking goblin v0.8.2 |
456 | 2024-07-15T19:10:45.779Z | Checking time v0.3.36 |
457 | 2024-07-15T19:10:45.914Z | Compiling pest_derive v2.7.11 |
458 | 2024-07-15T19:10:46.173Z | Compiling darling_core v0.20.10 |
459 | 2024-07-15T19:10:46.556Z | Checking rustls-pemfile v1.0.4 |
460 | 2024-07-15T19:10:46.632Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-07-15T19:10:47.205Z | Checking url v2.5.2 |
462 | 2024-07-15T19:10:47.834Z | Checking indexmap v2.2.6 |
463 | 2024-07-15T19:10:48.618Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-15T19:10:48.866Z | Checking dirs-sys-next v0.1.2 |
465 | 2024-07-15T19:10:48.890Z | Checking h2 v0.3.26 |
466 | 2024-07-15T19:10:48.961Z | Compiling serde_tokenstream v0.2.1 |
467 | 2024-07-15T19:10:49.420Z | Checking openapiv3 v2.0.0 |
468 | 2024-07-15T19:10:49.813Z | Compiling paste v1.0.15 |
469 | 2024-07-15T19:10:49.921Z | Checking ipnet v2.9.0 |
470 | 2024-07-15T19:10:50.209Z | Checking sync_wrapper v0.1.2 |
471 | 2024-07-15T19:10:50.290Z | Checking webpki-roots v0.25.4 |
472 | 2024-07-15T19:10:50.326Z | Compiling omicron-workspace-hack v0.1.0 |
473 | 2024-07-15T19:10:50.383Z | Compiling dof v0.3.0 |
474 | 2024-07-15T19:10:50.904Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
475 | 2024-07-15T19:10:51.210Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-07-15T19:10:51.342Z | Checking pretty-hex v0.4.1 |
477 | 2024-07-15T19:10:51.477Z | Compiling rustls v0.22.4 |
478 | 2024-07-15T19:10:51.712Z | Compiling rustversion v1.0.17 |
479 | 2024-07-15T19:10:52.183Z | Checking hyper v0.14.30 |
480 | 2024-07-15T19:10:52.269Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-15T19:10:52.509Z | Compiling darling_macro v0.20.10 |
482 | 2024-07-15T19:10:52.825Z | Checking dirs-next v2.0.0 |
483 | 2024-07-15T19:10:52.932Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-15T19:10:53.101Z | Checking toml_datetime v0.6.6 |
485 | 2024-07-15T19:10:53.314Z | Checking block-buffer v0.10.4 |
486 | 2024-07-15T19:10:53.343Z | Checking crypto-common v0.1.6 |
487 | 2024-07-15T19:10:53.475Z | Compiling structmeta-derive v0.3.0 |
488 | 2024-07-15T19:10:53.499Z | Checking rustls-webpki v0.102.5 |
489 | 2024-07-15T19:10:53.499Z | Checking rand_core v0.6.4 |
490 | 2024-07-15T19:10:53.762Z | Compiling multer v3.1.0 |
491 | 2024-07-15T19:10:53.795Z | Checking thread_local v1.1.8 |
492 | 2024-07-15T19:10:54.018Z | Compiling anyhow v1.0.86 |
493 | 2024-07-15T19:10:54.043Z | Checking match_cfg v0.1.0 |
494 | 2024-07-15T19:10:54.095Z | Compiling slog-async v2.8.0 |
495 | 2024-07-15T19:10:54.119Z | Checking subtle v2.6.1 |
496 | 2024-07-15T19:10:54.143Z | Compiling camino v1.1.7 |
497 | 2024-07-15T19:10:54.294Z | Checking zeroize v1.8.1 |
498 | 2024-07-15T19:10:54.502Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-07-15T19:10:54.526Z | Checking winnow v0.6.13 |
500 | 2024-07-15T19:10:54.730Z | Checking hostname v0.3.1 |
501 | 2024-07-15T19:10:55.062Z | Checking rand_chacha v0.3.1 |
502 | 2024-07-15T19:10:55.329Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-15T19:10:55.359Z | Checking digest v0.10.7 |
504 | 2024-07-15T19:10:55.478Z | Compiling darling v0.20.10 |
505 | 2024-07-15T19:10:55.568Z | Checking term v0.7.0 |
506 | 2024-07-15T19:10:55.742Z | Compiling structmeta v0.3.0 |
507 | 2024-07-15T19:10:55.926Z | Compiling usdt-macro v0.5.0 |
508 | 2024-07-15T19:10:55.963Z | Checking hyper-tls v0.5.0 |
509 | 2024-07-15T19:10:56.067Z | Checking hyper-rustls v0.24.2 |
510 | 2024-07-15T19:10:56.183Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-15T19:10:56.305Z | Checking reqwest v0.11.27 |
512 | 2024-07-15T19:10:56.523Z | Checking slog-json v2.6.1 |
513 | 2024-07-15T19:10:56.720Z | Checking futures-executor v0.3.30 |
514 | 2024-07-15T19:10:56.907Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-07-15T19:10:56.933Z | Checking toml_edit v0.22.15 |
516 | 2024-07-15T19:10:57.055Z | Checking http v1.1.0 |
517 | 2024-07-15T19:10:57.082Z | Checking memmap v0.7.0 |
518 | 2024-07-15T19:10:57.227Z | Checking is-terminal v0.4.12 |
519 | 2024-07-15T19:10:57.327Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
520 | 2024-07-15T19:10:57.387Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
521 | 2024-07-15T19:10:57.413Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-15T19:10:57.522Z | Checking take_mut v0.2.2 |
523 | 2024-07-15T19:10:57.589Z | Checking cpufeatures v0.2.12 |
524 | 2024-07-15T19:10:57.628Z | Checking base64 v0.22.1 |
525 | 2024-07-15T19:10:57.663Z | Checking sha1 v0.10.6 |
526 | 2024-07-15T19:10:57.715Z | Checking tokio-rustls v0.25.0 |
527 | 2024-07-15T19:10:57.876Z | Checking waitgroup v0.1.2 |
528 | 2024-07-15T19:10:57.920Z | Checking usdt v0.5.0 |
529 | 2024-07-15T19:10:57.997Z | Checking slog-term v2.9.1 |
530 | 2024-07-15T19:10:58.022Z | Checking async-stream v0.3.5 |
531 | 2024-07-15T19:10:58.047Z | Checking rustls-pemfile v2.1.2 |
532 | 2024-07-15T19:10:58.047Z | Compiling strum_macros v0.26.4 |
533 | 2024-07-15T19:10:58.160Z | Checking futures v0.3.30 |
534 | 2024-07-15T19:10:58.185Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-15T19:10:58.230Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-07-15T19:10:58.257Z | Compiling serde_with_macros v3.9.0 |
537 | 2024-07-15T19:10:58.316Z | Checking rand v0.8.5 |
538 | 2024-07-15T19:10:58.796Z | Checking ipnetwork v0.20.0 |
539 | 2024-07-15T19:10:59.035Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-15T19:10:59.079Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
541 | 2024-07-15T19:10:59.104Z | Checking toml v0.8.14 |
542 | 2024-07-15T19:10:59.230Z | Checking hex v0.4.3 |
543 | 2024-07-15T19:10:59.293Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-15T19:10:59.643Z | Compiling async-trait v0.1.81 |
545 | 2024-07-15T19:10:59.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-15T19:10:59.822Z | Checking hostname v0.4.0 |
547 | 2024-07-15T19:10:59.924Z | Checking instant v0.1.13 |
548 | 2024-07-15T19:11:00.012Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-15T19:11:00.122Z | Checking backoff v0.4.0 |
550 | 2024-07-15T19:11:00.348Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-07-15T19:11:00.373Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-07-15T19:11:00.471Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
553 | 2024-07-15T19:11:00.505Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
554 | 2024-07-15T19:11:00.552Z | Checking serde_with v3.9.0 |
555 | 2024-07-15T19:11:00.658Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-07-15T19:11:00.831Z | Checking macaddr v1.0.1 |
557 | 2024-07-15T19:11:01.092Z | Checking regress v0.9.1 |
558 | 2024-07-15T19:11:01.607Z | Checking parse-display v0.9.1 |
559 | 2024-07-15T19:11:01.899Z | Checking strum v0.26.3 |
560 | 2024-07-15T19:11:03.166Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
561 | 2024-07-15T19:11:05.467Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
562 | 2024-07-15T19:11:05.544Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-15T19:11:09.128Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-15T19:11:17.421Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-15T19:11:17.556Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
566 | 2024-07-15T19:11:20.941Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-15T19:11:29.099Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-15T19:11:29.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
569 | 2024-07-15T19:11:29.235Z | + cargo build --release |
570 | 2024-07-15T19:11:29.582Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-15T19:11:29.583Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-15T19:11:29.608Z | Compiling libc v0.2.155 |
573 | 2024-07-15T19:11:29.608Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-15T19:11:29.608Z | Compiling version_check v0.9.4 |
575 | 2024-07-15T19:11:29.608Z | Compiling autocfg v1.3.0 |
576 | 2024-07-15T19:11:29.608Z | Compiling serde v1.0.204 |
577 | 2024-07-15T19:11:29.608Z | Compiling serde_json v1.0.120 |
578 | 2024-07-15T19:11:29.673Z | Compiling itoa v1.0.11 |
579 | 2024-07-15T19:11:29.749Z | Compiling thiserror v1.0.62 |
580 | 2024-07-15T19:11:29.853Z | Compiling once_cell v1.19.0 |
581 | 2024-07-15T19:11:29.917Z | Compiling memchr v2.7.4 |
582 | 2024-07-15T19:11:30.086Z | Compiling cc v1.1.5 |
583 | 2024-07-15T19:11:30.174Z | Compiling ahash v0.8.11 |
584 | 2024-07-15T19:11:30.467Z | Compiling byteorder v1.5.0 |
585 | 2024-07-15T19:11:30.546Z | Compiling num-traits v0.2.19 |
586 | 2024-07-15T19:11:30.745Z | Compiling getrandom v0.2.15 |
587 | 2024-07-15T19:11:30.881Z | Compiling quote v1.0.36 |
588 | 2024-07-15T19:11:30.925Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-15T19:11:31.025Z | Compiling ryu v1.0.18 |
590 | 2024-07-15T19:11:31.105Z | Compiling bytes v1.6.1 |
591 | 2024-07-15T19:11:31.209Z | Compiling syn v2.0.71 |
592 | 2024-07-15T19:11:31.282Z | Compiling log v0.4.22 |
593 | 2024-07-15T19:11:31.423Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-15T19:11:31.503Z | Compiling schemars v0.8.21 |
595 | 2024-07-15T19:11:31.672Z | Compiling lock_api v0.4.12 |
596 | 2024-07-15T19:11:31.726Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-15T19:11:31.814Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-15T19:11:31.938Z | Compiling smallvec v1.13.2 |
599 | 2024-07-15T19:11:32.059Z | Compiling futures-core v0.3.30 |
600 | 2024-07-15T19:11:32.148Z | Compiling mio v0.8.11 |
601 | 2024-07-15T19:11:32.266Z | Compiling socket2 v0.5.7 |
602 | 2024-07-15T19:11:32.440Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-15T19:11:32.528Z | Compiling num_cpus v1.16.0 |
604 | 2024-07-15T19:11:32.590Z | Compiling ring v0.17.8 |
605 | 2024-07-15T19:11:32.637Z | Compiling parking_lot v0.12.3 |
606 | 2024-07-15T19:11:32.723Z | Compiling slab v0.4.9 |
607 | 2024-07-15T19:11:33.006Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-15T19:11:33.125Z | Compiling spin v0.9.8 |
609 | 2024-07-15T19:11:33.334Z | Compiling fnv v1.0.7 |
610 | 2024-07-15T19:11:33.361Z | Compiling untrusted v0.9.0 |
611 | 2024-07-15T19:11:33.432Z | Compiling semver v1.0.23 |
612 | 2024-07-15T19:11:33.739Z | Compiling equivalent v1.0.1 |
613 | 2024-07-15T19:11:33.820Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-15T19:11:33.859Z | Compiling pin-utils v0.1.0 |
615 | 2024-07-15T19:11:33.933Z | Compiling vcpkg v0.2.15 |
616 | 2024-07-15T19:11:34.036Z | Compiling heck v0.5.0 |
617 | 2024-07-15T19:11:34.066Z | Compiling futures-task v0.3.30 |
618 | 2024-07-15T19:11:34.143Z | Compiling pkg-config v0.3.30 |
619 | 2024-07-15T19:11:34.210Z | Compiling futures-io v0.3.30 |
620 | 2024-07-15T19:11:34.500Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-15T19:11:34.525Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-15T19:11:34.899Z | Compiling http v0.2.12 |
623 | 2024-07-15T19:11:35.164Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-15T19:11:35.301Z | Compiling openssl-sys v0.9.102 |
625 | 2024-07-15T19:11:35.342Z | Compiling httparse v1.9.4 |
626 | 2024-07-15T19:11:35.959Z | Compiling chrono v0.4.38 |
627 | 2024-07-15T19:11:36.038Z | Compiling tracing-core v0.1.32 |
628 | 2024-07-15T19:11:36.068Z | Compiling uuid v1.10.0 |
629 | 2024-07-15T19:11:37.304Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-15T19:11:37.548Z | Compiling tracing v0.1.40 |
631 | 2024-07-15T19:11:38.039Z | Compiling openssl v0.10.64 |
632 | 2024-07-15T19:11:38.125Z | Compiling try-lock v0.2.5 |
633 | 2024-07-15T19:11:38.217Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-15T19:11:38.252Z | Compiling slog v2.7.0 |
635 | 2024-07-15T19:11:38.399Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-15T19:11:38.475Z | Compiling want v0.3.1 |
637 | 2024-07-15T19:11:38.703Z | Compiling http-body v0.4.6 |
638 | 2024-07-15T19:11:38.860Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-15T19:11:39.115Z | Compiling percent-encoding v2.3.1 |
640 | 2024-07-15T19:11:39.229Z | Compiling typenum v1.17.0 |
641 | 2024-07-15T19:11:39.503Z | Compiling regex-syntax v0.8.4 |
642 | 2024-07-15T19:11:39.840Z | Compiling httpdate v1.0.3 |
643 | 2024-07-15T19:11:39.884Z | Compiling rustls v0.21.12 |
644 | 2024-07-15T19:11:40.029Z | Compiling tower-service v0.3.2 |
645 | 2024-07-15T19:11:40.133Z | Compiling bitflags v2.6.0 |
646 | 2024-07-15T19:11:40.158Z | Compiling native-tls v0.2.12 |
647 | 2024-07-15T19:11:40.446Z | Compiling tinyvec_macros v0.1.1 |
648 | 2024-07-15T19:11:40.490Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-15T19:11:40.518Z | Compiling tinyvec v1.8.0 |
650 | 2024-07-15T19:11:40.994Z | Compiling generic-array v0.14.7 |
651 | 2024-07-15T19:11:41.333Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-15T19:11:41.416Z | Compiling serde_derive v1.0.204 |
653 | 2024-07-15T19:11:41.533Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-15T19:11:41.807Z | Compiling thiserror-impl v1.0.62 |
655 | 2024-07-15T19:11:41.936Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-15T19:11:42.589Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-15T19:11:43.388Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-15T19:11:44.538Z | Compiling tokio v1.38.0 |
659 | 2024-07-15T19:11:44.563Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-15T19:11:44.751Z | Compiling pest v2.7.11 |
661 | 2024-07-15T19:11:45.539Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-15T19:11:46.374Z | Compiling futures-util v0.3.30 |
663 | 2024-07-15T19:11:47.139Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-15T19:11:47.196Z | Compiling regress v0.10.0 |
665 | 2024-07-15T19:11:47.331Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-15T19:11:47.676Z | Compiling rustls-webpki v0.101.7 |
667 | 2024-07-15T19:11:50.730Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-15T19:11:51.252Z | Compiling sct v0.7.1 |
669 | 2024-07-15T19:11:51.671Z | Compiling regex-automata v0.4.7 |
670 | 2024-07-15T19:11:52.190Z | Compiling tokio-util v0.7.11 |
671 | 2024-07-15T19:11:52.476Z | Compiling pest_derive v2.7.11 |
672 | 2024-07-15T19:11:53.552Z | Compiling indexmap v2.2.6 |
673 | 2024-07-15T19:11:54.159Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-07-15T19:11:56.348Z | Compiling h2 v0.3.26 |
675 | 2024-07-15T19:11:58.686Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
676 | 2024-07-15T19:12:01.158Z | Compiling hyper v0.14.30 |
677 | 2024-07-15T19:12:02.112Z | Compiling regex v1.10.5 |
678 | 2024-07-15T19:12:03.526Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-15T19:12:04.519Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-15T19:12:08.665Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-15T19:12:08.962Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-15T19:12:09.082Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
683 | 2024-07-15T19:12:09.828Z | Compiling powerfmt v0.2.0 |
684 | 2024-07-15T19:12:10.255Z | Compiling mime v0.3.17 |
685 | 2024-07-15T19:12:10.330Z | Compiling time-core v0.1.2 |
686 | 2024-07-15T19:12:11.218Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-07-15T19:12:12.446Z | Compiling num-conv v0.1.0 |
688 | 2024-07-15T19:12:12.676Z | Compiling time-macros v0.2.18 |
689 | 2024-07-15T19:12:15.182Z | Compiling idna v0.5.0 |
690 | 2024-07-15T19:12:16.279Z | Compiling deranged v0.3.11 |
691 | 2024-07-15T19:12:18.074Z | Compiling tokio-rustls v0.24.1 |
692 | 2024-07-15T19:12:18.433Z | Compiling thread-id v4.2.1 |
693 | 2024-07-15T19:12:18.519Z | Compiling scroll v0.12.0 |
694 | 2024-07-15T19:12:19.006Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-07-15T19:12:19.031Z | Compiling dof v0.3.0 |
696 | 2024-07-15T19:12:19.086Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-15T19:12:19.244Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-07-15T19:12:19.731Z | Compiling num_threads v0.1.7 |
699 | 2024-07-15T19:12:20.040Z | Compiling strsim v0.11.1 |
700 | 2024-07-15T19:12:20.512Z | Compiling ident_case v1.0.1 |
701 | 2024-07-15T19:12:20.653Z | Compiling omicron-workspace-hack v0.1.0 |
702 | 2024-07-15T19:12:20.724Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-15T19:12:20.908Z | Compiling base64 v0.21.7 |
704 | 2024-07-15T19:12:21.187Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-07-15T19:12:21.572Z | Compiling plain v0.2.3 |
706 | 2024-07-15T19:12:21.851Z | Compiling time v0.3.36 |
707 | 2024-07-15T19:12:24.985Z | Compiling goblin v0.8.2 |
708 | 2024-07-15T19:12:25.342Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-07-15T19:12:26.766Z | Compiling darling_core v0.20.10 |
710 | 2024-07-15T19:12:28.146Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-15T19:12:28.595Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-15T19:12:29.142Z | Compiling url v2.5.2 |
713 | 2024-07-15T19:12:29.543Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
714 | 2024-07-15T19:12:29.658Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-15T19:12:31.983Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-15T19:12:32.449Z | Compiling paste v1.0.15 |
717 | 2024-07-15T19:12:32.856Z | Compiling pretty-hex v0.4.1 |
718 | 2024-07-15T19:12:32.984Z | Compiling rustls v0.22.4 |
719 | 2024-07-15T19:12:33.065Z | Compiling sync_wrapper v0.1.2 |
720 | 2024-07-15T19:12:33.147Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-07-15T19:12:33.177Z | Compiling rustversion v1.0.17 |
722 | 2024-07-15T19:12:33.301Z | Compiling webpki-roots v0.25.4 |
723 | 2024-07-15T19:12:33.845Z | Compiling ipnet v2.9.0 |
724 | 2024-07-15T19:12:34.190Z | Compiling reqwest v0.11.27 |
725 | 2024-07-15T19:12:34.630Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-15T19:12:35.764Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-15T19:12:37.716Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-15T19:12:37.890Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-15T19:12:39.372Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-15T19:12:39.610Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-15T19:12:39.665Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-15T19:12:39.782Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-15T19:12:39.867Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-15T19:12:39.990Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-15T19:12:40.450Z | Compiling rand_core v0.6.4 |
736 | 2024-07-15T19:12:40.942Z | Compiling multer v3.1.0 |
737 | 2024-07-15T19:12:41.203Z | Compiling thread_local v1.1.8 |
738 | 2024-07-15T19:12:41.614Z | Compiling slog-async v2.8.0 |
739 | 2024-07-15T19:12:41.912Z | Compiling subtle v2.6.1 |
740 | 2024-07-15T19:12:42.019Z | Compiling camino v1.1.7 |
741 | 2024-07-15T19:12:42.143Z | Compiling winnow v0.6.13 |
742 | 2024-07-15T19:12:42.287Z | Compiling ppv-lite86 v0.2.17 |
743 | 2024-07-15T19:12:42.511Z | Compiling match_cfg v0.1.0 |
744 | 2024-07-15T19:12:42.590Z | Compiling zeroize v1.8.1 |
745 | 2024-07-15T19:12:42.861Z | Compiling anyhow v1.0.86 |
746 | 2024-07-15T19:12:42.956Z | Compiling rand_chacha v0.3.1 |
747 | 2024-07-15T19:12:43.532Z | Compiling hostname v0.3.1 |
748 | 2024-07-15T19:12:43.794Z | Compiling structmeta v0.3.0 |
749 | 2024-07-15T19:12:44.172Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
750 | 2024-07-15T19:12:44.389Z | Compiling digest v0.10.7 |
751 | 2024-07-15T19:12:45.161Z | Compiling darling v0.20.10 |
752 | 2024-07-15T19:12:45.250Z | Compiling crossbeam-channel v0.5.13 |
753 | 2024-07-15T19:12:45.795Z | Compiling toml_edit v0.22.15 |
754 | 2024-07-15T19:12:46.666Z | Compiling term v0.7.0 |
755 | 2024-07-15T19:12:51.541Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-15T19:12:53.892Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-15T19:12:54.168Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-15T19:12:55.109Z | Compiling slog-json v2.6.1 |
759 | 2024-07-15T19:12:55.306Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-15T19:12:55.609Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-15T19:12:56.402Z | Compiling http v1.1.0 |
762 | 2024-07-15T19:12:56.716Z | Compiling memmap v0.7.0 |
763 | 2024-07-15T19:12:57.051Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-15T19:12:57.090Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
765 | 2024-07-15T19:12:57.150Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-15T19:12:57.309Z | Compiling take_mut v0.2.2 |
767 | 2024-07-15T19:12:57.348Z | Compiling base64 v0.22.1 |
768 | 2024-07-15T19:12:57.439Z | Compiling cpufeatures v0.2.12 |
769 | 2024-07-15T19:12:57.518Z | Compiling sha1 v0.10.6 |
770 | 2024-07-15T19:12:58.258Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-15T19:13:00.345Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-15T19:13:00.537Z | Compiling slog-term v2.9.1 |
773 | 2024-07-15T19:13:00.562Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
774 | 2024-07-15T19:13:00.695Z | Compiling usdt v0.5.0 |
775 | 2024-07-15T19:13:01.916Z | Compiling async-stream v0.3.5 |
776 | 2024-07-15T19:13:02.021Z | Compiling futures v0.3.30 |
777 | 2024-07-15T19:13:02.113Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-15T19:13:02.286Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-15T19:13:02.336Z | Compiling toml v0.8.14 |
780 | 2024-07-15T19:13:02.941Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-15T19:13:03.299Z | Compiling serde_with_macros v3.9.0 |
782 | 2024-07-15T19:13:05.566Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-15T19:13:07.542Z | Compiling rand v0.8.5 |
784 | 2024-07-15T19:13:08.518Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-15T19:13:08.579Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-15T19:13:08.797Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#8b791251) |
787 | 2024-07-15T19:13:08.986Z | Compiling hex v0.4.3 |
788 | 2024-07-15T19:13:09.150Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-15T19:13:09.528Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-15T19:13:09.982Z | Compiling async-trait v0.1.81 |
791 | 2024-07-15T19:13:10.181Z | Compiling hostname v0.4.0 |
792 | 2024-07-15T19:13:10.388Z | Compiling instant v0.1.13 |
793 | 2024-07-15T19:13:10.518Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-15T19:13:10.629Z | Compiling backoff v0.4.0 |
795 | 2024-07-15T19:13:10.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-15T19:13:11.052Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-15T19:13:11.199Z | Compiling parse-display v0.9.1 |
798 | 2024-07-15T19:13:11.605Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-15T19:13:11.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-15T19:13:12.386Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
801 | 2024-07-15T19:13:12.605Z | Compiling strum v0.26.3 |
802 | 2024-07-15T19:13:12.749Z | Compiling serde_with v3.9.0 |
803 | 2024-07-15T19:13:12.904Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-15T19:13:13.566Z | Compiling macaddr v1.0.1 |
805 | 2024-07-15T19:13:14.076Z | Compiling regress v0.9.1 |
806 | 2024-07-15T19:13:17.880Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-15T19:13:26.628Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-15T19:13:36.408Z | Finished `release` profile [optimized] target(s) in 2m 07s |
809 | 2024-07-15T19:13:36.462Z | process exited: duration 202579 ms, exit code 0 |
|
810 | 2024-07-15T19:13:36.514Z | found 0 output files |