|
|
|
1 | 2024-06-20T20:47:11.001Z | job assigned to worker 01J0VPCRRJF5EERT7R62S6ET8R (queued for 1 m 2 s) |
|
2 | 2024-06-20T20:47:19.069Z | starting task 0: "setup" |
3 | 2024-06-20T20:47:19.126Z | ++ uname -s |
4 | 2024-06-20T20:47:19.128Z | + kern=SunOS |
5 | 2024-06-20T20:47:19.128Z | + case "$kern" in |
6 | 2024-06-20T20:47:19.128Z | + groupadd -g 12345 build |
7 | 2024-06-20T20:47:19.131Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-20T20:47:21.140Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-20T20:47:21.236Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-20T20:47:21.239Z | + home_fs=zfs |
11 | 2024-06-20T20:47:21.239Z | + [[ zfs == autofs ]] |
12 | 2024-06-20T20:47:21.239Z | + mkdir -p /home/build |
13 | 2024-06-20T20:47:21.242Z | + chown build:build /home/build /work |
14 | 2024-06-20T20:47:23.242Z | + chmod 0700 /home/build /work |
15 | 2024-06-20T20:47:23.245Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-06-20T20:47:23.251Z | starting task 1: "rust-toolchain" |
17 | 2024-06-20T20:47:23.256Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-20T20:47:23.256Z | ' 1.78.0 |
19 | 2024-06-20T20:47:23.260Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-20T20:47:23.260Z | * toolchain channel = "1.78.0" |
21 | 2024-06-20T20:47:23.260Z | * toolchain profile = "default" |
22 | 2024-06-20T20:47:23.260Z | ' default |
23 | 2024-06-20T20:47:23.260Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-20T20:47:23.260Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-20T20:47:23.355Z | info: downloading installer |
26 | 2024-06-20T20:47:24.596Z | info: profile set to 'default' |
27 | 2024-06-20T20:47:24.596Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-20T20:47:24.599Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-20T20:47:24.747Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-20T20:47:24.747Z | info: downloading component 'cargo' |
31 | 2024-06-20T20:47:25.558Z | info: downloading component 'clippy' |
32 | 2024-06-20T20:47:25.828Z | info: downloading component 'rust-docs' |
33 | 2024-06-20T20:47:26.910Z | info: downloading component 'rust-std' |
34 | 2024-06-20T20:47:28.633Z | info: downloading component 'rustc' |
35 | 2024-06-20T20:47:33.004Z | info: downloading component 'rustfmt' |
36 | 2024-06-20T20:47:33.241Z | info: installing component 'cargo' |
37 | 2024-06-20T20:47:34.095Z | info: installing component 'clippy' |
38 | 2024-06-20T20:47:34.464Z | info: installing component 'rust-docs' |
39 | 2024-06-20T20:47:36.003Z | info: installing component 'rust-std' |
40 | 2024-06-20T20:47:37.747Z | info: installing component 'rustc' |
41 | 2024-06-20T20:47:42.021Z | info: installing component 'rustfmt' |
42 | 2024-06-20T20:47:42.360Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-20T20:47:42.360Z | |
44 | 2024-06-20T20:47:42.620Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-20T20:47:42.620Z | |
46 | 2024-06-20T20:47:42.623Z | |
47 | 2024-06-20T20:47:42.623Z | Rust is installed now. Great! |
48 | 2024-06-20T20:47:42.623Z | |
49 | 2024-06-20T20:47:42.623Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-20T20:47:42.623Z | environment variable. This has not been done automatically. |
51 | 2024-06-20T20:47:42.623Z | |
52 | 2024-06-20T20:47:42.623Z | To configure your current shell, you need to source |
53 | 2024-06-20T20:47:42.623Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-20T20:47:42.623Z | |
55 | 2024-06-20T20:47:42.623Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-20T20:47:42.623Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-20T20:47:42.623Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-20T20:47:42.688Z | + rustc --version |
59 | 2024-06-20T20:47:42.749Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-20T20:47:42.751Z | process exited: duration 19496 ms, exit code 0 |
|
61 | 2024-06-20T20:47:42.757Z | starting task 2: "authentication" |
62 | 2024-06-20T20:47:42.778Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-20T20:47:42.784Z | starting task 3: "clone repository" |
64 | 2024-06-20T20:47:42.788Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-20T20:47:42.791Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-20T20:47:42.958Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-20T20:47:47.782Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-20T20:47:47.782Z | + git fetch origin 88e6c18915c287f4c703517fb2e21983ec2950db |
69 | 2024-06-20T20:47:48.112Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-20T20:47:48.112Z | * branch 88e6c18915c287f4c703517fb2e21983ec2950db -> FETCH_HEAD |
71 | 2024-06-20T20:47:48.121Z | + [[ -n stage0 ]] |
72 | 2024-06-20T20:47:48.125Z | ++ git branch --show-current |
73 | 2024-06-20T20:47:48.125Z | + current=main |
74 | 2024-06-20T20:47:48.125Z | + [[ main != stage0 ]] |
75 | 2024-06-20T20:47:48.125Z | + git branch -f stage0 88e6c18915c287f4c703517fb2e21983ec2950db |
76 | 2024-06-20T20:47:48.128Z | + git checkout -f stage0 |
77 | 2024-06-20T20:47:48.262Z | Switched to branch 'stage0' |
78 | 2024-06-20T20:47:48.266Z | + git reset --hard 88e6c18915c287f4c703517fb2e21983ec2950db |
79 | 2024-06-20T20:47:48.281Z | HEAD is now at 88e6c1891 Support updating the RoT bootloader (stage0) |
80 | 2024-06-20T20:47:48.285Z | process exited: duration 5497 ms, exit code 0 |
|
81 | 2024-06-20T20:47:48.292Z | starting task 4: "build" |
82 | 2024-06-20T20:47:48.297Z | + cargo --version |
83 | 2024-06-20T20:47:48.348Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-20T20:47:48.351Z | + rustc --version |
85 | 2024-06-20T20:47:48.405Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-20T20:47:48.408Z | + cd /tmp |
87 | 2024-06-20T20:47:48.408Z | + cargo new --lib test-project |
88 | 2024-06-20T20:47:48.459Z | Creating library `test-project` package |
89 | 2024-06-20T20:47:48.530Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-20T20:47:48.537Z | + cd test-project |
91 | 2024-06-20T20:47:48.537Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-20T20:47:48.586Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-20T20:47:48.586Z | Features: |
94 | 2024-06-20T20:47:48.586Z | - proptest |
95 | 2024-06-20T20:47:48.586Z | - test-strategy |
96 | 2024-06-20T20:47:48.586Z | - testing |
97 | 2024-06-20T20:47:48.590Z | Updating crates.io index |
98 | 2024-06-20T20:47:48.648Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-20T20:47:49.319Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-20T20:47:50.092Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-20T20:47:50.490Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-20T20:47:52.337Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-20T20:47:52.625Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-20T20:47:52.924Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-20T20:47:55.659Z | + cargo check |
106 | 2024-06-20T20:47:55.858Z | Downloading crates ... |
107 | 2024-06-20T20:47:55.938Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-20T20:47:55.941Z | Downloaded autocfg v1.3.0 |
109 | 2024-06-20T20:47:55.946Z | Downloaded async-trait v0.1.80 |
110 | 2024-06-20T20:47:55.955Z | Downloaded openssl-probe v0.1.5 |
111 | 2024-06-20T20:47:55.957Z | Downloaded is-terminal v0.4.12 |
112 | 2024-06-20T20:47:55.960Z | Downloaded ident_case v1.0.1 |
113 | 2024-06-20T20:47:55.960Z | Downloaded want v0.3.1 |
114 | 2024-06-20T20:47:55.963Z | Downloaded foreign-types-shared v0.1.1 |
115 | 2024-06-20T20:47:55.963Z | Downloaded equivalent v1.0.1 |
116 | 2024-06-20T20:47:55.963Z | Downloaded darling_macro v0.20.9 |
117 | 2024-06-20T20:47:55.963Z | Downloaded foreign-types v0.3.2 |
118 | 2024-06-20T20:47:55.970Z | Downloaded dtrace-parser v0.2.0 |
119 | 2024-06-20T20:47:55.972Z | Downloaded openssl-macros v0.1.1 |
120 | 2024-06-20T20:47:55.977Z | Downloaded scroll_derive v0.12.0 |
121 | 2024-06-20T20:47:55.980Z | Downloaded omicron-workspace-hack v0.1.0 |
122 | 2024-06-20T20:47:55.980Z | Downloaded atomic-waker v1.1.2 |
123 | 2024-06-20T20:47:55.983Z | Downloaded async-stream v0.3.5 |
124 | 2024-06-20T20:47:55.985Z | Downloaded pretty-hex v0.4.1 |
125 | 2024-06-20T20:47:55.988Z | Downloaded hostname v0.3.1 |
126 | 2024-06-20T20:47:55.990Z | Downloaded futures-macro v0.3.30 |
127 | 2024-06-20T20:47:55.990Z | Downloaded byteorder v1.5.0 |
128 | 2024-06-20T20:47:55.993Z | Downloaded waitgroup v0.1.2 |
129 | 2024-06-20T20:47:55.993Z | Downloaded usdt-macro v0.5.0 |
130 | 2024-06-20T20:47:55.996Z | Downloaded parse-display v0.9.1 |
131 | 2024-06-20T20:47:55.996Z | Downloaded usdt-attr-macro v0.5.0 |
132 | 2024-06-20T20:47:55.999Z | Downloaded macaddr v1.0.1 |
133 | 2024-06-20T20:47:55.999Z | Downloaded usdt v0.5.0 |
134 | 2024-06-20T20:47:56.002Z | Downloaded parse-display-derive v0.9.1 |
135 | 2024-06-20T20:47:56.002Z | Downloaded mime v0.3.17 |
136 | 2024-06-20T20:47:56.004Z | Downloaded usdt-impl v0.5.0 |
137 | 2024-06-20T20:47:56.004Z | Downloaded untrusted v0.9.0 |
138 | 2024-06-20T20:47:56.007Z | Downloaded hostname v0.4.0 |
139 | 2024-06-20T20:47:56.007Z | Downloaded ipnet v2.9.0 |
140 | 2024-06-20T20:47:56.010Z | Downloaded zeroize v1.8.1 |
141 | 2024-06-20T20:47:56.012Z | Downloaded serde_tokenstream v0.2.1 |
142 | 2024-06-20T20:47:56.015Z | Downloaded slog-json v2.6.1 |
143 | 2024-06-20T20:47:56.018Z | Downloaded rand_chacha v0.3.1 |
144 | 2024-06-20T20:47:56.018Z | Downloaded slog-async v2.8.0 |
145 | 2024-06-20T20:47:56.020Z | Downloaded rustls-pemfile v1.0.4 |
146 | 2024-06-20T20:47:56.023Z | Downloaded powerfmt v0.2.0 |
147 | 2024-06-20T20:47:56.025Z | Downloaded percent-encoding v2.3.1 |
148 | 2024-06-20T20:47:56.025Z | Downloaded strsim v0.11.1 |
149 | 2024-06-20T20:47:56.025Z | Downloaded version_check v0.9.4 |
150 | 2024-06-20T20:47:56.028Z | Downloaded instant v0.1.13 |
151 | 2024-06-20T20:47:56.031Z | Downloaded sha1 v0.10.6 |
152 | 2024-06-20T20:47:56.031Z | Downloaded schemars_derive v0.8.21 |
153 | 2024-06-20T20:47:56.033Z | Downloaded pkg-config v0.3.30 |
154 | 2024-06-20T20:47:56.033Z | Downloaded slab v0.4.9 |
155 | 2024-06-20T20:47:56.036Z | Downloaded scroll v0.12.0 |
156 | 2024-06-20T20:47:56.039Z | Downloaded hyper-tls v0.5.0 |
157 | 2024-06-20T20:47:56.039Z | Downloaded dirs-next v2.0.0 |
158 | 2024-06-20T20:47:56.041Z | Downloaded camino v1.1.7 |
159 | 2024-06-20T20:47:56.044Z | Downloaded pest_generator v2.7.10 |
160 | 2024-06-20T20:47:56.044Z | Downloaded darling v0.20.9 |
161 | 2024-06-20T20:47:56.047Z | Downloaded structmeta-derive v0.3.0 |
162 | 2024-06-20T20:47:56.050Z | Downloaded multer v3.1.0 |
163 | 2024-06-20T20:47:56.053Z | Downloaded pest_derive v2.7.10 |
164 | 2024-06-20T20:47:56.055Z | Downloaded futures-core v0.3.30 |
165 | 2024-06-20T20:47:56.055Z | Downloaded match_cfg v0.1.0 |
166 | 2024-06-20T20:47:56.058Z | Downloaded num_threads v0.1.7 |
167 | 2024-06-20T20:47:56.058Z | Downloaded newtype-uuid v1.1.0 |
168 | 2024-06-20T20:47:56.061Z | Downloaded num-conv v0.1.0 |
169 | 2024-06-20T20:47:56.061Z | Downloaded heck v0.5.0 |
170 | 2024-06-20T20:47:56.061Z | Downloaded futures-io v0.3.30 |
171 | 2024-06-20T20:47:56.063Z | Downloaded generic-array v0.14.7 |
172 | 2024-06-20T20:47:56.063Z | Downloaded futures-task v0.3.30 |
173 | 2024-06-20T20:47:56.066Z | Downloaded cfg-if v1.0.0 |
174 | 2024-06-20T20:47:56.066Z | Downloaded getrandom v0.2.15 |
175 | 2024-06-20T20:47:56.069Z | Downloaded backoff v0.4.0 |
176 | 2024-06-20T20:47:56.071Z | Downloaded take_mut v0.2.2 |
177 | 2024-06-20T20:47:56.071Z | Downloaded time-core v0.1.2 |
178 | 2024-06-20T20:47:56.074Z | Downloaded rustls-pki-types v1.7.0 |
179 | 2024-06-20T20:47:56.077Z | Downloaded sync_wrapper v0.1.2 |
180 | 2024-06-20T20:47:56.077Z | Downloaded tower-service v0.3.2 |
181 | 2024-06-20T20:47:56.079Z | Downloaded serde_with_macros v3.8.1 |
182 | 2024-06-20T20:47:56.080Z | Downloaded thread_local v1.1.8 |
183 | 2024-06-20T20:47:56.082Z | Downloaded ipnetwork v0.20.0 |
184 | 2024-06-20T20:47:56.082Z | Downloaded debug-ignore v1.0.5 |
185 | 2024-06-20T20:47:56.085Z | Downloaded strum_macros v0.26.4 |
186 | 2024-06-20T20:47:56.088Z | Downloaded slog-term v2.9.1 |
187 | 2024-06-20T20:47:56.090Z | Downloaded time-macros v0.2.18 |
188 | 2024-06-20T20:47:56.093Z | Downloaded serde_urlencoded v0.7.1 |
189 | 2024-06-20T20:47:56.097Z | Downloaded serde_spanned v0.6.6 |
190 | 2024-06-20T20:47:56.097Z | Downloaded try-lock v0.2.5 |
191 | 2024-06-20T20:47:56.097Z | Downloaded zerocopy-derive v0.7.34 |
192 | 2024-06-20T20:47:56.100Z | Downloaded indexmap v1.9.3 |
193 | 2024-06-20T20:47:56.103Z | Downloaded parking_lot v0.12.3 |
194 | 2024-06-20T20:47:56.106Z | Downloaded pest_meta v2.7.10 |
195 | 2024-06-20T20:47:56.109Z | Downloaded signal-hook-registry v1.4.2 |
196 | 2024-06-20T20:47:56.111Z | Downloaded crypto-common v0.1.6 |
197 | 2024-06-20T20:47:56.111Z | Downloaded rand_core v0.6.4 |
198 | 2024-06-20T20:47:56.114Z | Downloaded plain v0.2.3 |
199 | 2024-06-20T20:47:56.114Z | Downloaded rustversion v1.0.17 |
200 | 2024-06-20T20:47:56.117Z | Downloaded block-buffer v0.10.4 |
201 | 2024-06-20T20:47:56.117Z | Downloaded slog-bunyan v2.5.0 |
202 | 2024-06-20T20:47:56.119Z | Downloaded scopeguard v1.2.0 |
203 | 2024-06-20T20:47:56.120Z | Downloaded ryu v1.0.18 |
204 | 2024-06-20T20:47:56.122Z | Downloaded ucd-trie v0.1.6 |
205 | 2024-06-20T20:47:56.125Z | Downloaded num_cpus v1.16.0 |
206 | 2024-06-20T20:47:56.128Z | Downloaded subtle v2.6.0 |
207 | 2024-06-20T20:47:56.128Z | Downloaded tokio-native-tls v0.3.1 |
208 | 2024-06-20T20:47:56.131Z | Downloaded tinyvec_macros v0.1.1 |
209 | 2024-06-20T20:47:56.131Z | Downloaded unicode-ident v1.0.12 |
210 | 2024-06-20T20:47:56.133Z | Downloaded semver v1.0.23 |
211 | 2024-06-20T20:47:56.136Z | Downloaded lock_api v0.4.12 |
212 | 2024-06-20T20:47:56.139Z | Downloaded num-traits v0.2.19 |
213 | 2024-06-20T20:47:56.141Z | Downloaded thiserror v1.0.61 |
214 | 2024-06-20T20:47:56.145Z | Downloaded structmeta v0.3.0 |
215 | 2024-06-20T20:47:56.148Z | Downloaded uuid v1.8.0 |
216 | 2024-06-20T20:47:56.151Z | Downloaded iana-time-zone v0.1.60 |
217 | 2024-06-20T20:47:56.153Z | Downloaded tokio-macros v2.3.0 |
218 | 2024-06-20T20:47:56.153Z | Downloaded sha2 v0.10.8 |
219 | 2024-06-20T20:47:56.156Z | Downloaded sct v0.7.1 |
220 | 2024-06-20T20:47:56.159Z | Downloaded toml_datetime v0.6.6 |
221 | 2024-06-20T20:47:56.161Z | Downloaded spin v0.9.8 |
222 | 2024-06-20T20:47:56.164Z | Downloaded thiserror-impl v1.0.61 |
223 | 2024-06-20T20:47:56.164Z | Downloaded rustls-pemfile v2.1.2 |
224 | 2024-06-20T20:47:56.167Z | Downloaded getopts v0.2.21 |
225 | 2024-06-20T20:47:56.170Z | Downloaded tokio-rustls v0.24.1 |
226 | 2024-06-20T20:47:56.172Z | Downloaded hyper-rustls v0.24.2 |
227 | 2024-06-20T20:47:56.172Z | Downloaded dyn-clone v1.0.17 |
228 | 2024-06-20T20:47:56.175Z | Downloaded serde_derive v1.0.203 |
229 | 2024-06-20T20:47:56.177Z | Downloaded unsafe-libyaml v0.2.11 |
230 | 2024-06-20T20:47:56.180Z | Downloaded memmap v0.7.0 |
231 | 2024-06-20T20:47:56.183Z | Downloaded futures-channel v0.3.30 |
232 | 2024-06-20T20:47:56.186Z | Downloaded native-tls v0.2.12 |
233 | 2024-06-20T20:47:56.189Z | Downloaded smallvec v1.13.2 |
234 | 2024-06-20T20:47:56.189Z | Downloaded proc-macro2 v1.0.85 |
235 | 2024-06-20T20:47:56.192Z | Downloaded term v0.7.0 |
236 | 2024-06-20T20:47:56.195Z | Downloaded toml v0.8.14 |
237 | 2024-06-20T20:47:56.197Z | Downloaded thread-id v4.2.1 |
238 | 2024-06-20T20:47:56.200Z | Downloaded socket2 v0.5.7 |
239 | 2024-06-20T20:47:56.205Z | Downloaded indexmap v2.2.6 |
240 | 2024-06-20T20:47:56.208Z | Downloaded base64 v0.21.7 |
241 | 2024-06-20T20:47:56.211Z | Downloaded futures-executor v0.3.30 |
242 | 2024-06-20T20:47:56.214Z | Downloaded url v2.5.2 |
243 | 2024-06-20T20:47:56.216Z | Downloaded crossbeam-utils v0.8.20 |
244 | 2024-06-20T20:47:56.219Z | Downloaded once_cell v1.19.0 |
245 | 2024-06-20T20:47:56.221Z | Downloaded serde_yaml v0.9.34+deprecated |
246 | 2024-06-20T20:47:56.224Z | Downloaded typenum v1.17.0 |
247 | 2024-06-20T20:47:56.226Z | Downloaded schemars v0.8.21 |
248 | 2024-06-20T20:47:56.238Z | Downloaded log v0.4.21 |
249 | 2024-06-20T20:47:56.241Z | Downloaded tinyvec v1.6.0 |
250 | 2024-06-20T20:47:56.244Z | Downloaded rand v0.8.5 |
251 | 2024-06-20T20:47:56.247Z | Downloaded memchr v2.7.4 |
252 | 2024-06-20T20:47:56.253Z | Downloaded bytes v1.6.0 |
253 | 2024-06-20T20:47:56.257Z | Downloaded tokio-rustls v0.25.0 |
254 | 2024-06-20T20:47:56.259Z | Downloaded serde v1.0.203 |
255 | 2024-06-20T20:47:56.262Z | Downloaded tracing-core v0.1.32 |
256 | 2024-06-20T20:47:56.265Z | Downloaded base64 v0.22.1 |
257 | 2024-06-20T20:47:56.269Z | Downloaded http v1.1.0 |
258 | 2024-06-20T20:47:56.273Z | Downloaded cc v1.0.99 |
259 | 2024-06-20T20:47:56.276Z | Downloaded pest v2.7.10 |
260 | 2024-06-20T20:47:56.281Z | Downloaded darling_core v0.20.9 |
261 | 2024-06-20T20:47:56.286Z | Downloaded hashbrown v0.12.3 |
262 | 2024-06-20T20:47:56.290Z | Downloaded crossbeam-channel v0.5.13 |
263 | 2024-06-20T20:47:56.295Z | Downloaded tracing v0.1.40 |
264 | 2024-06-20T20:47:56.300Z | Downloaded http v0.2.12 |
265 | 2024-06-20T20:47:56.303Z | Downloaded aho-corasick v1.1.3 |
266 | 2024-06-20T20:47:56.309Z | Downloaded unicode-normalization v0.1.23 |
267 | 2024-06-20T20:47:56.313Z | Downloaded winnow v0.6.13 |
268 | 2024-06-20T20:47:56.322Z | Downloaded mio v0.8.11 |
269 | 2024-06-20T20:47:56.328Z | Downloaded toml_edit v0.22.14 |
270 | 2024-06-20T20:47:56.351Z | Downloaded serde_with v3.8.1 |
271 | 2024-06-20T20:47:56.358Z | Downloaded time v0.3.36 |
272 | 2024-06-20T20:47:56.365Z | Downloaded tokio-util v0.7.11 |
273 | 2024-06-20T20:47:56.372Z | Downloaded rustls-webpki v0.102.4 |
274 | 2024-06-20T20:47:56.390Z | Downloaded reqwest v0.11.27 |
275 | 2024-06-20T20:47:56.397Z | Downloaded webpki-roots v0.25.4 |
276 | 2024-06-20T20:47:56.401Z | Downloaded hyper v0.14.29 |
277 | 2024-06-20T20:47:56.409Z | Downloaded chrono v0.4.38 |
278 | 2024-06-20T20:47:56.418Z | Downloaded regex v1.10.5 |
279 | 2024-06-20T20:47:56.429Z | Downloaded vcpkg v0.2.15 |
280 | 2024-06-20T20:47:56.466Z | Downloaded openssl v0.10.64 |
281 | 2024-06-20T20:47:56.475Z | Downloaded syn v2.0.66 |
282 | 2024-06-20T20:47:56.486Z | Downloaded rustls v0.21.12 |
283 | 2024-06-20T20:47:56.497Z | Downloaded rustls v0.22.4 |
284 | 2024-06-20T20:47:56.510Z | Downloaded regress v0.10.0 |
285 | 2024-06-20T20:47:56.518Z | Downloaded unicode-width v0.1.13 |
286 | 2024-06-20T20:47:56.526Z | Downloaded regress v0.9.1 |
287 | 2024-06-20T20:47:56.534Z | Downloaded regex-syntax v0.8.4 |
288 | 2024-06-20T20:47:56.542Z | Downloaded openapiv3 v2.0.0 |
289 | 2024-06-20T20:47:56.554Z | Downloaded regex-automata v0.4.7 |
290 | 2024-06-20T20:47:56.570Z | Downloaded libc v0.2.155 |
291 | 2024-06-20T20:47:56.596Z | Downloaded tokio v1.38.0 |
292 | 2024-06-20T20:47:56.631Z | Downloaded idna v0.5.0 |
293 | 2024-06-20T20:47:56.637Z | Downloaded goblin v0.8.2 |
294 | 2024-06-20T20:47:56.643Z | Downloaded encoding_rs v0.8.34 |
295 | 2024-06-20T20:47:56.663Z | Downloaded futures-util v0.3.30 |
296 | 2024-06-20T20:47:56.673Z | Downloaded rustls-webpki v0.101.7 |
297 | 2024-06-20T20:47:56.686Z | Downloaded zerocopy v0.7.34 |
298 | 2024-06-20T20:47:56.701Z | Downloaded h2 v0.3.26 |
299 | 2024-06-20T20:47:56.707Z | Downloaded serde_json v1.0.117 |
300 | 2024-06-20T20:47:56.713Z | Downloaded hashbrown v0.14.5 |
301 | 2024-06-20T20:47:56.718Z | Downloaded slog v2.7.0 |
302 | 2024-06-20T20:47:56.721Z | Downloaded serde_derive_internals v0.29.1 |
303 | 2024-06-20T20:47:56.723Z | Downloaded openssl-sys v0.9.102 |
304 | 2024-06-20T20:47:56.727Z | Downloaded httparse v1.9.4 |
305 | 2024-06-20T20:47:56.729Z | Downloaded digest v0.10.7 |
306 | 2024-06-20T20:47:56.733Z | Downloaded form_urlencoded v1.2.1 |
307 | 2024-06-20T20:47:56.733Z | Downloaded itoa v1.0.11 |
308 | 2024-06-20T20:47:56.735Z | Downloaded dirs-sys-next v0.1.2 |
309 | 2024-06-20T20:47:56.736Z | Downloaded ppv-lite86 v0.2.17 |
310 | 2024-06-20T20:47:56.736Z | Downloaded unicode-bidi v0.3.15 |
311 | 2024-06-20T20:47:56.738Z | Downloaded futures v0.3.30 |
312 | 2024-06-20T20:47:56.743Z | Downloaded bitflags v2.5.0 |
313 | 2024-06-20T20:47:56.745Z | Downloaded serde_path_to_error v0.1.16 |
314 | 2024-06-20T20:47:56.748Z | Downloaded pin-utils v0.1.0 |
315 | 2024-06-20T20:47:56.748Z | Downloaded httpdate v1.0.3 |
316 | 2024-06-20T20:47:56.748Z | Downloaded futures-sink v0.3.30 |
317 | 2024-06-20T20:47:56.750Z | Downloaded http-body v0.4.6 |
318 | 2024-06-20T20:47:56.750Z | Downloaded hex v0.4.3 |
319 | 2024-06-20T20:47:56.753Z | Downloaded dof v0.3.0 |
320 | 2024-06-20T20:47:56.757Z | Downloaded quote v1.0.36 |
321 | 2024-06-20T20:47:56.759Z | Downloaded pin-project-lite v0.2.14 |
322 | 2024-06-20T20:47:56.763Z | Downloaded paste v1.0.15 |
323 | 2024-06-20T20:47:56.766Z | Downloaded parking_lot_core v0.9.10 |
324 | 2024-06-20T20:47:56.768Z | Downloaded fnv v1.0.7 |
325 | 2024-06-20T20:47:56.771Z | Downloaded strum v0.26.2 |
326 | 2024-06-20T20:47:56.771Z | Downloaded anyhow v1.0.86 |
327 | 2024-06-20T20:47:56.773Z | Downloaded allocator-api2 v0.2.18 |
328 | 2024-06-20T20:47:56.776Z | Downloaded ahash v0.8.11 |
329 | 2024-06-20T20:47:56.779Z | Downloaded deranged v0.3.11 |
330 | 2024-06-20T20:47:56.781Z | Downloaded cpufeatures v0.2.12 |
331 | 2024-06-20T20:47:56.818Z | Downloaded ring v0.17.8 |
332 | 2024-06-20T20:47:56.999Z | Compiling proc-macro2 v1.0.85 |
333 | 2024-06-20T20:47:56.999Z | Compiling unicode-ident v1.0.12 |
334 | 2024-06-20T20:47:56.999Z | Compiling libc v0.2.155 |
335 | 2024-06-20T20:47:56.999Z | Checking cfg-if v1.0.0 |
336 | 2024-06-20T20:47:57.002Z | Compiling version_check v0.9.4 |
337 | 2024-06-20T20:47:57.003Z | Compiling autocfg v1.3.0 |
338 | 2024-06-20T20:47:57.003Z | Compiling serde v1.0.203 |
339 | 2024-06-20T20:47:57.003Z | Compiling serde_json v1.0.117 |
340 | 2024-06-20T20:47:57.073Z | Checking itoa v1.0.11 |
341 | 2024-06-20T20:47:57.168Z | Compiling thiserror v1.0.61 |
342 | 2024-06-20T20:47:57.253Z | Checking once_cell v1.19.0 |
343 | 2024-06-20T20:47:57.504Z | Compiling memchr v2.7.4 |
344 | 2024-06-20T20:47:57.632Z | Compiling ahash v0.8.11 |
345 | 2024-06-20T20:47:57.680Z | Compiling cc v1.0.99 |
346 | 2024-06-20T20:47:59.500Z | Checking byteorder v1.5.0 |
347 | 2024-06-20T20:47:59.537Z | Compiling num-traits v0.2.19 |
348 | 2024-06-20T20:47:59.545Z | Checking pin-project-lite v0.2.14 |
349 | 2024-06-20T20:47:59.642Z | Checking ryu v1.0.18 |
350 | 2024-06-20T20:47:59.645Z | Checking log v0.4.21 |
351 | 2024-06-20T20:47:59.846Z | Checking bytes v1.6.0 |
352 | 2024-06-20T20:47:59.882Z | Checking allocator-api2 v0.2.18 |
353 | 2024-06-20T20:47:59.969Z | Compiling lock_api v0.4.12 |
354 | 2024-06-20T20:48:00.011Z | Compiling schemars v0.8.21 |
355 | 2024-06-20T20:48:00.036Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-06-20T20:48:00.156Z | Compiling ring v0.17.8 |
357 | 2024-06-20T20:48:00.172Z | Checking getrandom v0.2.15 |
358 | 2024-06-20T20:48:00.365Z | Checking smallvec v1.13.2 |
359 | 2024-06-20T20:48:00.373Z | Checking scopeguard v1.2.0 |
360 | 2024-06-20T20:48:00.379Z | Compiling quote v1.0.36 |
361 | 2024-06-20T20:48:00.459Z | Checking futures-core v0.3.30 |
362 | 2024-06-20T20:48:00.503Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-06-20T20:48:00.573Z | Checking mio v0.8.11 |
364 | 2024-06-20T20:48:00.627Z | Checking socket2 v0.5.7 |
365 | 2024-06-20T20:48:00.715Z | Compiling syn v2.0.66 |
366 | 2024-06-20T20:48:00.897Z | Checking num_cpus v1.16.0 |
367 | 2024-06-20T20:48:00.983Z | Compiling slab v0.4.9 |
368 | 2024-06-20T20:48:00.992Z | Checking futures-sink v0.3.30 |
369 | 2024-06-20T20:48:01.013Z | Checking parking_lot v0.12.3 |
370 | 2024-06-20T20:48:01.111Z | Checking spin v0.9.8 |
371 | 2024-06-20T20:48:01.151Z | Checking untrusted v0.9.0 |
372 | 2024-06-20T20:48:01.164Z | Checking fnv v1.0.7 |
373 | 2024-06-20T20:48:01.258Z | Checking equivalent v1.0.1 |
374 | 2024-06-20T20:48:01.279Z | Checking futures-channel v0.3.30 |
375 | 2024-06-20T20:48:01.285Z | Compiling vcpkg v0.2.15 |
376 | 2024-06-20T20:48:01.313Z | Checking futures-io v0.3.30 |
377 | 2024-06-20T20:48:01.326Z | Compiling semver v1.0.23 |
378 | 2024-06-20T20:48:01.470Z | Checking futures-task v0.3.30 |
379 | 2024-06-20T20:48:01.568Z | Compiling pkg-config v0.3.30 |
380 | 2024-06-20T20:48:01.604Z | Checking pin-utils v0.1.0 |
381 | 2024-06-20T20:48:01.665Z | Compiling ucd-trie v0.1.6 |
382 | 2024-06-20T20:48:01.805Z | Checking iana-time-zone v0.1.60 |
383 | 2024-06-20T20:48:01.821Z | Checking http v0.2.12 |
384 | 2024-06-20T20:48:02.073Z | Checking dyn-clone v1.0.17 |
385 | 2024-06-20T20:48:02.188Z | Compiling httparse v1.9.4 |
386 | 2024-06-20T20:48:02.813Z | Compiling openssl-sys v0.9.102 |
387 | 2024-06-20T20:48:02.836Z | Compiling heck v0.5.0 |
388 | 2024-06-20T20:48:03.059Z | Checking tracing-core v0.1.32 |
389 | 2024-06-20T20:48:03.254Z | Compiling uuid v1.8.0 |
390 | 2024-06-20T20:48:03.463Z | Compiling chrono v0.4.38 |
391 | 2024-06-20T20:48:03.670Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-06-20T20:48:03.698Z | Compiling openssl v0.10.64 |
393 | 2024-06-20T20:48:03.707Z | Checking tracing v0.1.40 |
394 | 2024-06-20T20:48:03.737Z | Compiling slog v2.7.0 |
395 | 2024-06-20T20:48:03.943Z | Checking try-lock v0.2.5 |
396 | 2024-06-20T20:48:04.056Z | Checking want v0.3.1 |
397 | 2024-06-20T20:48:04.124Z | Checking foreign-types v0.3.2 |
398 | 2024-06-20T20:48:04.167Z | Checking http-body v0.4.6 |
399 | 2024-06-20T20:48:04.178Z | Compiling aho-corasick v1.1.3 |
400 | 2024-06-20T20:48:04.189Z | Checking percent-encoding v2.3.1 |
401 | 2024-06-20T20:48:04.368Z | Compiling typenum v1.17.0 |
402 | 2024-06-20T20:48:04.434Z | Checking httpdate v1.0.3 |
403 | 2024-06-20T20:48:04.644Z | Checking tinyvec_macros v0.1.1 |
404 | 2024-06-20T20:48:04.711Z | Checking tower-service v0.3.2 |
405 | 2024-06-20T20:48:04.803Z | Checking bitflags v2.5.0 |
406 | 2024-06-20T20:48:04.997Z | Compiling rustls v0.21.12 |
407 | 2024-06-20T20:48:05.162Z | Compiling native-tls v0.2.12 |
408 | 2024-06-20T20:48:05.202Z | Compiling regex-syntax v0.8.4 |
409 | 2024-06-20T20:48:05.276Z | Checking tinyvec v1.6.0 |
410 | 2024-06-20T20:48:05.473Z | Checking form_urlencoded v1.2.1 |
411 | 2024-06-20T20:48:06.058Z | Compiling generic-array v0.14.7 |
412 | 2024-06-20T20:48:06.430Z | Checking openssl-probe v0.1.5 |
413 | 2024-06-20T20:48:06.449Z | Checking unicode-normalization v0.1.23 |
414 | 2024-06-20T20:48:07.220Z | Compiling serde_derive_internals v0.29.1 |
415 | 2024-06-20T20:48:07.926Z | Compiling regex-automata v0.4.7 |
416 | 2024-06-20T20:48:08.306Z | Compiling usdt-impl v0.5.0 |
417 | 2024-06-20T20:48:08.309Z | Checking encoding_rs v0.8.34 |
418 | 2024-06-20T20:48:08.641Z | Checking powerfmt v0.2.0 |
419 | 2024-06-20T20:48:08.895Z | Checking unicode-bidi v0.3.15 |
420 | 2024-06-20T20:48:09.303Z | Compiling num-conv v0.1.0 |
421 | 2024-06-20T20:48:09.469Z | Compiling time-core v0.1.2 |
422 | 2024-06-20T20:48:09.555Z | Checking mime v0.3.17 |
423 | 2024-06-20T20:48:09.624Z | Compiling time-macros v0.2.18 |
424 | 2024-06-20T20:48:09.823Z | Checking idna v0.5.0 |
425 | 2024-06-20T20:48:10.346Z | Checking deranged v0.3.11 |
426 | 2024-06-20T20:48:10.510Z | Compiling thread-id v4.2.1 |
427 | 2024-06-20T20:48:10.892Z | Compiling strsim v0.11.1 |
428 | 2024-06-20T20:48:11.643Z | Compiling regex v1.10.5 |
429 | 2024-06-20T20:48:12.127Z | Compiling crossbeam-utils v0.8.20 |
430 | 2024-06-20T20:48:12.139Z | Checking plain v0.2.3 |
431 | 2024-06-20T20:48:12.250Z | Checking base64 v0.21.7 |
432 | 2024-06-20T20:48:12.539Z | Checking num_threads v0.1.7 |
433 | 2024-06-20T20:48:12.595Z | Compiling serde_derive v1.0.203 |
434 | 2024-06-20T20:48:12.631Z | Compiling zerocopy-derive v0.7.34 |
435 | 2024-06-20T20:48:12.649Z | Compiling thiserror-impl v1.0.61 |
436 | 2024-06-20T20:48:12.657Z | Compiling schemars_derive v0.8.21 |
437 | 2024-06-20T20:48:12.716Z | Compiling tokio-macros v2.3.0 |
438 | 2024-06-20T20:48:13.595Z | Compiling futures-macro v0.3.30 |
439 | 2024-06-20T20:48:14.328Z | Checking tokio v1.38.0 |
440 | 2024-06-20T20:48:14.729Z | Checking zerocopy v0.7.34 |
441 | 2024-06-20T20:48:15.562Z | Checking futures-util v0.3.30 |
442 | 2024-06-20T20:48:15.620Z | Compiling pest v2.7.10 |
443 | 2024-06-20T20:48:15.762Z | Compiling openssl-macros v0.1.1 |
444 | 2024-06-20T20:48:15.809Z | Checking sct v0.7.1 |
445 | 2024-06-20T20:48:15.972Z | Checking rustls-webpki v0.101.7 |
446 | 2024-06-20T20:48:16.490Z | Checking hashbrown v0.14.5 |
447 | 2024-06-20T20:48:17.640Z | Compiling scroll_derive v0.12.0 |
448 | 2024-06-20T20:48:18.414Z | Compiling pest_meta v2.7.10 |
449 | 2024-06-20T20:48:19.028Z | Compiling regress v0.10.0 |
450 | 2024-06-20T20:48:19.125Z | Checking scroll v0.12.0 |
451 | 2024-06-20T20:48:19.602Z | Compiling pest_generator v2.7.10 |
452 | 2024-06-20T20:48:21.026Z | Checking tokio-util v0.7.11 |
453 | 2024-06-20T20:48:21.277Z | Checking tokio-rustls v0.24.1 |
454 | 2024-06-20T20:48:21.604Z | Compiling ident_case v1.0.1 |
455 | 2024-06-20T20:48:21.840Z | Compiling unicode-width v0.1.13 |
456 | 2024-06-20T20:48:22.037Z | Checking rustls-pki-types v1.7.0 |
457 | 2024-06-20T20:48:22.153Z | Checking tokio-native-tls v0.3.1 |
458 | 2024-06-20T20:48:22.378Z | Compiling getopts v0.2.21 |
459 | 2024-06-20T20:48:22.434Z | Compiling darling_core v0.20.9 |
460 | 2024-06-20T20:48:22.724Z | Compiling pest_derive v2.7.10 |
461 | 2024-06-20T20:48:23.059Z | Checking goblin v0.8.2 |
462 | 2024-06-20T20:48:23.531Z | Compiling dtrace-parser v0.2.0 |
463 | 2024-06-20T20:48:24.240Z | Checking time v0.3.36 |
464 | 2024-06-20T20:48:25.126Z | Checking rustls-pemfile v1.0.4 |
465 | 2024-06-20T20:48:25.307Z | Checking url v2.5.2 |
466 | 2024-06-20T20:48:25.356Z | Checking dirs-sys-next v0.1.2 |
467 | 2024-06-20T20:48:25.512Z | Checking indexmap v2.2.6 |
468 | 2024-06-20T20:48:26.540Z | Compiling serde_tokenstream v0.2.1 |
469 | 2024-06-20T20:48:26.685Z | Checking h2 v0.3.26 |
470 | 2024-06-20T20:48:27.042Z | Checking serde_urlencoded v0.7.1 |
471 | 2024-06-20T20:48:27.356Z | Checking openapiv3 v2.0.0 |
472 | 2024-06-20T20:48:27.808Z | Checking ipnet v2.9.0 |
473 | 2024-06-20T20:48:28.084Z | Compiling unsafe-libyaml v0.2.11 |
474 | 2024-06-20T20:48:28.205Z | Compiling dof v0.3.0 |
475 | 2024-06-20T20:48:29.124Z | Compiling rustversion v1.0.17 |
476 | 2024-06-20T20:48:29.264Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
477 | 2024-06-20T20:48:29.764Z | Compiling omicron-workspace-hack v0.1.0 |
478 | 2024-06-20T20:48:29.883Z | Compiling rustls v0.22.4 |
479 | 2024-06-20T20:48:30.162Z | Checking pretty-hex v0.4.1 |
480 | 2024-06-20T20:48:30.275Z | Checking sync_wrapper v0.1.2 |
481 | 2024-06-20T20:48:30.316Z | Checking webpki-roots v0.25.4 |
482 | 2024-06-20T20:48:30.378Z | Compiling paste v1.0.15 |
483 | 2024-06-20T20:48:30.646Z | Checking hyper v0.14.29 |
484 | 2024-06-20T20:48:30.890Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-06-20T20:48:30.931Z | Compiling darling_macro v0.20.9 |
486 | 2024-06-20T20:48:31.487Z | Checking dirs-next v2.0.0 |
487 | 2024-06-20T20:48:31.544Z | Checking serde_spanned v0.6.6 |
488 | 2024-06-20T20:48:31.594Z | Checking toml_datetime v0.6.6 |
489 | 2024-06-20T20:48:31.841Z | Checking rustls-webpki v0.102.4 |
490 | 2024-06-20T20:48:31.850Z | Compiling structmeta-derive v0.3.0 |
491 | 2024-06-20T20:48:31.976Z | Checking crypto-common v0.1.6 |
492 | 2024-06-20T20:48:32.119Z | Checking block-buffer v0.10.4 |
493 | 2024-06-20T20:48:32.299Z | Checking rand_core v0.6.4 |
494 | 2024-06-20T20:48:32.490Z | Compiling multer v3.1.0 |
495 | 2024-06-20T20:48:32.551Z | Checking thread_local v1.1.8 |
496 | 2024-06-20T20:48:32.554Z | Checking subtle v2.6.0 |
497 | 2024-06-20T20:48:32.760Z | Checking winnow v0.6.13 |
498 | 2024-06-20T20:48:32.786Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-06-20T20:48:32.806Z | Checking match_cfg v0.1.0 |
500 | 2024-06-20T20:48:32.877Z | Compiling slog-async v2.8.0 |
501 | 2024-06-20T20:48:33.173Z | Checking zeroize v1.8.1 |
502 | 2024-06-20T20:48:33.343Z | Compiling camino v1.1.7 |
503 | 2024-06-20T20:48:33.394Z | Compiling anyhow v1.0.86 |
504 | 2024-06-20T20:48:33.447Z | Checking rand_chacha v0.3.1 |
505 | 2024-06-20T20:48:33.993Z | Checking hostname v0.3.1 |
506 | 2024-06-20T20:48:34.143Z | Checking crossbeam-channel v0.5.13 |
507 | 2024-06-20T20:48:34.561Z | Compiling structmeta v0.3.0 |
508 | 2024-06-20T20:48:34.616Z | Checking digest v0.10.7 |
509 | 2024-06-20T20:48:34.665Z | Compiling darling v0.20.9 |
510 | 2024-06-20T20:48:34.767Z | Checking term v0.7.0 |
511 | 2024-06-20T20:48:34.914Z | Compiling usdt-macro v0.5.0 |
512 | 2024-06-20T20:48:34.995Z | Checking hyper-tls v0.5.0 |
513 | 2024-06-20T20:48:35.174Z | Checking hyper-rustls v0.24.2 |
514 | 2024-06-20T20:48:35.252Z | Compiling usdt-attr-macro v0.5.0 |
515 | 2024-06-20T20:48:35.438Z | Checking reqwest v0.11.27 |
516 | 2024-06-20T20:48:35.726Z | Checking toml_edit v0.22.14 |
517 | 2024-06-20T20:48:35.954Z | Checking slog-json v2.6.1 |
518 | 2024-06-20T20:48:36.214Z | Checking futures-executor v0.3.30 |
519 | 2024-06-20T20:48:36.218Z | Compiling async-stream-impl v0.3.5 |
520 | 2024-06-20T20:48:36.218Z | Checking http v1.1.0 |
521 | 2024-06-20T20:48:36.357Z | Checking memmap v0.7.0 |
522 | 2024-06-20T20:48:36.547Z | Checking is-terminal v0.4.12 |
523 | 2024-06-20T20:48:36.644Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
524 | 2024-06-20T20:48:36.649Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
525 | 2024-06-20T20:48:36.696Z | Checking atomic-waker v1.1.2 |
526 | 2024-06-20T20:48:36.802Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
527 | 2024-06-20T20:48:36.926Z | Checking cpufeatures v0.2.12 |
528 | 2024-06-20T20:48:37.950Z | Checking base64 v0.22.1 |
529 | 2024-06-20T20:48:37.953Z | Checking take_mut v0.2.2 |
530 | 2024-06-20T20:48:37.953Z | Checking sha1 v0.10.6 |
531 | 2024-06-20T20:48:37.953Z | Checking waitgroup v0.1.2 |
532 | 2024-06-20T20:48:37.953Z | Checking usdt v0.5.0 |
533 | 2024-06-20T20:48:37.953Z | Checking tokio-rustls v0.25.0 |
534 | 2024-06-20T20:48:37.953Z | Checking rustls-pemfile v2.1.2 |
535 | 2024-06-20T20:48:37.953Z | Checking async-stream v0.3.5 |
536 | 2024-06-20T20:48:37.953Z | Checking slog-term v2.9.1 |
537 | 2024-06-20T20:48:37.954Z | Checking futures v0.3.30 |
538 | 2024-06-20T20:48:37.954Z | Checking slog-bunyan v2.5.0 |
539 | 2024-06-20T20:48:37.954Z | Compiling strum_macros v0.26.4 |
540 | 2024-06-20T20:48:37.954Z | Compiling parse-display-derive v0.9.1 |
541 | 2024-06-20T20:48:37.954Z | Compiling serde_with_macros v3.8.1 |
542 | 2024-06-20T20:48:37.965Z | Checking rand v0.8.5 |
543 | 2024-06-20T20:48:38.150Z | Checking toml v0.8.14 |
544 | 2024-06-20T20:48:38.206Z | Checking ipnetwork v0.20.0 |
545 | 2024-06-20T20:48:38.401Z | Checking newtype-uuid v1.1.0 |
546 | 2024-06-20T20:48:38.533Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
547 | 2024-06-20T20:48:38.618Z | Checking hex v0.4.3 |
548 | 2024-06-20T20:48:38.866Z | Checking serde_path_to_error v0.1.16 |
549 | 2024-06-20T20:48:39.135Z | Compiling async-trait v0.1.80 |
550 | 2024-06-20T20:48:39.187Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-06-20T20:48:39.471Z | Checking hostname v0.4.0 |
552 | 2024-06-20T20:48:39.594Z | Checking instant v0.1.13 |
553 | 2024-06-20T20:48:39.684Z | Checking debug-ignore v1.0.5 |
554 | 2024-06-20T20:48:39.800Z | Checking backoff v0.4.0 |
555 | 2024-06-20T20:48:39.950Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
556 | 2024-06-20T20:48:40.069Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
557 | 2024-06-20T20:48:40.072Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
558 | 2024-06-20T20:48:40.230Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
559 | 2024-06-20T20:48:40.283Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
560 | 2024-06-20T20:48:40.532Z | Checking serde_with v3.8.1 |
561 | 2024-06-20T20:48:40.573Z | Checking macaddr v1.0.1 |
562 | 2024-06-20T20:48:40.885Z | Checking regress v0.9.1 |
563 | 2024-06-20T20:48:41.729Z | Checking parse-display v0.9.1 |
564 | 2024-06-20T20:48:41.997Z | Checking strum v0.26.2 |
565 | 2024-06-20T20:48:42.989Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
566 | 2024-06-20T20:48:44.783Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
567 | 2024-06-20T20:48:44.833Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
568 | 2024-06-20T20:48:47.632Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
569 | 2024-06-20T20:48:53.631Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
570 | 2024-06-20T20:48:56.288Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
571 | 2024-06-20T20:49:01.947Z | Checking test-project v0.1.0 (/tmp/test-project) |
572 | 2024-06-20T20:49:01.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
573 | 2024-06-20T20:49:02.054Z | + cargo build --release |
574 | 2024-06-20T20:49:02.298Z | Compiling proc-macro2 v1.0.85 |
575 | 2024-06-20T20:49:02.298Z | Compiling unicode-ident v1.0.12 |
576 | 2024-06-20T20:49:02.298Z | Compiling libc v0.2.155 |
577 | 2024-06-20T20:49:02.298Z | Compiling cfg-if v1.0.0 |
578 | 2024-06-20T20:49:02.301Z | Compiling version_check v0.9.4 |
579 | 2024-06-20T20:49:02.301Z | Compiling autocfg v1.3.0 |
580 | 2024-06-20T20:49:02.301Z | Compiling serde v1.0.203 |
581 | 2024-06-20T20:49:02.301Z | Compiling serde_json v1.0.117 |
582 | 2024-06-20T20:49:02.413Z | Compiling itoa v1.0.11 |
583 | 2024-06-20T20:49:02.472Z | Compiling thiserror v1.0.61 |
584 | 2024-06-20T20:49:02.623Z | Compiling once_cell v1.19.0 |
585 | 2024-06-20T20:49:02.734Z | Compiling cc v1.0.99 |
586 | 2024-06-20T20:49:02.852Z | Compiling memchr v2.7.4 |
587 | 2024-06-20T20:49:02.926Z | Compiling ahash v0.8.11 |
588 | 2024-06-20T20:49:03.276Z | Compiling byteorder v1.5.0 |
589 | 2024-06-20T20:49:03.342Z | Compiling num-traits v0.2.19 |
590 | 2024-06-20T20:49:03.641Z | Compiling pin-project-lite v0.2.14 |
591 | 2024-06-20T20:49:03.698Z | Compiling quote v1.0.36 |
592 | 2024-06-20T20:49:03.746Z | Compiling getrandom v0.2.15 |
593 | 2024-06-20T20:49:03.787Z | Compiling ryu v1.0.18 |
594 | 2024-06-20T20:49:04.076Z | Compiling syn v2.0.66 |
595 | 2024-06-20T20:49:04.268Z | Compiling log v0.4.21 |
596 | 2024-06-20T20:49:04.275Z | Compiling bytes v1.6.0 |
597 | 2024-06-20T20:49:04.466Z | Compiling schemars v0.8.21 |
598 | 2024-06-20T20:49:04.516Z | Compiling allocator-api2 v0.2.18 |
599 | 2024-06-20T20:49:04.602Z | Compiling lock_api v0.4.12 |
600 | 2024-06-20T20:49:04.714Z | Compiling parking_lot_core v0.9.10 |
601 | 2024-06-20T20:49:04.820Z | Compiling futures-core v0.3.30 |
602 | 2024-06-20T20:49:05.042Z | Compiling scopeguard v1.2.0 |
603 | 2024-06-20T20:49:05.048Z | Compiling smallvec v1.13.2 |
604 | 2024-06-20T20:49:05.178Z | Compiling num_cpus v1.16.0 |
605 | 2024-06-20T20:49:05.292Z | Compiling socket2 v0.5.7 |
606 | 2024-06-20T20:49:05.328Z | Compiling signal-hook-registry v1.4.2 |
607 | 2024-06-20T20:49:05.612Z | Compiling ring v0.17.8 |
608 | 2024-06-20T20:49:05.665Z | Compiling mio v0.8.11 |
609 | 2024-06-20T20:49:05.854Z | Compiling slab v0.4.9 |
610 | 2024-06-20T20:49:06.093Z | Compiling parking_lot v0.12.3 |
611 | 2024-06-20T20:49:06.270Z | Compiling spin v0.9.8 |
612 | 2024-06-20T20:49:06.447Z | Compiling futures-sink v0.3.30 |
613 | 2024-06-20T20:49:06.586Z | Compiling untrusted v0.9.0 |
614 | 2024-06-20T20:49:06.754Z | Compiling semver v1.0.23 |
615 | 2024-06-20T20:49:06.926Z | Compiling equivalent v1.0.1 |
616 | 2024-06-20T20:49:07.015Z | Compiling fnv v1.0.7 |
617 | 2024-06-20T20:49:07.128Z | Compiling futures-channel v0.3.30 |
618 | 2024-06-20T20:49:07.341Z | Compiling vcpkg v0.2.15 |
619 | 2024-06-20T20:49:07.409Z | Compiling pkg-config v0.3.30 |
620 | 2024-06-20T20:49:07.426Z | Compiling pin-utils v0.1.0 |
621 | 2024-06-20T20:49:07.503Z | Compiling futures-task v0.3.30 |
622 | 2024-06-20T20:49:07.580Z | Compiling futures-io v0.3.30 |
623 | 2024-06-20T20:49:08.009Z | Compiling iana-time-zone v0.1.60 |
624 | 2024-06-20T20:49:08.016Z | Compiling ucd-trie v0.1.6 |
625 | 2024-06-20T20:49:08.507Z | Compiling http v0.2.12 |
626 | 2024-06-20T20:49:08.716Z | Compiling httparse v1.9.4 |
627 | 2024-06-20T20:49:08.975Z | Compiling heck v0.5.0 |
628 | 2024-06-20T20:49:09.021Z | Compiling openssl-sys v0.9.102 |
629 | 2024-06-20T20:49:09.357Z | Compiling dyn-clone v1.0.17 |
630 | 2024-06-20T20:49:09.612Z | Compiling tracing-core v0.1.32 |
631 | 2024-06-20T20:49:09.962Z | Compiling chrono v0.4.38 |
632 | 2024-06-20T20:49:10.024Z | Compiling uuid v1.8.0 |
633 | 2024-06-20T20:49:10.545Z | Compiling tracing v0.1.40 |
634 | 2024-06-20T20:49:11.238Z | Compiling serde_derive_internals v0.29.1 |
635 | 2024-06-20T20:49:12.008Z | Compiling slog v2.7.0 |
636 | 2024-06-20T20:49:12.429Z | Compiling try-lock v0.2.5 |
637 | 2024-06-20T20:49:12.563Z | Compiling foreign-types-shared v0.1.1 |
638 | 2024-06-20T20:49:12.661Z | Compiling openssl v0.10.64 |
639 | 2024-06-20T20:49:12.827Z | Compiling foreign-types v0.3.2 |
640 | 2024-06-20T20:49:12.905Z | Compiling want v0.3.1 |
641 | 2024-06-20T20:49:13.083Z | Compiling http-body v0.4.6 |
642 | 2024-06-20T20:49:13.251Z | Compiling aho-corasick v1.1.3 |
643 | 2024-06-20T20:49:13.556Z | Compiling tower-service v0.3.2 |
644 | 2024-06-20T20:49:13.599Z | Compiling bitflags v2.5.0 |
645 | 2024-06-20T20:49:13.665Z | Compiling httpdate v1.0.3 |
646 | 2024-06-20T20:49:13.924Z | Compiling native-tls v0.2.12 |
647 | 2024-06-20T20:49:14.274Z | Compiling typenum v1.17.0 |
648 | 2024-06-20T20:49:14.433Z | Compiling regex-syntax v0.8.4 |
649 | 2024-06-20T20:49:14.643Z | Compiling rustls v0.21.12 |
650 | 2024-06-20T20:49:14.774Z | Compiling percent-encoding v2.3.1 |
651 | 2024-06-20T20:49:14.931Z | Compiling tinyvec_macros v0.1.1 |
652 | 2024-06-20T20:49:15.010Z | Compiling tinyvec v1.6.0 |
653 | 2024-06-20T20:49:15.228Z | Compiling form_urlencoded v1.2.1 |
654 | 2024-06-20T20:49:15.818Z | Compiling generic-array v0.14.7 |
655 | 2024-06-20T20:49:16.212Z | Compiling openssl-probe v0.1.5 |
656 | 2024-06-20T20:49:16.628Z | Compiling unicode-normalization v0.1.23 |
657 | 2024-06-20T20:49:16.772Z | Compiling serde_derive v1.0.203 |
658 | 2024-06-20T20:49:17.208Z | Compiling zerocopy-derive v0.7.34 |
659 | 2024-06-20T20:49:17.669Z | Compiling thiserror-impl v1.0.61 |
660 | 2024-06-20T20:49:17.887Z | Compiling schemars_derive v0.8.21 |
661 | 2024-06-20T20:49:18.229Z | Compiling tokio-macros v2.3.0 |
662 | 2024-06-20T20:49:19.326Z | Compiling zerocopy v0.7.34 |
663 | 2024-06-20T20:49:20.254Z | Compiling tokio v1.38.0 |
664 | 2024-06-20T20:49:20.663Z | Compiling futures-macro v0.3.30 |
665 | 2024-06-20T20:49:20.965Z | Compiling pest v2.7.10 |
666 | 2024-06-20T20:49:21.613Z | Compiling hashbrown v0.14.5 |
667 | 2024-06-20T20:49:22.712Z | Compiling futures-util v0.3.30 |
668 | 2024-06-20T20:49:23.355Z | Compiling pest_meta v2.7.10 |
669 | 2024-06-20T20:49:23.370Z | Compiling regress v0.10.0 |
670 | 2024-06-20T20:49:23.630Z | Compiling openssl-macros v0.1.1 |
671 | 2024-06-20T20:49:24.647Z | Compiling pest_generator v2.7.10 |
672 | 2024-06-20T20:49:27.733Z | Compiling pest_derive v2.7.10 |
673 | 2024-06-20T20:49:28.103Z | Compiling rustls-webpki v0.101.7 |
674 | 2024-06-20T20:49:28.589Z | Compiling tokio-util v0.7.11 |
675 | 2024-06-20T20:49:29.683Z | Compiling sct v0.7.1 |
676 | 2024-06-20T20:49:30.154Z | Compiling regex-automata v0.4.7 |
677 | 2024-06-20T20:49:31.347Z | Compiling indexmap v2.2.6 |
678 | 2024-06-20T20:49:32.338Z | Compiling serde_tokenstream v0.2.1 |
679 | 2024-06-20T20:49:34.967Z | Compiling h2 v0.3.26 |
680 | 2024-06-20T20:49:37.488Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
681 | 2024-06-20T20:49:38.295Z | Compiling regex v1.10.5 |
682 | 2024-06-20T20:49:40.460Z | Compiling hyper v0.14.29 |
683 | 2024-06-20T20:49:42.722Z | Compiling scroll_derive v0.12.0 |
684 | 2024-06-20T20:49:49.275Z | Compiling usdt-impl v0.5.0 |
685 | 2024-06-20T20:49:49.626Z | Compiling encoding_rs v0.8.34 |
686 | 2024-06-20T20:49:49.696Z | Compiling powerfmt v0.2.0 |
687 | 2024-06-20T20:49:50.309Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
688 | 2024-06-20T20:49:50.874Z | Compiling time-core v0.1.2 |
689 | 2024-06-20T20:49:51.030Z | Compiling unicode-bidi v0.3.15 |
690 | 2024-06-20T20:49:54.080Z | Compiling num-conv v0.1.0 |
691 | 2024-06-20T20:49:54.329Z | Compiling mime v0.3.17 |
692 | 2024-06-20T20:49:54.379Z | Compiling time-macros v0.2.18 |
693 | 2024-06-20T20:49:57.556Z | Compiling idna v0.5.0 |
694 | 2024-06-20T20:49:58.201Z | Compiling deranged v0.3.11 |
695 | 2024-06-20T20:49:59.148Z | Compiling tokio-rustls v0.24.1 |
696 | 2024-06-20T20:50:00.222Z | Compiling scroll v0.12.0 |
697 | 2024-06-20T20:50:00.421Z | Compiling tokio-native-tls v0.3.1 |
698 | 2024-06-20T20:50:00.703Z | Compiling dof v0.3.0 |
699 | 2024-06-20T20:50:00.859Z | Compiling serde_urlencoded v0.7.1 |
700 | 2024-06-20T20:50:01.065Z | Compiling dtrace-parser v0.2.0 |
701 | 2024-06-20T20:50:01.596Z | Compiling thread-id v4.2.1 |
702 | 2024-06-20T20:50:01.691Z | Compiling base64 v0.21.7 |
703 | 2024-06-20T20:50:02.815Z | Compiling unicode-width v0.1.13 |
704 | 2024-06-20T20:50:02.865Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-06-20T20:50:02.912Z | Compiling rustls-pki-types v1.7.0 |
706 | 2024-06-20T20:50:03.446Z | Compiling plain v0.2.3 |
707 | 2024-06-20T20:50:03.593Z | Compiling omicron-workspace-hack v0.1.0 |
708 | 2024-06-20T20:50:04.618Z | Compiling ident_case v1.0.1 |
709 | 2024-06-20T20:50:04.776Z | Compiling num_threads v0.1.7 |
710 | 2024-06-20T20:50:04.884Z | Compiling strsim v0.11.1 |
711 | 2024-06-20T20:50:05.559Z | Compiling darling_core v0.20.9 |
712 | 2024-06-20T20:50:05.646Z | Compiling time v0.3.36 |
713 | 2024-06-20T20:50:11.193Z | Compiling goblin v0.8.2 |
714 | 2024-06-20T20:50:11.303Z | Compiling getopts v0.2.21 |
715 | 2024-06-20T20:50:11.965Z | Compiling rustls-pemfile v1.0.4 |
716 | 2024-06-20T20:50:12.597Z | Compiling hyper-tls v0.5.0 |
717 | 2024-06-20T20:50:13.089Z | Compiling hyper-rustls v0.24.2 |
718 | 2024-06-20T20:50:13.512Z | Compiling url v2.5.2 |
719 | 2024-06-20T20:50:13.677Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
720 | 2024-06-20T20:50:13.794Z | Compiling openapiv3 v2.0.0 |
721 | 2024-06-20T20:50:16.598Z | Compiling dirs-sys-next v0.1.2 |
722 | 2024-06-20T20:50:17.409Z | Compiling paste v1.0.15 |
723 | 2024-06-20T20:50:17.755Z | Compiling sync_wrapper v0.1.2 |
724 | 2024-06-20T20:50:17.874Z | Compiling ipnet v2.9.0 |
725 | 2024-06-20T20:50:17.881Z | Compiling unsafe-libyaml v0.2.11 |
726 | 2024-06-20T20:50:18.328Z | Compiling rustversion v1.0.17 |
727 | 2024-06-20T20:50:18.988Z | Compiling rustls v0.22.4 |
728 | 2024-06-20T20:50:19.227Z | Compiling pretty-hex v0.4.1 |
729 | 2024-06-20T20:50:19.449Z | Compiling webpki-roots v0.25.4 |
730 | 2024-06-20T20:50:19.552Z | Compiling reqwest v0.11.27 |
731 | 2024-06-20T20:50:20.634Z | Compiling serde_yaml v0.9.34+deprecated |
732 | 2024-06-20T20:50:21.852Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
733 | 2024-06-20T20:50:22.377Z | Compiling dirs-next v2.0.0 |
734 | 2024-06-20T20:50:22.623Z | Compiling darling_macro v0.20.9 |
735 | 2024-06-20T20:50:25.722Z | Compiling rustls-webpki v0.102.4 |
736 | 2024-06-20T20:50:26.108Z | Compiling crypto-common v0.1.6 |
737 | 2024-06-20T20:50:26.307Z | Compiling block-buffer v0.10.4 |
738 | 2024-06-20T20:50:26.485Z | Compiling toml_datetime v0.6.6 |
739 | 2024-06-20T20:50:26.525Z | Compiling serde_spanned v0.6.6 |
740 | 2024-06-20T20:50:26.760Z | Compiling structmeta-derive v0.3.0 |
741 | 2024-06-20T20:50:27.175Z | Compiling rand_core v0.6.4 |
742 | 2024-06-20T20:50:27.763Z | Compiling multer v3.1.0 |
743 | 2024-06-20T20:50:28.077Z | Compiling thread_local v1.1.8 |
744 | 2024-06-20T20:50:28.860Z | Compiling slog-async v2.8.0 |
745 | 2024-06-20T20:50:29.026Z | Compiling subtle v2.6.0 |
746 | 2024-06-20T20:50:29.291Z | Compiling camino v1.1.7 |
747 | 2024-06-20T20:50:29.344Z | Compiling winnow v0.6.13 |
748 | 2024-06-20T20:50:29.606Z | Compiling zeroize v1.8.1 |
749 | 2024-06-20T20:50:29.866Z | Compiling ppv-lite86 v0.2.17 |
750 | 2024-06-20T20:50:29.926Z | Compiling anyhow v1.0.86 |
751 | 2024-06-20T20:50:30.257Z | Compiling match_cfg v0.1.0 |
752 | 2024-06-20T20:50:30.342Z | Compiling hostname v0.3.1 |
753 | 2024-06-20T20:50:30.665Z | Compiling rand_chacha v0.3.1 |
754 | 2024-06-20T20:50:30.688Z | Compiling structmeta v0.3.0 |
755 | 2024-06-20T20:50:30.873Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
756 | 2024-06-20T20:50:32.436Z | Compiling digest v0.10.7 |
757 | 2024-06-20T20:50:33.640Z | Compiling toml_edit v0.22.14 |
758 | 2024-06-20T20:50:35.553Z | Compiling crossbeam-channel v0.5.13 |
759 | 2024-06-20T20:50:37.317Z | Compiling darling v0.20.9 |
760 | 2024-06-20T20:50:37.414Z | Compiling term v0.7.0 |
761 | 2024-06-20T20:50:43.406Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
762 | 2024-06-20T20:50:44.117Z | Compiling usdt-attr-macro v0.5.0 |
763 | 2024-06-20T20:50:45.206Z | Compiling usdt-macro v0.5.0 |
764 | 2024-06-20T20:50:45.637Z | Compiling slog-json v2.6.1 |
765 | 2024-06-20T20:50:46.141Z | Compiling futures-executor v0.3.30 |
766 | 2024-06-20T20:50:46.535Z | Compiling async-stream-impl v0.3.5 |
767 | 2024-06-20T20:50:47.175Z | Compiling http v1.1.0 |
768 | 2024-06-20T20:50:47.460Z | Compiling memmap v0.7.0 |
769 | 2024-06-20T20:50:47.912Z | Compiling is-terminal v0.4.12 |
770 | 2024-06-20T20:50:47.944Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
771 | 2024-06-20T20:50:48.020Z | Compiling atomic-waker v1.1.2 |
772 | 2024-06-20T20:50:48.182Z | Compiling take_mut v0.2.2 |
773 | 2024-06-20T20:50:48.255Z | Compiling cpufeatures v0.2.12 |
774 | 2024-06-20T20:50:48.322Z | Compiling base64 v0.22.1 |
775 | 2024-06-20T20:50:48.339Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
776 | 2024-06-20T20:50:48.656Z | Compiling sha1 v0.10.6 |
777 | 2024-06-20T20:50:49.420Z | Compiling rustls-pemfile v2.1.2 |
778 | 2024-06-20T20:50:51.977Z | Compiling waitgroup v0.1.2 |
779 | 2024-06-20T20:50:52.214Z | Compiling slog-term v2.9.1 |
780 | 2024-06-20T20:50:52.302Z | Compiling async-stream v0.3.5 |
781 | 2024-06-20T20:50:52.657Z | Compiling usdt v0.5.0 |
782 | 2024-06-20T20:50:53.911Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
783 | 2024-06-20T20:50:54.090Z | Compiling futures v0.3.30 |
784 | 2024-06-20T20:50:54.273Z | Compiling slog-bunyan v2.5.0 |
785 | 2024-06-20T20:50:54.280Z | Compiling strum_macros v0.26.4 |
786 | 2024-06-20T20:50:54.533Z | Compiling serde_with_macros v3.8.1 |
787 | 2024-06-20T20:50:55.190Z | Compiling toml v0.8.14 |
788 | 2024-06-20T20:50:57.428Z | Compiling tokio-rustls v0.25.0 |
789 | 2024-06-20T20:50:57.842Z | Compiling parse-display-derive v0.9.1 |
790 | 2024-06-20T20:50:59.136Z | Compiling rand v0.8.5 |
791 | 2024-06-20T20:51:01.727Z | Compiling ipnetwork v0.20.0 |
792 | 2024-06-20T20:51:02.098Z | Compiling newtype-uuid v1.1.0 |
793 | 2024-06-20T20:51:02.338Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
794 | 2024-06-20T20:51:02.397Z | Compiling serde_path_to_error v0.1.16 |
795 | 2024-06-20T20:51:02.800Z | Compiling hex v0.4.3 |
796 | 2024-06-20T20:51:03.423Z | Compiling async-trait v0.1.80 |
797 | 2024-06-20T20:51:03.506Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
798 | 2024-06-20T20:51:04.312Z | Compiling hostname v0.4.0 |
799 | 2024-06-20T20:51:04.543Z | Compiling instant v0.1.13 |
800 | 2024-06-20T20:51:04.691Z | Compiling debug-ignore v1.0.5 |
801 | 2024-06-20T20:51:04.823Z | Compiling backoff v0.4.0 |
802 | 2024-06-20T20:51:04.893Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
803 | 2024-06-20T20:51:05.093Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
804 | 2024-06-20T20:51:05.101Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
805 | 2024-06-20T20:51:05.143Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
806 | 2024-06-20T20:51:05.256Z | Compiling parse-display v0.9.1 |
807 | 2024-06-20T20:51:06.679Z | Compiling strum v0.26.2 |
808 | 2024-06-20T20:51:06.854Z | Compiling serde_with v3.8.1 |
809 | 2024-06-20T20:51:07.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
810 | 2024-06-20T20:51:08.158Z | Compiling macaddr v1.0.1 |
811 | 2024-06-20T20:51:08.758Z | Compiling regress v0.9.1 |
812 | 2024-06-20T20:51:13.425Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
813 | 2024-06-20T20:51:22.477Z | Compiling test-project v0.1.0 (/tmp/test-project) |
814 | 2024-06-20T20:51:30.383Z | Finished `release` profile [optimized] target(s) in 2m 28s |
815 | 2024-06-20T20:51:30.431Z | process exited: duration 222097 ms, exit code 0 |
|
816 | 2024-06-20T20:51:30.437Z | found 0 output files |