|
|
|
1 | 2024-11-08T00:37:08.042Z | job assigned to worker 01JC4K6EWENCPMG35W1YJ6ZXSA (queued for 1 m 0 s) |
|
2 | 2024-11-08T00:37:16.462Z | starting task 0: "setup" |
3 | 2024-11-08T00:37:16.468Z | ++ uname -s |
4 | 2024-11-08T00:37:16.472Z | + kern=SunOS |
5 | 2024-11-08T00:37:16.472Z | + case "$kern" in |
6 | 2024-11-08T00:37:16.472Z | + groupadd -g 12345 build |
7 | 2024-11-08T00:37:16.474Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-08T00:37:18.482Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-08T00:37:18.597Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-08T00:37:18.600Z | + home_fs=zfs |
11 | 2024-11-08T00:37:18.600Z | + [[ zfs == autofs ]] |
12 | 2024-11-08T00:37:18.600Z | + mkdir -p /home/build |
13 | 2024-11-08T00:37:18.603Z | + chown build:build /home/build /work |
14 | 2024-11-08T00:37:20.605Z | + chmod 0700 /home/build /work |
15 | 2024-11-08T00:37:20.608Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2024-11-08T00:37:20.613Z | starting task 1: "rust-toolchain" |
17 | 2024-11-08T00:37:20.618Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-08T00:37:20.618Z | * toolchain channel = "1.82.0" |
19 | 2024-11-08T00:37:20.618Z | ' 1.82.0 |
20 | 2024-11-08T00:37:20.619Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-08T00:37:20.619Z | ' default |
22 | 2024-11-08T00:37:20.619Z | * toolchain profile = "default" |
23 | 2024-11-08T00:37:20.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-08T00:37:20.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-08T00:37:20.730Z | info: downloading installer |
26 | 2024-11-08T00:37:22.235Z | info: profile set to 'default' |
27 | 2024-11-08T00:37:22.235Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-08T00:37:22.238Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-08T00:37:22.373Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-08T00:37:22.373Z | info: downloading component 'cargo' |
31 | 2024-11-08T00:37:23.072Z | info: downloading component 'clippy' |
32 | 2024-11-08T00:37:23.337Z | info: downloading component 'rust-docs' |
33 | 2024-11-08T00:37:24.320Z | info: downloading component 'rust-std' |
34 | 2024-11-08T00:37:25.887Z | info: downloading component 'rustc' |
35 | 2024-11-08T00:37:31.460Z | info: downloading component 'rustfmt' |
36 | 2024-11-08T00:37:31.649Z | info: installing component 'cargo' |
37 | 2024-11-08T00:37:32.494Z | info: installing component 'clippy' |
38 | 2024-11-08T00:37:32.896Z | info: installing component 'rust-docs' |
39 | 2024-11-08T00:37:34.605Z | info: installing component 'rust-std' |
40 | 2024-11-08T00:37:36.481Z | info: installing component 'rustc' |
41 | 2024-11-08T00:37:42.530Z | info: installing component 'rustfmt' |
42 | 2024-11-08T00:37:42.867Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-08T00:37:42.867Z | |
44 | 2024-11-08T00:37:43.240Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-08T00:37:43.240Z | |
46 | 2024-11-08T00:37:43.245Z | |
47 | 2024-11-08T00:37:43.245Z | Rust is installed now. Great! |
48 | 2024-11-08T00:37:43.245Z | |
49 | 2024-11-08T00:37:43.245Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-08T00:37:43.245Z | environment variable. This has not been done automatically. |
51 | 2024-11-08T00:37:43.245Z | |
52 | 2024-11-08T00:37:43.245Z | To configure your current shell, you need to source |
53 | 2024-11-08T00:37:43.245Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-08T00:37:43.245Z | |
55 | 2024-11-08T00:37:43.245Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-08T00:37:43.245Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-08T00:37:43.245Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-08T00:37:43.313Z | + rustc --version |
59 | 2024-11-08T00:37:43.377Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-08T00:37:43.380Z | process exited: duration 22763 ms, exit code 0 |
|
61 | 2024-11-08T00:37:43.387Z | starting task 2: "authentication" |
62 | 2024-11-08T00:37:43.410Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-08T00:37:43.415Z | starting task 3: "clone repository" |
64 | 2024-11-08T00:37:43.420Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-08T00:37:43.423Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-08T00:37:43.690Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-08T00:37:50.362Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-08T00:37:50.362Z | + git fetch origin 6d6589d43fcc55678b5e2688fac2264e31720024 |
69 | 2024-11-08T00:37:50.685Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-08T00:37:50.685Z | * branch 6d6589d43fcc55678b5e2688fac2264e31720024 -> FETCH_HEAD |
71 | 2024-11-08T00:37:50.695Z | + [[ -n use-native-client-for-schema-updates ]] |
72 | 2024-11-08T00:37:50.697Z | ++ git branch --show-current |
73 | 2024-11-08T00:37:50.699Z | + current=main |
74 | 2024-11-08T00:37:50.699Z | + [[ main != use-native-client-for-schema-updates ]] |
75 | 2024-11-08T00:37:50.699Z | + git branch -f use-native-client-for-schema-updates 6d6589d43fcc55678b5e2688fac2264e31720024 |
76 | 2024-11-08T00:37:50.702Z | + git checkout -f use-native-client-for-schema-updates |
77 | 2024-11-08T00:37:50.874Z | Switched to branch 'use-native-client-for-schema-updates' |
78 | 2024-11-08T00:37:50.877Z | + git reset --hard 6d6589d43fcc55678b5e2688fac2264e31720024 |
79 | 2024-11-08T00:37:50.888Z | HEAD is now at 6d6589d43 Use ClickHouse native client to read database tables |
80 | 2024-11-08T00:37:50.890Z | process exited: duration 7470 ms, exit code 0 |
|
81 | 2024-11-08T00:37:50.895Z | starting task 4: "build" |
82 | 2024-11-08T00:37:50.901Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-08T00:37:50.901Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-08T00:37:50.901Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-08T00:37:50.904Z | + cargo --version |
86 | 2024-11-08T00:37:50.959Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
87 | 2024-11-08T00:37:50.962Z | + rustc --version |
88 | 2024-11-08T00:37:51.022Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
89 | 2024-11-08T00:37:51.024Z | + cd /tmp |
90 | 2024-11-08T00:37:51.024Z | + cargo new --lib test-project |
91 | 2024-11-08T00:37:51.082Z | Creating library `test-project` package |
92 | 2024-11-08T00:37:51.209Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-08T00:37:51.217Z | + cd test-project |
94 | 2024-11-08T00:37:51.217Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-08T00:37:51.221Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-08T00:37:51.221Z | Features: |
97 | 2024-11-08T00:37:51.221Z | - proptest |
98 | 2024-11-08T00:37:51.221Z | - test-strategy |
99 | 2024-11-08T00:37:51.221Z | - testing |
100 | 2024-11-08T00:37:51.221Z | Updating crates.io index |
101 | 2024-11-08T00:37:51.302Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-08T00:37:52.103Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-08T00:37:52.653Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-08T00:37:53.024Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-08T00:37:54.369Z | Locking 325 packages to latest compatible versions |
106 | 2024-11-08T00:37:54.376Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-08T00:37:54.376Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-08T00:37:54.377Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-08T00:37:54.377Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-08T00:37:54.377Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-08T00:37:54.377Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-08T00:37:54.377Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-08T00:37:54.377Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-08T00:37:54.377Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-08T00:37:54.382Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-08T00:37:54.382Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-08T00:37:54.382Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-08T00:37:54.388Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-08T00:37:54.388Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-11-08T00:37:54.388Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-08T00:37:54.389Z | Adding thiserror v1.0.68 (latest: v2.0.0) |
122 | 2024-11-08T00:37:54.389Z | Adding thiserror-impl v1.0.68 (latest: v2.0.0) |
123 | 2024-11-08T00:37:54.389Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-08T00:37:54.392Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-08T00:37:54.392Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-08T00:37:54.393Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-08T00:37:54.393Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-08T00:37:54.393Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-08T00:37:54.393Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-08T00:37:54.393Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-08T00:37:54.393Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
132 | 2024-11-08T00:37:54.393Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
133 | 2024-11-08T00:37:54.464Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-08T00:37:54.468Z | + cargo check |
135 | 2024-11-08T00:37:54.604Z | Updating crates.io index |
136 | 2024-11-08T00:37:55.311Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-08T00:37:58.553Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-08T00:38:00.406Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-08T00:38:01.135Z | Downloading crates ... |
140 | 2024-11-08T00:38:01.215Z | Downloaded crypto-common v0.1.6 |
141 | 2024-11-08T00:38:01.299Z | Downloaded cpufeatures v0.2.14 |
142 | 2024-11-08T00:38:01.300Z | Downloaded darling_core v0.20.10 |
143 | 2024-11-08T00:38:01.300Z | Downloaded block-buffer v0.10.4 |
144 | 2024-11-08T00:38:01.300Z | Downloaded cfg-if v1.0.0 |
145 | 2024-11-08T00:38:01.300Z | Downloaded foreign-types-shared v0.1.1 |
146 | 2024-11-08T00:38:01.300Z | Downloaded equivalent v1.0.1 |
147 | 2024-11-08T00:38:01.301Z | Downloaded omicron-workspace-hack v0.1.0 |
148 | 2024-11-08T00:38:01.301Z | Downloaded usdt-macro v0.5.0 |
149 | 2024-11-08T00:38:01.301Z | Downloaded dtrace-parser v0.2.0 |
150 | 2024-11-08T00:38:01.301Z | Downloaded instant v0.1.13 |
151 | 2024-11-08T00:38:01.301Z | Downloaded async-stream v0.3.6 |
152 | 2024-11-08T00:38:01.301Z | Downloaded pin-utils v0.1.0 |
153 | 2024-11-08T00:38:01.301Z | Downloaded openssl-probe v0.1.5 |
154 | 2024-11-08T00:38:01.301Z | Downloaded heck v0.5.0 |
155 | 2024-11-08T00:38:01.302Z | Downloaded is-terminal v0.4.13 |
156 | 2024-11-08T00:38:01.302Z | Downloaded debug-ignore v1.0.5 |
157 | 2024-11-08T00:38:01.302Z | Downloaded macaddr v1.0.1 |
158 | 2024-11-08T00:38:01.302Z | Downloaded hostname v0.3.1 |
159 | 2024-11-08T00:38:01.302Z | Downloaded memmap v0.7.0 |
160 | 2024-11-08T00:38:01.302Z | Downloaded generic-array v0.14.7 |
161 | 2024-11-08T00:38:01.303Z | Downloaded futures-executor v0.3.31 |
162 | 2024-11-08T00:38:01.303Z | Downloaded futures-sink v0.3.31 |
163 | 2024-11-08T00:38:01.303Z | Downloaded atomic-waker v1.1.2 |
164 | 2024-11-08T00:38:01.303Z | Downloaded dof v0.3.0 |
165 | 2024-11-08T00:38:01.303Z | Downloaded iana-time-zone v0.1.61 |
166 | 2024-11-08T00:38:01.303Z | Downloaded usdt v0.5.0 |
167 | 2024-11-08T00:38:01.324Z | Downloaded openssl-macros v0.1.1 |
168 | 2024-11-08T00:38:01.324Z | Downloaded typenum v1.17.0 |
169 | 2024-11-08T00:38:01.324Z | Downloaded httparse v1.9.5 |
170 | 2024-11-08T00:38:01.324Z | Downloaded futures-channel v0.3.31 |
171 | 2024-11-08T00:38:01.324Z | Downloaded scopeguard v1.2.0 |
172 | 2024-11-08T00:38:01.324Z | Downloaded hyper-rustls v0.27.3 |
173 | 2024-11-08T00:38:01.324Z | Downloaded pest_generator v2.7.14 |
174 | 2024-11-08T00:38:01.325Z | Downloaded num-traits v0.2.19 |
175 | 2024-11-08T00:38:01.325Z | Downloaded pkg-config v0.3.31 |
176 | 2024-11-08T00:38:01.325Z | Downloaded serde_path_to_error v0.1.16 |
177 | 2024-11-08T00:38:01.325Z | Downloaded tracing-core v0.1.32 |
178 | 2024-11-08T00:38:01.325Z | Downloaded signal-hook-registry v1.4.2 |
179 | 2024-11-08T00:38:01.325Z | Downloaded paste v1.0.15 |
180 | 2024-11-08T00:38:01.325Z | Downloaded sync_wrapper v1.0.1 |
181 | 2024-11-08T00:38:01.326Z | Downloaded thiserror v1.0.64 |
182 | 2024-11-08T00:38:01.326Z | Downloaded serde_derive_internals v0.29.1 |
183 | 2024-11-08T00:38:01.326Z | Downloaded hashbrown v0.12.3 |
184 | 2024-11-08T00:38:01.326Z | Downloaded semver v1.0.23 |
185 | 2024-11-08T00:38:01.326Z | Downloaded parking_lot_core v0.9.10 |
186 | 2024-11-08T00:38:01.326Z | Downloaded async-stream-impl v0.3.6 |
187 | 2024-11-08T00:38:01.327Z | Downloaded toml_datetime v0.6.8 |
188 | 2024-11-08T00:38:01.327Z | Downloaded serde_with_macros v3.11.0 |
189 | 2024-11-08T00:38:01.327Z | Downloaded usdt-attr-macro v0.5.0 |
190 | 2024-11-08T00:38:01.327Z | Downloaded rustc-hash v2.0.0 |
191 | 2024-11-08T00:38:01.327Z | Downloaded take_mut v0.2.2 |
192 | 2024-11-08T00:38:01.327Z | Downloaded thread_local v1.1.8 |
193 | 2024-11-08T00:38:01.327Z | Downloaded http v1.1.0 |
194 | 2024-11-08T00:38:01.327Z | Downloaded waitgroup v0.1.2 |
195 | 2024-11-08T00:38:01.327Z | Downloaded unsafe-libyaml v0.2.11 |
196 | 2024-11-08T00:38:01.327Z | Downloaded proc-macro2 v1.0.87 |
197 | 2024-11-08T00:38:01.328Z | Downloaded typify-macro v0.2.0 |
198 | 2024-11-08T00:38:01.328Z | Downloaded unicode-bidi v0.3.17 |
199 | 2024-11-08T00:38:01.328Z | Downloaded progenitor-client v0.8.0 |
200 | 2024-11-08T00:38:01.328Z | Downloaded pretty-hex v0.4.1 |
201 | 2024-11-08T00:38:01.328Z | Downloaded try-lock v0.2.5 |
202 | 2024-11-08T00:38:01.328Z | Downloaded foreign-types v0.3.2 |
203 | 2024-11-08T00:38:01.328Z | Downloaded tower-service v0.3.3 |
204 | 2024-11-08T00:38:01.328Z | Downloaded autocfg v1.4.0 |
205 | 2024-11-08T00:38:01.343Z | Downloaded progenitor-impl v0.8.0 |
206 | 2024-11-08T00:38:01.343Z | Downloaded darling_macro v0.20.10 |
207 | 2024-11-08T00:38:01.344Z | Downloaded base64 v0.22.1 |
208 | 2024-11-08T00:38:01.344Z | Downloaded progenitor v0.8.0 |
209 | 2024-11-08T00:38:01.344Z | Downloaded match_cfg v0.1.0 |
210 | 2024-11-08T00:38:01.344Z | Downloaded version_check v0.9.5 |
211 | 2024-11-08T00:38:01.344Z | Downloaded sha1 v0.10.6 |
212 | 2024-11-08T00:38:01.344Z | Downloaded serde_urlencoded v0.7.1 |
213 | 2024-11-08T00:38:01.344Z | Downloaded scroll_derive v0.12.0 |
214 | 2024-11-08T00:38:01.345Z | Downloaded bytes v1.7.2 |
215 | 2024-11-08T00:38:01.345Z | Downloaded num_threads v0.1.7 |
216 | 2024-11-08T00:38:01.345Z | Downloaded slog-term v2.9.1 |
217 | 2024-11-08T00:38:01.387Z | Downloaded parse-display-derive v0.10.0 |
218 | 2024-11-08T00:38:01.387Z | Downloaded powerfmt v0.2.0 |
219 | 2024-11-08T00:38:01.387Z | Downloaded percent-encoding v2.3.1 |
220 | 2024-11-08T00:38:01.387Z | Downloaded byteorder v1.5.0 |
221 | 2024-11-08T00:38:01.387Z | Downloaded schemars v0.8.21 |
222 | 2024-11-08T00:38:01.388Z | Downloaded strsim v0.11.1 |
223 | 2024-11-08T00:38:01.388Z | Downloaded toml_edit v0.22.22 |
224 | 2024-11-08T00:38:01.404Z | Downloaded tinyvec_macros v0.1.1 |
225 | 2024-11-08T00:38:01.404Z | Downloaded deranged v0.3.11 |
226 | 2024-11-08T00:38:01.405Z | Downloaded time-core v0.1.2 |
227 | 2024-11-08T00:38:01.405Z | Downloaded rand_core v0.6.4 |
228 | 2024-11-08T00:38:01.405Z | Downloaded quinn-udp v0.5.5 |
229 | 2024-11-08T00:38:01.405Z | Downloaded progenitor-macro v0.8.0 |
230 | 2024-11-08T00:38:01.405Z | Downloaded form_urlencoded v1.2.1 |
231 | 2024-11-08T00:38:01.405Z | Downloaded scroll v0.12.0 |
232 | 2024-11-08T00:38:01.405Z | Downloaded futures-task v0.3.31 |
233 | 2024-11-08T00:38:01.406Z | Downloaded futures-macro v0.3.31 |
234 | 2024-11-08T00:38:01.406Z | Downloaded futures-io v0.3.31 |
235 | 2024-11-08T00:38:01.406Z | Downloaded fnv v1.0.7 |
236 | 2024-11-08T00:38:01.406Z | Downloaded schemars_derive v0.8.21 |
237 | 2024-11-08T00:38:01.406Z | Downloaded untrusted v0.9.0 |
238 | 2024-11-08T00:38:01.406Z | Downloaded pin-project-lite v0.2.14 |
239 | 2024-11-08T00:38:01.406Z | Downloaded mime v0.3.17 |
240 | 2024-11-08T00:38:01.406Z | Downloaded itoa v1.0.11 |
241 | 2024-11-08T00:38:01.407Z | Downloaded serde_tokenstream v0.2.2 |
242 | 2024-11-08T00:38:01.407Z | Downloaded serde_spanned v0.6.8 |
243 | 2024-11-08T00:38:01.412Z | Downloaded pest_derive v2.7.14 |
244 | 2024-11-08T00:38:01.413Z | Downloaded shlex v1.3.0 |
245 | 2024-11-08T00:38:01.413Z | Downloaded slab v0.4.9 |
246 | 2024-11-08T00:38:01.413Z | Downloaded rustversion v1.0.17 |
247 | 2024-11-08T00:38:01.413Z | Downloaded rand_chacha v0.3.1 |
248 | 2024-11-08T00:38:01.413Z | Downloaded quote v1.0.37 |
249 | 2024-11-08T00:38:01.413Z | Downloaded strum v0.26.3 |
250 | 2024-11-08T00:38:01.413Z | Downloaded tokio-macros v2.4.0 |
251 | 2024-11-08T00:38:01.413Z | Downloaded tracing v0.1.40 |
252 | 2024-11-08T00:38:01.424Z | Downloaded rustls-pemfile v2.2.0 |
253 | 2024-11-08T00:38:01.425Z | Downloaded structmeta v0.3.0 |
254 | 2024-11-08T00:38:01.425Z | Downloaded thiserror-impl v1.0.64 |
255 | 2024-11-08T00:38:01.425Z | Downloaded slog-bunyan v2.5.0 |
256 | 2024-11-08T00:38:01.425Z | Downloaded thread-id v4.2.2 |
257 | 2024-11-08T00:38:01.430Z | Downloaded structmeta-derive v0.3.0 |
258 | 2024-11-08T00:38:01.431Z | Downloaded pest_meta v2.7.14 |
259 | 2024-11-08T00:38:01.431Z | Downloaded sha2 v0.10.8 |
260 | 2024-11-08T00:38:01.431Z | Downloaded tokio-native-tls v0.3.1 |
261 | 2024-11-08T00:38:01.431Z | Downloaded slog-json v2.6.1 |
262 | 2024-11-08T00:38:01.431Z | Downloaded parking_lot v0.12.3 |
263 | 2024-11-08T00:38:01.437Z | Downloaded spin v0.9.8 |
264 | 2024-11-08T00:38:01.437Z | Downloaded strum_macros v0.26.4 |
265 | 2024-11-08T00:38:01.437Z | Downloaded serde_derive v1.0.210 |
266 | 2024-11-08T00:38:01.451Z | Downloaded ryu v1.0.18 |
267 | 2024-11-08T00:38:01.451Z | Downloaded getrandom v0.2.15 |
268 | 2024-11-08T00:38:01.451Z | Downloaded tokio-rustls v0.25.0 |
269 | 2024-11-08T00:38:01.451Z | Downloaded once_cell v1.20.2 |
270 | 2024-11-08T00:38:01.458Z | Downloaded lock_api v0.4.12 |
271 | 2024-11-08T00:38:01.458Z | Downloaded zerocopy-derive v0.7.35 |
272 | 2024-11-08T00:38:01.459Z | Downloaded subtle v2.6.1 |
273 | 2024-11-08T00:38:01.459Z | Downloaded smallvec v1.13.2 |
274 | 2024-11-08T00:38:01.459Z | Downloaded time-macros v0.2.18 |
275 | 2024-11-08T00:38:01.459Z | Downloaded tokio-rustls v0.26.0 |
276 | 2024-11-08T00:38:01.459Z | Downloaded futures v0.3.31 |
277 | 2024-11-08T00:38:01.468Z | Downloaded dropshot_endpoint v0.12.0 |
278 | 2024-11-08T00:38:01.469Z | Downloaded term v0.7.0 |
279 | 2024-11-08T00:38:01.476Z | Downloaded log v0.4.22 |
280 | 2024-11-08T00:38:01.496Z | Downloaded zerocopy v0.7.35 |
281 | 2024-11-08T00:38:01.496Z | Downloaded toml v0.8.19 |
282 | 2024-11-08T00:38:01.502Z | Downloaded quinn v0.11.5 |
283 | 2024-11-08T00:38:01.502Z | Downloaded pest v2.7.14 |
284 | 2024-11-08T00:38:01.502Z | Downloaded serde_yaml v0.9.34+deprecated |
285 | 2024-11-08T00:38:01.502Z | Downloaded rand v0.8.5 |
286 | 2024-11-08T00:38:01.507Z | Downloaded cc v1.1.30 |
287 | 2024-11-08T00:38:01.507Z | Downloaded indexmap v1.9.3 |
288 | 2024-11-08T00:38:01.512Z | Downloaded crossbeam-channel v0.5.13 |
289 | 2024-11-08T00:38:01.517Z | Downloaded aho-corasick v1.1.3 |
290 | 2024-11-08T00:38:01.522Z | Downloaded tinyvec v1.8.0 |
291 | 2024-11-08T00:38:01.522Z | Downloaded indexmap v2.6.0 |
292 | 2024-11-08T00:38:01.526Z | Downloaded hyper-util v0.1.9 |
293 | 2024-11-08T00:38:01.529Z | Downloaded serde v1.0.210 |
294 | 2024-11-08T00:38:01.534Z | Downloaded ipnet v2.10.1 |
295 | 2024-11-08T00:38:01.534Z | Downloaded url v2.5.2 |
296 | 2024-11-08T00:38:01.538Z | Downloaded socket2 v0.5.7 |
297 | 2024-11-08T00:38:01.538Z | Downloaded unicode-normalization v0.1.24 |
298 | 2024-11-08T00:38:01.542Z | Downloaded quinn-proto v0.11.8 |
299 | 2024-11-08T00:38:01.548Z | Downloaded mio v1.0.2 |
300 | 2024-11-08T00:38:01.557Z | Downloaded tokio-util v0.7.12 |
301 | 2024-11-08T00:38:01.563Z | Downloaded serde_json v1.0.128 |
302 | 2024-11-08T00:38:01.569Z | Downloaded serde_with v3.11.0 |
303 | 2024-11-08T00:38:01.576Z | Downloaded time v0.3.36 |
304 | 2024-11-08T00:38:01.584Z | Downloaded reqwest v0.12.8 |
305 | 2024-11-08T00:38:01.591Z | Downloaded hashbrown v0.14.5 |
306 | 2024-11-08T00:38:01.595Z | Downloaded hashbrown v0.15.0 |
307 | 2024-11-08T00:38:01.596Z | Downloaded webpki-roots v0.26.6 |
308 | 2024-11-08T00:38:01.606Z | Downloaded openssl v0.10.66 |
309 | 2024-11-08T00:38:01.631Z | Downloaded idna v0.5.0 |
310 | 2024-11-08T00:38:01.647Z | Downloaded vcpkg v0.2.15 |
311 | 2024-11-08T00:38:01.656Z | Downloaded h2 v0.4.6 |
312 | 2024-11-08T00:38:01.661Z | Downloaded regex v1.11.0 |
313 | 2024-11-08T00:38:01.669Z | Downloaded rustls v0.23.14 |
314 | 2024-11-08T00:38:01.681Z | Downloaded regress v0.10.1 |
315 | 2024-11-08T00:38:01.689Z | Downloaded chrono v0.4.38 |
316 | 2024-11-08T00:38:01.695Z | Downloaded syn v2.0.79 |
317 | 2024-11-08T00:38:01.705Z | Downloaded rustls v0.22.4 |
318 | 2024-11-08T00:38:01.716Z | Downloaded regress v0.9.1 |
319 | 2024-11-08T00:38:01.728Z | Downloaded dropshot v0.12.0 |
320 | 2024-11-08T00:38:01.740Z | Downloaded typify-impl v0.2.0 |
321 | 2024-11-08T00:38:01.752Z | Downloaded regex-syntax v0.8.5 |
322 | 2024-11-08T00:38:01.759Z | Downloaded goblin v0.8.2 |
323 | 2024-11-08T00:38:01.764Z | Downloaded futures-util v0.3.31 |
324 | 2024-11-08T00:38:01.775Z | Downloaded hyper v1.4.1 |
325 | 2024-11-08T00:38:01.781Z | Downloaded openapiv3 v2.0.0 |
326 | 2024-11-08T00:38:01.798Z | Downloaded winnow v0.6.20 |
327 | 2024-11-08T00:38:01.803Z | Downloaded memchr v2.7.4 |
328 | 2024-11-08T00:38:01.809Z | Downloaded regex-automata v0.4.8 |
329 | 2024-11-08T00:38:01.818Z | Downloaded rustls-webpki v0.102.8 |
330 | 2024-11-08T00:38:01.837Z | Downloaded rustls-pki-types v1.9.0 |
331 | 2024-11-08T00:38:01.843Z | Downloaded slog v2.7.0 |
332 | 2024-11-08T00:38:01.843Z | Downloaded openssl-sys v0.9.103 |
333 | 2024-11-08T00:38:01.847Z | Downloaded ucd-trie v0.1.7 |
334 | 2024-11-08T00:38:01.847Z | Downloaded allocator-api2 v0.2.18 |
335 | 2024-11-08T00:38:01.848Z | Downloaded http-body-util v0.1.2 |
336 | 2024-11-08T00:38:01.855Z | Downloaded uuid v1.10.0 |
337 | 2024-11-08T00:38:01.855Z | Downloaded unicode-ident v1.0.13 |
338 | 2024-11-08T00:38:01.860Z | Downloaded ahash v0.8.11 |
339 | 2024-11-08T00:38:01.860Z | Downloaded slog-async v2.8.0 |
340 | 2024-11-08T00:38:01.860Z | Downloaded multer v3.1.0 |
341 | 2024-11-08T00:38:01.860Z | Downloaded crossbeam-utils v0.8.20 |
342 | 2024-11-08T00:38:01.865Z | Downloaded bitflags v2.6.0 |
343 | 2024-11-08T00:38:01.865Z | Downloaded anyhow v1.0.92 |
344 | 2024-11-08T00:38:01.872Z | Downloaded newtype-uuid v1.1.2 |
345 | 2024-11-08T00:38:01.872Z | Downloaded libc v0.2.161 |
346 | 2024-11-08T00:38:01.907Z | Downloaded camino v1.1.9 |
347 | 2024-11-08T00:38:01.911Z | Downloaded ipnetwork v0.20.0 |
348 | 2024-11-08T00:38:01.911Z | Downloaded hyper-tls v0.6.0 |
349 | 2024-11-08T00:38:01.912Z | Downloaded httpdate v1.0.3 |
350 | 2024-11-08T00:38:01.912Z | Downloaded hostname v0.4.0 |
351 | 2024-11-08T00:38:01.912Z | Downloaded hex v0.4.3 |
352 | 2024-11-08T00:38:01.912Z | Downloaded futures-core v0.3.31 |
353 | 2024-11-08T00:38:01.912Z | Downloaded typify v0.2.0 |
354 | 2024-11-08T00:38:01.912Z | Downloaded dyn-clone v1.0.17 |
355 | 2024-11-08T00:38:01.912Z | Downloaded dirs-sys-next v0.1.2 |
356 | 2024-11-08T00:38:01.912Z | Downloaded dirs-next v2.0.0 |
357 | 2024-11-08T00:38:01.912Z | Downloaded digest v0.10.7 |
358 | 2024-11-08T00:38:01.912Z | Downloaded ppv-lite86 v0.2.20 |
359 | 2024-11-08T00:38:01.912Z | Downloaded tokio v1.40.0 |
360 | 2024-11-08T00:38:01.959Z | Downloaded plain v0.2.3 |
361 | 2024-11-08T00:38:01.965Z | Downloaded parse-display v0.10.0 |
362 | 2024-11-08T00:38:01.965Z | Downloaded zeroize v1.8.1 |
363 | 2024-11-08T00:38:01.965Z | Downloaded want v0.3.1 |
364 | 2024-11-08T00:38:01.965Z | Downloaded usdt-impl v0.5.0 |
365 | 2024-11-08T00:38:01.965Z | Downloaded darling v0.20.10 |
366 | 2024-11-08T00:38:01.965Z | Downloaded backoff v0.4.0 |
367 | 2024-11-08T00:38:01.965Z | Downloaded async-trait v0.1.83 |
368 | 2024-11-08T00:38:01.965Z | Downloaded num-conv v0.1.0 |
369 | 2024-11-08T00:38:01.965Z | Downloaded ident_case v1.0.1 |
370 | 2024-11-08T00:38:01.965Z | Downloaded http-body v1.0.1 |
371 | 2024-11-08T00:38:01.965Z | Downloaded native-tls v0.2.12 |
372 | 2024-11-08T00:38:01.985Z | Downloaded encoding_rs v0.8.34 |
373 | 2024-11-08T00:38:02.137Z | Downloaded ring v0.17.8 |
374 | 2024-11-08T00:38:02.456Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-08T00:38:02.456Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-08T00:38:02.456Z | Compiling libc v0.2.161 |
377 | 2024-11-08T00:38:02.459Z | Checking cfg-if v1.0.0 |
378 | 2024-11-08T00:38:02.459Z | Compiling autocfg v1.4.0 |
379 | 2024-11-08T00:38:02.459Z | Compiling serde v1.0.210 |
380 | 2024-11-08T00:38:02.478Z | Compiling version_check v0.9.5 |
381 | 2024-11-08T00:38:02.482Z | Checking memchr v2.7.4 |
382 | 2024-11-08T00:38:02.581Z | Checking itoa v1.0.11 |
383 | 2024-11-08T00:38:02.637Z | Compiling serde_json v1.0.128 |
384 | 2024-11-08T00:38:03.131Z | Compiling thiserror v1.0.64 |
385 | 2024-11-08T00:38:03.233Z | Checking once_cell v1.20.2 |
386 | 2024-11-08T00:38:03.278Z | Compiling shlex v1.3.0 |
387 | 2024-11-08T00:38:03.458Z | Compiling cc v1.1.30 |
388 | 2024-11-08T00:38:03.760Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-08T00:38:04.091Z | Compiling num-traits v0.2.19 |
390 | 2024-11-08T00:38:04.643Z | Checking bytes v1.7.2 |
391 | 2024-11-08T00:38:04.718Z | Checking ryu v1.0.18 |
392 | 2024-11-08T00:38:04.889Z | Checking futures-core v0.3.31 |
393 | 2024-11-08T00:38:04.908Z | Compiling lock_api v0.4.12 |
394 | 2024-11-08T00:38:04.947Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-11-08T00:38:05.091Z | Compiling byteorder v1.5.0 |
396 | 2024-11-08T00:38:05.247Z | Compiling ahash v0.8.11 |
397 | 2024-11-08T00:38:05.448Z | Checking smallvec v1.13.2 |
398 | 2024-11-08T00:38:05.490Z | Checking scopeguard v1.2.0 |
399 | 2024-11-08T00:38:05.493Z | Compiling schemars v0.8.21 |
400 | 2024-11-08T00:38:05.518Z | Checking getrandom v0.2.15 |
401 | 2024-11-08T00:38:05.605Z | Compiling slab v0.4.9 |
402 | 2024-11-08T00:38:05.705Z | Checking log v0.4.22 |
403 | 2024-11-08T00:38:05.725Z | Checking futures-sink v0.3.31 |
404 | 2024-11-08T00:38:05.830Z | Compiling quote v1.0.37 |
405 | 2024-11-08T00:38:05.904Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-11-08T00:38:06.003Z | Checking socket2 v0.5.7 |
407 | 2024-11-08T00:38:06.005Z | Checking mio v1.0.2 |
408 | 2024-11-08T00:38:06.037Z | Compiling ring v0.17.8 |
409 | 2024-11-08T00:38:06.138Z | Checking hashbrown v0.15.0 |
410 | 2024-11-08T00:38:06.198Z | Compiling syn v2.0.79 |
411 | 2024-11-08T00:38:06.378Z | Checking parking_lot v0.12.3 |
412 | 2024-11-08T00:38:06.413Z | Checking equivalent v1.0.1 |
413 | 2024-11-08T00:38:06.466Z | Checking fnv v1.0.7 |
414 | 2024-11-08T00:38:06.502Z | Checking futures-channel v0.3.31 |
415 | 2024-11-08T00:38:06.519Z | Checking pin-utils v0.1.0 |
416 | 2024-11-08T00:38:06.578Z | Checking http v1.1.0 |
417 | 2024-11-08T00:38:06.601Z | Checking futures-io v0.3.31 |
418 | 2024-11-08T00:38:06.620Z | Checking futures-task v0.3.31 |
419 | 2024-11-08T00:38:06.719Z | Compiling vcpkg v0.2.15 |
420 | 2024-11-08T00:38:06.785Z | Checking rustls-pki-types v1.9.0 |
421 | 2024-11-08T00:38:06.852Z | Compiling heck v0.5.0 |
422 | 2024-11-08T00:38:06.856Z | Checking spin v0.9.8 |
423 | 2024-11-08T00:38:07.098Z | Compiling pkg-config v0.3.31 |
424 | 2024-11-08T00:38:07.218Z | Compiling semver v1.0.23 |
425 | 2024-11-08T00:38:07.346Z | Compiling httparse v1.9.5 |
426 | 2024-11-08T00:38:07.822Z | Checking iana-time-zone v0.1.61 |
427 | 2024-11-08T00:38:07.840Z | Checking untrusted v0.9.0 |
428 | 2024-11-08T00:38:07.963Z | Compiling ucd-trie v0.1.7 |
429 | 2024-11-08T00:38:08.061Z | Checking tracing-core v0.1.32 |
430 | 2024-11-08T00:38:08.195Z | Compiling openssl-sys v0.9.103 |
431 | 2024-11-08T00:38:08.287Z | Compiling allocator-api2 v0.2.18 |
432 | 2024-11-08T00:38:08.384Z | Checking atomic-waker v1.1.2 |
433 | 2024-11-08T00:38:08.514Z | Checking dyn-clone v1.0.17 |
434 | 2024-11-08T00:38:08.648Z | Checking tracing v0.1.40 |
435 | 2024-11-08T00:38:08.946Z | Checking http-body v1.0.1 |
436 | 2024-11-08T00:38:09.014Z | Checking zeroize v1.8.1 |
437 | 2024-11-08T00:38:09.107Z | Checking subtle v2.6.1 |
438 | 2024-11-08T00:38:09.139Z | Checking try-lock v0.2.5 |
439 | 2024-11-08T00:38:09.243Z | Compiling uuid v1.10.0 |
440 | 2024-11-08T00:38:09.269Z | Checking want v0.3.1 |
441 | 2024-11-08T00:38:09.387Z | Checking httpdate v1.0.3 |
442 | 2024-11-08T00:38:09.429Z | Compiling openssl v0.10.66 |
443 | 2024-11-08T00:38:09.592Z | Compiling chrono v0.4.38 |
444 | 2024-11-08T00:38:09.612Z | Compiling slog v2.7.0 |
445 | 2024-11-08T00:38:09.628Z | Checking foreign-types-shared v0.1.1 |
446 | 2024-11-08T00:38:09.727Z | Checking foreign-types v0.3.2 |
447 | 2024-11-08T00:38:09.826Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-08T00:38:10.043Z | Checking percent-encoding v2.3.1 |
449 | 2024-11-08T00:38:10.159Z | Compiling typenum v1.17.0 |
450 | 2024-11-08T00:38:10.258Z | Compiling native-tls v0.2.12 |
451 | 2024-11-08T00:38:10.935Z | Checking tinyvec_macros v0.1.1 |
452 | 2024-11-08T00:38:11.018Z | Checking tower-service v0.3.3 |
453 | 2024-11-08T00:38:11.107Z | Compiling regex-syntax v0.8.5 |
454 | 2024-11-08T00:38:11.202Z | Checking bitflags v2.6.0 |
455 | 2024-11-08T00:38:11.219Z | Compiling rustls v0.23.14 |
456 | 2024-11-08T00:38:11.487Z | Checking tinyvec v1.8.0 |
457 | 2024-11-08T00:38:11.624Z | Checking form_urlencoded v1.2.1 |
458 | 2024-11-08T00:38:12.202Z | Compiling generic-array v0.14.7 |
459 | 2024-11-08T00:38:12.532Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-11-08T00:38:12.623Z | Checking openssl-probe v0.1.5 |
461 | 2024-11-08T00:38:12.755Z | Checking unicode-normalization v0.1.24 |
462 | 2024-11-08T00:38:14.154Z | Compiling usdt-impl v0.5.0 |
463 | 2024-11-08T00:38:14.261Z | Checking encoding_rs v0.8.34 |
464 | 2024-11-08T00:38:14.594Z | Checking powerfmt v0.2.0 |
465 | 2024-11-08T00:38:14.817Z | Compiling regex-automata v0.4.8 |
466 | 2024-11-08T00:38:14.858Z | Compiling num-conv v0.1.0 |
467 | 2024-11-08T00:38:15.058Z | Compiling time-core v0.1.2 |
468 | 2024-11-08T00:38:15.212Z | Checking mime v0.3.17 |
469 | 2024-11-08T00:38:15.255Z | Checking unicode-bidi v0.3.17 |
470 | 2024-11-08T00:38:15.506Z | Compiling time-macros v0.2.18 |
471 | 2024-11-08T00:38:15.799Z | Checking idna v0.5.0 |
472 | 2024-11-08T00:38:16.427Z | Checking deranged v0.3.11 |
473 | 2024-11-08T00:38:16.722Z | Compiling thread-id v4.2.2 |
474 | 2024-11-08T00:38:16.832Z | Checking webpki-roots v0.26.6 |
475 | 2024-11-08T00:38:17.038Z | Checking rustls-pemfile v2.2.0 |
476 | 2024-11-08T00:38:17.221Z | Compiling serde_derive v1.0.210 |
477 | 2024-11-08T00:38:17.251Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-11-08T00:38:17.607Z | Compiling thiserror-impl v1.0.64 |
479 | 2024-11-08T00:38:17.657Z | Compiling schemars_derive v0.8.21 |
480 | 2024-11-08T00:38:18.125Z | Compiling tokio-macros v2.4.0 |
481 | 2024-11-08T00:38:18.561Z | Compiling futures-macro v0.3.31 |
482 | 2024-11-08T00:38:19.175Z | Compiling zerocopy v0.7.35 |
483 | 2024-11-08T00:38:20.260Z | Checking tokio v1.40.0 |
484 | 2024-11-08T00:38:20.355Z | Checking futures-util v0.3.31 |
485 | 2024-11-08T00:38:20.375Z | Compiling pest v2.7.14 |
486 | 2024-11-08T00:38:20.967Z | Checking rustls-webpki v0.102.8 |
487 | 2024-11-08T00:38:21.277Z | Compiling hashbrown v0.14.5 |
488 | 2024-11-08T00:38:21.470Z | Compiling openssl-macros v0.1.1 |
489 | 2024-11-08T00:38:22.567Z | Compiling regress v0.10.1 |
490 | 2024-11-08T00:38:22.932Z | Compiling regex v1.11.0 |
491 | 2024-11-08T00:38:23.362Z | Compiling pest_meta v2.7.14 |
492 | 2024-11-08T00:38:23.975Z | Compiling scroll_derive v0.12.0 |
493 | 2024-11-08T00:38:25.465Z | Compiling pest_generator v2.7.14 |
494 | 2024-11-08T00:38:26.796Z | Checking http-body-util v0.1.2 |
495 | 2024-11-08T00:38:27.213Z | Checking scroll v0.12.0 |
496 | 2024-11-08T00:38:27.231Z | Compiling pest_derive v2.7.14 |
497 | 2024-11-08T00:38:27.394Z | Checking tokio-util v0.7.12 |
498 | 2024-11-08T00:38:27.703Z | Checking tokio-rustls v0.26.0 |
499 | 2024-11-08T00:38:27.866Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-11-08T00:38:28.040Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-11-08T00:38:28.073Z | Checking num_threads v0.1.7 |
502 | 2024-11-08T00:38:28.197Z | Checking plain v0.2.3 |
503 | 2024-11-08T00:38:28.290Z | Compiling crossbeam-utils v0.8.20 |
504 | 2024-11-08T00:38:28.347Z | Checking base64 v0.22.1 |
505 | 2024-11-08T00:38:28.861Z | Compiling strsim v0.11.1 |
506 | 2024-11-08T00:38:29.105Z | Compiling ident_case v1.0.1 |
507 | 2024-11-08T00:38:29.317Z | Checking indexmap v2.6.0 |
508 | 2024-11-08T00:38:29.641Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-11-08T00:38:30.297Z | Checking time v0.3.36 |
510 | 2024-11-08T00:38:30.481Z | Compiling darling_core v0.20.10 |
511 | 2024-11-08T00:38:30.567Z | Checking h2 v0.4.6 |
512 | 2024-11-08T00:38:30.623Z | Checking openapiv3 v2.0.0 |
513 | 2024-11-08T00:38:31.280Z | Compiling serde_tokenstream v0.2.2 |
514 | 2024-11-08T00:38:32.929Z | Checking goblin v0.8.2 |
515 | 2024-11-08T00:38:33.650Z | Compiling dof v0.3.0 |
516 | 2024-11-08T00:38:34.009Z | Checking typify-impl v0.2.0 |
517 | 2024-11-08T00:38:34.795Z | Checking hyper v1.4.1 |
518 | 2024-11-08T00:38:35.037Z | Checking url v2.5.2 |
519 | 2024-11-08T00:38:35.868Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-11-08T00:38:36.048Z | Checking sync_wrapper v1.0.1 |
521 | 2024-11-08T00:38:36.187Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-11-08T00:38:36.357Z | Checking ipnet v2.10.1 |
523 | 2024-11-08T00:38:36.459Z | Compiling rustls v0.22.4 |
524 | 2024-11-08T00:38:36.477Z | Checking pretty-hex v0.4.1 |
525 | 2024-11-08T00:38:36.649Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-11-08T00:38:36.782Z | Compiling rustversion v1.0.17 |
527 | 2024-11-08T00:38:36.829Z | Compiling paste v1.0.15 |
528 | 2024-11-08T00:38:36.881Z | Checking hyper-util v0.1.9 |
529 | 2024-11-08T00:38:37.164Z | Compiling darling_macro v0.20.10 |
530 | 2024-11-08T00:38:37.377Z | Checking dirs-next v2.0.0 |
531 | 2024-11-08T00:38:37.495Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-11-08T00:38:37.864Z | Checking toml_datetime v0.6.8 |
533 | 2024-11-08T00:38:37.981Z | Checking serde_spanned v0.6.8 |
534 | 2024-11-08T00:38:38.124Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-11-08T00:38:38.141Z | Checking crypto-common v0.1.6 |
536 | 2024-11-08T00:38:38.164Z | Checking block-buffer v0.10.4 |
537 | 2024-11-08T00:38:38.294Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-11-08T00:38:38.351Z | Checking rand_core v0.6.4 |
539 | 2024-11-08T00:38:38.558Z | Checking thread_local v1.1.8 |
540 | 2024-11-08T00:38:38.591Z | Compiling multer v3.1.0 |
541 | 2024-11-08T00:38:38.644Z | Checking hyper-rustls v0.27.3 |
542 | 2024-11-08T00:38:38.659Z | Checking hyper-tls v0.6.0 |
543 | 2024-11-08T00:38:38.833Z | Compiling newtype-uuid v1.1.2 |
544 | 2024-11-08T00:38:38.887Z | Compiling anyhow v1.0.92 |
545 | 2024-11-08T00:38:38.912Z | Checking winnow v0.6.20 |
546 | 2024-11-08T00:38:38.927Z | Compiling camino v1.1.9 |
547 | 2024-11-08T00:38:38.949Z | Checking reqwest v0.12.8 |
548 | 2024-11-08T00:38:39.148Z | Checking match_cfg v0.1.0 |
549 | 2024-11-08T00:38:39.238Z | Compiling slog-async v2.8.0 |
550 | 2024-11-08T00:38:39.574Z | Checking hostname v0.3.1 |
551 | 2024-11-08T00:38:39.778Z | Checking rand_chacha v0.3.1 |
552 | 2024-11-08T00:38:39.822Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-11-08T00:38:40.169Z | Checking digest v0.10.7 |
554 | 2024-11-08T00:38:40.362Z | Compiling darling v0.20.10 |
555 | 2024-11-08T00:38:40.438Z | Checking progenitor-client v0.8.0 |
556 | 2024-11-08T00:38:40.467Z | Checking term v0.7.0 |
557 | 2024-11-08T00:38:40.700Z | Compiling structmeta v0.3.0 |
558 | 2024-11-08T00:38:40.903Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-11-08T00:38:40.977Z | Compiling usdt-macro v0.5.0 |
560 | 2024-11-08T00:38:41.061Z | Checking slog-json v2.6.1 |
561 | 2024-11-08T00:38:41.314Z | Checking futures-executor v0.3.31 |
562 | 2024-11-08T00:38:41.525Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-08T00:38:41.630Z | Checking is-terminal v0.4.13 |
564 | 2024-11-08T00:38:41.649Z | Checking memmap v0.7.0 |
565 | 2024-11-08T00:38:41.751Z | Compiling dropshot v0.12.0 |
566 | 2024-11-08T00:38:41.812Z | Checking toml_edit v0.22.22 |
567 | 2024-11-08T00:38:41.858Z | Checking take_mut v0.2.2 |
568 | 2024-11-08T00:38:42.002Z | Checking cpufeatures v0.2.14 |
569 | 2024-11-08T00:38:42.111Z | Checking sha1 v0.10.6 |
570 | 2024-11-08T00:38:42.209Z | Checking slog-term v2.9.1 |
571 | 2024-11-08T00:38:42.275Z | Checking usdt v0.5.0 |
572 | 2024-11-08T00:38:42.408Z | Compiling strum_macros v0.26.4 |
573 | 2024-11-08T00:38:42.455Z | Checking futures v0.3.31 |
574 | 2024-11-08T00:38:42.475Z | Checking slog-bunyan v2.5.0 |
575 | 2024-11-08T00:38:42.557Z | Compiling parse-display-derive v0.10.0 |
576 | 2024-11-08T00:38:42.670Z | Compiling serde_with_macros v3.11.0 |
577 | 2024-11-08T00:38:42.702Z | Checking rand v0.8.5 |
578 | 2024-11-08T00:38:42.806Z | Checking async-stream v0.3.6 |
579 | 2024-11-08T00:38:44.108Z | Checking ipnetwork v0.20.0 |
580 | 2024-11-08T00:38:44.288Z | Checking tokio-rustls v0.25.0 |
581 | 2024-11-08T00:38:44.489Z | Checking toml v0.8.19 |
582 | 2024-11-08T00:38:44.560Z | Compiling dropshot_endpoint v0.12.0 |
583 | 2024-11-08T00:38:44.560Z | Checking hex v0.4.3 |
584 | 2024-11-08T00:38:44.646Z | Checking serde_path_to_error v0.1.16 |
585 | 2024-11-08T00:38:45.096Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-11-08T00:38:45.100Z | Compiling async-trait v0.1.83 |
587 | 2024-11-08T00:38:45.151Z | Checking waitgroup v0.1.2 |
588 | 2024-11-08T00:38:45.241Z | Checking hostname v0.4.0 |
589 | 2024-11-08T00:38:45.284Z | Checking instant v0.1.13 |
590 | 2024-11-08T00:38:45.385Z | Checking debug-ignore v1.0.5 |
591 | 2024-11-08T00:38:45.396Z | Checking backoff v0.4.0 |
592 | 2024-11-08T00:38:45.505Z | Checking serde_with v3.11.0 |
593 | 2024-11-08T00:38:45.659Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-11-08T00:38:45.802Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-11-08T00:38:45.892Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-11-08T00:38:46.037Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-11-08T00:38:46.165Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
598 | 2024-11-08T00:38:46.247Z | Checking parse-display v0.10.0 |
599 | 2024-11-08T00:38:46.475Z | Checking macaddr v1.0.1 |
600 | 2024-11-08T00:38:46.535Z | Checking regress v0.9.1 |
601 | 2024-11-08T00:38:46.585Z | Checking strum v0.26.3 |
602 | 2024-11-08T00:38:47.513Z | Compiling typify-macro v0.2.0 |
603 | 2024-11-08T00:38:49.463Z | Compiling typify v0.2.0 |
604 | 2024-11-08T00:38:49.535Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-08T00:38:51.979Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-08T00:38:56.562Z | Checking progenitor v0.8.0 |
607 | 2024-11-08T00:38:56.667Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-08T00:38:59.475Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-08T00:39:06.587Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-08T00:39:06.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
611 | 2024-11-08T00:39:06.953Z | + cargo build --release |
612 | 2024-11-08T00:39:07.183Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-08T00:39:07.183Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-08T00:39:07.183Z | Compiling libc v0.2.161 |
615 | 2024-11-08T00:39:07.183Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-08T00:39:07.186Z | Compiling autocfg v1.4.0 |
617 | 2024-11-08T00:39:07.186Z | Compiling version_check v0.9.5 |
618 | 2024-11-08T00:39:07.186Z | Compiling serde v1.0.210 |
619 | 2024-11-08T00:39:07.186Z | Compiling memchr v2.7.4 |
620 | 2024-11-08T00:39:07.294Z | Compiling serde_json v1.0.128 |
621 | 2024-11-08T00:39:07.369Z | Compiling itoa v1.0.11 |
622 | 2024-11-08T00:39:07.638Z | Compiling thiserror v1.0.64 |
623 | 2024-11-08T00:39:07.753Z | Compiling once_cell v1.20.2 |
624 | 2024-11-08T00:39:07.796Z | Compiling shlex v1.3.0 |
625 | 2024-11-08T00:39:08.008Z | Compiling cc v1.1.30 |
626 | 2024-11-08T00:39:08.180Z | Compiling num-traits v0.2.19 |
627 | 2024-11-08T00:39:08.495Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-08T00:39:08.602Z | Compiling getrandom v0.2.15 |
629 | 2024-11-08T00:39:08.663Z | Compiling bytes v1.7.2 |
630 | 2024-11-08T00:39:08.677Z | Compiling ryu v1.0.18 |
631 | 2024-11-08T00:39:08.809Z | Compiling quote v1.0.37 |
632 | 2024-11-08T00:39:08.940Z | Compiling futures-core v0.3.31 |
633 | 2024-11-08T00:39:09.182Z | Compiling syn v2.0.79 |
634 | 2024-11-08T00:39:09.191Z | Compiling lock_api v0.4.12 |
635 | 2024-11-08T00:39:09.234Z | Compiling ahash v0.8.11 |
636 | 2024-11-08T00:39:09.446Z | Compiling parking_lot_core v0.9.10 |
637 | 2024-11-08T00:39:09.511Z | Compiling byteorder v1.5.0 |
638 | 2024-11-08T00:39:09.605Z | Compiling schemars v0.8.21 |
639 | 2024-11-08T00:39:09.797Z | Compiling scopeguard v1.2.0 |
640 | 2024-11-08T00:39:09.886Z | Compiling smallvec v1.13.2 |
641 | 2024-11-08T00:39:09.943Z | Compiling slab v0.4.9 |
642 | 2024-11-08T00:39:09.985Z | Compiling futures-sink v0.3.31 |
643 | 2024-11-08T00:39:10.133Z | Compiling log v0.4.22 |
644 | 2024-11-08T00:39:10.396Z | Compiling socket2 v0.5.7 |
645 | 2024-11-08T00:39:10.469Z | Compiling mio v1.0.2 |
646 | 2024-11-08T00:39:10.477Z | Compiling signal-hook-registry v1.4.2 |
647 | 2024-11-08T00:39:10.618Z | Compiling equivalent v1.0.1 |
648 | 2024-11-08T00:39:10.718Z | Compiling parking_lot v0.12.3 |
649 | 2024-11-08T00:39:10.767Z | Compiling ring v0.17.8 |
650 | 2024-11-08T00:39:10.806Z | Compiling hashbrown v0.15.0 |
651 | 2024-11-08T00:39:11.150Z | Compiling fnv v1.0.7 |
652 | 2024-11-08T00:39:11.275Z | Compiling http v1.1.0 |
653 | 2024-11-08T00:39:11.964Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-08T00:39:12.011Z | Compiling semver v1.0.23 |
655 | 2024-11-08T00:39:12.113Z | Compiling pin-utils v0.1.0 |
656 | 2024-11-08T00:39:12.198Z | Compiling futures-io v0.3.31 |
657 | 2024-11-08T00:39:12.259Z | Compiling futures-task v0.3.31 |
658 | 2024-11-08T00:39:12.477Z | Compiling heck v0.5.0 |
659 | 2024-11-08T00:39:12.525Z | Compiling vcpkg v0.2.15 |
660 | 2024-11-08T00:39:12.536Z | Compiling rustls-pki-types v1.9.0 |
661 | 2024-11-08T00:39:12.616Z | Compiling pkg-config v0.3.31 |
662 | 2024-11-08T00:39:12.735Z | Compiling spin v0.9.8 |
663 | 2024-11-08T00:39:13.530Z | Compiling iana-time-zone v0.1.61 |
664 | 2024-11-08T00:39:13.736Z | Compiling httparse v1.9.5 |
665 | 2024-11-08T00:39:14.038Z | Compiling openssl-sys v0.9.103 |
666 | 2024-11-08T00:39:14.238Z | Compiling ucd-trie v0.1.7 |
667 | 2024-11-08T00:39:14.399Z | Compiling untrusted v0.9.0 |
668 | 2024-11-08T00:39:14.588Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-08T00:39:14.984Z | Compiling dyn-clone v1.0.17 |
670 | 2024-11-08T00:39:15.068Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-11-08T00:39:15.186Z | Compiling atomic-waker v1.1.2 |
672 | 2024-11-08T00:39:15.263Z | Compiling tracing v0.1.40 |
673 | 2024-11-08T00:39:15.901Z | Compiling http-body v1.0.1 |
674 | 2024-11-08T00:39:16.089Z | Compiling chrono v0.4.38 |
675 | 2024-11-08T00:39:16.127Z | Compiling serde_derive_internals v0.29.1 |
676 | 2024-11-08T00:39:16.206Z | Compiling zeroize v1.8.1 |
677 | 2024-11-08T00:39:16.547Z | Compiling subtle v2.6.1 |
678 | 2024-11-08T00:39:16.848Z | Compiling uuid v1.10.0 |
679 | 2024-11-08T00:39:16.933Z | Compiling try-lock v0.2.5 |
680 | 2024-11-08T00:39:17.074Z | Compiling want v0.3.1 |
681 | 2024-11-08T00:39:17.390Z | Compiling httpdate v1.0.3 |
682 | 2024-11-08T00:39:17.762Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-08T00:39:17.854Z | Compiling slog v2.7.0 |
684 | 2024-11-08T00:39:18.073Z | Compiling openssl v0.10.66 |
685 | 2024-11-08T00:39:18.098Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-08T00:39:18.389Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-08T00:39:18.899Z | Compiling native-tls v0.2.12 |
688 | 2024-11-08T00:39:19.283Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-11-08T00:39:19.366Z | Compiling bitflags v2.6.0 |
690 | 2024-11-08T00:39:19.387Z | Compiling percent-encoding v2.3.1 |
691 | 2024-11-08T00:39:19.640Z | Compiling tower-service v0.3.3 |
692 | 2024-11-08T00:39:19.685Z | Compiling regex-syntax v0.8.5 |
693 | 2024-11-08T00:39:19.757Z | Compiling rustls v0.23.14 |
694 | 2024-11-08T00:39:19.854Z | Compiling typenum v1.17.0 |
695 | 2024-11-08T00:39:20.100Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-11-08T00:39:20.579Z | Compiling tinyvec v1.8.0 |
697 | 2024-11-08T00:39:20.852Z | Compiling serde_derive v1.0.210 |
698 | 2024-11-08T00:39:20.864Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-11-08T00:39:21.638Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-11-08T00:39:21.709Z | Compiling schemars_derive v0.8.21 |
701 | 2024-11-08T00:39:22.296Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-08T00:39:22.466Z | Compiling futures-macro v0.3.31 |
703 | 2024-11-08T00:39:22.811Z | Compiling zerocopy v0.7.35 |
704 | 2024-11-08T00:39:24.286Z | Compiling tokio v1.40.0 |
705 | 2024-11-08T00:39:24.363Z | Compiling futures-util v0.3.31 |
706 | 2024-11-08T00:39:24.374Z | Compiling pest v2.7.14 |
707 | 2024-11-08T00:39:25.265Z | Compiling hashbrown v0.14.5 |
708 | 2024-11-08T00:39:25.965Z | Compiling openssl-macros v0.1.1 |
709 | 2024-11-08T00:39:26.589Z | Compiling regress v0.10.1 |
710 | 2024-11-08T00:39:27.231Z | Compiling pest_meta v2.7.14 |
711 | 2024-11-08T00:39:31.207Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-08T00:39:31.364Z | Compiling pest_generator v2.7.14 |
713 | 2024-11-08T00:39:32.881Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-08T00:39:33.077Z | Compiling pest_derive v2.7.14 |
715 | 2024-11-08T00:39:35.052Z | Compiling indexmap v2.6.0 |
716 | 2024-11-08T00:39:36.794Z | Compiling h2 v0.4.6 |
717 | 2024-11-08T00:39:37.120Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-08T00:39:38.317Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-08T00:39:40.743Z | Compiling generic-array v0.14.7 |
720 | 2024-11-08T00:39:41.081Z | Compiling openssl-probe v0.1.5 |
721 | 2024-11-08T00:39:42.870Z | Compiling typify-impl v0.2.0 |
722 | 2024-11-08T00:39:43.685Z | Compiling hyper v1.4.1 |
723 | 2024-11-08T00:39:45.692Z | Compiling regex v1.11.0 |
724 | 2024-11-08T00:39:46.672Z | Compiling hyper-util v0.1.9 |
725 | 2024-11-08T00:39:51.623Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-08T00:39:52.194Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-08T00:39:52.648Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-08T00:39:53.474Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-08T00:39:53.780Z | Compiling typify-macro v0.2.0 |
730 | 2024-11-08T00:39:53.866Z | Compiling encoding_rs v0.8.34 |
731 | 2024-11-08T00:39:54.108Z | Compiling mime v0.3.17 |
732 | 2024-11-08T00:39:54.265Z | Compiling powerfmt v0.2.0 |
733 | 2024-11-08T00:39:54.758Z | Compiling time-core v0.1.2 |
734 | 2024-11-08T00:39:55.139Z | Compiling num-conv v0.1.0 |
735 | 2024-11-08T00:39:55.306Z | Compiling unicode-bidi v0.3.17 |
736 | 2024-11-08T00:39:55.401Z | Compiling time-macros v0.2.18 |
737 | 2024-11-08T00:39:57.382Z | Compiling idna v0.5.0 |
738 | 2024-11-08T00:39:58.090Z | Compiling deranged v0.3.11 |
739 | 2024-11-08T00:40:00.374Z | Compiling scroll v0.12.0 |
740 | 2024-11-08T00:40:01.121Z | Compiling tokio-rustls v0.26.0 |
741 | 2024-11-08T00:40:01.600Z | Compiling thread-id v4.2.2 |
742 | 2024-11-08T00:40:01.698Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-08T00:40:01.975Z | Compiling dof v0.3.0 |
744 | 2024-11-08T00:40:02.837Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-11-08T00:40:03.397Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-11-08T00:40:04.943Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-08T00:40:05.029Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-08T00:40:05.394Z | Compiling base64 v0.22.1 |
749 | 2024-11-08T00:40:06.948Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-11-08T00:40:07.201Z | Compiling ident_case v1.0.1 |
751 | 2024-11-08T00:40:07.494Z | Compiling strsim v0.11.1 |
752 | 2024-11-08T00:40:07.699Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-11-08T00:40:08.017Z | Compiling num_threads v0.1.7 |
754 | 2024-11-08T00:40:08.129Z | Compiling plain v0.2.3 |
755 | 2024-11-08T00:40:08.147Z | Compiling time v0.3.36 |
756 | 2024-11-08T00:40:08.280Z | Compiling goblin v0.8.2 |
757 | 2024-11-08T00:40:10.715Z | Compiling darling_core v0.20.10 |
758 | 2024-11-08T00:40:16.348Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-08T00:40:17.964Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-08T00:40:18.452Z | Compiling url v2.5.2 |
761 | 2024-11-08T00:40:18.620Z | Compiling typify v0.2.0 |
762 | 2024-11-08T00:40:18.734Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-08T00:40:22.665Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-08T00:40:22.810Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-08T00:40:23.389Z | Compiling rustversion v1.0.17 |
766 | 2024-11-08T00:40:23.882Z | Compiling pretty-hex v0.4.1 |
767 | 2024-11-08T00:40:24.024Z | Compiling rustls v0.22.4 |
768 | 2024-11-08T00:40:24.044Z | Compiling ipnet v2.10.1 |
769 | 2024-11-08T00:40:24.097Z | Compiling paste v1.0.15 |
770 | 2024-11-08T00:40:24.332Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-11-08T00:40:24.607Z | Compiling reqwest v0.12.8 |
772 | 2024-11-08T00:40:26.041Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-11-08T00:40:27.222Z | Compiling dirs-next v2.0.0 |
774 | 2024-11-08T00:40:27.467Z | Compiling progenitor-impl v0.8.0 |
775 | 2024-11-08T00:40:29.336Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-08T00:40:31.577Z | Compiling crypto-common v0.1.6 |
777 | 2024-11-08T00:40:31.787Z | Compiling block-buffer v0.10.4 |
778 | 2024-11-08T00:40:32.010Z | Compiling serde_spanned v0.6.8 |
779 | 2024-11-08T00:40:32.219Z | Compiling toml_datetime v0.6.8 |
780 | 2024-11-08T00:40:32.238Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-08T00:40:32.390Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-08T00:40:32.887Z | Compiling rand_core v0.6.4 |
783 | 2024-11-08T00:40:33.201Z | Compiling thread_local v1.1.8 |
784 | 2024-11-08T00:40:33.245Z | Compiling multer v3.1.0 |
785 | 2024-11-08T00:40:33.343Z | Compiling slog-async v2.8.0 |
786 | 2024-11-08T00:40:33.579Z | Compiling newtype-uuid v1.1.2 |
787 | 2024-11-08T00:40:33.592Z | Compiling anyhow v1.0.92 |
788 | 2024-11-08T00:40:33.819Z | Compiling match_cfg v0.1.0 |
789 | 2024-11-08T00:40:33.899Z | Compiling winnow v0.6.20 |
790 | 2024-11-08T00:40:33.906Z | Compiling camino v1.1.9 |
791 | 2024-11-08T00:40:33.920Z | Compiling hostname v0.3.1 |
792 | 2024-11-08T00:40:34.202Z | Compiling progenitor-macro v0.8.0 |
793 | 2024-11-08T00:40:34.533Z | Compiling rand_chacha v0.3.1 |
794 | 2024-11-08T00:40:34.907Z | Compiling structmeta v0.3.0 |
795 | 2024-11-08T00:40:35.268Z | Compiling digest v0.10.7 |
796 | 2024-11-08T00:40:35.673Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-08T00:40:36.249Z | Compiling darling v0.20.10 |
798 | 2024-11-08T00:40:36.352Z | Compiling term v0.7.0 |
799 | 2024-11-08T00:40:38.130Z | Compiling toml_edit v0.22.22 |
800 | 2024-11-08T00:40:40.802Z | Compiling progenitor-client v0.8.0 |
801 | 2024-11-08T00:40:42.777Z | Compiling usdt-attr-macro v0.5.0 |
802 | 2024-11-08T00:40:44.206Z | Compiling usdt-macro v0.5.0 |
803 | 2024-11-08T00:40:45.407Z | Compiling slog-json v2.6.1 |
804 | 2024-11-08T00:40:45.495Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-08T00:40:45.836Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-08T00:40:46.576Z | Compiling memmap v0.7.0 |
807 | 2024-11-08T00:40:47.025Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-08T00:40:47.032Z | Compiling dropshot v0.12.0 |
809 | 2024-11-08T00:40:47.139Z | Compiling take_mut v0.2.2 |
810 | 2024-11-08T00:40:47.296Z | Compiling cpufeatures v0.2.14 |
811 | 2024-11-08T00:40:47.383Z | Compiling sha1 v0.10.6 |
812 | 2024-11-08T00:40:47.808Z | Compiling progenitor v0.8.0 |
813 | 2024-11-08T00:40:47.980Z | Compiling slog-term v2.9.1 |
814 | 2024-11-08T00:40:48.158Z | Compiling async-stream v0.3.6 |
815 | 2024-11-08T00:40:48.453Z | Compiling usdt v0.5.0 |
816 | 2024-11-08T00:40:49.972Z | Compiling futures v0.3.31 |
817 | 2024-11-08T00:40:50.078Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-08T00:40:50.435Z | Compiling tokio-rustls v0.25.0 |
819 | 2024-11-08T00:40:50.733Z | Compiling toml v0.8.19 |
820 | 2024-11-08T00:40:50.796Z | Compiling strum_macros v0.26.4 |
821 | 2024-11-08T00:40:50.876Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-08T00:40:53.436Z | Compiling parse-display-derive v0.10.0 |
823 | 2024-11-08T00:40:55.182Z | Compiling rand v0.8.5 |
824 | 2024-11-08T00:40:59.050Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-08T00:40:59.667Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-08T00:40:59.758Z | Compiling hex v0.4.3 |
827 | 2024-11-08T00:41:00.552Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-11-08T00:41:00.735Z | Compiling async-trait v0.1.83 |
829 | 2024-11-08T00:41:01.456Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-11-08T00:41:02.247Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-08T00:41:02.477Z | Compiling hostname v0.4.0 |
832 | 2024-11-08T00:41:02.725Z | Compiling instant v0.1.13 |
833 | 2024-11-08T00:41:02.875Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-08T00:41:02.999Z | Compiling backoff v0.4.0 |
835 | 2024-11-08T00:41:03.006Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-08T00:41:03.194Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-08T00:41:03.332Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
838 | 2024-11-08T00:41:03.440Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
839 | 2024-11-08T00:41:03.975Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
840 | 2024-11-08T00:41:03.982Z | Compiling parse-display v0.10.0 |
841 | 2024-11-08T00:41:06.005Z | Compiling strum v0.26.3 |
842 | 2024-11-08T00:41:06.179Z | Compiling serde_with v3.11.0 |
843 | 2024-11-08T00:41:07.312Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-08T00:41:08.131Z | Compiling regress v0.9.1 |
845 | 2024-11-08T00:41:08.198Z | Compiling macaddr v1.0.1 |
846 | 2024-11-08T00:41:14.270Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-08T00:41:24.112Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-08T00:41:33.645Z | Finished `release` profile [optimized] target(s) in 2m 26s |
849 | 2024-11-08T00:41:33.705Z | process exited: duration 222772 ms, exit code 0 |
|
850 | 2024-11-08T00:41:33.710Z | found 0 output files |