|
|
|
1 | 2024-08-02T16:41:56.410Z | job assigned to worker 01J49ZESB2HVMPCBZG0MDVTGY9 (queued for 1 m 0 s) |
|
2 | 2024-08-02T16:42:03.743Z | starting task 0: "setup" |
3 | 2024-08-02T16:42:03.799Z | ++ uname -s |
4 | 2024-08-02T16:42:03.802Z | + kern=SunOS |
5 | 2024-08-02T16:42:03.802Z | + case "$kern" in |
6 | 2024-08-02T16:42:03.802Z | + groupadd -g 12345 build |
7 | 2024-08-02T16:42:03.805Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-02T16:42:05.822Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-02T16:42:05.992Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-02T16:42:05.995Z | + home_fs=zfs |
11 | 2024-08-02T16:42:05.995Z | + [[ zfs == autofs ]] |
12 | 2024-08-02T16:42:05.995Z | + mkdir -p /home/build |
13 | 2024-08-02T16:42:05.995Z | + chown build:build /home/build /work |
14 | 2024-08-02T16:42:07.997Z | + chmod 0700 /home/build /work |
15 | 2024-08-02T16:42:08.001Z | process exited: duration 4255 ms, exit code 0 |
|
16 | 2024-08-02T16:42:08.007Z | starting task 1: "rust-toolchain" |
17 | 2024-08-02T16:42:08.013Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-02T16:42:08.013Z | * toolchain channel = "1.78.0" |
19 | 2024-08-02T16:42:08.013Z | * toolchain profile = "default" |
20 | 2024-08-02T16:42:08.013Z | ' 1.78.0 |
21 | 2024-08-02T16:42:08.013Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-02T16:42:08.013Z | ' default |
23 | 2024-08-02T16:42:08.016Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-02T16:42:08.016Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-08-02T16:42:08.127Z | info: downloading installer |
26 | 2024-08-02T16:42:09.290Z | info: profile set to 'default' |
27 | 2024-08-02T16:42:09.290Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-02T16:42:09.293Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-08-02T16:42:09.414Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-08-02T16:42:09.414Z | info: downloading component 'cargo' |
31 | 2024-08-02T16:42:10.070Z | info: downloading component 'clippy' |
32 | 2024-08-02T16:42:10.291Z | info: downloading component 'rust-docs' |
33 | 2024-08-02T16:42:11.145Z | info: downloading component 'rust-std' |
34 | 2024-08-02T16:42:12.505Z | info: downloading component 'rustc' |
35 | 2024-08-02T16:42:15.898Z | info: downloading component 'rustfmt' |
36 | 2024-08-02T16:42:16.083Z | info: installing component 'cargo' |
37 | 2024-08-02T16:42:16.932Z | info: installing component 'clippy' |
38 | 2024-08-02T16:42:17.297Z | info: installing component 'rust-docs' |
39 | 2024-08-02T16:42:18.783Z | info: installing component 'rust-std' |
40 | 2024-08-02T16:42:20.543Z | info: installing component 'rustc' |
41 | 2024-08-02T16:42:24.710Z | info: installing component 'rustfmt' |
42 | 2024-08-02T16:42:25.046Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-08-02T16:42:25.046Z | |
44 | 2024-08-02T16:42:25.316Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-08-02T16:42:25.316Z | |
46 | 2024-08-02T16:42:25.319Z | |
47 | 2024-08-02T16:42:25.319Z | Rust is installed now. Great! |
48 | 2024-08-02T16:42:25.319Z | |
49 | 2024-08-02T16:42:25.319Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-02T16:42:25.319Z | environment variable. This has not been done automatically. |
51 | 2024-08-02T16:42:25.319Z | |
52 | 2024-08-02T16:42:25.319Z | To configure your current shell, you need to source |
53 | 2024-08-02T16:42:25.320Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-02T16:42:25.320Z | |
55 | 2024-08-02T16:42:25.320Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-02T16:42:25.320Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-02T16:42:25.320Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-02T16:42:25.390Z | + rustc --version |
59 | 2024-08-02T16:42:25.450Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-08-02T16:42:25.453Z | process exited: duration 17442 ms, exit code 0 |
|
61 | 2024-08-02T16:42:25.459Z | starting task 2: "authentication" |
62 | 2024-08-02T16:42:25.479Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-02T16:42:25.485Z | starting task 3: "clone repository" |
64 | 2024-08-02T16:42:25.489Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-02T16:42:25.492Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-02T16:42:25.631Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-02T16:42:33.624Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-02T16:42:33.624Z | + git fetch origin fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
69 | 2024-08-02T16:42:34.116Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-02T16:42:34.116Z | * branch fcaf48be81455748a28872c53a3ae5e0dfd40aa0 -> FETCH_HEAD |
71 | 2024-08-02T16:42:34.123Z | + [[ -n '' ]] |
72 | 2024-08-02T16:42:34.123Z | + git reset --hard fcaf48be81455748a28872c53a3ae5e0dfd40aa0 |
73 | 2024-08-02T16:42:34.261Z | HEAD is now at fcaf48be8 Snapshot creation races with region replacement |
74 | 2024-08-02T16:42:34.264Z | process exited: duration 8776 ms, exit code 0 |
|
75 | 2024-08-02T16:42:34.270Z | starting task 4: "build" |
76 | 2024-08-02T16:42:34.275Z | + cargo --version |
77 | 2024-08-02T16:42:34.329Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-08-02T16:42:34.332Z | + rustc --version |
79 | 2024-08-02T16:42:34.387Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-08-02T16:42:34.390Z | + cd /tmp |
81 | 2024-08-02T16:42:34.390Z | + cargo new --lib test-project |
82 | 2024-08-02T16:42:34.443Z | Creating library `test-project` package |
83 | 2024-08-02T16:42:34.514Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-02T16:42:34.517Z | + cd test-project |
85 | 2024-08-02T16:42:34.517Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-02T16:42:34.571Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-02T16:42:34.571Z | Features: |
88 | 2024-08-02T16:42:34.571Z | - proptest |
89 | 2024-08-02T16:42:34.571Z | - test-strategy |
90 | 2024-08-02T16:42:34.571Z | - testing |
91 | 2024-08-02T16:42:34.575Z | Updating crates.io index |
92 | 2024-08-02T16:42:34.643Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-02T16:42:35.507Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-02T16:42:36.217Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-02T16:42:36.714Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-02T16:42:38.824Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-02T16:42:39.152Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-02T16:42:39.510Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-02T16:42:42.735Z | + cargo check |
100 | 2024-08-02T16:42:42.940Z | Downloading crates ... |
101 | 2024-08-02T16:42:43.016Z | Downloaded ident_case v1.0.1 |
102 | 2024-08-02T16:42:43.019Z | Downloaded async-stream-impl v0.3.5 |
103 | 2024-08-02T16:42:43.026Z | Downloaded autocfg v1.3.0 |
104 | 2024-08-02T16:42:43.031Z | Downloaded async-stream v0.3.5 |
105 | 2024-08-02T16:42:43.036Z | Downloaded dtrace-parser v0.2.0 |
106 | 2024-08-02T16:42:43.042Z | Downloaded usdt-attr-macro v0.5.0 |
107 | 2024-08-02T16:42:43.045Z | Downloaded foreign-types-shared v0.1.1 |
108 | 2024-08-02T16:42:43.051Z | Downloaded openssl-macros v0.1.1 |
109 | 2024-08-02T16:42:43.054Z | Downloaded omicron-workspace-hack v0.1.0 |
110 | 2024-08-02T16:42:43.054Z | Downloaded futures-core v0.3.30 |
111 | 2024-08-02T16:42:43.057Z | Downloaded atomic-waker v1.1.2 |
112 | 2024-08-02T16:42:43.057Z | Downloaded block-buffer v0.10.4 |
113 | 2024-08-02T16:42:43.060Z | Downloaded num_threads v0.1.7 |
114 | 2024-08-02T16:42:43.060Z | Downloaded waitgroup v0.1.2 |
115 | 2024-08-02T16:42:43.060Z | Downloaded hyper-tls v0.5.0 |
116 | 2024-08-02T16:42:43.064Z | Downloaded dirs-sys-next v0.1.2 |
117 | 2024-08-02T16:42:43.064Z | Downloaded hex v0.4.3 |
118 | 2024-08-02T16:42:43.067Z | Downloaded ahash v0.8.11 |
119 | 2024-08-02T16:42:43.070Z | Downloaded pretty-hex v0.4.1 |
120 | 2024-08-02T16:42:43.070Z | Downloaded strum v0.26.3 |
121 | 2024-08-02T16:42:43.073Z | Downloaded sync_wrapper v0.1.2 |
122 | 2024-08-02T16:42:43.073Z | Downloaded ppv-lite86 v0.2.18 |
123 | 2024-08-02T16:42:43.076Z | Downloaded usdt-macro v0.5.0 |
124 | 2024-08-02T16:42:43.076Z | Downloaded num-conv v0.1.0 |
125 | 2024-08-02T16:42:43.076Z | Downloaded match_cfg v0.1.0 |
126 | 2024-08-02T16:42:43.079Z | Downloaded zeroize v1.8.1 |
127 | 2024-08-02T16:42:43.079Z | Downloaded paste v1.0.15 |
128 | 2024-08-02T16:42:43.082Z | Downloaded want v0.3.1 |
129 | 2024-08-02T16:42:43.084Z | Downloaded mime v0.3.17 |
130 | 2024-08-02T16:42:43.084Z | Downloaded memmap v0.7.0 |
131 | 2024-08-02T16:42:43.087Z | Downloaded serde_urlencoded v0.7.1 |
132 | 2024-08-02T16:42:43.087Z | Downloaded slog-bunyan v2.5.0 |
133 | 2024-08-02T16:42:43.090Z | Downloaded foreign-types v0.3.2 |
134 | 2024-08-02T16:42:43.090Z | Downloaded equivalent v1.0.1 |
135 | 2024-08-02T16:42:43.090Z | Downloaded futures-io v0.3.30 |
136 | 2024-08-02T16:42:43.093Z | Downloaded digest v0.10.7 |
137 | 2024-08-02T16:42:43.093Z | Downloaded futures-sink v0.3.30 |
138 | 2024-08-02T16:42:43.096Z | Downloaded plain v0.2.3 |
139 | 2024-08-02T16:42:43.096Z | Downloaded futures-task v0.3.30 |
140 | 2024-08-02T16:42:43.099Z | Downloaded darling_macro v0.20.10 |
141 | 2024-08-02T16:42:43.099Z | Downloaded pkg-config v0.3.30 |
142 | 2024-08-02T16:42:43.101Z | Downloaded scroll v0.12.0 |
143 | 2024-08-02T16:42:43.101Z | Downloaded subtle v2.6.1 |
144 | 2024-08-02T16:42:43.105Z | Downloaded signal-hook-registry v1.4.2 |
145 | 2024-08-02T16:42:43.105Z | Downloaded pest_generator v2.7.11 |
146 | 2024-08-02T16:42:43.108Z | Downloaded usdt v0.5.0 |
147 | 2024-08-02T16:42:43.108Z | Downloaded untrusted v0.9.0 |
148 | 2024-08-02T16:42:43.110Z | Downloaded powerfmt v0.2.0 |
149 | 2024-08-02T16:42:43.110Z | Downloaded instant v0.1.13 |
150 | 2024-08-02T16:42:43.111Z | Downloaded version_check v0.9.5 |
151 | 2024-08-02T16:42:43.113Z | Downloaded serde_tokenstream v0.2.1 |
152 | 2024-08-02T16:42:43.117Z | Downloaded sha1 v0.10.6 |
153 | 2024-08-02T16:42:43.120Z | Downloaded pin-utils v0.1.0 |
154 | 2024-08-02T16:42:43.120Z | Downloaded openssl-probe v0.1.5 |
155 | 2024-08-02T16:42:43.120Z | Downloaded schemars_derive v0.8.21 |
156 | 2024-08-02T16:42:43.123Z | Downloaded strsim v0.11.1 |
157 | 2024-08-02T16:42:43.123Z | Downloaded async-trait v0.1.81 |
158 | 2024-08-02T16:42:43.126Z | Downloaded percent-encoding v2.3.1 |
159 | 2024-08-02T16:42:43.129Z | Downloaded http-body v0.4.6 |
160 | 2024-08-02T16:42:43.129Z | Downloaded allocator-api2 v0.2.18 |
161 | 2024-08-02T16:42:43.133Z | Downloaded bitflags v2.6.0 |
162 | 2024-08-02T16:42:43.136Z | Downloaded tinyvec_macros v0.1.1 |
163 | 2024-08-02T16:42:43.139Z | Downloaded time-core v0.1.2 |
164 | 2024-08-02T16:42:43.139Z | Downloaded try-lock v0.2.5 |
165 | 2024-08-02T16:42:43.139Z | Downloaded rand_chacha v0.3.1 |
166 | 2024-08-02T16:42:43.141Z | Downloaded heck v0.5.0 |
167 | 2024-08-02T16:42:43.141Z | Downloaded futures-macro v0.3.30 |
168 | 2024-08-02T16:42:43.144Z | Downloaded form_urlencoded v1.2.1 |
169 | 2024-08-02T16:42:43.144Z | Downloaded multer v3.1.0 |
170 | 2024-08-02T16:42:43.147Z | Downloaded hostname v0.3.1 |
171 | 2024-08-02T16:42:43.150Z | Downloaded slog-term v2.9.1 |
172 | 2024-08-02T16:42:43.152Z | Downloaded quote v1.0.36 |
173 | 2024-08-02T16:42:43.155Z | Downloaded pin-project-lite v0.2.14 |
174 | 2024-08-02T16:42:43.158Z | Downloaded tower-service v0.3.2 |
175 | 2024-08-02T16:42:43.161Z | Downloaded serde_path_to_error v0.1.16 |
176 | 2024-08-02T16:42:43.161Z | Downloaded sct v0.7.1 |
177 | 2024-08-02T16:42:43.164Z | Downloaded itoa v1.0.11 |
178 | 2024-08-02T16:42:43.167Z | Downloaded futures-executor v0.3.30 |
179 | 2024-08-02T16:42:43.167Z | Downloaded rustls-pemfile v1.0.4 |
180 | 2024-08-02T16:42:43.170Z | Downloaded dyn-clone v1.0.17 |
181 | 2024-08-02T16:42:43.173Z | Downloaded rustversion v1.0.17 |
182 | 2024-08-02T16:42:43.176Z | Downloaded thread_local v1.1.8 |
183 | 2024-08-02T16:42:43.176Z | Downloaded parking_lot_core v0.9.10 |
184 | 2024-08-02T16:42:43.178Z | Downloaded slog-json v2.6.1 |
185 | 2024-08-02T16:42:43.181Z | Downloaded scopeguard v1.2.0 |
186 | 2024-08-02T16:42:43.181Z | Downloaded thiserror-impl v1.0.63 |
187 | 2024-08-02T16:42:43.184Z | Downloaded thiserror v1.0.63 |
188 | 2024-08-02T16:42:43.187Z | Downloaded thread-id v4.2.2 |
189 | 2024-08-02T16:42:43.190Z | Downloaded tokio-native-tls v0.3.1 |
190 | 2024-08-02T16:42:43.193Z | Downloaded ryu v1.0.18 |
191 | 2024-08-02T16:42:43.196Z | Downloaded smallvec v1.13.2 |
192 | 2024-08-02T16:42:43.199Z | Downloaded slog v2.7.0 |
193 | 2024-08-02T16:42:43.202Z | Downloaded socket2 v0.5.7 |
194 | 2024-08-02T16:42:43.204Z | Downloaded darling v0.20.10 |
195 | 2024-08-02T16:42:43.207Z | Downloaded parking_lot v0.12.3 |
196 | 2024-08-02T16:42:43.210Z | Downloaded slab v0.4.9 |
197 | 2024-08-02T16:42:43.210Z | Downloaded rustls-pemfile v2.1.2 |
198 | 2024-08-02T16:42:43.213Z | Downloaded unsafe-libyaml v0.2.11 |
199 | 2024-08-02T16:42:43.216Z | Downloaded camino v1.1.7 |
200 | 2024-08-02T16:42:43.219Z | Downloaded strum_macros v0.26.4 |
201 | 2024-08-02T16:42:43.221Z | Downloaded iana-time-zone v0.1.60 |
202 | 2024-08-02T16:42:43.224Z | Downloaded serde_derive v1.0.204 |
203 | 2024-08-02T16:42:43.227Z | Downloaded pest_derive v2.7.11 |
204 | 2024-08-02T16:42:43.230Z | Downloaded native-tls v0.2.12 |
205 | 2024-08-02T16:42:43.233Z | Downloaded url v2.5.2 |
206 | 2024-08-02T16:42:43.236Z | Downloaded semver v1.0.23 |
207 | 2024-08-02T16:42:43.239Z | Downloaded toml_datetime v0.6.8 |
208 | 2024-08-02T16:42:43.239Z | Downloaded time-macros v0.2.18 |
209 | 2024-08-02T16:42:43.242Z | Downloaded tinyvec v1.8.0 |
210 | 2024-08-02T16:42:43.245Z | Downloaded slog-async v2.8.0 |
211 | 2024-08-02T16:42:43.245Z | Downloaded serde v1.0.204 |
212 | 2024-08-02T16:42:43.247Z | Downloaded crossbeam-utils v0.8.20 |
213 | 2024-08-02T16:42:43.250Z | Downloaded cc v1.1.7 |
214 | 2024-08-02T16:42:43.254Z | Downloaded schemars v0.8.21 |
215 | 2024-08-02T16:42:43.266Z | Downloaded tokio-rustls v0.25.0 |
216 | 2024-08-02T16:42:43.269Z | Downloaded tokio-rustls v0.24.1 |
217 | 2024-08-02T16:42:43.272Z | Downloaded serde_yaml v0.9.34+deprecated |
218 | 2024-08-02T16:42:43.274Z | Downloaded num-traits v0.2.19 |
219 | 2024-08-02T16:42:43.277Z | Downloaded indexmap v1.9.3 |
220 | 2024-08-02T16:42:43.280Z | Downloaded indexmap v2.3.0 |
221 | 2024-08-02T16:42:43.284Z | Downloaded rand v0.8.5 |
222 | 2024-08-02T16:42:43.288Z | Downloaded toml v0.8.19 |
223 | 2024-08-02T16:42:43.291Z | Downloaded ucd-trie v0.1.6 |
224 | 2024-08-02T16:42:43.294Z | Downloaded unicode-normalization v0.1.23 |
225 | 2024-08-02T16:42:43.297Z | Downloaded pest v2.7.11 |
226 | 2024-08-02T16:42:43.302Z | Downloaded hashbrown v0.12.3 |
227 | 2024-08-02T16:42:43.307Z | Downloaded http v1.1.0 |
228 | 2024-08-02T16:42:43.311Z | Downloaded openssl-sys v0.9.103 |
229 | 2024-08-02T16:42:43.316Z | Downloaded tracing-core v0.1.32 |
230 | 2024-08-02T16:42:43.319Z | Downloaded unicode-bidi v0.3.15 |
231 | 2024-08-02T16:42:43.322Z | Downloaded crossbeam-channel v0.5.13 |
232 | 2024-08-02T16:42:43.325Z | Downloaded typenum v1.17.0 |
233 | 2024-08-02T16:42:43.328Z | Downloaded darling_core v0.20.10 |
234 | 2024-08-02T16:42:43.333Z | Downloaded tracing v0.1.40 |
235 | 2024-08-02T16:42:43.337Z | Downloaded serde_json v1.0.122 |
236 | 2024-08-02T16:42:43.345Z | Downloaded zerocopy v0.7.35 |
237 | 2024-08-02T16:42:43.361Z | Downloaded serde_with v3.9.0 |
238 | 2024-08-02T16:42:43.369Z | Downloaded rustls-webpki v0.101.7 |
239 | 2024-08-02T16:42:43.384Z | Downloaded toml_edit v0.22.20 |
240 | 2024-08-02T16:42:43.405Z | Downloaded rustls-webpki v0.102.6 |
241 | 2024-08-02T16:42:43.423Z | Downloaded time v0.3.36 |
242 | 2024-08-02T16:42:43.430Z | Downloaded regex v1.10.6 |
243 | 2024-08-02T16:42:43.443Z | Downloaded vcpkg v0.2.15 |
244 | 2024-08-02T16:42:43.480Z | Downloaded syn v2.0.72 |
245 | 2024-08-02T16:42:43.490Z | Downloaded regress v0.10.0 |
246 | 2024-08-02T16:42:43.499Z | Downloaded openssl v0.10.66 |
247 | 2024-08-02T16:42:43.509Z | Downloaded rustls v0.22.4 |
248 | 2024-08-02T16:42:43.522Z | Downloaded regex-syntax v0.8.4 |
249 | 2024-08-02T16:42:43.530Z | Downloaded regress v0.9.1 |
250 | 2024-08-02T16:42:43.539Z | Downloaded regex-automata v0.4.7 |
251 | 2024-08-02T16:42:43.556Z | Downloaded zerocopy-derive v0.6.6 |
252 | 2024-08-02T16:42:43.565Z | Downloaded openapiv3 v2.0.0 |
253 | 2024-08-02T16:42:43.577Z | Downloaded idna v0.5.0 |
254 | 2024-08-02T16:42:43.583Z | Downloaded rustls v0.21.12 |
255 | 2024-08-02T16:42:43.594Z | Downloaded webpki-roots v0.25.4 |
256 | 2024-08-02T16:42:43.598Z | Downloaded hyper v0.14.30 |
257 | 2024-08-02T16:42:43.606Z | Downloaded futures-util v0.3.30 |
258 | 2024-08-02T16:42:43.617Z | Downloaded chrono v0.4.38 |
259 | 2024-08-02T16:42:43.624Z | Downloaded tokio v1.39.2 |
260 | 2024-08-02T16:42:43.659Z | Downloaded libc v0.2.155 |
261 | 2024-08-02T16:42:43.685Z | Downloaded goblin v0.8.2 |
262 | 2024-08-02T16:42:43.691Z | Downloaded tokio-util v0.7.11 |
263 | 2024-08-02T16:42:43.697Z | Downloaded encoding_rs v0.8.34 |
264 | 2024-08-02T16:42:43.716Z | Downloaded hashbrown v0.14.5 |
265 | 2024-08-02T16:42:43.721Z | Downloaded h2 v0.3.26 |
266 | 2024-08-02T16:42:43.727Z | Downloaded aho-corasick v1.1.3 |
267 | 2024-08-02T16:42:43.732Z | Downloaded mio v1.0.1 |
268 | 2024-08-02T16:42:43.738Z | Downloaded memchr v2.7.4 |
269 | 2024-08-02T16:42:43.742Z | Downloaded http v0.2.12 |
270 | 2024-08-02T16:42:43.746Z | Downloaded reqwest v0.11.27 |
271 | 2024-08-02T16:42:43.753Z | Downloaded winnow v0.6.18 |
272 | 2024-08-02T16:42:43.761Z | Downloaded base64 v0.22.1 |
273 | 2024-08-02T16:42:43.765Z | Downloaded base64 v0.21.7 |
274 | 2024-08-02T16:42:43.768Z | Downloaded once_cell v1.19.0 |
275 | 2024-08-02T16:42:43.771Z | Downloaded bytes v1.7.1 |
276 | 2024-08-02T16:42:43.774Z | Downloaded lock_api v0.4.12 |
277 | 2024-08-02T16:42:43.777Z | Downloaded ipnet v2.9.0 |
278 | 2024-08-02T16:42:43.777Z | Downloaded futures v0.3.30 |
279 | 2024-08-02T16:42:43.781Z | Downloaded hyper-rustls v0.24.2 |
280 | 2024-08-02T16:42:43.784Z | Downloaded getrandom v0.2.15 |
281 | 2024-08-02T16:42:43.787Z | Downloaded spin v0.9.8 |
282 | 2024-08-02T16:42:43.789Z | Downloaded ring v0.17.8 |
283 | 2024-08-02T16:42:43.851Z | Downloaded serde_derive_internals v0.29.1 |
284 | 2024-08-02T16:42:43.854Z | Downloaded uuid v1.10.0 |
285 | 2024-08-02T16:42:43.857Z | Downloaded futures-channel v0.3.30 |
286 | 2024-08-02T16:42:43.857Z | Downloaded pest_meta v2.7.11 |
287 | 2024-08-02T16:42:43.860Z | Downloaded unicode-ident v1.0.12 |
288 | 2024-08-02T16:42:43.863Z | Downloaded log v0.4.22 |
289 | 2024-08-02T16:42:43.863Z | Downloaded cpufeatures v0.2.12 |
290 | 2024-08-02T16:42:43.866Z | Downloaded proc-macro2 v1.0.86 |
291 | 2024-08-02T16:42:43.866Z | Downloaded zerocopy v0.6.6 |
292 | 2024-08-02T16:42:43.869Z | Downloaded anyhow v1.0.86 |
293 | 2024-08-02T16:42:43.872Z | Downloaded sha2 v0.10.8 |
294 | 2024-08-02T16:42:43.875Z | Downloaded httparse v1.9.4 |
295 | 2024-08-02T16:42:43.875Z | Downloaded tokio-macros v2.4.0 |
296 | 2024-08-02T16:42:43.877Z | Downloaded structmeta v0.3.0 |
297 | 2024-08-02T16:42:43.877Z | Downloaded structmeta-derive v0.3.0 |
298 | 2024-08-02T16:42:43.878Z | Downloaded serde_spanned v0.6.7 |
299 | 2024-08-02T16:42:43.880Z | Downloaded newtype-uuid v1.1.0 |
300 | 2024-08-02T16:42:43.880Z | Downloaded macaddr v1.0.1 |
301 | 2024-08-02T16:42:43.880Z | Downloaded is-terminal v0.4.12 |
302 | 2024-08-02T16:42:43.883Z | Downloaded httpdate v1.0.3 |
303 | 2024-08-02T16:42:43.883Z | Downloaded deranged v0.3.11 |
304 | 2024-08-02T16:42:43.883Z | Downloaded term v0.7.0 |
305 | 2024-08-02T16:42:43.886Z | Downloaded parse-display-derive v0.9.1 |
306 | 2024-08-02T16:42:43.886Z | Downloaded zerocopy-derive v0.7.35 |
307 | 2024-08-02T16:42:43.890Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-02T16:42:43.893Z | Downloaded rustls-pki-types v1.7.0 |
309 | 2024-08-02T16:42:43.893Z | Downloaded rand_core v0.6.4 |
310 | 2024-08-02T16:42:43.895Z | Downloaded dirs-next v2.0.0 |
311 | 2024-08-02T16:42:43.896Z | Downloaded byteorder v1.5.0 |
312 | 2024-08-02T16:42:43.898Z | Downloaded dof v0.3.0 |
313 | 2024-08-02T16:42:43.898Z | Downloaded cfg-if v1.0.0 |
314 | 2024-08-02T16:42:43.898Z | Downloaded serde_with_macros v3.9.0 |
315 | 2024-08-02T16:42:43.901Z | Downloaded take_mut v0.2.2 |
316 | 2024-08-02T16:42:43.901Z | Downloaded scroll_derive v0.12.0 |
317 | 2024-08-02T16:42:43.901Z | Downloaded debug-ignore v1.0.5 |
318 | 2024-08-02T16:42:43.904Z | Downloaded backoff v0.4.0 |
319 | 2024-08-02T16:42:43.904Z | Downloaded ipnetwork v0.20.0 |
320 | 2024-08-02T16:42:43.907Z | Downloaded fnv v1.0.7 |
321 | 2024-08-02T16:42:43.907Z | Downloaded parse-display v0.9.1 |
322 | 2024-08-02T16:42:43.907Z | Downloaded hostname v0.4.0 |
323 | 2024-08-02T16:42:43.912Z | Downloaded generic-array v0.14.7 |
324 | 2024-08-02T16:42:43.913Z | Downloaded crypto-common v0.1.6 |
325 | 2024-08-02T16:42:44.026Z | Compiling proc-macro2 v1.0.86 |
326 | 2024-08-02T16:42:44.026Z | Compiling unicode-ident v1.0.12 |
327 | 2024-08-02T16:42:44.026Z | Compiling libc v0.2.155 |
328 | 2024-08-02T16:42:44.029Z | Checking cfg-if v1.0.0 |
329 | 2024-08-02T16:42:44.029Z | Compiling version_check v0.9.5 |
330 | 2024-08-02T16:42:44.039Z | Compiling autocfg v1.3.0 |
331 | 2024-08-02T16:42:44.042Z | Compiling serde v1.0.204 |
332 | 2024-08-02T16:42:44.042Z | Checking memchr v2.7.4 |
333 | 2024-08-02T16:42:44.112Z | Compiling serde_json v1.0.122 |
334 | 2024-08-02T16:42:44.204Z | Checking itoa v1.0.11 |
335 | 2024-08-02T16:42:44.637Z | Compiling ahash v0.8.11 |
336 | 2024-08-02T16:42:44.674Z | Checking byteorder v1.5.0 |
337 | 2024-08-02T16:42:44.752Z | Checking once_cell v1.19.0 |
338 | 2024-08-02T16:42:44.933Z | Compiling thiserror v1.0.63 |
339 | 2024-08-02T16:42:44.941Z | Compiling cc v1.1.7 |
340 | 2024-08-02T16:42:46.763Z | Compiling num-traits v0.2.19 |
341 | 2024-08-02T16:42:47.505Z | Checking pin-project-lite v0.2.14 |
342 | 2024-08-02T16:42:47.585Z | Checking ryu v1.0.18 |
343 | 2024-08-02T16:42:47.592Z | Checking bytes v1.7.1 |
344 | 2024-08-02T16:42:47.595Z | Checking log v0.4.22 |
345 | 2024-08-02T16:42:47.747Z | Checking allocator-api2 v0.2.18 |
346 | 2024-08-02T16:42:47.806Z | Compiling lock_api v0.4.12 |
347 | 2024-08-02T16:42:47.810Z | Compiling schemars v0.8.21 |
348 | 2024-08-02T16:42:47.930Z | Compiling parking_lot_core v0.9.10 |
349 | 2024-08-02T16:42:48.098Z | Compiling ring v0.17.8 |
350 | 2024-08-02T16:42:48.169Z | Checking scopeguard v1.2.0 |
351 | 2024-08-02T16:42:48.213Z | Checking smallvec v1.13.2 |
352 | 2024-08-02T16:42:48.226Z | Checking getrandom v0.2.15 |
353 | 2024-08-02T16:42:48.282Z | Checking futures-core v0.3.30 |
354 | 2024-08-02T16:42:48.356Z | Checking signal-hook-registry v1.4.2 |
355 | 2024-08-02T16:42:48.364Z | Checking socket2 v0.5.7 |
356 | 2024-08-02T16:42:48.412Z | Compiling quote v1.0.36 |
357 | 2024-08-02T16:42:48.434Z | Checking mio v1.0.1 |
358 | 2024-08-02T16:42:48.569Z | Compiling slab v0.4.9 |
359 | 2024-08-02T16:42:48.746Z | Checking spin v0.9.8 |
360 | 2024-08-02T16:42:48.803Z | Compiling syn v2.0.72 |
361 | 2024-08-02T16:42:48.860Z | Checking parking_lot v0.12.3 |
362 | 2024-08-02T16:42:48.877Z | Checking futures-sink v0.3.30 |
363 | 2024-08-02T16:42:48.992Z | Checking fnv v1.0.7 |
364 | 2024-08-02T16:42:49.007Z | Checking equivalent v1.0.1 |
365 | 2024-08-02T16:42:49.014Z | Checking untrusted v0.9.0 |
366 | 2024-08-02T16:42:49.086Z | Checking futures-channel v0.3.30 |
367 | 2024-08-02T16:42:49.133Z | Compiling vcpkg v0.2.15 |
368 | 2024-08-02T16:42:49.153Z | Checking futures-io v0.3.30 |
369 | 2024-08-02T16:42:49.180Z | Checking pin-utils v0.1.0 |
370 | 2024-08-02T16:42:49.247Z | Compiling pkg-config v0.3.30 |
371 | 2024-08-02T16:42:49.303Z | Checking futures-task v0.3.30 |
372 | 2024-08-02T16:42:49.303Z | Compiling semver v1.0.23 |
373 | 2024-08-02T16:42:49.367Z | Compiling heck v0.5.0 |
374 | 2024-08-02T16:42:49.739Z | Checking iana-time-zone v0.1.60 |
375 | 2024-08-02T16:42:49.754Z | Compiling ucd-trie v0.1.6 |
376 | 2024-08-02T16:42:49.778Z | Checking http v0.2.12 |
377 | 2024-08-02T16:42:50.251Z | Compiling httparse v1.9.4 |
378 | 2024-08-02T16:42:50.527Z | Checking dyn-clone v1.0.17 |
379 | 2024-08-02T16:42:50.641Z | Compiling openssl-sys v0.9.103 |
380 | 2024-08-02T16:42:50.883Z | Checking tracing-core v0.1.32 |
381 | 2024-08-02T16:42:51.025Z | Compiling uuid v1.10.0 |
382 | 2024-08-02T16:42:51.428Z | Compiling chrono v0.4.38 |
383 | 2024-08-02T16:42:51.489Z | Checking tracing v0.1.40 |
384 | 2024-08-02T16:42:51.492Z | Checking try-lock v0.2.5 |
385 | 2024-08-02T16:42:51.530Z | Compiling openssl v0.10.66 |
386 | 2024-08-02T16:42:51.543Z | Compiling slog v2.7.0 |
387 | 2024-08-02T16:42:51.702Z | Checking foreign-types-shared v0.1.1 |
388 | 2024-08-02T16:42:51.783Z | Checking foreign-types v0.3.2 |
389 | 2024-08-02T16:42:51.834Z | Checking want v0.3.1 |
390 | 2024-08-02T16:42:51.874Z | Checking http-body v0.4.6 |
391 | 2024-08-02T16:42:51.969Z | Compiling aho-corasick v1.1.3 |
392 | 2024-08-02T16:42:51.976Z | Compiling rustls v0.21.12 |
393 | 2024-08-02T16:42:52.162Z | Checking tower-service v0.3.2 |
394 | 2024-08-02T16:42:52.231Z | Compiling native-tls v0.2.12 |
395 | 2024-08-02T16:42:52.246Z | Checking tinyvec_macros v0.1.1 |
396 | 2024-08-02T16:42:52.314Z | Compiling regex-syntax v0.8.4 |
397 | 2024-08-02T16:42:52.520Z | Compiling typenum v1.17.0 |
398 | 2024-08-02T16:42:53.104Z | Checking bitflags v2.6.0 |
399 | 2024-08-02T16:42:53.318Z | Checking httpdate v1.0.3 |
400 | 2024-08-02T16:42:53.452Z | Checking percent-encoding v2.3.1 |
401 | 2024-08-02T16:42:53.583Z | Checking tinyvec v1.8.0 |
402 | 2024-08-02T16:42:53.596Z | Checking form_urlencoded v1.2.1 |
403 | 2024-08-02T16:42:54.199Z | Compiling generic-array v0.14.7 |
404 | 2024-08-02T16:42:54.470Z | Checking openssl-probe v0.1.5 |
405 | 2024-08-02T16:42:54.770Z | Checking unicode-normalization v0.1.23 |
406 | 2024-08-02T16:42:55.341Z | Compiling serde_derive_internals v0.29.1 |
407 | 2024-08-02T16:42:55.526Z | Compiling regex-automata v0.4.7 |
408 | 2024-08-02T16:42:56.371Z | Compiling usdt-impl v0.5.0 |
409 | 2024-08-02T16:42:56.692Z | Checking encoding_rs v0.8.34 |
410 | 2024-08-02T16:42:57.138Z | Checking mime v0.3.17 |
411 | 2024-08-02T16:42:57.326Z | Compiling time-core v0.1.2 |
412 | 2024-08-02T16:42:57.477Z | Checking powerfmt v0.2.0 |
413 | 2024-08-02T16:42:57.485Z | Checking unicode-bidi v0.3.15 |
414 | 2024-08-02T16:42:57.491Z | Compiling num-conv v0.1.0 |
415 | 2024-08-02T16:42:57.701Z | Checking deranged v0.3.11 |
416 | 2024-08-02T16:42:57.736Z | Compiling time-macros v0.2.18 |
417 | 2024-08-02T16:42:58.029Z | Checking idna v0.5.0 |
418 | 2024-08-02T16:42:58.797Z | Compiling thread-id v4.2.2 |
419 | 2024-08-02T16:42:58.911Z | Checking plain v0.2.3 |
420 | 2024-08-02T16:42:59.031Z | Checking rustls-pki-types v1.7.0 |
421 | 2024-08-02T16:42:59.378Z | Compiling regex v1.10.6 |
422 | 2024-08-02T16:42:59.601Z | Checking num_threads v0.1.7 |
423 | 2024-08-02T16:42:59.865Z | Compiling ident_case v1.0.1 |
424 | 2024-08-02T16:42:59.991Z | Compiling strsim v0.11.1 |
425 | 2024-08-02T16:43:00.185Z | Checking base64 v0.21.7 |
426 | 2024-08-02T16:43:00.436Z | Compiling serde_derive v1.0.204 |
427 | 2024-08-02T16:43:00.590Z | Compiling zerocopy-derive v0.7.35 |
428 | 2024-08-02T16:43:00.694Z | Compiling thiserror-impl v1.0.63 |
429 | 2024-08-02T16:43:00.711Z | Compiling schemars_derive v0.8.21 |
430 | 2024-08-02T16:43:01.427Z | Compiling tokio-macros v2.4.0 |
431 | 2024-08-02T16:43:02.630Z | Checking zerocopy v0.7.35 |
432 | 2024-08-02T16:43:03.131Z | Checking tokio v1.39.2 |
433 | 2024-08-02T16:43:03.667Z | Compiling futures-macro v0.3.30 |
434 | 2024-08-02T16:43:03.734Z | Compiling pest v2.7.11 |
435 | 2024-08-02T16:43:03.784Z | Compiling openssl-macros v0.1.1 |
436 | 2024-08-02T16:43:03.880Z | Checking sct v0.7.1 |
437 | 2024-08-02T16:43:04.051Z | Checking rustls-webpki v0.101.7 |
438 | 2024-08-02T16:43:04.392Z | Checking hashbrown v0.14.5 |
439 | 2024-08-02T16:43:05.613Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-02T16:43:05.626Z | Checking futures-util v0.3.30 |
441 | 2024-08-02T16:43:06.407Z | Compiling pest_meta v2.7.11 |
442 | 2024-08-02T16:43:06.461Z | Compiling regress v0.10.0 |
443 | 2024-08-02T16:43:07.028Z | Checking scroll v0.12.0 |
444 | 2024-08-02T16:43:09.816Z | Checking tokio-util v0.7.11 |
445 | 2024-08-02T16:43:09.857Z | Compiling pest_generator v2.7.11 |
446 | 2024-08-02T16:43:10.737Z | Checking tokio-rustls v0.24.1 |
447 | 2024-08-02T16:43:10.773Z | Compiling zerocopy-derive v0.6.6 |
448 | 2024-08-02T16:43:10.854Z | Compiling crossbeam-utils v0.8.20 |
449 | 2024-08-02T16:43:10.905Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-08-02T16:43:11.031Z | Checking goblin v0.8.2 |
451 | 2024-08-02T16:43:11.594Z | Compiling pest_derive v2.7.11 |
452 | 2024-08-02T16:43:11.687Z | Checking time v0.3.36 |
453 | 2024-08-02T16:43:12.429Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-08-02T16:43:12.731Z | Checking zerocopy v0.6.6 |
455 | 2024-08-02T16:43:13.372Z | Checking indexmap v2.3.0 |
456 | 2024-08-02T16:43:13.982Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-08-02T16:43:14.431Z | Checking serde_urlencoded v0.7.1 |
458 | 2024-08-02T16:43:14.451Z | Checking rustls-pemfile v1.0.4 |
459 | 2024-08-02T16:43:14.543Z | Checking h2 v0.3.26 |
460 | 2024-08-02T16:43:14.624Z | Checking openapiv3 v2.0.0 |
461 | 2024-08-02T16:43:14.665Z | Compiling darling_core v0.20.10 |
462 | 2024-08-02T16:43:14.842Z | Checking url v2.5.2 |
463 | 2024-08-02T16:43:15.637Z | Compiling dof v0.3.0 |
464 | 2024-08-02T16:43:16.555Z | Checking dirs-sys-next v0.1.2 |
465 | 2024-08-02T16:43:17.023Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
466 | 2024-08-02T16:43:17.048Z | Checking ipnet v2.9.0 |
467 | 2024-08-02T16:43:17.856Z | Checking sync_wrapper v0.1.2 |
468 | 2024-08-02T16:43:17.964Z | Checking webpki-roots v0.25.4 |
469 | 2024-08-02T16:43:18.001Z | Compiling rustversion v1.0.17 |
470 | 2024-08-02T16:43:18.088Z | Compiling omicron-workspace-hack v0.1.0 |
471 | 2024-08-02T16:43:18.364Z | Checking pretty-hex v0.4.1 |
472 | 2024-08-02T16:43:18.501Z | Compiling paste v1.0.15 |
473 | 2024-08-02T16:43:18.576Z | Checking hyper v0.14.30 |
474 | 2024-08-02T16:43:18.609Z | Compiling rustls v0.22.4 |
475 | 2024-08-02T16:43:18.889Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-08-02T16:43:19.216Z | Checking dirs-next v2.0.0 |
477 | 2024-08-02T16:43:19.387Z | Checking ppv-lite86 v0.2.18 |
478 | 2024-08-02T16:43:19.590Z | Checking toml_datetime v0.6.8 |
479 | 2024-08-02T16:43:19.770Z | Checking serde_spanned v0.6.7 |
480 | 2024-08-02T16:43:19.929Z | Checking rustls-webpki v0.102.6 |
481 | 2024-08-02T16:43:20.126Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-08-02T16:43:20.300Z | Compiling structmeta-derive v0.3.0 |
483 | 2024-08-02T16:43:20.477Z | Checking crypto-common v0.1.6 |
484 | 2024-08-02T16:43:20.615Z | Checking block-buffer v0.10.4 |
485 | 2024-08-02T16:43:20.642Z | Checking rand_core v0.6.4 |
486 | 2024-08-02T16:43:20.737Z | Checking thread_local v1.1.8 |
487 | 2024-08-02T16:43:20.777Z | Compiling multer v3.1.0 |
488 | 2024-08-02T16:43:20.903Z | Checking winnow v0.6.18 |
489 | 2024-08-02T16:43:20.941Z | Compiling darling_macro v0.20.10 |
490 | 2024-08-02T16:43:20.989Z | Checking zeroize v1.8.1 |
491 | 2024-08-02T16:43:21.077Z | Checking match_cfg v0.1.0 |
492 | 2024-08-02T16:43:21.147Z | Compiling camino v1.1.7 |
493 | 2024-08-02T16:43:21.206Z | Checking subtle v2.6.1 |
494 | 2024-08-02T16:43:21.413Z | Compiling slog-async v2.8.0 |
495 | 2024-08-02T16:43:21.702Z | Compiling anyhow v1.0.86 |
496 | 2024-08-02T16:43:21.947Z | Compiling darling v0.20.10 |
497 | 2024-08-02T16:43:22.039Z | Checking hostname v0.3.1 |
498 | 2024-08-02T16:43:22.203Z | Checking rand_chacha v0.3.1 |
499 | 2024-08-02T16:43:22.370Z | Checking digest v0.10.7 |
500 | 2024-08-02T16:43:22.672Z | Checking crossbeam-channel v0.5.13 |
501 | 2024-08-02T16:43:22.855Z | Checking hyper-tls v0.5.0 |
502 | 2024-08-02T16:43:22.999Z | Checking hyper-rustls v0.24.2 |
503 | 2024-08-02T16:43:23.052Z | Compiling structmeta v0.3.0 |
504 | 2024-08-02T16:43:23.111Z | Checking term v0.7.0 |
505 | 2024-08-02T16:43:23.257Z | Checking reqwest v0.11.27 |
506 | 2024-08-02T16:43:23.511Z | Compiling usdt-macro v0.5.0 |
507 | 2024-08-02T16:43:23.824Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-08-02T16:43:23.916Z | Checking toml_edit v0.22.20 |
509 | 2024-08-02T16:43:24.497Z | Checking slog-json v2.6.1 |
510 | 2024-08-02T16:43:24.500Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
511 | 2024-08-02T16:43:24.671Z | Checking futures-executor v0.3.30 |
512 | 2024-08-02T16:43:24.710Z | Compiling async-stream-impl v0.3.5 |
513 | 2024-08-02T16:43:24.777Z | Checking http v1.1.0 |
514 | 2024-08-02T16:43:24.786Z | Checking is-terminal v0.4.12 |
515 | 2024-08-02T16:43:24.865Z | Checking memmap v0.7.0 |
516 | 2024-08-02T16:43:24.880Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
517 | 2024-08-02T16:43:25.044Z | Checking take_mut v0.2.2 |
518 | 2024-08-02T16:43:25.158Z | Checking base64 v0.22.1 |
519 | 2024-08-02T16:43:25.166Z | Checking cpufeatures v0.2.12 |
520 | 2024-08-02T16:43:25.219Z | Checking atomic-waker v1.1.2 |
521 | 2024-08-02T16:43:25.240Z | Checking sha1 v0.10.6 |
522 | 2024-08-02T16:43:25.324Z | Checking waitgroup v0.1.2 |
523 | 2024-08-02T16:43:25.439Z | Checking usdt v0.5.0 |
524 | 2024-08-02T16:43:25.467Z | Checking tokio-rustls v0.25.0 |
525 | 2024-08-02T16:43:25.615Z | Checking rustls-pemfile v2.1.2 |
526 | 2024-08-02T16:43:25.640Z | Checking slog-term v2.9.1 |
527 | 2024-08-02T16:43:25.774Z | Checking futures v0.3.30 |
528 | 2024-08-02T16:43:25.784Z | Checking slog-bunyan v2.5.0 |
529 | 2024-08-02T16:43:25.810Z | Compiling strum_macros v0.26.4 |
530 | 2024-08-02T16:43:25.862Z | Compiling parse-display-derive v0.9.1 |
531 | 2024-08-02T16:43:25.909Z | Checking rand v0.8.5 |
532 | 2024-08-02T16:43:25.985Z | Checking async-stream v0.3.5 |
533 | 2024-08-02T16:43:26.145Z | Compiling serde_with_macros v3.9.0 |
534 | 2024-08-02T16:43:26.440Z | Checking toml v0.8.19 |
535 | 2024-08-02T16:43:26.515Z | Checking newtype-uuid v1.1.0 |
536 | 2024-08-02T16:43:26.734Z | Checking ipnetwork v0.20.0 |
537 | 2024-08-02T16:43:26.909Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
538 | 2024-08-02T16:43:27.067Z | Checking hex v0.4.3 |
539 | 2024-08-02T16:43:27.107Z | Checking serde_path_to_error v0.1.16 |
540 | 2024-08-02T16:43:27.142Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
541 | 2024-08-02T16:43:27.565Z | Compiling async-trait v0.1.81 |
542 | 2024-08-02T16:43:27.707Z | Checking hostname v0.4.0 |
543 | 2024-08-02T16:43:27.816Z | Checking instant v0.1.13 |
544 | 2024-08-02T16:43:27.908Z | Checking debug-ignore v1.0.5 |
545 | 2024-08-02T16:43:27.911Z | Checking backoff v0.4.0 |
546 | 2024-08-02T16:43:28.023Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
547 | 2024-08-02T16:43:28.137Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
548 | 2024-08-02T16:43:28.170Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
549 | 2024-08-02T16:43:28.266Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
550 | 2024-08-02T16:43:28.485Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
551 | 2024-08-02T16:43:28.570Z | Checking macaddr v1.0.1 |
552 | 2024-08-02T16:43:28.879Z | Checking regress v0.9.1 |
553 | 2024-08-02T16:43:28.887Z | Checking serde_with v3.9.0 |
554 | 2024-08-02T16:43:29.961Z | Checking parse-display v0.9.1 |
555 | 2024-08-02T16:43:30.301Z | Checking strum v0.26.3 |
556 | 2024-08-02T16:43:30.872Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
557 | 2024-08-02T16:43:32.748Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
558 | 2024-08-02T16:43:32.804Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
559 | 2024-08-02T16:43:35.322Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
560 | 2024-08-02T16:43:41.340Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
561 | 2024-08-02T16:43:41.440Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
562 | 2024-08-02T16:43:44.022Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
563 | 2024-08-02T16:43:50.123Z | Checking test-project v0.1.0 (/tmp/test-project) |
564 | 2024-08-02T16:43:50.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
565 | 2024-08-02T16:43:50.229Z | + cargo build --release |
566 | 2024-08-02T16:43:50.478Z | Compiling proc-macro2 v1.0.86 |
567 | 2024-08-02T16:43:50.478Z | Compiling unicode-ident v1.0.12 |
568 | 2024-08-02T16:43:50.478Z | Compiling libc v0.2.155 |
569 | 2024-08-02T16:43:50.478Z | Compiling cfg-if v1.0.0 |
570 | 2024-08-02T16:43:50.478Z | Compiling version_check v0.9.5 |
571 | 2024-08-02T16:43:50.481Z | Compiling autocfg v1.3.0 |
572 | 2024-08-02T16:43:50.481Z | Compiling serde v1.0.204 |
573 | 2024-08-02T16:43:50.515Z | Compiling memchr v2.7.4 |
574 | 2024-08-02T16:43:50.575Z | Compiling serde_json v1.0.122 |
575 | 2024-08-02T16:43:50.679Z | Compiling itoa v1.0.11 |
576 | 2024-08-02T16:43:51.038Z | Compiling thiserror v1.0.63 |
577 | 2024-08-02T16:43:51.092Z | Compiling byteorder v1.5.0 |
578 | 2024-08-02T16:43:51.101Z | Compiling ahash v0.8.11 |
579 | 2024-08-02T16:43:51.209Z | Compiling once_cell v1.19.0 |
580 | 2024-08-02T16:43:51.423Z | Compiling cc v1.1.7 |
581 | 2024-08-02T16:43:51.730Z | Compiling num-traits v0.2.19 |
582 | 2024-08-02T16:43:51.894Z | Compiling getrandom v0.2.15 |
583 | 2024-08-02T16:43:51.909Z | Compiling quote v1.0.36 |
584 | 2024-08-02T16:43:52.081Z | Compiling pin-project-lite v0.2.14 |
585 | 2024-08-02T16:43:52.189Z | Compiling ryu v1.0.18 |
586 | 2024-08-02T16:43:52.282Z | Compiling syn v2.0.72 |
587 | 2024-08-02T16:43:52.320Z | Compiling log v0.4.22 |
588 | 2024-08-02T16:43:52.452Z | Compiling bytes v1.7.1 |
589 | 2024-08-02T16:43:52.667Z | Compiling schemars v0.8.21 |
590 | 2024-08-02T16:43:52.727Z | Compiling allocator-api2 v0.2.18 |
591 | 2024-08-02T16:43:52.750Z | Compiling lock_api v0.4.12 |
592 | 2024-08-02T16:43:53.010Z | Compiling parking_lot_core v0.9.10 |
593 | 2024-08-02T16:43:53.023Z | Compiling futures-core v0.3.30 |
594 | 2024-08-02T16:43:53.180Z | Compiling smallvec v1.13.2 |
595 | 2024-08-02T16:43:53.243Z | Compiling scopeguard v1.2.0 |
596 | 2024-08-02T16:43:53.250Z | Compiling mio v1.0.1 |
597 | 2024-08-02T16:43:53.439Z | Compiling socket2 v0.5.7 |
598 | 2024-08-02T16:43:53.518Z | Compiling signal-hook-registry v1.4.2 |
599 | 2024-08-02T16:43:53.953Z | Compiling slab v0.4.9 |
600 | 2024-08-02T16:43:54.281Z | Compiling parking_lot v0.12.3 |
601 | 2024-08-02T16:43:54.319Z | Compiling futures-sink v0.3.30 |
602 | 2024-08-02T16:43:54.458Z | Compiling ring v0.17.8 |
603 | 2024-08-02T16:43:54.531Z | Compiling spin v0.9.8 |
604 | 2024-08-02T16:43:54.771Z | Compiling untrusted v0.9.0 |
605 | 2024-08-02T16:43:54.944Z | Compiling semver v1.0.23 |
606 | 2024-08-02T16:43:54.962Z | Compiling fnv v1.0.7 |
607 | 2024-08-02T16:43:55.077Z | Compiling equivalent v1.0.1 |
608 | 2024-08-02T16:43:55.145Z | Compiling futures-channel v0.3.30 |
609 | 2024-08-02T16:43:55.374Z | Compiling vcpkg v0.2.15 |
610 | 2024-08-02T16:43:55.410Z | Compiling futures-io v0.3.30 |
611 | 2024-08-02T16:43:55.413Z | Compiling pkg-config v0.3.30 |
612 | 2024-08-02T16:43:55.489Z | Compiling pin-utils v0.1.0 |
613 | 2024-08-02T16:43:55.564Z | Compiling futures-task v0.3.30 |
614 | 2024-08-02T16:43:55.586Z | Compiling heck v0.5.0 |
615 | 2024-08-02T16:43:56.042Z | Compiling iana-time-zone v0.1.60 |
616 | 2024-08-02T16:43:56.086Z | Compiling ucd-trie v0.1.6 |
617 | 2024-08-02T16:43:56.556Z | Compiling http v0.2.12 |
618 | 2024-08-02T16:43:56.715Z | Compiling dyn-clone v1.0.17 |
619 | 2024-08-02T16:43:56.729Z | Compiling httparse v1.9.4 |
620 | 2024-08-02T16:43:57.034Z | Compiling openssl-sys v0.9.103 |
621 | 2024-08-02T16:43:57.533Z | Compiling tracing-core v0.1.32 |
622 | 2024-08-02T16:43:58.050Z | Compiling chrono v0.4.38 |
623 | 2024-08-02T16:43:58.163Z | Compiling uuid v1.10.0 |
624 | 2024-08-02T16:43:58.714Z | Compiling tracing v0.1.40 |
625 | 2024-08-02T16:43:59.414Z | Compiling serde_derive_internals v0.29.1 |
626 | 2024-08-02T16:44:00.055Z | Compiling foreign-types-shared v0.1.1 |
627 | 2024-08-02T16:44:00.145Z | Compiling slog v2.7.0 |
628 | 2024-08-02T16:44:00.363Z | Compiling openssl v0.10.66 |
629 | 2024-08-02T16:44:00.781Z | Compiling try-lock v0.2.5 |
630 | 2024-08-02T16:44:00.889Z | Compiling want v0.3.1 |
631 | 2024-08-02T16:44:00.950Z | Compiling foreign-types v0.3.2 |
632 | 2024-08-02T16:44:01.025Z | Compiling http-body v0.4.6 |
633 | 2024-08-02T16:44:01.295Z | Compiling aho-corasick v1.1.3 |
634 | 2024-08-02T16:44:01.512Z | Compiling rustls v0.21.12 |
635 | 2024-08-02T16:44:01.714Z | Compiling percent-encoding v2.3.1 |
636 | 2024-08-02T16:44:01.795Z | Compiling tinyvec_macros v0.1.1 |
637 | 2024-08-02T16:44:01.874Z | Compiling bitflags v2.6.0 |
638 | 2024-08-02T16:44:02.182Z | Compiling typenum v1.17.0 |
639 | 2024-08-02T16:44:02.233Z | Compiling httpdate v1.0.3 |
640 | 2024-08-02T16:44:02.326Z | Compiling regex-syntax v0.8.4 |
641 | 2024-08-02T16:44:02.600Z | Compiling tower-service v0.3.2 |
642 | 2024-08-02T16:44:02.706Z | Compiling native-tls v0.2.12 |
643 | 2024-08-02T16:44:02.976Z | Compiling form_urlencoded v1.2.1 |
644 | 2024-08-02T16:44:03.059Z | Compiling tinyvec v1.8.0 |
645 | 2024-08-02T16:44:03.566Z | Compiling generic-array v0.14.7 |
646 | 2024-08-02T16:44:03.871Z | Compiling openssl-probe v0.1.5 |
647 | 2024-08-02T16:44:04.675Z | Compiling unicode-normalization v0.1.23 |
648 | 2024-08-02T16:44:05.045Z | Compiling serde_derive v1.0.204 |
649 | 2024-08-02T16:44:05.112Z | Compiling zerocopy-derive v0.7.35 |
650 | 2024-08-02T16:44:05.572Z | Compiling thiserror-impl v1.0.63 |
651 | 2024-08-02T16:44:05.771Z | Compiling schemars_derive v0.8.21 |
652 | 2024-08-02T16:44:05.830Z | Compiling tokio-macros v2.4.0 |
653 | 2024-08-02T16:44:07.228Z | Compiling zerocopy v0.7.35 |
654 | 2024-08-02T16:44:08.225Z | Compiling tokio v1.39.2 |
655 | 2024-08-02T16:44:08.576Z | Compiling futures-macro v0.3.30 |
656 | 2024-08-02T16:44:08.846Z | Compiling pest v2.7.11 |
657 | 2024-08-02T16:44:09.477Z | Compiling hashbrown v0.14.5 |
658 | 2024-08-02T16:44:10.595Z | Compiling futures-util v0.3.30 |
659 | 2024-08-02T16:44:11.033Z | Compiling regress v0.10.0 |
660 | 2024-08-02T16:44:11.064Z | Compiling openssl-macros v0.1.1 |
661 | 2024-08-02T16:44:11.665Z | Compiling pest_meta v2.7.11 |
662 | 2024-08-02T16:44:15.782Z | Compiling pest_generator v2.7.11 |
663 | 2024-08-02T16:44:16.008Z | Compiling rustls-webpki v0.101.7 |
664 | 2024-08-02T16:44:17.512Z | Compiling tokio-util v0.7.11 |
665 | 2024-08-02T16:44:17.617Z | Compiling pest_derive v2.7.11 |
666 | 2024-08-02T16:44:18.483Z | Compiling sct v0.7.1 |
667 | 2024-08-02T16:44:18.948Z | Compiling regex-automata v0.4.7 |
668 | 2024-08-02T16:44:19.787Z | Compiling indexmap v2.3.0 |
669 | 2024-08-02T16:44:20.238Z | Compiling serde_tokenstream v0.2.1 |
670 | 2024-08-02T16:44:23.296Z | Compiling h2 v0.3.26 |
671 | 2024-08-02T16:44:25.978Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
672 | 2024-08-02T16:44:26.974Z | Compiling regex v1.10.6 |
673 | 2024-08-02T16:44:29.338Z | Compiling hyper v0.14.30 |
674 | 2024-08-02T16:44:31.322Z | Compiling scroll_derive v0.12.0 |
675 | 2024-08-02T16:44:37.335Z | Compiling usdt-impl v0.5.0 |
676 | 2024-08-02T16:44:37.693Z | Compiling encoding_rs v0.8.34 |
677 | 2024-08-02T16:44:37.886Z | Compiling num-conv v0.1.0 |
678 | 2024-08-02T16:44:38.157Z | Compiling time-core v0.1.2 |
679 | 2024-08-02T16:44:38.319Z | Compiling mime v0.3.17 |
680 | 2024-08-02T16:44:38.749Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
681 | 2024-08-02T16:44:39.011Z | Compiling powerfmt v0.2.0 |
682 | 2024-08-02T16:44:39.404Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-08-02T16:44:42.514Z | Compiling idna v0.5.0 |
684 | 2024-08-02T16:44:42.777Z | Compiling deranged v0.3.11 |
685 | 2024-08-02T16:44:46.014Z | Compiling time-macros v0.2.18 |
686 | 2024-08-02T16:44:47.632Z | Compiling scroll v0.12.0 |
687 | 2024-08-02T16:44:48.248Z | Compiling tokio-rustls v0.24.1 |
688 | 2024-08-02T16:44:48.343Z | Compiling tokio-native-tls v0.3.1 |
689 | 2024-08-02T16:44:48.619Z | Compiling dof v0.3.0 |
690 | 2024-08-02T16:44:48.638Z | Compiling serde_urlencoded v0.7.1 |
691 | 2024-08-02T16:44:48.787Z | Compiling dtrace-parser v0.2.0 |
692 | 2024-08-02T16:44:49.531Z | Compiling zerocopy-derive v0.6.6 |
693 | 2024-08-02T16:44:50.546Z | Compiling thread-id v4.2.2 |
694 | 2024-08-02T16:44:50.586Z | Compiling rustls-pki-types v1.7.0 |
695 | 2024-08-02T16:44:50.637Z | Compiling num_threads v0.1.7 |
696 | 2024-08-02T16:44:50.745Z | Compiling strsim v0.11.1 |
697 | 2024-08-02T16:44:51.442Z | Compiling base64 v0.21.7 |
698 | 2024-08-02T16:44:51.929Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-08-02T16:44:52.220Z | Compiling crossbeam-utils v0.8.20 |
700 | 2024-08-02T16:44:52.785Z | Compiling plain v0.2.3 |
701 | 2024-08-02T16:44:53.090Z | Compiling ident_case v1.0.1 |
702 | 2024-08-02T16:44:53.493Z | Compiling time v0.3.36 |
703 | 2024-08-02T16:44:53.935Z | Compiling darling_core v0.20.10 |
704 | 2024-08-02T16:44:55.992Z | Compiling goblin v0.8.2 |
705 | 2024-08-02T16:44:57.233Z | Compiling rustls-pemfile v1.0.4 |
706 | 2024-08-02T16:44:58.220Z | Compiling zerocopy v0.6.6 |
707 | 2024-08-02T16:45:00.580Z | Compiling hyper-rustls v0.24.2 |
708 | 2024-08-02T16:45:01.017Z | Compiling hyper-tls v0.5.0 |
709 | 2024-08-02T16:45:01.503Z | Compiling url v2.5.2 |
710 | 2024-08-02T16:45:01.723Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
711 | 2024-08-02T16:45:01.837Z | Compiling openapiv3 v2.0.0 |
712 | 2024-08-02T16:45:04.075Z | Compiling dirs-sys-next v0.1.2 |
713 | 2024-08-02T16:45:05.089Z | Compiling rustls v0.22.4 |
714 | 2024-08-02T16:45:05.264Z | Compiling sync_wrapper v0.1.2 |
715 | 2024-08-02T16:45:05.381Z | Compiling paste v1.0.15 |
716 | 2024-08-02T16:45:05.384Z | Compiling pretty-hex v0.4.1 |
717 | 2024-08-02T16:45:05.595Z | Compiling ipnet v2.9.0 |
718 | 2024-08-02T16:45:05.839Z | Compiling webpki-roots v0.25.4 |
719 | 2024-08-02T16:45:05.981Z | Compiling unsafe-libyaml v0.2.11 |
720 | 2024-08-02T16:45:06.285Z | Compiling rustversion v1.0.17 |
721 | 2024-08-02T16:45:06.977Z | Compiling reqwest v0.11.27 |
722 | 2024-08-02T16:45:07.239Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
723 | 2024-08-02T16:45:07.749Z | Compiling serde_yaml v0.9.34+deprecated |
724 | 2024-08-02T16:45:10.226Z | Compiling dirs-next v2.0.0 |
725 | 2024-08-02T16:45:11.693Z | Compiling darling_macro v0.20.10 |
726 | 2024-08-02T16:45:12.882Z | Compiling ppv-lite86 v0.2.18 |
727 | 2024-08-02T16:45:14.249Z | Compiling rustls-webpki v0.102.6 |
728 | 2024-08-02T16:45:14.693Z | Compiling block-buffer v0.10.4 |
729 | 2024-08-02T16:45:14.912Z | Compiling crypto-common v0.1.6 |
730 | 2024-08-02T16:45:15.110Z | Compiling serde_spanned v0.6.7 |
731 | 2024-08-02T16:45:15.339Z | Compiling toml_datetime v0.6.8 |
732 | 2024-08-02T16:45:15.699Z | Compiling structmeta-derive v0.3.0 |
733 | 2024-08-02T16:45:15.850Z | Compiling rand_core v0.6.4 |
734 | 2024-08-02T16:45:16.142Z | Compiling thread_local v1.1.8 |
735 | 2024-08-02T16:45:16.319Z | Compiling multer v3.1.0 |
736 | 2024-08-02T16:45:16.636Z | Compiling subtle v2.6.1 |
737 | 2024-08-02T16:45:16.746Z | Compiling zeroize v1.8.1 |
738 | 2024-08-02T16:45:16.913Z | Compiling match_cfg v0.1.0 |
739 | 2024-08-02T16:45:16.940Z | Compiling camino v1.1.7 |
740 | 2024-08-02T16:45:16.993Z | Compiling winnow v0.6.18 |
741 | 2024-08-02T16:45:17.083Z | Compiling slog-async v2.8.0 |
742 | 2024-08-02T16:45:17.511Z | Compiling anyhow v1.0.86 |
743 | 2024-08-02T16:45:17.666Z | Compiling hostname v0.3.1 |
744 | 2024-08-02T16:45:18.282Z | Compiling rand_chacha v0.3.1 |
745 | 2024-08-02T16:45:18.593Z | Compiling structmeta v0.3.0 |
746 | 2024-08-02T16:45:18.979Z | Compiling digest v0.10.7 |
747 | 2024-08-02T16:45:19.392Z | Compiling crossbeam-channel v0.5.13 |
748 | 2024-08-02T16:45:20.006Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
749 | 2024-08-02T16:45:21.067Z | Compiling toml_edit v0.22.20 |
750 | 2024-08-02T16:45:21.305Z | Compiling darling v0.20.10 |
751 | 2024-08-02T16:45:21.404Z | Compiling term v0.7.0 |
752 | 2024-08-02T16:45:26.224Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
753 | 2024-08-02T16:45:30.262Z | Compiling usdt-attr-macro v0.5.0 |
754 | 2024-08-02T16:45:30.426Z | Compiling usdt-macro v0.5.0 |
755 | 2024-08-02T16:45:31.762Z | Compiling slog-json v2.6.1 |
756 | 2024-08-02T16:45:31.778Z | Compiling futures-executor v0.3.30 |
757 | 2024-08-02T16:45:32.277Z | Compiling async-stream-impl v0.3.5 |
758 | 2024-08-02T16:45:33.062Z | Compiling http v1.1.0 |
759 | 2024-08-02T16:45:33.654Z | Compiling memmap v0.7.0 |
760 | 2024-08-02T16:45:34.092Z | Compiling is-terminal v0.4.12 |
761 | 2024-08-02T16:45:34.200Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
762 | 2024-08-02T16:45:34.502Z | Compiling take_mut v0.2.2 |
763 | 2024-08-02T16:45:34.642Z | Compiling cpufeatures v0.2.12 |
764 | 2024-08-02T16:45:34.730Z | Compiling atomic-waker v1.1.2 |
765 | 2024-08-02T16:45:34.907Z | Compiling base64 v0.22.1 |
766 | 2024-08-02T16:45:36.002Z | Compiling rustls-pemfile v2.1.2 |
767 | 2024-08-02T16:45:36.105Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
768 | 2024-08-02T16:45:36.284Z | Compiling waitgroup v0.1.2 |
769 | 2024-08-02T16:45:36.515Z | Compiling sha1 v0.10.6 |
770 | 2024-08-02T16:45:37.808Z | Compiling slog-term v2.9.1 |
771 | 2024-08-02T16:45:39.707Z | Compiling usdt v0.5.0 |
772 | 2024-08-02T16:45:40.745Z | Compiling async-stream v0.3.5 |
773 | 2024-08-02T16:45:40.968Z | Compiling slog-bunyan v2.5.0 |
774 | 2024-08-02T16:45:41.083Z | Compiling futures v0.3.30 |
775 | 2024-08-02T16:45:41.220Z | Compiling strum_macros v0.26.4 |
776 | 2024-08-02T16:45:41.266Z | Compiling toml v0.8.19 |
777 | 2024-08-02T16:45:41.285Z | Compiling tokio-rustls v0.25.0 |
778 | 2024-08-02T16:45:41.683Z | Compiling serde_with_macros v3.9.0 |
779 | 2024-08-02T16:45:44.528Z | Compiling parse-display-derive v0.9.1 |
780 | 2024-08-02T16:45:44.555Z | Compiling rand v0.8.5 |
781 | 2024-08-02T16:45:47.763Z | Compiling ipnetwork v0.20.0 |
782 | 2024-08-02T16:45:47.847Z | Compiling newtype-uuid v1.1.0 |
783 | 2024-08-02T16:45:48.177Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
784 | 2024-08-02T16:45:48.860Z | Compiling serde_path_to_error v0.1.16 |
785 | 2024-08-02T16:45:48.933Z | Compiling hex v0.4.3 |
786 | 2024-08-02T16:45:49.613Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
787 | 2024-08-02T16:45:49.894Z | Compiling async-trait v0.1.81 |
788 | 2024-08-02T16:45:50.445Z | Compiling hostname v0.4.0 |
789 | 2024-08-02T16:45:50.689Z | Compiling instant v0.1.13 |
790 | 2024-08-02T16:45:50.841Z | Compiling debug-ignore v1.0.5 |
791 | 2024-08-02T16:45:50.973Z | Compiling backoff v0.4.0 |
792 | 2024-08-02T16:45:51.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
793 | 2024-08-02T16:45:51.497Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-08-02T16:45:51.663Z | Compiling parse-display v0.9.1 |
795 | 2024-08-02T16:45:51.912Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
796 | 2024-08-02T16:45:52.037Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
797 | 2024-08-02T16:45:52.648Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
798 | 2024-08-02T16:45:52.692Z | Compiling strum v0.26.3 |
799 | 2024-08-02T16:45:52.854Z | Compiling serde_with v3.9.0 |
800 | 2024-08-02T16:45:53.742Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
801 | 2024-08-02T16:45:54.556Z | Compiling macaddr v1.0.1 |
802 | 2024-08-02T16:45:55.168Z | Compiling regress v0.9.1 |
803 | 2024-08-02T16:46:00.134Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-08-02T16:46:09.942Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-08-02T16:46:18.379Z | Finished `release` profile [optimized] target(s) in 2m 28s |
806 | 2024-08-02T16:46:18.427Z | process exited: duration 224127 ms, exit code 0 |
|
807 | 2024-08-02T16:46:18.433Z | found 0 output files |