|
|
|
1 | 2024-07-11T15:53:51.370Z | job assigned to worker 01J2H7Z1BT15B9K3FN93EBAFZX (queued for 47 s) |
|
2 | 2024-07-11T15:53:58.481Z | starting task 0: "setup" |
3 | 2024-07-11T15:53:58.531Z | ++ uname -s |
4 | 2024-07-11T15:53:58.534Z | + kern=SunOS |
5 | 2024-07-11T15:53:58.534Z | + case "$kern" in |
6 | 2024-07-11T15:53:58.534Z | + groupadd -g 12345 build |
7 | 2024-07-11T15:53:58.534Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T15:54:00.590Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T15:54:00.735Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T15:54:00.740Z | + home_fs=zfs |
11 | 2024-07-11T15:54:00.740Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T15:54:00.740Z | + mkdir -p /home/build |
13 | 2024-07-11T15:54:00.743Z | + chown build:build /home/build /work |
14 | 2024-07-11T15:54:02.741Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T15:54:02.745Z | process exited: duration 4262 ms, exit code 0 |
|
16 | 2024-07-11T15:54:02.751Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T15:54:02.756Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T15:54:02.756Z | * toolchain channel = "1.78.0" |
19 | 2024-07-11T15:54:02.756Z | ' 1.78.0 |
20 | 2024-07-11T15:54:02.756Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-11T15:54:02.756Z | ' default |
22 | 2024-07-11T15:54:02.756Z | * toolchain profile = "default" |
23 | 2024-07-11T15:54:02.759Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T15:54:02.759Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T15:54:02.877Z | info: downloading installer |
26 | 2024-07-11T15:54:04.403Z | info: profile set to 'default' |
27 | 2024-07-11T15:54:04.403Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T15:54:04.405Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T15:54:04.528Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T15:54:04.528Z | info: downloading component 'cargo' |
31 | 2024-07-11T15:54:05.211Z | info: downloading component 'clippy' |
32 | 2024-07-11T15:54:05.437Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T15:54:06.338Z | info: downloading component 'rust-std' |
34 | 2024-07-11T15:54:07.804Z | info: downloading component 'rustc' |
35 | 2024-07-11T15:54:11.480Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T15:54:11.676Z | info: installing component 'cargo' |
37 | 2024-07-11T15:54:12.490Z | info: installing component 'clippy' |
38 | 2024-07-11T15:54:12.841Z | info: installing component 'rust-docs' |
39 | 2024-07-11T15:54:14.331Z | info: installing component 'rust-std' |
40 | 2024-07-11T15:54:16.016Z | info: installing component 'rustc' |
41 | 2024-07-11T15:54:20.285Z | info: installing component 'rustfmt' |
42 | 2024-07-11T15:54:20.620Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T15:54:20.620Z | |
44 | 2024-07-11T15:54:20.885Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T15:54:20.885Z | |
46 | 2024-07-11T15:54:20.889Z | |
47 | 2024-07-11T15:54:20.889Z | Rust is installed now. Great! |
48 | 2024-07-11T15:54:20.889Z | |
49 | 2024-07-11T15:54:20.889Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T15:54:20.889Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T15:54:20.889Z | |
52 | 2024-07-11T15:54:20.889Z | To configure your current shell, you need to source |
53 | 2024-07-11T15:54:20.889Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T15:54:20.890Z | |
55 | 2024-07-11T15:54:20.890Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T15:54:20.890Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T15:54:20.890Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T15:54:20.954Z | + rustc --version |
59 | 2024-07-11T15:54:21.014Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T15:54:21.019Z | process exited: duration 18263 ms, exit code 0 |
|
61 | 2024-07-11T15:54:21.028Z | starting task 2: "authentication" |
62 | 2024-07-11T15:54:21.049Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-11T15:54:21.059Z | starting task 3: "clone repository" |
64 | 2024-07-11T15:54:21.063Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T15:54:21.067Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T15:54:21.307Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T15:54:27.056Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T15:54:27.056Z | + git fetch origin c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
69 | 2024-07-11T15:54:27.398Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T15:54:27.398Z | * branch c9bd27c108e87ddb496f552f1a7570a9f47a2c54 -> FETCH_HEAD |
71 | 2024-07-11T15:54:27.411Z | + [[ -n delete-specific-timeseries-during-upgrade ]] |
72 | 2024-07-11T15:54:27.412Z | ++ git branch --show-current |
73 | 2024-07-11T15:54:27.412Z | + current=main |
74 | 2024-07-11T15:54:27.412Z | + [[ main != delete-specific-timeseries-during-upgrade ]] |
75 | 2024-07-11T15:54:27.412Z | + git branch -f delete-specific-timeseries-during-upgrade c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
76 | 2024-07-11T15:54:27.412Z | + git checkout -f delete-specific-timeseries-during-upgrade |
77 | 2024-07-11T15:54:27.537Z | Switched to branch 'delete-specific-timeseries-during-upgrade' |
78 | 2024-07-11T15:54:27.545Z | + git reset --hard c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
79 | 2024-07-11T15:54:27.556Z | HEAD is now at c9bd27c10 Review feedback |
80 | 2024-07-11T15:54:27.565Z | process exited: duration 6491 ms, exit code 0 |
|
81 | 2024-07-11T15:54:27.574Z | starting task 4: "build" |
82 | 2024-07-11T15:54:27.582Z | + cargo --version |
83 | 2024-07-11T15:54:27.633Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-11T15:54:27.637Z | + rustc --version |
85 | 2024-07-11T15:54:27.689Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-11T15:54:27.691Z | + cd /tmp |
87 | 2024-07-11T15:54:27.691Z | + cargo new --lib test-project |
88 | 2024-07-11T15:54:27.744Z | Creating library `test-project` package |
89 | 2024-07-11T15:54:27.819Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-11T15:54:27.822Z | + cd test-project |
91 | 2024-07-11T15:54:27.822Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-11T15:54:27.873Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-11T15:54:27.873Z | Features: |
94 | 2024-07-11T15:54:27.873Z | - proptest |
95 | 2024-07-11T15:54:27.873Z | - test-strategy |
96 | 2024-07-11T15:54:27.873Z | - testing |
97 | 2024-07-11T15:54:27.876Z | Updating crates.io index |
98 | 2024-07-11T15:54:27.921Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-11T15:54:28.632Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-11T15:54:29.393Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-11T15:54:29.776Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-11T15:54:31.561Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-11T15:54:31.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-11T15:54:32.205Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-11T15:54:34.972Z | + cargo check |
106 | 2024-07-11T15:54:35.179Z | Downloading crates ... |
107 | 2024-07-11T15:54:35.246Z | Downloaded equivalent v1.0.1 |
108 | 2024-07-11T15:54:35.257Z | Downloaded foreign-types-shared v0.1.1 |
109 | 2024-07-11T15:54:35.269Z | Downloaded ident_case v1.0.1 |
110 | 2024-07-11T15:54:35.272Z | Downloaded dyn-clone v1.0.17 |
111 | 2024-07-11T15:54:35.275Z | Downloaded instant v0.1.13 |
112 | 2024-07-11T15:54:35.278Z | Downloaded want v0.3.1 |
113 | 2024-07-11T15:54:35.278Z | Downloaded pretty-hex v0.4.1 |
114 | 2024-07-11T15:54:35.281Z | Downloaded async-stream-impl v0.3.5 |
115 | 2024-07-11T15:54:35.285Z | Downloaded untrusted v0.9.0 |
116 | 2024-07-11T15:54:35.285Z | Downloaded num_threads v0.1.7 |
117 | 2024-07-11T15:54:35.287Z | Downloaded openssl-probe v0.1.5 |
118 | 2024-07-11T15:54:35.287Z | Downloaded darling_macro v0.20.10 |
119 | 2024-07-11T15:54:35.290Z | Downloaded foreign-types v0.3.2 |
120 | 2024-07-11T15:54:35.293Z | Downloaded dof v0.3.0 |
121 | 2024-07-11T15:54:35.293Z | Downloaded fnv v1.0.7 |
122 | 2024-07-11T15:54:35.293Z | Downloaded dirs-next v2.0.0 |
123 | 2024-07-11T15:54:35.296Z | Downloaded cfg-if v1.0.0 |
124 | 2024-07-11T15:54:35.296Z | Downloaded autocfg v1.3.0 |
125 | 2024-07-11T15:54:35.298Z | Downloaded take_mut v0.2.2 |
126 | 2024-07-11T15:54:35.298Z | Downloaded block-buffer v0.10.4 |
127 | 2024-07-11T15:54:35.303Z | Downloaded async-stream v0.3.5 |
128 | 2024-07-11T15:54:35.306Z | Downloaded powerfmt v0.2.0 |
129 | 2024-07-11T15:54:35.306Z | Downloaded scroll_derive v0.12.0 |
130 | 2024-07-11T15:54:35.306Z | Downloaded usdt-attr-macro v0.5.0 |
131 | 2024-07-11T15:54:35.306Z | Downloaded usdt v0.5.0 |
132 | 2024-07-11T15:54:35.306Z | Downloaded paste v1.0.15 |
133 | 2024-07-11T15:54:35.309Z | Downloaded pkg-config v0.3.30 |
134 | 2024-07-11T15:54:35.312Z | Downloaded hostname v0.3.1 |
135 | 2024-07-11T15:54:35.313Z | Downloaded version_check v0.9.4 |
136 | 2024-07-11T15:54:35.316Z | Downloaded waitgroup v0.1.2 |
137 | 2024-07-11T15:54:35.316Z | Downloaded itoa v1.0.11 |
138 | 2024-07-11T15:54:35.319Z | Downloaded ipnetwork v0.20.0 |
139 | 2024-07-11T15:54:35.319Z | Downloaded macaddr v1.0.1 |
140 | 2024-07-11T15:54:35.321Z | Downloaded httpdate v1.0.3 |
141 | 2024-07-11T15:54:35.321Z | Downloaded usdt-macro v0.5.0 |
142 | 2024-07-11T15:54:35.324Z | Downloaded rand_chacha v0.3.1 |
143 | 2024-07-11T15:54:35.324Z | Downloaded http-body v0.4.6 |
144 | 2024-07-11T15:54:35.327Z | Downloaded match_cfg v0.1.0 |
145 | 2024-07-11T15:54:35.327Z | Downloaded time-core v0.1.2 |
146 | 2024-07-11T15:54:35.327Z | Downloaded is-terminal v0.4.12 |
147 | 2024-07-11T15:54:35.330Z | Downloaded futures-executor v0.3.30 |
148 | 2024-07-11T15:54:35.330Z | Downloaded cpufeatures v0.2.12 |
149 | 2024-07-11T15:54:35.332Z | Downloaded slog-json v2.6.1 |
150 | 2024-07-11T15:54:35.335Z | Downloaded slab v0.4.9 |
151 | 2024-07-11T15:54:35.335Z | Downloaded serde_urlencoded v0.7.1 |
152 | 2024-07-11T15:54:35.338Z | Downloaded futures-task v0.3.30 |
153 | 2024-07-11T15:54:35.338Z | Downloaded thread_local v1.1.8 |
154 | 2024-07-11T15:54:35.341Z | Downloaded thiserror-impl v1.0.61 |
155 | 2024-07-11T15:54:35.341Z | Downloaded structmeta v0.3.0 |
156 | 2024-07-11T15:54:35.343Z | Downloaded slog-async v2.8.0 |
157 | 2024-07-11T15:54:35.343Z | Downloaded form_urlencoded v1.2.1 |
158 | 2024-07-11T15:54:35.346Z | Downloaded pin-project-lite v0.2.14 |
159 | 2024-07-11T15:54:35.349Z | Downloaded quote v1.0.36 |
160 | 2024-07-11T15:54:35.352Z | Downloaded openssl-macros v0.1.1 |
161 | 2024-07-11T15:54:35.355Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2024-07-11T15:54:35.355Z | Downloaded digest v0.10.7 |
163 | 2024-07-11T15:54:35.358Z | Downloaded backoff v0.4.0 |
164 | 2024-07-11T15:54:35.362Z | Downloaded zeroize v1.8.1 |
165 | 2024-07-11T15:54:35.362Z | Downloaded strum v0.26.3 |
166 | 2024-07-11T15:54:35.362Z | Downloaded hyper-tls v0.5.0 |
167 | 2024-07-11T15:54:35.362Z | Downloaded async-trait v0.1.81 |
168 | 2024-07-11T15:54:35.365Z | Downloaded anyhow v1.0.86 |
169 | 2024-07-11T15:54:35.369Z | Downloaded tower-service v0.3.2 |
170 | 2024-07-11T15:54:35.372Z | Downloaded hex v0.4.3 |
171 | 2024-07-11T15:54:35.372Z | Downloaded futures-io v0.3.30 |
172 | 2024-07-11T15:54:35.374Z | Downloaded memmap v0.7.0 |
173 | 2024-07-11T15:54:35.374Z | Downloaded pin-utils v0.1.0 |
174 | 2024-07-11T15:54:35.377Z | Downloaded tinyvec_macros v0.1.1 |
175 | 2024-07-11T15:54:35.377Z | Downloaded try-lock v0.2.5 |
176 | 2024-07-11T15:54:35.377Z | Downloaded rand_core v0.6.4 |
177 | 2024-07-11T15:54:35.380Z | Downloaded ppv-lite86 v0.2.17 |
178 | 2024-07-11T15:54:35.380Z | Downloaded camino v1.1.7 |
179 | 2024-07-11T15:54:35.383Z | Downloaded serde_with_macros v3.8.3 |
180 | 2024-07-11T15:54:35.385Z | Downloaded zerocopy-derive v0.7.35 |
181 | 2024-07-11T15:54:35.388Z | Downloaded thiserror v1.0.61 |
182 | 2024-07-11T15:54:35.394Z | Downloaded futures-sink v0.3.30 |
183 | 2024-07-11T15:54:35.396Z | Downloaded schemars_derive v0.8.21 |
184 | 2024-07-11T15:54:35.396Z | Downloaded rustls-pki-types v1.7.0 |
185 | 2024-07-11T15:54:35.399Z | Downloaded pest_generator v2.7.11 |
186 | 2024-07-11T15:54:35.402Z | Downloaded parse-display-derive v0.9.1 |
187 | 2024-07-11T15:54:35.402Z | Downloaded sct v0.7.1 |
188 | 2024-07-11T15:54:35.405Z | Downloaded pest_meta v2.7.11 |
189 | 2024-07-11T15:54:35.408Z | Downloaded hostname v0.4.0 |
190 | 2024-07-11T15:54:35.411Z | Downloaded slog-bunyan v2.5.0 |
191 | 2024-07-11T15:54:35.411Z | Downloaded tokio-native-tls v0.3.1 |
192 | 2024-07-11T15:54:35.416Z | Downloaded tokio-macros v2.3.0 |
193 | 2024-07-11T15:54:35.416Z | Downloaded serde_tokenstream v0.2.1 |
194 | 2024-07-11T15:54:35.419Z | Downloaded serde_path_to_error v0.1.16 |
195 | 2024-07-11T15:54:35.419Z | Downloaded parking_lot v0.12.3 |
196 | 2024-07-11T15:54:35.422Z | Downloaded iana-time-zone v0.1.60 |
197 | 2024-07-11T15:54:35.425Z | Downloaded thread-id v4.2.1 |
198 | 2024-07-11T15:54:35.425Z | Downloaded native-tls v0.2.12 |
199 | 2024-07-11T15:54:35.428Z | Downloaded strum_macros v0.26.4 |
200 | 2024-07-11T15:54:35.430Z | Downloaded parking_lot_core v0.9.10 |
201 | 2024-07-11T15:54:35.430Z | Downloaded structmeta-derive v0.3.0 |
202 | 2024-07-11T15:54:35.433Z | Downloaded getrandom v0.2.15 |
203 | 2024-07-11T15:54:35.437Z | Downloaded futures-channel v0.3.30 |
204 | 2024-07-11T15:54:35.440Z | Downloaded scroll v0.12.0 |
205 | 2024-07-11T15:54:35.440Z | Downloaded rustversion v1.0.17 |
206 | 2024-07-11T15:54:35.443Z | Downloaded rustls-pemfile v2.1.2 |
207 | 2024-07-11T15:54:35.446Z | Downloaded num-traits v0.2.19 |
208 | 2024-07-11T15:54:35.446Z | Downloaded url v2.5.2 |
209 | 2024-07-11T15:54:35.450Z | Downloaded strsim v0.11.1 |
210 | 2024-07-11T15:54:35.453Z | Downloaded base64 v0.22.1 |
211 | 2024-07-11T15:54:35.456Z | Downloaded subtle v2.6.1 |
212 | 2024-07-11T15:54:35.456Z | Downloaded spin v0.9.8 |
213 | 2024-07-11T15:54:35.459Z | Downloaded term v0.7.0 |
214 | 2024-07-11T15:54:35.462Z | Downloaded toml_datetime v0.6.6 |
215 | 2024-07-11T15:54:35.465Z | Downloaded time-macros v0.2.18 |
216 | 2024-07-11T15:54:35.465Z | Downloaded proc-macro2 v1.0.86 |
217 | 2024-07-11T15:54:35.468Z | Downloaded tokio-rustls v0.24.1 |
218 | 2024-07-11T15:54:35.471Z | Downloaded socket2 v0.5.7 |
219 | 2024-07-11T15:54:35.473Z | Downloaded schemars v0.8.21 |
220 | 2024-07-11T15:54:35.484Z | Downloaded serde_derive_internals v0.29.1 |
221 | 2024-07-11T15:54:35.487Z | Downloaded slog v2.7.0 |
222 | 2024-07-11T15:54:35.490Z | Downloaded unicode-bidi v0.3.15 |
223 | 2024-07-11T15:54:35.492Z | Downloaded sha2 v0.10.8 |
224 | 2024-07-11T15:54:35.496Z | Downloaded serde_yaml v0.9.34+deprecated |
225 | 2024-07-11T15:54:35.499Z | Downloaded ucd-trie v0.1.6 |
226 | 2024-07-11T15:54:35.499Z | Downloaded toml v0.8.14 |
227 | 2024-07-11T15:54:35.502Z | Downloaded serde v1.0.204 |
228 | 2024-07-11T15:54:35.506Z | Downloaded tokio-rustls v0.25.0 |
229 | 2024-07-11T15:54:35.508Z | Downloaded base64 v0.21.7 |
230 | 2024-07-11T15:54:35.512Z | Downloaded typenum v1.17.0 |
231 | 2024-07-11T15:54:35.514Z | Downloaded tinyvec v1.8.0 |
232 | 2024-07-11T15:54:35.517Z | Downloaded tracing-core v0.1.32 |
233 | 2024-07-11T15:54:35.521Z | Downloaded crossbeam-channel v0.5.13 |
234 | 2024-07-11T15:54:35.526Z | Downloaded unsafe-libyaml v0.2.11 |
235 | 2024-07-11T15:54:35.529Z | Downloaded unicode-ident v1.0.12 |
236 | 2024-07-11T15:54:35.532Z | Downloaded memchr v2.7.4 |
237 | 2024-07-11T15:54:35.536Z | Downloaded hashbrown v0.12.3 |
238 | 2024-07-11T15:54:35.540Z | Downloaded http v0.2.12 |
239 | 2024-07-11T15:54:35.544Z | Downloaded indexmap v2.2.6 |
240 | 2024-07-11T15:54:35.548Z | Downloaded cc v1.1.0 |
241 | 2024-07-11T15:54:35.552Z | Downloaded rand v0.8.5 |
242 | 2024-07-11T15:54:35.555Z | Downloaded mio v0.8.11 |
243 | 2024-07-11T15:54:35.561Z | Downloaded toml_edit v0.22.15 |
244 | 2024-07-11T15:54:35.584Z | Downloaded tracing v0.1.40 |
245 | 2024-07-11T15:54:35.588Z | Downloaded tokio-util v0.7.11 |
246 | 2024-07-11T15:54:35.594Z | Downloaded pest v2.7.11 |
247 | 2024-07-11T15:54:35.599Z | Downloaded unicode-normalization v0.1.23 |
248 | 2024-07-11T15:54:35.603Z | Downloaded hashbrown v0.14.5 |
249 | 2024-07-11T15:54:35.608Z | Downloaded goblin v0.8.2 |
250 | 2024-07-11T15:54:35.615Z | Downloaded aho-corasick v1.1.3 |
251 | 2024-07-11T15:54:35.621Z | Downloaded time v0.3.36 |
252 | 2024-07-11T15:54:35.628Z | Downloaded rustls-webpki v0.101.7 |
253 | 2024-07-11T15:54:35.643Z | Downloaded serde_json v1.0.120 |
254 | 2024-07-11T15:54:35.650Z | Downloaded reqwest v0.11.27 |
255 | 2024-07-11T15:54:35.658Z | Downloaded idna v0.5.0 |
256 | 2024-07-11T15:54:35.665Z | Downloaded openssl v0.10.64 |
257 | 2024-07-11T15:54:35.674Z | Downloaded chrono v0.4.38 |
258 | 2024-07-11T15:54:35.682Z | Downloaded rustls-webpki v0.102.5 |
259 | 2024-07-11T15:54:35.700Z | Downloaded vcpkg v0.2.15 |
260 | 2024-07-11T15:54:35.739Z | Downloaded rustls v0.21.12 |
261 | 2024-07-11T15:54:35.754Z | Downloaded syn v2.0.70 |
262 | 2024-07-11T15:54:35.776Z | Downloaded libc v0.2.155 |
263 | 2024-07-11T15:54:35.792Z | Downloaded regress v0.10.0 |
264 | 2024-07-11T15:54:35.797Z | Downloaded rustls v0.22.4 |
265 | 2024-07-11T15:54:35.810Z | Downloaded regress v0.9.1 |
266 | 2024-07-11T15:54:35.818Z | Downloaded encoding_rs v0.8.34 |
267 | 2024-07-11T15:54:35.839Z | Downloaded regex-automata v0.4.7 |
268 | 2024-07-11T15:54:35.854Z | Downloaded regex-syntax v0.8.4 |
269 | 2024-07-11T15:54:35.862Z | Downloaded tokio v1.38.0 |
270 | 2024-07-11T15:54:35.897Z | Downloaded regex v1.10.5 |
271 | 2024-07-11T15:54:35.909Z | Downloaded webpki-roots v0.25.4 |
272 | 2024-07-11T15:54:35.914Z | Downloaded openapiv3 v2.0.0 |
273 | 2024-07-11T15:54:35.924Z | Downloaded zerocopy v0.7.35 |
274 | 2024-07-11T15:54:35.939Z | Downloaded hyper v0.14.30 |
275 | 2024-07-11T15:54:35.947Z | Downloaded serde_with v3.8.3 |
276 | 2024-07-11T15:54:35.960Z | Downloaded winnow v0.6.13 |
277 | 2024-07-11T15:54:35.969Z | Downloaded h2 v0.3.26 |
278 | 2024-07-11T15:54:35.978Z | Downloaded futures-util v0.3.30 |
279 | 2024-07-11T15:54:35.983Z | Downloaded http v1.1.0 |
280 | 2024-07-11T15:54:35.991Z | Downloaded serde_derive v1.0.204 |
281 | 2024-07-11T15:54:35.991Z | Downloaded ryu v1.0.18 |
282 | 2024-07-11T15:54:35.997Z | Downloaded openssl-sys v0.9.102 |
283 | 2024-07-11T15:54:35.997Z | Downloaded log v0.4.22 |
284 | 2024-07-11T15:54:36.003Z | Downloaded httparse v1.9.4 |
285 | 2024-07-11T15:54:36.003Z | Downloaded allocator-api2 v0.2.18 |
286 | 2024-07-11T15:54:36.003Z | Downloaded smallvec v1.13.2 |
287 | 2024-07-11T15:54:36.008Z | Downloaded slog-term v2.9.1 |
288 | 2024-07-11T15:54:36.009Z | Downloaded ahash v0.8.11 |
289 | 2024-07-11T15:54:36.009Z | Downloaded semver v1.0.23 |
290 | 2024-07-11T15:54:36.016Z | Downloaded darling_core v0.20.10 |
291 | 2024-07-11T15:54:36.016Z | Downloaded once_cell v1.19.0 |
292 | 2024-07-11T15:54:36.020Z | Downloaded crossbeam-utils v0.8.20 |
293 | 2024-07-11T15:54:36.020Z | Downloaded bytes v1.6.0 |
294 | 2024-07-11T15:54:36.024Z | Downloaded hyper-rustls v0.24.2 |
295 | 2024-07-11T15:54:36.027Z | Downloaded ipnet v2.9.0 |
296 | 2024-07-11T15:54:36.027Z | Downloaded bitflags v2.6.0 |
297 | 2024-07-11T15:54:36.032Z | Downloaded indexmap v1.9.3 |
298 | 2024-07-11T15:54:36.036Z | Downloaded futures v0.3.30 |
299 | 2024-07-11T15:54:36.039Z | Downloaded pest_derive v2.7.11 |
300 | 2024-07-11T15:54:36.043Z | Downloaded uuid v1.10.0 |
301 | 2024-07-11T15:54:36.047Z | Downloaded multer v3.1.0 |
302 | 2024-07-11T15:54:36.047Z | Downloaded num_cpus v1.16.0 |
303 | 2024-07-11T15:54:36.052Z | Downloaded newtype-uuid v1.1.0 |
304 | 2024-07-11T15:54:36.052Z | Downloaded usdt-impl v0.5.0 |
305 | 2024-07-11T15:54:36.052Z | Downloaded percent-encoding v2.3.1 |
306 | 2024-07-11T15:54:36.052Z | Downloaded sync_wrapper v0.1.2 |
307 | 2024-07-11T15:54:36.055Z | Downloaded lock_api v0.4.12 |
308 | 2024-07-11T15:54:36.056Z | Downloaded darling v0.20.10 |
309 | 2024-07-11T15:54:36.060Z | Downloaded atomic-waker v1.1.2 |
310 | 2024-07-11T15:54:36.061Z | Downloaded dirs-sys-next v0.1.2 |
311 | 2024-07-11T15:54:36.061Z | Downloaded signal-hook-registry v1.4.2 |
312 | 2024-07-11T15:54:36.061Z | Downloaded sha1 v0.10.6 |
313 | 2024-07-11T15:54:36.065Z | Downloaded serde_spanned v0.6.6 |
314 | 2024-07-11T15:54:36.065Z | Downloaded scopeguard v1.2.0 |
315 | 2024-07-11T15:54:36.065Z | Downloaded plain v0.2.3 |
316 | 2024-07-11T15:54:36.065Z | Downloaded ring v0.17.8 |
317 | 2024-07-11T15:54:36.126Z | Downloaded futures-core v0.3.30 |
318 | 2024-07-11T15:54:36.130Z | Downloaded byteorder v1.5.0 |
319 | 2024-07-11T15:54:36.130Z | Downloaded rustls-pemfile v1.0.4 |
320 | 2024-07-11T15:54:36.132Z | Downloaded parse-display v0.9.1 |
321 | 2024-07-11T15:54:36.132Z | Downloaded heck v0.5.0 |
322 | 2024-07-11T15:54:36.133Z | Downloaded num-conv v0.1.0 |
323 | 2024-07-11T15:54:36.135Z | Downloaded futures-macro v0.3.30 |
324 | 2024-07-11T15:54:36.135Z | Downloaded mime v0.3.17 |
325 | 2024-07-11T15:54:36.135Z | Downloaded generic-array v0.14.7 |
326 | 2024-07-11T15:54:36.138Z | Downloaded deranged v0.3.11 |
327 | 2024-07-11T15:54:36.138Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-07-11T15:54:36.138Z | Downloaded debug-ignore v1.0.5 |
329 | 2024-07-11T15:54:36.141Z | Downloaded crypto-common v0.1.6 |
330 | 2024-07-11T15:54:36.255Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-11T15:54:36.255Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-11T15:54:36.259Z | Compiling libc v0.2.155 |
333 | 2024-07-11T15:54:36.259Z | Checking cfg-if v1.0.0 |
334 | 2024-07-11T15:54:36.259Z | Compiling version_check v0.9.4 |
335 | 2024-07-11T15:54:36.259Z | Compiling autocfg v1.3.0 |
336 | 2024-07-11T15:54:36.272Z | Compiling serde v1.0.204 |
337 | 2024-07-11T15:54:36.276Z | Compiling serde_json v1.0.120 |
338 | 2024-07-11T15:54:36.346Z | Checking itoa v1.0.11 |
339 | 2024-07-11T15:54:36.433Z | Checking once_cell v1.19.0 |
340 | 2024-07-11T15:54:36.533Z | Compiling thiserror v1.0.61 |
341 | 2024-07-11T15:54:36.707Z | Compiling cc v1.1.0 |
342 | 2024-07-11T15:54:36.890Z | Compiling ahash v0.8.11 |
343 | 2024-07-11T15:54:36.980Z | Compiling memchr v2.7.4 |
344 | 2024-07-11T15:54:38.528Z | Checking byteorder v1.5.0 |
345 | 2024-07-11T15:54:38.535Z | Compiling num-traits v0.2.19 |
346 | 2024-07-11T15:54:38.586Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-11T15:54:38.897Z | Checking ryu v1.0.18 |
348 | 2024-07-11T15:54:38.905Z | Checking log v0.4.22 |
349 | 2024-07-11T15:54:38.993Z | Checking bytes v1.6.0 |
350 | 2024-07-11T15:54:39.097Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-11T15:54:39.100Z | Compiling lock_api v0.4.12 |
352 | 2024-07-11T15:54:39.124Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-11T15:54:39.160Z | Compiling schemars v0.8.21 |
354 | 2024-07-11T15:54:39.168Z | Checking getrandom v0.2.15 |
355 | 2024-07-11T15:54:39.306Z | Compiling ring v0.17.8 |
356 | 2024-07-11T15:54:39.351Z | Compiling quote v1.0.36 |
357 | 2024-07-11T15:54:39.489Z | Checking scopeguard v1.2.0 |
358 | 2024-07-11T15:54:39.510Z | Checking futures-core v0.3.30 |
359 | 2024-07-11T15:54:39.530Z | Checking smallvec v1.13.2 |
360 | 2024-07-11T15:54:39.668Z | Compiling syn v2.0.70 |
361 | 2024-07-11T15:54:39.678Z | Checking num_cpus v1.16.0 |
362 | 2024-07-11T15:54:39.706Z | Checking socket2 v0.5.7 |
363 | 2024-07-11T15:54:39.766Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-07-11T15:54:39.920Z | Checking mio v0.8.11 |
365 | 2024-07-11T15:54:39.998Z | Compiling slab v0.4.9 |
366 | 2024-07-11T15:54:40.009Z | Checking futures-sink v0.3.30 |
367 | 2024-07-11T15:54:40.112Z | Checking spin v0.9.8 |
368 | 2024-07-11T15:54:40.180Z | Checking parking_lot v0.12.3 |
369 | 2024-07-11T15:54:40.194Z | Checking equivalent v1.0.1 |
370 | 2024-07-11T15:54:40.275Z | Checking untrusted v0.9.0 |
371 | 2024-07-11T15:54:40.288Z | Checking fnv v1.0.7 |
372 | 2024-07-11T15:54:40.378Z | Checking futures-channel v0.3.30 |
373 | 2024-07-11T15:54:40.385Z | Checking futures-io v0.3.30 |
374 | 2024-07-11T15:54:40.469Z | Checking pin-utils v0.1.0 |
375 | 2024-07-11T15:54:40.481Z | Compiling heck v0.5.0 |
376 | 2024-07-11T15:54:40.526Z | Compiling semver v1.0.23 |
377 | 2024-07-11T15:54:40.532Z | Compiling pkg-config v0.3.30 |
378 | 2024-07-11T15:54:40.614Z | Checking futures-task v0.3.30 |
379 | 2024-07-11T15:54:40.693Z | Compiling vcpkg v0.2.15 |
380 | 2024-07-11T15:54:40.849Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-11T15:54:40.880Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-11T15:54:40.986Z | Checking http v0.2.12 |
383 | 2024-07-11T15:54:41.318Z | Compiling httparse v1.9.4 |
384 | 2024-07-11T15:54:41.641Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-11T15:54:41.981Z | Checking tracing-core v0.1.32 |
386 | 2024-07-11T15:54:42.304Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-11T15:54:42.323Z | Compiling uuid v1.10.0 |
388 | 2024-07-11T15:54:42.532Z | Checking tracing v0.1.40 |
389 | 2024-07-11T15:54:42.643Z | Compiling chrono v0.4.38 |
390 | 2024-07-11T15:54:42.711Z | Compiling openssl v0.10.64 |
391 | 2024-07-11T15:54:42.724Z | Checking try-lock v0.2.5 |
392 | 2024-07-11T15:54:42.802Z | Checking foreign-types-shared v0.1.1 |
393 | 2024-07-11T15:54:42.854Z | Compiling slog v2.7.0 |
394 | 2024-07-11T15:54:42.875Z | Checking foreign-types v0.3.2 |
395 | 2024-07-11T15:54:42.939Z | Checking want v0.3.1 |
396 | 2024-07-11T15:54:43.092Z | Checking http-body v0.4.6 |
397 | 2024-07-11T15:54:43.145Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-11T15:54:43.329Z | Checking bitflags v2.6.0 |
399 | 2024-07-11T15:54:43.367Z | Checking percent-encoding v2.3.1 |
400 | 2024-07-11T15:54:43.493Z | Compiling regex-syntax v0.8.4 |
401 | 2024-07-11T15:54:43.546Z | Compiling native-tls v0.2.12 |
402 | 2024-07-11T15:54:43.826Z | Compiling rustls v0.21.12 |
403 | 2024-07-11T15:54:44.086Z | Compiling typenum v1.17.0 |
404 | 2024-07-11T15:54:44.240Z | Checking tinyvec_macros v0.1.1 |
405 | 2024-07-11T15:54:44.305Z | Checking httpdate v1.0.3 |
406 | 2024-07-11T15:54:44.517Z | Checking tower-service v0.3.2 |
407 | 2024-07-11T15:54:44.609Z | Checking tinyvec v1.8.0 |
408 | 2024-07-11T15:54:44.912Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-11T15:54:45.438Z | Compiling generic-array v0.14.7 |
410 | 2024-07-11T15:54:45.671Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-11T15:54:45.761Z | Checking unicode-normalization v0.1.23 |
412 | 2024-07-11T15:54:45.938Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-07-11T15:54:46.936Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-11T15:54:47.713Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-11T15:54:47.949Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-11T15:54:48.047Z | Checking mime v0.3.17 |
417 | 2024-07-11T15:54:48.160Z | Compiling num-conv v0.1.0 |
418 | 2024-07-11T15:54:48.329Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-11T15:54:48.414Z | Checking powerfmt v0.2.0 |
420 | 2024-07-11T15:54:48.473Z | Compiling time-core v0.1.2 |
421 | 2024-07-11T15:54:48.623Z | Compiling time-macros v0.2.18 |
422 | 2024-07-11T15:54:48.662Z | Checking deranged v0.3.11 |
423 | 2024-07-11T15:54:48.821Z | Checking idna v0.5.0 |
424 | 2024-07-11T15:54:49.614Z | Compiling thread-id v4.2.1 |
425 | 2024-07-11T15:54:50.246Z | Checking base64 v0.21.7 |
426 | 2024-07-11T15:54:50.263Z | Compiling ident_case v1.0.1 |
427 | 2024-07-11T15:54:50.412Z | Checking rustls-pki-types v1.7.0 |
428 | 2024-07-11T15:54:50.639Z | Compiling regex v1.10.5 |
429 | 2024-07-11T15:54:50.763Z | Checking plain v0.2.3 |
430 | 2024-07-11T15:54:50.851Z | Compiling crossbeam-utils v0.8.20 |
431 | 2024-07-11T15:54:50.898Z | Checking num_threads v0.1.7 |
432 | 2024-07-11T15:54:51.197Z | Compiling serde_derive v1.0.204 |
433 | 2024-07-11T15:54:51.333Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-07-11T15:54:51.373Z | Compiling thiserror-impl v1.0.61 |
435 | 2024-07-11T15:54:51.503Z | Compiling schemars_derive v0.8.21 |
436 | 2024-07-11T15:54:51.524Z | Compiling tokio-macros v2.3.0 |
437 | 2024-07-11T15:54:51.639Z | Compiling futures-macro v0.3.30 |
438 | 2024-07-11T15:54:53.067Z | Checking tokio v1.38.0 |
439 | 2024-07-11T15:54:53.409Z | Checking zerocopy v0.7.35 |
440 | 2024-07-11T15:54:54.233Z | Checking futures-util v0.3.30 |
441 | 2024-07-11T15:54:54.422Z | Compiling pest v2.7.11 |
442 | 2024-07-11T15:54:54.534Z | Compiling openssl-macros v0.1.1 |
443 | 2024-07-11T15:54:54.698Z | Checking sct v0.7.1 |
444 | 2024-07-11T15:54:54.871Z | Checking rustls-webpki v0.101.7 |
445 | 2024-07-11T15:54:55.095Z | Checking hashbrown v0.14.5 |
446 | 2024-07-11T15:54:56.260Z | Compiling scroll_derive v0.12.0 |
447 | 2024-07-11T15:54:56.906Z | Compiling pest_meta v2.7.11 |
448 | 2024-07-11T15:54:57.158Z | Compiling regress v0.10.0 |
449 | 2024-07-11T15:54:57.758Z | Checking scroll v0.12.0 |
450 | 2024-07-11T15:54:58.192Z | Compiling pest_generator v2.7.11 |
451 | 2024-07-11T15:54:59.883Z | Checking tokio-util v0.7.11 |
452 | 2024-07-11T15:54:59.960Z | Checking tokio-rustls v0.24.1 |
453 | 2024-07-11T15:55:00.611Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-07-11T15:55:00.679Z | Compiling strsim v0.11.1 |
455 | 2024-07-11T15:55:01.258Z | Compiling pest_derive v2.7.11 |
456 | 2024-07-11T15:55:01.450Z | Checking time v0.3.36 |
457 | 2024-07-11T15:55:02.088Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-07-11T15:55:02.112Z | Compiling darling_core v0.20.10 |
459 | 2024-07-11T15:55:02.611Z | Checking goblin v0.8.2 |
460 | 2024-07-11T15:55:03.894Z | Checking indexmap v2.2.6 |
461 | 2024-07-11T15:55:04.662Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-11T15:55:05.051Z | Checking h2 v0.3.26 |
463 | 2024-07-11T15:55:08.754Z | Checking serde_urlencoded v0.7.1 |
464 | 2024-07-11T15:55:08.927Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-11T15:55:08.927Z | Checking rustls-pemfile v1.0.4 |
466 | 2024-07-11T15:55:08.927Z | Compiling dof v0.3.0 |
467 | 2024-07-11T15:55:08.927Z | Checking url v2.5.2 |
468 | 2024-07-11T15:55:08.927Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
469 | 2024-07-11T15:55:08.927Z | Checking dirs-sys-next v0.1.2 |
470 | 2024-07-11T15:55:08.927Z | Compiling rustls v0.22.4 |
471 | 2024-07-11T15:55:08.937Z | Compiling unsafe-libyaml v0.2.11 |
472 | 2024-07-11T15:55:08.937Z | Checking sync_wrapper v0.1.2 |
473 | 2024-07-11T15:55:08.990Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-11T15:55:09.058Z | Checking hyper v0.14.30 |
475 | 2024-07-11T15:55:09.126Z | Compiling paste v1.0.15 |
476 | 2024-07-11T15:55:09.279Z | Checking ipnet v2.9.0 |
477 | 2024-07-11T15:55:09.582Z | Checking pretty-hex v0.4.1 |
478 | 2024-07-11T15:55:09.641Z | Compiling rustversion v1.0.17 |
479 | 2024-07-11T15:55:09.708Z | Compiling omicron-workspace-hack v0.1.0 |
480 | 2024-07-11T15:55:09.999Z | Checking dirs-next v2.0.0 |
481 | 2024-07-11T15:55:10.081Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-07-11T15:55:10.104Z | Compiling darling_macro v0.20.10 |
483 | 2024-07-11T15:55:10.597Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-11T15:55:10.750Z | Checking toml_datetime v0.6.6 |
485 | 2024-07-11T15:55:10.758Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-11T15:55:10.910Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-11T15:55:10.986Z | Checking block-buffer v0.10.4 |
488 | 2024-07-11T15:55:11.103Z | Checking crypto-common v0.1.6 |
489 | 2024-07-11T15:55:11.155Z | Checking rand_core v0.6.4 |
490 | 2024-07-11T15:55:11.333Z | Compiling multer v3.1.0 |
491 | 2024-07-11T15:55:11.421Z | Checking thread_local v1.1.8 |
492 | 2024-07-11T15:55:11.472Z | Checking zeroize v1.8.1 |
493 | 2024-07-11T15:55:11.563Z | Checking winnow v0.6.13 |
494 | 2024-07-11T15:55:11.624Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-07-11T15:55:11.676Z | Compiling camino v1.1.7 |
496 | 2024-07-11T15:55:11.684Z | Compiling slog-async v2.8.0 |
497 | 2024-07-11T15:55:12.117Z | Checking match_cfg v0.1.0 |
498 | 2024-07-11T15:55:12.190Z | Checking subtle v2.6.1 |
499 | 2024-07-11T15:55:12.248Z | Compiling anyhow v1.0.86 |
500 | 2024-07-11T15:55:12.287Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-11T15:55:12.676Z | Checking hostname v0.3.1 |
502 | 2024-07-11T15:55:12.937Z | Checking digest v0.10.7 |
503 | 2024-07-11T15:55:13.208Z | Compiling darling v0.20.10 |
504 | 2024-07-11T15:55:13.306Z | Checking crossbeam-channel v0.5.13 |
505 | 2024-07-11T15:55:13.396Z | Checking hyper-tls v0.5.0 |
506 | 2024-07-11T15:55:13.404Z | Checking hyper-rustls v0.24.2 |
507 | 2024-07-11T15:55:13.631Z | Compiling structmeta v0.3.0 |
508 | 2024-07-11T15:55:13.656Z | Checking reqwest v0.11.27 |
509 | 2024-07-11T15:55:13.834Z | Checking term v0.7.0 |
510 | 2024-07-11T15:55:14.007Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-11T15:55:14.218Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-07-11T15:55:14.400Z | Checking toml_edit v0.22.15 |
513 | 2024-07-11T15:55:14.925Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
514 | 2024-07-11T15:55:15.001Z | Checking slog-json v2.6.1 |
515 | 2024-07-11T15:55:15.063Z | Checking futures-executor v0.3.30 |
516 | 2024-07-11T15:55:15.197Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-11T15:55:15.229Z | Checking http v1.1.0 |
518 | 2024-07-11T15:55:15.261Z | Checking is-terminal v0.4.12 |
519 | 2024-07-11T15:55:15.269Z | Checking memmap v0.7.0 |
520 | 2024-07-11T15:55:15.363Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
521 | 2024-07-11T15:55:15.448Z | Checking base64 v0.22.1 |
522 | 2024-07-11T15:55:15.653Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-11T15:55:15.656Z | Checking take_mut v0.2.2 |
524 | 2024-07-11T15:55:15.736Z | Checking atomic-waker v1.1.2 |
525 | 2024-07-11T15:55:15.846Z | Checking waitgroup v0.1.2 |
526 | 2024-07-11T15:55:15.869Z | Checking rustls-pemfile v2.1.2 |
527 | 2024-07-11T15:55:15.911Z | Checking tokio-rustls v0.25.0 |
528 | 2024-07-11T15:55:15.952Z | Checking sha1 v0.10.6 |
529 | 2024-07-11T15:55:16.060Z | Checking usdt v0.5.0 |
530 | 2024-07-11T15:55:16.135Z | Checking slog-term v2.9.1 |
531 | 2024-07-11T15:55:16.202Z | Checking futures v0.3.30 |
532 | 2024-07-11T15:55:16.231Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-11T15:55:16.279Z | Compiling strum_macros v0.26.4 |
534 | 2024-07-11T15:55:16.289Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-11T15:55:16.373Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-11T15:55:16.466Z | Checking async-stream v0.3.5 |
537 | 2024-07-11T15:55:16.773Z | Checking toml v0.8.14 |
538 | 2024-07-11T15:55:16.874Z | Checking rand v0.8.5 |
539 | 2024-07-11T15:55:17.043Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-11T15:55:17.146Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-11T15:55:17.359Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
542 | 2024-07-11T15:55:17.370Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-11T15:55:17.463Z | Checking hex v0.4.3 |
544 | 2024-07-11T15:55:17.938Z | Compiling async-trait v0.1.81 |
545 | 2024-07-11T15:55:17.946Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-11T15:55:18.061Z | Checking hostname v0.4.0 |
547 | 2024-07-11T15:55:18.180Z | Checking instant v0.1.13 |
548 | 2024-07-11T15:55:18.273Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-11T15:55:18.387Z | Checking backoff v0.4.0 |
550 | 2024-07-11T15:55:18.635Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-07-11T15:55:18.692Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-07-11T15:55:18.751Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-11T15:55:18.813Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-11T15:55:19.027Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-11T15:55:19.133Z | Checking serde_with v3.8.3 |
556 | 2024-07-11T15:55:19.141Z | Checking macaddr v1.0.1 |
557 | 2024-07-11T15:55:19.451Z | Checking regress v0.9.1 |
558 | 2024-07-11T15:55:20.354Z | Checking parse-display v0.9.1 |
559 | 2024-07-11T15:55:20.800Z | Checking strum v0.26.3 |
560 | 2024-07-11T15:55:21.668Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
561 | 2024-07-11T15:55:23.484Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
562 | 2024-07-11T15:55:23.537Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-11T15:55:26.325Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-11T15:55:32.355Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-11T15:55:32.455Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-11T15:55:35.035Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-11T15:55:40.975Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-11T15:55:41.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
569 | 2024-07-11T15:55:41.080Z | + cargo build --release |
570 | 2024-07-11T15:55:41.322Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-11T15:55:41.323Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-11T15:55:41.323Z | Compiling libc v0.2.155 |
573 | 2024-07-11T15:55:41.323Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-11T15:55:41.330Z | Compiling version_check v0.9.4 |
575 | 2024-07-11T15:55:41.331Z | Compiling autocfg v1.3.0 |
576 | 2024-07-11T15:55:41.331Z | Compiling serde v1.0.204 |
577 | 2024-07-11T15:55:41.358Z | Compiling serde_json v1.0.120 |
578 | 2024-07-11T15:55:41.417Z | Compiling itoa v1.0.11 |
579 | 2024-07-11T15:55:41.494Z | Compiling thiserror v1.0.61 |
580 | 2024-07-11T15:55:41.624Z | Compiling once_cell v1.19.0 |
581 | 2024-07-11T15:55:41.806Z | Compiling memchr v2.7.4 |
582 | 2024-07-11T15:55:41.864Z | Compiling cc v1.1.0 |
583 | 2024-07-11T15:55:41.958Z | Compiling ahash v0.8.11 |
584 | 2024-07-11T15:55:42.283Z | Compiling byteorder v1.5.0 |
585 | 2024-07-11T15:55:42.345Z | Compiling num-traits v0.2.19 |
586 | 2024-07-11T15:55:42.714Z | Compiling getrandom v0.2.15 |
587 | 2024-07-11T15:55:42.748Z | Compiling quote v1.0.36 |
588 | 2024-07-11T15:55:42.769Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-11T15:55:42.876Z | Compiling ryu v1.0.18 |
590 | 2024-07-11T15:55:43.067Z | Compiling syn v2.0.70 |
591 | 2024-07-11T15:55:43.207Z | Compiling bytes v1.6.0 |
592 | 2024-07-11T15:55:43.301Z | Compiling log v0.4.22 |
593 | 2024-07-11T15:55:43.340Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-11T15:55:43.437Z | Compiling schemars v0.8.21 |
595 | 2024-07-11T15:55:43.742Z | Compiling lock_api v0.4.12 |
596 | 2024-07-11T15:55:43.759Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-11T15:55:43.770Z | Compiling futures-core v0.3.30 |
598 | 2024-07-11T15:55:43.995Z | Compiling scopeguard v1.2.0 |
599 | 2024-07-11T15:55:44.125Z | Compiling smallvec v1.13.2 |
600 | 2024-07-11T15:55:44.164Z | Compiling mio v0.8.11 |
601 | 2024-07-11T15:55:44.187Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-11T15:55:44.674Z | Compiling socket2 v0.5.7 |
603 | 2024-07-11T15:55:44.792Z | Compiling num_cpus v1.16.0 |
604 | 2024-07-11T15:55:44.862Z | Compiling ring v0.17.8 |
605 | 2024-07-11T15:55:44.950Z | Compiling parking_lot v0.12.3 |
606 | 2024-07-11T15:55:45.038Z | Compiling slab v0.4.9 |
607 | 2024-07-11T15:55:45.428Z | Compiling spin v0.9.8 |
608 | 2024-07-11T15:55:45.518Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-11T15:55:45.670Z | Compiling fnv v1.0.7 |
610 | 2024-07-11T15:55:45.771Z | Compiling semver v1.0.23 |
611 | 2024-07-11T15:55:45.784Z | Compiling equivalent v1.0.1 |
612 | 2024-07-11T15:55:45.875Z | Compiling untrusted v0.9.0 |
613 | 2024-07-11T15:55:46.192Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-11T15:55:46.329Z | Compiling futures-io v0.3.30 |
615 | 2024-07-11T15:55:46.374Z | Compiling pkg-config v0.3.30 |
616 | 2024-07-11T15:55:46.416Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-11T15:55:46.529Z | Compiling heck v0.5.0 |
618 | 2024-07-11T15:55:46.615Z | Compiling futures-task v0.3.30 |
619 | 2024-07-11T15:55:46.622Z | Compiling pin-utils v0.1.0 |
620 | 2024-07-11T15:55:47.040Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-11T15:55:47.102Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-11T15:55:47.570Z | Compiling http v0.2.12 |
623 | 2024-07-11T15:55:47.727Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-11T15:55:47.927Z | Compiling httparse v1.9.4 |
625 | 2024-07-11T15:55:48.104Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-11T15:55:48.698Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-11T15:55:48.891Z | Compiling chrono v0.4.38 |
628 | 2024-07-11T15:55:49.121Z | Compiling uuid v1.10.0 |
629 | 2024-07-11T15:55:49.634Z | Compiling tracing v0.1.40 |
630 | 2024-07-11T15:55:50.342Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-11T15:55:51.134Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-07-11T15:55:51.302Z | Compiling openssl v0.10.64 |
633 | 2024-07-11T15:55:51.601Z | Compiling slog v2.7.0 |
634 | 2024-07-11T15:55:51.732Z | Compiling try-lock v0.2.5 |
635 | 2024-07-11T15:55:51.850Z | Compiling want v0.3.1 |
636 | 2024-07-11T15:55:51.971Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-11T15:55:52.123Z | Compiling http-body v0.4.6 |
638 | 2024-07-11T15:55:52.280Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-11T15:55:52.591Z | Compiling native-tls v0.2.12 |
640 | 2024-07-11T15:55:52.606Z | Compiling percent-encoding v2.3.1 |
641 | 2024-07-11T15:55:52.930Z | Compiling tower-service v0.3.2 |
642 | 2024-07-11T15:55:53.035Z | Compiling tinyvec_macros v0.1.1 |
643 | 2024-07-11T15:55:53.058Z | Compiling bitflags v2.6.0 |
644 | 2024-07-11T15:55:53.108Z | Compiling typenum v1.17.0 |
645 | 2024-07-11T15:55:53.176Z | Compiling rustls v0.21.12 |
646 | 2024-07-11T15:55:53.390Z | Compiling httpdate v1.0.3 |
647 | 2024-07-11T15:55:53.466Z | Compiling regex-syntax v0.8.4 |
648 | 2024-07-11T15:55:53.478Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-11T15:55:54.128Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-11T15:55:54.696Z | Compiling generic-array v0.14.7 |
651 | 2024-07-11T15:55:55.003Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-11T15:55:55.206Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-11T15:55:55.506Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-11T15:55:55.545Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-11T15:55:56.095Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-07-11T15:55:56.107Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-11T15:55:56.437Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-11T15:55:57.628Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-11T15:55:58.992Z | Compiling tokio v1.38.0 |
660 | 2024-07-11T15:55:59.250Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-11T15:55:59.261Z | Compiling pest v2.7.11 |
662 | 2024-07-11T15:55:59.739Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-11T15:56:01.266Z | Compiling futures-util v0.3.30 |
664 | 2024-07-11T15:56:01.344Z | Compiling regress v0.10.0 |
665 | 2024-07-11T15:56:01.425Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-11T15:56:02.131Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-11T15:56:05.942Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-11T15:56:06.384Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-07-11T15:56:07.738Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-11T15:56:08.212Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-11T15:56:09.086Z | Compiling sct v0.7.1 |
672 | 2024-07-11T15:56:09.691Z | Compiling indexmap v2.2.6 |
673 | 2024-07-11T15:56:10.741Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-07-11T15:56:12.053Z | Compiling h2 v0.3.26 |
675 | 2024-07-11T15:56:16.050Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
676 | 2024-07-11T15:56:16.638Z | Compiling regex-automata v0.4.7 |
677 | 2024-07-11T15:56:16.998Z | Compiling hyper v0.14.30 |
678 | 2024-07-11T15:56:25.204Z | Compiling regex v1.10.5 |
679 | 2024-07-11T15:56:26.486Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-11T15:56:28.024Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-11T15:56:28.362Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-11T15:56:28.453Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-07-11T15:56:28.844Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
684 | 2024-07-11T15:56:28.942Z | Compiling powerfmt v0.2.0 |
685 | 2024-07-11T15:56:31.605Z | Compiling num-conv v0.1.0 |
686 | 2024-07-11T15:56:31.875Z | Compiling mime v0.3.17 |
687 | 2024-07-11T15:56:32.927Z | Compiling time-core v0.1.2 |
688 | 2024-07-11T15:56:33.084Z | Compiling time-macros v0.2.18 |
689 | 2024-07-11T15:56:34.720Z | Compiling deranged v0.3.11 |
690 | 2024-07-11T15:56:36.207Z | Compiling idna v0.5.0 |
691 | 2024-07-11T15:56:39.098Z | Compiling scroll v0.12.0 |
692 | 2024-07-11T15:56:39.705Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-11T15:56:39.727Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-11T15:56:39.872Z | Compiling dof v0.3.0 |
695 | 2024-07-11T15:56:39.975Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-11T15:56:40.141Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-11T15:56:40.796Z | Compiling thread-id v4.2.1 |
698 | 2024-07-11T15:56:41.952Z | Compiling base64 v0.21.7 |
699 | 2024-07-11T15:56:42.590Z | Compiling strsim v0.11.1 |
700 | 2024-07-11T15:56:43.374Z | Compiling ident_case v1.0.1 |
701 | 2024-07-11T15:56:43.410Z | Compiling plain v0.2.3 |
702 | 2024-07-11T15:56:43.509Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-11T15:56:43.551Z | Compiling rustls-pki-types v1.7.0 |
704 | 2024-07-11T15:56:44.067Z | Compiling omicron-workspace-hack v0.1.0 |
705 | 2024-07-11T15:56:44.364Z | Compiling num_threads v0.1.7 |
706 | 2024-07-11T15:56:44.594Z | Compiling time v0.3.36 |
707 | 2024-07-11T15:56:46.966Z | Compiling goblin v0.8.2 |
708 | 2024-07-11T15:56:47.163Z | Compiling darling_core v0.20.10 |
709 | 2024-07-11T15:56:48.917Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-11T15:56:51.111Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-11T15:56:51.533Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-11T15:56:53.441Z | Compiling url v2.5.2 |
713 | 2024-07-11T15:56:53.606Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
714 | 2024-07-11T15:56:53.723Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-11T15:56:55.808Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-11T15:56:57.318Z | Compiling webpki-roots v0.25.4 |
717 | 2024-07-11T15:56:57.458Z | Compiling unsafe-libyaml v0.2.11 |
718 | 2024-07-11T15:56:58.065Z | Compiling rustls v0.22.4 |
719 | 2024-07-11T15:56:58.359Z | Compiling paste v1.0.15 |
720 | 2024-07-11T15:56:58.839Z | Compiling ipnet v2.9.0 |
721 | 2024-07-11T15:56:59.162Z | Compiling sync_wrapper v0.1.2 |
722 | 2024-07-11T15:56:59.189Z | Compiling rustversion v1.0.17 |
723 | 2024-07-11T15:56:59.277Z | Compiling pretty-hex v0.4.1 |
724 | 2024-07-11T15:56:59.882Z | Compiling reqwest v0.11.27 |
725 | 2024-07-11T15:57:01.135Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-11T15:57:01.430Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-11T15:57:01.724Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-11T15:57:01.978Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-11T15:57:04.972Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-11T15:57:06.010Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-11T15:57:06.080Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-11T15:57:06.213Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-11T15:57:06.271Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-11T15:57:06.438Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-11T15:57:06.949Z | Compiling rand_core v0.6.4 |
736 | 2024-07-11T15:57:07.533Z | Compiling multer v3.1.0 |
737 | 2024-07-11T15:57:07.848Z | Compiling thread_local v1.1.8 |
738 | 2024-07-11T15:57:08.451Z | Compiling match_cfg v0.1.0 |
739 | 2024-07-11T15:57:08.534Z | Compiling winnow v0.6.13 |
740 | 2024-07-11T15:57:08.641Z | Compiling zeroize v1.8.1 |
741 | 2024-07-11T15:57:08.976Z | Compiling anyhow v1.0.86 |
742 | 2024-07-11T15:57:09.237Z | Compiling subtle v2.6.1 |
743 | 2024-07-11T15:57:09.291Z | Compiling slog-async v2.8.0 |
744 | 2024-07-11T15:57:09.501Z | Compiling camino v1.1.7 |
745 | 2024-07-11T15:57:09.536Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-07-11T15:57:09.816Z | Compiling structmeta v0.3.0 |
747 | 2024-07-11T15:57:10.122Z | Compiling hostname v0.3.1 |
748 | 2024-07-11T15:57:10.183Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
749 | 2024-07-11T15:57:10.332Z | Compiling rand_chacha v0.3.1 |
750 | 2024-07-11T15:57:11.525Z | Compiling digest v0.10.7 |
751 | 2024-07-11T15:57:11.917Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-11T15:57:12.790Z | Compiling toml_edit v0.22.15 |
753 | 2024-07-11T15:57:13.610Z | Compiling darling v0.20.10 |
754 | 2024-07-11T15:57:13.713Z | Compiling term v0.7.0 |
755 | 2024-07-11T15:57:18.446Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-11T15:57:21.926Z | Compiling usdt-macro v0.5.0 |
757 | 2024-07-11T15:57:22.725Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-07-11T15:57:23.272Z | Compiling slog-json v2.6.1 |
759 | 2024-07-11T15:57:23.806Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-11T15:57:24.186Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-11T15:57:25.099Z | Compiling http v1.1.0 |
762 | 2024-07-11T15:57:25.527Z | Compiling memmap v0.7.0 |
763 | 2024-07-11T15:57:25.946Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-11T15:57:26.058Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
765 | 2024-07-11T15:57:26.349Z | Compiling base64 v0.22.1 |
766 | 2024-07-11T15:57:26.490Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-11T15:57:26.576Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-11T15:57:26.750Z | Compiling take_mut v0.2.2 |
769 | 2024-07-11T15:57:27.452Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-11T15:57:29.883Z | Compiling waitgroup v0.1.2 |
771 | 2024-07-11T15:57:30.113Z | Compiling sha1 v0.10.6 |
772 | 2024-07-11T15:57:30.592Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-11T15:57:30.832Z | Compiling slog-term v2.9.1 |
774 | 2024-07-11T15:57:30.884Z | Compiling usdt v0.5.0 |
775 | 2024-07-11T15:57:31.161Z | Compiling async-stream v0.3.5 |
776 | 2024-07-11T15:57:31.514Z | Compiling futures v0.3.30 |
777 | 2024-07-11T15:57:31.693Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-11T15:57:31.957Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-11T15:57:32.481Z | Compiling toml v0.8.14 |
780 | 2024-07-11T15:57:33.817Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-11T15:57:34.257Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-11T15:57:36.904Z | Compiling rand v0.8.5 |
783 | 2024-07-11T15:57:37.134Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-11T15:57:40.173Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-11T15:57:40.186Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-11T15:57:40.487Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
787 | 2024-07-11T15:57:40.833Z | Compiling hex v0.4.3 |
788 | 2024-07-11T15:57:41.394Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-11T15:57:41.489Z | Compiling async-trait v0.1.81 |
790 | 2024-07-11T15:57:42.415Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-07-11T15:57:43.228Z | Compiling hostname v0.4.0 |
792 | 2024-07-11T15:57:43.465Z | Compiling instant v0.1.13 |
793 | 2024-07-11T15:57:43.604Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-11T15:57:43.728Z | Compiling backoff v0.4.0 |
795 | 2024-07-11T15:57:44.012Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-11T15:57:44.033Z | Compiling parse-display v0.9.1 |
797 | 2024-07-11T15:57:44.203Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-11T15:57:44.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-11T15:57:44.362Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-11T15:57:44.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-11T15:57:45.052Z | Compiling serde_with v3.8.3 |
802 | 2024-07-11T15:57:46.052Z | Compiling strum v0.26.3 |
803 | 2024-07-11T15:57:46.211Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-11T15:57:47.072Z | Compiling macaddr v1.0.1 |
805 | 2024-07-11T15:57:47.652Z | Compiling regress v0.9.1 |
806 | 2024-07-11T15:57:53.007Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-11T15:58:02.027Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-11T15:58:11.803Z | Finished `release` profile [optimized] target(s) in 2m 29s |
809 | 2024-07-11T15:58:11.803Z | process exited: duration 222618 ms, exit code 0 |
|
810 | 2024-07-11T15:58:11.826Z | found 0 output files |