|
|
|
1 | 2024-05-30T22:27:33.636Z | job assigned to worker 01HZ5SSCYT7Q15F18QA302CRDY (queued for 1 m 7 s) |
|
2 | 2024-05-30T22:27:42.142Z | starting task 0: "setup" |
3 | 2024-05-30T22:27:42.298Z | ++ uname -s |
4 | 2024-05-30T22:27:42.325Z | + kern=SunOS |
5 | 2024-05-30T22:27:42.325Z | + case "$kern" in |
6 | 2024-05-30T22:27:42.325Z | + groupadd -g 12345 build |
7 | 2024-05-30T22:27:42.326Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T22:27:44.223Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T22:27:44.328Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T22:27:44.340Z | + home_fs=zfs |
11 | 2024-05-30T22:27:44.341Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T22:27:44.341Z | + mkdir -p /home/build |
13 | 2024-05-30T22:27:44.341Z | + chown build:build /home/build /work |
14 | 2024-05-30T22:27:46.326Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T22:27:46.335Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-05-30T22:27:46.343Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T22:27:46.361Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T22:27:46.365Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T22:27:46.464Z | info: downloading installer |
20 | 2024-05-30T22:27:48.380Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T22:27:48.380Z | warning: /opt/ooce/bin |
22 | 2024-05-30T22:27:48.380Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T22:27:48.380Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T22:27:48.380Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T22:27:48.381Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T22:27:48.381Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T22:27:48.381Z | error: cannot install while Rust is installed |
28 | 2024-05-30T22:27:48.381Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T22:27:48.483Z | info: profile set to 'default' |
30 | 2024-05-30T22:27:48.483Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T22:27:48.493Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T22:27:48.628Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T22:27:48.628Z | info: downloading component 'cargo' |
34 | 2024-05-30T22:27:49.462Z | info: downloading component 'clippy' |
35 | 2024-05-30T22:27:49.738Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T22:27:50.824Z | info: downloading component 'rust-std' |
37 | 2024-05-30T22:27:52.577Z | info: downloading component 'rustc' |
38 | 2024-05-30T22:27:57.017Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T22:27:57.250Z | info: installing component 'cargo' |
40 | 2024-05-30T22:27:58.125Z | info: installing component 'clippy' |
41 | 2024-05-30T22:27:58.514Z | info: installing component 'rust-docs' |
42 | 2024-05-30T22:28:00.064Z | info: installing component 'rust-std' |
43 | 2024-05-30T22:28:01.931Z | info: installing component 'rustc' |
44 | 2024-05-30T22:28:06.379Z | info: installing component 'rustfmt' |
45 | 2024-05-30T22:28:06.720Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T22:28:06.720Z | |
47 | 2024-05-30T22:28:06.981Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T22:28:06.981Z | |
49 | 2024-05-30T22:28:06.985Z | |
50 | 2024-05-30T22:28:06.985Z | Rust is installed now. Great! |
51 | 2024-05-30T22:28:06.985Z | |
52 | 2024-05-30T22:28:06.985Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T22:28:06.985Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T22:28:06.985Z | |
55 | 2024-05-30T22:28:06.985Z | To configure your current shell, you need to source |
56 | 2024-05-30T22:28:06.985Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T22:28:06.985Z | |
58 | 2024-05-30T22:28:06.985Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T22:28:06.985Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T22:28:06.985Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T22:28:07.057Z | + rustc --version |
62 | 2024-05-30T22:28:07.119Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T22:28:07.133Z | process exited: duration 20769 ms, exit code 0 |
|
64 | 2024-05-30T22:28:07.144Z | starting task 2: "authentication" |
65 | 2024-05-30T22:28:07.204Z | process exited: duration 26 ms, exit code 0 |
|
66 | 2024-05-30T22:28:07.218Z | starting task 3: "clone repository" |
67 | 2024-05-30T22:28:07.229Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-30T22:28:07.229Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-30T22:28:07.376Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-30T22:28:14.922Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-30T22:28:14.922Z | + git fetch origin 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb |
72 | 2024-05-30T22:28:15.228Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-30T22:28:15.228Z | * branch 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb -> FETCH_HEAD |
74 | 2024-05-30T22:28:15.247Z | + [[ -n '' ]] |
75 | 2024-05-30T22:28:15.247Z | + git reset --hard 130f83e9f8dcf5a5508d66a94b0bb850f9c28cdb |
76 | 2024-05-30T22:28:15.765Z | HEAD is now at 130f83e9f Update Rust crate anyhow to v1.0.86 |
77 | 2024-05-30T22:28:15.770Z | process exited: duration 8138 ms, exit code 0 |
|
78 | 2024-05-30T22:28:15.777Z | starting task 4: "build" |
79 | 2024-05-30T22:28:15.782Z | + cargo --version |
80 | 2024-05-30T22:28:15.838Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-05-30T22:28:15.842Z | + rustc --version |
82 | 2024-05-30T22:28:15.900Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-05-30T22:28:15.907Z | + cd /tmp |
84 | 2024-05-30T22:28:15.908Z | + cargo new --lib test-project |
85 | 2024-05-30T22:28:15.956Z | Creating library `test-project` package |
86 | 2024-05-30T22:28:16.037Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2024-05-30T22:28:16.097Z | + cd test-project |
88 | 2024-05-30T22:28:16.098Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2024-05-30T22:28:16.522Z | Adding omicron-common (local) to dependencies |
90 | 2024-05-30T22:28:16.522Z | Features: |
91 | 2024-05-30T22:28:16.522Z | - proptest |
92 | 2024-05-30T22:28:16.522Z | - test-strategy |
93 | 2024-05-30T22:28:16.522Z | - testing |
94 | 2024-05-30T22:28:16.523Z | Updating crates.io index |
95 | 2024-05-30T22:28:16.550Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-05-30T22:28:16.819Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2024-05-30T22:28:17.561Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2024-05-30T22:28:18.375Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
99 | 2024-05-30T22:28:19.916Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
100 | 2024-05-30T22:28:20.220Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
101 | 2024-05-30T22:28:20.507Z | Updating git repository `https://github.com/oxidecomputer/typify` |
102 | 2024-05-30T22:28:23.147Z | + cargo check |
103 | 2024-05-30T22:28:23.352Z | Downloading crates ... |
104 | 2024-05-30T22:28:23.458Z | Downloaded cfg-if v1.0.0 |
105 | 2024-05-30T22:28:23.462Z | Downloaded fnv v1.0.7 |
106 | 2024-05-30T22:28:23.462Z | Downloaded hex v0.4.3 |
107 | 2024-05-30T22:28:23.466Z | Downloaded aho-corasick v1.1.3 |
108 | 2024-05-30T22:28:23.472Z | Downloaded backoff v0.4.0 |
109 | 2024-05-30T22:28:23.475Z | Downloaded base64 v0.21.7 |
110 | 2024-05-30T22:28:23.480Z | Downloaded bitflags v2.5.0 |
111 | 2024-05-30T22:28:23.486Z | Downloaded darling v0.20.9 |
112 | 2024-05-30T22:28:23.491Z | Downloaded camino v1.1.7 |
113 | 2024-05-30T22:28:23.495Z | Downloaded getopts v0.2.21 |
114 | 2024-05-30T22:28:23.495Z | Downloaded dtrace-parser v0.2.0 |
115 | 2024-05-30T22:28:23.499Z | Downloaded dof v0.3.0 |
116 | 2024-05-30T22:28:23.499Z | Downloaded darling_macro v0.20.9 |
117 | 2024-05-30T22:28:23.499Z | Downloaded vcpkg v0.2.15 |
118 | 2024-05-30T22:28:23.544Z | Downloaded version_check v0.9.4 |
119 | 2024-05-30T22:28:23.549Z | Downloaded sct v0.7.1 |
120 | 2024-05-30T22:28:23.549Z | Downloaded rand_core v0.6.4 |
121 | 2024-05-30T22:28:23.549Z | Downloaded rand_chacha v0.3.1 |
122 | 2024-05-30T22:28:23.550Z | Downloaded usdt-impl v0.5.0 |
123 | 2024-05-30T22:28:23.550Z | Downloaded futures-task v0.3.30 |
124 | 2024-05-30T22:28:23.550Z | Downloaded allocator-api2 v0.2.18 |
125 | 2024-05-30T22:28:23.555Z | Downloaded futures-executor v0.3.30 |
126 | 2024-05-30T22:28:23.555Z | Downloaded spin v0.9.8 |
127 | 2024-05-30T22:28:23.559Z | Downloaded atomic-waker v1.1.2 |
128 | 2024-05-30T22:28:23.559Z | Downloaded itoa v1.0.11 |
129 | 2024-05-30T22:28:23.560Z | Downloaded async-trait v0.1.80 |
130 | 2024-05-30T22:28:23.563Z | Downloaded cc v1.0.98 |
131 | 2024-05-30T22:28:23.581Z | Downloaded is-terminal v0.4.12 |
132 | 2024-05-30T22:28:23.581Z | Downloaded httparse v1.8.0 |
133 | 2024-05-30T22:28:23.585Z | Downloaded getrandom v0.2.15 |
134 | 2024-05-30T22:28:23.585Z | Downloaded lock_api v0.4.12 |
135 | 2024-05-30T22:28:23.585Z | Downloaded winnow v0.6.9 |
136 | 2024-05-30T22:28:23.585Z | Downloaded log v0.4.21 |
137 | 2024-05-30T22:28:23.589Z | Downloaded pest_derive v2.7.10 |
138 | 2024-05-30T22:28:23.589Z | Downloaded crossbeam-channel v0.5.13 |
139 | 2024-05-30T22:28:23.593Z | Downloaded pest v2.7.10 |
140 | 2024-05-30T22:28:23.599Z | Downloaded http v1.1.0 |
141 | 2024-05-30T22:28:23.610Z | Downloaded memchr v2.7.2 |
142 | 2024-05-30T22:28:23.618Z | Downloaded hashbrown v0.14.5 |
143 | 2024-05-30T22:28:23.619Z | Downloaded hashbrown v0.12.3 |
144 | 2024-05-30T22:28:23.635Z | Downloaded chrono v0.4.38 |
145 | 2024-05-30T22:28:23.635Z | Downloaded futures-util v0.3.30 |
146 | 2024-05-30T22:28:23.673Z | Downloaded want v0.3.1 |
147 | 2024-05-30T22:28:23.673Z | Downloaded percent-encoding v2.3.1 |
148 | 2024-05-30T22:28:23.673Z | Downloaded paste v1.0.15 |
149 | 2024-05-30T22:28:23.673Z | Downloaded powerfmt v0.2.0 |
150 | 2024-05-30T22:28:23.673Z | Downloaded parking_lot_core v0.9.10 |
151 | 2024-05-30T22:28:23.674Z | Downloaded openssl-probe v0.1.5 |
152 | 2024-05-30T22:28:23.674Z | Downloaded parking_lot v0.12.3 |
153 | 2024-05-30T22:28:23.674Z | Downloaded uuid v1.8.0 |
154 | 2024-05-30T22:28:23.674Z | Downloaded pkg-config v0.3.30 |
155 | 2024-05-30T22:28:23.674Z | Downloaded rustls-pemfile v1.0.4 |
156 | 2024-05-30T22:28:23.674Z | Downloaded scopeguard v1.2.0 |
157 | 2024-05-30T22:28:23.674Z | Downloaded quote v1.0.36 |
158 | 2024-05-30T22:28:23.675Z | Downloaded openssl-macros v0.1.1 |
159 | 2024-05-30T22:28:23.675Z | Downloaded rustls-pki-types v1.7.0 |
160 | 2024-05-30T22:28:23.675Z | Downloaded rustls-pemfile v2.1.2 |
161 | 2024-05-30T22:28:23.696Z | Downloaded proc-macro2 v1.0.84 |
162 | 2024-05-30T22:28:23.697Z | Downloaded slog-json v2.6.1 |
163 | 2024-05-30T22:28:23.697Z | Downloaded semver v1.0.23 |
164 | 2024-05-30T22:28:23.697Z | Downloaded ryu v1.0.18 |
165 | 2024-05-30T22:28:23.697Z | Downloaded num_cpus v1.16.0 |
166 | 2024-05-30T22:28:23.697Z | Downloaded once_cell v1.19.0 |
167 | 2024-05-30T22:28:23.697Z | Downloaded slog v2.7.0 |
168 | 2024-05-30T22:28:23.706Z | Downloaded heck v0.5.0 |
169 | 2024-05-30T22:28:23.706Z | Downloaded serde_derive v1.0.203 |
170 | 2024-05-30T22:28:23.706Z | Downloaded serde v1.0.203 |
171 | 2024-05-30T22:28:23.707Z | Downloaded iana-time-zone v0.1.60 |
172 | 2024-05-30T22:28:23.707Z | Downloaded zerocopy v0.7.34 |
173 | 2024-05-30T22:28:23.714Z | Downloaded hyper-tls v0.5.0 |
174 | 2024-05-30T22:28:23.720Z | Downloaded serde_json v1.0.117 |
175 | 2024-05-30T22:28:23.724Z | Downloaded mio v0.8.11 |
176 | 2024-05-30T22:28:23.729Z | Downloaded indexmap v2.2.6 |
177 | 2024-05-30T22:28:23.733Z | Downloaded newtype-uuid v1.1.0 |
178 | 2024-05-30T22:28:23.738Z | Downloaded idna v0.5.0 |
179 | 2024-05-30T22:28:23.742Z | Downloaded hyper v0.14.28 |
180 | 2024-05-30T22:28:23.750Z | Downloaded ident_case v1.0.1 |
181 | 2024-05-30T22:28:23.754Z | Downloaded regex v1.10.4 |
182 | 2024-05-30T22:28:23.764Z | Downloaded num-conv v0.1.0 |
183 | 2024-05-30T22:28:23.768Z | Downloaded http-body v0.4.6 |
184 | 2024-05-30T22:28:23.768Z | Downloaded futures-channel v0.3.30 |
185 | 2024-05-30T22:28:23.773Z | Downloaded unicode-normalization v0.1.23 |
186 | 2024-05-30T22:28:23.773Z | Downloaded futures-io v0.3.30 |
187 | 2024-05-30T22:28:23.784Z | Downloaded thiserror v1.0.61 |
188 | 2024-05-30T22:28:23.789Z | Downloaded futures v0.3.30 |
189 | 2024-05-30T22:28:23.789Z | Downloaded tinyvec v1.6.0 |
190 | 2024-05-30T22:28:23.789Z | Downloaded term v0.7.0 |
191 | 2024-05-30T22:28:23.795Z | Downloaded serde_with v3.8.1 |
192 | 2024-05-30T22:28:23.800Z | Downloaded serde_tokenstream v0.2.0 |
193 | 2024-05-30T22:28:23.804Z | Downloaded subtle v2.5.0 |
194 | 2024-05-30T22:28:23.809Z | Downloaded time v0.3.36 |
195 | 2024-05-30T22:28:23.819Z | Downloaded openssl v0.10.64 |
196 | 2024-05-30T22:28:23.823Z | Downloaded time-macros v0.2.18 |
197 | 2024-05-30T22:28:23.826Z | Downloaded tokio-util v0.7.11 |
198 | 2024-05-30T22:28:23.831Z | Downloaded rustls-webpki v0.102.4 |
199 | 2024-05-30T22:28:23.850Z | Downloaded sync_wrapper v0.1.2 |
200 | 2024-05-30T22:28:23.874Z | Downloaded tracing v0.1.40 |
201 | 2024-05-30T22:28:23.886Z | Downloaded tower-service v0.3.2 |
202 | 2024-05-30T22:28:23.887Z | Downloaded toml_datetime v0.6.6 |
203 | 2024-05-30T22:28:23.887Z | Downloaded rustls v0.22.4 |
204 | 2024-05-30T22:28:23.887Z | Downloaded slog-bunyan v2.5.0 |
205 | 2024-05-30T22:28:23.887Z | Downloaded toml_edit v0.22.13 |
206 | 2024-05-30T22:28:23.903Z | Downloaded libc v0.2.155 |
207 | 2024-05-30T22:28:23.924Z | Downloaded strum_macros v0.26.2 |
208 | 2024-05-30T22:28:23.931Z | Downloaded tokio-rustls v0.24.1 |
209 | 2024-05-30T22:28:23.932Z | Downloaded take_mut v0.2.2 |
210 | 2024-05-30T22:28:23.932Z | Downloaded syn v2.0.66 |
211 | 2024-05-30T22:28:23.938Z | Downloaded thread_local v1.1.8 |
212 | 2024-05-30T22:28:23.942Z | Downloaded thread-id v4.2.1 |
213 | 2024-05-30T22:28:23.942Z | Downloaded tokio-rustls v0.25.0 |
214 | 2024-05-30T22:28:23.945Z | Downloaded strsim v0.11.1 |
215 | 2024-05-30T22:28:23.945Z | Downloaded regex-automata v0.4.6 |
216 | 2024-05-30T22:28:23.960Z | Downloaded tokio-macros v2.3.0 |
217 | 2024-05-30T22:28:23.964Z | Downloaded webpki-roots v0.25.4 |
218 | 2024-05-30T22:28:23.967Z | Downloaded openapiv3 v2.0.0 |
219 | 2024-05-30T22:28:23.978Z | Downloaded ucd-trie v0.1.6 |
220 | 2024-05-30T22:28:23.981Z | Downloaded regress v0.9.1 |
221 | 2024-05-30T22:28:23.989Z | Downloaded structmeta-derive v0.3.0 |
222 | 2024-05-30T22:28:23.992Z | Downloaded structmeta v0.3.0 |
223 | 2024-05-30T22:28:23.993Z | Downloaded schemars v0.8.21 |
224 | 2024-05-30T22:28:24.002Z | Downloaded tokio v1.38.0 |
225 | 2024-05-30T22:28:24.037Z | Downloaded encoding_rs v0.8.34 |
226 | 2024-05-30T22:28:24.057Z | Downloaded parse-display-derive v0.9.1 |
227 | 2024-05-30T22:28:24.060Z | Downloaded omicron-workspace-hack v0.1.0 |
228 | 2024-05-30T22:28:24.061Z | Downloaded slog-term v2.9.1 |
229 | 2024-05-30T22:28:24.064Z | Downloaded sha2 v0.10.8 |
230 | 2024-05-30T22:28:24.064Z | Downloaded sha1 v0.10.6 |
231 | 2024-05-30T22:28:24.067Z | Downloaded serde_yaml v0.9.34+deprecated |
232 | 2024-05-30T22:28:24.070Z | Downloaded serde_with_macros v3.8.1 |
233 | 2024-05-30T22:28:24.071Z | Downloaded usdt-macro v0.5.0 |
234 | 2024-05-30T22:28:24.074Z | Downloaded tokio-native-tls v0.3.1 |
235 | 2024-05-30T22:28:24.074Z | Downloaded tinyvec_macros v0.1.1 |
236 | 2024-05-30T22:28:24.074Z | Downloaded typenum v1.17.0 |
237 | 2024-05-30T22:28:24.077Z | Downloaded try-lock v0.2.5 |
238 | 2024-05-30T22:28:24.077Z | Downloaded tracing-core v0.1.32 |
239 | 2024-05-30T22:28:24.080Z | Downloaded socket2 v0.5.7 |
240 | 2024-05-30T22:28:24.083Z | Downloaded smallvec v1.13.2 |
241 | 2024-05-30T22:28:24.083Z | Downloaded rustls v0.21.12 |
242 | 2024-05-30T22:28:24.094Z | Downloaded regex-syntax v0.8.3 |
243 | 2024-05-30T22:28:24.102Z | Downloaded num_threads v0.1.7 |
244 | 2024-05-30T22:28:24.105Z | Downloaded native-tls v0.2.12 |
245 | 2024-05-30T22:28:24.105Z | Downloaded multer v3.1.0 |
246 | 2024-05-30T22:28:24.108Z | Downloaded ipnetwork v0.20.0 |
247 | 2024-05-30T22:28:24.113Z | Downloaded http v0.2.12 |
248 | 2024-05-30T22:28:24.116Z | Downloaded debug-ignore v1.0.5 |
249 | 2024-05-30T22:28:24.116Z | Downloaded num-traits v0.2.19 |
250 | 2024-05-30T22:28:24.119Z | Downloaded time-core v0.1.2 |
251 | 2024-05-30T22:28:24.119Z | Downloaded thiserror-impl v1.0.61 |
252 | 2024-05-30T22:28:24.119Z | Downloaded strum v0.26.2 |
253 | 2024-05-30T22:28:24.122Z | Downloaded reqwest v0.11.27 |
254 | 2024-05-30T22:28:24.127Z | Downloaded serde_spanned v0.6.6 |
255 | 2024-05-30T22:28:24.131Z | Downloaded serde_path_to_error v0.1.16 |
256 | 2024-05-30T22:28:24.131Z | Downloaded serde_derive_internals v0.29.1 |
257 | 2024-05-30T22:28:24.135Z | Downloaded scroll_derive v0.12.0 |
258 | 2024-05-30T22:28:24.135Z | Downloaded scroll v0.12.0 |
259 | 2024-05-30T22:28:24.135Z | Downloaded schemars_derive v0.8.21 |
260 | 2024-05-30T22:28:24.135Z | Downloaded rustversion v1.0.17 |
261 | 2024-05-30T22:28:24.139Z | Downloaded rustls-webpki v0.101.7 |
262 | 2024-05-30T22:28:24.152Z | Downloaded pretty-hex v0.4.1 |
263 | 2024-05-30T22:28:24.156Z | Downloaded plain v0.2.3 |
264 | 2024-05-30T22:28:24.156Z | Downloaded pest_meta v2.7.10 |
265 | 2024-05-30T22:28:24.156Z | Downloaded pest_generator v2.7.10 |
266 | 2024-05-30T22:28:24.159Z | Downloaded parse-display v0.9.1 |
267 | 2024-05-30T22:28:24.159Z | Downloaded toml v0.8.13 |
268 | 2024-05-30T22:28:24.163Z | Downloaded dirs-next v2.0.0 |
269 | 2024-05-30T22:28:24.163Z | Downloaded deranged v0.3.11 |
270 | 2024-05-30T22:28:24.163Z | Downloaded cpufeatures v0.2.12 |
271 | 2024-05-30T22:28:24.168Z | Downloaded bytes v1.6.0 |
272 | 2024-05-30T22:28:24.171Z | Downloaded mime v0.3.17 |
273 | 2024-05-30T22:28:24.171Z | Downloaded block-buffer v0.10.4 |
274 | 2024-05-30T22:28:24.171Z | Downloaded slog-async v2.8.0 |
275 | 2024-05-30T22:28:24.171Z | Downloaded slab v0.4.9 |
276 | 2024-05-30T22:28:24.175Z | Downloaded signal-hook-registry v1.4.2 |
277 | 2024-05-30T22:28:24.175Z | Downloaded serde_urlencoded v0.7.1 |
278 | 2024-05-30T22:28:24.184Z | Downloaded url v2.5.0 |
279 | 2024-05-30T22:28:24.184Z | Downloaded openssl-sys v0.9.102 |
280 | 2024-05-30T22:28:24.188Z | Downloaded pin-project-lite v0.2.14 |
281 | 2024-05-30T22:28:24.188Z | Downloaded ring v0.17.8 |
282 | 2024-05-30T22:28:24.252Z | Downloaded zeroize v1.8.1 |
283 | 2024-05-30T22:28:24.259Z | Downloaded zerocopy-derive v0.7.34 |
284 | 2024-05-30T22:28:24.259Z | Downloaded untrusted v0.9.0 |
285 | 2024-05-30T22:28:24.259Z | Downloaded unicode-width v0.1.12 |
286 | 2024-05-30T22:28:24.260Z | Downloaded unicode-ident v1.0.12 |
287 | 2024-05-30T22:28:24.280Z | Downloaded unicode-bidi v0.3.15 |
288 | 2024-05-30T22:28:24.280Z | Downloaded h2 v0.3.26 |
289 | 2024-05-30T22:28:24.691Z | Downloaded indexmap v1.9.3 |
290 | 2024-05-30T22:28:24.691Z | Downloaded ipnet v2.9.0 |
291 | 2024-05-30T22:28:24.691Z | Downloaded base64 v0.22.1 |
292 | 2024-05-30T22:28:24.691Z | Downloaded waitgroup v0.1.2 |
293 | 2024-05-30T22:28:24.691Z | Downloaded httpdate v1.0.3 |
294 | 2024-05-30T22:28:24.692Z | Downloaded heck v0.4.1 |
295 | 2024-05-30T22:28:24.692Z | Downloaded generic-array v0.14.7 |
296 | 2024-05-30T22:28:24.692Z | Downloaded crossbeam-utils v0.8.20 |
297 | 2024-05-30T22:28:24.692Z | Downloaded futures-sink v0.3.30 |
298 | 2024-05-30T22:28:24.692Z | Downloaded usdt-attr-macro v0.5.0 |
299 | 2024-05-30T22:28:24.692Z | Downloaded usdt v0.5.0 |
300 | 2024-05-30T22:28:24.692Z | Downloaded futures-macro v0.3.30 |
301 | 2024-05-30T22:28:24.693Z | Downloaded futures-core v0.3.30 |
302 | 2024-05-30T22:28:24.693Z | Downloaded form_urlencoded v1.2.1 |
303 | 2024-05-30T22:28:24.693Z | Downloaded dyn-clone v1.0.17 |
304 | 2024-05-30T22:28:24.719Z | Downloaded byteorder v1.5.0 |
305 | 2024-05-30T22:28:24.719Z | Downloaded rand v0.8.5 |
306 | 2024-05-30T22:28:24.719Z | Downloaded ppv-lite86 v0.2.17 |
307 | 2024-05-30T22:28:24.719Z | Downloaded pin-utils v0.1.0 |
308 | 2024-05-30T22:28:24.719Z | Downloaded unsafe-libyaml v0.2.11 |
309 | 2024-05-30T22:28:24.719Z | Downloaded memmap v0.7.0 |
310 | 2024-05-30T22:28:24.719Z | Downloaded match_cfg v0.1.0 |
311 | 2024-05-30T22:28:24.719Z | Downloaded macaddr v1.0.1 |
312 | 2024-05-30T22:28:24.719Z | Downloaded instant v0.1.13 |
313 | 2024-05-30T22:28:24.719Z | Downloaded hyper-rustls v0.24.2 |
314 | 2024-05-30T22:28:24.719Z | Downloaded hostname v0.4.0 |
315 | 2024-05-30T22:28:24.719Z | Downloaded foreign-types-shared v0.1.1 |
316 | 2024-05-30T22:28:24.720Z | Downloaded foreign-types v0.3.2 |
317 | 2024-05-30T22:28:24.720Z | Downloaded equivalent v1.0.1 |
318 | 2024-05-30T22:28:24.720Z | Downloaded dirs-sys-next v0.1.2 |
319 | 2024-05-30T22:28:24.720Z | Downloaded digest v0.10.7 |
320 | 2024-05-30T22:28:24.720Z | Downloaded crypto-common v0.1.6 |
321 | 2024-05-30T22:28:24.721Z | Downloaded autocfg v1.3.0 |
322 | 2024-05-30T22:28:24.721Z | Downloaded async-stream-impl v0.3.5 |
323 | 2024-05-30T22:28:24.721Z | Downloaded async-stream v0.3.5 |
324 | 2024-05-30T22:28:24.722Z | Downloaded anyhow v1.0.86 |
325 | 2024-05-30T22:28:24.722Z | Downloaded ahash v0.8.11 |
326 | 2024-05-30T22:28:24.722Z | Downloaded hostname v0.3.1 |
327 | 2024-05-30T22:28:24.722Z | Downloaded goblin v0.8.2 |
328 | 2024-05-30T22:28:24.722Z | Downloaded darling_core v0.20.9 |
329 | 2024-05-30T22:28:24.722Z | Compiling proc-macro2 v1.0.84 |
330 | 2024-05-30T22:28:24.722Z | Compiling unicode-ident v1.0.12 |
331 | 2024-05-30T22:28:24.722Z | Compiling libc v0.2.155 |
332 | 2024-05-30T22:28:24.722Z | Checking cfg-if v1.0.0 |
333 | 2024-05-30T22:28:24.722Z | Compiling version_check v0.9.4 |
334 | 2024-05-30T22:28:24.723Z | Compiling autocfg v1.3.0 |
335 | 2024-05-30T22:28:24.723Z | Compiling serde v1.0.203 |
336 | 2024-05-30T22:28:24.723Z | Compiling serde_json v1.0.117 |
337 | 2024-05-30T22:28:24.723Z | Checking itoa v1.0.11 |
338 | 2024-05-30T22:28:24.724Z | Compiling thiserror v1.0.61 |
339 | 2024-05-30T22:28:24.756Z | Checking once_cell v1.19.0 |
340 | 2024-05-30T22:28:24.997Z | Compiling memchr v2.7.2 |
341 | 2024-05-30T22:28:25.057Z | Compiling ahash v0.8.11 |
342 | 2024-05-30T22:28:25.152Z | Compiling cc v1.0.98 |
343 | 2024-05-30T22:28:26.961Z | Checking byteorder v1.5.0 |
344 | 2024-05-30T22:28:26.969Z | Compiling num-traits v0.2.19 |
345 | 2024-05-30T22:28:27.049Z | Checking pin-project-lite v0.2.14 |
346 | 2024-05-30T22:28:27.151Z | Checking ryu v1.0.18 |
347 | 2024-05-30T22:28:27.276Z | Checking log v0.4.21 |
348 | 2024-05-30T22:28:27.345Z | Checking bytes v1.6.0 |
349 | 2024-05-30T22:28:27.474Z | Compiling lock_api v0.4.12 |
350 | 2024-05-30T22:28:27.489Z | Compiling schemars v0.8.21 |
351 | 2024-05-30T22:28:27.900Z | Checking allocator-api2 v0.2.18 |
352 | 2024-05-30T22:28:28.319Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-05-30T22:28:28.319Z | Checking getrandom v0.2.15 |
354 | 2024-05-30T22:28:28.319Z | Compiling ring v0.17.8 |
355 | 2024-05-30T22:28:28.319Z | Checking smallvec v1.13.2 |
356 | 2024-05-30T22:28:28.320Z | Compiling quote v1.0.36 |
357 | 2024-05-30T22:28:28.320Z | Checking futures-core v0.3.30 |
358 | 2024-05-30T22:28:28.329Z | Checking scopeguard v1.2.0 |
359 | 2024-05-30T22:28:28.329Z | Checking num_cpus v1.16.0 |
360 | 2024-05-30T22:28:28.329Z | Checking mio v0.8.11 |
361 | 2024-05-30T22:28:28.330Z | Checking socket2 v0.5.7 |
362 | 2024-05-30T22:28:28.330Z | Compiling syn v2.0.66 |
363 | 2024-05-30T22:28:28.458Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-05-30T22:28:28.902Z | Compiling slab v0.4.9 |
365 | 2024-05-30T22:28:28.903Z | Checking parking_lot v0.12.3 |
366 | 2024-05-30T22:28:28.903Z | Checking futures-sink v0.3.30 |
367 | 2024-05-30T22:28:28.903Z | Checking spin v0.9.8 |
368 | 2024-05-30T22:28:28.903Z | Checking fnv v1.0.7 |
369 | 2024-05-30T22:28:28.903Z | Checking equivalent v1.0.1 |
370 | 2024-05-30T22:28:28.903Z | Checking untrusted v0.9.0 |
371 | 2024-05-30T22:28:28.903Z | Checking futures-channel v0.3.30 |
372 | 2024-05-30T22:28:28.903Z | Compiling semver v1.0.23 |
373 | 2024-05-30T22:28:28.903Z | Checking futures-io v0.3.30 |
374 | 2024-05-30T22:28:28.904Z | Compiling vcpkg v0.2.15 |
375 | 2024-05-30T22:28:28.940Z | Checking pin-utils v0.1.0 |
376 | 2024-05-30T22:28:29.022Z | Checking futures-task v0.3.30 |
377 | 2024-05-30T22:28:29.071Z | Compiling pkg-config v0.3.30 |
378 | 2024-05-30T22:28:29.202Z | Compiling ucd-trie v0.1.6 |
379 | 2024-05-30T22:28:29.258Z | Checking iana-time-zone v0.1.60 |
380 | 2024-05-30T22:28:29.385Z | Checking http v0.2.12 |
381 | 2024-05-30T22:28:29.869Z | Checking dyn-clone v1.0.17 |
382 | 2024-05-30T22:28:29.877Z | Compiling httparse v1.8.0 |
383 | 2024-05-30T22:28:30.366Z | Checking tracing-core v0.1.32 |
384 | 2024-05-30T22:28:30.524Z | Compiling openssl-sys v0.9.102 |
385 | 2024-05-30T22:28:30.579Z | Compiling uuid v1.8.0 |
386 | 2024-05-30T22:28:30.986Z | Compiling chrono v0.4.38 |
387 | 2024-05-30T22:28:31.060Z | Checking tracing v0.1.40 |
388 | 2024-05-30T22:28:31.481Z | Compiling openssl v0.10.64 |
389 | 2024-05-30T22:28:31.482Z | Compiling heck v0.5.0 |
390 | 2024-05-30T22:28:31.492Z | Checking try-lock v0.2.5 |
391 | 2024-05-30T22:28:31.492Z | Compiling slog v2.7.0 |
392 | 2024-05-30T22:28:31.493Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-05-30T22:28:31.493Z | Checking want v0.3.1 |
394 | 2024-05-30T22:28:31.505Z | Checking foreign-types v0.3.2 |
395 | 2024-05-30T22:28:32.006Z | Checking http-body v0.4.6 |
396 | 2024-05-30T22:28:32.041Z | Compiling aho-corasick v1.1.3 |
397 | 2024-05-30T22:28:32.042Z | Compiling native-tls v0.2.12 |
398 | 2024-05-30T22:28:32.042Z | Compiling typenum v1.17.0 |
399 | 2024-05-30T22:28:32.238Z | Compiling regex-syntax v0.8.3 |
400 | 2024-05-30T22:28:32.725Z | Checking percent-encoding v2.3.1 |
401 | 2024-05-30T22:28:33.142Z | Checking tower-service v0.3.2 |
402 | 2024-05-30T22:28:33.143Z | Compiling rustls v0.21.12 |
403 | 2024-05-30T22:28:33.143Z | Checking httpdate v1.0.3 |
404 | 2024-05-30T22:28:33.143Z | Checking tinyvec_macros v0.1.1 |
405 | 2024-05-30T22:28:33.143Z | Checking bitflags v2.5.0 |
406 | 2024-05-30T22:28:33.153Z | Checking tinyvec v1.6.0 |
407 | 2024-05-30T22:28:33.319Z | Checking form_urlencoded v1.2.1 |
408 | 2024-05-30T22:28:33.904Z | Compiling generic-array v0.14.7 |
409 | 2024-05-30T22:28:34.056Z | Checking openssl-probe v0.1.5 |
410 | 2024-05-30T22:28:34.395Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-05-30T22:28:34.977Z | Checking unicode-normalization v0.1.23 |
412 | 2024-05-30T22:28:35.470Z | Compiling regex-automata v0.4.6 |
413 | 2024-05-30T22:28:36.066Z | Compiling usdt-impl v0.5.0 |
414 | 2024-05-30T22:28:36.170Z | Checking encoding_rs v0.8.34 |
415 | 2024-05-30T22:28:36.601Z | Checking powerfmt v0.2.0 |
416 | 2024-05-30T22:28:36.829Z | Checking mime v0.3.17 |
417 | 2024-05-30T22:28:37.129Z | Compiling time-core v0.1.2 |
418 | 2024-05-30T22:28:37.267Z | Checking unicode-bidi v0.3.15 |
419 | 2024-05-30T22:28:37.371Z | Compiling num-conv v0.1.0 |
420 | 2024-05-30T22:28:37.636Z | Compiling time-macros v0.2.18 |
421 | 2024-05-30T22:28:37.793Z | Checking deranged v0.3.11 |
422 | 2024-05-30T22:28:37.864Z | Checking idna v0.5.0 |
423 | 2024-05-30T22:28:38.678Z | Compiling thread-id v4.2.1 |
424 | 2024-05-30T22:28:38.780Z | Checking plain v0.2.3 |
425 | 2024-05-30T22:28:38.907Z | Checking base64 v0.21.7 |
426 | 2024-05-30T22:28:39.232Z | Checking sct v0.7.1 |
427 | 2024-05-30T22:28:39.378Z | Checking rustls-webpki v0.101.7 |
428 | 2024-05-30T22:28:39.394Z | Compiling regex v1.10.4 |
429 | 2024-05-30T22:28:39.616Z | Compiling strsim v0.11.1 |
430 | 2024-05-30T22:28:39.938Z | Checking num_threads v0.1.7 |
431 | 2024-05-30T22:28:40.039Z | Compiling ident_case v1.0.1 |
432 | 2024-05-30T22:28:40.173Z | Compiling crossbeam-utils v0.8.20 |
433 | 2024-05-30T22:28:40.338Z | Compiling serde_derive v1.0.203 |
434 | 2024-05-30T22:28:40.344Z | Compiling zerocopy-derive v0.7.34 |
435 | 2024-05-30T22:28:40.356Z | Compiling thiserror-impl v1.0.61 |
436 | 2024-05-30T22:28:40.691Z | Compiling schemars_derive v0.8.21 |
437 | 2024-05-30T22:28:40.854Z | Compiling tokio-macros v2.3.0 |
438 | 2024-05-30T22:28:42.594Z | Checking zerocopy v0.7.34 |
439 | 2024-05-30T22:28:42.820Z | Checking tokio v1.38.0 |
440 | 2024-05-30T22:28:43.207Z | Compiling futures-macro v0.3.30 |
441 | 2024-05-30T22:28:43.342Z | Compiling pest v2.7.10 |
442 | 2024-05-30T22:28:43.701Z | Compiling openssl-macros v0.1.1 |
443 | 2024-05-30T22:28:43.751Z | Compiling scroll_derive v0.12.0 |
444 | 2024-05-30T22:28:44.351Z | Checking hashbrown v0.14.5 |
445 | 2024-05-30T22:28:45.197Z | Checking futures-util v0.3.30 |
446 | 2024-05-30T22:28:45.305Z | Checking scroll v0.12.0 |
447 | 2024-05-30T22:28:45.567Z | Checking regress v0.9.1 |
448 | 2024-05-30T22:28:45.755Z | Compiling pest_meta v2.7.10 |
449 | 2024-05-30T22:28:46.132Z | Checking rustls-pki-types v1.7.0 |
450 | 2024-05-30T22:28:47.780Z | Compiling pest_generator v2.7.10 |
451 | 2024-05-30T22:28:49.720Z | Checking tokio-util v0.7.11 |
452 | 2024-05-30T22:28:49.743Z | Checking tokio-rustls v0.24.1 |
453 | 2024-05-30T22:28:50.480Z | Compiling unicode-width v0.1.12 |
454 | 2024-05-30T22:28:50.483Z | Checking tokio-native-tls v0.3.1 |
455 | 2024-05-30T22:28:50.484Z | Compiling pest_derive v2.7.10 |
456 | 2024-05-30T22:28:50.484Z | Compiling getopts v0.2.21 |
457 | 2024-05-30T22:28:50.484Z | Checking time v0.3.36 |
458 | 2024-05-30T22:28:50.523Z | Checking goblin v0.8.2 |
459 | 2024-05-30T22:28:51.056Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-05-30T22:28:51.675Z | Compiling darling_core v0.20.9 |
461 | 2024-05-30T22:28:52.228Z | Checking rustls-pemfile v1.0.4 |
462 | 2024-05-30T22:28:52.402Z | Checking url v2.5.0 |
463 | 2024-05-30T22:28:52.645Z | Checking dirs-sys-next v0.1.2 |
464 | 2024-05-30T22:28:52.850Z | Compiling omicron-workspace-hack v0.1.0 |
465 | 2024-05-30T22:28:53.118Z | Checking pretty-hex v0.4.1 |
466 | 2024-05-30T22:28:53.139Z | Compiling unsafe-libyaml v0.2.11 |
467 | 2024-05-30T22:28:53.152Z | Checking sync_wrapper v0.1.2 |
468 | 2024-05-30T22:28:53.247Z | Compiling paste v1.0.15 |
469 | 2024-05-30T22:28:53.253Z | Compiling rustls v0.22.4 |
470 | 2024-05-30T22:28:53.261Z | Compiling rustversion v1.0.17 |
471 | 2024-05-30T22:28:53.516Z | Checking indexmap v2.2.6 |
472 | 2024-05-30T22:28:54.380Z | Checking serde_urlencoded v0.7.1 |
473 | 2024-05-30T22:28:54.752Z | Checking h2 v0.3.26 |
474 | 2024-05-30T22:28:54.902Z | Checking ipnet v2.9.0 |
475 | 2024-05-30T22:28:54.908Z | Checking openapiv3 v2.0.0 |
476 | 2024-05-30T22:28:55.239Z | Compiling serde_tokenstream v0.2.0 |
477 | 2024-05-30T22:28:55.728Z | Checking webpki-roots v0.25.4 |
478 | 2024-05-30T22:28:55.864Z | Checking dof v0.3.0 |
479 | 2024-05-30T22:28:56.126Z | Checking toml_datetime v0.6.6 |
480 | 2024-05-30T22:28:56.429Z | Checking serde_spanned v0.6.6 |
481 | 2024-05-30T22:28:56.783Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-05-30T22:28:57.498Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
483 | 2024-05-30T22:28:58.102Z | Compiling darling_macro v0.20.9 |
484 | 2024-05-30T22:28:58.495Z | Checking dirs-next v2.0.0 |
485 | 2024-05-30T22:28:59.149Z | Checking hyper v0.14.28 |
486 | 2024-05-30T22:28:59.164Z | Checking rustls-webpki v0.102.4 |
487 | 2024-05-30T22:28:59.285Z | Compiling structmeta-derive v0.3.0 |
488 | 2024-05-30T22:28:59.877Z | Checking block-buffer v0.10.4 |
489 | 2024-05-30T22:28:59.892Z | Checking crypto-common v0.1.6 |
490 | 2024-05-30T22:29:00.034Z | Checking rand_core v0.6.4 |
491 | 2024-05-30T22:29:00.129Z | Compiling multer v3.1.0 |
492 | 2024-05-30T22:29:00.303Z | Checking thread_local v1.1.8 |
493 | 2024-05-30T22:29:00.310Z | Compiling anyhow v1.0.86 |
494 | 2024-05-30T22:29:00.437Z | Checking match_cfg v0.1.0 |
495 | 2024-05-30T22:29:00.509Z | Compiling camino v1.1.7 |
496 | 2024-05-30T22:29:00.562Z | Checking ppv-lite86 v0.2.17 |
497 | 2024-05-30T22:29:00.786Z | Checking zeroize v1.8.1 |
498 | 2024-05-30T22:29:00.866Z | Compiling slog-async v2.8.0 |
499 | 2024-05-30T22:29:01.003Z | Checking winnow v0.6.9 |
500 | 2024-05-30T22:29:01.057Z | Checking subtle v2.5.0 |
501 | 2024-05-30T22:29:01.233Z | Checking rand_chacha v0.3.1 |
502 | 2024-05-30T22:29:01.563Z | Checking hostname v0.3.1 |
503 | 2024-05-30T22:29:01.667Z | Checking digest v0.10.7 |
504 | 2024-05-30T22:29:01.974Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-05-30T22:29:02.123Z | Compiling structmeta v0.3.0 |
506 | 2024-05-30T22:29:02.143Z | Compiling usdt-attr-macro v0.5.0 |
507 | 2024-05-30T22:29:02.289Z | Compiling usdt-macro v0.5.0 |
508 | 2024-05-30T22:29:02.521Z | Compiling darling v0.20.9 |
509 | 2024-05-30T22:29:02.622Z | Checking term v0.7.0 |
510 | 2024-05-30T22:29:03.618Z | Checking hyper-rustls v0.24.2 |
511 | 2024-05-30T22:29:03.632Z | Checking hyper-tls v0.5.0 |
512 | 2024-05-30T22:29:03.639Z | Checking slog-json v2.6.1 |
513 | 2024-05-30T22:29:03.759Z | Checking futures-executor v0.3.30 |
514 | 2024-05-30T22:29:03.849Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-05-30T22:29:03.866Z | Checking http v1.1.0 |
516 | 2024-05-30T22:29:03.880Z | Checking reqwest v0.11.27 |
517 | 2024-05-30T22:29:03.953Z | Checking is-terminal v0.4.12 |
518 | 2024-05-30T22:29:04.044Z | Checking toml_edit v0.22.13 |
519 | 2024-05-30T22:29:04.052Z | Checking memmap v0.7.0 |
520 | 2024-05-30T22:29:04.238Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
521 | 2024-05-30T22:29:04.392Z | Checking base64 v0.22.1 |
522 | 2024-05-30T22:29:04.535Z | Checking take_mut v0.2.2 |
523 | 2024-05-30T22:29:04.673Z | Checking cpufeatures v0.2.12 |
524 | 2024-05-30T22:29:04.754Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
525 | 2024-05-30T22:29:04.847Z | Compiling heck v0.4.1 |
526 | 2024-05-30T22:29:04.853Z | Checking atomic-waker v1.1.2 |
527 | 2024-05-30T22:29:04.958Z | Checking waitgroup v0.1.2 |
528 | 2024-05-30T22:29:05.044Z | Checking rustls-pemfile v2.1.2 |
529 | 2024-05-30T22:29:05.075Z | Checking tokio-rustls v0.25.0 |
530 | 2024-05-30T22:29:05.149Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
531 | 2024-05-30T22:29:05.196Z | Checking async-stream v0.3.5 |
532 | 2024-05-30T22:29:05.226Z | Compiling strum_macros v0.26.2 |
533 | 2024-05-30T22:29:05.249Z | Checking sha1 v0.10.6 |
534 | 2024-05-30T22:29:05.426Z | Checking usdt v0.5.0 |
535 | 2024-05-30T22:29:05.453Z | Checking slog-term v2.9.1 |
536 | 2024-05-30T22:29:05.919Z | Checking futures v0.3.30 |
537 | 2024-05-30T22:29:05.919Z | Checking slog-bunyan v2.5.0 |
538 | 2024-05-30T22:29:05.919Z | Compiling serde_with_macros v3.8.1 |
539 | 2024-05-30T22:29:05.919Z | Compiling parse-display-derive v0.9.1 |
540 | 2024-05-30T22:29:05.919Z | Checking rand v0.8.5 |
541 | 2024-05-30T22:29:06.016Z | Checking newtype-uuid v1.1.0 |
542 | 2024-05-30T22:29:06.236Z | Checking ipnetwork v0.20.0 |
543 | 2024-05-30T22:29:06.517Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
544 | 2024-05-30T22:29:06.559Z | Checking toml v0.8.13 |
545 | 2024-05-30T22:29:06.572Z | Checking serde_path_to_error v0.1.16 |
546 | 2024-05-30T22:29:06.922Z | Checking hex v0.4.3 |
547 | 2024-05-30T22:29:07.180Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
548 | 2024-05-30T22:29:07.280Z | Compiling async-trait v0.1.80 |
549 | 2024-05-30T22:29:07.444Z | Checking hostname v0.4.0 |
550 | 2024-05-30T22:29:07.564Z | Checking instant v0.1.13 |
551 | 2024-05-30T22:29:07.665Z | Checking debug-ignore v1.0.5 |
552 | 2024-05-30T22:29:07.786Z | Checking backoff v0.4.0 |
553 | 2024-05-30T22:29:07.949Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
554 | 2024-05-30T22:29:08.042Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
555 | 2024-05-30T22:29:08.071Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
556 | 2024-05-30T22:29:08.162Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
557 | 2024-05-30T22:29:08.369Z | Checking serde_with v3.8.1 |
558 | 2024-05-30T22:29:08.388Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
559 | 2024-05-30T22:29:08.602Z | Checking macaddr v1.0.1 |
560 | 2024-05-30T22:29:09.684Z | Checking parse-display v0.9.1 |
561 | 2024-05-30T22:29:09.810Z | Checking strum v0.26.2 |
562 | 2024-05-30T22:29:10.749Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
563 | 2024-05-30T22:29:12.606Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
564 | 2024-05-30T22:29:12.657Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
565 | 2024-05-30T22:29:15.628Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
566 | 2024-05-30T22:29:21.950Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
567 | 2024-05-30T22:29:24.755Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
568 | 2024-05-30T22:29:30.640Z | Checking test-project v0.1.0 (/tmp/test-project) |
569 | 2024-05-30T22:29:30.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
570 | 2024-05-30T22:29:30.753Z | + cargo build --release |
571 | 2024-05-30T22:29:31.007Z | Compiling proc-macro2 v1.0.84 |
572 | 2024-05-30T22:29:31.007Z | Compiling unicode-ident v1.0.12 |
573 | 2024-05-30T22:29:31.007Z | Compiling libc v0.2.155 |
574 | 2024-05-30T22:29:31.010Z | Compiling cfg-if v1.0.0 |
575 | 2024-05-30T22:29:31.010Z | Compiling version_check v0.9.4 |
576 | 2024-05-30T22:29:31.010Z | Compiling autocfg v1.3.0 |
577 | 2024-05-30T22:29:31.042Z | Compiling serde v1.0.203 |
578 | 2024-05-30T22:29:31.045Z | Compiling serde_json v1.0.117 |
579 | 2024-05-30T22:29:31.114Z | Compiling itoa v1.0.11 |
580 | 2024-05-30T22:29:31.325Z | Compiling thiserror v1.0.61 |
581 | 2024-05-30T22:29:31.388Z | Compiling cc v1.0.98 |
582 | 2024-05-30T22:29:31.532Z | Compiling memchr v2.7.2 |
583 | 2024-05-30T22:29:31.543Z | Compiling once_cell v1.19.0 |
584 | 2024-05-30T22:29:31.637Z | Compiling ahash v0.8.11 |
585 | 2024-05-30T22:29:32.103Z | Compiling num-traits v0.2.19 |
586 | 2024-05-30T22:29:32.109Z | Compiling byteorder v1.5.0 |
587 | 2024-05-30T22:29:32.354Z | Compiling getrandom v0.2.15 |
588 | 2024-05-30T22:29:32.397Z | Compiling quote v1.0.36 |
589 | 2024-05-30T22:29:32.595Z | Compiling pin-project-lite v0.2.14 |
590 | 2024-05-30T22:29:32.710Z | Compiling ryu v1.0.18 |
591 | 2024-05-30T22:29:32.729Z | Compiling bytes v1.6.0 |
592 | 2024-05-30T22:29:32.903Z | Compiling syn v2.0.66 |
593 | 2024-05-30T22:29:33.051Z | Compiling log v0.4.21 |
594 | 2024-05-30T22:29:33.205Z | Compiling schemars v0.8.21 |
595 | 2024-05-30T22:29:33.267Z | Compiling lock_api v0.4.12 |
596 | 2024-05-30T22:29:33.481Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-05-30T22:29:33.486Z | Compiling allocator-api2 v0.2.18 |
598 | 2024-05-30T22:29:33.558Z | Compiling futures-core v0.3.30 |
599 | 2024-05-30T22:29:33.702Z | Compiling scopeguard v1.2.0 |
600 | 2024-05-30T22:29:33.776Z | Compiling smallvec v1.13.2 |
601 | 2024-05-30T22:29:33.912Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-05-30T22:29:34.305Z | Compiling ring v0.17.8 |
603 | 2024-05-30T22:29:34.330Z | Compiling mio v0.8.11 |
604 | 2024-05-30T22:29:34.355Z | Compiling socket2 v0.5.7 |
605 | 2024-05-30T22:29:34.599Z | Compiling num_cpus v1.16.0 |
606 | 2024-05-30T22:29:34.723Z | Compiling parking_lot v0.12.3 |
607 | 2024-05-30T22:29:34.923Z | Compiling slab v0.4.9 |
608 | 2024-05-30T22:29:35.180Z | Compiling spin v0.9.8 |
609 | 2024-05-30T22:29:35.220Z | Compiling futures-sink v0.3.30 |
610 | 2024-05-30T22:29:35.445Z | Compiling untrusted v0.9.0 |
611 | 2024-05-30T22:29:35.538Z | Compiling semver v1.0.23 |
612 | 2024-05-30T22:29:35.545Z | Compiling fnv v1.0.7 |
613 | 2024-05-30T22:29:35.665Z | Compiling equivalent v1.0.1 |
614 | 2024-05-30T22:29:36.007Z | Compiling futures-channel v0.3.30 |
615 | 2024-05-30T22:29:36.114Z | Compiling futures-io v0.3.30 |
616 | 2024-05-30T22:29:36.260Z | Compiling pkg-config v0.3.30 |
617 | 2024-05-30T22:29:36.355Z | Compiling vcpkg v0.2.15 |
618 | 2024-05-30T22:29:36.400Z | Compiling pin-utils v0.1.0 |
619 | 2024-05-30T22:29:36.443Z | Compiling futures-task v0.3.30 |
620 | 2024-05-30T22:29:36.740Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-05-30T22:29:36.796Z | Compiling ucd-trie v0.1.6 |
622 | 2024-05-30T22:29:37.306Z | Compiling http v0.2.12 |
623 | 2024-05-30T22:29:37.637Z | Compiling httparse v1.8.0 |
624 | 2024-05-30T22:29:37.684Z | Compiling dyn-clone v1.0.17 |
625 | 2024-05-30T22:29:38.121Z | Compiling openssl-sys v0.9.102 |
626 | 2024-05-30T22:29:38.137Z | Compiling tracing-core v0.1.32 |
627 | 2024-05-30T22:29:38.680Z | Compiling chrono v0.4.38 |
628 | 2024-05-30T22:29:38.981Z | Compiling uuid v1.8.0 |
629 | 2024-05-30T22:29:39.392Z | Compiling tracing v0.1.40 |
630 | 2024-05-30T22:29:39.874Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-05-30T22:29:40.734Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-05-30T22:29:40.818Z | Compiling slog v2.7.0 |
633 | 2024-05-30T22:29:41.299Z | Compiling try-lock v0.2.5 |
634 | 2024-05-30T22:29:41.433Z | Compiling heck v0.5.0 |
635 | 2024-05-30T22:29:41.595Z | Compiling openssl v0.10.64 |
636 | 2024-05-30T22:29:41.853Z | Compiling want v0.3.1 |
637 | 2024-05-30T22:29:42.071Z | Compiling foreign-types v0.3.2 |
638 | 2024-05-30T22:29:42.157Z | Compiling http-body v0.4.6 |
639 | 2024-05-30T22:29:42.170Z | Compiling aho-corasick v1.1.3 |
640 | 2024-05-30T22:29:42.239Z | Compiling bitflags v2.5.0 |
641 | 2024-05-30T22:29:42.651Z | Compiling native-tls v0.2.12 |
642 | 2024-05-30T22:29:42.655Z | Compiling httpdate v1.0.3 |
643 | 2024-05-30T22:29:42.927Z | Compiling typenum v1.17.0 |
644 | 2024-05-30T22:29:43.322Z | Compiling regex-syntax v0.8.3 |
645 | 2024-05-30T22:29:43.422Z | Compiling percent-encoding v2.3.1 |
646 | 2024-05-30T22:29:43.663Z | Compiling tower-service v0.3.2 |
647 | 2024-05-30T22:29:43.770Z | Compiling tinyvec_macros v0.1.1 |
648 | 2024-05-30T22:29:43.843Z | Compiling rustls v0.21.12 |
649 | 2024-05-30T22:29:43.884Z | Compiling tinyvec v1.6.0 |
650 | 2024-05-30T22:29:43.928Z | Compiling form_urlencoded v1.2.1 |
651 | 2024-05-30T22:29:44.531Z | Compiling generic-array v0.14.7 |
652 | 2024-05-30T22:29:44.845Z | Compiling openssl-probe v0.1.5 |
653 | 2024-05-30T22:29:45.456Z | Compiling unicode-normalization v0.1.23 |
654 | 2024-05-30T22:29:45.988Z | Compiling serde_derive v1.0.203 |
655 | 2024-05-30T22:29:46.172Z | Compiling zerocopy-derive v0.7.34 |
656 | 2024-05-30T22:29:46.672Z | Compiling thiserror-impl v1.0.61 |
657 | 2024-05-30T22:29:46.691Z | Compiling schemars_derive v0.8.21 |
658 | 2024-05-30T22:29:46.940Z | Compiling tokio-macros v2.3.0 |
659 | 2024-05-30T22:29:48.332Z | Compiling zerocopy v0.7.34 |
660 | 2024-05-30T22:29:49.214Z | Compiling tokio v1.38.0 |
661 | 2024-05-30T22:29:49.677Z | Compiling futures-macro v0.3.30 |
662 | 2024-05-30T22:29:49.890Z | Compiling pest v2.7.10 |
663 | 2024-05-30T22:29:50.689Z | Compiling hashbrown v0.14.5 |
664 | 2024-05-30T22:29:51.789Z | Compiling futures-util v0.3.30 |
665 | 2024-05-30T22:29:52.307Z | Compiling pest_meta v2.7.10 |
666 | 2024-05-30T22:29:52.330Z | Compiling regress v0.9.1 |
667 | 2024-05-30T22:29:52.649Z | Compiling openssl-macros v0.1.1 |
668 | 2024-05-30T22:29:53.339Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-05-30T22:29:57.094Z | Compiling pest_generator v2.7.10 |
670 | 2024-05-30T22:29:57.811Z | Compiling tokio-util v0.7.11 |
671 | 2024-05-30T22:29:58.818Z | Compiling sct v0.7.1 |
672 | 2024-05-30T22:29:58.870Z | Compiling pest_derive v2.7.10 |
673 | 2024-05-30T22:29:59.272Z | Compiling regex-automata v0.4.6 |
674 | 2024-05-30T22:30:01.428Z | Compiling indexmap v2.2.6 |
675 | 2024-05-30T22:30:03.265Z | Compiling serde_tokenstream v0.2.0 |
676 | 2024-05-30T22:30:08.179Z | Compiling h2 v0.3.26 |
677 | 2024-05-30T22:30:08.620Z | Compiling regex v1.10.4 |
678 | 2024-05-30T22:30:09.571Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
679 | 2024-05-30T22:30:12.322Z | Compiling scroll_derive v0.12.0 |
680 | 2024-05-30T22:30:13.878Z | Compiling hyper v0.14.28 |
681 | 2024-05-30T22:30:19.587Z | Compiling usdt-impl v0.5.0 |
682 | 2024-05-30T22:30:19.799Z | Compiling encoding_rs v0.8.34 |
683 | 2024-05-30T22:30:19.954Z | Compiling num-conv v0.1.0 |
684 | 2024-05-30T22:30:20.224Z | Compiling unicode-bidi v0.3.15 |
685 | 2024-05-30T22:30:22.679Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
686 | 2024-05-30T22:30:23.393Z | Compiling mime v0.3.17 |
687 | 2024-05-30T22:30:24.491Z | Compiling powerfmt v0.2.0 |
688 | 2024-05-30T22:30:24.517Z | Compiling time-core v0.1.2 |
689 | 2024-05-30T22:30:24.979Z | Compiling deranged v0.3.11 |
690 | 2024-05-30T22:30:26.837Z | Compiling time-macros v0.2.18 |
691 | 2024-05-30T22:30:27.307Z | Compiling idna v0.5.0 |
692 | 2024-05-30T22:30:27.843Z | Compiling scroll v0.12.0 |
693 | 2024-05-30T22:30:30.301Z | Compiling dof v0.3.0 |
694 | 2024-05-30T22:30:30.736Z | Compiling tokio-rustls v0.24.1 |
695 | 2024-05-30T22:30:30.817Z | Compiling tokio-native-tls v0.3.1 |
696 | 2024-05-30T22:30:31.100Z | Compiling serde_urlencoded v0.7.1 |
697 | 2024-05-30T22:30:31.142Z | Compiling dtrace-parser v0.2.0 |
698 | 2024-05-30T22:30:31.689Z | Compiling thread-id v4.2.1 |
699 | 2024-05-30T22:30:31.787Z | Compiling plain v0.2.3 |
700 | 2024-05-30T22:30:32.617Z | Compiling strsim v0.11.1 |
701 | 2024-05-30T22:30:32.957Z | Compiling num_threads v0.1.7 |
702 | 2024-05-30T22:30:33.066Z | Compiling ident_case v1.0.1 |
703 | 2024-05-30T22:30:33.109Z | Compiling unicode-width v0.1.12 |
704 | 2024-05-30T22:30:33.520Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-05-30T22:30:33.520Z | Compiling crossbeam-utils v0.8.20 |
706 | 2024-05-30T22:30:33.877Z | Compiling base64 v0.21.7 |
707 | 2024-05-30T22:30:34.209Z | Compiling omicron-workspace-hack v0.1.0 |
708 | 2024-05-30T22:30:34.490Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-05-30T22:30:34.575Z | Compiling getopts v0.2.21 |
710 | 2024-05-30T22:30:35.327Z | Compiling darling_core v0.20.9 |
711 | 2024-05-30T22:30:35.401Z | Compiling time v0.3.36 |
712 | 2024-05-30T22:30:40.727Z | Compiling goblin v0.8.2 |
713 | 2024-05-30T22:30:42.399Z | Compiling hyper-rustls v0.24.2 |
714 | 2024-05-30T22:30:42.830Z | Compiling hyper-tls v0.5.0 |
715 | 2024-05-30T22:30:43.330Z | Compiling url v2.5.0 |
716 | 2024-05-30T22:30:43.355Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
717 | 2024-05-30T22:30:43.474Z | Compiling openapiv3 v2.0.0 |
718 | 2024-05-30T22:30:44.966Z | Compiling dirs-sys-next v0.1.2 |
719 | 2024-05-30T22:30:46.506Z | Compiling sync_wrapper v0.1.2 |
720 | 2024-05-30T22:30:46.627Z | Compiling rustls v0.22.4 |
721 | 2024-05-30T22:30:46.916Z | Compiling pretty-hex v0.4.1 |
722 | 2024-05-30T22:30:47.135Z | Compiling ipnet v2.9.0 |
723 | 2024-05-30T22:30:47.998Z | Compiling paste v1.0.15 |
724 | 2024-05-30T22:30:48.487Z | Compiling rustversion v1.0.17 |
725 | 2024-05-30T22:30:48.543Z | Compiling unsafe-libyaml v0.2.11 |
726 | 2024-05-30T22:30:49.151Z | Compiling webpki-roots v0.25.4 |
727 | 2024-05-30T22:30:49.400Z | Compiling reqwest v0.11.27 |
728 | 2024-05-30T22:30:49.899Z | Compiling serde_yaml v0.9.34+deprecated |
729 | 2024-05-30T22:30:50.389Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
730 | 2024-05-30T22:30:51.832Z | Compiling dirs-next v2.0.0 |
731 | 2024-05-30T22:30:53.836Z | Compiling darling_macro v0.20.9 |
732 | 2024-05-30T22:30:57.110Z | Compiling rustls-webpki v0.102.4 |
733 | 2024-05-30T22:30:57.625Z | Compiling block-buffer v0.10.4 |
734 | 2024-05-30T22:30:57.852Z | Compiling crypto-common v0.1.6 |
735 | 2024-05-30T22:30:58.008Z | Compiling serde_spanned v0.6.6 |
736 | 2024-05-30T22:30:58.062Z | Compiling toml_datetime v0.6.6 |
737 | 2024-05-30T22:30:58.245Z | Compiling structmeta-derive v0.3.0 |
738 | 2024-05-30T22:30:58.543Z | Compiling rand_core v0.6.4 |
739 | 2024-05-30T22:30:58.852Z | Compiling thread_local v1.1.8 |
740 | 2024-05-30T22:30:59.026Z | Compiling multer v3.1.0 |
741 | 2024-05-30T22:30:59.348Z | Compiling anyhow v1.0.86 |
742 | 2024-05-30T22:30:59.674Z | Compiling ppv-lite86 v0.2.17 |
743 | 2024-05-30T22:30:59.902Z | Compiling match_cfg v0.1.0 |
744 | 2024-05-30T22:30:59.922Z | Compiling slog-async v2.8.0 |
745 | 2024-05-30T22:30:59.989Z | Compiling subtle v2.5.0 |
746 | 2024-05-30T22:31:00.256Z | Compiling camino v1.1.7 |
747 | 2024-05-30T22:31:00.419Z | Compiling winnow v0.6.9 |
748 | 2024-05-30T22:31:00.486Z | Compiling zeroize v1.8.1 |
749 | 2024-05-30T22:31:00.895Z | Compiling rand_chacha v0.3.1 |
750 | 2024-05-30T22:31:01.141Z | Compiling structmeta v0.3.0 |
751 | 2024-05-30T22:31:01.569Z | Compiling hostname v0.3.1 |
752 | 2024-05-30T22:31:01.864Z | Compiling digest v0.10.7 |
753 | 2024-05-30T22:31:02.284Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
754 | 2024-05-30T22:31:02.691Z | Compiling crossbeam-channel v0.5.13 |
755 | 2024-05-30T22:31:04.451Z | Compiling toml_edit v0.22.13 |
756 | 2024-05-30T22:31:05.458Z | Compiling darling v0.20.9 |
757 | 2024-05-30T22:31:05.558Z | Compiling term v0.7.0 |
758 | 2024-05-30T22:31:10.502Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
759 | 2024-05-30T22:31:13.605Z | Compiling usdt-macro v0.5.0 |
760 | 2024-05-30T22:31:14.851Z | Compiling usdt-attr-macro v0.5.0 |
761 | 2024-05-30T22:31:15.031Z | Compiling slog-json v2.6.1 |
762 | 2024-05-30T22:31:15.580Z | Compiling futures-executor v0.3.30 |
763 | 2024-05-30T22:31:16.408Z | Compiling async-stream-impl v0.3.5 |
764 | 2024-05-30T22:31:16.872Z | Compiling http v1.1.0 |
765 | 2024-05-30T22:31:17.781Z | Compiling is-terminal v0.4.12 |
766 | 2024-05-30T22:31:18.305Z | Compiling memmap v0.7.0 |
767 | 2024-05-30T22:31:18.370Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
768 | 2024-05-30T22:31:18.690Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
769 | 2024-05-30T22:31:18.997Z | Compiling take_mut v0.2.2 |
770 | 2024-05-30T22:31:19.127Z | Compiling cpufeatures v0.2.12 |
771 | 2024-05-30T22:31:19.145Z | Compiling atomic-waker v1.1.2 |
772 | 2024-05-30T22:31:19.212Z | Compiling base64 v0.22.1 |
773 | 2024-05-30T22:31:19.321Z | Compiling heck v0.4.1 |
774 | 2024-05-30T22:31:19.732Z | Compiling strum_macros v0.26.2 |
775 | 2024-05-30T22:31:20.368Z | Compiling rustls-pemfile v2.1.2 |
776 | 2024-05-30T22:31:21.162Z | Compiling waitgroup v0.1.2 |
777 | 2024-05-30T22:31:21.398Z | Compiling sha1 v0.10.6 |
778 | 2024-05-30T22:31:21.632Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
779 | 2024-05-30T22:31:24.653Z | Compiling usdt v0.5.0 |
780 | 2024-05-30T22:31:25.270Z | Compiling slog-term v2.9.1 |
781 | 2024-05-30T22:31:25.558Z | Compiling async-stream v0.3.5 |
782 | 2024-05-30T22:31:25.915Z | Compiling futures v0.3.30 |
783 | 2024-05-30T22:31:26.100Z | Compiling slog-bunyan v2.5.0 |
784 | 2024-05-30T22:31:26.319Z | Compiling toml v0.8.13 |
785 | 2024-05-30T22:31:26.348Z | Compiling serde_with_macros v3.8.1 |
786 | 2024-05-30T22:31:28.341Z | Compiling tokio-rustls v0.25.0 |
787 | 2024-05-30T22:31:29.386Z | Compiling parse-display-derive v0.9.1 |
788 | 2024-05-30T22:31:30.355Z | Compiling rand v0.8.5 |
789 | 2024-05-30T22:31:32.389Z | Compiling newtype-uuid v1.1.0 |
790 | 2024-05-30T22:31:32.755Z | Compiling ipnetwork v0.20.0 |
791 | 2024-05-30T22:31:32.952Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
792 | 2024-05-30T22:31:33.842Z | Compiling hex v0.4.3 |
793 | 2024-05-30T22:31:34.188Z | Compiling serde_path_to_error v0.1.16 |
794 | 2024-05-30T22:31:34.546Z | Compiling async-trait v0.1.80 |
795 | 2024-05-30T22:31:35.107Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-05-30T22:31:35.185Z | Compiling hostname v0.4.0 |
797 | 2024-05-30T22:31:35.411Z | Compiling instant v0.1.13 |
798 | 2024-05-30T22:31:35.557Z | Compiling debug-ignore v1.0.5 |
799 | 2024-05-30T22:31:35.692Z | Compiling backoff v0.4.0 |
800 | 2024-05-30T22:31:35.924Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
801 | 2024-05-30T22:31:35.948Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
802 | 2024-05-30T22:31:35.998Z | Compiling parse-display v0.9.1 |
803 | 2024-05-30T22:31:36.093Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
804 | 2024-05-30T22:31:36.161Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
805 | 2024-05-30T22:31:36.710Z | Compiling serde_with v3.8.1 |
806 | 2024-05-30T22:31:38.119Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
807 | 2024-05-30T22:31:38.974Z | Compiling strum v0.26.2 |
808 | 2024-05-30T22:31:39.140Z | Compiling macaddr v1.0.1 |
809 | 2024-05-30T22:31:43.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
810 | 2024-05-30T22:31:52.591Z | Compiling test-project v0.1.0 (/tmp/test-project) |
811 | 2024-05-30T22:32:00.435Z | Finished `release` profile [optimized] target(s) in 2m 29s |
812 | 2024-05-30T22:32:00.484Z | process exited: duration 224651 ms, exit code 0 |
|
813 | 2024-05-30T22:32:00.499Z | found 0 output files |