|
|
|
1 | 2024-07-05T23:23:58.726Z | job assigned to worker 01J22KB8ACXG7HBAMDVB8QHHNV (queued for 38 s) |
|
2 | 2024-07-05T23:23:59.594Z | starting task 0: "setup" |
3 | 2024-07-05T23:23:59.618Z | ++ uname -s |
4 | 2024-07-05T23:23:59.618Z | + kern=SunOS |
5 | 2024-07-05T23:23:59.618Z | + case "$kern" in |
6 | 2024-07-05T23:23:59.618Z | + groupadd -g 12345 build |
7 | 2024-07-05T23:23:59.618Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-05T23:24:01.624Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-05T23:24:01.667Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-05T23:24:01.691Z | + home_fs=zfs |
11 | 2024-07-05T23:24:01.691Z | + [[ zfs == autofs ]] |
12 | 2024-07-05T23:24:01.691Z | + mkdir -p /home/build |
13 | 2024-07-05T23:24:01.691Z | + chown build:build /home/build /work |
14 | 2024-07-05T23:24:03.677Z | + chmod 0700 /home/build /work |
15 | 2024-07-05T23:24:03.701Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-07-05T23:24:03.751Z | starting task 1: "rust-toolchain" |
17 | 2024-07-05T23:24:03.776Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-05T23:24:03.776Z | ' 1.78.0 |
19 | 2024-07-05T23:24:03.776Z | * toolchain channel = "1.78.0" |
20 | 2024-07-05T23:24:03.776Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-05T23:24:03.776Z | * toolchain profile = "default" |
22 | 2024-07-05T23:24:03.776Z | ' default |
23 | 2024-07-05T23:24:03.776Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-05T23:24:03.776Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-05T23:24:03.896Z | info: downloading installer |
26 | 2024-07-05T23:24:04.442Z | info: profile set to 'default' |
27 | 2024-07-05T23:24:04.442Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-05T23:24:04.467Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-05T23:24:04.545Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-05T23:24:04.545Z | info: downloading component 'cargo' |
31 | 2024-07-05T23:24:04.754Z | info: downloading component 'clippy' |
32 | 2024-07-05T23:24:04.837Z | info: downloading component 'rust-docs' |
33 | 2024-07-05T23:24:05.261Z | info: downloading component 'rust-std' |
34 | 2024-07-05T23:24:05.729Z | info: downloading component 'rustc' |
35 | 2024-07-05T23:24:06.942Z | info: downloading component 'rustfmt' |
36 | 2024-07-05T23:24:07.029Z | info: installing component 'cargo' |
37 | 2024-07-05T23:24:08.205Z | info: installing component 'clippy' |
38 | 2024-07-05T23:24:08.624Z | info: installing component 'rust-docs' |
39 | 2024-07-05T23:24:11.125Z | info: installing component 'rust-std' |
40 | 2024-07-05T23:24:13.222Z | info: installing component 'rustc' |
41 | 2024-07-05T23:24:18.075Z | info: installing component 'rustfmt' |
42 | 2024-07-05T23:24:18.477Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-05T23:24:18.477Z | |
44 | 2024-07-05T23:24:18.606Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-05T23:24:18.606Z | |
46 | 2024-07-05T23:24:18.606Z | |
47 | 2024-07-05T23:24:18.606Z | Rust is installed now. Great! |
48 | 2024-07-05T23:24:18.606Z | |
49 | 2024-07-05T23:24:18.606Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-05T23:24:18.606Z | environment variable. This has not been done automatically. |
51 | 2024-07-05T23:24:18.606Z | |
52 | 2024-07-05T23:24:18.606Z | To configure your current shell, you need to source |
53 | 2024-07-05T23:24:18.606Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-05T23:24:18.606Z | |
55 | 2024-07-05T23:24:18.606Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-05T23:24:18.606Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-05T23:24:18.606Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-05T23:24:18.680Z | + rustc --version |
59 | 2024-07-05T23:24:18.804Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-05T23:24:18.828Z | process exited: duration 15057 ms, exit code 0 |
|
61 | 2024-07-05T23:24:18.877Z | starting task 2: "authentication" |
62 | 2024-07-05T23:24:18.938Z | process exited: duration 61 ms, exit code 0 |
|
63 | 2024-07-05T23:24:18.987Z | starting task 3: "clone repository" |
64 | 2024-07-05T23:24:19.011Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-05T23:24:19.011Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-05T23:24:19.035Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-05T23:24:24.332Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-05T23:24:24.332Z | + git fetch origin d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
69 | 2024-07-05T23:24:24.708Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-05T23:24:24.708Z | * branch d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 -> FETCH_HEAD |
71 | 2024-07-05T23:24:24.732Z | + [[ -n renovate/ratatui-0.x ]] |
72 | 2024-07-05T23:24:24.732Z | ++ git branch --show-current |
73 | 2024-07-05T23:24:24.732Z | + current=main |
74 | 2024-07-05T23:24:24.732Z | + [[ main != renovate/ratatui-0.x ]] |
75 | 2024-07-05T23:24:24.732Z | + git branch -f renovate/ratatui-0.x d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
76 | 2024-07-05T23:24:24.756Z | + git checkout -f renovate/ratatui-0.x |
77 | 2024-07-05T23:24:24.780Z | Switched to branch 'renovate/ratatui-0.x' |
78 | 2024-07-05T23:24:24.780Z | + git reset --hard d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
79 | 2024-07-05T23:24:24.813Z | HEAD is now at d9df137dd also update tui-tree-widget |
80 | 2024-07-05T23:24:24.836Z | process exited: duration 5827 ms, exit code 0 |
|
81 | 2024-07-05T23:24:24.884Z | starting task 4: "build" |
82 | 2024-07-05T23:24:24.908Z | + cargo --version |
83 | 2024-07-05T23:24:24.961Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-05T23:24:24.985Z | + rustc --version |
85 | 2024-07-05T23:24:25.032Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-05T23:24:25.056Z | + cd /tmp |
87 | 2024-07-05T23:24:25.056Z | + cargo new --lib test-project |
88 | 2024-07-05T23:24:25.115Z | Creating library `test-project` package |
89 | 2024-07-05T23:24:25.209Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-05T23:24:25.233Z | + cd test-project |
91 | 2024-07-05T23:24:25.233Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-05T23:24:25.280Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-05T23:24:25.280Z | Features: |
94 | 2024-07-05T23:24:25.280Z | - proptest |
95 | 2024-07-05T23:24:25.280Z | - test-strategy |
96 | 2024-07-05T23:24:25.280Z | - testing |
97 | 2024-07-05T23:24:25.304Z | Updating crates.io index |
98 | 2024-07-05T23:24:25.348Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-05T23:24:26.417Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-05T23:24:27.289Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-05T23:24:27.763Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-05T23:24:30.023Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-05T23:24:30.339Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-05T23:24:30.829Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-05T23:24:33.802Z | + cargo check |
106 | 2024-07-05T23:24:34.098Z | Downloading crates ... |
107 | 2024-07-05T23:24:34.186Z | Downloaded is-terminal v0.4.12 |
108 | 2024-07-05T23:24:34.211Z | Downloaded omicron-workspace-hack v0.1.0 |
109 | 2024-07-05T23:24:34.211Z | Downloaded openssl-macros v0.1.1 |
110 | 2024-07-05T23:24:34.211Z | Downloaded http-body v0.4.6 |
111 | 2024-07-05T23:24:34.212Z | Downloaded memmap v0.7.0 |
112 | 2024-07-05T23:24:34.212Z | Downloaded num_cpus v1.16.0 |
113 | 2024-07-05T23:24:34.237Z | Downloaded tinyvec_macros v0.1.1 |
114 | 2024-07-05T23:24:34.237Z | Downloaded try-lock v0.2.5 |
115 | 2024-07-05T23:24:34.237Z | Downloaded toml_datetime v0.6.6 |
116 | 2024-07-05T23:24:34.237Z | Downloaded structmeta v0.3.0 |
117 | 2024-07-05T23:24:34.237Z | Downloaded subtle v2.6.1 |
118 | 2024-07-05T23:24:34.237Z | Downloaded tokio-native-tls v0.3.1 |
119 | 2024-07-05T23:24:34.261Z | Downloaded time-core v0.1.2 |
120 | 2024-07-05T23:24:34.261Z | Downloaded tokio-macros v2.3.0 |
121 | 2024-07-05T23:24:34.261Z | Downloaded ucd-trie v0.1.6 |
122 | 2024-07-05T23:24:34.262Z | Downloaded tokio-rustls v0.24.1 |
123 | 2024-07-05T23:24:34.262Z | Downloaded tinyvec v1.7.0 |
124 | 2024-07-05T23:24:34.262Z | Downloaded time v0.3.36 |
125 | 2024-07-05T23:24:34.288Z | Downloaded thiserror v1.0.61 |
126 | 2024-07-05T23:24:34.288Z | Downloaded strum_macros v0.26.4 |
127 | 2024-07-05T23:24:34.288Z | Downloaded slog v2.7.0 |
128 | 2024-07-05T23:24:34.312Z | Downloaded socket2 v0.5.7 |
129 | 2024-07-05T23:24:34.312Z | Downloaded tokio v1.38.0 |
130 | 2024-07-05T23:24:34.341Z | Downloaded pest v2.7.11 |
131 | 2024-07-05T23:24:34.365Z | Downloaded serde_with v3.8.3 |
132 | 2024-07-05T23:24:34.365Z | Downloaded rustls-webpki v0.102.5 |
133 | 2024-07-05T23:24:34.389Z | Downloaded regex v1.10.5 |
134 | 2024-07-05T23:24:34.413Z | Downloaded syn v2.0.68 |
135 | 2024-07-05T23:24:34.413Z | Downloaded regex-automata v0.4.7 |
136 | 2024-07-05T23:24:34.437Z | Downloaded rustls v0.22.4 |
137 | 2024-07-05T23:24:34.461Z | Downloaded rustls v0.21.12 |
138 | 2024-07-05T23:24:34.461Z | Downloaded regress v0.10.0 |
139 | 2024-07-05T23:24:34.485Z | Downloaded regress v0.9.1 |
140 | 2024-07-05T23:24:34.485Z | Downloaded regex-syntax v0.8.4 |
141 | 2024-07-05T23:24:34.516Z | Downloaded webpki-roots v0.25.4 |
142 | 2024-07-05T23:24:34.516Z | Downloaded vcpkg v0.2.15 |
143 | 2024-07-05T23:24:34.540Z | Downloaded encoding_rs v0.8.34 |
144 | 2024-07-05T23:24:34.564Z | Downloaded reqwest v0.11.27 |
145 | 2024-07-05T23:24:34.588Z | Downloaded serde_json v1.0.120 |
146 | 2024-07-05T23:24:34.588Z | Downloaded rustls-webpki v0.101.7 |
147 | 2024-07-05T23:24:34.636Z | Downloaded zerocopy v0.7.35 |
148 | 2024-07-05T23:24:34.636Z | Downloaded winnow v0.6.13 |
149 | 2024-07-05T23:24:34.636Z | Downloaded serde v1.0.203 |
150 | 2024-07-05T23:24:34.636Z | Downloaded rand v0.8.5 |
151 | 2024-07-05T23:24:34.661Z | Downloaded unicode-normalization v0.1.23 |
152 | 2024-07-05T23:24:34.661Z | Downloaded libc v0.2.155 |
153 | 2024-07-05T23:24:34.685Z | Downloaded scroll v0.12.0 |
154 | 2024-07-05T23:24:34.685Z | Downloaded schemars v0.8.21 |
155 | 2024-07-05T23:24:34.709Z | Downloaded ring v0.17.8 |
156 | 2024-07-05T23:24:34.767Z | Downloaded ryu v1.0.18 |
157 | 2024-07-05T23:24:34.793Z | Downloaded rustls-pki-types v1.7.0 |
158 | 2024-07-05T23:24:34.793Z | Downloaded pest_meta v2.7.11 |
159 | 2024-07-05T23:24:34.793Z | Downloaded slog-term v2.9.1 |
160 | 2024-07-05T23:24:34.793Z | Downloaded serde_yaml v0.9.34+deprecated |
161 | 2024-07-05T23:24:34.793Z | Downloaded serde_tokenstream v0.2.1 |
162 | 2024-07-05T23:24:34.793Z | Downloaded serde_path_to_error v0.1.16 |
163 | 2024-07-05T23:24:34.793Z | Downloaded serde_derive_internals v0.29.1 |
164 | 2024-07-05T23:24:34.793Z | Downloaded sct v0.7.1 |
165 | 2024-07-05T23:24:34.817Z | Downloaded openssl v0.10.64 |
166 | 2024-07-05T23:24:34.817Z | Downloaded openapiv3 v2.0.0 |
167 | 2024-07-05T23:24:34.817Z | Downloaded futures-util v0.3.30 |
168 | 2024-07-05T23:24:34.841Z | Downloaded structmeta-derive v0.3.0 |
169 | 2024-07-05T23:24:34.841Z | Downloaded strsim v0.11.1 |
170 | 2024-07-05T23:24:34.841Z | Downloaded slog-bunyan v2.5.0 |
171 | 2024-07-05T23:24:34.841Z | Downloaded sha1 v0.10.6 |
172 | 2024-07-05T23:24:34.841Z | Downloaded proc-macro2 v1.0.86 |
173 | 2024-07-05T23:24:34.841Z | Downloaded parking_lot_core v0.9.10 |
174 | 2024-07-05T23:24:34.841Z | Downloaded url v2.5.2 |
175 | 2024-07-05T23:24:34.865Z | Downloaded unsafe-libyaml v0.2.11 |
176 | 2024-07-05T23:24:34.865Z | Downloaded memchr v2.7.4 |
177 | 2024-07-05T23:24:34.865Z | Downloaded idna v0.5.0 |
178 | 2024-07-05T23:24:34.865Z | Downloaded hyper v0.14.29 |
179 | 2024-07-05T23:24:34.890Z | Downloaded hashbrown v0.14.5 |
180 | 2024-07-05T23:24:34.890Z | Downloaded h2 v0.3.26 |
181 | 2024-07-05T23:24:34.890Z | Downloaded goblin v0.8.2 |
182 | 2024-07-05T23:24:34.890Z | Downloaded chrono v0.4.38 |
183 | 2024-07-05T23:24:34.914Z | Downloaded aho-corasick v1.1.3 |
184 | 2024-07-05T23:24:34.914Z | Downloaded toml_edit v0.22.14 |
185 | 2024-07-05T23:24:34.938Z | Downloaded tokio-util v0.7.11 |
186 | 2024-07-05T23:24:34.938Z | Downloaded schemars_derive v0.8.21 |
187 | 2024-07-05T23:24:34.938Z | Downloaded http v1.1.0 |
188 | 2024-07-05T23:24:34.962Z | Downloaded tracing v0.1.40 |
189 | 2024-07-05T23:24:34.962Z | Downloaded spin v0.9.8 |
190 | 2024-07-05T23:24:34.962Z | Downloaded signal-hook-registry v1.4.2 |
191 | 2024-07-05T23:24:34.962Z | Downloaded rustls-pemfile v1.0.4 |
192 | 2024-07-05T23:24:34.962Z | Downloaded ppv-lite86 v0.2.17 |
193 | 2024-07-05T23:24:34.962Z | Downloaded pest_derive v2.7.11 |
194 | 2024-07-05T23:24:34.962Z | Downloaded unicode-ident v1.0.12 |
195 | 2024-07-05T23:24:34.962Z | Downloaded unicode-bidi v0.3.15 |
196 | 2024-07-05T23:24:34.962Z | Downloaded openssl-sys v0.9.102 |
197 | 2024-07-05T23:24:34.986Z | Downloaded take_mut v0.2.2 |
198 | 2024-07-05T23:24:34.986Z | Downloaded serde_derive v1.0.203 |
199 | 2024-07-05T23:24:34.986Z | Downloaded typenum v1.17.0 |
200 | 2024-07-05T23:24:34.986Z | Downloaded tracing-core v0.1.32 |
201 | 2024-07-05T23:24:34.986Z | Downloaded toml v0.8.14 |
202 | 2024-07-05T23:24:34.986Z | Downloaded tokio-rustls v0.25.0 |
203 | 2024-07-05T23:24:34.986Z | Downloaded parking_lot v0.12.3 |
204 | 2024-07-05T23:24:34.986Z | Downloaded uuid v1.9.1 |
205 | 2024-07-05T23:24:35.010Z | Downloaded num-traits v0.2.19 |
206 | 2024-07-05T23:24:35.010Z | Downloaded http v0.2.12 |
207 | 2024-07-05T23:24:35.010Z | Downloaded term v0.7.0 |
208 | 2024-07-05T23:24:35.010Z | Downloaded serde_with_macros v3.8.3 |
209 | 2024-07-05T23:24:35.010Z | Downloaded plain v0.2.3 |
210 | 2024-07-05T23:24:35.010Z | Downloaded percent-encoding v2.3.1 |
211 | 2024-07-05T23:24:35.010Z | Downloaded parse-display-derive v0.9.1 |
212 | 2024-07-05T23:24:35.010Z | Downloaded once_cell v1.19.0 |
213 | 2024-07-05T23:24:35.010Z | Downloaded mio v0.8.11 |
214 | 2024-07-05T23:24:35.010Z | Downloaded lock_api v0.4.12 |
215 | 2024-07-05T23:24:35.036Z | Downloaded indexmap v1.9.3 |
216 | 2024-07-05T23:24:35.036Z | Downloaded httparse v1.9.4 |
217 | 2024-07-05T23:24:35.036Z | Downloaded hashbrown v0.12.3 |
218 | 2024-07-05T23:24:35.036Z | Downloaded futures v0.3.30 |
219 | 2024-07-05T23:24:35.036Z | Downloaded base64 v0.21.7 |
220 | 2024-07-05T23:24:35.036Z | Downloaded thread-id v4.2.1 |
221 | 2024-07-05T23:24:35.060Z | Downloaded smallvec v1.13.2 |
222 | 2024-07-05T23:24:35.060Z | Downloaded sha2 v0.10.8 |
223 | 2024-07-05T23:24:35.060Z | Downloaded semver v1.0.23 |
224 | 2024-07-05T23:24:35.060Z | Downloaded rustls-pemfile v2.1.2 |
225 | 2024-07-05T23:24:35.060Z | Downloaded rand_core v0.6.4 |
226 | 2024-07-05T23:24:35.060Z | Downloaded pin-utils v0.1.0 |
227 | 2024-07-05T23:24:35.060Z | Downloaded time-macros v0.2.18 |
228 | 2024-07-05T23:24:35.061Z | Downloaded multer v3.1.0 |
229 | 2024-07-05T23:24:35.061Z | Downloaded ipnetwork v0.20.0 |
230 | 2024-07-05T23:24:35.061Z | Downloaded crossbeam-channel v0.5.13 |
231 | 2024-07-05T23:24:35.061Z | Downloaded slog-json v2.6.1 |
232 | 2024-07-05T23:24:35.085Z | Downloaded rustversion v1.0.17 |
233 | 2024-07-05T23:24:35.085Z | Downloaded quote v1.0.36 |
234 | 2024-07-05T23:24:35.085Z | Downloaded pin-project-lite v0.2.14 |
235 | 2024-07-05T23:24:35.085Z | Downloaded zerocopy-derive v0.7.35 |
236 | 2024-07-05T23:24:35.085Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-07-05T23:24:35.085Z | Downloaded num_threads v0.1.7 |
238 | 2024-07-05T23:24:35.086Z | Downloaded newtype-uuid v1.1.0 |
239 | 2024-07-05T23:24:35.086Z | Downloaded indexmap v2.2.6 |
240 | 2024-07-05T23:24:35.086Z | Downloaded futures-sink v0.3.30 |
241 | 2024-07-05T23:24:35.086Z | Downloaded futures-io v0.3.30 |
242 | 2024-07-05T23:24:35.110Z | Downloaded futures-core v0.3.30 |
243 | 2024-07-05T23:24:35.110Z | Downloaded bitflags v2.6.0 |
244 | 2024-07-05T23:24:35.110Z | Downloaded slog-async v2.8.0 |
245 | 2024-07-05T23:24:35.110Z | Downloaded slab v0.4.9 |
246 | 2024-07-05T23:24:35.110Z | Downloaded serde_urlencoded v0.7.1 |
247 | 2024-07-05T23:24:35.110Z | Downloaded serde_spanned v0.6.6 |
248 | 2024-07-05T23:24:35.110Z | Downloaded mime v0.3.17 |
249 | 2024-07-05T23:24:35.110Z | Downloaded macaddr v1.0.1 |
250 | 2024-07-05T23:24:35.110Z | Downloaded itoa v1.0.11 |
251 | 2024-07-05T23:24:35.110Z | Downloaded instant v0.1.13 |
252 | 2024-07-05T23:24:35.110Z | Downloaded hyper-tls v0.5.0 |
253 | 2024-07-05T23:24:35.110Z | Downloaded hostname v0.4.0 |
254 | 2024-07-05T23:24:35.110Z | Downloaded hex v0.4.3 |
255 | 2024-07-05T23:24:35.111Z | Downloaded getrandom v0.2.15 |
256 | 2024-07-05T23:24:35.135Z | Downloaded fnv v1.0.7 |
257 | 2024-07-05T23:24:35.135Z | Downloaded sync_wrapper v0.1.2 |
258 | 2024-07-05T23:24:35.135Z | Downloaded strum v0.26.3 |
259 | 2024-07-05T23:24:35.135Z | Downloaded scopeguard v1.2.0 |
260 | 2024-07-05T23:24:35.135Z | Downloaded rand_chacha v0.3.1 |
261 | 2024-07-05T23:24:35.135Z | Downloaded powerfmt v0.2.0 |
262 | 2024-07-05T23:24:35.135Z | Downloaded pest_generator v2.7.11 |
263 | 2024-07-05T23:24:35.135Z | Downloaded parse-display v0.9.1 |
264 | 2024-07-05T23:24:35.135Z | Downloaded zeroize v1.8.1 |
265 | 2024-07-05T23:24:35.135Z | Downloaded version_check v0.9.4 |
266 | 2024-07-05T23:24:35.135Z | Downloaded usdt-macro v0.5.0 |
267 | 2024-07-05T23:24:35.135Z | Downloaded usdt v0.5.0 |
268 | 2024-07-05T23:24:35.135Z | Downloaded untrusted v0.9.0 |
269 | 2024-07-05T23:24:35.135Z | Downloaded ident_case v1.0.1 |
270 | 2024-07-05T23:24:35.135Z | Downloaded foreign-types-shared v0.1.1 |
271 | 2024-07-05T23:24:35.135Z | Downloaded deranged v0.3.11 |
272 | 2024-07-05T23:24:35.135Z | Downloaded darling v0.20.9 |
273 | 2024-07-05T23:24:35.136Z | Downloaded crossbeam-utils v0.8.20 |
274 | 2024-07-05T23:24:35.159Z | Downloaded cc v1.0.104 |
275 | 2024-07-05T23:24:35.159Z | Downloaded camino v1.1.7 |
276 | 2024-07-05T23:24:35.159Z | Downloaded base64 v0.22.1 |
277 | 2024-07-05T23:24:35.159Z | Downloaded anyhow v1.0.86 |
278 | 2024-07-05T23:24:35.159Z | Downloaded thread_local v1.1.8 |
279 | 2024-07-05T23:24:35.159Z | Downloaded thiserror-impl v1.0.61 |
280 | 2024-07-05T23:24:35.159Z | Downloaded scroll_derive v0.12.0 |
281 | 2024-07-05T23:24:35.160Z | Downloaded pretty-hex v0.4.1 |
282 | 2024-07-05T23:24:35.160Z | Downloaded pkg-config v0.3.30 |
283 | 2024-07-05T23:24:35.160Z | Downloaded waitgroup v0.1.2 |
284 | 2024-07-05T23:24:35.160Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-07-05T23:24:35.160Z | Downloaded openssl-probe v0.1.5 |
286 | 2024-07-05T23:24:35.160Z | Downloaded log v0.4.22 |
287 | 2024-07-05T23:24:35.184Z | Downloaded iana-time-zone v0.1.60 |
288 | 2024-07-05T23:24:35.184Z | Downloaded bytes v1.6.0 |
289 | 2024-07-05T23:24:35.184Z | Downloaded allocator-api2 v0.2.18 |
290 | 2024-07-05T23:24:35.184Z | Downloaded tower-service v0.3.2 |
291 | 2024-07-05T23:24:35.184Z | Downloaded paste v1.0.15 |
292 | 2024-07-05T23:24:35.184Z | Downloaded want v0.3.1 |
293 | 2024-07-05T23:24:35.184Z | Downloaded native-tls v0.2.12 |
294 | 2024-07-05T23:24:35.184Z | Downloaded ipnet v2.9.0 |
295 | 2024-07-05T23:24:35.184Z | Downloaded hyper-rustls v0.24.2 |
296 | 2024-07-05T23:24:35.184Z | Downloaded futures-channel v0.3.30 |
297 | 2024-07-05T23:24:35.184Z | Downloaded cpufeatures v0.2.12 |
298 | 2024-07-05T23:24:35.208Z | Downloaded heck v0.5.0 |
299 | 2024-07-05T23:24:35.208Z | Downloaded futures-task v0.3.30 |
300 | 2024-07-05T23:24:35.208Z | Downloaded futures-executor v0.3.30 |
301 | 2024-07-05T23:24:35.208Z | Downloaded form_urlencoded v1.2.1 |
302 | 2024-07-05T23:24:35.208Z | Downloaded dirs-next v2.0.0 |
303 | 2024-07-05T23:24:35.208Z | Downloaded darling_macro v0.20.9 |
304 | 2024-07-05T23:24:35.208Z | Downloaded darling_core v0.20.9 |
305 | 2024-07-05T23:24:35.208Z | Downloaded atomic-waker v1.1.2 |
306 | 2024-07-05T23:24:35.208Z | Downloaded ahash v0.8.11 |
307 | 2024-07-05T23:24:35.208Z | Downloaded httpdate v1.0.3 |
308 | 2024-07-05T23:24:35.208Z | Downloaded dof v0.3.0 |
309 | 2024-07-05T23:24:35.209Z | Downloaded cfg-if v1.0.0 |
310 | 2024-07-05T23:24:35.209Z | Downloaded byteorder v1.5.0 |
311 | 2024-07-05T23:24:35.209Z | Downloaded backoff v0.4.0 |
312 | 2024-07-05T23:24:35.233Z | Downloaded async-trait v0.1.80 |
313 | 2024-07-05T23:24:35.233Z | Downloaded match_cfg v0.1.0 |
314 | 2024-07-05T23:24:35.233Z | Downloaded hostname v0.3.1 |
315 | 2024-07-05T23:24:35.233Z | Downloaded generic-array v0.14.7 |
316 | 2024-07-05T23:24:35.233Z | Downloaded futures-macro v0.3.30 |
317 | 2024-07-05T23:24:35.233Z | Downloaded foreign-types v0.3.2 |
318 | 2024-07-05T23:24:35.233Z | Downloaded equivalent v1.0.1 |
319 | 2024-07-05T23:24:35.233Z | Downloaded dyn-clone v1.0.17 |
320 | 2024-07-05T23:24:35.233Z | Downloaded crypto-common v0.1.6 |
321 | 2024-07-05T23:24:35.233Z | Downloaded num-conv v0.1.0 |
322 | 2024-07-05T23:24:35.233Z | Downloaded dtrace-parser v0.2.0 |
323 | 2024-07-05T23:24:35.233Z | Downloaded debug-ignore v1.0.5 |
324 | 2024-07-05T23:24:35.233Z | Downloaded block-buffer v0.10.4 |
325 | 2024-07-05T23:24:35.233Z | Downloaded autocfg v1.3.0 |
326 | 2024-07-05T23:24:35.233Z | Downloaded async-stream-impl v0.3.5 |
327 | 2024-07-05T23:24:35.233Z | Downloaded async-stream v0.3.5 |
328 | 2024-07-05T23:24:35.233Z | Downloaded dirs-sys-next v0.1.2 |
329 | 2024-07-05T23:24:35.233Z | Downloaded digest v0.10.7 |
330 | 2024-07-05T23:24:35.325Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-05T23:24:35.326Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-05T23:24:35.357Z | Compiling libc v0.2.155 |
333 | 2024-07-05T23:24:35.357Z | Checking cfg-if v1.0.0 |
334 | 2024-07-05T23:24:35.357Z | Compiling version_check v0.9.4 |
335 | 2024-07-05T23:24:35.357Z | Compiling autocfg v1.3.0 |
336 | 2024-07-05T23:24:35.357Z | Compiling serde v1.0.203 |
337 | 2024-07-05T23:24:35.357Z | Compiling serde_json v1.0.120 |
338 | 2024-07-05T23:24:35.448Z | Checking itoa v1.0.11 |
339 | 2024-07-05T23:24:35.503Z | Checking once_cell v1.19.0 |
340 | 2024-07-05T23:24:35.618Z | Compiling thiserror v1.0.61 |
341 | 2024-07-05T23:24:35.734Z | Compiling memchr v2.7.4 |
342 | 2024-07-05T23:24:35.765Z | Compiling cc v1.0.104 |
343 | 2024-07-05T23:24:35.960Z | Compiling ahash v0.8.11 |
344 | 2024-07-05T23:24:36.310Z | Checking byteorder v1.5.0 |
345 | 2024-07-05T23:24:36.402Z | Compiling num-traits v0.2.19 |
346 | 2024-07-05T23:24:36.562Z | Checking getrandom v0.2.15 |
347 | 2024-07-05T23:24:36.629Z | Compiling quote v1.0.36 |
348 | 2024-07-05T23:24:36.653Z | Checking pin-project-lite v0.2.14 |
349 | 2024-07-05T23:24:36.736Z | Checking ryu v1.0.18 |
350 | 2024-07-05T23:24:36.767Z | Checking bytes v1.6.0 |
351 | 2024-07-05T23:24:36.952Z | Compiling syn v2.0.68 |
352 | 2024-07-05T23:24:37.044Z | Checking log v0.4.22 |
353 | 2024-07-05T23:24:37.085Z | Checking allocator-api2 v0.2.18 |
354 | 2024-07-05T23:24:37.159Z | Compiling lock_api v0.4.12 |
355 | 2024-07-05T23:24:37.247Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-07-05T23:24:37.274Z | Compiling schemars v0.8.21 |
357 | 2024-07-05T23:24:37.326Z | Checking scopeguard v1.2.0 |
358 | 2024-07-05T23:24:37.381Z | Checking futures-core v0.3.30 |
359 | 2024-07-05T23:24:37.444Z | Checking smallvec v1.13.2 |
360 | 2024-07-05T23:24:37.531Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-07-05T23:24:37.588Z | Checking num_cpus v1.16.0 |
362 | 2024-07-05T23:24:37.612Z | Checking mio v0.8.11 |
363 | 2024-07-05T23:24:37.644Z | Checking socket2 v0.5.7 |
364 | 2024-07-05T23:24:37.683Z | Compiling slab v0.4.9 |
365 | 2024-07-05T23:24:37.739Z | Checking futures-sink v0.3.30 |
366 | 2024-07-05T23:24:37.891Z | Checking spin v0.9.8 |
367 | 2024-07-05T23:24:37.929Z | Checking fnv v1.0.7 |
368 | 2024-07-05T23:24:38.030Z | Checking equivalent v1.0.1 |
369 | 2024-07-05T23:24:38.054Z | Checking parking_lot v0.12.3 |
370 | 2024-07-05T23:24:38.078Z | Checking untrusted v0.9.0 |
371 | 2024-07-05T23:24:38.123Z | Checking futures-channel v0.3.30 |
372 | 2024-07-05T23:24:38.147Z | Compiling pkg-config v0.3.30 |
373 | 2024-07-05T23:24:38.199Z | Checking futures-task v0.3.30 |
374 | 2024-07-05T23:24:38.330Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-05T23:24:38.361Z | Checking futures-io v0.3.30 |
376 | 2024-07-05T23:24:38.388Z | Compiling ring v0.17.8 |
377 | 2024-07-05T23:24:38.412Z | Compiling heck v0.5.0 |
378 | 2024-07-05T23:24:38.435Z | Checking pin-utils v0.1.0 |
379 | 2024-07-05T23:24:38.501Z | Compiling semver v1.0.23 |
380 | 2024-07-05T23:24:38.701Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-05T23:24:38.746Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-05T23:24:38.818Z | Checking http v0.2.12 |
383 | 2024-07-05T23:24:39.356Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-05T23:24:39.430Z | Compiling httparse v1.9.4 |
385 | 2024-07-05T23:24:39.865Z | Checking tracing-core v0.1.32 |
386 | 2024-07-05T23:24:39.891Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-05T23:24:40.087Z | Compiling uuid v1.9.1 |
388 | 2024-07-05T23:24:40.424Z | Checking tracing v0.1.40 |
389 | 2024-07-05T23:24:40.458Z | Checking try-lock v0.2.5 |
390 | 2024-07-05T23:24:40.536Z | Compiling chrono v0.4.38 |
391 | 2024-07-05T23:24:40.588Z | Compiling openssl v0.10.64 |
392 | 2024-07-05T23:24:40.613Z | Compiling slog v2.7.0 |
393 | 2024-07-05T23:24:40.752Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-07-05T23:24:40.841Z | Checking foreign-types v0.3.2 |
395 | 2024-07-05T23:24:40.936Z | Checking want v0.3.1 |
396 | 2024-07-05T23:24:41.000Z | Checking http-body v0.4.6 |
397 | 2024-07-05T23:24:41.078Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-05T23:24:41.156Z | Checking httpdate v1.0.3 |
399 | 2024-07-05T23:24:41.331Z | Checking percent-encoding v2.3.1 |
400 | 2024-07-05T23:24:41.380Z | Compiling rustls v0.21.12 |
401 | 2024-07-05T23:24:41.501Z | Checking tower-service v0.3.2 |
402 | 2024-07-05T23:24:41.587Z | Compiling typenum v1.17.0 |
403 | 2024-07-05T23:24:41.619Z | Checking bitflags v2.6.0 |
404 | 2024-07-05T23:24:41.830Z | Compiling native-tls v0.2.12 |
405 | 2024-07-05T23:24:42.045Z | Compiling regex-syntax v0.8.4 |
406 | 2024-07-05T23:24:42.153Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-07-05T23:24:42.224Z | Checking tinyvec v1.7.0 |
408 | 2024-07-05T23:24:42.389Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-05T23:24:42.547Z | Compiling generic-array v0.14.7 |
410 | 2024-07-05T23:24:42.825Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-07-05T23:24:42.914Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-05T23:24:43.381Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-05T23:24:43.915Z | Checking sct v0.7.1 |
414 | 2024-07-05T23:24:44.090Z | Checking rustls-webpki v0.101.7 |
415 | 2024-07-05T23:24:44.874Z | Compiling usdt-impl v0.5.0 |
416 | 2024-07-05T23:24:44.901Z | Checking encoding_rs v0.8.34 |
417 | 2024-07-05T23:24:45.050Z | Compiling regex-automata v0.4.7 |
418 | 2024-07-05T23:24:45.177Z | Checking mime v0.3.17 |
419 | 2024-07-05T23:24:45.468Z | Compiling time-core v0.1.2 |
420 | 2024-07-05T23:24:45.558Z | Checking unicode-bidi v0.3.15 |
421 | 2024-07-05T23:24:45.611Z | Compiling num-conv v0.1.0 |
422 | 2024-07-05T23:24:45.832Z | Checking powerfmt v0.2.0 |
423 | 2024-07-05T23:24:46.044Z | Checking idna v0.5.0 |
424 | 2024-07-05T23:24:46.068Z | Checking deranged v0.3.11 |
425 | 2024-07-05T23:24:46.613Z | Compiling time-macros v0.2.18 |
426 | 2024-07-05T23:24:46.819Z | Compiling thread-id v4.2.1 |
427 | 2024-07-05T23:24:47.053Z | Checking base64 v0.21.7 |
428 | 2024-07-05T23:24:47.406Z | Checking plain v0.2.3 |
429 | 2024-07-05T23:24:47.519Z | Checking num_threads v0.1.7 |
430 | 2024-07-05T23:24:47.544Z | Compiling ident_case v1.0.1 |
431 | 2024-07-05T23:24:47.655Z | Compiling serde_derive v1.0.203 |
432 | 2024-07-05T23:24:47.687Z | Compiling zerocopy-derive v0.7.35 |
433 | 2024-07-05T23:24:47.711Z | Compiling thiserror-impl v1.0.61 |
434 | 2024-07-05T23:24:47.760Z | Compiling schemars_derive v0.8.21 |
435 | 2024-07-05T23:24:47.811Z | Compiling tokio-macros v2.3.0 |
436 | 2024-07-05T23:24:47.836Z | Compiling futures-macro v0.3.30 |
437 | 2024-07-05T23:24:49.059Z | Compiling openssl-macros v0.1.1 |
438 | 2024-07-05T23:24:49.192Z | Checking tokio v1.38.0 |
439 | 2024-07-05T23:24:49.463Z | Checking zerocopy v0.7.35 |
440 | 2024-07-05T23:24:49.735Z | Checking futures-util v0.3.30 |
441 | 2024-07-05T23:24:50.177Z | Compiling pest v2.7.11 |
442 | 2024-07-05T23:24:50.974Z | Checking hashbrown v0.14.5 |
443 | 2024-07-05T23:24:51.644Z | Compiling regex v1.10.5 |
444 | 2024-07-05T23:24:51.881Z | Compiling scroll_derive v0.12.0 |
445 | 2024-07-05T23:24:52.272Z | Compiling pest_meta v2.7.11 |
446 | 2024-07-05T23:24:52.491Z | Compiling regress v0.10.0 |
447 | 2024-07-05T23:24:53.098Z | Checking scroll v0.12.0 |
448 | 2024-07-05T23:24:53.510Z | Compiling pest_generator v2.7.11 |
449 | 2024-07-05T23:24:54.929Z | Compiling crossbeam-utils v0.8.20 |
450 | 2024-07-05T23:24:54.955Z | Checking tokio-util v0.7.11 |
451 | 2024-07-05T23:24:55.126Z | Checking tokio-native-tls v0.3.1 |
452 | 2024-07-05T23:24:55.311Z | Checking tokio-rustls v0.24.1 |
453 | 2024-07-05T23:24:55.380Z | Compiling strsim v0.11.1 |
454 | 2024-07-05T23:24:55.577Z | Checking rustls-pki-types v1.7.0 |
455 | 2024-07-05T23:24:55.740Z | Compiling pest_derive v2.7.11 |
456 | 2024-07-05T23:24:55.905Z | Compiling darling_core v0.20.9 |
457 | 2024-07-05T23:24:56.008Z | Checking goblin v0.8.2 |
458 | 2024-07-05T23:24:56.448Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-07-05T23:24:57.920Z | Checking indexmap v2.2.6 |
460 | 2024-07-05T23:24:58.421Z | Checking serde_urlencoded v0.7.1 |
461 | 2024-07-05T23:24:58.768Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-05T23:24:59.006Z | Checking h2 v0.3.26 |
463 | 2024-07-05T23:24:59.496Z | Checking openapiv3 v2.0.0 |
464 | 2024-07-05T23:24:59.520Z | Checking time v0.3.36 |
465 | 2024-07-05T23:25:00.071Z | Compiling dof v0.3.0 |
466 | 2024-07-05T23:25:00.964Z | Checking rustls-pemfile v1.0.4 |
467 | 2024-07-05T23:25:00.990Z | Checking url v2.5.2 |
468 | 2024-07-05T23:25:01.016Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
469 | 2024-07-05T23:25:01.123Z | Checking dirs-sys-next v0.1.2 |
470 | 2024-07-05T23:25:01.591Z | Checking pretty-hex v0.4.1 |
471 | 2024-07-05T23:25:01.725Z | Compiling unsafe-libyaml v0.2.11 |
472 | 2024-07-05T23:25:01.893Z | Compiling rustls v0.22.4 |
473 | 2024-07-05T23:25:02.134Z | Compiling rustversion v1.0.17 |
474 | 2024-07-05T23:25:02.205Z | Compiling paste v1.0.15 |
475 | 2024-07-05T23:25:02.279Z | Checking hyper v0.14.29 |
476 | 2024-07-05T23:25:02.591Z | Checking ipnet v2.9.0 |
477 | 2024-07-05T23:25:02.673Z | Compiling omicron-workspace-hack v0.1.0 |
478 | 2024-07-05T23:25:02.727Z | Checking sync_wrapper v0.1.2 |
479 | 2024-07-05T23:25:02.824Z | Checking webpki-roots v0.25.4 |
480 | 2024-07-05T23:25:02.921Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-05T23:25:03.001Z | Checking dirs-next v2.0.0 |
482 | 2024-07-05T23:25:03.102Z | Compiling darling_macro v0.20.9 |
483 | 2024-07-05T23:25:03.132Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-05T23:25:03.361Z | Checking serde_spanned v0.6.6 |
485 | 2024-07-05T23:25:03.520Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-05T23:25:03.554Z | Checking crypto-common v0.1.6 |
487 | 2024-07-05T23:25:03.696Z | Checking block-buffer v0.10.4 |
488 | 2024-07-05T23:25:03.855Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-07-05T23:25:04.006Z | Checking rand_core v0.6.4 |
490 | 2024-07-05T23:25:04.134Z | Compiling multer v3.1.0 |
491 | 2024-07-05T23:25:04.158Z | Checking thread_local v1.1.8 |
492 | 2024-07-05T23:25:04.253Z | Checking subtle v2.6.1 |
493 | 2024-07-05T23:25:04.322Z | Checking zeroize v1.8.1 |
494 | 2024-07-05T23:25:04.366Z | Checking match_cfg v0.1.0 |
495 | 2024-07-05T23:25:04.391Z | Compiling anyhow v1.0.86 |
496 | 2024-07-05T23:25:04.435Z | Compiling camino v1.1.7 |
497 | 2024-07-05T23:25:04.461Z | Checking winnow v0.6.13 |
498 | 2024-07-05T23:25:04.530Z | Compiling slog-async v2.8.0 |
499 | 2024-07-05T23:25:04.875Z | Checking ppv-lite86 v0.2.17 |
500 | 2024-07-05T23:25:05.105Z | Checking hostname v0.3.1 |
501 | 2024-07-05T23:25:05.433Z | Checking rand_chacha v0.3.1 |
502 | 2024-07-05T23:25:05.697Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-05T23:25:05.721Z | Compiling darling v0.20.9 |
504 | 2024-07-05T23:25:05.809Z | Checking digest v0.10.7 |
505 | 2024-07-05T23:25:05.997Z | Checking hyper-tls v0.5.0 |
506 | 2024-07-05T23:25:06.076Z | Checking hyper-rustls v0.24.2 |
507 | 2024-07-05T23:25:06.117Z | Compiling structmeta v0.3.0 |
508 | 2024-07-05T23:25:06.141Z | Checking term v0.7.0 |
509 | 2024-07-05T23:25:06.309Z | Checking reqwest v0.11.27 |
510 | 2024-07-05T23:25:06.446Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-05T23:25:06.471Z | Compiling usdt-macro v0.5.0 |
512 | 2024-07-05T23:25:06.876Z | Checking toml_edit v0.22.14 |
513 | 2024-07-05T23:25:07.161Z | Checking slog-json v2.6.1 |
514 | 2024-07-05T23:25:07.364Z | Checking futures-executor v0.3.30 |
515 | 2024-07-05T23:25:07.443Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
516 | 2024-07-05T23:25:07.468Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-07-05T23:25:07.548Z | Checking http v1.1.0 |
518 | 2024-07-05T23:25:07.575Z | Checking is-terminal v0.4.12 |
519 | 2024-07-05T23:25:07.655Z | Checking memmap v0.7.0 |
520 | 2024-07-05T23:25:07.694Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
521 | 2024-07-05T23:25:07.718Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-05T23:25:07.805Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-05T23:25:07.830Z | Checking take_mut v0.2.2 |
524 | 2024-07-05T23:25:07.876Z | Checking base64 v0.22.1 |
525 | 2024-07-05T23:25:07.969Z | Checking tokio-rustls v0.25.0 |
526 | 2024-07-05T23:25:08.012Z | Checking sha1 v0.10.6 |
527 | 2024-07-05T23:25:08.162Z | Checking usdt v0.5.0 |
528 | 2024-07-05T23:25:08.239Z | Checking waitgroup v0.1.2 |
529 | 2024-07-05T23:25:08.271Z | Checking slog-term v2.9.1 |
530 | 2024-07-05T23:25:08.296Z | Checking rustls-pemfile v2.1.2 |
531 | 2024-07-05T23:25:08.357Z | Checking futures v0.3.30 |
532 | 2024-07-05T23:25:08.383Z | Compiling strum_macros v0.26.4 |
533 | 2024-07-05T23:25:08.447Z | Checking slog-bunyan v2.5.0 |
534 | 2024-07-05T23:25:08.506Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-05T23:25:08.600Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-05T23:25:08.624Z | Checking async-stream v0.3.5 |
537 | 2024-07-05T23:25:08.689Z | Checking rand v0.8.5 |
538 | 2024-07-05T23:25:08.996Z | Checking toml v0.8.14 |
539 | 2024-07-05T23:25:09.150Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-05T23:25:09.423Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-05T23:25:09.527Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
542 | 2024-07-05T23:25:09.592Z | Checking hex v0.4.3 |
543 | 2024-07-05T23:25:09.620Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-05T23:25:09.664Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-05T23:25:09.988Z | Compiling async-trait v0.1.80 |
546 | 2024-07-05T23:25:10.130Z | Checking hostname v0.4.0 |
547 | 2024-07-05T23:25:10.229Z | Checking instant v0.1.13 |
548 | 2024-07-05T23:25:10.289Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-05T23:25:10.318Z | Checking backoff v0.4.0 |
550 | 2024-07-05T23:25:10.393Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-05T23:25:10.499Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-05T23:25:10.545Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
553 | 2024-07-05T23:25:10.617Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
554 | 2024-07-05T23:25:10.732Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-05T23:25:10.858Z | Checking serde_with v3.8.3 |
556 | 2024-07-05T23:25:10.968Z | Checking macaddr v1.0.1 |
557 | 2024-07-05T23:25:11.237Z | Checking regress v0.9.1 |
558 | 2024-07-05T23:25:11.948Z | Checking parse-display v0.9.1 |
559 | 2024-07-05T23:25:12.113Z | Checking strum v0.26.3 |
560 | 2024-07-05T23:25:13.129Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
561 | 2024-07-05T23:25:15.440Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
562 | 2024-07-05T23:25:15.514Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
563 | 2024-07-05T23:25:18.968Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
564 | 2024-07-05T23:25:27.215Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
565 | 2024-07-05T23:25:27.355Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-07-05T23:25:30.858Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-05T23:25:38.707Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-05T23:25:38.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
569 | 2024-07-05T23:25:38.839Z | + cargo build --release |
570 | 2024-07-05T23:25:39.192Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-05T23:25:39.192Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-05T23:25:39.193Z | Compiling libc v0.2.155 |
573 | 2024-07-05T23:25:39.193Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-05T23:25:39.217Z | Compiling version_check v0.9.4 |
575 | 2024-07-05T23:25:39.218Z | Compiling autocfg v1.3.0 |
576 | 2024-07-05T23:25:39.218Z | Compiling serde v1.0.203 |
577 | 2024-07-05T23:25:39.218Z | Compiling serde_json v1.0.120 |
578 | 2024-07-05T23:25:39.306Z | Compiling itoa v1.0.11 |
579 | 2024-07-05T23:25:39.356Z | Compiling thiserror v1.0.61 |
580 | 2024-07-05T23:25:39.493Z | Compiling once_cell v1.19.0 |
581 | 2024-07-05T23:25:39.535Z | Compiling cc v1.0.104 |
582 | 2024-07-05T23:25:39.677Z | Compiling memchr v2.7.4 |
583 | 2024-07-05T23:25:39.796Z | Compiling ahash v0.8.11 |
584 | 2024-07-05T23:25:40.089Z | Compiling byteorder v1.5.0 |
585 | 2024-07-05T23:25:40.169Z | Compiling num-traits v0.2.19 |
586 | 2024-07-05T23:25:40.346Z | Compiling getrandom v0.2.15 |
587 | 2024-07-05T23:25:40.429Z | Compiling quote v1.0.36 |
588 | 2024-07-05T23:25:40.497Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-05T23:25:40.603Z | Compiling ryu v1.0.18 |
590 | 2024-07-05T23:25:40.713Z | Compiling log v0.4.22 |
591 | 2024-07-05T23:25:40.892Z | Compiling syn v2.0.68 |
592 | 2024-07-05T23:25:40.961Z | Compiling bytes v1.6.0 |
593 | 2024-07-05T23:25:41.043Z | Compiling schemars v0.8.21 |
594 | 2024-07-05T23:25:41.102Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-05T23:25:41.127Z | Compiling lock_api v0.4.12 |
596 | 2024-07-05T23:25:41.300Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-05T23:25:41.368Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-05T23:25:41.492Z | Compiling futures-core v0.3.30 |
599 | 2024-07-05T23:25:41.517Z | Compiling smallvec v1.13.2 |
600 | 2024-07-05T23:25:41.696Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-05T23:25:41.812Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-05T23:25:41.837Z | Compiling socket2 v0.5.7 |
603 | 2024-07-05T23:25:42.012Z | Compiling mio v0.8.11 |
604 | 2024-07-05T23:25:42.052Z | Compiling ring v0.17.8 |
605 | 2024-07-05T23:25:42.154Z | Compiling slab v0.4.9 |
606 | 2024-07-05T23:25:42.420Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-05T23:25:42.589Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-05T23:25:42.694Z | Compiling spin v0.9.8 |
609 | 2024-07-05T23:25:42.912Z | Compiling equivalent v1.0.1 |
610 | 2024-07-05T23:25:43.006Z | Compiling untrusted v0.9.0 |
611 | 2024-07-05T23:25:43.152Z | Compiling fnv v1.0.7 |
612 | 2024-07-05T23:25:43.176Z | Compiling semver v1.0.23 |
613 | 2024-07-05T23:25:43.301Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-05T23:25:43.523Z | Compiling vcpkg v0.2.15 |
615 | 2024-07-05T23:25:43.579Z | Compiling pin-utils v0.1.0 |
616 | 2024-07-05T23:25:43.653Z | Compiling heck v0.5.0 |
617 | 2024-07-05T23:25:43.699Z | Compiling pkg-config v0.3.30 |
618 | 2024-07-05T23:25:43.724Z | Compiling futures-io v0.3.30 |
619 | 2024-07-05T23:25:43.724Z | Compiling futures-task v0.3.30 |
620 | 2024-07-05T23:25:44.118Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-05T23:25:44.173Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-05T23:25:44.566Z | Compiling http v0.2.12 |
623 | 2024-07-05T23:25:44.728Z | Compiling httparse v1.9.4 |
624 | 2024-07-05T23:25:44.905Z | Compiling openssl-sys v0.9.102 |
625 | 2024-07-05T23:25:45.005Z | Compiling dyn-clone v1.0.17 |
626 | 2024-07-05T23:25:45.403Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-05T23:25:45.744Z | Compiling chrono v0.4.38 |
628 | 2024-07-05T23:25:45.770Z | Compiling uuid v1.9.1 |
629 | 2024-07-05T23:25:46.083Z | Compiling tracing v0.1.40 |
630 | 2024-07-05T23:25:46.648Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-05T23:25:47.743Z | Compiling slog v2.7.0 |
632 | 2024-07-05T23:25:48.086Z | Compiling try-lock v0.2.5 |
633 | 2024-07-05T23:25:48.163Z | Compiling openssl v0.10.64 |
634 | 2024-07-05T23:25:48.189Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-05T23:25:48.220Z | Compiling want v0.3.1 |
636 | 2024-07-05T23:25:48.279Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-05T23:25:48.497Z | Compiling http-body v0.4.6 |
638 | 2024-07-05T23:25:48.589Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-05T23:25:48.618Z | Compiling rustls v0.21.12 |
640 | 2024-07-05T23:25:48.876Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-07-05T23:25:48.901Z | Compiling regex-syntax v0.8.4 |
642 | 2024-07-05T23:25:48.954Z | Compiling tower-service v0.3.2 |
643 | 2024-07-05T23:25:49.059Z | Compiling typenum v1.17.0 |
644 | 2024-07-05T23:25:49.619Z | Compiling percent-encoding v2.3.1 |
645 | 2024-07-05T23:25:49.705Z | Compiling httpdate v1.0.3 |
646 | 2024-07-05T23:25:49.885Z | Compiling bitflags v2.6.0 |
647 | 2024-07-05T23:25:50.020Z | Compiling native-tls v0.2.12 |
648 | 2024-07-05T23:25:50.246Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-05T23:25:50.324Z | Compiling tinyvec v1.7.0 |
650 | 2024-07-05T23:25:50.727Z | Compiling generic-array v0.14.7 |
651 | 2024-07-05T23:25:51.036Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-05T23:25:51.227Z | Compiling serde_derive v1.0.203 |
653 | 2024-07-05T23:25:51.286Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-05T23:25:51.478Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-07-05T23:25:51.711Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-05T23:25:52.244Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-05T23:25:53.009Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-05T23:25:53.793Z | Compiling tokio v1.38.0 |
659 | 2024-07-05T23:25:54.082Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-05T23:25:54.402Z | Compiling pest v2.7.11 |
661 | 2024-07-05T23:25:55.050Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-05T23:25:55.859Z | Compiling futures-util v0.3.30 |
663 | 2024-07-05T23:25:56.611Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-05T23:25:56.677Z | Compiling regress v0.10.0 |
665 | 2024-07-05T23:25:56.879Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-05T23:25:57.015Z | Compiling sct v0.7.1 |
667 | 2024-07-05T23:26:00.179Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-05T23:26:00.439Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-07-05T23:26:01.610Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-05T23:26:01.830Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-05T23:26:02.989Z | Compiling indexmap v2.2.6 |
672 | 2024-07-05T23:26:03.644Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-07-05T23:26:05.144Z | Compiling h2 v0.3.26 |
674 | 2024-07-05T23:26:05.207Z | Compiling regex-automata v0.4.7 |
675 | 2024-07-05T23:26:08.239Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
676 | 2024-07-05T23:26:10.196Z | Compiling hyper v0.14.29 |
677 | 2024-07-05T23:26:11.886Z | Compiling regex v1.10.5 |
678 | 2024-07-05T23:26:13.432Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-05T23:26:14.458Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-05T23:26:17.488Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-05T23:26:17.783Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-05T23:26:18.277Z | Compiling num-conv v0.1.0 |
683 | 2024-07-05T23:26:18.511Z | Compiling mime v0.3.17 |
684 | 2024-07-05T23:26:18.536Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
685 | 2024-07-05T23:26:19.246Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-07-05T23:26:19.444Z | Compiling powerfmt v0.2.0 |
687 | 2024-07-05T23:26:21.824Z | Compiling time-core v0.1.2 |
688 | 2024-07-05T23:26:21.873Z | Compiling idna v0.5.0 |
689 | 2024-07-05T23:26:21.965Z | Compiling time-macros v0.2.18 |
690 | 2024-07-05T23:26:24.720Z | Compiling deranged v0.3.11 |
691 | 2024-07-05T23:26:26.461Z | Compiling thread-id v4.2.1 |
692 | 2024-07-05T23:26:26.496Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-07-05T23:26:26.549Z | Compiling scroll v0.12.0 |
694 | 2024-07-05T23:26:26.826Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-07-05T23:26:27.053Z | Compiling dof v0.3.0 |
696 | 2024-07-05T23:26:27.078Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-05T23:26:27.414Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-07-05T23:26:27.915Z | Compiling num_threads v0.1.7 |
699 | 2024-07-05T23:26:28.015Z | Compiling ident_case v1.0.1 |
700 | 2024-07-05T23:26:28.536Z | Compiling plain v0.2.3 |
701 | 2024-07-05T23:26:28.680Z | Compiling strsim v0.11.1 |
702 | 2024-07-05T23:26:29.286Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-05T23:26:29.321Z | Compiling base64 v0.21.7 |
704 | 2024-07-05T23:26:29.761Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-07-05T23:26:30.334Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-07-05T23:26:30.589Z | Compiling time v0.3.36 |
707 | 2024-07-05T23:26:31.434Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-05T23:26:34.417Z | Compiling darling_core v0.20.9 |
709 | 2024-07-05T23:26:35.260Z | Compiling goblin v0.8.2 |
710 | 2024-07-05T23:26:38.209Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-05T23:26:38.537Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-05T23:26:38.647Z | Compiling url v2.5.2 |
713 | 2024-07-05T23:26:38.946Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
714 | 2024-07-05T23:26:39.060Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-05T23:26:40.179Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-05T23:26:41.426Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-07-05T23:26:41.530Z | Compiling unsafe-libyaml v0.2.11 |
718 | 2024-07-05T23:26:42.496Z | Compiling ipnet v2.9.0 |
719 | 2024-07-05T23:26:42.831Z | Compiling paste v1.0.15 |
720 | 2024-07-05T23:26:43.245Z | Compiling webpki-roots v0.25.4 |
721 | 2024-07-05T23:26:43.301Z | Compiling rustversion v1.0.17 |
722 | 2024-07-05T23:26:43.371Z | Compiling rustls v0.22.4 |
723 | 2024-07-05T23:26:43.654Z | Compiling pretty-hex v0.4.1 |
724 | 2024-07-05T23:26:43.927Z | Compiling reqwest v0.11.27 |
725 | 2024-07-05T23:26:44.056Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-05T23:26:44.846Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
727 | 2024-07-05T23:26:45.560Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-05T23:26:45.778Z | Compiling darling_macro v0.20.9 |
729 | 2024-07-05T23:26:48.858Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-05T23:26:49.251Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-05T23:26:49.444Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-05T23:26:49.517Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-05T23:26:49.641Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-05T23:26:49.742Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-05T23:26:50.198Z | Compiling rand_core v0.6.4 |
736 | 2024-07-05T23:26:50.566Z | Compiling multer v3.1.0 |
737 | 2024-07-05T23:26:50.607Z | Compiling thread_local v1.1.8 |
738 | 2024-07-05T23:26:50.844Z | Compiling anyhow v1.0.86 |
739 | 2024-07-05T23:26:51.290Z | Compiling slog-async v2.8.0 |
740 | 2024-07-05T23:26:51.318Z | Compiling zeroize v1.8.1 |
741 | 2024-07-05T23:26:51.598Z | Compiling subtle v2.6.1 |
742 | 2024-07-05T23:26:51.692Z | Compiling camino v1.1.7 |
743 | 2024-07-05T23:26:51.815Z | Compiling winnow v0.6.13 |
744 | 2024-07-05T23:26:51.870Z | Compiling match_cfg v0.1.0 |
745 | 2024-07-05T23:26:51.953Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-07-05T23:26:51.997Z | Compiling structmeta v0.3.0 |
747 | 2024-07-05T23:26:52.241Z | Compiling hostname v0.3.1 |
748 | 2024-07-05T23:26:52.588Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-05T23:26:52.701Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-05T23:26:53.988Z | Compiling digest v0.10.7 |
751 | 2024-07-05T23:26:54.366Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-05T23:26:55.103Z | Compiling toml_edit v0.22.14 |
753 | 2024-07-05T23:26:55.858Z | Compiling darling v0.20.9 |
754 | 2024-07-05T23:26:55.944Z | Compiling term v0.7.0 |
755 | 2024-07-05T23:26:59.897Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
756 | 2024-07-05T23:27:02.239Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-05T23:27:03.163Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-05T23:27:03.499Z | Compiling slog-json v2.6.1 |
759 | 2024-07-05T23:27:03.975Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-05T23:27:04.298Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-05T23:27:05.087Z | Compiling http v1.1.0 |
762 | 2024-07-05T23:27:05.373Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-05T23:27:05.475Z | Compiling memmap v0.7.0 |
764 | 2024-07-05T23:27:05.669Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
765 | 2024-07-05T23:27:05.845Z | Compiling base64 v0.22.1 |
766 | 2024-07-05T23:27:05.938Z | Compiling take_mut v0.2.2 |
767 | 2024-07-05T23:27:06.068Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-05T23:27:06.221Z | Compiling cpufeatures v0.2.12 |
769 | 2024-07-05T23:27:06.302Z | Compiling sha1 v0.10.6 |
770 | 2024-07-05T23:27:06.882Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-05T23:27:07.507Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-05T23:27:08.954Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
773 | 2024-07-05T23:27:09.129Z | Compiling usdt v0.5.0 |
774 | 2024-07-05T23:27:09.207Z | Compiling slog-term v2.9.1 |
775 | 2024-07-05T23:27:10.424Z | Compiling async-stream v0.3.5 |
776 | 2024-07-05T23:27:10.699Z | Compiling futures v0.3.30 |
777 | 2024-07-05T23:27:10.813Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-05T23:27:10.860Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-05T23:27:11.039Z | Compiling toml v0.8.14 |
780 | 2024-07-05T23:27:11.599Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-05T23:27:11.935Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-05T23:27:14.242Z | Compiling rand v0.8.5 |
783 | 2024-07-05T23:27:15.788Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-05T23:27:16.350Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-05T23:27:17.061Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-05T23:27:17.280Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
787 | 2024-07-05T23:27:17.339Z | Compiling hex v0.4.3 |
788 | 2024-07-05T23:27:17.891Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-05T23:27:18.713Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-05T23:27:19.252Z | Compiling async-trait v0.1.80 |
791 | 2024-07-05T23:27:19.403Z | Compiling hostname v0.4.0 |
792 | 2024-07-05T23:27:19.625Z | Compiling instant v0.1.13 |
793 | 2024-07-05T23:27:19.731Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-05T23:27:19.857Z | Compiling backoff v0.4.0 |
795 | 2024-07-05T23:27:20.131Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-05T23:27:20.276Z | Compiling parse-display v0.9.1 |
797 | 2024-07-05T23:27:20.318Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-05T23:27:20.425Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-05T23:27:20.462Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-05T23:27:20.566Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
801 | 2024-07-05T23:27:20.849Z | Compiling strum v0.26.3 |
802 | 2024-07-05T23:27:20.997Z | Compiling serde_with v3.8.3 |
803 | 2024-07-05T23:27:21.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-05T23:27:22.632Z | Compiling macaddr v1.0.1 |
805 | 2024-07-05T23:27:23.100Z | Compiling regress v0.9.1 |
806 | 2024-07-05T23:27:26.772Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-05T23:27:35.614Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-05T23:27:45.502Z | Finished `release` profile [optimized] target(s) in 2m 06s |
809 | 2024-07-05T23:27:45.554Z | process exited: duration 200669 ms, exit code 0 |
|
810 | 2024-07-05T23:27:45.604Z | found 0 output files |