|
|
|
1 | 2024-06-15T16:01:12.288Z | job assigned to worker 01J0EA2049MBZV0WMCRG3D3PCE (queued for 42 s) |
|
2 | 2024-06-15T16:01:13.125Z | starting task 0: "setup" |
3 | 2024-06-15T16:01:13.150Z | ++ uname -s |
4 | 2024-06-15T16:01:13.150Z | + kern=SunOS |
5 | 2024-06-15T16:01:13.150Z | + case "$kern" in |
6 | 2024-06-15T16:01:13.150Z | + groupadd -g 12345 build |
7 | 2024-06-15T16:01:13.174Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-15T16:01:15.173Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-15T16:01:15.230Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-15T16:01:15.255Z | + home_fs=zfs |
11 | 2024-06-15T16:01:15.256Z | + [[ zfs == autofs ]] |
12 | 2024-06-15T16:01:15.256Z | + mkdir -p /home/build |
13 | 2024-06-15T16:01:15.256Z | + chown build:build /home/build /work |
14 | 2024-06-15T16:01:17.243Z | + chmod 0700 /home/build /work |
15 | 2024-06-15T16:01:17.268Z | process exited: duration 4128 ms, exit code 0 |
|
16 | 2024-06-15T16:01:17.317Z | starting task 1: "rust-toolchain" |
17 | 2024-06-15T16:01:17.342Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-15T16:01:17.342Z | * toolchain channel = "1.78.0" |
19 | 2024-06-15T16:01:17.342Z | ' 1.78.0 |
20 | 2024-06-15T16:01:17.342Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-15T16:01:17.343Z | ' default |
22 | 2024-06-15T16:01:17.343Z | * toolchain profile = "default" |
23 | 2024-06-15T16:01:17.343Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-15T16:01:17.343Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-15T16:01:17.719Z | info: downloading installer |
26 | 2024-06-15T16:01:18.403Z | info: profile set to 'default' |
27 | 2024-06-15T16:01:18.403Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-15T16:01:18.428Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-15T16:01:18.555Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-15T16:01:18.555Z | info: downloading component 'cargo' |
31 | 2024-06-15T16:01:18.924Z | info: downloading component 'clippy' |
32 | 2024-06-15T16:01:19.051Z | info: downloading component 'rust-docs' |
33 | 2024-06-15T16:01:19.318Z | info: downloading component 'rust-std' |
34 | 2024-06-15T16:01:19.617Z | info: downloading component 'rustc' |
35 | 2024-06-15T16:01:20.608Z | info: downloading component 'rustfmt' |
36 | 2024-06-15T16:01:20.664Z | info: installing component 'cargo' |
37 | 2024-06-15T16:01:22.030Z | info: installing component 'clippy' |
38 | 2024-06-15T16:01:22.494Z | info: installing component 'rust-docs' |
39 | 2024-06-15T16:01:25.545Z | info: installing component 'rust-std' |
40 | 2024-06-15T16:01:28.338Z | info: installing component 'rustc' |
41 | 2024-06-15T16:01:35.462Z | info: installing component 'rustfmt' |
42 | 2024-06-15T16:01:35.951Z | |
43 | 2024-06-15T16:01:35.951Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-06-15T16:01:36.138Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-15T16:01:36.138Z | |
46 | 2024-06-15T16:01:36.164Z | |
47 | 2024-06-15T16:01:36.164Z | Rust is installed now. Great! |
48 | 2024-06-15T16:01:36.164Z | |
49 | 2024-06-15T16:01:36.164Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-15T16:01:36.164Z | environment variable. This has not been done automatically. |
51 | 2024-06-15T16:01:36.164Z | |
52 | 2024-06-15T16:01:36.164Z | To configure your current shell, you need to source |
53 | 2024-06-15T16:01:36.164Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-15T16:01:36.164Z | |
55 | 2024-06-15T16:01:36.164Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-15T16:01:36.164Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-15T16:01:36.164Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-15T16:01:36.242Z | + rustc --version |
59 | 2024-06-15T16:01:36.399Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-15T16:01:36.424Z | process exited: duration 19088 ms, exit code 0 |
|
61 | 2024-06-15T16:01:36.475Z | starting task 2: "authentication" |
62 | 2024-06-15T16:01:36.541Z | process exited: duration 65 ms, exit code 0 |
|
63 | 2024-06-15T16:01:36.592Z | starting task 3: "clone repository" |
64 | 2024-06-15T16:01:36.617Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-15T16:01:36.617Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-15T16:01:36.650Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-15T16:01:44.362Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-15T16:01:44.362Z | + git fetch origin 1d0ec9ce2aac43faa12f237049c44b60344e05ab |
69 | 2024-06-15T16:01:44.827Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-15T16:01:44.827Z | * branch 1d0ec9ce2aac43faa12f237049c44b60344e05ab -> FETCH_HEAD |
71 | 2024-06-15T16:01:44.852Z | + [[ -n bgp_upgrade ]] |
72 | 2024-06-15T16:01:44.852Z | ++ git branch --show-current |
73 | 2024-06-15T16:01:44.877Z | + current=main |
74 | 2024-06-15T16:01:44.877Z | + [[ main != bgp_upgrade ]] |
75 | 2024-06-15T16:01:44.877Z | + git branch -f bgp_upgrade 1d0ec9ce2aac43faa12f237049c44b60344e05ab |
76 | 2024-06-15T16:01:44.877Z | + git checkout -f bgp_upgrade |
77 | 2024-06-15T16:01:45.076Z | Switched to branch 'bgp_upgrade' |
78 | 2024-06-15T16:01:45.101Z | + git reset --hard 1d0ec9ce2aac43faa12f237049c44b60344e05ab |
79 | 2024-06-15T16:01:45.275Z | HEAD is now at 1d0ec9ce2 hide obsolete structs |
80 | 2024-06-15T16:01:45.310Z | process exited: duration 8687 ms, exit code 0 |
|
81 | 2024-06-15T16:01:45.369Z | starting task 4: "build" |
82 | 2024-06-15T16:01:45.396Z | + cargo --version |
83 | 2024-06-15T16:01:45.520Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-15T16:01:45.545Z | + rustc --version |
85 | 2024-06-15T16:01:45.669Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-15T16:01:45.695Z | + cd /tmp |
87 | 2024-06-15T16:01:45.695Z | + cargo new --lib test-project |
88 | 2024-06-15T16:01:45.811Z | Creating library `test-project` package |
89 | 2024-06-15T16:01:46.014Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-15T16:01:46.040Z | + cd test-project |
91 | 2024-06-15T16:01:46.040Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-15T16:01:46.165Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-15T16:01:46.165Z | Features: |
94 | 2024-06-15T16:01:46.166Z | - proptest |
95 | 2024-06-15T16:01:46.166Z | - test-strategy |
96 | 2024-06-15T16:01:46.166Z | - testing |
97 | 2024-06-15T16:01:46.220Z | Updating crates.io index |
98 | 2024-06-15T16:01:46.253Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-15T16:01:47.353Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-15T16:01:48.355Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-15T16:01:48.998Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-15T16:01:51.824Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-15T16:01:52.309Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-15T16:01:52.897Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-15T16:01:56.874Z | + cargo check |
106 | 2024-06-15T16:01:57.322Z | Downloading crates ... |
107 | 2024-06-15T16:01:57.453Z | Downloaded debug-ignore v1.0.5 |
108 | 2024-06-15T16:01:57.576Z | Downloaded pretty-hex v0.4.1 |
109 | 2024-06-15T16:01:57.614Z | Downloaded take_mut v0.2.2 |
110 | 2024-06-15T16:01:57.641Z | Downloaded tinystr v0.7.6 |
111 | 2024-06-15T16:01:57.641Z | Downloaded syn v2.0.66 |
112 | 2024-06-15T16:01:57.681Z | Downloaded rand v0.8.5 |
113 | 2024-06-15T16:01:57.707Z | Downloaded term v0.7.0 |
114 | 2024-06-15T16:01:57.734Z | Downloaded tokio v1.38.0 |
115 | 2024-06-15T16:01:57.813Z | Downloaded regex v1.10.5 |
116 | 2024-06-15T16:01:57.847Z | Downloaded rustls v0.22.4 |
117 | 2024-06-15T16:01:57.883Z | Downloaded regress v0.10.0 |
118 | 2024-06-15T16:01:57.914Z | Downloaded regress v0.9.1 |
119 | 2024-06-15T16:01:57.941Z | Downloaded regex-syntax v0.8.4 |
120 | 2024-06-15T16:01:57.941Z | Downloaded regex-automata v0.4.7 |
121 | 2024-06-15T16:01:57.967Z | Downloaded openapiv3 v2.0.0 |
122 | 2024-06-15T16:01:57.993Z | Downloaded unicode-width v0.1.13 |
123 | 2024-06-15T16:01:58.018Z | Downloaded encoding_rs v0.8.34 |
124 | 2024-06-15T16:01:58.049Z | Downloaded openssl v0.10.64 |
125 | 2024-06-15T16:01:58.075Z | Downloaded webpki-roots v0.25.4 |
126 | 2024-06-15T16:01:58.075Z | Downloaded rustls-webpki v0.102.4 |
127 | 2024-06-15T16:01:58.111Z | Downloaded rustls-webpki v0.101.7 |
128 | 2024-06-15T16:01:58.291Z | Downloaded rustls v0.21.12 |
129 | 2024-06-15T16:01:58.291Z | Downloaded reqwest v0.11.27 |
130 | 2024-06-15T16:01:58.291Z | Downloaded zerocopy v0.7.34 |
131 | 2024-06-15T16:01:58.291Z | Downloaded vcpkg v0.2.15 |
132 | 2024-06-15T16:01:58.317Z | Downloaded pest v2.7.10 |
133 | 2024-06-15T16:01:58.317Z | Downloaded zerovec v0.10.2 |
134 | 2024-06-15T16:01:58.317Z | Downloaded winnow v0.6.13 |
135 | 2024-06-15T16:01:58.342Z | Downloaded toml_edit v0.22.14 |
136 | 2024-06-15T16:01:58.383Z | Downloaded unsafe-libyaml v0.2.11 |
137 | 2024-06-15T16:01:58.408Z | Downloaded ring v0.17.8 |
138 | 2024-06-15T16:01:58.520Z | Downloaded tracing v0.1.40 |
139 | 2024-06-15T16:01:58.544Z | Downloaded tokio-util v0.7.11 |
140 | 2024-06-15T16:01:58.544Z | Downloaded libc v0.2.155 |
141 | 2024-06-15T16:01:58.592Z | Downloaded schemars v0.8.21 |
142 | 2024-06-15T16:01:58.616Z | Downloaded ryu v1.0.18 |
143 | 2024-06-15T16:01:58.641Z | Downloaded proc-macro2 v1.0.85 |
144 | 2024-06-15T16:01:58.641Z | Downloaded pest_meta v2.7.10 |
145 | 2024-06-15T16:01:58.641Z | Downloaded parking_lot v0.12.3 |
146 | 2024-06-15T16:01:58.641Z | Downloaded openssl-sys v0.9.102 |
147 | 2024-06-15T16:01:58.665Z | Downloaded num-traits v0.2.19 |
148 | 2024-06-15T16:01:58.666Z | Downloaded uuid v1.8.0 |
149 | 2024-06-15T16:01:58.666Z | Downloaded usdt v0.5.0 |
150 | 2024-06-15T16:01:58.666Z | Downloaded url v2.5.1 |
151 | 2024-06-15T16:01:58.666Z | Downloaded toml v0.8.14 |
152 | 2024-06-15T16:01:58.690Z | Downloaded time-macros v0.2.18 |
153 | 2024-06-15T16:01:58.690Z | Downloaded time-core v0.1.2 |
154 | 2024-06-15T16:01:58.690Z | Downloaded time v0.3.36 |
155 | 2024-06-15T16:01:58.690Z | Downloaded thread_local v1.1.8 |
156 | 2024-06-15T16:01:58.690Z | Downloaded thread-id v4.2.1 |
157 | 2024-06-15T16:01:58.690Z | Downloaded thiserror-impl v1.0.61 |
158 | 2024-06-15T16:01:58.716Z | Downloaded thiserror v1.0.61 |
159 | 2024-06-15T16:01:58.716Z | Downloaded synstructure v0.13.1 |
160 | 2024-06-15T16:01:58.716Z | Downloaded sync_wrapper v0.1.2 |
161 | 2024-06-15T16:01:58.716Z | Downloaded subtle v2.5.0 |
162 | 2024-06-15T16:01:58.716Z | Downloaded strum_macros v0.26.4 |
163 | 2024-06-15T16:01:58.716Z | Downloaded strum v0.26.2 |
164 | 2024-06-15T16:01:58.716Z | Downloaded structmeta-derive v0.3.0 |
165 | 2024-06-15T16:01:58.716Z | Downloaded structmeta v0.3.0 |
166 | 2024-06-15T16:01:58.741Z | Downloaded strsim v0.11.1 |
167 | 2024-06-15T16:01:58.741Z | Downloaded stable_deref_trait v1.2.0 |
168 | 2024-06-15T16:01:58.741Z | Downloaded sct v0.7.1 |
169 | 2024-06-15T16:01:58.741Z | Downloaded scroll v0.12.0 |
170 | 2024-06-15T16:01:58.742Z | Downloaded scopeguard v1.2.0 |
171 | 2024-06-15T16:01:58.742Z | Downloaded rustversion v1.0.17 |
172 | 2024-06-15T16:01:58.742Z | Downloaded rustls-pki-types v1.7.0 |
173 | 2024-06-15T16:01:58.742Z | Downloaded rustls-pemfile v2.1.2 |
174 | 2024-06-15T16:01:58.769Z | Downloaded rustls-pemfile v1.0.4 |
175 | 2024-06-15T16:01:58.769Z | Downloaded rand_core v0.6.4 |
176 | 2024-06-15T16:01:58.769Z | Downloaded rand_chacha v0.3.1 |
177 | 2024-06-15T16:01:58.770Z | Downloaded quote v1.0.36 |
178 | 2024-06-15T16:01:58.770Z | Downloaded ppv-lite86 v0.2.17 |
179 | 2024-06-15T16:01:58.770Z | Downloaded powerfmt v0.2.0 |
180 | 2024-06-15T16:01:58.770Z | Downloaded pkg-config v0.3.30 |
181 | 2024-06-15T16:01:58.770Z | Downloaded pin-utils v0.1.0 |
182 | 2024-06-15T16:01:58.770Z | Downloaded pin-project-lite v0.2.14 |
183 | 2024-06-15T16:01:58.796Z | Downloaded pest_generator v2.7.10 |
184 | 2024-06-15T16:01:58.796Z | Downloaded pest_derive v2.7.10 |
185 | 2024-06-15T16:01:58.796Z | Downloaded paste v1.0.15 |
186 | 2024-06-15T16:01:58.796Z | Downloaded parse-display v0.9.1 |
187 | 2024-06-15T16:01:58.796Z | Downloaded parking_lot_core v0.9.10 |
188 | 2024-06-15T16:01:58.796Z | Downloaded once_cell v1.19.0 |
189 | 2024-06-15T16:01:58.821Z | Downloaded num_cpus v1.16.0 |
190 | 2024-06-15T16:01:58.821Z | Downloaded num-conv v0.1.0 |
191 | 2024-06-15T16:01:58.821Z | Downloaded newtype-uuid v1.1.0 |
192 | 2024-06-15T16:01:58.821Z | Downloaded native-tls v0.2.12 |
193 | 2024-06-15T16:01:58.821Z | Downloaded zerovec-derive v0.10.2 |
194 | 2024-06-15T16:01:58.822Z | Downloaded zeroize v1.8.1 |
195 | 2024-06-15T16:01:58.822Z | Downloaded zerofrom-derive v0.1.4 |
196 | 2024-06-15T16:01:58.822Z | Downloaded zerocopy-derive v0.7.34 |
197 | 2024-06-15T16:01:58.848Z | Downloaded yoke v0.7.4 |
198 | 2024-06-15T16:01:58.848Z | Downloaded writeable v0.5.5 |
199 | 2024-06-15T16:01:58.848Z | Downloaded utf16_iter v1.0.5 |
200 | 2024-06-15T16:01:58.848Z | Downloaded usdt-impl v0.5.0 |
201 | 2024-06-15T16:01:58.848Z | Downloaded unicode-ident v1.0.12 |
202 | 2024-06-15T16:01:58.848Z | Downloaded ucd-trie v0.1.6 |
203 | 2024-06-15T16:01:58.848Z | Downloaded typenum v1.17.0 |
204 | 2024-06-15T16:01:58.873Z | Downloaded tracing-core v0.1.32 |
205 | 2024-06-15T16:01:58.873Z | Downloaded goblin v0.8.2 |
206 | 2024-06-15T16:01:58.873Z | Downloaded chrono v0.4.38 |
207 | 2024-06-15T16:01:58.897Z | Downloaded cc v1.0.99 |
208 | 2024-06-15T16:01:58.897Z | Downloaded bytes v1.6.0 |
209 | 2024-06-15T16:01:58.897Z | Downloaded bitflags v2.5.0 |
210 | 2024-06-15T16:01:58.924Z | Downloaded base64 v0.22.1 |
211 | 2024-06-15T16:01:58.924Z | Downloaded base64 v0.21.7 |
212 | 2024-06-15T16:01:58.949Z | Downloaded async-trait v0.1.80 |
213 | 2024-06-15T16:01:58.949Z | Downloaded anyhow v1.0.86 |
214 | 2024-06-15T16:01:58.949Z | Downloaded allocator-api2 v0.2.18 |
215 | 2024-06-15T16:01:58.973Z | Downloaded aho-corasick v1.1.3 |
216 | 2024-06-15T16:01:58.973Z | Downloaded spin v0.9.8 |
217 | 2024-06-15T16:01:58.973Z | Downloaded socket2 v0.5.7 |
218 | 2024-06-15T16:01:58.998Z | Downloaded smallvec v1.13.2 |
219 | 2024-06-15T16:01:58.998Z | Downloaded slog-term v2.9.1 |
220 | 2024-06-15T16:01:58.998Z | Downloaded slog-json v2.6.1 |
221 | 2024-06-15T16:01:58.998Z | Downloaded slog-bunyan v2.5.0 |
222 | 2024-06-15T16:01:58.998Z | Downloaded slog-async v2.8.0 |
223 | 2024-06-15T16:01:58.998Z | Downloaded slog v2.7.0 |
224 | 2024-06-15T16:01:58.998Z | Downloaded slab v0.4.9 |
225 | 2024-06-15T16:01:58.998Z | Downloaded signal-hook-registry v1.4.2 |
226 | 2024-06-15T16:01:59.023Z | Downloaded sha2 v0.10.8 |
227 | 2024-06-15T16:01:59.023Z | Downloaded sha1 v0.10.6 |
228 | 2024-06-15T16:01:59.023Z | Downloaded serde_yaml v0.9.34+deprecated |
229 | 2024-06-15T16:01:59.023Z | Downloaded serde_with_macros v3.8.1 |
230 | 2024-06-15T16:01:59.023Z | Downloaded serde_with v3.8.1 |
231 | 2024-06-15T16:01:59.047Z | Downloaded serde_urlencoded v0.7.1 |
232 | 2024-06-15T16:01:59.047Z | Downloaded serde_tokenstream v0.2.1 |
233 | 2024-06-15T16:01:59.047Z | Downloaded serde_spanned v0.6.6 |
234 | 2024-06-15T16:01:59.047Z | Downloaded serde_path_to_error v0.1.16 |
235 | 2024-06-15T16:01:59.047Z | Downloaded serde_json v1.0.117 |
236 | 2024-06-15T16:01:59.072Z | Downloaded serde_derive_internals v0.29.1 |
237 | 2024-06-15T16:01:59.072Z | Downloaded serde_derive v1.0.203 |
238 | 2024-06-15T16:01:59.072Z | Downloaded serde v1.0.203 |
239 | 2024-06-15T16:01:59.072Z | Downloaded semver v1.0.23 |
240 | 2024-06-15T16:01:59.096Z | Downloaded scroll_derive v0.12.0 |
241 | 2024-06-15T16:01:59.096Z | Downloaded schemars_derive v0.8.21 |
242 | 2024-06-15T16:01:59.096Z | Downloaded plain v0.2.3 |
243 | 2024-06-15T16:01:59.096Z | Downloaded percent-encoding v2.3.1 |
244 | 2024-06-15T16:01:59.096Z | Downloaded parse-display-derive v0.9.1 |
245 | 2024-06-15T16:01:59.097Z | Downloaded openssl-macros v0.1.1 |
246 | 2024-06-15T16:01:59.097Z | Downloaded omicron-workspace-hack v0.1.0 |
247 | 2024-06-15T16:01:59.097Z | Downloaded num_threads v0.1.7 |
248 | 2024-06-15T16:01:59.097Z | Downloaded zerofrom v0.1.4 |
249 | 2024-06-15T16:01:59.097Z | Downloaded yoke-derive v0.7.4 |
250 | 2024-06-15T16:01:59.097Z | Downloaded write16 v1.0.0 |
251 | 2024-06-15T16:01:59.122Z | Downloaded version_check v0.9.4 |
252 | 2024-06-15T16:01:59.122Z | Downloaded utf8_iter v1.0.4 |
253 | 2024-06-15T16:01:59.122Z | Downloaded usdt-macro v0.5.0 |
254 | 2024-06-15T16:01:59.122Z | Downloaded usdt-attr-macro v0.5.0 |
255 | 2024-06-15T16:01:59.122Z | Downloaded untrusted v0.9.0 |
256 | 2024-06-15T16:01:59.122Z | Downloaded try-lock v0.2.5 |
257 | 2024-06-15T16:01:59.122Z | Downloaded tower-service v0.3.2 |
258 | 2024-06-15T16:01:59.122Z | Downloaded toml_datetime v0.6.6 |
259 | 2024-06-15T16:01:59.122Z | Downloaded tokio-rustls v0.25.0 |
260 | 2024-06-15T16:01:59.122Z | Downloaded tokio-rustls v0.24.1 |
261 | 2024-06-15T16:01:59.146Z | Downloaded tokio-native-tls v0.3.1 |
262 | 2024-06-15T16:01:59.146Z | Downloaded icu_properties_data v1.5.0 |
263 | 2024-06-15T16:01:59.171Z | Downloaded hyper v0.14.29 |
264 | 2024-06-15T16:01:59.171Z | Downloaded futures-executor v0.3.30 |
265 | 2024-06-15T16:01:59.196Z | Downloaded futures-core v0.3.30 |
266 | 2024-06-15T16:01:59.196Z | Downloaded futures-channel v0.3.30 |
267 | 2024-06-15T16:01:59.196Z | Downloaded futures v0.3.30 |
268 | 2024-06-15T16:01:59.196Z | Downloaded form_urlencoded v1.2.1 |
269 | 2024-06-15T16:01:59.196Z | Downloaded foreign-types-shared v0.1.1 |
270 | 2024-06-15T16:01:59.196Z | Downloaded fnv v1.0.7 |
271 | 2024-06-15T16:01:59.196Z | Downloaded dyn-clone v1.0.17 |
272 | 2024-06-15T16:01:59.220Z | Downloaded dof v0.3.0 |
273 | 2024-06-15T16:01:59.220Z | Downloaded displaydoc v0.2.4 |
274 | 2024-06-15T16:01:59.220Z | Downloaded dirs-sys-next v0.1.2 |
275 | 2024-06-15T16:01:59.220Z | Downloaded dirs-next v2.0.0 |
276 | 2024-06-15T16:01:59.220Z | Downloaded digest v0.10.7 |
277 | 2024-06-15T16:01:59.220Z | Downloaded deranged v0.3.11 |
278 | 2024-06-15T16:01:59.220Z | Downloaded darling_macro v0.20.9 |
279 | 2024-06-15T16:01:59.245Z | Downloaded darling_core v0.20.9 |
280 | 2024-06-15T16:01:59.245Z | Downloaded darling v0.20.9 |
281 | 2024-06-15T16:01:59.272Z | Downloaded crypto-common v0.1.6 |
282 | 2024-06-15T16:01:59.272Z | Downloaded crossbeam-utils v0.8.20 |
283 | 2024-06-15T16:01:59.272Z | Downloaded crossbeam-channel v0.5.13 |
284 | 2024-06-15T16:01:59.272Z | Downloaded cpufeatures v0.2.12 |
285 | 2024-06-15T16:01:59.272Z | Downloaded byteorder v1.5.0 |
286 | 2024-06-15T16:01:59.297Z | Downloaded block-buffer v0.10.4 |
287 | 2024-06-15T16:01:59.297Z | Downloaded backoff v0.4.0 |
288 | 2024-06-15T16:01:59.297Z | Downloaded autocfg v1.3.0 |
289 | 2024-06-15T16:01:59.297Z | Downloaded atomic-waker v1.1.2 |
290 | 2024-06-15T16:01:59.297Z | Downloaded async-stream v0.3.5 |
291 | 2024-06-15T16:01:59.297Z | Downloaded ahash v0.8.11 |
292 | 2024-06-15T16:01:59.297Z | Downloaded openssl-probe v0.1.5 |
293 | 2024-06-15T16:01:59.297Z | Downloaded want v0.3.1 |
294 | 2024-06-15T16:01:59.297Z | Downloaded waitgroup v0.1.2 |
295 | 2024-06-15T16:01:59.298Z | Downloaded tokio-macros v2.3.0 |
296 | 2024-06-15T16:01:59.298Z | Downloaded multer v3.1.0 |
297 | 2024-06-15T16:01:59.322Z | Downloaded mio v0.8.11 |
298 | 2024-06-15T16:01:59.322Z | Downloaded mime v0.3.17 |
299 | 2024-06-15T16:01:59.322Z | Downloaded memmap v0.7.0 |
300 | 2024-06-15T16:01:59.322Z | Downloaded memchr v2.7.4 |
301 | 2024-06-15T16:01:59.347Z | Downloaded match_cfg v0.1.0 |
302 | 2024-06-15T16:01:59.347Z | Downloaded macaddr v1.0.1 |
303 | 2024-06-15T16:01:59.347Z | Downloaded log v0.4.21 |
304 | 2024-06-15T16:01:59.347Z | Downloaded lock_api v0.4.12 |
305 | 2024-06-15T16:01:59.347Z | Downloaded litemap v0.7.3 |
306 | 2024-06-15T16:01:59.347Z | Downloaded itoa v1.0.11 |
307 | 2024-06-15T16:01:59.347Z | Downloaded is-terminal v0.4.12 |
308 | 2024-06-15T16:01:59.347Z | Downloaded ipnetwork v0.20.0 |
309 | 2024-06-15T16:01:59.347Z | Downloaded ipnet v2.9.0 |
310 | 2024-06-15T16:01:59.372Z | Downloaded instant v0.1.13 |
311 | 2024-06-15T16:01:59.372Z | Downloaded indexmap v2.2.6 |
312 | 2024-06-15T16:01:59.372Z | Downloaded indexmap v1.9.3 |
313 | 2024-06-15T16:01:59.372Z | Downloaded idna v1.0.0 |
314 | 2024-06-15T16:01:59.397Z | Downloaded ident_case v1.0.1 |
315 | 2024-06-15T16:01:59.397Z | Downloaded icu_provider_macros v1.5.0 |
316 | 2024-06-15T16:01:59.397Z | Downloaded icu_provider v1.5.0 |
317 | 2024-06-15T16:01:59.397Z | Downloaded icu_properties v1.5.0 |
318 | 2024-06-15T16:01:59.397Z | Downloaded icu_normalizer_data v1.5.0 |
319 | 2024-06-15T16:01:59.397Z | Downloaded icu_normalizer v1.5.0 |
320 | 2024-06-15T16:01:59.397Z | Downloaded icu_locid_transform_data v1.5.0 |
321 | 2024-06-15T16:01:59.397Z | Downloaded icu_locid_transform v1.5.0 |
322 | 2024-06-15T16:01:59.422Z | Downloaded icu_locid v1.5.0 |
323 | 2024-06-15T16:01:59.422Z | Downloaded icu_collections v1.5.0 |
324 | 2024-06-15T16:01:59.422Z | Downloaded iana-time-zone v0.1.60 |
325 | 2024-06-15T16:01:59.446Z | Downloaded hyper-tls v0.5.0 |
326 | 2024-06-15T16:01:59.447Z | Downloaded hyper-rustls v0.24.2 |
327 | 2024-06-15T16:01:59.447Z | Downloaded httpdate v1.0.3 |
328 | 2024-06-15T16:01:59.447Z | Downloaded httparse v1.9.3 |
329 | 2024-06-15T16:01:59.447Z | Downloaded http-body v0.4.6 |
330 | 2024-06-15T16:01:59.447Z | Downloaded http v1.1.0 |
331 | 2024-06-15T16:01:59.447Z | Downloaded http v0.2.12 |
332 | 2024-06-15T16:01:59.471Z | Downloaded hostname v0.4.0 |
333 | 2024-06-15T16:01:59.471Z | Downloaded hostname v0.3.1 |
334 | 2024-06-15T16:01:59.471Z | Downloaded hex v0.4.3 |
335 | 2024-06-15T16:01:59.471Z | Downloaded heck v0.5.0 |
336 | 2024-06-15T16:01:59.471Z | Downloaded hashbrown v0.14.5 |
337 | 2024-06-15T16:01:59.497Z | Downloaded hashbrown v0.12.3 |
338 | 2024-06-15T16:01:59.497Z | Downloaded h2 v0.3.26 |
339 | 2024-06-15T16:01:59.497Z | Downloaded getrandom v0.2.15 |
340 | 2024-06-15T16:01:59.497Z | Downloaded getopts v0.2.21 |
341 | 2024-06-15T16:01:59.521Z | Downloaded generic-array v0.14.7 |
342 | 2024-06-15T16:01:59.521Z | Downloaded futures-util v0.3.30 |
343 | 2024-06-15T16:01:59.521Z | Downloaded futures-task v0.3.30 |
344 | 2024-06-15T16:01:59.545Z | Downloaded futures-sink v0.3.30 |
345 | 2024-06-15T16:01:59.546Z | Downloaded futures-macro v0.3.30 |
346 | 2024-06-15T16:01:59.546Z | Downloaded futures-io v0.3.30 |
347 | 2024-06-15T16:01:59.546Z | Downloaded foreign-types v0.3.2 |
348 | 2024-06-15T16:01:59.546Z | Downloaded equivalent v1.0.1 |
349 | 2024-06-15T16:01:59.546Z | Downloaded dtrace-parser v0.2.0 |
350 | 2024-06-15T16:01:59.546Z | Downloaded cfg-if v1.0.0 |
351 | 2024-06-15T16:01:59.546Z | Downloaded camino v1.1.7 |
352 | 2024-06-15T16:01:59.546Z | Downloaded async-stream-impl v0.3.5 |
353 | 2024-06-15T16:01:59.682Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-15T16:01:59.682Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-15T16:01:59.707Z | Compiling libc v0.2.155 |
356 | 2024-06-15T16:01:59.707Z | Checking cfg-if v1.0.0 |
357 | 2024-06-15T16:01:59.707Z | Compiling version_check v0.9.4 |
358 | 2024-06-15T16:01:59.707Z | Compiling autocfg v1.3.0 |
359 | 2024-06-15T16:01:59.707Z | Compiling serde v1.0.203 |
360 | 2024-06-15T16:01:59.707Z | Compiling serde_json v1.0.117 |
361 | 2024-06-15T16:01:59.820Z | Checking itoa v1.0.11 |
362 | 2024-06-15T16:01:59.950Z | Checking once_cell v1.19.0 |
363 | 2024-06-15T16:02:00.058Z | Compiling thiserror v1.0.61 |
364 | 2024-06-15T16:02:00.207Z | Compiling cc v1.0.99 |
365 | 2024-06-15T16:02:00.280Z | Compiling memchr v2.7.4 |
366 | 2024-06-15T16:02:00.564Z | Compiling ahash v0.8.11 |
367 | 2024-06-15T16:02:00.815Z | Checking byteorder v1.5.0 |
368 | 2024-06-15T16:02:01.020Z | Compiling num-traits v0.2.19 |
369 | 2024-06-15T16:02:01.256Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-15T16:02:01.367Z | Checking getrandom v0.2.15 |
371 | 2024-06-15T16:02:01.410Z | Compiling quote v1.0.36 |
372 | 2024-06-15T16:02:01.582Z | Checking ryu v1.0.18 |
373 | 2024-06-15T16:02:01.653Z | Checking log v0.4.21 |
374 | 2024-06-15T16:02:01.833Z | Compiling syn v2.0.66 |
375 | 2024-06-15T16:02:01.872Z | Checking smallvec v1.13.2 |
376 | 2024-06-15T16:02:01.899Z | Checking bytes v1.6.0 |
377 | 2024-06-15T16:02:01.924Z | Checking allocator-api2 v0.2.18 |
378 | 2024-06-15T16:02:02.133Z | Compiling lock_api v0.4.12 |
379 | 2024-06-15T16:02:02.280Z | Compiling parking_lot_core v0.9.10 |
380 | 2024-06-15T16:02:02.306Z | Compiling schemars v0.8.21 |
381 | 2024-06-15T16:02:02.422Z | Checking scopeguard v1.2.0 |
382 | 2024-06-15T16:02:02.588Z | Checking futures-core v0.3.30 |
383 | 2024-06-15T16:02:02.665Z | Checking mio v0.8.11 |
384 | 2024-06-15T16:02:02.746Z | Checking num_cpus v1.16.0 |
385 | 2024-06-15T16:02:02.776Z | Checking socket2 v0.5.7 |
386 | 2024-06-15T16:02:02.803Z | Checking signal-hook-registry v1.4.2 |
387 | 2024-06-15T16:02:02.870Z | Compiling slab v0.4.9 |
388 | 2024-06-15T16:02:03.083Z | Checking stable_deref_trait v1.2.0 |
389 | 2024-06-15T16:02:03.143Z | Checking futures-sink v0.3.30 |
390 | 2024-06-15T16:02:03.187Z | Checking parking_lot v0.12.3 |
391 | 2024-06-15T16:02:03.212Z | Checking spin v0.9.8 |
392 | 2024-06-15T16:02:03.321Z | Checking untrusted v0.9.0 |
393 | 2024-06-15T16:02:03.355Z | Checking equivalent v1.0.1 |
394 | 2024-06-15T16:02:03.438Z | Checking fnv v1.0.7 |
395 | 2024-06-15T16:02:03.471Z | Checking futures-channel v0.3.30 |
396 | 2024-06-15T16:02:03.500Z | Compiling semver v1.0.23 |
397 | 2024-06-15T16:02:03.558Z | Checking futures-io v0.3.30 |
398 | 2024-06-15T16:02:03.604Z | Compiling vcpkg v0.2.15 |
399 | 2024-06-15T16:02:03.703Z | Compiling ring v0.17.8 |
400 | 2024-06-15T16:02:03.752Z | Compiling pkg-config v0.3.30 |
401 | 2024-06-15T16:02:03.776Z | Checking futures-task v0.3.30 |
402 | 2024-06-15T16:02:03.902Z | Checking pin-utils v0.1.0 |
403 | 2024-06-15T16:02:04.146Z | Checking iana-time-zone v0.1.60 |
404 | 2024-06-15T16:02:04.197Z | Compiling ucd-trie v0.1.6 |
405 | 2024-06-15T16:02:04.313Z | Checking http v0.2.12 |
406 | 2024-06-15T16:02:04.801Z | Checking dyn-clone v1.0.17 |
407 | 2024-06-15T16:02:04.975Z | Checking writeable v0.5.5 |
408 | 2024-06-15T16:02:05.400Z | Compiling httparse v1.9.3 |
409 | 2024-06-15T16:02:05.568Z | Compiling heck v0.5.0 |
410 | 2024-06-15T16:02:05.805Z | Compiling openssl-sys v0.9.102 |
411 | 2024-06-15T16:02:05.830Z | Checking litemap v0.7.3 |
412 | 2024-06-15T16:02:06.096Z | Checking tracing-core v0.1.32 |
413 | 2024-06-15T16:02:06.382Z | Compiling chrono v0.4.38 |
414 | 2024-06-15T16:02:06.515Z | Compiling uuid v1.8.0 |
415 | 2024-06-15T16:02:06.895Z | Checking tracing v0.1.40 |
416 | 2024-06-15T16:02:07.013Z | Checking try-lock v0.2.5 |
417 | 2024-06-15T16:02:07.040Z | Checking icu_locid_transform_data v1.5.0 |
418 | 2024-06-15T16:02:07.154Z | Checking foreign-types-shared v0.1.1 |
419 | 2024-06-15T16:02:07.178Z | Compiling openssl v0.10.64 |
420 | 2024-06-15T16:02:07.208Z | Compiling slog v2.7.0 |
421 | 2024-06-15T16:02:07.272Z | Checking foreign-types v0.3.2 |
422 | 2024-06-15T16:02:07.362Z | Checking want v0.3.1 |
423 | 2024-06-15T16:02:07.606Z | Checking http-body v0.4.6 |
424 | 2024-06-15T16:02:07.646Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-15T16:02:07.837Z | Checking tower-service v0.3.2 |
426 | 2024-06-15T16:02:07.973Z | Compiling typenum v1.17.0 |
427 | 2024-06-15T16:02:08.084Z | Compiling native-tls v0.2.12 |
428 | 2024-06-15T16:02:08.506Z | Compiling rustls v0.21.12 |
429 | 2024-06-15T16:02:08.747Z | Compiling regex-syntax v0.8.4 |
430 | 2024-06-15T16:02:08.836Z | Checking httpdate v1.0.3 |
431 | 2024-06-15T16:02:09.058Z | Checking percent-encoding v2.3.1 |
432 | 2024-06-15T16:02:09.082Z | Checking icu_properties_data v1.5.0 |
433 | 2024-06-15T16:02:09.113Z | Checking bitflags v2.5.0 |
434 | 2024-06-15T16:02:09.300Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-15T16:02:09.434Z | Compiling generic-array v0.14.7 |
436 | 2024-06-15T16:02:09.536Z | Checking openssl-probe v0.1.5 |
437 | 2024-06-15T16:02:09.677Z | Checking utf16_iter v1.0.5 |
438 | 2024-06-15T16:02:09.863Z | Checking utf8_iter v1.0.4 |
439 | 2024-06-15T16:02:09.898Z | Checking icu_normalizer_data v1.5.0 |
440 | 2024-06-15T16:02:09.970Z | Checking write16 v1.0.0 |
441 | 2024-06-15T16:02:10.774Z | Compiling serde_derive_internals v0.29.1 |
442 | 2024-06-15T16:02:11.007Z | Compiling synstructure v0.13.1 |
443 | 2024-06-15T16:02:11.510Z | Checking rustls-webpki v0.101.7 |
444 | 2024-06-15T16:02:11.995Z | Checking sct v0.7.1 |
445 | 2024-06-15T16:02:12.212Z | Compiling usdt-impl v0.5.0 |
446 | 2024-06-15T16:02:12.630Z | Compiling regex-automata v0.4.7 |
447 | 2024-06-15T16:02:12.714Z | Checking encoding_rs v0.8.34 |
448 | 2024-06-15T16:02:12.923Z | Compiling num-conv v0.1.0 |
449 | 2024-06-15T16:02:13.281Z | Checking powerfmt v0.2.0 |
450 | 2024-06-15T16:02:13.576Z | Checking mime v0.3.17 |
451 | 2024-06-15T16:02:13.601Z | Compiling time-core v0.1.2 |
452 | 2024-06-15T16:02:13.793Z | Compiling time-macros v0.2.18 |
453 | 2024-06-15T16:02:13.923Z | Checking deranged v0.3.11 |
454 | 2024-06-15T16:02:15.383Z | Compiling thread-id v4.2.1 |
455 | 2024-06-15T16:02:15.500Z | Checking rustls-pki-types v1.7.0 |
456 | 2024-06-15T16:02:15.881Z | Compiling crossbeam-utils v0.8.20 |
457 | 2024-06-15T16:02:15.935Z | Compiling ident_case v1.0.1 |
458 | 2024-06-15T16:02:15.991Z | Checking base64 v0.21.7 |
459 | 2024-06-15T16:02:16.126Z | Compiling strsim v0.11.1 |
460 | 2024-06-15T16:02:16.522Z | Checking plain v0.2.3 |
461 | 2024-06-15T16:02:16.757Z | Compiling unicode-width v0.1.13 |
462 | 2024-06-15T16:02:16.970Z | Checking num_threads v0.1.7 |
463 | 2024-06-15T16:02:17.018Z | Compiling serde_derive v1.0.203 |
464 | 2024-06-15T16:02:17.051Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-06-15T16:02:17.077Z | Compiling thiserror-impl v1.0.61 |
466 | 2024-06-15T16:02:17.101Z | Compiling schemars_derive v0.8.21 |
467 | 2024-06-15T16:02:17.125Z | Compiling zerofrom-derive v0.1.4 |
468 | 2024-06-15T16:02:18.140Z | Compiling yoke-derive v0.7.4 |
469 | 2024-06-15T16:02:19.430Z | Checking zerocopy v0.7.34 |
470 | 2024-06-15T16:02:20.591Z | Compiling tokio-macros v2.3.0 |
471 | 2024-06-15T16:02:20.643Z | Compiling zerovec-derive v0.10.2 |
472 | 2024-06-15T16:02:21.506Z | Checking hashbrown v0.14.5 |
473 | 2024-06-15T16:02:21.688Z | Compiling displaydoc v0.2.4 |
474 | 2024-06-15T16:02:22.100Z | Checking zerofrom v0.1.4 |
475 | 2024-06-15T16:02:22.184Z | Compiling futures-macro v0.3.30 |
476 | 2024-06-15T16:02:22.326Z | Checking yoke v0.7.4 |
477 | 2024-06-15T16:02:22.432Z | Checking tokio v1.38.0 |
478 | 2024-06-15T16:02:22.731Z | Compiling pest v2.7.10 |
479 | 2024-06-15T16:02:23.004Z | Compiling icu_provider_macros v1.5.0 |
480 | 2024-06-15T16:02:23.522Z | Checking zerovec v0.10.2 |
481 | 2024-06-15T16:02:23.547Z | Compiling openssl-macros v0.1.1 |
482 | 2024-06-15T16:02:24.243Z | Compiling regress v0.10.0 |
483 | 2024-06-15T16:02:24.267Z | Compiling regex v1.10.5 |
484 | 2024-06-15T16:02:24.323Z | Checking futures-util v0.3.30 |
485 | 2024-06-15T16:02:25.451Z | Checking tinystr v0.7.6 |
486 | 2024-06-15T16:02:25.865Z | Checking icu_locid v1.5.0 |
487 | 2024-06-15T16:02:25.895Z | Compiling pest_meta v2.7.10 |
488 | 2024-06-15T16:02:26.914Z | Checking icu_provider v1.5.0 |
489 | 2024-06-15T16:02:27.581Z | Compiling pest_generator v2.7.10 |
490 | 2024-06-15T16:02:28.998Z | Checking icu_locid_transform v1.5.0 |
491 | 2024-06-15T16:02:29.413Z | Checking icu_collections v1.5.0 |
492 | 2024-06-15T16:02:29.945Z | Compiling scroll_derive v0.12.0 |
493 | 2024-06-15T16:02:30.151Z | Checking icu_properties v1.5.0 |
494 | 2024-06-15T16:02:30.188Z | Checking tokio-util v0.7.11 |
495 | 2024-06-15T16:02:30.580Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-06-15T16:02:30.609Z | Compiling pest_derive v2.7.10 |
497 | 2024-06-15T16:02:30.854Z | Checking indexmap v2.2.6 |
498 | 2024-06-15T16:02:31.552Z | Checking scroll v0.12.0 |
499 | 2024-06-15T16:02:31.660Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-06-15T16:02:32.112Z | Compiling serde_tokenstream v0.2.1 |
501 | 2024-06-15T16:02:32.370Z | Checking h2 v0.3.26 |
502 | 2024-06-15T16:02:32.950Z | Checking serde_urlencoded v0.7.1 |
503 | 2024-06-15T16:02:33.468Z | Checking tokio-rustls v0.24.1 |
504 | 2024-06-15T16:02:33.694Z | Checking openapiv3 v2.0.0 |
505 | 2024-06-15T16:02:33.721Z | Checking icu_normalizer v1.5.0 |
506 | 2024-06-15T16:02:33.834Z | Checking goblin v0.8.2 |
507 | 2024-06-15T16:02:34.207Z | Compiling dof v0.3.0 |
508 | 2024-06-15T16:02:34.568Z | Checking idna v1.0.0 |
509 | 2024-06-15T16:02:35.094Z | Checking url v2.5.1 |
510 | 2024-06-15T16:02:35.477Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
511 | 2024-06-15T16:02:36.660Z | Checking hyper v0.14.29 |
512 | 2024-06-15T16:02:37.883Z | Checking time v0.3.36 |
513 | 2024-06-15T16:02:37.908Z | Compiling getopts v0.2.21 |
514 | 2024-06-15T16:02:38.841Z | Checking rustls-pemfile v1.0.4 |
515 | 2024-06-15T16:02:38.929Z | Compiling darling_core v0.20.9 |
516 | 2024-06-15T16:02:39.020Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-06-15T16:02:39.221Z | Compiling rustls v0.22.4 |
518 | 2024-06-15T16:02:39.434Z | Compiling omicron-workspace-hack v0.1.0 |
519 | 2024-06-15T16:02:39.541Z | Compiling rustversion v1.0.17 |
520 | 2024-06-15T16:02:39.760Z | Checking sync_wrapper v0.1.2 |
521 | 2024-06-15T16:02:39.838Z | Checking webpki-roots v0.25.4 |
522 | 2024-06-15T16:02:39.905Z | Checking pretty-hex v0.4.1 |
523 | 2024-06-15T16:02:40.044Z | Checking ipnet v2.9.0 |
524 | 2024-06-15T16:02:40.105Z | Compiling paste v1.0.15 |
525 | 2024-06-15T16:02:40.132Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-06-15T16:02:40.513Z | Checking dirs-next v2.0.0 |
527 | 2024-06-15T16:02:40.668Z | Checking serde_spanned v0.6.6 |
528 | 2024-06-15T16:02:40.863Z | Checking toml_datetime v0.6.6 |
529 | 2024-06-15T16:02:40.985Z | Compiling structmeta-derive v0.3.0 |
530 | 2024-06-15T16:02:41.119Z | Checking block-buffer v0.10.4 |
531 | 2024-06-15T16:02:41.160Z | Checking crypto-common v0.1.6 |
532 | 2024-06-15T16:02:41.332Z | Checking rustls-webpki v0.102.4 |
533 | 2024-06-15T16:02:41.356Z | Checking rand_core v0.6.4 |
534 | 2024-06-15T16:02:41.518Z | Compiling serde_yaml v0.9.34+deprecated |
535 | 2024-06-15T16:02:41.542Z | Checking hyper-tls v0.5.0 |
536 | 2024-06-15T16:02:41.646Z | Checking hyper-rustls v0.24.2 |
537 | 2024-06-15T16:02:41.826Z | Compiling multer v3.1.0 |
538 | 2024-06-15T16:02:41.935Z | Checking reqwest v0.11.27 |
539 | 2024-06-15T16:02:41.995Z | Checking thread_local v1.1.8 |
540 | 2024-06-15T16:02:42.164Z | Checking subtle v2.5.0 |
541 | 2024-06-15T16:02:42.190Z | Compiling anyhow v1.0.86 |
542 | 2024-06-15T16:02:42.316Z | Compiling slog-async v2.8.0 |
543 | 2024-06-15T16:02:42.419Z | Checking zeroize v1.8.1 |
544 | 2024-06-15T16:02:42.674Z | Compiling camino v1.1.7 |
545 | 2024-06-15T16:02:42.784Z | Checking match_cfg v0.1.0 |
546 | 2024-06-15T16:02:42.850Z | Checking winnow v0.6.13 |
547 | 2024-06-15T16:02:42.874Z | Checking ppv-lite86 v0.2.17 |
548 | 2024-06-15T16:02:43.376Z | Checking hostname v0.3.1 |
549 | 2024-06-15T16:02:43.442Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
550 | 2024-06-15T16:02:43.638Z | Checking rand_chacha v0.3.1 |
551 | 2024-06-15T16:02:44.043Z | Checking crossbeam-channel v0.5.13 |
552 | 2024-06-15T16:02:44.078Z | Compiling structmeta v0.3.0 |
553 | 2024-06-15T16:02:44.473Z | Checking digest v0.10.7 |
554 | 2024-06-15T16:02:44.509Z | Checking term v0.7.0 |
555 | 2024-06-15T16:02:44.967Z | Checking slog-json v2.6.1 |
556 | 2024-06-15T16:02:45.238Z | Compiling usdt-attr-macro v0.5.0 |
557 | 2024-06-15T16:02:45.860Z | Compiling usdt-macro v0.5.0 |
558 | 2024-06-15T16:02:45.903Z | Compiling darling_macro v0.20.9 |
559 | 2024-06-15T16:02:45.985Z | Checking futures-executor v0.3.30 |
560 | 2024-06-15T16:02:46.027Z | Checking toml_edit v0.22.14 |
561 | 2024-06-15T16:02:46.240Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-06-15T16:02:46.361Z | Checking http v1.1.0 |
563 | 2024-06-15T16:02:46.844Z | Checking memmap v0.7.0 |
564 | 2024-06-15T16:02:47.010Z | Compiling darling v0.20.9 |
565 | 2024-06-15T16:02:47.058Z | Checking is-terminal v0.4.12 |
566 | 2024-06-15T16:02:47.133Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
567 | 2024-06-15T16:02:47.181Z | Checking cpufeatures v0.2.12 |
568 | 2024-06-15T16:02:47.295Z | Checking base64 v0.22.1 |
569 | 2024-06-15T16:02:47.319Z | Checking take_mut v0.2.2 |
570 | 2024-06-15T16:02:47.480Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
571 | 2024-06-15T16:02:47.516Z | Checking atomic-waker v1.1.2 |
572 | 2024-06-15T16:02:47.668Z | Checking waitgroup v0.1.2 |
573 | 2024-06-15T16:02:47.715Z | Checking async-stream v0.3.5 |
574 | 2024-06-15T16:02:47.842Z | Checking rustls-pemfile v2.1.2 |
575 | 2024-06-15T16:02:47.870Z | Checking tokio-rustls v0.25.0 |
576 | 2024-06-15T16:02:47.914Z | Checking usdt v0.5.0 |
577 | 2024-06-15T16:02:47.938Z | Checking sha1 v0.10.6 |
578 | 2024-06-15T16:02:48.110Z | Checking slog-term v2.9.1 |
579 | 2024-06-15T16:02:48.193Z | Compiling serde_with_macros v3.8.1 |
580 | 2024-06-15T16:02:48.217Z | Compiling strum_macros v0.26.4 |
581 | 2024-06-15T16:02:48.242Z | Checking futures v0.3.30 |
582 | 2024-06-15T16:02:48.267Z | Checking slog-bunyan v2.5.0 |
583 | 2024-06-15T16:02:48.346Z | Compiling parse-display-derive v0.9.1 |
584 | 2024-06-15T16:02:48.370Z | Checking rand v0.8.5 |
585 | 2024-06-15T16:02:48.914Z | Checking toml v0.8.14 |
586 | 2024-06-15T16:02:48.971Z | Checking newtype-uuid v1.1.0 |
587 | 2024-06-15T16:02:49.221Z | Checking ipnetwork v0.20.0 |
588 | 2024-06-15T16:02:49.264Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
589 | 2024-06-15T16:02:49.595Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-06-15T16:02:49.700Z | Checking hex v0.4.3 |
591 | 2024-06-15T16:02:49.735Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-06-15T16:02:50.248Z | Compiling async-trait v0.1.80 |
593 | 2024-06-15T16:02:50.280Z | Checking hostname v0.4.0 |
594 | 2024-06-15T16:02:50.425Z | Checking instant v0.1.13 |
595 | 2024-06-15T16:02:50.529Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-15T16:02:50.614Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-06-15T16:02:50.680Z | Checking backoff v0.4.0 |
598 | 2024-06-15T16:02:50.767Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-06-15T16:02:50.933Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
600 | 2024-06-15T16:02:51.009Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-06-15T16:02:51.257Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
602 | 2024-06-15T16:02:51.349Z | Checking serde_with v3.8.1 |
603 | 2024-06-15T16:02:51.426Z | Checking macaddr v1.0.1 |
604 | 2024-06-15T16:02:51.793Z | Checking regress v0.9.1 |
605 | 2024-06-15T16:02:52.054Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
606 | 2024-06-15T16:02:52.990Z | Checking parse-display v0.9.1 |
607 | 2024-06-15T16:02:53.184Z | Checking strum v0.26.2 |
608 | 2024-06-15T16:02:55.379Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
609 | 2024-06-15T16:02:55.510Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-15T16:03:00.767Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-15T16:03:13.481Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-15T16:03:19.550Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-15T16:03:32.237Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-15T16:03:32.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s |
615 | 2024-06-15T16:03:32.474Z | + cargo build --release |
616 | 2024-06-15T16:03:33.031Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-15T16:03:33.031Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-15T16:03:33.031Z | Compiling libc v0.2.155 |
619 | 2024-06-15T16:03:33.031Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-15T16:03:33.056Z | Compiling version_check v0.9.4 |
621 | 2024-06-15T16:03:33.056Z | Compiling autocfg v1.3.0 |
622 | 2024-06-15T16:03:33.056Z | Compiling serde v1.0.203 |
623 | 2024-06-15T16:03:33.056Z | Compiling serde_json v1.0.117 |
624 | 2024-06-15T16:03:33.156Z | Compiling itoa v1.0.11 |
625 | 2024-06-15T16:03:33.274Z | Compiling thiserror v1.0.61 |
626 | 2024-06-15T16:03:33.414Z | Compiling once_cell v1.19.0 |
627 | 2024-06-15T16:03:33.483Z | Compiling cc v1.0.99 |
628 | 2024-06-15T16:03:33.666Z | Compiling memchr v2.7.4 |
629 | 2024-06-15T16:03:33.819Z | Compiling ahash v0.8.11 |
630 | 2024-06-15T16:03:34.211Z | Compiling byteorder v1.5.0 |
631 | 2024-06-15T16:03:34.254Z | Compiling num-traits v0.2.19 |
632 | 2024-06-15T16:03:34.598Z | Compiling quote v1.0.36 |
633 | 2024-06-15T16:03:34.656Z | Compiling getrandom v0.2.15 |
634 | 2024-06-15T16:03:34.681Z | Compiling pin-project-lite v0.2.14 |
635 | 2024-06-15T16:03:34.788Z | Compiling ryu v1.0.18 |
636 | 2024-06-15T16:03:35.028Z | Compiling syn v2.0.66 |
637 | 2024-06-15T16:03:35.188Z | Compiling bytes v1.6.0 |
638 | 2024-06-15T16:03:35.248Z | Compiling smallvec v1.13.2 |
639 | 2024-06-15T16:03:35.340Z | Compiling log v0.4.21 |
640 | 2024-06-15T16:03:35.412Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-06-15T16:03:35.674Z | Compiling schemars v0.8.21 |
642 | 2024-06-15T16:03:35.713Z | Compiling lock_api v0.4.12 |
643 | 2024-06-15T16:03:35.826Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-15T16:03:36.034Z | Compiling futures-core v0.3.30 |
645 | 2024-06-15T16:03:36.193Z | Compiling scopeguard v1.2.0 |
646 | 2024-06-15T16:03:36.299Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-06-15T16:03:36.324Z | Compiling socket2 v0.5.7 |
648 | 2024-06-15T16:03:36.534Z | Compiling ring v0.17.8 |
649 | 2024-06-15T16:03:36.657Z | Compiling num_cpus v1.16.0 |
650 | 2024-06-15T16:03:36.789Z | Compiling mio v0.8.11 |
651 | 2024-06-15T16:03:36.902Z | Compiling parking_lot v0.12.3 |
652 | 2024-06-15T16:03:37.111Z | Compiling slab v0.4.9 |
653 | 2024-06-15T16:03:37.249Z | Compiling stable_deref_trait v1.2.0 |
654 | 2024-06-15T16:03:37.356Z | Compiling spin v0.9.8 |
655 | 2024-06-15T16:03:37.449Z | Compiling futures-sink v0.3.30 |
656 | 2024-06-15T16:03:37.692Z | Compiling semver v1.0.23 |
657 | 2024-06-15T16:03:37.911Z | Compiling equivalent v1.0.1 |
658 | 2024-06-15T16:03:38.016Z | Compiling untrusted v0.9.0 |
659 | 2024-06-15T16:03:38.087Z | Compiling fnv v1.0.7 |
660 | 2024-06-15T16:03:38.209Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-15T16:03:38.431Z | Compiling futures-task v0.3.30 |
662 | 2024-06-15T16:03:38.494Z | Compiling pkg-config v0.3.30 |
663 | 2024-06-15T16:03:38.543Z | Compiling vcpkg v0.2.15 |
664 | 2024-06-15T16:03:38.675Z | Compiling pin-utils v0.1.0 |
665 | 2024-06-15T16:03:38.763Z | Compiling futures-io v0.3.30 |
666 | 2024-06-15T16:03:39.090Z | Compiling ucd-trie v0.1.6 |
667 | 2024-06-15T16:03:39.115Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-06-15T16:03:39.587Z | Compiling http v0.2.12 |
669 | 2024-06-15T16:03:39.943Z | Compiling httparse v1.9.3 |
670 | 2024-06-15T16:03:40.034Z | Compiling litemap v0.7.3 |
671 | 2024-06-15T16:03:40.276Z | Compiling openssl-sys v0.9.102 |
672 | 2024-06-15T16:03:40.486Z | Compiling dyn-clone v1.0.17 |
673 | 2024-06-15T16:03:40.621Z | Compiling writeable v0.5.5 |
674 | 2024-06-15T16:03:40.699Z | Compiling heck v0.5.0 |
675 | 2024-06-15T16:03:40.893Z | Compiling chrono v0.4.38 |
676 | 2024-06-15T16:03:41.204Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-15T16:03:41.330Z | Compiling uuid v1.8.0 |
678 | 2024-06-15T16:03:41.993Z | Compiling tracing v0.1.40 |
679 | 2024-06-15T16:03:42.686Z | Compiling synstructure v0.13.1 |
680 | 2024-06-15T16:03:42.902Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-06-15T16:03:44.126Z | Compiling icu_locid_transform_data v1.5.0 |
682 | 2024-06-15T16:03:44.226Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-06-15T16:03:44.298Z | Compiling slog v2.7.0 |
684 | 2024-06-15T16:03:44.333Z | Compiling try-lock v0.2.5 |
685 | 2024-06-15T16:03:44.446Z | Compiling openssl v0.10.64 |
686 | 2024-06-15T16:03:44.490Z | Compiling want v0.3.1 |
687 | 2024-06-15T16:03:44.684Z | Compiling foreign-types v0.3.2 |
688 | 2024-06-15T16:03:44.857Z | Compiling http-body v0.4.6 |
689 | 2024-06-15T16:03:44.886Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-15T16:03:45.216Z | Compiling icu_properties_data v1.5.0 |
691 | 2024-06-15T16:03:45.356Z | Compiling regex-syntax v0.8.4 |
692 | 2024-06-15T16:03:45.466Z | Compiling httpdate v1.0.3 |
693 | 2024-06-15T16:03:46.164Z | Compiling native-tls v0.2.12 |
694 | 2024-06-15T16:03:46.189Z | Compiling percent-encoding v2.3.1 |
695 | 2024-06-15T16:03:46.270Z | Compiling bitflags v2.5.0 |
696 | 2024-06-15T16:03:46.585Z | Compiling typenum v1.17.0 |
697 | 2024-06-15T16:03:46.657Z | Compiling rustls v0.21.12 |
698 | 2024-06-15T16:03:46.682Z | Compiling tower-service v0.3.2 |
699 | 2024-06-15T16:03:46.800Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-15T16:03:47.393Z | Compiling generic-array v0.14.7 |
701 | 2024-06-15T16:03:47.552Z | Compiling icu_normalizer_data v1.5.0 |
702 | 2024-06-15T16:03:47.647Z | Compiling openssl-probe v0.1.5 |
703 | 2024-06-15T16:03:47.816Z | Compiling write16 v1.0.0 |
704 | 2024-06-15T16:03:47.934Z | Compiling utf8_iter v1.0.4 |
705 | 2024-06-15T16:03:48.149Z | Compiling utf16_iter v1.0.5 |
706 | 2024-06-15T16:03:48.185Z | Compiling serde_derive v1.0.203 |
707 | 2024-06-15T16:03:48.209Z | Compiling zerocopy-derive v0.7.34 |
708 | 2024-06-15T16:03:48.209Z | Compiling thiserror-impl v1.0.61 |
709 | 2024-06-15T16:03:48.374Z | Compiling schemars_derive v0.8.21 |
710 | 2024-06-15T16:03:49.306Z | Compiling zerofrom-derive v0.1.4 |
711 | 2024-06-15T16:03:50.240Z | Compiling zerocopy v0.7.34 |
712 | 2024-06-15T16:03:51.274Z | Compiling tokio-macros v2.3.0 |
713 | 2024-06-15T16:03:51.590Z | Compiling yoke-derive v0.7.4 |
714 | 2024-06-15T16:03:52.632Z | Compiling hashbrown v0.14.5 |
715 | 2024-06-15T16:03:53.040Z | Compiling tokio v1.38.0 |
716 | 2024-06-15T16:03:53.319Z | Compiling zerovec-derive v0.10.2 |
717 | 2024-06-15T16:03:53.639Z | Compiling zerofrom v0.1.4 |
718 | 2024-06-15T16:03:54.044Z | Compiling futures-macro v0.3.30 |
719 | 2024-06-15T16:03:54.287Z | Compiling displaydoc v0.2.4 |
720 | 2024-06-15T16:03:54.733Z | Compiling yoke v0.7.4 |
721 | 2024-06-15T16:03:55.121Z | Compiling pest v2.7.10 |
722 | 2024-06-15T16:03:55.368Z | Compiling icu_provider_macros v1.5.0 |
723 | 2024-06-15T16:03:55.927Z | Compiling zerovec v0.10.2 |
724 | 2024-06-15T16:03:55.979Z | Compiling futures-util v0.3.30 |
725 | 2024-06-15T16:03:56.529Z | Compiling regress v0.10.0 |
726 | 2024-06-15T16:03:57.824Z | Compiling pest_meta v2.7.10 |
727 | 2024-06-15T16:03:59.061Z | Compiling tinystr v0.7.6 |
728 | 2024-06-15T16:03:59.490Z | Compiling icu_locid v1.5.0 |
729 | 2024-06-15T16:04:00.747Z | Compiling icu_provider v1.5.0 |
730 | 2024-06-15T16:04:02.165Z | Compiling indexmap v2.2.6 |
731 | 2024-06-15T16:04:02.937Z | Compiling serde_tokenstream v0.2.1 |
732 | 2024-06-15T16:04:04.312Z | Compiling tokio-util v0.7.11 |
733 | 2024-06-15T16:04:05.027Z | Compiling pest_generator v2.7.10 |
734 | 2024-06-15T16:04:06.718Z | Compiling pest_derive v2.7.10 |
735 | 2024-06-15T16:04:07.025Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
736 | 2024-06-15T16:04:07.096Z | Compiling h2 v0.3.26 |
737 | 2024-06-15T16:04:07.593Z | Compiling icu_locid_transform v1.5.0 |
738 | 2024-06-15T16:04:08.128Z | Compiling icu_collections v1.5.0 |
739 | 2024-06-15T16:04:10.933Z | Compiling openssl-macros v0.1.1 |
740 | 2024-06-15T16:04:11.771Z | Compiling icu_properties v1.5.0 |
741 | 2024-06-15T16:04:13.144Z | Compiling hyper v0.14.29 |
742 | 2024-06-15T16:04:17.878Z | Compiling regex-automata v0.4.7 |
743 | 2024-06-15T16:04:18.447Z | Compiling sct v0.7.1 |
744 | 2024-06-15T16:04:18.960Z | Compiling rustls-webpki v0.101.7 |
745 | 2024-06-15T16:04:19.089Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
746 | 2024-06-15T16:04:22.656Z | Compiling regex v1.10.5 |
747 | 2024-06-15T16:04:23.787Z | Compiling icu_normalizer v1.5.0 |
748 | 2024-06-15T16:04:24.894Z | Compiling scroll_derive v0.12.0 |
749 | 2024-06-15T16:04:26.739Z | Compiling usdt-impl v0.5.0 |
750 | 2024-06-15T16:04:26.964Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-15T16:04:27.112Z | Compiling num-conv v0.1.0 |
752 | 2024-06-15T16:04:27.211Z | Compiling time-core v0.1.2 |
753 | 2024-06-15T16:04:27.408Z | Compiling mime v0.3.17 |
754 | 2024-06-15T16:04:28.561Z | Compiling powerfmt v0.2.0 |
755 | 2024-06-15T16:04:28.820Z | Compiling time-macros v0.2.18 |
756 | 2024-06-15T16:04:29.085Z | Compiling deranged v0.3.11 |
757 | 2024-06-15T16:04:31.948Z | Compiling thread-id v4.2.1 |
758 | 2024-06-15T16:04:31.972Z | Compiling tokio-rustls v0.24.1 |
759 | 2024-06-15T16:04:33.505Z | Compiling scroll v0.12.0 |
760 | 2024-06-15T16:04:34.058Z | Compiling idna v1.0.0 |
761 | 2024-06-15T16:04:34.130Z | Compiling tokio-native-tls v0.3.1 |
762 | 2024-06-15T16:04:34.420Z | Compiling dtrace-parser v0.2.0 |
763 | 2024-06-15T16:04:36.313Z | Compiling dof v0.3.0 |
764 | 2024-06-15T16:04:37.315Z | Compiling serde_urlencoded v0.7.1 |
765 | 2024-06-15T16:04:39.308Z | Compiling num_threads v0.1.7 |
766 | 2024-06-15T16:04:39.428Z | Compiling ident_case v1.0.1 |
767 | 2024-06-15T16:04:39.602Z | Compiling crossbeam-utils v0.8.20 |
768 | 2024-06-15T16:04:40.238Z | Compiling plain v0.2.3 |
769 | 2024-06-15T16:04:40.412Z | Compiling strsim v0.11.1 |
770 | 2024-06-15T16:04:40.445Z | Compiling base64 v0.21.7 |
771 | 2024-06-15T16:04:41.529Z | Compiling omicron-workspace-hack v0.1.0 |
772 | 2024-06-15T16:04:41.840Z | Compiling unicode-width v0.1.13 |
773 | 2024-06-15T16:04:41.931Z | Compiling rustls-pki-types v1.7.0 |
774 | 2024-06-15T16:04:42.286Z | Compiling time v0.3.36 |
775 | 2024-06-15T16:04:42.531Z | Compiling getopts v0.2.21 |
776 | 2024-06-15T16:04:45.489Z | Compiling rustls-pemfile v1.0.4 |
777 | 2024-06-15T16:04:46.362Z | Compiling darling_core v0.20.9 |
778 | 2024-06-15T16:04:46.799Z | Compiling goblin v0.8.2 |
779 | 2024-06-15T16:04:49.828Z | Compiling url v2.5.1 |
780 | 2024-06-15T16:04:51.984Z | Compiling hyper-tls v0.5.0 |
781 | 2024-06-15T16:04:52.513Z | Compiling hyper-rustls v0.24.2 |
782 | 2024-06-15T16:04:52.964Z | Compiling openapiv3 v2.0.0 |
783 | 2024-06-15T16:04:53.174Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
784 | 2024-06-15T16:04:53.311Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-15T16:04:54.392Z | Compiling ipnet v2.9.0 |
786 | 2024-06-15T16:04:54.548Z | Compiling pretty-hex v0.4.1 |
787 | 2024-06-15T16:04:55.082Z | Compiling paste v1.0.15 |
788 | 2024-06-15T16:04:55.556Z | Compiling webpki-roots v0.25.4 |
789 | 2024-06-15T16:04:55.717Z | Compiling sync_wrapper v0.1.2 |
790 | 2024-06-15T16:04:55.851Z | Compiling rustls v0.22.4 |
791 | 2024-06-15T16:04:56.179Z | Compiling unsafe-libyaml v0.2.11 |
792 | 2024-06-15T16:04:56.209Z | Compiling rustversion v1.0.17 |
793 | 2024-06-15T16:04:56.920Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
794 | 2024-06-15T16:04:57.277Z | Compiling reqwest v0.11.27 |
795 | 2024-06-15T16:04:57.951Z | Compiling serde_yaml v0.9.34+deprecated |
796 | 2024-06-15T16:05:00.762Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-15T16:05:01.058Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-15T16:05:04.197Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-15T16:05:04.355Z | Compiling crypto-common v0.1.6 |
800 | 2024-06-15T16:05:04.449Z | Compiling block-buffer v0.10.4 |
801 | 2024-06-15T16:05:04.604Z | Compiling serde_spanned v0.6.6 |
802 | 2024-06-15T16:05:04.729Z | Compiling toml_datetime v0.6.6 |
803 | 2024-06-15T16:05:04.885Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-15T16:05:05.535Z | Compiling rand_core v0.6.4 |
805 | 2024-06-15T16:05:06.208Z | Compiling multer v3.1.0 |
806 | 2024-06-15T16:05:06.549Z | Compiling thread_local v1.1.8 |
807 | 2024-06-15T16:05:07.113Z | Compiling slog-async v2.8.0 |
808 | 2024-06-15T16:05:07.474Z | Compiling match_cfg v0.1.0 |
809 | 2024-06-15T16:05:07.579Z | Compiling camino v1.1.7 |
810 | 2024-06-15T16:05:07.638Z | Compiling ppv-lite86 v0.2.17 |
811 | 2024-06-15T16:05:07.972Z | Compiling winnow v0.6.13 |
812 | 2024-06-15T16:05:08.222Z | Compiling subtle v2.5.0 |
813 | 2024-06-15T16:05:08.517Z | Compiling zeroize v1.8.1 |
814 | 2024-06-15T16:05:08.551Z | Compiling anyhow v1.0.86 |
815 | 2024-06-15T16:05:09.376Z | Compiling rand_chacha v0.3.1 |
816 | 2024-06-15T16:05:09.459Z | Compiling structmeta v0.3.0 |
817 | 2024-06-15T16:05:09.533Z | Compiling hostname v0.3.1 |
818 | 2024-06-15T16:05:09.899Z | Compiling digest v0.10.7 |
819 | 2024-06-15T16:05:10.367Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
820 | 2024-06-15T16:05:11.157Z | Compiling crossbeam-channel v0.5.13 |
821 | 2024-06-15T16:05:12.541Z | Compiling toml_edit v0.22.14 |
822 | 2024-06-15T16:05:13.130Z | Compiling darling v0.20.9 |
823 | 2024-06-15T16:05:13.253Z | Compiling term v0.7.0 |
824 | 2024-06-15T16:05:18.575Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-15T16:05:22.430Z | Compiling usdt-macro v0.5.0 |
826 | 2024-06-15T16:05:23.012Z | Compiling usdt-attr-macro v0.5.0 |
827 | 2024-06-15T16:05:23.757Z | Compiling slog-json v2.6.1 |
828 | 2024-06-15T16:05:24.284Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-15T16:05:24.460Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-15T16:05:25.616Z | Compiling http v1.1.0 |
831 | 2024-06-15T16:05:25.765Z | Compiling is-terminal v0.4.12 |
832 | 2024-06-15T16:05:25.881Z | Compiling memmap v0.7.0 |
833 | 2024-06-15T16:05:26.311Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
834 | 2024-06-15T16:05:26.643Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
835 | 2024-06-15T16:05:26.939Z | Compiling cpufeatures v0.2.12 |
836 | 2024-06-15T16:05:27.033Z | Compiling take_mut v0.2.2 |
837 | 2024-06-15T16:05:27.111Z | Compiling atomic-waker v1.1.2 |
838 | 2024-06-15T16:05:27.187Z | Compiling base64 v0.22.1 |
839 | 2024-06-15T16:05:27.301Z | Compiling waitgroup v0.1.2 |
840 | 2024-06-15T16:05:28.221Z | Compiling rustls-pemfile v2.1.2 |
841 | 2024-06-15T16:05:30.319Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
842 | 2024-06-15T16:05:30.468Z | Compiling sha1 v0.10.6 |
843 | 2024-06-15T16:05:30.639Z | Compiling usdt v0.5.0 |
844 | 2024-06-15T16:05:31.192Z | Compiling slog-term v2.9.1 |
845 | 2024-06-15T16:05:32.235Z | Compiling async-stream v0.3.5 |
846 | 2024-06-15T16:05:32.591Z | Compiling futures v0.3.30 |
847 | 2024-06-15T16:05:32.691Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-15T16:05:32.736Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-15T16:05:32.957Z | Compiling toml v0.8.14 |
850 | 2024-06-15T16:05:34.136Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-15T16:05:34.543Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-15T16:05:37.273Z | Compiling parse-display-derive v0.9.1 |
853 | 2024-06-15T16:05:37.314Z | Compiling rand v0.8.5 |
854 | 2024-06-15T16:05:40.349Z | Compiling newtype-uuid v1.1.0 |
855 | 2024-06-15T16:05:40.594Z | Compiling ipnetwork v0.20.0 |
856 | 2024-06-15T16:05:40.683Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
857 | 2024-06-15T16:05:40.872Z | Compiling hex v0.4.3 |
858 | 2024-06-15T16:05:41.427Z | Compiling serde_path_to_error v0.1.16 |
859 | 2024-06-15T16:05:41.562Z | Compiling async-trait v0.1.80 |
860 | 2024-06-15T16:05:42.467Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
861 | 2024-06-15T16:05:43.218Z | Compiling hostname v0.4.0 |
862 | 2024-06-15T16:05:43.283Z | Compiling instant v0.1.13 |
863 | 2024-06-15T16:05:43.435Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-15T16:05:43.480Z | Compiling backoff v0.4.0 |
865 | 2024-06-15T16:05:43.582Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
866 | 2024-06-15T16:05:43.794Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
867 | 2024-06-15T16:05:43.818Z | Compiling parse-display v0.9.1 |
868 | 2024-06-15T16:05:43.907Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
869 | 2024-06-15T16:05:43.971Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
870 | 2024-06-15T16:05:45.410Z | Compiling strum v0.26.2 |
871 | 2024-06-15T16:05:45.572Z | Compiling serde_with v3.8.1 |
872 | 2024-06-15T16:05:45.844Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-15T16:05:46.619Z | Compiling macaddr v1.0.1 |
874 | 2024-06-15T16:05:47.169Z | Compiling regress v0.9.1 |
875 | 2024-06-15T16:05:52.288Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-15T16:06:02.379Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-15T16:06:13.393Z | Finished `release` profile [optimized] target(s) in 2m 40s |
878 | 2024-06-15T16:06:13.452Z | process exited: duration 268114 ms, exit code 0 |
|
879 | 2024-06-15T16:06:13.502Z | found 0 output files |