|
|
|
1 | 2024-06-01T00:18:09.269Z | job assigned to worker 01HZ8JGQHKHKNEGEP67N1XSX4X (queued for 1 m 1 s) |
|
2 | 2024-06-01T00:18:16.484Z | starting task 0: "setup" |
3 | 2024-06-01T00:18:16.533Z | ++ uname -s |
4 | 2024-06-01T00:18:16.548Z | + kern=SunOS |
5 | 2024-06-01T00:18:16.548Z | + case "$kern" in |
6 | 2024-06-01T00:18:16.548Z | + groupadd -g 12345 build |
7 | 2024-06-01T00:18:16.548Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-01T00:18:18.549Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-01T00:18:18.668Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-01T00:18:18.680Z | + home_fs=zfs |
11 | 2024-06-01T00:18:18.680Z | + [[ zfs == autofs ]] |
12 | 2024-06-01T00:18:18.680Z | + mkdir -p /home/build |
13 | 2024-06-01T00:18:18.680Z | + chown build:build /home/build /work |
14 | 2024-06-01T00:18:20.663Z | + chmod 0700 /home/build /work |
15 | 2024-06-01T00:18:20.669Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-06-01T00:18:20.679Z | starting task 1: "rust-toolchain" |
17 | 2024-06-01T00:18:20.688Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-01T00:18:20.694Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-01T00:18:20.990Z | info: downloading installer |
20 | 2024-06-01T00:18:22.587Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-01T00:18:22.587Z | warning: /opt/ooce/bin |
22 | 2024-06-01T00:18:22.588Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-01T00:18:22.588Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-01T00:18:22.588Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-01T00:18:22.589Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-01T00:18:22.589Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-01T00:18:22.590Z | error: cannot install while Rust is installed |
28 | 2024-06-01T00:18:22.590Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-01T00:18:22.665Z | info: profile set to 'default' |
30 | 2024-06-01T00:18:22.666Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-01T00:18:22.671Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-01T00:18:22.797Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-01T00:18:22.797Z | info: downloading component 'cargo' |
34 | 2024-06-01T00:18:23.877Z | info: downloading component 'clippy' |
35 | 2024-06-01T00:18:24.301Z | info: downloading component 'rust-docs' |
36 | 2024-06-01T00:18:25.286Z | info: downloading component 'rust-std' |
37 | 2024-06-01T00:18:26.888Z | info: downloading component 'rustc' |
38 | 2024-06-01T00:18:30.994Z | info: downloading component 'rustfmt' |
39 | 2024-06-01T00:18:31.271Z | info: installing component 'cargo' |
40 | 2024-06-01T00:18:32.121Z | info: installing component 'clippy' |
41 | 2024-06-01T00:18:32.507Z | info: installing component 'rust-docs' |
42 | 2024-06-01T00:18:34.051Z | info: installing component 'rust-std' |
43 | 2024-06-01T00:18:35.834Z | info: installing component 'rustc' |
44 | 2024-06-01T00:18:39.992Z | info: installing component 'rustfmt' |
45 | 2024-06-01T00:18:40.323Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-01T00:18:40.324Z | |
47 | 2024-06-01T00:18:41.001Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-01T00:18:41.001Z | |
49 | 2024-06-01T00:18:41.005Z | |
50 | 2024-06-01T00:18:41.006Z | Rust is installed now. Great! |
51 | 2024-06-01T00:18:41.006Z | |
52 | 2024-06-01T00:18:41.006Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-01T00:18:41.006Z | environment variable. This has not been done automatically. |
54 | 2024-06-01T00:18:41.006Z | |
55 | 2024-06-01T00:18:41.006Z | To configure your current shell, you need to source |
56 | 2024-06-01T00:18:41.006Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-01T00:18:41.006Z | |
58 | 2024-06-01T00:18:41.006Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-01T00:18:41.006Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-01T00:18:41.006Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-01T00:18:41.006Z | + rustc --version |
62 | 2024-06-01T00:18:41.007Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-01T00:18:41.007Z | process exited: duration 20037 ms, exit code 0 |
|
64 | 2024-06-01T00:18:41.018Z | starting task 2: "authentication" |
65 | 2024-06-01T00:18:41.037Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-06-01T00:18:41.045Z | starting task 3: "clone repository" |
67 | 2024-06-01T00:18:41.070Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-01T00:18:41.080Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-01T00:18:41.188Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-01T00:19:14.793Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-01T00:19:14.793Z | + git fetch origin deb573e4bc624a0c9aa3644f405610e4797368cc |
72 | 2024-06-01T00:19:15.530Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-01T00:19:15.530Z | * branch deb573e4bc624a0c9aa3644f405610e4797368cc -> FETCH_HEAD |
74 | 2024-06-01T00:19:15.540Z | + [[ -n authn-authz-splitup ]] |
75 | 2024-06-01T00:19:15.553Z | ++ git branch --show-current |
76 | 2024-06-01T00:19:15.554Z | + current=main |
77 | 2024-06-01T00:19:15.554Z | + [[ main != authn-authz-splitup ]] |
78 | 2024-06-01T00:19:15.554Z | + git branch -f authn-authz-splitup deb573e4bc624a0c9aa3644f405610e4797368cc |
79 | 2024-06-01T00:19:15.555Z | + git checkout -f authn-authz-splitup |
80 | 2024-06-01T00:19:15.676Z | Switched to branch 'authn-authz-splitup' |
81 | 2024-06-01T00:19:15.683Z | + git reset --hard deb573e4bc624a0c9aa3644f405610e4797368cc |
82 | 2024-06-01T00:19:15.700Z | HEAD is now at deb573e4b review feedback |
83 | 2024-06-01T00:19:15.710Z | process exited: duration 34648 ms, exit code 0 |
|
84 | 2024-06-01T00:19:15.739Z | starting task 4: "build" |
85 | 2024-06-01T00:19:16.156Z | + cargo --version |
86 | 2024-06-01T00:19:16.172Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-06-01T00:19:16.172Z | + rustc --version |
88 | 2024-06-01T00:19:16.172Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-06-01T00:19:16.172Z | + cd /tmp |
90 | 2024-06-01T00:19:16.172Z | + cargo new --lib test-project |
91 | 2024-06-01T00:19:16.172Z | Creating library `test-project` package |
92 | 2024-06-01T00:19:16.173Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-06-01T00:19:16.173Z | + cd test-project |
94 | 2024-06-01T00:19:16.173Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-06-01T00:19:16.173Z | Adding omicron-common (local) to dependencies |
96 | 2024-06-01T00:19:16.173Z | Features: |
97 | 2024-06-01T00:19:16.173Z | - proptest |
98 | 2024-06-01T00:19:16.173Z | - test-strategy |
99 | 2024-06-01T00:19:16.173Z | - testing |
100 | 2024-06-01T00:19:16.173Z | Updating crates.io index |
101 | 2024-06-01T00:19:16.173Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-06-01T00:19:18.478Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-06-01T00:19:20.604Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-06-01T00:19:21.501Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
105 | 2024-06-01T00:19:25.975Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-06-01T00:19:27.250Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-06-01T00:19:27.521Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-06-01T00:19:31.727Z | + cargo check |
109 | 2024-06-01T00:19:31.935Z | Downloading crates ... |
110 | 2024-06-01T00:19:32.021Z | Downloaded ahash v0.8.11 |
111 | 2024-06-01T00:19:32.025Z | Downloaded backoff v0.4.0 |
112 | 2024-06-01T00:19:32.025Z | Downloaded async-stream v0.3.5 |
113 | 2024-06-01T00:19:32.026Z | Downloaded autocfg v1.3.0 |
114 | 2024-06-01T00:19:32.030Z | Downloaded atomic-waker v1.1.2 |
115 | 2024-06-01T00:19:32.030Z | Downloaded async-trait v0.1.80 |
116 | 2024-06-01T00:19:32.034Z | Downloaded ucd-trie v0.1.6 |
117 | 2024-06-01T00:19:32.039Z | Downloaded openssl-macros v0.1.1 |
118 | 2024-06-01T00:19:32.039Z | Downloaded block-buffer v0.10.4 |
119 | 2024-06-01T00:19:32.039Z | Downloaded base64 v0.22.1 |
120 | 2024-06-01T00:19:32.043Z | Downloaded base64 v0.21.7 |
121 | 2024-06-01T00:19:32.047Z | Downloaded byteorder v1.5.0 |
122 | 2024-06-01T00:19:32.052Z | Downloaded anyhow v1.0.86 |
123 | 2024-06-01T00:19:32.057Z | Downloaded bitflags v2.5.0 |
124 | 2024-06-01T00:19:32.066Z | Downloaded allocator-api2 v0.2.18 |
125 | 2024-06-01T00:19:32.071Z | Downloaded bytes v1.6.0 |
126 | 2024-06-01T00:19:32.071Z | Downloaded async-stream-impl v0.3.5 |
127 | 2024-06-01T00:19:32.072Z | Downloaded quote v1.0.36 |
128 | 2024-06-01T00:19:32.075Z | Downloaded cc v1.0.98 |
129 | 2024-06-01T00:19:32.075Z | Downloaded paste v1.0.15 |
130 | 2024-06-01T00:19:32.082Z | Downloaded darling_macro v0.20.9 |
131 | 2024-06-01T00:19:32.082Z | Downloaded rand_core v0.6.4 |
132 | 2024-06-01T00:19:32.087Z | Downloaded futures-channel v0.3.30 |
133 | 2024-06-01T00:19:32.087Z | Downloaded pest_meta v2.7.10 |
134 | 2024-06-01T00:19:32.087Z | Downloaded futures-io v0.3.30 |
135 | 2024-06-01T00:19:32.087Z | Downloaded form_urlencoded v1.2.1 |
136 | 2024-06-01T00:19:32.094Z | Downloaded foreign-types-shared v0.1.1 |
137 | 2024-06-01T00:19:32.094Z | Downloaded regress v0.9.1 |
138 | 2024-06-01T00:19:32.112Z | Downloaded foreign-types v0.3.2 |
139 | 2024-06-01T00:19:32.112Z | Downloaded waitgroup v0.1.2 |
140 | 2024-06-01T00:19:32.112Z | Downloaded version_check v0.9.4 |
141 | 2024-06-01T00:19:32.112Z | Downloaded want v0.3.1 |
142 | 2024-06-01T00:19:32.121Z | Downloaded httparse v1.8.0 |
143 | 2024-06-01T00:19:32.121Z | Downloaded pin-utils v0.1.0 |
144 | 2024-06-01T00:19:32.121Z | Downloaded num_threads v0.1.7 |
145 | 2024-06-01T00:19:32.121Z | Downloaded multer v3.1.0 |
146 | 2024-06-01T00:19:32.121Z | Downloaded parking_lot_core v0.9.10 |
147 | 2024-06-01T00:19:32.121Z | Downloaded openssl-probe v0.1.5 |
148 | 2024-06-01T00:19:32.121Z | Downloaded usdt-macro v0.5.0 |
149 | 2024-06-01T00:19:32.121Z | Downloaded instant v0.1.13 |
150 | 2024-06-01T00:19:32.121Z | Downloaded unicode-ident v1.0.12 |
151 | 2024-06-01T00:19:32.125Z | Downloaded zeroize v1.8.1 |
152 | 2024-06-01T00:19:32.125Z | Downloaded unsafe-libyaml v0.2.11 |
153 | 2024-06-01T00:19:32.125Z | Downloaded goblin v0.8.2 |
154 | 2024-06-01T00:19:32.132Z | Downloaded scroll_derive v0.12.0 |
155 | 2024-06-01T00:19:32.136Z | Downloaded scopeguard v1.2.0 |
156 | 2024-06-01T00:19:32.136Z | Downloaded parse-display-derive v0.9.1 |
157 | 2024-06-01T00:19:32.136Z | Downloaded rustls-pemfile v1.0.4 |
158 | 2024-06-01T00:19:32.139Z | Downloaded futures-sink v0.3.30 |
159 | 2024-06-01T00:19:32.139Z | Downloaded zerocopy-derive v0.7.34 |
160 | 2024-06-01T00:19:32.144Z | Downloaded ident_case v1.0.1 |
161 | 2024-06-01T00:19:32.147Z | Downloaded debug-ignore v1.0.5 |
162 | 2024-06-01T00:19:32.147Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-06-01T00:19:32.150Z | Downloaded is-terminal v0.4.12 |
164 | 2024-06-01T00:19:32.150Z | Downloaded sync_wrapper v0.1.2 |
165 | 2024-06-01T00:19:32.150Z | Downloaded match_cfg v0.1.0 |
166 | 2024-06-01T00:19:32.154Z | Downloaded equivalent v1.0.1 |
167 | 2024-06-01T00:19:32.154Z | Downloaded cfg-if v1.0.0 |
168 | 2024-06-01T00:19:32.154Z | Downloaded time-core v0.1.2 |
169 | 2024-06-01T00:19:32.157Z | Downloaded dyn-clone v1.0.17 |
170 | 2024-06-01T00:19:32.157Z | Downloaded rustversion v1.0.17 |
171 | 2024-06-01T00:19:32.161Z | Downloaded usdt-attr-macro v0.5.0 |
172 | 2024-06-01T00:19:32.161Z | Downloaded num_cpus v1.16.0 |
173 | 2024-06-01T00:19:32.164Z | Downloaded ppv-lite86 v0.2.17 |
174 | 2024-06-01T00:19:32.164Z | Downloaded tower-service v0.3.2 |
175 | 2024-06-01T00:19:32.167Z | Downloaded take_mut v0.2.2 |
176 | 2024-06-01T00:19:32.167Z | Downloaded sha1 v0.10.6 |
177 | 2024-06-01T00:19:32.167Z | Downloaded serde_path_to_error v0.1.16 |
178 | 2024-06-01T00:19:32.170Z | Downloaded newtype-uuid v1.1.0 |
179 | 2024-06-01T00:19:32.171Z | Downloaded slog-async v2.8.0 |
180 | 2024-06-01T00:19:32.174Z | Downloaded rand_chacha v0.3.1 |
181 | 2024-06-01T00:19:32.174Z | Downloaded memmap v0.7.0 |
182 | 2024-06-01T00:19:32.177Z | Downloaded try-lock v0.2.5 |
183 | 2024-06-01T00:19:32.177Z | Downloaded powerfmt v0.2.0 |
184 | 2024-06-01T00:19:32.177Z | Downloaded usdt-impl v0.5.0 |
185 | 2024-06-01T00:19:32.181Z | Downloaded tinyvec_macros v0.1.1 |
186 | 2024-06-01T00:19:32.181Z | Downloaded pest_generator v2.7.10 |
187 | 2024-06-01T00:19:32.184Z | Downloaded unicode-width v0.1.12 |
188 | 2024-06-01T00:19:32.184Z | Downloaded schemars_derive v0.8.21 |
189 | 2024-06-01T00:19:32.184Z | Downloaded serde_spanned v0.6.6 |
190 | 2024-06-01T00:19:32.187Z | Downloaded pkg-config v0.3.30 |
191 | 2024-06-01T00:19:32.187Z | Downloaded hyper-tls v0.5.0 |
192 | 2024-06-01T00:19:32.191Z | Downloaded slog-bunyan v2.5.0 |
193 | 2024-06-01T00:19:32.191Z | Downloaded signal-hook-registry v1.4.2 |
194 | 2024-06-01T00:19:32.194Z | Downloaded strsim v0.11.1 |
195 | 2024-06-01T00:19:32.194Z | Downloaded slog-json v2.6.1 |
196 | 2024-06-01T00:19:32.194Z | Downloaded plain v0.2.3 |
197 | 2024-06-01T00:19:32.211Z | Downloaded generic-array v0.14.7 |
198 | 2024-06-01T00:19:32.211Z | Downloaded macaddr v1.0.1 |
199 | 2024-06-01T00:19:32.211Z | Downloaded structmeta v0.3.0 |
200 | 2024-06-01T00:19:32.211Z | Downloaded hostname v0.4.0 |
201 | 2024-06-01T00:19:32.211Z | Downloaded futures-task v0.3.30 |
202 | 2024-06-01T00:19:32.215Z | Downloaded tokio-macros v2.3.0 |
203 | 2024-06-01T00:19:32.215Z | Downloaded once_cell v1.19.0 |
204 | 2024-06-01T00:19:32.216Z | Downloaded thread-id v4.2.1 |
205 | 2024-06-01T00:19:32.217Z | Downloaded sct v0.7.1 |
206 | 2024-06-01T00:19:32.217Z | Downloaded rustls-pemfile v2.1.2 |
207 | 2024-06-01T00:19:32.217Z | Downloaded serde_tokenstream v0.2.0 |
208 | 2024-06-01T00:19:32.237Z | Downloaded sha2 v0.10.8 |
209 | 2024-06-01T00:19:32.237Z | Downloaded toml_datetime v0.6.6 |
210 | 2024-06-01T00:19:32.237Z | Downloaded serde_derive_internals v0.29.1 |
211 | 2024-06-01T00:19:32.238Z | Downloaded scroll v0.12.0 |
212 | 2024-06-01T00:19:32.238Z | Downloaded hyper-rustls v0.24.2 |
213 | 2024-06-01T00:19:32.245Z | Downloaded pest_derive v2.7.10 |
214 | 2024-06-01T00:19:32.245Z | Downloaded thiserror v1.0.61 |
215 | 2024-06-01T00:19:32.245Z | Downloaded thread_local v1.1.8 |
216 | 2024-06-01T00:19:32.245Z | Downloaded strum_macros v0.26.2 |
217 | 2024-06-01T00:19:32.246Z | Downloaded slog-term v2.9.1 |
218 | 2024-06-01T00:19:32.246Z | Downloaded serde_derive v1.0.203 |
219 | 2024-06-01T00:19:32.246Z | Downloaded pin-project-lite v0.2.14 |
220 | 2024-06-01T00:19:32.249Z | Downloaded term v0.7.0 |
221 | 2024-06-01T00:19:32.252Z | Downloaded tokio-rustls v0.25.0 |
222 | 2024-06-01T00:19:32.255Z | Downloaded typenum v1.17.0 |
223 | 2024-06-01T00:19:32.258Z | Downloaded tokio-rustls v0.24.1 |
224 | 2024-06-01T00:19:32.261Z | Downloaded rustls-pki-types v1.7.0 |
225 | 2024-06-01T00:19:32.261Z | Downloaded schemars v0.8.21 |
226 | 2024-06-01T00:19:32.277Z | Downloaded tinyvec v1.6.0 |
227 | 2024-06-01T00:19:32.280Z | Downloaded ryu v1.0.18 |
228 | 2024-06-01T00:19:32.280Z | Downloaded url v2.5.0 |
229 | 2024-06-01T00:19:32.283Z | Downloaded indexmap v1.9.3 |
230 | 2024-06-01T00:19:32.286Z | Downloaded toml v0.8.13 |
231 | 2024-06-01T00:19:32.292Z | Downloaded thiserror-impl v1.0.61 |
232 | 2024-06-01T00:19:32.299Z | Downloaded serde v1.0.203 |
233 | 2024-06-01T00:19:32.299Z | Downloaded socket2 v0.5.7 |
234 | 2024-06-01T00:19:32.299Z | Downloaded indexmap v2.2.6 |
235 | 2024-06-01T00:19:32.302Z | Downloaded smallvec v1.13.2 |
236 | 2024-06-01T00:19:32.306Z | Downloaded rand v0.8.5 |
237 | 2024-06-01T00:19:32.309Z | Downloaded unicode-normalization v0.1.23 |
238 | 2024-06-01T00:19:32.313Z | Downloaded serde_yaml v0.9.34+deprecated |
239 | 2024-06-01T00:19:32.316Z | Downloaded tracing-core v0.1.32 |
240 | 2024-06-01T00:19:32.319Z | Downloaded mio v0.8.11 |
241 | 2024-06-01T00:19:32.323Z | Downloaded pest v2.7.10 |
242 | 2024-06-01T00:19:32.328Z | Downloaded zerocopy v0.7.34 |
243 | 2024-06-01T00:19:32.344Z | Downloaded tracing v0.1.40 |
244 | 2024-06-01T00:19:32.369Z | Downloaded toml_edit v0.22.13 |
245 | 2024-06-01T00:19:32.373Z | Downloaded serde_with v3.8.1 |
246 | 2024-06-01T00:19:32.377Z | Downloaded serde_json v1.0.117 |
247 | 2024-06-01T00:19:32.384Z | Downloaded time v0.3.36 |
248 | 2024-06-01T00:19:32.393Z | Downloaded rustls-webpki v0.101.7 |
249 | 2024-06-01T00:19:32.419Z | Downloaded winnow v0.6.9 |
250 | 2024-06-01T00:19:32.425Z | Downloaded rustls-webpki v0.102.4 |
251 | 2024-06-01T00:19:32.436Z | Downloaded webpki-roots v0.25.4 |
252 | 2024-06-01T00:19:32.444Z | Downloaded rustls v0.21.12 |
253 | 2024-06-01T00:19:32.451Z | Downloaded syn v2.0.66 |
254 | 2024-06-01T00:19:32.463Z | Downloaded regex v1.10.4 |
255 | 2024-06-01T00:19:32.476Z | Downloaded rustls v0.22.4 |
256 | 2024-06-01T00:19:32.488Z | Downloaded regex-syntax v0.8.3 |
257 | 2024-06-01T00:19:32.493Z | Downloaded openssl v0.10.64 |
258 | 2024-06-01T00:19:32.503Z | Downloaded regex-automata v0.4.6 |
259 | 2024-06-01T00:19:32.537Z | Downloaded openapiv3 v2.0.0 |
260 | 2024-06-01T00:19:32.540Z | Downloaded idna v0.5.0 |
261 | 2024-06-01T00:19:32.540Z | Downloaded hyper v0.14.28 |
262 | 2024-06-01T00:19:32.545Z | Downloaded chrono v0.4.38 |
263 | 2024-06-01T00:19:32.552Z | Downloaded vcpkg v0.2.15 |
264 | 2024-06-01T00:19:32.591Z | Downloaded hashbrown v0.14.5 |
265 | 2024-06-01T00:19:32.594Z | Downloaded libc v0.2.155 |
266 | 2024-06-01T00:19:32.619Z | Downloaded h2 v0.3.26 |
267 | 2024-06-01T00:19:32.625Z | Downloaded tokio v1.38.0 |
268 | 2024-06-01T00:19:32.664Z | Downloaded futures-util v0.3.30 |
269 | 2024-06-01T00:19:32.675Z | Downloaded tokio-util v0.7.11 |
270 | 2024-06-01T00:19:32.680Z | Downloaded encoding_rs v0.8.34 |
271 | 2024-06-01T00:19:32.696Z | Downloaded reqwest v0.11.27 |
272 | 2024-06-01T00:19:32.704Z | Downloaded http v1.1.0 |
273 | 2024-06-01T00:19:32.709Z | Downloaded hashbrown v0.12.3 |
274 | 2024-06-01T00:19:32.712Z | Downloaded memchr v2.7.2 |
275 | 2024-06-01T00:19:32.716Z | Downloaded http v0.2.12 |
276 | 2024-06-01T00:19:32.720Z | Downloaded unicode-bidi v0.3.15 |
277 | 2024-06-01T00:19:32.724Z | Downloaded num-traits v0.2.19 |
278 | 2024-06-01T00:19:32.724Z | Downloaded serde_with_macros v3.8.1 |
279 | 2024-06-01T00:19:32.727Z | Downloaded time-macros v0.2.18 |
280 | 2024-06-01T00:19:32.727Z | Downloaded tokio-native-tls v0.3.1 |
281 | 2024-06-01T00:19:32.730Z | Downloaded semver v1.0.23 |
282 | 2024-06-01T00:19:32.733Z | Downloaded parking_lot v0.12.3 |
283 | 2024-06-01T00:19:32.733Z | Downloaded slog v2.7.0 |
284 | 2024-06-01T00:19:32.737Z | Downloaded proc-macro2 v1.0.84 |
285 | 2024-06-01T00:19:32.740Z | Downloaded darling_core v0.20.9 |
286 | 2024-06-01T00:19:32.743Z | Downloaded iana-time-zone v0.1.60 |
287 | 2024-06-01T00:19:32.746Z | Downloaded getopts v0.2.21 |
288 | 2024-06-01T00:19:32.746Z | Downloaded spin v0.9.8 |
289 | 2024-06-01T00:19:32.751Z | Downloaded uuid v1.8.0 |
290 | 2024-06-01T00:19:32.754Z | Downloaded getrandom v0.2.15 |
291 | 2024-06-01T00:19:32.754Z | Downloaded futures v0.3.30 |
292 | 2024-06-01T00:19:32.757Z | Downloaded log v0.4.21 |
293 | 2024-06-01T00:19:32.761Z | Downloaded subtle v2.5.0 |
294 | 2024-06-01T00:19:32.761Z | Downloaded structmeta-derive v0.3.0 |
295 | 2024-06-01T00:19:32.764Z | Downloaded native-tls v0.2.12 |
296 | 2024-06-01T00:19:32.764Z | Downloaded ipnet v2.9.0 |
297 | 2024-06-01T00:19:32.767Z | Downloaded fnv v1.0.7 |
298 | 2024-06-01T00:19:32.767Z | Downloaded dirs-next v2.0.0 |
299 | 2024-06-01T00:19:32.767Z | Downloaded serde_urlencoded v0.7.1 |
300 | 2024-06-01T00:19:32.770Z | Downloaded slab v0.4.9 |
301 | 2024-06-01T00:19:32.770Z | Downloaded http-body v0.4.6 |
302 | 2024-06-01T00:19:32.770Z | Downloaded hostname v0.3.1 |
303 | 2024-06-01T00:19:32.773Z | Downloaded heck v0.4.1 |
304 | 2024-06-01T00:19:32.774Z | Downloaded futures-executor v0.3.30 |
305 | 2024-06-01T00:19:32.777Z | Downloaded ring v0.17.8 |
306 | 2024-06-01T00:19:32.839Z | Downloaded futures-core v0.3.30 |
307 | 2024-06-01T00:19:32.843Z | Downloaded httpdate v1.0.3 |
308 | 2024-06-01T00:19:32.843Z | Downloaded camino v1.1.7 |
309 | 2024-06-01T00:19:32.843Z | Downloaded lock_api v0.4.12 |
310 | 2024-06-01T00:19:32.843Z | Downloaded ipnetwork v0.20.0 |
311 | 2024-06-01T00:19:32.844Z | Downloaded dof v0.3.0 |
312 | 2024-06-01T00:19:32.867Z | Downloaded dirs-sys-next v0.1.2 |
313 | 2024-06-01T00:19:32.867Z | Downloaded hex v0.4.3 |
314 | 2024-06-01T00:19:32.867Z | Downloaded strum v0.26.2 |
315 | 2024-06-01T00:19:32.867Z | Downloaded itoa v1.0.11 |
316 | 2024-06-01T00:19:32.867Z | Downloaded heck v0.5.0 |
317 | 2024-06-01T00:19:32.867Z | Downloaded percent-encoding v2.3.1 |
318 | 2024-06-01T00:19:32.867Z | Downloaded untrusted v0.9.0 |
319 | 2024-06-01T00:19:32.867Z | Downloaded crypto-common v0.1.6 |
320 | 2024-06-01T00:19:32.868Z | Downloaded usdt v0.5.0 |
321 | 2024-06-01T00:19:32.868Z | Downloaded omicron-workspace-hack v0.1.0 |
322 | 2024-06-01T00:19:32.868Z | Downloaded num-conv v0.1.0 |
323 | 2024-06-01T00:19:32.868Z | Downloaded mime v0.3.17 |
324 | 2024-06-01T00:19:32.868Z | Downloaded futures-macro v0.3.30 |
325 | 2024-06-01T00:19:32.868Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-06-01T00:19:32.868Z | Downloaded darling v0.20.9 |
327 | 2024-06-01T00:19:32.878Z | Downloaded parse-display v0.9.1 |
328 | 2024-06-01T00:19:32.878Z | Downloaded openssl-sys v0.9.102 |
329 | 2024-06-01T00:19:32.878Z | Downloaded deranged v0.3.11 |
330 | 2024-06-01T00:19:32.878Z | Downloaded cpufeatures v0.2.12 |
331 | 2024-06-01T00:19:32.878Z | Downloaded digest v0.10.7 |
332 | 2024-06-01T00:19:32.878Z | Downloaded crossbeam-utils v0.8.20 |
333 | 2024-06-01T00:19:32.878Z | Downloaded crossbeam-channel v0.5.13 |
334 | 2024-06-01T00:19:32.878Z | Downloaded aho-corasick v1.1.3 |
335 | 2024-06-01T00:19:32.991Z | Compiling proc-macro2 v1.0.84 |
336 | 2024-06-01T00:19:32.991Z | Compiling unicode-ident v1.0.12 |
337 | 2024-06-01T00:19:32.991Z | Compiling libc v0.2.155 |
338 | 2024-06-01T00:19:33.010Z | Checking cfg-if v1.0.0 |
339 | 2024-06-01T00:19:33.010Z | Compiling version_check v0.9.4 |
340 | 2024-06-01T00:19:33.015Z | Compiling autocfg v1.3.0 |
341 | 2024-06-01T00:19:33.015Z | Compiling serde v1.0.203 |
342 | 2024-06-01T00:19:33.015Z | Compiling serde_json v1.0.117 |
343 | 2024-06-01T00:19:33.090Z | Checking itoa v1.0.11 |
344 | 2024-06-01T00:19:33.164Z | Compiling thiserror v1.0.61 |
345 | 2024-06-01T00:19:33.282Z | Compiling cc v1.0.98 |
346 | 2024-06-01T00:19:33.569Z | Compiling ahash v0.8.11 |
347 | 2024-06-01T00:19:33.611Z | Compiling memchr v2.7.2 |
348 | 2024-06-01T00:19:34.592Z | Checking once_cell v1.19.0 |
349 | 2024-06-01T00:19:35.678Z | Checking byteorder v1.5.0 |
350 | 2024-06-01T00:19:35.914Z | Compiling num-traits v0.2.19 |
351 | 2024-06-01T00:19:36.395Z | Checking pin-project-lite v0.2.14 |
352 | 2024-06-01T00:19:36.427Z | Checking ryu v1.0.18 |
353 | 2024-06-01T00:19:36.450Z | Checking bytes v1.6.0 |
354 | 2024-06-01T00:19:36.871Z | Checking log v0.4.21 |
355 | 2024-06-01T00:19:36.871Z | Compiling lock_api v0.4.12 |
356 | 2024-06-01T00:19:36.871Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-06-01T00:19:36.871Z | Checking allocator-api2 v0.2.18 |
358 | 2024-06-01T00:19:36.871Z | Compiling schemars v0.8.21 |
359 | 2024-06-01T00:19:36.888Z | Compiling ring v0.17.8 |
360 | 2024-06-01T00:19:37.013Z | Checking smallvec v1.13.2 |
361 | 2024-06-01T00:19:37.070Z | Checking futures-core v0.3.30 |
362 | 2024-06-01T00:19:37.491Z | Checking getrandom v0.2.15 |
363 | 2024-06-01T00:19:37.491Z | Checking scopeguard v1.2.0 |
364 | 2024-06-01T00:19:37.491Z | Checking num_cpus v1.16.0 |
365 | 2024-06-01T00:19:37.491Z | Checking mio v0.8.11 |
366 | 2024-06-01T00:19:37.491Z | Compiling quote v1.0.36 |
367 | 2024-06-01T00:19:37.491Z | Checking socket2 v0.5.7 |
368 | 2024-06-01T00:19:37.491Z | Checking signal-hook-registry v1.4.2 |
369 | 2024-06-01T00:19:37.502Z | Compiling slab v0.4.9 |
370 | 2024-06-01T00:19:37.649Z | Compiling syn v2.0.66 |
371 | 2024-06-01T00:19:37.666Z | Checking parking_lot v0.12.3 |
372 | 2024-06-01T00:19:37.701Z | Checking spin v0.9.8 |
373 | 2024-06-01T00:19:37.808Z | Checking futures-sink v0.3.30 |
374 | 2024-06-01T00:19:37.862Z | Checking equivalent v1.0.1 |
375 | 2024-06-01T00:19:37.911Z | Checking untrusted v0.9.0 |
376 | 2024-06-01T00:19:37.932Z | Checking fnv v1.0.7 |
377 | 2024-06-01T00:19:37.986Z | Checking futures-channel v0.3.30 |
378 | 2024-06-01T00:19:38.005Z | Compiling semver v1.0.23 |
379 | 2024-06-01T00:19:38.018Z | Compiling pkg-config v0.3.30 |
380 | 2024-06-01T00:19:38.028Z | Checking futures-io v0.3.30 |
381 | 2024-06-01T00:19:38.153Z | Compiling vcpkg v0.2.15 |
382 | 2024-06-01T00:19:38.174Z | Checking pin-utils v0.1.0 |
383 | 2024-06-01T00:19:38.241Z | Checking futures-task v0.3.30 |
384 | 2024-06-01T00:19:38.428Z | Checking iana-time-zone v0.1.60 |
385 | 2024-06-01T00:19:38.451Z | Compiling ucd-trie v0.1.6 |
386 | 2024-06-01T00:19:38.543Z | Checking http v0.2.12 |
387 | 2024-06-01T00:19:38.940Z | Checking dyn-clone v1.0.17 |
388 | 2024-06-01T00:19:39.134Z | Compiling httparse v1.8.0 |
389 | 2024-06-01T00:19:39.495Z | Checking tracing-core v0.1.32 |
390 | 2024-06-01T00:19:39.638Z | Compiling uuid v1.8.0 |
391 | 2024-06-01T00:19:39.744Z | Compiling openssl-sys v0.9.102 |
392 | 2024-06-01T00:19:40.062Z | Compiling openssl v0.10.64 |
393 | 2024-06-01T00:19:40.105Z | Checking tracing v0.1.40 |
394 | 2024-06-01T00:19:40.161Z | Compiling chrono v0.4.38 |
395 | 2024-06-01T00:19:40.219Z | Compiling slog v2.7.0 |
396 | 2024-06-01T00:19:40.273Z | Checking try-lock v0.2.5 |
397 | 2024-06-01T00:19:40.360Z | Checking foreign-types-shared v0.1.1 |
398 | 2024-06-01T00:19:40.394Z | Compiling heck v0.5.0 |
399 | 2024-06-01T00:19:40.836Z | Checking foreign-types v0.3.2 |
400 | 2024-06-01T00:19:40.849Z | Checking want v0.3.1 |
401 | 2024-06-01T00:19:40.850Z | Checking http-body v0.4.6 |
402 | 2024-06-01T00:19:40.850Z | Compiling aho-corasick v1.1.3 |
403 | 2024-06-01T00:19:40.850Z | Compiling native-tls v0.2.12 |
404 | 2024-06-01T00:19:40.935Z | Checking percent-encoding v2.3.1 |
405 | 2024-06-01T00:19:41.094Z | Checking httpdate v1.0.3 |
406 | 2024-06-01T00:19:41.113Z | Compiling rustls v0.21.12 |
407 | 2024-06-01T00:19:41.224Z | Compiling regex-syntax v0.8.3 |
408 | 2024-06-01T00:19:41.366Z | Compiling typenum v1.17.0 |
409 | 2024-06-01T00:19:41.946Z | Checking tower-service v0.3.2 |
410 | 2024-06-01T00:19:42.037Z | Checking bitflags v2.5.0 |
411 | 2024-06-01T00:19:42.172Z | Checking tinyvec_macros v0.1.1 |
412 | 2024-06-01T00:19:42.236Z | Checking tinyvec v1.6.0 |
413 | 2024-06-01T00:19:42.309Z | Checking form_urlencoded v1.2.1 |
414 | 2024-06-01T00:19:43.333Z | Compiling generic-array v0.14.7 |
415 | 2024-06-01T00:19:43.363Z | Checking openssl-probe v0.1.5 |
416 | 2024-06-01T00:19:43.363Z | Checking unicode-normalization v0.1.23 |
417 | 2024-06-01T00:19:43.814Z | Compiling serde_derive_internals v0.29.1 |
418 | 2024-06-01T00:19:44.503Z | Compiling regex-automata v0.4.6 |
419 | 2024-06-01T00:19:45.433Z | Compiling usdt-impl v0.5.0 |
420 | 2024-06-01T00:19:45.434Z | Checking encoding_rs v0.8.34 |
421 | 2024-06-01T00:19:45.514Z | Compiling time-core v0.1.2 |
422 | 2024-06-01T00:19:45.945Z | Compiling num-conv v0.1.0 |
423 | 2024-06-01T00:19:46.134Z | Checking mime v0.3.17 |
424 | 2024-06-01T00:19:46.182Z | Checking powerfmt v0.2.0 |
425 | 2024-06-01T00:19:46.404Z | Checking unicode-bidi v0.3.15 |
426 | 2024-06-01T00:19:46.438Z | Checking deranged v0.3.11 |
427 | 2024-06-01T00:19:46.452Z | Compiling time-macros v0.2.18 |
428 | 2024-06-01T00:19:46.983Z | Checking idna v0.5.0 |
429 | 2024-06-01T00:19:47.494Z | Compiling thread-id v4.2.1 |
430 | 2024-06-01T00:19:48.031Z | Compiling strsim v0.11.1 |
431 | 2024-06-01T00:19:48.064Z | Checking base64 v0.21.7 |
432 | 2024-06-01T00:19:48.458Z | Compiling regex v1.10.4 |
433 | 2024-06-01T00:19:49.046Z | Compiling crossbeam-utils v0.8.20 |
434 | 2024-06-01T00:19:49.468Z | Checking rustls-pki-types v1.7.0 |
435 | 2024-06-01T00:19:49.469Z | Compiling serde_derive v1.0.203 |
436 | 2024-06-01T00:19:49.498Z | Compiling zerocopy-derive v0.7.34 |
437 | 2024-06-01T00:19:49.498Z | Compiling thiserror-impl v1.0.61 |
438 | 2024-06-01T00:19:49.498Z | Compiling schemars_derive v0.8.21 |
439 | 2024-06-01T00:19:49.498Z | Compiling tokio-macros v2.3.0 |
440 | 2024-06-01T00:19:51.040Z | Checking tokio v1.38.0 |
441 | 2024-06-01T00:19:51.249Z | Checking zerocopy v0.7.34 |
442 | 2024-06-01T00:19:51.808Z | Compiling futures-macro v0.3.30 |
443 | 2024-06-01T00:19:52.626Z | Compiling pest v2.7.10 |
444 | 2024-06-01T00:19:52.631Z | Compiling openssl-macros v0.1.1 |
445 | 2024-06-01T00:19:52.631Z | Checking rustls-webpki v0.101.7 |
446 | 2024-06-01T00:19:53.066Z | Checking sct v0.7.1 |
447 | 2024-06-01T00:19:53.070Z | Checking hashbrown v0.14.5 |
448 | 2024-06-01T00:19:53.696Z | Checking futures-util v0.3.30 |
449 | 2024-06-01T00:19:54.240Z | Compiling scroll_derive v0.12.0 |
450 | 2024-06-01T00:19:55.039Z | Compiling pest_meta v2.7.10 |
451 | 2024-06-01T00:19:55.054Z | Compiling regress v0.9.1 |
452 | 2024-06-01T00:19:55.719Z | Checking scroll v0.12.0 |
453 | 2024-06-01T00:19:56.268Z | Compiling pest_generator v2.7.10 |
454 | 2024-06-01T00:19:58.006Z | Checking tokio-util v0.7.11 |
455 | 2024-06-01T00:19:58.529Z | Checking tokio-native-tls v0.3.1 |
456 | 2024-06-01T00:19:58.755Z | Checking tokio-rustls v0.24.1 |
457 | 2024-06-01T00:19:58.763Z | Checking plain v0.2.3 |
458 | 2024-06-01T00:19:59.195Z | Checking num_threads v0.1.7 |
459 | 2024-06-01T00:19:59.200Z | Compiling ident_case v1.0.1 |
460 | 2024-06-01T00:19:59.200Z | Compiling unicode-width v0.1.12 |
461 | 2024-06-01T00:19:59.254Z | Compiling getopts v0.2.21 |
462 | 2024-06-01T00:19:59.340Z | Compiling pest_derive v2.7.10 |
463 | 2024-06-01T00:20:00.667Z | Compiling darling_core v0.20.9 |
464 | 2024-06-01T00:20:00.667Z | Checking time v0.3.36 |
465 | 2024-06-01T00:20:00.674Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-06-01T00:20:00.674Z | Checking goblin v0.8.2 |
467 | 2024-06-01T00:20:01.614Z | Checking rustls-pemfile v1.0.4 |
468 | 2024-06-01T00:20:01.780Z | Checking indexmap v2.2.6 |
469 | 2024-06-01T00:20:02.327Z | Checking serde_urlencoded v0.7.1 |
470 | 2024-06-01T00:20:02.742Z | Checking url v2.5.0 |
471 | 2024-06-01T00:20:02.877Z | Checking dirs-sys-next v0.1.2 |
472 | 2024-06-01T00:20:02.999Z | Checking h2 v0.3.26 |
473 | 2024-06-01T00:20:03.197Z | Checking openapiv3 v2.0.0 |
474 | 2024-06-01T00:20:03.335Z | Compiling omicron-workspace-hack v0.1.0 |
475 | 2024-06-01T00:20:03.473Z | Checking sync_wrapper v0.1.2 |
476 | 2024-06-01T00:20:03.616Z | Compiling paste v1.0.15 |
477 | 2024-06-01T00:20:03.989Z | Compiling serde_tokenstream v0.2.0 |
478 | 2024-06-01T00:20:05.347Z | Checking pretty-hex v0.4.1 |
479 | 2024-06-01T00:20:05.347Z | Checking webpki-roots v0.25.4 |
480 | 2024-06-01T00:20:05.347Z | Compiling rustls v0.22.4 |
481 | 2024-06-01T00:20:05.348Z | Compiling unsafe-libyaml v0.2.11 |
482 | 2024-06-01T00:20:05.348Z | Checking ipnet v2.9.0 |
483 | 2024-06-01T00:20:05.749Z | Compiling dof v0.3.0 |
484 | 2024-06-01T00:20:05.886Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
485 | 2024-06-01T00:20:06.202Z | Compiling rustversion v1.0.17 |
486 | 2024-06-01T00:20:06.688Z | Compiling serde_yaml v0.9.34+deprecated |
487 | 2024-06-01T00:20:06.862Z | Compiling darling_macro v0.20.9 |
488 | 2024-06-01T00:20:06.949Z | Checking hyper v0.14.28 |
489 | 2024-06-01T00:20:08.191Z | Checking dirs-next v2.0.0 |
490 | 2024-06-01T00:20:08.204Z | Checking serde_spanned v0.6.6 |
491 | 2024-06-01T00:20:08.214Z | Checking toml_datetime v0.6.6 |
492 | 2024-06-01T00:20:08.448Z | Checking rustls-webpki v0.102.4 |
493 | 2024-06-01T00:20:08.810Z | Compiling structmeta-derive v0.3.0 |
494 | 2024-06-01T00:20:08.973Z | Checking block-buffer v0.10.4 |
495 | 2024-06-01T00:20:09.019Z | Checking crypto-common v0.1.6 |
496 | 2024-06-01T00:20:09.131Z | Checking rand_core v0.6.4 |
497 | 2024-06-01T00:20:09.163Z | Checking thread_local v1.1.8 |
498 | 2024-06-01T00:20:09.648Z | Compiling multer v3.1.0 |
499 | 2024-06-01T00:20:09.659Z | Checking match_cfg v0.1.0 |
500 | 2024-06-01T00:20:09.659Z | Compiling slog-async v2.8.0 |
501 | 2024-06-01T00:20:09.659Z | Checking subtle v2.5.0 |
502 | 2024-06-01T00:20:09.659Z | Compiling camino v1.1.7 |
503 | 2024-06-01T00:20:09.667Z | Checking winnow v0.6.9 |
504 | 2024-06-01T00:20:09.861Z | Checking zeroize v1.8.1 |
505 | 2024-06-01T00:20:10.057Z | Checking ppv-lite86 v0.2.17 |
506 | 2024-06-01T00:20:10.096Z | Compiling anyhow v1.0.86 |
507 | 2024-06-01T00:20:10.614Z | Checking hostname v0.3.1 |
508 | 2024-06-01T00:20:10.749Z | Checking rand_chacha v0.3.1 |
509 | 2024-06-01T00:20:10.797Z | Checking digest v0.10.7 |
510 | 2024-06-01T00:20:11.084Z | Checking crossbeam-channel v0.5.13 |
511 | 2024-06-01T00:20:11.093Z | Checking term v0.7.0 |
512 | 2024-06-01T00:20:11.213Z | Checking hyper-rustls v0.24.2 |
513 | 2024-06-01T00:20:11.224Z | Checking hyper-tls v0.5.0 |
514 | 2024-06-01T00:20:11.883Z | Compiling usdt-macro v0.5.0 |
515 | 2024-06-01T00:20:11.886Z | Checking reqwest v0.11.27 |
516 | 2024-06-01T00:20:11.886Z | Compiling usdt-attr-macro v0.5.0 |
517 | 2024-06-01T00:20:11.887Z | Compiling structmeta v0.3.0 |
518 | 2024-06-01T00:20:11.958Z | Compiling darling v0.20.9 |
519 | 2024-06-01T00:20:12.675Z | Checking toml_edit v0.22.13 |
520 | 2024-06-01T00:20:12.744Z | Checking slog-json v2.6.1 |
521 | 2024-06-01T00:20:12.790Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
522 | 2024-06-01T00:20:12.798Z | Checking futures-executor v0.3.30 |
523 | 2024-06-01T00:20:12.907Z | Compiling async-stream-impl v0.3.5 |
524 | 2024-06-01T00:20:12.962Z | Checking http v1.1.0 |
525 | 2024-06-01T00:20:12.998Z | Checking is-terminal v0.4.12 |
526 | 2024-06-01T00:20:13.046Z | Checking memmap v0.7.0 |
527 | 2024-06-01T00:20:13.085Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
528 | 2024-06-01T00:20:13.230Z | Checking atomic-waker v1.1.2 |
529 | 2024-06-01T00:20:13.321Z | Checking take_mut v0.2.2 |
530 | 2024-06-01T00:20:13.367Z | Checking base64 v0.22.1 |
531 | 2024-06-01T00:20:13.374Z | Checking cpufeatures v0.2.12 |
532 | 2024-06-01T00:20:13.435Z | Compiling heck v0.4.1 |
533 | 2024-06-01T00:20:13.442Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
534 | 2024-06-01T00:20:13.722Z | Checking sha1 v0.10.6 |
535 | 2024-06-01T00:20:13.755Z | Checking tokio-rustls v0.25.0 |
536 | 2024-06-01T00:20:13.800Z | Checking rustls-pemfile v2.1.2 |
537 | 2024-06-01T00:20:13.827Z | Compiling strum_macros v0.26.2 |
538 | 2024-06-01T00:20:14.066Z | Checking waitgroup v0.1.2 |
539 | 2024-06-01T00:20:14.079Z | Checking usdt v0.5.0 |
540 | 2024-06-01T00:20:14.162Z | Checking slog-term v2.9.1 |
541 | 2024-06-01T00:20:14.181Z | Checking async-stream v0.3.5 |
542 | 2024-06-01T00:20:14.206Z | Checking futures v0.3.30 |
543 | 2024-06-01T00:20:14.288Z | Checking slog-bunyan v2.5.0 |
544 | 2024-06-01T00:20:14.295Z | Compiling serde_with_macros v3.8.1 |
545 | 2024-06-01T00:20:14.337Z | Compiling parse-display-derive v0.9.1 |
546 | 2024-06-01T00:20:14.420Z | Checking rand v0.8.5 |
547 | 2024-06-01T00:20:15.022Z | Checking newtype-uuid v1.1.0 |
548 | 2024-06-01T00:20:15.072Z | Checking toml v0.8.13 |
549 | 2024-06-01T00:20:15.143Z | Checking ipnetwork v0.20.0 |
550 | 2024-06-01T00:20:15.231Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
551 | 2024-06-01T00:20:15.474Z | Checking hex v0.4.3 |
552 | 2024-06-01T00:20:15.586Z | Checking serde_path_to_error v0.1.16 |
553 | 2024-06-01T00:20:15.806Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
554 | 2024-06-01T00:20:15.993Z | Compiling async-trait v0.1.80 |
555 | 2024-06-01T00:20:16.205Z | Checking hostname v0.4.0 |
556 | 2024-06-01T00:20:16.320Z | Checking instant v0.1.13 |
557 | 2024-06-01T00:20:16.400Z | Checking debug-ignore v1.0.5 |
558 | 2024-06-01T00:20:16.514Z | Checking backoff v0.4.0 |
559 | 2024-06-01T00:20:16.561Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
560 | 2024-06-01T00:20:16.680Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
561 | 2024-06-01T00:20:16.771Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
562 | 2024-06-01T00:20:16.799Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
563 | 2024-06-01T00:20:16.998Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
564 | 2024-06-01T00:20:17.050Z | Checking serde_with v3.8.1 |
565 | 2024-06-01T00:20:17.139Z | Checking macaddr v1.0.1 |
566 | 2024-06-01T00:20:18.278Z | Checking parse-display v0.9.1 |
567 | 2024-06-01T00:20:18.443Z | Checking strum v0.26.2 |
568 | 2024-06-01T00:20:19.243Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
569 | 2024-06-01T00:20:21.049Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
570 | 2024-06-01T00:20:21.115Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
571 | 2024-06-01T00:20:23.895Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
572 | 2024-06-01T00:20:29.939Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
573 | 2024-06-01T00:20:32.624Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
574 | 2024-06-01T00:20:38.142Z | Checking test-project v0.1.0 (/tmp/test-project) |
575 | 2024-06-01T00:20:38.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
576 | 2024-06-01T00:20:38.245Z | + cargo build --release |
577 | 2024-06-01T00:20:38.489Z | Compiling proc-macro2 v1.0.84 |
578 | 2024-06-01T00:20:38.489Z | Compiling unicode-ident v1.0.12 |
579 | 2024-06-01T00:20:38.489Z | Compiling libc v0.2.155 |
580 | 2024-06-01T00:20:38.489Z | Compiling cfg-if v1.0.0 |
581 | 2024-06-01T00:20:38.492Z | Compiling version_check v0.9.4 |
582 | 2024-06-01T00:20:38.492Z | Compiling autocfg v1.3.0 |
583 | 2024-06-01T00:20:38.492Z | Compiling serde v1.0.203 |
584 | 2024-06-01T00:20:38.524Z | Compiling serde_json v1.0.117 |
585 | 2024-06-01T00:20:38.584Z | Compiling itoa v1.0.11 |
586 | 2024-06-01T00:20:38.664Z | Compiling thiserror v1.0.61 |
587 | 2024-06-01T00:20:38.789Z | Compiling cc v1.0.98 |
588 | 2024-06-01T00:20:38.949Z | Compiling memchr v2.7.2 |
589 | 2024-06-01T00:20:39.025Z | Compiling once_cell v1.19.0 |
590 | 2024-06-01T00:20:39.141Z | Compiling ahash v0.8.11 |
591 | 2024-06-01T00:20:39.477Z | Compiling num-traits v0.2.19 |
592 | 2024-06-01T00:20:39.621Z | Compiling byteorder v1.5.0 |
593 | 2024-06-01T00:20:39.758Z | Compiling pin-project-lite v0.2.14 |
594 | 2024-06-01T00:20:39.859Z | Compiling quote v1.0.36 |
595 | 2024-06-01T00:20:39.956Z | Compiling getrandom v0.2.15 |
596 | 2024-06-01T00:20:40.107Z | Compiling ryu v1.0.18 |
597 | 2024-06-01T00:20:40.207Z | Compiling syn v2.0.66 |
598 | 2024-06-01T00:20:40.303Z | Compiling log v0.4.21 |
599 | 2024-06-01T00:20:40.487Z | Compiling bytes v1.6.0 |
600 | 2024-06-01T00:20:41.031Z | Compiling schemars v0.8.21 |
601 | 2024-06-01T00:20:41.035Z | Compiling lock_api v0.4.12 |
602 | 2024-06-01T00:20:41.035Z | Compiling allocator-api2 v0.2.18 |
603 | 2024-06-01T00:20:41.035Z | Compiling parking_lot_core v0.9.10 |
604 | 2024-06-01T00:20:41.035Z | Compiling scopeguard v1.2.0 |
605 | 2024-06-01T00:20:41.088Z | Compiling futures-core v0.3.30 |
606 | 2024-06-01T00:20:41.139Z | Compiling smallvec v1.13.2 |
607 | 2024-06-01T00:20:41.350Z | Compiling num_cpus v1.16.0 |
608 | 2024-06-01T00:20:41.481Z | Compiling mio v0.8.11 |
609 | 2024-06-01T00:20:41.630Z | Compiling ring v0.17.8 |
610 | 2024-06-01T00:20:41.641Z | Compiling signal-hook-registry v1.4.2 |
611 | 2024-06-01T00:20:41.867Z | Compiling socket2 v0.5.7 |
612 | 2024-06-01T00:20:42.137Z | Compiling parking_lot v0.12.3 |
613 | 2024-06-01T00:20:42.335Z | Compiling slab v0.4.9 |
614 | 2024-06-01T00:20:42.507Z | Compiling spin v0.9.8 |
615 | 2024-06-01T00:20:42.727Z | Compiling futures-sink v0.3.30 |
616 | 2024-06-01T00:20:42.851Z | Compiling untrusted v0.9.0 |
617 | 2024-06-01T00:20:42.867Z | Compiling semver v1.0.23 |
618 | 2024-06-01T00:20:43.020Z | Compiling equivalent v1.0.1 |
619 | 2024-06-01T00:20:43.270Z | Compiling fnv v1.0.7 |
620 | 2024-06-01T00:20:43.386Z | Compiling futures-channel v0.3.30 |
621 | 2024-06-01T00:20:43.554Z | Compiling futures-task v0.3.30 |
622 | 2024-06-01T00:20:43.600Z | Compiling pin-utils v0.1.0 |
623 | 2024-06-01T00:20:43.674Z | Compiling vcpkg v0.2.15 |
624 | 2024-06-01T00:20:43.686Z | Compiling futures-io v0.3.30 |
625 | 2024-06-01T00:20:43.847Z | Compiling pkg-config v0.3.30 |
626 | 2024-06-01T00:20:44.077Z | Compiling ucd-trie v0.1.6 |
627 | 2024-06-01T00:20:44.112Z | Compiling iana-time-zone v0.1.60 |
628 | 2024-06-01T00:20:44.544Z | Compiling http v0.2.12 |
629 | 2024-06-01T00:20:45.086Z | Compiling dyn-clone v1.0.17 |
630 | 2024-06-01T00:20:45.174Z | Compiling httparse v1.8.0 |
631 | 2024-06-01T00:20:45.385Z | Compiling openssl-sys v0.9.102 |
632 | 2024-06-01T00:20:45.647Z | Compiling tracing-core v0.1.32 |
633 | 2024-06-01T00:20:46.060Z | Compiling chrono v0.4.38 |
634 | 2024-06-01T00:20:46.071Z | Compiling uuid v1.8.0 |
635 | 2024-06-01T00:20:46.577Z | Compiling tracing v0.1.40 |
636 | 2024-06-01T00:20:47.274Z | Compiling serde_derive_internals v0.29.1 |
637 | 2024-06-01T00:20:48.073Z | Compiling heck v0.5.0 |
638 | 2024-06-01T00:20:48.476Z | Compiling openssl v0.10.64 |
639 | 2024-06-01T00:20:48.890Z | Compiling try-lock v0.2.5 |
640 | 2024-06-01T00:20:48.906Z | Compiling foreign-types-shared v0.1.1 |
641 | 2024-06-01T00:20:48.996Z | Compiling slog v2.7.0 |
642 | 2024-06-01T00:20:49.063Z | Compiling want v0.3.1 |
643 | 2024-06-01T00:20:49.246Z | Compiling foreign-types v0.3.2 |
644 | 2024-06-01T00:20:49.360Z | Compiling http-body v0.4.6 |
645 | 2024-06-01T00:20:49.516Z | Compiling aho-corasick v1.1.3 |
646 | 2024-06-01T00:20:49.634Z | Compiling httpdate v1.0.3 |
647 | 2024-06-01T00:20:49.835Z | Compiling regex-syntax v0.8.3 |
648 | 2024-06-01T00:20:50.430Z | Compiling percent-encoding v2.3.1 |
649 | 2024-06-01T00:20:50.538Z | Compiling tinyvec_macros v0.1.1 |
650 | 2024-06-01T00:20:50.627Z | Compiling rustls v0.21.12 |
651 | 2024-06-01T00:20:50.823Z | Compiling native-tls v0.2.12 |
652 | 2024-06-01T00:20:50.908Z | Compiling tower-service v0.3.2 |
653 | 2024-06-01T00:20:50.923Z | Compiling bitflags v2.5.0 |
654 | 2024-06-01T00:20:51.017Z | Compiling typenum v1.17.0 |
655 | 2024-06-01T00:20:51.174Z | Compiling form_urlencoded v1.2.1 |
656 | 2024-06-01T00:20:51.263Z | Compiling tinyvec v1.6.0 |
657 | 2024-06-01T00:20:52.080Z | Compiling generic-array v0.14.7 |
658 | 2024-06-01T00:20:52.379Z | Compiling openssl-probe v0.1.5 |
659 | 2024-06-01T00:20:52.859Z | Compiling unicode-normalization v0.1.23 |
660 | 2024-06-01T00:20:52.967Z | Compiling serde_derive v1.0.203 |
661 | 2024-06-01T00:20:53.602Z | Compiling zerocopy-derive v0.7.34 |
662 | 2024-06-01T00:20:53.970Z | Compiling thiserror-impl v1.0.61 |
663 | 2024-06-01T00:20:54.068Z | Compiling schemars_derive v0.8.21 |
664 | 2024-06-01T00:20:54.376Z | Compiling tokio-macros v2.3.0 |
665 | 2024-06-01T00:20:55.684Z | Compiling futures-macro v0.3.30 |
666 | 2024-06-01T00:20:55.701Z | Compiling zerocopy v0.7.34 |
667 | 2024-06-01T00:20:57.006Z | Compiling tokio v1.38.0 |
668 | 2024-06-01T00:20:57.148Z | Compiling pest v2.7.10 |
669 | 2024-06-01T00:20:57.668Z | Compiling futures-util v0.3.30 |
670 | 2024-06-01T00:20:57.919Z | Compiling hashbrown v0.14.5 |
671 | 2024-06-01T00:20:59.579Z | Compiling pest_meta v2.7.10 |
672 | 2024-06-01T00:20:59.608Z | Compiling regress v0.9.1 |
673 | 2024-06-01T00:20:59.946Z | Compiling openssl-macros v0.1.1 |
674 | 2024-06-01T00:21:00.472Z | Compiling rustls-webpki v0.101.7 |
675 | 2024-06-01T00:21:03.903Z | Compiling pest_generator v2.7.10 |
676 | 2024-06-01T00:21:04.651Z | Compiling sct v0.7.1 |
677 | 2024-06-01T00:21:04.784Z | Compiling regex-automata v0.4.6 |
678 | 2024-06-01T00:21:05.704Z | Compiling tokio-util v0.7.11 |
679 | 2024-06-01T00:21:07.893Z | Compiling indexmap v2.2.6 |
680 | 2024-06-01T00:21:09.505Z | Compiling serde_tokenstream v0.2.0 |
681 | 2024-06-01T00:21:14.827Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
682 | 2024-06-01T00:21:14.972Z | Compiling h2 v0.3.26 |
683 | 2024-06-01T00:21:18.308Z | Compiling pest_derive v2.7.10 |
684 | 2024-06-01T00:21:19.168Z | Compiling regex v1.10.4 |
685 | 2024-06-01T00:21:20.033Z | Compiling hyper v0.14.28 |
686 | 2024-06-01T00:21:21.525Z | Compiling scroll_derive v0.12.0 |
687 | 2024-06-01T00:21:25.670Z | Compiling usdt-impl v0.5.0 |
688 | 2024-06-01T00:21:26.038Z | Compiling encoding_rs v0.8.34 |
689 | 2024-06-01T00:21:26.493Z | Compiling num-conv v0.1.0 |
690 | 2024-06-01T00:21:27.626Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
691 | 2024-06-01T00:21:30.841Z | Compiling unicode-bidi v0.3.15 |
692 | 2024-06-01T00:21:31.733Z | Compiling powerfmt v0.2.0 |
693 | 2024-06-01T00:21:32.214Z | Compiling time-core v0.1.2 |
694 | 2024-06-01T00:21:32.371Z | Compiling mime v0.3.17 |
695 | 2024-06-01T00:21:33.465Z | Compiling time-macros v0.2.18 |
696 | 2024-06-01T00:21:33.985Z | Compiling deranged v0.3.11 |
697 | 2024-06-01T00:21:34.630Z | Compiling idna v0.5.0 |
698 | 2024-06-01T00:21:36.792Z | Compiling scroll v0.12.0 |
699 | 2024-06-01T00:21:37.427Z | Compiling dtrace-parser v0.2.0 |
700 | 2024-06-01T00:21:37.723Z | Compiling tokio-native-tls v0.3.1 |
701 | 2024-06-01T00:21:37.915Z | Compiling tokio-rustls v0.24.1 |
702 | 2024-06-01T00:21:38.004Z | Compiling dof v0.3.0 |
703 | 2024-06-01T00:21:38.170Z | Compiling serde_urlencoded v0.7.1 |
704 | 2024-06-01T00:21:38.751Z | Compiling thread-id v4.2.1 |
705 | 2024-06-01T00:21:39.228Z | Compiling base64 v0.21.7 |
706 | 2024-06-01T00:21:39.933Z | Compiling strsim v0.11.1 |
707 | 2024-06-01T00:21:40.111Z | Compiling omicron-workspace-hack v0.1.0 |
708 | 2024-06-01T00:21:40.209Z | Compiling ident_case v1.0.1 |
709 | 2024-06-01T00:21:40.329Z | Compiling num_threads v0.1.7 |
710 | 2024-06-01T00:21:40.368Z | Compiling unicode-width v0.1.12 |
711 | 2024-06-01T00:21:40.430Z | Compiling plain v0.2.3 |
712 | 2024-06-01T00:21:40.542Z | Compiling crossbeam-utils v0.8.20 |
713 | 2024-06-01T00:21:40.573Z | Compiling rustls-pki-types v1.7.0 |
714 | 2024-06-01T00:21:40.661Z | Compiling time v0.3.36 |
715 | 2024-06-01T00:21:41.904Z | Compiling goblin v0.8.2 |
716 | 2024-06-01T00:21:44.090Z | Compiling getopts v0.2.21 |
717 | 2024-06-01T00:21:44.947Z | Compiling darling_core v0.20.9 |
718 | 2024-06-01T00:21:44.981Z | Compiling rustls-pemfile v1.0.4 |
719 | 2024-06-01T00:21:48.806Z | Compiling hyper-rustls v0.24.2 |
720 | 2024-06-01T00:21:49.233Z | Compiling hyper-tls v0.5.0 |
721 | 2024-06-01T00:21:49.497Z | Compiling url v2.5.0 |
722 | 2024-06-01T00:21:49.709Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
723 | 2024-06-01T00:21:49.827Z | Compiling openapiv3 v2.0.0 |
724 | 2024-06-01T00:21:51.340Z | Compiling dirs-sys-next v0.1.2 |
725 | 2024-06-01T00:21:52.835Z | Compiling pretty-hex v0.4.1 |
726 | 2024-06-01T00:21:53.060Z | Compiling unsafe-libyaml v0.2.11 |
727 | 2024-06-01T00:21:53.495Z | Compiling rustls v0.22.4 |
728 | 2024-06-01T00:21:53.777Z | Compiling ipnet v2.9.0 |
729 | 2024-06-01T00:21:54.262Z | Compiling rustversion v1.0.17 |
730 | 2024-06-01T00:21:54.797Z | Compiling webpki-roots v0.25.4 |
731 | 2024-06-01T00:21:54.942Z | Compiling sync_wrapper v0.1.2 |
732 | 2024-06-01T00:21:55.060Z | Compiling paste v1.0.15 |
733 | 2024-06-01T00:21:55.128Z | Compiling reqwest v0.11.27 |
734 | 2024-06-01T00:21:55.631Z | Compiling serde_yaml v0.9.34+deprecated |
735 | 2024-06-01T00:21:56.447Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
736 | 2024-06-01T00:21:57.450Z | Compiling dirs-next v2.0.0 |
737 | 2024-06-01T00:21:57.704Z | Compiling darling_macro v0.20.9 |
738 | 2024-06-01T00:22:01.583Z | Compiling rustls-webpki v0.102.4 |
739 | 2024-06-01T00:22:03.502Z | Compiling crypto-common v0.1.6 |
740 | 2024-06-01T00:22:03.588Z | Compiling block-buffer v0.10.4 |
741 | 2024-06-01T00:22:03.691Z | Compiling serde_spanned v0.6.6 |
742 | 2024-06-01T00:22:03.805Z | Compiling toml_datetime v0.6.6 |
743 | 2024-06-01T00:22:03.932Z | Compiling structmeta-derive v0.3.0 |
744 | 2024-06-01T00:22:04.498Z | Compiling rand_core v0.6.4 |
745 | 2024-06-01T00:22:05.068Z | Compiling thread_local v1.1.8 |
746 | 2024-06-01T00:22:05.094Z | Compiling multer v3.1.0 |
747 | 2024-06-01T00:22:05.414Z | Compiling winnow v0.6.9 |
748 | 2024-06-01T00:22:05.881Z | Compiling zeroize v1.8.1 |
749 | 2024-06-01T00:22:06.117Z | Compiling subtle v2.5.0 |
750 | 2024-06-01T00:22:06.220Z | Compiling match_cfg v0.1.0 |
751 | 2024-06-01T00:22:06.301Z | Compiling camino v1.1.7 |
752 | 2024-06-01T00:22:06.316Z | Compiling ppv-lite86 v0.2.17 |
753 | 2024-06-01T00:22:06.389Z | Compiling slog-async v2.8.0 |
754 | 2024-06-01T00:22:06.748Z | Compiling anyhow v1.0.86 |
755 | 2024-06-01T00:22:06.934Z | Compiling structmeta v0.3.0 |
756 | 2024-06-01T00:22:06.962Z | Compiling hostname v0.3.1 |
757 | 2024-06-01T00:22:07.084Z | Compiling rand_chacha v0.3.1 |
758 | 2024-06-01T00:22:07.289Z | Compiling digest v0.10.7 |
759 | 2024-06-01T00:22:07.446Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
760 | 2024-06-01T00:22:07.670Z | Compiling crossbeam-channel v0.5.13 |
761 | 2024-06-01T00:22:09.402Z | Compiling toml_edit v0.22.13 |
762 | 2024-06-01T00:22:09.783Z | Compiling darling v0.20.9 |
763 | 2024-06-01T00:22:10.893Z | Compiling term v0.7.0 |
764 | 2024-06-01T00:22:14.775Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
765 | 2024-06-01T00:22:18.944Z | Compiling usdt-attr-macro v0.5.0 |
766 | 2024-06-01T00:22:19.073Z | Compiling usdt-macro v0.5.0 |
767 | 2024-06-01T00:22:20.452Z | Compiling slog-json v2.6.1 |
768 | 2024-06-01T00:22:20.519Z | Compiling futures-executor v0.3.30 |
769 | 2024-06-01T00:22:20.976Z | Compiling async-stream-impl v0.3.5 |
770 | 2024-06-01T00:22:21.796Z | Compiling http v1.1.0 |
771 | 2024-06-01T00:22:22.337Z | Compiling memmap v0.7.0 |
772 | 2024-06-01T00:22:22.778Z | Compiling is-terminal v0.4.12 |
773 | 2024-06-01T00:22:22.892Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
774 | 2024-06-01T00:22:23.205Z | Compiling take_mut v0.2.2 |
775 | 2024-06-01T00:22:23.360Z | Compiling heck v0.4.1 |
776 | 2024-06-01T00:22:23.761Z | Compiling base64 v0.22.1 |
777 | 2024-06-01T00:22:23.775Z | Compiling atomic-waker v1.1.2 |
778 | 2024-06-01T00:22:23.952Z | Compiling cpufeatures v0.2.12 |
779 | 2024-06-01T00:22:24.038Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
780 | 2024-06-01T00:22:24.356Z | Compiling rustls-pemfile v2.1.2 |
781 | 2024-06-01T00:22:24.856Z | Compiling sha1 v0.10.6 |
782 | 2024-06-01T00:22:25.151Z | Compiling waitgroup v0.1.2 |
783 | 2024-06-01T00:22:25.388Z | Compiling strum_macros v0.26.2 |
784 | 2024-06-01T00:22:25.659Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
785 | 2024-06-01T00:22:28.836Z | Compiling slog-term v2.9.1 |
786 | 2024-06-01T00:22:30.165Z | Compiling usdt v0.5.0 |
787 | 2024-06-01T00:22:30.224Z | Compiling async-stream v0.3.5 |
788 | 2024-06-01T00:22:30.561Z | Compiling futures v0.3.30 |
789 | 2024-06-01T00:22:30.666Z | Compiling slog-bunyan v2.5.0 |
790 | 2024-06-01T00:22:31.013Z | Compiling toml v0.8.13 |
791 | 2024-06-01T00:22:31.746Z | Compiling tokio-rustls v0.25.0 |
792 | 2024-06-01T00:22:31.746Z | Compiling serde_with_macros v3.8.1 |
793 | 2024-06-01T00:22:33.735Z | Compiling rand v0.8.5 |
794 | 2024-06-01T00:22:34.684Z | Compiling parse-display-derive v0.9.1 |
795 | 2024-06-01T00:22:36.034Z | Compiling ipnetwork v0.20.0 |
796 | 2024-06-01T00:22:37.033Z | Compiling newtype-uuid v1.1.0 |
797 | 2024-06-01T00:22:37.361Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0560bedf) |
798 | 2024-06-01T00:22:38.675Z | Compiling serde_path_to_error v0.1.16 |
799 | 2024-06-01T00:22:39.008Z | Compiling hex v0.4.3 |
800 | 2024-06-01T00:22:39.452Z | Compiling async-trait v0.1.80 |
801 | 2024-06-01T00:22:39.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
802 | 2024-06-01T00:22:39.701Z | Compiling hostname v0.4.0 |
803 | 2024-06-01T00:22:39.931Z | Compiling instant v0.1.13 |
804 | 2024-06-01T00:22:40.081Z | Compiling debug-ignore v1.0.5 |
805 | 2024-06-01T00:22:40.208Z | Compiling backoff v0.4.0 |
806 | 2024-06-01T00:22:40.464Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
807 | 2024-06-01T00:22:40.515Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
808 | 2024-06-01T00:22:40.664Z | Compiling parse-display v0.9.1 |
809 | 2024-06-01T00:22:40.678Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
810 | 2024-06-01T00:22:40.996Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
811 | 2024-06-01T00:22:41.088Z | Compiling serde_with v3.8.1 |
812 | 2024-06-01T00:22:42.764Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
813 | 2024-06-01T00:22:43.583Z | Compiling strum v0.26.2 |
814 | 2024-06-01T00:22:43.765Z | Compiling macaddr v1.0.1 |
815 | 2024-06-01T00:22:47.226Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
816 | 2024-06-01T00:22:56.265Z | Compiling test-project v0.1.0 (/tmp/test-project) |
817 | 2024-06-01T00:23:03.670Z | Finished `release` profile [optimized] target(s) in 2m 25s |
818 | 2024-06-01T00:23:03.718Z | process exited: duration 227957 ms, exit code 0 |
|
819 | 2024-06-01T00:23:03.740Z | found 0 output files |