|
|
|
1 | 2024-06-12T20:00:50.999Z | job assigned to worker 01J070J077M7Y2SG0VDE0Z44D0 (queued for 1 m 0 s) |
|
2 | 2024-06-12T20:00:58.306Z | starting task 0: "setup" |
3 | 2024-06-12T20:00:58.364Z | ++ uname -s |
4 | 2024-06-12T20:00:58.370Z | + kern=SunOS |
5 | 2024-06-12T20:00:58.370Z | + case "$kern" in |
6 | 2024-06-12T20:00:58.370Z | + groupadd -g 12345 build |
7 | 2024-06-12T20:00:58.370Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-12T20:01:00.433Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-12T20:01:00.529Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-12T20:01:00.557Z | + home_fs=zfs |
11 | 2024-06-12T20:01:00.557Z | + [[ zfs == autofs ]] |
12 | 2024-06-12T20:01:00.558Z | + mkdir -p /home/build |
13 | 2024-06-12T20:01:00.558Z | + chown build:build /home/build /work |
14 | 2024-06-12T20:01:02.536Z | + chmod 0700 /home/build /work |
15 | 2024-06-12T20:01:02.553Z | process exited: duration 4228 ms, exit code 0 |
|
16 | 2024-06-12T20:01:02.579Z | starting task 1: "rust-toolchain" |
17 | 2024-06-12T20:01:02.591Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-12T20:01:02.591Z | * toolchain channel = "1.78.0" |
19 | 2024-06-12T20:01:02.591Z | * toolchain profile = "default" |
20 | 2024-06-12T20:01:02.591Z | ' 1.78.0 |
21 | 2024-06-12T20:01:02.591Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-12T20:01:02.591Z | ' default |
23 | 2024-06-12T20:01:02.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-12T20:01:02.592Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-12T20:01:02.708Z | info: downloading installer |
26 | 2024-06-12T20:01:04.583Z | info: profile set to 'default' |
27 | 2024-06-12T20:01:04.584Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-12T20:01:04.596Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-12T20:01:04.596Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-12T20:01:04.596Z | info: downloading component 'cargo' |
31 | 2024-06-12T20:01:05.278Z | info: downloading component 'clippy' |
32 | 2024-06-12T20:01:05.600Z | info: downloading component 'rust-docs' |
33 | 2024-06-12T20:01:06.835Z | info: downloading component 'rust-std' |
34 | 2024-06-12T20:01:08.815Z | info: downloading component 'rustc' |
35 | 2024-06-12T20:01:13.866Z | info: downloading component 'rustfmt' |
36 | 2024-06-12T20:01:14.144Z | info: installing component 'cargo' |
37 | 2024-06-12T20:01:14.984Z | info: installing component 'clippy' |
38 | 2024-06-12T20:01:15.338Z | info: installing component 'rust-docs' |
39 | 2024-06-12T20:01:16.904Z | info: installing component 'rust-std' |
40 | 2024-06-12T20:01:19.035Z | info: installing component 'rustc' |
41 | 2024-06-12T20:01:22.840Z | info: installing component 'rustfmt' |
42 | 2024-06-12T20:01:23.185Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-12T20:01:23.185Z | |
44 | 2024-06-12T20:01:23.455Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-12T20:01:23.455Z | |
46 | 2024-06-12T20:01:23.471Z | |
47 | 2024-06-12T20:01:23.471Z | Rust is installed now. Great! |
48 | 2024-06-12T20:01:23.471Z | |
49 | 2024-06-12T20:01:23.471Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-12T20:01:23.471Z | environment variable. This has not been done automatically. |
51 | 2024-06-12T20:01:23.471Z | |
52 | 2024-06-12T20:01:23.471Z | To configure your current shell, you need to source |
53 | 2024-06-12T20:01:23.471Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-12T20:01:23.471Z | |
55 | 2024-06-12T20:01:23.472Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-12T20:01:23.472Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-12T20:01:23.472Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-12T20:01:23.957Z | + rustc --version |
59 | 2024-06-12T20:01:23.957Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-12T20:01:23.957Z | process exited: duration 21046 ms, exit code 0 |
|
61 | 2024-06-12T20:01:23.989Z | starting task 2: "authentication" |
62 | 2024-06-12T20:01:24.008Z | process exited: duration 31 ms, exit code 0 |
|
63 | 2024-06-12T20:01:24.026Z | starting task 3: "clone repository" |
64 | 2024-06-12T20:01:24.052Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-12T20:01:24.052Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-12T20:01:24.583Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-12T20:01:31.469Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-12T20:01:31.499Z | + git fetch origin 7478ae990fca438db6b705aa237a9635eb5d8fac |
69 | 2024-06-12T20:01:31.766Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-12T20:01:31.766Z | * branch 7478ae990fca438db6b705aa237a9635eb5d8fac -> FETCH_HEAD |
71 | 2024-06-12T20:01:31.776Z | + [[ -n john/crdb-node-id-rpw ]] |
72 | 2024-06-12T20:01:31.779Z | ++ git branch --show-current |
73 | 2024-06-12T20:01:31.782Z | + current=main |
74 | 2024-06-12T20:01:31.782Z | + [[ main != john/crdb-node-id-rpw ]] |
75 | 2024-06-12T20:01:31.782Z | + git branch -f john/crdb-node-id-rpw 7478ae990fca438db6b705aa237a9635eb5d8fac |
76 | 2024-06-12T20:01:31.785Z | + git checkout -f john/crdb-node-id-rpw |
77 | 2024-06-12T20:01:31.926Z | Switched to branch 'john/crdb-node-id-rpw' |
78 | 2024-06-12T20:01:32.793Z | + git reset --hard 7478ae990fca438db6b705aa237a9635eb5d8fac |
79 | 2024-06-12T20:01:32.793Z | HEAD is now at 7478ae990 typo fix |
80 | 2024-06-12T20:01:32.793Z | process exited: duration 7910 ms, exit code 0 |
|
81 | 2024-06-12T20:01:32.803Z | starting task 4: "build" |
82 | 2024-06-12T20:01:32.807Z | + cargo --version |
83 | 2024-06-12T20:01:32.861Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-12T20:01:32.866Z | + rustc --version |
85 | 2024-06-12T20:01:33.332Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-12T20:01:33.343Z | + cd /tmp |
87 | 2024-06-12T20:01:33.343Z | + cargo new --lib test-project |
88 | 2024-06-12T20:01:33.343Z | Creating library `test-project` package |
89 | 2024-06-12T20:01:33.343Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-12T20:01:33.343Z | + cd test-project |
91 | 2024-06-12T20:01:33.343Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-12T20:01:33.343Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-12T20:01:33.343Z | Features: |
94 | 2024-06-12T20:01:33.343Z | - proptest |
95 | 2024-06-12T20:01:33.343Z | - test-strategy |
96 | 2024-06-12T20:01:33.343Z | - testing |
97 | 2024-06-12T20:01:33.344Z | Updating crates.io index |
98 | 2024-06-12T20:01:33.344Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-12T20:01:33.827Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-12T20:01:34.626Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-12T20:01:34.914Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-12T20:01:36.800Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-12T20:01:37.072Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-12T20:01:37.415Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-12T20:01:40.099Z | + cargo check |
106 | 2024-06-12T20:01:40.325Z | Downloading crates ... |
107 | 2024-06-12T20:01:40.395Z | Downloaded ahash v0.8.11 |
108 | 2024-06-12T20:01:40.407Z | Downloaded aho-corasick v1.1.3 |
109 | 2024-06-12T20:01:40.421Z | Downloaded atomic-waker v1.1.2 |
110 | 2024-06-12T20:01:40.424Z | Downloaded backoff v0.4.0 |
111 | 2024-06-12T20:01:40.428Z | Downloaded futures-channel v0.3.30 |
112 | 2024-06-12T20:01:40.432Z | Downloaded camino v1.1.7 |
113 | 2024-06-12T20:01:40.432Z | Downloaded multer v3.1.0 |
114 | 2024-06-12T20:01:40.436Z | Downloaded bitflags v2.5.0 |
115 | 2024-06-12T20:01:40.439Z | Downloaded base64 v0.21.7 |
116 | 2024-06-12T20:01:40.443Z | Downloaded tokio-macros v2.3.0 |
117 | 2024-06-12T20:01:40.449Z | Downloaded crossbeam-channel v0.5.13 |
118 | 2024-06-12T20:01:40.453Z | Downloaded bytes v1.6.0 |
119 | 2024-06-12T20:01:40.456Z | Downloaded tokio-native-tls v0.3.1 |
120 | 2024-06-12T20:01:40.456Z | Downloaded tokio-rustls v0.24.1 |
121 | 2024-06-12T20:01:40.460Z | Downloaded debug-ignore v1.0.5 |
122 | 2024-06-12T20:01:40.466Z | Downloaded cc v1.0.99 |
123 | 2024-06-12T20:01:40.479Z | Downloaded block-buffer v0.10.4 |
124 | 2024-06-12T20:01:40.479Z | Downloaded tokio-rustls v0.25.0 |
125 | 2024-06-12T20:01:40.479Z | Downloaded untrusted v0.9.0 |
126 | 2024-06-12T20:01:40.498Z | Downloaded try-lock v0.2.5 |
127 | 2024-06-12T20:01:40.498Z | Downloaded equivalent v1.0.1 |
128 | 2024-06-12T20:01:40.498Z | Downloaded async-stream-impl v0.3.5 |
129 | 2024-06-12T20:01:40.498Z | Downloaded toml_datetime v0.6.6 |
130 | 2024-06-12T20:01:40.498Z | Downloaded futures-core v0.3.30 |
131 | 2024-06-12T20:01:40.498Z | Downloaded fnv v1.0.7 |
132 | 2024-06-12T20:01:40.498Z | Downloaded darling_core v0.20.9 |
133 | 2024-06-12T20:01:40.499Z | Downloaded crossbeam-utils v0.8.20 |
134 | 2024-06-12T20:01:40.504Z | Downloaded utf16_iter v1.0.5 |
135 | 2024-06-12T20:01:40.505Z | Downloaded openssl-probe v0.1.5 |
136 | 2024-06-12T20:01:40.505Z | Downloaded digest v0.10.7 |
137 | 2024-06-12T20:01:40.505Z | Downloaded want v0.3.1 |
138 | 2024-06-12T20:01:40.505Z | Downloaded futures-io v0.3.30 |
139 | 2024-06-12T20:01:40.505Z | Downloaded form_urlencoded v1.2.1 |
140 | 2024-06-12T20:01:40.505Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2024-06-12T20:01:40.505Z | Downloaded displaydoc v0.2.4 |
142 | 2024-06-12T20:01:40.505Z | Downloaded async-stream v0.3.5 |
143 | 2024-06-12T20:01:40.505Z | Downloaded winnow v0.6.13 |
144 | 2024-06-12T20:01:40.532Z | Downloaded usdt v0.5.0 |
145 | 2024-06-12T20:01:40.541Z | Downloaded rustls-pki-types v1.7.0 |
146 | 2024-06-12T20:01:40.542Z | Downloaded usdt-impl v0.5.0 |
147 | 2024-06-12T20:01:40.542Z | Downloaded parking_lot v0.12.3 |
148 | 2024-06-12T20:01:40.542Z | Downloaded ident_case v1.0.1 |
149 | 2024-06-12T20:01:40.542Z | Downloaded futures-macro v0.3.30 |
150 | 2024-06-12T20:01:40.542Z | Downloaded match_cfg v0.1.0 |
151 | 2024-06-12T20:01:40.543Z | Downloaded num-traits v0.2.19 |
152 | 2024-06-12T20:01:40.543Z | Downloaded typenum v1.17.0 |
153 | 2024-06-12T20:01:40.543Z | Downloaded is-terminal v0.4.12 |
154 | 2024-06-12T20:01:40.543Z | Downloaded write16 v1.0.0 |
155 | 2024-06-12T20:01:40.544Z | Downloaded instant v0.1.13 |
156 | 2024-06-12T20:01:40.544Z | Downloaded yoke-derive v0.7.4 |
157 | 2024-06-12T20:01:40.544Z | Downloaded futures-executor v0.3.30 |
158 | 2024-06-12T20:01:40.560Z | Downloaded futures v0.3.30 |
159 | 2024-06-12T20:01:40.560Z | Downloaded hostname v0.4.0 |
160 | 2024-06-12T20:01:40.560Z | Downloaded openssl-macros v0.1.1 |
161 | 2024-06-12T20:01:40.561Z | Downloaded itoa v1.0.11 |
162 | 2024-06-12T20:01:40.565Z | Downloaded http-body v0.4.6 |
163 | 2024-06-12T20:01:40.565Z | Downloaded darling v0.20.9 |
164 | 2024-06-12T20:01:40.565Z | Downloaded num_threads v0.1.7 |
165 | 2024-06-12T20:01:40.565Z | Downloaded sync_wrapper v0.1.2 |
166 | 2024-06-12T20:01:40.565Z | Downloaded strum v0.26.2 |
167 | 2024-06-12T20:01:40.565Z | Downloaded take_mut v0.2.2 |
168 | 2024-06-12T20:01:40.565Z | Downloaded hostname v0.3.1 |
169 | 2024-06-12T20:01:40.565Z | Downloaded num-conv v0.1.0 |
170 | 2024-06-12T20:01:40.565Z | Downloaded usdt-macro v0.5.0 |
171 | 2024-06-12T20:01:40.565Z | Downloaded scroll_derive v0.12.0 |
172 | 2024-06-12T20:01:40.565Z | Downloaded hex v0.4.3 |
173 | 2024-06-12T20:01:40.569Z | Downloaded pretty-hex v0.4.1 |
174 | 2024-06-12T20:01:40.569Z | Downloaded heck v0.5.0 |
175 | 2024-06-12T20:01:40.573Z | Downloaded generic-array v0.14.7 |
176 | 2024-06-12T20:01:40.573Z | Downloaded zerofrom v0.1.4 |
177 | 2024-06-12T20:01:40.573Z | Downloaded mime v0.3.17 |
178 | 2024-06-12T20:01:40.576Z | Downloaded ipnetwork v0.20.0 |
179 | 2024-06-12T20:01:40.576Z | Downloaded zerovec-derive v0.10.2 |
180 | 2024-06-12T20:01:40.580Z | Downloaded utf8_iter v1.0.4 |
181 | 2024-06-12T20:01:40.580Z | Downloaded allocator-api2 v0.2.18 |
182 | 2024-06-12T20:01:40.583Z | Downloaded macaddr v1.0.1 |
183 | 2024-06-12T20:01:40.587Z | Downloaded newtype-uuid v1.1.0 |
184 | 2024-06-12T20:01:40.587Z | Downloaded memmap v0.7.0 |
185 | 2024-06-12T20:01:40.587Z | Downloaded omicron-workspace-hack v0.1.0 |
186 | 2024-06-12T20:01:40.599Z | Downloaded waitgroup v0.1.2 |
187 | 2024-06-12T20:01:40.599Z | Downloaded getopts v0.2.21 |
188 | 2024-06-12T20:01:40.599Z | Downloaded serde_urlencoded v0.7.1 |
189 | 2024-06-12T20:01:40.600Z | Downloaded hyper-tls v0.5.0 |
190 | 2024-06-12T20:01:40.600Z | Downloaded httpdate v1.0.3 |
191 | 2024-06-12T20:01:40.600Z | Downloaded tinystr v0.7.6 |
192 | 2024-06-12T20:01:40.610Z | Downloaded thiserror-impl v1.0.61 |
193 | 2024-06-12T20:01:40.610Z | Downloaded iana-time-zone v0.1.60 |
194 | 2024-06-12T20:01:40.610Z | Downloaded time-core v0.1.2 |
195 | 2024-06-12T20:01:40.611Z | Downloaded parse-display-derive v0.9.1 |
196 | 2024-06-12T20:01:40.611Z | Downloaded httparse v1.9.3 |
197 | 2024-06-12T20:01:40.621Z | Downloaded ppv-lite86 v0.2.17 |
198 | 2024-06-12T20:01:40.621Z | Downloaded serde_spanned v0.6.6 |
199 | 2024-06-12T20:01:40.622Z | Downloaded serde_path_to_error v0.1.16 |
200 | 2024-06-12T20:01:40.623Z | Downloaded slog-bunyan v2.5.0 |
201 | 2024-06-12T20:01:40.623Z | Downloaded rustversion v1.0.17 |
202 | 2024-06-12T20:01:40.623Z | Downloaded num_cpus v1.16.0 |
203 | 2024-06-12T20:01:40.623Z | Downloaded sha1 v0.10.6 |
204 | 2024-06-12T20:01:40.642Z | Downloaded thread_local v1.1.8 |
205 | 2024-06-12T20:01:40.642Z | Downloaded rand_chacha v0.3.1 |
206 | 2024-06-12T20:01:40.642Z | Downloaded lock_api v0.4.12 |
207 | 2024-06-12T20:01:40.642Z | Downloaded signal-hook-registry v1.4.2 |
208 | 2024-06-12T20:01:40.643Z | Downloaded scopeguard v1.2.0 |
209 | 2024-06-12T20:01:40.643Z | Downloaded parse-display v0.9.1 |
210 | 2024-06-12T20:01:40.643Z | Downloaded paste v1.0.15 |
211 | 2024-06-12T20:01:40.653Z | Downloaded getrandom v0.2.15 |
212 | 2024-06-12T20:01:40.653Z | Downloaded sct v0.7.1 |
213 | 2024-06-12T20:01:40.653Z | Downloaded rand_core v0.6.4 |
214 | 2024-06-12T20:01:40.653Z | Downloaded structmeta-derive v0.3.0 |
215 | 2024-06-12T20:01:40.654Z | Downloaded zerofrom-derive v0.1.4 |
216 | 2024-06-12T20:01:40.654Z | Downloaded strum_macros v0.26.4 |
217 | 2024-06-12T20:01:40.654Z | Downloaded pest_generator v2.7.10 |
218 | 2024-06-12T20:01:40.654Z | Downloaded subtle v2.5.0 |
219 | 2024-06-12T20:01:40.654Z | Downloaded term v0.7.0 |
220 | 2024-06-12T20:01:40.751Z | Downloaded plain v0.2.3 |
221 | 2024-06-12T20:01:40.751Z | Downloaded quote v1.0.36 |
222 | 2024-06-12T20:01:40.752Z | Downloaded zerocopy-derive v0.7.34 |
223 | 2024-06-12T20:01:40.752Z | Downloaded yoke v0.7.4 |
224 | 2024-06-12T20:01:40.777Z | Downloaded structmeta v0.3.0 |
225 | 2024-06-12T20:01:40.778Z | Downloaded synstructure v0.13.1 |
226 | 2024-06-12T20:01:40.778Z | Downloaded log v0.4.21 |
227 | 2024-06-12T20:01:40.778Z | Downloaded indexmap v1.9.3 |
228 | 2024-06-12T20:01:40.778Z | Downloaded stable_deref_trait v1.2.0 |
229 | 2024-06-12T20:01:40.778Z | Downloaded thread-id v4.2.1 |
230 | 2024-06-12T20:01:40.778Z | Downloaded slog-term v2.9.1 |
231 | 2024-06-12T20:01:40.778Z | Downloaded rustls-pemfile v1.0.4 |
232 | 2024-06-12T20:01:40.778Z | Downloaded indexmap v2.2.6 |
233 | 2024-06-12T20:01:40.778Z | Downloaded icu_properties v1.5.0 |
234 | 2024-06-12T20:01:40.778Z | Downloaded serde_with_macros v3.8.1 |
235 | 2024-06-12T20:01:40.778Z | Downloaded socket2 v0.5.7 |
236 | 2024-06-12T20:01:40.778Z | Downloaded slog v2.7.0 |
237 | 2024-06-12T20:01:40.778Z | Downloaded powerfmt v0.2.0 |
238 | 2024-06-12T20:01:40.778Z | Downloaded percent-encoding v2.3.1 |
239 | 2024-06-12T20:01:40.778Z | Downloaded icu_provider v1.5.0 |
240 | 2024-06-12T20:01:40.778Z | Downloaded schemars_derive v0.8.21 |
241 | 2024-06-12T20:01:40.779Z | Downloaded rustls-pemfile v2.1.2 |
242 | 2024-06-12T20:01:40.779Z | Downloaded pest_derive v2.7.10 |
243 | 2024-06-12T20:01:40.779Z | Downloaded native-tls v0.2.12 |
244 | 2024-06-12T20:01:40.779Z | Downloaded uuid v1.8.0 |
245 | 2024-06-12T20:01:40.779Z | Downloaded serde_yaml v0.9.34+deprecated |
246 | 2024-06-12T20:01:40.779Z | Downloaded pin-project-lite v0.2.14 |
247 | 2024-06-12T20:01:40.779Z | Downloaded semver v1.0.23 |
248 | 2024-06-12T20:01:40.779Z | Downloaded time-macros v0.2.18 |
249 | 2024-06-12T20:01:40.779Z | Downloaded sha2 v0.10.8 |
250 | 2024-06-12T20:01:40.779Z | Downloaded ryu v1.0.18 |
251 | 2024-06-12T20:01:40.779Z | Downloaded memchr v2.7.2 |
252 | 2024-06-12T20:01:40.779Z | Downloaded hashbrown v0.12.3 |
253 | 2024-06-12T20:01:40.779Z | Downloaded unsafe-libyaml v0.2.11 |
254 | 2024-06-12T20:01:40.779Z | Downloaded pest_meta v2.7.10 |
255 | 2024-06-12T20:01:40.779Z | Downloaded http v0.2.12 |
256 | 2024-06-12T20:01:40.779Z | Downloaded mio v0.8.11 |
257 | 2024-06-12T20:01:40.779Z | Downloaded serde v1.0.203 |
258 | 2024-06-12T20:01:40.779Z | Downloaded openssl-sys v0.9.102 |
259 | 2024-06-12T20:01:40.799Z | Downloaded proc-macro2 v1.0.85 |
260 | 2024-06-12T20:01:40.799Z | Downloaded url v2.5.1 |
261 | 2024-06-12T20:01:40.799Z | Downloaded idna v1.0.0 |
262 | 2024-06-12T20:01:40.800Z | Downloaded spin v0.9.8 |
263 | 2024-06-12T20:01:40.800Z | Downloaded time v0.3.36 |
264 | 2024-06-12T20:01:40.800Z | Downloaded serde_with v3.8.1 |
265 | 2024-06-12T20:01:40.812Z | Downloaded serde_json v1.0.117 |
266 | 2024-06-12T20:01:40.812Z | Downloaded hashbrown v0.14.5 |
267 | 2024-06-12T20:01:40.812Z | Downloaded hyper v0.14.29 |
268 | 2024-06-12T20:01:40.818Z | Downloaded h2 v0.3.26 |
269 | 2024-06-12T20:01:40.825Z | Downloaded syn v2.0.66 |
270 | 2024-06-12T20:01:40.838Z | Downloaded rand v0.8.5 |
271 | 2024-06-12T20:01:40.845Z | Downloaded vcpkg v0.2.15 |
272 | 2024-06-12T20:01:40.880Z | Downloaded toml_edit v0.22.14 |
273 | 2024-06-12T20:01:40.929Z | Downloaded pest v2.7.10 |
274 | 2024-06-12T20:01:40.939Z | Downloaded tokio-util v0.7.11 |
275 | 2024-06-12T20:01:40.939Z | Downloaded icu_properties_data v1.5.0 |
276 | 2024-06-12T20:01:40.946Z | Downloaded rustls-webpki v0.101.7 |
277 | 2024-06-12T20:01:40.959Z | Downloaded zerocopy v0.7.34 |
278 | 2024-06-12T20:01:40.976Z | Downloaded zerovec v0.10.2 |
279 | 2024-06-12T20:01:40.992Z | Downloaded reqwest v0.11.27 |
280 | 2024-06-12T20:01:40.993Z | Downloaded encoding_rs v0.8.34 |
281 | 2024-06-12T20:01:41.013Z | Downloaded libc v0.2.155 |
282 | 2024-06-12T20:01:41.044Z | Downloaded rustls-webpki v0.102.4 |
283 | 2024-06-12T20:01:41.067Z | Downloaded goblin v0.8.2 |
284 | 2024-06-12T20:01:41.540Z | Downloaded futures-util v0.3.30 |
285 | 2024-06-12T20:01:41.541Z | Downloaded regex v1.10.5 |
286 | 2024-06-12T20:01:41.541Z | Downloaded webpki-roots v0.25.4 |
287 | 2024-06-12T20:01:41.541Z | Downloaded chrono v0.4.38 |
288 | 2024-06-12T20:01:41.541Z | Downloaded rustls v0.21.12 |
289 | 2024-06-12T20:01:41.541Z | Downloaded openssl v0.10.64 |
290 | 2024-06-12T20:01:41.541Z | Downloaded schemars v0.8.21 |
291 | 2024-06-12T20:01:41.541Z | Downloaded http v1.1.0 |
292 | 2024-06-12T20:01:41.541Z | Downloaded rustls v0.22.4 |
293 | 2024-06-12T20:01:41.542Z | Downloaded regress v0.9.1 |
294 | 2024-06-12T20:01:41.542Z | Downloaded regress v0.10.0 |
295 | 2024-06-12T20:01:41.542Z | Downloaded regex-syntax v0.8.4 |
296 | 2024-06-12T20:01:41.542Z | Downloaded openapiv3 v2.0.0 |
297 | 2024-06-12T20:01:41.543Z | Downloaded ucd-trie v0.1.6 |
298 | 2024-06-12T20:01:41.543Z | Downloaded unicode-width v0.1.13 |
299 | 2024-06-12T20:01:41.543Z | Downloaded icu_collections v1.5.0 |
300 | 2024-06-12T20:01:41.543Z | Downloaded serde_derive v1.0.203 |
301 | 2024-06-12T20:01:41.544Z | Downloaded unicode-ident v1.0.12 |
302 | 2024-06-12T20:01:41.544Z | Downloaded parking_lot_core v0.9.10 |
303 | 2024-06-12T20:01:41.544Z | Downloaded slab v0.4.9 |
304 | 2024-06-12T20:01:41.544Z | Downloaded serde_tokenstream v0.2.1 |
305 | 2024-06-12T20:01:41.544Z | Downloaded once_cell v1.19.0 |
306 | 2024-06-12T20:01:41.544Z | Downloaded serde_derive_internals v0.29.1 |
307 | 2024-06-12T20:01:41.544Z | Downloaded smallvec v1.13.2 |
308 | 2024-06-12T20:01:41.544Z | Downloaded zeroize v1.8.1 |
309 | 2024-06-12T20:01:41.545Z | Downloaded hyper-rustls v0.24.2 |
310 | 2024-06-12T20:01:41.545Z | Downloaded icu_normalizer v1.5.0 |
311 | 2024-06-12T20:01:41.545Z | Downloaded icu_locid v1.5.0 |
312 | 2024-06-12T20:01:41.545Z | Downloaded regex-automata v0.4.7 |
313 | 2024-06-12T20:01:41.546Z | Downloaded pkg-config v0.3.30 |
314 | 2024-06-12T20:01:41.546Z | Downloaded pin-utils v0.1.0 |
315 | 2024-06-12T20:01:41.546Z | Downloaded icu_normalizer_data v1.5.0 |
316 | 2024-06-12T20:01:41.546Z | Downloaded icu_locid_transform_data v1.5.0 |
317 | 2024-06-12T20:01:41.546Z | Downloaded litemap v0.7.3 |
318 | 2024-06-12T20:01:41.546Z | Downloaded tokio v1.38.0 |
319 | 2024-06-12T20:01:41.547Z | Downloaded ipnet v2.9.0 |
320 | 2024-06-12T20:01:41.547Z | Downloaded strsim v0.11.1 |
321 | 2024-06-12T20:01:41.547Z | Downloaded thiserror v1.0.61 |
322 | 2024-06-12T20:01:41.547Z | Downloaded scroll v0.12.0 |
323 | 2024-06-12T20:01:41.547Z | Downloaded icu_locid_transform v1.5.0 |
324 | 2024-06-12T20:01:41.547Z | Downloaded writeable v0.5.5 |
325 | 2024-06-12T20:01:41.547Z | Downloaded version_check v0.9.4 |
326 | 2024-06-12T20:01:41.548Z | Downloaded slog-async v2.8.0 |
327 | 2024-06-12T20:01:41.548Z | Downloaded anyhow v1.0.86 |
328 | 2024-06-12T20:01:41.548Z | Downloaded slog-json v2.6.1 |
329 | 2024-06-12T20:01:41.548Z | Downloaded futures-task v0.3.30 |
330 | 2024-06-12T20:01:41.548Z | Downloaded dof v0.3.0 |
331 | 2024-06-12T20:01:41.549Z | Downloaded dirs-next v2.0.0 |
332 | 2024-06-12T20:01:41.549Z | Downloaded crypto-common v0.1.6 |
333 | 2024-06-12T20:01:41.549Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2024-06-12T20:01:41.549Z | Downloaded tracing-core v0.1.32 |
335 | 2024-06-12T20:01:41.549Z | Downloaded tracing v0.1.40 |
336 | 2024-06-12T20:01:41.549Z | Downloaded tower-service v0.3.2 |
337 | 2024-06-12T20:01:41.549Z | Downloaded toml v0.8.14 |
338 | 2024-06-12T20:01:41.549Z | Downloaded dtrace-parser v0.2.0 |
339 | 2024-06-12T20:01:41.550Z | Downloaded darling_macro v0.20.9 |
340 | 2024-06-12T20:01:41.550Z | Downloaded async-trait v0.1.80 |
341 | 2024-06-12T20:01:41.550Z | Downloaded deranged v0.3.11 |
342 | 2024-06-12T20:01:41.550Z | Downloaded cpufeatures v0.2.12 |
343 | 2024-06-12T20:01:41.550Z | Downloaded cfg-if v1.0.0 |
344 | 2024-06-12T20:01:41.550Z | Downloaded futures-sink v0.3.30 |
345 | 2024-06-12T20:01:41.550Z | Downloaded foreign-types v0.3.2 |
346 | 2024-06-12T20:01:41.551Z | Downloaded dirs-sys-next v0.1.2 |
347 | 2024-06-12T20:01:41.551Z | Downloaded foreign-types-shared v0.1.1 |
348 | 2024-06-12T20:01:41.552Z | Downloaded dyn-clone v1.0.17 |
349 | 2024-06-12T20:01:41.552Z | Downloaded byteorder v1.5.0 |
350 | 2024-06-12T20:01:41.552Z | Downloaded base64 v0.22.1 |
351 | 2024-06-12T20:01:41.552Z | Downloaded autocfg v1.3.0 |
352 | 2024-06-12T20:01:41.597Z | Downloaded ring v0.17.8 |
353 | 2024-06-12T20:01:42.123Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-12T20:01:42.123Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-12T20:01:42.555Z | Compiling libc v0.2.155 |
356 | 2024-06-12T20:01:42.555Z | Checking cfg-if v1.0.0 |
357 | 2024-06-12T20:01:42.555Z | Compiling version_check v0.9.4 |
358 | 2024-06-12T20:01:42.556Z | Compiling autocfg v1.3.0 |
359 | 2024-06-12T20:01:42.556Z | Compiling serde v1.0.203 |
360 | 2024-06-12T20:01:42.556Z | Compiling serde_json v1.0.117 |
361 | 2024-06-12T20:01:42.556Z | Checking itoa v1.0.11 |
362 | 2024-06-12T20:01:42.556Z | Checking once_cell v1.19.0 |
363 | 2024-06-12T20:01:42.557Z | Compiling thiserror v1.0.61 |
364 | 2024-06-12T20:01:42.557Z | Compiling cc v1.0.99 |
365 | 2024-06-12T20:01:42.557Z | Compiling ahash v0.8.11 |
366 | 2024-06-12T20:01:42.557Z | Compiling memchr v2.7.2 |
367 | 2024-06-12T20:01:43.708Z | Checking byteorder v1.5.0 |
368 | 2024-06-12T20:01:43.743Z | Compiling num-traits v0.2.19 |
369 | 2024-06-12T20:01:44.036Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-12T20:01:44.136Z | Checking ryu v1.0.18 |
371 | 2024-06-12T20:01:44.234Z | Checking smallvec v1.13.2 |
372 | 2024-06-12T20:01:44.311Z | Checking log v0.4.21 |
373 | 2024-06-12T20:01:44.336Z | Checking getrandom v0.2.15 |
374 | 2024-06-12T20:01:44.343Z | Checking bytes v1.6.0 |
375 | 2024-06-12T20:01:44.425Z | Checking allocator-api2 v0.2.18 |
376 | 2024-06-12T20:01:44.463Z | Compiling lock_api v0.4.12 |
377 | 2024-06-12T20:01:44.530Z | Compiling quote v1.0.36 |
378 | 2024-06-12T20:01:44.543Z | Compiling schemars v0.8.21 |
379 | 2024-06-12T20:01:44.543Z | Compiling parking_lot_core v0.9.10 |
380 | 2024-06-12T20:01:44.721Z | Compiling ring v0.17.8 |
381 | 2024-06-12T20:01:44.878Z | Compiling syn v2.0.66 |
382 | 2024-06-12T20:01:44.906Z | Checking scopeguard v1.2.0 |
383 | 2024-06-12T20:01:44.976Z | Checking futures-core v0.3.30 |
384 | 2024-06-12T20:01:45.077Z | Checking mio v0.8.11 |
385 | 2024-06-12T20:01:45.132Z | Checking num_cpus v1.16.0 |
386 | 2024-06-12T20:01:45.160Z | Checking socket2 v0.5.7 |
387 | 2024-06-12T20:01:45.237Z | Checking signal-hook-registry v1.4.2 |
388 | 2024-06-12T20:01:45.296Z | Compiling slab v0.4.9 |
389 | 2024-06-12T20:01:45.366Z | Checking spin v0.9.8 |
390 | 2024-06-12T20:01:45.456Z | Checking parking_lot v0.12.3 |
391 | 2024-06-12T20:01:45.463Z | Checking futures-sink v0.3.30 |
392 | 2024-06-12T20:01:45.585Z | Checking stable_deref_trait v1.2.0 |
393 | 2024-06-12T20:01:45.596Z | Checking fnv v1.0.7 |
394 | 2024-06-12T20:01:45.625Z | Checking equivalent v1.0.1 |
395 | 2024-06-12T20:01:45.673Z | Checking untrusted v0.9.0 |
396 | 2024-06-12T20:01:45.735Z | Checking futures-channel v0.3.30 |
397 | 2024-06-12T20:01:45.756Z | Checking futures-io v0.3.30 |
398 | 2024-06-12T20:01:45.787Z | Checking pin-utils v0.1.0 |
399 | 2024-06-12T20:01:45.800Z | Checking futures-task v0.3.30 |
400 | 2024-06-12T20:01:45.849Z | Compiling pkg-config v0.3.30 |
401 | 2024-06-12T20:01:45.862Z | Compiling vcpkg v0.2.15 |
402 | 2024-06-12T20:01:45.983Z | Compiling semver v1.0.23 |
403 | 2024-06-12T20:01:46.015Z | Compiling ucd-trie v0.1.6 |
404 | 2024-06-12T20:01:46.357Z | Checking iana-time-zone v0.1.60 |
405 | 2024-06-12T20:01:46.465Z | Checking http v0.2.12 |
406 | 2024-06-12T20:01:46.477Z | Checking litemap v0.7.3 |
407 | 2024-06-12T20:01:46.843Z | Compiling httparse v1.9.3 |
408 | 2024-06-12T20:01:47.221Z | Checking dyn-clone v1.0.17 |
409 | 2024-06-12T20:01:47.335Z | Checking writeable v0.5.5 |
410 | 2024-06-12T20:01:47.421Z | Compiling heck v0.5.0 |
411 | 2024-06-12T20:01:47.532Z | Compiling openssl-sys v0.9.102 |
412 | 2024-06-12T20:01:48.056Z | Checking tracing-core v0.1.32 |
413 | 2024-06-12T20:01:48.072Z | Compiling uuid v1.8.0 |
414 | 2024-06-12T20:01:48.134Z | Compiling chrono v0.4.38 |
415 | 2024-06-12T20:01:48.675Z | Checking tracing v0.1.40 |
416 | 2024-06-12T20:01:48.675Z | Compiling openssl v0.10.64 |
417 | 2024-06-12T20:01:48.675Z | Checking foreign-types-shared v0.1.1 |
418 | 2024-06-12T20:01:48.675Z | Compiling slog v2.7.0 |
419 | 2024-06-12T20:01:48.675Z | Checking try-lock v0.2.5 |
420 | 2024-06-12T20:01:48.690Z | Checking icu_locid_transform_data v1.5.0 |
421 | 2024-06-12T20:01:49.118Z | Checking want v0.3.1 |
422 | 2024-06-12T20:01:49.133Z | Checking foreign-types v0.3.2 |
423 | 2024-06-12T20:01:49.133Z | Checking http-body v0.4.6 |
424 | 2024-06-12T20:01:49.133Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-12T20:01:49.134Z | Compiling native-tls v0.2.12 |
426 | 2024-06-12T20:01:49.134Z | Checking httpdate v1.0.3 |
427 | 2024-06-12T20:01:49.317Z | Checking percent-encoding v2.3.1 |
428 | 2024-06-12T20:01:49.330Z | Checking icu_properties_data v1.5.0 |
429 | 2024-06-12T20:01:49.454Z | Compiling rustls v0.21.12 |
430 | 2024-06-12T20:01:49.540Z | Compiling regex-syntax v0.8.4 |
431 | 2024-06-12T20:01:49.729Z | Checking bitflags v2.5.0 |
432 | 2024-06-12T20:01:50.350Z | Compiling typenum v1.17.0 |
433 | 2024-06-12T20:01:50.363Z | Checking tower-service v0.3.2 |
434 | 2024-06-12T20:01:50.364Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-12T20:01:50.364Z | Compiling generic-array v0.14.7 |
436 | 2024-06-12T20:01:50.550Z | Checking write16 v1.0.0 |
437 | 2024-06-12T20:01:50.575Z | Checking utf16_iter v1.0.5 |
438 | 2024-06-12T20:01:50.639Z | Checking utf8_iter v1.0.4 |
439 | 2024-06-12T20:01:50.710Z | Checking openssl-probe v0.1.5 |
440 | 2024-06-12T20:01:50.805Z | Checking icu_normalizer_data v1.5.0 |
441 | 2024-06-12T20:01:51.552Z | Compiling usdt-impl v0.5.0 |
442 | 2024-06-12T20:01:51.896Z | Compiling serde_derive_internals v0.29.1 |
443 | 2024-06-12T20:01:52.272Z | Compiling synstructure v0.13.1 |
444 | 2024-06-12T20:01:52.498Z | Checking encoding_rs v0.8.34 |
445 | 2024-06-12T20:01:53.217Z | Compiling regex-automata v0.4.7 |
446 | 2024-06-12T20:01:53.662Z | Compiling num-conv v0.1.0 |
447 | 2024-06-12T20:01:53.956Z | Compiling time-core v0.1.2 |
448 | 2024-06-12T20:01:54.092Z | Checking powerfmt v0.2.0 |
449 | 2024-06-12T20:01:54.116Z | Checking mime v0.3.17 |
450 | 2024-06-12T20:01:54.335Z | Checking deranged v0.3.11 |
451 | 2024-06-12T20:01:54.415Z | Compiling time-macros v0.2.18 |
452 | 2024-06-12T20:01:55.235Z | Compiling thread-id v4.2.1 |
453 | 2024-06-12T20:01:55.284Z | Compiling strsim v0.11.1 |
454 | 2024-06-12T20:01:55.845Z | Compiling unicode-width v0.1.13 |
455 | 2024-06-12T20:01:56.062Z | Checking rustls-pki-types v1.7.0 |
456 | 2024-06-12T20:01:56.127Z | Compiling crossbeam-utils v0.8.20 |
457 | 2024-06-12T20:01:56.627Z | Compiling ident_case v1.0.1 |
458 | 2024-06-12T20:01:56.670Z | Checking plain v0.2.3 |
459 | 2024-06-12T20:01:56.807Z | Checking base64 v0.21.7 |
460 | 2024-06-12T20:01:56.824Z | Checking sct v0.7.1 |
461 | 2024-06-12T20:01:56.987Z | Checking rustls-webpki v0.101.7 |
462 | 2024-06-12T20:01:57.029Z | Checking num_threads v0.1.7 |
463 | 2024-06-12T20:01:57.112Z | Compiling regex v1.10.5 |
464 | 2024-06-12T20:01:57.279Z | Checking rustls-pemfile v1.0.4 |
465 | 2024-06-12T20:01:57.494Z | Compiling darling_core v0.20.9 |
466 | 2024-06-12T20:01:57.616Z | Checking time v0.3.36 |
467 | 2024-06-12T20:01:57.749Z | Compiling serde_derive v1.0.203 |
468 | 2024-06-12T20:01:58.118Z | Compiling zerocopy-derive v0.7.34 |
469 | 2024-06-12T20:01:59.422Z | Compiling thiserror-impl v1.0.61 |
470 | 2024-06-12T20:01:59.693Z | Compiling schemars_derive v0.8.21 |
471 | 2024-06-12T20:02:00.235Z | Compiling zerofrom-derive v0.1.4 |
472 | 2024-06-12T20:02:00.265Z | Checking zerocopy v0.7.34 |
473 | 2024-06-12T20:02:01.403Z | Compiling yoke-derive v0.7.4 |
474 | 2024-06-12T20:02:02.186Z | Checking hashbrown v0.14.5 |
475 | 2024-06-12T20:02:02.523Z | Compiling tokio-macros v2.3.0 |
476 | 2024-06-12T20:02:02.887Z | Compiling zerovec-derive v0.10.2 |
477 | 2024-06-12T20:02:03.384Z | Compiling futures-macro v0.3.30 |
478 | 2024-06-12T20:02:03.787Z | Compiling displaydoc v0.2.4 |
479 | 2024-06-12T20:02:04.044Z | Checking tokio v1.38.0 |
480 | 2024-06-12T20:02:04.176Z | Checking zerofrom v0.1.4 |
481 | 2024-06-12T20:02:04.381Z | Compiling pest v2.7.10 |
482 | 2024-06-12T20:02:04.568Z | Checking yoke v0.7.4 |
483 | 2024-06-12T20:02:04.599Z | Compiling icu_provider_macros v1.5.0 |
484 | 2024-06-12T20:02:04.865Z | Compiling regress v0.10.0 |
485 | 2024-06-12T20:02:05.356Z | Checking futures-util v0.3.30 |
486 | 2024-06-12T20:02:05.376Z | Compiling openssl-macros v0.1.1 |
487 | 2024-06-12T20:02:05.715Z | Checking zerovec v0.10.2 |
488 | 2024-06-12T20:02:07.078Z | Compiling pest_meta v2.7.10 |
489 | 2024-06-12T20:02:07.422Z | Checking tinystr v0.7.6 |
490 | 2024-06-12T20:02:07.786Z | Checking icu_locid v1.5.0 |
491 | 2024-06-12T20:02:09.204Z | Checking icu_provider v1.5.0 |
492 | 2024-06-12T20:02:09.477Z | Compiling pest_generator v2.7.10 |
493 | 2024-06-12T20:02:09.629Z | Checking icu_locid_transform v1.5.0 |
494 | 2024-06-12T20:02:10.508Z | Checking icu_collections v1.5.0 |
495 | 2024-06-12T20:02:11.151Z | Compiling scroll_derive v0.12.0 |
496 | 2024-06-12T20:02:11.170Z | Checking indexmap v2.2.6 |
497 | 2024-06-12T20:02:11.586Z | Compiling serde_tokenstream v0.2.1 |
498 | 2024-06-12T20:02:11.747Z | Checking tokio-util v0.7.11 |
499 | 2024-06-12T20:02:12.050Z | Compiling pest_derive v2.7.10 |
500 | 2024-06-12T20:02:12.078Z | Checking icu_properties v1.5.0 |
501 | 2024-06-12T20:02:12.344Z | Checking scroll v0.12.0 |
502 | 2024-06-12T20:02:12.374Z | Checking tokio-native-tls v0.3.1 |
503 | 2024-06-12T20:02:12.561Z | Checking h2 v0.3.26 |
504 | 2024-06-12T20:02:12.605Z | Checking tokio-rustls v0.24.1 |
505 | 2024-06-12T20:02:12.913Z | Compiling dtrace-parser v0.2.0 |
506 | 2024-06-12T20:02:12.918Z | Checking serde_urlencoded v0.7.1 |
507 | 2024-06-12T20:02:13.307Z | Compiling dof v0.3.0 |
508 | 2024-06-12T20:02:14.203Z | Compiling openapiv3 v2.0.0 |
509 | 2024-06-12T20:02:14.771Z | Checking goblin v0.8.2 |
510 | 2024-06-12T20:02:15.480Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
511 | 2024-06-12T20:02:15.510Z | Checking icu_normalizer v1.5.0 |
512 | 2024-06-12T20:02:16.261Z | Checking idna v1.0.0 |
513 | 2024-06-12T20:02:16.631Z | Checking hyper v0.14.29 |
514 | 2024-06-12T20:02:16.719Z | Checking url v2.5.1 |
515 | 2024-06-12T20:02:18.064Z | Compiling getopts v0.2.21 |
516 | 2024-06-12T20:02:18.322Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-06-12T20:02:18.655Z | Compiling rustls v0.22.4 |
518 | 2024-06-12T20:02:18.978Z | Checking pretty-hex v0.4.1 |
519 | 2024-06-12T20:02:18.994Z | Compiling paste v1.0.15 |
520 | 2024-06-12T20:02:18.994Z | Checking sync_wrapper v0.1.2 |
521 | 2024-06-12T20:02:18.994Z | Compiling rustversion v1.0.17 |
522 | 2024-06-12T20:02:18.994Z | Checking webpki-roots v0.25.4 |
523 | 2024-06-12T20:02:18.998Z | Compiling omicron-workspace-hack v0.1.0 |
524 | 2024-06-12T20:02:19.120Z | Checking ipnet v2.9.0 |
525 | 2024-06-12T20:02:19.285Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-06-12T20:02:24.418Z | Checking dirs-next v2.0.0 |
527 | 2024-06-12T20:02:26.272Z | Checking serde_spanned v0.6.6 |
528 | 2024-06-12T20:02:26.272Z | Checking toml_datetime v0.6.6 |
529 | 2024-06-12T20:02:26.272Z | Compiling darling_macro v0.20.9 |
530 | 2024-06-12T20:02:26.272Z | Compiling structmeta-derive v0.3.0 |
531 | 2024-06-12T20:02:26.272Z | Checking rustls-webpki v0.102.4 |
532 | 2024-06-12T20:02:26.272Z | Checking crypto-common v0.1.6 |
533 | 2024-06-12T20:02:26.272Z | Checking block-buffer v0.10.4 |
534 | 2024-06-12T20:02:26.272Z | Checking rand_core v0.6.4 |
535 | 2024-06-12T20:02:26.272Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-06-12T20:02:26.272Z | Compiling multer v3.1.0 |
537 | 2024-06-12T20:02:26.272Z | Checking thread_local v1.1.8 |
538 | 2024-06-12T20:02:26.272Z | Compiling slog-async v2.8.0 |
539 | 2024-06-12T20:02:26.272Z | Checking hyper-rustls v0.24.2 |
540 | 2024-06-12T20:02:26.272Z | Checking hyper-tls v0.5.0 |
541 | 2024-06-12T20:02:26.273Z | Checking ppv-lite86 v0.2.17 |
542 | 2024-06-12T20:02:26.273Z | Checking winnow v0.6.13 |
543 | 2024-06-12T20:02:26.273Z | Checking zeroize v1.8.1 |
544 | 2024-06-12T20:02:26.273Z | Checking reqwest v0.11.27 |
545 | 2024-06-12T20:02:26.273Z | Compiling camino v1.1.7 |
546 | 2024-06-12T20:02:26.273Z | Checking subtle v2.5.0 |
547 | 2024-06-12T20:02:26.603Z | Compiling anyhow v1.0.86 |
548 | 2024-06-12T20:02:26.603Z | Checking match_cfg v0.1.0 |
549 | 2024-06-12T20:02:26.603Z | Checking hostname v0.3.1 |
550 | 2024-06-12T20:02:26.603Z | Checking rand_chacha v0.3.1 |
551 | 2024-06-12T20:02:26.603Z | Compiling darling v0.20.9 |
552 | 2024-06-12T20:02:26.603Z | Checking digest v0.10.7 |
553 | 2024-06-12T20:02:26.604Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
554 | 2024-06-12T20:02:26.604Z | Checking crossbeam-channel v0.5.13 |
555 | 2024-06-12T20:02:26.604Z | Compiling structmeta v0.3.0 |
556 | 2024-06-12T20:02:26.604Z | Checking term v0.7.0 |
557 | 2024-06-12T20:02:26.604Z | Compiling usdt-macro v0.5.0 |
558 | 2024-06-12T20:02:26.604Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-06-12T20:02:26.604Z | Checking toml_edit v0.22.14 |
560 | 2024-06-12T20:02:26.604Z | Checking slog-json v2.6.1 |
561 | 2024-06-12T20:02:26.604Z | Checking futures-executor v0.3.30 |
562 | 2024-06-12T20:02:26.604Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-06-12T20:02:26.604Z | Checking http v1.1.0 |
564 | 2024-06-12T20:02:26.604Z | Checking memmap v0.7.0 |
565 | 2024-06-12T20:02:26.604Z | Checking is-terminal v0.4.12 |
566 | 2024-06-12T20:02:26.604Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
567 | 2024-06-12T20:02:26.605Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
568 | 2024-06-12T20:02:26.605Z | Checking cpufeatures v0.2.12 |
569 | 2024-06-12T20:02:26.605Z | Checking atomic-waker v1.1.2 |
570 | 2024-06-12T20:02:26.605Z | Checking take_mut v0.2.2 |
571 | 2024-06-12T20:02:26.605Z | Checking base64 v0.22.1 |
572 | 2024-06-12T20:02:26.605Z | Checking waitgroup v0.1.2 |
573 | 2024-06-12T20:02:26.605Z | Checking sha1 v0.10.6 |
574 | 2024-06-12T20:02:26.605Z | Checking usdt v0.5.0 |
575 | 2024-06-12T20:02:26.605Z | Checking rustls-pemfile v2.1.2 |
576 | 2024-06-12T20:02:26.606Z | Checking slog-term v2.9.1 |
577 | 2024-06-12T20:02:26.606Z | Checking tokio-rustls v0.25.0 |
578 | 2024-06-12T20:02:26.606Z | Checking slog-bunyan v2.5.0 |
579 | 2024-06-12T20:02:26.606Z | Checking futures v0.3.30 |
580 | 2024-06-12T20:02:26.606Z | Checking async-stream v0.3.5 |
581 | 2024-06-12T20:02:26.606Z | Compiling strum_macros v0.26.4 |
582 | 2024-06-12T20:02:26.606Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-06-12T20:02:26.606Z | Compiling serde_with_macros v3.8.1 |
584 | 2024-06-12T20:02:26.606Z | Checking rand v0.8.5 |
585 | 2024-06-12T20:02:27.175Z | Checking ipnetwork v0.20.0 |
586 | 2024-06-12T20:02:27.417Z | Checking newtype-uuid v1.1.0 |
587 | 2024-06-12T20:02:27.417Z | Checking toml v0.8.14 |
588 | 2024-06-12T20:02:27.417Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
589 | 2024-06-12T20:02:27.417Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-06-12T20:02:27.417Z | Checking hex v0.4.3 |
591 | 2024-06-12T20:02:27.681Z | Compiling async-trait v0.1.80 |
592 | 2024-06-12T20:02:27.846Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-06-12T20:02:27.847Z | Checking hostname v0.4.0 |
594 | 2024-06-12T20:02:27.995Z | Checking instant v0.1.13 |
595 | 2024-06-12T20:02:28.112Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-12T20:02:28.186Z | Checking backoff v0.4.0 |
597 | 2024-06-12T20:02:28.454Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-06-12T20:02:28.508Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-06-12T20:02:28.509Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-06-12T20:02:28.509Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
601 | 2024-06-12T20:02:28.721Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-06-12T20:02:28.862Z | Checking serde_with v3.8.1 |
603 | 2024-06-12T20:02:28.957Z | Checking macaddr v1.0.1 |
604 | 2024-06-12T20:02:29.070Z | Checking regress v0.9.1 |
605 | 2024-06-12T20:02:30.118Z | Checking parse-display v0.9.1 |
606 | 2024-06-12T20:02:30.365Z | Checking strum v0.26.2 |
607 | 2024-06-12T20:02:30.365Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
608 | 2024-06-12T20:02:32.370Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
609 | 2024-06-12T20:02:32.571Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-12T20:02:45.666Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-12T20:02:45.950Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-12T20:02:45.950Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-12T20:02:50.510Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-12T20:02:50.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
615 | 2024-06-12T20:02:50.615Z | + cargo build --release |
616 | 2024-06-12T20:02:50.876Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-12T20:02:50.876Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-12T20:02:50.881Z | Compiling libc v0.2.155 |
619 | 2024-06-12T20:02:50.881Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-12T20:02:50.881Z | Compiling version_check v0.9.4 |
621 | 2024-06-12T20:02:51.326Z | Compiling autocfg v1.3.0 |
622 | 2024-06-12T20:02:51.341Z | Compiling serde v1.0.203 |
623 | 2024-06-12T20:02:51.341Z | Compiling serde_json v1.0.117 |
624 | 2024-06-12T20:02:51.341Z | Compiling itoa v1.0.11 |
625 | 2024-06-12T20:02:51.341Z | Compiling thiserror v1.0.61 |
626 | 2024-06-12T20:02:51.342Z | Compiling once_cell v1.19.0 |
627 | 2024-06-12T20:02:51.342Z | Compiling memchr v2.7.2 |
628 | 2024-06-12T20:02:51.487Z | Compiling cc v1.0.99 |
629 | 2024-06-12T20:02:51.539Z | Compiling ahash v0.8.11 |
630 | 2024-06-12T20:02:51.882Z | Compiling byteorder v1.5.0 |
631 | 2024-06-12T20:02:51.961Z | Compiling num-traits v0.2.19 |
632 | 2024-06-12T20:02:52.290Z | Compiling getrandom v0.2.15 |
633 | 2024-06-12T20:02:52.329Z | Compiling quote v1.0.36 |
634 | 2024-06-12T20:02:52.335Z | Compiling pin-project-lite v0.2.14 |
635 | 2024-06-12T20:02:52.441Z | Compiling ryu v1.0.18 |
636 | 2024-06-12T20:02:52.677Z | Compiling syn v2.0.66 |
637 | 2024-06-12T20:02:52.818Z | Compiling smallvec v1.13.2 |
638 | 2024-06-12T20:02:52.942Z | Compiling log v0.4.21 |
639 | 2024-06-12T20:02:53.013Z | Compiling bytes v1.6.0 |
640 | 2024-06-12T20:02:53.059Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-06-12T20:02:53.258Z | Compiling schemars v0.8.21 |
642 | 2024-06-12T20:02:53.276Z | Compiling lock_api v0.4.12 |
643 | 2024-06-12T20:02:53.414Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-12T20:02:53.620Z | Compiling scopeguard v1.2.0 |
645 | 2024-06-12T20:02:53.727Z | Compiling futures-core v0.3.30 |
646 | 2024-06-12T20:02:53.900Z | Compiling mio v0.8.11 |
647 | 2024-06-12T20:02:53.974Z | Compiling num_cpus v1.16.0 |
648 | 2024-06-12T20:02:54.114Z | Compiling socket2 v0.5.7 |
649 | 2024-06-12T20:02:54.270Z | Compiling parking_lot v0.12.3 |
650 | 2024-06-12T20:02:54.349Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-06-12T20:02:54.424Z | Compiling ring v0.17.8 |
652 | 2024-06-12T20:02:54.878Z | Compiling slab v0.4.9 |
653 | 2024-06-12T20:02:54.886Z | Compiling stable_deref_trait v1.2.0 |
654 | 2024-06-12T20:02:54.988Z | Compiling futures-sink v0.3.30 |
655 | 2024-06-12T20:02:55.199Z | Compiling spin v0.9.8 |
656 | 2024-06-12T20:02:55.442Z | Compiling equivalent v1.0.1 |
657 | 2024-06-12T20:02:55.524Z | Compiling untrusted v0.9.0 |
658 | 2024-06-12T20:02:55.698Z | Compiling fnv v1.0.7 |
659 | 2024-06-12T20:02:55.825Z | Compiling semver v1.0.23 |
660 | 2024-06-12T20:02:55.957Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-12T20:02:56.107Z | Compiling pin-utils v0.1.0 |
662 | 2024-06-12T20:02:56.118Z | Compiling vcpkg v0.2.15 |
663 | 2024-06-12T20:02:56.136Z | Compiling pkg-config v0.3.30 |
664 | 2024-06-12T20:02:56.184Z | Compiling futures-io v0.3.30 |
665 | 2024-06-12T20:02:56.293Z | Compiling futures-task v0.3.30 |
666 | 2024-06-12T20:02:56.589Z | Compiling ucd-trie v0.1.6 |
667 | 2024-06-12T20:02:56.611Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-06-12T20:02:57.113Z | Compiling http v0.2.12 |
669 | 2024-06-12T20:02:57.375Z | Compiling httparse v1.9.3 |
670 | 2024-06-12T20:02:57.490Z | Compiling heck v0.5.0 |
671 | 2024-06-12T20:02:57.811Z | Compiling openssl-sys v0.9.102 |
672 | 2024-06-12T20:02:57.912Z | Compiling litemap v0.7.3 |
673 | 2024-06-12T20:02:58.241Z | Compiling writeable v0.5.5 |
674 | 2024-06-12T20:02:58.318Z | Compiling dyn-clone v1.0.17 |
675 | 2024-06-12T20:02:58.416Z | Compiling chrono v0.4.38 |
676 | 2024-06-12T20:02:58.685Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-12T20:02:59.112Z | Compiling uuid v1.8.0 |
678 | 2024-06-12T20:02:59.646Z | Compiling tracing v0.1.40 |
679 | 2024-06-12T20:03:00.347Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-06-12T20:03:00.367Z | Compiling synstructure v0.13.1 |
681 | 2024-06-12T20:03:01.876Z | Compiling icu_locid_transform_data v1.5.0 |
682 | 2024-06-12T20:03:01.876Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-06-12T20:03:01.876Z | Compiling openssl v0.10.64 |
684 | 2024-06-12T20:03:01.876Z | Compiling slog v2.7.0 |
685 | 2024-06-12T20:03:01.962Z | Compiling try-lock v0.2.5 |
686 | 2024-06-12T20:03:02.107Z | Compiling want v0.3.1 |
687 | 2024-06-12T20:03:02.130Z | Compiling foreign-types v0.3.2 |
688 | 2024-06-12T20:03:02.389Z | Compiling http-body v0.4.6 |
689 | 2024-06-12T20:03:02.695Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-12T20:03:02.722Z | Compiling rustls v0.21.12 |
691 | 2024-06-12T20:03:02.878Z | Compiling regex-syntax v0.8.4 |
692 | 2024-06-12T20:03:03.021Z | Compiling bitflags v2.5.0 |
693 | 2024-06-12T20:03:03.374Z | Compiling percent-encoding v2.3.1 |
694 | 2024-06-12T20:03:03.864Z | Compiling icu_properties_data v1.5.0 |
695 | 2024-06-12T20:03:03.869Z | Compiling typenum v1.17.0 |
696 | 2024-06-12T20:03:03.979Z | Compiling httpdate v1.0.3 |
697 | 2024-06-12T20:03:04.096Z | Compiling tower-service v0.3.2 |
698 | 2024-06-12T20:03:04.211Z | Compiling native-tls v0.2.12 |
699 | 2024-06-12T20:03:04.585Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-12T20:03:04.945Z | Compiling generic-array v0.14.7 |
701 | 2024-06-12T20:03:05.533Z | Compiling icu_normalizer_data v1.5.0 |
702 | 2024-06-12T20:03:05.538Z | Compiling write16 v1.0.0 |
703 | 2024-06-12T20:03:05.538Z | Compiling openssl-probe v0.1.5 |
704 | 2024-06-12T20:03:05.538Z | Compiling utf8_iter v1.0.4 |
705 | 2024-06-12T20:03:05.619Z | Compiling utf16_iter v1.0.5 |
706 | 2024-06-12T20:03:06.121Z | Compiling serde_derive v1.0.203 |
707 | 2024-06-12T20:03:06.561Z | Compiling zerocopy-derive v0.7.34 |
708 | 2024-06-12T20:03:07.224Z | Compiling thiserror-impl v1.0.61 |
709 | 2024-06-12T20:03:07.345Z | Compiling schemars_derive v0.8.21 |
710 | 2024-06-12T20:03:08.749Z | Compiling zerocopy v0.7.34 |
711 | 2024-06-12T20:03:10.311Z | Compiling zerofrom-derive v0.1.4 |
712 | 2024-06-12T20:03:10.492Z | Compiling tokio-macros v2.3.0 |
713 | 2024-06-12T20:03:10.544Z | Compiling yoke-derive v0.7.4 |
714 | 2024-06-12T20:03:11.015Z | Compiling hashbrown v0.14.5 |
715 | 2024-06-12T20:03:12.161Z | Compiling tokio v1.38.0 |
716 | 2024-06-12T20:03:13.152Z | Compiling zerovec-derive v0.10.2 |
717 | 2024-06-12T20:03:13.855Z | Compiling displaydoc v0.2.4 |
718 | 2024-06-12T20:03:15.288Z | Compiling zerofrom v0.1.4 |
719 | 2024-06-12T20:03:15.524Z | Compiling yoke v0.7.4 |
720 | 2024-06-12T20:03:15.549Z | Compiling futures-macro v0.3.30 |
721 | 2024-06-12T20:03:15.908Z | Compiling pest v2.7.10 |
722 | 2024-06-12T20:03:15.928Z | Compiling zerovec v0.10.2 |
723 | 2024-06-12T20:03:17.697Z | Compiling futures-util v0.3.30 |
724 | 2024-06-12T20:03:18.727Z | Compiling tinystr v0.7.6 |
725 | 2024-06-12T20:03:19.054Z | Compiling pest_meta v2.7.10 |
726 | 2024-06-12T20:03:19.167Z | Compiling icu_locid v1.5.0 |
727 | 2024-06-12T20:03:21.213Z | Compiling serde_tokenstream v0.2.1 |
728 | 2024-06-12T20:03:21.730Z | Compiling indexmap v2.2.6 |
729 | 2024-06-12T20:03:23.592Z | Compiling icu_provider_macros v1.5.0 |
730 | 2024-06-12T20:03:24.869Z | Compiling icu_provider v1.5.0 |
731 | 2024-06-12T20:03:25.558Z | Compiling tokio-util v0.7.11 |
732 | 2024-06-12T20:03:27.285Z | Compiling pest_generator v2.7.10 |
733 | 2024-06-12T20:03:27.614Z | Compiling regress v0.10.0 |
734 | 2024-06-12T20:03:27.918Z | Compiling h2 v0.3.26 |
735 | 2024-06-12T20:03:28.179Z | Compiling icu_locid_transform v1.5.0 |
736 | 2024-06-12T20:03:29.145Z | Compiling pest_derive v2.7.10 |
737 | 2024-06-12T20:03:30.066Z | Compiling icu_collections v1.5.0 |
738 | 2024-06-12T20:03:32.399Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
739 | 2024-06-12T20:03:32.904Z | Compiling openssl-macros v0.1.1 |
740 | 2024-06-12T20:03:33.013Z | Compiling icu_properties v1.5.0 |
741 | 2024-06-12T20:03:33.936Z | Compiling hyper v0.14.29 |
742 | 2024-06-12T20:03:39.735Z | Compiling sct v0.7.1 |
743 | 2024-06-12T20:03:39.904Z | Compiling rustls-webpki v0.101.7 |
744 | 2024-06-12T20:03:40.211Z | Compiling regex-automata v0.4.7 |
745 | 2024-06-12T20:03:44.422Z | Compiling regex v1.10.5 |
746 | 2024-06-12T20:03:45.443Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
747 | 2024-06-12T20:03:45.465Z | Compiling icu_normalizer v1.5.0 |
748 | 2024-06-12T20:03:46.972Z | Compiling scroll_derive v0.12.0 |
749 | 2024-06-12T20:03:48.485Z | Compiling usdt-impl v0.5.0 |
750 | 2024-06-12T20:03:48.522Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-12T20:03:48.532Z | Compiling num-conv v0.1.0 |
752 | 2024-06-12T20:03:48.806Z | Compiling mime v0.3.17 |
753 | 2024-06-12T20:03:48.832Z | Compiling powerfmt v0.2.0 |
754 | 2024-06-12T20:03:49.591Z | Compiling time-core v0.1.2 |
755 | 2024-06-12T20:03:49.748Z | Compiling time-macros v0.2.18 |
756 | 2024-06-12T20:03:49.826Z | Compiling deranged v0.3.11 |
757 | 2024-06-12T20:03:51.201Z | Compiling scroll v0.12.0 |
758 | 2024-06-12T20:03:51.445Z | Compiling tokio-rustls v0.24.1 |
759 | 2024-06-12T20:03:51.865Z | Compiling idna v1.0.0 |
760 | 2024-06-12T20:03:52.021Z | Compiling tokio-native-tls v0.3.1 |
761 | 2024-06-12T20:03:52.077Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-06-12T20:03:52.336Z | Compiling dof v0.3.0 |
763 | 2024-06-12T20:03:53.245Z | Compiling serde_urlencoded v0.7.1 |
764 | 2024-06-12T20:03:56.867Z | Compiling thread-id v4.2.1 |
765 | 2024-06-12T20:03:56.912Z | Compiling omicron-workspace-hack v0.1.0 |
766 | 2024-06-12T20:03:56.965Z | Compiling rustls-pki-types v1.7.0 |
767 | 2024-06-12T20:03:57.210Z | Compiling base64 v0.21.7 |
768 | 2024-06-12T20:03:58.322Z | Compiling strsim v0.11.1 |
769 | 2024-06-12T20:03:58.400Z | Compiling crossbeam-utils v0.8.20 |
770 | 2024-06-12T20:03:59.081Z | Compiling num_threads v0.1.7 |
771 | 2024-06-12T20:03:59.495Z | Compiling ident_case v1.0.1 |
772 | 2024-06-12T20:04:00.381Z | Compiling unicode-width v0.1.13 |
773 | 2024-06-12T20:04:00.598Z | Compiling plain v0.2.3 |
774 | 2024-06-12T20:04:00.703Z | Compiling time v0.3.36 |
775 | 2024-06-12T20:04:00.744Z | Compiling goblin v0.8.2 |
776 | 2024-06-12T20:04:00.943Z | Compiling getopts v0.2.21 |
777 | 2024-06-12T20:04:04.116Z | Compiling darling_core v0.20.9 |
778 | 2024-06-12T20:04:07.281Z | Compiling rustls-pemfile v1.0.4 |
779 | 2024-06-12T20:04:09.680Z | Compiling url v2.5.1 |
780 | 2024-06-12T20:04:10.426Z | Compiling hyper-tls v0.5.0 |
781 | 2024-06-12T20:04:10.728Z | Compiling hyper-rustls v0.24.2 |
782 | 2024-06-12T20:04:10.927Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
783 | 2024-06-12T20:04:11.045Z | Compiling openapiv3 v2.0.0 |
784 | 2024-06-12T20:04:11.614Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-12T20:04:13.039Z | Compiling webpki-roots v0.25.4 |
786 | 2024-06-12T20:04:13.191Z | Compiling ipnet v2.9.0 |
787 | 2024-06-12T20:04:13.458Z | Compiling pretty-hex v0.4.1 |
788 | 2024-06-12T20:04:13.682Z | Compiling sync_wrapper v0.1.2 |
789 | 2024-06-12T20:04:13.803Z | Compiling rustls v0.22.4 |
790 | 2024-06-12T20:04:14.113Z | Compiling unsafe-libyaml v0.2.11 |
791 | 2024-06-12T20:04:15.485Z | Compiling rustversion v1.0.17 |
792 | 2024-06-12T20:04:15.631Z | Compiling paste v1.0.15 |
793 | 2024-06-12T20:04:15.907Z | Compiling serde_yaml v0.9.34+deprecated |
794 | 2024-06-12T20:04:15.975Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
795 | 2024-06-12T20:04:16.190Z | Compiling reqwest v0.11.27 |
796 | 2024-06-12T20:04:20.019Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-12T20:04:20.284Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-12T20:04:22.717Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-12T20:04:23.209Z | Compiling crypto-common v0.1.6 |
800 | 2024-06-12T20:04:23.213Z | Compiling block-buffer v0.10.4 |
801 | 2024-06-12T20:04:23.213Z | Compiling toml_datetime v0.6.6 |
802 | 2024-06-12T20:04:23.213Z | Compiling serde_spanned v0.6.6 |
803 | 2024-06-12T20:04:23.444Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-12T20:04:23.872Z | Compiling rand_core v0.6.4 |
805 | 2024-06-12T20:04:24.462Z | Compiling multer v3.1.0 |
806 | 2024-06-12T20:04:24.785Z | Compiling thread_local v1.1.8 |
807 | 2024-06-12T20:04:24.934Z | Compiling anyhow v1.0.86 |
808 | 2024-06-12T20:04:25.538Z | Compiling zeroize v1.8.1 |
809 | 2024-06-12T20:04:25.597Z | Compiling subtle v2.5.0 |
810 | 2024-06-12T20:04:25.842Z | Compiling ppv-lite86 v0.2.17 |
811 | 2024-06-12T20:04:25.876Z | Compiling camino v1.1.7 |
812 | 2024-06-12T20:04:25.892Z | Compiling winnow v0.6.13 |
813 | 2024-06-12T20:04:26.388Z | Compiling slog-async v2.8.0 |
814 | 2024-06-12T20:04:26.479Z | Compiling match_cfg v0.1.0 |
815 | 2024-06-12T20:04:26.571Z | Compiling hostname v0.3.1 |
816 | 2024-06-12T20:04:26.629Z | Compiling rand_chacha v0.3.1 |
817 | 2024-06-12T20:04:26.868Z | Compiling structmeta v0.3.0 |
818 | 2024-06-12T20:04:27.415Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
819 | 2024-06-12T20:04:27.907Z | Compiling digest v0.10.7 |
820 | 2024-06-12T20:04:28.317Z | Compiling crossbeam-channel v0.5.13 |
821 | 2024-06-12T20:04:28.413Z | Compiling darling v0.20.9 |
822 | 2024-06-12T20:04:30.055Z | Compiling toml_edit v0.22.14 |
823 | 2024-06-12T20:04:30.365Z | Compiling term v0.7.0 |
824 | 2024-06-12T20:04:35.219Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-12T20:04:39.397Z | Compiling usdt-macro v0.5.0 |
826 | 2024-06-12T20:04:39.688Z | Compiling usdt-attr-macro v0.5.0 |
827 | 2024-06-12T20:04:40.791Z | Compiling slog-json v2.6.1 |
828 | 2024-06-12T20:04:41.280Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-12T20:04:41.331Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-12T20:04:42.577Z | Compiling http v1.1.0 |
831 | 2024-06-12T20:04:42.772Z | Compiling is-terminal v0.4.12 |
832 | 2024-06-12T20:04:42.891Z | Compiling memmap v0.7.0 |
833 | 2024-06-12T20:04:43.348Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
834 | 2024-06-12T20:04:43.680Z | Compiling atomic-waker v1.1.2 |
835 | 2024-06-12T20:04:43.855Z | Compiling cpufeatures v0.2.12 |
836 | 2024-06-12T20:04:43.929Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
837 | 2024-06-12T20:04:43.949Z | Compiling take_mut v0.2.2 |
838 | 2024-06-12T20:04:44.106Z | Compiling base64 v0.22.1 |
839 | 2024-06-12T20:04:45.239Z | Compiling rustls-pemfile v2.1.2 |
840 | 2024-06-12T20:04:47.419Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
841 | 2024-06-12T20:04:47.649Z | Compiling sha1 v0.10.6 |
842 | 2024-06-12T20:04:47.972Z | Compiling waitgroup v0.1.2 |
843 | 2024-06-12T20:04:48.258Z | Compiling usdt v0.5.0 |
844 | 2024-06-12T20:04:48.429Z | Compiling slog-term v2.9.1 |
845 | 2024-06-12T20:04:49.075Z | Compiling async-stream v0.3.5 |
846 | 2024-06-12T20:04:49.431Z | Compiling futures v0.3.30 |
847 | 2024-06-12T20:04:49.631Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-12T20:04:49.890Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-12T20:04:49.911Z | Compiling toml v0.8.14 |
850 | 2024-06-12T20:04:51.416Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-12T20:04:51.855Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-12T20:04:54.923Z | Compiling parse-display-derive v0.9.1 |
853 | 2024-06-12T20:04:56.473Z | Compiling rand v0.8.5 |
854 | 2024-06-12T20:04:57.835Z | Compiling ipnetwork v0.20.0 |
855 | 2024-06-12T20:04:58.447Z | Compiling newtype-uuid v1.1.0 |
856 | 2024-06-12T20:04:58.571Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
857 | 2024-06-12T20:04:58.783Z | Compiling serde_path_to_error v0.1.16 |
858 | 2024-06-12T20:04:59.392Z | Compiling hex v0.4.3 |
859 | 2024-06-12T20:04:59.869Z | Compiling async-trait v0.1.80 |
860 | 2024-06-12T20:05:00.091Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
861 | 2024-06-12T20:05:00.897Z | Compiling hostname v0.4.0 |
862 | 2024-06-12T20:05:00.944Z | Compiling instant v0.1.13 |
863 | 2024-06-12T20:05:01.107Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-12T20:05:01.144Z | Compiling backoff v0.4.0 |
865 | 2024-06-12T20:05:01.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
866 | 2024-06-12T20:05:01.442Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
867 | 2024-06-12T20:05:01.471Z | Compiling parse-display v0.9.1 |
868 | 2024-06-12T20:05:01.624Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
869 | 2024-06-12T20:05:02.121Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
870 | 2024-06-12T20:05:02.745Z | Compiling strum v0.26.2 |
871 | 2024-06-12T20:05:02.926Z | Compiling serde_with v3.8.1 |
872 | 2024-06-12T20:05:03.606Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-12T20:05:04.475Z | Compiling macaddr v1.0.1 |
874 | 2024-06-12T20:05:05.112Z | Compiling regress v0.9.1 |
875 | 2024-06-12T20:05:09.955Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-12T20:05:19.813Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-12T20:05:28.356Z | Finished `release` profile [optimized] target(s) in 2m 37s |
878 | 2024-06-12T20:05:28.362Z | process exited: duration 234999 ms, exit code 0 |
|
879 | 2024-06-12T20:05:28.407Z | found 0 output files |