|
|
|
1 | 2024-11-04T23:04:28.601Z | job assigned to worker 01JBWPPJ038W5YS357JYZ67X3M (queued for 1 m 2 s) |
|
2 | 2024-11-04T23:04:36.113Z | starting task 0: "setup" |
3 | 2024-11-04T23:04:36.121Z | ++ uname -s |
4 | 2024-11-04T23:04:36.124Z | + kern=SunOS |
5 | 2024-11-04T23:04:36.124Z | + case "$kern" in |
6 | 2024-11-04T23:04:36.124Z | + [[ 0 == 12345 ]] |
7 | 2024-11-04T23:04:36.124Z | + groupadd -g 12345 build |
8 | 2024-11-04T23:04:36.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-04T23:04:38.139Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-04T23:04:38.266Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-04T23:04:38.269Z | + home_fs=zfs |
12 | 2024-11-04T23:04:38.269Z | + [[ zfs == autofs ]] |
13 | 2024-11-04T23:04:38.269Z | + mkdir -p /home/build |
14 | 2024-11-04T23:04:38.271Z | + chown build:build /home/build /work |
15 | 2024-11-04T23:04:40.273Z | + chmod 0700 /home/build /work |
16 | 2024-11-04T23:04:40.276Z | process exited: duration 4164 ms, exit code 0 |
|
17 | 2024-11-04T23:04:40.283Z | starting task 1: "rust-toolchain" |
18 | 2024-11-04T23:04:40.286Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-04T23:04:40.286Z | * toolchain channel = "1.82.0" |
20 | 2024-11-04T23:04:40.286Z | * toolchain profile = "default" |
21 | 2024-11-04T23:04:40.286Z | ' 1.82.0 |
22 | 2024-11-04T23:04:40.286Z | + printf ' * toolchain profile = "%s" |
23 | 2024-11-04T23:04:40.286Z | ' default |
24 | 2024-11-04T23:04:40.288Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-04T23:04:40.288Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-04T23:04:40.406Z | info: downloading installer |
27 | 2024-11-04T23:04:41.650Z | info: profile set to 'default' |
28 | 2024-11-04T23:04:41.650Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-04T23:04:41.652Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-04T23:04:41.811Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-04T23:04:41.812Z | info: downloading component 'cargo' |
32 | 2024-11-04T23:04:42.663Z | info: downloading component 'clippy' |
33 | 2024-11-04T23:04:42.989Z | info: downloading component 'rust-docs' |
34 | 2024-11-04T23:04:44.182Z | info: downloading component 'rust-std' |
35 | 2024-11-04T23:04:46.083Z | info: downloading component 'rustc' |
36 | 2024-11-04T23:04:52.804Z | info: downloading component 'rustfmt' |
37 | 2024-11-04T23:04:53.049Z | info: installing component 'cargo' |
38 | 2024-11-04T23:04:53.867Z | info: installing component 'clippy' |
39 | 2024-11-04T23:04:54.261Z | info: installing component 'rust-docs' |
40 | 2024-11-04T23:04:55.959Z | info: installing component 'rust-std' |
41 | 2024-11-04T23:04:57.874Z | info: installing component 'rustc' |
42 | 2024-11-04T23:05:03.923Z | info: installing component 'rustfmt' |
43 | 2024-11-04T23:05:04.262Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-04T23:05:04.262Z | |
45 | 2024-11-04T23:05:04.639Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-04T23:05:04.639Z | |
47 | 2024-11-04T23:05:04.646Z | |
48 | 2024-11-04T23:05:04.646Z | Rust is installed now. Great! |
49 | 2024-11-04T23:05:04.646Z | |
50 | 2024-11-04T23:05:04.646Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-04T23:05:04.646Z | environment variable. This has not been done automatically. |
52 | 2024-11-04T23:05:04.646Z | |
53 | 2024-11-04T23:05:04.647Z | To configure your current shell, you need to source |
54 | 2024-11-04T23:05:04.647Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-04T23:05:04.647Z | |
56 | 2024-11-04T23:05:04.647Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-04T23:05:04.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-04T23:05:04.647Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-04T23:05:04.714Z | + rustc --version |
60 | 2024-11-04T23:05:04.778Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-04T23:05:04.781Z | process exited: duration 24496 ms, exit code 0 |
|
62 | 2024-11-04T23:05:04.786Z | starting task 2: "authentication" |
63 | 2024-11-04T23:05:04.807Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-04T23:05:04.813Z | starting task 3: "clone repository" |
65 | 2024-11-04T23:05:04.818Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-04T23:05:04.820Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-04T23:05:04.869Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-04T23:05:13.043Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-04T23:05:13.043Z | + git fetch origin 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
70 | 2024-11-04T23:05:13.450Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-04T23:05:13.450Z | * branch 6c2562d95f1a78eb9842c2448a9630fba7c03900 -> FETCH_HEAD |
72 | 2024-11-04T23:05:13.460Z | + [[ -n range-requests ]] |
73 | 2024-11-04T23:05:13.462Z | ++ git branch --show-current |
74 | 2024-11-04T23:05:13.465Z | + current=main |
75 | 2024-11-04T23:05:13.465Z | + [[ main != range-requests ]] |
76 | 2024-11-04T23:05:13.465Z | + git branch -f range-requests 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
77 | 2024-11-04T23:05:13.467Z | + git checkout -f range-requests |
78 | 2024-11-04T23:05:13.538Z | Switched to branch 'range-requests' |
79 | 2024-11-04T23:05:13.541Z | + git reset --hard 6c2562d95f1a78eb9842c2448a9630fba7c03900 |
80 | 2024-11-04T23:05:13.609Z | HEAD is now at 6c2562d95 Make it harder to see 'not satisfiable' without corresponding headers |
81 | 2024-11-04T23:05:13.611Z | process exited: duration 8795 ms, exit code 0 |
|
82 | 2024-11-04T23:05:13.616Z | starting task 4: "build" |
83 | 2024-11-04T23:05:13.622Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-04T23:05:13.622Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-04T23:05:13.622Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-04T23:05:13.622Z | + cargo --version |
87 | 2024-11-04T23:05:13.678Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-04T23:05:13.680Z | + rustc --version |
89 | 2024-11-04T23:05:13.739Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-04T23:05:13.741Z | + cd /tmp |
91 | 2024-11-04T23:05:13.744Z | + cargo new --lib test-project |
92 | 2024-11-04T23:05:13.797Z | Creating library `test-project` package |
93 | 2024-11-04T23:05:13.873Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-04T23:05:13.876Z | + cd test-project |
95 | 2024-11-04T23:05:13.876Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-04T23:05:13.939Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-04T23:05:13.940Z | Features: |
98 | 2024-11-04T23:05:13.940Z | - proptest |
99 | 2024-11-04T23:05:13.940Z | - test-strategy |
100 | 2024-11-04T23:05:13.940Z | - testing |
101 | 2024-11-04T23:05:13.943Z | Updating crates.io index |
102 | 2024-11-04T23:05:14.028Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-04T23:05:15.047Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-04T23:05:15.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-04T23:05:15.817Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-04T23:05:17.105Z | Locking 325 packages to latest compatible versions |
107 | 2024-11-04T23:05:17.108Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-04T23:05:17.108Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-04T23:05:17.109Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-04T23:05:17.111Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-04T23:05:17.111Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-04T23:05:17.111Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
113 | 2024-11-04T23:05:17.111Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
114 | 2024-11-04T23:05:17.111Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-04T23:05:17.111Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-04T23:05:17.111Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
117 | 2024-11-04T23:05:17.113Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-11-04T23:05:17.116Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-11-04T23:05:17.121Z | Adding rustls v0.22.4 (latest: v0.23.16) |
120 | 2024-11-04T23:05:17.124Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
121 | 2024-11-04T23:05:17.126Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-11-04T23:05:17.126Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
123 | 2024-11-04T23:05:17.128Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
124 | 2024-11-04T23:05:17.131Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
125 | 2024-11-04T23:05:17.131Z | Adding windows v0.52.0 (latest: v0.58.0) |
126 | 2024-11-04T23:05:17.131Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
127 | 2024-11-04T23:05:17.131Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
128 | 2024-11-04T23:05:17.131Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
129 | 2024-11-04T23:05:17.131Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
130 | 2024-11-04T23:05:17.131Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
131 | 2024-11-04T23:05:17.133Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
132 | 2024-11-04T23:05:17.204Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
133 | 2024-11-04T23:05:17.206Z | + cargo check |
134 | 2024-11-04T23:05:17.342Z | Updating crates.io index |
135 | 2024-11-04T23:05:18.104Z | Locking 2 packages to latest compatible versions |
136 | 2024-11-04T23:05:20.883Z | Adding omicron-workspace-hack v0.1.0 |
137 | 2024-11-04T23:05:22.528Z | Adding test-project v0.1.0 (/tmp/test-project) |
138 | 2024-11-04T23:05:23.198Z | Downloading crates ... |
139 | 2024-11-04T23:05:23.292Z | Downloaded async-stream-impl v0.3.6 |
140 | 2024-11-04T23:05:23.308Z | Downloaded autocfg v1.4.0 |
141 | 2024-11-04T23:05:23.310Z | Downloaded instant v0.1.13 |
142 | 2024-11-04T23:05:23.313Z | Downloaded tower-service v0.3.3 |
143 | 2024-11-04T23:05:23.316Z | Downloaded try-lock v0.2.5 |
144 | 2024-11-04T23:05:23.319Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2024-11-04T23:05:23.319Z | Downloaded dtrace-parser v0.2.0 |
146 | 2024-11-04T23:05:23.321Z | Downloaded equivalent v1.0.1 |
147 | 2024-11-04T23:05:23.321Z | Downloaded http-body v1.0.1 |
148 | 2024-11-04T23:05:23.323Z | Downloaded num_threads v0.1.7 |
149 | 2024-11-04T23:05:23.323Z | Downloaded openssl-macros v0.1.1 |
150 | 2024-11-04T23:05:23.326Z | Downloaded usdt v0.5.0 |
151 | 2024-11-04T23:05:23.326Z | Downloaded untrusted v0.9.0 |
152 | 2024-11-04T23:05:23.328Z | Downloaded is-terminal v0.4.13 |
153 | 2024-11-04T23:05:23.331Z | Downloaded crossbeam-utils v0.8.20 |
154 | 2024-11-04T23:05:23.335Z | Downloaded unicode-ident v1.0.13 |
155 | 2024-11-04T23:05:23.337Z | Downloaded ucd-trie v0.1.7 |
156 | 2024-11-04T23:05:23.340Z | Downloaded mime v0.3.17 |
157 | 2024-11-04T23:05:23.342Z | Downloaded waitgroup v0.1.2 |
158 | 2024-11-04T23:05:23.342Z | Downloaded openssl-probe v0.1.5 |
159 | 2024-11-04T23:05:23.345Z | Downloaded memmap v0.7.0 |
160 | 2024-11-04T23:05:23.347Z | Downloaded hostname v0.3.1 |
161 | 2024-11-04T23:05:23.347Z | Downloaded futures-task v0.3.31 |
162 | 2024-11-04T23:05:23.349Z | Downloaded usdt-attr-macro v0.5.0 |
163 | 2024-11-04T23:05:23.349Z | Downloaded futures-channel v0.3.31 |
164 | 2024-11-04T23:05:23.351Z | Downloaded hyper-tls v0.6.0 |
165 | 2024-11-04T23:05:23.354Z | Downloaded newtype-uuid v1.1.2 |
166 | 2024-11-04T23:05:23.356Z | Downloaded darling_core v0.20.10 |
167 | 2024-11-04T23:05:23.359Z | Downloaded sync_wrapper v1.0.1 |
168 | 2024-11-04T23:05:23.361Z | Downloaded getrandom v0.2.15 |
169 | 2024-11-04T23:05:23.363Z | Downloaded camino v1.1.9 |
170 | 2024-11-04T23:05:23.365Z | Downloaded rustversion v1.0.17 |
171 | 2024-11-04T23:05:23.368Z | Downloaded scroll v0.12.0 |
172 | 2024-11-04T23:05:23.371Z | Downloaded paste v1.0.15 |
173 | 2024-11-04T23:05:23.373Z | Downloaded rand_core v0.6.4 |
174 | 2024-11-04T23:05:23.377Z | Downloaded schemars_derive v0.8.21 |
175 | 2024-11-04T23:05:23.379Z | Downloaded shlex v1.3.0 |
176 | 2024-11-04T23:05:23.379Z | Downloaded toml_datetime v0.6.8 |
177 | 2024-11-04T23:05:23.379Z | Downloaded sha1 v0.10.6 |
178 | 2024-11-04T23:05:23.382Z | Downloaded serde_spanned v0.6.8 |
179 | 2024-11-04T23:05:23.382Z | Downloaded allocator-api2 v0.2.18 |
180 | 2024-11-04T23:05:23.385Z | Downloaded parking_lot_core v0.9.10 |
181 | 2024-11-04T23:05:23.388Z | Downloaded typify-macro v0.2.0 |
182 | 2024-11-04T23:05:23.390Z | Downloaded pkg-config v0.3.31 |
183 | 2024-11-04T23:05:23.392Z | Downloaded powerfmt v0.2.0 |
184 | 2024-11-04T23:05:23.392Z | Downloaded slog v2.7.0 |
185 | 2024-11-04T23:05:23.395Z | Downloaded darling_macro v0.20.10 |
186 | 2024-11-04T23:05:23.398Z | Downloaded lock_api v0.4.12 |
187 | 2024-11-04T23:05:23.398Z | Downloaded macaddr v1.0.1 |
188 | 2024-11-04T23:05:23.400Z | Downloaded futures-io v0.3.31 |
189 | 2024-11-04T23:05:23.402Z | Downloaded quote v1.0.37 |
190 | 2024-11-04T23:05:23.410Z | Downloaded serde_derive_internals v0.29.1 |
191 | 2024-11-04T23:05:23.410Z | Downloaded async-stream v0.3.6 |
192 | 2024-11-04T23:05:23.410Z | Downloaded typify v0.2.0 |
193 | 2024-11-04T23:05:23.412Z | Downloaded tinyvec_macros v0.1.1 |
194 | 2024-11-04T23:05:23.412Z | Downloaded usdt-macro v0.5.0 |
195 | 2024-11-04T23:05:23.415Z | Downloaded typenum v1.17.0 |
196 | 2024-11-04T23:05:23.417Z | Downloaded atomic-waker v1.1.2 |
197 | 2024-11-04T23:05:23.419Z | Downloaded pretty-hex v0.4.1 |
198 | 2024-11-04T23:05:23.419Z | Downloaded want v0.3.1 |
199 | 2024-11-04T23:05:23.422Z | Downloaded pin-project-lite v0.2.14 |
200 | 2024-11-04T23:05:23.425Z | Downloaded foreign-types v0.3.2 |
201 | 2024-11-04T23:05:23.427Z | Downloaded debug-ignore v1.0.5 |
202 | 2024-11-04T23:05:23.430Z | Downloaded progenitor-client v0.8.0 |
203 | 2024-11-04T23:05:23.430Z | Downloaded scroll_derive v0.12.0 |
204 | 2024-11-04T23:05:23.432Z | Downloaded cfg-if v1.0.0 |
205 | 2024-11-04T23:05:23.432Z | Downloaded block-buffer v0.10.4 |
206 | 2024-11-04T23:05:23.435Z | Downloaded deranged v0.3.11 |
207 | 2024-11-04T23:05:23.435Z | Downloaded httpdate v1.0.3 |
208 | 2024-11-04T23:05:23.437Z | Downloaded dirs-sys-next v0.1.2 |
209 | 2024-11-04T23:05:23.437Z | Downloaded byteorder v1.5.0 |
210 | 2024-11-04T23:05:23.441Z | Downloaded smallvec v1.13.2 |
211 | 2024-11-04T23:05:23.445Z | Downloaded dirs-next v2.0.0 |
212 | 2024-11-04T23:05:23.447Z | Downloaded backoff v0.4.0 |
213 | 2024-11-04T23:05:23.449Z | Downloaded async-trait v0.1.83 |
214 | 2024-11-04T23:05:23.452Z | Downloaded semver v1.0.23 |
215 | 2024-11-04T23:05:23.455Z | Downloaded proc-macro2 v1.0.87 |
216 | 2024-11-04T23:05:23.458Z | Downloaded ident_case v1.0.1 |
217 | 2024-11-04T23:05:23.460Z | Downloaded generic-array v0.14.7 |
218 | 2024-11-04T23:05:23.462Z | Downloaded rustls-pki-types v1.9.0 |
219 | 2024-11-04T23:05:23.464Z | Downloaded zeroize v1.8.1 |
220 | 2024-11-04T23:05:23.467Z | Downloaded match_cfg v0.1.0 |
221 | 2024-11-04T23:05:23.467Z | Downloaded digest v0.10.7 |
222 | 2024-11-04T23:05:23.469Z | Downloaded pest_generator v2.7.14 |
223 | 2024-11-04T23:05:23.472Z | Downloaded progenitor v0.8.0 |
224 | 2024-11-04T23:05:23.472Z | Downloaded parse-display v0.10.0 |
225 | 2024-11-04T23:05:23.474Z | Downloaded rand_chacha v0.3.1 |
226 | 2024-11-04T23:05:23.474Z | Downloaded progenitor-macro v0.8.0 |
227 | 2024-11-04T23:05:23.477Z | Downloaded ppv-lite86 v0.2.20 |
228 | 2024-11-04T23:05:23.477Z | Downloaded take_mut v0.2.2 |
229 | 2024-11-04T23:05:23.479Z | Downloaded plain v0.2.3 |
230 | 2024-11-04T23:05:23.479Z | Downloaded pin-utils v0.1.0 |
231 | 2024-11-04T23:05:23.481Z | Downloaded percent-encoding v2.3.1 |
232 | 2024-11-04T23:05:23.481Z | Downloaded parse-display-derive v0.10.0 |
233 | 2024-11-04T23:05:23.483Z | Downloaded http-body-util v0.1.2 |
234 | 2024-11-04T23:05:23.485Z | Downloaded strum v0.26.3 |
235 | 2024-11-04T23:05:23.485Z | Downloaded time-core v0.1.2 |
236 | 2024-11-04T23:05:23.485Z | Downloaded usdt-impl v0.5.0 |
237 | 2024-11-04T23:05:23.487Z | Downloaded crypto-common v0.1.6 |
238 | 2024-11-04T23:05:23.488Z | Downloaded version_check v0.9.5 |
239 | 2024-11-04T23:05:23.490Z | Downloaded omicron-workspace-hack v0.1.0 |
240 | 2024-11-04T23:05:23.490Z | Downloaded signal-hook-registry v1.4.2 |
241 | 2024-11-04T23:05:23.492Z | Downloaded scopeguard v1.2.0 |
242 | 2024-11-04T23:05:23.492Z | Downloaded pest_derive v2.7.14 |
243 | 2024-11-04T23:05:23.494Z | Downloaded serde_urlencoded v0.7.1 |
244 | 2024-11-04T23:05:23.497Z | Downloaded slab v0.4.9 |
245 | 2024-11-04T23:05:23.499Z | Downloaded tokio-macros v2.4.0 |
246 | 2024-11-04T23:05:23.499Z | Downloaded slog-json v2.6.1 |
247 | 2024-11-04T23:05:23.502Z | Downloaded thiserror-impl v1.0.64 |
248 | 2024-11-04T23:05:23.504Z | Downloaded thread-id v4.2.2 |
249 | 2024-11-04T23:05:23.504Z | Downloaded itoa v1.0.11 |
250 | 2024-11-04T23:05:23.506Z | Downloaded heck v0.5.0 |
251 | 2024-11-04T23:05:23.506Z | Downloaded futures-sink v0.3.31 |
252 | 2024-11-04T23:05:23.508Z | Downloaded dyn-clone v1.0.17 |
253 | 2024-11-04T23:05:23.510Z | Downloaded bitflags v2.6.0 |
254 | 2024-11-04T23:05:23.512Z | Downloaded futures-executor v0.3.31 |
255 | 2024-11-04T23:05:23.516Z | Downloaded darling v0.20.10 |
256 | 2024-11-04T23:05:23.519Z | Downloaded unsafe-libyaml v0.2.11 |
257 | 2024-11-04T23:05:23.522Z | Downloaded zerocopy-derive v0.7.35 |
258 | 2024-11-04T23:05:23.527Z | Downloaded quinn-udp v0.5.5 |
259 | 2024-11-04T23:05:23.529Z | Downloaded slog-async v2.8.0 |
260 | 2024-11-04T23:05:23.531Z | Downloaded ipnetwork v0.20.0 |
261 | 2024-11-04T23:05:23.533Z | Downloaded hostname v0.4.0 |
262 | 2024-11-04T23:05:23.535Z | Downloaded serde_tokenstream v0.2.2 |
263 | 2024-11-04T23:05:23.535Z | Downloaded structmeta v0.3.0 |
264 | 2024-11-04T23:05:23.537Z | Downloaded dof v0.3.0 |
265 | 2024-11-04T23:05:23.537Z | Downloaded cpufeatures v0.2.14 |
266 | 2024-11-04T23:05:23.539Z | Downloaded rustc-hash v2.0.0 |
267 | 2024-11-04T23:05:23.539Z | Downloaded tracing-core v0.1.32 |
268 | 2024-11-04T23:05:23.542Z | Downloaded sha2 v0.10.8 |
269 | 2024-11-04T23:05:23.545Z | Downloaded tokio-native-tls v0.3.1 |
270 | 2024-11-04T23:05:23.547Z | Downloaded rustls-pemfile v2.2.0 |
271 | 2024-11-04T23:05:23.550Z | Downloaded slog-term v2.9.1 |
272 | 2024-11-04T23:05:23.552Z | Downloaded term v0.7.0 |
273 | 2024-11-04T23:05:23.555Z | Downloaded thread_local v1.1.8 |
274 | 2024-11-04T23:05:23.557Z | Downloaded slog-bunyan v2.5.0 |
275 | 2024-11-04T23:05:23.560Z | Downloaded structmeta-derive v0.3.0 |
276 | 2024-11-04T23:05:23.560Z | Downloaded quinn v0.11.5 |
277 | 2024-11-04T23:05:23.563Z | Downloaded tokio-rustls v0.25.0 |
278 | 2024-11-04T23:05:23.565Z | Downloaded pest_meta v2.7.14 |
279 | 2024-11-04T23:05:23.568Z | Downloaded progenitor-impl v0.8.0 |
280 | 2024-11-04T23:05:23.570Z | Downloaded httparse v1.9.5 |
281 | 2024-11-04T23:05:23.572Z | Downloaded parking_lot v0.12.3 |
282 | 2024-11-04T23:05:23.575Z | Downloaded fnv v1.0.7 |
283 | 2024-11-04T23:05:23.578Z | Downloaded iana-time-zone v0.1.61 |
284 | 2024-11-04T23:05:23.581Z | Downloaded ahash v0.8.11 |
285 | 2024-11-04T23:05:23.581Z | Downloaded unicode-bidi v0.3.17 |
286 | 2024-11-04T23:05:23.583Z | Downloaded serde_derive v1.0.210 |
287 | 2024-11-04T23:05:23.586Z | Downloaded once_cell v1.20.2 |
288 | 2024-11-04T23:05:23.588Z | Downloaded url v2.5.2 |
289 | 2024-11-04T23:05:23.592Z | Downloaded tracing v0.1.40 |
290 | 2024-11-04T23:05:23.596Z | Downloaded spin v0.9.8 |
291 | 2024-11-04T23:05:23.599Z | Downloaded strum_macros v0.26.4 |
292 | 2024-11-04T23:05:23.601Z | Downloaded openssl-sys v0.9.103 |
293 | 2024-11-04T23:05:23.606Z | Downloaded uuid v1.10.0 |
294 | 2024-11-04T23:05:23.609Z | Downloaded bytes v1.7.2 |
295 | 2024-11-04T23:05:23.613Z | Downloaded schemars v0.8.21 |
296 | 2024-11-04T23:05:23.625Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2024-11-04T23:05:23.630Z | Downloaded rand v0.8.5 |
298 | 2024-11-04T23:05:23.633Z | Downloaded toml v0.8.19 |
299 | 2024-11-04T23:05:23.636Z | Downloaded tokio-rustls v0.26.0 |
300 | 2024-11-04T23:05:23.638Z | Downloaded thiserror v1.0.64 |
301 | 2024-11-04T23:05:23.643Z | Downloaded serde v1.0.210 |
302 | 2024-11-04T23:05:23.647Z | Downloaded tinyvec v1.8.0 |
303 | 2024-11-04T23:05:23.649Z | Downloaded toml_edit v0.22.22 |
304 | 2024-11-04T23:05:23.673Z | Downloaded socket2 v0.5.7 |
305 | 2024-11-04T23:05:23.675Z | Downloaded unicode-normalization v0.1.24 |
306 | 2024-11-04T23:05:23.678Z | Downloaded cc v1.1.30 |
307 | 2024-11-04T23:05:23.681Z | Downloaded hyper-util v0.1.9 |
308 | 2024-11-04T23:05:23.685Z | Downloaded indexmap v2.6.0 |
309 | 2024-11-04T23:05:23.689Z | Downloaded crossbeam-channel v0.5.13 |
310 | 2024-11-04T23:05:23.694Z | Downloaded tokio-util v0.7.12 |
311 | 2024-11-04T23:05:23.700Z | Downloaded num-traits v0.2.19 |
312 | 2024-11-04T23:05:23.703Z | Downloaded h2 v0.4.6 |
313 | 2024-11-04T23:05:23.710Z | Downloaded pest v2.7.14 |
314 | 2024-11-04T23:05:23.715Z | Downloaded time v0.3.36 |
315 | 2024-11-04T23:05:23.722Z | Downloaded memchr v2.7.4 |
316 | 2024-11-04T23:05:23.729Z | Downloaded http v1.1.0 |
317 | 2024-11-04T23:05:23.731Z | Downloaded zerocopy v0.7.35 |
318 | 2024-11-04T23:05:23.748Z | Downloaded serde_with v3.11.0 |
319 | 2024-11-04T23:05:23.756Z | Downloaded serde_json v1.0.128 |
320 | 2024-11-04T23:05:23.763Z | Downloaded winnow v0.6.20 |
321 | 2024-11-04T23:05:23.771Z | Downloaded hashbrown v0.14.5 |
322 | 2024-11-04T23:05:23.777Z | Downloaded chrono v0.4.38 |
323 | 2024-11-04T23:05:23.785Z | Downloaded reqwest v0.12.8 |
324 | 2024-11-04T23:05:23.793Z | Downloaded hyper v1.4.1 |
325 | 2024-11-04T23:05:23.800Z | Downloaded futures-util v0.3.31 |
326 | 2024-11-04T23:05:23.811Z | Downloaded rustls-webpki v0.102.8 |
327 | 2024-11-04T23:05:23.830Z | Downloaded quinn-proto v0.11.8 |
328 | 2024-11-04T23:05:23.836Z | Downloaded dropshot v0.12.0 |
329 | 2024-11-04T23:05:23.856Z | Downloaded regex v1.11.0 |
330 | 2024-11-04T23:05:23.868Z | Downloaded syn v2.0.79 |
331 | 2024-11-04T23:05:23.879Z | Downloaded openssl v0.10.66 |
332 | 2024-11-04T23:05:23.888Z | Downloaded webpki-roots v0.26.6 |
333 | 2024-11-04T23:05:23.891Z | Downloaded regress v0.10.1 |
334 | 2024-11-04T23:05:23.899Z | Downloaded rustls v0.22.4 |
335 | 2024-11-04T23:05:23.912Z | Downloaded rustls v0.23.14 |
336 | 2024-11-04T23:05:23.922Z | Downloaded regress v0.9.1 |
337 | 2024-11-04T23:05:23.930Z | Downloaded regex-syntax v0.8.5 |
338 | 2024-11-04T23:05:23.937Z | Downloaded openapiv3 v2.0.0 |
339 | 2024-11-04T23:05:23.948Z | Downloaded vcpkg v0.2.15 |
340 | 2024-11-04T23:05:23.985Z | Downloaded typify-impl v0.2.0 |
341 | 2024-11-04T23:05:23.998Z | Downloaded goblin v0.8.2 |
342 | 2024-11-04T23:05:24.004Z | Downloaded idna v0.5.0 |
343 | 2024-11-04T23:05:24.011Z | Downloaded aho-corasick v1.1.3 |
344 | 2024-11-04T23:05:24.015Z | Downloaded hashbrown v0.12.3 |
345 | 2024-11-04T23:05:24.019Z | Downloaded log v0.4.22 |
346 | 2024-11-04T23:05:24.022Z | Downloaded hashbrown v0.15.0 |
347 | 2024-11-04T23:05:24.027Z | Downloaded futures v0.3.31 |
348 | 2024-11-04T23:05:24.031Z | Downloaded dropshot_endpoint v0.12.0 |
349 | 2024-11-04T23:05:24.034Z | Downloaded base64 v0.22.1 |
350 | 2024-11-04T23:05:24.037Z | Downloaded indexmap v1.9.3 |
351 | 2024-11-04T23:05:24.040Z | Downloaded time-macros v0.2.18 |
352 | 2024-11-04T23:05:24.043Z | Downloaded hyper-rustls v0.27.3 |
353 | 2024-11-04T23:05:24.045Z | Downloaded native-tls v0.2.12 |
354 | 2024-11-04T23:05:24.048Z | Downloaded multer v3.1.0 |
355 | 2024-11-04T23:05:24.051Z | Downloaded ipnet v2.10.1 |
356 | 2024-11-04T23:05:24.051Z | Downloaded ryu v1.0.18 |
357 | 2024-11-04T23:05:24.054Z | Downloaded anyhow v1.0.92 |
358 | 2024-11-04T23:05:24.057Z | Downloaded strsim v0.11.1 |
359 | 2024-11-04T23:05:24.059Z | Downloaded subtle v2.6.1 |
360 | 2024-11-04T23:05:24.061Z | Downloaded serde_with_macros v3.11.0 |
361 | 2024-11-04T23:05:24.061Z | Downloaded libc v0.2.161 |
362 | 2024-11-04T23:05:24.087Z | Downloaded mio v1.0.2 |
363 | 2024-11-04T23:05:24.092Z | Downloaded futures-core v0.3.31 |
364 | 2024-11-04T23:05:24.094Z | Downloaded regex-automata v0.4.8 |
365 | 2024-11-04T23:05:24.109Z | Downloaded serde_path_to_error v0.1.16 |
366 | 2024-11-04T23:05:24.113Z | Downloaded hex v0.4.3 |
367 | 2024-11-04T23:05:24.115Z | Downloaded tokio v1.40.0 |
368 | 2024-11-04T23:05:24.147Z | Downloaded futures-macro v0.3.31 |
369 | 2024-11-04T23:05:24.149Z | Downloaded form_urlencoded v1.2.1 |
370 | 2024-11-04T23:05:24.149Z | Downloaded num-conv v0.1.0 |
371 | 2024-11-04T23:05:24.182Z | Downloaded encoding_rs v0.8.34 |
372 | 2024-11-04T23:05:24.394Z | Downloaded ring v0.17.8 |
373 | 2024-11-04T23:05:24.714Z | Compiling proc-macro2 v1.0.87 |
374 | 2024-11-04T23:05:24.714Z | Compiling unicode-ident v1.0.13 |
375 | 2024-11-04T23:05:24.716Z | Compiling libc v0.2.161 |
376 | 2024-11-04T23:05:24.716Z | Checking cfg-if v1.0.0 |
377 | 2024-11-04T23:05:24.716Z | Compiling autocfg v1.4.0 |
378 | 2024-11-04T23:05:24.716Z | Compiling serde v1.0.210 |
379 | 2024-11-04T23:05:24.716Z | Compiling version_check v0.9.5 |
380 | 2024-11-04T23:05:24.747Z | Checking memchr v2.7.4 |
381 | 2024-11-04T23:05:24.848Z | Compiling serde_json v1.0.128 |
382 | 2024-11-04T23:05:24.916Z | Checking itoa v1.0.11 |
383 | 2024-11-04T23:05:25.281Z | Compiling thiserror v1.0.64 |
384 | 2024-11-04T23:05:25.376Z | Checking once_cell v1.20.2 |
385 | 2024-11-04T23:05:25.393Z | Compiling shlex v1.3.0 |
386 | 2024-11-04T23:05:25.596Z | Checking pin-project-lite v0.2.14 |
387 | 2024-11-04T23:05:25.664Z | Compiling cc v1.1.30 |
388 | 2024-11-04T23:05:25.734Z | Compiling num-traits v0.2.19 |
389 | 2024-11-04T23:05:26.090Z | Checking ryu v1.0.18 |
390 | 2024-11-04T23:05:26.108Z | Checking bytes v1.7.2 |
391 | 2024-11-04T23:05:26.184Z | Checking getrandom v0.2.15 |
392 | 2024-11-04T23:05:26.293Z | Checking futures-core v0.3.31 |
393 | 2024-11-04T23:05:26.317Z | Compiling lock_api v0.4.12 |
394 | 2024-11-04T23:05:26.364Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-11-04T23:05:26.402Z | Compiling quote v1.0.37 |
396 | 2024-11-04T23:05:26.524Z | Compiling byteorder v1.5.0 |
397 | 2024-11-04T23:05:26.806Z | Compiling syn v2.0.79 |
398 | 2024-11-04T23:05:26.814Z | Compiling ahash v0.8.11 |
399 | 2024-11-04T23:05:26.828Z | Checking smallvec v1.13.2 |
400 | 2024-11-04T23:05:26.976Z | Compiling schemars v0.8.21 |
401 | 2024-11-04T23:05:27.004Z | Checking scopeguard v1.2.0 |
402 | 2024-11-04T23:05:27.042Z | Compiling slab v0.4.9 |
403 | 2024-11-04T23:05:27.233Z | Checking log v0.4.22 |
404 | 2024-11-04T23:05:27.291Z | Checking futures-sink v0.3.31 |
405 | 2024-11-04T23:05:27.370Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-11-04T23:05:27.421Z | Checking socket2 v0.5.7 |
407 | 2024-11-04T23:05:27.443Z | Checking mio v1.0.2 |
408 | 2024-11-04T23:05:27.476Z | Checking equivalent v1.0.1 |
409 | 2024-11-04T23:05:27.547Z | Checking parking_lot v0.12.3 |
410 | 2024-11-04T23:05:27.577Z | Checking fnv v1.0.7 |
411 | 2024-11-04T23:05:27.605Z | Checking hashbrown v0.15.0 |
412 | 2024-11-04T23:05:27.699Z | Checking http v1.1.0 |
413 | 2024-11-04T23:05:27.844Z | Checking futures-channel v0.3.31 |
414 | 2024-11-04T23:05:27.941Z | Checking pin-utils v0.1.0 |
415 | 2024-11-04T23:05:27.961Z | Checking futures-io v0.3.31 |
416 | 2024-11-04T23:05:28.031Z | Checking futures-task v0.3.31 |
417 | 2024-11-04T23:05:28.129Z | Compiling vcpkg v0.2.15 |
418 | 2024-11-04T23:05:28.147Z | Compiling pkg-config v0.3.31 |
419 | 2024-11-04T23:05:28.232Z | Checking rustls-pki-types v1.9.0 |
420 | 2024-11-04T23:05:28.290Z | Compiling heck v0.5.0 |
421 | 2024-11-04T23:05:28.462Z | Compiling ring v0.17.8 |
422 | 2024-11-04T23:05:28.733Z | Checking spin v0.9.8 |
423 | 2024-11-04T23:05:28.775Z | Compiling semver v1.0.23 |
424 | 2024-11-04T23:05:28.953Z | Compiling ucd-trie v0.1.7 |
425 | 2024-11-04T23:05:29.252Z | Checking iana-time-zone v0.1.61 |
426 | 2024-11-04T23:05:29.316Z | Checking untrusted v0.9.0 |
427 | 2024-11-04T23:05:29.347Z | Compiling httparse v1.9.5 |
428 | 2024-11-04T23:05:29.432Z | Checking tracing-core v0.1.32 |
429 | 2024-11-04T23:05:29.473Z | Compiling allocator-api2 v0.2.18 |
430 | 2024-11-04T23:05:29.641Z | Compiling openssl-sys v0.9.103 |
431 | 2024-11-04T23:05:30.065Z | Checking atomic-waker v1.1.2 |
432 | 2024-11-04T23:05:30.192Z | Checking dyn-clone v1.0.17 |
433 | 2024-11-04T23:05:30.214Z | Checking tracing v0.1.40 |
434 | 2024-11-04T23:05:30.332Z | Checking http-body v1.0.1 |
435 | 2024-11-04T23:05:30.509Z | Checking zeroize v1.8.1 |
436 | 2024-11-04T23:05:30.528Z | Checking try-lock v0.2.5 |
437 | 2024-11-04T23:05:30.651Z | Checking subtle v2.6.1 |
438 | 2024-11-04T23:05:30.696Z | Compiling uuid v1.10.0 |
439 | 2024-11-04T23:05:30.875Z | Checking want v0.3.1 |
440 | 2024-11-04T23:05:30.920Z | Compiling slog v2.7.0 |
441 | 2024-11-04T23:05:31.025Z | Compiling chrono v0.4.38 |
442 | 2024-11-04T23:05:31.083Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-11-04T23:05:31.170Z | Checking httpdate v1.0.3 |
444 | 2024-11-04T23:05:31.246Z | Compiling openssl v0.10.66 |
445 | 2024-11-04T23:05:31.403Z | Checking foreign-types v0.3.2 |
446 | 2024-11-04T23:05:31.445Z | Compiling aho-corasick v1.1.3 |
447 | 2024-11-04T23:05:31.485Z | Compiling typenum v1.17.0 |
448 | 2024-11-04T23:05:31.692Z | Checking bitflags v2.6.0 |
449 | 2024-11-04T23:05:31.942Z | Checking percent-encoding v2.3.1 |
450 | 2024-11-04T23:05:32.161Z | Compiling rustls v0.23.14 |
451 | 2024-11-04T23:05:32.400Z | Compiling regex-syntax v0.8.5 |
452 | 2024-11-04T23:05:32.497Z | Checking tower-service v0.3.3 |
453 | 2024-11-04T23:05:32.612Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-11-04T23:05:32.690Z | Compiling native-tls v0.2.12 |
455 | 2024-11-04T23:05:32.947Z | Checking tinyvec v1.8.0 |
456 | 2024-11-04T23:05:33.191Z | Checking form_urlencoded v1.2.1 |
457 | 2024-11-04T23:05:33.391Z | Compiling generic-array v0.14.7 |
458 | 2024-11-04T23:05:33.722Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-11-04T23:05:33.740Z | Checking openssl-probe v0.1.5 |
460 | 2024-11-04T23:05:34.237Z | Checking unicode-normalization v0.1.24 |
461 | 2024-11-04T23:05:34.293Z | Checking rustls-webpki v0.102.8 |
462 | 2024-11-04T23:05:35.726Z | Compiling usdt-impl v0.5.0 |
463 | 2024-11-04T23:05:36.103Z | Compiling regex-automata v0.4.8 |
464 | 2024-11-04T23:05:36.224Z | Checking encoding_rs v0.8.34 |
465 | 2024-11-04T23:05:36.409Z | Checking mime v0.3.17 |
466 | 2024-11-04T23:05:36.469Z | Compiling time-core v0.1.2 |
467 | 2024-11-04T23:05:36.646Z | Checking unicode-bidi v0.3.17 |
468 | 2024-11-04T23:05:36.883Z | Checking powerfmt v0.2.0 |
469 | 2024-11-04T23:05:37.167Z | Compiling num-conv v0.1.0 |
470 | 2024-11-04T23:05:37.284Z | Checking idna v0.5.0 |
471 | 2024-11-04T23:05:37.459Z | Compiling time-macros v0.2.18 |
472 | 2024-11-04T23:05:38.023Z | Checking deranged v0.3.11 |
473 | 2024-11-04T23:05:38.274Z | Compiling serde_derive v1.0.210 |
474 | 2024-11-04T23:05:38.479Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-11-04T23:05:39.276Z | Compiling thiserror-impl v1.0.64 |
476 | 2024-11-04T23:05:39.822Z | Compiling schemars_derive v0.8.21 |
477 | 2024-11-04T23:05:39.890Z | Compiling tokio-macros v2.4.0 |
478 | 2024-11-04T23:05:39.920Z | Compiling futures-macro v0.3.31 |
479 | 2024-11-04T23:05:40.265Z | Compiling openssl-macros v0.1.1 |
480 | 2024-11-04T23:05:40.376Z | Compiling zerocopy v0.7.35 |
481 | 2024-11-04T23:05:41.365Z | Checking tokio v1.40.0 |
482 | 2024-11-04T23:05:41.652Z | Checking futures-util v0.3.31 |
483 | 2024-11-04T23:05:41.973Z | Compiling pest v2.7.14 |
484 | 2024-11-04T23:05:42.511Z | Compiling hashbrown v0.14.5 |
485 | 2024-11-04T23:05:43.226Z | Compiling regex v1.11.0 |
486 | 2024-11-04T23:05:43.825Z | Compiling regress v0.10.1 |
487 | 2024-11-04T23:05:44.199Z | Compiling scroll_derive v0.12.0 |
488 | 2024-11-04T23:05:44.776Z | Compiling pest_meta v2.7.14 |
489 | 2024-11-04T23:05:46.885Z | Compiling pest_generator v2.7.14 |
490 | 2024-11-04T23:05:47.688Z | Checking http-body-util v0.1.2 |
491 | 2024-11-04T23:05:48.154Z | Checking scroll v0.12.0 |
492 | 2024-11-04T23:05:48.381Z | Checking tokio-util v0.7.12 |
493 | 2024-11-04T23:05:48.442Z | Checking tokio-native-tls v0.3.1 |
494 | 2024-11-04T23:05:48.514Z | Checking tokio-rustls v0.26.0 |
495 | 2024-11-04T23:05:48.610Z | Compiling pest_derive v2.7.14 |
496 | 2024-11-04T23:05:48.702Z | Compiling thread-id v4.2.2 |
497 | 2024-11-04T23:05:48.823Z | Checking rustls-pemfile v2.2.0 |
498 | 2024-11-04T23:05:48.889Z | Checking webpki-roots v0.26.6 |
499 | 2024-11-04T23:05:49.039Z | Compiling ident_case v1.0.1 |
500 | 2024-11-04T23:05:49.211Z | Compiling crossbeam-utils v0.8.20 |
501 | 2024-11-04T23:05:49.265Z | Compiling strsim v0.11.1 |
502 | 2024-11-04T23:05:49.456Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-11-04T23:05:49.547Z | Checking base64 v0.22.1 |
504 | 2024-11-04T23:05:49.975Z | Checking num_threads v0.1.7 |
505 | 2024-11-04T23:05:49.995Z | Checking plain v0.2.3 |
506 | 2024-11-04T23:05:50.082Z | Compiling darling_core v0.20.10 |
507 | 2024-11-04T23:05:50.101Z | Checking time v0.3.36 |
508 | 2024-11-04T23:05:50.131Z | Checking goblin v0.8.2 |
509 | 2024-11-04T23:05:51.117Z | Checking indexmap v2.6.0 |
510 | 2024-11-04T23:05:51.665Z | Compiling serde_tokenstream v0.2.2 |
511 | 2024-11-04T23:05:52.383Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-11-04T23:05:52.402Z | Checking h2 v0.4.6 |
513 | 2024-11-04T23:05:52.881Z | Checking openapiv3 v2.0.0 |
514 | 2024-11-04T23:05:53.839Z | Compiling dof v0.3.0 |
515 | 2024-11-04T23:05:55.168Z | Compiling typify-impl v0.2.0 |
516 | 2024-11-04T23:05:56.312Z | Checking url v2.5.2 |
517 | 2024-11-04T23:05:56.370Z | Checking sync_wrapper v1.0.1 |
518 | 2024-11-04T23:05:56.389Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-11-04T23:05:56.557Z | Compiling rustls v0.22.4 |
520 | 2024-11-04T23:05:56.574Z | Checking hyper v1.4.1 |
521 | 2024-11-04T23:05:56.861Z | Compiling rustversion v1.0.17 |
522 | 2024-11-04T23:05:56.880Z | Checking ipnet v2.10.1 |
523 | 2024-11-04T23:05:57.087Z | Compiling paste v1.0.15 |
524 | 2024-11-04T23:05:57.366Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-11-04T23:05:57.531Z | Checking pretty-hex v0.4.1 |
526 | 2024-11-04T23:05:57.587Z | Compiling unsafe-libyaml v0.2.11 |
527 | 2024-11-04T23:05:58.001Z | Checking dirs-next v2.0.0 |
528 | 2024-11-04T23:05:58.051Z | Compiling darling_macro v0.20.10 |
529 | 2024-11-04T23:05:58.136Z | Checking serde_spanned v0.6.8 |
530 | 2024-11-04T23:05:58.139Z | Checking toml_datetime v0.6.8 |
531 | 2024-11-04T23:05:58.318Z | Checking ppv-lite86 v0.2.20 |
532 | 2024-11-04T23:05:58.431Z | Checking crypto-common v0.1.6 |
533 | 2024-11-04T23:05:58.592Z | Checking block-buffer v0.10.4 |
534 | 2024-11-04T23:05:58.656Z | Checking hyper-util v0.1.9 |
535 | 2024-11-04T23:05:58.793Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-11-04T23:05:58.950Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-11-04T23:05:58.974Z | Checking rand_core v0.6.4 |
538 | 2024-11-04T23:05:59.083Z | Checking thread_local v1.1.8 |
539 | 2024-11-04T23:05:59.096Z | Compiling multer v3.1.0 |
540 | 2024-11-04T23:05:59.258Z | Checking winnow v0.6.20 |
541 | 2024-11-04T23:05:59.295Z | Compiling slog-async v2.8.0 |
542 | 2024-11-04T23:05:59.359Z | Checking match_cfg v0.1.0 |
543 | 2024-11-04T23:05:59.438Z | Compiling camino v1.1.9 |
544 | 2024-11-04T23:05:59.457Z | Compiling anyhow v1.0.92 |
545 | 2024-11-04T23:05:59.792Z | Compiling newtype-uuid v1.1.2 |
546 | 2024-11-04T23:06:00.150Z | Checking hostname v0.3.1 |
547 | 2024-11-04T23:06:00.232Z | Checking rand_chacha v0.3.1 |
548 | 2024-11-04T23:06:00.396Z | Checking hyper-tls v0.6.0 |
549 | 2024-11-04T23:06:00.414Z | Checking hyper-rustls v0.27.3 |
550 | 2024-11-04T23:06:00.620Z | Compiling darling v0.20.10 |
551 | 2024-11-04T23:06:00.675Z | Checking crossbeam-channel v0.5.13 |
552 | 2024-11-04T23:06:00.721Z | Checking digest v0.10.7 |
553 | 2024-11-04T23:06:00.740Z | Checking reqwest v0.12.8 |
554 | 2024-11-04T23:06:00.815Z | Checking term v0.7.0 |
555 | 2024-11-04T23:06:01.264Z | Compiling structmeta v0.3.0 |
556 | 2024-11-04T23:06:01.647Z | Compiling usdt-macro v0.5.0 |
557 | 2024-11-04T23:06:02.245Z | Checking progenitor-client v0.8.0 |
558 | 2024-11-04T23:06:02.302Z | Checking toml_edit v0.22.22 |
559 | 2024-11-04T23:06:02.419Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-11-04T23:06:02.439Z | Checking slog-json v2.6.1 |
561 | 2024-11-04T23:06:02.499Z | Checking futures-executor v0.3.31 |
562 | 2024-11-04T23:06:02.542Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-04T23:06:02.668Z | Checking memmap v0.7.0 |
564 | 2024-11-04T23:06:02.718Z | Checking is-terminal v0.4.13 |
565 | 2024-11-04T23:06:02.844Z | Compiling dropshot v0.12.0 |
566 | 2024-11-04T23:06:02.876Z | Checking take_mut v0.2.2 |
567 | 2024-11-04T23:06:02.903Z | Checking cpufeatures v0.2.14 |
568 | 2024-11-04T23:06:02.991Z | Checking sha1 v0.10.6 |
569 | 2024-11-04T23:06:03.246Z | Checking slog-term v2.9.1 |
570 | 2024-11-04T23:06:03.266Z | Checking futures v0.3.31 |
571 | 2024-11-04T23:06:03.320Z | Checking slog-bunyan v2.5.0 |
572 | 2024-11-04T23:06:03.364Z | Compiling strum_macros v0.26.4 |
573 | 2024-11-04T23:06:03.475Z | Compiling parse-display-derive v0.10.0 |
574 | 2024-11-04T23:06:03.744Z | Checking usdt v0.5.0 |
575 | 2024-11-04T23:06:03.763Z | Checking async-stream v0.3.6 |
576 | 2024-11-04T23:06:03.766Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-11-04T23:06:03.949Z | Checking rand v0.8.5 |
578 | 2024-11-04T23:06:04.792Z | Checking tokio-rustls v0.25.0 |
579 | 2024-11-04T23:06:04.894Z | Checking toml v0.8.19 |
580 | 2024-11-04T23:06:05.233Z | Checking ipnetwork v0.20.0 |
581 | 2024-11-04T23:06:05.251Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-04T23:06:05.621Z | Checking serde_path_to_error v0.1.16 |
583 | 2024-11-04T23:06:05.624Z | Checking hex v0.4.3 |
584 | 2024-11-04T23:06:05.635Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
585 | 2024-11-04T23:06:06.144Z | Compiling async-trait v0.1.83 |
586 | 2024-11-04T23:06:06.225Z | Checking waitgroup v0.1.2 |
587 | 2024-11-04T23:06:06.257Z | Checking hostname v0.4.0 |
588 | 2024-11-04T23:06:06.383Z | Checking instant v0.1.13 |
589 | 2024-11-04T23:06:06.398Z | Checking debug-ignore v1.0.5 |
590 | 2024-11-04T23:06:06.419Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-11-04T23:06:06.483Z | Checking backoff v0.4.0 |
592 | 2024-11-04T23:06:06.518Z | Checking serde_with v3.11.0 |
593 | 2024-11-04T23:06:06.554Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-11-04T23:06:06.706Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-11-04T23:06:06.739Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
596 | 2024-11-04T23:06:07.063Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
597 | 2024-11-04T23:06:07.087Z | Checking parse-display v0.10.0 |
598 | 2024-11-04T23:06:07.312Z | Checking macaddr v1.0.1 |
599 | 2024-11-04T23:06:07.409Z | Checking regress v0.9.1 |
600 | 2024-11-04T23:06:07.450Z | Compiling typify-macro v0.2.0 |
601 | 2024-11-04T23:06:07.469Z | Checking strum v0.26.3 |
602 | 2024-11-04T23:06:09.601Z | Compiling typify v0.2.0 |
603 | 2024-11-04T23:06:09.673Z | Compiling progenitor-impl v0.8.0 |
604 | 2024-11-04T23:06:12.162Z | Compiling progenitor-macro v0.8.0 |
605 | 2024-11-04T23:06:16.795Z | Checking progenitor v0.8.0 |
606 | 2024-11-04T23:06:16.900Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
607 | 2024-11-04T23:06:19.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
608 | 2024-11-04T23:06:26.954Z | Checking test-project v0.1.0 (/tmp/test-project) |
609 | 2024-11-04T23:06:27.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
610 | 2024-11-04T23:06:27.317Z | + cargo build --release |
611 | 2024-11-04T23:06:27.550Z | Compiling proc-macro2 v1.0.87 |
612 | 2024-11-04T23:06:27.550Z | Compiling unicode-ident v1.0.13 |
613 | 2024-11-04T23:06:27.554Z | Compiling libc v0.2.161 |
614 | 2024-11-04T23:06:27.554Z | Compiling cfg-if v1.0.0 |
615 | 2024-11-04T23:06:27.554Z | Compiling autocfg v1.4.0 |
616 | 2024-11-04T23:06:27.554Z | Compiling version_check v0.9.5 |
617 | 2024-11-04T23:06:27.554Z | Compiling serde v1.0.210 |
618 | 2024-11-04T23:06:27.593Z | Compiling memchr v2.7.4 |
619 | 2024-11-04T23:06:27.663Z | Compiling serde_json v1.0.128 |
620 | 2024-11-04T23:06:27.733Z | Compiling itoa v1.0.11 |
621 | 2024-11-04T23:06:28.015Z | Compiling thiserror v1.0.64 |
622 | 2024-11-04T23:06:28.137Z | Compiling once_cell v1.20.2 |
623 | 2024-11-04T23:06:28.144Z | Compiling shlex v1.3.0 |
624 | 2024-11-04T23:06:28.338Z | Compiling cc v1.1.30 |
625 | 2024-11-04T23:06:28.545Z | Compiling num-traits v0.2.19 |
626 | 2024-11-04T23:06:28.881Z | Compiling getrandom v0.2.15 |
627 | 2024-11-04T23:06:28.956Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-04T23:06:28.973Z | Compiling ryu v1.0.18 |
629 | 2024-11-04T23:06:29.068Z | Compiling bytes v1.7.2 |
630 | 2024-11-04T23:06:29.184Z | Compiling quote v1.0.37 |
631 | 2024-11-04T23:06:29.305Z | Compiling futures-core v0.3.31 |
632 | 2024-11-04T23:06:29.418Z | Compiling lock_api v0.4.12 |
633 | 2024-11-04T23:06:29.524Z | Compiling syn v2.0.79 |
634 | 2024-11-04T23:06:29.549Z | Compiling ahash v0.8.11 |
635 | 2024-11-04T23:06:29.754Z | Compiling parking_lot_core v0.9.10 |
636 | 2024-11-04T23:06:29.816Z | Compiling schemars v0.8.21 |
637 | 2024-11-04T23:06:29.903Z | Compiling byteorder v1.5.0 |
638 | 2024-11-04T23:06:30.190Z | Compiling scopeguard v1.2.0 |
639 | 2024-11-04T23:06:30.196Z | Compiling smallvec v1.13.2 |
640 | 2024-11-04T23:06:30.232Z | Compiling slab v0.4.9 |
641 | 2024-11-04T23:06:30.335Z | Compiling log v0.4.22 |
642 | 2024-11-04T23:06:30.626Z | Compiling futures-sink v0.3.31 |
643 | 2024-11-04T23:06:30.768Z | Compiling signal-hook-registry v1.4.2 |
644 | 2024-11-04T23:06:30.771Z | Compiling mio v1.0.2 |
645 | 2024-11-04T23:06:30.779Z | Compiling socket2 v0.5.7 |
646 | 2024-11-04T23:06:30.873Z | Compiling hashbrown v0.15.0 |
647 | 2024-11-04T23:06:31.032Z | Compiling parking_lot v0.12.3 |
648 | 2024-11-04T23:06:31.106Z | Compiling ring v0.17.8 |
649 | 2024-11-04T23:06:31.388Z | Compiling fnv v1.0.7 |
650 | 2024-11-04T23:06:31.508Z | Compiling equivalent v1.0.1 |
651 | 2024-11-04T23:06:31.608Z | Compiling http v1.1.0 |
652 | 2024-11-04T23:06:32.217Z | Compiling futures-channel v0.3.31 |
653 | 2024-11-04T23:06:32.334Z | Compiling pin-utils v0.1.0 |
654 | 2024-11-04T23:06:32.357Z | Compiling futures-io v0.3.31 |
655 | 2024-11-04T23:06:32.415Z | Compiling semver v1.0.23 |
656 | 2024-11-04T23:06:32.422Z | Compiling futures-task v0.3.31 |
657 | 2024-11-04T23:06:32.667Z | Compiling vcpkg v0.2.15 |
658 | 2024-11-04T23:06:32.689Z | Compiling rustls-pki-types v1.9.0 |
659 | 2024-11-04T23:06:32.870Z | Compiling pkg-config v0.3.31 |
660 | 2024-11-04T23:06:32.894Z | Compiling spin v0.9.8 |
661 | 2024-11-04T23:06:33.128Z | Compiling heck v0.5.0 |
662 | 2024-11-04T23:06:33.959Z | Compiling untrusted v0.9.0 |
663 | 2024-11-04T23:06:34.087Z | Compiling iana-time-zone v0.1.61 |
664 | 2024-11-04T23:06:34.173Z | Compiling openssl-sys v0.9.103 |
665 | 2024-11-04T23:06:34.204Z | Compiling httparse v1.9.5 |
666 | 2024-11-04T23:06:34.446Z | Compiling ucd-trie v0.1.7 |
667 | 2024-11-04T23:06:34.902Z | Compiling tracing-core v0.1.32 |
668 | 2024-11-04T23:06:35.225Z | Compiling atomic-waker v1.1.2 |
669 | 2024-11-04T23:06:35.232Z | Compiling dyn-clone v1.0.17 |
670 | 2024-11-04T23:06:35.260Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-11-04T23:06:35.981Z | Compiling tracing v0.1.40 |
672 | 2024-11-04T23:06:36.273Z | Compiling http-body v1.0.1 |
673 | 2024-11-04T23:06:36.457Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-11-04T23:06:36.494Z | Compiling chrono v0.4.38 |
675 | 2024-11-04T23:06:36.621Z | Compiling uuid v1.10.0 |
676 | 2024-11-04T23:06:36.645Z | Compiling zeroize v1.8.1 |
677 | 2024-11-04T23:06:37.143Z | Compiling try-lock v0.2.5 |
678 | 2024-11-04T23:06:37.228Z | Compiling subtle v2.6.1 |
679 | 2024-11-04T23:06:37.274Z | Compiling want v0.3.1 |
680 | 2024-11-04T23:06:37.548Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-11-04T23:06:37.642Z | Compiling slog v2.7.0 |
682 | 2024-11-04T23:06:37.896Z | Compiling openssl v0.10.66 |
683 | 2024-11-04T23:06:38.111Z | Compiling httpdate v1.0.3 |
684 | 2024-11-04T23:06:38.397Z | Compiling foreign-types v0.3.2 |
685 | 2024-11-04T23:06:38.498Z | Compiling aho-corasick v1.1.3 |
686 | 2024-11-04T23:06:38.824Z | Compiling percent-encoding v2.3.1 |
687 | 2024-11-04T23:06:39.107Z | Compiling tower-service v0.3.3 |
688 | 2024-11-04T23:06:39.287Z | Compiling regex-syntax v0.8.5 |
689 | 2024-11-04T23:06:39.923Z | Compiling typenum v1.17.0 |
690 | 2024-11-04T23:06:40.051Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-11-04T23:06:40.132Z | Compiling rustls v0.23.14 |
692 | 2024-11-04T23:06:40.447Z | Compiling native-tls v0.2.12 |
693 | 2024-11-04T23:06:40.775Z | Compiling bitflags v2.6.0 |
694 | 2024-11-04T23:06:40.823Z | Compiling tinyvec v1.8.0 |
695 | 2024-11-04T23:06:40.909Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-11-04T23:06:41.135Z | Compiling serde_derive v1.0.210 |
697 | 2024-11-04T23:06:41.397Z | Compiling zerocopy-derive v0.7.35 |
698 | 2024-11-04T23:06:41.913Z | Compiling thiserror-impl v1.0.64 |
699 | 2024-11-04T23:06:42.254Z | Compiling schemars_derive v0.8.21 |
700 | 2024-11-04T23:06:42.376Z | Compiling tokio-macros v2.4.0 |
701 | 2024-11-04T23:06:42.477Z | Compiling futures-macro v0.3.31 |
702 | 2024-11-04T23:06:43.309Z | Compiling zerocopy v0.7.35 |
703 | 2024-11-04T23:06:44.253Z | Compiling tokio v1.40.0 |
704 | 2024-11-04T23:06:44.619Z | Compiling futures-util v0.3.31 |
705 | 2024-11-04T23:06:44.735Z | Compiling pest v2.7.14 |
706 | 2024-11-04T23:06:45.320Z | Compiling hashbrown v0.14.5 |
707 | 2024-11-04T23:06:46.030Z | Compiling openssl-macros v0.1.1 |
708 | 2024-11-04T23:06:46.619Z | Compiling regress v0.10.1 |
709 | 2024-11-04T23:06:47.596Z | Compiling rustls-webpki v0.102.8 |
710 | 2024-11-04T23:06:51.616Z | Compiling pest_meta v2.7.14 |
711 | 2024-11-04T23:06:52.825Z | Compiling tokio-util v0.7.12 |
712 | 2024-11-04T23:06:53.655Z | Compiling pest_generator v2.7.14 |
713 | 2024-11-04T23:06:55.033Z | Compiling indexmap v2.6.0 |
714 | 2024-11-04T23:06:56.622Z | Compiling pest_derive v2.7.14 |
715 | 2024-11-04T23:06:56.773Z | Compiling h2 v0.4.6 |
716 | 2024-11-04T23:06:57.459Z | Compiling serde_tokenstream v0.2.2 |
717 | 2024-11-04T23:07:01.056Z | Compiling regex-automata v0.4.8 |
718 | 2024-11-04T23:07:01.692Z | Compiling typify-impl v0.2.0 |
719 | 2024-11-04T23:07:02.919Z | Compiling hyper v1.4.1 |
720 | 2024-11-04T23:07:03.867Z | Compiling generic-array v0.14.7 |
721 | 2024-11-04T23:07:05.531Z | Compiling openssl-probe v0.1.5 |
722 | 2024-11-04T23:07:06.035Z | Compiling hyper-util v0.1.9 |
723 | 2024-11-04T23:07:10.237Z | Compiling regex v1.11.0 |
724 | 2024-11-04T23:07:11.989Z | Compiling http-body-util v0.1.2 |
725 | 2024-11-04T23:07:11.999Z | Compiling unicode-normalization v0.1.24 |
726 | 2024-11-04T23:07:12.191Z | Compiling scroll_derive v0.12.0 |
727 | 2024-11-04T23:07:12.596Z | Compiling typify-macro v0.2.0 |
728 | 2024-11-04T23:07:13.326Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-04T23:07:13.627Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-04T23:07:13.717Z | Compiling time-core v0.1.2 |
731 | 2024-11-04T23:07:13.862Z | Compiling mime v0.3.17 |
732 | 2024-11-04T23:07:13.969Z | Compiling num-conv v0.1.0 |
733 | 2024-11-04T23:07:14.225Z | Compiling powerfmt v0.2.0 |
734 | 2024-11-04T23:07:14.716Z | Compiling unicode-bidi v0.3.17 |
735 | 2024-11-04T23:07:14.937Z | Compiling deranged v0.3.11 |
736 | 2024-11-04T23:07:16.203Z | Compiling idna v0.5.0 |
737 | 2024-11-04T23:07:16.989Z | Compiling time-macros v0.2.18 |
738 | 2024-11-04T23:07:19.856Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-04T23:07:20.253Z | Compiling scroll v0.12.0 |
740 | 2024-11-04T23:07:20.844Z | Compiling thread-id v4.2.2 |
741 | 2024-11-04T23:07:20.944Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-11-04T23:07:21.221Z | Compiling dof v0.3.0 |
743 | 2024-11-04T23:07:21.739Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-11-04T23:07:22.015Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-11-04T23:07:23.302Z | Compiling rustls-pemfile v2.2.0 |
746 | 2024-11-04T23:07:23.788Z | Compiling webpki-roots v0.26.6 |
747 | 2024-11-04T23:07:23.993Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-11-04T23:07:24.560Z | Compiling base64 v0.22.1 |
749 | 2024-11-04T23:07:25.642Z | Compiling ident_case v1.0.1 |
750 | 2024-11-04T23:07:26.224Z | Compiling plain v0.2.3 |
751 | 2024-11-04T23:07:26.378Z | Compiling num_threads v0.1.7 |
752 | 2024-11-04T23:07:26.768Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-11-04T23:07:26.973Z | Compiling strsim v0.11.1 |
754 | 2024-11-04T23:07:27.272Z | Compiling time v0.3.36 |
755 | 2024-11-04T23:07:27.648Z | Compiling darling_core v0.20.10 |
756 | 2024-11-04T23:07:31.059Z | Compiling goblin v0.8.2 |
757 | 2024-11-04T23:07:33.286Z | Compiling hyper-rustls v0.27.3 |
758 | 2024-11-04T23:07:36.400Z | Compiling hyper-tls v0.6.0 |
759 | 2024-11-04T23:07:36.887Z | Compiling url v2.5.2 |
760 | 2024-11-04T23:07:37.237Z | Compiling typify v0.2.0 |
761 | 2024-11-04T23:07:37.361Z | Compiling openapiv3 v2.0.0 |
762 | 2024-11-04T23:07:41.539Z | Compiling sync_wrapper v1.0.1 |
763 | 2024-11-04T23:07:41.683Z | Compiling dirs-sys-next v0.1.2 |
764 | 2024-11-04T23:07:42.672Z | Compiling rustls v0.22.4 |
765 | 2024-11-04T23:07:42.767Z | Compiling ipnet v2.10.1 |
766 | 2024-11-04T23:07:42.894Z | Compiling rustversion v1.0.17 |
767 | 2024-11-04T23:07:42.998Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-11-04T23:07:43.537Z | Compiling paste v1.0.15 |
769 | 2024-11-04T23:07:44.046Z | Compiling pretty-hex v0.4.1 |
770 | 2024-11-04T23:07:44.739Z | Compiling serde_yaml v0.9.34+deprecated |
771 | 2024-11-04T23:07:45.240Z | Compiling reqwest v0.12.8 |
772 | 2024-11-04T23:07:45.934Z | Compiling dirs-next v2.0.0 |
773 | 2024-11-04T23:07:46.193Z | Compiling progenitor-impl v0.8.0 |
774 | 2024-11-04T23:07:50.150Z | Compiling darling_macro v0.20.10 |
775 | 2024-11-04T23:07:50.676Z | Compiling block-buffer v0.10.4 |
776 | 2024-11-04T23:07:50.906Z | Compiling crypto-common v0.1.6 |
777 | 2024-11-04T23:07:51.117Z | Compiling toml_datetime v0.6.8 |
778 | 2024-11-04T23:07:51.127Z | Compiling serde_spanned v0.6.8 |
779 | 2024-11-04T23:07:51.360Z | Compiling ppv-lite86 v0.2.20 |
780 | 2024-11-04T23:07:51.776Z | Compiling structmeta-derive v0.3.0 |
781 | 2024-11-04T23:07:52.314Z | Compiling rand_core v0.6.4 |
782 | 2024-11-04T23:07:52.466Z | Compiling thread_local v1.1.8 |
783 | 2024-11-04T23:07:52.786Z | Compiling multer v3.1.0 |
784 | 2024-11-04T23:07:53.133Z | Compiling winnow v0.6.20 |
785 | 2024-11-04T23:07:53.141Z | Compiling anyhow v1.0.92 |
786 | 2024-11-04T23:07:53.714Z | Compiling slog-async v2.8.0 |
787 | 2024-11-04T23:07:54.209Z | Compiling match_cfg v0.1.0 |
788 | 2024-11-04T23:07:54.296Z | Compiling newtype-uuid v1.1.2 |
789 | 2024-11-04T23:07:54.320Z | Compiling camino v1.1.9 |
790 | 2024-11-04T23:07:54.536Z | Compiling structmeta v0.3.0 |
791 | 2024-11-04T23:07:54.637Z | Compiling hostname v0.3.1 |
792 | 2024-11-04T23:07:54.939Z | Compiling rand_chacha v0.3.1 |
793 | 2024-11-04T23:07:55.085Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-04T23:07:55.213Z | Compiling darling v0.20.10 |
795 | 2024-11-04T23:07:55.313Z | Compiling digest v0.10.7 |
796 | 2024-11-04T23:07:55.739Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-04T23:07:56.633Z | Compiling progenitor-client v0.8.0 |
798 | 2024-11-04T23:07:57.279Z | Compiling toml_edit v0.22.22 |
799 | 2024-11-04T23:07:57.326Z | Compiling term v0.7.0 |
800 | 2024-11-04T23:08:04.185Z | Compiling usdt-macro v0.5.0 |
801 | 2024-11-04T23:08:05.470Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-04T23:08:05.801Z | Compiling slog-json v2.6.1 |
803 | 2024-11-04T23:08:06.263Z | Compiling futures-executor v0.3.31 |
804 | 2024-11-04T23:08:06.880Z | Compiling async-stream-impl v0.3.6 |
805 | 2024-11-04T23:08:07.327Z | Compiling memmap v0.7.0 |
806 | 2024-11-04T23:08:07.770Z | Compiling is-terminal v0.4.13 |
807 | 2024-11-04T23:08:07.885Z | Compiling dropshot v0.12.0 |
808 | 2024-11-04T23:08:08.202Z | Compiling cpufeatures v0.2.14 |
809 | 2024-11-04T23:08:08.244Z | Compiling take_mut v0.2.2 |
810 | 2024-11-04T23:08:08.288Z | Compiling sha1 v0.10.6 |
811 | 2024-11-04T23:08:08.720Z | Compiling progenitor v0.8.0 |
812 | 2024-11-04T23:08:08.947Z | Compiling async-stream v0.3.6 |
813 | 2024-11-04T23:08:09.090Z | Compiling slog-term v2.9.1 |
814 | 2024-11-04T23:08:09.239Z | Compiling usdt v0.5.0 |
815 | 2024-11-04T23:08:10.735Z | Compiling futures v0.3.31 |
816 | 2024-11-04T23:08:10.927Z | Compiling slog-bunyan v2.5.0 |
817 | 2024-11-04T23:08:11.196Z | Compiling strum_macros v0.26.4 |
818 | 2024-11-04T23:08:11.619Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-04T23:08:11.868Z | Compiling toml v0.8.19 |
820 | 2024-11-04T23:08:12.023Z | Compiling serde_with_macros v3.11.0 |
821 | 2024-11-04T23:08:14.566Z | Compiling rand v0.8.5 |
822 | 2024-11-04T23:08:18.302Z | Compiling parse-display-derive v0.10.0 |
823 | 2024-11-04T23:08:19.183Z | Compiling ipnetwork v0.20.0 |
824 | 2024-11-04T23:08:19.440Z | Compiling dropshot_endpoint v0.12.0 |
825 | 2024-11-04T23:08:19.807Z | Compiling serde_path_to_error v0.1.16 |
826 | 2024-11-04T23:08:20.831Z | Compiling hex v0.4.3 |
827 | 2024-11-04T23:08:21.517Z | Compiling async-trait v0.1.83 |
828 | 2024-11-04T23:08:22.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-11-04T23:08:22.851Z | Compiling waitgroup v0.1.2 |
830 | 2024-11-04T23:08:23.068Z | Compiling hostname v0.4.0 |
831 | 2024-11-04T23:08:23.314Z | Compiling instant v0.1.13 |
832 | 2024-11-04T23:08:23.378Z | Compiling debug-ignore v1.0.5 |
833 | 2024-11-04T23:08:23.463Z | Compiling backoff v0.4.0 |
834 | 2024-11-04T23:08:23.512Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
835 | 2024-11-04T23:08:23.687Z | Compiling parse-display v0.10.0 |
836 | 2024-11-04T23:08:23.790Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-04T23:08:23.956Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-04T23:08:24.204Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-04T23:08:24.847Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
840 | 2024-11-04T23:08:25.734Z | Compiling strum v0.26.3 |
841 | 2024-11-04T23:08:25.905Z | Compiling serde_with v3.11.0 |
842 | 2024-11-04T23:08:28.169Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
843 | 2024-11-04T23:08:28.882Z | Compiling macaddr v1.0.1 |
844 | 2024-11-04T23:08:28.965Z | Compiling regress v0.9.1 |
845 | 2024-11-04T23:08:33.819Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
846 | 2024-11-04T23:08:44.106Z | Compiling test-project v0.1.0 (/tmp/test-project) |
847 | 2024-11-04T23:08:53.707Z | Finished `release` profile [optimized] target(s) in 2m 26s |
848 | 2024-11-04T23:08:53.766Z | process exited: duration 220115 ms, exit code 0 |
|
849 | 2024-11-04T23:08:53.772Z | found 0 output files |