|
|
|
1 | 2024-07-04T18:40:34.923Z | job assigned to worker 01J1ZGQDQJJ0M1JD02NKZQX1RB (queued for 46 s) |
|
2 | 2024-07-04T18:40:35.632Z | starting task 0: "setup" |
3 | 2024-07-04T18:40:35.657Z | ++ uname -s |
4 | 2024-07-04T18:40:35.657Z | + kern=SunOS |
5 | 2024-07-04T18:40:35.657Z | + case "$kern" in |
6 | 2024-07-04T18:40:35.657Z | + groupadd -g 12345 build |
7 | 2024-07-04T18:40:35.657Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-04T18:40:37.661Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-04T18:40:37.703Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-04T18:40:37.728Z | + home_fs=zfs |
11 | 2024-07-04T18:40:37.728Z | + [[ zfs == autofs ]] |
12 | 2024-07-04T18:40:37.728Z | + mkdir -p /home/build |
13 | 2024-07-04T18:40:37.728Z | + chown build:build /home/build /work |
14 | 2024-07-04T18:40:39.712Z | + chmod 0700 /home/build /work |
15 | 2024-07-04T18:40:39.737Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-07-04T18:40:39.788Z | starting task 1: "rust-toolchain" |
17 | 2024-07-04T18:40:39.812Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-04T18:40:39.812Z | * toolchain channel = "1.78.0" |
19 | 2024-07-04T18:40:39.812Z | ' 1.78.0 |
20 | 2024-07-04T18:40:39.813Z | * toolchain profile = "default" |
21 | 2024-07-04T18:40:39.813Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-04T18:40:39.813Z | ' default |
23 | 2024-07-04T18:40:39.813Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-04T18:40:39.813Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-04T18:40:39.927Z | info: downloading installer |
26 | 2024-07-04T18:40:40.558Z | info: profile set to 'default' |
27 | 2024-07-04T18:40:40.558Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-04T18:40:40.582Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-04T18:40:40.682Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-04T18:40:40.682Z | info: downloading component 'cargo' |
31 | 2024-07-04T18:40:40.912Z | info: downloading component 'clippy' |
32 | 2024-07-04T18:40:40.984Z | info: downloading component 'rust-docs' |
33 | 2024-07-04T18:40:41.267Z | info: downloading component 'rust-std' |
34 | 2024-07-04T18:40:41.535Z | info: downloading component 'rustc' |
35 | 2024-07-04T18:40:42.262Z | info: downloading component 'rustfmt' |
36 | 2024-07-04T18:40:42.319Z | info: installing component 'cargo' |
37 | 2024-07-04T18:40:43.391Z | info: installing component 'clippy' |
38 | 2024-07-04T18:40:43.818Z | info: installing component 'rust-docs' |
39 | 2024-07-04T18:40:46.354Z | info: installing component 'rust-std' |
40 | 2024-07-04T18:40:48.249Z | info: installing component 'rustc' |
41 | 2024-07-04T18:40:53.189Z | info: installing component 'rustfmt' |
42 | 2024-07-04T18:40:53.561Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-04T18:40:53.561Z | |
44 | 2024-07-04T18:40:53.684Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-04T18:40:53.684Z | |
46 | 2024-07-04T18:40:53.684Z | |
47 | 2024-07-04T18:40:53.684Z | Rust is installed now. Great! |
48 | 2024-07-04T18:40:53.684Z | |
49 | 2024-07-04T18:40:53.684Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-04T18:40:53.684Z | environment variable. This has not been done automatically. |
51 | 2024-07-04T18:40:53.684Z | |
52 | 2024-07-04T18:40:53.684Z | To configure your current shell, you need to source |
53 | 2024-07-04T18:40:53.684Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-04T18:40:53.684Z | |
55 | 2024-07-04T18:40:53.684Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-04T18:40:53.684Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-04T18:40:53.684Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-04T18:40:53.755Z | + rustc --version |
59 | 2024-07-04T18:40:53.864Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-04T18:40:53.888Z | process exited: duration 14082 ms, exit code 0 |
|
61 | 2024-07-04T18:40:53.939Z | starting task 2: "authentication" |
62 | 2024-07-04T18:40:53.997Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-04T18:40:54.045Z | starting task 3: "clone repository" |
64 | 2024-07-04T18:40:54.070Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-04T18:40:54.070Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-04T18:40:54.094Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-04T18:40:59.376Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-04T18:40:59.376Z | + git fetch origin a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
69 | 2024-07-04T18:40:59.764Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-04T18:40:59.764Z | * branch a7fc65bb4f0ba49948e4ffe8c278803939b31710 -> FETCH_HEAD |
71 | 2024-07-04T18:40:59.788Z | + [[ -n issue-6000 ]] |
72 | 2024-07-04T18:40:59.788Z | ++ git branch --show-current |
73 | 2024-07-04T18:40:59.788Z | + current=main |
74 | 2024-07-04T18:40:59.788Z | + [[ main != issue-6000 ]] |
75 | 2024-07-04T18:40:59.788Z | + git branch -f issue-6000 a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
76 | 2024-07-04T18:40:59.812Z | + git checkout -f issue-6000 |
77 | 2024-07-04T18:40:59.970Z | Switched to branch 'issue-6000' |
78 | 2024-07-04T18:40:59.993Z | + git reset --hard a7fc65bb4f0ba49948e4ffe8c278803939b31710 |
79 | 2024-07-04T18:41:00.018Z | HEAD is now at a7fc65bb4 port settings update as transaction |
80 | 2024-07-04T18:41:00.018Z | process exited: duration 5952 ms, exit code 0 |
|
81 | 2024-07-04T18:41:00.066Z | starting task 4: "build" |
82 | 2024-07-04T18:41:00.090Z | + cargo --version |
83 | 2024-07-04T18:41:00.170Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-04T18:41:00.194Z | + rustc --version |
85 | 2024-07-04T18:41:00.267Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-04T18:41:00.291Z | + cd /tmp |
87 | 2024-07-04T18:41:00.291Z | + cargo new --lib test-project |
88 | 2024-07-04T18:41:00.360Z | Creating library `test-project` package |
89 | 2024-07-04T18:41:00.487Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-04T18:41:00.512Z | + cd test-project |
91 | 2024-07-04T18:41:00.512Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-04T18:41:00.585Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-04T18:41:00.585Z | Features: |
94 | 2024-07-04T18:41:00.585Z | - proptest |
95 | 2024-07-04T18:41:00.585Z | - test-strategy |
96 | 2024-07-04T18:41:00.585Z | - testing |
97 | 2024-07-04T18:41:00.609Z | Updating crates.io index |
98 | 2024-07-04T18:41:00.658Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-04T18:41:01.658Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-04T18:41:02.777Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-04T18:41:03.257Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-04T18:41:05.659Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-04T18:41:06.067Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-04T18:41:06.629Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-04T18:41:09.538Z | + cargo check |
106 | 2024-07-04T18:41:09.817Z | Downloading crates ... |
107 | 2024-07-04T18:41:09.889Z | Downloaded foreign-types v0.3.2 |
108 | 2024-07-04T18:41:09.915Z | Downloaded num_threads v0.1.7 |
109 | 2024-07-04T18:41:09.915Z | Downloaded macaddr v1.0.1 |
110 | 2024-07-04T18:41:09.915Z | Downloaded waitgroup v0.1.2 |
111 | 2024-07-04T18:41:09.915Z | Downloaded usdt-attr-macro v0.5.0 |
112 | 2024-07-04T18:41:09.915Z | Downloaded pretty-hex v0.4.1 |
113 | 2024-07-04T18:41:09.915Z | Downloaded hyper-tls v0.5.0 |
114 | 2024-07-04T18:41:09.915Z | Downloaded sync_wrapper v0.1.2 |
115 | 2024-07-04T18:41:09.915Z | Downloaded memchr v2.7.4 |
116 | 2024-07-04T18:41:09.941Z | Downloaded try-lock v0.2.5 |
117 | 2024-07-04T18:41:09.941Z | Downloaded tinyvec_macros v0.1.1 |
118 | 2024-07-04T18:41:09.941Z | Downloaded tokio-rustls v0.25.0 |
119 | 2024-07-04T18:41:09.941Z | Downloaded time-macros v0.2.18 |
120 | 2024-07-04T18:41:09.967Z | Downloaded tinyvec v1.6.1 |
121 | 2024-07-04T18:41:09.967Z | Downloaded time v0.3.36 |
122 | 2024-07-04T18:41:09.967Z | Downloaded take_mut v0.2.2 |
123 | 2024-07-04T18:41:09.967Z | Downloaded structmeta v0.3.0 |
124 | 2024-07-04T18:41:09.967Z | Downloaded parse-display-derive v0.9.1 |
125 | 2024-07-04T18:41:09.992Z | Downloaded libc v0.2.155 |
126 | 2024-07-04T18:41:10.021Z | Downloaded quote v1.0.36 |
127 | 2024-07-04T18:41:10.021Z | Downloaded thiserror v1.0.61 |
128 | 2024-07-04T18:41:10.021Z | Downloaded tokio v1.38.0 |
129 | 2024-07-04T18:41:10.059Z | Downloaded slog-term v2.9.1 |
130 | 2024-07-04T18:41:10.084Z | Downloaded strum_macros v0.26.4 |
131 | 2024-07-04T18:41:10.084Z | Downloaded rand v0.8.5 |
132 | 2024-07-04T18:41:10.084Z | Downloaded socket2 v0.5.7 |
133 | 2024-07-04T18:41:10.084Z | Downloaded pest v2.7.11 |
134 | 2024-07-04T18:41:10.084Z | Downloaded zerocopy v0.7.35 |
135 | 2024-07-04T18:41:10.109Z | Downloaded serde_with v3.8.3 |
136 | 2024-07-04T18:41:10.109Z | Downloaded rustls-webpki v0.101.7 |
137 | 2024-07-04T18:41:10.133Z | Downloaded syn v2.0.68 |
138 | 2024-07-04T18:41:10.157Z | Downloaded rustls v0.22.4 |
139 | 2024-07-04T18:41:10.157Z | Downloaded regex-automata v0.4.7 |
140 | 2024-07-04T18:41:10.182Z | Downloaded rustls v0.21.12 |
141 | 2024-07-04T18:41:10.206Z | Downloaded regress v0.10.0 |
142 | 2024-07-04T18:41:10.206Z | Downloaded regress v0.9.1 |
143 | 2024-07-04T18:41:10.206Z | Downloaded regex-syntax v0.8.4 |
144 | 2024-07-04T18:41:10.230Z | Downloaded regex v1.10.5 |
145 | 2024-07-04T18:41:10.231Z | Downloaded winnow v0.6.13 |
146 | 2024-07-04T18:41:10.257Z | Downloaded webpki-roots v0.25.4 |
147 | 2024-07-04T18:41:10.257Z | Downloaded vcpkg v0.2.15 |
148 | 2024-07-04T18:41:10.286Z | Downloaded serde_json v1.0.120 |
149 | 2024-07-04T18:41:10.311Z | Downloaded rustls-webpki v0.102.5 |
150 | 2024-07-04T18:41:10.335Z | Downloaded reqwest v0.11.27 |
151 | 2024-07-04T18:41:10.335Z | Downloaded unicode-normalization v0.1.23 |
152 | 2024-07-04T18:41:10.335Z | Downloaded slog v2.7.0 |
153 | 2024-07-04T18:41:10.335Z | Downloaded serde_derive v1.0.203 |
154 | 2024-07-04T18:41:10.336Z | Downloaded serde v1.0.203 |
155 | 2024-07-04T18:41:10.360Z | Downloaded schemars v0.8.21 |
156 | 2024-07-04T18:41:10.360Z | Downloaded ryu v1.0.18 |
157 | 2024-07-04T18:41:10.360Z | Downloaded proc-macro2 v1.0.86 |
158 | 2024-07-04T18:41:10.360Z | Downloaded url v2.5.2 |
159 | 2024-07-04T18:41:10.384Z | Downloaded ring v0.17.8 |
160 | 2024-07-04T18:41:10.438Z | Downloaded serde_yaml v0.9.34+deprecated |
161 | 2024-07-04T18:41:10.462Z | Downloaded semver v1.0.23 |
162 | 2024-07-04T18:41:10.462Z | Downloaded pest_meta v2.7.11 |
163 | 2024-07-04T18:41:10.462Z | Downloaded parking_lot_core v0.9.10 |
164 | 2024-07-04T18:41:10.462Z | Downloaded openssl-sys v0.9.102 |
165 | 2024-07-04T18:41:10.462Z | Downloaded encoding_rs v0.8.34 |
166 | 2024-07-04T18:41:10.486Z | Downloaded serde_with_macros v3.8.3 |
167 | 2024-07-04T18:41:10.487Z | Downloaded unsafe-libyaml v0.2.11 |
168 | 2024-07-04T18:41:10.487Z | Downloaded unicode-bidi v0.3.15 |
169 | 2024-07-04T18:41:10.487Z | Downloaded term v0.7.0 |
170 | 2024-07-04T18:41:10.511Z | Downloaded structmeta-derive v0.3.0 |
171 | 2024-07-04T18:41:10.511Z | Downloaded strsim v0.11.1 |
172 | 2024-07-04T18:41:10.511Z | Downloaded spin v0.9.8 |
173 | 2024-07-04T18:41:10.511Z | Downloaded smallvec v1.13.2 |
174 | 2024-07-04T18:41:10.511Z | Downloaded slog-bunyan v2.5.0 |
175 | 2024-07-04T18:41:10.511Z | Downloaded signal-hook-registry v1.4.2 |
176 | 2024-07-04T18:41:10.511Z | Downloaded sha2 v0.10.8 |
177 | 2024-07-04T18:41:10.511Z | Downloaded sha1 v0.10.6 |
178 | 2024-07-04T18:41:10.511Z | Downloaded serde_urlencoded v0.7.1 |
179 | 2024-07-04T18:41:10.511Z | Downloaded serde_tokenstream v0.2.1 |
180 | 2024-07-04T18:41:10.511Z | Downloaded serde_spanned v0.6.6 |
181 | 2024-07-04T18:41:10.511Z | Downloaded serde_derive_internals v0.29.1 |
182 | 2024-07-04T18:41:10.511Z | Downloaded sct v0.7.1 |
183 | 2024-07-04T18:41:10.536Z | Downloaded scroll v0.12.0 |
184 | 2024-07-04T18:41:10.536Z | Downloaded scopeguard v1.2.0 |
185 | 2024-07-04T18:41:10.536Z | Downloaded rustls-pki-types v1.7.0 |
186 | 2024-07-04T18:41:10.536Z | Downloaded rustls-pemfile v2.1.2 |
187 | 2024-07-04T18:41:10.536Z | Downloaded rustls-pemfile v1.0.4 |
188 | 2024-07-04T18:41:10.536Z | Downloaded rand_core v0.6.4 |
189 | 2024-07-04T18:41:10.536Z | Downloaded plain v0.2.3 |
190 | 2024-07-04T18:41:10.536Z | Downloaded pin-project-lite v0.2.14 |
191 | 2024-07-04T18:41:10.536Z | Downloaded pest_derive v2.7.11 |
192 | 2024-07-04T18:41:10.536Z | Downloaded parking_lot v0.12.3 |
193 | 2024-07-04T18:41:10.536Z | Downloaded uuid v1.9.1 |
194 | 2024-07-04T18:41:10.561Z | Downloaded unicode-ident v1.0.12 |
195 | 2024-07-04T18:41:10.561Z | Downloaded ppv-lite86 v0.2.17 |
196 | 2024-07-04T18:41:10.561Z | Downloaded pin-utils v0.1.0 |
197 | 2024-07-04T18:41:10.561Z | Downloaded usdt-impl v0.5.0 |
198 | 2024-07-04T18:41:10.561Z | Downloaded zerocopy-derive v0.7.35 |
199 | 2024-07-04T18:41:10.561Z | Downloaded slog-json v2.6.1 |
200 | 2024-07-04T18:41:10.561Z | Downloaded slog-async v2.8.0 |
201 | 2024-07-04T18:41:10.561Z | Downloaded serde_path_to_error v0.1.16 |
202 | 2024-07-04T18:41:10.561Z | Downloaded scroll_derive v0.12.0 |
203 | 2024-07-04T18:41:10.561Z | Downloaded schemars_derive v0.8.21 |
204 | 2024-07-04T18:41:10.561Z | Downloaded percent-encoding v2.3.1 |
205 | 2024-07-04T18:41:10.561Z | Downloaded zeroize v1.8.1 |
206 | 2024-07-04T18:41:10.561Z | Downloaded openapiv3 v2.0.0 |
207 | 2024-07-04T18:41:10.585Z | Downloaded openssl v0.10.64 |
208 | 2024-07-04T18:41:10.585Z | Downloaded hyper v0.14.29 |
209 | 2024-07-04T18:41:10.610Z | Downloaded tracing v0.1.40 |
210 | 2024-07-04T18:41:10.610Z | Downloaded toml_edit v0.22.14 |
211 | 2024-07-04T18:41:10.636Z | Downloaded tokio-util v0.7.11 |
212 | 2024-07-04T18:41:10.636Z | Downloaded idna v0.5.0 |
213 | 2024-07-04T18:41:10.636Z | Downloaded chrono v0.4.38 |
214 | 2024-07-04T18:41:10.662Z | Downloaded tracing-core v0.1.32 |
215 | 2024-07-04T18:41:10.662Z | Downloaded toml v0.8.14 |
216 | 2024-07-04T18:41:10.662Z | Downloaded subtle v2.6.1 |
217 | 2024-07-04T18:41:10.662Z | Downloaded pest_generator v2.7.11 |
218 | 2024-07-04T18:41:10.662Z | Downloaded mio v0.8.11 |
219 | 2024-07-04T18:41:10.662Z | Downloaded indexmap v2.2.6 |
220 | 2024-07-04T18:41:10.662Z | Downloaded h2 v0.3.26 |
221 | 2024-07-04T18:41:10.687Z | Downloaded futures-util v0.3.30 |
222 | 2024-07-04T18:41:10.687Z | Downloaded thread_local v1.1.8 |
223 | 2024-07-04T18:41:10.687Z | Downloaded ucd-trie v0.1.6 |
224 | 2024-07-04T18:41:10.687Z | Downloaded typenum v1.17.0 |
225 | 2024-07-04T18:41:10.687Z | Downloaded slab v0.4.9 |
226 | 2024-07-04T18:41:10.687Z | Downloaded http v1.1.0 |
227 | 2024-07-04T18:41:10.712Z | Downloaded hashbrown v0.14.5 |
228 | 2024-07-04T18:41:10.712Z | Downloaded tokio-rustls v0.24.1 |
229 | 2024-07-04T18:41:10.712Z | Downloaded rand_chacha v0.3.1 |
230 | 2024-07-04T18:41:10.712Z | Downloaded paste v1.0.15 |
231 | 2024-07-04T18:41:10.712Z | Downloaded log v0.4.22 |
232 | 2024-07-04T18:41:10.712Z | Downloaded goblin v0.8.2 |
233 | 2024-07-04T18:41:10.713Z | Downloaded time-core v0.1.2 |
234 | 2024-07-04T18:41:10.713Z | Downloaded thiserror-impl v1.0.61 |
235 | 2024-07-04T18:41:10.737Z | Downloaded rustversion v1.0.17 |
236 | 2024-07-04T18:41:10.737Z | Downloaded pkg-config v0.3.30 |
237 | 2024-07-04T18:41:10.738Z | Downloaded version_check v0.9.4 |
238 | 2024-07-04T18:41:10.738Z | Downloaded usdt v0.5.0 |
239 | 2024-07-04T18:41:10.738Z | Downloaded untrusted v0.9.0 |
240 | 2024-07-04T18:41:10.738Z | Downloaded openssl-probe v0.1.5 |
241 | 2024-07-04T18:41:10.738Z | Downloaded openssl-macros v0.1.1 |
242 | 2024-07-04T18:41:10.738Z | Downloaded futures-core v0.3.30 |
243 | 2024-07-04T18:41:10.738Z | Downloaded futures v0.3.30 |
244 | 2024-07-04T18:41:10.738Z | Downloaded fnv v1.0.7 |
245 | 2024-07-04T18:41:10.738Z | Downloaded aho-corasick v1.1.3 |
246 | 2024-07-04T18:41:10.738Z | Downloaded tower-service v0.3.2 |
247 | 2024-07-04T18:41:10.738Z | Downloaded toml_datetime v0.6.6 |
248 | 2024-07-04T18:41:10.762Z | Downloaded tokio-native-tls v0.3.1 |
249 | 2024-07-04T18:41:10.762Z | Downloaded tokio-macros v2.3.0 |
250 | 2024-07-04T18:41:10.762Z | Downloaded thread-id v4.2.1 |
251 | 2024-07-04T18:41:10.762Z | Downloaded powerfmt v0.2.0 |
252 | 2024-07-04T18:41:10.762Z | Downloaded parse-display v0.9.1 |
253 | 2024-07-04T18:41:10.762Z | Downloaded omicron-workspace-hack v0.1.0 |
254 | 2024-07-04T18:41:10.762Z | Downloaded num_cpus v1.16.0 |
255 | 2024-07-04T18:41:10.762Z | Downloaded num-conv v0.1.0 |
256 | 2024-07-04T18:41:10.762Z | Downloaded native-tls v0.2.12 |
257 | 2024-07-04T18:41:10.762Z | Downloaded memmap v0.7.0 |
258 | 2024-07-04T18:41:10.762Z | Downloaded match_cfg v0.1.0 |
259 | 2024-07-04T18:41:10.762Z | Downloaded is-terminal v0.4.12 |
260 | 2024-07-04T18:41:10.763Z | Downloaded ipnet v2.9.0 |
261 | 2024-07-04T18:41:10.763Z | Downloaded ident_case v1.0.1 |
262 | 2024-07-04T18:41:10.763Z | Downloaded httparse v1.9.4 |
263 | 2024-07-04T18:41:10.763Z | Downloaded hex v0.4.3 |
264 | 2024-07-04T18:41:10.763Z | Downloaded getrandom v0.2.15 |
265 | 2024-07-04T18:41:10.787Z | Downloaded foreign-types-shared v0.1.1 |
266 | 2024-07-04T18:41:10.787Z | Downloaded darling_core v0.20.9 |
267 | 2024-07-04T18:41:10.787Z | Downloaded crypto-common v0.1.6 |
268 | 2024-07-04T18:41:10.787Z | Downloaded cc v1.0.104 |
269 | 2024-07-04T18:41:10.787Z | Downloaded strum v0.26.3 |
270 | 2024-07-04T18:41:10.787Z | Downloaded hostname v0.4.0 |
271 | 2024-07-04T18:41:10.787Z | Downloaded digest v0.10.7 |
272 | 2024-07-04T18:41:10.787Z | Downloaded crossbeam-channel v0.5.13 |
273 | 2024-07-04T18:41:10.787Z | Downloaded base64 v0.21.7 |
274 | 2024-07-04T18:41:10.787Z | Downloaded anyhow v1.0.86 |
275 | 2024-07-04T18:41:10.812Z | Downloaded http v0.2.12 |
276 | 2024-07-04T18:41:10.812Z | Downloaded hashbrown v0.12.3 |
277 | 2024-07-04T18:41:10.812Z | Downloaded futures-sink v0.3.30 |
278 | 2024-07-04T18:41:10.812Z | Downloaded futures-io v0.3.30 |
279 | 2024-07-04T18:41:10.812Z | Downloaded dtrace-parser v0.2.0 |
280 | 2024-07-04T18:41:10.812Z | Downloaded dirs-sys-next v0.1.2 |
281 | 2024-07-04T18:41:10.812Z | Downloaded debug-ignore v1.0.5 |
282 | 2024-07-04T18:41:10.812Z | Downloaded bytes v1.6.0 |
283 | 2024-07-04T18:41:10.812Z | Downloaded base64 v0.22.1 |
284 | 2024-07-04T18:41:10.812Z | Downloaded allocator-api2 v0.2.18 |
285 | 2024-07-04T18:41:10.837Z | Downloaded want v0.3.1 |
286 | 2024-07-04T18:41:10.837Z | Downloaded once_cell v1.19.0 |
287 | 2024-07-04T18:41:10.837Z | Downloaded num-traits v0.2.19 |
288 | 2024-07-04T18:41:10.837Z | Downloaded newtype-uuid v1.1.0 |
289 | 2024-07-04T18:41:10.837Z | Downloaded multer v3.1.0 |
290 | 2024-07-04T18:41:10.837Z | Downloaded mime v0.3.17 |
291 | 2024-07-04T18:41:10.837Z | Downloaded lock_api v0.4.12 |
292 | 2024-07-04T18:41:10.837Z | Downloaded itoa v1.0.11 |
293 | 2024-07-04T18:41:10.837Z | Downloaded ipnetwork v0.20.0 |
294 | 2024-07-04T18:41:10.837Z | Downloaded iana-time-zone v0.1.60 |
295 | 2024-07-04T18:41:10.837Z | Downloaded hyper-rustls v0.24.2 |
296 | 2024-07-04T18:41:10.837Z | Downloaded futures-macro v0.3.30 |
297 | 2024-07-04T18:41:10.837Z | Downloaded async-trait v0.1.80 |
298 | 2024-07-04T18:41:10.862Z | Downloaded indexmap v1.9.3 |
299 | 2024-07-04T18:41:10.862Z | Downloaded http-body v0.4.6 |
300 | 2024-07-04T18:41:10.862Z | Downloaded futures-channel v0.3.30 |
301 | 2024-07-04T18:41:10.862Z | Downloaded deranged v0.3.11 |
302 | 2024-07-04T18:41:10.862Z | Downloaded darling v0.20.9 |
303 | 2024-07-04T18:41:10.862Z | Downloaded crossbeam-utils v0.8.20 |
304 | 2024-07-04T18:41:10.862Z | Downloaded camino v1.1.7 |
305 | 2024-07-04T18:41:10.862Z | Downloaded bitflags v2.6.0 |
306 | 2024-07-04T18:41:10.862Z | Downloaded backoff v0.4.0 |
307 | 2024-07-04T18:41:10.887Z | Downloaded ahash v0.8.11 |
308 | 2024-07-04T18:41:10.887Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-07-04T18:41:10.887Z | Downloaded byteorder v1.5.0 |
310 | 2024-07-04T18:41:10.887Z | Downloaded block-buffer v0.10.4 |
311 | 2024-07-04T18:41:10.887Z | Downloaded instant v0.1.13 |
312 | 2024-07-04T18:41:10.887Z | Downloaded httpdate v1.0.3 |
313 | 2024-07-04T18:41:10.887Z | Downloaded heck v0.5.0 |
314 | 2024-07-04T18:41:10.887Z | Downloaded generic-array v0.14.7 |
315 | 2024-07-04T18:41:10.887Z | Downloaded form_urlencoded v1.2.1 |
316 | 2024-07-04T18:41:10.887Z | Downloaded dof v0.3.0 |
317 | 2024-07-04T18:41:10.887Z | Downloaded dirs-next v2.0.0 |
318 | 2024-07-04T18:41:10.887Z | Downloaded async-stream-impl v0.3.5 |
319 | 2024-07-04T18:41:10.887Z | Downloaded async-stream v0.3.5 |
320 | 2024-07-04T18:41:10.888Z | Downloaded hostname v0.3.1 |
321 | 2024-07-04T18:41:10.888Z | Downloaded futures-task v0.3.30 |
322 | 2024-07-04T18:41:10.888Z | Downloaded futures-executor v0.3.30 |
323 | 2024-07-04T18:41:10.888Z | Downloaded equivalent v1.0.1 |
324 | 2024-07-04T18:41:10.888Z | Downloaded dyn-clone v1.0.17 |
325 | 2024-07-04T18:41:10.888Z | Downloaded cpufeatures v0.2.12 |
326 | 2024-07-04T18:41:10.888Z | Downloaded cfg-if v1.0.0 |
327 | 2024-07-04T18:41:10.912Z | Downloaded autocfg v1.3.0 |
328 | 2024-07-04T18:41:10.913Z | Downloaded atomic-waker v1.1.2 |
329 | 2024-07-04T18:41:10.913Z | Downloaded darling_macro v0.20.9 |
330 | 2024-07-04T18:41:10.984Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-04T18:41:10.984Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-04T18:41:11.008Z | Compiling libc v0.2.155 |
333 | 2024-07-04T18:41:11.008Z | Checking cfg-if v1.0.0 |
334 | 2024-07-04T18:41:11.008Z | Compiling version_check v0.9.4 |
335 | 2024-07-04T18:41:11.008Z | Compiling autocfg v1.3.0 |
336 | 2024-07-04T18:41:11.008Z | Compiling serde v1.0.203 |
337 | 2024-07-04T18:41:11.008Z | Compiling serde_json v1.0.120 |
338 | 2024-07-04T18:41:11.082Z | Checking itoa v1.0.11 |
339 | 2024-07-04T18:41:11.165Z | Checking once_cell v1.19.0 |
340 | 2024-07-04T18:41:11.245Z | Compiling thiserror v1.0.61 |
341 | 2024-07-04T18:41:11.396Z | Compiling cc v1.0.104 |
342 | 2024-07-04T18:41:11.427Z | Compiling memchr v2.7.4 |
343 | 2024-07-04T18:41:11.587Z | Compiling ahash v0.8.11 |
344 | 2024-07-04T18:41:11.806Z | Checking byteorder v1.5.0 |
345 | 2024-07-04T18:41:11.917Z | Compiling num-traits v0.2.19 |
346 | 2024-07-04T18:41:12.158Z | Checking getrandom v0.2.15 |
347 | 2024-07-04T18:41:12.183Z | Compiling quote v1.0.36 |
348 | 2024-07-04T18:41:12.215Z | Checking pin-project-lite v0.2.14 |
349 | 2024-07-04T18:41:12.323Z | Checking ryu v1.0.18 |
350 | 2024-07-04T18:41:12.391Z | Checking bytes v1.6.0 |
351 | 2024-07-04T18:41:12.471Z | Compiling syn v2.0.68 |
352 | 2024-07-04T18:41:12.501Z | Checking log v0.4.22 |
353 | 2024-07-04T18:41:12.685Z | Checking allocator-api2 v0.2.18 |
354 | 2024-07-04T18:41:12.714Z | Compiling lock_api v0.4.12 |
355 | 2024-07-04T18:41:12.715Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-07-04T18:41:12.824Z | Compiling schemars v0.8.21 |
357 | 2024-07-04T18:41:12.936Z | Checking futures-core v0.3.30 |
358 | 2024-07-04T18:41:13.021Z | Checking scopeguard v1.2.0 |
359 | 2024-07-04T18:41:13.072Z | Checking smallvec v1.13.2 |
360 | 2024-07-04T18:41:13.097Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-07-04T18:41:13.097Z | Checking mio v0.8.11 |
362 | 2024-07-04T18:41:13.122Z | Checking socket2 v0.5.7 |
363 | 2024-07-04T18:41:13.220Z | Checking num_cpus v1.16.0 |
364 | 2024-07-04T18:41:13.267Z | Compiling slab v0.4.9 |
365 | 2024-07-04T18:41:13.385Z | Checking spin v0.9.8 |
366 | 2024-07-04T18:41:13.477Z | Checking futures-sink v0.3.30 |
367 | 2024-07-04T18:41:13.501Z | Checking fnv v1.0.7 |
368 | 2024-07-04T18:41:13.564Z | Checking untrusted v0.9.0 |
369 | 2024-07-04T18:41:13.590Z | Checking equivalent v1.0.1 |
370 | 2024-07-04T18:41:13.618Z | Checking futures-channel v0.3.30 |
371 | 2024-07-04T18:41:13.646Z | Checking parking_lot v0.12.3 |
372 | 2024-07-04T18:41:13.670Z | Compiling semver v1.0.23 |
373 | 2024-07-04T18:41:13.695Z | Checking futures-io v0.3.30 |
374 | 2024-07-04T18:41:13.828Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-04T18:41:13.864Z | Checking futures-task v0.3.30 |
376 | 2024-07-04T18:41:13.892Z | Compiling ring v0.17.8 |
377 | 2024-07-04T18:41:13.918Z | Checking pin-utils v0.1.0 |
378 | 2024-07-04T18:41:13.918Z | Compiling pkg-config v0.3.30 |
379 | 2024-07-04T18:41:13.962Z | Compiling heck v0.5.0 |
380 | 2024-07-04T18:41:14.212Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-04T18:41:14.419Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-04T18:41:14.476Z | Checking http v0.2.12 |
383 | 2024-07-04T18:41:14.810Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-04T18:41:14.924Z | Compiling httparse v1.9.4 |
385 | 2024-07-04T18:41:15.353Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-04T18:41:15.378Z | Checking tracing-core v0.1.32 |
387 | 2024-07-04T18:41:15.532Z | Compiling uuid v1.9.1 |
388 | 2024-07-04T18:41:15.917Z | Compiling chrono v0.4.38 |
389 | 2024-07-04T18:41:15.964Z | Checking tracing v0.1.40 |
390 | 2024-07-04T18:41:15.999Z | Checking try-lock v0.2.5 |
391 | 2024-07-04T18:41:16.051Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-04T18:41:16.094Z | Compiling slog v2.7.0 |
393 | 2024-07-04T18:41:16.127Z | Compiling openssl v0.10.64 |
394 | 2024-07-04T18:41:16.230Z | Checking foreign-types v0.3.2 |
395 | 2024-07-04T18:41:16.290Z | Checking want v0.3.1 |
396 | 2024-07-04T18:41:16.440Z | Checking http-body v0.4.6 |
397 | 2024-07-04T18:41:16.508Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-04T18:41:16.572Z | Compiling regex-syntax v0.8.4 |
399 | 2024-07-04T18:41:16.738Z | Checking bitflags v2.6.0 |
400 | 2024-07-04T18:41:16.945Z | Checking httpdate v1.0.3 |
401 | 2024-07-04T18:41:17.177Z | Checking tower-service v0.3.2 |
402 | 2024-07-04T18:41:17.290Z | Checking tinyvec_macros v0.1.1 |
403 | 2024-07-04T18:41:17.319Z | Compiling native-tls v0.2.12 |
404 | 2024-07-04T18:41:17.380Z | Checking percent-encoding v2.3.1 |
405 | 2024-07-04T18:41:17.563Z | Compiling typenum v1.17.0 |
406 | 2024-07-04T18:41:17.662Z | Compiling rustls v0.21.12 |
407 | 2024-07-04T18:41:17.695Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-04T18:41:17.864Z | Checking tinyvec v1.6.1 |
409 | 2024-07-04T18:41:18.388Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-07-04T18:41:18.448Z | Compiling generic-array v0.14.7 |
411 | 2024-07-04T18:41:18.823Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-04T18:41:18.950Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-04T18:41:19.043Z | Checking rustls-webpki v0.101.7 |
414 | 2024-07-04T18:41:19.584Z | Compiling regex-automata v0.4.7 |
415 | 2024-07-04T18:41:19.612Z | Checking sct v0.7.1 |
416 | 2024-07-04T18:41:20.238Z | Compiling usdt-impl v0.5.0 |
417 | 2024-07-04T18:41:20.320Z | Checking encoding_rs v0.8.34 |
418 | 2024-07-04T18:41:20.506Z | Checking mime v0.3.17 |
419 | 2024-07-04T18:41:20.737Z | Compiling time-core v0.1.2 |
420 | 2024-07-04T18:41:20.789Z | Compiling num-conv v0.1.0 |
421 | 2024-07-04T18:41:21.020Z | Checking powerfmt v0.2.0 |
422 | 2024-07-04T18:41:21.201Z | Checking unicode-bidi v0.3.15 |
423 | 2024-07-04T18:41:21.234Z | Checking deranged v0.3.11 |
424 | 2024-07-04T18:41:21.327Z | Compiling time-macros v0.2.18 |
425 | 2024-07-04T18:41:21.706Z | Checking idna v0.5.0 |
426 | 2024-07-04T18:41:22.043Z | Compiling thread-id v4.2.1 |
427 | 2024-07-04T18:41:22.254Z | Checking base64 v0.21.7 |
428 | 2024-07-04T18:41:22.291Z | Checking plain v0.2.3 |
429 | 2024-07-04T18:41:22.555Z | Checking num_threads v0.1.7 |
430 | 2024-07-04T18:41:22.590Z | Compiling serde_derive v1.0.203 |
431 | 2024-07-04T18:41:22.615Z | Compiling zerocopy-derive v0.7.35 |
432 | 2024-07-04T18:41:22.641Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-07-04T18:41:22.665Z | Compiling schemars_derive v0.8.21 |
434 | 2024-07-04T18:41:23.081Z | Compiling tokio-macros v2.3.0 |
435 | 2024-07-04T18:41:23.177Z | Compiling futures-macro v0.3.30 |
436 | 2024-07-04T18:41:23.687Z | Compiling openssl-macros v0.1.1 |
437 | 2024-07-04T18:41:24.264Z | Checking zerocopy v0.7.35 |
438 | 2024-07-04T18:41:24.361Z | Checking tokio v1.38.0 |
439 | 2024-07-04T18:41:24.705Z | Checking futures-util v0.3.30 |
440 | 2024-07-04T18:41:24.957Z | Compiling pest v2.7.11 |
441 | 2024-07-04T18:41:25.718Z | Checking hashbrown v0.14.5 |
442 | 2024-07-04T18:41:25.960Z | Compiling regex v1.10.5 |
443 | 2024-07-04T18:41:26.600Z | Compiling scroll_derive v0.12.0 |
444 | 2024-07-04T18:41:26.738Z | Checking regress v0.10.0 |
445 | 2024-07-04T18:41:26.959Z | Compiling pest_meta v2.7.11 |
446 | 2024-07-04T18:41:27.738Z | Checking scroll v0.12.0 |
447 | 2024-07-04T18:41:28.103Z | Compiling pest_generator v2.7.11 |
448 | 2024-07-04T18:41:29.359Z | Checking rustls-pki-types v1.7.0 |
449 | 2024-07-04T18:41:29.585Z | Compiling strsim v0.11.1 |
450 | 2024-07-04T18:41:29.704Z | Compiling ident_case v1.0.1 |
451 | 2024-07-04T18:41:29.866Z | Checking tokio-util v0.7.11 |
452 | 2024-07-04T18:41:29.993Z | Checking tokio-rustls v0.24.1 |
453 | 2024-07-04T18:41:30.210Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-07-04T18:41:30.310Z | Compiling pest_derive v2.7.11 |
455 | 2024-07-04T18:41:30.552Z | Compiling crossbeam-utils v0.8.20 |
456 | 2024-07-04T18:41:30.596Z | Checking time v0.3.36 |
457 | 2024-07-04T18:41:31.001Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-07-04T18:41:31.232Z | Compiling darling_core v0.20.9 |
459 | 2024-07-04T18:41:32.006Z | Checking indexmap v2.2.6 |
460 | 2024-07-04T18:41:32.774Z | Checking serde_urlencoded v0.7.1 |
461 | 2024-07-04T18:41:32.859Z | Checking goblin v0.8.2 |
462 | 2024-07-04T18:41:32.884Z | Checking rustls-pemfile v1.0.4 |
463 | 2024-07-04T18:41:32.997Z | Checking h2 v0.3.26 |
464 | 2024-07-04T18:41:33.022Z | Checking url v2.5.2 |
465 | 2024-07-04T18:41:33.127Z | Checking dirs-sys-next v0.1.2 |
466 | 2024-07-04T18:41:33.152Z | Checking openapiv3 v2.0.0 |
467 | 2024-07-04T18:41:33.503Z | Compiling serde_tokenstream v0.2.1 |
468 | 2024-07-04T18:41:34.418Z | Checking ipnet v2.9.0 |
469 | 2024-07-04T18:41:34.972Z | Compiling dof v0.3.0 |
470 | 2024-07-04T18:41:35.106Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
471 | 2024-07-04T18:41:35.699Z | Checking sync_wrapper v0.1.2 |
472 | 2024-07-04T18:41:35.795Z | Checking webpki-roots v0.25.4 |
473 | 2024-07-04T18:41:35.908Z | Compiling paste v1.0.15 |
474 | 2024-07-04T18:41:36.113Z | Compiling rustversion v1.0.17 |
475 | 2024-07-04T18:41:36.141Z | Checking hyper v0.14.29 |
476 | 2024-07-04T18:41:36.621Z | Compiling unsafe-libyaml v0.2.11 |
477 | 2024-07-04T18:41:36.695Z | Compiling rustls v0.22.4 |
478 | 2024-07-04T18:41:36.865Z | Compiling omicron-workspace-hack v0.1.0 |
479 | 2024-07-04T18:41:36.890Z | Checking pretty-hex v0.4.1 |
480 | 2024-07-04T18:41:37.033Z | Compiling darling_macro v0.20.9 |
481 | 2024-07-04T18:41:37.225Z | Checking dirs-next v2.0.0 |
482 | 2024-07-04T18:41:37.404Z | Checking serde_spanned v0.6.6 |
483 | 2024-07-04T18:41:37.479Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-04T18:41:37.695Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-07-04T18:41:37.728Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-04T18:41:37.880Z | Checking block-buffer v0.10.4 |
487 | 2024-07-04T18:41:38.018Z | Checking crypto-common v0.1.6 |
488 | 2024-07-04T18:41:38.042Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-07-04T18:41:38.124Z | Checking rand_core v0.6.4 |
490 | 2024-07-04T18:41:38.233Z | Compiling multer v3.1.0 |
491 | 2024-07-04T18:41:38.341Z | Checking thread_local v1.1.8 |
492 | 2024-07-04T18:41:38.366Z | Checking zeroize v1.8.1 |
493 | 2024-07-04T18:41:38.493Z | Compiling camino v1.1.7 |
494 | 2024-07-04T18:41:38.518Z | Checking match_cfg v0.1.0 |
495 | 2024-07-04T18:41:38.542Z | Checking subtle v2.6.1 |
496 | 2024-07-04T18:41:38.571Z | Compiling slog-async v2.8.0 |
497 | 2024-07-04T18:41:38.595Z | Checking ppv-lite86 v0.2.17 |
498 | 2024-07-04T18:41:38.723Z | Checking winnow v0.6.13 |
499 | 2024-07-04T18:41:38.941Z | Compiling anyhow v1.0.86 |
500 | 2024-07-04T18:41:39.122Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-04T18:41:39.391Z | Checking hostname v0.3.1 |
502 | 2024-07-04T18:41:39.541Z | Checking digest v0.10.7 |
503 | 2024-07-04T18:41:39.609Z | Checking hyper-rustls v0.24.2 |
504 | 2024-07-04T18:41:39.786Z | Checking hyper-tls v0.5.0 |
505 | 2024-07-04T18:41:39.824Z | Checking crossbeam-channel v0.5.13 |
506 | 2024-07-04T18:41:39.943Z | Compiling darling v0.20.9 |
507 | 2024-07-04T18:41:40.007Z | Checking reqwest v0.11.27 |
508 | 2024-07-04T18:41:40.035Z | Checking term v0.7.0 |
509 | 2024-07-04T18:41:40.220Z | Compiling structmeta v0.3.0 |
510 | 2024-07-04T18:41:40.549Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-04T18:41:40.752Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-07-04T18:41:41.047Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
513 | 2024-07-04T18:41:41.072Z | Checking toml_edit v0.22.14 |
514 | 2024-07-04T18:41:41.283Z | Checking slog-json v2.6.1 |
515 | 2024-07-04T18:41:41.308Z | Checking futures-executor v0.3.30 |
516 | 2024-07-04T18:41:41.469Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-04T18:41:41.494Z | Checking http v1.1.0 |
518 | 2024-07-04T18:41:41.545Z | Checking memmap v0.7.0 |
519 | 2024-07-04T18:41:41.605Z | Checking is-terminal v0.4.12 |
520 | 2024-07-04T18:41:41.698Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
521 | 2024-07-04T18:41:41.722Z | Checking cpufeatures v0.2.12 |
522 | 2024-07-04T18:41:41.786Z | Checking take_mut v0.2.2 |
523 | 2024-07-04T18:41:41.876Z | Checking base64 v0.22.1 |
524 | 2024-07-04T18:41:41.900Z | Checking atomic-waker v1.1.2 |
525 | 2024-07-04T18:41:41.947Z | Checking usdt v0.5.0 |
526 | 2024-07-04T18:41:41.998Z | Checking waitgroup v0.1.2 |
527 | 2024-07-04T18:41:42.098Z | Checking tokio-rustls v0.25.0 |
528 | 2024-07-04T18:41:42.131Z | Checking sha1 v0.10.6 |
529 | 2024-07-04T18:41:42.231Z | Checking slog-term v2.9.1 |
530 | 2024-07-04T18:41:42.261Z | Checking rustls-pemfile v2.1.2 |
531 | 2024-07-04T18:41:42.343Z | Compiling strum_macros v0.26.4 |
532 | 2024-07-04T18:41:42.372Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-04T18:41:42.450Z | Checking futures v0.3.30 |
534 | 2024-07-04T18:41:42.496Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-04T18:41:42.540Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-04T18:41:42.565Z | Checking async-stream v0.3.5 |
537 | 2024-07-04T18:41:42.714Z | Checking rand v0.8.5 |
538 | 2024-07-04T18:41:42.984Z | Checking ipnetwork v0.20.0 |
539 | 2024-07-04T18:41:43.056Z | Checking toml v0.8.14 |
540 | 2024-07-04T18:41:43.257Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-04T18:41:43.306Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
542 | 2024-07-04T18:41:43.442Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-04T18:41:43.640Z | Checking hex v0.4.3 |
544 | 2024-07-04T18:41:43.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-04T18:41:43.957Z | Compiling async-trait v0.1.80 |
546 | 2024-07-04T18:41:44.037Z | Checking hostname v0.4.0 |
547 | 2024-07-04T18:41:44.139Z | Checking instant v0.1.13 |
548 | 2024-07-04T18:41:44.232Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-04T18:41:44.286Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
550 | 2024-07-04T18:41:44.342Z | Checking backoff v0.4.0 |
551 | 2024-07-04T18:41:44.397Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-04T18:41:44.517Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
553 | 2024-07-04T18:41:44.555Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
554 | 2024-07-04T18:41:44.702Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-04T18:41:44.815Z | Checking serde_with v3.8.3 |
556 | 2024-07-04T18:41:44.916Z | Checking macaddr v1.0.1 |
557 | 2024-07-04T18:41:45.164Z | Checking regress v0.9.1 |
558 | 2024-07-04T18:41:45.824Z | Checking parse-display v0.9.1 |
559 | 2024-07-04T18:41:46.043Z | Checking strum v0.26.3 |
560 | 2024-07-04T18:41:47.025Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
561 | 2024-07-04T18:41:49.227Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
562 | 2024-07-04T18:41:49.306Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
563 | 2024-07-04T18:41:52.647Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
564 | 2024-07-04T18:42:00.780Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
565 | 2024-07-04T18:42:00.909Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-07-04T18:42:04.137Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-04T18:42:11.598Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-04T18:42:11.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
569 | 2024-07-04T18:42:11.729Z | + cargo build --release |
570 | 2024-07-04T18:42:12.061Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-04T18:42:12.061Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-04T18:42:12.061Z | Compiling libc v0.2.155 |
573 | 2024-07-04T18:42:12.086Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-04T18:42:12.086Z | Compiling version_check v0.9.4 |
575 | 2024-07-04T18:42:12.086Z | Compiling autocfg v1.3.0 |
576 | 2024-07-04T18:42:12.086Z | Compiling serde v1.0.203 |
577 | 2024-07-04T18:42:12.086Z | Compiling serde_json v1.0.120 |
578 | 2024-07-04T18:42:12.157Z | Compiling itoa v1.0.11 |
579 | 2024-07-04T18:42:12.220Z | Compiling thiserror v1.0.61 |
580 | 2024-07-04T18:42:12.334Z | Compiling once_cell v1.19.0 |
581 | 2024-07-04T18:42:12.379Z | Compiling cc v1.0.104 |
582 | 2024-07-04T18:42:12.557Z | Compiling memchr v2.7.4 |
583 | 2024-07-04T18:42:12.643Z | Compiling ahash v0.8.11 |
584 | 2024-07-04T18:42:12.944Z | Compiling byteorder v1.5.0 |
585 | 2024-07-04T18:42:13.010Z | Compiling num-traits v0.2.19 |
586 | 2024-07-04T18:42:13.209Z | Compiling getrandom v0.2.15 |
587 | 2024-07-04T18:42:13.277Z | Compiling quote v1.0.36 |
588 | 2024-07-04T18:42:13.354Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-04T18:42:13.454Z | Compiling ryu v1.0.18 |
590 | 2024-07-04T18:42:13.559Z | Compiling syn v2.0.68 |
591 | 2024-07-04T18:42:13.759Z | Compiling bytes v1.6.0 |
592 | 2024-07-04T18:42:13.790Z | Compiling log v0.4.22 |
593 | 2024-07-04T18:42:13.882Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-04T18:42:13.922Z | Compiling schemars v0.8.21 |
595 | 2024-07-04T18:42:14.146Z | Compiling lock_api v0.4.12 |
596 | 2024-07-04T18:42:14.183Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-04T18:42:14.219Z | Compiling futures-core v0.3.30 |
598 | 2024-07-04T18:42:14.422Z | Compiling smallvec v1.13.2 |
599 | 2024-07-04T18:42:14.534Z | Compiling scopeguard v1.2.0 |
600 | 2024-07-04T18:42:14.559Z | Compiling socket2 v0.5.7 |
601 | 2024-07-04T18:42:14.601Z | Compiling num_cpus v1.16.0 |
602 | 2024-07-04T18:42:14.711Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-04T18:42:14.854Z | Compiling ring v0.17.8 |
604 | 2024-07-04T18:42:14.879Z | Compiling mio v0.8.11 |
605 | 2024-07-04T18:42:15.136Z | Compiling slab v0.4.9 |
606 | 2024-07-04T18:42:15.254Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-04T18:42:15.409Z | Compiling spin v0.9.8 |
608 | 2024-07-04T18:42:15.626Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-04T18:42:15.761Z | Compiling untrusted v0.9.0 |
610 | 2024-07-04T18:42:15.826Z | Compiling semver v1.0.23 |
611 | 2024-07-04T18:42:15.964Z | Compiling fnv v1.0.7 |
612 | 2024-07-04T18:42:16.015Z | Compiling equivalent v1.0.1 |
613 | 2024-07-04T18:42:16.100Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-04T18:42:16.318Z | Compiling vcpkg v0.2.15 |
615 | 2024-07-04T18:42:16.408Z | Compiling pin-utils v0.1.0 |
616 | 2024-07-04T18:42:16.491Z | Compiling heck v0.5.0 |
617 | 2024-07-04T18:42:16.515Z | Compiling futures-io v0.3.30 |
618 | 2024-07-04T18:42:16.515Z | Compiling pkg-config v0.3.30 |
619 | 2024-07-04T18:42:16.539Z | Compiling futures-task v0.3.30 |
620 | 2024-07-04T18:42:16.940Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-04T18:42:16.991Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-04T18:42:17.339Z | Compiling http v0.2.12 |
623 | 2024-07-04T18:42:17.567Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-04T18:42:17.616Z | Compiling httparse v1.9.4 |
625 | 2024-07-04T18:42:17.689Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-04T18:42:18.265Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-04T18:42:18.415Z | Compiling chrono v0.4.38 |
628 | 2024-07-04T18:42:18.537Z | Compiling uuid v1.9.1 |
629 | 2024-07-04T18:42:18.783Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-04T18:42:18.970Z | Compiling tracing v0.1.40 |
631 | 2024-07-04T18:42:20.244Z | Compiling slog v2.7.0 |
632 | 2024-07-04T18:42:20.593Z | Compiling openssl v0.10.64 |
633 | 2024-07-04T18:42:20.732Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-04T18:42:20.824Z | Compiling try-lock v0.2.5 |
635 | 2024-07-04T18:42:20.927Z | Compiling want v0.3.1 |
636 | 2024-07-04T18:42:20.951Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-04T18:42:21.025Z | Compiling http-body v0.4.6 |
638 | 2024-07-04T18:42:21.187Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-04T18:42:21.346Z | Compiling tower-service v0.3.2 |
640 | 2024-07-04T18:42:21.427Z | Compiling percent-encoding v2.3.1 |
641 | 2024-07-04T18:42:21.453Z | Compiling native-tls v0.2.12 |
642 | 2024-07-04T18:42:21.722Z | Compiling bitflags v2.6.0 |
643 | 2024-07-04T18:42:21.807Z | Compiling tinyvec_macros v0.1.1 |
644 | 2024-07-04T18:42:21.883Z | Compiling regex-syntax v0.8.4 |
645 | 2024-07-04T18:42:22.015Z | Compiling httpdate v1.0.3 |
646 | 2024-07-04T18:42:22.155Z | Compiling rustls v0.21.12 |
647 | 2024-07-04T18:42:22.280Z | Compiling typenum v1.17.0 |
648 | 2024-07-04T18:42:22.408Z | Compiling tinyvec v1.6.1 |
649 | 2024-07-04T18:42:22.608Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-04T18:42:23.100Z | Compiling generic-array v0.14.7 |
651 | 2024-07-04T18:42:23.356Z | Compiling serde_derive v1.0.203 |
652 | 2024-07-04T18:42:23.422Z | Compiling zerocopy-derive v0.7.35 |
653 | 2024-07-04T18:42:23.814Z | Compiling thiserror-impl v1.0.61 |
654 | 2024-07-04T18:42:24.075Z | Compiling schemars_derive v0.8.21 |
655 | 2024-07-04T18:42:24.787Z | Compiling tokio-macros v2.3.0 |
656 | 2024-07-04T18:42:25.229Z | Compiling zerocopy v0.7.35 |
657 | 2024-07-04T18:42:26.302Z | Compiling tokio v1.38.0 |
658 | 2024-07-04T18:42:26.600Z | Compiling futures-macro v0.3.30 |
659 | 2024-07-04T18:42:26.651Z | Compiling pest v2.7.11 |
660 | 2024-07-04T18:42:26.976Z | Compiling hashbrown v0.14.5 |
661 | 2024-07-04T18:42:28.155Z | Compiling futures-util v0.3.30 |
662 | 2024-07-04T18:42:28.379Z | Compiling openssl-macros v0.1.1 |
663 | 2024-07-04T18:42:28.834Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-04T18:42:28.938Z | Compiling regress v0.10.0 |
665 | 2024-07-04T18:42:32.184Z | Compiling pest_generator v2.7.11 |
666 | 2024-07-04T18:42:32.431Z | Compiling rustls-webpki v0.101.7 |
667 | 2024-07-04T18:42:33.583Z | Compiling tokio-util v0.7.11 |
668 | 2024-07-04T18:42:34.027Z | Compiling serde_tokenstream v0.2.1 |
669 | 2024-07-04T18:42:34.554Z | Compiling indexmap v2.2.6 |
670 | 2024-07-04T18:42:36.501Z | Compiling h2 v0.3.26 |
671 | 2024-07-04T18:42:36.794Z | Compiling pest_derive v2.7.11 |
672 | 2024-07-04T18:42:38.509Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
673 | 2024-07-04T18:42:39.660Z | Compiling sct v0.7.1 |
674 | 2024-07-04T18:42:40.054Z | Compiling regex-automata v0.4.7 |
675 | 2024-07-04T18:42:40.795Z | Compiling hyper v0.14.29 |
676 | 2024-07-04T18:42:42.284Z | Compiling openssl-probe v0.1.5 |
677 | 2024-07-04T18:42:43.678Z | Compiling regex v1.10.5 |
678 | 2024-07-04T18:42:46.407Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-04T18:42:47.368Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-04T18:42:48.463Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
681 | 2024-07-04T18:42:48.693Z | Compiling usdt-impl v0.5.0 |
682 | 2024-07-04T18:42:49.036Z | Compiling encoding_rs v0.8.34 |
683 | 2024-07-04T18:42:49.090Z | Compiling time-core v0.1.2 |
684 | 2024-07-04T18:42:50.133Z | Compiling mime v0.3.17 |
685 | 2024-07-04T18:42:51.001Z | Compiling num-conv v0.1.0 |
686 | 2024-07-04T18:42:51.226Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-07-04T18:42:51.781Z | Compiling powerfmt v0.2.0 |
688 | 2024-07-04T18:42:52.177Z | Compiling deranged v0.3.11 |
689 | 2024-07-04T18:42:53.851Z | Compiling idna v0.5.0 |
690 | 2024-07-04T18:42:55.066Z | Compiling time-macros v0.2.18 |
691 | 2024-07-04T18:42:56.592Z | Compiling tokio-rustls v0.24.1 |
692 | 2024-07-04T18:42:57.047Z | Compiling scroll v0.12.0 |
693 | 2024-07-04T18:42:57.560Z | Compiling thread-id v4.2.1 |
694 | 2024-07-04T18:42:57.642Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-07-04T18:42:57.858Z | Compiling dtrace-parser v0.2.0 |
696 | 2024-07-04T18:42:58.298Z | Compiling dof v0.3.0 |
697 | 2024-07-04T18:42:58.445Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-07-04T18:42:59.393Z | Compiling plain v0.2.3 |
699 | 2024-07-04T18:42:59.721Z | Compiling base64 v0.21.7 |
700 | 2024-07-04T18:43:00.000Z | Compiling rustls-pki-types v1.7.0 |
701 | 2024-07-04T18:43:00.598Z | Compiling omicron-workspace-hack v0.1.0 |
702 | 2024-07-04T18:43:00.852Z | Compiling strsim v0.11.1 |
703 | 2024-07-04T18:43:01.106Z | Compiling crossbeam-utils v0.8.20 |
704 | 2024-07-04T18:43:01.436Z | Compiling num_threads v0.1.7 |
705 | 2024-07-04T18:43:01.536Z | Compiling ident_case v1.0.1 |
706 | 2024-07-04T18:43:01.574Z | Compiling time v0.3.36 |
707 | 2024-07-04T18:43:01.676Z | Compiling darling_core v0.20.9 |
708 | 2024-07-04T18:43:04.690Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-07-04T18:43:05.359Z | Compiling goblin v0.8.2 |
710 | 2024-07-04T18:43:07.616Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-04T18:43:08.673Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-04T18:43:08.841Z | Compiling url v2.5.2 |
713 | 2024-07-04T18:43:09.005Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
714 | 2024-07-04T18:43:09.096Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-04T18:43:10.941Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-04T18:43:12.166Z | Compiling rustversion v1.0.17 |
717 | 2024-07-04T18:43:12.334Z | Compiling webpki-roots v0.25.4 |
718 | 2024-07-04T18:43:12.446Z | Compiling pretty-hex v0.4.1 |
719 | 2024-07-04T18:43:12.618Z | Compiling rustls v0.22.4 |
720 | 2024-07-04T18:43:12.690Z | Compiling ipnet v2.9.0 |
721 | 2024-07-04T18:43:12.861Z | Compiling paste v1.0.15 |
722 | 2024-07-04T18:43:13.249Z | Compiling unsafe-libyaml v0.2.11 |
723 | 2024-07-04T18:43:13.277Z | Compiling sync_wrapper v0.1.2 |
724 | 2024-07-04T18:43:13.376Z | Compiling reqwest v0.11.27 |
725 | 2024-07-04T18:43:14.576Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-04T18:43:14.950Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
727 | 2024-07-04T18:43:15.340Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-04T18:43:17.550Z | Compiling darling_macro v0.20.9 |
729 | 2024-07-04T18:43:18.399Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-04T18:43:18.978Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-04T18:43:19.151Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-04T18:43:19.330Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-04T18:43:19.524Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-04T18:43:19.622Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-04T18:43:20.055Z | Compiling rand_core v0.6.4 |
736 | 2024-07-04T18:43:20.334Z | Compiling multer v3.1.0 |
737 | 2024-07-04T18:43:20.501Z | Compiling thread_local v1.1.8 |
738 | 2024-07-04T18:43:20.526Z | Compiling subtle v2.6.1 |
739 | 2024-07-04T18:43:20.611Z | Compiling slog-async v2.8.0 |
740 | 2024-07-04T18:43:20.729Z | Compiling winnow v0.6.13 |
741 | 2024-07-04T18:43:21.010Z | Compiling zeroize v1.8.1 |
742 | 2024-07-04T18:43:21.162Z | Compiling camino v1.1.7 |
743 | 2024-07-04T18:43:21.294Z | Compiling match_cfg v0.1.0 |
744 | 2024-07-04T18:43:21.386Z | Compiling anyhow v1.0.86 |
745 | 2024-07-04T18:43:21.676Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-07-04T18:43:21.839Z | Compiling structmeta v0.3.0 |
747 | 2024-07-04T18:43:22.065Z | Compiling hostname v0.3.1 |
748 | 2024-07-04T18:43:22.285Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-04T18:43:22.310Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-04T18:43:23.546Z | Compiling digest v0.10.7 |
751 | 2024-07-04T18:43:23.881Z | Compiling toml_edit v0.22.14 |
752 | 2024-07-04T18:43:24.064Z | Compiling crossbeam-channel v0.5.13 |
753 | 2024-07-04T18:43:24.089Z | Compiling darling v0.20.9 |
754 | 2024-07-04T18:43:25.446Z | Compiling term v0.7.0 |
755 | 2024-07-04T18:43:29.333Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
756 | 2024-07-04T18:43:31.836Z | Compiling usdt-macro v0.5.0 |
757 | 2024-07-04T18:43:32.120Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-07-04T18:43:32.903Z | Compiling slog-json v2.6.1 |
759 | 2024-07-04T18:43:33.302Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-04T18:43:33.328Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-04T18:43:34.348Z | Compiling http v1.1.0 |
762 | 2024-07-04T18:43:34.373Z | Compiling memmap v0.7.0 |
763 | 2024-07-04T18:43:34.638Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-04T18:43:34.734Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
765 | 2024-07-04T18:43:34.759Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-04T18:43:34.898Z | Compiling take_mut v0.2.2 |
767 | 2024-07-04T18:43:34.995Z | Compiling base64 v0.22.1 |
768 | 2024-07-04T18:43:35.024Z | Compiling cpufeatures v0.2.12 |
769 | 2024-07-04T18:43:35.108Z | Compiling sha1 v0.10.6 |
770 | 2024-07-04T18:43:35.681Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-04T18:43:38.090Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-04T18:43:38.214Z | Compiling slog-term v2.9.1 |
773 | 2024-07-04T18:43:38.284Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
774 | 2024-07-04T18:43:38.439Z | Compiling usdt v0.5.0 |
775 | 2024-07-04T18:43:39.308Z | Compiling async-stream v0.3.5 |
776 | 2024-07-04T18:43:39.587Z | Compiling futures v0.3.30 |
777 | 2024-07-04T18:43:39.719Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-04T18:43:39.754Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-04T18:43:39.935Z | Compiling toml v0.8.14 |
780 | 2024-07-04T18:43:40.529Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-04T18:43:40.850Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-04T18:43:43.016Z | Compiling rand v0.8.5 |
783 | 2024-07-04T18:43:43.349Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-04T18:43:45.772Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-04T18:43:45.797Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-04T18:43:45.902Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#5ba58196) |
787 | 2024-07-04T18:43:46.046Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-04T18:43:46.651Z | Compiling hex v0.4.3 |
789 | 2024-07-04T18:43:46.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-04T18:43:47.178Z | Compiling async-trait v0.1.80 |
791 | 2024-07-04T18:43:47.520Z | Compiling hostname v0.4.0 |
792 | 2024-07-04T18:43:47.722Z | Compiling instant v0.1.13 |
793 | 2024-07-04T18:43:47.854Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-04T18:43:47.960Z | Compiling backoff v0.4.0 |
795 | 2024-07-04T18:43:48.209Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-04T18:43:48.376Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-04T18:43:48.516Z | Compiling parse-display v0.9.1 |
798 | 2024-07-04T18:43:48.794Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-04T18:43:49.100Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-04T18:43:49.578Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
801 | 2024-07-04T18:43:49.637Z | Compiling strum v0.26.3 |
802 | 2024-07-04T18:43:49.785Z | Compiling serde_with v3.8.3 |
803 | 2024-07-04T18:43:50.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-04T18:43:50.771Z | Compiling macaddr v1.0.1 |
805 | 2024-07-04T18:43:51.230Z | Compiling regress v0.9.1 |
806 | 2024-07-04T18:43:54.294Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-04T18:44:02.501Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-04T18:44:11.705Z | Finished `release` profile [optimized] target(s) in 1m 59s |
809 | 2024-07-04T18:44:11.754Z | process exited: duration 191689 ms, exit code 0 |
|
810 | 2024-07-04T18:44:11.805Z | found 0 output files |