|
|
|
1 | 2024-07-22T03:12:35.514Z | job assigned to worker 01J3C6S05ZJQGN5E4XDQCWDBN2 (queued for 56 s) |
|
2 | 2024-07-22T03:12:43.011Z | starting task 0: "setup" |
3 | 2024-07-22T03:12:43.066Z | ++ uname -s |
4 | 2024-07-22T03:12:43.069Z | + kern=SunOS |
5 | 2024-07-22T03:12:43.069Z | + case "$kern" in |
6 | 2024-07-22T03:12:43.069Z | + groupadd -g 12345 build |
7 | 2024-07-22T03:12:43.072Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-22T03:12:45.085Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-22T03:12:45.201Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-22T03:12:45.204Z | + home_fs=zfs |
11 | 2024-07-22T03:12:45.204Z | + [[ zfs == autofs ]] |
12 | 2024-07-22T03:12:45.204Z | + mkdir -p /home/build |
13 | 2024-07-22T03:12:45.207Z | + chown build:build /home/build /work |
14 | 2024-07-22T03:12:47.207Z | + chmod 0700 /home/build /work |
15 | 2024-07-22T03:12:47.210Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-07-22T03:12:47.217Z | starting task 1: "rust-toolchain" |
17 | 2024-07-22T03:12:47.222Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-22T03:12:47.222Z | * toolchain channel = "1.78.0" |
19 | 2024-07-22T03:12:47.222Z | ' 1.78.0 |
20 | 2024-07-22T03:12:47.222Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-22T03:12:47.222Z | ' default |
22 | 2024-07-22T03:12:47.222Z | * toolchain profile = "default" |
23 | 2024-07-22T03:12:47.225Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-22T03:12:47.225Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-22T03:12:47.338Z | info: downloading installer |
26 | 2024-07-22T03:12:48.682Z | info: profile set to 'default' |
27 | 2024-07-22T03:12:48.682Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-22T03:12:48.685Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-22T03:12:48.820Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-22T03:12:48.820Z | info: downloading component 'cargo' |
31 | 2024-07-22T03:12:49.561Z | info: downloading component 'clippy' |
32 | 2024-07-22T03:12:49.811Z | info: downloading component 'rust-docs' |
33 | 2024-07-22T03:12:50.792Z | info: downloading component 'rust-std' |
34 | 2024-07-22T03:12:52.355Z | info: downloading component 'rustc' |
35 | 2024-07-22T03:12:56.276Z | info: downloading component 'rustfmt' |
36 | 2024-07-22T03:12:56.490Z | info: installing component 'cargo' |
37 | 2024-07-22T03:12:57.347Z | info: installing component 'clippy' |
38 | 2024-07-22T03:12:57.727Z | info: installing component 'rust-docs' |
39 | 2024-07-22T03:12:59.304Z | info: installing component 'rust-std' |
40 | 2024-07-22T03:13:01.014Z | info: installing component 'rustc' |
41 | 2024-07-22T03:13:05.622Z | info: installing component 'rustfmt' |
42 | 2024-07-22T03:13:05.962Z | |
43 | 2024-07-22T03:13:05.966Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-07-22T03:13:06.231Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-22T03:13:06.231Z | |
46 | 2024-07-22T03:13:06.231Z | |
47 | 2024-07-22T03:13:06.231Z | Rust is installed now. Great! |
48 | 2024-07-22T03:13:06.231Z | |
49 | 2024-07-22T03:13:06.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-22T03:13:06.231Z | environment variable. This has not been done automatically. |
51 | 2024-07-22T03:13:06.231Z | |
52 | 2024-07-22T03:13:06.231Z | To configure your current shell, you need to source |
53 | 2024-07-22T03:13:06.231Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-22T03:13:06.231Z | |
55 | 2024-07-22T03:13:06.231Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-22T03:13:06.231Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-22T03:13:06.231Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-22T03:13:06.300Z | + rustc --version |
59 | 2024-07-22T03:13:06.362Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-22T03:13:06.365Z | process exited: duration 19146 ms, exit code 0 |
|
61 | 2024-07-22T03:13:06.372Z | starting task 2: "authentication" |
62 | 2024-07-22T03:13:06.393Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-22T03:13:06.401Z | starting task 3: "clone repository" |
64 | 2024-07-22T03:13:06.404Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-22T03:13:06.407Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-22T03:13:06.555Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-22T03:13:12.948Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-22T03:13:12.949Z | + git fetch origin c739c7d4b06adb2f6a1502f583a2925d4874ca96 |
69 | 2024-07-22T03:13:13.258Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-22T03:13:13.258Z | * branch c739c7d4b06adb2f6a1502f583a2925d4874ca96 -> FETCH_HEAD |
71 | 2024-07-22T03:13:13.266Z | + [[ -n renovate/peg-0.x ]] |
72 | 2024-07-22T03:13:13.269Z | ++ git branch --show-current |
73 | 2024-07-22T03:13:13.272Z | + current=main |
74 | 2024-07-22T03:13:13.272Z | + [[ main != renovate/peg-0.x ]] |
75 | 2024-07-22T03:13:13.272Z | + git branch -f renovate/peg-0.x c739c7d4b06adb2f6a1502f583a2925d4874ca96 |
76 | 2024-07-22T03:13:13.274Z | + git checkout -f renovate/peg-0.x |
77 | 2024-07-22T03:13:13.410Z | Switched to branch 'renovate/peg-0.x' |
78 | 2024-07-22T03:13:13.419Z | + git reset --hard c739c7d4b06adb2f6a1502f583a2925d4874ca96 |
79 | 2024-07-22T03:13:13.545Z | HEAD is now at c739c7d4b Update Rust crate peg to 0.8.4 |
80 | 2024-07-22T03:13:13.547Z | process exited: duration 7146 ms, exit code 0 |
|
81 | 2024-07-22T03:13:13.553Z | starting task 4: "build" |
82 | 2024-07-22T03:13:13.558Z | + cargo --version |
83 | 2024-07-22T03:13:13.610Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-22T03:13:13.613Z | + rustc --version |
85 | 2024-07-22T03:13:13.668Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-22T03:13:13.671Z | + cd /tmp |
87 | 2024-07-22T03:13:13.671Z | + cargo new --lib test-project |
88 | 2024-07-22T03:13:13.724Z | Creating library `test-project` package |
89 | 2024-07-22T03:13:13.794Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-22T03:13:13.797Z | + cd test-project |
91 | 2024-07-22T03:13:13.797Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-22T03:13:13.850Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-22T03:13:13.851Z | Features: |
94 | 2024-07-22T03:13:13.851Z | - proptest |
95 | 2024-07-22T03:13:13.851Z | - test-strategy |
96 | 2024-07-22T03:13:13.851Z | - testing |
97 | 2024-07-22T03:13:13.853Z | Updating crates.io index |
98 | 2024-07-22T03:13:13.935Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-22T03:13:14.639Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-22T03:13:15.397Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-22T03:13:15.657Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-22T03:13:17.427Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-22T03:13:17.693Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-22T03:13:17.976Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-22T03:13:20.973Z | + cargo check |
106 | 2024-07-22T03:13:21.173Z | Downloading crates ... |
107 | 2024-07-22T03:13:21.241Z | Downloaded foreign-types-shared v0.1.1 |
108 | 2024-07-22T03:13:21.248Z | Downloaded ahash v0.8.11 |
109 | 2024-07-22T03:13:21.255Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-07-22T03:13:21.260Z | Downloaded equivalent v1.0.1 |
111 | 2024-07-22T03:13:21.263Z | Downloaded darling_macro v0.20.10 |
112 | 2024-07-22T03:13:21.271Z | Downloaded openssl-macros v0.1.1 |
113 | 2024-07-22T03:13:21.274Z | Downloaded is-terminal v0.4.12 |
114 | 2024-07-22T03:13:21.274Z | Downloaded usdt-macro v0.5.0 |
115 | 2024-07-22T03:13:21.277Z | Downloaded waitgroup v0.1.2 |
116 | 2024-07-22T03:13:21.277Z | Downloaded want v0.3.1 |
117 | 2024-07-22T03:13:21.277Z | Downloaded hex v0.4.3 |
118 | 2024-07-22T03:13:21.280Z | Downloaded generic-array v0.14.7 |
119 | 2024-07-22T03:13:21.283Z | Downloaded num-conv v0.1.0 |
120 | 2024-07-22T03:13:21.285Z | Downloaded version_check v0.9.4 |
121 | 2024-07-22T03:13:21.285Z | Downloaded usdt-impl v0.5.0 |
122 | 2024-07-22T03:13:21.288Z | Downloaded untrusted v0.9.0 |
123 | 2024-07-22T03:13:21.288Z | Downloaded usdt-attr-macro v0.5.0 |
124 | 2024-07-22T03:13:21.291Z | Downloaded futures-sink v0.3.30 |
125 | 2024-07-22T03:13:21.291Z | Downloaded futures-io v0.3.30 |
126 | 2024-07-22T03:13:21.294Z | Downloaded dtrace-parser v0.2.0 |
127 | 2024-07-22T03:13:21.294Z | Downloaded omicron-workspace-hack v0.1.0 |
128 | 2024-07-22T03:13:21.294Z | Downloaded dyn-clone v1.0.17 |
129 | 2024-07-22T03:13:21.297Z | Downloaded dof v0.3.0 |
130 | 2024-07-22T03:13:21.297Z | Downloaded match_cfg v0.1.0 |
131 | 2024-07-22T03:13:21.300Z | Downloaded scroll_derive v0.12.0 |
132 | 2024-07-22T03:13:21.300Z | Downloaded http-body v0.4.6 |
133 | 2024-07-22T03:13:21.307Z | Downloaded futures-core v0.3.30 |
134 | 2024-07-22T03:13:21.307Z | Downloaded take_mut v0.2.2 |
135 | 2024-07-22T03:13:21.307Z | Downloaded thiserror-impl v1.0.63 |
136 | 2024-07-22T03:13:21.307Z | Downloaded fnv v1.0.7 |
137 | 2024-07-22T03:13:21.307Z | Downloaded usdt v0.5.0 |
138 | 2024-07-22T03:13:21.307Z | Downloaded autocfg v1.3.0 |
139 | 2024-07-22T03:13:21.328Z | Downloaded deranged v0.3.11 |
140 | 2024-07-22T03:13:21.328Z | Downloaded memmap v0.7.0 |
141 | 2024-07-22T03:13:21.328Z | Downloaded atomic-waker v1.1.2 |
142 | 2024-07-22T03:13:21.328Z | Downloaded slab v0.4.9 |
143 | 2024-07-22T03:13:21.328Z | Downloaded serde_urlencoded v0.7.1 |
144 | 2024-07-22T03:13:21.328Z | Downloaded serde_spanned v0.6.6 |
145 | 2024-07-22T03:13:21.334Z | Downloaded scopeguard v1.2.0 |
146 | 2024-07-22T03:13:21.334Z | Downloaded foreign-types v0.3.2 |
147 | 2024-07-22T03:13:21.334Z | Downloaded rustversion v1.0.17 |
148 | 2024-07-22T03:13:21.334Z | Downloaded plain v0.2.3 |
149 | 2024-07-22T03:13:21.334Z | Downloaded structmeta v0.3.0 |
150 | 2024-07-22T03:13:21.334Z | Downloaded parse-display-derive v0.9.1 |
151 | 2024-07-22T03:13:21.334Z | Downloaded hostname v0.4.0 |
152 | 2024-07-22T03:13:21.334Z | Downloaded slog-json v2.6.1 |
153 | 2024-07-22T03:13:21.334Z | Downloaded semver v1.0.23 |
154 | 2024-07-22T03:13:21.334Z | Downloaded percent-encoding v2.3.1 |
155 | 2024-07-22T03:13:21.337Z | Downloaded time-core v0.1.2 |
156 | 2024-07-22T03:13:21.337Z | Downloaded thread_local v1.1.8 |
157 | 2024-07-22T03:13:21.337Z | Downloaded structmeta-derive v0.3.0 |
158 | 2024-07-22T03:13:21.340Z | Downloaded openssl-probe v0.1.5 |
159 | 2024-07-22T03:13:21.340Z | Downloaded form_urlencoded v1.2.1 |
160 | 2024-07-22T03:13:21.340Z | Downloaded thiserror v1.0.63 |
161 | 2024-07-22T03:13:21.345Z | Downloaded debug-ignore v1.0.5 |
162 | 2024-07-22T03:13:21.348Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-07-22T03:13:21.350Z | Downloaded try-lock v0.2.5 |
164 | 2024-07-22T03:13:21.350Z | Downloaded strum v0.26.3 |
165 | 2024-07-22T03:13:21.353Z | Downloaded darling v0.20.10 |
166 | 2024-07-22T03:13:21.355Z | Downloaded httpdate v1.0.3 |
167 | 2024-07-22T03:13:21.358Z | Downloaded hostname v0.3.1 |
168 | 2024-07-22T03:13:21.361Z | Downloaded sha2 v0.10.8 |
169 | 2024-07-22T03:13:21.361Z | Downloaded camino v1.1.7 |
170 | 2024-07-22T03:13:21.363Z | Downloaded parking_lot_core v0.9.10 |
171 | 2024-07-22T03:13:21.366Z | Downloaded slog-async v2.8.0 |
172 | 2024-07-22T03:13:21.369Z | Downloaded spin v0.9.8 |
173 | 2024-07-22T03:13:21.369Z | Downloaded heck v0.5.0 |
174 | 2024-07-22T03:13:21.371Z | Downloaded tinyvec_macros v0.1.1 |
175 | 2024-07-22T03:13:21.371Z | Downloaded smallvec v1.13.2 |
176 | 2024-07-22T03:13:21.374Z | Downloaded ipnet v2.9.0 |
177 | 2024-07-22T03:13:21.376Z | Downloaded futures-task v0.3.30 |
178 | 2024-07-22T03:13:21.376Z | Downloaded tower-service v0.3.2 |
179 | 2024-07-22T03:13:21.379Z | Downloaded num_cpus v1.16.0 |
180 | 2024-07-22T03:13:21.382Z | Downloaded pest_derive v2.7.11 |
181 | 2024-07-22T03:13:21.384Z | Downloaded itoa v1.0.11 |
182 | 2024-07-22T03:13:21.384Z | Downloaded zeroize v1.8.1 |
183 | 2024-07-22T03:13:21.387Z | Downloaded hyper-tls v0.5.0 |
184 | 2024-07-22T03:13:21.387Z | Downloaded uuid v1.10.0 |
185 | 2024-07-22T03:13:21.390Z | Downloaded cfg-if v1.0.0 |
186 | 2024-07-22T03:13:21.393Z | Downloaded parse-display v0.9.1 |
187 | 2024-07-22T03:13:21.393Z | Downloaded ipnetwork v0.20.0 |
188 | 2024-07-22T03:13:21.396Z | Downloaded strsim v0.11.1 |
189 | 2024-07-22T03:13:21.396Z | Downloaded mime v0.3.17 |
190 | 2024-07-22T03:13:21.398Z | Downloaded macaddr v1.0.1 |
191 | 2024-07-22T03:13:21.398Z | Downloaded hyper-rustls v0.24.2 |
192 | 2024-07-22T03:13:21.401Z | Downloaded tokio-macros v2.3.0 |
193 | 2024-07-22T03:13:21.403Z | Downloaded rustls-pki-types v1.7.0 |
194 | 2024-07-22T03:13:21.406Z | Downloaded rustls-pemfile v1.0.4 |
195 | 2024-07-22T03:13:21.408Z | Downloaded pest_generator v2.7.11 |
196 | 2024-07-22T03:13:21.408Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2024-07-22T03:13:21.411Z | Downloaded serde_path_to_error v0.1.16 |
198 | 2024-07-22T03:13:21.411Z | Downloaded bitflags v2.6.0 |
199 | 2024-07-22T03:13:21.416Z | Downloaded log v0.4.22 |
200 | 2024-07-22T03:13:21.418Z | Downloaded pest_meta v2.7.11 |
201 | 2024-07-22T03:13:21.421Z | Downloaded zerocopy-derive v0.7.35 |
202 | 2024-07-22T03:13:21.425Z | Downloaded toml_datetime v0.6.6 |
203 | 2024-07-22T03:13:21.427Z | Downloaded strum_macros v0.26.4 |
204 | 2024-07-22T03:13:21.431Z | Downloaded url v2.5.2 |
205 | 2024-07-22T03:13:21.434Z | Downloaded thread-id v4.2.2 |
206 | 2024-07-22T03:13:21.434Z | Downloaded scroll v0.12.0 |
207 | 2024-07-22T03:13:21.438Z | Downloaded native-tls v0.2.12 |
208 | 2024-07-22T03:13:21.438Z | Downloaded rand_core v0.6.4 |
209 | 2024-07-22T03:13:21.440Z | Downloaded serde_with_macros v3.9.0 |
210 | 2024-07-22T03:13:21.443Z | Downloaded once_cell v1.19.0 |
211 | 2024-07-22T03:13:21.445Z | Downloaded pin-project-lite v0.2.14 |
212 | 2024-07-22T03:13:21.448Z | Downloaded time-macros v0.2.18 |
213 | 2024-07-22T03:13:21.451Z | Downloaded term v0.7.0 |
214 | 2024-07-22T03:13:21.454Z | Downloaded sct v0.7.1 |
215 | 2024-07-22T03:13:21.457Z | Downloaded schemars v0.8.21 |
216 | 2024-07-22T03:13:21.470Z | Downloaded slog-term v2.9.1 |
217 | 2024-07-22T03:13:21.473Z | Downloaded tokio-native-tls v0.3.1 |
218 | 2024-07-22T03:13:21.475Z | Downloaded tokio-rustls v0.25.0 |
219 | 2024-07-22T03:13:21.478Z | Downloaded slog v2.7.0 |
220 | 2024-07-22T03:13:21.481Z | Downloaded serde_derive_internals v0.29.1 |
221 | 2024-07-22T03:13:21.483Z | Downloaded tokio-rustls v0.24.1 |
222 | 2024-07-22T03:13:21.483Z | Downloaded num-traits v0.2.19 |
223 | 2024-07-22T03:13:21.486Z | Downloaded bytes v1.6.1 |
224 | 2024-07-22T03:13:21.490Z | Downloaded darling_core v0.20.10 |
225 | 2024-07-22T03:13:21.495Z | Downloaded unicode-bidi v0.3.15 |
226 | 2024-07-22T03:13:21.498Z | Downloaded serde_yaml v0.9.34+deprecated |
227 | 2024-07-22T03:13:21.502Z | Downloaded base64 v0.21.7 |
228 | 2024-07-22T03:13:21.506Z | Downloaded socket2 v0.5.7 |
229 | 2024-07-22T03:13:21.508Z | Downloaded toml v0.8.15 |
230 | 2024-07-22T03:13:21.512Z | Downloaded ryu v1.0.18 |
231 | 2024-07-22T03:13:21.515Z | Downloaded allocator-api2 v0.2.18 |
232 | 2024-07-22T03:13:21.518Z | Downloaded indexmap v1.9.3 |
233 | 2024-07-22T03:13:21.521Z | Downloaded typenum v1.17.0 |
234 | 2024-07-22T03:13:21.524Z | Downloaded serde v1.0.204 |
235 | 2024-07-22T03:13:21.528Z | Downloaded ucd-trie v0.1.6 |
236 | 2024-07-22T03:13:21.531Z | Downloaded http v1.1.0 |
237 | 2024-07-22T03:13:21.534Z | Downloaded hashbrown v0.12.3 |
238 | 2024-07-22T03:13:21.538Z | Downloaded unsafe-libyaml v0.2.11 |
239 | 2024-07-22T03:13:21.542Z | Downloaded tracing-core v0.1.32 |
240 | 2024-07-22T03:13:21.544Z | Downloaded winnow v0.6.14 |
241 | 2024-07-22T03:13:21.554Z | Downloaded indexmap v2.2.6 |
242 | 2024-07-22T03:13:21.558Z | Downloaded tinyvec v1.8.0 |
243 | 2024-07-22T03:13:21.561Z | Downloaded http v0.2.12 |
244 | 2024-07-22T03:13:21.565Z | Downloaded memchr v2.7.4 |
245 | 2024-07-22T03:13:21.571Z | Downloaded pest v2.7.11 |
246 | 2024-07-22T03:13:21.575Z | Downloaded serde_with v3.9.0 |
247 | 2024-07-22T03:13:21.584Z | Downloaded time v0.3.36 |
248 | 2024-07-22T03:13:21.591Z | Downloaded toml_edit v0.22.16 |
249 | 2024-07-22T03:13:21.614Z | Downloaded hashbrown v0.14.5 |
250 | 2024-07-22T03:13:21.618Z | Downloaded tokio-util v0.7.11 |
251 | 2024-07-22T03:13:21.625Z | Downloaded unicode-normalization v0.1.23 |
252 | 2024-07-22T03:13:21.629Z | Downloaded zerocopy v0.7.35 |
253 | 2024-07-22T03:13:21.645Z | Downloaded futures-util v0.3.30 |
254 | 2024-07-22T03:13:21.656Z | Downloaded rustls-webpki v0.102.5 |
255 | 2024-07-22T03:13:21.675Z | Downloaded vcpkg v0.2.15 |
256 | 2024-07-22T03:13:21.713Z | Downloaded webpki-roots v0.25.4 |
257 | 2024-07-22T03:13:21.717Z | Downloaded syn v2.0.72 |
258 | 2024-07-22T03:13:21.727Z | Downloaded regex v1.10.5 |
259 | 2024-07-22T03:13:21.741Z | Downloaded openapiv3 v2.0.0 |
260 | 2024-07-22T03:13:21.752Z | Downloaded rustls v0.21.12 |
261 | 2024-07-22T03:13:21.763Z | Downloaded rustls v0.22.4 |
262 | 2024-07-22T03:13:21.776Z | Downloaded regress v0.10.0 |
263 | 2024-07-22T03:13:21.784Z | Downloaded regress v0.9.1 |
264 | 2024-07-22T03:13:21.793Z | Downloaded libc v0.2.155 |
265 | 2024-07-22T03:13:21.819Z | Downloaded regex-syntax v0.8.4 |
266 | 2024-07-22T03:13:21.827Z | Downloaded regex-automata v0.4.7 |
267 | 2024-07-22T03:13:21.844Z | Downloaded openssl v0.10.66 |
268 | 2024-07-22T03:13:21.853Z | Downloaded idna v0.5.0 |
269 | 2024-07-22T03:13:21.859Z | Downloaded tokio v1.38.1 |
270 | 2024-07-22T03:13:21.894Z | Downloaded encoding_rs v0.8.34 |
271 | 2024-07-22T03:13:21.914Z | Downloaded chrono v0.4.38 |
272 | 2024-07-22T03:13:21.921Z | Downloaded rustls-webpki v0.101.7 |
273 | 2024-07-22T03:13:21.934Z | Downloaded reqwest v0.11.27 |
274 | 2024-07-22T03:13:21.941Z | Downloaded hyper v0.14.30 |
275 | 2024-07-22T03:13:21.948Z | Downloaded h2 v0.3.26 |
276 | 2024-07-22T03:13:21.955Z | Downloaded goblin v0.8.2 |
277 | 2024-07-22T03:13:21.961Z | Downloaded aho-corasick v1.1.3 |
278 | 2024-07-22T03:13:21.966Z | Downloaded serde_json v1.0.120 |
279 | 2024-07-22T03:13:21.973Z | Downloaded mio v0.8.11 |
280 | 2024-07-22T03:13:21.978Z | Downloaded crossbeam-channel v0.5.13 |
281 | 2024-07-22T03:13:21.982Z | Downloaded base64 v0.22.1 |
282 | 2024-07-22T03:13:21.986Z | Downloaded rand v0.8.5 |
283 | 2024-07-22T03:13:21.989Z | Downloaded unicode-ident v1.0.12 |
284 | 2024-07-22T03:13:21.992Z | Downloaded tracing v0.1.40 |
285 | 2024-07-22T03:13:21.996Z | Downloaded cc v1.1.6 |
286 | 2024-07-22T03:13:21.999Z | Downloaded parking_lot v0.12.3 |
287 | 2024-07-22T03:13:22.002Z | Downloaded proc-macro2 v1.0.86 |
288 | 2024-07-22T03:13:22.005Z | Downloaded crossbeam-utils v0.8.20 |
289 | 2024-07-22T03:13:22.007Z | Downloaded serde_derive v1.0.204 |
290 | 2024-07-22T03:13:22.010Z | Downloaded futures v0.3.30 |
291 | 2024-07-22T03:13:22.013Z | Downloaded lock_api v0.4.12 |
292 | 2024-07-22T03:13:22.016Z | Downloaded httparse v1.9.4 |
293 | 2024-07-22T03:13:22.018Z | Downloaded paste v1.0.15 |
294 | 2024-07-22T03:13:22.021Z | Downloaded openssl-sys v0.9.103 |
295 | 2024-07-22T03:13:22.024Z | Downloaded subtle v2.6.1 |
296 | 2024-07-22T03:13:22.027Z | Downloaded getrandom v0.2.15 |
297 | 2024-07-22T03:13:22.030Z | Downloaded sync_wrapper v0.1.2 |
298 | 2024-07-22T03:13:22.030Z | Downloaded slog-bunyan v2.5.0 |
299 | 2024-07-22T03:13:22.032Z | Downloaded sha1 v0.10.6 |
300 | 2024-07-22T03:13:22.032Z | Downloaded serde_tokenstream v0.2.1 |
301 | 2024-07-22T03:13:22.035Z | Downloaded schemars_derive v0.8.21 |
302 | 2024-07-22T03:13:22.038Z | Downloaded cpufeatures v0.2.12 |
303 | 2024-07-22T03:13:22.038Z | Downloaded backoff v0.4.0 |
304 | 2024-07-22T03:13:22.041Z | Downloaded iana-time-zone v0.1.60 |
305 | 2024-07-22T03:13:22.043Z | Downloaded futures-channel v0.3.30 |
306 | 2024-07-22T03:13:22.043Z | Downloaded powerfmt v0.2.0 |
307 | 2024-07-22T03:13:22.046Z | Downloaded num_threads v0.1.7 |
308 | 2024-07-22T03:13:22.046Z | Downloaded newtype-uuid v1.1.0 |
309 | 2024-07-22T03:13:22.046Z | Downloaded dirs-sys-next v0.1.2 |
310 | 2024-07-22T03:13:22.049Z | Downloaded async-trait v0.1.81 |
311 | 2024-07-22T03:13:22.052Z | Downloaded digest v0.10.7 |
312 | 2024-07-22T03:13:22.052Z | Downloaded quote v1.0.36 |
313 | 2024-07-22T03:13:22.054Z | Downloaded block-buffer v0.10.4 |
314 | 2024-07-22T03:13:22.057Z | Downloaded rustls-pemfile v2.1.2 |
315 | 2024-07-22T03:13:22.057Z | Downloaded multer v3.1.0 |
316 | 2024-07-22T03:13:22.060Z | Downloaded anyhow v1.0.86 |
317 | 2024-07-22T03:13:22.063Z | Downloaded pkg-config v0.3.30 |
318 | 2024-07-22T03:13:22.066Z | Downloaded futures-macro v0.3.30 |
319 | 2024-07-22T03:13:22.066Z | Downloaded futures-executor v0.3.30 |
320 | 2024-07-22T03:13:22.069Z | Downloaded crypto-common v0.1.6 |
321 | 2024-07-22T03:13:22.069Z | Downloaded async-stream v0.3.5 |
322 | 2024-07-22T03:13:22.071Z | Downloaded instant v0.1.13 |
323 | 2024-07-22T03:13:22.071Z | Downloaded ident_case v1.0.1 |
324 | 2024-07-22T03:13:22.071Z | Downloaded rand_chacha v0.3.1 |
325 | 2024-07-22T03:13:22.074Z | Downloaded ppv-lite86 v0.2.17 |
326 | 2024-07-22T03:13:22.074Z | Downloaded pin-utils v0.1.0 |
327 | 2024-07-22T03:13:22.074Z | Downloaded dirs-next v2.0.0 |
328 | 2024-07-22T03:13:22.077Z | Downloaded byteorder v1.5.0 |
329 | 2024-07-22T03:13:22.082Z | Downloaded ring v0.17.8 |
330 | 2024-07-22T03:13:22.266Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-22T03:13:22.266Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-22T03:13:22.269Z | Compiling libc v0.2.155 |
333 | 2024-07-22T03:13:22.269Z | Checking cfg-if v1.0.0 |
334 | 2024-07-22T03:13:22.269Z | Compiling version_check v0.9.4 |
335 | 2024-07-22T03:13:22.269Z | Compiling autocfg v1.3.0 |
336 | 2024-07-22T03:13:22.284Z | Compiling serde v1.0.204 |
337 | 2024-07-22T03:13:22.289Z | Compiling serde_json v1.0.120 |
338 | 2024-07-22T03:13:22.413Z | Checking itoa v1.0.11 |
339 | 2024-07-22T03:13:22.468Z | Compiling thiserror v1.0.63 |
340 | 2024-07-22T03:13:22.571Z | Checking once_cell v1.19.0 |
341 | 2024-07-22T03:13:22.811Z | Compiling memchr v2.7.4 |
342 | 2024-07-22T03:13:22.903Z | Compiling ahash v0.8.11 |
343 | 2024-07-22T03:13:22.959Z | Compiling cc v1.1.6 |
344 | 2024-07-22T03:13:24.863Z | Checking byteorder v1.5.0 |
345 | 2024-07-22T03:13:25.105Z | Compiling num-traits v0.2.19 |
346 | 2024-07-22T03:13:25.640Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-22T03:13:25.710Z | Checking ryu v1.0.18 |
348 | 2024-07-22T03:13:25.721Z | Checking bytes v1.6.1 |
349 | 2024-07-22T03:13:25.728Z | Checking log v0.4.22 |
350 | 2024-07-22T03:13:25.900Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-22T03:13:25.934Z | Compiling lock_api v0.4.12 |
352 | 2024-07-22T03:13:25.941Z | Compiling schemars v0.8.21 |
353 | 2024-07-22T03:13:26.091Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-07-22T03:13:26.181Z | Compiling ring v0.17.8 |
355 | 2024-07-22T03:13:26.268Z | Checking scopeguard v1.2.0 |
356 | 2024-07-22T03:13:26.335Z | Checking getrandom v0.2.15 |
357 | 2024-07-22T03:13:26.342Z | Checking smallvec v1.13.2 |
358 | 2024-07-22T03:13:26.379Z | Checking futures-core v0.3.30 |
359 | 2024-07-22T03:13:26.488Z | Compiling quote v1.0.36 |
360 | 2024-07-22T03:13:26.511Z | Checking num_cpus v1.16.0 |
361 | 2024-07-22T03:13:26.519Z | Checking mio v0.8.11 |
362 | 2024-07-22T03:13:26.526Z | Checking socket2 v0.5.7 |
363 | 2024-07-22T03:13:26.595Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-07-22T03:13:26.813Z | Compiling syn v2.0.72 |
365 | 2024-07-22T03:13:26.845Z | Compiling slab v0.4.9 |
366 | 2024-07-22T03:13:26.980Z | Checking parking_lot v0.12.3 |
367 | 2024-07-22T03:13:27.056Z | Checking spin v0.9.8 |
368 | 2024-07-22T03:13:27.087Z | Checking futures-sink v0.3.30 |
369 | 2024-07-22T03:13:27.195Z | Checking equivalent v1.0.1 |
370 | 2024-07-22T03:13:27.236Z | Checking fnv v1.0.7 |
371 | 2024-07-22T03:13:27.242Z | Checking untrusted v0.9.0 |
372 | 2024-07-22T03:13:27.272Z | Checking futures-channel v0.3.30 |
373 | 2024-07-22T03:13:27.279Z | Checking futures-io v0.3.30 |
374 | 2024-07-22T03:13:27.323Z | Compiling heck v0.5.0 |
375 | 2024-07-22T03:13:27.357Z | Compiling semver v1.0.23 |
376 | 2024-07-22T03:13:27.433Z | Checking pin-utils v0.1.0 |
377 | 2024-07-22T03:13:27.460Z | Compiling vcpkg v0.2.15 |
378 | 2024-07-22T03:13:27.499Z | Checking futures-task v0.3.30 |
379 | 2024-07-22T03:13:27.559Z | Compiling pkg-config v0.3.30 |
380 | 2024-07-22T03:13:27.705Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-22T03:13:27.823Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-22T03:13:27.830Z | Checking http v0.2.12 |
383 | 2024-07-22T03:13:28.435Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-22T03:13:28.548Z | Compiling httparse v1.9.4 |
385 | 2024-07-22T03:13:28.987Z | Checking tracing-core v0.1.32 |
386 | 2024-07-22T03:13:29.059Z | Compiling openssl-sys v0.9.103 |
387 | 2024-07-22T03:13:29.239Z | Compiling uuid v1.10.0 |
388 | 2024-07-22T03:13:29.482Z | Compiling chrono v0.4.38 |
389 | 2024-07-22T03:13:29.585Z | Checking tracing v0.1.40 |
390 | 2024-07-22T03:13:29.609Z | Compiling openssl v0.10.66 |
391 | 2024-07-22T03:13:29.759Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-22T03:13:29.834Z | Compiling slog v2.7.0 |
393 | 2024-07-22T03:13:29.842Z | Checking try-lock v0.2.5 |
394 | 2024-07-22T03:13:29.888Z | Checking foreign-types v0.3.2 |
395 | 2024-07-22T03:13:29.936Z | Checking want v0.3.1 |
396 | 2024-07-22T03:13:30.021Z | Checking http-body v0.4.6 |
397 | 2024-07-22T03:13:30.080Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-22T03:13:30.304Z | Checking tinyvec_macros v0.1.1 |
399 | 2024-07-22T03:13:30.313Z | Checking bitflags v2.6.0 |
400 | 2024-07-22T03:13:30.360Z | Compiling native-tls v0.2.12 |
401 | 2024-07-22T03:13:30.514Z | Compiling typenum v1.17.0 |
402 | 2024-07-22T03:13:30.640Z | Compiling rustls v0.21.12 |
403 | 2024-07-22T03:13:30.849Z | Compiling regex-syntax v0.8.4 |
404 | 2024-07-22T03:13:31.068Z | Checking tower-service v0.3.2 |
405 | 2024-07-22T03:13:31.148Z | Checking percent-encoding v2.3.1 |
406 | 2024-07-22T03:13:31.310Z | Checking httpdate v1.0.3 |
407 | 2024-07-22T03:13:31.398Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-22T03:13:31.478Z | Checking tinyvec v1.8.0 |
409 | 2024-07-22T03:13:31.999Z | Compiling generic-array v0.14.7 |
410 | 2024-07-22T03:13:32.348Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-22T03:13:32.358Z | Checking unicode-normalization v0.1.23 |
412 | 2024-07-22T03:13:32.884Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-07-22T03:13:33.721Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-22T03:13:34.396Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-22T03:13:34.711Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-22T03:13:35.065Z | Compiling num-conv v0.1.0 |
417 | 2024-07-22T03:13:35.273Z | Checking powerfmt v0.2.0 |
418 | 2024-07-22T03:13:35.506Z | Checking unicode-bidi v0.3.15 |
419 | 2024-07-22T03:13:35.725Z | Checking mime v0.3.17 |
420 | 2024-07-22T03:13:35.946Z | Compiling time-core v0.1.2 |
421 | 2024-07-22T03:13:36.020Z | Checking deranged v0.3.11 |
422 | 2024-07-22T03:13:36.089Z | Compiling time-macros v0.2.18 |
423 | 2024-07-22T03:13:36.096Z | Checking idna v0.5.0 |
424 | 2024-07-22T03:13:36.706Z | Compiling thread-id v4.2.2 |
425 | 2024-07-22T03:13:36.925Z | Compiling ident_case v1.0.1 |
426 | 2024-07-22T03:13:37.285Z | Compiling regex v1.10.5 |
427 | 2024-07-22T03:13:37.926Z | Compiling crossbeam-utils v0.8.20 |
428 | 2024-07-22T03:13:37.934Z | Checking rustls-pki-types v1.7.0 |
429 | 2024-07-22T03:13:38.295Z | Compiling serde_derive v1.0.204 |
430 | 2024-07-22T03:13:38.347Z | Compiling zerocopy-derive v0.7.35 |
431 | 2024-07-22T03:13:38.477Z | Compiling thiserror-impl v1.0.63 |
432 | 2024-07-22T03:13:39.108Z | Compiling schemars_derive v0.8.21 |
433 | 2024-07-22T03:13:39.353Z | Compiling tokio-macros v2.3.0 |
434 | 2024-07-22T03:13:40.473Z | Checking zerocopy v0.7.35 |
435 | 2024-07-22T03:13:41.159Z | Checking tokio v1.38.1 |
436 | 2024-07-22T03:13:41.267Z | Compiling futures-macro v0.3.30 |
437 | 2024-07-22T03:13:41.480Z | Compiling pest v2.7.11 |
438 | 2024-07-22T03:13:41.502Z | Compiling openssl-macros v0.1.1 |
439 | 2024-07-22T03:13:42.113Z | Checking rustls-webpki v0.101.7 |
440 | 2024-07-22T03:13:42.254Z | Checking hashbrown v0.14.5 |
441 | 2024-07-22T03:13:42.794Z | Checking sct v0.7.1 |
442 | 2024-07-22T03:13:43.240Z | Checking futures-util v0.3.30 |
443 | 2024-07-22T03:13:43.391Z | Compiling scroll_derive v0.12.0 |
444 | 2024-07-22T03:13:44.254Z | Compiling pest_meta v2.7.11 |
445 | 2024-07-22T03:13:44.322Z | Compiling regress v0.10.0 |
446 | 2024-07-22T03:13:44.792Z | Checking scroll v0.12.0 |
447 | 2024-07-22T03:13:47.344Z | Compiling pest_generator v2.7.11 |
448 | 2024-07-22T03:13:48.083Z | Checking tokio-util v0.7.11 |
449 | 2024-07-22T03:13:48.606Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-07-22T03:13:48.670Z | Checking tokio-rustls v0.24.1 |
451 | 2024-07-22T03:13:48.731Z | Checking plain v0.2.3 |
452 | 2024-07-22T03:13:48.853Z | Checking base64 v0.21.7 |
453 | 2024-07-22T03:13:48.954Z | Compiling strsim v0.11.1 |
454 | 2024-07-22T03:13:48.978Z | Checking num_threads v0.1.7 |
455 | 2024-07-22T03:13:49.045Z | Checking goblin v0.8.2 |
456 | 2024-07-22T03:13:49.067Z | Checking time v0.3.36 |
457 | 2024-07-22T03:13:49.117Z | Compiling pest_derive v2.7.11 |
458 | 2024-07-22T03:13:49.288Z | Checking rustls-pemfile v1.0.4 |
459 | 2024-07-22T03:13:49.445Z | Compiling darling_core v0.20.10 |
460 | 2024-07-22T03:13:49.935Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-07-22T03:13:50.806Z | Checking url v2.5.2 |
462 | 2024-07-22T03:13:51.424Z | Checking indexmap v2.2.6 |
463 | 2024-07-22T03:13:51.907Z | Compiling serde_tokenstream v0.2.1 |
464 | 2024-07-22T03:13:52.621Z | Checking h2 v0.3.26 |
465 | 2024-07-22T03:13:53.118Z | Checking serde_urlencoded v0.7.1 |
466 | 2024-07-22T03:13:53.322Z | Checking openapiv3 v2.0.0 |
467 | 2024-07-22T03:13:53.898Z | Compiling dof v0.3.0 |
468 | 2024-07-22T03:13:54.192Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-07-22T03:13:54.773Z | Checking ipnet v2.9.0 |
470 | 2024-07-22T03:13:55.202Z | Compiling unsafe-libyaml v0.2.11 |
471 | 2024-07-22T03:13:55.205Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
472 | 2024-07-22T03:13:56.117Z | Compiling omicron-workspace-hack v0.1.0 |
473 | 2024-07-22T03:13:56.389Z | Compiling rustversion v1.0.17 |
474 | 2024-07-22T03:13:56.653Z | Checking hyper v0.14.30 |
475 | 2024-07-22T03:13:56.819Z | Compiling rustls v0.22.4 |
476 | 2024-07-22T03:13:56.845Z | Compiling paste v1.0.15 |
477 | 2024-07-22T03:13:56.978Z | Checking webpki-roots v0.25.4 |
478 | 2024-07-22T03:13:57.005Z | Checking sync_wrapper v0.1.2 |
479 | 2024-07-22T03:13:57.085Z | Checking pretty-hex v0.4.1 |
480 | 2024-07-22T03:13:57.118Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-07-22T03:13:57.169Z | Compiling darling_macro v0.20.10 |
482 | 2024-07-22T03:13:57.462Z | Checking dirs-next v2.0.0 |
483 | 2024-07-22T03:13:57.564Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-22T03:13:57.726Z | Checking toml_datetime v0.6.6 |
485 | 2024-07-22T03:13:57.970Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-22T03:13:57.973Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-22T03:13:58.183Z | Checking crypto-common v0.1.6 |
488 | 2024-07-22T03:13:58.281Z | Checking block-buffer v0.10.4 |
489 | 2024-07-22T03:13:58.323Z | Checking rand_core v0.6.4 |
490 | 2024-07-22T03:13:58.452Z | Compiling multer v3.1.0 |
491 | 2024-07-22T03:13:58.543Z | Checking thread_local v1.1.8 |
492 | 2024-07-22T03:13:58.586Z | Checking ppv-lite86 v0.2.17 |
493 | 2024-07-22T03:13:58.697Z | Checking winnow v0.6.14 |
494 | 2024-07-22T03:13:58.739Z | Compiling camino v1.1.7 |
495 | 2024-07-22T03:13:58.802Z | Checking match_cfg v0.1.0 |
496 | 2024-07-22T03:13:58.874Z | Compiling anyhow v1.0.86 |
497 | 2024-07-22T03:13:59.220Z | Checking subtle v2.6.1 |
498 | 2024-07-22T03:13:59.312Z | Compiling slog-async v2.8.0 |
499 | 2024-07-22T03:13:59.407Z | Checking zeroize v1.8.1 |
500 | 2024-07-22T03:13:59.618Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-22T03:13:59.820Z | Checking hostname v0.3.1 |
502 | 2024-07-22T03:13:59.975Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-22T03:14:00.454Z | Checking digest v0.10.7 |
504 | 2024-07-22T03:14:00.679Z | Compiling darling v0.20.10 |
505 | 2024-07-22T03:14:00.700Z | Compiling structmeta v0.3.0 |
506 | 2024-07-22T03:14:00.743Z | Checking term v0.7.0 |
507 | 2024-07-22T03:14:00.913Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-22T03:14:01.059Z | Checking hyper-rustls v0.24.2 |
509 | 2024-07-22T03:14:01.147Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2024-07-22T03:14:01.155Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-22T03:14:01.320Z | Checking reqwest v0.11.27 |
512 | 2024-07-22T03:14:01.741Z | Checking toml_edit v0.22.16 |
513 | 2024-07-22T03:14:01.828Z | Checking slog-json v2.6.1 |
514 | 2024-07-22T03:14:02.046Z | Checking futures-executor v0.3.30 |
515 | 2024-07-22T03:14:02.200Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-22T03:14:02.231Z | Checking http v1.1.0 |
517 | 2024-07-22T03:14:02.418Z | Checking memmap v0.7.0 |
518 | 2024-07-22T03:14:02.563Z | Checking is-terminal v0.4.12 |
519 | 2024-07-22T03:14:02.566Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
520 | 2024-07-22T03:14:02.583Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
521 | 2024-07-22T03:14:02.656Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-22T03:14:02.765Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-22T03:14:02.834Z | Checking base64 v0.22.1 |
524 | 2024-07-22T03:14:02.841Z | Checking take_mut v0.2.2 |
525 | 2024-07-22T03:14:02.927Z | Checking sha1 v0.10.6 |
526 | 2024-07-22T03:14:03.169Z | Checking waitgroup v0.1.2 |
527 | 2024-07-22T03:14:03.216Z | Checking slog-term v2.9.1 |
528 | 2024-07-22T03:14:03.266Z | Checking rustls-pemfile v2.1.2 |
529 | 2024-07-22T03:14:03.266Z | Checking tokio-rustls v0.25.0 |
530 | 2024-07-22T03:14:03.274Z | Checking usdt v0.5.0 |
531 | 2024-07-22T03:14:03.462Z | Checking futures v0.3.30 |
532 | 2024-07-22T03:14:03.474Z | Checking async-stream v0.3.5 |
533 | 2024-07-22T03:14:03.491Z | Compiling strum_macros v0.26.4 |
534 | 2024-07-22T03:14:03.548Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-22T03:14:03.603Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-07-22T03:14:03.634Z | Compiling serde_with_macros v3.9.0 |
537 | 2024-07-22T03:14:03.654Z | Checking rand v0.8.5 |
538 | 2024-07-22T03:14:04.144Z | Checking toml v0.8.15 |
539 | 2024-07-22T03:14:04.247Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-22T03:14:04.278Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-22T03:14:04.494Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
542 | 2024-07-22T03:14:04.570Z | Checking hex v0.4.3 |
543 | 2024-07-22T03:14:04.854Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-22T03:14:04.879Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-22T03:14:05.063Z | Compiling async-trait v0.1.81 |
546 | 2024-07-22T03:14:05.478Z | Checking hostname v0.4.0 |
547 | 2024-07-22T03:14:05.596Z | Checking instant v0.1.13 |
548 | 2024-07-22T03:14:05.654Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-22T03:14:05.690Z | Checking backoff v0.4.0 |
550 | 2024-07-22T03:14:05.774Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-22T03:14:05.899Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-22T03:14:05.951Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
553 | 2024-07-22T03:14:06.026Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-22T03:14:06.244Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-22T03:14:06.351Z | Checking macaddr v1.0.1 |
556 | 2024-07-22T03:14:06.434Z | Checking serde_with v3.9.0 |
557 | 2024-07-22T03:14:06.656Z | Checking regress v0.9.1 |
558 | 2024-07-22T03:14:07.650Z | Checking parse-display v0.9.1 |
559 | 2024-07-22T03:14:08.080Z | Checking strum v0.26.3 |
560 | 2024-07-22T03:14:08.663Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
561 | 2024-07-22T03:14:10.551Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
562 | 2024-07-22T03:14:10.606Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
563 | 2024-07-22T03:14:13.415Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
564 | 2024-07-22T03:14:19.463Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
565 | 2024-07-22T03:14:19.564Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
566 | 2024-07-22T03:14:22.145Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-22T03:14:28.079Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-22T03:14:28.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-22T03:14:28.186Z | + cargo build --release |
570 | 2024-07-22T03:14:28.430Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-22T03:14:28.430Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-22T03:14:28.430Z | Compiling libc v0.2.155 |
573 | 2024-07-22T03:14:28.430Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-22T03:14:28.430Z | Compiling version_check v0.9.4 |
575 | 2024-07-22T03:14:28.433Z | Compiling autocfg v1.3.0 |
576 | 2024-07-22T03:14:28.433Z | Compiling serde v1.0.204 |
577 | 2024-07-22T03:14:28.467Z | Compiling serde_json v1.0.120 |
578 | 2024-07-22T03:14:28.890Z | Compiling itoa v1.0.11 |
579 | 2024-07-22T03:14:28.900Z | Compiling thiserror v1.0.63 |
580 | 2024-07-22T03:14:28.938Z | Compiling once_cell v1.19.0 |
581 | 2024-07-22T03:14:29.035Z | Compiling ahash v0.8.11 |
582 | 2024-07-22T03:14:29.048Z | Compiling cc v1.1.6 |
583 | 2024-07-22T03:14:29.088Z | Compiling memchr v2.7.4 |
584 | 2024-07-22T03:14:29.383Z | Compiling byteorder v1.5.0 |
585 | 2024-07-22T03:14:29.832Z | Compiling quote v1.0.36 |
586 | 2024-07-22T03:14:29.850Z | Compiling getrandom v0.2.15 |
587 | 2024-07-22T03:14:29.869Z | Compiling num-traits v0.2.19 |
588 | 2024-07-22T03:14:30.165Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-22T03:14:30.184Z | Compiling syn v2.0.72 |
590 | 2024-07-22T03:14:30.277Z | Compiling ryu v1.0.18 |
591 | 2024-07-22T03:14:30.416Z | Compiling bytes v1.6.1 |
592 | 2024-07-22T03:14:30.472Z | Compiling log v0.4.22 |
593 | 2024-07-22T03:14:30.530Z | Compiling schemars v0.8.21 |
594 | 2024-07-22T03:14:30.822Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-22T03:14:30.873Z | Compiling lock_api v0.4.12 |
596 | 2024-07-22T03:14:30.894Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-22T03:14:30.919Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-22T03:14:31.062Z | Compiling smallvec v1.13.2 |
599 | 2024-07-22T03:14:31.303Z | Compiling futures-core v0.3.30 |
600 | 2024-07-22T03:14:31.556Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-22T03:14:31.665Z | Compiling socket2 v0.5.7 |
602 | 2024-07-22T03:14:31.675Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-22T03:14:31.827Z | Compiling mio v0.8.11 |
604 | 2024-07-22T03:14:31.906Z | Compiling parking_lot v0.12.3 |
605 | 2024-07-22T03:14:32.033Z | Compiling ring v0.17.8 |
606 | 2024-07-22T03:14:32.258Z | Compiling slab v0.4.9 |
607 | 2024-07-22T03:14:32.496Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-22T03:14:32.648Z | Compiling spin v0.9.8 |
609 | 2024-07-22T03:14:32.783Z | Compiling fnv v1.0.7 |
610 | 2024-07-22T03:14:32.883Z | Compiling untrusted v0.9.0 |
611 | 2024-07-22T03:14:32.895Z | Compiling semver v1.0.23 |
612 | 2024-07-22T03:14:33.059Z | Compiling equivalent v1.0.1 |
613 | 2024-07-22T03:14:33.374Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-22T03:14:33.557Z | Compiling pkg-config v0.3.30 |
615 | 2024-07-22T03:14:33.601Z | Compiling futures-io v0.3.30 |
616 | 2024-07-22T03:14:33.779Z | Compiling heck v0.5.0 |
617 | 2024-07-22T03:14:33.825Z | Compiling vcpkg v0.2.15 |
618 | 2024-07-22T03:14:33.828Z | Compiling pin-utils v0.1.0 |
619 | 2024-07-22T03:14:33.908Z | Compiling futures-task v0.3.30 |
620 | 2024-07-22T03:14:34.210Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-22T03:14:34.256Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-22T03:14:34.754Z | Compiling http v0.2.12 |
623 | 2024-07-22T03:14:34.933Z | Compiling httparse v1.9.4 |
624 | 2024-07-22T03:14:35.097Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-22T03:14:35.516Z | Compiling openssl-sys v0.9.103 |
626 | 2024-07-22T03:14:35.749Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-22T03:14:36.054Z | Compiling chrono v0.4.38 |
628 | 2024-07-22T03:14:36.339Z | Compiling uuid v1.10.0 |
629 | 2024-07-22T03:14:36.548Z | Compiling tracing v0.1.40 |
630 | 2024-07-22T03:14:37.220Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-22T03:14:38.183Z | Compiling slog v2.7.0 |
632 | 2024-07-22T03:14:38.993Z | Compiling foreign-types-shared v0.1.1 |
633 | 2024-07-22T03:14:39.046Z | Compiling try-lock v0.2.5 |
634 | 2024-07-22T03:14:39.086Z | Compiling openssl v0.10.66 |
635 | 2024-07-22T03:14:39.086Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-22T03:14:39.170Z | Compiling want v0.3.1 |
637 | 2024-07-22T03:14:39.491Z | Compiling http-body v0.4.6 |
638 | 2024-07-22T03:14:39.491Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-22T03:14:39.513Z | Compiling percent-encoding v2.3.1 |
640 | 2024-07-22T03:14:39.966Z | Compiling tower-service v0.3.2 |
641 | 2024-07-22T03:14:39.973Z | Compiling regex-syntax v0.8.4 |
642 | 2024-07-22T03:14:40.078Z | Compiling native-tls v0.2.12 |
643 | 2024-07-22T03:14:40.434Z | Compiling httpdate v1.0.3 |
644 | 2024-07-22T03:14:40.606Z | Compiling bitflags v2.6.0 |
645 | 2024-07-22T03:14:40.930Z | Compiling tinyvec_macros v0.1.1 |
646 | 2024-07-22T03:14:40.955Z | Compiling rustls v0.21.12 |
647 | 2024-07-22T03:14:41.006Z | Compiling typenum v1.17.0 |
648 | 2024-07-22T03:14:41.184Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-22T03:14:41.255Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-22T03:14:42.040Z | Compiling generic-array v0.14.7 |
651 | 2024-07-22T03:14:42.429Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-22T03:14:42.831Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-22T03:14:42.986Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-22T03:14:42.992Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-22T03:14:43.283Z | Compiling thiserror-impl v1.0.63 |
656 | 2024-07-22T03:14:43.689Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-22T03:14:43.943Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-22T03:14:45.133Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-22T03:14:45.735Z | Compiling tokio v1.38.1 |
660 | 2024-07-22T03:14:46.315Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-22T03:14:46.734Z | Compiling pest v2.7.11 |
662 | 2024-07-22T03:14:47.341Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-22T03:14:48.391Z | Compiling futures-util v0.3.30 |
664 | 2024-07-22T03:14:48.971Z | Compiling regress v0.10.0 |
665 | 2024-07-22T03:14:49.068Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-22T03:14:49.559Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-22T03:14:53.727Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-22T03:14:53.926Z | Compiling sct v0.7.1 |
669 | 2024-07-22T03:14:54.406Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-22T03:14:55.381Z | Compiling rustls-webpki v0.101.7 |
671 | 2024-07-22T03:14:55.526Z | Compiling pest_derive v2.7.11 |
672 | 2024-07-22T03:14:56.410Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-22T03:14:59.662Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-07-22T03:15:00.143Z | Compiling indexmap v2.2.6 |
675 | 2024-07-22T03:15:04.274Z | Compiling h2 v0.3.26 |
676 | 2024-07-22T03:15:04.779Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
677 | 2024-07-22T03:15:05.697Z | Compiling regex v1.10.5 |
678 | 2024-07-22T03:15:09.231Z | Compiling scroll_derive v0.12.0 |
679 | 2024-07-22T03:15:10.422Z | Compiling hyper v0.14.30 |
680 | 2024-07-22T03:15:15.444Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-22T03:15:15.803Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-22T03:15:16.915Z | Compiling time-core v0.1.2 |
683 | 2024-07-22T03:15:17.075Z | Compiling mime v0.3.17 |
684 | 2024-07-22T03:15:17.605Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
685 | 2024-07-22T03:15:18.178Z | Compiling powerfmt v0.2.0 |
686 | 2024-07-22T03:15:18.656Z | Compiling num-conv v0.1.0 |
687 | 2024-07-22T03:15:18.918Z | Compiling unicode-bidi v0.3.15 |
688 | 2024-07-22T03:15:21.653Z | Compiling idna v0.5.0 |
689 | 2024-07-22T03:15:22.012Z | Compiling time-macros v0.2.18 |
690 | 2024-07-22T03:15:25.190Z | Compiling deranged v0.3.11 |
691 | 2024-07-22T03:15:26.847Z | Compiling scroll v0.12.0 |
692 | 2024-07-22T03:15:27.425Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-22T03:15:27.465Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-22T03:15:27.719Z | Compiling dof v0.3.0 |
695 | 2024-07-22T03:15:27.880Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-22T03:15:27.957Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-22T03:15:28.039Z | Compiling thread-id v4.2.2 |
698 | 2024-07-22T03:15:28.167Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-07-22T03:15:28.424Z | Compiling plain v0.2.3 |
700 | 2024-07-22T03:15:28.593Z | Compiling strsim v0.11.1 |
701 | 2024-07-22T03:15:28.708Z | Compiling base64 v0.21.7 |
702 | 2024-07-22T03:15:29.347Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-22T03:15:29.842Z | Compiling ident_case v1.0.1 |
704 | 2024-07-22T03:15:29.993Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-07-22T03:15:30.071Z | Compiling num_threads v0.1.7 |
706 | 2024-07-22T03:15:30.183Z | Compiling time v0.3.36 |
707 | 2024-07-22T03:15:31.101Z | Compiling darling_core v0.20.10 |
708 | 2024-07-22T03:15:35.138Z | Compiling rustls-pemfile v1.0.4 |
709 | 2024-07-22T03:15:37.214Z | Compiling goblin v0.8.2 |
710 | 2024-07-22T03:15:37.629Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-22T03:15:38.055Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-22T03:15:38.527Z | Compiling url v2.5.2 |
713 | 2024-07-22T03:15:38.952Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
714 | 2024-07-22T03:15:39.071Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-22T03:15:39.722Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-22T03:15:41.291Z | Compiling rustversion v1.0.17 |
717 | 2024-07-22T03:15:41.943Z | Compiling ipnet v2.9.0 |
718 | 2024-07-22T03:15:43.448Z | Compiling rustls v0.22.4 |
719 | 2024-07-22T03:15:43.498Z | Compiling sync_wrapper v0.1.2 |
720 | 2024-07-22T03:15:43.614Z | Compiling webpki-roots v0.25.4 |
721 | 2024-07-22T03:15:43.734Z | Compiling paste v1.0.15 |
722 | 2024-07-22T03:15:43.737Z | Compiling unsafe-libyaml v0.2.11 |
723 | 2024-07-22T03:15:44.203Z | Compiling pretty-hex v0.4.1 |
724 | 2024-07-22T03:15:44.339Z | Compiling reqwest v0.11.27 |
725 | 2024-07-22T03:15:44.616Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
726 | 2024-07-22T03:15:45.488Z | Compiling serde_yaml v0.9.34+deprecated |
727 | 2024-07-22T03:15:46.847Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-22T03:15:49.331Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-22T03:15:50.824Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-22T03:15:51.725Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-22T03:15:51.947Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-22T03:15:52.146Z | Compiling serde_spanned v0.6.6 |
733 | 2024-07-22T03:15:52.386Z | Compiling toml_datetime v0.6.6 |
734 | 2024-07-22T03:15:52.411Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-22T03:15:53.094Z | Compiling rand_core v0.6.4 |
736 | 2024-07-22T03:15:53.570Z | Compiling thread_local v1.1.8 |
737 | 2024-07-22T03:15:53.600Z | Compiling multer v3.1.0 |
738 | 2024-07-22T03:15:53.912Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-07-22T03:15:54.355Z | Compiling slog-async v2.8.0 |
740 | 2024-07-22T03:15:54.716Z | Compiling winnow v0.6.14 |
741 | 2024-07-22T03:15:54.838Z | Compiling anyhow v1.0.86 |
742 | 2024-07-22T03:15:55.217Z | Compiling match_cfg v0.1.0 |
743 | 2024-07-22T03:15:55.301Z | Compiling subtle v2.6.1 |
744 | 2024-07-22T03:15:55.329Z | Compiling camino v1.1.7 |
745 | 2024-07-22T03:15:55.370Z | Compiling zeroize v1.8.1 |
746 | 2024-07-22T03:15:55.721Z | Compiling hostname v0.3.1 |
747 | 2024-07-22T03:15:55.958Z | Compiling structmeta v0.3.0 |
748 | 2024-07-22T03:15:56.014Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-22T03:15:56.327Z | Compiling digest v0.10.7 |
750 | 2024-07-22T03:15:56.737Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
751 | 2024-07-22T03:15:57.723Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-22T03:15:59.110Z | Compiling toml_edit v0.22.16 |
753 | 2024-07-22T03:16:01.764Z | Compiling darling v0.20.10 |
754 | 2024-07-22T03:16:01.866Z | Compiling term v0.7.0 |
755 | 2024-07-22T03:16:07.698Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
756 | 2024-07-22T03:16:09.131Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-22T03:16:09.485Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-22T03:16:10.618Z | Compiling slog-json v2.6.1 |
759 | 2024-07-22T03:16:10.868Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-22T03:16:11.141Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-22T03:16:12.122Z | Compiling http v1.1.0 |
762 | 2024-07-22T03:16:12.518Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-22T03:16:12.662Z | Compiling memmap v0.7.0 |
764 | 2024-07-22T03:16:13.079Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
765 | 2024-07-22T03:16:13.166Z | Compiling base64 v0.22.1 |
766 | 2024-07-22T03:16:13.408Z | Compiling cpufeatures v0.2.12 |
767 | 2024-07-22T03:16:13.500Z | Compiling take_mut v0.2.2 |
768 | 2024-07-22T03:16:13.644Z | Compiling atomic-waker v1.1.2 |
769 | 2024-07-22T03:16:13.817Z | Compiling waitgroup v0.1.2 |
770 | 2024-07-22T03:16:14.245Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-22T03:16:16.796Z | Compiling sha1 v0.10.6 |
772 | 2024-07-22T03:16:17.070Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
773 | 2024-07-22T03:16:17.251Z | Compiling usdt v0.5.0 |
774 | 2024-07-22T03:16:17.552Z | Compiling slog-term v2.9.1 |
775 | 2024-07-22T03:16:18.748Z | Compiling async-stream v0.3.5 |
776 | 2024-07-22T03:16:18.866Z | Compiling futures v0.3.30 |
777 | 2024-07-22T03:16:18.969Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-22T03:16:19.182Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-22T03:16:19.269Z | Compiling toml v0.8.15 |
780 | 2024-07-22T03:16:20.453Z | Compiling serde_with_macros v3.9.0 |
781 | 2024-07-22T03:16:23.357Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-07-22T03:16:23.787Z | Compiling rand v0.8.5 |
783 | 2024-07-22T03:16:24.110Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-22T03:16:26.281Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-22T03:16:26.606Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-22T03:16:26.908Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
787 | 2024-07-22T03:16:27.288Z | Compiling hex v0.4.3 |
788 | 2024-07-22T03:16:27.969Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-22T03:16:28.379Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-22T03:16:28.955Z | Compiling async-trait v0.1.81 |
791 | 2024-07-22T03:16:29.199Z | Compiling hostname v0.4.0 |
792 | 2024-07-22T03:16:29.444Z | Compiling instant v0.1.13 |
793 | 2024-07-22T03:16:29.587Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-22T03:16:29.721Z | Compiling backoff v0.4.0 |
795 | 2024-07-22T03:16:29.893Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-22T03:16:30.050Z | Compiling parse-display v0.9.1 |
797 | 2024-07-22T03:16:30.099Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-22T03:16:30.250Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
799 | 2024-07-22T03:16:30.685Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-22T03:16:31.294Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
801 | 2024-07-22T03:16:31.510Z | Compiling strum v0.26.3 |
802 | 2024-07-22T03:16:31.675Z | Compiling serde_with v3.9.0 |
803 | 2024-07-22T03:16:32.094Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-22T03:16:32.922Z | Compiling macaddr v1.0.1 |
805 | 2024-07-22T03:16:33.520Z | Compiling regress v0.9.1 |
806 | 2024-07-22T03:16:38.329Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-22T03:16:48.158Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-22T03:16:56.280Z | Finished `release` profile [optimized] target(s) in 2m 28s |
809 | 2024-07-22T03:16:56.328Z | process exited: duration 222756 ms, exit code 0 |
|
810 | 2024-07-22T03:16:56.334Z | found 0 output files |