|
|
|
1 | 2024-06-17T21:37:43.078Z | job assigned to worker 01J0M237FZW6Y8JNS94578P2B4 (queued for 56 s) |
|
2 | 2024-06-17T21:37:50.314Z | starting task 0: "setup" |
3 | 2024-06-17T21:37:50.371Z | ++ uname -s |
4 | 2024-06-17T21:37:50.374Z | + kern=SunOS |
5 | 2024-06-17T21:37:50.374Z | + case "$kern" in |
6 | 2024-06-17T21:37:50.374Z | + groupadd -g 12345 build |
7 | 2024-06-17T21:37:50.377Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T21:37:52.385Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T21:37:52.461Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T21:37:52.464Z | + home_fs=zfs |
11 | 2024-06-17T21:37:52.464Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T21:37:52.464Z | + mkdir -p /home/build |
13 | 2024-06-17T21:37:52.467Z | + chown build:build /home/build /work |
14 | 2024-06-17T21:37:54.468Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T21:37:54.472Z | process exited: duration 4156 ms, exit code 0 |
|
16 | 2024-06-17T21:37:54.477Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T21:37:54.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T21:37:54.484Z | ' 1.78.0 |
19 | 2024-06-17T21:37:54.487Z | * toolchain channel = "1.78.0" |
20 | 2024-06-17T21:37:54.487Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-17T21:37:54.487Z | ' default |
22 | 2024-06-17T21:37:54.487Z | * toolchain profile = "default" |
23 | 2024-06-17T21:37:54.487Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T21:37:54.487Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-17T21:37:54.600Z | info: downloading installer |
26 | 2024-06-17T21:37:55.849Z | info: profile set to 'default' |
27 | 2024-06-17T21:37:55.849Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T21:37:55.852Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-17T21:37:55.979Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-17T21:37:55.979Z | info: downloading component 'cargo' |
31 | 2024-06-17T21:37:56.648Z | info: downloading component 'clippy' |
32 | 2024-06-17T21:37:56.880Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T21:37:57.795Z | info: downloading component 'rust-std' |
34 | 2024-06-17T21:37:59.307Z | info: downloading component 'rustc' |
35 | 2024-06-17T21:38:02.959Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T21:38:03.161Z | info: installing component 'cargo' |
37 | 2024-06-17T21:38:03.992Z | info: installing component 'clippy' |
38 | 2024-06-17T21:38:04.346Z | info: installing component 'rust-docs' |
39 | 2024-06-17T21:38:05.895Z | info: installing component 'rust-std' |
40 | 2024-06-17T21:38:07.619Z | info: installing component 'rustc' |
41 | 2024-06-17T21:38:11.864Z | info: installing component 'rustfmt' |
42 | 2024-06-17T21:38:12.200Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-17T21:38:12.200Z | |
44 | 2024-06-17T21:38:12.464Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-17T21:38:12.464Z | |
46 | 2024-06-17T21:38:12.467Z | |
47 | 2024-06-17T21:38:12.467Z | Rust is installed now. Great! |
48 | 2024-06-17T21:38:12.467Z | |
49 | 2024-06-17T21:38:12.467Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T21:38:12.467Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T21:38:12.467Z | |
52 | 2024-06-17T21:38:12.467Z | To configure your current shell, you need to source |
53 | 2024-06-17T21:38:12.467Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T21:38:12.467Z | |
55 | 2024-06-17T21:38:12.467Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T21:38:12.467Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T21:38:12.467Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T21:38:12.540Z | + rustc --version |
59 | 2024-06-17T21:38:12.608Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-17T21:38:12.613Z | process exited: duration 18132 ms, exit code 0 |
|
61 | 2024-06-17T21:38:12.618Z | starting task 2: "authentication" |
62 | 2024-06-17T21:38:12.641Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-06-17T21:38:12.647Z | starting task 3: "clone repository" |
64 | 2024-06-17T21:38:12.652Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-17T21:38:12.655Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-17T21:38:12.793Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-17T21:38:17.547Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-17T21:38:17.547Z | + git fetch origin a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
69 | 2024-06-17T21:38:17.865Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-17T21:38:17.865Z | * branch a98fcb5ac70201d497e3ef75571d5351d9a74b7f -> FETCH_HEAD |
71 | 2024-06-17T21:38:17.874Z | + [[ -n dap/steno-error-update ]] |
72 | 2024-06-17T21:38:17.877Z | ++ git branch --show-current |
73 | 2024-06-17T21:38:17.879Z | + current=main |
74 | 2024-06-17T21:38:17.879Z | + [[ main != dap/steno-error-update ]] |
75 | 2024-06-17T21:38:17.880Z | + git branch -f dap/steno-error-update a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
76 | 2024-06-17T21:38:17.882Z | + git checkout -f dap/steno-error-update |
77 | 2024-06-17T21:38:18.024Z | Switched to branch 'dap/steno-error-update' |
78 | 2024-06-17T21:38:18.027Z | + git reset --hard a98fcb5ac70201d497e3ef75571d5351d9a74b7f |
79 | 2024-06-17T21:38:18.164Z | HEAD is now at a98fcb5ac in-progress update to steno with UndoActionPermanentError |
80 | 2024-06-17T21:38:18.167Z | process exited: duration 5517 ms, exit code 0 |
|
81 | 2024-06-17T21:38:18.172Z | starting task 4: "build" |
82 | 2024-06-17T21:38:18.178Z | + cargo --version |
83 | 2024-06-17T21:38:18.233Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-17T21:38:18.236Z | + rustc --version |
85 | 2024-06-17T21:38:18.293Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-17T21:38:18.296Z | + cd /tmp |
87 | 2024-06-17T21:38:18.296Z | + cargo new --lib test-project |
88 | 2024-06-17T21:38:18.359Z | Creating library `test-project` package |
89 | 2024-06-17T21:38:18.434Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-17T21:38:18.438Z | + cd test-project |
91 | 2024-06-17T21:38:18.438Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-17T21:38:18.492Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-17T21:38:18.492Z | Features: |
94 | 2024-06-17T21:38:18.492Z | - proptest |
95 | 2024-06-17T21:38:18.492Z | - test-strategy |
96 | 2024-06-17T21:38:18.492Z | - testing |
97 | 2024-06-17T21:38:18.495Z | Updating crates.io index |
98 | 2024-06-17T21:38:18.537Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-17T21:38:19.184Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-17T21:38:19.896Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-17T21:38:20.309Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-17T21:38:22.142Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-17T21:38:22.516Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-17T21:38:22.800Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-17T21:38:25.999Z | + cargo check |
106 | 2024-06-17T21:38:26.209Z | Downloading crates ... |
107 | 2024-06-17T21:38:26.282Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-17T21:38:26.287Z | Downloaded darling_macro v0.20.9 |
109 | 2024-06-17T21:38:26.292Z | Downloaded ident_case v1.0.1 |
110 | 2024-06-17T21:38:26.296Z | Downloaded instant v0.1.13 |
111 | 2024-06-17T21:38:26.302Z | Downloaded foreign-types-shared v0.1.1 |
112 | 2024-06-17T21:38:26.304Z | Downloaded is-terminal v0.4.12 |
113 | 2024-06-17T21:38:26.307Z | Downloaded cpufeatures v0.2.12 |
114 | 2024-06-17T21:38:26.307Z | Downloaded byteorder v1.5.0 |
115 | 2024-06-17T21:38:26.310Z | Downloaded autocfg v1.3.0 |
116 | 2024-06-17T21:38:26.312Z | Downloaded tokio-native-tls v0.3.1 |
117 | 2024-06-17T21:38:26.315Z | Downloaded multer v3.1.0 |
118 | 2024-06-17T21:38:26.318Z | Downloaded cfg-if v1.0.0 |
119 | 2024-06-17T21:38:26.320Z | Downloaded tokio-rustls v0.24.1 |
120 | 2024-06-17T21:38:26.323Z | Downloaded usdt-attr-macro v0.5.0 |
121 | 2024-06-17T21:38:26.323Z | Downloaded crypto-common v0.1.6 |
122 | 2024-06-17T21:38:26.326Z | Downloaded try-lock v0.2.5 |
123 | 2024-06-17T21:38:26.326Z | Downloaded tower-service v0.3.2 |
124 | 2024-06-17T21:38:26.326Z | Downloaded openssl-macros v0.1.1 |
125 | 2024-06-17T21:38:26.328Z | Downloaded dtrace-parser v0.2.0 |
126 | 2024-06-17T21:38:26.329Z | Downloaded block-buffer v0.10.4 |
127 | 2024-06-17T21:38:26.329Z | Downloaded atomic-waker v1.1.2 |
128 | 2024-06-17T21:38:26.331Z | Downloaded async-stream v0.3.5 |
129 | 2024-06-17T21:38:26.334Z | Downloaded httpdate v1.0.3 |
130 | 2024-06-17T21:38:26.334Z | Downloaded omicron-workspace-hack v0.1.0 |
131 | 2024-06-17T21:38:26.337Z | Downloaded write16 v1.0.0 |
132 | 2024-06-17T21:38:26.337Z | Downloaded http-body v0.4.6 |
133 | 2024-06-17T21:38:26.339Z | Downloaded fnv v1.0.7 |
134 | 2024-06-17T21:38:26.339Z | Downloaded zerofrom v0.1.4 |
135 | 2024-06-17T21:38:26.340Z | Downloaded getopts v0.2.21 |
136 | 2024-06-17T21:38:26.342Z | Downloaded hostname v0.3.1 |
137 | 2024-06-17T21:38:26.342Z | Downloaded deranged v0.3.11 |
138 | 2024-06-17T21:38:26.345Z | Downloaded scroll_derive v0.12.0 |
139 | 2024-06-17T21:38:26.345Z | Downloaded pretty-hex v0.4.1 |
140 | 2024-06-17T21:38:26.348Z | Downloaded ipnetwork v0.20.0 |
141 | 2024-06-17T21:38:26.350Z | Downloaded futures-sink v0.3.30 |
142 | 2024-06-17T21:38:26.350Z | Downloaded usdt v0.5.0 |
143 | 2024-06-17T21:38:26.353Z | Downloaded futures-io v0.3.30 |
144 | 2024-06-17T21:38:26.353Z | Downloaded darling v0.20.9 |
145 | 2024-06-17T21:38:26.356Z | Downloaded displaydoc v0.2.4 |
146 | 2024-06-17T21:38:26.359Z | Downloaded waitgroup v0.1.2 |
147 | 2024-06-17T21:38:26.362Z | Downloaded usdt-impl v0.5.0 |
148 | 2024-06-17T21:38:26.362Z | Downloaded macaddr v1.0.1 |
149 | 2024-06-17T21:38:26.364Z | Downloaded backoff v0.4.0 |
150 | 2024-06-17T21:38:26.367Z | Downloaded zeroize v1.8.1 |
151 | 2024-06-17T21:38:26.367Z | Downloaded hyper-tls v0.5.0 |
152 | 2024-06-17T21:38:26.370Z | Downloaded powerfmt v0.2.0 |
153 | 2024-06-17T21:38:26.370Z | Downloaded memmap v0.7.0 |
154 | 2024-06-17T21:38:26.372Z | Downloaded icu_provider_macros v1.5.0 |
155 | 2024-06-17T21:38:26.372Z | Downloaded foreign-types v0.3.2 |
156 | 2024-06-17T21:38:26.375Z | Downloaded rand_chacha v0.3.1 |
157 | 2024-06-17T21:38:26.375Z | Downloaded pkg-config v0.3.30 |
158 | 2024-06-17T21:38:26.378Z | Downloaded pest_generator v2.7.10 |
159 | 2024-06-17T21:38:26.378Z | Downloaded toml_datetime v0.6.6 |
160 | 2024-06-17T21:38:26.380Z | Downloaded want v0.3.1 |
161 | 2024-06-17T21:38:26.380Z | Downloaded match_cfg v0.1.0 |
162 | 2024-06-17T21:38:26.385Z | Downloaded camino v1.1.7 |
163 | 2024-06-17T21:38:26.385Z | Downloaded newtype-uuid v1.1.0 |
164 | 2024-06-17T21:38:26.388Z | Downloaded zerovec-derive v0.10.2 |
165 | 2024-06-17T21:38:26.388Z | Downloaded utf8_iter v1.0.4 |
166 | 2024-06-17T21:38:26.388Z | Downloaded equivalent v1.0.1 |
167 | 2024-06-17T21:38:26.391Z | Downloaded utf16_iter v1.0.5 |
168 | 2024-06-17T21:38:26.391Z | Downloaded usdt-macro v0.5.0 |
169 | 2024-06-17T21:38:26.391Z | Downloaded hex v0.4.3 |
170 | 2024-06-17T21:38:26.393Z | Downloaded heck v0.5.0 |
171 | 2024-06-17T21:38:26.394Z | Downloaded scopeguard v1.2.0 |
172 | 2024-06-17T21:38:26.396Z | Downloaded parse-display v0.9.1 |
173 | 2024-06-17T21:38:26.396Z | Downloaded tokio-macros v2.3.0 |
174 | 2024-06-17T21:38:26.399Z | Downloaded futures-core v0.3.30 |
175 | 2024-06-17T21:38:26.401Z | Downloaded crossbeam-utils v0.8.20 |
176 | 2024-06-17T21:38:26.404Z | Downloaded icu_locid_transform v1.5.0 |
177 | 2024-06-17T21:38:26.404Z | Downloaded hyper-rustls v0.24.2 |
178 | 2024-06-17T21:38:26.407Z | Downloaded dyn-clone v1.0.17 |
179 | 2024-06-17T21:38:26.410Z | Downloaded openssl-probe v0.1.5 |
180 | 2024-06-17T21:38:26.410Z | Downloaded anyhow v1.0.86 |
181 | 2024-06-17T21:38:26.414Z | Downloaded ahash v0.8.11 |
182 | 2024-06-17T21:38:26.417Z | Downloaded yoke-derive v0.7.4 |
183 | 2024-06-17T21:38:26.419Z | Downloaded futures-macro v0.3.30 |
184 | 2024-06-17T21:38:26.419Z | Downloaded form_urlencoded v1.2.1 |
185 | 2024-06-17T21:38:26.422Z | Downloaded dirs-sys-next v0.1.2 |
186 | 2024-06-17T21:38:26.422Z | Downloaded digest v0.10.7 |
187 | 2024-06-17T21:38:26.425Z | Downloaded lock_api v0.4.12 |
188 | 2024-06-17T21:38:26.425Z | Downloaded sync_wrapper v0.1.2 |
189 | 2024-06-17T21:38:26.428Z | Downloaded untrusted v0.9.0 |
190 | 2024-06-17T21:38:26.428Z | Downloaded debug-ignore v1.0.5 |
191 | 2024-06-17T21:38:26.431Z | Downloaded num_threads v0.1.7 |
192 | 2024-06-17T21:38:26.431Z | Downloaded futures-executor v0.3.30 |
193 | 2024-06-17T21:38:26.434Z | Downloaded tokio-rustls v0.25.0 |
194 | 2024-06-17T21:38:26.437Z | Downloaded take_mut v0.2.2 |
195 | 2024-06-17T21:38:26.437Z | Downloaded mime v0.3.17 |
196 | 2024-06-17T21:38:26.437Z | Downloaded yoke v0.7.4 |
197 | 2024-06-17T21:38:26.440Z | Downloaded dof v0.3.0 |
198 | 2024-06-17T21:38:26.440Z | Downloaded itoa v1.0.11 |
199 | 2024-06-17T21:38:26.443Z | Downloaded hostname v0.4.0 |
200 | 2024-06-17T21:38:26.444Z | Downloaded rustls-pemfile v1.0.4 |
201 | 2024-06-17T21:38:26.447Z | Downloaded futures-channel v0.3.30 |
202 | 2024-06-17T21:38:26.447Z | Downloaded num_cpus v1.16.0 |
203 | 2024-06-17T21:38:26.449Z | Downloaded writeable v0.5.5 |
204 | 2024-06-17T21:38:26.452Z | Downloaded time-core v0.1.2 |
205 | 2024-06-17T21:38:26.452Z | Downloaded icu_provider v1.5.0 |
206 | 2024-06-17T21:38:26.455Z | Downloaded icu_normalizer v1.5.0 |
207 | 2024-06-17T21:38:26.458Z | Downloaded zerofrom-derive v0.1.4 |
208 | 2024-06-17T21:38:26.461Z | Downloaded iana-time-zone v0.1.60 |
209 | 2024-06-17T21:38:26.463Z | Downloaded generic-array v0.14.7 |
210 | 2024-06-17T21:38:26.463Z | Downloaded version_check v0.9.4 |
211 | 2024-06-17T21:38:26.466Z | Downloaded rustls-pki-types v1.7.0 |
212 | 2024-06-17T21:38:26.470Z | Downloaded strum v0.26.2 |
213 | 2024-06-17T21:38:26.470Z | Downloaded pin-project-lite v0.2.14 |
214 | 2024-06-17T21:38:26.473Z | Downloaded paste v1.0.15 |
215 | 2024-06-17T21:38:26.476Z | Downloaded stable_deref_trait v1.2.0 |
216 | 2024-06-17T21:38:26.481Z | Downloaded ipnet v2.9.0 |
217 | 2024-06-17T21:38:26.481Z | Downloaded httparse v1.9.4 |
218 | 2024-06-17T21:38:26.485Z | Downloaded pin-utils v0.1.0 |
219 | 2024-06-17T21:38:26.485Z | Downloaded subtle v2.5.0 |
220 | 2024-06-17T21:38:26.487Z | Downloaded rand_core v0.6.4 |
221 | 2024-06-17T21:38:26.488Z | Downloaded plain v0.2.3 |
222 | 2024-06-17T21:38:26.488Z | Downloaded percent-encoding v2.3.1 |
223 | 2024-06-17T21:38:26.490Z | Downloaded sha1 v0.10.6 |
224 | 2024-06-17T21:38:26.490Z | Downloaded slog-json v2.6.1 |
225 | 2024-06-17T21:38:26.493Z | Downloaded synstructure v0.13.1 |
226 | 2024-06-17T21:38:26.496Z | Downloaded icu_normalizer_data v1.5.0 |
227 | 2024-06-17T21:38:26.496Z | Downloaded schemars_derive v0.8.21 |
228 | 2024-06-17T21:38:26.498Z | Downloaded bytes v1.6.0 |
229 | 2024-06-17T21:38:26.501Z | Downloaded structmeta v0.3.0 |
230 | 2024-06-17T21:38:26.504Z | Downloaded serde_path_to_error v0.1.16 |
231 | 2024-06-17T21:38:26.506Z | Downloaded thiserror-impl v1.0.61 |
232 | 2024-06-17T21:38:26.506Z | Downloaded thiserror v1.0.61 |
233 | 2024-06-17T21:38:26.511Z | Downloaded tinystr v0.7.6 |
234 | 2024-06-17T21:38:26.513Z | Downloaded serde_spanned v0.6.6 |
235 | 2024-06-17T21:38:26.516Z | Downloaded ppv-lite86 v0.2.17 |
236 | 2024-06-17T21:38:26.516Z | Downloaded futures v0.3.30 |
237 | 2024-06-17T21:38:26.520Z | Downloaded strsim v0.11.1 |
238 | 2024-06-17T21:38:26.523Z | Downloaded strum_macros v0.26.4 |
239 | 2024-06-17T21:38:26.526Z | Downloaded slog-bunyan v2.5.0 |
240 | 2024-06-17T21:38:26.526Z | Downloaded icu_locid_transform_data v1.5.0 |
241 | 2024-06-17T21:38:26.529Z | Downloaded base64 v0.22.1 |
242 | 2024-06-17T21:38:26.531Z | Downloaded thread-id v4.2.1 |
243 | 2024-06-17T21:38:26.534Z | Downloaded serde_urlencoded v0.7.1 |
244 | 2024-06-17T21:38:26.537Z | Downloaded sha2 v0.10.8 |
245 | 2024-06-17T21:38:26.537Z | Downloaded ryu v1.0.18 |
246 | 2024-06-17T21:38:26.540Z | Downloaded zerocopy-derive v0.7.34 |
247 | 2024-06-17T21:38:26.544Z | Downloaded serde_tokenstream v0.2.1 |
248 | 2024-06-17T21:38:26.548Z | Downloaded time-macros v0.2.18 |
249 | 2024-06-17T21:38:26.550Z | Downloaded parking_lot_core v0.9.10 |
250 | 2024-06-17T21:38:26.553Z | Downloaded serde_derive_internals v0.29.1 |
251 | 2024-06-17T21:38:26.556Z | Downloaded term v0.7.0 |
252 | 2024-06-17T21:38:26.558Z | Downloaded darling_core v0.20.9 |
253 | 2024-06-17T21:38:26.564Z | Downloaded serde_with_macros v3.8.1 |
254 | 2024-06-17T21:38:26.566Z | Downloaded crossbeam-channel v0.5.13 |
255 | 2024-06-17T21:38:26.569Z | Downloaded icu_collections v1.5.0 |
256 | 2024-06-17T21:38:26.575Z | Downloaded uuid v1.8.0 |
257 | 2024-06-17T21:38:26.578Z | Downloaded slab v0.4.9 |
258 | 2024-06-17T21:38:26.580Z | Downloaded scroll v0.12.0 |
259 | 2024-06-17T21:38:26.583Z | Downloaded rustversion v1.0.17 |
260 | 2024-06-17T21:38:26.585Z | Downloaded spin v0.9.8 |
261 | 2024-06-17T21:38:26.588Z | Downloaded slog-term v2.9.1 |
262 | 2024-06-17T21:38:26.590Z | Downloaded smallvec v1.13.2 |
263 | 2024-06-17T21:38:26.590Z | Downloaded serde_yaml v0.9.34+deprecated |
264 | 2024-06-17T21:38:26.594Z | Downloaded serde_derive v1.0.203 |
265 | 2024-06-17T21:38:26.597Z | Downloaded openssl-sys v0.9.102 |
266 | 2024-06-17T21:38:26.602Z | Downloaded mio v0.8.11 |
267 | 2024-06-17T21:38:26.608Z | Downloaded unsafe-libyaml v0.2.11 |
268 | 2024-06-17T21:38:26.611Z | Downloaded slog v2.7.0 |
269 | 2024-06-17T21:38:26.614Z | Downloaded schemars v0.8.21 |
270 | 2024-06-17T21:38:26.626Z | Downloaded hashbrown v0.12.3 |
271 | 2024-06-17T21:38:26.631Z | Downloaded url v2.5.1 |
272 | 2024-06-17T21:38:26.634Z | Downloaded hashbrown v0.14.5 |
273 | 2024-06-17T21:38:26.640Z | Downloaded tracing v0.1.40 |
274 | 2024-06-17T21:38:26.644Z | Downloaded memchr v2.7.4 |
275 | 2024-06-17T21:38:26.649Z | Downloaded serde v1.0.203 |
276 | 2024-06-17T21:38:26.653Z | Downloaded rand v0.8.5 |
277 | 2024-06-17T21:38:26.656Z | Downloaded toml_edit v0.22.14 |
278 | 2024-06-17T21:38:26.679Z | Downloaded time v0.3.36 |
279 | 2024-06-17T21:38:26.687Z | Downloaded tokio-util v0.7.11 |
280 | 2024-06-17T21:38:26.692Z | Downloaded futures-util v0.3.30 |
281 | 2024-06-17T21:38:26.704Z | Downloaded pest v2.7.10 |
282 | 2024-06-17T21:38:26.709Z | Downloaded icu_properties_data v1.5.0 |
283 | 2024-06-17T21:38:26.720Z | Downloaded hyper v0.14.29 |
284 | 2024-06-17T21:38:26.728Z | Downloaded zerovec v0.10.2 |
285 | 2024-06-17T21:38:26.733Z | Downloaded syn v2.0.66 |
286 | 2024-06-17T21:38:26.745Z | Downloaded goblin v0.8.2 |
287 | 2024-06-17T21:38:26.751Z | Downloaded chrono v0.4.38 |
288 | 2024-06-17T21:38:26.759Z | Downloaded serde_with v3.8.1 |
289 | 2024-06-17T21:38:26.767Z | Downloaded reqwest v0.11.27 |
290 | 2024-06-17T21:38:26.774Z | Downloaded zerocopy v0.7.34 |
291 | 2024-06-17T21:38:26.792Z | Downloaded winnow v0.6.13 |
292 | 2024-06-17T21:38:26.800Z | Downloaded rustls-webpki v0.101.7 |
293 | 2024-06-17T21:38:26.816Z | Downloaded serde_json v1.0.117 |
294 | 2024-06-17T21:38:26.823Z | Downloaded rustls-webpki v0.102.4 |
295 | 2024-06-17T21:38:26.842Z | Downloaded libc v0.2.155 |
296 | 2024-06-17T21:38:26.870Z | Downloaded tokio v1.38.0 |
297 | 2024-06-17T21:38:26.905Z | Downloaded webpki-roots v0.25.4 |
298 | 2024-06-17T21:38:26.909Z | Downloaded regex v1.10.5 |
299 | 2024-06-17T21:38:26.922Z | Downloaded encoding_rs v0.8.34 |
300 | 2024-06-17T21:38:26.943Z | Downloaded openssl v0.10.64 |
301 | 2024-06-17T21:38:26.951Z | Downloaded rustls v0.21.12 |
302 | 2024-06-17T21:38:26.962Z | Downloaded regress v0.9.1 |
303 | 2024-06-17T21:38:26.970Z | Downloaded regress v0.10.0 |
304 | 2024-06-17T21:38:26.978Z | Downloaded regex-syntax v0.8.4 |
305 | 2024-06-17T21:38:26.986Z | Downloaded rustls v0.22.4 |
306 | 2024-06-17T21:38:26.999Z | Downloaded openapiv3 v2.0.0 |
307 | 2024-06-17T21:38:27.010Z | Downloaded unicode-width v0.1.13 |
308 | 2024-06-17T21:38:27.018Z | Downloaded vcpkg v0.2.15 |
309 | 2024-06-17T21:38:27.054Z | Downloaded regex-automata v0.4.7 |
310 | 2024-06-17T21:38:27.069Z | Downloaded idna v1.0.0 |
311 | 2024-06-17T21:38:27.078Z | Downloaded h2 v0.3.26 |
312 | 2024-06-17T21:38:27.081Z | Downloaded aho-corasick v1.1.3 |
313 | 2024-06-17T21:38:27.084Z | Downloaded http v1.1.0 |
314 | 2024-06-17T21:38:27.087Z | Downloaded indexmap v2.2.6 |
315 | 2024-06-17T21:38:27.091Z | Downloaded socket2 v0.5.7 |
316 | 2024-06-17T21:38:27.093Z | Downloaded pest_meta v2.7.10 |
317 | 2024-06-17T21:38:27.096Z | Downloaded http v0.2.12 |
318 | 2024-06-17T21:38:27.100Z | Downloaded rustls-pemfile v2.1.2 |
319 | 2024-06-17T21:38:27.103Z | Downloaded tracing-core v0.1.32 |
320 | 2024-06-17T21:38:27.103Z | Downloaded icu_locid v1.5.0 |
321 | 2024-06-17T21:38:27.106Z | Downloaded getrandom v0.2.15 |
322 | 2024-06-17T21:38:27.109Z | Downloaded semver v1.0.23 |
323 | 2024-06-17T21:38:27.112Z | Downloaded pest_derive v2.7.10 |
324 | 2024-06-17T21:38:27.117Z | Downloaded once_cell v1.19.0 |
325 | 2024-06-17T21:38:27.119Z | Downloaded num-conv v0.1.0 |
326 | 2024-06-17T21:38:27.119Z | Downloaded base64 v0.21.7 |
327 | 2024-06-17T21:38:27.123Z | Downloaded log v0.4.21 |
328 | 2024-06-17T21:38:27.126Z | Downloaded cc v1.0.99 |
329 | 2024-06-17T21:38:27.129Z | Downloaded toml v0.8.14 |
330 | 2024-06-17T21:38:27.132Z | Downloaded quote v1.0.36 |
331 | 2024-06-17T21:38:27.135Z | Downloaded native-tls v0.2.12 |
332 | 2024-06-17T21:38:27.137Z | Downloaded thread_local v1.1.8 |
333 | 2024-06-17T21:38:27.137Z | Downloaded structmeta-derive v0.3.0 |
334 | 2024-06-17T21:38:27.137Z | Downloaded allocator-api2 v0.2.18 |
335 | 2024-06-17T21:38:27.140Z | Downloaded slog-async v2.8.0 |
336 | 2024-06-17T21:38:27.143Z | Downloaded proc-macro2 v1.0.85 |
337 | 2024-06-17T21:38:27.145Z | Downloaded parking_lot v0.12.3 |
338 | 2024-06-17T21:38:27.145Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-06-17T21:38:27.148Z | Downloaded icu_properties v1.5.0 |
340 | 2024-06-17T21:38:27.151Z | Downloaded num-traits v0.2.19 |
341 | 2024-06-17T21:38:27.154Z | Downloaded indexmap v1.9.3 |
342 | 2024-06-17T21:38:27.156Z | Downloaded unicode-ident v1.0.12 |
343 | 2024-06-17T21:38:27.159Z | Downloaded litemap v0.7.3 |
344 | 2024-06-17T21:38:27.159Z | Downloaded sct v0.7.1 |
345 | 2024-06-17T21:38:27.162Z | Downloaded parse-display-derive v0.9.1 |
346 | 2024-06-17T21:38:27.165Z | Downloaded signal-hook-registry v1.4.2 |
347 | 2024-06-17T21:38:27.165Z | Downloaded typenum v1.17.0 |
348 | 2024-06-17T21:38:27.168Z | Downloaded bitflags v2.5.0 |
349 | 2024-06-17T21:38:27.170Z | Downloaded futures-task v0.3.30 |
350 | 2024-06-17T21:38:27.173Z | Downloaded async-trait v0.1.80 |
351 | 2024-06-17T21:38:27.176Z | Downloaded dirs-next v2.0.0 |
352 | 2024-06-17T21:38:27.307Z | Downloaded ring v0.17.8 |
353 | 2024-06-17T21:38:27.500Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-17T21:38:27.500Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-17T21:38:27.503Z | Compiling libc v0.2.155 |
356 | 2024-06-17T21:38:27.503Z | Checking cfg-if v1.0.0 |
357 | 2024-06-17T21:38:27.503Z | Compiling version_check v0.9.4 |
358 | 2024-06-17T21:38:27.515Z | Compiling autocfg v1.3.0 |
359 | 2024-06-17T21:38:27.518Z | Compiling serde v1.0.203 |
360 | 2024-06-17T21:38:27.521Z | Compiling serde_json v1.0.117 |
361 | 2024-06-17T21:38:27.602Z | Checking itoa v1.0.11 |
362 | 2024-06-17T21:38:27.689Z | Checking once_cell v1.19.0 |
363 | 2024-06-17T21:38:27.806Z | Compiling thiserror v1.0.61 |
364 | 2024-06-17T21:38:27.981Z | Compiling cc v1.0.99 |
365 | 2024-06-17T21:38:28.159Z | Compiling ahash v0.8.11 |
366 | 2024-06-17T21:38:28.224Z | Compiling memchr v2.7.4 |
367 | 2024-06-17T21:38:29.862Z | Checking byteorder v1.5.0 |
368 | 2024-06-17T21:38:29.912Z | Compiling num-traits v0.2.19 |
369 | 2024-06-17T21:38:30.135Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-17T21:38:30.211Z | Checking ryu v1.0.18 |
371 | 2024-06-17T21:38:30.239Z | Checking bytes v1.6.0 |
372 | 2024-06-17T21:38:30.254Z | Checking smallvec v1.13.2 |
373 | 2024-06-17T21:38:30.433Z | Checking log v0.4.21 |
374 | 2024-06-17T21:38:30.457Z | Checking allocator-api2 v0.2.18 |
375 | 2024-06-17T21:38:30.550Z | Checking getrandom v0.2.15 |
376 | 2024-06-17T21:38:30.570Z | Compiling lock_api v0.4.12 |
377 | 2024-06-17T21:38:30.584Z | Compiling schemars v0.8.21 |
378 | 2024-06-17T21:38:30.674Z | Compiling parking_lot_core v0.9.10 |
379 | 2024-06-17T21:38:30.748Z | Compiling quote v1.0.36 |
380 | 2024-06-17T21:38:30.760Z | Compiling ring v0.17.8 |
381 | 2024-06-17T21:38:30.955Z | Checking futures-core v0.3.30 |
382 | 2024-06-17T21:38:31.014Z | Checking scopeguard v1.2.0 |
383 | 2024-06-17T21:38:31.023Z | Checking socket2 v0.5.7 |
384 | 2024-06-17T21:38:31.088Z | Compiling syn v2.0.66 |
385 | 2024-06-17T21:38:31.130Z | Checking signal-hook-registry v1.4.2 |
386 | 2024-06-17T21:38:31.360Z | Checking mio v0.8.11 |
387 | 2024-06-17T21:38:31.369Z | Checking num_cpus v1.16.0 |
388 | 2024-06-17T21:38:31.447Z | Compiling slab v0.4.9 |
389 | 2024-06-17T21:38:31.459Z | Checking futures-sink v0.3.30 |
390 | 2024-06-17T21:38:31.476Z | Checking spin v0.9.8 |
391 | 2024-06-17T21:38:31.571Z | Checking stable_deref_trait v1.2.0 |
392 | 2024-06-17T21:38:31.579Z | Checking parking_lot v0.12.3 |
393 | 2024-06-17T21:38:31.588Z | Checking equivalent v1.0.1 |
394 | 2024-06-17T21:38:31.666Z | Checking untrusted v0.9.0 |
395 | 2024-06-17T21:38:31.674Z | Checking fnv v1.0.7 |
396 | 2024-06-17T21:38:31.774Z | Checking futures-channel v0.3.30 |
397 | 2024-06-17T21:38:31.802Z | Compiling pkg-config v0.3.30 |
398 | 2024-06-17T21:38:31.906Z | Checking futures-io v0.3.30 |
399 | 2024-06-17T21:38:31.945Z | Checking futures-task v0.3.30 |
400 | 2024-06-17T21:38:32.081Z | Compiling semver v1.0.23 |
401 | 2024-06-17T21:38:32.122Z | Compiling vcpkg v0.2.15 |
402 | 2024-06-17T21:38:32.134Z | Checking pin-utils v0.1.0 |
403 | 2024-06-17T21:38:32.201Z | Compiling ucd-trie v0.1.6 |
404 | 2024-06-17T21:38:32.395Z | Checking iana-time-zone v0.1.60 |
405 | 2024-06-17T21:38:32.513Z | Checking http v0.2.12 |
406 | 2024-06-17T21:38:32.683Z | Compiling heck v0.5.0 |
407 | 2024-06-17T21:38:33.020Z | Checking litemap v0.7.3 |
408 | 2024-06-17T21:38:33.110Z | Compiling httparse v1.9.4 |
409 | 2024-06-17T21:38:33.495Z | Checking writeable v0.5.5 |
410 | 2024-06-17T21:38:33.644Z | Checking dyn-clone v1.0.17 |
411 | 2024-06-17T21:38:33.764Z | Compiling openssl-sys v0.9.102 |
412 | 2024-06-17T21:38:33.772Z | Checking tracing-core v0.1.32 |
413 | 2024-06-17T21:38:33.775Z | Compiling uuid v1.8.0 |
414 | 2024-06-17T21:38:34.140Z | Compiling chrono v0.4.38 |
415 | 2024-06-17T21:38:34.403Z | Checking tracing v0.1.40 |
416 | 2024-06-17T21:38:34.639Z | Compiling openssl v0.10.64 |
417 | 2024-06-17T21:38:34.668Z | Checking icu_locid_transform_data v1.5.0 |
418 | 2024-06-17T21:38:34.696Z | Checking try-lock v0.2.5 |
419 | 2024-06-17T21:38:34.731Z | Compiling slog v2.7.0 |
420 | 2024-06-17T21:38:34.747Z | Checking foreign-types-shared v0.1.1 |
421 | 2024-06-17T21:38:34.804Z | Checking want v0.3.1 |
422 | 2024-06-17T21:38:34.840Z | Checking foreign-types v0.3.2 |
423 | 2024-06-17T21:38:34.950Z | Checking http-body v0.4.6 |
424 | 2024-06-17T21:38:35.006Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-17T21:38:35.264Z | Checking percent-encoding v2.3.1 |
426 | 2024-06-17T21:38:35.306Z | Compiling typenum v1.17.0 |
427 | 2024-06-17T21:38:35.445Z | Checking bitflags v2.5.0 |
428 | 2024-06-17T21:38:35.700Z | Checking icu_properties_data v1.5.0 |
429 | 2024-06-17T21:38:35.902Z | Checking tower-service v0.3.2 |
430 | 2024-06-17T21:38:36.004Z | Compiling native-tls v0.2.12 |
431 | 2024-06-17T21:38:36.118Z | Compiling regex-syntax v0.8.4 |
432 | 2024-06-17T21:38:36.187Z | Compiling rustls v0.21.12 |
433 | 2024-06-17T21:38:36.226Z | Checking httpdate v1.0.3 |
434 | 2024-06-17T21:38:36.416Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-17T21:38:36.475Z | Compiling generic-array v0.14.7 |
436 | 2024-06-17T21:38:36.691Z | Checking write16 v1.0.0 |
437 | 2024-06-17T21:38:36.789Z | Checking utf8_iter v1.0.4 |
438 | 2024-06-17T21:38:36.799Z | Checking openssl-probe v0.1.5 |
439 | 2024-06-17T21:38:36.877Z | Checking utf16_iter v1.0.5 |
440 | 2024-06-17T21:38:36.913Z | Checking icu_normalizer_data v1.5.0 |
441 | 2024-06-17T21:38:37.769Z | Compiling usdt-impl v0.5.0 |
442 | 2024-06-17T21:38:38.110Z | Checking encoding_rs v0.8.34 |
443 | 2024-06-17T21:38:38.353Z | Checking mime v0.3.17 |
444 | 2024-06-17T21:38:38.640Z | Compiling synstructure v0.13.1 |
445 | 2024-06-17T21:38:38.647Z | Compiling serde_derive_internals v0.29.1 |
446 | 2024-06-17T21:38:39.727Z | Compiling regex-automata v0.4.7 |
447 | 2024-06-17T21:38:40.025Z | Compiling time-core v0.1.2 |
448 | 2024-06-17T21:38:40.032Z | Compiling num-conv v0.1.0 |
449 | 2024-06-17T21:38:40.301Z | Checking powerfmt v0.2.0 |
450 | 2024-06-17T21:38:40.391Z | Compiling time-macros v0.2.18 |
451 | 2024-06-17T21:38:40.560Z | Checking deranged v0.3.11 |
452 | 2024-06-17T21:38:40.936Z | Checking rustls-webpki v0.101.7 |
453 | 2024-06-17T21:38:41.010Z | Checking sct v0.7.1 |
454 | 2024-06-17T21:38:42.317Z | Compiling thread-id v4.2.1 |
455 | 2024-06-17T21:38:42.417Z | Checking rustls-pki-types v1.7.0 |
456 | 2024-06-17T21:38:42.451Z | Checking plain v0.2.3 |
457 | 2024-06-17T21:38:42.527Z | Compiling ident_case v1.0.1 |
458 | 2024-06-17T21:38:42.703Z | Checking base64 v0.21.7 |
459 | 2024-06-17T21:38:42.774Z | Checking num_threads v0.1.7 |
460 | 2024-06-17T21:38:42.851Z | Compiling strsim v0.11.1 |
461 | 2024-06-17T21:38:43.169Z | Compiling crossbeam-utils v0.8.20 |
462 | 2024-06-17T21:38:43.624Z | Compiling unicode-width v0.1.13 |
463 | 2024-06-17T21:38:43.658Z | Compiling regex v1.10.5 |
464 | 2024-06-17T21:38:43.826Z | Compiling getopts v0.2.21 |
465 | 2024-06-17T21:38:43.955Z | Checking time v0.3.36 |
466 | 2024-06-17T21:38:44.635Z | Compiling serde_derive v1.0.203 |
467 | 2024-06-17T21:38:44.666Z | Compiling zerocopy-derive v0.7.34 |
468 | 2024-06-17T21:38:44.688Z | Compiling thiserror-impl v1.0.61 |
469 | 2024-06-17T21:38:44.909Z | Compiling schemars_derive v0.8.21 |
470 | 2024-06-17T21:38:45.843Z | Compiling zerofrom-derive v0.1.4 |
471 | 2024-06-17T21:38:46.469Z | Compiling yoke-derive v0.7.4 |
472 | 2024-06-17T21:38:46.914Z | Checking zerocopy v0.7.34 |
473 | 2024-06-17T21:38:47.786Z | Compiling tokio-macros v2.3.0 |
474 | 2024-06-17T21:38:48.015Z | Compiling zerovec-derive v0.10.2 |
475 | 2024-06-17T21:38:48.131Z | Compiling futures-macro v0.3.30 |
476 | 2024-06-17T21:38:48.888Z | Checking hashbrown v0.14.5 |
477 | 2024-06-17T21:38:49.451Z | Checking tokio v1.38.0 |
478 | 2024-06-17T21:38:49.704Z | Compiling displaydoc v0.2.4 |
479 | 2024-06-17T21:38:50.082Z | Compiling pest v2.7.10 |
480 | 2024-06-17T21:38:50.212Z | Checking futures-util v0.3.30 |
481 | 2024-06-17T21:38:50.297Z | Checking zerofrom v0.1.4 |
482 | 2024-06-17T21:38:50.481Z | Checking yoke v0.7.4 |
483 | 2024-06-17T21:38:50.694Z | Compiling icu_provider_macros v1.5.0 |
484 | 2024-06-17T21:38:50.727Z | Compiling regress v0.10.0 |
485 | 2024-06-17T21:38:50.817Z | Checking zerovec v0.10.2 |
486 | 2024-06-17T21:38:51.353Z | Compiling openssl-macros v0.1.1 |
487 | 2024-06-17T21:38:51.905Z | Compiling scroll_derive v0.12.0 |
488 | 2024-06-17T21:38:52.420Z | Checking tinystr v0.7.6 |
489 | 2024-06-17T21:38:52.892Z | Checking icu_locid v1.5.0 |
490 | 2024-06-17T21:38:53.434Z | Compiling pest_meta v2.7.10 |
491 | 2024-06-17T21:38:53.806Z | Checking icu_provider v1.5.0 |
492 | 2024-06-17T21:38:54.432Z | Checking icu_locid_transform v1.5.0 |
493 | 2024-06-17T21:38:55.355Z | Compiling pest_generator v2.7.10 |
494 | 2024-06-17T21:38:55.462Z | Checking icu_collections v1.5.0 |
495 | 2024-06-17T21:38:55.607Z | Checking scroll v0.12.0 |
496 | 2024-06-17T21:38:56.121Z | Checking icu_properties v1.5.0 |
497 | 2024-06-17T21:38:56.493Z | Checking tokio-util v0.7.11 |
498 | 2024-06-17T21:38:57.200Z | Checking tokio-rustls v0.24.1 |
499 | 2024-06-17T21:38:57.347Z | Checking goblin v0.8.2 |
500 | 2024-06-17T21:38:57.872Z | Checking tokio-native-tls v0.3.1 |
501 | 2024-06-17T21:38:58.094Z | Checking indexmap v2.2.6 |
502 | 2024-06-17T21:38:59.322Z | Compiling serde_tokenstream v0.2.1 |
503 | 2024-06-17T21:38:59.463Z | Checking h2 v0.3.26 |
504 | 2024-06-17T21:38:59.471Z | Compiling pest_derive v2.7.10 |
505 | 2024-06-17T21:38:59.826Z | Checking icu_normalizer v1.5.0 |
506 | 2024-06-17T21:39:00.340Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-06-17T21:39:00.573Z | Checking serde_urlencoded v0.7.1 |
508 | 2024-06-17T21:39:00.591Z | Checking idna v1.0.0 |
509 | 2024-06-17T21:39:01.079Z | Compiling dof v0.3.0 |
510 | 2024-06-17T21:39:01.377Z | Compiling openapiv3 v2.0.0 |
511 | 2024-06-17T21:39:02.037Z | Checking url v2.5.1 |
512 | 2024-06-17T21:39:02.501Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
513 | 2024-06-17T21:39:02.902Z | Checking rustls-pemfile v1.0.4 |
514 | 2024-06-17T21:39:03.081Z | Compiling darling_core v0.20.9 |
515 | 2024-06-17T21:39:03.264Z | Checking dirs-sys-next v0.1.2 |
516 | 2024-06-17T21:39:03.759Z | Checking hyper v0.14.29 |
517 | 2024-06-17T21:39:03.794Z | Checking ipnet v2.9.0 |
518 | 2024-06-17T21:39:04.292Z | Compiling rustls v0.22.4 |
519 | 2024-06-17T21:39:04.576Z | Checking webpki-roots v0.25.4 |
520 | 2024-06-17T21:39:04.625Z | Compiling omicron-workspace-hack v0.1.0 |
521 | 2024-06-17T21:39:04.710Z | Compiling rustversion v1.0.17 |
522 | 2024-06-17T21:39:04.914Z | Checking pretty-hex v0.4.1 |
523 | 2024-06-17T21:39:05.077Z | Checking sync_wrapper v0.1.2 |
524 | 2024-06-17T21:39:05.182Z | Compiling paste v1.0.15 |
525 | 2024-06-17T21:39:05.199Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-06-17T21:39:05.900Z | Checking dirs-next v2.0.0 |
527 | 2024-06-17T21:39:06.020Z | Checking toml_datetime v0.6.6 |
528 | 2024-06-17T21:39:06.276Z | Checking serde_spanned v0.6.6 |
529 | 2024-06-17T21:39:06.329Z | Compiling structmeta-derive v0.3.0 |
530 | 2024-06-17T21:39:06.442Z | Checking rustls-webpki v0.102.4 |
531 | 2024-06-17T21:39:06.449Z | Checking block-buffer v0.10.4 |
532 | 2024-06-17T21:39:06.629Z | Compiling serde_yaml v0.9.34+deprecated |
533 | 2024-06-17T21:39:06.643Z | Checking crypto-common v0.1.6 |
534 | 2024-06-17T21:39:06.805Z | Checking rand_core v0.6.4 |
535 | 2024-06-17T21:39:07.106Z | Compiling multer v3.1.0 |
536 | 2024-06-17T21:39:07.160Z | Checking thread_local v1.1.8 |
537 | 2024-06-17T21:39:07.235Z | Compiling slog-async v2.8.0 |
538 | 2024-06-17T21:39:07.401Z | Compiling anyhow v1.0.86 |
539 | 2024-06-17T21:39:07.416Z | Checking ppv-lite86 v0.2.17 |
540 | 2024-06-17T21:39:07.703Z | Checking subtle v2.5.0 |
541 | 2024-06-17T21:39:07.926Z | Checking winnow v0.6.13 |
542 | 2024-06-17T21:39:07.963Z | Compiling camino v1.1.7 |
543 | 2024-06-17T21:39:08.128Z | Checking match_cfg v0.1.0 |
544 | 2024-06-17T21:39:08.206Z | Checking zeroize v1.8.1 |
545 | 2024-06-17T21:39:08.329Z | Checking hyper-tls v0.5.0 |
546 | 2024-06-17T21:39:08.444Z | Checking hyper-rustls v0.24.2 |
547 | 2024-06-17T21:39:08.591Z | Checking hostname v0.3.1 |
548 | 2024-06-17T21:39:08.711Z | Checking rand_chacha v0.3.1 |
549 | 2024-06-17T21:39:08.720Z | Checking reqwest v0.11.27 |
550 | 2024-06-17T21:39:09.145Z | Compiling structmeta v0.3.0 |
551 | 2024-06-17T21:39:09.510Z | Compiling darling_macro v0.20.9 |
552 | 2024-06-17T21:39:09.539Z | Checking digest v0.10.7 |
553 | 2024-06-17T21:39:09.844Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-06-17T21:39:09.863Z | Checking term v0.7.0 |
555 | 2024-06-17T21:39:10.119Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
556 | 2024-06-17T21:39:10.572Z | Compiling darling v0.20.9 |
557 | 2024-06-17T21:39:10.575Z | Compiling usdt-macro v0.5.0 |
558 | 2024-06-17T21:39:10.575Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-06-17T21:39:10.677Z | Checking slog-json v2.6.1 |
560 | 2024-06-17T21:39:10.927Z | Checking futures-executor v0.3.30 |
561 | 2024-06-17T21:39:10.988Z | Checking toml_edit v0.22.14 |
562 | 2024-06-17T21:39:11.154Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-06-17T21:39:11.430Z | Checking http v1.1.0 |
564 | 2024-06-17T21:39:11.811Z | Checking memmap v0.7.0 |
565 | 2024-06-17T21:39:11.969Z | Checking is-terminal v0.4.12 |
566 | 2024-06-17T21:39:12.027Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
567 | 2024-06-17T21:39:12.075Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
568 | 2024-06-17T21:39:12.125Z | Checking atomic-waker v1.1.2 |
569 | 2024-06-17T21:39:12.242Z | Checking take_mut v0.2.2 |
570 | 2024-06-17T21:39:12.277Z | Checking base64 v0.22.1 |
571 | 2024-06-17T21:39:12.349Z | Checking cpufeatures v0.2.12 |
572 | 2024-06-17T21:39:12.427Z | Checking sha1 v0.10.6 |
573 | 2024-06-17T21:39:12.451Z | Checking tokio-rustls v0.25.0 |
574 | 2024-06-17T21:39:12.508Z | Checking async-stream v0.3.5 |
575 | 2024-06-17T21:39:12.648Z | Checking waitgroup v0.1.2 |
576 | 2024-06-17T21:39:12.697Z | Checking usdt v0.5.0 |
577 | 2024-06-17T21:39:12.707Z | Checking slog-term v2.9.1 |
578 | 2024-06-17T21:39:12.770Z | Compiling strum_macros v0.26.4 |
579 | 2024-06-17T21:39:12.778Z | Checking rustls-pemfile v2.1.2 |
580 | 2024-06-17T21:39:12.815Z | Checking futures v0.3.30 |
581 | 2024-06-17T21:39:12.918Z | Checking slog-bunyan v2.5.0 |
582 | 2024-06-17T21:39:12.941Z | Compiling serde_with_macros v3.8.1 |
583 | 2024-06-17T21:39:13.013Z | Compiling parse-display-derive v0.9.1 |
584 | 2024-06-17T21:39:13.207Z | Checking rand v0.8.5 |
585 | 2024-06-17T21:39:13.571Z | Checking ipnetwork v0.20.0 |
586 | 2024-06-17T21:39:13.639Z | Checking toml v0.8.14 |
587 | 2024-06-17T21:39:13.794Z | Checking newtype-uuid v1.1.0 |
588 | 2024-06-17T21:39:13.934Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
589 | 2024-06-17T21:39:14.037Z | Checking hex v0.4.3 |
590 | 2024-06-17T21:39:14.406Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-06-17T21:39:14.513Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-06-17T21:39:14.557Z | Compiling async-trait v0.1.80 |
593 | 2024-06-17T21:39:15.035Z | Checking hostname v0.4.0 |
594 | 2024-06-17T21:39:15.166Z | Checking instant v0.1.13 |
595 | 2024-06-17T21:39:15.274Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-17T21:39:15.327Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-06-17T21:39:15.392Z | Checking backoff v0.4.0 |
598 | 2024-06-17T21:39:15.451Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-06-17T21:39:15.593Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-06-17T21:39:15.651Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
601 | 2024-06-17T21:39:15.800Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-06-17T21:39:15.899Z | Checking serde_with v3.8.1 |
603 | 2024-06-17T21:39:16.090Z | Checking macaddr v1.0.1 |
604 | 2024-06-17T21:39:16.400Z | Checking regress v0.9.1 |
605 | 2024-06-17T21:39:17.346Z | Checking parse-display v0.9.1 |
606 | 2024-06-17T21:39:17.619Z | Checking strum v0.26.2 |
607 | 2024-06-17T21:39:17.678Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
608 | 2024-06-17T21:39:19.769Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
609 | 2024-06-17T21:39:19.830Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-17T21:39:22.606Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-17T21:39:29.087Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-17T21:39:31.993Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-17T21:39:38.201Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-17T21:39:38.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
615 | 2024-06-17T21:39:38.317Z | + cargo build --release |
616 | 2024-06-17T21:39:38.580Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-17T21:39:38.581Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-17T21:39:38.581Z | Compiling libc v0.2.155 |
619 | 2024-06-17T21:39:38.583Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-17T21:39:38.584Z | Compiling version_check v0.9.4 |
621 | 2024-06-17T21:39:38.584Z | Compiling autocfg v1.3.0 |
622 | 2024-06-17T21:39:38.584Z | Compiling serde v1.0.203 |
623 | 2024-06-17T21:39:38.619Z | Compiling serde_json v1.0.117 |
624 | 2024-06-17T21:39:38.700Z | Compiling itoa v1.0.11 |
625 | 2024-06-17T21:39:38.766Z | Compiling thiserror v1.0.61 |
626 | 2024-06-17T21:39:38.920Z | Compiling once_cell v1.19.0 |
627 | 2024-06-17T21:39:39.033Z | Compiling memchr v2.7.4 |
628 | 2024-06-17T21:39:39.159Z | Compiling cc v1.0.99 |
629 | 2024-06-17T21:39:39.261Z | Compiling ahash v0.8.11 |
630 | 2024-06-17T21:39:39.633Z | Compiling byteorder v1.5.0 |
631 | 2024-06-17T21:39:39.660Z | Compiling num-traits v0.2.19 |
632 | 2024-06-17T21:39:39.986Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-06-17T21:39:40.049Z | Compiling getrandom v0.2.15 |
634 | 2024-06-17T21:39:40.102Z | Compiling quote v1.0.36 |
635 | 2024-06-17T21:39:40.148Z | Compiling ryu v1.0.18 |
636 | 2024-06-17T21:39:40.448Z | Compiling syn v2.0.66 |
637 | 2024-06-17T21:39:40.544Z | Compiling smallvec v1.13.2 |
638 | 2024-06-17T21:39:40.710Z | Compiling log v0.4.21 |
639 | 2024-06-17T21:39:40.731Z | Compiling bytes v1.6.0 |
640 | 2024-06-17T21:39:40.738Z | Compiling schemars v0.8.21 |
641 | 2024-06-17T21:39:40.880Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-06-17T21:39:41.110Z | Compiling lock_api v0.4.12 |
643 | 2024-06-17T21:39:41.170Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-17T21:39:41.255Z | Compiling futures-core v0.3.30 |
645 | 2024-06-17T21:39:41.502Z | Compiling scopeguard v1.2.0 |
646 | 2024-06-17T21:39:41.553Z | Compiling mio v0.8.11 |
647 | 2024-06-17T21:39:41.734Z | Compiling num_cpus v1.16.0 |
648 | 2024-06-17T21:39:41.858Z | Compiling signal-hook-registry v1.4.2 |
649 | 2024-06-17T21:39:42.176Z | Compiling ring v0.17.8 |
650 | 2024-06-17T21:39:42.188Z | Compiling parking_lot v0.12.3 |
651 | 2024-06-17T21:39:42.257Z | Compiling socket2 v0.5.7 |
652 | 2024-06-17T21:39:42.642Z | Compiling slab v0.4.9 |
653 | 2024-06-17T21:39:42.760Z | Compiling futures-sink v0.3.30 |
654 | 2024-06-17T21:39:42.918Z | Compiling stable_deref_trait v1.2.0 |
655 | 2024-06-17T21:39:42.997Z | Compiling spin v0.9.8 |
656 | 2024-06-17T21:39:43.139Z | Compiling fnv v1.0.7 |
657 | 2024-06-17T21:39:43.253Z | Compiling semver v1.0.23 |
658 | 2024-06-17T21:39:43.259Z | Compiling untrusted v0.9.0 |
659 | 2024-06-17T21:39:43.547Z | Compiling equivalent v1.0.1 |
660 | 2024-06-17T21:39:43.647Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-17T21:39:43.919Z | Compiling pin-utils v0.1.0 |
662 | 2024-06-17T21:39:43.978Z | Compiling futures-task v0.3.30 |
663 | 2024-06-17T21:39:44.001Z | Compiling futures-io v0.3.30 |
664 | 2024-06-17T21:39:44.011Z | Compiling pkg-config v0.3.30 |
665 | 2024-06-17T21:39:44.105Z | Compiling vcpkg v0.2.15 |
666 | 2024-06-17T21:39:44.402Z | Compiling ucd-trie v0.1.6 |
667 | 2024-06-17T21:39:44.443Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-06-17T21:39:44.915Z | Compiling http v0.2.12 |
669 | 2024-06-17T21:39:45.350Z | Compiling writeable v0.5.5 |
670 | 2024-06-17T21:39:45.462Z | Compiling litemap v0.7.3 |
671 | 2024-06-17T21:39:45.851Z | Compiling openssl-sys v0.9.102 |
672 | 2024-06-17T21:39:45.910Z | Compiling heck v0.5.0 |
673 | 2024-06-17T21:39:46.323Z | Compiling httparse v1.9.4 |
674 | 2024-06-17T21:39:46.330Z | Compiling dyn-clone v1.0.17 |
675 | 2024-06-17T21:39:46.390Z | Compiling chrono v0.4.38 |
676 | 2024-06-17T21:39:46.591Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-17T21:39:47.082Z | Compiling uuid v1.8.0 |
678 | 2024-06-17T21:39:47.631Z | Compiling tracing v0.1.40 |
679 | 2024-06-17T21:39:48.264Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-06-17T21:39:48.360Z | Compiling synstructure v0.13.1 |
681 | 2024-06-17T21:39:49.095Z | Compiling slog v2.7.0 |
682 | 2024-06-17T21:39:49.580Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-06-17T21:39:49.807Z | Compiling icu_locid_transform_data v1.5.0 |
684 | 2024-06-17T21:39:49.837Z | Compiling openssl v0.10.64 |
685 | 2024-06-17T21:39:49.901Z | Compiling try-lock v0.2.5 |
686 | 2024-06-17T21:39:50.038Z | Compiling want v0.3.1 |
687 | 2024-06-17T21:39:50.050Z | Compiling foreign-types v0.3.2 |
688 | 2024-06-17T21:39:50.324Z | Compiling http-body v0.4.6 |
689 | 2024-06-17T21:39:50.686Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-17T21:39:50.688Z | Compiling rustls v0.21.12 |
691 | 2024-06-17T21:39:50.830Z | Compiling native-tls v0.2.12 |
692 | 2024-06-17T21:39:50.982Z | Compiling percent-encoding v2.3.1 |
693 | 2024-06-17T21:39:51.196Z | Compiling bitflags v2.5.0 |
694 | 2024-06-17T21:39:51.485Z | Compiling typenum v1.17.0 |
695 | 2024-06-17T21:39:51.571Z | Compiling icu_properties_data v1.5.0 |
696 | 2024-06-17T21:39:51.788Z | Compiling tower-service v0.3.2 |
697 | 2024-06-17T21:39:51.803Z | Compiling regex-syntax v0.8.4 |
698 | 2024-06-17T21:39:51.875Z | Compiling httpdate v1.0.3 |
699 | 2024-06-17T21:39:51.917Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-17T21:39:52.621Z | Compiling generic-array v0.14.7 |
701 | 2024-06-17T21:39:52.628Z | Compiling openssl-probe v0.1.5 |
702 | 2024-06-17T21:39:53.042Z | Compiling utf16_iter v1.0.5 |
703 | 2024-06-17T21:39:53.151Z | Compiling icu_normalizer_data v1.5.0 |
704 | 2024-06-17T21:39:53.243Z | Compiling utf8_iter v1.0.4 |
705 | 2024-06-17T21:39:53.253Z | Compiling write16 v1.0.0 |
706 | 2024-06-17T21:39:54.164Z | Compiling usdt-impl v0.5.0 |
707 | 2024-06-17T21:39:54.297Z | Compiling serde_derive v1.0.203 |
708 | 2024-06-17T21:39:54.523Z | Compiling zerocopy-derive v0.7.34 |
709 | 2024-06-17T21:39:54.967Z | Compiling thiserror-impl v1.0.61 |
710 | 2024-06-17T21:39:55.438Z | Compiling schemars_derive v0.8.21 |
711 | 2024-06-17T21:39:56.775Z | Compiling zerocopy v0.7.34 |
712 | 2024-06-17T21:39:58.076Z | Compiling zerofrom-derive v0.1.4 |
713 | 2024-06-17T21:39:58.612Z | Compiling yoke-derive v0.7.4 |
714 | 2024-06-17T21:39:59.122Z | Compiling hashbrown v0.14.5 |
715 | 2024-06-17T21:39:59.794Z | Compiling tokio-macros v2.3.0 |
716 | 2024-06-17T21:40:01.257Z | Compiling zerovec-derive v0.10.2 |
717 | 2024-06-17T21:40:01.550Z | Compiling tokio v1.38.0 |
718 | 2024-06-17T21:40:01.947Z | Compiling displaydoc v0.2.4 |
719 | 2024-06-17T21:40:03.338Z | Compiling zerofrom v0.1.4 |
720 | 2024-06-17T21:40:03.548Z | Compiling yoke v0.7.4 |
721 | 2024-06-17T21:40:03.683Z | Compiling futures-macro v0.3.30 |
722 | 2024-06-17T21:40:03.961Z | Compiling pest v2.7.10 |
723 | 2024-06-17T21:40:04.034Z | Compiling zerovec v0.10.2 |
724 | 2024-06-17T21:40:05.849Z | Compiling futures-util v0.3.30 |
725 | 2024-06-17T21:40:06.825Z | Compiling tinystr v0.7.6 |
726 | 2024-06-17T21:40:07.314Z | Compiling icu_locid v1.5.0 |
727 | 2024-06-17T21:40:07.410Z | Compiling pest_meta v2.7.10 |
728 | 2024-06-17T21:40:09.738Z | Compiling indexmap v2.2.6 |
729 | 2024-06-17T21:40:11.469Z | Compiling serde_tokenstream v0.2.1 |
730 | 2024-06-17T21:40:12.018Z | Compiling icu_provider_macros v1.5.0 |
731 | 2024-06-17T21:40:13.304Z | Compiling tokio-util v0.7.11 |
732 | 2024-06-17T21:40:13.363Z | Compiling icu_provider v1.5.0 |
733 | 2024-06-17T21:40:15.895Z | Compiling pest_generator v2.7.10 |
734 | 2024-06-17T21:40:16.153Z | Compiling regress v0.10.0 |
735 | 2024-06-17T21:40:16.508Z | Compiling h2 v0.3.26 |
736 | 2024-06-17T21:40:16.886Z | Compiling icu_locid_transform v1.5.0 |
737 | 2024-06-17T21:40:17.844Z | Compiling pest_derive v2.7.10 |
738 | 2024-06-17T21:40:18.812Z | Compiling icu_collections v1.5.0 |
739 | 2024-06-17T21:40:21.300Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
740 | 2024-06-17T21:40:21.541Z | Compiling openssl-macros v0.1.1 |
741 | 2024-06-17T21:40:21.826Z | Compiling icu_properties v1.5.0 |
742 | 2024-06-17T21:40:23.067Z | Compiling hyper v0.14.29 |
743 | 2024-06-17T21:40:28.660Z | Compiling sct v0.7.1 |
744 | 2024-06-17T21:40:28.701Z | Compiling rustls-webpki v0.101.7 |
745 | 2024-06-17T21:40:29.155Z | Compiling regex-automata v0.4.7 |
746 | 2024-06-17T21:40:33.779Z | Compiling regex v1.10.5 |
747 | 2024-06-17T21:40:34.465Z | Compiling icu_normalizer v1.5.0 |
748 | 2024-06-17T21:40:34.987Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
749 | 2024-06-17T21:40:36.319Z | Compiling scroll_derive v0.12.0 |
750 | 2024-06-17T21:40:37.765Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-17T21:40:37.964Z | Compiling time-core v0.1.2 |
752 | 2024-06-17T21:40:38.121Z | Compiling mime v0.3.17 |
753 | 2024-06-17T21:40:39.226Z | Compiling powerfmt v0.2.0 |
754 | 2024-06-17T21:40:39.234Z | Compiling num-conv v0.1.0 |
755 | 2024-06-17T21:40:39.500Z | Compiling time-macros v0.2.18 |
756 | 2024-06-17T21:40:39.729Z | Compiling deranged v0.3.11 |
757 | 2024-06-17T21:40:39.919Z | Compiling scroll v0.12.0 |
758 | 2024-06-17T21:40:40.595Z | Compiling tokio-rustls v0.24.1 |
759 | 2024-06-17T21:40:41.051Z | Compiling idna v1.0.0 |
760 | 2024-06-17T21:40:41.988Z | Compiling tokio-native-tls v0.3.1 |
761 | 2024-06-17T21:40:42.287Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-06-17T21:40:42.796Z | Compiling dof v0.3.0 |
763 | 2024-06-17T21:40:43.782Z | Compiling serde_urlencoded v0.7.1 |
764 | 2024-06-17T21:40:46.321Z | Compiling thread-id v4.2.1 |
765 | 2024-06-17T21:40:46.418Z | Compiling ident_case v1.0.1 |
766 | 2024-06-17T21:40:46.773Z | Compiling omicron-workspace-hack v0.1.0 |
767 | 2024-06-17T21:40:47.588Z | Compiling unicode-width v0.1.13 |
768 | 2024-06-17T21:40:48.410Z | Compiling num_threads v0.1.7 |
769 | 2024-06-17T21:40:48.880Z | Compiling crossbeam-utils v0.8.20 |
770 | 2024-06-17T21:40:49.175Z | Compiling plain v0.2.3 |
771 | 2024-06-17T21:40:49.324Z | Compiling rustls-pki-types v1.7.0 |
772 | 2024-06-17T21:40:49.493Z | Compiling base64 v0.21.7 |
773 | 2024-06-17T21:40:49.758Z | Compiling strsim v0.11.1 |
774 | 2024-06-17T21:40:50.550Z | Compiling darling_core v0.20.9 |
775 | 2024-06-17T21:40:50.696Z | Compiling rustls-pemfile v1.0.4 |
776 | 2024-06-17T21:40:51.541Z | Compiling goblin v0.8.2 |
777 | 2024-06-17T21:40:53.124Z | Compiling time v0.3.36 |
778 | 2024-06-17T21:40:57.341Z | Compiling getopts v0.2.21 |
779 | 2024-06-17T21:41:00.053Z | Compiling hyper-tls v0.5.0 |
780 | 2024-06-17T21:41:00.364Z | Compiling url v2.5.1 |
781 | 2024-06-17T21:41:00.545Z | Compiling hyper-rustls v0.24.2 |
782 | 2024-06-17T21:41:00.999Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
783 | 2024-06-17T21:41:01.125Z | Compiling openapiv3 v2.0.0 |
784 | 2024-06-17T21:41:02.944Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-17T21:41:04.418Z | Compiling sync_wrapper v0.1.2 |
786 | 2024-06-17T21:41:04.543Z | Compiling pretty-hex v0.4.1 |
787 | 2024-06-17T21:41:04.550Z | Compiling webpki-roots v0.25.4 |
788 | 2024-06-17T21:41:04.699Z | Compiling rustversion v1.0.17 |
789 | 2024-06-17T21:41:04.762Z | Compiling paste v1.0.15 |
790 | 2024-06-17T21:41:05.267Z | Compiling unsafe-libyaml v0.2.11 |
791 | 2024-06-17T21:41:05.673Z | Compiling ipnet v2.9.0 |
792 | 2024-06-17T21:41:05.705Z | Compiling rustls v0.22.4 |
793 | 2024-06-17T21:41:06.448Z | Compiling reqwest v0.11.27 |
794 | 2024-06-17T21:41:07.107Z | Compiling serde_yaml v0.9.34+deprecated |
795 | 2024-06-17T21:41:08.309Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
796 | 2024-06-17T21:41:09.817Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-17T21:41:11.314Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-17T21:41:14.474Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-17T21:41:14.759Z | Compiling crypto-common v0.1.6 |
800 | 2024-06-17T21:41:14.971Z | Compiling block-buffer v0.10.4 |
801 | 2024-06-17T21:41:15.200Z | Compiling toml_datetime v0.6.6 |
802 | 2024-06-17T21:41:15.315Z | Compiling serde_spanned v0.6.6 |
803 | 2024-06-17T21:41:15.546Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-17T21:41:15.851Z | Compiling rand_core v0.6.4 |
805 | 2024-06-17T21:41:16.029Z | Compiling multer v3.1.0 |
806 | 2024-06-17T21:41:16.343Z | Compiling thread_local v1.1.8 |
807 | 2024-06-17T21:41:16.360Z | Compiling anyhow v1.0.86 |
808 | 2024-06-17T21:41:16.691Z | Compiling match_cfg v0.1.0 |
809 | 2024-06-17T21:41:16.780Z | Compiling winnow v0.6.13 |
810 | 2024-06-17T21:41:16.955Z | Compiling slog-async v2.8.0 |
811 | 2024-06-17T21:41:16.984Z | Compiling zeroize v1.8.1 |
812 | 2024-06-17T21:41:17.159Z | Compiling camino v1.1.7 |
813 | 2024-06-17T21:41:17.350Z | Compiling ppv-lite86 v0.2.17 |
814 | 2024-06-17T21:41:17.475Z | Compiling subtle v2.5.0 |
815 | 2024-06-17T21:41:18.030Z | Compiling hostname v0.3.1 |
816 | 2024-06-17T21:41:18.197Z | Compiling rand_chacha v0.3.1 |
817 | 2024-06-17T21:41:18.502Z | Compiling structmeta v0.3.0 |
818 | 2024-06-17T21:41:18.891Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
819 | 2024-06-17T21:41:19.257Z | Compiling digest v0.10.7 |
820 | 2024-06-17T21:41:19.662Z | Compiling crossbeam-channel v0.5.13 |
821 | 2024-06-17T21:41:19.971Z | Compiling darling v0.20.9 |
822 | 2024-06-17T21:41:21.346Z | Compiling toml_edit v0.22.14 |
823 | 2024-06-17T21:41:21.425Z | Compiling term v0.7.0 |
824 | 2024-06-17T21:41:29.112Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-17T21:41:30.382Z | Compiling usdt-attr-macro v0.5.0 |
826 | 2024-06-17T21:41:31.059Z | Compiling usdt-macro v0.5.0 |
827 | 2024-06-17T21:41:31.975Z | Compiling slog-json v2.6.1 |
828 | 2024-06-17T21:41:32.448Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-17T21:41:32.515Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-17T21:41:33.788Z | Compiling http v1.1.0 |
831 | 2024-06-17T21:41:33.925Z | Compiling is-terminal v0.4.12 |
832 | 2024-06-17T21:41:34.040Z | Compiling memmap v0.7.0 |
833 | 2024-06-17T21:41:34.492Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
834 | 2024-06-17T21:41:34.837Z | Compiling base64 v0.22.1 |
835 | 2024-06-17T21:41:35.672Z | Compiling cpufeatures v0.2.12 |
836 | 2024-06-17T21:41:35.762Z | Compiling atomic-waker v1.1.2 |
837 | 2024-06-17T21:41:35.920Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
838 | 2024-06-17T21:41:35.946Z | Compiling take_mut v0.2.2 |
839 | 2024-06-17T21:41:36.236Z | Compiling waitgroup v0.1.2 |
840 | 2024-06-17T21:41:36.486Z | Compiling sha1 v0.10.6 |
841 | 2024-06-17T21:41:37.303Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
842 | 2024-06-17T21:41:38.763Z | Compiling rustls-pemfile v2.1.2 |
843 | 2024-06-17T21:41:39.617Z | Compiling usdt v0.5.0 |
844 | 2024-06-17T21:41:39.817Z | Compiling slog-term v2.9.1 |
845 | 2024-06-17T21:41:40.664Z | Compiling async-stream v0.3.5 |
846 | 2024-06-17T21:41:41.022Z | Compiling futures v0.3.30 |
847 | 2024-06-17T21:41:41.234Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-17T21:41:41.265Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-17T21:41:41.496Z | Compiling toml v0.8.14 |
850 | 2024-06-17T21:41:42.955Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-17T21:41:43.393Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-17T21:41:46.448Z | Compiling parse-display-derive v0.9.1 |
853 | 2024-06-17T21:41:46.526Z | Compiling rand v0.8.5 |
854 | 2024-06-17T21:41:49.612Z | Compiling newtype-uuid v1.1.0 |
855 | 2024-06-17T21:41:49.937Z | Compiling ipnetwork v0.20.0 |
856 | 2024-06-17T21:41:50.247Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
857 | 2024-06-17T21:41:50.604Z | Compiling serde_path_to_error v0.1.16 |
858 | 2024-06-17T21:41:50.935Z | Compiling hex v0.4.3 |
859 | 2024-06-17T21:41:51.634Z | Compiling async-trait v0.1.80 |
860 | 2024-06-17T21:41:51.672Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
861 | 2024-06-17T21:41:52.517Z | Compiling hostname v0.4.0 |
862 | 2024-06-17T21:41:52.765Z | Compiling instant v0.1.13 |
863 | 2024-06-17T21:41:52.912Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-17T21:41:52.993Z | Compiling backoff v0.4.0 |
865 | 2024-06-17T21:41:53.051Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
866 | 2024-06-17T21:41:53.246Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
867 | 2024-06-17T21:41:53.325Z | Compiling parse-display v0.9.1 |
868 | 2024-06-17T21:41:53.402Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
869 | 2024-06-17T21:41:53.410Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
870 | 2024-06-17T21:41:55.121Z | Compiling strum v0.26.2 |
871 | 2024-06-17T21:41:55.298Z | Compiling serde_with v3.8.1 |
872 | 2024-06-17T21:41:55.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-17T21:41:56.313Z | Compiling macaddr v1.0.1 |
874 | 2024-06-17T21:41:56.952Z | Compiling regress v0.9.1 |
875 | 2024-06-17T21:42:02.464Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-17T21:42:12.010Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-17T21:42:20.426Z | Finished `release` profile [optimized] target(s) in 2m 42s |
878 | 2024-06-17T21:42:20.479Z | process exited: duration 242271 ms, exit code 0 |
|
879 | 2024-06-17T21:42:20.486Z | found 0 output files |